aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-05-11 18:51:17 +0000
committerdos-reis <gdr@axiomatics.org>2009-05-11 18:51:17 +0000
commitc84e0cd0c4f99d9fe869cb58bd51eeec7f52ef93 (patch)
treeb19a32089503b00415fedce12228d6e3c8f9348c
parent9be496672521ccbeb6bef0cebb563c6124fc84ca (diff)
downloadopen-axiom-c84e0cd0c4f99d9fe869cb58bd51eeec7f52ef93.tar.gz
-rw-r--r--src/share/algebra/browse.daase1280
-rw-r--r--src/share/algebra/category.daase1219
-rw-r--r--src/share/algebra/compress.daase1322
-rw-r--r--src/share/algebra/interp.daase8948
-rw-r--r--src/share/algebra/operation.daase31002
5 files changed, 21878 insertions, 21893 deletions
diff --git a/src/share/algebra/browse.daase b/src/share/algebra/browse.daase
index bbf70d39..6f57ae39 100644
--- a/src/share/algebra/browse.daase
+++ b/src/share/algebra/browse.daase
@@ -1,12 +1,12 @@
-(2284013 . 3450896460)
+(2283123 . 3451054383)
(-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 \\spadatt{shallowlyMutable} 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 \\spadatt{shallowlyMutable} 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.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
(-20 S)
((|constructor| (NIL "The class of abelian groups,{} \\spadignore{i.e.} additive monoids where each element has an additive inverse. \\blankline")) (* (($ (|Integer|) $) "\\spad{n*x} is the product of \\spad{x} by the integer \\spad{n}.")) (- (($ $ $) "\\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(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. Otherwise they are implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}\\spad{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(\\spad{yi}) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{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}.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . 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(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}\\spad{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(\\spad{yi}) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; Note: the returned symbols \\spad{y1},{}...,{}\\spad{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(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}\\spad{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(\\spad{yi}) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; Note: the returned symbols \\spad{y1},{}...,{}\\spad{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}.")))
-((-4409 . T) (-4407 . T) (-4406 . T) ((-4414 "*") . T) (-4405 . T) (-4410 . T) (-4404 . T))
+((-4403 . T) (-4401 . T) (-4400 . T) ((-4408 "*") . T) (-4399 . T) (-4404 . T) (-4398 . T))
NIL
(-30)
((|constructor| (NIL "\\indented{1}{Plot a NON-SINGULAR plane algebraic curve \\spad{p}(\\spad{x},{}\\spad{y}) = 0.} Author: Clifton \\spad{J}. Williamson Date Created: Fall 1988 Date Last Updated: 27 April 1990 Keywords: algebraic curve,{} non-singular,{} plot Examples: References:")) (|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,14 +56,14 @@ 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 \\spad{`d'}.")) (|base| (((|SpadAst|) $) "\\spad{base(d)} returns the base domain(\\spad{s}) of the add-domain expression.")))
NIL
NIL
-(-32 R -2210)
+(-32 R -3629)
((|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| (LIST (QUOTE -1035) (QUOTE (-564)))))
(-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)}\" An attribute \\spadatt{finiteAggregate} is used to assert that a domain has a finite number of elements.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# u} returns the number of items in \\spad{u}.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) (|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.")) (|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} \\spad{:=} empty()}.")) (|copy| (($ $) "\\spad{copy(u)} returns a top-level (non-recursive) copy of \\spad{u}. Note: for collections,{} \\axiom{copy(\\spad{u}) \\spad{==} [\\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
-((|HasAttribute| |#1| (QUOTE -4412)))
+((|HasAttribute| |#1| (QUOTE -4406)))
(-34)
((|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)}\" An attribute \\spadatt{finiteAggregate} is used to assert that a domain has a finite number of elements.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# u} returns the number of items in \\spad{u}.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) (|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.")) (|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} \\spad{:=} empty()}.")) (|copy| (($ $) "\\spad{copy(u)} returns a top-level (non-recursive) copy of \\spad{u}. Note: for collections,{} \\axiom{copy(\\spad{u}) \\spad{==} [\\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| (((|Union| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) "failed") |#1| $) "\\spad{assoc(k,{}u)} returns the element \\spad{x} in association list \\spad{u} stored with key \\spad{k},{} or \"failed\" if \\spad{u} has no key \\spad{k}.")))
-((-4412 . T) (-4413 . T))
+((-4406 . T) (-4407 . T))
NIL
(-37 S R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")))
@@ -82,17 +82,17 @@ NIL
NIL
(-38 R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . 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 a1,{}...,{}an.")))
NIL
NIL
-(-40 -2210 UP UPUP -4347)
+(-40 -3629 UP UPUP -1691)
((|constructor| (NIL "Function field defined by \\spad{f}(\\spad{x},{} \\spad{y}) = 0.")) (|knownInfBasis| (((|Void|) (|NonNegativeInteger|)) "\\spad{knownInfBasis(n)} \\undocumented{}")))
-((-4405 |has| (-407 |#2|) (-363)) (-4410 |has| (-407 |#2|) (-363)) (-4404 |has| (-407 |#2|) (-363)) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-407 |#2|) (QUOTE (-145))) (|HasCategory| (-407 |#2|) (QUOTE (-147))) (|HasCategory| (-407 |#2|) (QUOTE (-349))) (-2713 (|HasCategory| (-407 |#2|) (QUOTE (-363))) (|HasCategory| (-407 |#2|) (QUOTE (-349)))) (|HasCategory| (-407 |#2|) (QUOTE (-363))) (|HasCategory| (-407 |#2|) (QUOTE (-368))) (-2713 (-12 (|HasCategory| (-407 |#2|) (QUOTE (-233))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (|HasCategory| (-407 |#2|) (QUOTE (-349)))) (-2713 (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-349))))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -637) (QUOTE (-564)))) (-2713 (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-368))) (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (-12 (|HasCategory| (-407 |#2|) (QUOTE (-233))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))))
-(-41 R -2210)
+((-4399 |has| (-407 |#2|) (-363)) (-4404 |has| (-407 |#2|) (-363)) (-4398 |has| (-407 |#2|) (-363)) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-407 |#2|) (QUOTE (-145))) (|HasCategory| (-407 |#2|) (QUOTE (-147))) (|HasCategory| (-407 |#2|) (QUOTE (-349))) (-4078 (|HasCategory| (-407 |#2|) (QUOTE (-363))) (|HasCategory| (-407 |#2|) (QUOTE (-349)))) (|HasCategory| (-407 |#2|) (QUOTE (-363))) (|HasCategory| (-407 |#2|) (QUOTE (-368))) (-4078 (-12 (|HasCategory| (-407 |#2|) (QUOTE (-233))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (|HasCategory| (-407 |#2|) (QUOTE (-349)))) (-4078 (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-349))))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -637) (QUOTE (-564)))) (-4078 (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-368))) (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (-12 (|HasCategory| (-407 |#2|) (QUOTE (-233))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))))
+(-41 R -3629)
((|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}\\spad{'s} which are algebraic from the denominators in \\spad{f}.") ((|#2| |#2| (|List| |#2|)) "\\spad{ratDenom(f,{} [a1,{}...,{}an])} removes the \\spad{ai}\\spad{'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 (-452))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -430) (|devaluate| |#1|)))))
@@ -106,23 +106,23 @@ NIL
((|HasCategory| |#1| (QUOTE (-307))))
(-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{\\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.")))
-((-4409 |has| |#1| (-556)) (-4407 . T) (-4406 . T))
+((-4403 |has| |#1| (-556)) (-4401 . T) (-4400 . T))
((|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556))))
(-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.")))
-((-4412 . T) (-4413 . T))
-((-2713 (-12 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-847))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#2|))))))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-847))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-847))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#2|)))))))
+((-4406 . T) (-4407 . T))
+((-4078 (-12 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-847))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -1389) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -1389) (|devaluate| |#2|))))))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-847))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-847))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -1389) (|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| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363))))
(-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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4400 . T) (-4401 . T) (-4403 . 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}.")) (|coerce| (($ (|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} viewed as an algebraic number.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| $ (QUOTE (-1046))) (|HasCategory| $ (LIST (QUOTE -1035) (QUOTE (-564)))))
(-49)
((|constructor| (NIL "This domain implements anonymous functions")) (|body| (((|Syntax|) $) "\\spad{body(f)} returns the body of the unnamed function \\spad{`f'}.")) (|parameters| (((|List| (|Identifier|)) $) "\\spad{parameters(f)} returns the list of parameters bound by \\spad{`f'}.")))
@@ -130,7 +130,7 @@ 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}.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-51 S)
((|constructor| (NIL "\\spadtype{AnyFunctions1} implements several utility functions for working with \\spadtype{Any}. These functions are used to go back and forth between objects of \\spadtype{Any} and objects of other types.")) (|retract| ((|#1| (|Any|)) "\\spad{retract(a)} tries to convert \\spad{a} into an object of type \\spad{S}. If possible,{} it returns the object. Error: if no such retraction is possible.")) (|retractable?| (((|Boolean|) (|Any|)) "\\spad{retractable?(a)} tests if \\spad{a} can be converted into an object of type \\spad{S}.")) (|retractIfCan| (((|Union| |#1| "failed") (|Any|)) "\\spad{retractIfCan(a)} tries change \\spad{a} into an object of type \\spad{S}. If it can,{} then such an object is returned. Otherwise,{} \"failed\" is returned.")) (|coerce| (((|Any|) |#1|) "\\spad{coerce(s)} creates an object of \\spadtype{Any} from the object \\spad{s} of type \\spad{S}.")))
@@ -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 -2210)
+(-54 |Base| R -3629)
((|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},{}...,{}\\spad{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},{}...,{}\\spad{rn} to \\spad{f} an unlimited number of times,{} \\spadignore{i.e.} until none of \\spad{r1},{}...,{}\\spad{rn} is applicable to the expression.")))
NIL
NIL
@@ -158,7 +158,7 @@ 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")) (|parts| (((|List| |#1|) $) "\\spad{parts(m)} returns a list of the elements of \\spad{m} in row major order")) (|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}\\spad{'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}")) (|finiteAggregate| ((|attribute|) "two-dimensional arrays are finite")) (|shallowlyMutable| ((|attribute|) "one may destructively alter arrays")))
-((-4412 . T) (-4413 . T))
+((-4406 . T) (-4407 . T))
NIL
(-58 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),{}...]}.")))
@@ -166,65 +166,65 @@ NIL
NIL
(-59 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}")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-60 R)
((|constructor| (NIL "\\indented{1}{A TwoDimensionalArray is a two dimensional array with} 1-based indexing for both rows and columns.")) (|shallowlyMutable| ((|attribute|) "One may destructively alter TwoDimensionalArray\\spad{'s}.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
-(-61 -2540)
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+(-61 -1316)
((|constructor| (NIL "\\spadtype{ASP10} produces Fortran for Type 10 ASPs,{} needed for NAG routine \\axiomOpFrom{d02kef}{d02Package}. This ASP computes the values of a set of functions,{} for example:\\begin{verbatim} SUBROUTINE COEFFN(P,Q,DQDL,X,ELAM,JINT) DOUBLE PRECISION ELAM,P,Q,X,DQDL INTEGER JINT P=1.0D0 Q=((-1.0D0*X**3)+ELAM*X*X-2.0D0)/(X*X) DQDL=1.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-62 -2540)
+(-62 -1316)
((|constructor| (NIL "\\spadtype{Asp12} produces Fortran for Type 12 ASPs,{} needed for NAG routine \\axiomOpFrom{d02kef}{d02Package} etc.,{} for example:\\begin{verbatim} SUBROUTINE MONIT (MAXIT,IFLAG,ELAM,FINFO) DOUBLE PRECISION ELAM,FINFO(15) INTEGER MAXIT,IFLAG IF(MAXIT.EQ.-1)THEN PRINT*,\"Output from Monit\" ENDIF PRINT*,MAXIT,IFLAG,ELAM,(FINFO(I),I=1,4) RETURN END\\end{verbatim}")) (|outputAsFortran| (((|Void|)) "\\spad{outputAsFortran()} generates the default code for \\spadtype{ASP12}.")))
NIL
NIL
-(-63 -2540)
+(-63 -1316)
((|constructor| (NIL "\\spadtype{Asp19} produces Fortran for Type 19 ASPs,{} evaluating a set of functions and their jacobian at a given point,{} for example:\\begin{verbatim} SUBROUTINE LSFUN2(M,N,XC,FVECC,FJACC,LJC) DOUBLE PRECISION FVECC(M),FJACC(LJC,N),XC(N) INTEGER M,N,LJC INTEGER I,J DO 25003 I=1,LJC DO 25004 J=1,N FJACC(I,J)=0.0D025004 CONTINUE25003 CONTINUE FVECC(1)=((XC(1)-0.14D0)*XC(3)+(15.0D0*XC(1)-2.1D0)*XC(2)+1.0D0)/( &XC(3)+15.0D0*XC(2)) FVECC(2)=((XC(1)-0.18D0)*XC(3)+(7.0D0*XC(1)-1.26D0)*XC(2)+1.0D0)/( &XC(3)+7.0D0*XC(2)) FVECC(3)=((XC(1)-0.22D0)*XC(3)+(4.333333333333333D0*XC(1)-0.953333 &3333333333D0)*XC(2)+1.0D0)/(XC(3)+4.333333333333333D0*XC(2)) FVECC(4)=((XC(1)-0.25D0)*XC(3)+(3.0D0*XC(1)-0.75D0)*XC(2)+1.0D0)/( &XC(3)+3.0D0*XC(2)) FVECC(5)=((XC(1)-0.29D0)*XC(3)+(2.2D0*XC(1)-0.6379999999999999D0)* &XC(2)+1.0D0)/(XC(3)+2.2D0*XC(2)) FVECC(6)=((XC(1)-0.32D0)*XC(3)+(1.666666666666667D0*XC(1)-0.533333 &3333333333D0)*XC(2)+1.0D0)/(XC(3)+1.666666666666667D0*XC(2)) FVECC(7)=((XC(1)-0.35D0)*XC(3)+(1.285714285714286D0*XC(1)-0.45D0)* &XC(2)+1.0D0)/(XC(3)+1.285714285714286D0*XC(2)) FVECC(8)=((XC(1)-0.39D0)*XC(3)+(XC(1)-0.39D0)*XC(2)+1.0D0)/(XC(3)+ &XC(2)) FVECC(9)=((XC(1)-0.37D0)*XC(3)+(XC(1)-0.37D0)*XC(2)+1.285714285714 &286D0)/(XC(3)+XC(2)) FVECC(10)=((XC(1)-0.58D0)*XC(3)+(XC(1)-0.58D0)*XC(2)+1.66666666666 &6667D0)/(XC(3)+XC(2)) FVECC(11)=((XC(1)-0.73D0)*XC(3)+(XC(1)-0.73D0)*XC(2)+2.2D0)/(XC(3) &+XC(2)) FVECC(12)=((XC(1)-0.96D0)*XC(3)+(XC(1)-0.96D0)*XC(2)+3.0D0)/(XC(3) &+XC(2)) FVECC(13)=((XC(1)-1.34D0)*XC(3)+(XC(1)-1.34D0)*XC(2)+4.33333333333 &3333D0)/(XC(3)+XC(2)) FVECC(14)=((XC(1)-2.1D0)*XC(3)+(XC(1)-2.1D0)*XC(2)+7.0D0)/(XC(3)+X &C(2)) FVECC(15)=((XC(1)-4.39D0)*XC(3)+(XC(1)-4.39D0)*XC(2)+15.0D0)/(XC(3 &)+XC(2)) FJACC(1,1)=1.0D0 FJACC(1,2)=-15.0D0/(XC(3)**2+30.0D0*XC(2)*XC(3)+225.0D0*XC(2)**2) FJACC(1,3)=-1.0D0/(XC(3)**2+30.0D0*XC(2)*XC(3)+225.0D0*XC(2)**2) FJACC(2,1)=1.0D0 FJACC(2,2)=-7.0D0/(XC(3)**2+14.0D0*XC(2)*XC(3)+49.0D0*XC(2)**2) FJACC(2,3)=-1.0D0/(XC(3)**2+14.0D0*XC(2)*XC(3)+49.0D0*XC(2)**2) FJACC(3,1)=1.0D0 FJACC(3,2)=((-0.1110223024625157D-15*XC(3))-4.333333333333333D0)/( &XC(3)**2+8.666666666666666D0*XC(2)*XC(3)+18.77777777777778D0*XC(2) &**2) FJACC(3,3)=(0.1110223024625157D-15*XC(2)-1.0D0)/(XC(3)**2+8.666666 &666666666D0*XC(2)*XC(3)+18.77777777777778D0*XC(2)**2) FJACC(4,1)=1.0D0 FJACC(4,2)=-3.0D0/(XC(3)**2+6.0D0*XC(2)*XC(3)+9.0D0*XC(2)**2) FJACC(4,3)=-1.0D0/(XC(3)**2+6.0D0*XC(2)*XC(3)+9.0D0*XC(2)**2) FJACC(5,1)=1.0D0 FJACC(5,2)=((-0.1110223024625157D-15*XC(3))-2.2D0)/(XC(3)**2+4.399 &999999999999D0*XC(2)*XC(3)+4.839999999999998D0*XC(2)**2) FJACC(5,3)=(0.1110223024625157D-15*XC(2)-1.0D0)/(XC(3)**2+4.399999 &999999999D0*XC(2)*XC(3)+4.839999999999998D0*XC(2)**2) FJACC(6,1)=1.0D0 FJACC(6,2)=((-0.2220446049250313D-15*XC(3))-1.666666666666667D0)/( &XC(3)**2+3.333333333333333D0*XC(2)*XC(3)+2.777777777777777D0*XC(2) &**2) FJACC(6,3)=(0.2220446049250313D-15*XC(2)-1.0D0)/(XC(3)**2+3.333333 &333333333D0*XC(2)*XC(3)+2.777777777777777D0*XC(2)**2) FJACC(7,1)=1.0D0 FJACC(7,2)=((-0.5551115123125783D-16*XC(3))-1.285714285714286D0)/( &XC(3)**2+2.571428571428571D0*XC(2)*XC(3)+1.653061224489796D0*XC(2) &**2) FJACC(7,3)=(0.5551115123125783D-16*XC(2)-1.0D0)/(XC(3)**2+2.571428 &571428571D0*XC(2)*XC(3)+1.653061224489796D0*XC(2)**2) FJACC(8,1)=1.0D0 FJACC(8,2)=-1.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(8,3)=-1.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(9,1)=1.0D0 FJACC(9,2)=-1.285714285714286D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)* &*2) FJACC(9,3)=-1.285714285714286D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)* &*2) FJACC(10,1)=1.0D0 FJACC(10,2)=-1.666666666666667D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2) &**2) FJACC(10,3)=-1.666666666666667D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2) &**2) FJACC(11,1)=1.0D0 FJACC(11,2)=-2.2D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(11,3)=-2.2D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(12,1)=1.0D0 FJACC(12,2)=-3.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(12,3)=-3.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(13,1)=1.0D0 FJACC(13,2)=-4.333333333333333D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2) &**2) FJACC(13,3)=-4.333333333333333D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2) &**2) FJACC(14,1)=1.0D0 FJACC(14,2)=-7.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(14,3)=-7.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(15,1)=1.0D0 FJACC(15,2)=-15.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(15,3)=-15.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE XC)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-64 -2540)
+(-64 -1316)
((|constructor| (NIL "\\spadtype{Asp1} produces Fortran for Type 1 ASPs,{} needed for various NAG routines. Type 1 ASPs take a univariate expression (in the symbol \\spad{X}) and turn it into a Fortran Function like the following:\\begin{verbatim} DOUBLE PRECISION FUNCTION F(X) DOUBLE PRECISION X F=DSIN(X) RETURN END\\end{verbatim}")) (|coerce| (($ (|FortranExpression| (|construct| (QUOTE X)) (|construct|) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
-(-65 -2540)
+(-65 -1316)
((|constructor| (NIL "\\spadtype{Asp20} produces Fortran for Type 20 ASPs,{} for example:\\begin{verbatim} SUBROUTINE QPHESS(N,NROWH,NCOLH,JTHCOL,HESS,X,HX) DOUBLE PRECISION HX(N),X(N),HESS(NROWH,NCOLH) INTEGER JTHCOL,N,NROWH,NCOLH HX(1)=2.0D0*X(1) HX(2)=2.0D0*X(2) HX(3)=2.0D0*X(4)+2.0D0*X(3) HX(4)=2.0D0*X(4)+2.0D0*X(3) HX(5)=2.0D0*X(5) HX(6)=(-2.0D0*X(7))+(-2.0D0*X(6)) HX(7)=(-2.0D0*X(7))+(-2.0D0*X(6)) RETURN END\\end{verbatim}")))
NIL
NIL
-(-66 -2540)
+(-66 -1316)
((|constructor| (NIL "\\spadtype{Asp24} produces Fortran for Type 24 ASPs which evaluate a multivariate function at a point (needed for NAG routine \\axiomOpFrom{e04jaf}{e04Package}),{} for example:\\begin{verbatim} SUBROUTINE FUNCT1(N,XC,FC) DOUBLE PRECISION FC,XC(N) INTEGER N FC=10.0D0*XC(4)**4+(-40.0D0*XC(1)*XC(4)**3)+(60.0D0*XC(1)**2+5 &.0D0)*XC(4)**2+((-10.0D0*XC(3))+(-40.0D0*XC(1)**3))*XC(4)+16.0D0*X &C(3)**4+(-32.0D0*XC(2)*XC(3)**3)+(24.0D0*XC(2)**2+5.0D0)*XC(3)**2+ &(-8.0D0*XC(2)**3*XC(3))+XC(2)**4+100.0D0*XC(2)**2+20.0D0*XC(1)*XC( &2)+10.0D0*XC(1)**4+XC(1)**2 RETURN END\\end{verbatim}")) (|coerce| (($ (|FortranExpression| (|construct|) (|construct| (QUOTE XC)) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
-(-67 -2540)
+(-67 -1316)
((|constructor| (NIL "\\spadtype{Asp27} produces Fortran for Type 27 ASPs,{} needed for NAG routine \\axiomOpFrom{f02fjf}{f02Package} ,{}for example:\\begin{verbatim} FUNCTION DOT(IFLAG,N,Z,W,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION W(N),Z(N),RWORK(LRWORK) INTEGER N,LIWORK,IFLAG,LRWORK,IWORK(LIWORK) DOT=(W(16)+(-0.5D0*W(15)))*Z(16)+((-0.5D0*W(16))+W(15)+(-0.5D0*W(1 &4)))*Z(15)+((-0.5D0*W(15))+W(14)+(-0.5D0*W(13)))*Z(14)+((-0.5D0*W( &14))+W(13)+(-0.5D0*W(12)))*Z(13)+((-0.5D0*W(13))+W(12)+(-0.5D0*W(1 &1)))*Z(12)+((-0.5D0*W(12))+W(11)+(-0.5D0*W(10)))*Z(11)+((-0.5D0*W( &11))+W(10)+(-0.5D0*W(9)))*Z(10)+((-0.5D0*W(10))+W(9)+(-0.5D0*W(8)) &)*Z(9)+((-0.5D0*W(9))+W(8)+(-0.5D0*W(7)))*Z(8)+((-0.5D0*W(8))+W(7) &+(-0.5D0*W(6)))*Z(7)+((-0.5D0*W(7))+W(6)+(-0.5D0*W(5)))*Z(6)+((-0. &5D0*W(6))+W(5)+(-0.5D0*W(4)))*Z(5)+((-0.5D0*W(5))+W(4)+(-0.5D0*W(3 &)))*Z(4)+((-0.5D0*W(4))+W(3)+(-0.5D0*W(2)))*Z(3)+((-0.5D0*W(3))+W( &2)+(-0.5D0*W(1)))*Z(2)+((-0.5D0*W(2))+W(1))*Z(1) RETURN END\\end{verbatim}")))
NIL
NIL
-(-68 -2540)
+(-68 -1316)
((|constructor| (NIL "\\spadtype{Asp28} produces Fortran for Type 28 ASPs,{} used in NAG routine \\axiomOpFrom{f02fjf}{f02Package},{} for example:\\begin{verbatim} SUBROUTINE IMAGE(IFLAG,N,Z,W,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION Z(N),W(N),IWORK(LRWORK),RWORK(LRWORK) INTEGER N,LIWORK,IFLAG,LRWORK W(1)=0.01707454969713436D0*Z(16)+0.001747395874954051D0*Z(15)+0.00 &2106973900813502D0*Z(14)+0.002957434991769087D0*Z(13)+(-0.00700554 &0882865317D0*Z(12))+(-0.01219194009813166D0*Z(11))+0.0037230647365 &3087D0*Z(10)+0.04932374658377151D0*Z(9)+(-0.03586220812223305D0*Z( &8))+(-0.04723268012114625D0*Z(7))+(-0.02434652144032987D0*Z(6))+0. &2264766947290192D0*Z(5)+(-0.1385343580686922D0*Z(4))+(-0.116530050 &8238904D0*Z(3))+(-0.2803531651057233D0*Z(2))+1.019463911841327D0*Z &(1) W(2)=0.0227345011107737D0*Z(16)+0.008812321197398072D0*Z(15)+0.010 &94012210519586D0*Z(14)+(-0.01764072463999744D0*Z(13))+(-0.01357136 &72105995D0*Z(12))+0.00157466157362272D0*Z(11)+0.05258889186338282D &0*Z(10)+(-0.01981532388243379D0*Z(9))+(-0.06095390688679697D0*Z(8) &)+(-0.04153119955569051D0*Z(7))+0.2176561076571465D0*Z(6)+(-0.0532 &5555586632358D0*Z(5))+(-0.1688977368984641D0*Z(4))+(-0.32440166056 &67343D0*Z(3))+0.9128222941872173D0*Z(2)+(-0.2419652703415429D0*Z(1 &)) W(3)=0.03371198197190302D0*Z(16)+0.02021603150122265D0*Z(15)+(-0.0 &06607305534689702D0*Z(14))+(-0.03032392238968179D0*Z(13))+0.002033 &305231024948D0*Z(12)+0.05375944956767728D0*Z(11)+(-0.0163213312502 &9967D0*Z(10))+(-0.05483186562035512D0*Z(9))+(-0.04901428822579872D &0*Z(8))+0.2091097927887612D0*Z(7)+(-0.05760560341383113D0*Z(6))+(- &0.1236679206156403D0*Z(5))+(-0.3523683853026259D0*Z(4))+0.88929961 &32269974D0*Z(3)+(-0.2995429545781457D0*Z(2))+(-0.02986582812574917 &D0*Z(1)) W(4)=0.05141563713660119D0*Z(16)+0.005239165960779299D0*Z(15)+(-0. &01623427735779699D0*Z(14))+(-0.01965809746040371D0*Z(13))+0.054688 &97337339577D0*Z(12)+(-0.014224695935687D0*Z(11))+(-0.0505181779315 &6355D0*Z(10))+(-0.04353074206076491D0*Z(9))+0.2012230497530726D0*Z &(8)+(-0.06630874514535952D0*Z(7))+(-0.1280829963720053D0*Z(6))+(-0 &.305169742604165D0*Z(5))+0.8600427128450191D0*Z(4)+(-0.32415033802 &68184D0*Z(3))+(-0.09033531980693314D0*Z(2))+0.09089205517109111D0* &Z(1) W(5)=0.04556369767776375D0*Z(16)+(-0.001822737697581869D0*Z(15))+( &-0.002512226501941856D0*Z(14))+0.02947046460707379D0*Z(13)+(-0.014 &45079632086177D0*Z(12))+(-0.05034242196614937D0*Z(11))+(-0.0376966 &3291725935D0*Z(10))+0.2171103102175198D0*Z(9)+(-0.0824949256021352 &4D0*Z(8))+(-0.1473995209288945D0*Z(7))+(-0.315042193418466D0*Z(6)) &+0.9591623347824002D0*Z(5)+(-0.3852396953763045D0*Z(4))+(-0.141718 &5427288274D0*Z(3))+(-0.03423495461011043D0*Z(2))+0.319820917706851 &6D0*Z(1) W(6)=0.04015147277405744D0*Z(16)+0.01328585741341559D0*Z(15)+0.048 &26082005465965D0*Z(14)+(-0.04319641116207706D0*Z(13))+(-0.04931323 &319055762D0*Z(12))+(-0.03526886317505474D0*Z(11))+0.22295383396730 &01D0*Z(10)+(-0.07375317649315155D0*Z(9))+(-0.1589391311991561D0*Z( &8))+(-0.328001910890377D0*Z(7))+0.952576555482747D0*Z(6)+(-0.31583 &09975786731D0*Z(5))+(-0.1846882042225383D0*Z(4))+(-0.0703762046700 &4427D0*Z(3))+0.2311852964327382D0*Z(2)+0.04254083491825025D0*Z(1) W(7)=0.06069778964023718D0*Z(16)+0.06681263884671322D0*Z(15)+(-0.0 &2113506688615768D0*Z(14))+(-0.083996867458326D0*Z(13))+(-0.0329843 &8523869648D0*Z(12))+0.2276878326327734D0*Z(11)+(-0.067356038933017 &95D0*Z(10))+(-0.1559813965382218D0*Z(9))+(-0.3363262957694705D0*Z( &8))+0.9442791158560948D0*Z(7)+(-0.3199955249404657D0*Z(6))+(-0.136 &2463839920727D0*Z(5))+(-0.1006185171570586D0*Z(4))+0.2057504515015 &423D0*Z(3)+(-0.02065879269286707D0*Z(2))+0.03160990266745513D0*Z(1 &) W(8)=0.126386868896738D0*Z(16)+0.002563370039476418D0*Z(15)+(-0.05 &581757739455641D0*Z(14))+(-0.07777893205900685D0*Z(13))+0.23117338 &45834199D0*Z(12)+(-0.06031581134427592D0*Z(11))+(-0.14805474755869 &52D0*Z(10))+(-0.3364014128402243D0*Z(9))+0.9364014128402244D0*Z(8) &+(-0.3269452524413048D0*Z(7))+(-0.1396841886557241D0*Z(6))+(-0.056 &1733845834199D0*Z(5))+0.1777789320590069D0*Z(4)+(-0.04418242260544 &359D0*Z(3))+(-0.02756337003947642D0*Z(2))+0.07361313110326199D0*Z( &1) W(9)=0.07361313110326199D0*Z(16)+(-0.02756337003947642D0*Z(15))+(- &0.04418242260544359D0*Z(14))+0.1777789320590069D0*Z(13)+(-0.056173 &3845834199D0*Z(12))+(-0.1396841886557241D0*Z(11))+(-0.326945252441 &3048D0*Z(10))+0.9364014128402244D0*Z(9)+(-0.3364014128402243D0*Z(8 &))+(-0.1480547475586952D0*Z(7))+(-0.06031581134427592D0*Z(6))+0.23 &11733845834199D0*Z(5)+(-0.07777893205900685D0*Z(4))+(-0.0558175773 &9455641D0*Z(3))+0.002563370039476418D0*Z(2)+0.126386868896738D0*Z( &1) W(10)=0.03160990266745513D0*Z(16)+(-0.02065879269286707D0*Z(15))+0 &.2057504515015423D0*Z(14)+(-0.1006185171570586D0*Z(13))+(-0.136246 &3839920727D0*Z(12))+(-0.3199955249404657D0*Z(11))+0.94427911585609 &48D0*Z(10)+(-0.3363262957694705D0*Z(9))+(-0.1559813965382218D0*Z(8 &))+(-0.06735603893301795D0*Z(7))+0.2276878326327734D0*Z(6)+(-0.032 &98438523869648D0*Z(5))+(-0.083996867458326D0*Z(4))+(-0.02113506688 &615768D0*Z(3))+0.06681263884671322D0*Z(2)+0.06069778964023718D0*Z( &1) W(11)=0.04254083491825025D0*Z(16)+0.2311852964327382D0*Z(15)+(-0.0 &7037620467004427D0*Z(14))+(-0.1846882042225383D0*Z(13))+(-0.315830 &9975786731D0*Z(12))+0.952576555482747D0*Z(11)+(-0.328001910890377D &0*Z(10))+(-0.1589391311991561D0*Z(9))+(-0.07375317649315155D0*Z(8) &)+0.2229538339673001D0*Z(7)+(-0.03526886317505474D0*Z(6))+(-0.0493 &1323319055762D0*Z(5))+(-0.04319641116207706D0*Z(4))+0.048260820054 &65965D0*Z(3)+0.01328585741341559D0*Z(2)+0.04015147277405744D0*Z(1) W(12)=0.3198209177068516D0*Z(16)+(-0.03423495461011043D0*Z(15))+(- &0.1417185427288274D0*Z(14))+(-0.3852396953763045D0*Z(13))+0.959162 &3347824002D0*Z(12)+(-0.315042193418466D0*Z(11))+(-0.14739952092889 &45D0*Z(10))+(-0.08249492560213524D0*Z(9))+0.2171103102175198D0*Z(8 &)+(-0.03769663291725935D0*Z(7))+(-0.05034242196614937D0*Z(6))+(-0. &01445079632086177D0*Z(5))+0.02947046460707379D0*Z(4)+(-0.002512226 &501941856D0*Z(3))+(-0.001822737697581869D0*Z(2))+0.045563697677763 &75D0*Z(1) W(13)=0.09089205517109111D0*Z(16)+(-0.09033531980693314D0*Z(15))+( &-0.3241503380268184D0*Z(14))+0.8600427128450191D0*Z(13)+(-0.305169 &742604165D0*Z(12))+(-0.1280829963720053D0*Z(11))+(-0.0663087451453 &5952D0*Z(10))+0.2012230497530726D0*Z(9)+(-0.04353074206076491D0*Z( &8))+(-0.05051817793156355D0*Z(7))+(-0.014224695935687D0*Z(6))+0.05 &468897337339577D0*Z(5)+(-0.01965809746040371D0*Z(4))+(-0.016234277 &35779699D0*Z(3))+0.005239165960779299D0*Z(2)+0.05141563713660119D0 &*Z(1) W(14)=(-0.02986582812574917D0*Z(16))+(-0.2995429545781457D0*Z(15)) &+0.8892996132269974D0*Z(14)+(-0.3523683853026259D0*Z(13))+(-0.1236 &679206156403D0*Z(12))+(-0.05760560341383113D0*Z(11))+0.20910979278 &87612D0*Z(10)+(-0.04901428822579872D0*Z(9))+(-0.05483186562035512D &0*Z(8))+(-0.01632133125029967D0*Z(7))+0.05375944956767728D0*Z(6)+0 &.002033305231024948D0*Z(5)+(-0.03032392238968179D0*Z(4))+(-0.00660 &7305534689702D0*Z(3))+0.02021603150122265D0*Z(2)+0.033711981971903 &02D0*Z(1) W(15)=(-0.2419652703415429D0*Z(16))+0.9128222941872173D0*Z(15)+(-0 &.3244016605667343D0*Z(14))+(-0.1688977368984641D0*Z(13))+(-0.05325 &555586632358D0*Z(12))+0.2176561076571465D0*Z(11)+(-0.0415311995556 &9051D0*Z(10))+(-0.06095390688679697D0*Z(9))+(-0.01981532388243379D &0*Z(8))+0.05258889186338282D0*Z(7)+0.00157466157362272D0*Z(6)+(-0. &0135713672105995D0*Z(5))+(-0.01764072463999744D0*Z(4))+0.010940122 &10519586D0*Z(3)+0.008812321197398072D0*Z(2)+0.0227345011107737D0*Z &(1) W(16)=1.019463911841327D0*Z(16)+(-0.2803531651057233D0*Z(15))+(-0. &1165300508238904D0*Z(14))+(-0.1385343580686922D0*Z(13))+0.22647669 &47290192D0*Z(12)+(-0.02434652144032987D0*Z(11))+(-0.04723268012114 &625D0*Z(10))+(-0.03586220812223305D0*Z(9))+0.04932374658377151D0*Z &(8)+0.00372306473653087D0*Z(7)+(-0.01219194009813166D0*Z(6))+(-0.0 &07005540882865317D0*Z(5))+0.002957434991769087D0*Z(4)+0.0021069739 &00813502D0*Z(3)+0.001747395874954051D0*Z(2)+0.01707454969713436D0* &Z(1) RETURN END\\end{verbatim}")))
NIL
NIL
-(-69 -2540)
+(-69 -1316)
((|constructor| (NIL "\\spadtype{Asp29} produces Fortran for Type 29 ASPs,{} needed for NAG routine \\axiomOpFrom{f02fjf}{f02Package},{} for example:\\begin{verbatim} SUBROUTINE MONIT(ISTATE,NEXTIT,NEVALS,NEVECS,K,F,D) DOUBLE PRECISION D(K),F(K) INTEGER K,NEXTIT,NEVALS,NVECS,ISTATE CALL F02FJZ(ISTATE,NEXTIT,NEVALS,NEVECS,K,F,D) RETURN END\\end{verbatim}")) (|outputAsFortran| (((|Void|)) "\\spad{outputAsFortran()} generates the default code for \\spadtype{ASP29}.")))
NIL
NIL
-(-70 -2540)
+(-70 -1316)
((|constructor| (NIL "\\spadtype{Asp30} produces Fortran for Type 30 ASPs,{} needed for NAG routine \\axiomOpFrom{f04qaf}{f04Package},{} for example:\\begin{verbatim} SUBROUTINE APROD(MODE,M,N,X,Y,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION X(N),Y(M),RWORK(LRWORK) INTEGER M,N,LIWORK,IFAIL,LRWORK,IWORK(LIWORK),MODE DOUBLE PRECISION A(5,5) EXTERNAL F06PAF A(1,1)=1.0D0 A(1,2)=0.0D0 A(1,3)=0.0D0 A(1,4)=-1.0D0 A(1,5)=0.0D0 A(2,1)=0.0D0 A(2,2)=1.0D0 A(2,3)=0.0D0 A(2,4)=0.0D0 A(2,5)=-1.0D0 A(3,1)=0.0D0 A(3,2)=0.0D0 A(3,3)=1.0D0 A(3,4)=-1.0D0 A(3,5)=0.0D0 A(4,1)=-1.0D0 A(4,2)=0.0D0 A(4,3)=-1.0D0 A(4,4)=4.0D0 A(4,5)=-1.0D0 A(5,1)=0.0D0 A(5,2)=-1.0D0 A(5,3)=0.0D0 A(5,4)=-1.0D0 A(5,5)=4.0D0 IF(MODE.EQ.1)THEN CALL F06PAF('N',M,N,1.0D0,A,M,X,1,1.0D0,Y,1) ELSEIF(MODE.EQ.2)THEN CALL F06PAF('T',M,N,1.0D0,A,M,Y,1,1.0D0,X,1) ENDIF RETURN END\\end{verbatim}")))
NIL
NIL
-(-71 -2540)
+(-71 -1316)
((|constructor| (NIL "\\spadtype{Asp31} produces Fortran for Type 31 ASPs,{} needed for NAG routine \\axiomOpFrom{d02ejf}{d02Package},{} for example:\\begin{verbatim} SUBROUTINE PEDERV(X,Y,PW) DOUBLE PRECISION X,Y(*) DOUBLE PRECISION PW(3,3) PW(1,1)=-0.03999999999999999D0 PW(1,2)=10000.0D0*Y(3) PW(1,3)=10000.0D0*Y(2) PW(2,1)=0.03999999999999999D0 PW(2,2)=(-10000.0D0*Y(3))+(-60000000.0D0*Y(2)) PW(2,3)=-10000.0D0*Y(2) PW(3,1)=0.0D0 PW(3,2)=60000000.0D0*Y(2) PW(3,3)=0.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE X)) (|construct| (QUOTE Y)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-72 -2540)
+(-72 -1316)
((|constructor| (NIL "\\spadtype{Asp33} produces Fortran for Type 33 ASPs,{} needed for NAG routine \\axiomOpFrom{d02kef}{d02Package}. The code is a dummy ASP:\\begin{verbatim} SUBROUTINE REPORT(X,V,JINT) DOUBLE PRECISION V(3),X INTEGER JINT RETURN END\\end{verbatim}")) (|outputAsFortran| (((|Void|)) "\\spad{outputAsFortran()} generates the default code for \\spadtype{ASP33}.")))
NIL
NIL
-(-73 -2540)
+(-73 -1316)
((|constructor| (NIL "\\spadtype{Asp34} produces Fortran for Type 34 ASPs,{} needed for NAG routine \\axiomOpFrom{f04mbf}{f04Package},{} for example:\\begin{verbatim} SUBROUTINE MSOLVE(IFLAG,N,X,Y,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION RWORK(LRWORK),X(N),Y(N) INTEGER I,J,N,LIWORK,IFLAG,LRWORK,IWORK(LIWORK) DOUBLE PRECISION W1(3),W2(3),MS(3,3) IFLAG=-1 MS(1,1)=2.0D0 MS(1,2)=1.0D0 MS(1,3)=0.0D0 MS(2,1)=1.0D0 MS(2,2)=2.0D0 MS(2,3)=1.0D0 MS(3,1)=0.0D0 MS(3,2)=1.0D0 MS(3,3)=2.0D0 CALL F04ASF(MS,N,X,N,Y,W1,W2,IFLAG) IFLAG=-IFLAG RETURN END\\end{verbatim}")))
NIL
NIL
-(-74 -2540)
+(-74 -1316)
((|constructor| (NIL "\\spadtype{Asp35} produces Fortran for Type 35 ASPs,{} needed for NAG routines \\axiomOpFrom{c05pbf}{c05Package},{} \\axiomOpFrom{c05pcf}{c05Package},{} for example:\\begin{verbatim} SUBROUTINE FCN(N,X,FVEC,FJAC,LDFJAC,IFLAG) DOUBLE PRECISION X(N),FVEC(N),FJAC(LDFJAC,N) INTEGER LDFJAC,N,IFLAG IF(IFLAG.EQ.1)THEN FVEC(1)=(-1.0D0*X(2))+X(1) FVEC(2)=(-1.0D0*X(3))+2.0D0*X(2) FVEC(3)=3.0D0*X(3) ELSEIF(IFLAG.EQ.2)THEN FJAC(1,1)=1.0D0 FJAC(1,2)=-1.0D0 FJAC(1,3)=0.0D0 FJAC(2,1)=0.0D0 FJAC(2,2)=2.0D0 FJAC(2,3)=-1.0D0 FJAC(3,1)=0.0D0 FJAC(3,2)=0.0D0 FJAC(3,3)=3.0D0 ENDIF END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE X)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
@@ -236,55 +236,55 @@ NIL
((|constructor| (NIL "\\spadtype{Asp42} produces Fortran for Type 42 ASPs,{} needed for NAG routines \\axiomOpFrom{d02raf}{d02Package} and \\axiomOpFrom{d02saf}{d02Package} in particular. These ASPs are in fact three Fortran routines which return a vector of functions,{} and their derivatives \\spad{wrt} \\spad{Y}(\\spad{i}) and also a continuation parameter EPS,{} for example:\\begin{verbatim} SUBROUTINE G(EPS,YA,YB,BC,N) DOUBLE PRECISION EPS,YA(N),YB(N),BC(N) INTEGER N BC(1)=YA(1) BC(2)=YA(2) BC(3)=YB(2)-1.0D0 RETURN END SUBROUTINE JACOBG(EPS,YA,YB,AJ,BJ,N) DOUBLE PRECISION EPS,YA(N),AJ(N,N),BJ(N,N),YB(N) INTEGER N AJ(1,1)=1.0D0 AJ(1,2)=0.0D0 AJ(1,3)=0.0D0 AJ(2,1)=0.0D0 AJ(2,2)=1.0D0 AJ(2,3)=0.0D0 AJ(3,1)=0.0D0 AJ(3,2)=0.0D0 AJ(3,3)=0.0D0 BJ(1,1)=0.0D0 BJ(1,2)=0.0D0 BJ(1,3)=0.0D0 BJ(2,1)=0.0D0 BJ(2,2)=0.0D0 BJ(2,3)=0.0D0 BJ(3,1)=0.0D0 BJ(3,2)=1.0D0 BJ(3,3)=0.0D0 RETURN END SUBROUTINE JACGEP(EPS,YA,YB,BCEP,N) DOUBLE PRECISION EPS,YA(N),YB(N),BCEP(N) INTEGER N BCEP(1)=0.0D0 BCEP(2)=0.0D0 BCEP(3)=0.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE EPS)) (|construct| (QUOTE YA) (QUOTE YB)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-77 -2540)
+(-77 -1316)
((|constructor| (NIL "\\spadtype{Asp49} produces Fortran for Type 49 ASPs,{} needed for NAG routines \\axiomOpFrom{e04dgf}{e04Package},{} \\axiomOpFrom{e04ucf}{e04Package},{} for example:\\begin{verbatim} SUBROUTINE OBJFUN(MODE,N,X,OBJF,OBJGRD,NSTATE,IUSER,USER) DOUBLE PRECISION X(N),OBJF,OBJGRD(N),USER(*) INTEGER N,IUSER(*),MODE,NSTATE OBJF=X(4)*X(9)+((-1.0D0*X(5))+X(3))*X(8)+((-1.0D0*X(3))+X(1))*X(7) &+(-1.0D0*X(2)*X(6)) OBJGRD(1)=X(7) OBJGRD(2)=-1.0D0*X(6) OBJGRD(3)=X(8)+(-1.0D0*X(7)) OBJGRD(4)=X(9) OBJGRD(5)=-1.0D0*X(8) OBJGRD(6)=-1.0D0*X(2) OBJGRD(7)=(-1.0D0*X(3))+X(1) OBJGRD(8)=(-1.0D0*X(5))+X(3) OBJGRD(9)=X(4) RETURN END\\end{verbatim}")) (|coerce| (($ (|FortranExpression| (|construct|) (|construct| (QUOTE X)) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
-(-78 -2540)
+(-78 -1316)
((|constructor| (NIL "\\spadtype{Asp4} produces Fortran for Type 4 ASPs,{} which take an expression in \\spad{X}(1) .. \\spad{X}(NDIM) and produce a real function of the form:\\begin{verbatim} DOUBLE PRECISION FUNCTION FUNCTN(NDIM,X) DOUBLE PRECISION X(NDIM) INTEGER NDIM FUNCTN=(4.0D0*X(1)*X(3)**2*DEXP(2.0D0*X(1)*X(3)))/(X(4)**2+(2.0D0* &X(2)+2.0D0)*X(4)+X(2)**2+2.0D0*X(2)+1.0D0) RETURN END\\end{verbatim}")) (|coerce| (($ (|FortranExpression| (|construct|) (|construct| (QUOTE X)) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
-(-79 -2540)
+(-79 -1316)
((|constructor| (NIL "\\spadtype{Asp50} produces Fortran for Type 50 ASPs,{} needed for NAG routine \\axiomOpFrom{e04fdf}{e04Package},{} for example:\\begin{verbatim} SUBROUTINE LSFUN1(M,N,XC,FVECC) DOUBLE PRECISION FVECC(M),XC(N) INTEGER I,M,N FVECC(1)=((XC(1)-2.4D0)*XC(3)+(15.0D0*XC(1)-36.0D0)*XC(2)+1.0D0)/( &XC(3)+15.0D0*XC(2)) FVECC(2)=((XC(1)-2.8D0)*XC(3)+(7.0D0*XC(1)-19.6D0)*XC(2)+1.0D0)/(X &C(3)+7.0D0*XC(2)) FVECC(3)=((XC(1)-3.2D0)*XC(3)+(4.333333333333333D0*XC(1)-13.866666 &66666667D0)*XC(2)+1.0D0)/(XC(3)+4.333333333333333D0*XC(2)) FVECC(4)=((XC(1)-3.5D0)*XC(3)+(3.0D0*XC(1)-10.5D0)*XC(2)+1.0D0)/(X &C(3)+3.0D0*XC(2)) FVECC(5)=((XC(1)-3.9D0)*XC(3)+(2.2D0*XC(1)-8.579999999999998D0)*XC &(2)+1.0D0)/(XC(3)+2.2D0*XC(2)) FVECC(6)=((XC(1)-4.199999999999999D0)*XC(3)+(1.666666666666667D0*X &C(1)-7.0D0)*XC(2)+1.0D0)/(XC(3)+1.666666666666667D0*XC(2)) FVECC(7)=((XC(1)-4.5D0)*XC(3)+(1.285714285714286D0*XC(1)-5.7857142 &85714286D0)*XC(2)+1.0D0)/(XC(3)+1.285714285714286D0*XC(2)) FVECC(8)=((XC(1)-4.899999999999999D0)*XC(3)+(XC(1)-4.8999999999999 &99D0)*XC(2)+1.0D0)/(XC(3)+XC(2)) FVECC(9)=((XC(1)-4.699999999999999D0)*XC(3)+(XC(1)-4.6999999999999 &99D0)*XC(2)+1.285714285714286D0)/(XC(3)+XC(2)) FVECC(10)=((XC(1)-6.8D0)*XC(3)+(XC(1)-6.8D0)*XC(2)+1.6666666666666 &67D0)/(XC(3)+XC(2)) FVECC(11)=((XC(1)-8.299999999999999D0)*XC(3)+(XC(1)-8.299999999999 &999D0)*XC(2)+2.2D0)/(XC(3)+XC(2)) FVECC(12)=((XC(1)-10.6D0)*XC(3)+(XC(1)-10.6D0)*XC(2)+3.0D0)/(XC(3) &+XC(2)) FVECC(13)=((XC(1)-1.34D0)*XC(3)+(XC(1)-1.34D0)*XC(2)+4.33333333333 &3333D0)/(XC(3)+XC(2)) FVECC(14)=((XC(1)-2.1D0)*XC(3)+(XC(1)-2.1D0)*XC(2)+7.0D0)/(XC(3)+X &C(2)) FVECC(15)=((XC(1)-4.39D0)*XC(3)+(XC(1)-4.39D0)*XC(2)+15.0D0)/(XC(3 &)+XC(2)) END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE XC)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-80 -2540)
+(-80 -1316)
((|constructor| (NIL "\\spadtype{Asp55} produces Fortran for Type 55 ASPs,{} needed for NAG routines \\axiomOpFrom{e04dgf}{e04Package} and \\axiomOpFrom{e04ucf}{e04Package},{} for example:\\begin{verbatim} SUBROUTINE CONFUN(MODE,NCNLN,N,NROWJ,NEEDC,X,C,CJAC,NSTATE,IUSER &,USER) DOUBLE PRECISION C(NCNLN),X(N),CJAC(NROWJ,N),USER(*) INTEGER N,IUSER(*),NEEDC(NCNLN),NROWJ,MODE,NCNLN,NSTATE IF(NEEDC(1).GT.0)THEN C(1)=X(6)**2+X(1)**2 CJAC(1,1)=2.0D0*X(1) CJAC(1,2)=0.0D0 CJAC(1,3)=0.0D0 CJAC(1,4)=0.0D0 CJAC(1,5)=0.0D0 CJAC(1,6)=2.0D0*X(6) ENDIF IF(NEEDC(2).GT.0)THEN C(2)=X(2)**2+(-2.0D0*X(1)*X(2))+X(1)**2 CJAC(2,1)=(-2.0D0*X(2))+2.0D0*X(1) CJAC(2,2)=2.0D0*X(2)+(-2.0D0*X(1)) CJAC(2,3)=0.0D0 CJAC(2,4)=0.0D0 CJAC(2,5)=0.0D0 CJAC(2,6)=0.0D0 ENDIF IF(NEEDC(3).GT.0)THEN C(3)=X(3)**2+(-2.0D0*X(1)*X(3))+X(2)**2+X(1)**2 CJAC(3,1)=(-2.0D0*X(3))+2.0D0*X(1) CJAC(3,2)=2.0D0*X(2) CJAC(3,3)=2.0D0*X(3)+(-2.0D0*X(1)) CJAC(3,4)=0.0D0 CJAC(3,5)=0.0D0 CJAC(3,6)=0.0D0 ENDIF RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE X)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-81 -2540)
+(-81 -1316)
((|constructor| (NIL "\\spadtype{Asp6} produces Fortran for Type 6 ASPs,{} needed for NAG routines \\axiomOpFrom{c05nbf}{c05Package},{} \\axiomOpFrom{c05ncf}{c05Package}. These represent vectors of functions of \\spad{X}(\\spad{i}) and look like:\\begin{verbatim} SUBROUTINE FCN(N,X,FVEC,IFLAG) DOUBLE PRECISION X(N),FVEC(N) INTEGER N,IFLAG FVEC(1)=(-2.0D0*X(2))+(-2.0D0*X(1)**2)+3.0D0*X(1)+1.0D0 FVEC(2)=(-2.0D0*X(3))+(-2.0D0*X(2)**2)+3.0D0*X(2)+(-1.0D0*X(1))+1. &0D0 FVEC(3)=(-2.0D0*X(4))+(-2.0D0*X(3)**2)+3.0D0*X(3)+(-1.0D0*X(2))+1. &0D0 FVEC(4)=(-2.0D0*X(5))+(-2.0D0*X(4)**2)+3.0D0*X(4)+(-1.0D0*X(3))+1. &0D0 FVEC(5)=(-2.0D0*X(6))+(-2.0D0*X(5)**2)+3.0D0*X(5)+(-1.0D0*X(4))+1. &0D0 FVEC(6)=(-2.0D0*X(7))+(-2.0D0*X(6)**2)+3.0D0*X(6)+(-1.0D0*X(5))+1. &0D0 FVEC(7)=(-2.0D0*X(8))+(-2.0D0*X(7)**2)+3.0D0*X(7)+(-1.0D0*X(6))+1. &0D0 FVEC(8)=(-2.0D0*X(9))+(-2.0D0*X(8)**2)+3.0D0*X(8)+(-1.0D0*X(7))+1. &0D0 FVEC(9)=(-2.0D0*X(9)**2)+3.0D0*X(9)+(-1.0D0*X(8))+1.0D0 RETURN END\\end{verbatim}")))
NIL
NIL
-(-82 -2540)
+(-82 -1316)
((|constructor| (NIL "\\spadtype{Asp73} produces Fortran for Type 73 ASPs,{} needed for NAG routine \\axiomOpFrom{d03eef}{d03Package},{} for example:\\begin{verbatim} SUBROUTINE PDEF(X,Y,ALPHA,BETA,GAMMA,DELTA,EPSOLN,PHI,PSI) DOUBLE PRECISION ALPHA,EPSOLN,PHI,X,Y,BETA,DELTA,GAMMA,PSI ALPHA=DSIN(X) BETA=Y GAMMA=X*Y DELTA=DCOS(X)*DSIN(Y) EPSOLN=Y+X PHI=X PSI=Y RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE X) (QUOTE Y)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-83 -2540)
+(-83 -1316)
((|constructor| (NIL "\\spadtype{Asp74} produces Fortran for Type 74 ASPs,{} needed for NAG routine \\axiomOpFrom{d03eef}{d03Package},{} for example:\\begin{verbatim} SUBROUTINE BNDY(X,Y,A,B,C,IBND) DOUBLE PRECISION A,B,C,X,Y INTEGER IBND IF(IBND.EQ.0)THEN A=0.0D0 B=1.0D0 C=-1.0D0*DSIN(X) ELSEIF(IBND.EQ.1)THEN A=1.0D0 B=0.0D0 C=DSIN(X)*DSIN(Y) ELSEIF(IBND.EQ.2)THEN A=1.0D0 B=0.0D0 C=DSIN(X)*DSIN(Y) ELSEIF(IBND.EQ.3)THEN A=0.0D0 B=1.0D0 C=-1.0D0*DSIN(Y) ENDIF END\\end{verbatim}")) (|coerce| (($ (|Matrix| (|FortranExpression| (|construct| (QUOTE X) (QUOTE Y)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-84 -2540)
+(-84 -1316)
((|constructor| (NIL "\\spadtype{Asp77} produces Fortran for Type 77 ASPs,{} needed for NAG routine \\axiomOpFrom{d02gbf}{d02Package},{} for example:\\begin{verbatim} SUBROUTINE FCNF(X,F) DOUBLE PRECISION X DOUBLE PRECISION F(2,2) F(1,1)=0.0D0 F(1,2)=1.0D0 F(2,1)=0.0D0 F(2,2)=-10.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Matrix| (|FortranExpression| (|construct| (QUOTE X)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-85 -2540)
+(-85 -1316)
((|constructor| (NIL "\\spadtype{Asp78} produces Fortran for Type 78 ASPs,{} needed for NAG routine \\axiomOpFrom{d02gbf}{d02Package},{} for example:\\begin{verbatim} SUBROUTINE FCNG(X,G) DOUBLE PRECISION G(*),X G(1)=0.0D0 G(2)=0.0D0 END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE X)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-86 -2540)
+(-86 -1316)
((|constructor| (NIL "\\spadtype{Asp7} produces Fortran for Type 7 ASPs,{} needed for NAG routines \\axiomOpFrom{d02bbf}{d02Package},{} \\axiomOpFrom{d02gaf}{d02Package}. These represent a vector of functions of the scalar \\spad{X} and the array \\spad{Z},{} and look like:\\begin{verbatim} SUBROUTINE FCN(X,Z,F) DOUBLE PRECISION F(*),X,Z(*) F(1)=DTAN(Z(3)) F(2)=((-0.03199999999999999D0*DCOS(Z(3))*DTAN(Z(3)))+(-0.02D0*Z(2) &**2))/(Z(2)*DCOS(Z(3))) F(3)=-0.03199999999999999D0/(X*Z(2)**2) RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE X)) (|construct| (QUOTE Y)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-87 -2540)
+(-87 -1316)
((|constructor| (NIL "\\spadtype{Asp80} produces Fortran for Type 80 ASPs,{} needed for NAG routine \\axiomOpFrom{d02kef}{d02Package},{} for example:\\begin{verbatim} SUBROUTINE BDYVAL(XL,XR,ELAM,YL,YR) DOUBLE PRECISION ELAM,XL,YL(3),XR,YR(3) YL(1)=XL YL(2)=2.0D0 YR(1)=1.0D0 YR(2)=-1.0D0*DSQRT(XR+(-1.0D0*ELAM)) RETURN END\\end{verbatim}")) (|coerce| (($ (|Matrix| (|FortranExpression| (|construct| (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-88 -2540)
+(-88 -1316)
((|constructor| (NIL "\\spadtype{Asp8} produces Fortran for Type 8 ASPs,{} needed for NAG routine \\axiomOpFrom{d02bbf}{d02Package}. This ASP prints intermediate values of the computed solution of an ODE and might look like:\\begin{verbatim} SUBROUTINE OUTPUT(XSOL,Y,COUNT,M,N,RESULT,FORWRD) DOUBLE PRECISION Y(N),RESULT(M,N),XSOL INTEGER M,N,COUNT LOGICAL FORWRD DOUBLE PRECISION X02ALF,POINTS(8) EXTERNAL X02ALF INTEGER I POINTS(1)=1.0D0 POINTS(2)=2.0D0 POINTS(3)=3.0D0 POINTS(4)=4.0D0 POINTS(5)=5.0D0 POINTS(6)=6.0D0 POINTS(7)=7.0D0 POINTS(8)=8.0D0 COUNT=COUNT+1 DO 25001 I=1,N RESULT(COUNT,I)=Y(I)25001 CONTINUE IF(COUNT.EQ.M)THEN IF(FORWRD)THEN XSOL=X02ALF() ELSE XSOL=-X02ALF() ENDIF ELSE XSOL=POINTS(COUNT) ENDIF END\\end{verbatim}")))
NIL
NIL
-(-89 -2540)
+(-89 -1316)
((|constructor| (NIL "\\spadtype{Asp9} produces Fortran for Type 9 ASPs,{} needed for NAG routines \\axiomOpFrom{d02bhf}{d02Package},{} \\axiomOpFrom{d02cjf}{d02Package},{} \\axiomOpFrom{d02ejf}{d02Package}. These ASPs represent a function of a scalar \\spad{X} and a vector \\spad{Y},{} for example:\\begin{verbatim} DOUBLE PRECISION FUNCTION G(X,Y) DOUBLE PRECISION X,Y(*) G=X+Y(1) RETURN END\\end{verbatim} If the user provides a constant value for \\spad{G},{} then extra information is added via COMMON blocks used by certain routines. This specifies that the value returned by \\spad{G} in this case is to be ignored.")) (|coerce| (($ (|FortranExpression| (|construct| (QUOTE X)) (|construct| (QUOTE Y)) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
@@ -294,8 +294,8 @@ NIL
((|HasCategory| |#1| (QUOTE (-363))))
(-91 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}.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-92 S)
((|constructor| (NIL "This is the category of Spad abstract syntax trees.")))
NIL
@@ -318,15 +318,15 @@ NIL
NIL
(-97)
((|constructor| (NIL "\\axiomType{AttributeButtons} implements a database and associated adjustment mechanisms for a set of attributes. \\blankline For ODEs these attributes are \"stiffness\",{} \"stability\" (\\spadignore{i.e.} how much affect the cosine or sine component of the solution has on the stability of the result),{} \"accuracy\" and \"expense\" (\\spadignore{i.e.} how expensive is the evaluation of the ODE). All these have bearing on the cost of calculating the solution given that reducing the step-length to achieve greater accuracy requires considerable number of evaluations and calculations. \\blankline The effect of each of these attributes can be altered by increasing or decreasing the button value. \\blankline For Integration there is a button for increasing and decreasing the preset number of function evaluations for each method. This is automatically used by ANNA when a method fails due to insufficient workspace or where the limit of function evaluations has been reached before the required accuracy is achieved. \\blankline")) (|setButtonValue| (((|Float|) (|String|) (|String|) (|Float|)) "\\axiom{setButtonValue(attributeName,{}routineName,{}\\spad{n})} sets the value of the button of attribute \\spad{attributeName} to routine \\spad{routineName} to \\spad{n}. \\spad{n} must be in the range [0..1]. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".") (((|Float|) (|String|) (|Float|)) "\\axiom{setButtonValue(attributeName,{}\\spad{n})} sets the value of all buttons of attribute \\spad{attributeName} to \\spad{n}. \\spad{n} must be in the range [0..1]. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")) (|setAttributeButtonStep| (((|Float|) (|Float|)) "\\axiom{setAttributeButtonStep(\\spad{n})} sets the value of the steps for increasing and decreasing the button values. \\axiom{\\spad{n}} must be greater than 0 and less than 1. The preset value is 0.5.")) (|resetAttributeButtons| (((|Void|)) "\\axiom{resetAttributeButtons()} resets the Attribute buttons to a neutral level.")) (|getButtonValue| (((|Float|) (|String|) (|String|)) "\\axiom{getButtonValue(routineName,{}attributeName)} returns the current value for the effect of the attribute \\axiom{attributeName} with routine \\axiom{routineName}. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")) (|decrease| (((|Float|) (|String|)) "\\axiom{decrease(attributeName)} decreases the value for the effect of the attribute \\axiom{attributeName} with all routines. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".") (((|Float|) (|String|) (|String|)) "\\axiom{decrease(routineName,{}attributeName)} decreases the value for the effect of the attribute \\axiom{attributeName} with routine \\axiom{routineName}. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")) (|increase| (((|Float|) (|String|)) "\\axiom{increase(attributeName)} increases the value for the effect of the attribute \\axiom{attributeName} with all routines. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".") (((|Float|) (|String|) (|String|)) "\\axiom{increase(routineName,{}attributeName)} increases the value for the effect of the attribute \\axiom{attributeName} with routine \\axiom{routineName}. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")))
-((-4412 . T))
+((-4406 . T))
NIL
(-98)
((|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.")) (|shallowlyMutable| ((|attribute|) "\\spad{shallowlyMutable} is \\spad{true} if its values have immediate components that are updateable (mutable). Note: the properties of any component domain are irrevelant to the \\spad{shallowlyMutable} proper.")) (|commutative| ((|attribute| "*") "\\spad{commutative(\"*\")} is \\spad{true} if it has an operation \\spad{\"*\": (D,{}D) -> D} which is commutative.")) (|finiteAggregate| ((|attribute|) "\\spad{finiteAggregate} is \\spad{true} if it is an aggregate with a finite number of elements.")))
-((-4412 . T) ((-4414 "*") . T) (-4413 . T) (-4409 . T) (-4407 . T) (-4406 . T) (-4405 . T) (-4410 . T) (-4404 . T) (-4403 . T) (-4402 . T) (-4401 . T) (-4400 . T) (-4408 . T) (-4411 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4399 . T))
+((-4406 . T) ((-4408 "*") . T) (-4407 . T) (-4403 . T) (-4401 . T) (-4400 . T) (-4399 . T) (-4404 . T) (-4398 . T) (-4397 . T) (-4396 . T) (-4395 . T) (-4394 . T) (-4402 . T) (-4405 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4393 . T))
NIL
(-99 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}.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-100 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{\\spad{pi}} is balanced with respect to \\spad{b}.")))
@@ -342,15 +342,15 @@ NIL
NIL
(-103 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 \\spad{pl} and \\spad{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{:=} \\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 \\spad{ls}.")) (|balancedBinaryTree| (($ (|NonNegativeInteger|) |#1|) "\\spad{balancedBinaryTree(n,{} s)} creates a balanced binary tree with \\spad{n} nodes each with value \\spad{s}.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-104 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 (-4414 "*"))))
+((|HasAttribute| |#1| (QUOTE (-4408 "*"))))
(-105)
((|bfEntry| (((|Record| (|:| |zeros| (|Stream| (|DoubleFloat|))) (|:| |ones| (|Stream| (|DoubleFloat|))) (|:| |singularities| (|Stream| (|DoubleFloat|)))) (|Symbol|)) "\\spad{bfEntry(k)} returns the entry in the \\axiomType{BasicFunctions} table corresponding to \\spad{k}")) (|bfKeys| (((|List| (|Symbol|))) "\\spad{bfKeys()} returns the names of each function in the \\axiomType{BasicFunctions} table")))
-((-4412 . T))
+((-4406 . T))
NIL
(-106 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}.")) (|shallowlyMutable| ((|attribute|) "shallowlyMutable means that elements of bags may be destructively changed.")))
@@ -358,23 +358,23 @@ NIL
NIL
(-107 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}.")) (|shallowlyMutable| ((|attribute|) "shallowlyMutable means that elements of bags may be destructively changed.")))
-((-4413 . T))
+((-4407 . T))
NIL
(-108)
((|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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-564) (QUOTE (-906))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-564) (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-147))) (|HasCategory| (-564) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-564) (QUOTE (-1019))) (|HasCategory| (-564) (QUOTE (-817))) (-2713 (|HasCategory| (-564) (QUOTE (-817))) (|HasCategory| (-564) (QUOTE (-847)))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-1145))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-564) (QUOTE (-233))) (|HasCategory| (-564) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-564) (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -309) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -286) (QUOTE (-564)) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-307))) (|HasCategory| (-564) (QUOTE (-545))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-564) (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (|HasCategory| (-564) (QUOTE (-145)))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-564) (QUOTE (-906))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-564) (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-147))) (|HasCategory| (-564) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-564) (QUOTE (-1019))) (|HasCategory| (-564) (QUOTE (-817))) (-4078 (|HasCategory| (-564) (QUOTE (-817))) (|HasCategory| (-564) (QUOTE (-847)))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-1145))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-564) (QUOTE (-233))) (|HasCategory| (-564) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-564) (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -309) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -286) (QUOTE (-564)) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-307))) (|HasCategory| (-564) (QUOTE (-545))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-564) (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (|HasCategory| (-564) (QUOTE (-145)))))
(-109)
((|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| (($ (|Symbol|) (|List| (|Property|))) "\\spad{binding(n,{}props)} constructs a binding with name \\spad{`n'} and property list `props'.")) (|properties| (((|List| (|Property|)) $) "\\spad{properties(b)} returns the properties associated with binding \\spad{b}.")) (|name| (((|Symbol|) $) "\\spad{name(b)} returns the name of binding \\spad{b}")))
NIL
NIL
(-110)
((|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}")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
((-12 (|HasCategory| (-112) (QUOTE (-1094))) (|HasCategory| (-112) (LIST (QUOTE -309) (QUOTE (-112))))) (|HasCategory| (-112) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-112) (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-112) (QUOTE (-1094))) (|HasCategory| (-112) (LIST (QUOTE -611) (QUOTE (-859)))))
(-111 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}")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
NIL
(-112)
((|constructor| (NIL "\\indented{1}{\\spadtype{Boolean} is the elementary logic with 2 values:} \\spad{true} and \\spad{false}")) (|test| (($ $) "\\spad{test(b)} returns \\spad{b} and is provided for compatibility with the new compiler.")) (|nor| (($ $ $) "\\spad{nor(a,{}b)} returns the logical negation of \\spad{a} or \\spad{b}.")) (|nand| (($ $ $) "\\spad{nand(a,{}b)} returns the logical negation of \\spad{a} and \\spad{b}.")) (|xor| (($ $ $) "\\spad{xor(a,{}b)} returns the logical exclusive {\\em or} of Boolean \\spad{a} and \\spad{b}.")) (|false| (($) "\\spad{false} is a logical constant.")) (|true| (($) "\\spad{true} is a logical constant.")))
@@ -388,22 +388,22 @@ NIL
((|constructor| (NIL "A basic operator is an object that can be applied to a list of arguments from a set,{} the result being a kernel over that set.")) (|setProperties| (($ $ (|AssociationList| (|String|) (|None|))) "\\spad{setProperties(op,{} l)} sets the property list of \\spad{op} to \\spad{l}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|setProperty| (($ $ (|Identifier|) (|None|)) "\\spad{setProperty(op,{} p,{} v)} attaches property \\spad{p} to \\spad{op},{} and sets its value to \\spad{v}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.") (($ $ (|String|) (|None|)) "\\spad{setProperty(op,{} s,{} v)} attaches property \\spad{s} to \\spad{op},{} and sets its value to \\spad{v}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|property| (((|Maybe| (|None|)) $ (|Identifier|)) "\\spad{property(op,{} p)} returns the value of property \\spad{p} if it is attached to \\spad{op},{} otherwise \\spad{nothing}.") (((|Union| (|None|) "failed") $ (|String|)) "\\spad{property(op,{} s)} returns the value of property \\spad{s} if it is attached to \\spad{op},{} and \"failed\" otherwise.")) (|deleteProperty!| (($ $ (|Identifier|)) "\\spad{deleteProperty!(op,{} p)} unattaches property \\spad{p} from \\spad{op}. Argument \\spad}op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.") (($ $ (|String|)) "\\spad{deleteProperty!(op,{} s)} unattaches property \\spad{s} from \\spad{op}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|assert| (($ $ (|String|)) "\\spad{assert(op,{} s)} attaches property \\spad{s} to \\spad{op}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|has?| (((|Boolean|) $ (|String|)) "\\spad{has?(op,{} s)} tests if property \\spad{s} is attached to \\spad{op}.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(op,{} s)} tests if the name of \\spad{op} is \\spad{s}.")) (|input| (((|Union| (|Mapping| (|InputForm|) (|List| (|InputForm|))) "failed") $) "\\spad{input(op)} returns the \"\\%input\" property of \\spad{op} if it has one attached,{} \"failed\" otherwise.") (($ $ (|Mapping| (|InputForm|) (|List| (|InputForm|)))) "\\spad{input(op,{} foo)} attaches foo as the \"\\%input\" property of \\spad{op}. If \\spad{op} has a \"\\%input\" property \\spad{f},{} then \\spad{op(a1,{}...,{}an)} gets converted to InputForm as \\spad{f(a1,{}...,{}an)}.")) (|display| (($ $ (|Mapping| (|OutputForm|) (|OutputForm|))) "\\spad{display(op,{} foo)} attaches foo as the \"\\%display\" property of \\spad{op}. If \\spad{op} has a \"\\%display\" property \\spad{f},{} then \\spad{op(a)} gets converted to OutputForm as \\spad{f(a)}. Argument \\spad{op} must be unary.") (($ $ (|Mapping| (|OutputForm|) (|List| (|OutputForm|)))) "\\spad{display(op,{} foo)} attaches foo as the \"\\%display\" property of \\spad{op}. If \\spad{op} has a \"\\%display\" property \\spad{f},{} then \\spad{op(a1,{}...,{}an)} gets converted to OutputForm as \\spad{f(a1,{}...,{}an)}.") (((|Union| (|Mapping| (|OutputForm|) (|List| (|OutputForm|))) "failed") $) "\\spad{display(op)} returns the \"\\%display\" property of \\spad{op} if it has one attached,{} and \"failed\" otherwise.")) (|comparison| (($ $ (|Mapping| (|Boolean|) $ $)) "\\spad{comparison(op,{} foo?)} attaches foo? as the \"\\%less?\" property to \\spad{op}. If op1 and op2 have the same name,{} and one of them has a \"\\%less?\" property \\spad{f},{} then \\spad{f(op1,{} op2)} is called to decide whether \\spad{op1 < op2}.")) (|equality| (($ $ (|Mapping| (|Boolean|) $ $)) "\\spad{equality(op,{} foo?)} attaches foo? as the \"\\%equal?\" property to \\spad{op}. If op1 and op2 have the same name,{} and one of them has an \"\\%equal?\" property \\spad{f},{} then \\spad{f(op1,{} op2)} is called to decide whether op1 and op2 should be considered equal.")) (|weight| (($ $ (|NonNegativeInteger|)) "\\spad{weight(op,{} n)} attaches the weight \\spad{n} to \\spad{op}.") (((|NonNegativeInteger|) $) "\\spad{weight(op)} returns the weight attached to \\spad{op}.")) (|nary?| (((|Boolean|) $) "\\spad{nary?(op)} tests if \\spad{op} has arbitrary arity.")) (|unary?| (((|Boolean|) $) "\\spad{unary?(op)} tests if \\spad{op} is unary.")) (|nullary?| (((|Boolean|) $) "\\spad{nullary?(op)} tests if \\spad{op} is nullary.")) (|operator| (($ (|Symbol|) (|Arity|)) "\\spad{operator(f,{} a)} makes \\spad{f} into an operator of arity \\spad{a}.") (($ (|Symbol|) (|NonNegativeInteger|)) "\\spad{operator(f,{} n)} makes \\spad{f} into an \\spad{n}-ary operator.") (($ (|Symbol|)) "\\spad{operator(f)} makes \\spad{f} into an operator with arbitrary arity.")) (|copy| (($ $) "\\spad{copy(op)} returns a copy of \\spad{op}.")) (|properties| (((|AssociationList| (|String|) (|None|)) $) "\\spad{properties(op)} returns the list of all the properties currently attached to \\spad{op}.")))
NIL
NIL
-(-115 -2210 UP)
+(-115 -3629 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
(-116 |p|)
((|constructor| (NIL "Stream-based implementation of \\spad{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}.")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-117 |p|)
((|constructor| (NIL "Stream-based implementation of \\spad{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}.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-116 |#1|) (QUOTE (-906))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-116 |#1|) (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-147))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-116 |#1|) (QUOTE (-1019))) (|HasCategory| (-116 |#1|) (QUOTE (-817))) (-2713 (|HasCategory| (-116 |#1|) (QUOTE (-817))) (|HasCategory| (-116 |#1|) (QUOTE (-847)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-116 |#1|) (QUOTE (-1145))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| (-116 |#1|) (QUOTE (-233))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -309) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -286) (LIST (QUOTE -116) (|devaluate| |#1|)) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (QUOTE (-307))) (|HasCategory| (-116 |#1|) (QUOTE (-545))) (|HasCategory| (-116 |#1|) (QUOTE (-847))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-906)))) (|HasCategory| (-116 |#1|) (QUOTE (-145)))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-116 |#1|) (QUOTE (-906))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-116 |#1|) (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-147))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-116 |#1|) (QUOTE (-1019))) (|HasCategory| (-116 |#1|) (QUOTE (-817))) (-4078 (|HasCategory| (-116 |#1|) (QUOTE (-817))) (|HasCategory| (-116 |#1|) (QUOTE (-847)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-116 |#1|) (QUOTE (-1145))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| (-116 |#1|) (QUOTE (-233))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -309) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -286) (LIST (QUOTE -116) (|devaluate| |#1|)) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (QUOTE (-307))) (|HasCategory| (-116 |#1|) (QUOTE (-545))) (|HasCategory| (-116 |#1|) (QUOTE (-847))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-906)))) (|HasCategory| (-116 |#1|) (QUOTE (-145)))))
(-118 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{:=} \\spad{b}}) is equivalent to \\axiom{setright!(a,{}\\spad{b})}.") (($ $ "left" $) "\\spad{setelt(a,{}\"left\",{}b)} (also written \\axiom{a . left \\spad{:=} \\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
-((|HasAttribute| |#1| (QUOTE -4413)))
+((|HasAttribute| |#1| (QUOTE -4407)))
(-119 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{:=} \\spad{b}}) is equivalent to \\axiom{setright!(a,{}\\spad{b})}.") (($ $ "left" $) "\\spad{setelt(a,{}\"left\",{}b)} (also written \\axiom{a . left \\spad{:=} \\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
@@ -414,15 +414,15 @@ NIL
NIL
(-121 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")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-122 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}}.")) (|or| (($ $ $) "\\spad{a or b} returns the logical {\\em or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|and| (($ $ $) "\\spad{a and b} returns the logical {\\em and} 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}}.")) (|not| (($ $) "\\spad{not(b)} returns the logical {\\em not} of bit aggregate \\axiom{\\spad{b}}.")))
NIL
NIL
(-123)
((|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}}.")) (|or| (($ $ $) "\\spad{a or b} returns the logical {\\em or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|and| (($ $ $) "\\spad{a and b} returns the logical {\\em and} 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}}.")) (|not| (($ $) "\\spad{not(b)} returns the logical {\\em not} of bit aggregate \\axiom{\\spad{b}}.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
(-124 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}.")) (|finiteAggregate| ((|attribute|) "Binary trees have a finite number of components")) (|shallowlyMutable| ((|attribute|) "Binary trees have updateable components")))
@@ -430,20 +430,20 @@ NIL
NIL
(-125 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}.")) (|finiteAggregate| ((|attribute|) "Binary trees have a finite number of components")) (|shallowlyMutable| ((|attribute|) "Binary trees have updateable components")))
-((-4412 . T) (-4413 . T))
+((-4406 . T) (-4407 . T))
NIL
(-126 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.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-127 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.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-128)
((|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 \\spad{`n'}. The array can then store up to \\spad{`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.}")) (|finiteAggregate| ((|attribute|) "A ByteBuffer object is a finite aggregate")) (|setLength!| (((|NonNegativeInteger|) $ (|NonNegativeInteger|)) "\\spad{setLength!(buf,{}n)} sets the number of active bytes in the `buf'. Error if \\spad{`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.")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| (-129) (QUOTE (-847))) (|HasCategory| (-129) (LIST (QUOTE -309) (QUOTE (-129))))) (-12 (|HasCategory| (-129) (QUOTE (-1094))) (|HasCategory| (-129) (LIST (QUOTE -309) (QUOTE (-129)))))) (-2713 (-12 (|HasCategory| (-129) (QUOTE (-1094))) (|HasCategory| (-129) (LIST (QUOTE -309) (QUOTE (-129))))) (|HasCategory| (-129) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-129) (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| (-129) (QUOTE (-847))) (|HasCategory| (-129) (QUOTE (-1094)))) (|HasCategory| (-129) (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-129) (QUOTE (-1094))) (|HasCategory| (-129) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-129) (QUOTE (-1094))) (|HasCategory| (-129) (LIST (QUOTE -309) (QUOTE (-129))))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| (-129) (QUOTE (-847))) (|HasCategory| (-129) (LIST (QUOTE -309) (QUOTE (-129))))) (-12 (|HasCategory| (-129) (QUOTE (-1094))) (|HasCategory| (-129) (LIST (QUOTE -309) (QUOTE (-129)))))) (-4078 (-12 (|HasCategory| (-129) (QUOTE (-1094))) (|HasCategory| (-129) (LIST (QUOTE -309) (QUOTE (-129))))) (|HasCategory| (-129) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-129) (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| (-129) (QUOTE (-847))) (|HasCategory| (-129) (QUOTE (-1094)))) (|HasCategory| (-129) (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-129) (QUOTE (-1094))) (|HasCategory| (-129) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-129) (QUOTE (-1094))) (|HasCategory| (-129) (LIST (QUOTE -309) (QUOTE (-129))))))
(-129)
((|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 \\spad{`x'} and \\spad{`y'}.")) (|bitand| (($ $ $) "\\spad{bitand(x,{}y)} returns the bitwise `and' of \\spad{`x'} and \\spad{`y'}.")) (|byte| (($ (|NonNegativeInteger|)) "\\spad{byte(x)} injects the unsigned integer value \\spad{`v'} into the Byte algebra. \\spad{`v'} must be non-negative and less than 256.")))
NIL
@@ -466,13 +466,13 @@ NIL
NIL
(-134)
((|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.")))
-(((-4414 "*") . T))
+(((-4408 "*") . T))
NIL
-(-135 |minix| -3926 S T$)
+(-135 |minix| -1727 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
-(-136 |minix| -3926 R)
+(-136 |minix| -1727 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| $ (|Integer|)) "\\spad{elt(t,{}i)} gives a component of a rank 1 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.")) (|coerce| (($ (|List| $)) "\\spad{coerce([t_1,{}...,{}t_dim])} allows tensors to be constructed using lists.") (($ (|List| |#3|)) "\\spad{coerce([r_1,{}...,{}r_dim])} allows tensors to be constructed using lists.") (($ (|SquareMatrix| |#2| |#3|)) "\\spad{coerce(m)} views a matrix as a rank 2 tensor.") (($ (|DirectProduct| |#2| |#3|)) "\\spad{coerce(v)} views a vector as a rank 1 tensor.")))
NIL
NIL
@@ -494,8 +494,8 @@ NIL
NIL
(-141)
((|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}.")))
-((-4412 . T) (-4402 . T) (-4413 . T))
-((-2713 (-12 (|HasCategory| (-144) (QUOTE (-368))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-144) (QUOTE (-368))) (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))))
+((-4406 . T) (-4396 . T) (-4407 . T))
+((-4078 (-12 (|HasCategory| (-144) (QUOTE (-368))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-144) (QUOTE (-368))) (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))))
(-142 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{\\spad{qi} = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator([q1,{}...,{}qn])} returns \\spad{[p1,{}...,{}pn]} such that \\spad{\\spad{qi} = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator([q1,{}...,{}qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}\\spad{qn}.")))
NIL
@@ -510,7 +510,7 @@ NIL
NIL
(-145)
((|constructor| (NIL "Rings of Characteristic Non Zero")) (|charthRoot| (((|Union| $ "failed") $) "\\spad{charthRoot(x)} returns the \\spad{p}th root of \\spad{x} where \\spad{p} is the characteristic of the ring.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-146 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 \\spad{'x},{} then it returns the characteristic polynomial expressed as a polynomial in \\spad{'x}.")))
@@ -518,9 +518,9 @@ NIL
NIL
(-147)
((|constructor| (NIL "Rings of Characteristic Zero.")))
-((-4409 . T))
+((-4403 . T))
NIL
-(-148 -2210 UP UPUP)
+(-148 -3629 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
@@ -531,14 +531,14 @@ NIL
(-150 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{==} [\\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{==} [\\spad{x} for \\spad{x} in \\spad{c} | \\spad{x} \\spad{~=} \\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{==} [\\spad{x} for \\spad{x} in \\spad{u} | not \\spad{p}(\\spad{x})]}.")) (|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 \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})},{} \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{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 identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u})} if \\spad{u} has 2 or more elements. Returns \\axiom{\\spad{f}(\\spad{x},{}\\spad{y})} if \\spad{u} has one element \\spad{y},{} \\spad{x} if \\spad{u} is empty. For example,{} \\axiom{reduce(+,{}\\spad{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 \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]} then \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\axiom{\\spad{f}(..\\spad{f}(\\spad{f}(\\spad{x},{}\\spad{y}),{}...),{}\\spad{z})}. Note: if \\spad{u} has one element \\spad{x},{} \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\spad{x}. Error: if \\spad{u} is empty.")) (|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| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasAttribute| |#1| (QUOTE -4412)))
+((|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasAttribute| |#1| (QUOTE -4406)))
(-151 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{==} [\\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{==} [\\spad{x} for \\spad{x} in \\spad{c} | \\spad{x} \\spad{~=} \\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{==} [\\spad{x} for \\spad{x} in \\spad{u} | not \\spad{p}(\\spad{x})]}.")) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) "\\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 \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})},{} \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})} when \\spad{u} contains no element \\spad{z}. Thus the third argument \\spad{x} is returned when \\spad{u} is empty.") ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) "\\spad{reduce(f,{}u,{}x)} reduces the binary operation \\spad{f} across \\spad{u},{} where \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u})} if \\spad{u} has 2 or more elements. Returns \\axiom{\\spad{f}(\\spad{x},{}\\spad{y})} if \\spad{u} has one element \\spad{y},{} \\spad{x} if \\spad{u} is empty. For example,{} \\axiom{reduce(+,{}\\spad{u},{}0)} returns the sum of the elements of \\spad{u}.") ((|#1| (|Mapping| |#1| |#1| |#1|) $) "\\spad{reduce(f,{}u)} reduces the binary operation \\spad{f} across \\spad{u}. For example,{} if \\spad{u} is \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]} then \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\axiom{\\spad{f}(..\\spad{f}(\\spad{f}(\\spad{x},{}\\spad{y}),{}...),{}\\spad{z})}. Note: if \\spad{u} has one element \\spad{x},{} \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\spad{x}. Error: if \\spad{u} is empty.")) (|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
(-152 |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.")))
-((-4407 . T) (-4406 . T) (-4409 . T))
+((-4401 . T) (-4400 . T) (-4403 . T))
NIL
(-153)
((|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.")))
@@ -560,7 +560,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
-(-158 R -2210)
+(-158 R -3629)
((|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})\\spad{/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.} \\spad{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.} \\spad{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.} \\spad{n!/}(\\spad{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
@@ -591,10 +591,10 @@ NIL
(-165 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 (-906))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-999))) (|HasCategory| |#2| (QUOTE (-1194))) (|HasCategory| |#2| (QUOTE (-1055))) (|HasCategory| |#2| (QUOTE (-1019))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-363))) (|HasAttribute| |#2| (QUOTE -4408)) (|HasAttribute| |#2| (QUOTE -4411)) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-847))))
+((|HasCategory| |#2| (QUOTE (-906))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-999))) (|HasCategory| |#2| (QUOTE (-1194))) (|HasCategory| |#2| (QUOTE (-1055))) (|HasCategory| |#2| (QUOTE (-1019))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-363))) (|HasAttribute| |#2| (QUOTE -4402)) (|HasAttribute| |#2| (QUOTE -4405)) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-847))))
(-166 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})")))
-((-4405 -2713 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4408 |has| |#1| (-6 -4408)) (-4411 |has| |#1| (-6 -4411)) (-4134 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 -4078 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4402 |has| |#1| (-6 -4402)) (-4405 |has| |#1| (-6 -4405)) (-2522 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-167 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.")))
@@ -606,8 +606,8 @@ NIL
NIL
(-169 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}.")))
-((-4405 -2713 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4408 |has| |#1| (-6 -4408)) (-4411 |has| |#1| (-6 -4411)) (-4134 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-349))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-349)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-368))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-349)))) (|HasCategory| |#1| (QUOTE (-233))) (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-368)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-825)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-847)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-1019)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-1194)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-906))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-906)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-906))))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (QUOTE (-999))) (|HasCategory| |#1| (QUOTE (-1194)))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (QUOTE (-1019))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-349)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-825))) (|HasCategory| |#1| (QUOTE (-1055))) (-12 (|HasCategory| |#1| (QUOTE (-1055))) (|HasCategory| |#1| (QUOTE (-1194)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-363)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-233))) (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasAttribute| |#1| (QUOTE -4408)) (|HasAttribute| |#1| (QUOTE -4411)) (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170))))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-349)))))
+((-4399 -4078 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4402 |has| |#1| (-6 -4402)) (-4405 |has| |#1| (-6 -4405)) (-2522 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-349))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-349)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-368))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-349)))) (|HasCategory| |#1| (QUOTE (-233))) (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-349)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-368)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-825)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-847)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-1019)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-1194)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-906))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-906)))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-906))))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (QUOTE (-999))) (|HasCategory| |#1| (QUOTE (-1194)))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (QUOTE (-1019))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-349)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-825))) (|HasCategory| |#1| (QUOTE (-1055))) (-12 (|HasCategory| |#1| (QUOTE (-1055))) (|HasCategory| |#1| (QUOTE (-1194)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-363)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-233))) (-12 (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasAttribute| |#1| (QUOTE -4402)) (|HasAttribute| |#1| (QUOTE -4405)) (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170))))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-349)))))
(-170 R S CS)
((|constructor| (NIL "This package supports converting complex expressions to patterns")) (|convert| (((|Pattern| |#1|) |#3|) "\\spad{convert(cs)} converts the complex expression \\spad{cs} to a pattern")))
NIL
@@ -618,7 +618,7 @@ NIL
NIL
(-172)
((|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.")))
-(((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-173)
((|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.")))
@@ -626,7 +626,7 @@ NIL
NIL
(-174 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}.")))
-(((-4414 "*") . T) (-4405 . T) (-4410 . T) (-4404 . T) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") . T) (-4399 . T) (-4404 . T) (-4398 . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-175)
((|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|)) (|Symbol|) $) "\\spad{findBinding(c,{}n)} returns the first binding associated with \\spad{`n'}. Otherwise `nothing.")) (|push| (($ (|Binding|) $) "\\spad{push(c,{}b)} augments the contour with binding \\spad{`b'}.")) (|bindings| (((|List| (|Binding|)) $) "\\spad{bindings(c)} returns the list of bindings in countour \\spad{c}.")))
@@ -680,7 +680,7 @@ NIL
((|constructor| (NIL "This domain provides implementations for constructors.")) (|findConstructor| (((|Maybe| $) (|Identifier|)) "\\spad{findConstructor(s)} attempts to find a constructor named \\spad{s}. If successful,{} returns that constructor; otherwise,{} returns \\spad{nothing}.")))
NIL
NIL
-(-188 R -2210)
+(-188 R -3629)
((|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
@@ -788,23 +788,23 @@ NIL
((|constructor| (NIL "\\indented{1}{This domain implements a simple view of a database whose fields are} indexed by symbols")) (- (($ $ $) "\\spad{db1-db2} returns the difference of databases \\spad{db1} and \\spad{db2} \\spadignore{i.e.} consisting of elements in \\spad{db1} but not in \\spad{db2}")) (+ (($ $ $) "\\spad{db1+db2} returns the merge of databases \\spad{db1} and \\spad{db2}")) (|fullDisplay| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{fullDisplay(db,{}start,{}end )} prints full details of entries in the range \\axiom{\\spad{start}..end} in \\axiom{\\spad{db}}.") (((|Void|) $) "\\spad{fullDisplay(db)} prints full details of each entry in \\axiom{\\spad{db}}.") (((|Void|) $) "\\spad{fullDisplay(x)} displays \\spad{x} in detail")) (|display| (((|Void|) $) "\\spad{display(db)} prints a summary line for each entry in \\axiom{\\spad{db}}.") (((|Void|) $) "\\spad{display(x)} displays \\spad{x} in some form")) (|elt| (((|DataList| (|String|)) $ (|Symbol|)) "\\spad{elt(db,{}s)} returns the \\axiom{\\spad{s}} field of each element of \\axiom{\\spad{db}}.") (($ $ (|QueryEquation|)) "\\spad{elt(db,{}q)} returns all elements of \\axiom{\\spad{db}} which satisfy \\axiom{\\spad{q}}.") (((|String|) $ (|Symbol|)) "\\spad{elt(x,{}s)} returns an element of \\spad{x} indexed by \\spad{s}")))
NIL
NIL
-(-215 -2210 UP UPUP R)
+(-215 -3629 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
-(-216 -2210 FP)
+(-216 -3629 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 \\spad{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
(-217)
((|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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-564) (QUOTE (-906))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-564) (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-147))) (|HasCategory| (-564) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-564) (QUOTE (-1019))) (|HasCategory| (-564) (QUOTE (-817))) (-2713 (|HasCategory| (-564) (QUOTE (-817))) (|HasCategory| (-564) (QUOTE (-847)))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-1145))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-564) (QUOTE (-233))) (|HasCategory| (-564) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-564) (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -309) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -286) (QUOTE (-564)) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-307))) (|HasCategory| (-564) (QUOTE (-545))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-564) (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (|HasCategory| (-564) (QUOTE (-145)))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-564) (QUOTE (-906))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-564) (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-147))) (|HasCategory| (-564) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-564) (QUOTE (-1019))) (|HasCategory| (-564) (QUOTE (-817))) (-4078 (|HasCategory| (-564) (QUOTE (-817))) (|HasCategory| (-564) (QUOTE (-847)))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-1145))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-564) (QUOTE (-233))) (|HasCategory| (-564) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-564) (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -309) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -286) (QUOTE (-564)) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-307))) (|HasCategory| (-564) (QUOTE (-545))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-564) (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (|HasCategory| (-564) (QUOTE (-145)))))
(-218)
((|constructor| (NIL "This domain represents the syntax of a definition.")) (|body| (((|SpadAst|) $) "\\spad{body(d)} returns the right hand side of the definition \\spad{`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 \\spad{`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
-(-219 R -2210)
+(-219 R -3629)
((|constructor| (NIL "\\spadtype{ElementaryFunctionDefiniteIntegration} provides functions to compute definite integrals of elementary functions.")) (|innerint| (((|Union| (|:| |f1| (|OrderedCompletion| |#2|)) (|:| |f2| (|List| (|OrderedCompletion| |#2|))) (|:| |fail| "failed") (|:| |pole| "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| "failed") (|:| |pole| "potentialPole")) |#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| "failed") (|:| |pole| "potentialPole")) |#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
@@ -818,19 +818,19 @@ NIL
NIL
(-222 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}.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-223 |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}.")))
-((-4409 . T))
+((-4403 . T))
NIL
-(-224 R -2210)
+(-224 R -3629)
((|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
(-225)
((|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.")) (|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}.")))
-((-4124 . T) (-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-2508 . T) (-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-226)
((|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{\\spad{Bi}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Bi}''(x) - x * \\spad{Bi}(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyBi(x)} is the Airy function \\spad{\\spad{Bi}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Bi}''(x) - x * \\spad{Bi}(x) = 0}.}")) (|airyAi| (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyAi(x)} is the Airy function \\spad{\\spad{Ai}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Ai}''(x) - x * \\spad{Ai}(x) = 0}.}") (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyAi(x)} is the Airy function \\spad{\\spad{Ai}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Ai}''(x) - x * \\spad{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*\\%\\spad{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*\\%\\spad{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*\\%\\spad{pi}) - J(-v,{}x))/sin(v*\\%\\spad{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*\\%\\spad{pi}) - J(-v,{}x))/sin(v*\\%\\spad{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)}.}")))
@@ -838,15 +838,15 @@ NIL
NIL
(-227 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}")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-556))) (|HasAttribute| |#1| (QUOTE (-4414 "*"))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-556))) (|HasAttribute| |#1| (QUOTE (-4408 "*"))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-228 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
(-229 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.")))
-((-4413 . T))
+((-4407 . T))
NIL
(-230 S R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")) (D (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{D(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{D(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{differentiate(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")))
@@ -854,7 +854,7 @@ NIL
((|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233))))
(-231 R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")) (D (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{D(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{D(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")) (|differentiate| (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{differentiate(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{differentiate(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-232 S)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{D(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{differentiate(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")))
@@ -862,36 +862,36 @@ NIL
NIL
(-233)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{D(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{differentiate(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-234 A S)
((|constructor| (NIL "This category is a collection of operations common to both categories \\spadtype{Dictionary} and \\spadtype{MultiDictionary}")) (|select!| (($ (|Mapping| (|Boolean|) |#2|) $) "\\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|) |#2|) $) "\\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}.") (($ |#2| $) "\\spad{remove!(x,{}d)} destructively changes dictionary \\spad{d} by removing all entries \\spad{y} such that \\axiom{\\spad{y} = \\spad{x}}.")) (|dictionary| (($ (|List| |#2|)) "\\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}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4412)))
+((|HasAttribute| |#1| (QUOTE -4406)))
(-235 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}.")))
-((-4413 . T))
+((-4407 . T))
NIL
(-236)
((|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
-(-237 S -3926 R)
+(-237 S -1727 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (* (($ $ |#3|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#3| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.")) (|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.")) (|finiteAggregate| ((|attribute|) "attribute to indicate an aggregate of finite size")))
NIL
-((|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (QUOTE (-845))) (|HasAttribute| |#3| (QUOTE -4409)) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (QUOTE (-1094))))
-(-238 -3926 R)
+((|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (QUOTE (-845))) (|HasAttribute| |#3| (QUOTE -4403)) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (QUOTE (-1094))))
+(-238 -1727 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (* (($ $ |#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}.")) (|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.")) (|finiteAggregate| ((|attribute|) "attribute to indicate an aggregate of finite size")))
-((-4406 |has| |#2| (-1046)) (-4407 |has| |#2| (-1046)) (-4409 |has| |#2| (-6 -4409)) ((-4414 "*") |has| |#2| (-172)) (-4412 . T))
+((-4400 |has| |#2| (-1046)) (-4401 |has| |#2| (-1046)) (-4403 |has| |#2| (-6 -4403)) ((-4408 "*") |has| |#2| (-172)) (-4406 . T))
NIL
-(-239 -3926 A B)
+(-239 -1727 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
-(-240 -3926 R)
+(-240 -1727 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.")))
-((-4406 |has| |#2| (-1046)) (-4407 |has| |#2| (-1046)) (-4409 |has| |#2| (-6 -4409)) ((-4414 "*") |has| |#2| (-172)) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (QUOTE (-363))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363)))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-790))) (-2713 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-172))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-1094)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-368)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-723)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-790)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-845)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094))))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-2713 (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (|HasAttribute| |#2| (QUOTE -4409)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))))
+((-4400 |has| |#2| (-1046)) (-4401 |has| |#2| (-1046)) (-4403 |has| |#2| (-6 -4403)) ((-4408 "*") |has| |#2| (-172)) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (QUOTE (-363))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363)))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-790))) (-4078 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-172))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-1094)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-368)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-723)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-790)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-845)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094))))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-4078 (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (|HasAttribute| |#2| (QUOTE -4403)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))))
(-241)
((|constructor| (NIL "DisplayPackage allows one to print strings in a nice manner,{} including highlighting substrings.")) (|sayLength| (((|Integer|) (|List| (|String|))) "\\spad{sayLength(l)} returns the length of a list of strings \\spad{l} as an integer.") (((|Integer|) (|String|)) "\\spad{sayLength(s)} returns the length of a string \\spad{s} as an integer.")) (|say| (((|Void|) (|List| (|String|))) "\\spad{say(l)} sends a list of strings \\spad{l} to output.") (((|Void|) (|String|)) "\\spad{say(s)} sends a string \\spad{s} to output.")) (|center| (((|List| (|String|)) (|List| (|String|)) (|Integer|) (|String|)) "\\spad{center(l,{}i,{}s)} takes a list of strings \\spad{l},{} and centers them within a list of strings which is \\spad{i} characters long,{} in which the remaining spaces are filled with strings composed of as many repetitions as possible of the last string parameter \\spad{s}.") (((|String|) (|String|) (|Integer|) (|String|)) "\\spad{center(s,{}i,{}s)} takes the first string \\spad{s},{} and centers it within a string of length \\spad{i},{} in which the other elements of the string are composed of as many replications as possible of the second indicated string,{} \\spad{s} which must have a length greater than that of an empty string.")) (|copies| (((|String|) (|Integer|) (|String|)) "\\spad{copies(i,{}s)} will take a string \\spad{s} and create a new string composed of \\spad{i} copies of \\spad{s}.")) (|newLine| (((|String|)) "\\spad{newLine()} sends a new line command to output.")) (|bright| (((|List| (|String|)) (|List| (|String|))) "\\spad{bright(l)} sets the font property of a list of strings,{} \\spad{l},{} to bold-face type.") (((|List| (|String|)) (|String|)) "\\spad{bright(s)} sets the font property of the string \\spad{s} to bold-face type.")))
NIL
@@ -902,7 +902,7 @@ NIL
NIL
(-243)
((|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}.")))
-((-4405 . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-244 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.")))
@@ -910,16 +910,16 @@ NIL
NIL
(-245 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}")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-246 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\\spad{'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
(-247 |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")))
-(((-4414 "*") |has| |#2| (-172)) (-4405 |has| |#2| (-556)) (-4410 |has| |#2| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#2| (QUOTE (-906))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-556)))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))) (|HasAttribute| |#2| (QUOTE -4410)) (|HasCategory| |#2| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
+(((-4408 "*") |has| |#2| (-172)) (-4399 |has| |#2| (-556)) (-4404 |has| |#2| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#2| (QUOTE (-906))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-556)))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))) (|HasAttribute| |#2| (QUOTE -4404)) (|HasCategory| |#2| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
(-248)
((|showSummary| (((|Void|) $) "\\spad{showSummary(d)} prints out implementation detail information of domain \\spad{`d'}.")) (|reflect| (($ (|ConstructorCall|)) "\\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|) $) "\\spad{reify(d)} returns the abstract syntax for the domain \\spad{`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 \\spad{`d'}.")))
NIL
@@ -930,23 +930,23 @@ NIL
NIL
(-250 |n| R M S)
((|constructor| (NIL "This constructor provides a direct product type with a left matrix-module view.")))
-((-4409 -2713 (-2832 (|has| |#4| (-1046)) (|has| |#4| (-233))) (-2832 (|has| |#4| (-1046)) (|has| |#4| (-897 (-1170)))) (|has| |#4| (-6 -4409)) (-2832 (|has| |#4| (-1046)) (|has| |#4| (-637 (-564))))) (-4406 |has| |#4| (-1046)) (-4407 |has| |#4| (-1046)) ((-4414 "*") |has| |#4| (-172)) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-363))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-723))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-790))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-845))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#4| (QUOTE (-363))) (-2713 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-363))) (|HasCategory| |#4| (QUOTE (-1046)))) (-2713 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-363)))) (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (QUOTE (-790))) (-2713 (|HasCategory| |#4| (QUOTE (-790))) (|HasCategory| |#4| (QUOTE (-845)))) (|HasCategory| |#4| (QUOTE (-845))) (|HasCategory| |#4| (QUOTE (-723))) (|HasCategory| |#4| (QUOTE (-172))) (-2713 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-1046)))) (|HasCategory| |#4| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))) (-2713 (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1046)))) (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-172)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-233)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-363)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-368)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-723)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-790)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-845)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-1046)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-1094))))) (-2713 (-12 (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-363))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-723))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-790))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-845))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-1046))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-363))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-723))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-790))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-845))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1046)))) (-2713 (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1046)))) (|HasCategory| |#4| (QUOTE (-723))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-2713 (|HasCategory| |#4| (QUOTE (-1046))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-1094)))) (-2713 (|HasAttribute| |#4| (QUOTE -4409)) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1046)))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#4| (QUOTE (-131))) (|HasCategory| |#4| (QUOTE (-25))) (|HasCategory| |#4| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))))
+((-4403 -4078 (-4348 (|has| |#4| (-1046)) (|has| |#4| (-233))) (-4348 (|has| |#4| (-1046)) (|has| |#4| (-897 (-1170)))) (|has| |#4| (-6 -4403)) (-4348 (|has| |#4| (-1046)) (|has| |#4| (-637 (-564))))) (-4400 |has| |#4| (-1046)) (-4401 |has| |#4| (-1046)) ((-4408 "*") |has| |#4| (-172)) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-363))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-723))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-790))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-845))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#4| (QUOTE (-363))) (-4078 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-363))) (|HasCategory| |#4| (QUOTE (-1046)))) (-4078 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-363)))) (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (QUOTE (-790))) (-4078 (|HasCategory| |#4| (QUOTE (-790))) (|HasCategory| |#4| (QUOTE (-845)))) (|HasCategory| |#4| (QUOTE (-845))) (|HasCategory| |#4| (QUOTE (-723))) (|HasCategory| |#4| (QUOTE (-172))) (-4078 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-1046)))) (|HasCategory| |#4| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))) (-4078 (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1046)))) (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-172)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-233)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-363)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-368)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-723)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-790)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-845)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-1046)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-1094))))) (-4078 (-12 (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-363))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-723))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-790))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-845))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-1046))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-363))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-723))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-790))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-845))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1046)))) (-4078 (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1046)))) (|HasCategory| |#4| (QUOTE (-723))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564))))) (-4078 (|HasCategory| |#4| (QUOTE (-1046))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (QUOTE (-1094)))) (-4078 (|HasAttribute| |#4| (QUOTE -4403)) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1046)))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#4| (QUOTE (-1046))) (|HasCategory| |#4| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#4| (QUOTE (-131))) (|HasCategory| |#4| (QUOTE (-25))) (|HasCategory| |#4| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))))
(-251 |n| R S)
((|constructor| (NIL "This constructor provides a direct product of \\spad{R}-modules with an \\spad{R}-module view.")))
-((-4409 -2713 (-2832 (|has| |#3| (-1046)) (|has| |#3| (-233))) (-2832 (|has| |#3| (-1046)) (|has| |#3| (-897 (-1170)))) (|has| |#3| (-6 -4409)) (-2832 (|has| |#3| (-1046)) (|has| |#3| (-637 (-564))))) (-4406 |has| |#3| (-1046)) (-4407 |has| |#3| (-1046)) ((-4414 "*") |has| |#3| (-172)) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#3| (QUOTE (-363))) (-2713 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1046)))) (-2713 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-363)))) (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (QUOTE (-790))) (-2713 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (QUOTE (-845)))) (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (QUOTE (-172))) (-2713 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-1046)))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (-2713 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-172)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-233)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-363)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-368)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-723)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-790)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-845)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1046)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1094))))) (-2713 (-12 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1046))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (-2713 (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (|HasCategory| |#3| (QUOTE (-723))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-2713 (|HasCategory| |#3| (QUOTE (-1046))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1094)))) (-2713 (|HasAttribute| |#3| (QUOTE -4409)) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))))
+((-4403 -4078 (-4348 (|has| |#3| (-1046)) (|has| |#3| (-233))) (-4348 (|has| |#3| (-1046)) (|has| |#3| (-897 (-1170)))) (|has| |#3| (-6 -4403)) (-4348 (|has| |#3| (-1046)) (|has| |#3| (-637 (-564))))) (-4400 |has| |#3| (-1046)) (-4401 |has| |#3| (-1046)) ((-4408 "*") |has| |#3| (-172)) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#3| (QUOTE (-363))) (-4078 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1046)))) (-4078 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-363)))) (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (QUOTE (-790))) (-4078 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (QUOTE (-845)))) (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (QUOTE (-172))) (-4078 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-1046)))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (-4078 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-172)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-233)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-363)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-368)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-723)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-790)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-845)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1046)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1094))))) (-4078 (-12 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1046))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (-4078 (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (|HasCategory| |#3| (QUOTE (-723))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-4078 (|HasCategory| |#3| (QUOTE (-1046))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1094)))) (-4078 (|HasAttribute| |#3| (QUOTE -4403)) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))))
(-252 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} \\spad{:=} 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 (-233))))
(-253 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} \\spad{:=} 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.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
NIL
(-254 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}.")))
-((-4412 . T) (-4413 . T))
+((-4406 . T) (-4407 . T))
NIL
(-255)
((|constructor| (NIL "TopLevelDrawFunctionsForCompiledFunctions provides top level functions for drawing graphics of expressions.")) (|recolor| (((|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) "\\spad{recolor()},{} uninteresting to top level user; exported in order to compile package.")) (|makeObject| (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSurface| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{makeObject(surface(f,{}g,{}h),{}a..b,{}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)}.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSurface| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(surface(f,{}g,{}h),{}a..b,{}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)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{makeObject(f,{}a..b,{}c..d,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric surface \\spad{f(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)}.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(f,{}a..b,{}c..d,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric surface \\spad{f(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)}; The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{makeObject(f,{}a..b,{}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)}.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(f,{}a..b,{}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)},{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|Float|))) "\\spad{makeObject(sp,{}curve(f,{}g,{}h),{}a..b)} returns the space \\spad{sp} of the domain \\spadtype{ThreeSpace} with the addition of the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(curve(f,{}g,{}h),{}a..b,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSpaceCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|))) "\\spad{makeObject(sp,{}curve(f,{}g,{}h),{}a..b)} returns the space \\spad{sp} of the domain \\spadtype{ThreeSpace} with the addition of the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSpaceCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(curve(f,{}g,{}h),{}a..b,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}; The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.")) (|draw| (((|ThreeDimensionalViewport|) (|ParametricSurface| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{draw(surface(f,{}g,{}h),{}a..b,{}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)}.") (((|ThreeDimensionalViewport|) (|ParametricSurface| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(surface(f,{}g,{}h),{}a..b,{}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)}; The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{draw(f,{}a..b,{}c..d)} draws the graph of the parametric surface \\spad{f(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)} The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f,{}a..b,{}c..d)} draws the graph of the parametric surface \\spad{f(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)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{draw(f,{}a..b,{}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)}.") (((|ThreeDimensionalViewport|) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f,{}a..b,{}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)}. and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|Float|))) "\\spad{draw(f,{}a..b,{}l)} draws the graph of the parametric curve \\spad{f} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|ThreeDimensionalViewport|) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f,{}a..b,{}l)} draws the graph of the parametric curve \\spad{f} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|ParametricSpaceCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|))) "\\spad{draw(curve(f,{}g,{}h),{}a..b,{}l)} draws the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|ThreeDimensionalViewport|) (|ParametricSpaceCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(curve(f,{}g,{}h),{}a..b,{}l)} draws the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|TwoDimensionalViewport|) (|ParametricPlaneCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|))) "\\spad{draw(curve(f,{}g),{}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)}.") (((|TwoDimensionalViewport|) (|ParametricPlaneCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(curve(f,{}g),{}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)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|TwoDimensionalViewport|) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|))) "\\spad{draw(f,{}a..b)} draws the graph of \\spad{y = f(x)} as \\spad{x} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|TwoDimensionalViewport|) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f,{}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)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.")))
@@ -986,8 +986,8 @@ NIL
NIL
(-264 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")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-906))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#3| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#3| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#3| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4410)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-906))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#3| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#3| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#3| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4404)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-265 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.")) (|coerce| (($ |#2|) "\\spad{coerce(s)} returns \\spad{s},{} viewed as the zero-th order derivative of \\spad{s}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(v,{} n)} returns the \\spad{n}-th derivative of \\spad{v}.") (($ $) "\\spad{differentiate(v)} returns the derivative of \\spad{v}.")) (|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
@@ -1032,11 +1032,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\\spad{'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\\spad{'s} and 1\\spad{'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
-(-276 R -2210)
+(-276 R -3629)
((|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{\\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
-(-277 R -2210)
+(-277 R -3629)
((|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{\\spad{ki}} was rewritten as \\spad{\\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
@@ -1058,7 +1058,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))))
(-282 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}.")))
-((-4413 . T))
+((-4407 . T))
NIL
(-283 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}.")))
@@ -1079,18 +1079,18 @@ NIL
(-287 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
-((|HasAttribute| |#1| (QUOTE -4413)))
+((|HasAttribute| |#1| (QUOTE -4407)))
(-288 |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
-(-289 S R |Mod| -3895 -2057 |exactQuo|)
+(-289 S R |Mod| -2879 -3956 |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}")) (|elt| ((|#2| $ |#2|) "\\spad{elt(x,{}r)} or \\spad{x}.\\spad{r} \\undocumented")) (|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")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-290)
((|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.")))
-((-4405 . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-291)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 19,{} 2008. 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.")) (|setProperties!| (($ (|Symbol|) (|List| (|Property|)) $) "setBinding!(\\spad{n},{}props,{}\\spad{e}) set the list of properties of \\spad{`n'} to `props' in `e'.")) (|getProperties| (((|List| (|Property|)) (|Symbol|) $) "getBinding(\\spad{n},{}\\spad{e}) returns the list of properties of \\spad{`n'} in \\spad{e}.")) (|setProperty!| (($ (|Symbol|) (|Symbol|) (|SExpression|) $) "\\spad{setProperty!(n,{}p,{}v,{}e)} binds the property `(\\spad{p},{}\\spad{v})' to \\spad{`n'} in the topmost scope of `e'.")) (|getProperty| (((|Maybe| (|SExpression|)) (|Symbol|) (|Symbol|) $) "\\spad{getProperty(n,{}p,{}e)} returns the value of property with name \\spad{`p'} for the symbol \\spad{`n'} in environment `e'. Otherwise,{} `nothing.")) (|scopes| (((|List| (|Scope|)) $) "\\spad{scopes(e)} returns the stack of scopes in environment \\spad{e}.")) (|empty| (($) "\\spad{empty()} constructs an empty environment")))
@@ -1106,21 +1106,21 @@ NIL
NIL
(-294 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 \\spad{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 e1 and 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.")))
-((-4409 -2713 (|has| |#1| (-1046)) (|has| |#1| (-473))) (-4406 |has| |#1| (-1046)) (-4407 |has| |#1| (-1046)))
-((|HasCategory| |#1| (QUOTE (-363))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1046)))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-1046)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1046)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1046)))) (-2713 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-723)))) (|HasCategory| |#1| (QUOTE (-473))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-1094)))) (-2713 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-1106)))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-302))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-473)))) (-2713 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-723)))) (-2713 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-1046)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-172))))
+((-4403 -4078 (|has| |#1| (-1046)) (|has| |#1| (-473))) (-4400 |has| |#1| (-1046)) (-4401 |has| |#1| (-1046)))
+((|HasCategory| |#1| (QUOTE (-363))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1046)))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-1046)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1046)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1046)))) (-4078 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-723)))) (|HasCategory| |#1| (QUOTE (-473))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-1094)))) (-4078 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-1106)))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-302))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-473)))) (-4078 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-723)))) (-4078 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-1046)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-172))))
(-295 |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.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#2|)))))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -1389) (|devaluate| |#2|)))))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))))
(-296)
((|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
NIL
-(-297 -2210 S)
+(-297 -3629 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
-(-298 E -2210)
+(-298 E -3629)
((|constructor| (NIL "This package allows a mapping \\spad{E} \\spad{->} \\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
@@ -1158,7 +1158,7 @@ NIL
NIL
(-307)
((|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 \\spad{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 \\spad{gcd} of \\spad{x} and \\spad{y}. The \\spad{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}.")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-308 S R)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation\\spad{''} 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}.")))
@@ -1168,7 +1168,7 @@ NIL
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation\\spad{''} 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
-(-310 -2210)
+(-310 -3629)
((|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
@@ -1182,8 +1182,8 @@ NIL
NIL
(-313 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))}.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-906))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-145))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-1019))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-817))) (-2713 (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-817))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-847)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-1145))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-233))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -1245) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -309) (LIST (QUOTE -1245) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -286) (LIST (QUOTE -1245) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (LIST (QUOTE -1245) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-307))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-545))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-847))) (-12 (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-906))) (|HasCategory| $ (QUOTE (-145)))) (-2713 (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-145))) (-12 (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-906))) (|HasCategory| $ (QUOTE (-145))))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-906))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-145))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-1019))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-817))) (-4078 (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-817))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-847)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-1145))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-233))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -1245) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -309) (LIST (QUOTE -1245) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (LIST (QUOTE -286) (LIST (QUOTE -1245) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (LIST (QUOTE -1245) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-307))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-545))) (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-847))) (-12 (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-906))) (|HasCategory| $ (QUOTE (-145)))) (-4078 (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-145))) (-12 (|HasCategory| (-1245 |#1| |#2| |#3| |#4|) (QUOTE (-906))) (|HasCategory| $ (QUOTE (-145))))))
(-314 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
@@ -1194,9 +1194,9 @@ NIL
NIL
(-316 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.")))
-((-4409 -2713 (-2832 (|has| |#1| (-1046)) (|has| |#1| (-637 (-564)))) (-12 (|has| |#1| (-556)) (-2713 (-2832 (|has| |#1| (-1046)) (|has| |#1| (-637 (-564)))) (|has| |#1| (-1046)) (|has| |#1| (-473)))) (|has| |#1| (-1046)) (|has| |#1| (-473))) (-4407 |has| |#1| (-172)) (-4406 |has| |#1| (-172)) ((-4414 "*") |has| |#1| (-556)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-556)) (-4404 |has| |#1| (-556)))
-((-2713 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| |#1| (QUOTE (-556))) (-2713 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-1046)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-1106)))) (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-1046)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-1046)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-1046)))) (-12 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-1106)))) (-2713 (|HasCategory| |#1| (QUOTE (-21))) (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))))) (-2713 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-1106)))) (-2713 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))))) (-2713 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-1046)))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1106))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| $ (QUOTE (-1046))) (|HasCategory| $ (LIST (QUOTE -1035) (QUOTE (-564)))))
-(-317 R -2210)
+((-4403 -4078 (-4348 (|has| |#1| (-1046)) (|has| |#1| (-637 (-564)))) (-12 (|has| |#1| (-556)) (-4078 (-4348 (|has| |#1| (-1046)) (|has| |#1| (-637 (-564)))) (|has| |#1| (-1046)) (|has| |#1| (-473)))) (|has| |#1| (-1046)) (|has| |#1| (-473))) (-4401 |has| |#1| (-172)) (-4400 |has| |#1| (-172)) ((-4408 "*") |has| |#1| (-556)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-556)) (-4398 |has| |#1| (-556)))
+((-4078 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| |#1| (QUOTE (-556))) (-4078 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-1046)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-1106)))) (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-1046)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-1046)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-1046)))) (-12 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-1106)))) (-4078 (|HasCategory| |#1| (QUOTE (-21))) (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))))) (-4078 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-1106)))) (-4078 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))))) (-4078 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#1| (QUOTE (-1046)))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1106))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| $ (QUOTE (-1046))) (|HasCategory| $ (LIST (QUOTE -1035) (QUOTE (-564)))))
+(-317 R -3629)
((|constructor| (NIL "Taylor series solutions of explicit ODE\\spad{'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{\\spad{yi}(a) = \\spad{bi}}. Note: eqi must be of the form \\spad{\\spad{fi}(x,{} y1 x,{} y2 x,{}...,{} yn x) y1'(x) + \\spad{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
@@ -1206,8 +1206,8 @@ NIL
NIL
(-319 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.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|)))) (|HasCategory| (-407 (-564)) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -2052) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|)))) (|HasCategory| (-407 (-564)) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -3907) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
(-320 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},{}...,{}\\spad{rm} are distinct factors of \\spad{f},{} each of which has an exponent smaller than \\spad{p} in \\spad{f}.")))
NIL
@@ -1218,7 +1218,7 @@ NIL
NIL
(-322 S)
((|constructor| (NIL "The free abelian group on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,{}[\\spad{ni} * \\spad{si}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are integers. The operation is commutative.")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
((|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-789))))
(-323 S E)
((|constructor| (NIL "A free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,{}[\\spad{ni} * \\spad{si}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'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(\\spad{ei},{} \\spad{fi}) \\spad{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}\\spad{'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},{} a1\\spad{\\^}e1 ... an\\spad{\\^}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}.")))
@@ -1234,19 +1234,19 @@ NIL
((|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))))
(-326 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 \\spad{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.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-327 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.")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
-(-328 S -2210)
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+(-328 S -3629)
((|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})\\spad{\\$}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})\\spad{\\$}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**(\\spad{q**}(d*i)) for \\spad{i} in 0..\\spad{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},{}...,{}\\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm])} returns the coordinates of the \\spad{vi}\\spad{'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 \\spad{\\$} as \\spad{F}-vectorspace.") (((|Vector| $)) "\\spad{basis()} returns a fixed basis of \\spad{\\$} as \\spad{F}-vectorspace.")))
NIL
((|HasCategory| |#2| (QUOTE (-368))))
-(-329 -2210)
+(-329 -3629)
((|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})\\spad{\\$}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})\\spad{\\$}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**(\\spad{q**}(d*i)) for \\spad{i} in 0..\\spad{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},{}...,{}\\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm])} returns the coordinates of the \\spad{vi}\\spad{'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 \\spad{\\$} as \\spad{F}-vectorspace.") (((|Vector| $)) "\\spad{basis()} returns a fixed basis of \\spad{\\$} as \\spad{F}-vectorspace.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-330)
((|constructor| (NIL "This domain builds representations of program code segments for use with the FortranProgram domain.")) (|setLabelValue| (((|SingleInteger|) (|SingleInteger|)) "\\spad{setLabelValue(i)} resets the counter which produces labels to \\spad{i}")) (|getCode| (((|SExpression|) $) "\\spad{getCode(f)} returns a Lisp list of strings representing \\spad{f} in Fortran notation. This is used by the FortranProgram domain.")) (|printCode| (((|Void|) $) "\\spad{printCode(f)} prints out \\spad{f} in FORTRAN notation.")) (|code| (((|Union| (|:| |nullBranch| "null") (|:| |assignmentBranch| (|Record| (|:| |var| (|Symbol|)) (|:| |arrayIndex| (|List| (|Polynomial| (|Integer|)))) (|:| |rand| (|Record| (|:| |ints2Floats?| (|Boolean|)) (|:| |expr| (|OutputForm|)))))) (|:| |arrayAssignmentBranch| (|Record| (|:| |var| (|Symbol|)) (|:| |rand| (|OutputForm|)) (|:| |ints2Floats?| (|Boolean|)))) (|:| |conditionalBranch| (|Record| (|:| |switch| (|Switch|)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (|Record| (|:| |empty?| (|Boolean|)) (|:| |value| (|Record| (|:| |ints2Floats?| (|Boolean|)) (|:| |expr| (|OutputForm|)))))) (|:| |blockBranch| (|List| $)) (|:| |commentBranch| (|List| (|String|))) (|:| |callBranch| (|String|)) (|:| |forBranch| (|Record| (|:| |range| (|SegmentBinding| (|Polynomial| (|Integer|)))) (|:| |span| (|Polynomial| (|Integer|))) (|:| |body| $))) (|:| |labelBranch| (|SingleInteger|)) (|:| |loopBranch| (|Record| (|:| |switch| (|Switch|)) (|:| |body| $))) (|:| |commonBranch| (|Record| (|:| |name| (|Symbol|)) (|:| |contents| (|List| (|Symbol|))))) (|:| |printBranch| (|List| (|OutputForm|)))) $) "\\spad{code(f)} returns the internal representation of the object represented by \\spad{f}.")) (|operation| (((|Union| (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $) "\\spad{operation(f)} returns the name of the operation represented by \\spad{f}.")) (|common| (($ (|Symbol|) (|List| (|Symbol|))) "\\spad{common(name,{}contents)} creates a representation a named common block.")) (|printStatement| (($ (|List| (|OutputForm|))) "\\spad{printStatement(l)} creates a representation of a PRINT statement.")) (|save| (($) "\\spad{save()} creates a representation of a SAVE statement.")) (|stop| (($) "\\spad{stop()} creates a representation of a STOP statement.")) (|block| (($ (|List| $)) "\\spad{block(l)} creates a representation of the statements in \\spad{l} as a block.")) (|assign| (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|Complex| (|Float|)))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|Float|))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|Integer|))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|Vector| (|Expression| (|Complex| (|Float|))))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|Expression| (|Float|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|Expression| (|Integer|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|Complex| (|Float|))))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|Float|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|Integer|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|Complex| (|Float|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|Float|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|Integer|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|MachineComplex|))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|MachineFloat|))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|MachineInteger|))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|Vector| (|Expression| (|MachineComplex|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|Expression| (|MachineFloat|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|Expression| (|MachineInteger|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|MachineComplex|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|MachineFloat|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|MachineInteger|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|MachineComplex|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|MachineFloat|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|MachineInteger|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|MachineComplex|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|MachineFloat|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|MachineInteger|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|MachineComplex|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|MachineFloat|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|MachineInteger|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|String|)) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.")) (|cond| (($ (|Switch|) $ $) "\\spad{cond(s,{}e,{}f)} creates a representation of the FORTRAN expression IF (\\spad{s}) THEN \\spad{e} ELSE \\spad{f}.") (($ (|Switch|) $) "\\spad{cond(s,{}e)} creates a representation of the FORTRAN expression IF (\\spad{s}) THEN \\spad{e}.")) (|returns| (($ (|Expression| (|Complex| (|Float|)))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($ (|Expression| (|Integer|))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($ (|Expression| (|Float|))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($ (|Expression| (|MachineComplex|))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($ (|Expression| (|MachineInteger|))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($ (|Expression| (|MachineFloat|))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($) "\\spad{returns()} creates a representation of a FORTRAN RETURN statement.")) (|call| (($ (|String|)) "\\spad{call(s)} creates a representation of a FORTRAN CALL statement")) (|comment| (($ (|List| (|String|))) "\\spad{comment(s)} creates a representation of the Strings \\spad{s} as a multi-line FORTRAN comment.") (($ (|String|)) "\\spad{comment(s)} creates a representation of the String \\spad{s} as a single FORTRAN comment.")) (|continue| (($ (|SingleInteger|)) "\\spad{continue(l)} creates a representation of a FORTRAN CONTINUE labelled with \\spad{l}")) (|goto| (($ (|SingleInteger|)) "\\spad{goto(l)} creates a representation of a FORTRAN GOTO statement")) (|repeatUntilLoop| (($ (|Switch|) $) "\\spad{repeatUntilLoop(s,{}c)} creates a repeat ... until loop in FORTRAN.")) (|whileLoop| (($ (|Switch|) $) "\\spad{whileLoop(s,{}c)} creates a while loop in FORTRAN.")) (|forLoop| (($ (|SegmentBinding| (|Polynomial| (|Integer|))) (|Polynomial| (|Integer|)) $) "\\spad{forLoop(i=1..10,{}n,{}c)} creates a representation of a FORTRAN DO loop with \\spad{i} ranging over the values 1 to 10 by \\spad{n}.") (($ (|SegmentBinding| (|Polynomial| (|Integer|))) $) "\\spad{forLoop(i=1..10,{}c)} creates a representation of a FORTRAN DO loop with \\spad{i} ranging over the values 1 to 10.")))
@@ -1264,15 +1264,15 @@ 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
-(-334 S -2210 UP UPUP R)
+(-334 S -3629 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}\\spad{'s} are integers and the \\spad{P}\\spad{'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 \\spad{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 \\spad{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
-(-335 -2210 UP UPUP R)
+(-335 -3629 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}\\spad{'s} are integers and the \\spad{P}\\spad{'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 \\spad{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 \\spad{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
-(-336 -2210 UP UPUP R)
+(-336 -3629 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}\\spad{'s} are integers and the \\spad{P}\\spad{'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
@@ -1286,32 +1286,32 @@ NIL
NIL
(-339 |basicSymbols| |subscriptedSymbols| R)
((|constructor| (NIL "A domain of expressions involving functions which can be translated into standard Fortran-77,{} with some extra extensions from the NAG Fortran Library.")) (|useNagFunctions| (((|Boolean|) (|Boolean|)) "\\spad{useNagFunctions(v)} sets the flag which controls whether NAG functions \\indented{1}{are being used for mathematical and machine constants.\\space{2}The previous} \\indented{1}{value is returned.}") (((|Boolean|)) "\\spad{useNagFunctions()} indicates whether NAG functions are being used \\indented{1}{for mathematical and machine constants.}")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(e)} return a list of all the variables in \\spad{e}.")) (|pi| (($) "\\spad{\\spad{pi}(x)} represents the NAG Library function X01AAF which returns \\indented{1}{an approximation to the value of \\spad{pi}}")) (|tanh| (($ $) "\\spad{tanh(x)} represents the Fortran intrinsic function TANH")) (|cosh| (($ $) "\\spad{cosh(x)} represents the Fortran intrinsic function COSH")) (|sinh| (($ $) "\\spad{sinh(x)} represents the Fortran intrinsic function SINH")) (|atan| (($ $) "\\spad{atan(x)} represents the Fortran intrinsic function ATAN")) (|acos| (($ $) "\\spad{acos(x)} represents the Fortran intrinsic function ACOS")) (|asin| (($ $) "\\spad{asin(x)} represents the Fortran intrinsic function ASIN")) (|tan| (($ $) "\\spad{tan(x)} represents the Fortran intrinsic function TAN")) (|cos| (($ $) "\\spad{cos(x)} represents the Fortran intrinsic function COS")) (|sin| (($ $) "\\spad{sin(x)} represents the Fortran intrinsic function SIN")) (|log10| (($ $) "\\spad{log10(x)} represents the Fortran intrinsic function LOG10")) (|log| (($ $) "\\spad{log(x)} represents the Fortran intrinsic function LOG")) (|exp| (($ $) "\\spad{exp(x)} represents the Fortran intrinsic function EXP")) (|sqrt| (($ $) "\\spad{sqrt(x)} represents the Fortran intrinsic function SQRT")) (|abs| (($ $) "\\spad{abs(x)} represents the Fortran intrinsic function ABS")) (|coerce| (((|Expression| |#3|) $) "\\spad{coerce(x)} \\undocumented{}")) (|retractIfCan| (((|Union| $ "failed") (|Polynomial| (|Float|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Fraction| (|Polynomial| (|Float|)))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| (|Float|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Fraction| (|Polynomial| (|Integer|)))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| (|Integer|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Symbol|)) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a FortranExpression \\indented{1}{checking that it is one of the given basic symbols} \\indented{1}{or subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| |#3|)) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}")) (|retract| (($ (|Polynomial| (|Float|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Fraction| (|Polynomial| (|Float|)))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| (|Float|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Polynomial| (|Integer|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Fraction| (|Polynomial| (|Integer|)))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| (|Integer|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Symbol|)) "\\spad{retract(e)} takes \\spad{e} and transforms it into a FortranExpression \\indented{1}{checking that it is one of the given basic symbols} \\indented{1}{or subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| |#3|)) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-379)))) (|HasCategory| $ (QUOTE (-1046))) (|HasCategory| $ (LIST (QUOTE -1035) (QUOTE (-564)))))
(-340 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}.")))
NIL
NIL
-(-341 S -2210 UP UPUP)
+(-341 S -3629 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 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(\\spad{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 (-368))) (|HasCategory| |#2| (QUOTE (-363))))
-(-342 -2210 UP UPUP)
+(-342 -3629 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 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(\\spad{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.")))
-((-4405 |has| (-407 |#2|) (-363)) (-4410 |has| (-407 |#2|) (-363)) (-4404 |has| (-407 |#2|) (-363)) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 |has| (-407 |#2|) (-363)) (-4404 |has| (-407 |#2|) (-363)) (-4398 |has| (-407 |#2|) (-363)) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-343 |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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| (-907 |#1|) (QUOTE (-145))) (|HasCategory| (-907 |#1|) (QUOTE (-368)))) (|HasCategory| (-907 |#1|) (QUOTE (-147))) (|HasCategory| (-907 |#1|) (QUOTE (-368))) (|HasCategory| (-907 |#1|) (QUOTE (-145))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| (-907 |#1|) (QUOTE (-145))) (|HasCategory| (-907 |#1|) (QUOTE (-368)))) (|HasCategory| (-907 |#1|) (QUOTE (-147))) (|HasCategory| (-907 |#1|) (QUOTE (-368))) (|HasCategory| (-907 |#1|) (QUOTE (-145))))
(-344 GF |defpol|)
((|constructor| (NIL "FiniteFieldCyclicGroupExtensionByPolynomial(\\spad{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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
(-345 GF |extdeg|)
((|constructor| (NIL "FiniteFieldCyclicGroupExtension(\\spad{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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
(-346 GF)
((|constructor| (NIL "FiniteFieldFunctions(\\spad{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}.")))
NIL
@@ -1326,33 +1326,33 @@ NIL
NIL
(-349)
((|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 \\spad{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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
-(-350 R UP -2210)
+(-350 R UP -3629)
((|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{\\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{\\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{\\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{\\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{\\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{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
(-351 |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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| (-907 |#1|) (QUOTE (-145))) (|HasCategory| (-907 |#1|) (QUOTE (-368)))) (|HasCategory| (-907 |#1|) (QUOTE (-147))) (|HasCategory| (-907 |#1|) (QUOTE (-368))) (|HasCategory| (-907 |#1|) (QUOTE (-145))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| (-907 |#1|) (QUOTE (-145))) (|HasCategory| (-907 |#1|) (QUOTE (-368)))) (|HasCategory| (-907 |#1|) (QUOTE (-147))) (|HasCategory| (-907 |#1|) (QUOTE (-368))) (|HasCategory| (-907 |#1|) (QUOTE (-145))))
(-352 GF |uni|)
((|constructor| (NIL "FiniteFieldNormalBasisExtensionByPolynomial(\\spad{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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
(-353 GF |extdeg|)
((|constructor| (NIL "FiniteFieldNormalBasisExtensionByPolynomial(\\spad{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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
(-354 |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}.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| (-907 |#1|) (QUOTE (-145))) (|HasCategory| (-907 |#1|) (QUOTE (-368)))) (|HasCategory| (-907 |#1|) (QUOTE (-147))) (|HasCategory| (-907 |#1|) (QUOTE (-368))) (|HasCategory| (-907 |#1|) (QUOTE (-145))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| (-907 |#1|) (QUOTE (-145))) (|HasCategory| (-907 |#1|) (QUOTE (-368)))) (|HasCategory| (-907 |#1|) (QUOTE (-147))) (|HasCategory| (-907 |#1|) (QUOTE (-368))) (|HasCategory| (-907 |#1|) (QUOTE (-145))))
(-355 GF |defpol|)
((|constructor| (NIL "FiniteFieldExtensionByPolynomial(\\spad{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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
-(-356 -2210 GF)
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
+(-356 -3629 GF)
((|constructor| (NIL "FiniteFieldPolynomialPackage2(\\spad{F},{}\\spad{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
@@ -1360,21 +1360,21 @@ NIL
((|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(\\spad{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(\\spad{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(\\spad{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(\\spad{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(\\spad{GF}) generates a normal polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|createPrimitivePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createPrimitivePoly(n)}\\$FFPOLY(\\spad{GF}) generates a primitive polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|createIrreduciblePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createIrreduciblePoly(n)}\\$FFPOLY(\\spad{GF}) generates a monic irreducible univariate polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfNormalPoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfNormalPoly(n)}\\$FFPOLY(\\spad{GF}) yields the number of normal polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfPrimitivePoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfPrimitivePoly(n)}\\$FFPOLY(\\spad{GF}) yields the number of primitive polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfIrreduciblePoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfIrreduciblePoly(n)}\\$FFPOLY(\\spad{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
-(-358 -2210 FP FPP)
+(-358 -3629 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 \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")))
NIL
NIL
(-359 GF |n|)
((|constructor| (NIL "FiniteFieldExtensionByPolynomial(\\spad{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}.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-145))))
(-360 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{\\spad{ls}}.")))
NIL
NIL
(-361 S)
((|constructor| (NIL "The free group on a set \\spad{S} is the group of finite products of the form \\spad{reduce(*,{}[\\spad{si} ** \\spad{ni}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'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.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-362 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.")))
@@ -1382,7 +1382,7 @@ NIL
NIL
(-363)
((|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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-364 |Name| S)
((|constructor| (NIL "This category provides an interface to operate on files in the computer\\spad{'s} file system. The precise method of naming files is determined by the Name parameter. The type of the contents of the file is determined by \\spad{S}.")) (|write!| ((|#2| $ |#2|) "\\spad{write!(f,{}s)} puts the value \\spad{s} into the file \\spad{f}. The state of \\spad{f} is modified so subsequents call to \\spad{write!} will append one after another.")) (|read!| ((|#2| $) "\\spad{read!(f)} extracts a value from file \\spad{f}. The state of \\spad{f} is modified so a subsequent call to \\spadfun{read!} will return the next element.")) (|iomode| (((|String|) $) "\\spad{iomode(f)} returns the status of the file \\spad{f}. The input/output status of \\spad{f} may be \"input\",{} \"output\" or \"closed\" mode.")) (|name| ((|#1| $) "\\spad{name(f)} returns the external name of the file \\spad{f}.")) (|close!| (($ $) "\\spad{close!(f)} returns the file \\spad{f} closed to input and output.")) (|reopen!| (($ $ (|String|)) "\\spad{reopen!(f,{}mode)} returns a file \\spad{f} reopened for operation in the indicated mode: \"input\" or \"output\". \\spad{reopen!(f,{}\"input\")} will reopen the file \\spad{f} for input.")) (|open| (($ |#1| (|String|)) "\\spad{open(s,{}mode)} returns a file \\spad{s} open for operation in the indicated mode: \"input\" or \"output\".") (($ |#1|) "\\spad{open(s)} returns the file \\spad{s} open for input.")))
@@ -1398,7 +1398,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-556))))
(-367 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\\spad{'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\\spad{'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\\spad{'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(\\spad{\"*\"})} 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\\spad{'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\\spad{'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\\spad{'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\\spad{'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{\\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{\\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.")))
-((-4409 |has| |#1| (-556)) (-4407 . T) (-4406 . T))
+((-4403 |has| |#1| (-556)) (-4401 . T) (-4400 . T))
NIL
(-368)
((|constructor| (NIL "The category of domains composed of a finite set of elements. We include the functions \\spadfun{lookup} and \\spadfun{index} to give a bijection between the finite set and an initial segment of positive integers. \\blankline")) (|random| (($) "\\spad{random()} returns a random element from the set.")) (|lookup| (((|PositiveInteger|) $) "\\spad{lookup(x)} returns a positive integer such that \\spad{x = index lookup x}.")) (|index| (($ (|PositiveInteger|)) "\\spad{index(i)} takes a positive integer \\spad{i} less than or equal to \\spad{size()} and returns the \\spad{i}\\spad{-}th element of the set. This operation establishs a bijection between the elements of the finite set and \\spad{1..size()}.")) (|size| (((|NonNegativeInteger|)) "\\spad{size()} returns the number of elements in the set.")))
@@ -1410,7 +1410,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-363))))
(-370 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 ( \\spad{Tr}(\\spad{vi} * \\spad{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}\\spad{'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.")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-371 S A R B)
((|constructor| (NIL "FiniteLinearAggregateFunctions2 provides functions involving two FiniteLinearAggregates where the underlying domains might be different. An example of this might be creating a list of rational numbers by mapping a function across a list 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 aggregrate \\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 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}.")) (|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) "\\spad{map(f,{}a)} applies function \\spad{f} to each member of aggregate \\spad{a} resulting in a new aggregate over a possibly different underlying domain.")))
@@ -1419,14 +1419,14 @@ NIL
(-372 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{>=} \\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{<=},{}\\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{<=},{}\\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
-((|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))))
+((|HasAttribute| |#1| (QUOTE -4407)) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))))
(-373 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{>=} \\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{<=},{}\\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{<=},{}\\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]}.")))
-((-4412 . T))
+((-4406 . T))
NIL
(-374 |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.\\spad{fr})")) (|eval| (($ $ (|List| |#1|) (|List| $)) "\\axiom{eval(\\spad{p},{} [\\spad{x1},{}...,{}\\spad{xn}],{} [\\spad{v1},{}...,{}\\spad{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) (-4407 . T) (-4406 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4401 . T) (-4400 . T))
NIL
(-375 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.")))
@@ -1438,7 +1438,7 @@ NIL
((|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))))
(-377 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}")))
-((-4409 . T))
+((-4403 . T))
NIL
(-378 |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 \\spad{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}.")))
@@ -1446,7 +1446,7 @@ NIL
NIL
(-379)
((|constructor| (NIL "\\spadtype{Float} implements arbitrary precision floating point arithmetic. The number of significant digits of each operation can be set to an arbitrary value (the default is 20 decimal digits). The operation \\spad{float(mantissa,{}exponent,{}\\spadfunFrom{base}{FloatingPointSystem})} for integer \\spad{mantissa},{} \\spad{exponent} specifies the number \\spad{mantissa * \\spadfunFrom{base}{FloatingPointSystem} ** exponent} The underlying representation for floats is binary not decimal. The implications of this are described below. \\blankline The model adopted is that arithmetic operations are rounded to to nearest unit in the last place,{} that is,{} accurate to within \\spad{2**(-\\spadfunFrom{bits}{FloatingPointSystem})}. Also,{} the elementary functions and constants are accurate to one unit in the last place. A float is represented as a record of two integers,{} the mantissa and the exponent. The \\spadfunFrom{base}{FloatingPointSystem} of the representation is binary,{} hence a \\spad{Record(m:mantissa,{}e:exponent)} represents the number \\spad{m * 2 ** e}. Though it is not assumed that the underlying integers are represented with a binary \\spadfunFrom{base}{FloatingPointSystem},{} the code will be most efficient when this is the the case (this is \\spad{true} in most implementations of Lisp). The decision to choose the \\spadfunFrom{base}{FloatingPointSystem} to be binary has some unfortunate consequences. First,{} decimal numbers like 0.3 cannot be represented exactly. Second,{} there is a further loss of accuracy during conversion to decimal for output. To compensate for this,{} if \\spad{d} digits of precision are specified,{} \\spad{1 + ceiling(log2 d)} bits are used. Two numbers that are displayed identically may therefore be not equal. On the other hand,{} a significant efficiency loss would be incurred if we chose to use a decimal \\spadfunFrom{base}{FloatingPointSystem} when the underlying integer base is binary. \\blankline Algorithms used: For the elementary functions,{} the general approach is to apply identities so that the taylor series can be used,{} and,{} so that it will converge within \\spad{O( sqrt n )} steps. For example,{} using the identity \\spad{exp(x) = exp(x/2)**2},{} we can compute \\spad{exp(1/3)} to \\spad{n} digits of precision as follows. We have \\spad{exp(1/3) = exp(2 ** (-sqrt s) / 3) ** (2 ** sqrt s)}. The taylor series will converge in less than sqrt \\spad{n} steps and the exponentiation requires sqrt \\spad{n} multiplications for a total of \\spad{2 sqrt n} multiplications. Assuming integer multiplication costs \\spad{O( n**2 )} the overall running time is \\spad{O( sqrt(n) n**2 )}. This approach is the best known approach for precisions up to about 10,{}000 digits at which point the methods of Brent which are \\spad{O( log(n) n**2 )} become competitive. Note also that summing the terms of the taylor series for the elementary functions is done using integer operations. This avoids the overhead of floating point operations and results in efficient code at low precisions. This implementation makes no attempt to reuse storage,{} relying on the underlying system to do \\spadgloss{garbage collection}. \\spad{I} estimate that the efficiency of this package at low precisions could be improved by a factor of 2 if in-place operations were available. \\blankline Running times: in the following,{} \\spad{n} is the number of bits of precision \\indented{5}{\\spad{*},{} \\spad{/},{} \\spad{sqrt},{} \\spad{\\spad{pi}},{} \\spad{exp1},{} \\spad{log2},{} \\spad{log10}: \\spad{ O( n**2 )}} \\indented{5}{\\spad{exp},{} \\spad{log},{} \\spad{sin},{} \\spad{atan}:\\space{2}\\spad{ O( sqrt(n) n**2 )}} The other elementary functions are coded in terms of the ones above.")) (|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}.")))
-((-4395 . T) (-4403 . T) (-4124 . T) (-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4389 . T) (-4397 . T) (-2508 . T) (-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-380 |Par|)
((|constructor| (NIL "\\indented{3}{This is a package for the approximation of real solutions for} systems of polynomial equations over the rational numbers. The results are expressed as either rational numbers or floats depending on the type of the precision parameter which can be either a rational number or a floating point number.")) (|realRoots| (((|List| |#1|) (|Fraction| (|Polynomial| (|Integer|))) |#1|) "\\spad{realRoots(rf,{} eps)} finds the real zeros of a univariate rational function with precision given by eps.") (((|List| (|List| |#1|)) (|List| (|Fraction| (|Polynomial| (|Integer|)))) (|List| (|Symbol|)) |#1|) "\\spad{realRoots(lp,{}lv,{}eps)} computes the list of the real solutions of the list \\spad{lp} of rational functions with rational coefficients with respect to the variables in \\spad{lv},{} with precision \\spad{eps}. Each solution is expressed as a list of numbers in order corresponding to the variables in \\spad{lv}.")) (|solve| (((|List| (|Equation| (|Polynomial| |#1|))) (|Equation| (|Fraction| (|Polynomial| (|Integer|)))) |#1|) "\\spad{solve(eq,{}eps)} finds all of the real solutions of the univariate equation \\spad{eq} of rational functions with respect to the unique variables appearing in \\spad{eq},{} with precision \\spad{eps}.") (((|List| (|Equation| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| (|Integer|))) |#1|) "\\spad{solve(p,{}eps)} finds all of the real solutions of the univariate rational function \\spad{p} with rational coefficients with respect to the unique variable appearing in \\spad{p},{} with precision \\spad{eps}.") (((|List| (|List| (|Equation| (|Polynomial| |#1|)))) (|List| (|Equation| (|Fraction| (|Polynomial| (|Integer|))))) |#1|) "\\spad{solve(leq,{}eps)} finds all of the real solutions of the system \\spad{leq} of equationas of rational functions with respect to all the variables appearing in \\spad{lp},{} with precision \\spad{eps}.") (((|List| (|List| (|Equation| (|Polynomial| |#1|)))) (|List| (|Fraction| (|Polynomial| (|Integer|)))) |#1|) "\\spad{solve(lp,{}eps)} finds all of the real solutions of the system \\spad{lp} of rational functions over the rational numbers with respect to all the variables appearing in \\spad{lp},{} with precision \\spad{eps}.")))
@@ -1454,11 +1454,11 @@ NIL
NIL
(-381 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.\\spad{fr})")) (* (($ |#2| |#1|) "\\spad{s*r} returns the product \\spad{r*s} used by \\spadtype{XRecursivePolynomial}")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
((|HasCategory| |#1| (QUOTE (-172))))
(-382 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.\\spad{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}.")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
NIL
(-383)
((|constructor| (NIL "\\axiomType{FortranMatrixCategory} provides support for producing Functions and Subroutines when the input to these is an AXIOM object of type \\axiomType{Matrix} or in domains involving \\axiomType{FortranCode}.")) (|coerce| (($ (|Record| (|:| |localSymbols| (|SymbolTable|)) (|:| |code| (|List| (|FortranCode|))))) "\\spad{coerce(e)} takes the component of \\spad{e} from \\spadtype{List FortranCode} and uses it as the body of the ASP,{} making the declarations in the \\spadtype{SymbolTable} component.") (($ (|FortranCode|)) "\\spad{coerce(e)} takes an object from \\spadtype{FortranCode} and \\indented{1}{uses it as the body of an ASP.}") (($ (|List| (|FortranCode|))) "\\spad{coerce(e)} takes an object from \\spadtype{List FortranCode} and \\indented{1}{uses it as the body of an ASP.}") (($ (|Matrix| (|MachineFloat|))) "\\spad{coerce(v)} produces an ASP which returns the value of \\spad{v}.")))
@@ -1470,7 +1470,7 @@ NIL
NIL
(-385 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.")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
((|HasCategory| |#1| (QUOTE (-172))))
(-386 S)
((|constructor| (NIL "The free monoid on a set \\spad{S} is the monoid of finite products of the form \\spad{reduce(*,{}[\\spad{si} ** \\spad{ni}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'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.")))
@@ -1478,7 +1478,7 @@ NIL
((|HasCategory| |#1| (QUOTE (-847))))
(-387)
((|constructor| (NIL "A category of domains which model machine arithmetic used by machines in the AXIOM-NAG link.")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-388)
((|constructor| (NIL "This domain provides an interface to names in the file system.")))
@@ -1490,13 +1490,13 @@ NIL
NIL
(-390 |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")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
NIL
(-391)
((|constructor| (NIL "Code to manipulate Fortran Output Stack")) (|topFortranOutputStack| (((|String|)) "\\spad{topFortranOutputStack()} returns the top element of the Fortran output stack")) (|pushFortranOutputStack| (((|Void|) (|String|)) "\\spad{pushFortranOutputStack(f)} pushes \\spad{f} onto the Fortran output stack") (((|Void|) (|FileName|)) "\\spad{pushFortranOutputStack(f)} pushes \\spad{f} onto the Fortran output stack")) (|popFortranOutputStack| (((|Void|)) "\\spad{popFortranOutputStack()} pops the Fortran output stack")) (|showFortranOutputStack| (((|Stack| (|String|))) "\\spad{showFortranOutputStack()} returns the Fortran output stack")) (|clearFortranOutputStack| (((|Stack| (|String|))) "\\spad{clearFortranOutputStack()} clears the Fortran output stack")))
NIL
NIL
-(-392 -2210 UP UPUP R)
+(-392 -3629 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
@@ -1520,11 +1520,11 @@ NIL
((|constructor| (NIL "provides an interface to the boot code for calling Fortran")) (|setLegalFortranSourceExtensions| (((|List| (|String|)) (|List| (|String|))) "\\spad{setLegalFortranSourceExtensions(l)} \\undocumented{}")) (|outputAsFortran| (((|Void|) (|FileName|)) "\\spad{outputAsFortran(fn)} \\undocumented{}")) (|linkToFortran| (((|SExpression|) (|Symbol|) (|List| (|Symbol|)) (|TheSymbolTable|) (|List| (|Symbol|))) "\\spad{linkToFortran(s,{}l,{}t,{}lv)} \\undocumented{}") (((|SExpression|) (|Symbol|) (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|)))) (|List| (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|))))) (|List| (|Symbol|)) (|Symbol|)) "\\spad{linkToFortran(s,{}l,{}ll,{}lv,{}t)} \\undocumented{}") (((|SExpression|) (|Symbol|) (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|)))) (|List| (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|))))) (|List| (|Symbol|))) "\\spad{linkToFortran(s,{}l,{}ll,{}lv)} \\undocumented{}")))
NIL
NIL
-(-398 -2540 |returnType| -2037 |symbols|)
+(-398 -1316 |returnType| -3514 |symbols|)
((|constructor| (NIL "\\axiomType{FortranProgram} allows the user to build and manipulate simple models of FORTRAN subprograms. These can then be transformed into actual FORTRAN notation.")) (|coerce| (($ (|Equation| (|Expression| (|Complex| (|Float|))))) "\\spad{coerce(eq)} \\undocumented{}") (($ (|Equation| (|Expression| (|Float|)))) "\\spad{coerce(eq)} \\undocumented{}") (($ (|Equation| (|Expression| (|Integer|)))) "\\spad{coerce(eq)} \\undocumented{}") (($ (|Expression| (|Complex| (|Float|)))) "\\spad{coerce(e)} \\undocumented{}") (($ (|Expression| (|Float|))) "\\spad{coerce(e)} \\undocumented{}") (($ (|Expression| (|Integer|))) "\\spad{coerce(e)} \\undocumented{}") (($ (|Equation| (|Expression| (|MachineComplex|)))) "\\spad{coerce(eq)} \\undocumented{}") (($ (|Equation| (|Expression| (|MachineFloat|)))) "\\spad{coerce(eq)} \\undocumented{}") (($ (|Equation| (|Expression| (|MachineInteger|)))) "\\spad{coerce(eq)} \\undocumented{}") (($ (|Expression| (|MachineComplex|))) "\\spad{coerce(e)} \\undocumented{}") (($ (|Expression| (|MachineFloat|))) "\\spad{coerce(e)} \\undocumented{}") (($ (|Expression| (|MachineInteger|))) "\\spad{coerce(e)} \\undocumented{}") (($ (|Record| (|:| |localSymbols| (|SymbolTable|)) (|:| |code| (|List| (|FortranCode|))))) "\\spad{coerce(r)} \\undocumented{}") (($ (|List| (|FortranCode|))) "\\spad{coerce(lfc)} \\undocumented{}") (($ (|FortranCode|)) "\\spad{coerce(fc)} \\undocumented{}")))
NIL
NIL
-(-399 -2210 UP)
+(-399 -3629 UP)
((|constructor| (NIL "\\indented{1}{Full partial fraction expansion of rational functions} Author: Manuel Bronstein Date Created: 9 December 1992 Date Last Updated: 6 October 1993 References: \\spad{M}.Bronstein & \\spad{B}.Salvy,{} \\indented{12}{Full Partial Fraction Decomposition of Rational Functions,{}} \\indented{12}{in Proceedings of ISSAC'93,{} Kiev,{} ACM Press.}")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(f,{} n)} returns the \\spad{n}-th derivative of \\spad{f}.") (($ $) "\\spad{D(f)} returns the derivative of \\spad{f}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(f,{} n)} returns the \\spad{n}-th derivative of \\spad{f}.") (($ $) "\\spad{differentiate(f)} returns the derivative of \\spad{f}.")) (|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
@@ -1538,15 +1538,15 @@ NIL
NIL
(-402)
((|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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-403 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(\\spad{\"+\"}) 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\\spad{'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\\spad{'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 -4395)) (|HasAttribute| |#1| (QUOTE -4403)))
+((|HasAttribute| |#1| (QUOTE -4389)) (|HasAttribute| |#1| (QUOTE -4397)))
(-404)
((|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(\\spad{\"+\"}) 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\\spad{'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\\spad{'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\".")))
-((-4124 . T) (-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-2508 . T) (-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-405 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.")))
@@ -1558,15 +1558,15 @@ NIL
NIL
(-407 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 \\spad{gcd}\\spad{'s} between numerator and denominator will be cancelled during all operations.")) (|canonical| ((|attribute|) "\\spad{canonical} means that equal elements are in fact identical.")))
-((-4399 -12 (|has| |#1| (-6 -4410)) (|has| |#1| (-452)) (|has| |#1| (-6 -4399))) (-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-906))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-1019))) (|HasCategory| |#1| (QUOTE (-817))) (-2713 (|HasCategory| |#1| (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-847)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-1145))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825))))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825)))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-545))) (-12 (|HasAttribute| |#1| (QUOTE -4410)) (|HasAttribute| |#1| (QUOTE -4399)) (|HasCategory| |#1| (QUOTE (-452)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
+((-4393 -12 (|has| |#1| (-6 -4404)) (|has| |#1| (-452)) (|has| |#1| (-6 -4393))) (-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-906))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-1019))) (|HasCategory| |#1| (QUOTE (-817))) (-4078 (|HasCategory| |#1| (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-847)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-1145))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825))))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-825)))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-545))) (-12 (|HasAttribute| |#1| (QUOTE -4404)) (|HasAttribute| |#1| (QUOTE -4393)) (|HasCategory| |#1| (QUOTE (-452)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-408 S R UP)
((|constructor| (NIL "A \\spadtype{FramedAlgebra} is a \\spadtype{FiniteRankAlgebra} together with a fixed \\spad{R}-module basis.")) (|regularRepresentation| (((|Matrix| |#2|) $) "\\spad{regularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed basis.")) (|discriminant| ((|#2|) "\\spad{discriminant()} = determinant(traceMatrix()).")) (|traceMatrix| (((|Matrix| |#2|)) "\\spad{traceMatrix()} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr(\\spad{vi} * vj)} ),{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|convert| (($ (|Vector| |#2|)) "\\spad{convert([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.") (((|Vector| |#2|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#2|)) "\\spad{represents([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm])} returns the coordinates of the \\spad{vi}\\spad{'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{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
NIL
NIL
(-409 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(\\spad{vi} * vj)} ),{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{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},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm])} returns the coordinates of the \\spad{vi}\\spad{'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.")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-410 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\\spad{'t} retract into \\spad{B}.} Date Created: March 1990 Date Last Updated: 9 April 1991")))
@@ -1580,11 +1580,11 @@ NIL
((|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
-(-413 R -2210 UP A)
+(-413 R -3629 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)}.")))
-((-4409 . T))
+((-4403 . T))
NIL
-(-414 R -2210 UP A |ibasis|)
+(-414 R -3629 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 -1035) (|devaluate| |#2|))))
@@ -1598,12 +1598,12 @@ NIL
((|HasCategory| |#2| (QUOTE (-363))))
(-417 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\\spad{'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{\\spad{vi} * vj = gammaij1 * v1 + ... + gammaijn * vn},{} where \\spad{v1},{}...,{}\\spad{vn} is the fixed \\spad{R}-module basis.")) (|elt| ((|#1| $ (|Integer|)) "\\spad{elt(a,{}i)} returns the \\spad{i}-th coefficient of \\spad{a} with respect to 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{\\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.")))
-((-4409 |has| |#1| (-556)) (-4407 . T) (-4406 . T))
+((-4403 |has| |#1| (-556)) (-4401 . T) (-4400 . T))
NIL
(-418 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 \\spad{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| "nil" "sqfr" "irred" "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| "nil" "sqfr" "irred" "prime") $ (|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| "nil" "sqfr" "irred" "prime")) (|:| |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| "nil" "sqfr" "irred" "prime")) (|:| |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.")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -309) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -286) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-1213))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-1213)))) (|HasCategory| |#1| (QUOTE (-1019))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-452))))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -309) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -286) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-1213))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-1213)))) (|HasCategory| |#1| (QUOTE (-1019))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-452))))
(-419 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)}.")))
NIL
@@ -1630,17 +1630,17 @@ NIL
((|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-368))))
(-425 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}.")))
-((-4412 . T) (-4402 . T) (-4413 . T))
+((-4406 . T) (-4396 . T) (-4407 . T))
NIL
-(-426 R -2210)
+(-426 R -3629)
((|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
(-427 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")))
-((-4399 -12 (|has| |#1| (-6 -4399)) (|has| |#2| (-6 -4399))) (-4406 . T) (-4407 . T) (-4409 . T))
-((-12 (|HasAttribute| |#1| (QUOTE -4399)) (|HasAttribute| |#2| (QUOTE -4399))))
-(-428 R -2210)
+((-4393 -12 (|has| |#1| (-6 -4393)) (|has| |#2| (-6 -4393))) (-4400 . T) (-4401 . T) (-4403 . T))
+((-12 (|HasAttribute| |#1| (QUOTE -4393)) (|HasAttribute| |#2| (QUOTE -4393))))
+(-428 R -3629)
((|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
@@ -1650,17 +1650,17 @@ NIL
((|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-473))) (|HasCategory| |#2| (QUOTE (-1106))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))))
(-430 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 a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [n1,{}...,{}nm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a1,{}...,{}an)**ni} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [n1,{}...,{}nm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)**ni} in \\spad{x} by \\spad{\\spad{fi}(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm],{} y)} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\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}\\spad{'s} in \\spad{f}.") (($ $ (|Symbol|)) "\\spad{eval(f,{} foo)} unquotes all the foo\\spad{'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}.")))
-((-4409 -2713 (|has| |#1| (-1046)) (|has| |#1| (-473))) (-4407 |has| |#1| (-172)) (-4406 |has| |#1| (-172)) ((-4414 "*") |has| |#1| (-556)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-556)) (-4404 |has| |#1| (-556)))
+((-4403 -4078 (|has| |#1| (-1046)) (|has| |#1| (-473))) (-4401 |has| |#1| (-172)) (-4400 |has| |#1| (-172)) ((-4408 "*") |has| |#1| (-556)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-556)) (-4398 |has| |#1| (-556)))
NIL
-(-431 R -2210)
+(-431 R -3629)
((|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
-(-432 R -2210)
+(-432 R -3629)
((|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{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. The minimal polynomial for a2 may involve \\spad{a1},{} but the minimal polynomial for \\spad{a1} may not involve 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{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.")))
NIL
((|HasCategory| |#2| (QUOTE (-27))))
-(-433 R -2210)
+(-433 R -3629)
((|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
@@ -1668,7 +1668,7 @@ 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
-(-435 R -2210 UP)
+(-435 R -3629 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| (LIST (QUOTE -1035) (QUOTE (-48)))))
@@ -1700,7 +1700,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\\spad{'s} criterion,{} \\spad{false} is inconclusive.")) (|useEisensteinCriterion| (((|Boolean|) (|Boolean|)) "\\spad{useEisensteinCriterion(b)} chooses whether factorizers check Eisenstein\\spad{'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\\spad{'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
-(-443 R UP -2210)
+(-443 R UP -3629)
((|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 \\spad{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\\spad{'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\\spad{'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\\spad{'s} norm of \\spad{p}.") ((|#3| |#2|) "\\spad{bombieriNorm(p)} returns quadratic Bombieri\\spad{'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
@@ -1738,16 +1738,16 @@ NIL
NIL
(-452)
((|constructor| (NIL "This category describes domains where \\spadfun{\\spad{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 \\spad{gcd} of the elements in the list \\spad{l}.") (($ $ $) "\\spad{gcd(x,{}y)} returns the greatest common divisor of \\spad{x} and \\spad{y}.")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-453 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")))
-((-4409 |has| (-407 (-949 |#1|)) (-556)) (-4407 . T) (-4406 . T))
+((-4403 |has| (-407 (-949 |#1|)) (-556)) (-4401 . T) (-4400 . T))
((|HasCategory| (-407 (-949 |#1|)) (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| (-407 (-949 |#1|)) (QUOTE (-556))))
(-454 |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")))
-(((-4414 "*") |has| |#2| (-172)) (-4405 |has| |#2| (-556)) (-4410 |has| |#2| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#2| (QUOTE (-906))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-556)))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))) (|HasAttribute| |#2| (QUOTE -4410)) (|HasCategory| |#2| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
+(((-4408 "*") |has| |#2| (-172)) (-4399 |has| |#2| (-556)) (-4404 |has| |#2| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#2| (QUOTE (-906))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-556)))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))) (|HasAttribute| |#2| (QUOTE -4404)) (|HasCategory| |#2| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
(-455 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\\spad{'s} conditional.")))
NIL
@@ -1774,7 +1774,7 @@ NIL
NIL
(-461 |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")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
NIL
(-462 E V R P Q)
((|constructor| (NIL "Gosper\\spad{'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}.")))
@@ -1782,7 +1782,7 @@ NIL
NIL
(-463 R E |VarSet| P)
((|constructor| (NIL "A domain for polynomial sets.")) (|convert| (($ (|List| |#4|)) "\\axiom{convert(\\spad{lp})} returns the polynomial set whose members are the polynomials of \\axiom{\\spad{lp}}.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
((-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#4| (LIST (QUOTE -611) (QUOTE (-859)))))
(-464 S R E)
((|constructor| (NIL "GradedAlgebra(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-algebra\\spad{''}. A graded algebra is a graded module together with a degree preserving \\spad{R}-linear map,{} called the {\\em product}. \\blankline The name ``product\\spad{''} 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}.")))
@@ -1812,7 +1812,7 @@ NIL
((|constructor| (NIL "GradedModule(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-module\\spad{''},{} \\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
-(-471 |lv| -2210 R)
+(-471 |lv| -3629 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
@@ -1822,23 +1822,23 @@ NIL
NIL
(-473)
((|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}.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-474 |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.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|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.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|)))) (|HasCategory| (-407 (-564)) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -2052) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|)))) (|HasCategory| (-407 (-564)) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -3907) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
(-475 |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.")))
-((-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#2|)))))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-847))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))))
+((-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -1389) (|devaluate| |#2|)))))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-847))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))))
(-476 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)}")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
((-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -611) (QUOTE (-859)))))
(-477)
((|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{\\spad{pi}()} returns the symbolic \\%\\spad{pi}.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-478)
((|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'.")))
@@ -1846,29 +1846,29 @@ NIL
NIL
(-479 |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.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#2|)))))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -1389) (|devaluate| |#2|)))))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))))
(-480)
((|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\\spad{'s} book Lie Groups \\spad{--} 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{<=} \\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
(-481 |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")))
-(((-4414 "*") |has| |#2| (-172)) (-4405 |has| |#2| (-556)) (-4410 |has| |#2| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#2| (QUOTE (-906))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-556)))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))) (|HasAttribute| |#2| (QUOTE -4410)) (|HasCategory| |#2| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
-(-482 -3926 S)
+(((-4408 "*") |has| |#2| (-172)) (-4399 |has| |#2| (-556)) (-4404 |has| |#2| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#2| (QUOTE (-906))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-556)))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))) (|HasAttribute| |#2| (QUOTE -4404)) (|HasCategory| |#2| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
+(-482 -1727 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}.")))
-((-4406 |has| |#2| (-1046)) (-4407 |has| |#2| (-1046)) (-4409 |has| |#2| (-6 -4409)) ((-4414 "*") |has| |#2| (-172)) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (QUOTE (-363))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363)))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-790))) (-2713 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-172))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-1094)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-368)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-723)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-790)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-845)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094))))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-2713 (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (|HasAttribute| |#2| (QUOTE -4409)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))))
+((-4400 |has| |#2| (-1046)) (-4401 |has| |#2| (-1046)) (-4403 |has| |#2| (-6 -4403)) ((-4408 "*") |has| |#2| (-172)) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (QUOTE (-363))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363)))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-790))) (-4078 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-172))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-1094)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-368)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-723)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-790)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-845)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094))))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-4078 (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (|HasAttribute| |#2| (QUOTE -4403)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))))
(-483)
((|constructor| (NIL "This domain represents the header of a definition.")) (|parameters| (((|List| (|Identifier|)) $) "\\spad{parameters(h)} gives the parameters specified in the definition header \\spad{`h'}.")) (|name| (((|Identifier|) $) "\\spad{name(h)} returns the name of the operation defined defined.")) (|headAst| (($ (|Identifier|) (|List| (|Identifier|))) "\\spad{headAst(f,{}[x1,{}..,{}xn])} constructs a function definition header.")))
NIL
NIL
(-484 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}.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
-(-485 -2210 UP UPUP R)
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+(-485 -3629 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}\\spad{'s} are integers and the \\spad{P}\\spad{'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
@@ -1878,12 +1878,12 @@ NIL
NIL
(-487)
((|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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-564) (QUOTE (-906))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-564) (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-147))) (|HasCategory| (-564) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-564) (QUOTE (-1019))) (|HasCategory| (-564) (QUOTE (-817))) (-2713 (|HasCategory| (-564) (QUOTE (-817))) (|HasCategory| (-564) (QUOTE (-847)))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-1145))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-564) (QUOTE (-233))) (|HasCategory| (-564) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-564) (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -309) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -286) (QUOTE (-564)) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-307))) (|HasCategory| (-564) (QUOTE (-545))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-564) (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (|HasCategory| (-564) (QUOTE (-145)))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-564) (QUOTE (-906))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-564) (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-147))) (|HasCategory| (-564) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-564) (QUOTE (-1019))) (|HasCategory| (-564) (QUOTE (-817))) (-4078 (|HasCategory| (-564) (QUOTE (-817))) (|HasCategory| (-564) (QUOTE (-847)))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-1145))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-564) (QUOTE (-233))) (|HasCategory| (-564) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-564) (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -309) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -286) (QUOTE (-564)) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-307))) (|HasCategory| (-564) (QUOTE (-545))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-564) (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (|HasCategory| (-564) (QUOTE (-145)))))
(-488 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. Aggregates from domains with attribute \\spadatt{finiteAggregate} have a finite number of members. Those with attribute \\spadatt{shallowlyMutable} allow an element to be modified or updated without changing its overall value.")) (|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})}.")) (|members| (((|List| |#2|) $) "\\spad{members(u)} returns a list of the consecutive elements of \\spad{u}. For collections,{} \\axiom{parts([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = (\\spad{x},{}\\spad{y},{}...,{}\\spad{z})}.")) (|parts| (((|List| |#2|) $) "\\spad{parts(u)} returns a list of the consecutive elements of \\spad{u}. For collections,{} \\axiom{parts([\\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} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. 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}) is \\spad{true} 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 \\axiom{\\spad{p}(\\spad{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})}.")) (|map!| (($ (|Mapping| |#2| |#2|) $) "\\spad{map!(f,{}u)} destructively replaces each element \\spad{x} of \\spad{u} by \\axiom{\\spad{f}(\\spad{x})}.")) (|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
-((|HasAttribute| |#1| (QUOTE -4412)) (|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))))
+((|HasAttribute| |#1| (QUOTE -4406)) (|HasAttribute| |#1| (QUOTE -4407)) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))))
(-489 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. Aggregates from domains with attribute \\spadatt{finiteAggregate} have a finite number of members. Those with attribute \\spadatt{shallowlyMutable} allow an element to be modified or updated without changing its overall value.")) (|member?| (((|Boolean|) |#1| $) "\\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})}.")) (|members| (((|List| |#1|) $) "\\spad{members(u)} returns a list of the consecutive elements of \\spad{u}. For collections,{} \\axiom{parts([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = (\\spad{x},{}\\spad{y},{}...,{}\\spad{z})}.")) (|parts| (((|List| |#1|) $) "\\spad{parts(u)} returns a list of the consecutive elements of \\spad{u}. For collections,{} \\axiom{parts([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = (\\spad{x},{}\\spad{y},{}...,{}\\spad{z})}.")) (|count| (((|NonNegativeInteger|) |#1| $) "\\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|) |#1|) $) "\\spad{count(p,{}u)} returns the number of elements \\spad{x} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. 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|) |#1|) $) "\\spad{every?(f,{}u)} tests if \\spad{p}(\\spad{x}) is \\spad{true} 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|) |#1|) $) "\\spad{any?(p,{}u)} tests if \\axiom{\\spad{p}(\\spad{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})}.")) (|map!| (($ (|Mapping| |#1| |#1|) $) "\\spad{map!(f,{}u)} destructively replaces each element \\spad{x} of \\spad{u} by \\axiom{\\spad{f}(\\spad{x})}.")) (|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
@@ -1904,33 +1904,33 @@ 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
-(-494 -2210 UP |AlExt| |AlPol|)
+(-494 -3629 UP |AlExt| |AlPol|)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in an algebraic extension of a field over which we can factor UP\\spad{'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
(-495)
((|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}.")) (|coerce| (($ (|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} viewed as an algebraic number.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| $ (QUOTE (-1046))) (|HasCategory| $ (LIST (QUOTE -1035) (QUOTE (-564)))))
(-496 S |mn|)
((|constructor| (NIL "\\indented{1}{Author Micheal Monagan Aug/87} This is the basic one dimensional array data type.")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-497 R |mnRow| |mnCol|)
((|constructor| (NIL "\\indented{1}{An IndexedTwoDimensionalArray is a 2-dimensional array where} the minimal row and column indices are parameters of the type. Rows and columns are returned as IndexedOneDimensionalArray\\spad{'s} with minimal indices matching those of the IndexedTwoDimensionalArray. 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.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-498 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
-(-499 R UP -2210)
+(-499 R UP -3629)
((|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{\\spad{mi}} is represented as follows: \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn} and \\spad{\\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{\\spad{mi}} is given by \\spad{\\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{\\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{\\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 \\spad{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
(-500 |mn|)
((|constructor| (NIL "\\spadtype{IndexedBits} is a domain to compactly represent large quantities of Boolean data.")) (|And| (($ $ $) "\\spad{And(n,{}m)} returns the bit-by-bit logical {\\em And} of \\spad{n} and \\spad{m}.")) (|Or| (($ $ $) "\\spad{Or(n,{}m)} returns the bit-by-bit logical {\\em Or} of \\spad{n} and \\spad{m}.")) (|Not| (($ $) "\\spad{Not(n)} returns the bit-by-bit logical {\\em Not} of \\spad{n}.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
((-12 (|HasCategory| (-112) (QUOTE (-1094))) (|HasCategory| (-112) (LIST (QUOTE -309) (QUOTE (-112))))) (|HasCategory| (-112) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-112) (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-112) (QUOTE (-1094))) (|HasCategory| (-112) (LIST (QUOTE -611) (QUOTE (-859)))))
(-501 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)}.")))
@@ -1944,7 +1944,7 @@ NIL
((|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{\\spad{qi} = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|clearDenominator| ((|#3| |#4|) "\\spad{clearDenominator([q1,{}...,{}qn])} returns \\spad{[p1,{}...,{}pn]} such that \\spad{\\spad{qi} = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|commonDenominator| ((|#1| |#4|) "\\spad{commonDenominator([q1,{}...,{}qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}\\spad{qn}.")))
NIL
NIL
-(-504 -2210 |Expon| |VarSet| |DPoly|)
+(-504 -3629 |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| (LIST (QUOTE -612) (QUOTE (-1170)))))
@@ -1994,36 +1994,36 @@ NIL
((|HasCategory| |#2| (QUOTE (-789))))
(-516 S |mn|)
((|constructor| (NIL "\\indented{1}{Author: Michael Monagan July/87,{} modified \\spad{SMW} 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}")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-517)
((|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
(-518 |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}.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| (-581 |#1|) (QUOTE (-145))) (|HasCategory| (-581 |#1|) (QUOTE (-368)))) (|HasCategory| (-581 |#1|) (QUOTE (-147))) (|HasCategory| (-581 |#1|) (QUOTE (-368))) (|HasCategory| (-581 |#1|) (QUOTE (-145))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| (-581 |#1|) (QUOTE (-145))) (|HasCategory| (-581 |#1|) (QUOTE (-368)))) (|HasCategory| (-581 |#1|) (QUOTE (-147))) (|HasCategory| (-581 |#1|) (QUOTE (-368))) (|HasCategory| (-581 |#1|) (QUOTE (-145))))
(-519 R |mnRow| |mnCol| |Row| |Col|)
((|constructor| (NIL "\\indented{1}{This is an internal type which provides an implementation of} 2-dimensional arrays as PrimitiveArray\\spad{'s} of PrimitiveArray\\spad{'s}.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-520 S |mn|)
((|constructor| (NIL "\\spadtype{IndexedList} is a basic implementation of the functions in \\spadtype{ListAggregate},{} often using functions in the underlying LISP system. The second parameter to the constructor (\\spad{mn}) is the beginning index of the list. That is,{} if \\spad{l} is a list,{} then \\spad{elt(l,{}mn)} is the first value. This constructor is probably best viewed as the implementation of singly-linked lists that are addressable by index rather than as a mere wrapper for LISP lists.")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-521 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,{} \\spad{m*h} and \\spad{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
-((|HasAttribute| |#3| (QUOTE -4413)))
+((|HasAttribute| |#3| (QUOTE -4407)))
(-522 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
-((|HasAttribute| |#7| (QUOTE -4413)))
+((|HasAttribute| |#7| (QUOTE -4407)))
(-523 R |mnRow| |mnCol|)
((|constructor| (NIL "An \\spad{IndexedMatrix} is a matrix where the minimal row and column indices are parameters of the type. The domains Row and Col are both IndexedVectors. 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.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-556))) (|HasAttribute| |#1| (QUOTE (-4414 "*"))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-556))) (|HasAttribute| |#1| (QUOTE (-4408 "*"))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-524)
((|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
@@ -2056,7 +2056,7 @@ NIL
((|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
NIL
-(-532 K -2210 |Par|)
+(-532 K -3629 |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 \\spad{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
@@ -2080,7 +2080,7 @@ NIL
((|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
-(-538 K -2210 |Par|)
+(-538 K -3629 |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
@@ -2110,7 +2110,7 @@ NIL
NIL
(-545)
((|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{n-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.")))
-((-4410 . T) (-4411 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4404 . T) (-4405 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-546)
((|constructor| (NIL "This domain is a datatype for (signed) integer values of precision 16 bits.")))
@@ -2130,13 +2130,13 @@ NIL
NIL
(-550 |Key| |Entry| |addDom|)
((|constructor| (NIL "This domain is used to provide a conditional \"add\" domain for the implementation of \\spadtype{Table}.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#2|)))))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))))
-(-551 R -2210)
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -1389) (|devaluate| |#2|)))))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))))
+(-551 R -3629)
((|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
-(-552 R0 -2210 UP UPUP R)
+(-552 R0 -3629 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
@@ -2146,7 +2146,7 @@ NIL
NIL
(-554 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{<=} \\spad{sup}} or \\axiom{[\\spad{sup},{}in]} otherwise.")))
-((-4124 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-2508 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-555 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.")))
@@ -2154,9 +2154,9 @@ NIL
NIL
(-556)
((|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.")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
-(-557 R -2210)
+(-557 R -3629)
((|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|)) "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},{}...,{}\\spad{kn} (the \\spad{ki}\\spad{'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,{}[[\\spad{ci},{} \\spad{gi}]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,{}...,{}gn]},{} and \\spad{d(h+sum(\\spad{ci} log(\\spad{gi})))/dx = f},{} if possible,{} \"failed\" otherwise.")) (|lfextendedint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#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
@@ -2168,7 +2168,7 @@ NIL
((|constructor| (NIL "\\blankline")) (|entry| (((|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{entry(n)} \\undocumented{}")) (|entries| (((|List| (|Record| (|:| |key| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) "\\spad{entries(x)} \\undocumented{}")) (|showAttributes| (((|Union| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) "failed") (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{showAttributes(x)} \\undocumented{}")) (|insert!| (($ (|Record| (|:| |key| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) "\\spad{insert!(r)} inserts an entry \\spad{r} into theIFTable")) (|fTable| (($ (|List| (|Record| (|:| |key| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) "\\spad{fTable(l)} creates a functions table from the elements of \\spad{l}.")) (|keys| (((|List| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) $) "\\spad{keys(f)} returns the list of keys of \\spad{f}")) (|clearTheFTable| (((|Void|)) "\\spad{clearTheFTable()} clears the current table of functions.")) (|showTheFTable| (($) "\\spad{showTheFTable()} returns the current table of functions.")))
NIL
NIL
-(-560 R -2210 L)
+(-560 R -3629 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| "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| "failed")) (|:| |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| "failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#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| "failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#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|))))) "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,{}[[\\spad{ci},{} \\spad{ui}]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,{}...,{}un]} and \\spad{d(h + sum(\\spad{ci} log(\\spad{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|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palglimint0(f,{} x,{} y,{} [u1,{}...,{}un],{} d,{} p)} returns functions \\spad{[h,{}[[\\spad{ci},{} \\spad{ui}]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,{}...,{}un]} and \\spad{d(h + sum(\\spad{ci} log(\\spad{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|)) "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|)) "failed") |#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 -652) (|devaluate| |#2|))))
@@ -2176,31 +2176,31 @@ NIL
((|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
-(-562 -2210 UP UPUP R)
+(-562 -3629 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
-(-563 -2210 UP)
+(-563 -3629 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
(-564)
((|constructor| (NIL "\\spadtype{Integer} provides the domain of arbitrary precision integers.")) (|infinite| ((|attribute|) "nextItem never returns \"failed\".")) (|noetherian| ((|attribute|) "ascending chain condition on ideals.")) (|canonicalsClosed| ((|attribute|) "two positives multiply to give positive.")) (|canonical| ((|attribute|) "mathematical equality is data structure equality.")) (|random| (($ $) "\\spad{random(n)} returns a random integer from 0 to \\spad{n-1}.")))
-((-4394 . T) (-4400 . T) (-4404 . T) (-4399 . T) (-4410 . T) (-4411 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4388 . T) (-4394 . T) (-4398 . T) (-4393 . T) (-4404 . T) (-4405 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-565)
((|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|))) (|:| |extra| (|Result|))) (|NumericalIntegrationProblem|) (|RoutinesTable|)) "\\spad{measure(prob,{}R)} is a top level ANNA function for identifying the most appropriate numerical routine from those in the routines table provided for solving the numerical integration problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} listed in \\axiom{\\spad{R}} of \\axiom{category} \\axiomType{NumericalIntegrationCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information.") (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|))) (|:| |extra| (|Result|))) (|NumericalIntegrationProblem|)) "\\spad{measure(prob)} is a top level ANNA function for identifying the most appropriate numerical routine for solving the numerical integration problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} of \\axiom{category} \\axiomType{NumericalIntegrationCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information.")) (|integrate| (((|Union| (|Result|) "failed") (|Expression| (|Float|)) (|SegmentBinding| (|OrderedCompletion| (|Float|))) (|Symbol|)) "\\spad{integrate(exp,{} x = a..b,{} numerical)} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range,{} {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.\\newline \\blankline Default values for the absolute and relative error are used. \\blankline It is an error if the last argument is not {\\spad{\\tt} numerical}.") (((|Union| (|Result|) "failed") (|Expression| (|Float|)) (|SegmentBinding| (|OrderedCompletion| (|Float|))) (|String|)) "\\spad{integrate(exp,{} x = a..b,{} \"numerical\")} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range,{} {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.\\newline \\blankline Default values for the absolute and relative error are used. \\blankline It is an error of the last argument is not {\\spad{\\tt} \"numerical\"}.") (((|Result|) (|Expression| (|Float|)) (|List| (|Segment| (|OrderedCompletion| (|Float|)))) (|Float|) (|Float|) (|RoutinesTable|)) "\\spad{integrate(exp,{} [a..b,{}c..d,{}...],{} epsabs,{} epsrel,{} routines)} is a top level ANNA function to integrate a multivariate expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given set of ranges to the required absolute and relative accuracy,{} using the routines available in the RoutinesTable provided. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.") (((|Result|) (|Expression| (|Float|)) (|List| (|Segment| (|OrderedCompletion| (|Float|)))) (|Float|) (|Float|)) "\\spad{integrate(exp,{} [a..b,{}c..d,{}...],{} epsabs,{} epsrel)} is a top level ANNA function to integrate a multivariate expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given set of ranges to the required absolute and relative accuracy. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.") (((|Result|) (|Expression| (|Float|)) (|List| (|Segment| (|OrderedCompletion| (|Float|)))) (|Float|)) "\\spad{integrate(exp,{} [a..b,{}c..d,{}...],{} epsrel)} is a top level ANNA function to integrate a multivariate expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given set of ranges to the required relative accuracy. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}. \\blankline If epsrel = 0,{} a default absolute accuracy is used.") (((|Result|) (|Expression| (|Float|)) (|List| (|Segment| (|OrderedCompletion| (|Float|))))) "\\spad{integrate(exp,{} [a..b,{}c..d,{}...])} is a top level ANNA function to integrate a multivariate expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given set of ranges. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}. \\blankline Default values for the absolute and relative error are used.") (((|Result|) (|Expression| (|Float|)) (|Segment| (|OrderedCompletion| (|Float|)))) "\\spad{integrate(exp,{} a..b)} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}. \\blankline Default values for the absolute and relative error are used.") (((|Result|) (|Expression| (|Float|)) (|Segment| (|OrderedCompletion| (|Float|))) (|Float|)) "\\spad{integrate(exp,{} a..b,{} epsrel)} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}} to the required relative accuracy. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}. \\blankline If epsrel = 0,{} a default absolute accuracy is used.") (((|Result|) (|Expression| (|Float|)) (|Segment| (|OrderedCompletion| (|Float|))) (|Float|) (|Float|)) "\\spad{integrate(exp,{} a..b,{} epsabs,{} epsrel)} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}} to the required absolute and relative accuracy. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.") (((|Result|) (|NumericalIntegrationProblem|)) "\\spad{integrate(IntegrationProblem)} is a top level ANNA function to integrate an expression over a given range or ranges to the required absolute and relative accuracy. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.") (((|Result|) (|Expression| (|Float|)) (|Segment| (|OrderedCompletion| (|Float|))) (|Float|) (|Float|) (|RoutinesTable|)) "\\spad{integrate(exp,{} a..b,{} epsrel,{} routines)} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}} to the required absolute and relative accuracy using the routines available in the RoutinesTable provided. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.")))
NIL
NIL
-(-566 R -2210 L)
+(-566 R -3629 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| "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| "failed") |#2| |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#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,{}[[\\spad{ci},{} \\spad{ui}]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,{}...,{}un]} and \\spad{d(h + sum(\\spad{ci} log(\\spad{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 -652) (|devaluate| |#2|))))
-(-567 R -2210)
+(-567 R -3629)
((|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| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-1133)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-627)))))
-(-568 -2210 UP)
+(-568 -3629 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,{}[[\\spad{ci},{} \\spad{gi}]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,{}...,{}gn]},{} \\spad{ci' = 0},{} and \\spad{(h+sum(\\spad{ci} log(\\spad{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
@@ -2208,27 +2208,27 @@ NIL
((|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
-(-570 -2210)
+(-570 -3629)
((|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,{} [[\\spad{ci},{}\\spad{gi}]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,{}...,{}gn]},{} \\spad{dci/dx = 0},{} and \\spad{d(h + sum(\\spad{ci} log(\\spad{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
(-571 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.")))
-((-4124 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-2508 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-572)
((|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 \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")))
NIL
NIL
-(-573 R -2210)
+(-573 R -3629)
((|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| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-284))) (|HasCategory| |#2| (QUOTE (-627))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170))))) (-12 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-284)))) (|HasCategory| |#1| (QUOTE (-556))))
-(-574 -2210 UP)
+(-574 -3629 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|)) "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' + +/[\\spad{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(+,{}[\\spad{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|)) "failed") |#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(+,{}[\\spad{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|)) "failed") |#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|)) "failed") |#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
-(-575 R -2210)
+(-575 R -3629)
((|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
@@ -2250,27 +2250,27 @@ NIL
NIL
(-580 |p| |unBalanced?|)
((|constructor| (NIL "This domain implements \\spad{Zp},{} the \\spad{p}-adic completion of the integers. This is an internal domain.")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-581 |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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| $ (QUOTE (-147))) (|HasCategory| $ (QUOTE (-145))) (|HasCategory| $ (QUOTE (-368))))
(-582)
((|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
-(-583 R -2210)
+(-583 R -3629)
((|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},{}...,{}\\spad{Pn} are the factors of \\spad{P}.")))
NIL
NIL
-(-584 E -2210)
+(-584 E -3629)
((|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
-(-585 -2210)
+(-585 -3629)
((|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 \\spad{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}.")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
((|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-1170)))))
(-586 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")))
@@ -2298,19 +2298,19 @@ NIL
NIL
(-592 |mn|)
((|constructor| (NIL "This domain implements low-level strings")) (|hash| (((|Integer|) $) "\\spad{hash(x)} provides a hashing function for strings")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144)))))) (-2713 (|HasCategory| (-144) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-144) (QUOTE (-1094)))) (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144)))))) (-4078 (|HasCategory| (-144) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-144) (QUOTE (-1094)))) (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))))
(-593 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
(-594 |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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|)))) (|HasCategory| (-564) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|)))) (|HasCategory| (-564) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))))
(-595 |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}.") (($ $ |#1|) "\\spad{x*c} returns the product of \\spad{c} and the series \\spad{x}.") (($ |#1| $) "\\spad{c*x} returns the product of \\spad{c} 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.}")))
-((-4407 |has| |#1| (-556)) (-4406 |has| |#1| (-556)) ((-4414 "*") |has| |#1| (-556)) (-4405 |has| |#1| (-556)) (-4409 . T))
+((-4401 |has| |#1| (-556)) (-4400 |has| |#1| (-556)) ((-4408 "*") |has| |#1| (-556)) (-4399 |has| |#1| (-556)) (-4403 . T))
((|HasCategory| |#1| (QUOTE (-556))))
(-596 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),{}..]}.")))
@@ -2320,7 +2320,7 @@ NIL
((|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
-(-598 R -2210 FG)
+(-598 R -3629 FG)
((|constructor| (NIL "This package provides transformations from trigonometric functions to exponentials and logarithms,{} and back. \\spad{F} and \\spad{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{\\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{\\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
@@ -2330,12 +2330,12 @@ NIL
NIL
(-600 R |mn|)
((|constructor| (NIL "\\indented{2}{This type represents vector like objects with varying lengths} and a user-specified initial index.")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-1046))) (-12 (|HasCategory| |#1| (QUOTE (-999))) (|HasCategory| |#1| (QUOTE (-1046)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-1046))) (-12 (|HasCategory| |#1| (QUOTE (-999))) (|HasCategory| |#1| (QUOTE (-1046)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-601 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
-((|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#2| (QUOTE (-847))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasCategory| |#3| (QUOTE (-1094))))
+((|HasAttribute| |#1| (QUOTE -4407)) (|HasCategory| |#2| (QUOTE (-847))) (|HasAttribute| |#1| (QUOTE -4406)) (|HasCategory| |#3| (QUOTE (-1094))))
(-602 |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
@@ -2350,19 +2350,19 @@ NIL
NIL
(-605 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).")))
-((-4409 -2713 (-2832 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))) (-4407 . T) (-4406 . T))
-((-2713 (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|))))
+((-4403 -4078 (-4348 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))) (-4401 . T) (-4400 . T))
+((-4078 (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|))))
(-606 |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.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (QUOTE (-1152))) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| (-1152) (QUOTE (-847))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (QUOTE (-1152))) (LIST (QUOTE |:|) (QUOTE -1389) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| (-1152) (QUOTE (-847))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (LIST (QUOTE -611) (QUOTE (-859)))))
(-607 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
(-608 |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}.")))
-((-4413 . T))
+((-4407 . T))
NIL
(-609 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")))
@@ -2380,7 +2380,7 @@ NIL
((|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
-(-613 -2210 UP)
+(-613 -3629 UP)
((|constructor| (NIL "\\spadtype{Kovacic} provides a modified Kovacic\\spad{'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
@@ -2402,19 +2402,19 @@ NIL
NIL
(-618 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.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-619 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}.")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| |#1| (QUOTE (-845))))
-(-620 R -2210)
+(-620 R -3629)
((|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
(-621 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")))
-((-4407 . T) (-4406 . T) ((-4414 "*") . T) (-4405 . T) (-4409 . T))
+((-4401 . T) (-4400 . T) ((-4408 "*") . T) (-4399 . T) (-4403 . T))
((|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))))
(-622 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(\\spad{lp},{}clos?)} has the same specifications as \\axiomOpFrom{zeroSetSplit(\\spad{lp},{}clos?)}{RegularTriangularSetCategory}.")) (|normalizeIfCan| ((|#6| |#6|) "\\axiom{normalizeIfCan(\\spad{ts})} returns \\axiom{\\spad{ts}} in an normalized shape if \\axiom{\\spad{ts}} is zero-dimensional.")))
@@ -2430,7 +2430,7 @@ NIL
NIL
(-625 |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.\\spad{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(\\spad{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}}.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-626 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(\\spad{lp},{} norm?)} decomposes the variety associated with \\axiom{\\spad{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{\\spad{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(\\spad{lp},{} norm?)} 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{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(\\spad{lp})} returns the lexicographical Groebner basis of \\axiom{\\spad{lp}}. If \\axiom{\\spad{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(\\spad{lp})} returns the lexicographical Groebner basis of \\axiom{\\spad{lp}} by using the {\\em FGLM} strategy,{} if \\axiom{zeroDimensional?(\\spad{lp})} holds .")) (|zeroDimensional?| (((|Boolean|) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) "\\axiom{zeroDimensional?(\\spad{lp})} returns \\spad{true} iff \\axiom{\\spad{lp}} generates a zero-dimensional ideal \\spad{w}.\\spad{r}.\\spad{t}. the variables involved in \\axiom{\\spad{lp}}.")))
@@ -2440,30 +2440,30 @@ NIL
((|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(\\%\\spad{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{\\spad{li}(x)} returns the logarithmic integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{dx / log(x)}.")) (|Ci| (($ $) "\\spad{\\spad{Ci}(x)} returns the cosine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{cos(x) / x dx}.")) (|Si| (($ $) "\\spad{\\spad{Si}(x)} returns the sine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{sin(x) / x dx}.")) (|Ei| (($ $) "\\spad{\\spad{Ei}(x)} returns the exponential integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{exp(x)/x dx}.")))
NIL
NIL
-(-628 R -2210)
+(-628 R -3629)
((|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{\\spad{li}(f)} denotes the logarithmic integral")) (|Ci| ((|#2| |#2|) "\\spad{\\spad{Ci}(f)} denotes the cosine integral")) (|Si| ((|#2| |#2|) "\\spad{\\spad{Si}(f)} denotes the sine integral")) (|Ei| ((|#2| |#2|) "\\spad{\\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
-(-629 |lv| -2210)
+(-629 |lv| -3629)
((|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
(-630)
((|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}.")) (|elt| (((|Any|) $ (|Symbol|)) "\\spad{elt(lib,{}k)} or \\spad{lib}.\\spad{k} extracts the value corresponding to the key \\spad{k} from the library \\spad{lib}.")) (|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.")))
-((-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (QUOTE (-1152))) (LIST (QUOTE |:|) (QUOTE -3096) (QUOTE (-52))))))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-52) (QUOTE (-1094)))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -309) (QUOTE (-52))))) (|HasCategory| (-1152) (QUOTE (-847))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (QUOTE (-1094))))
+((-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (QUOTE (-1152))) (LIST (QUOTE |:|) (QUOTE -1389) (QUOTE (-52))))))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-52) (QUOTE (-1094)))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -309) (QUOTE (-52))))) (|HasCategory| (-1152) (QUOTE (-847))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (QUOTE (-1094))))
(-631 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{\\spad{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 (-363))))
(-632 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{\\spad{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) (-4407 . T) (-4406 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4401 . T) (-4400 . T))
NIL
(-633 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).")))
-((-4409 -2713 (-2832 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))) (-4407 . T) (-4406 . T))
-((-2713 (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|))))
+((-4403 -4078 (-4348 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))) (-4401 . T) (-4400 . T))
+((-4078 (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#2| (LIST (QUOTE -417) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -367) (|devaluate| |#1|))))
(-634 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|) "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|) "failed")) (|:| |rightHandLimit| (|Union| (|OrderedCompletion| |#2|) "failed"))) "failed") |#2| (|Equation| (|OrderedCompletion| |#2|))) "\\spad{limit(f(x),{}x = a)} computes the real limit \\spad{lim(x -> a,{}f(x))}.")))
NIL
@@ -2475,10 +2475,10 @@ NIL
(-636 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}\\spad{'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}\\spad{'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}\\spad{'s} are 0,{} \"failed\" if the \\spad{vi}\\spad{'s} are linearly independent over \\spad{S}.")) (|linearlyDependent?| (((|Boolean|) (|Vector| |#2|)) "\\spad{linearlyDependent?([v1,{}...,{}vn])} returns \\spad{true} if the \\spad{vi}\\spad{'s} are linearly dependent over \\spad{S},{} \\spad{false} otherwise.")))
NIL
-((-2819 (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-363))))
+((-4338 (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-363))))
(-637 R)
((|constructor| (NIL "An extension ring 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}.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-638 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 \\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}. Error: if \\spad{la} and \\spad{lb} are not of equal length. Note: when this map is applied,{} an error occurs when applied to a value missing from \\spad{la}.")))
@@ -2494,16 +2494,16 @@ NIL
NIL
(-641 S)
((|constructor| (NIL "\\spadtype{List} implements singly-linked lists that are addressable by indices; the index of the first element is 1. In addition to the operations provided by \\spadtype{IndexedList},{} 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()} returns the empty list.")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-825))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-825))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-642 T$)
((|constructor| (NIL "This domain represents AST for Spad literals.")))
NIL
NIL
(-643 S)
((|substitute| (($ |#1| |#1| $) "\\spad{substitute(x,{}y,{}d)} replace \\spad{x}\\spad{'s} with \\spad{y}\\spad{'s} in dictionary \\spad{d}.")) (|duplicates?| (((|Boolean|) $) "\\spad{duplicates?(d)} tests if dictionary \\spad{d} has duplicate entries.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-644 R)
((|constructor| (NIL "The category of left modules over an \\spad{rng} (ring not necessarily with unit). This is an abelian group which supports left multiplation by elements of the \\spad{rng}. \\blankline")) (* (($ |#1| $) "\\spad{r*x} returns the left multiplication of the module element \\spad{x} by the ring element \\spad{r}.")))
NIL
@@ -2515,22 +2515,22 @@ NIL
(-646 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{:=} \\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{:=} \\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}) \\spad{==} concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|elt| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{elt(u,{}i..j)} (also written: \\axiom{a(\\spad{i}..\\spad{j})}) returns the aggregate of elements \\axiom{\\spad{u}} for \\spad{k} from \\spad{i} to \\spad{j} in that order. Note: in general,{} \\axiom{a.\\spad{s} = [a.\\spad{k} for \\spad{i} in \\spad{s}]}.")) (|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}) \\spad{==} 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}) \\spad{==} concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#2|) "\\spad{new(n,{}x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4413)))
+((|HasAttribute| |#1| (QUOTE -4407)))
(-647 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{:=} \\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{:=} \\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}) \\spad{==} concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|elt| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{elt(u,{}i..j)} (also written: \\axiom{a(\\spad{i}..\\spad{j})}) returns the aggregate of elements \\axiom{\\spad{u}} for \\spad{k} from \\spad{i} to \\spad{j} in that order. Note: in general,{} \\axiom{a.\\spad{s} = [a.\\spad{k} for \\spad{i} in \\spad{s}]}.")) (|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}) \\spad{==} 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}) \\spad{==} concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#1|) "\\spad{new(n,{}x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
NIL
NIL
-(-648 R -2210 L)
+(-648 R -3629 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
(-649 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}}")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-363))))
(-650 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}")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-363))))
(-651 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}.")))
@@ -2538,15 +2538,15 @@ NIL
((|HasCategory| |#2| (QUOTE (-363))))
(-652 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}.")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
NIL
-(-653 -2210 UP)
+(-653 -3629 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))))
-(-654 A -2034)
+(-654 A -1844)
((|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}}")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-363))))
(-655 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.")))
@@ -2562,7 +2562,7 @@ NIL
NIL
(-658 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}.")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
((|HasCategory| |#1| (QUOTE (-788))))
(-659 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 \\spad{fi} = sum ai/fi} or returns \"failed\" if no such exists.")))
@@ -2570,7 +2570,7 @@ NIL
NIL
(-660 |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.\\spad{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) (-4407 . T) (-4406 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4401 . T) (-4400 . T))
((|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-172))))
(-661 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}.")))
@@ -2578,13 +2578,13 @@ NIL
NIL
(-662 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}.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
-(-663 -2210)
+(-663 -3629)
((|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\\spad{'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|) "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|) "failed")) (|:| |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|) "failed")) (|:| |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|) "failed")) (|:| |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|) "failed")) (|:| |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
-(-664 -2210 |Row| |Col| M)
+(-664 -3629 |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| "failed") |#4| |#3|) "\\spad{particularSolution(A,{}B)} finds a particular solution of the linear system \\spad{AX = B}.")) (|solve| (((|List| (|Record| (|:| |particular| (|Union| |#3| "failed")) (|:| |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| "failed")) (|:| |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
@@ -2594,8 +2594,8 @@ NIL
NIL
(-666 |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.")))
-((-4409 . T) (-4412 . T) (-4406 . T) (-4407 . T))
-((|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE (-4414 "*"))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-556))) (-2713 (|HasAttribute| |#2| (QUOTE (-4414 "*"))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-172))))
+((-4403 . T) (-4406 . T) (-4400 . T) (-4401 . T))
+((|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE (-4408 "*"))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-556))) (-4078 (|HasAttribute| |#2| (QUOTE (-4408 "*"))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-172))))
(-667)
((|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
@@ -2615,7 +2615,7 @@ NIL
(-671 R)
((|constructor| (NIL "This domain represents three dimensional matrices over a general object type")) (|matrixDimensions| (((|Vector| (|NonNegativeInteger|)) $) "\\spad{matrixDimensions(x)} returns the dimensions of a matrix")) (|matrixConcat3D| (($ (|Symbol|) $ $) "\\spad{matrixConcat3D(s,{}x,{}y)} concatenates two 3-\\spad{D} matrices along a specified axis")) (|coerce| (((|PrimitiveArray| (|PrimitiveArray| (|PrimitiveArray| |#1|))) $) "\\spad{coerce(x)} moves from the domain to the representation type") (($ (|PrimitiveArray| (|PrimitiveArray| (|PrimitiveArray| |#1|)))) "\\spad{coerce(p)} moves from the representation type (PrimitiveArray PrimitiveArray PrimitiveArray \\spad{R}) to the domain")) (|setelt!| ((|#1| $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|) |#1|) "\\spad{setelt!(x,{}i,{}j,{}k,{}s)} (or \\spad{x}.\\spad{i}.\\spad{j}.k:=s) sets a specific element of the array to some value of type \\spad{R}")) (|elt| ((|#1| $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{elt(x,{}i,{}j,{}k)} extract an element from the matrix \\spad{x}")) (|construct| (($ (|List| (|List| (|List| |#1|)))) "\\spad{construct(lll)} creates a 3-\\spad{D} matrix from a List List List \\spad{R} \\spad{lll}")) (|plus| (($ $ $) "\\spad{plus(x,{}y)} adds two matrices,{} term by term we note that they must be the same size")) (|identityMatrix| (($ (|NonNegativeInteger|)) "\\spad{identityMatrix(n)} create an identity matrix we note that this must be square")) (|zeroMatrix| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zeroMatrix(i,{}j,{}k)} create a matrix with all zero terms")))
NIL
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (QUOTE (-1046))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-672)
((|constructor| (NIL "This domain represents the syntax of a macro definition.")) (|body| (((|SpadAst|) $) "\\spad{body(m)} returns the right hand side of the definition \\spad{`m'}.")) (|head| (((|HeadAst|) $) "\\spad{head(m)} returns the head of the macro definition \\spad{`m'}. This is a list of identifiers starting with the name of the macro followed by the name of the parameters,{} if any.")))
NIL
@@ -2659,10 +2659,10 @@ NIL
(-682 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{\\spad{ri} := nrows \\spad{mi}},{} \\spad{\\spad{ci} := ncols \\spad{mi}},{} then \\spad{m} is an (\\spad{r1+}..\\spad{+rk}) by (\\spad{c1+}..\\spad{+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}\\spad{'s} on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|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.")) (|finiteAggregate| ((|attribute|) "matrices are finite")) (|shallowlyMutable| ((|attribute|) "One may destructively alter matrices")))
NIL
-((|HasAttribute| |#2| (QUOTE (-4414 "*"))) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-556))))
+((|HasAttribute| |#2| (QUOTE (-4408 "*"))) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-556))))
(-683 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{\\spad{ri} := nrows \\spad{mi}},{} \\spad{\\spad{ci} := ncols \\spad{mi}},{} then \\spad{m} is an (\\spad{r1+}..\\spad{+rk}) by (\\spad{c1+}..\\spad{+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}\\spad{'s} on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|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.")) (|finiteAggregate| ((|attribute|) "matrices are finite")) (|shallowlyMutable| ((|attribute|) "One may destructively alter matrices")))
-((-4412 . T) (-4413 . T))
+((-4406 . T) (-4407 . T))
NIL
(-684 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 \\spad{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} \\spad{~=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} \\spad{~=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.")))
@@ -2670,8 +2670,8 @@ NIL
((|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-556))))
(-685 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.")))
-((-4412 . T) (-4413 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-556))) (|HasAttribute| |#1| (QUOTE (-4414 "*"))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4406 . T) (-4407 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-556))) (|HasAttribute| |#1| (QUOTE (-4408 "*"))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-686 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{**} \\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
@@ -2680,7 +2680,7 @@ NIL
((|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 \\spad{`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 \\spad{`x'} into \\%.")))
NIL
NIL
-(-688 S -2210 FLAF FLAS)
+(-688 S -3629 FLAF FLAS)
((|constructor| (NIL "\\indented{1}{\\spadtype{MultiVariableCalculusFunctions} Package provides several} \\indented{1}{functions for multivariable calculus.} These include gradient,{} hessian and jacobian,{} divergence and laplacian. Various forms for banded and sparse storage of matrices are included.")) (|bandedJacobian| (((|Matrix| |#2|) |#3| |#4| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{bandedJacobian(vf,{}xlist,{}kl,{}ku)} computes the jacobian,{} the matrix of first partial derivatives,{} of the vector field \\spad{vf},{} \\spad{vf} a vector function of the variables listed in \\spad{xlist},{} \\spad{kl} is the number of nonzero subdiagonals,{} \\spad{ku} is the number of nonzero superdiagonals,{} kl+ku+1 being actual bandwidth. Stores the nonzero band in a matrix,{} dimensions kl+ku+1 by \\#xlist. The upper triangle is in the top \\spad{ku} rows,{} the diagonal is in row ku+1,{} the lower triangle in the last \\spad{kl} rows. Entries in a column in the band store correspond to entries in same column of full store. (The notation conforms to LAPACK/NAG-\\spad{F07} conventions.)")) (|jacobian| (((|Matrix| |#2|) |#3| |#4|) "\\spad{jacobian(vf,{}xlist)} computes the jacobian,{} the matrix of first partial derivatives,{} of the vector field \\spad{vf},{} \\spad{vf} a vector function of the variables listed in \\spad{xlist}.")) (|bandedHessian| (((|Matrix| |#2|) |#2| |#4| (|NonNegativeInteger|)) "\\spad{bandedHessian(v,{}xlist,{}k)} computes the hessian,{} the matrix of second partial derivatives,{} of the scalar field \\spad{v},{} \\spad{v} a function of the variables listed in \\spad{xlist},{} \\spad{k} is the semi-bandwidth,{} the number of nonzero subdiagonals,{} 2*k+1 being actual bandwidth. Stores the nonzero band in lower triangle in a matrix,{} dimensions \\spad{k+1} by \\#xlist,{} whose rows are the vectors formed by diagonal,{} subdiagonal,{} etc. of the real,{} full-matrix,{} hessian. (The notation conforms to LAPACK/NAG-\\spad{F07} conventions.)")) (|hessian| (((|Matrix| |#2|) |#2| |#4|) "\\spad{hessian(v,{}xlist)} computes the hessian,{} the matrix of second partial derivatives,{} of the scalar field \\spad{v},{} \\spad{v} a function of the variables listed in \\spad{xlist}.")) (|laplacian| ((|#2| |#2| |#4|) "\\spad{laplacian(v,{}xlist)} computes the laplacian of the scalar field \\spad{v},{} \\spad{v} a function of the variables listed in \\spad{xlist}.")) (|divergence| ((|#2| |#3| |#4|) "\\spad{divergence(vf,{}xlist)} computes the divergence of the vector field \\spad{vf},{} \\spad{vf} a vector function of the variables listed in \\spad{xlist}.")) (|gradient| (((|Vector| |#2|) |#2| |#4|) "\\spad{gradient(v,{}xlist)} computes the gradient,{} the vector of first partial derivatives,{} of the scalar field \\spad{v},{} \\spad{v} a function of the variables listed in \\spad{xlist}.")))
NIL
NIL
@@ -2690,11 +2690,11 @@ NIL
NIL
(-690)
((|constructor| (NIL "A domain which models the complex number representation used by machines in the AXIOM-NAG link.")) (|coerce| (((|Complex| (|Float|)) $) "\\spad{coerce(u)} transforms \\spad{u} into a COmplex Float") (($ (|Complex| (|MachineInteger|))) "\\spad{coerce(u)} transforms \\spad{u} into a MachineComplex") (($ (|Complex| (|MachineFloat|))) "\\spad{coerce(u)} transforms \\spad{u} into a MachineComplex") (($ (|Complex| (|Integer|))) "\\spad{coerce(u)} transforms \\spad{u} into a MachineComplex") (($ (|Complex| (|Float|))) "\\spad{coerce(u)} transforms \\spad{u} into a MachineComplex")))
-((-4405 . T) (-4410 |has| (-695) (-363)) (-4404 |has| (-695) (-363)) (-4134 . T) (-4411 |has| (-695) (-6 -4411)) (-4408 |has| (-695) (-6 -4408)) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-695) (QUOTE (-147))) (|HasCategory| (-695) (QUOTE (-145))) (|HasCategory| (-695) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-695) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| (-695) (QUOTE (-368))) (|HasCategory| (-695) (QUOTE (-363))) (-2713 (|HasCategory| (-695) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-695) (QUOTE (-363)))) (|HasCategory| (-695) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-695) (QUOTE (-233))) (-2713 (|HasCategory| (-695) (QUOTE (-363))) (|HasCategory| (-695) (QUOTE (-349)))) (|HasCategory| (-695) (QUOTE (-349))) (|HasCategory| (-695) (LIST (QUOTE -286) (QUOTE (-695)) (QUOTE (-695)))) (|HasCategory| (-695) (LIST (QUOTE -309) (QUOTE (-695)))) (|HasCategory| (-695) (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE (-695)))) (|HasCategory| (-695) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-695) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-695) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-695) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (-2713 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-363))) (|HasCategory| (-695) (QUOTE (-349)))) (|HasCategory| (-695) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-695) (QUOTE (-1019))) (|HasCategory| (-695) (QUOTE (-1194))) (-12 (|HasCategory| (-695) (QUOTE (-999))) (|HasCategory| (-695) (QUOTE (-1194)))) (-2713 (-12 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (|HasCategory| (-695) (QUOTE (-363))) (-12 (|HasCategory| (-695) (QUOTE (-349))) (|HasCategory| (-695) (QUOTE (-906))))) (-2713 (-12 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (-12 (|HasCategory| (-695) (QUOTE (-363))) (|HasCategory| (-695) (QUOTE (-906)))) (-12 (|HasCategory| (-695) (QUOTE (-349))) (|HasCategory| (-695) (QUOTE (-906))))) (|HasCategory| (-695) (QUOTE (-545))) (-12 (|HasCategory| (-695) (QUOTE (-1055))) (|HasCategory| (-695) (QUOTE (-1194)))) (|HasCategory| (-695) (QUOTE (-1055))) (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906))) (-2713 (-12 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (|HasCategory| (-695) (QUOTE (-363)))) (-2713 (-12 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (|HasCategory| (-695) (QUOTE (-556)))) (-12 (|HasCategory| (-695) (QUOTE (-233))) (|HasCategory| (-695) (QUOTE (-363)))) (-12 (|HasCategory| (-695) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-695) (QUOTE (-363)))) (|HasCategory| (-695) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-695) (QUOTE (-847))) (|HasCategory| (-695) (QUOTE (-556))) (|HasAttribute| (-695) (QUOTE -4411)) (|HasAttribute| (-695) (QUOTE -4408)) (-12 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (|HasCategory| (-695) (QUOTE (-145)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (|HasCategory| (-695) (QUOTE (-349)))))
+((-4399 . T) (-4404 |has| (-695) (-363)) (-4398 |has| (-695) (-363)) (-2522 . T) (-4405 |has| (-695) (-6 -4405)) (-4402 |has| (-695) (-6 -4402)) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-695) (QUOTE (-147))) (|HasCategory| (-695) (QUOTE (-145))) (|HasCategory| (-695) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-695) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| (-695) (QUOTE (-368))) (|HasCategory| (-695) (QUOTE (-363))) (-4078 (|HasCategory| (-695) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-695) (QUOTE (-363)))) (|HasCategory| (-695) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-695) (QUOTE (-233))) (-4078 (|HasCategory| (-695) (QUOTE (-363))) (|HasCategory| (-695) (QUOTE (-349)))) (|HasCategory| (-695) (QUOTE (-349))) (|HasCategory| (-695) (LIST (QUOTE -286) (QUOTE (-695)) (QUOTE (-695)))) (|HasCategory| (-695) (LIST (QUOTE -309) (QUOTE (-695)))) (|HasCategory| (-695) (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE (-695)))) (|HasCategory| (-695) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-695) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-695) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-695) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (-4078 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-363))) (|HasCategory| (-695) (QUOTE (-349)))) (|HasCategory| (-695) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-695) (QUOTE (-1019))) (|HasCategory| (-695) (QUOTE (-1194))) (-12 (|HasCategory| (-695) (QUOTE (-999))) (|HasCategory| (-695) (QUOTE (-1194)))) (-4078 (-12 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (|HasCategory| (-695) (QUOTE (-363))) (-12 (|HasCategory| (-695) (QUOTE (-349))) (|HasCategory| (-695) (QUOTE (-906))))) (-4078 (-12 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (-12 (|HasCategory| (-695) (QUOTE (-363))) (|HasCategory| (-695) (QUOTE (-906)))) (-12 (|HasCategory| (-695) (QUOTE (-349))) (|HasCategory| (-695) (QUOTE (-906))))) (|HasCategory| (-695) (QUOTE (-545))) (-12 (|HasCategory| (-695) (QUOTE (-1055))) (|HasCategory| (-695) (QUOTE (-1194)))) (|HasCategory| (-695) (QUOTE (-1055))) (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906))) (-4078 (-12 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (|HasCategory| (-695) (QUOTE (-363)))) (-4078 (-12 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (|HasCategory| (-695) (QUOTE (-556)))) (-12 (|HasCategory| (-695) (QUOTE (-233))) (|HasCategory| (-695) (QUOTE (-363)))) (-12 (|HasCategory| (-695) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-695) (QUOTE (-363)))) (|HasCategory| (-695) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-695) (QUOTE (-847))) (|HasCategory| (-695) (QUOTE (-556))) (|HasAttribute| (-695) (QUOTE -4405)) (|HasAttribute| (-695) (QUOTE -4402)) (-12 (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (|HasCategory| (-695) (QUOTE (-145)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-695) (QUOTE (-307))) (|HasCategory| (-695) (QUOTE (-906)))) (|HasCategory| (-695) (QUOTE (-349)))))
(-691 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}.")))
-((-4413 . T))
+((-4407 . T))
NIL
(-692 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 \\spad{gcd} of the univariate polynomials \\spad{f1} and \\spad{f2} modulo the integer prime \\spad{p}.")))
@@ -2704,13 +2704,13 @@ NIL
((|constructor| (NIL "\\indented{1}{<description of package>} Author: Jim Wen Date Created: \\spad{??} 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|)) "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|)) "undefined") (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar2Var(f,{}g,{}h,{}j,{}s1,{}s2,{}l)} \\undocumented")))
NIL
NIL
-(-694 OV E -2210 PG)
+(-694 OV E -3629 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
(-695)
((|constructor| (NIL "A domain which models the floating point representation used by machines in the AXIOM-NAG link.")) (|changeBase| (($ (|Integer|) (|Integer|) (|PositiveInteger|)) "\\spad{changeBase(exp,{}man,{}base)} \\undocumented{}")) (|exponent| (((|Integer|) $) "\\spad{exponent(u)} returns the exponent of \\spad{u}")) (|mantissa| (((|Integer|) $) "\\spad{mantissa(u)} returns the mantissa of \\spad{u}")) (|coerce| (($ (|MachineInteger|)) "\\spad{coerce(u)} transforms a MachineInteger into a MachineFloat") (((|Float|) $) "\\spad{coerce(u)} transforms a MachineFloat to a standard Float")) (|minimumExponent| (((|Integer|)) "\\spad{minimumExponent()} returns the minimum exponent in the model") (((|Integer|) (|Integer|)) "\\spad{minimumExponent(e)} sets the minimum exponent in the model to \\spad{e}")) (|maximumExponent| (((|Integer|)) "\\spad{maximumExponent()} returns the maximum exponent in the model") (((|Integer|) (|Integer|)) "\\spad{maximumExponent(e)} sets the maximum exponent in the model to \\spad{e}")) (|base| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{base(b)} sets the base of the model to \\spad{b}")) (|precision| (((|PositiveInteger|)) "\\spad{precision()} returns the number of digits in the model") (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{precision(p)} sets the number of digits in the model to \\spad{p}")))
-((-4124 . T) (-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-2508 . T) (-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-696 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.")))
@@ -2718,7 +2718,7 @@ NIL
NIL
(-697)
((|constructor| (NIL "A domain which models the integer representation used by machines in the AXIOM-NAG link.")) (|coerce| (((|Expression| $) (|Expression| (|Integer|))) "\\spad{coerce(x)} returns \\spad{x} with coefficients in the domain")) (|maxint| (((|PositiveInteger|)) "\\spad{maxint()} returns the maximum integer in the model") (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{maxint(u)} sets the maximum integer in the model to \\spad{u}")))
-((-4411 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4405 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-698 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")))
@@ -2740,7 +2740,7 @@ NIL
((|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 part1 is \\spad{a} and part2 is \\spad{b}.")))
NIL
NIL
-(-703 S -3256 I)
+(-703 S -3435 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
@@ -2750,7 +2750,7 @@ NIL
NIL
(-705 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)}.}")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-706 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}.")))
@@ -2760,25 +2760,25 @@ NIL
((|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
-(-708 R |Mod| -3895 -2057 |exactQuo|)
+(-708 R |Mod| -2879 -3956 |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")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-709 R |Rep|)
((|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")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4408 |has| |#1| (-363)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1145))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4410)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4402 |has| |#1| (-363)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1145))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4404)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-710 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
(-711 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 op2. \\spad{op1} must be a basic operator") (($ $) "\\spad{adjoint(op)} returns the adjoint of the operator \\spad{op}.")))
-((-4407 |has| |#1| (-172)) (-4406 |has| |#1| (-172)) (-4409 . T))
+((-4401 |has| |#1| (-172)) (-4400 |has| |#1| (-172)) (-4403 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))))
-(-712 R |Mod| -3895 -2057 |exactQuo|)
+(-712 R |Mod| -2879 -3956 |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")))
-((-4409 . T))
+((-4403 . T))
NIL
(-713 S R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
@@ -2786,11 +2786,11 @@ NIL
NIL
(-714 R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
NIL
-(-715 -2210)
+(-715 -3629)
((|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]]}.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-716 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.")))
@@ -2814,7 +2814,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-349))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-368))))
(-721 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.")))
-((-4405 |has| |#1| (-363)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-722 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.")))
@@ -2824,7 +2824,7 @@ NIL
((|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
-(-724 -2210 UP)
+(-724 -3629 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
@@ -2842,8 +2842,8 @@ NIL
NIL
(-728 |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.")))
-(((-4414 "*") |has| |#2| (-172)) (-4405 |has| |#2| (-556)) (-4410 |has| |#2| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#2| (QUOTE (-906))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-556)))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))) (|HasAttribute| |#2| (QUOTE -4410)) (|HasCategory| |#2| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
+(((-4408 "*") |has| |#2| (-172)) (-4399 |has| |#2| (-556)) (-4404 |has| |#2| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#2| (QUOTE (-906))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-556)))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-861 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))) (|HasAttribute| |#2| (QUOTE -4404)) (|HasCategory| |#2| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
(-729 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
@@ -2858,15 +2858,15 @@ NIL
NIL
(-732 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}.")))
-((-4407 |has| |#1| (-172)) (-4406 |has| |#1| (-172)) (-4409 . T))
+((-4401 |has| |#1| (-172)) (-4400 |has| |#1| (-172)) (-4403 . T))
((-12 (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#2| (QUOTE (-368)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-847))))
(-733 S)
((|constructor| (NIL "A multi-set aggregate is a set which keeps track of the multiplicity of its elements.")))
-((-4402 . T) (-4413 . T))
+((-4396 . T) (-4407 . T))
NIL
(-734 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.")) (|members| (((|List| |#1|) $) "\\spad{members(ms)} returns a list of the elements of \\spad{ms} {\\em without} their multiplicity. See also \\spadfun{parts}.")) (|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}.")))
-((-4412 . T) (-4402 . T) (-4413 . T))
+((-4406 . T) (-4396 . T) (-4407 . T))
((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-735)
((|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.")))
@@ -2878,7 +2878,7 @@ NIL
NIL
(-737 |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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4407 . T) (-4406 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4401 . T) (-4400 . T) (-4403 . T))
NIL
(-738 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")))
@@ -2894,7 +2894,7 @@ NIL
NIL
(-741 R)
((|constructor| (NIL "NonAssociativeAlgebra is the category of non associative algebras (modules which are themselves non associative rngs). Axioms \\indented{3}{\\spad{r*}(a*b) = (r*a)\\spad{*b} = a*(\\spad{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}.")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
NIL
(-742)
((|constructor| (NIL "This package uses the NAG Library to compute the zeros of a polynomial with real or complex coefficients. See \\downlink{Manual Page}{manpageXXc02}.")) (|c02agf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Boolean|) (|Integer|)) "\\spad{c02agf(a,{}n,{}scale,{}ifail)} finds all the roots of a real polynomial equation,{} using a variant of Laguerre\\spad{'s} Method. See \\downlink{Manual Page}{manpageXXc02agf}.")) (|c02aff| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Boolean|) (|Integer|)) "\\spad{c02aff(a,{}n,{}scale,{}ifail)} finds all the roots of a complex polynomial equation,{} using a variant of Laguerre\\spad{'s} Method. See \\downlink{Manual Page}{manpageXXc02aff}.")))
@@ -2976,11 +2976,11 @@ NIL
((|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
-(-762 -2210)
+(-762 -3629)
((|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
-(-763 P -2210)
+(-763 P -3629)
((|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\\spad{''}.")))
NIL
NIL
@@ -2988,7 +2988,7 @@ NIL
NIL
NIL
NIL
-(-765 UP -2210)
+(-765 UP -3629)
((|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{\\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{\\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{\\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{\\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{\\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{\\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
@@ -3002,9 +3002,9 @@ NIL
NIL
(-768)
((|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.")))
-(((-4414 "*") . T))
+(((-4408 "*") . T))
NIL
-(-769 R -2210)
+(-769 R -3629)
((|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
@@ -3024,7 +3024,7 @@ NIL
((|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 \\spad{gcd} over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of 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},{}\\spad{ts})} is an internal subroutine,{} exported only for developement.")) (|outputArgs| (((|Void|) (|String|) (|String|) |#4| |#5|) "\\axiom{outputArgs(\\spad{s1},{}\\spad{s2},{}\\spad{p},{}\\spad{ts})} is an internal subroutine,{} exported only for developement.")) (|normalize| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{normalize(\\spad{p},{}\\spad{ts})} normalizes \\axiom{\\spad{p}} \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")) (|normalizedAssociate| ((|#4| |#4| |#5|) "\\axiom{normalizedAssociate(\\spad{p},{}\\spad{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},{}\\spad{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
-(-774 -2210 |ExtF| |SUEx| |ExtP| |n|)
+(-774 -3629 |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
@@ -3038,23 +3038,23 @@ NIL
NIL
(-777 R |VarSet|)
((|constructor| (NIL "A post-facto extension for \\axiomType{\\spad{SMP}} in order to speed up operations related to pseudo-division and \\spad{gcd}. This domain is based on the \\axiomType{NSUP} constructor which is itself a post-facto extension of the \\axiomType{SUP} constructor.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-906))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170))))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))) (-2819 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))) (-2819 (|HasCategory| |#1| (QUOTE (-545)))) (-2819 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))) (-2819 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-564))))) (-2819 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))) (-2819 (|HasCategory| |#1| (LIST (QUOTE -989) (QUOTE (-564))))))) (|HasAttribute| |#1| (QUOTE -4410)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-906))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170))))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))) (-4338 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))) (-4338 (|HasCategory| |#1| (QUOTE (-545)))) (-4338 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))) (-4338 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-564))))) (-4338 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-1170)))) (-4338 (|HasCategory| |#1| (LIST (QUOTE -989) (QUOTE (-564))))))) (|HasAttribute| |#1| (QUOTE -4404)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-778 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
(-779 R)
((|constructor| (NIL "A post-facto extension for \\axiomType{SUP} in order to speed up operations related to pseudo-division and \\spad{gcd} for both \\axiomType{SUP} and,{} consequently,{} \\axiomType{NSMP}.")) (|halfExtendedResultant2| (((|Record| (|:| |resultant| |#1|) (|:| |coef2| $)) $ $) "\\axiom{halfExtendedResultant2(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca]} such that \\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{} \\spad{cb}]}")) (|halfExtendedResultant1| (((|Record| (|:| |resultant| |#1|) (|:| |coef1| $)) $ $) "\\axiom{halfExtendedResultant1(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca]} such that \\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{} \\spad{cb}]}")) (|extendedResultant| (((|Record| (|:| |resultant| |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{}\\spad{cb}]} such that \\axiom{\\spad{r}} is the resultant of \\axiom{a} and \\axiom{\\spad{b}} and \\axiom{\\spad{r} = ca * a + \\spad{cb} * \\spad{b}}")) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) "\\axiom{halfExtendedSubResultantGcd2(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}\\spad{cb}]} such that \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} \\spad{cb}]}")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{halfExtendedSubResultantGcd1(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} such that \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} \\spad{cb}]}")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} \\spad{cb}]} such that \\axiom{\\spad{g}} is a \\spad{gcd} of \\axiom{a} and \\axiom{\\spad{b}} in \\axiom{\\spad{R^}(\\spad{-1}) \\spad{P}} and \\axiom{\\spad{g} = ca * a + \\spad{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 \\spad{gcd} in \\axiom{\\spad{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{\\spad{c^n} * a = \\spad{q*b} \\spad{+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{\\spad{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 \\spad{-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)}")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4408 |has| |#1| (-363)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1145))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4410)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4402 |has| |#1| (-363)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1145))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4404)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-780 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| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))))
(-781 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 \\spad{gcd} over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of 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.}")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
(-782 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}.")))
@@ -3106,25 +3106,25 @@ NIL
((|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-1055))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-368))))
(-794 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,{}\\spad{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}.")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
NIL
-(-795 -2713 R OS S)
+(-795 -4078 R OS S)
((|constructor| (NIL "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
(-796 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}.")))
-((-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|))) (-2713 (|HasCategory| (-996 |#1|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (-2713 (|HasCategory| (-996 |#1|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-1055))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| (-996 |#1|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-996 |#1|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))))
+((-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|))) (-4078 (|HasCategory| (-996 |#1|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (-4078 (|HasCategory| (-996 |#1|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-1055))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| (-996 |#1|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-996 |#1|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))))
(-797)
((|ODESolve| (((|Result|) (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{ODESolve(args)} performs the integration of the function given the strategy or method returned by \\axiomFun{measure}.")) (|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |explanations| (|String|))) (|RoutinesTable|) (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{measure(R,{}args)} calculates an estimate of the ability of a particular method to solve a problem. \\blankline This method may be either a specific NAG routine or a strategy (such as transforming the function from one which is difficult to one which is easier to solve). \\blankline It will call whichever agents are needed to perform analysis on the problem in order to calculate the measure. There is a parameter,{} labelled \\axiom{sofar},{} which would contain the best compatibility found so far.")))
NIL
NIL
-(-798 R -2210 L)
+(-798 R -3629 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{\\spad{yi}}\\spad{'s} form a basis for the solutions of \\spad{op y = 0}.")))
NIL
NIL
-(-799 R -2210)
+(-799 R -3629)
((|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| "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| "failed") (|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| "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| "failed") (|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
@@ -3132,7 +3132,7 @@ NIL
((|constructor| (NIL "\\axiom{ODEIntensityFunctionsTable()} provides a dynamic table and a set of functions to store details found out about sets of ODE\\spad{'s}.")) (|showIntensityFunctions| (((|Union| (|Record| (|:| |stiffness| (|Float|)) (|:| |stability| (|Float|)) (|:| |expense| (|Float|)) (|:| |accuracy| (|Float|)) (|:| |intermediateResults| (|Float|))) "failed") (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{showIntensityFunctions(k)} returns the entries in the table of intensity functions \\spad{k}.")) (|insert!| (($ (|Record| (|:| |key| (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |stiffness| (|Float|)) (|:| |stability| (|Float|)) (|:| |expense| (|Float|)) (|:| |accuracy| (|Float|)) (|:| |intermediateResults| (|Float|)))))) "\\spad{insert!(r)} inserts an entry \\spad{r} into theIFTable")) (|iFTable| (($ (|List| (|Record| (|:| |key| (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |stiffness| (|Float|)) (|:| |stability| (|Float|)) (|:| |expense| (|Float|)) (|:| |accuracy| (|Float|)) (|:| |intermediateResults| (|Float|))))))) "\\spad{iFTable(l)} creates an intensity-functions table from the elements of \\spad{l}.")) (|keys| (((|List| (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) $) "\\spad{keys(tab)} returns the list of keys of \\spad{f}")) (|clearTheIFTable| (((|Void|)) "\\spad{clearTheIFTable()} clears the current table of intensity functions.")) (|showTheIFTable| (($) "\\spad{showTheIFTable()} returns the current table of intensity functions.")))
NIL
NIL
-(-801 R -2210)
+(-801 R -3629)
((|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
@@ -3140,11 +3140,11 @@ NIL
((|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalODEProblem|) (|RoutinesTable|)) "\\spad{measure(prob,{}R)} is a top level ANNA function for identifying the most appropriate numerical routine from those in the routines table provided for solving the numerical ODE problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} listed in \\axiom{\\spad{R}} of \\axiom{category} \\axiomType{OrdinaryDifferentialEquationsSolverCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information. It predicts the likely most effective NAG numerical Library routine to solve the input set of ODEs by checking various attributes of the system of ODEs and calculating a measure of compatibility of each routine to these attributes.") (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalODEProblem|)) "\\spad{measure(prob)} is a top level ANNA function for identifying the most appropriate numerical routine from those in the routines table provided for solving the numerical ODE problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} of \\axiom{category} \\axiomType{OrdinaryDifferentialEquationsSolverCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information. It predicts the likely most effective NAG numerical Library routine to solve the input set of ODEs by checking various attributes of the system of ODEs and calculating a measure of compatibility of each routine to these attributes.")) (|solve| (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Expression| (|Float|)) (|List| (|Float|)) (|Float|) (|Float|)) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial,{}G,{}intVals,{}epsabs,{}epsrel)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to an absolute error requirement \\axiom{\\spad{epsabs}} and relative error \\axiom{\\spad{epsrel}}. The values of \\spad{Y}[1]..\\spad{Y}[\\spad{n}] will be output for the values of \\spad{X} in \\axiom{\\spad{intVals}}. The calculation will stop if the function \\spad{G}(\\spad{X},{}\\spad{Y}[1],{}..,{}\\spad{Y}[\\spad{n}]) evaluates to zero before \\spad{X} = \\spad{xEnd}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Expression| (|Float|)) (|List| (|Float|)) (|Float|)) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial,{}G,{}intVals,{}tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. The values of \\spad{Y}[1]..\\spad{Y}[\\spad{n}] will be output for the values of \\spad{X} in \\axiom{\\spad{intVals}}. The calculation will stop if the function \\spad{G}(\\spad{X},{}\\spad{Y}[1],{}..,{}\\spad{Y}[\\spad{n}]) evaluates to zero before \\spad{X} = \\spad{xEnd}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|List| (|Float|)) (|Float|)) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial,{}intVals,{}tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. The values of \\spad{Y}[1]..\\spad{Y}[\\spad{n}] will be output for the values of \\spad{X} in \\axiom{\\spad{intVals}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Expression| (|Float|)) (|Float|)) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial,{}G,{}tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. The calculation will stop if the function \\spad{G}(\\spad{X},{}\\spad{Y}[1],{}..,{}\\spad{Y}[\\spad{n}]) evaluates to zero before \\spad{X} = \\spad{xEnd}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Float|)) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial,{}tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|))) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial)} is a top level ANNA function to solve numerically a system of ordinary differential equations \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}],{} together with a starting value for \\spad{X} and \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (called the initial conditions) and a final value of \\spad{X}. A default value is used for the accuracy requirement. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|NumericalODEProblem|) (|RoutinesTable|)) "\\spad{solve(odeProblem,{}R)} is a top level ANNA function to solve numerically a system of ordinary differential equations \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}],{} together with starting values for \\spad{X} and \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (called the initial conditions),{} a final value of \\spad{X},{} an accuracy requirement and any intermediate points at which the result is required. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|NumericalODEProblem|)) "\\spad{solve(odeProblem)} is a top level ANNA function to solve numerically a system of ordinary differential equations \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}],{} together with starting values for \\spad{X} and \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (called the initial conditions),{} a final value of \\spad{X},{} an accuracy requirement and any intermediate points at which the result is required. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.")))
NIL
NIL
-(-803 -2210 UP UPUP R)
+(-803 -3629 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
-(-804 -2210 UP L LQ)
+(-804 -3629 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}\\spad{'s} are the affine singularities of \\spad{op} above the roots of \\spad{p},{} and the \\spad{e_i}\\spad{'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}\\spad{'s} are the affine singularities of \\spad{op},{} and the \\spad{e_i}\\spad{'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}\\spad{'s} are the affine singularities of \\spad{op} above the roots of \\spad{p},{} and the \\spad{e_i}\\spad{'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}\\spad{'s} are the affine singularities of \\spad{op},{} and the \\spad{e_i}\\spad{'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
@@ -3152,41 +3152,41 @@ NIL
((|retract| (((|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))) $) "\\spad{retract(x)} \\undocumented{}")) (|coerce| (($ (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-806 -2210 UP L LQ)
+(-806 -3629 UP L LQ)
((|constructor| (NIL "In-field solution of Riccati equations,{} primitive case.")) (|changeVar| ((|#3| |#3| (|Fraction| |#2|)) "\\spad{changeVar(+/[\\spad{ai} D^i],{} a)} returns the operator \\spad{+/[\\spad{ai} (D+a)\\spad{^i}]}.") ((|#3| |#3| |#2|) "\\spad{changeVar(+/[\\spad{ai} D^i],{} a)} returns the operator \\spad{+/[\\spad{ai} (D+a)\\spad{^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}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{\\spad{Li} z=0}. \\spad{zeros(C(x),{}H(x,{}y))} returns all the \\spad{P_i(x)}\\spad{'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}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{\\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}\\spad{'s} in which case the equation for \\spad{z = y e^{-int \\spad{ai}}} is \\spad{\\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 \\spad{mj} for some \\spad{j},{} and its leading coefficient is then a zero of \\spad{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 {\\spad{gcd}(\\spad{d},{}\\spad{q}) = 1}.")))
NIL
NIL
-(-807 -2210 UP)
+(-807 -3629 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|) "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}\\spad{'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|) "failed")) (|:| |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}\\spad{'s} form a basis for the rational solutions of the homogeneous equation.")))
NIL
NIL
-(-808 -2210 L UP A LO)
+(-808 -3629 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
-(-809 -2210 UP)
+(-809 -3629 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}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int p}} is \\spad{\\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 \\spad{++} part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{fi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int \\spad{ai}}} is \\spad{\\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))))
-(-810 -2210 LO)
+(-810 -3629 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
-(-811 -2210 LODO)
+(-811 -3629 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(\\spad{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(\\spad{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
-(-812 -3926 S |f|)
+(-812 -1727 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}.")))
-((-4406 |has| |#2| (-1046)) (-4407 |has| |#2| (-1046)) (-4409 |has| |#2| (-6 -4409)) ((-4414 "*") |has| |#2| (-172)) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (QUOTE (-363))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363)))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-790))) (-2713 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-172))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-1094)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-368)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-723)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-790)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-845)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094))))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-2713 (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (|HasAttribute| |#2| (QUOTE -4409)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))))
+((-4400 |has| |#2| (-1046)) (-4401 |has| |#2| (-1046)) (-4403 |has| |#2| (-6 -4403)) ((-4408 "*") |has| |#2| (-172)) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (QUOTE (-363))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363)))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-790))) (-4078 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-172))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-1094)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1046)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-368)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-723)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-790)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-845)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094))))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-368))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-790))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-845))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1046)))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170))))) (-4078 (|HasCategory| |#2| (QUOTE (-1046))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-1094)))) (|HasAttribute| |#2| (QUOTE -4403)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))))
(-813 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")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-906))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-815 (-1170)) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-815 (-1170)) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-815 (-1170)) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-815 (-1170)) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-815 (-1170)) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4410)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-906))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-815 (-1170)) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-815 (-1170)) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-815 (-1170)) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-815 (-1170)) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-815 (-1170)) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4404)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-814 |Kernels| R |var|)
((|constructor| (NIL "This constructor produces an ordinary differential ring from a partial differential ring by specifying a variable.")))
-(((-4414 "*") |has| |#2| (-363)) (-4405 |has| |#2| (-363)) (-4410 |has| |#2| (-363)) (-4404 |has| |#2| (-363)) (-4409 . T) (-4407 . T) (-4406 . T))
+(((-4408 "*") |has| |#2| (-363)) (-4399 |has| |#2| (-363)) (-4404 |has| |#2| (-363)) (-4398 |has| |#2| (-363)) (-4403 . T) (-4401 . T) (-4400 . T))
((|HasCategory| |#2| (QUOTE (-363))))
(-815 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})).")))
@@ -3198,7 +3198,7 @@ NIL
NIL
(-817)
((|constructor| (NIL "The category of ordered commutative integral domains,{} where ordering and the arithmetic operations are compatible \\blankline")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-818)
((|constructor| (NIL "\\spadtype{OpenMathConnection} provides low-level functions for handling connections to and from \\spadtype{OpenMathDevice}\\spad{s}.")) (|OMbindTCP| (((|Boolean|) $ (|SingleInteger|)) "\\spad{OMbindTCP}")) (|OMconnectTCP| (((|Boolean|) $ (|String|) (|SingleInteger|)) "\\spad{OMconnectTCP}")) (|OMconnOutDevice| (((|OpenMathDevice|) $) "\\spad{OMconnOutDevice:}")) (|OMconnInDevice| (((|OpenMathDevice|) $) "\\spad{OMconnInDevice:}")) (|OMcloseConn| (((|Void|) $) "\\spad{OMcloseConn}")) (|OMmakeConn| (($ (|SingleInteger|)) "\\spad{OMmakeConn}")))
@@ -3226,7 +3226,7 @@ NIL
NIL
(-824 P R)
((|constructor| (NIL "This constructor creates the \\spadtype{MonogenicLinearOperator} domain which is ``opposite\\spad{''} 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}.")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-233))))
(-825)
((|constructor| (NIL "\\spadtype{OpenMath} provides operations for exporting an object in OpenMath format.")) (|OMwrite| (((|Void|) (|OpenMathDevice|) $ (|Boolean|)) "\\spad{OMwrite(dev,{} u,{} true)} writes the OpenMath form of \\axiom{\\spad{u}} to the OpenMath device \\axiom{\\spad{dev}} as a complete OpenMath object; OMwrite(\\spad{dev},{} \\spad{u},{} \\spad{false}) writes the object as an OpenMath fragment.") (((|Void|) (|OpenMathDevice|) $) "\\spad{OMwrite(dev,{} u)} writes the OpenMath form of \\axiom{\\spad{u}} to the OpenMath device \\axiom{\\spad{dev}} as a complete OpenMath object.") (((|String|) $ (|Boolean|)) "\\spad{OMwrite(u,{} true)} returns the OpenMath \\spad{XML} encoding of \\axiom{\\spad{u}} as a complete OpenMath object; OMwrite(\\spad{u},{} \\spad{false}) returns the OpenMath \\spad{XML} encoding of \\axiom{\\spad{u}} as an OpenMath fragment.") (((|String|) $) "\\spad{OMwrite(u)} returns the OpenMath \\spad{XML} encoding of \\axiom{\\spad{u}} as a complete OpenMath object.")))
@@ -3238,7 +3238,7 @@ NIL
NIL
(-827 S)
((|constructor| (NIL "to become an in order iterator")) (|min| ((|#1| $) "\\spad{min(u)} returns the smallest entry in the multiset aggregate \\spad{u}.")))
-((-4412 . T) (-4402 . T) (-4413 . T))
+((-4406 . T) (-4396 . T) (-4407 . T))
NIL
(-828)
((|constructor| (NIL "\\spadtype{OpenMathServerPackage} provides the necessary operations to run AXIOM as an OpenMath server,{} reading/writing objects to/from a port. Please note the facilities available here are very basic. The idea is that a user calls \\spadignore{e.g.} \\axiom{Omserve(4000,{}60)} and then another process sends OpenMath objects to port 4000 and reads the result.")) (|OMserve| (((|Void|) (|SingleInteger|) (|SingleInteger|)) "\\spad{OMserve(portnum,{}timeout)} puts AXIOM into server mode on port number \\axiom{\\spad{portnum}}. The parameter \\axiom{\\spad{timeout}} specifies the \\spad{timeout} period for the connection.")) (|OMsend| (((|Void|) (|OpenMathConnection|) (|Any|)) "\\spad{OMsend(c,{}u)} attempts to output \\axiom{\\spad{u}} on \\aciom{\\spad{c}} in OpenMath.")) (|OMreceive| (((|Any|) (|OpenMathConnection|)) "\\spad{OMreceive(c)} reads an OpenMath object from connection \\axiom{\\spad{c}} and returns the appropriate AXIOM object.")))
@@ -3250,8 +3250,8 @@ NIL
NIL
(-830 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.")))
-((-4409 |has| |#1| (-845)))
-((|HasCategory| |#1| (QUOTE (-845))) (-2713 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-845)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-2713 (|HasCategory| |#1| (QUOTE (-845))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-21))))
+((-4403 |has| |#1| (-845)))
+((|HasCategory| |#1| (QUOTE (-845))) (-4078 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-845)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-4078 (|HasCategory| |#1| (QUOTE (-845))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-21))))
(-831 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.")) (|arity| (((|Arity|) $) "\\spad{arity(op)} returns the arity of the operator `op'.")) (|name| ((|#2| $) "\\spad{name(op)} returns the externam name of `op'.")))
NIL
@@ -3262,7 +3262,7 @@ NIL
NIL
(-833 R)
((|constructor| (NIL "Algebra of ADDITIVE operators over a ring.")))
-((-4407 |has| |#1| (-172)) (-4406 |has| |#1| (-172)) (-4409 . T))
+((-4401 |has| |#1| (-172)) (-4400 |has| |#1| (-172)) (-4403 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))))
(-834)
((|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),{} \\spad{\"k\"} (constructors),{} \\spad{\"d\"} (domains),{} \\spad{\"c\"} (categories) or \\spad{\"p\"} (packages).")))
@@ -3290,13 +3290,13 @@ NIL
NIL
(-840 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.")))
-((-4409 |has| |#1| (-845)))
-((|HasCategory| |#1| (QUOTE (-845))) (-2713 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-845)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-2713 (|HasCategory| |#1| (QUOTE (-845))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-21))))
+((-4403 |has| |#1| (-845)))
+((|HasCategory| |#1| (QUOTE (-845))) (-4078 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-845)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-4078 (|HasCategory| |#1| (QUOTE (-845))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-21))))
(-841)
((|constructor| (NIL "Ordered finite sets.")) (|max| (($) "\\spad{max} is the maximum value of \\%.")) (|min| (($) "\\spad{min} is the minimum value of \\%.")))
NIL
NIL
-(-842 -3926 S)
+(-842 -1727 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
@@ -3310,7 +3310,7 @@ NIL
NIL
(-845)
((|constructor| (NIL "Ordered sets which are also rings,{} that is,{} domains where the ring operations are compatible with the ordering. \\blankline")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x}.")) (|sign| (((|Integer|) $) "\\spad{sign(x)} is 1 if \\spad{x} is positive,{} \\spad{-1} if \\spad{x} is negative,{} 0 if \\spad{x} equals 0.")) (|negative?| (((|Boolean|) $) "\\spad{negative?(x)} tests whether \\spad{x} is strictly less than 0.")) (|positive?| (((|Boolean|) $) "\\spad{positive?(x)} tests whether \\spad{x} is strictly greater than 0.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-846 S)
((|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}.")) (|min| (($ $ $) "\\spad{min(x,{}y)} returns the minimum of \\spad{x} and \\spad{y} relative to \\spad{\"<\"}.")) (|max| (($ $ $) "\\spad{max(x,{}y)} returns the maximum of \\spad{x} and \\spad{y} relative to \\spad{\"<\"}.")) (<= (((|Boolean|) $ $) "\\spad{x <= y} is a less than or equal test.")) (>= (((|Boolean|) $ $) "\\spad{x >= y} is a greater than or equal test.")) (> (((|Boolean|) $ $) "\\spad{x > y} is a greater than test.")) (< (((|Boolean|) $ $) "\\spad{x < y} is a strict total ordering on the elements of the set.")))
@@ -3326,19 +3326,19 @@ NIL
((|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))))
(-849 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\\spad{''}.")) (|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\\spad{''}.")) (|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 \\spad{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\\spad{''}.")) (|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\\spad{''}.")) (|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)}.}")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-850 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{''}. \\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{''}. \\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{''}. \\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{''}. \\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 (-363))) (|HasCategory| |#1| (QUOTE (-556))))
-(-851 R |sigma| -4287)
+(-851 R |sigma| -3597)
((|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.")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-363))))
-(-852 |x| R |sigma| -4287)
+(-852 |x| R |sigma| -3597)
((|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}.")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-363))))
(-853 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..)}.")))
@@ -3382,7 +3382,7 @@ NIL
NIL
(-863 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: \\spad{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)")))
-((-4407 |has| |#1| (-172)) (-4406 |has| |#1| (-172)) (-4409 . T))
+((-4401 |has| |#1| (-172)) (-4400 |has| |#1| (-172)) (-4403 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))))
(-864 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).")))
@@ -3394,24 +3394,24 @@ NIL
NIL
(-866 |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}.")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-867 |p|)
((|constructor| (NIL "Stream-based implementation of \\spad{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).")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-868 |p|)
((|constructor| (NIL "Stream-based implementation of \\spad{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).")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-867 |#1|) (QUOTE (-906))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-867 |#1|) (QUOTE (-145))) (|HasCategory| (-867 |#1|) (QUOTE (-147))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-867 |#1|) (QUOTE (-1019))) (|HasCategory| (-867 |#1|) (QUOTE (-817))) (-2713 (|HasCategory| (-867 |#1|) (QUOTE (-817))) (|HasCategory| (-867 |#1|) (QUOTE (-847)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-867 |#1|) (QUOTE (-1145))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| (-867 |#1|) (QUOTE (-233))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -867) (|devaluate| |#1|)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -309) (LIST (QUOTE -867) (|devaluate| |#1|)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -286) (LIST (QUOTE -867) (|devaluate| |#1|)) (LIST (QUOTE -867) (|devaluate| |#1|)))) (|HasCategory| (-867 |#1|) (QUOTE (-307))) (|HasCategory| (-867 |#1|) (QUOTE (-545))) (|HasCategory| (-867 |#1|) (QUOTE (-847))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-867 |#1|) (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-867 |#1|) (QUOTE (-906)))) (|HasCategory| (-867 |#1|) (QUOTE (-145)))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-867 |#1|) (QUOTE (-906))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-867 |#1|) (QUOTE (-145))) (|HasCategory| (-867 |#1|) (QUOTE (-147))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-867 |#1|) (QUOTE (-1019))) (|HasCategory| (-867 |#1|) (QUOTE (-817))) (-4078 (|HasCategory| (-867 |#1|) (QUOTE (-817))) (|HasCategory| (-867 |#1|) (QUOTE (-847)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-867 |#1|) (QUOTE (-1145))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| (-867 |#1|) (QUOTE (-233))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -867) (|devaluate| |#1|)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -309) (LIST (QUOTE -867) (|devaluate| |#1|)))) (|HasCategory| (-867 |#1|) (LIST (QUOTE -286) (LIST (QUOTE -867) (|devaluate| |#1|)) (LIST (QUOTE -867) (|devaluate| |#1|)))) (|HasCategory| (-867 |#1|) (QUOTE (-307))) (|HasCategory| (-867 |#1|) (QUOTE (-545))) (|HasCategory| (-867 |#1|) (QUOTE (-847))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-867 |#1|) (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-867 |#1|) (QUOTE (-906)))) (|HasCategory| (-867 |#1|) (QUOTE (-145)))))
(-869 |p| PADIC)
((|constructor| (NIL "This is the category of stream-based representations of \\spad{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)}.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#2| (QUOTE (-906))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-1019))) (|HasCategory| |#2| (QUOTE (-817))) (-2713 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-847)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-1145))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -286) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-847))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#2| (QUOTE (-906))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-1019))) (|HasCategory| |#2| (QUOTE (-817))) (-4078 (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-847)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-1145))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -286) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-847))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
(-870 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 \\spad{`p'}.")) (|first| ((|#1| $) "\\spad{first(p)} extracts the first component of \\spad{`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 \\spad{`s'} and \\spad{`t'}.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))))
(-871)
((|constructor| (NIL "This domain describes four groups of color shades (palettes).")) (|coerce| (($ (|Color|)) "\\spad{coerce(c)} sets the average shade for the palette to that of the indicated color \\spad{c}.")) (|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\\spad{'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\\spad{'s} lowest value.")))
NIL
@@ -3467,7 +3467,7 @@ NIL
(-884 |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 (-2819 (|HasCategory| |#2| (QUOTE (-1046)))) (-2819 (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (-2819 (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))))
+((-12 (-4338 (|HasCategory| |#2| (QUOTE (-1046)))) (-4338 (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))))) (-12 (|HasCategory| |#2| (QUOTE (-1046))) (-4338 (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))))
(-885 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}(a1)),{}...,{}(\\spad{vn},{}\\spad{f}(an))].")))
NIL
@@ -3476,7 +3476,7 @@ NIL
((|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\\spad{'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},{}e1),{}...,{}(\\spad{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
-(-887 R -3256)
+(-887 R -3435)
((|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 \\spad{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
@@ -3500,7 +3500,7 @@ NIL
((|PDESolve| (((|Result|) (|Record| (|:| |pde| (|List| (|Expression| (|DoubleFloat|)))) (|:| |constraints| (|List| (|Record| (|:| |start| (|DoubleFloat|)) (|:| |finish| (|DoubleFloat|)) (|:| |grid| (|NonNegativeInteger|)) (|:| |boundaryType| (|Integer|)) (|:| |dStart| (|Matrix| (|DoubleFloat|))) (|:| |dFinish| (|Matrix| (|DoubleFloat|)))))) (|:| |f| (|List| (|List| (|Expression| (|DoubleFloat|))))) (|:| |st| (|String|)) (|:| |tol| (|DoubleFloat|)))) "\\spad{PDESolve(args)} performs the integration of the function given the strategy or method returned by \\axiomFun{measure}.")) (|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |explanations| (|String|))) (|RoutinesTable|) (|Record| (|:| |pde| (|List| (|Expression| (|DoubleFloat|)))) (|:| |constraints| (|List| (|Record| (|:| |start| (|DoubleFloat|)) (|:| |finish| (|DoubleFloat|)) (|:| |grid| (|NonNegativeInteger|)) (|:| |boundaryType| (|Integer|)) (|:| |dStart| (|Matrix| (|DoubleFloat|))) (|:| |dFinish| (|Matrix| (|DoubleFloat|)))))) (|:| |f| (|List| (|List| (|Expression| (|DoubleFloat|))))) (|:| |st| (|String|)) (|:| |tol| (|DoubleFloat|)))) "\\spad{measure(R,{}args)} calculates an estimate of the ability of a particular method to solve a problem. \\blankline This method may be either a specific NAG routine or a strategy (such as transforming the function from one which is difficult to one which is easier to solve). \\blankline It will call whichever agents are needed to perform analysis on the problem in order to calculate the measure. There is a parameter,{} labelled \\axiom{sofar},{} which would contain the best compatibility found so far.")))
NIL
NIL
-(-893 UP -2210)
+(-893 UP -3629)
((|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
@@ -3518,19 +3518,19 @@ NIL
NIL
(-897 S)
((|constructor| (NIL "A partial differential ring with differentiations indexed by a parameter type \\spad{S}. \\blankline")) (D (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,{} [s1,{}...,{}sn],{} [n1,{}...,{}nn])} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{D(...D(x,{} s1,{} n1)...,{} sn,{} nn)}.") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{D(x,{} s,{} n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#1|)) "\\spad{D(x,{}[s1,{}...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{D(...D(x,{} s1)...,{} sn)}.") (($ $ |#1|) "\\spad{D(x,{}v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")) (|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}-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)}.") (($ $ |#1|) "\\spad{differentiate(x,{}v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-898 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})\\spad{'s}")) (|ptree| (($ $ $) "\\spad{ptree(x,{}y)} \\undocumented") (($ |#1|) "\\spad{ptree(s)} is a leaf? pendant tree")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-899 |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,{} \\spad{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 \\spad{x:}\\begin{items} \\item 1. if 2 has an inverse in \\spad{R} we can use the algorithm of \\indented{3}{[Nijenhuis and Wilf,{} \\spad{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
(-900 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}.")) (|elt| ((|#1| $ |#1|) "\\spad{elt(p,{} el)} returns the image of {\\em el} under the permutation \\spad{p}.")) (|eval| ((|#1| $ |#1|) "\\spad{eval(p,{} el)} returns the image of {\\em el} under 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.")))
-((-4409 . T))
+((-4403 . T))
NIL
(-901 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}.")) (|movedPoints| (((|Set| |#1|) $) "\\spad{movedPoints(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}.")))
@@ -3538,8 +3538,8 @@ NIL
NIL
(-902 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.")) (|movedPoints| (((|Set| |#1|) $) "\\spad{movedPoints(p)} returns the set of points moved by the permutation \\spad{p}.")) (|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.")))
-((-4409 . T))
-((-2713 (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-847)))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-847))))
+((-4403 . T))
+((-4078 (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-847)))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-847))))
(-903 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 \\spad{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
@@ -3554,13 +3554,13 @@ NIL
((|HasCategory| |#1| (QUOTE (-145))))
(-906)
((|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| (((|Union| $ "failed") $) "\\spad{charthRoot(r)} returns the \\spad{p}\\spad{-}th root of \\spad{r},{} or \"failed\" 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 \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) "\\spad{gcdPolynomial(p,{}q)} returns the \\spad{gcd} of the univariate polynomials \\spad{p} \\spad{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}.")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-907 |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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
((|HasCategory| $ (QUOTE (-147))) (|HasCategory| $ (QUOTE (-145))) (|HasCategory| $ (QUOTE (-368))))
-(-908 R0 -2210 UP UPUP R)
+(-908 R0 -3629 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
@@ -3574,7 +3574,7 @@ NIL
NIL
(-911 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\\spad{''} form has only one fractional term per prime in the denominator,{} while the \\spad{``p}-adic\\spad{''} 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} \\spad{``p}-adically\\spad{''} 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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-912 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.")))
@@ -3588,7 +3588,7 @@ NIL
((|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\\spad{'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\\spad{'s} Cube acting on integers {\\em 10*i+j} for {\\em 1 <= i <= 6},{} {\\em 1 <= j <= 8}. The faces of Rubik\\spad{'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\\spad{'s} Cube acting on integers 10*i+j for 1 \\spad{<=} \\spad{i} \\spad{<=} 6,{} 1 \\spad{<=} \\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(\\spad{li})} constructs the janko group acting on the 100 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{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(\\spad{li})} constructs the mathieu group acting on the 24 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{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(\\spad{li})} constructs the mathieu group acting on the 23 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{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(\\spad{li})} constructs the mathieu group acting on the 22 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{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(\\spad{li})} constructs the mathieu group acting on the 12 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed Error: if {\\em \\spad{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(\\spad{li})} constructs the mathieu group acting on the 11 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. error,{} if {\\em \\spad{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 \\spad{ni}}.")) (|alternatingGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{alternatingGroup(\\spad{li})} constructs the alternating group acting on the integers in the list {\\em \\spad{li}},{} generators are in general the {\\em n-2}-cycle {\\em (\\spad{li}.3,{}...,{}\\spad{li}.n)} and the 3-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2,{}\\spad{li}.3)},{} if \\spad{n} is odd and product of the 2-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2)} with {\\em n-2}-cycle {\\em (\\spad{li}.3,{}...,{}\\spad{li}.n)} and the 3-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2,{}\\spad{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(\\spad{li})} constructs the symmetric group acting on the integers in the list {\\em \\spad{li}},{} generators are the cycle given by {\\em \\spad{li}} and the 2-cycle {\\em (\\spad{li}.1,{}\\spad{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
-(-915 -2210)
+(-915 -3629)
((|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 \\spad{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
@@ -3598,17 +3598,17 @@ NIL
NIL
(-917)
((|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| (((|Union| (|List| $) "failed") (|List| $) $) "\\spad{expressIdealMember([f1,{}...,{}fn],{}h)} returns a representation of \\spad{h} as a linear combination of the \\spad{fi} or \"failed\" 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)}")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-918)
((|constructor| (NIL "\\spadtype{PositiveInteger} provides functions for \\indented{2}{positive integers.}")) (|commutative| ((|attribute| "*") "\\spad{commutative(\"*\")} means multiplication is commutative : x*y = \\spad{y*x}")) (|gcd| (($ $ $) "\\spad{gcd(a,{}b)} computes the greatest common divisor of two positive integers \\spad{a} and \\spad{b}.")))
-(((-4414 "*") . T))
+(((-4408 "*") . T))
NIL
-(-919 -2210 P)
+(-919 -3629 P)
((|constructor| (NIL "This package exports interpolation algorithms")) (|LagrangeInterpolation| ((|#2| (|List| |#1|) (|List| |#1|)) "\\spad{LagrangeInterpolation(l1,{}l2)} \\undocumented")))
NIL
NIL
-(-920 |xx| -2210)
+(-920 |xx| -3629)
((|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
@@ -3632,7 +3632,7 @@ NIL
((|constructor| (NIL "This package exports plotting tools")) (|calcRanges| (((|List| (|Segment| (|DoubleFloat|))) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{calcRanges(l)} \\undocumented")))
NIL
NIL
-(-926 R -2210)
+(-926 R -3629)
((|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 \\spad{'x} and no other quantity. Error: if \\spad{x} is not a symbol.")) (|assert| ((|#2| |#2| (|String|)) "\\spad{assert(x,{} s)} makes the assertion \\spad{s} about \\spad{x}. Error: if \\spad{x} is not a symbol.")))
NIL
NIL
@@ -3644,7 +3644,7 @@ NIL
((|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
-(-929 S R -2210)
+(-929 S R -3629)
((|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
@@ -3664,11 +3664,11 @@ NIL
((|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 -883) (|devaluate| |#1|))))
-(-934 R -2210 -3256)
+(-934 R -3629 -3435)
((|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 \\spad{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
-(-935 -3256)
+(-935 -3435)
((|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 \\spad{fn} to \\spad{x}.") (((|Expression| (|Integer|)) (|Symbol|) (|Mapping| (|Boolean|) |#1|)) "\\spad{suchThat(x,{} foo)} attaches the predicate foo to \\spad{x}.")))
NIL
NIL
@@ -3690,8 +3690,8 @@ NIL
NIL
(-940 R)
((|constructor| (NIL "This domain implements points in coordinate space")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-1046))) (-12 (|HasCategory| |#1| (QUOTE (-999))) (|HasCategory| |#1| (QUOTE (-1046)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-1046))) (-12 (|HasCategory| |#1| (QUOTE (-999))) (|HasCategory| |#1| (QUOTE (-1046)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-941 |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
@@ -3711,12 +3711,12 @@ NIL
(-945 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 \\spad{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 \\spad{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 \\spad{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 \\spad{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 (-906))) (|HasAttribute| |#2| (QUOTE -4410)) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#4| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#4| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#4| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#4| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-847))))
+((|HasCategory| |#2| (QUOTE (-906))) (|HasAttribute| |#2| (QUOTE -4404)) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#4| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#4| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#4| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#4| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-847))))
(-946 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 \\spad{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 \\spad{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 \\spad{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 \\spad{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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
NIL
-(-947 E V R P -2210)
+(-947 E V R P -3629)
((|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},{}...,{}\\spad{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
@@ -3726,9 +3726,9 @@ NIL
NIL
(-949 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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-906))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1170) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1170) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1170) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1170) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1170) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4410)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
-(-950 E V R P -2210)
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-906))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1170) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1170) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1170) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1170) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1170) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4404)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(-950 E V R P -3629)
((|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 (-452))))
@@ -3750,13 +3750,13 @@ NIL
NIL
(-955 S)
((|constructor| (NIL "\\indented{1}{This provides a fast array type with no bound checking on elt\\spad{'s}.} Minimum index is 0 in this type,{} cannot be changed")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-956)
((|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} \\spad{dx} for \\spad{x} between \\spad{a} and \\spad{b}.") (($ $ (|Symbol|)) "\\spad{integral(f,{} x)} returns the formal integral of \\spad{f} \\spad{dx}.")))
NIL
NIL
-(-957 -2210)
+(-957 -3629)
((|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{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'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{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'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}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'s}. The \\spad{p2} may involve \\spad{a1},{} but \\spad{p1} must not involve a2. This operation uses \\spadfun{resultant}.")))
NIL
NIL
@@ -3770,18 +3770,18 @@ NIL
NIL
(-960 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}")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-131)))) (|HasAttribute| |#1| (QUOTE -4410)))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-131)))) (|HasAttribute| |#1| (QUOTE -4404)))
(-961 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")))
-((-4409 -12 (|has| |#2| (-473)) (|has| |#1| (-473))))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-790)))) (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-847))))) (-12 (|HasCategory| |#1| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-790)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-790))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-790))))) (-12 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#2| (QUOTE (-473)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#2| (QUOTE (-473)))) (-12 (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-723))))) (-12 (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#2| (QUOTE (-368)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#2| (QUOTE (-473)))) (-12 (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-723)))) (-12 (|HasCategory| |#1| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-790))))) (-12 (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-723)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-847)))))
+((-4403 -12 (|has| |#2| (-473)) (|has| |#1| (-473))))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-790)))) (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-847))))) (-12 (|HasCategory| |#1| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-790)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-790))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-790))))) (-12 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#2| (QUOTE (-473)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#2| (QUOTE (-473)))) (-12 (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-723))))) (-12 (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#2| (QUOTE (-368)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-473))) (|HasCategory| |#2| (QUOTE (-473)))) (-12 (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-723)))) (-12 (|HasCategory| |#1| (QUOTE (-790))) (|HasCategory| |#2| (QUOTE (-790))))) (-12 (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-723)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-847)))))
(-962)
((|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| (($ (|Symbol|) (|SExpression|)) "\\spad{property(n,{}val)} constructs a property with name \\spad{`n'} and value `val'.")) (|value| (((|SExpression|) $) "\\spad{value(p)} returns value of property \\spad{p}")) (|name| (((|Symbol|) $) "\\spad{name(p)} returns the name of property \\spad{p}")))
NIL
NIL
(-963 T$)
-((|constructor| (NIL "This domain implements propositional formula build over a term domain,{} that itself belongs to PropositionalLogic")) (|equivOperands| (((|Pair| $ $) $) "\\spad{equivOperands p} extracts the operands to the logical equivalence; otherwise errors.")) (|equiv?| (((|Boolean|) $) "\\spad{equiv? p} is \\spad{true} when \\spad{`p'} is a logical equivalence.")) (|impliesOperands| (((|Pair| $ $) $) "\\spad{impliesOperands p} extracts the operands to the logical implication; otherwise errors.")) (|implies?| (((|Boolean|) $) "\\spad{implies? p} is \\spad{true} when \\spad{`p'} is a logical implication.")) (|orOperands| (((|Pair| $ $) $) "\\spad{orOperands p} extracts the operands to the logical disjunction; otherwise errors.")) (|or?| (((|Boolean|) $) "\\spad{or? p} is \\spad{true} when \\spad{`p'} is a logical disjunction.")) (|andOperands| (((|Pair| $ $) $) "\\spad{andOperands p} extracts the operands of the logical conjunction; otherwise errors.")) (|and?| (((|Boolean|) $) "\\spad{and? p} is \\spad{true} when \\spad{`p'} is a logical conjunction.")) (|notOperand| (($ $) "\\spad{notOperand returns} the operand to the logical `not' operator; otherwise errors.")) (|not?| (((|Boolean|) $) "\\spad{not? p} is \\spad{true} when \\spad{`p'} is a logical negation")) (|variable| (((|Symbol|) $) "\\spad{variable p} extracts the variable name from \\spad{`p'}; otherwise errors.")) (|variable?| (((|Boolean|) $) "variables? \\spad{p} returns \\spad{true} when \\spad{`p'} really is a variable.")) (|term| ((|#1| $) "\\spad{term p} extracts the term value from \\spad{`p'}; otherwise errors.")) (|term?| (((|Boolean|) $) "\\spad{term? p} returns \\spad{true} when \\spad{`p'} really is a term")) (|variables| (((|Set| (|Symbol|)) $) "\\spad{variables(p)} returns the set of propositional variables appearing in the proposition \\spad{`p'}.")) (|coerce| (($ (|Symbol|)) "\\spad{coerce(t)} turns the term \\spad{`t'} into a propositional variable.") (($ |#1|) "\\spad{coerce(t)} turns the term \\spad{`t'} into a propositional formula")))
+((|constructor| (NIL "This domain implements propositional formula build over a term domain,{} that itself belongs to PropositionalLogic")) (|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.")) (|isTerm| (((|Maybe| |#1|) $) "\\spad{isTerm f} returns a value \\spad{v} such that \\spad{v case T} holds if the formula \\spad{f} is a term.")))
NIL
NIL
(-964)
@@ -3790,7 +3790,7 @@ NIL
NIL
(-965 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}.")))
-((-4412 . T) (-4413 . T))
+((-4406 . T) (-4407 . T))
NIL
(-966 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{semiSubResultantGcdEuclidean1}{PseudoRemainderSequence},{} \\axiomOpFrom{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.\\spad{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{nextsousResultant2(\\spad{P},{} \\spad{Q},{} \\spad{Z},{} \\spad{s})} returns the subresultant \\axiom{\\spad{S_}{\\spad{e}-1}} where \\axiom{\\spad{P} ~ \\spad{S_d},{} \\spad{Q} = \\spad{S_}{\\spad{d}-1},{} \\spad{Z} = S_e,{} \\spad{s} = \\spad{lc}(\\spad{S_d})}")) (|Lazard2| ((|#2| |#2| |#1| |#1| (|NonNegativeInteger|)) "\\axiom{Lazard2(\\spad{F},{} \\spad{x},{} \\spad{y},{} \\spad{n})} computes \\axiom{(x/y)\\spad{**}(\\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{\\spad{gcd}(\\spad{P},{} \\spad{Q})} returns the \\spad{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} + coef2 * \\spad{D}(\\spad{P}) = discriminant(\\spad{P})}. Warning: \\axiom{degree(\\spad{P}) \\spad{>=} degree(\\spad{Q})}.")) (|discriminantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |discriminant| |#1|)) |#2|) "\\axiom{discriminantEuclidean(\\spad{P})} carries out the equality \\axiom{coef1 * \\spad{P} + 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{semiSubResultantGcdEuclidean1(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1*P + ? \\spad{Q} = \\spad{+/-} 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{semiSubResultantGcdEuclidean2(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{...\\spad{P} + coef2*Q = \\spad{+/-} 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}) \\spad{>=} 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 = \\spad{+/-} 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 \\spad{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}) \\spad{>=} 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}) \\spad{>=} 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}) \\spad{>=} 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{semiResultantEuclidean1(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1.\\spad{P} + ? \\spad{Q} = resultant(\\spad{P},{}\\spad{Q})}.")) (|semiResultantEuclidean2| (((|Record| (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{semiResultantEuclidean2(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{...\\spad{P} + coef2*Q = resultant(\\spad{P},{}\\spad{Q})}. Warning: \\axiom{degree(\\spad{P}) \\spad{>=} 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}}")))
@@ -3810,7 +3810,7 @@ NIL
NIL
(-970 |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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-971)
((|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 \\spad{x-},{} \\spad{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}.")))
@@ -3822,7 +3822,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-556))))
(-973 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?(\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{ps}} is a triangular set,{} \\spadignore{i.e.} two distinct polynomials have distinct main variables and no constant lies in \\axiom{\\spad{ps}}.")) (|rewriteIdealWithRemainder| (((|List| |#4|) (|List| |#4|) $) "\\axiom{rewriteIdealWithRemainder(\\spad{lp},{}\\spad{cs})} returns \\axiom{\\spad{lr}} such that every polynomial in \\axiom{\\spad{lr}} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{cs}} and \\axiom{(\\spad{lp},{}\\spad{cs})} and \\axiom{(\\spad{lr},{}\\spad{cs})} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|rewriteIdealWithHeadRemainder| (((|List| |#4|) (|List| |#4|) $) "\\axiom{rewriteIdealWithHeadRemainder(\\spad{lp},{}\\spad{cs})} returns \\axiom{\\spad{lr}} such that the leading monomial of every polynomial in \\axiom{\\spad{lr}} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{cs}} and \\axiom{(\\spad{lp},{}\\spad{cs})} and \\axiom{(\\spad{lr},{}\\spad{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,{}\\spad{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{\\spad{ps}},{} \\axiom{r*a - \\spad{c*b}} lies in the ideal generated by \\axiom{\\spad{ps}}. Furthermore,{} if \\axiom{\\spad{R}} is a \\spad{gcd}-domain,{} \\axiom{\\spad{b}} is primitive.")) (|headRemainder| (((|Record| (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) "\\axiom{headRemainder(a,{}\\spad{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{\\spad{ps}} and \\axiom{r*a - \\spad{b}} lies in the ideal generated by \\axiom{\\spad{ps}}.")) (|roughUnitIdeal?| (((|Boolean|) $) "\\axiom{roughUnitIdeal?(\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{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?(\\spad{ps})} returns \\spad{true} iff for every pair \\axiom{{\\spad{p},{}\\spad{q}}} of polynomials in \\axiom{\\spad{ps}} their leading monomials are relatively prime.")) (|trivialIdeal?| (((|Boolean|) $) "\\axiom{trivialIdeal?(\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{ps}} does not contain non-zero elements.")) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) "\\axiom{sort(\\spad{v},{}\\spad{ps})} returns \\axiom{us,{}\\spad{vs},{}\\spad{ws}} such that \\axiom{us} is \\axiom{collectUnder(\\spad{ps},{}\\spad{v})},{} \\axiom{\\spad{vs}} is \\axiom{collect(\\spad{ps},{}\\spad{v})} and \\axiom{\\spad{ws}} is \\axiom{collectUpper(\\spad{ps},{}\\spad{v})}.")) (|collectUpper| (($ $ |#3|) "\\axiom{collectUpper(\\spad{ps},{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{\\spad{ps}} with main variable greater than \\axiom{\\spad{v}}.")) (|collect| (($ $ |#3|) "\\axiom{collect(\\spad{ps},{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{\\spad{ps}} with \\axiom{\\spad{v}} as main variable.")) (|collectUnder| (($ $ |#3|) "\\axiom{collectUnder(\\spad{ps},{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{\\spad{ps}} with main variable less than \\axiom{\\spad{v}}.")) (|mainVariable?| (((|Boolean|) |#3| $) "\\axiom{mainVariable?(\\spad{v},{}\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{\\spad{ps}}.")) (|mainVariables| (((|List| |#3|) $) "\\axiom{mainVariables(\\spad{ps})} returns the decreasingly sorted list of the variables which are main variables of some polynomial in \\axiom{\\spad{ps}}.")) (|variables| (((|List| |#3|) $) "\\axiom{variables(\\spad{ps})} returns the decreasingly sorted list of the variables which are variables of some polynomial in \\axiom{\\spad{ps}}.")) (|mvar| ((|#3| $) "\\axiom{mvar(\\spad{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(\\spad{lp})} returns an element of the domain whose elements are the members of \\axiom{\\spad{lp}} if such an element exists,{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{retractIfCan(\\spad{lp})} returns an element of the domain whose elements are the members of \\axiom{\\spad{lp}} if such an element exists,{} otherwise \\axiom{\"failed\"} is returned.")))
-((-4412 . T))
+((-4406 . T))
NIL
(-974 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(\\spad{lp},{}\\spad{lq})} returns the same as \\axiom{irreducibleFactors(concat(\\spad{lp},{}\\spad{lq}))} assuming that \\axiom{irreducibleFactors(\\spad{lp})} returns \\axiom{\\spad{lp}} up to replacing some polynomial \\axiom{\\spad{pj}} in \\axiom{\\spad{lp}} by some polynomial \\axiom{\\spad{qj}} associated to \\axiom{\\spad{pj}}.")) (|lazyIrreducibleFactors| (((|List| |#4|) (|List| |#4|)) "\\axiom{lazyIrreducibleFactors(\\spad{lp})} returns \\axiom{\\spad{lf}} such that if \\axiom{\\spad{lp} = [\\spad{p1},{}...,{}\\spad{pn}]} and \\axiom{\\spad{lf} = [\\spad{f1},{}...,{}\\spad{fm}]} then \\axiom{p1*p2*...*pn=0} means \\axiom{f1*f2*...*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 \\spad{gcd} techniques over \\axiom{\\spad{R}}.")) (|irreducibleFactors| (((|List| |#4|) (|List| |#4|)) "\\axiom{irreducibleFactors(\\spad{lp})} returns \\axiom{\\spad{lf}} such that if \\axiom{\\spad{lp} = [\\spad{p1},{}...,{}\\spad{pn}]} and \\axiom{\\spad{lf} = [\\spad{f1},{}...,{}\\spad{fm}]} then \\axiom{p1*p2*...*pn=0} means \\axiom{f1*f2*...*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(\\spad{lp},{}\\spad{lf})} returns \\axiom{newlp} where \\axiom{newlp} is obtained from \\axiom{\\spad{lp}} by removing in every polynomial \\axiom{\\spad{p}} of \\axiom{\\spad{lp}} any non trivial factor of any polynomial \\axiom{\\spad{f}} in \\axiom{\\spad{lf}}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in every polynomial \\axiom{\\spad{lp}}.")) (|removeRedundantFactorsInContents| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactorsInContents(\\spad{lp},{}\\spad{lf})} returns \\axiom{newlp} where \\axiom{newlp} is obtained from \\axiom{\\spad{lp}} by removing in the content of every polynomial of \\axiom{\\spad{lp}} any non trivial factor of any polynomial \\axiom{\\spad{f}} in \\axiom{\\spad{lf}}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in the content of every polynomial of \\axiom{\\spad{lp}}.")) (|removeRoughlyRedundantFactorsInContents| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRoughlyRedundantFactorsInContents(\\spad{lp},{}\\spad{lf})} returns \\axiom{newlp}where \\axiom{newlp} is obtained from \\axiom{\\spad{lp}} by removing in the content of every polynomial of \\axiom{\\spad{lp}} any occurence of a polynomial \\axiom{\\spad{f}} in \\axiom{\\spad{lf}}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in the content of every polynomial of \\axiom{\\spad{lp}}.")) (|univariatePolynomialsGcds| (((|List| |#4|) (|List| |#4|) (|Boolean|)) "\\axiom{univariatePolynomialsGcds(\\spad{lp},{}opt)} returns the same as \\axiom{univariatePolynomialsGcds(\\spad{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(\\spad{lp})} returns \\axiom{\\spad{lg}} where \\axiom{\\spad{lg}} is a list of the gcds of every pair in \\axiom{\\spad{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(\\spad{lp},{}redOp?,{}redOp)} returns \\axiom{\\spad{lq}} where \\axiom{\\spad{lq}} and \\axiom{\\spad{lp}} generate the same ideal in \\axiom{\\spad{R^}(\\spad{-1}) \\spad{P}} and \\axiom{\\spad{lq}} has rank not higher than the one of \\axiom{\\spad{lp}}. Moreover,{} \\axiom{\\spad{lq}} is computed by reducing \\axiom{\\spad{lp}} \\spad{w}.\\spad{r}.\\spad{t}. some basic set of the ideal generated by the quasi-monic polynomials in \\axiom{\\spad{lp}}.")) (|rewriteSetByReducingWithParticularGenerators| (((|List| |#4|) (|List| |#4|) (|Mapping| (|Boolean|) |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{rewriteSetByReducingWithParticularGenerators(\\spad{lp},{}pred?,{}redOp?,{}redOp)} returns \\axiom{\\spad{lq}} where \\axiom{\\spad{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(\\spad{lp})} returns \\axiom{\\spad{lq}} such that \\axiom{\\spad{lp}} and and \\axiom{\\spad{lq}} generate the same ideal and no rough basic sets reduce (in the sense of Groebner bases) the other polynomials in \\axiom{\\spad{lq}}.")) (|roughBasicSet| (((|Union| (|Record| (|:| |bas| (|GeneralTriangularSet| |#1| |#2| |#3| |#4|)) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|)) "\\axiom{roughBasicSet(\\spad{lp})} returns the smallest (with Ritt-Wu ordering) triangular set contained in \\axiom{\\spad{lp}}.")) (|interReduce| (((|List| |#4|) (|List| |#4|)) "\\axiom{interReduce(\\spad{lp})} returns \\axiom{\\spad{lq}} such that \\axiom{\\spad{lp}} and \\axiom{\\spad{lq}} generate the same ideal and no polynomial in \\axiom{\\spad{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},{}\\spad{lf})} returns the same as removeRoughlyRedundantFactorsInPols([\\spad{p}],{}\\spad{lf},{}\\spad{true})")) (|removeRoughlyRedundantFactorsInPols| (((|List| |#4|) (|List| |#4|) (|List| |#4|) (|Boolean|)) "\\axiom{removeRoughlyRedundantFactorsInPols(\\spad{lp},{}\\spad{lf},{}opt)} returns the same as \\axiom{removeRoughlyRedundantFactorsInPols(\\spad{lp},{}\\spad{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(\\spad{lp},{}\\spad{lf})} returns \\axiom{newlp}where \\axiom{newlp} is obtained from \\axiom{\\spad{lp}} by removing in every polynomial \\axiom{\\spad{p}} of \\axiom{\\spad{lp}} any occurence of a polynomial \\axiom{\\spad{f}} in \\axiom{\\spad{lf}}. This may involve a lot of exact-quotients computations.")) (|bivariatePolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{bivariatePolynomials(\\spad{lp})} returns \\axiom{\\spad{bps},{}nbps} where \\axiom{\\spad{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(\\spad{lp})} returns \\axiom{\\spad{lps},{}nlps} where \\axiom{\\spad{lps}} is a list of the linear polynomials in \\spad{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(\\spad{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(\\spad{lp})} returns \\axiom{qmps,{}nqmps} where \\axiom{qmps} is a list of the quasi-monic polynomials in \\axiom{\\spad{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?,{}\\spad{ps})} returns \\axiom{\\spad{gps},{}\\spad{bps}} where \\axiom{\\spad{gps}} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{\\spad{ps}} such that \\axiom{pred?(\\spad{p})} holds for every \\axiom{pred?} in \\axiom{lpred?} and \\axiom{\\spad{bps}} are the other ones.")) (|selectOrPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| (|Mapping| (|Boolean|) |#4|)) (|List| |#4|)) "\\axiom{selectOrPolynomials(lpred?,{}\\spad{ps})} returns \\axiom{\\spad{gps},{}\\spad{bps}} where \\axiom{\\spad{gps}} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{\\spad{ps}} such that \\axiom{pred?(\\spad{p})} holds for some \\axiom{pred?} in \\axiom{lpred?} and \\axiom{\\spad{bps}} are the other ones.")) (|selectPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|Mapping| (|Boolean|) |#4|) (|List| |#4|)) "\\axiom{selectPolynomials(pred?,{}\\spad{ps})} returns \\axiom{\\spad{gps},{}\\spad{bps}} where \\axiom{\\spad{gps}} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{\\spad{ps}} such that \\axiom{pred?(\\spad{p})} holds and \\axiom{\\spad{bps}} are the other ones.")) (|probablyZeroDim?| (((|Boolean|) (|List| |#4|)) "\\axiom{probablyZeroDim?(\\spad{lp})} returns \\spad{true} iff the number of polynomials in \\axiom{\\spad{lp}} is not smaller than the number of variables occurring in these polynomials.")) (|possiblyNewVariety?| (((|Boolean|) (|List| |#4|) (|List| (|List| |#4|))) "\\axiom{possiblyNewVariety?(newlp,{}\\spad{llp})} returns \\spad{true} iff for every \\axiom{\\spad{lp}} in \\axiom{\\spad{llp}} certainlySubVariety?(newlp,{}\\spad{lp}) does not hold.")) (|certainlySubVariety?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{certainlySubVariety?(newlp,{}\\spad{lp})} returns \\spad{true} iff for every \\axiom{\\spad{p}} in \\axiom{\\spad{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 \\spad{gcd}-domain,{} then \\axiom{\\spad{p}} and \\axiom{\\spad{q}} are assumed to be square free.")) (|removeSquaresIfCan| (((|List| |#4|) (|List| |#4|)) "\\axiom{removeSquaresIfCan(\\spad{lp})} returns \\axiom{removeDuplicates [squareFreePart(\\spad{p})\\$\\spad{P} for \\spad{p} in \\spad{lp}]} if \\axiom{\\spad{R}} is \\spad{gcd}-domain else returns \\axiom{\\spad{lp}}.")) (|removeRedundantFactors| (((|List| |#4|) (|List| |#4|) (|List| |#4|) (|Mapping| (|List| |#4|) (|List| |#4|))) "\\axiom{removeRedundantFactors(\\spad{lp},{}\\spad{lq},{}remOp)} returns the same as \\axiom{concat(remOp(removeRoughlyRedundantFactorsInPols(\\spad{lp},{}\\spad{lq})),{}\\spad{lq})} assuming that \\axiom{remOp(\\spad{lq})} returns \\axiom{\\spad{lq}} up to similarity.") (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactors(\\spad{lp},{}\\spad{lq})} returns the same as \\axiom{removeRedundantFactors(concat(\\spad{lp},{}\\spad{lq}))} assuming that \\axiom{removeRedundantFactors(\\spad{lp})} returns \\axiom{\\spad{lp}} up to replacing some polynomial \\axiom{\\spad{pj}} in \\axiom{\\spad{lp}} by some polynomial \\axiom{\\spad{qj}} associated to \\axiom{\\spad{pj}}.") (((|List| |#4|) (|List| |#4|) |#4|) "\\axiom{removeRedundantFactors(\\spad{lp},{}\\spad{q})} returns the same as \\axiom{removeRedundantFactors(cons(\\spad{q},{}\\spad{lp}))} assuming that \\axiom{removeRedundantFactors(\\spad{lp})} returns \\axiom{\\spad{lp}} up to replacing some polynomial \\axiom{\\spad{pj}} in \\axiom{\\spad{lp}} by some some polynomial \\axiom{\\spad{qj}} associated to \\axiom{\\spad{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(\\spad{lp})} returns \\axiom{\\spad{lq}} such that if \\axiom{\\spad{lp} = [\\spad{p1},{}...,{}\\spad{pn}]} and \\axiom{\\spad{lq} = [\\spad{q1},{}...,{}\\spad{qm}]} then the product \\axiom{p1*p2*...\\spad{*pn}} vanishes iff the product \\axiom{q1*q2*...\\spad{*qm}} vanishes,{} and the product of degrees of the \\axiom{\\spad{qi}} is not greater than the one of the \\axiom{\\spad{pj}},{} and no polynomial in \\axiom{\\spad{lq}} divides another polynomial in \\axiom{\\spad{lq}}. In particular,{} polynomials lying in the base ring \\axiom{\\spad{R}} are removed. Moreover,{} \\axiom{\\spad{lq}} is sorted \\spad{w}.\\spad{r}.\\spad{t} \\axiom{infRittWu?}. Furthermore,{} if \\spad{R} is \\spad{gcd}-domain,{} the polynomials in \\axiom{\\spad{lq}} are pairwise without common non trivial factor.")))
@@ -3838,7 +3838,7 @@ NIL
NIL
(-977 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}.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
(-978 R1 R2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|Point| |#2|) (|Mapping| |#2| |#1|) (|Point| |#1|)) "\\spad{map(f,{}p)} \\undocumented")))
@@ -3856,7 +3856,7 @@ NIL
((|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
-(-982 K R UP -2210)
+(-982 K R UP -3629)
((|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{\\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{\\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{\\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{\\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{\\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{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")))
NIL
NIL
@@ -3886,7 +3886,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-906))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-1019))) (|HasCategory| |#2| (QUOTE (-817))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-1145))))
(-989 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}.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-990 |n| K)
((|constructor| (NIL "This domain provides modest support for quadratic forms.")) (|elt| ((|#2| $ (|DirectProduct| |#1| |#2|)) "\\spad{elt(qf,{}v)} evaluates the quadratic form \\spad{qf} on the vector \\spad{v},{} producing a scalar.")) (|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}.")))
@@ -3898,7 +3898,7 @@ NIL
NIL
(-992 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}) = \\spad{#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.")))
-((-4412 . T) (-4413 . T))
+((-4406 . T) (-4407 . T))
NIL
(-993 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}.")))
@@ -3906,7 +3906,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-1055))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-290))))
(-994 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}.")))
-((-4405 |has| |#1| (-290)) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 |has| |#1| (-290)) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-995 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}.")))
@@ -3914,12 +3914,12 @@ NIL
NIL
(-996 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.}")))
-((-4405 |has| |#1| (-290)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-363))) (-2713 (|HasCategory| |#1| (QUOTE (-290))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-290))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-1055))) (|HasCategory| |#1| (QUOTE (-545))))
+((-4399 |has| |#1| (-290)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-363))) (-4078 (|HasCategory| |#1| (QUOTE (-290))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-290))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -286) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-1055))) (|HasCategory| |#1| (QUOTE (-545))))
(-997 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}.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-998 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
@@ -3928,14 +3928,14 @@ NIL
((|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
-(-1000 -2210 UP UPUP |radicnd| |n|)
+(-1000 -3629 UP UPUP |radicnd| |n|)
((|constructor| (NIL "Function field defined by y**n = \\spad{f}(\\spad{x}).")))
-((-4405 |has| (-407 |#2|) (-363)) (-4410 |has| (-407 |#2|) (-363)) (-4404 |has| (-407 |#2|) (-363)) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-407 |#2|) (QUOTE (-145))) (|HasCategory| (-407 |#2|) (QUOTE (-147))) (|HasCategory| (-407 |#2|) (QUOTE (-349))) (-2713 (|HasCategory| (-407 |#2|) (QUOTE (-363))) (|HasCategory| (-407 |#2|) (QUOTE (-349)))) (|HasCategory| (-407 |#2|) (QUOTE (-363))) (|HasCategory| (-407 |#2|) (QUOTE (-368))) (-2713 (-12 (|HasCategory| (-407 |#2|) (QUOTE (-233))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (|HasCategory| (-407 |#2|) (QUOTE (-349)))) (-2713 (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-349))))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -637) (QUOTE (-564)))) (-2713 (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-368))) (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (-12 (|HasCategory| (-407 |#2|) (QUOTE (-233))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))))
+((-4399 |has| (-407 |#2|) (-363)) (-4404 |has| (-407 |#2|) (-363)) (-4398 |has| (-407 |#2|) (-363)) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-407 |#2|) (QUOTE (-145))) (|HasCategory| (-407 |#2|) (QUOTE (-147))) (|HasCategory| (-407 |#2|) (QUOTE (-349))) (-4078 (|HasCategory| (-407 |#2|) (QUOTE (-363))) (|HasCategory| (-407 |#2|) (QUOTE (-349)))) (|HasCategory| (-407 |#2|) (QUOTE (-363))) (|HasCategory| (-407 |#2|) (QUOTE (-368))) (-4078 (-12 (|HasCategory| (-407 |#2|) (QUOTE (-233))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (|HasCategory| (-407 |#2|) (QUOTE (-349)))) (-4078 (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-349))))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -637) (QUOTE (-564)))) (-4078 (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-407 |#2|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-368))) (-12 (|HasCategory| (-407 |#2|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))) (-12 (|HasCategory| (-407 |#2|) (QUOTE (-233))) (|HasCategory| (-407 |#2|) (QUOTE (-363)))))
(-1001 |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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-564) (QUOTE (-906))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-564) (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-147))) (|HasCategory| (-564) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-564) (QUOTE (-1019))) (|HasCategory| (-564) (QUOTE (-817))) (-2713 (|HasCategory| (-564) (QUOTE (-817))) (|HasCategory| (-564) (QUOTE (-847)))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-1145))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-564) (QUOTE (-233))) (|HasCategory| (-564) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-564) (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -309) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -286) (QUOTE (-564)) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-307))) (|HasCategory| (-564) (QUOTE (-545))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-564) (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (|HasCategory| (-564) (QUOTE (-145)))))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-564) (QUOTE (-906))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| (-564) (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-147))) (|HasCategory| (-564) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-564) (QUOTE (-1019))) (|HasCategory| (-564) (QUOTE (-817))) (-4078 (|HasCategory| (-564) (QUOTE (-817))) (|HasCategory| (-564) (QUOTE (-847)))) (|HasCategory| (-564) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-1145))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| (-564) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| (-564) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| (-564) (QUOTE (-233))) (|HasCategory| (-564) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| (-564) (LIST (QUOTE -514) (QUOTE (-1170)) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -309) (QUOTE (-564)))) (|HasCategory| (-564) (LIST (QUOTE -286) (QUOTE (-564)) (QUOTE (-564)))) (|HasCategory| (-564) (QUOTE (-307))) (|HasCategory| (-564) (QUOTE (-545))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-564) (LIST (QUOTE -637) (QUOTE (-564)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-564) (QUOTE (-906)))) (|HasCategory| (-564) (QUOTE (-145)))))
(-1002)
((|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
@@ -3955,7 +3955,7 @@ NIL
(-1006 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{:=} \\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
-((|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#2| (QUOTE (-1094))))
+((|HasAttribute| |#1| (QUOTE -4407)) (|HasCategory| |#2| (QUOTE (-1094))))
(-1007 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{:=} \\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
@@ -3966,21 +3966,21 @@ NIL
NIL
(-1009)
((|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} \\spad{**} (1/2)}") (($ (|Fraction| (|Integer|))) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} \\spad{**} (1/2)}") (($ $) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} \\spad{**} (1/2)}") (($ $ (|PositiveInteger|)) "\\axiom{sqrt(\\spad{x},{}\\spad{n})} is \\axiom{\\spad{x} \\spad{**} (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}}")))
-((-4405 . T) (-4410 . T) (-4404 . T) (-4407 . T) (-4406 . T) ((-4414 "*") . T) (-4409 . T))
+((-4399 . T) (-4404 . T) (-4398 . T) (-4401 . T) (-4400 . T) ((-4408 "*") . T) (-4403 . T))
NIL
-(-1010 R -2210)
+(-1010 R -3629)
((|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
-(-1011 R -2210)
+(-1011 R -3629)
((|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
-(-1012 -2210 UP)
+(-1012 -3629 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
-(-1013 -2210 UP)
+(-1013 -3629 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
@@ -4014,9 +4014,9 @@ NIL
NIL
(-1021 |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")))
-((-4405 . T) (-4410 . T) (-4404 . T) (-4407 . T) (-4406 . T) ((-4414 "*") . T) (-4409 . T))
-((-2713 (|HasCategory| (-407 (-564)) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-407 (-564)) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-407 (-564)) (LIST (QUOTE -1035) (QUOTE (-564)))))
-(-1022 -2210 L)
+((-4399 . T) (-4404 . T) (-4398 . T) (-4401 . T) (-4400 . T) ((-4408 "*") . T) (-4403 . T))
+((-4078 (|HasCategory| (-407 (-564)) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-407 (-564)) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-407 (-564)) (LIST (QUOTE -1035) (QUOTE (-564)))))
+(-1022 -3629 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{\\spad{fi}} must satisfy \\spad{op \\spad{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
@@ -4026,12 +4026,12 @@ NIL
((|HasCategory| |#1| (QUOTE (-1094))))
(-1024 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(\\spad{lp},{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|internalZeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalZeroSetSplit(\\spad{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(\\spad{lp},{}\\spad{b1},{}\\spad{b2}.\\spad{b3},{}\\spad{b4})} is an internal subroutine,{} exported only for developement.") (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(\\spad{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},{}\\spad{ts},{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
((-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -611) (QUOTE (-859)))))
(-1025 R)
((|constructor| (NIL "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(\\spad{pi},{}n)} returns the matrix {\\em (deltai,{}\\spad{pi}(i))} (Kronecker delta) if the permutation {\\em \\spad{pi}} is in list notation and permutes {\\em {1,{}2,{}...,{}n}}.") (((|Matrix| (|Integer|)) (|Permutation| (|Integer|)) (|Integer|)) "\\spad{permutationRepresentation(\\spad{pi},{}n)} returns the matrix {\\em (deltai,{}\\spad{pi}(i))} (Kronecker delta) for a permutation {\\em \\spad{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 \\spad{ai}} with itself for {1 \\spad{<=} \\spad{i} \\spad{<=} \\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 \\spad{ai}} and {\\em \\spad{bi}} for {1 \\spad{<=} \\spad{i} \\spad{<=} \\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 (-4414 "*"))))
+((|HasAttribute| |#1| (QUOTE (-4408 "*"))))
(-1026 R)
((|constructor| (NIL "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\\spad{'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\\spad{'s} irreducibility test can be used either to prove irreducibility or to find the splitting. Notes: the first 6 tries use Parker\\spad{'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\\spad{'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\\spad{'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\\spad{'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\\spad{'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\\spad{'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
@@ -4052,14 +4052,14 @@ NIL
((|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
-(-1031 -2210 |Expon| |VarSet| |FPol| |LFPol|)
+(-1031 -3629 |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")))
-(((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1032)
((|constructor| (NIL "A domain used to return the results from a call to the NAG Library. It prints as a list of names and types,{} though the user may choose to display values automatically if he or she wishes.")) (|showArrayValues| (((|Boolean|) (|Boolean|)) "\\spad{showArrayValues(true)} forces the values of array components to be \\indented{1}{displayed rather than just their types.}")) (|showScalarValues| (((|Boolean|) (|Boolean|)) "\\spad{showScalarValues(true)} forces the values of scalar components to be \\indented{1}{displayed rather than just their types.}")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (QUOTE (-1170))) (LIST (QUOTE |:|) (QUOTE -3096) (QUOTE (-52))))))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-52) (QUOTE (-1094)))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -309) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-1170) (QUOTE (-847))) (|HasCategory| (-52) (QUOTE (-1094))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (QUOTE (-1170))) (LIST (QUOTE |:|) (QUOTE -1389) (QUOTE (-52))))))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-52) (QUOTE (-1094)))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -309) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-1170) (QUOTE (-847))) (|HasCategory| (-52) (QUOTE (-1094))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))))
(-1033)
((|constructor| (NIL "This domain represents `return' expressions.")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the expression returned by `e'.")))
NIL
@@ -4102,7 +4102,7 @@ NIL
NIL
(-1043 R |ls|)
((|constructor| (NIL "A domain for regular chains (\\spadignore{i.e.} regular triangular sets) over a \\spad{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}.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
((-12 (|HasCategory| (-777 |#1| (-861 |#2|)) (QUOTE (-1094))) (|HasCategory| (-777 |#1| (-861 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -777) (|devaluate| |#1|) (LIST (QUOTE -861) (|devaluate| |#2|)))))) (|HasCategory| (-777 |#1| (-861 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-777 |#1| (-861 |#2|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| (-861 |#2|) (QUOTE (-368))) (|HasCategory| (-777 |#1| (-861 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))))
(-1044)
((|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")))
@@ -4114,9 +4114,9 @@ NIL
NIL
(-1046)
((|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.")))
-((-4409 . T))
+((-4403 . T))
NIL
-(-1047 |xx| -2210)
+(-1047 |xx| -3629)
((|constructor| (NIL "This package exports rational interpolation algorithms")))
NIL
NIL
@@ -4126,12 +4126,12 @@ NIL
((|HasCategory| |#4| (QUOTE (-307))) (|HasCategory| |#4| (QUOTE (-363))) (|HasCategory| |#4| (QUOTE (-556))) (|HasCategory| |#4| (QUOTE (-172))))
(-1049 |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.")) (|finiteAggregate| ((|attribute|) "matrices are finite")))
-((-4412 . T) (-4407 . T) (-4406 . T))
+((-4406 . T) (-4401 . T) (-4400 . T))
NIL
(-1050 |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}.")))
-((-4412 . T) (-4407 . T) (-4406 . T))
-((-2713 (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|))))) (|HasCategory| |#3| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-363)))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (QUOTE (-307))) (|HasCategory| |#3| (QUOTE (-556))) (|HasCategory| |#3| (QUOTE (-172))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4401 . T) (-4400 . T))
+((-4078 (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|))))) (|HasCategory| |#3| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-363)))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (QUOTE (-307))) (|HasCategory| |#3| (QUOTE (-556))) (|HasCategory| |#3| (QUOTE (-172))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -611) (QUOTE (-859)))))
(-1051 |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
@@ -4150,7 +4150,7 @@ NIL
NIL
(-1055)
((|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.")) (|abs| (($ $) "\\spad{abs x} returns the absolute value of \\spad{x}.")) (|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.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1056 |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")))
@@ -4158,19 +4158,19 @@ NIL
NIL
(-1057)
((|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.")))
-((-4400 . T) (-4404 . T) (-4399 . T) (-4410 . T) (-4411 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4394 . T) (-4398 . T) (-4393 . T) (-4404 . T) (-4405 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1058)
((|constructor| (NIL "\\axiomType{RoutinesTable} implements a database and associated tuning mechanisms for a set of known NAG routines")) (|recoverAfterFail| (((|Union| (|String|) "failed") $ (|String|) (|Integer|)) "\\spad{recoverAfterFail(routs,{}routineName,{}ifailValue)} acts on the instructions given by the ifail list")) (|showTheRoutinesTable| (($) "\\spad{showTheRoutinesTable()} returns the current table of NAG routines.")) (|deleteRoutine!| (($ $ (|Symbol|)) "\\spad{deleteRoutine!(R,{}s)} destructively deletes the given routine from the current database of NAG routines")) (|getExplanations| (((|List| (|String|)) $ (|String|)) "\\spad{getExplanations(R,{}s)} gets the explanations of the output parameters for the given NAG routine.")) (|getMeasure| (((|Float|) $ (|Symbol|)) "\\spad{getMeasure(R,{}s)} gets the current value of the maximum measure for the given NAG routine.")) (|changeMeasure| (($ $ (|Symbol|) (|Float|)) "\\spad{changeMeasure(R,{}s,{}newValue)} changes the maximum value for a measure of the given NAG routine.")) (|changeThreshhold| (($ $ (|Symbol|) (|Float|)) "\\spad{changeThreshhold(R,{}s,{}newValue)} changes the value below which,{} given a NAG routine generating a higher measure,{} the routines will make no attempt to generate a measure.")) (|selectMultiDimensionalRoutines| (($ $) "\\spad{selectMultiDimensionalRoutines(R)} chooses only those routines from the database which are designed for use with multi-dimensional expressions")) (|selectNonFiniteRoutines| (($ $) "\\spad{selectNonFiniteRoutines(R)} chooses only those routines from the database which are designed for use with non-finite expressions.")) (|selectSumOfSquaresRoutines| (($ $) "\\spad{selectSumOfSquaresRoutines(R)} chooses only those routines from the database which are designed for use with sums of squares")) (|selectFiniteRoutines| (($ $) "\\spad{selectFiniteRoutines(R)} chooses only those routines from the database which are designed for use with finite expressions")) (|selectODEIVPRoutines| (($ $) "\\spad{selectODEIVPRoutines(R)} chooses only those routines from the database which are for the solution of ODE\\spad{'s}")) (|selectPDERoutines| (($ $) "\\spad{selectPDERoutines(R)} chooses only those routines from the database which are for the solution of PDE\\spad{'s}")) (|selectOptimizationRoutines| (($ $) "\\spad{selectOptimizationRoutines(R)} chooses only those routines from the database which are for integration")) (|selectIntegrationRoutines| (($ $) "\\spad{selectIntegrationRoutines(R)} chooses only those routines from the database which are for integration")) (|routines| (($) "\\spad{routines()} initialises a database of known NAG routines")) (|concat| (($ $ $) "\\spad{concat(x,{}y)} merges two tables \\spad{x} and \\spad{y}")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (QUOTE (-1170))) (LIST (QUOTE |:|) (QUOTE -3096) (QUOTE (-52))))))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-52) (QUOTE (-1094)))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -309) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (QUOTE (-1094))) (|HasCategory| (-1170) (QUOTE (-847))) (|HasCategory| (-52) (QUOTE (-1094))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (QUOTE (-1170))) (LIST (QUOTE |:|) (QUOTE -1389) (QUOTE (-52))))))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-52) (QUOTE (-1094)))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| (-52) (QUOTE (-1094))) (|HasCategory| (-52) (LIST (QUOTE -309) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (QUOTE (-1094))) (|HasCategory| (-1170) (QUOTE (-847))) (|HasCategory| (-52) (QUOTE (-1094))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-52) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (LIST (QUOTE -611) (QUOTE (-859)))))
(-1059 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{\\spad{gcd}(\\spad{r},{}\\spad{p})} returns the \\spad{gcd} of \\axiom{\\spad{r}} and the content of \\axiom{\\spad{p}}.")) (|nextsubResultant2| (($ $ $ $ $) "\\axiom{nextsubResultant2(\\spad{p},{}\\spad{q},{}\\spad{z},{}\\spad{s})} is the multivariate version of the operation \\axiomOpFrom{next_sousResultant2}{PseudoRemainderSequence} from the \\axiomType{PseudoRemainderSequence} constructor.")) (|LazardQuotient2| (($ $ $ $ (|NonNegativeInteger|)) "\\axiom{LazardQuotient2(\\spad{p},{}a,{}\\spad{b},{}\\spad{n})} returns \\axiom{(a**(\\spad{n}-1) * \\spad{p}) exquo \\spad{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 \\spad{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{halfExtendedSubResultantGcd2(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}\\spad{cb}]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}\\spad{cb}]} otherwise produces an error.")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{halfExtendedSubResultantGcd1(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}\\spad{cb}]} otherwise produces an error.")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[ca,{}\\spad{cb},{}\\spad{r}]} such that \\axiom{\\spad{r}} is \\axiom{subResultantGcd(a,{}\\spad{b})} and we have \\axiom{ca * a + \\spad{cb} * \\spad{cb} = \\spad{r}} .")) (|subResultantGcd| (($ $ $) "\\axiom{subResultantGcd(a,{}\\spad{b})} computes a \\spad{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 \\spad{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)\\spad{*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)\\spad{*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)\\spad{*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},{}\\spad{lp})} returns \\spad{true} iff \\axiom{normalized?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{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},{}\\spad{lp})} returns \\spad{true} iff \\axiom{initiallyReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{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},{}\\spad{lp})} returns \\spad{true} iff \\axiom{headReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{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},{}\\spad{lp})} returns \\spad{true} iff \\axiom{reduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{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 (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (LIST (QUOTE -38) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -989) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#4| (LIST (QUOTE -612) (QUOTE (-1170)))))
(-1060 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{\\spad{gcd}(\\spad{r},{}\\spad{p})} returns the \\spad{gcd} of \\axiom{\\spad{r}} and the content of \\axiom{\\spad{p}}.")) (|nextsubResultant2| (($ $ $ $ $) "\\axiom{nextsubResultant2(\\spad{p},{}\\spad{q},{}\\spad{z},{}\\spad{s})} is the multivariate version of the operation \\axiomOpFrom{next_sousResultant2}{PseudoRemainderSequence} from the \\axiomType{PseudoRemainderSequence} constructor.")) (|LazardQuotient2| (($ $ $ $ (|NonNegativeInteger|)) "\\axiom{LazardQuotient2(\\spad{p},{}a,{}\\spad{b},{}\\spad{n})} returns \\axiom{(a**(\\spad{n}-1) * \\spad{p}) exquo \\spad{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 \\spad{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{halfExtendedSubResultantGcd2(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}\\spad{cb}]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}\\spad{cb}]} otherwise produces an error.")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{halfExtendedSubResultantGcd1(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}\\spad{cb}]} otherwise produces an error.")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[ca,{}\\spad{cb},{}\\spad{r}]} such that \\axiom{\\spad{r}} is \\axiom{subResultantGcd(a,{}\\spad{b})} and we have \\axiom{ca * a + \\spad{cb} * \\spad{cb} = \\spad{r}} .")) (|subResultantGcd| (($ $ $) "\\axiom{subResultantGcd(a,{}\\spad{b})} computes a \\spad{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 \\spad{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)\\spad{*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)\\spad{*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)\\spad{*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},{}\\spad{lp})} returns \\spad{true} iff \\axiom{normalized?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{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},{}\\spad{lp})} returns \\spad{true} iff \\axiom{initiallyReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{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},{}\\spad{lp})} returns \\spad{true} iff \\axiom{headReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{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},{}\\spad{lp})} returns \\spad{true} iff \\axiom{reduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{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}}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
NIL
(-1061)
((|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'.")))
@@ -4194,7 +4194,7 @@ NIL
NIL
(-1066 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,{}...,{}\\spad{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,{}...,{}\\spad{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(\\spad{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}{\\spad{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 \\spad{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 \\spad{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 \\spad{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}.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
(-1067 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 \\spad{gcd} over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of 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},{}\\spad{ts})} has the same specifications as \\axiomOpFrom{squareFreePart}{RegularTriangularSetCategory}.")) (|toseInvertibleSet| (((|List| |#5|) |#4| |#5|) "\\axiom{toseInvertibleSet(\\spad{p1},{}\\spad{p2},{}\\spad{ts})} has the same specifications as \\axiomOpFrom{invertibleSet}{RegularTriangularSetCategory}.")) (|toseInvertible?| (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{toseInvertible?(\\spad{p1},{}\\spad{p2},{}\\spad{ts})} has the same specifications as \\axiomOpFrom{invertible?}{RegularTriangularSetCategory}.") (((|Boolean|) |#4| |#5|) "\\axiom{toseInvertible?(\\spad{p1},{}\\spad{p2},{}\\spad{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},{}\\spad{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},{}\\spad{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},{}\\spad{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},{}\\spad{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.")))
@@ -4208,11 +4208,11 @@ NIL
((|constructor| (NIL "This domain implements named rules")) (|name| (((|Symbol|) $) "\\spad{name(x)} returns the symbol")))
NIL
NIL
-(-1070 |Base| R -2210)
+(-1070 |Base| R -3629)
((|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},{}...,{}\\spad{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
-(-1071 |Base| R -2210)
+(-1071 |Base| R -3629)
((|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
@@ -4226,8 +4226,8 @@ NIL
NIL
(-1074 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.")))
-((-4405 |has| |#1| (-363)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-349))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-349)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-368))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-349)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363)))))
+((-4399 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-349))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-349)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-368))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-349)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#1| (QUOTE (-349))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363)))))
(-1075 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
@@ -4254,8 +4254,8 @@ NIL
NIL
(-1081 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")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-906))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1082 (-1170)) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1082 (-1170)) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1082 (-1170)) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1082 (-1170)) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1082 (-1170)) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4410)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-906))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1082 (-1170)) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1082 (-1170)) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1082 (-1170)) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1082 (-1170)) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1082 (-1170)) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4404)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-1082 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
@@ -4298,7 +4298,7 @@ NIL
NIL
(-1092 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}.")))
-((-4402 . T))
+((-4396 . T))
NIL
(-1093 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}.")))
@@ -4314,8 +4314,8 @@ NIL
NIL
(-1096 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 parts 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)}}")))
-((-4412 . T) (-4402 . T) (-4413 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4406 . T) (-4396 . T) (-4407 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-368))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-1097 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This category allows the manipulation of Lisp values while keeping the grunge fairly localized.")) (|elt| (($ $ (|List| (|Integer|))) "\\spad{elt((a1,{}...,{}an),{} [i1,{}...,{}im])} returns \\spad{(a_i1,{}...,{}a_im)}.") (($ $ (|Integer|)) "\\spad{elt((a1,{}...,{}an),{} i)} returns \\spad{\\spad{ai}}.")) (|#| (((|Integer|) $) "\\spad{\\#((a1,{}...,{}an))} returns \\spad{n}.")) (|cdr| (($ $) "\\spad{cdr((a1,{}...,{}an))} returns \\spad{(a2,{}...,{}an)}.")) (|car| (($ $) "\\spad{car((a1,{}...,{}an))} returns 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 \\spad{Flt}; Error: if \\spad{s} is not an atom that also belongs to \\spad{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 \\spad{Sym}. Error: if \\spad{s} is not an atom that also belongs to \\spad{Sym}.")) (|string| ((|#1| $) "\\spad{string(s)} returns \\spad{s} as an element of \\spad{Str}. Error: if \\spad{s} is not an atom that also belongs to \\spad{Str}.")) (|destruct| (((|List| $) $) "\\spad{destruct((a1,{}...,{}an))} returns the list [a1,{}...,{}an].")) (|float?| (((|Boolean|) $) "\\spad{float?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{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 \\spad{Sym}.")) (|string?| (((|Boolean|) $) "\\spad{string?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{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 EQ(\\spad{s},{}\\spad{t}) is \\spad{true} in Lisp.")))
NIL
@@ -4342,7 +4342,7 @@ NIL
NIL
(-1103 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 \\spad{gcd} of any polynomial \\spad{p} in \\spad{ts} and \\spad{differentiate(p,{}mvar(p))} \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{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.}")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
(-1104)
((|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| (|Integer|)) (|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| (|Integer|)) (|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| (|Integer|))) "\\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 \\spad{pi}} in the corresponding double coset. Note: the resulting permutation {\\em \\spad{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,{}\\spad{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 \\spad{pi}} of such a double coset,{} coleman(\\spad{alpha},{}\\spad{beta},{}\\spad{pi}) generates the Coleman-matrix corresponding to {\\em alpha,{} beta,{} \\spad{pi}}. Note: The permutation {\\em \\spad{pi}} of {\\em {1,{}2,{}...,{}n}} has to be given in list form. Note: the inverse of this map is {\\em inverseColeman} (if {\\em \\spad{pi}} is the lexicographical smallest permutation in the coset). For details see James/Kerber.")))
@@ -4358,8 +4358,8 @@ NIL
NIL
(-1107 |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 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}.")))
-((-4406 |has| |#3| (-1046)) (-4407 |has| |#3| (-1046)) (-4409 |has| |#3| (-6 -4409)) ((-4414 "*") |has| |#3| (-172)) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-2713 (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1094)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#3| (QUOTE (-363))) (-2713 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1046)))) (-2713 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-363)))) (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (QUOTE (-790))) (-2713 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (QUOTE (-845)))) (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (QUOTE (-172))) (-2713 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-1046)))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (-2713 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (QUOTE (-1094)))) (-2713 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1046)))) (-2713 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1046)))) (-2713 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1046)))) (-2713 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-131)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-172)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-233)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-363)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-368)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-723)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-790)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-845)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1046)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1094))))) (-2713 (-12 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1046))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170))))) (-2713 (|HasCategory| |#3| (QUOTE (-1046))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1094)))) (|HasAttribute| |#3| (QUOTE -4409)) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))))
+((-4400 |has| |#3| (-1046)) (-4401 |has| |#3| (-1046)) (-4403 |has| |#3| (-6 -4403)) ((-4408 "*") |has| |#3| (-172)) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-4078 (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1094)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#3| (QUOTE (-363))) (-4078 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1046)))) (-4078 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-363)))) (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (QUOTE (-790))) (-4078 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (QUOTE (-845)))) (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (QUOTE (-172))) (-4078 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-1046)))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (-4078 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (QUOTE (-1094)))) (-4078 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1046)))) (-4078 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1046)))) (-4078 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (QUOTE (-1046)))) (-4078 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-131)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-172)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-233)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-363)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-368)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-723)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-790)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-845)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1046)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1094))))) (-4078 (-12 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1046))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-363))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-723))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-790))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-845))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (|HasCategory| (-564) (QUOTE (-847))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1046)))) (-12 (|HasCategory| |#3| (QUOTE (-1046))) (|HasCategory| |#3| (LIST (QUOTE -897) (QUOTE (-1170))))) (-4078 (|HasCategory| |#3| (QUOTE (-1046))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564)))))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#3| (QUOTE (-1094)))) (|HasAttribute| |#3| (QUOTE -4403)) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#3| (QUOTE (-1094))) (|HasCategory| |#3| (LIST (QUOTE -309) (|devaluate| |#3|)))))
(-1108 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 \\spad{c_}{+}\\spad{-c_}{-} where \\spad{c_}{+} is the number of real roots of \\spad{p1} with p2>0 and \\spad{c_}{-} is the number of real roots of \\spad{p1} with p2<0. If 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 \\spad{c_}{+}\\spad{-c_}{-} where \\spad{c_}{+} is the number of real roots of \\spad{p1} with p2>0 and \\spad{c_}{-} is the number of real roots of \\spad{p1} with p2<0. If 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
@@ -4368,7 +4368,7 @@ NIL
((|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 \\spad{`s'}.")) (|name| (((|Identifier|) $) "\\spad{name(s)} returns the name of the signature \\spad{`s'}.")) (|signatureAst| (($ (|Identifier|) (|Signature|)) "\\spad{signatureAst(n,{}s,{}t)} builds the signature AST \\spad{n:} \\spad{s} \\spad{->} \\spad{t}")))
NIL
NIL
-(-1110 R -2210)
+(-1110 R -3629)
((|constructor| (NIL "This package provides functions to determine the sign of an elementary function around a point or infinity.")) (|sign| (((|Union| (|Integer|) "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|) "failed") |#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|) "failed") |#2|) "\\spad{sign(f)} returns the sign of \\spad{f} if it is constant everywhere.")))
NIL
NIL
@@ -4386,19 +4386,19 @@ NIL
NIL
(-1114)
((|constructor| (NIL "SingleInteger is intended to support machine integer arithmetic.")) (|Or| (($ $ $) "\\spad{Or(n,{}m)} returns the bit-by-bit logical {\\em or} of the single integers \\spad{n} and \\spad{m}.")) (|And| (($ $ $) "\\spad{And(n,{}m)} returns the bit-by-bit logical {\\em and} of the single integers \\spad{n} and \\spad{m}.")) (|Not| (($ $) "\\spad{Not(n)} returns the bit-by-bit logical {\\em not} of the single integer \\spad{n}.")) (|xor| (($ $ $) "\\spad{xor(n,{}m)} returns the bit-by-bit logical {\\em xor} of the single integers \\spad{n} and \\spad{m}.")) (|not| (($ $) "\\spad{not(n)} returns the bit-by-bit logical {\\em not} of the single integer \\spad{n}.")) (|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.")))
-((-4400 . T) (-4404 . T) (-4399 . T) (-4410 . T) (-4411 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4394 . T) (-4398 . T) (-4393 . T) (-4404 . T) (-4405 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1115 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}) = \\spad{#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}.")))
-((-4412 . T) (-4413 . T))
+((-4406 . T) (-4407 . T))
NIL
(-1116 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}\\spad{'s} on the diagonal and zeroes elsewhere.")))
NIL
-((|HasCategory| |#3| (QUOTE (-363))) (|HasAttribute| |#3| (QUOTE (-4414 "*"))) (|HasCategory| |#3| (QUOTE (-172))))
+((|HasCategory| |#3| (QUOTE (-363))) (|HasAttribute| |#3| (QUOTE (-4408 "*"))) (|HasCategory| |#3| (QUOTE (-172))))
(-1117 |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}\\spad{'s} on the diagonal and zeroes elsewhere.")))
-((-4412 . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4406 . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1118 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}.")))
@@ -4406,17 +4406,17 @@ NIL
NIL
(-1119 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.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-906))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4410)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-906))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4404)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-1120 |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 \\spad{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 \\spad{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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-363))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-363))))
(-1121 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}")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
-(-1122 UP -2210)
+(-1122 UP -3629)
((|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
@@ -4470,19 +4470,19 @@ NIL
NIL
(-1135 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,{}\\spad{ls},{}sub?)} returns \\axiom{a} where the children list of \\axiom{\\spad{l}} has been set to \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in \\spad{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,{}\\spad{ls})} returns \\axiom{a} where the children list of \\axiom{\\spad{l}} has been set to \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in \\spad{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{\\spad{ls}} is the leaves list of \\axiom{a} returns \\axiom{[[value(\\spad{s}),{}condition(\\spad{s})]\\$\\spad{VT} for \\spad{s} in \\spad{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},{}\\spad{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 \\spad{ls}]}.") (($ |#1| |#2| (|List| (|SplittingNode| |#1| |#2|))) "\\axiom{construct(\\spad{v},{}\\spad{t},{}\\spad{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 \\spad{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.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| (-1134 |#1| |#2|) (LIST (QUOTE -309) (LIST (QUOTE -1134) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1134 |#1| |#2|) (QUOTE (-1094)))) (|HasCategory| (-1134 |#1| |#2|) (QUOTE (-1094))) (-2713 (|HasCategory| (-1134 |#1| |#2|) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-1134 |#1| |#2|) (LIST (QUOTE -309) (LIST (QUOTE -1134) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1134 |#1| |#2|) (QUOTE (-1094))))) (|HasCategory| (-1134 |#1| |#2|) (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| (-1134 |#1| |#2|) (LIST (QUOTE -309) (LIST (QUOTE -1134) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1134 |#1| |#2|) (QUOTE (-1094)))) (|HasCategory| (-1134 |#1| |#2|) (QUOTE (-1094))) (-4078 (|HasCategory| (-1134 |#1| |#2|) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-1134 |#1| |#2|) (LIST (QUOTE -309) (LIST (QUOTE -1134) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1134 |#1| |#2|) (QUOTE (-1094))))) (|HasCategory| (-1134 |#1| |#2|) (LIST (QUOTE -611) (QUOTE (-859)))))
(-1136 |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}.")))
-((-4409 . T) (-4401 |has| |#2| (-6 (-4414 "*"))) (-4412 . T) (-4406 . T) (-4407 . T))
-((|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE (-4414 "*"))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-363))) (-2713 (|HasAttribute| |#2| (QUOTE (-4414 "*"))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-172))))
+((-4403 . T) (-4395 |has| |#2| (-6 (-4408 "*"))) (-4406 . T) (-4400 . T) (-4401 . T))
+((|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE (-4408 "*"))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (QUOTE (-307))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-363))) (-4078 (|HasAttribute| |#2| (QUOTE (-4408 "*"))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-172))))
(-1137 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{>=} \\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{>=} \\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\",{}\\spad{\"*\"})} 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}) \\spad{==} 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}) \\spad{==} 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
(-1138)
((|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{>=} \\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{>=} \\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\",{}\\spad{\"*\"})} 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}) \\spad{==} 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}) \\spad{==} 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.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
(-1139 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\\spad{'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{\\spad{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.}")))
@@ -4490,12 +4490,12 @@ NIL
NIL
(-1140 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(\\spad{lp},{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|internalZeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalZeroSetSplit(\\spad{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(\\spad{lp},{}\\spad{b1},{}\\spad{b2}.\\spad{b3},{}\\spad{b4})} is an internal subroutine,{} exported only for developement.") (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(\\spad{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},{}\\spad{ts},{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
((-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -611) (QUOTE (-859)))))
(-1141 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}.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-1142 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}.")) (|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
@@ -4506,8 +4506,8 @@ NIL
NIL
(-1144 |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.")))
-((-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#2|)))))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-847))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))))
+((-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -1389) (|devaluate| |#2|)))))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-847))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))))
(-1145)
((|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 infinite domains,{} repeated application of \\spadfun{nextItem} is not required to reach all possible domain elements starting from any initial element. \\blankline Conditional attributes: \\indented{2}{infinite\\tab{15}repeated \\spad{nextItem}\\spad{'s} are never \"failed\".}")) (|nextItem| (((|Union| $ "failed") $) "\\spad{nextItem(x)} returns the next item,{} or \"failed\" if domain is exhausted.")) (|init| (($) "\\spad{init()} chooses an initial object for stepping.")))
NIL
@@ -4530,20 +4530,20 @@ NIL
NIL
(-1150 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}.")) (|shallowlyMutable| ((|attribute|) "one may destructively alter a stream by assigning new values to its entries.")))
-((-4413 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4407 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-1151)
((|constructor| (NIL "A category for string-like objects")) (|string| (($ (|Integer|)) "\\spad{string(i)} returns the decimal representation of \\spad{i} in a string")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
(-1152)
NIL
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| (-144) (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| (-144) (QUOTE (-1094))) (|HasCategory| (-144) (LIST (QUOTE -309) (QUOTE (-144))))))
(-1153 |Entry|)
((|constructor| (NIL "This domain provides tables where the keys are strings. A specialized hash function for strings is used.")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (QUOTE (-1152))) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#1|)))))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-1094)))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (QUOTE (-1094))) (|HasCategory| (-1152) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (QUOTE (-1152))) (LIST (QUOTE |:|) (QUOTE -1389) (|devaluate| |#1|)))))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-1094)))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (QUOTE (-1094))) (|HasCategory| (-1152) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (LIST (QUOTE -611) (QUOTE (-859)))))
(-1154 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 1.")) (|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 \\spad{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 \\spad{b:} \\spad{[a0,{}a1,{}...] * [b0,{}b1,{}...] = [c0,{}c1,{}...]} where \\spad{ck = sum(i + j = k,{}\\spad{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
@@ -4574,9 +4574,9 @@ NIL
NIL
(-1161 |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.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-4414 "*") -2713 (-2832 (|has| |#1| (-363)) (|has| (-1168 |#1| |#2| |#3|) (-817))) (|has| |#1| (-172)) (-2832 (|has| |#1| (-363)) (|has| (-1168 |#1| |#2| |#3|) (-906)))) (-4405 -2713 (-2832 (|has| |#1| (-363)) (|has| (-1168 |#1| |#2| |#3|) (-817))) (|has| |#1| (-556)) (-2832 (|has| |#1| (-363)) (|has| (-1168 |#1| |#2| |#3|) (-906)))) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-1019))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-1145))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -286) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -309) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-145)))) (-2713 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2713 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|)))))) (-2713 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|))))) (|HasCategory| (-564) (QUOTE (-1106))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-1019))) (|HasCategory| |#1| (QUOTE (-363)))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-2713 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363))))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-1145))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -286) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -309) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -2052) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-145))) (-2713 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-172)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-145)))))
-(-1162 R -2210)
+(((-4408 "*") -4078 (-4348 (|has| |#1| (-363)) (|has| (-1168 |#1| |#2| |#3|) (-817))) (|has| |#1| (-172)) (-4348 (|has| |#1| (-363)) (|has| (-1168 |#1| |#2| |#3|) (-906)))) (-4399 -4078 (-4348 (|has| |#1| (-363)) (|has| (-1168 |#1| |#2| |#3|) (-817))) (|has| |#1| (-556)) (-4348 (|has| |#1| (-363)) (|has| (-1168 |#1| |#2| |#3|) (-906)))) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-1019))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-1145))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -286) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -309) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-145)))) (-4078 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-147)))) (-4078 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|)))))) (-4078 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|))))) (|HasCategory| (-564) (QUOTE (-1106))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-1019))) (|HasCategory| |#1| (QUOTE (-363)))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-4078 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363))))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-1145))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -286) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -309) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -3907) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-145))) (-4078 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-172)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(-1162 R -3629)
((|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}(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
@@ -4594,16 +4594,16 @@ NIL
NIL
(-1166 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.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4408 |has| |#1| (-363)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1145))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4410)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4402 |has| |#1| (-363)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-1145))) (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4404)) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-1167 |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.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|)))) (|HasCategory| (-407 (-564)) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -2052) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|)))) (|HasCategory| (-407 (-564)) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -3907) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
(-1168 |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.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} computes the derivative of \\spad{f(x)} with respect to \\spad{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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-768)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-768)) (|devaluate| |#1|)))) (|HasCategory| (-768) (QUOTE (-1106))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-768))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-768))))) (|HasCategory| |#1| (QUOTE (-363))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -2052) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-768)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-768)) (|devaluate| |#1|)))) (|HasCategory| (-768) (QUOTE (-1106))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-768))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-768))))) (|HasCategory| |#1| (QUOTE (-363))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -3907) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
(-1169)
((|constructor| (NIL "This domain builds representations of boolean expressions for use with the \\axiomType{FortranCode} domain.")) (NOT (($ $) "\\spad{NOT(x)} returns the \\axiomType{Switch} expression representing \\spad{\\~~x}.") (($ (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $))) "\\spad{NOT(x)} returns the \\axiomType{Switch} expression representing \\spad{\\~~x}.")) (AND (($ (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $)) (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $))) "\\spad{AND(x,{}y)} returns the \\axiomType{Switch} expression representing \\spad{x and y}.")) (EQ (($ (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $)) (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $))) "\\spad{EQ(x,{}y)} returns the \\axiomType{Switch} expression representing \\spad{x = y}.")) (OR (($ (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $)) (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $))) "\\spad{OR(x,{}y)} returns the \\axiomType{Switch} expression representing \\spad{x or y}.")) (GE (($ (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $)) (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $))) "\\spad{GE(x,{}y)} returns the \\axiomType{Switch} expression representing \\spad{x>=y}.")) (LE (($ (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $)) (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $))) "\\spad{LE(x,{}y)} returns the \\axiomType{Switch} expression representing \\spad{x<=y}.")) (GT (($ (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $)) (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $))) "\\spad{GT(x,{}y)} returns the \\axiomType{Switch} expression representing \\spad{x>y}.")) (LT (($ (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $)) (|Union| (|:| I (|Expression| (|Integer|))) (|:| F (|Expression| (|Float|))) (|:| CF (|Expression| (|Complex| (|Float|)))) (|:| |switch| $))) "\\spad{LT(x,{}y)} returns the \\axiomType{Switch} expression representing \\spad{x<y}.")) (|coerce| (($ (|Symbol|)) "\\spad{coerce(s)} \\undocumented{}")))
NIL
@@ -4618,8 +4618,8 @@ NIL
NIL
(-1172 R)
((|constructor| (NIL "This domain implements symmetric polynomial")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-6 -4410)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| (-968) (QUOTE (-131))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasAttribute| |#1| (QUOTE -4410)))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-6 -4404)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-452))) (-12 (|HasCategory| (-968) (QUOTE (-131))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasAttribute| |#1| (QUOTE -4404)))
(-1173)
((|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| "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| "void"))) "\\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| "void"))) "\\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| "void")) $) "\\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
@@ -4658,8 +4658,8 @@ NIL
NIL
(-1182 |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}")))
-((-4412 . T) (-4413 . T))
-((-12 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2381) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3096) (|devaluate| |#2|)))))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))) (-2713 (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4406 . T) (-4407 . T))
+((-12 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -309) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2568) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -1389) (|devaluate| |#2|)))))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#2| (QUOTE (-1094)))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -612) (QUOTE (-536)))) (-12 (|HasCategory| |#2| (QUOTE (-1094))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#2| (QUOTE (-1094))) (-4078 (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#2| (LIST (QUOTE -611) (QUOTE (-859)))) (|HasCategory| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (LIST (QUOTE -611) (QUOTE (-859)))))
(-1183 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{\\spad{ai} = tan(\\spad{ui})} then \\spad{f(a1,{}...,{}an) = tan(u1 + ... + un)}.")))
NIL
@@ -4670,7 +4670,7 @@ NIL
NIL
(-1185 |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}.")) (|setelt| ((|#2| $ |#1| |#2|) "\\spad{setelt(t,{}k,{}e)} (also written \\axiom{\\spad{t}.\\spad{k} \\spad{:=} \\spad{e}}) is equivalent to \\axiom{(insert([\\spad{k},{}\\spad{e}],{}\\spad{t}); \\spad{e})}.")))
-((-4413 . T))
+((-4407 . T))
NIL
(-1186 |Key| |Entry|)
((|constructor| (NIL "\\axiom{TabulatedComputationPackage(Key ,{}Entry)} provides some modest support for dealing with operations with type \\axiom{Key \\spad{->} 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.")))
@@ -4710,8 +4710,8 @@ NIL
NIL
(-1195 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}.")))
-((-4413 . T) (-4412 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
+((-4407 . T) (-4406 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1094))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
(-1196 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
@@ -4720,7 +4720,7 @@ NIL
((|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
-(-1198 R -2210)
+(-1198 R -3629)
((|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
@@ -4728,7 +4728,7 @@ NIL
((|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
-(-1200 R -2210)
+(-1200 R -3629)
((|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 \\spad{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 \\spad{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 -612) (LIST (QUOTE -889) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -883) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -883) (|devaluate| |#1|)))))
@@ -4738,12 +4738,12 @@ NIL
((|HasCategory| |#4| (QUOTE (-368))))
(-1202 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} < ... < \\spad{Xn}}. A set \\axiom{\\spad{S}} of polynomials in \\axiom{\\spad{R}[\\spad{X1},{}\\spad{X2},{}...,{}\\spad{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(\\spad{ts})} returns \\axiom{size()\\spad{\\$}\\spad{V}} minus \\axiom{\\spad{\\#}\\spad{ts}}.")) (|extend| (($ $ |#4|) "\\axiom{extend(\\spad{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{\\spad{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(\\spad{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{\\spad{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(\\spad{ts},{}\\spad{v})} returns the polynomial of \\axiom{\\spad{ts}} with \\axiom{\\spad{v}} as main variable,{} if any.")) (|algebraic?| (((|Boolean|) |#3| $) "\\axiom{algebraic?(\\spad{v},{}\\spad{ts})} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{\\spad{ts}}.")) (|algebraicVariables| (((|List| |#3|) $) "\\axiom{algebraicVariables(\\spad{ts})} returns the decreasingly sorted list of the main variables of the polynomials of \\axiom{\\spad{ts}}.")) (|rest| (((|Union| $ "failed") $) "\\axiom{rest(\\spad{ts})} returns the polynomials of \\axiom{\\spad{ts}} with smaller main variable than \\axiom{mvar(\\spad{ts})} if \\axiom{\\spad{ts}} is not empty,{} otherwise returns \"failed\"")) (|last| (((|Union| |#4| "failed") $) "\\axiom{last(\\spad{ts})} returns the polynomial of \\axiom{\\spad{ts}} with smallest main variable if \\axiom{\\spad{ts}} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|first| (((|Union| |#4| "failed") $) "\\axiom{first(\\spad{ts})} returns the polynomial of \\axiom{\\spad{ts}} with greatest main variable if \\axiom{\\spad{ts}} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#4|)))) (|List| |#4|)) "\\axiom{zeroSetSplitIntoTriangularSystems(\\spad{lp})} returns a list of triangular systems \\axiom{[[\\spad{ts1},{}\\spad{qs1}],{}...,{}[\\spad{tsn},{}\\spad{qsn}]]} such that the zero set of \\axiom{\\spad{lp}} is the union of the closures of the \\axiom{W_i} where \\axiom{W_i} consists of the zeros of \\axiom{\\spad{ts}} which do not cancel any polynomial in \\axiom{qsi}.")) (|zeroSetSplit| (((|List| $) (|List| |#4|)) "\\axiom{zeroSetSplit(\\spad{lp})} returns a list \\axiom{\\spad{lts}} of triangular sets such that the zero set of \\axiom{\\spad{lp}} is the union of the closures of the regular zero sets of the members of \\axiom{\\spad{lts}}.")) (|reduceByQuasiMonic| ((|#4| |#4| $) "\\axiom{reduceByQuasiMonic(\\spad{p},{}\\spad{ts})} returns the same as \\axiom{remainder(\\spad{p},{}collectQuasiMonic(\\spad{ts})).polnum}.")) (|collectQuasiMonic| (($ $) "\\axiom{collectQuasiMonic(\\spad{ts})} returns the subset of \\axiom{\\spad{ts}} consisting of the polynomials with initial in \\axiom{\\spad{R}}.")) (|removeZero| ((|#4| |#4| $) "\\axiom{removeZero(\\spad{p},{}\\spad{ts})} returns \\axiom{0} if \\axiom{\\spad{p}} reduces to \\axiom{0} by pseudo-division \\spad{w}.\\spad{r}.\\spad{t} \\axiom{\\spad{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},{}\\spad{ts})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}\\spad{ts})} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}.")) (|headReduce| ((|#4| |#4| $) "\\axiom{headReduce(\\spad{p},{}\\spad{ts})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduce?(\\spad{r},{}\\spad{ts})} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}.")) (|stronglyReduce| ((|#4| |#4| $) "\\axiom{stronglyReduce(\\spad{p},{}\\spad{ts})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{stronglyReduced?(\\spad{r},{}\\spad{ts})} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}.")) (|rewriteSetWithReduction| (((|List| |#4|) (|List| |#4|) $ (|Mapping| |#4| |#4| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{rewriteSetWithReduction(\\spad{lp},{}\\spad{ts},{}redOp,{}redOp?)} returns a list \\axiom{\\spad{lq}} of polynomials such that \\axiom{[reduce(\\spad{p},{}\\spad{ts},{}redOp,{}redOp?) for \\spad{p} in \\spad{lp}]} and \\axiom{\\spad{lp}} have the same zeros inside the regular zero set of \\axiom{\\spad{ts}}. Moreover,{} for every polynomial \\axiom{\\spad{q}} in \\axiom{\\spad{lq}} and every polynomial \\axiom{\\spad{t}} in \\axiom{\\spad{ts}} \\axiom{redOp?(\\spad{q},{}\\spad{t})} holds and there exists a polynomial \\axiom{\\spad{p}} in the ideal generated by \\axiom{\\spad{lp}} and a product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{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 = \\spad{f*q} + redOp(\\spad{p},{}\\spad{q})}.")) (|reduce| ((|#4| |#4| $ (|Mapping| |#4| |#4| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{reduce(\\spad{p},{}\\spad{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{\\spad{ts}} and there exists some product \\axiom{\\spad{h}} of the initials of the members of \\axiom{\\spad{ts}} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{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 = \\spad{f*q} + redOp(\\spad{p},{}\\spad{q})}.")) (|autoReduced?| (((|Boolean|) $ (|Mapping| (|Boolean|) |#4| (|List| |#4|))) "\\axiom{autoReduced?(\\spad{ts},{}redOp?)} returns \\spad{true} iff every element of \\axiom{\\spad{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},{}\\spad{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{\\spad{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},{}\\spad{ts})} returns \\spad{true} iff the head of \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ts}}.")) (|stronglyReduced?| (((|Boolean|) $) "\\axiom{stronglyReduced?(\\spad{ts})} returns \\spad{true} iff 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{stronglyReduced?(\\spad{p},{}\\spad{ts})} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ts}}.")) (|reduced?| (((|Boolean|) |#4| $ (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{reduced?(\\spad{p},{}\\spad{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{\\spad{ts}} \\axiom{redOp?(\\spad{p},{}\\spad{t})} holds.")) (|normalized?| (((|Boolean|) $) "\\axiom{normalized?(\\spad{ts})} returns \\spad{true} iff for every axiom{\\spad{p}} in axiom{\\spad{ts}} we have \\axiom{normalized?(\\spad{p},{}us)} where \\axiom{us} is \\axiom{collectUnder(\\spad{ts},{}mvar(\\spad{p}))}.") (((|Boolean|) |#4| $) "\\axiom{normalized?(\\spad{p},{}\\spad{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{\\spad{ts}}")) (|quasiComponent| (((|Record| (|:| |close| (|List| |#4|)) (|:| |open| (|List| |#4|))) $) "\\axiom{quasiComponent(\\spad{ts})} returns \\axiom{[\\spad{lp},{}\\spad{lq}]} where \\axiom{\\spad{lp}} is the list of the members of \\axiom{\\spad{ts}} and \\axiom{\\spad{lq}}is \\axiom{initials(\\spad{ts})}.")) (|degree| (((|NonNegativeInteger|) $) "\\axiom{degree(\\spad{ts})} returns the product of main degrees of the members of \\axiom{\\spad{ts}}.")) (|initials| (((|List| |#4|) $) "\\axiom{initials(\\spad{ts})} returns the list of the non-constant initials of the members of \\axiom{\\spad{ts}}.")) (|basicSet| (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{basicSet(\\spad{ps},{}pred?,{}redOp?)} returns the same as \\axiom{basicSet(\\spad{qs},{}redOp?)} where \\axiom{\\spad{qs}} consists of the polynomials of \\axiom{\\spad{ps}} satisfying property \\axiom{pred?}.") (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{basicSet(\\spad{ps},{}redOp?)} returns \\axiom{[\\spad{bs},{}\\spad{ts}]} where \\axiom{concat(\\spad{bs},{}\\spad{ts})} is \\axiom{\\spad{ps}} and \\axiom{\\spad{bs}} is a basic set in Wu Wen Tsun sense of \\axiom{\\spad{ps}} \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?},{} if no non-zero constant polynomial lie in \\axiom{\\spad{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.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
(-1203 |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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-363))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-363))))
(-1204 |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
@@ -4756,7 +4756,7 @@ NIL
((|constructor| (NIL "\\indented{1}{This domain is used to interface with the interpreter\\spad{'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 (-1094))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))))
-(-1207 -2210)
+(-1207 -3629)
((|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
@@ -4782,7 +4782,7 @@ NIL
NIL
(-1213)
((|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.")))
-((-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1214)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 16 bits.")))
@@ -4806,7 +4806,7 @@ NIL
NIL
(-1219 |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{<=} \\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.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1220 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)}.")))
@@ -4814,16 +4814,16 @@ NIL
((|HasCategory| |#2| (QUOTE (-363))))
(-1221 |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)}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1222 |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)}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -286) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-817)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-847)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-906)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1019)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1145)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (|HasCategory| |#1| (QUOTE (-145))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-145))))) (-2713 (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-147))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|))))) (|HasCategory| (-564) (QUOTE (-1106))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-906)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1019)))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-817)))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-817)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-847))))) (-2713 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -286) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-817)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-847)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-906)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1019)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1145)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1145)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -286) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -2052) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-847)))) (|HasCategory| |#2| (QUOTE (-906))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-545)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-307)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-145))))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -286) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-817)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-847)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-906)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1019)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1145)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (|HasCategory| |#1| (QUOTE (-145))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-145))))) (-4078 (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-147))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|))))) (|HasCategory| (-564) (QUOTE (-1106))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-906)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1019)))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-817)))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-817)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-847))))) (-4078 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -286) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-817)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-847)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-906)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1019)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1145)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-1170)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1145)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -286) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -309) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -514) (QUOTE (-1170)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -3907) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-847)))) (|HasCategory| |#2| (QUOTE (-906))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-545)))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-307)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#1| (QUOTE (-145))) (-12 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-145))))))
(-1223 |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.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-4414 "*") -2713 (-2832 (|has| |#1| (-363)) (|has| (-1251 |#1| |#2| |#3|) (-817))) (|has| |#1| (-172)) (-2832 (|has| |#1| (-363)) (|has| (-1251 |#1| |#2| |#3|) (-906)))) (-4405 -2713 (-2832 (|has| |#1| (-363)) (|has| (-1251 |#1| |#2| |#3|) (-817))) (|has| |#1| (-556)) (-2832 (|has| |#1| (-363)) (|has| (-1251 |#1| |#2| |#3|) (-906)))) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
-((-2713 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-1019))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-1145))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -286) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -309) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-145)))) (-2713 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2713 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|)))))) (-2713 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|))))) (|HasCategory| (-564) (QUOTE (-1106))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-1019))) (|HasCategory| |#1| (QUOTE (-363)))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-2713 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363))))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-1145))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -286) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -309) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -2052) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-145))) (-2713 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-172)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4408 "*") -4078 (-4348 (|has| |#1| (-363)) (|has| (-1251 |#1| |#2| |#3|) (-817))) (|has| |#1| (-172)) (-4348 (|has| |#1| (-363)) (|has| (-1251 |#1| |#2| |#3|) (-906)))) (-4399 -4078 (-4348 (|has| |#1| (-363)) (|has| (-1251 |#1| |#2| |#3|) (-817))) (|has| |#1| (-556)) (-4348 (|has| |#1| (-363)) (|has| (-1251 |#1| |#2| |#3|) (-906)))) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
+((-4078 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-1019))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-1145))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -286) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -309) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-145)))) (-4078 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-147)))) (-4078 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|)))))) (-4078 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-564)) (|devaluate| |#1|))))) (|HasCategory| (-564) (QUOTE (-1106))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-363))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-1170)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-1019))) (|HasCategory| |#1| (QUOTE (-363)))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-4078 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363))))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-1145))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -286) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -309) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -514) (QUOTE (-1170)) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-564))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -3907) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-307))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-145))) (-4078 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-817))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-172)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-906))) (|HasCategory| |#1| (QUOTE (-363)))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-363)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-1224 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
@@ -4858,8 +4858,8 @@ NIL
NIL
(-1232 |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}")))
-(((-4414 "*") |has| |#2| (-172)) (-4405 |has| |#2| (-556)) (-4408 |has| |#2| (-363)) (-4410 |has| |#2| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#2| (QUOTE (-906))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-556)))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-2713 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-2713 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1145))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE -4410)) (|HasCategory| |#2| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-2713 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
+(((-4408 "*") |has| |#2| (-172)) (-4399 |has| |#2| (-556)) (-4402 |has| |#2| (-363)) (-4404 |has| |#2| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#2| (QUOTE (-906))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-556)))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-379)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-379))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -883) (QUOTE (-564)))) (|HasCategory| |#2| (LIST (QUOTE -883) (QUOTE (-564))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-379)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -612) (LIST (QUOTE -889) (QUOTE (-564)))))) (-12 (|HasCategory| (-1076) (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#2| (LIST (QUOTE -612) (QUOTE (-536))))) (|HasCategory| |#2| (QUOTE (-847))) (|HasCategory| |#2| (LIST (QUOTE -637) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (QUOTE (-564)))) (-4078 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| |#2| (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (-4078 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-1145))) (|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE -4404)) (|HasCategory| |#2| (QUOTE (-452))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (-4078 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-906)))) (|HasCategory| |#2| (QUOTE (-145)))))
(-1233 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
@@ -4870,15 +4870,15 @@ NIL
((|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-556))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1145))))
(-1235 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 \\spad{gcd} of the polynomials \\spad{p} and \\spad{q} using the SubResultant \\spad{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 \\spad{Dx} is given by \\spad{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\\spad{'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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4408 |has| |#1| (-363)) (-4410 |has| |#1| (-6 -4410)) (-4407 . T) (-4406 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4402 |has| |#1| (-363)) (-4404 |has| |#1| (-6 -4404)) (-4401 . T) (-4400 . T) (-4403 . T))
NIL
(-1236 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{<=} \\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}.")) (|elt| ((|#2| $ |#3|) "\\spad{elt(f(x),{}r)} returns the coefficient of the term of degree \\spad{r} in \\spad{f(x)}. This is the same as the function \\spadfun{coefficient}.")) (|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| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#2| (LIST (QUOTE *) (LIST (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1106))) (|HasSignature| |#2| (LIST (QUOTE **) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (LIST (QUOTE -1721) (LIST (|devaluate| |#2|) (QUOTE (-1170))))))
+((|HasCategory| |#2| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#2| (LIST (QUOTE *) (LIST (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1106))) (|HasSignature| |#2| (LIST (QUOTE **) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (LIST (QUOTE -1831) (LIST (|devaluate| |#2|) (QUOTE (-1170))))))
(-1237 |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{<=} \\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}.")) (|elt| ((|#1| $ |#2|) "\\spad{elt(f(x),{}r)} returns the coefficient of the term of degree \\spad{r} in \\spad{f(x)}. This is the same as the function \\spadfun{coefficient}.")) (|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.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1238 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| "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (|Integer|))) (|Record| (|:| |flg| (|Union| "nil" "sqfr" "irred" "prime")) (|:| |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}.")))
@@ -4890,7 +4890,7 @@ NIL
NIL
(-1240 |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.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1241 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)}.")))
@@ -4898,24 +4898,24 @@ NIL
NIL
(-1242 |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)}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1243 |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)}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|)))) (|HasCategory| (-407 (-564)) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -2052) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|)))) (|HasCategory| (-407 (-564)) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -3907) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))))
(-1244 |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.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4410 |has| |#1| (-363)) (-4404 |has| |#1| (-363)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|)))) (|HasCategory| (-407 (-564)) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-2713 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -2052) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4404 |has| |#1| (-363)) (-4398 |has| |#1| (-363)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#1| (QUOTE (-172))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564))) (|devaluate| |#1|)))) (|HasCategory| (-407 (-564)) (QUOTE (-1106))) (|HasCategory| |#1| (QUOTE (-363))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-4078 (|HasCategory| |#1| (QUOTE (-363))) (|HasCategory| |#1| (QUOTE (-556)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -407) (QUOTE (-564)))))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -3907) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
(-1245 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))}.")))
-(((-4414 "*") |has| (-1244 |#2| |#3| |#4|) (-172)) (-4405 |has| (-1244 |#2| |#3| |#4|) (-556)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| (-1244 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-145))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-172))) (-2713 (|HasCategory| (-1244 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-1244 |#2| |#3| |#4|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| (-1244 |#2| |#3| |#4|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-1244 |#2| |#3| |#4|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-363))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-452))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-556))))
+(((-4408 "*") |has| (-1244 |#2| |#3| |#4|) (-172)) (-4399 |has| (-1244 |#2| |#3| |#4|) (-556)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| (-1244 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-145))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-172))) (-4078 (|HasCategory| (-1244 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-1244 |#2| |#3| |#4|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564)))))) (|HasCategory| (-1244 |#2| |#3| |#4|) (LIST (QUOTE -1035) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| (-1244 |#2| |#3| |#4|) (LIST (QUOTE -1035) (QUOTE (-564)))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-363))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-452))) (|HasCategory| (-1244 |#2| |#3| |#4|) (QUOTE (-556))))
(-1246 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{:=} \\spad{b}}) is equivalent to \\axiom{setlast!(\\spad{u},{}\\spad{v})}.") (($ $ "rest" $) "\\spad{setelt(u,{}\"rest\",{}v)} (also written: \\axiom{\\spad{u}.rest \\spad{:=} \\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{:=} \\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} \\spad{>=} 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} \\spad{>=} 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} \\spad{>=} 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
-((|HasAttribute| |#1| (QUOTE -4413)))
+((|HasAttribute| |#1| (QUOTE -4407)))
(-1247 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{:=} \\spad{b}}) is equivalent to \\axiom{setlast!(\\spad{u},{}\\spad{v})}.") (($ $ "rest" $) "\\spad{setelt(u,{}\"rest\",{}v)} (also written: \\axiom{\\spad{u}.rest \\spad{:=} \\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{:=} \\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} \\spad{>=} 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} \\spad{>=} 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} \\spad{>=} 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
@@ -4927,20 +4927,20 @@ NIL
(-1249 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| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-956))) (|HasCategory| |#2| (QUOTE (-1194))) (|HasSignature| |#2| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#2|)))) (|HasSignature| |#2| (LIST (QUOTE -2052) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1170))))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))))
+((|HasCategory| |#2| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#2| (QUOTE (-956))) (|HasCategory| |#2| (QUOTE (-1194))) (|HasSignature| |#2| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#2|)))) (|HasSignature| |#2| (LIST (QUOTE -3907) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1170))))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#2| (QUOTE (-363))))
(-1250 |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.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1251 |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 1st order coefficient 1.")) (|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))}.}")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} computes the derivative of \\spad{f(x)} with respect to \\spad{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}.")))
-(((-4414 "*") |has| |#1| (-172)) (-4405 |has| |#1| (-556)) (-4406 . T) (-4407 . T) (-4409 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (-2713 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-768)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-768)) (|devaluate| |#1|)))) (|HasCategory| (-768) (QUOTE (-1106))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-768))))) (|HasSignature| |#1| (LIST (QUOTE -1721) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-768))))) (|HasCategory| |#1| (QUOTE (-363))) (-2713 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -2052) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -4153) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
+(((-4408 "*") |has| |#1| (-172)) (-4399 |has| |#1| (-556)) (-4400 . T) (-4401 . T) (-4403 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasCategory| |#1| (QUOTE (-556))) (-4078 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-556)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -897) (QUOTE (-1170)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-768)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-768)) (|devaluate| |#1|)))) (|HasCategory| (-768) (QUOTE (-1106))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-768))))) (|HasSignature| |#1| (LIST (QUOTE -1831) (LIST (|devaluate| |#1|) (QUOTE (-1170)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-768))))) (|HasCategory| |#1| (QUOTE (-363))) (-4078 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-564)))) (|HasCategory| |#1| (QUOTE (-956))) (|HasCategory| |#1| (QUOTE (-1194))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasSignature| |#1| (LIST (QUOTE -3907) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1170))))) (|HasSignature| |#1| (LIST (QUOTE -3209) (LIST (LIST (QUOTE -641) (QUOTE (-1170))) (|devaluate| |#1|)))))))
(-1252 |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
-(-1253 -2210 UP L UTS)
+(-1253 -3629 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 (-556))))
@@ -4958,7 +4958,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-999))) (|HasCategory| |#2| (QUOTE (-1046))) (|HasCategory| |#2| (QUOTE (-723))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
(-1257 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})\\spad{*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.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
NIL
(-1258 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}.")))
@@ -4966,8 +4966,8 @@ NIL
NIL
(-1259 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.")))
-((-4413 . T) (-4412 . T))
-((-2713 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-2713 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-2713 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-1046))) (-12 (|HasCategory| |#1| (QUOTE (-999))) (|HasCategory| |#1| (QUOTE (-1046)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
+((-4407 . T) (-4406 . T))
+((-4078 (-12 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|))))) (-4078 (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859))))) (|HasCategory| |#1| (LIST (QUOTE -612) (QUOTE (-536)))) (-4078 (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-847))) (|HasCategory| (-564) (QUOTE (-847))) (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-723))) (|HasCategory| |#1| (QUOTE (-1046))) (-12 (|HasCategory| |#1| (QUOTE (-999))) (|HasCategory| |#1| (QUOTE (-1046)))) (|HasCategory| |#1| (LIST (QUOTE -611) (QUOTE (-859)))) (-12 (|HasCategory| |#1| (QUOTE (-1094))) (|HasCategory| |#1| (LIST (QUOTE -309) (|devaluate| |#1|)))))
(-1260)
((|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,{}\\spad{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{\\spad{gi}} of domain \\spadtype{GraphImage}. The contents of viewport,{} \\spad{v},{} will contain \\spad{\\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\\spad{'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(\\spad{gi},{}lopt)} creates and displays a viewport window of the domain \\spadtype{TwoDimensionalViewport} whose graph field is assigned to be the given graph,{} \\spad{\\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
@@ -4994,13 +4994,13 @@ NIL
NIL
(-1266 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}.")))
-((-4407 . T) (-4406 . T))
+((-4401 . T) (-4400 . T))
NIL
(-1267 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]\\spad{*v} + A[2]*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
-(-1268 K R UP -2210)
+(-1268 K R UP -3629)
((|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{\\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{\\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{\\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{\\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{\\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{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")))
NIL
NIL
@@ -5014,56 +5014,56 @@ NIL
NIL
(-1271 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: \\spad{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)")))
-((-4407 |has| |#1| (-172)) (-4406 |has| |#1| (-172)) (-4409 . T))
+((-4401 |has| |#1| (-172)) (-4400 |has| |#1| (-172)) (-4403 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))))
(-1272 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}{\\spad{MM} Research Preprints,{} 1987.} \\indented{1}{[2] \\spad{D}. \\spad{M}. WANG \"An implementation of the characteristic set method in Maple\"} \\indented{6}{Proc. DISCO'92. Bath,{} England.}")) (|characteristicSerie| (((|List| $) (|List| |#4|)) "\\axiom{characteristicSerie(\\spad{ps})} returns the same as \\axiom{characteristicSerie(\\spad{ps},{}initiallyReduced?,{}initiallyReduce)}.") (((|List| $) (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{characteristicSerie(\\spad{ps},{}redOp?,{}redOp)} returns a list \\axiom{\\spad{lts}} of triangular sets such that the zero set of \\axiom{\\spad{ps}} is the union of the regular zero sets of the members of \\axiom{\\spad{lts}}. This is made by the Ritt and Wu Wen Tsun process applying the operation \\axiom{characteristicSet(\\spad{ps},{}redOp?,{}redOp)} to compute characteristic sets in Wu Wen Tsun sense.")) (|characteristicSet| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{characteristicSet(\\spad{ps})} returns the same as \\axiom{characteristicSet(\\spad{ps},{}initiallyReduced?,{}initiallyReduce)}.") (((|Union| $ "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{characteristicSet(\\spad{ps},{}redOp?,{}redOp)} returns a non-contradictory characteristic set of \\axiom{\\spad{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 = \\spad{f*q} + redOp(\\spad{p},{}\\spad{q})}.")) (|medialSet| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{medial(\\spad{ps})} returns the same as \\axiom{medialSet(\\spad{ps},{}initiallyReduced?,{}initiallyReduce)}.") (((|Union| $ "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{medialSet(\\spad{ps},{}redOp?,{}redOp)} returns \\axiom{\\spad{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{\\spad{ps}} (with rank not higher than any basic set of \\axiom{\\spad{ps}}),{} if no non-zero constant polynomials appear during the computatioms,{} else \\axiom{\"failed\"} is returned. In the former case,{} \\axiom{\\spad{bs}} has to be understood as a candidate for being a characteristic set of \\axiom{\\spad{ps}}. In the original algorithm,{} \\axiom{\\spad{bs}} is simply a basic set of \\axiom{\\spad{ps}}.")))
-((-4413 . T) (-4412 . T))
+((-4407 . T) (-4406 . T))
((-12 (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#4| (LIST (QUOTE -309) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -612) (QUOTE (-536)))) (|HasCategory| |#4| (QUOTE (-1094))) (|HasCategory| |#1| (QUOTE (-556))) (|HasCategory| |#3| (QUOTE (-368))) (|HasCategory| |#4| (LIST (QUOTE -611) (QUOTE (-859)))))
(-1273 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.\\spad{fr})")))
-((-4406 . T) (-4407 . T) (-4409 . T))
+((-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1274 |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.")))
-((-4409 . T) (-4405 |has| |#2| (-6 -4405)) (-4407 . T) (-4406 . T))
-((|HasCategory| |#2| (QUOTE (-172))) (|HasAttribute| |#2| (QUOTE -4405)))
+((-4403 . T) (-4399 |has| |#2| (-6 -4399)) (-4401 . T) (-4400 . T))
+((|HasCategory| |#2| (QUOTE (-172))) (|HasAttribute| |#2| (QUOTE -4399)))
(-1275 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.\\spad{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
(-1276 |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}.")))
-((-4405 |has| |#2| (-6 -4405)) (-4407 . T) (-4406 . T) (-4409 . T))
+((-4399 |has| |#2| (-6 -4399)) (-4401 . T) (-4400 . T) (-4403 . T))
NIL
-(-1277 S -2210)
+(-1277 S -3629)
((|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 (-368))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))))
-(-1278 -2210)
+(-1278 -3629)
((|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}.")))
-((-4404 . T) (-4410 . T) (-4405 . T) ((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+((-4398 . T) (-4404 . T) (-4399 . T) ((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
(-1279 |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.\\spad{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}}.")))
-((-4405 |has| |#2| (-6 -4405)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -714) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasAttribute| |#2| (QUOTE -4405)))
+((-4399 |has| |#2| (-6 -4399)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -714) (LIST (QUOTE -407) (QUOTE (-564))))) (|HasAttribute| |#2| (QUOTE -4399)))
(-1280 |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}.")))
-((-4405 |has| |#2| (-6 -4405)) (-4407 . T) (-4406 . T) (-4409 . T))
+((-4399 |has| |#2| (-6 -4399)) (-4401 . T) (-4400 . T) (-4403 . T))
NIL
(-1281 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.")))
-((-4405 |has| |#1| (-6 -4405)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#1| (QUOTE (-172))) (|HasAttribute| |#1| (QUOTE -4405)))
+((-4399 |has| |#1| (-6 -4399)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#1| (QUOTE (-172))) (|HasAttribute| |#1| (QUOTE -4399)))
(-1282 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}.")))
-((-4409 . T) (-4410 |has| |#1| (-6 -4410)) (-4405 |has| |#1| (-6 -4405)) (-4407 . T) (-4406 . T))
-((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4409)) (|HasAttribute| |#1| (QUOTE -4410)) (|HasAttribute| |#1| (QUOTE -4405)))
+((-4403 . T) (-4404 |has| |#1| (-6 -4404)) (-4399 |has| |#1| (-6 -4399)) (-4401 . T) (-4400 . T))
+((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-363))) (|HasAttribute| |#1| (QUOTE -4403)) (|HasAttribute| |#1| (QUOTE -4404)) (|HasAttribute| |#1| (QUOTE -4399)))
(-1283 |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.")))
-((-4405 |has| |#2| (-6 -4405)) (-4407 . T) (-4406 . T) (-4409 . T))
-((|HasCategory| |#2| (QUOTE (-172))) (|HasAttribute| |#2| (QUOTE -4405)))
+((-4399 |has| |#2| (-6 -4399)) (-4401 . T) (-4400 . T) (-4403 . T))
+((|HasCategory| |#2| (QUOTE (-172))) (|HasAttribute| |#2| (QUOTE -4399)))
(-1284 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
@@ -5078,7 +5078,7 @@ NIL
NIL
(-1287 |p|)
((|constructor| (NIL "IntegerMod(\\spad{n}) creates the ring of integers reduced modulo the integer \\spad{n}.")))
-(((-4414 "*") . T) (-4406 . T) (-4407 . T) (-4409 . T))
+(((-4408 "*") . T) (-4400 . T) (-4401 . T) (-4403 . T))
NIL
NIL
NIL
@@ -5096,4 +5096,4 @@ NIL
NIL
NIL
NIL
-((-3 NIL 2283993 2283998 2284003 2284008) (-2 NIL 2283973 2283978 2283983 2283988) (-1 NIL 2283953 2283958 2283963 2283968) (0 NIL 2283933 2283938 2283943 2283948) (-1287 "ZMOD.spad" 2283742 2283755 2283871 2283928) (-1286 "ZLINDEP.spad" 2282786 2282797 2283732 2283737) (-1285 "ZDSOLVE.spad" 2272635 2272657 2282776 2282781) (-1284 "YSTREAM.spad" 2272128 2272139 2272625 2272630) (-1283 "XRPOLY.spad" 2271348 2271368 2271984 2272053) (-1282 "XPR.spad" 2269139 2269152 2271066 2271165) (-1281 "XPOLY.spad" 2268694 2268705 2268995 2269064) (-1280 "XPOLYC.spad" 2268011 2268027 2268620 2268689) (-1279 "XPBWPOLY.spad" 2266448 2266468 2267791 2267860) (-1278 "XF.spad" 2264909 2264924 2266350 2266443) (-1277 "XF.spad" 2263350 2263367 2264793 2264798) (-1276 "XFALG.spad" 2260374 2260390 2263276 2263345) (-1275 "XEXPPKG.spad" 2259625 2259651 2260364 2260369) (-1274 "XDPOLY.spad" 2259239 2259255 2259481 2259550) (-1273 "XALG.spad" 2258899 2258910 2259195 2259234) (-1272 "WUTSET.spad" 2254738 2254755 2258545 2258572) (-1271 "WP.spad" 2253937 2253981 2254596 2254663) (-1270 "WHILEAST.spad" 2253735 2253744 2253927 2253932) (-1269 "WHEREAST.spad" 2253406 2253415 2253725 2253730) (-1268 "WFFINTBS.spad" 2250969 2250991 2253396 2253401) (-1267 "WEIER.spad" 2249183 2249194 2250959 2250964) (-1266 "VSPACE.spad" 2248856 2248867 2249151 2249178) (-1265 "VSPACE.spad" 2248549 2248562 2248846 2248851) (-1264 "VOID.spad" 2248226 2248235 2248539 2248544) (-1263 "VIEW.spad" 2245848 2245857 2248216 2248221) (-1262 "VIEWDEF.spad" 2241045 2241054 2245838 2245843) (-1261 "VIEW3D.spad" 2224880 2224889 2241035 2241040) (-1260 "VIEW2D.spad" 2212617 2212626 2224870 2224875) (-1259 "VECTOR.spad" 2211292 2211303 2211543 2211570) (-1258 "VECTOR2.spad" 2209919 2209932 2211282 2211287) (-1257 "VECTCAT.spad" 2207819 2207830 2209887 2209914) (-1256 "VECTCAT.spad" 2205527 2205540 2207597 2207602) (-1255 "VARIABLE.spad" 2205307 2205322 2205517 2205522) (-1254 "UTYPE.spad" 2204951 2204960 2205297 2205302) (-1253 "UTSODETL.spad" 2204244 2204268 2204907 2204912) (-1252 "UTSODE.spad" 2202432 2202452 2204234 2204239) (-1251 "UTS.spad" 2197221 2197249 2200899 2200996) (-1250 "UTSCAT.spad" 2194672 2194688 2197119 2197216) (-1249 "UTSCAT.spad" 2191767 2191785 2194216 2194221) (-1248 "UTS2.spad" 2191360 2191395 2191757 2191762) (-1247 "URAGG.spad" 2185992 2186003 2191350 2191355) (-1246 "URAGG.spad" 2180588 2180601 2185948 2185953) (-1245 "UPXSSING.spad" 2178231 2178257 2179669 2179802) (-1244 "UPXS.spad" 2175379 2175407 2176363 2176512) (-1243 "UPXSCONS.spad" 2173136 2173156 2173511 2173660) (-1242 "UPXSCCA.spad" 2171701 2171721 2172982 2173131) (-1241 "UPXSCCA.spad" 2170408 2170430 2171691 2171696) (-1240 "UPXSCAT.spad" 2168989 2169005 2170254 2170403) (-1239 "UPXS2.spad" 2168530 2168583 2168979 2168984) (-1238 "UPSQFREE.spad" 2166942 2166956 2168520 2168525) (-1237 "UPSCAT.spad" 2164535 2164559 2166840 2166937) (-1236 "UPSCAT.spad" 2161834 2161860 2164141 2164146) (-1235 "UPOLYC.spad" 2156812 2156823 2161676 2161829) (-1234 "UPOLYC.spad" 2151682 2151695 2156548 2156553) (-1233 "UPOLYC2.spad" 2151151 2151170 2151672 2151677) (-1232 "UP.spad" 2148308 2148323 2148701 2148854) (-1231 "UPMP.spad" 2147198 2147211 2148298 2148303) (-1230 "UPDIVP.spad" 2146761 2146775 2147188 2147193) (-1229 "UPDECOMP.spad" 2144998 2145012 2146751 2146756) (-1228 "UPCDEN.spad" 2144205 2144221 2144988 2144993) (-1227 "UP2.spad" 2143567 2143588 2144195 2144200) (-1226 "UNISEG.spad" 2142920 2142931 2143486 2143491) (-1225 "UNISEG2.spad" 2142413 2142426 2142876 2142881) (-1224 "UNIFACT.spad" 2141514 2141526 2142403 2142408) (-1223 "ULS.spad" 2132066 2132094 2133159 2133588) (-1222 "ULSCONS.spad" 2124460 2124480 2124832 2124981) (-1221 "ULSCCAT.spad" 2122189 2122209 2124306 2124455) (-1220 "ULSCCAT.spad" 2120026 2120048 2122145 2122150) (-1219 "ULSCAT.spad" 2118242 2118258 2119872 2120021) (-1218 "ULS2.spad" 2117754 2117807 2118232 2118237) (-1217 "UINT8.spad" 2117631 2117640 2117744 2117749) (-1216 "UINT64.spad" 2117507 2117516 2117621 2117626) (-1215 "UINT32.spad" 2117383 2117392 2117497 2117502) (-1214 "UINT16.spad" 2117259 2117268 2117373 2117378) (-1213 "UFD.spad" 2116324 2116333 2117185 2117254) (-1212 "UFD.spad" 2115451 2115462 2116314 2116319) (-1211 "UDVO.spad" 2114298 2114307 2115441 2115446) (-1210 "UDPO.spad" 2111725 2111736 2114254 2114259) (-1209 "TYPE.spad" 2111657 2111666 2111715 2111720) (-1208 "TYPEAST.spad" 2111576 2111585 2111647 2111652) (-1207 "TWOFACT.spad" 2110226 2110241 2111566 2111571) (-1206 "TUPLE.spad" 2109710 2109721 2110125 2110130) (-1205 "TUBETOOL.spad" 2106547 2106556 2109700 2109705) (-1204 "TUBE.spad" 2105188 2105205 2106537 2106542) (-1203 "TS.spad" 2103777 2103793 2104753 2104850) (-1202 "TSETCAT.spad" 2090904 2090921 2103745 2103772) (-1201 "TSETCAT.spad" 2078017 2078036 2090860 2090865) (-1200 "TRMANIP.spad" 2072383 2072400 2077723 2077728) (-1199 "TRIMAT.spad" 2071342 2071367 2072373 2072378) (-1198 "TRIGMNIP.spad" 2069859 2069876 2071332 2071337) (-1197 "TRIGCAT.spad" 2069371 2069380 2069849 2069854) (-1196 "TRIGCAT.spad" 2068881 2068892 2069361 2069366) (-1195 "TREE.spad" 2067452 2067463 2068488 2068515) (-1194 "TRANFUN.spad" 2067283 2067292 2067442 2067447) (-1193 "TRANFUN.spad" 2067112 2067123 2067273 2067278) (-1192 "TOPSP.spad" 2066786 2066795 2067102 2067107) (-1191 "TOOLSIGN.spad" 2066449 2066460 2066776 2066781) (-1190 "TEXTFILE.spad" 2065006 2065015 2066439 2066444) (-1189 "TEX.spad" 2062138 2062147 2064996 2065001) (-1188 "TEX1.spad" 2061694 2061705 2062128 2062133) (-1187 "TEMUTL.spad" 2061249 2061258 2061684 2061689) (-1186 "TBCMPPK.spad" 2059342 2059365 2061239 2061244) (-1185 "TBAGG.spad" 2058378 2058401 2059322 2059337) (-1184 "TBAGG.spad" 2057422 2057447 2058368 2058373) (-1183 "TANEXP.spad" 2056798 2056809 2057412 2057417) (-1182 "TABLE.spad" 2055209 2055232 2055479 2055506) (-1181 "TABLEAU.spad" 2054690 2054701 2055199 2055204) (-1180 "TABLBUMP.spad" 2051473 2051484 2054680 2054685) (-1179 "SYSTEM.spad" 2050701 2050710 2051463 2051468) (-1178 "SYSSOLP.spad" 2048174 2048185 2050691 2050696) (-1177 "SYSNNI.spad" 2047354 2047365 2048164 2048169) (-1176 "SYSINT.spad" 2046758 2046769 2047344 2047349) (-1175 "SYNTAX.spad" 2042952 2042961 2046748 2046753) (-1174 "SYMTAB.spad" 2041008 2041017 2042942 2042947) (-1173 "SYMS.spad" 2036993 2037002 2040998 2041003) (-1172 "SYMPOLY.spad" 2036000 2036011 2036082 2036209) (-1171 "SYMFUNC.spad" 2035475 2035486 2035990 2035995) (-1170 "SYMBOL.spad" 2032902 2032911 2035465 2035470) (-1169 "SWITCH.spad" 2029659 2029668 2032892 2032897) (-1168 "SUTS.spad" 2026558 2026586 2028126 2028223) (-1167 "SUPXS.spad" 2023693 2023721 2024690 2024839) (-1166 "SUP.spad" 2020462 2020473 2021243 2021396) (-1165 "SUPFRACF.spad" 2019567 2019585 2020452 2020457) (-1164 "SUP2.spad" 2018957 2018970 2019557 2019562) (-1163 "SUMRF.spad" 2017923 2017934 2018947 2018952) (-1162 "SUMFS.spad" 2017556 2017573 2017913 2017918) (-1161 "SULS.spad" 2008095 2008123 2009201 2009630) (-1160 "SUCHTAST.spad" 2007864 2007873 2008085 2008090) (-1159 "SUCH.spad" 2007544 2007559 2007854 2007859) (-1158 "SUBSPACE.spad" 1999551 1999566 2007534 2007539) (-1157 "SUBRESP.spad" 1998711 1998725 1999507 1999512) (-1156 "STTF.spad" 1994810 1994826 1998701 1998706) (-1155 "STTFNC.spad" 1991278 1991294 1994800 1994805) (-1154 "STTAYLOR.spad" 1983676 1983687 1991159 1991164) (-1153 "STRTBL.spad" 1982181 1982198 1982330 1982357) (-1152 "STRING.spad" 1981590 1981599 1981604 1981631) (-1151 "STRICAT.spad" 1981378 1981387 1981558 1981585) (-1150 "STREAM.spad" 1978236 1978247 1980903 1980918) (-1149 "STREAM3.spad" 1977781 1977796 1978226 1978231) (-1148 "STREAM2.spad" 1976849 1976862 1977771 1977776) (-1147 "STREAM1.spad" 1976553 1976564 1976839 1976844) (-1146 "STINPROD.spad" 1975459 1975475 1976543 1976548) (-1145 "STEP.spad" 1974660 1974669 1975449 1975454) (-1144 "STBL.spad" 1973186 1973214 1973353 1973368) (-1143 "STAGG.spad" 1972261 1972272 1973176 1973181) (-1142 "STAGG.spad" 1971334 1971347 1972251 1972256) (-1141 "STACK.spad" 1970685 1970696 1970941 1970968) (-1140 "SREGSET.spad" 1968389 1968406 1970331 1970358) (-1139 "SRDCMPK.spad" 1966934 1966954 1968379 1968384) (-1138 "SRAGG.spad" 1962031 1962040 1966902 1966929) (-1137 "SRAGG.spad" 1957148 1957159 1962021 1962026) (-1136 "SQMATRIX.spad" 1954764 1954782 1955680 1955767) (-1135 "SPLTREE.spad" 1949316 1949329 1954200 1954227) (-1134 "SPLNODE.spad" 1945904 1945917 1949306 1949311) (-1133 "SPFCAT.spad" 1944681 1944690 1945894 1945899) (-1132 "SPECOUT.spad" 1943231 1943240 1944671 1944676) (-1131 "SPADXPT.spad" 1935370 1935379 1943221 1943226) (-1130 "spad-parser.spad" 1934835 1934844 1935360 1935365) (-1129 "SPADAST.spad" 1934536 1934545 1934825 1934830) (-1128 "SPACEC.spad" 1918549 1918560 1934526 1934531) (-1127 "SPACE3.spad" 1918325 1918336 1918539 1918544) (-1126 "SORTPAK.spad" 1917870 1917883 1918281 1918286) (-1125 "SOLVETRA.spad" 1915627 1915638 1917860 1917865) (-1124 "SOLVESER.spad" 1914147 1914158 1915617 1915622) (-1123 "SOLVERAD.spad" 1910157 1910168 1914137 1914142) (-1122 "SOLVEFOR.spad" 1908577 1908595 1910147 1910152) (-1121 "SNTSCAT.spad" 1908177 1908194 1908545 1908572) (-1120 "SMTS.spad" 1906437 1906463 1907742 1907839) (-1119 "SMP.spad" 1903876 1903896 1904266 1904393) (-1118 "SMITH.spad" 1902719 1902744 1903866 1903871) (-1117 "SMATCAT.spad" 1900829 1900859 1902663 1902714) (-1116 "SMATCAT.spad" 1898871 1898903 1900707 1900712) (-1115 "SKAGG.spad" 1897832 1897843 1898839 1898866) (-1114 "SINT.spad" 1896658 1896667 1897698 1897827) (-1113 "SIMPAN.spad" 1896386 1896395 1896648 1896653) (-1112 "SIG.spad" 1895714 1895723 1896376 1896381) (-1111 "SIGNRF.spad" 1894822 1894833 1895704 1895709) (-1110 "SIGNEF.spad" 1894091 1894108 1894812 1894817) (-1109 "SIGAST.spad" 1893472 1893481 1894081 1894086) (-1108 "SHP.spad" 1891390 1891405 1893428 1893433) (-1107 "SHDP.spad" 1881101 1881128 1881610 1881741) (-1106 "SGROUP.spad" 1880709 1880718 1881091 1881096) (-1105 "SGROUP.spad" 1880315 1880326 1880699 1880704) (-1104 "SGCF.spad" 1873196 1873205 1880305 1880310) (-1103 "SFRTCAT.spad" 1872124 1872141 1873164 1873191) (-1102 "SFRGCD.spad" 1871187 1871207 1872114 1872119) (-1101 "SFQCMPK.spad" 1865824 1865844 1871177 1871182) (-1100 "SFORT.spad" 1865259 1865273 1865814 1865819) (-1099 "SEXOF.spad" 1865102 1865142 1865249 1865254) (-1098 "SEX.spad" 1864994 1865003 1865092 1865097) (-1097 "SEXCAT.spad" 1862545 1862585 1864984 1864989) (-1096 "SET.spad" 1860845 1860856 1861966 1862005) (-1095 "SETMN.spad" 1859279 1859296 1860835 1860840) (-1094 "SETCAT.spad" 1858764 1858773 1859269 1859274) (-1093 "SETCAT.spad" 1858247 1858258 1858754 1858759) (-1092 "SETAGG.spad" 1854768 1854779 1858227 1858242) (-1091 "SETAGG.spad" 1851297 1851310 1854758 1854763) (-1090 "SEQAST.spad" 1851000 1851009 1851287 1851292) (-1089 "SEGXCAT.spad" 1850122 1850135 1850990 1850995) (-1088 "SEG.spad" 1849935 1849946 1850041 1850046) (-1087 "SEGCAT.spad" 1848842 1848853 1849925 1849930) (-1086 "SEGBIND.spad" 1847914 1847925 1848797 1848802) (-1085 "SEGBIND2.spad" 1847610 1847623 1847904 1847909) (-1084 "SEGAST.spad" 1847324 1847333 1847600 1847605) (-1083 "SEG2.spad" 1846749 1846762 1847280 1847285) (-1082 "SDVAR.spad" 1846025 1846036 1846739 1846744) (-1081 "SDPOL.spad" 1843415 1843426 1843706 1843833) (-1080 "SCPKG.spad" 1841494 1841505 1843405 1843410) (-1079 "SCOPE.spad" 1840647 1840656 1841484 1841489) (-1078 "SCACHE.spad" 1839329 1839340 1840637 1840642) (-1077 "SASTCAT.spad" 1839238 1839247 1839319 1839324) (-1076 "SAOS.spad" 1839110 1839119 1839228 1839233) (-1075 "SAERFFC.spad" 1838823 1838843 1839100 1839105) (-1074 "SAE.spad" 1836998 1837014 1837609 1837744) (-1073 "SAEFACT.spad" 1836699 1836719 1836988 1836993) (-1072 "RURPK.spad" 1834340 1834356 1836689 1836694) (-1071 "RULESET.spad" 1833781 1833805 1834330 1834335) (-1070 "RULE.spad" 1831985 1832009 1833771 1833776) (-1069 "RULECOLD.spad" 1831837 1831850 1831975 1831980) (-1068 "RSTRCAST.spad" 1831554 1831563 1831827 1831832) (-1067 "RSETGCD.spad" 1827932 1827952 1831544 1831549) (-1066 "RSETCAT.spad" 1817716 1817733 1827900 1827927) (-1065 "RSETCAT.spad" 1807520 1807539 1817706 1817711) (-1064 "RSDCMPK.spad" 1805972 1805992 1807510 1807515) (-1063 "RRCC.spad" 1804356 1804386 1805962 1805967) (-1062 "RRCC.spad" 1802738 1802770 1804346 1804351) (-1061 "RPTAST.spad" 1802440 1802449 1802728 1802733) (-1060 "RPOLCAT.spad" 1781800 1781815 1802308 1802435) (-1059 "RPOLCAT.spad" 1760874 1760891 1781384 1781389) (-1058 "ROUTINE.spad" 1756737 1756746 1759521 1759548) (-1057 "ROMAN.spad" 1756065 1756074 1756603 1756732) (-1056 "ROIRC.spad" 1755145 1755177 1756055 1756060) (-1055 "RNS.spad" 1754048 1754057 1755047 1755140) (-1054 "RNS.spad" 1753037 1753048 1754038 1754043) (-1053 "RNG.spad" 1752772 1752781 1753027 1753032) (-1052 "RMODULE.spad" 1752410 1752421 1752762 1752767) (-1051 "RMCAT2.spad" 1751818 1751875 1752400 1752405) (-1050 "RMATRIX.spad" 1750642 1750661 1750985 1751024) (-1049 "RMATCAT.spad" 1746175 1746206 1750598 1750637) (-1048 "RMATCAT.spad" 1741598 1741631 1746023 1746028) (-1047 "RINTERP.spad" 1741486 1741506 1741588 1741593) (-1046 "RING.spad" 1740956 1740965 1741466 1741481) (-1045 "RING.spad" 1740434 1740445 1740946 1740951) (-1044 "RIDIST.spad" 1739818 1739827 1740424 1740429) (-1043 "RGCHAIN.spad" 1738397 1738413 1739303 1739330) (-1042 "RGBCSPC.spad" 1738178 1738190 1738387 1738392) (-1041 "RGBCMDL.spad" 1737708 1737720 1738168 1738173) (-1040 "RF.spad" 1735322 1735333 1737698 1737703) (-1039 "RFFACTOR.spad" 1734784 1734795 1735312 1735317) (-1038 "RFFACT.spad" 1734519 1734531 1734774 1734779) (-1037 "RFDIST.spad" 1733507 1733516 1734509 1734514) (-1036 "RETSOL.spad" 1732924 1732937 1733497 1733502) (-1035 "RETRACT.spad" 1732352 1732363 1732914 1732919) (-1034 "RETRACT.spad" 1731778 1731791 1732342 1732347) (-1033 "RETAST.spad" 1731590 1731599 1731768 1731773) (-1032 "RESULT.spad" 1729650 1729659 1730237 1730264) (-1031 "RESRING.spad" 1728997 1729044 1729588 1729645) (-1030 "RESLATC.spad" 1728321 1728332 1728987 1728992) (-1029 "REPSQ.spad" 1728050 1728061 1728311 1728316) (-1028 "REP.spad" 1725602 1725611 1728040 1728045) (-1027 "REPDB.spad" 1725307 1725318 1725592 1725597) (-1026 "REP2.spad" 1714879 1714890 1725149 1725154) (-1025 "REP1.spad" 1708869 1708880 1714829 1714834) (-1024 "REGSET.spad" 1706666 1706683 1708515 1708542) (-1023 "REF.spad" 1705995 1706006 1706621 1706626) (-1022 "REDORDER.spad" 1705171 1705188 1705985 1705990) (-1021 "RECLOS.spad" 1703954 1703974 1704658 1704751) (-1020 "REALSOLV.spad" 1703086 1703095 1703944 1703949) (-1019 "REAL.spad" 1702958 1702967 1703076 1703081) (-1018 "REAL0Q.spad" 1700240 1700255 1702948 1702953) (-1017 "REAL0.spad" 1697068 1697083 1700230 1700235) (-1016 "RDUCEAST.spad" 1696789 1696798 1697058 1697063) (-1015 "RDIV.spad" 1696440 1696465 1696779 1696784) (-1014 "RDIST.spad" 1696003 1696014 1696430 1696435) (-1013 "RDETRS.spad" 1694799 1694817 1695993 1695998) (-1012 "RDETR.spad" 1692906 1692924 1694789 1694794) (-1011 "RDEEFS.spad" 1691979 1691996 1692896 1692901) (-1010 "RDEEF.spad" 1690975 1690992 1691969 1691974) (-1009 "RCFIELD.spad" 1688161 1688170 1690877 1690970) (-1008 "RCFIELD.spad" 1685433 1685444 1688151 1688156) (-1007 "RCAGG.spad" 1683345 1683356 1685423 1685428) (-1006 "RCAGG.spad" 1681184 1681197 1683264 1683269) (-1005 "RATRET.spad" 1680544 1680555 1681174 1681179) (-1004 "RATFACT.spad" 1680236 1680248 1680534 1680539) (-1003 "RANDSRC.spad" 1679555 1679564 1680226 1680231) (-1002 "RADUTIL.spad" 1679309 1679318 1679545 1679550) (-1001 "RADIX.spad" 1676210 1676224 1677776 1677869) (-1000 "RADFF.spad" 1674623 1674660 1674742 1674898) (-999 "RADCAT.spad" 1674217 1674225 1674613 1674618) (-998 "RADCAT.spad" 1673809 1673819 1674207 1674212) (-997 "QUEUE.spad" 1673152 1673162 1673416 1673443) (-996 "QUAT.spad" 1671734 1671744 1672076 1672141) (-995 "QUATCT2.spad" 1671353 1671371 1671724 1671729) (-994 "QUATCAT.spad" 1669518 1669528 1671283 1671348) (-993 "QUATCAT.spad" 1667434 1667446 1669201 1669206) (-992 "QUAGG.spad" 1666260 1666270 1667402 1667429) (-991 "QQUTAST.spad" 1666029 1666037 1666250 1666255) (-990 "QFORM.spad" 1665492 1665506 1666019 1666024) (-989 "QFCAT.spad" 1664195 1664205 1665394 1665487) (-988 "QFCAT.spad" 1662489 1662501 1663690 1663695) (-987 "QFCAT2.spad" 1662180 1662196 1662479 1662484) (-986 "QEQUAT.spad" 1661737 1661745 1662170 1662175) (-985 "QCMPACK.spad" 1656484 1656503 1661727 1661732) (-984 "QALGSET.spad" 1652559 1652591 1656398 1656403) (-983 "QALGSET2.spad" 1650555 1650573 1652549 1652554) (-982 "PWFFINTB.spad" 1647865 1647886 1650545 1650550) (-981 "PUSHVAR.spad" 1647194 1647213 1647855 1647860) (-980 "PTRANFN.spad" 1643320 1643330 1647184 1647189) (-979 "PTPACK.spad" 1640408 1640418 1643310 1643315) (-978 "PTFUNC2.spad" 1640229 1640243 1640398 1640403) (-977 "PTCAT.spad" 1639478 1639488 1640197 1640224) (-976 "PSQFR.spad" 1638785 1638809 1639468 1639473) (-975 "PSEUDLIN.spad" 1637643 1637653 1638775 1638780) (-974 "PSETPK.spad" 1623076 1623092 1637521 1637526) (-973 "PSETCAT.spad" 1616996 1617019 1623056 1623071) (-972 "PSETCAT.spad" 1610890 1610915 1616952 1616957) (-971 "PSCURVE.spad" 1609873 1609881 1610880 1610885) (-970 "PSCAT.spad" 1608640 1608669 1609771 1609868) (-969 "PSCAT.spad" 1607497 1607528 1608630 1608635) (-968 "PRTITION.spad" 1606442 1606450 1607487 1607492) (-967 "PRTDAST.spad" 1606161 1606169 1606432 1606437) (-966 "PRS.spad" 1595723 1595740 1606117 1606122) (-965 "PRQAGG.spad" 1595154 1595164 1595691 1595718) (-964 "PROPLOG.spad" 1594557 1594565 1595144 1595149) (-963 "PROPFRML.spad" 1592475 1592486 1594547 1594552) (-962 "PROPERTY.spad" 1591969 1591977 1592465 1592470) (-961 "PRODUCT.spad" 1589649 1589661 1589935 1589990) (-960 "PR.spad" 1588035 1588047 1588740 1588867) (-959 "PRINT.spad" 1587787 1587795 1588025 1588030) (-958 "PRIMES.spad" 1586038 1586048 1587777 1587782) (-957 "PRIMELT.spad" 1584019 1584033 1586028 1586033) (-956 "PRIMCAT.spad" 1583642 1583650 1584009 1584014) (-955 "PRIMARR.spad" 1582647 1582657 1582825 1582852) (-954 "PRIMARR2.spad" 1581370 1581382 1582637 1582642) (-953 "PREASSOC.spad" 1580742 1580754 1581360 1581365) (-952 "PPCURVE.spad" 1579879 1579887 1580732 1580737) (-951 "PORTNUM.spad" 1579654 1579662 1579869 1579874) (-950 "POLYROOT.spad" 1578483 1578505 1579610 1579615) (-949 "POLY.spad" 1575780 1575790 1576297 1576424) (-948 "POLYLIFT.spad" 1575041 1575064 1575770 1575775) (-947 "POLYCATQ.spad" 1573143 1573165 1575031 1575036) (-946 "POLYCAT.spad" 1566549 1566570 1573011 1573138) (-945 "POLYCAT.spad" 1559257 1559280 1565721 1565726) (-944 "POLY2UP.spad" 1558705 1558719 1559247 1559252) (-943 "POLY2.spad" 1558300 1558312 1558695 1558700) (-942 "POLUTIL.spad" 1557241 1557270 1558256 1558261) (-941 "POLTOPOL.spad" 1555989 1556004 1557231 1557236) (-940 "POINT.spad" 1554828 1554838 1554915 1554942) (-939 "PNTHEORY.spad" 1551494 1551502 1554818 1554823) (-938 "PMTOOLS.spad" 1550251 1550265 1551484 1551489) (-937 "PMSYM.spad" 1549796 1549806 1550241 1550246) (-936 "PMQFCAT.spad" 1549383 1549397 1549786 1549791) (-935 "PMPRED.spad" 1548852 1548866 1549373 1549378) (-934 "PMPREDFS.spad" 1548296 1548318 1548842 1548847) (-933 "PMPLCAT.spad" 1547366 1547384 1548228 1548233) (-932 "PMLSAGG.spad" 1546947 1546961 1547356 1547361) (-931 "PMKERNEL.spad" 1546514 1546526 1546937 1546942) (-930 "PMINS.spad" 1546090 1546100 1546504 1546509) (-929 "PMFS.spad" 1545663 1545681 1546080 1546085) (-928 "PMDOWN.spad" 1544949 1544963 1545653 1545658) (-927 "PMASS.spad" 1543961 1543969 1544939 1544944) (-926 "PMASSFS.spad" 1542930 1542946 1543951 1543956) (-925 "PLOTTOOL.spad" 1542710 1542718 1542920 1542925) (-924 "PLOT.spad" 1537541 1537549 1542700 1542705) (-923 "PLOT3D.spad" 1533961 1533969 1537531 1537536) (-922 "PLOT1.spad" 1533102 1533112 1533951 1533956) (-921 "PLEQN.spad" 1520318 1520345 1533092 1533097) (-920 "PINTERP.spad" 1519934 1519953 1520308 1520313) (-919 "PINTERPA.spad" 1519716 1519732 1519924 1519929) (-918 "PI.spad" 1519323 1519331 1519690 1519711) (-917 "PID.spad" 1518279 1518287 1519249 1519318) (-916 "PICOERCE.spad" 1517936 1517946 1518269 1518274) (-915 "PGROEB.spad" 1516533 1516547 1517926 1517931) (-914 "PGE.spad" 1507786 1507794 1516523 1516528) (-913 "PGCD.spad" 1506668 1506685 1507776 1507781) (-912 "PFRPAC.spad" 1505811 1505821 1506658 1506663) (-911 "PFR.spad" 1502468 1502478 1505713 1505806) (-910 "PFOTOOLS.spad" 1501726 1501742 1502458 1502463) (-909 "PFOQ.spad" 1501096 1501114 1501716 1501721) (-908 "PFO.spad" 1500515 1500542 1501086 1501091) (-907 "PF.spad" 1500089 1500101 1500320 1500413) (-906 "PFECAT.spad" 1497755 1497763 1500015 1500084) (-905 "PFECAT.spad" 1495449 1495459 1497711 1497716) (-904 "PFBRU.spad" 1493319 1493331 1495439 1495444) (-903 "PFBR.spad" 1490857 1490880 1493309 1493314) (-902 "PERM.spad" 1486538 1486548 1490687 1490702) (-901 "PERMGRP.spad" 1481274 1481284 1486528 1486533) (-900 "PERMCAT.spad" 1479826 1479836 1481254 1481269) (-899 "PERMAN.spad" 1478358 1478372 1479816 1479821) (-898 "PENDTREE.spad" 1477697 1477707 1477987 1477992) (-897 "PDRING.spad" 1476188 1476198 1477677 1477692) (-896 "PDRING.spad" 1474687 1474699 1476178 1476183) (-895 "PDEPROB.spad" 1473702 1473710 1474677 1474682) (-894 "PDEPACK.spad" 1467704 1467712 1473692 1473697) (-893 "PDECOMP.spad" 1467166 1467183 1467694 1467699) (-892 "PDECAT.spad" 1465520 1465528 1467156 1467161) (-891 "PCOMP.spad" 1465371 1465384 1465510 1465515) (-890 "PBWLB.spad" 1463953 1463970 1465361 1465366) (-889 "PATTERN.spad" 1458384 1458394 1463943 1463948) (-888 "PATTERN2.spad" 1458120 1458132 1458374 1458379) (-887 "PATTERN1.spad" 1456422 1456438 1458110 1458115) (-886 "PATRES.spad" 1453969 1453981 1456412 1456417) (-885 "PATRES2.spad" 1453631 1453645 1453959 1453964) (-884 "PATMATCH.spad" 1451788 1451819 1453339 1453344) (-883 "PATMAB.spad" 1451213 1451223 1451778 1451783) (-882 "PATLRES.spad" 1450297 1450311 1451203 1451208) (-881 "PATAB.spad" 1450061 1450071 1450287 1450292) (-880 "PARTPERM.spad" 1447423 1447431 1450051 1450056) (-879 "PARSURF.spad" 1446851 1446879 1447413 1447418) (-878 "PARSU2.spad" 1446646 1446662 1446841 1446846) (-877 "script-parser.spad" 1446166 1446174 1446636 1446641) (-876 "PARSCURV.spad" 1445594 1445622 1446156 1446161) (-875 "PARSC2.spad" 1445383 1445399 1445584 1445589) (-874 "PARPCURV.spad" 1444841 1444869 1445373 1445378) (-873 "PARPC2.spad" 1444630 1444646 1444831 1444836) (-872 "PAN2EXPR.spad" 1444042 1444050 1444620 1444625) (-871 "PALETTE.spad" 1443012 1443020 1444032 1444037) (-870 "PAIR.spad" 1441995 1442008 1442600 1442605) (-869 "PADICRC.spad" 1439325 1439343 1440500 1440593) (-868 "PADICRAT.spad" 1437340 1437352 1437561 1437654) (-867 "PADIC.spad" 1437035 1437047 1437266 1437335) (-866 "PADICCT.spad" 1435576 1435588 1436961 1437030) (-865 "PADEPAC.spad" 1434255 1434274 1435566 1435571) (-864 "PADE.spad" 1432995 1433011 1434245 1434250) (-863 "OWP.spad" 1432235 1432265 1432853 1432920) (-862 "OVERSET.spad" 1431808 1431816 1432225 1432230) (-861 "OVAR.spad" 1431589 1431612 1431798 1431803) (-860 "OUT.spad" 1430673 1430681 1431579 1431584) (-859 "OUTFORM.spad" 1419969 1419977 1430663 1430668) (-858 "OUTBFILE.spad" 1419387 1419395 1419959 1419964) (-857 "OUTBCON.spad" 1418385 1418393 1419377 1419382) (-856 "OUTBCON.spad" 1417381 1417391 1418375 1418380) (-855 "OSI.spad" 1416856 1416864 1417371 1417376) (-854 "OSGROUP.spad" 1416774 1416782 1416846 1416851) (-853 "ORTHPOL.spad" 1415235 1415245 1416691 1416696) (-852 "OREUP.spad" 1414688 1414716 1414915 1414954) (-851 "ORESUP.spad" 1413987 1414011 1414368 1414407) (-850 "OREPCTO.spad" 1411806 1411818 1413907 1413912) (-849 "OREPCAT.spad" 1405863 1405873 1411762 1411801) (-848 "OREPCAT.spad" 1399810 1399822 1405711 1405716) (-847 "ORDSET.spad" 1398976 1398984 1399800 1399805) (-846 "ORDSET.spad" 1398140 1398150 1398966 1398971) (-845 "ORDRING.spad" 1397530 1397538 1398120 1398135) (-844 "ORDRING.spad" 1396928 1396938 1397520 1397525) (-843 "ORDMON.spad" 1396783 1396791 1396918 1396923) (-842 "ORDFUNS.spad" 1395909 1395925 1396773 1396778) (-841 "ORDFIN.spad" 1395729 1395737 1395899 1395904) (-840 "ORDCOMP.spad" 1394194 1394204 1395276 1395305) (-839 "ORDCOMP2.spad" 1393479 1393491 1394184 1394189) (-838 "OPTPROB.spad" 1392117 1392125 1393469 1393474) (-837 "OPTPACK.spad" 1384502 1384510 1392107 1392112) (-836 "OPTCAT.spad" 1382177 1382185 1384492 1384497) (-835 "OPSIG.spad" 1381829 1381837 1382167 1382172) (-834 "OPQUERY.spad" 1381378 1381386 1381819 1381824) (-833 "OP.spad" 1381120 1381130 1381200 1381267) (-832 "OPERCAT.spad" 1380708 1380718 1381110 1381115) (-831 "OPERCAT.spad" 1380294 1380306 1380698 1380703) (-830 "ONECOMP.spad" 1379039 1379049 1379841 1379870) (-829 "ONECOMP2.spad" 1378457 1378469 1379029 1379034) (-828 "OMSERVER.spad" 1377459 1377467 1378447 1378452) (-827 "OMSAGG.spad" 1377247 1377257 1377415 1377454) (-826 "OMPKG.spad" 1375859 1375867 1377237 1377242) (-825 "OM.spad" 1374824 1374832 1375849 1375854) (-824 "OMLO.spad" 1374249 1374261 1374710 1374749) (-823 "OMEXPR.spad" 1374083 1374093 1374239 1374244) (-822 "OMERR.spad" 1373626 1373634 1374073 1374078) (-821 "OMERRK.spad" 1372660 1372668 1373616 1373621) (-820 "OMENC.spad" 1372004 1372012 1372650 1372655) (-819 "OMDEV.spad" 1366293 1366301 1371994 1371999) (-818 "OMCONN.spad" 1365702 1365710 1366283 1366288) (-817 "OINTDOM.spad" 1365465 1365473 1365628 1365697) (-816 "OFMONOID.spad" 1361652 1361662 1365455 1365460) (-815 "ODVAR.spad" 1360913 1360923 1361642 1361647) (-814 "ODR.spad" 1360557 1360583 1360725 1360874) (-813 "ODPOL.spad" 1357903 1357913 1358243 1358370) (-812 "ODP.spad" 1347750 1347770 1348123 1348254) (-811 "ODETOOLS.spad" 1346333 1346352 1347740 1347745) (-810 "ODESYS.spad" 1343983 1344000 1346323 1346328) (-809 "ODERTRIC.spad" 1339924 1339941 1343940 1343945) (-808 "ODERED.spad" 1339311 1339335 1339914 1339919) (-807 "ODERAT.spad" 1336862 1336879 1339301 1339306) (-806 "ODEPRRIC.spad" 1333753 1333775 1336852 1336857) (-805 "ODEPROB.spad" 1333010 1333018 1333743 1333748) (-804 "ODEPRIM.spad" 1330284 1330306 1333000 1333005) (-803 "ODEPAL.spad" 1329660 1329684 1330274 1330279) (-802 "ODEPACK.spad" 1316262 1316270 1329650 1329655) (-801 "ODEINT.spad" 1315693 1315709 1316252 1316257) (-800 "ODEIFTBL.spad" 1313088 1313096 1315683 1315688) (-799 "ODEEF.spad" 1308455 1308471 1313078 1313083) (-798 "ODECONST.spad" 1307974 1307992 1308445 1308450) (-797 "ODECAT.spad" 1306570 1306578 1307964 1307969) (-796 "OCT.spad" 1304708 1304718 1305424 1305463) (-795 "OCTCT2.spad" 1304352 1304373 1304698 1304703) (-794 "OC.spad" 1302126 1302136 1304308 1304347) (-793 "OC.spad" 1299625 1299637 1301809 1301814) (-792 "OCAMON.spad" 1299473 1299481 1299615 1299620) (-791 "OASGP.spad" 1299288 1299296 1299463 1299468) (-790 "OAMONS.spad" 1298808 1298816 1299278 1299283) (-789 "OAMON.spad" 1298669 1298677 1298798 1298803) (-788 "OAGROUP.spad" 1298531 1298539 1298659 1298664) (-787 "NUMTUBE.spad" 1298118 1298134 1298521 1298526) (-786 "NUMQUAD.spad" 1285980 1285988 1298108 1298113) (-785 "NUMODE.spad" 1277116 1277124 1285970 1285975) (-784 "NUMINT.spad" 1274674 1274682 1277106 1277111) (-783 "NUMFMT.spad" 1273514 1273522 1274664 1274669) (-782 "NUMERIC.spad" 1265586 1265596 1273319 1273324) (-781 "NTSCAT.spad" 1264088 1264104 1265554 1265581) (-780 "NTPOLFN.spad" 1263633 1263643 1264005 1264010) (-779 "NSUP.spad" 1256643 1256653 1261183 1261336) (-778 "NSUP2.spad" 1256035 1256047 1256633 1256638) (-777 "NSMP.spad" 1252230 1252249 1252538 1252665) (-776 "NREP.spad" 1250602 1250616 1252220 1252225) (-775 "NPCOEF.spad" 1249848 1249868 1250592 1250597) (-774 "NORMRETR.spad" 1249446 1249485 1249838 1249843) (-773 "NORMPK.spad" 1247348 1247367 1249436 1249441) (-772 "NORMMA.spad" 1247036 1247062 1247338 1247343) (-771 "NONE.spad" 1246777 1246785 1247026 1247031) (-770 "NONE1.spad" 1246453 1246463 1246767 1246772) (-769 "NODE1.spad" 1245922 1245938 1246443 1246448) (-768 "NNI.spad" 1244809 1244817 1245896 1245917) (-767 "NLINSOL.spad" 1243431 1243441 1244799 1244804) (-766 "NIPROB.spad" 1241972 1241980 1243421 1243426) (-765 "NFINTBAS.spad" 1239432 1239449 1241962 1241967) (-764 "NETCLT.spad" 1239406 1239417 1239422 1239427) (-763 "NCODIV.spad" 1237604 1237620 1239396 1239401) (-762 "NCNTFRAC.spad" 1237246 1237260 1237594 1237599) (-761 "NCEP.spad" 1235406 1235420 1237236 1237241) (-760 "NASRING.spad" 1235002 1235010 1235396 1235401) (-759 "NASRING.spad" 1234596 1234606 1234992 1234997) (-758 "NARNG.spad" 1233940 1233948 1234586 1234591) (-757 "NARNG.spad" 1233282 1233292 1233930 1233935) (-756 "NAGSP.spad" 1232355 1232363 1233272 1233277) (-755 "NAGS.spad" 1221880 1221888 1232345 1232350) (-754 "NAGF07.spad" 1220273 1220281 1221870 1221875) (-753 "NAGF04.spad" 1214505 1214513 1220263 1220268) (-752 "NAGF02.spad" 1208314 1208322 1214495 1214500) (-751 "NAGF01.spad" 1203917 1203925 1208304 1208309) (-750 "NAGE04.spad" 1197377 1197385 1203907 1203912) (-749 "NAGE02.spad" 1187719 1187727 1197367 1197372) (-748 "NAGE01.spad" 1183603 1183611 1187709 1187714) (-747 "NAGD03.spad" 1181523 1181531 1183593 1183598) (-746 "NAGD02.spad" 1174054 1174062 1181513 1181518) (-745 "NAGD01.spad" 1168167 1168175 1174044 1174049) (-744 "NAGC06.spad" 1163954 1163962 1168157 1168162) (-743 "NAGC05.spad" 1162423 1162431 1163944 1163949) (-742 "NAGC02.spad" 1161678 1161686 1162413 1162418) (-741 "NAALG.spad" 1161213 1161223 1161646 1161673) (-740 "NAALG.spad" 1160768 1160780 1161203 1161208) (-739 "MULTSQFR.spad" 1157726 1157743 1160758 1160763) (-738 "MULTFACT.spad" 1157109 1157126 1157716 1157721) (-737 "MTSCAT.spad" 1155143 1155164 1157007 1157104) (-736 "MTHING.spad" 1154800 1154810 1155133 1155138) (-735 "MSYSCMD.spad" 1154234 1154242 1154790 1154795) (-734 "MSET.spad" 1152176 1152186 1153940 1153979) (-733 "MSETAGG.spad" 1152021 1152031 1152144 1152171) (-732 "MRING.spad" 1148992 1149004 1151729 1151796) (-731 "MRF2.spad" 1148560 1148574 1148982 1148987) (-730 "MRATFAC.spad" 1148106 1148123 1148550 1148555) (-729 "MPRFF.spad" 1146136 1146155 1148096 1148101) (-728 "MPOLY.spad" 1143571 1143586 1143930 1144057) (-727 "MPCPF.spad" 1142835 1142854 1143561 1143566) (-726 "MPC3.spad" 1142650 1142690 1142825 1142830) (-725 "MPC2.spad" 1142292 1142325 1142640 1142645) (-724 "MONOTOOL.spad" 1140627 1140644 1142282 1142287) (-723 "MONOID.spad" 1139946 1139954 1140617 1140622) (-722 "MONOID.spad" 1139263 1139273 1139936 1139941) (-721 "MONOGEN.spad" 1138009 1138022 1139123 1139258) (-720 "MONOGEN.spad" 1136777 1136792 1137893 1137898) (-719 "MONADWU.spad" 1134791 1134799 1136767 1136772) (-718 "MONADWU.spad" 1132803 1132813 1134781 1134786) (-717 "MONAD.spad" 1131947 1131955 1132793 1132798) (-716 "MONAD.spad" 1131089 1131099 1131937 1131942) (-715 "MOEBIUS.spad" 1129775 1129789 1131069 1131084) (-714 "MODULE.spad" 1129645 1129655 1129743 1129770) (-713 "MODULE.spad" 1129535 1129547 1129635 1129640) (-712 "MODRING.spad" 1128866 1128905 1129515 1129530) (-711 "MODOP.spad" 1127525 1127537 1128688 1128755) (-710 "MODMONOM.spad" 1127254 1127272 1127515 1127520) (-709 "MODMON.spad" 1124013 1124029 1124732 1124885) (-708 "MODFIELD.spad" 1123371 1123410 1123915 1124008) (-707 "MMLFORM.spad" 1122231 1122239 1123361 1123366) (-706 "MMAP.spad" 1121971 1122005 1122221 1122226) (-705 "MLO.spad" 1120398 1120408 1121927 1121966) (-704 "MLIFT.spad" 1118970 1118987 1120388 1120393) (-703 "MKUCFUNC.spad" 1118503 1118521 1118960 1118965) (-702 "MKRECORD.spad" 1118105 1118118 1118493 1118498) (-701 "MKFUNC.spad" 1117486 1117496 1118095 1118100) (-700 "MKFLCFN.spad" 1116442 1116452 1117476 1117481) (-699 "MKCHSET.spad" 1116307 1116317 1116432 1116437) (-698 "MKBCFUNC.spad" 1115792 1115810 1116297 1116302) (-697 "MINT.spad" 1115231 1115239 1115694 1115787) (-696 "MHROWRED.spad" 1113732 1113742 1115221 1115226) (-695 "MFLOAT.spad" 1112248 1112256 1113622 1113727) (-694 "MFINFACT.spad" 1111648 1111670 1112238 1112243) (-693 "MESH.spad" 1109380 1109388 1111638 1111643) (-692 "MDDFACT.spad" 1107573 1107583 1109370 1109375) (-691 "MDAGG.spad" 1106860 1106870 1107553 1107568) (-690 "MCMPLX.spad" 1102834 1102842 1103448 1103649) (-689 "MCDEN.spad" 1102042 1102054 1102824 1102829) (-688 "MCALCFN.spad" 1099144 1099170 1102032 1102037) (-687 "MAYBE.spad" 1098428 1098439 1099134 1099139) (-686 "MATSTOR.spad" 1095704 1095714 1098418 1098423) (-685 "MATRIX.spad" 1094408 1094418 1094892 1094919) (-684 "MATLIN.spad" 1091734 1091758 1094292 1094297) (-683 "MATCAT.spad" 1083319 1083341 1091702 1091729) (-682 "MATCAT.spad" 1074776 1074800 1083161 1083166) (-681 "MATCAT2.spad" 1074044 1074092 1074766 1074771) (-680 "MAPPKG3.spad" 1072943 1072957 1074034 1074039) (-679 "MAPPKG2.spad" 1072277 1072289 1072933 1072938) (-678 "MAPPKG1.spad" 1071095 1071105 1072267 1072272) (-677 "MAPPAST.spad" 1070408 1070416 1071085 1071090) (-676 "MAPHACK3.spad" 1070216 1070230 1070398 1070403) (-675 "MAPHACK2.spad" 1069981 1069993 1070206 1070211) (-674 "MAPHACK1.spad" 1069611 1069621 1069971 1069976) (-673 "MAGMA.spad" 1067401 1067418 1069601 1069606) (-672 "MACROAST.spad" 1066980 1066988 1067391 1067396) (-671 "M3D.spad" 1064676 1064686 1066358 1066363) (-670 "LZSTAGG.spad" 1061904 1061914 1064666 1064671) (-669 "LZSTAGG.spad" 1059130 1059142 1061894 1061899) (-668 "LWORD.spad" 1055835 1055852 1059120 1059125) (-667 "LSTAST.spad" 1055619 1055627 1055825 1055830) (-666 "LSQM.spad" 1053845 1053859 1054243 1054294) (-665 "LSPP.spad" 1053378 1053395 1053835 1053840) (-664 "LSMP.spad" 1052218 1052246 1053368 1053373) (-663 "LSMP1.spad" 1050022 1050036 1052208 1052213) (-662 "LSAGG.spad" 1049691 1049701 1049990 1050017) (-661 "LSAGG.spad" 1049380 1049392 1049681 1049686) (-660 "LPOLY.spad" 1048334 1048353 1049236 1049305) (-659 "LPEFRAC.spad" 1047591 1047601 1048324 1048329) (-658 "LO.spad" 1046992 1047006 1047525 1047552) (-657 "LOGIC.spad" 1046594 1046602 1046982 1046987) (-656 "LOGIC.spad" 1046194 1046204 1046584 1046589) (-655 "LODOOPS.spad" 1045112 1045124 1046184 1046189) (-654 "LODO.spad" 1044496 1044512 1044792 1044831) (-653 "LODOF.spad" 1043540 1043557 1044453 1044458) (-652 "LODOCAT.spad" 1042198 1042208 1043496 1043535) (-651 "LODOCAT.spad" 1040854 1040866 1042154 1042159) (-650 "LODO2.spad" 1040127 1040139 1040534 1040573) (-649 "LODO1.spad" 1039527 1039537 1039807 1039846) (-648 "LODEEF.spad" 1038299 1038317 1039517 1039522) (-647 "LNAGG.spad" 1034101 1034111 1038289 1038294) (-646 "LNAGG.spad" 1029867 1029879 1034057 1034062) (-645 "LMOPS.spad" 1026603 1026620 1029857 1029862) (-644 "LMODULE.spad" 1026245 1026255 1026593 1026598) (-643 "LMDICT.spad" 1025528 1025538 1025796 1025823) (-642 "LITERAL.spad" 1025434 1025445 1025518 1025523) (-641 "LIST.spad" 1023152 1023162 1024581 1024608) (-640 "LIST3.spad" 1022443 1022457 1023142 1023147) (-639 "LIST2.spad" 1021083 1021095 1022433 1022438) (-638 "LIST2MAP.spad" 1017960 1017972 1021073 1021078) (-637 "LINEXP.spad" 1017392 1017402 1017940 1017955) (-636 "LINDEP.spad" 1016169 1016181 1017304 1017309) (-635 "LIMITRF.spad" 1014083 1014093 1016159 1016164) (-634 "LIMITPS.spad" 1012966 1012979 1014073 1014078) (-633 "LIE.spad" 1010980 1010992 1012256 1012401) (-632 "LIECAT.spad" 1010456 1010466 1010906 1010975) (-631 "LIECAT.spad" 1009960 1009972 1010412 1010417) (-630 "LIB.spad" 1008008 1008016 1008619 1008634) (-629 "LGROBP.spad" 1005361 1005380 1007998 1008003) (-628 "LF.spad" 1004280 1004296 1005351 1005356) (-627 "LFCAT.spad" 1003299 1003307 1004270 1004275) (-626 "LEXTRIPK.spad" 998802 998817 1003289 1003294) (-625 "LEXP.spad" 996805 996832 998782 998797) (-624 "LETAST.spad" 996504 996512 996795 996800) (-623 "LEADCDET.spad" 994888 994905 996494 996499) (-622 "LAZM3PK.spad" 993592 993614 994878 994883) (-621 "LAUPOL.spad" 992281 992294 993185 993254) (-620 "LAPLACE.spad" 991854 991870 992271 992276) (-619 "LA.spad" 991294 991308 991776 991815) (-618 "LALG.spad" 991070 991080 991274 991289) (-617 "LALG.spad" 990854 990866 991060 991065) (-616 "KVTFROM.spad" 990589 990599 990844 990849) (-615 "KTVLOGIC.spad" 990012 990020 990579 990584) (-614 "KRCFROM.spad" 989750 989760 990002 990007) (-613 "KOVACIC.spad" 988463 988480 989740 989745) (-612 "KONVERT.spad" 988185 988195 988453 988458) (-611 "KOERCE.spad" 987922 987932 988175 988180) (-610 "KERNEL.spad" 986457 986467 987706 987711) (-609 "KERNEL2.spad" 986160 986172 986447 986452) (-608 "KDAGG.spad" 985263 985285 986140 986155) (-607 "KDAGG.spad" 984374 984398 985253 985258) (-606 "KAFILE.spad" 983337 983353 983572 983599) (-605 "JORDAN.spad" 981164 981176 982627 982772) (-604 "JOINAST.spad" 980858 980866 981154 981159) (-603 "JAVACODE.spad" 980724 980732 980848 980853) (-602 "IXAGG.spad" 978847 978871 980714 980719) (-601 "IXAGG.spad" 976825 976851 978694 978699) (-600 "IVECTOR.spad" 975596 975611 975751 975778) (-599 "ITUPLE.spad" 974741 974751 975586 975591) (-598 "ITRIGMNP.spad" 973552 973571 974731 974736) (-597 "ITFUN3.spad" 973046 973060 973542 973547) (-596 "ITFUN2.spad" 972776 972788 973036 973041) (-595 "ITAYLOR.spad" 970568 970583 972612 972737) (-594 "ISUPS.spad" 962979 962994 969542 969639) (-593 "ISUMP.spad" 962476 962492 962969 962974) (-592 "ISTRING.spad" 961479 961492 961645 961672) (-591 "ISAST.spad" 961198 961206 961469 961474) (-590 "IRURPK.spad" 959911 959930 961188 961193) (-589 "IRSN.spad" 957871 957879 959901 959906) (-588 "IRRF2F.spad" 956346 956356 957827 957832) (-587 "IRREDFFX.spad" 955947 955958 956336 956341) (-586 "IROOT.spad" 954278 954288 955937 955942) (-585 "IR.spad" 952067 952081 954133 954160) (-584 "IR2.spad" 951087 951103 952057 952062) (-583 "IR2F.spad" 950287 950303 951077 951082) (-582 "IPRNTPK.spad" 950047 950055 950277 950282) (-581 "IPF.spad" 949612 949624 949852 949945) (-580 "IPADIC.spad" 949373 949399 949538 949607) (-579 "IP4ADDR.spad" 948930 948938 949363 949368) (-578 "IOMODE.spad" 948551 948559 948920 948925) (-577 "IOBFILE.spad" 947912 947920 948541 948546) (-576 "IOBCON.spad" 947777 947785 947902 947907) (-575 "INVLAPLA.spad" 947422 947438 947767 947772) (-574 "INTTR.spad" 940668 940685 947412 947417) (-573 "INTTOOLS.spad" 938379 938395 940242 940247) (-572 "INTSLPE.spad" 937685 937693 938369 938374) (-571 "INTRVL.spad" 937251 937261 937599 937680) (-570 "INTRF.spad" 935615 935629 937241 937246) (-569 "INTRET.spad" 935047 935057 935605 935610) (-568 "INTRAT.spad" 933722 933739 935037 935042) (-567 "INTPM.spad" 932085 932101 933365 933370) (-566 "INTPAF.spad" 929853 929871 932017 932022) (-565 "INTPACK.spad" 920163 920171 929843 929848) (-564 "INT.spad" 919524 919532 920017 920158) (-563 "INTHERTR.spad" 918790 918807 919514 919519) (-562 "INTHERAL.spad" 918456 918480 918780 918785) (-561 "INTHEORY.spad" 914869 914877 918446 918451) (-560 "INTG0.spad" 908332 908350 914801 914806) (-559 "INTFTBL.spad" 902361 902369 908322 908327) (-558 "INTFACT.spad" 901420 901430 902351 902356) (-557 "INTEF.spad" 899735 899751 901410 901415) (-556 "INTDOM.spad" 898350 898358 899661 899730) (-555 "INTDOM.spad" 897027 897037 898340 898345) (-554 "INTCAT.spad" 895280 895290 896941 897022) (-553 "INTBIT.spad" 894783 894791 895270 895275) (-552 "INTALG.spad" 893965 893992 894773 894778) (-551 "INTAF.spad" 893457 893473 893955 893960) (-550 "INTABL.spad" 891975 892006 892138 892165) (-549 "INT8.spad" 891855 891863 891965 891970) (-548 "INT64.spad" 891734 891742 891845 891850) (-547 "INT32.spad" 891613 891621 891724 891729) (-546 "INT16.spad" 891492 891500 891603 891608) (-545 "INS.spad" 888959 888967 891394 891487) (-544 "INS.spad" 886512 886522 888949 888954) (-543 "INPSIGN.spad" 885946 885959 886502 886507) (-542 "INPRODPF.spad" 885012 885031 885936 885941) (-541 "INPRODFF.spad" 884070 884094 885002 885007) (-540 "INNMFACT.spad" 883041 883058 884060 884065) (-539 "INMODGCD.spad" 882525 882555 883031 883036) (-538 "INFSP.spad" 880810 880832 882515 882520) (-537 "INFPROD0.spad" 879860 879879 880800 880805) (-536 "INFORM.spad" 877021 877029 879850 879855) (-535 "INFORM1.spad" 876646 876656 877011 877016) (-534 "INFINITY.spad" 876198 876206 876636 876641) (-533 "INETCLTS.spad" 876175 876183 876188 876193) (-532 "INEP.spad" 874707 874729 876165 876170) (-531 "INDE.spad" 874436 874453 874697 874702) (-530 "INCRMAPS.spad" 873857 873867 874426 874431) (-529 "INBFILE.spad" 872929 872937 873847 873852) (-528 "INBFF.spad" 868699 868710 872919 872924) (-527 "INBCON.spad" 866987 866995 868689 868694) (-526 "INBCON.spad" 865273 865283 866977 866982) (-525 "INAST.spad" 864934 864942 865263 865268) (-524 "IMPTAST.spad" 864642 864650 864924 864929) (-523 "IMATRIX.spad" 863587 863613 864099 864126) (-522 "IMATQF.spad" 862681 862725 863543 863548) (-521 "IMATLIN.spad" 861286 861310 862637 862642) (-520 "ILIST.spad" 859942 859957 860469 860496) (-519 "IIARRAY2.spad" 859330 859368 859549 859576) (-518 "IFF.spad" 858740 858756 859011 859104) (-517 "IFAST.spad" 858354 858362 858730 858735) (-516 "IFARRAY.spad" 855841 855856 857537 857564) (-515 "IFAMON.spad" 855703 855720 855797 855802) (-514 "IEVALAB.spad" 855092 855104 855693 855698) (-513 "IEVALAB.spad" 854479 854493 855082 855087) (-512 "IDPO.spad" 854277 854289 854469 854474) (-511 "IDPOAMS.spad" 854033 854045 854267 854272) (-510 "IDPOAM.spad" 853753 853765 854023 854028) (-509 "IDPC.spad" 852687 852699 853743 853748) (-508 "IDPAM.spad" 852432 852444 852677 852682) (-507 "IDPAG.spad" 852179 852191 852422 852427) (-506 "IDENT.spad" 851829 851837 852169 852174) (-505 "IDECOMP.spad" 849066 849084 851819 851824) (-504 "IDEAL.spad" 843989 844028 849001 849006) (-503 "ICDEN.spad" 843140 843156 843979 843984) (-502 "ICARD.spad" 842329 842337 843130 843135) (-501 "IBPTOOLS.spad" 840922 840939 842319 842324) (-500 "IBITS.spad" 840121 840134 840558 840585) (-499 "IBATOOL.spad" 836996 837015 840111 840116) (-498 "IBACHIN.spad" 835483 835498 836986 836991) (-497 "IARRAY2.spad" 834471 834497 835090 835117) (-496 "IARRAY1.spad" 833516 833531 833654 833681) (-495 "IAN.spad" 831729 831737 833332 833425) (-494 "IALGFACT.spad" 831330 831363 831719 831724) (-493 "HYPCAT.spad" 830754 830762 831320 831325) (-492 "HYPCAT.spad" 830176 830186 830744 830749) (-491 "HOSTNAME.spad" 829984 829992 830166 830171) (-490 "HOMOTOP.spad" 829727 829737 829974 829979) (-489 "HOAGG.spad" 826995 827005 829717 829722) (-488 "HOAGG.spad" 824038 824050 826762 826767) (-487 "HEXADEC.spad" 822140 822148 822505 822598) (-486 "HEUGCD.spad" 821155 821166 822130 822135) (-485 "HELLFDIV.spad" 820745 820769 821145 821150) (-484 "HEAP.spad" 820137 820147 820352 820379) (-483 "HEADAST.spad" 819668 819676 820127 820132) (-482 "HDP.spad" 809511 809527 809888 810019) (-481 "HDMP.spad" 806687 806702 807305 807432) (-480 "HB.spad" 804924 804932 806677 806682) (-479 "HASHTBL.spad" 803394 803425 803605 803632) (-478 "HASAST.spad" 803110 803118 803384 803389) (-477 "HACKPI.spad" 802593 802601 803012 803105) (-476 "GTSET.spad" 801532 801548 802239 802266) (-475 "GSTBL.spad" 800051 800086 800225 800240) (-474 "GSERIES.spad" 797218 797245 798183 798332) (-473 "GROUP.spad" 796487 796495 797198 797213) (-472 "GROUP.spad" 795764 795774 796477 796482) (-471 "GROEBSOL.spad" 794252 794273 795754 795759) (-470 "GRMOD.spad" 792823 792835 794242 794247) (-469 "GRMOD.spad" 791392 791406 792813 792818) (-468 "GRIMAGE.spad" 783997 784005 791382 791387) (-467 "GRDEF.spad" 782376 782384 783987 783992) (-466 "GRAY.spad" 780835 780843 782366 782371) (-465 "GRALG.spad" 779882 779894 780825 780830) (-464 "GRALG.spad" 778927 778941 779872 779877) (-463 "GPOLSET.spad" 778381 778404 778609 778636) (-462 "GOSPER.spad" 777646 777664 778371 778376) (-461 "GMODPOL.spad" 776784 776811 777614 777641) (-460 "GHENSEL.spad" 775853 775867 776774 776779) (-459 "GENUPS.spad" 771954 771967 775843 775848) (-458 "GENUFACT.spad" 771531 771541 771944 771949) (-457 "GENPGCD.spad" 771115 771132 771521 771526) (-456 "GENMFACT.spad" 770567 770586 771105 771110) (-455 "GENEEZ.spad" 768506 768519 770557 770562) (-454 "GDMP.spad" 765524 765541 766300 766427) (-453 "GCNAALG.spad" 759419 759446 765318 765385) (-452 "GCDDOM.spad" 758591 758599 759345 759414) (-451 "GCDDOM.spad" 757825 757835 758581 758586) (-450 "GB.spad" 755343 755381 757781 757786) (-449 "GBINTERN.spad" 751363 751401 755333 755338) (-448 "GBF.spad" 747120 747158 751353 751358) (-447 "GBEUCLID.spad" 744994 745032 747110 747115) (-446 "GAUSSFAC.spad" 744291 744299 744984 744989) (-445 "GALUTIL.spad" 742613 742623 744247 744252) (-444 "GALPOLYU.spad" 741059 741072 742603 742608) (-443 "GALFACTU.spad" 739224 739243 741049 741054) (-442 "GALFACT.spad" 729357 729368 739214 739219) (-441 "FVFUN.spad" 726380 726388 729347 729352) (-440 "FVC.spad" 725432 725440 726370 726375) (-439 "FUNDESC.spad" 725110 725118 725422 725427) (-438 "FUNCTION.spad" 724959 724971 725100 725105) (-437 "FT.spad" 723252 723260 724949 724954) (-436 "FTEM.spad" 722415 722423 723242 723247) (-435 "FSUPFACT.spad" 721315 721334 722351 722356) (-434 "FST.spad" 719401 719409 721305 721310) (-433 "FSRED.spad" 718879 718895 719391 719396) (-432 "FSPRMELT.spad" 717703 717719 718836 718841) (-431 "FSPECF.spad" 715780 715796 717693 717698) (-430 "FS.spad" 709842 709852 715555 715775) (-429 "FS.spad" 703682 703694 709397 709402) (-428 "FSINT.spad" 703340 703356 703672 703677) (-427 "FSERIES.spad" 702527 702539 703160 703259) (-426 "FSCINT.spad" 701840 701856 702517 702522) (-425 "FSAGG.spad" 700957 700967 701796 701835) (-424 "FSAGG.spad" 700036 700048 700877 700882) (-423 "FSAGG2.spad" 698735 698751 700026 700031) (-422 "FS2UPS.spad" 693218 693252 698725 698730) (-421 "FS2.spad" 692863 692879 693208 693213) (-420 "FS2EXPXP.spad" 691986 692009 692853 692858) (-419 "FRUTIL.spad" 690928 690938 691976 691981) (-418 "FR.spad" 684622 684632 689952 690021) (-417 "FRNAALG.spad" 679709 679719 684564 684617) (-416 "FRNAALG.spad" 674808 674820 679665 679670) (-415 "FRNAAF2.spad" 674262 674280 674798 674803) (-414 "FRMOD.spad" 673656 673686 674193 674198) (-413 "FRIDEAL.spad" 672851 672872 673636 673651) (-412 "FRIDEAL2.spad" 672453 672485 672841 672846) (-411 "FRETRCT.spad" 671964 671974 672443 672448) (-410 "FRETRCT.spad" 671341 671353 671822 671827) (-409 "FRAMALG.spad" 669669 669682 671297 671336) (-408 "FRAMALG.spad" 668029 668044 669659 669664) (-407 "FRAC.spad" 665128 665138 665531 665704) (-406 "FRAC2.spad" 664731 664743 665118 665123) (-405 "FR2.spad" 664065 664077 664721 664726) (-404 "FPS.spad" 660874 660882 663955 664060) (-403 "FPS.spad" 657711 657721 660794 660799) (-402 "FPC.spad" 656753 656761 657613 657706) (-401 "FPC.spad" 655881 655891 656743 656748) (-400 "FPATMAB.spad" 655643 655653 655871 655876) (-399 "FPARFRAC.spad" 654116 654133 655633 655638) (-398 "FORTRAN.spad" 652622 652665 654106 654111) (-397 "FORT.spad" 651551 651559 652612 652617) (-396 "FORTFN.spad" 648721 648729 651541 651546) (-395 "FORTCAT.spad" 648405 648413 648711 648716) (-394 "FORMULA.spad" 645869 645877 648395 648400) (-393 "FORMULA1.spad" 645348 645358 645859 645864) (-392 "FORDER.spad" 645039 645063 645338 645343) (-391 "FOP.spad" 644240 644248 645029 645034) (-390 "FNLA.spad" 643664 643686 644208 644235) (-389 "FNCAT.spad" 642251 642259 643654 643659) (-388 "FNAME.spad" 642143 642151 642241 642246) (-387 "FMTC.spad" 641941 641949 642069 642138) (-386 "FMONOID.spad" 638996 639006 641897 641902) (-385 "FM.spad" 638691 638703 638930 638957) (-384 "FMFUN.spad" 635721 635729 638681 638686) (-383 "FMC.spad" 634773 634781 635711 635716) (-382 "FMCAT.spad" 632427 632445 634741 634768) (-381 "FM1.spad" 631784 631796 632361 632388) (-380 "FLOATRP.spad" 629505 629519 631774 631779) (-379 "FLOAT.spad" 622793 622801 629371 629500) (-378 "FLOATCP.spad" 620210 620224 622783 622788) (-377 "FLINEXP.spad" 619922 619932 620190 620205) (-376 "FLINEXP.spad" 619588 619600 619858 619863) (-375 "FLASORT.spad" 618908 618920 619578 619583) (-374 "FLALG.spad" 616554 616573 618834 618903) (-373 "FLAGG.spad" 613572 613582 616534 616549) (-372 "FLAGG.spad" 610491 610503 613455 613460) (-371 "FLAGG2.spad" 609172 609188 610481 610486) (-370 "FINRALG.spad" 607201 607214 609128 609167) (-369 "FINRALG.spad" 605156 605171 607085 607090) (-368 "FINITE.spad" 604308 604316 605146 605151) (-367 "FINAALG.spad" 593289 593299 604250 604303) (-366 "FINAALG.spad" 582282 582294 593245 593250) (-365 "FILE.spad" 581865 581875 582272 582277) (-364 "FILECAT.spad" 580383 580400 581855 581860) (-363 "FIELD.spad" 579789 579797 580285 580378) (-362 "FIELD.spad" 579281 579291 579779 579784) (-361 "FGROUP.spad" 577890 577900 579261 579276) (-360 "FGLMICPK.spad" 576677 576692 577880 577885) (-359 "FFX.spad" 576052 576067 576393 576486) (-358 "FFSLPE.spad" 575541 575562 576042 576047) (-357 "FFPOLY.spad" 566793 566804 575531 575536) (-356 "FFPOLY2.spad" 565853 565870 566783 566788) (-355 "FFP.spad" 565250 565270 565569 565662) (-354 "FF.spad" 564698 564714 564931 565024) (-353 "FFNBX.spad" 563210 563230 564414 564507) (-352 "FFNBP.spad" 561723 561740 562926 563019) (-351 "FFNB.spad" 560188 560209 561404 561497) (-350 "FFINTBAS.spad" 557602 557621 560178 560183) (-349 "FFIELDC.spad" 555177 555185 557504 557597) (-348 "FFIELDC.spad" 552838 552848 555167 555172) (-347 "FFHOM.spad" 551586 551603 552828 552833) (-346 "FFF.spad" 549021 549032 551576 551581) (-345 "FFCGX.spad" 547868 547888 548737 548830) (-344 "FFCGP.spad" 546757 546777 547584 547677) (-343 "FFCG.spad" 545549 545570 546438 546531) (-342 "FFCAT.spad" 538576 538598 545388 545544) (-341 "FFCAT.spad" 531682 531706 538496 538501) (-340 "FFCAT2.spad" 531427 531467 531672 531677) (-339 "FEXPR.spad" 523136 523182 531183 531222) (-338 "FEVALAB.spad" 522842 522852 523126 523131) (-337 "FEVALAB.spad" 522333 522345 522619 522624) (-336 "FDIV.spad" 521775 521799 522323 522328) (-335 "FDIVCAT.spad" 519817 519841 521765 521770) (-334 "FDIVCAT.spad" 517857 517883 519807 519812) (-333 "FDIV2.spad" 517511 517551 517847 517852) (-332 "FCPAK1.spad" 516064 516072 517501 517506) (-331 "FCOMP.spad" 515443 515453 516054 516059) (-330 "FC.spad" 505358 505366 515433 515438) (-329 "FAXF.spad" 498293 498307 505260 505353) (-328 "FAXF.spad" 491280 491296 498249 498254) (-327 "FARRAY.spad" 489426 489436 490463 490490) (-326 "FAMR.spad" 487546 487558 489324 489421) (-325 "FAMR.spad" 485650 485664 487430 487435) (-324 "FAMONOID.spad" 485300 485310 485604 485609) (-323 "FAMONC.spad" 483522 483534 485290 485295) (-322 "FAGROUP.spad" 483128 483138 483418 483445) (-321 "FACUTIL.spad" 481324 481341 483118 483123) (-320 "FACTFUNC.spad" 480500 480510 481314 481319) (-319 "EXPUPXS.spad" 477333 477356 478632 478781) (-318 "EXPRTUBE.spad" 474561 474569 477323 477328) (-317 "EXPRODE.spad" 471433 471449 474551 474556) (-316 "EXPR.spad" 466708 466718 467422 467829) (-315 "EXPR2UPS.spad" 462800 462813 466698 466703) (-314 "EXPR2.spad" 462503 462515 462790 462795) (-313 "EXPEXPAN.spad" 459441 459466 460075 460168) (-312 "EXIT.spad" 459112 459120 459431 459436) (-311 "EXITAST.spad" 458848 458856 459102 459107) (-310 "EVALCYC.spad" 458306 458320 458838 458843) (-309 "EVALAB.spad" 457870 457880 458296 458301) (-308 "EVALAB.spad" 457432 457444 457860 457865) (-307 "EUCDOM.spad" 454974 454982 457358 457427) (-306 "EUCDOM.spad" 452578 452588 454964 454969) (-305 "ESTOOLS.spad" 444418 444426 452568 452573) (-304 "ESTOOLS2.spad" 444019 444033 444408 444413) (-303 "ESTOOLS1.spad" 443704 443715 444009 444014) (-302 "ES.spad" 436251 436259 443694 443699) (-301 "ES.spad" 428704 428714 436149 436154) (-300 "ESCONT.spad" 425477 425485 428694 428699) (-299 "ESCONT1.spad" 425226 425238 425467 425472) (-298 "ES2.spad" 424721 424737 425216 425221) (-297 "ES1.spad" 424287 424303 424711 424716) (-296 "ERROR.spad" 421608 421616 424277 424282) (-295 "EQTBL.spad" 420080 420102 420289 420316) (-294 "EQ.spad" 414954 414964 417753 417865) (-293 "EQ2.spad" 414670 414682 414944 414949) (-292 "EP.spad" 410984 410994 414660 414665) (-291 "ENV.spad" 409660 409668 410974 410979) (-290 "ENTIRER.spad" 409328 409336 409604 409655) (-289 "EMR.spad" 408529 408570 409254 409323) (-288 "ELTAGG.spad" 406769 406788 408519 408524) (-287 "ELTAGG.spad" 404973 404994 406725 406730) (-286 "ELTAB.spad" 404420 404438 404963 404968) (-285 "ELFUTS.spad" 403799 403818 404410 404415) (-284 "ELEMFUN.spad" 403488 403496 403789 403794) (-283 "ELEMFUN.spad" 403175 403185 403478 403483) (-282 "ELAGG.spad" 401118 401128 403155 403170) (-281 "ELAGG.spad" 398998 399010 401037 401042) (-280 "ELABEXPR.spad" 397921 397929 398988 398993) (-279 "EFUPXS.spad" 394697 394727 397877 397882) (-278 "EFULS.spad" 391533 391556 394653 394658) (-277 "EFSTRUC.spad" 389488 389504 391523 391528) (-276 "EF.spad" 384254 384270 389478 389483) (-275 "EAB.spad" 382530 382538 384244 384249) (-274 "E04UCFA.spad" 382066 382074 382520 382525) (-273 "E04NAFA.spad" 381643 381651 382056 382061) (-272 "E04MBFA.spad" 381223 381231 381633 381638) (-271 "E04JAFA.spad" 380759 380767 381213 381218) (-270 "E04GCFA.spad" 380295 380303 380749 380754) (-269 "E04FDFA.spad" 379831 379839 380285 380290) (-268 "E04DGFA.spad" 379367 379375 379821 379826) (-267 "E04AGNT.spad" 375209 375217 379357 379362) (-266 "DVARCAT.spad" 371894 371904 375199 375204) (-265 "DVARCAT.spad" 368577 368589 371884 371889) (-264 "DSMP.spad" 366008 366022 366313 366440) (-263 "DROPT.spad" 359953 359961 365998 366003) (-262 "DROPT1.spad" 359616 359626 359943 359948) (-261 "DROPT0.spad" 354443 354451 359606 359611) (-260 "DRAWPT.spad" 352598 352606 354433 354438) (-259 "DRAW.spad" 345198 345211 352588 352593) (-258 "DRAWHACK.spad" 344506 344516 345188 345193) (-257 "DRAWCX.spad" 341948 341956 344496 344501) (-256 "DRAWCURV.spad" 341485 341500 341938 341943) (-255 "DRAWCFUN.spad" 330657 330665 341475 341480) (-254 "DQAGG.spad" 328825 328835 330625 330652) (-253 "DPOLCAT.spad" 324166 324182 328693 328820) (-252 "DPOLCAT.spad" 319593 319611 324122 324127) (-251 "DPMO.spad" 311819 311835 311957 312258) (-250 "DPMM.spad" 304058 304076 304183 304484) (-249 "DOMCTOR.spad" 303950 303958 304048 304053) (-248 "DOMAIN.spad" 303081 303089 303940 303945) (-247 "DMP.spad" 300303 300318 300875 301002) (-246 "DLP.spad" 299651 299661 300293 300298) (-245 "DLIST.spad" 298230 298240 298834 298861) (-244 "DLAGG.spad" 296641 296651 298220 298225) (-243 "DIVRING.spad" 296183 296191 296585 296636) (-242 "DIVRING.spad" 295769 295779 296173 296178) (-241 "DISPLAY.spad" 293949 293957 295759 295764) (-240 "DIRPROD.spad" 283529 283545 284169 284300) (-239 "DIRPROD2.spad" 282337 282355 283519 283524) (-238 "DIRPCAT.spad" 281279 281295 282201 282332) (-237 "DIRPCAT.spad" 279950 279968 280874 280879) (-236 "DIOSP.spad" 278775 278783 279940 279945) (-235 "DIOPS.spad" 277759 277769 278755 278770) (-234 "DIOPS.spad" 276717 276729 277715 277720) (-233 "DIFRING.spad" 276009 276017 276697 276712) (-232 "DIFRING.spad" 275309 275319 275999 276004) (-231 "DIFEXT.spad" 274468 274478 275289 275304) (-230 "DIFEXT.spad" 273544 273556 274367 274372) (-229 "DIAGG.spad" 273174 273184 273524 273539) (-228 "DIAGG.spad" 272812 272824 273164 273169) (-227 "DHMATRIX.spad" 271116 271126 272269 272296) (-226 "DFSFUN.spad" 264524 264532 271106 271111) (-225 "DFLOAT.spad" 261245 261253 264414 264519) (-224 "DFINTTLS.spad" 259454 259470 261235 261240) (-223 "DERHAM.spad" 257364 257396 259434 259449) (-222 "DEQUEUE.spad" 256682 256692 256971 256998) (-221 "DEGRED.spad" 256297 256311 256672 256677) (-220 "DEFINTRF.spad" 253822 253832 256287 256292) (-219 "DEFINTEF.spad" 252318 252334 253812 253817) (-218 "DEFAST.spad" 251686 251694 252308 252313) (-217 "DECIMAL.spad" 249792 249800 250153 250246) (-216 "DDFACT.spad" 247591 247608 249782 249787) (-215 "DBLRESP.spad" 247189 247213 247581 247586) (-214 "DBASE.spad" 245843 245853 247179 247184) (-213 "DATAARY.spad" 245305 245318 245833 245838) (-212 "D03FAFA.spad" 245133 245141 245295 245300) (-211 "D03EEFA.spad" 244953 244961 245123 245128) (-210 "D03AGNT.spad" 244033 244041 244943 244948) (-209 "D02EJFA.spad" 243495 243503 244023 244028) (-208 "D02CJFA.spad" 242973 242981 243485 243490) (-207 "D02BHFA.spad" 242463 242471 242963 242968) (-206 "D02BBFA.spad" 241953 241961 242453 242458) (-205 "D02AGNT.spad" 236757 236765 241943 241948) (-204 "D01WGTS.spad" 235076 235084 236747 236752) (-203 "D01TRNS.spad" 235053 235061 235066 235071) (-202 "D01GBFA.spad" 234575 234583 235043 235048) (-201 "D01FCFA.spad" 234097 234105 234565 234570) (-200 "D01ASFA.spad" 233565 233573 234087 234092) (-199 "D01AQFA.spad" 233011 233019 233555 233560) (-198 "D01APFA.spad" 232435 232443 233001 233006) (-197 "D01ANFA.spad" 231929 231937 232425 232430) (-196 "D01AMFA.spad" 231439 231447 231919 231924) (-195 "D01ALFA.spad" 230979 230987 231429 231434) (-194 "D01AKFA.spad" 230505 230513 230969 230974) (-193 "D01AJFA.spad" 230028 230036 230495 230500) (-192 "D01AGNT.spad" 226087 226095 230018 230023) (-191 "CYCLOTOM.spad" 225593 225601 226077 226082) (-190 "CYCLES.spad" 222425 222433 225583 225588) (-189 "CVMP.spad" 221842 221852 222415 222420) (-188 "CTRIGMNP.spad" 220332 220348 221832 221837) (-187 "CTOR.spad" 220023 220031 220322 220327) (-186 "CTORKIND.spad" 219626 219634 220013 220018) (-185 "CTORCAT.spad" 218875 218883 219616 219621) (-184 "CTORCAT.spad" 218122 218132 218865 218870) (-183 "CTORCALL.spad" 217702 217710 218112 218117) (-182 "CSTTOOLS.spad" 216945 216958 217692 217697) (-181 "CRFP.spad" 210649 210662 216935 216940) (-180 "CRCEAST.spad" 210369 210377 210639 210644) (-179 "CRAPACK.spad" 209412 209422 210359 210364) (-178 "CPMATCH.spad" 208912 208927 209337 209342) (-177 "CPIMA.spad" 208617 208636 208902 208907) (-176 "COORDSYS.spad" 203510 203520 208607 208612) (-175 "CONTOUR.spad" 202921 202929 203500 203505) (-174 "CONTFRAC.spad" 198533 198543 202823 202916) (-173 "CONDUIT.spad" 198291 198299 198523 198528) (-172 "COMRING.spad" 197965 197973 198229 198286) (-171 "COMPPROP.spad" 197479 197487 197955 197960) (-170 "COMPLPAT.spad" 197246 197261 197469 197474) (-169 "COMPLEX.spad" 191270 191280 191514 191775) (-168 "COMPLEX2.spad" 190983 190995 191260 191265) (-167 "COMPFACT.spad" 190585 190599 190973 190978) (-166 "COMPCAT.spad" 188653 188663 190319 190580) (-165 "COMPCAT.spad" 186414 186426 188082 188087) (-164 "COMMUPC.spad" 186160 186178 186404 186409) (-163 "COMMONOP.spad" 185693 185701 186150 186155) (-162 "COMM.spad" 185502 185510 185683 185688) (-161 "COMMAAST.spad" 185265 185273 185492 185497) (-160 "COMBOPC.spad" 184170 184178 185255 185260) (-159 "COMBINAT.spad" 182915 182925 184160 184165) (-158 "COMBF.spad" 180283 180299 182905 182910) (-157 "COLOR.spad" 179120 179128 180273 180278) (-156 "COLONAST.spad" 178786 178794 179110 179115) (-155 "CMPLXRT.spad" 178495 178512 178776 178781) (-154 "CLLCTAST.spad" 178157 178165 178485 178490) (-153 "CLIP.spad" 174249 174257 178147 178152) (-152 "CLIF.spad" 172888 172904 174205 174244) (-151 "CLAGG.spad" 169373 169383 172878 172883) (-150 "CLAGG.spad" 165729 165741 169236 169241) (-149 "CINTSLPE.spad" 165054 165067 165719 165724) (-148 "CHVAR.spad" 163132 163154 165044 165049) (-147 "CHARZ.spad" 163047 163055 163112 163127) (-146 "CHARPOL.spad" 162555 162565 163037 163042) (-145 "CHARNZ.spad" 162308 162316 162535 162550) (-144 "CHAR.spad" 160176 160184 162298 162303) (-143 "CFCAT.spad" 159492 159500 160166 160171) (-142 "CDEN.spad" 158650 158664 159482 159487) (-141 "CCLASS.spad" 156799 156807 158061 158100) (-140 "CATEGORY.spad" 155889 155897 156789 156794) (-139 "CATCTOR.spad" 155780 155788 155879 155884) (-138 "CATAST.spad" 155398 155406 155770 155775) (-137 "CASEAST.spad" 155112 155120 155388 155393) (-136 "CARTEN.spad" 150215 150239 155102 155107) (-135 "CARTEN2.spad" 149601 149628 150205 150210) (-134 "CARD.spad" 146890 146898 149575 149596) (-133 "CAPSLAST.spad" 146664 146672 146880 146885) (-132 "CACHSET.spad" 146286 146294 146654 146659) (-131 "CABMON.spad" 145839 145847 146276 146281) (-130 "BYTEORD.spad" 145514 145522 145829 145834) (-129 "BYTE.spad" 144939 144947 145504 145509) (-128 "BYTEBUF.spad" 142796 142804 144108 144135) (-127 "BTREE.spad" 141865 141875 142403 142430) (-126 "BTOURN.spad" 140868 140878 141472 141499) (-125 "BTCAT.spad" 140256 140266 140836 140863) (-124 "BTCAT.spad" 139664 139676 140246 140251) (-123 "BTAGG.spad" 138786 138794 139632 139659) (-122 "BTAGG.spad" 137928 137938 138776 138781) (-121 "BSTREE.spad" 136663 136673 137535 137562) (-120 "BRILL.spad" 134858 134869 136653 136658) (-119 "BRAGG.spad" 133782 133792 134848 134853) (-118 "BRAGG.spad" 132670 132682 133738 133743) (-117 "BPADICRT.spad" 130651 130663 130906 130999) (-116 "BPADIC.spad" 130315 130327 130577 130646) (-115 "BOUNDZRO.spad" 129971 129988 130305 130310) (-114 "BOP.spad" 124996 125004 129961 129966) (-113 "BOP1.spad" 122382 122392 124952 124957) (-112 "BOOLEAN.spad" 121706 121714 122372 122377) (-111 "BMODULE.spad" 121418 121430 121674 121701) (-110 "BITS.spad" 120837 120845 121054 121081) (-109 "BINDING.spad" 120256 120264 120827 120832) (-108 "BINARY.spad" 118367 118375 118723 118816) (-107 "BGAGG.spad" 117564 117574 118347 118362) (-106 "BGAGG.spad" 116769 116781 117554 117559) (-105 "BFUNCT.spad" 116333 116341 116749 116764) (-104 "BEZOUT.spad" 115467 115494 116283 116288) (-103 "BBTREE.spad" 112286 112296 115074 115101) (-102 "BASTYPE.spad" 111958 111966 112276 112281) (-101 "BASTYPE.spad" 111628 111638 111948 111953) (-100 "BALFACT.spad" 111067 111080 111618 111623) (-99 "AUTOMOR.spad" 110514 110523 111047 111062) (-98 "ATTREG.spad" 107233 107240 110266 110509) (-97 "ATTRBUT.spad" 103256 103263 107213 107228) (-96 "ATTRAST.spad" 102973 102980 103246 103251) (-95 "ATRIG.spad" 102443 102450 102963 102968) (-94 "ATRIG.spad" 101911 101920 102433 102438) (-93 "ASTCAT.spad" 101815 101822 101901 101906) (-92 "ASTCAT.spad" 101717 101726 101805 101810) (-91 "ASTACK.spad" 101050 101059 101324 101351) (-90 "ASSOCEQ.spad" 99850 99861 101006 101011) (-89 "ASP9.spad" 98931 98944 99840 99845) (-88 "ASP8.spad" 97974 97987 98921 98926) (-87 "ASP80.spad" 97296 97309 97964 97969) (-86 "ASP7.spad" 96456 96469 97286 97291) (-85 "ASP78.spad" 95907 95920 96446 96451) (-84 "ASP77.spad" 95276 95289 95897 95902) (-83 "ASP74.spad" 94368 94381 95266 95271) (-82 "ASP73.spad" 93639 93652 94358 94363) (-81 "ASP6.spad" 92506 92519 93629 93634) (-80 "ASP55.spad" 91015 91028 92496 92501) (-79 "ASP50.spad" 88832 88845 91005 91010) (-78 "ASP4.spad" 88127 88140 88822 88827) (-77 "ASP49.spad" 87126 87139 88117 88122) (-76 "ASP42.spad" 85533 85572 87116 87121) (-75 "ASP41.spad" 84112 84151 85523 85528) (-74 "ASP35.spad" 83100 83113 84102 84107) (-73 "ASP34.spad" 82401 82414 83090 83095) (-72 "ASP33.spad" 81961 81974 82391 82396) (-71 "ASP31.spad" 81101 81114 81951 81956) (-70 "ASP30.spad" 79993 80006 81091 81096) (-69 "ASP29.spad" 79459 79472 79983 79988) (-68 "ASP28.spad" 70732 70745 79449 79454) (-67 "ASP27.spad" 69629 69642 70722 70727) (-66 "ASP24.spad" 68716 68729 69619 69624) (-65 "ASP20.spad" 68180 68193 68706 68711) (-64 "ASP1.spad" 67561 67574 68170 68175) (-63 "ASP19.spad" 62247 62260 67551 67556) (-62 "ASP12.spad" 61661 61674 62237 62242) (-61 "ASP10.spad" 60932 60945 61651 61656) (-60 "ARRAY2.spad" 60292 60301 60539 60566) (-59 "ARRAY1.spad" 59127 59136 59475 59502) (-58 "ARRAY12.spad" 57796 57807 59117 59122) (-57 "ARR2CAT.spad" 53458 53479 57764 57791) (-56 "ARR2CAT.spad" 49140 49163 53448 53453) (-55 "ARITY.spad" 48512 48519 49130 49135) (-54 "APPRULE.spad" 47756 47778 48502 48507) (-53 "APPLYORE.spad" 47371 47384 47746 47751) (-52 "ANY.spad" 45713 45720 47361 47366) (-51 "ANY1.spad" 44784 44793 45703 45708) (-50 "ANTISYM.spad" 43223 43239 44764 44779) (-49 "ANON.spad" 42916 42923 43213 43218) (-48 "AN.spad" 41217 41224 42732 42825) (-47 "AMR.spad" 39396 39407 41115 41212) (-46 "AMR.spad" 37412 37425 39133 39138) (-45 "ALIST.spad" 34824 34845 35174 35201) (-44 "ALGSC.spad" 33947 33973 34696 34749) (-43 "ALGPKG.spad" 29656 29667 33903 33908) (-42 "ALGMFACT.spad" 28845 28859 29646 29651) (-41 "ALGMANIP.spad" 26265 26280 28642 28647) (-40 "ALGFF.spad" 24580 24607 24797 24953) (-39 "ALGFACT.spad" 23701 23711 24570 24575) (-38 "ALGEBRA.spad" 23534 23543 23657 23696) (-37 "ALGEBRA.spad" 23399 23410 23524 23529) (-36 "ALAGG.spad" 22909 22930 23367 23394) (-35 "AHYP.spad" 22290 22297 22899 22904) (-34 "AGG.spad" 20599 20606 22280 22285) (-33 "AGG.spad" 18872 18881 20555 20560) (-32 "AF.spad" 17297 17312 18807 18812) (-31 "ADDAST.spad" 16975 16982 17287 17292) (-30 "ACPLOT.spad" 15546 15553 16965 16970) (-29 "ACFS.spad" 13297 13306 15448 15541) (-28 "ACFS.spad" 11134 11145 13287 13292) (-27 "ACF.spad" 7736 7743 11036 11129) (-26 "ACF.spad" 4424 4433 7726 7731) (-25 "ABELSG.spad" 3965 3972 4414 4419) (-24 "ABELSG.spad" 3504 3513 3955 3960) (-23 "ABELMON.spad" 3047 3054 3494 3499) (-22 "ABELMON.spad" 2588 2597 3037 3042) (-21 "ABELGRP.spad" 2160 2167 2578 2583) (-20 "ABELGRP.spad" 1730 1739 2150 2155) (-19 "A1AGG.spad" 870 879 1698 1725) (-18 "A1AGG.spad" 30 41 860 865)) \ No newline at end of file
+((-3 NIL 2283103 2283108 2283113 2283118) (-2 NIL 2283083 2283088 2283093 2283098) (-1 NIL 2283063 2283068 2283073 2283078) (0 NIL 2283043 2283048 2283053 2283058) (-1287 "ZMOD.spad" 2282852 2282865 2282981 2283038) (-1286 "ZLINDEP.spad" 2281896 2281907 2282842 2282847) (-1285 "ZDSOLVE.spad" 2271745 2271767 2281886 2281891) (-1284 "YSTREAM.spad" 2271238 2271249 2271735 2271740) (-1283 "XRPOLY.spad" 2270458 2270478 2271094 2271163) (-1282 "XPR.spad" 2268249 2268262 2270176 2270275) (-1281 "XPOLY.spad" 2267804 2267815 2268105 2268174) (-1280 "XPOLYC.spad" 2267121 2267137 2267730 2267799) (-1279 "XPBWPOLY.spad" 2265558 2265578 2266901 2266970) (-1278 "XF.spad" 2264019 2264034 2265460 2265553) (-1277 "XF.spad" 2262460 2262477 2263903 2263908) (-1276 "XFALG.spad" 2259484 2259500 2262386 2262455) (-1275 "XEXPPKG.spad" 2258735 2258761 2259474 2259479) (-1274 "XDPOLY.spad" 2258349 2258365 2258591 2258660) (-1273 "XALG.spad" 2258009 2258020 2258305 2258344) (-1272 "WUTSET.spad" 2253848 2253865 2257655 2257682) (-1271 "WP.spad" 2253047 2253091 2253706 2253773) (-1270 "WHILEAST.spad" 2252845 2252854 2253037 2253042) (-1269 "WHEREAST.spad" 2252516 2252525 2252835 2252840) (-1268 "WFFINTBS.spad" 2250079 2250101 2252506 2252511) (-1267 "WEIER.spad" 2248293 2248304 2250069 2250074) (-1266 "VSPACE.spad" 2247966 2247977 2248261 2248288) (-1265 "VSPACE.spad" 2247659 2247672 2247956 2247961) (-1264 "VOID.spad" 2247336 2247345 2247649 2247654) (-1263 "VIEW.spad" 2244958 2244967 2247326 2247331) (-1262 "VIEWDEF.spad" 2240155 2240164 2244948 2244953) (-1261 "VIEW3D.spad" 2223990 2223999 2240145 2240150) (-1260 "VIEW2D.spad" 2211727 2211736 2223980 2223985) (-1259 "VECTOR.spad" 2210402 2210413 2210653 2210680) (-1258 "VECTOR2.spad" 2209029 2209042 2210392 2210397) (-1257 "VECTCAT.spad" 2206929 2206940 2208997 2209024) (-1256 "VECTCAT.spad" 2204637 2204650 2206707 2206712) (-1255 "VARIABLE.spad" 2204417 2204432 2204627 2204632) (-1254 "UTYPE.spad" 2204061 2204070 2204407 2204412) (-1253 "UTSODETL.spad" 2203354 2203378 2204017 2204022) (-1252 "UTSODE.spad" 2201542 2201562 2203344 2203349) (-1251 "UTS.spad" 2196331 2196359 2200009 2200106) (-1250 "UTSCAT.spad" 2193782 2193798 2196229 2196326) (-1249 "UTSCAT.spad" 2190877 2190895 2193326 2193331) (-1248 "UTS2.spad" 2190470 2190505 2190867 2190872) (-1247 "URAGG.spad" 2185102 2185113 2190460 2190465) (-1246 "URAGG.spad" 2179698 2179711 2185058 2185063) (-1245 "UPXSSING.spad" 2177341 2177367 2178779 2178912) (-1244 "UPXS.spad" 2174489 2174517 2175473 2175622) (-1243 "UPXSCONS.spad" 2172246 2172266 2172621 2172770) (-1242 "UPXSCCA.spad" 2170811 2170831 2172092 2172241) (-1241 "UPXSCCA.spad" 2169518 2169540 2170801 2170806) (-1240 "UPXSCAT.spad" 2168099 2168115 2169364 2169513) (-1239 "UPXS2.spad" 2167640 2167693 2168089 2168094) (-1238 "UPSQFREE.spad" 2166052 2166066 2167630 2167635) (-1237 "UPSCAT.spad" 2163645 2163669 2165950 2166047) (-1236 "UPSCAT.spad" 2160944 2160970 2163251 2163256) (-1235 "UPOLYC.spad" 2155922 2155933 2160786 2160939) (-1234 "UPOLYC.spad" 2150792 2150805 2155658 2155663) (-1233 "UPOLYC2.spad" 2150261 2150280 2150782 2150787) (-1232 "UP.spad" 2147418 2147433 2147811 2147964) (-1231 "UPMP.spad" 2146308 2146321 2147408 2147413) (-1230 "UPDIVP.spad" 2145871 2145885 2146298 2146303) (-1229 "UPDECOMP.spad" 2144108 2144122 2145861 2145866) (-1228 "UPCDEN.spad" 2143315 2143331 2144098 2144103) (-1227 "UP2.spad" 2142677 2142698 2143305 2143310) (-1226 "UNISEG.spad" 2142030 2142041 2142596 2142601) (-1225 "UNISEG2.spad" 2141523 2141536 2141986 2141991) (-1224 "UNIFACT.spad" 2140624 2140636 2141513 2141518) (-1223 "ULS.spad" 2131176 2131204 2132269 2132698) (-1222 "ULSCONS.spad" 2123570 2123590 2123942 2124091) (-1221 "ULSCCAT.spad" 2121299 2121319 2123416 2123565) (-1220 "ULSCCAT.spad" 2119136 2119158 2121255 2121260) (-1219 "ULSCAT.spad" 2117352 2117368 2118982 2119131) (-1218 "ULS2.spad" 2116864 2116917 2117342 2117347) (-1217 "UINT8.spad" 2116741 2116750 2116854 2116859) (-1216 "UINT64.spad" 2116617 2116626 2116731 2116736) (-1215 "UINT32.spad" 2116493 2116502 2116607 2116612) (-1214 "UINT16.spad" 2116369 2116378 2116483 2116488) (-1213 "UFD.spad" 2115434 2115443 2116295 2116364) (-1212 "UFD.spad" 2114561 2114572 2115424 2115429) (-1211 "UDVO.spad" 2113408 2113417 2114551 2114556) (-1210 "UDPO.spad" 2110835 2110846 2113364 2113369) (-1209 "TYPE.spad" 2110767 2110776 2110825 2110830) (-1208 "TYPEAST.spad" 2110686 2110695 2110757 2110762) (-1207 "TWOFACT.spad" 2109336 2109351 2110676 2110681) (-1206 "TUPLE.spad" 2108820 2108831 2109235 2109240) (-1205 "TUBETOOL.spad" 2105657 2105666 2108810 2108815) (-1204 "TUBE.spad" 2104298 2104315 2105647 2105652) (-1203 "TS.spad" 2102887 2102903 2103863 2103960) (-1202 "TSETCAT.spad" 2090014 2090031 2102855 2102882) (-1201 "TSETCAT.spad" 2077127 2077146 2089970 2089975) (-1200 "TRMANIP.spad" 2071493 2071510 2076833 2076838) (-1199 "TRIMAT.spad" 2070452 2070477 2071483 2071488) (-1198 "TRIGMNIP.spad" 2068969 2068986 2070442 2070447) (-1197 "TRIGCAT.spad" 2068481 2068490 2068959 2068964) (-1196 "TRIGCAT.spad" 2067991 2068002 2068471 2068476) (-1195 "TREE.spad" 2066562 2066573 2067598 2067625) (-1194 "TRANFUN.spad" 2066393 2066402 2066552 2066557) (-1193 "TRANFUN.spad" 2066222 2066233 2066383 2066388) (-1192 "TOPSP.spad" 2065896 2065905 2066212 2066217) (-1191 "TOOLSIGN.spad" 2065559 2065570 2065886 2065891) (-1190 "TEXTFILE.spad" 2064116 2064125 2065549 2065554) (-1189 "TEX.spad" 2061248 2061257 2064106 2064111) (-1188 "TEX1.spad" 2060804 2060815 2061238 2061243) (-1187 "TEMUTL.spad" 2060359 2060368 2060794 2060799) (-1186 "TBCMPPK.spad" 2058452 2058475 2060349 2060354) (-1185 "TBAGG.spad" 2057488 2057511 2058432 2058447) (-1184 "TBAGG.spad" 2056532 2056557 2057478 2057483) (-1183 "TANEXP.spad" 2055908 2055919 2056522 2056527) (-1182 "TABLE.spad" 2054319 2054342 2054589 2054616) (-1181 "TABLEAU.spad" 2053800 2053811 2054309 2054314) (-1180 "TABLBUMP.spad" 2050583 2050594 2053790 2053795) (-1179 "SYSTEM.spad" 2049811 2049820 2050573 2050578) (-1178 "SYSSOLP.spad" 2047284 2047295 2049801 2049806) (-1177 "SYSNNI.spad" 2046464 2046475 2047274 2047279) (-1176 "SYSINT.spad" 2045868 2045879 2046454 2046459) (-1175 "SYNTAX.spad" 2042062 2042071 2045858 2045863) (-1174 "SYMTAB.spad" 2040118 2040127 2042052 2042057) (-1173 "SYMS.spad" 2036103 2036112 2040108 2040113) (-1172 "SYMPOLY.spad" 2035110 2035121 2035192 2035319) (-1171 "SYMFUNC.spad" 2034585 2034596 2035100 2035105) (-1170 "SYMBOL.spad" 2032012 2032021 2034575 2034580) (-1169 "SWITCH.spad" 2028769 2028778 2032002 2032007) (-1168 "SUTS.spad" 2025668 2025696 2027236 2027333) (-1167 "SUPXS.spad" 2022803 2022831 2023800 2023949) (-1166 "SUP.spad" 2019572 2019583 2020353 2020506) (-1165 "SUPFRACF.spad" 2018677 2018695 2019562 2019567) (-1164 "SUP2.spad" 2018067 2018080 2018667 2018672) (-1163 "SUMRF.spad" 2017033 2017044 2018057 2018062) (-1162 "SUMFS.spad" 2016666 2016683 2017023 2017028) (-1161 "SULS.spad" 2007205 2007233 2008311 2008740) (-1160 "SUCHTAST.spad" 2006974 2006983 2007195 2007200) (-1159 "SUCH.spad" 2006654 2006669 2006964 2006969) (-1158 "SUBSPACE.spad" 1998661 1998676 2006644 2006649) (-1157 "SUBRESP.spad" 1997821 1997835 1998617 1998622) (-1156 "STTF.spad" 1993920 1993936 1997811 1997816) (-1155 "STTFNC.spad" 1990388 1990404 1993910 1993915) (-1154 "STTAYLOR.spad" 1982786 1982797 1990269 1990274) (-1153 "STRTBL.spad" 1981291 1981308 1981440 1981467) (-1152 "STRING.spad" 1980700 1980709 1980714 1980741) (-1151 "STRICAT.spad" 1980488 1980497 1980668 1980695) (-1150 "STREAM.spad" 1977346 1977357 1980013 1980028) (-1149 "STREAM3.spad" 1976891 1976906 1977336 1977341) (-1148 "STREAM2.spad" 1975959 1975972 1976881 1976886) (-1147 "STREAM1.spad" 1975663 1975674 1975949 1975954) (-1146 "STINPROD.spad" 1974569 1974585 1975653 1975658) (-1145 "STEP.spad" 1973770 1973779 1974559 1974564) (-1144 "STBL.spad" 1972296 1972324 1972463 1972478) (-1143 "STAGG.spad" 1971371 1971382 1972286 1972291) (-1142 "STAGG.spad" 1970444 1970457 1971361 1971366) (-1141 "STACK.spad" 1969795 1969806 1970051 1970078) (-1140 "SREGSET.spad" 1967499 1967516 1969441 1969468) (-1139 "SRDCMPK.spad" 1966044 1966064 1967489 1967494) (-1138 "SRAGG.spad" 1961141 1961150 1966012 1966039) (-1137 "SRAGG.spad" 1956258 1956269 1961131 1961136) (-1136 "SQMATRIX.spad" 1953874 1953892 1954790 1954877) (-1135 "SPLTREE.spad" 1948426 1948439 1953310 1953337) (-1134 "SPLNODE.spad" 1945014 1945027 1948416 1948421) (-1133 "SPFCAT.spad" 1943791 1943800 1945004 1945009) (-1132 "SPECOUT.spad" 1942341 1942350 1943781 1943786) (-1131 "SPADXPT.spad" 1934480 1934489 1942331 1942336) (-1130 "spad-parser.spad" 1933945 1933954 1934470 1934475) (-1129 "SPADAST.spad" 1933646 1933655 1933935 1933940) (-1128 "SPACEC.spad" 1917659 1917670 1933636 1933641) (-1127 "SPACE3.spad" 1917435 1917446 1917649 1917654) (-1126 "SORTPAK.spad" 1916980 1916993 1917391 1917396) (-1125 "SOLVETRA.spad" 1914737 1914748 1916970 1916975) (-1124 "SOLVESER.spad" 1913257 1913268 1914727 1914732) (-1123 "SOLVERAD.spad" 1909267 1909278 1913247 1913252) (-1122 "SOLVEFOR.spad" 1907687 1907705 1909257 1909262) (-1121 "SNTSCAT.spad" 1907287 1907304 1907655 1907682) (-1120 "SMTS.spad" 1905547 1905573 1906852 1906949) (-1119 "SMP.spad" 1902986 1903006 1903376 1903503) (-1118 "SMITH.spad" 1901829 1901854 1902976 1902981) (-1117 "SMATCAT.spad" 1899939 1899969 1901773 1901824) (-1116 "SMATCAT.spad" 1897981 1898013 1899817 1899822) (-1115 "SKAGG.spad" 1896942 1896953 1897949 1897976) (-1114 "SINT.spad" 1895768 1895777 1896808 1896937) (-1113 "SIMPAN.spad" 1895496 1895505 1895758 1895763) (-1112 "SIG.spad" 1894824 1894833 1895486 1895491) (-1111 "SIGNRF.spad" 1893932 1893943 1894814 1894819) (-1110 "SIGNEF.spad" 1893201 1893218 1893922 1893927) (-1109 "SIGAST.spad" 1892582 1892591 1893191 1893196) (-1108 "SHP.spad" 1890500 1890515 1892538 1892543) (-1107 "SHDP.spad" 1880211 1880238 1880720 1880851) (-1106 "SGROUP.spad" 1879819 1879828 1880201 1880206) (-1105 "SGROUP.spad" 1879425 1879436 1879809 1879814) (-1104 "SGCF.spad" 1872306 1872315 1879415 1879420) (-1103 "SFRTCAT.spad" 1871234 1871251 1872274 1872301) (-1102 "SFRGCD.spad" 1870297 1870317 1871224 1871229) (-1101 "SFQCMPK.spad" 1864934 1864954 1870287 1870292) (-1100 "SFORT.spad" 1864369 1864383 1864924 1864929) (-1099 "SEXOF.spad" 1864212 1864252 1864359 1864364) (-1098 "SEX.spad" 1864104 1864113 1864202 1864207) (-1097 "SEXCAT.spad" 1861655 1861695 1864094 1864099) (-1096 "SET.spad" 1859955 1859966 1861076 1861115) (-1095 "SETMN.spad" 1858389 1858406 1859945 1859950) (-1094 "SETCAT.spad" 1857874 1857883 1858379 1858384) (-1093 "SETCAT.spad" 1857357 1857368 1857864 1857869) (-1092 "SETAGG.spad" 1853878 1853889 1857337 1857352) (-1091 "SETAGG.spad" 1850407 1850420 1853868 1853873) (-1090 "SEQAST.spad" 1850110 1850119 1850397 1850402) (-1089 "SEGXCAT.spad" 1849232 1849245 1850100 1850105) (-1088 "SEG.spad" 1849045 1849056 1849151 1849156) (-1087 "SEGCAT.spad" 1847952 1847963 1849035 1849040) (-1086 "SEGBIND.spad" 1847024 1847035 1847907 1847912) (-1085 "SEGBIND2.spad" 1846720 1846733 1847014 1847019) (-1084 "SEGAST.spad" 1846434 1846443 1846710 1846715) (-1083 "SEG2.spad" 1845859 1845872 1846390 1846395) (-1082 "SDVAR.spad" 1845135 1845146 1845849 1845854) (-1081 "SDPOL.spad" 1842525 1842536 1842816 1842943) (-1080 "SCPKG.spad" 1840604 1840615 1842515 1842520) (-1079 "SCOPE.spad" 1839757 1839766 1840594 1840599) (-1078 "SCACHE.spad" 1838439 1838450 1839747 1839752) (-1077 "SASTCAT.spad" 1838348 1838357 1838429 1838434) (-1076 "SAOS.spad" 1838220 1838229 1838338 1838343) (-1075 "SAERFFC.spad" 1837933 1837953 1838210 1838215) (-1074 "SAE.spad" 1836108 1836124 1836719 1836854) (-1073 "SAEFACT.spad" 1835809 1835829 1836098 1836103) (-1072 "RURPK.spad" 1833450 1833466 1835799 1835804) (-1071 "RULESET.spad" 1832891 1832915 1833440 1833445) (-1070 "RULE.spad" 1831095 1831119 1832881 1832886) (-1069 "RULECOLD.spad" 1830947 1830960 1831085 1831090) (-1068 "RSTRCAST.spad" 1830664 1830673 1830937 1830942) (-1067 "RSETGCD.spad" 1827042 1827062 1830654 1830659) (-1066 "RSETCAT.spad" 1816826 1816843 1827010 1827037) (-1065 "RSETCAT.spad" 1806630 1806649 1816816 1816821) (-1064 "RSDCMPK.spad" 1805082 1805102 1806620 1806625) (-1063 "RRCC.spad" 1803466 1803496 1805072 1805077) (-1062 "RRCC.spad" 1801848 1801880 1803456 1803461) (-1061 "RPTAST.spad" 1801550 1801559 1801838 1801843) (-1060 "RPOLCAT.spad" 1780910 1780925 1801418 1801545) (-1059 "RPOLCAT.spad" 1759984 1760001 1780494 1780499) (-1058 "ROUTINE.spad" 1755847 1755856 1758631 1758658) (-1057 "ROMAN.spad" 1755175 1755184 1755713 1755842) (-1056 "ROIRC.spad" 1754255 1754287 1755165 1755170) (-1055 "RNS.spad" 1753158 1753167 1754157 1754250) (-1054 "RNS.spad" 1752147 1752158 1753148 1753153) (-1053 "RNG.spad" 1751882 1751891 1752137 1752142) (-1052 "RMODULE.spad" 1751520 1751531 1751872 1751877) (-1051 "RMCAT2.spad" 1750928 1750985 1751510 1751515) (-1050 "RMATRIX.spad" 1749752 1749771 1750095 1750134) (-1049 "RMATCAT.spad" 1745285 1745316 1749708 1749747) (-1048 "RMATCAT.spad" 1740708 1740741 1745133 1745138) (-1047 "RINTERP.spad" 1740596 1740616 1740698 1740703) (-1046 "RING.spad" 1740066 1740075 1740576 1740591) (-1045 "RING.spad" 1739544 1739555 1740056 1740061) (-1044 "RIDIST.spad" 1738928 1738937 1739534 1739539) (-1043 "RGCHAIN.spad" 1737507 1737523 1738413 1738440) (-1042 "RGBCSPC.spad" 1737288 1737300 1737497 1737502) (-1041 "RGBCMDL.spad" 1736818 1736830 1737278 1737283) (-1040 "RF.spad" 1734432 1734443 1736808 1736813) (-1039 "RFFACTOR.spad" 1733894 1733905 1734422 1734427) (-1038 "RFFACT.spad" 1733629 1733641 1733884 1733889) (-1037 "RFDIST.spad" 1732617 1732626 1733619 1733624) (-1036 "RETSOL.spad" 1732034 1732047 1732607 1732612) (-1035 "RETRACT.spad" 1731462 1731473 1732024 1732029) (-1034 "RETRACT.spad" 1730888 1730901 1731452 1731457) (-1033 "RETAST.spad" 1730700 1730709 1730878 1730883) (-1032 "RESULT.spad" 1728760 1728769 1729347 1729374) (-1031 "RESRING.spad" 1728107 1728154 1728698 1728755) (-1030 "RESLATC.spad" 1727431 1727442 1728097 1728102) (-1029 "REPSQ.spad" 1727160 1727171 1727421 1727426) (-1028 "REP.spad" 1724712 1724721 1727150 1727155) (-1027 "REPDB.spad" 1724417 1724428 1724702 1724707) (-1026 "REP2.spad" 1713989 1714000 1724259 1724264) (-1025 "REP1.spad" 1707979 1707990 1713939 1713944) (-1024 "REGSET.spad" 1705776 1705793 1707625 1707652) (-1023 "REF.spad" 1705105 1705116 1705731 1705736) (-1022 "REDORDER.spad" 1704281 1704298 1705095 1705100) (-1021 "RECLOS.spad" 1703064 1703084 1703768 1703861) (-1020 "REALSOLV.spad" 1702196 1702205 1703054 1703059) (-1019 "REAL.spad" 1702068 1702077 1702186 1702191) (-1018 "REAL0Q.spad" 1699350 1699365 1702058 1702063) (-1017 "REAL0.spad" 1696178 1696193 1699340 1699345) (-1016 "RDUCEAST.spad" 1695899 1695908 1696168 1696173) (-1015 "RDIV.spad" 1695550 1695575 1695889 1695894) (-1014 "RDIST.spad" 1695113 1695124 1695540 1695545) (-1013 "RDETRS.spad" 1693909 1693927 1695103 1695108) (-1012 "RDETR.spad" 1692016 1692034 1693899 1693904) (-1011 "RDEEFS.spad" 1691089 1691106 1692006 1692011) (-1010 "RDEEF.spad" 1690085 1690102 1691079 1691084) (-1009 "RCFIELD.spad" 1687271 1687280 1689987 1690080) (-1008 "RCFIELD.spad" 1684543 1684554 1687261 1687266) (-1007 "RCAGG.spad" 1682455 1682466 1684533 1684538) (-1006 "RCAGG.spad" 1680294 1680307 1682374 1682379) (-1005 "RATRET.spad" 1679654 1679665 1680284 1680289) (-1004 "RATFACT.spad" 1679346 1679358 1679644 1679649) (-1003 "RANDSRC.spad" 1678665 1678674 1679336 1679341) (-1002 "RADUTIL.spad" 1678419 1678428 1678655 1678660) (-1001 "RADIX.spad" 1675320 1675334 1676886 1676979) (-1000 "RADFF.spad" 1673733 1673770 1673852 1674008) (-999 "RADCAT.spad" 1673327 1673335 1673723 1673728) (-998 "RADCAT.spad" 1672919 1672929 1673317 1673322) (-997 "QUEUE.spad" 1672262 1672272 1672526 1672553) (-996 "QUAT.spad" 1670844 1670854 1671186 1671251) (-995 "QUATCT2.spad" 1670463 1670481 1670834 1670839) (-994 "QUATCAT.spad" 1668628 1668638 1670393 1670458) (-993 "QUATCAT.spad" 1666544 1666556 1668311 1668316) (-992 "QUAGG.spad" 1665370 1665380 1666512 1666539) (-991 "QQUTAST.spad" 1665139 1665147 1665360 1665365) (-990 "QFORM.spad" 1664602 1664616 1665129 1665134) (-989 "QFCAT.spad" 1663305 1663315 1664504 1664597) (-988 "QFCAT.spad" 1661599 1661611 1662800 1662805) (-987 "QFCAT2.spad" 1661290 1661306 1661589 1661594) (-986 "QEQUAT.spad" 1660847 1660855 1661280 1661285) (-985 "QCMPACK.spad" 1655594 1655613 1660837 1660842) (-984 "QALGSET.spad" 1651669 1651701 1655508 1655513) (-983 "QALGSET2.spad" 1649665 1649683 1651659 1651664) (-982 "PWFFINTB.spad" 1646975 1646996 1649655 1649660) (-981 "PUSHVAR.spad" 1646304 1646323 1646965 1646970) (-980 "PTRANFN.spad" 1642430 1642440 1646294 1646299) (-979 "PTPACK.spad" 1639518 1639528 1642420 1642425) (-978 "PTFUNC2.spad" 1639339 1639353 1639508 1639513) (-977 "PTCAT.spad" 1638588 1638598 1639307 1639334) (-976 "PSQFR.spad" 1637895 1637919 1638578 1638583) (-975 "PSEUDLIN.spad" 1636753 1636763 1637885 1637890) (-974 "PSETPK.spad" 1622186 1622202 1636631 1636636) (-973 "PSETCAT.spad" 1616106 1616129 1622166 1622181) (-972 "PSETCAT.spad" 1610000 1610025 1616062 1616067) (-971 "PSCURVE.spad" 1608983 1608991 1609990 1609995) (-970 "PSCAT.spad" 1607750 1607779 1608881 1608978) (-969 "PSCAT.spad" 1606607 1606638 1607740 1607745) (-968 "PRTITION.spad" 1605552 1605560 1606597 1606602) (-967 "PRTDAST.spad" 1605271 1605279 1605542 1605547) (-966 "PRS.spad" 1594833 1594850 1605227 1605232) (-965 "PRQAGG.spad" 1594264 1594274 1594801 1594828) (-964 "PROPLOG.spad" 1593667 1593675 1594254 1594259) (-963 "PROPFRML.spad" 1592475 1592486 1593657 1593662) (-962 "PROPERTY.spad" 1591969 1591977 1592465 1592470) (-961 "PRODUCT.spad" 1589649 1589661 1589935 1589990) (-960 "PR.spad" 1588035 1588047 1588740 1588867) (-959 "PRINT.spad" 1587787 1587795 1588025 1588030) (-958 "PRIMES.spad" 1586038 1586048 1587777 1587782) (-957 "PRIMELT.spad" 1584019 1584033 1586028 1586033) (-956 "PRIMCAT.spad" 1583642 1583650 1584009 1584014) (-955 "PRIMARR.spad" 1582647 1582657 1582825 1582852) (-954 "PRIMARR2.spad" 1581370 1581382 1582637 1582642) (-953 "PREASSOC.spad" 1580742 1580754 1581360 1581365) (-952 "PPCURVE.spad" 1579879 1579887 1580732 1580737) (-951 "PORTNUM.spad" 1579654 1579662 1579869 1579874) (-950 "POLYROOT.spad" 1578483 1578505 1579610 1579615) (-949 "POLY.spad" 1575780 1575790 1576297 1576424) (-948 "POLYLIFT.spad" 1575041 1575064 1575770 1575775) (-947 "POLYCATQ.spad" 1573143 1573165 1575031 1575036) (-946 "POLYCAT.spad" 1566549 1566570 1573011 1573138) (-945 "POLYCAT.spad" 1559257 1559280 1565721 1565726) (-944 "POLY2UP.spad" 1558705 1558719 1559247 1559252) (-943 "POLY2.spad" 1558300 1558312 1558695 1558700) (-942 "POLUTIL.spad" 1557241 1557270 1558256 1558261) (-941 "POLTOPOL.spad" 1555989 1556004 1557231 1557236) (-940 "POINT.spad" 1554828 1554838 1554915 1554942) (-939 "PNTHEORY.spad" 1551494 1551502 1554818 1554823) (-938 "PMTOOLS.spad" 1550251 1550265 1551484 1551489) (-937 "PMSYM.spad" 1549796 1549806 1550241 1550246) (-936 "PMQFCAT.spad" 1549383 1549397 1549786 1549791) (-935 "PMPRED.spad" 1548852 1548866 1549373 1549378) (-934 "PMPREDFS.spad" 1548296 1548318 1548842 1548847) (-933 "PMPLCAT.spad" 1547366 1547384 1548228 1548233) (-932 "PMLSAGG.spad" 1546947 1546961 1547356 1547361) (-931 "PMKERNEL.spad" 1546514 1546526 1546937 1546942) (-930 "PMINS.spad" 1546090 1546100 1546504 1546509) (-929 "PMFS.spad" 1545663 1545681 1546080 1546085) (-928 "PMDOWN.spad" 1544949 1544963 1545653 1545658) (-927 "PMASS.spad" 1543961 1543969 1544939 1544944) (-926 "PMASSFS.spad" 1542930 1542946 1543951 1543956) (-925 "PLOTTOOL.spad" 1542710 1542718 1542920 1542925) (-924 "PLOT.spad" 1537541 1537549 1542700 1542705) (-923 "PLOT3D.spad" 1533961 1533969 1537531 1537536) (-922 "PLOT1.spad" 1533102 1533112 1533951 1533956) (-921 "PLEQN.spad" 1520318 1520345 1533092 1533097) (-920 "PINTERP.spad" 1519934 1519953 1520308 1520313) (-919 "PINTERPA.spad" 1519716 1519732 1519924 1519929) (-918 "PI.spad" 1519323 1519331 1519690 1519711) (-917 "PID.spad" 1518279 1518287 1519249 1519318) (-916 "PICOERCE.spad" 1517936 1517946 1518269 1518274) (-915 "PGROEB.spad" 1516533 1516547 1517926 1517931) (-914 "PGE.spad" 1507786 1507794 1516523 1516528) (-913 "PGCD.spad" 1506668 1506685 1507776 1507781) (-912 "PFRPAC.spad" 1505811 1505821 1506658 1506663) (-911 "PFR.spad" 1502468 1502478 1505713 1505806) (-910 "PFOTOOLS.spad" 1501726 1501742 1502458 1502463) (-909 "PFOQ.spad" 1501096 1501114 1501716 1501721) (-908 "PFO.spad" 1500515 1500542 1501086 1501091) (-907 "PF.spad" 1500089 1500101 1500320 1500413) (-906 "PFECAT.spad" 1497755 1497763 1500015 1500084) (-905 "PFECAT.spad" 1495449 1495459 1497711 1497716) (-904 "PFBRU.spad" 1493319 1493331 1495439 1495444) (-903 "PFBR.spad" 1490857 1490880 1493309 1493314) (-902 "PERM.spad" 1486538 1486548 1490687 1490702) (-901 "PERMGRP.spad" 1481274 1481284 1486528 1486533) (-900 "PERMCAT.spad" 1479826 1479836 1481254 1481269) (-899 "PERMAN.spad" 1478358 1478372 1479816 1479821) (-898 "PENDTREE.spad" 1477697 1477707 1477987 1477992) (-897 "PDRING.spad" 1476188 1476198 1477677 1477692) (-896 "PDRING.spad" 1474687 1474699 1476178 1476183) (-895 "PDEPROB.spad" 1473702 1473710 1474677 1474682) (-894 "PDEPACK.spad" 1467704 1467712 1473692 1473697) (-893 "PDECOMP.spad" 1467166 1467183 1467694 1467699) (-892 "PDECAT.spad" 1465520 1465528 1467156 1467161) (-891 "PCOMP.spad" 1465371 1465384 1465510 1465515) (-890 "PBWLB.spad" 1463953 1463970 1465361 1465366) (-889 "PATTERN.spad" 1458384 1458394 1463943 1463948) (-888 "PATTERN2.spad" 1458120 1458132 1458374 1458379) (-887 "PATTERN1.spad" 1456422 1456438 1458110 1458115) (-886 "PATRES.spad" 1453969 1453981 1456412 1456417) (-885 "PATRES2.spad" 1453631 1453645 1453959 1453964) (-884 "PATMATCH.spad" 1451788 1451819 1453339 1453344) (-883 "PATMAB.spad" 1451213 1451223 1451778 1451783) (-882 "PATLRES.spad" 1450297 1450311 1451203 1451208) (-881 "PATAB.spad" 1450061 1450071 1450287 1450292) (-880 "PARTPERM.spad" 1447423 1447431 1450051 1450056) (-879 "PARSURF.spad" 1446851 1446879 1447413 1447418) (-878 "PARSU2.spad" 1446646 1446662 1446841 1446846) (-877 "script-parser.spad" 1446166 1446174 1446636 1446641) (-876 "PARSCURV.spad" 1445594 1445622 1446156 1446161) (-875 "PARSC2.spad" 1445383 1445399 1445584 1445589) (-874 "PARPCURV.spad" 1444841 1444869 1445373 1445378) (-873 "PARPC2.spad" 1444630 1444646 1444831 1444836) (-872 "PAN2EXPR.spad" 1444042 1444050 1444620 1444625) (-871 "PALETTE.spad" 1443012 1443020 1444032 1444037) (-870 "PAIR.spad" 1441995 1442008 1442600 1442605) (-869 "PADICRC.spad" 1439325 1439343 1440500 1440593) (-868 "PADICRAT.spad" 1437340 1437352 1437561 1437654) (-867 "PADIC.spad" 1437035 1437047 1437266 1437335) (-866 "PADICCT.spad" 1435576 1435588 1436961 1437030) (-865 "PADEPAC.spad" 1434255 1434274 1435566 1435571) (-864 "PADE.spad" 1432995 1433011 1434245 1434250) (-863 "OWP.spad" 1432235 1432265 1432853 1432920) (-862 "OVERSET.spad" 1431808 1431816 1432225 1432230) (-861 "OVAR.spad" 1431589 1431612 1431798 1431803) (-860 "OUT.spad" 1430673 1430681 1431579 1431584) (-859 "OUTFORM.spad" 1419969 1419977 1430663 1430668) (-858 "OUTBFILE.spad" 1419387 1419395 1419959 1419964) (-857 "OUTBCON.spad" 1418385 1418393 1419377 1419382) (-856 "OUTBCON.spad" 1417381 1417391 1418375 1418380) (-855 "OSI.spad" 1416856 1416864 1417371 1417376) (-854 "OSGROUP.spad" 1416774 1416782 1416846 1416851) (-853 "ORTHPOL.spad" 1415235 1415245 1416691 1416696) (-852 "OREUP.spad" 1414688 1414716 1414915 1414954) (-851 "ORESUP.spad" 1413987 1414011 1414368 1414407) (-850 "OREPCTO.spad" 1411806 1411818 1413907 1413912) (-849 "OREPCAT.spad" 1405863 1405873 1411762 1411801) (-848 "OREPCAT.spad" 1399810 1399822 1405711 1405716) (-847 "ORDSET.spad" 1398976 1398984 1399800 1399805) (-846 "ORDSET.spad" 1398140 1398150 1398966 1398971) (-845 "ORDRING.spad" 1397530 1397538 1398120 1398135) (-844 "ORDRING.spad" 1396928 1396938 1397520 1397525) (-843 "ORDMON.spad" 1396783 1396791 1396918 1396923) (-842 "ORDFUNS.spad" 1395909 1395925 1396773 1396778) (-841 "ORDFIN.spad" 1395729 1395737 1395899 1395904) (-840 "ORDCOMP.spad" 1394194 1394204 1395276 1395305) (-839 "ORDCOMP2.spad" 1393479 1393491 1394184 1394189) (-838 "OPTPROB.spad" 1392117 1392125 1393469 1393474) (-837 "OPTPACK.spad" 1384502 1384510 1392107 1392112) (-836 "OPTCAT.spad" 1382177 1382185 1384492 1384497) (-835 "OPSIG.spad" 1381829 1381837 1382167 1382172) (-834 "OPQUERY.spad" 1381378 1381386 1381819 1381824) (-833 "OP.spad" 1381120 1381130 1381200 1381267) (-832 "OPERCAT.spad" 1380708 1380718 1381110 1381115) (-831 "OPERCAT.spad" 1380294 1380306 1380698 1380703) (-830 "ONECOMP.spad" 1379039 1379049 1379841 1379870) (-829 "ONECOMP2.spad" 1378457 1378469 1379029 1379034) (-828 "OMSERVER.spad" 1377459 1377467 1378447 1378452) (-827 "OMSAGG.spad" 1377247 1377257 1377415 1377454) (-826 "OMPKG.spad" 1375859 1375867 1377237 1377242) (-825 "OM.spad" 1374824 1374832 1375849 1375854) (-824 "OMLO.spad" 1374249 1374261 1374710 1374749) (-823 "OMEXPR.spad" 1374083 1374093 1374239 1374244) (-822 "OMERR.spad" 1373626 1373634 1374073 1374078) (-821 "OMERRK.spad" 1372660 1372668 1373616 1373621) (-820 "OMENC.spad" 1372004 1372012 1372650 1372655) (-819 "OMDEV.spad" 1366293 1366301 1371994 1371999) (-818 "OMCONN.spad" 1365702 1365710 1366283 1366288) (-817 "OINTDOM.spad" 1365465 1365473 1365628 1365697) (-816 "OFMONOID.spad" 1361652 1361662 1365455 1365460) (-815 "ODVAR.spad" 1360913 1360923 1361642 1361647) (-814 "ODR.spad" 1360557 1360583 1360725 1360874) (-813 "ODPOL.spad" 1357903 1357913 1358243 1358370) (-812 "ODP.spad" 1347750 1347770 1348123 1348254) (-811 "ODETOOLS.spad" 1346333 1346352 1347740 1347745) (-810 "ODESYS.spad" 1343983 1344000 1346323 1346328) (-809 "ODERTRIC.spad" 1339924 1339941 1343940 1343945) (-808 "ODERED.spad" 1339311 1339335 1339914 1339919) (-807 "ODERAT.spad" 1336862 1336879 1339301 1339306) (-806 "ODEPRRIC.spad" 1333753 1333775 1336852 1336857) (-805 "ODEPROB.spad" 1333010 1333018 1333743 1333748) (-804 "ODEPRIM.spad" 1330284 1330306 1333000 1333005) (-803 "ODEPAL.spad" 1329660 1329684 1330274 1330279) (-802 "ODEPACK.spad" 1316262 1316270 1329650 1329655) (-801 "ODEINT.spad" 1315693 1315709 1316252 1316257) (-800 "ODEIFTBL.spad" 1313088 1313096 1315683 1315688) (-799 "ODEEF.spad" 1308455 1308471 1313078 1313083) (-798 "ODECONST.spad" 1307974 1307992 1308445 1308450) (-797 "ODECAT.spad" 1306570 1306578 1307964 1307969) (-796 "OCT.spad" 1304708 1304718 1305424 1305463) (-795 "OCTCT2.spad" 1304352 1304373 1304698 1304703) (-794 "OC.spad" 1302126 1302136 1304308 1304347) (-793 "OC.spad" 1299625 1299637 1301809 1301814) (-792 "OCAMON.spad" 1299473 1299481 1299615 1299620) (-791 "OASGP.spad" 1299288 1299296 1299463 1299468) (-790 "OAMONS.spad" 1298808 1298816 1299278 1299283) (-789 "OAMON.spad" 1298669 1298677 1298798 1298803) (-788 "OAGROUP.spad" 1298531 1298539 1298659 1298664) (-787 "NUMTUBE.spad" 1298118 1298134 1298521 1298526) (-786 "NUMQUAD.spad" 1285980 1285988 1298108 1298113) (-785 "NUMODE.spad" 1277116 1277124 1285970 1285975) (-784 "NUMINT.spad" 1274674 1274682 1277106 1277111) (-783 "NUMFMT.spad" 1273514 1273522 1274664 1274669) (-782 "NUMERIC.spad" 1265586 1265596 1273319 1273324) (-781 "NTSCAT.spad" 1264088 1264104 1265554 1265581) (-780 "NTPOLFN.spad" 1263633 1263643 1264005 1264010) (-779 "NSUP.spad" 1256643 1256653 1261183 1261336) (-778 "NSUP2.spad" 1256035 1256047 1256633 1256638) (-777 "NSMP.spad" 1252230 1252249 1252538 1252665) (-776 "NREP.spad" 1250602 1250616 1252220 1252225) (-775 "NPCOEF.spad" 1249848 1249868 1250592 1250597) (-774 "NORMRETR.spad" 1249446 1249485 1249838 1249843) (-773 "NORMPK.spad" 1247348 1247367 1249436 1249441) (-772 "NORMMA.spad" 1247036 1247062 1247338 1247343) (-771 "NONE.spad" 1246777 1246785 1247026 1247031) (-770 "NONE1.spad" 1246453 1246463 1246767 1246772) (-769 "NODE1.spad" 1245922 1245938 1246443 1246448) (-768 "NNI.spad" 1244809 1244817 1245896 1245917) (-767 "NLINSOL.spad" 1243431 1243441 1244799 1244804) (-766 "NIPROB.spad" 1241972 1241980 1243421 1243426) (-765 "NFINTBAS.spad" 1239432 1239449 1241962 1241967) (-764 "NETCLT.spad" 1239406 1239417 1239422 1239427) (-763 "NCODIV.spad" 1237604 1237620 1239396 1239401) (-762 "NCNTFRAC.spad" 1237246 1237260 1237594 1237599) (-761 "NCEP.spad" 1235406 1235420 1237236 1237241) (-760 "NASRING.spad" 1235002 1235010 1235396 1235401) (-759 "NASRING.spad" 1234596 1234606 1234992 1234997) (-758 "NARNG.spad" 1233940 1233948 1234586 1234591) (-757 "NARNG.spad" 1233282 1233292 1233930 1233935) (-756 "NAGSP.spad" 1232355 1232363 1233272 1233277) (-755 "NAGS.spad" 1221880 1221888 1232345 1232350) (-754 "NAGF07.spad" 1220273 1220281 1221870 1221875) (-753 "NAGF04.spad" 1214505 1214513 1220263 1220268) (-752 "NAGF02.spad" 1208314 1208322 1214495 1214500) (-751 "NAGF01.spad" 1203917 1203925 1208304 1208309) (-750 "NAGE04.spad" 1197377 1197385 1203907 1203912) (-749 "NAGE02.spad" 1187719 1187727 1197367 1197372) (-748 "NAGE01.spad" 1183603 1183611 1187709 1187714) (-747 "NAGD03.spad" 1181523 1181531 1183593 1183598) (-746 "NAGD02.spad" 1174054 1174062 1181513 1181518) (-745 "NAGD01.spad" 1168167 1168175 1174044 1174049) (-744 "NAGC06.spad" 1163954 1163962 1168157 1168162) (-743 "NAGC05.spad" 1162423 1162431 1163944 1163949) (-742 "NAGC02.spad" 1161678 1161686 1162413 1162418) (-741 "NAALG.spad" 1161213 1161223 1161646 1161673) (-740 "NAALG.spad" 1160768 1160780 1161203 1161208) (-739 "MULTSQFR.spad" 1157726 1157743 1160758 1160763) (-738 "MULTFACT.spad" 1157109 1157126 1157716 1157721) (-737 "MTSCAT.spad" 1155143 1155164 1157007 1157104) (-736 "MTHING.spad" 1154800 1154810 1155133 1155138) (-735 "MSYSCMD.spad" 1154234 1154242 1154790 1154795) (-734 "MSET.spad" 1152176 1152186 1153940 1153979) (-733 "MSETAGG.spad" 1152021 1152031 1152144 1152171) (-732 "MRING.spad" 1148992 1149004 1151729 1151796) (-731 "MRF2.spad" 1148560 1148574 1148982 1148987) (-730 "MRATFAC.spad" 1148106 1148123 1148550 1148555) (-729 "MPRFF.spad" 1146136 1146155 1148096 1148101) (-728 "MPOLY.spad" 1143571 1143586 1143930 1144057) (-727 "MPCPF.spad" 1142835 1142854 1143561 1143566) (-726 "MPC3.spad" 1142650 1142690 1142825 1142830) (-725 "MPC2.spad" 1142292 1142325 1142640 1142645) (-724 "MONOTOOL.spad" 1140627 1140644 1142282 1142287) (-723 "MONOID.spad" 1139946 1139954 1140617 1140622) (-722 "MONOID.spad" 1139263 1139273 1139936 1139941) (-721 "MONOGEN.spad" 1138009 1138022 1139123 1139258) (-720 "MONOGEN.spad" 1136777 1136792 1137893 1137898) (-719 "MONADWU.spad" 1134791 1134799 1136767 1136772) (-718 "MONADWU.spad" 1132803 1132813 1134781 1134786) (-717 "MONAD.spad" 1131947 1131955 1132793 1132798) (-716 "MONAD.spad" 1131089 1131099 1131937 1131942) (-715 "MOEBIUS.spad" 1129775 1129789 1131069 1131084) (-714 "MODULE.spad" 1129645 1129655 1129743 1129770) (-713 "MODULE.spad" 1129535 1129547 1129635 1129640) (-712 "MODRING.spad" 1128866 1128905 1129515 1129530) (-711 "MODOP.spad" 1127525 1127537 1128688 1128755) (-710 "MODMONOM.spad" 1127254 1127272 1127515 1127520) (-709 "MODMON.spad" 1124013 1124029 1124732 1124885) (-708 "MODFIELD.spad" 1123371 1123410 1123915 1124008) (-707 "MMLFORM.spad" 1122231 1122239 1123361 1123366) (-706 "MMAP.spad" 1121971 1122005 1122221 1122226) (-705 "MLO.spad" 1120398 1120408 1121927 1121966) (-704 "MLIFT.spad" 1118970 1118987 1120388 1120393) (-703 "MKUCFUNC.spad" 1118503 1118521 1118960 1118965) (-702 "MKRECORD.spad" 1118105 1118118 1118493 1118498) (-701 "MKFUNC.spad" 1117486 1117496 1118095 1118100) (-700 "MKFLCFN.spad" 1116442 1116452 1117476 1117481) (-699 "MKCHSET.spad" 1116307 1116317 1116432 1116437) (-698 "MKBCFUNC.spad" 1115792 1115810 1116297 1116302) (-697 "MINT.spad" 1115231 1115239 1115694 1115787) (-696 "MHROWRED.spad" 1113732 1113742 1115221 1115226) (-695 "MFLOAT.spad" 1112248 1112256 1113622 1113727) (-694 "MFINFACT.spad" 1111648 1111670 1112238 1112243) (-693 "MESH.spad" 1109380 1109388 1111638 1111643) (-692 "MDDFACT.spad" 1107573 1107583 1109370 1109375) (-691 "MDAGG.spad" 1106860 1106870 1107553 1107568) (-690 "MCMPLX.spad" 1102834 1102842 1103448 1103649) (-689 "MCDEN.spad" 1102042 1102054 1102824 1102829) (-688 "MCALCFN.spad" 1099144 1099170 1102032 1102037) (-687 "MAYBE.spad" 1098428 1098439 1099134 1099139) (-686 "MATSTOR.spad" 1095704 1095714 1098418 1098423) (-685 "MATRIX.spad" 1094408 1094418 1094892 1094919) (-684 "MATLIN.spad" 1091734 1091758 1094292 1094297) (-683 "MATCAT.spad" 1083319 1083341 1091702 1091729) (-682 "MATCAT.spad" 1074776 1074800 1083161 1083166) (-681 "MATCAT2.spad" 1074044 1074092 1074766 1074771) (-680 "MAPPKG3.spad" 1072943 1072957 1074034 1074039) (-679 "MAPPKG2.spad" 1072277 1072289 1072933 1072938) (-678 "MAPPKG1.spad" 1071095 1071105 1072267 1072272) (-677 "MAPPAST.spad" 1070408 1070416 1071085 1071090) (-676 "MAPHACK3.spad" 1070216 1070230 1070398 1070403) (-675 "MAPHACK2.spad" 1069981 1069993 1070206 1070211) (-674 "MAPHACK1.spad" 1069611 1069621 1069971 1069976) (-673 "MAGMA.spad" 1067401 1067418 1069601 1069606) (-672 "MACROAST.spad" 1066980 1066988 1067391 1067396) (-671 "M3D.spad" 1064676 1064686 1066358 1066363) (-670 "LZSTAGG.spad" 1061904 1061914 1064666 1064671) (-669 "LZSTAGG.spad" 1059130 1059142 1061894 1061899) (-668 "LWORD.spad" 1055835 1055852 1059120 1059125) (-667 "LSTAST.spad" 1055619 1055627 1055825 1055830) (-666 "LSQM.spad" 1053845 1053859 1054243 1054294) (-665 "LSPP.spad" 1053378 1053395 1053835 1053840) (-664 "LSMP.spad" 1052218 1052246 1053368 1053373) (-663 "LSMP1.spad" 1050022 1050036 1052208 1052213) (-662 "LSAGG.spad" 1049691 1049701 1049990 1050017) (-661 "LSAGG.spad" 1049380 1049392 1049681 1049686) (-660 "LPOLY.spad" 1048334 1048353 1049236 1049305) (-659 "LPEFRAC.spad" 1047591 1047601 1048324 1048329) (-658 "LO.spad" 1046992 1047006 1047525 1047552) (-657 "LOGIC.spad" 1046594 1046602 1046982 1046987) (-656 "LOGIC.spad" 1046194 1046204 1046584 1046589) (-655 "LODOOPS.spad" 1045112 1045124 1046184 1046189) (-654 "LODO.spad" 1044496 1044512 1044792 1044831) (-653 "LODOF.spad" 1043540 1043557 1044453 1044458) (-652 "LODOCAT.spad" 1042198 1042208 1043496 1043535) (-651 "LODOCAT.spad" 1040854 1040866 1042154 1042159) (-650 "LODO2.spad" 1040127 1040139 1040534 1040573) (-649 "LODO1.spad" 1039527 1039537 1039807 1039846) (-648 "LODEEF.spad" 1038299 1038317 1039517 1039522) (-647 "LNAGG.spad" 1034101 1034111 1038289 1038294) (-646 "LNAGG.spad" 1029867 1029879 1034057 1034062) (-645 "LMOPS.spad" 1026603 1026620 1029857 1029862) (-644 "LMODULE.spad" 1026245 1026255 1026593 1026598) (-643 "LMDICT.spad" 1025528 1025538 1025796 1025823) (-642 "LITERAL.spad" 1025434 1025445 1025518 1025523) (-641 "LIST.spad" 1023152 1023162 1024581 1024608) (-640 "LIST3.spad" 1022443 1022457 1023142 1023147) (-639 "LIST2.spad" 1021083 1021095 1022433 1022438) (-638 "LIST2MAP.spad" 1017960 1017972 1021073 1021078) (-637 "LINEXP.spad" 1017392 1017402 1017940 1017955) (-636 "LINDEP.spad" 1016169 1016181 1017304 1017309) (-635 "LIMITRF.spad" 1014083 1014093 1016159 1016164) (-634 "LIMITPS.spad" 1012966 1012979 1014073 1014078) (-633 "LIE.spad" 1010980 1010992 1012256 1012401) (-632 "LIECAT.spad" 1010456 1010466 1010906 1010975) (-631 "LIECAT.spad" 1009960 1009972 1010412 1010417) (-630 "LIB.spad" 1008008 1008016 1008619 1008634) (-629 "LGROBP.spad" 1005361 1005380 1007998 1008003) (-628 "LF.spad" 1004280 1004296 1005351 1005356) (-627 "LFCAT.spad" 1003299 1003307 1004270 1004275) (-626 "LEXTRIPK.spad" 998802 998817 1003289 1003294) (-625 "LEXP.spad" 996805 996832 998782 998797) (-624 "LETAST.spad" 996504 996512 996795 996800) (-623 "LEADCDET.spad" 994888 994905 996494 996499) (-622 "LAZM3PK.spad" 993592 993614 994878 994883) (-621 "LAUPOL.spad" 992281 992294 993185 993254) (-620 "LAPLACE.spad" 991854 991870 992271 992276) (-619 "LA.spad" 991294 991308 991776 991815) (-618 "LALG.spad" 991070 991080 991274 991289) (-617 "LALG.spad" 990854 990866 991060 991065) (-616 "KVTFROM.spad" 990589 990599 990844 990849) (-615 "KTVLOGIC.spad" 990012 990020 990579 990584) (-614 "KRCFROM.spad" 989750 989760 990002 990007) (-613 "KOVACIC.spad" 988463 988480 989740 989745) (-612 "KONVERT.spad" 988185 988195 988453 988458) (-611 "KOERCE.spad" 987922 987932 988175 988180) (-610 "KERNEL.spad" 986457 986467 987706 987711) (-609 "KERNEL2.spad" 986160 986172 986447 986452) (-608 "KDAGG.spad" 985263 985285 986140 986155) (-607 "KDAGG.spad" 984374 984398 985253 985258) (-606 "KAFILE.spad" 983337 983353 983572 983599) (-605 "JORDAN.spad" 981164 981176 982627 982772) (-604 "JOINAST.spad" 980858 980866 981154 981159) (-603 "JAVACODE.spad" 980724 980732 980848 980853) (-602 "IXAGG.spad" 978847 978871 980714 980719) (-601 "IXAGG.spad" 976825 976851 978694 978699) (-600 "IVECTOR.spad" 975596 975611 975751 975778) (-599 "ITUPLE.spad" 974741 974751 975586 975591) (-598 "ITRIGMNP.spad" 973552 973571 974731 974736) (-597 "ITFUN3.spad" 973046 973060 973542 973547) (-596 "ITFUN2.spad" 972776 972788 973036 973041) (-595 "ITAYLOR.spad" 970568 970583 972612 972737) (-594 "ISUPS.spad" 962979 962994 969542 969639) (-593 "ISUMP.spad" 962476 962492 962969 962974) (-592 "ISTRING.spad" 961479 961492 961645 961672) (-591 "ISAST.spad" 961198 961206 961469 961474) (-590 "IRURPK.spad" 959911 959930 961188 961193) (-589 "IRSN.spad" 957871 957879 959901 959906) (-588 "IRRF2F.spad" 956346 956356 957827 957832) (-587 "IRREDFFX.spad" 955947 955958 956336 956341) (-586 "IROOT.spad" 954278 954288 955937 955942) (-585 "IR.spad" 952067 952081 954133 954160) (-584 "IR2.spad" 951087 951103 952057 952062) (-583 "IR2F.spad" 950287 950303 951077 951082) (-582 "IPRNTPK.spad" 950047 950055 950277 950282) (-581 "IPF.spad" 949612 949624 949852 949945) (-580 "IPADIC.spad" 949373 949399 949538 949607) (-579 "IP4ADDR.spad" 948930 948938 949363 949368) (-578 "IOMODE.spad" 948551 948559 948920 948925) (-577 "IOBFILE.spad" 947912 947920 948541 948546) (-576 "IOBCON.spad" 947777 947785 947902 947907) (-575 "INVLAPLA.spad" 947422 947438 947767 947772) (-574 "INTTR.spad" 940668 940685 947412 947417) (-573 "INTTOOLS.spad" 938379 938395 940242 940247) (-572 "INTSLPE.spad" 937685 937693 938369 938374) (-571 "INTRVL.spad" 937251 937261 937599 937680) (-570 "INTRF.spad" 935615 935629 937241 937246) (-569 "INTRET.spad" 935047 935057 935605 935610) (-568 "INTRAT.spad" 933722 933739 935037 935042) (-567 "INTPM.spad" 932085 932101 933365 933370) (-566 "INTPAF.spad" 929853 929871 932017 932022) (-565 "INTPACK.spad" 920163 920171 929843 929848) (-564 "INT.spad" 919524 919532 920017 920158) (-563 "INTHERTR.spad" 918790 918807 919514 919519) (-562 "INTHERAL.spad" 918456 918480 918780 918785) (-561 "INTHEORY.spad" 914869 914877 918446 918451) (-560 "INTG0.spad" 908332 908350 914801 914806) (-559 "INTFTBL.spad" 902361 902369 908322 908327) (-558 "INTFACT.spad" 901420 901430 902351 902356) (-557 "INTEF.spad" 899735 899751 901410 901415) (-556 "INTDOM.spad" 898350 898358 899661 899730) (-555 "INTDOM.spad" 897027 897037 898340 898345) (-554 "INTCAT.spad" 895280 895290 896941 897022) (-553 "INTBIT.spad" 894783 894791 895270 895275) (-552 "INTALG.spad" 893965 893992 894773 894778) (-551 "INTAF.spad" 893457 893473 893955 893960) (-550 "INTABL.spad" 891975 892006 892138 892165) (-549 "INT8.spad" 891855 891863 891965 891970) (-548 "INT64.spad" 891734 891742 891845 891850) (-547 "INT32.spad" 891613 891621 891724 891729) (-546 "INT16.spad" 891492 891500 891603 891608) (-545 "INS.spad" 888959 888967 891394 891487) (-544 "INS.spad" 886512 886522 888949 888954) (-543 "INPSIGN.spad" 885946 885959 886502 886507) (-542 "INPRODPF.spad" 885012 885031 885936 885941) (-541 "INPRODFF.spad" 884070 884094 885002 885007) (-540 "INNMFACT.spad" 883041 883058 884060 884065) (-539 "INMODGCD.spad" 882525 882555 883031 883036) (-538 "INFSP.spad" 880810 880832 882515 882520) (-537 "INFPROD0.spad" 879860 879879 880800 880805) (-536 "INFORM.spad" 877021 877029 879850 879855) (-535 "INFORM1.spad" 876646 876656 877011 877016) (-534 "INFINITY.spad" 876198 876206 876636 876641) (-533 "INETCLTS.spad" 876175 876183 876188 876193) (-532 "INEP.spad" 874707 874729 876165 876170) (-531 "INDE.spad" 874436 874453 874697 874702) (-530 "INCRMAPS.spad" 873857 873867 874426 874431) (-529 "INBFILE.spad" 872929 872937 873847 873852) (-528 "INBFF.spad" 868699 868710 872919 872924) (-527 "INBCON.spad" 866987 866995 868689 868694) (-526 "INBCON.spad" 865273 865283 866977 866982) (-525 "INAST.spad" 864934 864942 865263 865268) (-524 "IMPTAST.spad" 864642 864650 864924 864929) (-523 "IMATRIX.spad" 863587 863613 864099 864126) (-522 "IMATQF.spad" 862681 862725 863543 863548) (-521 "IMATLIN.spad" 861286 861310 862637 862642) (-520 "ILIST.spad" 859942 859957 860469 860496) (-519 "IIARRAY2.spad" 859330 859368 859549 859576) (-518 "IFF.spad" 858740 858756 859011 859104) (-517 "IFAST.spad" 858354 858362 858730 858735) (-516 "IFARRAY.spad" 855841 855856 857537 857564) (-515 "IFAMON.spad" 855703 855720 855797 855802) (-514 "IEVALAB.spad" 855092 855104 855693 855698) (-513 "IEVALAB.spad" 854479 854493 855082 855087) (-512 "IDPO.spad" 854277 854289 854469 854474) (-511 "IDPOAMS.spad" 854033 854045 854267 854272) (-510 "IDPOAM.spad" 853753 853765 854023 854028) (-509 "IDPC.spad" 852687 852699 853743 853748) (-508 "IDPAM.spad" 852432 852444 852677 852682) (-507 "IDPAG.spad" 852179 852191 852422 852427) (-506 "IDENT.spad" 851829 851837 852169 852174) (-505 "IDECOMP.spad" 849066 849084 851819 851824) (-504 "IDEAL.spad" 843989 844028 849001 849006) (-503 "ICDEN.spad" 843140 843156 843979 843984) (-502 "ICARD.spad" 842329 842337 843130 843135) (-501 "IBPTOOLS.spad" 840922 840939 842319 842324) (-500 "IBITS.spad" 840121 840134 840558 840585) (-499 "IBATOOL.spad" 836996 837015 840111 840116) (-498 "IBACHIN.spad" 835483 835498 836986 836991) (-497 "IARRAY2.spad" 834471 834497 835090 835117) (-496 "IARRAY1.spad" 833516 833531 833654 833681) (-495 "IAN.spad" 831729 831737 833332 833425) (-494 "IALGFACT.spad" 831330 831363 831719 831724) (-493 "HYPCAT.spad" 830754 830762 831320 831325) (-492 "HYPCAT.spad" 830176 830186 830744 830749) (-491 "HOSTNAME.spad" 829984 829992 830166 830171) (-490 "HOMOTOP.spad" 829727 829737 829974 829979) (-489 "HOAGG.spad" 826995 827005 829717 829722) (-488 "HOAGG.spad" 824038 824050 826762 826767) (-487 "HEXADEC.spad" 822140 822148 822505 822598) (-486 "HEUGCD.spad" 821155 821166 822130 822135) (-485 "HELLFDIV.spad" 820745 820769 821145 821150) (-484 "HEAP.spad" 820137 820147 820352 820379) (-483 "HEADAST.spad" 819668 819676 820127 820132) (-482 "HDP.spad" 809511 809527 809888 810019) (-481 "HDMP.spad" 806687 806702 807305 807432) (-480 "HB.spad" 804924 804932 806677 806682) (-479 "HASHTBL.spad" 803394 803425 803605 803632) (-478 "HASAST.spad" 803110 803118 803384 803389) (-477 "HACKPI.spad" 802593 802601 803012 803105) (-476 "GTSET.spad" 801532 801548 802239 802266) (-475 "GSTBL.spad" 800051 800086 800225 800240) (-474 "GSERIES.spad" 797218 797245 798183 798332) (-473 "GROUP.spad" 796487 796495 797198 797213) (-472 "GROUP.spad" 795764 795774 796477 796482) (-471 "GROEBSOL.spad" 794252 794273 795754 795759) (-470 "GRMOD.spad" 792823 792835 794242 794247) (-469 "GRMOD.spad" 791392 791406 792813 792818) (-468 "GRIMAGE.spad" 783997 784005 791382 791387) (-467 "GRDEF.spad" 782376 782384 783987 783992) (-466 "GRAY.spad" 780835 780843 782366 782371) (-465 "GRALG.spad" 779882 779894 780825 780830) (-464 "GRALG.spad" 778927 778941 779872 779877) (-463 "GPOLSET.spad" 778381 778404 778609 778636) (-462 "GOSPER.spad" 777646 777664 778371 778376) (-461 "GMODPOL.spad" 776784 776811 777614 777641) (-460 "GHENSEL.spad" 775853 775867 776774 776779) (-459 "GENUPS.spad" 771954 771967 775843 775848) (-458 "GENUFACT.spad" 771531 771541 771944 771949) (-457 "GENPGCD.spad" 771115 771132 771521 771526) (-456 "GENMFACT.spad" 770567 770586 771105 771110) (-455 "GENEEZ.spad" 768506 768519 770557 770562) (-454 "GDMP.spad" 765524 765541 766300 766427) (-453 "GCNAALG.spad" 759419 759446 765318 765385) (-452 "GCDDOM.spad" 758591 758599 759345 759414) (-451 "GCDDOM.spad" 757825 757835 758581 758586) (-450 "GB.spad" 755343 755381 757781 757786) (-449 "GBINTERN.spad" 751363 751401 755333 755338) (-448 "GBF.spad" 747120 747158 751353 751358) (-447 "GBEUCLID.spad" 744994 745032 747110 747115) (-446 "GAUSSFAC.spad" 744291 744299 744984 744989) (-445 "GALUTIL.spad" 742613 742623 744247 744252) (-444 "GALPOLYU.spad" 741059 741072 742603 742608) (-443 "GALFACTU.spad" 739224 739243 741049 741054) (-442 "GALFACT.spad" 729357 729368 739214 739219) (-441 "FVFUN.spad" 726380 726388 729347 729352) (-440 "FVC.spad" 725432 725440 726370 726375) (-439 "FUNDESC.spad" 725110 725118 725422 725427) (-438 "FUNCTION.spad" 724959 724971 725100 725105) (-437 "FT.spad" 723252 723260 724949 724954) (-436 "FTEM.spad" 722415 722423 723242 723247) (-435 "FSUPFACT.spad" 721315 721334 722351 722356) (-434 "FST.spad" 719401 719409 721305 721310) (-433 "FSRED.spad" 718879 718895 719391 719396) (-432 "FSPRMELT.spad" 717703 717719 718836 718841) (-431 "FSPECF.spad" 715780 715796 717693 717698) (-430 "FS.spad" 709842 709852 715555 715775) (-429 "FS.spad" 703682 703694 709397 709402) (-428 "FSINT.spad" 703340 703356 703672 703677) (-427 "FSERIES.spad" 702527 702539 703160 703259) (-426 "FSCINT.spad" 701840 701856 702517 702522) (-425 "FSAGG.spad" 700957 700967 701796 701835) (-424 "FSAGG.spad" 700036 700048 700877 700882) (-423 "FSAGG2.spad" 698735 698751 700026 700031) (-422 "FS2UPS.spad" 693218 693252 698725 698730) (-421 "FS2.spad" 692863 692879 693208 693213) (-420 "FS2EXPXP.spad" 691986 692009 692853 692858) (-419 "FRUTIL.spad" 690928 690938 691976 691981) (-418 "FR.spad" 684622 684632 689952 690021) (-417 "FRNAALG.spad" 679709 679719 684564 684617) (-416 "FRNAALG.spad" 674808 674820 679665 679670) (-415 "FRNAAF2.spad" 674262 674280 674798 674803) (-414 "FRMOD.spad" 673656 673686 674193 674198) (-413 "FRIDEAL.spad" 672851 672872 673636 673651) (-412 "FRIDEAL2.spad" 672453 672485 672841 672846) (-411 "FRETRCT.spad" 671964 671974 672443 672448) (-410 "FRETRCT.spad" 671341 671353 671822 671827) (-409 "FRAMALG.spad" 669669 669682 671297 671336) (-408 "FRAMALG.spad" 668029 668044 669659 669664) (-407 "FRAC.spad" 665128 665138 665531 665704) (-406 "FRAC2.spad" 664731 664743 665118 665123) (-405 "FR2.spad" 664065 664077 664721 664726) (-404 "FPS.spad" 660874 660882 663955 664060) (-403 "FPS.spad" 657711 657721 660794 660799) (-402 "FPC.spad" 656753 656761 657613 657706) (-401 "FPC.spad" 655881 655891 656743 656748) (-400 "FPATMAB.spad" 655643 655653 655871 655876) (-399 "FPARFRAC.spad" 654116 654133 655633 655638) (-398 "FORTRAN.spad" 652622 652665 654106 654111) (-397 "FORT.spad" 651551 651559 652612 652617) (-396 "FORTFN.spad" 648721 648729 651541 651546) (-395 "FORTCAT.spad" 648405 648413 648711 648716) (-394 "FORMULA.spad" 645869 645877 648395 648400) (-393 "FORMULA1.spad" 645348 645358 645859 645864) (-392 "FORDER.spad" 645039 645063 645338 645343) (-391 "FOP.spad" 644240 644248 645029 645034) (-390 "FNLA.spad" 643664 643686 644208 644235) (-389 "FNCAT.spad" 642251 642259 643654 643659) (-388 "FNAME.spad" 642143 642151 642241 642246) (-387 "FMTC.spad" 641941 641949 642069 642138) (-386 "FMONOID.spad" 638996 639006 641897 641902) (-385 "FM.spad" 638691 638703 638930 638957) (-384 "FMFUN.spad" 635721 635729 638681 638686) (-383 "FMC.spad" 634773 634781 635711 635716) (-382 "FMCAT.spad" 632427 632445 634741 634768) (-381 "FM1.spad" 631784 631796 632361 632388) (-380 "FLOATRP.spad" 629505 629519 631774 631779) (-379 "FLOAT.spad" 622793 622801 629371 629500) (-378 "FLOATCP.spad" 620210 620224 622783 622788) (-377 "FLINEXP.spad" 619922 619932 620190 620205) (-376 "FLINEXP.spad" 619588 619600 619858 619863) (-375 "FLASORT.spad" 618908 618920 619578 619583) (-374 "FLALG.spad" 616554 616573 618834 618903) (-373 "FLAGG.spad" 613572 613582 616534 616549) (-372 "FLAGG.spad" 610491 610503 613455 613460) (-371 "FLAGG2.spad" 609172 609188 610481 610486) (-370 "FINRALG.spad" 607201 607214 609128 609167) (-369 "FINRALG.spad" 605156 605171 607085 607090) (-368 "FINITE.spad" 604308 604316 605146 605151) (-367 "FINAALG.spad" 593289 593299 604250 604303) (-366 "FINAALG.spad" 582282 582294 593245 593250) (-365 "FILE.spad" 581865 581875 582272 582277) (-364 "FILECAT.spad" 580383 580400 581855 581860) (-363 "FIELD.spad" 579789 579797 580285 580378) (-362 "FIELD.spad" 579281 579291 579779 579784) (-361 "FGROUP.spad" 577890 577900 579261 579276) (-360 "FGLMICPK.spad" 576677 576692 577880 577885) (-359 "FFX.spad" 576052 576067 576393 576486) (-358 "FFSLPE.spad" 575541 575562 576042 576047) (-357 "FFPOLY.spad" 566793 566804 575531 575536) (-356 "FFPOLY2.spad" 565853 565870 566783 566788) (-355 "FFP.spad" 565250 565270 565569 565662) (-354 "FF.spad" 564698 564714 564931 565024) (-353 "FFNBX.spad" 563210 563230 564414 564507) (-352 "FFNBP.spad" 561723 561740 562926 563019) (-351 "FFNB.spad" 560188 560209 561404 561497) (-350 "FFINTBAS.spad" 557602 557621 560178 560183) (-349 "FFIELDC.spad" 555177 555185 557504 557597) (-348 "FFIELDC.spad" 552838 552848 555167 555172) (-347 "FFHOM.spad" 551586 551603 552828 552833) (-346 "FFF.spad" 549021 549032 551576 551581) (-345 "FFCGX.spad" 547868 547888 548737 548830) (-344 "FFCGP.spad" 546757 546777 547584 547677) (-343 "FFCG.spad" 545549 545570 546438 546531) (-342 "FFCAT.spad" 538576 538598 545388 545544) (-341 "FFCAT.spad" 531682 531706 538496 538501) (-340 "FFCAT2.spad" 531427 531467 531672 531677) (-339 "FEXPR.spad" 523136 523182 531183 531222) (-338 "FEVALAB.spad" 522842 522852 523126 523131) (-337 "FEVALAB.spad" 522333 522345 522619 522624) (-336 "FDIV.spad" 521775 521799 522323 522328) (-335 "FDIVCAT.spad" 519817 519841 521765 521770) (-334 "FDIVCAT.spad" 517857 517883 519807 519812) (-333 "FDIV2.spad" 517511 517551 517847 517852) (-332 "FCPAK1.spad" 516064 516072 517501 517506) (-331 "FCOMP.spad" 515443 515453 516054 516059) (-330 "FC.spad" 505358 505366 515433 515438) (-329 "FAXF.spad" 498293 498307 505260 505353) (-328 "FAXF.spad" 491280 491296 498249 498254) (-327 "FARRAY.spad" 489426 489436 490463 490490) (-326 "FAMR.spad" 487546 487558 489324 489421) (-325 "FAMR.spad" 485650 485664 487430 487435) (-324 "FAMONOID.spad" 485300 485310 485604 485609) (-323 "FAMONC.spad" 483522 483534 485290 485295) (-322 "FAGROUP.spad" 483128 483138 483418 483445) (-321 "FACUTIL.spad" 481324 481341 483118 483123) (-320 "FACTFUNC.spad" 480500 480510 481314 481319) (-319 "EXPUPXS.spad" 477333 477356 478632 478781) (-318 "EXPRTUBE.spad" 474561 474569 477323 477328) (-317 "EXPRODE.spad" 471433 471449 474551 474556) (-316 "EXPR.spad" 466708 466718 467422 467829) (-315 "EXPR2UPS.spad" 462800 462813 466698 466703) (-314 "EXPR2.spad" 462503 462515 462790 462795) (-313 "EXPEXPAN.spad" 459441 459466 460075 460168) (-312 "EXIT.spad" 459112 459120 459431 459436) (-311 "EXITAST.spad" 458848 458856 459102 459107) (-310 "EVALCYC.spad" 458306 458320 458838 458843) (-309 "EVALAB.spad" 457870 457880 458296 458301) (-308 "EVALAB.spad" 457432 457444 457860 457865) (-307 "EUCDOM.spad" 454974 454982 457358 457427) (-306 "EUCDOM.spad" 452578 452588 454964 454969) (-305 "ESTOOLS.spad" 444418 444426 452568 452573) (-304 "ESTOOLS2.spad" 444019 444033 444408 444413) (-303 "ESTOOLS1.spad" 443704 443715 444009 444014) (-302 "ES.spad" 436251 436259 443694 443699) (-301 "ES.spad" 428704 428714 436149 436154) (-300 "ESCONT.spad" 425477 425485 428694 428699) (-299 "ESCONT1.spad" 425226 425238 425467 425472) (-298 "ES2.spad" 424721 424737 425216 425221) (-297 "ES1.spad" 424287 424303 424711 424716) (-296 "ERROR.spad" 421608 421616 424277 424282) (-295 "EQTBL.spad" 420080 420102 420289 420316) (-294 "EQ.spad" 414954 414964 417753 417865) (-293 "EQ2.spad" 414670 414682 414944 414949) (-292 "EP.spad" 410984 410994 414660 414665) (-291 "ENV.spad" 409660 409668 410974 410979) (-290 "ENTIRER.spad" 409328 409336 409604 409655) (-289 "EMR.spad" 408529 408570 409254 409323) (-288 "ELTAGG.spad" 406769 406788 408519 408524) (-287 "ELTAGG.spad" 404973 404994 406725 406730) (-286 "ELTAB.spad" 404420 404438 404963 404968) (-285 "ELFUTS.spad" 403799 403818 404410 404415) (-284 "ELEMFUN.spad" 403488 403496 403789 403794) (-283 "ELEMFUN.spad" 403175 403185 403478 403483) (-282 "ELAGG.spad" 401118 401128 403155 403170) (-281 "ELAGG.spad" 398998 399010 401037 401042) (-280 "ELABEXPR.spad" 397921 397929 398988 398993) (-279 "EFUPXS.spad" 394697 394727 397877 397882) (-278 "EFULS.spad" 391533 391556 394653 394658) (-277 "EFSTRUC.spad" 389488 389504 391523 391528) (-276 "EF.spad" 384254 384270 389478 389483) (-275 "EAB.spad" 382530 382538 384244 384249) (-274 "E04UCFA.spad" 382066 382074 382520 382525) (-273 "E04NAFA.spad" 381643 381651 382056 382061) (-272 "E04MBFA.spad" 381223 381231 381633 381638) (-271 "E04JAFA.spad" 380759 380767 381213 381218) (-270 "E04GCFA.spad" 380295 380303 380749 380754) (-269 "E04FDFA.spad" 379831 379839 380285 380290) (-268 "E04DGFA.spad" 379367 379375 379821 379826) (-267 "E04AGNT.spad" 375209 375217 379357 379362) (-266 "DVARCAT.spad" 371894 371904 375199 375204) (-265 "DVARCAT.spad" 368577 368589 371884 371889) (-264 "DSMP.spad" 366008 366022 366313 366440) (-263 "DROPT.spad" 359953 359961 365998 366003) (-262 "DROPT1.spad" 359616 359626 359943 359948) (-261 "DROPT0.spad" 354443 354451 359606 359611) (-260 "DRAWPT.spad" 352598 352606 354433 354438) (-259 "DRAW.spad" 345198 345211 352588 352593) (-258 "DRAWHACK.spad" 344506 344516 345188 345193) (-257 "DRAWCX.spad" 341948 341956 344496 344501) (-256 "DRAWCURV.spad" 341485 341500 341938 341943) (-255 "DRAWCFUN.spad" 330657 330665 341475 341480) (-254 "DQAGG.spad" 328825 328835 330625 330652) (-253 "DPOLCAT.spad" 324166 324182 328693 328820) (-252 "DPOLCAT.spad" 319593 319611 324122 324127) (-251 "DPMO.spad" 311819 311835 311957 312258) (-250 "DPMM.spad" 304058 304076 304183 304484) (-249 "DOMCTOR.spad" 303950 303958 304048 304053) (-248 "DOMAIN.spad" 303081 303089 303940 303945) (-247 "DMP.spad" 300303 300318 300875 301002) (-246 "DLP.spad" 299651 299661 300293 300298) (-245 "DLIST.spad" 298230 298240 298834 298861) (-244 "DLAGG.spad" 296641 296651 298220 298225) (-243 "DIVRING.spad" 296183 296191 296585 296636) (-242 "DIVRING.spad" 295769 295779 296173 296178) (-241 "DISPLAY.spad" 293949 293957 295759 295764) (-240 "DIRPROD.spad" 283529 283545 284169 284300) (-239 "DIRPROD2.spad" 282337 282355 283519 283524) (-238 "DIRPCAT.spad" 281279 281295 282201 282332) (-237 "DIRPCAT.spad" 279950 279968 280874 280879) (-236 "DIOSP.spad" 278775 278783 279940 279945) (-235 "DIOPS.spad" 277759 277769 278755 278770) (-234 "DIOPS.spad" 276717 276729 277715 277720) (-233 "DIFRING.spad" 276009 276017 276697 276712) (-232 "DIFRING.spad" 275309 275319 275999 276004) (-231 "DIFEXT.spad" 274468 274478 275289 275304) (-230 "DIFEXT.spad" 273544 273556 274367 274372) (-229 "DIAGG.spad" 273174 273184 273524 273539) (-228 "DIAGG.spad" 272812 272824 273164 273169) (-227 "DHMATRIX.spad" 271116 271126 272269 272296) (-226 "DFSFUN.spad" 264524 264532 271106 271111) (-225 "DFLOAT.spad" 261245 261253 264414 264519) (-224 "DFINTTLS.spad" 259454 259470 261235 261240) (-223 "DERHAM.spad" 257364 257396 259434 259449) (-222 "DEQUEUE.spad" 256682 256692 256971 256998) (-221 "DEGRED.spad" 256297 256311 256672 256677) (-220 "DEFINTRF.spad" 253822 253832 256287 256292) (-219 "DEFINTEF.spad" 252318 252334 253812 253817) (-218 "DEFAST.spad" 251686 251694 252308 252313) (-217 "DECIMAL.spad" 249792 249800 250153 250246) (-216 "DDFACT.spad" 247591 247608 249782 249787) (-215 "DBLRESP.spad" 247189 247213 247581 247586) (-214 "DBASE.spad" 245843 245853 247179 247184) (-213 "DATAARY.spad" 245305 245318 245833 245838) (-212 "D03FAFA.spad" 245133 245141 245295 245300) (-211 "D03EEFA.spad" 244953 244961 245123 245128) (-210 "D03AGNT.spad" 244033 244041 244943 244948) (-209 "D02EJFA.spad" 243495 243503 244023 244028) (-208 "D02CJFA.spad" 242973 242981 243485 243490) (-207 "D02BHFA.spad" 242463 242471 242963 242968) (-206 "D02BBFA.spad" 241953 241961 242453 242458) (-205 "D02AGNT.spad" 236757 236765 241943 241948) (-204 "D01WGTS.spad" 235076 235084 236747 236752) (-203 "D01TRNS.spad" 235053 235061 235066 235071) (-202 "D01GBFA.spad" 234575 234583 235043 235048) (-201 "D01FCFA.spad" 234097 234105 234565 234570) (-200 "D01ASFA.spad" 233565 233573 234087 234092) (-199 "D01AQFA.spad" 233011 233019 233555 233560) (-198 "D01APFA.spad" 232435 232443 233001 233006) (-197 "D01ANFA.spad" 231929 231937 232425 232430) (-196 "D01AMFA.spad" 231439 231447 231919 231924) (-195 "D01ALFA.spad" 230979 230987 231429 231434) (-194 "D01AKFA.spad" 230505 230513 230969 230974) (-193 "D01AJFA.spad" 230028 230036 230495 230500) (-192 "D01AGNT.spad" 226087 226095 230018 230023) (-191 "CYCLOTOM.spad" 225593 225601 226077 226082) (-190 "CYCLES.spad" 222425 222433 225583 225588) (-189 "CVMP.spad" 221842 221852 222415 222420) (-188 "CTRIGMNP.spad" 220332 220348 221832 221837) (-187 "CTOR.spad" 220023 220031 220322 220327) (-186 "CTORKIND.spad" 219626 219634 220013 220018) (-185 "CTORCAT.spad" 218875 218883 219616 219621) (-184 "CTORCAT.spad" 218122 218132 218865 218870) (-183 "CTORCALL.spad" 217702 217710 218112 218117) (-182 "CSTTOOLS.spad" 216945 216958 217692 217697) (-181 "CRFP.spad" 210649 210662 216935 216940) (-180 "CRCEAST.spad" 210369 210377 210639 210644) (-179 "CRAPACK.spad" 209412 209422 210359 210364) (-178 "CPMATCH.spad" 208912 208927 209337 209342) (-177 "CPIMA.spad" 208617 208636 208902 208907) (-176 "COORDSYS.spad" 203510 203520 208607 208612) (-175 "CONTOUR.spad" 202921 202929 203500 203505) (-174 "CONTFRAC.spad" 198533 198543 202823 202916) (-173 "CONDUIT.spad" 198291 198299 198523 198528) (-172 "COMRING.spad" 197965 197973 198229 198286) (-171 "COMPPROP.spad" 197479 197487 197955 197960) (-170 "COMPLPAT.spad" 197246 197261 197469 197474) (-169 "COMPLEX.spad" 191270 191280 191514 191775) (-168 "COMPLEX2.spad" 190983 190995 191260 191265) (-167 "COMPFACT.spad" 190585 190599 190973 190978) (-166 "COMPCAT.spad" 188653 188663 190319 190580) (-165 "COMPCAT.spad" 186414 186426 188082 188087) (-164 "COMMUPC.spad" 186160 186178 186404 186409) (-163 "COMMONOP.spad" 185693 185701 186150 186155) (-162 "COMM.spad" 185502 185510 185683 185688) (-161 "COMMAAST.spad" 185265 185273 185492 185497) (-160 "COMBOPC.spad" 184170 184178 185255 185260) (-159 "COMBINAT.spad" 182915 182925 184160 184165) (-158 "COMBF.spad" 180283 180299 182905 182910) (-157 "COLOR.spad" 179120 179128 180273 180278) (-156 "COLONAST.spad" 178786 178794 179110 179115) (-155 "CMPLXRT.spad" 178495 178512 178776 178781) (-154 "CLLCTAST.spad" 178157 178165 178485 178490) (-153 "CLIP.spad" 174249 174257 178147 178152) (-152 "CLIF.spad" 172888 172904 174205 174244) (-151 "CLAGG.spad" 169373 169383 172878 172883) (-150 "CLAGG.spad" 165729 165741 169236 169241) (-149 "CINTSLPE.spad" 165054 165067 165719 165724) (-148 "CHVAR.spad" 163132 163154 165044 165049) (-147 "CHARZ.spad" 163047 163055 163112 163127) (-146 "CHARPOL.spad" 162555 162565 163037 163042) (-145 "CHARNZ.spad" 162308 162316 162535 162550) (-144 "CHAR.spad" 160176 160184 162298 162303) (-143 "CFCAT.spad" 159492 159500 160166 160171) (-142 "CDEN.spad" 158650 158664 159482 159487) (-141 "CCLASS.spad" 156799 156807 158061 158100) (-140 "CATEGORY.spad" 155889 155897 156789 156794) (-139 "CATCTOR.spad" 155780 155788 155879 155884) (-138 "CATAST.spad" 155398 155406 155770 155775) (-137 "CASEAST.spad" 155112 155120 155388 155393) (-136 "CARTEN.spad" 150215 150239 155102 155107) (-135 "CARTEN2.spad" 149601 149628 150205 150210) (-134 "CARD.spad" 146890 146898 149575 149596) (-133 "CAPSLAST.spad" 146664 146672 146880 146885) (-132 "CACHSET.spad" 146286 146294 146654 146659) (-131 "CABMON.spad" 145839 145847 146276 146281) (-130 "BYTEORD.spad" 145514 145522 145829 145834) (-129 "BYTE.spad" 144939 144947 145504 145509) (-128 "BYTEBUF.spad" 142796 142804 144108 144135) (-127 "BTREE.spad" 141865 141875 142403 142430) (-126 "BTOURN.spad" 140868 140878 141472 141499) (-125 "BTCAT.spad" 140256 140266 140836 140863) (-124 "BTCAT.spad" 139664 139676 140246 140251) (-123 "BTAGG.spad" 138786 138794 139632 139659) (-122 "BTAGG.spad" 137928 137938 138776 138781) (-121 "BSTREE.spad" 136663 136673 137535 137562) (-120 "BRILL.spad" 134858 134869 136653 136658) (-119 "BRAGG.spad" 133782 133792 134848 134853) (-118 "BRAGG.spad" 132670 132682 133738 133743) (-117 "BPADICRT.spad" 130651 130663 130906 130999) (-116 "BPADIC.spad" 130315 130327 130577 130646) (-115 "BOUNDZRO.spad" 129971 129988 130305 130310) (-114 "BOP.spad" 124996 125004 129961 129966) (-113 "BOP1.spad" 122382 122392 124952 124957) (-112 "BOOLEAN.spad" 121706 121714 122372 122377) (-111 "BMODULE.spad" 121418 121430 121674 121701) (-110 "BITS.spad" 120837 120845 121054 121081) (-109 "BINDING.spad" 120256 120264 120827 120832) (-108 "BINARY.spad" 118367 118375 118723 118816) (-107 "BGAGG.spad" 117564 117574 118347 118362) (-106 "BGAGG.spad" 116769 116781 117554 117559) (-105 "BFUNCT.spad" 116333 116341 116749 116764) (-104 "BEZOUT.spad" 115467 115494 116283 116288) (-103 "BBTREE.spad" 112286 112296 115074 115101) (-102 "BASTYPE.spad" 111958 111966 112276 112281) (-101 "BASTYPE.spad" 111628 111638 111948 111953) (-100 "BALFACT.spad" 111067 111080 111618 111623) (-99 "AUTOMOR.spad" 110514 110523 111047 111062) (-98 "ATTREG.spad" 107233 107240 110266 110509) (-97 "ATTRBUT.spad" 103256 103263 107213 107228) (-96 "ATTRAST.spad" 102973 102980 103246 103251) (-95 "ATRIG.spad" 102443 102450 102963 102968) (-94 "ATRIG.spad" 101911 101920 102433 102438) (-93 "ASTCAT.spad" 101815 101822 101901 101906) (-92 "ASTCAT.spad" 101717 101726 101805 101810) (-91 "ASTACK.spad" 101050 101059 101324 101351) (-90 "ASSOCEQ.spad" 99850 99861 101006 101011) (-89 "ASP9.spad" 98931 98944 99840 99845) (-88 "ASP8.spad" 97974 97987 98921 98926) (-87 "ASP80.spad" 97296 97309 97964 97969) (-86 "ASP7.spad" 96456 96469 97286 97291) (-85 "ASP78.spad" 95907 95920 96446 96451) (-84 "ASP77.spad" 95276 95289 95897 95902) (-83 "ASP74.spad" 94368 94381 95266 95271) (-82 "ASP73.spad" 93639 93652 94358 94363) (-81 "ASP6.spad" 92506 92519 93629 93634) (-80 "ASP55.spad" 91015 91028 92496 92501) (-79 "ASP50.spad" 88832 88845 91005 91010) (-78 "ASP4.spad" 88127 88140 88822 88827) (-77 "ASP49.spad" 87126 87139 88117 88122) (-76 "ASP42.spad" 85533 85572 87116 87121) (-75 "ASP41.spad" 84112 84151 85523 85528) (-74 "ASP35.spad" 83100 83113 84102 84107) (-73 "ASP34.spad" 82401 82414 83090 83095) (-72 "ASP33.spad" 81961 81974 82391 82396) (-71 "ASP31.spad" 81101 81114 81951 81956) (-70 "ASP30.spad" 79993 80006 81091 81096) (-69 "ASP29.spad" 79459 79472 79983 79988) (-68 "ASP28.spad" 70732 70745 79449 79454) (-67 "ASP27.spad" 69629 69642 70722 70727) (-66 "ASP24.spad" 68716 68729 69619 69624) (-65 "ASP20.spad" 68180 68193 68706 68711) (-64 "ASP1.spad" 67561 67574 68170 68175) (-63 "ASP19.spad" 62247 62260 67551 67556) (-62 "ASP12.spad" 61661 61674 62237 62242) (-61 "ASP10.spad" 60932 60945 61651 61656) (-60 "ARRAY2.spad" 60292 60301 60539 60566) (-59 "ARRAY1.spad" 59127 59136 59475 59502) (-58 "ARRAY12.spad" 57796 57807 59117 59122) (-57 "ARR2CAT.spad" 53458 53479 57764 57791) (-56 "ARR2CAT.spad" 49140 49163 53448 53453) (-55 "ARITY.spad" 48512 48519 49130 49135) (-54 "APPRULE.spad" 47756 47778 48502 48507) (-53 "APPLYORE.spad" 47371 47384 47746 47751) (-52 "ANY.spad" 45713 45720 47361 47366) (-51 "ANY1.spad" 44784 44793 45703 45708) (-50 "ANTISYM.spad" 43223 43239 44764 44779) (-49 "ANON.spad" 42916 42923 43213 43218) (-48 "AN.spad" 41217 41224 42732 42825) (-47 "AMR.spad" 39396 39407 41115 41212) (-46 "AMR.spad" 37412 37425 39133 39138) (-45 "ALIST.spad" 34824 34845 35174 35201) (-44 "ALGSC.spad" 33947 33973 34696 34749) (-43 "ALGPKG.spad" 29656 29667 33903 33908) (-42 "ALGMFACT.spad" 28845 28859 29646 29651) (-41 "ALGMANIP.spad" 26265 26280 28642 28647) (-40 "ALGFF.spad" 24580 24607 24797 24953) (-39 "ALGFACT.spad" 23701 23711 24570 24575) (-38 "ALGEBRA.spad" 23534 23543 23657 23696) (-37 "ALGEBRA.spad" 23399 23410 23524 23529) (-36 "ALAGG.spad" 22909 22930 23367 23394) (-35 "AHYP.spad" 22290 22297 22899 22904) (-34 "AGG.spad" 20599 20606 22280 22285) (-33 "AGG.spad" 18872 18881 20555 20560) (-32 "AF.spad" 17297 17312 18807 18812) (-31 "ADDAST.spad" 16975 16982 17287 17292) (-30 "ACPLOT.spad" 15546 15553 16965 16970) (-29 "ACFS.spad" 13297 13306 15448 15541) (-28 "ACFS.spad" 11134 11145 13287 13292) (-27 "ACF.spad" 7736 7743 11036 11129) (-26 "ACF.spad" 4424 4433 7726 7731) (-25 "ABELSG.spad" 3965 3972 4414 4419) (-24 "ABELSG.spad" 3504 3513 3955 3960) (-23 "ABELMON.spad" 3047 3054 3494 3499) (-22 "ABELMON.spad" 2588 2597 3037 3042) (-21 "ABELGRP.spad" 2160 2167 2578 2583) (-20 "ABELGRP.spad" 1730 1739 2150 2155) (-19 "A1AGG.spad" 870 879 1698 1725) (-18 "A1AGG.spad" 30 41 860 865)) \ No newline at end of file
diff --git a/src/share/algebra/category.daase b/src/share/algebra/category.daase
index fcb83f92..35cd3c38 100644
--- a/src/share/algebra/category.daase
+++ b/src/share/algebra/category.daase
@@ -1,15 +1,15 @@
-(162166 . 3450896465)
-(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) #0#) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
-((((-564)) . T) (($) -2713 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-1035 (-407 (-564))))) ((|#1|) . T))
+(162182 . 3451054390)
+(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) #0#) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
+((((-564)) . T) (($) -4078 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-1035 (-407 (-564))))) ((|#1|) . T))
(((|#2| |#2|) . T))
((((-564)) . T))
-((($ $) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) ((|#2| |#2|) . T) ((#0=(-407 (-564)) #0#) |has| |#2| (-38 (-407 (-564)))))
+((($ $) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) ((|#2| |#2|) . T) ((#0=(-407 (-564)) #0#) |has| |#2| (-38 (-407 (-564)))))
((($) . T))
(((|#1|) . T))
((($) . T) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#2|) . T))
-((($) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) ((|#2|) . T) (((-407 (-564))) |has| |#2| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) ((|#2|) . T) (((-407 (-564))) |has| |#2| (-38 (-407 (-564)))))
(|has| |#1| (-906))
((((-859)) . T))
((((-859)) . T))
@@ -24,19 +24,19 @@
((((-225)) . T) (((-859)) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1|) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-845)))
-((($ $) . T) ((#0=(-407 (-564)) #0#) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1| |#1|) . T))
-(-2713 (|has| |#1| (-817)) (|has| |#1| (-847)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-845)))
+((($ $) . T) ((#0=(-407 (-564)) #0#) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1| |#1|) . T))
+(-4078 (|has| |#1| (-817)) (|has| |#1| (-847)))
((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-564)) |has| |#1| (-1035 (-564))) ((|#1|) . T))
((((-859)) . T))
((((-859)) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
(|has| |#1| (-845))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1| |#2| |#3|) . T))
((((-1175)) . T))
((((-564)) . T) (((-867 |#1|)) . T) (($) . T) (((-407 (-564))) . T))
-((($) . T) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
+((($) . T) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
((((-859)) . T))
((((-1175)) . T))
(((|#4|) . T))
@@ -46,14 +46,14 @@
(((|#1|) . T) ((|#2|) . T))
((((-1175)) . T))
(((|#1|) . T) (((-564)) |has| |#1| (-1035 (-564))) (((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
-(((|#2| (-482 (-3435 |#1|) (-768))) . T))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(((|#2| (-482 (-2828 |#1|) (-768))) . T))
(((|#1| (-531 (-1170))) . T))
(((#0=(-867 |#1|) #0#) . T) ((#1=(-407 (-564)) #1#) . T) (($ $) . T))
((((-1152)) . T) (((-955 (-129))) . T) (((-859)) . T))
((((-859)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(|has| |#4| (-368))
(|has| |#3| (-368))
(((|#1|) . T))
@@ -67,13 +67,13 @@
(|has| |#1| (-145))
(|has| |#1| (-147))
(|has| |#1| (-556))
-((((-564)) . T) (((-407 (-564))) -2713 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))) ((|#2|) . T) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) (((-861 |#1|)) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
-((((-2 (|:| -1359 |#1|) (|:| -2954 |#2|))) . T))
+((((-564)) . T) (((-407 (-564))) -4078 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))) ((|#2|) . T) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) (((-861 |#1|)) . T))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
+((((-2 (|:| -1468 |#1|) (|:| -1558 |#2|))) . T))
((($) . T))
-((((-564)) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) ((|#1|) . T) (($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) (((-1170)) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+((((-564)) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) ((|#1|) . T) (($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) (((-1170)) . T))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((((-536)) |has| |#1| (-612 (-536))))
((((-1170)) . T))
((((-564)) . T) (($) . T))
@@ -84,66 +84,66 @@
((((-859)) . T))
((((-859)) . T))
((((-407 (-564))) . T) (($) . T))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)) (($) . T) ((|#1|) . T))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)) (($) . T) ((|#1|) . T))
((((-859)) . T))
(((|#1|) . T))
((((-859)) . T))
((((-859)) . T))
-(((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) . T))
+(((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) . T))
(((|#1| |#2|) . T))
((((-859)) . T))
(((|#1|) . T))
-(((#0=(-407 (-564)) #0#) |has| |#2| (-38 (-407 (-564)))) ((|#2| |#2|) . T) (($ $) -2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+(((#0=(-407 (-564)) #0#) |has| |#2| (-38 (-407 (-564)))) ((|#2| |#2|) . T) (($ $) -4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
(((|#1|) . T))
(((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) (($) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
-((($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
((((-407 (-564))) . T) (($) . T) (((-564)) . T))
-(((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))) ((|#1| |#1|) . T) (($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
+(((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))) ((|#1| |#1|) . T) (($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
(((|#2|) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T) (($) -2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T) (($) -4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
((($ $) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
-((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T) (($) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T) (($) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
((($) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (-368))
(((|#1|) . T))
(((|#1|) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
((((-859)) . T))
(((|#1| |#2|) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
(((|#1| |#1|) . T))
((((-859)) . T))
(|has| |#1| (-556))
(((|#2| |#2|) -12 (|has| |#1| (-363)) (|has| |#2| (-309 |#2|))) (((-1170) |#2|) -12 (|has| |#1| (-363)) (|has| |#2| (-514 (-1170) |#2|))))
((((-407 |#2|)) . T) (((-407 (-564))) . T) (($) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-845)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-845)))
((($ $) . T) ((#0=(-407 (-564)) #0#) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(|has| |#1| (-1094))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(|has| |#1| (-1094))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(|has| |#1| (-845))
((($) . T) (((-407 (-564))) . T))
(((|#1|) . T))
((((-564) (-129)) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-349)))
((((-129)) . T))
((((-1175)) . T))
-(-2713 (|has| |#4| (-790)) (|has| |#4| (-845)))
-(-2713 (|has| |#4| (-790)) (|has| |#4| (-845)))
-(-2713 (|has| |#3| (-790)) (|has| |#3| (-845)))
-(-2713 (|has| |#3| (-790)) (|has| |#3| (-845)))
+(-4078 (|has| |#4| (-790)) (|has| |#4| (-845)))
+(-4078 (|has| |#4| (-790)) (|has| |#4| (-845)))
+(-4078 (|has| |#3| (-790)) (|has| |#3| (-845)))
+(-4078 (|has| |#3| (-790)) (|has| |#3| (-845)))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(|has| |#1| (-1094))
@@ -157,33 +157,33 @@
((((-564)) . T))
((((-564)) . T))
(((|#1|) . T))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(((|#1| (-768)) . T))
(|has| |#2| (-790))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
(|has| |#2| (-845))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
((((-1152) |#1|) . T))
((((-564) (-129)) . T))
(((|#1|) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
(((|#3| (-768)) . T))
(|has| |#1| (-147))
(|has| |#1| (-145))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
(|has| |#1| (-1094))
((((-407 (-564))) . T) (((-564)) . T))
((((-564)) . T) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))))
-((((-564)) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) ((|#1|) . T) (($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#2|) . T))
+((((-564)) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) ((|#1|) . T) (($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#2|) . T))
((((-1170) |#2|) |has| |#2| (-514 (-1170) |#2|)) ((|#2| |#2|) |has| |#2| (-309 |#2|)))
((((-407 (-564))) . T) (((-564)) . T))
-((((-564)) . T) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) (((-1076)) . T) ((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))
+((((-564)) . T) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) (((-1076)) . T) ((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))
(((|#1|) . T) (($) . T))
((((-564)) . T))
((((-564)) . T))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
((((-564)) . T))
((((-564)) . T))
(((#0=(-695) (-1166 #0#)) . T))
@@ -202,13 +202,13 @@
((((-859)) . T))
((((-859)) . T))
(((|#1| |#1|) . T))
-(((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))) ((|#1| |#1|) . T) (($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+(((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))) ((|#1| |#1|) . T) (($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
(((|#1|) . T))
(((|#1|) . T))
-((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T) (($) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
-((($) -2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046))) ((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))))
+((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T) (($) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046))) ((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))))
((((-859)) . T))
((((-859)) . T))
((((-859)) . T))
@@ -219,17 +219,17 @@
((((-169 (-225))) |has| |#1| (-1019)) (((-169 (-379))) |has| |#1| (-1019)) (((-536)) |has| |#1| (-612 (-536))) (((-1166 |#1|)) . T) (((-889 (-564))) |has| |#1| (-612 (-889 (-564)))) (((-889 (-379))) |has| |#1| (-612 (-889 (-379)))))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1|) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-845)))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-845)))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#2|) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-845)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-845)))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#2|) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))))
(|has| |#1| (-363))
((((-859)) . T))
((((-129)) . T))
(-12 (|has| |#4| (-233)) (|has| |#4| (-1046)))
(-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))
-(-2713 (|has| |#4| (-172)) (|has| |#4| (-845)) (|has| |#4| (-1046)))
-(-2713 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#4| (-172)) (|has| |#4| (-845)) (|has| |#4| (-1046)))
+(-4078 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
((((-859)) . T) (((-1175)) . T))
((((-859)) . T) (((-1175)) . T))
((((-1175)) . T))
@@ -238,14 +238,14 @@
(((|#1|) . T))
((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-564)) |has| |#1| (-1035 (-564))) ((|#1|) . T))
(((|#1|) . T) (((-564)) |has| |#1| (-637 (-564))))
-(((|#2|) . T) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
-(((|#1|) . T) (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
+(((|#2|) . T) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
+(((|#1|) . T) (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
(|has| |#1| (-556))
-((((-564)) -2713 (|has| |#4| (-172)) (|has| |#4| (-845)) (-12 (|has| |#4| (-1035 (-564))) (|has| |#4| (-1094))) (|has| |#4| (-1046))) ((|#4|) -2713 (|has| |#4| (-172)) (|has| |#4| (-1094))) (((-407 (-564))) -12 (|has| |#4| (-1035 (-407 (-564)))) (|has| |#4| (-1094))))
-((((-564)) -2713 (|has| |#3| (-172)) (|has| |#3| (-845)) (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094))) (|has| |#3| (-1046))) ((|#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-1094))) (((-407 (-564))) -12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))
+((((-564)) -4078 (|has| |#4| (-172)) (|has| |#4| (-845)) (-12 (|has| |#4| (-1035 (-564))) (|has| |#4| (-1094))) (|has| |#4| (-1046))) ((|#4|) -4078 (|has| |#4| (-172)) (|has| |#4| (-1094))) (((-407 (-564))) -12 (|has| |#4| (-1035 (-407 (-564)))) (|has| |#4| (-1094))))
+((((-564)) -4078 (|has| |#3| (-172)) (|has| |#3| (-845)) (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094))) (|has| |#3| (-1046))) ((|#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-1094))) (((-407 (-564))) -12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(|has| |#1| (-556))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(((|#1|) . T))
(|has| |#1| (-556))
(|has| |#1| (-556))
@@ -256,21 +256,21 @@
(((|#2|) . T) (($) . T) (((-407 (-564))) . T))
(-12 (|has| |#1| (-1094)) (|has| |#2| (-1094)))
((($) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) . T))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) . T))
(((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) (($) . T))
-(((|#4| |#4|) -2713 (|has| |#4| (-172)) (|has| |#4| (-363)) (|has| |#4| (-1046))) (($ $) |has| |#4| (-172)))
-(((|#3| |#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))) (($ $) |has| |#3| (-172)))
+(((|#4| |#4|) -4078 (|has| |#4| (-172)) (|has| |#4| (-363)) (|has| |#4| (-1046))) (($ $) |has| |#4| (-172)))
+(((|#3| |#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))) (($ $) |has| |#3| (-172)))
(((|#1|) . T))
(((|#2|) . T))
((((-536)) |has| |#2| (-612 (-536))) (((-889 (-379))) |has| |#2| (-612 (-889 (-379)))) (((-889 (-564))) |has| |#2| (-612 (-889 (-564)))))
((((-859)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-2 (|:| -1359 |#1|) (|:| -2954 |#2|))) . T) (((-859)) . T))
+((((-2 (|:| -1468 |#1|) (|:| -1558 |#2|))) . T) (((-859)) . T))
((((-536)) |has| |#1| (-612 (-536))) (((-889 (-379))) |has| |#1| (-612 (-889 (-379)))) (((-889 (-564))) |has| |#1| (-612 (-889 (-564)))))
-(((|#4|) -2713 (|has| |#4| (-172)) (|has| |#4| (-363)) (|has| |#4| (-1046))) (($) |has| |#4| (-172)))
-(((|#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))) (($) |has| |#3| (-172)))
-((((-2 (|:| -1359 |#1|) (|:| -2954 |#2|))) . T))
+(((|#4|) -4078 (|has| |#4| (-172)) (|has| |#4| (-363)) (|has| |#4| (-1046))) (($) |has| |#4| (-172)))
+(((|#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))) (($) |has| |#3| (-172)))
+((((-2 (|:| -1468 |#1|) (|:| -1558 |#2|))) . T))
((((-859)) . T))
((((-859)) . T))
((((-536)) . T) (((-564)) . T) (((-889 (-564))) . T) (((-379)) . T) (((-225)) . T))
@@ -278,14 +278,14 @@
(((|#1|) . T) (((-564)) |has| |#1| (-1035 (-564))) (((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))))
((($) . T) (((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T))
((((-407 $) (-407 $)) |has| |#2| (-556)) (($ $) . T) ((|#2| |#2|) . T))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) . T))
(((|#1|) . T))
(|has| |#2| (-906))
((((-1152) (-52)) . T))
((((-564)) |has| #0=(-407 |#2|) (-637 (-564))) ((#0#) . T))
((((-536)) . T) (((-225)) . T) (((-379)) . T) (((-889 (-379))) . T))
((((-859)) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
(((|#1|) |has| |#1| (-172)))
(((|#1| $) |has| |#1| (-286 |#1| |#1|)))
((((-859)) . T))
@@ -297,15 +297,15 @@
(((|#2|) . T) (((-564)) . T) (((-816 |#1|)) . T))
(|has| |#1| (-1094))
(((|#1|) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((((-536)) |has| |#1| (-612 (-536))))
((((-859)) . T) (((-1175)) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
((((-1175)) . T))
-((($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(|has| |#1| (-233))
-((($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#1| (-531 (-815 (-1170)))) . T))
(((|#1| (-968)) . T))
(((#0=(-867 |#1|) $) |has| #0# (-286 #0# #0#)))
@@ -314,7 +314,7 @@
(((|#1|) . T))
(((|#2| |#2|) . T))
(|has| |#1| (-1145))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
(|has| (-1245 |#1| |#2| |#3| |#4|) (-145))
(|has| (-1245 |#1| |#2| |#3| |#4|) (-147))
(|has| |#1| (-145))
@@ -326,27 +326,27 @@
(((|#2|) . T))
(((|#1|) . T))
(((|#2|) . T) (((-564)) |has| |#2| (-637 (-564))))
-((((-1119 |#1| (-1170))) . T) (((-564)) . T) (((-815 (-1170))) . T) (($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-1170)) . T))
+((((-1119 |#1| (-1170))) . T) (((-564)) . T) (((-815 (-1170))) . T) (($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-1170)) . T))
(|has| |#2| (-368))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
((($) . T) ((|#1|) . T))
(((|#2|) |has| |#2| (-1046)))
((((-859)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) #0#) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) #0#) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
(((|#1|) . T))
-((((-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695)))) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((#0=(-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) #0#) |has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))))
+((((-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695)))) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((#0=(-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) #0#) |has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))))
((((-859)) . T))
((((-564) |#1|) . T))
((((-536)) -12 (|has| |#1| (-612 (-536))) (|has| |#2| (-612 (-536)))) (((-889 (-379))) -12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379))))) (((-889 (-564))) -12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564))))))
((($) . T))
((((-859)) . T))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
((((-859)) . T))
((($) . T))
((($) . T))
((($) . T))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((((-859)) . T))
((((-859)) . T))
(|has| (-1244 |#2| |#3| |#4|) (-147))
@@ -357,16 +357,16 @@
((((-859)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
(((|#1|) . T))
((((-564) |#1|) . T))
(((|#2|) |has| |#2| (-172)))
(((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-845)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-845)))
((((-859)) |has| |#1| (-1094)))
-(-2713 (|has| |#1| (-473)) (|has| |#1| (-723)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)) (|has| |#1| (-1106)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-473)) (|has| |#1| (-723)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)) (|has| |#1| (-1106)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-349)))
((((-907 |#1|)) . T))
((((-407 |#2|) |#3|) . T))
(|has| |#1| (-15 * (|#1| (-564) |#1|)))
@@ -378,7 +378,7 @@
(((|#1|) . T))
((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-556)))
(|has| |#1| (-363))
-(-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))
+(-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))
(|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))
(|has| |#1| (-363))
((((-564)) . T))
@@ -391,35 +391,35 @@
((((-564) |#1|) . T))
((((-859)) . T))
(((|#2|) . T))
-(-2713 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
((((-564)) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-556)))
((($) |has| |#1| (-556)) (((-564)) . T))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
-((((-1251 |#1| |#2| |#3|)) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-564)) . T) ((|#1|) |has| |#1| (-172)))
-((((-1255 |#2|)) . T) (((-1251 |#1| |#2| |#3|)) . T) (((-1223 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-564)) . T) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
+((((-1251 |#1| |#2| |#3|)) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-564)) . T) ((|#1|) |has| |#1| (-172)))
+((((-1255 |#2|)) . T) (((-1251 |#1| |#2| |#3|)) . T) (((-1223 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-564)) . T) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))))
((($) |has| |#1| (-556)) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) (((-564)) . T))
(((|#1|) . T))
((((-1170)) -12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046))))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(-12 (|has| |#1| (-363)) (|has| |#2| (-817)))
-(-2713 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-556)))
-(((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))) ((|#1| |#1|) . T) (($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))))
+(-4078 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-556)))
+(((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))) ((|#1| |#1|) . T) (($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))))
((($ $) |has| |#1| (-556)))
(((#0=(-695) (-1166 #0#)) . T))
((((-859)) . T) (((-1259 |#4|)) . T))
((((-859)) . T) (((-1259 |#3|)) . T))
-((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T) (($) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))))
+((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T) (($) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))))
((($) |has| |#1| (-556)))
((((-859)) . T))
((($) . T))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((#1=(-1251 |#1| |#2| |#3|) #1#) |has| |#1| (-363)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) . T))
-(((|#1|) . T) (($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((#1=(-1251 |#1| |#2| |#3|) #1#) |has| |#1| (-363)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) . T))
+(((|#1|) . T) (($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
(((|#3|) |has| |#3| (-1046)))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(|has| |#1| (-1094))
(((|#2| (-816 |#1|)) . T))
(((|#1|) . T))
@@ -432,39 +432,39 @@
((((-144)) . T))
(((|#3|) |has| |#3| (-1094)) (((-564)) -12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094))) (((-407 (-564))) -12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))
((((-859)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#1|) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((((-536)) |has| |#1| (-612 (-536))))
-((((-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) . T))
+((((-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) . T))
(|has| |#1| (-363))
((((-1175)) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-845)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-845)))
((((-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((|#1| |#1|) |has| |#1| (-309 |#1|)))
(|has| |#2| (-817))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-845))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
((((-859)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-536)) |has| |#1| (-612 (-536))))
(((|#1| |#2|) . T))
((((-1170)) -12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170)))))
((((-1152) |#1|) . T))
(((|#1| |#2| |#3| (-531 |#3|)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(|has| |#1| (-368))
(|has| |#1| (-368))
(|has| |#1| (-368))
((((-859)) . T))
(((|#1|) . T))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
(|has| |#1| (-368))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
((((-564)) . T))
((((-564)) . T))
(((|#1|) . T) (((-564)) . T))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
((((-859)) . T))
((((-859)) . T))
(((|#1|) . T) (((-407 (-564))) . T) (((-564)) . T) (($) . T))
@@ -475,10 +475,10 @@
((((-564) |#4|) . T))
((((-564) |#3|) . T))
(((|#1|) . T) (((-564)) |has| |#1| (-637 (-564))))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
((((-1245 |#1| |#2| |#3| |#4|)) . T))
((((-407 (-564))) . T) (((-564)) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
@@ -489,7 +489,7 @@
((((-564)) . T))
((($) . T) (((-564)) . T) (((-407 (-564))) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-407 (-564)) #0#) . T))
-((((-564)) -2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046))) ((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-1094))) (((-407 (-564))) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))))
+((((-564)) -4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046))) ((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-1094))) (((-407 (-564))) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -508,45 +508,45 @@
((($) . T))
((($ $) . T) ((#0=(-1170) $) . T) ((#0# |#1|) . T))
(((|#2|) |has| |#2| (-172)))
-((($) -2713 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) ((|#2|) |has| |#2| (-172)) (((-407 (-564))) |has| |#2| (-38 (-407 (-564)))))
-(((|#2| |#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($ $) |has| |#2| (-172)))
+((($) -4078 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) ((|#2|) |has| |#2| (-172)) (((-407 (-564))) |has| |#2| (-38 (-407 (-564)))))
+(((|#2| |#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($ $) |has| |#2| (-172)))
((((-144)) . T))
(((|#1|) . T))
(-12 (|has| |#1| (-368)) (|has| |#2| (-368)))
((((-859)) . T))
-(((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($) |has| |#2| (-172)))
+(((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($) |has| |#2| (-172)))
(((|#1|) . T))
((((-859)) . T))
(|has| |#1| (-1094))
(|has| $ (-147))
((((-1175)) . T))
((((-564) |#1|) . T))
-((($) -2713 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
+((($) -4078 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
((((-1170)) -12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170)))))
(|has| |#1| (-363))
-(-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))
+(-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))
(|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))
(|has| |#1| (-363))
(|has| |#1| (-15 * (|#1| (-768) |#1|)))
(((|#1|) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
((((-859)) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
(((|#2| (-531 (-861 |#1|))) . T))
((((-859)) . T))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1|) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
((((-581 |#1|)) . T))
((($) . T))
((((-564)) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-556)))
(((|#1|) . T) (($) . T))
((((-564)) |has| |#1| (-637 (-564))) ((|#1|) . T))
-((((-1168 |#1| |#2| |#3|)) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-564)) . T) ((|#1|) |has| |#1| (-172)))
-((((-1255 |#2|)) . T) (((-1168 |#1| |#2| |#3|)) . T) (((-1161 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-564)) . T) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))))
+((((-1168 |#1| |#2| |#3|)) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-564)) . T) ((|#1|) |has| |#1| (-172)))
+((((-1255 |#2|)) . T) (((-1168 |#1| |#2| |#3|)) . T) (((-1161 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-564)) . T) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))))
(((|#4|) . T))
(((|#3|) . T))
((((-867 |#1|)) . T) (($) . T) (((-407 (-564))) . T))
@@ -555,35 +555,35 @@
(((|#1|) . T))
((((-859)) . T))
((((-859)) . T))
-((((-564)) . T) (((-407 (-564))) -2713 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))) ((|#2|) . T) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) (((-861 |#1|)) . T))
+((((-564)) . T) (((-407 (-564))) -4078 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))) ((|#2|) . T) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) (((-861 |#1|)) . T))
((((-564) |#2|) . T))
((((-859)) . T))
((((-859)) . T))
((((-859)) . T))
(((|#1| |#2| |#3| |#4| |#5|) . T))
-(((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))) ((|#1| |#1|) . T) (($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((#1=(-1168 |#1| |#2| |#3|) #1#) |has| |#1| (-363)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+(((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))) ((|#1| |#1|) . T) (($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((#1=(-1168 |#1| |#2| |#3|) #1#) |has| |#1| (-363)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
((((-859)) . T))
(((|#2|) |has| |#2| (-1046)))
(|has| |#1| (-1094))
-((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T) (($) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) . T))
-(((|#1|) . T) (($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T) (($) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) . T))
+(((|#1|) . T) (($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#1|) |has| |#1| (-172)) (($) . T))
(((|#1|) . T))
-(((#0=(-407 (-564)) #0#) |has| |#2| (-38 (-407 (-564)))) ((|#2| |#2|) . T) (($ $) -2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+(((#0=(-407 (-564)) #0#) |has| |#2| (-38 (-407 (-564)))) ((|#2| |#2|) . T) (($ $) -4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
((((-859)) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
((($ $) . T) ((|#2| $) . T) ((|#2| |#1|) . T))
-((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
+((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
(((#0=(-1076) |#1|) . T) ((#0# $) . T) (($ $) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T) (($) -2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T) (($) -4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
((($) . T))
(((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) (($) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(((|#1|) . T))
(((|#2|) |has| |#2| (-1094)) (((-564)) -12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (((-407 (-564))) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))))
(((|#2|) |has| |#1| (-363)))
@@ -606,8 +606,8 @@
(|has| |#1| (-145))
(|has| |#1| (-147))
((((-1175)) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
-((($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((((-407 (-564))) . T) (($) . T))
((((-407 (-564))) . T) (($) . T))
((((-407 (-564))) . T) (($) . T))
@@ -618,13 +618,13 @@
(((|#1| (-768) (-1076)) . T))
((((-407 (-564))) |has| |#2| (-363)) (($) . T))
(((|#1| (-531 (-1082 (-1170))) (-1082 (-1170))) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
(((|#1|) . T))
-((((-996 |#1|)) . T) (((-564)) . T) ((|#1|) . T) (((-407 (-564))) -2713 (|has| (-996 |#1|) (-1035 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+((((-996 |#1|)) . T) (((-564)) . T) ((|#1|) . T) (((-407 (-564))) -4078 (|has| (-996 |#1|) (-1035 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(|has| |#2| (-790))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
(|has| |#1| (-368))
(|has| |#1| (-368))
(|has| |#1| (-368))
@@ -656,34 +656,34 @@
(((|#4| |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))
(((|#2|) . T) (((-564)) |has| |#2| (-1035 (-564))) (((-407 (-564))) |has| |#2| (-1035 (-407 (-564)))))
(((|#3| |#3|) -12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))
-(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
(((|#1|) . T))
(((|#1| |#2|) . T))
((($) . T))
((($) . T))
(((|#2|) . T))
(((|#3|) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
-(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
(((|#2|) . T))
-((((-859)) -2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-611 (-859))) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094))) (((-1259 |#2|)) . T))
+((((-859)) -4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-611 (-859))) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094))) (((-1259 |#2|)) . T))
((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((|#1|) . T) (((-564)) . T) (($) . T))
(((|#1|) |has| |#1| (-172)))
((((-564)) . T))
-((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((((-564) (-144)) . T))
-((($) -2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046))) ((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))))
+((($) -4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046))) ((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))))
((((-564)) . T))
(((|#1|) . T) ((|#2|) . T) (((-564)) . T))
-((($) |has| |#1| (-556)) ((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-564)) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
+((($) |has| |#1| (-556)) ((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-564)) . T))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
(((|#1|) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
(((|#2|) |has| |#1| (-363)))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1| |#1|) . T) (($ $) . T))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
((((-1175)) . T))
(((|#1| (-531 #0=(-1170)) #0#) . T))
@@ -691,34 +691,34 @@
(|has| |#4| (-172))
(|has| |#3| (-172))
(((#0=(-407 (-949 |#1|)) #0#) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(|has| |#1| (-1094))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(|has| |#1| (-1094))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((((-536)) |has| |#1| (-612 (-536))))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
((((-859)) . T) (((-1175)) . T))
((((-1175)) . T))
(((|#1| |#1|) |has| |#1| (-172)))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1|) . T))
((((-407 (-949 |#1|))) . T))
(((|#1|) |has| |#1| (-172)))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
((((-859)) . T))
((((-1245 |#1| |#2| |#3| |#4|)) . T))
(((|#1|) |has| |#1| (-1046)) (((-564)) -12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))
(((|#1| |#2|) . T))
-(-2713 (|has| |#3| (-172)) (|has| |#3| (-723)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#3| (-172)) (|has| |#3| (-723)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
(|has| |#3| (-790))
-(-2713 (|has| |#3| (-790)) (|has| |#3| (-845)))
+(-4078 (|has| |#3| (-790)) (|has| |#3| (-845)))
(|has| |#3| (-845))
(((|#1|) . T))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#2|) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#2|) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))))
(((|#2|) . T))
((((-859)) . T))
((((-859)) . T))
@@ -733,22 +733,22 @@
(|has| |#1| (-1094))
(((|#2|) . T))
((((-536)) |has| |#2| (-612 (-536))) (((-889 (-379))) |has| |#2| (-612 (-889 (-379)))) (((-889 (-564))) |has| |#2| (-612 (-889 (-564)))))
-(((|#4|) -2713 (|has| |#4| (-172)) (|has| |#4| (-363))))
-(((|#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-363))))
+(((|#4|) -4078 (|has| |#4| (-172)) (|has| |#4| (-363))))
+(((|#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-363))))
((((-859)) . T))
(((|#1|) . T))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-906)))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-906)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-906)))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-906)))
((($ $) . T) ((#0=(-1170) $) |has| |#1| (-233)) ((#0# |#1|) |has| |#1| (-233)) ((#1=(-815 (-1170)) |#1|) . T) ((#1# $) . T))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-906)))
((((-564) |#2|) . T))
((((-859)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
-((($) -2713 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046))) ((|#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))))
+((($) -4078 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046))) ((|#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))))
((((-564) |#1|) . T))
(|has| (-407 |#2|) (-147))
(|has| (-407 |#2|) (-145))
@@ -761,15 +761,15 @@
(|has| |#1| (-556))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-859)) . T))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
(|has| |#1| (-38 (-407 (-564))))
-((((-388) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
+((((-388) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#2| (-1145))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
((((-859)) . T) (((-1175)) . T))
((((-859)) . T) (((-1175)) . T))
((((-859)) . T) (((-1175)) . T))
@@ -787,7 +787,7 @@
((((-388) (-1152)) . T))
(|has| |#1| (-556))
((((-564) |#1|) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
((((-564)) . T) (($) . T) (((-407 (-564))) . T))
((((-564)) . T) (($) . T) (((-407 (-564))) . T))
(((|#2|) . T))
@@ -803,7 +803,7 @@
((((-641 |#1|)) . T))
((((-859)) . T))
((((-536)) |has| |#1| (-612 (-536))))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(((|#2|) |has| |#2| (-309 |#2|)))
(((#0=(-564) #0#) . T) ((#1=(-407 (-564)) #1#) . T) (($ $) . T))
(((|#1|) . T))
@@ -813,7 +813,7 @@
(((#0=(-564) #0#) . T) ((#1=(-407 (-564)) #1#) . T) (($ $) . T))
((($) . T) (((-564)) . T) (((-407 (-564))) . T))
(|has| |#2| (-368))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
@@ -827,8 +827,8 @@
((((-859)) . T))
((((-859)) . T))
((((-536)) |has| |#1| (-612 (-536))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
-((($) . T) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((($) . T) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
((($ $) . T))
((((-859)) . T))
((($ $) . T))
@@ -838,12 +838,12 @@
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((((-407 (-564))) . T) (((-564)) . T))
((((-564) (-144)) . T))
((((-144)) . T))
(((|#1|) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
((((-112)) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
((((-112)) . T))
@@ -852,26 +852,26 @@
((((-859)) . T))
((((-1175)) . T))
(|has| |#1| (-817))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
(|has| |#1| (-847))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-556)))
(|has| |#1| (-556))
((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((|#1|) . T) (((-564)) . T))
(|has| |#1| (-906))
(((|#1|) . T))
(|has| |#1| (-1094))
((((-859)) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-556)))
((((-859)) . T))
((((-859)) . T))
((((-859)) . T))
(((|#1| (-1259 |#1|) (-1259 |#1|)) . T))
((((-564) (-144)) . T))
((($) . T))
-(-2713 (|has| |#4| (-172)) (|has| |#4| (-845)) (|has| |#4| (-1046)))
-(-2713 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#4| (-172)) (|has| |#4| (-845)) (|has| |#4| (-1046)))
+(-4078 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
((((-1175)) . T) (((-859)) . T))
((((-1175)) . T))
((((-859)) . T))
@@ -879,14 +879,14 @@
(((|#1| (-968)) . T))
(((|#1| |#1|) . T))
((($) . T))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
(-12 (|has| |#1| (-473)) (|has| |#2| (-473)))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
-(-2713 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723))))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723))))
(((|#1|) . T))
(|has| |#2| (-790))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
(((|#1| |#2|) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(|has| |#2| (-845))
@@ -902,8 +902,8 @@
(((|#1|) . T))
(((|#1|) . T))
((((-407 (-564))) . T) (($) . T))
-((($) |has| |#1| (-556)) ((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-564)) . T))
-((($) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) . T))
+((($) |has| |#1| (-556)) ((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-564)) . T))
+((($) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) . T))
(|has| |#1| (-825))
((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-564)) |has| |#1| (-1035 (-564))) ((|#1|) . T))
(|has| |#1| (-1094))
@@ -914,30 +914,30 @@
(((|#3|) |has| |#3| (-1094)))
(|has| |#3| (-368))
(((|#1|) . T) (((-859)) . T))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
((((-859)) . T))
((((-859)) . T))
(((|#1| |#2|) . T))
(((|#2|) . T))
-(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))))
+(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))))
((($) |has| |#1| (-556)) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#1| |#1|) |has| |#1| (-172)))
(|has| |#2| (-363))
(((|#1|) . T))
(((|#1|) |has| |#1| (-172)))
((((-407 (-564))) . T) (((-564)) . T))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
((((-144)) . T))
(((|#1|) . T))
-((($) -2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046))) ((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))))
+((($) -4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046))) ((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))))
((((-144)) . T))
((((-144)) . T))
((((-407 (-564))) . #0=(|has| |#2| (-363))) (($) . #0#) ((|#2|) . T) (((-564)) . T))
(((|#1| |#2| |#3|) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
(|has| $ (-147))
(|has| $ (-147))
((((-1175)) . T))
@@ -945,14 +945,14 @@
((((-859)) . T))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-473)) (|has| |#1| (-556)) (|has| |#1| (-1046)) (|has| |#1| (-1106)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-473)) (|has| |#1| (-556)) (|has| |#1| (-1046)) (|has| |#1| (-1106)))
((($ $) |has| |#1| (-286 $ $)) ((|#1| $) |has| |#1| (-286 |#1| |#1|)))
(((|#1| (-407 (-564))) . T))
(((|#1|) . T))
((((-1170)) . T))
(|has| |#1| (-556))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
(|has| |#1| (-556))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
@@ -963,7 +963,7 @@
(|has| |#1| (-147))
(|has| |#1| (-145))
(|has| |#4| (-845))
-(((|#2| (-240 (-3435 |#1|) (-768)) (-861 |#1|)) . T))
+(((|#2| (-240 (-2828 |#1|) (-768)) (-861 |#1|)) . T))
(|has| |#3| (-845))
(((|#1| (-531 |#3|) |#3|) . T))
(|has| |#1| (-147))
@@ -978,20 +978,20 @@
(|has| |#1| (-145))
((((-407 (-564))) |has| |#2| (-363)) (($) . T))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
-(-2713 (|has| |#1| (-349)) (|has| |#1| (-368)))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#1| (-349)) (|has| |#1| (-368)))
((((-1136 |#2| |#1|)) . T) ((|#1|) . T))
(|has| |#2| (-172))
(((|#1| |#2|) . T))
(-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))
-(((|#2|) . T) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
-(-2713 (|has| |#3| (-790)) (|has| |#3| (-845)))
-(-2713 (|has| |#3| (-790)) (|has| |#3| (-845)))
+(((|#2|) . T) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
+(-4078 (|has| |#3| (-790)) (|has| |#3| (-845)))
+(-4078 (|has| |#3| (-790)) (|has| |#3| (-845)))
((((-859)) . T))
(((|#1|) . T))
(((|#2|) . T) (($) . T))
((((-695)) . T))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(|has| |#1| (-556))
(((|#1|) . T))
(((|#1|) . T))
@@ -1015,11 +1015,11 @@
(((|#1| (-407 (-564))) . T))
(((|#3|) . T) (((-610 $)) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#1|) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
-((((-564)) -2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046))) ((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-1094))) (((-407 (-564))) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
+((((-564)) -4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046))) ((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-1094))) (((-407 (-564))) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
((($ $) . T) ((|#2| $) . T))
((((-564)) . T) (($) . T) (((-407 (-564))) . T))
@@ -1027,8 +1027,8 @@
((((-859)) . T))
((((-859)) . T))
(((|#1| |#1|) . T))
-(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
-(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) |has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))))
+(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
+(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) |has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))))
((((-859)) . T))
(((|#1|) . T))
(((|#3| |#3|) . T))
@@ -1039,10 +1039,10 @@
((($ $) . T) ((#0=(-861 |#1|) $) . T) ((#0# |#2|) . T))
(|has| |#1| (-825))
(|has| |#1| (-1094))
-(((|#2| |#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($ $) |has| |#2| (-172)))
-(((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363))))
-((((-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T) ((|#1| |#2|) . T))
-(((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($) |has| |#2| (-172)))
+(((|#2| |#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($ $) |has| |#2| (-172)))
+(((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363))))
+((((-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T) ((|#1| |#2|) . T))
+(((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($) |has| |#2| (-172)))
((((-1175)) . T))
((((-768)) . T))
(|has| |#1| (-556))
@@ -1056,31 +1056,31 @@
((((-116 |#1|)) . T))
(((|#1|) . T))
(|has| |#1| (-147))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-556)))
((((-889 (-564))) . T) (((-889 (-379))) . T) (((-536)) . T) (((-1170)) . T))
((((-859)) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
((((-859)) . T) (((-1175)) . T))
((((-1175)) . T))
((($) . T))
((((-859)) . T))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
(((|#2|) |has| |#2| (-172)))
-((($) -2713 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) ((|#2|) |has| |#2| (-172)) (((-407 (-564))) |has| |#2| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) ((|#2|) |has| |#2| (-172)) (((-407 (-564))) |has| |#2| (-38 (-407 (-564)))))
((((-867 |#1|)) . T))
-(-2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
+(-4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
(-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))
(|has| |#2| (-1145))
-(((#0=(-52)) . T) (((-2 (|:| -2381 (-1170)) (|:| -3096 #0#))) . T))
+(((#0=(-52)) . T) (((-2 (|:| -2568 (-1170)) (|:| -1389 #0#))) . T))
(((|#1| |#2|) . T))
-(-2713 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
(((|#1| (-564) (-1076)) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1| (-407 (-564)) (-1076)) . T))
-((($) -2713 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
+((($) -4078 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
((((-564) |#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
@@ -1088,39 +1088,39 @@
(-12 (|has| |#1| (-368)) (|has| |#2| (-368)))
((((-859)) . T))
((((-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((|#1| |#1|) |has| |#1| (-309 |#1|)))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
(((|#1|) . T))
((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-556)))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))))
((($) |has| |#1| (-556)) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#4|) . T))
(|has| |#1| (-349))
-((((-564)) -2713 (|has| |#3| (-172)) (|has| |#3| (-845)) (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094))) (|has| |#3| (-1046))) ((|#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-1094))) (((-407 (-564))) -12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))
+((((-564)) -4078 (|has| |#3| (-172)) (|has| |#3| (-845)) (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094))) (|has| |#3| (-1046))) ((|#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-1094))) (((-407 (-564))) -12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))
(((|#1|) . T))
(((|#4|) . T) (((-859)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) #0#) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) #0#) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
(|has| |#1| (-556))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
((((-859)) . T))
(((|#1| |#2|) . T))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-906)))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-906)))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-906)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-906)))
((((-407 (-564))) . T) (((-564)) . T))
((((-564)) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
((($) . T))
((((-859)) . T))
(((|#1|) . T))
((((-867 |#1|)) . T) (($) . T) (((-407 (-564))) . T))
((((-859)) . T))
-(((|#3| |#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))) (($ $) |has| |#3| (-172)))
+(((|#3| |#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))) (($ $) |has| |#3| (-172)))
(|has| |#1| (-1019))
((((-859)) . T))
-(((|#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))) (($) |has| |#3| (-172)))
+(((|#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))) (($) |has| |#3| (-172)))
((((-564) (-112)) . T))
((((-1175)) . T))
(((|#1|) |has| |#1| (-309 |#1|)))
@@ -1130,11 +1130,11 @@
(|has| |#1| (-368))
((((-1170) $) |has| |#1| (-514 (-1170) $)) (($ $) |has| |#1| (-309 $)) ((|#1| |#1|) |has| |#1| (-309 |#1|)) (((-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)))
((((-1170)) |has| |#1| (-897 (-1170))))
-(-2713 (-12 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))
+(-4078 (-12 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))
(((|#1| |#4|) . T))
(((|#1| |#3|) . T))
((((-388) |#1|) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-349)))
(|has| |#1| (-1094))
(((|#2|) . T) (((-859)) . T))
((((-859)) . T))
@@ -1142,8 +1142,8 @@
((((-907 |#1|)) . T))
((((-859)) . T) (((-1175)) . T))
((((-1175)) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
-((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
(((|#1| |#2|) . T))
((($) . T))
((((-564)) . T) (($) . T) (((-407 (-564))) . T))
@@ -1152,16 +1152,16 @@
(((|#1|) . T) (((-407 (-564))) . T) (($) . T) (((-564)) . T))
(((|#1| |#1|) . T))
(((#0=(-867 |#1|)) |has| #0# (-309 #0#)))
-((((-564)) . T) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-1035 (-407 (-564))))) ((|#1|) . T))
+((((-564)) . T) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-1035 (-407 (-564))))) ((|#1|) . T))
(((|#1| |#2|) . T))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
(((|#1|) . T))
(-12 (|has| |#1| (-790)) (|has| |#2| (-790)))
(-12 (|has| |#1| (-790)) (|has| |#2| (-790)))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(((|#2|) . T) (($) . T))
-(((|#2|) . T) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(|has| |#1| (-1194))
(((#0=(-564) #0#) . T) ((#1=(-407 (-564)) #1#) . T) (($ $) . T))
((((-407 (-564))) . T) (($) . T))
@@ -1172,8 +1172,8 @@
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-407 (-564)) #0#) . T))
(|has| |#1| (-363))
((((-564)) . T) (((-407 (-564))) . T) (($) . T))
-((($ $) . T) ((#0=(-407 (-564)) #0#) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1| |#1|) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((($ $) . T) ((#0=(-407 (-564)) #0#) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1| |#1|) . T))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
(((|#1|) . T) (($) . T) (((-407 (-564))) . T))
((((-859)) . T))
((((-859)) . T))
@@ -1188,14 +1188,14 @@
(((|#1| |#2|) . T))
(|has| |#1| (-845))
(|has| |#1| (-845))
-((($) . T) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-556)))
+((($) . T) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-556)))
((($) . T))
-(((#0=(-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) #0#) |has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))))
+(((#0=(-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) #0#) |has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))))
(|has| |#2| (-847))
((($) . T))
(((|#2|) |has| |#2| (-1094)))
-((((-859)) -2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-611 (-859))) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094))) (((-1259 |#2|)) . T))
+((((-859)) -4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-611 (-859))) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094))) (((-1259 |#2|)) . T))
(|has| |#1| (-847))
(|has| |#1| (-847))
((((-1152) (-52)) . T))
@@ -1204,10 +1204,10 @@
((((-564)) |has| #0=(-407 |#2|) (-637 (-564))) ((#0#) . T))
((($) . T) (((-564)) . T))
((((-564) (-144)) . T))
-((((-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T) ((|#1| |#2|) . T))
+((((-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T) ((|#1| |#2|) . T))
((((-407 (-564))) . T) (($) . T))
(((|#1|) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-859)) . T))
((((-907 |#1|)) . T))
(|has| |#1| (-363))
@@ -1234,21 +1234,21 @@
((((-859)) . T))
((($) . T))
(((|#2|) . T) (($) . T))
-((((-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T) ((|#1| |#2|) . T))
+((((-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T) ((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-172)))
((($) |has| |#1| (-556)) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#3|) . T))
(((|#1|) |has| |#1| (-172)))
-((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-564)) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
+((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-564)) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
(((|#1|) . T))
((((-536)) |has| |#1| (-612 (-536))) (((-889 (-379))) |has| |#1| (-612 (-889 (-379)))) (((-889 (-564))) |has| |#1| (-612 (-889 (-564)))))
((((-859)) . T))
-(((|#2|) . T) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-506)) . T))
(|has| |#2| (-845))
((((-506)) . T))
@@ -1256,39 +1256,39 @@
(|has| |#1| (-556))
((((-1152) |#1|) . T))
(|has| |#1| (-1145))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
((((-955 |#1|)) . T))
-(((#0=(-407 (-564)) #0#) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#1| |#1|) . T))
+(((#0=(-407 (-564)) #0#) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#1| |#1|) . T))
((((-407 (-564))) |has| |#1| (-1035 (-564))) (((-564)) |has| |#1| (-1035 (-564))) (((-1170)) |has| |#1| (-1035 (-1170))) ((|#1|) . T))
((((-564) |#2|) . T))
((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-564)) |has| |#1| (-1035 (-564))) ((|#1|) . T))
((((-564)) |has| |#1| (-883 (-564))) (((-379)) |has| |#1| (-883 (-379))))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#1|) . T))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#1|) . T))
(((|#1|) . T))
((((-641 |#4|)) . T) (((-859)) . T))
((((-536)) |has| |#4| (-612 (-536))))
((((-536)) |has| |#4| (-612 (-536))))
((((-859)) . T) (((-641 |#4|)) . T))
((($) |has| |#1| (-845)))
-((((-564)) -2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046))) ((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-1094))) (((-407 (-564))) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))))
+((((-564)) -4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046))) ((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-1094))) (((-407 (-564))) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))))
(((|#1|) . T))
((((-641 |#4|)) . T) (((-859)) . T))
((((-536)) |has| |#4| (-612 (-536))))
(((|#1|) . T))
(((|#2|) . T))
((((-1170)) |has| (-407 |#2|) (-897 (-1170))))
-(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) #0#) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) #0#) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
((($) . T))
((($) . T))
(((|#2|) . T))
-((((-859)) -2713 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-611 (-859))) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-368)) (|has| |#3| (-723)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)) (|has| |#3| (-1094))) (((-1259 |#3|)) . T))
+((((-859)) -4078 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-611 (-859))) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-368)) (|has| |#3| (-723)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)) (|has| |#3| (-1094))) (((-1259 |#3|)) . T))
((((-564) |#2|) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
-(((|#2| |#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($ $) |has| |#2| (-172)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(((|#2| |#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($ $) |has| |#2| (-172)))
(((|#2|) . T) (((-564)) . T))
((((-859)) . T))
((((-859)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T) ((|#2|) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T) ((|#2|) . T))
((((-859)) . T))
((((-859)) . T))
((((-1152) (-1170) (-564) (-225) (-859)) . T))
@@ -1323,8 +1323,8 @@
(|has| |#1| (-38 (-407 (-564))))
((((-859)) . T))
((((-536)) |has| |#1| (-612 (-536))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
-(((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($) |has| |#2| (-172)))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+(((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-1046))) (($) |has| |#2| (-172)))
(|has| $ (-147))
((((-407 |#2|)) . T))
((((-890 |#1|)) . T) ((|#2|) . T) (((-564)) . T) (((-816 |#1|)) . T))
@@ -1336,11 +1336,11 @@
(((|#3|) |has| |#3| (-172)))
(|has| |#1| (-147))
(|has| |#1| (-145))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
(|has| |#1| (-147))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
(|has| |#1| (-147))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
(|has| |#1| (-147))
(((|#1|) . T))
(|has| |#2| (-233))
@@ -1377,7 +1377,7 @@
((((-996 |#1|)) . T) ((|#1|) . T))
((((-859)) . T))
((((-859)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-407 (-564))) . T) (((-407 |#1|)) . T) ((|#1|) . T) (($) . T))
(((|#1| (-1166 |#1|)) . T))
((((-564)) . T) (($) . T) (((-407 (-564))) . T))
@@ -1385,9 +1385,9 @@
(|has| |#1| (-847))
(((|#2|) . T))
((((-564)) . T) (($) . T) (((-407 (-564))) . T))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
((((-564) |#2|) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
(((|#2|) . T))
((((-564) |#3|) . T))
(((|#2|) . T))
@@ -1400,7 +1400,7 @@
(|has| |#1| (-1094))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
-(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) #0#) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) #0#) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
(((|#2| |#2|) . T))
(|has| |#1| (-38 (-407 (-564))))
(((|#2|) . T))
@@ -1435,19 +1435,19 @@
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1| |#2|) . T))
((((-564) (-144)) . T))
-(((#0=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) #0#) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
-((($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+(((#0=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) #0#) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
+((($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(|has| |#1| (-847))
(((|#2| (-768) (-1076)) . T))
(((|#1| |#2|) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-556)))
(|has| |#1| (-788))
(((|#1|) |has| |#1| (-172)))
(((|#4|) . T))
(((|#4|) . T))
(((|#1| |#2|) . T))
-(-2713 (|has| |#1| (-147)) (-12 (|has| |#1| (-363)) (|has| |#2| (-147))))
-(-2713 (|has| |#1| (-145)) (-12 (|has| |#1| (-363)) (|has| |#2| (-145))))
+(-4078 (|has| |#1| (-147)) (-12 (|has| |#1| (-363)) (|has| |#2| (-147))))
+(-4078 (|has| |#1| (-145)) (-12 (|has| |#1| (-363)) (|has| |#2| (-145))))
(((|#4|) . T))
(|has| |#1| (-145))
((((-1152) |#1|) . T))
@@ -1461,10 +1461,10 @@
(((|#3|) . T))
((((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)))
((((-859)) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(((|#1|) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))) (((-955 |#1|)) . T))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))) (((-955 |#1|)) . T))
(|has| |#1| (-845))
(|has| |#1| (-845))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
@@ -1478,8 +1478,8 @@
((($) . T))
((((-388) (-1152)) . T))
((($) |has| |#1| (-556)) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
-((((-859)) -2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-611 (-859))) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094))) (((-1259 |#2|)) . T))
-(((#0=(-52)) . T) (((-2 (|:| -2381 (-1152)) (|:| -3096 #0#))) . T))
+((((-859)) -4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-611 (-859))) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094))) (((-1259 |#2|)) . T))
+(((#0=(-52)) . T) (((-2 (|:| -2568 (-1152)) (|:| -1389 #0#))) . T))
(((|#1|) . T))
((((-859)) . T))
(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
@@ -1487,7 +1487,7 @@
(|has| |#2| (-145))
(|has| |#2| (-147))
(|has| |#1| (-473))
-(-2713 (|has| |#1| (-473)) (|has| |#1| (-723)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
+(-4078 (|has| |#1| (-473)) (|has| |#1| (-723)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
(|has| |#1| (-363))
((((-859)) . T))
(|has| |#1| (-38 (-407 (-564))))
@@ -1498,8 +1498,8 @@
(|has| |#1| (-845))
((((-859)) . T))
(((|#2|) . T))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))))
((($) |has| |#1| (-556)) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#2|) . T) (((-564)) . T) (((-816 |#1|)) . T))
(((|#1| |#2|) . T))
@@ -1508,7 +1508,7 @@
((((-859)) . T))
((((-859)) . T))
(|has| |#1| (-1094))
-(((|#2| (-482 (-3435 |#1|) (-768)) (-861 |#1|)) . T))
+(((|#2| (-482 (-2828 |#1|) (-768)) (-861 |#1|)) . T))
((((-407 (-564))) . #0=(|has| |#2| (-363))) (($) . #0#))
(((|#1| (-531 (-1170)) (-1170)) . T))
(((|#1|) . T))
@@ -1528,16 +1528,16 @@
(|has| |#1| (-147))
(((|#1|) . T))
(((|#2|) . T))
-(((|#1|) . T) (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
-((((-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) . T))
+(((|#1|) . T) (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
+((((-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) . T))
((((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-1170) (-52)) . T))
((($ $) . T))
(((|#1| (-564)) . T))
((((-907 |#1|)) . T))
-(((|#1|) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-1046))) (($) -2713 (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046))))
+(((|#1|) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-1046))) (($) -4078 (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046))))
(((|#1|) . T) (((-564)) |has| |#1| (-1035 (-564))) (((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))))
(|has| |#1| (-847))
(|has| |#1| (-847))
@@ -1556,11 +1556,11 @@
(((|#4| |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))
(|has| |#2| (-847))
(|has| |#1| (-847))
-(((|#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-363))))
-(-2713 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-906)))
+(((|#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-363))))
+(-4078 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-906)))
((($ $) . T) ((#0=(-407 (-564)) #0#) . T))
((((-564) |#2|) . T))
-(((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363))))
+(((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363))))
(|has| |#1| (-349))
(((|#3| |#3|) -12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))
(((|#2|) . T) (((-564)) . T))
@@ -1569,7 +1569,7 @@
(|has| |#1| (-817))
(|has| |#1| (-817))
(((|#1|) . T))
-(-2713 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)))
(|has| |#1| (-845))
(|has| |#1| (-845))
(|has| |#1| (-845))
@@ -1578,13 +1578,13 @@
((((-564)) . T) (($) . T) (((-407 (-564))) . T))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-349)))
(|has| |#1| (-38 (-407 (-564))))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-1170)) |has| |#1| (-897 (-1170))) (((-1076)) . T))
(((|#1|) . T))
(|has| |#1| (-845))
-(((#0=(-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) #0#) |has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))))
+(((#0=(-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) #0#) |has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(|has| |#1| (-1094))
((((-859)) . T) (((-1175)) . T))
@@ -1603,11 +1603,11 @@
(((|#1| (-768) (-1076)) . T))
(((|#3|) . T))
((((-144)) . T))
-((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-564)) -2713 (|has| |#1| (-845)) (|has| |#1| (-1035 (-564)))) ((|#1|) . T))
+((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-564)) -4078 (|has| |#1| (-845)) (|has| |#1| (-1035 (-564)))) ((|#1|) . T))
(((|#1|) . T))
((((-144)) . T))
(((|#2|) |has| |#2| (-172)))
-(-2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
+(-4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
(((|#1|) . T))
(|has| |#1| (-145))
(|has| |#1| (-147))
@@ -1630,32 +1630,32 @@
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1|) . T))
(((|#1| |#2|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((#0=(-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) #0#) |has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-906)))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-906)))
+(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((#0=(-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) #0#) |has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-906)))
(((|#1|) . T) (($) . T))
(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
(((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-363))))
+(((|#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-363))))
(|has| |#1| (-847))
(|has| |#1| (-556))
((((-581 |#1|)) . T))
((($) . T))
(((|#2|) . T))
-(-2713 (-12 (|has| |#1| (-363)) (|has| |#2| (-817))) (-12 (|has| |#1| (-363)) (|has| |#2| (-847))))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (-12 (|has| |#1| (-363)) (|has| |#2| (-817))) (-12 (|has| |#1| (-363)) (|has| |#2| (-847))))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
((((-907 |#1|)) . T))
(((|#1| (-496 |#1| |#3|) (-496 |#1| |#2|)) . T))
(((|#1| |#4| |#5|) . T))
(((|#1| (-768)) . T))
((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-556)))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))))
((($) |has| |#1| (-556)) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
-((((-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) . T))
+((((-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) . T))
((((-407 |#2|)) . T) (((-407 (-564))) . T) (($) . T))
((((-668 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
@@ -1664,7 +1664,7 @@
((((-859)) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
((((-859)) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
((((-1175)) . T))
((((-407 (-564))) . T) (($) . T) (((-407 |#1|)) . T) ((|#1|) . T) (((-564)) . T))
(((|#3|) . T) (((-564)) . T) (((-610 $)) . T))
@@ -1672,12 +1672,12 @@
((((-859)) . T))
((((-859)) . T))
(((|#2|) . T))
-(-2713 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-368)) (|has| |#3| (-723)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)) (|has| |#3| (-1094)))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-368)) (|has| |#3| (-723)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)) (|has| |#3| (-1094)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-564)) |has| |#1| (-1035 (-564))) ((|#1|) . T))
(|has| |#1| (-1194))
(|has| |#1| (-1194))
-(-2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
+(-4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
(|has| |#1| (-1194))
(|has| |#1| (-1194))
(((|#3| |#3|) . T))
@@ -1690,16 +1690,16 @@
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
((((-1152) (-52)) . T))
(|has| |#1| (-1094))
-(-2713 (|has| |#2| (-817)) (|has| |#2| (-847)))
+(-4078 (|has| |#2| (-817)) (|has| |#2| (-847)))
(((|#1|) . T))
(((|#1|) |has| |#1| (-172)) (($) . T))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
((($) . T))
((((-1168 |#1| |#2| |#3|)) -12 (|has| (-1168 |#1| |#2| |#3|) (-309 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363))))
((((-859)) . T))
((((-564)) . T) (($) . T))
((((-768)) . T))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
((((-859)) . T))
((($) . T) (((-564)) . T))
@@ -1707,30 +1707,30 @@
(|has| |#2| (-906))
(|has| |#1| (-363))
(((|#2|) |has| |#2| (-1094)))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
((((-536)) . T) (((-407 (-1166 (-564)))) . T) (((-225)) . T) (((-379)) . T))
((((-379)) . T) (((-225)) . T) (((-859)) . T))
(|has| |#1| (-906))
(|has| |#1| (-906))
(|has| |#1| (-906))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-906)))
((($) . T) ((|#2|) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-906)))
((((-859)) . T))
(((|#1|) . T))
(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
((($ $) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((($ $) . T))
((((-564) (-112)) . T))
((($) . T))
(((|#1|) . T))
((((-564)) . T))
((((-112)) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556)))
(|has| |#1| (-38 (-407 (-564))))
(((|#1| (-564)) . T))
((($) . T))
@@ -1752,7 +1752,7 @@
(((|#1| (-1223 |#1| |#2| |#3|)) . T))
(((|#1| (-768)) . T))
(((|#1|) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-859)) . T))
(|has| |#1| (-1094))
((((-1152) |#1|) . T))
@@ -1772,18 +1772,18 @@
(((|#1|) . T))
((((-564)) . T))
((((-859)) . T))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-349)))
(|has| |#1| (-147))
((((-859)) . T))
(((|#3|) . T))
-(-2713 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
((((-859)) . T))
((((-1244 |#2| |#3| |#4|)) . T) (((-1245 |#1| |#2| |#3| |#4|)) . T))
((((-859)) . T))
-((((-48)) -12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564)))) (((-610 $)) . T) ((|#1|) . T) (((-564)) |has| |#1| (-1035 (-564))) (((-407 (-564))) -2713 (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-407 (-949 |#1|))) |has| |#1| (-556)) (((-949 |#1|)) |has| |#1| (-1046)) (((-1170)) . T))
+((((-48)) -12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564)))) (((-610 $)) . T) ((|#1|) . T) (((-564)) |has| |#1| (-1035 (-564))) (((-407 (-564))) -4078 (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-407 (-949 |#1|))) |has| |#1| (-556)) (((-949 |#1|)) |has| |#1| (-1046)) (((-1170)) . T))
(((|#1|) . T) (($) . T))
(((|#1| (-768)) . T))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
(((|#1|) |has| |#1| (-309 |#1|)))
((((-1245 |#1| |#2| |#3| |#4|)) . T))
((((-564)) |has| |#1| (-883 (-564))) (((-379)) |has| |#1| (-883 (-379))))
@@ -1791,7 +1791,7 @@
(|has| |#1| (-556))
(((|#1|) . T))
((((-859)) . T))
-(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
(((|#1|) |has| |#1| (-172)))
((($) |has| |#1| (-556)) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
@@ -1799,7 +1799,7 @@
(((|#1|) . T))
(((|#3|) |has| |#3| (-1094)))
((((-907 |#1|)) . T) (((-407 (-564))) . T) (($) . T) (((-564)) . T))
-(((|#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-363))))
+(((|#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-363))))
((((-1244 |#2| |#3| |#4|)) . T))
((((-112)) . T))
(|has| |#1| (-817))
@@ -1809,8 +1809,8 @@
(|has| |#1| (-845))
(|has| |#1| (-845))
(((|#1| (-564) (-1076)) . T))
-(-2713 (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+(-4078 (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#1| (-407 (-564)) (-1076)) . T))
(((|#1| (-768) (-1076)) . T))
(|has| |#1| (-847))
@@ -1823,33 +1823,33 @@
(|has| |#1| (-1094))
((((-907 |#1|)) . T) (($) . T) (((-407 (-564))) . T))
(|has| |#1| (-1094))
-((((-564)) -2713 (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046))))
+((((-564)) -4078 (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046))))
(((|#1|) . T))
(|has| |#1| (-1094))
((((-564)) -12 (|has| |#1| (-363)) (|has| |#2| (-637 (-564)))) ((|#2|) |has| |#1| (-363)))
-(-2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
-((((-685 (-339 (-1732) (-1732 (QUOTE X) (QUOTE HESS)) (-695)))) . T))
+(-4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
+((((-685 (-339 (-1842) (-1842 (QUOTE X) (QUOTE HESS)) (-695)))) . T))
(((|#2|) |has| |#2| (-172)))
(((|#1|) |has| |#1| (-172)))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
((((-859)) . T))
(|has| |#3| (-845))
((((-859)) . T))
((((-1244 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|)) . T))
((((-859)) . T))
-(((|#1| |#1|) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-1046))))
+(((|#1| |#1|) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-1046))))
(((|#1|) . T))
((((-564)) . T))
((((-564)) . T))
-(((|#1|) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-1046))))
+(((|#1|) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-1046))))
(((|#2|) |has| |#2| (-363)))
((($) . T) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-363)))
(|has| |#1| (-847))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#2|) . T))
-((((-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) |has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-906)))
+((((-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) |has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-906)))
(((|#2|) . T) (((-564)) |has| |#2| (-637 (-564))))
((((-859)) . T))
((((-859)) . T))
@@ -1880,25 +1880,25 @@
(|has| |#1| (-145))
((((-564)) . T) ((|#1|) . T) (($) . T) (((-407 (-564))) . T) (((-1170)) |has| |#1| (-1035 (-1170))))
(((|#1| |#2|) . T))
-((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-564)) -2713 (|has| |#1| (-845)) (|has| |#1| (-1035 (-564)))) ((|#1|) . T))
+((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-564)) -4078 (|has| |#1| (-845)) (|has| |#1| (-1035 (-564)))) ((|#1|) . T))
((((-144)) . T))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
(((|#1|) . T))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) . T) (($ $) . T))
(((|#2|) . T) ((|#1|) . T) (((-564)) . T))
((((-859)) . T))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
((($) . T) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
(|has| |#1| (-363))
(|has| |#1| (-363))
(|has| (-407 |#2|) (-233))
((((-641 |#1|)) . T))
(|has| |#1| (-906))
(((|#2|) |has| |#2| (-1046)))
-(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
(|has| |#1| (-363))
(((|#1|) |has| |#1| (-172)))
(((|#1| |#1|) . T))
@@ -1925,7 +1925,7 @@
(((|#1| (-407 (-564)) (-1076)) . T))
(((|#1| (-768) (-1076)) . T))
(((#0=(-407 |#2|) #0#) . T) ((#1=(-407 (-564)) #1#) . T) (($ $) . T))
-(((|#1|) . T) (((-564)) -2713 (|has| (-407 (-564)) (-1035 (-564))) (|has| |#1| (-1035 (-564)))) (((-407 (-564))) . T))
+(((|#1|) . T) (((-564)) -4078 (|has| (-407 (-564)) (-1035 (-564))) (|has| |#1| (-1035 (-564)))) (((-407 (-564))) . T))
(((|#1| (-600 |#1| |#3|) (-600 |#1| |#2|)) . T))
(((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
@@ -1946,25 +1946,25 @@
(((|#2|) |has| |#2| (-172)))
(|has| |#2| (-845))
((((-564)) . T) ((|#2|) . T) (((-407 (-564))) |has| |#2| (-1035 (-407 (-564)))))
-((((-112)) |has| |#1| (-1094)) (((-859)) -2713 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-473)) (|has| |#1| (-723)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)) (|has| |#1| (-1106)) (|has| |#1| (-1094))))
+((((-112)) |has| |#1| (-1094)) (((-859)) -4078 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-473)) (|has| |#1| (-723)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)) (|has| |#1| (-1106)) (|has| |#1| (-1094))))
(((|#1|) . T) (($) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) . T))
((((-859)) . T))
((((-564) |#1|) . T))
((((-859)) . T))
((((-695)) . T) (((-407 (-564))) . T) (((-564)) . T))
(((|#1| |#1|) |has| |#1| (-172)))
(((|#2|) . T))
-(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
((((-379)) . T))
((((-695)) . T))
((((-407 (-564))) . #0=(|has| |#2| (-363))) (($) . #0#))
(((|#1|) |has| |#1| (-172)))
((((-407 (-949 |#1|))) . T))
(((|#2| |#2|) . T))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
(((|#1|) . T))
(((|#2|) . T))
(|has| |#2| (-847))
@@ -1975,14 +1975,14 @@
(((|#3|) |has| |#3| (-1046)))
((((-1170)) |has| |#2| (-897 (-1170))))
((((-859)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-407 (-564))) . T) (($) . T))
(|has| |#1| (-473))
(|has| |#1| (-368))
(|has| |#1| (-368))
(|has| |#1| (-368))
(|has| |#1| (-363))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-473)) (|has| |#1| (-556)) (|has| |#1| (-1046)) (|has| |#1| (-1106)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-473)) (|has| |#1| (-556)) (|has| |#1| (-1046)) (|has| |#1| (-1106)))
(|has| |#1| (-38 (-407 (-564))))
((((-116 |#1|)) . T))
((((-116 |#1|)) . T))
@@ -2003,11 +2003,11 @@
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-847))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
(((|#1| |#2|) . T))
(|has| |#1| (-147))
(|has| |#1| (-145))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) ((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) ((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
(((|#2|) . T))
(((|#3|) . T))
((((-116 |#1|)) . T))
@@ -2025,11 +2025,11 @@
((((-536)) |has| |#1| (-612 (-536))) (((-889 (-564))) |has| |#1| (-612 (-889 (-564)))) (((-889 (-379))) |has| |#1| (-612 (-889 (-379)))) (((-379)) . #0=(|has| |#1| (-1019))) (((-225)) . #0#))
(((|#1|) |has| |#1| (-363)))
((((-859)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((($ $) . T) (((-610 $) $) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
((($) . T) (((-1245 |#1| |#2| |#3| |#4|)) . T) (((-407 (-564))) . T))
-((($) -2713 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-556)))
+((($) -4078 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-556)))
(|has| |#1| (-363))
(|has| |#1| (-363))
(|has| |#1| (-363))
@@ -2040,11 +2040,11 @@
((((-379)) . T))
(((|#3|) -12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))
((((-859)) . T))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-906)))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-906)))
(((|#1|) . T))
(|has| |#1| (-847))
(|has| |#1| (-847))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
((((-536)) |has| |#1| (-612 (-536))))
(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
((((-768)) . T))
@@ -2055,13 +2055,13 @@
(|has| |#1| (-145))
(|has| |#1| (-147))
((((-564)) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
(((#0=(-1244 |#2| |#3| |#4|)) . T) (((-407 (-564))) |has| #0# (-38 (-407 (-564)))) (($) . T))
((((-564)) . T))
(|has| |#1| (-363))
-(-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-147)) (|has| |#1| (-363))) (|has| |#1| (-147)))
-(-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-145)) (|has| |#1| (-363))) (|has| |#1| (-145)))
+(-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-147)) (|has| |#1| (-363))) (|has| |#1| (-147)))
+(-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-145)) (|has| |#1| (-363))) (|has| |#1| (-145)))
(|has| |#1| (-363))
(|has| |#1| (-145))
(|has| |#1| (-147))
@@ -2076,23 +2076,23 @@
(((|#2|) . T))
(|has| |#1| (-1094))
(((|#1| |#2|) . T))
-((((-564)) . T) ((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564))))))
+((((-564)) . T) ((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564))))))
(((|#1|) . T) (((-564)) |has| |#1| (-637 (-564))))
(((|#3|) |has| |#3| (-172)))
-(-2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
+(-4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
((((-859)) . T))
((((-564)) . T))
(((|#1| $) |has| |#1| (-286 |#1| |#1|)))
((((-407 (-564))) . T) (($) . T) (((-407 |#1|)) . T) ((|#1|) . T))
((((-949 |#1|)) . T) (((-859)) . T))
(((|#3|) . T))
-(((|#1| |#1|) . T) (($ $) -2713 (|has| |#1| (-290)) (|has| |#1| (-363))) ((#0=(-407 (-564)) #0#) |has| |#1| (-363)))
-((((-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) . T))
+(((|#1| |#1|) . T) (($ $) -4078 (|has| |#1| (-290)) (|has| |#1| (-363))) ((#0=(-407 (-564)) #0#) |has| |#1| (-363)))
+((((-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) . T))
((((-949 |#1|)) . T))
((($) . T))
((((-564) |#1|) . T))
((((-1170)) |has| (-407 |#2|) (-897 (-1170))))
-(((|#1|) . T) (($) -2713 (|has| |#1| (-290)) (|has| |#1| (-363))) (((-407 (-564))) |has| |#1| (-363)))
+(((|#1|) . T) (($) -4078 (|has| |#1| (-290)) (|has| |#1| (-363))) (((-407 (-564))) |has| |#1| (-363)))
((((-536)) |has| |#2| (-612 (-536))))
((((-685 |#2|)) . T) (((-859)) . T))
(((|#1|) . T))
@@ -2100,8 +2100,8 @@
(((|#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))
((((-867 |#1|)) . T))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
-(-2713 (|has| |#4| (-790)) (|has| |#4| (-845)))
-(-2713 (|has| |#3| (-790)) (|has| |#3| (-845)))
+(-4078 (|has| |#4| (-790)) (|has| |#4| (-845)))
+(-4078 (|has| |#3| (-790)) (|has| |#3| (-845)))
((((-859)) . T))
((((-859)) . T))
(((|#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))
@@ -2117,17 +2117,17 @@
((((-407 (-564))) . T) (($) . T))
((((-407 (-564))) . T) (($) . T))
((((-407 (-564))) . T) (($) . T))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-1213)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-1213)))
((($) . T))
((((-407 (-564))) |has| #0=(-407 |#2|) (-1035 (-407 (-564)))) (((-564)) |has| #0# (-1035 (-564))) ((#0#) . T))
(((|#2|) . T) (((-564)) |has| |#2| (-637 (-564))))
(((|#1| (-768)) . T))
(|has| |#1| (-847))
(((|#1|) . T) (((-564)) |has| |#1| (-637 (-564))))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
((((-564)) . T))
(|has| |#1| (-38 (-407 (-564))))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) |has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) |has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(|has| |#1| (-845))
(|has| |#1| (-38 (-407 (-564))))
@@ -2151,29 +2151,29 @@
(|has| |#1| (-38 (-407 (-564))))
((((-1152)) . T) (((-506)) . T) (((-225)) . T) (((-564)) . T))
((((-859)) . T))
-(((|#2|) . T) (((-564)) . T) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) (((-1076)) . T) ((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))
+(((|#2|) . T) (((-564)) . T) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) (((-1076)) . T) ((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))
(((|#1| |#2|) . T))
((((-144)) . T))
((((-777 |#1| (-861 |#2|))) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
(|has| |#1| (-1194))
((((-859)) . T))
(((|#1|) . T))
-(-2713 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-368)) (|has| |#3| (-723)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)) (|has| |#3| (-1094)))
+(-4078 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-368)) (|has| |#3| (-723)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)) (|has| |#3| (-1094)))
((((-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)))
(((|#2|) . T))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
((((-907 |#1|)) . T))
((($) . T))
((((-407 (-949 |#1|))) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((((-536)) |has| |#4| (-612 (-536))))
((((-859)) . T) (((-641 |#4|)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#1|) . T))
(|has| |#1| (-845))
-(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) |has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))))
+(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) |has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))))
(|has| |#1| (-1094))
(|has| |#1| (-363))
(|has| |#1| (-847))
@@ -2182,16 +2182,16 @@
(((|#1|) . T))
((((-668 |#1|)) . T))
((($) . T) (((-407 (-564))) . T))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
(|has| |#1| (-145))
(|has| |#1| (-147))
-(-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-147)) (|has| |#1| (-363))) (|has| |#1| (-147)))
-(-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-145)) (|has| |#1| (-363))) (|has| |#1| (-145)))
+(-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-147)) (|has| |#1| (-363))) (|has| |#1| (-147)))
+(-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-145)) (|has| |#1| (-363))) (|has| |#1| (-145)))
(|has| |#1| (-145))
(|has| |#1| (-147))
(|has| |#1| (-147))
(|has| |#1| (-145))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
((((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)))
(|has| |#1| (-845))
(((|#1| |#2|) . T))
@@ -2215,9 +2215,9 @@
((((-859)) . T))
((((-859)) . T))
((((-536)) |has| |#1| (-612 (-536))))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((|#1| |#1|) |has| |#1| (-309 |#1|)))
-(((|#1|) -2713 (|has| |#1| (-172)) (|has| |#1| (-363))))
+(((|#1|) -4078 (|has| |#1| (-172)) (|has| |#1| (-363))))
((((-316 |#1|)) . T))
(((|#2|) |has| |#2| (-363)))
(((|#2|) . T))
@@ -2239,13 +2239,13 @@
(|has| |#1| (-145))
(|has| |#1| (-147))
((($ $) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-473)) (|has| |#1| (-723)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)) (|has| |#1| (-1106)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-473)) (|has| |#1| (-723)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)) (|has| |#1| (-1106)) (|has| |#1| (-1094)))
(|has| |#1| (-556))
(((|#2|) . T))
((((-564)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#1|) . T))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
(((|#1| (-59 |#1|) (-59 |#1|)) . T))
((((-581 |#1|)) . T))
((($) . T))
@@ -2254,14 +2254,14 @@
((($) . T))
(((|#1|) . T))
((((-859)) . T))
-(((|#2|) |has| |#2| (-6 (-4414 "*"))))
+(((|#2|) |has| |#2| (-6 (-4408 "*"))))
(((|#1|) . T))
(((|#1|) . T))
(((|#3|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-1244 |#2| |#3| |#4|)) . T) (((-564)) . T) (((-1245 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-407 (-564))) . T))
-((((-48)) -12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564)))) (((-564)) -2713 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))) (|has| |#1| (-1046))) ((|#1|) . T) (((-610 $)) . T) (($) |has| |#1| (-556)) (((-407 (-564))) -2713 (|has| |#1| (-556)) (|has| |#1| (-1035 (-407 (-564))))) (((-407 (-949 |#1|))) |has| |#1| (-556)) (((-949 |#1|)) |has| |#1| (-1046)) (((-1170)) . T))
+((((-48)) -12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564)))) (((-564)) -4078 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))) (|has| |#1| (-1046))) ((|#1|) . T) (((-610 $)) . T) (($) |has| |#1| (-556)) (((-407 (-564))) -4078 (|has| |#1| (-556)) (|has| |#1| (-1035 (-407 (-564))))) (((-407 (-949 |#1|))) |has| |#1| (-556)) (((-949 |#1|)) |has| |#1| (-1046)) (((-1170)) . T))
((((-407 (-564))) |has| |#2| (-1035 (-407 (-564)))) (((-564)) |has| |#2| (-1035 (-564))) ((|#2|) . T) (((-861 |#1|)) . T))
((($) . T) (((-116 |#1|)) . T) (((-407 (-564))) . T))
((((-1119 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-564)) |has| |#1| (-1035 (-564))) (((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))))
@@ -2274,12 +2274,12 @@
(((|#1| |#2|) . T))
((((-1170) |#1|) . T))
(((|#4|) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-349)))
((((-1170) (-52)) . T))
((((-1244 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|)) . T))
((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-564)) |has| |#1| (-1035 (-564))) ((|#1|) . T))
((((-859)) . T))
-(-2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
+(-4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-368)) (|has| |#2| (-723)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)) (|has| |#2| (-1094)))
(((#0=(-1245 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-407 (-564)) #1#) . T) (($ $) . T))
(((|#1| |#1|) |has| |#1| (-172)) ((#0=(-407 (-564)) #0#) |has| |#1| (-556)) (($ $) |has| |#1| (-556)))
(((|#1|) . T) (($) . T) (((-407 (-564))) . T))
@@ -2299,14 +2299,14 @@
(((|#1|) . T))
(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
(((|#2| |#3|) . T))
-(-2713 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
(((|#1| (-531 |#2|)) . T))
(((|#1| (-768)) . T))
(((|#1| (-531 (-1082 (-1170)))) . T))
(((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
(|has| |#2| (-906))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
((((-859)) . T))
((($ $) . T) ((#0=(-1244 |#2| |#3| |#4|) #0#) . T) ((#1=(-407 (-564)) #1#) |has| #0# (-38 (-407 (-564)))))
((((-907 |#1|)) . T))
@@ -2315,14 +2315,14 @@
((((-859)) . T))
((($) . T))
((($) . T))
-(-2713 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)) (|has| |#1| (-556)))
(|has| |#1| (-363))
(|has| |#1| (-363))
(((|#1| |#2|) . T))
((($) . T) ((#0=(-1244 |#2| |#3| |#4|)) . T) (((-407 (-564))) |has| #0# (-38 (-407 (-564)))))
((((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)))
-(-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363)) (|has| |#1| (-349)))
-(-2713 (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
+(-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)))
((((-564)) |has| |#1| (-637 (-564))) ((|#1|) . T))
(((|#1| |#2|) . T))
((((-859)) . T))
@@ -2355,27 +2355,27 @@
(((|#1|) |has| |#1| (-172)))
((((-859)) . T))
(((|#4| |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))
-(((|#2|) -2713 (|has| |#2| (-6 (-4414 "*"))) (|has| |#2| (-172))))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(((|#2|) -4078 (|has| |#2| (-6 (-4408 "*"))) (|has| |#2| (-172))))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
(|has| |#2| (-847))
(|has| |#2| (-906))
(|has| |#1| (-906))
(((|#2|) |has| |#2| (-172)))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)))
((((-859)) . T))
((((-859)) . T))
((((-536)) . T) (((-564)) . T) (((-889 (-564))) . T) (((-379)) . T) (((-225)) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) . T))
(((|#1|) . T))
((((-859)) . T))
(((|#1| |#2|) . T))
(((|#1| (-407 (-564))) . T))
(((|#1|) . T))
-(-2713 (|has| |#1| (-290)) (|has| |#1| (-363)))
+(-4078 (|has| |#1| (-290)) (|has| |#1| (-363)))
((((-144)) . T))
((((-407 |#2|)) . T) (((-407 (-564))) . T) (($) . T))
(|has| |#1| (-845))
@@ -2391,7 +2391,7 @@
((((-859)) . T))
((((-859)) . T))
((((-187)) . T) (((-859)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#2| |#2|) . T) ((|#1| |#1|) . T))
((((-859)) . T))
((((-859)) . T))
@@ -2404,7 +2404,7 @@
((((-859)) . T))
((((-1152)) . T))
((((-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((|#1| |#1|) |has| |#1| (-309 |#1|)))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
(|has| |#1| (-847))
((((-859)) . T))
((((-536)) |has| |#1| (-612 (-536))))
@@ -2416,16 +2416,16 @@
(((|#2|) . T))
((((-907 |#1|)) . T) (((-407 (-564))) . T) (($) . T))
((($) . T) (((-564)) . T) (((-407 (-564))) . T) (((-610 $)) . T))
-(-2713 (|has| |#4| (-172)) (|has| |#4| (-723)) (|has| |#4| (-845)) (|has| |#4| (-1046)))
-(-2713 (|has| |#3| (-172)) (|has| |#3| (-723)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#4| (-172)) (|has| |#4| (-723)) (|has| |#4| (-845)) (|has| |#4| (-1046)))
+(-4078 (|has| |#3| (-172)) (|has| |#3| (-723)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
((((-1170) (-52)) . T))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(|has| |#1| (-906))
((((-907 |#1|)) . T) (((-407 (-564))) . T) (($) . T) (((-564)) . T))
(|has| |#1| (-906))
@@ -2442,12 +2442,12 @@
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
(|has| |#1| (-817))
(((#0=(-907 |#1|) #0#) . T) (($ $) . T) ((#1=(-407 (-564)) #1#) . T))
((((-407 |#2|)) . T))
(|has| |#1| (-845))
-((((-1195 |#1|)) . T) (((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-1195 |#1|)) . T) (((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
(((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) . T) ((#1=(-564) #1#) . T) (($ $) . T))
((((-907 |#1|)) . T) (($) . T) (((-407 (-564))) . T))
(((|#2|) |has| |#2| (-1046)) (((-564)) -12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046))))
@@ -2458,11 +2458,11 @@
(((|#2|) . T))
((((-859)) . T))
((((-407 (-564))) . T) (((-695)) . T) (($) . T) (((-564)) . T))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
-((((-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) . T))
-(((#0=(-52)) . T) (((-2 (|:| -2381 (-1170)) (|:| -3096 #0#))) . T))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
+((((-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) . T))
+(((#0=(-52)) . T) (((-2 (|:| -2568 (-1170)) (|:| -1389 #0#))) . T))
(|has| |#1| (-349))
((((-564)) . T))
((((-859)) . T))
@@ -2470,15 +2470,15 @@
(((#0=(-1245 |#1| |#2| |#3| |#4|) $) |has| #0# (-286 #0# #0#)))
(|has| |#1| (-363))
(((#0=(-1076) |#1|) . T) ((#0# $) . T) (($ $) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-349)))
(((#0=(-407 (-564)) #0#) . T) ((#1=(-695) #1#) . T) (($ $) . T))
((((-316 |#1|)) . T) (($) . T))
(((|#1|) . T) (((-407 (-564))) |has| |#1| (-363)))
((((-859)) . T))
(|has| |#1| (-1094))
(((|#1|) . T))
-(((|#1|) -2713 (|has| |#2| (-367 |#1|)) (|has| |#2| (-417 |#1|))))
-(((|#1|) -2713 (|has| |#2| (-367 |#1|)) (|has| |#2| (-417 |#1|))))
+(((|#1|) -4078 (|has| |#2| (-367 |#1|)) (|has| |#2| (-417 |#1|))))
+(((|#1|) -4078 (|has| |#2| (-367 |#1|)) (|has| |#2| (-417 |#1|))))
(((|#2|) . T))
((((-407 (-564))) . T) (((-695)) . T) (($) . T))
((((-579)) . T))
@@ -2501,7 +2501,7 @@
(((|#1|) . T))
((((-564)) . T))
(((|#2|) . T) (((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((|#1|) . T) (($) . T) (((-564)) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
(((|#2|) . T) (((-564)) |has| |#2| (-637 (-564))))
(((|#1| |#2|) . T))
((($) . T))
@@ -2539,7 +2539,7 @@
(|has| |#2| (-1019))
((($) . T))
(|has| |#1| (-906))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((($) . T))
(((|#2|) . T))
(((|#1|) . T))
@@ -2547,9 +2547,9 @@
((($) . T))
(|has| |#1| (-363))
((((-907 |#1|)) . T))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((($ $) . T) ((#0=(-407 (-564)) #0#) . T))
-(-2713 (|has| |#1| (-368)) (|has| |#1| (-847)))
+(-4078 (|has| |#1| (-368)) (|has| |#1| (-847)))
(((|#1|) . T))
((((-768)) . T))
((((-859)) . T))
@@ -2560,16 +2560,16 @@
((((-564)) . T) (($) . T))
((((-564)) . T) (($) . T))
((((-768) |#1|) . T))
-(((|#2| (-240 (-3435 |#1|) (-768))) . T))
+(((|#2| (-240 (-2828 |#1|) (-768))) . T))
(((|#1| (-531 |#3|)) . T))
((((-407 (-564))) . T))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
((((-1152)) . T) (((-859)) . T))
-(((#0=(-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) #0#) |has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))))
+(((#0=(-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) #0#) |has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))))
((((-1152)) . T))
(|has| |#1| (-906))
(|has| |#2| (-363))
-(-2713 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
((((-169 (-379))) . T) (((-225)) . T) (((-379)) . T))
((((-859)) . T))
(((|#1|) . T))
@@ -2586,11 +2586,11 @@
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
-(-2713 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)))
(|has| |#1| (-38 (-407 (-564))))
(-12 (|has| |#1| (-545)) (|has| |#1| (-825)))
((((-859)) . T))
-((((-1170)) -2713 (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))) (-12 (|has| |#1| (-363)) (|has| |#2| (-897 (-1170))))))
+((((-1170)) -4078 (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))) (-12 (|has| |#1| (-363)) (|has| |#2| (-897 (-1170))))))
(|has| |#1| (-363))
((((-1170)) -12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170)))))
(|has| |#1| (-363))
@@ -2601,7 +2601,7 @@
(((|#2|) |has| |#1| (-363)))
(((|#2|) |has| |#1| (-363)))
((((-564)) . T) (($) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
@@ -2626,9 +2626,9 @@
((((-379)) -12 (|has| |#1| (-363)) (|has| |#2| (-883 (-379)))) (((-564)) -12 (|has| |#1| (-363)) (|has| |#2| (-883 (-564)))))
(|has| |#1| (-363))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
(|has| |#1| (-363))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
(|has| |#1| (-363))
(|has| |#1| (-556))
(((|#1|) . T))
@@ -2637,22 +2637,22 @@
((((-1152)) . T) (((-506)) . T) (((-225)) . T) (((-564)) . T))
(((|#1|) . T))
((((-407 |#2|)) . T) (((-407 (-564))) . T) (($) . T) (((-564)) . T))
-(-2713 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(((|#2|) . T))
(((|#2|) . T))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(|has| |#1| (-38 (-407 (-564))))
(((|#1| |#2|) . T))
(|has| |#1| (-38 (-407 (-564))))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
(|has| |#1| (-147))
((((-1152) |#1|) . T))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
(|has| |#1| (-147))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))
(|has| |#1| (-147))
((((-581 |#1|)) . T))
((($) . T))
@@ -2660,12 +2660,13 @@
(|has| |#1| (-556))
(|has| |#1| (-38 (-407 (-564))))
(|has| |#1| (-38 (-407 (-564))))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-349)))
(|has| |#1| (-147))
((((-859)) . T))
((($) . T))
((((-407 (-564))) |has| |#2| (-1035 (-564))) (((-564)) |has| |#2| (-1035 (-564))) (((-1170)) |has| |#2| (-1035 (-1170))) ((|#2|) . T))
(((#0=(-407 |#2|) #0#) . T) ((#1=(-407 (-564)) #1#) . T) (($ $) . T))
+(((|#1|) . T))
((((-1134 |#1| |#2|)) . T))
(((|#1| (-564)) . T))
(((|#1| (-407 (-564))) . T))
@@ -2687,7 +2688,7 @@
((((-859)) . T))
((((-907 |#1|)) . T) (((-407 (-564))) . T) (($) . T) (((-564)) . T))
((((-536)) |has| |#1| (-612 (-536))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((((-114)) . T) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -2709,7 +2710,7 @@
((((-564)) . T))
((((-859)) . T))
((((-564)) . T))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
((((-169 (-379))) . T) (((-225)) . T) (((-379)) . T))
((((-859)) . T))
((((-859)) . T))
@@ -2721,9 +2722,9 @@
(((|#1|) . T) (($) . T) (((-407 (-564))) . T))
(|has| |#1| (-363))
(|has| |#1| (-363))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-473)) (|has| |#1| (-723)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)) (|has| |#1| (-1106)) (|has| |#1| (-1094)))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-473)) (|has| |#1| (-723)) (|has| |#1| (-897 (-1170))) (|has| |#1| (-1046)) (|has| |#1| (-1106)) (|has| |#1| (-1094)))
(|has| |#1| (-1145))
((((-564) |#1|) . T))
(((|#1|) . T))
@@ -2743,8 +2744,8 @@
(((|#1|) . T))
(|has| |#1| (-556))
((((-407 |#2|)) . T) (((-407 (-564))) . T) (($) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
((((-379)) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -2753,7 +2754,7 @@
(|has| |#1| (-556))
(|has| |#1| (-1094))
((((-777 |#1| (-861 |#2|))) |has| (-777 |#1| (-861 |#2|)) (-309 (-777 |#1| (-861 |#2|)))))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
(((|#1|) . T))
(((|#2| |#3|) . T))
(((|#1|) . T))
@@ -2765,13 +2766,13 @@
(|has| |#2| (-363))
((((-581 |#1|)) . T) (((-407 (-564))) . T) (($) . T) (((-564)) . T))
((((-564)) . T) (((-407 (-564))) . T) (($) . T))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) . T))
(((|#1|) . T))
(((|#1|) . T) (((-564)) . T))
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
((((-859)) . T))
((((-859)) . T))
-(-2713 (|has| |#3| (-790)) (|has| |#3| (-845)))
+(-4078 (|has| |#3| (-790)) (|has| |#3| (-845)))
((((-859)) . T))
((((-1114)) . T) (((-859)) . T))
((((-536)) . T) (((-859)) . T))
@@ -2782,12 +2783,12 @@
((((-564)) . T))
(((|#3|) . T))
((((-859)) . T))
-(-2713 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)))
-((((-564)) . T) (((-407 (-564))) -2713 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))) ((|#2|) . T) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) (((-861 |#1|)) . T))
-((((-1119 |#1| |#2|)) . T) ((|#2|) . T) (($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-564)) . T))
-((((-1166 |#1|)) . T) (((-564)) . T) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) (((-1076)) . T) ((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))
-(-2713 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
-((((-1119 |#1| (-1170))) . T) (((-564)) . T) (((-1082 (-1170))) . T) (($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-1170)) . T))
+(-4078 (|has| |#1| (-307)) (|has| |#1| (-363)) (|has| |#1| (-349)))
+((((-564)) . T) (((-407 (-564))) -4078 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))) ((|#2|) . T) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) (((-861 |#1|)) . T))
+((((-1119 |#1| |#2|)) . T) ((|#2|) . T) (($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-564)) . T))
+((((-1166 |#1|)) . T) (((-564)) . T) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) (((-1076)) . T) ((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))
+(-4078 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-556)) (|has| |#1| (-1046)))
+((((-1119 |#1| (-1170))) . T) (((-564)) . T) (((-1082 (-1170))) . T) (($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) (((-1170)) . T))
(((#0=(-581 |#1|) #0#) . T) (($ $) . T) ((#1=(-407 (-564)) #1#) . T))
((($ $) . T) ((#0=(-407 (-564)) #0#) . T))
(((|#1|) |has| |#1| (-172)))
@@ -2795,13 +2796,13 @@
((((-581 |#1|)) . T) (($) . T) (((-407 (-564))) . T))
((($) . T) (((-407 (-564))) . T))
((($) . T) (((-407 (-564))) . T))
-(((|#2|) |has| |#2| (-6 (-4414 "*"))))
+(((|#2|) |has| |#2| (-6 (-4408 "*"))))
(((|#1|) . T))
((((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((|#1|) . T) (((-564)) . T))
(((|#1|) . T))
((((-859)) . T))
((((-294 |#3|)) . T))
-(((#0=(-407 (-564)) #0#) |has| |#2| (-38 (-407 (-564)))) ((|#2| |#2|) . T) (($ $) -2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+(((#0=(-407 (-564)) #0#) |has| |#2| (-38 (-407 (-564)))) ((|#2| |#2|) . T) (($ $) -4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
(((|#2| |#2|) . T) ((|#6| |#6|) . T))
(((|#1|) . T))
((($) . T) (((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T))
@@ -2809,21 +2810,21 @@
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
(((|#2|) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T) (($) -2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T) (($) -4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
(((|#2|) . T) ((|#6|) . T))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
((((-859)) . T))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(|has| |#2| (-906))
(|has| |#1| (-906))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((((-859)) . T))
(((|#1|) . T))
-((((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) . T))
+((((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -2838,10 +2839,10 @@
(((|#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))
(((#0=(-407 (-564)) #0#) . T))
((((-407 (-564))) . T))
-(-2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(((|#1|) . T))
(((|#1|) . T))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
((((-407 (-564))) . T) (((-564)) . T) (($) . T))
((((-536)) . T))
((((-859)) . T))
@@ -2858,12 +2859,12 @@
((($ $) . T) ((#0=(-407 (-564)) #0#) . T))
((((-1170)) |has| |#1| (-897 (-1170))))
((((-907 |#1|)) . T) (((-407 (-564))) . T) (($) . T))
-((($) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) . T))
-(((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))) ((|#1| |#1|) . T) (($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))))
+((($) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) . T))
+(((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))) ((|#1| |#1|) . T) (($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))))
((($) . T) (((-407 (-564))) . T))
(((|#1|) . T) (((-407 (-564))) . T) (((-564)) . T) (($) . T))
(((|#2|) |has| |#2| (-1046)) (((-564)) -12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046))))
-((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T) (($) -2713 (|has| |#1| (-172)) (|has| |#1| (-556))))
+((((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T) (($) -4078 (|has| |#1| (-172)) (|has| |#1| (-556))))
(|has| |#1| (-556))
(((|#1|) |has| |#1| (-363)))
((((-564)) . T))
@@ -2882,8 +2883,8 @@
((((-859)) . T))
(|has| |#2| (-817))
(|has| |#2| (-817))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#2|) |has| |#1| (-363)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) . T))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#2|) |has| |#1| (-363)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) . T))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1|) . T) (((-564)) |has| |#1| (-1035 (-564))) (((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))))
((((-564)) |has| |#1| (-883 (-564))) (((-379)) |has| |#1| (-883 (-379))))
@@ -2909,12 +2910,12 @@
(((|#2| (-768)) . T))
((((-1170)) . T))
((((-867 |#1|)) . T))
-(-2713 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
-(-2713 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
((((-859)) . T))
(((|#1|) . T))
-(-2713 (|has| |#2| (-790)) (|has| |#2| (-845)))
-(-2713 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847))))
+(-4078 (|has| |#2| (-790)) (|has| |#2| (-845)))
+(-4078 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847))))
((((-867 |#1|)) . T))
(((|#1|) . T))
(|has| |#1| (-368))
@@ -2940,7 +2941,7 @@
(((|#1|) . T))
((((-859)) . T))
(|has| |#2| (-906))
-((((-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) . T))
+((((-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) . T))
((((-536)) |has| |#2| (-612 (-536))) (((-889 (-379))) |has| |#2| (-612 (-889 (-379)))) (((-889 (-564))) |has| |#2| (-612 (-889 (-564)))))
((((-859)) . T))
((((-859)) . T))
@@ -2981,12 +2982,12 @@
((((-407 |#2|) |#3|) . T))
(((|#1|) . T))
(|has| |#1| (-1094))
-(((|#2| (-482 (-3435 |#1|) (-768))) . T))
+(((|#2| (-482 (-2828 |#1|) (-768))) . T))
((((-564) |#1|) . T))
((((-1152)) . T) (((-859)) . T))
(((|#2| |#2|) . T))
(((|#1| (-531 (-1170))) . T))
-(-2713 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
((((-564)) . T))
(((|#2|) . T))
(((|#2|) . T))
@@ -2996,9 +2997,9 @@
((($) . T) (((-407 (-564))) . T))
((($) . T))
((($) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
(((|#1|) . T))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((((-859)) . T))
((((-144)) . T))
(((|#1|) . T) (((-407 (-564))) . T))
@@ -3037,31 +3038,31 @@
(((|#1|) . T))
(|has| |#1| (-233))
(((|#1| (-531 |#3|)) . T))
-(((|#2| (-240 (-3435 |#1|) (-768))) . T))
+(((|#2| (-240 (-2828 |#1|) (-768))) . T))
(|has| |#1| (-368))
(|has| |#1| (-368))
(|has| |#1| (-368))
(((|#1|) . T) (($) . T))
(((|#1| (-531 |#2|)) . T))
-(-2713 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(((|#1| (-768)) . T))
(|has| |#1| (-556))
-(-2713 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(-12 (|has| |#1| (-21)) (|has| |#2| (-21)))
((((-859)) . T))
((((-564)) . T) (((-407 (-564))) . T) (($) . T))
-(-2713 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))
-(-2713 (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))
+(-4078 (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
(((|#1|) |has| |#1| (-172)))
(((|#4|) |has| |#4| (-1046)))
(((|#3|) |has| |#3| (-1046)))
(-12 (|has| |#1| (-363)) (|has| |#2| (-817)))
(-12 (|has| |#1| (-363)) (|has| |#2| (-817)))
-((((-564)) . T) (((-407 (-564))) -2713 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))) ((|#2|) . T) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) (((-861 |#1|)) . T))
-((((-1119 |#1| |#2|)) . T) (((-564)) . T) ((|#3|) . T) (($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) ((|#2|) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+((((-564)) . T) (((-407 (-564))) -4078 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))) ((|#2|) . T) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) (((-861 |#1|)) . T))
+((((-1119 |#1| |#2|)) . T) (((-564)) . T) ((|#3|) . T) (($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))) ((|#2|) . T))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((((-536)) |has| |#1| (-612 (-536))))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T) (((-564)) . T))
(((|#1|) . T) (((-407 (-564))) . T) (($) . T) (((-564)) . T))
@@ -3080,14 +3081,14 @@
(((|#2|) |has| |#2| (-1046)) (((-564)) -12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046))))
(((|#1|) . T))
(|has| |#2| (-363))
-(((#0=(-407 (-564)) #0#) |has| |#2| (-38 (-407 (-564)))) ((|#2| |#2|) . T) (($ $) -2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
+(((#0=(-407 (-564)) #0#) |has| |#2| (-38 (-407 (-564)))) ((|#2| |#2|) . T) (($ $) -4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1| |#1|) . T) ((#0=(-407 (-564)) #0#) |has| |#1| (-38 (-407 (-564)))))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-407 (-564)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-407 (-564)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-407 (-564)) #0#) . T))
(((|#2| |#2|) . T))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T) (($) -2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T) (($) -4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
(((|#1|) . T) (($) . T) (((-407 (-564))) . T))
(((|#1|) . T) (($) . T) (((-407 (-564))) . T))
(((|#1|) . T) (($) . T) (((-407 (-564))) . T))
@@ -3110,7 +3111,7 @@
((((-859)) . T) (((-1175)) . T))
((((-859)) . T) (((-1175)) . T))
((((-859)) . T) (((-1175)) . T))
-((((-641 |#1|)) . T) (((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+((((-641 |#1|)) . T) (((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((((-1175)) . T))
((((-1175)) . T))
((((-1175)) . T))
@@ -3123,23 +3124,23 @@
((((-1208)) . T) (((-859)) . T) (((-1175)) . T))
((((-1175)) . T))
((((-1175)) . T))
-((((-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) |has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+((((-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) |has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
((((-564) |#1|) . T))
((((-564) |#1|) . T))
((((-564) |#1|) . T))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
((((-564) |#1|) . T))
(((|#1|) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-564)) . T) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-564)) . T) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#1|) |has| |#1| (-172)))
((((-1170)) |has| |#1| (-897 (-1170))) (((-815 (-1170))) . T))
-(-2713 (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-790)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
((((-816 |#1|)) . T))
(((|#1| |#2|) . T))
((((-859)) . T))
-(-2713 (|has| |#3| (-172)) (|has| |#3| (-723)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#3| (-172)) (|has| |#3| (-723)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
(((|#1| |#2|) . T))
(|has| |#1| (-38 (-407 (-564))))
((((-859)) . T))
@@ -3147,19 +3148,19 @@
(((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-556)) (((-407 (-564))) |has| |#1| (-556)))
(((|#2|) . T) (((-564)) |has| |#2| (-637 (-564))))
(|has| |#1| (-363))
-(-2713 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (-12 (|has| |#1| (-363)) (|has| |#2| (-233))))
+(-4078 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (-12 (|has| |#1| (-363)) (|has| |#2| (-233))))
(|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))
(|has| |#1| (-363))
(((|#1|) . T))
-(((#0=(-407 (-564)) #0#) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#1| |#1|) . T))
+(((#0=(-407 (-564)) #0#) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#1| |#1|) . T))
((((-564) |#1|) . T))
((((-316 |#1|)) . T))
(((#0=(-695) (-1166 #0#)) . T))
-((((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#1|) . T))
+((((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((|#1|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(|has| |#1| (-845))
-(((|#2|) . T) (((-1170)) -12 (|has| |#1| (-363)) (|has| |#2| (-1035 (-1170)))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-564)) . T) ((|#1|) |has| |#1| (-172)))
-(((|#2|) . T) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-564)) . T) (($) -2713 (|has| |#1| (-363)) (|has| |#1| (-556))))
+(((|#2|) . T) (((-1170)) -12 (|has| |#1| (-363)) (|has| |#2| (-1035 (-1170)))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))) (((-564)) . T) ((|#1|) |has| |#1| (-172)))
+(((|#2|) . T) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) (((-564)) . T) (($) -4078 (|has| |#1| (-363)) (|has| |#1| (-556))))
((($ $) . T) ((#0=(-861 |#1|) $) . T) ((#0# |#2|) . T))
((((-1119 |#1| (-1170))) . T) (((-815 (-1170))) . T) ((|#1|) . T) (((-564)) |has| |#1| (-1035 (-564))) (((-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) (((-1170)) . T))
((($) . T))
@@ -3175,12 +3176,12 @@
(((#0=(-1245 |#1| |#2| |#3| |#4|)) |has| #0# (-309 #0#)))
((($) . T))
(((|#1|) . T))
-((($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#2| |#2|) |has| |#1| (-363)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
+((($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#2| |#2|) |has| |#1| (-363)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) ((#0=(-407 (-564)) #0#) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
(|has| |#2| (-233))
(|has| $ (-147))
((((-859)) . T))
-((($) . T) (((-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
+((($) . T) (((-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-349))) ((|#1|) . T))
((((-859)) . T))
(|has| |#1| (-845))
((((-129)) . T))
@@ -3194,24 +3195,24 @@
(((|#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#4|) . T))
(|has| |#1| (-556))
-((($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#2|) |has| |#1| (-363)) ((|#1|) . T))
-((((-1170)) -2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))
-(((|#1|) . T) (($) -2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
+((($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))) ((|#2|) |has| |#1| (-363)) ((|#1|) . T))
+((((-1170)) -4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))
+(((|#1|) . T) (($) -4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-556))) (((-407 (-564))) -4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-363))))
((((-1170)) -12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170)))))
((((-1170)) -12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170)))))
(((|#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))
((((-564) |#1|) . T))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
(((|#1|) . T))
(((|#1| (-531 (-815 (-1170)))) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
((((-564)) . T) ((|#2|) . T) (($) . T) (((-407 (-564))) . T) (((-1170)) |has| |#2| (-1035 (-1170))))
(((|#1|) . T))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
(((|#1|) . T))
-(-2713 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
-(-2713 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))
+(-4078 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))
((((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)))
((($) . T) (((-867 |#1|)) . T) (((-407 (-564))) . T))
((((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)))
@@ -3220,15 +3221,15 @@
(((|#1|) . T))
(((|#1|) . T))
((((-407 |#2|)) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-349)))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-349)))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((((-536)) |has| |#1| (-612 (-536))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((((-536)) |has| |#1| (-612 (-536))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((((-536)) |has| |#1| (-612 (-536))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
(((|#1|) . T))
(((|#2| |#2|) . T) ((#0=(-407 (-564)) #0#) . T) (($ $) . T))
((((-564)) . T))
@@ -3258,17 +3259,17 @@
((((-129)) . T))
((((-859)) . T))
((((-1251 |#1| |#2| |#3|)) |has| |#1| (-363)))
-((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
+((((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) |has| |#2| (-172)) (($) -4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))))
(((|#2|) . T) ((|#6|) . T))
((($) . T) (((-407 (-564))) |has| |#2| (-38 (-407 (-564)))) ((|#2|) . T))
(|has| |#1| (-363))
-((($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((((-1098)) . T))
((((-859)) . T))
-((($) -2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((($) . T) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((|#1|) . T))
((($) . T))
-((($) -2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
+((($) -4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906))) ((|#1|) |has| |#1| (-172)) (((-407 (-564))) |has| |#1| (-38 (-407 (-564)))))
((((-1251 |#1| |#2| |#3|)) . T) (((-1223 |#1| |#2| |#3|)) . T))
((((-1170)) . T) (((-859)) . T))
(|has| |#2| (-906))
@@ -3278,7 +3279,7 @@
(((|#1|) . T))
(((|#1| |#1|) |has| |#1| (-172)))
((((-695)) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
((((-1175)) . T))
(((|#1|) |has| |#1| (-172)))
((((-1175)) . T))
@@ -3290,13 +3291,13 @@
((((-1175)) . T))
((((-1175)) . T))
((((-1175)) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-349)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-349)))
((((-1175)) . T))
((((-1175)) . T))
(|has| |#1| (-363))
(|has| |#1| (-363))
-(-2713 (|has| |#1| (-172)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-172)) (|has| |#1| (-556)))
(((|#1| (-564)) . T))
(((|#1| (-407 (-564))) . T))
(((|#1| (-768)) . T))
@@ -3311,16 +3312,16 @@
((((-889 (-379))) . T) (((-889 (-564))) . T) (((-1170)) . T) (((-536)) . T))
(((|#1|) . T))
((((-859)) . T))
-(-2713 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
-(-2713 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))
+(-4078 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-363)) (|has| |#2| (-790)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))
((((-564)) . T))
((((-564)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(-2713 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
+(-4078 (|has| |#2| (-172)) (|has| |#2| (-723)) (|has| |#2| (-845)) (|has| |#2| (-1046)))
((((-1170)) -12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046))))
-(-2713 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723))))
+(-4078 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723))))
(|has| |#1| (-145))
(|has| |#1| (-147))
(|has| |#1| (-363))
@@ -3346,7 +3347,7 @@
(((|#1| |#2|) . T))
((((-564)) . T) ((|#2|) |has| |#2| (-172)))
((((-114)) . T) ((|#1|) . T) (((-564)) . T))
-(-2713 (|has| |#1| (-349)) (|has| |#1| (-368)))
+(-4078 (|has| |#1| (-349)) (|has| |#1| (-368)))
(((|#1| |#2|) . T))
((((-225)) . T))
((((-407 (-564))) . T) (($) . T) (((-564)) . T))
@@ -3358,7 +3359,7 @@
(((|#1|) . T))
(((|#1|) . T))
((((-536)) |has| |#1| (-612 (-536))))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-847)) (|has| |#1| (-1094))))
((($) . T) (((-407 (-564))) . T))
(|has| |#1| (-906))
(|has| |#1| (-906))
@@ -3369,14 +3370,14 @@
(((|#1| |#1|) |has| |#1| (-172)))
(((|#1|) . T) (((-564)) . T))
((((-1175)) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-556)))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-845)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-556)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-845)))
(((|#2|) . T))
-(-2713 (|has| |#1| (-21)) (|has| |#1| (-845)))
+(-4078 (|has| |#1| (-21)) (|has| |#1| (-845)))
(((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
(((|#1|) . T))
-((((-859)) -2713 (-12 (|has| |#1| (-611 (-859))) (|has| |#2| (-611 (-859)))) (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094)))))
+((((-859)) -4078 (-12 (|has| |#1| (-611 (-859))) (|has| |#2| (-611 (-859)))) (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094)))))
((((-407 |#2|) |#3|) . T))
((((-407 (-564))) . T) (($) . T))
(|has| |#1| (-38 (-407 (-564))))
@@ -3388,19 +3389,19 @@
(((|#1|) . T) (((-407 (-564))) . T) (((-564)) . T) (($) . T))
(((#0=(-564) #0#) . T))
((($) . T) (((-407 (-564))) . T))
-(-2713 (|has| |#4| (-172)) (|has| |#4| (-723)) (|has| |#4| (-845)) (|has| |#4| (-1046)))
-(-2713 (|has| |#3| (-172)) (|has| |#3| (-723)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
+(-4078 (|has| |#4| (-172)) (|has| |#4| (-723)) (|has| |#4| (-845)) (|has| |#4| (-1046)))
+(-4078 (|has| |#3| (-172)) (|has| |#3| (-723)) (|has| |#3| (-845)) (|has| |#3| (-1046)))
((((-859)) . T) (((-1175)) . T))
(|has| |#4| (-790))
-(-2713 (|has| |#4| (-790)) (|has| |#4| (-845)))
+(-4078 (|has| |#4| (-790)) (|has| |#4| (-845)))
(|has| |#4| (-845))
(|has| |#3| (-790))
((((-1175)) . T))
-(-2713 (|has| |#3| (-790)) (|has| |#3| (-845)))
+(-4078 (|has| |#3| (-790)) (|has| |#3| (-845)))
(|has| |#3| (-845))
((((-564)) . T))
(((|#2|) . T))
-((((-1170)) -2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))
+((((-1170)) -4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))
((((-1170)) -12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170)))))
((((-1170)) -12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170)))))
(((|#1| |#1|) . T) (($ $) . T))
@@ -3415,11 +3416,11 @@
((((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)))
((((-1134 |#1| |#2|)) . T))
((((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)))
-(((|#2|) . T) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
-((((-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) . T))
+(((|#2|) . T) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
+((((-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) . T))
((($) . T))
(|has| |#1| (-1019))
-(((|#2|) . T) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
((((-859)) . T))
((((-536)) |has| |#2| (-612 (-536))) (((-889 (-564))) |has| |#2| (-612 (-889 (-564)))) (((-889 (-379))) |has| |#2| (-612 (-889 (-379)))) (((-379)) . #0=(|has| |#2| (-1019))) (((-225)) . #0#))
((((-294 |#3|)) . T))
@@ -3435,15 +3436,15 @@
((((-1168 |#1| |#2| |#3|)) . T))
((((-1168 |#1| |#2| |#3|)) . T) (((-1161 |#1| |#2| |#3|)) . T))
((((-859)) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
((((-564) |#1|) . T))
((((-1168 |#1| |#2| |#3|)) |has| |#1| (-363)))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T))
(((|#2|) . T))
(|has| |#2| (-363))
-(((|#3|) . T) ((|#2|) . T) (($) -2713 (|has| |#4| (-172)) (|has| |#4| (-845)) (|has| |#4| (-1046))) ((|#4|) -2713 (|has| |#4| (-172)) (|has| |#4| (-363)) (|has| |#4| (-1046))))
-(((|#2|) . T) (($) -2713 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046))) ((|#3|) -2713 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))))
+(((|#3|) . T) ((|#2|) . T) (($) -4078 (|has| |#4| (-172)) (|has| |#4| (-845)) (|has| |#4| (-1046))) ((|#4|) -4078 (|has| |#4| (-172)) (|has| |#4| (-363)) (|has| |#4| (-1046))))
+(((|#2|) . T) (($) -4078 (|has| |#3| (-172)) (|has| |#3| (-845)) (|has| |#3| (-1046))) ((|#3|) -4078 (|has| |#3| (-172)) (|has| |#3| (-363)) (|has| |#3| (-1046))))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (-363))
@@ -3458,7 +3459,7 @@
((((-187)) . T) (((-859)) . T))
((((-859)) . T))
(((|#1|) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
((((-129)) . T) (((-859)) . T))
((((-564) |#1|) . T))
((((-129)) . T))
@@ -3467,13 +3468,13 @@
(((|#1|) . T))
(((|#2| $) -12 (|has| |#1| (-363)) (|has| |#2| (-286 |#2| |#2|))) (($ $) . T))
((($ $) . T))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-906)))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-452)) (|has| |#1| (-906)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
((((-859)) . T))
((((-859)) . T))
((((-859)) . T))
(((|#1| (-531 |#2|)) . T))
-((((-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) . T))
+((((-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) . T))
((((-564) (-129)) . T))
(((|#1| (-564)) . T))
(((|#1| (-407 (-564))) . T))
@@ -3487,8 +3488,8 @@
((((-1175)) . T))
((((-859)) . T) (((-1175)) . T))
((((-859)) . T) (((-1175)) . T))
-(-2713 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
-(-2713 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
+(-4078 (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906)))
+(-4078 (|has| |#1| (-452)) (|has| |#1| (-556)) (|has| |#1| (-906)))
((($) . T))
(((|#2| (-531 (-861 |#1|))) . T))
((((-1175)) . T))
@@ -3503,13 +3504,13 @@
((((-1175)) . T))
((((-859)) . T) (((-1175)) . T))
((((-1175)) . T))
-((((-859)) -2713 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
+((((-859)) -4078 (|has| |#1| (-611 (-859))) (|has| |#1| (-1094))))
(((|#1|) . T))
(((|#2| (-768)) . T))
(((|#1| |#2|) . T))
((((-1152) |#1|) . T))
((((-407 |#2|)) . T))
-((((-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T))
+((((-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T))
(|has| |#1| (-556))
(|has| |#1| (-556))
((($) . T) ((|#2|) . T))
@@ -3518,14 +3519,14 @@
((((-564)) . T) (($) . T))
(((|#2| $) |has| |#2| (-286 |#2| |#2|)))
(((|#1| (-641 |#1|)) |has| |#1| (-845)))
-(-2713 (|has| |#1| (-233)) (|has| |#1| (-349)))
-(-2713 (|has| |#1| (-363)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-233)) (|has| |#1| (-349)))
+(-4078 (|has| |#1| (-363)) (|has| |#1| (-349)))
((((-1255 |#1|)) . T) (((-564)) . T) ((|#2|) . T) (((-407 (-564))) |has| |#2| (-1035 (-407 (-564)))))
(|has| |#1| (-1094))
(((|#1|) . T))
-((((-1255 |#1|)) . T) (((-564)) . T) (($) -2713 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) (((-1076)) . T) ((|#2|) . T) (((-407 (-564))) -2713 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))))
+((((-1255 |#1|)) . T) (((-564)) . T) (($) -4078 (|has| |#2| (-363)) (|has| |#2| (-452)) (|has| |#2| (-556)) (|has| |#2| (-906))) (((-1076)) . T) ((|#2|) . T) (((-407 (-564))) -4078 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))))
((((-407 (-564))) . T) (($) . T))
-((((-996 |#1|)) . T) ((|#1|) . T) (((-564)) -2713 (|has| (-996 |#1|) (-1035 (-564))) (|has| |#1| (-1035 (-564)))) (((-407 (-564))) -2713 (|has| (-996 |#1|) (-1035 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))
+((((-996 |#1|)) . T) ((|#1|) . T) (((-564)) -4078 (|has| (-996 |#1|) (-1035 (-564))) (|has| |#1| (-1035 (-564)))) (((-407 (-564))) -4078 (|has| (-996 |#1|) (-1035 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
(((|#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))
@@ -3537,10 +3538,10 @@
(((|#1| |#2| |#3| |#4|) . T))
(((#0=(-1134 |#1| |#2|) #0#) |has| (-1134 |#1| |#2|) (-309 (-1134 |#1| |#2|))))
(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) #0#) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((#0=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) #0#) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))))
(((#0=(-116 |#1|)) |has| #0# (-309 #0#)))
((($ $) . T))
-(-2713 (|has| |#1| (-847)) (|has| |#1| (-1094)))
+(-4078 (|has| |#1| (-847)) (|has| |#1| (-1094)))
((($ $) . T) ((#0=(-861 |#1|) $) . T) ((#0# |#2|) . T))
((($ $) . T) ((|#2| $) |has| |#1| (-233)) ((|#2| |#1|) |has| |#1| (-233)) ((|#3| |#1|) . T) ((|#3| $) . T))
-(((-478 . -1094) T) ((-264 . -514) 162057) ((-247 . -514) 162000) ((-245 . -1094) 161950) ((-571 . -111) 161935) ((-531 . -23) T) ((-138 . -1094) T) ((-137 . -1094) T) ((-117 . -309) 161892) ((-133 . -1094) T) ((-479 . -514) 161684) ((-673 . -614) 161668) ((-690 . -102) T) ((-1135 . -514) 161587) ((-390 . -131) T) ((-1272 . -973) 161556) ((-31 . -93) T) ((-600 . -489) 161540) ((-619 . -131) T) ((-816 . -843) T) ((-523 . -57) 161490) ((-59 . -514) 161423) ((-519 . -514) 161356) ((-418 . -897) 161315) ((-169 . -1046) T) ((-516 . -514) 161248) ((-497 . -514) 161181) ((-496 . -514) 161114) ((-796 . -1035) 160897) ((-695 . -38) 160862) ((-1232 . -614) 160610) ((-343 . -349) T) ((-1088 . -1087) 160594) ((-1088 . -1094) 160572) ((-852 . -614) 160469) ((-169 . -243) 160420) ((-169 . -233) 160371) ((-1088 . -1089) 160329) ((-869 . -286) 160287) ((-225 . -792) T) ((-225 . -789) T) ((-690 . -284) NIL) ((-571 . -614) 160259) ((-1144 . -1185) 160238) ((-407 . -989) 160222) ((-697 . -21) T) ((-697 . -25) T) ((-1274 . -644) 160196) ((-316 . -160) 160175) ((-316 . -143) 160154) ((-1144 . -107) 160104) ((-134 . -25) T) ((-40 . -231) 160081) ((-116 . -21) T) ((-116 . -25) T) ((-606 . -288) 160057) ((-475 . -288) 160036) ((-1232 . -326) 160013) ((-1232 . -1046) T) ((-852 . -1046) T) ((-796 . -338) 159997) ((-139 . -185) T) ((-117 . -1145) NIL) ((-91 . -611) 159929) ((-477 . -131) T) ((-1232 . -233) T) ((-1090 . -490) 159910) ((-1090 . -611) 159876) ((-1084 . -490) 159857) ((-1084 . -611) 159823) ((-592 . -1209) T) ((-1068 . -490) 159804) ((-571 . -1046) T) ((-1068 . -611) 159770) ((-658 . -714) 159754) ((-1061 . -490) 159735) ((-1061 . -611) 159701) ((-955 . -288) 159678) ((-60 . -34) T) ((-1057 . -792) T) ((-1057 . -789) T) ((-1033 . -490) 159659) ((-1016 . -490) 159640) ((-813 . -723) T) ((-728 . -47) 159605) ((-621 . -38) 159592) ((-355 . -290) T) ((-352 . -290) T) ((-344 . -290) T) ((-264 . -290) 159523) ((-247 . -290) 159454) ((-1033 . -611) 159420) ((-1021 . -102) T) ((-1016 . -611) 159386) ((-624 . -490) 159367) ((-413 . -723) T) ((-117 . -38) 159312) ((-483 . -490) 159293) ((-624 . -611) 159259) ((-413 . -473) T) ((-218 . -490) 159240) ((-483 . -611) 159206) ((-354 . -102) T) ((-218 . -611) 159172) ((-1203 . -1053) T) ((-708 . -1053) T) ((-1168 . -47) 159149) ((-1167 . -47) 159119) ((-1161 . -47) 159096) ((-128 . -288) 159071) ((-1032 . -151) 159017) ((-907 . -290) T) ((-1120 . -47) 158989) ((-690 . -309) NIL) ((-515 . -611) 158971) ((-510 . -611) 158953) ((-508 . -611) 158935) ((-327 . -1094) 158885) ((-709 . -452) 158816) ((-48 . -102) T) ((-1243 . -286) 158801) ((-1222 . -286) 158721) ((-641 . -662) 158705) ((-641 . -647) 158689) ((-339 . -21) T) ((-339 . -25) T) ((-40 . -349) NIL) ((-174 . -21) T) ((-174 . -25) T) ((-641 . -373) 158673) ((-603 . -490) 158655) ((-600 . -286) 158632) ((-603 . -611) 158599) ((-388 . -102) T) ((-1114 . -143) T) ((-126 . -611) 158531) ((-871 . -1094) T) ((-654 . -411) 158515) ((-711 . -611) 158497) ((-249 . -611) 158464) ((-187 . -611) 158446) ((-162 . -611) 158428) ((-157 . -611) 158410) ((-1274 . -723) T) ((-1096 . -34) T) ((-868 . -792) NIL) ((-868 . -789) NIL) ((-855 . -847) T) ((-728 . -883) NIL) ((-1283 . -131) T) ((-381 . -131) T) ((-889 . -614) 158378) ((-901 . -102) T) ((-728 . -1035) 158254) ((-531 . -131) T) ((-1081 . -411) 158238) ((-997 . -489) 158222) ((-117 . -400) 158199) ((-1161 . -1209) 158178) ((-779 . -411) 158162) ((-777 . -411) 158146) ((-940 . -34) T) ((-690 . -1145) NIL) ((-251 . -644) 157981) ((-250 . -644) 157803) ((-814 . -917) 157782) ((-454 . -411) 157766) ((-600 . -19) 157750) ((-1140 . -1202) 157719) ((-1161 . -883) NIL) ((-1161 . -881) 157671) ((-600 . -602) 157648) ((-1195 . -611) 157580) ((-1169 . -611) 157562) ((-62 . -395) T) ((-1167 . -1035) 157497) ((-1161 . -1035) 157463) ((-690 . -38) 157413) ((-474 . -286) 157398) ((-1215 . -611) 157380) ((-728 . -377) 157364) ((-835 . -611) 157346) ((-654 . -1053) T) ((-1243 . -999) 157312) ((-1222 . -999) 157278) ((-1082 . -614) 157262) ((-1058 . -1185) 157237) ((-1070 . -614) 157214) ((-869 . -612) 157021) ((-869 . -611) 157003) ((-1182 . -489) 156940) ((-418 . -1019) 156918) ((-48 . -309) 156905) ((-1058 . -107) 156851) ((-479 . -489) 156788) ((-520 . -1209) T) ((-1161 . -338) 156740) ((-1135 . -489) 156711) ((-1161 . -377) 156663) ((-1081 . -1053) T) ((-437 . -102) T) ((-183 . -1094) T) ((-251 . -34) T) ((-250 . -34) T) ((-779 . -1053) T) ((-777 . -1053) T) ((-728 . -897) 156640) ((-454 . -1053) T) ((-59 . -489) 156624) ((-1031 . -1052) 156598) ((-519 . -489) 156582) ((-516 . -489) 156566) ((-497 . -489) 156550) ((-496 . -489) 156534) ((-245 . -514) 156467) ((-1031 . -111) 156434) ((-1168 . -897) 156347) ((-1167 . -897) 156253) ((-1161 . -897) 156086) ((-1120 . -897) 156070) ((-666 . -1106) T) ((-354 . -1145) T) ((-642 . -93) T) ((-322 . -1052) 156052) ((-251 . -788) 156031) ((-251 . -791) 155982) ((-31 . -490) 155963) ((-251 . -790) 155942) ((-250 . -788) 155921) ((-250 . -791) 155872) ((-250 . -790) 155851) ((-31 . -611) 155817) ((-50 . -1053) T) ((-251 . -723) 155727) ((-250 . -723) 155637) ((-1203 . -1094) T) ((-666 . -23) T) ((-581 . -1053) T) ((-518 . -1053) T) ((-379 . -1052) 155602) ((-322 . -111) 155577) ((-73 . -383) T) ((-73 . -395) T) ((-1021 . -38) 155514) ((-690 . -400) 155496) ((-99 . -102) T) ((-708 . -1094) T) ((-1000 . -145) 155468) ((-1000 . -147) 155440) ((-379 . -111) 155396) ((-319 . -1213) 155375) ((-474 . -999) 155341) ((-354 . -38) 155306) ((-40 . -370) 155278) ((-870 . -611) 155150) ((-127 . -125) 155134) ((-121 . -125) 155118) ((-833 . -1052) 155088) ((-830 . -21) 155040) ((-824 . -1052) 155024) ((-830 . -25) 154976) ((-319 . -556) 154927) ((-517 . -614) 154908) ((-564 . -825) T) ((-240 . -1209) T) ((-1031 . -614) 154877) ((-833 . -111) 154842) ((-824 . -111) 154821) ((-1243 . -611) 154803) ((-1222 . -611) 154785) ((-1222 . -612) 154456) ((-1166 . -906) 154435) ((-1119 . -906) 154414) ((-48 . -38) 154379) ((-1281 . -1106) T) ((-600 . -611) 154291) ((-600 . -612) 154252) ((-1279 . -1106) T) ((-361 . -614) 154236) ((-322 . -614) 154220) ((-240 . -1035) 154047) ((-1166 . -644) 153972) ((-1119 . -644) 153897) ((-851 . -644) 153871) ((-715 . -611) 153853) ((-546 . -368) T) ((-1281 . -23) T) ((-1279 . -23) T) ((-491 . -1094) T) ((-379 . -614) 153803) ((-379 . -616) 153785) ((-1031 . -1046) T) ((-862 . -102) T) ((-1182 . -286) 153764) ((-169 . -368) 153715) ((-1001 . -1209) T) ((-833 . -614) 153669) ((-824 . -614) 153624) ((-44 . -23) T) ((-479 . -286) 153603) ((-585 . -1094) T) ((-1140 . -1103) 153572) ((-1098 . -1097) 153524) ((-390 . -21) T) ((-390 . -25) T) ((-152 . -1106) T) ((-1287 . -102) T) ((-1001 . -881) 153506) ((-1001 . -883) 153488) ((-1203 . -714) 153385) ((-621 . -231) 153369) ((-619 . -21) T) ((-289 . -556) T) ((-619 . -25) T) ((-1189 . -1094) T) ((-708 . -714) 153334) ((-240 . -377) 153303) ((-1001 . -1035) 153263) ((-379 . -1046) T) ((-223 . -1053) T) ((-117 . -231) 153240) ((-59 . -286) 153217) ((-152 . -23) T) ((-516 . -286) 153194) ((-327 . -514) 153127) ((-496 . -286) 153104) ((-379 . -243) T) ((-379 . -233) T) ((-833 . -1046) T) ((-824 . -1046) T) ((-709 . -946) 153073) ((-697 . -847) T) ((-474 . -611) 153055) ((-824 . -233) 153034) ((-134 . -847) T) ((-654 . -1094) T) ((-1182 . -602) 153013) ((-550 . -1185) 152992) ((-336 . -1094) T) ((-319 . -363) 152971) ((-407 . -147) 152950) ((-407 . -145) 152929) ((-961 . -1106) 152828) ((-240 . -897) 152760) ((-812 . -1106) 152670) ((-650 . -849) 152654) ((-479 . -602) 152633) ((-550 . -107) 152583) ((-1001 . -377) 152565) ((-1001 . -338) 152547) ((-97 . -1094) T) ((-961 . -23) 152358) ((-477 . -21) T) ((-477 . -25) T) ((-812 . -23) 152228) ((-1170 . -611) 152210) ((-59 . -19) 152194) ((-1170 . -612) 152116) ((-1166 . -723) T) ((-1119 . -723) T) ((-516 . -19) 152100) ((-496 . -19) 152084) ((-59 . -602) 152061) ((-1081 . -1094) T) ((-898 . -102) 152039) ((-851 . -723) T) ((-779 . -1094) T) ((-516 . -602) 152016) ((-496 . -602) 151993) ((-777 . -1094) T) ((-777 . -1060) 151960) ((-461 . -1094) T) ((-454 . -1094) T) ((-585 . -714) 151935) ((-645 . -1094) T) ((-1251 . -47) 151912) ((-1245 . -102) T) ((-1244 . -47) 151882) ((-1223 . -47) 151859) ((-1203 . -172) 151810) ((-1167 . -307) 151789) ((-1001 . -897) NIL) ((-1161 . -307) 151768) ((-625 . -1106) T) ((-666 . -131) T) ((-1090 . -614) 151749) ((-1084 . -614) 151730) ((-1074 . -556) 151681) ((-1074 . -1213) 151632) ((-1068 . -614) 151613) ((-275 . -1094) T) ((-85 . -441) T) ((-85 . -395) T) ((-1061 . -614) 151594) ((-1033 . -614) 151575) ((-50 . -1094) T) ((-1016 . -614) 151556) ((-708 . -172) T) ((-594 . -47) 151533) ((-225 . -644) 151498) ((-581 . -1094) T) ((-518 . -1094) T) ((-359 . -1213) T) ((-353 . -1213) T) ((-345 . -1213) T) ((-487 . -817) T) ((-487 . -917) T) ((-319 . -1106) T) ((-108 . -1213) T) ((-711 . -1052) 151468) ((-339 . -847) T) ((-217 . -917) T) ((-217 . -817) T) ((-624 . -614) 151449) ((-359 . -556) T) ((-353 . -556) T) ((-345 . -556) T) ((-483 . -614) 151430) ((-108 . -556) T) ((-654 . -714) 151400) ((-1161 . -1019) NIL) ((-218 . -614) 151381) ((-319 . -23) T) ((-67 . -1209) T) ((-997 . -611) 151313) ((-690 . -231) 151295) ((-711 . -111) 151260) ((-641 . -34) T) ((-245 . -489) 151244) ((-1096 . -1092) 151228) ((-171 . -1094) T) ((-949 . -906) 151207) ((-515 . -614) 151191) ((-1287 . -1145) T) ((-1283 . -21) T) ((-481 . -906) 151170) ((-1283 . -25) T) ((-1281 . -131) T) ((-1279 . -131) T) ((-1272 . -102) T) ((-1255 . -611) 151136) ((-1244 . -1035) 151071) ((-1081 . -714) 150920) ((-1057 . -644) 150907) ((-949 . -644) 150832) ((-779 . -714) 150661) ((-536 . -611) 150643) ((-536 . -612) 150624) ((-777 . -714) 150473) ((-1223 . -1209) 150452) ((-1071 . -102) T) ((-381 . -25) T) ((-381 . -21) T) ((-481 . -644) 150377) ((-461 . -714) 150348) ((-454 . -714) 150197) ((-984 . -102) T) ((-1223 . -883) NIL) ((-1223 . -881) 150149) ((-1182 . -612) NIL) ((-734 . -102) T) ((-1182 . -611) 150131) ((-603 . -614) 150113) ((-1136 . -1117) 150058) ((-1043 . -1202) 149987) ((-531 . -25) T) ((-898 . -309) 149925) ((-711 . -614) 149879) ((-343 . -1053) T) ((-642 . -490) 149860) ((-141 . -102) T) ((-44 . -131) T) ((-289 . -1106) T) ((-677 . -93) T) ((-672 . -93) T) ((-660 . -611) 149842) ((-642 . -611) 149795) ((-478 . -93) T) ((-355 . -611) 149777) ((-352 . -611) 149759) ((-344 . -611) 149741) ((-264 . -612) 149489) ((-264 . -611) 149471) ((-247 . -611) 149453) ((-247 . -612) 149314) ((-133 . -93) T) ((-138 . -93) T) ((-137 . -93) T) ((-1223 . -1035) 149280) ((-1203 . -514) 149247) ((-1135 . -611) 149229) ((-816 . -854) T) ((-816 . -723) T) ((-600 . -288) 149206) ((-581 . -714) 149171) ((-479 . -612) NIL) ((-479 . -611) 149153) ((-518 . -714) 149098) ((-316 . -102) T) ((-313 . -102) T) ((-289 . -23) T) ((-152 . -131) T) ((-907 . -611) 149080) ((-386 . -723) T) ((-869 . -1052) 149032) ((-907 . -612) 149014) ((-869 . -111) 148952) ((-711 . -1046) T) ((-709 . -1235) 148936) ((-139 . -102) T) ((-136 . -102) T) ((-114 . -102) T) ((-690 . -349) NIL) ((-519 . -611) 148868) ((-379 . -792) T) ((-223 . -1094) T) ((-379 . -789) T) ((-225 . -791) T) ((-225 . -788) T) ((-59 . -612) 148829) ((-59 . -611) 148741) ((-225 . -723) T) ((-516 . -612) 148702) ((-516 . -611) 148614) ((-497 . -611) 148546) ((-496 . -612) 148507) ((-496 . -611) 148419) ((-1074 . -363) 148370) ((-40 . -411) 148347) ((-77 . -1209) T) ((-868 . -906) NIL) ((-359 . -329) 148331) ((-359 . -363) T) ((-353 . -329) 148315) ((-353 . -363) T) ((-345 . -329) 148299) ((-345 . -363) T) ((-316 . -284) 148278) ((-108 . -363) T) ((-70 . -1209) T) ((-1223 . -338) 148230) ((-868 . -644) 148175) ((-1223 . -377) 148127) ((-961 . -131) 147982) ((-812 . -131) 147852) ((-955 . -647) 147836) ((-1081 . -172) 147747) ((-955 . -373) 147731) ((-1057 . -791) T) ((-1057 . -788) T) ((-869 . -614) 147629) ((-779 . -172) 147520) ((-777 . -172) 147431) ((-813 . -47) 147393) ((-1057 . -723) T) ((-327 . -489) 147377) ((-949 . -723) T) ((-454 . -172) 147288) ((-245 . -286) 147265) ((-1272 . -309) 147203) ((-1251 . -897) 147116) ((-481 . -723) T) ((-1244 . -897) 147022) ((-1243 . -1052) 146857) ((-1223 . -897) 146690) ((-1222 . -1052) 146498) ((-1203 . -290) 146477) ((-1179 . -1209) T) ((-1177 . -368) T) ((-1176 . -368) T) ((-1140 . -151) 146461) ((-1114 . -102) T) ((-1112 . -1094) T) ((-1074 . -23) T) ((-1069 . -102) T) ((-924 . -952) T) ((-734 . -309) 146399) ((-75 . -1209) T) ((-30 . -952) T) ((-169 . -906) 146352) ((-660 . -382) 146324) ((-112 . -841) T) ((-1 . -611) 146306) ((-1074 . -1106) T) ((-128 . -647) 146288) ((-50 . -618) 146272) ((-1000 . -409) 146244) ((-594 . -897) 146157) ((-438 . -102) T) ((-141 . -309) NIL) ((-128 . -373) 146139) ((-869 . -1046) T) ((-830 . -847) 146118) ((-81 . -1209) T) ((-708 . -290) T) ((-40 . -1053) T) ((-581 . -172) T) ((-518 . -172) T) ((-511 . -611) 146100) ((-169 . -644) 146010) ((-507 . -611) 145992) ((-351 . -147) 145974) ((-351 . -145) T) ((-359 . -1106) T) ((-353 . -1106) T) ((-345 . -1106) T) ((-1001 . -307) T) ((-911 . -307) T) ((-869 . -243) T) ((-108 . -1106) T) ((-869 . -233) 145953) ((-1243 . -111) 145774) ((-1222 . -111) 145563) ((-245 . -1247) 145547) ((-564 . -845) T) ((-359 . -23) T) ((-354 . -349) T) ((-316 . -309) 145534) ((-313 . -309) 145475) ((-353 . -23) T) ((-319 . -131) T) ((-345 . -23) T) ((-1001 . -1019) T) ((-31 . -614) 145456) ((-108 . -23) T) ((-245 . -602) 145433) ((-1245 . -38) 145325) ((-1232 . -906) 145304) ((-112 . -1094) T) ((-1032 . -102) T) ((-1232 . -644) 145229) ((-868 . -791) NIL) ((-852 . -644) 145203) ((-868 . -788) NIL) ((-813 . -883) NIL) ((-868 . -723) T) ((-1081 . -514) 145076) ((-779 . -514) 145023) ((-777 . -514) 144975) ((-571 . -644) 144962) ((-813 . -1035) 144790) ((-454 . -514) 144733) ((-388 . -389) T) ((-1243 . -614) 144546) ((-1222 . -614) 144294) ((-60 . -1209) T) ((-619 . -847) 144273) ((-500 . -657) T) ((-1140 . -973) 144242) ((-1000 . -452) T) ((-695 . -845) T) ((-510 . -789) T) ((-474 . -1052) 144077) ((-343 . -1094) T) ((-313 . -1145) NIL) ((-289 . -131) T) ((-394 . -1094) T) ((-690 . -370) 144044) ((-867 . -1053) T) ((-223 . -618) 144021) ((-327 . -286) 143998) ((-474 . -111) 143819) ((-1243 . -1046) T) ((-1222 . -1046) T) ((-813 . -377) 143803) ((-169 . -723) T) ((-650 . -102) T) ((-1243 . -243) 143782) ((-1243 . -233) 143734) ((-1222 . -233) 143639) ((-1222 . -243) 143618) ((-1000 . -402) NIL) ((-666 . -637) 143566) ((-316 . -38) 143476) ((-313 . -38) 143405) ((-69 . -611) 143387) ((-319 . -493) 143353) ((-1182 . -288) 143332) ((-1217 . -847) T) ((-1107 . -1106) 143242) ((-83 . -1209) T) ((-61 . -611) 143224) ((-479 . -288) 143203) ((-1274 . -1035) 143180) ((-1158 . -1094) T) ((-1107 . -23) 143050) ((-813 . -897) 142986) ((-1232 . -723) T) ((-1096 . -1209) T) ((-474 . -614) 142812) ((-1081 . -290) 142743) ((-963 . -1094) T) ((-890 . -102) T) ((-779 . -290) 142654) ((-327 . -19) 142638) ((-59 . -288) 142615) ((-777 . -290) 142546) ((-852 . -723) T) ((-117 . -845) NIL) ((-516 . -288) 142523) ((-327 . -602) 142500) ((-496 . -288) 142477) ((-454 . -290) 142408) ((-1032 . -309) 142259) ((-677 . -490) 142240) ((-571 . -723) T) ((-672 . -490) 142221) ((-677 . -611) 142171) ((-672 . -611) 142137) ((-658 . -611) 142119) ((-478 . -490) 142100) ((-478 . -611) 142066) ((-245 . -612) 142027) ((-245 . -490) 142004) ((-138 . -490) 141985) ((-137 . -490) 141966) ((-133 . -490) 141947) ((-245 . -611) 141839) ((-213 . -102) T) ((-138 . -611) 141805) ((-137 . -611) 141771) ((-133 . -611) 141737) ((-1141 . -34) T) ((-940 . -1209) T) ((-343 . -714) 141682) ((-666 . -25) T) ((-666 . -21) T) ((-1170 . -614) 141663) ((-474 . -1046) T) ((-633 . -417) 141628) ((-605 . -417) 141593) ((-1114 . -1145) T) ((-581 . -290) T) ((-518 . -290) T) ((-1244 . -307) 141572) ((-474 . -233) 141524) ((-474 . -243) 141503) ((-1223 . -307) 141482) ((-1223 . -1019) NIL) ((-1074 . -131) T) ((-869 . -792) 141461) ((-144 . -102) T) ((-40 . -1094) T) ((-869 . -789) 141440) ((-641 . -1007) 141424) ((-580 . -1053) T) ((-564 . -1053) T) ((-495 . -1053) T) ((-407 . -452) T) ((-359 . -131) T) ((-316 . -400) 141408) ((-313 . -400) 141369) ((-353 . -131) T) ((-345 . -131) T) ((-1175 . -1094) T) ((-1114 . -38) 141356) ((-1088 . -611) 141323) ((-108 . -131) T) ((-951 . -1094) T) ((-918 . -1094) T) ((-768 . -1094) T) ((-668 . -1094) T) ((-697 . -147) T) ((-116 . -147) T) ((-1281 . -21) T) ((-1281 . -25) T) ((-1279 . -21) T) ((-1279 . -25) T) ((-660 . -1052) 141307) ((-531 . -847) T) ((-500 . -847) T) ((-355 . -1052) 141259) ((-352 . -1052) 141211) ((-344 . -1052) 141163) ((-251 . -1209) T) ((-250 . -1209) T) ((-264 . -1052) 141006) ((-247 . -1052) 140849) ((-660 . -111) 140828) ((-547 . -841) T) ((-355 . -111) 140766) ((-352 . -111) 140704) ((-344 . -111) 140642) ((-264 . -111) 140471) ((-247 . -111) 140300) ((-814 . -1213) 140279) ((-621 . -411) 140263) ((-44 . -21) T) ((-44 . -25) T) ((-812 . -637) 140169) ((-814 . -556) 140148) ((-251 . -1035) 139975) ((-250 . -1035) 139802) ((-126 . -119) 139786) ((-907 . -1052) 139751) ((-709 . -102) T) ((-695 . -1053) T) ((-536 . -616) 139654) ((-343 . -172) T) ((-88 . -611) 139636) ((-152 . -21) T) ((-152 . -25) T) ((-907 . -111) 139592) ((-40 . -714) 139537) ((-867 . -1094) T) ((-660 . -614) 139514) ((-642 . -614) 139495) ((-355 . -614) 139432) ((-352 . -614) 139369) ((-547 . -1094) T) ((-344 . -614) 139306) ((-327 . -612) 139267) ((-327 . -611) 139179) ((-264 . -614) 138932) ((-247 . -614) 138717) ((-1222 . -789) 138670) ((-1222 . -792) 138623) ((-251 . -377) 138592) ((-250 . -377) 138561) ((-650 . -38) 138531) ((-606 . -34) T) ((-482 . -1106) 138441) ((-475 . -34) T) ((-1107 . -131) 138311) ((-961 . -25) 138122) ((-907 . -614) 138072) ((-871 . -611) 138054) ((-961 . -21) 138009) ((-812 . -21) 137919) ((-812 . -25) 137770) ((-1215 . -368) T) ((-621 . -1053) T) ((-1172 . -556) 137749) ((-1166 . -47) 137726) ((-355 . -1046) T) ((-352 . -1046) T) ((-482 . -23) 137596) ((-344 . -1046) T) ((-247 . -1046) T) ((-264 . -1046) T) ((-1119 . -47) 137568) ((-117 . -1053) T) ((-1031 . -644) 137542) ((-955 . -34) T) ((-355 . -233) 137521) ((-355 . -243) T) ((-352 . -233) 137500) ((-352 . -243) T) ((-344 . -233) 137479) ((-344 . -243) T) ((-247 . -326) 137436) ((-264 . -326) 137408) ((-264 . -233) 137387) ((-1150 . -151) 137371) ((-251 . -897) 137303) ((-250 . -897) 137235) ((-1076 . -847) T) ((-414 . -1106) T) ((-1050 . -23) T) ((-907 . -1046) T) ((-322 . -644) 137217) ((-1021 . -845) T) ((-1203 . -999) 137183) ((-1167 . -917) 137162) ((-1161 . -917) 137141) ((-1161 . -817) NIL) ((-907 . -243) T) ((-814 . -363) 137120) ((-385 . -23) T) ((-127 . -1094) 137098) ((-121 . -1094) 137076) ((-907 . -233) T) ((-128 . -34) T) ((-379 . -644) 137041) ((-867 . -714) 137028) ((-1043 . -151) 136993) ((-40 . -172) T) ((-690 . -411) 136975) ((-709 . -309) 136962) ((-833 . -644) 136922) ((-824 . -644) 136896) ((-319 . -25) T) ((-319 . -21) T) ((-654 . -286) 136875) ((-580 . -1094) T) ((-564 . -1094) T) ((-495 . -1094) T) ((-245 . -288) 136852) ((-313 . -231) 136813) ((-1166 . -883) NIL) ((-55 . -1094) T) ((-1119 . -883) 136672) ((-129 . -847) T) ((-1166 . -1035) 136552) ((-1119 . -1035) 136435) ((-183 . -611) 136417) ((-851 . -1035) 136313) ((-779 . -286) 136240) ((-814 . -1106) T) ((-1031 . -723) T) ((-600 . -647) 136224) ((-1043 . -973) 136153) ((-996 . -102) T) ((-814 . -23) T) ((-709 . -1145) 136131) ((-690 . -1053) T) ((-600 . -373) 136115) ((-351 . -452) T) ((-343 . -290) T) ((-1260 . -1094) T) ((-248 . -1094) T) ((-399 . -102) T) ((-289 . -21) T) ((-289 . -25) T) ((-361 . -723) T) ((-707 . -1094) T) ((-695 . -1094) T) ((-361 . -473) T) ((-1203 . -611) 136097) ((-1166 . -377) 136081) ((-1119 . -377) 136065) ((-1021 . -411) 136027) ((-141 . -229) 136009) ((-379 . -791) T) ((-379 . -788) T) ((-867 . -172) T) ((-379 . -723) T) ((-708 . -611) 135991) ((-709 . -38) 135820) ((-1259 . -1257) 135804) ((-351 . -402) T) ((-1259 . -1094) 135754) ((-580 . -714) 135741) ((-564 . -714) 135728) ((-495 . -714) 135693) ((-316 . -627) 135672) ((-833 . -723) T) ((-824 . -723) T) ((-641 . -1209) T) ((-1074 . -637) 135620) ((-1166 . -897) 135563) ((-1119 . -897) 135547) ((-658 . -1052) 135531) ((-108 . -637) 135513) ((-482 . -131) 135383) ((-1172 . -1106) T) ((-949 . -47) 135352) ((-621 . -1094) T) ((-658 . -111) 135331) ((-491 . -611) 135297) ((-327 . -288) 135274) ((-481 . -47) 135231) ((-1172 . -23) T) ((-117 . -1094) T) ((-103 . -102) 135209) ((-1271 . -1106) T) ((-548 . -847) T) ((-1050 . -131) T) ((-1021 . -1053) T) ((-816 . -1035) 135193) ((-1000 . -721) 135165) ((-1271 . -23) T) ((-695 . -714) 135130) ((-585 . -611) 135112) ((-386 . -1035) 135096) ((-354 . -1053) T) ((-385 . -131) T) ((-324 . -1035) 135080) ((-225 . -883) 135062) ((-1001 . -917) T) ((-91 . -34) T) ((-1001 . -817) T) ((-911 . -917) T) ((-1189 . -611) 135044) ((-1114 . -825) T) ((-487 . -1213) T) ((-1099 . -1094) T) ((-1074 . -21) T) ((-1074 . -25) T) ((-217 . -1213) T) ((-996 . -309) 135009) ((-225 . -1035) 134969) ((-40 . -290) T) ((-711 . -644) 134929) ((-677 . -614) 134910) ((-672 . -614) 134891) ((-487 . -556) T) ((-478 . -614) 134872) ((-359 . -25) T) ((-359 . -21) T) ((-353 . -25) T) ((-217 . -556) T) ((-353 . -21) T) ((-345 . -25) T) ((-345 . -21) T) ((-245 . -614) 134849) ((-138 . -614) 134830) ((-137 . -614) 134811) ((-133 . -614) 134792) ((-108 . -25) T) ((-108 . -21) T) ((-48 . -1053) T) ((-580 . -172) T) ((-564 . -172) T) ((-495 . -172) T) ((-654 . -611) 134774) ((-734 . -733) 134758) ((-336 . -611) 134740) ((-68 . -383) T) ((-68 . -395) T) ((-1096 . -107) 134724) ((-1057 . -883) 134706) ((-949 . -883) 134631) ((-649 . -1106) T) ((-621 . -714) 134618) ((-481 . -883) NIL) ((-1140 . -102) T) ((-1088 . -616) 134602) ((-1057 . -1035) 134584) ((-97 . -611) 134566) ((-477 . -147) T) ((-949 . -1035) 134446) ((-117 . -714) 134391) ((-649 . -23) T) ((-481 . -1035) 134267) ((-1081 . -612) NIL) ((-1081 . -611) 134249) ((-779 . -612) NIL) ((-779 . -611) 134210) ((-777 . -612) 133844) ((-777 . -611) 133758) ((-1107 . -637) 133664) ((-461 . -611) 133646) ((-454 . -611) 133628) ((-454 . -612) 133489) ((-1032 . -229) 133435) ((-869 . -906) 133414) ((-126 . -34) T) ((-814 . -131) T) ((-645 . -611) 133396) ((-578 . -102) T) ((-355 . -1278) 133380) ((-352 . -1278) 133364) ((-344 . -1278) 133348) ((-127 . -514) 133281) ((-121 . -514) 133214) ((-511 . -789) T) ((-511 . -792) T) ((-510 . -791) T) ((-103 . -309) 133152) ((-222 . -102) 133130) ((-690 . -1094) T) ((-695 . -172) T) ((-869 . -644) 133082) ((-65 . -384) T) ((-275 . -611) 133064) ((-65 . -395) T) ((-949 . -377) 133048) ((-867 . -290) T) ((-50 . -611) 133030) ((-996 . -38) 132978) ((-581 . -611) 132960) ((-481 . -377) 132944) ((-581 . -612) 132926) ((-518 . -611) 132908) ((-907 . -1278) 132895) ((-868 . -1209) T) ((-697 . -452) T) ((-495 . -514) 132861) ((-487 . -363) T) ((-355 . -368) 132840) ((-352 . -368) 132819) ((-344 . -368) 132798) ((-711 . -723) T) ((-217 . -363) T) ((-116 . -452) T) ((-1282 . -1273) 132782) ((-868 . -881) 132759) ((-868 . -883) NIL) ((-961 . -847) 132658) ((-812 . -847) 132609) ((-1216 . -102) T) ((-650 . -652) 132593) ((-1195 . -34) T) ((-171 . -611) 132575) ((-1107 . -21) 132485) ((-1107 . -25) 132336) ((-868 . -1035) 132313) ((-949 . -897) 132294) ((-1232 . -47) 132271) ((-907 . -368) T) ((-59 . -647) 132255) ((-516 . -647) 132239) ((-481 . -897) 132216) ((-71 . -441) T) ((-71 . -395) T) ((-496 . -647) 132200) ((-59 . -373) 132184) ((-621 . -172) T) ((-516 . -373) 132168) ((-496 . -373) 132152) ((-824 . -705) 132136) ((-1166 . -307) 132115) ((-1172 . -131) T) ((-117 . -172) T) ((-1140 . -309) 132053) ((-169 . -1209) T) ((-633 . -741) 132037) ((-605 . -741) 132021) ((-1271 . -131) T) ((-1244 . -917) 132000) ((-1223 . -917) 131979) ((-1223 . -817) NIL) ((-690 . -714) 131929) ((-1222 . -906) 131882) ((-1021 . -1094) T) ((-868 . -377) 131859) ((-868 . -338) 131836) ((-902 . -1106) T) ((-169 . -881) 131820) ((-169 . -883) 131745) ((-487 . -1106) T) ((-354 . -1094) T) ((-217 . -1106) T) ((-76 . -441) T) ((-76 . -395) T) ((-169 . -1035) 131641) ((-319 . -847) T) ((-1259 . -514) 131574) ((-1243 . -644) 131471) ((-1222 . -644) 131341) ((-869 . -791) 131320) ((-869 . -788) 131299) ((-869 . -723) T) ((-487 . -23) T) ((-223 . -611) 131281) ((-174 . -452) T) ((-222 . -309) 131219) ((-86 . -441) T) ((-86 . -395) T) ((-217 . -23) T) ((-1283 . -1276) 131198) ((-580 . -290) T) ((-564 . -290) T) ((-673 . -1035) 131182) ((-495 . -290) T) ((-136 . -470) 131137) ((-48 . -1094) T) ((-709 . -231) 131121) ((-868 . -897) NIL) ((-1232 . -883) NIL) ((-886 . -102) T) ((-882 . -102) T) ((-388 . -1094) T) ((-169 . -377) 131105) ((-169 . -338) 131089) ((-1232 . -1035) 130969) ((-852 . -1035) 130865) ((-1136 . -102) T) ((-649 . -131) T) ((-117 . -514) 130773) ((-658 . -789) 130752) ((-658 . -792) 130731) ((-571 . -1035) 130713) ((-294 . -1266) 130683) ((-863 . -102) T) ((-960 . -556) 130662) ((-1203 . -1052) 130545) ((-482 . -637) 130451) ((-901 . -1094) T) ((-1021 . -714) 130388) ((-708 . -1052) 130353) ((-615 . -102) T) ((-600 . -34) T) ((-1141 . -1209) T) ((-1203 . -111) 130222) ((-474 . -644) 130119) ((-354 . -714) 130064) ((-169 . -897) 130023) ((-695 . -290) T) ((-690 . -172) T) ((-708 . -111) 129979) ((-1287 . -1053) T) ((-1232 . -377) 129963) ((-418 . -1213) 129941) ((-1112 . -611) 129923) ((-313 . -845) NIL) ((-418 . -556) T) ((-225 . -307) T) ((-1222 . -788) 129876) ((-1222 . -791) 129829) ((-1243 . -723) T) ((-1222 . -723) T) ((-48 . -714) 129794) ((-225 . -1019) T) ((-351 . -1266) 129771) ((-1245 . -411) 129737) ((-715 . -723) T) ((-1232 . -897) 129680) ((-1203 . -614) 129562) ((-112 . -611) 129544) ((-112 . -612) 129526) ((-715 . -473) T) ((-708 . -614) 129476) ((-482 . -21) 129386) ((-127 . -489) 129370) ((-121 . -489) 129354) ((-482 . -25) 129205) ((-621 . -290) T) ((-585 . -1052) 129180) ((-437 . -1094) T) ((-1057 . -307) T) ((-117 . -290) T) ((-1098 . -102) T) ((-1000 . -102) T) ((-585 . -111) 129148) ((-1136 . -309) 129086) ((-1203 . -1046) T) ((-1057 . -1019) T) ((-66 . -1209) T) ((-1050 . -25) T) ((-1050 . -21) T) ((-708 . -1046) T) ((-385 . -21) T) ((-385 . -25) T) ((-690 . -514) NIL) ((-1021 . -172) T) ((-708 . -243) T) ((-1057 . -545) T) ((-506 . -102) T) ((-502 . -102) T) ((-354 . -172) T) ((-343 . -611) 129068) ((-394 . -611) 129050) ((-474 . -723) T) ((-1114 . -845) T) ((-889 . -1035) 129018) ((-108 . -847) T) ((-654 . -1052) 129002) ((-487 . -131) T) ((-1245 . -1053) T) ((-217 . -131) T) ((-1150 . -102) 128980) ((-99 . -1094) T) ((-245 . -662) 128964) ((-245 . -647) 128948) ((-654 . -111) 128927) ((-585 . -614) 128911) ((-316 . -411) 128895) ((-245 . -373) 128879) ((-1153 . -235) 128826) ((-996 . -231) 128810) ((-74 . -1209) T) ((-48 . -172) T) ((-697 . -387) T) ((-697 . -143) T) ((-1282 . -102) T) ((-1189 . -614) 128792) ((-1081 . -1052) 128635) ((-264 . -906) 128614) ((-247 . -906) 128593) ((-779 . -1052) 128416) ((-777 . -1052) 128259) ((-606 . -1209) T) ((-1158 . -611) 128241) ((-1081 . -111) 128070) ((-1043 . -102) T) ((-475 . -1209) T) ((-461 . -1052) 128041) ((-454 . -1052) 127884) ((-660 . -644) 127868) ((-868 . -307) T) ((-779 . -111) 127677) ((-777 . -111) 127506) ((-355 . -644) 127458) ((-352 . -644) 127410) ((-344 . -644) 127362) ((-264 . -644) 127287) ((-247 . -644) 127212) ((-1152 . -847) T) ((-1082 . -1035) 127196) ((-461 . -111) 127157) ((-454 . -111) 126986) ((-1070 . -1035) 126963) ((-997 . -34) T) ((-963 . -611) 126945) ((-955 . -1209) T) ((-126 . -1007) 126929) ((-960 . -1106) T) ((-868 . -1019) NIL) ((-732 . -1106) T) ((-712 . -1106) T) ((-654 . -614) 126847) ((-1259 . -489) 126831) ((-1136 . -38) 126791) ((-960 . -23) T) ((-862 . -1094) T) ((-840 . -102) T) ((-814 . -21) T) ((-814 . -25) T) ((-732 . -23) T) ((-712 . -23) T) ((-110 . -657) T) ((-907 . -644) 126756) ((-581 . -1052) 126721) ((-518 . -1052) 126666) ((-227 . -57) 126624) ((-453 . -23) T) ((-407 . -102) T) ((-263 . -102) T) ((-690 . -290) T) ((-863 . -38) 126594) ((-581 . -111) 126550) ((-518 . -111) 126479) ((-1081 . -614) 126215) ((-418 . -1106) T) ((-316 . -1053) 126105) ((-313 . -1053) T) ((-128 . -1209) T) ((-779 . -614) 125853) ((-777 . -614) 125619) ((-654 . -1046) T) ((-1287 . -1094) T) ((-454 . -614) 125404) ((-169 . -307) 125335) ((-418 . -23) T) ((-40 . -611) 125317) ((-40 . -612) 125301) ((-108 . -989) 125283) ((-116 . -866) 125267) ((-645 . -614) 125251) ((-48 . -514) 125217) ((-1195 . -1007) 125201) ((-1175 . -611) 125168) ((-1182 . -34) T) ((-951 . -611) 125134) ((-918 . -611) 125116) ((-1107 . -847) 125067) ((-768 . -611) 125049) ((-668 . -611) 125031) ((-1150 . -309) 124969) ((-479 . -34) T) ((-1086 . -1209) T) ((-477 . -452) T) ((-1135 . -34) T) ((-1081 . -1046) T) ((-50 . -614) 124938) ((-779 . -1046) T) ((-777 . -1046) T) ((-643 . -235) 124922) ((-630 . -235) 124868) ((-581 . -614) 124818) ((-518 . -614) 124748) ((-1232 . -307) 124727) ((-1081 . -326) 124688) ((-454 . -1046) T) ((-1172 . -21) T) ((-1081 . -233) 124667) ((-779 . -326) 124644) ((-779 . -233) T) ((-777 . -326) 124616) ((-728 . -1213) 124595) ((-327 . -647) 124579) ((-1172 . -25) T) ((-59 . -34) T) ((-519 . -34) T) ((-516 . -34) T) ((-454 . -326) 124558) ((-327 . -373) 124542) ((-497 . -34) T) ((-496 . -34) T) ((-1000 . -1145) NIL) ((-728 . -556) 124473) ((-633 . -102) T) ((-605 . -102) T) ((-355 . -723) T) ((-352 . -723) T) ((-344 . -723) T) ((-264 . -723) T) ((-247 . -723) T) ((-1043 . -309) 124381) ((-898 . -1094) 124359) ((-50 . -1046) T) ((-1271 . -21) T) ((-1271 . -25) T) ((-1168 . -556) 124338) ((-1167 . -1213) 124317) ((-581 . -1046) T) ((-518 . -1046) T) ((-1161 . -1213) 124296) ((-361 . -1035) 124280) ((-322 . -1035) 124264) ((-1021 . -290) T) ((-379 . -883) 124246) ((-1167 . -556) 124197) ((-1161 . -556) 124148) ((-1000 . -38) 124093) ((-796 . -1106) T) ((-907 . -723) T) ((-581 . -243) T) ((-581 . -233) T) ((-518 . -233) T) ((-518 . -243) T) ((-1120 . -556) 124072) ((-354 . -290) T) ((-643 . -691) 124056) ((-379 . -1035) 124016) ((-1114 . -1053) T) ((-103 . -125) 124000) ((-796 . -23) T) ((-1281 . -1276) 123976) ((-1259 . -286) 123953) ((-407 . -309) 123918) ((-1279 . -1276) 123897) ((-1245 . -1094) T) ((-867 . -611) 123879) ((-833 . -1035) 123848) ((-203 . -784) T) ((-202 . -784) T) ((-201 . -784) T) ((-200 . -784) T) ((-199 . -784) T) ((-198 . -784) T) ((-197 . -784) T) ((-196 . -784) T) ((-195 . -784) T) ((-194 . -784) T) ((-547 . -611) 123830) ((-495 . -999) T) ((-274 . -836) T) ((-273 . -836) T) ((-272 . -836) T) ((-271 . -836) T) ((-48 . -290) T) ((-270 . -836) T) ((-269 . -836) T) ((-268 . -836) T) ((-193 . -784) T) ((-610 . -847) T) ((-650 . -411) 123814) ((-223 . -614) 123776) ((-110 . -847) T) ((-649 . -21) T) ((-649 . -25) T) ((-1282 . -38) 123746) ((-117 . -286) 123697) ((-1259 . -19) 123681) ((-1259 . -602) 123658) ((-1272 . -1094) T) ((-1071 . -1094) T) ((-984 . -1094) T) ((-960 . -131) T) ((-734 . -1094) T) ((-732 . -131) T) ((-712 . -131) T) ((-511 . -790) T) ((-407 . -1145) 123636) ((-453 . -131) T) ((-511 . -791) T) ((-223 . -1046) T) ((-294 . -102) 123418) ((-141 . -1094) T) ((-695 . -999) T) ((-91 . -1209) T) ((-127 . -611) 123350) ((-121 . -611) 123282) ((-1287 . -172) T) ((-1167 . -363) 123261) ((-1161 . -363) 123240) ((-316 . -1094) T) ((-418 . -131) T) ((-313 . -1094) T) ((-407 . -38) 123192) ((-1127 . -102) T) ((-1245 . -714) 123084) ((-650 . -1053) T) ((-1129 . -1254) T) ((-319 . -145) 123063) ((-319 . -147) 123042) ((-139 . -1094) T) ((-136 . -1094) T) ((-114 . -1094) T) ((-855 . -102) T) ((-580 . -611) 123024) ((-564 . -612) 122923) ((-564 . -611) 122905) ((-495 . -611) 122887) ((-495 . -612) 122832) ((-485 . -23) T) ((-482 . -847) 122783) ((-487 . -637) 122765) ((-962 . -611) 122747) ((-217 . -637) 122729) ((-225 . -404) T) ((-658 . -644) 122713) ((-55 . -611) 122695) ((-1166 . -917) 122674) ((-728 . -1106) T) ((-351 . -102) T) ((-1208 . -1077) T) ((-1114 . -841) T) ((-815 . -847) T) ((-728 . -23) T) ((-343 . -1052) 122619) ((-1152 . -1151) T) ((-1141 . -107) 122603) ((-1168 . -1106) T) ((-1167 . -1106) T) ((-515 . -1035) 122587) ((-1161 . -1106) T) ((-1120 . -1106) T) ((-343 . -111) 122516) ((-1001 . -1213) T) ((-126 . -1209) T) ((-911 . -1213) T) ((-690 . -286) NIL) ((-1260 . -611) 122498) ((-1168 . -23) T) ((-1167 . -23) T) ((-1161 . -23) T) ((-1001 . -556) T) ((-1136 . -231) 122482) ((-911 . -556) T) ((-1120 . -23) T) ((-248 . -611) 122464) ((-1069 . -1094) T) ((-796 . -131) T) ((-707 . -611) 122446) ((-316 . -714) 122356) ((-313 . -714) 122285) ((-695 . -611) 122267) ((-695 . -612) 122212) ((-407 . -400) 122196) ((-438 . -1094) T) ((-487 . -25) T) ((-487 . -21) T) ((-1114 . -1094) T) ((-217 . -25) T) ((-217 . -21) T) ((-709 . -411) 122180) ((-711 . -1035) 122149) ((-1259 . -611) 122061) ((-1259 . -612) 122022) ((-1245 . -172) T) ((-245 . -34) T) ((-343 . -614) 121952) ((-394 . -614) 121934) ((-923 . -971) T) ((-1195 . -1209) T) ((-658 . -788) 121913) ((-658 . -791) 121892) ((-398 . -395) T) ((-523 . -102) 121870) ((-1032 . -1094) T) ((-222 . -992) 121854) ((-504 . -102) T) ((-621 . -611) 121836) ((-45 . -847) NIL) ((-621 . -612) 121813) ((-1032 . -608) 121788) ((-898 . -514) 121721) ((-343 . -1046) T) ((-117 . -612) NIL) ((-117 . -611) 121703) ((-869 . -1209) T) ((-666 . -417) 121687) ((-666 . -1117) 121632) ((-500 . -151) 121614) ((-343 . -233) T) ((-343 . -243) T) ((-40 . -1052) 121559) ((-869 . -881) 121543) ((-869 . -883) 121468) ((-709 . -1053) T) ((-690 . -999) NIL) ((-3 . |UnionCategory|) T) ((-1243 . -47) 121438) ((-1222 . -47) 121415) ((-1135 . -1007) 121386) ((-225 . -917) T) ((-40 . -111) 121315) ((-869 . -1035) 121179) ((-1114 . -714) 121166) ((-1099 . -611) 121148) ((-1074 . -147) 121127) ((-1074 . -145) 121078) ((-1001 . -363) T) ((-319 . -1197) 121044) ((-379 . -307) T) ((-319 . -1194) 121010) ((-316 . -172) 120989) ((-313 . -172) T) ((-1000 . -231) 120966) ((-911 . -363) T) ((-581 . -1278) 120953) ((-518 . -1278) 120930) ((-359 . -147) 120909) ((-359 . -145) 120860) ((-353 . -147) 120839) ((-353 . -145) 120790) ((-606 . -1185) 120766) ((-345 . -147) 120745) ((-345 . -145) 120696) ((-319 . -35) 120662) ((-475 . -1185) 120641) ((0 . |EnumerationCategory|) T) ((-319 . -95) 120607) ((-379 . -1019) T) ((-108 . -147) T) ((-108 . -145) NIL) ((-45 . -235) 120557) ((-650 . -1094) T) ((-606 . -107) 120504) ((-485 . -131) T) ((-475 . -107) 120454) ((-240 . -1106) 120364) ((-869 . -377) 120348) ((-869 . -338) 120332) ((-240 . -23) 120202) ((-40 . -614) 120132) ((-1057 . -917) T) ((-1057 . -817) T) ((-581 . -368) T) ((-518 . -368) T) ((-351 . -1145) T) ((-327 . -34) T) ((-44 . -417) 120116) ((-1175 . -614) 120052) ((-870 . -1209) T) ((-390 . -741) 120036) ((-1272 . -514) 119969) ((-728 . -131) T) ((-668 . -614) 119953) ((-1251 . -556) 119932) ((-1244 . -1213) 119911) ((-1244 . -556) 119862) ((-1223 . -1213) 119841) ((-311 . -1077) T) ((-1223 . -556) 119792) ((-734 . -514) 119725) ((-1222 . -1209) 119704) ((-1222 . -883) 119577) ((-890 . -1094) T) ((-144 . -841) T) ((-1222 . -881) 119547) ((-687 . -611) 119529) ((-1168 . -131) T) ((-523 . -309) 119467) ((-1167 . -131) T) ((-141 . -514) NIL) ((-1161 . -131) T) ((-1120 . -131) T) ((-1021 . -999) T) ((-1001 . -23) T) ((-351 . -38) 119432) ((-1001 . -1106) T) ((-911 . -1106) T) ((-82 . -611) 119414) ((-40 . -1046) T) ((-867 . -1052) 119401) ((-1000 . -349) NIL) ((-869 . -897) 119360) ((-697 . -102) T) ((-968 . -23) T) ((-600 . -1209) T) ((-911 . -23) T) ((-867 . -111) 119345) ((-427 . -1106) T) ((-213 . -1094) T) ((-474 . -47) 119315) ((-134 . -102) T) ((-40 . -233) 119287) ((-40 . -243) T) ((-116 . -102) T) ((-595 . -556) 119266) ((-594 . -556) 119245) ((-690 . -611) 119227) ((-690 . -612) 119135) ((-316 . -514) 119101) ((-313 . -514) 118993) ((-1243 . -1035) 118977) ((-1222 . -1035) 118763) ((-996 . -411) 118747) ((-427 . -23) T) ((-1114 . -172) T) ((-1245 . -290) T) ((-650 . -714) 118717) ((-144 . -1094) T) ((-48 . -999) T) ((-407 . -231) 118701) ((-295 . -235) 118651) ((-868 . -917) T) ((-868 . -817) NIL) ((-867 . -614) 118623) ((-861 . -847) T) ((-1222 . -338) 118593) ((-1222 . -377) 118563) ((-222 . -1115) 118547) ((-1259 . -288) 118524) ((-1203 . -644) 118449) ((-960 . -21) T) ((-960 . -25) T) ((-732 . -21) T) ((-732 . -25) T) ((-712 . -21) T) ((-712 . -25) T) ((-708 . -644) 118414) ((-453 . -21) T) ((-453 . -25) T) ((-339 . -102) T) ((-174 . -102) T) ((-996 . -1053) T) ((-867 . -1046) T) ((-771 . -102) T) ((-1244 . -363) 118393) ((-1243 . -897) 118299) ((-1223 . -363) 118278) ((-1222 . -897) 118129) ((-1021 . -611) 118111) ((-407 . -825) 118064) ((-1168 . -493) 118030) ((-169 . -917) 117961) ((-1167 . -493) 117927) ((-1161 . -493) 117893) ((-709 . -1094) T) ((-1120 . -493) 117859) ((-580 . -1052) 117846) ((-564 . -1052) 117833) ((-495 . -1052) 117798) ((-316 . -290) 117777) ((-313 . -290) T) ((-354 . -611) 117759) ((-418 . -25) T) ((-418 . -21) T) ((-99 . -286) 117738) ((-580 . -111) 117723) ((-564 . -111) 117708) ((-495 . -111) 117664) ((-1170 . -883) 117631) ((-898 . -489) 117615) ((-48 . -611) 117597) ((-48 . -612) 117542) ((-240 . -131) 117412) ((-1232 . -917) 117391) ((-813 . -1213) 117370) ((-388 . -490) 117351) ((-1032 . -514) 117195) ((-388 . -611) 117161) ((-813 . -556) 117092) ((-585 . -644) 117067) ((-264 . -47) 117039) ((-247 . -47) 116996) ((-531 . -509) 116973) ((-580 . -614) 116945) ((-564 . -614) 116917) ((-495 . -614) 116850) ((-997 . -1209) T) ((-695 . -1052) 116815) ((-1251 . -23) T) ((-1251 . -1106) T) ((-1244 . -1106) T) ((-1223 . -1106) T) ((-1000 . -370) 116787) ((-112 . -368) T) ((-474 . -897) 116693) ((-1244 . -23) T) ((-901 . -611) 116675) ((-55 . -614) 116657) ((-91 . -107) 116641) ((-1203 . -723) T) ((-902 . -847) 116592) ((-697 . -1145) T) ((-695 . -111) 116548) ((-1223 . -23) T) ((-595 . -1106) T) ((-594 . -1106) T) ((-709 . -714) 116377) ((-708 . -723) T) ((-1114 . -290) T) ((-1001 . -131) T) ((-487 . -847) T) ((-968 . -131) T) ((-911 . -131) T) ((-796 . -25) T) ((-217 . -847) T) ((-796 . -21) T) ((-580 . -1046) T) ((-564 . -1046) T) ((-495 . -1046) T) ((-595 . -23) T) ((-343 . -1278) 116354) ((-319 . -452) 116333) ((-339 . -309) 116320) ((-594 . -23) T) ((-427 . -131) T) ((-654 . -644) 116294) ((-245 . -1007) 116278) ((-869 . -307) T) ((-1283 . -1273) 116262) ((-768 . -789) T) ((-768 . -792) T) ((-697 . -38) 116249) ((-564 . -233) T) ((-495 . -243) T) ((-495 . -233) T) ((-1144 . -235) 116199) ((-1081 . -906) 116178) ((-116 . -38) 116165) ((-209 . -797) T) ((-208 . -797) T) ((-207 . -797) T) ((-206 . -797) T) ((-869 . -1019) 116143) ((-1272 . -489) 116127) ((-779 . -906) 116106) ((-777 . -906) 116085) ((-1182 . -1209) T) ((-454 . -906) 116064) ((-734 . -489) 116048) ((-1081 . -644) 115973) ((-695 . -614) 115908) ((-779 . -644) 115833) ((-621 . -1052) 115820) ((-479 . -1209) T) ((-343 . -368) T) ((-141 . -489) 115802) ((-777 . -644) 115727) ((-1135 . -1209) T) ((-549 . -847) T) ((-461 . -644) 115698) ((-264 . -883) 115557) ((-247 . -883) NIL) ((-117 . -1052) 115502) ((-454 . -644) 115427) ((-660 . -1035) 115404) ((-621 . -111) 115389) ((-355 . -1035) 115373) ((-352 . -1035) 115357) ((-344 . -1035) 115341) ((-264 . -1035) 115185) ((-247 . -1035) 115061) ((-117 . -111) 114990) ((-59 . -1209) T) ((-519 . -1209) T) ((-516 . -1209) T) ((-497 . -1209) T) ((-496 . -1209) T) ((-437 . -611) 114972) ((-434 . -611) 114954) ((-3 . -102) T) ((-1024 . -1202) 114923) ((-830 . -102) T) ((-685 . -57) 114881) ((-695 . -1046) T) ((-50 . -644) 114855) ((-289 . -452) T) ((-476 . -1202) 114824) ((0 . -102) T) ((-581 . -644) 114789) ((-518 . -644) 114734) ((-49 . -102) T) ((-907 . -1035) 114721) ((-695 . -243) T) ((-1074 . -409) 114700) ((-728 . -637) 114648) ((-996 . -1094) T) ((-709 . -172) 114539) ((-621 . -614) 114434) ((-487 . -989) 114416) ((-264 . -377) 114400) ((-247 . -377) 114384) ((-399 . -1094) T) ((-1023 . -102) 114362) ((-339 . -38) 114346) ((-217 . -989) 114328) ((-117 . -614) 114258) ((-174 . -38) 114190) ((-1243 . -307) 114169) ((-1222 . -307) 114148) ((-654 . -723) T) ((-99 . -611) 114130) ((-1161 . -637) 114082) ((-485 . -25) T) ((-485 . -21) T) ((-1222 . -1019) 114034) ((-621 . -1046) T) ((-379 . -404) T) ((-390 . -102) T) ((-1099 . -616) 113949) ((-264 . -897) 113895) ((-247 . -897) 113872) ((-117 . -1046) T) ((-813 . -1106) T) ((-1081 . -723) T) ((-621 . -233) 113851) ((-619 . -102) T) ((-779 . -723) T) ((-777 . -723) T) ((-413 . -1106) T) ((-117 . -243) T) ((-40 . -368) NIL) ((-117 . -233) NIL) ((-1214 . -847) T) ((-454 . -723) T) ((-813 . -23) T) ((-728 . -25) T) ((-728 . -21) T) ((-699 . -847) T) ((-1071 . -286) 113830) ((-78 . -396) T) ((-78 . -395) T) ((-533 . -764) 113812) ((-690 . -1052) 113762) ((-1251 . -131) T) ((-1244 . -131) T) ((-1223 . -131) T) ((-1168 . -25) T) ((-1136 . -411) 113746) ((-633 . -367) 113678) ((-605 . -367) 113610) ((-1150 . -1143) 113594) ((-103 . -1094) 113572) ((-1168 . -21) T) ((-1167 . -21) T) ((-862 . -611) 113554) ((-996 . -714) 113502) ((-223 . -644) 113469) ((-690 . -111) 113403) ((-50 . -723) T) ((-1167 . -25) T) ((-351 . -349) T) ((-1161 . -21) T) ((-1074 . -452) 113354) ((-1161 . -25) T) ((-709 . -514) 113301) ((-581 . -723) T) ((-518 . -723) T) ((-1120 . -21) T) ((-1120 . -25) T) ((-595 . -131) T) ((-594 . -131) T) ((-359 . -452) T) ((-353 . -452) T) ((-345 . -452) T) ((-474 . -307) 113280) ((-1217 . -102) T) ((-313 . -286) 113215) ((-108 . -452) T) ((-79 . -441) T) ((-79 . -395) T) ((-477 . -102) T) ((-687 . -614) 113199) ((-1287 . -611) 113181) ((-1287 . -612) 113163) ((-1074 . -402) 113142) ((-1032 . -489) 113073) ((-564 . -792) T) ((-564 . -789) T) ((-1058 . -235) 113019) ((-359 . -402) 112970) ((-353 . -402) 112921) ((-345 . -402) 112872) ((-1274 . -1106) T) ((-690 . -614) 112807) ((-1274 . -23) T) ((-1261 . -102) T) ((-175 . -611) 112789) ((-1136 . -1053) T) ((-547 . -368) T) ((-666 . -741) 112773) ((-1172 . -145) 112752) ((-1172 . -147) 112731) ((-1140 . -1094) T) ((-1140 . -1066) 112700) ((-69 . -1209) T) ((-1021 . -1052) 112637) ((-863 . -1053) T) ((-240 . -637) 112543) ((-690 . -1046) T) ((-354 . -1052) 112488) ((-61 . -1209) T) ((-1021 . -111) 112404) ((-898 . -611) 112315) ((-690 . -243) T) ((-690 . -233) NIL) ((-840 . -845) 112294) ((-695 . -792) T) ((-695 . -789) T) ((-1000 . -411) 112271) ((-354 . -111) 112200) ((-379 . -917) T) ((-407 . -845) 112179) ((-709 . -290) 112090) ((-223 . -723) T) ((-1251 . -493) 112056) ((-1244 . -493) 112022) ((-1223 . -493) 111988) ((-578 . -1094) T) ((-316 . -999) 111967) ((-222 . -1094) 111945) ((-1216 . -841) T) ((-319 . -970) 111907) ((-105 . -102) T) ((-48 . -1052) 111872) ((-1283 . -102) T) ((-381 . -102) T) ((-48 . -111) 111828) ((-1001 . -637) 111810) ((-1245 . -611) 111792) ((-531 . -102) T) ((-500 . -102) T) ((-1127 . -1128) 111776) ((-152 . -1266) 111760) ((-245 . -1209) T) ((-1208 . -102) T) ((-1021 . -614) 111697) ((-1166 . -1213) 111676) ((-354 . -614) 111606) ((-1119 . -1213) 111585) ((-240 . -21) 111495) ((-240 . -25) 111346) ((-127 . -119) 111330) ((-121 . -119) 111314) ((-44 . -741) 111298) ((-1166 . -556) 111209) ((-1119 . -556) 111140) ((-1216 . -1094) T) ((-1032 . -286) 111115) ((-1160 . -1077) T) ((-991 . -1077) T) ((-813 . -131) T) ((-117 . -792) NIL) ((-117 . -789) NIL) ((-355 . -307) T) ((-352 . -307) T) ((-344 . -307) T) ((-251 . -1106) 111025) ((-250 . -1106) 110935) ((-1021 . -1046) T) ((-1000 . -1053) T) ((-48 . -614) 110868) ((-343 . -644) 110813) ((-619 . -38) 110797) ((-1272 . -611) 110759) ((-1272 . -612) 110720) ((-1071 . -611) 110702) ((-1021 . -243) T) ((-354 . -1046) T) ((-812 . -1266) 110672) ((-251 . -23) T) ((-250 . -23) T) ((-984 . -611) 110654) ((-734 . -612) 110615) ((-734 . -611) 110597) ((-796 . -847) 110576) ((-1153 . -151) 110523) ((-996 . -514) 110435) ((-354 . -233) T) ((-354 . -243) T) ((-388 . -614) 110416) ((-1001 . -25) T) ((-141 . -611) 110398) ((-141 . -612) 110357) ((-907 . -307) T) ((-1001 . -21) T) ((-968 . -25) T) ((-911 . -21) T) ((-911 . -25) T) ((-427 . -21) T) ((-427 . -25) T) ((-840 . -411) 110341) ((-48 . -1046) T) ((-1281 . -1273) 110325) ((-1279 . -1273) 110309) ((-1032 . -602) 110284) ((-316 . -612) 110145) ((-316 . -611) 110127) ((-313 . -612) NIL) ((-313 . -611) 110109) ((-48 . -243) T) ((-48 . -233) T) ((-650 . -286) 110070) ((-550 . -235) 110020) ((-139 . -611) 109987) ((-136 . -611) 109969) ((-114 . -611) 109951) ((-477 . -38) 109916) ((-1283 . -1280) 109895) ((-1274 . -131) T) ((-1282 . -1053) T) ((-1076 . -102) T) ((-88 . -1209) T) ((-500 . -309) NIL) ((-997 . -107) 109879) ((-886 . -1094) T) ((-882 . -1094) T) ((-1259 . -647) 109863) ((-1259 . -373) 109847) ((-327 . -1209) T) ((-592 . -847) T) ((-1136 . -1094) T) ((-1136 . -1049) 109787) ((-103 . -514) 109720) ((-924 . -611) 109702) ((-343 . -723) T) ((-30 . -611) 109684) ((-863 . -1094) T) ((-840 . -1053) 109663) ((-40 . -644) 109608) ((-225 . -1213) T) ((-407 . -1053) T) ((-1152 . -151) 109590) ((-996 . -290) 109541) ((-615 . -1094) T) ((-225 . -556) T) ((-319 . -1240) 109525) ((-319 . -1237) 109495) ((-1182 . -1185) 109474) ((-1069 . -611) 109456) ((-643 . -151) 109440) ((-630 . -151) 109386) ((-1182 . -107) 109336) ((-479 . -1185) 109315) ((-487 . -147) T) ((-487 . -145) NIL) ((-1114 . -612) 109230) ((-438 . -611) 109212) ((-217 . -147) T) ((-217 . -145) NIL) ((-1114 . -611) 109194) ((-129 . -102) T) ((-52 . -102) T) ((-1223 . -637) 109146) ((-479 . -107) 109096) ((-990 . -23) T) ((-1283 . -38) 109066) ((-1166 . -1106) T) ((-1119 . -1106) T) ((-1057 . -1213) T) ((-311 . -102) T) ((-851 . -1106) T) ((-949 . -1213) 109045) ((-481 . -1213) 109024) ((-728 . -847) 109003) ((-1057 . -556) T) ((-949 . -556) 108934) ((-1166 . -23) T) ((-1119 . -23) T) ((-851 . -23) T) ((-481 . -556) 108865) ((-1136 . -714) 108797) ((-1140 . -514) 108730) ((-1032 . -612) NIL) ((-1032 . -611) 108712) ((-96 . -1077) T) ((-863 . -714) 108682) ((-1203 . -47) 108651) ((-251 . -131) T) ((-250 . -131) T) ((-1098 . -1094) T) ((-1000 . -1094) T) ((-62 . -611) 108633) ((-1161 . -847) NIL) ((-1021 . -789) T) ((-1021 . -792) T) ((-1287 . -1052) 108620) ((-1287 . -111) 108605) ((-867 . -644) 108592) ((-1251 . -25) T) ((-1251 . -21) T) ((-1244 . -21) T) ((-1244 . -25) T) ((-1223 . -21) T) ((-1223 . -25) T) ((-1024 . -151) 108576) ((-869 . -817) 108555) ((-869 . -917) T) ((-709 . -286) 108482) ((-595 . -21) T) ((-595 . -25) T) ((-594 . -21) T) ((-40 . -723) T) ((-222 . -514) 108415) ((-594 . -25) T) ((-476 . -151) 108399) ((-463 . -151) 108383) ((-918 . -791) T) ((-918 . -723) T) ((-768 . -790) T) ((-768 . -791) T) ((-506 . -1094) T) ((-502 . -1094) T) ((-768 . -723) T) ((-225 . -363) T) ((-1150 . -1094) 108361) ((-868 . -1213) T) ((-650 . -611) 108343) ((-868 . -556) T) ((-690 . -368) NIL) ((-1287 . -614) 108325) ((-1282 . -1094) T) ((-359 . -1266) 108309) ((-666 . -102) T) ((-353 . -1266) 108293) ((-345 . -1266) 108277) ((-548 . -102) T) ((-520 . -847) 108256) ((-814 . -452) 108235) ((-1043 . -1094) T) ((-1043 . -1066) 108164) ((-1024 . -973) 108133) ((-816 . -1106) T) ((-1000 . -714) 108078) ((-386 . -1106) T) ((-476 . -973) 108047) ((-463 . -973) 108016) ((-110 . -151) 107998) ((-73 . -611) 107980) ((-890 . -611) 107962) ((-1074 . -721) 107941) ((-1287 . -1046) T) ((-813 . -637) 107889) ((-294 . -1053) 107831) ((-169 . -1213) 107736) ((-225 . -1106) T) ((-324 . -23) T) ((-1161 . -989) 107688) ((-840 . -1094) T) ((-1245 . -1052) 107593) ((-1120 . -737) 107572) ((-1243 . -917) 107551) ((-1222 . -917) 107530) ((-867 . -723) T) ((-169 . -556) 107441) ((-580 . -644) 107428) ((-564 . -644) 107415) ((-407 . -1094) T) ((-263 . -1094) T) ((-213 . -611) 107397) ((-495 . -644) 107362) ((-225 . -23) T) ((-1222 . -817) 107315) ((-1281 . -102) T) ((-354 . -1278) 107292) ((-1279 . -102) T) ((-1245 . -111) 107184) ((-144 . -611) 107166) ((-990 . -131) T) ((-44 . -102) T) ((-240 . -847) 107117) ((-1232 . -1213) 107096) ((-103 . -489) 107080) ((-1282 . -714) 107050) ((-1081 . -47) 107011) ((-1057 . -1106) T) ((-949 . -1106) T) ((-127 . -34) T) ((-121 . -34) T) ((-779 . -47) 106988) ((-777 . -47) 106960) ((-1232 . -556) 106871) ((-354 . -368) T) ((-481 . -1106) T) ((-1166 . -131) T) ((-1119 . -131) T) ((-454 . -47) 106850) ((-868 . -363) T) ((-851 . -131) T) ((-152 . -102) T) ((-1057 . -23) T) ((-949 . -23) T) ((-571 . -556) T) ((-813 . -25) T) ((-813 . -21) T) ((-1136 . -514) 106783) ((-591 . -1077) T) ((-585 . -1035) 106767) ((-1245 . -614) 106641) ((-481 . -23) T) ((-351 . -1053) T) ((-1203 . -897) 106622) ((-666 . -309) 106560) ((-1107 . -1266) 106530) ((-695 . -644) 106495) ((-1000 . -172) T) ((-960 . -145) 106474) ((-633 . -1094) T) ((-605 . -1094) T) ((-960 . -147) 106453) ((-1001 . -847) T) ((-732 . -147) 106432) ((-732 . -145) 106411) ((-968 . -847) T) ((-474 . -917) 106390) ((-316 . -1052) 106300) ((-313 . -1052) 106229) ((-996 . -286) 106187) ((-407 . -714) 106139) ((-697 . -845) T) ((-1245 . -1046) T) ((-316 . -111) 106035) ((-313 . -111) 105948) ((-961 . -102) T) ((-812 . -102) 105738) ((-709 . -612) NIL) ((-709 . -611) 105720) ((-654 . -1035) 105616) ((-1245 . -326) 105560) ((-1032 . -288) 105535) ((-580 . -723) T) ((-564 . -791) T) ((-169 . -363) 105486) ((-564 . -788) T) ((-564 . -723) T) ((-495 . -723) T) ((-1140 . -489) 105470) ((-1081 . -883) NIL) ((-868 . -1106) T) ((-117 . -906) NIL) ((-1281 . -1280) 105446) ((-1279 . -1280) 105425) ((-779 . -883) NIL) ((-777 . -883) 105284) ((-1274 . -25) T) ((-1274 . -21) T) ((-1206 . -102) 105262) ((-1100 . -395) T) ((-621 . -644) 105249) ((-454 . -883) NIL) ((-671 . -102) 105227) ((-1081 . -1035) 105054) ((-868 . -23) T) ((-779 . -1035) 104913) ((-777 . -1035) 104770) ((-117 . -644) 104715) ((-454 . -1035) 104591) ((-316 . -614) 104155) ((-313 . -614) 104038) ((-645 . -1035) 104022) ((-625 . -102) T) ((-222 . -489) 104006) ((-1259 . -34) T) ((-136 . -614) 103990) ((-633 . -714) 103974) ((-605 . -714) 103958) ((-666 . -38) 103918) ((-319 . -102) T) ((-85 . -611) 103900) ((-50 . -1035) 103884) ((-1114 . -1052) 103871) ((-1081 . -377) 103855) ((-779 . -377) 103839) ((-695 . -723) T) ((-695 . -791) T) ((-695 . -788) T) ((-581 . -1035) 103826) ((-518 . -1035) 103803) ((-60 . -57) 103765) ((-324 . -131) T) ((-316 . -1046) 103655) ((-313 . -1046) T) ((-169 . -1106) T) ((-777 . -377) 103639) ((-45 . -151) 103589) ((-1001 . -989) 103571) ((-454 . -377) 103555) ((-407 . -172) T) ((-316 . -243) 103534) ((-313 . -243) T) ((-313 . -233) NIL) ((-294 . -1094) 103316) ((-225 . -131) T) ((-1114 . -111) 103301) ((-169 . -23) T) ((-796 . -147) 103280) ((-796 . -145) 103259) ((-251 . -637) 103165) ((-250 . -637) 103071) ((-319 . -284) 103037) ((-1150 . -514) 102970) ((-1127 . -1094) T) ((-225 . -1055) T) ((-812 . -309) 102908) ((-1081 . -897) 102843) ((-779 . -897) 102786) ((-777 . -897) 102770) ((-1281 . -38) 102740) ((-1279 . -38) 102710) ((-1232 . -1106) T) ((-852 . -1106) T) ((-454 . -897) 102687) ((-855 . -1094) T) ((-1232 . -23) T) ((-1114 . -614) 102659) ((-571 . -1106) T) ((-852 . -23) T) ((-621 . -723) T) ((-355 . -917) T) ((-352 . -917) T) ((-289 . -102) T) ((-344 . -917) T) ((-1057 . -131) T) ((-967 . -1077) T) ((-949 . -131) T) ((-117 . -791) NIL) ((-117 . -788) NIL) ((-117 . -723) T) ((-690 . -906) NIL) ((-1043 . -514) 102560) ((-481 . -131) T) ((-571 . -23) T) ((-671 . -309) 102498) ((-633 . -758) T) ((-605 . -758) T) ((-1223 . -847) NIL) ((-1000 . -290) T) ((-251 . -21) T) ((-690 . -644) 102448) ((-351 . -1094) T) ((-251 . -25) T) ((-250 . -21) T) ((-250 . -25) T) ((-152 . -38) 102432) ((-2 . -102) T) ((-907 . -917) T) ((-482 . -1266) 102402) ((-223 . -1035) 102379) ((-1114 . -1046) T) ((-708 . -307) T) ((-294 . -714) 102321) ((-697 . -1053) T) ((-487 . -452) T) ((-407 . -514) 102233) ((-217 . -452) T) ((-1114 . -233) T) ((-295 . -151) 102183) ((-996 . -612) 102144) ((-996 . -611) 102126) ((-986 . -611) 102108) ((-116 . -1053) T) ((-650 . -1052) 102092) ((-225 . -493) T) ((-399 . -611) 102074) ((-399 . -612) 102051) ((-1050 . -1266) 102021) ((-650 . -111) 102000) ((-1136 . -489) 101984) ((-812 . -38) 101954) ((-63 . -441) T) ((-63 . -395) T) ((-1153 . -102) T) ((-868 . -131) T) ((-484 . -102) 101932) ((-1287 . -368) T) ((-1074 . -102) T) ((-1056 . -102) T) ((-351 . -714) 101877) ((-728 . -147) 101856) ((-728 . -145) 101835) ((-650 . -614) 101753) ((-1021 . -644) 101690) ((-523 . -1094) 101668) ((-359 . -102) T) ((-353 . -102) T) ((-345 . -102) T) ((-108 . -102) T) ((-504 . -1094) T) ((-354 . -644) 101613) ((-1166 . -637) 101561) ((-1119 . -637) 101509) ((-385 . -509) 101488) ((-830 . -845) 101467) ((-379 . -1213) T) ((-690 . -723) T) ((-339 . -1053) T) ((-1223 . -989) 101419) ((-174 . -1053) T) ((-103 . -611) 101351) ((-1168 . -145) 101330) ((-1168 . -147) 101309) ((-379 . -556) T) ((-1167 . -147) 101288) ((-1167 . -145) 101267) ((-1161 . -145) 101174) ((-407 . -290) T) ((-1161 . -147) 101081) ((-1120 . -147) 101060) ((-1120 . -145) 101039) ((-319 . -38) 100880) ((-169 . -131) T) ((-313 . -792) NIL) ((-313 . -789) NIL) ((-650 . -1046) T) ((-48 . -644) 100845) ((-890 . -614) 100822) ((-1160 . -102) T) ((-991 . -102) T) ((-990 . -21) T) ((-127 . -1007) 100806) ((-121 . -1007) 100790) ((-990 . -25) T) ((-898 . -119) 100774) ((-1152 . -102) T) ((-813 . -847) 100753) ((-1232 . -131) T) ((-1166 . -25) T) ((-1166 . -21) T) ((-852 . -131) T) ((-1119 . -25) T) ((-1119 . -21) T) ((-851 . -25) T) ((-851 . -21) T) ((-779 . -307) 100732) ((-643 . -102) 100710) ((-630 . -102) T) ((-1153 . -309) 100505) ((-571 . -131) T) ((-619 . -845) 100484) ((-1150 . -489) 100468) ((-1144 . -151) 100418) ((-1140 . -611) 100380) ((-1140 . -612) 100341) ((-1021 . -788) T) ((-1021 . -791) T) ((-1021 . -723) T) ((-709 . -1052) 100164) ((-484 . -309) 100102) ((-453 . -417) 100072) ((-351 . -172) T) ((-289 . -38) 100059) ((-274 . -102) T) ((-273 . -102) T) ((-272 . -102) T) ((-271 . -102) T) ((-270 . -102) T) ((-269 . -102) T) ((-343 . -1035) 100036) ((-268 . -102) T) ((-212 . -102) T) ((-211 . -102) T) ((-209 . -102) T) ((-208 . -102) T) ((-207 . -102) T) ((-206 . -102) T) ((-203 . -102) T) ((-202 . -102) T) ((-201 . -102) T) ((-200 . -102) T) ((-199 . -102) T) ((-198 . -102) T) ((-197 . -102) T) ((-196 . -102) T) ((-195 . -102) T) ((-194 . -102) T) ((-193 . -102) T) ((-354 . -723) T) ((-709 . -111) 99845) ((-666 . -231) 99829) ((-581 . -307) T) ((-518 . -307) T) ((-294 . -514) 99778) ((-108 . -309) NIL) ((-72 . -395) T) ((-1107 . -102) 99568) ((-830 . -411) 99552) ((-1114 . -792) T) ((-1114 . -789) T) ((-697 . -1094) T) ((-578 . -611) 99534) ((-379 . -363) T) ((-169 . -493) 99512) ((-222 . -611) 99444) ((-134 . -1094) T) ((-116 . -1094) T) ((-48 . -723) T) ((-1043 . -489) 99409) ((-141 . -425) 99391) ((-141 . -368) T) ((-1024 . -102) T) ((-512 . -509) 99370) ((-709 . -614) 99126) ((-476 . -102) T) ((-463 . -102) T) ((-1031 . -1106) T) ((-1216 . -611) 99108) ((-1175 . -1035) 99044) ((-1168 . -35) 99010) ((-1168 . -95) 98976) ((-1168 . -1197) 98942) ((-1168 . -1194) 98908) ((-1152 . -309) NIL) ((-89 . -396) T) ((-89 . -395) T) ((-1074 . -1145) 98887) ((-1167 . -1194) 98853) ((-1167 . -1197) 98819) ((-1031 . -23) T) ((-1167 . -95) 98785) ((-571 . -493) T) ((-1167 . -35) 98751) ((-1161 . -1194) 98717) ((-1161 . -1197) 98683) ((-1161 . -95) 98649) ((-361 . -1106) T) ((-359 . -1145) 98628) ((-353 . -1145) 98607) ((-345 . -1145) 98586) ((-1161 . -35) 98552) ((-1120 . -35) 98518) ((-1120 . -95) 98484) ((-108 . -1145) T) ((-1120 . -1197) 98450) ((-830 . -1053) 98429) ((-643 . -309) 98367) ((-630 . -309) 98218) ((-1120 . -1194) 98184) ((-709 . -1046) T) ((-1057 . -637) 98166) ((-1074 . -38) 98034) ((-949 . -637) 97982) ((-1001 . -147) T) ((-1001 . -145) NIL) ((-379 . -1106) T) ((-324 . -25) T) ((-322 . -23) T) ((-940 . -847) 97961) ((-709 . -326) 97938) ((-481 . -637) 97886) ((-40 . -1035) 97774) ((-709 . -233) T) ((-697 . -714) 97761) ((-339 . -1094) T) ((-174 . -1094) T) ((-331 . -847) T) ((-418 . -452) 97711) ((-379 . -23) T) ((-359 . -38) 97676) ((-353 . -38) 97641) ((-345 . -38) 97606) ((-80 . -441) T) ((-80 . -395) T) ((-225 . -25) T) ((-225 . -21) T) ((-833 . -1106) T) ((-108 . -38) 97556) ((-824 . -1106) T) ((-771 . -1094) T) ((-116 . -714) 97543) ((-668 . -1035) 97527) ((-610 . -102) T) ((-833 . -23) T) ((-824 . -23) T) ((-1150 . -286) 97504) ((-1107 . -309) 97442) ((-1096 . -235) 97426) ((-64 . -396) T) ((-64 . -395) T) ((-110 . -102) T) ((-40 . -377) 97403) ((-96 . -102) T) ((-649 . -849) 97387) ((-1129 . -1077) T) ((-1057 . -21) T) ((-1057 . -25) T) ((-812 . -231) 97356) ((-949 . -25) T) ((-949 . -21) T) ((-619 . -1053) T) ((-1114 . -368) T) ((-481 . -25) T) ((-481 . -21) T) ((-1024 . -309) 97294) ((-886 . -611) 97276) ((-882 . -611) 97258) ((-251 . -847) 97209) ((-250 . -847) 97160) ((-523 . -514) 97093) ((-868 . -637) 97070) ((-476 . -309) 97008) ((-463 . -309) 96946) ((-351 . -290) T) ((-1150 . -1247) 96930) ((-1136 . -611) 96892) ((-1136 . -612) 96853) ((-1134 . -102) T) ((-996 . -1052) 96749) ((-40 . -897) 96701) ((-1150 . -602) 96678) ((-1287 . -644) 96665) ((-863 . -490) 96642) ((-1058 . -151) 96588) ((-869 . -1213) T) ((-996 . -111) 96470) ((-339 . -714) 96454) ((-863 . -611) 96416) ((-174 . -714) 96348) ((-407 . -286) 96306) ((-869 . -556) T) ((-108 . -400) 96288) ((-84 . -384) T) ((-84 . -395) T) ((-697 . -172) T) ((-615 . -611) 96270) ((-99 . -723) T) ((-482 . -102) 96060) ((-99 . -473) T) ((-116 . -172) T) ((-1107 . -38) 96030) ((-169 . -637) 95978) ((-1050 . -102) T) ((-996 . -614) 95868) ((-868 . -25) T) ((-812 . -238) 95847) ((-868 . -21) T) ((-815 . -102) T) ((-414 . -102) T) ((-385 . -102) T) ((-110 . -309) NIL) ((-227 . -102) 95825) ((-127 . -1209) T) ((-121 . -1209) T) ((-1031 . -131) T) ((-666 . -367) 95809) ((-996 . -1046) T) ((-1232 . -637) 95757) ((-1098 . -611) 95739) ((-1000 . -611) 95721) ((-515 . -23) T) ((-510 . -23) T) ((-343 . -307) T) ((-508 . -23) T) ((-322 . -131) T) ((-3 . -1094) T) ((-1000 . -612) 95705) ((-996 . -243) 95684) ((-996 . -233) 95663) ((-1287 . -723) T) ((-1251 . -145) 95642) ((-830 . -1094) T) ((-1251 . -147) 95621) ((-1244 . -147) 95600) ((-1244 . -145) 95579) ((-1243 . -1213) 95558) ((-1223 . -145) 95465) ((-1223 . -147) 95372) ((-1222 . -1213) 95351) ((-379 . -131) T) ((-564 . -883) 95333) ((0 . -1094) T) ((-174 . -172) T) ((-169 . -21) T) ((-169 . -25) T) ((-49 . -1094) T) ((-1245 . -644) 95238) ((-1243 . -556) 95189) ((-711 . -1106) T) ((-1222 . -556) 95140) ((-564 . -1035) 95122) ((-594 . -147) 95101) ((-594 . -145) 95080) ((-495 . -1035) 95023) ((-1129 . -1131) T) ((-87 . -384) T) ((-87 . -395) T) ((-869 . -363) T) ((-833 . -131) T) ((-824 . -131) T) ((-711 . -23) T) ((-506 . -611) 94989) ((-502 . -611) 94971) ((-1283 . -1053) T) ((-379 . -1055) T) ((-1023 . -1094) 94949) ((-55 . -1035) 94931) ((-898 . -34) T) ((-482 . -309) 94869) ((-591 . -102) T) ((-1150 . -612) 94830) ((-1150 . -611) 94762) ((-1166 . -847) 94741) ((-45 . -102) T) ((-1119 . -847) 94720) ((-814 . -102) T) ((-1232 . -25) T) ((-1232 . -21) T) ((-852 . -25) T) ((-44 . -367) 94704) ((-852 . -21) T) ((-728 . -452) 94655) ((-1282 . -611) 94637) ((-1050 . -309) 94575) ((-667 . -1077) T) ((-604 . -1077) T) ((-390 . -1094) T) ((-571 . -25) T) ((-571 . -21) T) ((-180 . -1077) T) ((-161 . -1077) T) ((-156 . -1077) T) ((-154 . -1077) T) ((-619 . -1094) T) ((-695 . -883) 94557) ((-1259 . -1209) T) ((-227 . -309) 94495) ((-144 . -368) T) ((-1043 . -612) 94437) ((-1043 . -611) 94380) ((-313 . -906) NIL) ((-1217 . -841) T) ((-695 . -1035) 94325) ((-708 . -917) T) ((-474 . -1213) 94304) ((-1167 . -452) 94283) ((-1161 . -452) 94262) ((-330 . -102) T) ((-869 . -1106) T) ((-316 . -644) 94083) ((-313 . -644) 94012) ((-474 . -556) 93963) ((-339 . -514) 93929) ((-550 . -151) 93879) ((-40 . -307) T) ((-840 . -611) 93861) ((-697 . -290) T) ((-869 . -23) T) ((-379 . -493) T) ((-1074 . -231) 93831) ((-512 . -102) T) ((-407 . -612) 93638) ((-407 . -611) 93620) ((-263 . -611) 93602) ((-116 . -290) T) ((-1245 . -723) T) ((-1243 . -363) 93581) ((-1222 . -363) 93560) ((-1272 . -34) T) ((-1217 . -1094) T) ((-117 . -1209) T) ((-108 . -231) 93542) ((-1172 . -102) T) ((-477 . -1094) T) ((-523 . -489) 93526) ((-734 . -34) T) ((-482 . -38) 93496) ((-141 . -34) T) ((-117 . -881) 93473) ((-117 . -883) NIL) ((-621 . -1035) 93356) ((-641 . -847) 93335) ((-1271 . -102) T) ((-295 . -102) T) ((-709 . -368) 93314) ((-117 . -1035) 93291) ((-390 . -714) 93275) ((-619 . -714) 93259) ((-45 . -309) 93063) ((-813 . -145) 93042) ((-813 . -147) 93021) ((-1282 . -382) 93000) ((-816 . -847) T) ((-1261 . -1094) T) ((-1153 . -229) 92947) ((-386 . -847) 92926) ((-1251 . -1197) 92892) ((-1251 . -1194) 92858) ((-1244 . -1194) 92824) ((-515 . -131) T) ((-1244 . -1197) 92790) ((-1223 . -1194) 92756) ((-1223 . -1197) 92722) ((-1251 . -35) 92688) ((-1251 . -95) 92654) ((-633 . -611) 92623) ((-605 . -611) 92592) ((-225 . -847) T) ((-1244 . -95) 92558) ((-1244 . -35) 92524) ((-1243 . -1106) T) ((-1114 . -644) 92511) ((-1223 . -95) 92477) ((-1222 . -1106) T) ((-592 . -151) 92459) ((-1074 . -349) 92438) ((-174 . -290) T) ((-117 . -377) 92415) ((-117 . -338) 92392) ((-1223 . -35) 92358) ((-867 . -307) T) ((-313 . -791) NIL) ((-313 . -788) NIL) ((-316 . -723) 92207) ((-313 . -723) T) ((-474 . -363) 92186) ((-359 . -349) 92165) ((-353 . -349) 92144) ((-345 . -349) 92123) ((-316 . -473) 92102) ((-1243 . -23) T) ((-1222 . -23) T) ((-715 . -1106) T) ((-711 . -131) T) ((-649 . -102) T) ((-477 . -714) 92067) ((-45 . -282) 92017) ((-105 . -1094) T) ((-68 . -611) 91999) ((-967 . -102) T) ((-861 . -102) T) ((-621 . -897) 91958) ((-1283 . -1094) T) ((-381 . -1094) T) ((-1208 . -1094) T) ((-1107 . -231) 91927) ((-82 . -1209) T) ((-1057 . -847) T) ((-949 . -847) 91906) ((-117 . -897) NIL) ((-779 . -917) 91885) ((-710 . -847) T) ((-531 . -1094) T) ((-500 . -1094) T) ((-355 . -1213) T) ((-352 . -1213) T) ((-344 . -1213) T) ((-264 . -1213) 91864) ((-247 . -1213) 91843) ((-533 . -857) T) ((-481 . -847) 91822) ((-1152 . -825) T) ((-1136 . -1052) 91806) ((-390 . -758) T) ((-690 . -1209) T) ((-687 . -1035) 91790) ((-355 . -556) T) ((-352 . -556) T) ((-344 . -556) T) ((-264 . -556) 91721) ((-247 . -556) 91652) ((-525 . -1077) T) ((-1136 . -111) 91631) ((-453 . -741) 91601) ((-863 . -1052) 91571) ((-814 . -38) 91513) ((-690 . -881) 91495) ((-690 . -883) 91477) ((-295 . -309) 91281) ((-907 . -1213) T) ((-666 . -411) 91265) ((-863 . -111) 91230) ((-690 . -1035) 91175) ((-1001 . -452) T) ((-907 . -556) T) ((-533 . -611) 91157) ((-581 . -917) T) ((-474 . -1106) T) ((-518 . -917) T) ((-1150 . -288) 91134) ((-911 . -452) T) ((-65 . -611) 91116) ((-630 . -229) 91062) ((-474 . -23) T) ((-1114 . -791) T) ((-869 . -131) T) ((-1114 . -788) T) ((-1274 . -1276) 91041) ((-1114 . -723) T) ((-650 . -644) 91015) ((-294 . -611) 90756) ((-1136 . -614) 90674) ((-1032 . -34) T) ((-812 . -845) 90653) ((-580 . -307) T) ((-564 . -307) T) ((-495 . -307) T) ((-1283 . -714) 90623) ((-690 . -377) 90605) ((-690 . -338) 90587) ((-477 . -172) T) ((-381 . -714) 90557) ((-863 . -614) 90492) ((-868 . -847) NIL) ((-564 . -1019) T) ((-495 . -1019) T) ((-1127 . -611) 90474) ((-1107 . -238) 90453) ((-214 . -102) T) ((-1144 . -102) T) ((-71 . -611) 90435) ((-1136 . -1046) T) ((-1172 . -38) 90332) ((-855 . -611) 90314) ((-564 . -545) T) ((-666 . -1053) T) ((-728 . -946) 90267) ((-1136 . -233) 90246) ((-1076 . -1094) T) ((-1031 . -25) T) ((-1031 . -21) T) ((-1000 . -1052) 90191) ((-902 . -102) T) ((-863 . -1046) T) ((-690 . -897) NIL) ((-355 . -329) 90175) ((-355 . -363) T) ((-352 . -329) 90159) ((-352 . -363) T) ((-344 . -329) 90143) ((-344 . -363) T) ((-487 . -102) T) ((-1271 . -38) 90113) ((-546 . -847) T) ((-523 . -683) 90063) ((-217 . -102) T) ((-1021 . -1035) 89943) ((-1000 . -111) 89872) ((-1168 . -970) 89841) ((-1167 . -970) 89803) ((-520 . -151) 89787) ((-1074 . -370) 89766) ((-351 . -611) 89748) ((-322 . -21) T) ((-354 . -1035) 89725) ((-322 . -25) T) ((-1161 . -970) 89694) ((-1120 . -970) 89661) ((-76 . -611) 89643) ((-695 . -307) T) ((-169 . -847) 89622) ((-129 . -841) T) ((-907 . -363) T) ((-379 . -25) T) ((-379 . -21) T) ((-907 . -329) 89609) ((-86 . -611) 89591) ((-695 . -1019) T) ((-673 . -847) T) ((-1243 . -131) T) ((-1222 . -131) T) ((-898 . -1007) 89575) ((-833 . -21) T) ((-48 . -1035) 89518) ((-833 . -25) T) ((-824 . -25) T) ((-824 . -21) T) ((-1281 . -1053) T) ((-549 . -102) T) ((-1279 . -1053) T) ((-650 . -723) T) ((-1098 . -616) 89421) ((-1000 . -614) 89351) ((-1282 . -1052) 89335) ((-1232 . -847) 89314) ((-812 . -411) 89283) ((-103 . -119) 89267) ((-129 . -1094) T) ((-52 . -1094) T) ((-923 . -611) 89249) ((-868 . -989) 89226) ((-820 . -102) T) ((-1282 . -111) 89205) ((-649 . -38) 89175) ((-571 . -847) T) ((-355 . -1106) T) ((-352 . -1106) T) ((-344 . -1106) T) ((-264 . -1106) T) ((-247 . -1106) T) ((-621 . -307) 89154) ((-1144 . -309) 88958) ((-524 . -1077) T) ((-311 . -1094) T) ((-660 . -23) T) ((-482 . -231) 88927) ((-152 . -1053) T) ((-355 . -23) T) ((-352 . -23) T) ((-344 . -23) T) ((-117 . -307) T) ((-264 . -23) T) ((-247 . -23) T) ((-1000 . -1046) T) ((-709 . -906) 88906) ((-1150 . -614) 88883) ((-1000 . -233) 88855) ((-1000 . -243) T) ((-117 . -1019) NIL) ((-907 . -1106) T) ((-1244 . -452) 88834) ((-1223 . -452) 88813) ((-523 . -611) 88745) ((-709 . -644) 88670) ((-407 . -1052) 88622) ((-504 . -611) 88604) ((-907 . -23) T) ((-487 . -309) NIL) ((-1282 . -614) 88560) ((-474 . -131) T) ((-217 . -309) NIL) ((-407 . -111) 88498) ((-812 . -1053) 88428) ((-734 . -1092) 88412) ((-1243 . -493) 88378) ((-1222 . -493) 88344) ((-548 . -841) T) ((-141 . -1092) 88326) ((-477 . -290) T) ((-1282 . -1046) T) ((-1214 . -102) T) ((-1058 . -102) T) ((-840 . -614) 88194) ((-500 . -514) NIL) ((-699 . -102) T) ((-482 . -238) 88173) ((-407 . -614) 88071) ((-1166 . -145) 88050) ((-1166 . -147) 88029) ((-1119 . -147) 88008) ((-1119 . -145) 87987) ((-633 . -1052) 87971) ((-605 . -1052) 87955) ((-1168 . -1250) 87939) ((-666 . -1094) T) ((-666 . -1049) 87879) ((-1168 . -1237) 87856) ((-548 . -1094) T) ((-487 . -1145) T) ((-1167 . -1242) 87817) ((-1167 . -1237) 87787) ((-1167 . -1240) 87771) ((-217 . -1145) T) ((-343 . -917) T) ((-815 . -266) 87755) ((-633 . -111) 87734) ((-605 . -111) 87713) ((-1161 . -1221) 87674) ((-840 . -1046) 87653) ((-1161 . -1237) 87630) ((-515 . -25) T) ((-495 . -302) T) ((-511 . -23) T) ((-510 . -25) T) ((-508 . -25) T) ((-507 . -23) T) ((-1161 . -1219) 87614) ((-407 . -1046) T) ((-319 . -1053) T) ((-690 . -307) T) ((-108 . -845) T) ((-709 . -723) T) ((-407 . -243) T) ((-407 . -233) 87593) ((-487 . -38) 87543) ((-217 . -38) 87493) ((-474 . -493) 87459) ((-1216 . -368) T) ((-1152 . -1138) T) ((-1095 . -102) T) ((-697 . -611) 87441) ((-697 . -612) 87356) ((-711 . -21) T) ((-711 . -25) T) ((-1129 . -102) T) ((-134 . -611) 87338) ((-116 . -611) 87320) ((-157 . -25) T) ((-1281 . -1094) T) ((-869 . -637) 87268) ((-1279 . -1094) T) ((-960 . -102) T) ((-732 . -102) T) ((-712 . -102) T) ((-453 . -102) T) ((-813 . -452) 87219) ((-44 . -1094) T) ((-1082 . -847) T) ((-660 . -131) T) ((-1058 . -309) 87070) ((-666 . -714) 87054) ((-289 . -1053) T) ((-355 . -131) T) ((-352 . -131) T) ((-344 . -131) T) ((-264 . -131) T) ((-247 . -131) T) ((-418 . -102) T) ((-152 . -1094) T) ((-45 . -229) 87004) ((-955 . -847) 86983) ((-996 . -644) 86921) ((-240 . -1266) 86891) ((-1021 . -307) T) ((-294 . -1052) 86812) ((-907 . -131) T) ((-40 . -917) T) ((-487 . -400) 86794) ((-354 . -307) T) ((-217 . -400) 86776) ((-1074 . -411) 86760) ((-294 . -111) 86676) ((-1177 . -847) T) ((-1176 . -847) T) ((-869 . -25) T) ((-869 . -21) T) ((-339 . -611) 86658) ((-1245 . -47) 86602) ((-225 . -147) T) ((-174 . -611) 86584) ((-1107 . -845) 86563) ((-771 . -611) 86545) ((-128 . -847) T) ((-606 . -235) 86492) ((-475 . -235) 86442) ((-1281 . -714) 86412) ((-48 . -307) T) ((-1279 . -714) 86382) ((-65 . -614) 86311) ((-961 . -1094) T) ((-812 . -1094) 86101) ((-312 . -102) T) ((-898 . -1209) T) ((-48 . -1019) T) ((-1222 . -637) 86009) ((-685 . -102) 85987) ((-44 . -714) 85971) ((-550 . -102) T) ((-294 . -614) 85902) ((-67 . -383) T) ((-67 . -395) T) ((-658 . -23) T) ((-666 . -758) T) ((-1206 . -1094) 85880) ((-351 . -1052) 85825) ((-671 . -1094) 85803) ((-1057 . -147) T) ((-949 . -147) 85782) ((-949 . -145) 85761) ((-796 . -102) T) ((-152 . -714) 85745) ((-481 . -147) 85724) ((-481 . -145) 85703) ((-351 . -111) 85632) ((-1074 . -1053) T) ((-322 . -847) 85611) ((-1251 . -970) 85580) ((-625 . -1094) T) ((-1244 . -970) 85542) ((-511 . -131) T) ((-507 . -131) T) ((-295 . -229) 85492) ((-359 . -1053) T) ((-353 . -1053) T) ((-345 . -1053) T) ((-294 . -1046) 85434) ((-1223 . -970) 85403) ((-379 . -847) T) ((-108 . -1053) T) ((-996 . -723) T) ((-867 . -917) T) ((-840 . -792) 85382) ((-840 . -789) 85361) ((-418 . -309) 85300) ((-468 . -102) T) ((-594 . -970) 85269) ((-319 . -1094) T) ((-407 . -792) 85248) ((-407 . -789) 85227) ((-500 . -489) 85209) ((-1245 . -1035) 85175) ((-1243 . -21) T) ((-1243 . -25) T) ((-1222 . -21) T) ((-1222 . -25) T) ((-812 . -714) 85117) ((-351 . -614) 85047) ((-695 . -404) T) ((-1272 . -1209) T) ((-604 . -102) T) ((-1107 . -411) 85016) ((-1000 . -368) NIL) ((-667 . -102) T) ((-180 . -102) T) ((-161 . -102) T) ((-156 . -102) T) ((-154 . -102) T) ((-103 . -34) T) ((-734 . -1209) T) ((-44 . -758) T) ((-592 . -102) T) ((-77 . -396) T) ((-77 . -395) T) ((-649 . -652) 85000) ((-141 . -1209) T) ((-868 . -147) T) ((-868 . -145) NIL) ((-1208 . -93) T) ((-351 . -1046) T) ((-70 . -383) T) ((-70 . -395) T) ((-1159 . -102) T) ((-666 . -514) 84933) ((-685 . -309) 84871) ((-960 . -38) 84768) ((-732 . -38) 84738) ((-550 . -309) 84542) ((-316 . -1209) T) ((-351 . -233) T) ((-351 . -243) T) ((-313 . -1209) T) ((-289 . -1094) T) ((-1174 . -611) 84524) ((-708 . -1213) T) ((-1150 . -647) 84508) ((-1203 . -556) 84487) ((-708 . -556) T) ((-316 . -881) 84471) ((-316 . -883) 84396) ((-313 . -881) 84357) ((-313 . -883) NIL) ((-796 . -309) 84322) ((-319 . -714) 84163) ((-324 . -323) 84140) ((-485 . -102) T) ((-474 . -25) T) ((-474 . -21) T) ((-418 . -38) 84114) ((-316 . -1035) 83777) ((-225 . -1194) T) ((-225 . -1197) T) ((-3 . -611) 83759) ((-313 . -1035) 83689) ((-2 . -1094) T) ((-2 . |RecordCategory|) T) ((-830 . -611) 83671) ((-1107 . -1053) 83601) ((-580 . -917) T) ((-564 . -817) T) ((-564 . -917) T) ((-495 . -917) T) ((-136 . -1035) 83585) ((-225 . -95) T) ((-75 . -441) T) ((-75 . -395) T) ((0 . -611) 83567) ((-169 . -147) 83546) ((-169 . -145) 83497) ((-225 . -35) T) ((-49 . -611) 83479) ((-477 . -1053) T) ((-487 . -231) 83461) ((-484 . -965) 83445) ((-482 . -845) 83424) ((-217 . -231) 83406) ((-81 . -441) T) ((-81 . -395) T) ((-1140 . -34) T) ((-812 . -172) 83385) ((-728 . -102) T) ((-1023 . -611) 83352) ((-500 . -286) 83327) ((-316 . -377) 83296) ((-313 . -377) 83257) ((-313 . -338) 83218) ((-1079 . -611) 83200) ((-813 . -946) 83147) ((-658 . -131) T) ((-1232 . -145) 83126) ((-1232 . -147) 83105) ((-1168 . -102) T) ((-1167 . -102) T) ((-1161 . -102) T) ((-1153 . -1094) T) ((-1120 . -102) T) ((-222 . -34) T) ((-289 . -714) 83092) ((-1153 . -608) 83068) ((-592 . -309) NIL) ((-484 . -1094) 83046) ((-390 . -611) 83028) ((-510 . -847) T) ((-1144 . -229) 82978) ((-1251 . -1250) 82962) ((-1251 . -1237) 82939) ((-1244 . -1242) 82900) ((-1244 . -1237) 82870) ((-1244 . -1240) 82854) ((-1223 . -1221) 82815) ((-1223 . -1237) 82792) ((-619 . -611) 82774) ((-1223 . -1219) 82758) ((-695 . -917) T) ((-1168 . -284) 82724) ((-1167 . -284) 82690) ((-1161 . -284) 82656) ((-1074 . -1094) T) ((-1056 . -1094) T) ((-48 . -302) T) ((-316 . -897) 82622) ((-313 . -897) NIL) ((-1056 . -1063) 82601) ((-1114 . -883) 82583) ((-796 . -38) 82567) ((-264 . -637) 82515) ((-247 . -637) 82463) ((-697 . -1052) 82450) ((-594 . -1237) 82427) ((-1120 . -284) 82393) ((-319 . -172) 82324) ((-359 . -1094) T) ((-353 . -1094) T) ((-345 . -1094) T) ((-500 . -19) 82306) ((-1114 . -1035) 82288) ((-1096 . -151) 82272) ((-108 . -1094) T) ((-116 . -1052) 82259) ((-708 . -363) T) ((-500 . -602) 82234) ((-697 . -111) 82219) ((-436 . -102) T) ((-45 . -1143) 82169) ((-116 . -111) 82154) ((-633 . -717) T) ((-605 . -717) T) ((-812 . -514) 82087) ((-1032 . -1209) T) ((-940 . -151) 82071) ((-1217 . -611) 82053) ((-1166 . -452) 81984) ((-1160 . -1094) T) ((-1152 . -1094) T) ((-525 . -102) T) ((-520 . -102) 81934) ((-1136 . -644) 81908) ((-1119 . -452) 81859) ((-1081 . -1213) 81838) ((-779 . -1213) 81817) ((-777 . -1213) 81796) ((-62 . -1209) T) ((-477 . -611) 81748) ((-477 . -612) 81670) ((-1081 . -556) 81601) ((-991 . -1094) T) ((-779 . -556) 81512) ((-777 . -556) 81443) ((-482 . -411) 81412) ((-621 . -917) 81391) ((-454 . -1213) 81370) ((-728 . -309) 81357) ((-697 . -614) 81329) ((-398 . -611) 81311) ((-671 . -514) 81244) ((-660 . -25) T) ((-660 . -21) T) ((-454 . -556) 81175) ((-355 . -25) T) ((-355 . -21) T) ((-117 . -917) T) ((-117 . -817) NIL) ((-352 . -25) T) ((-352 . -21) T) ((-344 . -25) T) ((-344 . -21) T) ((-264 . -25) T) ((-264 . -21) T) ((-247 . -25) T) ((-247 . -21) T) ((-83 . -384) T) ((-83 . -395) T) ((-134 . -614) 81157) ((-116 . -614) 81129) ((-1261 . -611) 81111) ((-1215 . -847) T) ((-1203 . -1106) T) ((-1203 . -23) T) ((-1161 . -309) 80996) ((-1120 . -309) 80983) ((-1074 . -714) 80851) ((-863 . -644) 80811) ((-940 . -977) 80795) ((-907 . -21) T) ((-289 . -172) T) ((-907 . -25) T) ((-311 . -93) T) ((-869 . -847) 80746) ((-708 . -1106) T) ((-708 . -23) T) ((-697 . -1046) T) ((-643 . -1094) 80724) ((-630 . -1094) T) ((-581 . -1213) T) ((-518 . -1213) T) ((-697 . -233) T) ((-630 . -608) 80699) ((-581 . -556) T) ((-518 . -556) T) ((-359 . -714) 80651) ((-339 . -1052) 80635) ((-353 . -714) 80587) ((-345 . -714) 80539) ((-174 . -1052) 80471) ((-174 . -111) 80382) ((-108 . -714) 80332) ((-339 . -111) 80311) ((-274 . -1094) T) ((-273 . -1094) T) ((-272 . -1094) T) ((-271 . -1094) T) ((-270 . -1094) T) ((-269 . -1094) T) ((-268 . -1094) T) ((-212 . -1094) T) ((-211 . -1094) T) ((-169 . -1197) 80289) ((-169 . -1194) 80267) ((-209 . -1094) T) ((-208 . -1094) T) ((-116 . -1046) T) ((-207 . -1094) T) ((-206 . -1094) T) ((-203 . -1094) T) ((-202 . -1094) T) ((-201 . -1094) T) ((-200 . -1094) T) ((-199 . -1094) T) ((-198 . -1094) T) ((-197 . -1094) T) ((-196 . -1094) T) ((-195 . -1094) T) ((-194 . -1094) T) ((-193 . -1094) T) ((-240 . -102) 80057) ((-169 . -35) 80035) ((-169 . -95) 80013) ((-650 . -1035) 79909) ((-482 . -1053) 79839) ((-1107 . -1094) 79629) ((-1136 . -34) T) ((-666 . -489) 79613) ((-73 . -1209) T) ((-105 . -611) 79595) ((-1283 . -611) 79577) ((-381 . -611) 79559) ((-339 . -614) 79511) ((-174 . -614) 79428) ((-1208 . -490) 79409) ((-728 . -38) 79258) ((-571 . -1197) T) ((-571 . -1194) T) ((-531 . -611) 79240) ((-520 . -309) 79178) ((-500 . -611) 79160) ((-500 . -612) 79142) ((-1208 . -611) 79108) ((-1161 . -1145) NIL) ((-1024 . -1066) 79077) ((-1024 . -1094) T) ((-1001 . -102) T) ((-968 . -102) T) ((-911 . -102) T) ((-890 . -1035) 79054) ((-1136 . -723) T) ((-1000 . -644) 78999) ((-476 . -1094) T) ((-463 . -1094) T) ((-585 . -23) T) ((-571 . -35) T) ((-571 . -95) T) ((-427 . -102) T) ((-1058 . -229) 78945) ((-1168 . -38) 78842) ((-863 . -723) T) ((-690 . -917) T) ((-511 . -25) T) ((-507 . -21) T) ((-507 . -25) T) ((-1167 . -38) 78683) ((-339 . -1046) T) ((-1161 . -38) 78479) ((-1074 . -172) T) ((-174 . -1046) T) ((-1120 . -38) 78376) ((-709 . -47) 78353) ((-359 . -172) T) ((-353 . -172) T) ((-519 . -57) 78327) ((-497 . -57) 78277) ((-351 . -1278) 78254) ((-225 . -452) T) ((-319 . -290) 78205) ((-345 . -172) T) ((-174 . -243) T) ((-1222 . -847) 78104) ((-108 . -172) T) ((-869 . -989) 78088) ((-654 . -1106) T) ((-581 . -363) T) ((-581 . -329) 78075) ((-518 . -329) 78052) ((-518 . -363) T) ((-316 . -307) 78031) ((-313 . -307) T) ((-600 . -847) 78010) ((-1107 . -714) 77952) ((-520 . -282) 77936) ((-654 . -23) T) ((-418 . -231) 77920) ((-313 . -1019) NIL) ((-336 . -23) T) ((-103 . -1007) 77904) ((-45 . -36) 77883) ((-610 . -1094) T) ((-351 . -368) T) ((-524 . -102) T) ((-495 . -27) T) ((-240 . -309) 77821) ((-1081 . -1106) T) ((-1282 . -644) 77795) ((-779 . -1106) T) ((-777 . -1106) T) ((-454 . -1106) T) ((-1057 . -452) T) ((-949 . -452) 77746) ((-1109 . -1077) T) ((-110 . -1094) T) ((-1081 . -23) T) ((-814 . -1053) T) ((-779 . -23) T) ((-777 . -23) T) ((-481 . -452) 77697) ((-1153 . -514) 77480) ((-381 . -382) 77459) ((-1172 . -411) 77443) ((-461 . -23) T) ((-454 . -23) T) ((-96 . -1094) T) ((-484 . -514) 77376) ((-289 . -290) T) ((-1076 . -611) 77358) ((-1076 . -612) 77339) ((-407 . -906) 77318) ((-50 . -1106) T) ((-1021 . -917) T) ((-1000 . -723) T) ((-709 . -883) NIL) ((-581 . -1106) T) ((-518 . -1106) T) ((-840 . -644) 77291) ((-1203 . -131) T) ((-1161 . -400) 77243) ((-1001 . -309) NIL) ((-812 . -489) 77227) ((-354 . -917) T) ((-1150 . -34) T) ((-407 . -644) 77179) ((-50 . -23) T) ((-708 . -131) T) ((-709 . -1035) 77059) ((-581 . -23) T) ((-108 . -514) NIL) ((-518 . -23) T) ((-169 . -409) 77030) ((-1134 . -1094) T) ((-1274 . -1273) 77014) ((-697 . -792) T) ((-697 . -789) T) ((-1114 . -307) T) ((-379 . -147) T) ((-280 . -611) 76996) ((-1222 . -989) 76966) ((-48 . -917) T) ((-671 . -489) 76950) ((-251 . -1266) 76920) ((-250 . -1266) 76890) ((-1170 . -847) T) ((-1107 . -172) 76869) ((-1114 . -1019) T) ((-1043 . -34) T) ((-833 . -147) 76848) ((-833 . -145) 76827) ((-734 . -107) 76811) ((-610 . -132) T) ((-482 . -1094) 76601) ((-1172 . -1053) T) ((-868 . -452) T) ((-85 . -1209) T) ((-240 . -38) 76571) ((-141 . -107) 76553) ((-709 . -377) 76537) ((-830 . -614) 76405) ((-1114 . -545) T) ((-579 . -102) T) ((-129 . -490) 76387) ((-390 . -1052) 76371) ((-1282 . -723) T) ((-1166 . -946) 76340) ((-129 . -611) 76307) ((-52 . -611) 76289) ((-1119 . -946) 76256) ((-649 . -411) 76240) ((-1271 . -1053) T) ((-619 . -1052) 76224) ((-658 . -25) T) ((-658 . -21) T) ((-1152 . -514) NIL) ((-1251 . -102) T) ((-1244 . -102) T) ((-390 . -111) 76203) ((-222 . -254) 76187) ((-1223 . -102) T) ((-1050 . -1094) T) ((-1001 . -1145) T) ((-1050 . -1049) 76127) ((-815 . -1094) T) ((-343 . -1213) T) ((-633 . -644) 76111) ((-619 . -111) 76090) ((-605 . -644) 76074) ((-595 . -102) T) ((-311 . -490) 76055) ((-585 . -131) T) ((-594 . -102) T) ((-414 . -1094) T) ((-385 . -1094) T) ((-311 . -611) 76021) ((-227 . -1094) 75999) ((-643 . -514) 75932) ((-630 . -514) 75776) ((-830 . -1046) 75755) ((-641 . -151) 75739) ((-343 . -556) T) ((-709 . -897) 75682) ((-550 . -229) 75632) ((-1251 . -284) 75598) ((-1074 . -290) 75549) ((-487 . -845) T) ((-223 . -1106) T) ((-1244 . -284) 75515) ((-1223 . -284) 75481) ((-1001 . -38) 75431) ((-217 . -845) T) ((-1203 . -493) 75397) ((-911 . -38) 75349) ((-840 . -791) 75328) ((-840 . -788) 75307) ((-840 . -723) 75286) ((-359 . -290) T) ((-353 . -290) T) ((-345 . -290) T) ((-169 . -452) 75217) ((-427 . -38) 75201) ((-108 . -290) T) ((-223 . -23) T) ((-407 . -791) 75180) ((-407 . -788) 75159) ((-407 . -723) T) ((-500 . -288) 75134) ((-477 . -1052) 75099) ((-654 . -131) T) ((-619 . -614) 75068) ((-1107 . -514) 75001) ((-336 . -131) T) ((-169 . -402) 74980) ((-482 . -714) 74922) ((-812 . -286) 74899) ((-477 . -111) 74855) ((-649 . -1053) T) ((-1232 . -452) 74786) ((-1270 . -1077) T) ((-1269 . -1077) T) ((-1081 . -131) T) ((-1050 . -714) 74728) ((-264 . -847) 74707) ((-247 . -847) 74686) ((-779 . -131) T) ((-777 . -131) T) ((-571 . -452) T) ((-1024 . -514) 74619) ((-619 . -1046) T) ((-591 . -1094) T) ((-533 . -173) T) ((-461 . -131) T) ((-454 . -131) T) ((-45 . -1094) T) ((-385 . -714) 74589) ((-814 . -1094) T) ((-476 . -514) 74522) ((-463 . -514) 74455) ((-453 . -367) 74425) ((-45 . -608) 74404) ((-316 . -302) T) ((-477 . -614) 74354) ((-666 . -611) 74316) ((-59 . -847) 74295) ((-1223 . -309) 74180) ((-548 . -611) 74162) ((-1001 . -400) 74144) ((-812 . -602) 74121) ((-516 . -847) 74100) ((-496 . -847) 74079) ((-40 . -1213) T) ((-996 . -1035) 73975) ((-50 . -131) T) ((-581 . -131) T) ((-518 . -131) T) ((-294 . -644) 73835) ((-343 . -329) 73812) ((-343 . -363) T) ((-322 . -323) 73789) ((-319 . -286) 73774) ((-40 . -556) T) ((-379 . -1194) T) ((-379 . -1197) T) ((-1032 . -1185) 73749) ((-1182 . -235) 73699) ((-1161 . -231) 73651) ((-330 . -1094) T) ((-379 . -95) T) ((-379 . -35) T) ((-1032 . -107) 73597) ((-477 . -1046) T) ((-479 . -235) 73547) ((-1153 . -489) 73481) ((-1283 . -1052) 73465) ((-381 . -1052) 73449) ((-477 . -243) T) ((-813 . -102) T) ((-711 . -147) 73428) ((-711 . -145) 73407) ((-484 . -489) 73391) ((-485 . -335) 73360) ((-1283 . -111) 73339) ((-512 . -1094) T) ((-482 . -172) 73318) ((-996 . -377) 73302) ((-413 . -102) T) ((-381 . -111) 73281) ((-996 . -338) 73265) ((-279 . -980) 73249) ((-278 . -980) 73233) ((-1281 . -611) 73215) ((-1279 . -611) 73197) ((-110 . -514) NIL) ((-1166 . -1235) 73181) ((-851 . -849) 73165) ((-1172 . -1094) T) ((-103 . -1209) T) ((-949 . -946) 73126) ((-814 . -714) 73068) ((-1223 . -1145) NIL) ((-481 . -946) 73013) ((-1057 . -143) T) ((-60 . -102) 72991) ((-44 . -611) 72973) ((-78 . -611) 72955) ((-351 . -644) 72900) ((-1271 . -1094) T) ((-511 . -847) T) ((-343 . -1106) T) ((-295 . -1094) T) ((-996 . -897) 72859) ((-295 . -608) 72838) ((-1283 . -614) 72787) ((-1251 . -38) 72684) ((-1244 . -38) 72525) ((-1223 . -38) 72321) ((-487 . -1053) T) ((-381 . -614) 72305) ((-217 . -1053) T) ((-343 . -23) T) ((-152 . -611) 72287) ((-830 . -792) 72266) ((-830 . -789) 72245) ((-1208 . -614) 72226) ((-595 . -38) 72199) ((-594 . -38) 72096) ((-867 . -556) T) ((-223 . -131) T) ((-319 . -999) 72062) ((-79 . -611) 72044) ((-709 . -307) 72023) ((-294 . -723) 71925) ((-821 . -102) T) ((-861 . -841) T) ((-294 . -473) 71904) ((-1274 . -102) T) ((-40 . -363) T) ((-869 . -147) 71883) ((-869 . -145) 71862) ((-1152 . -489) 71844) ((-1283 . -1046) T) ((-482 . -514) 71777) ((-1140 . -1209) T) ((-961 . -611) 71759) ((-643 . -489) 71743) ((-630 . -489) 71674) ((-812 . -611) 71405) ((-48 . -27) T) ((-1172 . -714) 71302) ((-649 . -1094) T) ((-858 . -857) T) ((-436 . -364) 71276) ((-1096 . -102) T) ((-967 . -1094) T) ((-861 . -1094) T) ((-813 . -309) 71263) ((-533 . -527) T) ((-533 . -576) T) ((-1279 . -382) 71235) ((-1050 . -514) 71168) ((-1153 . -286) 71144) ((-240 . -231) 71113) ((-1271 . -714) 71083) ((-1160 . -93) T) ((-991 . -93) T) ((-814 . -172) 71062) ((-1206 . -490) 71039) ((-227 . -514) 70972) ((-619 . -792) 70951) ((-619 . -789) 70930) ((-1206 . -611) 70842) ((-222 . -1209) T) ((-671 . -611) 70774) ((-1150 . -1007) 70758) ((-940 . -102) 70708) ((-351 . -723) T) ((-858 . -611) 70690) ((-1223 . -400) 70642) ((-1107 . -489) 70626) ((-60 . -309) 70564) ((-331 . -102) T) ((-1203 . -21) T) ((-1203 . -25) T) ((-40 . -1106) T) ((-708 . -21) T) ((-625 . -611) 70546) ((-515 . -323) 70525) ((-708 . -25) T) ((-439 . -102) T) ((-108 . -286) NIL) ((-918 . -1106) T) ((-40 . -23) T) ((-768 . -1106) T) ((-564 . -1213) T) ((-495 . -1213) T) ((-319 . -611) 70507) ((-1001 . -231) 70489) ((-169 . -166) 70473) ((-580 . -556) T) ((-564 . -556) T) ((-495 . -556) T) ((-768 . -23) T) ((-1243 . -147) 70452) ((-1153 . -602) 70428) ((-1243 . -145) 70407) ((-1024 . -489) 70391) ((-1222 . -145) 70316) ((-1222 . -147) 70241) ((-1274 . -1280) 70220) ((-476 . -489) 70204) ((-463 . -489) 70188) ((-523 . -34) T) ((-649 . -714) 70158) ((-112 . -964) T) ((-658 . -847) 70137) ((-1172 . -172) 70088) ((-365 . -102) T) ((-240 . -238) 70067) ((-251 . -102) T) ((-250 . -102) T) ((-1232 . -946) 70036) ((-245 . -847) 70015) ((-813 . -38) 69864) ((-45 . -514) 69656) ((-1152 . -286) 69631) ((-214 . -1094) T) ((-1144 . -1094) T) ((-1144 . -608) 69610) ((-585 . -25) T) ((-585 . -21) T) ((-1096 . -309) 69548) ((-960 . -411) 69532) ((-695 . -1213) T) ((-630 . -286) 69507) ((-1081 . -637) 69455) ((-779 . -637) 69403) ((-777 . -637) 69351) ((-343 . -131) T) ((-289 . -611) 69333) ((-902 . -1094) T) ((-695 . -556) T) ((-129 . -614) 69315) ((-867 . -1106) T) ((-454 . -637) 69263) ((-902 . -900) 69247) ((-379 . -452) T) ((-487 . -1094) T) ((-940 . -309) 69185) ((-697 . -644) 69172) ((-549 . -841) T) ((-217 . -1094) T) ((-316 . -917) 69151) ((-313 . -917) T) ((-313 . -817) NIL) ((-390 . -717) T) ((-867 . -23) T) ((-116 . -644) 69138) ((-474 . -145) 69117) ((-418 . -411) 69101) ((-474 . -147) 69080) ((-110 . -489) 69062) ((-311 . -614) 69043) ((-2 . -611) 69025) ((-186 . -102) T) ((-1152 . -19) 69007) ((-1152 . -602) 68982) ((-654 . -21) T) ((-654 . -25) T) ((-592 . -1138) T) ((-1107 . -286) 68959) ((-336 . -25) T) ((-336 . -21) T) ((-495 . -363) T) ((-1274 . -38) 68929) ((-1136 . -1209) T) ((-630 . -602) 68904) ((-549 . -1094) T) ((-1081 . -25) T) ((-1081 . -21) T) ((-531 . -789) T) ((-531 . -792) T) ((-117 . -1213) T) ((-960 . -1053) T) ((-621 . -556) T) ((-779 . -25) T) ((-779 . -21) T) ((-777 . -21) T) ((-777 . -25) T) ((-732 . -1053) T) ((-712 . -1053) T) ((-666 . -1052) 68888) ((-517 . -1077) T) ((-461 . -25) T) ((-117 . -556) T) ((-461 . -21) T) ((-454 . -25) T) ((-454 . -21) T) ((-1281 . -1052) 68872) ((-1136 . -1035) 68768) ((-814 . -290) 68747) ((-1279 . -1052) 68731) ((-820 . -1094) T) ((-1243 . -1194) 68697) ((-963 . -964) T) ((-666 . -111) 68676) ((-295 . -514) 68468) ((-1243 . -1197) 68434) ((-1243 . -95) 68400) ((-1226 . -102) 68378) ((-251 . -309) 68316) ((-250 . -309) 68254) ((-1223 . -231) 68206) ((-1153 . -612) NIL) ((-1153 . -611) 68188) ((-1222 . -1194) 68154) ((-1222 . -1197) 68120) ((-1217 . -368) T) ((-96 . -93) T) ((-1214 . -841) T) ((-1136 . -377) 68104) ((-1114 . -817) T) ((-1114 . -917) T) ((-1107 . -602) 68081) ((-1074 . -612) 68065) ((-484 . -611) 67997) ((-812 . -288) 67974) ((-606 . -151) 67921) ((-418 . -1053) T) ((-487 . -714) 67871) ((-482 . -489) 67855) ((-327 . -847) 67834) ((-339 . -644) 67808) ((-50 . -21) T) ((-50 . -25) T) ((-217 . -714) 67758) ((-169 . -721) 67729) ((-174 . -644) 67661) ((-581 . -21) T) ((-581 . -25) T) ((-518 . -25) T) ((-518 . -21) T) ((-475 . -151) 67611) ((-1074 . -611) 67593) ((-1056 . -611) 67575) ((-990 . -102) T) ((-859 . -102) T) ((-796 . -411) 67539) ((-40 . -131) T) ((-695 . -363) T) ((-697 . -723) T) ((-697 . -791) T) ((-697 . -788) T) ((-212 . -892) T) ((-580 . -1106) T) ((-564 . -1106) T) ((-495 . -1106) T) ((-359 . -611) 67521) ((-353 . -611) 67503) ((-345 . -611) 67485) ((-66 . -396) T) ((-66 . -395) T) ((-108 . -612) 67415) ((-108 . -611) 67357) ((-211 . -892) T) ((-955 . -151) 67341) ((-768 . -131) T) ((-666 . -614) 67259) ((-134 . -723) T) ((-116 . -723) T) ((-1243 . -35) 67225) ((-1050 . -489) 67209) ((-580 . -23) T) ((-564 . -23) T) ((-495 . -23) T) ((-1222 . -95) 67175) ((-1222 . -35) 67141) ((-1166 . -102) T) ((-1119 . -102) T) ((-851 . -102) T) ((-227 . -489) 67125) ((-1281 . -111) 67104) ((-1279 . -111) 67083) ((-44 . -1052) 67067) ((-1232 . -1235) 67051) ((-852 . -849) 67035) ((-1281 . -614) 66981) ((-1172 . -290) 66960) ((-110 . -286) 66935) ((-1214 . -1094) T) ((-128 . -151) 66917) ((-1136 . -897) 66876) ((-44 . -111) 66855) ((-1175 . -1254) T) ((-1160 . -490) 66836) ((-1160 . -611) 66802) ((-1152 . -612) NIL) ((-666 . -1046) T) ((-1152 . -611) 66784) ((-1058 . -608) 66759) ((-1058 . -1094) T) ((-991 . -490) 66740) ((-991 . -611) 66706) ((-74 . -441) T) ((-74 . -395) T) ((-699 . -1094) T) ((-152 . -1052) 66690) ((-666 . -233) 66669) ((-571 . -554) 66653) ((-355 . -147) 66632) ((-355 . -145) 66583) ((-352 . -147) 66562) ((-352 . -145) 66513) ((-344 . -147) 66492) ((-344 . -145) 66443) ((-264 . -145) 66422) ((-264 . -147) 66401) ((-251 . -38) 66371) ((-247 . -147) 66350) ((-117 . -363) T) ((-247 . -145) 66329) ((-250 . -38) 66299) ((-152 . -111) 66278) ((-1000 . -1035) 66166) ((-1161 . -845) NIL) ((-690 . -1213) T) ((-796 . -1053) T) ((-695 . -1106) T) ((-1281 . -1046) T) ((-1279 . -614) 66095) ((-1279 . -1046) T) ((-1150 . -1209) T) ((-1000 . -377) 66072) ((-907 . -145) T) ((-907 . -147) 66054) ((-867 . -131) T) ((-812 . -1052) 65951) ((-690 . -556) T) ((-695 . -23) T) ((-643 . -611) 65883) ((-643 . -612) 65844) ((-630 . -612) NIL) ((-630 . -611) 65826) ((-487 . -172) T) ((-223 . -21) T) ((-217 . -172) T) ((-223 . -25) T) ((-474 . -1197) 65792) ((-474 . -1194) 65758) ((-274 . -611) 65740) ((-273 . -611) 65722) ((-272 . -611) 65704) ((-271 . -611) 65686) ((-270 . -611) 65668) ((-500 . -647) 65650) ((-269 . -611) 65632) ((-339 . -723) T) ((-268 . -611) 65614) ((-110 . -19) 65596) ((-174 . -723) T) ((-500 . -373) 65578) ((-212 . -611) 65560) ((-520 . -1143) 65544) ((-500 . -123) T) ((-110 . -602) 65519) ((-211 . -611) 65501) ((-474 . -35) 65467) ((-474 . -95) 65433) ((-209 . -611) 65415) ((-208 . -611) 65397) ((-207 . -611) 65379) ((-206 . -611) 65361) ((-203 . -611) 65343) ((-202 . -611) 65325) ((-201 . -611) 65307) ((-200 . -611) 65289) ((-199 . -611) 65271) ((-198 . -611) 65253) ((-197 . -611) 65235) ((-536 . -1097) 65187) ((-196 . -611) 65169) ((-195 . -611) 65151) ((-45 . -489) 65088) ((-194 . -611) 65070) ((-193 . -611) 65052) ((-152 . -614) 65021) ((-1109 . -102) T) ((-812 . -111) 64911) ((-641 . -102) 64861) ((-482 . -286) 64838) ((-1107 . -611) 64569) ((-1095 . -1094) T) ((-1043 . -1209) T) ((-1282 . -1035) 64553) ((-621 . -1106) T) ((-1166 . -309) 64540) ((-1129 . -1094) T) ((-1119 . -309) 64527) ((-1090 . -1077) T) ((-1084 . -1077) T) ((-1068 . -1077) T) ((-1061 . -1077) T) ((-1033 . -1077) T) ((-1016 . -1077) T) ((-117 . -1106) T) ((-816 . -102) T) ((-624 . -1077) T) ((-621 . -23) T) ((-1144 . -514) 64319) ((-483 . -1077) T) ((-1000 . -897) 64271) ((-386 . -102) T) ((-324 . -102) T) ((-218 . -1077) T) ((-960 . -1094) T) ((-152 . -1046) T) ((-728 . -411) 64255) ((-117 . -23) T) ((-732 . -1094) T) ((-712 . -1094) T) ((-699 . -132) T) ((-453 . -1094) T) ((-407 . -1209) T) ((-316 . -430) 64239) ((-591 . -93) T) ((-1024 . -612) 64200) ((-1021 . -1213) T) ((-225 . -102) T) ((-1024 . -611) 64162) ((-813 . -231) 64146) ((-812 . -614) 63876) ((-1021 . -556) T) ((-830 . -644) 63849) ((-354 . -1213) T) ((-476 . -611) 63811) ((-476 . -612) 63772) ((-463 . -612) 63733) ((-463 . -611) 63695) ((-407 . -881) 63679) ((-319 . -1052) 63514) ((-407 . -883) 63439) ((-840 . -1035) 63335) ((-487 . -514) NIL) ((-482 . -602) 63312) ((-354 . -556) T) ((-217 . -514) NIL) ((-869 . -452) T) ((-418 . -1094) T) ((-407 . -1035) 63176) ((-319 . -111) 62997) ((-690 . -363) T) ((-225 . -284) T) ((-1206 . -614) 62974) ((-48 . -1213) T) ((-812 . -1046) 62904) ((-580 . -131) T) ((-564 . -131) T) ((-495 . -131) T) ((-1166 . -1145) 62882) ((-48 . -556) T) ((-1153 . -288) 62858) ((-1057 . -102) T) ((-949 . -102) T) ((-316 . -27) 62837) ((-812 . -233) 62789) ((-249 . -832) 62771) ((-240 . -845) 62750) ((-187 . -832) 62732) ((-710 . -102) T) ((-295 . -489) 62669) ((-481 . -102) T) ((-728 . -1053) T) ((-610 . -611) 62651) ((-610 . -612) 62512) ((-407 . -377) 62496) ((-407 . -338) 62480) ((-319 . -614) 62306) ((-1166 . -38) 62135) ((-1119 . -38) 61984) ((-851 . -38) 61954) ((-390 . -644) 61938) ((-641 . -309) 61876) ((-960 . -714) 61773) ((-732 . -714) 61743) ((-222 . -107) 61727) ((-45 . -286) 61652) ((-619 . -644) 61626) ((-312 . -1094) T) ((-289 . -1052) 61613) ((-110 . -611) 61595) ((-110 . -612) 61577) ((-453 . -714) 61547) ((-813 . -253) 61486) ((-685 . -1094) 61464) ((-550 . -1094) T) ((-1168 . -1053) T) ((-1167 . -1053) T) ((-96 . -490) 61445) ((-1161 . -1053) T) ((-289 . -111) 61430) ((-1120 . -1053) T) ((-550 . -608) 61409) ((-96 . -611) 61375) ((-1001 . -845) T) ((-227 . -683) 61333) ((-690 . -1106) T) ((-1203 . -737) 61309) ((-1021 . -363) T) ((-835 . -832) 61291) ((-319 . -1046) T) ((-343 . -25) T) ((-343 . -21) T) ((-407 . -897) 61250) ((-68 . -1209) T) ((-830 . -791) 61229) ((-418 . -714) 61203) ((-796 . -1094) T) ((-830 . -788) 61182) ((-695 . -131) T) ((-709 . -917) 61161) ((-690 . -23) T) ((-487 . -290) T) ((-830 . -723) 61140) ((-319 . -233) 61092) ((-319 . -243) 61071) ((-217 . -290) T) ((-129 . -368) T) ((-1243 . -452) 61050) ((-1222 . -452) 61029) ((-354 . -329) 61006) ((-354 . -363) T) ((-1134 . -611) 60988) ((-45 . -1247) 60938) ((-868 . -102) T) ((-641 . -282) 60922) ((-695 . -1055) T) ((-1270 . -102) T) ((-1269 . -102) T) ((-477 . -644) 60887) ((-468 . -1094) T) ((-45 . -602) 60812) ((-1152 . -288) 60787) ((-289 . -614) 60759) ((-40 . -637) 60698) ((-48 . -363) T) ((-1100 . -611) 60680) ((-1081 . -847) 60659) ((-630 . -288) 60634) ((-779 . -847) 60613) ((-777 . -847) 60592) ((-482 . -611) 60323) ((-240 . -411) 60292) ((-949 . -309) 60279) ((-454 . -847) 60258) ((-65 . -1209) T) ((-1058 . -514) 60102) ((-621 . -131) T) ((-546 . -102) T) ((-481 . -309) 60089) ((-604 . -1094) T) ((-117 . -131) T) ((-667 . -1094) T) ((-289 . -1046) T) ((-180 . -1094) T) ((-161 . -1094) T) ((-156 . -1094) T) ((-154 . -1094) T) ((-453 . -758) T) ((-31 . -1077) T) ((-960 . -172) 60040) ((-967 . -93) T) ((-1074 . -1052) 59950) ((-619 . -791) 59929) ((-592 . -1094) T) ((-619 . -788) 59908) ((-619 . -723) T) ((-295 . -286) 59887) ((-294 . -1209) T) ((-1050 . -611) 59849) ((-1050 . -612) 59810) ((-1021 . -1106) T) ((-169 . -102) T) ((-275 . -847) T) ((-1159 . -1094) T) ((-815 . -611) 59792) ((-1107 . -288) 59769) ((-1096 . -229) 59753) ((-1000 . -307) T) ((-796 . -714) 59737) ((-359 . -1052) 59689) ((-354 . -1106) T) ((-353 . -1052) 59641) ((-414 . -611) 59623) ((-385 . -611) 59605) ((-345 . -1052) 59557) ((-227 . -611) 59489) ((-1074 . -111) 59385) ((-1021 . -23) T) ((-108 . -1052) 59335) ((-895 . -102) T) ((-838 . -102) T) ((-805 . -102) T) ((-766 . -102) T) ((-673 . -102) T) ((-474 . -452) 59314) ((-418 . -172) T) ((-359 . -111) 59252) ((-353 . -111) 59190) ((-345 . -111) 59128) ((-251 . -231) 59097) ((-250 . -231) 59066) ((-354 . -23) T) ((-71 . -1209) T) ((-225 . -38) 59031) ((-108 . -111) 58965) ((-40 . -25) T) ((-40 . -21) T) ((-666 . -717) T) ((-169 . -284) 58943) ((-48 . -1106) T) ((-918 . -25) T) ((-768 . -25) T) ((-1144 . -489) 58880) ((-485 . -1094) T) ((-1283 . -644) 58854) ((-1232 . -102) T) ((-1057 . -1145) T) ((-852 . -102) T) ((-240 . -1053) 58784) ((-961 . -789) 58737) ((-961 . -792) 58690) ((-381 . -644) 58674) ((-48 . -23) T) ((-812 . -792) 58625) ((-812 . -789) 58576) ((-548 . -368) T) ((-295 . -602) 58555) ((-477 . -723) T) ((-571 . -102) T) ((-1074 . -614) 58373) ((-249 . -185) T) ((-187 . -185) T) ((-868 . -309) 58330) ((-649 . -286) 58309) ((-112 . -657) T) ((-359 . -614) 58246) ((-353 . -614) 58183) ((-345 . -614) 58120) ((-76 . -1209) T) ((-108 . -614) 58070) ((-1057 . -38) 58057) ((-660 . -374) 58036) ((-949 . -38) 57885) ((-728 . -1094) T) ((-481 . -38) 57734) ((-86 . -1209) T) ((-591 . -490) 57715) ((-571 . -284) T) ((-1223 . -845) NIL) ((-591 . -611) 57681) ((-1168 . -1094) T) ((-1167 . -1094) T) ((-1074 . -1046) T) ((-351 . -1035) 57658) ((-814 . -490) 57642) ((-1001 . -1053) T) ((-45 . -611) 57624) ((-45 . -612) NIL) ((-911 . -1053) T) ((-814 . -611) 57593) ((-1161 . -1094) T) ((-1141 . -102) 57571) ((-1074 . -243) 57522) ((-427 . -1053) T) ((-359 . -1046) T) ((-365 . -364) 57499) ((-353 . -1046) T) ((-345 . -1046) T) ((-251 . -238) 57478) ((-250 . -238) 57457) ((-1074 . -233) 57382) ((-1120 . -1094) T) ((-294 . -897) 57341) ((-108 . -1046) T) ((-690 . -131) T) ((-418 . -514) 57183) ((-359 . -233) 57162) ((-359 . -243) T) ((-44 . -717) T) ((-353 . -233) 57141) ((-353 . -243) T) ((-345 . -233) 57120) ((-345 . -243) T) ((-1160 . -614) 57101) ((-169 . -309) 57066) ((-108 . -243) T) ((-108 . -233) T) ((-991 . -614) 57047) ((-319 . -789) T) ((-867 . -21) T) ((-867 . -25) T) ((-407 . -307) T) ((-500 . -34) T) ((-110 . -288) 57022) ((-1107 . -1052) 56919) ((-868 . -1145) NIL) ((-330 . -611) 56901) ((-407 . -1019) 56879) ((-1107 . -111) 56769) ((-687 . -1254) T) ((-436 . -1094) T) ((-1283 . -723) T) ((-63 . -611) 56751) ((-868 . -38) 56696) ((-523 . -1209) T) ((-600 . -151) 56680) ((-512 . -611) 56662) ((-1232 . -309) 56649) ((-728 . -714) 56498) ((-531 . -790) T) ((-531 . -791) T) ((-564 . -637) 56480) ((-495 . -637) 56440) ((-355 . -452) T) ((-352 . -452) T) ((-344 . -452) T) ((-264 . -452) 56391) ((-525 . -1094) T) ((-520 . -1094) 56341) ((-247 . -452) 56292) ((-1144 . -286) 56271) ((-1172 . -611) 56253) ((-685 . -514) 56186) ((-960 . -290) 56165) ((-550 . -514) 55957) ((-1271 . -611) 55926) ((-1166 . -231) 55910) ((-1107 . -614) 55640) ((-169 . -1145) 55619) ((-1271 . -490) 55603) ((-1168 . -714) 55500) ((-1167 . -714) 55341) ((-889 . -102) T) ((-1161 . -714) 55137) ((-1120 . -714) 55034) ((-1150 . -670) 55018) ((-355 . -402) 54969) ((-352 . -402) 54920) ((-344 . -402) 54871) ((-1021 . -131) T) ((-796 . -514) 54783) ((-295 . -612) NIL) ((-295 . -611) 54765) ((-907 . -452) T) ((-961 . -368) 54718) ((-812 . -368) 54697) ((-510 . -509) 54676) ((-508 . -509) 54655) ((-487 . -286) NIL) ((-482 . -288) 54632) ((-418 . -290) T) ((-354 . -131) T) ((-217 . -286) NIL) ((-690 . -493) NIL) ((-99 . -1106) T) ((-169 . -38) 54460) ((-1243 . -970) 54422) ((-1141 . -309) 54360) ((-1222 . -970) 54329) ((-907 . -402) T) ((-1107 . -1046) 54259) ((-1245 . -556) T) ((-1144 . -602) 54238) ((-112 . -847) T) ((-1058 . -489) 54169) ((-580 . -21) T) ((-580 . -25) T) ((-564 . -21) T) ((-564 . -25) T) ((-495 . -25) T) ((-495 . -21) T) ((-1232 . -1145) 54147) ((-1107 . -233) 54099) ((-48 . -131) T) ((-1190 . -102) T) ((-240 . -1094) 53889) ((-868 . -400) 53866) ((-1082 . -102) T) ((-1070 . -102) T) ((-606 . -102) T) ((-475 . -102) T) ((-1232 . -38) 53695) ((-852 . -38) 53665) ((-728 . -172) 53576) ((-649 . -611) 53558) ((-642 . -1077) T) ((-571 . -38) 53545) ((-967 . -490) 53526) ((-967 . -611) 53492) ((-955 . -102) 53442) ((-861 . -611) 53424) ((-861 . -612) 53346) ((-592 . -514) NIL) ((-1251 . -1053) T) ((-1244 . -1053) T) ((-1223 . -1053) T) ((-1287 . -1106) T) ((-1177 . -102) T) ((-595 . -1053) T) ((-594 . -1053) T) ((-1176 . -102) T) ((-1168 . -172) 53297) ((-1167 . -172) 53228) ((-1161 . -172) 53159) ((-1120 . -172) 53110) ((-1001 . -1094) T) ((-968 . -1094) T) ((-911 . -1094) T) ((-1203 . -147) 53089) ((-796 . -794) 53073) ((-695 . -25) T) ((-695 . -21) T) ((-117 . -637) 53050) ((-697 . -883) 53032) ((-427 . -1094) T) ((-316 . -1213) 53011) ((-313 . -1213) T) ((-169 . -400) 52995) ((-1203 . -145) 52974) ((-474 . -970) 52936) ((-130 . -102) T) ((-128 . -102) T) ((-72 . -611) 52918) ((-108 . -792) T) ((-108 . -789) T) ((-697 . -1035) 52900) ((-316 . -556) 52879) ((-313 . -556) T) ((-1287 . -23) T) ((-134 . -1035) 52861) ((-96 . -614) 52842) ((-482 . -1052) 52739) ((-45 . -288) 52664) ((-240 . -714) 52606) ((-517 . -102) T) ((-482 . -111) 52496) ((-1086 . -102) 52474) ((-1031 . -102) T) ((-641 . -825) 52453) ((-728 . -514) 52396) ((-1050 . -1052) 52380) ((-1129 . -93) T) ((-1058 . -286) 52355) ((-621 . -21) T) ((-621 . -25) T) ((-524 . -1094) T) ((-361 . -102) T) ((-322 . -102) T) ((-666 . -644) 52329) ((-385 . -1052) 52313) ((-1050 . -111) 52292) ((-813 . -411) 52276) ((-117 . -25) T) ((-89 . -611) 52258) ((-117 . -21) T) ((-606 . -309) 52053) ((-475 . -309) 51857) ((-1144 . -612) NIL) ((-385 . -111) 51836) ((-379 . -102) T) ((-214 . -611) 51818) ((-1144 . -611) 51800) ((-1161 . -514) 51569) ((-1001 . -714) 51519) ((-1120 . -514) 51489) ((-911 . -714) 51441) ((-482 . -614) 51171) ((-351 . -307) T) ((-1182 . -151) 51121) ((-955 . -309) 51059) ((-833 . -102) T) ((-427 . -714) 51043) ((-225 . -825) T) ((-824 . -102) T) ((-822 . -102) T) ((-479 . -151) 50993) ((-1243 . -1242) 50972) ((-1114 . -1213) T) ((-339 . -1035) 50939) ((-1243 . -1237) 50909) ((-1243 . -1240) 50893) ((-1222 . -1221) 50872) ((-80 . -611) 50854) ((-902 . -611) 50836) ((-1222 . -1237) 50813) ((-1114 . -556) T) ((-918 . -847) T) ((-768 . -847) T) ((-487 . -612) 50743) ((-487 . -611) 50684) ((-379 . -284) T) ((-668 . -847) T) ((-1222 . -1219) 50668) ((-1245 . -1106) T) ((-217 . -612) 50598) ((-217 . -611) 50539) ((-1281 . -644) 50513) ((-1058 . -602) 50488) ((-815 . -614) 50472) ((-59 . -151) 50456) ((-516 . -151) 50440) ((-496 . -151) 50424) ((-359 . -1278) 50408) ((-353 . -1278) 50392) ((-345 . -1278) 50376) ((-316 . -363) 50355) ((-313 . -363) T) ((-482 . -1046) 50285) ((-690 . -637) 50267) ((-1279 . -644) 50241) ((-128 . -309) NIL) ((-1245 . -23) T) ((-685 . -489) 50225) ((-64 . -611) 50207) ((-1107 . -792) 50158) ((-1107 . -789) 50109) ((-550 . -489) 50046) ((-666 . -34) T) ((-482 . -233) 49998) ((-295 . -288) 49977) ((-240 . -172) 49956) ((-813 . -1053) T) ((-44 . -644) 49914) ((-1074 . -368) 49865) ((-728 . -290) 49796) ((-520 . -514) 49729) ((-814 . -1052) 49680) ((-1081 . -145) 49659) ((-549 . -611) 49641) ((-359 . -368) 49620) ((-353 . -368) 49599) ((-345 . -368) 49578) ((-1081 . -147) 49557) ((-868 . -231) 49534) ((-814 . -111) 49476) ((-779 . -145) 49455) ((-779 . -147) 49434) ((-264 . -946) 49401) ((-251 . -845) 49380) ((-247 . -946) 49325) ((-250 . -845) 49304) ((-777 . -145) 49283) ((-777 . -147) 49262) ((-152 . -644) 49236) ((-579 . -1094) T) ((-454 . -147) 49215) ((-454 . -145) 49194) ((-666 . -723) T) ((-820 . -611) 49176) ((-1251 . -1094) T) ((-1244 . -1094) T) ((-1223 . -1094) T) ((-1203 . -1197) 49142) ((-1203 . -1194) 49108) ((-1168 . -290) 49087) ((-1167 . -290) 49038) ((-1161 . -290) 48989) ((-1120 . -290) 48968) ((-339 . -897) 48949) ((-1001 . -172) T) ((-911 . -172) T) ((-595 . -1094) T) ((-594 . -1094) T) ((-690 . -21) T) ((-690 . -25) T) ((-474 . -1240) 48933) ((-474 . -1237) 48903) ((-418 . -286) 48831) ((-547 . -847) T) ((-316 . -1106) 48680) ((-313 . -1106) T) ((-1203 . -35) 48646) ((-1203 . -95) 48612) ((-84 . -611) 48594) ((-91 . -102) 48572) ((-1287 . -131) T) ((-591 . -614) 48553) ((-581 . -145) T) ((-581 . -147) 48535) ((-518 . -147) 48517) ((-518 . -145) T) ((-316 . -23) 48369) ((-40 . -342) 48343) ((-313 . -23) T) ((-814 . -614) 48257) ((-1152 . -647) 48239) ((-1274 . -1053) T) ((-1152 . -373) 48221) ((-812 . -644) 48069) ((-1090 . -102) T) ((-1084 . -102) T) ((-1068 . -102) T) ((-169 . -231) 48053) ((-1061 . -102) T) ((-1033 . -102) T) ((-1016 . -102) T) ((-592 . -489) 48035) ((-624 . -102) T) ((-240 . -514) 47968) ((-483 . -102) T) ((-1281 . -723) T) ((-1279 . -723) T) ((-218 . -102) T) ((-1172 . -1052) 47851) ((-1172 . -111) 47720) ((-858 . -173) T) ((-814 . -1046) T) ((-677 . -1077) T) ((-672 . -1077) T) ((-515 . -102) T) ((-510 . -102) T) ((-48 . -637) 47680) ((-508 . -102) T) ((-478 . -1077) T) ((-1271 . -1052) 47650) ((-138 . -1077) T) ((-137 . -1077) T) ((-133 . -1077) T) ((-1031 . -38) 47634) ((-814 . -233) T) ((-814 . -243) 47613) ((-1271 . -111) 47578) ((-1251 . -714) 47475) ((-1244 . -714) 47316) ((-1232 . -231) 47300) ((-550 . -286) 47279) ((-1214 . -611) 47261) ((-1058 . -612) NIL) ((-604 . -93) T) ((-1058 . -611) 47243) ((-699 . -490) 47227) ((-667 . -93) T) ((-180 . -93) T) ((-161 . -93) T) ((-156 . -93) T) ((-154 . -93) T) ((-1223 . -714) 47023) ((-1000 . -917) T) ((-699 . -611) 46992) ((-152 . -723) T) ((-1107 . -368) 46971) ((-1001 . -514) NIL) ((-251 . -411) 46940) ((-250 . -411) 46909) ((-1021 . -25) T) ((-1021 . -21) T) ((-595 . -714) 46882) ((-594 . -714) 46779) ((-796 . -286) 46737) ((-126 . -102) 46715) ((-830 . -1035) 46611) ((-169 . -825) 46590) ((-319 . -644) 46487) ((-812 . -34) T) ((-711 . -102) T) ((-1172 . -614) 46340) ((-1114 . -1106) T) ((-1023 . -1209) T) ((-379 . -38) 46305) ((-354 . -25) T) ((-354 . -21) T) ((-187 . -102) T) ((-162 . -102) T) ((-249 . -102) T) ((-157 . -102) T) ((-355 . -1266) 46289) ((-352 . -1266) 46273) ((-344 . -1266) 46257) ((-169 . -349) 46236) ((-564 . -847) T) ((-495 . -847) T) ((-1114 . -23) T) ((-87 . -611) 46218) ((-697 . -307) T) ((-833 . -38) 46188) ((-824 . -38) 46158) ((-1271 . -614) 46100) ((-1245 . -131) T) ((-1144 . -288) 46079) ((-961 . -790) 46032) ((-961 . -791) 45985) ((-812 . -788) 45964) ((-116 . -307) T) ((-91 . -309) 45902) ((-671 . -34) T) ((-550 . -602) 45881) ((-48 . -25) T) ((-48 . -21) T) ((-812 . -791) 45832) ((-812 . -790) 45811) ((-697 . -1019) T) ((-649 . -1052) 45795) ((-961 . -723) 45694) ((-812 . -723) 45604) ((-961 . -473) 45557) ((-482 . -792) 45508) ((-482 . -789) 45459) ((-907 . -1266) 45446) ((-1172 . -1046) T) ((-649 . -111) 45425) ((-1172 . -326) 45402) ((-1195 . -102) 45380) ((-1095 . -611) 45362) ((-697 . -545) T) ((-813 . -1094) T) ((-1271 . -1046) T) ((-1129 . -490) 45343) ((-1215 . -102) T) ((-413 . -1094) T) ((-1129 . -611) 45309) ((-251 . -1053) 45239) ((-250 . -1053) 45169) ((-835 . -102) T) ((-289 . -644) 45156) ((-592 . -286) 45131) ((-685 . -683) 45089) ((-960 . -611) 45071) ((-869 . -102) T) ((-732 . -611) 45053) ((-712 . -611) 45035) ((-1251 . -172) 44986) ((-1244 . -172) 44917) ((-1223 . -172) 44848) ((-695 . -847) T) ((-1001 . -290) T) ((-453 . -611) 44830) ((-625 . -723) T) ((-60 . -1094) 44808) ((-245 . -151) 44792) ((-911 . -290) T) ((-1021 . -1009) T) ((-625 . -473) T) ((-709 . -1213) 44771) ((-649 . -614) 44689) ((-595 . -172) 44668) ((-594 . -172) 44619) ((-1259 . -847) 44598) ((-709 . -556) 44509) ((-407 . -917) T) ((-407 . -817) 44488) ((-319 . -791) T) ((-967 . -614) 44469) ((-319 . -723) T) ((-418 . -611) 44451) ((-418 . -612) 44358) ((-641 . -1143) 44342) ((-110 . -647) 44324) ((-174 . -307) T) ((-126 . -309) 44262) ((-110 . -373) 44244) ((-398 . -1209) T) ((-316 . -131) 44115) ((-313 . -131) T) ((-69 . -395) T) ((-110 . -123) T) ((-520 . -489) 44099) ((-650 . -1106) T) ((-592 . -19) 44081) ((-61 . -441) T) ((-61 . -395) T) ((-821 . -1094) T) ((-592 . -602) 44056) ((-477 . -1035) 44016) ((-649 . -1046) T) ((-650 . -23) T) ((-1274 . -1094) T) ((-31 . -102) T) ((-813 . -714) 43865) ((-577 . -857) T) ((-117 . -847) NIL) ((-1166 . -411) 43849) ((-1119 . -411) 43833) ((-851 . -411) 43817) ((-870 . -102) 43768) ((-1243 . -102) T) ((-1223 . -514) 43537) ((-1222 . -102) T) ((-1195 . -309) 43475) ((-525 . -93) T) ((-1168 . -286) 43460) ((-312 . -611) 43442) ((-1167 . -286) 43427) ((-1096 . -1094) T) ((-1074 . -644) 43337) ((-685 . -611) 43269) ((-289 . -723) T) ((-108 . -906) NIL) ((-685 . -612) 43230) ((-599 . -611) 43212) ((-577 . -611) 43194) ((-550 . -612) NIL) ((-550 . -611) 43176) ((-529 . -611) 43158) ((-1161 . -286) 43006) ((-487 . -1052) 42956) ((-708 . -452) T) ((-511 . -509) 42935) ((-507 . -509) 42914) ((-217 . -1052) 42864) ((-359 . -644) 42816) ((-353 . -644) 42768) ((-225 . -845) T) ((-345 . -644) 42720) ((-600 . -102) 42670) ((-482 . -368) 42649) ((-108 . -644) 42599) ((-487 . -111) 42533) ((-240 . -489) 42517) ((-343 . -147) 42499) ((-343 . -145) T) ((-169 . -370) 42470) ((-940 . -1257) 42454) ((-217 . -111) 42388) ((-869 . -309) 42353) ((-940 . -1094) 42303) ((-796 . -612) 42264) ((-796 . -611) 42246) ((-715 . -102) T) ((-331 . -1094) T) ((-214 . -614) 42223) ((-1114 . -131) T) ((-711 . -38) 42193) ((-316 . -493) 42172) ((-500 . -1209) T) ((-1243 . -284) 42138) ((-1222 . -284) 42104) ((-327 . -151) 42088) ((-439 . -1094) T) ((-1058 . -288) 42063) ((-1274 . -714) 42033) ((-1153 . -34) T) ((-1283 . -1035) 42010) ((-468 . -611) 41992) ((-484 . -34) T) ((-381 . -1035) 41976) ((-1166 . -1053) T) ((-1119 . -1053) T) ((-851 . -1053) T) ((-1057 . -845) T) ((-487 . -614) 41926) ((-217 . -614) 41876) ((-813 . -172) 41787) ((-520 . -286) 41764) ((-1251 . -290) 41743) ((-1190 . -364) 41717) ((-1082 . -266) 41701) ((-667 . -490) 41682) ((-667 . -611) 41648) ((-604 . -490) 41629) ((-117 . -989) 41606) ((-604 . -611) 41556) ((-474 . -102) T) ((-180 . -490) 41537) ((-180 . -611) 41503) ((-161 . -490) 41484) ((-156 . -490) 41465) ((-154 . -490) 41446) ((-161 . -611) 41412) ((-156 . -611) 41378) ((-365 . -1094) T) ((-251 . -1094) T) ((-250 . -1094) T) ((-154 . -611) 41344) ((-1244 . -290) 41295) ((-1223 . -290) 41246) ((-869 . -1145) 41224) ((-1168 . -999) 41190) ((-606 . -364) 41130) ((-1167 . -999) 41096) ((-606 . -229) 41043) ((-592 . -611) 41025) ((-592 . -612) NIL) ((-690 . -847) T) ((-475 . -229) 40975) ((-487 . -1046) T) ((-1161 . -999) 40941) ((-88 . -440) T) ((-88 . -395) T) ((-217 . -1046) T) ((-1120 . -999) 40907) ((-1074 . -723) T) ((-709 . -1106) T) ((-595 . -290) 40886) ((-594 . -290) 40865) ((-487 . -243) T) ((-487 . -233) T) ((-217 . -243) T) ((-217 . -233) T) ((-1159 . -611) 40847) ((-869 . -38) 40799) ((-359 . -723) T) ((-353 . -723) T) ((-345 . -723) T) ((-108 . -791) T) ((-108 . -788) T) ((-709 . -23) T) ((-108 . -723) T) ((-520 . -1247) 40783) ((-1287 . -25) T) ((-474 . -284) 40749) ((-1287 . -21) T) ((-1222 . -309) 40688) ((-1170 . -102) T) ((-40 . -145) 40660) ((-40 . -147) 40632) ((-520 . -602) 40609) ((-1107 . -644) 40457) ((-600 . -309) 40395) ((-45 . -647) 40345) ((-45 . -662) 40295) ((-45 . -373) 40245) ((-1152 . -34) T) ((-868 . -845) NIL) ((-650 . -131) T) ((-485 . -611) 40227) ((-240 . -286) 40204) ((-186 . -1094) T) ((-643 . -34) T) ((-630 . -34) T) ((-1081 . -452) 40155) ((-813 . -514) 40029) ((-779 . -452) 39960) ((-777 . -452) 39911) ((-454 . -452) 39862) ((-949 . -411) 39846) ((-728 . -611) 39828) ((-251 . -714) 39770) ((-250 . -714) 39712) ((-728 . -612) 39573) ((-481 . -411) 39557) ((-339 . -302) T) ((-524 . -93) T) ((-351 . -917) T) ((-997 . -102) 39535) ((-1021 . -847) T) ((-60 . -514) 39468) ((-1222 . -1145) 39420) ((-1001 . -286) NIL) ((-225 . -1053) T) ((-379 . -825) T) ((-1107 . -34) T) ((-581 . -452) T) ((-518 . -452) T) ((-1226 . -1087) 39404) ((-1226 . -1094) 39382) ((-240 . -602) 39359) ((-1226 . -1089) 39316) ((-1168 . -611) 39298) ((-1167 . -611) 39280) ((-1161 . -611) 39262) ((-1161 . -612) NIL) ((-1120 . -611) 39244) ((-869 . -400) 39228) ((-536 . -102) T) ((-1243 . -38) 39069) ((-1222 . -38) 38883) ((-867 . -147) T) ((-699 . -614) 38867) ((-581 . -402) T) ((-48 . -847) T) ((-518 . -402) T) ((-1255 . -102) T) ((-1245 . -21) T) ((-1245 . -25) T) ((-1107 . -788) 38846) ((-1107 . -791) 38797) ((-1107 . -790) 38776) ((-990 . -1094) T) ((-1024 . -34) T) ((-859 . -1094) T) ((-1107 . -723) 38686) ((-660 . -102) T) ((-642 . -102) T) ((-550 . -288) 38665) ((-1182 . -102) T) ((-476 . -34) T) ((-463 . -34) T) ((-355 . -102) T) ((-352 . -102) T) ((-344 . -102) T) ((-264 . -102) T) ((-247 . -102) T) ((-477 . -307) T) ((-1057 . -1053) T) ((-949 . -1053) T) ((-316 . -637) 38571) ((-313 . -637) 38532) ((-481 . -1053) T) ((-479 . -102) T) ((-436 . -611) 38514) ((-1166 . -1094) T) ((-1119 . -1094) T) ((-851 . -1094) T) ((-1135 . -102) T) ((-813 . -290) 38445) ((-960 . -1052) 38328) ((-477 . -1019) T) ((-732 . -1052) 38298) ((-453 . -1052) 38268) ((-1141 . -1115) 38252) ((-1096 . -514) 38185) ((-960 . -111) 38054) ((-907 . -102) T) ((-732 . -111) 38019) ((-525 . -490) 38000) ((-525 . -611) 37966) ((-59 . -102) 37916) ((-520 . -612) 37877) ((-520 . -611) 37789) ((-519 . -102) 37767) ((-516 . -102) 37717) ((-497 . -102) 37695) ((-496 . -102) 37645) ((-453 . -111) 37608) ((-251 . -172) 37587) ((-250 . -172) 37566) ((-418 . -1052) 37540) ((-1203 . -970) 37502) ((-996 . -1106) T) ((-1129 . -614) 37483) ((-940 . -514) 37416) ((-487 . -792) T) ((-474 . -38) 37257) ((-418 . -111) 37224) ((-487 . -789) T) ((-997 . -309) 37162) ((-217 . -792) T) ((-217 . -789) T) ((-996 . -23) T) ((-709 . -131) T) ((-1222 . -400) 37132) ((-316 . -25) 36984) ((-169 . -411) 36968) ((-316 . -21) 36839) ((-313 . -25) T) ((-313 . -21) T) ((-861 . -368) T) ((-960 . -614) 36692) ((-110 . -34) T) ((-732 . -614) 36648) ((-712 . -614) 36630) ((-482 . -644) 36478) ((-868 . -1053) T) ((-592 . -288) 36453) ((-580 . -147) T) ((-564 . -147) T) ((-495 . -147) T) ((-1166 . -714) 36282) ((-1119 . -714) 36131) ((-1114 . -637) 36113) ((-851 . -714) 36083) ((-666 . -1209) T) ((-1 . -102) T) ((-418 . -614) 35991) ((-240 . -611) 35722) ((-1109 . -1094) T) ((-1232 . -411) 35706) ((-1182 . -309) 35510) ((-960 . -1046) T) ((-732 . -1046) T) ((-712 . -1046) T) ((-641 . -1094) 35460) ((-1050 . -644) 35444) ((-852 . -411) 35428) ((-511 . -102) T) ((-507 . -102) T) ((-247 . -309) 35415) ((-264 . -309) 35402) ((-960 . -326) 35381) ((-385 . -644) 35365) ((-479 . -309) 35169) ((-251 . -514) 35102) ((-666 . -1035) 34998) ((-250 . -514) 34931) ((-1135 . -309) 34857) ((-816 . -1094) T) ((-796 . -1052) 34841) ((-1251 . -286) 34826) ((-1244 . -286) 34811) ((-1223 . -286) 34659) ((-386 . -1094) T) ((-324 . -1094) T) ((-418 . -1046) T) ((-169 . -1053) T) ((-59 . -309) 34597) ((-796 . -111) 34576) ((-594 . -286) 34561) ((-519 . -309) 34499) ((-516 . -309) 34437) ((-497 . -309) 34375) ((-496 . -309) 34313) ((-418 . -233) 34292) ((-482 . -34) T) ((-1001 . -612) 34222) ((-225 . -1094) T) ((-1001 . -611) 34182) ((-968 . -611) 34142) ((-968 . -612) 34117) ((-911 . -611) 34099) ((-695 . -147) T) ((-697 . -917) T) ((-697 . -817) T) ((-427 . -611) 34081) ((-1114 . -21) T) ((-1114 . -25) T) ((-666 . -377) 34065) ((-116 . -917) T) ((-869 . -231) 34049) ((-78 . -1209) T) ((-126 . -125) 34033) ((-1050 . -34) T) ((-1281 . -1035) 34007) ((-1279 . -1035) 33964) ((-1232 . -1053) T) ((-852 . -1053) T) ((-482 . -788) 33943) ((-355 . -1145) 33922) ((-352 . -1145) 33901) ((-344 . -1145) 33880) ((-482 . -791) 33831) ((-482 . -790) 33810) ((-227 . -34) T) ((-482 . -723) 33720) ((-796 . -614) 33568) ((-60 . -489) 33552) ((-571 . -1053) T) ((-1166 . -172) 33443) ((-1119 . -172) 33354) ((-1057 . -1094) T) ((-1081 . -946) 33299) ((-949 . -1094) T) ((-814 . -644) 33250) ((-779 . -946) 33219) ((-710 . -1094) T) ((-777 . -946) 33186) ((-516 . -282) 33170) ((-666 . -897) 33129) ((-481 . -1094) T) ((-454 . -946) 33096) ((-79 . -1209) T) ((-355 . -38) 33061) ((-352 . -38) 33026) ((-344 . -38) 32991) ((-264 . -38) 32840) ((-247 . -38) 32689) ((-907 . -1145) T) ((-524 . -490) 32670) ((-621 . -147) 32649) ((-621 . -145) 32628) ((-524 . -611) 32594) ((-117 . -147) T) ((-117 . -145) NIL) ((-414 . -723) T) ((-796 . -1046) T) ((-343 . -452) T) ((-1251 . -999) 32560) ((-1244 . -999) 32526) ((-1223 . -999) 32492) ((-907 . -38) 32457) ((-225 . -714) 32422) ((-319 . -47) 32392) ((-40 . -409) 32364) ((-140 . -611) 32346) ((-996 . -131) T) ((-812 . -1209) T) ((-174 . -917) T) ((-549 . -368) T) ((-604 . -614) 32327) ((-343 . -402) T) ((-667 . -614) 32308) ((-180 . -614) 32289) ((-161 . -614) 32270) ((-156 . -614) 32251) ((-154 . -614) 32232) ((-520 . -288) 32209) ((-1222 . -231) 32179) ((-812 . -1035) 32006) ((-45 . -34) T) ((-677 . -102) T) ((-672 . -102) T) ((-658 . -102) T) ((-650 . -21) T) ((-650 . -25) T) ((-1096 . -489) 31990) ((-671 . -1209) T) ((-478 . -102) T) ((-245 . -102) 31940) ((-546 . -841) T) ((-138 . -102) T) ((-137 . -102) T) ((-133 . -102) T) ((-868 . -1094) T) ((-1172 . -644) 31865) ((-1057 . -714) 31852) ((-728 . -1052) 31695) ((-1166 . -514) 31642) ((-949 . -714) 31491) ((-1119 . -514) 31443) ((-1270 . -1094) T) ((-1269 . -1094) T) ((-481 . -714) 31292) ((-67 . -611) 31274) ((-728 . -111) 31103) ((-940 . -489) 31087) ((-1271 . -644) 31047) ((-814 . -723) T) ((-1168 . -1052) 30930) ((-1167 . -1052) 30765) ((-1161 . -1052) 30555) ((-1120 . -1052) 30438) ((-1000 . -1213) T) ((-1088 . -102) 30416) ((-812 . -377) 30385) ((-579 . -611) 30367) ((-546 . -1094) T) ((-1000 . -556) T) ((-1168 . -111) 30236) ((-1167 . -111) 30057) ((-1161 . -111) 29826) ((-1120 . -111) 29695) ((-1099 . -1097) 29659) ((-379 . -845) T) ((-1251 . -611) 29641) ((-1244 . -611) 29623) ((-1223 . -611) 29605) ((-1223 . -612) NIL) ((-240 . -288) 29582) ((-40 . -452) T) ((-225 . -172) T) ((-169 . -1094) T) ((-728 . -614) 29367) ((-690 . -147) T) ((-690 . -145) NIL) ((-595 . -611) 29349) ((-594 . -611) 29331) ((-895 . -1094) T) ((-838 . -1094) T) ((-805 . -1094) T) ((-766 . -1094) T) ((-654 . -849) 29315) ((-673 . -1094) T) ((-812 . -897) 29247) ((-1214 . -368) T) ((-40 . -402) NIL) ((-1168 . -614) 29129) ((-1114 . -657) T) ((-868 . -714) 29074) ((-251 . -489) 29058) ((-250 . -489) 29042) ((-1167 . -614) 28785) ((-1161 . -614) 28580) ((-709 . -637) 28528) ((-649 . -644) 28502) ((-1120 . -614) 28384) ((-295 . -34) T) ((-728 . -1046) T) ((-581 . -1266) 28371) ((-518 . -1266) 28348) ((-1232 . -1094) T) ((-1166 . -290) 28259) ((-1119 . -290) 28190) ((-1057 . -172) T) ((-852 . -1094) T) ((-949 . -172) 28101) ((-779 . -1235) 28085) ((-641 . -514) 28018) ((-77 . -611) 28000) ((-728 . -326) 27965) ((-1172 . -723) T) ((-571 . -1094) T) ((-481 . -172) 27876) ((-245 . -309) 27814) ((-1136 . -1106) T) ((-70 . -611) 27796) ((-1271 . -723) T) ((-1168 . -1046) T) ((-1167 . -1046) T) ((-327 . -102) 27746) ((-1161 . -1046) T) ((-1136 . -23) T) ((-1120 . -1046) T) ((-91 . -1115) 27730) ((-863 . -1106) T) ((-1168 . -233) 27689) ((-1167 . -243) 27668) ((-1167 . -233) 27620) ((-1161 . -233) 27507) ((-1161 . -243) 27486) ((-319 . -897) 27392) ((-863 . -23) T) ((-169 . -714) 27220) ((-407 . -1213) T) ((-1095 . -368) T) ((-1021 . -147) T) ((-1000 . -363) T) ((-867 . -452) T) ((-940 . -286) 27197) ((-316 . -847) T) ((-313 . -847) NIL) ((-871 . -102) T) ((-709 . -25) T) ((-407 . -556) T) ((-709 . -21) T) ((-525 . -614) 27178) ((-354 . -147) 27160) ((-354 . -145) T) ((-1141 . -1094) 27138) ((-453 . -717) T) ((-75 . -611) 27120) ((-114 . -847) T) ((-245 . -282) 27104) ((-240 . -1052) 27001) ((-81 . -611) 26983) ((-732 . -368) 26936) ((-1170 . -825) T) ((-734 . -235) 26920) ((-1153 . -1209) T) ((-141 . -235) 26902) ((-240 . -111) 26792) ((-1232 . -714) 26621) ((-48 . -147) T) ((-868 . -172) T) ((-852 . -714) 26591) ((-484 . -1209) T) ((-949 . -514) 26538) ((-649 . -723) T) ((-571 . -714) 26525) ((-1031 . -1053) T) ((-481 . -514) 26468) ((-940 . -19) 26452) ((-940 . -602) 26429) ((-813 . -612) NIL) ((-813 . -611) 26411) ((-1001 . -1052) 26361) ((-413 . -611) 26343) ((-251 . -286) 26320) ((-250 . -286) 26297) ((-487 . -906) NIL) ((-316 . -29) 26267) ((-108 . -1209) T) ((-1000 . -1106) T) ((-217 . -906) NIL) ((-911 . -1052) 26219) ((-1074 . -1035) 26115) ((-1001 . -111) 26049) ((-1000 . -23) T) ((-734 . -691) 26033) ((-264 . -231) 26017) ((-427 . -1052) 26001) ((-379 . -1053) T) ((-240 . -614) 25731) ((-911 . -111) 25669) ((-690 . -1197) NIL) ((-487 . -644) 25619) ((-108 . -881) 25601) ((-108 . -883) 25583) ((-690 . -1194) NIL) ((-217 . -644) 25533) ((-359 . -1035) 25517) ((-353 . -1035) 25501) ((-327 . -309) 25439) ((-345 . -1035) 25423) ((-225 . -290) T) ((-427 . -111) 25402) ((-60 . -611) 25334) ((-169 . -172) T) ((-1114 . -847) T) ((-108 . -1035) 25294) ((-889 . -1094) T) ((-833 . -1053) T) ((-824 . -1053) T) ((-690 . -35) NIL) ((-690 . -95) NIL) ((-313 . -989) 25255) ((-183 . -102) T) ((-580 . -452) T) ((-564 . -452) T) ((-495 . -452) T) ((-407 . -363) T) ((-240 . -1046) 25185) ((-1144 . -34) T) ((-477 . -917) T) ((-996 . -637) 25133) ((-251 . -602) 25110) ((-250 . -602) 25087) ((-1074 . -377) 25071) ((-868 . -514) 24979) ((-240 . -233) 24931) ((-1152 . -1209) T) ((-1001 . -614) 24881) ((-911 . -614) 24818) ((-821 . -611) 24800) ((-1282 . -1106) T) ((-1274 . -611) 24782) ((-1232 . -172) 24673) ((-427 . -614) 24642) ((-108 . -377) 24624) ((-108 . -338) 24606) ((-1057 . -290) T) ((-949 . -290) 24537) ((-796 . -368) 24516) ((-643 . -1209) T) ((-630 . -1209) T) ((-481 . -290) 24447) ((-571 . -172) T) ((-327 . -282) 24431) ((-1282 . -23) T) ((-1203 . -102) T) ((-1190 . -1094) T) ((-1082 . -1094) T) ((-1070 . -1094) T) ((-83 . -611) 24413) ((-1177 . -841) T) ((-1176 . -841) T) ((-708 . -102) T) ((-355 . -349) 24392) ((-606 . -1094) T) ((-352 . -349) 24371) ((-344 . -349) 24350) ((-475 . -1094) T) ((-1182 . -229) 24300) ((-264 . -253) 24262) ((-1136 . -131) T) ((-606 . -608) 24238) ((-1074 . -897) 24171) ((-1001 . -1046) T) ((-911 . -1046) T) ((-475 . -608) 24150) ((-1161 . -789) NIL) ((-1161 . -792) NIL) ((-1096 . -612) 24111) ((-479 . -229) 24061) ((-1096 . -611) 24043) ((-1001 . -243) T) ((-1001 . -233) T) ((-427 . -1046) T) ((-955 . -1094) 23993) ((-911 . -243) T) ((-863 . -131) T) ((-695 . -452) T) ((-840 . -1106) 23972) ((-108 . -897) NIL) ((-1203 . -284) 23938) ((-869 . -845) 23917) ((-1107 . -1209) T) ((-902 . -723) T) ((-169 . -514) 23829) ((-996 . -25) T) ((-902 . -473) T) ((-407 . -1106) T) ((-487 . -791) T) ((-487 . -788) T) ((-907 . -349) T) ((-487 . -723) T) ((-217 . -791) T) ((-217 . -788) T) ((-996 . -21) T) ((-217 . -723) T) ((-840 . -23) 23781) ((-524 . -614) 23762) ((-1177 . -1094) T) ((-319 . -307) 23741) ((-1176 . -1094) T) ((-1032 . -235) 23687) ((-407 . -23) T) ((-940 . -612) 23648) ((-940 . -611) 23560) ((-641 . -489) 23544) ((-45 . -1007) 23494) ((-615 . -964) T) ((-491 . -102) T) ((-331 . -611) 23476) ((-1107 . -1035) 23303) ((-592 . -647) 23285) ((-130 . -1094) T) ((-128 . -1094) T) ((-592 . -373) 23267) ((-343 . -1266) 23244) ((-439 . -611) 23226) ((-1024 . -1209) T) ((-868 . -290) T) ((-1232 . -514) 23173) ((-476 . -1209) T) ((-463 . -1209) T) ((-585 . -102) T) ((-1166 . -286) 23100) ((-621 . -452) 23079) ((-997 . -992) 23063) ((-1274 . -382) 23035) ((-517 . -1094) T) ((-117 . -452) T) ((-1189 . -102) T) ((-1086 . -1094) 23013) ((-1031 . -1094) T) ((-1109 . -93) T) ((-890 . -847) T) ((-351 . -1213) T) ((-1251 . -1052) 22896) ((-1107 . -377) 22865) ((-1244 . -1052) 22700) ((-1223 . -1052) 22490) ((-1251 . -111) 22359) ((-1244 . -111) 22180) ((-1223 . -111) 21949) ((-1203 . -309) 21936) ((-351 . -556) T) ((-365 . -611) 21918) ((-289 . -307) T) ((-595 . -1052) 21891) ((-594 . -1052) 21774) ((-361 . -1094) T) ((-322 . -1094) T) ((-251 . -611) 21735) ((-250 . -611) 21696) ((-1000 . -131) T) ((-633 . -23) T) ((-690 . -409) 21663) ((-605 . -23) T) ((-654 . -102) T) ((-595 . -111) 21634) ((-594 . -111) 21503) ((-379 . -1094) T) ((-336 . -102) T) ((-169 . -290) 21414) ((-1222 . -845) 21367) ((-711 . -1053) T) ((-1141 . -514) 21300) ((-1107 . -897) 21232) ((-833 . -1094) T) ((-824 . -1094) T) ((-822 . -1094) T) ((-97 . -102) T) ((-144 . -847) T) ((-610 . -881) 21216) ((-110 . -1209) T) ((-1081 . -102) T) ((-1058 . -34) T) ((-779 . -102) T) ((-777 . -102) T) ((-1251 . -614) 21098) ((-1244 . -614) 20841) ((-461 . -102) T) ((-454 . -102) T) ((-1223 . -614) 20636) ((-240 . -792) 20587) ((-240 . -789) 20538) ((-645 . -102) T) ((-595 . -614) 20496) ((-594 . -614) 20378) ((-1232 . -290) 20289) ((-660 . -632) 20273) ((-186 . -611) 20255) ((-641 . -286) 20232) ((-1031 . -714) 20216) ((-571 . -290) T) ((-960 . -644) 20141) ((-1282 . -131) T) ((-732 . -644) 20101) ((-712 . -644) 20088) ((-275 . -102) T) ((-453 . -644) 20018) ((-50 . -102) T) ((-581 . -102) T) ((-518 . -102) T) ((-1251 . -1046) T) ((-1244 . -1046) T) ((-1223 . -1046) T) ((-1251 . -233) 19977) ((-322 . -714) 19959) ((-1244 . -243) 19938) ((-1244 . -233) 19890) ((-1223 . -233) 19777) ((-1223 . -243) 19756) ((-1203 . -38) 19653) ((-1001 . -792) T) ((-595 . -1046) T) ((-594 . -1046) T) ((-1001 . -789) T) ((-968 . -792) T) ((-968 . -789) T) ((-869 . -1053) T) ((-867 . -866) 19637) ((-109 . -611) 19619) ((-690 . -452) T) ((-379 . -714) 19584) ((-418 . -644) 19558) ((-709 . -847) 19537) ((-708 . -38) 19502) ((-594 . -233) 19461) ((-40 . -721) 19433) ((-351 . -329) 19410) ((-351 . -363) T) ((-1074 . -307) 19361) ((-294 . -1106) 19242) ((-1100 . -1209) T) ((-171 . -102) T) ((-1226 . -611) 19209) ((-840 . -131) 19161) ((-641 . -1247) 19145) ((-833 . -714) 19115) ((-824 . -714) 19085) ((-482 . -1209) T) ((-359 . -307) T) ((-353 . -307) T) ((-345 . -307) T) ((-641 . -602) 19062) ((-407 . -131) T) ((-520 . -662) 19046) ((-108 . -307) T) ((-294 . -23) 18929) ((-520 . -647) 18913) ((-690 . -402) NIL) ((-520 . -373) 18897) ((-291 . -611) 18879) ((-91 . -1094) 18857) ((-108 . -1019) T) ((-564 . -143) T) ((-1259 . -151) 18841) ((-482 . -1035) 18668) ((-1245 . -145) 18629) ((-1245 . -147) 18590) ((-1050 . -1209) T) ((-990 . -611) 18572) ((-859 . -611) 18554) ((-813 . -1052) 18397) ((-1270 . -93) T) ((-1269 . -93) T) ((-1166 . -612) NIL) ((-1090 . -1094) T) ((-1084 . -1094) T) ((-1081 . -309) 18384) ((-1068 . -1094) T) ((-227 . -1209) T) ((-1061 . -1094) T) ((-1033 . -1094) T) ((-1016 . -1094) T) ((-779 . -309) 18371) ((-777 . -309) 18358) ((-1166 . -611) 18340) ((-813 . -111) 18169) ((-1119 . -611) 18151) ((-624 . -1094) T) ((-577 . -173) T) ((-529 . -173) T) ((-454 . -309) 18138) ((-483 . -1094) T) ((-1119 . -612) 17886) ((-1031 . -172) T) ((-940 . -288) 17863) ((-218 . -1094) T) ((-851 . -611) 17845) ((-606 . -514) 17628) ((-81 . -614) 17569) ((-815 . -1035) 17553) ((-475 . -514) 17345) ((-960 . -723) T) ((-732 . -723) T) ((-712 . -723) T) ((-351 . -1106) T) ((-1173 . -611) 17327) ((-223 . -102) T) ((-482 . -377) 17296) ((-515 . -1094) T) ((-510 . -1094) T) ((-508 . -1094) T) ((-796 . -644) 17270) ((-1021 . -452) T) ((-955 . -514) 17203) ((-351 . -23) T) ((-633 . -131) T) ((-605 . -131) T) ((-354 . -452) T) ((-240 . -368) 17182) ((-379 . -172) T) ((-1243 . -1053) T) ((-1222 . -1053) T) ((-225 . -999) T) ((-813 . -614) 16919) ((-695 . -387) T) ((-418 . -723) T) ((-697 . -1213) T) ((-1136 . -637) 16867) ((-580 . -866) 16851) ((-1274 . -1052) 16835) ((-1153 . -1185) 16811) ((-697 . -556) T) ((-126 . -1094) 16789) ((-711 . -1094) T) ((-482 . -897) 16721) ((-249 . -1094) T) ((-187 . -1094) T) ((-654 . -38) 16691) ((-354 . -402) T) ((-316 . -147) 16670) ((-316 . -145) 16649) ((-128 . -514) NIL) ((-116 . -556) T) ((-313 . -147) 16605) ((-313 . -145) 16561) ((-48 . -452) T) ((-162 . -1094) T) ((-157 . -1094) T) ((-1153 . -107) 16508) ((-779 . -1145) 16486) ((-685 . -34) T) ((-1274 . -111) 16465) ((-550 . -34) T) ((-484 . -107) 16449) ((-251 . -288) 16426) ((-250 . -288) 16403) ((-868 . -286) 16354) ((-45 . -1209) T) ((-1215 . -841) T) ((-813 . -1046) T) ((-1172 . -47) 16331) ((-813 . -326) 16293) ((-1081 . -38) 16142) ((-813 . -233) 16121) ((-779 . -38) 15950) ((-777 . -38) 15799) ((-1109 . -490) 15780) ((-454 . -38) 15629) ((-1109 . -611) 15595) ((-1112 . -102) T) ((-641 . -612) 15556) ((-641 . -611) 15468) ((-581 . -1145) T) ((-518 . -1145) T) ((-1141 . -489) 15452) ((-1195 . -1094) 15430) ((-1136 . -25) T) ((-1136 . -21) T) ((-1274 . -614) 15379) ((-474 . -1053) T) ((-1215 . -1094) T) ((-1223 . -789) NIL) ((-1223 . -792) NIL) ((-996 . -847) 15358) ((-835 . -1094) T) ((-816 . -611) 15340) ((-863 . -21) T) ((-863 . -25) T) ((-796 . -723) T) ((-174 . -1213) T) ((-581 . -38) 15305) ((-518 . -38) 15270) ((-386 . -611) 15252) ((-324 . -611) 15234) ((-169 . -286) 15192) ((-63 . -1209) T) ((-112 . -102) T) ((-869 . -1094) T) ((-174 . -556) T) ((-711 . -714) 15162) ((-294 . -131) 15045) ((-225 . -611) 15027) ((-225 . -612) 14957) ((-1000 . -637) 14896) ((-1274 . -1046) T) ((-1114 . -147) T) ((-630 . -1185) 14871) ((-728 . -906) 14850) ((-592 . -34) T) ((-643 . -107) 14834) ((-630 . -107) 14780) ((-1232 . -286) 14707) ((-728 . -644) 14632) ((-295 . -1209) T) ((-1172 . -1035) 14528) ((-940 . -616) 14505) ((-577 . -576) T) ((-577 . -527) T) ((-529 . -527) T) ((-1161 . -906) NIL) ((-1057 . -612) 14420) ((-1057 . -611) 14402) ((-949 . -611) 14384) ((-710 . -490) 14334) ((-343 . -102) T) ((-251 . -1052) 14231) ((-250 . -1052) 14128) ((-394 . -102) T) ((-31 . -1094) T) ((-949 . -612) 13989) ((-710 . -611) 13924) ((-1272 . -1202) 13893) ((-481 . -611) 13875) ((-481 . -612) 13736) ((-247 . -411) 13720) ((-264 . -411) 13704) ((-251 . -111) 13594) ((-250 . -111) 13484) ((-1168 . -644) 13409) ((-1167 . -644) 13306) ((-1161 . -644) 13158) ((-1120 . -644) 13083) ((-351 . -131) T) ((-82 . -441) T) ((-82 . -395) T) ((-1000 . -25) T) ((-1000 . -21) T) ((-870 . -1094) 13034) ((-869 . -714) 12986) ((-379 . -290) T) ((-169 . -999) 12938) ((-690 . -387) T) ((-996 . -994) 12922) ((-697 . -1106) T) ((-690 . -166) 12904) ((-1243 . -1094) T) ((-1222 . -1094) T) ((-316 . -1194) 12883) ((-316 . -1197) 12862) ((-1158 . -102) T) ((-316 . -956) 12841) ((-134 . -1106) T) ((-116 . -1106) T) ((-600 . -1257) 12825) ((-697 . -23) T) ((-600 . -1094) 12775) ((-316 . -95) 12754) ((-91 . -514) 12687) ((-174 . -363) T) ((-251 . -614) 12417) ((-250 . -614) 12147) ((-316 . -35) 12126) ((-606 . -489) 12060) ((-134 . -23) T) ((-116 . -23) T) ((-963 . -102) T) ((-715 . -1094) T) ((-475 . -489) 11997) ((-407 . -637) 11945) ((-649 . -1035) 11841) ((-955 . -489) 11825) ((-355 . -1053) T) ((-352 . -1053) T) ((-344 . -1053) T) ((-264 . -1053) T) ((-247 . -1053) T) ((-868 . -612) NIL) ((-868 . -611) 11807) ((-1270 . -490) 11788) ((-1269 . -490) 11769) ((-1282 . -21) T) ((-1270 . -611) 11735) ((-1269 . -611) 11701) ((-571 . -999) T) ((-728 . -723) T) ((-1282 . -25) T) ((-251 . -1046) 11631) ((-250 . -1046) 11561) ((-72 . -1209) T) ((-251 . -233) 11513) ((-250 . -233) 11465) ((-40 . -102) T) ((-907 . -1053) T) ((-128 . -489) 11447) ((-1175 . -102) T) ((-1168 . -723) T) ((-1167 . -723) T) ((-1161 . -723) T) ((-1161 . -788) NIL) ((-1161 . -791) NIL) ((-951 . -102) T) ((-918 . -102) T) ((-1120 . -723) T) ((-768 . -102) T) ((-668 . -102) T) ((-546 . -611) 11429) ((-474 . -1094) T) ((-339 . -1106) T) ((-174 . -1106) T) ((-319 . -917) 11408) ((-1243 . -714) 11249) ((-869 . -172) T) ((-1222 . -714) 11063) ((-840 . -21) 11015) ((-840 . -25) 10967) ((-245 . -1143) 10951) ((-126 . -514) 10884) ((-407 . -25) T) ((-407 . -21) T) ((-339 . -23) T) ((-169 . -612) 10650) ((-169 . -611) 10632) ((-174 . -23) T) ((-641 . -288) 10609) ((-520 . -34) T) ((-895 . -611) 10591) ((-89 . -1209) T) ((-838 . -611) 10573) ((-805 . -611) 10555) ((-766 . -611) 10537) ((-673 . -611) 10519) ((-240 . -644) 10367) ((-1170 . -1094) T) ((-1166 . -1052) 10190) ((-1144 . -1209) T) ((-1119 . -1052) 10033) ((-851 . -1052) 10017) ((-1226 . -616) 10001) ((-1166 . -111) 9810) ((-1119 . -111) 9639) ((-851 . -111) 9618) ((-1216 . -847) T) ((-1232 . -612) NIL) ((-1232 . -611) 9600) ((-343 . -1145) T) ((-852 . -611) 9582) ((-1070 . -286) 9561) ((-80 . -1209) T) ((-1001 . -906) NIL) ((-606 . -286) 9537) ((-1195 . -514) 9470) ((-487 . -1209) T) ((-571 . -611) 9452) ((-475 . -286) 9431) ((-517 . -93) T) ((-217 . -1209) T) ((-1081 . -231) 9415) ((-1001 . -644) 9365) ((-289 . -917) T) ((-814 . -307) 9344) ((-867 . -102) T) ((-779 . -231) 9328) ((-955 . -286) 9305) ((-911 . -644) 9257) ((-633 . -21) T) ((-633 . -25) T) ((-605 . -21) T) ((-547 . -102) T) ((-343 . -38) 9222) ((-690 . -721) 9189) ((-487 . -881) 9171) ((-487 . -883) 9153) ((-474 . -714) 8994) ((-217 . -881) 8976) ((-64 . -1209) T) ((-217 . -883) 8958) ((-605 . -25) T) ((-427 . -644) 8932) ((-1166 . -614) 8701) ((-487 . -1035) 8661) ((-869 . -514) 8573) ((-1119 . -614) 8365) ((-851 . -614) 8283) ((-217 . -1035) 8243) ((-240 . -34) T) ((-997 . -1094) 8221) ((-1243 . -172) 8152) ((-1222 . -172) 8083) ((-709 . -145) 8062) ((-709 . -147) 8041) ((-697 . -131) T) ((-136 . -465) 8018) ((-1141 . -611) 7950) ((-654 . -652) 7934) ((-128 . -286) 7909) ((-116 . -131) T) ((-477 . -1213) T) ((-606 . -602) 7885) ((-475 . -602) 7864) ((-336 . -335) 7833) ((-536 . -1094) T) ((-477 . -556) T) ((-1166 . -1046) T) ((-1119 . -1046) T) ((-851 . -1046) T) ((-240 . -788) 7812) ((-240 . -791) 7763) ((-240 . -790) 7742) ((-1166 . -326) 7719) ((-240 . -723) 7629) ((-955 . -19) 7613) ((-487 . -377) 7595) ((-487 . -338) 7577) ((-1119 . -326) 7549) ((-354 . -1266) 7526) ((-217 . -377) 7508) ((-217 . -338) 7490) ((-955 . -602) 7467) ((-1166 . -233) T) ((-660 . -1094) T) ((-642 . -1094) T) ((-1255 . -1094) T) ((-1182 . -1094) T) ((-1081 . -253) 7404) ((-355 . -1094) T) ((-352 . -1094) T) ((-344 . -1094) T) ((-264 . -1094) T) ((-247 . -1094) T) ((-84 . -1209) T) ((-127 . -102) 7382) ((-121 . -102) 7360) ((-1182 . -608) 7339) ((-479 . -1094) T) ((-1135 . -1094) T) ((-479 . -608) 7318) ((-251 . -792) 7269) ((-251 . -789) 7220) ((-250 . -792) 7171) ((-40 . -1145) NIL) ((-250 . -789) 7122) ((-1109 . -614) 7103) ((-128 . -19) 7085) ((-1074 . -917) 7036) ((-1001 . -791) T) ((-1001 . -788) T) ((-1001 . -723) T) ((-968 . -791) T) ((-128 . -602) 7011) ((-911 . -723) T) ((-91 . -489) 6995) ((-487 . -897) NIL) ((-907 . -1094) T) ((-225 . -1052) 6960) ((-869 . -290) T) ((-217 . -897) NIL) ((-830 . -1106) 6939) ((-59 . -1094) 6889) ((-519 . -1094) 6867) ((-516 . -1094) 6817) ((-497 . -1094) 6795) ((-496 . -1094) 6745) ((-580 . -102) T) ((-564 . -102) T) ((-495 . -102) T) ((-474 . -172) 6676) ((-359 . -917) T) ((-353 . -917) T) ((-345 . -917) T) ((-225 . -111) 6632) ((-830 . -23) 6584) ((-427 . -723) T) ((-108 . -917) T) ((-40 . -38) 6529) ((-108 . -817) T) ((-581 . -349) T) ((-518 . -349) T) ((-1222 . -514) 6389) ((-316 . -452) 6368) ((-313 . -452) T) ((-889 . -611) 6350) ((-833 . -286) 6329) ((-339 . -131) T) ((-174 . -131) T) ((-294 . -25) 6193) ((-294 . -21) 6076) ((-45 . -1185) 6055) ((-66 . -611) 6037) ((-55 . -102) T) ((-600 . -514) 5970) ((-45 . -107) 5920) ((-816 . -614) 5904) ((-1096 . -425) 5888) ((-1096 . -368) 5867) ((-386 . -614) 5851) ((-324 . -614) 5835) ((-1058 . -1209) T) ((-1057 . -1052) 5822) ((-949 . -1052) 5665) ((-1260 . -102) T) ((-1259 . -102) 5615) ((-1057 . -111) 5600) ((-481 . -1052) 5443) ((-660 . -714) 5427) ((-949 . -111) 5256) ((-225 . -614) 5206) ((-477 . -363) T) ((-355 . -714) 5158) ((-352 . -714) 5110) ((-344 . -714) 5062) ((-264 . -714) 4911) ((-247 . -714) 4760) ((-1251 . -644) 4685) ((-1223 . -906) NIL) ((-1090 . -93) T) ((-1084 . -93) T) ((-940 . -647) 4669) ((-1068 . -93) T) ((-481 . -111) 4498) ((-1061 . -93) T) ((-1033 . -93) T) ((-940 . -373) 4482) ((-248 . -102) T) ((-1016 . -93) T) ((-74 . -611) 4464) ((-960 . -47) 4443) ((-707 . -102) T) ((-695 . -102) T) ((-1 . -1094) T) ((-619 . -1106) T) ((-1244 . -644) 4340) ((-624 . -93) T) ((-1190 . -611) 4322) ((-1082 . -611) 4304) ((-126 . -489) 4288) ((-483 . -93) T) ((-1070 . -611) 4270) ((-390 . -23) T) ((-87 . -1209) T) ((-218 . -93) T) ((-1223 . -644) 4122) ((-907 . -714) 4087) ((-619 . -23) T) ((-606 . -611) 4069) ((-606 . -612) NIL) ((-475 . -612) NIL) ((-475 . -611) 4051) ((-511 . -1094) T) ((-507 . -1094) T) ((-351 . -25) T) ((-351 . -21) T) ((-127 . -309) 3989) ((-121 . -309) 3927) ((-595 . -644) 3914) ((-225 . -1046) T) ((-594 . -644) 3839) ((-379 . -999) T) ((-225 . -243) T) ((-225 . -233) T) ((-1057 . -614) 3811) ((-1057 . -616) 3792) ((-955 . -612) 3753) ((-955 . -611) 3665) ((-949 . -614) 3454) ((-867 . -38) 3441) ((-710 . -614) 3391) ((-1243 . -290) 3342) ((-1222 . -290) 3293) ((-481 . -614) 3078) ((-1114 . -452) T) ((-502 . -847) T) ((-316 . -1133) 3057) ((-996 . -147) 3036) ((-996 . -145) 3015) ((-495 . -309) 3002) ((-295 . -1185) 2981) ((-1177 . -611) 2963) ((-1176 . -611) 2945) ((-868 . -1052) 2890) ((-477 . -1106) T) ((-139 . -832) 2872) ((-114 . -832) 2853) ((-621 . -102) T) ((-1195 . -489) 2837) ((-251 . -368) 2816) ((-250 . -368) 2795) ((-1057 . -1046) T) ((-295 . -107) 2745) ((-130 . -611) 2727) ((-128 . -612) NIL) ((-128 . -611) 2671) ((-117 . -102) T) ((-949 . -1046) T) ((-868 . -111) 2600) ((-477 . -23) T) ((-481 . -1046) T) ((-1057 . -233) T) ((-949 . -326) 2569) ((-481 . -326) 2526) ((-355 . -172) T) ((-352 . -172) T) ((-344 . -172) T) ((-264 . -172) 2437) ((-247 . -172) 2348) ((-960 . -1035) 2244) ((-517 . -490) 2225) ((-732 . -1035) 2196) ((-517 . -611) 2162) ((-1099 . -102) T) ((-1086 . -611) 2129) ((-1031 . -611) 2111) ((-1272 . -151) 2095) ((-1270 . -614) 2076) ((-1264 . -611) 2058) ((-1251 . -723) T) ((-1244 . -723) T) ((-1223 . -788) NIL) ((-1223 . -791) NIL) ((-169 . -1052) 1968) ((-907 . -172) T) ((-868 . -614) 1898) ((-1223 . -723) T) ((-1269 . -614) 1879) ((-1000 . -342) 1853) ((-997 . -514) 1786) ((-840 . -847) 1765) ((-564 . -1145) T) ((-474 . -290) 1716) ((-595 . -723) T) ((-361 . -611) 1698) ((-322 . -611) 1680) ((-418 . -1035) 1576) ((-594 . -723) T) ((-407 . -847) 1527) ((-169 . -111) 1423) ((-830 . -131) 1375) ((-734 . -151) 1359) ((-1259 . -309) 1297) ((-487 . -307) T) ((-379 . -611) 1264) ((-520 . -1007) 1248) ((-379 . -612) 1162) ((-217 . -307) T) ((-141 . -151) 1144) ((-711 . -286) 1123) ((-487 . -1019) T) ((-580 . -38) 1110) ((-564 . -38) 1097) ((-495 . -38) 1062) ((-217 . -1019) T) ((-868 . -1046) T) ((-833 . -611) 1044) ((-824 . -611) 1026) ((-822 . -611) 1008) ((-813 . -906) 987) ((-1283 . -1106) T) ((-1232 . -1052) 810) ((-852 . -1052) 794) ((-868 . -243) T) ((-868 . -233) NIL) ((-685 . -1209) T) ((-1283 . -23) T) ((-813 . -644) 719) ((-550 . -1209) T) ((-418 . -338) 703) ((-571 . -1052) 690) ((-1232 . -111) 499) ((-697 . -637) 481) ((-852 . -111) 460) ((-381 . -23) T) ((-169 . -614) 238) ((-1182 . -514) 30) ((-658 . -1094) T) ((-677 . -1094) T) ((-672 . -1094) T)) \ No newline at end of file
+(((-478 . -1094) T) ((-264 . -514) 162073) ((-247 . -514) 162016) ((-245 . -1094) 161966) ((-571 . -111) 161951) ((-531 . -23) T) ((-138 . -1094) T) ((-137 . -1094) T) ((-117 . -309) 161908) ((-133 . -1094) T) ((-479 . -514) 161700) ((-673 . -614) 161684) ((-690 . -102) T) ((-1135 . -514) 161603) ((-390 . -131) T) ((-1272 . -973) 161572) ((-31 . -93) T) ((-600 . -489) 161556) ((-619 . -131) T) ((-816 . -843) T) ((-523 . -57) 161506) ((-59 . -514) 161439) ((-519 . -514) 161372) ((-418 . -897) 161331) ((-169 . -1046) T) ((-516 . -514) 161264) ((-497 . -514) 161197) ((-496 . -514) 161130) ((-796 . -1035) 160913) ((-695 . -38) 160878) ((-1232 . -614) 160626) ((-343 . -349) T) ((-1088 . -1087) 160610) ((-1088 . -1094) 160588) ((-852 . -614) 160485) ((-169 . -243) 160436) ((-169 . -233) 160387) ((-1088 . -1089) 160345) ((-869 . -286) 160303) ((-225 . -792) T) ((-225 . -789) T) ((-690 . -284) NIL) ((-571 . -614) 160275) ((-1144 . -1185) 160254) ((-407 . -989) 160238) ((-697 . -21) T) ((-697 . -25) T) ((-1274 . -644) 160212) ((-316 . -160) 160191) ((-316 . -143) 160170) ((-1144 . -107) 160120) ((-134 . -25) T) ((-40 . -231) 160097) ((-116 . -21) T) ((-116 . -25) T) ((-606 . -288) 160073) ((-475 . -288) 160052) ((-1232 . -326) 160029) ((-1232 . -1046) T) ((-852 . -1046) T) ((-796 . -338) 160013) ((-139 . -185) T) ((-117 . -1145) NIL) ((-91 . -611) 159945) ((-477 . -131) T) ((-1232 . -233) T) ((-1090 . -490) 159926) ((-1090 . -611) 159892) ((-1084 . -490) 159873) ((-1084 . -611) 159839) ((-592 . -1209) T) ((-1068 . -490) 159820) ((-571 . -1046) T) ((-1068 . -611) 159786) ((-658 . -714) 159770) ((-1061 . -490) 159751) ((-1061 . -611) 159717) ((-955 . -288) 159694) ((-60 . -34) T) ((-1057 . -792) T) ((-1057 . -789) T) ((-1033 . -490) 159675) ((-1016 . -490) 159656) ((-813 . -723) T) ((-728 . -47) 159621) ((-621 . -38) 159608) ((-355 . -290) T) ((-352 . -290) T) ((-344 . -290) T) ((-264 . -290) 159539) ((-247 . -290) 159470) ((-1033 . -611) 159436) ((-1021 . -102) T) ((-1016 . -611) 159402) ((-624 . -490) 159383) ((-413 . -723) T) ((-117 . -38) 159328) ((-483 . -490) 159309) ((-624 . -611) 159275) ((-413 . -473) T) ((-218 . -490) 159256) ((-483 . -611) 159222) ((-354 . -102) T) ((-218 . -611) 159188) ((-1203 . -1053) T) ((-708 . -1053) T) ((-1168 . -47) 159165) ((-1167 . -47) 159135) ((-1161 . -47) 159112) ((-128 . -288) 159087) ((-1032 . -151) 159033) ((-907 . -290) T) ((-1120 . -47) 159005) ((-690 . -309) NIL) ((-515 . -611) 158987) ((-510 . -611) 158969) ((-508 . -611) 158951) ((-327 . -1094) 158901) ((-709 . -452) 158832) ((-48 . -102) T) ((-1243 . -286) 158817) ((-1222 . -286) 158737) ((-641 . -662) 158721) ((-641 . -647) 158705) ((-339 . -21) T) ((-339 . -25) T) ((-40 . -349) NIL) ((-174 . -21) T) ((-174 . -25) T) ((-641 . -373) 158689) ((-603 . -490) 158671) ((-600 . -286) 158648) ((-603 . -611) 158615) ((-388 . -102) T) ((-1114 . -143) T) ((-126 . -611) 158547) ((-871 . -1094) T) ((-654 . -411) 158531) ((-711 . -611) 158513) ((-249 . -611) 158480) ((-187 . -611) 158462) ((-162 . -611) 158444) ((-157 . -611) 158426) ((-1274 . -723) T) ((-1096 . -34) T) ((-868 . -792) NIL) ((-868 . -789) NIL) ((-855 . -847) T) ((-728 . -883) NIL) ((-1283 . -131) T) ((-381 . -131) T) ((-889 . -614) 158394) ((-901 . -102) T) ((-728 . -1035) 158270) ((-531 . -131) T) ((-1081 . -411) 158254) ((-997 . -489) 158238) ((-117 . -400) 158215) ((-1161 . -1209) 158194) ((-779 . -411) 158178) ((-777 . -411) 158162) ((-940 . -34) T) ((-690 . -1145) NIL) ((-251 . -644) 157997) ((-250 . -644) 157819) ((-814 . -917) 157798) ((-454 . -411) 157782) ((-600 . -19) 157766) ((-1140 . -1202) 157735) ((-1161 . -883) NIL) ((-1161 . -881) 157687) ((-600 . -602) 157664) ((-1195 . -611) 157596) ((-1169 . -611) 157578) ((-62 . -395) T) ((-1167 . -1035) 157513) ((-1161 . -1035) 157479) ((-690 . -38) 157429) ((-474 . -286) 157414) ((-1215 . -611) 157396) ((-728 . -377) 157380) ((-835 . -611) 157362) ((-654 . -1053) T) ((-1243 . -999) 157328) ((-1222 . -999) 157294) ((-1082 . -614) 157278) ((-1058 . -1185) 157253) ((-1070 . -614) 157230) ((-869 . -612) 157037) ((-869 . -611) 157019) ((-1182 . -489) 156956) ((-418 . -1019) 156934) ((-48 . -309) 156921) ((-1058 . -107) 156867) ((-479 . -489) 156804) ((-520 . -1209) T) ((-1161 . -338) 156756) ((-1135 . -489) 156727) ((-1161 . -377) 156679) ((-1081 . -1053) T) ((-437 . -102) T) ((-183 . -1094) T) ((-251 . -34) T) ((-250 . -34) T) ((-779 . -1053) T) ((-777 . -1053) T) ((-728 . -897) 156656) ((-454 . -1053) T) ((-59 . -489) 156640) ((-1031 . -1052) 156614) ((-519 . -489) 156598) ((-516 . -489) 156582) ((-497 . -489) 156566) ((-496 . -489) 156550) ((-245 . -514) 156483) ((-1031 . -111) 156450) ((-1168 . -897) 156363) ((-1167 . -897) 156269) ((-1161 . -897) 156102) ((-1120 . -897) 156086) ((-666 . -1106) T) ((-354 . -1145) T) ((-642 . -93) T) ((-322 . -1052) 156068) ((-251 . -788) 156047) ((-251 . -791) 155998) ((-31 . -490) 155979) ((-251 . -790) 155958) ((-250 . -788) 155937) ((-250 . -791) 155888) ((-250 . -790) 155867) ((-31 . -611) 155833) ((-50 . -1053) T) ((-251 . -723) 155743) ((-250 . -723) 155653) ((-1203 . -1094) T) ((-666 . -23) T) ((-581 . -1053) T) ((-518 . -1053) T) ((-379 . -1052) 155618) ((-322 . -111) 155593) ((-73 . -383) T) ((-73 . -395) T) ((-1021 . -38) 155530) ((-690 . -400) 155512) ((-99 . -102) T) ((-708 . -1094) T) ((-1000 . -145) 155484) ((-1000 . -147) 155456) ((-379 . -111) 155412) ((-319 . -1213) 155391) ((-474 . -999) 155357) ((-354 . -38) 155322) ((-40 . -370) 155294) ((-870 . -611) 155166) ((-127 . -125) 155150) ((-121 . -125) 155134) ((-833 . -1052) 155104) ((-830 . -21) 155056) ((-824 . -1052) 155040) ((-830 . -25) 154992) ((-319 . -556) 154943) ((-517 . -614) 154924) ((-564 . -825) T) ((-240 . -1209) T) ((-1031 . -614) 154893) ((-833 . -111) 154858) ((-824 . -111) 154837) ((-1243 . -611) 154819) ((-1222 . -611) 154801) ((-1222 . -612) 154472) ((-1166 . -906) 154451) ((-1119 . -906) 154430) ((-48 . -38) 154395) ((-1281 . -1106) T) ((-600 . -611) 154307) ((-600 . -612) 154268) ((-1279 . -1106) T) ((-361 . -614) 154252) ((-322 . -614) 154236) ((-240 . -1035) 154063) ((-1166 . -644) 153988) ((-1119 . -644) 153913) ((-851 . -644) 153887) ((-715 . -611) 153869) ((-546 . -368) T) ((-1281 . -23) T) ((-1279 . -23) T) ((-491 . -1094) T) ((-379 . -614) 153819) ((-379 . -616) 153801) ((-1031 . -1046) T) ((-862 . -102) T) ((-1182 . -286) 153780) ((-169 . -368) 153731) ((-1001 . -1209) T) ((-833 . -614) 153685) ((-824 . -614) 153640) ((-44 . -23) T) ((-479 . -286) 153619) ((-585 . -1094) T) ((-1140 . -1103) 153588) ((-1098 . -1097) 153540) ((-390 . -21) T) ((-390 . -25) T) ((-152 . -1106) T) ((-1287 . -102) T) ((-1001 . -881) 153522) ((-1001 . -883) 153504) ((-1203 . -714) 153401) ((-621 . -231) 153385) ((-619 . -21) T) ((-289 . -556) T) ((-619 . -25) T) ((-1189 . -1094) T) ((-708 . -714) 153350) ((-240 . -377) 153319) ((-1001 . -1035) 153279) ((-379 . -1046) T) ((-223 . -1053) T) ((-117 . -231) 153256) ((-59 . -286) 153233) ((-152 . -23) T) ((-516 . -286) 153210) ((-327 . -514) 153143) ((-496 . -286) 153120) ((-379 . -243) T) ((-379 . -233) T) ((-833 . -1046) T) ((-824 . -1046) T) ((-709 . -946) 153089) ((-697 . -847) T) ((-474 . -611) 153071) ((-824 . -233) 153050) ((-134 . -847) T) ((-654 . -1094) T) ((-1182 . -602) 153029) ((-550 . -1185) 153008) ((-336 . -1094) T) ((-319 . -363) 152987) ((-407 . -147) 152966) ((-407 . -145) 152945) ((-961 . -1106) 152844) ((-240 . -897) 152776) ((-812 . -1106) 152686) ((-650 . -849) 152670) ((-479 . -602) 152649) ((-550 . -107) 152599) ((-1001 . -377) 152581) ((-1001 . -338) 152563) ((-97 . -1094) T) ((-961 . -23) 152374) ((-477 . -21) T) ((-477 . -25) T) ((-812 . -23) 152244) ((-1170 . -611) 152226) ((-59 . -19) 152210) ((-1170 . -612) 152132) ((-1166 . -723) T) ((-1119 . -723) T) ((-516 . -19) 152116) ((-496 . -19) 152100) ((-59 . -602) 152077) ((-1081 . -1094) T) ((-898 . -102) 152055) ((-851 . -723) T) ((-779 . -1094) T) ((-516 . -602) 152032) ((-496 . -602) 152009) ((-777 . -1094) T) ((-777 . -1060) 151976) ((-461 . -1094) T) ((-454 . -1094) T) ((-585 . -714) 151951) ((-645 . -1094) T) ((-1251 . -47) 151928) ((-1245 . -102) T) ((-1244 . -47) 151898) ((-1223 . -47) 151875) ((-1203 . -172) 151826) ((-1167 . -307) 151805) ((-1001 . -897) NIL) ((-1161 . -307) 151784) ((-625 . -1106) T) ((-666 . -131) T) ((-1090 . -614) 151765) ((-1084 . -614) 151746) ((-1074 . -556) 151697) ((-1074 . -1213) 151648) ((-1068 . -614) 151629) ((-275 . -1094) T) ((-85 . -441) T) ((-85 . -395) T) ((-1061 . -614) 151610) ((-1033 . -614) 151591) ((-50 . -1094) T) ((-1016 . -614) 151572) ((-708 . -172) T) ((-594 . -47) 151549) ((-225 . -644) 151514) ((-581 . -1094) T) ((-518 . -1094) T) ((-359 . -1213) T) ((-353 . -1213) T) ((-345 . -1213) T) ((-487 . -817) T) ((-487 . -917) T) ((-319 . -1106) T) ((-108 . -1213) T) ((-711 . -1052) 151484) ((-339 . -847) T) ((-217 . -917) T) ((-217 . -817) T) ((-624 . -614) 151465) ((-359 . -556) T) ((-353 . -556) T) ((-345 . -556) T) ((-483 . -614) 151446) ((-108 . -556) T) ((-654 . -714) 151416) ((-1161 . -1019) NIL) ((-218 . -614) 151397) ((-319 . -23) T) ((-67 . -1209) T) ((-997 . -611) 151329) ((-690 . -231) 151311) ((-711 . -111) 151276) ((-641 . -34) T) ((-245 . -489) 151260) ((-1096 . -1092) 151244) ((-171 . -1094) T) ((-949 . -906) 151223) ((-515 . -614) 151207) ((-1287 . -1145) T) ((-1283 . -21) T) ((-481 . -906) 151186) ((-1283 . -25) T) ((-1281 . -131) T) ((-1279 . -131) T) ((-1272 . -102) T) ((-1255 . -611) 151152) ((-1244 . -1035) 151087) ((-1081 . -714) 150936) ((-1057 . -644) 150923) ((-949 . -644) 150848) ((-779 . -714) 150677) ((-536 . -611) 150659) ((-536 . -612) 150640) ((-777 . -714) 150489) ((-1223 . -1209) 150468) ((-1071 . -102) T) ((-381 . -25) T) ((-381 . -21) T) ((-481 . -644) 150393) ((-461 . -714) 150364) ((-454 . -714) 150213) ((-984 . -102) T) ((-1223 . -883) NIL) ((-1223 . -881) 150165) ((-1182 . -612) NIL) ((-734 . -102) T) ((-1182 . -611) 150147) ((-603 . -614) 150129) ((-1136 . -1117) 150074) ((-1043 . -1202) 150003) ((-531 . -25) T) ((-898 . -309) 149941) ((-711 . -614) 149895) ((-343 . -1053) T) ((-642 . -490) 149876) ((-141 . -102) T) ((-44 . -131) T) ((-289 . -1106) T) ((-677 . -93) T) ((-672 . -93) T) ((-660 . -611) 149858) ((-642 . -611) 149811) ((-478 . -93) T) ((-355 . -611) 149793) ((-352 . -611) 149775) ((-344 . -611) 149757) ((-264 . -612) 149505) ((-264 . -611) 149487) ((-247 . -611) 149469) ((-247 . -612) 149330) ((-133 . -93) T) ((-138 . -93) T) ((-137 . -93) T) ((-1223 . -1035) 149296) ((-1203 . -514) 149263) ((-1135 . -611) 149245) ((-816 . -854) T) ((-816 . -723) T) ((-600 . -288) 149222) ((-581 . -714) 149187) ((-479 . -612) NIL) ((-479 . -611) 149169) ((-518 . -714) 149114) ((-316 . -102) T) ((-313 . -102) T) ((-289 . -23) T) ((-152 . -131) T) ((-907 . -611) 149096) ((-386 . -723) T) ((-869 . -1052) 149048) ((-907 . -612) 149030) ((-869 . -111) 148968) ((-711 . -1046) T) ((-709 . -1235) 148952) ((-139 . -102) T) ((-136 . -102) T) ((-114 . -102) T) ((-690 . -349) NIL) ((-519 . -611) 148884) ((-379 . -792) T) ((-223 . -1094) T) ((-379 . -789) T) ((-225 . -791) T) ((-225 . -788) T) ((-59 . -612) 148845) ((-59 . -611) 148757) ((-225 . -723) T) ((-516 . -612) 148718) ((-516 . -611) 148630) ((-497 . -611) 148562) ((-496 . -612) 148523) ((-496 . -611) 148435) ((-1074 . -363) 148386) ((-40 . -411) 148363) ((-77 . -1209) T) ((-868 . -906) NIL) ((-359 . -329) 148347) ((-359 . -363) T) ((-353 . -329) 148331) ((-353 . -363) T) ((-345 . -329) 148315) ((-345 . -363) T) ((-316 . -284) 148294) ((-108 . -363) T) ((-70 . -1209) T) ((-1223 . -338) 148246) ((-868 . -644) 148191) ((-1223 . -377) 148143) ((-961 . -131) 147998) ((-812 . -131) 147868) ((-955 . -647) 147852) ((-1081 . -172) 147763) ((-955 . -373) 147747) ((-1057 . -791) T) ((-1057 . -788) T) ((-869 . -614) 147645) ((-779 . -172) 147536) ((-777 . -172) 147447) ((-813 . -47) 147409) ((-1057 . -723) T) ((-327 . -489) 147393) ((-949 . -723) T) ((-454 . -172) 147304) ((-245 . -286) 147281) ((-1272 . -309) 147219) ((-1251 . -897) 147132) ((-481 . -723) T) ((-1244 . -897) 147038) ((-1243 . -1052) 146873) ((-1223 . -897) 146706) ((-1222 . -1052) 146514) ((-1203 . -290) 146493) ((-1179 . -1209) T) ((-1177 . -368) T) ((-1176 . -368) T) ((-1140 . -151) 146477) ((-1114 . -102) T) ((-1112 . -1094) T) ((-1074 . -23) T) ((-1069 . -102) T) ((-924 . -952) T) ((-734 . -309) 146415) ((-75 . -1209) T) ((-30 . -952) T) ((-169 . -906) 146368) ((-660 . -382) 146340) ((-112 . -841) T) ((-1 . -611) 146322) ((-1074 . -1106) T) ((-128 . -647) 146304) ((-50 . -618) 146288) ((-1000 . -409) 146260) ((-594 . -897) 146173) ((-438 . -102) T) ((-141 . -309) NIL) ((-128 . -373) 146155) ((-869 . -1046) T) ((-830 . -847) 146134) ((-81 . -1209) T) ((-708 . -290) T) ((-40 . -1053) T) ((-581 . -172) T) ((-518 . -172) T) ((-511 . -611) 146116) ((-169 . -644) 146026) ((-507 . -611) 146008) ((-351 . -147) 145990) ((-351 . -145) T) ((-359 . -1106) T) ((-353 . -1106) T) ((-345 . -1106) T) ((-1001 . -307) T) ((-911 . -307) T) ((-869 . -243) T) ((-108 . -1106) T) ((-869 . -233) 145969) ((-1243 . -111) 145790) ((-1222 . -111) 145579) ((-245 . -1247) 145563) ((-564 . -845) T) ((-359 . -23) T) ((-354 . -349) T) ((-316 . -309) 145550) ((-313 . -309) 145491) ((-353 . -23) T) ((-319 . -131) T) ((-345 . -23) T) ((-1001 . -1019) T) ((-31 . -614) 145472) ((-108 . -23) T) ((-245 . -602) 145449) ((-1245 . -38) 145341) ((-1232 . -906) 145320) ((-112 . -1094) T) ((-1032 . -102) T) ((-1232 . -644) 145245) ((-868 . -791) NIL) ((-852 . -644) 145219) ((-868 . -788) NIL) ((-813 . -883) NIL) ((-868 . -723) T) ((-1081 . -514) 145092) ((-779 . -514) 145039) ((-777 . -514) 144991) ((-571 . -644) 144978) ((-813 . -1035) 144806) ((-454 . -514) 144749) ((-388 . -389) T) ((-1243 . -614) 144562) ((-1222 . -614) 144310) ((-60 . -1209) T) ((-619 . -847) 144289) ((-500 . -657) T) ((-1140 . -973) 144258) ((-1000 . -452) T) ((-695 . -845) T) ((-510 . -789) T) ((-474 . -1052) 144093) ((-343 . -1094) T) ((-313 . -1145) NIL) ((-289 . -131) T) ((-394 . -1094) T) ((-690 . -370) 144060) ((-867 . -1053) T) ((-223 . -618) 144037) ((-327 . -286) 144014) ((-474 . -111) 143835) ((-1243 . -1046) T) ((-1222 . -1046) T) ((-813 . -377) 143819) ((-169 . -723) T) ((-650 . -102) T) ((-1243 . -243) 143798) ((-1243 . -233) 143750) ((-1222 . -233) 143655) ((-1222 . -243) 143634) ((-1000 . -402) NIL) ((-666 . -637) 143582) ((-316 . -38) 143492) ((-313 . -38) 143421) ((-69 . -611) 143403) ((-319 . -493) 143369) ((-1182 . -288) 143348) ((-1217 . -847) T) ((-1107 . -1106) 143258) ((-83 . -1209) T) ((-61 . -611) 143240) ((-479 . -288) 143219) ((-1274 . -1035) 143196) ((-1158 . -1094) T) ((-1107 . -23) 143066) ((-813 . -897) 143002) ((-1232 . -723) T) ((-1096 . -1209) T) ((-474 . -614) 142828) ((-1081 . -290) 142759) ((-963 . -1094) T) ((-890 . -102) T) ((-779 . -290) 142670) ((-327 . -19) 142654) ((-59 . -288) 142631) ((-777 . -290) 142562) ((-852 . -723) T) ((-117 . -845) NIL) ((-516 . -288) 142539) ((-327 . -602) 142516) ((-496 . -288) 142493) ((-454 . -290) 142424) ((-1032 . -309) 142275) ((-677 . -490) 142256) ((-571 . -723) T) ((-672 . -490) 142237) ((-677 . -611) 142187) ((-672 . -611) 142153) ((-658 . -611) 142135) ((-478 . -490) 142116) ((-478 . -611) 142082) ((-245 . -612) 142043) ((-245 . -490) 142020) ((-138 . -490) 142001) ((-137 . -490) 141982) ((-133 . -490) 141963) ((-245 . -611) 141855) ((-213 . -102) T) ((-138 . -611) 141821) ((-137 . -611) 141787) ((-133 . -611) 141753) ((-1141 . -34) T) ((-940 . -1209) T) ((-343 . -714) 141698) ((-666 . -25) T) ((-666 . -21) T) ((-1170 . -614) 141679) ((-474 . -1046) T) ((-633 . -417) 141644) ((-605 . -417) 141609) ((-1114 . -1145) T) ((-581 . -290) T) ((-518 . -290) T) ((-1244 . -307) 141588) ((-474 . -233) 141540) ((-474 . -243) 141519) ((-1223 . -307) 141498) ((-1223 . -1019) NIL) ((-1074 . -131) T) ((-869 . -792) 141477) ((-144 . -102) T) ((-40 . -1094) T) ((-869 . -789) 141456) ((-641 . -1007) 141440) ((-580 . -1053) T) ((-564 . -1053) T) ((-495 . -1053) T) ((-407 . -452) T) ((-359 . -131) T) ((-316 . -400) 141424) ((-313 . -400) 141385) ((-353 . -131) T) ((-345 . -131) T) ((-1175 . -1094) T) ((-1114 . -38) 141372) ((-1088 . -611) 141339) ((-108 . -131) T) ((-951 . -1094) T) ((-918 . -1094) T) ((-768 . -1094) T) ((-668 . -1094) T) ((-697 . -147) T) ((-116 . -147) T) ((-1281 . -21) T) ((-1281 . -25) T) ((-1279 . -21) T) ((-1279 . -25) T) ((-660 . -1052) 141323) ((-531 . -847) T) ((-500 . -847) T) ((-355 . -1052) 141275) ((-352 . -1052) 141227) ((-344 . -1052) 141179) ((-251 . -1209) T) ((-250 . -1209) T) ((-264 . -1052) 141022) ((-247 . -1052) 140865) ((-660 . -111) 140844) ((-547 . -841) T) ((-355 . -111) 140782) ((-352 . -111) 140720) ((-344 . -111) 140658) ((-264 . -111) 140487) ((-247 . -111) 140316) ((-814 . -1213) 140295) ((-621 . -411) 140279) ((-44 . -21) T) ((-44 . -25) T) ((-812 . -637) 140185) ((-814 . -556) 140164) ((-251 . -1035) 139991) ((-250 . -1035) 139818) ((-126 . -119) 139802) ((-907 . -1052) 139767) ((-709 . -102) T) ((-695 . -1053) T) ((-536 . -616) 139670) ((-343 . -172) T) ((-88 . -611) 139652) ((-152 . -21) T) ((-152 . -25) T) ((-907 . -111) 139608) ((-40 . -714) 139553) ((-867 . -1094) T) ((-660 . -614) 139530) ((-642 . -614) 139511) ((-355 . -614) 139448) ((-352 . -614) 139385) ((-547 . -1094) T) ((-344 . -614) 139322) ((-327 . -612) 139283) ((-327 . -611) 139195) ((-264 . -614) 138948) ((-247 . -614) 138733) ((-1222 . -789) 138686) ((-1222 . -792) 138639) ((-251 . -377) 138608) ((-250 . -377) 138577) ((-650 . -38) 138547) ((-606 . -34) T) ((-482 . -1106) 138457) ((-475 . -34) T) ((-1107 . -131) 138327) ((-961 . -25) 138138) ((-907 . -614) 138088) ((-871 . -611) 138070) ((-961 . -21) 138025) ((-812 . -21) 137935) ((-812 . -25) 137786) ((-1215 . -368) T) ((-621 . -1053) T) ((-1172 . -556) 137765) ((-1166 . -47) 137742) ((-355 . -1046) T) ((-352 . -1046) T) ((-482 . -23) 137612) ((-344 . -1046) T) ((-247 . -1046) T) ((-264 . -1046) T) ((-1119 . -47) 137584) ((-117 . -1053) T) ((-1031 . -644) 137558) ((-955 . -34) T) ((-355 . -233) 137537) ((-355 . -243) T) ((-352 . -233) 137516) ((-352 . -243) T) ((-344 . -233) 137495) ((-344 . -243) T) ((-247 . -326) 137452) ((-264 . -326) 137424) ((-264 . -233) 137403) ((-1150 . -151) 137387) ((-251 . -897) 137319) ((-250 . -897) 137251) ((-1076 . -847) T) ((-414 . -1106) T) ((-1050 . -23) T) ((-907 . -1046) T) ((-322 . -644) 137233) ((-1021 . -845) T) ((-1203 . -999) 137199) ((-1167 . -917) 137178) ((-1161 . -917) 137157) ((-1161 . -817) NIL) ((-907 . -243) T) ((-814 . -363) 137136) ((-385 . -23) T) ((-127 . -1094) 137114) ((-121 . -1094) 137092) ((-907 . -233) T) ((-128 . -34) T) ((-379 . -644) 137057) ((-867 . -714) 137044) ((-1043 . -151) 137009) ((-40 . -172) T) ((-690 . -411) 136991) ((-709 . -309) 136978) ((-833 . -644) 136938) ((-824 . -644) 136912) ((-319 . -25) T) ((-319 . -21) T) ((-654 . -286) 136891) ((-580 . -1094) T) ((-564 . -1094) T) ((-495 . -1094) T) ((-245 . -288) 136868) ((-313 . -231) 136829) ((-1166 . -883) NIL) ((-55 . -1094) T) ((-1119 . -883) 136688) ((-129 . -847) T) ((-1166 . -1035) 136568) ((-1119 . -1035) 136451) ((-183 . -611) 136433) ((-851 . -1035) 136329) ((-779 . -286) 136256) ((-814 . -1106) T) ((-1031 . -723) T) ((-600 . -647) 136240) ((-1043 . -973) 136169) ((-996 . -102) T) ((-814 . -23) T) ((-709 . -1145) 136147) ((-690 . -1053) T) ((-600 . -373) 136131) ((-351 . -452) T) ((-343 . -290) T) ((-1260 . -1094) T) ((-248 . -1094) T) ((-399 . -102) T) ((-289 . -21) T) ((-289 . -25) T) ((-361 . -723) T) ((-707 . -1094) T) ((-695 . -1094) T) ((-361 . -473) T) ((-1203 . -611) 136113) ((-1166 . -377) 136097) ((-1119 . -377) 136081) ((-1021 . -411) 136043) ((-141 . -229) 136025) ((-379 . -791) T) ((-379 . -788) T) ((-867 . -172) T) ((-379 . -723) T) ((-708 . -611) 136007) ((-709 . -38) 135836) ((-1259 . -1257) 135820) ((-351 . -402) T) ((-1259 . -1094) 135770) ((-580 . -714) 135757) ((-564 . -714) 135744) ((-495 . -714) 135709) ((-316 . -627) 135688) ((-833 . -723) T) ((-824 . -723) T) ((-641 . -1209) T) ((-1074 . -637) 135636) ((-1166 . -897) 135579) ((-1119 . -897) 135563) ((-658 . -1052) 135547) ((-108 . -637) 135529) ((-482 . -131) 135399) ((-1172 . -1106) T) ((-949 . -47) 135368) ((-621 . -1094) T) ((-658 . -111) 135347) ((-491 . -611) 135313) ((-327 . -288) 135290) ((-481 . -47) 135247) ((-1172 . -23) T) ((-117 . -1094) T) ((-103 . -102) 135225) ((-1271 . -1106) T) ((-548 . -847) T) ((-1050 . -131) T) ((-1021 . -1053) T) ((-816 . -1035) 135209) ((-1000 . -721) 135181) ((-1271 . -23) T) ((-695 . -714) 135146) ((-585 . -611) 135128) ((-386 . -1035) 135112) ((-354 . -1053) T) ((-385 . -131) T) ((-324 . -1035) 135096) ((-225 . -883) 135078) ((-1001 . -917) T) ((-91 . -34) T) ((-1001 . -817) T) ((-911 . -917) T) ((-1189 . -611) 135060) ((-1114 . -825) T) ((-487 . -1213) T) ((-1099 . -1094) T) ((-1074 . -21) T) ((-1074 . -25) T) ((-217 . -1213) T) ((-996 . -309) 135025) ((-225 . -1035) 134985) ((-40 . -290) T) ((-711 . -644) 134945) ((-677 . -614) 134926) ((-672 . -614) 134907) ((-487 . -556) T) ((-478 . -614) 134888) ((-359 . -25) T) ((-359 . -21) T) ((-353 . -25) T) ((-217 . -556) T) ((-353 . -21) T) ((-345 . -25) T) ((-345 . -21) T) ((-245 . -614) 134865) ((-138 . -614) 134846) ((-137 . -614) 134827) ((-133 . -614) 134808) ((-108 . -25) T) ((-108 . -21) T) ((-48 . -1053) T) ((-580 . -172) T) ((-564 . -172) T) ((-495 . -172) T) ((-654 . -611) 134790) ((-734 . -733) 134774) ((-336 . -611) 134756) ((-68 . -383) T) ((-68 . -395) T) ((-1096 . -107) 134740) ((-1057 . -883) 134722) ((-949 . -883) 134647) ((-649 . -1106) T) ((-621 . -714) 134634) ((-481 . -883) NIL) ((-1140 . -102) T) ((-1088 . -616) 134618) ((-1057 . -1035) 134600) ((-97 . -611) 134582) ((-477 . -147) T) ((-949 . -1035) 134462) ((-117 . -714) 134407) ((-649 . -23) T) ((-481 . -1035) 134283) ((-1081 . -612) NIL) ((-1081 . -611) 134265) ((-779 . -612) NIL) ((-779 . -611) 134226) ((-777 . -612) 133860) ((-777 . -611) 133774) ((-1107 . -637) 133680) ((-461 . -611) 133662) ((-454 . -611) 133644) ((-454 . -612) 133505) ((-1032 . -229) 133451) ((-869 . -906) 133430) ((-126 . -34) T) ((-814 . -131) T) ((-645 . -611) 133412) ((-578 . -102) T) ((-355 . -1278) 133396) ((-352 . -1278) 133380) ((-344 . -1278) 133364) ((-127 . -514) 133297) ((-121 . -514) 133230) ((-511 . -789) T) ((-511 . -792) T) ((-510 . -791) T) ((-103 . -309) 133168) ((-222 . -102) 133146) ((-690 . -1094) T) ((-695 . -172) T) ((-869 . -644) 133098) ((-65 . -384) T) ((-275 . -611) 133080) ((-65 . -395) T) ((-949 . -377) 133064) ((-867 . -290) T) ((-50 . -611) 133046) ((-996 . -38) 132994) ((-581 . -611) 132976) ((-481 . -377) 132960) ((-581 . -612) 132942) ((-518 . -611) 132924) ((-907 . -1278) 132911) ((-868 . -1209) T) ((-697 . -452) T) ((-495 . -514) 132877) ((-487 . -363) T) ((-355 . -368) 132856) ((-352 . -368) 132835) ((-344 . -368) 132814) ((-711 . -723) T) ((-217 . -363) T) ((-116 . -452) T) ((-1282 . -1273) 132798) ((-868 . -881) 132775) ((-868 . -883) NIL) ((-961 . -847) 132674) ((-812 . -847) 132625) ((-1216 . -102) T) ((-650 . -652) 132609) ((-1195 . -34) T) ((-171 . -611) 132591) ((-1107 . -21) 132501) ((-1107 . -25) 132352) ((-868 . -1035) 132329) ((-949 . -897) 132310) ((-1232 . -47) 132287) ((-907 . -368) T) ((-59 . -647) 132271) ((-516 . -647) 132255) ((-481 . -897) 132232) ((-71 . -441) T) ((-71 . -395) T) ((-496 . -647) 132216) ((-59 . -373) 132200) ((-621 . -172) T) ((-516 . -373) 132184) ((-496 . -373) 132168) ((-824 . -705) 132152) ((-1166 . -307) 132131) ((-1172 . -131) T) ((-117 . -172) T) ((-1140 . -309) 132069) ((-169 . -1209) T) ((-633 . -741) 132053) ((-605 . -741) 132037) ((-1271 . -131) T) ((-1244 . -917) 132016) ((-1223 . -917) 131995) ((-1223 . -817) NIL) ((-690 . -714) 131945) ((-1222 . -906) 131898) ((-1021 . -1094) T) ((-868 . -377) 131875) ((-868 . -338) 131852) ((-902 . -1106) T) ((-169 . -881) 131836) ((-169 . -883) 131761) ((-487 . -1106) T) ((-354 . -1094) T) ((-217 . -1106) T) ((-76 . -441) T) ((-76 . -395) T) ((-169 . -1035) 131657) ((-319 . -847) T) ((-1259 . -514) 131590) ((-1243 . -644) 131487) ((-1222 . -644) 131357) ((-869 . -791) 131336) ((-869 . -788) 131315) ((-869 . -723) T) ((-487 . -23) T) ((-223 . -611) 131297) ((-174 . -452) T) ((-222 . -309) 131235) ((-86 . -441) T) ((-86 . -395) T) ((-217 . -23) T) ((-1283 . -1276) 131214) ((-580 . -290) T) ((-564 . -290) T) ((-673 . -1035) 131198) ((-495 . -290) T) ((-136 . -470) 131153) ((-48 . -1094) T) ((-709 . -231) 131137) ((-868 . -897) NIL) ((-1232 . -883) NIL) ((-886 . -102) T) ((-882 . -102) T) ((-388 . -1094) T) ((-169 . -377) 131121) ((-169 . -338) 131105) ((-1232 . -1035) 130985) ((-852 . -1035) 130881) ((-1136 . -102) T) ((-649 . -131) T) ((-117 . -514) 130789) ((-658 . -789) 130768) ((-658 . -792) 130747) ((-571 . -1035) 130729) ((-294 . -1266) 130699) ((-863 . -102) T) ((-960 . -556) 130678) ((-1203 . -1052) 130561) ((-482 . -637) 130467) ((-901 . -1094) T) ((-1021 . -714) 130404) ((-708 . -1052) 130369) ((-615 . -102) T) ((-600 . -34) T) ((-1141 . -1209) T) ((-1203 . -111) 130238) ((-474 . -644) 130135) ((-354 . -714) 130080) ((-169 . -897) 130039) ((-695 . -290) T) ((-690 . -172) T) ((-708 . -111) 129995) ((-1287 . -1053) T) ((-1232 . -377) 129979) ((-418 . -1213) 129957) ((-1112 . -611) 129939) ((-313 . -845) NIL) ((-418 . -556) T) ((-225 . -307) T) ((-1222 . -788) 129892) ((-1222 . -791) 129845) ((-1243 . -723) T) ((-1222 . -723) T) ((-48 . -714) 129810) ((-225 . -1019) T) ((-351 . -1266) 129787) ((-1245 . -411) 129753) ((-715 . -723) T) ((-1232 . -897) 129696) ((-1203 . -614) 129578) ((-112 . -611) 129560) ((-112 . -612) 129542) ((-715 . -473) T) ((-708 . -614) 129492) ((-482 . -21) 129402) ((-127 . -489) 129386) ((-121 . -489) 129370) ((-482 . -25) 129221) ((-621 . -290) T) ((-585 . -1052) 129196) ((-437 . -1094) T) ((-1057 . -307) T) ((-117 . -290) T) ((-1098 . -102) T) ((-1000 . -102) T) ((-585 . -111) 129164) ((-1136 . -309) 129102) ((-1203 . -1046) T) ((-1057 . -1019) T) ((-66 . -1209) T) ((-1050 . -25) T) ((-1050 . -21) T) ((-708 . -1046) T) ((-385 . -21) T) ((-385 . -25) T) ((-690 . -514) NIL) ((-1021 . -172) T) ((-708 . -243) T) ((-1057 . -545) T) ((-506 . -102) T) ((-502 . -102) T) ((-354 . -172) T) ((-343 . -611) 129084) ((-394 . -611) 129066) ((-474 . -723) T) ((-1114 . -845) T) ((-889 . -1035) 129034) ((-108 . -847) T) ((-654 . -1052) 129018) ((-487 . -131) T) ((-1245 . -1053) T) ((-217 . -131) T) ((-1150 . -102) 128996) ((-99 . -1094) T) ((-245 . -662) 128980) ((-245 . -647) 128964) ((-654 . -111) 128943) ((-585 . -614) 128927) ((-316 . -411) 128911) ((-245 . -373) 128895) ((-1153 . -235) 128842) ((-996 . -231) 128826) ((-74 . -1209) T) ((-48 . -172) T) ((-697 . -387) T) ((-697 . -143) T) ((-1282 . -102) T) ((-1189 . -614) 128808) ((-1081 . -1052) 128651) ((-264 . -906) 128630) ((-247 . -906) 128609) ((-779 . -1052) 128432) ((-777 . -1052) 128275) ((-606 . -1209) T) ((-1158 . -611) 128257) ((-1081 . -111) 128086) ((-1043 . -102) T) ((-475 . -1209) T) ((-461 . -1052) 128057) ((-454 . -1052) 127900) ((-660 . -644) 127884) ((-868 . -307) T) ((-779 . -111) 127693) ((-777 . -111) 127522) ((-355 . -644) 127474) ((-352 . -644) 127426) ((-344 . -644) 127378) ((-264 . -644) 127303) ((-247 . -644) 127228) ((-1152 . -847) T) ((-1082 . -1035) 127212) ((-461 . -111) 127173) ((-454 . -111) 127002) ((-1070 . -1035) 126979) ((-997 . -34) T) ((-963 . -611) 126961) ((-955 . -1209) T) ((-126 . -1007) 126945) ((-960 . -1106) T) ((-868 . -1019) NIL) ((-732 . -1106) T) ((-712 . -1106) T) ((-654 . -614) 126863) ((-1259 . -489) 126847) ((-1136 . -38) 126807) ((-960 . -23) T) ((-862 . -1094) T) ((-840 . -102) T) ((-814 . -21) T) ((-814 . -25) T) ((-732 . -23) T) ((-712 . -23) T) ((-110 . -657) T) ((-907 . -644) 126772) ((-581 . -1052) 126737) ((-518 . -1052) 126682) ((-227 . -57) 126640) ((-453 . -23) T) ((-407 . -102) T) ((-263 . -102) T) ((-690 . -290) T) ((-863 . -38) 126610) ((-581 . -111) 126566) ((-518 . -111) 126495) ((-1081 . -614) 126231) ((-418 . -1106) T) ((-316 . -1053) 126121) ((-313 . -1053) T) ((-128 . -1209) T) ((-779 . -614) 125869) ((-777 . -614) 125635) ((-654 . -1046) T) ((-1287 . -1094) T) ((-454 . -614) 125420) ((-169 . -307) 125351) ((-418 . -23) T) ((-40 . -611) 125333) ((-40 . -612) 125317) ((-108 . -989) 125299) ((-116 . -866) 125283) ((-645 . -614) 125267) ((-48 . -514) 125233) ((-1195 . -1007) 125217) ((-1175 . -611) 125184) ((-1182 . -34) T) ((-951 . -611) 125150) ((-918 . -611) 125132) ((-1107 . -847) 125083) ((-768 . -611) 125065) ((-668 . -611) 125047) ((-1150 . -309) 124985) ((-479 . -34) T) ((-1086 . -1209) T) ((-477 . -452) T) ((-1135 . -34) T) ((-1081 . -1046) T) ((-50 . -614) 124954) ((-779 . -1046) T) ((-777 . -1046) T) ((-643 . -235) 124938) ((-630 . -235) 124884) ((-581 . -614) 124834) ((-518 . -614) 124764) ((-1232 . -307) 124743) ((-1081 . -326) 124704) ((-454 . -1046) T) ((-1172 . -21) T) ((-1081 . -233) 124683) ((-779 . -326) 124660) ((-779 . -233) T) ((-777 . -326) 124632) ((-728 . -1213) 124611) ((-327 . -647) 124595) ((-1172 . -25) T) ((-59 . -34) T) ((-519 . -34) T) ((-516 . -34) T) ((-454 . -326) 124574) ((-327 . -373) 124558) ((-497 . -34) T) ((-496 . -34) T) ((-1000 . -1145) NIL) ((-728 . -556) 124489) ((-633 . -102) T) ((-605 . -102) T) ((-355 . -723) T) ((-352 . -723) T) ((-344 . -723) T) ((-264 . -723) T) ((-247 . -723) T) ((-1043 . -309) 124397) ((-898 . -1094) 124375) ((-50 . -1046) T) ((-1271 . -21) T) ((-1271 . -25) T) ((-1168 . -556) 124354) ((-1167 . -1213) 124333) ((-581 . -1046) T) ((-518 . -1046) T) ((-1161 . -1213) 124312) ((-361 . -1035) 124296) ((-322 . -1035) 124280) ((-1021 . -290) T) ((-379 . -883) 124262) ((-1167 . -556) 124213) ((-1161 . -556) 124164) ((-1000 . -38) 124109) ((-796 . -1106) T) ((-907 . -723) T) ((-581 . -243) T) ((-581 . -233) T) ((-518 . -233) T) ((-518 . -243) T) ((-1120 . -556) 124088) ((-354 . -290) T) ((-643 . -691) 124072) ((-379 . -1035) 124032) ((-1114 . -1053) T) ((-103 . -125) 124016) ((-796 . -23) T) ((-1281 . -1276) 123992) ((-1259 . -286) 123969) ((-407 . -309) 123934) ((-1279 . -1276) 123913) ((-1245 . -1094) T) ((-867 . -611) 123895) ((-833 . -1035) 123864) ((-203 . -784) T) ((-202 . -784) T) ((-201 . -784) T) ((-200 . -784) T) ((-199 . -784) T) ((-198 . -784) T) ((-197 . -784) T) ((-196 . -784) T) ((-195 . -784) T) ((-194 . -784) T) ((-547 . -611) 123846) ((-495 . -999) T) ((-274 . -836) T) ((-273 . -836) T) ((-272 . -836) T) ((-271 . -836) T) ((-48 . -290) T) ((-270 . -836) T) ((-269 . -836) T) ((-268 . -836) T) ((-193 . -784) T) ((-610 . -847) T) ((-650 . -411) 123830) ((-223 . -614) 123792) ((-110 . -847) T) ((-649 . -21) T) ((-649 . -25) T) ((-1282 . -38) 123762) ((-117 . -286) 123713) ((-1259 . -19) 123697) ((-1259 . -602) 123674) ((-1272 . -1094) T) ((-1071 . -1094) T) ((-984 . -1094) T) ((-960 . -131) T) ((-734 . -1094) T) ((-732 . -131) T) ((-712 . -131) T) ((-511 . -790) T) ((-407 . -1145) 123652) ((-453 . -131) T) ((-511 . -791) T) ((-223 . -1046) T) ((-294 . -102) 123434) ((-141 . -1094) T) ((-695 . -999) T) ((-91 . -1209) T) ((-127 . -611) 123366) ((-121 . -611) 123298) ((-1287 . -172) T) ((-1167 . -363) 123277) ((-1161 . -363) 123256) ((-316 . -1094) T) ((-418 . -131) T) ((-313 . -1094) T) ((-407 . -38) 123208) ((-1127 . -102) T) ((-1245 . -714) 123100) ((-650 . -1053) T) ((-1129 . -1254) T) ((-319 . -145) 123079) ((-319 . -147) 123058) ((-139 . -1094) T) ((-136 . -1094) T) ((-114 . -1094) T) ((-855 . -102) T) ((-580 . -611) 123040) ((-564 . -612) 122939) ((-564 . -611) 122921) ((-495 . -611) 122903) ((-495 . -612) 122848) ((-485 . -23) T) ((-482 . -847) 122799) ((-487 . -637) 122781) ((-962 . -611) 122763) ((-217 . -637) 122745) ((-225 . -404) T) ((-658 . -644) 122729) ((-55 . -611) 122711) ((-1166 . -917) 122690) ((-728 . -1106) T) ((-351 . -102) T) ((-1208 . -1077) T) ((-1114 . -841) T) ((-815 . -847) T) ((-728 . -23) T) ((-343 . -1052) 122635) ((-1152 . -1151) T) ((-1141 . -107) 122619) ((-1168 . -1106) T) ((-1167 . -1106) T) ((-515 . -1035) 122603) ((-1161 . -1106) T) ((-1120 . -1106) T) ((-343 . -111) 122532) ((-1001 . -1213) T) ((-126 . -1209) T) ((-911 . -1213) T) ((-690 . -286) NIL) ((-1260 . -611) 122514) ((-1168 . -23) T) ((-1167 . -23) T) ((-1161 . -23) T) ((-1001 . -556) T) ((-1136 . -231) 122498) ((-911 . -556) T) ((-1120 . -23) T) ((-248 . -611) 122480) ((-1069 . -1094) T) ((-796 . -131) T) ((-707 . -611) 122462) ((-316 . -714) 122372) ((-313 . -714) 122301) ((-695 . -611) 122283) ((-695 . -612) 122228) ((-407 . -400) 122212) ((-438 . -1094) T) ((-487 . -25) T) ((-487 . -21) T) ((-1114 . -1094) T) ((-217 . -25) T) ((-217 . -21) T) ((-709 . -411) 122196) ((-711 . -1035) 122165) ((-1259 . -611) 122077) ((-1259 . -612) 122038) ((-1245 . -172) T) ((-245 . -34) T) ((-343 . -614) 121968) ((-394 . -614) 121950) ((-923 . -971) T) ((-1195 . -1209) T) ((-658 . -788) 121929) ((-658 . -791) 121908) ((-398 . -395) T) ((-523 . -102) 121886) ((-1032 . -1094) T) ((-222 . -992) 121870) ((-504 . -102) T) ((-621 . -611) 121852) ((-45 . -847) NIL) ((-621 . -612) 121829) ((-1032 . -608) 121804) ((-898 . -514) 121737) ((-343 . -1046) T) ((-117 . -612) NIL) ((-117 . -611) 121719) ((-869 . -1209) T) ((-666 . -417) 121703) ((-666 . -1117) 121648) ((-500 . -151) 121630) ((-343 . -233) T) ((-343 . -243) T) ((-40 . -1052) 121575) ((-869 . -881) 121559) ((-869 . -883) 121484) ((-709 . -1053) T) ((-690 . -999) NIL) ((-3 . |UnionCategory|) T) ((-1243 . -47) 121454) ((-1222 . -47) 121431) ((-1135 . -1007) 121402) ((-963 . -614) 121386) ((-225 . -917) T) ((-40 . -111) 121315) ((-869 . -1035) 121179) ((-1114 . -714) 121166) ((-1099 . -611) 121148) ((-1074 . -147) 121127) ((-1074 . -145) 121078) ((-1001 . -363) T) ((-319 . -1197) 121044) ((-379 . -307) T) ((-319 . -1194) 121010) ((-316 . -172) 120989) ((-313 . -172) T) ((-1000 . -231) 120966) ((-911 . -363) T) ((-581 . -1278) 120953) ((-518 . -1278) 120930) ((-359 . -147) 120909) ((-359 . -145) 120860) ((-353 . -147) 120839) ((-353 . -145) 120790) ((-606 . -1185) 120766) ((-345 . -147) 120745) ((-345 . -145) 120696) ((-319 . -35) 120662) ((-475 . -1185) 120641) ((0 . |EnumerationCategory|) T) ((-319 . -95) 120607) ((-379 . -1019) T) ((-108 . -147) T) ((-108 . -145) NIL) ((-45 . -235) 120557) ((-650 . -1094) T) ((-606 . -107) 120504) ((-485 . -131) T) ((-475 . -107) 120454) ((-240 . -1106) 120364) ((-869 . -377) 120348) ((-869 . -338) 120332) ((-240 . -23) 120202) ((-40 . -614) 120132) ((-1057 . -917) T) ((-1057 . -817) T) ((-581 . -368) T) ((-518 . -368) T) ((-351 . -1145) T) ((-327 . -34) T) ((-44 . -417) 120116) ((-1175 . -614) 120052) ((-870 . -1209) T) ((-390 . -741) 120036) ((-1272 . -514) 119969) ((-728 . -131) T) ((-668 . -614) 119953) ((-1251 . -556) 119932) ((-1244 . -1213) 119911) ((-1244 . -556) 119862) ((-1223 . -1213) 119841) ((-311 . -1077) T) ((-1223 . -556) 119792) ((-734 . -514) 119725) ((-1222 . -1209) 119704) ((-1222 . -883) 119577) ((-890 . -1094) T) ((-144 . -841) T) ((-1222 . -881) 119547) ((-687 . -611) 119529) ((-1168 . -131) T) ((-523 . -309) 119467) ((-1167 . -131) T) ((-141 . -514) NIL) ((-1161 . -131) T) ((-1120 . -131) T) ((-1021 . -999) T) ((-1001 . -23) T) ((-351 . -38) 119432) ((-1001 . -1106) T) ((-911 . -1106) T) ((-82 . -611) 119414) ((-40 . -1046) T) ((-867 . -1052) 119401) ((-1000 . -349) NIL) ((-869 . -897) 119360) ((-697 . -102) T) ((-968 . -23) T) ((-600 . -1209) T) ((-911 . -23) T) ((-867 . -111) 119345) ((-427 . -1106) T) ((-213 . -1094) T) ((-474 . -47) 119315) ((-134 . -102) T) ((-40 . -233) 119287) ((-40 . -243) T) ((-116 . -102) T) ((-595 . -556) 119266) ((-594 . -556) 119245) ((-690 . -611) 119227) ((-690 . -612) 119135) ((-316 . -514) 119101) ((-313 . -514) 118993) ((-1243 . -1035) 118977) ((-1222 . -1035) 118763) ((-996 . -411) 118747) ((-427 . -23) T) ((-1114 . -172) T) ((-1245 . -290) T) ((-650 . -714) 118717) ((-144 . -1094) T) ((-48 . -999) T) ((-407 . -231) 118701) ((-295 . -235) 118651) ((-868 . -917) T) ((-868 . -817) NIL) ((-867 . -614) 118623) ((-861 . -847) T) ((-1222 . -338) 118593) ((-1222 . -377) 118563) ((-222 . -1115) 118547) ((-1259 . -288) 118524) ((-1203 . -644) 118449) ((-960 . -21) T) ((-960 . -25) T) ((-732 . -21) T) ((-732 . -25) T) ((-712 . -21) T) ((-712 . -25) T) ((-708 . -644) 118414) ((-453 . -21) T) ((-453 . -25) T) ((-339 . -102) T) ((-174 . -102) T) ((-996 . -1053) T) ((-867 . -1046) T) ((-771 . -102) T) ((-1244 . -363) 118393) ((-1243 . -897) 118299) ((-1223 . -363) 118278) ((-1222 . -897) 118129) ((-1021 . -611) 118111) ((-407 . -825) 118064) ((-1168 . -493) 118030) ((-169 . -917) 117961) ((-1167 . -493) 117927) ((-1161 . -493) 117893) ((-709 . -1094) T) ((-1120 . -493) 117859) ((-580 . -1052) 117846) ((-564 . -1052) 117833) ((-495 . -1052) 117798) ((-316 . -290) 117777) ((-313 . -290) T) ((-354 . -611) 117759) ((-418 . -25) T) ((-418 . -21) T) ((-99 . -286) 117738) ((-580 . -111) 117723) ((-564 . -111) 117708) ((-495 . -111) 117664) ((-1170 . -883) 117631) ((-898 . -489) 117615) ((-48 . -611) 117597) ((-48 . -612) 117542) ((-240 . -131) 117412) ((-1232 . -917) 117391) ((-813 . -1213) 117370) ((-388 . -490) 117351) ((-1032 . -514) 117195) ((-388 . -611) 117161) ((-813 . -556) 117092) ((-585 . -644) 117067) ((-264 . -47) 117039) ((-247 . -47) 116996) ((-531 . -509) 116973) ((-580 . -614) 116945) ((-564 . -614) 116917) ((-495 . -614) 116850) ((-997 . -1209) T) ((-695 . -1052) 116815) ((-1251 . -23) T) ((-1251 . -1106) T) ((-1244 . -1106) T) ((-1223 . -1106) T) ((-1000 . -370) 116787) ((-112 . -368) T) ((-474 . -897) 116693) ((-1244 . -23) T) ((-901 . -611) 116675) ((-55 . -614) 116657) ((-91 . -107) 116641) ((-1203 . -723) T) ((-902 . -847) 116592) ((-697 . -1145) T) ((-695 . -111) 116548) ((-1223 . -23) T) ((-595 . -1106) T) ((-594 . -1106) T) ((-709 . -714) 116377) ((-708 . -723) T) ((-1114 . -290) T) ((-1001 . -131) T) ((-487 . -847) T) ((-968 . -131) T) ((-911 . -131) T) ((-796 . -25) T) ((-217 . -847) T) ((-796 . -21) T) ((-580 . -1046) T) ((-564 . -1046) T) ((-495 . -1046) T) ((-595 . -23) T) ((-343 . -1278) 116354) ((-319 . -452) 116333) ((-339 . -309) 116320) ((-594 . -23) T) ((-427 . -131) T) ((-654 . -644) 116294) ((-245 . -1007) 116278) ((-869 . -307) T) ((-1283 . -1273) 116262) ((-768 . -789) T) ((-768 . -792) T) ((-697 . -38) 116249) ((-564 . -233) T) ((-495 . -243) T) ((-495 . -233) T) ((-1144 . -235) 116199) ((-1081 . -906) 116178) ((-116 . -38) 116165) ((-209 . -797) T) ((-208 . -797) T) ((-207 . -797) T) ((-206 . -797) T) ((-869 . -1019) 116143) ((-1272 . -489) 116127) ((-779 . -906) 116106) ((-777 . -906) 116085) ((-1182 . -1209) T) ((-454 . -906) 116064) ((-734 . -489) 116048) ((-1081 . -644) 115973) ((-695 . -614) 115908) ((-779 . -644) 115833) ((-621 . -1052) 115820) ((-479 . -1209) T) ((-343 . -368) T) ((-141 . -489) 115802) ((-777 . -644) 115727) ((-1135 . -1209) T) ((-549 . -847) T) ((-461 . -644) 115698) ((-264 . -883) 115557) ((-247 . -883) NIL) ((-117 . -1052) 115502) ((-454 . -644) 115427) ((-660 . -1035) 115404) ((-621 . -111) 115389) ((-355 . -1035) 115373) ((-352 . -1035) 115357) ((-344 . -1035) 115341) ((-264 . -1035) 115185) ((-247 . -1035) 115061) ((-117 . -111) 114990) ((-59 . -1209) T) ((-519 . -1209) T) ((-516 . -1209) T) ((-497 . -1209) T) ((-496 . -1209) T) ((-437 . -611) 114972) ((-434 . -611) 114954) ((-3 . -102) T) ((-1024 . -1202) 114923) ((-830 . -102) T) ((-685 . -57) 114881) ((-695 . -1046) T) ((-50 . -644) 114855) ((-289 . -452) T) ((-476 . -1202) 114824) ((0 . -102) T) ((-581 . -644) 114789) ((-518 . -644) 114734) ((-49 . -102) T) ((-907 . -1035) 114721) ((-695 . -243) T) ((-1074 . -409) 114700) ((-728 . -637) 114648) ((-996 . -1094) T) ((-709 . -172) 114539) ((-621 . -614) 114434) ((-487 . -989) 114416) ((-264 . -377) 114400) ((-247 . -377) 114384) ((-399 . -1094) T) ((-1023 . -102) 114362) ((-339 . -38) 114346) ((-217 . -989) 114328) ((-117 . -614) 114258) ((-174 . -38) 114190) ((-1243 . -307) 114169) ((-1222 . -307) 114148) ((-654 . -723) T) ((-99 . -611) 114130) ((-1161 . -637) 114082) ((-485 . -25) T) ((-485 . -21) T) ((-1222 . -1019) 114034) ((-621 . -1046) T) ((-379 . -404) T) ((-390 . -102) T) ((-1099 . -616) 113949) ((-264 . -897) 113895) ((-247 . -897) 113872) ((-117 . -1046) T) ((-813 . -1106) T) ((-1081 . -723) T) ((-621 . -233) 113851) ((-619 . -102) T) ((-779 . -723) T) ((-777 . -723) T) ((-413 . -1106) T) ((-117 . -243) T) ((-40 . -368) NIL) ((-117 . -233) NIL) ((-1214 . -847) T) ((-454 . -723) T) ((-813 . -23) T) ((-728 . -25) T) ((-728 . -21) T) ((-699 . -847) T) ((-1071 . -286) 113830) ((-78 . -396) T) ((-78 . -395) T) ((-533 . -764) 113812) ((-690 . -1052) 113762) ((-1251 . -131) T) ((-1244 . -131) T) ((-1223 . -131) T) ((-1168 . -25) T) ((-1136 . -411) 113746) ((-633 . -367) 113678) ((-605 . -367) 113610) ((-1150 . -1143) 113594) ((-103 . -1094) 113572) ((-1168 . -21) T) ((-1167 . -21) T) ((-862 . -611) 113554) ((-996 . -714) 113502) ((-223 . -644) 113469) ((-690 . -111) 113403) ((-50 . -723) T) ((-1167 . -25) T) ((-351 . -349) T) ((-1161 . -21) T) ((-1074 . -452) 113354) ((-1161 . -25) T) ((-709 . -514) 113301) ((-581 . -723) T) ((-518 . -723) T) ((-1120 . -21) T) ((-1120 . -25) T) ((-595 . -131) T) ((-594 . -131) T) ((-359 . -452) T) ((-353 . -452) T) ((-345 . -452) T) ((-474 . -307) 113280) ((-1217 . -102) T) ((-313 . -286) 113215) ((-108 . -452) T) ((-79 . -441) T) ((-79 . -395) T) ((-477 . -102) T) ((-687 . -614) 113199) ((-1287 . -611) 113181) ((-1287 . -612) 113163) ((-1074 . -402) 113142) ((-1032 . -489) 113073) ((-564 . -792) T) ((-564 . -789) T) ((-1058 . -235) 113019) ((-359 . -402) 112970) ((-353 . -402) 112921) ((-345 . -402) 112872) ((-1274 . -1106) T) ((-690 . -614) 112807) ((-1274 . -23) T) ((-1261 . -102) T) ((-175 . -611) 112789) ((-1136 . -1053) T) ((-547 . -368) T) ((-666 . -741) 112773) ((-1172 . -145) 112752) ((-1172 . -147) 112731) ((-1140 . -1094) T) ((-1140 . -1066) 112700) ((-69 . -1209) T) ((-1021 . -1052) 112637) ((-863 . -1053) T) ((-240 . -637) 112543) ((-690 . -1046) T) ((-354 . -1052) 112488) ((-61 . -1209) T) ((-1021 . -111) 112404) ((-898 . -611) 112315) ((-690 . -243) T) ((-690 . -233) NIL) ((-840 . -845) 112294) ((-695 . -792) T) ((-695 . -789) T) ((-1000 . -411) 112271) ((-354 . -111) 112200) ((-379 . -917) T) ((-407 . -845) 112179) ((-709 . -290) 112090) ((-223 . -723) T) ((-1251 . -493) 112056) ((-1244 . -493) 112022) ((-1223 . -493) 111988) ((-578 . -1094) T) ((-316 . -999) 111967) ((-222 . -1094) 111945) ((-1216 . -841) T) ((-319 . -970) 111907) ((-105 . -102) T) ((-48 . -1052) 111872) ((-1283 . -102) T) ((-381 . -102) T) ((-48 . -111) 111828) ((-1001 . -637) 111810) ((-1245 . -611) 111792) ((-531 . -102) T) ((-500 . -102) T) ((-1127 . -1128) 111776) ((-152 . -1266) 111760) ((-245 . -1209) T) ((-1208 . -102) T) ((-1021 . -614) 111697) ((-1166 . -1213) 111676) ((-354 . -614) 111606) ((-1119 . -1213) 111585) ((-240 . -21) 111495) ((-240 . -25) 111346) ((-127 . -119) 111330) ((-121 . -119) 111314) ((-44 . -741) 111298) ((-1166 . -556) 111209) ((-1119 . -556) 111140) ((-1216 . -1094) T) ((-1032 . -286) 111115) ((-1160 . -1077) T) ((-991 . -1077) T) ((-813 . -131) T) ((-117 . -792) NIL) ((-117 . -789) NIL) ((-355 . -307) T) ((-352 . -307) T) ((-344 . -307) T) ((-251 . -1106) 111025) ((-250 . -1106) 110935) ((-1021 . -1046) T) ((-1000 . -1053) T) ((-48 . -614) 110868) ((-343 . -644) 110813) ((-619 . -38) 110797) ((-1272 . -611) 110759) ((-1272 . -612) 110720) ((-1071 . -611) 110702) ((-1021 . -243) T) ((-354 . -1046) T) ((-812 . -1266) 110672) ((-251 . -23) T) ((-250 . -23) T) ((-984 . -611) 110654) ((-734 . -612) 110615) ((-734 . -611) 110597) ((-796 . -847) 110576) ((-1153 . -151) 110523) ((-996 . -514) 110435) ((-354 . -233) T) ((-354 . -243) T) ((-388 . -614) 110416) ((-1001 . -25) T) ((-141 . -611) 110398) ((-141 . -612) 110357) ((-907 . -307) T) ((-1001 . -21) T) ((-968 . -25) T) ((-911 . -21) T) ((-911 . -25) T) ((-427 . -21) T) ((-427 . -25) T) ((-840 . -411) 110341) ((-48 . -1046) T) ((-1281 . -1273) 110325) ((-1279 . -1273) 110309) ((-1032 . -602) 110284) ((-316 . -612) 110145) ((-316 . -611) 110127) ((-313 . -612) NIL) ((-313 . -611) 110109) ((-48 . -243) T) ((-48 . -233) T) ((-650 . -286) 110070) ((-550 . -235) 110020) ((-139 . -611) 109987) ((-136 . -611) 109969) ((-114 . -611) 109951) ((-477 . -38) 109916) ((-1283 . -1280) 109895) ((-1274 . -131) T) ((-1282 . -1053) T) ((-1076 . -102) T) ((-88 . -1209) T) ((-500 . -309) NIL) ((-997 . -107) 109879) ((-886 . -1094) T) ((-882 . -1094) T) ((-1259 . -647) 109863) ((-1259 . -373) 109847) ((-327 . -1209) T) ((-592 . -847) T) ((-1136 . -1094) T) ((-1136 . -1049) 109787) ((-103 . -514) 109720) ((-924 . -611) 109702) ((-343 . -723) T) ((-30 . -611) 109684) ((-863 . -1094) T) ((-840 . -1053) 109663) ((-40 . -644) 109608) ((-225 . -1213) T) ((-407 . -1053) T) ((-1152 . -151) 109590) ((-996 . -290) 109541) ((-615 . -1094) T) ((-225 . -556) T) ((-319 . -1240) 109525) ((-319 . -1237) 109495) ((-1182 . -1185) 109474) ((-1069 . -611) 109456) ((-643 . -151) 109440) ((-630 . -151) 109386) ((-1182 . -107) 109336) ((-479 . -1185) 109315) ((-487 . -147) T) ((-487 . -145) NIL) ((-1114 . -612) 109230) ((-438 . -611) 109212) ((-217 . -147) T) ((-217 . -145) NIL) ((-1114 . -611) 109194) ((-129 . -102) T) ((-52 . -102) T) ((-1223 . -637) 109146) ((-479 . -107) 109096) ((-990 . -23) T) ((-1283 . -38) 109066) ((-1166 . -1106) T) ((-1119 . -1106) T) ((-1057 . -1213) T) ((-311 . -102) T) ((-851 . -1106) T) ((-949 . -1213) 109045) ((-481 . -1213) 109024) ((-728 . -847) 109003) ((-1057 . -556) T) ((-949 . -556) 108934) ((-1166 . -23) T) ((-1119 . -23) T) ((-851 . -23) T) ((-481 . -556) 108865) ((-1136 . -714) 108797) ((-1140 . -514) 108730) ((-1032 . -612) NIL) ((-1032 . -611) 108712) ((-96 . -1077) T) ((-863 . -714) 108682) ((-1203 . -47) 108651) ((-251 . -131) T) ((-250 . -131) T) ((-1098 . -1094) T) ((-1000 . -1094) T) ((-62 . -611) 108633) ((-1161 . -847) NIL) ((-1021 . -789) T) ((-1021 . -792) T) ((-1287 . -1052) 108620) ((-1287 . -111) 108605) ((-867 . -644) 108592) ((-1251 . -25) T) ((-1251 . -21) T) ((-1244 . -21) T) ((-1244 . -25) T) ((-1223 . -21) T) ((-1223 . -25) T) ((-1024 . -151) 108576) ((-869 . -817) 108555) ((-869 . -917) T) ((-709 . -286) 108482) ((-595 . -21) T) ((-595 . -25) T) ((-594 . -21) T) ((-40 . -723) T) ((-222 . -514) 108415) ((-594 . -25) T) ((-476 . -151) 108399) ((-463 . -151) 108383) ((-918 . -791) T) ((-918 . -723) T) ((-768 . -790) T) ((-768 . -791) T) ((-506 . -1094) T) ((-502 . -1094) T) ((-768 . -723) T) ((-225 . -363) T) ((-1150 . -1094) 108361) ((-868 . -1213) T) ((-650 . -611) 108343) ((-868 . -556) T) ((-690 . -368) NIL) ((-1287 . -614) 108325) ((-1282 . -1094) T) ((-359 . -1266) 108309) ((-666 . -102) T) ((-353 . -1266) 108293) ((-345 . -1266) 108277) ((-548 . -102) T) ((-520 . -847) 108256) ((-814 . -452) 108235) ((-1043 . -1094) T) ((-1043 . -1066) 108164) ((-1024 . -973) 108133) ((-816 . -1106) T) ((-1000 . -714) 108078) ((-386 . -1106) T) ((-476 . -973) 108047) ((-463 . -973) 108016) ((-110 . -151) 107998) ((-73 . -611) 107980) ((-890 . -611) 107962) ((-1074 . -721) 107941) ((-1287 . -1046) T) ((-813 . -637) 107889) ((-294 . -1053) 107831) ((-169 . -1213) 107736) ((-225 . -1106) T) ((-324 . -23) T) ((-1161 . -989) 107688) ((-840 . -1094) T) ((-1245 . -1052) 107593) ((-1120 . -737) 107572) ((-1243 . -917) 107551) ((-1222 . -917) 107530) ((-867 . -723) T) ((-169 . -556) 107441) ((-580 . -644) 107428) ((-564 . -644) 107415) ((-407 . -1094) T) ((-263 . -1094) T) ((-213 . -611) 107397) ((-495 . -644) 107362) ((-225 . -23) T) ((-1222 . -817) 107315) ((-1281 . -102) T) ((-354 . -1278) 107292) ((-1279 . -102) T) ((-1245 . -111) 107184) ((-144 . -611) 107166) ((-990 . -131) T) ((-44 . -102) T) ((-240 . -847) 107117) ((-1232 . -1213) 107096) ((-103 . -489) 107080) ((-1282 . -714) 107050) ((-1081 . -47) 107011) ((-1057 . -1106) T) ((-949 . -1106) T) ((-127 . -34) T) ((-121 . -34) T) ((-779 . -47) 106988) ((-777 . -47) 106960) ((-1232 . -556) 106871) ((-354 . -368) T) ((-481 . -1106) T) ((-1166 . -131) T) ((-1119 . -131) T) ((-454 . -47) 106850) ((-868 . -363) T) ((-851 . -131) T) ((-152 . -102) T) ((-1057 . -23) T) ((-949 . -23) T) ((-571 . -556) T) ((-813 . -25) T) ((-813 . -21) T) ((-1136 . -514) 106783) ((-591 . -1077) T) ((-585 . -1035) 106767) ((-1245 . -614) 106641) ((-481 . -23) T) ((-351 . -1053) T) ((-1203 . -897) 106622) ((-666 . -309) 106560) ((-1107 . -1266) 106530) ((-695 . -644) 106495) ((-1000 . -172) T) ((-960 . -145) 106474) ((-633 . -1094) T) ((-605 . -1094) T) ((-960 . -147) 106453) ((-1001 . -847) T) ((-732 . -147) 106432) ((-732 . -145) 106411) ((-968 . -847) T) ((-474 . -917) 106390) ((-316 . -1052) 106300) ((-313 . -1052) 106229) ((-996 . -286) 106187) ((-407 . -714) 106139) ((-697 . -845) T) ((-1245 . -1046) T) ((-316 . -111) 106035) ((-313 . -111) 105948) ((-961 . -102) T) ((-812 . -102) 105738) ((-709 . -612) NIL) ((-709 . -611) 105720) ((-654 . -1035) 105616) ((-1245 . -326) 105560) ((-1032 . -288) 105535) ((-580 . -723) T) ((-564 . -791) T) ((-169 . -363) 105486) ((-564 . -788) T) ((-564 . -723) T) ((-495 . -723) T) ((-1140 . -489) 105470) ((-1081 . -883) NIL) ((-868 . -1106) T) ((-117 . -906) NIL) ((-1281 . -1280) 105446) ((-1279 . -1280) 105425) ((-779 . -883) NIL) ((-777 . -883) 105284) ((-1274 . -25) T) ((-1274 . -21) T) ((-1206 . -102) 105262) ((-1100 . -395) T) ((-621 . -644) 105249) ((-454 . -883) NIL) ((-671 . -102) 105227) ((-1081 . -1035) 105054) ((-868 . -23) T) ((-779 . -1035) 104913) ((-777 . -1035) 104770) ((-117 . -644) 104715) ((-454 . -1035) 104591) ((-316 . -614) 104155) ((-313 . -614) 104038) ((-645 . -1035) 104022) ((-625 . -102) T) ((-222 . -489) 104006) ((-1259 . -34) T) ((-136 . -614) 103990) ((-633 . -714) 103974) ((-605 . -714) 103958) ((-666 . -38) 103918) ((-319 . -102) T) ((-85 . -611) 103900) ((-50 . -1035) 103884) ((-1114 . -1052) 103871) ((-1081 . -377) 103855) ((-779 . -377) 103839) ((-695 . -723) T) ((-695 . -791) T) ((-695 . -788) T) ((-581 . -1035) 103826) ((-518 . -1035) 103803) ((-60 . -57) 103765) ((-324 . -131) T) ((-316 . -1046) 103655) ((-313 . -1046) T) ((-169 . -1106) T) ((-777 . -377) 103639) ((-45 . -151) 103589) ((-1001 . -989) 103571) ((-454 . -377) 103555) ((-407 . -172) T) ((-316 . -243) 103534) ((-313 . -243) T) ((-313 . -233) NIL) ((-294 . -1094) 103316) ((-225 . -131) T) ((-1114 . -111) 103301) ((-169 . -23) T) ((-796 . -147) 103280) ((-796 . -145) 103259) ((-251 . -637) 103165) ((-250 . -637) 103071) ((-319 . -284) 103037) ((-1150 . -514) 102970) ((-1127 . -1094) T) ((-225 . -1055) T) ((-812 . -309) 102908) ((-1081 . -897) 102843) ((-779 . -897) 102786) ((-777 . -897) 102770) ((-1281 . -38) 102740) ((-1279 . -38) 102710) ((-1232 . -1106) T) ((-852 . -1106) T) ((-454 . -897) 102687) ((-855 . -1094) T) ((-1232 . -23) T) ((-1114 . -614) 102659) ((-571 . -1106) T) ((-852 . -23) T) ((-621 . -723) T) ((-355 . -917) T) ((-352 . -917) T) ((-289 . -102) T) ((-344 . -917) T) ((-1057 . -131) T) ((-967 . -1077) T) ((-949 . -131) T) ((-117 . -791) NIL) ((-117 . -788) NIL) ((-117 . -723) T) ((-690 . -906) NIL) ((-1043 . -514) 102560) ((-481 . -131) T) ((-571 . -23) T) ((-671 . -309) 102498) ((-633 . -758) T) ((-605 . -758) T) ((-1223 . -847) NIL) ((-1000 . -290) T) ((-251 . -21) T) ((-690 . -644) 102448) ((-351 . -1094) T) ((-251 . -25) T) ((-250 . -21) T) ((-250 . -25) T) ((-152 . -38) 102432) ((-2 . -102) T) ((-907 . -917) T) ((-482 . -1266) 102402) ((-223 . -1035) 102379) ((-1114 . -1046) T) ((-708 . -307) T) ((-294 . -714) 102321) ((-697 . -1053) T) ((-487 . -452) T) ((-407 . -514) 102233) ((-217 . -452) T) ((-1114 . -233) T) ((-295 . -151) 102183) ((-996 . -612) 102144) ((-996 . -611) 102126) ((-986 . -611) 102108) ((-116 . -1053) T) ((-650 . -1052) 102092) ((-225 . -493) T) ((-399 . -611) 102074) ((-399 . -612) 102051) ((-1050 . -1266) 102021) ((-650 . -111) 102000) ((-1136 . -489) 101984) ((-812 . -38) 101954) ((-63 . -441) T) ((-63 . -395) T) ((-1153 . -102) T) ((-868 . -131) T) ((-484 . -102) 101932) ((-1287 . -368) T) ((-1074 . -102) T) ((-1056 . -102) T) ((-351 . -714) 101877) ((-728 . -147) 101856) ((-728 . -145) 101835) ((-650 . -614) 101753) ((-1021 . -644) 101690) ((-523 . -1094) 101668) ((-359 . -102) T) ((-353 . -102) T) ((-345 . -102) T) ((-108 . -102) T) ((-504 . -1094) T) ((-354 . -644) 101613) ((-1166 . -637) 101561) ((-1119 . -637) 101509) ((-385 . -509) 101488) ((-830 . -845) 101467) ((-379 . -1213) T) ((-690 . -723) T) ((-339 . -1053) T) ((-1223 . -989) 101419) ((-174 . -1053) T) ((-103 . -611) 101351) ((-1168 . -145) 101330) ((-1168 . -147) 101309) ((-379 . -556) T) ((-1167 . -147) 101288) ((-1167 . -145) 101267) ((-1161 . -145) 101174) ((-407 . -290) T) ((-1161 . -147) 101081) ((-1120 . -147) 101060) ((-1120 . -145) 101039) ((-319 . -38) 100880) ((-169 . -131) T) ((-313 . -792) NIL) ((-313 . -789) NIL) ((-650 . -1046) T) ((-48 . -644) 100845) ((-890 . -614) 100822) ((-1160 . -102) T) ((-991 . -102) T) ((-990 . -21) T) ((-127 . -1007) 100806) ((-121 . -1007) 100790) ((-990 . -25) T) ((-898 . -119) 100774) ((-1152 . -102) T) ((-813 . -847) 100753) ((-1232 . -131) T) ((-1166 . -25) T) ((-1166 . -21) T) ((-852 . -131) T) ((-1119 . -25) T) ((-1119 . -21) T) ((-851 . -25) T) ((-851 . -21) T) ((-779 . -307) 100732) ((-643 . -102) 100710) ((-630 . -102) T) ((-1153 . -309) 100505) ((-571 . -131) T) ((-619 . -845) 100484) ((-1150 . -489) 100468) ((-1144 . -151) 100418) ((-1140 . -611) 100380) ((-1140 . -612) 100341) ((-1021 . -788) T) ((-1021 . -791) T) ((-1021 . -723) T) ((-709 . -1052) 100164) ((-484 . -309) 100102) ((-453 . -417) 100072) ((-351 . -172) T) ((-289 . -38) 100059) ((-274 . -102) T) ((-273 . -102) T) ((-272 . -102) T) ((-271 . -102) T) ((-270 . -102) T) ((-269 . -102) T) ((-343 . -1035) 100036) ((-268 . -102) T) ((-212 . -102) T) ((-211 . -102) T) ((-209 . -102) T) ((-208 . -102) T) ((-207 . -102) T) ((-206 . -102) T) ((-203 . -102) T) ((-202 . -102) T) ((-201 . -102) T) ((-200 . -102) T) ((-199 . -102) T) ((-198 . -102) T) ((-197 . -102) T) ((-196 . -102) T) ((-195 . -102) T) ((-194 . -102) T) ((-193 . -102) T) ((-354 . -723) T) ((-709 . -111) 99845) ((-666 . -231) 99829) ((-581 . -307) T) ((-518 . -307) T) ((-294 . -514) 99778) ((-108 . -309) NIL) ((-72 . -395) T) ((-1107 . -102) 99568) ((-830 . -411) 99552) ((-1114 . -792) T) ((-1114 . -789) T) ((-697 . -1094) T) ((-578 . -611) 99534) ((-379 . -363) T) ((-169 . -493) 99512) ((-222 . -611) 99444) ((-134 . -1094) T) ((-116 . -1094) T) ((-48 . -723) T) ((-1043 . -489) 99409) ((-141 . -425) 99391) ((-141 . -368) T) ((-1024 . -102) T) ((-512 . -509) 99370) ((-709 . -614) 99126) ((-476 . -102) T) ((-463 . -102) T) ((-1031 . -1106) T) ((-1216 . -611) 99108) ((-1175 . -1035) 99044) ((-1168 . -35) 99010) ((-1168 . -95) 98976) ((-1168 . -1197) 98942) ((-1168 . -1194) 98908) ((-1152 . -309) NIL) ((-89 . -396) T) ((-89 . -395) T) ((-1074 . -1145) 98887) ((-1167 . -1194) 98853) ((-1167 . -1197) 98819) ((-1031 . -23) T) ((-1167 . -95) 98785) ((-571 . -493) T) ((-1167 . -35) 98751) ((-1161 . -1194) 98717) ((-1161 . -1197) 98683) ((-1161 . -95) 98649) ((-361 . -1106) T) ((-359 . -1145) 98628) ((-353 . -1145) 98607) ((-345 . -1145) 98586) ((-1161 . -35) 98552) ((-1120 . -35) 98518) ((-1120 . -95) 98484) ((-108 . -1145) T) ((-1120 . -1197) 98450) ((-830 . -1053) 98429) ((-643 . -309) 98367) ((-630 . -309) 98218) ((-1120 . -1194) 98184) ((-709 . -1046) T) ((-1057 . -637) 98166) ((-1074 . -38) 98034) ((-949 . -637) 97982) ((-1001 . -147) T) ((-1001 . -145) NIL) ((-379 . -1106) T) ((-324 . -25) T) ((-322 . -23) T) ((-940 . -847) 97961) ((-709 . -326) 97938) ((-481 . -637) 97886) ((-40 . -1035) 97774) ((-709 . -233) T) ((-697 . -714) 97761) ((-339 . -1094) T) ((-174 . -1094) T) ((-331 . -847) T) ((-418 . -452) 97711) ((-379 . -23) T) ((-359 . -38) 97676) ((-353 . -38) 97641) ((-345 . -38) 97606) ((-80 . -441) T) ((-80 . -395) T) ((-225 . -25) T) ((-225 . -21) T) ((-833 . -1106) T) ((-108 . -38) 97556) ((-824 . -1106) T) ((-771 . -1094) T) ((-116 . -714) 97543) ((-668 . -1035) 97527) ((-610 . -102) T) ((-833 . -23) T) ((-824 . -23) T) ((-1150 . -286) 97504) ((-1107 . -309) 97442) ((-1096 . -235) 97426) ((-64 . -396) T) ((-64 . -395) T) ((-110 . -102) T) ((-40 . -377) 97403) ((-96 . -102) T) ((-649 . -849) 97387) ((-1129 . -1077) T) ((-1057 . -21) T) ((-1057 . -25) T) ((-812 . -231) 97356) ((-949 . -25) T) ((-949 . -21) T) ((-619 . -1053) T) ((-1114 . -368) T) ((-481 . -25) T) ((-481 . -21) T) ((-1024 . -309) 97294) ((-886 . -611) 97276) ((-882 . -611) 97258) ((-251 . -847) 97209) ((-250 . -847) 97160) ((-523 . -514) 97093) ((-868 . -637) 97070) ((-476 . -309) 97008) ((-463 . -309) 96946) ((-351 . -290) T) ((-1150 . -1247) 96930) ((-1136 . -611) 96892) ((-1136 . -612) 96853) ((-1134 . -102) T) ((-996 . -1052) 96749) ((-40 . -897) 96701) ((-1150 . -602) 96678) ((-1287 . -644) 96665) ((-863 . -490) 96642) ((-1058 . -151) 96588) ((-869 . -1213) T) ((-996 . -111) 96470) ((-339 . -714) 96454) ((-863 . -611) 96416) ((-174 . -714) 96348) ((-407 . -286) 96306) ((-869 . -556) T) ((-108 . -400) 96288) ((-84 . -384) T) ((-84 . -395) T) ((-697 . -172) T) ((-615 . -611) 96270) ((-99 . -723) T) ((-482 . -102) 96060) ((-99 . -473) T) ((-116 . -172) T) ((-1107 . -38) 96030) ((-169 . -637) 95978) ((-1050 . -102) T) ((-996 . -614) 95868) ((-868 . -25) T) ((-812 . -238) 95847) ((-868 . -21) T) ((-815 . -102) T) ((-414 . -102) T) ((-385 . -102) T) ((-110 . -309) NIL) ((-227 . -102) 95825) ((-127 . -1209) T) ((-121 . -1209) T) ((-1031 . -131) T) ((-666 . -367) 95809) ((-996 . -1046) T) ((-1232 . -637) 95757) ((-1098 . -611) 95739) ((-1000 . -611) 95721) ((-515 . -23) T) ((-510 . -23) T) ((-343 . -307) T) ((-508 . -23) T) ((-322 . -131) T) ((-3 . -1094) T) ((-1000 . -612) 95705) ((-996 . -243) 95684) ((-996 . -233) 95663) ((-1287 . -723) T) ((-1251 . -145) 95642) ((-830 . -1094) T) ((-1251 . -147) 95621) ((-1244 . -147) 95600) ((-1244 . -145) 95579) ((-1243 . -1213) 95558) ((-1223 . -145) 95465) ((-1223 . -147) 95372) ((-1222 . -1213) 95351) ((-379 . -131) T) ((-564 . -883) 95333) ((0 . -1094) T) ((-174 . -172) T) ((-169 . -21) T) ((-169 . -25) T) ((-49 . -1094) T) ((-1245 . -644) 95238) ((-1243 . -556) 95189) ((-711 . -1106) T) ((-1222 . -556) 95140) ((-564 . -1035) 95122) ((-594 . -147) 95101) ((-594 . -145) 95080) ((-495 . -1035) 95023) ((-1129 . -1131) T) ((-87 . -384) T) ((-87 . -395) T) ((-869 . -363) T) ((-833 . -131) T) ((-824 . -131) T) ((-711 . -23) T) ((-506 . -611) 94989) ((-502 . -611) 94971) ((-1283 . -1053) T) ((-379 . -1055) T) ((-1023 . -1094) 94949) ((-55 . -1035) 94931) ((-898 . -34) T) ((-482 . -309) 94869) ((-591 . -102) T) ((-1150 . -612) 94830) ((-1150 . -611) 94762) ((-1166 . -847) 94741) ((-45 . -102) T) ((-1119 . -847) 94720) ((-814 . -102) T) ((-1232 . -25) T) ((-1232 . -21) T) ((-852 . -25) T) ((-44 . -367) 94704) ((-852 . -21) T) ((-728 . -452) 94655) ((-1282 . -611) 94637) ((-1050 . -309) 94575) ((-667 . -1077) T) ((-604 . -1077) T) ((-390 . -1094) T) ((-571 . -25) T) ((-571 . -21) T) ((-180 . -1077) T) ((-161 . -1077) T) ((-156 . -1077) T) ((-154 . -1077) T) ((-619 . -1094) T) ((-695 . -883) 94557) ((-1259 . -1209) T) ((-227 . -309) 94495) ((-144 . -368) T) ((-1043 . -612) 94437) ((-1043 . -611) 94380) ((-313 . -906) NIL) ((-1217 . -841) T) ((-695 . -1035) 94325) ((-708 . -917) T) ((-474 . -1213) 94304) ((-1167 . -452) 94283) ((-1161 . -452) 94262) ((-330 . -102) T) ((-869 . -1106) T) ((-316 . -644) 94083) ((-313 . -644) 94012) ((-474 . -556) 93963) ((-339 . -514) 93929) ((-550 . -151) 93879) ((-40 . -307) T) ((-840 . -611) 93861) ((-697 . -290) T) ((-869 . -23) T) ((-379 . -493) T) ((-1074 . -231) 93831) ((-512 . -102) T) ((-407 . -612) 93638) ((-407 . -611) 93620) ((-263 . -611) 93602) ((-116 . -290) T) ((-1245 . -723) T) ((-1243 . -363) 93581) ((-1222 . -363) 93560) ((-1272 . -34) T) ((-1217 . -1094) T) ((-117 . -1209) T) ((-108 . -231) 93542) ((-1172 . -102) T) ((-477 . -1094) T) ((-523 . -489) 93526) ((-734 . -34) T) ((-482 . -38) 93496) ((-141 . -34) T) ((-117 . -881) 93473) ((-117 . -883) NIL) ((-621 . -1035) 93356) ((-641 . -847) 93335) ((-1271 . -102) T) ((-295 . -102) T) ((-709 . -368) 93314) ((-117 . -1035) 93291) ((-390 . -714) 93275) ((-619 . -714) 93259) ((-45 . -309) 93063) ((-813 . -145) 93042) ((-813 . -147) 93021) ((-1282 . -382) 93000) ((-816 . -847) T) ((-1261 . -1094) T) ((-1153 . -229) 92947) ((-386 . -847) 92926) ((-1251 . -1197) 92892) ((-1251 . -1194) 92858) ((-1244 . -1194) 92824) ((-515 . -131) T) ((-1244 . -1197) 92790) ((-1223 . -1194) 92756) ((-1223 . -1197) 92722) ((-1251 . -35) 92688) ((-1251 . -95) 92654) ((-633 . -611) 92623) ((-605 . -611) 92592) ((-225 . -847) T) ((-1244 . -95) 92558) ((-1244 . -35) 92524) ((-1243 . -1106) T) ((-1114 . -644) 92511) ((-1223 . -95) 92477) ((-1222 . -1106) T) ((-592 . -151) 92459) ((-1074 . -349) 92438) ((-174 . -290) T) ((-117 . -377) 92415) ((-117 . -338) 92392) ((-1223 . -35) 92358) ((-867 . -307) T) ((-313 . -791) NIL) ((-313 . -788) NIL) ((-316 . -723) 92207) ((-313 . -723) T) ((-474 . -363) 92186) ((-359 . -349) 92165) ((-353 . -349) 92144) ((-345 . -349) 92123) ((-316 . -473) 92102) ((-1243 . -23) T) ((-1222 . -23) T) ((-715 . -1106) T) ((-711 . -131) T) ((-649 . -102) T) ((-477 . -714) 92067) ((-45 . -282) 92017) ((-105 . -1094) T) ((-68 . -611) 91999) ((-967 . -102) T) ((-861 . -102) T) ((-621 . -897) 91958) ((-1283 . -1094) T) ((-381 . -1094) T) ((-1208 . -1094) T) ((-1107 . -231) 91927) ((-82 . -1209) T) ((-1057 . -847) T) ((-949 . -847) 91906) ((-117 . -897) NIL) ((-779 . -917) 91885) ((-710 . -847) T) ((-531 . -1094) T) ((-500 . -1094) T) ((-355 . -1213) T) ((-352 . -1213) T) ((-344 . -1213) T) ((-264 . -1213) 91864) ((-247 . -1213) 91843) ((-533 . -857) T) ((-481 . -847) 91822) ((-1152 . -825) T) ((-1136 . -1052) 91806) ((-390 . -758) T) ((-690 . -1209) T) ((-687 . -1035) 91790) ((-355 . -556) T) ((-352 . -556) T) ((-344 . -556) T) ((-264 . -556) 91721) ((-247 . -556) 91652) ((-525 . -1077) T) ((-1136 . -111) 91631) ((-453 . -741) 91601) ((-863 . -1052) 91571) ((-814 . -38) 91513) ((-690 . -881) 91495) ((-690 . -883) 91477) ((-295 . -309) 91281) ((-907 . -1213) T) ((-666 . -411) 91265) ((-863 . -111) 91230) ((-690 . -1035) 91175) ((-1001 . -452) T) ((-907 . -556) T) ((-533 . -611) 91157) ((-581 . -917) T) ((-474 . -1106) T) ((-518 . -917) T) ((-1150 . -288) 91134) ((-911 . -452) T) ((-65 . -611) 91116) ((-630 . -229) 91062) ((-474 . -23) T) ((-1114 . -791) T) ((-869 . -131) T) ((-1114 . -788) T) ((-1274 . -1276) 91041) ((-1114 . -723) T) ((-650 . -644) 91015) ((-294 . -611) 90756) ((-1136 . -614) 90674) ((-1032 . -34) T) ((-812 . -845) 90653) ((-580 . -307) T) ((-564 . -307) T) ((-495 . -307) T) ((-1283 . -714) 90623) ((-690 . -377) 90605) ((-690 . -338) 90587) ((-477 . -172) T) ((-381 . -714) 90557) ((-863 . -614) 90492) ((-868 . -847) NIL) ((-564 . -1019) T) ((-495 . -1019) T) ((-1127 . -611) 90474) ((-1107 . -238) 90453) ((-214 . -102) T) ((-1144 . -102) T) ((-71 . -611) 90435) ((-1136 . -1046) T) ((-1172 . -38) 90332) ((-855 . -611) 90314) ((-564 . -545) T) ((-666 . -1053) T) ((-728 . -946) 90267) ((-1136 . -233) 90246) ((-1076 . -1094) T) ((-1031 . -25) T) ((-1031 . -21) T) ((-1000 . -1052) 90191) ((-902 . -102) T) ((-863 . -1046) T) ((-690 . -897) NIL) ((-355 . -329) 90175) ((-355 . -363) T) ((-352 . -329) 90159) ((-352 . -363) T) ((-344 . -329) 90143) ((-344 . -363) T) ((-487 . -102) T) ((-1271 . -38) 90113) ((-546 . -847) T) ((-523 . -683) 90063) ((-217 . -102) T) ((-1021 . -1035) 89943) ((-1000 . -111) 89872) ((-1168 . -970) 89841) ((-1167 . -970) 89803) ((-520 . -151) 89787) ((-1074 . -370) 89766) ((-351 . -611) 89748) ((-322 . -21) T) ((-354 . -1035) 89725) ((-322 . -25) T) ((-1161 . -970) 89694) ((-1120 . -970) 89661) ((-76 . -611) 89643) ((-695 . -307) T) ((-169 . -847) 89622) ((-129 . -841) T) ((-907 . -363) T) ((-379 . -25) T) ((-379 . -21) T) ((-907 . -329) 89609) ((-86 . -611) 89591) ((-695 . -1019) T) ((-673 . -847) T) ((-1243 . -131) T) ((-1222 . -131) T) ((-898 . -1007) 89575) ((-833 . -21) T) ((-48 . -1035) 89518) ((-833 . -25) T) ((-824 . -25) T) ((-824 . -21) T) ((-1281 . -1053) T) ((-549 . -102) T) ((-1279 . -1053) T) ((-650 . -723) T) ((-1098 . -616) 89421) ((-1000 . -614) 89351) ((-1282 . -1052) 89335) ((-1232 . -847) 89314) ((-812 . -411) 89283) ((-103 . -119) 89267) ((-129 . -1094) T) ((-52 . -1094) T) ((-923 . -611) 89249) ((-868 . -989) 89226) ((-820 . -102) T) ((-1282 . -111) 89205) ((-649 . -38) 89175) ((-571 . -847) T) ((-355 . -1106) T) ((-352 . -1106) T) ((-344 . -1106) T) ((-264 . -1106) T) ((-247 . -1106) T) ((-621 . -307) 89154) ((-1144 . -309) 88958) ((-524 . -1077) T) ((-311 . -1094) T) ((-660 . -23) T) ((-482 . -231) 88927) ((-152 . -1053) T) ((-355 . -23) T) ((-352 . -23) T) ((-344 . -23) T) ((-117 . -307) T) ((-264 . -23) T) ((-247 . -23) T) ((-1000 . -1046) T) ((-709 . -906) 88906) ((-1150 . -614) 88883) ((-1000 . -233) 88855) ((-1000 . -243) T) ((-117 . -1019) NIL) ((-907 . -1106) T) ((-1244 . -452) 88834) ((-1223 . -452) 88813) ((-523 . -611) 88745) ((-709 . -644) 88670) ((-407 . -1052) 88622) ((-504 . -611) 88604) ((-907 . -23) T) ((-487 . -309) NIL) ((-1282 . -614) 88560) ((-474 . -131) T) ((-217 . -309) NIL) ((-407 . -111) 88498) ((-812 . -1053) 88428) ((-734 . -1092) 88412) ((-1243 . -493) 88378) ((-1222 . -493) 88344) ((-548 . -841) T) ((-141 . -1092) 88326) ((-477 . -290) T) ((-1282 . -1046) T) ((-1214 . -102) T) ((-1058 . -102) T) ((-840 . -614) 88194) ((-500 . -514) NIL) ((-699 . -102) T) ((-482 . -238) 88173) ((-407 . -614) 88071) ((-1166 . -145) 88050) ((-1166 . -147) 88029) ((-1119 . -147) 88008) ((-1119 . -145) 87987) ((-633 . -1052) 87971) ((-605 . -1052) 87955) ((-1168 . -1250) 87939) ((-666 . -1094) T) ((-666 . -1049) 87879) ((-1168 . -1237) 87856) ((-548 . -1094) T) ((-487 . -1145) T) ((-1167 . -1242) 87817) ((-1167 . -1237) 87787) ((-1167 . -1240) 87771) ((-217 . -1145) T) ((-343 . -917) T) ((-815 . -266) 87755) ((-633 . -111) 87734) ((-605 . -111) 87713) ((-1161 . -1221) 87674) ((-840 . -1046) 87653) ((-1161 . -1237) 87630) ((-515 . -25) T) ((-495 . -302) T) ((-511 . -23) T) ((-510 . -25) T) ((-508 . -25) T) ((-507 . -23) T) ((-1161 . -1219) 87614) ((-407 . -1046) T) ((-319 . -1053) T) ((-690 . -307) T) ((-108 . -845) T) ((-709 . -723) T) ((-407 . -243) T) ((-407 . -233) 87593) ((-487 . -38) 87543) ((-217 . -38) 87493) ((-474 . -493) 87459) ((-1216 . -368) T) ((-1152 . -1138) T) ((-1095 . -102) T) ((-697 . -611) 87441) ((-697 . -612) 87356) ((-711 . -21) T) ((-711 . -25) T) ((-1129 . -102) T) ((-134 . -611) 87338) ((-116 . -611) 87320) ((-157 . -25) T) ((-1281 . -1094) T) ((-869 . -637) 87268) ((-1279 . -1094) T) ((-960 . -102) T) ((-732 . -102) T) ((-712 . -102) T) ((-453 . -102) T) ((-813 . -452) 87219) ((-44 . -1094) T) ((-1082 . -847) T) ((-660 . -131) T) ((-1058 . -309) 87070) ((-666 . -714) 87054) ((-289 . -1053) T) ((-355 . -131) T) ((-352 . -131) T) ((-344 . -131) T) ((-264 . -131) T) ((-247 . -131) T) ((-418 . -102) T) ((-152 . -1094) T) ((-45 . -229) 87004) ((-955 . -847) 86983) ((-996 . -644) 86921) ((-240 . -1266) 86891) ((-1021 . -307) T) ((-294 . -1052) 86812) ((-907 . -131) T) ((-40 . -917) T) ((-487 . -400) 86794) ((-354 . -307) T) ((-217 . -400) 86776) ((-1074 . -411) 86760) ((-294 . -111) 86676) ((-1177 . -847) T) ((-1176 . -847) T) ((-869 . -25) T) ((-869 . -21) T) ((-339 . -611) 86658) ((-1245 . -47) 86602) ((-225 . -147) T) ((-174 . -611) 86584) ((-1107 . -845) 86563) ((-771 . -611) 86545) ((-128 . -847) T) ((-606 . -235) 86492) ((-475 . -235) 86442) ((-1281 . -714) 86412) ((-48 . -307) T) ((-1279 . -714) 86382) ((-65 . -614) 86311) ((-961 . -1094) T) ((-812 . -1094) 86101) ((-312 . -102) T) ((-898 . -1209) T) ((-48 . -1019) T) ((-1222 . -637) 86009) ((-685 . -102) 85987) ((-44 . -714) 85971) ((-550 . -102) T) ((-294 . -614) 85902) ((-67 . -383) T) ((-67 . -395) T) ((-658 . -23) T) ((-666 . -758) T) ((-1206 . -1094) 85880) ((-351 . -1052) 85825) ((-671 . -1094) 85803) ((-1057 . -147) T) ((-949 . -147) 85782) ((-949 . -145) 85761) ((-796 . -102) T) ((-152 . -714) 85745) ((-481 . -147) 85724) ((-481 . -145) 85703) ((-351 . -111) 85632) ((-1074 . -1053) T) ((-322 . -847) 85611) ((-1251 . -970) 85580) ((-625 . -1094) T) ((-1244 . -970) 85542) ((-511 . -131) T) ((-507 . -131) T) ((-295 . -229) 85492) ((-359 . -1053) T) ((-353 . -1053) T) ((-345 . -1053) T) ((-294 . -1046) 85434) ((-1223 . -970) 85403) ((-379 . -847) T) ((-108 . -1053) T) ((-996 . -723) T) ((-867 . -917) T) ((-840 . -792) 85382) ((-840 . -789) 85361) ((-418 . -309) 85300) ((-468 . -102) T) ((-594 . -970) 85269) ((-319 . -1094) T) ((-407 . -792) 85248) ((-407 . -789) 85227) ((-500 . -489) 85209) ((-1245 . -1035) 85175) ((-1243 . -21) T) ((-1243 . -25) T) ((-1222 . -21) T) ((-1222 . -25) T) ((-812 . -714) 85117) ((-351 . -614) 85047) ((-695 . -404) T) ((-1272 . -1209) T) ((-604 . -102) T) ((-1107 . -411) 85016) ((-1000 . -368) NIL) ((-667 . -102) T) ((-180 . -102) T) ((-161 . -102) T) ((-156 . -102) T) ((-154 . -102) T) ((-103 . -34) T) ((-734 . -1209) T) ((-44 . -758) T) ((-592 . -102) T) ((-77 . -396) T) ((-77 . -395) T) ((-649 . -652) 85000) ((-141 . -1209) T) ((-868 . -147) T) ((-868 . -145) NIL) ((-1208 . -93) T) ((-351 . -1046) T) ((-70 . -383) T) ((-70 . -395) T) ((-1159 . -102) T) ((-666 . -514) 84933) ((-685 . -309) 84871) ((-960 . -38) 84768) ((-732 . -38) 84738) ((-550 . -309) 84542) ((-316 . -1209) T) ((-351 . -233) T) ((-351 . -243) T) ((-313 . -1209) T) ((-289 . -1094) T) ((-1174 . -611) 84524) ((-708 . -1213) T) ((-1150 . -647) 84508) ((-1203 . -556) 84487) ((-708 . -556) T) ((-316 . -881) 84471) ((-316 . -883) 84396) ((-313 . -881) 84357) ((-313 . -883) NIL) ((-796 . -309) 84322) ((-319 . -714) 84163) ((-324 . -323) 84140) ((-485 . -102) T) ((-474 . -25) T) ((-474 . -21) T) ((-418 . -38) 84114) ((-316 . -1035) 83777) ((-225 . -1194) T) ((-225 . -1197) T) ((-3 . -611) 83759) ((-313 . -1035) 83689) ((-2 . -1094) T) ((-2 . |RecordCategory|) T) ((-830 . -611) 83671) ((-1107 . -1053) 83601) ((-580 . -917) T) ((-564 . -817) T) ((-564 . -917) T) ((-495 . -917) T) ((-136 . -1035) 83585) ((-225 . -95) T) ((-75 . -441) T) ((-75 . -395) T) ((0 . -611) 83567) ((-169 . -147) 83546) ((-169 . -145) 83497) ((-225 . -35) T) ((-49 . -611) 83479) ((-477 . -1053) T) ((-487 . -231) 83461) ((-484 . -965) 83445) ((-482 . -845) 83424) ((-217 . -231) 83406) ((-81 . -441) T) ((-81 . -395) T) ((-1140 . -34) T) ((-812 . -172) 83385) ((-728 . -102) T) ((-1023 . -611) 83352) ((-500 . -286) 83327) ((-316 . -377) 83296) ((-313 . -377) 83257) ((-313 . -338) 83218) ((-1079 . -611) 83200) ((-813 . -946) 83147) ((-658 . -131) T) ((-1232 . -145) 83126) ((-1232 . -147) 83105) ((-1168 . -102) T) ((-1167 . -102) T) ((-1161 . -102) T) ((-1153 . -1094) T) ((-1120 . -102) T) ((-222 . -34) T) ((-289 . -714) 83092) ((-1153 . -608) 83068) ((-592 . -309) NIL) ((-484 . -1094) 83046) ((-390 . -611) 83028) ((-510 . -847) T) ((-1144 . -229) 82978) ((-1251 . -1250) 82962) ((-1251 . -1237) 82939) ((-1244 . -1242) 82900) ((-1244 . -1237) 82870) ((-1244 . -1240) 82854) ((-1223 . -1221) 82815) ((-1223 . -1237) 82792) ((-619 . -611) 82774) ((-1223 . -1219) 82758) ((-695 . -917) T) ((-1168 . -284) 82724) ((-1167 . -284) 82690) ((-1161 . -284) 82656) ((-1074 . -1094) T) ((-1056 . -1094) T) ((-48 . -302) T) ((-316 . -897) 82622) ((-313 . -897) NIL) ((-1056 . -1063) 82601) ((-1114 . -883) 82583) ((-796 . -38) 82567) ((-264 . -637) 82515) ((-247 . -637) 82463) ((-697 . -1052) 82450) ((-594 . -1237) 82427) ((-1120 . -284) 82393) ((-319 . -172) 82324) ((-359 . -1094) T) ((-353 . -1094) T) ((-345 . -1094) T) ((-500 . -19) 82306) ((-1114 . -1035) 82288) ((-1096 . -151) 82272) ((-108 . -1094) T) ((-116 . -1052) 82259) ((-708 . -363) T) ((-500 . -602) 82234) ((-697 . -111) 82219) ((-436 . -102) T) ((-45 . -1143) 82169) ((-116 . -111) 82154) ((-633 . -717) T) ((-605 . -717) T) ((-812 . -514) 82087) ((-1032 . -1209) T) ((-940 . -151) 82071) ((-1217 . -611) 82053) ((-1166 . -452) 81984) ((-1160 . -1094) T) ((-1152 . -1094) T) ((-525 . -102) T) ((-520 . -102) 81934) ((-1136 . -644) 81908) ((-1119 . -452) 81859) ((-1081 . -1213) 81838) ((-779 . -1213) 81817) ((-777 . -1213) 81796) ((-62 . -1209) T) ((-477 . -611) 81748) ((-477 . -612) 81670) ((-1081 . -556) 81601) ((-991 . -1094) T) ((-779 . -556) 81512) ((-777 . -556) 81443) ((-482 . -411) 81412) ((-621 . -917) 81391) ((-454 . -1213) 81370) ((-728 . -309) 81357) ((-697 . -614) 81329) ((-398 . -611) 81311) ((-671 . -514) 81244) ((-660 . -25) T) ((-660 . -21) T) ((-454 . -556) 81175) ((-355 . -25) T) ((-355 . -21) T) ((-117 . -917) T) ((-117 . -817) NIL) ((-352 . -25) T) ((-352 . -21) T) ((-344 . -25) T) ((-344 . -21) T) ((-264 . -25) T) ((-264 . -21) T) ((-247 . -25) T) ((-247 . -21) T) ((-83 . -384) T) ((-83 . -395) T) ((-134 . -614) 81157) ((-116 . -614) 81129) ((-1261 . -611) 81111) ((-1215 . -847) T) ((-1203 . -1106) T) ((-1203 . -23) T) ((-1161 . -309) 80996) ((-1120 . -309) 80983) ((-1074 . -714) 80851) ((-863 . -644) 80811) ((-940 . -977) 80795) ((-907 . -21) T) ((-289 . -172) T) ((-907 . -25) T) ((-311 . -93) T) ((-869 . -847) 80746) ((-708 . -1106) T) ((-708 . -23) T) ((-697 . -1046) T) ((-643 . -1094) 80724) ((-630 . -1094) T) ((-581 . -1213) T) ((-518 . -1213) T) ((-697 . -233) T) ((-630 . -608) 80699) ((-581 . -556) T) ((-518 . -556) T) ((-359 . -714) 80651) ((-339 . -1052) 80635) ((-353 . -714) 80587) ((-345 . -714) 80539) ((-174 . -1052) 80471) ((-174 . -111) 80382) ((-108 . -714) 80332) ((-339 . -111) 80311) ((-274 . -1094) T) ((-273 . -1094) T) ((-272 . -1094) T) ((-271 . -1094) T) ((-270 . -1094) T) ((-269 . -1094) T) ((-268 . -1094) T) ((-212 . -1094) T) ((-211 . -1094) T) ((-169 . -1197) 80289) ((-169 . -1194) 80267) ((-209 . -1094) T) ((-208 . -1094) T) ((-116 . -1046) T) ((-207 . -1094) T) ((-206 . -1094) T) ((-203 . -1094) T) ((-202 . -1094) T) ((-201 . -1094) T) ((-200 . -1094) T) ((-199 . -1094) T) ((-198 . -1094) T) ((-197 . -1094) T) ((-196 . -1094) T) ((-195 . -1094) T) ((-194 . -1094) T) ((-193 . -1094) T) ((-240 . -102) 80057) ((-169 . -35) 80035) ((-169 . -95) 80013) ((-650 . -1035) 79909) ((-482 . -1053) 79839) ((-1107 . -1094) 79629) ((-1136 . -34) T) ((-666 . -489) 79613) ((-73 . -1209) T) ((-105 . -611) 79595) ((-1283 . -611) 79577) ((-381 . -611) 79559) ((-339 . -614) 79511) ((-174 . -614) 79428) ((-1208 . -490) 79409) ((-728 . -38) 79258) ((-571 . -1197) T) ((-571 . -1194) T) ((-531 . -611) 79240) ((-520 . -309) 79178) ((-500 . -611) 79160) ((-500 . -612) 79142) ((-1208 . -611) 79108) ((-1161 . -1145) NIL) ((-1024 . -1066) 79077) ((-1024 . -1094) T) ((-1001 . -102) T) ((-968 . -102) T) ((-911 . -102) T) ((-890 . -1035) 79054) ((-1136 . -723) T) ((-1000 . -644) 78999) ((-476 . -1094) T) ((-463 . -1094) T) ((-585 . -23) T) ((-571 . -35) T) ((-571 . -95) T) ((-427 . -102) T) ((-1058 . -229) 78945) ((-1168 . -38) 78842) ((-863 . -723) T) ((-690 . -917) T) ((-511 . -25) T) ((-507 . -21) T) ((-507 . -25) T) ((-1167 . -38) 78683) ((-339 . -1046) T) ((-1161 . -38) 78479) ((-1074 . -172) T) ((-174 . -1046) T) ((-1120 . -38) 78376) ((-709 . -47) 78353) ((-359 . -172) T) ((-353 . -172) T) ((-519 . -57) 78327) ((-497 . -57) 78277) ((-351 . -1278) 78254) ((-225 . -452) T) ((-319 . -290) 78205) ((-345 . -172) T) ((-174 . -243) T) ((-1222 . -847) 78104) ((-108 . -172) T) ((-869 . -989) 78088) ((-654 . -1106) T) ((-581 . -363) T) ((-581 . -329) 78075) ((-518 . -329) 78052) ((-518 . -363) T) ((-316 . -307) 78031) ((-313 . -307) T) ((-600 . -847) 78010) ((-1107 . -714) 77952) ((-520 . -282) 77936) ((-654 . -23) T) ((-418 . -231) 77920) ((-313 . -1019) NIL) ((-336 . -23) T) ((-103 . -1007) 77904) ((-45 . -36) 77883) ((-610 . -1094) T) ((-351 . -368) T) ((-524 . -102) T) ((-495 . -27) T) ((-240 . -309) 77821) ((-1081 . -1106) T) ((-1282 . -644) 77795) ((-779 . -1106) T) ((-777 . -1106) T) ((-454 . -1106) T) ((-1057 . -452) T) ((-949 . -452) 77746) ((-1109 . -1077) T) ((-110 . -1094) T) ((-1081 . -23) T) ((-814 . -1053) T) ((-779 . -23) T) ((-777 . -23) T) ((-481 . -452) 77697) ((-1153 . -514) 77480) ((-381 . -382) 77459) ((-1172 . -411) 77443) ((-461 . -23) T) ((-454 . -23) T) ((-96 . -1094) T) ((-484 . -514) 77376) ((-289 . -290) T) ((-1076 . -611) 77358) ((-1076 . -612) 77339) ((-407 . -906) 77318) ((-50 . -1106) T) ((-1021 . -917) T) ((-1000 . -723) T) ((-709 . -883) NIL) ((-581 . -1106) T) ((-518 . -1106) T) ((-840 . -644) 77291) ((-1203 . -131) T) ((-1161 . -400) 77243) ((-1001 . -309) NIL) ((-812 . -489) 77227) ((-354 . -917) T) ((-1150 . -34) T) ((-407 . -644) 77179) ((-50 . -23) T) ((-708 . -131) T) ((-709 . -1035) 77059) ((-581 . -23) T) ((-108 . -514) NIL) ((-518 . -23) T) ((-169 . -409) 77030) ((-1134 . -1094) T) ((-1274 . -1273) 77014) ((-697 . -792) T) ((-697 . -789) T) ((-1114 . -307) T) ((-379 . -147) T) ((-280 . -611) 76996) ((-1222 . -989) 76966) ((-48 . -917) T) ((-671 . -489) 76950) ((-251 . -1266) 76920) ((-250 . -1266) 76890) ((-1170 . -847) T) ((-1107 . -172) 76869) ((-1114 . -1019) T) ((-1043 . -34) T) ((-833 . -147) 76848) ((-833 . -145) 76827) ((-734 . -107) 76811) ((-610 . -132) T) ((-482 . -1094) 76601) ((-1172 . -1053) T) ((-868 . -452) T) ((-85 . -1209) T) ((-240 . -38) 76571) ((-141 . -107) 76553) ((-709 . -377) 76537) ((-830 . -614) 76405) ((-1114 . -545) T) ((-579 . -102) T) ((-129 . -490) 76387) ((-390 . -1052) 76371) ((-1282 . -723) T) ((-1166 . -946) 76340) ((-129 . -611) 76307) ((-52 . -611) 76289) ((-1119 . -946) 76256) ((-649 . -411) 76240) ((-1271 . -1053) T) ((-619 . -1052) 76224) ((-658 . -25) T) ((-658 . -21) T) ((-1152 . -514) NIL) ((-1251 . -102) T) ((-1244 . -102) T) ((-390 . -111) 76203) ((-222 . -254) 76187) ((-1223 . -102) T) ((-1050 . -1094) T) ((-1001 . -1145) T) ((-1050 . -1049) 76127) ((-815 . -1094) T) ((-343 . -1213) T) ((-633 . -644) 76111) ((-619 . -111) 76090) ((-605 . -644) 76074) ((-595 . -102) T) ((-311 . -490) 76055) ((-585 . -131) T) ((-594 . -102) T) ((-414 . -1094) T) ((-385 . -1094) T) ((-311 . -611) 76021) ((-227 . -1094) 75999) ((-643 . -514) 75932) ((-630 . -514) 75776) ((-830 . -1046) 75755) ((-641 . -151) 75739) ((-343 . -556) T) ((-709 . -897) 75682) ((-550 . -229) 75632) ((-1251 . -284) 75598) ((-1074 . -290) 75549) ((-487 . -845) T) ((-223 . -1106) T) ((-1244 . -284) 75515) ((-1223 . -284) 75481) ((-1001 . -38) 75431) ((-217 . -845) T) ((-1203 . -493) 75397) ((-911 . -38) 75349) ((-840 . -791) 75328) ((-840 . -788) 75307) ((-840 . -723) 75286) ((-359 . -290) T) ((-353 . -290) T) ((-345 . -290) T) ((-169 . -452) 75217) ((-427 . -38) 75201) ((-108 . -290) T) ((-223 . -23) T) ((-407 . -791) 75180) ((-407 . -788) 75159) ((-407 . -723) T) ((-500 . -288) 75134) ((-477 . -1052) 75099) ((-654 . -131) T) ((-619 . -614) 75068) ((-1107 . -514) 75001) ((-336 . -131) T) ((-169 . -402) 74980) ((-482 . -714) 74922) ((-812 . -286) 74899) ((-477 . -111) 74855) ((-649 . -1053) T) ((-1232 . -452) 74786) ((-1270 . -1077) T) ((-1269 . -1077) T) ((-1081 . -131) T) ((-1050 . -714) 74728) ((-264 . -847) 74707) ((-247 . -847) 74686) ((-779 . -131) T) ((-777 . -131) T) ((-571 . -452) T) ((-1024 . -514) 74619) ((-619 . -1046) T) ((-591 . -1094) T) ((-533 . -173) T) ((-461 . -131) T) ((-454 . -131) T) ((-45 . -1094) T) ((-385 . -714) 74589) ((-814 . -1094) T) ((-476 . -514) 74522) ((-463 . -514) 74455) ((-453 . -367) 74425) ((-45 . -608) 74404) ((-316 . -302) T) ((-477 . -614) 74354) ((-666 . -611) 74316) ((-59 . -847) 74295) ((-1223 . -309) 74180) ((-548 . -611) 74162) ((-1001 . -400) 74144) ((-812 . -602) 74121) ((-516 . -847) 74100) ((-496 . -847) 74079) ((-40 . -1213) T) ((-996 . -1035) 73975) ((-50 . -131) T) ((-581 . -131) T) ((-518 . -131) T) ((-294 . -644) 73835) ((-343 . -329) 73812) ((-343 . -363) T) ((-322 . -323) 73789) ((-319 . -286) 73774) ((-40 . -556) T) ((-379 . -1194) T) ((-379 . -1197) T) ((-1032 . -1185) 73749) ((-1182 . -235) 73699) ((-1161 . -231) 73651) ((-330 . -1094) T) ((-379 . -95) T) ((-379 . -35) T) ((-1032 . -107) 73597) ((-477 . -1046) T) ((-479 . -235) 73547) ((-1153 . -489) 73481) ((-1283 . -1052) 73465) ((-381 . -1052) 73449) ((-477 . -243) T) ((-813 . -102) T) ((-711 . -147) 73428) ((-711 . -145) 73407) ((-484 . -489) 73391) ((-485 . -335) 73360) ((-1283 . -111) 73339) ((-512 . -1094) T) ((-482 . -172) 73318) ((-996 . -377) 73302) ((-413 . -102) T) ((-381 . -111) 73281) ((-996 . -338) 73265) ((-279 . -980) 73249) ((-278 . -980) 73233) ((-1281 . -611) 73215) ((-1279 . -611) 73197) ((-110 . -514) NIL) ((-1166 . -1235) 73181) ((-851 . -849) 73165) ((-1172 . -1094) T) ((-103 . -1209) T) ((-949 . -946) 73126) ((-814 . -714) 73068) ((-1223 . -1145) NIL) ((-481 . -946) 73013) ((-1057 . -143) T) ((-60 . -102) 72991) ((-44 . -611) 72973) ((-78 . -611) 72955) ((-351 . -644) 72900) ((-1271 . -1094) T) ((-511 . -847) T) ((-343 . -1106) T) ((-295 . -1094) T) ((-996 . -897) 72859) ((-295 . -608) 72838) ((-1283 . -614) 72787) ((-1251 . -38) 72684) ((-1244 . -38) 72525) ((-1223 . -38) 72321) ((-487 . -1053) T) ((-381 . -614) 72305) ((-217 . -1053) T) ((-343 . -23) T) ((-152 . -611) 72287) ((-830 . -792) 72266) ((-830 . -789) 72245) ((-1208 . -614) 72226) ((-595 . -38) 72199) ((-594 . -38) 72096) ((-867 . -556) T) ((-223 . -131) T) ((-319 . -999) 72062) ((-79 . -611) 72044) ((-709 . -307) 72023) ((-294 . -723) 71925) ((-821 . -102) T) ((-861 . -841) T) ((-294 . -473) 71904) ((-1274 . -102) T) ((-40 . -363) T) ((-869 . -147) 71883) ((-869 . -145) 71862) ((-1152 . -489) 71844) ((-1283 . -1046) T) ((-482 . -514) 71777) ((-1140 . -1209) T) ((-961 . -611) 71759) ((-643 . -489) 71743) ((-630 . -489) 71674) ((-812 . -611) 71405) ((-48 . -27) T) ((-1172 . -714) 71302) ((-649 . -1094) T) ((-858 . -857) T) ((-436 . -364) 71276) ((-1096 . -102) T) ((-967 . -1094) T) ((-861 . -1094) T) ((-813 . -309) 71263) ((-533 . -527) T) ((-533 . -576) T) ((-1279 . -382) 71235) ((-1050 . -514) 71168) ((-1153 . -286) 71144) ((-240 . -231) 71113) ((-1271 . -714) 71083) ((-1160 . -93) T) ((-991 . -93) T) ((-814 . -172) 71062) ((-1206 . -490) 71039) ((-227 . -514) 70972) ((-619 . -792) 70951) ((-619 . -789) 70930) ((-1206 . -611) 70842) ((-222 . -1209) T) ((-671 . -611) 70774) ((-1150 . -1007) 70758) ((-940 . -102) 70708) ((-351 . -723) T) ((-858 . -611) 70690) ((-1223 . -400) 70642) ((-1107 . -489) 70626) ((-60 . -309) 70564) ((-331 . -102) T) ((-1203 . -21) T) ((-1203 . -25) T) ((-40 . -1106) T) ((-708 . -21) T) ((-625 . -611) 70546) ((-515 . -323) 70525) ((-708 . -25) T) ((-439 . -102) T) ((-108 . -286) NIL) ((-918 . -1106) T) ((-40 . -23) T) ((-768 . -1106) T) ((-564 . -1213) T) ((-495 . -1213) T) ((-319 . -611) 70507) ((-1001 . -231) 70489) ((-169 . -166) 70473) ((-580 . -556) T) ((-564 . -556) T) ((-495 . -556) T) ((-768 . -23) T) ((-1243 . -147) 70452) ((-1153 . -602) 70428) ((-1243 . -145) 70407) ((-1024 . -489) 70391) ((-1222 . -145) 70316) ((-1222 . -147) 70241) ((-1274 . -1280) 70220) ((-476 . -489) 70204) ((-463 . -489) 70188) ((-523 . -34) T) ((-649 . -714) 70158) ((-112 . -964) T) ((-658 . -847) 70137) ((-1172 . -172) 70088) ((-365 . -102) T) ((-240 . -238) 70067) ((-251 . -102) T) ((-250 . -102) T) ((-1232 . -946) 70036) ((-245 . -847) 70015) ((-813 . -38) 69864) ((-45 . -514) 69656) ((-1152 . -286) 69631) ((-214 . -1094) T) ((-1144 . -1094) T) ((-1144 . -608) 69610) ((-585 . -25) T) ((-585 . -21) T) ((-1096 . -309) 69548) ((-960 . -411) 69532) ((-695 . -1213) T) ((-630 . -286) 69507) ((-1081 . -637) 69455) ((-779 . -637) 69403) ((-777 . -637) 69351) ((-343 . -131) T) ((-289 . -611) 69333) ((-902 . -1094) T) ((-695 . -556) T) ((-129 . -614) 69315) ((-867 . -1106) T) ((-454 . -637) 69263) ((-902 . -900) 69247) ((-379 . -452) T) ((-487 . -1094) T) ((-940 . -309) 69185) ((-697 . -644) 69172) ((-549 . -841) T) ((-217 . -1094) T) ((-316 . -917) 69151) ((-313 . -917) T) ((-313 . -817) NIL) ((-390 . -717) T) ((-867 . -23) T) ((-116 . -644) 69138) ((-474 . -145) 69117) ((-418 . -411) 69101) ((-474 . -147) 69080) ((-110 . -489) 69062) ((-311 . -614) 69043) ((-2 . -611) 69025) ((-186 . -102) T) ((-1152 . -19) 69007) ((-1152 . -602) 68982) ((-654 . -21) T) ((-654 . -25) T) ((-592 . -1138) T) ((-1107 . -286) 68959) ((-336 . -25) T) ((-336 . -21) T) ((-495 . -363) T) ((-1274 . -38) 68929) ((-1136 . -1209) T) ((-630 . -602) 68904) ((-549 . -1094) T) ((-1081 . -25) T) ((-1081 . -21) T) ((-531 . -789) T) ((-531 . -792) T) ((-117 . -1213) T) ((-960 . -1053) T) ((-621 . -556) T) ((-779 . -25) T) ((-779 . -21) T) ((-777 . -21) T) ((-777 . -25) T) ((-732 . -1053) T) ((-712 . -1053) T) ((-666 . -1052) 68888) ((-517 . -1077) T) ((-461 . -25) T) ((-117 . -556) T) ((-461 . -21) T) ((-454 . -25) T) ((-454 . -21) T) ((-1281 . -1052) 68872) ((-1136 . -1035) 68768) ((-814 . -290) 68747) ((-1279 . -1052) 68731) ((-820 . -1094) T) ((-1243 . -1194) 68697) ((-963 . -964) T) ((-666 . -111) 68676) ((-295 . -514) 68468) ((-1243 . -1197) 68434) ((-1243 . -95) 68400) ((-1226 . -102) 68378) ((-251 . -309) 68316) ((-250 . -309) 68254) ((-1223 . -231) 68206) ((-1153 . -612) NIL) ((-1153 . -611) 68188) ((-1222 . -1194) 68154) ((-1222 . -1197) 68120) ((-1217 . -368) T) ((-96 . -93) T) ((-1214 . -841) T) ((-1136 . -377) 68104) ((-1114 . -817) T) ((-1114 . -917) T) ((-1107 . -602) 68081) ((-1074 . -612) 68065) ((-484 . -611) 67997) ((-812 . -288) 67974) ((-606 . -151) 67921) ((-418 . -1053) T) ((-487 . -714) 67871) ((-482 . -489) 67855) ((-327 . -847) 67834) ((-339 . -644) 67808) ((-50 . -21) T) ((-50 . -25) T) ((-217 . -714) 67758) ((-169 . -721) 67729) ((-174 . -644) 67661) ((-581 . -21) T) ((-581 . -25) T) ((-518 . -25) T) ((-518 . -21) T) ((-475 . -151) 67611) ((-1074 . -611) 67593) ((-1056 . -611) 67575) ((-990 . -102) T) ((-859 . -102) T) ((-796 . -411) 67539) ((-40 . -131) T) ((-695 . -363) T) ((-697 . -723) T) ((-697 . -791) T) ((-697 . -788) T) ((-212 . -892) T) ((-580 . -1106) T) ((-564 . -1106) T) ((-495 . -1106) T) ((-359 . -611) 67521) ((-353 . -611) 67503) ((-345 . -611) 67485) ((-66 . -396) T) ((-66 . -395) T) ((-108 . -612) 67415) ((-108 . -611) 67357) ((-211 . -892) T) ((-955 . -151) 67341) ((-768 . -131) T) ((-666 . -614) 67259) ((-134 . -723) T) ((-116 . -723) T) ((-1243 . -35) 67225) ((-1050 . -489) 67209) ((-580 . -23) T) ((-564 . -23) T) ((-495 . -23) T) ((-1222 . -95) 67175) ((-1222 . -35) 67141) ((-1166 . -102) T) ((-1119 . -102) T) ((-851 . -102) T) ((-227 . -489) 67125) ((-1281 . -111) 67104) ((-1279 . -111) 67083) ((-44 . -1052) 67067) ((-1232 . -1235) 67051) ((-852 . -849) 67035) ((-1281 . -614) 66981) ((-1172 . -290) 66960) ((-110 . -286) 66935) ((-1214 . -1094) T) ((-128 . -151) 66917) ((-1136 . -897) 66876) ((-44 . -111) 66855) ((-1175 . -1254) T) ((-1160 . -490) 66836) ((-1160 . -611) 66802) ((-1152 . -612) NIL) ((-666 . -1046) T) ((-1152 . -611) 66784) ((-1058 . -608) 66759) ((-1058 . -1094) T) ((-991 . -490) 66740) ((-991 . -611) 66706) ((-74 . -441) T) ((-74 . -395) T) ((-699 . -1094) T) ((-152 . -1052) 66690) ((-666 . -233) 66669) ((-571 . -554) 66653) ((-355 . -147) 66632) ((-355 . -145) 66583) ((-352 . -147) 66562) ((-352 . -145) 66513) ((-344 . -147) 66492) ((-344 . -145) 66443) ((-264 . -145) 66422) ((-264 . -147) 66401) ((-251 . -38) 66371) ((-247 . -147) 66350) ((-117 . -363) T) ((-247 . -145) 66329) ((-250 . -38) 66299) ((-152 . -111) 66278) ((-1000 . -1035) 66166) ((-1161 . -845) NIL) ((-690 . -1213) T) ((-796 . -1053) T) ((-695 . -1106) T) ((-1281 . -1046) T) ((-1279 . -614) 66095) ((-1279 . -1046) T) ((-1150 . -1209) T) ((-1000 . -377) 66072) ((-907 . -145) T) ((-907 . -147) 66054) ((-867 . -131) T) ((-812 . -1052) 65951) ((-690 . -556) T) ((-695 . -23) T) ((-643 . -611) 65883) ((-643 . -612) 65844) ((-630 . -612) NIL) ((-630 . -611) 65826) ((-487 . -172) T) ((-223 . -21) T) ((-217 . -172) T) ((-223 . -25) T) ((-474 . -1197) 65792) ((-474 . -1194) 65758) ((-274 . -611) 65740) ((-273 . -611) 65722) ((-272 . -611) 65704) ((-271 . -611) 65686) ((-270 . -611) 65668) ((-500 . -647) 65650) ((-269 . -611) 65632) ((-339 . -723) T) ((-268 . -611) 65614) ((-110 . -19) 65596) ((-174 . -723) T) ((-500 . -373) 65578) ((-212 . -611) 65560) ((-520 . -1143) 65544) ((-500 . -123) T) ((-110 . -602) 65519) ((-211 . -611) 65501) ((-474 . -35) 65467) ((-474 . -95) 65433) ((-209 . -611) 65415) ((-208 . -611) 65397) ((-207 . -611) 65379) ((-206 . -611) 65361) ((-203 . -611) 65343) ((-202 . -611) 65325) ((-201 . -611) 65307) ((-200 . -611) 65289) ((-199 . -611) 65271) ((-198 . -611) 65253) ((-197 . -611) 65235) ((-536 . -1097) 65187) ((-196 . -611) 65169) ((-195 . -611) 65151) ((-45 . -489) 65088) ((-194 . -611) 65070) ((-193 . -611) 65052) ((-152 . -614) 65021) ((-1109 . -102) T) ((-812 . -111) 64911) ((-641 . -102) 64861) ((-482 . -286) 64838) ((-1107 . -611) 64569) ((-1095 . -1094) T) ((-1043 . -1209) T) ((-1282 . -1035) 64553) ((-621 . -1106) T) ((-1166 . -309) 64540) ((-1129 . -1094) T) ((-1119 . -309) 64527) ((-1090 . -1077) T) ((-1084 . -1077) T) ((-1068 . -1077) T) ((-1061 . -1077) T) ((-1033 . -1077) T) ((-1016 . -1077) T) ((-117 . -1106) T) ((-816 . -102) T) ((-624 . -1077) T) ((-621 . -23) T) ((-1144 . -514) 64319) ((-483 . -1077) T) ((-1000 . -897) 64271) ((-386 . -102) T) ((-324 . -102) T) ((-218 . -1077) T) ((-960 . -1094) T) ((-152 . -1046) T) ((-728 . -411) 64255) ((-117 . -23) T) ((-732 . -1094) T) ((-712 . -1094) T) ((-699 . -132) T) ((-453 . -1094) T) ((-407 . -1209) T) ((-316 . -430) 64239) ((-591 . -93) T) ((-1024 . -612) 64200) ((-1021 . -1213) T) ((-225 . -102) T) ((-1024 . -611) 64162) ((-813 . -231) 64146) ((-812 . -614) 63876) ((-1021 . -556) T) ((-830 . -644) 63849) ((-354 . -1213) T) ((-476 . -611) 63811) ((-476 . -612) 63772) ((-463 . -612) 63733) ((-463 . -611) 63695) ((-407 . -881) 63679) ((-319 . -1052) 63514) ((-407 . -883) 63439) ((-840 . -1035) 63335) ((-487 . -514) NIL) ((-482 . -602) 63312) ((-354 . -556) T) ((-217 . -514) NIL) ((-869 . -452) T) ((-418 . -1094) T) ((-407 . -1035) 63176) ((-319 . -111) 62997) ((-690 . -363) T) ((-225 . -284) T) ((-1206 . -614) 62974) ((-48 . -1213) T) ((-812 . -1046) 62904) ((-580 . -131) T) ((-564 . -131) T) ((-495 . -131) T) ((-1166 . -1145) 62882) ((-48 . -556) T) ((-1153 . -288) 62858) ((-1057 . -102) T) ((-949 . -102) T) ((-316 . -27) 62837) ((-812 . -233) 62789) ((-249 . -832) 62771) ((-240 . -845) 62750) ((-187 . -832) 62732) ((-710 . -102) T) ((-295 . -489) 62669) ((-481 . -102) T) ((-728 . -1053) T) ((-610 . -611) 62651) ((-610 . -612) 62512) ((-407 . -377) 62496) ((-407 . -338) 62480) ((-319 . -614) 62306) ((-1166 . -38) 62135) ((-1119 . -38) 61984) ((-851 . -38) 61954) ((-390 . -644) 61938) ((-641 . -309) 61876) ((-960 . -714) 61773) ((-732 . -714) 61743) ((-222 . -107) 61727) ((-45 . -286) 61652) ((-619 . -644) 61626) ((-312 . -1094) T) ((-289 . -1052) 61613) ((-110 . -611) 61595) ((-110 . -612) 61577) ((-453 . -714) 61547) ((-813 . -253) 61486) ((-685 . -1094) 61464) ((-550 . -1094) T) ((-1168 . -1053) T) ((-1167 . -1053) T) ((-96 . -490) 61445) ((-1161 . -1053) T) ((-289 . -111) 61430) ((-1120 . -1053) T) ((-550 . -608) 61409) ((-96 . -611) 61375) ((-1001 . -845) T) ((-227 . -683) 61333) ((-690 . -1106) T) ((-1203 . -737) 61309) ((-1021 . -363) T) ((-835 . -832) 61291) ((-319 . -1046) T) ((-343 . -25) T) ((-343 . -21) T) ((-407 . -897) 61250) ((-68 . -1209) T) ((-830 . -791) 61229) ((-418 . -714) 61203) ((-796 . -1094) T) ((-830 . -788) 61182) ((-695 . -131) T) ((-709 . -917) 61161) ((-690 . -23) T) ((-487 . -290) T) ((-830 . -723) 61140) ((-319 . -233) 61092) ((-319 . -243) 61071) ((-217 . -290) T) ((-129 . -368) T) ((-1243 . -452) 61050) ((-1222 . -452) 61029) ((-354 . -329) 61006) ((-354 . -363) T) ((-1134 . -611) 60988) ((-45 . -1247) 60938) ((-868 . -102) T) ((-641 . -282) 60922) ((-695 . -1055) T) ((-1270 . -102) T) ((-1269 . -102) T) ((-477 . -644) 60887) ((-468 . -1094) T) ((-45 . -602) 60812) ((-1152 . -288) 60787) ((-289 . -614) 60759) ((-40 . -637) 60698) ((-48 . -363) T) ((-1100 . -611) 60680) ((-1081 . -847) 60659) ((-630 . -288) 60634) ((-779 . -847) 60613) ((-777 . -847) 60592) ((-482 . -611) 60323) ((-240 . -411) 60292) ((-949 . -309) 60279) ((-454 . -847) 60258) ((-65 . -1209) T) ((-1058 . -514) 60102) ((-621 . -131) T) ((-546 . -102) T) ((-481 . -309) 60089) ((-604 . -1094) T) ((-117 . -131) T) ((-667 . -1094) T) ((-289 . -1046) T) ((-180 . -1094) T) ((-161 . -1094) T) ((-156 . -1094) T) ((-154 . -1094) T) ((-453 . -758) T) ((-31 . -1077) T) ((-960 . -172) 60040) ((-967 . -93) T) ((-1074 . -1052) 59950) ((-619 . -791) 59929) ((-592 . -1094) T) ((-619 . -788) 59908) ((-619 . -723) T) ((-295 . -286) 59887) ((-294 . -1209) T) ((-1050 . -611) 59849) ((-1050 . -612) 59810) ((-1021 . -1106) T) ((-169 . -102) T) ((-275 . -847) T) ((-1159 . -1094) T) ((-815 . -611) 59792) ((-1107 . -288) 59769) ((-1096 . -229) 59753) ((-1000 . -307) T) ((-796 . -714) 59737) ((-359 . -1052) 59689) ((-354 . -1106) T) ((-353 . -1052) 59641) ((-414 . -611) 59623) ((-385 . -611) 59605) ((-345 . -1052) 59557) ((-227 . -611) 59489) ((-1074 . -111) 59385) ((-1021 . -23) T) ((-108 . -1052) 59335) ((-895 . -102) T) ((-838 . -102) T) ((-805 . -102) T) ((-766 . -102) T) ((-673 . -102) T) ((-474 . -452) 59314) ((-418 . -172) T) ((-359 . -111) 59252) ((-353 . -111) 59190) ((-345 . -111) 59128) ((-251 . -231) 59097) ((-250 . -231) 59066) ((-354 . -23) T) ((-71 . -1209) T) ((-225 . -38) 59031) ((-108 . -111) 58965) ((-40 . -25) T) ((-40 . -21) T) ((-666 . -717) T) ((-169 . -284) 58943) ((-48 . -1106) T) ((-918 . -25) T) ((-768 . -25) T) ((-1144 . -489) 58880) ((-485 . -1094) T) ((-1283 . -644) 58854) ((-1232 . -102) T) ((-1057 . -1145) T) ((-852 . -102) T) ((-240 . -1053) 58784) ((-961 . -789) 58737) ((-961 . -792) 58690) ((-381 . -644) 58674) ((-48 . -23) T) ((-812 . -792) 58625) ((-812 . -789) 58576) ((-548 . -368) T) ((-295 . -602) 58555) ((-477 . -723) T) ((-571 . -102) T) ((-1074 . -614) 58373) ((-249 . -185) T) ((-187 . -185) T) ((-868 . -309) 58330) ((-649 . -286) 58309) ((-112 . -657) T) ((-359 . -614) 58246) ((-353 . -614) 58183) ((-345 . -614) 58120) ((-76 . -1209) T) ((-108 . -614) 58070) ((-1057 . -38) 58057) ((-660 . -374) 58036) ((-949 . -38) 57885) ((-728 . -1094) T) ((-481 . -38) 57734) ((-86 . -1209) T) ((-591 . -490) 57715) ((-571 . -284) T) ((-1223 . -845) NIL) ((-591 . -611) 57681) ((-1168 . -1094) T) ((-1167 . -1094) T) ((-1074 . -1046) T) ((-351 . -1035) 57658) ((-814 . -490) 57642) ((-1001 . -1053) T) ((-45 . -611) 57624) ((-45 . -612) NIL) ((-911 . -1053) T) ((-814 . -611) 57593) ((-1161 . -1094) T) ((-1141 . -102) 57571) ((-1074 . -243) 57522) ((-427 . -1053) T) ((-359 . -1046) T) ((-365 . -364) 57499) ((-353 . -1046) T) ((-345 . -1046) T) ((-251 . -238) 57478) ((-250 . -238) 57457) ((-1074 . -233) 57382) ((-1120 . -1094) T) ((-294 . -897) 57341) ((-108 . -1046) T) ((-690 . -131) T) ((-418 . -514) 57183) ((-359 . -233) 57162) ((-359 . -243) T) ((-44 . -717) T) ((-353 . -233) 57141) ((-353 . -243) T) ((-345 . -233) 57120) ((-345 . -243) T) ((-1160 . -614) 57101) ((-169 . -309) 57066) ((-108 . -243) T) ((-108 . -233) T) ((-991 . -614) 57047) ((-319 . -789) T) ((-867 . -21) T) ((-867 . -25) T) ((-407 . -307) T) ((-500 . -34) T) ((-110 . -288) 57022) ((-1107 . -1052) 56919) ((-868 . -1145) NIL) ((-330 . -611) 56901) ((-407 . -1019) 56879) ((-1107 . -111) 56769) ((-687 . -1254) T) ((-436 . -1094) T) ((-1283 . -723) T) ((-63 . -611) 56751) ((-868 . -38) 56696) ((-523 . -1209) T) ((-600 . -151) 56680) ((-512 . -611) 56662) ((-1232 . -309) 56649) ((-728 . -714) 56498) ((-531 . -790) T) ((-531 . -791) T) ((-564 . -637) 56480) ((-495 . -637) 56440) ((-355 . -452) T) ((-352 . -452) T) ((-344 . -452) T) ((-264 . -452) 56391) ((-525 . -1094) T) ((-520 . -1094) 56341) ((-247 . -452) 56292) ((-1144 . -286) 56271) ((-1172 . -611) 56253) ((-685 . -514) 56186) ((-960 . -290) 56165) ((-550 . -514) 55957) ((-1271 . -611) 55926) ((-1166 . -231) 55910) ((-1107 . -614) 55640) ((-169 . -1145) 55619) ((-1271 . -490) 55603) ((-1168 . -714) 55500) ((-1167 . -714) 55341) ((-889 . -102) T) ((-1161 . -714) 55137) ((-1120 . -714) 55034) ((-1150 . -670) 55018) ((-355 . -402) 54969) ((-352 . -402) 54920) ((-344 . -402) 54871) ((-1021 . -131) T) ((-796 . -514) 54783) ((-295 . -612) NIL) ((-295 . -611) 54765) ((-907 . -452) T) ((-961 . -368) 54718) ((-812 . -368) 54697) ((-510 . -509) 54676) ((-508 . -509) 54655) ((-487 . -286) NIL) ((-482 . -288) 54632) ((-418 . -290) T) ((-354 . -131) T) ((-217 . -286) NIL) ((-690 . -493) NIL) ((-99 . -1106) T) ((-169 . -38) 54460) ((-1243 . -970) 54422) ((-1141 . -309) 54360) ((-1222 . -970) 54329) ((-907 . -402) T) ((-1107 . -1046) 54259) ((-1245 . -556) T) ((-1144 . -602) 54238) ((-112 . -847) T) ((-1058 . -489) 54169) ((-580 . -21) T) ((-580 . -25) T) ((-564 . -21) T) ((-564 . -25) T) ((-495 . -25) T) ((-495 . -21) T) ((-1232 . -1145) 54147) ((-1107 . -233) 54099) ((-48 . -131) T) ((-1190 . -102) T) ((-240 . -1094) 53889) ((-868 . -400) 53866) ((-1082 . -102) T) ((-1070 . -102) T) ((-606 . -102) T) ((-475 . -102) T) ((-1232 . -38) 53695) ((-852 . -38) 53665) ((-728 . -172) 53576) ((-649 . -611) 53558) ((-642 . -1077) T) ((-571 . -38) 53545) ((-967 . -490) 53526) ((-967 . -611) 53492) ((-955 . -102) 53442) ((-861 . -611) 53424) ((-861 . -612) 53346) ((-592 . -514) NIL) ((-1251 . -1053) T) ((-1244 . -1053) T) ((-1223 . -1053) T) ((-1287 . -1106) T) ((-1177 . -102) T) ((-595 . -1053) T) ((-594 . -1053) T) ((-1176 . -102) T) ((-1168 . -172) 53297) ((-1167 . -172) 53228) ((-1161 . -172) 53159) ((-1120 . -172) 53110) ((-1001 . -1094) T) ((-968 . -1094) T) ((-911 . -1094) T) ((-1203 . -147) 53089) ((-796 . -794) 53073) ((-695 . -25) T) ((-695 . -21) T) ((-117 . -637) 53050) ((-697 . -883) 53032) ((-427 . -1094) T) ((-316 . -1213) 53011) ((-313 . -1213) T) ((-169 . -400) 52995) ((-1203 . -145) 52974) ((-474 . -970) 52936) ((-130 . -102) T) ((-128 . -102) T) ((-72 . -611) 52918) ((-108 . -792) T) ((-108 . -789) T) ((-697 . -1035) 52900) ((-316 . -556) 52879) ((-313 . -556) T) ((-1287 . -23) T) ((-134 . -1035) 52861) ((-96 . -614) 52842) ((-482 . -1052) 52739) ((-45 . -288) 52664) ((-240 . -714) 52606) ((-517 . -102) T) ((-482 . -111) 52496) ((-1086 . -102) 52474) ((-1031 . -102) T) ((-641 . -825) 52453) ((-728 . -514) 52396) ((-1050 . -1052) 52380) ((-1129 . -93) T) ((-1058 . -286) 52355) ((-621 . -21) T) ((-621 . -25) T) ((-524 . -1094) T) ((-361 . -102) T) ((-322 . -102) T) ((-666 . -644) 52329) ((-385 . -1052) 52313) ((-1050 . -111) 52292) ((-813 . -411) 52276) ((-117 . -25) T) ((-89 . -611) 52258) ((-117 . -21) T) ((-606 . -309) 52053) ((-475 . -309) 51857) ((-1144 . -612) NIL) ((-385 . -111) 51836) ((-379 . -102) T) ((-214 . -611) 51818) ((-1144 . -611) 51800) ((-1161 . -514) 51569) ((-1001 . -714) 51519) ((-1120 . -514) 51489) ((-911 . -714) 51441) ((-482 . -614) 51171) ((-351 . -307) T) ((-1182 . -151) 51121) ((-955 . -309) 51059) ((-833 . -102) T) ((-427 . -714) 51043) ((-225 . -825) T) ((-824 . -102) T) ((-822 . -102) T) ((-479 . -151) 50993) ((-1243 . -1242) 50972) ((-1114 . -1213) T) ((-339 . -1035) 50939) ((-1243 . -1237) 50909) ((-1243 . -1240) 50893) ((-1222 . -1221) 50872) ((-80 . -611) 50854) ((-902 . -611) 50836) ((-1222 . -1237) 50813) ((-1114 . -556) T) ((-918 . -847) T) ((-768 . -847) T) ((-487 . -612) 50743) ((-487 . -611) 50684) ((-379 . -284) T) ((-668 . -847) T) ((-1222 . -1219) 50668) ((-1245 . -1106) T) ((-217 . -612) 50598) ((-217 . -611) 50539) ((-1281 . -644) 50513) ((-1058 . -602) 50488) ((-815 . -614) 50472) ((-59 . -151) 50456) ((-516 . -151) 50440) ((-496 . -151) 50424) ((-359 . -1278) 50408) ((-353 . -1278) 50392) ((-345 . -1278) 50376) ((-316 . -363) 50355) ((-313 . -363) T) ((-482 . -1046) 50285) ((-690 . -637) 50267) ((-1279 . -644) 50241) ((-128 . -309) NIL) ((-1245 . -23) T) ((-685 . -489) 50225) ((-64 . -611) 50207) ((-1107 . -792) 50158) ((-1107 . -789) 50109) ((-550 . -489) 50046) ((-666 . -34) T) ((-482 . -233) 49998) ((-295 . -288) 49977) ((-240 . -172) 49956) ((-813 . -1053) T) ((-44 . -644) 49914) ((-1074 . -368) 49865) ((-728 . -290) 49796) ((-520 . -514) 49729) ((-814 . -1052) 49680) ((-1081 . -145) 49659) ((-549 . -611) 49641) ((-359 . -368) 49620) ((-353 . -368) 49599) ((-345 . -368) 49578) ((-1081 . -147) 49557) ((-868 . -231) 49534) ((-814 . -111) 49476) ((-779 . -145) 49455) ((-779 . -147) 49434) ((-264 . -946) 49401) ((-251 . -845) 49380) ((-247 . -946) 49325) ((-250 . -845) 49304) ((-777 . -145) 49283) ((-777 . -147) 49262) ((-152 . -644) 49236) ((-579 . -1094) T) ((-454 . -147) 49215) ((-454 . -145) 49194) ((-666 . -723) T) ((-820 . -611) 49176) ((-1251 . -1094) T) ((-1244 . -1094) T) ((-1223 . -1094) T) ((-1203 . -1197) 49142) ((-1203 . -1194) 49108) ((-1168 . -290) 49087) ((-1167 . -290) 49038) ((-1161 . -290) 48989) ((-1120 . -290) 48968) ((-339 . -897) 48949) ((-1001 . -172) T) ((-911 . -172) T) ((-595 . -1094) T) ((-594 . -1094) T) ((-690 . -21) T) ((-690 . -25) T) ((-474 . -1240) 48933) ((-474 . -1237) 48903) ((-418 . -286) 48831) ((-547 . -847) T) ((-316 . -1106) 48680) ((-313 . -1106) T) ((-1203 . -35) 48646) ((-1203 . -95) 48612) ((-84 . -611) 48594) ((-91 . -102) 48572) ((-1287 . -131) T) ((-591 . -614) 48553) ((-581 . -145) T) ((-581 . -147) 48535) ((-518 . -147) 48517) ((-518 . -145) T) ((-316 . -23) 48369) ((-40 . -342) 48343) ((-313 . -23) T) ((-814 . -614) 48257) ((-1152 . -647) 48239) ((-1274 . -1053) T) ((-1152 . -373) 48221) ((-812 . -644) 48069) ((-1090 . -102) T) ((-1084 . -102) T) ((-1068 . -102) T) ((-169 . -231) 48053) ((-1061 . -102) T) ((-1033 . -102) T) ((-1016 . -102) T) ((-592 . -489) 48035) ((-624 . -102) T) ((-240 . -514) 47968) ((-483 . -102) T) ((-1281 . -723) T) ((-1279 . -723) T) ((-218 . -102) T) ((-1172 . -1052) 47851) ((-1172 . -111) 47720) ((-858 . -173) T) ((-814 . -1046) T) ((-677 . -1077) T) ((-672 . -1077) T) ((-515 . -102) T) ((-510 . -102) T) ((-48 . -637) 47680) ((-508 . -102) T) ((-478 . -1077) T) ((-1271 . -1052) 47650) ((-138 . -1077) T) ((-137 . -1077) T) ((-133 . -1077) T) ((-1031 . -38) 47634) ((-814 . -233) T) ((-814 . -243) 47613) ((-1271 . -111) 47578) ((-1251 . -714) 47475) ((-1244 . -714) 47316) ((-1232 . -231) 47300) ((-550 . -286) 47279) ((-1214 . -611) 47261) ((-1058 . -612) NIL) ((-604 . -93) T) ((-1058 . -611) 47243) ((-699 . -490) 47227) ((-667 . -93) T) ((-180 . -93) T) ((-161 . -93) T) ((-156 . -93) T) ((-154 . -93) T) ((-1223 . -714) 47023) ((-1000 . -917) T) ((-699 . -611) 46992) ((-152 . -723) T) ((-1107 . -368) 46971) ((-1001 . -514) NIL) ((-251 . -411) 46940) ((-250 . -411) 46909) ((-1021 . -25) T) ((-1021 . -21) T) ((-595 . -714) 46882) ((-594 . -714) 46779) ((-796 . -286) 46737) ((-126 . -102) 46715) ((-830 . -1035) 46611) ((-169 . -825) 46590) ((-319 . -644) 46487) ((-812 . -34) T) ((-711 . -102) T) ((-1172 . -614) 46340) ((-1114 . -1106) T) ((-1023 . -1209) T) ((-379 . -38) 46305) ((-354 . -25) T) ((-354 . -21) T) ((-187 . -102) T) ((-162 . -102) T) ((-249 . -102) T) ((-157 . -102) T) ((-355 . -1266) 46289) ((-352 . -1266) 46273) ((-344 . -1266) 46257) ((-169 . -349) 46236) ((-564 . -847) T) ((-495 . -847) T) ((-1114 . -23) T) ((-87 . -611) 46218) ((-697 . -307) T) ((-833 . -38) 46188) ((-824 . -38) 46158) ((-1271 . -614) 46100) ((-1245 . -131) T) ((-1144 . -288) 46079) ((-961 . -790) 46032) ((-961 . -791) 45985) ((-812 . -788) 45964) ((-116 . -307) T) ((-91 . -309) 45902) ((-671 . -34) T) ((-550 . -602) 45881) ((-48 . -25) T) ((-48 . -21) T) ((-812 . -791) 45832) ((-812 . -790) 45811) ((-697 . -1019) T) ((-649 . -1052) 45795) ((-961 . -723) 45694) ((-812 . -723) 45604) ((-961 . -473) 45557) ((-482 . -792) 45508) ((-482 . -789) 45459) ((-907 . -1266) 45446) ((-1172 . -1046) T) ((-649 . -111) 45425) ((-1172 . -326) 45402) ((-1195 . -102) 45380) ((-1095 . -611) 45362) ((-697 . -545) T) ((-813 . -1094) T) ((-1271 . -1046) T) ((-1129 . -490) 45343) ((-1215 . -102) T) ((-413 . -1094) T) ((-1129 . -611) 45309) ((-251 . -1053) 45239) ((-250 . -1053) 45169) ((-835 . -102) T) ((-289 . -644) 45156) ((-592 . -286) 45131) ((-685 . -683) 45089) ((-960 . -611) 45071) ((-869 . -102) T) ((-732 . -611) 45053) ((-712 . -611) 45035) ((-1251 . -172) 44986) ((-1244 . -172) 44917) ((-1223 . -172) 44848) ((-695 . -847) T) ((-1001 . -290) T) ((-453 . -611) 44830) ((-625 . -723) T) ((-60 . -1094) 44808) ((-245 . -151) 44792) ((-911 . -290) T) ((-1021 . -1009) T) ((-625 . -473) T) ((-709 . -1213) 44771) ((-649 . -614) 44689) ((-595 . -172) 44668) ((-594 . -172) 44619) ((-1259 . -847) 44598) ((-709 . -556) 44509) ((-407 . -917) T) ((-407 . -817) 44488) ((-319 . -791) T) ((-967 . -614) 44469) ((-319 . -723) T) ((-418 . -611) 44451) ((-418 . -612) 44358) ((-641 . -1143) 44342) ((-110 . -647) 44324) ((-174 . -307) T) ((-126 . -309) 44262) ((-110 . -373) 44244) ((-398 . -1209) T) ((-316 . -131) 44115) ((-313 . -131) T) ((-69 . -395) T) ((-110 . -123) T) ((-520 . -489) 44099) ((-650 . -1106) T) ((-592 . -19) 44081) ((-61 . -441) T) ((-61 . -395) T) ((-821 . -1094) T) ((-592 . -602) 44056) ((-477 . -1035) 44016) ((-649 . -1046) T) ((-650 . -23) T) ((-1274 . -1094) T) ((-31 . -102) T) ((-813 . -714) 43865) ((-577 . -857) T) ((-117 . -847) NIL) ((-1166 . -411) 43849) ((-1119 . -411) 43833) ((-851 . -411) 43817) ((-870 . -102) 43768) ((-1243 . -102) T) ((-1223 . -514) 43537) ((-1222 . -102) T) ((-1195 . -309) 43475) ((-525 . -93) T) ((-1168 . -286) 43460) ((-312 . -611) 43442) ((-1167 . -286) 43427) ((-1096 . -1094) T) ((-1074 . -644) 43337) ((-685 . -611) 43269) ((-289 . -723) T) ((-108 . -906) NIL) ((-685 . -612) 43230) ((-599 . -611) 43212) ((-577 . -611) 43194) ((-550 . -612) NIL) ((-550 . -611) 43176) ((-529 . -611) 43158) ((-1161 . -286) 43006) ((-487 . -1052) 42956) ((-708 . -452) T) ((-511 . -509) 42935) ((-507 . -509) 42914) ((-217 . -1052) 42864) ((-359 . -644) 42816) ((-353 . -644) 42768) ((-225 . -845) T) ((-345 . -644) 42720) ((-600 . -102) 42670) ((-482 . -368) 42649) ((-108 . -644) 42599) ((-487 . -111) 42533) ((-240 . -489) 42517) ((-343 . -147) 42499) ((-343 . -145) T) ((-169 . -370) 42470) ((-940 . -1257) 42454) ((-217 . -111) 42388) ((-869 . -309) 42353) ((-940 . -1094) 42303) ((-796 . -612) 42264) ((-796 . -611) 42246) ((-715 . -102) T) ((-331 . -1094) T) ((-214 . -614) 42223) ((-1114 . -131) T) ((-711 . -38) 42193) ((-316 . -493) 42172) ((-500 . -1209) T) ((-1243 . -284) 42138) ((-1222 . -284) 42104) ((-327 . -151) 42088) ((-439 . -1094) T) ((-1058 . -288) 42063) ((-1274 . -714) 42033) ((-1153 . -34) T) ((-1283 . -1035) 42010) ((-468 . -611) 41992) ((-484 . -34) T) ((-381 . -1035) 41976) ((-1166 . -1053) T) ((-1119 . -1053) T) ((-851 . -1053) T) ((-1057 . -845) T) ((-487 . -614) 41926) ((-217 . -614) 41876) ((-813 . -172) 41787) ((-520 . -286) 41764) ((-1251 . -290) 41743) ((-1190 . -364) 41717) ((-1082 . -266) 41701) ((-667 . -490) 41682) ((-667 . -611) 41648) ((-604 . -490) 41629) ((-117 . -989) 41606) ((-604 . -611) 41556) ((-474 . -102) T) ((-180 . -490) 41537) ((-180 . -611) 41503) ((-161 . -490) 41484) ((-156 . -490) 41465) ((-154 . -490) 41446) ((-161 . -611) 41412) ((-156 . -611) 41378) ((-365 . -1094) T) ((-251 . -1094) T) ((-250 . -1094) T) ((-154 . -611) 41344) ((-1244 . -290) 41295) ((-1223 . -290) 41246) ((-869 . -1145) 41224) ((-1168 . -999) 41190) ((-606 . -364) 41130) ((-1167 . -999) 41096) ((-606 . -229) 41043) ((-592 . -611) 41025) ((-592 . -612) NIL) ((-690 . -847) T) ((-475 . -229) 40975) ((-487 . -1046) T) ((-1161 . -999) 40941) ((-88 . -440) T) ((-88 . -395) T) ((-217 . -1046) T) ((-1120 . -999) 40907) ((-1074 . -723) T) ((-709 . -1106) T) ((-595 . -290) 40886) ((-594 . -290) 40865) ((-487 . -243) T) ((-487 . -233) T) ((-217 . -243) T) ((-217 . -233) T) ((-1159 . -611) 40847) ((-869 . -38) 40799) ((-359 . -723) T) ((-353 . -723) T) ((-345 . -723) T) ((-108 . -791) T) ((-108 . -788) T) ((-709 . -23) T) ((-108 . -723) T) ((-520 . -1247) 40783) ((-1287 . -25) T) ((-474 . -284) 40749) ((-1287 . -21) T) ((-1222 . -309) 40688) ((-1170 . -102) T) ((-40 . -145) 40660) ((-40 . -147) 40632) ((-520 . -602) 40609) ((-1107 . -644) 40457) ((-600 . -309) 40395) ((-45 . -647) 40345) ((-45 . -662) 40295) ((-45 . -373) 40245) ((-1152 . -34) T) ((-868 . -845) NIL) ((-650 . -131) T) ((-485 . -611) 40227) ((-240 . -286) 40204) ((-186 . -1094) T) ((-643 . -34) T) ((-630 . -34) T) ((-1081 . -452) 40155) ((-813 . -514) 40029) ((-779 . -452) 39960) ((-777 . -452) 39911) ((-454 . -452) 39862) ((-949 . -411) 39846) ((-728 . -611) 39828) ((-251 . -714) 39770) ((-250 . -714) 39712) ((-728 . -612) 39573) ((-481 . -411) 39557) ((-339 . -302) T) ((-524 . -93) T) ((-351 . -917) T) ((-997 . -102) 39535) ((-1021 . -847) T) ((-60 . -514) 39468) ((-1222 . -1145) 39420) ((-1001 . -286) NIL) ((-225 . -1053) T) ((-379 . -825) T) ((-1107 . -34) T) ((-581 . -452) T) ((-518 . -452) T) ((-1226 . -1087) 39404) ((-1226 . -1094) 39382) ((-240 . -602) 39359) ((-1226 . -1089) 39316) ((-1168 . -611) 39298) ((-1167 . -611) 39280) ((-1161 . -611) 39262) ((-1161 . -612) NIL) ((-1120 . -611) 39244) ((-869 . -400) 39228) ((-536 . -102) T) ((-1243 . -38) 39069) ((-1222 . -38) 38883) ((-867 . -147) T) ((-699 . -614) 38867) ((-581 . -402) T) ((-48 . -847) T) ((-518 . -402) T) ((-1255 . -102) T) ((-1245 . -21) T) ((-1245 . -25) T) ((-1107 . -788) 38846) ((-1107 . -791) 38797) ((-1107 . -790) 38776) ((-990 . -1094) T) ((-1024 . -34) T) ((-859 . -1094) T) ((-1107 . -723) 38686) ((-660 . -102) T) ((-642 . -102) T) ((-550 . -288) 38665) ((-1182 . -102) T) ((-476 . -34) T) ((-463 . -34) T) ((-355 . -102) T) ((-352 . -102) T) ((-344 . -102) T) ((-264 . -102) T) ((-247 . -102) T) ((-477 . -307) T) ((-1057 . -1053) T) ((-949 . -1053) T) ((-316 . -637) 38571) ((-313 . -637) 38532) ((-481 . -1053) T) ((-479 . -102) T) ((-436 . -611) 38514) ((-1166 . -1094) T) ((-1119 . -1094) T) ((-851 . -1094) T) ((-1135 . -102) T) ((-813 . -290) 38445) ((-960 . -1052) 38328) ((-477 . -1019) T) ((-732 . -1052) 38298) ((-453 . -1052) 38268) ((-1141 . -1115) 38252) ((-1096 . -514) 38185) ((-960 . -111) 38054) ((-907 . -102) T) ((-732 . -111) 38019) ((-525 . -490) 38000) ((-525 . -611) 37966) ((-59 . -102) 37916) ((-520 . -612) 37877) ((-520 . -611) 37789) ((-519 . -102) 37767) ((-516 . -102) 37717) ((-497 . -102) 37695) ((-496 . -102) 37645) ((-453 . -111) 37608) ((-251 . -172) 37587) ((-250 . -172) 37566) ((-418 . -1052) 37540) ((-1203 . -970) 37502) ((-996 . -1106) T) ((-1129 . -614) 37483) ((-940 . -514) 37416) ((-487 . -792) T) ((-474 . -38) 37257) ((-418 . -111) 37224) ((-487 . -789) T) ((-997 . -309) 37162) ((-217 . -792) T) ((-217 . -789) T) ((-996 . -23) T) ((-709 . -131) T) ((-1222 . -400) 37132) ((-316 . -25) 36984) ((-169 . -411) 36968) ((-316 . -21) 36839) ((-313 . -25) T) ((-313 . -21) T) ((-861 . -368) T) ((-960 . -614) 36692) ((-110 . -34) T) ((-732 . -614) 36648) ((-712 . -614) 36630) ((-482 . -644) 36478) ((-868 . -1053) T) ((-592 . -288) 36453) ((-580 . -147) T) ((-564 . -147) T) ((-495 . -147) T) ((-1166 . -714) 36282) ((-1119 . -714) 36131) ((-1114 . -637) 36113) ((-851 . -714) 36083) ((-666 . -1209) T) ((-1 . -102) T) ((-418 . -614) 35991) ((-240 . -611) 35722) ((-1109 . -1094) T) ((-1232 . -411) 35706) ((-1182 . -309) 35510) ((-960 . -1046) T) ((-732 . -1046) T) ((-712 . -1046) T) ((-641 . -1094) 35460) ((-1050 . -644) 35444) ((-852 . -411) 35428) ((-511 . -102) T) ((-507 . -102) T) ((-247 . -309) 35415) ((-264 . -309) 35402) ((-960 . -326) 35381) ((-385 . -644) 35365) ((-479 . -309) 35169) ((-251 . -514) 35102) ((-666 . -1035) 34998) ((-250 . -514) 34931) ((-1135 . -309) 34857) ((-816 . -1094) T) ((-796 . -1052) 34841) ((-1251 . -286) 34826) ((-1244 . -286) 34811) ((-1223 . -286) 34659) ((-386 . -1094) T) ((-324 . -1094) T) ((-418 . -1046) T) ((-169 . -1053) T) ((-59 . -309) 34597) ((-796 . -111) 34576) ((-594 . -286) 34561) ((-519 . -309) 34499) ((-516 . -309) 34437) ((-497 . -309) 34375) ((-496 . -309) 34313) ((-418 . -233) 34292) ((-482 . -34) T) ((-1001 . -612) 34222) ((-225 . -1094) T) ((-1001 . -611) 34182) ((-968 . -611) 34142) ((-968 . -612) 34117) ((-911 . -611) 34099) ((-695 . -147) T) ((-697 . -917) T) ((-697 . -817) T) ((-427 . -611) 34081) ((-1114 . -21) T) ((-1114 . -25) T) ((-666 . -377) 34065) ((-116 . -917) T) ((-869 . -231) 34049) ((-78 . -1209) T) ((-126 . -125) 34033) ((-1050 . -34) T) ((-1281 . -1035) 34007) ((-1279 . -1035) 33964) ((-1232 . -1053) T) ((-852 . -1053) T) ((-482 . -788) 33943) ((-355 . -1145) 33922) ((-352 . -1145) 33901) ((-344 . -1145) 33880) ((-482 . -791) 33831) ((-482 . -790) 33810) ((-227 . -34) T) ((-482 . -723) 33720) ((-796 . -614) 33568) ((-60 . -489) 33552) ((-571 . -1053) T) ((-1166 . -172) 33443) ((-1119 . -172) 33354) ((-1057 . -1094) T) ((-1081 . -946) 33299) ((-949 . -1094) T) ((-814 . -644) 33250) ((-779 . -946) 33219) ((-710 . -1094) T) ((-777 . -946) 33186) ((-516 . -282) 33170) ((-666 . -897) 33129) ((-481 . -1094) T) ((-454 . -946) 33096) ((-79 . -1209) T) ((-355 . -38) 33061) ((-352 . -38) 33026) ((-344 . -38) 32991) ((-264 . -38) 32840) ((-247 . -38) 32689) ((-907 . -1145) T) ((-524 . -490) 32670) ((-621 . -147) 32649) ((-621 . -145) 32628) ((-524 . -611) 32594) ((-117 . -147) T) ((-117 . -145) NIL) ((-414 . -723) T) ((-796 . -1046) T) ((-343 . -452) T) ((-1251 . -999) 32560) ((-1244 . -999) 32526) ((-1223 . -999) 32492) ((-907 . -38) 32457) ((-225 . -714) 32422) ((-319 . -47) 32392) ((-40 . -409) 32364) ((-140 . -611) 32346) ((-996 . -131) T) ((-812 . -1209) T) ((-174 . -917) T) ((-549 . -368) T) ((-604 . -614) 32327) ((-343 . -402) T) ((-667 . -614) 32308) ((-180 . -614) 32289) ((-161 . -614) 32270) ((-156 . -614) 32251) ((-154 . -614) 32232) ((-520 . -288) 32209) ((-1222 . -231) 32179) ((-812 . -1035) 32006) ((-45 . -34) T) ((-677 . -102) T) ((-672 . -102) T) ((-658 . -102) T) ((-650 . -21) T) ((-650 . -25) T) ((-1096 . -489) 31990) ((-671 . -1209) T) ((-478 . -102) T) ((-245 . -102) 31940) ((-546 . -841) T) ((-138 . -102) T) ((-137 . -102) T) ((-133 . -102) T) ((-868 . -1094) T) ((-1172 . -644) 31865) ((-1057 . -714) 31852) ((-728 . -1052) 31695) ((-1166 . -514) 31642) ((-949 . -714) 31491) ((-1119 . -514) 31443) ((-1270 . -1094) T) ((-1269 . -1094) T) ((-481 . -714) 31292) ((-67 . -611) 31274) ((-728 . -111) 31103) ((-940 . -489) 31087) ((-1271 . -644) 31047) ((-814 . -723) T) ((-1168 . -1052) 30930) ((-1167 . -1052) 30765) ((-1161 . -1052) 30555) ((-1120 . -1052) 30438) ((-1000 . -1213) T) ((-1088 . -102) 30416) ((-812 . -377) 30385) ((-579 . -611) 30367) ((-546 . -1094) T) ((-1000 . -556) T) ((-1168 . -111) 30236) ((-1167 . -111) 30057) ((-1161 . -111) 29826) ((-1120 . -111) 29695) ((-1099 . -1097) 29659) ((-379 . -845) T) ((-1251 . -611) 29641) ((-1244 . -611) 29623) ((-1223 . -611) 29605) ((-1223 . -612) NIL) ((-240 . -288) 29582) ((-40 . -452) T) ((-225 . -172) T) ((-169 . -1094) T) ((-728 . -614) 29367) ((-690 . -147) T) ((-690 . -145) NIL) ((-595 . -611) 29349) ((-594 . -611) 29331) ((-895 . -1094) T) ((-838 . -1094) T) ((-805 . -1094) T) ((-766 . -1094) T) ((-654 . -849) 29315) ((-673 . -1094) T) ((-812 . -897) 29247) ((-1214 . -368) T) ((-40 . -402) NIL) ((-1168 . -614) 29129) ((-1114 . -657) T) ((-868 . -714) 29074) ((-251 . -489) 29058) ((-250 . -489) 29042) ((-1167 . -614) 28785) ((-1161 . -614) 28580) ((-709 . -637) 28528) ((-649 . -644) 28502) ((-1120 . -614) 28384) ((-295 . -34) T) ((-728 . -1046) T) ((-581 . -1266) 28371) ((-518 . -1266) 28348) ((-1232 . -1094) T) ((-1166 . -290) 28259) ((-1119 . -290) 28190) ((-1057 . -172) T) ((-852 . -1094) T) ((-949 . -172) 28101) ((-779 . -1235) 28085) ((-641 . -514) 28018) ((-77 . -611) 28000) ((-728 . -326) 27965) ((-1172 . -723) T) ((-571 . -1094) T) ((-481 . -172) 27876) ((-245 . -309) 27814) ((-1136 . -1106) T) ((-70 . -611) 27796) ((-1271 . -723) T) ((-1168 . -1046) T) ((-1167 . -1046) T) ((-327 . -102) 27746) ((-1161 . -1046) T) ((-1136 . -23) T) ((-1120 . -1046) T) ((-91 . -1115) 27730) ((-863 . -1106) T) ((-1168 . -233) 27689) ((-1167 . -243) 27668) ((-1167 . -233) 27620) ((-1161 . -233) 27507) ((-1161 . -243) 27486) ((-319 . -897) 27392) ((-863 . -23) T) ((-169 . -714) 27220) ((-407 . -1213) T) ((-1095 . -368) T) ((-1021 . -147) T) ((-1000 . -363) T) ((-867 . -452) T) ((-940 . -286) 27197) ((-316 . -847) T) ((-313 . -847) NIL) ((-871 . -102) T) ((-709 . -25) T) ((-407 . -556) T) ((-709 . -21) T) ((-525 . -614) 27178) ((-354 . -147) 27160) ((-354 . -145) T) ((-1141 . -1094) 27138) ((-453 . -717) T) ((-75 . -611) 27120) ((-114 . -847) T) ((-245 . -282) 27104) ((-240 . -1052) 27001) ((-81 . -611) 26983) ((-732 . -368) 26936) ((-1170 . -825) T) ((-734 . -235) 26920) ((-1153 . -1209) T) ((-141 . -235) 26902) ((-240 . -111) 26792) ((-1232 . -714) 26621) ((-48 . -147) T) ((-868 . -172) T) ((-852 . -714) 26591) ((-484 . -1209) T) ((-949 . -514) 26538) ((-649 . -723) T) ((-571 . -714) 26525) ((-1031 . -1053) T) ((-481 . -514) 26468) ((-940 . -19) 26452) ((-940 . -602) 26429) ((-813 . -612) NIL) ((-813 . -611) 26411) ((-1001 . -1052) 26361) ((-413 . -611) 26343) ((-251 . -286) 26320) ((-250 . -286) 26297) ((-487 . -906) NIL) ((-316 . -29) 26267) ((-108 . -1209) T) ((-1000 . -1106) T) ((-217 . -906) NIL) ((-911 . -1052) 26219) ((-1074 . -1035) 26115) ((-1001 . -111) 26049) ((-1000 . -23) T) ((-734 . -691) 26033) ((-264 . -231) 26017) ((-427 . -1052) 26001) ((-379 . -1053) T) ((-240 . -614) 25731) ((-911 . -111) 25669) ((-690 . -1197) NIL) ((-487 . -644) 25619) ((-108 . -881) 25601) ((-108 . -883) 25583) ((-690 . -1194) NIL) ((-217 . -644) 25533) ((-359 . -1035) 25517) ((-353 . -1035) 25501) ((-327 . -309) 25439) ((-345 . -1035) 25423) ((-225 . -290) T) ((-427 . -111) 25402) ((-60 . -611) 25334) ((-169 . -172) T) ((-1114 . -847) T) ((-108 . -1035) 25294) ((-889 . -1094) T) ((-833 . -1053) T) ((-824 . -1053) T) ((-690 . -35) NIL) ((-690 . -95) NIL) ((-313 . -989) 25255) ((-183 . -102) T) ((-580 . -452) T) ((-564 . -452) T) ((-495 . -452) T) ((-407 . -363) T) ((-240 . -1046) 25185) ((-1144 . -34) T) ((-477 . -917) T) ((-996 . -637) 25133) ((-251 . -602) 25110) ((-250 . -602) 25087) ((-1074 . -377) 25071) ((-868 . -514) 24979) ((-240 . -233) 24931) ((-1152 . -1209) T) ((-1001 . -614) 24881) ((-911 . -614) 24818) ((-821 . -611) 24800) ((-1282 . -1106) T) ((-1274 . -611) 24782) ((-1232 . -172) 24673) ((-427 . -614) 24642) ((-108 . -377) 24624) ((-108 . -338) 24606) ((-1057 . -290) T) ((-949 . -290) 24537) ((-796 . -368) 24516) ((-643 . -1209) T) ((-630 . -1209) T) ((-481 . -290) 24447) ((-571 . -172) T) ((-327 . -282) 24431) ((-1282 . -23) T) ((-1203 . -102) T) ((-1190 . -1094) T) ((-1082 . -1094) T) ((-1070 . -1094) T) ((-83 . -611) 24413) ((-1177 . -841) T) ((-1176 . -841) T) ((-708 . -102) T) ((-355 . -349) 24392) ((-606 . -1094) T) ((-352 . -349) 24371) ((-344 . -349) 24350) ((-475 . -1094) T) ((-1182 . -229) 24300) ((-264 . -253) 24262) ((-1136 . -131) T) ((-606 . -608) 24238) ((-1074 . -897) 24171) ((-1001 . -1046) T) ((-911 . -1046) T) ((-475 . -608) 24150) ((-1161 . -789) NIL) ((-1161 . -792) NIL) ((-1096 . -612) 24111) ((-479 . -229) 24061) ((-1096 . -611) 24043) ((-1001 . -243) T) ((-1001 . -233) T) ((-427 . -1046) T) ((-955 . -1094) 23993) ((-911 . -243) T) ((-863 . -131) T) ((-695 . -452) T) ((-840 . -1106) 23972) ((-108 . -897) NIL) ((-1203 . -284) 23938) ((-869 . -845) 23917) ((-1107 . -1209) T) ((-902 . -723) T) ((-169 . -514) 23829) ((-996 . -25) T) ((-902 . -473) T) ((-407 . -1106) T) ((-487 . -791) T) ((-487 . -788) T) ((-907 . -349) T) ((-487 . -723) T) ((-217 . -791) T) ((-217 . -788) T) ((-996 . -21) T) ((-217 . -723) T) ((-840 . -23) 23781) ((-524 . -614) 23762) ((-1177 . -1094) T) ((-319 . -307) 23741) ((-1176 . -1094) T) ((-1032 . -235) 23687) ((-407 . -23) T) ((-940 . -612) 23648) ((-940 . -611) 23560) ((-641 . -489) 23544) ((-45 . -1007) 23494) ((-615 . -964) T) ((-491 . -102) T) ((-331 . -611) 23476) ((-1107 . -1035) 23303) ((-592 . -647) 23285) ((-130 . -1094) T) ((-128 . -1094) T) ((-592 . -373) 23267) ((-343 . -1266) 23244) ((-439 . -611) 23226) ((-1024 . -1209) T) ((-868 . -290) T) ((-1232 . -514) 23173) ((-476 . -1209) T) ((-463 . -1209) T) ((-585 . -102) T) ((-1166 . -286) 23100) ((-621 . -452) 23079) ((-997 . -992) 23063) ((-1274 . -382) 23035) ((-517 . -1094) T) ((-117 . -452) T) ((-1189 . -102) T) ((-1086 . -1094) 23013) ((-1031 . -1094) T) ((-1109 . -93) T) ((-890 . -847) T) ((-351 . -1213) T) ((-1251 . -1052) 22896) ((-1107 . -377) 22865) ((-1244 . -1052) 22700) ((-1223 . -1052) 22490) ((-1251 . -111) 22359) ((-1244 . -111) 22180) ((-1223 . -111) 21949) ((-1203 . -309) 21936) ((-351 . -556) T) ((-365 . -611) 21918) ((-289 . -307) T) ((-595 . -1052) 21891) ((-594 . -1052) 21774) ((-361 . -1094) T) ((-322 . -1094) T) ((-251 . -611) 21735) ((-250 . -611) 21696) ((-1000 . -131) T) ((-633 . -23) T) ((-690 . -409) 21663) ((-605 . -23) T) ((-654 . -102) T) ((-595 . -111) 21634) ((-594 . -111) 21503) ((-379 . -1094) T) ((-336 . -102) T) ((-169 . -290) 21414) ((-1222 . -845) 21367) ((-711 . -1053) T) ((-1141 . -514) 21300) ((-1107 . -897) 21232) ((-833 . -1094) T) ((-824 . -1094) T) ((-822 . -1094) T) ((-97 . -102) T) ((-144 . -847) T) ((-610 . -881) 21216) ((-110 . -1209) T) ((-1081 . -102) T) ((-1058 . -34) T) ((-779 . -102) T) ((-777 . -102) T) ((-1251 . -614) 21098) ((-1244 . -614) 20841) ((-461 . -102) T) ((-454 . -102) T) ((-1223 . -614) 20636) ((-240 . -792) 20587) ((-240 . -789) 20538) ((-645 . -102) T) ((-595 . -614) 20496) ((-594 . -614) 20378) ((-1232 . -290) 20289) ((-660 . -632) 20273) ((-186 . -611) 20255) ((-641 . -286) 20232) ((-1031 . -714) 20216) ((-571 . -290) T) ((-960 . -644) 20141) ((-1282 . -131) T) ((-732 . -644) 20101) ((-712 . -644) 20088) ((-275 . -102) T) ((-453 . -644) 20018) ((-50 . -102) T) ((-581 . -102) T) ((-518 . -102) T) ((-1251 . -1046) T) ((-1244 . -1046) T) ((-1223 . -1046) T) ((-1251 . -233) 19977) ((-322 . -714) 19959) ((-1244 . -243) 19938) ((-1244 . -233) 19890) ((-1223 . -233) 19777) ((-1223 . -243) 19756) ((-1203 . -38) 19653) ((-1001 . -792) T) ((-595 . -1046) T) ((-594 . -1046) T) ((-1001 . -789) T) ((-968 . -792) T) ((-968 . -789) T) ((-869 . -1053) T) ((-867 . -866) 19637) ((-109 . -611) 19619) ((-690 . -452) T) ((-379 . -714) 19584) ((-418 . -644) 19558) ((-709 . -847) 19537) ((-708 . -38) 19502) ((-594 . -233) 19461) ((-40 . -721) 19433) ((-351 . -329) 19410) ((-351 . -363) T) ((-1074 . -307) 19361) ((-294 . -1106) 19242) ((-1100 . -1209) T) ((-171 . -102) T) ((-1226 . -611) 19209) ((-840 . -131) 19161) ((-641 . -1247) 19145) ((-833 . -714) 19115) ((-824 . -714) 19085) ((-482 . -1209) T) ((-359 . -307) T) ((-353 . -307) T) ((-345 . -307) T) ((-641 . -602) 19062) ((-407 . -131) T) ((-520 . -662) 19046) ((-108 . -307) T) ((-294 . -23) 18929) ((-520 . -647) 18913) ((-690 . -402) NIL) ((-520 . -373) 18897) ((-291 . -611) 18879) ((-91 . -1094) 18857) ((-108 . -1019) T) ((-564 . -143) T) ((-1259 . -151) 18841) ((-482 . -1035) 18668) ((-1245 . -145) 18629) ((-1245 . -147) 18590) ((-1050 . -1209) T) ((-990 . -611) 18572) ((-859 . -611) 18554) ((-813 . -1052) 18397) ((-1270 . -93) T) ((-1269 . -93) T) ((-1166 . -612) NIL) ((-1090 . -1094) T) ((-1084 . -1094) T) ((-1081 . -309) 18384) ((-1068 . -1094) T) ((-227 . -1209) T) ((-1061 . -1094) T) ((-1033 . -1094) T) ((-1016 . -1094) T) ((-779 . -309) 18371) ((-777 . -309) 18358) ((-1166 . -611) 18340) ((-813 . -111) 18169) ((-1119 . -611) 18151) ((-624 . -1094) T) ((-577 . -173) T) ((-529 . -173) T) ((-454 . -309) 18138) ((-483 . -1094) T) ((-1119 . -612) 17886) ((-1031 . -172) T) ((-940 . -288) 17863) ((-218 . -1094) T) ((-851 . -611) 17845) ((-606 . -514) 17628) ((-81 . -614) 17569) ((-815 . -1035) 17553) ((-475 . -514) 17345) ((-960 . -723) T) ((-732 . -723) T) ((-712 . -723) T) ((-351 . -1106) T) ((-1173 . -611) 17327) ((-223 . -102) T) ((-482 . -377) 17296) ((-515 . -1094) T) ((-510 . -1094) T) ((-508 . -1094) T) ((-796 . -644) 17270) ((-1021 . -452) T) ((-955 . -514) 17203) ((-351 . -23) T) ((-633 . -131) T) ((-605 . -131) T) ((-354 . -452) T) ((-240 . -368) 17182) ((-379 . -172) T) ((-1243 . -1053) T) ((-1222 . -1053) T) ((-225 . -999) T) ((-813 . -614) 16919) ((-695 . -387) T) ((-418 . -723) T) ((-697 . -1213) T) ((-1136 . -637) 16867) ((-580 . -866) 16851) ((-1274 . -1052) 16835) ((-1153 . -1185) 16811) ((-697 . -556) T) ((-126 . -1094) 16789) ((-711 . -1094) T) ((-482 . -897) 16721) ((-249 . -1094) T) ((-187 . -1094) T) ((-654 . -38) 16691) ((-354 . -402) T) ((-316 . -147) 16670) ((-316 . -145) 16649) ((-128 . -514) NIL) ((-116 . -556) T) ((-313 . -147) 16605) ((-313 . -145) 16561) ((-48 . -452) T) ((-162 . -1094) T) ((-157 . -1094) T) ((-1153 . -107) 16508) ((-779 . -1145) 16486) ((-685 . -34) T) ((-1274 . -111) 16465) ((-550 . -34) T) ((-484 . -107) 16449) ((-251 . -288) 16426) ((-250 . -288) 16403) ((-868 . -286) 16354) ((-45 . -1209) T) ((-1215 . -841) T) ((-813 . -1046) T) ((-1172 . -47) 16331) ((-813 . -326) 16293) ((-1081 . -38) 16142) ((-813 . -233) 16121) ((-779 . -38) 15950) ((-777 . -38) 15799) ((-1109 . -490) 15780) ((-454 . -38) 15629) ((-1109 . -611) 15595) ((-1112 . -102) T) ((-641 . -612) 15556) ((-641 . -611) 15468) ((-581 . -1145) T) ((-518 . -1145) T) ((-1141 . -489) 15452) ((-1195 . -1094) 15430) ((-1136 . -25) T) ((-1136 . -21) T) ((-1274 . -614) 15379) ((-474 . -1053) T) ((-1215 . -1094) T) ((-1223 . -789) NIL) ((-1223 . -792) NIL) ((-996 . -847) 15358) ((-835 . -1094) T) ((-816 . -611) 15340) ((-863 . -21) T) ((-863 . -25) T) ((-796 . -723) T) ((-174 . -1213) T) ((-581 . -38) 15305) ((-518 . -38) 15270) ((-386 . -611) 15252) ((-324 . -611) 15234) ((-169 . -286) 15192) ((-63 . -1209) T) ((-112 . -102) T) ((-869 . -1094) T) ((-174 . -556) T) ((-711 . -714) 15162) ((-294 . -131) 15045) ((-225 . -611) 15027) ((-225 . -612) 14957) ((-1000 . -637) 14896) ((-1274 . -1046) T) ((-1114 . -147) T) ((-630 . -1185) 14871) ((-728 . -906) 14850) ((-592 . -34) T) ((-643 . -107) 14834) ((-630 . -107) 14780) ((-1232 . -286) 14707) ((-728 . -644) 14632) ((-295 . -1209) T) ((-1172 . -1035) 14528) ((-940 . -616) 14505) ((-577 . -576) T) ((-577 . -527) T) ((-529 . -527) T) ((-1161 . -906) NIL) ((-1057 . -612) 14420) ((-1057 . -611) 14402) ((-949 . -611) 14384) ((-710 . -490) 14334) ((-343 . -102) T) ((-251 . -1052) 14231) ((-250 . -1052) 14128) ((-394 . -102) T) ((-31 . -1094) T) ((-949 . -612) 13989) ((-710 . -611) 13924) ((-1272 . -1202) 13893) ((-481 . -611) 13875) ((-481 . -612) 13736) ((-247 . -411) 13720) ((-264 . -411) 13704) ((-251 . -111) 13594) ((-250 . -111) 13484) ((-1168 . -644) 13409) ((-1167 . -644) 13306) ((-1161 . -644) 13158) ((-1120 . -644) 13083) ((-351 . -131) T) ((-82 . -441) T) ((-82 . -395) T) ((-1000 . -25) T) ((-1000 . -21) T) ((-870 . -1094) 13034) ((-869 . -714) 12986) ((-379 . -290) T) ((-169 . -999) 12938) ((-690 . -387) T) ((-996 . -994) 12922) ((-697 . -1106) T) ((-690 . -166) 12904) ((-1243 . -1094) T) ((-1222 . -1094) T) ((-316 . -1194) 12883) ((-316 . -1197) 12862) ((-1158 . -102) T) ((-316 . -956) 12841) ((-134 . -1106) T) ((-116 . -1106) T) ((-600 . -1257) 12825) ((-697 . -23) T) ((-600 . -1094) 12775) ((-316 . -95) 12754) ((-91 . -514) 12687) ((-174 . -363) T) ((-251 . -614) 12417) ((-250 . -614) 12147) ((-316 . -35) 12126) ((-606 . -489) 12060) ((-134 . -23) T) ((-116 . -23) T) ((-963 . -102) T) ((-715 . -1094) T) ((-475 . -489) 11997) ((-407 . -637) 11945) ((-649 . -1035) 11841) ((-955 . -489) 11825) ((-355 . -1053) T) ((-352 . -1053) T) ((-344 . -1053) T) ((-264 . -1053) T) ((-247 . -1053) T) ((-868 . -612) NIL) ((-868 . -611) 11807) ((-1270 . -490) 11788) ((-1269 . -490) 11769) ((-1282 . -21) T) ((-1270 . -611) 11735) ((-1269 . -611) 11701) ((-571 . -999) T) ((-728 . -723) T) ((-1282 . -25) T) ((-251 . -1046) 11631) ((-250 . -1046) 11561) ((-72 . -1209) T) ((-251 . -233) 11513) ((-250 . -233) 11465) ((-40 . -102) T) ((-907 . -1053) T) ((-128 . -489) 11447) ((-1175 . -102) T) ((-1168 . -723) T) ((-1167 . -723) T) ((-1161 . -723) T) ((-1161 . -788) NIL) ((-1161 . -791) NIL) ((-951 . -102) T) ((-918 . -102) T) ((-1120 . -723) T) ((-768 . -102) T) ((-668 . -102) T) ((-546 . -611) 11429) ((-474 . -1094) T) ((-339 . -1106) T) ((-174 . -1106) T) ((-319 . -917) 11408) ((-1243 . -714) 11249) ((-869 . -172) T) ((-1222 . -714) 11063) ((-840 . -21) 11015) ((-840 . -25) 10967) ((-245 . -1143) 10951) ((-126 . -514) 10884) ((-407 . -25) T) ((-407 . -21) T) ((-339 . -23) T) ((-169 . -612) 10650) ((-169 . -611) 10632) ((-174 . -23) T) ((-641 . -288) 10609) ((-520 . -34) T) ((-895 . -611) 10591) ((-89 . -1209) T) ((-838 . -611) 10573) ((-805 . -611) 10555) ((-766 . -611) 10537) ((-673 . -611) 10519) ((-240 . -644) 10367) ((-1170 . -1094) T) ((-1166 . -1052) 10190) ((-1144 . -1209) T) ((-1119 . -1052) 10033) ((-851 . -1052) 10017) ((-1226 . -616) 10001) ((-1166 . -111) 9810) ((-1119 . -111) 9639) ((-851 . -111) 9618) ((-1216 . -847) T) ((-1232 . -612) NIL) ((-1232 . -611) 9600) ((-343 . -1145) T) ((-852 . -611) 9582) ((-1070 . -286) 9561) ((-80 . -1209) T) ((-1001 . -906) NIL) ((-606 . -286) 9537) ((-1195 . -514) 9470) ((-487 . -1209) T) ((-571 . -611) 9452) ((-475 . -286) 9431) ((-517 . -93) T) ((-217 . -1209) T) ((-1081 . -231) 9415) ((-1001 . -644) 9365) ((-289 . -917) T) ((-814 . -307) 9344) ((-867 . -102) T) ((-779 . -231) 9328) ((-955 . -286) 9305) ((-911 . -644) 9257) ((-633 . -21) T) ((-633 . -25) T) ((-605 . -21) T) ((-547 . -102) T) ((-343 . -38) 9222) ((-690 . -721) 9189) ((-487 . -881) 9171) ((-487 . -883) 9153) ((-474 . -714) 8994) ((-217 . -881) 8976) ((-64 . -1209) T) ((-217 . -883) 8958) ((-605 . -25) T) ((-427 . -644) 8932) ((-1166 . -614) 8701) ((-487 . -1035) 8661) ((-869 . -514) 8573) ((-1119 . -614) 8365) ((-851 . -614) 8283) ((-217 . -1035) 8243) ((-240 . -34) T) ((-997 . -1094) 8221) ((-1243 . -172) 8152) ((-1222 . -172) 8083) ((-709 . -145) 8062) ((-709 . -147) 8041) ((-697 . -131) T) ((-136 . -465) 8018) ((-1141 . -611) 7950) ((-654 . -652) 7934) ((-128 . -286) 7909) ((-116 . -131) T) ((-477 . -1213) T) ((-606 . -602) 7885) ((-475 . -602) 7864) ((-336 . -335) 7833) ((-536 . -1094) T) ((-477 . -556) T) ((-1166 . -1046) T) ((-1119 . -1046) T) ((-851 . -1046) T) ((-240 . -788) 7812) ((-240 . -791) 7763) ((-240 . -790) 7742) ((-1166 . -326) 7719) ((-240 . -723) 7629) ((-955 . -19) 7613) ((-487 . -377) 7595) ((-487 . -338) 7577) ((-1119 . -326) 7549) ((-354 . -1266) 7526) ((-217 . -377) 7508) ((-217 . -338) 7490) ((-955 . -602) 7467) ((-1166 . -233) T) ((-660 . -1094) T) ((-642 . -1094) T) ((-1255 . -1094) T) ((-1182 . -1094) T) ((-1081 . -253) 7404) ((-355 . -1094) T) ((-352 . -1094) T) ((-344 . -1094) T) ((-264 . -1094) T) ((-247 . -1094) T) ((-84 . -1209) T) ((-127 . -102) 7382) ((-121 . -102) 7360) ((-1182 . -608) 7339) ((-479 . -1094) T) ((-1135 . -1094) T) ((-479 . -608) 7318) ((-251 . -792) 7269) ((-251 . -789) 7220) ((-250 . -792) 7171) ((-40 . -1145) NIL) ((-250 . -789) 7122) ((-1109 . -614) 7103) ((-128 . -19) 7085) ((-1074 . -917) 7036) ((-1001 . -791) T) ((-1001 . -788) T) ((-1001 . -723) T) ((-968 . -791) T) ((-128 . -602) 7011) ((-911 . -723) T) ((-91 . -489) 6995) ((-487 . -897) NIL) ((-907 . -1094) T) ((-225 . -1052) 6960) ((-869 . -290) T) ((-217 . -897) NIL) ((-830 . -1106) 6939) ((-59 . -1094) 6889) ((-519 . -1094) 6867) ((-516 . -1094) 6817) ((-497 . -1094) 6795) ((-496 . -1094) 6745) ((-580 . -102) T) ((-564 . -102) T) ((-495 . -102) T) ((-474 . -172) 6676) ((-359 . -917) T) ((-353 . -917) T) ((-345 . -917) T) ((-225 . -111) 6632) ((-830 . -23) 6584) ((-427 . -723) T) ((-108 . -917) T) ((-40 . -38) 6529) ((-108 . -817) T) ((-581 . -349) T) ((-518 . -349) T) ((-1222 . -514) 6389) ((-316 . -452) 6368) ((-313 . -452) T) ((-889 . -611) 6350) ((-833 . -286) 6329) ((-339 . -131) T) ((-174 . -131) T) ((-294 . -25) 6193) ((-294 . -21) 6076) ((-45 . -1185) 6055) ((-66 . -611) 6037) ((-55 . -102) T) ((-600 . -514) 5970) ((-45 . -107) 5920) ((-816 . -614) 5904) ((-1096 . -425) 5888) ((-1096 . -368) 5867) ((-386 . -614) 5851) ((-324 . -614) 5835) ((-1058 . -1209) T) ((-1057 . -1052) 5822) ((-949 . -1052) 5665) ((-1260 . -102) T) ((-1259 . -102) 5615) ((-1057 . -111) 5600) ((-481 . -1052) 5443) ((-660 . -714) 5427) ((-949 . -111) 5256) ((-225 . -614) 5206) ((-477 . -363) T) ((-355 . -714) 5158) ((-352 . -714) 5110) ((-344 . -714) 5062) ((-264 . -714) 4911) ((-247 . -714) 4760) ((-1251 . -644) 4685) ((-1223 . -906) NIL) ((-1090 . -93) T) ((-1084 . -93) T) ((-940 . -647) 4669) ((-1068 . -93) T) ((-481 . -111) 4498) ((-1061 . -93) T) ((-1033 . -93) T) ((-940 . -373) 4482) ((-248 . -102) T) ((-1016 . -93) T) ((-74 . -611) 4464) ((-960 . -47) 4443) ((-707 . -102) T) ((-695 . -102) T) ((-1 . -1094) T) ((-619 . -1106) T) ((-1244 . -644) 4340) ((-624 . -93) T) ((-1190 . -611) 4322) ((-1082 . -611) 4304) ((-126 . -489) 4288) ((-483 . -93) T) ((-1070 . -611) 4270) ((-390 . -23) T) ((-87 . -1209) T) ((-218 . -93) T) ((-1223 . -644) 4122) ((-907 . -714) 4087) ((-619 . -23) T) ((-606 . -611) 4069) ((-606 . -612) NIL) ((-475 . -612) NIL) ((-475 . -611) 4051) ((-511 . -1094) T) ((-507 . -1094) T) ((-351 . -25) T) ((-351 . -21) T) ((-127 . -309) 3989) ((-121 . -309) 3927) ((-595 . -644) 3914) ((-225 . -1046) T) ((-594 . -644) 3839) ((-379 . -999) T) ((-225 . -243) T) ((-225 . -233) T) ((-1057 . -614) 3811) ((-1057 . -616) 3792) ((-955 . -612) 3753) ((-955 . -611) 3665) ((-949 . -614) 3454) ((-867 . -38) 3441) ((-710 . -614) 3391) ((-1243 . -290) 3342) ((-1222 . -290) 3293) ((-481 . -614) 3078) ((-1114 . -452) T) ((-502 . -847) T) ((-316 . -1133) 3057) ((-996 . -147) 3036) ((-996 . -145) 3015) ((-495 . -309) 3002) ((-295 . -1185) 2981) ((-1177 . -611) 2963) ((-1176 . -611) 2945) ((-868 . -1052) 2890) ((-477 . -1106) T) ((-139 . -832) 2872) ((-114 . -832) 2853) ((-621 . -102) T) ((-1195 . -489) 2837) ((-251 . -368) 2816) ((-250 . -368) 2795) ((-1057 . -1046) T) ((-295 . -107) 2745) ((-130 . -611) 2727) ((-128 . -612) NIL) ((-128 . -611) 2671) ((-117 . -102) T) ((-949 . -1046) T) ((-868 . -111) 2600) ((-477 . -23) T) ((-481 . -1046) T) ((-1057 . -233) T) ((-949 . -326) 2569) ((-481 . -326) 2526) ((-355 . -172) T) ((-352 . -172) T) ((-344 . -172) T) ((-264 . -172) 2437) ((-247 . -172) 2348) ((-960 . -1035) 2244) ((-517 . -490) 2225) ((-732 . -1035) 2196) ((-517 . -611) 2162) ((-1099 . -102) T) ((-1086 . -611) 2129) ((-1031 . -611) 2111) ((-1272 . -151) 2095) ((-1270 . -614) 2076) ((-1264 . -611) 2058) ((-1251 . -723) T) ((-1244 . -723) T) ((-1223 . -788) NIL) ((-1223 . -791) NIL) ((-169 . -1052) 1968) ((-907 . -172) T) ((-868 . -614) 1898) ((-1223 . -723) T) ((-1269 . -614) 1879) ((-1000 . -342) 1853) ((-997 . -514) 1786) ((-840 . -847) 1765) ((-564 . -1145) T) ((-474 . -290) 1716) ((-595 . -723) T) ((-361 . -611) 1698) ((-322 . -611) 1680) ((-418 . -1035) 1576) ((-594 . -723) T) ((-407 . -847) 1527) ((-169 . -111) 1423) ((-830 . -131) 1375) ((-734 . -151) 1359) ((-1259 . -309) 1297) ((-487 . -307) T) ((-379 . -611) 1264) ((-520 . -1007) 1248) ((-379 . -612) 1162) ((-217 . -307) T) ((-141 . -151) 1144) ((-711 . -286) 1123) ((-487 . -1019) T) ((-580 . -38) 1110) ((-564 . -38) 1097) ((-495 . -38) 1062) ((-217 . -1019) T) ((-868 . -1046) T) ((-833 . -611) 1044) ((-824 . -611) 1026) ((-822 . -611) 1008) ((-813 . -906) 987) ((-1283 . -1106) T) ((-1232 . -1052) 810) ((-852 . -1052) 794) ((-868 . -243) T) ((-868 . -233) NIL) ((-685 . -1209) T) ((-1283 . -23) T) ((-813 . -644) 719) ((-550 . -1209) T) ((-418 . -338) 703) ((-571 . -1052) 690) ((-1232 . -111) 499) ((-697 . -637) 481) ((-852 . -111) 460) ((-381 . -23) T) ((-169 . -614) 238) ((-1182 . -514) 30) ((-658 . -1094) T) ((-677 . -1094) T) ((-672 . -1094) T)) \ No newline at end of file
diff --git a/src/share/algebra/compress.daase b/src/share/algebra/compress.daase
index c27e912b..99300d82 100644
--- a/src/share/algebra/compress.daase
+++ b/src/share/algebra/compress.daase
@@ -1,6 +1,6 @@
-(30 . 3450896458)
-(4415 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
+(30 . 3451054381)
+(4409 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
ATTRIBUTE |package| |domain| |category| CATEGORY |nobranch| AND |Join|
|ofType| SIGNATURE "failed" "algebra" |OneDimensionalArrayAggregate&|
|OneDimensionalArrayAggregate| |AbelianGroup&| |AbelianGroup|
@@ -477,664 +477,660 @@
|XPolynomial| |XPolynomialRing| |XRecursivePolynomial|
|ParadoxicalCombinatorsForStreams| |ZeroDimensionalSolvePackage|
|IntegerLinearDependence| |IntegerMod| |Enumeration| |Mapping|
- |Record| |Union| |count| |equiv?| |ksec| |generalInfiniteProduct|
- |d01aqf| |controlPanel| |eisensteinIrreducible?| |PollardSmallFactor|
- |rootOf| |call| |s14aaf| |characteristic| |createRandomElement|
- |axesColorDefault| |iomode| |ref| |enqueue!| |gbasis| |lexTriangular|
- |simplifyPower| |extendedSubResultantGcd| |recolor| |maxRowIndex|
- |mat| |overset?| |position| |eigenMatrix| |horizConcat| |e02adf|
- |concat!| |bringDown| |beauzamyBound| |Beta| |leftTraceMatrix|
- |multiset| |diagonal| |An| |fractRadix| |eof?| |sort!| |superHeight|
- |d01fcf| |realZeros| |measure| |composites| |space| |times!|
- |lineColorDefault| |stoseIntegralLastSubResultant| |sin?| |OMgetBVar|
- |modTree| |central?| |monomRDEsys| |coefficient| |supRittWu?| |curry|
- |unexpand| |setPosition| |intensity| |imports| |factorFraction|
- |mapExpon| |UnVectorise| |zero| |oneDimensionalArray| |dimension|
- |index| |minset| |cAcos| |bandedJacobian| |zeroVector| |imagk|
- |makeSUP| |showClipRegion| |constant| |permanent|
- |linearAssociatedLog| |setScreenResolution| |s17dlf| |c06gqf|
- |fortranCarriageReturn| |binary| |separateFactors| |cyclicGroup| |And|
- |iiatan| |qelt| |antiCommutative?| |linear?| |weights| |littleEndian|
- |notOperand| |deepestInitial| |leftUnit| |leftRemainder| |Or|
- |qsetelt| |integerIfCan| |polygamma| |pair| |setPrologue!|
- |updateStatus!| |pow| |exponents| |OMgetType| |leftUnits| |s18aef|
- |Not| |e02agf| |xRange| |factorials| |s15aef| |iisech| |s21bcf| |pop!|
- |redpps| |recoverAfterFail| |ParCond| |value| |exportedOperators|
- |yRange| |genericRightNorm| |s18def| |LiePoly| |/\\| |reduceLODE|
- |level| |setAttributeButtonStep| |palglimint0| |tracePowMod| |f01brf|
- |lo| |polCase| |zRange| ** |lflimitedint| |printTypes|
- |commutativeEquality| |\\/| |rightRank| |screenResolution3D| |rename|
- |constantIfCan| |removeIrreducibleRedundantFactors| |box|
- |leftMinimalPolynomial| |map!| |laplace|
- |semiDegreeSubResultantEuclidean| |collect| |dec| |s14abf| |double|
- |computePowers| |e04naf| |regime| |viewDeltaYDefault| |incr| |unravel|
- |qsetelt!| |squareFreeLexTriangular| |normalizedDivide|
- |mainPrimitivePart| |read!| |ODESolve| |style| |squareTop| |hi| |low|
- |strongGenerators| |lexGroebner| |principalIdeal| |Vectorise| |reify|
- |e01saf| |anticoord| |monicCompleteDecompose| |subst|
- |extendedEuclidean| |constantKernel| |postfix| |irreducibleFactors|
- |intersect| |setColumn!| |ricDsolve| |cyclicEqual?|
- |stripCommentsAndBlanks| |varList| |shallowCopy| |primintfldpoly|
- |showRegion| |gensym| |leftDiscriminant| |cot2trig| |setProperty!|
- |scaleRoots| |optpair| |mainVariables| |iiexp| |roughUnitIdeal?| |ran|
- |copyInto!| |augment| |swapColumns!| |imagI|
- |selectOptimizationRoutines| |subNodeOf?| |univcase|
- |semicolonSeparate| |startStats!| |trigs| |roughSubIdeal?| |exists?|
- |rightExactQuotient| |clipBoolean| |singRicDE| |key?| |makeGraphImage|
- |mightHaveRoots| |c02aff| |extension| |declare!| |negative?|
- |nextItem| |leftAlternative?| |sin2csc| |green| |binaryTree| |lquo|
- |subQuasiComponent?| |lepol| |dfRange| |virtualDegree| |center|
- |blankSeparate| |groebSolve| |objects| |leastMonomial|
- |selectODEIVPRoutines| |transpose| |makeEq| |tValues| |fortranComplex|
- |genericRightDiscriminant| |isPower| |HermiteIntegrate| |d02bbf|
- |base| |shallowExpand| |att2Result| |genericPosition| |autoReduced?|
- |leftRank| |quotientByP| |isOp| |Ci| |restorePrecision|
- |permutationRepresentation| |implies| |d02gaf| |subHeight| |id|
- |acothIfCan| |cyclicSubmodule| |c06gsf| |tanhIfCan| |complement|
- |f07adf| |gderiv| |palgextint| |OMreadStr| |pdf2ef| |create3Space|
- |replace| |LazardQuotient2| |iicsc| |iibinom| |bivariatePolynomials|
- |bit?| |torsionIfCan| |table| |ptree| |lfextlimint|
- |createLowComplexityTable| |fixedDivisor| |sup| |basisOfCenter|
- |hMonic| |minColIndex| |segment| |singleFactorBound|
- |internalDecompose| |new| |opeval| |pomopo!| |modifyPointData|
- |selectPDERoutines| |flexibleArray| |leadingIdeal| |FormatRoman|
- |search| |pointColor| |lieAdmissible?| |meshPar1Var| |parts| |OMread|
- |cAsec| |s01eaf| |halfExtendedSubResultantGcd1| |OMgetEndObject|
- |symbolTable| |splitDenominator| |goto| |e02dcf| |f01qdf|
- |fixedPointExquo| |coerceP| |term| |monicDivide| |quadraticNorm|
- |initTable!| |symmetricTensors| |computeCycleEntry| |largest| |vspace|
- |clearCache| |pushFortranOutputStack| |integralBasis| |normal?|
- |computeBasis| |symmetricDifference| |open?|
- |subResultantGcdEuclidean| |karatsubaDivide| |arity| |check| |zeroOf|
- |rischDE| |meshPar2Var| |airyAi| |popFortranOutputStack| |back|
- |OMgetError| |LiePolyIfCan| |s14baf| |lowerCase!| |f02axf| |mr|
- |getProperty| |erf| |pushuconst| |possiblyInfinite?| |mathieu22|
- |endOfFile?| |isQuotient| |outputAsFortran| |linearAssociatedExp|
- |max| |infinite?| |bernoulli| |previous| |e02dff| |extractIndex|
- |f2st| |Is| |basisOfLeftAnnihilator| |pointData| |rightDiscriminant|
- |resultantnaif| |lighting| |symmetric?| |kind| |makeMulti| |dflist|
- |OMputBind| |whatInfinity| |prod| |unitVector| |clearTheSymbolTable|
- |sign| |shift| |algebraicOf| |dilog| |symmetricProduct| |comp| |op|
- |OMgetAttr| |clearDenominator| |degreeSubResultantEuclidean|
- |getOrder| |s21bdf| |minus!| |f01rdf| |spherical| |addMatch| |sin|
- |genericRightTraceForm| |d01amf| |chvar| |sample| |charClass|
- |leftQuotient| |selectOrPolynomials| |minimumDegree| |cn| |edf2fi|
- |abs| |cos| |hasTopPredicate?| |mapmult| |height| |cscIfCan|
- |subMatrix| |setProperties| |OMgetEndAtp| |createPrimitiveNormalPoly|
- ~= |isMult| |tan| |basisOfRightNucloid| |bsolve| |mainVariable?|
- |divideIfCan| |lowerCase?| |cycleEntry| |nilFactor| |sPol|
- |associates?| |coerce| |monomialIntegrate| |cot| |LyndonBasis|
- |monicRightDivide| |tubeRadius| |algint| |bindings| |size?|
- |exprToXXP| |s18aff| |construct| |tableau| |sec| |relationsIdeal|
- |changeThreshhold| |resetAttributeButtons| |triangSolve|
- |increasePrecision| |mapMatrixIfCan| |startTableGcd!| |writable?|
- |range| |csc| |transcendenceDegree| |iFTable| |terms| |cCosh| |union|
- |laguerre| |cExp| |head| |stopTableInvSet!| |symmetricSquare| |asin|
- |associatedEquations| |adaptive3D?| |seriesSolve| |fill!|
- |binaryTournament| |exprHasLogarithmicWeights| |initiallyReduced?|
- |iicoth| |var1Steps| |precision| |acos| |isOpen?| |mainMonomials|
- |list| |denominators| |bitLength| |tab1| |trace2PowMod| |linearPart|
- |fractionPart| |hconcat| |atan| |addPointLast| |failed?| |car|
- |enterPointData| |vector| |drawStyle| |setPredicates| |nthr| |csubst|
- |cycleSplit!| |noLinearFactor?| |setLabelValue|
- |numberOfComputedEntries| |acot| F2FG |cdr| |updatF| |differentiate|
- |numFunEvals| |birth| |squareFree| |d02kef| |tail| |zeroDimPrimary?|
- |expIfCan| |asec| |setDifference| |zCoord| |setClipValue| |distribute|
- |prefixRagits| |getButtonValue| |setEmpty!| |nodeOf?|
- |setIntersection| |acsc| |trunc| |chainSubResultants| |rowEchelon|
- |sizeLess?| |plot| |rules| |karatsubaOnce| |extractBottom!|
- |monomialIntPoly| |unknown| |light| |leftOne| |powerAssociative?|
- |sinh| |setUnion| |colorDef| |infieldIntegrate| |simplifyExp| |sn|
- |multinomial| |rightGcd| |removeRedundantFactorsInPols|
- |sortConstraints| |e04dgf| |cosh| |createLowComplexityNormalBasis|
- |apply| |balancedBinaryTree| |setPoly| |firstDenom| |problemPoints|
- |coerceListOfPairs| |sinIfCan| |accuracyIF| |tanh|
- |selectSumOfSquaresRoutines| |internalZeroSetSplit| |drawComplex|
- |e04jaf| |algebraicCoefficients?| |schwerpunkt| |evenlambert|
- |numberOfChildren| |bezoutDiscriminant| |coth| |unitsColorDefault|
- |size| |hostByteOrder| |linears| |unprotectedRemoveRedundantFactors|
- |leader| |s18dcf| |zeroMatrix| |hdmpToP| |uniform| |setelt| |nullary|
- |sech| |const| |quote| |irreducibleRepresentation| |maxColIndex|
- |dualSignature| |OMgetFloat| |rightQuotient| |bat1| |getlo| |f07fef|
- |csch| |LazardQuotient| |stoseInvertible?reg| |getZechTable|
- |medialSet| |sdf2lst| |pile| |build| |leadingExponent|
- |fortranCharacter| |copy| |constantOpIfCan| |critT| |asinh|
- |choosemon| |first| |atrapezoidal| |resultantEuclidean| |expintegrate|
- |selectIntegrationRoutines| |findBinding| |column|
- |clearFortranOutputStack| |idealiserMatrix| |acosh| |stopTableGcd!|
- |rest| |kmax| |linearDependence| |inverseLaplace| |gcdcofact|
- |removeSinhSq| |rootsOf| |any| |extendedIntegrate| ~ |f02ajf| |atanh|
- |substitute| |completeHermite| |palgextint0| |commutator| |monomial?|
- |f02fjf| |normalized?| |lazyPrem| |removeDuplicates| |infieldint|
- |acoth| |rightRegularRepresentation| |transcendentalDecompose|
- |cycleElt| |squareFreeFactors| |color| |rightAlternative?|
- |nthExponent| |eigenvectors| |leaves| |open| |meatAxe| |asech|
- |parabolic| |radicalEigenvector| |rightNorm| |fortranLiteral|
- |quoByVar| |maximumExponent| |currentScope| |nthFractionalTerm|
- |conjug| |symbol?| |viewport3D| |iicos| |hcrf| |maxPoints3D| |forLoop|
- |e02akf| |bag| |multiple| |tube| |mkcomm| |getConstant| |OMgetBind|
- |prem| |iicosh| |shellSort| |outputBinaryFile| |sizeMultiplication|
- |createIrreduciblePoly| |applyQuote| |doubleComplex?| |weierstrass|
- |sncndn| |power| |setScreenResolution3D| |leadingCoefficientRicDE|
- |invertibleElseSplit?| |derivative| |primeFactor| |operations|
- |e01bhf| |zoom| |getMatch| |internal?| |nil?| |curve| |OMUnknownCD?|
- |symbolTableOf| |reverseLex| |isList| |doubleRank| |rotate!|
- |mkIntegral| |specialTrigs| |ignore?| |coercePreimagesImages|
- |removeZero| |headReduce| |even?| |ruleset| |symmetricGroup|
- |stoseInternalLastSubResultant| |bezoutResultant| |tRange| |powers|
- |insertMatch| |generalTwoFactor| |resetNew| |test|
- |createGenericMatrix| |associative?| |zero?| |lazyPseudoRemainder|
- |octon| |scanOneDimSubspaces| |rootSplit|
- |solveLinearPolynomialEquationByRecursion| |lowerPolynomial|
- |stirling1| |rotatey| |critBonD| |stosePrepareSubResAlgo| |tanNa|
- |radicalOfLeftTraceForm| |eq| |basisOfLeftNucleus| |groebnerIdeal|
- |univariate?| |generalizedEigenvectors| |discreteLog| |suchThat|
- |cTan| |diff| |retractIfCan| |OMlistSymbols| |arguments|
- |brillhartTrials| |iter| |iiatanh| |digamma| |simpleBounds?| |prefix|
- |complex?| |split| |graphState| |d01ajf| |parametric?|
- |numberOfVariables| |ideal| |ScanFloatIgnoreSpaces| |integrate|
- |lazyPseudoDivide| |logGamma| |subNode?| |setMinPoints3D| |merge|
- |rootProduct| |llprop| |printInfo!| |find| |readInt32!| |sec2cos| EQ
- |scopes| |ode2| |product| |upDateBranches| |scripted?| |every?|
- |subtractIfCan| |true| |point?| |changeMeasure| |push!| |weight|
- |applyRules| |denomRicDE| |numerator| |decreasePrecision|
- |fixPredicate| |insertBottom!| |halfExtendedSubResultantGcd2|
- |totalLex| |jacobian| |nextSublist| |rubiksGroup| |length|
- |aspFilename| |usingTable?| |processTemplate| |normalise|
- |setprevious!| |pdf2df| |besselJ| |scripts| |newReduc| |selectfirst|
- |cPower| |exponential1| |cTanh| |rationalPoint?| |exp| |gradient|
- |depth| |factorOfDegree| |pol| |c06ebf| |taylorIfCan| |map| |radix|
- |edf2efi| |setRow!| |writeLine!| |ramifiedAtInfinity?|
- |pointColorPalette| |createPrimitiveElement| |nor|
- |stoseInvertible?sqfreg| |complexRoots| |rightUnits| |karatsuba|
- |OMgetString| |interactiveEnv| |difference| |isConnected?|
- |alphanumeric| |d01anf| |trivialIdeal?| |qinterval| |quatern|
- |integralDerivationMatrix| |interpretString| |setMinPoints|
- |perfectNthRoot| |kovacic| |nullSpace| |matrixGcd| |alphabetic?|
- |cycle| |jordanAlgebra?| |internalIntegrate0| |cycles| |outerProduct|
- |ratDsolve| |indicialEquations| |diophantineSystem| |cLog| |redPo|
- |extendedResultant| |close| |infinityNorm| |convert| |buildSyntax|
- |mantissa| |mainCoefficients| |toroidal| |mapSolve| |duplicates?|
- |linSolve| |bezoutMatrix| |minimalPolynomial| |unitNormal|
- |readUInt32!| |listYoungTableaus| |checkForZero| |localUnquote|
- |laplacian| |fixedPoints| |display| |functionIsContinuousAtEndPoints|
- |cAcosh| |denominator| |in?| |expandTrigProducts| |ReduceOrder|
- |numeric| |commaSeparate| |elliptic?| |mapdiv| |expenseOfEvaluationIF|
- |quickSort| |d02bhf| |mergeFactors| |list?| |imaginary| |cCoth|
- |radical| |sequence| |addmod| |sumOfDivisors| |d02gbf| |s17acf|
- |child| |solid?| |makeFloatFunction| |getVariableOrder| |OMputEndAttr|
- |getSyntaxFormsFromFile| |fTable| |nthRoot| |children| |paraboloidal|
- |iiasinh| |iisec| |e02daf| |supersub| |monomRDE| |OMunhandledSymbol| F
- |content| |hue| |checkPrecision| |pole?| |biRank| |tensorProduct|
- |vark| |infix| |input| |setClosed| |setelt!| |high| |slash| |initials|
- |overbar| |scalarTypeOf| |mirror| |generalizedEigenvector| |swap!|
- |double?| |library| |fortranLiteralLine| |numberOfCycles| |presuper|
- |polynomialZeros| |ParCondList| |uniform01| |testModulus|
- |rowEchLocal| |s17dhf| |distFact| |rationalIfCan| |delete!|
- |inHallBasis?| |expextendedint| |normalForm| |pToDmp| |iisqrt3|
- |alternatingGroup| |permutation| |prinb| |simpsono| |ScanRoman|
- |hspace| |showTheSymbolTable| |positiveRemainder| |primlimintfrac|
- |cyclePartition| |inputBinaryFile| |rational?|
- |basisOfCommutingElements| |someBasis| |hermite| |jordanAdmissible?|
- |lfunc| |rewriteIdealWithRemainder| |taylorQuoByVar| |set|
- |dihedralGroup| |setvalue!| |fibonacci| |systemCommand|
- |constantToUnaryFunction| |curveColor| |squareFreePart|
- |tryFunctionalDecomposition?| |log10| |euler| |primextendedint|
- |minimumExponent| |symmetricRemainder| |setEpilogue!| |graphCurves|
- |e01sff| |balancedFactorisation| |mapExponents| |basisOfLeftNucloid|
- |normalDeriv| |belong?| |sum| |finiteBasis| |changeBase| |fintegrate|
- |bitand| |readInt8!| |seed| |trailingCoefficient| |retractable?|
- |basicSet| |acscIfCan| |shufflein| |ListOfTerms| |hostPlatform|
- |property| |bitior| |taylorRep| |perspective| |multiplyCoefficients|
- |normal| |changeWeightLevel| |LyndonWordsList| |e02ahf| |heapSort|
- |musserTrials| |structuralConstants| |mindegTerm| |partialQuotients|
- |viewPosDefault| |polyPart| |OMgetEndBVar|
- |indiceSubResultantEuclidean| |OMreceive| |untab| |divergence|
- |OMputObject| |enumerate| |complexNormalize| |scan|
- |nextsubResultant2| |aCubic| |unmakeSUP| |outputGeneral| |clipSurface|
- |OMputEndApp| |multiple?| |compactFraction| |units| |f02akf| |lp|
- |midpoints| |subResultantChain| |pointLists| |cfirst|
- |impliesOperands| |crushedSet| |setOfMinN| |quadratic|
- |toseSquareFreePart| |bipolar| |inGroundField?| |heap| |constant?|
- |sizePascalTriangle| |setlast!| |intcompBasis| |superscript|
- |setMaxPoints| |euclideanSize| |rootBound| |s17dcf| |expintfldpoly|
- |Frobenius| |maxrow| |scale| |factorList| |setAdaptive| |quartic|
- |extendedint| |tab| |semiResultantEuclidean1| |leftScalarTimes!|
- |chebyshevU| |semiResultantEuclidean2| |extensionDegree| |operators|
- |gcdPrimitive| |viewWriteAvailable| |OMputApp| |tan2cot|
- |validExponential| |key| |extract!| |code| |optimize|
- |halfExtendedResultant1| |OMbindTCP| |e01baf| |inverseColeman|
- |explicitEntries?| |nullary?| |s17ajf| |bivariateSLPEBR|
- |quasiComponent| |fortranLogical| |putGraph| |startPolynomial|
- |splitSquarefree| |primitive?| |increment| |odd?| |filename|
- |partialFraction| |categoryFrame| |wronskianMatrix| |index?|
- |outputList| |rspace| |continuedFraction| |matrixDimensions| |e01bgf|
- |indiceSubResultant| Y |nthRootIfCan| |not?| |coefficients|
- |rationalPoints| |f04qaf| |basisOfMiddleNucleus| |setRealSteps|
- |innerSolve| |safetyMargin| UTS2UP |complexForm| |parse|
- |antiAssociative?| |arg1| |pr2dmp| |toseInvertibleSet| |complexSolve|
- |subresultantVector| |rightExtendedGcd| |critM| |reseed| |mathieu12|
- |arg2| |cosIfCan| |leadingIndex| |exprex| |deriv| |reduceByQuasiMonic|
- |stoseInvertibleSetsqfreg| |consnewpol| |create| |createThreeSpace|
- |anfactor| |hex| |pseudoRemainder| |selectFiniteRoutines| |realSolve|
- |leftFactorIfCan| |c05pbf| |redmat| |curve?| |innerSolve1|
- |conditions| |domainOf| |fi2df| |OMputInteger| |enterInCache|
- |reverse| |rationalApproximation| |adaptive?| |collectQuasiMonic|
- |linearDependenceOverZ| |match| |printStats!| |normFactors|
- |startTable!| |finiteBound| |sts2stst| |norm| |rightOne| |dmpToHdmp|
- |shiftRoots| |packageCall| |getMultiplicationMatrix| |dmpToP|
- |capacity| |getMeasure| |parents| |tanAn| |Aleph| |deepExpand|
- |prindINFO| |iiGamma| |e02def| |f04arf| |result| |OMputError|
- |subResultantGcd| |quoted?| |swap| |subscript| |s19acf| |nthCoef|
- |getOperator| |simplifyLog| |dAndcExp| |readLine!| |decimal|
- |whileLoop| |leftNorm| |rootNormalize| |showSummary|
- |viewWriteDefault| |module| |outlineRender| |alternative?|
- |screenResolution| |e04fdf| |preprocess| |externalList| |trapezoidal|
- |imagJ| |innerint| |noncommutativeJordanAlgebra?| |iterationVar|
- |showAllElements| |mapUnivariate| |weakBiRank| |bfKeys| |makeCrit| |e|
- |showAttributes| |iipow| |normal01| |df2ef| |fglmIfCan|
- |palginfieldint| |write| |outputArgs| |contours| |vectorise|
- |mainMonomial| |exprHasWeightCosWXorSinWX| |raisePolynomial| |save|
- |expt| |laguerreL| |name| |prologue| |makeFR| |computeInt| |ef2edf|
- |leaf?| |graeffe| |cCsch| |nextPrime| |univariatePolynomial|
- |yCoordinates| |body| |modularGcdPrimitive| |makeCos|
- |groebnerFactorize| |setright!| |localReal?| |invertIfCan| |init|
- |useEisensteinCriterion?| |traverse| |firstSubsetGray| |nothing|
- |removeSinSq| |sparsityIF| |cAcsc| |lagrange| |socf2socdf|
- |semiIndiceSubResultantEuclidean| |fortranTypeOf| |omError| |hasoln|
- |leftRegularRepresentation| |bitTruth| |expandPower| |more?| |npcoef|
- |firstNumer| |calcRanges| |identitySquareMatrix| |rowEchelonLocal|
- |c06frf| |cSech| |purelyAlgebraicLeadingMonomial?| |bits| |elColumn2!|
- |s17agf| |stoseInvertible?| |minPol| |mesh| |rightFactorCandidate|
- |fortranDoubleComplex| |dark| |radicalSimplify| |saturate| |argument|
- |currentCategoryFrame| |curryRight| |patternMatchTimes|
- |univariatePolynomials| |setsubMatrix!| |evenInfiniteProduct|
- |quasiMonic?| |iidprod| |subSet| |leftRankPolynomial| |s21bbf| |port|
- |sinhIfCan| |splitLinear| |OMopenFile| |readIfCan!| |credPol| |width|
- |algebraic?| |pmintegrate| |setTex!| |factorsOfCyclicGroupSize|
- |tan2trig| |overlabel| |minPoints| |asecIfCan| |totolex| |pack!|
- |OMreadFile| |printHeader| |lifting1| |t| |exquo| |closedCurve?|
- |clip| |is?| |error| |gcdprim| |fortranInteger| |submod|
- |nextsousResultant2| |stronglyReduced?| |div| |writeInt8!| BY
- |mkAnswer| |coshIfCan| |OMclose| |assert| |identityMatrix| |revert|
- |resultantEuclideannaif| |semiResultantEuclideannaif| |quo| |moduloP|
- |inverseIntegralMatrix| |numberOfDivisors| |degreeSubResultant|
- |numer| |phiCoord| |randomR| |invertibleSet| |composite| |keys|
- |rightTraceMatrix| |semiDiscriminantEuclidean| |unit?| |denom|
- |reopen!| |getOperands| |any?| |middle| |rem| |pointColorDefault|
- |matrix| |pushup| |monicDecomposeIfCan|
- |genericRightMinimalPolynomial| |nthFlag| |drawCurves| |convergents|
- |padicFraction| |semiLastSubResultantEuclidean| |divisorCascade|
- |realEigenvectors| |lazyIrreducibleFactors| |pi| |optional|
- |charthRoot| |maxdeg| |countRealRoots| |radicalSolve| |sh| |tablePow|
- |constantCoefficientRicDE| |infinity| |routines| |integralRepresents|
- |removeRoughlyRedundantFactorsInContents| |loopPoints| |solveLinear|
- |f02wef| |ceiling| |point| |conditionP| |asechIfCan| |categories| NOT
- |f02abf| |distance| |cap| |thetaCoord| |listOfLists|
- |internalSubPolSet?| |dictionary| |cSin| |acsch| OR |showTheFTable|
- |pushdterm| |iiacsch| |tanintegrate| |collectUpper| |mapDown!|
- |kernel| |setErrorBound| |root| AND |systemSizeIF| |bubbleSort!|
- |figureUnits| |draw| |mix| |series| |cSinh| |dequeue!| |simpson|
- |OMgetInteger| |comment| |compdegd| |OMputEndError| |pseudoDivide|
- |compound?| |generator| |ramified?| |reducedQPowers| |palgRDE|
- |f02aaf| |divideExponents| |basis| |or?| |yCoord| |monicLeftDivide|
- |sech2cosh| |doubleFloatFormat| |nullity| SEGMENT |symbolIfCan|
- |brillhartIrreducible?| |d03edf| |expr| |repeating?| |rootPower|
- |relerror| |bernoulliB| |permutations| |minordet| |leadingBasisTerm|
- |makeObject| |tubePlot| |min| |factorSquareFreeByRecursion|
- |getExplanations| |minGbasis| |adaptive| |internalInfRittWu?|
- |fullDisplay| |addPoint2| |totalfract| |f04jgf| |definingEquations|
- |setrest!| |cyclic| |external?| |readInt16!| |polyRicDE| |sincos|
- |d01gbf| |coef| |charpol| |generators| |row| |iisqrt2| |fprindINFO|
- |currentEnv| |singularitiesOf| |factor1| |userOrdered?| |variable|
- |arbitrary| |c06fqf| |setnext!| |factors| |stopMusserTrials|
- |removeRoughlyRedundantFactorsInPol| |doublyTransitive?| |char|
- |ranges| |null| |LyndonWordsList1| |primes| |leastPower| |iterators|
- |basisOfRightAnnihilator| |linGenPos| |latex| |coleman|
- |makeYoungTableau| |deref| * |rightRecip| |points|
- |rewriteSetByReducingWithParticularGenerators| |not| |s17dgf|
- |oddlambert| |cylindrical| |bombieriNorm| |leftPower| |polygon|
- |changeNameToObjf| |plusInfinity| |skewSFunction|
- |rightMinimalPolynomial| |clearTheIFTable| |scalarMatrix| |and|
- |coerceS| |concat| |recur| |imagE| |direction| |zeroSetSplit|
- |minusInfinity| |numberOfFractionalTerms| |ptFunc| |rroot| |makeprod|
- |or| |ipow| |limitedint| |makeSin| |dot| |characteristicSerie|
- |rotatez| |iicot| |Si| = |selectAndPolynomials| |signatureAst|
- |readLineIfCan!| |extractSplittingLeaf| |xor| |limitedIntegrate|
- |nextPartition| |primextintfrac| |evaluate| |integral| |f02bjf|
- |cot2tan| |asinIfCan| |irreducible?| |drawComplexVectorField|
- |iiacosh| |createMultiplicationMatrix| |integers| |case|
- |quotedOperators| |float| |OMgetObject| |minPoints3D| |lazyPquo|
- |reindex| |janko2| < |generalSqFr| |kroneckerDelta|
- |variationOfParameters| |iiasech| |Zero| |rootSimp| |order|
- |listConjugateBases| |exptMod| |rdHack1| |isobaric?|
- |rangePascalTriangle| > |probablyZeroDim?| |outputFloating|
- |removeSuperfluousCases| |blue| |One| |explicitlyEmpty?| |leftFactor|
- |type| |cCsc| |s19abf| |topPredicate| |f04atf| |subCase?| |copies| <=
- |lambert| |weighted| |getGraph| |sorted?| |mathieu11|
- |euclideanNormalForm| |merge!| |diagonals| |numericIfCan|
- |FormatArabic| |complexLimit| >= |fortranDouble| |LyndonCoordinates|
- |hessian| |genericRightTrace| |plus!| |obj| |incrementKthElement|
- |splitNodeOf!| |oddintegers| |moreAlgebraic?| |Gamma|
- |lastSubResultantEuclidean| |associator| |firstUncouplingMatrix|
- |argumentListOf| |f02aff| |writeBytes!| |cache| |chebyshevT|
- |setValue!| |prime?| |tanQ| |qqq| |overlap| |iitan| |lyndon| |declare|
- |region| |generalizedInverse| |vertConcat| |numberOfHues| |iprint|
- |connectTo| |exponent| |positive?| + |definingInequation|
- |useNagFunctions| |f04mcf| |sylvesterSequence| |elt| |alternating|
- |SturmHabichtCoefficients| |colorFunction| |topFortranOutputStack|
- |groebner?| |setImagSteps| |squareMatrix| |nextNormalPoly| -
- |integralBasisAtInfinity| |e02bdf| |sinh2csch| GE
- |discriminantEuclidean| |output| |nthExpon| |integralCoordinates|
- |getMultiplicationTable| |shiftLeft| |lookup| |primitiveElement| /
- |operator| |realElementary| |linkToFortran| |drawToScale|
- |extractIfCan| |normalizedAssociate| GT |escape| |addBadValue|
- |subresultantSequence| |d01apf| |interpolate| |viewport2D| |distdfact|
- |makeTerm| |jacobi| |po| LE |dominantTerm| |df2fi| |rightMult|
- |returnTypeOf| |ScanArabic| |getBadValues| |measure2Result| |c06ekf|
- |torsion?| |wordInGenerators| |separate| LT |real?| |rst|
- |complexElementary| |tanh2trigh| |string?| |UpTriBddDenomInv|
- |semiSubResultantGcdEuclidean2| |approxSqrt| |tubePoints| |cCos|
- |unitNormalize| |positiveSolve| |notelem| |fortranCompilerName|
- |orOperands| |completeSmith| |henselFact| |pair?| |d01akf|
- |alphabetic| |rightRankPolynomial| |possiblyNewVariety?|
- |stoseInvertibleSet| |rootKerSimp| |se2rfi| |closedCurve| |crest|
- |properties| |findCycle| |parametersOf| |digit?| |f02bbf|
- |approximants| |push| |prinshINFO| |hasHi| |rootOfIrreduciblePoly|
- |inRadical?| |eyeDistance| |axes| |s20acf| |translate| |rk4|
- |coordinates| |e01bff| |interReduce| |primaryDecomp| |lexico|
- |dihedral| |leftZero| |decompose| |diagonal?| |roman| |mainForm|
- |messagePrint| |associatedSystem| |inf| |numberOfOperations|
- |normDeriv2| |li| |getCode| |normalizeAtInfinity|
- |complexNumericIfCan| |vedf2vef| |directSum| |c05adf| |leftLcm|
- |pushucoef| |clikeUniv| |constDsolve| |toseLastSubResultant|
- |homogeneous?| |f02awf| |ode| |createMultiplicationTable| |besselK|
- |numberOfComposites| |powerSum| |fractionFreeGauss!|
- |antisymmetricTensors| |copy!| |viewZoomDefault| |entry|
- |zeroDimensional?| |OMencodingXML| |trim| |eulerPhi| |remainder|
- |typeLists| |LowTriBddDenomInv| |eigenvalues| |aromberg|
- |nextLatticePermutation| |lprop| |elliptic| |factorGroebnerBasis|
- |monic?| |entries| |showArrayValues| |idealSimplify| |iitanh|
- |leftExactQuotient| |addMatchRestricted| |nextSubsetGray| |component|
- |collectUnder| |stoseInvertibleSetreg| |reduced?|
- |leastAffineMultiple| |purelyTranscendental?| |bigEndian| |bumptab1|
- |leftRecip| |lllp| |rk4a| |badValues| |clipWithRanges| |compBound|
- |completeEchelonBasis| |multiEuclideanTree| |top!|
- |combineFeatureCompatibility| |polygon?| |approxNthRoot| |imagj|
- |initializeGroupForWordProblem| |acotIfCan| |derivationCoordinates|
- |squareFreePrim| |transcendent?| |adjoint| |pointPlot|
- |getPickedPoints| |rank| |printingInfo?| |factorSFBRlcUnit|
- |totalGroebner| |e02gaf| |OMsupportsSymbol?| |dioSolve| |branchPoint?|
- |term?| |minPoly| |leftDivide| |e02zaf| |s19adf|
- |regularRepresentation| |power!| |stFuncN| |cross| |makeSketch|
- |repeatUntilLoop| |coerceL| |s21baf| |argscript| |autoCoerce|
- |outputForm| |defineProperty| |removeSuperfluousQuasiComponents|
- |queue| |graphs| |palgLODE0| |removeDuplicates!| |readByte!| |c06fpf|
- |twoFactor| |factorByRecursion| |laurentRep| |bright| |truncate|
- |iiacos| |invmod| |headReduced?| |match?| |clearTable!|
- |chineseRemainder| |corrPoly| |nonLinearPart| |top| |complexIntegrate|
- |orbits| |primeFrobenius| |nsqfree| |solid|
- |generalizedContinuumHypothesisAssumed| |frobenius| |divideIfCan!|
- |pade| |function| |permutationGroup| |setLength!| |linear|
- |eigenvector| |evaluateInverse| |errorKind| |viewDeltaXDefault|
- |f01bsf| |expint| |alphanumeric?| |algintegrate| |uncouplingMatrices|
- |OMgetEndApp| |entry?| |padicallyExpand| |numberOfImproperPartitions|
- |stiffnessAndStabilityOfODEIF| |integer?| |listexp| |represents|
- |readBytes!| |bothWays| |showTheRoutinesTable| |OMconnInDevice| |eval|
- |edf2ef| |polynomial| |physicalLength!| |and?| |curveColorPalette|
- |recip| |flexible?| |integralMatrixAtInfinity| |lists| |makeSeries|
- |certainlySubVariety?| |numberOfPrimitivePoly| |wholeRadix|
- |exprHasAlgebraicWeight| |newLine| |localAbs| |printStatement| |debug|
- |factorAndSplit| |modifyPoint| |coordinate| |hasPredicate?|
- |unknownEndian| |midpoint| |upperCase?| |findConstructor| |condition|
- |OMsupportsCD?| D |rectangularMatrix| |readUInt8!| |f07aef|
- |fixedPoint| |OMserve| |fortranReal| |repSq| |setProperties!| |parent|
- |algSplitSimple| |internalAugment| |rightTrace| |flatten|
- |withPredicates| |insertionSort!| |var1StepsDefault| |over|
- |determinant| |generate| |nextPrimitivePoly| |indicialEquation|
- |rangeIsFinite| |generic?| |rdregime| |selectPolynomials| |one?|
- |endSubProgram| |totalDifferential| |multisect| |continue|
- |semiResultantReduitEuclidean| |startTableInvSet!| |host|
- |definingPolynomial| |semiSubResultantGcdEuclidean1| |d01asf| |imagi|
- |limitPlus| |generateIrredPoly| |zag| |incrementBy| |predicate|
- |integralMatrix| |stoseSquareFreePart| |viewPhiDefault|
- |quasiRegular?| |supDimElseRittWu?| |thenBranch| |binomThmExpt|
- |stFunc1| |edf2df| |partitions| |signature| |expand|
- |createNormalElement| |quasiRegular| |showFortranOutputStack|
- |shuffle| |solve| |goodnessOfFit| |randnum| |maxPoints|
- |var2StepsDefault| |filterWhile| |critMTonD1| |complexEigenvalues|
- |diagonalMatrix| |Lazard2| |mainContent| |lfextendedint|
- |patternMatch| |c06fuf| |quasiAlgebraicSet| |setButtonValue| |subset?|
- |filterUntil| |basisOfRightNucleus| |geometric| |atom?|
- |compiledFunction| |mpsode| |jacobiIdentity?| |printCode| |lcm|
- |refine| |contractSolve| |complexExpand| |psolve| |formula| |select|
- |e02aef| |OMputBVar| |unparse| |d02ejf| |nextPrimitiveNormalPoly|
- |resultantReduit| |bracket| |square?| |mergeDifference| |asimpson|
- |print| |schema| |sechIfCan| |trueEqual| |mathieu24| |objectOf|
- |numerators| |iflist2Result| |append| |isPlus| |s18adf| |roughBase?|
- |dequeue| |critB| |resolve| |number?| |groebgen| |insertTop!|
- |leadingTerm| |changeVar| |gcd| |resultant| |goodPoint|
- |functionIsOscillatory| |diagonalProduct| |modularGcd| |delete|
- |cos2sec| |element?| |OMputEndBVar| |prolateSpheroidal|
- |genericLeftTrace| |backOldPos| |rightCharacteristicPolynomial|
- |false| |parameters| |nrows| |associatorDependence| |UP2ifCan|
- |toseInvertible?| |mindeg| |mainValue| |root?| |myDegree|
- |showIntensityFunctions| |ncols| |e01daf| |denomLODE| |eulerE|
- |OMputVariable| |SturmHabichtSequence| |signAround|
- |createNormalPrimitivePoly| |prevPrime| |basisOfCentroid|
- |OMputEndObject| |makeRecord| |iiasec| |unaryFunction| |compile|
- |acschIfCan| |replaceKthElement| |infiniteProduct| |setCondition!|
- |nthFactor| |cycleRagits| |sqfree| |setchildren!| |palgint|
- |outputAsTex| |mapUnivariateIfCan|
- |removeRoughlyRedundantFactorsInPols| |inverse|
- |unrankImproperPartitions0| |deepCopy| |lex| |getProperties|
- |irreducibleFactor| |#| |node| |retract| |fractRagits| |htrigs|
- |generic| |rightUnit| |genus| |iCompose| |meshFun2Var| |rCoord| |cond|
- |s17aef| |bumptab| |setref| |extend| |triangular?|
- |useSingleFactorBound?| |gethi| |d02cjf| |numberOfComponents| |empty|
- |divisors| |predicates| |callForm?| |primlimitedint| |unvectorise|
- |setFormula!| |sylvesterMatrix| |duplicates| |hyperelliptic| |connect|
- |setLegalFortranSourceExtensions| |equiv| |idealiser| |showAll?|
- |setOrder| |increase| |datalist| |bumprow| |qualifier| |insert|
- |purelyAlgebraic?| |e04ucf| |f04maf| |option?| |cyclotomic|
- |primintegrate| |binomial| |cAtanh| |hclf| |e01bef| |BumInSepFFE|
- |rationalPower| |normalElement| |antisymmetric?| |setTopPredicate|
- |explicitlyFinite?| |hexDigit| |gramschmidt| |genericLeftNorm| |node?|
- |groebner| |repeating| |plus| |makeop| |write!| |rightRemainder|
- |OMconnOutDevice| |aQuartic| |functionIsFracPolynomial?| |fracPart|
- |elem?| |rightLcm| |e02bbf| |resetBadValues| |interval| |presub|
- |cyclotomicDecomposition| |numberOfIrreduciblePoly| |inc| |frst|
- |patternVariable| |bipolarCylindrical| |df2mf| |identification|
- |algDsolve| |integralLastSubResultant| |listOfMonoms| |subspace|
- |expPot| |ratpart| |atoms| |pToHdmp| |noKaratsuba| |eq?|
- |quadraticForm| |removeZeroes| |ode1| |minimize| |OMputString|
- |bandedHessian| |remove!| |solveRetract| |part?| |flagFactor|
- |ellipticCylindrical| |btwFact| |genericLeftDiscriminant| |times|
- |acosIfCan| |cyclicParents| |stiffnessAndStabilityFactor| |exprToUPS|
- |nary?| |perfectNthPower?| |infLex?| |writeUInt8!| |mapBivariate|
- |rewriteIdealWithHeadRemainder| |graphImage| |explimitedint|
- |ip4Address| |mainExpression| |setleaves!| |float?| |initial|
- |stoseLastSubResultant| |equality| |RittWuCompare| |f02xef|
- |complexEigenvectors| |tryFunctionalDecomposition| |lifting|
- |partialNumerators| |ffactor| |shrinkable| |f01mcf| |insert!| |log2|
- |rur| |LagrangeInterpolation| |rotate| |pastel| |conjugates|
- |conditionsForIdempotents| |bitCoef| |unary?| |solveInField|
- |solveLinearPolynomialEquationByFractions| |binding| |identity|
- |e04mbf| |headAst| |asinhIfCan| |left| |monom| |appendPoint|
- |intChoose| |debug3D| |iteratedInitials| |multiEuclidean| |universe|
- |numericalIntegration| |OMgetAtp| |rational| |conjugate| |right|
- |useSingleFactorBound| |wholeRagits| |OMgetApp| |tubeRadiusDefault|
- |nonSingularModel| |sumOfKthPowerDivisors| |splitConstant| |nodes|
- |rewriteIdealWithQuasiMonicGenerators| |log| |addiag| |rule| |d01gaf|
- |s20adf| |makeResult| |subTriSet?| |partition| |principalAncestors|
- |mesh?| |d03eef| |f04asf| |common| |primPartElseUnitCanonical!|
- |contains?| |hermiteH| |fullPartialFraction| |bounds| |yellow|
- |rename!| |expressIdealMember| |magnitude| |returns| |companionBlocks|
- |matrixConcat3D| |minrank| |dmp2rfi| |makingStats?| |iiacot| |solveid|
- |conical| |maxrank| |baseRDE| |deepestTail| |lift| |optAttributes|
- |nativeModuleExtension| |listBranches| |getCurve| |ord| |operation|
- |cothIfCan| |f02adf| |finite?| |exp1| |initiallyReduce| |reduce|
- |branchPointAtInfinity?| |lfintegrate| |integerBound| |realRoots|
- |freeOf?| |isAbsolutelyIrreducible?| |OMputFloat| |coth2tanh|
- |complexZeros| |plenaryPower| |palgRDE0| |explogs2trigs|
- |GospersMethod| |countRealRootsMultiple| RF2UTS |extractProperty|
- |digit| |cyclicEntries| |leftCharacteristicPolynomial|
- |removeConstantTerm| |f01qcf| |prepareSubResAlgo| |character?|
- |reducedDiscriminant| |extractTop!| |whitePoint| |deleteProperty!|
- |legendreP| |getRef| |e02bef| |powmod| |cAsin| |insertRoot!|
- |symmetricPower| |roughEqualIdeals?| |options|
- |wordInStrongGenerators| |variable?| |badNum| |mvar| |sort|
- |radicalEigenvalues| |OMputAtp| |lowerCase| |s17adf|
- |univariatePolynomialsGcds| |dom| |dimensionsOf| |tanh2coth|
- |HenselLift| |doubleDisc| |antiCommutator| |outputAsScript|
- |andOperands| |powern| |extractClosed| |less?| |cycleLength|
- |substring?| |d01bbf| |halfExtendedResultant2| |e02bcf| |elements|
- |symbol| |nlde| |setleft!| |Ei| |wreath| |linearMatrix| |close!|
- |string| |mapUp!| |setAdaptive3D| |iiacsc| |invmultisect| |expression|
- |cyclic?| |rightScalarTimes!| |divide|
- |dimensionOfIrreducibleRepresentation| |cAcot| |radicalRoots|
- |separateDegrees| |suffix?| |highCommonTerms| |OMgetEndBind|
- |principal?| |random| |exactQuotient!| |integer| |failed| |polyred|
- |algebraicDecompose| |sub| |stopTable!| |tableForDiscreteLogarithm|
- |Nul| |iisinh| |pascalTriangle| |OMsend| |tanIfCan| |position!|
- |OMputEndBind| |reducedSystem| |isExpt| |makeUnit| |title| |prefix?|
- |assign| |cAtan| |closeComponent| |red| |rootDirectory|
- |outputMeasure| |redPol| |iifact| |fillPascalTriangle| |c06ecf|
- |reset| |f04mbf| |byteBuffer| |updatD| |oblateSpheroidal| |mkPrim|
- |byte| |solve1| |elRow2!| |randomLC| |orbit| |xn|
- |lazyPremWithDefault| |lyndon?| |airyBi| |leftMult| |pdct| |tree|
- |iiabs| |reverse!| |morphism| |cCot| |cosh2sech| |showTheIFTable|
- |reciprocalPolynomial| |closed?| |movedPoints| |mdeg| |coefChoose|
- |label| |OMcloseConn| |outputSpacing| |selectNonFiniteRoutines|
- |prinpolINFO| |decrease| |extractPoint| |remove| |expandLog|
- |getIdentifier| |selectMultiDimensionalRoutines| |int|
- |parabolicCylindrical| |df2st| |leftTrace| |s18acf|
- |numericalOptimization| |poisson| |stirling2| |maxIndex| |bfEntry|
- |pointSizeDefault| |setProperty| |absolutelyIrreducible?|
- |exteriorDifferential| |primPartElseUnitCanonical| |palgLODE| |infix?|
- |f01rcf| |exactQuotient| |newSubProgram| |last| |complementaryBasis|
- |besselY| |mappingAst| |constantLeft| |radPoly| |getStream|
- |aQuadratic| |mask| |assoc| |OMputAttr| |perfectSquare?|
- |solveLinearlyOverQ| |rightZero| |integral?| |secIfCan| |returnType!|
- |safeCeiling| |s13aaf| |exprToGenUPS| |linearlyDependentOverZ?|
- |seriesToOutputForm| |qroot| |OMopenString| |viewThetaDefault| |stop|
- |monomials| |univariateSolve| |inrootof| |componentUpperBound|
- |factorial| |wrregime| |trigs2explogs| |sturmSequence| |rombergo|
- |epilogue| |readUInt16!| |ScanFloatIgnoreSpacesIfCan|
- |polarCoordinates| |f01qef| |differentialVariables| |constructor|
- |pushNewContour| |setFieldInfo| |s19aaf| |pureLex| |logIfCan|
- |rischNormalize| |writeByte!| |algebraicSort| |lSpaceBasis|
- |interpret| |c06eaf| |stack| |rootRadius| |generalPosition|
- |youngGroup| |representationType| |reduction| |reducedForm| |option|
- |hasSolution?| |harmonic| |diag| |singularAtInfinity?| |elementary|
- |separant| |f07fdf| |OMmakeConn| |tower| |commonDenominator| |s17aff|
- |factorSquareFree| |neglist| |f01ref| |primitivePart| |SFunction|
- |prime| |satisfy?| |elRow1!| |newTypeLists| |intermediateResultsIF|
- |inverseIntegralMatrixAtInfinity| |qfactor| |f02aef| |csch2sinh|
- |coerceImages| |rationalFunction| |makeViewport3D| |dim|
- |resetVariableOrder| |discriminant| |degreePartition| |OMwrite|
- |hypergeometric0F1| |delay| |bytes| |bottom!| |getDatabase| |compose|
- |logical?| |contract| |droot| |cAcsch| |lastSubResultantElseSplit|
- |rquo| |shade| |singular?| |rk4f| |decomposeFunc| |factorPolynomial|
- |rightTrim| |removeRedundantFactors| |printInfo| |rootPoly| |zeroDim?|
- |inputOutputBinaryFile| GF2FG |cAsinh| |makeVariable|
- |createNormalPoly| |complexNumeric| |xCoord| |leftTrim|
- |OMgetEndError| |equation| |d03faf| |branchIfCan| |f2df|
- |SturmHabichtMultiple| |ratDenom| |safeFloor| |pleskenSplit|
- |binaryFunction| |normalize| |leftExtendedGcd| |leviCivitaSymbol|
- |c02agf| |basisOfNucleus| |cup| |ldf2lst| |s13acf| |changeName|
- |kernels| |lazyGintegrate| |cotIfCan| |member?| |e02ajf|
- |removeSquaresIfCan| |constantRight| |rewriteSetWithReduction| |null?|
- |exponential| |readable?| |solveLinearPolynomialEquation| |univariate|
- |wordsForStrongGenerators| |lastSubResultant| |createPrimitivePoly|
- |getGoodPrime| |monicModulo| |KrullNumber| |rotatex| |cSec|
- |numberOfNormalPoly| |typeList| |subResultantsChain|
- |factorSquareFreePolynomial| |front| |clipPointsDefault| |iExquo|
- |pmComplexintegrate| |pushdown| |unitCanonical| |bat|
- |setVariableOrder| |genericLeftMinimalPolynomial| |leftGcd| |f02agf|
- |exponentialOrder| |transform| |twist| |viewSizeDefault| |factor|
- |inR?| |varselect| |unit| |zeroDimPrime?| |primitivePart!|
- |monicRightFactorIfCan| |critMonD1| |internalIntegrate| |sqrt|
- |s17ahf| |pattern| |iiacoth| |viewpoint| |cubic| |iidsum| |mainKernel|
- |floor| |palglimint| |c06gcf| |real| |second| |ridHack1| |nextColeman|
- |symFunc| |comparison| |directory| |qPot| |lyndonIfCan| |B1solve|
- |imag| |OMconnectTCP| |surface| |third| |iilog| |mapCoef|
- |useEisensteinCriterion| |integralAtInfinity?| |swapRows!| |iiasin|
- |padecf| |directProduct| |plotPolar| |atanhIfCan| |palgint0| |aLinear|
- |ratPoly| |infRittWu?| LODO2FUN |clipParametric| |s13adf|
- |computeCycleLength| |complete| |normalDenom| |message| |f04faf|
- |sequences| |polar| |standardBasisOfCyclicSubmodule| |iisin|
- |reduceBasisAtInfinity| |brace| |countable?| |numberOfMonomials|
- |stronglyReduce| |select!| |oddInfiniteProduct| |OMgetEndAttr|
- |internalSubQuasiComponent?| |numberOfFactors| |destruct|
- |mainSquareFreePart| |lfinfieldint| |numFunEvals3D| |nil| |rightPower|
- |boundOfCauchy| |Lazard| |has?| |particularSolution| |OMencodingSGML|
- |mainDefiningPolynomial| |empty?| |hitherPlane| |void|
- |shanksDiscLogAlgorithm| |factorsOfDegree| |coHeight| |completeHensel|
- |generalLambert| |quotient| |modularFactor| |OMUnknownSymbol?|
- |quadratic?| |checkRur| |showTypeInOutput| |currentSubProgram|
- |e02baf| |optional?| |divisor| |characteristicPolynomial| |errorInfo|
- |status| |setStatus| |approximate| |slex|
- |generalizedContinuumHypothesisAssumed?| |setMaxPoints3D| |cons|
- |paren| |removeCosSq| |dimensions| |monomial| |traceMatrix| |complex|
- |listRepresentation| |rowEch| |wholePart| |cardinality|
- |leadingSupport| |split!| |atanIfCan| |graphStates| |multivariate|
- |logpart| |showScalarValues| |smith| |baseRDEsys| |maxint|
- |partialDenominators| |linearPolynomials| |e02ddf| |upperCase!|
- |variables| |pseudoQuotient| |s17def| |sinhcosh| |sturmVariationsOf|
- |createZechTable| |moebiusMu| |summation| |intPatternMatch|
- |completeEval| |linearAssociatedOrder| |components| |normInvertible?|
- |legendre| |internalLastSubResultant| |next| |pquo| |argumentList!|
- |var2Steps| |f01maf| |d02raf| |fmecg| |exQuo| |inconsistent?|
- |extendIfCan| |froot| |nand| |triangularSystems| |curryLeft| |fortran|
- |block| |indices| |lazy?| |sqfrFactor| |areEquivalent?|
- |headRemainder| |ldf2vmf| |nonQsign| |multMonom| |hdmpToDmp| FG2F
- |source| |besselI| |lazyEvaluate| |trapezoidalo| |e01sef| |just|
- |expenseOfEvaluation| |e01sbf| |triangulate| |deleteRoutine!| |taylor|
- |s17akf| |binarySearchTree| |subPolSet?| |coord| |minRowIndex|
- |equivOperands| |setfirst!| |iroot| |ddFact| |laurent| |isTimes|
- |addPoint| |laurentIfCan| |sayLength| |quasiMonicPolynomials|
- |critpOrder| |round| |limit| |OMputSymbol| |puiseux|
- |loadNativeModule| |shiftRight| |zeroSquareMatrix| |BasicMethod|
- |SturmHabicht| |lhs| |orthonormalBasis| |minIndex| |selectsecond|
- |cartesian| |upperCase| |mathieu23| |OMencodingBinary|
- |removeRedundantFactorsInContents| |lazyPseudoQuotient| |rhs| |dn|
- |stFunc2| |physicalLength| |f04adf| |target| |RemainderList| |inv|
- |reorder| |zeroSetSplitIntoTriangularSystems| |lieAlgebra?|
- |invertible?| |child?| |cAsech| |reflect| |e04ycf| |parseString|
- |c06gbf| |ground?| |implies?| |Hausdorff| |reducedContinuedFraction|
- |rightFactorIfCan| |toScale| |mainVariable| |nextIrreduciblePoly|
- |testDim| |iiperm| |genericLeftTraceForm| |ground| |category|
- |sumOfSquares| |realEigenvalues| |polyRDE| |cRationalPower| |zerosOf|
- |OMgetVariable| |totalDegree| |moduleSum| |viewDefaults|
- |leadingMonomial| |domain| |multiplyExponents| |OMsetEncoding|
- |squareFreePolynomial| |s15adf| |sumSquares| |delta|
- |linearlyDependent?| |lllip| |inspect| |digits| |leadingCoefficient|
- |package| |f04axf| |knownInfBasis| |csc2sin| |rk4qc| |e04gcf| |show|
- |d01alf| |simplify| |euclideanGroebner| |cyclicCopy| |ravel|
- |primitiveMonomials| |mainCharacterization| |nextNormalPrimitivePoly|
- |chiSquare1| |makeViewport2D| |imagK| |commutative?| |OMgetSymbol|
- |perfectSqrt| |cosSinInfo| |reshape| |reductum| |members|
- |gcdcofactprim| |tubePointsDefault| |lintgcd| |trace| |resize|
- |rischDEsys| |move| |arrayStack| |romberg| |characteristicSet|
- |cyclotomicFactorization| |allRootsOf| |localIntegralBasis|
- |elseBranch| |OMlistCDs| |removeCoshSq| |constantOperator| |iicsch|
- |gcdPolynomial| |mulmod| |cAcoth| |subscriptedVariables| |say|
- |degree| |rarrow| |resultantReduitEuclidean| |OMputEndAtp|
- |prepareDecompose| |chiSquare| |modulus| |lazyResidueClass|
- |roughBasicSet| |setStatus!| |ocf2ocdf| |relativeApprox|
- |putColorInfo| |lazyIntegrate| |script| |OMParseError?| |rightDivide|
- |PDESolve| |innerEigenvectors| |lambda| |tanSum| |clearTheFTable|
- |normalizeIfCan| |OMReadError?| |coth2trigh| |update| |cschIfCan|
- |acoshIfCan| UP2UTS |radicalEigenvectors| |mapGen| |moebius|
- |OMencodingUnknown| |c05nbf| |vconcat| |super| |factorset|
- |fortranLinkerArgs| |unrankImproperPartitions1| |algebraicVariables|
- |hexDigit?| |hash| |cycleTail| |abelianGroup| |listLoops|
- |indicialEquationAtInfinity| |bivariate?| |outputFixed| |tex|
- |palgintegrate| |lazyVariations| |doubleResultant| |nil| |infinite|
- |arbitraryExponent| |approximate| |complex| |shallowMutable|
- |canonical| |noetherian| |central| |partiallyOrderedSet|
- |arbitraryPrecision| |canonicalsClosed| |noZeroDivisors|
- |rightUnitary| |leftUnitary| |additiveValuation| |unitsKnown|
- |canonicalUnitNormal| |multiplicativeValuation| |finiteAggregate|
- |shallowlyMutable| |commutative|) \ No newline at end of file
+ |Record| |Union| |checkRur| |Zero| |primeFactor| |decompose|
+ |OMgetInteger| |movedPoints| |s14baf| |showTypeInOutput| |One|
+ |e01bhf| |diagonal?| |compile| |compdegd| |mdeg| |ravel| |string|
+ |plus| |lowerCase!| |number?| |normalDeriv| |showClipRegion|
+ |currentSubProgram| |roman| |zoom| |name| |coefChoose| |OMputEndError|
+ |reshape| |any| |f02axf| |belong?| |groebgen| |e02baf| |permanent|
+ |getMatch| |mainForm| |body| |OMcloseConn| |pseudoDivide|
+ |getProperty| |insertTop!| |finiteBasis| |optional?| |messagePrint|
+ |internal?| |pushuconst| |leadingTerm| |changeBase| |divisor|
+ |associatedSystem| |nil?| |f01qcf| |univariatePolynomials| |times|
+ |possiblyInfinite?| |changeVar| |fintegrate|
+ |characteristicPolynomial| |elt| |inf| |curve| |setsubMatrix!|
+ |prepareSubResAlgo| |mathieu22| |readInt8!| |resultant| |status|
+ |errorInfo| |numberOfOperations| |OMUnknownCD?| |character?|
+ |evenInfiniteProduct| |update| |endOfFile?| |goodPoint| |seed|
+ |normDeriv2| |symbolTableOf| |reducedDiscriminant| |quasiMonic?|
+ |linearAssociatedExp| |functionIsOscillatory| |trailingCoefficient|
+ |f02aff| |getGoodPrime| |getCode| |reverseLex| |port| |iidprod|
+ |extractTop!| |infinite?| |monom| |retractable?| |diagonalProduct|
+ |writeBytes!| |monicModulo| |normalizeAtInfinity| |entry| |isList|
+ |whitePoint| |subSet| |bernoulli| |modularGcd| |basicSet| |chebyshevT|
+ |KrullNumber| |doubleRank| |deleteProperty!| |complexNumericIfCan| |t|
+ |leftRankPolynomial| |exquo| |e02dff| |acscIfCan| |cos2sec| |rotatex|
+ |setValue!| |vedf2vef| |s21bbf| |rotate!| |div| |legendreP| |resize|
+ |common| |extractIndex| |element?| |shufflein| |cSec| |prime?|
+ |mkIntegral| |getRef| |directSum| |quo| |sinhIfCan| |generator|
+ |rischDEsys| |f2st| |OMputEndBVar| |ListOfTerms| |tanQ|
+ |numberOfNormalPoly| |parts| |initial| |specialTrigs| |c05adf|
+ |splitLinear| |e02bef| |move| |call| |Is| |prolateSpheroidal|
+ |hostPlatform| |typeList| |qqq| |ignore?| |powmod| |leftLcm| |rem|
+ |OMopenFile| |arrayStack| |basisOfLeftAnnihilator| |genericLeftTrace|
+ |taylorRep| |subResultantsChain| |overlap| |pushucoef|
+ |coercePreimagesImages| |cAsin| |readIfCan!| |romberg| |iitan| |zero|
+ |pointData| BY |backOldPos| |perspective| |index|
+ |factorSquareFreePolynomial| |removeZero| |clikeUniv| |insertRoot!|
+ |credPol| |characteristicSet| |rightCharacteristicPolynomial|
+ |rightDiscriminant| |multiplyCoefficients| |output| |lyndon| |front|
+ |constDsolve| |headReduce| |symmetricPower| |algebraic?|
+ |cyclotomicFactorization| |And| |resultantnaif| |associatorDependence|
+ |changeWeightLevel| |clipPointsDefault| |region| |even?|
+ |toseLastSubResultant| |pmintegrate| |roughEqualIdeals?| |allRootsOf|
+ |UP2ifCan| |Or| |generalizedInverse| |lighting| |LyndonWordsList|
+ |length| |iExquo| |pair| |homogeneous?| |symmetricGroup|
+ |wordInStrongGenerators| |setTex!| |localIntegralBasis| |Not| |e02ahf|
+ |symmetric?| |toseInvertible?| |scripts| |pmComplexintegrate|
+ |vertConcat| |f02awf| |stoseInternalLastSubResultant| |variable?|
+ |factorsOfCyclicGroupSize| |elseBranch| |value| |makeMulti| |heapSort|
+ |mindeg| |numberOfHues| |pushdown| |s17dlf| |bezoutResultant| |ode|
+ |badNum| |tan2trig| |OMlistCDs| |dflist| |musserTrials| |mainValue|
+ |unitCanonical| |iprint| |c06gqf| |createMultiplicationTable| |tRange|
+ |overlabel| |mvar| |removeCoshSq| |OMputBind| |structuralConstants|
+ |root?| |connectTo| |bat| |powers| |besselK| |minPoints|
+ |radicalEigenvalues| |constantOperator| |whatInfinity| |myDegree|
+ |mindegTerm| |exponent| |setVariableOrder| |insertMatch|
+ |numberOfComposites| |OMputAtp| |asecIfCan| |iicsch| |prod|
+ |partialQuotients| |showIntensityFunctions|
+ |genericLeftMinimalPolynomial| |positive?| |powerSum|
+ |generalTwoFactor| |totolex| |lowerCase| |gcdPolynomial| |unitVector|
+ |e01daf| |viewPosDefault| |leftGcd| |definingInequation|
+ |fractionFreeGauss!| |resetNew| |pack!| |s17adf| |mulmod|
+ |clearTheSymbolTable| |polyPart| |denomLODE| |useNagFunctions|
+ |f02agf| |fortranCarriageReturn| |antisymmetricTensors|
+ |createGenericMatrix| |OMreadFile| |univariatePolynomialsGcds|
+ |cAcoth| |substring?| |bandedJacobian| |sign| |eulerE| |OMgetEndBVar|
+ |exponentialOrder| |f04mcf| |binary| |associative?| |copy!|
+ |dimensionsOf| |printHeader| |subscriptedVariables| |zeroVector|
+ |algebraicOf| |OMputVariable| |indiceSubResultantEuclidean|
+ |transform| |sylvesterSequence| |zero?| |viewZoomDefault| |lifting1|
+ |tanh2coth| |degree| |suffix?| |symmetricProduct| |OMreceive|
+ |SturmHabichtSequence| |alternating| |twist| |plusInfinity| |lo|
+ |zeroDimensional?| |lazyPseudoRemainder| |HenselLift| |closedCurve?|
+ |rarrow| |OMgetAttr| |signAround| |untab| |SturmHabichtCoefficients|
+ |viewSizeDefault| |clip| |incr| |minusInfinity| |result| |octon|
+ |OMencodingXML| ~ |doubleDisc| |resultantReduitEuclidean| |prefix?|
+ |clearDenominator| |predicate| |createNormalPrimitivePoly|
+ |divergence| |colorFunction| |inR?| |scanOneDimSubspaces| |trim|
+ |antiCommutator| |is?| |OMputEndAtp| |degreeSubResultantEuclidean|
+ |OMputObject| |prevPrime| |topFortranOutputStack| |varselect|
+ |rootSplit| |properties| |eulerPhi| |gcdprim| |outputAsScript| |open|
+ |prepareDecompose| |getOrder| |basisOfCentroid| |enumerate| |unit|
+ |groebner?| |translate| |solveLinearPolynomialEquationByRecursion|
+ |remainder| |fortranInteger| |id| |chiSquare| |s21bdf|
+ |OMputEndObject| |complexNormalize| |setImagSteps| |zeroDimPrime?|
+ |lowerPolynomial| |typeLists| |submod| |powern| |modulus| |minus!|
+ |iiasec| |scan| |primitivePart!| |squareMatrix| |formula| |stirling1|
+ |type| |nextsousResultant2| |LowTriBddDenomInv| = |extractClosed|
+ |lazyResidueClass| |f01rdf| |unaryFunction| |nextsubResultant2|
+ |nextNormalPoly| |monicRightFactorIfCan| |rotatey| |eigenvalues|
+ |stronglyReduced?| |less?| |roughBasicSet| |spherical| |acschIfCan|
+ |aCubic| |integralBasisAtInfinity| |critMonD1| |critBonD| |writeInt8!|
+ |aromberg| < |cycleLength| |search| |setStatus!| |dim| |addMatch|
+ |replaceKthElement| |unmakeSUP| |internalIntegrate| |e02bdf|
+ |mkAnswer| |stosePrepareSubResAlgo| |nextLatticePermutation| |d01bbf|
+ > |ocf2ocdf| |genericRightTraceForm| |parameters| |outputGeneral|
+ |infiniteProduct| |s17ahf| |sinh2csch| |nrows|
+ |halfExtendedResultant2| |lprop| |tanNa| <= |coshIfCan|
+ |relativeApprox| |d01amf| |setCondition!| |clipSurface| |iiacoth|
+ |discriminantEuclidean| |ncols| |radicalOfLeftTraceForm| |elliptic|
+ |e02bcf| |OMclose| >= |putColorInfo| |chvar| |nthFactor| |OMputEndApp|
+ |nthExpon| |viewpoint| |infix?| |basisOfLeftNucleus| |hi|
+ |factorGroebnerBasis| |interpret| |identityMatrix| |elements|
+ |lazyIntegrate| |integralCoordinates| |sample| |multiple?|
+ |cycleRagits| |mask| |cubic| |groebnerIdeal| |monic?| |nlde| |revert|
+ |OMParseError?| |charClass| |compactFraction| |sqfree| |iidsum|
+ |getMultiplicationTable| |setleft!| |entries| |univariate?|
+ |resultantEuclideannaif| + |rightDivide| |leftQuotient| |f02akf|
+ |setchildren!| |mainKernel| |shiftLeft| |generalizedEigenvectors| |Ei|
+ |showArrayValues| |semiResultantEuclideannaif| - |constant| |PDESolve|
+ |lookup| |palgint| |integerIfCan| |selectOrPolynomials| |shift|
+ |midpoints| ~= |floor| |wreath| |discreteLog| |idealSimplify|
+ |moduloP| / |innerEigenvectors| |palglimint| |minimumDegree|
+ |polygamma| |subResultantChain| |outputAsTex| |primitiveElement|
+ |coerce| |iitanh| |cTan| |linearMatrix| |inverseIntegralMatrix|
+ |tanSum| |edf2fi| |pointLists| |mapUnivariateIfCan| |c06gcf|
+ |operator| |construct| |separateFactors| |diff| |leftExactQuotient|
+ |close!| |numberOfDivisors| |clearTheFTable| |abs| |point|
+ |removeRoughlyRedundantFactorsInPols| |cfirst| |realElementary|
+ |ridHack1| |cyclicGroup| |OMlistSymbols| |addMatchRestricted| |mapUp!|
+ |degreeSubResultant| |normalizeIfCan| |inverse| |linkToFortran|
+ |nextColeman| |brillhartTrials| |nextSubsetGray| |setAdaptive3D|
+ |phiCoord| |OMReadError?| |create3Space| |crushedSet|
+ |unrankImproperPartitions0| |drawToScale| |symFunc| |pow| |iiatanh|
+ |component| |iiacsc| |randomR| |coth2trigh| |replace| |series|
+ |setOfMinN| |deepCopy| |comparison| |extractIfCan| |exponents|
+ |collectUnder| |digamma| |invertibleSet| |invmultisect| |cschIfCan|
+ |LazardQuotient2| |quadratic| |lex| |qPot| |normalizedAssociate|
+ |OMgetType| |categories| |cyclic?| |composite| |acoshIfCan| |iicsc|
+ |getProperties| |toseSquareFreePart| |escape| |lyndonIfCan|
+ |leftUnits| |inverseLaplace| |cache| |dominantTerm| |rightTraceMatrix|
+ |rightScalarTimes!| UP2UTS |iibinom| |bipolar| |irreducibleFactor|
+ |addBadValue| |B1solve| |df2fi| |gcdcofact|
+ |semiDiscriminantEuclidean| |divide| |radicalEigenvectors|
+ |bivariatePolynomials| |min| |fractRagits| |inGroundField?|
+ |OMconnectTCP| |subresultantSequence| |rightMult| |removeSinhSq|
+ |unit?| |dimensionOfIrreducibleRepresentation| |mapGen| |bit?|
+ |d01apf| |surface| |rootsOf| |returnTypeOf| |reopen!| |cAcot|
+ |moebius| |torsionIfCan| |generalizedEigenvector| |stFunc1| |iilog|
+ |interpolate| |extendedIntegrate| |ScanArabic| |bright| |radicalRoots|
+ |getOperands| |OMencodingUnknown| |lfextlimint| |edf2df| |swap!|
+ |mapCoef| |viewport2D| |f02ajf| |stack| |getBadValues|
+ |separateDegrees| |any?| |c05nbf| |createLowComplexityTable| |double?|
+ |partitions| |distdfact| |useEisensteinCriterion| |setelt|
+ |measure2Result| |completeHermite| |vconcat| |createNormalElement|
+ |fixedDivisor| |fortranLiteralLine| |lift| |integralAtInfinity?|
+ |makeTerm| |palgextint0| |c06ekf| |laguerreL| |partition| |factorset|
+ |numberOfCycles| |sup| |quasiRegular| |reduce| |jacobi| |swapRows!|
+ |copy| |commutator| |torsion?| |principalAncestors| |prologue|
+ |fortranLinkerArgs| |basisOfCenter| |showFortranOutputStack|
+ |presuper| |iiasin| |po| |wordInGenerators| |monomial?| |makeFR|
+ |mesh?| |unrankImproperPartitions1| |hMonic| |polynomialZeros|
+ |shuffle| |f02fjf| |separate| |computeInt| |d03eef|
+ |algebraicVariables| |minColIndex| |ParCondList| |solve|
+ |createMultiplicationMatrix| |bytes| |real?| |normalized?| |ef2edf|
+ |f04asf| |hexDigit?| |singleFactorBound| |goodnessOfFit| |uniform01|
+ |bottom!| |integers| |rst| |lazyPrem| |primPartElseUnitCanonical!|
+ |leaf?| |cycleTail| |internalDecompose| |testModulus| |randnum|
+ |getDatabase| |quotedOperators| |infieldint| |complexElementary|
+ |graeffe| |contains?| |error| |opeval| |rowEchLocal| |maxPoints|
+ |OMgetObject| |compose| |rightRegularRepresentation| |tanh2trigh|
+ |cCsch| |hermiteH| |child?| |pomopo!| |s17dhf| |var2StepsDefault|
+ |assert| |logical?| |minPoints3D| |string?| |transcendentalDecompose|
+ |fullPartialFraction| |nextPrime| |cAsech| |modifyPointData|
+ |critMTonD1| |distFact| |contract| |lazyPquo| |cycleElt|
+ |UpTriBddDenomInv| |bounds| |univariatePolynomial| |reflect|
+ |selectPDERoutines| |complexEigenvalues| |rationalIfCan| |droot|
+ |reindex| |semiSubResultantGcdEuclidean2| |squareFreeFactors| |yellow|
+ |yCoordinates| |e04ycf| |flexibleArray| |delete!| |diagonalMatrix|
+ |cAcsch| |janko2| |approxSqrt| |color| |modularGcdPrimitive| |rename!|
+ |parseString| |byte| |leadingIdeal| |inHallBasis?| |Lazard2|
+ |lastSubResultantElseSplit| |generalSqFr| |tubePoints|
+ |rightAlternative?| |makeCos| |failed| |expressIdealMember| |c06gbf|
+ |expextendedint| |FormatRoman| |mainContent| |rule| |kroneckerDelta|
+ |rquo| |nthExponent| |cCos| |groebnerFactorize| |magnitude|
+ |pointColor| |lfextendedint| |normalForm| |variationOfParameters|
+ |shade| |lp| |eigenvectors| |unitNormalize| |delete| |setright!|
+ |returns| |Hausdorff| |lieAdmissible?| |patternMatch| |pToDmp| |int|
+ |iiasech| |singular?| |meatAxe| |positiveSolve| |localReal?|
+ |companionBlocks| |reducedContinuedFraction| |meshPar1Var| |iisqrt3|
+ |c06fuf| |rootSimp| |rk4f| |parabolic| |notelem| |matrixConcat3D|
+ |invertIfCan| |rightFactorIfCan| |OMread| |alternatingGroup|
+ |quasiAlgebraicSet| |decomposeFunc| |order| |fortranCompilerName|
+ |radicalEigenvector| |useEisensteinCriterion?| |minrank| |toScale|
+ |cAsec| |setButtonValue| |permutation| |listConjugateBases|
+ |factorPolynomial| |rightNorm| |dmp2rfi| |traverse| |mainVariable|
+ |s01eaf| |prinb| |subset?| |exptMod| |removeRedundantFactors|
+ |fortranLiteral| |completeSmith| |firstSubsetGray| |makingStats?|
+ |nextIrreduciblePoly| |halfExtendedSubResultantGcd1|
+ |basisOfRightNucleus| |simpsono| |rootPoly| |rdHack1| |henselFact|
+ |quoByVar| |iiacot| |removeSinSq| |testDim| |qelt| |OMgetEndObject|
+ |ScanRoman| |geometric| |isobaric?| |zeroDim?| |maximumExponent|
+ |pair?| |sparsityIF| |solveid| |iiperm| |qsetelt|
+ |rangePascalTriangle| |splitDenominator| |hspace| |atom?|
+ |inputOutputBinaryFile| |s14aaf| |d01akf| |currentScope| |conical|
+ |cAcsc| |genericLeftTraceForm| |xRange| |goto| GF2FG
+ |compiledFunction| |showTheSymbolTable| |probablyZeroDim?|
+ |characteristic| |alphabetic| |nthFractionalTerm| |maxrank| |lagrange|
+ |sumOfSquares| |yRange| |e02dcf| |positiveRemainder| |mpsode|
+ |outputFloating| |cAsinh| |say| |rightRankPolynomial| |conjug|
+ |socf2socdf| |baseRDE| |realEigenvalues| |retract| |zRange| |char|
+ |f01qdf| |jacobiIdentity?| |primlimintfrac| |makeVariable|
+ |removeSuperfluousCases| |possiblyNewVariety?| |symbol?|
+ |semiIndiceSubResultantEuclidean| |deepestTail| |polyRDE| |map!|
+ |fixedPointExquo| |printCode| |cyclePartition| |createNormalPoly|
+ |blue| |stoseInvertibleSet| |viewport3D| |optAttributes|
+ |fortranTypeOf| |cRationalPower| |qsetelt!| |coerceP|
+ |inputBinaryFile| |refine| |explicitlyEmpty?| |xCoord| |rootKerSimp|
+ |iicos| |omError| |nativeModuleExtension| |zerosOf| |rational?|
+ |contractSolve| |OMgetEndError| |leftFactor| |hcrf| |se2rfi| |hasoln|
+ |listBranches| |OMgetVariable| |deepestInitial| |monicDivide|
+ |basisOfCommutingElements| |complexExpand| |cCsc| |d03faf|
+ |maxPoints3D| |closedCurve| |leftRegularRepresentation| |getCurve|
+ |totalDegree| |quadraticNorm| |float| |someBasis| |psolve| |s19abf|
+ |branchIfCan| |forLoop| |crest| |ord| |bitTruth| |leftUnit|
+ |moduleSum| |initTable!| |e02aef| |hermite| |f2df| |topPredicate|
+ |e02akf| |findCycle| |cothIfCan| |expandPower| |leftRemainder|
+ |viewDefaults| |acsch| |symmetricTensors| |jordanAdmissible?|
+ |OMputBVar| |f04atf| |SturmHabichtMultiple| |bag| |parametersOf|
+ |f02adf| |more?| |multiplyExponents| |computeCycleEntry| |lfunc|
+ |unparse| |ratDenom| |subCase?| |f02bbf| |tube| |npcoef| |finite?|
+ |OMsetEncoding| |largest| |d02ejf| |rewriteIdealWithRemainder|
+ |copies| |safeFloor| |mkcomm| |approximants| |exp1| |firstNumer|
+ |squareFreePolynomial| |nextPrimitiveNormalPoly| |retractIfCan|
+ |vspace| |ksec| |taylorQuoByVar| |pleskenSplit| |lambert| |push|
+ |getConstant| |calcRanges| |initiallyReduce| |s15adf| |log|
+ |integralBasis| |generalInfiniteProduct| |dihedralGroup|
+ |resultantReduit| |binaryFunction| |weighted| |prinshINFO| |OMgetBind|
+ |identitySquareMatrix| |branchPointAtInfinity?| |sumSquares| |normal?|
+ |d01aqf| |bracket| |setvalue!| |normalize| |getGraph| |prem| |hasHi|
+ |lfintegrate| |rowEchelonLocal| |linearlyDependent?| |maxRowIndex|
+ |computeBasis| GE |fibonacci| |square?| |sorted?| |leftExtendedGcd|
+ |iicosh| |rootOfIrreduciblePoly| |integerBound| |c06frf| |linear?|
+ |lllip| |mat| GT |symmetricDifference| |constantToUnaryFunction|
+ |mergeDifference| |leviCivitaSymbol| |mathieu11| |inspect|
+ |linearAssociatedLog| |shellSort| |inRadical?| |realRoots| |cSech|
+ |parents| |weights| LE |overset?| |open?| |varList| |curveColor|
+ |asimpson| |euclideanNormalForm| |c02agf| |freeOf?| |outputBinaryFile|
+ |eyeDistance| |setScreenResolution| |purelyAlgebraicLeadingMonomial?|
+ |digits| |eigenMatrix| LT |subResultantGcdEuclidean| |schema|
+ |squareFreePart| |basisOfNucleus| |merge!| |sizeMultiplication| |axes|
+ |bits| |isAbsolutelyIrreducible?| |f04axf| |horizConcat|
+ |karatsubaDivide| |tryFunctionalDecomposition?| |sechIfCan| |cup|
+ |diagonals| |stop| |createIrreduciblePoly| |elColumn2!| |s20acf|
+ |linear| |OMputFloat| |knownInfBasis| |e02adf| |map| |arity|
+ |trueEqual| |euler| |ldf2lst| |numericIfCan| |doubleComplex?| |rk4|
+ |s17agf| |coth2tanh| |csc2sin| |concat!| |check| |primextendedint|
+ |mathieu24| |s13acf| |FormatArabic| |complexZeros| |coordinates|
+ |weierstrass| |polynomial| |stoseInvertible?| |nil| |rk4qc|
+ |bringDown| |zeroOf| |objectOf| |minimumExponent| |changeName|
+ |complexLimit| |sncndn| |minPol| |e01bff| |plenaryPower| |property|
+ |e04gcf| |beauzamyBound| |numerators| |symmetricRemainder|
+ |fortranDouble| |lazyGintegrate| |interReduce| |power| |palgRDE0|
+ |mesh| |d01alf| |roughSubIdeal?| |Beta| |loadNativeModule|
+ |iflist2Result| |setEpilogue!| |LyndonCoordinates| |cotIfCan|
+ |littleEndian| |primaryDecomp| |setScreenResolution3D| |explogs2trigs|
+ |rightFactorCandidate| |simplify| |approximate| |exists?|
+ |leftTraceMatrix| |convert| |isPlus| |center| |graphCurves| |hessian|
+ |member?| |fortranDoubleComplex| |leadingCoefficientRicDE| |lexico|
+ |GospersMethod| |units| |complex| |euclideanGroebner| |multiset|
+ |rightExactQuotient| |e01sff| |s18adf| |genericRightTrace| |e02ajf|
+ |dark| |countRealRootsMultiple| |cyclicCopy| |clipBoolean| |diagonal|
+ |balancedFactorisation| |roughBase?| |plus!| |removeSquaresIfCan|
+ |firstDenom| |radicalSimplify| RF2UTS |mainCharacterization| |An|
+ |singRicDE| |dequeue| |mapExponents| |constantRight|
+ |incrementKthElement| |problemPoints| |saturate| |extractProperty|
+ |nextNormalPrimitivePoly| |directory| |key?| |fractRadix|
+ |basisOfLeftNucloid| |critB| |splitNodeOf!| |rewriteSetWithReduction|
+ |coerceListOfPairs| |digit| |argument| |chiSquare1| |makeGraphImage|
+ |eof?| |null?| |oddintegers| |key| |sinIfCan| |code|
+ |currentCategoryFrame| |cyclicEntries| |sort!| |makeViewport2D|
+ |mightHaveRoots| |remove| |checkForZero| |newLine| |exponential|
+ |moreAlgebraic?| |accuracyIF| |leftCharacteristicPolynomial|
+ |curryRight| |imagK| |c02aff| |superHeight| |localUnquote| |localAbs|
+ |readable?| |filename| |Gamma| |selectSumOfSquaresRoutines|
+ |removeConstantTerm| |patternMatchTimes| |commutative?| |extension|
+ |d01fcf| |last| |printStatement| |laplacian|
+ |solveLinearPolynomialEquation| |lastSubResultantEuclidean|
+ |internalZeroSetSplit| |assoc| |factorAndSplit| |OMgetSymbol|
+ |negative?| |realZeros| |function| |fixedPoints| |associator| |ptree|
+ |wordsForStrongGenerators| |parse| |drawComplex|
+ |getMultiplicationMatrix| |ip4Address| |perfectSqrt| |nextItem|
+ |measure| |functionIsContinuousAtEndPoints| |modifyPoint|
+ |firstUncouplingMatrix| |lastSubResultant| |e04jaf| |dmpToP|
+ |mainExpression| |leftAlternative?| |tree| |cosSinInfo| |cAcosh|
+ |composites| |eval| |coordinate| |createPrimitivePoly|
+ |argumentListOf| |algebraicCoefficients?| |setleaves!| |capacity|
+ |members| |space| |sin2csc| |hasPredicate?| |denominator|
+ |schwerpunkt| |getMeasure| |float?| |numeric| |gcdcofactprim| |times!|
+ |green| |unknownEndian| |in?| |ranges| |rombergo| |category|
+ |evenlambert| |stoseLastSubResultant| |tanAn| |radical| |showSummary|
+ |tubePointsDefault| |binaryTree| |lineColorDefault| |midpoint|
+ |expandTrigProducts| |LyndonWordsList1| |epilogue| |equality|
+ |numberOfChildren| |Aleph| |domain| |lintgcd| |lquo|
+ |stoseIntegralLastSubResultant| |upperCase?| |ReduceOrder|
+ |readUInt16!| |primes| |bezoutDiscriminant| |package| |deepExpand|
+ |RittWuCompare| |findConstructor| |showAttributes| |sin?|
+ |subQuasiComponent?| |leastPower| |commaSeparate|
+ |ScanFloatIgnoreSpacesIfCan| |show| |unitsColorDefault| |prindINFO|
+ |f02xef| |areEquivalent?| |title| |lepol| |OMgetBVar| |elliptic?|
+ |OMsupportsCD?| |basisOfRightAnnihilator| |polarCoordinates|
+ |hostByteOrder| |iiGamma| |complexEigenvectors| |headRemainder|
+ |modTree| |dfRange| |linGenPos| |rectangularMatrix| |mapdiv| |f01qef|
+ |trace| |linears| |tryFunctionalDecomposition| |e02def| |ldf2vmf|
+ |central?| |virtualDegree| |expenseOfEvaluationIF| |readUInt8!|
+ |differentialVariables| |latex| |unprotectedRemoveRedundantFactors|
+ |lifting| |f04arf| |e| |nonQsign| |monomRDEsys| |blankSeparate|
+ |quickSort| |f07aef| |pushNewContour| |coleman| |s18dcf|
+ |partialNumerators| |OMputError| |multMonom| |cn| |lcm| |groebSolve|
+ |coefficient| |fixedPoint| |d02bhf| |setFieldInfo| |makeYoungTableau|
+ |zeroMatrix| |ffactor| |subResultantGcd| |hdmpToDmp| |mergeFactors|
+ |supRittWu?| |leastMonomial| |OMserve| |super| |s19aaf| |deref|
+ |hdmpToP| |shrinkable| |quoted?| FG2F |nothing| |fortranReal|
+ |selectODEIVPRoutines| |append| |list?| |rightRecip| |pureLex|
+ |uniform| |swap| |f01mcf| |equation| |besselI| |imaginary| |transpose|
+ |repSq| |gcd| |logIfCan| |points| |hash| |nullary| |subscript|
+ |insert!| |lazyEvaluate| |setProperties!| |makeEq| |cCoth| |false|
+ |rischNormalize| |rewriteSetByReducingWithParticularGenerators|
+ |count| |const| |log2| |s19acf| |trapezoidalo| |tValues| |sequence|
+ |parent| |s17dgf| |writeByte!| |quote| |nthCoef| |rur| |e01sef|
+ |fortranComplex| |algSplitSimple| |addmod| |algebraicSort|
+ |oddlambert| |irreducibleRepresentation| |LagrangeInterpolation|
+ |getOperator| |just| |clearCache| |genericRightDiscriminant|
+ |sumOfDivisors| |internalAugment| |cylindrical| |lSpaceBasis| |width|
+ |maxColIndex| |simplifyLog| |rotate| |expenseOfEvaluation|
+ |rightTrace| |isPower| |d02gbf| |#| |bombieriNorm| |c06eaf|
+ |dualSignature| |dAndcExp| |pastel| |e01sbf| |HermiteIntegrate|
+ |s17acf| |withPredicates| |rootRadius| |leftPower| |makeObject|
+ |OMgetFloat| |conjugates| |readLine!| |triangulate| |d02bbf|
+ |insertionSort!| |child| |generalPosition| |polygon| |rightQuotient|
+ |decimal| |conditionsForIdempotents| |deleteRoutine!| |currentEnv|
+ |shallowExpand| |solid?| |var1StepsDefault| |changeNameToObjf|
+ |youngGroup| |coef| |sort| |bat1| |whileLoop| |bitCoef| |s17akf|
+ |att2Result| |makeFloatFunction| |over| |skewSFunction|
+ |representationType| |getlo| |unary?| |leftNorm| |binarySearchTree|
+ |genericPosition| |determinant| |getVariableOrder|
+ |rightMinimalPolynomial| |reduction| |f07fef| |rootNormalize|
+ |solveInField| |subPolSet?| |init| |autoReduced?| |nextPrimitivePoly|
+ |OMputEndAttr| |reducedForm| |clearTheIFTable| |optional|
+ |LazardQuotient| |solveLinearPolynomialEquationByFractions|
+ |viewWriteDefault| |coord| |leftRank| |indicialEquation|
+ |getSyntaxFormsFromFile| |hasSolution?| |scalarMatrix| |random|
+ |stoseInvertible?reg| |binding| |module| |minRowIndex| |quotientByP|
+ |rangeIsFinite| |fTable| |harmonic| |coerceS| |getZechTable|
+ |identity| |outlineRender| |isOp| |generic?| |nthRoot| |recur| |diag|
+ |PollardSmallFactor| |setPosition| |medialSet| |alternative?| |e04mbf|
+ |setfirst!| |Ci| |rdregime| |children| |singularAtInfinity?| |imagE|
+ |rootOf| |sdf2lst| |headAst| |screenResolution| |intensity| |iroot|
+ |mantissa| |restorePrecision| |paraboloidal| |selectPolynomials|
+ |elementary| |direction| |pile| |e04fdf| |asinhIfCan| |ddFact| |keys|
+ |separant| |permutationRepresentation| |iiasinh| |one?| |depth|
+ |zeroSetSplit| |build| |appendPoint| |preprocess| |isTimes| |tower|
+ |implies| |iisec| |endSubProgram| |f07fdf| |numberOfFractionalTerms|
+ |leadingExponent| |intChoose| |externalList| |addPoint| SEGMENT
+ |d02gaf| |totalDifferential| |e02daf| |ptFunc| |OMmakeConn|
+ |fortranCharacter| |trapezoidal| |debug3D| |laurentIfCan| |subHeight|
+ |supersub| |multisect| |rroot| |commonDenominator| |constantOpIfCan|
+ |imagJ| |iteratedInitials| |sayLength| |symbolTable| |acothIfCan|
+ |semiResultantReduitEuclidean| |monomRDE| |s17aff| |makeprod| |critT|
+ |innerint| |multiEuclidean| |quasiMonicPolynomials| |cyclicSubmodule|
+ |OMunhandledSymbol| |startTableInvSet!| |ipow| |factorSquareFree|
+ |choosemon| |noncommutativeJordanAlgebra?| |universe| |critpOrder|
+ |test| |c06gsf| |complexNumeric| |host| |content| |neglist|
+ |limitedint| |atrapezoidal| |printInfo| |iterationVar|
+ |numericalIntegration| |round| |rules| |tanhIfCan| |hue|
+ |definingPolynomial| |makeSin| |f01ref| |resultantEuclidean|
+ |OMgetAtp| |showAllElements| |limit| |kernels|
+ |pushFortranOutputStack| |complement| |semiSubResultantGcdEuclidean1|
+ |pole?| |primitivePart| |dot| |unknown| |expintegrate| |mapUnivariate|
+ |rational| |OMputSymbol| |biRank| |f07adf| |univariate| |SFunction|
+ |d01asf| |concat| |characteristicSerie| |selectIntegrationRoutines|
+ |weakBiRank| |conjugate| |shiftRight| |gderiv| |imagi| |tensorProduct|
+ |rotatez| |prime| |bfKeys| |findBinding| |useSingleFactorBound|
+ |prefix| |zeroSquareMatrix| |popFortranOutputStack| |palgextint|
+ |vark| |limitPlus| |iicot| |satisfy?| |column| |makeCrit|
+ |wholeRagits| |BasicMethod| |outputAsFortran| |factor| |OMreadStr|
+ |generateIrredPoly| |infix| |Si| |elRow1!| |flatten|
+ |clearFortranOutputStack| |iipow| |OMgetApp| |signature|
+ |SturmHabicht| |pdf2ef| |sqrt| |zag| |setClosed|
+ |selectAndPolynomials| |newTypeLists| |idealiserMatrix| |normal01|
+ |tubeRadiusDefault| |orthonormalBasis| |real| |integralMatrix|
+ |setelt!| |intermediateResultsIF| |signatureAst| |stopTableGcd!|
+ |df2ef| |nonSingularModel| |minIndex|
+ |semiDegreeSubResultantEuclidean| |imag| |high| |stoseSquareFreePart|
+ |inverseIntegralMatrixAtInfinity| |readLineIfCan!| |kmax|
+ |sumOfKthPowerDivisors| |fglmIfCan| |selectsecond| |collect|
+ |directProduct| |slash| |viewPhiDefault| |qfactor|
+ |extractSplittingLeaf| |obj| |linearDependence| |palginfieldint|
+ |splitConstant| |cartesian| |s14abf| |initials| |quasiRegular?|
+ |limitedIntegrate| |f02aef| |outputArgs| |nodes| |upperCase|
+ |computePowers| |brace| |overbar| |supDimElseRittWu?| |nextPartition|
+ |csch2sinh| |denominators| |second|
+ |rewriteIdealWithQuasiMonicGenerators| |contours| |mathieu23| |e04naf|
+ |erf| |destruct| |scalarTypeOf| |thenBranch| |primextintfrac|
+ |coerceImages| |bitLength| |third| |addiag| |vectorise|
+ |OMencodingBinary| |regime| |binomThmExpt| |top| |mirror| |evaluate|
+ |rationalFunction| |tab1| |d01gaf| |mainMonomial|
+ |removeRedundantFactorsInContents| |viewDeltaYDefault| |comment|
+ |integral| |makeViewport3D| |outerProduct| |trace2PowMod|
+ |exprHasWeightCosWXorSinWX| |s20adf| |lazyPseudoQuotient| |unravel|
+ |dilog| |gradient| |c06fpf| |list| |f02bjf| |resetVariableOrder|
+ |linearPart| |raisePolynomial| |makeResult| |dn| |factorOfDegree|
+ |squareFreeLexTriangular| |twoFactor| |monomial| |sin| |car| |cot2tan|
+ |discriminant| |fractionPart| |expt| |subTriSet?| |pol| |stFunc2|
+ |normalizedDivide| |factorByRecursion| |multivariate| |cos| |cdr|
+ |degreePartition| |asinIfCan| |hconcat| |cond| |physicalLength|
+ |c06ebf| |laurentRep| |mainPrimitivePart| |variables| |tan|
+ |setDifference| |irreducible?| |OMwrite| |addPointLast| |nthRootIfCan|
+ |repeating| |f04adf| |read!| |taylorIfCan| |truncate| |cot|
+ |setIntersection| |hypergeometric0F1| |drawComplexVectorField|
+ |failed?| |makeop| |coefficients| |mapExpon| |RemainderList| |iiacos|
+ |ODESolve| |radix| |sec| |setUnion| |iiacosh| |delay| |enterPointData|
+ |rationalPoints| |write!| |reorder| |UnVectorise| |style| |edf2efi|
+ |invmod| |csc| |apply| |drawStyle| |f04qaf| |rightRemainder|
+ |zeroSetSplitIntoTriangularSystems| |setRow!| |squareTop|
+ |headReduced?| |asin| |outputSpacing| |compound?| |setPredicates|
+ |basisOfMiddleNucleus| |OMconnOutDevice| |ramified?| |lieAlgebra?|
+ |clearTable!| |writeLine!| |low| |acos| |taylor| |size|
+ |selectNonFiniteRoutines| |nthr| |setRealSteps| |aQuartic|
+ |ramifiedAtInfinity?| |invertible?| |chineseRemainder|
+ |strongGenerators| |atan| |laurent| |reducedQPowers| |prinpolINFO|
+ |csubst| |functionIsFracPolynomial?| |innerSolve| |pointColorPalette|
+ |arg1| |corrPoly| |lexGroebner| |acot| |puiseux| |decrease| |palgRDE|
+ |isTerm| |cycleSplit!| |fracPart| |safetyMargin| |nonLinearPart|
+ |setStatus| |createPrimitiveElement| |arg2| |systemCommand|
+ |principalIdeal| |f02aaf| |asec| |first| |extractPoint| |isOr|
+ |noLinearFactor?| |elem?| UTS2UP |autoCoerce| |slex| |nor|
+ |complexIntegrate| |Vectorise| |rest| |inv| |acsc| |expandLog|
+ |divideExponents| |isNot| |setLabelValue| |rightLcm| |complexForm|
+ |generalizedContinuumHypothesisAssumed?| |reify| |getIdentifier|
+ |ground?| |orbits| |stoseInvertible?sqfreg| |conditions| |sinh|
+ |basis| |substitute| |isImplies| |numberOfComputedEntries|
+ |antiAssociative?| |e02bbf| |removeDuplicates| |setMaxPoints3D|
+ |complexRoots| |primeFrobenius| |ground| |e01saf| |match| |cosh|
+ |normal| |selectMultiDimensionalRoutines| |isEquiv| F2FG **
+ |resetBadValues| |pr2dmp| |paren| |rightUnits| |anticoord| |nsqfree|
+ |leadingMonomial| |tanh| |parabolicCylindrical| |yCoord| |position|
+ |isAnd| |updatF| |interval| |toseInvertibleSet| |removeCosSq| |solid|
+ |df2st| |karatsuba| |monicCompleteDecompose| |leadingCoefficient|
+ |coth| |monicLeftDivide| |match?| |numFunEvals| |max| |complexSolve|
+ |presub| |dimensions| |generalizedContinuumHypothesisAssumed|
+ |extendedEuclidean| |OMgetString| EQ |primitiveMonomials| |sech|
+ |leftTrace| |sech2cosh| |birth| |cyclotomicDecomposition|
+ |subresultantVector| |traceMatrix| |interactiveEnv| |fortran|
+ |constantKernel| |frobenius| |csch| |reductum| |s18acf|
+ |doubleFloatFormat| |squareFree| |numberOfIrreduciblePoly|
+ |rightExtendedGcd| |listRepresentation| |divideIfCan!| |postfix|
+ |difference| |asinh| |numericalOptimization| |nullity| |d02kef|
+ |critM| |frst| |rowEch| |isConnected?| |irreducibleFactors| |pade|
+ |acosh| |symbolIfCan| |poisson| |zeroDimPrimary?| |patternVariable|
+ |reseed| |debug| |wholePart| |alphanumeric| |intersect|
+ |permutationGroup| |atanh| |brillhartIrreducible?| |stirling2|
+ |createRandomElement| |expIfCan| |bipolarCylindrical| |mathieu12|
+ |cardinality| D |setColumn!| |setLength!| |d01anf| |acoth| |maxIndex|
+ |d03edf| |axesColorDefault| |zCoord| |df2mf| |cosIfCan|
+ |leadingSupport| |eigenvector| |ricDsolve| |trivialIdeal?| |asech|
+ |bfEntry| |repeating?| |digit?| |vector| |iomode| |setClipValue|
+ |leadingIndex| |identification| |split!| |cyclicEqual?| |qinterval|
+ |evaluateInverse| |rootPower| |pointSizeDefault| |ref| |imagk|
+ |distribute| |exprex| |algDsolve| |atanIfCan| |setProperty|
+ |stripCommentsAndBlanks| |errorKind| |quatern| |continue| |relerror|
+ |enqueue!| |makeSUP| |prefixRagits| |integralLastSubResultant| |deriv|
+ |graphStates| |outputList| |shallowCopy| |integralDerivationMatrix|
+ |viewDeltaXDefault| |absolutelyIrreducible?| |bernoulliB| |gbasis|
+ |getButtonValue| |listOfMonoms| |reduceByQuasiMonic| |logpart|
+ |primintfldpoly| |void| |f01bsf| |interpretString|
+ |exteriorDifferential| |permutations| |setEmpty!|
+ |stoseInvertibleSetsqfreg| |subspace| |showScalarValues| |showRegion|
+ |expint| |setMinPoints| |primPartElseUnitCanonical| |minordet| |mr|
+ |nodeOf?| |expPot| |consnewpol| |smith| |arguments| |gensym|
+ |alphanumeric?| |perfectNthRoot| |leadingBasisTerm| |palgLODE| |trunc|
+ |ratpart| |create| |baseRDEsys| |script| |leftDiscriminant|
+ |algintegrate| |kovacic| |tubePlot| |f01rcf| |atoms| |rank|
+ |chainSubResultants| |createThreeSpace| |differentiate| |maxint|
+ |print| |oneDimensionalArray| |cot2trig| |uncouplingMatrices|
+ |nullSpace| |factorSquareFreeByRecursion| |exactQuotient| |rowEchelon|
+ |anfactor| |pToHdmp| |partialDenominators| |resolve| |dimension|
+ |setProperty!| |matrixGcd| |OMgetEndApp| |getExplanations|
+ |newSubProgram| |sizeLess?| |hex| |noKaratsuba| |linearPolynomials|
+ |tex| |scaleRoots| |alphabetic?| |entry?| |complementaryBasis|
+ |minGbasis| |plot| |eq?| |pseudoRemainder| |e02ddf| |kind| |optpair|
+ |cycle| |padicallyExpand| |adaptive| |besselY| |subst| |lexTriangular|
+ |karatsubaOnce| |quadraticForm| |selectFiniteRoutines| |upperCase!|
+ |mainVariables| |op| |jordanAlgebra?| |numberOfImproperPartitions|
+ |mappingAst| |internalInfRittWu?| |simplifyPower| |extractBottom!|
+ |removeZeroes| |realSolve| |pseudoQuotient|
+ |stiffnessAndStabilityOfODEIF| |iiexp| |internalIntegrate0| |reset|
+ |fullDisplay| |constantLeft| |delta| |monomialIntPoly|
+ |leftFactorIfCan| |ode1| |s17def| |roughUnitIdeal?| |cycles|
+ |integer?| |radPoly| |addPoint2| |lists| |light| |minimize| |c05pbf|
+ |sinhcosh| |ran| |listexp| |write| |ratDsolve| |getStream|
+ |totalfract| |leftOne| |OMputString| |redmat| |sturmVariationsOf|
+ |save| |copyInto!| |represents| |indicialEquations| |f04jgf|
+ |aQuadratic| |powerAssociative?| F |bandedHessian| |curve?|
+ |createZechTable| |readBytes!| |OMputAttr| |augment|
+ |definingEquations| |diophantineSystem| |multiple| |table| |objects|
+ |operations| |colorDef| |innerSolve1| |remove!| |applyQuote|
+ |moebiusMu| |bothWays| |perfectSquare?| |swapColumns!| |union| |cLog|
+ |insert| |setrest!| |new| |base| |dec| |infieldIntegrate| |domainOf|
+ |solveRetract| |summation| |imagI| |redPo| |showTheRoutinesTable|
+ |cyclic| |solveLinearlyOverQ| |simplifyExp| |fi2df| |part?|
+ |intPatternMatch| |selectOptimizationRoutines| |extendedResultant|
+ |OMconnInDevice| |rightZero| |external?| |node| |lambda| |sn| |numer|
+ |flagFactor| |OMputInteger| |edf2ef| |completeEval| |integral?|
+ |double| |infinityNorm| |subNodeOf?| |readInt16!| |generate| |close|
+ |ruleset| |multinomial| |ellipticCylindrical| |denom| |/\\|
+ |enterInCache| |linearAssociatedOrder| |univcase| |physicalLength!|
+ |buildSyntax| |polyRicDE| |secIfCan| |rationalApproximation|
+ |rightGcd| |btwFact| |\\/| |components| |incrementBy|
+ |semicolonSeparate| |sincos| |mainCoefficients| |returnType!|
+ |display| |removeRedundantFactorsInPols| |pi|
+ |genericLeftDiscriminant| |adaptive?| |normInvertible?| |toroidal|
+ |curveColorPalette| |startStats!| |safeCeiling| |d01gbf| |expand|
+ |suchThat| |sortConstraints| |infinity| |acosIfCan|
+ |collectQuasiMonic| |legendre| |charpol| |trigs| |mapSolve| |recip|
+ |s13aaf| |filterWhile| |e04dgf| |cyclicParents|
+ |linearDependenceOverZ| |internalLastSubResultant| |flexible?|
+ |exprToGenUPS| |duplicates?| |generators| |filterUntil|
+ |createLowComplexityNormalBasis| |stiffnessAndStabilityFactor|
+ |printStats!| |pquo| |integralMatrixAtInfinity| |linSolve| |row|
+ |select| |linearlyDependentOverZ?| |balancedBinaryTree| |kernel|
+ |exprToUPS| |normFactors| |curry| |argumentList!| |declare!|
+ |bezoutMatrix| |iisqrt2| |input| |makeSeries| |seriesToOutputForm|
+ |left| |draw| |setPoly| |nary?| |startTable!| |var2Steps| |unexpand|
+ |fprindINFO| |minimalPolynomial| |library| |certainlySubVariety?|
+ |right| |qroot| |previous| |finiteBound| |perfectNthPower?| |f01maf|
+ |numberOfPrimitivePoly| |unitNormal| |singularitiesOf| |OMopenString|
+ |hasTopPredicate?| |infLex?| |sts2stst| |d02raf| |readUInt32!|
+ |wholeRadix| |factor1| |viewThetaDefault| |mapmult| |writeUInt8!|
+ |norm| |fmecg| |updateStatus!| |exprHasAlgebraicWeight|
+ |listYoungTableaus| |monomials| |userOrdered?| |cscIfCan| |rightOne|
+ |mapBivariate| |exQuo| |arbitrary| |makeRecord| |set|
+ |univariateSolve| |subMatrix| |dmpToHdmp|
+ |rewriteIdealWithHeadRemainder| |inconsistent?| |simpleBounds?|
+ |stoseInvertibleSetreg| |inrootof| |c06fqf| |iiatan| |setProperties|
+ |shiftRoots| |graphImage| |extendIfCan| |segment| |complex?|
+ |reduced?| |setnext!| |componentUpperBound| |antiCommutative?|
+ |OMgetEndAtp| |expr| |packageCall| |explimitedint| |froot|
+ |leastAffineMultiple| |sum| |split| |factorial| |factors|
+ |createPrimitiveNormalPoly| |nand| |purelyTranscendental?|
+ |graphState| |stopMusserTrials| |wrregime| |isMult|
+ |extendedSubResultantGcd| |heap| |htrigs| |triangularSystems|
+ |bigEndian| |d01ajf| |trigs2explogs|
+ |removeRoughlyRedundantFactorsInPol| |basisOfRightNucloid| |recolor|
+ |generic| |constant?| |s18aef| |dom| |curryLeft| |parametric?|
+ |bumptab1| |doublyTransitive?| |symbol| |sturmSequence| |rightUnit|
+ |bsolve| |sizePascalTriangle| |variable| |e02agf| |block| |leftRecip|
+ |isQuotient| |numberOfVariables| |expression| |genus| |mainVariable?|
+ |iterators| |setlast!| |factorials| |indices| |ideal| |lllp|
+ |highCommonTerms| |middle| |integer| |checkPrecision| |divideIfCan|
+ |iCompose| |intcompBasis| |s15aef| |lazy?| |ScanFloatIgnoreSpaces|
+ |rk4a| |OMgetEndBind| |pointColorDefault| |lowerCase?| |inc|
+ |meshFun2Var| |superscript| |iisech| |sqfrFactor| |principal?|
+ |badValues| |integrate| |optimize| |pushup| |cycleEntry|
+ |setMaxPoints| |rCoord| |s21bcf| |clipWithRanges| |lazyPseudoDivide|
+ |exactQuotient!| |monicDecomposeIfCan| |nilFactor| |reverse|
+ |euclideanSize| |s17aef| |padecf| |pop!| |logGamma| |compBound|
+ |height| |genericRightMinimalPolynomial| |polyred| |sPol| |rootBound|
+ |bumptab| |plotPolar| |redpps| |completeEchelonBasis| |subNode?|
+ |nthFlag| |algebraicDecompose| |next| |associates?| |s17dcf| |setref|
+ |atanhIfCan| |recoverAfterFail| |multiEuclideanTree| |setMinPoints3D|
+ |sub| |drawCurves| |expintfldpoly| |monomialIntegrate| |label|
+ |extend| |palgint0| |ParCond| |top!| |true| |merge| |convergents|
+ |stopTable!| |abelianGroup| |LyndonBasis| |triangular?| |Frobenius|
+ |exportedOperators| |aLinear| |rootProduct|
+ |combineFeatureCompatibility| |tableForDiscreteLogarithm|
+ |padicFraction| |listLoops| |monicRightDivide| |useSingleFactorBound?|
+ |maxrow| |ratPoly| |genericRightNorm| |llprop| |polygon?| |Nul|
+ |semiLastSubResultantEuclidean| |indicialEquationAtInfinity|
+ |tubeRadius| |gethi| |scale| |s18def| |infRittWu?| |approxNthRoot|
+ |printInfo!| |divisorCascade| |iisinh| |bivariate?| |algint|
+ |factorList| |d02cjf| |LiePoly| LODO2FUN |find| |imagj|
+ |pascalTriangle| |realEigenvectors| |outputFixed| |bindings|
+ |setAdaptive| |numberOfComponents| |clipParametric| |reduceLODE|
+ |readInt32!| |initializeGroupForWordProblem| |OMsend|
+ |lazyIrreducibleFactors| |palgintegrate| |size?| |quartic| |empty|
+ |setAttributeButtonStep| |s13adf| |constructor| |acotIfCan| |sec2cos|
+ |charthRoot| |tanIfCan| |lazyVariations| |exprToXXP| |divisors|
+ |extendedint| |computeCycleLength| |palglimint0| |scopes|
+ |derivationCoordinates| |position!| |maxdeg| |doubleResultant|
+ |declare| |option| |s18aff| |predicates| |tab| |tracePowMod|
+ |complete| |squareFreePrim| |ode2| |OMputEndBind| |countRealRoots|
+ |callForm?| |tableau| |semiResultantEuclidean1| |tail| |normalDenom|
+ |f01brf| |transcendent?| |product| |reducedSystem| |radicalSolve|
+ |relationsIdeal| |primlimitedint| |leftScalarTimes!| |polCase|
+ |f04faf| |adjoint| |upDateBranches| |isExpt| |sh| |changeThreshhold|
+ |chebyshevU| |unvectorise| |lflimitedint| |sequences| |pointPlot| NOT
+ |scripted?| |tablePow| |makeUnit| |resetAttributeButtons| |datalist|
+ |setFormula!| |semiResultantEuclidean2| |polar| |printTypes| |every?|
+ OR |getPickedPoints| |constantCoefficientRicDE| |assign| |rightTrim|
+ |triangSolve| |sylvesterMatrix| |extensionDegree|
+ |commutativeEquality| |standardBasisOfCyclicSubmodule| |subtractIfCan|
+ AND |printingInfo?| |cAtan| |routines| |leftTrim| |increasePrecision|
+ |operators| |duplicates| |rightRank| |iisin| |factorSFBRlcUnit|
+ |point?| |integralRepresents| |closeComponent| |leader|
+ |mapMatrixIfCan| |hyperelliptic| |gcdPrimitive|
+ |reduceBasisAtInfinity| |screenResolution3D| |totalGroebner|
+ |changeMeasure| |removeRoughlyRedundantFactorsInContents| |red|
+ |startTableGcd!| |connect| |viewWriteAvailable| |countable?| |rename|
+ |e02gaf| |leaves| |push!| |rootDirectory| |loopPoints| |writable?|
+ |setLegalFortranSourceExtensions| |constantIfCan| |OMputApp| |li|
+ |numberOfMonomials| |weight| |OMsupportsSymbol?| |outputMeasure|
+ |solveLinear| |range| |equiv| |tan2cot| |stronglyReduce|
+ |removeIrreducibleRedundantFactors| |applyRules| |dioSolve| |redPol|
+ |f02wef| |transcendenceDegree| |validExponential| |idealiser|
+ |select!| |leftMinimalPolynomial| |branchPoint?| |denomRicDE| |iifact|
+ |ceiling| |imports| |iFTable| |extract!| |showAll?| |laplace|
+ |oddInfiniteProduct| |numerator| |setPrologue!| |fillPascalTriangle|
+ |conditionP| |halfExtendedResultant1| |factorFraction| |terms|
+ |pattern| |setOrder| |OMgetEndAttr| |log10| |minPoly|
+ |decreasePrecision| |c06ecf| |asechIfCan| |cCosh| |increase|
+ |OMbindTCP| |internalSubQuasiComponent?| |leftDivide| |bitand|
+ |fixPredicate| * |f02abf| |f04mbf| |laguerre| |e01baf| |bumprow|
+ |numberOfFactors| |bitior| |insertBottom!| |e02zaf| |byteBuffer|
+ |distance| |cExp| |controlPanel| |inverseColeman| |qualifier|
+ |mainSquareFreePart| |s19adf| |halfExtendedSubResultantGcd2| |cap|
+ |updatD| |eisensteinIrreducible?| |explicitEntries?| |head| |message|
+ |purelyAlgebraic?| |lfinfieldint| |regularRepresentation| |totalLex|
+ |oblateSpheroidal| |thetaCoord| |stopTableInvSet!| |nullary?| |e04ucf|
+ |numFunEvals3D| |power!| |jacobian| |mkPrim| |listOfLists|
+ |symmetricSquare| |f04maf| |s17ajf| |rightPower| |nextSublist|
+ |stFuncN| |solve1| |internalSubPolSet?| |associatedEquations|
+ |option?| |bivariateSLPEBR| |boundOfCauchy| |rubiksGroup| |cross|
+ |dictionary| |elRow2!| |adaptive3D?| |cyclotomic| |quasiComponent|
+ |Lazard| |makeSketch| |aspFilename| |randomLC| |cSin| |seriesSolve|
+ |fortranLogical| |primintegrate| |has?| |minset| |repeatUntilLoop|
+ |showTheFTable| |usingTable?| |orbit| |cons| |eq| |fill!| |binomial|
+ |putGraph| |cAcos| |particularSolution| |processTemplate| |coerceL|
+ |xn| |pushdterm| |iter| |binaryTournament| |box| |startPolynomial|
+ |cAtanh| |OMencodingSGML| |s21baf| |normalise| |condition| |iiacsch|
+ |lazyPremWithDefault| |exprHasLogarithmicWeights| |splitSquarefree|
+ |hclf| |mainDefiningPolynomial| |setprevious!| |argscript|
+ |tanintegrate| |lyndon?| |initiallyReduced?| |primitive?| |e01bef|
+ |empty?| |pdf2df| |outputForm| |collectUpper| |airyBi| |level| Y
+ |iicoth| |precision| |increment| |BumInSepFFE| |hitherPlane| |besselJ|
+ |defineProperty| |mapDown!| |leftMult| |var1Steps| |odd?|
+ |rationalPower| |shanksDiscLogAlgorithm| |setErrorBound| |newReduc|
+ |removeSuperfluousQuasiComponents| |pdct| |source| |matrix| |isOpen?|
+ |normalElement| |partialFraction| |factorsOfDegree| |selectfirst|
+ |queue| |iiabs| |root| |mainMonomials| |categoryFrame|
+ |antisymmetric?| |coHeight| |cPower| |graphs| |systemSizeIF|
+ |reverse!| |exp| |wronskianMatrix| |setTopPredicate| |completeHensel|
+ |null| |palgLODE0| |exponential1| |morphism| |bubbleSort!| |rischDE|
+ |index?| |explicitlyFinite?| |not| |generalLambert| |cTanh|
+ |removeDuplicates!| |figureUnits| |cCot| |meshPar2Var| |hexDigit|
+ |rspace| |quotient| |and| |rationalPoint?| |readByte!| |mix| |target|
+ |cosh2sech| |airyAi| |continuedFraction| |gramschmidt| |modularFactor|
+ |or| |cSinh| |showTheIFTable| |back| |operation| |genericLeftNorm|
+ |matrixDimensions| |OMUnknownSymbol?| |xor| |dihedral| |comp|
+ |invertibleElseSplit?| |reciprocalPolynomial| |dequeue!| |lhs|
+ |options| |OMgetError| |e01bgf| |node?| |quadratic?| |case|
+ |derivative| |leftZero| |simpson| |closed?| |rhs| |LiePolyIfCan|
+ |groebner| |indiceSubResultant| |nil| |infinite| |arbitraryExponent|
+ |approximate| |complex| |shallowMutable| |canonical| |noetherian|
+ |central| |partiallyOrderedSet| |arbitraryPrecision|
+ |canonicalsClosed| |noZeroDivisors| |rightUnitary| |leftUnitary|
+ |additiveValuation| |unitsKnown| |canonicalUnitNormal|
+ |multiplicativeValuation| |finiteAggregate| |shallowlyMutable|
+ |commutative|) \ No newline at end of file
diff --git a/src/share/algebra/interp.daase b/src/share/algebra/interp.daase
index d0f83dcb..28b7c214 100644
--- a/src/share/algebra/interp.daase
+++ b/src/share/algebra/interp.daase
@@ -1,5296 +1,5296 @@
-(3200555 . 3450896477)
-((-2912 (((-112) (-1 (-112) |#2| |#2|) $) 85) (((-112) $) NIL)) (-1331 (($ (-1 (-112) |#2| |#2|) $) 18) (($ $) NIL)) (-1869 ((|#2| $ (-564) |#2|) NIL) ((|#2| $ (-1226 (-564)) |#2|) 43)) (-3796 (($ $) 79)) (-3658 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 51) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 49) ((|#2| (-1 |#2| |#2| |#2|) $) 48)) (-1317 (((-564) (-1 (-112) |#2|) $) 27) (((-564) |#2| $) NIL) (((-564) |#2| $ (-564)) 95)) (-1597 (((-641 |#2|) $) 13)) (-2057 (($ (-1 (-112) |#2| |#2|) $ $) 62) (($ $ $) NIL)) (-1439 (($ (-1 |#2| |#2|) $) 37)) (-2110 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 59)) (-3476 (($ |#2| $ (-564)) NIL) (($ $ $ (-564)) 65)) (-2061 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 29)) (-2070 (((-112) (-1 (-112) |#2|) $) 23)) (-2961 ((|#2| $ (-564) |#2|) NIL) ((|#2| $ (-564)) NIL) (($ $ (-1226 (-564))) 64)) (-3383 (($ $ (-564)) 74) (($ $ (-1226 (-564))) 73)) (-1292 (((-768) (-1 (-112) |#2|) $) 34) (((-768) |#2| $) NIL)) (-1494 (($ $ $ (-564)) 67)) (-1892 (($ $) 66)) (-1732 (($ (-641 |#2|)) 71)) (-2834 (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ $ $) 86) (($ (-641 $)) 84)) (-1721 (((-859) $) 91)) (-2666 (((-112) (-1 (-112) |#2|) $) 22)) (-2853 (((-112) $ $) 94)) (-2880 (((-112) $ $) 98)))
-(((-18 |#1| |#2|) (-10 -8 (-15 -2853 ((-112) |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2880 ((-112) |#1| |#1|)) (-15 -1331 (|#1| |#1|)) (-15 -1331 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3796 (|#1| |#1|)) (-15 -1494 (|#1| |#1| |#1| (-564))) (-15 -2912 ((-112) |#1|)) (-15 -2057 (|#1| |#1| |#1|)) (-15 -1317 ((-564) |#2| |#1| (-564))) (-15 -1317 ((-564) |#2| |#1|)) (-15 -1317 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -2912 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -2057 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1869 (|#2| |#1| (-1226 (-564)) |#2|)) (-15 -3476 (|#1| |#1| |#1| (-564))) (-15 -3476 (|#1| |#2| |#1| (-564))) (-15 -3383 (|#1| |#1| (-1226 (-564)))) (-15 -3383 (|#1| |#1| (-564))) (-15 -2961 (|#1| |#1| (-1226 (-564)))) (-15 -2110 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2834 (|#1| (-641 |#1|))) (-15 -2834 (|#1| |#1| |#1|)) (-15 -2834 (|#1| |#2| |#1|)) (-15 -2834 (|#1| |#1| |#2|)) (-15 -1732 (|#1| (-641 |#2|))) (-15 -2061 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2961 (|#2| |#1| (-564))) (-15 -2961 (|#2| |#1| (-564) |#2|)) (-15 -1869 (|#2| |#1| (-564) |#2|)) (-15 -1292 ((-768) |#2| |#1|)) (-15 -1597 ((-641 |#2|) |#1|)) (-15 -1292 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -2070 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1439 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1892 (|#1| |#1|))) (-19 |#2|) (-1209)) (T -18))
+(3199217 . 3451054405)
+((-2386 (((-112) (-1 (-112) |#2| |#2|) $) 85) (((-112) $) NIL)) (-2573 (($ (-1 (-112) |#2| |#2|) $) 18) (($ $) NIL)) (-1970 ((|#2| $ (-564) |#2|) NIL) ((|#2| $ (-1226 (-564)) |#2|) 43)) (-4325 (($ $) 79)) (-1988 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 51) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 49) ((|#2| (-1 |#2| |#2| |#2|) $) 48)) (-3360 (((-564) (-1 (-112) |#2|) $) 27) (((-564) |#2| $) NIL) (((-564) |#2| $ (-564)) 95)) (-1433 (((-641 |#2|) $) 13)) (-3956 (($ (-1 (-112) |#2| |#2|) $ $) 62) (($ $ $) NIL)) (-2250 (($ (-1 |#2| |#2|) $) 37)) (-2449 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 59)) (-3652 (($ |#2| $ (-564)) NIL) (($ $ $ (-564)) 65)) (-3995 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 29)) (-4077 (((-112) (-1 (-112) |#2|) $) 23)) (-1350 ((|#2| $ (-564) |#2|) NIL) ((|#2| $ (-564)) NIL) (($ $ (-1226 (-564))) 64)) (-2126 (($ $ (-564)) 74) (($ $ (-1226 (-564))) 73)) (-2791 (((-768) (-1 (-112) |#2|) $) 34) (((-768) |#2| $) NIL)) (-3623 (($ $ $ (-564)) 67)) (-1991 (($ $) 66)) (-1842 (($ (-641 |#2|)) 71)) (-3043 (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ $ $) 86) (($ (-641 $)) 84)) (-1831 (((-859) $) 91)) (-1963 (((-112) (-1 (-112) |#2|) $) 22)) (-1702 (((-112) $ $) 94)) (-1723 (((-112) $ $) 98)))
+(((-18 |#1| |#2|) (-10 -8 (-15 -1702 ((-112) |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -1723 ((-112) |#1| |#1|)) (-15 -2573 (|#1| |#1|)) (-15 -2573 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -4325 (|#1| |#1|)) (-15 -3623 (|#1| |#1| |#1| (-564))) (-15 -2386 ((-112) |#1|)) (-15 -3956 (|#1| |#1| |#1|)) (-15 -3360 ((-564) |#2| |#1| (-564))) (-15 -3360 ((-564) |#2| |#1|)) (-15 -3360 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -2386 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3956 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1970 (|#2| |#1| (-1226 (-564)) |#2|)) (-15 -3652 (|#1| |#1| |#1| (-564))) (-15 -3652 (|#1| |#2| |#1| (-564))) (-15 -2126 (|#1| |#1| (-1226 (-564)))) (-15 -2126 (|#1| |#1| (-564))) (-15 -1350 (|#1| |#1| (-1226 (-564)))) (-15 -2449 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3043 (|#1| (-641 |#1|))) (-15 -3043 (|#1| |#1| |#1|)) (-15 -3043 (|#1| |#2| |#1|)) (-15 -3043 (|#1| |#1| |#2|)) (-15 -1842 (|#1| (-641 |#2|))) (-15 -3995 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1350 (|#2| |#1| (-564))) (-15 -1350 (|#2| |#1| (-564) |#2|)) (-15 -1970 (|#2| |#1| (-564) |#2|)) (-15 -2791 ((-768) |#2| |#1|)) (-15 -1433 ((-641 |#2|) |#1|)) (-15 -2791 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -4077 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2250 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1991 (|#1| |#1|))) (-19 |#2|) (-1209)) (T -18))
NIL
-(-10 -8 (-15 -2853 ((-112) |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2880 ((-112) |#1| |#1|)) (-15 -1331 (|#1| |#1|)) (-15 -1331 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3796 (|#1| |#1|)) (-15 -1494 (|#1| |#1| |#1| (-564))) (-15 -2912 ((-112) |#1|)) (-15 -2057 (|#1| |#1| |#1|)) (-15 -1317 ((-564) |#2| |#1| (-564))) (-15 -1317 ((-564) |#2| |#1|)) (-15 -1317 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -2912 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -2057 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1869 (|#2| |#1| (-1226 (-564)) |#2|)) (-15 -3476 (|#1| |#1| |#1| (-564))) (-15 -3476 (|#1| |#2| |#1| (-564))) (-15 -3383 (|#1| |#1| (-1226 (-564)))) (-15 -3383 (|#1| |#1| (-564))) (-15 -2961 (|#1| |#1| (-1226 (-564)))) (-15 -2110 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2834 (|#1| (-641 |#1|))) (-15 -2834 (|#1| |#1| |#1|)) (-15 -2834 (|#1| |#2| |#1|)) (-15 -2834 (|#1| |#1| |#2|)) (-15 -1732 (|#1| (-641 |#2|))) (-15 -2061 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2961 (|#2| |#1| (-564))) (-15 -2961 (|#2| |#1| (-564) |#2|)) (-15 -1869 (|#2| |#1| (-564) |#2|)) (-15 -1292 ((-768) |#2| |#1|)) (-15 -1597 ((-641 |#2|) |#1|)) (-15 -1292 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -2070 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1439 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1892 (|#1| |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-2229 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) 98) (((-112) $) 92 (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) 89 (|has| $ (-6 -4413))) (($ $) 88 (-12 (|has| |#1| (-847)) (|has| $ (-6 -4413))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) 8)) (-1869 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-3796 (($ $) 90 (|has| $ (-6 -4413)))) (-2460 (($ $) 100)) (-1928 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 51)) (-1317 (((-564) (-1 (-112) |#1|) $) 97) (((-564) |#1| $) 96 (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) 95 (|has| |#1| (-1094)))) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-1585 (($ (-768) |#1|) 69)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 43 (|has| (-564) (-847)))) (-2766 (($ $ $) 87 (|has| |#1| (-847)))) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 44 (|has| (-564) (-847)))) (-1650 (($ $ $) 86 (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-4184 (((-641 (-564)) $) 46)) (-2405 (((-112) (-564) $) 47)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1897 ((|#1| $) 42 (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-1759 (($ $ |#1|) 41 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-3383 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1494 (($ $ $ (-564)) 91 (|has| $ (-6 -4413)))) (-1892 (($ $) 13)) (-2153 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 70)) (-2834 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) 84 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 83 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2908 (((-112) $ $) 85 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 82 (|has| |#1| (-847)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+(-10 -8 (-15 -1702 ((-112) |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -1723 ((-112) |#1| |#1|)) (-15 -2573 (|#1| |#1|)) (-15 -2573 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -4325 (|#1| |#1|)) (-15 -3623 (|#1| |#1| |#1| (-564))) (-15 -2386 ((-112) |#1|)) (-15 -3956 (|#1| |#1| |#1|)) (-15 -3360 ((-564) |#2| |#1| (-564))) (-15 -3360 ((-564) |#2| |#1|)) (-15 -3360 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -2386 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3956 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1970 (|#2| |#1| (-1226 (-564)) |#2|)) (-15 -3652 (|#1| |#1| |#1| (-564))) (-15 -3652 (|#1| |#2| |#1| (-564))) (-15 -2126 (|#1| |#1| (-1226 (-564)))) (-15 -2126 (|#1| |#1| (-564))) (-15 -1350 (|#1| |#1| (-1226 (-564)))) (-15 -2449 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3043 (|#1| (-641 |#1|))) (-15 -3043 (|#1| |#1| |#1|)) (-15 -3043 (|#1| |#2| |#1|)) (-15 -3043 (|#1| |#1| |#2|)) (-15 -1842 (|#1| (-641 |#2|))) (-15 -3995 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1350 (|#2| |#1| (-564))) (-15 -1350 (|#2| |#1| (-564) |#2|)) (-15 -1970 (|#2| |#1| (-564) |#2|)) (-15 -2791 ((-768) |#2| |#1|)) (-15 -1433 ((-641 |#2|) |#1|)) (-15 -2791 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -4077 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2250 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1991 (|#1| |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1956 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) 98) (((-112) $) 92 (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) 89 (|has| $ (-6 -4407))) (($ $) 88 (-12 (|has| |#1| (-847)) (|has| $ (-6 -4407))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) 8)) (-1970 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-4325 (($ $) 90 (|has| $ (-6 -4407)))) (-3919 (($ $) 100)) (-3337 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 51)) (-3360 (((-564) (-1 (-112) |#1|) $) 97) (((-564) |#1| $) 96 (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) 95 (|has| |#1| (-1094)))) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3654 (($ (-768) |#1|) 69)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 43 (|has| (-564) (-847)))) (-1925 (($ $ $) 87 (|has| |#1| (-847)))) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 44 (|has| (-564) (-847)))) (-3375 (($ $ $) 86 (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-3883 (((-641 (-564)) $) 46)) (-4336 (((-112) (-564) $) 47)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3303 ((|#1| $) 42 (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-4253 (($ $ |#1|) 41 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-2126 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3623 (($ $ $ (-564)) 91 (|has| $ (-6 -4407)))) (-1991 (($ $) 13)) (-2511 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 70)) (-3043 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) 84 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 83 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-1749 (((-112) $ $) 85 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 82 (|has| |#1| (-847)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-19 |#1|) (-140) (-1209)) (T -19))
NIL
-(-13 (-373 |t#1|) (-10 -7 (-6 -4413)))
-(((-34) . T) ((-102) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-373 |#1|) . T) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-847) |has| |#1| (-847)) ((-1094) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-1209) . T))
-((-2071 (((-3 $ "failed") $ $) 12)) (-2970 (($ $) NIL) (($ $ $) 9)) (* (($ (-918) $) NIL) (($ (-768) $) 16) (($ (-564) $) 26)))
-(((-20 |#1|) (-10 -8 (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 -2071 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|))) (-21)) (T -20))
+(-13 (-373 |t#1|) (-10 -7 (-6 -4407)))
+(((-34) . T) ((-102) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-373 |#1|) . T) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-847) |has| |#1| (-847)) ((-1094) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-1209) . T))
+((-4088 (((-3 $ "failed") $ $) 12)) (-1808 (($ $) NIL) (($ $ $) 9)) (* (($ (-918) $) NIL) (($ (-768) $) 16) (($ (-564) $) 26)))
+(((-20 |#1|) (-10 -8 (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 -4088 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|))) (-21)) (T -20))
NIL
-(-10 -8 (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 -2071 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20)))
+(-10 -8 (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 -4088 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20)))
(((-21) (-140)) (T -21))
-((-2970 (*1 *1 *1) (-4 *1 (-21))) (-2970 (*1 *1 *1 *1) (-4 *1 (-21))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-564)))))
-(-13 (-131) (-10 -8 (-15 -2970 ($ $)) (-15 -2970 ($ $ $)) (-15 * ($ (-564) $))))
+((-1808 (*1 *1 *1) (-4 *1 (-21))) (-1808 (*1 *1 *1 *1) (-4 *1 (-21))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-564)))))
+(-13 (-131) (-10 -8 (-15 -1808 ($ $)) (-15 -1808 ($ $ $)) (-15 * ($ (-564) $))))
(((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-2013 (((-112) $) 10)) (-1692 (($) 15)) (* (($ (-918) $) 14) (($ (-768) $) 19)))
-(((-22 |#1|) (-10 -8 (-15 * (|#1| (-768) |#1|)) (-15 -2013 ((-112) |#1|)) (-15 -1692 (|#1|)) (-15 * (|#1| (-918) |#1|))) (-23)) (T -22))
+((-1615 (((-112) $) 10)) (-1778 (($) 15)) (* (($ (-918) $) 14) (($ (-768) $) 19)))
+(((-22 |#1|) (-10 -8 (-15 * (|#1| (-768) |#1|)) (-15 -1615 ((-112) |#1|)) (-15 -1778 (|#1|)) (-15 * (|#1| (-918) |#1|))) (-23)) (T -22))
NIL
-(-10 -8 (-15 * (|#1| (-768) |#1|)) (-15 -2013 ((-112) |#1|)) (-15 -1692 (|#1|)) (-15 * (|#1| (-918) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-1692 (($) 17 T CONST)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15)))
+(-10 -8 (-15 * (|#1| (-768) |#1|)) (-15 -1615 ((-112) |#1|)) (-15 -1778 (|#1|)) (-15 * (|#1| (-918) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-1778 (($) 17 T CONST)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15)))
(((-23) (-140)) (T -23))
-((-2885 (*1 *1) (-4 *1 (-23))) (-1692 (*1 *1) (-4 *1 (-23))) (-2013 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-112)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-768)))))
-(-13 (-25) (-10 -8 (-15 (-2885) ($) -1367) (-15 -1692 ($) -1367) (-15 -2013 ((-112) $)) (-15 * ($ (-768) $))))
+((-1293 (*1 *1) (-4 *1 (-23))) (-1778 (*1 *1) (-4 *1 (-23))) (-1615 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-112)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-768)))))
+(-13 (-25) (-10 -8 (-15 (-1293) ($) -1809) (-15 -1778 ($) -1809) (-15 -1615 ((-112) $)) (-15 * ($ (-768) $))))
(((-25) . T) ((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
((* (($ (-918) $) 10)))
(((-24 |#1|) (-10 -8 (-15 * (|#1| (-918) |#1|))) (-25)) (T -24))
NIL
(-10 -8 (-15 * (|#1| (-918) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 6)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13)))
+((-1817 (((-112) $ $) 7)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 6)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13)))
(((-25) (-140)) (T -25))
-((-2956 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-918)))))
-(-13 (-1094) (-10 -8 (-15 -2956 ($ $ $)) (-15 * ($ (-918) $))))
+((-1797 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-918)))))
+(-13 (-1094) (-10 -8 (-15 -1797 ($ $ $)) (-15 * ($ (-918) $))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-4275 (((-641 $) (-949 $)) 32) (((-641 $) (-1166 $)) 16) (((-641 $) (-1166 $) (-1170)) 20)) (-1629 (($ (-949 $)) 30) (($ (-1166 $)) 11) (($ (-1166 $) (-1170)) 60)) (-1914 (((-641 $) (-949 $)) 33) (((-641 $) (-1166 $)) 18) (((-641 $) (-1166 $) (-1170)) 19)) (-1300 (($ (-949 $)) 31) (($ (-1166 $)) 13) (($ (-1166 $) (-1170)) NIL)))
-(((-26 |#1|) (-10 -8 (-15 -4275 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -4275 ((-641 |#1|) (-1166 |#1|))) (-15 -4275 ((-641 |#1|) (-949 |#1|))) (-15 -1629 (|#1| (-1166 |#1|) (-1170))) (-15 -1629 (|#1| (-1166 |#1|))) (-15 -1629 (|#1| (-949 |#1|))) (-15 -1914 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -1914 ((-641 |#1|) (-1166 |#1|))) (-15 -1914 ((-641 |#1|) (-949 |#1|))) (-15 -1300 (|#1| (-1166 |#1|) (-1170))) (-15 -1300 (|#1| (-1166 |#1|))) (-15 -1300 (|#1| (-949 |#1|)))) (-27)) (T -26))
+((-2271 (((-641 $) (-949 $)) 32) (((-641 $) (-1166 $)) 16) (((-641 $) (-1166 $) (-1170)) 20)) (-2474 (($ (-949 $)) 30) (($ (-1166 $)) 11) (($ (-1166 $) (-1170)) 60)) (-1938 (((-641 $) (-949 $)) 33) (((-641 $) (-1166 $)) 18) (((-641 $) (-1166 $) (-1170)) 19)) (-2929 (($ (-949 $)) 31) (($ (-1166 $)) 13) (($ (-1166 $) (-1170)) NIL)))
+(((-26 |#1|) (-10 -8 (-15 -2271 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -2271 ((-641 |#1|) (-1166 |#1|))) (-15 -2271 ((-641 |#1|) (-949 |#1|))) (-15 -2474 (|#1| (-1166 |#1|) (-1170))) (-15 -2474 (|#1| (-1166 |#1|))) (-15 -2474 (|#1| (-949 |#1|))) (-15 -1938 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -1938 ((-641 |#1|) (-1166 |#1|))) (-15 -1938 ((-641 |#1|) (-949 |#1|))) (-15 -2929 (|#1| (-1166 |#1|) (-1170))) (-15 -2929 (|#1| (-1166 |#1|))) (-15 -2929 (|#1| (-949 |#1|)))) (-27)) (T -26))
NIL
-(-10 -8 (-15 -4275 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -4275 ((-641 |#1|) (-1166 |#1|))) (-15 -4275 ((-641 |#1|) (-949 |#1|))) (-15 -1629 (|#1| (-1166 |#1|) (-1170))) (-15 -1629 (|#1| (-1166 |#1|))) (-15 -1629 (|#1| (-949 |#1|))) (-15 -1914 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -1914 ((-641 |#1|) (-1166 |#1|))) (-15 -1914 ((-641 |#1|) (-949 |#1|))) (-15 -1300 (|#1| (-1166 |#1|) (-1170))) (-15 -1300 (|#1| (-1166 |#1|))) (-15 -1300 (|#1| (-949 |#1|))))
-((-1709 (((-112) $ $) 7)) (-4275 (((-641 $) (-949 $)) 81) (((-641 $) (-1166 $)) 80) (((-641 $) (-1166 $) (-1170)) 79)) (-1629 (($ (-949 $)) 84) (($ (-1166 $)) 83) (($ (-1166 $) (-1170)) 82)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 74)) (-1798 (((-418 $) $) 73)) (-4029 (($ $) 93)) (-1817 (((-112) $ $) 60)) (-1692 (($) 17 T CONST)) (-1914 (((-641 $) (-949 $)) 87) (((-641 $) (-1166 $)) 86) (((-641 $) (-1166 $) (-1170)) 85)) (-1300 (($ (-949 $)) 90) (($ (-1166 $)) 89) (($ (-1166 $) (-1170)) 88)) (-2668 (($ $ $) 56)) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-2941 (((-112) $) 72)) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 92)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 71)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-4020 (((-418 $) $) 75)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2358 (((-768) $) 59)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ $) 66)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70) (($ $ (-407 (-564))) 91)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
+(-10 -8 (-15 -2271 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -2271 ((-641 |#1|) (-1166 |#1|))) (-15 -2271 ((-641 |#1|) (-949 |#1|))) (-15 -2474 (|#1| (-1166 |#1|) (-1170))) (-15 -2474 (|#1| (-1166 |#1|))) (-15 -2474 (|#1| (-949 |#1|))) (-15 -1938 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -1938 ((-641 |#1|) (-1166 |#1|))) (-15 -1938 ((-641 |#1|) (-949 |#1|))) (-15 -2929 (|#1| (-1166 |#1|) (-1170))) (-15 -2929 (|#1| (-1166 |#1|))) (-15 -2929 (|#1| (-949 |#1|))))
+((-1817 (((-112) $ $) 7)) (-2271 (((-641 $) (-949 $)) 81) (((-641 $) (-1166 $)) 80) (((-641 $) (-1166 $) (-1170)) 79)) (-2474 (($ (-949 $)) 84) (($ (-1166 $)) 83) (($ (-1166 $) (-1170)) 82)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 74)) (-3399 (((-418 $) $) 73)) (-3083 (($ $) 93)) (-3554 (((-112) $ $) 60)) (-1778 (($) 17 T CONST)) (-1938 (((-641 $) (-949 $)) 87) (((-641 $) (-1166 $)) 86) (((-641 $) (-1166 $) (-1170)) 85)) (-2929 (($ (-949 $)) 90) (($ (-1166 $)) 89) (($ (-1166 $) (-1170)) 88)) (-1449 (($ $ $) 56)) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-1420 (((-112) $) 72)) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 92)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 71)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3070 (((-418 $) $) 75)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-3920 (((-768) $) 59)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ $) 66)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70) (($ $ (-407 (-564))) 91)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
(((-27) (-140)) (T -27))
-((-1300 (*1 *1 *2) (-12 (-5 *2 (-949 *1)) (-4 *1 (-27)))) (-1300 (*1 *1 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-27)))) (-1300 (*1 *1 *2 *3) (-12 (-5 *2 (-1166 *1)) (-5 *3 (-1170)) (-4 *1 (-27)))) (-1914 (*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1)))) (-1914 (*1 *2 *3) (-12 (-5 *3 (-1166 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1)))) (-1914 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *1)) (-5 *4 (-1170)) (-4 *1 (-27)) (-5 *2 (-641 *1)))) (-1629 (*1 *1 *2) (-12 (-5 *2 (-949 *1)) (-4 *1 (-27)))) (-1629 (*1 *1 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-27)))) (-1629 (*1 *1 *2 *3) (-12 (-5 *2 (-1166 *1)) (-5 *3 (-1170)) (-4 *1 (-27)))) (-4275 (*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1)))) (-4275 (*1 *2 *3) (-12 (-5 *3 (-1166 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1)))) (-4275 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *1)) (-5 *4 (-1170)) (-4 *1 (-27)) (-5 *2 (-641 *1)))))
-(-13 (-363) (-999) (-10 -8 (-15 -1300 ($ (-949 $))) (-15 -1300 ($ (-1166 $))) (-15 -1300 ($ (-1166 $) (-1170))) (-15 -1914 ((-641 $) (-949 $))) (-15 -1914 ((-641 $) (-1166 $))) (-15 -1914 ((-641 $) (-1166 $) (-1170))) (-15 -1629 ($ (-949 $))) (-15 -1629 ($ (-1166 $))) (-15 -1629 ($ (-1166 $) (-1170))) (-15 -4275 ((-641 $) (-949 $))) (-15 -4275 ((-641 $) (-1166 $))) (-15 -4275 ((-641 $) (-1166 $) (-1170)))))
+((-2929 (*1 *1 *2) (-12 (-5 *2 (-949 *1)) (-4 *1 (-27)))) (-2929 (*1 *1 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-27)))) (-2929 (*1 *1 *2 *3) (-12 (-5 *2 (-1166 *1)) (-5 *3 (-1170)) (-4 *1 (-27)))) (-1938 (*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1)))) (-1938 (*1 *2 *3) (-12 (-5 *3 (-1166 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1)))) (-1938 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *1)) (-5 *4 (-1170)) (-4 *1 (-27)) (-5 *2 (-641 *1)))) (-2474 (*1 *1 *2) (-12 (-5 *2 (-949 *1)) (-4 *1 (-27)))) (-2474 (*1 *1 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-27)))) (-2474 (*1 *1 *2 *3) (-12 (-5 *2 (-1166 *1)) (-5 *3 (-1170)) (-4 *1 (-27)))) (-2271 (*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1)))) (-2271 (*1 *2 *3) (-12 (-5 *3 (-1166 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1)))) (-2271 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *1)) (-5 *4 (-1170)) (-4 *1 (-27)) (-5 *2 (-641 *1)))))
+(-13 (-363) (-999) (-10 -8 (-15 -2929 ($ (-949 $))) (-15 -2929 ($ (-1166 $))) (-15 -2929 ($ (-1166 $) (-1170))) (-15 -1938 ((-641 $) (-949 $))) (-15 -1938 ((-641 $) (-1166 $))) (-15 -1938 ((-641 $) (-1166 $) (-1170))) (-15 -2474 ($ (-949 $))) (-15 -2474 ($ (-1166 $))) (-15 -2474 ($ (-1166 $) (-1170))) (-15 -2271 ((-641 $) (-949 $))) (-15 -2271 ((-641 $) (-1166 $))) (-15 -2271 ((-641 $) (-1166 $) (-1170)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-243) . T) ((-290) . T) ((-307) . T) ((-363) . T) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 $) . T) ((-723) . T) ((-917) . T) ((-999) . T) ((-1052 #0#) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) . T))
-((-4275 (((-641 $) (-949 $)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-1166 $) (-1170)) 60) (((-641 $) $) 22) (((-641 $) $ (-1170)) 51)) (-1629 (($ (-949 $)) NIL) (($ (-1166 $)) NIL) (($ (-1166 $) (-1170)) 62) (($ $) 20) (($ $ (-1170)) 45)) (-1914 (((-641 $) (-949 $)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-1166 $) (-1170)) 58) (((-641 $) $) 18) (((-641 $) $ (-1170)) 53)) (-1300 (($ (-949 $)) NIL) (($ (-1166 $)) NIL) (($ (-1166 $) (-1170)) NIL) (($ $) 15) (($ $ (-1170)) 47)))
-(((-28 |#1| |#2|) (-10 -8 (-15 -4275 ((-641 |#1|) |#1| (-1170))) (-15 -1629 (|#1| |#1| (-1170))) (-15 -4275 ((-641 |#1|) |#1|)) (-15 -1629 (|#1| |#1|)) (-15 -1914 ((-641 |#1|) |#1| (-1170))) (-15 -1300 (|#1| |#1| (-1170))) (-15 -1914 ((-641 |#1|) |#1|)) (-15 -1300 (|#1| |#1|)) (-15 -4275 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -4275 ((-641 |#1|) (-1166 |#1|))) (-15 -4275 ((-641 |#1|) (-949 |#1|))) (-15 -1629 (|#1| (-1166 |#1|) (-1170))) (-15 -1629 (|#1| (-1166 |#1|))) (-15 -1629 (|#1| (-949 |#1|))) (-15 -1914 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -1914 ((-641 |#1|) (-1166 |#1|))) (-15 -1914 ((-641 |#1|) (-949 |#1|))) (-15 -1300 (|#1| (-1166 |#1|) (-1170))) (-15 -1300 (|#1| (-1166 |#1|))) (-15 -1300 (|#1| (-949 |#1|)))) (-29 |#2|) (-13 (-847) (-556))) (T -28))
+((-2271 (((-641 $) (-949 $)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-1166 $) (-1170)) 60) (((-641 $) $) 22) (((-641 $) $ (-1170)) 51)) (-2474 (($ (-949 $)) NIL) (($ (-1166 $)) NIL) (($ (-1166 $) (-1170)) 62) (($ $) 20) (($ $ (-1170)) 45)) (-1938 (((-641 $) (-949 $)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-1166 $) (-1170)) 58) (((-641 $) $) 18) (((-641 $) $ (-1170)) 53)) (-2929 (($ (-949 $)) NIL) (($ (-1166 $)) NIL) (($ (-1166 $) (-1170)) NIL) (($ $) 15) (($ $ (-1170)) 47)))
+(((-28 |#1| |#2|) (-10 -8 (-15 -2271 ((-641 |#1|) |#1| (-1170))) (-15 -2474 (|#1| |#1| (-1170))) (-15 -2271 ((-641 |#1|) |#1|)) (-15 -2474 (|#1| |#1|)) (-15 -1938 ((-641 |#1|) |#1| (-1170))) (-15 -2929 (|#1| |#1| (-1170))) (-15 -1938 ((-641 |#1|) |#1|)) (-15 -2929 (|#1| |#1|)) (-15 -2271 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -2271 ((-641 |#1|) (-1166 |#1|))) (-15 -2271 ((-641 |#1|) (-949 |#1|))) (-15 -2474 (|#1| (-1166 |#1|) (-1170))) (-15 -2474 (|#1| (-1166 |#1|))) (-15 -2474 (|#1| (-949 |#1|))) (-15 -1938 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -1938 ((-641 |#1|) (-1166 |#1|))) (-15 -1938 ((-641 |#1|) (-949 |#1|))) (-15 -2929 (|#1| (-1166 |#1|) (-1170))) (-15 -2929 (|#1| (-1166 |#1|))) (-15 -2929 (|#1| (-949 |#1|)))) (-29 |#2|) (-13 (-847) (-556))) (T -28))
NIL
-(-10 -8 (-15 -4275 ((-641 |#1|) |#1| (-1170))) (-15 -1629 (|#1| |#1| (-1170))) (-15 -4275 ((-641 |#1|) |#1|)) (-15 -1629 (|#1| |#1|)) (-15 -1914 ((-641 |#1|) |#1| (-1170))) (-15 -1300 (|#1| |#1| (-1170))) (-15 -1914 ((-641 |#1|) |#1|)) (-15 -1300 (|#1| |#1|)) (-15 -4275 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -4275 ((-641 |#1|) (-1166 |#1|))) (-15 -4275 ((-641 |#1|) (-949 |#1|))) (-15 -1629 (|#1| (-1166 |#1|) (-1170))) (-15 -1629 (|#1| (-1166 |#1|))) (-15 -1629 (|#1| (-949 |#1|))) (-15 -1914 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -1914 ((-641 |#1|) (-1166 |#1|))) (-15 -1914 ((-641 |#1|) (-949 |#1|))) (-15 -1300 (|#1| (-1166 |#1|) (-1170))) (-15 -1300 (|#1| (-1166 |#1|))) (-15 -1300 (|#1| (-949 |#1|))))
-((-1709 (((-112) $ $) 7)) (-4275 (((-641 $) (-949 $)) 81) (((-641 $) (-1166 $)) 80) (((-641 $) (-1166 $) (-1170)) 79) (((-641 $) $) 125) (((-641 $) $ (-1170)) 123)) (-1629 (($ (-949 $)) 84) (($ (-1166 $)) 83) (($ (-1166 $) (-1170)) 82) (($ $) 126) (($ $ (-1170)) 124)) (-2013 (((-112) $) 16)) (-4153 (((-641 (-1170)) $) 200)) (-3992 (((-407 (-1166 $)) $ (-610 $)) 232 (|has| |#1| (-556)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-3906 (((-641 (-610 $)) $) 163)) (-2071 (((-3 $ "failed") $ $) 19)) (-1470 (($ $ (-641 (-610 $)) (-641 $)) 153) (($ $ (-641 (-294 $))) 152) (($ $ (-294 $)) 151)) (-2275 (($ $) 74)) (-1798 (((-418 $) $) 73)) (-4029 (($ $) 93)) (-1817 (((-112) $ $) 60)) (-1692 (($) 17 T CONST)) (-1914 (((-641 $) (-949 $)) 87) (((-641 $) (-1166 $)) 86) (((-641 $) (-1166 $) (-1170)) 85) (((-641 $) $) 129) (((-641 $) $ (-1170)) 127)) (-1300 (($ (-949 $)) 90) (($ (-1166 $)) 89) (($ (-1166 $) (-1170)) 88) (($ $) 130) (($ $ (-1170)) 128)) (-2035 (((-3 (-949 |#1|) "failed") $) 250 (|has| |#1| (-1046))) (((-3 (-407 (-949 |#1|)) "failed") $) 234 (|has| |#1| (-556))) (((-3 |#1| "failed") $) 196) (((-3 (-564) "failed") $) 193 (|has| |#1| (-1035 (-564)))) (((-3 (-1170) "failed") $) 187) (((-3 (-610 $) "failed") $) 138) (((-3 (-407 (-564)) "failed") $) 121 (-2713 (-12 (|has| |#1| (-1035 (-564))) (|has| |#1| (-556))) (|has| |#1| (-1035 (-407 (-564))))))) (-3437 (((-949 |#1|) $) 249 (|has| |#1| (-1046))) (((-407 (-949 |#1|)) $) 233 (|has| |#1| (-556))) ((|#1| $) 195) (((-564) $) 194 (|has| |#1| (-1035 (-564)))) (((-1170) $) 186) (((-610 $) $) 137) (((-407 (-564)) $) 122 (-2713 (-12 (|has| |#1| (-1035 (-564))) (|has| |#1| (-556))) (|has| |#1| (-1035 (-407 (-564))))))) (-2668 (($ $ $) 56)) (-3762 (((-685 |#1|) (-685 $)) 240 (|has| |#1| (-1046))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 239 (|has| |#1| (-1046))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 120 (-2713 (-2832 (|has| |#1| (-1046)) (|has| |#1| (-637 (-564)))) (-2832 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))) (((-685 (-564)) (-685 $)) 119 (-2713 (-2832 (|has| |#1| (-1046)) (|has| |#1| (-637 (-564)))) (-2832 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-2941 (((-112) $) 72)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 192 (|has| |#1| (-883 (-379)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 191 (|has| |#1| (-883 (-564))))) (-4129 (($ (-641 $)) 157) (($ $) 156)) (-2375 (((-641 (-114)) $) 164)) (-2984 (((-114) (-114)) 165)) (-3282 (((-112) $) 31)) (-2400 (((-112) $) 185 (|has| $ (-1035 (-564))))) (-2079 (($ $) 217 (|has| |#1| (-1046)))) (-2654 (((-1119 |#1| (-610 $)) $) 216 (|has| |#1| (-1046)))) (-2201 (($ $ (-564)) 92)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-3156 (((-1166 $) (-610 $)) 182 (|has| $ (-1046)))) (-2766 (($ $ $) 136)) (-1650 (($ $ $) 135)) (-2110 (($ (-1 $ $) (-610 $)) 171)) (-4036 (((-3 (-610 $) "failed") $) 161)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-3980 (((-641 (-610 $)) $) 162)) (-2720 (($ (-114) (-641 $)) 170) (($ (-114) $) 169)) (-4215 (((-3 (-641 $) "failed") $) 211 (|has| |#1| (-1106)))) (-1537 (((-3 (-2 (|:| |val| $) (|:| -2954 (-564))) "failed") $) 220 (|has| |#1| (-1046)))) (-3366 (((-3 (-641 $) "failed") $) 213 (|has| |#1| (-25)))) (-1710 (((-3 (-2 (|:| -2784 (-564)) (|:| |var| (-610 $))) "failed") $) 214 (|has| |#1| (-25)))) (-3763 (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $ (-1170)) 219 (|has| |#1| (-1046))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $ (-114)) 218 (|has| |#1| (-1046))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $) 212 (|has| |#1| (-1106)))) (-2631 (((-112) $ (-1170)) 168) (((-112) $ (-114)) 167)) (-4247 (($ $) 71)) (-1703 (((-768) $) 160)) (-4382 (((-1114) $) 10)) (-4258 (((-112) $) 198)) (-4269 ((|#1| $) 199)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-3663 (((-112) $ (-1170)) 173) (((-112) $ $) 172)) (-4020 (((-418 $) $) 75)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2000 (((-112) $) 184 (|has| $ (-1035 (-564))))) (-3227 (($ $ (-1170) (-768) (-1 $ $)) 224 (|has| |#1| (-1046))) (($ $ (-1170) (-768) (-1 $ (-641 $))) 223 (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ (-641 $)))) 222 (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ $))) 221 (|has| |#1| (-1046))) (($ $ (-641 (-114)) (-641 $) (-1170)) 210 (|has| |#1| (-612 (-536)))) (($ $ (-114) $ (-1170)) 209 (|has| |#1| (-612 (-536)))) (($ $) 208 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-1170))) 207 (|has| |#1| (-612 (-536)))) (($ $ (-1170)) 206 (|has| |#1| (-612 (-536)))) (($ $ (-114) (-1 $ $)) 181) (($ $ (-114) (-1 $ (-641 $))) 180) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) 179) (($ $ (-641 (-114)) (-641 (-1 $ $))) 178) (($ $ (-1170) (-1 $ $)) 177) (($ $ (-1170) (-1 $ (-641 $))) 176) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) 175) (($ $ (-641 (-1170)) (-641 (-1 $ $))) 174) (($ $ (-641 $) (-641 $)) 145) (($ $ $ $) 144) (($ $ (-294 $)) 143) (($ $ (-641 (-294 $))) 142) (($ $ (-641 (-610 $)) (-641 $)) 141) (($ $ (-610 $) $) 140)) (-2358 (((-768) $) 59)) (-2961 (($ (-114) (-641 $)) 150) (($ (-114) $ $ $ $) 149) (($ (-114) $ $ $) 148) (($ (-114) $ $) 147) (($ (-114) $) 146)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-1807 (($ $ $) 159) (($ $) 158)) (-1795 (($ $ (-1170)) 248 (|has| |#1| (-1046))) (($ $ (-641 (-1170))) 247 (|has| |#1| (-1046))) (($ $ (-1170) (-768)) 246 (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) 245 (|has| |#1| (-1046)))) (-2173 (($ $) 227 (|has| |#1| (-556)))) (-2663 (((-1119 |#1| (-610 $)) $) 226 (|has| |#1| (-556)))) (-3290 (($ $) 183 (|has| $ (-1046)))) (-2153 (((-536) $) 254 (|has| |#1| (-612 (-536)))) (($ (-418 $)) 225 (|has| |#1| (-556))) (((-889 (-379)) $) 190 (|has| |#1| (-612 (-889 (-379))))) (((-889 (-564)) $) 189 (|has| |#1| (-612 (-889 (-564)))))) (-3601 (($ $ $) 253 (|has| |#1| (-473)))) (-1923 (($ $ $) 252 (|has| |#1| (-473)))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ (-949 |#1|)) 251 (|has| |#1| (-1046))) (($ (-407 (-949 |#1|))) 235 (|has| |#1| (-556))) (($ (-407 (-949 (-407 |#1|)))) 231 (|has| |#1| (-556))) (($ (-949 (-407 |#1|))) 230 (|has| |#1| (-556))) (($ (-407 |#1|)) 229 (|has| |#1| (-556))) (($ (-1119 |#1| (-610 $))) 215 (|has| |#1| (-1046))) (($ |#1|) 197) (($ (-1170)) 188) (($ (-610 $)) 139)) (-2684 (((-3 $ "failed") $) 238 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1437 (($ (-641 $)) 155) (($ $) 154)) (-2289 (((-112) (-114)) 166)) (-1720 (((-112) $ $) 40)) (-1971 (($ (-1170) (-641 $)) 205) (($ (-1170) $ $ $ $) 204) (($ (-1170) $ $ $) 203) (($ (-1170) $ $) 202) (($ (-1170) $) 201)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-1170)) 244 (|has| |#1| (-1046))) (($ $ (-641 (-1170))) 243 (|has| |#1| (-1046))) (($ $ (-1170) (-768)) 242 (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) 241 (|has| |#1| (-1046)))) (-2920 (((-112) $ $) 133)) (-2893 (((-112) $ $) 132)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 134)) (-2880 (((-112) $ $) 131)) (-2983 (($ $ $) 66) (($ (-1119 |#1| (-610 $)) (-1119 |#1| (-610 $))) 228 (|has| |#1| (-556)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70) (($ $ (-407 (-564))) 91)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68) (($ $ |#1|) 237 (|has| |#1| (-172))) (($ |#1| $) 236 (|has| |#1| (-172)))))
+(-10 -8 (-15 -2271 ((-641 |#1|) |#1| (-1170))) (-15 -2474 (|#1| |#1| (-1170))) (-15 -2271 ((-641 |#1|) |#1|)) (-15 -2474 (|#1| |#1|)) (-15 -1938 ((-641 |#1|) |#1| (-1170))) (-15 -2929 (|#1| |#1| (-1170))) (-15 -1938 ((-641 |#1|) |#1|)) (-15 -2929 (|#1| |#1|)) (-15 -2271 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -2271 ((-641 |#1|) (-1166 |#1|))) (-15 -2271 ((-641 |#1|) (-949 |#1|))) (-15 -2474 (|#1| (-1166 |#1|) (-1170))) (-15 -2474 (|#1| (-1166 |#1|))) (-15 -2474 (|#1| (-949 |#1|))) (-15 -1938 ((-641 |#1|) (-1166 |#1|) (-1170))) (-15 -1938 ((-641 |#1|) (-1166 |#1|))) (-15 -1938 ((-641 |#1|) (-949 |#1|))) (-15 -2929 (|#1| (-1166 |#1|) (-1170))) (-15 -2929 (|#1| (-1166 |#1|))) (-15 -2929 (|#1| (-949 |#1|))))
+((-1817 (((-112) $ $) 7)) (-2271 (((-641 $) (-949 $)) 81) (((-641 $) (-1166 $)) 80) (((-641 $) (-1166 $) (-1170)) 79) (((-641 $) $) 125) (((-641 $) $ (-1170)) 123)) (-2474 (($ (-949 $)) 84) (($ (-1166 $)) 83) (($ (-1166 $) (-1170)) 82) (($ $) 126) (($ $ (-1170)) 124)) (-1615 (((-112) $) 16)) (-3209 (((-641 (-1170)) $) 200)) (-3040 (((-407 (-1166 $)) $ (-610 $)) 232 (|has| |#1| (-556)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-2956 (((-641 (-610 $)) $) 163)) (-4088 (((-3 $ "failed") $ $) 19)) (-3574 (($ $ (-641 (-610 $)) (-641 $)) 153) (($ $ (-641 (-294 $))) 152) (($ $ (-294 $)) 151)) (-2427 (($ $) 74)) (-3399 (((-418 $) $) 73)) (-3083 (($ $) 93)) (-3554 (((-112) $ $) 60)) (-1778 (($) 17 T CONST)) (-1938 (((-641 $) (-949 $)) 87) (((-641 $) (-1166 $)) 86) (((-641 $) (-1166 $) (-1170)) 85) (((-641 $) $) 129) (((-641 $) $ (-1170)) 127)) (-2929 (($ (-949 $)) 90) (($ (-1166 $)) 89) (($ (-1166 $) (-1170)) 88) (($ $) 130) (($ $ (-1170)) 128)) (-2347 (((-3 (-949 |#1|) "failed") $) 250 (|has| |#1| (-1046))) (((-3 (-407 (-949 |#1|)) "failed") $) 234 (|has| |#1| (-556))) (((-3 |#1| "failed") $) 196) (((-3 (-564) "failed") $) 193 (|has| |#1| (-1035 (-564)))) (((-3 (-1170) "failed") $) 187) (((-3 (-610 $) "failed") $) 138) (((-3 (-407 (-564)) "failed") $) 121 (-4078 (-12 (|has| |#1| (-1035 (-564))) (|has| |#1| (-556))) (|has| |#1| (-1035 (-407 (-564))))))) (-2237 (((-949 |#1|) $) 249 (|has| |#1| (-1046))) (((-407 (-949 |#1|)) $) 233 (|has| |#1| (-556))) ((|#1| $) 195) (((-564) $) 194 (|has| |#1| (-1035 (-564)))) (((-1170) $) 186) (((-610 $) $) 137) (((-407 (-564)) $) 122 (-4078 (-12 (|has| |#1| (-1035 (-564))) (|has| |#1| (-556))) (|has| |#1| (-1035 (-407 (-564))))))) (-1449 (($ $ $) 56)) (-4050 (((-685 |#1|) (-685 $)) 240 (|has| |#1| (-1046))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 239 (|has| |#1| (-1046))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 120 (-4078 (-4348 (|has| |#1| (-1046)) (|has| |#1| (-637 (-564)))) (-4348 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))) (((-685 (-564)) (-685 $)) 119 (-4078 (-4348 (|has| |#1| (-1046)) (|has| |#1| (-637 (-564)))) (-4348 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-1420 (((-112) $) 72)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 192 (|has| |#1| (-883 (-379)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 191 (|has| |#1| (-883 (-564))))) (-3352 (($ (-641 $)) 157) (($ $) 156)) (-4095 (((-641 (-114)) $) 164)) (-1841 (((-114) (-114)) 165)) (-2949 (((-112) $) 31)) (-4301 (((-112) $) 185 (|has| $ (-1035 (-564))))) (-4157 (($ $) 217 (|has| |#1| (-1046)))) (-3678 (((-1119 |#1| (-610 $)) $) 216 (|has| |#1| (-1046)))) (-2915 (($ $ (-564)) 92)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-4168 (((-1166 $) (-610 $)) 182 (|has| $ (-1046)))) (-1925 (($ $ $) 136)) (-3375 (($ $ $) 135)) (-2449 (($ (-1 $ $) (-610 $)) 171)) (-1802 (((-3 (-610 $) "failed") $) 161)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3026 (((-641 (-610 $)) $) 162)) (-3755 (($ (-114) (-641 $)) 170) (($ (-114) $) 169)) (-2955 (((-3 (-641 $) "failed") $) 211 (|has| |#1| (-1106)))) (-2826 (((-3 (-2 (|:| |val| $) (|:| -1558 (-564))) "failed") $) 220 (|has| |#1| (-1046)))) (-2512 (((-3 (-641 $) "failed") $) 213 (|has| |#1| (-25)))) (-3847 (((-3 (-2 (|:| -2860 (-564)) (|:| |var| (-610 $))) "failed") $) 214 (|has| |#1| (-25)))) (-4059 (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $ (-1170)) 219 (|has| |#1| (-1046))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $ (-114)) 218 (|has| |#1| (-1046))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $) 212 (|has| |#1| (-1106)))) (-1657 (((-112) $ (-1170)) 168) (((-112) $ (-114)) 167)) (-3315 (($ $) 71)) (-3926 (((-768) $) 160)) (-2780 (((-1114) $) 10)) (-3326 (((-112) $) 198)) (-3341 ((|#1| $) 199)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-2417 (((-112) $ (-1170)) 173) (((-112) $ $) 172)) (-3070 (((-418 $) $) 75)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-1492 (((-112) $) 184 (|has| $ (-1035 (-564))))) (-2633 (($ $ (-1170) (-768) (-1 $ $)) 224 (|has| |#1| (-1046))) (($ $ (-1170) (-768) (-1 $ (-641 $))) 223 (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ (-641 $)))) 222 (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ $))) 221 (|has| |#1| (-1046))) (($ $ (-641 (-114)) (-641 $) (-1170)) 210 (|has| |#1| (-612 (-536)))) (($ $ (-114) $ (-1170)) 209 (|has| |#1| (-612 (-536)))) (($ $) 208 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-1170))) 207 (|has| |#1| (-612 (-536)))) (($ $ (-1170)) 206 (|has| |#1| (-612 (-536)))) (($ $ (-114) (-1 $ $)) 181) (($ $ (-114) (-1 $ (-641 $))) 180) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) 179) (($ $ (-641 (-114)) (-641 (-1 $ $))) 178) (($ $ (-1170) (-1 $ $)) 177) (($ $ (-1170) (-1 $ (-641 $))) 176) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) 175) (($ $ (-641 (-1170)) (-641 (-1 $ $))) 174) (($ $ (-641 $) (-641 $)) 145) (($ $ $ $) 144) (($ $ (-294 $)) 143) (($ $ (-641 (-294 $))) 142) (($ $ (-641 (-610 $)) (-641 $)) 141) (($ $ (-610 $) $) 140)) (-3920 (((-768) $) 59)) (-1350 (($ (-114) (-641 $)) 150) (($ (-114) $ $ $ $) 149) (($ (-114) $ $ $) 148) (($ (-114) $ $) 147) (($ (-114) $) 146)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-3467 (($ $ $) 159) (($ $) 158)) (-3534 (($ $ (-1170)) 248 (|has| |#1| (-1046))) (($ $ (-641 (-1170))) 247 (|has| |#1| (-1046))) (($ $ (-1170) (-768)) 246 (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) 245 (|has| |#1| (-1046)))) (-2644 (($ $) 227 (|has| |#1| (-556)))) (-3693 (((-1119 |#1| (-610 $)) $) 226 (|has| |#1| (-556)))) (-3019 (($ $) 183 (|has| $ (-1046)))) (-2511 (((-536) $) 254 (|has| |#1| (-612 (-536)))) (($ (-418 $)) 225 (|has| |#1| (-556))) (((-889 (-379)) $) 190 (|has| |#1| (-612 (-889 (-379))))) (((-889 (-564)) $) 189 (|has| |#1| (-612 (-889 (-564)))))) (-3047 (($ $ $) 253 (|has| |#1| (-473)))) (-1992 (($ $ $) 252 (|has| |#1| (-473)))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ (-949 |#1|)) 251 (|has| |#1| (-1046))) (($ (-407 (-949 |#1|))) 235 (|has| |#1| (-556))) (($ (-407 (-949 (-407 |#1|)))) 231 (|has| |#1| (-556))) (($ (-949 (-407 |#1|))) 230 (|has| |#1| (-556))) (($ (-407 |#1|)) 229 (|has| |#1| (-556))) (($ (-1119 |#1| (-610 $))) 215 (|has| |#1| (-1046))) (($ |#1|) 197) (($ (-1170)) 188) (($ (-610 $)) 139)) (-4018 (((-3 $ "failed") $) 238 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-4264 (($ (-641 $)) 155) (($ $) 154)) (-1322 (((-112) (-114)) 166)) (-3939 (((-112) $ $) 40)) (-3645 (($ (-1170) (-641 $)) 205) (($ (-1170) $ $ $ $) 204) (($ (-1170) $ $ $) 203) (($ (-1170) $ $) 202) (($ (-1170) $) 201)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-1170)) 244 (|has| |#1| (-1046))) (($ $ (-641 (-1170))) 243 (|has| |#1| (-1046))) (($ $ (-1170) (-768)) 242 (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) 241 (|has| |#1| (-1046)))) (-1762 (((-112) $ $) 133)) (-1737 (((-112) $ $) 132)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 134)) (-1723 (((-112) $ $) 131)) (-1823 (($ $ $) 66) (($ (-1119 |#1| (-610 $)) (-1119 |#1| (-610 $))) 228 (|has| |#1| (-556)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70) (($ $ (-407 (-564))) 91)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68) (($ $ |#1|) 237 (|has| |#1| (-172))) (($ |#1| $) 236 (|has| |#1| (-172)))))
(((-29 |#1|) (-140) (-13 (-847) (-556))) (T -29))
-((-1300 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-847) (-556))))) (-1914 (*1 *2 *1) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *3)))) (-1300 (*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-847) (-556))))) (-1914 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *4)))) (-1629 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-847) (-556))))) (-4275 (*1 *2 *1) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *3)))) (-1629 (*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-847) (-556))))) (-4275 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *4)))))
-(-13 (-27) (-430 |t#1|) (-10 -8 (-15 -1300 ($ $)) (-15 -1914 ((-641 $) $)) (-15 -1300 ($ $ (-1170))) (-15 -1914 ((-641 $) $ (-1170))) (-15 -1629 ($ $)) (-15 -4275 ((-641 $) $)) (-15 -1629 ($ $ (-1170))) (-15 -4275 ((-641 $) $ (-1170)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) . T) ((-27) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) |has| |#1| (-172)) ((-111 $ $) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) . T) ((-614 #1=(-407 (-949 |#1|))) |has| |#1| (-556)) ((-614 (-564)) . T) ((-614 #2=(-610 $)) . T) ((-614 #3=(-949 |#1|)) |has| |#1| (-1046)) ((-614 #4=(-1170)) . T) ((-614 |#1|) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-612 (-889 (-379))) |has| |#1| (-612 (-889 (-379)))) ((-612 (-889 (-564))) |has| |#1| (-612 (-889 (-564)))) ((-243) . T) ((-290) . T) ((-307) . T) ((-309 $) . T) ((-302) . T) ((-363) . T) ((-377 |#1|) |has| |#1| (-1046)) ((-400 |#1|) . T) ((-411 |#1|) . T) ((-430 |#1|) . T) ((-452) . T) ((-473) |has| |#1| (-473)) ((-514 (-610 $) $) . T) ((-514 $ $) . T) ((-556) . T) ((-644 #0#) . T) ((-644 |#1|) |has| |#1| (-172)) ((-644 $) . T) ((-637 (-564)) -12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) ((-637 |#1|) |has| |#1| (-1046)) ((-714 #0#) . T) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) . T) ((-723) . T) ((-847) . T) ((-897 (-1170)) |has| |#1| (-1046)) ((-883 (-379)) |has| |#1| (-883 (-379))) ((-883 (-564)) |has| |#1| (-883 (-564))) ((-881 |#1|) . T) ((-917) . T) ((-999) . T) ((-1035 (-407 (-564))) -2713 (|has| |#1| (-1035 (-407 (-564)))) (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))))) ((-1035 #1#) |has| |#1| (-556)) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 #2#) . T) ((-1035 #3#) |has| |#1| (-1046)) ((-1035 #4#) . T) ((-1035 |#1|) . T) ((-1052 #0#) . T) ((-1052 |#1|) |has| |#1| (-172)) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1209) . T) ((-1213) . T))
-((-1413 (((-1088 (-225)) $) NIL)) (-1402 (((-1088 (-225)) $) NIL)) (-3341 (($ $ (-225)) 167)) (-3164 (($ (-949 (-564)) (-1170) (-1170) (-1088 (-407 (-564))) (-1088 (-407 (-564)))) 102)) (-3649 (((-641 (-641 (-940 (-225)))) $) 183)) (-1721 (((-859) $) 197)))
-(((-30) (-13 (-952) (-10 -8 (-15 -3164 ($ (-949 (-564)) (-1170) (-1170) (-1088 (-407 (-564))) (-1088 (-407 (-564))))) (-15 -3341 ($ $ (-225)))))) (T -30))
-((-3164 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-949 (-564))) (-5 *3 (-1170)) (-5 *4 (-1088 (-407 (-564)))) (-5 *1 (-30)))) (-3341 (*1 *1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-30)))))
-(-13 (-952) (-10 -8 (-15 -3164 ($ (-949 (-564)) (-1170) (-1170) (-1088 (-407 (-564))) (-1088 (-407 (-564))))) (-15 -3341 ($ $ (-225)))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2551 (((-1129) $) 11)) (-1540 (((-1129) $) 9)) (-2853 (((-112) $ $) NIL)))
-(((-31) (-13 (-1077) (-10 -8 (-15 -1540 ((-1129) $)) (-15 -2551 ((-1129) $))))) (T -31))
-((-1540 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-31)))) (-2551 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-31)))))
-(-13 (-1077) (-10 -8 (-15 -1540 ((-1129) $)) (-15 -2551 ((-1129) $))))
-((-1300 ((|#2| (-1166 |#2|) (-1170)) 46)) (-2984 (((-114) (-114)) 60)) (-3156 (((-1166 |#2|) (-610 |#2|)) 151 (|has| |#1| (-1035 (-564))))) (-4212 ((|#2| |#1| (-564)) 139 (|has| |#1| (-1035 (-564))))) (-3865 ((|#2| (-1166 |#2|) |#2|) 29)) (-3939 (((-859) (-641 |#2|)) 88)) (-3290 ((|#2| |#2|) 146 (|has| |#1| (-1035 (-564))))) (-2289 (((-112) (-114)) 17)) (** ((|#2| |#2| (-407 (-564))) 105 (|has| |#1| (-1035 (-564))))))
-(((-32 |#1| |#2|) (-10 -7 (-15 -1300 (|#2| (-1166 |#2|) (-1170))) (-15 -2984 ((-114) (-114))) (-15 -2289 ((-112) (-114))) (-15 -3865 (|#2| (-1166 |#2|) |#2|)) (-15 -3939 ((-859) (-641 |#2|))) (IF (|has| |#1| (-1035 (-564))) (PROGN (-15 ** (|#2| |#2| (-407 (-564)))) (-15 -3156 ((-1166 |#2|) (-610 |#2|))) (-15 -3290 (|#2| |#2|)) (-15 -4212 (|#2| |#1| (-564)))) |%noBranch|)) (-13 (-847) (-556)) (-430 |#1|)) (T -32))
-((-4212 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-4 *2 (-430 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-1035 *4)) (-4 *3 (-13 (-847) (-556))))) (-3290 (*1 *2 *2) (-12 (-4 *3 (-1035 (-564))) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-32 *3 *2)) (-4 *2 (-430 *3)))) (-3156 (*1 *2 *3) (-12 (-5 *3 (-610 *5)) (-4 *5 (-430 *4)) (-4 *4 (-1035 (-564))) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-1166 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-407 (-564))) (-4 *4 (-1035 (-564))) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-32 *4 *2)) (-4 *2 (-430 *4)))) (-3939 (*1 *2 *3) (-12 (-5 *3 (-641 *5)) (-4 *5 (-430 *4)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-859)) (-5 *1 (-32 *4 *5)))) (-3865 (*1 *2 *3 *2) (-12 (-5 *3 (-1166 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-32 *4 *2)))) (-2289 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-32 *4 *5)) (-4 *5 (-430 *4)))) (-2984 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-32 *3 *4)) (-4 *4 (-430 *3)))) (-1300 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *2)) (-5 *4 (-1170)) (-4 *2 (-430 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-13 (-847) (-556))))))
-(-10 -7 (-15 -1300 (|#2| (-1166 |#2|) (-1170))) (-15 -2984 ((-114) (-114))) (-15 -2289 ((-112) (-114))) (-15 -3865 (|#2| (-1166 |#2|) |#2|)) (-15 -3939 ((-859) (-641 |#2|))) (IF (|has| |#1| (-1035 (-564))) (PROGN (-15 ** (|#2| |#2| (-407 (-564)))) (-15 -3156 ((-1166 |#2|) (-610 |#2|))) (-15 -3290 (|#2| |#2|)) (-15 -4212 (|#2| |#1| (-564)))) |%noBranch|))
-((-1729 (((-112) $ (-768)) 19)) (-1692 (($) 10)) (-2575 (((-112) $ (-768)) 18)) (-3715 (((-112) $ (-768)) 17)) (-3530 (((-112) $ $) 8)) (-4102 (((-112) $) 15)))
-(((-33 |#1|) (-10 -8 (-15 -1692 (|#1|)) (-15 -1729 ((-112) |#1| (-768))) (-15 -2575 ((-112) |#1| (-768))) (-15 -3715 ((-112) |#1| (-768))) (-15 -4102 ((-112) |#1|)) (-15 -3530 ((-112) |#1| |#1|))) (-34)) (T -33))
-NIL
-(-10 -8 (-15 -1692 (|#1|)) (-15 -1729 ((-112) |#1| (-768))) (-15 -2575 ((-112) |#1| (-768))) (-15 -3715 ((-112) |#1| (-768))) (-15 -4102 ((-112) |#1|)) (-15 -3530 ((-112) |#1| |#1|)))
-((-1729 (((-112) $ (-768)) 8)) (-1692 (($) 7 T CONST)) (-2575 (((-112) $ (-768)) 9)) (-3715 (((-112) $ (-768)) 10)) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-1892 (($ $) 13)) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-2929 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-847) (-556))))) (-1938 (*1 *2 *1) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *3)))) (-2929 (*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-847) (-556))))) (-1938 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *4)))) (-2474 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-847) (-556))))) (-2271 (*1 *2 *1) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *3)))) (-2474 (*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-847) (-556))))) (-2271 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *4)))))
+(-13 (-27) (-430 |t#1|) (-10 -8 (-15 -2929 ($ $)) (-15 -1938 ((-641 $) $)) (-15 -2929 ($ $ (-1170))) (-15 -1938 ((-641 $) $ (-1170))) (-15 -2474 ($ $)) (-15 -2271 ((-641 $) $)) (-15 -2474 ($ $ (-1170))) (-15 -2271 ((-641 $) $ (-1170)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) . T) ((-27) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) |has| |#1| (-172)) ((-111 $ $) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) . T) ((-614 #1=(-407 (-949 |#1|))) |has| |#1| (-556)) ((-614 (-564)) . T) ((-614 #2=(-610 $)) . T) ((-614 #3=(-949 |#1|)) |has| |#1| (-1046)) ((-614 #4=(-1170)) . T) ((-614 |#1|) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-612 (-889 (-379))) |has| |#1| (-612 (-889 (-379)))) ((-612 (-889 (-564))) |has| |#1| (-612 (-889 (-564)))) ((-243) . T) ((-290) . T) ((-307) . T) ((-309 $) . T) ((-302) . T) ((-363) . T) ((-377 |#1|) |has| |#1| (-1046)) ((-400 |#1|) . T) ((-411 |#1|) . T) ((-430 |#1|) . T) ((-452) . T) ((-473) |has| |#1| (-473)) ((-514 (-610 $) $) . T) ((-514 $ $) . T) ((-556) . T) ((-644 #0#) . T) ((-644 |#1|) |has| |#1| (-172)) ((-644 $) . T) ((-637 (-564)) -12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) ((-637 |#1|) |has| |#1| (-1046)) ((-714 #0#) . T) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) . T) ((-723) . T) ((-847) . T) ((-897 (-1170)) |has| |#1| (-1046)) ((-883 (-379)) |has| |#1| (-883 (-379))) ((-883 (-564)) |has| |#1| (-883 (-564))) ((-881 |#1|) . T) ((-917) . T) ((-999) . T) ((-1035 (-407 (-564))) -4078 (|has| |#1| (-1035 (-407 (-564)))) (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))))) ((-1035 #1#) |has| |#1| (-556)) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 #2#) . T) ((-1035 #3#) |has| |#1| (-1046)) ((-1035 #4#) . T) ((-1035 |#1|) . T) ((-1052 #0#) . T) ((-1052 |#1|) |has| |#1| (-172)) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1209) . T) ((-1213) . T))
+((-2225 (((-1088 (-225)) $) NIL)) (-2213 (((-1088 (-225)) $) NIL)) (-2264 (($ $ (-225)) 167)) (-4238 (($ (-949 (-564)) (-1170) (-1170) (-1088 (-407 (-564))) (-1088 (-407 (-564)))) 102)) (-2279 (((-641 (-641 (-940 (-225)))) $) 183)) (-1831 (((-859) $) 197)))
+(((-30) (-13 (-952) (-10 -8 (-15 -4238 ($ (-949 (-564)) (-1170) (-1170) (-1088 (-407 (-564))) (-1088 (-407 (-564))))) (-15 -2264 ($ $ (-225)))))) (T -30))
+((-4238 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-949 (-564))) (-5 *3 (-1170)) (-5 *4 (-1088 (-407 (-564)))) (-5 *1 (-30)))) (-2264 (*1 *1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-30)))))
+(-13 (-952) (-10 -8 (-15 -4238 ($ (-949 (-564)) (-1170) (-1170) (-1088 (-407 (-564))) (-1088 (-407 (-564))))) (-15 -2264 ($ $ (-225)))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1328 (((-1129) $) 11)) (-3655 (((-1129) $) 9)) (-1702 (((-112) $ $) NIL)))
+(((-31) (-13 (-1077) (-10 -8 (-15 -3655 ((-1129) $)) (-15 -1328 ((-1129) $))))) (T -31))
+((-3655 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-31)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-31)))))
+(-13 (-1077) (-10 -8 (-15 -3655 ((-1129) $)) (-15 -1328 ((-1129) $))))
+((-2929 ((|#2| (-1166 |#2|) (-1170)) 46)) (-1841 (((-114) (-114)) 60)) (-4168 (((-1166 |#2|) (-610 |#2|)) 151 (|has| |#1| (-1035 (-564))))) (-2934 ((|#2| |#1| (-564)) 139 (|has| |#1| (-1035 (-564))))) (-3818 ((|#2| (-1166 |#2|) |#2|) 29)) (-2079 (((-859) (-641 |#2|)) 88)) (-3019 ((|#2| |#2|) 146 (|has| |#1| (-1035 (-564))))) (-1322 (((-112) (-114)) 17)) (** ((|#2| |#2| (-407 (-564))) 105 (|has| |#1| (-1035 (-564))))))
+(((-32 |#1| |#2|) (-10 -7 (-15 -2929 (|#2| (-1166 |#2|) (-1170))) (-15 -1841 ((-114) (-114))) (-15 -1322 ((-112) (-114))) (-15 -3818 (|#2| (-1166 |#2|) |#2|)) (-15 -2079 ((-859) (-641 |#2|))) (IF (|has| |#1| (-1035 (-564))) (PROGN (-15 ** (|#2| |#2| (-407 (-564)))) (-15 -4168 ((-1166 |#2|) (-610 |#2|))) (-15 -3019 (|#2| |#2|)) (-15 -2934 (|#2| |#1| (-564)))) |%noBranch|)) (-13 (-847) (-556)) (-430 |#1|)) (T -32))
+((-2934 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-4 *2 (-430 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-1035 *4)) (-4 *3 (-13 (-847) (-556))))) (-3019 (*1 *2 *2) (-12 (-4 *3 (-1035 (-564))) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-32 *3 *2)) (-4 *2 (-430 *3)))) (-4168 (*1 *2 *3) (-12 (-5 *3 (-610 *5)) (-4 *5 (-430 *4)) (-4 *4 (-1035 (-564))) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-1166 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-407 (-564))) (-4 *4 (-1035 (-564))) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-32 *4 *2)) (-4 *2 (-430 *4)))) (-2079 (*1 *2 *3) (-12 (-5 *3 (-641 *5)) (-4 *5 (-430 *4)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-859)) (-5 *1 (-32 *4 *5)))) (-3818 (*1 *2 *3 *2) (-12 (-5 *3 (-1166 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-32 *4 *2)))) (-1322 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-32 *4 *5)) (-4 *5 (-430 *4)))) (-1841 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-32 *3 *4)) (-4 *4 (-430 *3)))) (-2929 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *2)) (-5 *4 (-1170)) (-4 *2 (-430 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-13 (-847) (-556))))))
+(-10 -7 (-15 -2929 (|#2| (-1166 |#2|) (-1170))) (-15 -1841 ((-114) (-114))) (-15 -1322 ((-112) (-114))) (-15 -3818 (|#2| (-1166 |#2|) |#2|)) (-15 -2079 ((-859) (-641 |#2|))) (IF (|has| |#1| (-1035 (-564))) (PROGN (-15 ** (|#2| |#2| (-407 (-564)))) (-15 -4168 ((-1166 |#2|) (-610 |#2|))) (-15 -3019 (|#2| |#2|)) (-15 -2934 (|#2| |#1| (-564)))) |%noBranch|))
+((-4010 (((-112) $ (-768)) 19)) (-1778 (($) 10)) (-2324 (((-112) $ (-768)) 18)) (-1713 (((-112) $ (-768)) 17)) (-3565 (((-112) $ $) 8)) (-4284 (((-112) $) 15)))
+(((-33 |#1|) (-10 -8 (-15 -1778 (|#1|)) (-15 -4010 ((-112) |#1| (-768))) (-15 -2324 ((-112) |#1| (-768))) (-15 -1713 ((-112) |#1| (-768))) (-15 -4284 ((-112) |#1|)) (-15 -3565 ((-112) |#1| |#1|))) (-34)) (T -33))
+NIL
+(-10 -8 (-15 -1778 (|#1|)) (-15 -4010 ((-112) |#1| (-768))) (-15 -2324 ((-112) |#1| (-768))) (-15 -1713 ((-112) |#1| (-768))) (-15 -4284 ((-112) |#1|)) (-15 -3565 ((-112) |#1| |#1|)))
+((-4010 (((-112) $ (-768)) 8)) (-1778 (($) 7 T CONST)) (-2324 (((-112) $ (-768)) 9)) (-1713 (((-112) $ (-768)) 10)) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1991 (($ $) 13)) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-34) (-140)) (T -34))
-((-3530 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-1892 (*1 *1 *1) (-4 *1 (-34))) (-3456 (*1 *1) (-4 *1 (-34))) (-4102 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-3715 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112)))) (-2575 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112)))) (-1729 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112)))) (-1692 (*1 *1) (-4 *1 (-34))) (-3435 (*1 *2 *1) (-12 (|has| *1 (-6 -4412)) (-4 *1 (-34)) (-5 *2 (-768)))))
-(-13 (-1209) (-10 -8 (-15 -3530 ((-112) $ $)) (-15 -1892 ($ $)) (-15 -3456 ($)) (-15 -4102 ((-112) $)) (-15 -3715 ((-112) $ (-768))) (-15 -2575 ((-112) $ (-768))) (-15 -1729 ((-112) $ (-768))) (-15 -1692 ($) -1367) (IF (|has| $ (-6 -4412)) (-15 -3435 ((-768) $)) |%noBranch|)))
+((-3565 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-1991 (*1 *1 *1) (-4 *1 (-34))) (-4012 (*1 *1) (-4 *1 (-34))) (-4284 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-1713 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112)))) (-2324 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112)))) (-4010 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112)))) (-1778 (*1 *1) (-4 *1 (-34))) (-2828 (*1 *2 *1) (-12 (|has| *1 (-6 -4406)) (-4 *1 (-34)) (-5 *2 (-768)))))
+(-13 (-1209) (-10 -8 (-15 -3565 ((-112) $ $)) (-15 -1991 ($ $)) (-15 -4012 ($)) (-15 -4284 ((-112) $)) (-15 -1713 ((-112) $ (-768))) (-15 -2324 ((-112) $ (-768))) (-15 -4010 ((-112) $ (-768))) (-15 -1778 ($) -1809) (IF (|has| $ (-6 -4406)) (-15 -2828 ((-768) $)) |%noBranch|)))
(((-1209) . T))
-((-1919 (($ $) 11)) (-1895 (($ $) 10)) (-1942 (($ $) 9)) (-2712 (($ $) 8)) (-1930 (($ $) 7)) (-1906 (($ $) 6)))
+((-3427 (($ $) 11)) (-3406 (($ $) 10)) (-3450 (($ $) 9)) (-2315 (($ $) 8)) (-3439 (($ $) 7)) (-3416 (($ $) 6)))
(((-35) (-140)) (T -35))
-((-1919 (*1 *1 *1) (-4 *1 (-35))) (-1895 (*1 *1 *1) (-4 *1 (-35))) (-1942 (*1 *1 *1) (-4 *1 (-35))) (-2712 (*1 *1 *1) (-4 *1 (-35))) (-1930 (*1 *1 *1) (-4 *1 (-35))) (-1906 (*1 *1 *1) (-4 *1 (-35))))
-(-13 (-10 -8 (-15 -1906 ($ $)) (-15 -1930 ($ $)) (-15 -2712 ($ $)) (-15 -1942 ($ $)) (-15 -1895 ($ $)) (-15 -1919 ($ $))))
-((-1709 (((-112) $ $) 19 (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-1411 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 125)) (-4053 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 148)) (-1800 (($ $) 146)) (-1573 (($) 72) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 71)) (-2229 (((-1264) $ |#1| |#1|) 99 (|has| $ (-6 -4413))) (((-1264) $ (-564) (-564)) 178 (|has| $ (-6 -4413)))) (-4140 (($ $ (-564)) 159 (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 209) (((-112) $) 203 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-1331 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 200 (|has| $ (-6 -4413))) (($ $) 199 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)) (|has| $ (-6 -4413))))) (-3699 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 210) (($ $) 204 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-1729 (((-112) $ (-768)) 8)) (-2270 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 134 (|has| $ (-6 -4413)))) (-2777 (($ $ $) 155 (|has| $ (-6 -4413)))) (-2354 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 157 (|has| $ (-6 -4413)))) (-4211 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 153 (|has| $ (-6 -4413)))) (-1869 ((|#2| $ |#1| |#2|) 73) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 189 (|has| $ (-6 -4413))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-1226 (-564)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 160 (|has| $ (-6 -4413))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "last" (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 158 (|has| $ (-6 -4413))) (($ $ "rest" $) 156 (|has| $ (-6 -4413))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "first" (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 154 (|has| $ (-6 -4413))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "value" (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 133 (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 132 (|has| $ (-6 -4413)))) (-4085 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 45 (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 216)) (-3346 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 55 (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 175 (|has| $ (-6 -4412)))) (-4041 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 147)) (-1593 (((-3 |#2| "failed") |#1| $) 61)) (-1692 (($) 7 T CONST)) (-3796 (($ $) 201 (|has| $ (-6 -4413)))) (-2460 (($ $) 211)) (-1908 (($ $ (-768)) 142) (($ $) 140)) (-3176 (($ $) 214 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-1928 (($ $) 58 (-2713 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412))) (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))))) (-3537 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 47 (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 46 (|has| $ (-6 -4412))) (((-3 |#2| "failed") |#1| $) 62) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 220) (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 215 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-3813 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 54 (|has| $ (-6 -4412))) (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 177 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 174 (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 56 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 53 (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 52 (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 176 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 173 (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 172 (|has| $ (-6 -4412)))) (-1452 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4413))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 190 (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) 88) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564)) 188)) (-1644 (((-112) $) 192)) (-1317 (((-564) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 208) (((-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 207 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))) (((-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564)) 206 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-1597 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 30 (|has| $ (-6 -4412))) (((-641 |#2|) $) 79 (|has| $ (-6 -4412))) (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 114 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) 123)) (-3496 (((-112) $ $) 131 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-1585 (($ (-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 169)) (-2575 (((-112) $ (-768)) 9)) (-4232 ((|#1| $) 96 (|has| |#1| (-847))) (((-564) $) 180 (|has| (-564) (-847)))) (-2766 (($ $ $) 198 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-2915 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ $) 217) (($ $ $) 213 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-2057 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ $) 212) (($ $ $) 205 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-4317 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 29 (|has| $ (-6 -4412))) (((-641 |#2|) $) 80 (|has| $ (-6 -4412))) (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 115 (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (((-112) |#2| $) 82 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4412)))) (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 117 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412))))) (-3825 ((|#1| $) 95 (|has| |#1| (-847))) (((-564) $) 181 (|has| (-564) (-847)))) (-1650 (($ $ $) 197 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 34 (|has| $ (-6 -4413))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4413))) (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 110 (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70) (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ $) 166) (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 109)) (-1769 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 225)) (-3715 (((-112) $ (-768)) 10)) (-1939 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 128)) (-2545 (((-112) $) 124)) (-2811 (((-1152) $) 22 (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3837 (($ $ (-768)) 145) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 143)) (-2659 (((-641 |#1|) $) 63)) (-1509 (((-112) |#1| $) 64)) (-4290 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 39)) (-3573 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 40) (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564)) 219) (($ $ $ (-564)) 218)) (-3476 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564)) 162) (($ $ $ (-564)) 161)) (-4184 (((-641 |#1|) $) 93) (((-641 (-564)) $) 183)) (-2405 (((-112) |#1| $) 92) (((-112) (-564) $) 184)) (-4382 (((-1114) $) 21 (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-1897 ((|#2| $) 97 (|has| |#1| (-847))) (($ $ (-768)) 139) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 137)) (-2061 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 51) (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 171)) (-1759 (($ $ |#2|) 98 (|has| $ (-6 -4413))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 179 (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 41)) (-3492 (((-112) $) 191)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 32 (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 112 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) 26 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 25 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 24 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 23 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) 86 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) 84 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) 83 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 121 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 120 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 119 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) 118 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#2| $) 94 (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094)))) (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 182 (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3111 (((-641 |#2|) $) 91) (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 185)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 187) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564)) 186) (($ $ (-1226 (-564))) 165) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "last") 144) (($ $ "rest") 141) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "first") 138) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "value") 126)) (-2705 (((-564) $ $) 129)) (-2710 (($) 49) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 48)) (-2243 (($ $ (-564)) 222) (($ $ (-1226 (-564))) 221)) (-3383 (($ $ (-564)) 164) (($ $ (-1226 (-564))) 163)) (-3735 (((-112) $) 127)) (-4383 (($ $) 151)) (-1787 (($ $) 152 (|has| $ (-6 -4413)))) (-3716 (((-768) $) 150)) (-1717 (($ $) 149)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 31 (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (((-768) |#2| $) 81 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 116 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 113 (|has| $ (-6 -4412)))) (-1494 (($ $ $ (-564)) 202 (|has| $ (-6 -4413)))) (-1892 (($ $) 13)) (-2153 (((-536) $) 59 (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536)))))) (-1732 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 50) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 170)) (-1321 (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 224) (($ $ $) 223)) (-2834 (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 168) (($ (-641 $)) 167) (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 136) (($ $ $) 135)) (-1721 (((-859) $) 18 (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859)))))) (-2202 (((-641 $) $) 122)) (-4252 (((-112) $ $) 130 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-1959 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 42)) (-3846 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") |#1| $) 108)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 33 (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) 76 (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 111 (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) 195 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-2893 (((-112) $ $) 194 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-2853 (((-112) $ $) 20 (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-2908 (((-112) $ $) 196 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-2880 (((-112) $ $) 193 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-3427 (*1 *1 *1) (-4 *1 (-35))) (-3406 (*1 *1 *1) (-4 *1 (-35))) (-3450 (*1 *1 *1) (-4 *1 (-35))) (-2315 (*1 *1 *1) (-4 *1 (-35))) (-3439 (*1 *1 *1) (-4 *1 (-35))) (-3416 (*1 *1 *1) (-4 *1 (-35))))
+(-13 (-10 -8 (-15 -3416 ($ $)) (-15 -3439 ($ $)) (-15 -2315 ($ $)) (-15 -3450 ($ $)) (-15 -3406 ($ $)) (-15 -3427 ($ $))))
+((-1817 (((-112) $ $) 19 (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-1522 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 125)) (-3149 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 148)) (-4045 (($ $) 146)) (-3639 (($) 72) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 71)) (-1956 (((-1264) $ |#1| |#1|) 99 (|has| $ (-6 -4407))) (((-1264) $ (-564) (-564)) 178 (|has| $ (-6 -4407)))) (-3459 (($ $ (-564)) 159 (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 209) (((-112) $) 203 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-2573 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 200 (|has| $ (-6 -4407))) (($ $) 199 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)) (|has| $ (-6 -4407))))) (-2861 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 210) (($ $) 204 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-4010 (((-112) $ (-768)) 8)) (-2373 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 134 (|has| $ (-6 -4407)))) (-3653 (($ $ $) 155 (|has| $ (-6 -4407)))) (-3881 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 157 (|has| $ (-6 -4407)))) (-2923 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 153 (|has| $ (-6 -4407)))) (-1970 ((|#2| $ |#1| |#2|) 73) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 189 (|has| $ (-6 -4407))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-1226 (-564)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 160 (|has| $ (-6 -4407))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "last" (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 158 (|has| $ (-6 -4407))) (($ $ "rest" $) 156 (|has| $ (-6 -4407))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "first" (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 154 (|has| $ (-6 -4407))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "value" (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 133 (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 132 (|has| $ (-6 -4407)))) (-4145 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 45 (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 216)) (-3752 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 55 (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 175 (|has| $ (-6 -4406)))) (-3137 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 147)) (-1725 (((-3 |#2| "failed") |#1| $) 61)) (-1778 (($) 7 T CONST)) (-4325 (($ $) 201 (|has| $ (-6 -4407)))) (-3919 (($ $) 211)) (-3314 (($ $ (-768)) 142) (($ $) 140)) (-4341 (($ $) 214 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-3337 (($ $) 58 (-4078 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406))) (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))))) (-3644 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 47 (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 46 (|has| $ (-6 -4406))) (((-3 |#2| "failed") |#1| $) 62) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 220) (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 215 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-2576 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 54 (|has| $ (-6 -4406))) (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 177 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 174 (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 56 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 53 (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 52 (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 176 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 173 (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 172 (|has| $ (-6 -4406)))) (-2261 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4407))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 190 (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) 88) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564)) 188)) (-1346 (((-112) $) 192)) (-3360 (((-564) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 208) (((-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 207 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))) (((-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564)) 206 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-1433 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 30 (|has| $ (-6 -4406))) (((-641 |#2|) $) 79 (|has| $ (-6 -4406))) (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 114 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) 123)) (-4376 (((-112) $ $) 131 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-3654 (($ (-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 169)) (-2324 (((-112) $ (-768)) 9)) (-3100 ((|#1| $) 96 (|has| |#1| (-847))) (((-564) $) 180 (|has| (-564) (-847)))) (-1925 (($ $ $) 198 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-2429 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ $) 217) (($ $ $) 213 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-3956 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ $) 212) (($ $ $) 205 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-2640 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 29 (|has| $ (-6 -4406))) (((-641 |#2|) $) 80 (|has| $ (-6 -4406))) (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 115 (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (((-112) |#2| $) 82 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4406)))) (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 117 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406))))) (-3440 ((|#1| $) 95 (|has| |#1| (-847))) (((-564) $) 181 (|has| (-564) (-847)))) (-3375 (($ $ $) 197 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 34 (|has| $ (-6 -4407))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4407))) (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 110 (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70) (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ $) 166) (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 109)) (-3176 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 225)) (-1713 (((-112) $ (-768)) 10)) (-4119 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 128)) (-2033 (((-112) $) 124)) (-2723 (((-1152) $) 22 (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-2598 (($ $ (-768)) 145) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 143)) (-2945 (((-641 |#1|) $) 63)) (-2554 (((-112) |#1| $) 64)) (-2401 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 39)) (-2783 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 40) (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564)) 219) (($ $ $ (-564)) 218)) (-3652 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564)) 162) (($ $ $ (-564)) 161)) (-3883 (((-641 |#1|) $) 93) (((-641 (-564)) $) 183)) (-4336 (((-112) |#1| $) 92) (((-112) (-564) $) 184)) (-2780 (((-1114) $) 21 (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3303 ((|#2| $) 97 (|has| |#1| (-847))) (($ $ (-768)) 139) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 137)) (-3995 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 51) (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 171)) (-4253 (($ $ |#2|) 98 (|has| $ (-6 -4407))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 179 (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 41)) (-4337 (((-112) $) 191)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 32 (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 112 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) 26 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 25 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 24 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 23 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) 86 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) 84 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) 83 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 121 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 120 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 119 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) 118 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#2| $) 94 (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094)))) (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 182 (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-1794 (((-641 |#2|) $) 91) (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 185)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 187) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564)) 186) (($ $ (-1226 (-564))) 165) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "last") 144) (($ $ "rest") 141) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "first") 138) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "value") 126)) (-4190 (((-564) $ $) 129)) (-4232 (($) 49) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 48)) (-2087 (($ $ (-564)) 222) (($ $ (-1226 (-564))) 221)) (-2126 (($ $ (-564)) 164) (($ $ (-1226 (-564))) 163)) (-1899 (((-112) $) 127)) (-2034 (($ $) 151)) (-3292 (($ $) 152 (|has| $ (-6 -4407)))) (-1724 (((-768) $) 150)) (-3910 (($ $) 149)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 31 (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (((-768) |#2| $) 81 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 116 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 113 (|has| $ (-6 -4406)))) (-3623 (($ $ $ (-564)) 202 (|has| $ (-6 -4407)))) (-1991 (($ $) 13)) (-2511 (((-536) $) 59 (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536)))))) (-1842 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 50) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 170)) (-2460 (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 224) (($ $ $) 223)) (-3043 (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 168) (($ (-641 $)) 167) (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 136) (($ $ $) 135)) (-1831 (((-859) $) 18 (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859)))))) (-2926 (((-641 $) $) 122)) (-2054 (((-112) $ $) 130 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-2321 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 42)) (-2604 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") |#1| $) 108)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 33 (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) 76 (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 111 (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) 195 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-1737 (((-112) $ $) 194 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-1702 (((-112) $ $) 20 (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-1749 (((-112) $ $) 196 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-1723 (((-112) $ $) 193 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-36 |#1| |#2|) (-140) (-1094) (-1094)) (T -36))
-((-3846 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-5 *2 (-2 (|:| -2381 *3) (|:| -3096 *4))))))
-(-13 (-1185 |t#1| |t#2|) (-662 (-2 (|:| -2381 |t#1|) (|:| -3096 |t#2|))) (-10 -8 (-15 -3846 ((-3 (-2 (|:| -2381 |t#1|) (|:| -3096 |t#2|)) "failed") |t#1| $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T) ((-102) -2713 (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847))) ((-611 (-859)) -2713 (|has| |#2| (-1094)) (|has| |#2| (-611 (-859))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859)))) ((-151 #1=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T) ((-612 (-536)) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))) ((-229 #0#) . T) ((-235 #0#) . T) ((-286 #2=(-564) #1#) . T) ((-286 |#1| |#2|) . T) ((-288 #2# #1#) . T) ((-288 |#1| |#2|) . T) ((-309 #1#) -12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))) ((-309 |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-282 #1#) . T) ((-373 #1#) . T) ((-489 #1#) . T) ((-489 |#2|) . T) ((-602 #2# #1#) . T) ((-602 |#1| |#2|) . T) ((-514 #1# #1#) -12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))) ((-514 |#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-608 |#1| |#2|) . T) ((-647 #1#) . T) ((-662 #1#) . T) ((-847) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)) ((-1007 #1#) . T) ((-1094) -2713 (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847))) ((-1143 #1#) . T) ((-1185 |#1| |#2|) . T) ((-1209) . T) ((-1247 #1#) . T))
-((-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) 10)))
-(((-37 |#1| |#2|) (-10 -8 (-15 -1721 (|#1| |#2|)) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|))) (-38 |#2|) (-172)) (T -37))
-NIL
-(-10 -8 (-15 -1721 (|#1| |#2|)) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39)))
+((-2604 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-5 *2 (-2 (|:| -2568 *3) (|:| -1389 *4))))))
+(-13 (-1185 |t#1| |t#2|) (-662 (-2 (|:| -2568 |t#1|) (|:| -1389 |t#2|))) (-10 -8 (-15 -2604 ((-3 (-2 (|:| -2568 |t#1|) (|:| -1389 |t#2|)) "failed") |t#1| $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T) ((-102) -4078 (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847))) ((-611 (-859)) -4078 (|has| |#2| (-1094)) (|has| |#2| (-611 (-859))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859)))) ((-151 #1=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T) ((-612 (-536)) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))) ((-229 #0#) . T) ((-235 #0#) . T) ((-286 #2=(-564) #1#) . T) ((-286 |#1| |#2|) . T) ((-288 #2# #1#) . T) ((-288 |#1| |#2|) . T) ((-309 #1#) -12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))) ((-309 |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-282 #1#) . T) ((-373 #1#) . T) ((-489 #1#) . T) ((-489 |#2|) . T) ((-602 #2# #1#) . T) ((-602 |#1| |#2|) . T) ((-514 #1# #1#) -12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))) ((-514 |#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-608 |#1| |#2|) . T) ((-647 #1#) . T) ((-662 #1#) . T) ((-847) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)) ((-1007 #1#) . T) ((-1094) -4078 (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847))) ((-1143 #1#) . T) ((-1185 |#1| |#2|) . T) ((-1209) . T) ((-1247 #1#) . T))
+((-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) 10)))
+(((-37 |#1| |#2|) (-10 -8 (-15 -1831 (|#1| |#2|)) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|))) (-38 |#2|) (-172)) (T -37))
+NIL
+(-10 -8 (-15 -1831 (|#1| |#2|)) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39)))
(((-38 |#1|) (-140) (-172)) (T -38))
NIL
(-13 (-1046) (-714 |t#1|) (-614 |t#1|))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 |#1|) . T) ((-723) . T) ((-1052 |#1|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2045 (((-418 |#1|) |#1|) 41)) (-4020 (((-418 |#1|) |#1|) 30) (((-418 |#1|) |#1| (-641 (-48))) 33)) (-2801 (((-112) |#1|) 59)))
-(((-39 |#1|) (-10 -7 (-15 -4020 ((-418 |#1|) |#1| (-641 (-48)))) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -2045 ((-418 |#1|) |#1|)) (-15 -2801 ((-112) |#1|))) (-1235 (-48))) (T -39))
-((-2801 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48))))) (-2045 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48))))) (-4020 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48))))) (-4020 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-48))) (-5 *2 (-418 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48))))))
-(-10 -7 (-15 -4020 ((-418 |#1|) |#1| (-641 (-48)))) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -2045 ((-418 |#1|) |#1|)) (-15 -2801 ((-112) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2550 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| (-407 |#2|) (-363)))) (-4010 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-2662 (((-112) $) NIL (|has| (-407 |#2|) (-363)))) (-4133 (((-685 (-407 |#2|)) (-1259 $)) NIL) (((-685 (-407 |#2|))) NIL)) (-4321 (((-407 |#2|) $) NIL)) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-407 |#2|) (-349)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-1798 (((-418 $) $) NIL (|has| (-407 |#2|) (-363)))) (-1817 (((-112) $ $) NIL (|has| (-407 |#2|) (-363)))) (-1860 (((-768)) NIL (|has| (-407 |#2|) (-368)))) (-3901 (((-112)) NIL)) (-3944 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| (-407 |#2|) (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-3 (-407 |#2|) "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| (-407 |#2|) (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-407 |#2|) $) NIL)) (-3222 (($ (-1259 (-407 |#2|)) (-1259 $)) NIL) (($ (-1259 (-407 |#2|))) 61) (($ (-1259 |#2|) |#2|) 135)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-407 |#2|) (-349)))) (-2668 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-3160 (((-685 (-407 |#2|)) $ (-1259 $)) NIL) (((-685 (-407 |#2|)) $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-407 |#2|))) (|:| |vec| (-1259 (-407 |#2|)))) (-685 $) (-1259 $)) NIL) (((-685 (-407 |#2|)) (-685 $)) NIL)) (-4080 (((-1259 $) (-1259 $)) NIL)) (-3658 (($ |#3|) NIL) (((-3 $ "failed") (-407 |#3|)) NIL (|has| (-407 |#2|) (-363)))) (-3233 (((-3 $ "failed") $) NIL)) (-2416 (((-641 (-641 |#1|))) NIL (|has| |#1| (-368)))) (-2102 (((-112) |#1| |#1|) NIL)) (-3147 (((-918)) NIL)) (-3746 (($) NIL (|has| (-407 |#2|) (-368)))) (-2115 (((-112)) NIL)) (-2740 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-2649 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| (-407 |#2|) (-363)))) (-3912 (($ $) NIL)) (-2982 (($) NIL (|has| (-407 |#2|) (-349)))) (-2398 (((-112) $) NIL (|has| (-407 |#2|) (-349)))) (-3195 (($ $ (-768)) NIL (|has| (-407 |#2|) (-349))) (($ $) NIL (|has| (-407 |#2|) (-349)))) (-2941 (((-112) $) NIL (|has| (-407 |#2|) (-363)))) (-2887 (((-918) $) NIL (|has| (-407 |#2|) (-349))) (((-830 (-918)) $) NIL (|has| (-407 |#2|) (-349)))) (-3282 (((-112) $) NIL)) (-3455 (((-768)) NIL)) (-3075 (((-1259 $) (-1259 $)) 111)) (-2471 (((-407 |#2|) $) NIL)) (-3607 (((-641 (-949 |#1|)) (-1170)) NIL (|has| |#1| (-363)))) (-1516 (((-3 $ "failed") $) NIL (|has| (-407 |#2|) (-349)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-407 |#2|) (-363)))) (-2162 ((|#3| $) NIL (|has| (-407 |#2|) (-363)))) (-2981 (((-918) $) NIL (|has| (-407 |#2|) (-368)))) (-3646 ((|#3| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| (-407 |#2|) (-363))) (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-2811 (((-1152) $) NIL)) (-4295 (((-1264) (-768)) 88)) (-3919 (((-685 (-407 |#2|))) 56)) (-2651 (((-685 (-407 |#2|))) 49)) (-4247 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-2693 (($ (-1259 |#2|) |#2|) 136)) (-3235 (((-685 (-407 |#2|))) 50)) (-3299 (((-685 (-407 |#2|))) 48)) (-2132 (((-2 (|:| |num| (-685 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 134)) (-2978 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) 68)) (-2971 (((-1259 $)) 47)) (-1620 (((-1259 $)) 46)) (-4057 (((-112) $) NIL)) (-3851 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-2558 (($) NIL (|has| (-407 |#2|) (-349)) CONST)) (-1359 (($ (-918)) NIL (|has| (-407 |#2|) (-368)))) (-3465 (((-3 |#2| "failed")) NIL)) (-4382 (((-1114) $) NIL)) (-3442 (((-768)) NIL)) (-2739 (($) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| (-407 |#2|) (-363)))) (-3377 (($ (-641 $)) NIL (|has| (-407 |#2|) (-363))) (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| (-407 |#2|) (-349)))) (-4020 (((-418 $) $) NIL (|has| (-407 |#2|) (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-407 |#2|) (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| (-407 |#2|) (-363)))) (-2628 (((-3 $ "failed") $ $) NIL (|has| (-407 |#2|) (-363)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-407 |#2|) (-363)))) (-2358 (((-768) $) NIL (|has| (-407 |#2|) (-363)))) (-2961 ((|#1| $ |#1| |#1|) NIL)) (-3108 (((-3 |#2| "failed")) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| (-407 |#2|) (-363)))) (-3928 (((-407 |#2|) (-1259 $)) NIL) (((-407 |#2|)) 44)) (-2031 (((-768) $) NIL (|has| (-407 |#2|) (-349))) (((-3 (-768) "failed") $ $) NIL (|has| (-407 |#2|) (-349)))) (-1795 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 |#2| |#2|)) 130) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-768)) NIL (-2713 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) NIL (-2713 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-3141 (((-685 (-407 |#2|)) (-1259 $) (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363)))) (-3290 ((|#3|) 55)) (-2117 (($) NIL (|has| (-407 |#2|) (-349)))) (-3057 (((-1259 (-407 |#2|)) $ (-1259 $)) NIL) (((-685 (-407 |#2|)) (-1259 $) (-1259 $)) NIL) (((-1259 (-407 |#2|)) $) 62) (((-685 (-407 |#2|)) (-1259 $)) 112)) (-2153 (((-1259 (-407 |#2|)) $) NIL) (($ (-1259 (-407 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-407 |#2|) (-349)))) (-3838 (((-1259 $) (-1259 $)) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 |#2|)) NIL) (($ (-407 (-564))) NIL (-2713 (|has| (-407 |#2|) (-1035 (-407 (-564)))) (|has| (-407 |#2|) (-363)))) (($ $) NIL (|has| (-407 |#2|) (-363)))) (-2684 (($ $) NIL (|has| (-407 |#2|) (-349))) (((-3 $ "failed") $) NIL (|has| (-407 |#2|) (-145)))) (-4120 ((|#3| $) NIL)) (-1303 (((-768)) NIL T CONST)) (-3659 (((-112)) 42)) (-3154 (((-112) |#1|) 54) (((-112) |#2|) 141)) (-2745 (((-1259 $)) 102)) (-1720 (((-112) $ $) NIL (|has| (-407 |#2|) (-363)))) (-3266 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-3829 (((-112)) NIL)) (-2885 (($) 17 T CONST)) (-2898 (($) 27 T CONST)) (-3256 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-768)) NIL (-2713 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) NIL (-2713 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| (-407 |#2|) (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 |#2|)) NIL) (($ (-407 |#2|) $) NIL) (($ (-407 (-564)) $) NIL (|has| (-407 |#2|) (-363))) (($ $ (-407 (-564))) NIL (|has| (-407 |#2|) (-363)))))
-(((-40 |#1| |#2| |#3| |#4|) (-13 (-342 |#1| |#2| |#3|) (-10 -7 (-15 -4295 ((-1264) (-768))))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) |#3|) (T -40))
-((-4295 (*1 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-363)) (-4 *5 (-1235 *4)) (-5 *2 (-1264)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1235 (-407 *5))) (-14 *7 *6))))
-(-13 (-342 |#1| |#2| |#3|) (-10 -7 (-15 -4295 ((-1264) (-768)))))
-((-2017 ((|#2| |#2|) 48)) (-2886 ((|#2| |#2|) 143 (-12 (|has| |#2| (-430 |#1|)) (|has| |#1| (-452)) (|has| |#1| (-847)) (|has| |#1| (-1035 (-564)))))) (-2058 ((|#2| |#2|) 100 (-12 (|has| |#2| (-430 |#1|)) (|has| |#1| (-452)) (|has| |#1| (-847)) (|has| |#1| (-1035 (-564)))))) (-2758 ((|#2| |#2|) 101 (-12 (|has| |#2| (-430 |#1|)) (|has| |#1| (-452)) (|has| |#1| (-847)) (|has| |#1| (-1035 (-564)))))) (-3037 ((|#2| (-114) |#2| (-768)) 139 (-12 (|has| |#2| (-430 |#1|)) (|has| |#1| (-452)) (|has| |#1| (-847)) (|has| |#1| (-1035 (-564)))))) (-4066 (((-1166 |#2|) |#2|) 45)) (-3967 ((|#2| |#2| (-641 (-610 |#2|))) 18) ((|#2| |#2| (-641 |#2|)) 20) ((|#2| |#2| |#2|) 21) ((|#2| |#2|) 16)))
-(((-41 |#1| |#2|) (-10 -7 (-15 -2017 (|#2| |#2|)) (-15 -3967 (|#2| |#2|)) (-15 -3967 (|#2| |#2| |#2|)) (-15 -3967 (|#2| |#2| (-641 |#2|))) (-15 -3967 (|#2| |#2| (-641 (-610 |#2|)))) (-15 -4066 ((-1166 |#2|) |#2|)) (IF (|has| |#1| (-847)) (IF (|has| |#1| (-452)) (IF (|has| |#1| (-1035 (-564))) (IF (|has| |#2| (-430 |#1|)) (PROGN (-15 -2758 (|#2| |#2|)) (-15 -2058 (|#2| |#2|)) (-15 -2886 (|#2| |#2|)) (-15 -3037 (|#2| (-114) |#2| (-768)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-556) (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 |#1| (-610 $)) $)) (-15 -2663 ((-1119 |#1| (-610 $)) $)) (-15 -1721 ($ (-1119 |#1| (-610 $))))))) (T -41))
-((-3037 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-114)) (-5 *4 (-768)) (-4 *5 (-452)) (-4 *5 (-847)) (-4 *5 (-1035 (-564))) (-4 *5 (-556)) (-5 *1 (-41 *5 *2)) (-4 *2 (-430 *5)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 *5 (-610 $)) $)) (-15 -2663 ((-1119 *5 (-610 $)) $)) (-15 -1721 ($ (-1119 *5 (-610 $))))))))) (-2886 (*1 *2 *2) (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564))) (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $)) (-15 -2663 ((-1119 *3 (-610 $)) $)) (-15 -1721 ($ (-1119 *3 (-610 $))))))))) (-2058 (*1 *2 *2) (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564))) (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $)) (-15 -2663 ((-1119 *3 (-610 $)) $)) (-15 -1721 ($ (-1119 *3 (-610 $))))))))) (-2758 (*1 *2 *2) (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564))) (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $)) (-15 -2663 ((-1119 *3 (-610 $)) $)) (-15 -1721 ($ (-1119 *3 (-610 $))))))))) (-4066 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-1166 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 *4 (-610 $)) $)) (-15 -2663 ((-1119 *4 (-610 $)) $)) (-15 -1721 ($ (-1119 *4 (-610 $))))))))) (-3967 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-610 *2))) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 *4 (-610 $)) $)) (-15 -2663 ((-1119 *4 (-610 $)) $)) (-15 -1721 ($ (-1119 *4 (-610 $))))))) (-4 *4 (-556)) (-5 *1 (-41 *4 *2)))) (-3967 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 *4 (-610 $)) $)) (-15 -2663 ((-1119 *4 (-610 $)) $)) (-15 -1721 ($ (-1119 *4 (-610 $))))))) (-4 *4 (-556)) (-5 *1 (-41 *4 *2)))) (-3967 (*1 *2 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $)) (-15 -2663 ((-1119 *3 (-610 $)) $)) (-15 -1721 ($ (-1119 *3 (-610 $))))))))) (-3967 (*1 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $)) (-15 -2663 ((-1119 *3 (-610 $)) $)) (-15 -1721 ($ (-1119 *3 (-610 $))))))))) (-2017 (*1 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $)) (-15 -2663 ((-1119 *3 (-610 $)) $)) (-15 -1721 ($ (-1119 *3 (-610 $))))))))))
-(-10 -7 (-15 -2017 (|#2| |#2|)) (-15 -3967 (|#2| |#2|)) (-15 -3967 (|#2| |#2| |#2|)) (-15 -3967 (|#2| |#2| (-641 |#2|))) (-15 -3967 (|#2| |#2| (-641 (-610 |#2|)))) (-15 -4066 ((-1166 |#2|) |#2|)) (IF (|has| |#1| (-847)) (IF (|has| |#1| (-452)) (IF (|has| |#1| (-1035 (-564))) (IF (|has| |#2| (-430 |#1|)) (PROGN (-15 -2758 (|#2| |#2|)) (-15 -2058 (|#2| |#2|)) (-15 -2886 (|#2| |#2|)) (-15 -3037 (|#2| (-114) |#2| (-768)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
-((-4020 (((-418 (-1166 |#3|)) (-1166 |#3|) (-641 (-48))) 23) (((-418 |#3|) |#3| (-641 (-48))) 19)))
-(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -4020 ((-418 |#3|) |#3| (-641 (-48)))) (-15 -4020 ((-418 (-1166 |#3|)) (-1166 |#3|) (-641 (-48))))) (-847) (-790) (-946 (-48) |#2| |#1|)) (T -42))
-((-4020 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-48))) (-4 *5 (-847)) (-4 *6 (-790)) (-4 *7 (-946 (-48) *6 *5)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-4020 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-48))) (-4 *5 (-847)) (-4 *6 (-790)) (-5 *2 (-418 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-946 (-48) *6 *5)))))
-(-10 -7 (-15 -4020 ((-418 |#3|) |#3| (-641 (-48)))) (-15 -4020 ((-418 (-1166 |#3|)) (-1166 |#3|) (-641 (-48)))))
-((-2520 (((-768) |#2|) 72)) (-1432 (((-768) |#2|) 76)) (-2025 (((-641 |#2|)) 39)) (-1545 (((-768) |#2|) 75)) (-1992 (((-768) |#2|) 71)) (-2215 (((-768) |#2|) 74)) (-1712 (((-641 (-685 |#1|))) 67)) (-3333 (((-641 |#2|)) 62)) (-2809 (((-641 |#2|) |#2|) 50)) (-3975 (((-641 |#2|)) 64)) (-2418 (((-641 |#2|)) 63)) (-2287 (((-641 (-685 |#1|))) 55)) (-2027 (((-641 |#2|)) 61)) (-1658 (((-641 |#2|) |#2|) 49)) (-2261 (((-641 |#2|)) 57)) (-3411 (((-641 (-685 |#1|))) 68)) (-1579 (((-641 |#2|)) 66)) (-2745 (((-1259 |#2|) (-1259 |#2|)) 100 (|has| |#1| (-307)))))
-(((-43 |#1| |#2|) (-10 -7 (-15 -1545 ((-768) |#2|)) (-15 -1432 ((-768) |#2|)) (-15 -1992 ((-768) |#2|)) (-15 -2520 ((-768) |#2|)) (-15 -2215 ((-768) |#2|)) (-15 -2261 ((-641 |#2|))) (-15 -1658 ((-641 |#2|) |#2|)) (-15 -2809 ((-641 |#2|) |#2|)) (-15 -2027 ((-641 |#2|))) (-15 -3333 ((-641 |#2|))) (-15 -2418 ((-641 |#2|))) (-15 -3975 ((-641 |#2|))) (-15 -1579 ((-641 |#2|))) (-15 -2287 ((-641 (-685 |#1|)))) (-15 -1712 ((-641 (-685 |#1|)))) (-15 -3411 ((-641 (-685 |#1|)))) (-15 -2025 ((-641 |#2|))) (IF (|has| |#1| (-307)) (-15 -2745 ((-1259 |#2|) (-1259 |#2|))) |%noBranch|)) (-556) (-417 |#1|)) (T -43))
-((-2745 (*1 *2 *2) (-12 (-5 *2 (-1259 *4)) (-4 *4 (-417 *3)) (-4 *3 (-307)) (-4 *3 (-556)) (-5 *1 (-43 *3 *4)))) (-2025 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-3411 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-1712 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-2287 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-1579 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-3975 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-2418 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-3333 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-2027 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-2809 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-1658 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-2261 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-2215 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-2520 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-1992 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-1432 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-1545 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))))
-(-10 -7 (-15 -1545 ((-768) |#2|)) (-15 -1432 ((-768) |#2|)) (-15 -1992 ((-768) |#2|)) (-15 -2520 ((-768) |#2|)) (-15 -2215 ((-768) |#2|)) (-15 -2261 ((-641 |#2|))) (-15 -1658 ((-641 |#2|) |#2|)) (-15 -2809 ((-641 |#2|) |#2|)) (-15 -2027 ((-641 |#2|))) (-15 -3333 ((-641 |#2|))) (-15 -2418 ((-641 |#2|))) (-15 -3975 ((-641 |#2|))) (-15 -1579 ((-641 |#2|))) (-15 -2287 ((-641 (-685 |#1|)))) (-15 -1712 ((-641 (-685 |#1|)))) (-15 -3411 ((-641 (-685 |#1|)))) (-15 -2025 ((-641 |#2|))) (IF (|has| |#1| (-307)) (-15 -2745 ((-1259 |#2|) (-1259 |#2|))) |%noBranch|))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4023 (((-3 $ "failed")) NIL (|has| |#1| (-556)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2315 (((-1259 (-685 |#1|)) (-1259 $)) NIL) (((-1259 (-685 |#1|))) 24)) (-2262 (((-1259 $)) 55)) (-1692 (($) NIL T CONST)) (-2121 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) NIL (|has| |#1| (-556)))) (-3441 (((-3 $ "failed")) NIL (|has| |#1| (-556)))) (-2660 (((-685 |#1|) (-1259 $)) NIL) (((-685 |#1|)) NIL)) (-3268 ((|#1| $) NIL)) (-1931 (((-685 |#1|) $ (-1259 $)) NIL) (((-685 |#1|) $) NIL)) (-2816 (((-3 $ "failed") $) NIL (|has| |#1| (-556)))) (-3034 (((-1166 (-949 |#1|))) NIL (|has| |#1| (-363)))) (-4095 (($ $ (-918)) NIL)) (-1945 ((|#1| $) NIL)) (-2829 (((-1166 |#1|) $) NIL (|has| |#1| (-556)))) (-1660 ((|#1| (-1259 $)) NIL) ((|#1|) NIL)) (-3390 (((-1166 |#1|) $) NIL)) (-1936 (((-112)) 102)) (-3222 (($ (-1259 |#1|) (-1259 $)) NIL) (($ (-1259 |#1|)) NIL)) (-3233 (((-3 $ "failed") $) 14 (|has| |#1| (-556)))) (-3147 (((-918)) 56)) (-1826 (((-112)) NIL)) (-3668 (($ $ (-918)) NIL)) (-2516 (((-112)) NIL)) (-4250 (((-112)) NIL)) (-1595 (((-112)) 104)) (-1398 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) NIL (|has| |#1| (-556)))) (-1386 (((-3 $ "failed")) NIL (|has| |#1| (-556)))) (-1325 (((-685 |#1|) (-1259 $)) NIL) (((-685 |#1|)) NIL)) (-3820 ((|#1| $) NIL)) (-2572 (((-685 |#1|) $ (-1259 $)) NIL) (((-685 |#1|) $) NIL)) (-3126 (((-3 $ "failed") $) NIL (|has| |#1| (-556)))) (-2605 (((-1166 (-949 |#1|))) NIL (|has| |#1| (-363)))) (-2824 (($ $ (-918)) NIL)) (-2502 ((|#1| $) NIL)) (-1438 (((-1166 |#1|) $) NIL (|has| |#1| (-556)))) (-1485 ((|#1| (-1259 $)) NIL) ((|#1|) NIL)) (-3677 (((-1166 |#1|) $) NIL)) (-1517 (((-112)) 101)) (-2811 (((-1152) $) NIL)) (-2141 (((-112)) 109)) (-2264 (((-112)) 108)) (-3338 (((-112)) 110)) (-4382 (((-1114) $) NIL)) (-3234 (((-112)) 103)) (-2961 ((|#1| $ (-564)) 58)) (-3057 (((-1259 |#1|) $ (-1259 $)) 53) (((-685 |#1|) (-1259 $) (-1259 $)) NIL) (((-1259 |#1|) $) 28) (((-685 |#1|) (-1259 $)) NIL)) (-2153 (((-1259 |#1|) $) NIL) (($ (-1259 |#1|)) NIL)) (-3580 (((-641 (-949 |#1|)) (-1259 $)) NIL) (((-641 (-949 |#1|))) NIL)) (-1923 (($ $ $) NIL)) (-4311 (((-112)) 98)) (-1721 (((-859) $) 75) (($ (-1259 |#1|)) 22)) (-2745 (((-1259 $)) 49)) (-3394 (((-641 (-1259 |#1|))) NIL (|has| |#1| (-556)))) (-2933 (($ $ $ $) NIL)) (-2012 (((-112)) 94)) (-1840 (($ (-685 |#1|) $) 18)) (-3710 (($ $ $) NIL)) (-1380 (((-112)) 100)) (-2425 (((-112)) 95)) (-2508 (((-112)) 93)) (-2885 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 84) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-1136 |#2| |#1|) $) 19)))
-(((-44 |#1| |#2| |#3| |#4|) (-13 (-417 |#1|) (-644 (-1136 |#2| |#1|)) (-10 -8 (-15 -1721 ($ (-1259 |#1|))))) (-363) (-918) (-641 (-1170)) (-1259 (-685 |#1|))) (T -44))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-363)) (-14 *6 (-1259 (-685 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))))))
-(-13 (-417 |#1|) (-644 (-1136 |#2| |#1|)) (-10 -8 (-15 -1721 ($ (-1259 |#1|)))))
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1411 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-4053 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-1800 (($ $) NIL)) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2229 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4413))) (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-4140 (($ $ (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (((-112) $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-1331 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847))))) (-3699 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (($ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-2270 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4413)))) (-2777 (($ $ $) 33 (|has| $ (-6 -4413)))) (-2354 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4413)))) (-4211 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 35 (|has| $ (-6 -4413)))) (-1869 ((|#2| $ |#1| |#2|) 52) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4413))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-1226 (-564)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4413))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "last" (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4413))) (($ $ "rest" $) NIL (|has| $ (-6 -4413))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "first" (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4413))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "value" (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) NIL (|has| $ (-6 -4413)))) (-4085 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL)) (-3346 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-4041 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-1593 (((-3 |#2| "failed") |#1| $) 43)) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1908 (($ $ (-768)) NIL) (($ $) 29)) (-3176 (($ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3537 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-3 |#2| "failed") |#1| $) 55) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-3813 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4413))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) NIL) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564)) NIL)) (-1644 (((-112) $) NIL)) (-1317 (((-564) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (((-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))) (((-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564)) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-1597 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 20 (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412))) (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 20 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) NIL)) (-3496 (((-112) $ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-1585 (($ (-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 ((|#1| $) NIL (|has| |#1| (-847))) (((-564) $) 38 (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-2915 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-2057 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-4317 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412))) (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094)))) (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3825 ((|#1| $) NIL (|has| |#1| (-847))) (((-564) $) 40 (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4413))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413))) (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ $) NIL) (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL)) (-1769 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-1939 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL)) (-2545 (((-112) $) NIL)) (-2811 (((-1152) $) 48 (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3837 (($ $ (-768)) NIL) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-2659 (((-641 |#1|) $) 22)) (-1509 (((-112) |#1| $) NIL)) (-4290 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-3573 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL) (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3476 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 |#1|) $) NIL) (((-641 (-564)) $) NIL)) (-2405 (((-112) |#1| $) NIL) (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1897 ((|#2| $) NIL (|has| |#1| (-847))) (($ $ (-768)) NIL) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 27)) (-2061 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL)) (-1759 (($ $ |#2|) NIL (|has| $ (-6 -4413))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-3492 (((-112) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094)))) (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3111 (((-641 |#2|) $) NIL) (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 19)) (-4102 (((-112) $) 18)) (-3456 (($) 14)) (-2961 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ (-564)) NIL) (($ $ (-1226 (-564))) NIL) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "last") NIL) (($ $ "rest") NIL) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "first") NIL) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $ "value") NIL)) (-2705 (((-564) $ $) NIL)) (-2710 (($) 13) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2243 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-3735 (((-112) $) NIL)) (-4383 (($ $) NIL)) (-1787 (($ $) NIL (|has| $ (-6 -4413)))) (-3716 (((-768) $) NIL)) (-1717 (($ $) NIL)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1321 (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL) (($ $ $) NIL)) (-2834 (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL) (($ (-641 $)) NIL) (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 31) (($ $ $) NIL)) (-1721 (((-859) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-2202 (((-641 $) $) NIL)) (-4252 (((-112) $ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-1959 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-3846 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") |#1| $) 50)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-2853 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2908 (((-112) $ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-2880 (((-112) $ $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-847)))) (-3435 (((-768) $) 25 (|has| $ (-6 -4412)))))
+((-3838 (((-418 |#1|) |#1|) 41)) (-3070 (((-418 |#1|) |#1|) 30) (((-418 |#1|) |#1| (-641 (-48))) 33)) (-3865 (((-112) |#1|) 59)))
+(((-39 |#1|) (-10 -7 (-15 -3070 ((-418 |#1|) |#1| (-641 (-48)))) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -3838 ((-418 |#1|) |#1|)) (-15 -3865 ((-112) |#1|))) (-1235 (-48))) (T -39))
+((-3865 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48))))) (-3838 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48))))) (-3070 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48))))) (-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-48))) (-5 *2 (-418 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48))))))
+(-10 -7 (-15 -3070 ((-418 |#1|) |#1| (-641 (-48)))) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -3838 ((-418 |#1|) |#1|)) (-15 -3865 ((-112) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-2084 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| (-407 |#2|) (-363)))) (-1537 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-1932 (((-112) $) NIL (|has| (-407 |#2|) (-363)))) (-3390 (((-685 (-407 |#2|)) (-1259 $)) NIL) (((-685 (-407 |#2|))) NIL)) (-2713 (((-407 |#2|) $) NIL)) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-407 |#2|) (-349)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-3399 (((-418 $) $) NIL (|has| (-407 |#2|) (-363)))) (-3554 (((-112) $ $) NIL (|has| (-407 |#2|) (-363)))) (-3267 (((-768)) NIL (|has| (-407 |#2|) (-368)))) (-2927 (((-112)) NIL)) (-2135 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| (-407 |#2|) (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-3 (-407 |#2|) "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| (-407 |#2|) (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-407 |#2|) $) NIL)) (-3624 (($ (-1259 (-407 |#2|)) (-1259 $)) NIL) (($ (-1259 (-407 |#2|))) 61) (($ (-1259 |#2|) |#2|) 135)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-407 |#2|) (-349)))) (-1449 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-4206 (((-685 (-407 |#2|)) $ (-1259 $)) NIL) (((-685 (-407 |#2|)) $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-407 |#2|))) (|:| |vec| (-1259 (-407 |#2|)))) (-685 $) (-1259 $)) NIL) (((-685 (-407 |#2|)) (-685 $)) NIL)) (-4107 (((-1259 $) (-1259 $)) NIL)) (-1988 (($ |#3|) NIL) (((-3 $ "failed") (-407 |#3|)) NIL (|has| (-407 |#2|) (-363)))) (-3733 (((-3 $ "failed") $) NIL)) (-3238 (((-641 (-641 |#1|))) NIL (|has| |#1| (-368)))) (-4349 (((-112) |#1| |#1|) NIL)) (-3531 (((-918)) NIL)) (-2900 (($) NIL (|has| (-407 |#2|) (-368)))) (-3272 (((-112)) NIL)) (-3260 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-1424 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| (-407 |#2|) (-363)))) (-3031 (($ $) NIL)) (-1830 (($) NIL (|has| (-407 |#2|) (-349)))) (-4282 (((-112) $) NIL (|has| (-407 |#2|) (-349)))) (-3340 (($ $ (-768)) NIL (|has| (-407 |#2|) (-349))) (($ $) NIL (|has| (-407 |#2|) (-349)))) (-1420 (((-112) $) NIL (|has| (-407 |#2|) (-363)))) (-2155 (((-918) $) NIL (|has| (-407 |#2|) (-349))) (((-830 (-918)) $) NIL (|has| (-407 |#2|) (-349)))) (-2949 (((-112) $) NIL)) (-4002 (((-768)) NIL)) (-1388 (((-1259 $) (-1259 $)) 111)) (-3797 (((-407 |#2|) $) NIL)) (-3099 (((-641 (-949 |#1|)) (-1170)) NIL (|has| |#1| (-363)))) (-2619 (((-3 $ "failed") $) NIL (|has| (-407 |#2|) (-349)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-407 |#2|) (-363)))) (-3774 ((|#3| $) NIL (|has| (-407 |#2|) (-363)))) (-1811 (((-918) $) NIL (|has| (-407 |#2|) (-368)))) (-1977 ((|#3| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| (-407 |#2|) (-363))) (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-2723 (((-1152) $) NIL)) (-2447 (((-1264) (-768)) 88)) (-3105 (((-685 (-407 |#2|))) 56)) (-1835 (((-685 (-407 |#2|))) 49)) (-3315 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-4101 (($ (-1259 |#2|) |#2|) 136)) (-3749 (((-685 (-407 |#2|))) 50)) (-3093 (((-685 (-407 |#2|))) 48)) (-3485 (((-2 (|:| |num| (-685 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 134)) (-1777 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) 68)) (-1718 (((-1259 $)) 47)) (-2359 (((-1259 $)) 46)) (-1978 (((-112) $) NIL)) (-3683 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-2884 (($) NIL (|has| (-407 |#2|) (-349)) CONST)) (-1468 (($ (-918)) NIL (|has| (-407 |#2|) (-368)))) (-4105 (((-3 |#2| "failed")) NIL)) (-2780 (((-1114) $) NIL)) (-3878 (((-768)) NIL)) (-1426 (($) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| (-407 |#2|) (-363)))) (-2777 (($ (-641 $)) NIL (|has| (-407 |#2|) (-363))) (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| (-407 |#2|) (-349)))) (-3070 (((-418 $) $) NIL (|has| (-407 |#2|) (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-407 |#2|) (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| (-407 |#2|) (-363)))) (-1403 (((-3 $ "failed") $ $) NIL (|has| (-407 |#2|) (-363)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-407 |#2|) (-363)))) (-3920 (((-768) $) NIL (|has| (-407 |#2|) (-363)))) (-1350 ((|#1| $ |#1| |#1|) NIL)) (-1759 (((-3 |#2| "failed")) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| (-407 |#2|) (-363)))) (-3190 (((-407 |#2|) (-1259 $)) NIL) (((-407 |#2|)) 44)) (-1820 (((-768) $) NIL (|has| (-407 |#2|) (-349))) (((-3 (-768) "failed") $ $) NIL (|has| (-407 |#2|) (-349)))) (-3534 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 |#2| |#2|)) 130) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-768)) NIL (-4078 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) NIL (-4078 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-4027 (((-685 (-407 |#2|)) (-1259 $) (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363)))) (-3019 ((|#3|) 55)) (-3297 (($) NIL (|has| (-407 |#2|) (-349)))) (-2467 (((-1259 (-407 |#2|)) $ (-1259 $)) NIL) (((-685 (-407 |#2|)) (-1259 $) (-1259 $)) NIL) (((-1259 (-407 |#2|)) $) 62) (((-685 (-407 |#2|)) (-1259 $)) 112)) (-2511 (((-1259 (-407 |#2|)) $) NIL) (($ (-1259 (-407 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-407 |#2|) (-349)))) (-3562 (((-1259 $) (-1259 $)) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 |#2|)) NIL) (($ (-407 (-564))) NIL (-4078 (|has| (-407 |#2|) (-1035 (-407 (-564)))) (|has| (-407 |#2|) (-363)))) (($ $) NIL (|has| (-407 |#2|) (-363)))) (-4018 (($ $) NIL (|has| (-407 |#2|) (-349))) (((-3 $ "failed") $) NIL (|has| (-407 |#2|) (-145)))) (-1349 ((|#3| $) NIL)) (-2219 (((-768)) NIL T CONST)) (-2368 (((-112)) 42)) (-4147 (((-112) |#1|) 54) (((-112) |#2|) 141)) (-3331 (((-1259 $)) 102)) (-3939 (((-112) $ $) NIL (|has| (-407 |#2|) (-363)))) (-2806 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-3487 (((-112)) NIL)) (-1293 (($) 17 T CONST)) (-1300 (($) 27 T CONST)) (-3435 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-768)) NIL (-4078 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) NIL (-4078 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| (-407 |#2|) (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 |#2|)) NIL) (($ (-407 |#2|) $) NIL) (($ (-407 (-564)) $) NIL (|has| (-407 |#2|) (-363))) (($ $ (-407 (-564))) NIL (|has| (-407 |#2|) (-363)))))
+(((-40 |#1| |#2| |#3| |#4|) (-13 (-342 |#1| |#2| |#3|) (-10 -7 (-15 -2447 ((-1264) (-768))))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) |#3|) (T -40))
+((-2447 (*1 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-363)) (-4 *5 (-1235 *4)) (-5 *2 (-1264)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1235 (-407 *5))) (-14 *7 *6))))
+(-13 (-342 |#1| |#2| |#3|) (-10 -7 (-15 -2447 ((-1264) (-768)))))
+((-1664 ((|#2| |#2|) 48)) (-2144 ((|#2| |#2|) 143 (-12 (|has| |#2| (-430 |#1|)) (|has| |#1| (-452)) (|has| |#1| (-847)) (|has| |#1| (-1035 (-564)))))) (-3965 ((|#2| |#2|) 100 (-12 (|has| |#2| (-430 |#1|)) (|has| |#1| (-452)) (|has| |#1| (-847)) (|has| |#1| (-1035 (-564)))))) (-3463 ((|#2| |#2|) 101 (-12 (|has| |#2| (-430 |#1|)) (|has| |#1| (-452)) (|has| |#1| (-847)) (|has| |#1| (-1035 (-564)))))) (-2267 ((|#2| (-114) |#2| (-768)) 139 (-12 (|has| |#2| (-430 |#1|)) (|has| |#1| (-452)) (|has| |#1| (-847)) (|has| |#1| (-1035 (-564)))))) (-3973 (((-1166 |#2|) |#2|) 45)) (-2329 ((|#2| |#2| (-641 (-610 |#2|))) 18) ((|#2| |#2| (-641 |#2|)) 20) ((|#2| |#2| |#2|) 21) ((|#2| |#2|) 16)))
+(((-41 |#1| |#2|) (-10 -7 (-15 -1664 (|#2| |#2|)) (-15 -2329 (|#2| |#2|)) (-15 -2329 (|#2| |#2| |#2|)) (-15 -2329 (|#2| |#2| (-641 |#2|))) (-15 -2329 (|#2| |#2| (-641 (-610 |#2|)))) (-15 -3973 ((-1166 |#2|) |#2|)) (IF (|has| |#1| (-847)) (IF (|has| |#1| (-452)) (IF (|has| |#1| (-1035 (-564))) (IF (|has| |#2| (-430 |#1|)) (PROGN (-15 -3463 (|#2| |#2|)) (-15 -3965 (|#2| |#2|)) (-15 -2144 (|#2| |#2|)) (-15 -2267 (|#2| (-114) |#2| (-768)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-556) (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 |#1| (-610 $)) $)) (-15 -3693 ((-1119 |#1| (-610 $)) $)) (-15 -1831 ($ (-1119 |#1| (-610 $))))))) (T -41))
+((-2267 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-114)) (-5 *4 (-768)) (-4 *5 (-452)) (-4 *5 (-847)) (-4 *5 (-1035 (-564))) (-4 *5 (-556)) (-5 *1 (-41 *5 *2)) (-4 *2 (-430 *5)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 *5 (-610 $)) $)) (-15 -3693 ((-1119 *5 (-610 $)) $)) (-15 -1831 ($ (-1119 *5 (-610 $))))))))) (-2144 (*1 *2 *2) (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564))) (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $)) (-15 -3693 ((-1119 *3 (-610 $)) $)) (-15 -1831 ($ (-1119 *3 (-610 $))))))))) (-3965 (*1 *2 *2) (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564))) (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $)) (-15 -3693 ((-1119 *3 (-610 $)) $)) (-15 -1831 ($ (-1119 *3 (-610 $))))))))) (-3463 (*1 *2 *2) (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564))) (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $)) (-15 -3693 ((-1119 *3 (-610 $)) $)) (-15 -1831 ($ (-1119 *3 (-610 $))))))))) (-3973 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-1166 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 *4 (-610 $)) $)) (-15 -3693 ((-1119 *4 (-610 $)) $)) (-15 -1831 ($ (-1119 *4 (-610 $))))))))) (-2329 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-610 *2))) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 *4 (-610 $)) $)) (-15 -3693 ((-1119 *4 (-610 $)) $)) (-15 -1831 ($ (-1119 *4 (-610 $))))))) (-4 *4 (-556)) (-5 *1 (-41 *4 *2)))) (-2329 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 *4 (-610 $)) $)) (-15 -3693 ((-1119 *4 (-610 $)) $)) (-15 -1831 ($ (-1119 *4 (-610 $))))))) (-4 *4 (-556)) (-5 *1 (-41 *4 *2)))) (-2329 (*1 *2 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $)) (-15 -3693 ((-1119 *3 (-610 $)) $)) (-15 -1831 ($ (-1119 *3 (-610 $))))))))) (-2329 (*1 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $)) (-15 -3693 ((-1119 *3 (-610 $)) $)) (-15 -1831 ($ (-1119 *3 (-610 $))))))))) (-1664 (*1 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-363) (-302) (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $)) (-15 -3693 ((-1119 *3 (-610 $)) $)) (-15 -1831 ($ (-1119 *3 (-610 $))))))))))
+(-10 -7 (-15 -1664 (|#2| |#2|)) (-15 -2329 (|#2| |#2|)) (-15 -2329 (|#2| |#2| |#2|)) (-15 -2329 (|#2| |#2| (-641 |#2|))) (-15 -2329 (|#2| |#2| (-641 (-610 |#2|)))) (-15 -3973 ((-1166 |#2|) |#2|)) (IF (|has| |#1| (-847)) (IF (|has| |#1| (-452)) (IF (|has| |#1| (-1035 (-564))) (IF (|has| |#2| (-430 |#1|)) (PROGN (-15 -3463 (|#2| |#2|)) (-15 -3965 (|#2| |#2|)) (-15 -2144 (|#2| |#2|)) (-15 -2267 (|#2| (-114) |#2| (-768)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
+((-3070 (((-418 (-1166 |#3|)) (-1166 |#3|) (-641 (-48))) 23) (((-418 |#3|) |#3| (-641 (-48))) 19)))
+(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -3070 ((-418 |#3|) |#3| (-641 (-48)))) (-15 -3070 ((-418 (-1166 |#3|)) (-1166 |#3|) (-641 (-48))))) (-847) (-790) (-946 (-48) |#2| |#1|)) (T -42))
+((-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-48))) (-4 *5 (-847)) (-4 *6 (-790)) (-4 *7 (-946 (-48) *6 *5)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-48))) (-4 *5 (-847)) (-4 *6 (-790)) (-5 *2 (-418 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-946 (-48) *6 *5)))))
+(-10 -7 (-15 -3070 ((-418 |#3|) |#3| (-641 (-48)))) (-15 -3070 ((-418 (-1166 |#3|)) (-1166 |#3|) (-641 (-48)))))
+((-3046 (((-768) |#2|) 72)) (-4097 (((-768) |#2|) 76)) (-1758 (((-641 |#2|)) 39)) (-2895 (((-768) |#2|) 75)) (-1398 (((-768) |#2|) 71)) (-3038 (((-768) |#2|) 74)) (-3856 (((-641 (-685 |#1|))) 67)) (-2181 (((-641 |#2|)) 62)) (-2701 (((-641 |#2|) |#2|) 50)) (-2428 (((-641 |#2|)) 64)) (-3258 (((-641 |#2|)) 63)) (-2556 (((-641 (-685 |#1|))) 55)) (-1770 (((-641 |#2|)) 61)) (-1452 (((-641 |#2|) |#2|) 49)) (-2283 (((-641 |#2|)) 57)) (-1672 (((-641 (-685 |#1|))) 68)) (-1997 (((-641 |#2|)) 66)) (-3331 (((-1259 |#2|) (-1259 |#2|)) 100 (|has| |#1| (-307)))))
+(((-43 |#1| |#2|) (-10 -7 (-15 -2895 ((-768) |#2|)) (-15 -4097 ((-768) |#2|)) (-15 -1398 ((-768) |#2|)) (-15 -3046 ((-768) |#2|)) (-15 -3038 ((-768) |#2|)) (-15 -2283 ((-641 |#2|))) (-15 -1452 ((-641 |#2|) |#2|)) (-15 -2701 ((-641 |#2|) |#2|)) (-15 -1770 ((-641 |#2|))) (-15 -2181 ((-641 |#2|))) (-15 -3258 ((-641 |#2|))) (-15 -2428 ((-641 |#2|))) (-15 -1997 ((-641 |#2|))) (-15 -2556 ((-641 (-685 |#1|)))) (-15 -3856 ((-641 (-685 |#1|)))) (-15 -1672 ((-641 (-685 |#1|)))) (-15 -1758 ((-641 |#2|))) (IF (|has| |#1| (-307)) (-15 -3331 ((-1259 |#2|) (-1259 |#2|))) |%noBranch|)) (-556) (-417 |#1|)) (T -43))
+((-3331 (*1 *2 *2) (-12 (-5 *2 (-1259 *4)) (-4 *4 (-417 *3)) (-4 *3 (-307)) (-4 *3 (-556)) (-5 *1 (-43 *3 *4)))) (-1758 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-1672 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-3856 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-2556 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-1997 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-2428 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-3258 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-2181 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-1770 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-2701 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-1452 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-2283 (*1 *2) (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-417 *3)))) (-3038 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-3046 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-1398 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-4097 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))) (-2895 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3)) (-4 *3 (-417 *4)))))
+(-10 -7 (-15 -2895 ((-768) |#2|)) (-15 -4097 ((-768) |#2|)) (-15 -1398 ((-768) |#2|)) (-15 -3046 ((-768) |#2|)) (-15 -3038 ((-768) |#2|)) (-15 -2283 ((-641 |#2|))) (-15 -1452 ((-641 |#2|) |#2|)) (-15 -2701 ((-641 |#2|) |#2|)) (-15 -1770 ((-641 |#2|))) (-15 -2181 ((-641 |#2|))) (-15 -3258 ((-641 |#2|))) (-15 -2428 ((-641 |#2|))) (-15 -1997 ((-641 |#2|))) (-15 -2556 ((-641 (-685 |#1|)))) (-15 -3856 ((-641 (-685 |#1|)))) (-15 -1672 ((-641 (-685 |#1|)))) (-15 -1758 ((-641 |#2|))) (IF (|has| |#1| (-307)) (-15 -3331 ((-1259 |#2|) (-1259 |#2|))) |%noBranch|))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1674 (((-3 $ "failed")) NIL (|has| |#1| (-556)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-1546 (((-1259 (-685 |#1|)) (-1259 $)) NIL) (((-1259 (-685 |#1|))) 24)) (-2294 (((-1259 $)) 55)) (-1778 (($) NIL T CONST)) (-3353 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) NIL (|has| |#1| (-556)))) (-3868 (((-3 $ "failed")) NIL (|has| |#1| (-556)))) (-1911 (((-685 |#1|) (-1259 $)) NIL) (((-685 |#1|)) NIL)) (-2825 ((|#1| $) NIL)) (-2050 (((-685 |#1|) $ (-1259 $)) NIL) (((-685 |#1|) $) NIL)) (-2767 (((-3 $ "failed") $) NIL (|has| |#1| (-556)))) (-2232 (((-1166 (-949 |#1|))) NIL (|has| |#1| (-363)))) (-4221 (($ $ (-918)) NIL)) (-2166 ((|#1| $) NIL)) (-2878 (((-1166 |#1|) $) NIL (|has| |#1| (-556)))) (-1476 ((|#1| (-1259 $)) NIL) ((|#1|) NIL)) (-1475 (((-1166 |#1|) $) NIL)) (-2103 (((-112)) 102)) (-3624 (($ (-1259 |#1|) (-1259 $)) NIL) (($ (-1259 |#1|)) NIL)) (-3733 (((-3 $ "failed") $) 14 (|has| |#1| (-556)))) (-3531 (((-918)) 56)) (-3628 (((-112)) NIL)) (-2482 (($ $ (-918)) NIL)) (-3001 (((-112)) NIL)) (-3261 (((-112)) NIL)) (-2130 (((-112)) 104)) (-1907 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) NIL (|has| |#1| (-556)))) (-2302 (((-3 $ "failed")) NIL (|has| |#1| (-556)))) (-2510 (((-685 |#1|) (-1259 $)) NIL) (((-685 |#1|)) NIL)) (-3385 ((|#1| $) NIL)) (-2289 (((-685 |#1|) $ (-1259 $)) NIL) (((-685 |#1|) $) NIL)) (-3874 (((-3 $ "failed") $) NIL (|has| |#1| (-556)))) (-1402 (((-1166 (-949 |#1|))) NIL (|has| |#1| (-363)))) (-2839 (($ $ (-918)) NIL)) (-2873 ((|#1| $) NIL)) (-4146 (((-1166 |#1|) $) NIL (|has| |#1| (-556)))) (-3525 ((|#1| (-1259 $)) NIL) ((|#1|) NIL)) (-2582 (((-1166 |#1|) $) NIL)) (-2628 (((-112)) 101)) (-2723 (((-1152) $) NIL)) (-3582 (((-112)) 109)) (-2317 (((-112)) 108)) (-2241 (((-112)) 110)) (-2780 (((-1114) $) NIL)) (-3740 (((-112)) 103)) (-1350 ((|#1| $ (-564)) 58)) (-2467 (((-1259 |#1|) $ (-1259 $)) 53) (((-685 |#1|) (-1259 $) (-1259 $)) NIL) (((-1259 |#1|) $) 28) (((-685 |#1|) (-1259 $)) NIL)) (-2511 (((-1259 |#1|) $) NIL) (($ (-1259 |#1|)) NIL)) (-2852 (((-641 (-949 |#1|)) (-1259 $)) NIL) (((-641 (-949 |#1|))) NIL)) (-1992 (($ $ $) NIL)) (-2595 (((-112)) 98)) (-1831 (((-859) $) 75) (($ (-1259 |#1|)) 22)) (-3331 (((-1259 $)) 49)) (-1488 (((-641 (-1259 |#1|))) NIL (|has| |#1| (-556)))) (-2611 (($ $ $ $) NIL)) (-1604 (((-112)) 94)) (-3246 (($ (-685 |#1|) $) 18)) (-1656 (($ $ $) NIL)) (-3830 (((-112)) 100)) (-3335 (((-112)) 95)) (-2921 (((-112)) 93)) (-1293 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 84) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-1136 |#2| |#1|) $) 19)))
+(((-44 |#1| |#2| |#3| |#4|) (-13 (-417 |#1|) (-644 (-1136 |#2| |#1|)) (-10 -8 (-15 -1831 ($ (-1259 |#1|))))) (-363) (-918) (-641 (-1170)) (-1259 (-685 |#1|))) (T -44))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-363)) (-14 *6 (-1259 (-685 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))))))
+(-13 (-417 |#1|) (-644 (-1136 |#2| |#1|)) (-10 -8 (-15 -1831 ($ (-1259 |#1|)))))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1522 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-3149 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-4045 (($ $) NIL)) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1956 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4407))) (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-3459 (($ $ (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (((-112) $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-2573 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847))))) (-2861 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (($ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-2373 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4407)))) (-3653 (($ $ $) 33 (|has| $ (-6 -4407)))) (-3881 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4407)))) (-2923 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 35 (|has| $ (-6 -4407)))) (-1970 ((|#2| $ |#1| |#2|) 52) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4407))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-1226 (-564)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4407))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "last" (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4407))) (($ $ "rest" $) NIL (|has| $ (-6 -4407))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "first" (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4407))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "value" (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) NIL (|has| $ (-6 -4407)))) (-4145 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL)) (-3752 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-3137 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-1725 (((-3 |#2| "failed") |#1| $) 43)) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3314 (($ $ (-768)) NIL) (($ $) 29)) (-4341 (($ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3644 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-3 |#2| "failed") |#1| $) 55) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-2576 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4407))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) NIL) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564)) NIL)) (-1346 (((-112) $) NIL)) (-3360 (((-564) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (((-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))) (((-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564)) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-1433 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 20 (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406))) (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 20 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) NIL)) (-4376 (((-112) $ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-3654 (($ (-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 ((|#1| $) NIL (|has| |#1| (-847))) (((-564) $) 38 (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-2429 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-3956 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-2640 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406))) (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094)))) (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3440 ((|#1| $) NIL (|has| |#1| (-847))) (((-564) $) 40 (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4407))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407))) (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ $) NIL) (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL)) (-3176 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-4119 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL)) (-2033 (((-112) $) NIL)) (-2723 (((-1152) $) 48 (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2598 (($ $ (-768)) NIL) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-2945 (((-641 |#1|) $) 22)) (-2554 (((-112) |#1| $) NIL)) (-2401 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-2783 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL) (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3652 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 |#1|) $) NIL) (((-641 (-564)) $) NIL)) (-4336 (((-112) |#1| $) NIL) (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3303 ((|#2| $) NIL (|has| |#1| (-847))) (($ $ (-768)) NIL) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 27)) (-3995 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL)) (-4253 (($ $ |#2|) NIL (|has| $ (-6 -4407))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-4337 (((-112) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094)))) (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-1794 (((-641 |#2|) $) NIL) (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 19)) (-4284 (((-112) $) 18)) (-4012 (($) 14)) (-1350 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ (-564)) NIL) (($ $ (-1226 (-564))) NIL) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "last") NIL) (($ $ "rest") NIL) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "first") NIL) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $ "value") NIL)) (-4190 (((-564) $ $) NIL)) (-4232 (($) 13) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-2087 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-1899 (((-112) $) NIL)) (-2034 (($ $) NIL)) (-3292 (($ $) NIL (|has| $ (-6 -4407)))) (-1724 (((-768) $) NIL)) (-3910 (($ $) NIL)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-2460 (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL) (($ $ $) NIL)) (-3043 (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL) (($ (-641 $)) NIL) (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 31) (($ $ $) NIL)) (-1831 (((-859) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-2926 (((-641 $) $) NIL)) (-2054 (((-112) $ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-2321 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-2604 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") |#1| $) 50)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-1702 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1749 (((-112) $ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-1723 (((-112) $ $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-847)))) (-2828 (((-768) $) 25 (|has| $ (-6 -4406)))))
(((-45 |#1| |#2|) (-36 |#1| |#2|) (-1094) (-1094)) (T -45))
NIL
(-36 |#1| |#2|)
-((-1924 (((-112) $) 12)) (-2110 (($ (-1 |#2| |#2|) $) 21)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ (-407 (-564)) $) 25) (($ $ (-407 (-564))) NIL)))
-(((-46 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1924 ((-112) |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|))) (-47 |#2| |#3|) (-1046) (-789)) (T -46))
+((-2003 (((-112) $) 12)) (-2449 (($ (-1 |#2| |#2|) $) 21)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ (-407 (-564)) $) 25) (($ $ (-407 (-564))) NIL)))
+(((-46 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -2003 ((-112) |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|))) (-47 |#2| |#3|) (-1046) (-789)) (T -46))
NIL
-(-10 -8 (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1924 ((-112) |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-4010 (($ $) 55 (|has| |#1| (-556)))) (-2662 (((-112) $) 57 (|has| |#1| (-556)))) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-4316 (($ $) 63)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-1924 (((-112) $) 65)) (-4132 (($ |#1| |#2|) 64)) (-2110 (($ (-1 |#1| |#1|) $) 66)) (-4280 (($ $) 68)) (-4292 ((|#1| $) 69)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-2628 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-4341 ((|#2| $) 67)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556))) (($ |#1|) 50 (|has| |#1| (-172)))) (-1346 ((|#1| $ |#2|) 62)) (-2684 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 56 (|has| |#1| (-556)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 61 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
+(-10 -8 (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -2003 ((-112) |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-1537 (($ $) 55 (|has| |#1| (-556)))) (-1932 (((-112) $) 57 (|has| |#1| (-556)))) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3396 (($ $) 63)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2003 (((-112) $) 65)) (-3186 (($ |#1| |#2|) 64)) (-2449 (($ (-1 |#1| |#1|) $) 66)) (-3356 (($ $) 68)) (-3370 ((|#1| $) 69)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1403 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-1619 ((|#2| $) 67)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556))) (($ |#1|) 50 (|has| |#1| (-172)))) (-2742 ((|#1| $ |#2|) 62)) (-4018 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 56 (|has| |#1| (-556)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 61 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
(((-47 |#1| |#2|) (-140) (-1046) (-789)) (T -47))
-((-4292 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))) (-4280 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)))) (-4341 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)))) (-1924 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-112)))) (-4132 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)))) (-4316 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)))) (-1346 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))) (-2983 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)) (-4 *2 (-363)))))
-(-13 (-1046) (-111 |t#1| |t#1|) (-10 -8 (-15 -4292 (|t#1| $)) (-15 -4280 ($ $)) (-15 -4341 (|t#2| $)) (-15 -2110 ($ (-1 |t#1| |t#1|) $)) (-15 -1924 ((-112) $)) (-15 -4132 ($ |t#1| |t#2|)) (-15 -4316 ($ $)) (-15 -1346 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-363)) (-15 -2983 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-6 (-172)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-556)) (-6 (-556)) |%noBranch|) (IF (|has| |t#1| (-38 (-407 (-564)))) (-6 (-38 (-407 (-564)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) |has| |#1| (-38 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-290) |has| |#1| (-556)) ((-556) |has| |#1| (-556)) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-4275 (((-641 $) (-1166 $) (-1170)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-949 $)) NIL)) (-1629 (($ (-1166 $) (-1170)) NIL) (($ (-1166 $)) NIL) (($ (-949 $)) NIL)) (-2013 (((-112) $) 11)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3906 (((-641 (-610 $)) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1470 (($ $ (-294 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-4029 (($ $) NIL)) (-1817 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-1914 (((-641 $) (-1166 $) (-1170)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-949 $)) NIL)) (-1300 (($ (-1166 $) (-1170)) NIL) (($ (-1166 $)) NIL) (($ (-949 $)) NIL)) (-2035 (((-3 (-610 $) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL)) (-3437 (((-610 $) $) NIL) (((-564) $) NIL) (((-407 (-564)) $) NIL)) (-2668 (($ $ $) NIL)) (-3762 (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -1315 (-685 (-407 (-564)))) (|:| |vec| (-1259 (-407 (-564))))) (-685 $) (-1259 $)) NIL) (((-685 (-407 (-564))) (-685 $)) NIL)) (-3658 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-4129 (($ $) NIL) (($ (-641 $)) NIL)) (-2375 (((-641 (-114)) $) NIL)) (-2984 (((-114) (-114)) NIL)) (-3282 (((-112) $) 14)) (-2400 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-2654 (((-1119 (-564) (-610 $)) $) NIL)) (-2201 (($ $ (-564)) NIL)) (-2471 (((-1166 $) (-1166 $) (-610 $)) NIL) (((-1166 $) (-1166 $) (-641 (-610 $))) NIL) (($ $ (-610 $)) NIL) (($ $ (-641 (-610 $))) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3156 (((-1166 $) (-610 $)) NIL (|has| $ (-1046)))) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2110 (($ (-1 $ $) (-610 $)) NIL)) (-4036 (((-3 (-610 $) "failed") $) NIL)) (-3340 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-3980 (((-641 (-610 $)) $) NIL)) (-2720 (($ (-114) $) NIL) (($ (-114) (-641 $)) NIL)) (-2631 (((-112) $ (-114)) NIL) (((-112) $ (-1170)) NIL)) (-4247 (($ $) NIL)) (-1703 (((-768) $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ (-641 $)) NIL) (($ $ $) NIL)) (-3663 (((-112) $ $) NIL) (((-112) $ (-1170)) NIL)) (-4020 (((-418 $) $) NIL)) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2000 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-3227 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-1170) (-1 $ (-641 $))) NIL) (($ $ (-1170) (-1 $ $)) NIL) (($ $ (-641 (-114)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-114) (-1 $ (-641 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-2358 (((-768) $) NIL)) (-2961 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-641 $)) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1807 (($ $) NIL) (($ $ $) NIL)) (-1795 (($ $ (-768)) NIL) (($ $) NIL)) (-2663 (((-1119 (-564) (-610 $)) $) NIL)) (-3290 (($ $) NIL (|has| $ (-1046)))) (-2153 (((-379) $) NIL) (((-225) $) NIL) (((-169 (-379)) $) NIL)) (-1721 (((-859) $) NIL) (($ (-610 $)) NIL) (($ (-407 (-564))) NIL) (($ $) NIL) (($ (-564)) NIL) (($ (-1119 (-564) (-610 $))) NIL)) (-1303 (((-768)) NIL T CONST)) (-1437 (($ $) NIL) (($ (-641 $)) NIL)) (-2289 (((-112) (-114)) NIL)) (-1720 (((-112) $ $) NIL)) (-2885 (($) 7 T CONST)) (-2898 (($) 12 T CONST)) (-3256 (($ $ (-768)) NIL) (($ $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 16)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL)) (-2970 (($ $ $) 15) (($ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-407 (-564))) NIL) (($ $ (-564)) NIL) (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL) (($ $ $) NIL) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL)))
-(((-48) (-13 (-302) (-27) (-1035 (-564)) (-1035 (-407 (-564))) (-637 (-564)) (-1019) (-637 (-407 (-564))) (-147) (-612 (-169 (-379))) (-233) (-10 -8 (-15 -1721 ($ (-1119 (-564) (-610 $)))) (-15 -2654 ((-1119 (-564) (-610 $)) $)) (-15 -2663 ((-1119 (-564) (-610 $)) $)) (-15 -3658 ($ $)) (-15 -2471 ((-1166 $) (-1166 $) (-610 $))) (-15 -2471 ((-1166 $) (-1166 $) (-641 (-610 $)))) (-15 -2471 ($ $ (-610 $))) (-15 -2471 ($ $ (-641 (-610 $))))))) (T -48))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48)))) (-2654 (*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48)))) (-2663 (*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48)))) (-3658 (*1 *1 *1) (-5 *1 (-48))) (-2471 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 (-48))) (-5 *3 (-610 (-48))) (-5 *1 (-48)))) (-2471 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 (-48))) (-5 *3 (-641 (-610 (-48)))) (-5 *1 (-48)))) (-2471 (*1 *1 *1 *2) (-12 (-5 *2 (-610 (-48))) (-5 *1 (-48)))) (-2471 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-610 (-48)))) (-5 *1 (-48)))))
-(-13 (-302) (-27) (-1035 (-564)) (-1035 (-407 (-564))) (-637 (-564)) (-1019) (-637 (-407 (-564))) (-147) (-612 (-169 (-379))) (-233) (-10 -8 (-15 -1721 ($ (-1119 (-564) (-610 $)))) (-15 -2654 ((-1119 (-564) (-610 $)) $)) (-15 -2663 ((-1119 (-564) (-610 $)) $)) (-15 -3658 ($ $)) (-15 -2471 ((-1166 $) (-1166 $) (-610 $))) (-15 -2471 ((-1166 $) (-1166 $) (-641 (-610 $)))) (-15 -2471 ($ $ (-610 $))) (-15 -2471 ($ $ (-641 (-610 $))))))
-((-1709 (((-112) $ $) NIL)) (-3392 (((-641 (-506)) $) 17)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 7)) (-2551 (((-1175) $) 18)) (-2853 (((-112) $ $) NIL)))
-(((-49) (-13 (-1094) (-10 -8 (-15 -3392 ((-641 (-506)) $)) (-15 -2551 ((-1175) $))))) (T -49))
-((-3392 (*1 *2 *1) (-12 (-5 *2 (-641 (-506))) (-5 *1 (-49)))) (-2551 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-49)))))
-(-13 (-1094) (-10 -8 (-15 -3392 ((-641 (-506)) $)) (-15 -2551 ((-1175) $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 87)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2298 (((-112) $) 30)) (-2035 (((-3 |#1| "failed") $) 33)) (-3437 ((|#1| $) 34)) (-4316 (($ $) 40)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-4292 ((|#1| $) 31)) (-2763 (($ $) 76)) (-2811 (((-1152) $) NIL)) (-3085 (((-112) $) 43)) (-4382 (((-1114) $) NIL)) (-2739 (($ (-768)) 74)) (-2103 (($ (-641 (-564))) 75)) (-4341 (((-768) $) 44)) (-1721 (((-859) $) 93) (($ (-564)) 71) (($ |#1|) 69)) (-1346 ((|#1| $ $) 28)) (-1303 (((-768)) 73 T CONST)) (-2885 (($) 45 T CONST)) (-2898 (($) 17 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 66)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 67) (($ |#1| $) 60)))
-(((-50 |#1| |#2|) (-13 (-618 |#1|) (-1035 |#1|) (-10 -8 (-15 -4292 (|#1| $)) (-15 -2763 ($ $)) (-15 -4316 ($ $)) (-15 -1346 (|#1| $ $)) (-15 -2739 ($ (-768))) (-15 -2103 ($ (-641 (-564)))) (-15 -3085 ((-112) $)) (-15 -2298 ((-112) $)) (-15 -4341 ((-768) $)) (-15 -2110 ($ (-1 |#1| |#1|) $)))) (-1046) (-641 (-1170))) (T -50))
-((-4292 (*1 *2 *1) (-12 (-4 *2 (-1046)) (-5 *1 (-50 *2 *3)) (-14 *3 (-641 (-1170))))) (-2763 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1046)) (-14 *3 (-641 (-1170))))) (-4316 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1046)) (-14 *3 (-641 (-1170))))) (-1346 (*1 *2 *1 *1) (-12 (-4 *2 (-1046)) (-5 *1 (-50 *2 *3)) (-14 *3 (-641 (-1170))))) (-2739 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046)) (-14 *4 (-641 (-1170))))) (-2103 (*1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046)) (-14 *4 (-641 (-1170))))) (-3085 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046)) (-14 *4 (-641 (-1170))))) (-2298 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046)) (-14 *4 (-641 (-1170))))) (-4341 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046)) (-14 *4 (-641 (-1170))))) (-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-50 *3 *4)) (-14 *4 (-641 (-1170))))))
-(-13 (-618 |#1|) (-1035 |#1|) (-10 -8 (-15 -4292 (|#1| $)) (-15 -2763 ($ $)) (-15 -4316 ($ $)) (-15 -1346 (|#1| $ $)) (-15 -2739 ($ (-768))) (-15 -2103 ($ (-641 (-564)))) (-15 -3085 ((-112) $)) (-15 -2298 ((-112) $)) (-15 -4341 ((-768) $)) (-15 -2110 ($ (-1 |#1| |#1|) $))))
-((-2298 (((-112) (-52)) 13)) (-2035 (((-3 |#1| "failed") (-52)) 21)) (-3437 ((|#1| (-52)) 22)) (-1721 (((-52) |#1|) 18)))
-(((-51 |#1|) (-10 -7 (-15 -1721 ((-52) |#1|)) (-15 -2035 ((-3 |#1| "failed") (-52))) (-15 -2298 ((-112) (-52))) (-15 -3437 (|#1| (-52)))) (-1209)) (T -51))
-((-3437 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1209)))) (-2298 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1209)))) (-2035 (*1 *2 *3) (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1209)))) (-1721 (*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1209)))))
-(-10 -7 (-15 -1721 ((-52) |#1|)) (-15 -2035 ((-3 |#1| "failed") (-52))) (-15 -2298 ((-112) (-52))) (-15 -3437 (|#1| (-52))))
-((-1709 (((-112) $ $) NIL)) (-4115 (((-1152) (-112)) 26)) (-3362 (((-859) $) 25)) (-2926 (((-771) $) 13)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2456 (((-859) $) 17)) (-3705 (((-1098) $) 15)) (-1721 (((-859) $) 35)) (-1915 (($ (-1098) (-771)) 36)) (-2853 (((-112) $ $) 19)))
-(((-52) (-13 (-1094) (-10 -8 (-15 -1915 ($ (-1098) (-771))) (-15 -2456 ((-859) $)) (-15 -3362 ((-859) $)) (-15 -3705 ((-1098) $)) (-15 -2926 ((-771) $)) (-15 -4115 ((-1152) (-112)))))) (T -52))
-((-1915 (*1 *1 *2 *3) (-12 (-5 *2 (-1098)) (-5 *3 (-771)) (-5 *1 (-52)))) (-2456 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-52)))) (-3362 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-52)))) (-3705 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-52)))) (-2926 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-52)))) (-4115 (*1 *2 *3) (-12 (-5 *3 (-112)) (-5 *2 (-1152)) (-5 *1 (-52)))))
-(-13 (-1094) (-10 -8 (-15 -1915 ($ (-1098) (-771))) (-15 -2456 ((-859) $)) (-15 -3362 ((-859) $)) (-15 -3705 ((-1098) $)) (-15 -2926 ((-771) $)) (-15 -4115 ((-1152) (-112)))))
-((-1840 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 19)))
-(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -1840 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-1046) (-644 |#1|) (-849 |#1|)) (T -53))
-((-1840 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-644 *5)) (-4 *5 (-1046)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-849 *5)))))
-(-10 -7 (-15 -1840 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
-((-2167 ((|#3| |#3| (-641 (-1170))) 46)) (-2077 ((|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3| (-918)) 32) ((|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3|) 31)))
-(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -2077 (|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3|)) (-15 -2077 (|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3| (-918))) (-15 -2167 (|#3| |#3| (-641 (-1170))))) (-1094) (-13 (-1046) (-883 |#1|) (-847) (-612 (-889 |#1|))) (-13 (-430 |#2|) (-883 |#1|) (-612 (-889 |#1|)))) (T -54))
-((-2167 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))))) (-2077 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-641 (-1070 *5 *6 *2))) (-5 *4 (-918)) (-4 *5 (-1094)) (-4 *6 (-13 (-1046) (-883 *5) (-847) (-612 (-889 *5)))) (-4 *2 (-13 (-430 *6) (-883 *5) (-612 (-889 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-2077 (*1 *2 *3 *2) (-12 (-5 *3 (-641 (-1070 *4 *5 *2))) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))) (-5 *1 (-54 *4 *5 *2)))))
-(-10 -7 (-15 -2077 (|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3|)) (-15 -2077 (|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3| (-918))) (-15 -2167 (|#3| |#3| (-641 (-1170)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 14)) (-2035 (((-3 (-768) "failed") $) 34)) (-3437 (((-768) $) NIL)) (-3282 (((-112) $) 16)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) 18)) (-1721 (((-859) $) 23) (($ (-768)) 29)) (-2795 (($) 11 T CONST)) (-2853 (((-112) $ $) 20)))
-(((-55) (-13 (-1094) (-1035 (-768)) (-10 -8 (-15 -2795 ($) -1367) (-15 -2013 ((-112) $)) (-15 -3282 ((-112) $))))) (T -55))
-((-2795 (*1 *1) (-5 *1 (-55))) (-2013 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))) (-3282 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))))
-(-13 (-1094) (-1035 (-768)) (-10 -8 (-15 -2795 ($) -1367) (-15 -2013 ((-112) $)) (-15 -3282 ((-112) $))))
-((-1729 (((-112) $ (-768)) 27)) (-2113 (($ $ (-564) |#3|) 64)) (-1476 (($ $ (-564) |#4|) 68)) (-2787 ((|#3| $ (-564)) 77)) (-1597 (((-641 |#2|) $) 45)) (-2575 (((-112) $ (-768)) 30)) (-3983 (((-112) |#2| $) 72)) (-1439 (($ (-1 |#2| |#2|) $) 53)) (-2110 (($ (-1 |#2| |#2|) $) 52) (($ (-1 |#2| |#2| |#2|) $ $) 56) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 60)) (-3715 (((-112) $ (-768)) 29)) (-1759 (($ $ |#2|) 50)) (-2070 (((-112) (-1 (-112) |#2|) $) 21)) (-2961 ((|#2| $ (-564) (-564)) NIL) ((|#2| $ (-564) (-564) |#2|) 33)) (-1292 (((-768) (-1 (-112) |#2|) $) 39) (((-768) |#2| $) 74)) (-1892 (($ $) 49)) (-1903 ((|#4| $ (-564)) 80)) (-1721 (((-859) $) 86)) (-2666 (((-112) (-1 (-112) |#2|) $) 20)) (-2853 (((-112) $ $) 71)) (-3435 (((-768) $) 31)))
-(((-56 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1721 ((-859) |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2110 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1439 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1476 (|#1| |#1| (-564) |#4|)) (-15 -2113 (|#1| |#1| (-564) |#3|)) (-15 -1597 ((-641 |#2|) |#1|)) (-15 -1903 (|#4| |#1| (-564))) (-15 -2787 (|#3| |#1| (-564))) (-15 -2961 (|#2| |#1| (-564) (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564) (-564))) (-15 -1759 (|#1| |#1| |#2|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -3983 ((-112) |#2| |#1|)) (-15 -1292 ((-768) |#2| |#1|)) (-15 -1292 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -2070 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3435 ((-768) |#1|)) (-15 -1729 ((-112) |#1| (-768))) (-15 -2575 ((-112) |#1| (-768))) (-15 -3715 ((-112) |#1| (-768))) (-15 -1892 (|#1| |#1|))) (-57 |#2| |#3| |#4|) (-1209) (-373 |#2|) (-373 |#2|)) (T -56))
-NIL
-(-10 -8 (-15 -1721 ((-859) |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2110 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1439 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1476 (|#1| |#1| (-564) |#4|)) (-15 -2113 (|#1| |#1| (-564) |#3|)) (-15 -1597 ((-641 |#2|) |#1|)) (-15 -1903 (|#4| |#1| (-564))) (-15 -2787 (|#3| |#1| (-564))) (-15 -2961 (|#2| |#1| (-564) (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564) (-564))) (-15 -1759 (|#1| |#1| |#2|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -3983 ((-112) |#2| |#1|)) (-15 -1292 ((-768) |#2| |#1|)) (-15 -1292 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -2070 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3435 ((-768) |#1|)) (-15 -1729 ((-112) |#1| (-768))) (-15 -2575 ((-112) |#1| (-768))) (-15 -3715 ((-112) |#1| (-768))) (-15 -1892 (|#1| |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) 8)) (-1869 ((|#1| $ (-564) (-564) |#1|) 44)) (-2113 (($ $ (-564) |#2|) 42)) (-1476 (($ $ (-564) |#3|) 41)) (-1692 (($) 7 T CONST)) (-2787 ((|#2| $ (-564)) 46)) (-1452 ((|#1| $ (-564) (-564) |#1|) 43)) (-1379 ((|#1| $ (-564) (-564)) 48)) (-1597 (((-641 |#1|) $) 30)) (-3393 (((-768) $) 51)) (-1585 (($ (-768) (-768) |#1|) 57)) (-3402 (((-768) $) 50)) (-2575 (((-112) $ (-768)) 9)) (-4209 (((-564) $) 55)) (-1581 (((-564) $) 53)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1314 (((-564) $) 54)) (-1875 (((-564) $) 52)) (-1439 (($ (-1 |#1| |#1|) $) 34)) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1759 (($ $ |#1|) 56)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ (-564) (-564)) 49) ((|#1| $ (-564) (-564) |#1|) 47)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1903 ((|#3| $ (-564)) 45)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-3370 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))) (-3356 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)))) (-1619 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)))) (-2003 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-112)))) (-3186 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)))) (-3396 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)))) (-2742 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))) (-1823 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)) (-4 *2 (-363)))))
+(-13 (-1046) (-111 |t#1| |t#1|) (-10 -8 (-15 -3370 (|t#1| $)) (-15 -3356 ($ $)) (-15 -1619 (|t#2| $)) (-15 -2449 ($ (-1 |t#1| |t#1|) $)) (-15 -2003 ((-112) $)) (-15 -3186 ($ |t#1| |t#2|)) (-15 -3396 ($ $)) (-15 -2742 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-363)) (-15 -1823 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-6 (-172)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-556)) (-6 (-556)) |%noBranch|) (IF (|has| |t#1| (-38 (-407 (-564)))) (-6 (-38 (-407 (-564)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) |has| |#1| (-38 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-290) |has| |#1| (-556)) ((-556) |has| |#1| (-556)) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
+((-1817 (((-112) $ $) NIL)) (-2271 (((-641 $) (-1166 $) (-1170)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-949 $)) NIL)) (-2474 (($ (-1166 $) (-1170)) NIL) (($ (-1166 $)) NIL) (($ (-949 $)) NIL)) (-1615 (((-112) $) 11)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-2956 (((-641 (-610 $)) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3574 (($ $ (-294 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3083 (($ $) NIL)) (-3554 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-1938 (((-641 $) (-1166 $) (-1170)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-949 $)) NIL)) (-2929 (($ (-1166 $) (-1170)) NIL) (($ (-1166 $)) NIL) (($ (-949 $)) NIL)) (-2347 (((-3 (-610 $) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL)) (-2237 (((-610 $) $) NIL) (((-564) $) NIL) (((-407 (-564)) $) NIL)) (-1449 (($ $ $) NIL)) (-4050 (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -2394 (-685 (-407 (-564)))) (|:| |vec| (-1259 (-407 (-564))))) (-685 $) (-1259 $)) NIL) (((-685 (-407 (-564))) (-685 $)) NIL)) (-1988 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-3352 (($ $) NIL) (($ (-641 $)) NIL)) (-4095 (((-641 (-114)) $) NIL)) (-1841 (((-114) (-114)) NIL)) (-2949 (((-112) $) 14)) (-4301 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-3678 (((-1119 (-564) (-610 $)) $) NIL)) (-2915 (($ $ (-564)) NIL)) (-3797 (((-1166 $) (-1166 $) (-610 $)) NIL) (((-1166 $) (-1166 $) (-641 (-610 $))) NIL) (($ $ (-610 $)) NIL) (($ $ (-641 (-610 $))) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4168 (((-1166 $) (-610 $)) NIL (|has| $ (-1046)))) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2449 (($ (-1 $ $) (-610 $)) NIL)) (-1802 (((-3 (-610 $) "failed") $) NIL)) (-2740 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-3026 (((-641 (-610 $)) $) NIL)) (-3755 (($ (-114) $) NIL) (($ (-114) (-641 $)) NIL)) (-1657 (((-112) $ (-114)) NIL) (((-112) $ (-1170)) NIL)) (-3315 (($ $) NIL)) (-3926 (((-768) $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2417 (((-112) $ $) NIL) (((-112) $ (-1170)) NIL)) (-3070 (((-418 $) $) NIL)) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1492 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-2633 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-1170) (-1 $ (-641 $))) NIL) (($ $ (-1170) (-1 $ $)) NIL) (($ $ (-641 (-114)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-114) (-1 $ (-641 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-3920 (((-768) $) NIL)) (-1350 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-641 $)) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3467 (($ $) NIL) (($ $ $) NIL)) (-3534 (($ $ (-768)) NIL) (($ $) NIL)) (-3693 (((-1119 (-564) (-610 $)) $) NIL)) (-3019 (($ $) NIL (|has| $ (-1046)))) (-2511 (((-379) $) NIL) (((-225) $) NIL) (((-169 (-379)) $) NIL)) (-1831 (((-859) $) NIL) (($ (-610 $)) NIL) (($ (-407 (-564))) NIL) (($ $) NIL) (($ (-564)) NIL) (($ (-1119 (-564) (-610 $))) NIL)) (-2219 (((-768)) NIL T CONST)) (-4264 (($ $) NIL) (($ (-641 $)) NIL)) (-1322 (((-112) (-114)) NIL)) (-3939 (((-112) $ $) NIL)) (-1293 (($) 7 T CONST)) (-1300 (($) 12 T CONST)) (-3435 (($ $ (-768)) NIL) (($ $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 16)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL)) (-1808 (($ $ $) 15) (($ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-407 (-564))) NIL) (($ $ (-564)) NIL) (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL) (($ $ $) NIL) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL)))
+(((-48) (-13 (-302) (-27) (-1035 (-564)) (-1035 (-407 (-564))) (-637 (-564)) (-1019) (-637 (-407 (-564))) (-147) (-612 (-169 (-379))) (-233) (-10 -8 (-15 -1831 ($ (-1119 (-564) (-610 $)))) (-15 -3678 ((-1119 (-564) (-610 $)) $)) (-15 -3693 ((-1119 (-564) (-610 $)) $)) (-15 -1988 ($ $)) (-15 -3797 ((-1166 $) (-1166 $) (-610 $))) (-15 -3797 ((-1166 $) (-1166 $) (-641 (-610 $)))) (-15 -3797 ($ $ (-610 $))) (-15 -3797 ($ $ (-641 (-610 $))))))) (T -48))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48)))) (-3678 (*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48)))) (-3693 (*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48)))) (-1988 (*1 *1 *1) (-5 *1 (-48))) (-3797 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 (-48))) (-5 *3 (-610 (-48))) (-5 *1 (-48)))) (-3797 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 (-48))) (-5 *3 (-641 (-610 (-48)))) (-5 *1 (-48)))) (-3797 (*1 *1 *1 *2) (-12 (-5 *2 (-610 (-48))) (-5 *1 (-48)))) (-3797 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-610 (-48)))) (-5 *1 (-48)))))
+(-13 (-302) (-27) (-1035 (-564)) (-1035 (-407 (-564))) (-637 (-564)) (-1019) (-637 (-407 (-564))) (-147) (-612 (-169 (-379))) (-233) (-10 -8 (-15 -1831 ($ (-1119 (-564) (-610 $)))) (-15 -3678 ((-1119 (-564) (-610 $)) $)) (-15 -3693 ((-1119 (-564) (-610 $)) $)) (-15 -1988 ($ $)) (-15 -3797 ((-1166 $) (-1166 $) (-610 $))) (-15 -3797 ((-1166 $) (-1166 $) (-641 (-610 $)))) (-15 -3797 ($ $ (-610 $))) (-15 -3797 ($ $ (-641 (-610 $))))))
+((-1817 (((-112) $ $) NIL)) (-1740 (((-641 (-506)) $) 17)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 7)) (-1328 (((-1175) $) 18)) (-1702 (((-112) $ $) NIL)))
+(((-49) (-13 (-1094) (-10 -8 (-15 -1740 ((-641 (-506)) $)) (-15 -1328 ((-1175) $))))) (T -49))
+((-1740 (*1 *2 *1) (-12 (-5 *2 (-641 (-506))) (-5 *1 (-49)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-49)))))
+(-13 (-1094) (-10 -8 (-15 -1740 ((-641 (-506)) $)) (-15 -1328 ((-1175) $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 87)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-1384 (((-112) $) 30)) (-2347 (((-3 |#1| "failed") $) 33)) (-2237 ((|#1| $) 34)) (-3396 (($ $) 40)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3370 ((|#1| $) 31)) (-3518 (($ $) 76)) (-2723 (((-1152) $) NIL)) (-1505 (((-112) $) 43)) (-2780 (((-1114) $) NIL)) (-1426 (($ (-768)) 74)) (-4326 (($ (-641 (-564))) 75)) (-1619 (((-768) $) 44)) (-1831 (((-859) $) 93) (($ (-564)) 71) (($ |#1|) 69)) (-2742 ((|#1| $ $) 28)) (-2219 (((-768)) 73 T CONST)) (-1293 (($) 45 T CONST)) (-1300 (($) 17 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 66)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 67) (($ |#1| $) 60)))
+(((-50 |#1| |#2|) (-13 (-618 |#1|) (-1035 |#1|) (-10 -8 (-15 -3370 (|#1| $)) (-15 -3518 ($ $)) (-15 -3396 ($ $)) (-15 -2742 (|#1| $ $)) (-15 -1426 ($ (-768))) (-15 -4326 ($ (-641 (-564)))) (-15 -1505 ((-112) $)) (-15 -1384 ((-112) $)) (-15 -1619 ((-768) $)) (-15 -2449 ($ (-1 |#1| |#1|) $)))) (-1046) (-641 (-1170))) (T -50))
+((-3370 (*1 *2 *1) (-12 (-4 *2 (-1046)) (-5 *1 (-50 *2 *3)) (-14 *3 (-641 (-1170))))) (-3518 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1046)) (-14 *3 (-641 (-1170))))) (-3396 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1046)) (-14 *3 (-641 (-1170))))) (-2742 (*1 *2 *1 *1) (-12 (-4 *2 (-1046)) (-5 *1 (-50 *2 *3)) (-14 *3 (-641 (-1170))))) (-1426 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046)) (-14 *4 (-641 (-1170))))) (-4326 (*1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046)) (-14 *4 (-641 (-1170))))) (-1505 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046)) (-14 *4 (-641 (-1170))))) (-1384 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046)) (-14 *4 (-641 (-1170))))) (-1619 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046)) (-14 *4 (-641 (-1170))))) (-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-50 *3 *4)) (-14 *4 (-641 (-1170))))))
+(-13 (-618 |#1|) (-1035 |#1|) (-10 -8 (-15 -3370 (|#1| $)) (-15 -3518 ($ $)) (-15 -3396 ($ $)) (-15 -2742 (|#1| $ $)) (-15 -1426 ($ (-768))) (-15 -4326 ($ (-641 (-564)))) (-15 -1505 ((-112) $)) (-15 -1384 ((-112) $)) (-15 -1619 ((-768) $)) (-15 -2449 ($ (-1 |#1| |#1|) $))))
+((-1384 (((-112) (-52)) 13)) (-2347 (((-3 |#1| "failed") (-52)) 21)) (-2237 ((|#1| (-52)) 22)) (-1831 (((-52) |#1|) 18)))
+(((-51 |#1|) (-10 -7 (-15 -1831 ((-52) |#1|)) (-15 -2347 ((-3 |#1| "failed") (-52))) (-15 -1384 ((-112) (-52))) (-15 -2237 (|#1| (-52)))) (-1209)) (T -51))
+((-2237 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1209)))) (-1384 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1209)))) (-2347 (*1 *2 *3) (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1209)))) (-1831 (*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1209)))))
+(-10 -7 (-15 -1831 ((-52) |#1|)) (-15 -2347 ((-3 |#1| "failed") (-52))) (-15 -1384 ((-112) (-52))) (-15 -2237 (|#1| (-52))))
+((-1817 (((-112) $ $) NIL)) (-1299 (((-1152) (-112)) 26)) (-2475 (((-859) $) 25)) (-3117 (((-771) $) 13)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3658 (((-859) $) 17)) (-3861 (((-1098) $) 15)) (-1831 (((-859) $) 35)) (-1320 (($ (-1098) (-771)) 36)) (-1702 (((-112) $ $) 19)))
+(((-52) (-13 (-1094) (-10 -8 (-15 -1320 ($ (-1098) (-771))) (-15 -3658 ((-859) $)) (-15 -2475 ((-859) $)) (-15 -3861 ((-1098) $)) (-15 -3117 ((-771) $)) (-15 -1299 ((-1152) (-112)))))) (T -52))
+((-1320 (*1 *1 *2 *3) (-12 (-5 *2 (-1098)) (-5 *3 (-771)) (-5 *1 (-52)))) (-3658 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-52)))) (-2475 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-52)))) (-3861 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-52)))) (-3117 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-52)))) (-1299 (*1 *2 *3) (-12 (-5 *3 (-112)) (-5 *2 (-1152)) (-5 *1 (-52)))))
+(-13 (-1094) (-10 -8 (-15 -1320 ($ (-1098) (-771))) (-15 -3658 ((-859) $)) (-15 -2475 ((-859) $)) (-15 -3861 ((-1098) $)) (-15 -3117 ((-771) $)) (-15 -1299 ((-1152) (-112)))))
+((-3246 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 19)))
+(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -3246 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-1046) (-644 |#1|) (-849 |#1|)) (T -53))
+((-3246 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-644 *5)) (-4 *5 (-1046)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-849 *5)))))
+(-10 -7 (-15 -3246 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
+((-2587 ((|#3| |#3| (-641 (-1170))) 46)) (-4138 ((|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3| (-918)) 32) ((|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3|) 31)))
+(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -4138 (|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3|)) (-15 -4138 (|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3| (-918))) (-15 -2587 (|#3| |#3| (-641 (-1170))))) (-1094) (-13 (-1046) (-883 |#1|) (-847) (-612 (-889 |#1|))) (-13 (-430 |#2|) (-883 |#1|) (-612 (-889 |#1|)))) (T -54))
+((-2587 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))))) (-4138 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-641 (-1070 *5 *6 *2))) (-5 *4 (-918)) (-4 *5 (-1094)) (-4 *6 (-13 (-1046) (-883 *5) (-847) (-612 (-889 *5)))) (-4 *2 (-13 (-430 *6) (-883 *5) (-612 (-889 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-4138 (*1 *2 *3 *2) (-12 (-5 *3 (-641 (-1070 *4 *5 *2))) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))) (-5 *1 (-54 *4 *5 *2)))))
+(-10 -7 (-15 -4138 (|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3|)) (-15 -4138 (|#3| (-641 (-1070 |#1| |#2| |#3|)) |#3| (-918))) (-15 -2587 (|#3| |#3| (-641 (-1170)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 14)) (-2347 (((-3 (-768) "failed") $) 34)) (-2237 (((-768) $) NIL)) (-2949 (((-112) $) 16)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) 18)) (-1831 (((-859) $) 23) (($ (-768)) 29)) (-3808 (($) 11 T CONST)) (-1702 (((-112) $ $) 20)))
+(((-55) (-13 (-1094) (-1035 (-768)) (-10 -8 (-15 -3808 ($) -1809) (-15 -1615 ((-112) $)) (-15 -2949 ((-112) $))))) (T -55))
+((-3808 (*1 *1) (-5 *1 (-55))) (-1615 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))) (-2949 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))))
+(-13 (-1094) (-1035 (-768)) (-10 -8 (-15 -3808 ($) -1809) (-15 -1615 ((-112) $)) (-15 -2949 ((-112) $))))
+((-4010 (((-112) $ (-768)) 27)) (-3251 (($ $ (-564) |#3|) 64)) (-3436 (($ $ (-564) |#4|) 68)) (-3751 ((|#3| $ (-564)) 77)) (-1433 (((-641 |#2|) $) 45)) (-2324 (((-112) $ (-768)) 30)) (-2516 (((-112) |#2| $) 72)) (-2250 (($ (-1 |#2| |#2|) $) 53)) (-2449 (($ (-1 |#2| |#2|) $) 52) (($ (-1 |#2| |#2| |#2|) $ $) 56) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 60)) (-1713 (((-112) $ (-768)) 29)) (-4253 (($ $ |#2|) 50)) (-4077 (((-112) (-1 (-112) |#2|) $) 21)) (-1350 ((|#2| $ (-564) (-564)) NIL) ((|#2| $ (-564) (-564) |#2|) 33)) (-2791 (((-768) (-1 (-112) |#2|) $) 39) (((-768) |#2| $) 74)) (-1991 (($ $) 49)) (-3065 ((|#4| $ (-564)) 80)) (-1831 (((-859) $) 86)) (-1963 (((-112) (-1 (-112) |#2|) $) 20)) (-1702 (((-112) $ $) 71)) (-2828 (((-768) $) 31)))
+(((-56 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1831 ((-859) |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2449 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2250 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3436 (|#1| |#1| (-564) |#4|)) (-15 -3251 (|#1| |#1| (-564) |#3|)) (-15 -1433 ((-641 |#2|) |#1|)) (-15 -3065 (|#4| |#1| (-564))) (-15 -3751 (|#3| |#1| (-564))) (-15 -1350 (|#2| |#1| (-564) (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564) (-564))) (-15 -4253 (|#1| |#1| |#2|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -2516 ((-112) |#2| |#1|)) (-15 -2791 ((-768) |#2| |#1|)) (-15 -2791 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -4077 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2828 ((-768) |#1|)) (-15 -4010 ((-112) |#1| (-768))) (-15 -2324 ((-112) |#1| (-768))) (-15 -1713 ((-112) |#1| (-768))) (-15 -1991 (|#1| |#1|))) (-57 |#2| |#3| |#4|) (-1209) (-373 |#2|) (-373 |#2|)) (T -56))
+NIL
+(-10 -8 (-15 -1831 ((-859) |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2449 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2250 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3436 (|#1| |#1| (-564) |#4|)) (-15 -3251 (|#1| |#1| (-564) |#3|)) (-15 -1433 ((-641 |#2|) |#1|)) (-15 -3065 (|#4| |#1| (-564))) (-15 -3751 (|#3| |#1| (-564))) (-15 -1350 (|#2| |#1| (-564) (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564) (-564))) (-15 -4253 (|#1| |#1| |#2|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -2516 ((-112) |#2| |#1|)) (-15 -2791 ((-768) |#2| |#1|)) (-15 -2791 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -4077 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2828 ((-768) |#1|)) (-15 -4010 ((-112) |#1| (-768))) (-15 -2324 ((-112) |#1| (-768))) (-15 -1713 ((-112) |#1| (-768))) (-15 -1991 (|#1| |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) 8)) (-1970 ((|#1| $ (-564) (-564) |#1|) 44)) (-3251 (($ $ (-564) |#2|) 42)) (-3436 (($ $ (-564) |#3|) 41)) (-1778 (($) 7 T CONST)) (-3751 ((|#2| $ (-564)) 46)) (-2261 ((|#1| $ (-564) (-564) |#1|) 43)) (-2190 ((|#1| $ (-564) (-564)) 48)) (-1433 (((-641 |#1|) $) 30)) (-1745 (((-768) $) 51)) (-3654 (($ (-768) (-768) |#1|) 57)) (-1757 (((-768) $) 50)) (-2324 (((-112) $ (-768)) 9)) (-2904 (((-564) $) 55)) (-2015 (((-564) $) 53)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2381 (((-564) $) 54)) (-2821 (((-564) $) 52)) (-2250 (($ (-1 |#1| |#1|) $) 34)) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4253 (($ $ |#1|) 56)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ (-564) (-564)) 49) ((|#1| $ (-564) (-564) |#1|) 47)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-3065 ((|#3| $ (-564)) 45)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-57 |#1| |#2| |#3|) (-140) (-1209) (-373 |t#1|) (-373 |t#1|)) (T -57))
-((-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1585 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-768)) (-4 *3 (-1209)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1759 (*1 *1 *1 *2) (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1209)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-4209 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-564)))) (-1314 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-564)))) (-1581 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-564)))) (-1875 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-564)))) (-3393 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-768)))) (-3402 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-768)))) (-2961 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-1209)))) (-1379 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-1209)))) (-2961 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209)) (-4 *4 (-373 *2)) (-4 *5 (-373 *2)))) (-2787 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1209)) (-4 *5 (-373 *4)) (-4 *2 (-373 *4)))) (-1903 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1209)) (-4 *5 (-373 *4)) (-4 *2 (-373 *4)))) (-1597 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-641 *3)))) (-1869 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209)) (-4 *4 (-373 *2)) (-4 *5 (-373 *2)))) (-1452 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209)) (-4 *4 (-373 *2)) (-4 *5 (-373 *2)))) (-2113 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-564)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1209)) (-4 *3 (-373 *4)) (-4 *5 (-373 *4)))) (-1476 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-564)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1209)) (-4 *5 (-373 *4)) (-4 *3 (-373 *4)))) (-1439 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2110 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2110 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))))
-(-13 (-489 |t#1|) (-10 -8 (-6 -4413) (-6 -4412) (-15 -1585 ($ (-768) (-768) |t#1|)) (-15 -1759 ($ $ |t#1|)) (-15 -4209 ((-564) $)) (-15 -1314 ((-564) $)) (-15 -1581 ((-564) $)) (-15 -1875 ((-564) $)) (-15 -3393 ((-768) $)) (-15 -3402 ((-768) $)) (-15 -2961 (|t#1| $ (-564) (-564))) (-15 -1379 (|t#1| $ (-564) (-564))) (-15 -2961 (|t#1| $ (-564) (-564) |t#1|)) (-15 -2787 (|t#2| $ (-564))) (-15 -1903 (|t#3| $ (-564))) (-15 -1597 ((-641 |t#1|) $)) (-15 -1869 (|t#1| $ (-564) (-564) |t#1|)) (-15 -1452 (|t#1| $ (-564) (-564) |t#1|)) (-15 -2113 ($ $ (-564) |t#2|)) (-15 -1476 ($ $ (-564) |t#3|)) (-15 -2110 ($ (-1 |t#1| |t#1|) $)) (-15 -1439 ($ (-1 |t#1| |t#1|) $)) (-15 -2110 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2110 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-2328 (((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 16)) (-3658 ((|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 18)) (-2110 (((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)) 13)))
-(((-58 |#1| |#2|) (-10 -7 (-15 -2328 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -3658 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2110 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)))) (-1209) (-1209)) (T -58))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-59 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-59 *6)) (-5 *1 (-58 *5 *6)))) (-3658 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-58 *5 *2)))) (-2328 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1209)) (-4 *5 (-1209)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5)))))
-(-10 -7 (-15 -2328 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -3658 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2110 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) NIL)) (-1317 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-1357 (($ (-641 |#1|)) 11) (($ (-768) |#1|) 14)) (-1585 (($ (-768) |#1|) 13)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1897 ((|#1| $) NIL (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 10)) (-2834 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-59 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -1357 ($ (-641 |#1|))) (-15 -1357 ($ (-768) |#1|)))) (-1209)) (T -59))
-((-1357 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-59 *3)))) (-1357 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *1 (-59 *3)) (-4 *3 (-1209)))))
-(-13 (-19 |#1|) (-10 -8 (-15 -1357 ($ (-641 |#1|))) (-15 -1357 ($ (-768) |#1|))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-564) (-564) |#1|) NIL)) (-2113 (($ $ (-564) (-59 |#1|)) NIL)) (-1476 (($ $ (-564) (-59 |#1|)) NIL)) (-1692 (($) NIL T CONST)) (-2787 (((-59 |#1|) $ (-564)) NIL)) (-1452 ((|#1| $ (-564) (-564) |#1|) NIL)) (-1379 ((|#1| $ (-564) (-564)) NIL)) (-1597 (((-641 |#1|) $) NIL)) (-3393 (((-768) $) NIL)) (-1585 (($ (-768) (-768) |#1|) NIL)) (-3402 (((-768) $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4209 (((-564) $) NIL)) (-1581 (((-564) $) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1314 (((-564) $) NIL)) (-1875 (((-564) $) NIL)) (-1439 (($ (-1 |#1| |#1|) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1759 (($ $ |#1|) NIL)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-564) (-564)) NIL) ((|#1| $ (-564) (-564) |#1|) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1903 (((-59 |#1|) $ (-564)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-60 |#1|) (-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4413))) (-1209)) (T -60))
-NIL
-(-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4413)))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 74) (((-3 $ "failed") (-1259 (-316 (-564)))) 63) (((-3 $ "failed") (-1259 (-949 (-379)))) 94) (((-3 $ "failed") (-1259 (-949 (-564)))) 84) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 52) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 39)) (-3437 (($ (-1259 (-316 (-379)))) 70) (($ (-1259 (-316 (-564)))) 59) (($ (-1259 (-949 (-379)))) 90) (($ (-1259 (-949 (-564)))) 80) (($ (-1259 (-407 (-949 (-379))))) 48) (($ (-1259 (-407 (-949 (-564))))) 32)) (-1648 (((-1264) $) 127)) (-1721 (((-859) $) 121) (($ (-641 (-330))) 103) (($ (-330)) 97) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 101) (($ (-1259 (-339 (-1732 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1732) (-695)))) 31)))
-(((-61 |#1|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1732) (-695))))))) (-1170)) (T -61))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1732) (-695)))) (-5 *1 (-61 *3)) (-14 *3 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1732) (-695)))))))
-((-1648 (((-1264) $) 54) (((-1264)) 55)) (-1721 (((-859) $) 51)))
-(((-62 |#1|) (-13 (-395) (-10 -7 (-15 -1648 ((-1264))))) (-1170)) (T -62))
-((-1648 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-62 *3)) (-14 *3 (-1170)))))
-(-13 (-395) (-10 -7 (-15 -1648 ((-1264)))))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 154) (((-3 $ "failed") (-1259 (-316 (-564)))) 144) (((-3 $ "failed") (-1259 (-949 (-379)))) 174) (((-3 $ "failed") (-1259 (-949 (-564)))) 164) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 133) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 121)) (-3437 (($ (-1259 (-316 (-379)))) 150) (($ (-1259 (-316 (-564)))) 140) (($ (-1259 (-949 (-379)))) 170) (($ (-1259 (-949 (-564)))) 160) (($ (-1259 (-407 (-949 (-379))))) 129) (($ (-1259 (-407 (-949 (-564))))) 114)) (-1648 (((-1264) $) 107)) (-1721 (((-859) $) 101) (($ (-641 (-330))) 30) (($ (-330)) 35) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 33) (($ (-1259 (-339 (-1732) (-1732 (QUOTE XC)) (-695)))) 99)))
-(((-63 |#1|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732) (-1732 (QUOTE XC)) (-695))))))) (-1170)) (T -63))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732) (-1732 (QUOTE XC)) (-695)))) (-5 *1 (-63 *3)) (-14 *3 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732) (-1732 (QUOTE XC)) (-695)))))))
-((-2035 (((-3 $ "failed") (-316 (-379))) 41) (((-3 $ "failed") (-316 (-564))) 46) (((-3 $ "failed") (-949 (-379))) 50) (((-3 $ "failed") (-949 (-564))) 54) (((-3 $ "failed") (-407 (-949 (-379)))) 36) (((-3 $ "failed") (-407 (-949 (-564)))) 29)) (-3437 (($ (-316 (-379))) 39) (($ (-316 (-564))) 44) (($ (-949 (-379))) 48) (($ (-949 (-564))) 52) (($ (-407 (-949 (-379)))) 34) (($ (-407 (-949 (-564)))) 26)) (-1648 (((-1264) $) 76)) (-1721 (((-859) $) 69) (($ (-641 (-330))) 61) (($ (-330)) 66) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 64) (($ (-339 (-1732 (QUOTE X)) (-1732) (-695))) 25)))
-(((-64 |#1|) (-13 (-396) (-10 -8 (-15 -1721 ($ (-339 (-1732 (QUOTE X)) (-1732) (-695)))))) (-1170)) (T -64))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-339 (-1732 (QUOTE X)) (-1732) (-695))) (-5 *1 (-64 *3)) (-14 *3 (-1170)))))
-(-13 (-396) (-10 -8 (-15 -1721 ($ (-339 (-1732 (QUOTE X)) (-1732) (-695))))))
-((-2035 (((-3 $ "failed") (-685 (-316 (-379)))) 114) (((-3 $ "failed") (-685 (-316 (-564)))) 102) (((-3 $ "failed") (-685 (-949 (-379)))) 136) (((-3 $ "failed") (-685 (-949 (-564)))) 125) (((-3 $ "failed") (-685 (-407 (-949 (-379))))) 90) (((-3 $ "failed") (-685 (-407 (-949 (-564))))) 76)) (-3437 (($ (-685 (-316 (-379)))) 110) (($ (-685 (-316 (-564)))) 98) (($ (-685 (-949 (-379)))) 132) (($ (-685 (-949 (-564)))) 121) (($ (-685 (-407 (-949 (-379))))) 86) (($ (-685 (-407 (-949 (-564))))) 69)) (-1648 (((-1264) $) 144)) (-1721 (((-859) $) 138) (($ (-641 (-330))) 29) (($ (-330)) 34) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 32) (($ (-685 (-339 (-1732) (-1732 (QUOTE X) (QUOTE HESS)) (-695)))) 59)))
-(((-65 |#1|) (-13 (-384) (-614 (-685 (-339 (-1732) (-1732 (QUOTE X) (QUOTE HESS)) (-695))))) (-1170)) (T -65))
-NIL
-(-13 (-384) (-614 (-685 (-339 (-1732) (-1732 (QUOTE X) (QUOTE HESS)) (-695)))))
-((-2035 (((-3 $ "failed") (-316 (-379))) 60) (((-3 $ "failed") (-316 (-564))) 65) (((-3 $ "failed") (-949 (-379))) 69) (((-3 $ "failed") (-949 (-564))) 73) (((-3 $ "failed") (-407 (-949 (-379)))) 55) (((-3 $ "failed") (-407 (-949 (-564)))) 48)) (-3437 (($ (-316 (-379))) 58) (($ (-316 (-564))) 63) (($ (-949 (-379))) 67) (($ (-949 (-564))) 71) (($ (-407 (-949 (-379)))) 53) (($ (-407 (-949 (-564)))) 45)) (-1648 (((-1264) $) 82)) (-1721 (((-859) $) 76) (($ (-641 (-330))) 29) (($ (-330)) 34) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 32) (($ (-339 (-1732) (-1732 (QUOTE XC)) (-695))) 40)))
-(((-66 |#1|) (-13 (-396) (-10 -8 (-15 -1721 ($ (-339 (-1732) (-1732 (QUOTE XC)) (-695)))))) (-1170)) (T -66))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-339 (-1732) (-1732 (QUOTE XC)) (-695))) (-5 *1 (-66 *3)) (-14 *3 (-1170)))))
-(-13 (-396) (-10 -8 (-15 -1721 ($ (-339 (-1732) (-1732 (QUOTE XC)) (-695))))))
-((-1648 (((-1264) $) 68)) (-1721 (((-859) $) 62) (($ (-685 (-695))) 54) (($ (-641 (-330))) 53) (($ (-330)) 60) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 58)))
+((-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-3654 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-768)) (-4 *3 (-1209)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-4253 (*1 *1 *1 *2) (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1209)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-2904 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-564)))) (-2381 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-564)))) (-2015 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-564)))) (-2821 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-564)))) (-1745 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-768)))) (-1757 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-768)))) (-1350 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-1209)))) (-2190 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-1209)))) (-1350 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209)) (-4 *4 (-373 *2)) (-4 *5 (-373 *2)))) (-3751 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1209)) (-4 *5 (-373 *4)) (-4 *2 (-373 *4)))) (-3065 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1209)) (-4 *5 (-373 *4)) (-4 *2 (-373 *4)))) (-1433 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-641 *3)))) (-1970 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209)) (-4 *4 (-373 *2)) (-4 *5 (-373 *2)))) (-2261 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209)) (-4 *4 (-373 *2)) (-4 *5 (-373 *2)))) (-3251 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-564)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1209)) (-4 *3 (-373 *4)) (-4 *5 (-373 *4)))) (-3436 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-564)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1209)) (-4 *5 (-373 *4)) (-4 *3 (-373 *4)))) (-2250 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2449 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2449 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))))
+(-13 (-489 |t#1|) (-10 -8 (-6 -4407) (-6 -4406) (-15 -3654 ($ (-768) (-768) |t#1|)) (-15 -4253 ($ $ |t#1|)) (-15 -2904 ((-564) $)) (-15 -2381 ((-564) $)) (-15 -2015 ((-564) $)) (-15 -2821 ((-564) $)) (-15 -1745 ((-768) $)) (-15 -1757 ((-768) $)) (-15 -1350 (|t#1| $ (-564) (-564))) (-15 -2190 (|t#1| $ (-564) (-564))) (-15 -1350 (|t#1| $ (-564) (-564) |t#1|)) (-15 -3751 (|t#2| $ (-564))) (-15 -3065 (|t#3| $ (-564))) (-15 -1433 ((-641 |t#1|) $)) (-15 -1970 (|t#1| $ (-564) (-564) |t#1|)) (-15 -2261 (|t#1| $ (-564) (-564) |t#1|)) (-15 -3251 ($ $ (-564) |t#2|)) (-15 -3436 ($ $ (-564) |t#3|)) (-15 -2449 ($ (-1 |t#1| |t#1|) $)) (-15 -2250 ($ (-1 |t#1| |t#1|) $)) (-15 -2449 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2449 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-1694 (((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 16)) (-1988 ((|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 18)) (-2449 (((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)) 13)))
+(((-58 |#1| |#2|) (-10 -7 (-15 -1694 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -1988 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2449 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)))) (-1209) (-1209)) (T -58))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-59 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-59 *6)) (-5 *1 (-58 *5 *6)))) (-1988 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-58 *5 *2)))) (-1694 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1209)) (-4 *5 (-1209)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5)))))
+(-10 -7 (-15 -1694 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -1988 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2449 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) NIL)) (-3360 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3537 (($ (-641 |#1|)) 11) (($ (-768) |#1|) 14)) (-3654 (($ (-768) |#1|) 13)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3303 ((|#1| $) NIL (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 10)) (-3043 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-59 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -3537 ($ (-641 |#1|))) (-15 -3537 ($ (-768) |#1|)))) (-1209)) (T -59))
+((-3537 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-59 *3)))) (-3537 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *1 (-59 *3)) (-4 *3 (-1209)))))
+(-13 (-19 |#1|) (-10 -8 (-15 -3537 ($ (-641 |#1|))) (-15 -3537 ($ (-768) |#1|))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-564) (-564) |#1|) NIL)) (-3251 (($ $ (-564) (-59 |#1|)) NIL)) (-3436 (($ $ (-564) (-59 |#1|)) NIL)) (-1778 (($) NIL T CONST)) (-3751 (((-59 |#1|) $ (-564)) NIL)) (-2261 ((|#1| $ (-564) (-564) |#1|) NIL)) (-2190 ((|#1| $ (-564) (-564)) NIL)) (-1433 (((-641 |#1|) $) NIL)) (-1745 (((-768) $) NIL)) (-3654 (($ (-768) (-768) |#1|) NIL)) (-1757 (((-768) $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-2904 (((-564) $) NIL)) (-2015 (((-564) $) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2381 (((-564) $) NIL)) (-2821 (((-564) $) NIL)) (-2250 (($ (-1 |#1| |#1|) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4253 (($ $ |#1|) NIL)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-564) (-564)) NIL) ((|#1| $ (-564) (-564) |#1|) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-3065 (((-59 |#1|) $ (-564)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-60 |#1|) (-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4407))) (-1209)) (T -60))
+NIL
+(-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4407)))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 74) (((-3 $ "failed") (-1259 (-316 (-564)))) 63) (((-3 $ "failed") (-1259 (-949 (-379)))) 94) (((-3 $ "failed") (-1259 (-949 (-564)))) 84) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 52) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 39)) (-2237 (($ (-1259 (-316 (-379)))) 70) (($ (-1259 (-316 (-564)))) 59) (($ (-1259 (-949 (-379)))) 90) (($ (-1259 (-949 (-564)))) 80) (($ (-1259 (-407 (-949 (-379))))) 48) (($ (-1259 (-407 (-949 (-564))))) 32)) (-3069 (((-1264) $) 127)) (-1831 (((-859) $) 121) (($ (-641 (-330))) 103) (($ (-330)) 97) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 101) (($ (-1259 (-339 (-1842 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1842) (-695)))) 31)))
+(((-61 |#1|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1842) (-695))))))) (-1170)) (T -61))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1842) (-695)))) (-5 *1 (-61 *3)) (-14 *3 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1842) (-695)))))))
+((-3069 (((-1264) $) 54) (((-1264)) 55)) (-1831 (((-859) $) 51)))
+(((-62 |#1|) (-13 (-395) (-10 -7 (-15 -3069 ((-1264))))) (-1170)) (T -62))
+((-3069 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-62 *3)) (-14 *3 (-1170)))))
+(-13 (-395) (-10 -7 (-15 -3069 ((-1264)))))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 154) (((-3 $ "failed") (-1259 (-316 (-564)))) 144) (((-3 $ "failed") (-1259 (-949 (-379)))) 174) (((-3 $ "failed") (-1259 (-949 (-564)))) 164) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 133) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 121)) (-2237 (($ (-1259 (-316 (-379)))) 150) (($ (-1259 (-316 (-564)))) 140) (($ (-1259 (-949 (-379)))) 170) (($ (-1259 (-949 (-564)))) 160) (($ (-1259 (-407 (-949 (-379))))) 129) (($ (-1259 (-407 (-949 (-564))))) 114)) (-3069 (((-1264) $) 107)) (-1831 (((-859) $) 101) (($ (-641 (-330))) 30) (($ (-330)) 35) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 33) (($ (-1259 (-339 (-1842) (-1842 (QUOTE XC)) (-695)))) 99)))
+(((-63 |#1|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842) (-1842 (QUOTE XC)) (-695))))))) (-1170)) (T -63))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842) (-1842 (QUOTE XC)) (-695)))) (-5 *1 (-63 *3)) (-14 *3 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842) (-1842 (QUOTE XC)) (-695)))))))
+((-2347 (((-3 $ "failed") (-316 (-379))) 41) (((-3 $ "failed") (-316 (-564))) 46) (((-3 $ "failed") (-949 (-379))) 50) (((-3 $ "failed") (-949 (-564))) 54) (((-3 $ "failed") (-407 (-949 (-379)))) 36) (((-3 $ "failed") (-407 (-949 (-564)))) 29)) (-2237 (($ (-316 (-379))) 39) (($ (-316 (-564))) 44) (($ (-949 (-379))) 48) (($ (-949 (-564))) 52) (($ (-407 (-949 (-379)))) 34) (($ (-407 (-949 (-564)))) 26)) (-3069 (((-1264) $) 76)) (-1831 (((-859) $) 69) (($ (-641 (-330))) 61) (($ (-330)) 66) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 64) (($ (-339 (-1842 (QUOTE X)) (-1842) (-695))) 25)))
+(((-64 |#1|) (-13 (-396) (-10 -8 (-15 -1831 ($ (-339 (-1842 (QUOTE X)) (-1842) (-695)))))) (-1170)) (T -64))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-339 (-1842 (QUOTE X)) (-1842) (-695))) (-5 *1 (-64 *3)) (-14 *3 (-1170)))))
+(-13 (-396) (-10 -8 (-15 -1831 ($ (-339 (-1842 (QUOTE X)) (-1842) (-695))))))
+((-2347 (((-3 $ "failed") (-685 (-316 (-379)))) 114) (((-3 $ "failed") (-685 (-316 (-564)))) 102) (((-3 $ "failed") (-685 (-949 (-379)))) 136) (((-3 $ "failed") (-685 (-949 (-564)))) 125) (((-3 $ "failed") (-685 (-407 (-949 (-379))))) 90) (((-3 $ "failed") (-685 (-407 (-949 (-564))))) 76)) (-2237 (($ (-685 (-316 (-379)))) 110) (($ (-685 (-316 (-564)))) 98) (($ (-685 (-949 (-379)))) 132) (($ (-685 (-949 (-564)))) 121) (($ (-685 (-407 (-949 (-379))))) 86) (($ (-685 (-407 (-949 (-564))))) 69)) (-3069 (((-1264) $) 144)) (-1831 (((-859) $) 138) (($ (-641 (-330))) 29) (($ (-330)) 34) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 32) (($ (-685 (-339 (-1842) (-1842 (QUOTE X) (QUOTE HESS)) (-695)))) 59)))
+(((-65 |#1|) (-13 (-384) (-614 (-685 (-339 (-1842) (-1842 (QUOTE X) (QUOTE HESS)) (-695))))) (-1170)) (T -65))
+NIL
+(-13 (-384) (-614 (-685 (-339 (-1842) (-1842 (QUOTE X) (QUOTE HESS)) (-695)))))
+((-2347 (((-3 $ "failed") (-316 (-379))) 60) (((-3 $ "failed") (-316 (-564))) 65) (((-3 $ "failed") (-949 (-379))) 69) (((-3 $ "failed") (-949 (-564))) 73) (((-3 $ "failed") (-407 (-949 (-379)))) 55) (((-3 $ "failed") (-407 (-949 (-564)))) 48)) (-2237 (($ (-316 (-379))) 58) (($ (-316 (-564))) 63) (($ (-949 (-379))) 67) (($ (-949 (-564))) 71) (($ (-407 (-949 (-379)))) 53) (($ (-407 (-949 (-564)))) 45)) (-3069 (((-1264) $) 82)) (-1831 (((-859) $) 76) (($ (-641 (-330))) 29) (($ (-330)) 34) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 32) (($ (-339 (-1842) (-1842 (QUOTE XC)) (-695))) 40)))
+(((-66 |#1|) (-13 (-396) (-10 -8 (-15 -1831 ($ (-339 (-1842) (-1842 (QUOTE XC)) (-695)))))) (-1170)) (T -66))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-339 (-1842) (-1842 (QUOTE XC)) (-695))) (-5 *1 (-66 *3)) (-14 *3 (-1170)))))
+(-13 (-396) (-10 -8 (-15 -1831 ($ (-339 (-1842) (-1842 (QUOTE XC)) (-695))))))
+((-3069 (((-1264) $) 68)) (-1831 (((-859) $) 62) (($ (-685 (-695))) 54) (($ (-641 (-330))) 53) (($ (-330)) 60) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 58)))
(((-67 |#1|) (-383) (-1170)) (T -67))
NIL
(-383)
-((-1648 (((-1264) $) 69)) (-1721 (((-859) $) 63) (($ (-685 (-695))) 55) (($ (-641 (-330))) 54) (($ (-330)) 57) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 60)))
+((-3069 (((-1264) $) 69)) (-1831 (((-859) $) 63) (($ (-685 (-695))) 55) (($ (-641 (-330))) 54) (($ (-330)) 57) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 60)))
(((-68 |#1|) (-383) (-1170)) (T -68))
NIL
(-383)
-((-1648 (((-1264) $) NIL) (((-1264)) 33)) (-1721 (((-859) $) NIL)))
-(((-69 |#1|) (-13 (-395) (-10 -7 (-15 -1648 ((-1264))))) (-1170)) (T -69))
-((-1648 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-69 *3)) (-14 *3 (-1170)))))
-(-13 (-395) (-10 -7 (-15 -1648 ((-1264)))))
-((-1648 (((-1264) $) 75)) (-1721 (((-859) $) 69) (($ (-685 (-695))) 61) (($ (-641 (-330))) 63) (($ (-330)) 66) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 60)))
+((-3069 (((-1264) $) NIL) (((-1264)) 33)) (-1831 (((-859) $) NIL)))
+(((-69 |#1|) (-13 (-395) (-10 -7 (-15 -3069 ((-1264))))) (-1170)) (T -69))
+((-3069 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-69 *3)) (-14 *3 (-1170)))))
+(-13 (-395) (-10 -7 (-15 -3069 ((-1264)))))
+((-3069 (((-1264) $) 75)) (-1831 (((-859) $) 69) (($ (-685 (-695))) 61) (($ (-641 (-330))) 63) (($ (-330)) 66) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 60)))
(((-70 |#1|) (-383) (-1170)) (T -70))
NIL
(-383)
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 111) (((-3 $ "failed") (-1259 (-316 (-564)))) 100) (((-3 $ "failed") (-1259 (-949 (-379)))) 131) (((-3 $ "failed") (-1259 (-949 (-564)))) 121) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 89) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 76)) (-3437 (($ (-1259 (-316 (-379)))) 107) (($ (-1259 (-316 (-564)))) 96) (($ (-1259 (-949 (-379)))) 127) (($ (-1259 (-949 (-564)))) 117) (($ (-1259 (-407 (-949 (-379))))) 85) (($ (-1259 (-407 (-949 (-564))))) 69)) (-1648 (((-1264) $) 144)) (-1721 (((-859) $) 138) (($ (-641 (-330))) 133) (($ (-330)) 136) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 61) (($ (-1259 (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695)))) 62)))
-(((-71 |#1|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695))))))) (-1170)) (T -71))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695)))) (-5 *1 (-71 *3)) (-14 *3 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695)))))))
-((-1648 (((-1264) $) 33) (((-1264)) 32)) (-1721 (((-859) $) 36)))
-(((-72 |#1|) (-13 (-395) (-10 -7 (-15 -1648 ((-1264))))) (-1170)) (T -72))
-((-1648 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-72 *3)) (-14 *3 (-1170)))))
-(-13 (-395) (-10 -7 (-15 -1648 ((-1264)))))
-((-1648 (((-1264) $) 65)) (-1721 (((-859) $) 59) (($ (-685 (-695))) 51) (($ (-641 (-330))) 53) (($ (-330)) 56) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 50)))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 111) (((-3 $ "failed") (-1259 (-316 (-564)))) 100) (((-3 $ "failed") (-1259 (-949 (-379)))) 131) (((-3 $ "failed") (-1259 (-949 (-564)))) 121) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 89) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 76)) (-2237 (($ (-1259 (-316 (-379)))) 107) (($ (-1259 (-316 (-564)))) 96) (($ (-1259 (-949 (-379)))) 127) (($ (-1259 (-949 (-564)))) 117) (($ (-1259 (-407 (-949 (-379))))) 85) (($ (-1259 (-407 (-949 (-564))))) 69)) (-3069 (((-1264) $) 144)) (-1831 (((-859) $) 138) (($ (-641 (-330))) 133) (($ (-330)) 136) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 61) (($ (-1259 (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695)))) 62)))
+(((-71 |#1|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695))))))) (-1170)) (T -71))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695)))) (-5 *1 (-71 *3)) (-14 *3 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695)))))))
+((-3069 (((-1264) $) 33) (((-1264)) 32)) (-1831 (((-859) $) 36)))
+(((-72 |#1|) (-13 (-395) (-10 -7 (-15 -3069 ((-1264))))) (-1170)) (T -72))
+((-3069 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-72 *3)) (-14 *3 (-1170)))))
+(-13 (-395) (-10 -7 (-15 -3069 ((-1264)))))
+((-3069 (((-1264) $) 65)) (-1831 (((-859) $) 59) (($ (-685 (-695))) 51) (($ (-641 (-330))) 53) (($ (-330)) 56) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 50)))
(((-73 |#1|) (-383) (-1170)) (T -73))
NIL
(-383)
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 130) (((-3 $ "failed") (-1259 (-316 (-564)))) 120) (((-3 $ "failed") (-1259 (-949 (-379)))) 150) (((-3 $ "failed") (-1259 (-949 (-564)))) 140) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 110) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 98)) (-3437 (($ (-1259 (-316 (-379)))) 126) (($ (-1259 (-316 (-564)))) 116) (($ (-1259 (-949 (-379)))) 146) (($ (-1259 (-949 (-564)))) 136) (($ (-1259 (-407 (-949 (-379))))) 106) (($ (-1259 (-407 (-949 (-564))))) 91)) (-1648 (((-1264) $) 83)) (-1721 (((-859) $) 28) (($ (-641 (-330))) 73) (($ (-330)) 69) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 76) (($ (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695)))) 70)))
-(((-74 |#1|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695))))))) (-1170)) (T -74))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695)))) (-5 *1 (-74 *3)) (-14 *3 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695)))))))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 135) (((-3 $ "failed") (-1259 (-316 (-564)))) 124) (((-3 $ "failed") (-1259 (-949 (-379)))) 155) (((-3 $ "failed") (-1259 (-949 (-564)))) 145) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 113) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 100)) (-3437 (($ (-1259 (-316 (-379)))) 131) (($ (-1259 (-316 (-564)))) 120) (($ (-1259 (-949 (-379)))) 151) (($ (-1259 (-949 (-564)))) 141) (($ (-1259 (-407 (-949 (-379))))) 109) (($ (-1259 (-407 (-949 (-564))))) 93)) (-1648 (((-1264) $) 85)) (-1721 (((-859) $) 77) (($ (-641 (-330))) NIL) (($ (-330)) NIL) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) NIL) (($ (-1259 (-339 (-1732 (QUOTE X) (QUOTE EPS)) (-1732 (QUOTE -2412)) (-695)))) 72)))
-(((-75 |#1| |#2| |#3|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE X) (QUOTE EPS)) (-1732 (QUOTE -2412)) (-695))))))) (-1170) (-1170) (-1170)) (T -75))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732 (QUOTE X) (QUOTE EPS)) (-1732 (QUOTE -2412)) (-695)))) (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1170)) (-14 *4 (-1170)) (-14 *5 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE X) (QUOTE EPS)) (-1732 (QUOTE -2412)) (-695)))))))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 141) (((-3 $ "failed") (-1259 (-316 (-564)))) 130) (((-3 $ "failed") (-1259 (-949 (-379)))) 161) (((-3 $ "failed") (-1259 (-949 (-564)))) 151) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 119) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 106)) (-3437 (($ (-1259 (-316 (-379)))) 137) (($ (-1259 (-316 (-564)))) 126) (($ (-1259 (-949 (-379)))) 157) (($ (-1259 (-949 (-564)))) 147) (($ (-1259 (-407 (-949 (-379))))) 115) (($ (-1259 (-407 (-949 (-564))))) 99)) (-1648 (((-1264) $) 91)) (-1721 (((-859) $) 83) (($ (-641 (-330))) NIL) (($ (-330)) NIL) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) NIL) (($ (-1259 (-339 (-1732 (QUOTE EPS)) (-1732 (QUOTE YA) (QUOTE YB)) (-695)))) 78)))
-(((-76 |#1| |#2| |#3|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE EPS)) (-1732 (QUOTE YA) (QUOTE YB)) (-695))))))) (-1170) (-1170) (-1170)) (T -76))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732 (QUOTE EPS)) (-1732 (QUOTE YA) (QUOTE YB)) (-695)))) (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1170)) (-14 *4 (-1170)) (-14 *5 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE EPS)) (-1732 (QUOTE YA) (QUOTE YB)) (-695)))))))
-((-2035 (((-3 $ "failed") (-316 (-379))) 83) (((-3 $ "failed") (-316 (-564))) 88) (((-3 $ "failed") (-949 (-379))) 92) (((-3 $ "failed") (-949 (-564))) 96) (((-3 $ "failed") (-407 (-949 (-379)))) 78) (((-3 $ "failed") (-407 (-949 (-564)))) 71)) (-3437 (($ (-316 (-379))) 81) (($ (-316 (-564))) 86) (($ (-949 (-379))) 90) (($ (-949 (-564))) 94) (($ (-407 (-949 (-379)))) 76) (($ (-407 (-949 (-564)))) 68)) (-1648 (((-1264) $) 63)) (-1721 (((-859) $) 51) (($ (-641 (-330))) 47) (($ (-330)) 57) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 55) (($ (-339 (-1732) (-1732 (QUOTE X)) (-695))) 48)))
-(((-77 |#1|) (-13 (-396) (-10 -8 (-15 -1721 ($ (-339 (-1732) (-1732 (QUOTE X)) (-695)))))) (-1170)) (T -77))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-339 (-1732) (-1732 (QUOTE X)) (-695))) (-5 *1 (-77 *3)) (-14 *3 (-1170)))))
-(-13 (-396) (-10 -8 (-15 -1721 ($ (-339 (-1732) (-1732 (QUOTE X)) (-695))))))
-((-2035 (((-3 $ "failed") (-316 (-379))) 47) (((-3 $ "failed") (-316 (-564))) 52) (((-3 $ "failed") (-949 (-379))) 56) (((-3 $ "failed") (-949 (-564))) 60) (((-3 $ "failed") (-407 (-949 (-379)))) 42) (((-3 $ "failed") (-407 (-949 (-564)))) 35)) (-3437 (($ (-316 (-379))) 45) (($ (-316 (-564))) 50) (($ (-949 (-379))) 54) (($ (-949 (-564))) 58) (($ (-407 (-949 (-379)))) 40) (($ (-407 (-949 (-564)))) 32)) (-1648 (((-1264) $) 81)) (-1721 (((-859) $) 75) (($ (-641 (-330))) 67) (($ (-330)) 72) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 70) (($ (-339 (-1732) (-1732 (QUOTE X)) (-695))) 31)))
-(((-78 |#1|) (-13 (-396) (-10 -8 (-15 -1721 ($ (-339 (-1732) (-1732 (QUOTE X)) (-695)))))) (-1170)) (T -78))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-339 (-1732) (-1732 (QUOTE X)) (-695))) (-5 *1 (-78 *3)) (-14 *3 (-1170)))))
-(-13 (-396) (-10 -8 (-15 -1721 ($ (-339 (-1732) (-1732 (QUOTE X)) (-695))))))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 90) (((-3 $ "failed") (-1259 (-316 (-564)))) 79) (((-3 $ "failed") (-1259 (-949 (-379)))) 110) (((-3 $ "failed") (-1259 (-949 (-564)))) 100) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 68) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 55)) (-3437 (($ (-1259 (-316 (-379)))) 86) (($ (-1259 (-316 (-564)))) 75) (($ (-1259 (-949 (-379)))) 106) (($ (-1259 (-949 (-564)))) 96) (($ (-1259 (-407 (-949 (-379))))) 64) (($ (-1259 (-407 (-949 (-564))))) 48)) (-1648 (((-1264) $) 126)) (-1721 (((-859) $) 120) (($ (-641 (-330))) 113) (($ (-330)) 38) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 116) (($ (-1259 (-339 (-1732) (-1732 (QUOTE XC)) (-695)))) 39)))
-(((-79 |#1|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732) (-1732 (QUOTE XC)) (-695))))))) (-1170)) (T -79))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732) (-1732 (QUOTE XC)) (-695)))) (-5 *1 (-79 *3)) (-14 *3 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732) (-1732 (QUOTE XC)) (-695)))))))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 158) (((-3 $ "failed") (-1259 (-316 (-564)))) 148) (((-3 $ "failed") (-1259 (-949 (-379)))) 178) (((-3 $ "failed") (-1259 (-949 (-564)))) 168) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 138) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 126)) (-3437 (($ (-1259 (-316 (-379)))) 154) (($ (-1259 (-316 (-564)))) 144) (($ (-1259 (-949 (-379)))) 174) (($ (-1259 (-949 (-564)))) 164) (($ (-1259 (-407 (-949 (-379))))) 134) (($ (-1259 (-407 (-949 (-564))))) 119)) (-1648 (((-1264) $) 112)) (-1721 (((-859) $) 106) (($ (-641 (-330))) 97) (($ (-330)) 104) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 102) (($ (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695)))) 98)))
-(((-80 |#1|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695))))))) (-1170)) (T -80))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695)))) (-5 *1 (-80 *3)) (-14 *3 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695)))))))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 79) (((-3 $ "failed") (-1259 (-316 (-564)))) 68) (((-3 $ "failed") (-1259 (-949 (-379)))) 99) (((-3 $ "failed") (-1259 (-949 (-564)))) 89) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 57) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 44)) (-3437 (($ (-1259 (-316 (-379)))) 75) (($ (-1259 (-316 (-564)))) 64) (($ (-1259 (-949 (-379)))) 95) (($ (-1259 (-949 (-564)))) 85) (($ (-1259 (-407 (-949 (-379))))) 53) (($ (-1259 (-407 (-949 (-564))))) 37)) (-1648 (((-1264) $) 125)) (-1721 (((-859) $) 119) (($ (-641 (-330))) 110) (($ (-330)) 116) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 114) (($ (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695)))) 36)))
-(((-81 |#1|) (-13 (-441) (-614 (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695))))) (-1170)) (T -81))
-NIL
-(-13 (-441) (-614 (-1259 (-339 (-1732) (-1732 (QUOTE X)) (-695)))))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 98) (((-3 $ "failed") (-1259 (-316 (-564)))) 87) (((-3 $ "failed") (-1259 (-949 (-379)))) 118) (((-3 $ "failed") (-1259 (-949 (-564)))) 108) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 76) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 63)) (-3437 (($ (-1259 (-316 (-379)))) 94) (($ (-1259 (-316 (-564)))) 83) (($ (-1259 (-949 (-379)))) 114) (($ (-1259 (-949 (-564)))) 104) (($ (-1259 (-407 (-949 (-379))))) 72) (($ (-1259 (-407 (-949 (-564))))) 56)) (-1648 (((-1264) $) 48)) (-1721 (((-859) $) 42) (($ (-641 (-330))) 32) (($ (-330)) 35) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 38) (($ (-1259 (-339 (-1732 (QUOTE X) (QUOTE -2412)) (-1732) (-695)))) 33)))
-(((-82 |#1|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE X) (QUOTE -2412)) (-1732) (-695))))))) (-1170)) (T -82))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732 (QUOTE X) (QUOTE -2412)) (-1732) (-695)))) (-5 *1 (-82 *3)) (-14 *3 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE X) (QUOTE -2412)) (-1732) (-695)))))))
-((-2035 (((-3 $ "failed") (-685 (-316 (-379)))) 118) (((-3 $ "failed") (-685 (-316 (-564)))) 107) (((-3 $ "failed") (-685 (-949 (-379)))) 140) (((-3 $ "failed") (-685 (-949 (-564)))) 129) (((-3 $ "failed") (-685 (-407 (-949 (-379))))) 96) (((-3 $ "failed") (-685 (-407 (-949 (-564))))) 83)) (-3437 (($ (-685 (-316 (-379)))) 114) (($ (-685 (-316 (-564)))) 103) (($ (-685 (-949 (-379)))) 136) (($ (-685 (-949 (-564)))) 125) (($ (-685 (-407 (-949 (-379))))) 92) (($ (-685 (-407 (-949 (-564))))) 76)) (-1648 (((-1264) $) 66)) (-1721 (((-859) $) 53) (($ (-641 (-330))) 60) (($ (-330)) 49) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 58) (($ (-685 (-339 (-1732 (QUOTE X) (QUOTE -2412)) (-1732) (-695)))) 50)))
-(((-83 |#1|) (-13 (-384) (-10 -8 (-15 -1721 ($ (-685 (-339 (-1732 (QUOTE X) (QUOTE -2412)) (-1732) (-695))))))) (-1170)) (T -83))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-685 (-339 (-1732 (QUOTE X) (QUOTE -2412)) (-1732) (-695)))) (-5 *1 (-83 *3)) (-14 *3 (-1170)))))
-(-13 (-384) (-10 -8 (-15 -1721 ($ (-685 (-339 (-1732 (QUOTE X) (QUOTE -2412)) (-1732) (-695)))))))
-((-2035 (((-3 $ "failed") (-685 (-316 (-379)))) 113) (((-3 $ "failed") (-685 (-316 (-564)))) 101) (((-3 $ "failed") (-685 (-949 (-379)))) 135) (((-3 $ "failed") (-685 (-949 (-564)))) 124) (((-3 $ "failed") (-685 (-407 (-949 (-379))))) 89) (((-3 $ "failed") (-685 (-407 (-949 (-564))))) 75)) (-3437 (($ (-685 (-316 (-379)))) 109) (($ (-685 (-316 (-564)))) 97) (($ (-685 (-949 (-379)))) 131) (($ (-685 (-949 (-564)))) 120) (($ (-685 (-407 (-949 (-379))))) 85) (($ (-685 (-407 (-949 (-564))))) 68)) (-1648 (((-1264) $) 60)) (-1721 (((-859) $) 54) (($ (-641 (-330))) 48) (($ (-330)) 51) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 45) (($ (-685 (-339 (-1732 (QUOTE X)) (-1732) (-695)))) 46)))
-(((-84 |#1|) (-13 (-384) (-10 -8 (-15 -1721 ($ (-685 (-339 (-1732 (QUOTE X)) (-1732) (-695))))))) (-1170)) (T -84))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-685 (-339 (-1732 (QUOTE X)) (-1732) (-695)))) (-5 *1 (-84 *3)) (-14 *3 (-1170)))))
-(-13 (-384) (-10 -8 (-15 -1721 ($ (-685 (-339 (-1732 (QUOTE X)) (-1732) (-695)))))))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 105) (((-3 $ "failed") (-1259 (-316 (-564)))) 94) (((-3 $ "failed") (-1259 (-949 (-379)))) 125) (((-3 $ "failed") (-1259 (-949 (-564)))) 115) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 83) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 70)) (-3437 (($ (-1259 (-316 (-379)))) 101) (($ (-1259 (-316 (-564)))) 90) (($ (-1259 (-949 (-379)))) 121) (($ (-1259 (-949 (-564)))) 111) (($ (-1259 (-407 (-949 (-379))))) 79) (($ (-1259 (-407 (-949 (-564))))) 63)) (-1648 (((-1264) $) 47)) (-1721 (((-859) $) 41) (($ (-641 (-330))) 50) (($ (-330)) 37) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 53) (($ (-1259 (-339 (-1732 (QUOTE X)) (-1732) (-695)))) 38)))
-(((-85 |#1|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE X)) (-1732) (-695))))))) (-1170)) (T -85))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732 (QUOTE X)) (-1732) (-695)))) (-5 *1 (-85 *3)) (-14 *3 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE X)) (-1732) (-695)))))))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 80) (((-3 $ "failed") (-1259 (-316 (-564)))) 69) (((-3 $ "failed") (-1259 (-949 (-379)))) 100) (((-3 $ "failed") (-1259 (-949 (-564)))) 90) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 58) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 45)) (-3437 (($ (-1259 (-316 (-379)))) 76) (($ (-1259 (-316 (-564)))) 65) (($ (-1259 (-949 (-379)))) 96) (($ (-1259 (-949 (-564)))) 86) (($ (-1259 (-407 (-949 (-379))))) 54) (($ (-1259 (-407 (-949 (-564))))) 38)) (-1648 (((-1264) $) 126)) (-1721 (((-859) $) 120) (($ (-641 (-330))) 111) (($ (-330)) 117) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 115) (($ (-1259 (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695)))) 37)))
-(((-86 |#1|) (-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695))))))) (-1170)) (T -86))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695)))) (-5 *1 (-86 *3)) (-14 *3 (-1170)))))
-(-13 (-441) (-10 -8 (-15 -1721 ($ (-1259 (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695)))))))
-((-2035 (((-3 $ "failed") (-685 (-316 (-379)))) 117) (((-3 $ "failed") (-685 (-316 (-564)))) 105) (((-3 $ "failed") (-685 (-949 (-379)))) 139) (((-3 $ "failed") (-685 (-949 (-564)))) 128) (((-3 $ "failed") (-685 (-407 (-949 (-379))))) 93) (((-3 $ "failed") (-685 (-407 (-949 (-564))))) 79)) (-3437 (($ (-685 (-316 (-379)))) 113) (($ (-685 (-316 (-564)))) 101) (($ (-685 (-949 (-379)))) 135) (($ (-685 (-949 (-564)))) 124) (($ (-685 (-407 (-949 (-379))))) 89) (($ (-685 (-407 (-949 (-564))))) 72)) (-1648 (((-1264) $) 63)) (-1721 (((-859) $) 57) (($ (-641 (-330))) 47) (($ (-330)) 54) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 52) (($ (-685 (-339 (-1732 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1732) (-695)))) 48)))
-(((-87 |#1|) (-13 (-384) (-10 -8 (-15 -1721 ($ (-685 (-339 (-1732 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1732) (-695))))))) (-1170)) (T -87))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-685 (-339 (-1732 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1732) (-695)))) (-5 *1 (-87 *3)) (-14 *3 (-1170)))))
-(-13 (-384) (-10 -8 (-15 -1721 ($ (-685 (-339 (-1732 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1732) (-695)))))))
-((-1648 (((-1264) $) 45)) (-1721 (((-859) $) 39) (($ (-1259 (-695))) 101) (($ (-641 (-330))) 31) (($ (-330)) 36) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 34)))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 130) (((-3 $ "failed") (-1259 (-316 (-564)))) 120) (((-3 $ "failed") (-1259 (-949 (-379)))) 150) (((-3 $ "failed") (-1259 (-949 (-564)))) 140) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 110) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 98)) (-2237 (($ (-1259 (-316 (-379)))) 126) (($ (-1259 (-316 (-564)))) 116) (($ (-1259 (-949 (-379)))) 146) (($ (-1259 (-949 (-564)))) 136) (($ (-1259 (-407 (-949 (-379))))) 106) (($ (-1259 (-407 (-949 (-564))))) 91)) (-3069 (((-1264) $) 83)) (-1831 (((-859) $) 28) (($ (-641 (-330))) 73) (($ (-330)) 69) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 76) (($ (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695)))) 70)))
+(((-74 |#1|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695))))))) (-1170)) (T -74))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695)))) (-5 *1 (-74 *3)) (-14 *3 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695)))))))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 135) (((-3 $ "failed") (-1259 (-316 (-564)))) 124) (((-3 $ "failed") (-1259 (-949 (-379)))) 155) (((-3 $ "failed") (-1259 (-949 (-564)))) 145) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 113) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 100)) (-2237 (($ (-1259 (-316 (-379)))) 131) (($ (-1259 (-316 (-564)))) 120) (($ (-1259 (-949 (-379)))) 151) (($ (-1259 (-949 (-564)))) 141) (($ (-1259 (-407 (-949 (-379))))) 109) (($ (-1259 (-407 (-949 (-564))))) 93)) (-3069 (((-1264) $) 85)) (-1831 (((-859) $) 77) (($ (-641 (-330))) NIL) (($ (-330)) NIL) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) NIL) (($ (-1259 (-339 (-1842 (QUOTE X) (QUOTE EPS)) (-1842 (QUOTE -4290)) (-695)))) 72)))
+(((-75 |#1| |#2| |#3|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE X) (QUOTE EPS)) (-1842 (QUOTE -4290)) (-695))))))) (-1170) (-1170) (-1170)) (T -75))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842 (QUOTE X) (QUOTE EPS)) (-1842 (QUOTE -4290)) (-695)))) (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1170)) (-14 *4 (-1170)) (-14 *5 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE X) (QUOTE EPS)) (-1842 (QUOTE -4290)) (-695)))))))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 141) (((-3 $ "failed") (-1259 (-316 (-564)))) 130) (((-3 $ "failed") (-1259 (-949 (-379)))) 161) (((-3 $ "failed") (-1259 (-949 (-564)))) 151) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 119) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 106)) (-2237 (($ (-1259 (-316 (-379)))) 137) (($ (-1259 (-316 (-564)))) 126) (($ (-1259 (-949 (-379)))) 157) (($ (-1259 (-949 (-564)))) 147) (($ (-1259 (-407 (-949 (-379))))) 115) (($ (-1259 (-407 (-949 (-564))))) 99)) (-3069 (((-1264) $) 91)) (-1831 (((-859) $) 83) (($ (-641 (-330))) NIL) (($ (-330)) NIL) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) NIL) (($ (-1259 (-339 (-1842 (QUOTE EPS)) (-1842 (QUOTE YA) (QUOTE YB)) (-695)))) 78)))
+(((-76 |#1| |#2| |#3|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE EPS)) (-1842 (QUOTE YA) (QUOTE YB)) (-695))))))) (-1170) (-1170) (-1170)) (T -76))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842 (QUOTE EPS)) (-1842 (QUOTE YA) (QUOTE YB)) (-695)))) (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1170)) (-14 *4 (-1170)) (-14 *5 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE EPS)) (-1842 (QUOTE YA) (QUOTE YB)) (-695)))))))
+((-2347 (((-3 $ "failed") (-316 (-379))) 83) (((-3 $ "failed") (-316 (-564))) 88) (((-3 $ "failed") (-949 (-379))) 92) (((-3 $ "failed") (-949 (-564))) 96) (((-3 $ "failed") (-407 (-949 (-379)))) 78) (((-3 $ "failed") (-407 (-949 (-564)))) 71)) (-2237 (($ (-316 (-379))) 81) (($ (-316 (-564))) 86) (($ (-949 (-379))) 90) (($ (-949 (-564))) 94) (($ (-407 (-949 (-379)))) 76) (($ (-407 (-949 (-564)))) 68)) (-3069 (((-1264) $) 63)) (-1831 (((-859) $) 51) (($ (-641 (-330))) 47) (($ (-330)) 57) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 55) (($ (-339 (-1842) (-1842 (QUOTE X)) (-695))) 48)))
+(((-77 |#1|) (-13 (-396) (-10 -8 (-15 -1831 ($ (-339 (-1842) (-1842 (QUOTE X)) (-695)))))) (-1170)) (T -77))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-339 (-1842) (-1842 (QUOTE X)) (-695))) (-5 *1 (-77 *3)) (-14 *3 (-1170)))))
+(-13 (-396) (-10 -8 (-15 -1831 ($ (-339 (-1842) (-1842 (QUOTE X)) (-695))))))
+((-2347 (((-3 $ "failed") (-316 (-379))) 47) (((-3 $ "failed") (-316 (-564))) 52) (((-3 $ "failed") (-949 (-379))) 56) (((-3 $ "failed") (-949 (-564))) 60) (((-3 $ "failed") (-407 (-949 (-379)))) 42) (((-3 $ "failed") (-407 (-949 (-564)))) 35)) (-2237 (($ (-316 (-379))) 45) (($ (-316 (-564))) 50) (($ (-949 (-379))) 54) (($ (-949 (-564))) 58) (($ (-407 (-949 (-379)))) 40) (($ (-407 (-949 (-564)))) 32)) (-3069 (((-1264) $) 81)) (-1831 (((-859) $) 75) (($ (-641 (-330))) 67) (($ (-330)) 72) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 70) (($ (-339 (-1842) (-1842 (QUOTE X)) (-695))) 31)))
+(((-78 |#1|) (-13 (-396) (-10 -8 (-15 -1831 ($ (-339 (-1842) (-1842 (QUOTE X)) (-695)))))) (-1170)) (T -78))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-339 (-1842) (-1842 (QUOTE X)) (-695))) (-5 *1 (-78 *3)) (-14 *3 (-1170)))))
+(-13 (-396) (-10 -8 (-15 -1831 ($ (-339 (-1842) (-1842 (QUOTE X)) (-695))))))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 90) (((-3 $ "failed") (-1259 (-316 (-564)))) 79) (((-3 $ "failed") (-1259 (-949 (-379)))) 110) (((-3 $ "failed") (-1259 (-949 (-564)))) 100) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 68) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 55)) (-2237 (($ (-1259 (-316 (-379)))) 86) (($ (-1259 (-316 (-564)))) 75) (($ (-1259 (-949 (-379)))) 106) (($ (-1259 (-949 (-564)))) 96) (($ (-1259 (-407 (-949 (-379))))) 64) (($ (-1259 (-407 (-949 (-564))))) 48)) (-3069 (((-1264) $) 126)) (-1831 (((-859) $) 120) (($ (-641 (-330))) 113) (($ (-330)) 38) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 116) (($ (-1259 (-339 (-1842) (-1842 (QUOTE XC)) (-695)))) 39)))
+(((-79 |#1|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842) (-1842 (QUOTE XC)) (-695))))))) (-1170)) (T -79))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842) (-1842 (QUOTE XC)) (-695)))) (-5 *1 (-79 *3)) (-14 *3 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842) (-1842 (QUOTE XC)) (-695)))))))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 158) (((-3 $ "failed") (-1259 (-316 (-564)))) 148) (((-3 $ "failed") (-1259 (-949 (-379)))) 178) (((-3 $ "failed") (-1259 (-949 (-564)))) 168) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 138) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 126)) (-2237 (($ (-1259 (-316 (-379)))) 154) (($ (-1259 (-316 (-564)))) 144) (($ (-1259 (-949 (-379)))) 174) (($ (-1259 (-949 (-564)))) 164) (($ (-1259 (-407 (-949 (-379))))) 134) (($ (-1259 (-407 (-949 (-564))))) 119)) (-3069 (((-1264) $) 112)) (-1831 (((-859) $) 106) (($ (-641 (-330))) 97) (($ (-330)) 104) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 102) (($ (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695)))) 98)))
+(((-80 |#1|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695))))))) (-1170)) (T -80))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695)))) (-5 *1 (-80 *3)) (-14 *3 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695)))))))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 79) (((-3 $ "failed") (-1259 (-316 (-564)))) 68) (((-3 $ "failed") (-1259 (-949 (-379)))) 99) (((-3 $ "failed") (-1259 (-949 (-564)))) 89) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 57) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 44)) (-2237 (($ (-1259 (-316 (-379)))) 75) (($ (-1259 (-316 (-564)))) 64) (($ (-1259 (-949 (-379)))) 95) (($ (-1259 (-949 (-564)))) 85) (($ (-1259 (-407 (-949 (-379))))) 53) (($ (-1259 (-407 (-949 (-564))))) 37)) (-3069 (((-1264) $) 125)) (-1831 (((-859) $) 119) (($ (-641 (-330))) 110) (($ (-330)) 116) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 114) (($ (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695)))) 36)))
+(((-81 |#1|) (-13 (-441) (-614 (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695))))) (-1170)) (T -81))
+NIL
+(-13 (-441) (-614 (-1259 (-339 (-1842) (-1842 (QUOTE X)) (-695)))))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 98) (((-3 $ "failed") (-1259 (-316 (-564)))) 87) (((-3 $ "failed") (-1259 (-949 (-379)))) 118) (((-3 $ "failed") (-1259 (-949 (-564)))) 108) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 76) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 63)) (-2237 (($ (-1259 (-316 (-379)))) 94) (($ (-1259 (-316 (-564)))) 83) (($ (-1259 (-949 (-379)))) 114) (($ (-1259 (-949 (-564)))) 104) (($ (-1259 (-407 (-949 (-379))))) 72) (($ (-1259 (-407 (-949 (-564))))) 56)) (-3069 (((-1264) $) 48)) (-1831 (((-859) $) 42) (($ (-641 (-330))) 32) (($ (-330)) 35) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 38) (($ (-1259 (-339 (-1842 (QUOTE X) (QUOTE -4290)) (-1842) (-695)))) 33)))
+(((-82 |#1|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE X) (QUOTE -4290)) (-1842) (-695))))))) (-1170)) (T -82))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842 (QUOTE X) (QUOTE -4290)) (-1842) (-695)))) (-5 *1 (-82 *3)) (-14 *3 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE X) (QUOTE -4290)) (-1842) (-695)))))))
+((-2347 (((-3 $ "failed") (-685 (-316 (-379)))) 118) (((-3 $ "failed") (-685 (-316 (-564)))) 107) (((-3 $ "failed") (-685 (-949 (-379)))) 140) (((-3 $ "failed") (-685 (-949 (-564)))) 129) (((-3 $ "failed") (-685 (-407 (-949 (-379))))) 96) (((-3 $ "failed") (-685 (-407 (-949 (-564))))) 83)) (-2237 (($ (-685 (-316 (-379)))) 114) (($ (-685 (-316 (-564)))) 103) (($ (-685 (-949 (-379)))) 136) (($ (-685 (-949 (-564)))) 125) (($ (-685 (-407 (-949 (-379))))) 92) (($ (-685 (-407 (-949 (-564))))) 76)) (-3069 (((-1264) $) 66)) (-1831 (((-859) $) 53) (($ (-641 (-330))) 60) (($ (-330)) 49) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 58) (($ (-685 (-339 (-1842 (QUOTE X) (QUOTE -4290)) (-1842) (-695)))) 50)))
+(((-83 |#1|) (-13 (-384) (-10 -8 (-15 -1831 ($ (-685 (-339 (-1842 (QUOTE X) (QUOTE -4290)) (-1842) (-695))))))) (-1170)) (T -83))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-685 (-339 (-1842 (QUOTE X) (QUOTE -4290)) (-1842) (-695)))) (-5 *1 (-83 *3)) (-14 *3 (-1170)))))
+(-13 (-384) (-10 -8 (-15 -1831 ($ (-685 (-339 (-1842 (QUOTE X) (QUOTE -4290)) (-1842) (-695)))))))
+((-2347 (((-3 $ "failed") (-685 (-316 (-379)))) 113) (((-3 $ "failed") (-685 (-316 (-564)))) 101) (((-3 $ "failed") (-685 (-949 (-379)))) 135) (((-3 $ "failed") (-685 (-949 (-564)))) 124) (((-3 $ "failed") (-685 (-407 (-949 (-379))))) 89) (((-3 $ "failed") (-685 (-407 (-949 (-564))))) 75)) (-2237 (($ (-685 (-316 (-379)))) 109) (($ (-685 (-316 (-564)))) 97) (($ (-685 (-949 (-379)))) 131) (($ (-685 (-949 (-564)))) 120) (($ (-685 (-407 (-949 (-379))))) 85) (($ (-685 (-407 (-949 (-564))))) 68)) (-3069 (((-1264) $) 60)) (-1831 (((-859) $) 54) (($ (-641 (-330))) 48) (($ (-330)) 51) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 45) (($ (-685 (-339 (-1842 (QUOTE X)) (-1842) (-695)))) 46)))
+(((-84 |#1|) (-13 (-384) (-10 -8 (-15 -1831 ($ (-685 (-339 (-1842 (QUOTE X)) (-1842) (-695))))))) (-1170)) (T -84))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-685 (-339 (-1842 (QUOTE X)) (-1842) (-695)))) (-5 *1 (-84 *3)) (-14 *3 (-1170)))))
+(-13 (-384) (-10 -8 (-15 -1831 ($ (-685 (-339 (-1842 (QUOTE X)) (-1842) (-695)))))))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 105) (((-3 $ "failed") (-1259 (-316 (-564)))) 94) (((-3 $ "failed") (-1259 (-949 (-379)))) 125) (((-3 $ "failed") (-1259 (-949 (-564)))) 115) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 83) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 70)) (-2237 (($ (-1259 (-316 (-379)))) 101) (($ (-1259 (-316 (-564)))) 90) (($ (-1259 (-949 (-379)))) 121) (($ (-1259 (-949 (-564)))) 111) (($ (-1259 (-407 (-949 (-379))))) 79) (($ (-1259 (-407 (-949 (-564))))) 63)) (-3069 (((-1264) $) 47)) (-1831 (((-859) $) 41) (($ (-641 (-330))) 50) (($ (-330)) 37) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 53) (($ (-1259 (-339 (-1842 (QUOTE X)) (-1842) (-695)))) 38)))
+(((-85 |#1|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE X)) (-1842) (-695))))))) (-1170)) (T -85))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842 (QUOTE X)) (-1842) (-695)))) (-5 *1 (-85 *3)) (-14 *3 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE X)) (-1842) (-695)))))))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 80) (((-3 $ "failed") (-1259 (-316 (-564)))) 69) (((-3 $ "failed") (-1259 (-949 (-379)))) 100) (((-3 $ "failed") (-1259 (-949 (-564)))) 90) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 58) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 45)) (-2237 (($ (-1259 (-316 (-379)))) 76) (($ (-1259 (-316 (-564)))) 65) (($ (-1259 (-949 (-379)))) 96) (($ (-1259 (-949 (-564)))) 86) (($ (-1259 (-407 (-949 (-379))))) 54) (($ (-1259 (-407 (-949 (-564))))) 38)) (-3069 (((-1264) $) 126)) (-1831 (((-859) $) 120) (($ (-641 (-330))) 111) (($ (-330)) 117) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 115) (($ (-1259 (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695)))) 37)))
+(((-86 |#1|) (-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695))))))) (-1170)) (T -86))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695)))) (-5 *1 (-86 *3)) (-14 *3 (-1170)))))
+(-13 (-441) (-10 -8 (-15 -1831 ($ (-1259 (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695)))))))
+((-2347 (((-3 $ "failed") (-685 (-316 (-379)))) 117) (((-3 $ "failed") (-685 (-316 (-564)))) 105) (((-3 $ "failed") (-685 (-949 (-379)))) 139) (((-3 $ "failed") (-685 (-949 (-564)))) 128) (((-3 $ "failed") (-685 (-407 (-949 (-379))))) 93) (((-3 $ "failed") (-685 (-407 (-949 (-564))))) 79)) (-2237 (($ (-685 (-316 (-379)))) 113) (($ (-685 (-316 (-564)))) 101) (($ (-685 (-949 (-379)))) 135) (($ (-685 (-949 (-564)))) 124) (($ (-685 (-407 (-949 (-379))))) 89) (($ (-685 (-407 (-949 (-564))))) 72)) (-3069 (((-1264) $) 63)) (-1831 (((-859) $) 57) (($ (-641 (-330))) 47) (($ (-330)) 54) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 52) (($ (-685 (-339 (-1842 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1842) (-695)))) 48)))
+(((-87 |#1|) (-13 (-384) (-10 -8 (-15 -1831 ($ (-685 (-339 (-1842 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1842) (-695))))))) (-1170)) (T -87))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-685 (-339 (-1842 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1842) (-695)))) (-5 *1 (-87 *3)) (-14 *3 (-1170)))))
+(-13 (-384) (-10 -8 (-15 -1831 ($ (-685 (-339 (-1842 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1842) (-695)))))))
+((-3069 (((-1264) $) 45)) (-1831 (((-859) $) 39) (($ (-1259 (-695))) 101) (($ (-641 (-330))) 31) (($ (-330)) 36) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 34)))
(((-88 |#1|) (-440) (-1170)) (T -88))
NIL
(-440)
-((-2035 (((-3 $ "failed") (-316 (-379))) 48) (((-3 $ "failed") (-316 (-564))) 53) (((-3 $ "failed") (-949 (-379))) 57) (((-3 $ "failed") (-949 (-564))) 61) (((-3 $ "failed") (-407 (-949 (-379)))) 43) (((-3 $ "failed") (-407 (-949 (-564)))) 36)) (-3437 (($ (-316 (-379))) 46) (($ (-316 (-564))) 51) (($ (-949 (-379))) 55) (($ (-949 (-564))) 59) (($ (-407 (-949 (-379)))) 41) (($ (-407 (-949 (-564)))) 33)) (-1648 (((-1264) $) 91)) (-1721 (((-859) $) 85) (($ (-641 (-330))) 79) (($ (-330)) 82) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 77) (($ (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695))) 32)))
-(((-89 |#1|) (-13 (-396) (-10 -8 (-15 -1721 ($ (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695)))))) (-1170)) (T -89))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695))) (-5 *1 (-89 *3)) (-14 *3 (-1170)))))
-(-13 (-396) (-10 -8 (-15 -1721 ($ (-339 (-1732 (QUOTE X)) (-1732 (QUOTE -2412)) (-695))))))
-((-3214 (((-1259 (-685 |#1|)) (-685 |#1|)) 65)) (-3069 (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 (-641 (-918))))) |#2| (-918)) 54)) (-1756 (((-2 (|:| |minor| (-641 (-918))) (|:| -2026 |#2|) (|:| |minors| (-641 (-641 (-918)))) (|:| |ops| (-641 |#2|))) |#2| (-918)) 76 (|has| |#1| (-363)))))
-(((-90 |#1| |#2|) (-10 -7 (-15 -3069 ((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 (-641 (-918))))) |#2| (-918))) (-15 -3214 ((-1259 (-685 |#1|)) (-685 |#1|))) (IF (|has| |#1| (-363)) (-15 -1756 ((-2 (|:| |minor| (-641 (-918))) (|:| -2026 |#2|) (|:| |minors| (-641 (-641 (-918)))) (|:| |ops| (-641 |#2|))) |#2| (-918))) |%noBranch|)) (-556) (-652 |#1|)) (T -90))
-((-1756 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *5 (-556)) (-5 *2 (-2 (|:| |minor| (-641 (-918))) (|:| -2026 *3) (|:| |minors| (-641 (-641 (-918)))) (|:| |ops| (-641 *3)))) (-5 *1 (-90 *5 *3)) (-5 *4 (-918)) (-4 *3 (-652 *5)))) (-3214 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-1259 (-685 *4))) (-5 *1 (-90 *4 *5)) (-5 *3 (-685 *4)) (-4 *5 (-652 *4)))) (-3069 (*1 *2 *3 *4) (-12 (-4 *5 (-556)) (-5 *2 (-2 (|:| -1315 (-685 *5)) (|:| |vec| (-1259 (-641 (-918)))))) (-5 *1 (-90 *5 *3)) (-5 *4 (-918)) (-4 *3 (-652 *5)))))
-(-10 -7 (-15 -3069 ((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 (-641 (-918))))) |#2| (-918))) (-15 -3214 ((-1259 (-685 |#1|)) (-685 |#1|))) (IF (|has| |#1| (-363)) (-15 -1756 ((-2 (|:| |minor| (-641 (-918))) (|:| -2026 |#2|) (|:| |minors| (-641 (-641 (-918)))) (|:| |ops| (-641 |#2|))) |#2| (-918))) |%noBranch|))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3192 ((|#1| $) 42)) (-1729 (((-112) $ (-768)) NIL)) (-1692 (($) NIL T CONST)) (-2075 ((|#1| |#1| $) 37)) (-1407 ((|#1| $) 35)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4290 ((|#1| $) NIL)) (-3573 (($ |#1| $) 38)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2382 ((|#1| $) 36)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 18)) (-3456 (($) 46)) (-2105 (((-768) $) 33)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) 17)) (-1721 (((-859) $) 32 (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) NIL)) (-4325 (($ (-641 |#1|)) 44)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 15 (|has| |#1| (-1094)))) (-3435 (((-768) $) 12 (|has| $ (-6 -4412)))))
-(((-91 |#1|) (-13 (-1115 |#1|) (-10 -8 (-15 -4325 ($ (-641 |#1|))))) (-1094)) (T -91))
-((-4325 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-91 *3)))))
-(-13 (-1115 |#1|) (-10 -8 (-15 -4325 ($ (-641 |#1|)))))
-((-1721 (((-859) $) 13) (($ (-1175)) 9) (((-1175) $) 8)))
-(((-92 |#1|) (-10 -8 (-15 -1721 ((-1175) |#1|)) (-15 -1721 (|#1| (-1175))) (-15 -1721 ((-859) |#1|))) (-93)) (T -92))
-NIL
-(-10 -8 (-15 -1721 ((-1175) |#1|)) (-15 -1721 (|#1| (-1175))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-1175)) 16) (((-1175) $) 15)) (-2853 (((-112) $ $) 6)))
+((-2347 (((-3 $ "failed") (-316 (-379))) 48) (((-3 $ "failed") (-316 (-564))) 53) (((-3 $ "failed") (-949 (-379))) 57) (((-3 $ "failed") (-949 (-564))) 61) (((-3 $ "failed") (-407 (-949 (-379)))) 43) (((-3 $ "failed") (-407 (-949 (-564)))) 36)) (-2237 (($ (-316 (-379))) 46) (($ (-316 (-564))) 51) (($ (-949 (-379))) 55) (($ (-949 (-564))) 59) (($ (-407 (-949 (-379)))) 41) (($ (-407 (-949 (-564)))) 33)) (-3069 (((-1264) $) 91)) (-1831 (((-859) $) 85) (($ (-641 (-330))) 79) (($ (-330)) 82) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 77) (($ (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695))) 32)))
+(((-89 |#1|) (-13 (-396) (-10 -8 (-15 -1831 ($ (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695)))))) (-1170)) (T -89))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695))) (-5 *1 (-89 *3)) (-14 *3 (-1170)))))
+(-13 (-396) (-10 -8 (-15 -1831 ($ (-339 (-1842 (QUOTE X)) (-1842 (QUOTE -4290)) (-695))))))
+((-3539 (((-1259 (-685 |#1|)) (-685 |#1|)) 65)) (-1341 (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 (-641 (-918))))) |#2| (-918)) 54)) (-4226 (((-2 (|:| |minor| (-641 (-918))) (|:| -4252 |#2|) (|:| |minors| (-641 (-641 (-918)))) (|:| |ops| (-641 |#2|))) |#2| (-918)) 76 (|has| |#1| (-363)))))
+(((-90 |#1| |#2|) (-10 -7 (-15 -1341 ((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 (-641 (-918))))) |#2| (-918))) (-15 -3539 ((-1259 (-685 |#1|)) (-685 |#1|))) (IF (|has| |#1| (-363)) (-15 -4226 ((-2 (|:| |minor| (-641 (-918))) (|:| -4252 |#2|) (|:| |minors| (-641 (-641 (-918)))) (|:| |ops| (-641 |#2|))) |#2| (-918))) |%noBranch|)) (-556) (-652 |#1|)) (T -90))
+((-4226 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *5 (-556)) (-5 *2 (-2 (|:| |minor| (-641 (-918))) (|:| -4252 *3) (|:| |minors| (-641 (-641 (-918)))) (|:| |ops| (-641 *3)))) (-5 *1 (-90 *5 *3)) (-5 *4 (-918)) (-4 *3 (-652 *5)))) (-3539 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-1259 (-685 *4))) (-5 *1 (-90 *4 *5)) (-5 *3 (-685 *4)) (-4 *5 (-652 *4)))) (-1341 (*1 *2 *3 *4) (-12 (-4 *5 (-556)) (-5 *2 (-2 (|:| -2394 (-685 *5)) (|:| |vec| (-1259 (-641 (-918)))))) (-5 *1 (-90 *5 *3)) (-5 *4 (-918)) (-4 *3 (-652 *5)))))
+(-10 -7 (-15 -1341 ((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 (-641 (-918))))) |#2| (-918))) (-15 -3539 ((-1259 (-685 |#1|)) (-685 |#1|))) (IF (|has| |#1| (-363)) (-15 -4226 ((-2 (|:| |minor| (-641 (-918))) (|:| -4252 |#2|) (|:| |minors| (-641 (-641 (-918)))) (|:| |ops| (-641 |#2|))) |#2| (-918))) |%noBranch|))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3155 ((|#1| $) 42)) (-4010 (((-112) $ (-768)) NIL)) (-1778 (($) NIL T CONST)) (-4120 ((|#1| |#1| $) 37)) (-3923 ((|#1| $) 35)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2401 ((|#1| $) NIL)) (-2783 (($ |#1| $) 38)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4153 ((|#1| $) 36)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 18)) (-4012 (($) 46)) (-2950 (((-768) $) 33)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) 17)) (-1831 (((-859) $) 32 (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) NIL)) (-1451 (($ (-641 |#1|)) 44)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 15 (|has| |#1| (-1094)))) (-2828 (((-768) $) 12 (|has| $ (-6 -4406)))))
+(((-91 |#1|) (-13 (-1115 |#1|) (-10 -8 (-15 -1451 ($ (-641 |#1|))))) (-1094)) (T -91))
+((-1451 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-91 *3)))))
+(-13 (-1115 |#1|) (-10 -8 (-15 -1451 ($ (-641 |#1|)))))
+((-1831 (((-859) $) 13) (($ (-1175)) 9) (((-1175) $) 8)))
+(((-92 |#1|) (-10 -8 (-15 -1831 ((-1175) |#1|)) (-15 -1831 (|#1| (-1175))) (-15 -1831 ((-859) |#1|))) (-93)) (T -92))
+NIL
+(-10 -8 (-15 -1831 ((-1175) |#1|)) (-15 -1831 (|#1| (-1175))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-1175)) 16) (((-1175) $) 15)) (-1702 (((-112) $ $) 6)))
(((-93) (-140)) (T -93))
NIL
(-13 (-1094) (-490 (-1175)))
(((-102) . T) ((-614 #0=(-1175)) . T) ((-611 (-859)) . T) ((-611 #0#) . T) ((-490 #0#) . T) ((-1094) . T))
-((-1803 (($ $) 10)) (-1813 (($ $) 12)))
-(((-94 |#1|) (-10 -8 (-15 -1813 (|#1| |#1|)) (-15 -1803 (|#1| |#1|))) (-95)) (T -94))
+((-3302 (($ $) 10)) (-3316 (($ $) 12)))
+(((-94 |#1|) (-10 -8 (-15 -3316 (|#1| |#1|)) (-15 -3302 (|#1| |#1|))) (-95)) (T -94))
NIL
-(-10 -8 (-15 -1813 (|#1| |#1|)) (-15 -1803 (|#1| |#1|)))
-((-1777 (($ $) 11)) (-1755 (($ $) 10)) (-1803 (($ $) 9)) (-1813 (($ $) 8)) (-1791 (($ $) 7)) (-1766 (($ $) 6)))
+(-10 -8 (-15 -3316 (|#1| |#1|)) (-15 -3302 (|#1| |#1|)))
+((-3276 (($ $) 11)) (-3254 (($ $) 10)) (-3302 (($ $) 9)) (-3316 (($ $) 8)) (-3287 (($ $) 7)) (-3265 (($ $) 6)))
(((-95) (-140)) (T -95))
-((-1777 (*1 *1 *1) (-4 *1 (-95))) (-1755 (*1 *1 *1) (-4 *1 (-95))) (-1803 (*1 *1 *1) (-4 *1 (-95))) (-1813 (*1 *1 *1) (-4 *1 (-95))) (-1791 (*1 *1 *1) (-4 *1 (-95))) (-1766 (*1 *1 *1) (-4 *1 (-95))))
-(-13 (-10 -8 (-15 -1766 ($ $)) (-15 -1791 ($ $)) (-15 -1813 ($ $)) (-15 -1803 ($ $)) (-15 -1755 ($ $)) (-15 -1777 ($ $))))
-((-1709 (((-112) $ $) NIL)) (-2540 (((-1129) $) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 15) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-96) (-13 (-1077) (-10 -8 (-15 -2540 ((-1129) $))))) (T -96))
-((-2540 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-96)))))
-(-13 (-1077) (-10 -8 (-15 -2540 ((-1129) $))))
-((-1709 (((-112) $ $) NIL)) (-3330 (((-379) (-1152) (-379)) 45) (((-379) (-1152) (-1152) (-379)) 43)) (-1420 (((-379) (-379)) 35)) (-1737 (((-1264)) 38)) (-2811 (((-1152) $) NIL)) (-3472 (((-379) (-1152) (-1152)) 49) (((-379) (-1152)) 51)) (-4382 (((-1114) $) NIL)) (-1809 (((-379) (-1152) (-1152)) 50)) (-3811 (((-379) (-1152) (-1152)) 52) (((-379) (-1152)) 53)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-97) (-13 (-1094) (-10 -7 (-15 -3472 ((-379) (-1152) (-1152))) (-15 -3472 ((-379) (-1152))) (-15 -3811 ((-379) (-1152) (-1152))) (-15 -3811 ((-379) (-1152))) (-15 -1809 ((-379) (-1152) (-1152))) (-15 -1737 ((-1264))) (-15 -1420 ((-379) (-379))) (-15 -3330 ((-379) (-1152) (-379))) (-15 -3330 ((-379) (-1152) (-1152) (-379))) (-6 -4412)))) (T -97))
-((-3472 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))) (-3472 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))) (-3811 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))) (-3811 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))) (-1809 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))) (-1737 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-97)))) (-1420 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-97)))) (-3330 (*1 *2 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1152)) (-5 *1 (-97)))) (-3330 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1152)) (-5 *1 (-97)))))
-(-13 (-1094) (-10 -7 (-15 -3472 ((-379) (-1152) (-1152))) (-15 -3472 ((-379) (-1152))) (-15 -3811 ((-379) (-1152) (-1152))) (-15 -3811 ((-379) (-1152))) (-15 -1809 ((-379) (-1152) (-1152))) (-15 -1737 ((-1264))) (-15 -1420 ((-379) (-379))) (-15 -3330 ((-379) (-1152) (-379))) (-15 -3330 ((-379) (-1152) (-1152) (-379))) (-6 -4412)))
+((-3276 (*1 *1 *1) (-4 *1 (-95))) (-3254 (*1 *1 *1) (-4 *1 (-95))) (-3302 (*1 *1 *1) (-4 *1 (-95))) (-3316 (*1 *1 *1) (-4 *1 (-95))) (-3287 (*1 *1 *1) (-4 *1 (-95))) (-3265 (*1 *1 *1) (-4 *1 (-95))))
+(-13 (-10 -8 (-15 -3265 ($ $)) (-15 -3287 ($ $)) (-15 -3316 ($ $)) (-15 -3302 ($ $)) (-15 -3254 ($ $)) (-15 -3276 ($ $))))
+((-1817 (((-112) $ $) NIL)) (-1316 (((-1129) $) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 15) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-96) (-13 (-1077) (-10 -8 (-15 -1316 ((-1129) $))))) (T -96))
+((-1316 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-96)))))
+(-13 (-1077) (-10 -8 (-15 -1316 ((-1129) $))))
+((-1817 (((-112) $ $) NIL)) (-2162 (((-379) (-1152) (-379)) 45) (((-379) (-1152) (-1152) (-379)) 43)) (-4013 (((-379) (-379)) 35)) (-4071 (((-1264)) 38)) (-2723 (((-1152) $) NIL)) (-4173 (((-379) (-1152) (-1152)) 49) (((-379) (-1152)) 51)) (-2780 (((-1114) $) NIL)) (-3490 (((-379) (-1152) (-1152)) 50)) (-3289 (((-379) (-1152) (-1152)) 52) (((-379) (-1152)) 53)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-97) (-13 (-1094) (-10 -7 (-15 -4173 ((-379) (-1152) (-1152))) (-15 -4173 ((-379) (-1152))) (-15 -3289 ((-379) (-1152) (-1152))) (-15 -3289 ((-379) (-1152))) (-15 -3490 ((-379) (-1152) (-1152))) (-15 -4071 ((-1264))) (-15 -4013 ((-379) (-379))) (-15 -2162 ((-379) (-1152) (-379))) (-15 -2162 ((-379) (-1152) (-1152) (-379))) (-6 -4406)))) (T -97))
+((-4173 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))) (-4173 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))) (-3289 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))) (-3289 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))) (-3490 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))) (-4071 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-97)))) (-4013 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-97)))) (-2162 (*1 *2 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1152)) (-5 *1 (-97)))) (-2162 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1152)) (-5 *1 (-97)))))
+(-13 (-1094) (-10 -7 (-15 -4173 ((-379) (-1152) (-1152))) (-15 -4173 ((-379) (-1152))) (-15 -3289 ((-379) (-1152) (-1152))) (-15 -3289 ((-379) (-1152))) (-15 -3490 ((-379) (-1152) (-1152))) (-15 -4071 ((-1264))) (-15 -4013 ((-379) (-379))) (-15 -2162 ((-379) (-1152) (-379))) (-15 -2162 ((-379) (-1152) (-1152) (-379))) (-6 -4406)))
NIL
(((-98) (-140)) (T -98))
NIL
-(-13 (-10 -7 (-6 -4412) (-6 (-4414 "*")) (-6 -4413) (-6 -4409) (-6 -4407) (-6 -4406) (-6 -4405) (-6 -4410) (-6 -4404) (-6 -4403) (-6 -4402) (-6 -4401) (-6 -4400) (-6 -4408) (-6 -4411) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4399)))
-((-1709 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-3797 (($ (-1 |#1| |#1|)) 27) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 26) (($ (-1 |#1| |#1| (-564))) 24)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 16)) (-4382 (((-1114) $) NIL)) (-2961 ((|#1| $ |#1|) 13)) (-3601 (($ $ $) NIL)) (-1923 (($ $ $) NIL)) (-1721 (((-859) $) 22)) (-2898 (($) 8 T CONST)) (-2853 (((-112) $ $) 10)) (-2983 (($ $ $) NIL)) (** (($ $ (-918)) 34) (($ $ (-768)) NIL) (($ $ (-564)) 18)) (* (($ $ $) 35)))
-(((-99 |#1|) (-13 (-473) (-286 |#1| |#1|) (-10 -8 (-15 -3797 ($ (-1 |#1| |#1|))) (-15 -3797 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -3797 ($ (-1 |#1| |#1| (-564)))))) (-1046)) (T -99))
-((-3797 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-99 *3)))) (-3797 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-99 *3)))) (-3797 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-564))) (-4 *3 (-1046)) (-5 *1 (-99 *3)))))
-(-13 (-473) (-286 |#1| |#1|) (-10 -8 (-15 -3797 ($ (-1 |#1| |#1|))) (-15 -3797 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -3797 ($ (-1 |#1| |#1| (-564))))))
-((-2285 (((-418 |#2|) |#2| (-641 |#2|)) 10) (((-418 |#2|) |#2| |#2|) 11)))
-(((-100 |#1| |#2|) (-10 -7 (-15 -2285 ((-418 |#2|) |#2| |#2|)) (-15 -2285 ((-418 |#2|) |#2| (-641 |#2|)))) (-13 (-452) (-147)) (-1235 |#1|)) (T -100))
-((-2285 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-13 (-452) (-147))) (-5 *2 (-418 *3)) (-5 *1 (-100 *5 *3)))) (-2285 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-452) (-147))) (-5 *2 (-418 *3)) (-5 *1 (-100 *4 *3)) (-4 *3 (-1235 *4)))))
-(-10 -7 (-15 -2285 ((-418 |#2|) |#2| |#2|)) (-15 -2285 ((-418 |#2|) |#2| (-641 |#2|))))
-((-1709 (((-112) $ $) 9)))
-(((-101 |#1|) (-10 -8 (-15 -1709 ((-112) |#1| |#1|))) (-102)) (T -101))
-NIL
-(-10 -8 (-15 -1709 ((-112) |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2853 (((-112) $ $) 6)))
+(-13 (-10 -7 (-6 -4406) (-6 (-4408 "*")) (-6 -4407) (-6 -4403) (-6 -4401) (-6 -4400) (-6 -4399) (-6 -4404) (-6 -4398) (-6 -4397) (-6 -4396) (-6 -4395) (-6 -4394) (-6 -4402) (-6 -4405) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4393)))
+((-1817 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-4333 (($ (-1 |#1| |#1|)) 27) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 26) (($ (-1 |#1| |#1| (-564))) 24)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 16)) (-2780 (((-1114) $) NIL)) (-1350 ((|#1| $ |#1|) 13)) (-3047 (($ $ $) NIL)) (-1992 (($ $ $) NIL)) (-1831 (((-859) $) 22)) (-1300 (($) 8 T CONST)) (-1702 (((-112) $ $) 10)) (-1823 (($ $ $) NIL)) (** (($ $ (-918)) 34) (($ $ (-768)) NIL) (($ $ (-564)) 18)) (* (($ $ $) 35)))
+(((-99 |#1|) (-13 (-473) (-286 |#1| |#1|) (-10 -8 (-15 -4333 ($ (-1 |#1| |#1|))) (-15 -4333 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -4333 ($ (-1 |#1| |#1| (-564)))))) (-1046)) (T -99))
+((-4333 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-99 *3)))) (-4333 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-99 *3)))) (-4333 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-564))) (-4 *3 (-1046)) (-5 *1 (-99 *3)))))
+(-13 (-473) (-286 |#1| |#1|) (-10 -8 (-15 -4333 ($ (-1 |#1| |#1|))) (-15 -4333 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -4333 ($ (-1 |#1| |#1| (-564))))))
+((-2535 (((-418 |#2|) |#2| (-641 |#2|)) 10) (((-418 |#2|) |#2| |#2|) 11)))
+(((-100 |#1| |#2|) (-10 -7 (-15 -2535 ((-418 |#2|) |#2| |#2|)) (-15 -2535 ((-418 |#2|) |#2| (-641 |#2|)))) (-13 (-452) (-147)) (-1235 |#1|)) (T -100))
+((-2535 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-13 (-452) (-147))) (-5 *2 (-418 *3)) (-5 *1 (-100 *5 *3)))) (-2535 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-452) (-147))) (-5 *2 (-418 *3)) (-5 *1 (-100 *4 *3)) (-4 *3 (-1235 *4)))))
+(-10 -7 (-15 -2535 ((-418 |#2|) |#2| |#2|)) (-15 -2535 ((-418 |#2|) |#2| (-641 |#2|))))
+((-1817 (((-112) $ $) 9)))
+(((-101 |#1|) (-10 -8 (-15 -1817 ((-112) |#1| |#1|))) (-102)) (T -101))
+NIL
+(-10 -8 (-15 -1817 ((-112) |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1702 (((-112) $ $) 6)))
(((-102) (-140)) (T -102))
-((-1709 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))) (-2853 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))))
-(-13 (-10 -8 (-15 -2853 ((-112) $ $)) (-15 -1709 ((-112) $ $))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1411 ((|#1| $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-2270 ((|#1| $ |#1|) 24 (|has| $ (-6 -4413)))) (-2555 (($ $ $) NIL (|has| $ (-6 -4413)))) (-3724 (($ $ $) NIL (|has| $ (-6 -4413)))) (-3559 (($ $ (-641 |#1|)) 34)) (-1869 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4413))) (($ $ "left" $) NIL (|has| $ (-6 -4413))) (($ $ "right" $) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-3602 (($ $) 12)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) NIL)) (-3496 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3436 (($ $ |#1| $) 36)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3730 ((|#1| $ (-1 |#1| |#1| |#1|)) 44) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 49)) (-2719 (($ $ |#1| (-1 |#1| |#1| |#1|)) 50) (($ $ |#1| (-1 (-641 |#1|) |#1| |#1| |#1|)) 53)) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-3590 (($ $) 11)) (-1939 (((-641 |#1|) $) NIL)) (-2545 (((-112) $) 13)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 9)) (-3456 (($) 35)) (-2961 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2705 (((-564) $ $) NIL)) (-3735 (((-112) $) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) NIL)) (-4252 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1841 (($ (-768) |#1|) 37)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-103 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4412) (-6 -4413) (-15 -1841 ($ (-768) |#1|)) (-15 -3559 ($ $ (-641 |#1|))) (-15 -3730 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -3730 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -2719 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -2719 ($ $ |#1| (-1 (-641 |#1|) |#1| |#1| |#1|))))) (-1094)) (T -103))
-((-1841 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *1 (-103 *3)) (-4 *3 (-1094)))) (-3559 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-103 *3)))) (-3730 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1094)))) (-3730 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-103 *3)))) (-2719 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1094)) (-5 *1 (-103 *2)))) (-2719 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-641 *2) *2 *2 *2)) (-4 *2 (-1094)) (-5 *1 (-103 *2)))))
-(-13 (-125 |#1|) (-10 -8 (-6 -4412) (-6 -4413) (-15 -1841 ($ (-768) |#1|)) (-15 -3559 ($ $ (-641 |#1|))) (-15 -3730 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -3730 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -2719 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -2719 ($ $ |#1| (-1 (-641 |#1|) |#1| |#1| |#1|)))))
-((-3463 ((|#3| |#2| |#2|) 35)) (-2004 ((|#1| |#2| |#2|) 52 (|has| |#1| (-6 (-4414 "*"))))) (-2161 ((|#3| |#2| |#2|) 37)) (-1857 ((|#1| |#2|) 57 (|has| |#1| (-6 (-4414 "*"))))))
-(((-104 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3463 (|#3| |#2| |#2|)) (-15 -2161 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4414 "*"))) (PROGN (-15 -2004 (|#1| |#2| |#2|)) (-15 -1857 (|#1| |#2|))) |%noBranch|)) (-1046) (-1235 |#1|) (-683 |#1| |#4| |#5|) (-373 |#1|) (-373 |#1|)) (T -104))
-((-1857 (*1 *2 *3) (-12 (|has| *2 (-6 (-4414 "*"))) (-4 *5 (-373 *2)) (-4 *6 (-373 *2)) (-4 *2 (-1046)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1235 *2)) (-4 *4 (-683 *2 *5 *6)))) (-2004 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4414 "*"))) (-4 *5 (-373 *2)) (-4 *6 (-373 *2)) (-4 *2 (-1046)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1235 *2)) (-4 *4 (-683 *2 *5 *6)))) (-2161 (*1 *2 *3 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-683 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1235 *4)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)))) (-3463 (*1 *2 *3 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-683 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1235 *4)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)))))
-(-10 -7 (-15 -3463 (|#3| |#2| |#2|)) (-15 -2161 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4414 "*"))) (PROGN (-15 -2004 (|#1| |#2| |#2|)) (-15 -1857 (|#1| |#2|))) |%noBranch|))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2521 (((-641 (-1170))) 37)) (-3826 (((-2 (|:| |zeros| (-1150 (-225))) (|:| |ones| (-1150 (-225))) (|:| |singularities| (-1150 (-225)))) (-1170)) 39)) (-2853 (((-112) $ $) NIL)))
-(((-105) (-13 (-1094) (-10 -7 (-15 -2521 ((-641 (-1170)))) (-15 -3826 ((-2 (|:| |zeros| (-1150 (-225))) (|:| |ones| (-1150 (-225))) (|:| |singularities| (-1150 (-225)))) (-1170))) (-6 -4412)))) (T -105))
-((-2521 (*1 *2) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-105)))) (-3826 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-2 (|:| |zeros| (-1150 (-225))) (|:| |ones| (-1150 (-225))) (|:| |singularities| (-1150 (-225))))) (-5 *1 (-105)))))
-(-13 (-1094) (-10 -7 (-15 -2521 ((-641 (-1170)))) (-15 -3826 ((-2 (|:| |zeros| (-1150 (-225))) (|:| |ones| (-1150 (-225))) (|:| |singularities| (-1150 (-225)))) (-1170))) (-6 -4412)))
-((-1959 (($ (-641 |#2|)) 11)))
-(((-106 |#1| |#2|) (-10 -8 (-15 -1959 (|#1| (-641 |#2|)))) (-107 |#2|) (-1209)) (T -106))
-NIL
-(-10 -8 (-15 -1959 (|#1| (-641 |#2|))))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) 8)) (-1692 (($) 7 T CONST)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 40)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) 42)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))) (-1702 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))))
+(-13 (-10 -8 (-15 -1702 ((-112) $ $)) (-15 -1817 ((-112) $ $))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1522 ((|#1| $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-2373 ((|#1| $ |#1|) 24 (|has| $ (-6 -4407)))) (-2127 (($ $ $) NIL (|has| $ (-6 -4407)))) (-1793 (($ $ $) NIL (|has| $ (-6 -4407)))) (-2638 (($ $ (-641 |#1|)) 34)) (-1970 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4407))) (($ $ "left" $) NIL (|has| $ (-6 -4407))) (($ $ "right" $) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-3777 (($ $) 12)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) NIL)) (-4376 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3675 (($ $ |#1| $) 36)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1858 ((|#1| $ (-1 |#1| |#1| |#1|)) 44) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 49)) (-4298 (($ $ |#1| (-1 |#1| |#1| |#1|)) 50) (($ $ |#1| (-1 (-641 |#1|) |#1| |#1| |#1|)) 53)) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-3766 (($ $) 11)) (-4119 (((-641 |#1|) $) NIL)) (-2033 (((-112) $) 13)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 9)) (-4012 (($) 35)) (-1350 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-4190 (((-564) $ $) NIL)) (-1899 (((-112) $) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) NIL)) (-2054 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3754 (($ (-768) |#1|) 37)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-103 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4406) (-6 -4407) (-15 -3754 ($ (-768) |#1|)) (-15 -2638 ($ $ (-641 |#1|))) (-15 -1858 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -1858 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -4298 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -4298 ($ $ |#1| (-1 (-641 |#1|) |#1| |#1| |#1|))))) (-1094)) (T -103))
+((-3754 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *1 (-103 *3)) (-4 *3 (-1094)))) (-2638 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-103 *3)))) (-1858 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1094)))) (-1858 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-103 *3)))) (-4298 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1094)) (-5 *1 (-103 *2)))) (-4298 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-641 *2) *2 *2 *2)) (-4 *2 (-1094)) (-5 *1 (-103 *2)))))
+(-13 (-125 |#1|) (-10 -8 (-6 -4406) (-6 -4407) (-15 -3754 ($ (-768) |#1|)) (-15 -2638 ($ $ (-641 |#1|))) (-15 -1858 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -1858 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -4298 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -4298 ($ $ |#1| (-1 (-641 |#1|) |#1| |#1| |#1|)))))
+((-4084 ((|#3| |#2| |#2|) 35)) (-1529 ((|#1| |#2| |#2|) 52 (|has| |#1| (-6 (-4408 "*"))))) (-3761 ((|#3| |#2| |#2|) 37)) (-2680 ((|#1| |#2|) 57 (|has| |#1| (-6 (-4408 "*"))))))
+(((-104 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4084 (|#3| |#2| |#2|)) (-15 -3761 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4408 "*"))) (PROGN (-15 -1529 (|#1| |#2| |#2|)) (-15 -2680 (|#1| |#2|))) |%noBranch|)) (-1046) (-1235 |#1|) (-683 |#1| |#4| |#5|) (-373 |#1|) (-373 |#1|)) (T -104))
+((-2680 (*1 *2 *3) (-12 (|has| *2 (-6 (-4408 "*"))) (-4 *5 (-373 *2)) (-4 *6 (-373 *2)) (-4 *2 (-1046)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1235 *2)) (-4 *4 (-683 *2 *5 *6)))) (-1529 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4408 "*"))) (-4 *5 (-373 *2)) (-4 *6 (-373 *2)) (-4 *2 (-1046)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1235 *2)) (-4 *4 (-683 *2 *5 *6)))) (-3761 (*1 *2 *3 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-683 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1235 *4)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)))) (-4084 (*1 *2 *3 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-683 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1235 *4)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)))))
+(-10 -7 (-15 -4084 (|#3| |#2| |#2|)) (-15 -3761 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4408 "*"))) (PROGN (-15 -1529 (|#1| |#2| |#2|)) (-15 -2680 (|#1| |#2|))) |%noBranch|))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-3054 (((-641 (-1170))) 37)) (-3451 (((-2 (|:| |zeros| (-1150 (-225))) (|:| |ones| (-1150 (-225))) (|:| |singularities| (-1150 (-225)))) (-1170)) 39)) (-1702 (((-112) $ $) NIL)))
+(((-105) (-13 (-1094) (-10 -7 (-15 -3054 ((-641 (-1170)))) (-15 -3451 ((-2 (|:| |zeros| (-1150 (-225))) (|:| |ones| (-1150 (-225))) (|:| |singularities| (-1150 (-225)))) (-1170))) (-6 -4406)))) (T -105))
+((-3054 (*1 *2) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-105)))) (-3451 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-2 (|:| |zeros| (-1150 (-225))) (|:| |ones| (-1150 (-225))) (|:| |singularities| (-1150 (-225))))) (-5 *1 (-105)))))
+(-13 (-1094) (-10 -7 (-15 -3054 ((-641 (-1170)))) (-15 -3451 ((-2 (|:| |zeros| (-1150 (-225))) (|:| |ones| (-1150 (-225))) (|:| |singularities| (-1150 (-225)))) (-1170))) (-6 -4406)))
+((-2321 (($ (-641 |#2|)) 11)))
+(((-106 |#1| |#2|) (-10 -8 (-15 -2321 (|#1| (-641 |#2|)))) (-107 |#2|) (-1209)) (T -106))
+NIL
+(-10 -8 (-15 -2321 (|#1| (-641 |#2|))))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) 8)) (-1778 (($) 7 T CONST)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 40)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) 42)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-107 |#1|) (-140) (-1209)) (T -107))
-((-1959 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-107 *3)))) (-2382 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209)))) (-3573 (*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209)))) (-4290 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209)))))
-(-13 (-489 |t#1|) (-10 -8 (-6 -4413) (-15 -1959 ($ (-641 |t#1|))) (-15 -2382 (|t#1| $)) (-15 -3573 ($ |t#1| $)) (-15 -4290 (|t#1| $))))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4137 (((-564) $) NIL (|has| (-564) (-307)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL (|has| (-564) (-817)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-564) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-564) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-564) (-1035 (-564))))) (-3437 (((-564) $) NIL) (((-1170) $) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-564) (-1035 (-564)))) (((-564) $) NIL (|has| (-564) (-1035 (-564))))) (-2668 (($ $ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-564) (-545)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2955 (((-112) $) NIL (|has| (-564) (-817)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-564) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-564) (-883 (-379))))) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL)) (-2654 (((-564) $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| (-564) (-1145)))) (-1515 (((-112) $) NIL (|has| (-564) (-817)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| (-564) (-847)))) (-2110 (($ (-1 (-564) (-564)) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-564) (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL (|has| (-564) (-307))) (((-407 (-564)) $) NIL)) (-4037 (((-564) $) NIL (|has| (-564) (-545)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3227 (($ $ (-641 (-564)) (-641 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-564) (-564)) NIL (|has| (-564) (-309 (-564)))) (($ $ (-294 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-294 (-564)))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-1170)) (-641 (-564))) NIL (|has| (-564) (-514 (-1170) (-564)))) (($ $ (-1170) (-564)) NIL (|has| (-564) (-514 (-1170) (-564))))) (-2358 (((-768) $) NIL)) (-2961 (($ $ (-564)) NIL (|has| (-564) (-286 (-564) (-564))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2173 (($ $) NIL)) (-2663 (((-564) $) NIL)) (-2153 (((-889 (-564)) $) NIL (|has| (-564) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-564) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-564) (-612 (-536)))) (((-379) $) NIL (|has| (-564) (-1019))) (((-225) $) NIL (|has| (-564) (-1019)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-564) (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) 8) (($ (-564)) NIL) (($ (-1170)) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL) (((-1001 2) $) 10)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| (-564) (-906))) (|has| (-564) (-145))))) (-1303 (((-768)) NIL T CONST)) (-2698 (((-564) $) NIL (|has| (-564) (-545)))) (-1374 (($ (-407 (-564))) 9)) (-1720 (((-112) $ $) NIL)) (-1699 (($ $) NIL (|has| (-564) (-817)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2920 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2880 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2983 (($ $ $) NIL) (($ (-564) (-564)) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-564) $) NIL) (($ $ (-564)) NIL)))
-(((-108) (-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 2)) (-10 -8 (-15 -1775 ((-407 (-564)) $)) (-15 -1374 ($ (-407 (-564))))))) (T -108))
-((-1775 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-108)))) (-1374 (*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-108)))))
-(-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 2)) (-10 -8 (-15 -1775 ((-407 (-564)) $)) (-15 -1374 ($ (-407 (-564))))))
-((-3041 (((-641 (-962)) $) 14)) (-2540 (((-1170) $) 10)) (-1721 (((-859) $) 23)) (-3585 (($ (-1170) (-641 (-962))) 15)))
-(((-109) (-13 (-611 (-859)) (-10 -8 (-15 -2540 ((-1170) $)) (-15 -3041 ((-641 (-962)) $)) (-15 -3585 ($ (-1170) (-641 (-962))))))) (T -109))
-((-2540 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-109)))) (-3041 (*1 *2 *1) (-12 (-5 *2 (-641 (-962))) (-5 *1 (-109)))) (-3585 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-962))) (-5 *1 (-109)))))
-(-13 (-611 (-859)) (-10 -8 (-15 -2540 ((-1170) $)) (-15 -3041 ((-641 (-962)) $)) (-15 -3585 ($ (-1170) (-641 (-962))))))
-((-1709 (((-112) $ $) NIL)) (-1917 (($ $) NIL)) (-2858 (($ $ $) NIL)) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) $) NIL (|has| (-112) (-847))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-1331 (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| (-112) (-847)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4413)))) (-3699 (($ $) NIL (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-1869 (((-112) $ (-1226 (-564)) (-112)) NIL (|has| $ (-6 -4413))) (((-112) $ (-564) (-112)) NIL (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-3813 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4412))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-3658 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-1452 (((-112) $ (-564) (-112)) NIL (|has| $ (-6 -4413)))) (-1379 (((-112) $ (-564)) NIL)) (-1317 (((-564) (-112) $ (-564)) NIL (|has| (-112) (-1094))) (((-564) (-112) $) NIL (|has| (-112) (-1094))) (((-564) (-1 (-112) (-112)) $) NIL)) (-1597 (((-641 (-112)) $) NIL (|has| $ (-6 -4412)))) (-2844 (($ $ $) NIL)) (-2819 (($ $) NIL)) (-2118 (($ $ $) NIL)) (-1585 (($ (-768) (-112)) 10)) (-4179 (($ $ $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL)) (-2057 (($ $ $) NIL (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-4317 (((-641 (-112)) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL)) (-1439 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-112) (-112) (-112)) $ $) NIL) (($ (-1 (-112) (-112)) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-3476 (($ $ $ (-564)) NIL) (($ (-112) $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 (((-112) $) NIL (|has| (-564) (-847)))) (-2061 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-1759 (($ $ (-112)) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-112)) (-641 (-112))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-294 (-112))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-641 (-294 (-112)))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-3111 (((-641 (-112)) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 (($ $ (-1226 (-564))) NIL) (((-112) $ (-564)) NIL) (((-112) $ (-564) (-112)) NIL)) (-3383 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-1292 (((-768) (-112) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094)))) (((-768) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4412)))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-112) (-612 (-536))))) (-1732 (($ (-641 (-112))) NIL)) (-2834 (($ (-641 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-1721 (((-859) $) NIL)) (-2584 (($ (-768) (-112)) 11)) (-2666 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4412)))) (-2832 (($ $ $) NIL)) (-1431 (($ $ $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-1417 (($ $ $) NIL)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-110) (-13 (-123) (-10 -8 (-15 -2584 ($ (-768) (-112)))))) (T -110))
-((-2584 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-112)) (-5 *1 (-110)))))
-(-13 (-123) (-10 -8 (-15 -2584 ($ (-768) (-112)))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23) (($ $ |#2|) 26)))
+((-2321 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-107 *3)))) (-4153 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209)))) (-2783 (*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209)))) (-2401 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209)))))
+(-13 (-489 |t#1|) (-10 -8 (-6 -4407) (-15 -2321 ($ (-641 |t#1|))) (-15 -4153 (|t#1| $)) (-15 -2783 ($ |t#1| $)) (-15 -2401 (|t#1| $))))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3423 (((-564) $) NIL (|has| (-564) (-307)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL (|has| (-564) (-817)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-564) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-564) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-564) (-1035 (-564))))) (-2237 (((-564) $) NIL) (((-1170) $) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-564) (-1035 (-564)))) (((-564) $) NIL (|has| (-564) (-1035 (-564))))) (-1449 (($ $ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-564) (-545)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1569 (((-112) $) NIL (|has| (-564) (-817)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-564) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-564) (-883 (-379))))) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL)) (-3678 (((-564) $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| (-564) (-1145)))) (-2607 (((-112) $) NIL (|has| (-564) (-817)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| (-564) (-847)))) (-2449 (($ (-1 (-564) (-564)) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-564) (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL (|has| (-564) (-307))) (((-407 (-564)) $) NIL)) (-1818 (((-564) $) NIL (|has| (-564) (-545)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2633 (($ $ (-641 (-564)) (-641 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-564) (-564)) NIL (|has| (-564) (-309 (-564)))) (($ $ (-294 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-294 (-564)))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-1170)) (-641 (-564))) NIL (|has| (-564) (-514 (-1170) (-564)))) (($ $ (-1170) (-564)) NIL (|has| (-564) (-514 (-1170) (-564))))) (-3920 (((-768) $) NIL)) (-1350 (($ $ (-564)) NIL (|has| (-564) (-286 (-564) (-564))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2644 (($ $) NIL)) (-3693 (((-564) $) NIL)) (-2511 (((-889 (-564)) $) NIL (|has| (-564) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-564) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-564) (-612 (-536)))) (((-379) $) NIL (|has| (-564) (-1019))) (((-225) $) NIL (|has| (-564) (-1019)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-564) (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) 8) (($ (-564)) NIL) (($ (-1170)) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL) (((-1001 2) $) 10)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| (-564) (-906))) (|has| (-564) (-145))))) (-2219 (((-768)) NIL T CONST)) (-4150 (((-564) $) NIL (|has| (-564) (-545)))) (-1603 (($ (-407 (-564))) 9)) (-3939 (((-112) $ $) NIL)) (-1849 (($ $) NIL (|has| (-564) (-817)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-1762 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1723 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1823 (($ $ $) NIL) (($ (-564) (-564)) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-564) $) NIL) (($ $ (-564)) NIL)))
+(((-108) (-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 2)) (-10 -8 (-15 -3191 ((-407 (-564)) $)) (-15 -1603 ($ (-407 (-564))))))) (T -108))
+((-3191 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-108)))) (-1603 (*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-108)))))
+(-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 2)) (-10 -8 (-15 -3191 ((-407 (-564)) $)) (-15 -1603 ($ (-407 (-564))))))
+((-1665 (((-641 (-962)) $) 14)) (-1316 (((-1170) $) 10)) (-1831 (((-859) $) 23)) (-2902 (($ (-1170) (-641 (-962))) 15)))
+(((-109) (-13 (-611 (-859)) (-10 -8 (-15 -1316 ((-1170) $)) (-15 -1665 ((-641 (-962)) $)) (-15 -2902 ($ (-1170) (-641 (-962))))))) (T -109))
+((-1316 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-109)))) (-1665 (*1 *2 *1) (-12 (-5 *2 (-641 (-962))) (-5 *1 (-109)))) (-2902 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-962))) (-5 *1 (-109)))))
+(-13 (-611 (-859)) (-10 -8 (-15 -1316 ((-1170) $)) (-15 -1665 ((-641 (-962)) $)) (-15 -2902 ($ (-1170) (-641 (-962))))))
+((-1817 (((-112) $ $) NIL)) (-1644 (($ $) NIL)) (-4366 (($ $ $) NIL)) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) $) NIL (|has| (-112) (-847))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-2573 (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| (-112) (-847)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4407)))) (-2861 (($ $) NIL (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-1970 (((-112) $ (-1226 (-564)) (-112)) NIL (|has| $ (-6 -4407))) (((-112) $ (-564) (-112)) NIL (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-2576 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4406))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-1988 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-2261 (((-112) $ (-564) (-112)) NIL (|has| $ (-6 -4407)))) (-2190 (((-112) $ (-564)) NIL)) (-3360 (((-564) (-112) $ (-564)) NIL (|has| (-112) (-1094))) (((-564) (-112) $) NIL (|has| (-112) (-1094))) (((-564) (-1 (-112) (-112)) $) NIL)) (-1433 (((-641 (-112)) $) NIL (|has| $ (-6 -4406)))) (-4358 (($ $ $) NIL)) (-4338 (($ $) NIL)) (-3311 (($ $ $) NIL)) (-3654 (($ (-768) (-112)) 10)) (-3842 (($ $ $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL)) (-3956 (($ $ $) NIL (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-2640 (((-641 (-112)) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL)) (-2250 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-112) (-112) (-112)) $ $) NIL) (($ (-1 (-112) (-112)) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-3652 (($ $ $ (-564)) NIL) (($ (-112) $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 (((-112) $) NIL (|has| (-564) (-847)))) (-3995 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-4253 (($ $ (-112)) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-112)) (-641 (-112))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-294 (-112))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-641 (-294 (-112)))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-1794 (((-641 (-112)) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 (($ $ (-1226 (-564))) NIL) (((-112) $ (-564)) NIL) (((-112) $ (-564) (-112)) NIL)) (-2126 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-2791 (((-768) (-112) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094)))) (((-768) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4406)))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-112) (-612 (-536))))) (-1842 (($ (-641 (-112))) NIL)) (-3043 (($ (-641 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-1831 (((-859) $) NIL)) (-2432 (($ (-768) (-112)) 11)) (-1963 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4406)))) (-4348 (($ $ $) NIL)) (-3705 (($ $ $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-3694 (($ $ $) NIL)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-110) (-13 (-123) (-10 -8 (-15 -2432 ($ (-768) (-112)))))) (T -110))
+((-2432 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-112)) (-5 *1 (-110)))))
+(-13 (-123) (-10 -8 (-15 -2432 ($ (-768) (-112)))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23) (($ $ |#2|) 26)))
(((-111 |#1| |#2|) (-140) (-1046) (-1046)) (T -111))
NIL
-(-13 (-644 |t#1|) (-1052 |t#2|) (-10 -7 (-6 -4407) (-6 -4406)))
+(-13 (-644 |t#1|) (-1052 |t#2|) (-10 -7 (-6 -4401) (-6 -4400)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-1052 |#2|) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-1917 (($ $) 13)) (-2858 (($ $ $) 18)) (-2072 (($) 7 T CONST)) (-2010 (($ $) 6)) (-1860 (((-768)) 26)) (-3746 (($) 34)) (-2844 (($ $ $) 16)) (-2819 (($ $) 9)) (-2118 (($ $ $) 19)) (-4179 (($ $ $) 20)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-2981 (((-918) $) 32)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) 30)) (-1551 (($ $ $) 22)) (-4382 (((-1114) $) NIL)) (-3391 (($) 8 T CONST)) (-3468 (($ $ $) 23)) (-2153 (((-536) $) 36)) (-1721 (((-859) $) 38)) (-2832 (($ $ $) 14)) (-1431 (($ $ $) 17)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 21)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 24)) (-1417 (($ $ $) 15)))
-(((-112) (-13 (-841) (-657) (-964) (-612 (-536)) (-10 -8 (-15 -2072 ($) -1367) (-15 -3391 ($) -1367) (-15 -2858 ($ $ $)) (-15 -4179 ($ $ $)) (-15 -2118 ($ $ $)) (-15 -2010 ($ $))))) (T -112))
-((-2072 (*1 *1) (-5 *1 (-112))) (-3391 (*1 *1) (-5 *1 (-112))) (-2858 (*1 *1 *1 *1) (-5 *1 (-112))) (-4179 (*1 *1 *1 *1) (-5 *1 (-112))) (-2118 (*1 *1 *1 *1) (-5 *1 (-112))) (-2010 (*1 *1 *1) (-5 *1 (-112))))
-(-13 (-841) (-657) (-964) (-612 (-536)) (-10 -8 (-15 -2072 ($) -1367) (-15 -3391 ($) -1367) (-15 -2858 ($ $ $)) (-15 -4179 ($ $ $)) (-15 -2118 ($ $ $)) (-15 -2010 ($ $))))
-((-2862 (((-3 (-1 |#1| (-641 |#1|)) "failed") (-114)) 19) (((-114) (-114) (-1 |#1| |#1|)) 13) (((-114) (-114) (-1 |#1| (-641 |#1|))) 11) (((-3 |#1| "failed") (-114) (-641 |#1|)) 21)) (-1979 (((-3 (-641 (-1 |#1| (-641 |#1|))) "failed") (-114)) 25) (((-114) (-114) (-1 |#1| |#1|)) 30) (((-114) (-114) (-641 (-1 |#1| (-641 |#1|)))) 26)) (-4334 (((-114) |#1|) 56 (|has| |#1| (-847)))) (-1893 (((-3 |#1| "failed") (-114)) 50 (|has| |#1| (-847)))))
-(((-113 |#1|) (-10 -7 (-15 -2862 ((-3 |#1| "failed") (-114) (-641 |#1|))) (-15 -2862 ((-114) (-114) (-1 |#1| (-641 |#1|)))) (-15 -2862 ((-114) (-114) (-1 |#1| |#1|))) (-15 -2862 ((-3 (-1 |#1| (-641 |#1|)) "failed") (-114))) (-15 -1979 ((-114) (-114) (-641 (-1 |#1| (-641 |#1|))))) (-15 -1979 ((-114) (-114) (-1 |#1| |#1|))) (-15 -1979 ((-3 (-641 (-1 |#1| (-641 |#1|))) "failed") (-114))) (IF (|has| |#1| (-847)) (PROGN (-15 -4334 ((-114) |#1|)) (-15 -1893 ((-3 |#1| "failed") (-114)))) |%noBranch|)) (-1094)) (T -113))
-((-1893 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-4 *2 (-1094)) (-4 *2 (-847)) (-5 *1 (-113 *2)))) (-4334 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-113 *3)) (-4 *3 (-847)) (-4 *3 (-1094)))) (-1979 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-641 (-1 *4 (-641 *4)))) (-5 *1 (-113 *4)) (-4 *4 (-1094)))) (-1979 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1094)) (-5 *1 (-113 *4)))) (-1979 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 (-1 *4 (-641 *4)))) (-4 *4 (-1094)) (-5 *1 (-113 *4)))) (-2862 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-1 *4 (-641 *4))) (-5 *1 (-113 *4)) (-4 *4 (-1094)))) (-2862 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1094)) (-5 *1 (-113 *4)))) (-2862 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 (-641 *4))) (-4 *4 (-1094)) (-5 *1 (-113 *4)))) (-2862 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-641 *2)) (-5 *1 (-113 *2)) (-4 *2 (-1094)))))
-(-10 -7 (-15 -2862 ((-3 |#1| "failed") (-114) (-641 |#1|))) (-15 -2862 ((-114) (-114) (-1 |#1| (-641 |#1|)))) (-15 -2862 ((-114) (-114) (-1 |#1| |#1|))) (-15 -2862 ((-3 (-1 |#1| (-641 |#1|)) "failed") (-114))) (-15 -1979 ((-114) (-114) (-641 (-1 |#1| (-641 |#1|))))) (-15 -1979 ((-114) (-114) (-1 |#1| |#1|))) (-15 -1979 ((-3 (-641 (-1 |#1| (-641 |#1|))) "failed") (-114))) (IF (|has| |#1| (-847)) (PROGN (-15 -4334 ((-114) |#1|)) (-15 -1893 ((-3 |#1| "failed") (-114)))) |%noBranch|))
-((-1709 (((-112) $ $) NIL)) (-2076 (((-768) $) 86) (($ $ (-768)) 37)) (-3582 (((-112) $) 41)) (-3828 (($ $ (-1152) (-771)) 33) (($ $ (-506) (-771)) 58)) (-1706 (($ $ (-45 (-1152) (-771))) 16)) (-2304 (((-3 (-771) "failed") $ (-1152)) 27) (((-687 (-771)) $ (-506)) 32)) (-3041 (((-45 (-1152) (-771)) $) 15)) (-2984 (($ (-1170)) 20) (($ (-1170) (-768)) 23) (($ (-1170) (-55)) 24)) (-2390 (((-112) $) 39)) (-3549 (((-112) $) 43)) (-2540 (((-1170) $) 8)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-2631 (((-112) $ (-1170)) 11)) (-2219 (($ $ (-1 (-536) (-641 (-536)))) 64) (((-3 (-1 (-536) (-641 (-536))) "failed") $) 68)) (-4382 (((-1114) $) NIL)) (-4098 (((-112) $ (-1152)) 36)) (-3563 (($ $ (-1 (-112) $ $)) 45)) (-2170 (((-3 (-1 (-859) (-641 (-859))) "failed") $) 66) (($ $ (-1 (-859) (-641 (-859)))) 51) (($ $ (-1 (-859) (-859))) 53)) (-3685 (($ $ (-1152)) 55) (($ $ (-506)) 56)) (-1892 (($ $) 74)) (-4045 (($ $ (-1 (-112) $ $)) 46)) (-1721 (((-859) $) 60)) (-2644 (($ $ (-1152)) 34)) (-1627 (((-55) $) 69)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 84)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 97)))
-(((-114) (-13 (-847) (-832 (-1170)) (-10 -8 (-15 -3041 ((-45 (-1152) (-771)) $)) (-15 -1892 ($ $)) (-15 -2984 ($ (-1170))) (-15 -2984 ($ (-1170) (-768))) (-15 -2984 ($ (-1170) (-55))) (-15 -2390 ((-112) $)) (-15 -3582 ((-112) $)) (-15 -3549 ((-112) $)) (-15 -2076 ((-768) $)) (-15 -2076 ($ $ (-768))) (-15 -3563 ($ $ (-1 (-112) $ $))) (-15 -4045 ($ $ (-1 (-112) $ $))) (-15 -2170 ((-3 (-1 (-859) (-641 (-859))) "failed") $)) (-15 -2170 ($ $ (-1 (-859) (-641 (-859))))) (-15 -2170 ($ $ (-1 (-859) (-859)))) (-15 -2219 ($ $ (-1 (-536) (-641 (-536))))) (-15 -2219 ((-3 (-1 (-536) (-641 (-536))) "failed") $)) (-15 -2631 ((-112) $ (-1170))) (-15 -4098 ((-112) $ (-1152))) (-15 -2644 ($ $ (-1152))) (-15 -3685 ($ $ (-1152))) (-15 -3685 ($ $ (-506))) (-15 -2304 ((-3 (-771) "failed") $ (-1152))) (-15 -2304 ((-687 (-771)) $ (-506))) (-15 -3828 ($ $ (-1152) (-771))) (-15 -3828 ($ $ (-506) (-771))) (-15 -1706 ($ $ (-45 (-1152) (-771))))))) (T -114))
-((-3041 (*1 *2 *1) (-12 (-5 *2 (-45 (-1152) (-771))) (-5 *1 (-114)))) (-1892 (*1 *1 *1) (-5 *1 (-114))) (-2984 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-114)))) (-2984 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-768)) (-5 *1 (-114)))) (-2984 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-55)) (-5 *1 (-114)))) (-2390 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-3582 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-3549 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-2076 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-114)))) (-2076 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-114)))) (-3563 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))) (-4045 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))) (-2170 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-859) (-641 (-859)))) (-5 *1 (-114)))) (-2170 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-859) (-641 (-859)))) (-5 *1 (-114)))) (-2170 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-859) (-859))) (-5 *1 (-114)))) (-2219 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-536) (-641 (-536)))) (-5 *1 (-114)))) (-2219 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-536) (-641 (-536)))) (-5 *1 (-114)))) (-2631 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-112)) (-5 *1 (-114)))) (-4098 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-114)))) (-2644 (*1 *1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-114)))) (-3685 (*1 *1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-114)))) (-3685 (*1 *1 *1 *2) (-12 (-5 *2 (-506)) (-5 *1 (-114)))) (-2304 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1152)) (-5 *2 (-771)) (-5 *1 (-114)))) (-2304 (*1 *2 *1 *3) (-12 (-5 *3 (-506)) (-5 *2 (-687 (-771))) (-5 *1 (-114)))) (-3828 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-771)) (-5 *1 (-114)))) (-3828 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-771)) (-5 *1 (-114)))) (-1706 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1152) (-771))) (-5 *1 (-114)))))
-(-13 (-847) (-832 (-1170)) (-10 -8 (-15 -3041 ((-45 (-1152) (-771)) $)) (-15 -1892 ($ $)) (-15 -2984 ($ (-1170))) (-15 -2984 ($ (-1170) (-768))) (-15 -2984 ($ (-1170) (-55))) (-15 -2390 ((-112) $)) (-15 -3582 ((-112) $)) (-15 -3549 ((-112) $)) (-15 -2076 ((-768) $)) (-15 -2076 ($ $ (-768))) (-15 -3563 ($ $ (-1 (-112) $ $))) (-15 -4045 ($ $ (-1 (-112) $ $))) (-15 -2170 ((-3 (-1 (-859) (-641 (-859))) "failed") $)) (-15 -2170 ($ $ (-1 (-859) (-641 (-859))))) (-15 -2170 ($ $ (-1 (-859) (-859)))) (-15 -2219 ($ $ (-1 (-536) (-641 (-536))))) (-15 -2219 ((-3 (-1 (-536) (-641 (-536))) "failed") $)) (-15 -2631 ((-112) $ (-1170))) (-15 -4098 ((-112) $ (-1152))) (-15 -2644 ($ $ (-1152))) (-15 -3685 ($ $ (-1152))) (-15 -3685 ($ $ (-506))) (-15 -2304 ((-3 (-771) "failed") $ (-1152))) (-15 -2304 ((-687 (-771)) $ (-506))) (-15 -3828 ($ $ (-1152) (-771))) (-15 -3828 ($ $ (-506) (-771))) (-15 -1706 ($ $ (-45 (-1152) (-771))))))
-((-3661 (((-564) |#2|) 41)))
-(((-115 |#1| |#2|) (-10 -7 (-15 -3661 ((-564) |#2|))) (-13 (-363) (-1035 (-407 (-564)))) (-1235 |#1|)) (T -115))
-((-3661 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-1035 (-407 *2)))) (-5 *2 (-564)) (-5 *1 (-115 *4 *3)) (-4 *3 (-1235 *4)))))
-(-10 -7 (-15 -3661 ((-564) |#2|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4029 (($ $ (-564)) NIL)) (-1817 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-2722 (($ (-1166 (-564)) (-564)) NIL)) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-1546 (($ $) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2887 (((-768) $) NIL)) (-3282 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4347 (((-564)) NIL)) (-2650 (((-564) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3450 (($ $ (-564)) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-4291 (((-1150 (-564)) $) NIL)) (-4072 (($ $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL)) (-1303 (((-768)) NIL T CONST)) (-1720 (((-112) $ $) NIL)) (-4124 (((-564) $ (-564)) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-1644 (($ $) 13)) (-4366 (($ $ $) 18)) (-3955 (($) 7 T CONST)) (-3004 (($ $) 6)) (-3267 (((-768)) 26)) (-2900 (($) 34)) (-4358 (($ $ $) 16)) (-4338 (($ $) 9)) (-3311 (($ $ $) 19)) (-3842 (($ $ $) 20)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-1811 (((-918) $) 32)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) 30)) (-2957 (($ $ $) 22)) (-2780 (((-1114) $) NIL)) (-2788 (($) 8 T CONST)) (-4134 (($ $ $) 23)) (-2511 (((-536) $) 36)) (-1831 (((-859) $) 38)) (-4348 (($ $ $) 14)) (-3705 (($ $ $) 17)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 21)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 24)) (-3694 (($ $ $) 15)))
+(((-112) (-13 (-841) (-657) (-964) (-612 (-536)) (-10 -8 (-15 -3955 ($) -1809) (-15 -2788 ($) -1809) (-15 -4366 ($ $ $)) (-15 -3842 ($ $ $)) (-15 -3311 ($ $ $)) (-15 -3004 ($ $))))) (T -112))
+((-3955 (*1 *1) (-5 *1 (-112))) (-2788 (*1 *1) (-5 *1 (-112))) (-4366 (*1 *1 *1 *1) (-5 *1 (-112))) (-3842 (*1 *1 *1 *1) (-5 *1 (-112))) (-3311 (*1 *1 *1 *1) (-5 *1 (-112))) (-3004 (*1 *1 *1) (-5 *1 (-112))))
+(-13 (-841) (-657) (-964) (-612 (-536)) (-10 -8 (-15 -3955 ($) -1809) (-15 -2788 ($) -1809) (-15 -4366 ($ $ $)) (-15 -3842 ($ $ $)) (-15 -3311 ($ $ $)) (-15 -3004 ($ $))))
+((-3157 (((-3 (-1 |#1| (-641 |#1|)) "failed") (-114)) 19) (((-114) (-114) (-1 |#1| |#1|)) 13) (((-114) (-114) (-1 |#1| (-641 |#1|))) 11) (((-3 |#1| "failed") (-114) (-641 |#1|)) 21)) (-4379 (((-3 (-641 (-1 |#1| (-641 |#1|))) "failed") (-114)) 25) (((-114) (-114) (-1 |#1| |#1|)) 30) (((-114) (-114) (-641 (-1 |#1| (-641 |#1|)))) 26)) (-1554 (((-114) |#1|) 56 (|has| |#1| (-847)))) (-2981 (((-3 |#1| "failed") (-114)) 50 (|has| |#1| (-847)))))
+(((-113 |#1|) (-10 -7 (-15 -3157 ((-3 |#1| "failed") (-114) (-641 |#1|))) (-15 -3157 ((-114) (-114) (-1 |#1| (-641 |#1|)))) (-15 -3157 ((-114) (-114) (-1 |#1| |#1|))) (-15 -3157 ((-3 (-1 |#1| (-641 |#1|)) "failed") (-114))) (-15 -4379 ((-114) (-114) (-641 (-1 |#1| (-641 |#1|))))) (-15 -4379 ((-114) (-114) (-1 |#1| |#1|))) (-15 -4379 ((-3 (-641 (-1 |#1| (-641 |#1|))) "failed") (-114))) (IF (|has| |#1| (-847)) (PROGN (-15 -1554 ((-114) |#1|)) (-15 -2981 ((-3 |#1| "failed") (-114)))) |%noBranch|)) (-1094)) (T -113))
+((-2981 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-4 *2 (-1094)) (-4 *2 (-847)) (-5 *1 (-113 *2)))) (-1554 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-113 *3)) (-4 *3 (-847)) (-4 *3 (-1094)))) (-4379 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-641 (-1 *4 (-641 *4)))) (-5 *1 (-113 *4)) (-4 *4 (-1094)))) (-4379 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1094)) (-5 *1 (-113 *4)))) (-4379 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 (-1 *4 (-641 *4)))) (-4 *4 (-1094)) (-5 *1 (-113 *4)))) (-3157 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-1 *4 (-641 *4))) (-5 *1 (-113 *4)) (-4 *4 (-1094)))) (-3157 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1094)) (-5 *1 (-113 *4)))) (-3157 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 (-641 *4))) (-4 *4 (-1094)) (-5 *1 (-113 *4)))) (-3157 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-641 *2)) (-5 *1 (-113 *2)) (-4 *2 (-1094)))))
+(-10 -7 (-15 -3157 ((-3 |#1| "failed") (-114) (-641 |#1|))) (-15 -3157 ((-114) (-114) (-1 |#1| (-641 |#1|)))) (-15 -3157 ((-114) (-114) (-1 |#1| |#1|))) (-15 -3157 ((-3 (-1 |#1| (-641 |#1|)) "failed") (-114))) (-15 -4379 ((-114) (-114) (-641 (-1 |#1| (-641 |#1|))))) (-15 -4379 ((-114) (-114) (-1 |#1| |#1|))) (-15 -4379 ((-3 (-641 (-1 |#1| (-641 |#1|))) "failed") (-114))) (IF (|has| |#1| (-847)) (PROGN (-15 -1554 ((-114) |#1|)) (-15 -2981 ((-3 |#1| "failed") (-114)))) |%noBranch|))
+((-1817 (((-112) $ $) NIL)) (-4129 (((-768) $) 86) (($ $ (-768)) 37)) (-2872 (((-112) $) 41)) (-3471 (($ $ (-1152) (-771)) 33) (($ $ (-506) (-771)) 58)) (-3821 (($ $ (-45 (-1152) (-771))) 16)) (-2483 (((-3 (-771) "failed") $ (-1152)) 27) (((-687 (-771)) $ (-506)) 32)) (-1665 (((-45 (-1152) (-771)) $) 15)) (-1841 (($ (-1170)) 20) (($ (-1170) (-768)) 23) (($ (-1170) (-55)) 24)) (-4211 (((-112) $) 39)) (-3769 (((-112) $) 43)) (-1316 (((-1170) $) 8)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-1657 (((-112) $ (-1170)) 11)) (-3763 (($ $ (-1 (-536) (-641 (-536)))) 64) (((-3 (-1 (-536) (-641 (-536))) "failed") $) 68)) (-2780 (((-1114) $) NIL)) (-4245 (((-112) $ (-1152)) 36)) (-2669 (($ $ (-1 (-112) $ $)) 45)) (-3712 (((-3 (-1 (-859) (-641 (-859))) "failed") $) 66) (($ $ (-1 (-859) (-641 (-859)))) 51) (($ $ (-1 (-859) (-859))) 53)) (-1399 (($ $ (-1152)) 55) (($ $ (-506)) 56)) (-1991 (($ $) 74)) (-1884 (($ $ (-1 (-112) $ $)) 46)) (-1831 (((-859) $) 60)) (-2058 (($ $ (-1152)) 34)) (-2450 (((-55) $) 69)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 84)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 97)))
+(((-114) (-13 (-847) (-832 (-1170)) (-10 -8 (-15 -1665 ((-45 (-1152) (-771)) $)) (-15 -1991 ($ $)) (-15 -1841 ($ (-1170))) (-15 -1841 ($ (-1170) (-768))) (-15 -1841 ($ (-1170) (-55))) (-15 -4211 ((-112) $)) (-15 -2872 ((-112) $)) (-15 -3769 ((-112) $)) (-15 -4129 ((-768) $)) (-15 -4129 ($ $ (-768))) (-15 -2669 ($ $ (-1 (-112) $ $))) (-15 -1884 ($ $ (-1 (-112) $ $))) (-15 -3712 ((-3 (-1 (-859) (-641 (-859))) "failed") $)) (-15 -3712 ($ $ (-1 (-859) (-641 (-859))))) (-15 -3712 ($ $ (-1 (-859) (-859)))) (-15 -3763 ($ $ (-1 (-536) (-641 (-536))))) (-15 -3763 ((-3 (-1 (-536) (-641 (-536))) "failed") $)) (-15 -1657 ((-112) $ (-1170))) (-15 -4245 ((-112) $ (-1152))) (-15 -2058 ($ $ (-1152))) (-15 -1399 ($ $ (-1152))) (-15 -1399 ($ $ (-506))) (-15 -2483 ((-3 (-771) "failed") $ (-1152))) (-15 -2483 ((-687 (-771)) $ (-506))) (-15 -3471 ($ $ (-1152) (-771))) (-15 -3471 ($ $ (-506) (-771))) (-15 -3821 ($ $ (-45 (-1152) (-771))))))) (T -114))
+((-1665 (*1 *2 *1) (-12 (-5 *2 (-45 (-1152) (-771))) (-5 *1 (-114)))) (-1991 (*1 *1 *1) (-5 *1 (-114))) (-1841 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-114)))) (-1841 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-768)) (-5 *1 (-114)))) (-1841 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-55)) (-5 *1 (-114)))) (-4211 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-2872 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-3769 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-4129 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-114)))) (-4129 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-114)))) (-2669 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))) (-1884 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))) (-3712 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-859) (-641 (-859)))) (-5 *1 (-114)))) (-3712 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-859) (-641 (-859)))) (-5 *1 (-114)))) (-3712 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-859) (-859))) (-5 *1 (-114)))) (-3763 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-536) (-641 (-536)))) (-5 *1 (-114)))) (-3763 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-536) (-641 (-536)))) (-5 *1 (-114)))) (-1657 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-112)) (-5 *1 (-114)))) (-4245 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-114)))) (-2058 (*1 *1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-114)))) (-1399 (*1 *1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-114)))) (-1399 (*1 *1 *1 *2) (-12 (-5 *2 (-506)) (-5 *1 (-114)))) (-2483 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1152)) (-5 *2 (-771)) (-5 *1 (-114)))) (-2483 (*1 *2 *1 *3) (-12 (-5 *3 (-506)) (-5 *2 (-687 (-771))) (-5 *1 (-114)))) (-3471 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-771)) (-5 *1 (-114)))) (-3471 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-771)) (-5 *1 (-114)))) (-3821 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1152) (-771))) (-5 *1 (-114)))))
+(-13 (-847) (-832 (-1170)) (-10 -8 (-15 -1665 ((-45 (-1152) (-771)) $)) (-15 -1991 ($ $)) (-15 -1841 ($ (-1170))) (-15 -1841 ($ (-1170) (-768))) (-15 -1841 ($ (-1170) (-55))) (-15 -4211 ((-112) $)) (-15 -2872 ((-112) $)) (-15 -3769 ((-112) $)) (-15 -4129 ((-768) $)) (-15 -4129 ($ $ (-768))) (-15 -2669 ($ $ (-1 (-112) $ $))) (-15 -1884 ($ $ (-1 (-112) $ $))) (-15 -3712 ((-3 (-1 (-859) (-641 (-859))) "failed") $)) (-15 -3712 ($ $ (-1 (-859) (-641 (-859))))) (-15 -3712 ($ $ (-1 (-859) (-859)))) (-15 -3763 ($ $ (-1 (-536) (-641 (-536))))) (-15 -3763 ((-3 (-1 (-536) (-641 (-536))) "failed") $)) (-15 -1657 ((-112) $ (-1170))) (-15 -4245 ((-112) $ (-1152))) (-15 -2058 ($ $ (-1152))) (-15 -1399 ($ $ (-1152))) (-15 -1399 ($ $ (-506))) (-15 -2483 ((-3 (-771) "failed") $ (-1152))) (-15 -2483 ((-687 (-771)) $ (-506))) (-15 -3471 ($ $ (-1152) (-771))) (-15 -3471 ($ $ (-506) (-771))) (-15 -3821 ($ $ (-45 (-1152) (-771))))))
+((-2390 (((-564) |#2|) 41)))
+(((-115 |#1| |#2|) (-10 -7 (-15 -2390 ((-564) |#2|))) (-13 (-363) (-1035 (-407 (-564)))) (-1235 |#1|)) (T -115))
+((-2390 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-1035 (-407 *2)))) (-5 *2 (-564)) (-5 *1 (-115 *4 *3)) (-4 *3 (-1235 *4)))))
+(-10 -7 (-15 -2390 ((-564) |#2|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3083 (($ $ (-564)) NIL)) (-3554 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-4317 (($ (-1166 (-564)) (-564)) NIL)) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2905 (($ $) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-2155 (((-768) $) NIL)) (-2949 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1691 (((-564)) NIL)) (-1822 (((-564) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3951 (($ $ (-564)) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-2422 (((-1150 (-564)) $) NIL)) (-4037 (($ $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL)) (-2219 (((-768)) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-2508 (((-564) $ (-564)) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL)))
(((-116 |#1|) (-866 |#1|) (-564)) (T -116))
NIL
(-866 |#1|)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4137 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-307)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-116 |#1|) (-906)))) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-116 |#1|) (-906)))) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL (|has| (-116 |#1|) (-817)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-116 |#1|) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-116 |#1|) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-116 |#1|) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-116 |#1|) (-1035 (-564))))) (-3437 (((-116 |#1|) $) NIL) (((-1170) $) NIL (|has| (-116 |#1|) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-116 |#1|) (-1035 (-564)))) (((-564) $) NIL (|has| (-116 |#1|) (-1035 (-564))))) (-3532 (($ $) NIL) (($ (-564) $) NIL)) (-2668 (($ $ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| (-116 |#1|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-116 |#1|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-116 |#1|))) (|:| |vec| (-1259 (-116 |#1|)))) (-685 $) (-1259 $)) NIL) (((-685 (-116 |#1|)) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-116 |#1|) (-545)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2955 (((-112) $) NIL (|has| (-116 |#1|) (-817)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-116 |#1|) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-116 |#1|) (-883 (-379))))) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL)) (-2654 (((-116 |#1|) $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| (-116 |#1|) (-1145)))) (-1515 (((-112) $) NIL (|has| (-116 |#1|) (-817)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL (|has| (-116 |#1|) (-847)))) (-1650 (($ $ $) NIL (|has| (-116 |#1|) (-847)))) (-2110 (($ (-1 (-116 |#1|) (-116 |#1|)) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-116 |#1|) (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL (|has| (-116 |#1|) (-307)))) (-4037 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-545)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-116 |#1|) (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-116 |#1|) (-906)))) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3227 (($ $ (-641 (-116 |#1|)) (-641 (-116 |#1|))) NIL (|has| (-116 |#1|) (-309 (-116 |#1|)))) (($ $ (-116 |#1|) (-116 |#1|)) NIL (|has| (-116 |#1|) (-309 (-116 |#1|)))) (($ $ (-294 (-116 |#1|))) NIL (|has| (-116 |#1|) (-309 (-116 |#1|)))) (($ $ (-641 (-294 (-116 |#1|)))) NIL (|has| (-116 |#1|) (-309 (-116 |#1|)))) (($ $ (-641 (-1170)) (-641 (-116 |#1|))) NIL (|has| (-116 |#1|) (-514 (-1170) (-116 |#1|)))) (($ $ (-1170) (-116 |#1|)) NIL (|has| (-116 |#1|) (-514 (-1170) (-116 |#1|))))) (-2358 (((-768) $) NIL)) (-2961 (($ $ (-116 |#1|)) NIL (|has| (-116 |#1|) (-286 (-116 |#1|) (-116 |#1|))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $) NIL (|has| (-116 |#1|) (-233))) (($ $ (-768)) NIL (|has| (-116 |#1|) (-233))) (($ $ (-1170)) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-1 (-116 |#1|) (-116 |#1|)) (-768)) NIL) (($ $ (-1 (-116 |#1|) (-116 |#1|))) NIL)) (-2173 (($ $) NIL)) (-2663 (((-116 |#1|) $) NIL)) (-2153 (((-889 (-564)) $) NIL (|has| (-116 |#1|) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-116 |#1|) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-116 |#1|) (-612 (-536)))) (((-379) $) NIL (|has| (-116 |#1|) (-1019))) (((-225) $) NIL (|has| (-116 |#1|) (-1019)))) (-2408 (((-174 (-407 (-564))) $) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-116 |#1|) (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-116 |#1|)) NIL) (($ (-1170)) NIL (|has| (-116 |#1|) (-1035 (-1170))))) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| (-116 |#1|) (-906))) (|has| (-116 |#1|) (-145))))) (-1303 (((-768)) NIL T CONST)) (-2698 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-545)))) (-1720 (((-112) $ $) NIL)) (-4124 (((-407 (-564)) $ (-564)) NIL)) (-1699 (($ $) NIL (|has| (-116 |#1|) (-817)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $) NIL (|has| (-116 |#1|) (-233))) (($ $ (-768)) NIL (|has| (-116 |#1|) (-233))) (($ $ (-1170)) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-1 (-116 |#1|) (-116 |#1|)) (-768)) NIL) (($ $ (-1 (-116 |#1|) (-116 |#1|))) NIL)) (-2920 (((-112) $ $) NIL (|has| (-116 |#1|) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-116 |#1|) (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| (-116 |#1|) (-847)))) (-2880 (((-112) $ $) NIL (|has| (-116 |#1|) (-847)))) (-2983 (($ $ $) NIL) (($ (-116 |#1|) (-116 |#1|)) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-116 |#1|) $) NIL) (($ $ (-116 |#1|)) NIL)))
-(((-117 |#1|) (-13 (-989 (-116 |#1|)) (-10 -8 (-15 -4124 ((-407 (-564)) $ (-564))) (-15 -2408 ((-174 (-407 (-564))) $)) (-15 -3532 ($ $)) (-15 -3532 ($ (-564) $)))) (-564)) (T -117))
-((-4124 (*1 *2 *1 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-117 *4)) (-14 *4 *3) (-5 *3 (-564)))) (-2408 (*1 *2 *1) (-12 (-5 *2 (-174 (-407 (-564)))) (-5 *1 (-117 *3)) (-14 *3 (-564)))) (-3532 (*1 *1 *1) (-12 (-5 *1 (-117 *2)) (-14 *2 (-564)))) (-3532 (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-117 *3)) (-14 *3 *2))))
-(-13 (-989 (-116 |#1|)) (-10 -8 (-15 -4124 ((-407 (-564)) $ (-564))) (-15 -2408 ((-174 (-407 (-564))) $)) (-15 -3532 ($ $)) (-15 -3532 ($ (-564) $))))
-((-1869 ((|#2| $ "value" |#2|) NIL) (($ $ "left" $) 60) (($ $ "right" $) 62)) (-3610 (((-641 $) $) 31)) (-3496 (((-112) $ $) 36)) (-3983 (((-112) |#2| $) 40)) (-1939 (((-641 |#2|) $) 25)) (-2545 (((-112) $) 18)) (-2961 ((|#2| $ "value") NIL) (($ $ "left") 10) (($ $ "right") 13)) (-3735 (((-112) $) 57)) (-1721 (((-859) $) 47)) (-2202 (((-641 $) $) 32)) (-2853 (((-112) $ $) 38)) (-3435 (((-768) $) 50)))
-(((-118 |#1| |#2|) (-10 -8 (-15 -1721 ((-859) |#1|)) (-15 -1869 (|#1| |#1| "right" |#1|)) (-15 -1869 (|#1| |#1| "left" |#1|)) (-15 -2961 (|#1| |#1| "right")) (-15 -2961 (|#1| |#1| "left")) (-15 -1869 (|#2| |#1| "value" |#2|)) (-15 -3496 ((-112) |#1| |#1|)) (-15 -1939 ((-641 |#2|) |#1|)) (-15 -3735 ((-112) |#1|)) (-15 -2961 (|#2| |#1| "value")) (-15 -2545 ((-112) |#1|)) (-15 -3610 ((-641 |#1|) |#1|)) (-15 -2202 ((-641 |#1|) |#1|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -3983 ((-112) |#2| |#1|)) (-15 -3435 ((-768) |#1|))) (-119 |#2|) (-1209)) (T -118))
-NIL
-(-10 -8 (-15 -1721 ((-859) |#1|)) (-15 -1869 (|#1| |#1| "right" |#1|)) (-15 -1869 (|#1| |#1| "left" |#1|)) (-15 -2961 (|#1| |#1| "right")) (-15 -2961 (|#1| |#1| "left")) (-15 -1869 (|#2| |#1| "value" |#2|)) (-15 -3496 ((-112) |#1| |#1|)) (-15 -1939 ((-641 |#2|) |#1|)) (-15 -3735 ((-112) |#1|)) (-15 -2961 (|#2| |#1| "value")) (-15 -2545 ((-112) |#1|)) (-15 -3610 ((-641 |#1|) |#1|)) (-15 -2202 ((-641 |#1|) |#1|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -3983 ((-112) |#2| |#1|)) (-15 -3435 ((-768) |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1411 ((|#1| $) 48)) (-1729 (((-112) $ (-768)) 8)) (-2270 ((|#1| $ |#1|) 39 (|has| $ (-6 -4413)))) (-2555 (($ $ $) 52 (|has| $ (-6 -4413)))) (-3724 (($ $ $) 54 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4413))) (($ $ "left" $) 55 (|has| $ (-6 -4413))) (($ $ "right" $) 53 (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 41 (|has| $ (-6 -4413)))) (-1692 (($) 7 T CONST)) (-3602 (($ $) 57)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) 50)) (-3496 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-3590 (($ $) 59)) (-1939 (((-641 |#1|) $) 45)) (-2545 (((-112) $) 49)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-2705 (((-564) $ $) 44)) (-3735 (((-112) $) 46)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) 51)) (-4252 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3423 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-307)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-116 |#1|) (-906)))) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-116 |#1|) (-906)))) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL (|has| (-116 |#1|) (-817)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-116 |#1|) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-116 |#1|) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-116 |#1|) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-116 |#1|) (-1035 (-564))))) (-2237 (((-116 |#1|) $) NIL) (((-1170) $) NIL (|has| (-116 |#1|) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-116 |#1|) (-1035 (-564)))) (((-564) $) NIL (|has| (-116 |#1|) (-1035 (-564))))) (-3588 (($ $) NIL) (($ (-564) $) NIL)) (-1449 (($ $ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| (-116 |#1|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-116 |#1|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-116 |#1|))) (|:| |vec| (-1259 (-116 |#1|)))) (-685 $) (-1259 $)) NIL) (((-685 (-116 |#1|)) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-116 |#1|) (-545)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1569 (((-112) $) NIL (|has| (-116 |#1|) (-817)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-116 |#1|) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-116 |#1|) (-883 (-379))))) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL)) (-3678 (((-116 |#1|) $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| (-116 |#1|) (-1145)))) (-2607 (((-112) $) NIL (|has| (-116 |#1|) (-817)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL (|has| (-116 |#1|) (-847)))) (-3375 (($ $ $) NIL (|has| (-116 |#1|) (-847)))) (-2449 (($ (-1 (-116 |#1|) (-116 |#1|)) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-116 |#1|) (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL (|has| (-116 |#1|) (-307)))) (-1818 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-545)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-116 |#1|) (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-116 |#1|) (-906)))) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2633 (($ $ (-641 (-116 |#1|)) (-641 (-116 |#1|))) NIL (|has| (-116 |#1|) (-309 (-116 |#1|)))) (($ $ (-116 |#1|) (-116 |#1|)) NIL (|has| (-116 |#1|) (-309 (-116 |#1|)))) (($ $ (-294 (-116 |#1|))) NIL (|has| (-116 |#1|) (-309 (-116 |#1|)))) (($ $ (-641 (-294 (-116 |#1|)))) NIL (|has| (-116 |#1|) (-309 (-116 |#1|)))) (($ $ (-641 (-1170)) (-641 (-116 |#1|))) NIL (|has| (-116 |#1|) (-514 (-1170) (-116 |#1|)))) (($ $ (-1170) (-116 |#1|)) NIL (|has| (-116 |#1|) (-514 (-1170) (-116 |#1|))))) (-3920 (((-768) $) NIL)) (-1350 (($ $ (-116 |#1|)) NIL (|has| (-116 |#1|) (-286 (-116 |#1|) (-116 |#1|))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $) NIL (|has| (-116 |#1|) (-233))) (($ $ (-768)) NIL (|has| (-116 |#1|) (-233))) (($ $ (-1170)) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-1 (-116 |#1|) (-116 |#1|)) (-768)) NIL) (($ $ (-1 (-116 |#1|) (-116 |#1|))) NIL)) (-2644 (($ $) NIL)) (-3693 (((-116 |#1|) $) NIL)) (-2511 (((-889 (-564)) $) NIL (|has| (-116 |#1|) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-116 |#1|) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-116 |#1|) (-612 (-536)))) (((-379) $) NIL (|has| (-116 |#1|) (-1019))) (((-225) $) NIL (|has| (-116 |#1|) (-1019)))) (-4355 (((-174 (-407 (-564))) $) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-116 |#1|) (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-116 |#1|)) NIL) (($ (-1170)) NIL (|has| (-116 |#1|) (-1035 (-1170))))) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| (-116 |#1|) (-906))) (|has| (-116 |#1|) (-145))))) (-2219 (((-768)) NIL T CONST)) (-4150 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-545)))) (-3939 (((-112) $ $) NIL)) (-2508 (((-407 (-564)) $ (-564)) NIL)) (-1849 (($ $) NIL (|has| (-116 |#1|) (-817)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $) NIL (|has| (-116 |#1|) (-233))) (($ $ (-768)) NIL (|has| (-116 |#1|) (-233))) (($ $ (-1170)) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-116 |#1|) (-897 (-1170)))) (($ $ (-1 (-116 |#1|) (-116 |#1|)) (-768)) NIL) (($ $ (-1 (-116 |#1|) (-116 |#1|))) NIL)) (-1762 (((-112) $ $) NIL (|has| (-116 |#1|) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-116 |#1|) (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| (-116 |#1|) (-847)))) (-1723 (((-112) $ $) NIL (|has| (-116 |#1|) (-847)))) (-1823 (($ $ $) NIL) (($ (-116 |#1|) (-116 |#1|)) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-116 |#1|) $) NIL) (($ $ (-116 |#1|)) NIL)))
+(((-117 |#1|) (-13 (-989 (-116 |#1|)) (-10 -8 (-15 -2508 ((-407 (-564)) $ (-564))) (-15 -4355 ((-174 (-407 (-564))) $)) (-15 -3588 ($ $)) (-15 -3588 ($ (-564) $)))) (-564)) (T -117))
+((-2508 (*1 *2 *1 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-117 *4)) (-14 *4 *3) (-5 *3 (-564)))) (-4355 (*1 *2 *1) (-12 (-5 *2 (-174 (-407 (-564)))) (-5 *1 (-117 *3)) (-14 *3 (-564)))) (-3588 (*1 *1 *1) (-12 (-5 *1 (-117 *2)) (-14 *2 (-564)))) (-3588 (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-117 *3)) (-14 *3 *2))))
+(-13 (-989 (-116 |#1|)) (-10 -8 (-15 -2508 ((-407 (-564)) $ (-564))) (-15 -4355 ((-174 (-407 (-564))) $)) (-15 -3588 ($ $)) (-15 -3588 ($ (-564) $))))
+((-1970 ((|#2| $ "value" |#2|) NIL) (($ $ "left" $) 60) (($ $ "right" $) 62)) (-3128 (((-641 $) $) 31)) (-4376 (((-112) $ $) 36)) (-2516 (((-112) |#2| $) 40)) (-4119 (((-641 |#2|) $) 25)) (-2033 (((-112) $) 18)) (-1350 ((|#2| $ "value") NIL) (($ $ "left") 10) (($ $ "right") 13)) (-1899 (((-112) $) 57)) (-1831 (((-859) $) 47)) (-2926 (((-641 $) $) 32)) (-1702 (((-112) $ $) 38)) (-2828 (((-768) $) 50)))
+(((-118 |#1| |#2|) (-10 -8 (-15 -1831 ((-859) |#1|)) (-15 -1970 (|#1| |#1| "right" |#1|)) (-15 -1970 (|#1| |#1| "left" |#1|)) (-15 -1350 (|#1| |#1| "right")) (-15 -1350 (|#1| |#1| "left")) (-15 -1970 (|#2| |#1| "value" |#2|)) (-15 -4376 ((-112) |#1| |#1|)) (-15 -4119 ((-641 |#2|) |#1|)) (-15 -1899 ((-112) |#1|)) (-15 -1350 (|#2| |#1| "value")) (-15 -2033 ((-112) |#1|)) (-15 -3128 ((-641 |#1|) |#1|)) (-15 -2926 ((-641 |#1|) |#1|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -2516 ((-112) |#2| |#1|)) (-15 -2828 ((-768) |#1|))) (-119 |#2|) (-1209)) (T -118))
+NIL
+(-10 -8 (-15 -1831 ((-859) |#1|)) (-15 -1970 (|#1| |#1| "right" |#1|)) (-15 -1970 (|#1| |#1| "left" |#1|)) (-15 -1350 (|#1| |#1| "right")) (-15 -1350 (|#1| |#1| "left")) (-15 -1970 (|#2| |#1| "value" |#2|)) (-15 -4376 ((-112) |#1| |#1|)) (-15 -4119 ((-641 |#2|) |#1|)) (-15 -1899 ((-112) |#1|)) (-15 -1350 (|#2| |#1| "value")) (-15 -2033 ((-112) |#1|)) (-15 -3128 ((-641 |#1|) |#1|)) (-15 -2926 ((-641 |#1|) |#1|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -2516 ((-112) |#2| |#1|)) (-15 -2828 ((-768) |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1522 ((|#1| $) 48)) (-4010 (((-112) $ (-768)) 8)) (-2373 ((|#1| $ |#1|) 39 (|has| $ (-6 -4407)))) (-2127 (($ $ $) 52 (|has| $ (-6 -4407)))) (-1793 (($ $ $) 54 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4407))) (($ $ "left" $) 55 (|has| $ (-6 -4407))) (($ $ "right" $) 53 (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 41 (|has| $ (-6 -4407)))) (-1778 (($) 7 T CONST)) (-3777 (($ $) 57)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) 50)) (-4376 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-3766 (($ $) 59)) (-4119 (((-641 |#1|) $) 45)) (-2033 (((-112) $) 49)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-4190 (((-564) $ $) 44)) (-1899 (((-112) $) 46)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) 51)) (-2054 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-119 |#1|) (-140) (-1209)) (T -119))
-((-3590 (*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1209)))) (-2961 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-119 *3)) (-4 *3 (-1209)))) (-3602 (*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1209)))) (-2961 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-119 *3)) (-4 *3 (-1209)))) (-1869 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4413)) (-4 *1 (-119 *3)) (-4 *3 (-1209)))) (-3724 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-119 *2)) (-4 *2 (-1209)))) (-1869 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4413)) (-4 *1 (-119 *3)) (-4 *3 (-1209)))) (-2555 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-119 *2)) (-4 *2 (-1209)))))
-(-13 (-1007 |t#1|) (-10 -8 (-15 -3590 ($ $)) (-15 -2961 ($ $ "left")) (-15 -3602 ($ $)) (-15 -2961 ($ $ "right")) (IF (|has| $ (-6 -4413)) (PROGN (-15 -1869 ($ $ "left" $)) (-15 -3724 ($ $ $)) (-15 -1869 ($ $ "right" $)) (-15 -2555 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-1788 (((-112) |#1|) 29)) (-2038 (((-768) (-768)) 28) (((-768)) 27)) (-2754 (((-112) |#1| (-112)) 30) (((-112) |#1|) 31)))
-(((-120 |#1|) (-10 -7 (-15 -2754 ((-112) |#1|)) (-15 -2754 ((-112) |#1| (-112))) (-15 -2038 ((-768))) (-15 -2038 ((-768) (-768))) (-15 -1788 ((-112) |#1|))) (-1235 (-564))) (T -120))
-((-1788 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))) (-2038 (*1 *2 *2) (-12 (-5 *2 (-768)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))) (-2038 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))) (-2754 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))) (-2754 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))))
-(-10 -7 (-15 -2754 ((-112) |#1|)) (-15 -2754 ((-112) |#1| (-112))) (-15 -2038 ((-768))) (-15 -2038 ((-768) (-768))) (-15 -1788 ((-112) |#1|)))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1411 ((|#1| $) 18)) (-2045 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 25)) (-1729 (((-112) $ (-768)) NIL)) (-2270 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-2555 (($ $ $) 21 (|has| $ (-6 -4413)))) (-3724 (($ $ $) 23 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4413))) (($ $ "left" $) NIL (|has| $ (-6 -4413))) (($ $ "right" $) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-3602 (($ $) 20)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) NIL)) (-3496 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3436 (($ $ |#1| $) 26)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-3590 (($ $) 22)) (-1939 (((-641 |#1|) $) NIL)) (-2545 (((-112) $) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3691 (($ |#1| $) 27)) (-3573 (($ |#1| $) 15)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 17)) (-3456 (($) 11)) (-2961 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2705 (((-564) $ $) NIL)) (-3735 (((-112) $) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) NIL)) (-4252 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-4206 (($ (-641 |#1|)) 16)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-121 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4413) (-6 -4412) (-15 -4206 ($ (-641 |#1|))) (-15 -3573 ($ |#1| $)) (-15 -3691 ($ |#1| $)) (-15 -2045 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-847)) (T -121))
-((-4206 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-121 *3)))) (-3573 (*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-847)))) (-3691 (*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-847)))) (-2045 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-121 *3)) (|:| |greater| (-121 *3)))) (-5 *1 (-121 *3)) (-4 *3 (-847)))))
-(-13 (-125 |#1|) (-10 -8 (-6 -4413) (-6 -4412) (-15 -4206 ($ (-641 |#1|))) (-15 -3573 ($ |#1| $)) (-15 -3691 ($ |#1| $)) (-15 -2045 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
-((-1917 (($ $) 12)) (-2819 (($ $) 10)) (-2118 (($ $ $) 22)) (-4179 (($ $ $) 20)) (-1431 (($ $ $) 18)) (-1417 (($ $ $) 16)))
-(((-122 |#1|) (-10 -8 (-15 -2118 (|#1| |#1| |#1|)) (-15 -4179 (|#1| |#1| |#1|)) (-15 -2819 (|#1| |#1|)) (-15 -1917 (|#1| |#1|)) (-15 -1417 (|#1| |#1| |#1|)) (-15 -1431 (|#1| |#1| |#1|))) (-123)) (T -122))
-NIL
-(-10 -8 (-15 -2118 (|#1| |#1| |#1|)) (-15 -4179 (|#1| |#1| |#1|)) (-15 -2819 (|#1| |#1|)) (-15 -1917 (|#1| |#1|)) (-15 -1417 (|#1| |#1| |#1|)) (-15 -1431 (|#1| |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-1917 (($ $) 103)) (-2858 (($ $ $) 25)) (-2229 (((-1264) $ (-564) (-564)) 66 (|has| $ (-6 -4413)))) (-2912 (((-112) $) 98 (|has| (-112) (-847))) (((-112) (-1 (-112) (-112) (-112)) $) 92)) (-1331 (($ $) 102 (-12 (|has| (-112) (-847)) (|has| $ (-6 -4413)))) (($ (-1 (-112) (-112) (-112)) $) 101 (|has| $ (-6 -4413)))) (-3699 (($ $) 97 (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $) 91)) (-1729 (((-112) $ (-768)) 37)) (-1869 (((-112) $ (-1226 (-564)) (-112)) 88 (|has| $ (-6 -4413))) (((-112) $ (-564) (-112)) 54 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) (-112)) $) 71 (|has| $ (-6 -4412)))) (-1692 (($) 38 T CONST)) (-3796 (($ $) 100 (|has| $ (-6 -4413)))) (-2460 (($ $) 90)) (-1928 (($ $) 68 (-12 (|has| (-112) (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ (-1 (-112) (-112)) $) 72 (|has| $ (-6 -4412))) (($ (-112) $) 69 (-12 (|has| (-112) (-1094)) (|has| $ (-6 -4412))))) (-3658 (((-112) (-1 (-112) (-112) (-112)) $) 74 (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) 73 (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) 70 (-12 (|has| (-112) (-1094)) (|has| $ (-6 -4412))))) (-1452 (((-112) $ (-564) (-112)) 53 (|has| $ (-6 -4413)))) (-1379 (((-112) $ (-564)) 55)) (-1317 (((-564) (-112) $ (-564)) 95 (|has| (-112) (-1094))) (((-564) (-112) $) 94 (|has| (-112) (-1094))) (((-564) (-1 (-112) (-112)) $) 93)) (-1597 (((-641 (-112)) $) 45 (|has| $ (-6 -4412)))) (-2844 (($ $ $) 26)) (-2819 (($ $) 30)) (-2118 (($ $ $) 28)) (-1585 (($ (-768) (-112)) 77)) (-4179 (($ $ $) 29)) (-2575 (((-112) $ (-768)) 36)) (-4232 (((-564) $) 63 (|has| (-564) (-847)))) (-2766 (($ $ $) 13)) (-2057 (($ $ $) 96 (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $ $) 89)) (-4317 (((-641 (-112)) $) 46 (|has| $ (-6 -4412)))) (-3983 (((-112) (-112) $) 48 (-12 (|has| (-112) (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 62 (|has| (-564) (-847)))) (-1650 (($ $ $) 14)) (-1439 (($ (-1 (-112) (-112)) $) 41 (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-112) (-112) (-112)) $ $) 82) (($ (-1 (-112) (-112)) $) 40)) (-3715 (((-112) $ (-768)) 35)) (-2811 (((-1152) $) 9)) (-3476 (($ $ $ (-564)) 87) (($ (-112) $ (-564)) 86)) (-4184 (((-641 (-564)) $) 60)) (-2405 (((-112) (-564) $) 59)) (-4382 (((-1114) $) 10)) (-1897 (((-112) $) 64 (|has| (-564) (-847)))) (-2061 (((-3 (-112) "failed") (-1 (-112) (-112)) $) 75)) (-1759 (($ $ (-112)) 65 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) (-112)) $) 43 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-112)) (-641 (-112))) 52 (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-112) (-112)) 51 (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-294 (-112))) 50 (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-641 (-294 (-112)))) 49 (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094))))) (-3530 (((-112) $ $) 31)) (-3216 (((-112) (-112) $) 61 (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-3111 (((-641 (-112)) $) 58)) (-4102 (((-112) $) 34)) (-3456 (($) 33)) (-2961 (($ $ (-1226 (-564))) 83) (((-112) $ (-564)) 57) (((-112) $ (-564) (-112)) 56)) (-3383 (($ $ (-1226 (-564))) 85) (($ $ (-564)) 84)) (-1292 (((-768) (-112) $) 47 (-12 (|has| (-112) (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) (-112)) $) 44 (|has| $ (-6 -4412)))) (-1494 (($ $ $ (-564)) 99 (|has| $ (-6 -4413)))) (-1892 (($ $) 32)) (-2153 (((-536) $) 67 (|has| (-112) (-612 (-536))))) (-1732 (($ (-641 (-112))) 76)) (-2834 (($ (-641 $)) 81) (($ $ $) 80) (($ (-112) $) 79) (($ $ (-112)) 78)) (-1721 (((-859) $) 11)) (-2666 (((-112) (-1 (-112) (-112)) $) 42 (|has| $ (-6 -4412)))) (-2832 (($ $ $) 27)) (-1431 (($ $ $) 105)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)) (-1417 (($ $ $) 104)) (-3435 (((-768) $) 39 (|has| $ (-6 -4412)))))
+((-3766 (*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1209)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-119 *3)) (-4 *3 (-1209)))) (-3777 (*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1209)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-119 *3)) (-4 *3 (-1209)))) (-1970 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4407)) (-4 *1 (-119 *3)) (-4 *3 (-1209)))) (-1793 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-119 *2)) (-4 *2 (-1209)))) (-1970 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4407)) (-4 *1 (-119 *3)) (-4 *3 (-1209)))) (-2127 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-119 *2)) (-4 *2 (-1209)))))
+(-13 (-1007 |t#1|) (-10 -8 (-15 -3766 ($ $)) (-15 -1350 ($ $ "left")) (-15 -3777 ($ $)) (-15 -1350 ($ $ "right")) (IF (|has| $ (-6 -4407)) (PROGN (-15 -1970 ($ $ "left" $)) (-15 -1793 ($ $ $)) (-15 -1970 ($ $ "right" $)) (-15 -2127 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-3306 (((-112) |#1|) 29)) (-1864 (((-768) (-768)) 28) (((-768)) 27)) (-3428 (((-112) |#1| (-112)) 30) (((-112) |#1|) 31)))
+(((-120 |#1|) (-10 -7 (-15 -3428 ((-112) |#1|)) (-15 -3428 ((-112) |#1| (-112))) (-15 -1864 ((-768))) (-15 -1864 ((-768) (-768))) (-15 -3306 ((-112) |#1|))) (-1235 (-564))) (T -120))
+((-3306 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))) (-1864 (*1 *2 *2) (-12 (-5 *2 (-768)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))) (-1864 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))) (-3428 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))) (-3428 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))))
+(-10 -7 (-15 -3428 ((-112) |#1|)) (-15 -3428 ((-112) |#1| (-112))) (-15 -1864 ((-768))) (-15 -1864 ((-768) (-768))) (-15 -3306 ((-112) |#1|)))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1522 ((|#1| $) 18)) (-3838 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 25)) (-4010 (((-112) $ (-768)) NIL)) (-2373 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-2127 (($ $ $) 21 (|has| $ (-6 -4407)))) (-1793 (($ $ $) 23 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4407))) (($ $ "left" $) NIL (|has| $ (-6 -4407))) (($ $ "right" $) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-3777 (($ $) 20)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) NIL)) (-4376 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3675 (($ $ |#1| $) 26)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-3766 (($ $) 22)) (-4119 (((-641 |#1|) $) NIL)) (-2033 (((-112) $) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-1472 (($ |#1| $) 27)) (-2783 (($ |#1| $) 15)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 17)) (-4012 (($) 11)) (-1350 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-4190 (((-564) $ $) NIL)) (-1899 (((-112) $) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) NIL)) (-2054 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2874 (($ (-641 |#1|)) 16)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-121 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4407) (-6 -4406) (-15 -2874 ($ (-641 |#1|))) (-15 -2783 ($ |#1| $)) (-15 -1472 ($ |#1| $)) (-15 -3838 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-847)) (T -121))
+((-2874 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-121 *3)))) (-2783 (*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-847)))) (-1472 (*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-847)))) (-3838 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-121 *3)) (|:| |greater| (-121 *3)))) (-5 *1 (-121 *3)) (-4 *3 (-847)))))
+(-13 (-125 |#1|) (-10 -8 (-6 -4407) (-6 -4406) (-15 -2874 ($ (-641 |#1|))) (-15 -2783 ($ |#1| $)) (-15 -1472 ($ |#1| $)) (-15 -3838 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
+((-1644 (($ $) 12)) (-4338 (($ $) 10)) (-3311 (($ $ $) 22)) (-3842 (($ $ $) 20)) (-3705 (($ $ $) 18)) (-3694 (($ $ $) 16)))
+(((-122 |#1|) (-10 -8 (-15 -3311 (|#1| |#1| |#1|)) (-15 -3842 (|#1| |#1| |#1|)) (-15 -4338 (|#1| |#1|)) (-15 -1644 (|#1| |#1|)) (-15 -3694 (|#1| |#1| |#1|)) (-15 -3705 (|#1| |#1| |#1|))) (-123)) (T -122))
+NIL
+(-10 -8 (-15 -3311 (|#1| |#1| |#1|)) (-15 -3842 (|#1| |#1| |#1|)) (-15 -4338 (|#1| |#1|)) (-15 -1644 (|#1| |#1|)) (-15 -3694 (|#1| |#1| |#1|)) (-15 -3705 (|#1| |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1644 (($ $) 103)) (-4366 (($ $ $) 25)) (-1956 (((-1264) $ (-564) (-564)) 66 (|has| $ (-6 -4407)))) (-2386 (((-112) $) 98 (|has| (-112) (-847))) (((-112) (-1 (-112) (-112) (-112)) $) 92)) (-2573 (($ $) 102 (-12 (|has| (-112) (-847)) (|has| $ (-6 -4407)))) (($ (-1 (-112) (-112) (-112)) $) 101 (|has| $ (-6 -4407)))) (-2861 (($ $) 97 (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $) 91)) (-4010 (((-112) $ (-768)) 37)) (-1970 (((-112) $ (-1226 (-564)) (-112)) 88 (|has| $ (-6 -4407))) (((-112) $ (-564) (-112)) 54 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) (-112)) $) 71 (|has| $ (-6 -4406)))) (-1778 (($) 38 T CONST)) (-4325 (($ $) 100 (|has| $ (-6 -4407)))) (-3919 (($ $) 90)) (-3337 (($ $) 68 (-12 (|has| (-112) (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ (-1 (-112) (-112)) $) 72 (|has| $ (-6 -4406))) (($ (-112) $) 69 (-12 (|has| (-112) (-1094)) (|has| $ (-6 -4406))))) (-1988 (((-112) (-1 (-112) (-112) (-112)) $) 74 (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) 73 (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) 70 (-12 (|has| (-112) (-1094)) (|has| $ (-6 -4406))))) (-2261 (((-112) $ (-564) (-112)) 53 (|has| $ (-6 -4407)))) (-2190 (((-112) $ (-564)) 55)) (-3360 (((-564) (-112) $ (-564)) 95 (|has| (-112) (-1094))) (((-564) (-112) $) 94 (|has| (-112) (-1094))) (((-564) (-1 (-112) (-112)) $) 93)) (-1433 (((-641 (-112)) $) 45 (|has| $ (-6 -4406)))) (-4358 (($ $ $) 26)) (-4338 (($ $) 30)) (-3311 (($ $ $) 28)) (-3654 (($ (-768) (-112)) 77)) (-3842 (($ $ $) 29)) (-2324 (((-112) $ (-768)) 36)) (-3100 (((-564) $) 63 (|has| (-564) (-847)))) (-1925 (($ $ $) 13)) (-3956 (($ $ $) 96 (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $ $) 89)) (-2640 (((-641 (-112)) $) 46 (|has| $ (-6 -4406)))) (-2516 (((-112) (-112) $) 48 (-12 (|has| (-112) (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 62 (|has| (-564) (-847)))) (-3375 (($ $ $) 14)) (-2250 (($ (-1 (-112) (-112)) $) 41 (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-112) (-112) (-112)) $ $) 82) (($ (-1 (-112) (-112)) $) 40)) (-1713 (((-112) $ (-768)) 35)) (-2723 (((-1152) $) 9)) (-3652 (($ $ $ (-564)) 87) (($ (-112) $ (-564)) 86)) (-3883 (((-641 (-564)) $) 60)) (-4336 (((-112) (-564) $) 59)) (-2780 (((-1114) $) 10)) (-3303 (((-112) $) 64 (|has| (-564) (-847)))) (-3995 (((-3 (-112) "failed") (-1 (-112) (-112)) $) 75)) (-4253 (($ $ (-112)) 65 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) (-112)) $) 43 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-112)) (-641 (-112))) 52 (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-112) (-112)) 51 (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-294 (-112))) 50 (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-641 (-294 (-112)))) 49 (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094))))) (-3565 (((-112) $ $) 31)) (-3561 (((-112) (-112) $) 61 (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-1794 (((-641 (-112)) $) 58)) (-4284 (((-112) $) 34)) (-4012 (($) 33)) (-1350 (($ $ (-1226 (-564))) 83) (((-112) $ (-564)) 57) (((-112) $ (-564) (-112)) 56)) (-2126 (($ $ (-1226 (-564))) 85) (($ $ (-564)) 84)) (-2791 (((-768) (-112) $) 47 (-12 (|has| (-112) (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) (-112)) $) 44 (|has| $ (-6 -4406)))) (-3623 (($ $ $ (-564)) 99 (|has| $ (-6 -4407)))) (-1991 (($ $) 32)) (-2511 (((-536) $) 67 (|has| (-112) (-612 (-536))))) (-1842 (($ (-641 (-112))) 76)) (-3043 (($ (-641 $)) 81) (($ $ $) 80) (($ (-112) $) 79) (($ $ (-112)) 78)) (-1831 (((-859) $) 11)) (-1963 (((-112) (-1 (-112) (-112)) $) 42 (|has| $ (-6 -4406)))) (-4348 (($ $ $) 27)) (-3705 (($ $ $) 105)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)) (-3694 (($ $ $) 104)) (-2828 (((-768) $) 39 (|has| $ (-6 -4406)))))
(((-123) (-140)) (T -123))
-((-2819 (*1 *1 *1) (-4 *1 (-123))) (-4179 (*1 *1 *1 *1) (-4 *1 (-123))) (-2118 (*1 *1 *1 *1) (-4 *1 (-123))) (-2832 (*1 *1 *1 *1) (-4 *1 (-123))) (-2844 (*1 *1 *1 *1) (-4 *1 (-123))) (-2858 (*1 *1 *1 *1) (-4 *1 (-123))))
-(-13 (-847) (-657) (-19 (-112)) (-10 -8 (-15 -2819 ($ $)) (-15 -4179 ($ $ $)) (-15 -2118 ($ $ $)) (-15 -2832 ($ $ $)) (-15 -2844 ($ $ $)) (-15 -2858 ($ $ $))))
+((-4338 (*1 *1 *1) (-4 *1 (-123))) (-3842 (*1 *1 *1 *1) (-4 *1 (-123))) (-3311 (*1 *1 *1 *1) (-4 *1 (-123))) (-4348 (*1 *1 *1 *1) (-4 *1 (-123))) (-4358 (*1 *1 *1 *1) (-4 *1 (-123))) (-4366 (*1 *1 *1 *1) (-4 *1 (-123))))
+(-13 (-847) (-657) (-19 (-112)) (-10 -8 (-15 -4338 ($ $)) (-15 -3842 ($ $ $)) (-15 -3311 ($ $ $)) (-15 -4348 ($ $ $)) (-15 -4358 ($ $ $)) (-15 -4366 ($ $ $))))
(((-34) . T) ((-102) . T) ((-611 (-859)) . T) ((-151 #0=(-112)) . T) ((-612 (-536)) |has| (-112) (-612 (-536))) ((-286 #1=(-564) #0#) . T) ((-288 #1# #0#) . T) ((-309 #0#) -12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094))) ((-373 #0#) . T) ((-489 #0#) . T) ((-602 #1# #0#) . T) ((-514 #0# #0#) -12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094))) ((-647 #0#) . T) ((-657) . T) ((-19 #0#) . T) ((-847) . T) ((-1094) . T) ((-1209) . T))
-((-1439 (($ (-1 |#2| |#2|) $) 22)) (-1892 (($ $) 16)) (-3435 (((-768) $) 25)))
-(((-124 |#1| |#2|) (-10 -8 (-15 -1439 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3435 ((-768) |#1|)) (-15 -1892 (|#1| |#1|))) (-125 |#2|) (-1094)) (T -124))
+((-2250 (($ (-1 |#2| |#2|) $) 22)) (-1991 (($ $) 16)) (-2828 (((-768) $) 25)))
+(((-124 |#1| |#2|) (-10 -8 (-15 -2250 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2828 ((-768) |#1|)) (-15 -1991 (|#1| |#1|))) (-125 |#2|) (-1094)) (T -124))
NIL
-(-10 -8 (-15 -1439 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3435 ((-768) |#1|)) (-15 -1892 (|#1| |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1411 ((|#1| $) 48)) (-1729 (((-112) $ (-768)) 8)) (-2270 ((|#1| $ |#1|) 39 (|has| $ (-6 -4413)))) (-2555 (($ $ $) 52 (|has| $ (-6 -4413)))) (-3724 (($ $ $) 54 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4413))) (($ $ "left" $) 55 (|has| $ (-6 -4413))) (($ $ "right" $) 53 (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 41 (|has| $ (-6 -4413)))) (-1692 (($) 7 T CONST)) (-3602 (($ $) 57)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) 50)) (-3496 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-3436 (($ $ |#1| $) 60)) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-3590 (($ $) 59)) (-1939 (((-641 |#1|) $) 45)) (-2545 (((-112) $) 49)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-2705 (((-564) $ $) 44)) (-3735 (((-112) $) 46)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) 51)) (-4252 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+(-10 -8 (-15 -2250 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2828 ((-768) |#1|)) (-15 -1991 (|#1| |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1522 ((|#1| $) 48)) (-4010 (((-112) $ (-768)) 8)) (-2373 ((|#1| $ |#1|) 39 (|has| $ (-6 -4407)))) (-2127 (($ $ $) 52 (|has| $ (-6 -4407)))) (-1793 (($ $ $) 54 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4407))) (($ $ "left" $) 55 (|has| $ (-6 -4407))) (($ $ "right" $) 53 (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 41 (|has| $ (-6 -4407)))) (-1778 (($) 7 T CONST)) (-3777 (($ $) 57)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) 50)) (-4376 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-3675 (($ $ |#1| $) 60)) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-3766 (($ $) 59)) (-4119 (((-641 |#1|) $) 45)) (-2033 (((-112) $) 49)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-4190 (((-564) $ $) 44)) (-1899 (((-112) $) 46)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) 51)) (-2054 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-125 |#1|) (-140) (-1094)) (T -125))
-((-3436 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-125 *2)) (-4 *2 (-1094)))))
-(-13 (-119 |t#1|) (-10 -8 (-6 -4413) (-6 -4412) (-15 -3436 ($ $ |t#1| $))))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-119 |#1|) . T) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1411 ((|#1| $) 18)) (-1729 (((-112) $ (-768)) NIL)) (-2270 ((|#1| $ |#1|) 22 (|has| $ (-6 -4413)))) (-2555 (($ $ $) 23 (|has| $ (-6 -4413)))) (-3724 (($ $ $) 21 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4413))) (($ $ "left" $) NIL (|has| $ (-6 -4413))) (($ $ "right" $) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-3602 (($ $) 24)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) NIL)) (-3496 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3436 (($ $ |#1| $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-3590 (($ $) NIL)) (-1939 (((-641 |#1|) $) NIL)) (-2545 (((-112) $) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3573 (($ |#1| $) 15)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 17)) (-3456 (($) 11)) (-2961 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2705 (((-564) $ $) NIL)) (-3735 (((-112) $) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) 20)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) NIL)) (-4252 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1760 (($ (-641 |#1|)) 16)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-126 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4413) (-15 -1760 ($ (-641 |#1|))) (-15 -3573 ($ |#1| $)))) (-847)) (T -126))
-((-1760 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-126 *3)))) (-3573 (*1 *1 *2 *1) (-12 (-5 *1 (-126 *2)) (-4 *2 (-847)))))
-(-13 (-125 |#1|) (-10 -8 (-6 -4413) (-15 -1760 ($ (-641 |#1|))) (-15 -3573 ($ |#1| $))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1411 ((|#1| $) 30)) (-1729 (((-112) $ (-768)) NIL)) (-2270 ((|#1| $ |#1|) 32 (|has| $ (-6 -4413)))) (-2555 (($ $ $) 36 (|has| $ (-6 -4413)))) (-3724 (($ $ $) 34 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4413))) (($ $ "left" $) NIL (|has| $ (-6 -4413))) (($ $ "right" $) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-3602 (($ $) 23)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) NIL)) (-3496 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3436 (($ $ |#1| $) 16)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-3590 (($ $) 22)) (-1939 (((-641 |#1|) $) NIL)) (-2545 (((-112) $) 25)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 20)) (-3456 (($) 11)) (-2961 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2705 (((-564) $ $) NIL)) (-3735 (((-112) $) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) NIL)) (-4252 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1520 (($ |#1|) 18) (($ $ |#1| $) 17)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 10 (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-127 |#1|) (-13 (-125 |#1|) (-10 -8 (-15 -1520 ($ |#1|)) (-15 -1520 ($ $ |#1| $)))) (-1094)) (T -127))
-((-1520 (*1 *1 *2) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1094)))) (-1520 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1094)))))
-(-13 (-125 |#1|) (-10 -8 (-15 -1520 ($ |#1|)) (-15 -1520 ($ $ |#1| $))))
-((-1709 (((-112) $ $) NIL (|has| (-129) (-1094)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) (-129) (-129)) $) NIL) (((-112) $) NIL (|has| (-129) (-847)))) (-1331 (($ (-1 (-112) (-129) (-129)) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| (-129) (-847))))) (-3699 (($ (-1 (-112) (-129) (-129)) $) NIL) (($ $) NIL (|has| (-129) (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 (((-129) $ (-564) (-129)) 26 (|has| $ (-6 -4413))) (((-129) $ (-1226 (-564)) (-129)) NIL (|has| $ (-6 -4413)))) (-3204 (((-768) $ (-768)) 34)) (-3346 (($ (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-129) (-1094))))) (-3813 (($ (-129) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-129) (-1094)))) (($ (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-129) (-1 (-129) (-129) (-129)) $ (-129) (-129)) NIL (-12 (|has| $ (-6 -4412)) (|has| (-129) (-1094)))) (((-129) (-1 (-129) (-129) (-129)) $ (-129)) NIL (|has| $ (-6 -4412))) (((-129) (-1 (-129) (-129) (-129)) $) NIL (|has| $ (-6 -4412)))) (-1452 (((-129) $ (-564) (-129)) 25 (|has| $ (-6 -4413)))) (-1379 (((-129) $ (-564)) 20)) (-1317 (((-564) (-1 (-112) (-129)) $) NIL) (((-564) (-129) $) NIL (|has| (-129) (-1094))) (((-564) (-129) $ (-564)) NIL (|has| (-129) (-1094)))) (-1597 (((-641 (-129)) $) NIL (|has| $ (-6 -4412)))) (-1585 (($ (-768) (-129)) 14)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) 27 (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| (-129) (-847)))) (-2057 (($ (-1 (-112) (-129) (-129)) $ $) NIL) (($ $ $) NIL (|has| (-129) (-847)))) (-4317 (((-641 (-129)) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-129) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-129) (-1094))))) (-3825 (((-564) $) 30 (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| (-129) (-847)))) (-1439 (($ (-1 (-129) (-129)) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-129) (-129)) $) NIL) (($ (-1 (-129) (-129) (-129)) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| (-129) (-1094)))) (-3476 (($ (-129) $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| (-129) (-1094)))) (-1897 (((-129) $) NIL (|has| (-564) (-847)))) (-2061 (((-3 (-129) "failed") (-1 (-112) (-129)) $) NIL)) (-1759 (($ $ (-129)) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-129)))) NIL (-12 (|has| (-129) (-309 (-129))) (|has| (-129) (-1094)))) (($ $ (-294 (-129))) NIL (-12 (|has| (-129) (-309 (-129))) (|has| (-129) (-1094)))) (($ $ (-129) (-129)) NIL (-12 (|has| (-129) (-309 (-129))) (|has| (-129) (-1094)))) (($ $ (-641 (-129)) (-641 (-129))) NIL (-12 (|has| (-129) (-309 (-129))) (|has| (-129) (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) (-129) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-129) (-1094))))) (-3111 (((-641 (-129)) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) 12)) (-2961 (((-129) $ (-564) (-129)) NIL) (((-129) $ (-564)) 23) (($ $ (-1226 (-564))) NIL)) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-1292 (((-768) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4412))) (((-768) (-129) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-129) (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-129) (-612 (-536))))) (-1732 (($ (-641 (-129))) 47)) (-2834 (($ $ (-129)) NIL) (($ (-129) $) NIL) (($ $ $) 48) (($ (-641 $)) NIL)) (-1721 (((-955 (-129)) $) 35) (((-1152) $) 44) (((-859) $) NIL (|has| (-129) (-611 (-859))))) (-2478 (((-768) $) 18)) (-3779 (($ (-768)) 8)) (-2666 (((-112) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| (-129) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-129) (-847)))) (-2853 (((-112) $ $) 32 (|has| (-129) (-1094)))) (-2908 (((-112) $ $) NIL (|has| (-129) (-847)))) (-2880 (((-112) $ $) NIL (|has| (-129) (-847)))) (-3435 (((-768) $) 15 (|has| $ (-6 -4412)))))
-(((-128) (-13 (-19 (-129)) (-611 (-955 (-129))) (-611 (-1152)) (-10 -8 (-15 -3779 ($ (-768))) (-15 -2478 ((-768) $)) (-15 -3204 ((-768) $ (-768))) (-6 -4412)))) (T -128))
-((-3779 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-128)))) (-2478 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-128)))) (-3204 (*1 *2 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-128)))))
-(-13 (-19 (-129)) (-611 (-955 (-129))) (-611 (-1152)) (-10 -8 (-15 -3779 ($ (-768))) (-15 -2478 ((-768) $)) (-15 -3204 ((-768) $ (-768))) (-6 -4412)))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) 12 T CONST)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) 22 T CONST)) (-1650 (($ $ $) NIL) (($) 23 T CONST)) (-2981 (((-918) $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL) (($ (-144)) 16) (((-144) $) 18)) (-3783 (($ (-768)) 8)) (-2305 (($ $ $) 25)) (-2294 (($ $ $) 24)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 19)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 20)))
-(((-129) (-13 (-841) (-490 (-144)) (-10 -8 (-15 -3783 ($ (-768))) (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))) (T -129))
-((-3783 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-129)))) (-2294 (*1 *1 *1 *1) (-5 *1 (-129))) (-2305 (*1 *1 *1 *1) (-5 *1 (-129))) (-1692 (*1 *1) (-5 *1 (-129))))
-(-13 (-841) (-490 (-144)) (-10 -8 (-15 -3783 ($ (-768))) (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))
+((-3675 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-125 *2)) (-4 *2 (-1094)))))
+(-13 (-119 |t#1|) (-10 -8 (-6 -4407) (-6 -4406) (-15 -3675 ($ $ |t#1| $))))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-119 |#1|) . T) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1522 ((|#1| $) 18)) (-4010 (((-112) $ (-768)) NIL)) (-2373 ((|#1| $ |#1|) 22 (|has| $ (-6 -4407)))) (-2127 (($ $ $) 23 (|has| $ (-6 -4407)))) (-1793 (($ $ $) 21 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4407))) (($ $ "left" $) NIL (|has| $ (-6 -4407))) (($ $ "right" $) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-3777 (($ $) 24)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) NIL)) (-4376 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3675 (($ $ |#1| $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-3766 (($ $) NIL)) (-4119 (((-641 |#1|) $) NIL)) (-2033 (((-112) $) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2783 (($ |#1| $) 15)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 17)) (-4012 (($) 11)) (-1350 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-4190 (((-564) $ $) NIL)) (-1899 (((-112) $) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) 20)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) NIL)) (-2054 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-4263 (($ (-641 |#1|)) 16)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-126 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4407) (-15 -4263 ($ (-641 |#1|))) (-15 -2783 ($ |#1| $)))) (-847)) (T -126))
+((-4263 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-126 *3)))) (-2783 (*1 *1 *2 *1) (-12 (-5 *1 (-126 *2)) (-4 *2 (-847)))))
+(-13 (-125 |#1|) (-10 -8 (-6 -4407) (-15 -4263 ($ (-641 |#1|))) (-15 -2783 ($ |#1| $))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1522 ((|#1| $) 30)) (-4010 (((-112) $ (-768)) NIL)) (-2373 ((|#1| $ |#1|) 32 (|has| $ (-6 -4407)))) (-2127 (($ $ $) 36 (|has| $ (-6 -4407)))) (-1793 (($ $ $) 34 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4407))) (($ $ "left" $) NIL (|has| $ (-6 -4407))) (($ $ "right" $) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-3777 (($ $) 23)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) NIL)) (-4376 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3675 (($ $ |#1| $) 16)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-3766 (($ $) 22)) (-4119 (((-641 |#1|) $) NIL)) (-2033 (((-112) $) 25)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 20)) (-4012 (($) 11)) (-1350 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-4190 (((-564) $ $) NIL)) (-1899 (((-112) $) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) NIL)) (-2054 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2663 (($ |#1|) 18) (($ $ |#1| $) 17)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 10 (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-127 |#1|) (-13 (-125 |#1|) (-10 -8 (-15 -2663 ($ |#1|)) (-15 -2663 ($ $ |#1| $)))) (-1094)) (T -127))
+((-2663 (*1 *1 *2) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1094)))) (-2663 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1094)))))
+(-13 (-125 |#1|) (-10 -8 (-15 -2663 ($ |#1|)) (-15 -2663 ($ $ |#1| $))))
+((-1817 (((-112) $ $) NIL (|has| (-129) (-1094)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) (-129) (-129)) $) NIL) (((-112) $) NIL (|has| (-129) (-847)))) (-2573 (($ (-1 (-112) (-129) (-129)) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| (-129) (-847))))) (-2861 (($ (-1 (-112) (-129) (-129)) $) NIL) (($ $) NIL (|has| (-129) (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 (((-129) $ (-564) (-129)) 26 (|has| $ (-6 -4407))) (((-129) $ (-1226 (-564)) (-129)) NIL (|has| $ (-6 -4407)))) (-3437 (((-768) $ (-768)) 34)) (-3752 (($ (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-129) (-1094))))) (-2576 (($ (-129) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-129) (-1094)))) (($ (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-129) (-1 (-129) (-129) (-129)) $ (-129) (-129)) NIL (-12 (|has| $ (-6 -4406)) (|has| (-129) (-1094)))) (((-129) (-1 (-129) (-129) (-129)) $ (-129)) NIL (|has| $ (-6 -4406))) (((-129) (-1 (-129) (-129) (-129)) $) NIL (|has| $ (-6 -4406)))) (-2261 (((-129) $ (-564) (-129)) 25 (|has| $ (-6 -4407)))) (-2190 (((-129) $ (-564)) 20)) (-3360 (((-564) (-1 (-112) (-129)) $) NIL) (((-564) (-129) $) NIL (|has| (-129) (-1094))) (((-564) (-129) $ (-564)) NIL (|has| (-129) (-1094)))) (-1433 (((-641 (-129)) $) NIL (|has| $ (-6 -4406)))) (-3654 (($ (-768) (-129)) 14)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) 27 (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| (-129) (-847)))) (-3956 (($ (-1 (-112) (-129) (-129)) $ $) NIL) (($ $ $) NIL (|has| (-129) (-847)))) (-2640 (((-641 (-129)) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-129) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-129) (-1094))))) (-3440 (((-564) $) 30 (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| (-129) (-847)))) (-2250 (($ (-1 (-129) (-129)) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-129) (-129)) $) NIL) (($ (-1 (-129) (-129) (-129)) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| (-129) (-1094)))) (-3652 (($ (-129) $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| (-129) (-1094)))) (-3303 (((-129) $) NIL (|has| (-564) (-847)))) (-3995 (((-3 (-129) "failed") (-1 (-112) (-129)) $) NIL)) (-4253 (($ $ (-129)) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-129)))) NIL (-12 (|has| (-129) (-309 (-129))) (|has| (-129) (-1094)))) (($ $ (-294 (-129))) NIL (-12 (|has| (-129) (-309 (-129))) (|has| (-129) (-1094)))) (($ $ (-129) (-129)) NIL (-12 (|has| (-129) (-309 (-129))) (|has| (-129) (-1094)))) (($ $ (-641 (-129)) (-641 (-129))) NIL (-12 (|has| (-129) (-309 (-129))) (|has| (-129) (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) (-129) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-129) (-1094))))) (-1794 (((-641 (-129)) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) 12)) (-1350 (((-129) $ (-564) (-129)) NIL) (((-129) $ (-564)) 23) (($ $ (-1226 (-564))) NIL)) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2791 (((-768) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4406))) (((-768) (-129) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-129) (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-129) (-612 (-536))))) (-1842 (($ (-641 (-129))) 47)) (-3043 (($ $ (-129)) NIL) (($ (-129) $) NIL) (($ $ $) 48) (($ (-641 $)) NIL)) (-1831 (((-955 (-129)) $) 35) (((-1152) $) 44) (((-859) $) NIL (|has| (-129) (-611 (-859))))) (-2639 (((-768) $) 18)) (-4189 (($ (-768)) 8)) (-1963 (((-112) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| (-129) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-129) (-847)))) (-1702 (((-112) $ $) 32 (|has| (-129) (-1094)))) (-1749 (((-112) $ $) NIL (|has| (-129) (-847)))) (-1723 (((-112) $ $) NIL (|has| (-129) (-847)))) (-2828 (((-768) $) 15 (|has| $ (-6 -4406)))))
+(((-128) (-13 (-19 (-129)) (-611 (-955 (-129))) (-611 (-1152)) (-10 -8 (-15 -4189 ($ (-768))) (-15 -2639 ((-768) $)) (-15 -3437 ((-768) $ (-768))) (-6 -4406)))) (T -128))
+((-4189 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-128)))) (-2639 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-128)))) (-3437 (*1 *2 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-128)))))
+(-13 (-19 (-129)) (-611 (-955 (-129))) (-611 (-1152)) (-10 -8 (-15 -4189 ($ (-768))) (-15 -2639 ((-768) $)) (-15 -3437 ((-768) $ (-768))) (-6 -4406)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) 12 T CONST)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) 22 T CONST)) (-3375 (($ $ $) NIL) (($) 23 T CONST)) (-1811 (((-918) $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL) (($ (-144)) 16) (((-144) $) 18)) (-2096 (($ (-768)) 8)) (-4186 (($ $ $) 25)) (-4177 (($ $ $) 24)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 19)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 20)))
+(((-129) (-13 (-841) (-490 (-144)) (-10 -8 (-15 -2096 ($ (-768))) (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))) (T -129))
+((-2096 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-129)))) (-4177 (*1 *1 *1 *1) (-5 *1 (-129))) (-4186 (*1 *1 *1 *1) (-5 *1 (-129))) (-1778 (*1 *1) (-5 *1 (-129))))
+(-13 (-841) (-490 (-144)) (-10 -8 (-15 -2096 ($ (-768))) (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))
((|NonNegativeInteger|) (< |#1| 256))
-((-1709 (((-112) $ $) NIL)) (-3250 (($) 6 T CONST)) (-1383 (($) 7 T CONST)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 14)) (-3124 (($) 8 T CONST)) (-2853 (((-112) $ $) 10)))
-(((-130) (-13 (-1094) (-10 -8 (-15 -1383 ($) -1367) (-15 -3124 ($) -1367) (-15 -3250 ($) -1367)))) (T -130))
-((-1383 (*1 *1) (-5 *1 (-130))) (-3124 (*1 *1) (-5 *1 (-130))) (-3250 (*1 *1) (-5 *1 (-130))))
-(-13 (-1094) (-10 -8 (-15 -1383 ($) -1367) (-15 -3124 ($) -1367) (-15 -3250 ($) -1367)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15)))
+((-1817 (((-112) $ $) NIL)) (-2652 (($) 6 T CONST)) (-2502 (($) 7 T CONST)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 14)) (-3852 (($) 8 T CONST)) (-1702 (((-112) $ $) 10)))
+(((-130) (-13 (-1094) (-10 -8 (-15 -2502 ($) -1809) (-15 -3852 ($) -1809) (-15 -2652 ($) -1809)))) (T -130))
+((-2502 (*1 *1) (-5 *1 (-130))) (-3852 (*1 *1) (-5 *1 (-130))) (-2652 (*1 *1) (-5 *1 (-130))))
+(-13 (-1094) (-10 -8 (-15 -2502 ($) -1809) (-15 -3852 ($) -1809) (-15 -2652 ($) -1809)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15)))
(((-131) (-140)) (T -131))
-((-2071 (*1 *1 *1 *1) (|partial| -4 *1 (-131))))
-(-13 (-23) (-10 -8 (-15 -2071 ((-3 $ "failed") $ $))))
+((-4088 (*1 *1 *1 *1) (|partial| -4 *1 (-131))))
+(-13 (-23) (-10 -8 (-15 -4088 ((-3 $ "failed") $ $))))
(((-23) . T) ((-25) . T) ((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 7)) (-1350 (((-1264) $ (-768)) 19)) (-1317 (((-768) $) 20)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)))
+((-1817 (((-112) $ $) 7)) (-2919 (((-1264) $ (-768)) 19)) (-3360 (((-768) $) 20)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)))
(((-132) (-140)) (T -132))
-((-1317 (*1 *2 *1) (-12 (-4 *1 (-132)) (-5 *2 (-768)))) (-1350 (*1 *2 *1 *3) (-12 (-4 *1 (-132)) (-5 *3 (-768)) (-5 *2 (-1264)))))
-(-13 (-847) (-10 -8 (-15 -1317 ((-768) $)) (-15 -1350 ((-1264) $ (-768)))))
+((-3360 (*1 *2 *1) (-12 (-4 *1 (-132)) (-5 *2 (-768)))) (-2919 (*1 *2 *1 *3) (-12 (-4 *1 (-132)) (-5 *3 (-768)) (-5 *2 (-1264)))))
+(-13 (-847) (-10 -8 (-15 -3360 ((-768) $)) (-15 -2919 ((-1264) $ (-768)))))
(((-102) . T) ((-611 (-859)) . T) ((-847) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 16) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2551 (((-641 (-1129)) $) 10)) (-2853 (((-112) $ $) NIL)))
-(((-133) (-13 (-1077) (-10 -8 (-15 -2551 ((-641 (-1129)) $))))) (T -133))
-((-2551 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-133)))))
-(-13 (-1077) (-10 -8 (-15 -2551 ((-641 (-1129)) $))))
-((-1709 (((-112) $ $) 47)) (-2013 (((-112) $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-768) "failed") $) 56)) (-3437 (((-768) $) 54)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) 36)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4126 (((-112)) 57)) (-3198 (((-112) (-112)) 59)) (-3655 (((-112) $) 30)) (-4082 (((-112) $) 53)) (-1721 (((-859) $) 28) (($ (-768)) 20)) (-2885 (($) 18 T CONST)) (-2898 (($) 19 T CONST)) (-2482 (($ (-768)) 21)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 32)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 34)) (-2970 (((-3 $ "failed") $ $) 40)) (-2956 (($ $ $) 37)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL) (($ $ $) 52)) (* (($ (-768) $) 46) (($ (-918) $) NIL) (($ $ $) 43)))
-(((-134) (-13 (-847) (-23) (-723) (-1035 (-768)) (-10 -8 (-6 (-4414 "*")) (-15 -2970 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2482 ($ (-768))) (-15 -3655 ((-112) $)) (-15 -4082 ((-112) $)) (-15 -4126 ((-112))) (-15 -3198 ((-112) (-112)))))) (T -134))
-((-2970 (*1 *1 *1 *1) (|partial| -5 *1 (-134))) (** (*1 *1 *1 *1) (-5 *1 (-134))) (-2482 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-134)))) (-3655 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-4082 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-4126 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-3198 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
-(-13 (-847) (-23) (-723) (-1035 (-768)) (-10 -8 (-6 (-4414 "*")) (-15 -2970 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2482 ($ (-768))) (-15 -3655 ((-112) $)) (-15 -4082 ((-112) $)) (-15 -4126 ((-112))) (-15 -3198 ((-112) (-112)))))
-((-4315 (((-136 |#1| |#2| |#4|) (-641 |#4|) (-136 |#1| |#2| |#3|)) 14)) (-2110 (((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|)) 18)))
-(((-135 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4315 ((-136 |#1| |#2| |#4|) (-641 |#4|) (-136 |#1| |#2| |#3|))) (-15 -2110 ((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|)))) (-564) (-768) (-172) (-172)) (T -135))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-564)) (-14 *6 (-768)) (-4 *7 (-172)) (-4 *8 (-172)) (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8)))) (-4315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-564)) (-14 *6 (-768)) (-4 *7 (-172)) (-4 *8 (-172)) (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8)))))
-(-10 -7 (-15 -4315 ((-136 |#1| |#2| |#4|) (-641 |#4|) (-136 |#1| |#2| |#3|))) (-15 -2110 ((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|))))
-((-1709 (((-112) $ $) NIL)) (-1451 (($ (-641 |#3|)) 63)) (-1532 (($ $) 125) (($ $ (-564) (-564)) 124)) (-1692 (($) 20)) (-2035 (((-3 |#3| "failed") $) 85)) (-3437 ((|#3| $) NIL)) (-2878 (($ $ (-641 (-564))) 126)) (-4304 (((-641 |#3|) $) 58)) (-3147 (((-768) $) 68)) (-2067 (($ $ $) 119)) (-3973 (($) 67)) (-2811 (((-1152) $) NIL)) (-2882 (($) 19)) (-4382 (((-1114) $) NIL)) (-2961 ((|#3| $) 70) ((|#3| $ (-564)) 71) ((|#3| $ (-564) (-564)) 72) ((|#3| $ (-564) (-564) (-564)) 73) ((|#3| $ (-564) (-564) (-564) (-564)) 74) ((|#3| $ (-641 (-564))) 75)) (-4341 (((-768) $) 69)) (-3938 (($ $ (-564) $ (-564)) 120) (($ $ (-564) (-564)) 122)) (-1721 (((-859) $) 93) (($ |#3|) 94) (($ (-240 |#2| |#3|)) 101) (($ (-1136 |#2| |#3|)) 104) (($ (-641 |#3|)) 76) (($ (-641 $)) 82)) (-2885 (($) 95 T CONST)) (-2898 (($) 96 T CONST)) (-2853 (((-112) $ $) 106)) (-2970 (($ $) 112) (($ $ $) 110)) (-2956 (($ $ $) 108)) (* (($ |#3| $) 117) (($ $ |#3|) 118) (($ $ (-564)) 115) (($ (-564) $) 114) (($ $ $) 121)))
-(((-136 |#1| |#2| |#3|) (-13 (-465 |#3| (-768)) (-470 (-564) (-768)) (-10 -8 (-15 -1721 ($ (-240 |#2| |#3|))) (-15 -1721 ($ (-1136 |#2| |#3|))) (-15 -1721 ($ (-641 |#3|))) (-15 -1721 ($ (-641 $))) (-15 -3147 ((-768) $)) (-15 -2961 (|#3| $)) (-15 -2961 (|#3| $ (-564))) (-15 -2961 (|#3| $ (-564) (-564))) (-15 -2961 (|#3| $ (-564) (-564) (-564))) (-15 -2961 (|#3| $ (-564) (-564) (-564) (-564))) (-15 -2961 (|#3| $ (-641 (-564)))) (-15 -2067 ($ $ $)) (-15 * ($ $ $)) (-15 -3938 ($ $ (-564) $ (-564))) (-15 -3938 ($ $ (-564) (-564))) (-15 -1532 ($ $)) (-15 -1532 ($ $ (-564) (-564))) (-15 -2878 ($ $ (-641 (-564)))) (-15 -2882 ($)) (-15 -3973 ($)) (-15 -4304 ((-641 |#3|) $)) (-15 -1451 ($ (-641 |#3|))) (-15 -1692 ($)))) (-564) (-768) (-172)) (T -136))
-((-2067 (*1 *1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-240 *4 *5)) (-14 *4 (-768)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-1136 *4 *5)) (-14 *4 (-768)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 (-768)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-136 *3 *4 *5))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 (-768)) (-4 *5 (-172)))) (-3147 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 *2) (-4 *5 (-172)))) (-2961 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-136 *3 *4 *2)) (-14 *3 (-564)) (-14 *4 (-768)))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-768)))) (-2961 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-768)))) (-2961 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-768)))) (-2961 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-768)))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 (-641 (-564))) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 (-564)) (-14 *5 (-768)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))) (-3938 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-768)) (-4 *5 (-172)))) (-3938 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-768)) (-4 *5 (-172)))) (-1532 (*1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))) (-1532 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-768)) (-4 *5 (-172)))) (-2878 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 (-768)) (-4 *5 (-172)))) (-2882 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))) (-3973 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))) (-4304 (*1 *2 *1) (-12 (-5 *2 (-641 *5)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 (-768)) (-4 *5 (-172)))) (-1451 (*1 *1 *2) (-12 (-5 *2 (-641 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 (-768)))) (-1692 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))))
-(-13 (-465 |#3| (-768)) (-470 (-564) (-768)) (-10 -8 (-15 -1721 ($ (-240 |#2| |#3|))) (-15 -1721 ($ (-1136 |#2| |#3|))) (-15 -1721 ($ (-641 |#3|))) (-15 -1721 ($ (-641 $))) (-15 -3147 ((-768) $)) (-15 -2961 (|#3| $)) (-15 -2961 (|#3| $ (-564))) (-15 -2961 (|#3| $ (-564) (-564))) (-15 -2961 (|#3| $ (-564) (-564) (-564))) (-15 -2961 (|#3| $ (-564) (-564) (-564) (-564))) (-15 -2961 (|#3| $ (-641 (-564)))) (-15 -2067 ($ $ $)) (-15 * ($ $ $)) (-15 -3938 ($ $ (-564) $ (-564))) (-15 -3938 ($ $ (-564) (-564))) (-15 -1532 ($ $)) (-15 -1532 ($ $ (-564) (-564))) (-15 -2878 ($ $ (-641 (-564)))) (-15 -2882 ($)) (-15 -3973 ($)) (-15 -4304 ((-641 |#3|) $)) (-15 -1451 ($ (-641 |#3|))) (-15 -1692 ($))))
-((-1709 (((-112) $ $) NIL)) (-4240 (((-1129) $) 11)) (-4230 (((-1129) $) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-137) (-13 (-1077) (-10 -8 (-15 -4230 ((-1129) $)) (-15 -4240 ((-1129) $))))) (T -137))
-((-4230 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-137)))) (-4240 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-137)))))
-(-13 (-1077) (-10 -8 (-15 -4230 ((-1129) $)) (-15 -4240 ((-1129) $))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-1664 (((-186) $) 10)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 20) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2551 (((-641 (-1129)) $) 13)) (-2853 (((-112) $ $) NIL)))
-(((-138) (-13 (-1077) (-10 -8 (-15 -1664 ((-186) $)) (-15 -2551 ((-641 (-1129)) $))))) (T -138))
-((-1664 (*1 *2 *1) (-12 (-5 *2 (-186)) (-5 *1 (-138)))) (-2551 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-138)))))
-(-13 (-1077) (-10 -8 (-15 -1664 ((-186) $)) (-15 -2551 ((-641 (-1129)) $))))
-((-1709 (((-112) $ $) NIL)) (-1981 (((-641 (-862)) $) NIL)) (-2540 (((-506) $) NIL)) (-2811 (((-1152) $) NIL)) (-1664 (((-186) $) NIL)) (-4382 (((-1114) $) NIL)) (-1876 (((-641 (-112)) $) NIL)) (-1721 (((-859) $) NIL) (((-187) $) 6)) (-1627 (((-55) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 16) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1328 (((-641 (-1129)) $) 10)) (-1702 (((-112) $ $) NIL)))
+(((-133) (-13 (-1077) (-10 -8 (-15 -1328 ((-641 (-1129)) $))))) (T -133))
+((-1328 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-133)))))
+(-13 (-1077) (-10 -8 (-15 -1328 ((-641 (-1129)) $))))
+((-1817 (((-112) $ $) 47)) (-1615 (((-112) $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-768) "failed") $) 56)) (-2237 (((-768) $) 54)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) 36)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3323 (((-112)) 57)) (-3379 (((-112) (-112)) 59)) (-2334 (((-112) $) 30)) (-4116 (((-112) $) 53)) (-1831 (((-859) $) 28) (($ (-768)) 20)) (-1293 (($) 18 T CONST)) (-1300 (($) 19 T CONST)) (-2671 (($ (-768)) 21)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 32)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 34)) (-1808 (((-3 $ "failed") $ $) 40)) (-1797 (($ $ $) 37)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL) (($ $ $) 52)) (* (($ (-768) $) 46) (($ (-918) $) NIL) (($ $ $) 43)))
+(((-134) (-13 (-847) (-23) (-723) (-1035 (-768)) (-10 -8 (-6 (-4408 "*")) (-15 -1808 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2671 ($ (-768))) (-15 -2334 ((-112) $)) (-15 -4116 ((-112) $)) (-15 -3323 ((-112))) (-15 -3379 ((-112) (-112)))))) (T -134))
+((-1808 (*1 *1 *1 *1) (|partial| -5 *1 (-134))) (** (*1 *1 *1 *1) (-5 *1 (-134))) (-2671 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-134)))) (-2334 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-4116 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-3323 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-3379 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
+(-13 (-847) (-23) (-723) (-1035 (-768)) (-10 -8 (-6 (-4408 "*")) (-15 -1808 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2671 ($ (-768))) (-15 -2334 ((-112) $)) (-15 -4116 ((-112) $)) (-15 -3323 ((-112))) (-15 -3379 ((-112) (-112)))))
+((-1319 (((-136 |#1| |#2| |#4|) (-641 |#4|) (-136 |#1| |#2| |#3|)) 14)) (-2449 (((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|)) 18)))
+(((-135 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1319 ((-136 |#1| |#2| |#4|) (-641 |#4|) (-136 |#1| |#2| |#3|))) (-15 -2449 ((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|)))) (-564) (-768) (-172) (-172)) (T -135))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-564)) (-14 *6 (-768)) (-4 *7 (-172)) (-4 *8 (-172)) (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8)))) (-1319 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-564)) (-14 *6 (-768)) (-4 *7 (-172)) (-4 *8 (-172)) (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8)))))
+(-10 -7 (-15 -1319 ((-136 |#1| |#2| |#4|) (-641 |#4|) (-136 |#1| |#2| |#3|))) (-15 -2449 ((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|))))
+((-1817 (((-112) $ $) NIL)) (-3172 (($ (-641 |#3|)) 63)) (-2775 (($ $) 125) (($ $ (-564) (-564)) 124)) (-1778 (($) 20)) (-2347 (((-3 |#3| "failed") $) 85)) (-2237 ((|#3| $) NIL)) (-2080 (($ $ (-641 (-564))) 126)) (-1306 (((-641 |#3|) $) 58)) (-3531 (((-768) $) 68)) (-4049 (($ $ $) 119)) (-2399 (($) 67)) (-2723 (((-1152) $) NIL)) (-2112 (($) 19)) (-2780 (((-1114) $) NIL)) (-1350 ((|#3| $) 70) ((|#3| $ (-564)) 71) ((|#3| $ (-564) (-564)) 72) ((|#3| $ (-564) (-564) (-564)) 73) ((|#3| $ (-564) (-564) (-564) (-564)) 74) ((|#3| $ (-641 (-564))) 75)) (-1619 (((-768) $) 69)) (-2069 (($ $ (-564) $ (-564)) 120) (($ $ (-564) (-564)) 122)) (-1831 (((-859) $) 93) (($ |#3|) 94) (($ (-240 |#2| |#3|)) 101) (($ (-1136 |#2| |#3|)) 104) (($ (-641 |#3|)) 76) (($ (-641 $)) 82)) (-1293 (($) 95 T CONST)) (-1300 (($) 96 T CONST)) (-1702 (((-112) $ $) 106)) (-1808 (($ $) 112) (($ $ $) 110)) (-1797 (($ $ $) 108)) (* (($ |#3| $) 117) (($ $ |#3|) 118) (($ $ (-564)) 115) (($ (-564) $) 114) (($ $ $) 121)))
+(((-136 |#1| |#2| |#3|) (-13 (-465 |#3| (-768)) (-470 (-564) (-768)) (-10 -8 (-15 -1831 ($ (-240 |#2| |#3|))) (-15 -1831 ($ (-1136 |#2| |#3|))) (-15 -1831 ($ (-641 |#3|))) (-15 -1831 ($ (-641 $))) (-15 -3531 ((-768) $)) (-15 -1350 (|#3| $)) (-15 -1350 (|#3| $ (-564))) (-15 -1350 (|#3| $ (-564) (-564))) (-15 -1350 (|#3| $ (-564) (-564) (-564))) (-15 -1350 (|#3| $ (-564) (-564) (-564) (-564))) (-15 -1350 (|#3| $ (-641 (-564)))) (-15 -4049 ($ $ $)) (-15 * ($ $ $)) (-15 -2069 ($ $ (-564) $ (-564))) (-15 -2069 ($ $ (-564) (-564))) (-15 -2775 ($ $)) (-15 -2775 ($ $ (-564) (-564))) (-15 -2080 ($ $ (-641 (-564)))) (-15 -2112 ($)) (-15 -2399 ($)) (-15 -1306 ((-641 |#3|) $)) (-15 -3172 ($ (-641 |#3|))) (-15 -1778 ($)))) (-564) (-768) (-172)) (T -136))
+((-4049 (*1 *1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-240 *4 *5)) (-14 *4 (-768)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-1136 *4 *5)) (-14 *4 (-768)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 (-768)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-136 *3 *4 *5))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 (-768)) (-4 *5 (-172)))) (-3531 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 *2) (-4 *5 (-172)))) (-1350 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-136 *3 *4 *2)) (-14 *3 (-564)) (-14 *4 (-768)))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-768)))) (-1350 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-768)))) (-1350 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-768)))) (-1350 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-768)))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 (-641 (-564))) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 (-564)) (-14 *5 (-768)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))) (-2069 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-768)) (-4 *5 (-172)))) (-2069 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-768)) (-4 *5 (-172)))) (-2775 (*1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))) (-2775 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-768)) (-4 *5 (-172)))) (-2080 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 (-768)) (-4 *5 (-172)))) (-2112 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))) (-2399 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))) (-1306 (*1 *2 *1) (-12 (-5 *2 (-641 *5)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 (-768)) (-4 *5 (-172)))) (-3172 (*1 *1 *2) (-12 (-5 *2 (-641 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564)) (-14 *4 (-768)))) (-1778 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768)) (-4 *4 (-172)))))
+(-13 (-465 |#3| (-768)) (-470 (-564) (-768)) (-10 -8 (-15 -1831 ($ (-240 |#2| |#3|))) (-15 -1831 ($ (-1136 |#2| |#3|))) (-15 -1831 ($ (-641 |#3|))) (-15 -1831 ($ (-641 $))) (-15 -3531 ((-768) $)) (-15 -1350 (|#3| $)) (-15 -1350 (|#3| $ (-564))) (-15 -1350 (|#3| $ (-564) (-564))) (-15 -1350 (|#3| $ (-564) (-564) (-564))) (-15 -1350 (|#3| $ (-564) (-564) (-564) (-564))) (-15 -1350 (|#3| $ (-641 (-564)))) (-15 -4049 ($ $ $)) (-15 * ($ $ $)) (-15 -2069 ($ $ (-564) $ (-564))) (-15 -2069 ($ $ (-564) (-564))) (-15 -2775 ($ $)) (-15 -2775 ($ $ (-564) (-564))) (-15 -2080 ($ $ (-641 (-564)))) (-15 -2112 ($)) (-15 -2399 ($)) (-15 -1306 ((-641 |#3|) $)) (-15 -3172 ($ (-641 |#3|))) (-15 -1778 ($))))
+((-1817 (((-112) $ $) NIL)) (-4383 (((-1129) $) 11)) (-4372 (((-1129) $) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-137) (-13 (-1077) (-10 -8 (-15 -4372 ((-1129) $)) (-15 -4383 ((-1129) $))))) (T -137))
+((-4372 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-137)))) (-4383 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-137)))))
+(-13 (-1077) (-10 -8 (-15 -4372 ((-1129) $)) (-15 -4383 ((-1129) $))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-3568 (((-186) $) 10)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 20) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1328 (((-641 (-1129)) $) 13)) (-1702 (((-112) $ $) NIL)))
+(((-138) (-13 (-1077) (-10 -8 (-15 -3568 ((-186) $)) (-15 -1328 ((-641 (-1129)) $))))) (T -138))
+((-3568 (*1 *2 *1) (-12 (-5 *2 (-186)) (-5 *1 (-138)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-138)))))
+(-13 (-1077) (-10 -8 (-15 -3568 ((-186) $)) (-15 -1328 ((-641 (-1129)) $))))
+((-1817 (((-112) $ $) NIL)) (-3641 (((-641 (-862)) $) NIL)) (-1316 (((-506) $) NIL)) (-2723 (((-1152) $) NIL)) (-3568 (((-186) $) NIL)) (-2780 (((-1114) $) NIL)) (-2831 (((-641 (-112)) $) NIL)) (-1831 (((-859) $) NIL) (((-187) $) 6)) (-2450 (((-55) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-139) (-13 (-185) (-611 (-187)))) (T -139))
NIL
(-13 (-185) (-611 (-187)))
-((-3620 (((-641 (-183)) $) 13)) (-2480 (((-641 (-183)) $) 14)) (-1412 (((-641 (-835)) $) 10)) (-3878 (((-139) $) 7)) (-1721 (((-859) $) 16)))
-(((-140) (-13 (-611 (-859)) (-10 -8 (-15 -3878 ((-139) $)) (-15 -1412 ((-641 (-835)) $)) (-15 -3620 ((-641 (-183)) $)) (-15 -2480 ((-641 (-183)) $))))) (T -140))
-((-3878 (*1 *2 *1) (-12 (-5 *2 (-139)) (-5 *1 (-140)))) (-1412 (*1 *2 *1) (-12 (-5 *2 (-641 (-835))) (-5 *1 (-140)))) (-3620 (*1 *2 *1) (-12 (-5 *2 (-641 (-183))) (-5 *1 (-140)))) (-2480 (*1 *2 *1) (-12 (-5 *2 (-641 (-183))) (-5 *1 (-140)))))
-(-13 (-611 (-859)) (-10 -8 (-15 -3878 ((-139) $)) (-15 -1412 ((-641 (-835)) $)) (-15 -3620 ((-641 (-183)) $)) (-15 -2480 ((-641 (-183)) $))))
-((-1709 (((-112) $ $) NIL)) (-4235 (($) 17 T CONST)) (-3597 (($) NIL (|has| (-144) (-368)))) (-1749 (($ $ $) 19) (($ $ (-144)) NIL) (($ (-144) $) NIL)) (-1623 (($ $ $) NIL)) (-3331 (((-112) $ $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-1860 (((-768)) NIL (|has| (-144) (-368)))) (-2268 (($) NIL) (($ (-641 (-144))) NIL)) (-4085 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3537 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412))) (($ (-144) $) 61 (|has| $ (-6 -4412)))) (-3813 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412))) (($ (-144) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3658 (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4412))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4412))) (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3746 (($) NIL (|has| (-144) (-368)))) (-1597 (((-641 (-144)) $) 70 (|has| $ (-6 -4412)))) (-3539 (((-112) $ $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-2766 (((-144) $) NIL (|has| (-144) (-847)))) (-4317 (((-641 (-144)) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-144) $) 27 (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-1650 (((-144) $) NIL (|has| (-144) (-847)))) (-1439 (($ (-1 (-144) (-144)) $) 69 (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-144) (-144)) $) 65)) (-3702 (($) 18 T CONST)) (-2981 (((-918) $) NIL (|has| (-144) (-368)))) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-1475 (($ $ $) 30)) (-4290 (((-144) $) 62)) (-3573 (($ (-144) $) 60)) (-1359 (($ (-918)) NIL (|has| (-144) (-368)))) (-3493 (($) 16 T CONST)) (-4382 (((-1114) $) NIL)) (-2061 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-2382 (((-144) $) 63)) (-2070 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-144)) (-641 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-294 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-641 (-294 (-144)))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) 58)) (-3675 (($) 15 T CONST)) (-2125 (($ $ $) 32) (($ $ (-144)) NIL)) (-2710 (($ (-641 (-144))) NIL) (($) NIL)) (-1292 (((-768) (-144) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094)))) (((-768) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-1152) $) 37) (((-536) $) NIL (|has| (-144) (-612 (-536)))) (((-641 (-144)) $) 35)) (-1732 (($ (-641 (-144))) NIL)) (-1559 (($ $) 33 (|has| (-144) (-368)))) (-1721 (((-859) $) 55)) (-1693 (($ (-1152)) 14) (($ (-641 (-144))) 52)) (-4138 (((-768) $) NIL)) (-4081 (($) 59) (($ (-641 (-144))) NIL)) (-1959 (($ (-641 (-144))) NIL)) (-2666 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-2127 (($) 21 T CONST)) (-3033 (($) 20 T CONST)) (-2853 (((-112) $ $) 24)) (-3435 (((-768) $) 57 (|has| $ (-6 -4412)))))
-(((-141) (-13 (-1094) (-612 (-1152)) (-425 (-144)) (-612 (-641 (-144))) (-10 -8 (-15 -1693 ($ (-1152))) (-15 -1693 ($ (-641 (-144)))) (-15 -3675 ($) -1367) (-15 -3493 ($) -1367) (-15 -4235 ($) -1367) (-15 -3702 ($) -1367) (-15 -3033 ($) -1367) (-15 -2127 ($) -1367)))) (T -141))
-((-1693 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-141)))) (-1693 (*1 *1 *2) (-12 (-5 *2 (-641 (-144))) (-5 *1 (-141)))) (-3675 (*1 *1) (-5 *1 (-141))) (-3493 (*1 *1) (-5 *1 (-141))) (-4235 (*1 *1) (-5 *1 (-141))) (-3702 (*1 *1) (-5 *1 (-141))) (-3033 (*1 *1) (-5 *1 (-141))) (-2127 (*1 *1) (-5 *1 (-141))))
-(-13 (-1094) (-612 (-1152)) (-425 (-144)) (-612 (-641 (-144))) (-10 -8 (-15 -1693 ($ (-1152))) (-15 -1693 ($ (-641 (-144)))) (-15 -3675 ($) -1367) (-15 -3493 ($) -1367) (-15 -4235 ($) -1367) (-15 -3702 ($) -1367) (-15 -3033 ($) -1367) (-15 -2127 ($) -1367)))
-((-1604 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17)) (-3907 ((|#1| |#3|) 9)) (-1680 ((|#3| |#3|) 15)))
-(((-142 |#1| |#2| |#3|) (-10 -7 (-15 -3907 (|#1| |#3|)) (-15 -1680 (|#3| |#3|)) (-15 -1604 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-556) (-989 |#1|) (-373 |#2|)) (T -142))
-((-1604 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-989 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-142 *4 *5 *3)) (-4 *3 (-373 *5)))) (-1680 (*1 *2 *2) (-12 (-4 *3 (-556)) (-4 *4 (-989 *3)) (-5 *1 (-142 *3 *4 *2)) (-4 *2 (-373 *4)))) (-3907 (*1 *2 *3) (-12 (-4 *4 (-989 *2)) (-4 *2 (-556)) (-5 *1 (-142 *2 *4 *3)) (-4 *3 (-373 *4)))))
-(-10 -7 (-15 -3907 (|#1| |#3|)) (-15 -1680 (|#3| |#3|)) (-15 -1604 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-2250 (($ $ $) 8)) (-3867 (($ $) 7)) (-3483 (($ $ $) 6)))
+((-1994 (((-641 (-183)) $) 13)) (-2407 (((-641 (-183)) $) 14)) (-3963 (((-641 (-835)) $) 10)) (-4015 (((-139) $) 7)) (-1831 (((-859) $) 16)))
+(((-140) (-13 (-611 (-859)) (-10 -8 (-15 -4015 ((-139) $)) (-15 -3963 ((-641 (-835)) $)) (-15 -1994 ((-641 (-183)) $)) (-15 -2407 ((-641 (-183)) $))))) (T -140))
+((-4015 (*1 *2 *1) (-12 (-5 *2 (-139)) (-5 *1 (-140)))) (-3963 (*1 *2 *1) (-12 (-5 *2 (-641 (-835))) (-5 *1 (-140)))) (-1994 (*1 *2 *1) (-12 (-5 *2 (-641 (-183))) (-5 *1 (-140)))) (-2407 (*1 *2 *1) (-12 (-5 *2 (-641 (-183))) (-5 *1 (-140)))))
+(-13 (-611 (-859)) (-10 -8 (-15 -4015 ((-139) $)) (-15 -3963 ((-641 (-835)) $)) (-15 -1994 ((-641 (-183)) $)) (-15 -2407 ((-641 (-183)) $))))
+((-1817 (((-112) $ $) NIL)) (-3129 (($) 17 T CONST)) (-3002 (($) NIL (|has| (-144) (-368)))) (-3650 (($ $ $) 19) (($ $ (-144)) NIL) (($ (-144) $) NIL)) (-2396 (($ $ $) NIL)) (-2172 (((-112) $ $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-3267 (((-768)) NIL (|has| (-144) (-368)))) (-3810 (($) NIL) (($ (-641 (-144))) NIL)) (-4145 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-3644 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406))) (($ (-144) $) 61 (|has| $ (-6 -4406)))) (-2576 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406))) (($ (-144) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-1988 (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4406))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4406))) (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-2900 (($) NIL (|has| (-144) (-368)))) (-1433 (((-641 (-144)) $) 70 (|has| $ (-6 -4406)))) (-3668 (((-112) $ $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-1925 (((-144) $) NIL (|has| (-144) (-847)))) (-2640 (((-641 (-144)) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-144) $) 27 (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-3375 (((-144) $) NIL (|has| (-144) (-847)))) (-2250 (($ (-1 (-144) (-144)) $) 69 (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-144) (-144)) $) 65)) (-1573 (($) 18 T CONST)) (-1811 (((-918) $) NIL (|has| (-144) (-368)))) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-3425 (($ $ $) 30)) (-2401 (((-144) $) 62)) (-2783 (($ (-144) $) 60)) (-1468 (($ (-918)) NIL (|has| (-144) (-368)))) (-4345 (($) 16 T CONST)) (-2780 (((-1114) $) NIL)) (-3995 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-4153 (((-144) $) 63)) (-4077 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-144)) (-641 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-294 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-641 (-294 (-144)))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) 58)) (-2561 (($) 15 T CONST)) (-3405 (($ $ $) 32) (($ $ (-144)) NIL)) (-4232 (($ (-641 (-144))) NIL) (($) NIL)) (-2791 (((-768) (-144) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094)))) (((-768) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-1152) $) 37) (((-536) $) NIL (|has| (-144) (-612 (-536)))) (((-641 (-144)) $) 35)) (-1842 (($ (-641 (-144))) NIL)) (-3028 (($ $) 33 (|has| (-144) (-368)))) (-1831 (((-859) $) 55)) (-1788 (($ (-1152)) 14) (($ (-641 (-144))) 52)) (-3434 (((-768) $) NIL)) (-3131 (($) 59) (($ (-641 (-144))) NIL)) (-2321 (($ (-641 (-144))) NIL)) (-1963 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-3424 (($) 21 T CONST)) (-2220 (($) 20 T CONST)) (-1702 (((-112) $ $) 24)) (-2828 (((-768) $) 57 (|has| $ (-6 -4406)))))
+(((-141) (-13 (-1094) (-612 (-1152)) (-425 (-144)) (-612 (-641 (-144))) (-10 -8 (-15 -1788 ($ (-1152))) (-15 -1788 ($ (-641 (-144)))) (-15 -2561 ($) -1809) (-15 -4345 ($) -1809) (-15 -3129 ($) -1809) (-15 -1573 ($) -1809) (-15 -2220 ($) -1809) (-15 -3424 ($) -1809)))) (T -141))
+((-1788 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-141)))) (-1788 (*1 *1 *2) (-12 (-5 *2 (-641 (-144))) (-5 *1 (-141)))) (-2561 (*1 *1) (-5 *1 (-141))) (-4345 (*1 *1) (-5 *1 (-141))) (-3129 (*1 *1) (-5 *1 (-141))) (-1573 (*1 *1) (-5 *1 (-141))) (-2220 (*1 *1) (-5 *1 (-141))) (-3424 (*1 *1) (-5 *1 (-141))))
+(-13 (-1094) (-612 (-1152)) (-425 (-144)) (-612 (-641 (-144))) (-10 -8 (-15 -1788 ($ (-1152))) (-15 -1788 ($ (-641 (-144)))) (-15 -2561 ($) -1809) (-15 -4345 ($) -1809) (-15 -3129 ($) -1809) (-15 -1573 ($) -1809) (-15 -2220 ($) -1809) (-15 -3424 ($) -1809)))
+((-2203 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17)) (-2980 ((|#1| |#3|) 9)) (-1648 ((|#3| |#3|) 15)))
+(((-142 |#1| |#2| |#3|) (-10 -7 (-15 -2980 (|#1| |#3|)) (-15 -1648 (|#3| |#3|)) (-15 -2203 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-556) (-989 |#1|) (-373 |#2|)) (T -142))
+((-2203 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-989 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-142 *4 *5 *3)) (-4 *3 (-373 *5)))) (-1648 (*1 *2 *2) (-12 (-4 *3 (-556)) (-4 *4 (-989 *3)) (-5 *1 (-142 *3 *4 *2)) (-4 *2 (-373 *4)))) (-2980 (*1 *2 *3) (-12 (-4 *4 (-989 *2)) (-4 *2 (-556)) (-5 *1 (-142 *2 *4 *3)) (-4 *3 (-373 *4)))))
+(-10 -7 (-15 -2980 (|#1| |#3|)) (-15 -1648 (|#3| |#3|)) (-15 -2203 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-2163 (($ $ $) 8)) (-3839 (($ $) 7)) (-4254 (($ $ $) 6)))
(((-143) (-140)) (T -143))
-((-2250 (*1 *1 *1 *1) (-4 *1 (-143))) (-3867 (*1 *1 *1) (-4 *1 (-143))) (-3483 (*1 *1 *1 *1) (-4 *1 (-143))))
-(-13 (-10 -8 (-15 -3483 ($ $ $)) (-15 -3867 ($ $)) (-15 -2250 ($ $ $))))
-((-1709 (((-112) $ $) NIL)) (-3252 (((-112) $) 36)) (-4235 (($ $) 52)) (-1337 (($) 23)) (-1860 (((-768)) 10)) (-3746 (($) 22)) (-1873 (($) 24)) (-3651 (((-768) $) 18)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-1716 (((-112) $) 38)) (-3702 (($ $) 53)) (-2981 (((-918) $) 20)) (-2811 (((-1152) $) 46)) (-1359 (($ (-918)) 17)) (-4381 (((-112) $) 34)) (-4382 (((-1114) $) NIL)) (-2991 (($) 25)) (-3044 (((-112) $) 32)) (-1721 (((-859) $) 27)) (-2802 (($ (-768)) 16) (($ (-1152)) 51)) (-3212 (((-112) $) 42)) (-2139 (((-112) $) 40)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 7)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 8)))
-(((-144) (-13 (-841) (-10 -8 (-15 -3651 ((-768) $)) (-15 -2802 ($ (-768))) (-15 -2802 ($ (-1152))) (-15 -1337 ($)) (-15 -1873 ($)) (-15 -2991 ($)) (-15 -4235 ($ $)) (-15 -3702 ($ $)) (-15 -3044 ((-112) $)) (-15 -4381 ((-112) $)) (-15 -2139 ((-112) $)) (-15 -3252 ((-112) $)) (-15 -1716 ((-112) $)) (-15 -3212 ((-112) $))))) (T -144))
-((-3651 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-144)))) (-2802 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-144)))) (-2802 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-144)))) (-1337 (*1 *1) (-5 *1 (-144))) (-1873 (*1 *1) (-5 *1 (-144))) (-2991 (*1 *1) (-5 *1 (-144))) (-4235 (*1 *1 *1) (-5 *1 (-144))) (-3702 (*1 *1 *1) (-5 *1 (-144))) (-3044 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-4381 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-2139 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-3252 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-1716 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(-13 (-841) (-10 -8 (-15 -3651 ((-768) $)) (-15 -2802 ($ (-768))) (-15 -2802 ($ (-1152))) (-15 -1337 ($)) (-15 -1873 ($)) (-15 -2991 ($)) (-15 -4235 ($ $)) (-15 -3702 ($ $)) (-15 -3044 ((-112) $)) (-15 -4381 ((-112) $)) (-15 -2139 ((-112) $)) (-15 -3252 ((-112) $)) (-15 -1716 ((-112) $)) (-15 -3212 ((-112) $))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29)) (-2684 (((-3 $ "failed") $) 35)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-2163 (*1 *1 *1 *1) (-4 *1 (-143))) (-3839 (*1 *1 *1) (-4 *1 (-143))) (-4254 (*1 *1 *1 *1) (-4 *1 (-143))))
+(-13 (-10 -8 (-15 -4254 ($ $ $)) (-15 -3839 ($ $)) (-15 -2163 ($ $ $))))
+((-1817 (((-112) $ $) NIL)) (-2676 (((-112) $) 36)) (-3129 (($ $) 52)) (-2641 (($) 23)) (-3267 (((-768)) 10)) (-2900 (($) 22)) (-2801 (($) 24)) (-2300 (((-768) $) 18)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-3899 (((-112) $) 38)) (-1573 (($ $) 53)) (-1811 (((-918) $) 20)) (-2723 (((-1152) $) 46)) (-1468 (($ (-918)) 17)) (-2024 (((-112) $) 34)) (-2780 (((-1114) $) NIL)) (-1905 (($) 25)) (-3453 (((-112) $) 32)) (-1831 (((-859) $) 27)) (-2239 (($ (-768)) 16) (($ (-1152)) 51)) (-3516 (((-112) $) 42)) (-3560 (((-112) $) 40)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 7)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 8)))
+(((-144) (-13 (-841) (-10 -8 (-15 -2300 ((-768) $)) (-15 -2239 ($ (-768))) (-15 -2239 ($ (-1152))) (-15 -2641 ($)) (-15 -2801 ($)) (-15 -1905 ($)) (-15 -3129 ($ $)) (-15 -1573 ($ $)) (-15 -3453 ((-112) $)) (-15 -2024 ((-112) $)) (-15 -3560 ((-112) $)) (-15 -2676 ((-112) $)) (-15 -3899 ((-112) $)) (-15 -3516 ((-112) $))))) (T -144))
+((-2300 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-144)))) (-2239 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-144)))) (-2239 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-144)))) (-2641 (*1 *1) (-5 *1 (-144))) (-2801 (*1 *1) (-5 *1 (-144))) (-1905 (*1 *1) (-5 *1 (-144))) (-3129 (*1 *1 *1) (-5 *1 (-144))) (-1573 (*1 *1 *1) (-5 *1 (-144))) (-3453 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-2024 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-3560 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-2676 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-3899 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-3516 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(-13 (-841) (-10 -8 (-15 -2300 ((-768) $)) (-15 -2239 ($ (-768))) (-15 -2239 ($ (-1152))) (-15 -2641 ($)) (-15 -2801 ($)) (-15 -1905 ($)) (-15 -3129 ($ $)) (-15 -1573 ($ $)) (-15 -3453 ((-112) $)) (-15 -2024 ((-112) $)) (-15 -3560 ((-112) $)) (-15 -2676 ((-112) $)) (-15 -3899 ((-112) $)) (-15 -3516 ((-112) $))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29)) (-4018 (((-3 $ "failed") $) 35)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-145) (-140)) (T -145))
-((-2684 (*1 *1 *1) (|partial| -4 *1 (-145))))
-(-13 (-1046) (-10 -8 (-15 -2684 ((-3 $ "failed") $))))
+((-4018 (*1 *1 *1) (|partial| -4 *1 (-145))))
+(-13 (-1046) (-10 -8 (-15 -4018 ((-3 $ "failed") $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 $) . T) ((-723) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-4120 ((|#1| (-685 |#1|) |#1|) 23)))
-(((-146 |#1|) (-10 -7 (-15 -4120 (|#1| (-685 |#1|) |#1|))) (-172)) (T -146))
-((-4120 (*1 *2 *3 *2) (-12 (-5 *3 (-685 *2)) (-4 *2 (-172)) (-5 *1 (-146 *2)))))
-(-10 -7 (-15 -4120 (|#1| (-685 |#1|) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-1349 ((|#1| (-685 |#1|) |#1|) 23)))
+(((-146 |#1|) (-10 -7 (-15 -1349 (|#1| (-685 |#1|) |#1|))) (-172)) (T -146))
+((-1349 (*1 *2 *3 *2) (-12 (-5 *3 (-685 *2)) (-4 *2 (-172)) (-5 *1 (-146 *2)))))
+(-10 -7 (-15 -1349 (|#1| (-685 |#1|) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-147) (-140)) (T -147))
NIL
(-13 (-1046))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 $) . T) ((-723) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-3951 (((-2 (|:| -2954 (-768)) (|:| -2784 (-407 |#2|)) (|:| |radicand| |#2|)) (-407 |#2|) (-768)) 75)) (-3842 (((-3 (-2 (|:| |radicand| (-407 |#2|)) (|:| |deg| (-768))) "failed") |#3|) 55)) (-1994 (((-2 (|:| -2784 (-407 |#2|)) (|:| |poly| |#3|)) |#3|) 40)) (-3379 ((|#1| |#3| |#3|) 43)) (-3227 ((|#3| |#3| (-407 |#2|) (-407 |#2|)) 20)) (-1691 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| |deg| (-768))) |#3| |#3|) 52)))
-(((-148 |#1| |#2| |#3|) (-10 -7 (-15 -1994 ((-2 (|:| -2784 (-407 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -3842 ((-3 (-2 (|:| |radicand| (-407 |#2|)) (|:| |deg| (-768))) "failed") |#3|)) (-15 -3951 ((-2 (|:| -2954 (-768)) (|:| -2784 (-407 |#2|)) (|:| |radicand| |#2|)) (-407 |#2|) (-768))) (-15 -3379 (|#1| |#3| |#3|)) (-15 -3227 (|#3| |#3| (-407 |#2|) (-407 |#2|))) (-15 -1691 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| |deg| (-768))) |#3| |#3|))) (-1213) (-1235 |#1|) (-1235 (-407 |#2|))) (T -148))
-((-1691 (*1 *2 *3 *3) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-407 *5)) (|:| |c2| (-407 *5)) (|:| |deg| (-768)))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))) (-3227 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-407 *5)) (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-5 *1 (-148 *4 *5 *2)) (-4 *2 (-1235 *3)))) (-3379 (*1 *2 *3 *3) (-12 (-4 *4 (-1235 *2)) (-4 *2 (-1213)) (-5 *1 (-148 *2 *4 *3)) (-4 *3 (-1235 (-407 *4))))) (-3951 (*1 *2 *3 *4) (-12 (-5 *3 (-407 *6)) (-4 *5 (-1213)) (-4 *6 (-1235 *5)) (-5 *2 (-2 (|:| -2954 (-768)) (|:| -2784 *3) (|:| |radicand| *6))) (-5 *1 (-148 *5 *6 *7)) (-5 *4 (-768)) (-4 *7 (-1235 *3)))) (-3842 (*1 *2 *3) (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| |radicand| (-407 *5)) (|:| |deg| (-768)))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))) (-1994 (*1 *2 *3) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| -2784 (-407 *5)) (|:| |poly| *3))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))))
-(-10 -7 (-15 -1994 ((-2 (|:| -2784 (-407 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -3842 ((-3 (-2 (|:| |radicand| (-407 |#2|)) (|:| |deg| (-768))) "failed") |#3|)) (-15 -3951 ((-2 (|:| -2954 (-768)) (|:| -2784 (-407 |#2|)) (|:| |radicand| |#2|)) (-407 |#2|) (-768))) (-15 -3379 (|#1| |#3| |#3|)) (-15 -3227 (|#3| |#3| (-407 |#2|) (-407 |#2|))) (-15 -1691 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| |deg| (-768))) |#3| |#3|)))
-((-3991 (((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|)) 34)))
-(((-149 |#1| |#2|) (-10 -7 (-15 -3991 ((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|)))) (-545) (-166 |#1|)) (T -149))
-((-3991 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 *5))) (-5 *3 (-1166 *5)) (-4 *5 (-166 *4)) (-4 *4 (-545)) (-5 *1 (-149 *4 *5)))))
-(-10 -7 (-15 -3991 ((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|))))
-((-3346 (($ (-1 (-112) |#2|) $) 35)) (-1928 (($ $) 42)) (-3813 (($ (-1 (-112) |#2|) $) 33) (($ |#2| $) 38)) (-3658 ((|#2| (-1 |#2| |#2| |#2|) $) 28) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 30) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 40)) (-2061 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 25)) (-2070 (((-112) (-1 (-112) |#2|) $) 22)) (-1292 (((-768) (-1 (-112) |#2|) $) 18) (((-768) |#2| $) NIL)) (-2666 (((-112) (-1 (-112) |#2|) $) 21)) (-3435 (((-768) $) 12)))
-(((-150 |#1| |#2|) (-10 -8 (-15 -1928 (|#1| |#1|)) (-15 -3813 (|#1| |#2| |#1|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3346 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3813 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2061 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1292 ((-768) |#2| |#1|)) (-15 -1292 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -2070 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3435 ((-768) |#1|))) (-151 |#2|) (-1209)) (T -150))
-NIL
-(-10 -8 (-15 -1928 (|#1| |#1|)) (-15 -3813 (|#1| |#2| |#1|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3346 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3813 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2061 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1292 ((-768) |#2| |#1|)) (-15 -1292 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -2070 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3435 ((-768) |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) 8)) (-3346 (($ (-1 (-112) |#1|) $) 44 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-1928 (($ $) 41 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4412))) (($ |#1| $) 42 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $) 47 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 46 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 48)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 40 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 49)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-2183 (((-2 (|:| -1558 (-768)) (|:| -2860 (-407 |#2|)) (|:| |radicand| |#2|)) (-407 |#2|) (-768)) 75)) (-3605 (((-3 (-2 (|:| |radicand| (-407 |#2|)) (|:| |deg| (-768))) "failed") |#3|) 55)) (-1421 (((-2 (|:| -2860 (-407 |#2|)) (|:| |poly| |#3|)) |#3|) 40)) (-1366 ((|#1| |#3| |#3|) 43)) (-2633 ((|#3| |#3| (-407 |#2|) (-407 |#2|)) 20)) (-1764 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| |deg| (-768))) |#3| |#3|) 52)))
+(((-148 |#1| |#2| |#3|) (-10 -7 (-15 -1421 ((-2 (|:| -2860 (-407 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -3605 ((-3 (-2 (|:| |radicand| (-407 |#2|)) (|:| |deg| (-768))) "failed") |#3|)) (-15 -2183 ((-2 (|:| -1558 (-768)) (|:| -2860 (-407 |#2|)) (|:| |radicand| |#2|)) (-407 |#2|) (-768))) (-15 -1366 (|#1| |#3| |#3|)) (-15 -2633 (|#3| |#3| (-407 |#2|) (-407 |#2|))) (-15 -1764 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| |deg| (-768))) |#3| |#3|))) (-1213) (-1235 |#1|) (-1235 (-407 |#2|))) (T -148))
+((-1764 (*1 *2 *3 *3) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-407 *5)) (|:| |c2| (-407 *5)) (|:| |deg| (-768)))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))) (-2633 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-407 *5)) (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-5 *1 (-148 *4 *5 *2)) (-4 *2 (-1235 *3)))) (-1366 (*1 *2 *3 *3) (-12 (-4 *4 (-1235 *2)) (-4 *2 (-1213)) (-5 *1 (-148 *2 *4 *3)) (-4 *3 (-1235 (-407 *4))))) (-2183 (*1 *2 *3 *4) (-12 (-5 *3 (-407 *6)) (-4 *5 (-1213)) (-4 *6 (-1235 *5)) (-5 *2 (-2 (|:| -1558 (-768)) (|:| -2860 *3) (|:| |radicand| *6))) (-5 *1 (-148 *5 *6 *7)) (-5 *4 (-768)) (-4 *7 (-1235 *3)))) (-3605 (*1 *2 *3) (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| |radicand| (-407 *5)) (|:| |deg| (-768)))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))) (-1421 (*1 *2 *3) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| -2860 (-407 *5)) (|:| |poly| *3))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))))
+(-10 -7 (-15 -1421 ((-2 (|:| -2860 (-407 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -3605 ((-3 (-2 (|:| |radicand| (-407 |#2|)) (|:| |deg| (-768))) "failed") |#3|)) (-15 -2183 ((-2 (|:| -1558 (-768)) (|:| -2860 (-407 |#2|)) (|:| |radicand| |#2|)) (-407 |#2|) (-768))) (-15 -1366 (|#1| |#3| |#3|)) (-15 -2633 (|#3| |#3| (-407 |#2|) (-407 |#2|))) (-15 -1764 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| |deg| (-768))) |#3| |#3|)))
+((-2601 (((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|)) 34)))
+(((-149 |#1| |#2|) (-10 -7 (-15 -2601 ((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|)))) (-545) (-166 |#1|)) (T -149))
+((-2601 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 *5))) (-5 *3 (-1166 *5)) (-4 *5 (-166 *4)) (-4 *4 (-545)) (-5 *1 (-149 *4 *5)))))
+(-10 -7 (-15 -2601 ((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|))))
+((-3752 (($ (-1 (-112) |#2|) $) 35)) (-3337 (($ $) 42)) (-2576 (($ (-1 (-112) |#2|) $) 33) (($ |#2| $) 38)) (-1988 ((|#2| (-1 |#2| |#2| |#2|) $) 28) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 30) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 40)) (-3995 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 25)) (-4077 (((-112) (-1 (-112) |#2|) $) 22)) (-2791 (((-768) (-1 (-112) |#2|) $) 18) (((-768) |#2| $) NIL)) (-1963 (((-112) (-1 (-112) |#2|) $) 21)) (-2828 (((-768) $) 12)))
+(((-150 |#1| |#2|) (-10 -8 (-15 -3337 (|#1| |#1|)) (-15 -2576 (|#1| |#2| |#1|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3752 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2576 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3995 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -2791 ((-768) |#2| |#1|)) (-15 -2791 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -4077 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2828 ((-768) |#1|))) (-151 |#2|) (-1209)) (T -150))
+NIL
+(-10 -8 (-15 -3337 (|#1| |#1|)) (-15 -2576 (|#1| |#2| |#1|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3752 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2576 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3995 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -2791 ((-768) |#2| |#1|)) (-15 -2791 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -4077 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2828 ((-768) |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) 8)) (-3752 (($ (-1 (-112) |#1|) $) 44 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-3337 (($ $) 41 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4406))) (($ |#1| $) 42 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $) 47 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 46 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 48)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 40 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 49)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-151 |#1|) (-140) (-1209)) (T -151))
-((-1732 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-151 *3)))) (-2061 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-151 *2)) (-4 *2 (-1209)))) (-3658 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4412)) (-4 *1 (-151 *2)) (-4 *2 (-1209)))) (-3658 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4412)) (-4 *1 (-151 *2)) (-4 *2 (-1209)))) (-3813 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4412)) (-4 *1 (-151 *3)) (-4 *3 (-1209)))) (-3346 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4412)) (-4 *1 (-151 *3)) (-4 *3 (-1209)))) (-3658 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1094)) (|has| *1 (-6 -4412)) (-4 *1 (-151 *2)) (-4 *2 (-1209)))) (-3813 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4412)) (-4 *1 (-151 *2)) (-4 *2 (-1209)) (-4 *2 (-1094)))) (-1928 (*1 *1 *1) (-12 (|has| *1 (-6 -4412)) (-4 *1 (-151 *2)) (-4 *2 (-1209)) (-4 *2 (-1094)))))
-(-13 (-489 |t#1|) (-10 -8 (-15 -1732 ($ (-641 |t#1|))) (-15 -2061 ((-3 |t#1| "failed") (-1 (-112) |t#1|) $)) (IF (|has| $ (-6 -4412)) (PROGN (-15 -3658 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -3658 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -3813 ($ (-1 (-112) |t#1|) $)) (-15 -3346 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1094)) (PROGN (-15 -3658 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -3813 ($ |t#1| $)) (-15 -1928 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) 113)) (-3282 (((-112) $) NIL)) (-4132 (($ |#2| (-641 (-918))) 73)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2523 (($ (-918)) 61)) (-1358 (((-134)) 26)) (-1721 (((-859) $) 88) (($ (-564)) 57) (($ |#2|) 58)) (-1346 ((|#2| $ (-641 (-918))) 76)) (-1303 (((-768)) 23 T CONST)) (-2885 (($) 51 T CONST)) (-2898 (($) 55 T CONST)) (-2853 (((-112) $ $) 37)) (-2983 (($ $ |#2|) NIL)) (-2970 (($ $) 46) (($ $ $) 44)) (-2956 (($ $ $) 42)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 48) (($ $ $) 67) (($ |#2| $) 50) (($ $ |#2|) NIL)))
-(((-152 |#1| |#2| |#3|) (-13 (-1046) (-38 |#2|) (-1266 |#2|) (-10 -8 (-15 -2523 ($ (-918))) (-15 -4132 ($ |#2| (-641 (-918)))) (-15 -1346 (|#2| $ (-641 (-918)))) (-15 -3233 ((-3 $ "failed") $)))) (-918) (-363) (-990 |#1| |#2|)) (T -152))
-((-3233 (*1 *1 *1) (|partial| -12 (-5 *1 (-152 *2 *3 *4)) (-14 *2 (-918)) (-4 *3 (-363)) (-14 *4 (-990 *2 *3)))) (-2523 (*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-152 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-363)) (-14 *5 (-990 *3 *4)))) (-4132 (*1 *1 *2 *3) (-12 (-5 *3 (-641 (-918))) (-5 *1 (-152 *4 *2 *5)) (-14 *4 (-918)) (-4 *2 (-363)) (-14 *5 (-990 *4 *2)))) (-1346 (*1 *2 *1 *3) (-12 (-5 *3 (-641 (-918))) (-4 *2 (-363)) (-5 *1 (-152 *4 *2 *5)) (-14 *4 (-918)) (-14 *5 (-990 *4 *2)))))
-(-13 (-1046) (-38 |#2|) (-1266 |#2|) (-10 -8 (-15 -2523 ($ (-918))) (-15 -4132 ($ |#2| (-641 (-918)))) (-15 -1346 (|#2| $ (-641 (-918)))) (-15 -3233 ((-3 $ "failed") $))))
-((-3130 (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225)))) (-225) (-225) (-225) (-225)) 60)) (-4069 (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564))) 97) (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924)) 98)) (-2630 (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225))))) 101) (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-940 (-225)))) 100) (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564))) 93) (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924)) 94)))
-(((-153) (-10 -7 (-15 -2630 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924))) (-15 -2630 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564)))) (-15 -4069 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924))) (-15 -4069 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564)))) (-15 -3130 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225)))) (-225) (-225) (-225) (-225))) (-15 -2630 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-940 (-225))))) (-15 -2630 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225)))))))) (T -153))
-((-2630 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)) (-5 *3 (-641 (-641 (-940 (-225))))))) (-2630 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)) (-5 *3 (-641 (-940 (-225)))))) (-3130 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-225)) (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 *4)))) (|:| |xValues| (-1088 *4)) (|:| |yValues| (-1088 *4)))) (-5 *1 (-153)) (-5 *3 (-641 (-641 (-940 *4)))))) (-4069 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-924)) (-5 *4 (-407 (-564))) (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)))) (-4069 (*1 *2 *3) (-12 (-5 *3 (-924)) (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)))) (-2630 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-924)) (-5 *4 (-407 (-564))) (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)))) (-2630 (*1 *2 *3) (-12 (-5 *3 (-924)) (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)))))
-(-10 -7 (-15 -2630 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924))) (-15 -2630 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564)))) (-15 -4069 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924))) (-15 -4069 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564)))) (-15 -3130 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225)))) (-225) (-225) (-225) (-225))) (-15 -2630 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-940 (-225))))) (-15 -2630 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225)))))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-2808 (((-641 (-1129)) $) 20)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 27) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2551 (((-1129) $) 9)) (-2853 (((-112) $ $) NIL)))
-(((-154) (-13 (-1077) (-10 -8 (-15 -2808 ((-641 (-1129)) $)) (-15 -2551 ((-1129) $))))) (T -154))
-((-2808 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-154)))) (-2551 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-154)))))
-(-13 (-1077) (-10 -8 (-15 -2808 ((-641 (-1129)) $)) (-15 -2551 ((-1129) $))))
-((-3667 (((-641 (-169 |#2|)) |#1| |#2|) 50)))
-(((-155 |#1| |#2|) (-10 -7 (-15 -3667 ((-641 (-169 |#2|)) |#1| |#2|))) (-1235 (-169 (-564))) (-13 (-363) (-845))) (T -155))
-((-3667 (*1 *2 *3 *4) (-12 (-5 *2 (-641 (-169 *4))) (-5 *1 (-155 *3 *4)) (-4 *3 (-1235 (-169 (-564)))) (-4 *4 (-13 (-363) (-845))))))
-(-10 -7 (-15 -3667 ((-641 (-169 |#2|)) |#1| |#2|)))
-((-1709 (((-112) $ $) NIL)) (-4240 (((-1208) $) 12)) (-4230 (((-1129) $) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 19) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-156) (-13 (-1077) (-10 -8 (-15 -4230 ((-1129) $)) (-15 -4240 ((-1208) $))))) (T -156))
-((-4230 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-156)))) (-4240 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-156)))))
-(-13 (-1077) (-10 -8 (-15 -4230 ((-1129) $)) (-15 -4240 ((-1208) $))))
-((-1709 (((-112) $ $) NIL)) (-3630 (($) 40)) (-3770 (($) 39)) (-2951 (((-918)) 45)) (-2811 (((-1152) $) NIL)) (-2212 (((-564) $) 43)) (-4382 (((-1114) $) NIL)) (-1519 (($) 41)) (-1935 (($ (-564)) 46)) (-1721 (((-859) $) 52)) (-2897 (($) 42)) (-2853 (((-112) $ $) 37)) (-2956 (($ $ $) 34)) (* (($ (-918) $) 44) (($ (-225) $) 11)))
-(((-157) (-13 (-25) (-10 -8 (-15 * ($ (-918) $)) (-15 * ($ (-225) $)) (-15 -2956 ($ $ $)) (-15 -3770 ($)) (-15 -3630 ($)) (-15 -1519 ($)) (-15 -2897 ($)) (-15 -2212 ((-564) $)) (-15 -2951 ((-918))) (-15 -1935 ($ (-564)))))) (T -157))
-((-2956 (*1 *1 *1 *1) (-5 *1 (-157))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-157)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-157)))) (-3770 (*1 *1) (-5 *1 (-157))) (-3630 (*1 *1) (-5 *1 (-157))) (-1519 (*1 *1) (-5 *1 (-157))) (-2897 (*1 *1) (-5 *1 (-157))) (-2212 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-157)))) (-2951 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-157)))) (-1935 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-157)))))
-(-13 (-25) (-10 -8 (-15 * ($ (-918) $)) (-15 * ($ (-225) $)) (-15 -2956 ($ $ $)) (-15 -3770 ($)) (-15 -3630 ($)) (-15 -1519 ($)) (-15 -2897 ($)) (-15 -2212 ((-564) $)) (-15 -2951 ((-918))) (-15 -1935 ($ (-564)))))
-((-4160 ((|#2| |#2| (-1086 |#2|)) 98) ((|#2| |#2| (-1170)) 75)) (-2067 ((|#2| |#2| (-1086 |#2|)) 97) ((|#2| |#2| (-1170)) 74)) (-2250 ((|#2| |#2| |#2|) 25)) (-2984 (((-114) (-114)) 111)) (-2845 ((|#2| (-641 |#2|)) 130)) (-2525 ((|#2| (-641 |#2|)) 151)) (-4267 ((|#2| (-641 |#2|)) 138)) (-3774 ((|#2| |#2|) 136)) (-4035 ((|#2| (-641 |#2|)) 124)) (-2603 ((|#2| (-641 |#2|)) 125)) (-1569 ((|#2| (-641 |#2|)) 149)) (-1403 ((|#2| |#2| (-1170)) 63) ((|#2| |#2|) 62)) (-3867 ((|#2| |#2|) 21)) (-3483 ((|#2| |#2| |#2|) 24)) (-2289 (((-112) (-114)) 55)) (** ((|#2| |#2| |#2|) 46)))
-(((-158 |#1| |#2|) (-10 -7 (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 ** (|#2| |#2| |#2|)) (-15 -3483 (|#2| |#2| |#2|)) (-15 -2250 (|#2| |#2| |#2|)) (-15 -3867 (|#2| |#2|)) (-15 -1403 (|#2| |#2|)) (-15 -1403 (|#2| |#2| (-1170))) (-15 -4160 (|#2| |#2| (-1170))) (-15 -4160 (|#2| |#2| (-1086 |#2|))) (-15 -2067 (|#2| |#2| (-1170))) (-15 -2067 (|#2| |#2| (-1086 |#2|))) (-15 -3774 (|#2| |#2|)) (-15 -1569 (|#2| (-641 |#2|))) (-15 -4267 (|#2| (-641 |#2|))) (-15 -2525 (|#2| (-641 |#2|))) (-15 -4035 (|#2| (-641 |#2|))) (-15 -2603 (|#2| (-641 |#2|))) (-15 -2845 (|#2| (-641 |#2|)))) (-13 (-847) (-556)) (-430 |#1|)) (T -158))
-((-2845 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-2603 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-4035 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-2525 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-4267 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-1569 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-3774 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (-2067 (*1 *2 *2 *3) (-12 (-5 *3 (-1086 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2)))) (-2067 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2)) (-4 *2 (-430 *4)))) (-4160 (*1 *2 *2 *3) (-12 (-5 *3 (-1086 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2)))) (-4160 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2)) (-4 *2 (-430 *4)))) (-1403 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2)) (-4 *2 (-430 *4)))) (-1403 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (-3867 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (-2250 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (-3483 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (-2984 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *4)) (-4 *4 (-430 *3)))) (-2289 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-158 *4 *5)) (-4 *5 (-430 *4)))))
-(-10 -7 (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 ** (|#2| |#2| |#2|)) (-15 -3483 (|#2| |#2| |#2|)) (-15 -2250 (|#2| |#2| |#2|)) (-15 -3867 (|#2| |#2|)) (-15 -1403 (|#2| |#2|)) (-15 -1403 (|#2| |#2| (-1170))) (-15 -4160 (|#2| |#2| (-1170))) (-15 -4160 (|#2| |#2| (-1086 |#2|))) (-15 -2067 (|#2| |#2| (-1170))) (-15 -2067 (|#2| |#2| (-1086 |#2|))) (-15 -3774 (|#2| |#2|)) (-15 -1569 (|#2| (-641 |#2|))) (-15 -4267 (|#2| (-641 |#2|))) (-15 -2525 (|#2| (-641 |#2|))) (-15 -4035 (|#2| (-641 |#2|))) (-15 -2603 (|#2| (-641 |#2|))) (-15 -2845 (|#2| (-641 |#2|))))
-((-3824 ((|#1| |#1| |#1|) 65)) (-2020 ((|#1| |#1| |#1|) 62)) (-2250 ((|#1| |#1| |#1|) 56)) (-3619 ((|#1| |#1|) 45)) (-1833 ((|#1| |#1| (-641 |#1|)) 53)) (-3867 ((|#1| |#1|) 47)) (-3483 ((|#1| |#1| |#1|) 50)))
-(((-159 |#1|) (-10 -7 (-15 -3483 (|#1| |#1| |#1|)) (-15 -3867 (|#1| |#1|)) (-15 -1833 (|#1| |#1| (-641 |#1|))) (-15 -3619 (|#1| |#1|)) (-15 -2250 (|#1| |#1| |#1|)) (-15 -2020 (|#1| |#1| |#1|)) (-15 -3824 (|#1| |#1| |#1|))) (-545)) (T -159))
-((-3824 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))) (-2020 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))) (-2250 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))) (-3619 (*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))) (-1833 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-545)) (-5 *1 (-159 *2)))) (-3867 (*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))) (-3483 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))))
-(-10 -7 (-15 -3483 (|#1| |#1| |#1|)) (-15 -3867 (|#1| |#1|)) (-15 -1833 (|#1| |#1| (-641 |#1|))) (-15 -3619 (|#1| |#1|)) (-15 -2250 (|#1| |#1| |#1|)) (-15 -2020 (|#1| |#1| |#1|)) (-15 -3824 (|#1| |#1| |#1|)))
-((-4160 (($ $ (-1170)) 12) (($ $ (-1086 $)) 11)) (-2067 (($ $ (-1170)) 10) (($ $ (-1086 $)) 9)) (-2250 (($ $ $) 8)) (-1403 (($ $) 14) (($ $ (-1170)) 13)) (-3867 (($ $) 7)) (-3483 (($ $ $) 6)))
+((-1842 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-151 *3)))) (-3995 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-151 *2)) (-4 *2 (-1209)))) (-1988 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4406)) (-4 *1 (-151 *2)) (-4 *2 (-1209)))) (-1988 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4406)) (-4 *1 (-151 *2)) (-4 *2 (-1209)))) (-2576 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4406)) (-4 *1 (-151 *3)) (-4 *3 (-1209)))) (-3752 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4406)) (-4 *1 (-151 *3)) (-4 *3 (-1209)))) (-1988 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1094)) (|has| *1 (-6 -4406)) (-4 *1 (-151 *2)) (-4 *2 (-1209)))) (-2576 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4406)) (-4 *1 (-151 *2)) (-4 *2 (-1209)) (-4 *2 (-1094)))) (-3337 (*1 *1 *1) (-12 (|has| *1 (-6 -4406)) (-4 *1 (-151 *2)) (-4 *2 (-1209)) (-4 *2 (-1094)))))
+(-13 (-489 |t#1|) (-10 -8 (-15 -1842 ($ (-641 |t#1|))) (-15 -3995 ((-3 |t#1| "failed") (-1 (-112) |t#1|) $)) (IF (|has| $ (-6 -4406)) (PROGN (-15 -1988 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -1988 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -2576 ($ (-1 (-112) |t#1|) $)) (-15 -3752 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1094)) (PROGN (-15 -1988 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -2576 ($ |t#1| $)) (-15 -3337 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) 113)) (-2949 (((-112) $) NIL)) (-3186 (($ |#2| (-641 (-918))) 73)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2727 (($ (-918)) 61)) (-3548 (((-134)) 26)) (-1831 (((-859) $) 88) (($ (-564)) 57) (($ |#2|) 58)) (-2742 ((|#2| $ (-641 (-918))) 76)) (-2219 (((-768)) 23 T CONST)) (-1293 (($) 51 T CONST)) (-1300 (($) 55 T CONST)) (-1702 (((-112) $ $) 37)) (-1823 (($ $ |#2|) NIL)) (-1808 (($ $) 46) (($ $ $) 44)) (-1797 (($ $ $) 42)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 48) (($ $ $) 67) (($ |#2| $) 50) (($ $ |#2|) NIL)))
+(((-152 |#1| |#2| |#3|) (-13 (-1046) (-38 |#2|) (-1266 |#2|) (-10 -8 (-15 -2727 ($ (-918))) (-15 -3186 ($ |#2| (-641 (-918)))) (-15 -2742 (|#2| $ (-641 (-918)))) (-15 -3733 ((-3 $ "failed") $)))) (-918) (-363) (-990 |#1| |#2|)) (T -152))
+((-3733 (*1 *1 *1) (|partial| -12 (-5 *1 (-152 *2 *3 *4)) (-14 *2 (-918)) (-4 *3 (-363)) (-14 *4 (-990 *2 *3)))) (-2727 (*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-152 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-363)) (-14 *5 (-990 *3 *4)))) (-3186 (*1 *1 *2 *3) (-12 (-5 *3 (-641 (-918))) (-5 *1 (-152 *4 *2 *5)) (-14 *4 (-918)) (-4 *2 (-363)) (-14 *5 (-990 *4 *2)))) (-2742 (*1 *2 *1 *3) (-12 (-5 *3 (-641 (-918))) (-4 *2 (-363)) (-5 *1 (-152 *4 *2 *5)) (-14 *4 (-918)) (-14 *5 (-990 *4 *2)))))
+(-13 (-1046) (-38 |#2|) (-1266 |#2|) (-10 -8 (-15 -2727 ($ (-918))) (-15 -3186 ($ |#2| (-641 (-918)))) (-15 -2742 (|#2| $ (-641 (-918)))) (-15 -3733 ((-3 $ "failed") $))))
+((-3914 (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225)))) (-225) (-225) (-225) (-225)) 60)) (-4003 (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564))) 97) (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924)) 98)) (-1638 (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225))))) 101) (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-940 (-225)))) 100) (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564))) 93) (((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924)) 94)))
+(((-153) (-10 -7 (-15 -1638 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924))) (-15 -1638 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564)))) (-15 -4003 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924))) (-15 -4003 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564)))) (-15 -3914 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225)))) (-225) (-225) (-225) (-225))) (-15 -1638 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-940 (-225))))) (-15 -1638 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225)))))))) (T -153))
+((-1638 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)) (-5 *3 (-641 (-641 (-940 (-225))))))) (-1638 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)) (-5 *3 (-641 (-940 (-225)))))) (-3914 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-225)) (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 *4)))) (|:| |xValues| (-1088 *4)) (|:| |yValues| (-1088 *4)))) (-5 *1 (-153)) (-5 *3 (-641 (-641 (-940 *4)))))) (-4003 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-924)) (-5 *4 (-407 (-564))) (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)))) (-4003 (*1 *2 *3) (-12 (-5 *3 (-924)) (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)))) (-1638 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-924)) (-5 *4 (-407 (-564))) (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)))) (-1638 (*1 *2 *3) (-12 (-5 *3 (-924)) (-5 *2 (-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225))))) (-5 *1 (-153)))))
+(-10 -7 (-15 -1638 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924))) (-15 -1638 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564)))) (-15 -4003 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924))) (-15 -4003 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-924) (-407 (-564)) (-407 (-564)))) (-15 -3914 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225)))) (-225) (-225) (-225) (-225))) (-15 -1638 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-940 (-225))))) (-15 -1638 ((-2 (|:| |brans| (-641 (-641 (-940 (-225))))) (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))) (-641 (-641 (-940 (-225)))))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-3880 (((-641 (-1129)) $) 20)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 27) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1328 (((-1129) $) 9)) (-1702 (((-112) $ $) NIL)))
+(((-154) (-13 (-1077) (-10 -8 (-15 -3880 ((-641 (-1129)) $)) (-15 -1328 ((-1129) $))))) (T -154))
+((-3880 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-154)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-154)))))
+(-13 (-1077) (-10 -8 (-15 -3880 ((-641 (-1129)) $)) (-15 -1328 ((-1129) $))))
+((-2466 (((-641 (-169 |#2|)) |#1| |#2|) 50)))
+(((-155 |#1| |#2|) (-10 -7 (-15 -2466 ((-641 (-169 |#2|)) |#1| |#2|))) (-1235 (-169 (-564))) (-13 (-363) (-845))) (T -155))
+((-2466 (*1 *2 *3 *4) (-12 (-5 *2 (-641 (-169 *4))) (-5 *1 (-155 *3 *4)) (-4 *3 (-1235 (-169 (-564)))) (-4 *4 (-13 (-363) (-845))))))
+(-10 -7 (-15 -2466 ((-641 (-169 |#2|)) |#1| |#2|)))
+((-1817 (((-112) $ $) NIL)) (-4383 (((-1208) $) 12)) (-4372 (((-1129) $) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 19) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-156) (-13 (-1077) (-10 -8 (-15 -4372 ((-1129) $)) (-15 -4383 ((-1208) $))))) (T -156))
+((-4372 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-156)))) (-4383 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-156)))))
+(-13 (-1077) (-10 -8 (-15 -4372 ((-1129) $)) (-15 -4383 ((-1208) $))))
+((-1817 (((-112) $ $) NIL)) (-2083 (($) 40)) (-4112 (($) 39)) (-1526 (((-918)) 45)) (-2723 (((-1152) $) NIL)) (-3018 (((-564) $) 43)) (-2780 (((-1114) $) NIL)) (-2651 (($) 41)) (-2092 (($ (-564)) 46)) (-1831 (((-859) $) 52)) (-2255 (($) 42)) (-1702 (((-112) $ $) 37)) (-1797 (($ $ $) 34)) (* (($ (-918) $) 44) (($ (-225) $) 11)))
+(((-157) (-13 (-25) (-10 -8 (-15 * ($ (-918) $)) (-15 * ($ (-225) $)) (-15 -1797 ($ $ $)) (-15 -4112 ($)) (-15 -2083 ($)) (-15 -2651 ($)) (-15 -2255 ($)) (-15 -3018 ((-564) $)) (-15 -1526 ((-918))) (-15 -2092 ($ (-564)))))) (T -157))
+((-1797 (*1 *1 *1 *1) (-5 *1 (-157))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-157)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-157)))) (-4112 (*1 *1) (-5 *1 (-157))) (-2083 (*1 *1) (-5 *1 (-157))) (-2651 (*1 *1) (-5 *1 (-157))) (-2255 (*1 *1) (-5 *1 (-157))) (-3018 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-157)))) (-1526 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-157)))) (-2092 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-157)))))
+(-13 (-25) (-10 -8 (-15 * ($ (-918) $)) (-15 * ($ (-225) $)) (-15 -1797 ($ $ $)) (-15 -4112 ($)) (-15 -2083 ($)) (-15 -2651 ($)) (-15 -2255 ($)) (-15 -3018 ((-564) $)) (-15 -1526 ((-918))) (-15 -2092 ($ (-564)))))
+((-3660 ((|#2| |#2| (-1086 |#2|)) 98) ((|#2| |#2| (-1170)) 75)) (-4049 ((|#2| |#2| (-1086 |#2|)) 97) ((|#2| |#2| (-1170)) 74)) (-2163 ((|#2| |#2| |#2|) 25)) (-1841 (((-114) (-114)) 111)) (-2998 ((|#2| (-641 |#2|)) 130)) (-3078 ((|#2| (-641 |#2|)) 151)) (-2200 ((|#2| (-641 |#2|)) 138)) (-4149 ((|#2| |#2|) 136)) (-1791 ((|#2| (-641 |#2|)) 124)) (-1380 ((|#2| (-641 |#2|)) 125)) (-1914 ((|#2| (-641 |#2|)) 149)) (-3882 ((|#2| |#2| (-1170)) 63) ((|#2| |#2|) 62)) (-3839 ((|#2| |#2|) 21)) (-4254 ((|#2| |#2| |#2|) 24)) (-1322 (((-112) (-114)) 55)) (** ((|#2| |#2| |#2|) 46)))
+(((-158 |#1| |#2|) (-10 -7 (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 ** (|#2| |#2| |#2|)) (-15 -4254 (|#2| |#2| |#2|)) (-15 -2163 (|#2| |#2| |#2|)) (-15 -3839 (|#2| |#2|)) (-15 -3882 (|#2| |#2|)) (-15 -3882 (|#2| |#2| (-1170))) (-15 -3660 (|#2| |#2| (-1170))) (-15 -3660 (|#2| |#2| (-1086 |#2|))) (-15 -4049 (|#2| |#2| (-1170))) (-15 -4049 (|#2| |#2| (-1086 |#2|))) (-15 -4149 (|#2| |#2|)) (-15 -1914 (|#2| (-641 |#2|))) (-15 -2200 (|#2| (-641 |#2|))) (-15 -3078 (|#2| (-641 |#2|))) (-15 -1791 (|#2| (-641 |#2|))) (-15 -1380 (|#2| (-641 |#2|))) (-15 -2998 (|#2| (-641 |#2|)))) (-13 (-847) (-556)) (-430 |#1|)) (T -158))
+((-2998 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-1380 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-1791 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-3078 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-2200 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-1914 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-13 (-847) (-556))))) (-4149 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (-4049 (*1 *2 *2 *3) (-12 (-5 *3 (-1086 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2)))) (-4049 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2)) (-4 *2 (-430 *4)))) (-3660 (*1 *2 *2 *3) (-12 (-5 *3 (-1086 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2)))) (-3660 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2)) (-4 *2 (-430 *4)))) (-3882 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2)) (-4 *2 (-430 *4)))) (-3882 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (-3839 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (-2163 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (-4254 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2)) (-4 *2 (-430 *3)))) (-1841 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *4)) (-4 *4 (-430 *3)))) (-1322 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-158 *4 *5)) (-4 *5 (-430 *4)))))
+(-10 -7 (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 ** (|#2| |#2| |#2|)) (-15 -4254 (|#2| |#2| |#2|)) (-15 -2163 (|#2| |#2| |#2|)) (-15 -3839 (|#2| |#2|)) (-15 -3882 (|#2| |#2|)) (-15 -3882 (|#2| |#2| (-1170))) (-15 -3660 (|#2| |#2| (-1170))) (-15 -3660 (|#2| |#2| (-1086 |#2|))) (-15 -4049 (|#2| |#2| (-1170))) (-15 -4049 (|#2| |#2| (-1086 |#2|))) (-15 -4149 (|#2| |#2|)) (-15 -1914 (|#2| (-641 |#2|))) (-15 -2200 (|#2| (-641 |#2|))) (-15 -3078 (|#2| (-641 |#2|))) (-15 -1791 (|#2| (-641 |#2|))) (-15 -1380 (|#2| (-641 |#2|))) (-15 -2998 (|#2| (-641 |#2|))))
+((-3429 ((|#1| |#1| |#1|) 65)) (-1698 ((|#1| |#1| |#1|) 62)) (-2163 ((|#1| |#1| |#1|) 56)) (-1983 ((|#1| |#1|) 45)) (-3691 ((|#1| |#1| (-641 |#1|)) 53)) (-3839 ((|#1| |#1|) 47)) (-4254 ((|#1| |#1| |#1|) 50)))
+(((-159 |#1|) (-10 -7 (-15 -4254 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 -3691 (|#1| |#1| (-641 |#1|))) (-15 -1983 (|#1| |#1|)) (-15 -2163 (|#1| |#1| |#1|)) (-15 -1698 (|#1| |#1| |#1|)) (-15 -3429 (|#1| |#1| |#1|))) (-545)) (T -159))
+((-3429 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))) (-1698 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))) (-2163 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))) (-1983 (*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))) (-3691 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-545)) (-5 *1 (-159 *2)))) (-3839 (*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))) (-4254 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))))
+(-10 -7 (-15 -4254 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 -3691 (|#1| |#1| (-641 |#1|))) (-15 -1983 (|#1| |#1|)) (-15 -2163 (|#1| |#1| |#1|)) (-15 -1698 (|#1| |#1| |#1|)) (-15 -3429 (|#1| |#1| |#1|)))
+((-3660 (($ $ (-1170)) 12) (($ $ (-1086 $)) 11)) (-4049 (($ $ (-1170)) 10) (($ $ (-1086 $)) 9)) (-2163 (($ $ $) 8)) (-3882 (($ $) 14) (($ $ (-1170)) 13)) (-3839 (($ $) 7)) (-4254 (($ $ $) 6)))
(((-160) (-140)) (T -160))
-((-1403 (*1 *1 *1) (-4 *1 (-160))) (-1403 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170)))) (-4160 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170)))) (-4160 (*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-160)))) (-2067 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170)))) (-2067 (*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-160)))))
-(-13 (-143) (-10 -8 (-15 -1403 ($ $)) (-15 -1403 ($ $ (-1170))) (-15 -4160 ($ $ (-1170))) (-15 -4160 ($ $ (-1086 $))) (-15 -2067 ($ $ (-1170))) (-15 -2067 ($ $ (-1086 $)))))
+((-3882 (*1 *1 *1) (-4 *1 (-160))) (-3882 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170)))) (-3660 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170)))) (-3660 (*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-160)))) (-4049 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170)))) (-4049 (*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-160)))))
+(-13 (-143) (-10 -8 (-15 -3882 ($ $)) (-15 -3882 ($ $ (-1170))) (-15 -3660 ($ $ (-1170))) (-15 -3660 ($ $ (-1086 $))) (-15 -4049 ($ $ (-1170))) (-15 -4049 ($ $ (-1086 $)))))
(((-143) . T))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 16) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2551 (((-641 (-1129)) $) 10)) (-2853 (((-112) $ $) NIL)))
-(((-161) (-13 (-1077) (-10 -8 (-15 -2551 ((-641 (-1129)) $))))) (T -161))
-((-2551 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-161)))))
-(-13 (-1077) (-10 -8 (-15 -2551 ((-641 (-1129)) $))))
-((-1709 (((-112) $ $) NIL)) (-1962 (($ (-564)) 14) (($ $ $) 15)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 18)) (-2853 (((-112) $ $) 9)))
-(((-162) (-13 (-1094) (-10 -8 (-15 -1962 ($ (-564))) (-15 -1962 ($ $ $))))) (T -162))
-((-1962 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-162)))) (-1962 (*1 *1 *1 *1) (-5 *1 (-162))))
-(-13 (-1094) (-10 -8 (-15 -1962 ($ (-564))) (-15 -1962 ($ $ $))))
-((-2984 (((-114) (-1170)) 102)))
-(((-163) (-10 -7 (-15 -2984 ((-114) (-1170))))) (T -163))
-((-2984 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-114)) (-5 *1 (-163)))))
-(-10 -7 (-15 -2984 ((-114) (-1170))))
-((-2492 ((|#3| |#3|) 19)))
-(((-164 |#1| |#2| |#3|) (-10 -7 (-15 -2492 (|#3| |#3|))) (-1046) (-1235 |#1|) (-1235 |#2|)) (T -164))
-((-2492 (*1 *2 *2) (-12 (-4 *3 (-1046)) (-4 *4 (-1235 *3)) (-5 *1 (-164 *3 *4 *2)) (-4 *2 (-1235 *4)))))
-(-10 -7 (-15 -2492 (|#3| |#3|)))
-((-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 225)) (-4321 ((|#2| $) 102)) (-1848 (($ $) 256)) (-1711 (($ $) 250)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 42)) (-1827 (($ $) 254)) (-1688 (($ $) 248)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#2| "failed") $) 147)) (-3437 (((-564) $) NIL) (((-407 (-564)) $) NIL) ((|#2| $) 145)) (-2668 (($ $ $) 231)) (-3762 (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 161) (((-685 |#2|) (-685 $)) 155)) (-3658 (($ (-1166 |#2|)) 126) (((-3 $ "failed") (-407 (-1166 |#2|))) NIL)) (-3233 (((-3 $ "failed") $) 217)) (-2242 (((-3 (-407 (-564)) "failed") $) 207)) (-2260 (((-112) $) 202)) (-3600 (((-407 (-564)) $) 205)) (-3147 (((-918)) 95)) (-2649 (($ $ $) 233)) (-3875 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 270)) (-2682 (($) 245)) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 194) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 199)) (-2471 ((|#2| $) 100)) (-2162 (((-1166 |#2|) $) 128)) (-2110 (($ (-1 |#2| |#2|) $) 108)) (-3612 (($ $) 247)) (-3646 (((-1166 |#2|) $) 127)) (-4247 (($ $) 210)) (-2186 (($) 103)) (-4004 (((-418 (-1166 $)) (-1166 $)) 94)) (-3947 (((-418 (-1166 $)) (-1166 $)) 59)) (-2628 (((-3 $ "failed") $ |#2|) 212) (((-3 $ "failed") $ $) 215)) (-2103 (($ $) 246)) (-2358 (((-768) $) 228)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 238)) (-3928 ((|#2| (-1259 $)) NIL) ((|#2|) 97)) (-1795 (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 120) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)) (-3290 (((-1166 |#2|)) 121)) (-1838 (($ $) 255)) (-1700 (($ $) 249)) (-3057 (((-1259 |#2|) $ (-1259 $)) 137) (((-685 |#2|) (-1259 $) (-1259 $)) NIL) (((-1259 |#2|) $) 117) (((-685 |#2|) (-1259 $)) NIL)) (-2153 (((-1259 |#2|) $) NIL) (($ (-1259 |#2|)) NIL) (((-1166 |#2|) $) NIL) (($ (-1166 |#2|)) NIL) (((-889 (-564)) $) 185) (((-889 (-379)) $) 189) (((-169 (-379)) $) 173) (((-169 (-225)) $) 168) (((-536) $) 181)) (-3601 (($ $) 104)) (-1721 (((-859) $) 144) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-407 (-564))) NIL) (($ $) NIL)) (-4120 (((-1166 |#2|) $) 26)) (-1303 (((-768)) 106)) (-1919 (($ $) 259)) (-1777 (($ $) 253)) (-1895 (($ $) 257)) (-1755 (($ $) 251)) (-2595 ((|#2| $) 242)) (-1906 (($ $) 258)) (-1766 (($ $) 252)) (-1699 (($ $) 163)) (-2853 (((-112) $ $) 111)) (-2880 (((-112) $ $) 201)) (-2970 (($ $) 113) (($ $ $) NIL)) (-2956 (($ $ $) 112)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-407 (-564))) 277) (($ $ $) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 119) (($ $ $) 148) (($ $ |#2|) NIL) (($ |#2| $) 115) (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL)))
-(((-165 |#1| |#2|) (-10 -8 (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -1721 (|#1| |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2163 ((-2 (|:| -4023 |#1|) (|:| -4399 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -2358 ((-768) |#1|)) (-15 -3737 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -2649 (|#1| |#1| |#1|)) (-15 -2668 (|#1| |#1| |#1|)) (-15 -4247 (|#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -2880 ((-112) |#1| |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -2153 ((-169 (-225)) |#1|)) (-15 -2153 ((-169 (-379)) |#1|)) (-15 -1711 (|#1| |#1|)) (-15 -1688 (|#1| |#1|)) (-15 -1700 (|#1| |#1|)) (-15 -1766 (|#1| |#1|)) (-15 -1755 (|#1| |#1|)) (-15 -1777 (|#1| |#1|)) (-15 -1838 (|#1| |#1|)) (-15 -1827 (|#1| |#1|)) (-15 -1848 (|#1| |#1|)) (-15 -1906 (|#1| |#1|)) (-15 -1895 (|#1| |#1|)) (-15 -1919 (|#1| |#1|)) (-15 -3612 (|#1| |#1|)) (-15 -2103 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -2682 (|#1|)) (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -3947 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -4004 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -3991 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -2242 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3600 ((-407 (-564)) |#1|)) (-15 -2260 ((-112) |#1|)) (-15 -3875 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -2595 (|#2| |#1|)) (-15 -1699 (|#1| |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3601 (|#1| |#1|)) (-15 -2186 (|#1|)) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -3327 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -3327 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3658 ((-3 |#1| "failed") (-407 (-1166 |#2|)))) (-15 -3646 ((-1166 |#2|) |#1|)) (-15 -2153 (|#1| (-1166 |#2|))) (-15 -3658 (|#1| (-1166 |#2|))) (-15 -3290 ((-1166 |#2|))) (-15 -3762 ((-685 |#2|) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -2153 ((-1166 |#2|) |#1|)) (-15 -3928 (|#2|)) (-15 -2153 (|#1| (-1259 |#2|))) (-15 -2153 ((-1259 |#2|) |#1|)) (-15 -3057 ((-685 |#2|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1|)) (-15 -2162 ((-1166 |#2|) |#1|)) (-15 -4120 ((-1166 |#2|) |#1|)) (-15 -3928 (|#2| (-1259 |#1|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -2471 (|#2| |#1|)) (-15 -4321 (|#2| |#1|)) (-15 -3147 ((-918))) (-15 -1721 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 -3233 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-918))) (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -2956 (|#1| |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|))) (-166 |#2|) (-172)) (T -165))
-((-1303 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))) (-3147 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-918)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))) (-3928 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-165 *3 *2)) (-4 *3 (-166 *2)))) (-3290 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1166 *4)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))))
-(-10 -8 (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -1721 (|#1| |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2163 ((-2 (|:| -4023 |#1|) (|:| -4399 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -2358 ((-768) |#1|)) (-15 -3737 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -2649 (|#1| |#1| |#1|)) (-15 -2668 (|#1| |#1| |#1|)) (-15 -4247 (|#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -2880 ((-112) |#1| |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -2153 ((-169 (-225)) |#1|)) (-15 -2153 ((-169 (-379)) |#1|)) (-15 -1711 (|#1| |#1|)) (-15 -1688 (|#1| |#1|)) (-15 -1700 (|#1| |#1|)) (-15 -1766 (|#1| |#1|)) (-15 -1755 (|#1| |#1|)) (-15 -1777 (|#1| |#1|)) (-15 -1838 (|#1| |#1|)) (-15 -1827 (|#1| |#1|)) (-15 -1848 (|#1| |#1|)) (-15 -1906 (|#1| |#1|)) (-15 -1895 (|#1| |#1|)) (-15 -1919 (|#1| |#1|)) (-15 -3612 (|#1| |#1|)) (-15 -2103 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -2682 (|#1|)) (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -3947 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -4004 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -3991 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -2242 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3600 ((-407 (-564)) |#1|)) (-15 -2260 ((-112) |#1|)) (-15 -3875 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -2595 (|#2| |#1|)) (-15 -1699 (|#1| |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3601 (|#1| |#1|)) (-15 -2186 (|#1|)) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -3327 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -3327 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3658 ((-3 |#1| "failed") (-407 (-1166 |#2|)))) (-15 -3646 ((-1166 |#2|) |#1|)) (-15 -2153 (|#1| (-1166 |#2|))) (-15 -3658 (|#1| (-1166 |#2|))) (-15 -3290 ((-1166 |#2|))) (-15 -3762 ((-685 |#2|) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -2153 ((-1166 |#2|) |#1|)) (-15 -3928 (|#2|)) (-15 -2153 (|#1| (-1259 |#2|))) (-15 -2153 ((-1259 |#2|) |#1|)) (-15 -3057 ((-685 |#2|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1|)) (-15 -2162 ((-1166 |#2|) |#1|)) (-15 -4120 ((-1166 |#2|) |#1|)) (-15 -3928 (|#2| (-1259 |#1|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -2471 (|#2| |#1|)) (-15 -4321 (|#2| |#1|)) (-15 -3147 ((-918))) (-15 -1721 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 -3233 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-918))) (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -2956 (|#1| |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 93 (-2713 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-4010 (($ $) 94 (-2713 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-2662 (((-112) $) 96 (-2713 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-4133 (((-685 |#1|) (-1259 $)) 47) (((-685 |#1|)) 62)) (-4321 ((|#1| $) 53)) (-1848 (($ $) 227 (|has| |#1| (-1194)))) (-1711 (($ $) 210 (|has| |#1| (-1194)))) (-3754 (((-1182 (-918) (-768)) (-564)) 146 (|has| |#1| (-349)))) (-2071 (((-3 $ "failed") $ $) 19)) (-4284 (((-418 (-1166 $)) (-1166 $)) 241 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-2275 (($ $) 113 (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-1798 (((-418 $) $) 114 (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-4029 (($ $) 240 (-12 (|has| |#1| (-999)) (|has| |#1| (-1194))))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 244 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-1817 (((-112) $ $) 104 (|has| |#1| (-307)))) (-1860 (((-768)) 87 (|has| |#1| (-368)))) (-1827 (($ $) 226 (|has| |#1| (-1194)))) (-1688 (($ $) 211 (|has| |#1| (-1194)))) (-1871 (($ $) 225 (|has| |#1| (-1194)))) (-1734 (($ $) 212 (|has| |#1| (-1194)))) (-1692 (($) 17 T CONST)) (-2035 (((-3 (-564) "failed") $) 169 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 167 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 164)) (-3437 (((-564) $) 168 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 166 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 165)) (-3222 (($ (-1259 |#1|) (-1259 $)) 49) (($ (-1259 |#1|)) 65)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) 152 (|has| |#1| (-349)))) (-2668 (($ $ $) 108 (|has| |#1| (-307)))) (-3160 (((-685 |#1|) $ (-1259 $)) 54) (((-685 |#1|) $) 60)) (-3762 (((-685 (-564)) (-685 $)) 163 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 162 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 161) (((-685 |#1|) (-685 $)) 160)) (-3658 (($ (-1166 |#1|)) 157) (((-3 $ "failed") (-407 (-1166 |#1|))) 154 (|has| |#1| (-363)))) (-3233 (((-3 $ "failed") $) 33)) (-4040 ((|#1| $) 252)) (-2242 (((-3 (-407 (-564)) "failed") $) 245 (|has| |#1| (-545)))) (-2260 (((-112) $) 247 (|has| |#1| (-545)))) (-3600 (((-407 (-564)) $) 246 (|has| |#1| (-545)))) (-3147 (((-918)) 55)) (-3746 (($) 90 (|has| |#1| (-368)))) (-2649 (($ $ $) 107 (|has| |#1| (-307)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 102 (|has| |#1| (-307)))) (-2982 (($) 148 (|has| |#1| (-349)))) (-2398 (((-112) $) 149 (|has| |#1| (-349)))) (-3195 (($ $ (-768)) 140 (|has| |#1| (-349))) (($ $) 139 (|has| |#1| (-349)))) (-2941 (((-112) $) 115 (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-3875 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 248 (-12 (|has| |#1| (-1055)) (|has| |#1| (-1194))))) (-2682 (($) 237 (|has| |#1| (-1194)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 260 (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 259 (|has| |#1| (-883 (-379))))) (-2887 (((-918) $) 151 (|has| |#1| (-349))) (((-830 (-918)) $) 137 (|has| |#1| (-349)))) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 239 (-12 (|has| |#1| (-999)) (|has| |#1| (-1194))))) (-2471 ((|#1| $) 52)) (-1516 (((-3 $ "failed") $) 141 (|has| |#1| (-349)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 111 (|has| |#1| (-307)))) (-2162 (((-1166 |#1|) $) 45 (|has| |#1| (-363)))) (-2766 (($ $ $) 206 (|has| |#1| (-847)))) (-1650 (($ $ $) 205 (|has| |#1| (-847)))) (-2110 (($ (-1 |#1| |#1|) $) 261)) (-2981 (((-918) $) 89 (|has| |#1| (-368)))) (-3612 (($ $) 234 (|has| |#1| (-1194)))) (-3646 (((-1166 |#1|) $) 155)) (-3340 (($ (-641 $)) 100 (-2713 (|has| |#1| (-307)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (($ $ $) 99 (-2713 (|has| |#1| (-307)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-2811 (((-1152) $) 9)) (-4247 (($ $) 116 (|has| |#1| (-363)))) (-2558 (($) 142 (|has| |#1| (-349)) CONST)) (-1359 (($ (-918)) 88 (|has| |#1| (-368)))) (-2186 (($) 256)) (-4050 ((|#1| $) 253)) (-4382 (((-1114) $) 10)) (-2739 (($) 159)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 101 (-2713 (|has| |#1| (-307)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-3377 (($ (-641 $)) 98 (-2713 (|has| |#1| (-307)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (($ $ $) 97 (-2713 (|has| |#1| (-307)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) 145 (|has| |#1| (-349)))) (-4004 (((-418 (-1166 $)) (-1166 $)) 243 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-3947 (((-418 (-1166 $)) (-1166 $)) 242 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-4020 (((-418 $) $) 112 (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| |#1| (-307))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 109 (|has| |#1| (-307)))) (-2628 (((-3 $ "failed") $ |#1|) 251 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 92 (-2713 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 103 (|has| |#1| (-307)))) (-2103 (($ $) 235 (|has| |#1| (-1194)))) (-3227 (($ $ (-641 |#1|) (-641 |#1|)) 267 (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) 266 (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) 265 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) 264 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 263 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) 262 (|has| |#1| (-514 (-1170) |#1|)))) (-2358 (((-768) $) 105 (|has| |#1| (-307)))) (-2961 (($ $ |#1|) 268 (|has| |#1| (-286 |#1| |#1|)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 106 (|has| |#1| (-307)))) (-3928 ((|#1| (-1259 $)) 48) ((|#1|) 61)) (-2031 (((-768) $) 150 (|has| |#1| (-349))) (((-3 (-768) "failed") $ $) 138 (|has| |#1| (-349)))) (-1795 (($ $ (-1 |#1| |#1|) (-768)) 122) (($ $ (-1 |#1| |#1|)) 121) (($ $ (-641 (-1170)) (-641 (-768))) 129 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 130 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 131 (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) 132 (|has| |#1| (-897 (-1170)))) (($ $ (-768)) 134 (-2713 (-2832 (|has| |#1| (-363)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-2832 (|has| |#1| (-233)) (|has| |#1| (-363))))) (($ $) 136 (-2713 (-2832 (|has| |#1| (-363)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-2832 (|has| |#1| (-233)) (|has| |#1| (-363)))))) (-3141 (((-685 |#1|) (-1259 $) (-1 |#1| |#1|)) 153 (|has| |#1| (-363)))) (-3290 (((-1166 |#1|)) 158)) (-1882 (($ $) 224 (|has| |#1| (-1194)))) (-1744 (($ $) 213 (|has| |#1| (-1194)))) (-2117 (($) 147 (|has| |#1| (-349)))) (-1858 (($ $) 223 (|has| |#1| (-1194)))) (-1723 (($ $) 214 (|has| |#1| (-1194)))) (-1838 (($ $) 222 (|has| |#1| (-1194)))) (-1700 (($ $) 215 (|has| |#1| (-1194)))) (-3057 (((-1259 |#1|) $ (-1259 $)) 51) (((-685 |#1|) (-1259 $) (-1259 $)) 50) (((-1259 |#1|) $) 67) (((-685 |#1|) (-1259 $)) 66)) (-2153 (((-1259 |#1|) $) 64) (($ (-1259 |#1|)) 63) (((-1166 |#1|) $) 170) (($ (-1166 |#1|)) 156) (((-889 (-564)) $) 258 (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) 257 (|has| |#1| (-612 (-889 (-379))))) (((-169 (-379)) $) 209 (|has| |#1| (-1019))) (((-169 (-225)) $) 208 (|has| |#1| (-1019))) (((-536) $) 207 (|has| |#1| (-612 (-536))))) (-3601 (($ $) 255)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 144 (-2713 (-2832 (|has| $ (-145)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))) (|has| |#1| (-349))))) (-4134 (($ |#1| |#1|) 254)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38) (($ (-407 (-564))) 86 (-2713 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) 91 (-2713 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-2684 (($ $) 143 (|has| |#1| (-349))) (((-3 $ "failed") $) 44 (-2713 (-2832 (|has| $ (-145)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))) (|has| |#1| (-145))))) (-4120 (((-1166 |#1|) $) 46)) (-1303 (((-768)) 28 T CONST)) (-2745 (((-1259 $)) 68)) (-1919 (($ $) 233 (|has| |#1| (-1194)))) (-1777 (($ $) 221 (|has| |#1| (-1194)))) (-1720 (((-112) $ $) 95 (-2713 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-1895 (($ $) 232 (|has| |#1| (-1194)))) (-1755 (($ $) 220 (|has| |#1| (-1194)))) (-1942 (($ $) 231 (|has| |#1| (-1194)))) (-1803 (($ $) 219 (|has| |#1| (-1194)))) (-2595 ((|#1| $) 249 (|has| |#1| (-1194)))) (-2712 (($ $) 230 (|has| |#1| (-1194)))) (-1813 (($ $) 218 (|has| |#1| (-1194)))) (-1930 (($ $) 229 (|has| |#1| (-1194)))) (-1791 (($ $) 217 (|has| |#1| (-1194)))) (-1906 (($ $) 228 (|has| |#1| (-1194)))) (-1766 (($ $) 216 (|has| |#1| (-1194)))) (-1699 (($ $) 250 (|has| |#1| (-1055)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-1 |#1| |#1|) (-768)) 124) (($ $ (-1 |#1| |#1|)) 123) (($ $ (-641 (-1170)) (-641 (-768))) 125 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 126 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 127 (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) 128 (|has| |#1| (-897 (-1170)))) (($ $ (-768)) 133 (-2713 (-2832 (|has| |#1| (-363)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-2832 (|has| |#1| (-233)) (|has| |#1| (-363))))) (($ $) 135 (-2713 (-2832 (|has| |#1| (-363)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-2832 (|has| |#1| (-233)) (|has| |#1| (-363)))))) (-2920 (((-112) $ $) 203 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 202 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 204 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 201 (|has| |#1| (-847)))) (-2983 (($ $ $) 120 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-407 (-564))) 238 (-12 (|has| |#1| (-999)) (|has| |#1| (-1194)))) (($ $ $) 236 (|has| |#1| (-1194))) (($ $ (-564)) 117 (|has| |#1| (-363)))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39) (($ (-407 (-564)) $) 119 (|has| |#1| (-363))) (($ $ (-407 (-564))) 118 (|has| |#1| (-363)))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 16) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1328 (((-641 (-1129)) $) 10)) (-1702 (((-112) $ $) NIL)))
+(((-161) (-13 (-1077) (-10 -8 (-15 -1328 ((-641 (-1129)) $))))) (T -161))
+((-1328 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-161)))))
+(-13 (-1077) (-10 -8 (-15 -1328 ((-641 (-1129)) $))))
+((-1817 (((-112) $ $) NIL)) (-2341 (($ (-564)) 14) (($ $ $) 15)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 18)) (-1702 (((-112) $ $) 9)))
+(((-162) (-13 (-1094) (-10 -8 (-15 -2341 ($ (-564))) (-15 -2341 ($ $ $))))) (T -162))
+((-2341 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-162)))) (-2341 (*1 *1 *1 *1) (-5 *1 (-162))))
+(-13 (-1094) (-10 -8 (-15 -2341 ($ (-564))) (-15 -2341 ($ $ $))))
+((-1841 (((-114) (-1170)) 102)))
+(((-163) (-10 -7 (-15 -1841 ((-114) (-1170))))) (T -163))
+((-1841 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-114)) (-5 *1 (-163)))))
+(-10 -7 (-15 -1841 ((-114) (-1170))))
+((-2770 ((|#3| |#3|) 19)))
+(((-164 |#1| |#2| |#3|) (-10 -7 (-15 -2770 (|#3| |#3|))) (-1046) (-1235 |#1|) (-1235 |#2|)) (T -164))
+((-2770 (*1 *2 *2) (-12 (-4 *3 (-1046)) (-4 *4 (-1235 *3)) (-5 *1 (-164 *3 *4 *2)) (-4 *2 (-1235 *4)))))
+(-10 -7 (-15 -2770 (|#3| |#3|)))
+((-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 225)) (-2713 ((|#2| $) 102)) (-3357 (($ $) 256)) (-3210 (($ $) 250)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 42)) (-3330 (($ $) 254)) (-3187 (($ $) 248)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#2| "failed") $) 147)) (-2237 (((-564) $) NIL) (((-407 (-564)) $) NIL) ((|#2| $) 145)) (-1449 (($ $ $) 231)) (-4050 (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 161) (((-685 |#2|) (-685 $)) 155)) (-1988 (($ (-1166 |#2|)) 126) (((-3 $ "failed") (-407 (-1166 |#2|))) NIL)) (-3733 (((-3 $ "failed") $) 217)) (-2078 (((-3 (-407 (-564)) "failed") $) 207)) (-2272 (((-112) $) 202)) (-3036 (((-407 (-564)) $) 205)) (-3531 (((-918)) 95)) (-1424 (($ $ $) 233)) (-2702 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 270)) (-3714 (($) 245)) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 194) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 199)) (-3797 ((|#2| $) 100)) (-3774 (((-1166 |#2|) $) 128)) (-2449 (($ (-1 |#2| |#2|) $) 108)) (-2358 (($ $) 247)) (-1977 (((-1166 |#2|) $) 127)) (-3315 (($ $) 210)) (-2774 (($) 103)) (-1469 (((-418 (-1166 $)) (-1166 $)) 94)) (-2165 (((-418 (-1166 $)) (-1166 $)) 59)) (-1403 (((-3 $ "failed") $ |#2|) 212) (((-3 $ "failed") $ $) 215)) (-4326 (($ $) 246)) (-3920 (((-768) $) 228)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 238)) (-3190 ((|#2| (-1259 $)) NIL) ((|#2|) 97)) (-3534 (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 120) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)) (-3019 (((-1166 |#2|)) 121)) (-3344 (($ $) 255)) (-3199 (($ $) 249)) (-2467 (((-1259 |#2|) $ (-1259 $)) 137) (((-685 |#2|) (-1259 $) (-1259 $)) NIL) (((-1259 |#2|) $) 117) (((-685 |#2|) (-1259 $)) NIL)) (-2511 (((-1259 |#2|) $) NIL) (($ (-1259 |#2|)) NIL) (((-1166 |#2|) $) NIL) (($ (-1166 |#2|)) NIL) (((-889 (-564)) $) 185) (((-889 (-379)) $) 189) (((-169 (-379)) $) 173) (((-169 (-225)) $) 168) (((-536) $) 181)) (-3047 (($ $) 104)) (-1831 (((-859) $) 144) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-407 (-564))) NIL) (($ $) NIL)) (-1349 (((-1166 |#2|) $) 26)) (-2219 (((-768)) 106)) (-3427 (($ $) 259)) (-3276 (($ $) 253)) (-3406 (($ $) 257)) (-3254 (($ $) 251)) (-2562 ((|#2| $) 242)) (-3416 (($ $) 258)) (-3265 (($ $) 252)) (-1849 (($ $) 163)) (-1702 (((-112) $ $) 111)) (-1723 (((-112) $ $) 201)) (-1808 (($ $) 113) (($ $ $) NIL)) (-1797 (($ $ $) 112)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-407 (-564))) 277) (($ $ $) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 119) (($ $ $) 148) (($ $ |#2|) NIL) (($ |#2| $) 115) (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL)))
+(((-165 |#1| |#2|) (-10 -8 (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -1831 (|#1| |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3784 ((-2 (|:| -1674 |#1|) (|:| -4393 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3920 ((-768) |#1|)) (-15 -1922 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -1424 (|#1| |#1| |#1|)) (-15 -1449 (|#1| |#1| |#1|)) (-15 -3315 (|#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1723 ((-112) |#1| |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -2511 ((-169 (-225)) |#1|)) (-15 -2511 ((-169 (-379)) |#1|)) (-15 -3210 (|#1| |#1|)) (-15 -3187 (|#1| |#1|)) (-15 -3199 (|#1| |#1|)) (-15 -3265 (|#1| |#1|)) (-15 -3254 (|#1| |#1|)) (-15 -3276 (|#1| |#1|)) (-15 -3344 (|#1| |#1|)) (-15 -3330 (|#1| |#1|)) (-15 -3357 (|#1| |#1|)) (-15 -3416 (|#1| |#1|)) (-15 -3406 (|#1| |#1|)) (-15 -3427 (|#1| |#1|)) (-15 -2358 (|#1| |#1|)) (-15 -4326 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -3714 (|#1|)) (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -2165 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -1469 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -2601 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -2078 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3036 ((-407 (-564)) |#1|)) (-15 -2272 ((-112) |#1|)) (-15 -2702 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -2562 (|#2| |#1|)) (-15 -1849 (|#1| |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3047 (|#1| |#1|)) (-15 -2774 (|#1|)) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -2131 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -2131 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1988 ((-3 |#1| "failed") (-407 (-1166 |#2|)))) (-15 -1977 ((-1166 |#2|) |#1|)) (-15 -2511 (|#1| (-1166 |#2|))) (-15 -1988 (|#1| (-1166 |#2|))) (-15 -3019 ((-1166 |#2|))) (-15 -4050 ((-685 |#2|) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2511 ((-1166 |#2|) |#1|)) (-15 -3190 (|#2|)) (-15 -2511 (|#1| (-1259 |#2|))) (-15 -2511 ((-1259 |#2|) |#1|)) (-15 -2467 ((-685 |#2|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1|)) (-15 -3774 ((-1166 |#2|) |#1|)) (-15 -1349 ((-1166 |#2|) |#1|)) (-15 -3190 (|#2| (-1259 |#1|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -3797 (|#2| |#1|)) (-15 -2713 (|#2| |#1|)) (-15 -3531 ((-918))) (-15 -1831 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 -3733 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-918))) (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -1797 (|#1| |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|))) (-166 |#2|) (-172)) (T -165))
+((-2219 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))) (-3531 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-918)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))) (-3190 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-165 *3 *2)) (-4 *3 (-166 *2)))) (-3019 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1166 *4)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))))
+(-10 -8 (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -1831 (|#1| |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3784 ((-2 (|:| -1674 |#1|) (|:| -4393 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3920 ((-768) |#1|)) (-15 -1922 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -1424 (|#1| |#1| |#1|)) (-15 -1449 (|#1| |#1| |#1|)) (-15 -3315 (|#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1723 ((-112) |#1| |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -2511 ((-169 (-225)) |#1|)) (-15 -2511 ((-169 (-379)) |#1|)) (-15 -3210 (|#1| |#1|)) (-15 -3187 (|#1| |#1|)) (-15 -3199 (|#1| |#1|)) (-15 -3265 (|#1| |#1|)) (-15 -3254 (|#1| |#1|)) (-15 -3276 (|#1| |#1|)) (-15 -3344 (|#1| |#1|)) (-15 -3330 (|#1| |#1|)) (-15 -3357 (|#1| |#1|)) (-15 -3416 (|#1| |#1|)) (-15 -3406 (|#1| |#1|)) (-15 -3427 (|#1| |#1|)) (-15 -2358 (|#1| |#1|)) (-15 -4326 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -3714 (|#1|)) (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -2165 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -1469 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -2601 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -2078 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3036 ((-407 (-564)) |#1|)) (-15 -2272 ((-112) |#1|)) (-15 -2702 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -2562 (|#2| |#1|)) (-15 -1849 (|#1| |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3047 (|#1| |#1|)) (-15 -2774 (|#1|)) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -2131 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -2131 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1988 ((-3 |#1| "failed") (-407 (-1166 |#2|)))) (-15 -1977 ((-1166 |#2|) |#1|)) (-15 -2511 (|#1| (-1166 |#2|))) (-15 -1988 (|#1| (-1166 |#2|))) (-15 -3019 ((-1166 |#2|))) (-15 -4050 ((-685 |#2|) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2511 ((-1166 |#2|) |#1|)) (-15 -3190 (|#2|)) (-15 -2511 (|#1| (-1259 |#2|))) (-15 -2511 ((-1259 |#2|) |#1|)) (-15 -2467 ((-685 |#2|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1|)) (-15 -3774 ((-1166 |#2|) |#1|)) (-15 -1349 ((-1166 |#2|) |#1|)) (-15 -3190 (|#2| (-1259 |#1|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -3797 (|#2| |#1|)) (-15 -2713 (|#2| |#1|)) (-15 -3531 ((-918))) (-15 -1831 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 -3733 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-918))) (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -1797 (|#1| |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 93 (-4078 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-1537 (($ $) 94 (-4078 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-1932 (((-112) $) 96 (-4078 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-3390 (((-685 |#1|) (-1259 $)) 47) (((-685 |#1|)) 62)) (-2713 ((|#1| $) 53)) (-3357 (($ $) 227 (|has| |#1| (-1194)))) (-3210 (($ $) 210 (|has| |#1| (-1194)))) (-3967 (((-1182 (-918) (-768)) (-564)) 146 (|has| |#1| (-349)))) (-4088 (((-3 $ "failed") $ $) 19)) (-2345 (((-418 (-1166 $)) (-1166 $)) 241 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-2427 (($ $) 113 (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-3399 (((-418 $) $) 114 (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-3083 (($ $) 240 (-12 (|has| |#1| (-999)) (|has| |#1| (-1194))))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 244 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-3554 (((-112) $ $) 104 (|has| |#1| (-307)))) (-3267 (((-768)) 87 (|has| |#1| (-368)))) (-3330 (($ $) 226 (|has| |#1| (-1194)))) (-3187 (($ $) 211 (|has| |#1| (-1194)))) (-3384 (($ $) 225 (|has| |#1| (-1194)))) (-3233 (($ $) 212 (|has| |#1| (-1194)))) (-1778 (($) 17 T CONST)) (-2347 (((-3 (-564) "failed") $) 169 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 167 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 164)) (-2237 (((-564) $) 168 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 166 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 165)) (-3624 (($ (-1259 |#1|) (-1259 $)) 49) (($ (-1259 |#1|)) 65)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) 152 (|has| |#1| (-349)))) (-1449 (($ $ $) 108 (|has| |#1| (-307)))) (-4206 (((-685 |#1|) $ (-1259 $)) 54) (((-685 |#1|) $) 60)) (-4050 (((-685 (-564)) (-685 $)) 163 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 162 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 161) (((-685 |#1|) (-685 $)) 160)) (-1988 (($ (-1166 |#1|)) 157) (((-3 $ "failed") (-407 (-1166 |#1|))) 154 (|has| |#1| (-363)))) (-3733 (((-3 $ "failed") $) 33)) (-3092 ((|#1| $) 252)) (-2078 (((-3 (-407 (-564)) "failed") $) 245 (|has| |#1| (-545)))) (-2272 (((-112) $) 247 (|has| |#1| (-545)))) (-3036 (((-407 (-564)) $) 246 (|has| |#1| (-545)))) (-3531 (((-918)) 55)) (-2900 (($) 90 (|has| |#1| (-368)))) (-1424 (($ $ $) 107 (|has| |#1| (-307)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 102 (|has| |#1| (-307)))) (-1830 (($) 148 (|has| |#1| (-349)))) (-4282 (((-112) $) 149 (|has| |#1| (-349)))) (-3340 (($ $ (-768)) 140 (|has| |#1| (-349))) (($ $) 139 (|has| |#1| (-349)))) (-1420 (((-112) $) 115 (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-2702 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 248 (-12 (|has| |#1| (-1055)) (|has| |#1| (-1194))))) (-3714 (($) 237 (|has| |#1| (-1194)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 260 (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 259 (|has| |#1| (-883 (-379))))) (-2155 (((-918) $) 151 (|has| |#1| (-349))) (((-830 (-918)) $) 137 (|has| |#1| (-349)))) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 239 (-12 (|has| |#1| (-999)) (|has| |#1| (-1194))))) (-3797 ((|#1| $) 52)) (-2619 (((-3 $ "failed") $) 141 (|has| |#1| (-349)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 111 (|has| |#1| (-307)))) (-3774 (((-1166 |#1|) $) 45 (|has| |#1| (-363)))) (-1925 (($ $ $) 206 (|has| |#1| (-847)))) (-3375 (($ $ $) 205 (|has| |#1| (-847)))) (-2449 (($ (-1 |#1| |#1|) $) 261)) (-1811 (((-918) $) 89 (|has| |#1| (-368)))) (-2358 (($ $) 234 (|has| |#1| (-1194)))) (-1977 (((-1166 |#1|) $) 155)) (-2740 (($ (-641 $)) 100 (-4078 (|has| |#1| (-307)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (($ $ $) 99 (-4078 (|has| |#1| (-307)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-2723 (((-1152) $) 9)) (-3315 (($ $) 116 (|has| |#1| (-363)))) (-2884 (($) 142 (|has| |#1| (-349)) CONST)) (-1468 (($ (-918)) 88 (|has| |#1| (-368)))) (-2774 (($) 256)) (-3102 ((|#1| $) 253)) (-2780 (((-1114) $) 10)) (-1426 (($) 159)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 101 (-4078 (|has| |#1| (-307)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-2777 (($ (-641 $)) 98 (-4078 (|has| |#1| (-307)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (($ $ $) 97 (-4078 (|has| |#1| (-307)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) 145 (|has| |#1| (-349)))) (-1469 (((-418 (-1166 $)) (-1166 $)) 243 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-2165 (((-418 (-1166 $)) (-1166 $)) 242 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-3070 (((-418 $) $) 112 (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| |#1| (-307))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 109 (|has| |#1| (-307)))) (-1403 (((-3 $ "failed") $ |#1|) 251 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 92 (-4078 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 103 (|has| |#1| (-307)))) (-4326 (($ $) 235 (|has| |#1| (-1194)))) (-2633 (($ $ (-641 |#1|) (-641 |#1|)) 267 (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) 266 (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) 265 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) 264 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 263 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) 262 (|has| |#1| (-514 (-1170) |#1|)))) (-3920 (((-768) $) 105 (|has| |#1| (-307)))) (-1350 (($ $ |#1|) 268 (|has| |#1| (-286 |#1| |#1|)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 106 (|has| |#1| (-307)))) (-3190 ((|#1| (-1259 $)) 48) ((|#1|) 61)) (-1820 (((-768) $) 150 (|has| |#1| (-349))) (((-3 (-768) "failed") $ $) 138 (|has| |#1| (-349)))) (-3534 (($ $ (-1 |#1| |#1|) (-768)) 122) (($ $ (-1 |#1| |#1|)) 121) (($ $ (-641 (-1170)) (-641 (-768))) 129 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 130 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 131 (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) 132 (|has| |#1| (-897 (-1170)))) (($ $ (-768)) 134 (-4078 (-4348 (|has| |#1| (-363)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-4348 (|has| |#1| (-233)) (|has| |#1| (-363))))) (($ $) 136 (-4078 (-4348 (|has| |#1| (-363)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-4348 (|has| |#1| (-233)) (|has| |#1| (-363)))))) (-4027 (((-685 |#1|) (-1259 $) (-1 |#1| |#1|)) 153 (|has| |#1| (-363)))) (-3019 (((-1166 |#1|)) 158)) (-3395 (($ $) 224 (|has| |#1| (-1194)))) (-3245 (($ $) 213 (|has| |#1| (-1194)))) (-3297 (($) 147 (|has| |#1| (-349)))) (-3371 (($ $) 223 (|has| |#1| (-1194)))) (-3221 (($ $) 214 (|has| |#1| (-1194)))) (-3344 (($ $) 222 (|has| |#1| (-1194)))) (-3199 (($ $) 215 (|has| |#1| (-1194)))) (-2467 (((-1259 |#1|) $ (-1259 $)) 51) (((-685 |#1|) (-1259 $) (-1259 $)) 50) (((-1259 |#1|) $) 67) (((-685 |#1|) (-1259 $)) 66)) (-2511 (((-1259 |#1|) $) 64) (($ (-1259 |#1|)) 63) (((-1166 |#1|) $) 170) (($ (-1166 |#1|)) 156) (((-889 (-564)) $) 258 (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) 257 (|has| |#1| (-612 (-889 (-379))))) (((-169 (-379)) $) 209 (|has| |#1| (-1019))) (((-169 (-225)) $) 208 (|has| |#1| (-1019))) (((-536) $) 207 (|has| |#1| (-612 (-536))))) (-3047 (($ $) 255)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 144 (-4078 (-4348 (|has| $ (-145)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))) (|has| |#1| (-349))))) (-2522 (($ |#1| |#1|) 254)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38) (($ (-407 (-564))) 86 (-4078 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) 91 (-4078 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-4018 (($ $) 143 (|has| |#1| (-349))) (((-3 $ "failed") $) 44 (-4078 (-4348 (|has| $ (-145)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))) (|has| |#1| (-145))))) (-1349 (((-1166 |#1|) $) 46)) (-2219 (((-768)) 28 T CONST)) (-3331 (((-1259 $)) 68)) (-3427 (($ $) 233 (|has| |#1| (-1194)))) (-3276 (($ $) 221 (|has| |#1| (-1194)))) (-3939 (((-112) $ $) 95 (-4078 (|has| |#1| (-556)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))) (-3406 (($ $) 232 (|has| |#1| (-1194)))) (-3254 (($ $) 220 (|has| |#1| (-1194)))) (-3450 (($ $) 231 (|has| |#1| (-1194)))) (-3302 (($ $) 219 (|has| |#1| (-1194)))) (-2562 ((|#1| $) 249 (|has| |#1| (-1194)))) (-2315 (($ $) 230 (|has| |#1| (-1194)))) (-3316 (($ $) 218 (|has| |#1| (-1194)))) (-3439 (($ $) 229 (|has| |#1| (-1194)))) (-3287 (($ $) 217 (|has| |#1| (-1194)))) (-3416 (($ $) 228 (|has| |#1| (-1194)))) (-3265 (($ $) 216 (|has| |#1| (-1194)))) (-1849 (($ $) 250 (|has| |#1| (-1055)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-1 |#1| |#1|) (-768)) 124) (($ $ (-1 |#1| |#1|)) 123) (($ $ (-641 (-1170)) (-641 (-768))) 125 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 126 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 127 (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) 128 (|has| |#1| (-897 (-1170)))) (($ $ (-768)) 133 (-4078 (-4348 (|has| |#1| (-363)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-4348 (|has| |#1| (-233)) (|has| |#1| (-363))))) (($ $) 135 (-4078 (-4348 (|has| |#1| (-363)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-4348 (|has| |#1| (-233)) (|has| |#1| (-363)))))) (-1762 (((-112) $ $) 203 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 202 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 204 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 201 (|has| |#1| (-847)))) (-1823 (($ $ $) 120 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-407 (-564))) 238 (-12 (|has| |#1| (-999)) (|has| |#1| (-1194)))) (($ $ $) 236 (|has| |#1| (-1194))) (($ $ (-564)) 117 (|has| |#1| (-363)))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39) (($ (-407 (-564)) $) 119 (|has| |#1| (-363))) (($ $ (-407 (-564))) 118 (|has| |#1| (-363)))))
(((-166 |#1|) (-140) (-172)) (T -166))
-((-2471 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-2186 (*1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-3601 (*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-4134 (*1 *1 *2 *2) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-4050 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-4040 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-2628 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-556)))) (-1699 (*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1055)))) (-2595 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1194)))) (-3875 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-1055)) (-4 *3 (-1194)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-2260 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112)))) (-3600 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))) (-2242 (*1 *2 *1) (|partial| -12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))))
-(-13 (-721 |t#1| (-1166 |t#1|)) (-411 |t#1|) (-231 |t#1|) (-338 |t#1|) (-400 |t#1|) (-881 |t#1|) (-377 |t#1|) (-172) (-10 -8 (-6 -4134) (-15 -2186 ($)) (-15 -3601 ($ $)) (-15 -4134 ($ |t#1| |t#1|)) (-15 -4050 (|t#1| $)) (-15 -4040 (|t#1| $)) (-15 -2471 (|t#1| $)) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-6 (-556)) (-15 -2628 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-307)) (-6 (-307)) |%noBranch|) (IF (|has| |t#1| (-6 -4411)) (-6 -4411) |%noBranch|) (IF (|has| |t#1| (-6 -4408)) (-6 -4408) |%noBranch|) (IF (|has| |t#1| (-363)) (-6 (-363)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1019)) (PROGN (-6 (-612 (-169 (-225)))) (-6 (-612 (-169 (-379))))) |%noBranch|) (IF (|has| |t#1| (-1055)) (-15 -1699 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1194)) (PROGN (-6 (-1194)) (-15 -2595 (|t#1| $)) (IF (|has| |t#1| (-999)) (-6 (-999)) |%noBranch|) (IF (|has| |t#1| (-1055)) (-15 -3875 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -2260 ((-112) $)) (-15 -3600 ((-407 (-564)) $)) (-15 -2242 ((-3 (-407 (-564)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-906)) (IF (|has| |t#1| (-307)) (-6 (-906)) |%noBranch|) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-38 |#1|) . T) ((-38 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-35) |has| |#1| (-1194)) ((-95) |has| |#1| (-1194)) ((-102) . T) ((-111 #0# #0#) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2713 (|has| |#1| (-349)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-614 #0#) -2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-349)) (|has| |#1| (-363))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-611 (-859)) . T) ((-172) . T) ((-612 (-169 (-225))) |has| |#1| (-1019)) ((-612 (-169 (-379))) |has| |#1| (-1019)) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-612 (-889 (-379))) |has| |#1| (-612 (-889 (-379)))) ((-612 (-889 (-564))) |has| |#1| (-612 (-889 (-564)))) ((-612 #1=(-1166 |#1|)) . T) ((-231 |#1|) . T) ((-233) -2713 (|has| |#1| (-349)) (|has| |#1| (-233))) ((-243) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-284) |has| |#1| (-1194)) ((-286 |#1| $) |has| |#1| (-286 |#1| |#1|)) ((-290) -2713 (|has| |#1| (-556)) (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-307) -2713 (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-309 |#1|) |has| |#1| (-309 |#1|)) ((-363) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-402) |has| |#1| (-349)) ((-368) -2713 (|has| |#1| (-368)) (|has| |#1| (-349))) ((-349) |has| |#1| (-349)) ((-370 |#1| #1#) . T) ((-409 |#1| #1#) . T) ((-338 |#1|) . T) ((-377 |#1|) . T) ((-400 |#1|) . T) ((-411 |#1|) . T) ((-452) -2713 (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-493) |has| |#1| (-1194)) ((-514 (-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((-514 |#1| |#1|) |has| |#1| (-309 |#1|)) ((-556) -2713 (|has| |#1| (-556)) (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-644 #0#) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-714 |#1|) . T) ((-714 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-721 |#1| #1#) . T) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-883 (-379)) |has| |#1| (-883 (-379))) ((-883 (-564)) |has| |#1| (-883 (-564))) ((-881 |#1|) . T) ((-906) -12 (|has| |#1| (-307)) (|has| |#1| (-906))) ((-917) -2713 (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-999) -12 (|has| |#1| (-999)) (|has| |#1| (-1194))) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 #0#) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-1052 |#1|) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| |#1| (-349)) ((-1194) |has| |#1| (-1194)) ((-1197) |has| |#1| (-1194)) ((-1209) . T) ((-1213) -2713 (|has| |#1| (-349)) (|has| |#1| (-363)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))
-((-4020 (((-418 |#2|) |#2|) 69)))
-(((-167 |#1| |#2|) (-10 -7 (-15 -4020 ((-418 |#2|) |#2|))) (-307) (-1235 (-169 |#1|))) (T -167))
-((-4020 (*1 *2 *3) (-12 (-4 *4 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-167 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
-(-10 -7 (-15 -4020 ((-418 |#2|) |#2|)))
-((-2110 (((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|)) 14)))
-(((-168 |#1| |#2|) (-10 -7 (-15 -2110 ((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|)))) (-172) (-172)) (T -168))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-169 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-5 *2 (-169 *6)) (-5 *1 (-168 *5 *6)))))
-(-10 -7 (-15 -2110 ((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 34)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-4010 (($ $) NIL (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-2662 (((-112) $) NIL (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-4133 (((-685 |#1|) (-1259 $)) NIL) (((-685 |#1|)) NIL)) (-4321 ((|#1| $) NIL)) (-1848 (($ $) NIL (|has| |#1| (-1194)))) (-1711 (($ $) NIL (|has| |#1| (-1194)))) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| |#1| (-349)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-2275 (($ $) NIL (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-1798 (((-418 $) $) NIL (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-4029 (($ $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1194))))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-1817 (((-112) $ $) NIL (|has| |#1| (-307)))) (-1860 (((-768)) NIL (|has| |#1| (-368)))) (-1827 (($ $) NIL (|has| |#1| (-1194)))) (-1688 (($ $) NIL (|has| |#1| (-1194)))) (-1871 (($ $) NIL (|has| |#1| (-1194)))) (-1734 (($ $) NIL (|has| |#1| (-1194)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3222 (($ (-1259 |#1|) (-1259 $)) NIL) (($ (-1259 |#1|)) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-349)))) (-2668 (($ $ $) NIL (|has| |#1| (-307)))) (-3160 (((-685 |#1|) $ (-1259 $)) NIL) (((-685 |#1|) $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3658 (($ (-1166 |#1|)) NIL) (((-3 $ "failed") (-407 (-1166 |#1|))) NIL (|has| |#1| (-363)))) (-3233 (((-3 $ "failed") $) NIL)) (-4040 ((|#1| $) 13)) (-2242 (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-545)))) (-2260 (((-112) $) NIL (|has| |#1| (-545)))) (-3600 (((-407 (-564)) $) NIL (|has| |#1| (-545)))) (-3147 (((-918)) NIL)) (-3746 (($) NIL (|has| |#1| (-368)))) (-2649 (($ $ $) NIL (|has| |#1| (-307)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-307)))) (-2982 (($) NIL (|has| |#1| (-349)))) (-2398 (((-112) $) NIL (|has| |#1| (-349)))) (-3195 (($ $ (-768)) NIL (|has| |#1| (-349))) (($ $) NIL (|has| |#1| (-349)))) (-2941 (((-112) $) NIL (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-3875 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-1055)) (|has| |#1| (-1194))))) (-2682 (($) NIL (|has| |#1| (-1194)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| |#1| (-883 (-379))))) (-2887 (((-918) $) NIL (|has| |#1| (-349))) (((-830 (-918)) $) NIL (|has| |#1| (-349)))) (-3282 (((-112) $) 36)) (-2201 (($ $ (-564)) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1194))))) (-2471 ((|#1| $) 47)) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-349)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-307)))) (-2162 (((-1166 |#1|) $) NIL (|has| |#1| (-363)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-2981 (((-918) $) NIL (|has| |#1| (-368)))) (-3612 (($ $) NIL (|has| |#1| (-1194)))) (-3646 (((-1166 |#1|) $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-307))) (($ $ $) NIL (|has| |#1| (-307)))) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| |#1| (-363)))) (-2558 (($) NIL (|has| |#1| (-349)) CONST)) (-1359 (($ (-918)) NIL (|has| |#1| (-368)))) (-2186 (($) NIL)) (-4050 ((|#1| $) 15)) (-4382 (((-1114) $) NIL)) (-2739 (($) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-307)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-307))) (($ $ $) NIL (|has| |#1| (-307)))) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| |#1| (-349)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-4020 (((-418 $) $) NIL (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-307))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-307)))) (-2628 (((-3 $ "failed") $ |#1|) 45 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 48 (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-307)))) (-2103 (($ $) NIL (|has| |#1| (-1194)))) (-3227 (($ $ (-641 |#1|) (-641 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-514 (-1170) |#1|)))) (-2358 (((-768) $) NIL (|has| |#1| (-307)))) (-2961 (($ $ |#1|) NIL (|has| |#1| (-286 |#1| |#1|)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-307)))) (-3928 ((|#1| (-1259 $)) NIL) ((|#1|) NIL)) (-2031 (((-768) $) NIL (|has| |#1| (-349))) (((-3 (-768) "failed") $ $) NIL (|has| |#1| (-349)))) (-1795 (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-3141 (((-685 |#1|) (-1259 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-363)))) (-3290 (((-1166 |#1|)) NIL)) (-1882 (($ $) NIL (|has| |#1| (-1194)))) (-1744 (($ $) NIL (|has| |#1| (-1194)))) (-2117 (($) NIL (|has| |#1| (-349)))) (-1858 (($ $) NIL (|has| |#1| (-1194)))) (-1723 (($ $) NIL (|has| |#1| (-1194)))) (-1838 (($ $) NIL (|has| |#1| (-1194)))) (-1700 (($ $) NIL (|has| |#1| (-1194)))) (-3057 (((-1259 |#1|) $ (-1259 $)) NIL) (((-685 |#1|) (-1259 $) (-1259 $)) NIL) (((-1259 |#1|) $) NIL) (((-685 |#1|) (-1259 $)) NIL)) (-2153 (((-1259 |#1|) $) NIL) (($ (-1259 |#1|)) NIL) (((-1166 |#1|) $) NIL) (($ (-1166 |#1|)) NIL) (((-889 (-564)) $) NIL (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| |#1| (-612 (-889 (-379))))) (((-169 (-379)) $) NIL (|has| |#1| (-1019))) (((-169 (-225)) $) NIL (|has| |#1| (-1019))) (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-3601 (($ $) 46)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-349))))) (-4134 (($ |#1| |#1|) 38)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) 37) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-2684 (($ $) NIL (|has| |#1| (-349))) (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-4120 (((-1166 |#1|) $) NIL)) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $)) NIL)) (-1919 (($ $) NIL (|has| |#1| (-1194)))) (-1777 (($ $) NIL (|has| |#1| (-1194)))) (-1720 (((-112) $ $) NIL (-2713 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-1895 (($ $) NIL (|has| |#1| (-1194)))) (-1755 (($ $) NIL (|has| |#1| (-1194)))) (-1942 (($ $) NIL (|has| |#1| (-1194)))) (-1803 (($ $) NIL (|has| |#1| (-1194)))) (-2595 ((|#1| $) NIL (|has| |#1| (-1194)))) (-2712 (($ $) NIL (|has| |#1| (-1194)))) (-1813 (($ $) NIL (|has| |#1| (-1194)))) (-1930 (($ $) NIL (|has| |#1| (-1194)))) (-1791 (($ $) NIL (|has| |#1| (-1194)))) (-1906 (($ $) NIL (|has| |#1| (-1194)))) (-1766 (($ $) NIL (|has| |#1| (-1194)))) (-1699 (($ $) NIL (|has| |#1| (-1055)))) (-2885 (($) 28 T CONST)) (-2898 (($) 30 T CONST)) (-3930 (((-1152) $) 23 (|has| |#1| (-825))) (((-1152) $ (-112)) 25 (|has| |#1| (-825))) (((-1264) (-819) $) 26 (|has| |#1| (-825))) (((-1264) (-819) $ (-112)) 27 (|has| |#1| (-825)))) (-3256 (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2983 (($ $ $) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 40)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-407 (-564))) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1194)))) (($ $ $) NIL (|has| |#1| (-1194))) (($ $ (-564)) NIL (|has| |#1| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 43) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-407 (-564)) $) NIL (|has| |#1| (-363))) (($ $ (-407 (-564))) NIL (|has| |#1| (-363)))))
+((-3797 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-2774 (*1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-3047 (*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-2522 (*1 *1 *2 *2) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-3102 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-3092 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-1403 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-556)))) (-1849 (*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1055)))) (-2562 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1194)))) (-2702 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-1055)) (-4 *3 (-1194)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-2272 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112)))) (-3036 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))) (-2078 (*1 *2 *1) (|partial| -12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))))
+(-13 (-721 |t#1| (-1166 |t#1|)) (-411 |t#1|) (-231 |t#1|) (-338 |t#1|) (-400 |t#1|) (-881 |t#1|) (-377 |t#1|) (-172) (-10 -8 (-6 -2522) (-15 -2774 ($)) (-15 -3047 ($ $)) (-15 -2522 ($ |t#1| |t#1|)) (-15 -3102 (|t#1| $)) (-15 -3092 (|t#1| $)) (-15 -3797 (|t#1| $)) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-6 (-556)) (-15 -1403 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-307)) (-6 (-307)) |%noBranch|) (IF (|has| |t#1| (-6 -4405)) (-6 -4405) |%noBranch|) (IF (|has| |t#1| (-6 -4402)) (-6 -4402) |%noBranch|) (IF (|has| |t#1| (-363)) (-6 (-363)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1019)) (PROGN (-6 (-612 (-169 (-225)))) (-6 (-612 (-169 (-379))))) |%noBranch|) (IF (|has| |t#1| (-1055)) (-15 -1849 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1194)) (PROGN (-6 (-1194)) (-15 -2562 (|t#1| $)) (IF (|has| |t#1| (-999)) (-6 (-999)) |%noBranch|) (IF (|has| |t#1| (-1055)) (-15 -2702 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -2272 ((-112) $)) (-15 -3036 ((-407 (-564)) $)) (-15 -2078 ((-3 (-407 (-564)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-906)) (IF (|has| |t#1| (-307)) (-6 (-906)) |%noBranch|) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-38 |#1|) . T) ((-38 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-35) |has| |#1| (-1194)) ((-95) |has| |#1| (-1194)) ((-102) . T) ((-111 #0# #0#) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -4078 (|has| |#1| (-349)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-614 #0#) -4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-349)) (|has| |#1| (-363))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-611 (-859)) . T) ((-172) . T) ((-612 (-169 (-225))) |has| |#1| (-1019)) ((-612 (-169 (-379))) |has| |#1| (-1019)) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-612 (-889 (-379))) |has| |#1| (-612 (-889 (-379)))) ((-612 (-889 (-564))) |has| |#1| (-612 (-889 (-564)))) ((-612 #1=(-1166 |#1|)) . T) ((-231 |#1|) . T) ((-233) -4078 (|has| |#1| (-349)) (|has| |#1| (-233))) ((-243) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-284) |has| |#1| (-1194)) ((-286 |#1| $) |has| |#1| (-286 |#1| |#1|)) ((-290) -4078 (|has| |#1| (-556)) (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-307) -4078 (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-309 |#1|) |has| |#1| (-309 |#1|)) ((-363) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-402) |has| |#1| (-349)) ((-368) -4078 (|has| |#1| (-368)) (|has| |#1| (-349))) ((-349) |has| |#1| (-349)) ((-370 |#1| #1#) . T) ((-409 |#1| #1#) . T) ((-338 |#1|) . T) ((-377 |#1|) . T) ((-400 |#1|) . T) ((-411 |#1|) . T) ((-452) -4078 (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-493) |has| |#1| (-1194)) ((-514 (-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((-514 |#1| |#1|) |has| |#1| (-309 |#1|)) ((-556) -4078 (|has| |#1| (-556)) (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-644 #0#) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-714 |#1|) . T) ((-714 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-721 |#1| #1#) . T) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-883 (-379)) |has| |#1| (-883 (-379))) ((-883 (-564)) |has| |#1| (-883 (-564))) ((-881 |#1|) . T) ((-906) -12 (|has| |#1| (-307)) (|has| |#1| (-906))) ((-917) -4078 (|has| |#1| (-349)) (|has| |#1| (-363)) (|has| |#1| (-307))) ((-999) -12 (|has| |#1| (-999)) (|has| |#1| (-1194))) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 #0#) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-1052 |#1|) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| |#1| (-349)) ((-1194) |has| |#1| (-1194)) ((-1197) |has| |#1| (-1194)) ((-1209) . T) ((-1213) -4078 (|has| |#1| (-349)) (|has| |#1| (-363)) (-12 (|has| |#1| (-307)) (|has| |#1| (-906)))))
+((-3070 (((-418 |#2|) |#2|) 69)))
+(((-167 |#1| |#2|) (-10 -7 (-15 -3070 ((-418 |#2|) |#2|))) (-307) (-1235 (-169 |#1|))) (T -167))
+((-3070 (*1 *2 *3) (-12 (-4 *4 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-167 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
+(-10 -7 (-15 -3070 ((-418 |#2|) |#2|)))
+((-2449 (((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|)) 14)))
+(((-168 |#1| |#2|) (-10 -7 (-15 -2449 ((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|)))) (-172) (-172)) (T -168))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-169 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-5 *2 (-169 *6)) (-5 *1 (-168 *5 *6)))))
+(-10 -7 (-15 -2449 ((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 34)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-1537 (($ $) NIL (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-1932 (((-112) $) NIL (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-3390 (((-685 |#1|) (-1259 $)) NIL) (((-685 |#1|)) NIL)) (-2713 ((|#1| $) NIL)) (-3357 (($ $) NIL (|has| |#1| (-1194)))) (-3210 (($ $) NIL (|has| |#1| (-1194)))) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| |#1| (-349)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-2427 (($ $) NIL (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-3399 (((-418 $) $) NIL (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-3083 (($ $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1194))))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-3554 (((-112) $ $) NIL (|has| |#1| (-307)))) (-3267 (((-768)) NIL (|has| |#1| (-368)))) (-3330 (($ $) NIL (|has| |#1| (-1194)))) (-3187 (($ $) NIL (|has| |#1| (-1194)))) (-3384 (($ $) NIL (|has| |#1| (-1194)))) (-3233 (($ $) NIL (|has| |#1| (-1194)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3624 (($ (-1259 |#1|) (-1259 $)) NIL) (($ (-1259 |#1|)) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-349)))) (-1449 (($ $ $) NIL (|has| |#1| (-307)))) (-4206 (((-685 |#1|) $ (-1259 $)) NIL) (((-685 |#1|) $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-1988 (($ (-1166 |#1|)) NIL) (((-3 $ "failed") (-407 (-1166 |#1|))) NIL (|has| |#1| (-363)))) (-3733 (((-3 $ "failed") $) NIL)) (-3092 ((|#1| $) 13)) (-2078 (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-545)))) (-2272 (((-112) $) NIL (|has| |#1| (-545)))) (-3036 (((-407 (-564)) $) NIL (|has| |#1| (-545)))) (-3531 (((-918)) NIL)) (-2900 (($) NIL (|has| |#1| (-368)))) (-1424 (($ $ $) NIL (|has| |#1| (-307)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-307)))) (-1830 (($) NIL (|has| |#1| (-349)))) (-4282 (((-112) $) NIL (|has| |#1| (-349)))) (-3340 (($ $ (-768)) NIL (|has| |#1| (-349))) (($ $) NIL (|has| |#1| (-349)))) (-1420 (((-112) $) NIL (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-2702 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-1055)) (|has| |#1| (-1194))))) (-3714 (($) NIL (|has| |#1| (-1194)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| |#1| (-883 (-379))))) (-2155 (((-918) $) NIL (|has| |#1| (-349))) (((-830 (-918)) $) NIL (|has| |#1| (-349)))) (-2949 (((-112) $) 36)) (-2915 (($ $ (-564)) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1194))))) (-3797 ((|#1| $) 47)) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-349)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-307)))) (-3774 (((-1166 |#1|) $) NIL (|has| |#1| (-363)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1811 (((-918) $) NIL (|has| |#1| (-368)))) (-2358 (($ $) NIL (|has| |#1| (-1194)))) (-1977 (((-1166 |#1|) $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-307))) (($ $ $) NIL (|has| |#1| (-307)))) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| |#1| (-363)))) (-2884 (($) NIL (|has| |#1| (-349)) CONST)) (-1468 (($ (-918)) NIL (|has| |#1| (-368)))) (-2774 (($) NIL)) (-3102 ((|#1| $) 15)) (-2780 (((-1114) $) NIL)) (-1426 (($) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-307)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-307))) (($ $ $) NIL (|has| |#1| (-307)))) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| |#1| (-349)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#1| (-307)) (|has| |#1| (-906))))) (-3070 (((-418 $) $) NIL (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-363))))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-307))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-307)))) (-1403 (((-3 $ "failed") $ |#1|) 45 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 48 (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-307)))) (-4326 (($ $) NIL (|has| |#1| (-1194)))) (-2633 (($ $ (-641 |#1|) (-641 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-514 (-1170) |#1|)))) (-3920 (((-768) $) NIL (|has| |#1| (-307)))) (-1350 (($ $ |#1|) NIL (|has| |#1| (-286 |#1| |#1|)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-307)))) (-3190 ((|#1| (-1259 $)) NIL) ((|#1|) NIL)) (-1820 (((-768) $) NIL (|has| |#1| (-349))) (((-3 (-768) "failed") $ $) NIL (|has| |#1| (-349)))) (-3534 (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-4027 (((-685 |#1|) (-1259 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-363)))) (-3019 (((-1166 |#1|)) NIL)) (-3395 (($ $) NIL (|has| |#1| (-1194)))) (-3245 (($ $) NIL (|has| |#1| (-1194)))) (-3297 (($) NIL (|has| |#1| (-349)))) (-3371 (($ $) NIL (|has| |#1| (-1194)))) (-3221 (($ $) NIL (|has| |#1| (-1194)))) (-3344 (($ $) NIL (|has| |#1| (-1194)))) (-3199 (($ $) NIL (|has| |#1| (-1194)))) (-2467 (((-1259 |#1|) $ (-1259 $)) NIL) (((-685 |#1|) (-1259 $) (-1259 $)) NIL) (((-1259 |#1|) $) NIL) (((-685 |#1|) (-1259 $)) NIL)) (-2511 (((-1259 |#1|) $) NIL) (($ (-1259 |#1|)) NIL) (((-1166 |#1|) $) NIL) (($ (-1166 |#1|)) NIL) (((-889 (-564)) $) NIL (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| |#1| (-612 (-889 (-379))))) (((-169 (-379)) $) NIL (|has| |#1| (-1019))) (((-169 (-225)) $) NIL (|has| |#1| (-1019))) (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-3047 (($ $) 46)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-349))))) (-2522 (($ |#1| |#1|) 38)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) 37) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-4018 (($ $) NIL (|has| |#1| (-349))) (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1349 (((-1166 |#1|) $) NIL)) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $)) NIL)) (-3427 (($ $) NIL (|has| |#1| (-1194)))) (-3276 (($ $) NIL (|has| |#1| (-1194)))) (-3939 (((-112) $ $) NIL (-4078 (-12 (|has| |#1| (-307)) (|has| |#1| (-906))) (|has| |#1| (-556))))) (-3406 (($ $) NIL (|has| |#1| (-1194)))) (-3254 (($ $) NIL (|has| |#1| (-1194)))) (-3450 (($ $) NIL (|has| |#1| (-1194)))) (-3302 (($ $) NIL (|has| |#1| (-1194)))) (-2562 ((|#1| $) NIL (|has| |#1| (-1194)))) (-2315 (($ $) NIL (|has| |#1| (-1194)))) (-3316 (($ $) NIL (|has| |#1| (-1194)))) (-3439 (($ $) NIL (|has| |#1| (-1194)))) (-3287 (($ $) NIL (|has| |#1| (-1194)))) (-3416 (($ $) NIL (|has| |#1| (-1194)))) (-3265 (($ $) NIL (|has| |#1| (-1194)))) (-1849 (($ $) NIL (|has| |#1| (-1055)))) (-1293 (($) 28 T CONST)) (-1300 (($) 30 T CONST)) (-3213 (((-1152) $) 23 (|has| |#1| (-825))) (((-1152) $ (-112)) 25 (|has| |#1| (-825))) (((-1264) (-819) $) 26 (|has| |#1| (-825))) (((-1264) (-819) $ (-112)) 27 (|has| |#1| (-825)))) (-3435 (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1823 (($ $ $) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 40)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-407 (-564))) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1194)))) (($ $ $) NIL (|has| |#1| (-1194))) (($ $ (-564)) NIL (|has| |#1| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 43) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-407 (-564)) $) NIL (|has| |#1| (-363))) (($ $ (-407 (-564))) NIL (|has| |#1| (-363)))))
(((-169 |#1|) (-13 (-166 |#1|) (-10 -7 (IF (|has| |#1| (-825)) (-6 (-825)) |%noBranch|))) (-172)) (T -169))
NIL
(-13 (-166 |#1|) (-10 -7 (IF (|has| |#1| (-825)) (-6 (-825)) |%noBranch|)))
-((-2153 (((-889 |#1|) |#3|) 22)))
-(((-170 |#1| |#2| |#3|) (-10 -7 (-15 -2153 ((-889 |#1|) |#3|))) (-1094) (-13 (-612 (-889 |#1|)) (-172)) (-166 |#2|)) (T -170))
-((-2153 (*1 *2 *3) (-12 (-4 *5 (-13 (-612 *2) (-172))) (-5 *2 (-889 *4)) (-5 *1 (-170 *4 *5 *3)) (-4 *4 (-1094)) (-4 *3 (-166 *5)))))
-(-10 -7 (-15 -2153 ((-889 |#1|) |#3|)))
-((-1709 (((-112) $ $) NIL)) (-2195 (((-112) $) 9)) (-3197 (((-112) $ (-112)) 11)) (-1585 (($) 13)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1892 (($ $) 14)) (-1721 (((-859) $) 18)) (-3802 (((-112) $) 8)) (-2151 (((-112) $ (-112)) 10)) (-2853 (((-112) $ $) NIL)))
-(((-171) (-13 (-1094) (-10 -8 (-15 -1585 ($)) (-15 -3802 ((-112) $)) (-15 -2195 ((-112) $)) (-15 -2151 ((-112) $ (-112))) (-15 -3197 ((-112) $ (-112))) (-15 -1892 ($ $))))) (T -171))
-((-1585 (*1 *1) (-5 *1 (-171))) (-3802 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-2195 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-2151 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-3197 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-1892 (*1 *1 *1) (-5 *1 (-171))))
-(-13 (-1094) (-10 -8 (-15 -1585 ($)) (-15 -3802 ((-112) $)) (-15 -2195 ((-112) $)) (-15 -2151 ((-112) $ (-112))) (-15 -3197 ((-112) $ (-112))) (-15 -1892 ($ $))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-2511 (((-889 |#1|) |#3|) 22)))
+(((-170 |#1| |#2| |#3|) (-10 -7 (-15 -2511 ((-889 |#1|) |#3|))) (-1094) (-13 (-612 (-889 |#1|)) (-172)) (-166 |#2|)) (T -170))
+((-2511 (*1 *2 *3) (-12 (-4 *5 (-13 (-612 *2) (-172))) (-5 *2 (-889 *4)) (-5 *1 (-170 *4 *5 *3)) (-4 *4 (-1094)) (-4 *3 (-166 *5)))))
+(-10 -7 (-15 -2511 ((-889 |#1|) |#3|)))
+((-1817 (((-112) $ $) NIL)) (-2856 (((-112) $) 9)) (-3366 (((-112) $ (-112)) 11)) (-3654 (($) 13)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1991 (($ $) 14)) (-1831 (((-859) $) 18)) (-4382 (((-112) $) 8)) (-3689 (((-112) $ (-112)) 10)) (-1702 (((-112) $ $) NIL)))
+(((-171) (-13 (-1094) (-10 -8 (-15 -3654 ($)) (-15 -4382 ((-112) $)) (-15 -2856 ((-112) $)) (-15 -3689 ((-112) $ (-112))) (-15 -3366 ((-112) $ (-112))) (-15 -1991 ($ $))))) (T -171))
+((-3654 (*1 *1) (-5 *1 (-171))) (-4382 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-2856 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-3689 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-3366 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-1991 (*1 *1 *1) (-5 *1 (-171))))
+(-13 (-1094) (-10 -8 (-15 -3654 ($)) (-15 -4382 ((-112) $)) (-15 -2856 ((-112) $)) (-15 -3689 ((-112) $ (-112))) (-15 -3366 ((-112) $ (-112))) (-15 -1991 ($ $))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-172) (-140)) (T -172))
NIL
-(-13 (-1046) (-111 $ $) (-10 -7 (-6 (-4414 "*"))))
+(-13 (-1046) (-111 $ $) (-10 -7 (-6 (-4408 "*"))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 $) . T) ((-723) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-3728 (($ $) 6)))
+((-1846 (($ $) 6)))
(((-173) (-140)) (T -173))
-((-3728 (*1 *1 *1) (-4 *1 (-173))))
-(-13 (-10 -8 (-15 -3728 ($ $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4137 ((|#1| $) 80)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-2668 (($ $ $) NIL)) (-3896 (($ $) 21)) (-4261 (($ |#1| (-1150 |#1|)) 49)) (-3233 (((-3 $ "failed") $) 122)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2317 (((-1150 |#1|) $) 87)) (-3569 (((-1150 |#1|) $) 84)) (-4149 (((-1150 |#1|) $) 85)) (-3282 (((-112) $) NIL)) (-3363 (((-1150 |#1|) $) 93)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3340 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ (-641 $)) NIL) (($ $ $) NIL)) (-4020 (((-418 $) $) NIL)) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL)) (-3450 (($ $ (-564)) 96)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1770 (((-1150 |#1|) $) 94)) (-2676 (((-1150 (-407 |#1|)) $) 14)) (-2408 (($ (-407 |#1|)) 17) (($ |#1| (-1150 |#1|) (-1150 |#1|)) 39)) (-4072 (($ $) 98)) (-1721 (((-859) $) 139) (($ (-564)) 52) (($ |#1|) 53) (($ (-407 |#1|)) 37) (($ (-407 (-564))) NIL) (($ $) NIL)) (-1303 (((-768)) 69 T CONST)) (-1720 (((-112) $ $) NIL)) (-3046 (((-1150 (-407 |#1|)) $) 20)) (-2885 (($) 27 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 36)) (-2983 (($ $ $) 120)) (-2970 (($ $) 111) (($ $ $) 108)) (-2956 (($ $ $) 106)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 118) (($ $ $) 113) (($ $ |#1|) NIL) (($ |#1| $) 115) (($ (-407 |#1|) $) 116) (($ $ (-407 |#1|)) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL)))
-(((-174 |#1|) (-13 (-38 |#1|) (-38 (-407 |#1|)) (-363) (-10 -8 (-15 -2408 ($ (-407 |#1|))) (-15 -2408 ($ |#1| (-1150 |#1|) (-1150 |#1|))) (-15 -4261 ($ |#1| (-1150 |#1|))) (-15 -3569 ((-1150 |#1|) $)) (-15 -4149 ((-1150 |#1|) $)) (-15 -2317 ((-1150 |#1|) $)) (-15 -4137 (|#1| $)) (-15 -3896 ($ $)) (-15 -3046 ((-1150 (-407 |#1|)) $)) (-15 -2676 ((-1150 (-407 |#1|)) $)) (-15 -3363 ((-1150 |#1|) $)) (-15 -1770 ((-1150 |#1|) $)) (-15 -3450 ($ $ (-564))) (-15 -4072 ($ $)))) (-307)) (T -174))
-((-2408 (*1 *1 *2) (-12 (-5 *2 (-407 *3)) (-4 *3 (-307)) (-5 *1 (-174 *3)))) (-2408 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1150 *2)) (-4 *2 (-307)) (-5 *1 (-174 *2)))) (-4261 (*1 *1 *2 *3) (-12 (-5 *3 (-1150 *2)) (-4 *2 (-307)) (-5 *1 (-174 *2)))) (-3569 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-4149 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-2317 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-4137 (*1 *2 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307)))) (-3896 (*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307)))) (-3046 (*1 *2 *1) (-12 (-5 *2 (-1150 (-407 *3))) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-2676 (*1 *2 *1) (-12 (-5 *2 (-1150 (-407 *3))) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-3363 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-1770 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-3450 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-4072 (*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307)))))
-(-13 (-38 |#1|) (-38 (-407 |#1|)) (-363) (-10 -8 (-15 -2408 ($ (-407 |#1|))) (-15 -2408 ($ |#1| (-1150 |#1|) (-1150 |#1|))) (-15 -4261 ($ |#1| (-1150 |#1|))) (-15 -3569 ((-1150 |#1|) $)) (-15 -4149 ((-1150 |#1|) $)) (-15 -2317 ((-1150 |#1|) $)) (-15 -4137 (|#1| $)) (-15 -3896 ($ $)) (-15 -3046 ((-1150 (-407 |#1|)) $)) (-15 -2676 ((-1150 (-407 |#1|)) $)) (-15 -3363 ((-1150 |#1|) $)) (-15 -1770 ((-1150 |#1|) $)) (-15 -3450 ($ $ (-564))) (-15 -4072 ($ $))))
-((-3047 (($ (-109) $) 15)) (-1902 (((-687 (-109)) (-1170) $) 14)) (-1721 (((-859) $) 18)) (-1728 (((-641 (-109)) $) 8)))
-(((-175) (-13 (-611 (-859)) (-10 -8 (-15 -1728 ((-641 (-109)) $)) (-15 -3047 ($ (-109) $)) (-15 -1902 ((-687 (-109)) (-1170) $))))) (T -175))
-((-1728 (*1 *2 *1) (-12 (-5 *2 (-641 (-109))) (-5 *1 (-175)))) (-3047 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-175)))) (-1902 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-109))) (-5 *1 (-175)))))
-(-13 (-611 (-859)) (-10 -8 (-15 -1728 ((-641 (-109)) $)) (-15 -3047 ($ (-109) $)) (-15 -1902 ((-687 (-109)) (-1170) $))))
-((-2157 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 40)) (-1686 (((-940 |#1|) (-940 |#1|)) 24)) (-3387 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 36)) (-4077 (((-940 |#1|) (-940 |#1|)) 22)) (-2203 (((-940 |#1|) (-940 |#1|)) 30)) (-3818 (((-940 |#1|) (-940 |#1|)) 29)) (-1943 (((-940 |#1|) (-940 |#1|)) 28)) (-3781 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 37)) (-3541 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 35)) (-3108 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 34)) (-2822 (((-940 |#1|) (-940 |#1|)) 23)) (-3642 (((-1 (-940 |#1|) (-940 |#1|)) |#1| |#1|) 43)) (-4234 (((-940 |#1|) (-940 |#1|)) 8)) (-3518 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 39)) (-2349 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 38)))
-(((-176 |#1|) (-10 -7 (-15 -4234 ((-940 |#1|) (-940 |#1|))) (-15 -4077 ((-940 |#1|) (-940 |#1|))) (-15 -2822 ((-940 |#1|) (-940 |#1|))) (-15 -1686 ((-940 |#1|) (-940 |#1|))) (-15 -1943 ((-940 |#1|) (-940 |#1|))) (-15 -3818 ((-940 |#1|) (-940 |#1|))) (-15 -2203 ((-940 |#1|) (-940 |#1|))) (-15 -3108 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3541 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3387 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3781 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -2349 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3518 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -2157 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3642 ((-1 (-940 |#1|) (-940 |#1|)) |#1| |#1|))) (-13 (-363) (-1194) (-999))) (T -176))
-((-3642 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-2157 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-3518 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-2349 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-3781 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-3387 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-3541 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-3108 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-2203 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-3818 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-1943 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-1686 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-2822 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-4077 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-4234 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))))
-(-10 -7 (-15 -4234 ((-940 |#1|) (-940 |#1|))) (-15 -4077 ((-940 |#1|) (-940 |#1|))) (-15 -2822 ((-940 |#1|) (-940 |#1|))) (-15 -1686 ((-940 |#1|) (-940 |#1|))) (-15 -1943 ((-940 |#1|) (-940 |#1|))) (-15 -3818 ((-940 |#1|) (-940 |#1|))) (-15 -2203 ((-940 |#1|) (-940 |#1|))) (-15 -3108 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3541 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3387 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3781 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -2349 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3518 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -2157 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3642 ((-1 (-940 |#1|) (-940 |#1|)) |#1| |#1|)))
-((-4120 ((|#2| |#3|) 28)))
-(((-177 |#1| |#2| |#3|) (-10 -7 (-15 -4120 (|#2| |#3|))) (-172) (-1235 |#1|) (-721 |#1| |#2|)) (T -177))
-((-4120 (*1 *2 *3) (-12 (-4 *4 (-172)) (-4 *2 (-1235 *4)) (-5 *1 (-177 *4 *2 *3)) (-4 *3 (-721 *4 *2)))))
-(-10 -7 (-15 -4120 (|#2| |#3|)))
-((-3327 (((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)) 49 (|has| (-949 |#2|) (-883 |#1|)))))
-(((-178 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-949 |#2|) (-883 |#1|)) (-15 -3327 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))) |%noBranch|)) (-1094) (-13 (-883 |#1|) (-172)) (-166 |#2|)) (T -178))
-((-3327 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *3)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-4 *3 (-166 *6)) (-4 (-949 *6) (-883 *5)) (-4 *6 (-13 (-883 *5) (-172))) (-5 *1 (-178 *5 *6 *3)))))
-(-10 -7 (IF (|has| (-949 |#2|) (-883 |#1|)) (-15 -3327 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))) |%noBranch|))
-((-3133 (((-641 |#1|) (-641 |#1|) |#1|) 41)) (-1343 (((-641 |#1|) |#1| (-641 |#1|)) 20)) (-3189 (((-641 |#1|) (-641 (-641 |#1|)) (-641 |#1|)) 36) ((|#1| (-641 |#1|) (-641 |#1|)) 32)))
-(((-179 |#1|) (-10 -7 (-15 -1343 ((-641 |#1|) |#1| (-641 |#1|))) (-15 -3189 (|#1| (-641 |#1|) (-641 |#1|))) (-15 -3189 ((-641 |#1|) (-641 (-641 |#1|)) (-641 |#1|))) (-15 -3133 ((-641 |#1|) (-641 |#1|) |#1|))) (-307)) (T -179))
-((-3133 (*1 *2 *2 *3) (-12 (-5 *2 (-641 *3)) (-4 *3 (-307)) (-5 *1 (-179 *3)))) (-3189 (*1 *2 *3 *2) (-12 (-5 *3 (-641 (-641 *4))) (-5 *2 (-641 *4)) (-4 *4 (-307)) (-5 *1 (-179 *4)))) (-3189 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *2)) (-5 *1 (-179 *2)) (-4 *2 (-307)))) (-1343 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-307)) (-5 *1 (-179 *3)))))
-(-10 -7 (-15 -1343 ((-641 |#1|) |#1| (-641 |#1|))) (-15 -3189 (|#1| (-641 |#1|) (-641 |#1|))) (-15 -3189 ((-641 |#1|) (-641 (-641 |#1|)) (-641 |#1|))) (-15 -3133 ((-641 |#1|) (-641 |#1|) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-4245 (((-1208) $) 13)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3734 (((-1129) $) 10)) (-1721 (((-859) $) 20) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-180) (-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $)) (-15 -4245 ((-1208) $))))) (T -180))
-((-3734 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-180)))) (-4245 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-180)))))
-(-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $)) (-15 -4245 ((-1208) $))))
-((-2396 (((-2 (|:| |start| |#2|) (|:| -2798 (-418 |#2|))) |#2|) 66)) (-2721 ((|#1| |#1|) 58)) (-1854 (((-169 |#1|) |#2|) 91)) (-3891 ((|#1| |#2|) 145) ((|#1| |#2| |#1|) 89)) (-3801 ((|#2| |#2|) 90)) (-3969 (((-418 |#2|) |#2| |#1|) 128) (((-418 |#2|) |#2| |#1| (-112)) 87)) (-2471 ((|#1| |#2|) 127)) (-2546 ((|#2| |#2|) 140)) (-4020 (((-418 |#2|) |#2|) 162) (((-418 |#2|) |#2| |#1|) 33) (((-418 |#2|) |#2| |#1| (-112)) 161)) (-2679 (((-641 (-2 (|:| -2798 (-641 |#2|)) (|:| -2632 |#1|))) |#2| |#2|) 160) (((-641 (-2 (|:| -2798 (-641 |#2|)) (|:| -2632 |#1|))) |#2| |#2| (-112)) 81)) (-3667 (((-641 (-169 |#1|)) |#2| |#1|) 42) (((-641 (-169 |#1|)) |#2|) 43)))
-(((-181 |#1| |#2|) (-10 -7 (-15 -3667 ((-641 (-169 |#1|)) |#2|)) (-15 -3667 ((-641 (-169 |#1|)) |#2| |#1|)) (-15 -2679 ((-641 (-2 (|:| -2798 (-641 |#2|)) (|:| -2632 |#1|))) |#2| |#2| (-112))) (-15 -2679 ((-641 (-2 (|:| -2798 (-641 |#2|)) (|:| -2632 |#1|))) |#2| |#2|)) (-15 -4020 ((-418 |#2|) |#2| |#1| (-112))) (-15 -4020 ((-418 |#2|) |#2| |#1|)) (-15 -4020 ((-418 |#2|) |#2|)) (-15 -2546 (|#2| |#2|)) (-15 -2471 (|#1| |#2|)) (-15 -3969 ((-418 |#2|) |#2| |#1| (-112))) (-15 -3969 ((-418 |#2|) |#2| |#1|)) (-15 -3801 (|#2| |#2|)) (-15 -3891 (|#1| |#2| |#1|)) (-15 -3891 (|#1| |#2|)) (-15 -1854 ((-169 |#1|) |#2|)) (-15 -2721 (|#1| |#1|)) (-15 -2396 ((-2 (|:| |start| |#2|) (|:| -2798 (-418 |#2|))) |#2|))) (-13 (-363) (-845)) (-1235 (-169 |#1|))) (T -181))
-((-2396 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-2 (|:| |start| *3) (|:| -2798 (-418 *3)))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-2721 (*1 *2 *2) (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1235 (-169 *2))))) (-1854 (*1 *2 *3) (-12 (-5 *2 (-169 *4)) (-5 *1 (-181 *4 *3)) (-4 *4 (-13 (-363) (-845))) (-4 *3 (-1235 *2)))) (-3891 (*1 *2 *3) (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1235 (-169 *2))))) (-3891 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1235 (-169 *2))))) (-3801 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-845))) (-5 *1 (-181 *3 *2)) (-4 *2 (-1235 (-169 *3))))) (-3969 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-3969 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-2471 (*1 *2 *3) (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1235 (-169 *2))))) (-2546 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-845))) (-5 *1 (-181 *3 *2)) (-4 *2 (-1235 (-169 *3))))) (-4020 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-4020 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-4020 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-2679 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-641 (-2 (|:| -2798 (-641 *3)) (|:| -2632 *4)))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-2679 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-363) (-845))) (-5 *2 (-641 (-2 (|:| -2798 (-641 *3)) (|:| -2632 *5)))) (-5 *1 (-181 *5 *3)) (-4 *3 (-1235 (-169 *5))))) (-3667 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-641 (-169 *4))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-3667 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-641 (-169 *4))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
-(-10 -7 (-15 -3667 ((-641 (-169 |#1|)) |#2|)) (-15 -3667 ((-641 (-169 |#1|)) |#2| |#1|)) (-15 -2679 ((-641 (-2 (|:| -2798 (-641 |#2|)) (|:| -2632 |#1|))) |#2| |#2| (-112))) (-15 -2679 ((-641 (-2 (|:| -2798 (-641 |#2|)) (|:| -2632 |#1|))) |#2| |#2|)) (-15 -4020 ((-418 |#2|) |#2| |#1| (-112))) (-15 -4020 ((-418 |#2|) |#2| |#1|)) (-15 -4020 ((-418 |#2|) |#2|)) (-15 -2546 (|#2| |#2|)) (-15 -2471 (|#1| |#2|)) (-15 -3969 ((-418 |#2|) |#2| |#1| (-112))) (-15 -3969 ((-418 |#2|) |#2| |#1|)) (-15 -3801 (|#2| |#2|)) (-15 -3891 (|#1| |#2| |#1|)) (-15 -3891 (|#1| |#2|)) (-15 -1854 ((-169 |#1|) |#2|)) (-15 -2721 (|#1| |#1|)) (-15 -2396 ((-2 (|:| |start| |#2|) (|:| -2798 (-418 |#2|))) |#2|)))
-((-1933 (((-3 |#2| "failed") |#2|) 20)) (-4071 (((-768) |#2|) 23)) (-1615 ((|#2| |#2| |#2|) 25)))
-(((-182 |#1| |#2|) (-10 -7 (-15 -1933 ((-3 |#2| "failed") |#2|)) (-15 -4071 ((-768) |#2|)) (-15 -1615 (|#2| |#2| |#2|))) (-1209) (-670 |#1|)) (T -182))
-((-1615 (*1 *2 *2 *2) (-12 (-4 *3 (-1209)) (-5 *1 (-182 *3 *2)) (-4 *2 (-670 *3)))) (-4071 (*1 *2 *3) (-12 (-4 *4 (-1209)) (-5 *2 (-768)) (-5 *1 (-182 *4 *3)) (-4 *3 (-670 *4)))) (-1933 (*1 *2 *2) (|partial| -12 (-4 *3 (-1209)) (-5 *1 (-182 *3 *2)) (-4 *2 (-670 *3)))))
-(-10 -7 (-15 -1933 ((-3 |#2| "failed") |#2|)) (-15 -4071 ((-768) |#2|)) (-15 -1615 (|#2| |#2| |#2|)))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3878 (((-187) $) 7)) (-1721 (((-859) $) 14)) (-2037 (((-641 (-1175)) $) 10)) (-2853 (((-112) $ $) 12)))
-(((-183) (-13 (-1094) (-10 -8 (-15 -3878 ((-187) $)) (-15 -2037 ((-641 (-1175)) $))))) (T -183))
-((-3878 (*1 *2 *1) (-12 (-5 *2 (-187)) (-5 *1 (-183)))) (-2037 (*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-183)))))
-(-13 (-1094) (-10 -8 (-15 -3878 ((-187) $)) (-15 -2037 ((-641 (-1175)) $))))
-((-1981 (((-641 (-862)) $) 16)) (-1664 (((-186) $) 8)) (-1876 (((-641 (-112)) $) 13)) (-1627 (((-55) $) 10)))
-(((-184 |#1|) (-10 -8 (-15 -1981 ((-641 (-862)) |#1|)) (-15 -1876 ((-641 (-112)) |#1|)) (-15 -1664 ((-186) |#1|)) (-15 -1627 ((-55) |#1|))) (-185)) (T -184))
-NIL
-(-10 -8 (-15 -1981 ((-641 (-862)) |#1|)) (-15 -1876 ((-641 (-112)) |#1|)) (-15 -1664 ((-186) |#1|)) (-15 -1627 ((-55) |#1|)))
-((-1709 (((-112) $ $) 7)) (-1981 (((-641 (-862)) $) 17)) (-2540 (((-506) $) 14)) (-2811 (((-1152) $) 9)) (-1664 (((-186) $) 19)) (-4382 (((-1114) $) 10)) (-1876 (((-641 (-112)) $) 18)) (-1721 (((-859) $) 11)) (-1627 (((-55) $) 13)) (-2853 (((-112) $ $) 6)))
+((-1846 (*1 *1 *1) (-4 *1 (-173))))
+(-13 (-10 -8 (-15 -1846 ($ $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3423 ((|#1| $) 80)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-1449 (($ $ $) NIL)) (-2888 (($ $) 21)) (-2140 (($ |#1| (-1150 |#1|)) 49)) (-3733 (((-3 $ "failed") $) 122)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1566 (((-1150 |#1|) $) 87)) (-2736 (((-1150 |#1|) $) 84)) (-3546 (((-1150 |#1|) $) 85)) (-2949 (((-112) $) NIL)) (-2486 (((-1150 |#1|) $) 93)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2740 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ (-641 $)) NIL) (($ $ $) NIL)) (-3070 (((-418 $) $) NIL)) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL)) (-3951 (($ $ (-564)) 96)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3136 (((-1150 |#1|) $) 94)) (-3957 (((-1150 (-407 |#1|)) $) 14)) (-4355 (($ (-407 |#1|)) 17) (($ |#1| (-1150 |#1|) (-1150 |#1|)) 39)) (-4037 (($ $) 98)) (-1831 (((-859) $) 139) (($ (-564)) 52) (($ |#1|) 53) (($ (-407 |#1|)) 37) (($ (-407 (-564))) NIL) (($ $) NIL)) (-2219 (((-768)) 69 T CONST)) (-3939 (((-112) $ $) NIL)) (-2342 (((-1150 (-407 |#1|)) $) 20)) (-1293 (($) 27 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 36)) (-1823 (($ $ $) 120)) (-1808 (($ $) 111) (($ $ $) 108)) (-1797 (($ $ $) 106)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 118) (($ $ $) 113) (($ $ |#1|) NIL) (($ |#1| $) 115) (($ (-407 |#1|) $) 116) (($ $ (-407 |#1|)) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL)))
+(((-174 |#1|) (-13 (-38 |#1|) (-38 (-407 |#1|)) (-363) (-10 -8 (-15 -4355 ($ (-407 |#1|))) (-15 -4355 ($ |#1| (-1150 |#1|) (-1150 |#1|))) (-15 -2140 ($ |#1| (-1150 |#1|))) (-15 -2736 ((-1150 |#1|) $)) (-15 -3546 ((-1150 |#1|) $)) (-15 -1566 ((-1150 |#1|) $)) (-15 -3423 (|#1| $)) (-15 -2888 ($ $)) (-15 -2342 ((-1150 (-407 |#1|)) $)) (-15 -3957 ((-1150 (-407 |#1|)) $)) (-15 -2486 ((-1150 |#1|) $)) (-15 -3136 ((-1150 |#1|) $)) (-15 -3951 ($ $ (-564))) (-15 -4037 ($ $)))) (-307)) (T -174))
+((-4355 (*1 *1 *2) (-12 (-5 *2 (-407 *3)) (-4 *3 (-307)) (-5 *1 (-174 *3)))) (-4355 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1150 *2)) (-4 *2 (-307)) (-5 *1 (-174 *2)))) (-2140 (*1 *1 *2 *3) (-12 (-5 *3 (-1150 *2)) (-4 *2 (-307)) (-5 *1 (-174 *2)))) (-2736 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-3546 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-1566 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-3423 (*1 *2 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307)))) (-2888 (*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307)))) (-2342 (*1 *2 *1) (-12 (-5 *2 (-1150 (-407 *3))) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-3957 (*1 *2 *1) (-12 (-5 *2 (-1150 (-407 *3))) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-2486 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-3136 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-3951 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-174 *3)) (-4 *3 (-307)))) (-4037 (*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307)))))
+(-13 (-38 |#1|) (-38 (-407 |#1|)) (-363) (-10 -8 (-15 -4355 ($ (-407 |#1|))) (-15 -4355 ($ |#1| (-1150 |#1|) (-1150 |#1|))) (-15 -2140 ($ |#1| (-1150 |#1|))) (-15 -2736 ((-1150 |#1|) $)) (-15 -3546 ((-1150 |#1|) $)) (-15 -1566 ((-1150 |#1|) $)) (-15 -3423 (|#1| $)) (-15 -2888 ($ $)) (-15 -2342 ((-1150 (-407 |#1|)) $)) (-15 -3957 ((-1150 (-407 |#1|)) $)) (-15 -2486 ((-1150 |#1|) $)) (-15 -3136 ((-1150 |#1|) $)) (-15 -3951 ($ $ (-564))) (-15 -4037 ($ $))))
+((-2353 (($ (-109) $) 15)) (-3055 (((-687 (-109)) (-1170) $) 14)) (-1831 (((-859) $) 18)) (-4000 (((-641 (-109)) $) 8)))
+(((-175) (-13 (-611 (-859)) (-10 -8 (-15 -4000 ((-641 (-109)) $)) (-15 -2353 ($ (-109) $)) (-15 -3055 ((-687 (-109)) (-1170) $))))) (T -175))
+((-4000 (*1 *2 *1) (-12 (-5 *2 (-641 (-109))) (-5 *1 (-175)))) (-2353 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-175)))) (-3055 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-109))) (-5 *1 (-175)))))
+(-13 (-611 (-859)) (-10 -8 (-15 -4000 ((-641 (-109)) $)) (-15 -2353 ($ (-109) $)) (-15 -3055 ((-687 (-109)) (-1170) $))))
+((-3718 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 40)) (-1715 (((-940 |#1|) (-940 |#1|)) 24)) (-1442 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 36)) (-4075 (((-940 |#1|) (-940 |#1|)) 22)) (-2937 (((-940 |#1|) (-940 |#1|)) 30)) (-3358 (((-940 |#1|) (-940 |#1|)) 29)) (-2146 (((-940 |#1|) (-940 |#1|)) 28)) (-4208 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 37)) (-3692 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 35)) (-1759 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 34)) (-2818 (((-940 |#1|) (-940 |#1|)) 23)) (-2210 (((-1 (-940 |#1|) (-940 |#1|)) |#1| |#1|) 43)) (-3121 (((-940 |#1|) (-940 |#1|)) 8)) (-3432 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 39)) (-1915 (((-1 (-940 |#1|) (-940 |#1|)) |#1|) 38)))
+(((-176 |#1|) (-10 -7 (-15 -3121 ((-940 |#1|) (-940 |#1|))) (-15 -4075 ((-940 |#1|) (-940 |#1|))) (-15 -2818 ((-940 |#1|) (-940 |#1|))) (-15 -1715 ((-940 |#1|) (-940 |#1|))) (-15 -2146 ((-940 |#1|) (-940 |#1|))) (-15 -3358 ((-940 |#1|) (-940 |#1|))) (-15 -2937 ((-940 |#1|) (-940 |#1|))) (-15 -1759 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3692 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -1442 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -4208 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -1915 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3432 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3718 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -2210 ((-1 (-940 |#1|) (-940 |#1|)) |#1| |#1|))) (-13 (-363) (-1194) (-999))) (T -176))
+((-2210 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-3718 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-3432 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-1915 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-4208 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-1442 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-3692 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-1759 (*1 *2 *3) (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-363) (-1194) (-999))))) (-2937 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-3358 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-2146 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-1715 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-2818 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-4075 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))) (-3121 (*1 *2 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999))) (-5 *1 (-176 *3)))))
+(-10 -7 (-15 -3121 ((-940 |#1|) (-940 |#1|))) (-15 -4075 ((-940 |#1|) (-940 |#1|))) (-15 -2818 ((-940 |#1|) (-940 |#1|))) (-15 -1715 ((-940 |#1|) (-940 |#1|))) (-15 -2146 ((-940 |#1|) (-940 |#1|))) (-15 -3358 ((-940 |#1|) (-940 |#1|))) (-15 -2937 ((-940 |#1|) (-940 |#1|))) (-15 -1759 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3692 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -1442 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -4208 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -1915 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3432 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -3718 ((-1 (-940 |#1|) (-940 |#1|)) |#1|)) (-15 -2210 ((-1 (-940 |#1|) (-940 |#1|)) |#1| |#1|)))
+((-1349 ((|#2| |#3|) 28)))
+(((-177 |#1| |#2| |#3|) (-10 -7 (-15 -1349 (|#2| |#3|))) (-172) (-1235 |#1|) (-721 |#1| |#2|)) (T -177))
+((-1349 (*1 *2 *3) (-12 (-4 *4 (-172)) (-4 *2 (-1235 *4)) (-5 *1 (-177 *4 *2 *3)) (-4 *3 (-721 *4 *2)))))
+(-10 -7 (-15 -1349 (|#2| |#3|)))
+((-2131 (((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)) 49 (|has| (-949 |#2|) (-883 |#1|)))))
+(((-178 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-949 |#2|) (-883 |#1|)) (-15 -2131 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))) |%noBranch|)) (-1094) (-13 (-883 |#1|) (-172)) (-166 |#2|)) (T -178))
+((-2131 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *3)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-4 *3 (-166 *6)) (-4 (-949 *6) (-883 *5)) (-4 *6 (-13 (-883 *5) (-172))) (-5 *1 (-178 *5 *6 *3)))))
+(-10 -7 (IF (|has| (-949 |#2|) (-883 |#1|)) (-15 -2131 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))) |%noBranch|))
+((-3944 (((-641 |#1|) (-641 |#1|) |#1|) 41)) (-2707 (((-641 |#1|) |#1| (-641 |#1|)) 20)) (-3274 (((-641 |#1|) (-641 (-641 |#1|)) (-641 |#1|)) 36) ((|#1| (-641 |#1|) (-641 |#1|)) 32)))
+(((-179 |#1|) (-10 -7 (-15 -2707 ((-641 |#1|) |#1| (-641 |#1|))) (-15 -3274 (|#1| (-641 |#1|) (-641 |#1|))) (-15 -3274 ((-641 |#1|) (-641 (-641 |#1|)) (-641 |#1|))) (-15 -3944 ((-641 |#1|) (-641 |#1|) |#1|))) (-307)) (T -179))
+((-3944 (*1 *2 *2 *3) (-12 (-5 *2 (-641 *3)) (-4 *3 (-307)) (-5 *1 (-179 *3)))) (-3274 (*1 *2 *3 *2) (-12 (-5 *3 (-641 (-641 *4))) (-5 *2 (-641 *4)) (-4 *4 (-307)) (-5 *1 (-179 *4)))) (-3274 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *2)) (-5 *1 (-179 *2)) (-4 *2 (-307)))) (-2707 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-307)) (-5 *1 (-179 *3)))))
+(-10 -7 (-15 -2707 ((-641 |#1|) |#1| (-641 |#1|))) (-15 -3274 (|#1| (-641 |#1|) (-641 |#1|))) (-15 -3274 ((-641 |#1|) (-641 (-641 |#1|)) (-641 |#1|))) (-15 -3944 ((-641 |#1|) (-641 |#1|) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-4352 (((-1208) $) 13)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3877 (((-1129) $) 10)) (-1831 (((-859) $) 20) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-180) (-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $)) (-15 -4352 ((-1208) $))))) (T -180))
+((-3877 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-180)))) (-4352 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-180)))))
+(-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $)) (-15 -4352 ((-1208) $))))
+((-4265 (((-2 (|:| |start| |#2|) (|:| -3840 (-418 |#2|))) |#2|) 66)) (-4304 ((|#1| |#1|) 58)) (-2645 (((-169 |#1|) |#2|) 91)) (-2838 ((|#1| |#2|) 145) ((|#1| |#2| |#1|) 89)) (-4370 ((|#2| |#2|) 90)) (-2351 (((-418 |#2|) |#2| |#1|) 128) (((-418 |#2|) |#2| |#1| (-112)) 87)) (-3797 ((|#1| |#2|) 127)) (-2042 ((|#2| |#2|) 140)) (-3070 (((-418 |#2|) |#2|) 162) (((-418 |#2|) |#2| |#1|) 33) (((-418 |#2|) |#2| |#1| (-112)) 161)) (-3987 (((-641 (-2 (|:| -3840 (-641 |#2|)) (|:| -2044 |#1|))) |#2| |#2|) 160) (((-641 (-2 (|:| -3840 (-641 |#2|)) (|:| -2044 |#1|))) |#2| |#2| (-112)) 81)) (-2466 (((-641 (-169 |#1|)) |#2| |#1|) 42) (((-641 (-169 |#1|)) |#2|) 43)))
+(((-181 |#1| |#2|) (-10 -7 (-15 -2466 ((-641 (-169 |#1|)) |#2|)) (-15 -2466 ((-641 (-169 |#1|)) |#2| |#1|)) (-15 -3987 ((-641 (-2 (|:| -3840 (-641 |#2|)) (|:| -2044 |#1|))) |#2| |#2| (-112))) (-15 -3987 ((-641 (-2 (|:| -3840 (-641 |#2|)) (|:| -2044 |#1|))) |#2| |#2|)) (-15 -3070 ((-418 |#2|) |#2| |#1| (-112))) (-15 -3070 ((-418 |#2|) |#2| |#1|)) (-15 -3070 ((-418 |#2|) |#2|)) (-15 -2042 (|#2| |#2|)) (-15 -3797 (|#1| |#2|)) (-15 -2351 ((-418 |#2|) |#2| |#1| (-112))) (-15 -2351 ((-418 |#2|) |#2| |#1|)) (-15 -4370 (|#2| |#2|)) (-15 -2838 (|#1| |#2| |#1|)) (-15 -2838 (|#1| |#2|)) (-15 -2645 ((-169 |#1|) |#2|)) (-15 -4304 (|#1| |#1|)) (-15 -4265 ((-2 (|:| |start| |#2|) (|:| -3840 (-418 |#2|))) |#2|))) (-13 (-363) (-845)) (-1235 (-169 |#1|))) (T -181))
+((-4265 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-2 (|:| |start| *3) (|:| -3840 (-418 *3)))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-4304 (*1 *2 *2) (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1235 (-169 *2))))) (-2645 (*1 *2 *3) (-12 (-5 *2 (-169 *4)) (-5 *1 (-181 *4 *3)) (-4 *4 (-13 (-363) (-845))) (-4 *3 (-1235 *2)))) (-2838 (*1 *2 *3) (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1235 (-169 *2))))) (-2838 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1235 (-169 *2))))) (-4370 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-845))) (-5 *1 (-181 *3 *2)) (-4 *2 (-1235 (-169 *3))))) (-2351 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-2351 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-3797 (*1 *2 *3) (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1235 (-169 *2))))) (-2042 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-845))) (-5 *1 (-181 *3 *2)) (-4 *2 (-1235 (-169 *3))))) (-3070 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-3070 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-3070 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-3987 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-641 (-2 (|:| -3840 (-641 *3)) (|:| -2044 *4)))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-3987 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-363) (-845))) (-5 *2 (-641 (-2 (|:| -3840 (-641 *3)) (|:| -2044 *5)))) (-5 *1 (-181 *5 *3)) (-4 *3 (-1235 (-169 *5))))) (-2466 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-641 (-169 *4))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))) (-2466 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-641 (-169 *4))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
+(-10 -7 (-15 -2466 ((-641 (-169 |#1|)) |#2|)) (-15 -2466 ((-641 (-169 |#1|)) |#2| |#1|)) (-15 -3987 ((-641 (-2 (|:| -3840 (-641 |#2|)) (|:| -2044 |#1|))) |#2| |#2| (-112))) (-15 -3987 ((-641 (-2 (|:| -3840 (-641 |#2|)) (|:| -2044 |#1|))) |#2| |#2|)) (-15 -3070 ((-418 |#2|) |#2| |#1| (-112))) (-15 -3070 ((-418 |#2|) |#2| |#1|)) (-15 -3070 ((-418 |#2|) |#2|)) (-15 -2042 (|#2| |#2|)) (-15 -3797 (|#1| |#2|)) (-15 -2351 ((-418 |#2|) |#2| |#1| (-112))) (-15 -2351 ((-418 |#2|) |#2| |#1|)) (-15 -4370 (|#2| |#2|)) (-15 -2838 (|#1| |#2| |#1|)) (-15 -2838 (|#1| |#2|)) (-15 -2645 ((-169 |#1|) |#2|)) (-15 -4304 (|#1| |#1|)) (-15 -4265 ((-2 (|:| |start| |#2|) (|:| -3840 (-418 |#2|))) |#2|)))
+((-2071 (((-3 |#2| "failed") |#2|) 20)) (-4024 (((-768) |#2|) 23)) (-2326 ((|#2| |#2| |#2|) 25)))
+(((-182 |#1| |#2|) (-10 -7 (-15 -2071 ((-3 |#2| "failed") |#2|)) (-15 -4024 ((-768) |#2|)) (-15 -2326 (|#2| |#2| |#2|))) (-1209) (-670 |#1|)) (T -182))
+((-2326 (*1 *2 *2 *2) (-12 (-4 *3 (-1209)) (-5 *1 (-182 *3 *2)) (-4 *2 (-670 *3)))) (-4024 (*1 *2 *3) (-12 (-4 *4 (-1209)) (-5 *2 (-768)) (-5 *1 (-182 *4 *3)) (-4 *3 (-670 *4)))) (-2071 (*1 *2 *2) (|partial| -12 (-4 *3 (-1209)) (-5 *1 (-182 *3 *2)) (-4 *2 (-670 *3)))))
+(-10 -7 (-15 -2071 ((-3 |#2| "failed") |#2|)) (-15 -4024 ((-768) |#2|)) (-15 -2326 (|#2| |#2| |#2|)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-4015 (((-187) $) 7)) (-1831 (((-859) $) 14)) (-3514 (((-641 (-1175)) $) 10)) (-1702 (((-112) $ $) 12)))
+(((-183) (-13 (-1094) (-10 -8 (-15 -4015 ((-187) $)) (-15 -3514 ((-641 (-1175)) $))))) (T -183))
+((-4015 (*1 *2 *1) (-12 (-5 *2 (-187)) (-5 *1 (-183)))) (-3514 (*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-183)))))
+(-13 (-1094) (-10 -8 (-15 -4015 ((-187) $)) (-15 -3514 ((-641 (-1175)) $))))
+((-3641 (((-641 (-862)) $) 16)) (-3568 (((-186) $) 8)) (-2831 (((-641 (-112)) $) 13)) (-2450 (((-55) $) 10)))
+(((-184 |#1|) (-10 -8 (-15 -3641 ((-641 (-862)) |#1|)) (-15 -2831 ((-641 (-112)) |#1|)) (-15 -3568 ((-186) |#1|)) (-15 -2450 ((-55) |#1|))) (-185)) (T -184))
+NIL
+(-10 -8 (-15 -3641 ((-641 (-862)) |#1|)) (-15 -2831 ((-641 (-112)) |#1|)) (-15 -3568 ((-186) |#1|)) (-15 -2450 ((-55) |#1|)))
+((-1817 (((-112) $ $) 7)) (-3641 (((-641 (-862)) $) 17)) (-1316 (((-506) $) 14)) (-2723 (((-1152) $) 9)) (-3568 (((-186) $) 19)) (-2780 (((-1114) $) 10)) (-2831 (((-641 (-112)) $) 18)) (-1831 (((-859) $) 11)) (-2450 (((-55) $) 13)) (-1702 (((-112) $ $) 6)))
(((-185) (-140)) (T -185))
-((-1664 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-186)))) (-1876 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-641 (-112))))) (-1981 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-641 (-862))))))
-(-13 (-832 (-506)) (-10 -8 (-15 -1664 ((-186) $)) (-15 -1876 ((-641 (-112)) $)) (-15 -1981 ((-641 (-862)) $))))
+((-3568 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-186)))) (-2831 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-641 (-112))))) (-3641 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-641 (-862))))))
+(-13 (-832 (-506)) (-10 -8 (-15 -3568 ((-186) $)) (-15 -2831 ((-641 (-112)) $)) (-15 -3641 ((-641 (-862)) $))))
(((-102) . T) ((-611 (-859)) . T) ((-832 (-506)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-7 (($) 8 T CONST)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-8 (($) 7 T CONST)) (-1721 (((-859) $) 12)) (-9 (($) 6 T CONST)) (-2853 (((-112) $ $) 10)))
-(((-186) (-13 (-1094) (-10 -8 (-15 -9 ($) -1367) (-15 -8 ($) -1367) (-15 -7 ($) -1367)))) (T -186))
+((-1817 (((-112) $ $) NIL)) (-7 (($) 8 T CONST)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-8 (($) 7 T CONST)) (-1831 (((-859) $) 12)) (-9 (($) 6 T CONST)) (-1702 (((-112) $ $) 10)))
+(((-186) (-13 (-1094) (-10 -8 (-15 -9 ($) -1809) (-15 -8 ($) -1809) (-15 -7 ($) -1809)))) (T -186))
((-9 (*1 *1) (-5 *1 (-186))) (-8 (*1 *1) (-5 *1 (-186))) (-7 (*1 *1) (-5 *1 (-186))))
-(-13 (-1094) (-10 -8 (-15 -9 ($) -1367) (-15 -8 ($) -1367) (-15 -7 ($) -1367)))
-((-1709 (((-112) $ $) NIL)) (-1981 (((-641 (-862)) $) NIL)) (-2540 (((-506) $) 8)) (-2811 (((-1152) $) NIL)) (-1664 (((-186) $) 10)) (-4382 (((-1114) $) NIL)) (-3253 (((-687 $) (-506)) 17)) (-1876 (((-641 (-112)) $) NIL)) (-1721 (((-859) $) NIL)) (-1627 (((-55) $) 12)) (-2853 (((-112) $ $) NIL)))
-(((-187) (-13 (-185) (-10 -8 (-15 -3253 ((-687 $) (-506)))))) (T -187))
-((-3253 (*1 *2 *3) (-12 (-5 *3 (-506)) (-5 *2 (-687 (-187))) (-5 *1 (-187)))))
-(-13 (-185) (-10 -8 (-15 -3253 ((-687 $) (-506)))))
-((-1503 ((|#2| |#2|) 28)) (-3014 (((-112) |#2|) 19)) (-4040 (((-316 |#1|) |#2|) 12)) (-4050 (((-316 |#1|) |#2|) 14)) (-2327 ((|#2| |#2| (-1170)) 70) ((|#2| |#2|) 71)) (-2423 (((-169 (-316 |#1|)) |#2|) 10)) (-3016 ((|#2| |#2| (-1170)) 67) ((|#2| |#2|) 61)))
-(((-188 |#1| |#2|) (-10 -7 (-15 -2327 (|#2| |#2|)) (-15 -2327 (|#2| |#2| (-1170))) (-15 -3016 (|#2| |#2|)) (-15 -3016 (|#2| |#2| (-1170))) (-15 -4040 ((-316 |#1|) |#2|)) (-15 -4050 ((-316 |#1|) |#2|)) (-15 -3014 ((-112) |#2|)) (-15 -1503 (|#2| |#2|)) (-15 -2423 ((-169 (-316 |#1|)) |#2|))) (-13 (-556) (-847) (-1035 (-564))) (-13 (-27) (-1194) (-430 (-169 |#1|)))) (T -188))
-((-2423 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-169 (-316 *4))) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-1503 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3)))))) (-3014 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-112)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-4050 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-316 *4)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-4040 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-316 *4)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-3016 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-3016 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3)))))) (-2327 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-2327 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3)))))))
-(-10 -7 (-15 -2327 (|#2| |#2|)) (-15 -2327 (|#2| |#2| (-1170))) (-15 -3016 (|#2| |#2|)) (-15 -3016 (|#2| |#2| (-1170))) (-15 -4040 ((-316 |#1|) |#2|)) (-15 -4050 ((-316 |#1|) |#2|)) (-15 -3014 ((-112) |#2|)) (-15 -1503 (|#2| |#2|)) (-15 -2423 ((-169 (-316 |#1|)) |#2|)))
-((-1609 (((-1259 (-685 (-949 |#1|))) (-1259 (-685 |#1|))) 26)) (-1721 (((-1259 (-685 (-407 (-949 |#1|)))) (-1259 (-685 |#1|))) 37)))
-(((-189 |#1|) (-10 -7 (-15 -1609 ((-1259 (-685 (-949 |#1|))) (-1259 (-685 |#1|)))) (-15 -1721 ((-1259 (-685 (-407 (-949 |#1|)))) (-1259 (-685 |#1|))))) (-172)) (T -189))
-((-1721 (*1 *2 *3) (-12 (-5 *3 (-1259 (-685 *4))) (-4 *4 (-172)) (-5 *2 (-1259 (-685 (-407 (-949 *4))))) (-5 *1 (-189 *4)))) (-1609 (*1 *2 *3) (-12 (-5 *3 (-1259 (-685 *4))) (-4 *4 (-172)) (-5 *2 (-1259 (-685 (-949 *4)))) (-5 *1 (-189 *4)))))
-(-10 -7 (-15 -1609 ((-1259 (-685 (-949 |#1|))) (-1259 (-685 |#1|)))) (-15 -1721 ((-1259 (-685 (-407 (-949 |#1|)))) (-1259 (-685 |#1|)))))
-((-3726 (((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564)))) 89)) (-2828 (((-1172 (-407 (-564))) (-641 (-564)) (-641 (-564))) 99)) (-3091 (((-1172 (-407 (-564))) (-564)) 56)) (-3174 (((-1172 (-407 (-564))) (-564)) 75)) (-3227 (((-407 (-564)) (-1172 (-407 (-564)))) 85)) (-3902 (((-1172 (-407 (-564))) (-564)) 37)) (-3062 (((-1172 (-407 (-564))) (-564)) 68)) (-2778 (((-1172 (-407 (-564))) (-564)) 62)) (-3976 (((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564)))) 83)) (-4072 (((-1172 (-407 (-564))) (-564)) 29)) (-2706 (((-407 (-564)) (-1172 (-407 (-564))) (-1172 (-407 (-564)))) 87)) (-2962 (((-1172 (-407 (-564))) (-564)) 35)) (-3913 (((-1172 (-407 (-564))) (-641 (-564))) 96)))
-(((-190) (-10 -7 (-15 -4072 ((-1172 (-407 (-564))) (-564))) (-15 -3091 ((-1172 (-407 (-564))) (-564))) (-15 -3902 ((-1172 (-407 (-564))) (-564))) (-15 -2962 ((-1172 (-407 (-564))) (-564))) (-15 -2778 ((-1172 (-407 (-564))) (-564))) (-15 -3062 ((-1172 (-407 (-564))) (-564))) (-15 -3174 ((-1172 (-407 (-564))) (-564))) (-15 -2706 ((-407 (-564)) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -3976 ((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -3227 ((-407 (-564)) (-1172 (-407 (-564))))) (-15 -3726 ((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -3913 ((-1172 (-407 (-564))) (-641 (-564)))) (-15 -2828 ((-1172 (-407 (-564))) (-641 (-564)) (-641 (-564)))))) (T -190))
-((-2828 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))) (-3913 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))) (-3726 (*1 *2 *2 *2) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))) (-3227 (*1 *2 *3) (-12 (-5 *3 (-1172 (-407 (-564)))) (-5 *2 (-407 (-564))) (-5 *1 (-190)))) (-3976 (*1 *2 *2 *2) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))) (-2706 (*1 *2 *3 *3) (-12 (-5 *3 (-1172 (-407 (-564)))) (-5 *2 (-407 (-564))) (-5 *1 (-190)))) (-3174 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-3062 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-2778 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-2962 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-3902 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-3091 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-4072 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
-(-10 -7 (-15 -4072 ((-1172 (-407 (-564))) (-564))) (-15 -3091 ((-1172 (-407 (-564))) (-564))) (-15 -3902 ((-1172 (-407 (-564))) (-564))) (-15 -2962 ((-1172 (-407 (-564))) (-564))) (-15 -2778 ((-1172 (-407 (-564))) (-564))) (-15 -3062 ((-1172 (-407 (-564))) (-564))) (-15 -3174 ((-1172 (-407 (-564))) (-564))) (-15 -2706 ((-407 (-564)) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -3976 ((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -3227 ((-407 (-564)) (-1172 (-407 (-564))))) (-15 -3726 ((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -3913 ((-1172 (-407 (-564))) (-641 (-564)))) (-15 -2828 ((-1172 (-407 (-564))) (-641 (-564)) (-641 (-564)))))
-((-4328 (((-418 (-1166 (-564))) (-564)) 38)) (-3513 (((-641 (-1166 (-564))) (-564)) 33)) (-3481 (((-1166 (-564)) (-564)) 28)))
-(((-191) (-10 -7 (-15 -3513 ((-641 (-1166 (-564))) (-564))) (-15 -3481 ((-1166 (-564)) (-564))) (-15 -4328 ((-418 (-1166 (-564))) (-564))))) (T -191))
-((-4328 (*1 *2 *3) (-12 (-5 *2 (-418 (-1166 (-564)))) (-5 *1 (-191)) (-5 *3 (-564)))) (-3481 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-191)) (-5 *3 (-564)))) (-3513 (*1 *2 *3) (-12 (-5 *2 (-641 (-1166 (-564)))) (-5 *1 (-191)) (-5 *3 (-564)))))
-(-10 -7 (-15 -3513 ((-641 (-1166 (-564))) (-564))) (-15 -3481 ((-1166 (-564)) (-564))) (-15 -4328 ((-418 (-1166 (-564))) (-564))))
-((-2791 (((-1150 (-225)) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 132)) (-1887 (((-641 (-1152)) (-1150 (-225))) NIL)) (-3278 (((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 108)) (-1844 (((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225)))) NIL)) (-3977 (((-641 (-1152)) (-641 (-225))) NIL)) (-1880 (((-225) (-1088 (-840 (-225)))) 31)) (-3453 (((-225) (-1088 (-840 (-225)))) 32)) (-3380 (((-379) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 126)) (-2171 (((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 68)) (-3819 (((-1152) (-225)) NIL)) (-2178 (((-1152) (-641 (-1152))) 27)) (-3979 (((-1032) (-1170) (-1170) (-1032)) 13)))
-(((-192) (-10 -7 (-15 -3278 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2171 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1880 ((-225) (-1088 (-840 (-225))))) (-15 -3453 ((-225) (-1088 (-840 (-225))))) (-15 -3380 ((-379) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1844 ((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225))))) (-15 -2791 ((-1150 (-225)) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3819 ((-1152) (-225))) (-15 -3977 ((-641 (-1152)) (-641 (-225)))) (-15 -1887 ((-641 (-1152)) (-1150 (-225)))) (-15 -2178 ((-1152) (-641 (-1152)))) (-15 -3979 ((-1032) (-1170) (-1170) (-1032))))) (T -192))
-((-3979 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1032)) (-5 *3 (-1170)) (-5 *1 (-192)))) (-2178 (*1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-192)))) (-1887 (*1 *2 *3) (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-192)))) (-3977 (*1 *2 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-192)))) (-3819 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-192)))) (-2791 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-192)))) (-1844 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-225))) (-5 *4 (-1170)) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-192)))) (-3380 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-379)) (-5 *1 (-192)))) (-3453 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-192)))) (-1880 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-192)))) (-2171 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (-5 *1 (-192)))) (-3278 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))) (-5 *1 (-192)))))
-(-10 -7 (-15 -3278 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2171 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1880 ((-225) (-1088 (-840 (-225))))) (-15 -3453 ((-225) (-1088 (-840 (-225))))) (-15 -3380 ((-379) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1844 ((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225))))) (-15 -2791 ((-1150 (-225)) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3819 ((-1152) (-225))) (-15 -3977 ((-641 (-1152)) (-641 (-225)))) (-15 -1887 ((-641 (-1152)) (-1150 (-225)))) (-15 -2178 ((-1152) (-641 (-1152)))) (-15 -3979 ((-1032) (-1170) (-1170) (-1032))))
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 61) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 33) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+(-13 (-1094) (-10 -8 (-15 -9 ($) -1809) (-15 -8 ($) -1809) (-15 -7 ($) -1809)))
+((-1817 (((-112) $ $) NIL)) (-3641 (((-641 (-862)) $) NIL)) (-1316 (((-506) $) 8)) (-2723 (((-1152) $) NIL)) (-3568 (((-186) $) 10)) (-2780 (((-1114) $) NIL)) (-2684 (((-687 $) (-506)) 17)) (-2831 (((-641 (-112)) $) NIL)) (-1831 (((-859) $) NIL)) (-2450 (((-55) $) 12)) (-1702 (((-112) $ $) NIL)))
+(((-187) (-13 (-185) (-10 -8 (-15 -2684 ((-687 $) (-506)))))) (T -187))
+((-2684 (*1 *2 *3) (-12 (-5 *3 (-506)) (-5 *2 (-687 (-187))) (-5 *1 (-187)))))
+(-13 (-185) (-10 -8 (-15 -2684 ((-687 $) (-506)))))
+((-3731 ((|#2| |#2|) 28)) (-2020 (((-112) |#2|) 19)) (-3092 (((-316 |#1|) |#2|) 12)) (-3102 (((-316 |#1|) |#2|) 14)) (-1684 ((|#2| |#2| (-1170)) 70) ((|#2| |#2|) 71)) (-3322 (((-169 (-316 |#1|)) |#2|) 10)) (-2041 ((|#2| |#2| (-1170)) 67) ((|#2| |#2|) 61)))
+(((-188 |#1| |#2|) (-10 -7 (-15 -1684 (|#2| |#2|)) (-15 -1684 (|#2| |#2| (-1170))) (-15 -2041 (|#2| |#2|)) (-15 -2041 (|#2| |#2| (-1170))) (-15 -3092 ((-316 |#1|) |#2|)) (-15 -3102 ((-316 |#1|) |#2|)) (-15 -2020 ((-112) |#2|)) (-15 -3731 (|#2| |#2|)) (-15 -3322 ((-169 (-316 |#1|)) |#2|))) (-13 (-556) (-847) (-1035 (-564))) (-13 (-27) (-1194) (-430 (-169 |#1|)))) (T -188))
+((-3322 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-169 (-316 *4))) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-3731 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3)))))) (-2020 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-112)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-3102 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-316 *4)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-3092 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-316 *4)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-2041 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-2041 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3)))))) (-1684 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *4)))))) (-1684 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3)))))))
+(-10 -7 (-15 -1684 (|#2| |#2|)) (-15 -1684 (|#2| |#2| (-1170))) (-15 -2041 (|#2| |#2|)) (-15 -2041 (|#2| |#2| (-1170))) (-15 -3092 ((-316 |#1|) |#2|)) (-15 -3102 ((-316 |#1|) |#2|)) (-15 -2020 ((-112) |#2|)) (-15 -3731 (|#2| |#2|)) (-15 -3322 ((-169 (-316 |#1|)) |#2|)))
+((-2262 (((-1259 (-685 (-949 |#1|))) (-1259 (-685 |#1|))) 26)) (-1831 (((-1259 (-685 (-407 (-949 |#1|)))) (-1259 (-685 |#1|))) 37)))
+(((-189 |#1|) (-10 -7 (-15 -2262 ((-1259 (-685 (-949 |#1|))) (-1259 (-685 |#1|)))) (-15 -1831 ((-1259 (-685 (-407 (-949 |#1|)))) (-1259 (-685 |#1|))))) (-172)) (T -189))
+((-1831 (*1 *2 *3) (-12 (-5 *3 (-1259 (-685 *4))) (-4 *4 (-172)) (-5 *2 (-1259 (-685 (-407 (-949 *4))))) (-5 *1 (-189 *4)))) (-2262 (*1 *2 *3) (-12 (-5 *3 (-1259 (-685 *4))) (-4 *4 (-172)) (-5 *2 (-1259 (-685 (-949 *4)))) (-5 *1 (-189 *4)))))
+(-10 -7 (-15 -2262 ((-1259 (-685 (-949 |#1|))) (-1259 (-685 |#1|)))) (-15 -1831 ((-1259 (-685 (-407 (-949 |#1|)))) (-1259 (-685 |#1|)))))
+((-1819 (((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564)))) 89)) (-2869 (((-1172 (-407 (-564))) (-641 (-564)) (-641 (-564))) 99)) (-1570 (((-1172 (-407 (-564))) (-564)) 56)) (-4323 (((-1172 (-407 (-564))) (-564)) 75)) (-2633 (((-407 (-564)) (-1172 (-407 (-564)))) 85)) (-2939 (((-1172 (-407 (-564))) (-564)) 37)) (-4367 (((-1172 (-407 (-564))) (-564)) 68)) (-3664 (((-1172 (-407 (-564))) (-564)) 62)) (-2439 (((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564)))) 83)) (-4037 (((-1172 (-407 (-564))) (-564)) 29)) (-4198 (((-407 (-564)) (-1172 (-407 (-564))) (-1172 (-407 (-564)))) 87)) (-1624 (((-1172 (-407 (-564))) (-564)) 35)) (-3041 (((-1172 (-407 (-564))) (-641 (-564))) 96)))
+(((-190) (-10 -7 (-15 -4037 ((-1172 (-407 (-564))) (-564))) (-15 -1570 ((-1172 (-407 (-564))) (-564))) (-15 -2939 ((-1172 (-407 (-564))) (-564))) (-15 -1624 ((-1172 (-407 (-564))) (-564))) (-15 -3664 ((-1172 (-407 (-564))) (-564))) (-15 -4367 ((-1172 (-407 (-564))) (-564))) (-15 -4323 ((-1172 (-407 (-564))) (-564))) (-15 -4198 ((-407 (-564)) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -2439 ((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -2633 ((-407 (-564)) (-1172 (-407 (-564))))) (-15 -1819 ((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -3041 ((-1172 (-407 (-564))) (-641 (-564)))) (-15 -2869 ((-1172 (-407 (-564))) (-641 (-564)) (-641 (-564)))))) (T -190))
+((-2869 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))) (-3041 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))) (-1819 (*1 *2 *2 *2) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))) (-2633 (*1 *2 *3) (-12 (-5 *3 (-1172 (-407 (-564)))) (-5 *2 (-407 (-564))) (-5 *1 (-190)))) (-2439 (*1 *2 *2 *2) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))) (-4198 (*1 *2 *3 *3) (-12 (-5 *3 (-1172 (-407 (-564)))) (-5 *2 (-407 (-564))) (-5 *1 (-190)))) (-4323 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-4367 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-3664 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-1624 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-2939 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-1570 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))) (-4037 (*1 *2 *3) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
+(-10 -7 (-15 -4037 ((-1172 (-407 (-564))) (-564))) (-15 -1570 ((-1172 (-407 (-564))) (-564))) (-15 -2939 ((-1172 (-407 (-564))) (-564))) (-15 -1624 ((-1172 (-407 (-564))) (-564))) (-15 -3664 ((-1172 (-407 (-564))) (-564))) (-15 -4367 ((-1172 (-407 (-564))) (-564))) (-15 -4323 ((-1172 (-407 (-564))) (-564))) (-15 -4198 ((-407 (-564)) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -2439 ((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -2633 ((-407 (-564)) (-1172 (-407 (-564))))) (-15 -1819 ((-1172 (-407 (-564))) (-1172 (-407 (-564))) (-1172 (-407 (-564))))) (-15 -3041 ((-1172 (-407 (-564))) (-641 (-564)))) (-15 -2869 ((-1172 (-407 (-564))) (-641 (-564)) (-641 (-564)))))
+((-1485 (((-418 (-1166 (-564))) (-564)) 38)) (-3388 (((-641 (-1166 (-564))) (-564)) 33)) (-4235 (((-1166 (-564)) (-564)) 28)))
+(((-191) (-10 -7 (-15 -3388 ((-641 (-1166 (-564))) (-564))) (-15 -4235 ((-1166 (-564)) (-564))) (-15 -1485 ((-418 (-1166 (-564))) (-564))))) (T -191))
+((-1485 (*1 *2 *3) (-12 (-5 *2 (-418 (-1166 (-564)))) (-5 *1 (-191)) (-5 *3 (-564)))) (-4235 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-191)) (-5 *3 (-564)))) (-3388 (*1 *2 *3) (-12 (-5 *2 (-641 (-1166 (-564)))) (-5 *1 (-191)) (-5 *3 (-564)))))
+(-10 -7 (-15 -3388 ((-641 (-1166 (-564))) (-564))) (-15 -4235 ((-1166 (-564)) (-564))) (-15 -1485 ((-418 (-1166 (-564))) (-564))))
+((-3785 (((-1150 (-225)) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 132)) (-2930 (((-641 (-1152)) (-1150 (-225))) NIL)) (-2906 (((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 108)) (-2549 (((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225)))) NIL)) (-2453 (((-641 (-1152)) (-641 (-225))) NIL)) (-2871 (((-225) (-1088 (-840 (-225)))) 31)) (-3981 (((-225) (-1088 (-840 (-225)))) 32)) (-1373 (((-379) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 126)) (-2621 (((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 68)) (-3367 (((-1152) (-225)) NIL)) (-2689 (((-1152) (-641 (-1152))) 27)) (-2477 (((-1032) (-1170) (-1170) (-1032)) 13)))
+(((-192) (-10 -7 (-15 -2906 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2621 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2871 ((-225) (-1088 (-840 (-225))))) (-15 -3981 ((-225) (-1088 (-840 (-225))))) (-15 -1373 ((-379) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2549 ((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225))))) (-15 -3785 ((-1150 (-225)) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3367 ((-1152) (-225))) (-15 -2453 ((-641 (-1152)) (-641 (-225)))) (-15 -2930 ((-641 (-1152)) (-1150 (-225)))) (-15 -2689 ((-1152) (-641 (-1152)))) (-15 -2477 ((-1032) (-1170) (-1170) (-1032))))) (T -192))
+((-2477 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1032)) (-5 *3 (-1170)) (-5 *1 (-192)))) (-2689 (*1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-192)))) (-2930 (*1 *2 *3) (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-192)))) (-2453 (*1 *2 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-192)))) (-3367 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-192)))) (-3785 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-192)))) (-2549 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-225))) (-5 *4 (-1170)) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-192)))) (-1373 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-379)) (-5 *1 (-192)))) (-3981 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-192)))) (-2871 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-192)))) (-2621 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (-5 *1 (-192)))) (-2906 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))) (-5 *1 (-192)))))
+(-10 -7 (-15 -2906 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2621 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated")) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2871 ((-225) (-1088 (-840 (-225))))) (-15 -3981 ((-225) (-1088 (-840 (-225))))) (-15 -1373 ((-379) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2549 ((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225))))) (-15 -3785 ((-1150 (-225)) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3367 ((-1152) (-225))) (-15 -2453 ((-641 (-1152)) (-641 (-225)))) (-15 -2930 ((-641 (-1152)) (-1150 (-225)))) (-15 -2689 ((-1152) (-641 (-1152)))) (-15 -2477 ((-1032) (-1170) (-1170) (-1032))))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 61) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 33) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-193) (-784)) (T -193))
NIL
(-784)
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 66) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 44) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 66) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 44) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-194) (-784)) (T -194))
NIL
(-784)
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 81) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 46) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 81) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 46) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-195) (-784)) (T -195))
NIL
(-784)
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 63) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 36) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 63) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 36) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-196) (-784)) (T -196))
NIL
(-784)
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 75) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 40) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 75) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 40) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-197) (-784)) (T -197))
NIL
(-784)
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 90) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 48) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 90) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 48) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-198) (-784)) (T -198))
NIL
(-784)
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 90) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 51) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 90) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 51) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-199) (-784)) (T -199))
NIL
(-784)
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 77) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 42) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 77) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 42) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-200) (-784)) (T -200))
NIL
(-784)
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 78)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 38)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 78)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 38)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-201) (-784)) (T -201))
NIL
(-784)
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 79)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 44)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 79)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 44)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-202) (-784)) (T -202))
NIL
(-784)
-((-1709 (((-112) $ $) NIL)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 105) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 86) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 105) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 86) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-203) (-784)) (T -203))
NIL
(-784)
-((-2535 (((-3 (-2 (|:| -1678 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 110)) (-1761 (((-564) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 58)) (-3241 (((-3 (-641 (-225)) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 92)))
-(((-204) (-10 -7 (-15 -2535 ((-3 (-2 (|:| -1678 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3241 ((-3 (-641 (-225)) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1761 ((-564) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -204))
-((-1761 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-564)) (-5 *1 (-204)))) (-3241 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-204)))) (-2535 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -1678 (-114)) (|:| |w| (-225)))) (-5 *1 (-204)))))
-(-10 -7 (-15 -2535 ((-3 (-2 (|:| -1678 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3241 ((-3 (-641 (-225)) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1761 ((-564) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
-((-2724 (((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 49)) (-3219 (((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 157)) (-3547 (((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-685 (-316 (-225)))) 109)) (-2564 (((-379) (-685 (-316 (-225)))) 137)) (-2085 (((-685 (-316 (-225))) (-1259 (-316 (-225))) (-641 (-1170))) 133)) (-3918 (((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 37)) (-2181 (((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 53)) (-3227 (((-685 (-316 (-225))) (-685 (-316 (-225))) (-641 (-1170)) (-1259 (-316 (-225)))) 122)) (-3135 (((-379) (-379) (-641 (-379))) 130) (((-379) (-379) (-379)) 125)) (-1847 (((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 45)))
-(((-205) (-10 -7 (-15 -3135 ((-379) (-379) (-379))) (-15 -3135 ((-379) (-379) (-641 (-379)))) (-15 -2564 ((-379) (-685 (-316 (-225))))) (-15 -2085 ((-685 (-316 (-225))) (-1259 (-316 (-225))) (-641 (-1170)))) (-15 -3227 ((-685 (-316 (-225))) (-685 (-316 (-225))) (-641 (-1170)) (-1259 (-316 (-225))))) (-15 -3547 ((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-685 (-316 (-225))))) (-15 -3219 ((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2724 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2181 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1847 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3918 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -205))
-((-3918 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))) (-1847 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))) (-2181 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))) (-2724 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))) (-3219 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379)))) (-5 *1 (-205)))) (-3547 (*1 *2 *3) (-12 (-5 *3 (-685 (-316 (-225)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379)))) (-5 *1 (-205)))) (-3227 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-685 (-316 (-225)))) (-5 *3 (-641 (-1170))) (-5 *4 (-1259 (-316 (-225)))) (-5 *1 (-205)))) (-2085 (*1 *2 *3 *4) (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *4 (-641 (-1170))) (-5 *2 (-685 (-316 (-225)))) (-5 *1 (-205)))) (-2564 (*1 *2 *3) (-12 (-5 *3 (-685 (-316 (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))) (-3135 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-379))) (-5 *2 (-379)) (-5 *1 (-205)))) (-3135 (*1 *2 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-205)))))
-(-10 -7 (-15 -3135 ((-379) (-379) (-379))) (-15 -3135 ((-379) (-379) (-641 (-379)))) (-15 -2564 ((-379) (-685 (-316 (-225))))) (-15 -2085 ((-685 (-316 (-225))) (-1259 (-316 (-225))) (-641 (-1170)))) (-15 -3227 ((-685 (-316 (-225))) (-685 (-316 (-225))) (-641 (-1170)) (-1259 (-316 (-225))))) (-15 -3547 ((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-685 (-316 (-225))))) (-15 -3219 ((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2724 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2181 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1847 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3918 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
-((-1709 (((-112) $ $) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 43)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-1457 (((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 75)) (-2853 (((-112) $ $) NIL)))
+((-3169 (((-3 (-2 (|:| -3581 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 110)) (-4273 (((-564) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 58)) (-3800 (((-3 (-641 (-225)) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 92)))
+(((-204) (-10 -7 (-15 -3169 ((-3 (-2 (|:| -3581 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3800 ((-3 (-641 (-225)) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4273 ((-564) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -204))
+((-4273 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-564)) (-5 *1 (-204)))) (-3800 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-204)))) (-3169 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -3581 (-114)) (|:| |w| (-225)))) (-5 *1 (-204)))))
+(-10 -7 (-15 -3169 ((-3 (-2 (|:| -3581 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3800 ((-3 (-641 (-225)) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4273 ((-564) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
+((-4324 (((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 49)) (-3591 (((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 157)) (-3746 (((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-685 (-316 (-225)))) 109)) (-2198 (((-379) (-685 (-316 (-225)))) 137)) (-4215 (((-685 (-316 (-225))) (-1259 (-316 (-225))) (-641 (-1170))) 133)) (-3095 (((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 37)) (-2720 (((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 53)) (-2633 (((-685 (-316 (-225))) (-685 (-316 (-225))) (-641 (-1170)) (-1259 (-316 (-225)))) 122)) (-3966 (((-379) (-379) (-641 (-379))) 130) (((-379) (-379) (-379)) 125)) (-2581 (((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 45)))
+(((-205) (-10 -7 (-15 -3966 ((-379) (-379) (-379))) (-15 -3966 ((-379) (-379) (-641 (-379)))) (-15 -2198 ((-379) (-685 (-316 (-225))))) (-15 -4215 ((-685 (-316 (-225))) (-1259 (-316 (-225))) (-641 (-1170)))) (-15 -2633 ((-685 (-316 (-225))) (-685 (-316 (-225))) (-641 (-1170)) (-1259 (-316 (-225))))) (-15 -3746 ((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-685 (-316 (-225))))) (-15 -3591 ((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4324 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2720 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2581 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3095 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -205))
+((-3095 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))) (-2581 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))) (-2720 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))) (-4324 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))) (-3591 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379)))) (-5 *1 (-205)))) (-3746 (*1 *2 *3) (-12 (-5 *3 (-685 (-316 (-225)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379)))) (-5 *1 (-205)))) (-2633 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-685 (-316 (-225)))) (-5 *3 (-641 (-1170))) (-5 *4 (-1259 (-316 (-225)))) (-5 *1 (-205)))) (-4215 (*1 *2 *3 *4) (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *4 (-641 (-1170))) (-5 *2 (-685 (-316 (-225)))) (-5 *1 (-205)))) (-2198 (*1 *2 *3) (-12 (-5 *3 (-685 (-316 (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))) (-3966 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-379))) (-5 *2 (-379)) (-5 *1 (-205)))) (-3966 (*1 *2 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-205)))))
+(-10 -7 (-15 -3966 ((-379) (-379) (-379))) (-15 -3966 ((-379) (-379) (-641 (-379)))) (-15 -2198 ((-379) (-685 (-316 (-225))))) (-15 -4215 ((-685 (-316 (-225))) (-1259 (-316 (-225))) (-641 (-1170)))) (-15 -2633 ((-685 (-316 (-225))) (-685 (-316 (-225))) (-641 (-1170)) (-1259 (-316 (-225))))) (-15 -3746 ((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-685 (-316 (-225))))) (-15 -3591 ((-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4324 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2720 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2581 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3095 ((-379) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
+((-1817 (((-112) $ $) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 43)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-3231 (((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 75)) (-1702 (((-112) $ $) NIL)))
(((-206) (-797)) (T -206))
NIL
(-797)
-((-1709 (((-112) $ $) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 43)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-1457 (((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 73)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 43)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-3231 (((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 73)) (-1702 (((-112) $ $) NIL)))
(((-207) (-797)) (T -207))
NIL
(-797)
-((-1709 (((-112) $ $) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 40)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-1457 (((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 76)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 40)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-3231 (((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 76)) (-1702 (((-112) $ $) NIL)))
(((-208) (-797)) (T -208))
NIL
(-797)
-((-1709 (((-112) $ $) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 48)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-1457 (((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 88)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 48)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-3231 (((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 88)) (-1702 (((-112) $ $) NIL)))
(((-209) (-797)) (T -209))
NIL
(-797)
-((-1480 (((-641 (-1170)) (-1170) (-768)) 24)) (-4339 (((-316 (-225)) (-316 (-225))) 33)) (-2179 (((-112) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 88)) (-1344 (((-112) (-225) (-225) (-641 (-316 (-225)))) 48)))
-(((-210) (-10 -7 (-15 -1480 ((-641 (-1170)) (-1170) (-768))) (-15 -4339 ((-316 (-225)) (-316 (-225)))) (-15 -1344 ((-112) (-225) (-225) (-641 (-316 (-225))))) (-15 -2179 ((-112) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))))))) (T -210))
-((-2179 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) (-5 *2 (-112)) (-5 *1 (-210)))) (-1344 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-641 (-316 (-225)))) (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-210)))) (-4339 (*1 *2 *2) (-12 (-5 *2 (-316 (-225))) (-5 *1 (-210)))) (-1480 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-5 *2 (-641 (-1170))) (-5 *1 (-210)) (-5 *3 (-1170)))))
-(-10 -7 (-15 -1480 ((-641 (-1170)) (-1170) (-768))) (-15 -4339 ((-316 (-225)) (-316 (-225)))) (-15 -1344 ((-112) (-225) (-225) (-641 (-316 (-225))))) (-15 -2179 ((-112) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))))))
-((-1709 (((-112) $ $) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 28)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-4358 (((-1032) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 70)) (-2853 (((-112) $ $) NIL)))
+((-2412 (((-641 (-1170)) (-1170) (-768)) 24)) (-1608 (((-316 (-225)) (-316 (-225))) 33)) (-2699 (((-112) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 88)) (-2718 (((-112) (-225) (-225) (-641 (-316 (-225)))) 48)))
+(((-210) (-10 -7 (-15 -2412 ((-641 (-1170)) (-1170) (-768))) (-15 -1608 ((-316 (-225)) (-316 (-225)))) (-15 -2718 ((-112) (-225) (-225) (-641 (-316 (-225))))) (-15 -2699 ((-112) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))))))) (T -210))
+((-2699 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) (-5 *2 (-112)) (-5 *1 (-210)))) (-2718 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-641 (-316 (-225)))) (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-210)))) (-1608 (*1 *2 *2) (-12 (-5 *2 (-316 (-225))) (-5 *1 (-210)))) (-2412 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-5 *2 (-641 (-1170))) (-5 *1 (-210)) (-5 *3 (-1170)))))
+(-10 -7 (-15 -2412 ((-641 (-1170)) (-1170) (-768))) (-15 -1608 ((-316 (-225)) (-316 (-225)))) (-15 -2718 ((-112) (-225) (-225) (-641 (-316 (-225))))) (-15 -2699 ((-112) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))))))
+((-1817 (((-112) $ $) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 28)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1810 (((-1032) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 70)) (-1702 (((-112) $ $) NIL)))
(((-211) (-892)) (T -211))
NIL
(-892)
-((-1709 (((-112) $ $) NIL)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 24)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-4358 (((-1032) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 24)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1810 (((-1032) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) NIL)) (-1702 (((-112) $ $) NIL)))
(((-212) (-892)) (T -212))
NIL
(-892)
-((-1709 (((-112) $ $) NIL)) (-1389 ((|#2| $ (-768) |#2|) 11)) (-1379 ((|#2| $ (-768)) 10)) (-1585 (($) 8)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 26)) (-2853 (((-112) $ $) 13)))
-(((-213 |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -1585 ($)) (-15 -1379 (|#2| $ (-768))) (-15 -1389 (|#2| $ (-768) |#2|)))) (-918) (-1094)) (T -213))
-((-1585 (*1 *1) (-12 (-5 *1 (-213 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1094)))) (-1379 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *2 (-1094)) (-5 *1 (-213 *4 *2)) (-14 *4 (-918)))) (-1389 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-213 *4 *2)) (-14 *4 (-918)) (-4 *2 (-1094)))))
-(-13 (-1094) (-10 -8 (-15 -1585 ($)) (-15 -1379 (|#2| $ (-768))) (-15 -1389 (|#2| $ (-768) |#2|))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2772 (((-1264) $) 37) (((-1264) $ (-918) (-918)) 44)) (-2961 (($ $ (-986)) 19) (((-245 (-1152)) $ (-1170)) 15)) (-2170 (((-1264) $) 35)) (-1721 (((-859) $) 32) (($ (-641 |#1|)) 8)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $ $) 27)) (-2956 (($ $ $) 22)))
-(((-214 |#1|) (-13 (-1094) (-614 (-641 |#1|)) (-10 -8 (-15 -2961 ($ $ (-986))) (-15 -2961 ((-245 (-1152)) $ (-1170))) (-15 -2956 ($ $ $)) (-15 -2970 ($ $ $)) (-15 -2170 ((-1264) $)) (-15 -2772 ((-1264) $)) (-15 -2772 ((-1264) $ (-918) (-918))))) (-13 (-847) (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 ((-1264) $)) (-15 -2772 ((-1264) $))))) (T -214))
-((-2961 (*1 *1 *1 *2) (-12 (-5 *2 (-986)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 ((-1264) $)) (-15 -2772 ((-1264) $))))))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-245 (-1152))) (-5 *1 (-214 *4)) (-4 *4 (-13 (-847) (-10 -8 (-15 -2961 ((-1152) $ *3)) (-15 -2170 ((-1264) $)) (-15 -2772 ((-1264) $))))))) (-2956 (*1 *1 *1 *1) (-12 (-5 *1 (-214 *2)) (-4 *2 (-13 (-847) (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 ((-1264) $)) (-15 -2772 ((-1264) $))))))) (-2970 (*1 *1 *1 *1) (-12 (-5 *1 (-214 *2)) (-4 *2 (-13 (-847) (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 ((-1264) $)) (-15 -2772 ((-1264) $))))))) (-2170 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 (*2 $)) (-15 -2772 (*2 $))))))) (-2772 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 (*2 $)) (-15 -2772 (*2 $))))))) (-2772 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-214 *4)) (-4 *4 (-13 (-847) (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 (*2 $)) (-15 -2772 (*2 $))))))))
-(-13 (-1094) (-614 (-641 |#1|)) (-10 -8 (-15 -2961 ($ $ (-986))) (-15 -2961 ((-245 (-1152)) $ (-1170))) (-15 -2956 ($ $ $)) (-15 -2970 ($ $ $)) (-15 -2170 ((-1264) $)) (-15 -2772 ((-1264) $)) (-15 -2772 ((-1264) $ (-918) (-918)))))
-((-4392 ((|#2| |#4| (-1 |#2| |#2|)) 49)))
-(((-215 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4392 (|#2| |#4| (-1 |#2| |#2|)))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -215))
-((-4392 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-363)) (-4 *6 (-1235 (-407 *2))) (-4 *2 (-1235 *5)) (-5 *1 (-215 *5 *2 *6 *3)) (-4 *3 (-342 *5 *2 *6)))))
-(-10 -7 (-15 -4392 (|#2| |#4| (-1 |#2| |#2|))))
-((-1422 ((|#2| |#2| (-768) |#2|) 58)) (-1773 ((|#2| |#2| (-768) |#2|) 54)) (-1375 (((-641 |#2|) (-641 (-2 (|:| |deg| (-768)) (|:| -1669 |#2|)))) 81)) (-3741 (((-641 (-2 (|:| |deg| (-768)) (|:| -1669 |#2|))) |#2|) 75)) (-2867 (((-112) |#2|) 73)) (-3909 (((-418 |#2|) |#2|) 101)) (-4020 (((-418 |#2|) |#2|) 100)) (-2889 ((|#2| |#2| (-768) |#2|) 52)) (-2997 (((-2 (|:| |cont| |#1|) (|:| -2798 (-641 (-2 (|:| |irr| |#2|) (|:| -1395 (-564)))))) |#2| (-112)) 93)))
-(((-216 |#1| |#2|) (-10 -7 (-15 -4020 ((-418 |#2|) |#2|)) (-15 -3909 ((-418 |#2|) |#2|)) (-15 -2997 ((-2 (|:| |cont| |#1|) (|:| -2798 (-641 (-2 (|:| |irr| |#2|) (|:| -1395 (-564)))))) |#2| (-112))) (-15 -3741 ((-641 (-2 (|:| |deg| (-768)) (|:| -1669 |#2|))) |#2|)) (-15 -1375 ((-641 |#2|) (-641 (-2 (|:| |deg| (-768)) (|:| -1669 |#2|))))) (-15 -2889 (|#2| |#2| (-768) |#2|)) (-15 -1773 (|#2| |#2| (-768) |#2|)) (-15 -1422 (|#2| |#2| (-768) |#2|)) (-15 -2867 ((-112) |#2|))) (-349) (-1235 |#1|)) (T -216))
-((-2867 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-112)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1235 *4)))) (-1422 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1235 *4)))) (-1773 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1235 *4)))) (-2889 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1235 *4)))) (-1375 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| |deg| (-768)) (|:| -1669 *5)))) (-4 *5 (-1235 *4)) (-4 *4 (-349)) (-5 *2 (-641 *5)) (-5 *1 (-216 *4 *5)))) (-3741 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-641 (-2 (|:| |deg| (-768)) (|:| -1669 *3)))) (-5 *1 (-216 *4 *3)) (-4 *3 (-1235 *4)))) (-2997 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-349)) (-5 *2 (-2 (|:| |cont| *5) (|:| -2798 (-641 (-2 (|:| |irr| *3) (|:| -1395 (-564))))))) (-5 *1 (-216 *5 *3)) (-4 *3 (-1235 *5)))) (-3909 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-418 *3)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1235 *4)))) (-4020 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-418 *3)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1235 *4)))))
-(-10 -7 (-15 -4020 ((-418 |#2|) |#2|)) (-15 -3909 ((-418 |#2|) |#2|)) (-15 -2997 ((-2 (|:| |cont| |#1|) (|:| -2798 (-641 (-2 (|:| |irr| |#2|) (|:| -1395 (-564)))))) |#2| (-112))) (-15 -3741 ((-641 (-2 (|:| |deg| (-768)) (|:| -1669 |#2|))) |#2|)) (-15 -1375 ((-641 |#2|) (-641 (-2 (|:| |deg| (-768)) (|:| -1669 |#2|))))) (-15 -2889 (|#2| |#2| (-768) |#2|)) (-15 -1773 (|#2| |#2| (-768) |#2|)) (-15 -1422 (|#2| |#2| (-768) |#2|)) (-15 -2867 ((-112) |#2|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4137 (((-564) $) NIL (|has| (-564) (-307)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL (|has| (-564) (-817)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-564) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-564) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-564) (-1035 (-564))))) (-3437 (((-564) $) NIL) (((-1170) $) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-564) (-1035 (-564)))) (((-564) $) NIL (|has| (-564) (-1035 (-564))))) (-2668 (($ $ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-564) (-545)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2955 (((-112) $) NIL (|has| (-564) (-817)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-564) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-564) (-883 (-379))))) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL)) (-2654 (((-564) $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| (-564) (-1145)))) (-1515 (((-112) $) NIL (|has| (-564) (-817)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| (-564) (-847)))) (-2110 (($ (-1 (-564) (-564)) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-564) (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL (|has| (-564) (-307))) (((-407 (-564)) $) NIL)) (-4037 (((-564) $) NIL (|has| (-564) (-545)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3227 (($ $ (-641 (-564)) (-641 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-564) (-564)) NIL (|has| (-564) (-309 (-564)))) (($ $ (-294 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-294 (-564)))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-1170)) (-641 (-564))) NIL (|has| (-564) (-514 (-1170) (-564)))) (($ $ (-1170) (-564)) NIL (|has| (-564) (-514 (-1170) (-564))))) (-2358 (((-768) $) NIL)) (-2961 (($ $ (-564)) NIL (|has| (-564) (-286 (-564) (-564))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2173 (($ $) NIL)) (-2663 (((-564) $) NIL)) (-2500 (($ (-407 (-564))) 9)) (-2153 (((-889 (-564)) $) NIL (|has| (-564) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-564) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-564) (-612 (-536)))) (((-379) $) NIL (|has| (-564) (-1019))) (((-225) $) NIL (|has| (-564) (-1019)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-564) (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) 8) (($ (-564)) NIL) (($ (-1170)) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL) (((-1001 10) $) 10)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| (-564) (-906))) (|has| (-564) (-145))))) (-1303 (((-768)) NIL T CONST)) (-2698 (((-564) $) NIL (|has| (-564) (-545)))) (-1720 (((-112) $ $) NIL)) (-1699 (($ $) NIL (|has| (-564) (-817)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2920 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2880 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2983 (($ $ $) NIL) (($ (-564) (-564)) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-564) $) NIL) (($ $ (-564)) NIL)))
-(((-217) (-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 10)) (-10 -8 (-15 -1775 ((-407 (-564)) $)) (-15 -2500 ($ (-407 (-564))))))) (T -217))
-((-1775 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-217)))) (-2500 (*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-217)))))
-(-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 10)) (-10 -8 (-15 -1775 ((-407 (-564)) $)) (-15 -2500 ($ (-407 (-564))))))
-((-1709 (((-112) $ $) NIL)) (-3309 (((-1112) $) 13)) (-2811 (((-1152) $) NIL)) (-1752 (((-483) $) 10)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 23) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2551 (((-1129) $) 15)) (-2853 (((-112) $ $) NIL)))
-(((-218) (-13 (-1077) (-10 -8 (-15 -1752 ((-483) $)) (-15 -3309 ((-1112) $)) (-15 -2551 ((-1129) $))))) (T -218))
-((-1752 (*1 *2 *1) (-12 (-5 *2 (-483)) (-5 *1 (-218)))) (-3309 (*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-218)))) (-2551 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-218)))))
-(-13 (-1077) (-10 -8 (-15 -1752 ((-483) $)) (-15 -3309 ((-1112) $)) (-15 -2551 ((-1129) $))))
-((-2052 (((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|)) (-1152)) 29) (((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|))) 25)) (-2515 (((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1170) (-840 |#2|) (-840 |#2|) (-112)) 17)))
-(((-219 |#1| |#2|) (-10 -7 (-15 -2052 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|)))) (-15 -2052 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|)) (-1152))) (-15 -2515 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1170) (-840 |#2|) (-840 |#2|) (-112)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-956) (-29 |#1|))) (T -219))
-((-2515 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1170)) (-5 *6 (-112)) (-4 *7 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-4 *3 (-13 (-1194) (-956) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *7 *3)) (-5 *5 (-840 *3)))) (-2052 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1086 (-840 *3))) (-5 *5 (-1152)) (-4 *3 (-13 (-1194) (-956) (-29 *6))) (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *6 *3)))) (-2052 (*1 *2 *3 *4) (-12 (-5 *4 (-1086 (-840 *3))) (-4 *3 (-13 (-1194) (-956) (-29 *5))) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *5 *3)))))
-(-10 -7 (-15 -2052 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|)))) (-15 -2052 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|)) (-1152))) (-15 -2515 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1170) (-840 |#2|) (-840 |#2|) (-112))))
-((-2052 (((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|)))) (-1152)) 49) (((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|))))) 46) (((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|))) (-1152)) 50) (((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|)))) 22)))
-(((-220 |#1|) (-10 -7 (-15 -2052 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|))))) (-15 -2052 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|))) (-1152))) (-15 -2052 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|)))))) (-15 -2052 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|)))) (-1152)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (T -220))
-((-2052 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1086 (-840 (-407 (-949 *6))))) (-5 *5 (-1152)) (-5 *3 (-407 (-949 *6))) (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 (-316 *6))) (|:| |f2| (-641 (-840 (-316 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *6)))) (-2052 (*1 *2 *3 *4) (-12 (-5 *4 (-1086 (-840 (-407 (-949 *5))))) (-5 *3 (-407 (-949 *5))) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 (-316 *5))) (|:| |f2| (-641 (-840 (-316 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *5)))) (-2052 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-407 (-949 *6))) (-5 *4 (-1086 (-840 (-316 *6)))) (-5 *5 (-1152)) (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 (-316 *6))) (|:| |f2| (-641 (-840 (-316 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *6)))) (-2052 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1086 (-840 (-316 *5)))) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 (-316 *5))) (|:| |f2| (-641 (-840 (-316 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *5)))))
-(-10 -7 (-15 -2052 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|))))) (-15 -2052 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|))) (-1152))) (-15 -2052 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|)))))) (-15 -2052 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|)))) (-1152))))
-((-3658 (((-2 (|:| -2107 (-1166 |#1|)) (|:| |deg| (-918))) (-1166 |#1|)) 26)) (-3310 (((-641 (-316 |#2|)) (-316 |#2|) (-918)) 54)))
-(((-221 |#1| |#2|) (-10 -7 (-15 -3658 ((-2 (|:| -2107 (-1166 |#1|)) (|:| |deg| (-918))) (-1166 |#1|))) (-15 -3310 ((-641 (-316 |#2|)) (-316 |#2|) (-918)))) (-1046) (-13 (-556) (-847))) (T -221))
-((-3310 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-4 *6 (-13 (-556) (-847))) (-5 *2 (-641 (-316 *6))) (-5 *1 (-221 *5 *6)) (-5 *3 (-316 *6)) (-4 *5 (-1046)))) (-3658 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-5 *2 (-2 (|:| -2107 (-1166 *4)) (|:| |deg| (-918)))) (-5 *1 (-221 *4 *5)) (-5 *3 (-1166 *4)) (-4 *5 (-13 (-556) (-847))))))
-(-10 -7 (-15 -3658 ((-2 (|:| -2107 (-1166 |#1|)) (|:| |deg| (-918))) (-1166 |#1|))) (-15 -3310 ((-641 (-316 |#2|)) (-316 |#2|) (-918))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3134 ((|#1| $) NIL)) (-3192 ((|#1| $) 30)) (-1729 (((-112) $ (-768)) NIL)) (-1692 (($) NIL T CONST)) (-1993 (($ $) NIL)) (-3796 (($ $) 39)) (-2075 ((|#1| |#1| $) NIL)) (-1407 ((|#1| $) NIL)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2088 (((-768) $) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4290 ((|#1| $) NIL)) (-3374 ((|#1| |#1| $) 35)) (-2082 ((|#1| |#1| $) 37)) (-3573 (($ |#1| $) NIL)) (-1703 (((-768) $) 33)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4005 ((|#1| $) NIL)) (-3683 ((|#1| $) 31)) (-1821 ((|#1| $) 29)) (-2382 ((|#1| $) NIL)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-1308 ((|#1| |#1| $) NIL)) (-4102 (((-112) $) 9)) (-3456 (($) NIL)) (-2731 ((|#1| $) NIL)) (-3369 (($) NIL) (($ (-641 |#1|)) 16)) (-2105 (((-768) $) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-3934 ((|#1| $) 13)) (-1959 (($ (-641 |#1|)) NIL)) (-1634 ((|#1| $) NIL)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-222 |#1|) (-13 (-254 |#1|) (-10 -8 (-15 -3369 ($ (-641 |#1|))))) (-1094)) (T -222))
-((-3369 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-222 *3)))))
-(-13 (-254 |#1|) (-10 -8 (-15 -3369 ($ (-641 |#1|)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-3284 (($ (-316 |#1|)) 27)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2298 (((-112) $) NIL)) (-2035 (((-3 (-316 |#1|) "failed") $) NIL)) (-3437 (((-316 |#1|) $) NIL)) (-4316 (($ $) 35)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-2110 (($ (-1 (-316 |#1|) (-316 |#1|)) $) NIL)) (-4292 (((-316 |#1|) $) NIL)) (-2763 (($ $) 34)) (-2811 (((-1152) $) NIL)) (-3085 (((-112) $) NIL)) (-4382 (((-1114) $) NIL)) (-2739 (($ (-768)) NIL)) (-3830 (($ $) 36)) (-4341 (((-564) $) NIL)) (-1721 (((-859) $) 68) (($ (-564)) NIL) (($ (-316 |#1|)) NIL)) (-1346 (((-316 |#1|) $ $) NIL)) (-1303 (((-768)) NIL T CONST)) (-2885 (($) 29 T CONST)) (-2898 (($) NIL T CONST)) (-2853 (((-112) $ $) 32)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 23)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 28) (($ (-316 |#1|) $) 22)))
-(((-223 |#1| |#2|) (-13 (-618 (-316 |#1|)) (-1035 (-316 |#1|)) (-10 -8 (-15 -4292 ((-316 |#1|) $)) (-15 -2763 ($ $)) (-15 -4316 ($ $)) (-15 -1346 ((-316 |#1|) $ $)) (-15 -2739 ($ (-768))) (-15 -3085 ((-112) $)) (-15 -2298 ((-112) $)) (-15 -4341 ((-564) $)) (-15 -2110 ($ (-1 (-316 |#1|) (-316 |#1|)) $)) (-15 -3284 ($ (-316 |#1|))) (-15 -3830 ($ $)))) (-13 (-1046) (-847)) (-641 (-1170))) (T -223))
-((-4292 (*1 *2 *1) (-12 (-5 *2 (-316 *3)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-2763 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1046) (-847))) (-14 *3 (-641 (-1170))))) (-4316 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1046) (-847))) (-14 *3 (-641 (-1170))))) (-1346 (*1 *2 *1 *1) (-12 (-5 *2 (-316 *3)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-2739 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-3085 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-2298 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-4341 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-316 *3) (-316 *3))) (-4 *3 (-13 (-1046) (-847))) (-5 *1 (-223 *3 *4)) (-14 *4 (-641 (-1170))))) (-3284 (*1 *1 *2) (-12 (-5 *2 (-316 *3)) (-4 *3 (-13 (-1046) (-847))) (-5 *1 (-223 *3 *4)) (-14 *4 (-641 (-1170))))) (-3830 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1046) (-847))) (-14 *3 (-641 (-1170))))))
-(-13 (-618 (-316 |#1|)) (-1035 (-316 |#1|)) (-10 -8 (-15 -4292 ((-316 |#1|) $)) (-15 -2763 ($ $)) (-15 -4316 ($ $)) (-15 -1346 ((-316 |#1|) $ $)) (-15 -2739 ($ (-768))) (-15 -3085 ((-112) $)) (-15 -2298 ((-112) $)) (-15 -4341 ((-564) $)) (-15 -2110 ($ (-1 (-316 |#1|) (-316 |#1|)) $)) (-15 -3284 ($ (-316 |#1|))) (-15 -3830 ($ $))))
-((-1996 (((-112) (-1152)) 25)) (-2543 (((-3 (-840 |#2|) "failed") (-610 |#2|) |#2| (-840 |#2|) (-840 |#2|) (-112)) 35)) (-2166 (((-3 (-112) "failed") (-1166 |#2|) (-840 |#2|) (-840 |#2|) (-112)) 84) (((-3 (-112) "failed") (-949 |#1|) (-1170) (-840 |#2|) (-840 |#2|) (-112)) 85)))
-(((-224 |#1| |#2|) (-10 -7 (-15 -1996 ((-112) (-1152))) (-15 -2543 ((-3 (-840 |#2|) "failed") (-610 |#2|) |#2| (-840 |#2|) (-840 |#2|) (-112))) (-15 -2166 ((-3 (-112) "failed") (-949 |#1|) (-1170) (-840 |#2|) (-840 |#2|) (-112))) (-15 -2166 ((-3 (-112) "failed") (-1166 |#2|) (-840 |#2|) (-840 |#2|) (-112)))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-29 |#1|))) (T -224))
-((-2166 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1166 *6)) (-5 *4 (-840 *6)) (-4 *6 (-13 (-1194) (-29 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-224 *5 *6)))) (-2166 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-949 *6)) (-5 *4 (-1170)) (-5 *5 (-840 *7)) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-4 *7 (-13 (-1194) (-29 *6))) (-5 *1 (-224 *6 *7)))) (-2543 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-840 *4)) (-5 *3 (-610 *4)) (-5 *5 (-112)) (-4 *4 (-13 (-1194) (-29 *6))) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-224 *6 *4)))) (-1996 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-112)) (-5 *1 (-224 *4 *5)) (-4 *5 (-13 (-1194) (-29 *4))))))
-(-10 -7 (-15 -1996 ((-112) (-1152))) (-15 -2543 ((-3 (-840 |#2|) "failed") (-610 |#2|) |#2| (-840 |#2|) (-840 |#2|) (-112))) (-15 -2166 ((-3 (-112) "failed") (-949 |#1|) (-1170) (-840 |#2|) (-840 |#2|) (-112))) (-15 -2166 ((-3 (-112) "failed") (-1166 |#2|) (-840 |#2|) (-840 |#2|) (-112))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 96)) (-4137 (((-564) $) 36)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3183 (($ $) NIL)) (-1848 (($ $) 85)) (-1711 (($ $) 73)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-4029 (($ $) 64)) (-1817 (((-112) $ $) NIL)) (-1827 (($ $) 83)) (-1688 (($ $) 71)) (-1672 (((-564) $) 126)) (-1871 (($ $) 88)) (-1734 (($ $) 75)) (-1692 (($) NIL T CONST)) (-4221 (($ $) NIL)) (-2035 (((-3 (-564) "failed") $) 125) (((-3 (-407 (-564)) "failed") $) 122)) (-3437 (((-564) $) 123) (((-407 (-564)) $) 120)) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) 101)) (-2461 (((-407 (-564)) $ (-768)) 115) (((-407 (-564)) $ (-768) (-768)) 114)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-1765 (((-918)) 29) (((-918) (-918)) NIL (|has| $ (-6 -4403)))) (-2955 (((-112) $) NIL)) (-2682 (($) 47)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL)) (-2887 (((-564) $) 43)) (-3282 (((-112) $) 97)) (-2201 (($ $ (-564)) NIL)) (-2471 (($ $) NIL)) (-1515 (((-112) $) 95)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) 61) (($) 39 (-12 (-2819 (|has| $ (-6 -4395))) (-2819 (|has| $ (-6 -4403)))))) (-1650 (($ $ $) 60) (($) 38 (-12 (-2819 (|has| $ (-6 -4395))) (-2819 (|has| $ (-6 -4403)))))) (-2155 (((-564) $) 27)) (-3574 (($ $) 34)) (-2277 (($ $) 65)) (-3612 (($ $) 70)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-1739 (((-918) (-564)) NIL (|has| $ (-6 -4403)))) (-4382 (((-1114) $) 99)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL)) (-4037 (($ $) NIL)) (-2874 (($ (-564) (-564)) NIL) (($ (-564) (-564) (-918)) 108)) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2954 (((-564) $) 28)) (-3656 (($) 46)) (-2103 (($ $) 69)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-4291 (((-918)) NIL) (((-918) (-918)) NIL (|has| $ (-6 -4403)))) (-1795 (($ $ (-768)) NIL) (($ $) 102)) (-2080 (((-918) (-564)) NIL (|has| $ (-6 -4403)))) (-1882 (($ $) 86)) (-1744 (($ $) 76)) (-1858 (($ $) 87)) (-1723 (($ $) 74)) (-1838 (($ $) 84)) (-1700 (($ $) 72)) (-2153 (((-379) $) 111) (((-225) $) 14) (((-889 (-379)) $) NIL) (((-536) $) 53)) (-1721 (((-859) $) 50) (($ (-564)) 68) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-564)) 68) (($ (-407 (-564))) NIL)) (-1303 (((-768)) NIL T CONST)) (-2698 (($ $) NIL)) (-2584 (((-918)) 37) (((-918) (-918)) NIL (|has| $ (-6 -4403)))) (-1540 (((-918)) 25)) (-1919 (($ $) 91)) (-1777 (($ $) 79) (($ $ $) 118)) (-1720 (((-112) $ $) NIL)) (-1895 (($ $) 89)) (-1755 (($ $) 77)) (-1942 (($ $) 94)) (-1803 (($ $) 82)) (-2712 (($ $) 92)) (-1813 (($ $) 80)) (-1930 (($ $) 93)) (-1791 (($ $) 81)) (-1906 (($ $) 90)) (-1766 (($ $) 78)) (-1699 (($ $) 117)) (-2885 (($) 23 T CONST)) (-2898 (($) 44 T CONST)) (-3930 (((-1152) $) 18) (((-1152) $ (-112)) 20) (((-1264) (-819) $) 21) (((-1264) (-819) $ (-112)) 22)) (-2931 (($ $) 105)) (-3256 (($ $ (-768)) NIL) (($ $) NIL)) (-1324 (($ $ $) 107)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 62)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 54)) (-2983 (($ $ $) 45) (($ $ (-564)) 63)) (-2970 (($ $) 55) (($ $ $) 57)) (-2956 (($ $ $) 56)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 66) (($ $ (-407 (-564))) 149) (($ $ $) 67)) (* (($ (-918) $) 35) (($ (-768) $) NIL) (($ (-564) $) 59) (($ $ $) 58) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
-(((-225) (-13 (-404) (-233) (-825) (-1194) (-612 (-536)) (-10 -8 (-15 -2983 ($ $ (-564))) (-15 ** ($ $ $)) (-15 -3656 ($)) (-15 -3574 ($ $)) (-15 -2277 ($ $)) (-15 -1777 ($ $ $)) (-15 -2931 ($ $)) (-15 -1324 ($ $ $)) (-15 -2461 ((-407 (-564)) $ (-768))) (-15 -2461 ((-407 (-564)) $ (-768) (-768)))))) (T -225))
-((** (*1 *1 *1 *1) (-5 *1 (-225))) (-2983 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-225)))) (-3656 (*1 *1) (-5 *1 (-225))) (-3574 (*1 *1 *1) (-5 *1 (-225))) (-2277 (*1 *1 *1) (-5 *1 (-225))) (-1777 (*1 *1 *1 *1) (-5 *1 (-225))) (-2931 (*1 *1 *1) (-5 *1 (-225))) (-1324 (*1 *1 *1 *1) (-5 *1 (-225))) (-2461 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-225)))) (-2461 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-225)))))
-(-13 (-404) (-233) (-825) (-1194) (-612 (-536)) (-10 -8 (-15 -2983 ($ $ (-564))) (-15 ** ($ $ $)) (-15 -3656 ($)) (-15 -3574 ($ $)) (-15 -2277 ($ $)) (-15 -1777 ($ $ $)) (-15 -2931 ($ $)) (-15 -1324 ($ $ $)) (-15 -2461 ((-407 (-564)) $ (-768))) (-15 -2461 ((-407 (-564)) $ (-768) (-768)))))
-((-1391 (((-169 (-225)) (-768) (-169 (-225))) 11) (((-225) (-768) (-225)) 12)) (-2054 (((-169 (-225)) (-169 (-225))) 13) (((-225) (-225)) 14)) (-3931 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 19) (((-225) (-225) (-225)) 22)) (-2041 (((-169 (-225)) (-169 (-225))) 27) (((-225) (-225)) 26)) (-3839 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 57) (((-225) (-225) (-225)) 49)) (-3089 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 62) (((-225) (-225) (-225)) 60)) (-2095 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 15) (((-225) (-225) (-225)) 16)) (-4195 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 17) (((-225) (-225) (-225)) 18)) (-3791 (((-169 (-225)) (-169 (-225))) 74) (((-225) (-225)) 73)) (-1632 (((-225) (-225)) 68) (((-169 (-225)) (-169 (-225))) 72)) (-2931 (((-169 (-225)) (-169 (-225))) 8) (((-225) (-225)) 9)) (-1324 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 35) (((-225) (-225) (-225)) 31)))
-(((-226) (-10 -7 (-15 -2931 ((-225) (-225))) (-15 -2931 ((-169 (-225)) (-169 (-225)))) (-15 -1324 ((-225) (-225) (-225))) (-15 -1324 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -2054 ((-225) (-225))) (-15 -2054 ((-169 (-225)) (-169 (-225)))) (-15 -2041 ((-225) (-225))) (-15 -2041 ((-169 (-225)) (-169 (-225)))) (-15 -1391 ((-225) (-768) (-225))) (-15 -1391 ((-169 (-225)) (-768) (-169 (-225)))) (-15 -2095 ((-225) (-225) (-225))) (-15 -2095 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3839 ((-225) (-225) (-225))) (-15 -3839 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -4195 ((-225) (-225) (-225))) (-15 -4195 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3089 ((-225) (-225) (-225))) (-15 -3089 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1632 ((-169 (-225)) (-169 (-225)))) (-15 -1632 ((-225) (-225))) (-15 -3791 ((-225) (-225))) (-15 -3791 ((-169 (-225)) (-169 (-225)))) (-15 -3931 ((-225) (-225) (-225))) (-15 -3931 ((-169 (-225)) (-169 (-225)) (-169 (-225)))))) (T -226))
-((-3931 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3931 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-3791 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3791 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1632 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1632 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3089 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3089 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-4195 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-4195 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-3839 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3839 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2095 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2095 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1391 (*1 *2 *3 *2) (-12 (-5 *2 (-169 (-225))) (-5 *3 (-768)) (-5 *1 (-226)))) (-1391 (*1 *2 *3 *2) (-12 (-5 *2 (-225)) (-5 *3 (-768)) (-5 *1 (-226)))) (-2041 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2041 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2054 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2054 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1324 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-1324 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2931 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2931 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))))
-(-10 -7 (-15 -2931 ((-225) (-225))) (-15 -2931 ((-169 (-225)) (-169 (-225)))) (-15 -1324 ((-225) (-225) (-225))) (-15 -1324 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -2054 ((-225) (-225))) (-15 -2054 ((-169 (-225)) (-169 (-225)))) (-15 -2041 ((-225) (-225))) (-15 -2041 ((-169 (-225)) (-169 (-225)))) (-15 -1391 ((-225) (-768) (-225))) (-15 -1391 ((-169 (-225)) (-768) (-169 (-225)))) (-15 -2095 ((-225) (-225) (-225))) (-15 -2095 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3839 ((-225) (-225) (-225))) (-15 -3839 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -4195 ((-225) (-225) (-225))) (-15 -4195 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3089 ((-225) (-225) (-225))) (-15 -3089 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1632 ((-169 (-225)) (-169 (-225)))) (-15 -1632 ((-225) (-225))) (-15 -3791 ((-225) (-225))) (-15 -3791 ((-169 (-225)) (-169 (-225)))) (-15 -3931 ((-225) (-225) (-225))) (-15 -3931 ((-169 (-225)) (-169 (-225)) (-169 (-225)))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1356 (($ (-768) (-768)) NIL)) (-2950 (($ $ $) NIL)) (-1532 (($ (-1259 |#1|)) NIL) (($ $) NIL)) (-3055 (($ |#1| |#1| |#1|) 33)) (-1663 (((-112) $) NIL)) (-4058 (($ $ (-564) (-564)) NIL)) (-1496 (($ $ (-564) (-564)) NIL)) (-1705 (($ $ (-564) (-564) (-564) (-564)) NIL)) (-1459 (($ $) NIL)) (-3354 (((-112) $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-2600 (($ $ (-564) (-564) $) NIL)) (-1869 ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564)) $) NIL)) (-2113 (($ $ (-564) (-1259 |#1|)) NIL)) (-1476 (($ $ (-564) (-1259 |#1|)) NIL)) (-2364 (($ |#1| |#1| |#1|) 32)) (-2831 (($ (-768) |#1|) NIL)) (-1692 (($) NIL T CONST)) (-1816 (($ $) NIL (|has| |#1| (-307)))) (-2787 (((-1259 |#1|) $ (-564)) NIL)) (-2850 (($ |#1|) 31)) (-2021 (($ |#1|) 30)) (-3999 (($ |#1|) 29)) (-3147 (((-768) $) NIL (|has| |#1| (-556)))) (-1452 ((|#1| $ (-564) (-564) |#1|) NIL)) (-1379 ((|#1| $ (-564) (-564)) NIL)) (-1597 (((-641 |#1|) $) NIL)) (-2751 (((-768) $) NIL (|has| |#1| (-556)))) (-2137 (((-641 (-1259 |#1|)) $) NIL (|has| |#1| (-556)))) (-3393 (((-768) $) NIL)) (-1585 (($ (-768) (-768) |#1|) NIL)) (-3402 (((-768) $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-2762 ((|#1| $) NIL (|has| |#1| (-6 (-4414 "*"))))) (-4209 (((-564) $) NIL)) (-1581 (((-564) $) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1314 (((-564) $) NIL)) (-1875 (((-564) $) NIL)) (-2670 (($ (-641 (-641 |#1|))) 11)) (-1439 (($ (-1 |#1| |#1|) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2708 (((-641 (-641 |#1|)) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3429 (((-3 $ "failed") $) NIL (|has| |#1| (-363)))) (-3586 (($) 12)) (-1319 (($ $ $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1759 (($ $ |#1|) NIL)) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-564) (-564)) NIL) ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564))) NIL)) (-3323 (($ (-641 |#1|)) NIL) (($ (-641 $)) NIL)) (-3065 (((-112) $) NIL)) (-3274 ((|#1| $) NIL (|has| |#1| (-6 (-4414 "*"))))) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1903 (((-1259 |#1|) $ (-564)) NIL)) (-1721 (($ (-1259 |#1|)) NIL) (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3490 (((-112) $) NIL)) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $ $) NIL) (($ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-564) $) NIL) (((-1259 |#1|) $ (-1259 |#1|)) 15) (((-1259 |#1|) (-1259 |#1|) $) NIL) (((-940 |#1|) $ (-940 |#1|)) 21)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-227 |#1|) (-13 (-683 |#1| (-1259 |#1|) (-1259 |#1|)) (-10 -8 (-15 * ((-940 |#1|) $ (-940 |#1|))) (-15 -3586 ($)) (-15 -3999 ($ |#1|)) (-15 -2021 ($ |#1|)) (-15 -2850 ($ |#1|)) (-15 -2364 ($ |#1| |#1| |#1|)) (-15 -3055 ($ |#1| |#1| |#1|)))) (-13 (-363) (-1194))) (T -227))
-((* (*1 *2 *1 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194))) (-5 *1 (-227 *3)))) (-3586 (*1 *1) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))) (-3999 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))) (-2021 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))) (-2850 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))) (-2364 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))) (-3055 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))))
-(-13 (-683 |#1| (-1259 |#1|) (-1259 |#1|)) (-10 -8 (-15 * ((-940 |#1|) $ (-940 |#1|))) (-15 -3586 ($)) (-15 -3999 ($ |#1|)) (-15 -2021 ($ |#1|)) (-15 -2850 ($ |#1|)) (-15 -2364 ($ |#1| |#1| |#1|)) (-15 -3055 ($ |#1| |#1| |#1|))))
-((-4085 (($ (-1 (-112) |#2|) $) 15)) (-3537 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 26)) (-2710 (($) NIL) (($ (-641 |#2|)) 11)) (-2853 (((-112) $ $) 24)))
-(((-228 |#1| |#2|) (-10 -8 (-15 -4085 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3537 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3537 (|#1| |#2| |#1|)) (-15 -2710 (|#1| (-641 |#2|))) (-15 -2710 (|#1|)) (-15 -2853 ((-112) |#1| |#1|))) (-229 |#2|) (-1094)) (T -228))
-NIL
-(-10 -8 (-15 -4085 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3537 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3537 (|#1| |#2| |#1|)) (-15 -2710 (|#1| (-641 |#2|))) (-15 -2710 (|#1|)) (-15 -2853 ((-112) |#1| |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) 8)) (-4085 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-1928 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3537 (($ |#1| $) 47 (|has| $ (-6 -4412))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4412)))) (-3813 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4412)))) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 40)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2710 (($) 49) (($ (-641 |#1|)) 48)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 50)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) 42)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-2201 ((|#2| $ (-768) |#2|) 11)) (-2190 ((|#2| $ (-768)) 10)) (-3654 (($) 8)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 26)) (-1702 (((-112) $ $) 13)))
+(((-213 |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -3654 ($)) (-15 -2190 (|#2| $ (-768))) (-15 -2201 (|#2| $ (-768) |#2|)))) (-918) (-1094)) (T -213))
+((-3654 (*1 *1) (-12 (-5 *1 (-213 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1094)))) (-2190 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *2 (-1094)) (-5 *1 (-213 *4 *2)) (-14 *4 (-918)))) (-2201 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-213 *4 *2)) (-14 *4 (-918)) (-4 *2 (-1094)))))
+(-13 (-1094) (-10 -8 (-15 -3654 ($)) (-15 -2190 (|#2| $ (-768))) (-15 -2201 (|#2| $ (-768) |#2|))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3595 (((-1264) $) 37) (((-1264) $ (-918) (-918)) 44)) (-1350 (($ $ (-986)) 19) (((-245 (-1152)) $ (-1170)) 15)) (-3712 (((-1264) $) 35)) (-1831 (((-859) $) 32) (($ (-641 |#1|)) 8)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $ $) 27)) (-1797 (($ $ $) 22)))
+(((-214 |#1|) (-13 (-1094) (-614 (-641 |#1|)) (-10 -8 (-15 -1350 ($ $ (-986))) (-15 -1350 ((-245 (-1152)) $ (-1170))) (-15 -1797 ($ $ $)) (-15 -1808 ($ $ $)) (-15 -3712 ((-1264) $)) (-15 -3595 ((-1264) $)) (-15 -3595 ((-1264) $ (-918) (-918))))) (-13 (-847) (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 ((-1264) $)) (-15 -3595 ((-1264) $))))) (T -214))
+((-1350 (*1 *1 *1 *2) (-12 (-5 *2 (-986)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-847) (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 ((-1264) $)) (-15 -3595 ((-1264) $))))))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-245 (-1152))) (-5 *1 (-214 *4)) (-4 *4 (-13 (-847) (-10 -8 (-15 -1350 ((-1152) $ *3)) (-15 -3712 ((-1264) $)) (-15 -3595 ((-1264) $))))))) (-1797 (*1 *1 *1 *1) (-12 (-5 *1 (-214 *2)) (-4 *2 (-13 (-847) (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 ((-1264) $)) (-15 -3595 ((-1264) $))))))) (-1808 (*1 *1 *1 *1) (-12 (-5 *1 (-214 *2)) (-4 *2 (-13 (-847) (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 ((-1264) $)) (-15 -3595 ((-1264) $))))))) (-3712 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-847) (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 (*2 $)) (-15 -3595 (*2 $))))))) (-3595 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-847) (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 (*2 $)) (-15 -3595 (*2 $))))))) (-3595 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-214 *4)) (-4 *4 (-13 (-847) (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 (*2 $)) (-15 -3595 (*2 $))))))))
+(-13 (-1094) (-614 (-641 |#1|)) (-10 -8 (-15 -1350 ($ $ (-986))) (-15 -1350 ((-245 (-1152)) $ (-1170))) (-15 -1797 ($ $ $)) (-15 -1808 ($ $ $)) (-15 -3712 ((-1264) $)) (-15 -3595 ((-1264) $)) (-15 -3595 ((-1264) $ (-918) (-918)))))
+((-4030 ((|#2| |#4| (-1 |#2| |#2|)) 49)))
+(((-215 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4030 (|#2| |#4| (-1 |#2| |#2|)))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -215))
+((-4030 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-363)) (-4 *6 (-1235 (-407 *2))) (-4 *2 (-1235 *5)) (-5 *1 (-215 *5 *2 *6 *3)) (-4 *3 (-342 *5 *2 *6)))))
+(-10 -7 (-15 -4030 (|#2| |#4| (-1 |#2| |#2|))))
+((-4036 ((|#2| |#2| (-768) |#2|) 58)) (-3168 ((|#2| |#2| (-768) |#2|) 54)) (-1843 (((-641 |#2|) (-641 (-2 (|:| |deg| (-768)) (|:| -1565 |#2|)))) 81)) (-1962 (((-641 (-2 (|:| |deg| (-768)) (|:| -1565 |#2|))) |#2|) 75)) (-3212 (((-112) |#2|) 73)) (-2999 (((-418 |#2|) |#2|) 101)) (-3070 (((-418 |#2|) |#2|) 100)) (-2173 ((|#2| |#2| (-768) |#2|) 52)) (-1968 (((-2 (|:| |cont| |#1|) (|:| -3840 (-641 (-2 (|:| |irr| |#2|) (|:| -1874 (-564)))))) |#2| (-112)) 93)))
+(((-216 |#1| |#2|) (-10 -7 (-15 -3070 ((-418 |#2|) |#2|)) (-15 -2999 ((-418 |#2|) |#2|)) (-15 -1968 ((-2 (|:| |cont| |#1|) (|:| -3840 (-641 (-2 (|:| |irr| |#2|) (|:| -1874 (-564)))))) |#2| (-112))) (-15 -1962 ((-641 (-2 (|:| |deg| (-768)) (|:| -1565 |#2|))) |#2|)) (-15 -1843 ((-641 |#2|) (-641 (-2 (|:| |deg| (-768)) (|:| -1565 |#2|))))) (-15 -2173 (|#2| |#2| (-768) |#2|)) (-15 -3168 (|#2| |#2| (-768) |#2|)) (-15 -4036 (|#2| |#2| (-768) |#2|)) (-15 -3212 ((-112) |#2|))) (-349) (-1235 |#1|)) (T -216))
+((-3212 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-112)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1235 *4)))) (-4036 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1235 *4)))) (-3168 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1235 *4)))) (-2173 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1235 *4)))) (-1843 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| |deg| (-768)) (|:| -1565 *5)))) (-4 *5 (-1235 *4)) (-4 *4 (-349)) (-5 *2 (-641 *5)) (-5 *1 (-216 *4 *5)))) (-1962 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-641 (-2 (|:| |deg| (-768)) (|:| -1565 *3)))) (-5 *1 (-216 *4 *3)) (-4 *3 (-1235 *4)))) (-1968 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-349)) (-5 *2 (-2 (|:| |cont| *5) (|:| -3840 (-641 (-2 (|:| |irr| *3) (|:| -1874 (-564))))))) (-5 *1 (-216 *5 *3)) (-4 *3 (-1235 *5)))) (-2999 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-418 *3)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1235 *4)))) (-3070 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-418 *3)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1235 *4)))))
+(-10 -7 (-15 -3070 ((-418 |#2|) |#2|)) (-15 -2999 ((-418 |#2|) |#2|)) (-15 -1968 ((-2 (|:| |cont| |#1|) (|:| -3840 (-641 (-2 (|:| |irr| |#2|) (|:| -1874 (-564)))))) |#2| (-112))) (-15 -1962 ((-641 (-2 (|:| |deg| (-768)) (|:| -1565 |#2|))) |#2|)) (-15 -1843 ((-641 |#2|) (-641 (-2 (|:| |deg| (-768)) (|:| -1565 |#2|))))) (-15 -2173 (|#2| |#2| (-768) |#2|)) (-15 -3168 (|#2| |#2| (-768) |#2|)) (-15 -4036 (|#2| |#2| (-768) |#2|)) (-15 -3212 ((-112) |#2|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3423 (((-564) $) NIL (|has| (-564) (-307)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL (|has| (-564) (-817)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-564) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-564) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-564) (-1035 (-564))))) (-2237 (((-564) $) NIL) (((-1170) $) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-564) (-1035 (-564)))) (((-564) $) NIL (|has| (-564) (-1035 (-564))))) (-1449 (($ $ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-564) (-545)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1569 (((-112) $) NIL (|has| (-564) (-817)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-564) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-564) (-883 (-379))))) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL)) (-3678 (((-564) $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| (-564) (-1145)))) (-2607 (((-112) $) NIL (|has| (-564) (-817)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| (-564) (-847)))) (-2449 (($ (-1 (-564) (-564)) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-564) (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL (|has| (-564) (-307))) (((-407 (-564)) $) NIL)) (-1818 (((-564) $) NIL (|has| (-564) (-545)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2633 (($ $ (-641 (-564)) (-641 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-564) (-564)) NIL (|has| (-564) (-309 (-564)))) (($ $ (-294 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-294 (-564)))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-1170)) (-641 (-564))) NIL (|has| (-564) (-514 (-1170) (-564)))) (($ $ (-1170) (-564)) NIL (|has| (-564) (-514 (-1170) (-564))))) (-3920 (((-768) $) NIL)) (-1350 (($ $ (-564)) NIL (|has| (-564) (-286 (-564) (-564))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2644 (($ $) NIL)) (-3693 (((-564) $) NIL)) (-2851 (($ (-407 (-564))) 9)) (-2511 (((-889 (-564)) $) NIL (|has| (-564) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-564) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-564) (-612 (-536)))) (((-379) $) NIL (|has| (-564) (-1019))) (((-225) $) NIL (|has| (-564) (-1019)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-564) (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) 8) (($ (-564)) NIL) (($ (-1170)) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL) (((-1001 10) $) 10)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| (-564) (-906))) (|has| (-564) (-145))))) (-2219 (((-768)) NIL T CONST)) (-4150 (((-564) $) NIL (|has| (-564) (-545)))) (-3939 (((-112) $ $) NIL)) (-1849 (($ $) NIL (|has| (-564) (-817)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-1762 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1723 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1823 (($ $ $) NIL) (($ (-564) (-564)) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-564) $) NIL) (($ $ (-564)) NIL)))
+(((-217) (-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 10)) (-10 -8 (-15 -3191 ((-407 (-564)) $)) (-15 -2851 ($ (-407 (-564))))))) (T -217))
+((-3191 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-217)))) (-2851 (*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-217)))))
+(-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 10)) (-10 -8 (-15 -3191 ((-407 (-564)) $)) (-15 -2851 ($ (-407 (-564))))))
+((-1817 (((-112) $ $) NIL)) (-3080 (((-1112) $) 13)) (-2723 (((-1152) $) NIL)) (-4202 (((-483) $) 10)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 23) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1328 (((-1129) $) 15)) (-1702 (((-112) $ $) NIL)))
+(((-218) (-13 (-1077) (-10 -8 (-15 -4202 ((-483) $)) (-15 -3080 ((-1112) $)) (-15 -1328 ((-1129) $))))) (T -218))
+((-4202 (*1 *2 *1) (-12 (-5 *2 (-483)) (-5 *1 (-218)))) (-3080 (*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-218)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-218)))))
+(-13 (-1077) (-10 -8 (-15 -4202 ((-483) $)) (-15 -3080 ((-1112) $)) (-15 -1328 ((-1129) $))))
+((-3907 (((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|)) (-1152)) 29) (((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|))) 25)) (-2992 (((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1170) (-840 |#2|) (-840 |#2|) (-112)) 17)))
+(((-219 |#1| |#2|) (-10 -7 (-15 -3907 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|)))) (-15 -3907 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|)) (-1152))) (-15 -2992 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1170) (-840 |#2|) (-840 |#2|) (-112)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-956) (-29 |#1|))) (T -219))
+((-2992 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1170)) (-5 *6 (-112)) (-4 *7 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-4 *3 (-13 (-1194) (-956) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *7 *3)) (-5 *5 (-840 *3)))) (-3907 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1086 (-840 *3))) (-5 *5 (-1152)) (-4 *3 (-13 (-1194) (-956) (-29 *6))) (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *6 *3)))) (-3907 (*1 *2 *3 *4) (-12 (-5 *4 (-1086 (-840 *3))) (-4 *3 (-13 (-1194) (-956) (-29 *5))) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *5 *3)))))
+(-10 -7 (-15 -3907 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|)))) (-15 -3907 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1086 (-840 |#2|)) (-1152))) (-15 -2992 ((-3 (|:| |f1| (-840 |#2|)) (|:| |f2| (-641 (-840 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1170) (-840 |#2|) (-840 |#2|) (-112))))
+((-3907 (((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|)))) (-1152)) 49) (((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|))))) 46) (((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|))) (-1152)) 50) (((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|)))) 22)))
+(((-220 |#1|) (-10 -7 (-15 -3907 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|))))) (-15 -3907 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|))) (-1152))) (-15 -3907 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|)))))) (-15 -3907 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|)))) (-1152)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (T -220))
+((-3907 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1086 (-840 (-407 (-949 *6))))) (-5 *5 (-1152)) (-5 *3 (-407 (-949 *6))) (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 (-316 *6))) (|:| |f2| (-641 (-840 (-316 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *6)))) (-3907 (*1 *2 *3 *4) (-12 (-5 *4 (-1086 (-840 (-407 (-949 *5))))) (-5 *3 (-407 (-949 *5))) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 (-316 *5))) (|:| |f2| (-641 (-840 (-316 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *5)))) (-3907 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-407 (-949 *6))) (-5 *4 (-1086 (-840 (-316 *6)))) (-5 *5 (-1152)) (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 (-316 *6))) (|:| |f2| (-641 (-840 (-316 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *6)))) (-3907 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1086 (-840 (-316 *5)))) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |f1| (-840 (-316 *5))) (|:| |f2| (-641 (-840 (-316 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *5)))))
+(-10 -7 (-15 -3907 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|))))) (-15 -3907 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-316 |#1|))) (-1152))) (-15 -3907 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|)))))) (-15 -3907 ((-3 (|:| |f1| (-840 (-316 |#1|))) (|:| |f2| (-641 (-840 (-316 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-407 (-949 |#1|)) (-1086 (-840 (-407 (-949 |#1|)))) (-1152))))
+((-1988 (((-2 (|:| -3194 (-1166 |#1|)) (|:| |deg| (-918))) (-1166 |#1|)) 26)) (-3723 (((-641 (-316 |#2|)) (-316 |#2|) (-918)) 54)))
+(((-221 |#1| |#2|) (-10 -7 (-15 -1988 ((-2 (|:| -3194 (-1166 |#1|)) (|:| |deg| (-918))) (-1166 |#1|))) (-15 -3723 ((-641 (-316 |#2|)) (-316 |#2|) (-918)))) (-1046) (-13 (-556) (-847))) (T -221))
+((-3723 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-4 *6 (-13 (-556) (-847))) (-5 *2 (-641 (-316 *6))) (-5 *1 (-221 *5 *6)) (-5 *3 (-316 *6)) (-4 *5 (-1046)))) (-1988 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-5 *2 (-2 (|:| -3194 (-1166 *4)) (|:| |deg| (-918)))) (-5 *1 (-221 *4 *5)) (-5 *3 (-1166 *4)) (-4 *5 (-13 (-556) (-847))))))
+(-10 -7 (-15 -1988 ((-2 (|:| -3194 (-1166 |#1|)) (|:| |deg| (-918))) (-1166 |#1|))) (-15 -3723 ((-641 (-316 |#2|)) (-316 |#2|) (-918))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3954 ((|#1| $) NIL)) (-3155 ((|#1| $) 30)) (-4010 (((-112) $ (-768)) NIL)) (-1778 (($) NIL T CONST)) (-1411 (($ $) NIL)) (-4325 (($ $) 39)) (-4120 ((|#1| |#1| $) NIL)) (-3923 ((|#1| $) NIL)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-1502 (((-768) $) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2401 ((|#1| $) NIL)) (-1332 ((|#1| |#1| $) 35)) (-4187 ((|#1| |#1| $) 37)) (-2783 (($ |#1| $) NIL)) (-3926 (((-768) $) 33)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1480 ((|#1| $) NIL)) (-1381 ((|#1| $) 31)) (-3587 ((|#1| $) 29)) (-4153 ((|#1| $) NIL)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3477 ((|#1| |#1| $) NIL)) (-4284 (((-112) $) 9)) (-4012 (($) NIL)) (-4371 ((|#1| $) NIL)) (-2545 (($) NIL) (($ (-641 |#1|)) 16)) (-2950 (((-768) $) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2028 ((|#1| $) 13)) (-2321 (($ (-641 |#1|)) NIL)) (-4361 ((|#1| $) NIL)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-222 |#1|) (-13 (-254 |#1|) (-10 -8 (-15 -2545 ($ (-641 |#1|))))) (-1094)) (T -222))
+((-2545 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-222 *3)))))
+(-13 (-254 |#1|) (-10 -8 (-15 -2545 ($ (-641 |#1|)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-2968 (($ (-316 |#1|)) 27)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-1384 (((-112) $) NIL)) (-2347 (((-3 (-316 |#1|) "failed") $) NIL)) (-2237 (((-316 |#1|) $) NIL)) (-3396 (($ $) 35)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-2449 (($ (-1 (-316 |#1|) (-316 |#1|)) $) NIL)) (-3370 (((-316 |#1|) $) NIL)) (-3518 (($ $) 34)) (-2723 (((-1152) $) NIL)) (-1505 (((-112) $) NIL)) (-2780 (((-1114) $) NIL)) (-1426 (($ (-768)) NIL)) (-3498 (($ $) 36)) (-1619 (((-564) $) NIL)) (-1831 (((-859) $) 68) (($ (-564)) NIL) (($ (-316 |#1|)) NIL)) (-2742 (((-316 |#1|) $ $) NIL)) (-2219 (((-768)) NIL T CONST)) (-1293 (($) 29 T CONST)) (-1300 (($) NIL T CONST)) (-1702 (((-112) $ $) 32)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 23)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 28) (($ (-316 |#1|) $) 22)))
+(((-223 |#1| |#2|) (-13 (-618 (-316 |#1|)) (-1035 (-316 |#1|)) (-10 -8 (-15 -3370 ((-316 |#1|) $)) (-15 -3518 ($ $)) (-15 -3396 ($ $)) (-15 -2742 ((-316 |#1|) $ $)) (-15 -1426 ($ (-768))) (-15 -1505 ((-112) $)) (-15 -1384 ((-112) $)) (-15 -1619 ((-564) $)) (-15 -2449 ($ (-1 (-316 |#1|) (-316 |#1|)) $)) (-15 -2968 ($ (-316 |#1|))) (-15 -3498 ($ $)))) (-13 (-1046) (-847)) (-641 (-1170))) (T -223))
+((-3370 (*1 *2 *1) (-12 (-5 *2 (-316 *3)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-3518 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1046) (-847))) (-14 *3 (-641 (-1170))))) (-3396 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1046) (-847))) (-14 *3 (-641 (-1170))))) (-2742 (*1 *2 *1 *1) (-12 (-5 *2 (-316 *3)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-1426 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-1505 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-1384 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-1619 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170))))) (-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-316 *3) (-316 *3))) (-4 *3 (-13 (-1046) (-847))) (-5 *1 (-223 *3 *4)) (-14 *4 (-641 (-1170))))) (-2968 (*1 *1 *2) (-12 (-5 *2 (-316 *3)) (-4 *3 (-13 (-1046) (-847))) (-5 *1 (-223 *3 *4)) (-14 *4 (-641 (-1170))))) (-3498 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1046) (-847))) (-14 *3 (-641 (-1170))))))
+(-13 (-618 (-316 |#1|)) (-1035 (-316 |#1|)) (-10 -8 (-15 -3370 ((-316 |#1|) $)) (-15 -3518 ($ $)) (-15 -3396 ($ $)) (-15 -2742 ((-316 |#1|) $ $)) (-15 -1426 ($ (-768))) (-15 -1505 ((-112) $)) (-15 -1384 ((-112) $)) (-15 -1619 ((-564) $)) (-15 -2449 ($ (-1 (-316 |#1|) (-316 |#1|)) $)) (-15 -2968 ($ (-316 |#1|))) (-15 -3498 ($ $))))
+((-1446 (((-112) (-1152)) 25)) (-2012 (((-3 (-840 |#2|) "failed") (-610 |#2|) |#2| (-840 |#2|) (-840 |#2|) (-112)) 35)) (-2577 (((-3 (-112) "failed") (-1166 |#2|) (-840 |#2|) (-840 |#2|) (-112)) 84) (((-3 (-112) "failed") (-949 |#1|) (-1170) (-840 |#2|) (-840 |#2|) (-112)) 85)))
+(((-224 |#1| |#2|) (-10 -7 (-15 -1446 ((-112) (-1152))) (-15 -2012 ((-3 (-840 |#2|) "failed") (-610 |#2|) |#2| (-840 |#2|) (-840 |#2|) (-112))) (-15 -2577 ((-3 (-112) "failed") (-949 |#1|) (-1170) (-840 |#2|) (-840 |#2|) (-112))) (-15 -2577 ((-3 (-112) "failed") (-1166 |#2|) (-840 |#2|) (-840 |#2|) (-112)))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-29 |#1|))) (T -224))
+((-2577 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1166 *6)) (-5 *4 (-840 *6)) (-4 *6 (-13 (-1194) (-29 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-224 *5 *6)))) (-2577 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-949 *6)) (-5 *4 (-1170)) (-5 *5 (-840 *7)) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-4 *7 (-13 (-1194) (-29 *6))) (-5 *1 (-224 *6 *7)))) (-2012 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-840 *4)) (-5 *3 (-610 *4)) (-5 *5 (-112)) (-4 *4 (-13 (-1194) (-29 *6))) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-224 *6 *4)))) (-1446 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-112)) (-5 *1 (-224 *4 *5)) (-4 *5 (-13 (-1194) (-29 *4))))))
+(-10 -7 (-15 -1446 ((-112) (-1152))) (-15 -2012 ((-3 (-840 |#2|) "failed") (-610 |#2|) |#2| (-840 |#2|) (-840 |#2|) (-112))) (-15 -2577 ((-3 (-112) "failed") (-949 |#1|) (-1170) (-840 |#2|) (-840 |#2|) (-112))) (-15 -2577 ((-3 (-112) "failed") (-1166 |#2|) (-840 |#2|) (-840 |#2|) (-112))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 96)) (-3423 (((-564) $) 36)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-3220 (($ $) NIL)) (-3357 (($ $) 85)) (-3210 (($ $) 73)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3083 (($ $) 64)) (-3554 (((-112) $ $) NIL)) (-3330 (($ $) 83)) (-3187 (($ $) 71)) (-1598 (((-564) $) 126)) (-3384 (($ $) 88)) (-3233 (($ $) 75)) (-1778 (($) NIL T CONST)) (-3015 (($ $) NIL)) (-2347 (((-3 (-564) "failed") $) 125) (((-3 (-407 (-564)) "failed") $) 122)) (-2237 (((-564) $) 123) (((-407 (-564)) $) 120)) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) 101)) (-3702 (((-407 (-564)) $ (-768)) 115) (((-407 (-564)) $ (-768) (-768)) 114)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-4292 (((-918)) 29) (((-918) (-918)) NIL (|has| $ (-6 -4397)))) (-1569 (((-112) $) NIL)) (-3714 (($) 47)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL)) (-2155 (((-564) $) 43)) (-2949 (((-112) $) 97)) (-2915 (($ $ (-564)) NIL)) (-3797 (($ $) NIL)) (-2607 (((-112) $) 95)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) 61) (($) 39 (-12 (-4338 (|has| $ (-6 -4389))) (-4338 (|has| $ (-6 -4397)))))) (-3375 (($ $ $) 60) (($) 38 (-12 (-4338 (|has| $ (-6 -4389))) (-4338 (|has| $ (-6 -4397)))))) (-2935 (((-564) $) 27)) (-2793 (($ $) 34)) (-4167 (($ $) 65)) (-2358 (($ $) 70)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-4094 (((-918) (-564)) NIL (|has| $ (-6 -4397)))) (-2780 (((-1114) $) 99)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL)) (-1818 (($ $) NIL)) (-2293 (($ (-564) (-564)) NIL) (($ (-564) (-564) (-918)) 108)) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1558 (((-564) $) 28)) (-2343 (($) 46)) (-4326 (($ $) 69)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-2422 (((-918)) NIL) (((-918) (-918)) NIL (|has| $ (-6 -4397)))) (-3534 (($ $ (-768)) NIL) (($ $) 102)) (-4169 (((-918) (-564)) NIL (|has| $ (-6 -4397)))) (-3395 (($ $) 86)) (-3245 (($ $) 76)) (-3371 (($ $) 87)) (-3221 (($ $) 74)) (-3344 (($ $) 84)) (-3199 (($ $) 72)) (-2511 (((-379) $) 111) (((-225) $) 14) (((-889 (-379)) $) NIL) (((-536) $) 53)) (-1831 (((-859) $) 50) (($ (-564)) 68) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-564)) 68) (($ (-407 (-564))) NIL)) (-2219 (((-768)) NIL T CONST)) (-4150 (($ $) NIL)) (-2432 (((-918)) 37) (((-918) (-918)) NIL (|has| $ (-6 -4397)))) (-3655 (((-918)) 25)) (-3427 (($ $) 91)) (-3276 (($ $) 79) (($ $ $) 118)) (-3939 (((-112) $ $) NIL)) (-3406 (($ $) 89)) (-3254 (($ $) 77)) (-3450 (($ $) 94)) (-3302 (($ $) 82)) (-2315 (($ $) 92)) (-3316 (($ $) 80)) (-3439 (($ $) 93)) (-3287 (($ $) 81)) (-3416 (($ $) 90)) (-3265 (($ $) 78)) (-1849 (($ $) 117)) (-1293 (($) 23 T CONST)) (-1300 (($) 44 T CONST)) (-3213 (((-1152) $) 18) (((-1152) $ (-112)) 20) (((-1264) (-819) $) 21) (((-1264) (-819) $ (-112)) 22)) (-2591 (($ $) 105)) (-3435 (($ $ (-768)) NIL) (($ $) NIL)) (-2496 (($ $ $) 107)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 62)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 54)) (-1823 (($ $ $) 45) (($ $ (-564)) 63)) (-1808 (($ $) 55) (($ $ $) 57)) (-1797 (($ $ $) 56)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 66) (($ $ (-407 (-564))) 149) (($ $ $) 67)) (* (($ (-918) $) 35) (($ (-768) $) NIL) (($ (-564) $) 59) (($ $ $) 58) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
+(((-225) (-13 (-404) (-233) (-825) (-1194) (-612 (-536)) (-10 -8 (-15 -1823 ($ $ (-564))) (-15 ** ($ $ $)) (-15 -2343 ($)) (-15 -2793 ($ $)) (-15 -4167 ($ $)) (-15 -3276 ($ $ $)) (-15 -2591 ($ $)) (-15 -2496 ($ $ $)) (-15 -3702 ((-407 (-564)) $ (-768))) (-15 -3702 ((-407 (-564)) $ (-768) (-768)))))) (T -225))
+((** (*1 *1 *1 *1) (-5 *1 (-225))) (-1823 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-225)))) (-2343 (*1 *1) (-5 *1 (-225))) (-2793 (*1 *1 *1) (-5 *1 (-225))) (-4167 (*1 *1 *1) (-5 *1 (-225))) (-3276 (*1 *1 *1 *1) (-5 *1 (-225))) (-2591 (*1 *1 *1) (-5 *1 (-225))) (-2496 (*1 *1 *1 *1) (-5 *1 (-225))) (-3702 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-225)))) (-3702 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-225)))))
+(-13 (-404) (-233) (-825) (-1194) (-612 (-536)) (-10 -8 (-15 -1823 ($ $ (-564))) (-15 ** ($ $ $)) (-15 -2343 ($)) (-15 -2793 ($ $)) (-15 -4167 ($ $)) (-15 -3276 ($ $ $)) (-15 -2591 ($ $)) (-15 -2496 ($ $ $)) (-15 -3702 ((-407 (-564)) $ (-768))) (-15 -3702 ((-407 (-564)) $ (-768) (-768)))))
+((-1827 (((-169 (-225)) (-768) (-169 (-225))) 11) (((-225) (-768) (-225)) 12)) (-3924 (((-169 (-225)) (-169 (-225))) 13) (((-225) (-225)) 14)) (-3223 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 19) (((-225) (-225) (-225)) 22)) (-1888 (((-169 (-225)) (-169 (-225))) 27) (((-225) (-225)) 26)) (-3573 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 57) (((-225) (-225) (-225)) 49)) (-1551 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 62) (((-225) (-225) (-225)) 60)) (-4296 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 15) (((-225) (-225) (-225)) 16)) (-2773 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 17) (((-225) (-225) (-225)) 18)) (-4288 (((-169 (-225)) (-169 (-225))) 74) (((-225) (-225)) 73)) (-4354 (((-225) (-225)) 68) (((-169 (-225)) (-169 (-225))) 72)) (-2591 (((-169 (-225)) (-169 (-225))) 8) (((-225) (-225)) 9)) (-2496 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 35) (((-225) (-225) (-225)) 31)))
+(((-226) (-10 -7 (-15 -2591 ((-225) (-225))) (-15 -2591 ((-169 (-225)) (-169 (-225)))) (-15 -2496 ((-225) (-225) (-225))) (-15 -2496 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3924 ((-225) (-225))) (-15 -3924 ((-169 (-225)) (-169 (-225)))) (-15 -1888 ((-225) (-225))) (-15 -1888 ((-169 (-225)) (-169 (-225)))) (-15 -1827 ((-225) (-768) (-225))) (-15 -1827 ((-169 (-225)) (-768) (-169 (-225)))) (-15 -4296 ((-225) (-225) (-225))) (-15 -4296 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3573 ((-225) (-225) (-225))) (-15 -3573 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -2773 ((-225) (-225) (-225))) (-15 -2773 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1551 ((-225) (-225) (-225))) (-15 -1551 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -4354 ((-169 (-225)) (-169 (-225)))) (-15 -4354 ((-225) (-225))) (-15 -4288 ((-225) (-225))) (-15 -4288 ((-169 (-225)) (-169 (-225)))) (-15 -3223 ((-225) (-225) (-225))) (-15 -3223 ((-169 (-225)) (-169 (-225)) (-169 (-225)))))) (T -226))
+((-3223 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3223 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-4288 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-4288 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-4354 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-4354 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-1551 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-1551 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2773 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2773 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-3573 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3573 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-4296 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-4296 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1827 (*1 *2 *3 *2) (-12 (-5 *2 (-169 (-225))) (-5 *3 (-768)) (-5 *1 (-226)))) (-1827 (*1 *2 *3 *2) (-12 (-5 *2 (-225)) (-5 *3 (-768)) (-5 *1 (-226)))) (-1888 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-1888 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-3924 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3924 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2496 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2496 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2591 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2591 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))))
+(-10 -7 (-15 -2591 ((-225) (-225))) (-15 -2591 ((-169 (-225)) (-169 (-225)))) (-15 -2496 ((-225) (-225) (-225))) (-15 -2496 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3924 ((-225) (-225))) (-15 -3924 ((-169 (-225)) (-169 (-225)))) (-15 -1888 ((-225) (-225))) (-15 -1888 ((-169 (-225)) (-169 (-225)))) (-15 -1827 ((-225) (-768) (-225))) (-15 -1827 ((-169 (-225)) (-768) (-169 (-225)))) (-15 -4296 ((-225) (-225) (-225))) (-15 -4296 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3573 ((-225) (-225) (-225))) (-15 -3573 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -2773 ((-225) (-225) (-225))) (-15 -2773 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1551 ((-225) (-225) (-225))) (-15 -1551 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -4354 ((-169 (-225)) (-169 (-225)))) (-15 -4354 ((-225) (-225))) (-15 -4288 ((-225) (-225))) (-15 -4288 ((-169 (-225)) (-169 (-225)))) (-15 -3223 ((-225) (-225) (-225))) (-15 -3223 ((-169 (-225)) (-169 (-225)) (-169 (-225)))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1463 (($ (-768) (-768)) NIL)) (-1516 (($ $ $) NIL)) (-2775 (($ (-1259 |#1|)) NIL) (($ $) NIL)) (-1676 (($ |#1| |#1| |#1|) 33)) (-1512 (((-112) $) NIL)) (-1990 (($ $ (-564) (-564)) NIL)) (-3649 (($ $ (-564) (-564)) NIL)) (-3812 (($ $ (-564) (-564) (-564) (-564)) NIL)) (-3252 (($ $) NIL)) (-2385 (((-112) $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-1353 (($ $ (-564) (-564) $) NIL)) (-1970 ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564)) $) NIL)) (-3251 (($ $ (-564) (-1259 |#1|)) NIL)) (-3436 (($ $ (-564) (-1259 |#1|)) NIL)) (-3982 (($ |#1| |#1| |#1|) 32)) (-2899 (($ (-768) |#1|) NIL)) (-1778 (($) NIL T CONST)) (-3543 (($ $) NIL (|has| |#1| (-307)))) (-3751 (((-1259 |#1|) $ (-564)) NIL)) (-3052 (($ |#1|) 31)) (-1710 (($ |#1|) 30)) (-1407 (($ |#1|) 29)) (-3531 (((-768) $) NIL (|has| |#1| (-556)))) (-2261 ((|#1| $ (-564) (-564) |#1|) NIL)) (-2190 ((|#1| $ (-564) (-564)) NIL)) (-1433 (((-641 |#1|) $) NIL)) (-3408 (((-768) $) NIL (|has| |#1| (-556)))) (-3540 (((-641 (-1259 |#1|)) $) NIL (|has| |#1| (-556)))) (-1745 (((-768) $) NIL)) (-3654 (($ (-768) (-768) |#1|) NIL)) (-1757 (((-768) $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3508 ((|#1| $) NIL (|has| |#1| (-6 (-4408 "*"))))) (-2904 (((-564) $) NIL)) (-2015 (((-564) $) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2381 (((-564) $) NIL)) (-2821 (((-564) $) NIL)) (-4309 (($ (-641 (-641 |#1|))) 11)) (-2250 (($ (-1 |#1| |#1|) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4217 (((-641 (-641 |#1|)) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-1861 (((-3 $ "failed") $) NIL (|has| |#1| (-363)))) (-2911 (($) 12)) (-2435 (($ $ $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4253 (($ $ |#1|) NIL)) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-564) (-564)) NIL) ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564))) NIL)) (-2088 (($ (-641 |#1|)) NIL) (($ (-641 $)) NIL)) (-1302 (((-112) $) NIL)) (-2876 ((|#1| $) NIL (|has| |#1| (-6 (-4408 "*"))))) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-3065 (((-1259 |#1|) $ (-564)) NIL)) (-1831 (($ (-1259 |#1|)) NIL) (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-4320 (((-112) $) NIL)) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $ $) NIL) (($ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-564) $) NIL) (((-1259 |#1|) $ (-1259 |#1|)) 15) (((-1259 |#1|) (-1259 |#1|) $) NIL) (((-940 |#1|) $ (-940 |#1|)) 21)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-227 |#1|) (-13 (-683 |#1| (-1259 |#1|) (-1259 |#1|)) (-10 -8 (-15 * ((-940 |#1|) $ (-940 |#1|))) (-15 -2911 ($)) (-15 -1407 ($ |#1|)) (-15 -1710 ($ |#1|)) (-15 -3052 ($ |#1|)) (-15 -3982 ($ |#1| |#1| |#1|)) (-15 -1676 ($ |#1| |#1| |#1|)))) (-13 (-363) (-1194))) (T -227))
+((* (*1 *2 *1 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194))) (-5 *1 (-227 *3)))) (-2911 (*1 *1) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))) (-1407 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))) (-1710 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))) (-3052 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))) (-3982 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))) (-1676 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))))
+(-13 (-683 |#1| (-1259 |#1|) (-1259 |#1|)) (-10 -8 (-15 * ((-940 |#1|) $ (-940 |#1|))) (-15 -2911 ($)) (-15 -1407 ($ |#1|)) (-15 -1710 ($ |#1|)) (-15 -3052 ($ |#1|)) (-15 -3982 ($ |#1| |#1| |#1|)) (-15 -1676 ($ |#1| |#1| |#1|))))
+((-4145 (($ (-1 (-112) |#2|) $) 15)) (-3644 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 26)) (-4232 (($) NIL) (($ (-641 |#2|)) 11)) (-1702 (((-112) $ $) 24)))
+(((-228 |#1| |#2|) (-10 -8 (-15 -4145 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3644 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3644 (|#1| |#2| |#1|)) (-15 -4232 (|#1| (-641 |#2|))) (-15 -4232 (|#1|)) (-15 -1702 ((-112) |#1| |#1|))) (-229 |#2|) (-1094)) (T -228))
+NIL
+(-10 -8 (-15 -4145 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3644 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3644 (|#1| |#2| |#1|)) (-15 -4232 (|#1| (-641 |#2|))) (-15 -4232 (|#1|)) (-15 -1702 ((-112) |#1| |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) 8)) (-4145 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-3337 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3644 (($ |#1| $) 47 (|has| $ (-6 -4406))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4406)))) (-2576 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4406)))) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 40)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-4232 (($) 49) (($ (-641 |#1|)) 48)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 50)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) 42)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-229 |#1|) (-140) (-1094)) (T -229))
NIL
(-13 (-235 |t#1|))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-235 |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-1795 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) 14) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) 22) (($ $ (-768)) NIL) (($ $) 19)) (-3256 (($ $ (-1 |#2| |#2|)) 15) (($ $ (-1 |#2| |#2|) (-768)) 17) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)))
-(((-230 |#1| |#2|) (-10 -8 (-15 -1795 (|#1| |#1|)) (-15 -3256 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -3256 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3256 (|#1| |#1| (-1170))) (-15 -3256 (|#1| |#1| (-641 (-1170)))) (-15 -3256 (|#1| |#1| (-1170) (-768))) (-15 -3256 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3256 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3256 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|)))) (-231 |#2|) (-1046)) (T -230))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-235 |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-3534 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) 14) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) 22) (($ $ (-768)) NIL) (($ $) 19)) (-3435 (($ $ (-1 |#2| |#2|)) 15) (($ $ (-1 |#2| |#2|) (-768)) 17) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)))
+(((-230 |#1| |#2|) (-10 -8 (-15 -3534 (|#1| |#1|)) (-15 -3435 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -3435 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3435 (|#1| |#1| (-1170))) (-15 -3435 (|#1| |#1| (-641 (-1170)))) (-15 -3435 (|#1| |#1| (-1170) (-768))) (-15 -3435 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3435 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3435 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|)))) (-231 |#2|) (-1046)) (T -230))
NIL
-(-10 -8 (-15 -1795 (|#1| |#1|)) (-15 -3256 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -3256 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3256 (|#1| |#1| (-1170))) (-15 -3256 (|#1| |#1| (-641 (-1170)))) (-15 -3256 (|#1| |#1| (-1170) (-768))) (-15 -3256 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3256 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3256 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1795 (($ $ (-1 |#1| |#1|)) 52) (($ $ (-1 |#1| |#1|) (-768)) 51) (($ $ (-641 (-1170)) (-641 (-768))) 44 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 43 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 42 (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) 41 (|has| |#1| (-897 (-1170)))) (($ $ (-768)) 39 (|has| |#1| (-233))) (($ $) 37 (|has| |#1| (-233)))) (-1721 (((-859) $) 11) (($ (-564)) 29)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-1 |#1| |#1|)) 50) (($ $ (-1 |#1| |#1|) (-768)) 49) (($ $ (-641 (-1170)) (-641 (-768))) 48 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 47 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 46 (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) 45 (|has| |#1| (-897 (-1170)))) (($ $ (-768)) 40 (|has| |#1| (-233))) (($ $) 38 (|has| |#1| (-233)))) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+(-10 -8 (-15 -3534 (|#1| |#1|)) (-15 -3435 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -3435 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3435 (|#1| |#1| (-1170))) (-15 -3435 (|#1| |#1| (-641 (-1170)))) (-15 -3435 (|#1| |#1| (-1170) (-768))) (-15 -3435 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3435 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3435 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3534 (($ $ (-1 |#1| |#1|)) 52) (($ $ (-1 |#1| |#1|) (-768)) 51) (($ $ (-641 (-1170)) (-641 (-768))) 44 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 43 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 42 (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) 41 (|has| |#1| (-897 (-1170)))) (($ $ (-768)) 39 (|has| |#1| (-233))) (($ $) 37 (|has| |#1| (-233)))) (-1831 (((-859) $) 11) (($ (-564)) 29)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-1 |#1| |#1|)) 50) (($ $ (-1 |#1| |#1|) (-768)) 49) (($ $ (-641 (-1170)) (-641 (-768))) 48 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 47 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 46 (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) 45 (|has| |#1| (-897 (-1170)))) (($ $ (-768)) 40 (|has| |#1| (-233))) (($ $) 38 (|has| |#1| (-233)))) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-231 |#1|) (-140) (-1046)) (T -231))
-((-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1046)))) (-1795 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *1 (-231 *4)) (-4 *4 (-1046)))) (-3256 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1046)))) (-3256 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *1 (-231 *4)) (-4 *4 (-1046)))))
-(-13 (-1046) (-10 -8 (-15 -1795 ($ $ (-1 |t#1| |t#1|))) (-15 -1795 ($ $ (-1 |t#1| |t#1|) (-768))) (-15 -3256 ($ $ (-1 |t#1| |t#1|))) (-15 -3256 ($ $ (-1 |t#1| |t#1|) (-768))) (IF (|has| |t#1| (-233)) (-6 (-233)) |%noBranch|) (IF (|has| |t#1| (-897 (-1170))) (-6 (-897 (-1170))) |%noBranch|)))
+((-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1046)))) (-3534 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *1 (-231 *4)) (-4 *4 (-1046)))) (-3435 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1046)))) (-3435 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *1 (-231 *4)) (-4 *4 (-1046)))))
+(-13 (-1046) (-10 -8 (-15 -3534 ($ $ (-1 |t#1| |t#1|))) (-15 -3534 ($ $ (-1 |t#1| |t#1|) (-768))) (-15 -3435 ($ $ (-1 |t#1| |t#1|))) (-15 -3435 ($ $ (-1 |t#1| |t#1|) (-768))) (IF (|has| |t#1| (-233)) (-6 (-233)) |%noBranch|) (IF (|has| |t#1| (-897 (-1170))) (-6 (-897 (-1170))) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-233) |has| |#1| (-233)) ((-644 $) . T) ((-723) . T) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1795 (($ $) NIL) (($ $ (-768)) 13)) (-3256 (($ $) 8) (($ $ (-768)) 15)))
-(((-232 |#1|) (-10 -8 (-15 -3256 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-768))) (-15 -3256 (|#1| |#1|)) (-15 -1795 (|#1| |#1|))) (-233)) (T -232))
+((-3534 (($ $) NIL) (($ $ (-768)) 13)) (-3435 (($ $) 8) (($ $ (-768)) 15)))
+(((-232 |#1|) (-10 -8 (-15 -3435 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-768))) (-15 -3435 (|#1| |#1|)) (-15 -3534 (|#1| |#1|))) (-233)) (T -232))
NIL
-(-10 -8 (-15 -3256 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-768))) (-15 -3256 (|#1| |#1|)) (-15 -1795 (|#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1795 (($ $) 38) (($ $ (-768)) 36)) (-1721 (((-859) $) 11) (($ (-564)) 29)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $) 37) (($ $ (-768)) 35)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+(-10 -8 (-15 -3435 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-768))) (-15 -3435 (|#1| |#1|)) (-15 -3534 (|#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3534 (($ $) 38) (($ $ (-768)) 36)) (-1831 (((-859) $) 11) (($ (-564)) 29)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $) 37) (($ $ (-768)) 35)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-233) (-140)) (T -233))
-((-1795 (*1 *1 *1) (-4 *1 (-233))) (-3256 (*1 *1 *1) (-4 *1 (-233))) (-1795 (*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-768)))) (-3256 (*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-768)))))
-(-13 (-1046) (-10 -8 (-15 -1795 ($ $)) (-15 -3256 ($ $)) (-15 -1795 ($ $ (-768))) (-15 -3256 ($ $ (-768)))))
+((-3534 (*1 *1 *1) (-4 *1 (-233))) (-3435 (*1 *1 *1) (-4 *1 (-233))) (-3534 (*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-768)))) (-3435 (*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-768)))))
+(-13 (-1046) (-10 -8 (-15 -3534 ($ $)) (-15 -3435 ($ $)) (-15 -3534 ($ $ (-768))) (-15 -3435 ($ $ (-768)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 $) . T) ((-723) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2710 (($) 12) (($ (-641 |#2|)) NIL)) (-1892 (($ $) 14)) (-1732 (($ (-641 |#2|)) 10)) (-1721 (((-859) $) 21)))
-(((-234 |#1| |#2|) (-10 -8 (-15 -1721 ((-859) |#1|)) (-15 -2710 (|#1| (-641 |#2|))) (-15 -2710 (|#1|)) (-15 -1732 (|#1| (-641 |#2|))) (-15 -1892 (|#1| |#1|))) (-235 |#2|) (-1094)) (T -234))
+((-4232 (($) 12) (($ (-641 |#2|)) NIL)) (-1991 (($ $) 14)) (-1842 (($ (-641 |#2|)) 10)) (-1831 (((-859) $) 21)))
+(((-234 |#1| |#2|) (-10 -8 (-15 -1831 ((-859) |#1|)) (-15 -4232 (|#1| (-641 |#2|))) (-15 -4232 (|#1|)) (-15 -1842 (|#1| (-641 |#2|))) (-15 -1991 (|#1| |#1|))) (-235 |#2|) (-1094)) (T -234))
NIL
-(-10 -8 (-15 -1721 ((-859) |#1|)) (-15 -2710 (|#1| (-641 |#2|))) (-15 -2710 (|#1|)) (-15 -1732 (|#1| (-641 |#2|))) (-15 -1892 (|#1| |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) 8)) (-4085 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-1928 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3537 (($ |#1| $) 47 (|has| $ (-6 -4412))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4412)))) (-3813 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4412)))) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 40)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2710 (($) 49) (($ (-641 |#1|)) 48)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 50)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) 42)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+(-10 -8 (-15 -1831 ((-859) |#1|)) (-15 -4232 (|#1| (-641 |#2|))) (-15 -4232 (|#1|)) (-15 -1842 (|#1| (-641 |#2|))) (-15 -1991 (|#1| |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) 8)) (-4145 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-3337 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3644 (($ |#1| $) 47 (|has| $ (-6 -4406))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4406)))) (-2576 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4406)))) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 40)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-4232 (($) 49) (($ (-641 |#1|)) 48)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 50)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) 42)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-235 |#1|) (-140) (-1094)) (T -235))
-((-2710 (*1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1094)))) (-2710 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-235 *3)))) (-3537 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4412)) (-4 *1 (-235 *2)) (-4 *2 (-1094)))) (-3537 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4412)) (-4 *1 (-235 *3)) (-4 *3 (-1094)))) (-4085 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4412)) (-4 *1 (-235 *3)) (-4 *3 (-1094)))))
-(-13 (-107 |t#1|) (-151 |t#1|) (-10 -8 (-15 -2710 ($)) (-15 -2710 ($ (-641 |t#1|))) (IF (|has| $ (-6 -4412)) (PROGN (-15 -3537 ($ |t#1| $)) (-15 -3537 ($ (-1 (-112) |t#1|) $)) (-15 -4085 ($ (-1 (-112) |t#1|) $))) |%noBranch|)))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-3153 (((-2 (|:| |varOrder| (-641 (-1170))) (|:| |inhom| (-3 (-641 (-1259 (-768))) "failed")) (|:| |hom| (-641 (-1259 (-768))))) (-294 (-949 (-564)))) 42)))
-(((-236) (-10 -7 (-15 -3153 ((-2 (|:| |varOrder| (-641 (-1170))) (|:| |inhom| (-3 (-641 (-1259 (-768))) "failed")) (|:| |hom| (-641 (-1259 (-768))))) (-294 (-949 (-564))))))) (T -236))
-((-3153 (*1 *2 *3) (-12 (-5 *3 (-294 (-949 (-564)))) (-5 *2 (-2 (|:| |varOrder| (-641 (-1170))) (|:| |inhom| (-3 (-641 (-1259 (-768))) "failed")) (|:| |hom| (-641 (-1259 (-768)))))) (-5 *1 (-236)))))
-(-10 -7 (-15 -3153 ((-2 (|:| |varOrder| (-641 (-1170))) (|:| |inhom| (-3 (-641 (-1259 (-768))) "failed")) (|:| |hom| (-641 (-1259 (-768))))) (-294 (-949 (-564))))))
-((-1860 (((-768)) 56)) (-3762 (((-2 (|:| -1315 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 $) (-1259 $)) 53) (((-685 |#3|) (-685 $)) 44) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-1358 (((-134)) 62)) (-1795 (($ $ (-1 |#3| |#3|) (-768)) NIL) (($ $ (-1 |#3| |#3|)) 18) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)) (-1721 (((-1259 |#3|) $) NIL) (($ |#3|) NIL) (((-859) $) NIL) (($ (-564)) 12) (($ (-407 (-564))) NIL)) (-1303 (((-768)) 15)) (-2983 (($ $ |#3|) 59)))
-(((-237 |#1| |#2| |#3|) (-10 -8 (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)) (-15 -1303 ((-768))) (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -1721 (|#1| |#3|)) (-15 -1795 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1795 (|#1| |#1| (-1 |#3| |#3|) (-768))) (-15 -3762 ((-685 |#3|) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 |#1|) (-1259 |#1|))) (-15 -1860 ((-768))) (-15 -2983 (|#1| |#1| |#3|)) (-15 -1358 ((-134))) (-15 -1721 ((-1259 |#3|) |#1|))) (-238 |#2| |#3|) (-768) (-1209)) (T -237))
-((-1358 (*1 *2) (-12 (-14 *4 (-768)) (-4 *5 (-1209)) (-5 *2 (-134)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))) (-1860 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1209)) (-5 *2 (-768)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))) (-1303 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1209)) (-5 *2 (-768)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))))
-(-10 -8 (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)) (-15 -1303 ((-768))) (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -1721 (|#1| |#3|)) (-15 -1795 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1795 (|#1| |#1| (-1 |#3| |#3|) (-768))) (-15 -3762 ((-685 |#3|) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 |#1|) (-1259 |#1|))) (-15 -1860 ((-768))) (-15 -2983 (|#1| |#1| |#3|)) (-15 -1358 ((-134))) (-15 -1721 ((-1259 |#3|) |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#2| (-1094)))) (-2013 (((-112) $) 72 (|has| |#2| (-131)))) (-1670 (($ (-918)) 125 (|has| |#2| (-1046)))) (-2229 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4413)))) (-1578 (($ $ $) 121 (|has| |#2| (-790)))) (-2071 (((-3 $ "failed") $ $) 74 (|has| |#2| (-131)))) (-1729 (((-112) $ (-768)) 8)) (-1860 (((-768)) 107 (|has| |#2| (-368)))) (-1672 (((-564) $) 119 (|has| |#2| (-845)))) (-1869 ((|#2| $ (-564) |#2|) 52 (|has| $ (-6 -4413)))) (-1692 (($) 7 T CONST)) (-2035 (((-3 (-564) "failed") $) 67 (-2832 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-3 (-407 (-564)) "failed") $) 64 (-2832 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (((-3 |#2| "failed") $) 61 (|has| |#2| (-1094)))) (-3437 (((-564) $) 66 (-2832 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-407 (-564)) $) 63 (-2832 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) ((|#2| $) 62 (|has| |#2| (-1094)))) (-3762 (((-685 (-564)) (-685 $)) 106 (-2832 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 105 (-2832 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 104 (|has| |#2| (-1046))) (((-685 |#2|) (-685 $)) 103 (|has| |#2| (-1046)))) (-3233 (((-3 $ "failed") $) 79 (|has| |#2| (-723)))) (-3746 (($) 110 (|has| |#2| (-368)))) (-1452 ((|#2| $ (-564) |#2|) 53 (|has| $ (-6 -4413)))) (-1379 ((|#2| $ (-564)) 51)) (-2955 (((-112) $) 117 (|has| |#2| (-845)))) (-1597 (((-641 |#2|) $) 30 (|has| $ (-6 -4412)))) (-3282 (((-112) $) 81 (|has| |#2| (-723)))) (-1515 (((-112) $) 118 (|has| |#2| (-845)))) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 43 (|has| (-564) (-847)))) (-2766 (($ $ $) 116 (-2713 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-4317 (((-641 |#2|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#2| $) 27 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 44 (|has| (-564) (-847)))) (-1650 (($ $ $) 115 (-2713 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-1439 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#2| |#2|) $) 35)) (-2981 (((-918) $) 109 (|has| |#2| (-368)))) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#2| (-1094)))) (-4184 (((-641 (-564)) $) 46)) (-2405 (((-112) (-564) $) 47)) (-1359 (($ (-918)) 108 (|has| |#2| (-368)))) (-4382 (((-1114) $) 21 (|has| |#2| (-1094)))) (-1897 ((|#2| $) 42 (|has| (-564) (-847)))) (-1759 (($ $ |#2|) 41 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#2|))) 26 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) 25 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) 23 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#2| $) 45 (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#2| $ (-564) |#2|) 50) ((|#2| $ (-564)) 49)) (-2848 ((|#2| $ $) 124 (|has| |#2| (-1046)))) (-4061 (($ (-1259 |#2|)) 126)) (-1358 (((-134)) 123 (|has| |#2| (-363)))) (-1795 (($ $) 98 (-2832 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) 96 (-2832 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) 94 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) 93 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) 92 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) 91 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) 84 (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) 83 (|has| |#2| (-1046)))) (-1292 (((-768) (-1 (-112) |#2|) $) 31 (|has| $ (-6 -4412))) (((-768) |#2| $) 28 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-1259 |#2|) $) 127) (($ (-564)) 68 (-2713 (-2832 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046)))) (($ (-407 (-564))) 65 (-2832 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (($ |#2|) 60 (|has| |#2| (-1094))) (((-859) $) 18 (|has| |#2| (-611 (-859))))) (-1303 (((-768)) 102 (|has| |#2| (-1046)) CONST)) (-2666 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4412)))) (-1699 (($ $) 120 (|has| |#2| (-845)))) (-2885 (($) 71 (|has| |#2| (-131)) CONST)) (-2898 (($) 82 (|has| |#2| (-723)) CONST)) (-3256 (($ $) 97 (-2832 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) 95 (-2832 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) 90 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) 89 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) 88 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) 87 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) 86 (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) 85 (|has| |#2| (-1046)))) (-2920 (((-112) $ $) 113 (-2713 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-2893 (((-112) $ $) 112 (-2713 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-2853 (((-112) $ $) 20 (|has| |#2| (-1094)))) (-2908 (((-112) $ $) 114 (-2713 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-2880 (((-112) $ $) 111 (-2713 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-2983 (($ $ |#2|) 122 (|has| |#2| (-363)))) (-2970 (($ $ $) 100 (|has| |#2| (-1046))) (($ $) 99 (|has| |#2| (-1046)))) (-2956 (($ $ $) 69 (|has| |#2| (-25)))) (** (($ $ (-768)) 80 (|has| |#2| (-723))) (($ $ (-918)) 77 (|has| |#2| (-723)))) (* (($ (-564) $) 101 (|has| |#2| (-1046))) (($ $ $) 78 (|has| |#2| (-723))) (($ $ |#2|) 76 (|has| |#2| (-723))) (($ |#2| $) 75 (|has| |#2| (-723))) (($ (-768) $) 73 (|has| |#2| (-131))) (($ (-918) $) 70 (|has| |#2| (-25)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-4232 (*1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1094)))) (-4232 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-235 *3)))) (-3644 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4406)) (-4 *1 (-235 *2)) (-4 *2 (-1094)))) (-3644 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4406)) (-4 *1 (-235 *3)) (-4 *3 (-1094)))) (-4145 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4406)) (-4 *1 (-235 *3)) (-4 *3 (-1094)))))
+(-13 (-107 |t#1|) (-151 |t#1|) (-10 -8 (-15 -4232 ($)) (-15 -4232 ($ (-641 |t#1|))) (IF (|has| $ (-6 -4406)) (PROGN (-15 -3644 ($ |t#1| $)) (-15 -3644 ($ (-1 (-112) |t#1|) $)) (-15 -4145 ($ (-1 (-112) |t#1|) $))) |%noBranch|)))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-4139 (((-2 (|:| |varOrder| (-641 (-1170))) (|:| |inhom| (-3 (-641 (-1259 (-768))) "failed")) (|:| |hom| (-641 (-1259 (-768))))) (-294 (-949 (-564)))) 42)))
+(((-236) (-10 -7 (-15 -4139 ((-2 (|:| |varOrder| (-641 (-1170))) (|:| |inhom| (-3 (-641 (-1259 (-768))) "failed")) (|:| |hom| (-641 (-1259 (-768))))) (-294 (-949 (-564))))))) (T -236))
+((-4139 (*1 *2 *3) (-12 (-5 *3 (-294 (-949 (-564)))) (-5 *2 (-2 (|:| |varOrder| (-641 (-1170))) (|:| |inhom| (-3 (-641 (-1259 (-768))) "failed")) (|:| |hom| (-641 (-1259 (-768)))))) (-5 *1 (-236)))))
+(-10 -7 (-15 -4139 ((-2 (|:| |varOrder| (-641 (-1170))) (|:| |inhom| (-3 (-641 (-1259 (-768))) "failed")) (|:| |hom| (-641 (-1259 (-768))))) (-294 (-949 (-564))))))
+((-3267 (((-768)) 56)) (-4050 (((-2 (|:| -2394 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 $) (-1259 $)) 53) (((-685 |#3|) (-685 $)) 44) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3548 (((-134)) 62)) (-3534 (($ $ (-1 |#3| |#3|) (-768)) NIL) (($ $ (-1 |#3| |#3|)) 18) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)) (-1831 (((-1259 |#3|) $) NIL) (($ |#3|) NIL) (((-859) $) NIL) (($ (-564)) 12) (($ (-407 (-564))) NIL)) (-2219 (((-768)) 15)) (-1823 (($ $ |#3|) 59)))
+(((-237 |#1| |#2| |#3|) (-10 -8 (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)) (-15 -2219 ((-768))) (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -1831 (|#1| |#3|)) (-15 -3534 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3534 (|#1| |#1| (-1 |#3| |#3|) (-768))) (-15 -4050 ((-685 |#3|) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 |#1|) (-1259 |#1|))) (-15 -3267 ((-768))) (-15 -1823 (|#1| |#1| |#3|)) (-15 -3548 ((-134))) (-15 -1831 ((-1259 |#3|) |#1|))) (-238 |#2| |#3|) (-768) (-1209)) (T -237))
+((-3548 (*1 *2) (-12 (-14 *4 (-768)) (-4 *5 (-1209)) (-5 *2 (-134)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))) (-3267 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1209)) (-5 *2 (-768)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))) (-2219 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1209)) (-5 *2 (-768)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))))
+(-10 -8 (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)) (-15 -2219 ((-768))) (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -1831 (|#1| |#3|)) (-15 -3534 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3534 (|#1| |#1| (-1 |#3| |#3|) (-768))) (-15 -4050 ((-685 |#3|) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 |#1|) (-1259 |#1|))) (-15 -3267 ((-768))) (-15 -1823 (|#1| |#1| |#3|)) (-15 -3548 ((-134))) (-15 -1831 ((-1259 |#3|) |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#2| (-1094)))) (-1615 (((-112) $) 72 (|has| |#2| (-131)))) (-1575 (($ (-918)) 125 (|has| |#2| (-1046)))) (-1956 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4407)))) (-1986 (($ $ $) 121 (|has| |#2| (-790)))) (-4088 (((-3 $ "failed") $ $) 74 (|has| |#2| (-131)))) (-4010 (((-112) $ (-768)) 8)) (-3267 (((-768)) 107 (|has| |#2| (-368)))) (-1598 (((-564) $) 119 (|has| |#2| (-845)))) (-1970 ((|#2| $ (-564) |#2|) 52 (|has| $ (-6 -4407)))) (-1778 (($) 7 T CONST)) (-2347 (((-3 (-564) "failed") $) 67 (-4348 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-3 (-407 (-564)) "failed") $) 64 (-4348 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (((-3 |#2| "failed") $) 61 (|has| |#2| (-1094)))) (-2237 (((-564) $) 66 (-4348 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-407 (-564)) $) 63 (-4348 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) ((|#2| $) 62 (|has| |#2| (-1094)))) (-4050 (((-685 (-564)) (-685 $)) 106 (-4348 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 105 (-4348 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 104 (|has| |#2| (-1046))) (((-685 |#2|) (-685 $)) 103 (|has| |#2| (-1046)))) (-3733 (((-3 $ "failed") $) 79 (|has| |#2| (-723)))) (-2900 (($) 110 (|has| |#2| (-368)))) (-2261 ((|#2| $ (-564) |#2|) 53 (|has| $ (-6 -4407)))) (-2190 ((|#2| $ (-564)) 51)) (-1569 (((-112) $) 117 (|has| |#2| (-845)))) (-1433 (((-641 |#2|) $) 30 (|has| $ (-6 -4406)))) (-2949 (((-112) $) 81 (|has| |#2| (-723)))) (-2607 (((-112) $) 118 (|has| |#2| (-845)))) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 43 (|has| (-564) (-847)))) (-1925 (($ $ $) 116 (-4078 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-2640 (((-641 |#2|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#2| $) 27 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 44 (|has| (-564) (-847)))) (-3375 (($ $ $) 115 (-4078 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-2250 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#2| |#2|) $) 35)) (-1811 (((-918) $) 109 (|has| |#2| (-368)))) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#2| (-1094)))) (-3883 (((-641 (-564)) $) 46)) (-4336 (((-112) (-564) $) 47)) (-1468 (($ (-918)) 108 (|has| |#2| (-368)))) (-2780 (((-1114) $) 21 (|has| |#2| (-1094)))) (-3303 ((|#2| $) 42 (|has| (-564) (-847)))) (-4253 (($ $ |#2|) 41 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#2|))) 26 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) 25 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) 23 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#2| $) 45 (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#2| $ (-564) |#2|) 50) ((|#2| $ (-564)) 49)) (-3032 ((|#2| $ $) 124 (|has| |#2| (-1046)))) (-3112 (($ (-1259 |#2|)) 126)) (-3548 (((-134)) 123 (|has| |#2| (-363)))) (-3534 (($ $) 98 (-4348 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) 96 (-4348 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) 94 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) 93 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) 92 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) 91 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) 84 (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) 83 (|has| |#2| (-1046)))) (-2791 (((-768) (-1 (-112) |#2|) $) 31 (|has| $ (-6 -4406))) (((-768) |#2| $) 28 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-1259 |#2|) $) 127) (($ (-564)) 68 (-4078 (-4348 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046)))) (($ (-407 (-564))) 65 (-4348 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (($ |#2|) 60 (|has| |#2| (-1094))) (((-859) $) 18 (|has| |#2| (-611 (-859))))) (-2219 (((-768)) 102 (|has| |#2| (-1046)) CONST)) (-1963 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4406)))) (-1849 (($ $) 120 (|has| |#2| (-845)))) (-1293 (($) 71 (|has| |#2| (-131)) CONST)) (-1300 (($) 82 (|has| |#2| (-723)) CONST)) (-3435 (($ $) 97 (-4348 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) 95 (-4348 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) 90 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) 89 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) 88 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) 87 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) 86 (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) 85 (|has| |#2| (-1046)))) (-1762 (((-112) $ $) 113 (-4078 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-1737 (((-112) $ $) 112 (-4078 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-1702 (((-112) $ $) 20 (|has| |#2| (-1094)))) (-1749 (((-112) $ $) 114 (-4078 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-1723 (((-112) $ $) 111 (-4078 (|has| |#2| (-845)) (|has| |#2| (-790))))) (-1823 (($ $ |#2|) 122 (|has| |#2| (-363)))) (-1808 (($ $ $) 100 (|has| |#2| (-1046))) (($ $) 99 (|has| |#2| (-1046)))) (-1797 (($ $ $) 69 (|has| |#2| (-25)))) (** (($ $ (-768)) 80 (|has| |#2| (-723))) (($ $ (-918)) 77 (|has| |#2| (-723)))) (* (($ (-564) $) 101 (|has| |#2| (-1046))) (($ $ $) 78 (|has| |#2| (-723))) (($ $ |#2|) 76 (|has| |#2| (-723))) (($ |#2| $) 75 (|has| |#2| (-723))) (($ (-768) $) 73 (|has| |#2| (-131))) (($ (-918) $) 70 (|has| |#2| (-25)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-238 |#1| |#2|) (-140) (-768) (-1209)) (T -238))
-((-4061 (*1 *1 *2) (-12 (-5 *2 (-1259 *4)) (-4 *4 (-1209)) (-4 *1 (-238 *3 *4)))) (-1670 (*1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-238 *3 *4)) (-4 *4 (-1046)) (-4 *4 (-1209)))) (-2848 (*1 *2 *1 *1) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-1046)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-723)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-723)))))
-(-13 (-602 (-564) |t#2|) (-611 (-1259 |t#2|)) (-10 -8 (-6 -4412) (-15 -4061 ($ (-1259 |t#2|))) (IF (|has| |t#2| (-1094)) (-6 (-411 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-1046)) (PROGN (-6 (-111 |t#2| |t#2|)) (-6 (-231 |t#2|)) (-6 (-377 |t#2|)) (-15 -1670 ($ (-918))) (-15 -2848 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-131)) (-6 (-131)) |%noBranch|) (IF (|has| |t#2| (-723)) (PROGN (-6 (-723)) (-15 * ($ |t#2| $)) (-15 * ($ $ |t#2|))) |%noBranch|) (IF (|has| |t#2| (-368)) (-6 (-368)) |%noBranch|) (IF (|has| |t#2| (-172)) (PROGN (-6 (-38 |t#2|)) (-6 (-172))) |%noBranch|) (IF (|has| |t#2| (-6 -4409)) (-6 -4409) |%noBranch|) (IF (|has| |t#2| (-845)) (-6 (-845)) |%noBranch|) (IF (|has| |t#2| (-790)) (-6 (-790)) |%noBranch|) (IF (|has| |t#2| (-363)) (-6 (-1266 |t#2|)) |%noBranch|)))
-(((-21) -2713 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-363)) (|has| |#2| (-172))) ((-23) -2713 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-131))) ((-25) -2713 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-34) . T) ((-38 |#2|) |has| |#2| (-172)) ((-102) -2713 (|has| |#2| (-1094)) (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-723)) (|has| |#2| (-368)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-111 |#2| |#2|) -2713 (|has| |#2| (-1046)) (|has| |#2| (-363)) (|has| |#2| (-172))) ((-111 $ $) |has| |#2| (-172)) ((-131) -2713 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-131))) ((-614 #0=(-407 (-564))) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))) ((-614 (-564)) -2713 (|has| |#2| (-1046)) (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-845)) (|has| |#2| (-172))) ((-614 |#2|) -2713 (|has| |#2| (-1094)) (|has| |#2| (-172))) ((-611 (-859)) -2713 (|has| |#2| (-1094)) (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-723)) (|has| |#2| (-368)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-611 (-859))) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-611 (-1259 |#2|)) . T) ((-172) |has| |#2| (-172)) ((-231 |#2|) |has| |#2| (-1046)) ((-233) -12 (|has| |#2| (-233)) (|has| |#2| (-1046))) ((-286 #1=(-564) |#2|) . T) ((-288 #1# |#2|) . T) ((-309 |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-368) |has| |#2| (-368)) ((-377 |#2|) |has| |#2| (-1046)) ((-411 |#2|) |has| |#2| (-1094)) ((-489 |#2|) . T) ((-602 #1# |#2|) . T) ((-514 |#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-644 |#2|) -2713 (|has| |#2| (-1046)) (|has| |#2| (-363)) (|has| |#2| (-172))) ((-644 $) -2713 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-172))) ((-637 (-564)) -12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046))) ((-637 |#2|) |has| |#2| (-1046)) ((-714 |#2|) -2713 (|has| |#2| (-363)) (|has| |#2| (-172))) ((-723) -2713 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-723)) (|has| |#2| (-172))) ((-788) |has| |#2| (-845)) ((-789) -2713 (|has| |#2| (-845)) (|has| |#2| (-790))) ((-790) |has| |#2| (-790)) ((-791) -2713 (|has| |#2| (-845)) (|has| |#2| (-790))) ((-792) -2713 (|has| |#2| (-845)) (|has| |#2| (-790))) ((-845) |has| |#2| (-845)) ((-847) -2713 (|has| |#2| (-845)) (|has| |#2| (-790))) ((-897 (-1170)) -12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046))) ((-1035 #0#) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))) ((-1035 (-564)) -12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) ((-1035 |#2|) |has| |#2| (-1094)) ((-1052 |#2|) -2713 (|has| |#2| (-1046)) (|has| |#2| (-363)) (|has| |#2| (-172))) ((-1052 $) |has| |#2| (-172)) ((-1046) -2713 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-172))) ((-1053) -2713 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-172))) ((-1106) -2713 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-723)) (|has| |#2| (-172))) ((-1094) -2713 (|has| |#2| (-1094)) (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-723)) (|has| |#2| (-368)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-1209) . T) ((-1266 |#2|) |has| |#2| (-363)))
-((-2328 (((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|) 21)) (-3658 ((|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|) 23)) (-2110 (((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|)) 18)))
-(((-239 |#1| |#2| |#3|) (-10 -7 (-15 -2328 ((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -3658 (|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -2110 ((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|)))) (-768) (-1209) (-1209)) (T -239))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-240 *5 *6)) (-14 *5 (-768)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-5 *2 (-240 *5 *7)) (-5 *1 (-239 *5 *6 *7)))) (-3658 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-240 *5 *6)) (-14 *5 (-768)) (-4 *6 (-1209)) (-4 *2 (-1209)) (-5 *1 (-239 *5 *6 *2)))) (-2328 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-240 *6 *7)) (-14 *6 (-768)) (-4 *7 (-1209)) (-4 *5 (-1209)) (-5 *2 (-240 *6 *5)) (-5 *1 (-239 *6 *7 *5)))))
-(-10 -7 (-15 -2328 ((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -3658 (|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -2110 ((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|))))
-((-1709 (((-112) $ $) NIL (|has| |#2| (-1094)))) (-2013 (((-112) $) NIL (|has| |#2| (-131)))) (-1670 (($ (-918)) 65 (|has| |#2| (-1046)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-1578 (($ $ $) 69 (|has| |#2| (-790)))) (-2071 (((-3 $ "failed") $ $) 57 (|has| |#2| (-131)))) (-1729 (((-112) $ (-768)) 17)) (-1860 (((-768)) NIL (|has| |#2| (-368)))) (-1672 (((-564) $) NIL (|has| |#2| (-845)))) (-1869 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (((-3 |#2| "failed") $) 34 (|has| |#2| (-1094)))) (-3437 (((-564) $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) ((|#2| $) 32 (|has| |#2| (-1094)))) (-3762 (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL (|has| |#2| (-1046))) (((-685 |#2|) (-685 $)) NIL (|has| |#2| (-1046)))) (-3233 (((-3 $ "failed") $) 61 (|has| |#2| (-723)))) (-3746 (($) NIL (|has| |#2| (-368)))) (-1452 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#2| $ (-564)) 59)) (-2955 (((-112) $) NIL (|has| |#2| (-845)))) (-1597 (((-641 |#2|) $) 15 (|has| $ (-6 -4412)))) (-3282 (((-112) $) NIL (|has| |#2| (-723)))) (-1515 (((-112) $) NIL (|has| |#2| (-845)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) 20 (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-4317 (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3825 (((-564) $) 58 (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1439 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#2| |#2|) $) 47)) (-2981 (((-918) $) NIL (|has| |#2| (-368)))) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#2| (-1094)))) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-1359 (($ (-918)) NIL (|has| |#2| (-368)))) (-4382 (((-1114) $) NIL (|has| |#2| (-1094)))) (-1897 ((|#2| $) NIL (|has| (-564) (-847)))) (-1759 (($ $ |#2|) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#2|) $) 24 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#2| $ (-564) |#2|) NIL) ((|#2| $ (-564)) 21)) (-2848 ((|#2| $ $) NIL (|has| |#2| (-1046)))) (-4061 (($ (-1259 |#2|)) 18)) (-1358 (((-134)) NIL (|has| |#2| (-363)))) (-1795 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-1292 (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-1259 |#2|) $) 10) (($ (-564)) NIL (-2713 (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (($ |#2|) 13 (|has| |#2| (-1094))) (((-859) $) NIL (|has| |#2| (-611 (-859))))) (-1303 (((-768)) NIL (|has| |#2| (-1046)) CONST)) (-2666 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-1699 (($ $) NIL (|has| |#2| (-845)))) (-2885 (($) 40 (|has| |#2| (-131)) CONST)) (-2898 (($) 44 (|has| |#2| (-723)) CONST)) (-3256 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-2920 (((-112) $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2893 (((-112) $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2853 (((-112) $ $) 31 (|has| |#2| (-1094)))) (-2908 (((-112) $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2880 (((-112) $ $) 67 (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2983 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-2970 (($ $ $) NIL (|has| |#2| (-1046))) (($ $) NIL (|has| |#2| (-1046)))) (-2956 (($ $ $) 38 (|has| |#2| (-25)))) (** (($ $ (-768)) NIL (|has| |#2| (-723))) (($ $ (-918)) NIL (|has| |#2| (-723)))) (* (($ (-564) $) NIL (|has| |#2| (-1046))) (($ $ $) 50 (|has| |#2| (-723))) (($ $ |#2|) 48 (|has| |#2| (-723))) (($ |#2| $) 49 (|has| |#2| (-723))) (($ (-768) $) NIL (|has| |#2| (-131))) (($ (-918) $) NIL (|has| |#2| (-25)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-3112 (*1 *1 *2) (-12 (-5 *2 (-1259 *4)) (-4 *4 (-1209)) (-4 *1 (-238 *3 *4)))) (-1575 (*1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-238 *3 *4)) (-4 *4 (-1046)) (-4 *4 (-1209)))) (-3032 (*1 *2 *1 *1) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-1046)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-723)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-723)))))
+(-13 (-602 (-564) |t#2|) (-611 (-1259 |t#2|)) (-10 -8 (-6 -4406) (-15 -3112 ($ (-1259 |t#2|))) (IF (|has| |t#2| (-1094)) (-6 (-411 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-1046)) (PROGN (-6 (-111 |t#2| |t#2|)) (-6 (-231 |t#2|)) (-6 (-377 |t#2|)) (-15 -1575 ($ (-918))) (-15 -3032 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-131)) (-6 (-131)) |%noBranch|) (IF (|has| |t#2| (-723)) (PROGN (-6 (-723)) (-15 * ($ |t#2| $)) (-15 * ($ $ |t#2|))) |%noBranch|) (IF (|has| |t#2| (-368)) (-6 (-368)) |%noBranch|) (IF (|has| |t#2| (-172)) (PROGN (-6 (-38 |t#2|)) (-6 (-172))) |%noBranch|) (IF (|has| |t#2| (-6 -4403)) (-6 -4403) |%noBranch|) (IF (|has| |t#2| (-845)) (-6 (-845)) |%noBranch|) (IF (|has| |t#2| (-790)) (-6 (-790)) |%noBranch|) (IF (|has| |t#2| (-363)) (-6 (-1266 |t#2|)) |%noBranch|)))
+(((-21) -4078 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-363)) (|has| |#2| (-172))) ((-23) -4078 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-131))) ((-25) -4078 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-34) . T) ((-38 |#2|) |has| |#2| (-172)) ((-102) -4078 (|has| |#2| (-1094)) (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-723)) (|has| |#2| (-368)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-111 |#2| |#2|) -4078 (|has| |#2| (-1046)) (|has| |#2| (-363)) (|has| |#2| (-172))) ((-111 $ $) |has| |#2| (-172)) ((-131) -4078 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-131))) ((-614 #0=(-407 (-564))) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))) ((-614 (-564)) -4078 (|has| |#2| (-1046)) (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-845)) (|has| |#2| (-172))) ((-614 |#2|) -4078 (|has| |#2| (-1094)) (|has| |#2| (-172))) ((-611 (-859)) -4078 (|has| |#2| (-1094)) (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-723)) (|has| |#2| (-368)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-611 (-859))) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-611 (-1259 |#2|)) . T) ((-172) |has| |#2| (-172)) ((-231 |#2|) |has| |#2| (-1046)) ((-233) -12 (|has| |#2| (-233)) (|has| |#2| (-1046))) ((-286 #1=(-564) |#2|) . T) ((-288 #1# |#2|) . T) ((-309 |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-368) |has| |#2| (-368)) ((-377 |#2|) |has| |#2| (-1046)) ((-411 |#2|) |has| |#2| (-1094)) ((-489 |#2|) . T) ((-602 #1# |#2|) . T) ((-514 |#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-644 |#2|) -4078 (|has| |#2| (-1046)) (|has| |#2| (-363)) (|has| |#2| (-172))) ((-644 $) -4078 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-172))) ((-637 (-564)) -12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046))) ((-637 |#2|) |has| |#2| (-1046)) ((-714 |#2|) -4078 (|has| |#2| (-363)) (|has| |#2| (-172))) ((-723) -4078 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-723)) (|has| |#2| (-172))) ((-788) |has| |#2| (-845)) ((-789) -4078 (|has| |#2| (-845)) (|has| |#2| (-790))) ((-790) |has| |#2| (-790)) ((-791) -4078 (|has| |#2| (-845)) (|has| |#2| (-790))) ((-792) -4078 (|has| |#2| (-845)) (|has| |#2| (-790))) ((-845) |has| |#2| (-845)) ((-847) -4078 (|has| |#2| (-845)) (|has| |#2| (-790))) ((-897 (-1170)) -12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046))) ((-1035 #0#) -12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094))) ((-1035 (-564)) -12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) ((-1035 |#2|) |has| |#2| (-1094)) ((-1052 |#2|) -4078 (|has| |#2| (-1046)) (|has| |#2| (-363)) (|has| |#2| (-172))) ((-1052 $) |has| |#2| (-172)) ((-1046) -4078 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-172))) ((-1053) -4078 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-172))) ((-1106) -4078 (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-723)) (|has| |#2| (-172))) ((-1094) -4078 (|has| |#2| (-1094)) (|has| |#2| (-1046)) (|has| |#2| (-845)) (|has| |#2| (-790)) (|has| |#2| (-723)) (|has| |#2| (-368)) (|has| |#2| (-363)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-1209) . T) ((-1266 |#2|) |has| |#2| (-363)))
+((-1694 (((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|) 21)) (-1988 ((|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|) 23)) (-2449 (((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|)) 18)))
+(((-239 |#1| |#2| |#3|) (-10 -7 (-15 -1694 ((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -1988 (|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -2449 ((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|)))) (-768) (-1209) (-1209)) (T -239))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-240 *5 *6)) (-14 *5 (-768)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-5 *2 (-240 *5 *7)) (-5 *1 (-239 *5 *6 *7)))) (-1988 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-240 *5 *6)) (-14 *5 (-768)) (-4 *6 (-1209)) (-4 *2 (-1209)) (-5 *1 (-239 *5 *6 *2)))) (-1694 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-240 *6 *7)) (-14 *6 (-768)) (-4 *7 (-1209)) (-4 *5 (-1209)) (-5 *2 (-240 *6 *5)) (-5 *1 (-239 *6 *7 *5)))))
+(-10 -7 (-15 -1694 ((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -1988 (|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -2449 ((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|))))
+((-1817 (((-112) $ $) NIL (|has| |#2| (-1094)))) (-1615 (((-112) $) NIL (|has| |#2| (-131)))) (-1575 (($ (-918)) 65 (|has| |#2| (-1046)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-1986 (($ $ $) 69 (|has| |#2| (-790)))) (-4088 (((-3 $ "failed") $ $) 57 (|has| |#2| (-131)))) (-4010 (((-112) $ (-768)) 17)) (-3267 (((-768)) NIL (|has| |#2| (-368)))) (-1598 (((-564) $) NIL (|has| |#2| (-845)))) (-1970 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (((-3 |#2| "failed") $) 34 (|has| |#2| (-1094)))) (-2237 (((-564) $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) ((|#2| $) 32 (|has| |#2| (-1094)))) (-4050 (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL (|has| |#2| (-1046))) (((-685 |#2|) (-685 $)) NIL (|has| |#2| (-1046)))) (-3733 (((-3 $ "failed") $) 61 (|has| |#2| (-723)))) (-2900 (($) NIL (|has| |#2| (-368)))) (-2261 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#2| $ (-564)) 59)) (-1569 (((-112) $) NIL (|has| |#2| (-845)))) (-1433 (((-641 |#2|) $) 15 (|has| $ (-6 -4406)))) (-2949 (((-112) $) NIL (|has| |#2| (-723)))) (-2607 (((-112) $) NIL (|has| |#2| (-845)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) 20 (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2640 (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-3440 (((-564) $) 58 (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2250 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#2| |#2|) $) 47)) (-1811 (((-918) $) NIL (|has| |#2| (-368)))) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#2| (-1094)))) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-1468 (($ (-918)) NIL (|has| |#2| (-368)))) (-2780 (((-1114) $) NIL (|has| |#2| (-1094)))) (-3303 ((|#2| $) NIL (|has| (-564) (-847)))) (-4253 (($ $ |#2|) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#2|) $) 24 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#2| $ (-564) |#2|) NIL) ((|#2| $ (-564)) 21)) (-3032 ((|#2| $ $) NIL (|has| |#2| (-1046)))) (-3112 (($ (-1259 |#2|)) 18)) (-3548 (((-134)) NIL (|has| |#2| (-363)))) (-3534 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-2791 (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-1259 |#2|) $) 10) (($ (-564)) NIL (-4078 (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (($ |#2|) 13 (|has| |#2| (-1094))) (((-859) $) NIL (|has| |#2| (-611 (-859))))) (-2219 (((-768)) NIL (|has| |#2| (-1046)) CONST)) (-1963 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1849 (($ $) NIL (|has| |#2| (-845)))) (-1293 (($) 40 (|has| |#2| (-131)) CONST)) (-1300 (($) 44 (|has| |#2| (-723)) CONST)) (-3435 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-1762 (((-112) $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1737 (((-112) $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1702 (((-112) $ $) 31 (|has| |#2| (-1094)))) (-1749 (((-112) $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1723 (((-112) $ $) 67 (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1823 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-1808 (($ $ $) NIL (|has| |#2| (-1046))) (($ $) NIL (|has| |#2| (-1046)))) (-1797 (($ $ $) 38 (|has| |#2| (-25)))) (** (($ $ (-768)) NIL (|has| |#2| (-723))) (($ $ (-918)) NIL (|has| |#2| (-723)))) (* (($ (-564) $) NIL (|has| |#2| (-1046))) (($ $ $) 50 (|has| |#2| (-723))) (($ $ |#2|) 48 (|has| |#2| (-723))) (($ |#2| $) 49 (|has| |#2| (-723))) (($ (-768) $) NIL (|has| |#2| (-131))) (($ (-918) $) NIL (|has| |#2| (-25)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-240 |#1| |#2|) (-238 |#1| |#2|) (-768) (-1209)) (T -240))
NIL
(-238 |#1| |#2|)
-((-4218 (((-564) (-641 (-1152))) 34) (((-564) (-1152)) 28)) (-4340 (((-1264) (-641 (-1152))) 39) (((-1264) (-1152)) 38)) (-3242 (((-1152)) 16)) (-2907 (((-1152) (-564) (-1152)) 23)) (-1526 (((-641 (-1152)) (-641 (-1152)) (-564) (-1152)) 35) (((-1152) (-1152) (-564) (-1152)) 33)) (-3182 (((-641 (-1152)) (-641 (-1152))) 15) (((-641 (-1152)) (-1152)) 11)))
-(((-241) (-10 -7 (-15 -3182 ((-641 (-1152)) (-1152))) (-15 -3182 ((-641 (-1152)) (-641 (-1152)))) (-15 -3242 ((-1152))) (-15 -2907 ((-1152) (-564) (-1152))) (-15 -1526 ((-1152) (-1152) (-564) (-1152))) (-15 -1526 ((-641 (-1152)) (-641 (-1152)) (-564) (-1152))) (-15 -4340 ((-1264) (-1152))) (-15 -4340 ((-1264) (-641 (-1152)))) (-15 -4218 ((-564) (-1152))) (-15 -4218 ((-564) (-641 (-1152)))))) (T -241))
-((-4218 (*1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-564)) (-5 *1 (-241)))) (-4218 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-564)) (-5 *1 (-241)))) (-4340 (*1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1264)) (-5 *1 (-241)))) (-4340 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-241)))) (-1526 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-641 (-1152))) (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *1 (-241)))) (-1526 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-241)))) (-2907 (*1 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-241)))) (-3242 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-241)))) (-3182 (*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-241)))) (-3182 (*1 *2 *3) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-241)) (-5 *3 (-1152)))))
-(-10 -7 (-15 -3182 ((-641 (-1152)) (-1152))) (-15 -3182 ((-641 (-1152)) (-641 (-1152)))) (-15 -3242 ((-1152))) (-15 -2907 ((-1152) (-564) (-1152))) (-15 -1526 ((-1152) (-1152) (-564) (-1152))) (-15 -1526 ((-641 (-1152)) (-641 (-1152)) (-564) (-1152))) (-15 -4340 ((-1264) (-1152))) (-15 -4340 ((-1264) (-641 (-1152)))) (-15 -4218 ((-564) (-1152))) (-15 -4218 ((-564) (-641 (-1152)))))
+((-2984 (((-564) (-641 (-1152))) 34) (((-564) (-1152)) 28)) (-2231 (((-1264) (-641 (-1152))) 39) (((-1264) (-1152)) 38)) (-2578 (((-1152)) 16)) (-2339 (((-1152) (-564) (-1152)) 23)) (-2513 (((-641 (-1152)) (-641 (-1152)) (-564) (-1152)) 35) (((-1152) (-1152) (-564) (-1152)) 33)) (-1950 (((-641 (-1152)) (-641 (-1152))) 15) (((-641 (-1152)) (-1152)) 11)))
+(((-241) (-10 -7 (-15 -1950 ((-641 (-1152)) (-1152))) (-15 -1950 ((-641 (-1152)) (-641 (-1152)))) (-15 -2578 ((-1152))) (-15 -2339 ((-1152) (-564) (-1152))) (-15 -2513 ((-1152) (-1152) (-564) (-1152))) (-15 -2513 ((-641 (-1152)) (-641 (-1152)) (-564) (-1152))) (-15 -2231 ((-1264) (-1152))) (-15 -2231 ((-1264) (-641 (-1152)))) (-15 -2984 ((-564) (-1152))) (-15 -2984 ((-564) (-641 (-1152)))))) (T -241))
+((-2984 (*1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-564)) (-5 *1 (-241)))) (-2984 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-564)) (-5 *1 (-241)))) (-2231 (*1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1264)) (-5 *1 (-241)))) (-2231 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-241)))) (-2513 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-641 (-1152))) (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *1 (-241)))) (-2513 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-241)))) (-2339 (*1 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-241)))) (-2578 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-241)))) (-1950 (*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-241)))) (-1950 (*1 *2 *3) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-241)) (-5 *3 (-1152)))))
+(-10 -7 (-15 -1950 ((-641 (-1152)) (-1152))) (-15 -1950 ((-641 (-1152)) (-641 (-1152)))) (-15 -2578 ((-1152))) (-15 -2339 ((-1152) (-564) (-1152))) (-15 -2513 ((-1152) (-1152) (-564) (-1152))) (-15 -2513 ((-641 (-1152)) (-641 (-1152)) (-564) (-1152))) (-15 -2231 ((-1264) (-1152))) (-15 -2231 ((-1264) (-641 (-1152)))) (-15 -2984 ((-564) (-1152))) (-15 -2984 ((-564) (-641 (-1152)))))
((** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 20)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ (-407 (-564)) $) 27) (($ $ (-407 (-564))) NIL)))
(((-242 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-564))) (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 ** (|#1| |#1| (-768))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-918))) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|))) (-243)) (T -242))
NIL
(-10 -8 (-15 ** (|#1| |#1| (-564))) (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 ** (|#1| |#1| (-768))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-918))) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 40)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 44)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 41)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ (-407 (-564)) $) 43) (($ $ (-407 (-564))) 42)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 40)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 44)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 41)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ (-407 (-564)) $) 43) (($ $ (-407 (-564))) 42)))
(((-243) (-140)) (T -243))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-243)) (-5 *2 (-564)))) (-4247 (*1 *1 *1) (-4 *1 (-243))))
-(-13 (-290) (-38 (-407 (-564))) (-10 -8 (-15 ** ($ $ (-564))) (-15 -4247 ($ $))))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-243)) (-5 *2 (-564)))) (-3315 (*1 *1 *1) (-4 *1 (-243))))
+(-13 (-290) (-38 (-407 (-564))) (-10 -8 (-15 ** ($ $ (-564))) (-15 -3315 ($ $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-614 #0#) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-290) . T) ((-644 #0#) . T) ((-644 $) . T) ((-714 #0#) . T) ((-723) . T) ((-1052 #0#) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1411 ((|#1| $) 48)) (-1800 (($ $) 57)) (-1729 (((-112) $ (-768)) 8)) (-2270 ((|#1| $ |#1|) 39 (|has| $ (-6 -4413)))) (-2093 (($ $ $) 53 (|has| $ (-6 -4413)))) (-2797 (($ $ $) 52 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 41 (|has| $ (-6 -4413)))) (-1692 (($) 7 T CONST)) (-1653 (($ $) 56)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) 50)) (-3496 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-4168 (($ $) 55)) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-1939 (((-641 |#1|) $) 45)) (-2545 (((-112) $) 49)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3837 ((|#1| $) 59)) (-1752 (($ $) 58)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ "value") 47)) (-2705 (((-564) $ $) 44)) (-3735 (((-112) $) 46)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1321 (($ $ $) 54 (|has| $ (-6 -4413)))) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) 51)) (-4252 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1522 ((|#1| $) 48)) (-4045 (($ $) 57)) (-4010 (((-112) $ (-768)) 8)) (-2373 ((|#1| $ |#1|) 39 (|has| $ (-6 -4407)))) (-4277 (($ $ $) 53 (|has| $ (-6 -4407)))) (-3828 (($ $ $) 52 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 41 (|has| $ (-6 -4407)))) (-1778 (($) 7 T CONST)) (-3779 (($ $) 56)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) 50)) (-4376 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-3938 (($ $) 55)) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-4119 (((-641 |#1|) $) 45)) (-2033 (((-112) $) 49)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2598 ((|#1| $) 59)) (-4202 (($ $) 58)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ "value") 47)) (-4190 (((-564) $ $) 44)) (-1899 (((-112) $) 46)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2460 (($ $ $) 54 (|has| $ (-6 -4407)))) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) 51)) (-2054 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-244 |#1|) (-140) (-1209)) (T -244))
-((-3837 (*1 *2 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-1752 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-1800 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-1653 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-4168 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-1321 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-2093 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-2797 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-244 *2)) (-4 *2 (-1209)))))
-(-13 (-1007 |t#1|) (-10 -8 (-15 -3837 (|t#1| $)) (-15 -1752 ($ $)) (-15 -1800 ($ $)) (-15 -1653 ($ $)) (-15 -4168 ($ $)) (IF (|has| $ (-6 -4413)) (PROGN (-15 -1321 ($ $ $)) (-15 -2093 ($ $ $)) (-15 -2797 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1411 ((|#1| $) NIL)) (-4053 ((|#1| $) NIL)) (-1800 (($ $) NIL)) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-4140 (($ $ (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) $) NIL (|has| |#1| (-847))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-1331 (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-3699 (($ $) 10 (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-2270 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-2777 (($ $ $) NIL (|has| $ (-6 -4413)))) (-2354 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-4211 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4413))) (($ $ "rest" $) NIL (|has| $ (-6 -4413))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) NIL (|has| $ (-6 -4413)))) (-4085 (($ (-1 (-112) |#1|) $) NIL)) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-4041 ((|#1| $) NIL)) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1908 (($ $) NIL) (($ $ (-768)) NIL)) (-3176 (($ $) NIL (|has| |#1| (-1094)))) (-1928 (($ $) 7 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3537 (($ |#1| $) NIL (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) NIL)) (-3813 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1452 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) NIL)) (-1644 (((-112) $) NIL)) (-1317 (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094))) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) (-1 (-112) |#1|) $) NIL)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) NIL)) (-3496 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1585 (($ (-768) |#1|) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2915 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-2057 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1769 (($ |#1|) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-1939 (((-641 |#1|) $) NIL)) (-2545 (((-112) $) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3837 ((|#1| $) NIL) (($ $ (-768)) NIL)) (-3573 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3476 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1897 ((|#1| $) NIL) (($ $ (-768)) NIL)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) NIL (|has| $ (-6 -4413)))) (-3492 (((-112) $) NIL)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1226 (-564))) NIL) ((|#1| $ (-564)) NIL) ((|#1| $ (-564) |#1|) NIL) (($ $ "unique") 9) (($ $ "sort") 12) (((-768) $ "count") 16)) (-2705 (((-564) $ $) NIL)) (-2243 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-3383 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-3473 (($ (-641 |#1|)) 22)) (-3735 (((-112) $) NIL)) (-4383 (($ $) NIL)) (-1787 (($ $) NIL (|has| $ (-6 -4413)))) (-3716 (((-768) $) NIL)) (-1717 (($ $) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) NIL)) (-1321 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2834 (($ $ $) NIL) (($ |#1| $) NIL) (($ (-641 $)) NIL) (($ $ |#1|) NIL)) (-1721 (($ (-641 |#1|)) 17) (((-641 |#1|) $) 18) (((-859) $) 21 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) NIL)) (-4252 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-3435 (((-768) $) 14 (|has| $ (-6 -4412)))))
-(((-245 |#1|) (-13 (-662 |#1|) (-490 (-641 |#1|)) (-10 -8 (-15 -3473 ($ (-641 |#1|))) (-15 -2961 ($ $ "unique")) (-15 -2961 ($ $ "sort")) (-15 -2961 ((-768) $ "count")))) (-847)) (T -245))
-((-3473 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-245 *3)))) (-2961 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-245 *3)) (-4 *3 (-847)))) (-2961 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-245 *3)) (-4 *3 (-847)))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-768)) (-5 *1 (-245 *4)) (-4 *4 (-847)))))
-(-13 (-662 |#1|) (-490 (-641 |#1|)) (-10 -8 (-15 -3473 ($ (-641 |#1|))) (-15 -2961 ($ $ "unique")) (-15 -2961 ($ $ "sort")) (-15 -2961 ((-768) $ "count"))))
-((-4105 (((-3 (-768) "failed") |#1| |#1| (-768)) 42)))
-(((-246 |#1|) (-10 -7 (-15 -4105 ((-3 (-768) "failed") |#1| |#1| (-768)))) (-13 (-723) (-368) (-10 -7 (-15 ** (|#1| |#1| (-564)))))) (T -246))
-((-4105 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-768)) (-4 *3 (-13 (-723) (-368) (-10 -7 (-15 ** (*3 *3 (-564)))))) (-5 *1 (-246 *3)))))
-(-10 -7 (-15 -4105 ((-3 (-768) "failed") |#1| |#1| (-768))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-861 |#1|)) $) NIL)) (-3992 (((-1166 $) $ (-861 |#1|)) NIL) (((-1166 |#2|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#2| (-556)))) (-4010 (($ $) NIL (|has| |#2| (-556)))) (-2662 (((-112) $) NIL (|has| |#2| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-861 |#1|))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2275 (($ $) NIL (|has| |#2| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#2| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-861 |#1|) "failed") $) NIL)) (-3437 ((|#2| $) NIL) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-861 |#1|) $) NIL)) (-3378 (($ $ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-4248 (($ $ (-641 (-564))) NIL)) (-4316 (($ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#2| (-906)))) (-1587 (($ $ |#2| (-240 (-3435 |#1|) (-768)) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-4143 (($ (-1166 |#2|) (-861 |#1|)) NIL) (($ (-1166 $) (-861 |#1|)) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#2| (-240 (-3435 |#1|) (-768))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-861 |#1|)) NIL)) (-1696 (((-240 (-3435 |#1|) (-768)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-2766 (($ $ $) NIL (|has| |#2| (-847)))) (-1650 (($ $ $) NIL (|has| |#2| (-847)))) (-2286 (($ (-1 (-240 (-3435 |#1|) (-768)) (-240 (-3435 |#1|) (-768))) $) NIL)) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-4264 (((-3 (-861 |#1|) "failed") $) NIL)) (-4280 (($ $) NIL)) (-4292 ((|#2| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-2811 (((-1152) $) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-861 |#1|)) (|:| -2954 (-768))) "failed") $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 ((|#2| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#2| (-906)))) (-2628 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-556)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-861 |#1|) |#2|) NIL) (($ $ (-641 (-861 |#1|)) (-641 |#2|)) NIL) (($ $ (-861 |#1|) $) NIL) (($ $ (-641 (-861 |#1|)) (-641 $)) NIL)) (-3928 (($ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-1795 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-4341 (((-240 (-3435 |#1|) (-768)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-861 |#1|) (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-2211 ((|#2| $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-861 |#1|)) NIL) (($ (-407 (-564))) NIL (-2713 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#2| (-556)))) (-2415 (((-641 |#2|) $) NIL)) (-1346 ((|#2| $ (-240 (-3435 |#1|) (-768))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#2| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#2| (-556)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2920 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2983 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#2| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#2| (-38 (-407 (-564))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-247 |#1| |#2|) (-13 (-946 |#2| (-240 (-3435 |#1|) (-768)) (-861 |#1|)) (-10 -8 (-15 -4248 ($ $ (-641 (-564)))))) (-641 (-1170)) (-1046)) (T -247))
-((-4248 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-247 *3 *4)) (-14 *3 (-641 (-1170))) (-4 *4 (-1046)))))
-(-13 (-946 |#2| (-240 (-3435 |#1|) (-768)) (-861 |#1|)) (-10 -8 (-15 -4248 ($ $ (-641 (-564))))))
-((-1709 (((-112) $ $) NIL)) (-2504 (((-1264) $) 17)) (-1466 (((-183) $) 11)) (-4254 (($ (-183)) 12)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3878 (((-249) $) 7)) (-1721 (((-859) $) 9)) (-2853 (((-112) $ $) 15)))
-(((-248) (-13 (-1094) (-10 -8 (-15 -3878 ((-249) $)) (-15 -1466 ((-183) $)) (-15 -4254 ($ (-183))) (-15 -2504 ((-1264) $))))) (T -248))
-((-3878 (*1 *2 *1) (-12 (-5 *2 (-249)) (-5 *1 (-248)))) (-1466 (*1 *2 *1) (-12 (-5 *2 (-183)) (-5 *1 (-248)))) (-4254 (*1 *1 *2) (-12 (-5 *2 (-183)) (-5 *1 (-248)))) (-2504 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-248)))))
-(-13 (-1094) (-10 -8 (-15 -3878 ((-249) $)) (-15 -1466 ((-183) $)) (-15 -4254 ($ (-183))) (-15 -2504 ((-1264) $))))
-((-1709 (((-112) $ $) NIL)) (-1981 (((-641 (-862)) $) NIL)) (-2540 (((-506) $) NIL)) (-2811 (((-1152) $) NIL)) (-1664 (((-186) $) NIL)) (-4382 (((-1114) $) NIL)) (-1876 (((-641 (-112)) $) NIL)) (-1721 (((-859) $) NIL) (((-187) $) 6)) (-1627 (((-55) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-2598 (*1 *2 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-4202 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-4045 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-3779 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-3938 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-2460 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-4277 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-244 *2)) (-4 *2 (-1209)))) (-3828 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-244 *2)) (-4 *2 (-1209)))))
+(-13 (-1007 |t#1|) (-10 -8 (-15 -2598 (|t#1| $)) (-15 -4202 ($ $)) (-15 -4045 ($ $)) (-15 -3779 ($ $)) (-15 -3938 ($ $)) (IF (|has| $ (-6 -4407)) (PROGN (-15 -2460 ($ $ $)) (-15 -4277 ($ $ $)) (-15 -3828 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1522 ((|#1| $) NIL)) (-3149 ((|#1| $) NIL)) (-4045 (($ $) NIL)) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-3459 (($ $ (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) $) NIL (|has| |#1| (-847))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-2573 (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2861 (($ $) 10 (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-2373 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-3653 (($ $ $) NIL (|has| $ (-6 -4407)))) (-3881 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-2923 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4407))) (($ $ "rest" $) NIL (|has| $ (-6 -4407))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) NIL (|has| $ (-6 -4407)))) (-4145 (($ (-1 (-112) |#1|) $) NIL)) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-3137 ((|#1| $) NIL)) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3314 (($ $) NIL) (($ $ (-768)) NIL)) (-4341 (($ $) NIL (|has| |#1| (-1094)))) (-3337 (($ $) 7 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3644 (($ |#1| $) NIL (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) NIL)) (-2576 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2261 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) NIL)) (-1346 (((-112) $) NIL)) (-3360 (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094))) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) (-1 (-112) |#1|) $) NIL)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) NIL)) (-4376 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3654 (($ (-768) |#1|) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-2429 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3956 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3176 (($ |#1|) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-4119 (((-641 |#1|) $) NIL)) (-2033 (((-112) $) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2598 ((|#1| $) NIL) (($ $ (-768)) NIL)) (-2783 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3652 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3303 ((|#1| $) NIL) (($ $ (-768)) NIL)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) NIL (|has| $ (-6 -4407)))) (-4337 (((-112) $) NIL)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1226 (-564))) NIL) ((|#1| $ (-564)) NIL) ((|#1| $ (-564) |#1|) NIL) (($ $ "unique") 9) (($ $ "sort") 12) (((-768) $ "count") 16)) (-4190 (((-564) $ $) NIL)) (-2087 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-2126 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-4072 (($ (-641 |#1|)) 22)) (-1899 (((-112) $) NIL)) (-2034 (($ $) NIL)) (-3292 (($ $) NIL (|has| $ (-6 -4407)))) (-1724 (((-768) $) NIL)) (-3910 (($ $) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) NIL)) (-2460 (($ $ $) NIL) (($ $ |#1|) NIL)) (-3043 (($ $ $) NIL) (($ |#1| $) NIL) (($ (-641 $)) NIL) (($ $ |#1|) NIL)) (-1831 (($ (-641 |#1|)) 17) (((-641 |#1|) $) 18) (((-859) $) 21 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) NIL)) (-2054 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2828 (((-768) $) 14 (|has| $ (-6 -4406)))))
+(((-245 |#1|) (-13 (-662 |#1|) (-490 (-641 |#1|)) (-10 -8 (-15 -4072 ($ (-641 |#1|))) (-15 -1350 ($ $ "unique")) (-15 -1350 ($ $ "sort")) (-15 -1350 ((-768) $ "count")))) (-847)) (T -245))
+((-4072 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-245 *3)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-245 *3)) (-4 *3 (-847)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-245 *3)) (-4 *3 (-847)))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-768)) (-5 *1 (-245 *4)) (-4 *4 (-847)))))
+(-13 (-662 |#1|) (-490 (-641 |#1|)) (-10 -8 (-15 -4072 ($ (-641 |#1|))) (-15 -1350 ($ $ "unique")) (-15 -1350 ($ $ "sort")) (-15 -1350 ((-768) $ "count"))))
+((-4303 (((-3 (-768) "failed") |#1| |#1| (-768)) 42)))
+(((-246 |#1|) (-10 -7 (-15 -4303 ((-3 (-768) "failed") |#1| |#1| (-768)))) (-13 (-723) (-368) (-10 -7 (-15 ** (|#1| |#1| (-564)))))) (T -246))
+((-4303 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-768)) (-4 *3 (-13 (-723) (-368) (-10 -7 (-15 ** (*3 *3 (-564)))))) (-5 *1 (-246 *3)))))
+(-10 -7 (-15 -4303 ((-3 (-768) "failed") |#1| |#1| (-768))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-861 |#1|)) $) NIL)) (-3040 (((-1166 $) $ (-861 |#1|)) NIL) (((-1166 |#2|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#2| (-556)))) (-1537 (($ $) NIL (|has| |#2| (-556)))) (-1932 (((-112) $) NIL (|has| |#2| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-861 |#1|))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2427 (($ $) NIL (|has| |#2| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#2| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-861 |#1|) "failed") $) NIL)) (-2237 ((|#2| $) NIL) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-861 |#1|) $) NIL)) (-1357 (($ $ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-3240 (($ $ (-641 (-564))) NIL)) (-3396 (($ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#2| (-906)))) (-2055 (($ $ |#2| (-240 (-2828 |#1|) (-768)) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-3198 (($ (-1166 |#2|) (-861 |#1|)) NIL) (($ (-1166 $) (-861 |#1|)) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#2| (-240 (-2828 |#1|) (-768))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-861 |#1|)) NIL)) (-1826 (((-240 (-2828 |#1|) (-768)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-1925 (($ $ $) NIL (|has| |#2| (-847)))) (-3375 (($ $ $) NIL (|has| |#2| (-847)))) (-2546 (($ (-1 (-240 (-2828 |#1|) (-768)) (-240 (-2828 |#1|) (-768))) $) NIL)) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-2169 (((-3 (-861 |#1|) "failed") $) NIL)) (-3356 (($ $) NIL)) (-3370 ((|#2| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-2723 (((-1152) $) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-861 |#1|)) (|:| -1558 (-768))) "failed") $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 ((|#2| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#2| (-906)))) (-1403 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-556)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-861 |#1|) |#2|) NIL) (($ $ (-641 (-861 |#1|)) (-641 |#2|)) NIL) (($ $ (-861 |#1|) $) NIL) (($ $ (-641 (-861 |#1|)) (-641 $)) NIL)) (-3190 (($ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-3534 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1619 (((-240 (-2828 |#1|) (-768)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-861 |#1|) (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-3008 ((|#2| $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-861 |#1|)) NIL) (($ (-407 (-564))) NIL (-4078 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#2| (-556)))) (-3227 (((-641 |#2|) $) NIL)) (-2742 ((|#2| $ (-240 (-2828 |#1|) (-768))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#2| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#2| (-556)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1762 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1823 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#2| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#2| (-38 (-407 (-564))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-247 |#1| |#2|) (-13 (-946 |#2| (-240 (-2828 |#1|) (-768)) (-861 |#1|)) (-10 -8 (-15 -3240 ($ $ (-641 (-564)))))) (-641 (-1170)) (-1046)) (T -247))
+((-3240 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-247 *3 *4)) (-14 *3 (-641 (-1170))) (-4 *4 (-1046)))))
+(-13 (-946 |#2| (-240 (-2828 |#1|) (-768)) (-861 |#1|)) (-10 -8 (-15 -3240 ($ $ (-641 (-564))))))
+((-1817 (((-112) $ $) NIL)) (-2661 (((-1264) $) 17)) (-3324 (((-183) $) 11)) (-2075 (($ (-183)) 12)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-4015 (((-249) $) 7)) (-1831 (((-859) $) 9)) (-1702 (((-112) $ $) 15)))
+(((-248) (-13 (-1094) (-10 -8 (-15 -4015 ((-249) $)) (-15 -3324 ((-183) $)) (-15 -2075 ($ (-183))) (-15 -2661 ((-1264) $))))) (T -248))
+((-4015 (*1 *2 *1) (-12 (-5 *2 (-249)) (-5 *1 (-248)))) (-3324 (*1 *2 *1) (-12 (-5 *2 (-183)) (-5 *1 (-248)))) (-2075 (*1 *1 *2) (-12 (-5 *2 (-183)) (-5 *1 (-248)))) (-2661 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-248)))))
+(-13 (-1094) (-10 -8 (-15 -4015 ((-249) $)) (-15 -3324 ((-183) $)) (-15 -2075 ($ (-183))) (-15 -2661 ((-1264) $))))
+((-1817 (((-112) $ $) NIL)) (-3641 (((-641 (-862)) $) NIL)) (-1316 (((-506) $) NIL)) (-2723 (((-1152) $) NIL)) (-3568 (((-186) $) NIL)) (-2780 (((-1114) $) NIL)) (-2831 (((-641 (-112)) $) NIL)) (-1831 (((-859) $) NIL) (((-187) $) 6)) (-2450 (((-55) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-249) (-13 (-185) (-611 (-187)))) (T -249))
NIL
(-13 (-185) (-611 (-187)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1670 (($ (-918)) NIL (|has| |#4| (-1046)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-1578 (($ $ $) NIL (|has| |#4| (-790)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-1860 (((-768)) NIL (|has| |#4| (-368)))) (-1672 (((-564) $) NIL (|has| |#4| (-845)))) (-1869 ((|#4| $ (-564) |#4|) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1094))) (((-3 (-564) "failed") $) NIL (-12 (|has| |#4| (-1035 (-564))) (|has| |#4| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#4| (-1035 (-407 (-564)))) (|has| |#4| (-1094))))) (-3437 ((|#4| $) NIL (|has| |#4| (-1094))) (((-564) $) NIL (-12 (|has| |#4| (-1035 (-564))) (|has| |#4| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#4| (-1035 (-407 (-564)))) (|has| |#4| (-1094))))) (-3762 (((-2 (|:| -1315 (-685 |#4|)) (|:| |vec| (-1259 |#4|))) (-685 $) (-1259 $)) NIL (|has| |#4| (-1046))) (((-685 |#4|) (-685 $)) NIL (|has| |#4| (-1046))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))))) (-3233 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))))) (-3746 (($) NIL (|has| |#4| (-368)))) (-1452 ((|#4| $ (-564) |#4|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#4| $ (-564)) NIL)) (-2955 (((-112) $) NIL (|has| |#4| (-845)))) (-1597 (((-641 |#4|) $) NIL (|has| $ (-6 -4412)))) (-3282 (((-112) $) NIL (-2713 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))))) (-1515 (((-112) $) NIL (|has| |#4| (-845)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (-2713 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-4317 (((-641 |#4|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (-2713 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-1439 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) NIL)) (-2981 (((-918) $) NIL (|has| |#4| (-368)))) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-1359 (($ (-918)) NIL (|has| |#4| (-368)))) (-4382 (((-1114) $) NIL)) (-1897 ((|#4| $) NIL (|has| (-564) (-847)))) (-1759 (($ $ |#4|) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-3111 (((-641 |#4|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#4| $ (-564) |#4|) NIL) ((|#4| $ (-564)) 16)) (-2848 ((|#4| $ $) NIL (|has| |#4| (-1046)))) (-4061 (($ (-1259 |#4|)) NIL)) (-1358 (((-134)) NIL (|has| |#4| (-363)))) (-1795 (($ $ (-1 |#4| |#4|) (-768)) NIL (|has| |#4| (-1046))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1046)))) (($ $) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))))) (-1292 (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412))) (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-1259 |#4|) $) NIL) (((-859) $) NIL) (($ |#4|) NIL (|has| |#4| (-1094))) (($ (-564)) NIL (-2713 (-12 (|has| |#4| (-1035 (-564))) (|has| |#4| (-1094))) (|has| |#4| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#4| (-1035 (-407 (-564)))) (|has| |#4| (-1094))))) (-1303 (((-768)) NIL (|has| |#4| (-1046)) CONST)) (-2666 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-1699 (($ $) NIL (|has| |#4| (-845)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL (-2713 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) CONST)) (-3256 (($ $ (-1 |#4| |#4|) (-768)) NIL (|has| |#4| (-1046))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1046)))) (($ $) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))))) (-2920 (((-112) $ $) NIL (-2713 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-2893 (((-112) $ $) NIL (-2713 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (-2713 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-2880 (((-112) $ $) NIL (-2713 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-2983 (($ $ |#4|) NIL (|has| |#4| (-363)))) (-2970 (($ $ $) NIL) (($ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-768)) NIL (-2713 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046))))) (($ $ (-918)) NIL (-2713 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))))) (* (($ |#2| $) 18) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL) (($ |#3| $) 22) (($ $ |#4|) NIL (|has| |#4| (-723))) (($ |#4| $) NIL (|has| |#4| (-723))) (($ $ $) NIL (-2713 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1575 (($ (-918)) NIL (|has| |#4| (-1046)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-1986 (($ $ $) NIL (|has| |#4| (-790)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-3267 (((-768)) NIL (|has| |#4| (-368)))) (-1598 (((-564) $) NIL (|has| |#4| (-845)))) (-1970 ((|#4| $ (-564) |#4|) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1094))) (((-3 (-564) "failed") $) NIL (-12 (|has| |#4| (-1035 (-564))) (|has| |#4| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#4| (-1035 (-407 (-564)))) (|has| |#4| (-1094))))) (-2237 ((|#4| $) NIL (|has| |#4| (-1094))) (((-564) $) NIL (-12 (|has| |#4| (-1035 (-564))) (|has| |#4| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#4| (-1035 (-407 (-564)))) (|has| |#4| (-1094))))) (-4050 (((-2 (|:| -2394 (-685 |#4|)) (|:| |vec| (-1259 |#4|))) (-685 $) (-1259 $)) NIL (|has| |#4| (-1046))) (((-685 |#4|) (-685 $)) NIL (|has| |#4| (-1046))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))))) (-3733 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))))) (-2900 (($) NIL (|has| |#4| (-368)))) (-2261 ((|#4| $ (-564) |#4|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#4| $ (-564)) NIL)) (-1569 (((-112) $) NIL (|has| |#4| (-845)))) (-1433 (((-641 |#4|) $) NIL (|has| $ (-6 -4406)))) (-2949 (((-112) $) NIL (-4078 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))))) (-2607 (((-112) $) NIL (|has| |#4| (-845)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (-4078 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-2640 (((-641 |#4|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (-4078 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-2250 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) NIL)) (-1811 (((-918) $) NIL (|has| |#4| (-368)))) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-1468 (($ (-918)) NIL (|has| |#4| (-368)))) (-2780 (((-1114) $) NIL)) (-3303 ((|#4| $) NIL (|has| (-564) (-847)))) (-4253 (($ $ |#4|) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-1794 (((-641 |#4|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#4| $ (-564) |#4|) NIL) ((|#4| $ (-564)) 16)) (-3032 ((|#4| $ $) NIL (|has| |#4| (-1046)))) (-3112 (($ (-1259 |#4|)) NIL)) (-3548 (((-134)) NIL (|has| |#4| (-363)))) (-3534 (($ $ (-1 |#4| |#4|) (-768)) NIL (|has| |#4| (-1046))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1046)))) (($ $) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))))) (-2791 (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406))) (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-1259 |#4|) $) NIL) (((-859) $) NIL) (($ |#4|) NIL (|has| |#4| (-1094))) (($ (-564)) NIL (-4078 (-12 (|has| |#4| (-1035 (-564))) (|has| |#4| (-1094))) (|has| |#4| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#4| (-1035 (-407 (-564)))) (|has| |#4| (-1094))))) (-2219 (((-768)) NIL (|has| |#4| (-1046)) CONST)) (-1963 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1849 (($ $) NIL (|has| |#4| (-845)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL (-4078 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) CONST)) (-3435 (($ $ (-1 |#4| |#4|) (-768)) NIL (|has| |#4| (-1046))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1046)))) (($ $) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))))) (-1762 (((-112) $ $) NIL (-4078 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-1737 (((-112) $ $) NIL (-4078 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (-4078 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-1723 (((-112) $ $) NIL (-4078 (|has| |#4| (-790)) (|has| |#4| (-845))))) (-1823 (($ $ |#4|) NIL (|has| |#4| (-363)))) (-1808 (($ $ $) NIL) (($ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-768)) NIL (-4078 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046))))) (($ $ (-918)) NIL (-4078 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))))) (* (($ |#2| $) 18) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL) (($ |#3| $) 22) (($ $ |#4|) NIL (|has| |#4| (-723))) (($ |#4| $) NIL (|has| |#4| (-723))) (($ $ $) NIL (-4078 (-12 (|has| |#4| (-233)) (|has| |#4| (-1046))) (-12 (|has| |#4| (-637 (-564))) (|has| |#4| (-1046))) (|has| |#4| (-723)) (-12 (|has| |#4| (-897 (-1170))) (|has| |#4| (-1046)))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-250 |#1| |#2| |#3| |#4|) (-13 (-238 |#1| |#4|) (-644 |#2|) (-644 |#3|)) (-918) (-1046) (-1117 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-644 |#2|)) (T -250))
NIL
(-13 (-238 |#1| |#4|) (-644 |#2|) (-644 |#3|))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1670 (($ (-918)) NIL (|has| |#3| (-1046)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-1578 (($ $ $) NIL (|has| |#3| (-790)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-1860 (((-768)) NIL (|has| |#3| (-368)))) (-1672 (((-564) $) NIL (|has| |#3| (-845)))) (-1869 ((|#3| $ (-564) |#3|) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1094))) (((-3 (-564) "failed") $) NIL (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))) (-3437 ((|#3| $) NIL (|has| |#3| (-1094))) (((-564) $) NIL (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))) (-3762 (((-2 (|:| -1315 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 $) (-1259 $)) NIL (|has| |#3| (-1046))) (((-685 |#3|) (-685 $)) NIL (|has| |#3| (-1046))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))))) (-3233 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))))) (-3746 (($) NIL (|has| |#3| (-368)))) (-1452 ((|#3| $ (-564) |#3|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#3| $ (-564)) NIL)) (-2955 (((-112) $) NIL (|has| |#3| (-845)))) (-1597 (((-641 |#3|) $) NIL (|has| $ (-6 -4412)))) (-3282 (((-112) $) NIL (-2713 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))))) (-1515 (((-112) $) NIL (|has| |#3| (-845)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-4317 (((-641 |#3|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#3| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-1439 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#3| |#3|) $) NIL)) (-2981 (((-918) $) NIL (|has| |#3| (-368)))) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-1359 (($ (-918)) NIL (|has| |#3| (-368)))) (-4382 (((-1114) $) NIL)) (-1897 ((|#3| $) NIL (|has| (-564) (-847)))) (-1759 (($ $ |#3|) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#3|))) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-294 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-641 |#3|) (-641 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#3| (-1094))))) (-3111 (((-641 |#3|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#3| $ (-564) |#3|) NIL) ((|#3| $ (-564)) 15)) (-2848 ((|#3| $ $) NIL (|has| |#3| (-1046)))) (-4061 (($ (-1259 |#3|)) NIL)) (-1358 (((-134)) NIL (|has| |#3| (-363)))) (-1795 (($ $ (-1 |#3| |#3|) (-768)) NIL (|has| |#3| (-1046))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))))) (-1292 (((-768) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4412))) (((-768) |#3| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#3| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-1259 |#3|) $) NIL) (((-859) $) NIL) (($ |#3|) NIL (|has| |#3| (-1094))) (($ (-564)) NIL (-2713 (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094))) (|has| |#3| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))) (-1303 (((-768)) NIL (|has| |#3| (-1046)) CONST)) (-2666 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4412)))) (-1699 (($ $) NIL (|has| |#3| (-845)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL (-2713 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) CONST)) (-3256 (($ $ (-1 |#3| |#3|) (-768)) NIL (|has| |#3| (-1046))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))))) (-2920 (((-112) $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2893 (((-112) $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2880 (((-112) $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2983 (($ $ |#3|) NIL (|has| |#3| (-363)))) (-2970 (($ $ $) NIL) (($ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-768)) NIL (-2713 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046))))) (($ $ (-918)) NIL (-2713 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))))) (* (($ |#2| $) 17) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL) (($ $ |#3|) NIL (|has| |#3| (-723))) (($ |#3| $) NIL (|has| |#3| (-723))) (($ $ $) NIL (-2713 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1575 (($ (-918)) NIL (|has| |#3| (-1046)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-1986 (($ $ $) NIL (|has| |#3| (-790)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-3267 (((-768)) NIL (|has| |#3| (-368)))) (-1598 (((-564) $) NIL (|has| |#3| (-845)))) (-1970 ((|#3| $ (-564) |#3|) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1094))) (((-3 (-564) "failed") $) NIL (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))) (-2237 ((|#3| $) NIL (|has| |#3| (-1094))) (((-564) $) NIL (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))) (-4050 (((-2 (|:| -2394 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 $) (-1259 $)) NIL (|has| |#3| (-1046))) (((-685 |#3|) (-685 $)) NIL (|has| |#3| (-1046))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))))) (-3733 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))))) (-2900 (($) NIL (|has| |#3| (-368)))) (-2261 ((|#3| $ (-564) |#3|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#3| $ (-564)) NIL)) (-1569 (((-112) $) NIL (|has| |#3| (-845)))) (-1433 (((-641 |#3|) $) NIL (|has| $ (-6 -4406)))) (-2949 (((-112) $) NIL (-4078 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))))) (-2607 (((-112) $) NIL (|has| |#3| (-845)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2640 (((-641 |#3|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#3| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2250 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#3| |#3|) $) NIL)) (-1811 (((-918) $) NIL (|has| |#3| (-368)))) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-1468 (($ (-918)) NIL (|has| |#3| (-368)))) (-2780 (((-1114) $) NIL)) (-3303 ((|#3| $) NIL (|has| (-564) (-847)))) (-4253 (($ $ |#3|) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#3|))) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-294 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-641 |#3|) (-641 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#3| (-1094))))) (-1794 (((-641 |#3|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#3| $ (-564) |#3|) NIL) ((|#3| $ (-564)) 15)) (-3032 ((|#3| $ $) NIL (|has| |#3| (-1046)))) (-3112 (($ (-1259 |#3|)) NIL)) (-3548 (((-134)) NIL (|has| |#3| (-363)))) (-3534 (($ $ (-1 |#3| |#3|) (-768)) NIL (|has| |#3| (-1046))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))))) (-2791 (((-768) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4406))) (((-768) |#3| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#3| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-1259 |#3|) $) NIL) (((-859) $) NIL) (($ |#3|) NIL (|has| |#3| (-1094))) (($ (-564)) NIL (-4078 (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094))) (|has| |#3| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094))))) (-2219 (((-768)) NIL (|has| |#3| (-1046)) CONST)) (-1963 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4406)))) (-1849 (($ $) NIL (|has| |#3| (-845)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL (-4078 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) CONST)) (-3435 (($ $ (-1 |#3| |#3|) (-768)) NIL (|has| |#3| (-1046))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1046))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))))) (-1762 (((-112) $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-1737 (((-112) $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-1723 (((-112) $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-1823 (($ $ |#3|) NIL (|has| |#3| (-363)))) (-1808 (($ $ $) NIL) (($ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-768)) NIL (-4078 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046))))) (($ $ (-918)) NIL (-4078 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))))) (* (($ |#2| $) 17) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL) (($ $ |#3|) NIL (|has| |#3| (-723))) (($ |#3| $) NIL (|has| |#3| (-723))) (($ $ $) NIL (-4078 (-12 (|has| |#3| (-233)) (|has| |#3| (-1046))) (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046))) (|has| |#3| (-723)) (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-251 |#1| |#2| |#3|) (-13 (-238 |#1| |#3|) (-644 |#2|)) (-768) (-1046) (-644 |#2|)) (T -251))
NIL
(-13 (-238 |#1| |#3|) (-644 |#2|))
-((-1382 (((-641 (-768)) $) 56) (((-641 (-768)) $ |#3|) 59)) (-2076 (((-768) $) 58) (((-768) $ |#3|) 61)) (-3903 (($ $) 76)) (-2035 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 |#3| "failed") $) 83)) (-2887 (((-768) $ |#3|) 43) (((-768) $) 38)) (-3956 (((-1 $ (-768)) |#3|) 15) (((-1 $ (-768)) $) 88)) (-1864 ((|#4| $) 69)) (-2891 (((-112) $) 67)) (-3561 (($ $) 75)) (-3227 (($ $ (-641 (-294 $))) 114) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-641 |#4|) (-641 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-641 |#4|) (-641 $)) NIL) (($ $ |#3| $) NIL) (($ $ (-641 |#3|) (-641 $)) 106) (($ $ |#3| |#2|) NIL) (($ $ (-641 |#3|) (-641 |#2|)) 100)) (-1795 (($ $ |#4|) NIL) (($ $ (-641 |#4|)) NIL) (($ $ |#4| (-768)) NIL) (($ $ (-641 |#4|) (-641 (-768))) NIL) (($ $) NIL) (($ $ (-768)) NIL) (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 32)) (-3877 (((-641 |#3|) $) 86)) (-4341 ((|#5| $) NIL) (((-768) $ |#4|) NIL) (((-641 (-768)) $ (-641 |#4|)) NIL) (((-768) $ |#3|) 49)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (($ |#3|) 78) (($ (-407 (-564))) NIL) (($ $) NIL)))
-(((-252 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -1721 (|#1| |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -3227 (|#1| |#1| (-641 |#3|) (-641 |#2|))) (-15 -3227 (|#1| |#1| |#3| |#2|)) (-15 -3227 (|#1| |#1| (-641 |#3|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#3| |#1|)) (-15 -3956 ((-1 |#1| (-768)) |#1|)) (-15 -3903 (|#1| |#1|)) (-15 -3561 (|#1| |#1|)) (-15 -1864 (|#4| |#1|)) (-15 -2891 ((-112) |#1|)) (-15 -2076 ((-768) |#1| |#3|)) (-15 -1382 ((-641 (-768)) |#1| |#3|)) (-15 -2076 ((-768) |#1|)) (-15 -1382 ((-641 (-768)) |#1|)) (-15 -4341 ((-768) |#1| |#3|)) (-15 -2887 ((-768) |#1|)) (-15 -2887 ((-768) |#1| |#3|)) (-15 -3877 ((-641 |#3|) |#1|)) (-15 -3956 ((-1 |#1| (-768)) |#3|)) (-15 -1721 (|#1| |#3|)) (-15 -2035 ((-3 |#3| "failed") |#1|)) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1|)) (-15 -4341 ((-641 (-768)) |#1| (-641 |#4|))) (-15 -4341 ((-768) |#1| |#4|)) (-15 -1721 (|#1| |#4|)) (-15 -2035 ((-3 |#4| "failed") |#1|)) (-15 -3227 (|#1| |#1| (-641 |#4|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#4| |#1|)) (-15 -3227 (|#1| |#1| (-641 |#4|) (-641 |#2|))) (-15 -3227 (|#1| |#1| |#4| |#2|)) (-15 -3227 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#1| |#1|)) (-15 -3227 (|#1| |#1| (-294 |#1|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -4341 (|#5| |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -1795 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -1795 (|#1| |#1| |#4| (-768))) (-15 -1795 (|#1| |#1| (-641 |#4|))) (-15 -1795 (|#1| |#1| |#4|)) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|))) (-253 |#2| |#3| |#4| |#5|) (-1046) (-847) (-266 |#3|) (-790)) (T -252))
+((-2408 (((-641 (-768)) $) 56) (((-641 (-768)) $ |#3|) 59)) (-4129 (((-768) $) 58) (((-768) $ |#3|) 61)) (-2946 (($ $) 76)) (-2347 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 |#3| "failed") $) 83)) (-2155 (((-768) $ |#3|) 43) (((-768) $) 38)) (-2243 (((-1 $ (-768)) |#3|) 15) (((-1 $ (-768)) $) 88)) (-4103 ((|#4| $) 69)) (-2194 (((-112) $) 67)) (-1434 (($ $) 75)) (-2633 (($ $ (-641 (-294 $))) 114) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-641 |#4|) (-641 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-641 |#4|) (-641 $)) NIL) (($ $ |#3| $) NIL) (($ $ (-641 |#3|) (-641 $)) 106) (($ $ |#3| |#2|) NIL) (($ $ (-641 |#3|) (-641 |#2|)) 100)) (-3534 (($ $ |#4|) NIL) (($ $ (-641 |#4|)) NIL) (($ $ |#4| (-768)) NIL) (($ $ (-641 |#4|) (-641 (-768))) NIL) (($ $) NIL) (($ $ (-768)) NIL) (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 32)) (-2722 (((-641 |#3|) $) 86)) (-1619 ((|#5| $) NIL) (((-768) $ |#4|) NIL) (((-641 (-768)) $ (-641 |#4|)) NIL) (((-768) $ |#3|) 49)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (($ |#3|) 78) (($ (-407 (-564))) NIL) (($ $) NIL)))
+(((-252 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -1831 (|#1| |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2633 (|#1| |#1| (-641 |#3|) (-641 |#2|))) (-15 -2633 (|#1| |#1| |#3| |#2|)) (-15 -2633 (|#1| |#1| (-641 |#3|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#3| |#1|)) (-15 -2243 ((-1 |#1| (-768)) |#1|)) (-15 -2946 (|#1| |#1|)) (-15 -1434 (|#1| |#1|)) (-15 -4103 (|#4| |#1|)) (-15 -2194 ((-112) |#1|)) (-15 -4129 ((-768) |#1| |#3|)) (-15 -2408 ((-641 (-768)) |#1| |#3|)) (-15 -4129 ((-768) |#1|)) (-15 -2408 ((-641 (-768)) |#1|)) (-15 -1619 ((-768) |#1| |#3|)) (-15 -2155 ((-768) |#1|)) (-15 -2155 ((-768) |#1| |#3|)) (-15 -2722 ((-641 |#3|) |#1|)) (-15 -2243 ((-1 |#1| (-768)) |#3|)) (-15 -1831 (|#1| |#3|)) (-15 -2347 ((-3 |#3| "failed") |#1|)) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1|)) (-15 -1619 ((-641 (-768)) |#1| (-641 |#4|))) (-15 -1619 ((-768) |#1| |#4|)) (-15 -1831 (|#1| |#4|)) (-15 -2347 ((-3 |#4| "failed") |#1|)) (-15 -2633 (|#1| |#1| (-641 |#4|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#4| |#1|)) (-15 -2633 (|#1| |#1| (-641 |#4|) (-641 |#2|))) (-15 -2633 (|#1| |#1| |#4| |#2|)) (-15 -2633 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#1| |#1|)) (-15 -2633 (|#1| |#1| (-294 |#1|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -1619 (|#5| |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -3534 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -3534 (|#1| |#1| |#4| (-768))) (-15 -3534 (|#1| |#1| (-641 |#4|))) (-15 -3534 (|#1| |#1| |#4|)) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|))) (-253 |#2| |#3| |#4| |#5|) (-1046) (-847) (-266 |#3|) (-790)) (T -252))
NIL
-(-10 -8 (-15 -1721 (|#1| |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -3227 (|#1| |#1| (-641 |#3|) (-641 |#2|))) (-15 -3227 (|#1| |#1| |#3| |#2|)) (-15 -3227 (|#1| |#1| (-641 |#3|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#3| |#1|)) (-15 -3956 ((-1 |#1| (-768)) |#1|)) (-15 -3903 (|#1| |#1|)) (-15 -3561 (|#1| |#1|)) (-15 -1864 (|#4| |#1|)) (-15 -2891 ((-112) |#1|)) (-15 -2076 ((-768) |#1| |#3|)) (-15 -1382 ((-641 (-768)) |#1| |#3|)) (-15 -2076 ((-768) |#1|)) (-15 -1382 ((-641 (-768)) |#1|)) (-15 -4341 ((-768) |#1| |#3|)) (-15 -2887 ((-768) |#1|)) (-15 -2887 ((-768) |#1| |#3|)) (-15 -3877 ((-641 |#3|) |#1|)) (-15 -3956 ((-1 |#1| (-768)) |#3|)) (-15 -1721 (|#1| |#3|)) (-15 -2035 ((-3 |#3| "failed") |#1|)) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1|)) (-15 -4341 ((-641 (-768)) |#1| (-641 |#4|))) (-15 -4341 ((-768) |#1| |#4|)) (-15 -1721 (|#1| |#4|)) (-15 -2035 ((-3 |#4| "failed") |#1|)) (-15 -3227 (|#1| |#1| (-641 |#4|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#4| |#1|)) (-15 -3227 (|#1| |#1| (-641 |#4|) (-641 |#2|))) (-15 -3227 (|#1| |#1| |#4| |#2|)) (-15 -3227 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#1| |#1|)) (-15 -3227 (|#1| |#1| (-294 |#1|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -4341 (|#5| |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -1795 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -1795 (|#1| |#1| |#4| (-768))) (-15 -1795 (|#1| |#1| (-641 |#4|))) (-15 -1795 (|#1| |#1| |#4|)) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-1382 (((-641 (-768)) $) 214) (((-641 (-768)) $ |#2|) 212)) (-2076 (((-768) $) 213) (((-768) $ |#2|) 211)) (-4153 (((-641 |#3|) $) 110)) (-3992 (((-1166 $) $ |#3|) 125) (((-1166 |#1|) $) 124)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 87 (|has| |#1| (-556)))) (-4010 (($ $) 88 (|has| |#1| (-556)))) (-2662 (((-112) $) 90 (|has| |#1| (-556)))) (-4277 (((-768) $) 112) (((-768) $ (-641 |#3|)) 111)) (-2071 (((-3 $ "failed") $ $) 19)) (-4284 (((-418 (-1166 $)) (-1166 $)) 100 (|has| |#1| (-906)))) (-2275 (($ $) 98 (|has| |#1| (-452)))) (-1798 (((-418 $) $) 97 (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 103 (|has| |#1| (-906)))) (-3903 (($ $) 207)) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#1| "failed") $) 164) (((-3 (-407 (-564)) "failed") $) 161 (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) 159 (|has| |#1| (-1035 (-564)))) (((-3 |#3| "failed") $) 136) (((-3 |#2| "failed") $) 221)) (-3437 ((|#1| $) 163) (((-407 (-564)) $) 162 (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) 160 (|has| |#1| (-1035 (-564)))) ((|#3| $) 137) ((|#2| $) 222)) (-3378 (($ $ $ |#3|) 108 (|has| |#1| (-172)))) (-4316 (($ $) 154)) (-3762 (((-685 (-564)) (-685 $)) 134 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 133 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 132) (((-685 |#1|) (-685 $)) 131)) (-3233 (((-3 $ "failed") $) 33)) (-3912 (($ $) 176 (|has| |#1| (-452))) (($ $ |#3|) 105 (|has| |#1| (-452)))) (-4305 (((-641 $) $) 109)) (-2941 (((-112) $) 96 (|has| |#1| (-906)))) (-1587 (($ $ |#1| |#4| $) 172)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 84 (-12 (|has| |#3| (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 83 (-12 (|has| |#3| (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2887 (((-768) $ |#2|) 217) (((-768) $) 216)) (-3282 (((-112) $) 31)) (-4083 (((-768) $) 169)) (-4143 (($ (-1166 |#1|) |#3|) 117) (($ (-1166 $) |#3|) 116)) (-3863 (((-641 $) $) 126)) (-1924 (((-112) $) 152)) (-4132 (($ |#1| |#4|) 153) (($ $ |#3| (-768)) 119) (($ $ (-641 |#3|) (-641 (-768))) 118)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ |#3|) 120)) (-1696 ((|#4| $) 170) (((-768) $ |#3|) 122) (((-641 (-768)) $ (-641 |#3|)) 121)) (-2766 (($ $ $) 79 (|has| |#1| (-847)))) (-1650 (($ $ $) 78 (|has| |#1| (-847)))) (-2286 (($ (-1 |#4| |#4|) $) 171)) (-2110 (($ (-1 |#1| |#1|) $) 151)) (-3956 (((-1 $ (-768)) |#2|) 219) (((-1 $ (-768)) $) 206 (|has| |#1| (-233)))) (-4264 (((-3 |#3| "failed") $) 123)) (-4280 (($ $) 149)) (-4292 ((|#1| $) 148)) (-1864 ((|#3| $) 209)) (-3340 (($ (-641 $)) 94 (|has| |#1| (-452))) (($ $ $) 93 (|has| |#1| (-452)))) (-2811 (((-1152) $) 9)) (-2891 (((-112) $) 210)) (-4215 (((-3 (-641 $) "failed") $) 114)) (-3366 (((-3 (-641 $) "failed") $) 115)) (-3763 (((-3 (-2 (|:| |var| |#3|) (|:| -2954 (-768))) "failed") $) 113)) (-3561 (($ $) 208)) (-4382 (((-1114) $) 10)) (-4258 (((-112) $) 166)) (-4269 ((|#1| $) 167)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 95 (|has| |#1| (-452)))) (-3377 (($ (-641 $)) 92 (|has| |#1| (-452))) (($ $ $) 91 (|has| |#1| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) 102 (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) 101 (|has| |#1| (-906)))) (-4020 (((-418 $) $) 99 (|has| |#1| (-906)))) (-2628 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-556)))) (-3227 (($ $ (-641 (-294 $))) 145) (($ $ (-294 $)) 144) (($ $ $ $) 143) (($ $ (-641 $) (-641 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-641 |#3|) (-641 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-641 |#3|) (-641 $)) 138) (($ $ |#2| $) 205 (|has| |#1| (-233))) (($ $ (-641 |#2|) (-641 $)) 204 (|has| |#1| (-233))) (($ $ |#2| |#1|) 203 (|has| |#1| (-233))) (($ $ (-641 |#2|) (-641 |#1|)) 202 (|has| |#1| (-233)))) (-3928 (($ $ |#3|) 107 (|has| |#1| (-172)))) (-1795 (($ $ |#3|) 42) (($ $ (-641 |#3|)) 41) (($ $ |#3| (-768)) 40) (($ $ (-641 |#3|) (-641 (-768))) 39) (($ $) 238 (|has| |#1| (-233))) (($ $ (-768)) 236 (|has| |#1| (-233))) (($ $ (-1170)) 234 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 233 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 232 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 231 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 224) (($ $ (-1 |#1| |#1|)) 223)) (-3877 (((-641 |#2|) $) 218)) (-4341 ((|#4| $) 150) (((-768) $ |#3|) 130) (((-641 (-768)) $ (-641 |#3|)) 129) (((-768) $ |#2|) 215)) (-2153 (((-889 (-379)) $) 82 (-12 (|has| |#3| (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) 81 (-12 (|has| |#3| (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) 80 (-12 (|has| |#3| (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-2211 ((|#1| $) 175 (|has| |#1| (-452))) (($ $ |#3|) 106 (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 104 (-2832 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 165) (($ |#3|) 135) (($ |#2|) 220) (($ (-407 (-564))) 72 (-2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564)))))) (($ $) 85 (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) 168)) (-1346 ((|#1| $ |#4|) 155) (($ $ |#3| (-768)) 128) (($ $ (-641 |#3|) (-641 (-768))) 127)) (-2684 (((-3 $ "failed") $) 73 (-2713 (-2832 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) 28 T CONST)) (-3305 (($ $ $ (-768)) 173 (|has| |#1| (-172)))) (-1720 (((-112) $ $) 89 (|has| |#1| (-556)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ |#3|) 38) (($ $ (-641 |#3|)) 37) (($ $ |#3| (-768)) 36) (($ $ (-641 |#3|) (-641 (-768))) 35) (($ $) 237 (|has| |#1| (-233))) (($ $ (-768)) 235 (|has| |#1| (-233))) (($ $ (-1170)) 230 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 229 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 228 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 227 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 226) (($ $ (-1 |#1| |#1|)) 225)) (-2920 (((-112) $ $) 76 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 75 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 77 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 74 (|has| |#1| (-847)))) (-2983 (($ $ |#1|) 156 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 158 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 157 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
+(-10 -8 (-15 -1831 (|#1| |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2633 (|#1| |#1| (-641 |#3|) (-641 |#2|))) (-15 -2633 (|#1| |#1| |#3| |#2|)) (-15 -2633 (|#1| |#1| (-641 |#3|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#3| |#1|)) (-15 -2243 ((-1 |#1| (-768)) |#1|)) (-15 -2946 (|#1| |#1|)) (-15 -1434 (|#1| |#1|)) (-15 -4103 (|#4| |#1|)) (-15 -2194 ((-112) |#1|)) (-15 -4129 ((-768) |#1| |#3|)) (-15 -2408 ((-641 (-768)) |#1| |#3|)) (-15 -4129 ((-768) |#1|)) (-15 -2408 ((-641 (-768)) |#1|)) (-15 -1619 ((-768) |#1| |#3|)) (-15 -2155 ((-768) |#1|)) (-15 -2155 ((-768) |#1| |#3|)) (-15 -2722 ((-641 |#3|) |#1|)) (-15 -2243 ((-1 |#1| (-768)) |#3|)) (-15 -1831 (|#1| |#3|)) (-15 -2347 ((-3 |#3| "failed") |#1|)) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1|)) (-15 -1619 ((-641 (-768)) |#1| (-641 |#4|))) (-15 -1619 ((-768) |#1| |#4|)) (-15 -1831 (|#1| |#4|)) (-15 -2347 ((-3 |#4| "failed") |#1|)) (-15 -2633 (|#1| |#1| (-641 |#4|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#4| |#1|)) (-15 -2633 (|#1| |#1| (-641 |#4|) (-641 |#2|))) (-15 -2633 (|#1| |#1| |#4| |#2|)) (-15 -2633 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#1| |#1|)) (-15 -2633 (|#1| |#1| (-294 |#1|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -1619 (|#5| |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -3534 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -3534 (|#1| |#1| |#4| (-768))) (-15 -3534 (|#1| |#1| (-641 |#4|))) (-15 -3534 (|#1| |#1| |#4|)) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-2408 (((-641 (-768)) $) 214) (((-641 (-768)) $ |#2|) 212)) (-4129 (((-768) $) 213) (((-768) $ |#2|) 211)) (-3209 (((-641 |#3|) $) 110)) (-3040 (((-1166 $) $ |#3|) 125) (((-1166 |#1|) $) 124)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 87 (|has| |#1| (-556)))) (-1537 (($ $) 88 (|has| |#1| (-556)))) (-1932 (((-112) $) 90 (|has| |#1| (-556)))) (-2291 (((-768) $) 112) (((-768) $ (-641 |#3|)) 111)) (-4088 (((-3 $ "failed") $ $) 19)) (-2345 (((-418 (-1166 $)) (-1166 $)) 100 (|has| |#1| (-906)))) (-2427 (($ $) 98 (|has| |#1| (-452)))) (-3399 (((-418 $) $) 97 (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 103 (|has| |#1| (-906)))) (-2946 (($ $) 207)) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#1| "failed") $) 164) (((-3 (-407 (-564)) "failed") $) 161 (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) 159 (|has| |#1| (-1035 (-564)))) (((-3 |#3| "failed") $) 136) (((-3 |#2| "failed") $) 221)) (-2237 ((|#1| $) 163) (((-407 (-564)) $) 162 (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) 160 (|has| |#1| (-1035 (-564)))) ((|#3| $) 137) ((|#2| $) 222)) (-1357 (($ $ $ |#3|) 108 (|has| |#1| (-172)))) (-3396 (($ $) 154)) (-4050 (((-685 (-564)) (-685 $)) 134 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 133 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 132) (((-685 |#1|) (-685 $)) 131)) (-3733 (((-3 $ "failed") $) 33)) (-3031 (($ $) 176 (|has| |#1| (-452))) (($ $ |#3|) 105 (|has| |#1| (-452)))) (-3383 (((-641 $) $) 109)) (-1420 (((-112) $) 96 (|has| |#1| (-906)))) (-2055 (($ $ |#1| |#4| $) 172)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 84 (-12 (|has| |#3| (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 83 (-12 (|has| |#3| (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2155 (((-768) $ |#2|) 217) (((-768) $) 216)) (-2949 (((-112) $) 31)) (-4128 (((-768) $) 169)) (-3198 (($ (-1166 |#1|) |#3|) 117) (($ (-1166 $) |#3|) 116)) (-3802 (((-641 $) $) 126)) (-2003 (((-112) $) 152)) (-3186 (($ |#1| |#4|) 153) (($ $ |#3| (-768)) 119) (($ $ (-641 |#3|) (-641 (-768))) 118)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ |#3|) 120)) (-1826 ((|#4| $) 170) (((-768) $ |#3|) 122) (((-641 (-768)) $ (-641 |#3|)) 121)) (-1925 (($ $ $) 79 (|has| |#1| (-847)))) (-3375 (($ $ $) 78 (|has| |#1| (-847)))) (-2546 (($ (-1 |#4| |#4|) $) 171)) (-2449 (($ (-1 |#1| |#1|) $) 151)) (-2243 (((-1 $ (-768)) |#2|) 219) (((-1 $ (-768)) $) 206 (|has| |#1| (-233)))) (-2169 (((-3 |#3| "failed") $) 123)) (-3356 (($ $) 149)) (-3370 ((|#1| $) 148)) (-4103 ((|#3| $) 209)) (-2740 (($ (-641 $)) 94 (|has| |#1| (-452))) (($ $ $) 93 (|has| |#1| (-452)))) (-2723 (((-1152) $) 9)) (-2194 (((-112) $) 210)) (-2955 (((-3 (-641 $) "failed") $) 114)) (-2512 (((-3 (-641 $) "failed") $) 115)) (-4059 (((-3 (-2 (|:| |var| |#3|) (|:| -1558 (-768))) "failed") $) 113)) (-1434 (($ $) 208)) (-2780 (((-1114) $) 10)) (-3326 (((-112) $) 166)) (-3341 ((|#1| $) 167)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 95 (|has| |#1| (-452)))) (-2777 (($ (-641 $)) 92 (|has| |#1| (-452))) (($ $ $) 91 (|has| |#1| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) 102 (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) 101 (|has| |#1| (-906)))) (-3070 (((-418 $) $) 99 (|has| |#1| (-906)))) (-1403 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-556)))) (-2633 (($ $ (-641 (-294 $))) 145) (($ $ (-294 $)) 144) (($ $ $ $) 143) (($ $ (-641 $) (-641 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-641 |#3|) (-641 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-641 |#3|) (-641 $)) 138) (($ $ |#2| $) 205 (|has| |#1| (-233))) (($ $ (-641 |#2|) (-641 $)) 204 (|has| |#1| (-233))) (($ $ |#2| |#1|) 203 (|has| |#1| (-233))) (($ $ (-641 |#2|) (-641 |#1|)) 202 (|has| |#1| (-233)))) (-3190 (($ $ |#3|) 107 (|has| |#1| (-172)))) (-3534 (($ $ |#3|) 42) (($ $ (-641 |#3|)) 41) (($ $ |#3| (-768)) 40) (($ $ (-641 |#3|) (-641 (-768))) 39) (($ $) 238 (|has| |#1| (-233))) (($ $ (-768)) 236 (|has| |#1| (-233))) (($ $ (-1170)) 234 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 233 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 232 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 231 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 224) (($ $ (-1 |#1| |#1|)) 223)) (-2722 (((-641 |#2|) $) 218)) (-1619 ((|#4| $) 150) (((-768) $ |#3|) 130) (((-641 (-768)) $ (-641 |#3|)) 129) (((-768) $ |#2|) 215)) (-2511 (((-889 (-379)) $) 82 (-12 (|has| |#3| (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) 81 (-12 (|has| |#3| (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) 80 (-12 (|has| |#3| (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-3008 ((|#1| $) 175 (|has| |#1| (-452))) (($ $ |#3|) 106 (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 104 (-4348 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 165) (($ |#3|) 135) (($ |#2|) 220) (($ (-407 (-564))) 72 (-4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564)))))) (($ $) 85 (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) 168)) (-2742 ((|#1| $ |#4|) 155) (($ $ |#3| (-768)) 128) (($ $ (-641 |#3|) (-641 (-768))) 127)) (-4018 (((-3 $ "failed") $) 73 (-4078 (-4348 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) 28 T CONST)) (-3154 (($ $ $ (-768)) 173 (|has| |#1| (-172)))) (-3939 (((-112) $ $) 89 (|has| |#1| (-556)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ |#3|) 38) (($ $ (-641 |#3|)) 37) (($ $ |#3| (-768)) 36) (($ $ (-641 |#3|) (-641 (-768))) 35) (($ $) 237 (|has| |#1| (-233))) (($ $ (-768)) 235 (|has| |#1| (-233))) (($ $ (-1170)) 230 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 229 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 228 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 227 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 226) (($ $ (-1 |#1| |#1|)) 225)) (-1762 (((-112) $ $) 76 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 75 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 77 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 74 (|has| |#1| (-847)))) (-1823 (($ $ |#1|) 156 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 158 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 157 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
(((-253 |#1| |#2| |#3| |#4|) (-140) (-1046) (-847) (-266 |t#2|) (-790)) (T -253))
-((-3956 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-1 *1 (-768))) (-4 *1 (-253 *4 *3 *5 *6)))) (-3877 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-641 *4)))) (-2887 (*1 *2 *1 *3) (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768)))) (-2887 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-768)))) (-4341 (*1 *2 *1 *3) (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768)))) (-1382 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-641 (-768))))) (-2076 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-768)))) (-1382 (*1 *2 *1 *3) (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-641 (-768))))) (-2076 (*1 *2 *1 *3) (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768)))) (-2891 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-112)))) (-1864 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-790)) (-4 *2 (-266 *4)))) (-3561 (*1 *1 *1) (-12 (-4 *1 (-253 *2 *3 *4 *5)) (-4 *2 (-1046)) (-4 *3 (-847)) (-4 *4 (-266 *3)) (-4 *5 (-790)))) (-3903 (*1 *1 *1) (-12 (-4 *1 (-253 *2 *3 *4 *5)) (-4 *2 (-1046)) (-4 *3 (-847)) (-4 *4 (-266 *3)) (-4 *5 (-790)))) (-3956 (*1 *2 *1) (-12 (-4 *3 (-233)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-1 *1 (-768))) (-4 *1 (-253 *3 *4 *5 *6)))))
-(-13 (-946 |t#1| |t#4| |t#3|) (-231 |t#1|) (-1035 |t#2|) (-10 -8 (-15 -3956 ((-1 $ (-768)) |t#2|)) (-15 -3877 ((-641 |t#2|) $)) (-15 -2887 ((-768) $ |t#2|)) (-15 -2887 ((-768) $)) (-15 -4341 ((-768) $ |t#2|)) (-15 -1382 ((-641 (-768)) $)) (-15 -2076 ((-768) $)) (-15 -1382 ((-641 (-768)) $ |t#2|)) (-15 -2076 ((-768) $ |t#2|)) (-15 -2891 ((-112) $)) (-15 -1864 (|t#3| $)) (-15 -3561 ($ $)) (-15 -3903 ($ $)) (IF (|has| |t#1| (-233)) (PROGN (-6 (-514 |t#2| |t#1|)) (-6 (-514 |t#2| $)) (-6 (-309 $)) (-15 -3956 ((-1 $ (-768)) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 |#2|) . T) ((-614 |#3|) . T) ((-614 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-612 (-536)) -12 (|has| |#1| (-612 (-536))) (|has| |#3| (-612 (-536)))) ((-612 (-889 (-379))) -12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#3| (-612 (-889 (-379))))) ((-612 (-889 (-564))) -12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#3| (-612 (-889 (-564))))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-290) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-309 $) . T) ((-326 |#1| |#4|) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-452) -2713 (|has| |#1| (-906)) (|has| |#1| (-452))) ((-514 |#2| |#1|) |has| |#1| (-233)) ((-514 |#2| $) |has| |#1| (-233)) ((-514 |#3| |#1|) . T) ((-514 |#3| $) . T) ((-514 $ $) . T) ((-556) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-897 |#3|) . T) ((-883 (-379)) -12 (|has| |#1| (-883 (-379))) (|has| |#3| (-883 (-379)))) ((-883 (-564)) -12 (|has| |#1| (-883 (-564))) (|has| |#3| (-883 (-564)))) ((-946 |#1| |#4| |#3|) . T) ((-906) |has| |#1| (-906)) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1035 |#2|) . T) ((-1035 |#3|) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) |has| |#1| (-906)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-3134 ((|#1| $) 54)) (-3192 ((|#1| $) 44)) (-1729 (((-112) $ (-768)) 8)) (-1692 (($) 7 T CONST)) (-1993 (($ $) 60)) (-3796 (($ $) 48)) (-2075 ((|#1| |#1| $) 46)) (-1407 ((|#1| $) 45)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2088 (((-768) $) 61)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4290 ((|#1| $) 39)) (-3374 ((|#1| |#1| $) 52)) (-2082 ((|#1| |#1| $) 51)) (-3573 (($ |#1| $) 40)) (-1703 (((-768) $) 55)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4005 ((|#1| $) 62)) (-3683 ((|#1| $) 50)) (-1821 ((|#1| $) 49)) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-1308 ((|#1| |#1| $) 58)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2731 ((|#1| $) 59)) (-3369 (($) 57) (($ (-641 |#1|)) 56)) (-2105 (((-768) $) 43)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-3934 ((|#1| $) 53)) (-1959 (($ (-641 |#1|)) 42)) (-1634 ((|#1| $) 63)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-2243 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-1 *1 (-768))) (-4 *1 (-253 *4 *3 *5 *6)))) (-2722 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-641 *4)))) (-2155 (*1 *2 *1 *3) (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768)))) (-2155 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-768)))) (-1619 (*1 *2 *1 *3) (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768)))) (-2408 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-641 (-768))))) (-4129 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-768)))) (-2408 (*1 *2 *1 *3) (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-641 (-768))))) (-4129 (*1 *2 *1 *3) (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768)))) (-2194 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-112)))) (-4103 (*1 *2 *1) (-12 (-4 *1 (-253 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-790)) (-4 *2 (-266 *4)))) (-1434 (*1 *1 *1) (-12 (-4 *1 (-253 *2 *3 *4 *5)) (-4 *2 (-1046)) (-4 *3 (-847)) (-4 *4 (-266 *3)) (-4 *5 (-790)))) (-2946 (*1 *1 *1) (-12 (-4 *1 (-253 *2 *3 *4 *5)) (-4 *2 (-1046)) (-4 *3 (-847)) (-4 *4 (-266 *3)) (-4 *5 (-790)))) (-2243 (*1 *2 *1) (-12 (-4 *3 (-233)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-1 *1 (-768))) (-4 *1 (-253 *3 *4 *5 *6)))))
+(-13 (-946 |t#1| |t#4| |t#3|) (-231 |t#1|) (-1035 |t#2|) (-10 -8 (-15 -2243 ((-1 $ (-768)) |t#2|)) (-15 -2722 ((-641 |t#2|) $)) (-15 -2155 ((-768) $ |t#2|)) (-15 -2155 ((-768) $)) (-15 -1619 ((-768) $ |t#2|)) (-15 -2408 ((-641 (-768)) $)) (-15 -4129 ((-768) $)) (-15 -2408 ((-641 (-768)) $ |t#2|)) (-15 -4129 ((-768) $ |t#2|)) (-15 -2194 ((-112) $)) (-15 -4103 (|t#3| $)) (-15 -1434 ($ $)) (-15 -2946 ($ $)) (IF (|has| |t#1| (-233)) (PROGN (-6 (-514 |t#2| |t#1|)) (-6 (-514 |t#2| $)) (-6 (-309 $)) (-15 -2243 ((-1 $ (-768)) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 |#2|) . T) ((-614 |#3|) . T) ((-614 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-612 (-536)) -12 (|has| |#1| (-612 (-536))) (|has| |#3| (-612 (-536)))) ((-612 (-889 (-379))) -12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#3| (-612 (-889 (-379))))) ((-612 (-889 (-564))) -12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#3| (-612 (-889 (-564))))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-290) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-309 $) . T) ((-326 |#1| |#4|) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-452) -4078 (|has| |#1| (-906)) (|has| |#1| (-452))) ((-514 |#2| |#1|) |has| |#1| (-233)) ((-514 |#2| $) |has| |#1| (-233)) ((-514 |#3| |#1|) . T) ((-514 |#3| $) . T) ((-514 $ $) . T) ((-556) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-897 |#3|) . T) ((-883 (-379)) -12 (|has| |#1| (-883 (-379))) (|has| |#3| (-883 (-379)))) ((-883 (-564)) -12 (|has| |#1| (-883 (-564))) (|has| |#3| (-883 (-564)))) ((-946 |#1| |#4| |#3|) . T) ((-906) |has| |#1| (-906)) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1035 |#2|) . T) ((-1035 |#3|) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) |has| |#1| (-906)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-3954 ((|#1| $) 54)) (-3155 ((|#1| $) 44)) (-4010 (((-112) $ (-768)) 8)) (-1778 (($) 7 T CONST)) (-1411 (($ $) 60)) (-4325 (($ $) 48)) (-4120 ((|#1| |#1| $) 46)) (-3923 ((|#1| $) 45)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-1502 (((-768) $) 61)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2401 ((|#1| $) 39)) (-1332 ((|#1| |#1| $) 52)) (-4187 ((|#1| |#1| $) 51)) (-2783 (($ |#1| $) 40)) (-3926 (((-768) $) 55)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1480 ((|#1| $) 62)) (-1381 ((|#1| $) 50)) (-3587 ((|#1| $) 49)) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3477 ((|#1| |#1| $) 58)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-4371 ((|#1| $) 59)) (-2545 (($) 57) (($ (-641 |#1|)) 56)) (-2950 (((-768) $) 43)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2028 ((|#1| $) 53)) (-2321 (($ (-641 |#1|)) 42)) (-4361 ((|#1| $) 63)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-254 |#1|) (-140) (-1209)) (T -254))
-((-3369 (*1 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-3369 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-254 *3)))) (-1703 (*1 *2 *1) (-12 (-4 *1 (-254 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))) (-3134 (*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-3934 (*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-3374 (*1 *2 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-2082 (*1 *2 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-3683 (*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-1821 (*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-3796 (*1 *1 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
-(-13 (-1115 |t#1|) (-992 |t#1|) (-10 -8 (-15 -3369 ($)) (-15 -3369 ($ (-641 |t#1|))) (-15 -1703 ((-768) $)) (-15 -3134 (|t#1| $)) (-15 -3934 (|t#1| $)) (-15 -3374 (|t#1| |t#1| $)) (-15 -2082 (|t#1| |t#1| $)) (-15 -3683 (|t#1| $)) (-15 -1821 (|t#1| $)) (-15 -3796 ($ $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-992 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1115 |#1|) . T) ((-1209) . T))
-((-1313 (((-1 (-940 (-225)) (-225) (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225))) 152)) (-2764 (((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379))) 172) (((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 170) (((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379))) 175) (((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 171) (((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379))) 163) (((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 162) (((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379))) 144) (((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263))) 142) (((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379))) 143) (((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263))) 140)) (-2727 (((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379))) 174) (((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 173) (((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379))) 177) (((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 176) (((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379))) 165) (((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 164) (((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379))) 150) (((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263))) 149) (((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379))) 148) (((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263))) 147) (((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379))) 112) (((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263))) 111) (((-1260) (-1 (-225) (-225)) (-1088 (-379))) 106) (((-1260) (-1 (-225) (-225)) (-1088 (-379)) (-641 (-263))) 104)))
-(((-255) (-10 -7 (-15 -2727 ((-1260) (-1 (-225) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1260) (-1 (-225) (-225)) (-1088 (-379)))) (-15 -2727 ((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -2727 ((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -2727 ((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379)))) (-15 -2764 ((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -2764 ((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379)))) (-15 -2727 ((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2764 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2727 ((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2764 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2727 ((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)))) (-15 -2764 ((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)))) (-15 -1313 ((-1 (-940 (-225)) (-225) (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))) (T -255))
-((-1313 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-940 (-225)) (-225) (-225))) (-5 *3 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-255)))) (-2764 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2764 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2764 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2764 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2764 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2764 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2764 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2764 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2764 (*1 *2 *3 *4) (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2764 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4) (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4) (-12 (-5 *3 (-874 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *2 (-1260)) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-874 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1260)) (-5 *1 (-255)))) (-2727 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-255)))))
-(-10 -7 (-15 -2727 ((-1260) (-1 (-225) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1260) (-1 (-225) (-225)) (-1088 (-379)))) (-15 -2727 ((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -2727 ((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -2727 ((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379)))) (-15 -2764 ((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -2764 ((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379)))) (-15 -2727 ((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2764 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2727 ((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2764 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2727 ((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)))) (-15 -2764 ((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)))) (-15 -1313 ((-1 (-940 (-225)) (-225) (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))
-((-2727 (((-1260) (-294 |#2|) (-1170) (-1170) (-641 (-263))) 101)))
-(((-256 |#1| |#2|) (-10 -7 (-15 -2727 ((-1260) (-294 |#2|) (-1170) (-1170) (-641 (-263))))) (-13 (-556) (-847) (-1035 (-564))) (-430 |#1|)) (T -256))
-((-2727 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-294 *7)) (-5 *4 (-1170)) (-5 *5 (-641 (-263))) (-4 *7 (-430 *6)) (-4 *6 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-1260)) (-5 *1 (-256 *6 *7)))))
-(-10 -7 (-15 -2727 ((-1260) (-294 |#2|) (-1170) (-1170) (-641 (-263)))))
-((-2419 (((-564) (-564)) 73)) (-2967 (((-564) (-564)) 74)) (-1806 (((-225) (-225)) 75)) (-2868 (((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225))) 72)) (-1851 (((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225)) (-112)) 70)))
-(((-257) (-10 -7 (-15 -1851 ((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225)) (-112))) (-15 -2868 ((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225)))) (-15 -2419 ((-564) (-564))) (-15 -2967 ((-564) (-564))) (-15 -1806 ((-225) (-225))))) (T -257))
-((-1806 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-257)))) (-2967 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-257)))) (-2419 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-257)))) (-2868 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1088 (-225))) (-5 *2 (-1261)) (-5 *1 (-257)))) (-1851 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1088 (-225))) (-5 *5 (-112)) (-5 *2 (-1261)) (-5 *1 (-257)))))
-(-10 -7 (-15 -1851 ((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225)) (-112))) (-15 -2868 ((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225)))) (-15 -2419 ((-564) (-564))) (-15 -2967 ((-564) (-564))) (-15 -1806 ((-225) (-225))))
-((-1721 (((-1086 (-379)) (-1086 (-316 |#1|))) 16)))
-(((-258 |#1|) (-10 -7 (-15 -1721 ((-1086 (-379)) (-1086 (-316 |#1|))))) (-13 (-847) (-556) (-612 (-379)))) (T -258))
-((-1721 (*1 *2 *3) (-12 (-5 *3 (-1086 (-316 *4))) (-4 *4 (-13 (-847) (-556) (-612 (-379)))) (-5 *2 (-1086 (-379))) (-5 *1 (-258 *4)))))
-(-10 -7 (-15 -1721 ((-1086 (-379)) (-1086 (-316 |#1|)))))
-((-2764 (((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379))) 75) (((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263))) 74) (((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379))) 65) (((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263))) 64) (((-1127 (-225)) (-876 |#1|) (-1086 (-379))) 56) (((-1127 (-225)) (-876 |#1|) (-1086 (-379)) (-641 (-263))) 55)) (-2727 (((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379))) 78) (((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263))) 77) (((-1261) |#1| (-1086 (-379)) (-1086 (-379))) 68) (((-1261) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263))) 67) (((-1261) (-876 |#1|) (-1086 (-379))) 60) (((-1261) (-876 |#1|) (-1086 (-379)) (-641 (-263))) 59) (((-1260) (-874 |#1|) (-1086 (-379))) 47) (((-1260) (-874 |#1|) (-1086 (-379)) (-641 (-263))) 46) (((-1260) |#1| (-1086 (-379))) 38) (((-1260) |#1| (-1086 (-379)) (-641 (-263))) 36)))
-(((-259 |#1|) (-10 -7 (-15 -2727 ((-1260) |#1| (-1086 (-379)) (-641 (-263)))) (-15 -2727 ((-1260) |#1| (-1086 (-379)))) (-15 -2727 ((-1260) (-874 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -2727 ((-1260) (-874 |#1|) (-1086 (-379)))) (-15 -2727 ((-1261) (-876 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-876 |#1|) (-1086 (-379)))) (-15 -2764 ((-1127 (-225)) (-876 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-876 |#1|) (-1086 (-379)))) (-15 -2727 ((-1261) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) |#1| (-1086 (-379)) (-1086 (-379)))) (-15 -2764 ((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379)))) (-15 -2727 ((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379)))) (-15 -2764 ((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379))))) (-13 (-612 (-536)) (-1094))) (T -259))
-((-2764 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-879 *5)) (-5 *4 (-1086 (-379))) (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *5)))) (-2764 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-879 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *6)))) (-2727 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-879 *5)) (-5 *4 (-1086 (-379))) (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261)) (-5 *1 (-259 *5)))) (-2727 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-879 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261)) (-5 *1 (-259 *6)))) (-2764 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))) (-2764 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))) (-2727 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1261)) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))) (-2727 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))) (-2764 (*1 *2 *3 *4) (-12 (-5 *3 (-876 *5)) (-5 *4 (-1086 (-379))) (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *5)))) (-2764 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-876 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *6)))) (-2727 (*1 *2 *3 *4) (-12 (-5 *3 (-876 *5)) (-5 *4 (-1086 (-379))) (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261)) (-5 *1 (-259 *5)))) (-2727 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-876 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261)) (-5 *1 (-259 *6)))) (-2727 (*1 *2 *3 *4) (-12 (-5 *3 (-874 *5)) (-5 *4 (-1086 (-379))) (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1260)) (-5 *1 (-259 *5)))) (-2727 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-874 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1260)) (-5 *1 (-259 *6)))) (-2727 (*1 *2 *3 *4) (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1260)) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))) (-2727 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))))
-(-10 -7 (-15 -2727 ((-1260) |#1| (-1086 (-379)) (-641 (-263)))) (-15 -2727 ((-1260) |#1| (-1086 (-379)))) (-15 -2727 ((-1260) (-874 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -2727 ((-1260) (-874 |#1|) (-1086 (-379)))) (-15 -2727 ((-1261) (-876 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-876 |#1|) (-1086 (-379)))) (-15 -2764 ((-1127 (-225)) (-876 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-876 |#1|) (-1086 (-379)))) (-15 -2727 ((-1261) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) |#1| (-1086 (-379)) (-1086 (-379)))) (-15 -2764 ((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379)))) (-15 -2727 ((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2727 ((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379)))) (-15 -2764 ((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2764 ((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379)))))
-((-2727 (((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225)) (-641 (-263))) 23) (((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225))) 24) (((-1260) (-641 (-940 (-225))) (-641 (-263))) 16) (((-1260) (-641 (-940 (-225)))) 17) (((-1260) (-641 (-225)) (-641 (-225)) (-641 (-263))) 20) (((-1260) (-641 (-225)) (-641 (-225))) 21)))
-(((-260) (-10 -7 (-15 -2727 ((-1260) (-641 (-225)) (-641 (-225)))) (-15 -2727 ((-1260) (-641 (-225)) (-641 (-225)) (-641 (-263)))) (-15 -2727 ((-1260) (-641 (-940 (-225))))) (-15 -2727 ((-1260) (-641 (-940 (-225))) (-641 (-263)))) (-15 -2727 ((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225)))) (-15 -2727 ((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225)) (-641 (-263)))))) (T -260))
-((-2727 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-641 (-225))) (-5 *4 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-260)))) (-2727 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1261)) (-5 *1 (-260)))) (-2727 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *4 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-260)))) (-2727 (*1 *2 *3) (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *2 (-1260)) (-5 *1 (-260)))) (-2727 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-641 (-225))) (-5 *4 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-260)))) (-2727 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1260)) (-5 *1 (-260)))))
-(-10 -7 (-15 -2727 ((-1260) (-641 (-225)) (-641 (-225)))) (-15 -2727 ((-1260) (-641 (-225)) (-641 (-225)) (-641 (-263)))) (-15 -2727 ((-1260) (-641 (-940 (-225))))) (-15 -2727 ((-1260) (-641 (-940 (-225))) (-641 (-263)))) (-15 -2727 ((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225)))) (-15 -2727 ((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225)) (-641 (-263)))))
-((-4033 (((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-641 (-263)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 25)) (-4171 (((-918) (-641 (-263)) (-918)) 52)) (-1764 (((-918) (-641 (-263)) (-918)) 51)) (-2337 (((-641 (-379)) (-641 (-263)) (-641 (-379))) 68)) (-1726 (((-379) (-641 (-263)) (-379)) 57)) (-3022 (((-918) (-641 (-263)) (-918)) 53)) (-4263 (((-112) (-641 (-263)) (-112)) 27)) (-3765 (((-1152) (-641 (-263)) (-1152)) 19)) (-1458 (((-1152) (-641 (-263)) (-1152)) 26)) (-1337 (((-1127 (-225)) (-641 (-263))) 46)) (-2803 (((-641 (-1088 (-379))) (-641 (-263)) (-641 (-1088 (-379)))) 40)) (-2116 (((-871) (-641 (-263)) (-871)) 32)) (-3232 (((-871) (-641 (-263)) (-871)) 33)) (-4208 (((-1 (-940 (-225)) (-940 (-225))) (-641 (-263)) (-1 (-940 (-225)) (-940 (-225)))) 63)) (-1507 (((-112) (-641 (-263)) (-112)) 14)) (-2770 (((-112) (-641 (-263)) (-112)) 13)))
-(((-261) (-10 -7 (-15 -2770 ((-112) (-641 (-263)) (-112))) (-15 -1507 ((-112) (-641 (-263)) (-112))) (-15 -4033 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-641 (-263)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -3765 ((-1152) (-641 (-263)) (-1152))) (-15 -1458 ((-1152) (-641 (-263)) (-1152))) (-15 -4263 ((-112) (-641 (-263)) (-112))) (-15 -2116 ((-871) (-641 (-263)) (-871))) (-15 -3232 ((-871) (-641 (-263)) (-871))) (-15 -2803 ((-641 (-1088 (-379))) (-641 (-263)) (-641 (-1088 (-379))))) (-15 -1764 ((-918) (-641 (-263)) (-918))) (-15 -4171 ((-918) (-641 (-263)) (-918))) (-15 -1337 ((-1127 (-225)) (-641 (-263)))) (-15 -3022 ((-918) (-641 (-263)) (-918))) (-15 -1726 ((-379) (-641 (-263)) (-379))) (-15 -4208 ((-1 (-940 (-225)) (-940 (-225))) (-641 (-263)) (-1 (-940 (-225)) (-940 (-225))))) (-15 -2337 ((-641 (-379)) (-641 (-263)) (-641 (-379)))))) (T -261))
-((-2337 (*1 *2 *3 *2) (-12 (-5 *2 (-641 (-379))) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-4208 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-1726 (*1 *2 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-3022 (*1 *2 *3 *2) (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-1337 (*1 *2 *3) (-12 (-5 *3 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-261)))) (-4171 (*1 *2 *3 *2) (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-1764 (*1 *2 *3 *2) (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-2803 (*1 *2 *3 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-3232 (*1 *2 *3 *2) (-12 (-5 *2 (-871)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-2116 (*1 *2 *3 *2) (-12 (-5 *2 (-871)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-4263 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-1458 (*1 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-3765 (*1 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-4033 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-1507 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-2770 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))))
-(-10 -7 (-15 -2770 ((-112) (-641 (-263)) (-112))) (-15 -1507 ((-112) (-641 (-263)) (-112))) (-15 -4033 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-641 (-263)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -3765 ((-1152) (-641 (-263)) (-1152))) (-15 -1458 ((-1152) (-641 (-263)) (-1152))) (-15 -4263 ((-112) (-641 (-263)) (-112))) (-15 -2116 ((-871) (-641 (-263)) (-871))) (-15 -3232 ((-871) (-641 (-263)) (-871))) (-15 -2803 ((-641 (-1088 (-379))) (-641 (-263)) (-641 (-1088 (-379))))) (-15 -1764 ((-918) (-641 (-263)) (-918))) (-15 -4171 ((-918) (-641 (-263)) (-918))) (-15 -1337 ((-1127 (-225)) (-641 (-263)))) (-15 -3022 ((-918) (-641 (-263)) (-918))) (-15 -1726 ((-379) (-641 (-263)) (-379))) (-15 -4208 ((-1 (-940 (-225)) (-940 (-225))) (-641 (-263)) (-1 (-940 (-225)) (-940 (-225))))) (-15 -2337 ((-641 (-379)) (-641 (-263)) (-641 (-379)))))
-((-3897 (((-3 |#1| "failed") (-641 (-263)) (-1170)) 17)))
-(((-262 |#1|) (-10 -7 (-15 -3897 ((-3 |#1| "failed") (-641 (-263)) (-1170)))) (-1209)) (T -262))
-((-3897 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-641 (-263))) (-5 *4 (-1170)) (-5 *1 (-262 *2)) (-4 *2 (-1209)))))
-(-10 -7 (-15 -3897 ((-3 |#1| "failed") (-641 (-263)) (-1170))))
-((-1709 (((-112) $ $) NIL)) (-4033 (($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 24)) (-4171 (($ (-918)) 80)) (-1764 (($ (-918)) 79)) (-4023 (($ (-641 (-379))) 86)) (-1726 (($ (-379)) 66)) (-3022 (($ (-918)) 81)) (-4263 (($ (-112)) 33)) (-3765 (($ (-1152)) 28)) (-1458 (($ (-1152)) 29)) (-1337 (($ (-1127 (-225))) 75)) (-2803 (($ (-641 (-1088 (-379)))) 71)) (-1743 (($ (-641 (-1088 (-379)))) 67) (($ (-641 (-1088 (-407 (-564))))) 70)) (-1594 (($ (-379)) 38) (($ (-871)) 42)) (-3480 (((-112) (-641 $) (-1170)) 99)) (-3897 (((-3 (-52) "failed") (-641 $) (-1170)) 101)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2274 (($ (-379)) 43) (($ (-871)) 44)) (-3057 (($ (-1 (-940 (-225)) (-940 (-225)))) 65)) (-4208 (($ (-1 (-940 (-225)) (-940 (-225)))) 82)) (-2964 (($ (-1 (-225) (-225))) 48) (($ (-1 (-225) (-225) (-225))) 52) (($ (-1 (-225) (-225) (-225) (-225))) 56)) (-1721 (((-859) $) 92)) (-2630 (($ (-112)) 34) (($ (-641 (-1088 (-379)))) 60)) (-2770 (($ (-112)) 35)) (-2853 (((-112) $ $) 96)))
-(((-263) (-13 (-1094) (-10 -8 (-15 -2770 ($ (-112))) (-15 -2630 ($ (-112))) (-15 -4033 ($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -3765 ($ (-1152))) (-15 -1458 ($ (-1152))) (-15 -4263 ($ (-112))) (-15 -2630 ($ (-641 (-1088 (-379))))) (-15 -3057 ($ (-1 (-940 (-225)) (-940 (-225))))) (-15 -1594 ($ (-379))) (-15 -1594 ($ (-871))) (-15 -2274 ($ (-379))) (-15 -2274 ($ (-871))) (-15 -2964 ($ (-1 (-225) (-225)))) (-15 -2964 ($ (-1 (-225) (-225) (-225)))) (-15 -2964 ($ (-1 (-225) (-225) (-225) (-225)))) (-15 -1726 ($ (-379))) (-15 -1743 ($ (-641 (-1088 (-379))))) (-15 -1743 ($ (-641 (-1088 (-407 (-564)))))) (-15 -2803 ($ (-641 (-1088 (-379))))) (-15 -1337 ($ (-1127 (-225)))) (-15 -1764 ($ (-918))) (-15 -4171 ($ (-918))) (-15 -3022 ($ (-918))) (-15 -4208 ($ (-1 (-940 (-225)) (-940 (-225))))) (-15 -4023 ($ (-641 (-379)))) (-15 -3897 ((-3 (-52) "failed") (-641 $) (-1170))) (-15 -3480 ((-112) (-641 $) (-1170)))))) (T -263))
-((-2770 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263)))) (-2630 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263)))) (-4033 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *1 (-263)))) (-3765 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-263)))) (-1458 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-263)))) (-4263 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263)))) (-2630 (*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263)))) (-3057 (*1 *1 *2) (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *1 (-263)))) (-1594 (*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))) (-1594 (*1 *1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-263)))) (-2274 (*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))) (-2274 (*1 *1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-263)))) (-2964 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-263)))) (-2964 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-263)))) (-2964 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-263)))) (-1726 (*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))) (-1743 (*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263)))) (-1743 (*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-407 (-564))))) (-5 *1 (-263)))) (-2803 (*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263)))) (-1337 (*1 *1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-263)))) (-1764 (*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))) (-4171 (*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))) (-3022 (*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))) (-4208 (*1 *1 *2) (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *1 (-263)))) (-4023 (*1 *1 *2) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-263)))) (-3897 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-641 (-263))) (-5 *4 (-1170)) (-5 *2 (-52)) (-5 *1 (-263)))) (-3480 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-263))) (-5 *4 (-1170)) (-5 *2 (-112)) (-5 *1 (-263)))))
-(-13 (-1094) (-10 -8 (-15 -2770 ($ (-112))) (-15 -2630 ($ (-112))) (-15 -4033 ($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -3765 ($ (-1152))) (-15 -1458 ($ (-1152))) (-15 -4263 ($ (-112))) (-15 -2630 ($ (-641 (-1088 (-379))))) (-15 -3057 ($ (-1 (-940 (-225)) (-940 (-225))))) (-15 -1594 ($ (-379))) (-15 -1594 ($ (-871))) (-15 -2274 ($ (-379))) (-15 -2274 ($ (-871))) (-15 -2964 ($ (-1 (-225) (-225)))) (-15 -2964 ($ (-1 (-225) (-225) (-225)))) (-15 -2964 ($ (-1 (-225) (-225) (-225) (-225)))) (-15 -1726 ($ (-379))) (-15 -1743 ($ (-641 (-1088 (-379))))) (-15 -1743 ($ (-641 (-1088 (-407 (-564)))))) (-15 -2803 ($ (-641 (-1088 (-379))))) (-15 -1337 ($ (-1127 (-225)))) (-15 -1764 ($ (-918))) (-15 -4171 ($ (-918))) (-15 -3022 ($ (-918))) (-15 -4208 ($ (-1 (-940 (-225)) (-940 (-225))))) (-15 -4023 ($ (-641 (-379)))) (-15 -3897 ((-3 (-52) "failed") (-641 $) (-1170))) (-15 -3480 ((-112) (-641 $) (-1170)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1382 (((-641 (-768)) $) NIL) (((-641 (-768)) $ |#2|) NIL)) (-2076 (((-768) $) NIL) (((-768) $ |#2|) NIL)) (-4153 (((-641 |#3|) $) NIL)) (-3992 (((-1166 $) $ |#3|) NIL) (((-1166 |#1|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 |#3|)) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2275 (($ $) NIL (|has| |#1| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3903 (($ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 |#3| "failed") $) NIL) (((-3 |#2| "failed") $) NIL) (((-3 (-1119 |#1| |#2|) "failed") $) 23)) (-3437 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) ((|#3| $) NIL) ((|#2| $) NIL) (((-1119 |#1| |#2|) $) NIL)) (-3378 (($ $ $ |#3|) NIL (|has| |#1| (-172)))) (-4316 (($ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#1| (-452))) (($ $ |#3|) NIL (|has| |#1| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#1| (-906)))) (-1587 (($ $ |#1| (-531 |#3|) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| |#1| (-883 (-379))) (|has| |#3| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| |#1| (-883 (-564))) (|has| |#3| (-883 (-564)))))) (-2887 (((-768) $ |#2|) NIL) (((-768) $) 10)) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-4143 (($ (-1166 |#1|) |#3|) NIL) (($ (-1166 $) |#3|) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-531 |#3|)) NIL) (($ $ |#3| (-768)) NIL) (($ $ (-641 |#3|) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ |#3|) NIL)) (-1696 (((-531 |#3|) $) NIL) (((-768) $ |#3|) NIL) (((-641 (-768)) $ (-641 |#3|)) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2286 (($ (-1 (-531 |#3|) (-531 |#3|)) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3956 (((-1 $ (-768)) |#2|) NIL) (((-1 $ (-768)) $) NIL (|has| |#1| (-233)))) (-4264 (((-3 |#3| "failed") $) NIL)) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-1864 ((|#3| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2811 (((-1152) $) NIL)) (-2891 (((-112) $) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| |#3|) (|:| -2954 (-768))) "failed") $) NIL)) (-3561 (($ $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 ((|#1| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-906)))) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ |#3| |#1|) NIL) (($ $ (-641 |#3|) (-641 |#1|)) NIL) (($ $ |#3| $) NIL) (($ $ (-641 |#3|) (-641 $)) NIL) (($ $ |#2| $) NIL (|has| |#1| (-233))) (($ $ (-641 |#2|) (-641 $)) NIL (|has| |#1| (-233))) (($ $ |#2| |#1|) NIL (|has| |#1| (-233))) (($ $ (-641 |#2|) (-641 |#1|)) NIL (|has| |#1| (-233)))) (-3928 (($ $ |#3|) NIL (|has| |#1| (-172)))) (-1795 (($ $ |#3|) NIL) (($ $ (-641 |#3|)) NIL) (($ $ |#3| (-768)) NIL) (($ $ (-641 |#3|) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-3877 (((-641 |#2|) $) NIL)) (-4341 (((-531 |#3|) $) NIL) (((-768) $ |#3|) NIL) (((-641 (-768)) $ (-641 |#3|)) NIL) (((-768) $ |#2|) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#3| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#3| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| |#1| (-612 (-536))) (|has| |#3| (-612 (-536)))))) (-2211 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ |#3|) NIL (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) 26) (($ |#3|) 25) (($ |#2|) NIL) (($ (-1119 |#1| |#2|)) 32) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-531 |#3|)) NIL) (($ $ |#3| (-768)) NIL) (($ $ (-641 |#3|) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ |#3|) NIL) (($ $ (-641 |#3|)) NIL) (($ $ |#3| (-768)) NIL) (($ $ (-641 |#3|) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+((-2545 (*1 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-2545 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-254 *3)))) (-3926 (*1 *2 *1) (-12 (-4 *1 (-254 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))) (-3954 (*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-2028 (*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-1332 (*1 *2 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-4187 (*1 *2 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-1381 (*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-3587 (*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))) (-4325 (*1 *1 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
+(-13 (-1115 |t#1|) (-992 |t#1|) (-10 -8 (-15 -2545 ($)) (-15 -2545 ($ (-641 |t#1|))) (-15 -3926 ((-768) $)) (-15 -3954 (|t#1| $)) (-15 -2028 (|t#1| $)) (-15 -1332 (|t#1| |t#1| $)) (-15 -4187 (|t#1| |t#1| $)) (-15 -1381 (|t#1| $)) (-15 -3587 (|t#1| $)) (-15 -4325 ($ $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-992 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1115 |#1|) . T) ((-1209) . T))
+((-3857 (((-1 (-940 (-225)) (-225) (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225))) 152)) (-2840 (((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379))) 172) (((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 170) (((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379))) 175) (((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 171) (((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379))) 163) (((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 162) (((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379))) 144) (((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263))) 142) (((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379))) 143) (((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263))) 140)) (-3767 (((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379))) 174) (((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 173) (((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379))) 177) (((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 176) (((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379))) 165) (((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263))) 164) (((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379))) 150) (((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263))) 149) (((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379))) 148) (((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263))) 147) (((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379))) 112) (((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263))) 111) (((-1260) (-1 (-225) (-225)) (-1088 (-379))) 106) (((-1260) (-1 (-225) (-225)) (-1088 (-379)) (-641 (-263))) 104)))
+(((-255) (-10 -7 (-15 -3767 ((-1260) (-1 (-225) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1260) (-1 (-225) (-225)) (-1088 (-379)))) (-15 -3767 ((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -3767 ((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -3767 ((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379)))) (-15 -2840 ((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -2840 ((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379)))) (-15 -3767 ((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2840 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -3767 ((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2840 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -3767 ((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)))) (-15 -2840 ((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)))) (-15 -3857 ((-1 (-940 (-225)) (-225) (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))) (T -255))
+((-3857 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-940 (-225)) (-225) (-225))) (-5 *3 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-255)))) (-2840 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2840 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2840 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2840 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2840 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2840 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-2840 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2840 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2840 (*1 *2 *3 *4) (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-2840 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-874 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *2 (-1260)) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-874 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *2 (-1260)) (-5 *1 (-255)))) (-3767 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1088 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-255)))))
+(-10 -7 (-15 -3767 ((-1260) (-1 (-225) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1260) (-1 (-225) (-225)) (-1088 (-379)))) (-15 -3767 ((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1260) (-874 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -3767 ((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-876 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -3767 ((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-1 (-940 (-225)) (-225)) (-1088 (-379)))) (-15 -2840 ((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-876 (-1 (-225) (-225))) (-1088 (-379)))) (-15 -2840 ((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-1 (-940 (-225)) (-225)) (-1088 (-379)))) (-15 -3767 ((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2840 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -3767 ((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -2840 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-379)) (-1088 (-379)))) (-15 -3767 ((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)))) (-15 -2840 ((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-879 (-1 (-225) (-225) (-225))) (-1088 (-379)) (-1088 (-379)))) (-15 -3857 ((-1 (-940 (-225)) (-225) (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))
+((-3767 (((-1260) (-294 |#2|) (-1170) (-1170) (-641 (-263))) 101)))
+(((-256 |#1| |#2|) (-10 -7 (-15 -3767 ((-1260) (-294 |#2|) (-1170) (-1170) (-641 (-263))))) (-13 (-556) (-847) (-1035 (-564))) (-430 |#1|)) (T -256))
+((-3767 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-294 *7)) (-5 *4 (-1170)) (-5 *5 (-641 (-263))) (-4 *7 (-430 *6)) (-4 *6 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-1260)) (-5 *1 (-256 *6 *7)))))
+(-10 -7 (-15 -3767 ((-1260) (-294 |#2|) (-1170) (-1170) (-641 (-263)))))
+((-3270 (((-564) (-564)) 73)) (-1685 (((-564) (-564)) 74)) (-3456 (((-225) (-225)) 75)) (-3224 (((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225))) 72)) (-2615 (((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225)) (-112)) 70)))
+(((-257) (-10 -7 (-15 -2615 ((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225)) (-112))) (-15 -3224 ((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225)))) (-15 -3270 ((-564) (-564))) (-15 -1685 ((-564) (-564))) (-15 -3456 ((-225) (-225))))) (T -257))
+((-3456 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-257)))) (-1685 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-257)))) (-3270 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-257)))) (-3224 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1088 (-225))) (-5 *2 (-1261)) (-5 *1 (-257)))) (-2615 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1088 (-225))) (-5 *5 (-112)) (-5 *2 (-1261)) (-5 *1 (-257)))))
+(-10 -7 (-15 -2615 ((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225)) (-112))) (-15 -3224 ((-1261) (-1 (-169 (-225)) (-169 (-225))) (-1088 (-225)) (-1088 (-225)))) (-15 -3270 ((-564) (-564))) (-15 -1685 ((-564) (-564))) (-15 -3456 ((-225) (-225))))
+((-1831 (((-1086 (-379)) (-1086 (-316 |#1|))) 16)))
+(((-258 |#1|) (-10 -7 (-15 -1831 ((-1086 (-379)) (-1086 (-316 |#1|))))) (-13 (-847) (-556) (-612 (-379)))) (T -258))
+((-1831 (*1 *2 *3) (-12 (-5 *3 (-1086 (-316 *4))) (-4 *4 (-13 (-847) (-556) (-612 (-379)))) (-5 *2 (-1086 (-379))) (-5 *1 (-258 *4)))))
+(-10 -7 (-15 -1831 ((-1086 (-379)) (-1086 (-316 |#1|)))))
+((-2840 (((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379))) 75) (((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263))) 74) (((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379))) 65) (((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263))) 64) (((-1127 (-225)) (-876 |#1|) (-1086 (-379))) 56) (((-1127 (-225)) (-876 |#1|) (-1086 (-379)) (-641 (-263))) 55)) (-3767 (((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379))) 78) (((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263))) 77) (((-1261) |#1| (-1086 (-379)) (-1086 (-379))) 68) (((-1261) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263))) 67) (((-1261) (-876 |#1|) (-1086 (-379))) 60) (((-1261) (-876 |#1|) (-1086 (-379)) (-641 (-263))) 59) (((-1260) (-874 |#1|) (-1086 (-379))) 47) (((-1260) (-874 |#1|) (-1086 (-379)) (-641 (-263))) 46) (((-1260) |#1| (-1086 (-379))) 38) (((-1260) |#1| (-1086 (-379)) (-641 (-263))) 36)))
+(((-259 |#1|) (-10 -7 (-15 -3767 ((-1260) |#1| (-1086 (-379)) (-641 (-263)))) (-15 -3767 ((-1260) |#1| (-1086 (-379)))) (-15 -3767 ((-1260) (-874 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -3767 ((-1260) (-874 |#1|) (-1086 (-379)))) (-15 -3767 ((-1261) (-876 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-876 |#1|) (-1086 (-379)))) (-15 -2840 ((-1127 (-225)) (-876 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-876 |#1|) (-1086 (-379)))) (-15 -3767 ((-1261) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) |#1| (-1086 (-379)) (-1086 (-379)))) (-15 -2840 ((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379)))) (-15 -3767 ((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379)))) (-15 -2840 ((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379))))) (-13 (-612 (-536)) (-1094))) (T -259))
+((-2840 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-879 *5)) (-5 *4 (-1086 (-379))) (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *5)))) (-2840 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-879 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *6)))) (-3767 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-879 *5)) (-5 *4 (-1086 (-379))) (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261)) (-5 *1 (-259 *5)))) (-3767 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-879 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261)) (-5 *1 (-259 *6)))) (-2840 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))) (-2840 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))) (-3767 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1261)) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))) (-3767 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))) (-2840 (*1 *2 *3 *4) (-12 (-5 *3 (-876 *5)) (-5 *4 (-1086 (-379))) (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *5)))) (-2840 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-876 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *6)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-876 *5)) (-5 *4 (-1086 (-379))) (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261)) (-5 *1 (-259 *5)))) (-3767 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-876 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261)) (-5 *1 (-259 *6)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-874 *5)) (-5 *4 (-1086 (-379))) (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1260)) (-5 *1 (-259 *5)))) (-3767 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-874 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1260)) (-5 *1 (-259 *6)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1260)) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))) (-3767 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094))))))
+(-10 -7 (-15 -3767 ((-1260) |#1| (-1086 (-379)) (-641 (-263)))) (-15 -3767 ((-1260) |#1| (-1086 (-379)))) (-15 -3767 ((-1260) (-874 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -3767 ((-1260) (-874 |#1|) (-1086 (-379)))) (-15 -3767 ((-1261) (-876 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-876 |#1|) (-1086 (-379)))) (-15 -2840 ((-1127 (-225)) (-876 |#1|) (-1086 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-876 |#1|) (-1086 (-379)))) (-15 -3767 ((-1261) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) |#1| (-1086 (-379)) (-1086 (-379)))) (-15 -2840 ((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) |#1| (-1086 (-379)) (-1086 (-379)))) (-15 -3767 ((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -3767 ((-1261) (-879 |#1|) (-1086 (-379)) (-1086 (-379)))) (-15 -2840 ((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379)) (-641 (-263)))) (-15 -2840 ((-1127 (-225)) (-879 |#1|) (-1086 (-379)) (-1086 (-379)))))
+((-3767 (((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225)) (-641 (-263))) 23) (((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225))) 24) (((-1260) (-641 (-940 (-225))) (-641 (-263))) 16) (((-1260) (-641 (-940 (-225)))) 17) (((-1260) (-641 (-225)) (-641 (-225)) (-641 (-263))) 20) (((-1260) (-641 (-225)) (-641 (-225))) 21)))
+(((-260) (-10 -7 (-15 -3767 ((-1260) (-641 (-225)) (-641 (-225)))) (-15 -3767 ((-1260) (-641 (-225)) (-641 (-225)) (-641 (-263)))) (-15 -3767 ((-1260) (-641 (-940 (-225))))) (-15 -3767 ((-1260) (-641 (-940 (-225))) (-641 (-263)))) (-15 -3767 ((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225)))) (-15 -3767 ((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225)) (-641 (-263)))))) (T -260))
+((-3767 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-641 (-225))) (-5 *4 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-260)))) (-3767 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1261)) (-5 *1 (-260)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *4 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-260)))) (-3767 (*1 *2 *3) (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *2 (-1260)) (-5 *1 (-260)))) (-3767 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-641 (-225))) (-5 *4 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-260)))) (-3767 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1260)) (-5 *1 (-260)))))
+(-10 -7 (-15 -3767 ((-1260) (-641 (-225)) (-641 (-225)))) (-15 -3767 ((-1260) (-641 (-225)) (-641 (-225)) (-641 (-263)))) (-15 -3767 ((-1260) (-641 (-940 (-225))))) (-15 -3767 ((-1260) (-641 (-940 (-225))) (-641 (-263)))) (-15 -3767 ((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225)))) (-15 -3767 ((-1261) (-641 (-225)) (-641 (-225)) (-641 (-225)) (-641 (-263)))))
+((-1768 (((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-641 (-263)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 25)) (-3771 (((-918) (-641 (-263)) (-918)) 52)) (-4300 (((-918) (-641 (-263)) (-918)) 51)) (-2521 (((-641 (-379)) (-641 (-263)) (-641 (-379))) 68)) (-3980 (((-379) (-641 (-263)) (-379)) 57)) (-2102 (((-918) (-641 (-263)) (-918)) 53)) (-2160 (((-112) (-641 (-263)) (-112)) 27)) (-2696 (((-1152) (-641 (-263)) (-1152)) 19)) (-3242 (((-1152) (-641 (-263)) (-1152)) 26)) (-2641 (((-1127 (-225)) (-641 (-263))) 46)) (-2654 (((-641 (-1088 (-379))) (-641 (-263)) (-641 (-1088 (-379)))) 40)) (-3283 (((-871) (-641 (-263)) (-871)) 32)) (-3719 (((-871) (-641 (-263)) (-871)) 33)) (-2894 (((-1 (-940 (-225)) (-940 (-225))) (-641 (-263)) (-1 (-940 (-225)) (-940 (-225)))) 63)) (-2533 (((-112) (-641 (-263)) (-112)) 14)) (-3572 (((-112) (-641 (-263)) (-112)) 13)))
+(((-261) (-10 -7 (-15 -3572 ((-112) (-641 (-263)) (-112))) (-15 -2533 ((-112) (-641 (-263)) (-112))) (-15 -1768 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-641 (-263)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -2696 ((-1152) (-641 (-263)) (-1152))) (-15 -3242 ((-1152) (-641 (-263)) (-1152))) (-15 -2160 ((-112) (-641 (-263)) (-112))) (-15 -3283 ((-871) (-641 (-263)) (-871))) (-15 -3719 ((-871) (-641 (-263)) (-871))) (-15 -2654 ((-641 (-1088 (-379))) (-641 (-263)) (-641 (-1088 (-379))))) (-15 -4300 ((-918) (-641 (-263)) (-918))) (-15 -3771 ((-918) (-641 (-263)) (-918))) (-15 -2641 ((-1127 (-225)) (-641 (-263)))) (-15 -2102 ((-918) (-641 (-263)) (-918))) (-15 -3980 ((-379) (-641 (-263)) (-379))) (-15 -2894 ((-1 (-940 (-225)) (-940 (-225))) (-641 (-263)) (-1 (-940 (-225)) (-940 (-225))))) (-15 -2521 ((-641 (-379)) (-641 (-263)) (-641 (-379)))))) (T -261))
+((-2521 (*1 *2 *3 *2) (-12 (-5 *2 (-641 (-379))) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-2894 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-3980 (*1 *2 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-2102 (*1 *2 *3 *2) (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-2641 (*1 *2 *3) (-12 (-5 *3 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-261)))) (-3771 (*1 *2 *3 *2) (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-4300 (*1 *2 *3 *2) (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-2654 (*1 *2 *3 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-3719 (*1 *2 *3 *2) (-12 (-5 *2 (-871)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-3283 (*1 *2 *3 *2) (-12 (-5 *2 (-871)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-2160 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-3242 (*1 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-2696 (*1 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-1768 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-2533 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))) (-3572 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))))
+(-10 -7 (-15 -3572 ((-112) (-641 (-263)) (-112))) (-15 -2533 ((-112) (-641 (-263)) (-112))) (-15 -1768 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-641 (-263)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -2696 ((-1152) (-641 (-263)) (-1152))) (-15 -3242 ((-1152) (-641 (-263)) (-1152))) (-15 -2160 ((-112) (-641 (-263)) (-112))) (-15 -3283 ((-871) (-641 (-263)) (-871))) (-15 -3719 ((-871) (-641 (-263)) (-871))) (-15 -2654 ((-641 (-1088 (-379))) (-641 (-263)) (-641 (-1088 (-379))))) (-15 -4300 ((-918) (-641 (-263)) (-918))) (-15 -3771 ((-918) (-641 (-263)) (-918))) (-15 -2641 ((-1127 (-225)) (-641 (-263)))) (-15 -2102 ((-918) (-641 (-263)) (-918))) (-15 -3980 ((-379) (-641 (-263)) (-379))) (-15 -2894 ((-1 (-940 (-225)) (-940 (-225))) (-641 (-263)) (-1 (-940 (-225)) (-940 (-225))))) (-15 -2521 ((-641 (-379)) (-641 (-263)) (-641 (-379)))))
+((-4032 (((-3 |#1| "failed") (-641 (-263)) (-1170)) 17)))
+(((-262 |#1|) (-10 -7 (-15 -4032 ((-3 |#1| "failed") (-641 (-263)) (-1170)))) (-1209)) (T -262))
+((-4032 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-641 (-263))) (-5 *4 (-1170)) (-5 *1 (-262 *2)) (-4 *2 (-1209)))))
+(-10 -7 (-15 -4032 ((-3 |#1| "failed") (-641 (-263)) (-1170))))
+((-1817 (((-112) $ $) NIL)) (-1768 (($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 24)) (-3771 (($ (-918)) 80)) (-4300 (($ (-918)) 79)) (-1674 (($ (-641 (-379))) 86)) (-3980 (($ (-379)) 66)) (-2102 (($ (-918)) 81)) (-2160 (($ (-112)) 33)) (-2696 (($ (-1152)) 28)) (-3242 (($ (-1152)) 29)) (-2641 (($ (-1127 (-225))) 75)) (-2654 (($ (-641 (-1088 (-379)))) 71)) (-4133 (($ (-641 (-1088 (-379)))) 67) (($ (-641 (-1088 (-407 (-564))))) 70)) (-2118 (($ (-379)) 38) (($ (-871)) 42)) (-4227 (((-112) (-641 $) (-1170)) 99)) (-4032 (((-3 (-52) "failed") (-641 $) (-1170)) 101)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2413 (($ (-379)) 43) (($ (-871)) 44)) (-2467 (($ (-1 (-940 (-225)) (-940 (-225)))) 65)) (-2894 (($ (-1 (-940 (-225)) (-940 (-225)))) 82)) (-1652 (($ (-1 (-225) (-225))) 48) (($ (-1 (-225) (-225) (-225))) 52) (($ (-1 (-225) (-225) (-225) (-225))) 56)) (-1831 (((-859) $) 92)) (-1638 (($ (-112)) 34) (($ (-641 (-1088 (-379)))) 60)) (-3572 (($ (-112)) 35)) (-1702 (((-112) $ $) 96)))
+(((-263) (-13 (-1094) (-10 -8 (-15 -3572 ($ (-112))) (-15 -1638 ($ (-112))) (-15 -1768 ($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -2696 ($ (-1152))) (-15 -3242 ($ (-1152))) (-15 -2160 ($ (-112))) (-15 -1638 ($ (-641 (-1088 (-379))))) (-15 -2467 ($ (-1 (-940 (-225)) (-940 (-225))))) (-15 -2118 ($ (-379))) (-15 -2118 ($ (-871))) (-15 -2413 ($ (-379))) (-15 -2413 ($ (-871))) (-15 -1652 ($ (-1 (-225) (-225)))) (-15 -1652 ($ (-1 (-225) (-225) (-225)))) (-15 -1652 ($ (-1 (-225) (-225) (-225) (-225)))) (-15 -3980 ($ (-379))) (-15 -4133 ($ (-641 (-1088 (-379))))) (-15 -4133 ($ (-641 (-1088 (-407 (-564)))))) (-15 -2654 ($ (-641 (-1088 (-379))))) (-15 -2641 ($ (-1127 (-225)))) (-15 -4300 ($ (-918))) (-15 -3771 ($ (-918))) (-15 -2102 ($ (-918))) (-15 -2894 ($ (-1 (-940 (-225)) (-940 (-225))))) (-15 -1674 ($ (-641 (-379)))) (-15 -4032 ((-3 (-52) "failed") (-641 $) (-1170))) (-15 -4227 ((-112) (-641 $) (-1170)))))) (T -263))
+((-3572 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263)))) (-1638 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263)))) (-1768 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *1 (-263)))) (-2696 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-263)))) (-3242 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-263)))) (-2160 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263)))) (-1638 (*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263)))) (-2467 (*1 *1 *2) (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *1 (-263)))) (-2118 (*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))) (-2118 (*1 *1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-263)))) (-2413 (*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))) (-2413 (*1 *1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-263)))) (-1652 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-263)))) (-1652 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-263)))) (-1652 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-263)))) (-3980 (*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))) (-4133 (*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263)))) (-4133 (*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-407 (-564))))) (-5 *1 (-263)))) (-2654 (*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263)))) (-2641 (*1 *1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-263)))) (-4300 (*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))) (-3771 (*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))) (-2102 (*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))) (-2894 (*1 *1 *2) (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *1 (-263)))) (-1674 (*1 *1 *2) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-263)))) (-4032 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-641 (-263))) (-5 *4 (-1170)) (-5 *2 (-52)) (-5 *1 (-263)))) (-4227 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-263))) (-5 *4 (-1170)) (-5 *2 (-112)) (-5 *1 (-263)))))
+(-13 (-1094) (-10 -8 (-15 -3572 ($ (-112))) (-15 -1638 ($ (-112))) (-15 -1768 ($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -2696 ($ (-1152))) (-15 -3242 ($ (-1152))) (-15 -2160 ($ (-112))) (-15 -1638 ($ (-641 (-1088 (-379))))) (-15 -2467 ($ (-1 (-940 (-225)) (-940 (-225))))) (-15 -2118 ($ (-379))) (-15 -2118 ($ (-871))) (-15 -2413 ($ (-379))) (-15 -2413 ($ (-871))) (-15 -1652 ($ (-1 (-225) (-225)))) (-15 -1652 ($ (-1 (-225) (-225) (-225)))) (-15 -1652 ($ (-1 (-225) (-225) (-225) (-225)))) (-15 -3980 ($ (-379))) (-15 -4133 ($ (-641 (-1088 (-379))))) (-15 -4133 ($ (-641 (-1088 (-407 (-564)))))) (-15 -2654 ($ (-641 (-1088 (-379))))) (-15 -2641 ($ (-1127 (-225)))) (-15 -4300 ($ (-918))) (-15 -3771 ($ (-918))) (-15 -2102 ($ (-918))) (-15 -2894 ($ (-1 (-940 (-225)) (-940 (-225))))) (-15 -1674 ($ (-641 (-379)))) (-15 -4032 ((-3 (-52) "failed") (-641 $) (-1170))) (-15 -4227 ((-112) (-641 $) (-1170)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-2408 (((-641 (-768)) $) NIL) (((-641 (-768)) $ |#2|) NIL)) (-4129 (((-768) $) NIL) (((-768) $ |#2|) NIL)) (-3209 (((-641 |#3|) $) NIL)) (-3040 (((-1166 $) $ |#3|) NIL) (((-1166 |#1|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 |#3|)) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2427 (($ $) NIL (|has| |#1| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2946 (($ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 |#3| "failed") $) NIL) (((-3 |#2| "failed") $) NIL) (((-3 (-1119 |#1| |#2|) "failed") $) 23)) (-2237 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) ((|#3| $) NIL) ((|#2| $) NIL) (((-1119 |#1| |#2|) $) NIL)) (-1357 (($ $ $ |#3|) NIL (|has| |#1| (-172)))) (-3396 (($ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#1| (-452))) (($ $ |#3|) NIL (|has| |#1| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#1| (-906)))) (-2055 (($ $ |#1| (-531 |#3|) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| |#1| (-883 (-379))) (|has| |#3| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| |#1| (-883 (-564))) (|has| |#3| (-883 (-564)))))) (-2155 (((-768) $ |#2|) NIL) (((-768) $) 10)) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-3198 (($ (-1166 |#1|) |#3|) NIL) (($ (-1166 $) |#3|) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-531 |#3|)) NIL) (($ $ |#3| (-768)) NIL) (($ $ (-641 |#3|) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ |#3|) NIL)) (-1826 (((-531 |#3|) $) NIL) (((-768) $ |#3|) NIL) (((-641 (-768)) $ (-641 |#3|)) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2546 (($ (-1 (-531 |#3|) (-531 |#3|)) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2243 (((-1 $ (-768)) |#2|) NIL) (((-1 $ (-768)) $) NIL (|has| |#1| (-233)))) (-2169 (((-3 |#3| "failed") $) NIL)) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-4103 ((|#3| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2723 (((-1152) $) NIL)) (-2194 (((-112) $) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| |#3|) (|:| -1558 (-768))) "failed") $) NIL)) (-1434 (($ $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 ((|#1| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-906)))) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ |#3| |#1|) NIL) (($ $ (-641 |#3|) (-641 |#1|)) NIL) (($ $ |#3| $) NIL) (($ $ (-641 |#3|) (-641 $)) NIL) (($ $ |#2| $) NIL (|has| |#1| (-233))) (($ $ (-641 |#2|) (-641 $)) NIL (|has| |#1| (-233))) (($ $ |#2| |#1|) NIL (|has| |#1| (-233))) (($ $ (-641 |#2|) (-641 |#1|)) NIL (|has| |#1| (-233)))) (-3190 (($ $ |#3|) NIL (|has| |#1| (-172)))) (-3534 (($ $ |#3|) NIL) (($ $ (-641 |#3|)) NIL) (($ $ |#3| (-768)) NIL) (($ $ (-641 |#3|) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2722 (((-641 |#2|) $) NIL)) (-1619 (((-531 |#3|) $) NIL) (((-768) $ |#3|) NIL) (((-641 (-768)) $ (-641 |#3|)) NIL) (((-768) $ |#2|) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#3| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#3| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| |#1| (-612 (-536))) (|has| |#3| (-612 (-536)))))) (-3008 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ |#3|) NIL (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) 26) (($ |#3|) 25) (($ |#2|) NIL) (($ (-1119 |#1| |#2|)) 32) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-531 |#3|)) NIL) (($ $ |#3| (-768)) NIL) (($ $ (-641 |#3|) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ |#3|) NIL) (($ $ (-641 |#3|)) NIL) (($ $ |#3| (-768)) NIL) (($ $ (-641 |#3|) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
(((-264 |#1| |#2| |#3|) (-13 (-253 |#1| |#2| |#3| (-531 |#3|)) (-1035 (-1119 |#1| |#2|))) (-1046) (-847) (-266 |#2|)) (T -264))
NIL
(-13 (-253 |#1| |#2| |#3| (-531 |#3|)) (-1035 (-1119 |#1| |#2|)))
-((-2076 (((-768) $) 37)) (-2035 (((-3 |#2| "failed") $) 22)) (-3437 ((|#2| $) 33)) (-1795 (($ $) 14) (($ $ (-768)) 18)) (-1721 (((-859) $) 32) (($ |#2|) 11)) (-2853 (((-112) $ $) 26)) (-2880 (((-112) $ $) 36)))
-(((-265 |#1| |#2|) (-10 -8 (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1|)) (-15 -2076 ((-768) |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -2880 ((-112) |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|))) (-266 |#2|) (-847)) (T -265))
+((-4129 (((-768) $) 37)) (-2347 (((-3 |#2| "failed") $) 22)) (-2237 ((|#2| $) 33)) (-3534 (($ $) 14) (($ $ (-768)) 18)) (-1831 (((-859) $) 32) (($ |#2|) 11)) (-1702 (((-112) $ $) 26)) (-1723 (((-112) $ $) 36)))
+(((-265 |#1| |#2|) (-10 -8 (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1|)) (-15 -4129 ((-768) |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -1723 ((-112) |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|))) (-266 |#2|) (-847)) (T -265))
NIL
-(-10 -8 (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1|)) (-15 -2076 ((-768) |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -2880 ((-112) |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2076 (((-768) $) 22)) (-2794 ((|#1| $) 23)) (-2035 (((-3 |#1| "failed") $) 27)) (-3437 ((|#1| $) 28)) (-2887 (((-768) $) 24)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-3956 (($ |#1| (-768)) 25)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1795 (($ $) 21) (($ $ (-768)) 20)) (-1721 (((-859) $) 11) (($ |#1|) 26)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)))
+(-10 -8 (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1|)) (-15 -4129 ((-768) |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -1723 ((-112) |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-4129 (((-768) $) 22)) (-3871 ((|#1| $) 23)) (-2347 (((-3 |#1| "failed") $) 27)) (-2237 ((|#1| $) 28)) (-2155 (((-768) $) 24)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2243 (($ |#1| (-768)) 25)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3534 (($ $) 21) (($ $ (-768)) 20)) (-1831 (((-859) $) 11) (($ |#1|) 26)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)))
(((-266 |#1|) (-140) (-847)) (T -266))
-((-1721 (*1 *1 *2) (-12 (-4 *1 (-266 *2)) (-4 *2 (-847)))) (-3956 (*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-266 *2)) (-4 *2 (-847)))) (-2887 (*1 *2 *1) (-12 (-4 *1 (-266 *3)) (-4 *3 (-847)) (-5 *2 (-768)))) (-2794 (*1 *2 *1) (-12 (-4 *1 (-266 *2)) (-4 *2 (-847)))) (-2076 (*1 *2 *1) (-12 (-4 *1 (-266 *3)) (-4 *3 (-847)) (-5 *2 (-768)))) (-1795 (*1 *1 *1) (-12 (-4 *1 (-266 *2)) (-4 *2 (-847)))) (-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-266 *3)) (-4 *3 (-847)))))
-(-13 (-847) (-1035 |t#1|) (-10 -8 (-15 -3956 ($ |t#1| (-768))) (-15 -2887 ((-768) $)) (-15 -2794 (|t#1| $)) (-15 -2076 ((-768) $)) (-15 -1795 ($ $)) (-15 -1795 ($ $ (-768))) (-15 -1721 ($ |t#1|))))
+((-1831 (*1 *1 *2) (-12 (-4 *1 (-266 *2)) (-4 *2 (-847)))) (-2243 (*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-266 *2)) (-4 *2 (-847)))) (-2155 (*1 *2 *1) (-12 (-4 *1 (-266 *3)) (-4 *3 (-847)) (-5 *2 (-768)))) (-3871 (*1 *2 *1) (-12 (-4 *1 (-266 *2)) (-4 *2 (-847)))) (-4129 (*1 *2 *1) (-12 (-4 *1 (-266 *3)) (-4 *3 (-847)) (-5 *2 (-768)))) (-3534 (*1 *1 *1) (-12 (-4 *1 (-266 *2)) (-4 *2 (-847)))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-266 *3)) (-4 *3 (-847)))))
+(-13 (-847) (-1035 |t#1|) (-10 -8 (-15 -2243 ($ |t#1| (-768))) (-15 -2155 ((-768) $)) (-15 -3871 (|t#1| $)) (-15 -4129 ((-768) $)) (-15 -3534 ($ $)) (-15 -3534 ($ $ (-768))) (-15 -1831 ($ |t#1|))))
(((-102) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-847) . T) ((-1035 |#1|) . T) ((-1094) . T))
-((-4153 (((-641 (-1170)) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) 54)) (-1480 (((-641 (-1170)) (-316 (-225)) (-768)) 96)) (-4271 (((-3 (-316 (-225)) "failed") (-316 (-225))) 64)) (-2609 (((-316 (-225)) (-316 (-225))) 82)) (-1836 (((-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 39)) (-2042 (((-112) (-641 (-316 (-225)))) 106)) (-4113 (((-112) (-316 (-225))) 37)) (-3647 (((-641 (-1152)) (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))))) 133)) (-3191 (((-641 (-316 (-225))) (-641 (-316 (-225)))) 109)) (-1774 (((-641 (-316 (-225))) (-641 (-316 (-225)))) 108)) (-3727 (((-685 (-225)) (-641 (-316 (-225))) (-768)) 121)) (-1381 (((-112) (-316 (-225))) 32) (((-112) (-641 (-316 (-225)))) 107)) (-2469 (((-641 (-225)) (-641 (-840 (-225))) (-225)) 15)) (-4200 (((-379) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) 127)) (-2826 (((-1032) (-1170) (-1032)) 47)))
-(((-267) (-10 -7 (-15 -2469 ((-641 (-225)) (-641 (-840 (-225))) (-225))) (-15 -1836 ((-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))))) (-15 -4271 ((-3 (-316 (-225)) "failed") (-316 (-225)))) (-15 -2609 ((-316 (-225)) (-316 (-225)))) (-15 -2042 ((-112) (-641 (-316 (-225))))) (-15 -1381 ((-112) (-641 (-316 (-225))))) (-15 -1381 ((-112) (-316 (-225)))) (-15 -3727 ((-685 (-225)) (-641 (-316 (-225))) (-768))) (-15 -1774 ((-641 (-316 (-225))) (-641 (-316 (-225))))) (-15 -3191 ((-641 (-316 (-225))) (-641 (-316 (-225))))) (-15 -4113 ((-112) (-316 (-225)))) (-15 -4153 ((-641 (-1170)) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) (-15 -1480 ((-641 (-1170)) (-316 (-225)) (-768))) (-15 -2826 ((-1032) (-1170) (-1032))) (-15 -4200 ((-379) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) (-15 -3647 ((-641 (-1152)) (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))))))) (T -267))
-((-3647 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))))) (-5 *2 (-641 (-1152))) (-5 *1 (-267)))) (-4200 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) (-5 *2 (-379)) (-5 *1 (-267)))) (-2826 (*1 *2 *3 *2) (-12 (-5 *2 (-1032)) (-5 *3 (-1170)) (-5 *1 (-267)))) (-1480 (*1 *2 *3 *4) (-12 (-5 *3 (-316 (-225))) (-5 *4 (-768)) (-5 *2 (-641 (-1170))) (-5 *1 (-267)))) (-4153 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) (-5 *2 (-641 (-1170))) (-5 *1 (-267)))) (-4113 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-112)) (-5 *1 (-267)))) (-3191 (*1 *2 *2) (-12 (-5 *2 (-641 (-316 (-225)))) (-5 *1 (-267)))) (-1774 (*1 *2 *2) (-12 (-5 *2 (-641 (-316 (-225)))) (-5 *1 (-267)))) (-3727 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *4 (-768)) (-5 *2 (-685 (-225))) (-5 *1 (-267)))) (-1381 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-112)) (-5 *1 (-267)))) (-1381 (*1 *2 *3) (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *2 (-112)) (-5 *1 (-267)))) (-2042 (*1 *2 *3) (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *2 (-112)) (-5 *1 (-267)))) (-2609 (*1 *2 *2) (-12 (-5 *2 (-316 (-225))) (-5 *1 (-267)))) (-4271 (*1 *2 *2) (|partial| -12 (-5 *2 (-316 (-225))) (-5 *1 (-267)))) (-1836 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (-5 *1 (-267)))) (-2469 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-840 (-225)))) (-5 *4 (-225)) (-5 *2 (-641 *4)) (-5 *1 (-267)))))
-(-10 -7 (-15 -2469 ((-641 (-225)) (-641 (-840 (-225))) (-225))) (-15 -1836 ((-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))))) (-15 -4271 ((-3 (-316 (-225)) "failed") (-316 (-225)))) (-15 -2609 ((-316 (-225)) (-316 (-225)))) (-15 -2042 ((-112) (-641 (-316 (-225))))) (-15 -1381 ((-112) (-641 (-316 (-225))))) (-15 -1381 ((-112) (-316 (-225)))) (-15 -3727 ((-685 (-225)) (-641 (-316 (-225))) (-768))) (-15 -1774 ((-641 (-316 (-225))) (-641 (-316 (-225))))) (-15 -3191 ((-641 (-316 (-225))) (-641 (-316 (-225))))) (-15 -4113 ((-112) (-316 (-225)))) (-15 -4153 ((-641 (-1170)) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) (-15 -1480 ((-641 (-1170)) (-316 (-225)) (-768))) (-15 -2826 ((-1032) (-1170) (-1032))) (-15 -4200 ((-379) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) (-15 -3647 ((-641 (-1152)) (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))))))
-((-1709 (((-112) $ $) NIL)) (-3822 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 56)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 32) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-3209 (((-641 (-1170)) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) 54)) (-2412 (((-641 (-1170)) (-316 (-225)) (-768)) 96)) (-2224 (((-3 (-316 (-225)) "failed") (-316 (-225))) 64)) (-1437 (((-316 (-225)) (-316 (-225))) 82)) (-3725 (((-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 39)) (-3816 (((-112) (-641 (-316 (-225)))) 106)) (-4377 (((-112) (-316 (-225))) 37)) (-2258 (((-641 (-1152)) (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))))) 133)) (-3295 (((-641 (-316 (-225))) (-641 (-316 (-225)))) 109)) (-3179 (((-641 (-316 (-225))) (-641 (-316 (-225)))) 108)) (-1834 (((-685 (-225)) (-641 (-316 (-225))) (-768)) 121)) (-2392 (((-112) (-316 (-225))) 32) (((-112) (-641 (-316 (-225)))) 107)) (-3780 (((-641 (-225)) (-641 (-840 (-225))) (-225)) 15)) (-2824 (((-379) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) 127)) (-2858 (((-1032) (-1170) (-1032)) 47)))
+(((-267) (-10 -7 (-15 -3780 ((-641 (-225)) (-641 (-840 (-225))) (-225))) (-15 -3725 ((-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))))) (-15 -2224 ((-3 (-316 (-225)) "failed") (-316 (-225)))) (-15 -1437 ((-316 (-225)) (-316 (-225)))) (-15 -3816 ((-112) (-641 (-316 (-225))))) (-15 -2392 ((-112) (-641 (-316 (-225))))) (-15 -2392 ((-112) (-316 (-225)))) (-15 -1834 ((-685 (-225)) (-641 (-316 (-225))) (-768))) (-15 -3179 ((-641 (-316 (-225))) (-641 (-316 (-225))))) (-15 -3295 ((-641 (-316 (-225))) (-641 (-316 (-225))))) (-15 -4377 ((-112) (-316 (-225)))) (-15 -3209 ((-641 (-1170)) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) (-15 -2412 ((-641 (-1170)) (-316 (-225)) (-768))) (-15 -2858 ((-1032) (-1170) (-1032))) (-15 -2824 ((-379) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) (-15 -2258 ((-641 (-1152)) (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))))))) (T -267))
+((-2258 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))))) (-5 *2 (-641 (-1152))) (-5 *1 (-267)))) (-2824 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) (-5 *2 (-379)) (-5 *1 (-267)))) (-2858 (*1 *2 *3 *2) (-12 (-5 *2 (-1032)) (-5 *3 (-1170)) (-5 *1 (-267)))) (-2412 (*1 *2 *3 *4) (-12 (-5 *3 (-316 (-225))) (-5 *4 (-768)) (-5 *2 (-641 (-1170))) (-5 *1 (-267)))) (-3209 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) (-5 *2 (-641 (-1170))) (-5 *1 (-267)))) (-4377 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-112)) (-5 *1 (-267)))) (-3295 (*1 *2 *2) (-12 (-5 *2 (-641 (-316 (-225)))) (-5 *1 (-267)))) (-3179 (*1 *2 *2) (-12 (-5 *2 (-641 (-316 (-225)))) (-5 *1 (-267)))) (-1834 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *4 (-768)) (-5 *2 (-685 (-225))) (-5 *1 (-267)))) (-2392 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-112)) (-5 *1 (-267)))) (-2392 (*1 *2 *3) (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *2 (-112)) (-5 *1 (-267)))) (-3816 (*1 *2 *3) (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *2 (-112)) (-5 *1 (-267)))) (-1437 (*1 *2 *2) (-12 (-5 *2 (-316 (-225))) (-5 *1 (-267)))) (-2224 (*1 *2 *2) (|partial| -12 (-5 *2 (-316 (-225))) (-5 *1 (-267)))) (-3725 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (-5 *1 (-267)))) (-3780 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-840 (-225)))) (-5 *4 (-225)) (-5 *2 (-641 *4)) (-5 *1 (-267)))))
+(-10 -7 (-15 -3780 ((-641 (-225)) (-641 (-840 (-225))) (-225))) (-15 -3725 ((-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))))) (-15 -2224 ((-3 (-316 (-225)) "failed") (-316 (-225)))) (-15 -1437 ((-316 (-225)) (-316 (-225)))) (-15 -3816 ((-112) (-641 (-316 (-225))))) (-15 -2392 ((-112) (-641 (-316 (-225))))) (-15 -2392 ((-112) (-316 (-225)))) (-15 -1834 ((-685 (-225)) (-641 (-316 (-225))) (-768))) (-15 -3179 ((-641 (-316 (-225))) (-641 (-316 (-225))))) (-15 -3295 ((-641 (-316 (-225))) (-641 (-316 (-225))))) (-15 -4377 ((-112) (-316 (-225)))) (-15 -3209 ((-641 (-1170)) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) (-15 -2412 ((-641 (-1170)) (-316 (-225)) (-768))) (-15 -2858 ((-1032) (-1170) (-1032))) (-15 -2824 ((-379) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) (-15 -2258 ((-641 (-1152)) (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))))))
+((-1817 (((-112) $ $) NIL)) (-3407 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 56)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 32) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-268) (-836)) (T -268))
NIL
(-836)
-((-1709 (((-112) $ $) NIL)) (-3822 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) 75) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 66)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 45) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) 47)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3407 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) 75) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 66)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 45) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) 47)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-269) (-836)) (T -269))
NIL
(-836)
-((-1709 (((-112) $ $) NIL)) (-3822 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) 91) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 86)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 56) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) 67)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3407 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) 91) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 86)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 56) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) 67)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-270) (-836)) (T -270))
NIL
(-836)
-((-1709 (((-112) $ $) NIL)) (-3822 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 73)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 45) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3407 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 73)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 45) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-271) (-836)) (T -271))
NIL
(-836)
-((-1709 (((-112) $ $) NIL)) (-3822 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 65)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 31) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3407 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 65)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 31) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-272) (-836)) (T -272))
NIL
(-836)
-((-1709 (((-112) $ $) NIL)) (-3822 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 90)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 33) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3407 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 90)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 33) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-273) (-836)) (T -273))
NIL
(-836)
-((-1709 (((-112) $ $) NIL)) (-3822 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 95)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 32) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-3407 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) NIL) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 95)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 32) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-274) (-836)) (T -274))
NIL
(-836)
-((-1709 (((-112) $ $) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1396 (((-641 (-564)) $) 28)) (-4341 (((-768) $) 26)) (-1721 (((-859) $) 35) (($ (-641 (-564))) 22)) (-3755 (($ (-768)) 32)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 9)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 16)))
-(((-275) (-13 (-847) (-10 -8 (-15 -1721 ($ (-641 (-564)))) (-15 -4341 ((-768) $)) (-15 -1396 ((-641 (-564)) $)) (-15 -3755 ($ (-768)))))) (T -275))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-275)))) (-4341 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-275)))) (-1396 (*1 *2 *1) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-275)))) (-3755 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-275)))))
-(-13 (-847) (-10 -8 (-15 -1721 ($ (-641 (-564)))) (-15 -4341 ((-768) $)) (-15 -1396 ((-641 (-564)) $)) (-15 -3755 ($ (-768)))))
-((-1848 ((|#2| |#2|) 77)) (-1711 ((|#2| |#2|) 65)) (-1995 (((-3 |#2| "failed") |#2| (-641 (-2 (|:| |func| |#2|) (|:| |pole| (-112))))) 125)) (-1827 ((|#2| |#2|) 75)) (-1688 ((|#2| |#2|) 63)) (-1871 ((|#2| |#2|) 79)) (-1734 ((|#2| |#2|) 67)) (-2682 ((|#2|) 46)) (-2984 (((-114) (-114)) 100)) (-3612 ((|#2| |#2|) 61)) (-2556 (((-112) |#2|) 147)) (-3114 ((|#2| |#2|) 195)) (-2945 ((|#2| |#2|) 171)) (-2248 ((|#2|) 59)) (-2788 ((|#2|) 58)) (-3756 ((|#2| |#2|) 191)) (-4079 ((|#2| |#2|) 167)) (-1405 ((|#2| |#2|) 199)) (-2205 ((|#2| |#2|) 175)) (-4054 ((|#2| |#2|) 163)) (-1491 ((|#2| |#2|) 165)) (-4335 ((|#2| |#2|) 201)) (-1568 ((|#2| |#2|) 177)) (-1763 ((|#2| |#2|) 197)) (-2851 ((|#2| |#2|) 173)) (-1966 ((|#2| |#2|) 193)) (-1954 ((|#2| |#2|) 169)) (-2040 ((|#2| |#2|) 207)) (-1378 ((|#2| |#2|) 183)) (-2204 ((|#2| |#2|) 203)) (-4059 ((|#2| |#2|) 179)) (-2884 ((|#2| |#2|) 211)) (-3414 ((|#2| |#2|) 187)) (-2716 ((|#2| |#2|) 213)) (-3732 ((|#2| |#2|) 189)) (-4032 ((|#2| |#2|) 209)) (-3640 ((|#2| |#2|) 185)) (-2869 ((|#2| |#2|) 205)) (-3184 ((|#2| |#2|) 181)) (-2103 ((|#2| |#2|) 62)) (-1882 ((|#2| |#2|) 80)) (-1744 ((|#2| |#2|) 68)) (-1858 ((|#2| |#2|) 78)) (-1723 ((|#2| |#2|) 66)) (-1838 ((|#2| |#2|) 76)) (-1700 ((|#2| |#2|) 64)) (-2289 (((-112) (-114)) 98)) (-1919 ((|#2| |#2|) 83)) (-1777 ((|#2| |#2|) 71)) (-1895 ((|#2| |#2|) 81)) (-1755 ((|#2| |#2|) 69)) (-1942 ((|#2| |#2|) 85)) (-1803 ((|#2| |#2|) 73)) (-2712 ((|#2| |#2|) 86)) (-1813 ((|#2| |#2|) 74)) (-1930 ((|#2| |#2|) 84)) (-1791 ((|#2| |#2|) 72)) (-1906 ((|#2| |#2|) 82)) (-1766 ((|#2| |#2|) 70)))
-(((-276 |#1| |#2|) (-10 -7 (-15 -2103 (|#2| |#2|)) (-15 -3612 (|#2| |#2|)) (-15 -1688 (|#2| |#2|)) (-15 -1700 (|#2| |#2|)) (-15 -1711 (|#2| |#2|)) (-15 -1723 (|#2| |#2|)) (-15 -1734 (|#2| |#2|)) (-15 -1744 (|#2| |#2|)) (-15 -1755 (|#2| |#2|)) (-15 -1766 (|#2| |#2|)) (-15 -1777 (|#2| |#2|)) (-15 -1791 (|#2| |#2|)) (-15 -1803 (|#2| |#2|)) (-15 -1813 (|#2| |#2|)) (-15 -1827 (|#2| |#2|)) (-15 -1838 (|#2| |#2|)) (-15 -1848 (|#2| |#2|)) (-15 -1858 (|#2| |#2|)) (-15 -1871 (|#2| |#2|)) (-15 -1882 (|#2| |#2|)) (-15 -1895 (|#2| |#2|)) (-15 -1906 (|#2| |#2|)) (-15 -1919 (|#2| |#2|)) (-15 -1930 (|#2| |#2|)) (-15 -1942 (|#2| |#2|)) (-15 -2712 (|#2| |#2|)) (-15 -2682 (|#2|)) (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 -2788 (|#2|)) (-15 -2248 (|#2|)) (-15 -1491 (|#2| |#2|)) (-15 -4054 (|#2| |#2|)) (-15 -4079 (|#2| |#2|)) (-15 -1954 (|#2| |#2|)) (-15 -2945 (|#2| |#2|)) (-15 -2851 (|#2| |#2|)) (-15 -2205 (|#2| |#2|)) (-15 -1568 (|#2| |#2|)) (-15 -4059 (|#2| |#2|)) (-15 -3184 (|#2| |#2|)) (-15 -1378 (|#2| |#2|)) (-15 -3640 (|#2| |#2|)) (-15 -3414 (|#2| |#2|)) (-15 -3732 (|#2| |#2|)) (-15 -3756 (|#2| |#2|)) (-15 -1966 (|#2| |#2|)) (-15 -3114 (|#2| |#2|)) (-15 -1763 (|#2| |#2|)) (-15 -1405 (|#2| |#2|)) (-15 -4335 (|#2| |#2|)) (-15 -2204 (|#2| |#2|)) (-15 -2869 (|#2| |#2|)) (-15 -2040 (|#2| |#2|)) (-15 -4032 (|#2| |#2|)) (-15 -2884 (|#2| |#2|)) (-15 -2716 (|#2| |#2|)) (-15 -1995 ((-3 |#2| "failed") |#2| (-641 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -2556 ((-112) |#2|))) (-13 (-847) (-556)) (-13 (-430 |#1|) (-999))) (T -276))
-((-2556 (*1 *2 *3) (-12 (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-276 *4 *3)) (-4 *3 (-13 (-430 *4) (-999))))) (-1995 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-641 (-2 (|:| |func| *2) (|:| |pole| (-112))))) (-4 *2 (-13 (-430 *4) (-999))) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-276 *4 *2)))) (-2716 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2884 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-4032 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2040 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2869 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2204 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-4335 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1405 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1763 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3114 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1966 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3756 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3732 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3414 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3640 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1378 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3184 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-4059 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1568 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2205 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2851 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2945 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1954 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-4079 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-4054 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1491 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2248 (*1 *2) (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2)) (-4 *3 (-13 (-847) (-556))))) (-2788 (*1 *2) (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2)) (-4 *3 (-13 (-847) (-556))))) (-2984 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *4)) (-4 *4 (-13 (-430 *3) (-999))))) (-2289 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-276 *4 *5)) (-4 *5 (-13 (-430 *4) (-999))))) (-2682 (*1 *2) (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2)) (-4 *3 (-13 (-847) (-556))))) (-2712 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1942 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1930 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1919 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1906 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1895 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1882 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1871 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1858 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1848 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1838 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1827 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1813 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1803 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1791 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1777 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1766 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1755 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1744 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1734 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1723 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1711 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1700 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1688 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3612 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2103 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))))
-(-10 -7 (-15 -2103 (|#2| |#2|)) (-15 -3612 (|#2| |#2|)) (-15 -1688 (|#2| |#2|)) (-15 -1700 (|#2| |#2|)) (-15 -1711 (|#2| |#2|)) (-15 -1723 (|#2| |#2|)) (-15 -1734 (|#2| |#2|)) (-15 -1744 (|#2| |#2|)) (-15 -1755 (|#2| |#2|)) (-15 -1766 (|#2| |#2|)) (-15 -1777 (|#2| |#2|)) (-15 -1791 (|#2| |#2|)) (-15 -1803 (|#2| |#2|)) (-15 -1813 (|#2| |#2|)) (-15 -1827 (|#2| |#2|)) (-15 -1838 (|#2| |#2|)) (-15 -1848 (|#2| |#2|)) (-15 -1858 (|#2| |#2|)) (-15 -1871 (|#2| |#2|)) (-15 -1882 (|#2| |#2|)) (-15 -1895 (|#2| |#2|)) (-15 -1906 (|#2| |#2|)) (-15 -1919 (|#2| |#2|)) (-15 -1930 (|#2| |#2|)) (-15 -1942 (|#2| |#2|)) (-15 -2712 (|#2| |#2|)) (-15 -2682 (|#2|)) (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 -2788 (|#2|)) (-15 -2248 (|#2|)) (-15 -1491 (|#2| |#2|)) (-15 -4054 (|#2| |#2|)) (-15 -4079 (|#2| |#2|)) (-15 -1954 (|#2| |#2|)) (-15 -2945 (|#2| |#2|)) (-15 -2851 (|#2| |#2|)) (-15 -2205 (|#2| |#2|)) (-15 -1568 (|#2| |#2|)) (-15 -4059 (|#2| |#2|)) (-15 -3184 (|#2| |#2|)) (-15 -1378 (|#2| |#2|)) (-15 -3640 (|#2| |#2|)) (-15 -3414 (|#2| |#2|)) (-15 -3732 (|#2| |#2|)) (-15 -3756 (|#2| |#2|)) (-15 -1966 (|#2| |#2|)) (-15 -3114 (|#2| |#2|)) (-15 -1763 (|#2| |#2|)) (-15 -1405 (|#2| |#2|)) (-15 -4335 (|#2| |#2|)) (-15 -2204 (|#2| |#2|)) (-15 -2869 (|#2| |#2|)) (-15 -2040 (|#2| |#2|)) (-15 -4032 (|#2| |#2|)) (-15 -2884 (|#2| |#2|)) (-15 -2716 (|#2| |#2|)) (-15 -1995 ((-3 |#2| "failed") |#2| (-641 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -2556 ((-112) |#2|)))
-((-2380 (((-3 |#2| "failed") (-641 (-610 |#2|)) |#2| (-1170)) 154)) (-2942 ((|#2| (-407 (-564)) |#2|) 51)) (-2503 ((|#2| |#2| (-610 |#2|)) 147)) (-3884 (((-2 (|:| |func| |#2|) (|:| |kers| (-641 (-610 |#2|))) (|:| |vals| (-641 |#2|))) |#2| (-1170)) 146)) (-2985 ((|#2| |#2| (-1170)) 20) ((|#2| |#2|) 23)) (-3971 ((|#2| |#2| (-1170)) 160) ((|#2| |#2|) 158)))
-(((-277 |#1| |#2|) (-10 -7 (-15 -3971 (|#2| |#2|)) (-15 -3971 (|#2| |#2| (-1170))) (-15 -3884 ((-2 (|:| |func| |#2|) (|:| |kers| (-641 (-610 |#2|))) (|:| |vals| (-641 |#2|))) |#2| (-1170))) (-15 -2985 (|#2| |#2|)) (-15 -2985 (|#2| |#2| (-1170))) (-15 -2380 ((-3 |#2| "failed") (-641 (-610 |#2|)) |#2| (-1170))) (-15 -2503 (|#2| |#2| (-610 |#2|))) (-15 -2942 (|#2| (-407 (-564)) |#2|))) (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -277))
-((-2942 (*1 *2 *3 *2) (-12 (-5 *3 (-407 (-564))) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-2503 (*1 *2 *2 *3) (-12 (-5 *3 (-610 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *4 *2)))) (-2380 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-641 (-610 *2))) (-5 *4 (-1170)) (-4 *2 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *5 *2)))) (-2985 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-2985 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))) (-3884 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-641 (-610 *3))) (|:| |vals| (-641 *3)))) (-5 *1 (-277 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-3971 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-3971 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))))
-(-10 -7 (-15 -3971 (|#2| |#2|)) (-15 -3971 (|#2| |#2| (-1170))) (-15 -3884 ((-2 (|:| |func| |#2|) (|:| |kers| (-641 (-610 |#2|))) (|:| |vals| (-641 |#2|))) |#2| (-1170))) (-15 -2985 (|#2| |#2|)) (-15 -2985 (|#2| |#2| (-1170))) (-15 -2380 ((-3 |#2| "failed") (-641 (-610 |#2|)) |#2| (-1170))) (-15 -2503 (|#2| |#2| (-610 |#2|))) (-15 -2942 (|#2| (-407 (-564)) |#2|)))
-((-1558 (((-3 |#3| "failed") |#3|) 121)) (-1848 ((|#3| |#3|) 143)) (-3759 (((-3 |#3| "failed") |#3|) 89)) (-1711 ((|#3| |#3|) 133)) (-2608 (((-3 |#3| "failed") |#3|) 65)) (-1827 ((|#3| |#3|) 141)) (-1846 (((-3 |#3| "failed") |#3|) 53)) (-1688 ((|#3| |#3|) 131)) (-3359 (((-3 |#3| "failed") |#3|) 123)) (-1871 ((|#3| |#3|) 145)) (-3852 (((-3 |#3| "failed") |#3|) 91)) (-1734 ((|#3| |#3|) 135)) (-2413 (((-3 |#3| "failed") |#3| (-768)) 41)) (-3883 (((-3 |#3| "failed") |#3|) 81)) (-3612 ((|#3| |#3|) 130)) (-1802 (((-3 |#3| "failed") |#3|) 51)) (-2103 ((|#3| |#3|) 129)) (-4367 (((-3 |#3| "failed") |#3|) 124)) (-1882 ((|#3| |#3|) 146)) (-1704 (((-3 |#3| "failed") |#3|) 92)) (-1744 ((|#3| |#3|) 136)) (-3653 (((-3 |#3| "failed") |#3|) 122)) (-1858 ((|#3| |#3|) 144)) (-3982 (((-3 |#3| "failed") |#3|) 90)) (-1723 ((|#3| |#3|) 134)) (-2642 (((-3 |#3| "failed") |#3|) 67)) (-1838 ((|#3| |#3|) 142)) (-2436 (((-3 |#3| "failed") |#3|) 55)) (-1700 ((|#3| |#3|) 132)) (-4063 (((-3 |#3| "failed") |#3|) 73)) (-1919 ((|#3| |#3|) 149)) (-4141 (((-3 |#3| "failed") |#3|) 115)) (-1777 ((|#3| |#3|) 155)) (-3589 (((-3 |#3| "failed") |#3|) 69)) (-1895 ((|#3| |#3|) 147)) (-2866 (((-3 |#3| "failed") |#3|) 57)) (-1755 ((|#3| |#3|) 137)) (-2701 (((-3 |#3| "failed") |#3|) 77)) (-1942 ((|#3| |#3|) 151)) (-2621 (((-3 |#3| "failed") |#3|) 61)) (-1803 ((|#3| |#3|) 139)) (-3417 (((-3 |#3| "failed") |#3|) 79)) (-2712 ((|#3| |#3|) 152)) (-2300 (((-3 |#3| "failed") |#3|) 63)) (-1813 ((|#3| |#3|) 140)) (-1555 (((-3 |#3| "failed") |#3|) 75)) (-1930 ((|#3| |#3|) 150)) (-3140 (((-3 |#3| "failed") |#3|) 118)) (-1791 ((|#3| |#3|) 156)) (-4368 (((-3 |#3| "failed") |#3|) 71)) (-1906 ((|#3| |#3|) 148)) (-3545 (((-3 |#3| "failed") |#3|) 59)) (-1766 ((|#3| |#3|) 138)) (** ((|#3| |#3| (-407 (-564))) 47 (|has| |#1| (-363)))))
-(((-278 |#1| |#2| |#3|) (-13 (-980 |#3|) (-10 -7 (IF (|has| |#1| (-363)) (-15 ** (|#3| |#3| (-407 (-564)))) |%noBranch|) (-15 -2103 (|#3| |#3|)) (-15 -3612 (|#3| |#3|)) (-15 -1688 (|#3| |#3|)) (-15 -1700 (|#3| |#3|)) (-15 -1711 (|#3| |#3|)) (-15 -1723 (|#3| |#3|)) (-15 -1734 (|#3| |#3|)) (-15 -1744 (|#3| |#3|)) (-15 -1755 (|#3| |#3|)) (-15 -1766 (|#3| |#3|)) (-15 -1777 (|#3| |#3|)) (-15 -1791 (|#3| |#3|)) (-15 -1803 (|#3| |#3|)) (-15 -1813 (|#3| |#3|)) (-15 -1827 (|#3| |#3|)) (-15 -1838 (|#3| |#3|)) (-15 -1848 (|#3| |#3|)) (-15 -1858 (|#3| |#3|)) (-15 -1871 (|#3| |#3|)) (-15 -1882 (|#3| |#3|)) (-15 -1895 (|#3| |#3|)) (-15 -1906 (|#3| |#3|)) (-15 -1919 (|#3| |#3|)) (-15 -1930 (|#3| |#3|)) (-15 -1942 (|#3| |#3|)) (-15 -2712 (|#3| |#3|)))) (-38 (-407 (-564))) (-1250 |#1|) (-1221 |#1| |#2|)) (T -278))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-407 (-564))) (-4 *4 (-363)) (-4 *4 (-38 *3)) (-4 *5 (-1250 *4)) (-5 *1 (-278 *4 *5 *2)) (-4 *2 (-1221 *4 *5)))) (-2103 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3612 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1688 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1700 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1711 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1723 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1734 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1744 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1755 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1766 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1777 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1791 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1803 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1813 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1827 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1838 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1848 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1858 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1871 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1882 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1895 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1906 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1919 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1930 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-1942 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-2712 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))))
-(-13 (-980 |#3|) (-10 -7 (IF (|has| |#1| (-363)) (-15 ** (|#3| |#3| (-407 (-564)))) |%noBranch|) (-15 -2103 (|#3| |#3|)) (-15 -3612 (|#3| |#3|)) (-15 -1688 (|#3| |#3|)) (-15 -1700 (|#3| |#3|)) (-15 -1711 (|#3| |#3|)) (-15 -1723 (|#3| |#3|)) (-15 -1734 (|#3| |#3|)) (-15 -1744 (|#3| |#3|)) (-15 -1755 (|#3| |#3|)) (-15 -1766 (|#3| |#3|)) (-15 -1777 (|#3| |#3|)) (-15 -1791 (|#3| |#3|)) (-15 -1803 (|#3| |#3|)) (-15 -1813 (|#3| |#3|)) (-15 -1827 (|#3| |#3|)) (-15 -1838 (|#3| |#3|)) (-15 -1848 (|#3| |#3|)) (-15 -1858 (|#3| |#3|)) (-15 -1871 (|#3| |#3|)) (-15 -1882 (|#3| |#3|)) (-15 -1895 (|#3| |#3|)) (-15 -1906 (|#3| |#3|)) (-15 -1919 (|#3| |#3|)) (-15 -1930 (|#3| |#3|)) (-15 -1942 (|#3| |#3|)) (-15 -2712 (|#3| |#3|))))
-((-1558 (((-3 |#3| "failed") |#3|) 70)) (-1848 ((|#3| |#3|) 137)) (-3759 (((-3 |#3| "failed") |#3|) 54)) (-1711 ((|#3| |#3|) 125)) (-2608 (((-3 |#3| "failed") |#3|) 66)) (-1827 ((|#3| |#3|) 135)) (-1846 (((-3 |#3| "failed") |#3|) 50)) (-1688 ((|#3| |#3|) 123)) (-3359 (((-3 |#3| "failed") |#3|) 74)) (-1871 ((|#3| |#3|) 139)) (-3852 (((-3 |#3| "failed") |#3|) 58)) (-1734 ((|#3| |#3|) 127)) (-2413 (((-3 |#3| "failed") |#3| (-768)) 38)) (-3883 (((-3 |#3| "failed") |#3|) 48)) (-3612 ((|#3| |#3|) 111)) (-1802 (((-3 |#3| "failed") |#3|) 46)) (-2103 ((|#3| |#3|) 122)) (-4367 (((-3 |#3| "failed") |#3|) 76)) (-1882 ((|#3| |#3|) 140)) (-1704 (((-3 |#3| "failed") |#3|) 60)) (-1744 ((|#3| |#3|) 128)) (-3653 (((-3 |#3| "failed") |#3|) 72)) (-1858 ((|#3| |#3|) 138)) (-3982 (((-3 |#3| "failed") |#3|) 56)) (-1723 ((|#3| |#3|) 126)) (-2642 (((-3 |#3| "failed") |#3|) 68)) (-1838 ((|#3| |#3|) 136)) (-2436 (((-3 |#3| "failed") |#3|) 52)) (-1700 ((|#3| |#3|) 124)) (-4063 (((-3 |#3| "failed") |#3|) 78)) (-1919 ((|#3| |#3|) 143)) (-4141 (((-3 |#3| "failed") |#3|) 62)) (-1777 ((|#3| |#3|) 131)) (-3589 (((-3 |#3| "failed") |#3|) 112)) (-1895 ((|#3| |#3|) 141)) (-2866 (((-3 |#3| "failed") |#3|) 100)) (-1755 ((|#3| |#3|) 129)) (-2701 (((-3 |#3| "failed") |#3|) 116)) (-1942 ((|#3| |#3|) 145)) (-2621 (((-3 |#3| "failed") |#3|) 107)) (-1803 ((|#3| |#3|) 133)) (-3417 (((-3 |#3| "failed") |#3|) 117)) (-2712 ((|#3| |#3|) 146)) (-2300 (((-3 |#3| "failed") |#3|) 109)) (-1813 ((|#3| |#3|) 134)) (-1555 (((-3 |#3| "failed") |#3|) 80)) (-1930 ((|#3| |#3|) 144)) (-3140 (((-3 |#3| "failed") |#3|) 64)) (-1791 ((|#3| |#3|) 132)) (-4368 (((-3 |#3| "failed") |#3|) 113)) (-1906 ((|#3| |#3|) 142)) (-3545 (((-3 |#3| "failed") |#3|) 103)) (-1766 ((|#3| |#3|) 130)) (** ((|#3| |#3| (-407 (-564))) 44 (|has| |#1| (-363)))))
-(((-279 |#1| |#2| |#3| |#4|) (-13 (-980 |#3|) (-10 -7 (IF (|has| |#1| (-363)) (-15 ** (|#3| |#3| (-407 (-564)))) |%noBranch|) (-15 -2103 (|#3| |#3|)) (-15 -3612 (|#3| |#3|)) (-15 -1688 (|#3| |#3|)) (-15 -1700 (|#3| |#3|)) (-15 -1711 (|#3| |#3|)) (-15 -1723 (|#3| |#3|)) (-15 -1734 (|#3| |#3|)) (-15 -1744 (|#3| |#3|)) (-15 -1755 (|#3| |#3|)) (-15 -1766 (|#3| |#3|)) (-15 -1777 (|#3| |#3|)) (-15 -1791 (|#3| |#3|)) (-15 -1803 (|#3| |#3|)) (-15 -1813 (|#3| |#3|)) (-15 -1827 (|#3| |#3|)) (-15 -1838 (|#3| |#3|)) (-15 -1848 (|#3| |#3|)) (-15 -1858 (|#3| |#3|)) (-15 -1871 (|#3| |#3|)) (-15 -1882 (|#3| |#3|)) (-15 -1895 (|#3| |#3|)) (-15 -1906 (|#3| |#3|)) (-15 -1919 (|#3| |#3|)) (-15 -1930 (|#3| |#3|)) (-15 -1942 (|#3| |#3|)) (-15 -2712 (|#3| |#3|)))) (-38 (-407 (-564))) (-1219 |#1|) (-1242 |#1| |#2|) (-980 |#2|)) (T -279))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-407 (-564))) (-4 *4 (-363)) (-4 *4 (-38 *3)) (-4 *5 (-1219 *4)) (-5 *1 (-279 *4 *5 *2 *6)) (-4 *2 (-1242 *4 *5)) (-4 *6 (-980 *5)))) (-2103 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3612 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1688 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1700 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1711 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1723 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1734 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1744 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1755 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1766 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1777 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1791 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1803 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1813 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1827 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1838 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1848 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1858 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1871 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1882 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1895 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1906 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1919 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1930 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-1942 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-2712 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))))
-(-13 (-980 |#3|) (-10 -7 (IF (|has| |#1| (-363)) (-15 ** (|#3| |#3| (-407 (-564)))) |%noBranch|) (-15 -2103 (|#3| |#3|)) (-15 -3612 (|#3| |#3|)) (-15 -1688 (|#3| |#3|)) (-15 -1700 (|#3| |#3|)) (-15 -1711 (|#3| |#3|)) (-15 -1723 (|#3| |#3|)) (-15 -1734 (|#3| |#3|)) (-15 -1744 (|#3| |#3|)) (-15 -1755 (|#3| |#3|)) (-15 -1766 (|#3| |#3|)) (-15 -1777 (|#3| |#3|)) (-15 -1791 (|#3| |#3|)) (-15 -1803 (|#3| |#3|)) (-15 -1813 (|#3| |#3|)) (-15 -1827 (|#3| |#3|)) (-15 -1838 (|#3| |#3|)) (-15 -1848 (|#3| |#3|)) (-15 -1858 (|#3| |#3|)) (-15 -1871 (|#3| |#3|)) (-15 -1882 (|#3| |#3|)) (-15 -1895 (|#3| |#3|)) (-15 -1906 (|#3| |#3|)) (-15 -1919 (|#3| |#3|)) (-15 -1930 (|#3| |#3|)) (-15 -1942 (|#3| |#3|)) (-15 -2712 (|#3| |#3|))))
-((-3696 (((-112) $) 19)) (-2901 (((-183) $) 7)) (-2496 (((-3 (-506) "failed") $) 14)) (-2665 (((-3 (-641 $) "failed") $) NIL)) (-3815 (((-3 (-506) "failed") $) 20)) (-1963 (((-3 (-1098) "failed") $) 18)) (-2352 (((-112) $) 16)) (-1721 (((-859) $) NIL)) (-3459 (((-112) $) 9)))
-(((-280) (-13 (-611 (-859)) (-10 -8 (-15 -2901 ((-183) $)) (-15 -2352 ((-112) $)) (-15 -1963 ((-3 (-1098) "failed") $)) (-15 -3696 ((-112) $)) (-15 -3815 ((-3 (-506) "failed") $)) (-15 -3459 ((-112) $)) (-15 -2496 ((-3 (-506) "failed") $)) (-15 -2665 ((-3 (-641 $) "failed") $))))) (T -280))
-((-2901 (*1 *2 *1) (-12 (-5 *2 (-183)) (-5 *1 (-280)))) (-2352 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280)))) (-1963 (*1 *2 *1) (|partial| -12 (-5 *2 (-1098)) (-5 *1 (-280)))) (-3696 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280)))) (-3815 (*1 *2 *1) (|partial| -12 (-5 *2 (-506)) (-5 *1 (-280)))) (-3459 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280)))) (-2496 (*1 *2 *1) (|partial| -12 (-5 *2 (-506)) (-5 *1 (-280)))) (-2665 (*1 *2 *1) (|partial| -12 (-5 *2 (-641 (-280))) (-5 *1 (-280)))))
-(-13 (-611 (-859)) (-10 -8 (-15 -2901 ((-183) $)) (-15 -2352 ((-112) $)) (-15 -1963 ((-3 (-1098) "failed") $)) (-15 -3696 ((-112) $)) (-15 -3815 ((-3 (-506) "failed") $)) (-15 -3459 ((-112) $)) (-15 -2496 ((-3 (-506) "failed") $)) (-15 -2665 ((-3 (-641 $) "failed") $))))
-((-3346 (($ (-1 (-112) |#2|) $) 24)) (-1928 (($ $) 38)) (-3537 (($ (-1 (-112) |#2|) $) NIL) (($ |#2| $) 36)) (-3813 (($ |#2| $) 34) (($ (-1 (-112) |#2|) $) 18)) (-2915 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 42)) (-3476 (($ |#2| $ (-564)) 20) (($ $ $ (-564)) 22)) (-3383 (($ $ (-564)) 11) (($ $ (-1226 (-564))) 14)) (-1321 (($ $ |#2|) 32) (($ $ $) NIL)) (-2834 (($ $ |#2|) 31) (($ |#2| $) NIL) (($ $ $) 26) (($ (-641 $)) NIL)))
-(((-281 |#1| |#2|) (-10 -8 (-15 -2915 (|#1| |#1| |#1|)) (-15 -3537 (|#1| |#2| |#1|)) (-15 -2915 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3537 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1321 (|#1| |#1| |#1|)) (-15 -1321 (|#1| |#1| |#2|)) (-15 -3476 (|#1| |#1| |#1| (-564))) (-15 -3476 (|#1| |#2| |#1| (-564))) (-15 -3383 (|#1| |#1| (-1226 (-564)))) (-15 -3383 (|#1| |#1| (-564))) (-15 -2834 (|#1| (-641 |#1|))) (-15 -2834 (|#1| |#1| |#1|)) (-15 -2834 (|#1| |#2| |#1|)) (-15 -2834 (|#1| |#1| |#2|)) (-15 -3813 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3346 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3813 (|#1| |#2| |#1|)) (-15 -1928 (|#1| |#1|))) (-282 |#2|) (-1209)) (T -281))
-NIL
-(-10 -8 (-15 -2915 (|#1| |#1| |#1|)) (-15 -3537 (|#1| |#2| |#1|)) (-15 -2915 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3537 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1321 (|#1| |#1| |#1|)) (-15 -1321 (|#1| |#1| |#2|)) (-15 -3476 (|#1| |#1| |#1| (-564))) (-15 -3476 (|#1| |#2| |#1| (-564))) (-15 -3383 (|#1| |#1| (-1226 (-564)))) (-15 -3383 (|#1| |#1| (-564))) (-15 -2834 (|#1| (-641 |#1|))) (-15 -2834 (|#1| |#1| |#1|)) (-15 -2834 (|#1| |#2| |#1|)) (-15 -2834 (|#1| |#1| |#2|)) (-15 -3813 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3346 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3813 (|#1| |#2| |#1|)) (-15 -1928 (|#1| |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-2229 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) 8)) (-1869 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4413)))) (-4085 (($ (-1 (-112) |#1|) $) 85)) (-3346 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-3176 (($ $) 83 (|has| |#1| (-1094)))) (-1928 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3537 (($ (-1 (-112) |#1|) $) 89) (($ |#1| $) 84 (|has| |#1| (-1094)))) (-3813 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 51)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-1585 (($ (-768) |#1|) 69)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 43 (|has| (-564) (-847)))) (-2915 (($ (-1 (-112) |#1| |#1|) $ $) 86) (($ $ $) 82 (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 44 (|has| (-564) (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3573 (($ |#1| $ (-564)) 88) (($ $ $ (-564)) 87)) (-3476 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-4184 (((-641 (-564)) $) 46)) (-2405 (((-112) (-564) $) 47)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1897 ((|#1| $) 42 (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-1759 (($ $ |#1|) 41 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-2243 (($ $ (-564)) 91) (($ $ (-1226 (-564))) 90)) (-3383 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 70)) (-1321 (($ $ |#1|) 93) (($ $ $) 92)) (-2834 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1886 (((-641 (-564)) $) 28)) (-1619 (((-768) $) 26)) (-1831 (((-859) $) 35) (($ (-641 (-564))) 22)) (-3977 (($ (-768)) 32)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 9)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 16)))
+(((-275) (-13 (-847) (-10 -8 (-15 -1831 ($ (-641 (-564)))) (-15 -1619 ((-768) $)) (-15 -1886 ((-641 (-564)) $)) (-15 -3977 ($ (-768)))))) (T -275))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-275)))) (-1619 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-275)))) (-1886 (*1 *2 *1) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-275)))) (-3977 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-275)))))
+(-13 (-847) (-10 -8 (-15 -1831 ($ (-641 (-564)))) (-15 -1619 ((-768) $)) (-15 -1886 ((-641 (-564)) $)) (-15 -3977 ($ (-768)))))
+((-3357 ((|#2| |#2|) 77)) (-3210 ((|#2| |#2|) 65)) (-1435 (((-3 |#2| "failed") |#2| (-641 (-2 (|:| |func| |#2|) (|:| |pole| (-112))))) 125)) (-3330 ((|#2| |#2|) 75)) (-3187 ((|#2| |#2|) 63)) (-3384 ((|#2| |#2|) 79)) (-3233 ((|#2| |#2|) 67)) (-3714 ((|#2|) 46)) (-1841 (((-114) (-114)) 100)) (-2358 ((|#2| |#2|) 61)) (-2138 (((-112) |#2|) 147)) (-1832 ((|#2| |#2|) 195)) (-1462 ((|#2| |#2|) 171)) (-2142 ((|#2|) 59)) (-3762 ((|#2|) 58)) (-3988 ((|#2| |#2|) 191)) (-4098 ((|#2| |#2|) 167)) (-3903 ((|#2| |#2|) 199)) (-2958 ((|#2| |#2|) 175)) (-1946 ((|#2| |#2|) 163)) (-3592 ((|#2| |#2|) 165)) (-1564 ((|#2| |#2|) 201)) (-1902 ((|#2| |#2|) 177)) (-4291 ((|#2| |#2|) 197)) (-3063 ((|#2| |#2|) 173)) (-2388 ((|#2| |#2|) 193)) (-2268 ((|#2| |#2|) 169)) (-1875 ((|#2| |#2|) 207)) (-3820 ((|#2| |#2|) 183)) (-2948 ((|#2| |#2|) 203)) (-2000 ((|#2| |#2|) 179)) (-2134 ((|#2| |#2|) 211)) (-1693 ((|#2| |#2|) 187)) (-4271 ((|#2| |#2|) 213)) (-1877 ((|#2| |#2|) 189)) (-1755 ((|#2| |#2|) 209)) (-2187 ((|#2| |#2|) 185)) (-3235 ((|#2| |#2|) 205)) (-3230 ((|#2| |#2|) 181)) (-4326 ((|#2| |#2|) 62)) (-3395 ((|#2| |#2|) 80)) (-3245 ((|#2| |#2|) 68)) (-3371 ((|#2| |#2|) 78)) (-3221 ((|#2| |#2|) 66)) (-3344 ((|#2| |#2|) 76)) (-3199 ((|#2| |#2|) 64)) (-1322 (((-112) (-114)) 98)) (-3427 ((|#2| |#2|) 83)) (-3276 ((|#2| |#2|) 71)) (-3406 ((|#2| |#2|) 81)) (-3254 ((|#2| |#2|) 69)) (-3450 ((|#2| |#2|) 85)) (-3302 ((|#2| |#2|) 73)) (-2315 ((|#2| |#2|) 86)) (-3316 ((|#2| |#2|) 74)) (-3439 ((|#2| |#2|) 84)) (-3287 ((|#2| |#2|) 72)) (-3416 ((|#2| |#2|) 82)) (-3265 ((|#2| |#2|) 70)))
+(((-276 |#1| |#2|) (-10 -7 (-15 -4326 (|#2| |#2|)) (-15 -2358 (|#2| |#2|)) (-15 -3187 (|#2| |#2|)) (-15 -3199 (|#2| |#2|)) (-15 -3210 (|#2| |#2|)) (-15 -3221 (|#2| |#2|)) (-15 -3233 (|#2| |#2|)) (-15 -3245 (|#2| |#2|)) (-15 -3254 (|#2| |#2|)) (-15 -3265 (|#2| |#2|)) (-15 -3276 (|#2| |#2|)) (-15 -3287 (|#2| |#2|)) (-15 -3302 (|#2| |#2|)) (-15 -3316 (|#2| |#2|)) (-15 -3330 (|#2| |#2|)) (-15 -3344 (|#2| |#2|)) (-15 -3357 (|#2| |#2|)) (-15 -3371 (|#2| |#2|)) (-15 -3384 (|#2| |#2|)) (-15 -3395 (|#2| |#2|)) (-15 -3406 (|#2| |#2|)) (-15 -3416 (|#2| |#2|)) (-15 -3427 (|#2| |#2|)) (-15 -3439 (|#2| |#2|)) (-15 -3450 (|#2| |#2|)) (-15 -2315 (|#2| |#2|)) (-15 -3714 (|#2|)) (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 -3762 (|#2|)) (-15 -2142 (|#2|)) (-15 -3592 (|#2| |#2|)) (-15 -1946 (|#2| |#2|)) (-15 -4098 (|#2| |#2|)) (-15 -2268 (|#2| |#2|)) (-15 -1462 (|#2| |#2|)) (-15 -3063 (|#2| |#2|)) (-15 -2958 (|#2| |#2|)) (-15 -1902 (|#2| |#2|)) (-15 -2000 (|#2| |#2|)) (-15 -3230 (|#2| |#2|)) (-15 -3820 (|#2| |#2|)) (-15 -2187 (|#2| |#2|)) (-15 -1693 (|#2| |#2|)) (-15 -1877 (|#2| |#2|)) (-15 -3988 (|#2| |#2|)) (-15 -2388 (|#2| |#2|)) (-15 -1832 (|#2| |#2|)) (-15 -4291 (|#2| |#2|)) (-15 -3903 (|#2| |#2|)) (-15 -1564 (|#2| |#2|)) (-15 -2948 (|#2| |#2|)) (-15 -3235 (|#2| |#2|)) (-15 -1875 (|#2| |#2|)) (-15 -1755 (|#2| |#2|)) (-15 -2134 (|#2| |#2|)) (-15 -4271 (|#2| |#2|)) (-15 -1435 ((-3 |#2| "failed") |#2| (-641 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -2138 ((-112) |#2|))) (-13 (-847) (-556)) (-13 (-430 |#1|) (-999))) (T -276))
+((-2138 (*1 *2 *3) (-12 (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-276 *4 *3)) (-4 *3 (-13 (-430 *4) (-999))))) (-1435 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-641 (-2 (|:| |func| *2) (|:| |pole| (-112))))) (-4 *2 (-13 (-430 *4) (-999))) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-276 *4 *2)))) (-4271 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2134 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1755 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1875 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3235 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2948 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1564 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3903 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-4291 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1832 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2388 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3988 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1877 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1693 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2187 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3820 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3230 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2000 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1902 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2958 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3063 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1462 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2268 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-4098 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-1946 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3592 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2142 (*1 *2) (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2)) (-4 *3 (-13 (-847) (-556))))) (-3762 (*1 *2) (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2)) (-4 *3 (-13 (-847) (-556))))) (-1841 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *4)) (-4 *4 (-13 (-430 *3) (-999))))) (-1322 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-276 *4 *5)) (-4 *5 (-13 (-430 *4) (-999))))) (-3714 (*1 *2) (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2)) (-4 *3 (-13 (-847) (-556))))) (-2315 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3450 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3439 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3427 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3416 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3406 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3395 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3384 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3371 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3357 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3344 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3330 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3316 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3302 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3287 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3276 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3265 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3254 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3245 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3233 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3221 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3210 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3199 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-3187 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-2358 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))) (-4326 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2)) (-4 *2 (-13 (-430 *3) (-999))))))
+(-10 -7 (-15 -4326 (|#2| |#2|)) (-15 -2358 (|#2| |#2|)) (-15 -3187 (|#2| |#2|)) (-15 -3199 (|#2| |#2|)) (-15 -3210 (|#2| |#2|)) (-15 -3221 (|#2| |#2|)) (-15 -3233 (|#2| |#2|)) (-15 -3245 (|#2| |#2|)) (-15 -3254 (|#2| |#2|)) (-15 -3265 (|#2| |#2|)) (-15 -3276 (|#2| |#2|)) (-15 -3287 (|#2| |#2|)) (-15 -3302 (|#2| |#2|)) (-15 -3316 (|#2| |#2|)) (-15 -3330 (|#2| |#2|)) (-15 -3344 (|#2| |#2|)) (-15 -3357 (|#2| |#2|)) (-15 -3371 (|#2| |#2|)) (-15 -3384 (|#2| |#2|)) (-15 -3395 (|#2| |#2|)) (-15 -3406 (|#2| |#2|)) (-15 -3416 (|#2| |#2|)) (-15 -3427 (|#2| |#2|)) (-15 -3439 (|#2| |#2|)) (-15 -3450 (|#2| |#2|)) (-15 -2315 (|#2| |#2|)) (-15 -3714 (|#2|)) (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 -3762 (|#2|)) (-15 -2142 (|#2|)) (-15 -3592 (|#2| |#2|)) (-15 -1946 (|#2| |#2|)) (-15 -4098 (|#2| |#2|)) (-15 -2268 (|#2| |#2|)) (-15 -1462 (|#2| |#2|)) (-15 -3063 (|#2| |#2|)) (-15 -2958 (|#2| |#2|)) (-15 -1902 (|#2| |#2|)) (-15 -2000 (|#2| |#2|)) (-15 -3230 (|#2| |#2|)) (-15 -3820 (|#2| |#2|)) (-15 -2187 (|#2| |#2|)) (-15 -1693 (|#2| |#2|)) (-15 -1877 (|#2| |#2|)) (-15 -3988 (|#2| |#2|)) (-15 -2388 (|#2| |#2|)) (-15 -1832 (|#2| |#2|)) (-15 -4291 (|#2| |#2|)) (-15 -3903 (|#2| |#2|)) (-15 -1564 (|#2| |#2|)) (-15 -2948 (|#2| |#2|)) (-15 -3235 (|#2| |#2|)) (-15 -1875 (|#2| |#2|)) (-15 -1755 (|#2| |#2|)) (-15 -2134 (|#2| |#2|)) (-15 -4271 (|#2| |#2|)) (-15 -1435 ((-3 |#2| "failed") |#2| (-641 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -2138 ((-112) |#2|)))
+((-4143 (((-3 |#2| "failed") (-641 (-610 |#2|)) |#2| (-1170)) 154)) (-1431 ((|#2| (-407 (-564)) |#2|) 51)) (-2881 ((|#2| |#2| (-610 |#2|)) 147)) (-2789 (((-2 (|:| |func| |#2|) (|:| |kers| (-641 (-610 |#2|))) (|:| |vals| (-641 |#2|))) |#2| (-1170)) 146)) (-1853 ((|#2| |#2| (-1170)) 20) ((|#2| |#2|) 23)) (-2374 ((|#2| |#2| (-1170)) 160) ((|#2| |#2|) 158)))
+(((-277 |#1| |#2|) (-10 -7 (-15 -2374 (|#2| |#2|)) (-15 -2374 (|#2| |#2| (-1170))) (-15 -2789 ((-2 (|:| |func| |#2|) (|:| |kers| (-641 (-610 |#2|))) (|:| |vals| (-641 |#2|))) |#2| (-1170))) (-15 -1853 (|#2| |#2|)) (-15 -1853 (|#2| |#2| (-1170))) (-15 -4143 ((-3 |#2| "failed") (-641 (-610 |#2|)) |#2| (-1170))) (-15 -2881 (|#2| |#2| (-610 |#2|))) (-15 -1431 (|#2| (-407 (-564)) |#2|))) (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -277))
+((-1431 (*1 *2 *3 *2) (-12 (-5 *3 (-407 (-564))) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-2881 (*1 *2 *2 *3) (-12 (-5 *3 (-610 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *4 *2)))) (-4143 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-641 (-610 *2))) (-5 *4 (-1170)) (-4 *2 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *5 *2)))) (-1853 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-1853 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))) (-2789 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-641 (-610 *3))) (|:| |vals| (-641 *3)))) (-5 *1 (-277 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-2374 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-2374 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))))
+(-10 -7 (-15 -2374 (|#2| |#2|)) (-15 -2374 (|#2| |#2| (-1170))) (-15 -2789 ((-2 (|:| |func| |#2|) (|:| |kers| (-641 (-610 |#2|))) (|:| |vals| (-641 |#2|))) |#2| (-1170))) (-15 -1853 (|#2| |#2|)) (-15 -1853 (|#2| |#2| (-1170))) (-15 -4143 ((-3 |#2| "failed") (-641 (-610 |#2|)) |#2| (-1170))) (-15 -2881 (|#2| |#2| (-610 |#2|))) (-15 -1431 (|#2| (-407 (-564)) |#2|)))
+((-3017 (((-3 |#3| "failed") |#3|) 121)) (-3357 ((|#3| |#3|) 143)) (-4019 (((-3 |#3| "failed") |#3|) 89)) (-3210 ((|#3| |#3|) 133)) (-1425 (((-3 |#3| "failed") |#3|) 65)) (-3330 ((|#3| |#3|) 141)) (-2569 (((-3 |#3| "failed") |#3|) 53)) (-3187 ((|#3| |#3|) 131)) (-2438 (((-3 |#3| "failed") |#3|) 123)) (-3384 ((|#3| |#3|) 145)) (-3701 (((-3 |#3| "failed") |#3|) 91)) (-3233 ((|#3| |#3|) 135)) (-3215 (((-3 |#3| "failed") |#3| (-768)) 41)) (-2778 (((-3 |#3| "failed") |#3|) 81)) (-2358 ((|#3| |#3|) 130)) (-3431 (((-3 |#3| "failed") |#3|) 51)) (-4326 ((|#3| |#3|) 129)) (-1891 (((-3 |#3| "failed") |#3|) 124)) (-3395 ((|#3| |#3|) 146)) (-3804 (((-3 |#3| "failed") |#3|) 92)) (-3245 ((|#3| |#3|) 136)) (-2311 (((-3 |#3| "failed") |#3|) 122)) (-3371 ((|#3| |#3|) 144)) (-2501 (((-3 |#3| "failed") |#3|) 90)) (-3221 ((|#3| |#3|) 134)) (-1750 (((-3 |#3| "failed") |#3|) 67)) (-3344 ((|#3| |#3|) 142)) (-3445 (((-3 |#3| "failed") |#3|) 55)) (-3199 ((|#3| |#3|) 132)) (-3942 (((-3 |#3| "failed") |#3|) 73)) (-3427 ((|#3| |#3|) 149)) (-3470 (((-3 |#3| "failed") |#3|) 115)) (-3276 ((|#3| |#3|) 155)) (-2943 (((-3 |#3| "failed") |#3|) 69)) (-3406 ((|#3| |#3|) 147)) (-3202 (((-3 |#3| "failed") |#3|) 57)) (-3254 ((|#3| |#3|) 137)) (-4171 (((-3 |#3| "failed") |#3|) 77)) (-3450 ((|#3| |#3|) 151)) (-1563 (((-3 |#3| "failed") |#3|) 61)) (-3302 ((|#3| |#3|) 139)) (-1716 (((-3 |#3| "failed") |#3|) 79)) (-2315 ((|#3| |#3|) 152)) (-1405 (((-3 |#3| "failed") |#3|) 63)) (-3316 ((|#3| |#3|) 140)) (-2986 (((-3 |#3| "failed") |#3|) 75)) (-3439 ((|#3| |#3|) 150)) (-4016 (((-3 |#3| "failed") |#3|) 118)) (-3287 ((|#3| |#3|) 156)) (-1901 (((-3 |#3| "failed") |#3|) 71)) (-3416 ((|#3| |#3|) 148)) (-3727 (((-3 |#3| "failed") |#3|) 59)) (-3265 ((|#3| |#3|) 138)) (** ((|#3| |#3| (-407 (-564))) 47 (|has| |#1| (-363)))))
+(((-278 |#1| |#2| |#3|) (-13 (-980 |#3|) (-10 -7 (IF (|has| |#1| (-363)) (-15 ** (|#3| |#3| (-407 (-564)))) |%noBranch|) (-15 -4326 (|#3| |#3|)) (-15 -2358 (|#3| |#3|)) (-15 -3187 (|#3| |#3|)) (-15 -3199 (|#3| |#3|)) (-15 -3210 (|#3| |#3|)) (-15 -3221 (|#3| |#3|)) (-15 -3233 (|#3| |#3|)) (-15 -3245 (|#3| |#3|)) (-15 -3254 (|#3| |#3|)) (-15 -3265 (|#3| |#3|)) (-15 -3276 (|#3| |#3|)) (-15 -3287 (|#3| |#3|)) (-15 -3302 (|#3| |#3|)) (-15 -3316 (|#3| |#3|)) (-15 -3330 (|#3| |#3|)) (-15 -3344 (|#3| |#3|)) (-15 -3357 (|#3| |#3|)) (-15 -3371 (|#3| |#3|)) (-15 -3384 (|#3| |#3|)) (-15 -3395 (|#3| |#3|)) (-15 -3406 (|#3| |#3|)) (-15 -3416 (|#3| |#3|)) (-15 -3427 (|#3| |#3|)) (-15 -3439 (|#3| |#3|)) (-15 -3450 (|#3| |#3|)) (-15 -2315 (|#3| |#3|)))) (-38 (-407 (-564))) (-1250 |#1|) (-1221 |#1| |#2|)) (T -278))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-407 (-564))) (-4 *4 (-363)) (-4 *4 (-38 *3)) (-4 *5 (-1250 *4)) (-5 *1 (-278 *4 *5 *2)) (-4 *2 (-1221 *4 *5)))) (-4326 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-2358 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3187 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3199 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3210 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3221 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3233 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3245 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3254 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3265 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3276 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3287 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3302 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3316 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3330 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3344 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3357 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3371 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3384 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3395 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3406 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3416 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3427 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3439 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-3450 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))) (-2315 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3)) (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4)))))
+(-13 (-980 |#3|) (-10 -7 (IF (|has| |#1| (-363)) (-15 ** (|#3| |#3| (-407 (-564)))) |%noBranch|) (-15 -4326 (|#3| |#3|)) (-15 -2358 (|#3| |#3|)) (-15 -3187 (|#3| |#3|)) (-15 -3199 (|#3| |#3|)) (-15 -3210 (|#3| |#3|)) (-15 -3221 (|#3| |#3|)) (-15 -3233 (|#3| |#3|)) (-15 -3245 (|#3| |#3|)) (-15 -3254 (|#3| |#3|)) (-15 -3265 (|#3| |#3|)) (-15 -3276 (|#3| |#3|)) (-15 -3287 (|#3| |#3|)) (-15 -3302 (|#3| |#3|)) (-15 -3316 (|#3| |#3|)) (-15 -3330 (|#3| |#3|)) (-15 -3344 (|#3| |#3|)) (-15 -3357 (|#3| |#3|)) (-15 -3371 (|#3| |#3|)) (-15 -3384 (|#3| |#3|)) (-15 -3395 (|#3| |#3|)) (-15 -3406 (|#3| |#3|)) (-15 -3416 (|#3| |#3|)) (-15 -3427 (|#3| |#3|)) (-15 -3439 (|#3| |#3|)) (-15 -3450 (|#3| |#3|)) (-15 -2315 (|#3| |#3|))))
+((-3017 (((-3 |#3| "failed") |#3|) 70)) (-3357 ((|#3| |#3|) 137)) (-4019 (((-3 |#3| "failed") |#3|) 54)) (-3210 ((|#3| |#3|) 125)) (-1425 (((-3 |#3| "failed") |#3|) 66)) (-3330 ((|#3| |#3|) 135)) (-2569 (((-3 |#3| "failed") |#3|) 50)) (-3187 ((|#3| |#3|) 123)) (-2438 (((-3 |#3| "failed") |#3|) 74)) (-3384 ((|#3| |#3|) 139)) (-3701 (((-3 |#3| "failed") |#3|) 58)) (-3233 ((|#3| |#3|) 127)) (-3215 (((-3 |#3| "failed") |#3| (-768)) 38)) (-2778 (((-3 |#3| "failed") |#3|) 48)) (-2358 ((|#3| |#3|) 111)) (-3431 (((-3 |#3| "failed") |#3|) 46)) (-4326 ((|#3| |#3|) 122)) (-1891 (((-3 |#3| "failed") |#3|) 76)) (-3395 ((|#3| |#3|) 140)) (-3804 (((-3 |#3| "failed") |#3|) 60)) (-3245 ((|#3| |#3|) 128)) (-2311 (((-3 |#3| "failed") |#3|) 72)) (-3371 ((|#3| |#3|) 138)) (-2501 (((-3 |#3| "failed") |#3|) 56)) (-3221 ((|#3| |#3|) 126)) (-1750 (((-3 |#3| "failed") |#3|) 68)) (-3344 ((|#3| |#3|) 136)) (-3445 (((-3 |#3| "failed") |#3|) 52)) (-3199 ((|#3| |#3|) 124)) (-3942 (((-3 |#3| "failed") |#3|) 78)) (-3427 ((|#3| |#3|) 143)) (-3470 (((-3 |#3| "failed") |#3|) 62)) (-3276 ((|#3| |#3|) 131)) (-2943 (((-3 |#3| "failed") |#3|) 112)) (-3406 ((|#3| |#3|) 141)) (-3202 (((-3 |#3| "failed") |#3|) 100)) (-3254 ((|#3| |#3|) 129)) (-4171 (((-3 |#3| "failed") |#3|) 116)) (-3450 ((|#3| |#3|) 145)) (-1563 (((-3 |#3| "failed") |#3|) 107)) (-3302 ((|#3| |#3|) 133)) (-1716 (((-3 |#3| "failed") |#3|) 117)) (-2315 ((|#3| |#3|) 146)) (-1405 (((-3 |#3| "failed") |#3|) 109)) (-3316 ((|#3| |#3|) 134)) (-2986 (((-3 |#3| "failed") |#3|) 80)) (-3439 ((|#3| |#3|) 144)) (-4016 (((-3 |#3| "failed") |#3|) 64)) (-3287 ((|#3| |#3|) 132)) (-1901 (((-3 |#3| "failed") |#3|) 113)) (-3416 ((|#3| |#3|) 142)) (-3727 (((-3 |#3| "failed") |#3|) 103)) (-3265 ((|#3| |#3|) 130)) (** ((|#3| |#3| (-407 (-564))) 44 (|has| |#1| (-363)))))
+(((-279 |#1| |#2| |#3| |#4|) (-13 (-980 |#3|) (-10 -7 (IF (|has| |#1| (-363)) (-15 ** (|#3| |#3| (-407 (-564)))) |%noBranch|) (-15 -4326 (|#3| |#3|)) (-15 -2358 (|#3| |#3|)) (-15 -3187 (|#3| |#3|)) (-15 -3199 (|#3| |#3|)) (-15 -3210 (|#3| |#3|)) (-15 -3221 (|#3| |#3|)) (-15 -3233 (|#3| |#3|)) (-15 -3245 (|#3| |#3|)) (-15 -3254 (|#3| |#3|)) (-15 -3265 (|#3| |#3|)) (-15 -3276 (|#3| |#3|)) (-15 -3287 (|#3| |#3|)) (-15 -3302 (|#3| |#3|)) (-15 -3316 (|#3| |#3|)) (-15 -3330 (|#3| |#3|)) (-15 -3344 (|#3| |#3|)) (-15 -3357 (|#3| |#3|)) (-15 -3371 (|#3| |#3|)) (-15 -3384 (|#3| |#3|)) (-15 -3395 (|#3| |#3|)) (-15 -3406 (|#3| |#3|)) (-15 -3416 (|#3| |#3|)) (-15 -3427 (|#3| |#3|)) (-15 -3439 (|#3| |#3|)) (-15 -3450 (|#3| |#3|)) (-15 -2315 (|#3| |#3|)))) (-38 (-407 (-564))) (-1219 |#1|) (-1242 |#1| |#2|) (-980 |#2|)) (T -279))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-407 (-564))) (-4 *4 (-363)) (-4 *4 (-38 *3)) (-4 *5 (-1219 *4)) (-5 *1 (-279 *4 *5 *2 *6)) (-4 *2 (-1242 *4 *5)) (-4 *6 (-980 *5)))) (-4326 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-2358 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3187 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3199 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3210 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3221 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3233 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3245 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3254 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3265 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3276 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3287 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3302 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3316 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3330 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3344 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3357 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3371 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3384 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3395 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3406 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3416 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3427 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3439 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-3450 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))) (-2315 (*1 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3)) (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4)))))
+(-13 (-980 |#3|) (-10 -7 (IF (|has| |#1| (-363)) (-15 ** (|#3| |#3| (-407 (-564)))) |%noBranch|) (-15 -4326 (|#3| |#3|)) (-15 -2358 (|#3| |#3|)) (-15 -3187 (|#3| |#3|)) (-15 -3199 (|#3| |#3|)) (-15 -3210 (|#3| |#3|)) (-15 -3221 (|#3| |#3|)) (-15 -3233 (|#3| |#3|)) (-15 -3245 (|#3| |#3|)) (-15 -3254 (|#3| |#3|)) (-15 -3265 (|#3| |#3|)) (-15 -3276 (|#3| |#3|)) (-15 -3287 (|#3| |#3|)) (-15 -3302 (|#3| |#3|)) (-15 -3316 (|#3| |#3|)) (-15 -3330 (|#3| |#3|)) (-15 -3344 (|#3| |#3|)) (-15 -3357 (|#3| |#3|)) (-15 -3371 (|#3| |#3|)) (-15 -3384 (|#3| |#3|)) (-15 -3395 (|#3| |#3|)) (-15 -3406 (|#3| |#3|)) (-15 -3416 (|#3| |#3|)) (-15 -3427 (|#3| |#3|)) (-15 -3439 (|#3| |#3|)) (-15 -3450 (|#3| |#3|)) (-15 -2315 (|#3| |#3|))))
+((-1519 (((-112) $) 19)) (-1699 (((-183) $) 7)) (-2812 (((-3 (-506) "failed") $) 14)) (-1952 (((-3 (-641 $) "failed") $) NIL)) (-3325 (((-3 (-506) "failed") $) 20)) (-2354 (((-3 (-1098) "failed") $) 18)) (-3859 (((-112) $) 16)) (-1831 (((-859) $) NIL)) (-4042 (((-112) $) 9)))
+(((-280) (-13 (-611 (-859)) (-10 -8 (-15 -1699 ((-183) $)) (-15 -3859 ((-112) $)) (-15 -2354 ((-3 (-1098) "failed") $)) (-15 -1519 ((-112) $)) (-15 -3325 ((-3 (-506) "failed") $)) (-15 -4042 ((-112) $)) (-15 -2812 ((-3 (-506) "failed") $)) (-15 -1952 ((-3 (-641 $) "failed") $))))) (T -280))
+((-1699 (*1 *2 *1) (-12 (-5 *2 (-183)) (-5 *1 (-280)))) (-3859 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280)))) (-2354 (*1 *2 *1) (|partial| -12 (-5 *2 (-1098)) (-5 *1 (-280)))) (-1519 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280)))) (-3325 (*1 *2 *1) (|partial| -12 (-5 *2 (-506)) (-5 *1 (-280)))) (-4042 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280)))) (-2812 (*1 *2 *1) (|partial| -12 (-5 *2 (-506)) (-5 *1 (-280)))) (-1952 (*1 *2 *1) (|partial| -12 (-5 *2 (-641 (-280))) (-5 *1 (-280)))))
+(-13 (-611 (-859)) (-10 -8 (-15 -1699 ((-183) $)) (-15 -3859 ((-112) $)) (-15 -2354 ((-3 (-1098) "failed") $)) (-15 -1519 ((-112) $)) (-15 -3325 ((-3 (-506) "failed") $)) (-15 -4042 ((-112) $)) (-15 -2812 ((-3 (-506) "failed") $)) (-15 -1952 ((-3 (-641 $) "failed") $))))
+((-3752 (($ (-1 (-112) |#2|) $) 24)) (-3337 (($ $) 38)) (-3644 (($ (-1 (-112) |#2|) $) NIL) (($ |#2| $) 36)) (-2576 (($ |#2| $) 34) (($ (-1 (-112) |#2|) $) 18)) (-2429 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 42)) (-3652 (($ |#2| $ (-564)) 20) (($ $ $ (-564)) 22)) (-2126 (($ $ (-564)) 11) (($ $ (-1226 (-564))) 14)) (-2460 (($ $ |#2|) 32) (($ $ $) NIL)) (-3043 (($ $ |#2|) 31) (($ |#2| $) NIL) (($ $ $) 26) (($ (-641 $)) NIL)))
+(((-281 |#1| |#2|) (-10 -8 (-15 -2429 (|#1| |#1| |#1|)) (-15 -3644 (|#1| |#2| |#1|)) (-15 -2429 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3644 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2460 (|#1| |#1| |#1|)) (-15 -2460 (|#1| |#1| |#2|)) (-15 -3652 (|#1| |#1| |#1| (-564))) (-15 -3652 (|#1| |#2| |#1| (-564))) (-15 -2126 (|#1| |#1| (-1226 (-564)))) (-15 -2126 (|#1| |#1| (-564))) (-15 -3043 (|#1| (-641 |#1|))) (-15 -3043 (|#1| |#1| |#1|)) (-15 -3043 (|#1| |#2| |#1|)) (-15 -3043 (|#1| |#1| |#2|)) (-15 -2576 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3752 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2576 (|#1| |#2| |#1|)) (-15 -3337 (|#1| |#1|))) (-282 |#2|) (-1209)) (T -281))
+NIL
+(-10 -8 (-15 -2429 (|#1| |#1| |#1|)) (-15 -3644 (|#1| |#2| |#1|)) (-15 -2429 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3644 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2460 (|#1| |#1| |#1|)) (-15 -2460 (|#1| |#1| |#2|)) (-15 -3652 (|#1| |#1| |#1| (-564))) (-15 -3652 (|#1| |#2| |#1| (-564))) (-15 -2126 (|#1| |#1| (-1226 (-564)))) (-15 -2126 (|#1| |#1| (-564))) (-15 -3043 (|#1| (-641 |#1|))) (-15 -3043 (|#1| |#1| |#1|)) (-15 -3043 (|#1| |#2| |#1|)) (-15 -3043 (|#1| |#1| |#2|)) (-15 -2576 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3752 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2576 (|#1| |#2| |#1|)) (-15 -3337 (|#1| |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1956 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) 8)) (-1970 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4407)))) (-4145 (($ (-1 (-112) |#1|) $) 85)) (-3752 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-4341 (($ $) 83 (|has| |#1| (-1094)))) (-3337 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3644 (($ (-1 (-112) |#1|) $) 89) (($ |#1| $) 84 (|has| |#1| (-1094)))) (-2576 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 51)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3654 (($ (-768) |#1|) 69)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 43 (|has| (-564) (-847)))) (-2429 (($ (-1 (-112) |#1| |#1|) $ $) 86) (($ $ $) 82 (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 44 (|has| (-564) (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2783 (($ |#1| $ (-564)) 88) (($ $ $ (-564)) 87)) (-3652 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-3883 (((-641 (-564)) $) 46)) (-4336 (((-112) (-564) $) 47)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3303 ((|#1| $) 42 (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-4253 (($ $ |#1|) 41 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-2087 (($ $ (-564)) 91) (($ $ (-1226 (-564))) 90)) (-2126 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 70)) (-2460 (($ $ |#1|) 93) (($ $ $) 92)) (-3043 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-282 |#1|) (-140) (-1209)) (T -282))
-((-1321 (*1 *1 *1 *2) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)))) (-1321 (*1 *1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)))) (-2243 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-2243 (*1 *1 *1 *2) (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-3537 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-3573 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-282 *2)) (-4 *2 (-1209)))) (-3573 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-2915 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-4085 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-3537 (*1 *1 *2 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-1094)))) (-3176 (*1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-1094)))) (-2915 (*1 *1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-847)))))
-(-13 (-647 |t#1|) (-10 -8 (-6 -4413) (-15 -1321 ($ $ |t#1|)) (-15 -1321 ($ $ $)) (-15 -2243 ($ $ (-564))) (-15 -2243 ($ $ (-1226 (-564)))) (-15 -3537 ($ (-1 (-112) |t#1|) $)) (-15 -3573 ($ |t#1| $ (-564))) (-15 -3573 ($ $ $ (-564))) (-15 -2915 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -4085 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1094)) (PROGN (-15 -3537 ($ |t#1| $)) (-15 -3176 ($ $))) |%noBranch|) (IF (|has| |t#1| (-847)) (-15 -2915 ($ $ $)) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-2460 (*1 *1 *1 *2) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)))) (-2460 (*1 *1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)))) (-2087 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-2087 (*1 *1 *1 *2) (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-3644 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-2783 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-282 *2)) (-4 *2 (-1209)))) (-2783 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-2429 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-4145 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))) (-3644 (*1 *1 *2 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-1094)))) (-4341 (*1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-1094)))) (-2429 (*1 *1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-847)))))
+(-13 (-647 |t#1|) (-10 -8 (-6 -4407) (-15 -2460 ($ $ |t#1|)) (-15 -2460 ($ $ $)) (-15 -2087 ($ $ (-564))) (-15 -2087 ($ $ (-1226 (-564)))) (-15 -3644 ($ (-1 (-112) |t#1|) $)) (-15 -2783 ($ |t#1| $ (-564))) (-15 -2783 ($ $ $ (-564))) (-15 -2429 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -4145 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1094)) (PROGN (-15 -3644 ($ |t#1| $)) (-15 -4341 ($ $))) |%noBranch|) (IF (|has| |t#1| (-847)) (-15 -2429 ($ $ $)) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
((** (($ $ $) 10)))
(((-283 |#1|) (-10 -8 (-15 ** (|#1| |#1| |#1|))) (-284)) (T -283))
NIL
(-10 -8 (-15 ** (|#1| |#1| |#1|)))
-((-3612 (($ $) 6)) (-2103 (($ $) 7)) (** (($ $ $) 8)))
+((-2358 (($ $) 6)) (-4326 (($ $) 7)) (** (($ $ $) 8)))
(((-284) (-140)) (T -284))
-((** (*1 *1 *1 *1) (-4 *1 (-284))) (-2103 (*1 *1 *1) (-4 *1 (-284))) (-3612 (*1 *1 *1) (-4 *1 (-284))))
-(-13 (-10 -8 (-15 -3612 ($ $)) (-15 -2103 ($ $)) (-15 ** ($ $ $))))
-((-1974 (((-641 (-1150 |#1|)) (-1150 |#1|) |#1|) 35)) (-1832 ((|#2| |#2| |#1|) 39)) (-4241 ((|#2| |#2| |#1|) 41)) (-1697 ((|#2| |#2| |#1|) 40)))
-(((-285 |#1| |#2|) (-10 -7 (-15 -1832 (|#2| |#2| |#1|)) (-15 -1697 (|#2| |#2| |#1|)) (-15 -4241 (|#2| |#2| |#1|)) (-15 -1974 ((-641 (-1150 |#1|)) (-1150 |#1|) |#1|))) (-363) (-1250 |#1|)) (T -285))
-((-1974 (*1 *2 *3 *4) (-12 (-4 *4 (-363)) (-5 *2 (-641 (-1150 *4))) (-5 *1 (-285 *4 *5)) (-5 *3 (-1150 *4)) (-4 *5 (-1250 *4)))) (-4241 (*1 *2 *2 *3) (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))) (-1697 (*1 *2 *2 *3) (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))) (-1832 (*1 *2 *2 *3) (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))))
-(-10 -7 (-15 -1832 (|#2| |#2| |#1|)) (-15 -1697 (|#2| |#2| |#1|)) (-15 -4241 (|#2| |#2| |#1|)) (-15 -1974 ((-641 (-1150 |#1|)) (-1150 |#1|) |#1|)))
-((-2961 ((|#2| $ |#1|) 6)))
+((** (*1 *1 *1 *1) (-4 *1 (-284))) (-4326 (*1 *1 *1) (-4 *1 (-284))) (-2358 (*1 *1 *1) (-4 *1 (-284))))
+(-13 (-10 -8 (-15 -2358 ($ $)) (-15 -4326 ($ $)) (-15 ** ($ $ $))))
+((-2479 (((-641 (-1150 |#1|)) (-1150 |#1|) |#1|) 35)) (-3677 ((|#2| |#2| |#1|) 39)) (-3182 ((|#2| |#2| |#1|) 41)) (-2739 ((|#2| |#2| |#1|) 40)))
+(((-285 |#1| |#2|) (-10 -7 (-15 -3677 (|#2| |#2| |#1|)) (-15 -2739 (|#2| |#2| |#1|)) (-15 -3182 (|#2| |#2| |#1|)) (-15 -2479 ((-641 (-1150 |#1|)) (-1150 |#1|) |#1|))) (-363) (-1250 |#1|)) (T -285))
+((-2479 (*1 *2 *3 *4) (-12 (-4 *4 (-363)) (-5 *2 (-641 (-1150 *4))) (-5 *1 (-285 *4 *5)) (-5 *3 (-1150 *4)) (-4 *5 (-1250 *4)))) (-3182 (*1 *2 *2 *3) (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))) (-2739 (*1 *2 *2 *3) (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))) (-3677 (*1 *2 *2 *3) (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))))
+(-10 -7 (-15 -3677 (|#2| |#2| |#1|)) (-15 -2739 (|#2| |#2| |#1|)) (-15 -3182 (|#2| |#2| |#1|)) (-15 -2479 ((-641 (-1150 |#1|)) (-1150 |#1|) |#1|)))
+((-1350 ((|#2| $ |#1|) 6)))
(((-286 |#1| |#2|) (-140) (-1094) (-1209)) (T -286))
-((-2961 (*1 *2 *1 *3) (-12 (-4 *1 (-286 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))))
-(-13 (-10 -8 (-15 -2961 (|t#2| $ |t#1|))))
-((-1452 ((|#3| $ |#2| |#3|) 12)) (-1379 ((|#3| $ |#2|) 10)))
-(((-287 |#1| |#2| |#3|) (-10 -8 (-15 -1452 (|#3| |#1| |#2| |#3|)) (-15 -1379 (|#3| |#1| |#2|))) (-288 |#2| |#3|) (-1094) (-1209)) (T -287))
+((-1350 (*1 *2 *1 *3) (-12 (-4 *1 (-286 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))))
+(-13 (-10 -8 (-15 -1350 (|t#2| $ |t#1|))))
+((-2261 ((|#3| $ |#2| |#3|) 12)) (-2190 ((|#3| $ |#2|) 10)))
+(((-287 |#1| |#2| |#3|) (-10 -8 (-15 -2261 (|#3| |#1| |#2| |#3|)) (-15 -2190 (|#3| |#1| |#2|))) (-288 |#2| |#3|) (-1094) (-1209)) (T -287))
NIL
-(-10 -8 (-15 -1452 (|#3| |#1| |#2| |#3|)) (-15 -1379 (|#3| |#1| |#2|)))
-((-1869 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4413)))) (-1452 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) 11)) (-2961 ((|#2| $ |#1|) 6) ((|#2| $ |#1| |#2|) 12)))
+(-10 -8 (-15 -2261 (|#3| |#1| |#2| |#3|)) (-15 -2190 (|#3| |#1| |#2|)))
+((-1970 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4407)))) (-2261 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) 11)) (-1350 ((|#2| $ |#1|) 6) ((|#2| $ |#1| |#2|) 12)))
(((-288 |#1| |#2|) (-140) (-1094) (-1209)) (T -288))
-((-2961 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))) (-1379 (*1 *2 *1 *3) (-12 (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))) (-1869 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))) (-1452 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))))
-(-13 (-286 |t#1| |t#2|) (-10 -8 (-15 -2961 (|t#2| $ |t#1| |t#2|)) (-15 -1379 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4413)) (PROGN (-15 -1869 (|t#2| $ |t#1| |t#2|)) (-15 -1452 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
+((-1350 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))) (-2190 (*1 *2 *1 *3) (-12 (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))) (-1970 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))) (-2261 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))))
+(-13 (-286 |t#1| |t#2|) (-10 -8 (-15 -1350 (|t#2| $ |t#1| |t#2|)) (-15 -2190 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4407)) (PROGN (-15 -1970 (|t#2| $ |t#1| |t#2|)) (-15 -2261 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
(((-286 |#1| |#2|) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 37)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 44)) (-4010 (($ $) 41)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1817 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-2668 (($ $ $) 35)) (-3658 (($ |#2| |#3|) 18)) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-3282 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4347 ((|#3| $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 19)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4175 (((-3 $ "failed") $ $) NIL)) (-2358 (((-768) $) 36)) (-2961 ((|#2| $ |#2|) 46)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 23)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) ((|#2| $) NIL)) (-1303 (((-768)) NIL T CONST)) (-1720 (((-112) $ $) NIL)) (-2885 (($) 31 T CONST)) (-2898 (($) 39 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 40)))
-(((-289 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-307) (-10 -8 (-15 -4347 (|#3| $)) (-15 -1721 (|#2| $)) (-15 -3658 ($ |#2| |#3|)) (-15 -4175 ((-3 $ "failed") $ $)) (-15 -3233 ((-3 $ "failed") $)) (-15 -4247 ($ $)) (-15 -2961 (|#2| $ |#2|)))) (-172) (-1235 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -289))
-((-3233 (*1 *1 *1) (|partial| -12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1235 *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)))) (-4347 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-23)) (-5 *1 (-289 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1235 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-1721 (*1 *2 *1) (-12 (-4 *2 (-1235 *3)) (-5 *1 (-289 *3 *2 *4 *5 *6 *7)) (-4 *3 (-172)) (-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)))) (-3658 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-289 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1235 *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)))) (-4175 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1235 *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)))) (-4247 (*1 *1 *1) (-12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1235 *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)))) (-2961 (*1 *2 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-289 *3 *2 *4 *5 *6 *7)) (-4 *2 (-1235 *3)) (-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)))))
-(-13 (-307) (-10 -8 (-15 -4347 (|#3| $)) (-15 -1721 (|#2| $)) (-15 -3658 ($ |#2| |#3|)) (-15 -4175 ((-3 $ "failed") $ $)) (-15 -3233 ((-3 $ "failed") $)) (-15 -4247 ($ $)) (-15 -2961 (|#2| $ |#2|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 37)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 44)) (-1537 (($ $) 41)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3554 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-1449 (($ $ $) 35)) (-1988 (($ |#2| |#3|) 18)) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-2949 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1691 ((|#3| $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 19)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3807 (((-3 $ "failed") $ $) NIL)) (-3920 (((-768) $) 36)) (-1350 ((|#2| $ |#2|) 46)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 23)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) ((|#2| $) NIL)) (-2219 (((-768)) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-1293 (($) 31 T CONST)) (-1300 (($) 39 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 40)))
+(((-289 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-307) (-10 -8 (-15 -1691 (|#3| $)) (-15 -1831 (|#2| $)) (-15 -1988 ($ |#2| |#3|)) (-15 -3807 ((-3 $ "failed") $ $)) (-15 -3733 ((-3 $ "failed") $)) (-15 -3315 ($ $)) (-15 -1350 (|#2| $ |#2|)))) (-172) (-1235 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -289))
+((-3733 (*1 *1 *1) (|partial| -12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1235 *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)))) (-1691 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-23)) (-5 *1 (-289 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1235 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-1831 (*1 *2 *1) (-12 (-4 *2 (-1235 *3)) (-5 *1 (-289 *3 *2 *4 *5 *6 *7)) (-4 *3 (-172)) (-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)))) (-1988 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-289 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1235 *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)))) (-3807 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1235 *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)))) (-3315 (*1 *1 *1) (-12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1235 *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)))) (-1350 (*1 *2 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-289 *3 *2 *4 *5 *6 *7)) (-4 *2 (-1235 *3)) (-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)))))
+(-13 (-307) (-10 -8 (-15 -1691 (|#3| $)) (-15 -1831 (|#2| $)) (-15 -1988 ($ |#2| |#3|)) (-15 -3807 ((-3 $ "failed") $ $)) (-15 -3733 ((-3 $ "failed") $)) (-15 -3315 ($ $)) (-15 -1350 (|#2| $ |#2|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-290) (-140)) (T -290))
NIL
-(-13 (-1046) (-111 $ $) (-10 -7 (-6 -4405)))
+(-13 (-1046) (-111 $ $) (-10 -7 (-6 -4399)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 $) . T) ((-723) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1487 (($ (-1170) (-1170) (-1098) $) 19)) (-3264 (($ (-1170) (-641 (-962)) $) 23)) (-2065 (((-641 (-1079)) $) 10)) (-2124 (($) 25)) (-1641 (((-687 (-1098)) (-1170) (-1170) $) 18)) (-3433 (((-641 (-962)) (-1170) $) 22)) (-3456 (($) 7)) (-2790 (($) 24)) (-1721 (((-859) $) 29)) (-2403 (($) 26)))
-(((-291) (-13 (-611 (-859)) (-10 -8 (-15 -3456 ($)) (-15 -2065 ((-641 (-1079)) $)) (-15 -1641 ((-687 (-1098)) (-1170) (-1170) $)) (-15 -1487 ($ (-1170) (-1170) (-1098) $)) (-15 -3433 ((-641 (-962)) (-1170) $)) (-15 -3264 ($ (-1170) (-641 (-962)) $)) (-15 -2790 ($)) (-15 -2124 ($)) (-15 -2403 ($))))) (T -291))
-((-3456 (*1 *1) (-5 *1 (-291))) (-2065 (*1 *2 *1) (-12 (-5 *2 (-641 (-1079))) (-5 *1 (-291)))) (-1641 (*1 *2 *3 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-1098))) (-5 *1 (-291)))) (-1487 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-1170)) (-5 *3 (-1098)) (-5 *1 (-291)))) (-3433 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-641 (-962))) (-5 *1 (-291)))) (-3264 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-962))) (-5 *1 (-291)))) (-2790 (*1 *1) (-5 *1 (-291))) (-2124 (*1 *1) (-5 *1 (-291))) (-2403 (*1 *1) (-5 *1 (-291))))
-(-13 (-611 (-859)) (-10 -8 (-15 -3456 ($)) (-15 -2065 ((-641 (-1079)) $)) (-15 -1641 ((-687 (-1098)) (-1170) (-1170) $)) (-15 -1487 ($ (-1170) (-1170) (-1098) $)) (-15 -3433 ((-641 (-962)) (-1170) $)) (-15 -3264 ($ (-1170) (-641 (-962)) $)) (-15 -2790 ($)) (-15 -2124 ($)) (-15 -2403 ($))))
-((-2030 (((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |geneigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|)))) 105)) (-2228 (((-641 (-685 (-407 (-949 |#1|)))) (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|)))))) (-685 (-407 (-949 |#1|)))) 100) (((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|))) (-768) (-768)) 41)) (-1938 (((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|)))) 102)) (-3206 (((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|)))) 77)) (-3104 (((-641 (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (-685 (-407 (-949 |#1|)))) 76)) (-4120 (((-949 |#1|) (-685 (-407 (-949 |#1|)))) 57) (((-949 |#1|) (-685 (-407 (-949 |#1|))) (-1170)) 58)))
-(((-292 |#1|) (-10 -7 (-15 -4120 ((-949 |#1|) (-685 (-407 (-949 |#1|))) (-1170))) (-15 -4120 ((-949 |#1|) (-685 (-407 (-949 |#1|))))) (-15 -3104 ((-641 (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (-685 (-407 (-949 |#1|))))) (-15 -3206 ((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|))))) (-15 -2228 ((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|))) (-768) (-768))) (-15 -2228 ((-641 (-685 (-407 (-949 |#1|)))) (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|)))))) (-685 (-407 (-949 |#1|))))) (-15 -2030 ((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |geneigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|))))) (-15 -1938 ((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|)))))) (-452)) (T -292))
-((-1938 (*1 *2 *3) (-12 (-4 *4 (-452)) (-5 *2 (-641 (-2 (|:| |eigval| (-3 (-407 (-949 *4)) (-1159 (-1170) (-949 *4)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 *4)))))))) (-5 *1 (-292 *4)) (-5 *3 (-685 (-407 (-949 *4)))))) (-2030 (*1 *2 *3) (-12 (-4 *4 (-452)) (-5 *2 (-641 (-2 (|:| |eigval| (-3 (-407 (-949 *4)) (-1159 (-1170) (-949 *4)))) (|:| |geneigvec| (-641 (-685 (-407 (-949 *4)))))))) (-5 *1 (-292 *4)) (-5 *3 (-685 (-407 (-949 *4)))))) (-2228 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-407 (-949 *5)) (-1159 (-1170) (-949 *5)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 *4)))) (-4 *5 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *5))))) (-5 *1 (-292 *5)) (-5 *4 (-685 (-407 (-949 *5)))))) (-2228 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-407 (-949 *6)) (-1159 (-1170) (-949 *6)))) (-5 *5 (-768)) (-4 *6 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *6))))) (-5 *1 (-292 *6)) (-5 *4 (-685 (-407 (-949 *6)))))) (-3206 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-407 (-949 *5)) (-1159 (-1170) (-949 *5)))) (-4 *5 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *5))))) (-5 *1 (-292 *5)) (-5 *4 (-685 (-407 (-949 *5)))))) (-3104 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-949 *4)))) (-4 *4 (-452)) (-5 *2 (-641 (-3 (-407 (-949 *4)) (-1159 (-1170) (-949 *4))))) (-5 *1 (-292 *4)))) (-4120 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-949 *4)))) (-5 *2 (-949 *4)) (-5 *1 (-292 *4)) (-4 *4 (-452)))) (-4120 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-407 (-949 *5)))) (-5 *4 (-1170)) (-5 *2 (-949 *5)) (-5 *1 (-292 *5)) (-4 *5 (-452)))))
-(-10 -7 (-15 -4120 ((-949 |#1|) (-685 (-407 (-949 |#1|))) (-1170))) (-15 -4120 ((-949 |#1|) (-685 (-407 (-949 |#1|))))) (-15 -3104 ((-641 (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (-685 (-407 (-949 |#1|))))) (-15 -3206 ((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|))))) (-15 -2228 ((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|))) (-768) (-768))) (-15 -2228 ((-641 (-685 (-407 (-949 |#1|)))) (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|)))))) (-685 (-407 (-949 |#1|))))) (-15 -2030 ((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |geneigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|))))) (-15 -1938 ((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|))))))
-((-2110 (((-294 |#2|) (-1 |#2| |#1|) (-294 |#1|)) 14)))
-(((-293 |#1| |#2|) (-10 -7 (-15 -2110 ((-294 |#2|) (-1 |#2| |#1|) (-294 |#1|)))) (-1209) (-1209)) (T -293))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-294 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-294 *6)) (-5 *1 (-293 *5 *6)))))
-(-10 -7 (-15 -2110 ((-294 |#2|) (-1 |#2| |#1|) (-294 |#1|))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2013 (((-112) $) NIL (|has| |#1| (-21)))) (-2492 (($ $) 12)) (-2071 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-1470 (($ $ $) 95 (|has| |#1| (-302)))) (-1692 (($) NIL (-2713 (|has| |#1| (-21)) (|has| |#1| (-723))) CONST)) (-3850 (($ $) 51 (|has| |#1| (-21)))) (-2472 (((-3 $ "failed") $) 62 (|has| |#1| (-723)))) (-4240 ((|#1| $) 11)) (-3233 (((-3 $ "failed") $) 60 (|has| |#1| (-723)))) (-3282 (((-112) $) NIL (|has| |#1| (-723)))) (-2110 (($ (-1 |#1| |#1|) $) 14)) (-4230 ((|#1| $) 10)) (-3063 (($ $) 50 (|has| |#1| (-21)))) (-1825 (((-3 $ "failed") $) 61 (|has| |#1| (-723)))) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4247 (($ $) 64 (-2713 (|has| |#1| (-363)) (|has| |#1| (-473))))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3246 (((-641 $) $) 85 (|has| |#1| (-556)))) (-3227 (($ $ $) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 $)) 28 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-1170) |#1|) 17 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 21 (|has| |#1| (-514 (-1170) |#1|)))) (-3962 (($ |#1| |#1|) 9)) (-1358 (((-134)) 90 (|has| |#1| (-363)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) 87 (|has| |#1| (-897 (-1170))))) (-3601 (($ $ $) NIL (|has| |#1| (-473)))) (-1923 (($ $ $) NIL (|has| |#1| (-473)))) (-1721 (($ (-564)) NIL (|has| |#1| (-1046))) (((-112) $) 37 (|has| |#1| (-1094))) (((-859) $) 36 (|has| |#1| (-1094)))) (-1303 (((-768)) 67 (|has| |#1| (-1046)) CONST)) (-2885 (($) 47 (|has| |#1| (-21)) CONST)) (-2898 (($) 57 (|has| |#1| (-723)) CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170))))) (-2853 (($ |#1| |#1|) 8) (((-112) $ $) 32 (|has| |#1| (-1094)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) 92 (-2713 (|has| |#1| (-363)) (|has| |#1| (-473))))) (-2970 (($ |#1| $) 45 (|has| |#1| (-21))) (($ $ |#1|) 46 (|has| |#1| (-21))) (($ $ $) 44 (|has| |#1| (-21))) (($ $) 43 (|has| |#1| (-21)))) (-2956 (($ |#1| $) 40 (|has| |#1| (-25))) (($ $ |#1|) 41 (|has| |#1| (-25))) (($ $ $) 39 (|has| |#1| (-25)))) (** (($ $ (-564)) NIL (|has| |#1| (-473))) (($ $ (-768)) NIL (|has| |#1| (-723))) (($ $ (-918)) NIL (|has| |#1| (-1106)))) (* (($ $ |#1|) 55 (|has| |#1| (-1106))) (($ |#1| $) 54 (|has| |#1| (-1106))) (($ $ $) 53 (|has| |#1| (-1106))) (($ (-564) $) 70 (|has| |#1| (-21))) (($ (-768) $) NIL (|has| |#1| (-21))) (($ (-918) $) NIL (|has| |#1| (-25)))))
-(((-294 |#1|) (-13 (-1209) (-10 -8 (-15 -2853 ($ |#1| |#1|)) (-15 -3962 ($ |#1| |#1|)) (-15 -2492 ($ $)) (-15 -4230 (|#1| $)) (-15 -4240 (|#1| $)) (-15 -2110 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-514 (-1170) |#1|)) (-6 (-514 (-1170) |#1|)) |%noBranch|) (IF (|has| |#1| (-1094)) (PROGN (-6 (-1094)) (-6 (-611 (-112))) (IF (|has| |#1| (-309 |#1|)) (PROGN (-15 -3227 ($ $ $)) (-15 -3227 ($ $ (-641 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2956 ($ |#1| $)) (-15 -2956 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -3063 ($ $)) (-15 -3850 ($ $)) (-15 -2970 ($ |#1| $)) (-15 -2970 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1106)) (PROGN (-6 (-1106)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-723)) (PROGN (-6 (-723)) (-15 -1825 ((-3 $ "failed") $)) (-15 -2472 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-473)) (PROGN (-6 (-473)) (-15 -1825 ((-3 $ "failed") $)) (-15 -2472 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-6 (-1046)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-714 |#1|)) |%noBranch|) (IF (|has| |#1| (-556)) (-15 -3246 ((-641 $) $)) |%noBranch|) (IF (|has| |#1| (-897 (-1170))) (-6 (-897 (-1170))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-6 (-1266 |#1|)) (-15 -2983 ($ $ $)) (-15 -4247 ($ $))) |%noBranch|) (IF (|has| |#1| (-302)) (-15 -1470 ($ $ $)) |%noBranch|))) (-1209)) (T -294))
-((-2853 (*1 *1 *2 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))) (-3962 (*1 *1 *2 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))) (-2492 (*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))) (-4230 (*1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))) (-4240 (*1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))) (-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-294 *3)))) (-3227 (*1 *1 *1 *1) (-12 (-4 *2 (-309 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)) (-5 *1 (-294 *2)))) (-3227 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-294 *3))) (-4 *3 (-309 *3)) (-4 *3 (-1094)) (-4 *3 (-1209)) (-5 *1 (-294 *3)))) (-2956 (*1 *1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-25)) (-4 *2 (-1209)))) (-2956 (*1 *1 *1 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-25)) (-4 *2 (-1209)))) (-3063 (*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))) (-3850 (*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))) (-2970 (*1 *1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))) (-2970 (*1 *1 *1 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))) (-1825 (*1 *1 *1) (|partial| -12 (-5 *1 (-294 *2)) (-4 *2 (-723)) (-4 *2 (-1209)))) (-2472 (*1 *1 *1) (|partial| -12 (-5 *1 (-294 *2)) (-4 *2 (-723)) (-4 *2 (-1209)))) (-3246 (*1 *2 *1) (-12 (-5 *2 (-641 (-294 *3))) (-5 *1 (-294 *3)) (-4 *3 (-556)) (-4 *3 (-1209)))) (-1470 (*1 *1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-302)) (-4 *2 (-1209)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1106)) (-4 *2 (-1209)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1106)) (-4 *2 (-1209)))) (-2983 (*1 *1 *1 *1) (-2713 (-12 (-5 *1 (-294 *2)) (-4 *2 (-363)) (-4 *2 (-1209))) (-12 (-5 *1 (-294 *2)) (-4 *2 (-473)) (-4 *2 (-1209))))) (-4247 (*1 *1 *1) (-2713 (-12 (-5 *1 (-294 *2)) (-4 *2 (-363)) (-4 *2 (-1209))) (-12 (-5 *1 (-294 *2)) (-4 *2 (-473)) (-4 *2 (-1209))))))
-(-13 (-1209) (-10 -8 (-15 -2853 ($ |#1| |#1|)) (-15 -3962 ($ |#1| |#1|)) (-15 -2492 ($ $)) (-15 -4230 (|#1| $)) (-15 -4240 (|#1| $)) (-15 -2110 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-514 (-1170) |#1|)) (-6 (-514 (-1170) |#1|)) |%noBranch|) (IF (|has| |#1| (-1094)) (PROGN (-6 (-1094)) (-6 (-611 (-112))) (IF (|has| |#1| (-309 |#1|)) (PROGN (-15 -3227 ($ $ $)) (-15 -3227 ($ $ (-641 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2956 ($ |#1| $)) (-15 -2956 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -3063 ($ $)) (-15 -3850 ($ $)) (-15 -2970 ($ |#1| $)) (-15 -2970 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1106)) (PROGN (-6 (-1106)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-723)) (PROGN (-6 (-723)) (-15 -1825 ((-3 $ "failed") $)) (-15 -2472 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-473)) (PROGN (-6 (-473)) (-15 -1825 ((-3 $ "failed") $)) (-15 -2472 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-6 (-1046)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-714 |#1|)) |%noBranch|) (IF (|has| |#1| (-556)) (-15 -3246 ((-641 $) $)) |%noBranch|) (IF (|has| |#1| (-897 (-1170))) (-6 (-897 (-1170))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-6 (-1266 |#1|)) (-15 -2983 ($ $ $)) (-15 -4247 ($ $))) |%noBranch|) (IF (|has| |#1| (-302)) (-15 -1470 ($ $ $)) |%noBranch|)))
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2229 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#2| $ |#1| |#2|) NIL)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1593 (((-3 |#2| "failed") |#1| $) NIL)) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3537 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-3 |#2| "failed") |#1| $) NIL)) (-3813 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) NIL)) (-1597 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 ((|#1| $) NIL (|has| |#1| (-847)))) (-4317 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3825 ((|#1| $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4413))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2659 (((-641 |#1|) $) NIL)) (-1509 (((-112) |#1| $) NIL)) (-4290 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-3573 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-4184 (((-641 |#1|) $) NIL)) (-2405 (((-112) |#1| $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1897 ((|#2| $) NIL (|has| |#1| (-847)))) (-2061 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL)) (-1759 (($ $ |#2|) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2710 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1721 (((-859) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-1959 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-295 |#1| |#2|) (-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4412))) (-1094) (-1094)) (T -295))
-NIL
-(-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4412)))
-((-2632 (((-312) (-1152) (-641 (-1152))) 17) (((-312) (-1152) (-1152)) 16) (((-312) (-641 (-1152))) 15) (((-312) (-1152)) 14)))
-(((-296) (-10 -7 (-15 -2632 ((-312) (-1152))) (-15 -2632 ((-312) (-641 (-1152)))) (-15 -2632 ((-312) (-1152) (-1152))) (-15 -2632 ((-312) (-1152) (-641 (-1152)))))) (T -296))
-((-2632 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-1152))) (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-296)))) (-2632 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-296)))) (-2632 (*1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-312)) (-5 *1 (-296)))) (-2632 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-296)))))
-(-10 -7 (-15 -2632 ((-312) (-1152))) (-15 -2632 ((-312) (-641 (-1152)))) (-15 -2632 ((-312) (-1152) (-1152))) (-15 -2632 ((-312) (-1152) (-641 (-1152)))))
-((-2110 ((|#2| (-1 |#2| |#1|) (-1152) (-610 |#1|)) 18)))
-(((-297 |#1| |#2|) (-10 -7 (-15 -2110 (|#2| (-1 |#2| |#1|) (-1152) (-610 |#1|)))) (-302) (-1209)) (T -297))
-((-2110 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1152)) (-5 *5 (-610 *6)) (-4 *6 (-302)) (-4 *2 (-1209)) (-5 *1 (-297 *6 *2)))))
-(-10 -7 (-15 -2110 (|#2| (-1 |#2| |#1|) (-1152) (-610 |#1|))))
-((-2110 ((|#2| (-1 |#2| |#1|) (-610 |#1|)) 17)))
-(((-298 |#1| |#2|) (-10 -7 (-15 -2110 (|#2| (-1 |#2| |#1|) (-610 |#1|)))) (-302) (-302)) (T -298))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-610 *5)) (-4 *5 (-302)) (-4 *2 (-302)) (-5 *1 (-298 *5 *2)))))
-(-10 -7 (-15 -2110 (|#2| (-1 |#2| |#1|) (-610 |#1|))))
-((-2174 (((-112) (-225)) 12)))
-(((-299 |#1| |#2|) (-10 -7 (-15 -2174 ((-112) (-225)))) (-225) (-225)) (T -299))
-((-2174 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-299 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-10 -7 (-15 -2174 ((-112) (-225))))
-((-4275 (((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225)))) 118)) (-2791 (((-1150 (-225)) (-1259 (-316 (-225))) (-641 (-1170)) (-1088 (-840 (-225)))) 135) (((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225)))) 72)) (-1887 (((-641 (-1152)) (-1150 (-225))) NIL)) (-1844 (((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225)))) 69)) (-2235 (((-641 (-225)) (-949 (-407 (-564))) (-1170) (-1088 (-840 (-225)))) 59)) (-3977 (((-641 (-1152)) (-641 (-225))) NIL)) (-1880 (((-225) (-1088 (-840 (-225)))) 29)) (-3453 (((-225) (-1088 (-840 (-225)))) 30)) (-3505 (((-112) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 64)) (-3819 (((-1152) (-225)) NIL)))
-(((-300) (-10 -7 (-15 -1880 ((-225) (-1088 (-840 (-225))))) (-15 -3453 ((-225) (-1088 (-840 (-225))))) (-15 -3505 ((-112) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1844 ((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225))))) (-15 -4275 ((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -2791 ((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -2791 ((-1150 (-225)) (-1259 (-316 (-225))) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -2235 ((-641 (-225)) (-949 (-407 (-564))) (-1170) (-1088 (-840 (-225))))) (-15 -3819 ((-1152) (-225))) (-15 -3977 ((-641 (-1152)) (-641 (-225)))) (-15 -1887 ((-641 (-1152)) (-1150 (-225)))))) (T -300))
-((-1887 (*1 *2 *3) (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-300)))) (-3977 (*1 *2 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-300)))) (-3819 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-300)))) (-2235 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *4 (-1170)) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-300)))) (-2791 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *4 (-641 (-1170))) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300)))) (-2791 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-225))) (-5 *4 (-641 (-1170))) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300)))) (-4275 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-225))) (-5 *4 (-641 (-1170))) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300)))) (-1844 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-225))) (-5 *4 (-1170)) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-300)))) (-3505 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-112)) (-5 *1 (-300)))) (-3453 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-300)))) (-1880 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-300)))))
-(-10 -7 (-15 -1880 ((-225) (-1088 (-840 (-225))))) (-15 -3453 ((-225) (-1088 (-840 (-225))))) (-15 -3505 ((-112) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1844 ((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225))))) (-15 -4275 ((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -2791 ((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -2791 ((-1150 (-225)) (-1259 (-316 (-225))) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -2235 ((-641 (-225)) (-949 (-407 (-564))) (-1170) (-1088 (-840 (-225))))) (-15 -3819 ((-1152) (-225))) (-15 -3977 ((-641 (-1152)) (-641 (-225)))) (-15 -1887 ((-641 (-1152)) (-1150 (-225)))))
-((-3906 (((-641 (-610 $)) $) 31)) (-1470 (($ $ (-294 $)) 82) (($ $ (-641 (-294 $))) 137) (($ $ (-641 (-610 $)) (-641 $)) NIL)) (-2035 (((-3 (-610 $) "failed") $) 125)) (-3437 (((-610 $) $) 124)) (-4129 (($ $) 19) (($ (-641 $)) 57)) (-2375 (((-641 (-114)) $) 39)) (-2984 (((-114) (-114)) 92)) (-2400 (((-112) $) 148)) (-2110 (($ (-1 $ $) (-610 $)) 90)) (-4036 (((-3 (-610 $) "failed") $) 98)) (-2720 (($ (-114) $) 62) (($ (-114) (-641 $)) 109)) (-2631 (((-112) $ (-114)) 130) (((-112) $ (-1170)) 129)) (-1703 (((-768) $) 48)) (-3663 (((-112) $ $) 60) (((-112) $ (-1170)) 52)) (-2000 (((-112) $) 146)) (-3227 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL) (($ $ (-641 (-294 $))) 135) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) 85) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-1170) (-1 $ (-641 $))) 70) (($ $ (-1170) (-1 $ $)) 76) (($ $ (-641 (-114)) (-641 (-1 $ $))) 84) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) 86) (($ $ (-114) (-1 $ (-641 $))) 72) (($ $ (-114) (-1 $ $)) 78)) (-2961 (($ (-114) $) 63) (($ (-114) $ $) 64) (($ (-114) $ $ $) 65) (($ (-114) $ $ $ $) 66) (($ (-114) (-641 $)) 121)) (-1807 (($ $) 54) (($ $ $) 133)) (-1437 (($ $) 17) (($ (-641 $)) 56)) (-2289 (((-112) (-114)) 23)))
-(((-301 |#1|) (-10 -8 (-15 -2400 ((-112) |#1|)) (-15 -2000 ((-112) |#1|)) (-15 -3227 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -3227 (|#1| |#1| (-114) (-1 |#1| (-641 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -3227 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| |#1|)))) (-15 -3227 (|#1| |#1| (-1170) (-1 |#1| |#1|))) (-15 -3227 (|#1| |#1| (-1170) (-1 |#1| (-641 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| |#1|)))) (-15 -3663 ((-112) |#1| (-1170))) (-15 -3663 ((-112) |#1| |#1|)) (-15 -2110 (|#1| (-1 |#1| |#1|) (-610 |#1|))) (-15 -2720 (|#1| (-114) (-641 |#1|))) (-15 -2720 (|#1| (-114) |#1|)) (-15 -2631 ((-112) |#1| (-1170))) (-15 -2631 ((-112) |#1| (-114))) (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 -2375 ((-641 (-114)) |#1|)) (-15 -3906 ((-641 (-610 |#1|)) |#1|)) (-15 -4036 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -1703 ((-768) |#1|)) (-15 -1807 (|#1| |#1| |#1|)) (-15 -1807 (|#1| |#1|)) (-15 -4129 (|#1| (-641 |#1|))) (-15 -4129 (|#1| |#1|)) (-15 -1437 (|#1| (-641 |#1|))) (-15 -1437 (|#1| |#1|)) (-15 -1470 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -1470 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -1470 (|#1| |#1| (-294 |#1|))) (-15 -2961 (|#1| (-114) (-641 |#1|))) (-15 -2961 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1| |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1|)) (-15 -3227 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#1| |#1|)) (-15 -3227 (|#1| |#1| (-294 |#1|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -3227 (|#1| |#1| (-610 |#1|) |#1|)) (-15 -2035 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -3437 ((-610 |#1|) |#1|))) (-302)) (T -301))
-((-2984 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-301 *3)) (-4 *3 (-302)))) (-2289 (*1 *2 *3) (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-301 *4)) (-4 *4 (-302)))))
-(-10 -8 (-15 -2400 ((-112) |#1|)) (-15 -2000 ((-112) |#1|)) (-15 -3227 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -3227 (|#1| |#1| (-114) (-1 |#1| (-641 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -3227 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| |#1|)))) (-15 -3227 (|#1| |#1| (-1170) (-1 |#1| |#1|))) (-15 -3227 (|#1| |#1| (-1170) (-1 |#1| (-641 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| |#1|)))) (-15 -3663 ((-112) |#1| (-1170))) (-15 -3663 ((-112) |#1| |#1|)) (-15 -2110 (|#1| (-1 |#1| |#1|) (-610 |#1|))) (-15 -2720 (|#1| (-114) (-641 |#1|))) (-15 -2720 (|#1| (-114) |#1|)) (-15 -2631 ((-112) |#1| (-1170))) (-15 -2631 ((-112) |#1| (-114))) (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 -2375 ((-641 (-114)) |#1|)) (-15 -3906 ((-641 (-610 |#1|)) |#1|)) (-15 -4036 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -1703 ((-768) |#1|)) (-15 -1807 (|#1| |#1| |#1|)) (-15 -1807 (|#1| |#1|)) (-15 -4129 (|#1| (-641 |#1|))) (-15 -4129 (|#1| |#1|)) (-15 -1437 (|#1| (-641 |#1|))) (-15 -1437 (|#1| |#1|)) (-15 -1470 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -1470 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -1470 (|#1| |#1| (-294 |#1|))) (-15 -2961 (|#1| (-114) (-641 |#1|))) (-15 -2961 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1| |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1|)) (-15 -3227 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#1| |#1|)) (-15 -3227 (|#1| |#1| (-294 |#1|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -3227 (|#1| |#1| (-610 |#1|) |#1|)) (-15 -2035 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -3437 ((-610 |#1|) |#1|)))
-((-1709 (((-112) $ $) 7)) (-3906 (((-641 (-610 $)) $) 44)) (-1470 (($ $ (-294 $)) 56) (($ $ (-641 (-294 $))) 55) (($ $ (-641 (-610 $)) (-641 $)) 54)) (-2035 (((-3 (-610 $) "failed") $) 69)) (-3437 (((-610 $) $) 70)) (-4129 (($ $) 51) (($ (-641 $)) 50)) (-2375 (((-641 (-114)) $) 43)) (-2984 (((-114) (-114)) 42)) (-2400 (((-112) $) 22 (|has| $ (-1035 (-564))))) (-3156 (((-1166 $) (-610 $)) 25 (|has| $ (-1046)))) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2110 (($ (-1 $ $) (-610 $)) 36)) (-4036 (((-3 (-610 $) "failed") $) 46)) (-2811 (((-1152) $) 9)) (-3980 (((-641 (-610 $)) $) 45)) (-2720 (($ (-114) $) 38) (($ (-114) (-641 $)) 37)) (-2631 (((-112) $ (-114)) 40) (((-112) $ (-1170)) 39)) (-1703 (((-768) $) 47)) (-4382 (((-1114) $) 10)) (-3663 (((-112) $ $) 35) (((-112) $ (-1170)) 34)) (-2000 (((-112) $) 23 (|has| $ (-1035 (-564))))) (-3227 (($ $ (-610 $) $) 67) (($ $ (-641 (-610 $)) (-641 $)) 66) (($ $ (-641 (-294 $))) 65) (($ $ (-294 $)) 64) (($ $ $ $) 63) (($ $ (-641 $) (-641 $)) 62) (($ $ (-641 (-1170)) (-641 (-1 $ $))) 33) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) 32) (($ $ (-1170) (-1 $ (-641 $))) 31) (($ $ (-1170) (-1 $ $)) 30) (($ $ (-641 (-114)) (-641 (-1 $ $))) 29) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) 28) (($ $ (-114) (-1 $ (-641 $))) 27) (($ $ (-114) (-1 $ $)) 26)) (-2961 (($ (-114) $) 61) (($ (-114) $ $) 60) (($ (-114) $ $ $) 59) (($ (-114) $ $ $ $) 58) (($ (-114) (-641 $)) 57)) (-1807 (($ $) 49) (($ $ $) 48)) (-3290 (($ $) 24 (|has| $ (-1046)))) (-1721 (((-859) $) 11) (($ (-610 $)) 68)) (-1437 (($ $) 53) (($ (-641 $)) 52)) (-2289 (((-112) (-114)) 41)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)))
+((-3549 (($ (-1170) (-1170) (-1098) $) 19)) (-2785 (($ (-1170) (-641 (-962)) $) 23)) (-4026 (((-641 (-1079)) $) 10)) (-3391 (($) 25)) (-1331 (((-687 (-1098)) (-1170) (-1170) $) 18)) (-1903 (((-641 (-962)) (-1170) $) 22)) (-4012 (($) 7)) (-2854 (($) 24)) (-1831 (((-859) $) 29)) (-4319 (($) 26)))
+(((-291) (-13 (-611 (-859)) (-10 -8 (-15 -4012 ($)) (-15 -4026 ((-641 (-1079)) $)) (-15 -1331 ((-687 (-1098)) (-1170) (-1170) $)) (-15 -3549 ($ (-1170) (-1170) (-1098) $)) (-15 -1903 ((-641 (-962)) (-1170) $)) (-15 -2785 ($ (-1170) (-641 (-962)) $)) (-15 -2854 ($)) (-15 -3391 ($)) (-15 -4319 ($))))) (T -291))
+((-4012 (*1 *1) (-5 *1 (-291))) (-4026 (*1 *2 *1) (-12 (-5 *2 (-641 (-1079))) (-5 *1 (-291)))) (-1331 (*1 *2 *3 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-1098))) (-5 *1 (-291)))) (-3549 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-1170)) (-5 *3 (-1098)) (-5 *1 (-291)))) (-1903 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-641 (-962))) (-5 *1 (-291)))) (-2785 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-962))) (-5 *1 (-291)))) (-2854 (*1 *1) (-5 *1 (-291))) (-3391 (*1 *1) (-5 *1 (-291))) (-4319 (*1 *1) (-5 *1 (-291))))
+(-13 (-611 (-859)) (-10 -8 (-15 -4012 ($)) (-15 -4026 ((-641 (-1079)) $)) (-15 -1331 ((-687 (-1098)) (-1170) (-1170) $)) (-15 -3549 ($ (-1170) (-1170) (-1098) $)) (-15 -1903 ((-641 (-962)) (-1170) $)) (-15 -2785 ($ (-1170) (-641 (-962)) $)) (-15 -2854 ($)) (-15 -3391 ($)) (-15 -4319 ($))))
+((-1804 (((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |geneigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|)))) 105)) (-1944 (((-641 (-685 (-407 (-949 |#1|)))) (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|)))))) (-685 (-407 (-949 |#1|)))) 100) (((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|))) (-768) (-768)) 41)) (-2124 (((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|)))) 102)) (-3447 (((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|)))) 77)) (-1711 (((-641 (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (-685 (-407 (-949 |#1|)))) 76)) (-1349 (((-949 |#1|) (-685 (-407 (-949 |#1|)))) 57) (((-949 |#1|) (-685 (-407 (-949 |#1|))) (-1170)) 58)))
+(((-292 |#1|) (-10 -7 (-15 -1349 ((-949 |#1|) (-685 (-407 (-949 |#1|))) (-1170))) (-15 -1349 ((-949 |#1|) (-685 (-407 (-949 |#1|))))) (-15 -1711 ((-641 (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (-685 (-407 (-949 |#1|))))) (-15 -3447 ((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|))))) (-15 -1944 ((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|))) (-768) (-768))) (-15 -1944 ((-641 (-685 (-407 (-949 |#1|)))) (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|)))))) (-685 (-407 (-949 |#1|))))) (-15 -1804 ((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |geneigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|))))) (-15 -2124 ((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|)))))) (-452)) (T -292))
+((-2124 (*1 *2 *3) (-12 (-4 *4 (-452)) (-5 *2 (-641 (-2 (|:| |eigval| (-3 (-407 (-949 *4)) (-1159 (-1170) (-949 *4)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 *4)))))))) (-5 *1 (-292 *4)) (-5 *3 (-685 (-407 (-949 *4)))))) (-1804 (*1 *2 *3) (-12 (-4 *4 (-452)) (-5 *2 (-641 (-2 (|:| |eigval| (-3 (-407 (-949 *4)) (-1159 (-1170) (-949 *4)))) (|:| |geneigvec| (-641 (-685 (-407 (-949 *4)))))))) (-5 *1 (-292 *4)) (-5 *3 (-685 (-407 (-949 *4)))))) (-1944 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-407 (-949 *5)) (-1159 (-1170) (-949 *5)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 *4)))) (-4 *5 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *5))))) (-5 *1 (-292 *5)) (-5 *4 (-685 (-407 (-949 *5)))))) (-1944 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-407 (-949 *6)) (-1159 (-1170) (-949 *6)))) (-5 *5 (-768)) (-4 *6 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *6))))) (-5 *1 (-292 *6)) (-5 *4 (-685 (-407 (-949 *6)))))) (-3447 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-407 (-949 *5)) (-1159 (-1170) (-949 *5)))) (-4 *5 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *5))))) (-5 *1 (-292 *5)) (-5 *4 (-685 (-407 (-949 *5)))))) (-1711 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-949 *4)))) (-4 *4 (-452)) (-5 *2 (-641 (-3 (-407 (-949 *4)) (-1159 (-1170) (-949 *4))))) (-5 *1 (-292 *4)))) (-1349 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-949 *4)))) (-5 *2 (-949 *4)) (-5 *1 (-292 *4)) (-4 *4 (-452)))) (-1349 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-407 (-949 *5)))) (-5 *4 (-1170)) (-5 *2 (-949 *5)) (-5 *1 (-292 *5)) (-4 *5 (-452)))))
+(-10 -7 (-15 -1349 ((-949 |#1|) (-685 (-407 (-949 |#1|))) (-1170))) (-15 -1349 ((-949 |#1|) (-685 (-407 (-949 |#1|))))) (-15 -1711 ((-641 (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (-685 (-407 (-949 |#1|))))) (-15 -3447 ((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|))))) (-15 -1944 ((-641 (-685 (-407 (-949 |#1|)))) (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|))) (-685 (-407 (-949 |#1|))) (-768) (-768))) (-15 -1944 ((-641 (-685 (-407 (-949 |#1|)))) (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|)))))) (-685 (-407 (-949 |#1|))))) (-15 -1804 ((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |geneigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|))))) (-15 -2124 ((-641 (-2 (|:| |eigval| (-3 (-407 (-949 |#1|)) (-1159 (-1170) (-949 |#1|)))) (|:| |eigmult| (-768)) (|:| |eigvec| (-641 (-685 (-407 (-949 |#1|))))))) (-685 (-407 (-949 |#1|))))))
+((-2449 (((-294 |#2|) (-1 |#2| |#1|) (-294 |#1|)) 14)))
+(((-293 |#1| |#2|) (-10 -7 (-15 -2449 ((-294 |#2|) (-1 |#2| |#1|) (-294 |#1|)))) (-1209) (-1209)) (T -293))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-294 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-294 *6)) (-5 *1 (-293 *5 *6)))))
+(-10 -7 (-15 -2449 ((-294 |#2|) (-1 |#2| |#1|) (-294 |#1|))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1615 (((-112) $) NIL (|has| |#1| (-21)))) (-2770 (($ $) 12)) (-4088 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-3574 (($ $ $) 95 (|has| |#1| (-302)))) (-1778 (($) NIL (-4078 (|has| |#1| (-21)) (|has| |#1| (-723))) CONST)) (-3673 (($ $) 51 (|has| |#1| (-21)))) (-3805 (((-3 $ "failed") $) 62 (|has| |#1| (-723)))) (-4383 ((|#1| $) 11)) (-3733 (((-3 $ "failed") $) 60 (|has| |#1| (-723)))) (-2949 (((-112) $) NIL (|has| |#1| (-723)))) (-2449 (($ (-1 |#1| |#1|) $) 14)) (-4372 ((|#1| $) 10)) (-4380 (($ $) 50 (|has| |#1| (-21)))) (-3618 (((-3 $ "failed") $) 61 (|has| |#1| (-723)))) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3315 (($ $) 64 (-4078 (|has| |#1| (-363)) (|has| |#1| (-473))))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2605 (((-641 $) $) 85 (|has| |#1| (-556)))) (-2633 (($ $ $) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 $)) 28 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-1170) |#1|) 17 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 21 (|has| |#1| (-514 (-1170) |#1|)))) (-2772 (($ |#1| |#1|) 9)) (-3548 (((-134)) 90 (|has| |#1| (-363)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) 87 (|has| |#1| (-897 (-1170))))) (-3047 (($ $ $) NIL (|has| |#1| (-473)))) (-1992 (($ $ $) NIL (|has| |#1| (-473)))) (-1831 (($ (-564)) NIL (|has| |#1| (-1046))) (((-112) $) 37 (|has| |#1| (-1094))) (((-859) $) 36 (|has| |#1| (-1094)))) (-2219 (((-768)) 67 (|has| |#1| (-1046)) CONST)) (-1293 (($) 47 (|has| |#1| (-21)) CONST)) (-1300 (($) 57 (|has| |#1| (-723)) CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170))))) (-1702 (($ |#1| |#1|) 8) (((-112) $ $) 32 (|has| |#1| (-1094)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) 92 (-4078 (|has| |#1| (-363)) (|has| |#1| (-473))))) (-1808 (($ |#1| $) 45 (|has| |#1| (-21))) (($ $ |#1|) 46 (|has| |#1| (-21))) (($ $ $) 44 (|has| |#1| (-21))) (($ $) 43 (|has| |#1| (-21)))) (-1797 (($ |#1| $) 40 (|has| |#1| (-25))) (($ $ |#1|) 41 (|has| |#1| (-25))) (($ $ $) 39 (|has| |#1| (-25)))) (** (($ $ (-564)) NIL (|has| |#1| (-473))) (($ $ (-768)) NIL (|has| |#1| (-723))) (($ $ (-918)) NIL (|has| |#1| (-1106)))) (* (($ $ |#1|) 55 (|has| |#1| (-1106))) (($ |#1| $) 54 (|has| |#1| (-1106))) (($ $ $) 53 (|has| |#1| (-1106))) (($ (-564) $) 70 (|has| |#1| (-21))) (($ (-768) $) NIL (|has| |#1| (-21))) (($ (-918) $) NIL (|has| |#1| (-25)))))
+(((-294 |#1|) (-13 (-1209) (-10 -8 (-15 -1702 ($ |#1| |#1|)) (-15 -2772 ($ |#1| |#1|)) (-15 -2770 ($ $)) (-15 -4372 (|#1| $)) (-15 -4383 (|#1| $)) (-15 -2449 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-514 (-1170) |#1|)) (-6 (-514 (-1170) |#1|)) |%noBranch|) (IF (|has| |#1| (-1094)) (PROGN (-6 (-1094)) (-6 (-611 (-112))) (IF (|has| |#1| (-309 |#1|)) (PROGN (-15 -2633 ($ $ $)) (-15 -2633 ($ $ (-641 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -1797 ($ |#1| $)) (-15 -1797 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -4380 ($ $)) (-15 -3673 ($ $)) (-15 -1808 ($ |#1| $)) (-15 -1808 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1106)) (PROGN (-6 (-1106)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-723)) (PROGN (-6 (-723)) (-15 -3618 ((-3 $ "failed") $)) (-15 -3805 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-473)) (PROGN (-6 (-473)) (-15 -3618 ((-3 $ "failed") $)) (-15 -3805 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-6 (-1046)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-714 |#1|)) |%noBranch|) (IF (|has| |#1| (-556)) (-15 -2605 ((-641 $) $)) |%noBranch|) (IF (|has| |#1| (-897 (-1170))) (-6 (-897 (-1170))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-6 (-1266 |#1|)) (-15 -1823 ($ $ $)) (-15 -3315 ($ $))) |%noBranch|) (IF (|has| |#1| (-302)) (-15 -3574 ($ $ $)) |%noBranch|))) (-1209)) (T -294))
+((-1702 (*1 *1 *2 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))) (-2772 (*1 *1 *2 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))) (-2770 (*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))) (-4372 (*1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))) (-4383 (*1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))) (-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-294 *3)))) (-2633 (*1 *1 *1 *1) (-12 (-4 *2 (-309 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)) (-5 *1 (-294 *2)))) (-2633 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-294 *3))) (-4 *3 (-309 *3)) (-4 *3 (-1094)) (-4 *3 (-1209)) (-5 *1 (-294 *3)))) (-1797 (*1 *1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-25)) (-4 *2 (-1209)))) (-1797 (*1 *1 *1 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-25)) (-4 *2 (-1209)))) (-4380 (*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))) (-3673 (*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))) (-1808 (*1 *1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))) (-1808 (*1 *1 *1 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))) (-3618 (*1 *1 *1) (|partial| -12 (-5 *1 (-294 *2)) (-4 *2 (-723)) (-4 *2 (-1209)))) (-3805 (*1 *1 *1) (|partial| -12 (-5 *1 (-294 *2)) (-4 *2 (-723)) (-4 *2 (-1209)))) (-2605 (*1 *2 *1) (-12 (-5 *2 (-641 (-294 *3))) (-5 *1 (-294 *3)) (-4 *3 (-556)) (-4 *3 (-1209)))) (-3574 (*1 *1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-302)) (-4 *2 (-1209)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1106)) (-4 *2 (-1209)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1106)) (-4 *2 (-1209)))) (-1823 (*1 *1 *1 *1) (-4078 (-12 (-5 *1 (-294 *2)) (-4 *2 (-363)) (-4 *2 (-1209))) (-12 (-5 *1 (-294 *2)) (-4 *2 (-473)) (-4 *2 (-1209))))) (-3315 (*1 *1 *1) (-4078 (-12 (-5 *1 (-294 *2)) (-4 *2 (-363)) (-4 *2 (-1209))) (-12 (-5 *1 (-294 *2)) (-4 *2 (-473)) (-4 *2 (-1209))))))
+(-13 (-1209) (-10 -8 (-15 -1702 ($ |#1| |#1|)) (-15 -2772 ($ |#1| |#1|)) (-15 -2770 ($ $)) (-15 -4372 (|#1| $)) (-15 -4383 (|#1| $)) (-15 -2449 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-514 (-1170) |#1|)) (-6 (-514 (-1170) |#1|)) |%noBranch|) (IF (|has| |#1| (-1094)) (PROGN (-6 (-1094)) (-6 (-611 (-112))) (IF (|has| |#1| (-309 |#1|)) (PROGN (-15 -2633 ($ $ $)) (-15 -2633 ($ $ (-641 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -1797 ($ |#1| $)) (-15 -1797 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -4380 ($ $)) (-15 -3673 ($ $)) (-15 -1808 ($ |#1| $)) (-15 -1808 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1106)) (PROGN (-6 (-1106)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-723)) (PROGN (-6 (-723)) (-15 -3618 ((-3 $ "failed") $)) (-15 -3805 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-473)) (PROGN (-6 (-473)) (-15 -3618 ((-3 $ "failed") $)) (-15 -3805 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-6 (-1046)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-714 |#1|)) |%noBranch|) (IF (|has| |#1| (-556)) (-15 -2605 ((-641 $) $)) |%noBranch|) (IF (|has| |#1| (-897 (-1170))) (-6 (-897 (-1170))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-6 (-1266 |#1|)) (-15 -1823 ($ $ $)) (-15 -3315 ($ $))) |%noBranch|) (IF (|has| |#1| (-302)) (-15 -3574 ($ $ $)) |%noBranch|)))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1956 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#2| $ |#1| |#2|) NIL)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1725 (((-3 |#2| "failed") |#1| $) NIL)) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3644 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-3 |#2| "failed") |#1| $) NIL)) (-2576 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) NIL)) (-1433 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 ((|#1| $) NIL (|has| |#1| (-847)))) (-2640 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-3440 ((|#1| $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4407))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2945 (((-641 |#1|) $) NIL)) (-2554 (((-112) |#1| $) NIL)) (-2401 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-2783 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-3883 (((-641 |#1|) $) NIL)) (-4336 (((-112) |#1| $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3303 ((|#2| $) NIL (|has| |#1| (-847)))) (-3995 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL)) (-4253 (($ $ |#2|) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-4232 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1831 (((-859) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-2321 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-295 |#1| |#2|) (-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4406))) (-1094) (-1094)) (T -295))
+NIL
+(-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4406)))
+((-2044 (((-312) (-1152) (-641 (-1152))) 17) (((-312) (-1152) (-1152)) 16) (((-312) (-641 (-1152))) 15) (((-312) (-1152)) 14)))
+(((-296) (-10 -7 (-15 -2044 ((-312) (-1152))) (-15 -2044 ((-312) (-641 (-1152)))) (-15 -2044 ((-312) (-1152) (-1152))) (-15 -2044 ((-312) (-1152) (-641 (-1152)))))) (T -296))
+((-2044 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-1152))) (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-296)))) (-2044 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-296)))) (-2044 (*1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-312)) (-5 *1 (-296)))) (-2044 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-296)))))
+(-10 -7 (-15 -2044 ((-312) (-1152))) (-15 -2044 ((-312) (-641 (-1152)))) (-15 -2044 ((-312) (-1152) (-1152))) (-15 -2044 ((-312) (-1152) (-641 (-1152)))))
+((-2449 ((|#2| (-1 |#2| |#1|) (-1152) (-610 |#1|)) 18)))
+(((-297 |#1| |#2|) (-10 -7 (-15 -2449 (|#2| (-1 |#2| |#1|) (-1152) (-610 |#1|)))) (-302) (-1209)) (T -297))
+((-2449 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1152)) (-5 *5 (-610 *6)) (-4 *6 (-302)) (-4 *2 (-1209)) (-5 *1 (-297 *6 *2)))))
+(-10 -7 (-15 -2449 (|#2| (-1 |#2| |#1|) (-1152) (-610 |#1|))))
+((-2449 ((|#2| (-1 |#2| |#1|) (-610 |#1|)) 17)))
+(((-298 |#1| |#2|) (-10 -7 (-15 -2449 (|#2| (-1 |#2| |#1|) (-610 |#1|)))) (-302) (-302)) (T -298))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-610 *5)) (-4 *5 (-302)) (-4 *2 (-302)) (-5 *1 (-298 *5 *2)))))
+(-10 -7 (-15 -2449 (|#2| (-1 |#2| |#1|) (-610 |#1|))))
+((-2653 (((-112) (-225)) 12)))
+(((-299 |#1| |#2|) (-10 -7 (-15 -2653 ((-112) (-225)))) (-225) (-225)) (T -299))
+((-2653 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-299 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-10 -7 (-15 -2653 ((-112) (-225))))
+((-2271 (((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225)))) 118)) (-3785 (((-1150 (-225)) (-1259 (-316 (-225))) (-641 (-1170)) (-1088 (-840 (-225)))) 135) (((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225)))) 72)) (-2930 (((-641 (-1152)) (-1150 (-225))) NIL)) (-2549 (((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225)))) 69)) (-2008 (((-641 (-225)) (-949 (-407 (-564))) (-1170) (-1088 (-840 (-225)))) 59)) (-2453 (((-641 (-1152)) (-641 (-225))) NIL)) (-2871 (((-225) (-1088 (-840 (-225)))) 29)) (-3981 (((-225) (-1088 (-840 (-225)))) 30)) (-3281 (((-112) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 64)) (-3367 (((-1152) (-225)) NIL)))
+(((-300) (-10 -7 (-15 -2871 ((-225) (-1088 (-840 (-225))))) (-15 -3981 ((-225) (-1088 (-840 (-225))))) (-15 -3281 ((-112) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2549 ((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225))))) (-15 -2271 ((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -3785 ((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -3785 ((-1150 (-225)) (-1259 (-316 (-225))) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -2008 ((-641 (-225)) (-949 (-407 (-564))) (-1170) (-1088 (-840 (-225))))) (-15 -3367 ((-1152) (-225))) (-15 -2453 ((-641 (-1152)) (-641 (-225)))) (-15 -2930 ((-641 (-1152)) (-1150 (-225)))))) (T -300))
+((-2930 (*1 *2 *3) (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-300)))) (-2453 (*1 *2 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-300)))) (-3367 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-300)))) (-2008 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *4 (-1170)) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-300)))) (-3785 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *4 (-641 (-1170))) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300)))) (-3785 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-225))) (-5 *4 (-641 (-1170))) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300)))) (-2271 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-225))) (-5 *4 (-641 (-1170))) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300)))) (-2549 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-225))) (-5 *4 (-1170)) (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-300)))) (-3281 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-112)) (-5 *1 (-300)))) (-3981 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-300)))) (-2871 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-300)))))
+(-10 -7 (-15 -2871 ((-225) (-1088 (-840 (-225))))) (-15 -3981 ((-225) (-1088 (-840 (-225))))) (-15 -3281 ((-112) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2549 ((-641 (-225)) (-316 (-225)) (-1170) (-1088 (-840 (-225))))) (-15 -2271 ((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -3785 ((-1150 (-225)) (-316 (-225)) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -3785 ((-1150 (-225)) (-1259 (-316 (-225))) (-641 (-1170)) (-1088 (-840 (-225))))) (-15 -2008 ((-641 (-225)) (-949 (-407 (-564))) (-1170) (-1088 (-840 (-225))))) (-15 -3367 ((-1152) (-225))) (-15 -2453 ((-641 (-1152)) (-641 (-225)))) (-15 -2930 ((-641 (-1152)) (-1150 (-225)))))
+((-2956 (((-641 (-610 $)) $) 31)) (-3574 (($ $ (-294 $)) 82) (($ $ (-641 (-294 $))) 138) (($ $ (-641 (-610 $)) (-641 $)) NIL)) (-2347 (((-3 (-610 $) "failed") $) 126)) (-2237 (((-610 $) $) 125)) (-3352 (($ $) 19) (($ (-641 $)) 57)) (-4095 (((-641 (-114)) $) 39)) (-1841 (((-114) (-114)) 92)) (-4301 (((-112) $) 149)) (-2449 (($ (-1 $ $) (-610 $)) 90)) (-1802 (((-3 (-610 $) "failed") $) 98)) (-3755 (($ (-114) $) 62) (($ (-114) (-641 $)) 109)) (-1657 (((-112) $ (-114)) 131) (((-112) $ (-1170)) 130)) (-3926 (((-768) $) 48)) (-2417 (((-112) $ $) 60) (((-112) $ (-1170)) 52)) (-1492 (((-112) $) 147)) (-2633 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL) (($ $ (-641 (-294 $))) 136) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) 85) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-1170) (-1 $ (-641 $))) 70) (($ $ (-1170) (-1 $ $)) 76) (($ $ (-641 (-114)) (-641 (-1 $ $))) 84) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) 86) (($ $ (-114) (-1 $ (-641 $))) 72) (($ $ (-114) (-1 $ $)) 78)) (-1350 (($ (-114) $) 63) (($ (-114) $ $) 64) (($ (-114) $ $ $) 65) (($ (-114) $ $ $ $) 66) (($ (-114) (-641 $)) 122)) (-3467 (($ $) 54) (($ $ $) 134)) (-4264 (($ $) 17) (($ (-641 $)) 56)) (-1322 (((-112) (-114)) 23)))
+(((-301 |#1|) (-10 -8 (-15 -4301 ((-112) |#1|)) (-15 -1492 ((-112) |#1|)) (-15 -2633 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -2633 (|#1| |#1| (-114) (-1 |#1| (-641 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -2633 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| |#1|)))) (-15 -2633 (|#1| |#1| (-1170) (-1 |#1| |#1|))) (-15 -2633 (|#1| |#1| (-1170) (-1 |#1| (-641 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| |#1|)))) (-15 -2417 ((-112) |#1| (-1170))) (-15 -2417 ((-112) |#1| |#1|)) (-15 -2449 (|#1| (-1 |#1| |#1|) (-610 |#1|))) (-15 -3755 (|#1| (-114) (-641 |#1|))) (-15 -3755 (|#1| (-114) |#1|)) (-15 -1657 ((-112) |#1| (-1170))) (-15 -1657 ((-112) |#1| (-114))) (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 -4095 ((-641 (-114)) |#1|)) (-15 -2956 ((-641 (-610 |#1|)) |#1|)) (-15 -1802 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -3926 ((-768) |#1|)) (-15 -3467 (|#1| |#1| |#1|)) (-15 -3467 (|#1| |#1|)) (-15 -3352 (|#1| (-641 |#1|))) (-15 -3352 (|#1| |#1|)) (-15 -4264 (|#1| (-641 |#1|))) (-15 -4264 (|#1| |#1|)) (-15 -3574 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -3574 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -3574 (|#1| |#1| (-294 |#1|))) (-15 -1350 (|#1| (-114) (-641 |#1|))) (-15 -1350 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1| |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1|)) (-15 -2633 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#1| |#1|)) (-15 -2633 (|#1| |#1| (-294 |#1|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -2633 (|#1| |#1| (-610 |#1|) |#1|)) (-15 -2347 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -2237 ((-610 |#1|) |#1|))) (-302)) (T -301))
+((-1841 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-301 *3)) (-4 *3 (-302)))) (-1322 (*1 *2 *3) (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-301 *4)) (-4 *4 (-302)))))
+(-10 -8 (-15 -4301 ((-112) |#1|)) (-15 -1492 ((-112) |#1|)) (-15 -2633 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -2633 (|#1| |#1| (-114) (-1 |#1| (-641 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -2633 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| |#1|)))) (-15 -2633 (|#1| |#1| (-1170) (-1 |#1| |#1|))) (-15 -2633 (|#1| |#1| (-1170) (-1 |#1| (-641 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| |#1|)))) (-15 -2417 ((-112) |#1| (-1170))) (-15 -2417 ((-112) |#1| |#1|)) (-15 -2449 (|#1| (-1 |#1| |#1|) (-610 |#1|))) (-15 -3755 (|#1| (-114) (-641 |#1|))) (-15 -3755 (|#1| (-114) |#1|)) (-15 -1657 ((-112) |#1| (-1170))) (-15 -1657 ((-112) |#1| (-114))) (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 -4095 ((-641 (-114)) |#1|)) (-15 -2956 ((-641 (-610 |#1|)) |#1|)) (-15 -1802 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -3926 ((-768) |#1|)) (-15 -3467 (|#1| |#1| |#1|)) (-15 -3467 (|#1| |#1|)) (-15 -3352 (|#1| (-641 |#1|))) (-15 -3352 (|#1| |#1|)) (-15 -4264 (|#1| (-641 |#1|))) (-15 -4264 (|#1| |#1|)) (-15 -3574 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -3574 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -3574 (|#1| |#1| (-294 |#1|))) (-15 -1350 (|#1| (-114) (-641 |#1|))) (-15 -1350 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1| |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1|)) (-15 -2633 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#1| |#1|)) (-15 -2633 (|#1| |#1| (-294 |#1|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -2633 (|#1| |#1| (-610 |#1|) |#1|)) (-15 -2347 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -2237 ((-610 |#1|) |#1|)))
+((-1817 (((-112) $ $) 7)) (-2956 (((-641 (-610 $)) $) 44)) (-3574 (($ $ (-294 $)) 56) (($ $ (-641 (-294 $))) 55) (($ $ (-641 (-610 $)) (-641 $)) 54)) (-2347 (((-3 (-610 $) "failed") $) 69)) (-2237 (((-610 $) $) 70)) (-3352 (($ $) 51) (($ (-641 $)) 50)) (-4095 (((-641 (-114)) $) 43)) (-1841 (((-114) (-114)) 42)) (-4301 (((-112) $) 22 (|has| $ (-1035 (-564))))) (-4168 (((-1166 $) (-610 $)) 25 (|has| $ (-1046)))) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2449 (($ (-1 $ $) (-610 $)) 36)) (-1802 (((-3 (-610 $) "failed") $) 46)) (-2723 (((-1152) $) 9)) (-3026 (((-641 (-610 $)) $) 45)) (-3755 (($ (-114) $) 38) (($ (-114) (-641 $)) 37)) (-1657 (((-112) $ (-114)) 40) (((-112) $ (-1170)) 39)) (-3926 (((-768) $) 47)) (-2780 (((-1114) $) 10)) (-2417 (((-112) $ $) 35) (((-112) $ (-1170)) 34)) (-1492 (((-112) $) 23 (|has| $ (-1035 (-564))))) (-2633 (($ $ (-610 $) $) 67) (($ $ (-641 (-610 $)) (-641 $)) 66) (($ $ (-641 (-294 $))) 65) (($ $ (-294 $)) 64) (($ $ $ $) 63) (($ $ (-641 $) (-641 $)) 62) (($ $ (-641 (-1170)) (-641 (-1 $ $))) 33) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) 32) (($ $ (-1170) (-1 $ (-641 $))) 31) (($ $ (-1170) (-1 $ $)) 30) (($ $ (-641 (-114)) (-641 (-1 $ $))) 29) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) 28) (($ $ (-114) (-1 $ (-641 $))) 27) (($ $ (-114) (-1 $ $)) 26)) (-1350 (($ (-114) $) 61) (($ (-114) $ $) 60) (($ (-114) $ $ $) 59) (($ (-114) $ $ $ $) 58) (($ (-114) (-641 $)) 57)) (-3467 (($ $) 49) (($ $ $) 48)) (-3019 (($ $) 24 (|has| $ (-1046)))) (-1831 (((-859) $) 11) (($ (-610 $)) 68)) (-4264 (($ $) 53) (($ (-641 $)) 52)) (-1322 (((-112) (-114)) 41)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)))
(((-302) (-140)) (T -302))
-((-2961 (*1 *1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-2961 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-2961 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-2961 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-2961 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 *1)) (-4 *1 (-302)))) (-1470 (*1 *1 *1 *2) (-12 (-5 *2 (-294 *1)) (-4 *1 (-302)))) (-1470 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-294 *1))) (-4 *1 (-302)))) (-1470 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-610 *1))) (-5 *3 (-641 *1)) (-4 *1 (-302)))) (-1437 (*1 *1 *1) (-4 *1 (-302))) (-1437 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-302)))) (-4129 (*1 *1 *1) (-4 *1 (-302))) (-4129 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-302)))) (-1807 (*1 *1 *1) (-4 *1 (-302))) (-1807 (*1 *1 *1 *1) (-4 *1 (-302))) (-1703 (*1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-768)))) (-4036 (*1 *2 *1) (|partial| -12 (-5 *2 (-610 *1)) (-4 *1 (-302)))) (-3980 (*1 *2 *1) (-12 (-5 *2 (-641 (-610 *1))) (-4 *1 (-302)))) (-3906 (*1 *2 *1) (-12 (-5 *2 (-641 (-610 *1))) (-4 *1 (-302)))) (-2375 (*1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-641 (-114))))) (-2984 (*1 *2 *2) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-2289 (*1 *2 *3) (-12 (-4 *1 (-302)) (-5 *3 (-114)) (-5 *2 (-112)))) (-2631 (*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-114)) (-5 *2 (-112)))) (-2631 (*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-1170)) (-5 *2 (-112)))) (-2720 (*1 *1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-2720 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 *1)) (-4 *1 (-302)))) (-2110 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-610 *1)) (-4 *1 (-302)))) (-3663 (*1 *2 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-112)))) (-3663 (*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-1170)) (-5 *2 (-112)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-641 (-1 *1 *1))) (-4 *1 (-302)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-641 (-1 *1 (-641 *1)))) (-4 *1 (-302)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1 *1 (-641 *1))) (-4 *1 (-302)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1 *1 *1)) (-4 *1 (-302)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-114))) (-5 *3 (-641 (-1 *1 *1))) (-4 *1 (-302)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-114))) (-5 *3 (-641 (-1 *1 (-641 *1)))) (-4 *1 (-302)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *1 (-641 *1))) (-4 *1 (-302)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *1 *1)) (-4 *1 (-302)))) (-3156 (*1 *2 *3) (-12 (-5 *3 (-610 *1)) (-4 *1 (-1046)) (-4 *1 (-302)) (-5 *2 (-1166 *1)))) (-3290 (*1 *1 *1) (-12 (-4 *1 (-1046)) (-4 *1 (-302)))) (-2000 (*1 *2 *1) (-12 (-4 *1 (-1035 (-564))) (-4 *1 (-302)) (-5 *2 (-112)))) (-2400 (*1 *2 *1) (-12 (-4 *1 (-1035 (-564))) (-4 *1 (-302)) (-5 *2 (-112)))))
-(-13 (-847) (-1035 (-610 $)) (-514 (-610 $) $) (-309 $) (-10 -8 (-15 -2961 ($ (-114) $)) (-15 -2961 ($ (-114) $ $)) (-15 -2961 ($ (-114) $ $ $)) (-15 -2961 ($ (-114) $ $ $ $)) (-15 -2961 ($ (-114) (-641 $))) (-15 -1470 ($ $ (-294 $))) (-15 -1470 ($ $ (-641 (-294 $)))) (-15 -1470 ($ $ (-641 (-610 $)) (-641 $))) (-15 -1437 ($ $)) (-15 -1437 ($ (-641 $))) (-15 -4129 ($ $)) (-15 -4129 ($ (-641 $))) (-15 -1807 ($ $)) (-15 -1807 ($ $ $)) (-15 -1703 ((-768) $)) (-15 -4036 ((-3 (-610 $) "failed") $)) (-15 -3980 ((-641 (-610 $)) $)) (-15 -3906 ((-641 (-610 $)) $)) (-15 -2375 ((-641 (-114)) $)) (-15 -2984 ((-114) (-114))) (-15 -2289 ((-112) (-114))) (-15 -2631 ((-112) $ (-114))) (-15 -2631 ((-112) $ (-1170))) (-15 -2720 ($ (-114) $)) (-15 -2720 ($ (-114) (-641 $))) (-15 -2110 ($ (-1 $ $) (-610 $))) (-15 -3663 ((-112) $ $)) (-15 -3663 ((-112) $ (-1170))) (-15 -3227 ($ $ (-641 (-1170)) (-641 (-1 $ $)))) (-15 -3227 ($ $ (-641 (-1170)) (-641 (-1 $ (-641 $))))) (-15 -3227 ($ $ (-1170) (-1 $ (-641 $)))) (-15 -3227 ($ $ (-1170) (-1 $ $))) (-15 -3227 ($ $ (-641 (-114)) (-641 (-1 $ $)))) (-15 -3227 ($ $ (-641 (-114)) (-641 (-1 $ (-641 $))))) (-15 -3227 ($ $ (-114) (-1 $ (-641 $)))) (-15 -3227 ($ $ (-114) (-1 $ $))) (IF (|has| $ (-1046)) (PROGN (-15 -3156 ((-1166 $) (-610 $))) (-15 -3290 ($ $))) |%noBranch|) (IF (|has| $ (-1035 (-564))) (PROGN (-15 -2000 ((-112) $)) (-15 -2400 ((-112) $))) |%noBranch|)))
+((-1350 (*1 *1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-1350 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-1350 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-1350 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-1350 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 *1)) (-4 *1 (-302)))) (-3574 (*1 *1 *1 *2) (-12 (-5 *2 (-294 *1)) (-4 *1 (-302)))) (-3574 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-294 *1))) (-4 *1 (-302)))) (-3574 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-610 *1))) (-5 *3 (-641 *1)) (-4 *1 (-302)))) (-4264 (*1 *1 *1) (-4 *1 (-302))) (-4264 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-302)))) (-3352 (*1 *1 *1) (-4 *1 (-302))) (-3352 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-302)))) (-3467 (*1 *1 *1) (-4 *1 (-302))) (-3467 (*1 *1 *1 *1) (-4 *1 (-302))) (-3926 (*1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-768)))) (-1802 (*1 *2 *1) (|partial| -12 (-5 *2 (-610 *1)) (-4 *1 (-302)))) (-3026 (*1 *2 *1) (-12 (-5 *2 (-641 (-610 *1))) (-4 *1 (-302)))) (-2956 (*1 *2 *1) (-12 (-5 *2 (-641 (-610 *1))) (-4 *1 (-302)))) (-4095 (*1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-641 (-114))))) (-1841 (*1 *2 *2) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-1322 (*1 *2 *3) (-12 (-4 *1 (-302)) (-5 *3 (-114)) (-5 *2 (-112)))) (-1657 (*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-114)) (-5 *2 (-112)))) (-1657 (*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-1170)) (-5 *2 (-112)))) (-3755 (*1 *1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114)))) (-3755 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 *1)) (-4 *1 (-302)))) (-2449 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-610 *1)) (-4 *1 (-302)))) (-2417 (*1 *2 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-112)))) (-2417 (*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-1170)) (-5 *2 (-112)))) (-2633 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-641 (-1 *1 *1))) (-4 *1 (-302)))) (-2633 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-641 (-1 *1 (-641 *1)))) (-4 *1 (-302)))) (-2633 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1 *1 (-641 *1))) (-4 *1 (-302)))) (-2633 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1 *1 *1)) (-4 *1 (-302)))) (-2633 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-114))) (-5 *3 (-641 (-1 *1 *1))) (-4 *1 (-302)))) (-2633 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-114))) (-5 *3 (-641 (-1 *1 (-641 *1)))) (-4 *1 (-302)))) (-2633 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *1 (-641 *1))) (-4 *1 (-302)))) (-2633 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *1 *1)) (-4 *1 (-302)))) (-4168 (*1 *2 *3) (-12 (-5 *3 (-610 *1)) (-4 *1 (-1046)) (-4 *1 (-302)) (-5 *2 (-1166 *1)))) (-3019 (*1 *1 *1) (-12 (-4 *1 (-1046)) (-4 *1 (-302)))) (-1492 (*1 *2 *1) (-12 (-4 *1 (-1035 (-564))) (-4 *1 (-302)) (-5 *2 (-112)))) (-4301 (*1 *2 *1) (-12 (-4 *1 (-1035 (-564))) (-4 *1 (-302)) (-5 *2 (-112)))))
+(-13 (-847) (-1035 (-610 $)) (-514 (-610 $) $) (-309 $) (-10 -8 (-15 -1350 ($ (-114) $)) (-15 -1350 ($ (-114) $ $)) (-15 -1350 ($ (-114) $ $ $)) (-15 -1350 ($ (-114) $ $ $ $)) (-15 -1350 ($ (-114) (-641 $))) (-15 -3574 ($ $ (-294 $))) (-15 -3574 ($ $ (-641 (-294 $)))) (-15 -3574 ($ $ (-641 (-610 $)) (-641 $))) (-15 -4264 ($ $)) (-15 -4264 ($ (-641 $))) (-15 -3352 ($ $)) (-15 -3352 ($ (-641 $))) (-15 -3467 ($ $)) (-15 -3467 ($ $ $)) (-15 -3926 ((-768) $)) (-15 -1802 ((-3 (-610 $) "failed") $)) (-15 -3026 ((-641 (-610 $)) $)) (-15 -2956 ((-641 (-610 $)) $)) (-15 -4095 ((-641 (-114)) $)) (-15 -1841 ((-114) (-114))) (-15 -1322 ((-112) (-114))) (-15 -1657 ((-112) $ (-114))) (-15 -1657 ((-112) $ (-1170))) (-15 -3755 ($ (-114) $)) (-15 -3755 ($ (-114) (-641 $))) (-15 -2449 ($ (-1 $ $) (-610 $))) (-15 -2417 ((-112) $ $)) (-15 -2417 ((-112) $ (-1170))) (-15 -2633 ($ $ (-641 (-1170)) (-641 (-1 $ $)))) (-15 -2633 ($ $ (-641 (-1170)) (-641 (-1 $ (-641 $))))) (-15 -2633 ($ $ (-1170) (-1 $ (-641 $)))) (-15 -2633 ($ $ (-1170) (-1 $ $))) (-15 -2633 ($ $ (-641 (-114)) (-641 (-1 $ $)))) (-15 -2633 ($ $ (-641 (-114)) (-641 (-1 $ (-641 $))))) (-15 -2633 ($ $ (-114) (-1 $ (-641 $)))) (-15 -2633 ($ $ (-114) (-1 $ $))) (IF (|has| $ (-1046)) (PROGN (-15 -4168 ((-1166 $) (-610 $))) (-15 -3019 ($ $))) |%noBranch|) (IF (|has| $ (-1035 (-564))) (PROGN (-15 -1492 ((-112) $)) (-15 -4301 ((-112) $))) |%noBranch|)))
(((-102) . T) ((-614 #0=(-610 $)) . T) ((-611 (-859)) . T) ((-309 $) . T) ((-514 (-610 $) $) . T) ((-514 $ $) . T) ((-847) . T) ((-1035 #0#) . T) ((-1094) . T))
-((-3910 (((-641 |#1|) (-641 |#1|)) 10)))
-(((-303 |#1|) (-10 -7 (-15 -3910 ((-641 |#1|) (-641 |#1|)))) (-845)) (T -303))
-((-3910 (*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-845)) (-5 *1 (-303 *3)))))
-(-10 -7 (-15 -3910 ((-641 |#1|) (-641 |#1|))))
-((-2110 (((-685 |#2|) (-1 |#2| |#1|) (-685 |#1|)) 17)))
-(((-304 |#1| |#2|) (-10 -7 (-15 -2110 ((-685 |#2|) (-1 |#2| |#1|) (-685 |#1|)))) (-1046) (-1046)) (T -304))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-685 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-5 *2 (-685 *6)) (-5 *1 (-304 *5 *6)))))
-(-10 -7 (-15 -2110 ((-685 |#2|) (-1 |#2| |#1|) (-685 |#1|))))
-((-3077 (((-1259 (-316 (-379))) (-1259 (-316 (-225)))) 112)) (-2567 (((-1088 (-840 (-225))) (-1088 (-840 (-379)))) 45)) (-1887 (((-641 (-1152)) (-1150 (-225))) 94)) (-1564 (((-316 (-379)) (-949 (-225))) 55)) (-2094 (((-225) (-949 (-225))) 51)) (-3772 (((-1152) (-379)) 196)) (-4351 (((-840 (-225)) (-840 (-379))) 39)) (-3071 (((-2 (|:| |additions| (-564)) (|:| |multiplications| (-564)) (|:| |exponentiations| (-564)) (|:| |functionCalls| (-564))) (-1259 (-316 (-225)))) 165)) (-3008 (((-1032) (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032)))) 208) (((-1032) (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))))) 206)) (-1315 (((-685 (-225)) (-641 (-225)) (-768)) 21)) (-4189 (((-1259 (-695)) (-641 (-225))) 101)) (-3977 (((-641 (-1152)) (-641 (-225))) 81)) (-1647 (((-3 (-316 (-225)) "failed") (-316 (-225))) 129)) (-2174 (((-112) (-225) (-1088 (-840 (-225)))) 118)) (-3364 (((-1032) (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))) 225)) (-1880 (((-225) (-1088 (-840 (-225)))) 114)) (-3453 (((-225) (-1088 (-840 (-225)))) 115)) (-2457 (((-225) (-407 (-564))) 33)) (-1656 (((-1152) (-379)) 79)) (-3965 (((-225) (-379)) 24)) (-4200 (((-379) (-1259 (-316 (-225)))) 178)) (-2544 (((-316 (-225)) (-316 (-379))) 30)) (-1698 (((-407 (-564)) (-316 (-225))) 58)) (-2112 (((-316 (-407 (-564))) (-316 (-225))) 75)) (-3228 (((-316 (-379)) (-316 (-225))) 105)) (-3307 (((-225) (-316 (-225))) 59)) (-1666 (((-641 (-225)) (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) 70)) (-1524 (((-1088 (-840 (-225))) (-1088 (-840 (-225)))) 67)) (-3819 (((-1152) (-225)) 78)) (-3519 (((-695) (-225)) 97)) (-3003 (((-407 (-564)) (-225)) 60)) (-2527 (((-316 (-379)) (-225)) 54)) (-2153 (((-641 (-1088 (-840 (-225)))) (-641 (-1088 (-840 (-379))))) 48)) (-2834 (((-1032) (-641 (-1032))) 192) (((-1032) (-1032) (-1032)) 186)) (-1542 (((-1032) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) 222)))
-(((-305) (-10 -7 (-15 -3965 ((-225) (-379))) (-15 -2544 ((-316 (-225)) (-316 (-379)))) (-15 -4351 ((-840 (-225)) (-840 (-379)))) (-15 -2567 ((-1088 (-840 (-225))) (-1088 (-840 (-379))))) (-15 -2153 ((-641 (-1088 (-840 (-225)))) (-641 (-1088 (-840 (-379)))))) (-15 -3003 ((-407 (-564)) (-225))) (-15 -1698 ((-407 (-564)) (-316 (-225)))) (-15 -3307 ((-225) (-316 (-225)))) (-15 -1647 ((-3 (-316 (-225)) "failed") (-316 (-225)))) (-15 -4200 ((-379) (-1259 (-316 (-225))))) (-15 -3071 ((-2 (|:| |additions| (-564)) (|:| |multiplications| (-564)) (|:| |exponentiations| (-564)) (|:| |functionCalls| (-564))) (-1259 (-316 (-225))))) (-15 -2112 ((-316 (-407 (-564))) (-316 (-225)))) (-15 -1524 ((-1088 (-840 (-225))) (-1088 (-840 (-225))))) (-15 -1666 ((-641 (-225)) (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))) (-15 -3519 ((-695) (-225))) (-15 -4189 ((-1259 (-695)) (-641 (-225)))) (-15 -3228 ((-316 (-379)) (-316 (-225)))) (-15 -3077 ((-1259 (-316 (-379))) (-1259 (-316 (-225))))) (-15 -2174 ((-112) (-225) (-1088 (-840 (-225))))) (-15 -3819 ((-1152) (-225))) (-15 -1656 ((-1152) (-379))) (-15 -3977 ((-641 (-1152)) (-641 (-225)))) (-15 -1887 ((-641 (-1152)) (-1150 (-225)))) (-15 -1880 ((-225) (-1088 (-840 (-225))))) (-15 -3453 ((-225) (-1088 (-840 (-225))))) (-15 -2834 ((-1032) (-1032) (-1032))) (-15 -2834 ((-1032) (-641 (-1032)))) (-15 -3772 ((-1152) (-379))) (-15 -3008 ((-1032) (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))))) (-15 -3008 ((-1032) (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))))) (-15 -1542 ((-1032) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))) (-15 -3364 ((-1032) (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))) (-15 -1564 ((-316 (-379)) (-949 (-225)))) (-15 -2094 ((-225) (-949 (-225)))) (-15 -2527 ((-316 (-379)) (-225))) (-15 -2457 ((-225) (-407 (-564)))) (-15 -1315 ((-685 (-225)) (-641 (-225)) (-768))))) (T -305))
-((-1315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-225))) (-5 *4 (-768)) (-5 *2 (-685 (-225))) (-5 *1 (-305)))) (-2457 (*1 *2 *3) (-12 (-5 *3 (-407 (-564))) (-5 *2 (-225)) (-5 *1 (-305)))) (-2527 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-316 (-379))) (-5 *1 (-305)))) (-2094 (*1 *2 *3) (-12 (-5 *3 (-949 (-225))) (-5 *2 (-225)) (-5 *1 (-305)))) (-1564 (*1 *2 *3) (-12 (-5 *3 (-949 (-225))) (-5 *2 (-316 (-379))) (-5 *1 (-305)))) (-3364 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))) (-5 *2 (-1032)) (-5 *1 (-305)))) (-1542 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) (-5 *2 (-1032)) (-5 *1 (-305)))) (-3008 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032)))) (-5 *2 (-1032)) (-5 *1 (-305)))) (-3008 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *2 (-1032)) (-5 *1 (-305)))) (-3772 (*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1152)) (-5 *1 (-305)))) (-2834 (*1 *2 *3) (-12 (-5 *3 (-641 (-1032))) (-5 *2 (-1032)) (-5 *1 (-305)))) (-2834 (*1 *2 *2 *2) (-12 (-5 *2 (-1032)) (-5 *1 (-305)))) (-3453 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-305)))) (-1880 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-305)))) (-1887 (*1 *2 *3) (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-305)))) (-3977 (*1 *2 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-305)))) (-1656 (*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1152)) (-5 *1 (-305)))) (-3819 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-305)))) (-2174 (*1 *2 *3 *4) (-12 (-5 *4 (-1088 (-840 (-225)))) (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-305)))) (-3077 (*1 *2 *3) (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *2 (-1259 (-316 (-379)))) (-5 *1 (-305)))) (-3228 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-316 (-379))) (-5 *1 (-305)))) (-4189 (*1 *2 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1259 (-695))) (-5 *1 (-305)))) (-3519 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-695)) (-5 *1 (-305)))) (-1666 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-5 *2 (-641 (-225))) (-5 *1 (-305)))) (-1524 (*1 *2 *2) (-12 (-5 *2 (-1088 (-840 (-225)))) (-5 *1 (-305)))) (-2112 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-316 (-407 (-564)))) (-5 *1 (-305)))) (-3071 (*1 *2 *3) (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *2 (-2 (|:| |additions| (-564)) (|:| |multiplications| (-564)) (|:| |exponentiations| (-564)) (|:| |functionCalls| (-564)))) (-5 *1 (-305)))) (-4200 (*1 *2 *3) (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *2 (-379)) (-5 *1 (-305)))) (-1647 (*1 *2 *2) (|partial| -12 (-5 *2 (-316 (-225))) (-5 *1 (-305)))) (-3307 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-225)) (-5 *1 (-305)))) (-1698 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-407 (-564))) (-5 *1 (-305)))) (-3003 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-407 (-564))) (-5 *1 (-305)))) (-2153 (*1 *2 *3) (-12 (-5 *3 (-641 (-1088 (-840 (-379))))) (-5 *2 (-641 (-1088 (-840 (-225))))) (-5 *1 (-305)))) (-2567 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-379)))) (-5 *2 (-1088 (-840 (-225)))) (-5 *1 (-305)))) (-4351 (*1 *2 *3) (-12 (-5 *3 (-840 (-379))) (-5 *2 (-840 (-225))) (-5 *1 (-305)))) (-2544 (*1 *2 *3) (-12 (-5 *3 (-316 (-379))) (-5 *2 (-316 (-225))) (-5 *1 (-305)))) (-3965 (*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-225)) (-5 *1 (-305)))))
-(-10 -7 (-15 -3965 ((-225) (-379))) (-15 -2544 ((-316 (-225)) (-316 (-379)))) (-15 -4351 ((-840 (-225)) (-840 (-379)))) (-15 -2567 ((-1088 (-840 (-225))) (-1088 (-840 (-379))))) (-15 -2153 ((-641 (-1088 (-840 (-225)))) (-641 (-1088 (-840 (-379)))))) (-15 -3003 ((-407 (-564)) (-225))) (-15 -1698 ((-407 (-564)) (-316 (-225)))) (-15 -3307 ((-225) (-316 (-225)))) (-15 -1647 ((-3 (-316 (-225)) "failed") (-316 (-225)))) (-15 -4200 ((-379) (-1259 (-316 (-225))))) (-15 -3071 ((-2 (|:| |additions| (-564)) (|:| |multiplications| (-564)) (|:| |exponentiations| (-564)) (|:| |functionCalls| (-564))) (-1259 (-316 (-225))))) (-15 -2112 ((-316 (-407 (-564))) (-316 (-225)))) (-15 -1524 ((-1088 (-840 (-225))) (-1088 (-840 (-225))))) (-15 -1666 ((-641 (-225)) (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))) (-15 -3519 ((-695) (-225))) (-15 -4189 ((-1259 (-695)) (-641 (-225)))) (-15 -3228 ((-316 (-379)) (-316 (-225)))) (-15 -3077 ((-1259 (-316 (-379))) (-1259 (-316 (-225))))) (-15 -2174 ((-112) (-225) (-1088 (-840 (-225))))) (-15 -3819 ((-1152) (-225))) (-15 -1656 ((-1152) (-379))) (-15 -3977 ((-641 (-1152)) (-641 (-225)))) (-15 -1887 ((-641 (-1152)) (-1150 (-225)))) (-15 -1880 ((-225) (-1088 (-840 (-225))))) (-15 -3453 ((-225) (-1088 (-840 (-225))))) (-15 -2834 ((-1032) (-1032) (-1032))) (-15 -2834 ((-1032) (-641 (-1032)))) (-15 -3772 ((-1152) (-379))) (-15 -3008 ((-1032) (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))))) (-15 -3008 ((-1032) (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))))) (-15 -1542 ((-1032) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))) (-15 -3364 ((-1032) (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))) (-15 -1564 ((-316 (-379)) (-949 (-225)))) (-15 -2094 ((-225) (-949 (-225)))) (-15 -2527 ((-316 (-379)) (-225))) (-15 -2457 ((-225) (-407 (-564)))) (-15 -1315 ((-685 (-225)) (-641 (-225)) (-768))))
-((-1817 (((-112) $ $) 14)) (-2668 (($ $ $) 18)) (-2649 (($ $ $) 17)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 49)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 64)) (-3377 (($ $ $) 24) (($ (-641 $)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 34) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 39)) (-2628 (((-3 $ "failed") $ $) 21)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 52)))
-(((-306 |#1|) (-10 -8 (-15 -3596 ((-3 (-641 |#1|) "failed") (-641 |#1|) |#1|)) (-15 -1471 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -1471 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2739 |#1|)) |#1| |#1|)) (-15 -2668 (|#1| |#1| |#1|)) (-15 -2649 (|#1| |#1| |#1|)) (-15 -1817 ((-112) |#1| |#1|)) (-15 -3632 ((-3 (-641 |#1|) "failed") (-641 |#1|) |#1|)) (-15 -1464 ((-2 (|:| -2784 (-641 |#1|)) (|:| -2739 |#1|)) (-641 |#1|))) (-15 -3377 (|#1| (-641 |#1|))) (-15 -3377 (|#1| |#1| |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#1|))) (-307)) (T -306))
-NIL
-(-10 -8 (-15 -3596 ((-3 (-641 |#1|) "failed") (-641 |#1|) |#1|)) (-15 -1471 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -1471 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2739 |#1|)) |#1| |#1|)) (-15 -2668 (|#1| |#1| |#1|)) (-15 -2649 (|#1| |#1| |#1|)) (-15 -1817 ((-112) |#1| |#1|)) (-15 -3632 ((-3 (-641 |#1|) "failed") (-641 |#1|) |#1|)) (-15 -1464 ((-2 (|:| -2784 (-641 |#1|)) (|:| -2739 |#1|)) (-641 |#1|))) (-15 -3377 (|#1| (-641 |#1|))) (-15 -3377 (|#1| |#1| |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-1817 (((-112) $ $) 60)) (-1692 (($) 17 T CONST)) (-2668 (($ $ $) 56)) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-3282 (((-112) $) 31)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2358 (((-768) $) 59)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-3009 (((-641 |#1|) (-641 |#1|)) 10)))
+(((-303 |#1|) (-10 -7 (-15 -3009 ((-641 |#1|) (-641 |#1|)))) (-845)) (T -303))
+((-3009 (*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-845)) (-5 *1 (-303 *3)))))
+(-10 -7 (-15 -3009 ((-641 |#1|) (-641 |#1|))))
+((-2449 (((-685 |#2|) (-1 |#2| |#1|) (-685 |#1|)) 17)))
+(((-304 |#1| |#2|) (-10 -7 (-15 -2449 ((-685 |#2|) (-1 |#2| |#1|) (-685 |#1|)))) (-1046) (-1046)) (T -304))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-685 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-5 *2 (-685 *6)) (-5 *1 (-304 *5 *6)))))
+(-10 -7 (-15 -2449 ((-685 |#2|) (-1 |#2| |#1|) (-685 |#1|))))
+((-1409 (((-1259 (-316 (-379))) (-1259 (-316 (-225)))) 112)) (-2234 (((-1088 (-840 (-225))) (-1088 (-840 (-379)))) 45)) (-2930 (((-641 (-1152)) (-1150 (-225))) 94)) (-3082 (((-316 (-379)) (-949 (-225))) 55)) (-4285 (((-225) (-949 (-225))) 51)) (-4131 (((-1152) (-379)) 196)) (-1738 (((-840 (-225)) (-840 (-379))) 39)) (-1360 (((-2 (|:| |additions| (-564)) (|:| |multiplications| (-564)) (|:| |exponentiations| (-564)) (|:| |functionCalls| (-564))) (-1259 (-316 (-225)))) 165)) (-1971 (((-1032) (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032)))) 208) (((-1032) (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))))) 206)) (-2394 (((-685 (-225)) (-641 (-225)) (-768)) 21)) (-2717 (((-1259 (-695)) (-641 (-225))) 101)) (-2453 (((-641 (-1152)) (-641 (-225))) 81)) (-3875 (((-3 (-316 (-225)) "failed") (-316 (-225))) 129)) (-2653 (((-112) (-225) (-1088 (-840 (-225)))) 118)) (-2498 (((-1032) (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))) 225)) (-2871 (((-225) (-1088 (-840 (-225)))) 114)) (-3981 (((-225) (-1088 (-840 (-225)))) 115)) (-3667 (((-225) (-407 (-564))) 33)) (-1428 (((-1152) (-379)) 79)) (-2307 (((-225) (-379)) 24)) (-2824 (((-379) (-1259 (-316 (-225)))) 178)) (-2022 (((-316 (-225)) (-316 (-379))) 30)) (-1837 (((-407 (-564)) (-316 (-225))) 58)) (-3243 (((-316 (-407 (-564))) (-316 (-225))) 75)) (-3681 (((-316 (-379)) (-316 (-225))) 105)) (-1955 (((-225) (-316 (-225))) 59)) (-1534 (((-641 (-225)) (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) 70)) (-2708 (((-1088 (-840 (-225))) (-1088 (-840 (-225)))) 67)) (-3367 (((-1152) (-225)) 78)) (-3444 (((-695) (-225)) 97)) (-1919 (((-407 (-564)) (-225)) 60)) (-3098 (((-316 (-379)) (-225)) 54)) (-2511 (((-641 (-1088 (-840 (-225)))) (-641 (-1088 (-840 (-379))))) 48)) (-3043 (((-1032) (-641 (-1032))) 192) (((-1032) (-1032) (-1032)) 186)) (-2866 (((-1032) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) 222)))
+(((-305) (-10 -7 (-15 -2307 ((-225) (-379))) (-15 -2022 ((-316 (-225)) (-316 (-379)))) (-15 -1738 ((-840 (-225)) (-840 (-379)))) (-15 -2234 ((-1088 (-840 (-225))) (-1088 (-840 (-379))))) (-15 -2511 ((-641 (-1088 (-840 (-225)))) (-641 (-1088 (-840 (-379)))))) (-15 -1919 ((-407 (-564)) (-225))) (-15 -1837 ((-407 (-564)) (-316 (-225)))) (-15 -1955 ((-225) (-316 (-225)))) (-15 -3875 ((-3 (-316 (-225)) "failed") (-316 (-225)))) (-15 -2824 ((-379) (-1259 (-316 (-225))))) (-15 -1360 ((-2 (|:| |additions| (-564)) (|:| |multiplications| (-564)) (|:| |exponentiations| (-564)) (|:| |functionCalls| (-564))) (-1259 (-316 (-225))))) (-15 -3243 ((-316 (-407 (-564))) (-316 (-225)))) (-15 -2708 ((-1088 (-840 (-225))) (-1088 (-840 (-225))))) (-15 -1534 ((-641 (-225)) (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))) (-15 -3444 ((-695) (-225))) (-15 -2717 ((-1259 (-695)) (-641 (-225)))) (-15 -3681 ((-316 (-379)) (-316 (-225)))) (-15 -1409 ((-1259 (-316 (-379))) (-1259 (-316 (-225))))) (-15 -2653 ((-112) (-225) (-1088 (-840 (-225))))) (-15 -3367 ((-1152) (-225))) (-15 -1428 ((-1152) (-379))) (-15 -2453 ((-641 (-1152)) (-641 (-225)))) (-15 -2930 ((-641 (-1152)) (-1150 (-225)))) (-15 -2871 ((-225) (-1088 (-840 (-225))))) (-15 -3981 ((-225) (-1088 (-840 (-225))))) (-15 -3043 ((-1032) (-1032) (-1032))) (-15 -3043 ((-1032) (-641 (-1032)))) (-15 -4131 ((-1152) (-379))) (-15 -1971 ((-1032) (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))))) (-15 -1971 ((-1032) (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))))) (-15 -2866 ((-1032) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))) (-15 -2498 ((-1032) (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))) (-15 -3082 ((-316 (-379)) (-949 (-225)))) (-15 -4285 ((-225) (-949 (-225)))) (-15 -3098 ((-316 (-379)) (-225))) (-15 -3667 ((-225) (-407 (-564)))) (-15 -2394 ((-685 (-225)) (-641 (-225)) (-768))))) (T -305))
+((-2394 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-225))) (-5 *4 (-768)) (-5 *2 (-685 (-225))) (-5 *1 (-305)))) (-3667 (*1 *2 *3) (-12 (-5 *3 (-407 (-564))) (-5 *2 (-225)) (-5 *1 (-305)))) (-3098 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-316 (-379))) (-5 *1 (-305)))) (-4285 (*1 *2 *3) (-12 (-5 *3 (-949 (-225))) (-5 *2 (-225)) (-5 *1 (-305)))) (-3082 (*1 *2 *3) (-12 (-5 *3 (-949 (-225))) (-5 *2 (-316 (-379))) (-5 *1 (-305)))) (-2498 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))) (-5 *2 (-1032)) (-5 *1 (-305)))) (-2866 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) (-5 *2 (-1032)) (-5 *1 (-305)))) (-1971 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032)))) (-5 *2 (-1032)) (-5 *1 (-305)))) (-1971 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *2 (-1032)) (-5 *1 (-305)))) (-4131 (*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1152)) (-5 *1 (-305)))) (-3043 (*1 *2 *3) (-12 (-5 *3 (-641 (-1032))) (-5 *2 (-1032)) (-5 *1 (-305)))) (-3043 (*1 *2 *2 *2) (-12 (-5 *2 (-1032)) (-5 *1 (-305)))) (-3981 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-305)))) (-2871 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-305)))) (-2930 (*1 *2 *3) (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-305)))) (-2453 (*1 *2 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-305)))) (-1428 (*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1152)) (-5 *1 (-305)))) (-3367 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-305)))) (-2653 (*1 *2 *3 *4) (-12 (-5 *4 (-1088 (-840 (-225)))) (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-305)))) (-1409 (*1 *2 *3) (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *2 (-1259 (-316 (-379)))) (-5 *1 (-305)))) (-3681 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-316 (-379))) (-5 *1 (-305)))) (-2717 (*1 *2 *3) (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1259 (-695))) (-5 *1 (-305)))) (-3444 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-695)) (-5 *1 (-305)))) (-1534 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-5 *2 (-641 (-225))) (-5 *1 (-305)))) (-2708 (*1 *2 *2) (-12 (-5 *2 (-1088 (-840 (-225)))) (-5 *1 (-305)))) (-3243 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-316 (-407 (-564)))) (-5 *1 (-305)))) (-1360 (*1 *2 *3) (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *2 (-2 (|:| |additions| (-564)) (|:| |multiplications| (-564)) (|:| |exponentiations| (-564)) (|:| |functionCalls| (-564)))) (-5 *1 (-305)))) (-2824 (*1 *2 *3) (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *2 (-379)) (-5 *1 (-305)))) (-3875 (*1 *2 *2) (|partial| -12 (-5 *2 (-316 (-225))) (-5 *1 (-305)))) (-1955 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-225)) (-5 *1 (-305)))) (-1837 (*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-407 (-564))) (-5 *1 (-305)))) (-1919 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-407 (-564))) (-5 *1 (-305)))) (-2511 (*1 *2 *3) (-12 (-5 *3 (-641 (-1088 (-840 (-379))))) (-5 *2 (-641 (-1088 (-840 (-225))))) (-5 *1 (-305)))) (-2234 (*1 *2 *3) (-12 (-5 *3 (-1088 (-840 (-379)))) (-5 *2 (-1088 (-840 (-225)))) (-5 *1 (-305)))) (-1738 (*1 *2 *3) (-12 (-5 *3 (-840 (-379))) (-5 *2 (-840 (-225))) (-5 *1 (-305)))) (-2022 (*1 *2 *3) (-12 (-5 *3 (-316 (-379))) (-5 *2 (-316 (-225))) (-5 *1 (-305)))) (-2307 (*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-225)) (-5 *1 (-305)))))
+(-10 -7 (-15 -2307 ((-225) (-379))) (-15 -2022 ((-316 (-225)) (-316 (-379)))) (-15 -1738 ((-840 (-225)) (-840 (-379)))) (-15 -2234 ((-1088 (-840 (-225))) (-1088 (-840 (-379))))) (-15 -2511 ((-641 (-1088 (-840 (-225)))) (-641 (-1088 (-840 (-379)))))) (-15 -1919 ((-407 (-564)) (-225))) (-15 -1837 ((-407 (-564)) (-316 (-225)))) (-15 -1955 ((-225) (-316 (-225)))) (-15 -3875 ((-3 (-316 (-225)) "failed") (-316 (-225)))) (-15 -2824 ((-379) (-1259 (-316 (-225))))) (-15 -1360 ((-2 (|:| |additions| (-564)) (|:| |multiplications| (-564)) (|:| |exponentiations| (-564)) (|:| |functionCalls| (-564))) (-1259 (-316 (-225))))) (-15 -3243 ((-316 (-407 (-564))) (-316 (-225)))) (-15 -2708 ((-1088 (-840 (-225))) (-1088 (-840 (-225))))) (-15 -1534 ((-641 (-225)) (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))) (-15 -3444 ((-695) (-225))) (-15 -2717 ((-1259 (-695)) (-641 (-225)))) (-15 -3681 ((-316 (-379)) (-316 (-225)))) (-15 -1409 ((-1259 (-316 (-379))) (-1259 (-316 (-225))))) (-15 -2653 ((-112) (-225) (-1088 (-840 (-225))))) (-15 -3367 ((-1152) (-225))) (-15 -1428 ((-1152) (-379))) (-15 -2453 ((-641 (-1152)) (-641 (-225)))) (-15 -2930 ((-641 (-1152)) (-1150 (-225)))) (-15 -2871 ((-225) (-1088 (-840 (-225))))) (-15 -3981 ((-225) (-1088 (-840 (-225))))) (-15 -3043 ((-1032) (-1032) (-1032))) (-15 -3043 ((-1032) (-641 (-1032)))) (-15 -4131 ((-1152) (-379))) (-15 -1971 ((-1032) (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))))) (-15 -1971 ((-1032) (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))))) (-15 -2866 ((-1032) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))) (-15 -2498 ((-1032) (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))) (-15 -3082 ((-316 (-379)) (-949 (-225)))) (-15 -4285 ((-225) (-949 (-225)))) (-15 -3098 ((-316 (-379)) (-225))) (-15 -3667 ((-225) (-407 (-564)))) (-15 -2394 ((-685 (-225)) (-641 (-225)) (-768))))
+((-3554 (((-112) $ $) 14)) (-1449 (($ $ $) 18)) (-1424 (($ $ $) 17)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 49)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 64)) (-2777 (($ $ $) 24) (($ (-641 $)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 34) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 39)) (-1403 (((-3 $ "failed") $ $) 21)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 52)))
+(((-306 |#1|) (-10 -8 (-15 -2993 ((-3 (-641 |#1|) "failed") (-641 |#1|) |#1|)) (-15 -3380 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3380 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -1426 |#1|)) |#1| |#1|)) (-15 -1449 (|#1| |#1| |#1|)) (-15 -1424 (|#1| |#1| |#1|)) (-15 -3554 ((-112) |#1| |#1|)) (-15 -2106 ((-3 (-641 |#1|) "failed") (-641 |#1|) |#1|)) (-15 -3300 ((-2 (|:| -2860 (-641 |#1|)) (|:| -1426 |#1|)) (-641 |#1|))) (-15 -2777 (|#1| (-641 |#1|))) (-15 -2777 (|#1| |#1| |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#1|))) (-307)) (T -306))
+NIL
+(-10 -8 (-15 -2993 ((-3 (-641 |#1|) "failed") (-641 |#1|) |#1|)) (-15 -3380 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3380 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -1426 |#1|)) |#1| |#1|)) (-15 -1449 (|#1| |#1| |#1|)) (-15 -1424 (|#1| |#1| |#1|)) (-15 -3554 ((-112) |#1| |#1|)) (-15 -2106 ((-3 (-641 |#1|) "failed") (-641 |#1|) |#1|)) (-15 -3300 ((-2 (|:| -2860 (-641 |#1|)) (|:| -1426 |#1|)) (-641 |#1|))) (-15 -2777 (|#1| (-641 |#1|))) (-15 -2777 (|#1| |#1| |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-3554 (((-112) $ $) 60)) (-1778 (($) 17 T CONST)) (-1449 (($ $ $) 56)) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-2949 (((-112) $) 31)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-3920 (((-768) $) 59)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-307) (-140)) (T -307))
-((-1817 (*1 *2 *1 *1) (-12 (-4 *1 (-307)) (-5 *2 (-112)))) (-2358 (*1 *2 *1) (-12 (-4 *1 (-307)) (-5 *2 (-768)))) (-3737 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-307)))) (-2649 (*1 *1 *1 *1) (-4 *1 (-307))) (-2668 (*1 *1 *1 *1) (-4 *1 (-307))) (-1471 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2739 *1))) (-4 *1 (-307)))) (-1471 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-307)))) (-3596 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-641 *1)) (-4 *1 (-307)))))
-(-13 (-917) (-10 -8 (-15 -1817 ((-112) $ $)) (-15 -2358 ((-768) $)) (-15 -3737 ((-2 (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -2649 ($ $ $)) (-15 -2668 ($ $ $)) (-15 -1471 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $)) (-15 -1471 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -3596 ((-3 (-641 $) "failed") (-641 $) $))))
+((-3554 (*1 *2 *1 *1) (-12 (-4 *1 (-307)) (-5 *2 (-112)))) (-3920 (*1 *2 *1) (-12 (-4 *1 (-307)) (-5 *2 (-768)))) (-1922 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-307)))) (-1424 (*1 *1 *1 *1) (-4 *1 (-307))) (-1449 (*1 *1 *1 *1) (-4 *1 (-307))) (-3380 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -1426 *1))) (-4 *1 (-307)))) (-3380 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-307)))) (-2993 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-641 *1)) (-4 *1 (-307)))))
+(-13 (-917) (-10 -8 (-15 -3554 ((-112) $ $)) (-15 -3920 ((-768) $)) (-15 -1922 ((-2 (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -1424 ($ $ $)) (-15 -1449 ($ $ $)) (-15 -3380 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $)) (-15 -3380 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -2993 ((-3 (-641 $) "failed") (-641 $) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-290) . T) ((-452) . T) ((-556) . T) ((-644 $) . T) ((-714 $) . T) ((-723) . T) ((-917) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-3227 (($ $ (-641 |#2|) (-641 |#2|)) 14) (($ $ |#2| |#2|) NIL) (($ $ (-294 |#2|)) 11) (($ $ (-641 (-294 |#2|))) NIL)))
-(((-308 |#1| |#2|) (-10 -8 (-15 -3227 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -3227 (|#1| |#1| (-294 |#2|))) (-15 -3227 (|#1| |#1| |#2| |#2|)) (-15 -3227 (|#1| |#1| (-641 |#2|) (-641 |#2|)))) (-309 |#2|) (-1094)) (T -308))
+((-2633 (($ $ (-641 |#2|) (-641 |#2|)) 14) (($ $ |#2| |#2|) NIL) (($ $ (-294 |#2|)) 11) (($ $ (-641 (-294 |#2|))) NIL)))
+(((-308 |#1| |#2|) (-10 -8 (-15 -2633 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -2633 (|#1| |#1| (-294 |#2|))) (-15 -2633 (|#1| |#1| |#2| |#2|)) (-15 -2633 (|#1| |#1| (-641 |#2|) (-641 |#2|)))) (-309 |#2|) (-1094)) (T -308))
NIL
-(-10 -8 (-15 -3227 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -3227 (|#1| |#1| (-294 |#2|))) (-15 -3227 (|#1| |#1| |#2| |#2|)) (-15 -3227 (|#1| |#1| (-641 |#2|) (-641 |#2|))))
-((-3227 (($ $ (-641 |#1|) (-641 |#1|)) 7) (($ $ |#1| |#1|) 6) (($ $ (-294 |#1|)) 11) (($ $ (-641 (-294 |#1|))) 10)))
+(-10 -8 (-15 -2633 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -2633 (|#1| |#1| (-294 |#2|))) (-15 -2633 (|#1| |#1| |#2| |#2|)) (-15 -2633 (|#1| |#1| (-641 |#2|) (-641 |#2|))))
+((-2633 (($ $ (-641 |#1|) (-641 |#1|)) 7) (($ $ |#1| |#1|) 6) (($ $ (-294 |#1|)) 11) (($ $ (-641 (-294 |#1|))) 10)))
(((-309 |#1|) (-140) (-1094)) (T -309))
-((-3227 (*1 *1 *1 *2) (-12 (-5 *2 (-294 *3)) (-4 *1 (-309 *3)) (-4 *3 (-1094)))) (-3227 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-294 *3))) (-4 *1 (-309 *3)) (-4 *3 (-1094)))))
-(-13 (-514 |t#1| |t#1|) (-10 -8 (-15 -3227 ($ $ (-294 |t#1|))) (-15 -3227 ($ $ (-641 (-294 |t#1|))))))
+((-2633 (*1 *1 *1 *2) (-12 (-5 *2 (-294 *3)) (-4 *1 (-309 *3)) (-4 *3 (-1094)))) (-2633 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-294 *3))) (-4 *1 (-309 *3)) (-4 *3 (-1094)))))
+(-13 (-514 |t#1| |t#1|) (-10 -8 (-15 -2633 ($ $ (-294 |t#1|))) (-15 -2633 ($ $ (-641 (-294 |t#1|))))))
(((-514 |#1| |#1|) . T))
-((-3227 ((|#1| (-1 |#1| (-564)) (-1172 (-407 (-564)))) 25)))
-(((-310 |#1|) (-10 -7 (-15 -3227 (|#1| (-1 |#1| (-564)) (-1172 (-407 (-564)))))) (-38 (-407 (-564)))) (T -310))
-((-3227 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-564))) (-5 *4 (-1172 (-407 (-564)))) (-5 *1 (-310 *2)) (-4 *2 (-38 (-407 (-564)))))))
-(-10 -7 (-15 -3227 (|#1| (-1 |#1| (-564)) (-1172 (-407 (-564))))))
-((-1709 (((-112) $ $) NIL)) (-1419 (((-564) $) 12)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3734 (((-1129) $) 9)) (-1721 (((-859) $) 19) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-311) (-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $)) (-15 -1419 ((-564) $))))) (T -311))
-((-3734 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-311)))) (-1419 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-311)))))
-(-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $)) (-15 -1419 ((-564) $))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 7)) (-2853 (((-112) $ $) 9)))
+((-2633 ((|#1| (-1 |#1| (-564)) (-1172 (-407 (-564)))) 25)))
+(((-310 |#1|) (-10 -7 (-15 -2633 (|#1| (-1 |#1| (-564)) (-1172 (-407 (-564)))))) (-38 (-407 (-564)))) (T -310))
+((-2633 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-564))) (-5 *4 (-1172 (-407 (-564)))) (-5 *1 (-310 *2)) (-4 *2 (-38 (-407 (-564)))))))
+(-10 -7 (-15 -2633 (|#1| (-1 |#1| (-564)) (-1172 (-407 (-564))))))
+((-1817 (((-112) $ $) NIL)) (-4289 (((-564) $) 12)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3877 (((-1129) $) 9)) (-1831 (((-859) $) 19) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-311) (-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $)) (-15 -4289 ((-564) $))))) (T -311))
+((-3877 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-311)))) (-4289 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-311)))))
+(-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $)) (-15 -4289 ((-564) $))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 7)) (-1702 (((-112) $ $) 9)))
(((-312) (-1094)) (T -312))
NIL
(-1094)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 67)) (-4137 (((-1245 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-307)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-906)))) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-906)))) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-817)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-1245 |#1| |#2| |#3| |#4|) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-564)))) (((-3 (-1244 |#2| |#3| |#4|) "failed") $) 26)) (-3437 (((-1245 |#1| |#2| |#3| |#4|) $) NIL) (((-1170) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-564)))) (((-564) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-564)))) (((-1244 |#2| |#3| |#4|) $) NIL)) (-2668 (($ $ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-1245 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1259 (-1245 |#1| |#2| |#3| |#4|)))) (-685 $) (-1259 $)) NIL) (((-685 (-1245 |#1| |#2| |#3| |#4|)) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-545)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2955 (((-112) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-817)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-883 (-379))))) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL)) (-2654 (((-1245 |#1| |#2| |#3| |#4|) $) 22)) (-1516 (((-3 $ "failed") $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1145)))) (-1515 (((-112) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-817)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-1650 (($ $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-2110 (($ (-1 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|)) $) NIL)) (-3294 (((-3 (-840 |#2|) "failed") $) 87)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-307)))) (-4037 (((-1245 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-545)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-906)))) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3227 (($ $ (-641 (-1245 |#1| |#2| |#3| |#4|)) (-641 (-1245 |#1| |#2| |#3| |#4|))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-309 (-1245 |#1| |#2| |#3| |#4|)))) (($ $ (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-309 (-1245 |#1| |#2| |#3| |#4|)))) (($ $ (-294 (-1245 |#1| |#2| |#3| |#4|))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-309 (-1245 |#1| |#2| |#3| |#4|)))) (($ $ (-641 (-294 (-1245 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-309 (-1245 |#1| |#2| |#3| |#4|)))) (($ $ (-641 (-1170)) (-641 (-1245 |#1| |#2| |#3| |#4|))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-514 (-1170) (-1245 |#1| |#2| |#3| |#4|)))) (($ $ (-1170) (-1245 |#1| |#2| |#3| |#4|)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-514 (-1170) (-1245 |#1| |#2| |#3| |#4|))))) (-2358 (((-768) $) NIL)) (-2961 (($ $ (-1245 |#1| |#2| |#3| |#4|)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-286 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-768)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-1170)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-1 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|)) (-768)) NIL) (($ $ (-1 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|))) NIL)) (-2173 (($ $) NIL)) (-2663 (((-1245 |#1| |#2| |#3| |#4|) $) 19)) (-2153 (((-889 (-564)) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-612 (-536)))) (((-379) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1019))) (((-225) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1019)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-1245 |#1| |#2| |#3| |#4|) (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-1245 |#1| |#2| |#3| |#4|)) 30) (($ (-1170)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-1170)))) (($ (-1244 |#2| |#3| |#4|)) 37)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| (-1245 |#1| |#2| |#3| |#4|) (-906))) (|has| (-1245 |#1| |#2| |#3| |#4|) (-145))))) (-1303 (((-768)) NIL T CONST)) (-2698 (((-1245 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-545)))) (-1720 (((-112) $ $) NIL)) (-1699 (($ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-817)))) (-2885 (($) 42 T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-768)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-1170)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-1 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|)) (-768)) NIL) (($ $ (-1 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|))) NIL)) (-2920 (((-112) $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-2880 (((-112) $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-2983 (($ $ $) 35) (($ (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|)) 32)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-1245 |#1| |#2| |#3| |#4|) $) 31) (($ $ (-1245 |#1| |#2| |#3| |#4|)) NIL)))
-(((-313 |#1| |#2| |#3| |#4|) (-13 (-989 (-1245 |#1| |#2| |#3| |#4|)) (-1035 (-1244 |#2| |#3| |#4|)) (-10 -8 (-15 -3294 ((-3 (-840 |#2|) "failed") $)) (-15 -1721 ($ (-1244 |#2| |#3| |#4|))))) (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452)) (-13 (-27) (-1194) (-430 |#1|)) (-1170) |#2|) (T -313))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1244 *4 *5 *6)) (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170)) (-14 *6 *4) (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452))) (-5 *1 (-313 *3 *4 *5 *6)))) (-3294 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452))) (-5 *2 (-840 *4)) (-5 *1 (-313 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170)) (-14 *6 *4))))
-(-13 (-989 (-1245 |#1| |#2| |#3| |#4|)) (-1035 (-1244 |#2| |#3| |#4|)) (-10 -8 (-15 -3294 ((-3 (-840 |#2|) "failed") $)) (-15 -1721 ($ (-1244 |#2| |#3| |#4|)))))
-((-2110 (((-316 |#2|) (-1 |#2| |#1|) (-316 |#1|)) 13)))
-(((-314 |#1| |#2|) (-10 -7 (-15 -2110 ((-316 |#2|) (-1 |#2| |#1|) (-316 |#1|)))) (-847) (-847)) (T -314))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-316 *5)) (-4 *5 (-847)) (-4 *6 (-847)) (-5 *2 (-316 *6)) (-5 *1 (-314 *5 *6)))))
-(-10 -7 (-15 -2110 ((-316 |#2|) (-1 |#2| |#1|) (-316 |#1|))))
-((-4204 (((-52) |#2| (-294 |#2|) (-768)) 40) (((-52) |#2| (-294 |#2|)) 32) (((-52) |#2| (-768)) 35) (((-52) |#2|) 33) (((-52) (-1170)) 26)) (-2729 (((-52) |#2| (-294 |#2|) (-407 (-564))) 59) (((-52) |#2| (-294 |#2|)) 56) (((-52) |#2| (-407 (-564))) 58) (((-52) |#2|) 57) (((-52) (-1170)) 55)) (-4224 (((-52) |#2| (-294 |#2|) (-407 (-564))) 54) (((-52) |#2| (-294 |#2|)) 51) (((-52) |#2| (-407 (-564))) 53) (((-52) |#2|) 52) (((-52) (-1170)) 50)) (-4214 (((-52) |#2| (-294 |#2|) (-564)) 47) (((-52) |#2| (-294 |#2|)) 44) (((-52) |#2| (-564)) 46) (((-52) |#2|) 45) (((-52) (-1170)) 43)))
-(((-315 |#1| |#2|) (-10 -7 (-15 -4204 ((-52) (-1170))) (-15 -4204 ((-52) |#2|)) (-15 -4204 ((-52) |#2| (-768))) (-15 -4204 ((-52) |#2| (-294 |#2|))) (-15 -4204 ((-52) |#2| (-294 |#2|) (-768))) (-15 -4214 ((-52) (-1170))) (-15 -4214 ((-52) |#2|)) (-15 -4214 ((-52) |#2| (-564))) (-15 -4214 ((-52) |#2| (-294 |#2|))) (-15 -4214 ((-52) |#2| (-294 |#2|) (-564))) (-15 -4224 ((-52) (-1170))) (-15 -4224 ((-52) |#2|)) (-15 -4224 ((-52) |#2| (-407 (-564)))) (-15 -4224 ((-52) |#2| (-294 |#2|))) (-15 -4224 ((-52) |#2| (-294 |#2|) (-407 (-564)))) (-15 -2729 ((-52) (-1170))) (-15 -2729 ((-52) |#2|)) (-15 -2729 ((-52) |#2| (-407 (-564)))) (-15 -2729 ((-52) |#2| (-294 |#2|))) (-15 -2729 ((-52) |#2| (-294 |#2|) (-407 (-564))))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -315))
-((-2729 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-294 *3)) (-5 *5 (-407 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *6 *3)))) (-2729 (*1 *2 *3 *4) (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)))) (-2729 (*1 *2 *3 *4) (-12 (-5 *4 (-407 (-564))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-2729 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-2729 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *5)) (-4 *5 (-13 (-27) (-1194) (-430 *4))))) (-4224 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-294 *3)) (-5 *5 (-407 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *6 *3)))) (-4224 (*1 *2 *3 *4) (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)))) (-4224 (*1 *2 *3 *4) (-12 (-5 *4 (-407 (-564))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-4224 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-4224 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *5)) (-4 *5 (-13 (-27) (-1194) (-430 *4))))) (-4214 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-1035 *5) (-637 *5))) (-5 *5 (-564)) (-5 *2 (-52)) (-5 *1 (-315 *6 *3)))) (-4214 (*1 *2 *3 *4) (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)))) (-4214 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-4 *5 (-13 (-452) (-847) (-1035 *4) (-637 *4))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-4214 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-4214 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *5)) (-4 *5 (-13 (-27) (-1194) (-430 *4))))) (-4204 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-294 *3)) (-5 *5 (-768)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *6 *3)))) (-4204 (*1 *2 *3 *4) (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)))) (-4204 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-4204 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-4204 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *5)) (-4 *5 (-13 (-27) (-1194) (-430 *4))))))
-(-10 -7 (-15 -4204 ((-52) (-1170))) (-15 -4204 ((-52) |#2|)) (-15 -4204 ((-52) |#2| (-768))) (-15 -4204 ((-52) |#2| (-294 |#2|))) (-15 -4204 ((-52) |#2| (-294 |#2|) (-768))) (-15 -4214 ((-52) (-1170))) (-15 -4214 ((-52) |#2|)) (-15 -4214 ((-52) |#2| (-564))) (-15 -4214 ((-52) |#2| (-294 |#2|))) (-15 -4214 ((-52) |#2| (-294 |#2|) (-564))) (-15 -4224 ((-52) (-1170))) (-15 -4224 ((-52) |#2|)) (-15 -4224 ((-52) |#2| (-407 (-564)))) (-15 -4224 ((-52) |#2| (-294 |#2|))) (-15 -4224 ((-52) |#2| (-294 |#2|) (-407 (-564)))) (-15 -2729 ((-52) (-1170))) (-15 -2729 ((-52) |#2|)) (-15 -2729 ((-52) |#2| (-407 (-564)))) (-15 -2729 ((-52) |#2| (-294 |#2|))) (-15 -2729 ((-52) |#2| (-294 |#2|) (-407 (-564)))))
-((-1709 (((-112) $ $) NIL)) (-4275 (((-641 $) $ (-1170)) NIL (|has| |#1| (-556))) (((-641 $) $) NIL (|has| |#1| (-556))) (((-641 $) (-1166 $) (-1170)) NIL (|has| |#1| (-556))) (((-641 $) (-1166 $)) NIL (|has| |#1| (-556))) (((-641 $) (-949 $)) NIL (|has| |#1| (-556)))) (-1629 (($ $ (-1170)) NIL (|has| |#1| (-556))) (($ $) NIL (|has| |#1| (-556))) (($ (-1166 $) (-1170)) NIL (|has| |#1| (-556))) (($ (-1166 $)) NIL (|has| |#1| (-556))) (($ (-949 $)) NIL (|has| |#1| (-556)))) (-2013 (((-112) $) 27 (-2713 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))) (-4153 (((-641 (-1170)) $) 367)) (-3992 (((-407 (-1166 $)) $ (-610 $)) NIL (|has| |#1| (-556)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-3906 (((-641 (-610 $)) $) NIL)) (-1848 (($ $) 171 (|has| |#1| (-556)))) (-1711 (($ $) 147 (|has| |#1| (-556)))) (-4160 (($ $ (-1086 $)) 232 (|has| |#1| (-556))) (($ $ (-1170)) 228 (|has| |#1| (-556)))) (-2071 (((-3 $ "failed") $ $) NIL (-2713 (|has| |#1| (-21)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))) (-1470 (($ $ (-294 $)) NIL) (($ $ (-641 (-294 $))) 385) (($ $ (-641 (-610 $)) (-641 $)) 429)) (-4284 (((-418 (-1166 $)) (-1166 $)) 308 (-12 (|has| |#1| (-452)) (|has| |#1| (-556))))) (-2275 (($ $) NIL (|has| |#1| (-556)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-556)))) (-4029 (($ $) NIL (|has| |#1| (-556)))) (-1817 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1827 (($ $) 167 (|has| |#1| (-556)))) (-1688 (($ $) 143 (|has| |#1| (-556)))) (-1311 (($ $ (-564)) 73 (|has| |#1| (-556)))) (-1871 (($ $) 175 (|has| |#1| (-556)))) (-1734 (($ $) 151 (|has| |#1| (-556)))) (-1692 (($) NIL (-2713 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106))) CONST)) (-1914 (((-641 $) $ (-1170)) NIL (|has| |#1| (-556))) (((-641 $) $) NIL (|has| |#1| (-556))) (((-641 $) (-1166 $) (-1170)) NIL (|has| |#1| (-556))) (((-641 $) (-1166 $)) NIL (|has| |#1| (-556))) (((-641 $) (-949 $)) NIL (|has| |#1| (-556)))) (-1300 (($ $ (-1170)) NIL (|has| |#1| (-556))) (($ $) NIL (|has| |#1| (-556))) (($ (-1166 $) (-1170)) 134 (|has| |#1| (-556))) (($ (-1166 $)) NIL (|has| |#1| (-556))) (($ (-949 $)) NIL (|has| |#1| (-556)))) (-2035 (((-3 (-610 $) "failed") $) 18) (((-3 (-1170) "failed") $) NIL) (((-3 |#1| "failed") $) 440) (((-3 (-48) "failed") $) 336 (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-949 |#1|)) "failed") $) NIL (|has| |#1| (-556))) (((-3 (-949 |#1|) "failed") $) NIL (|has| |#1| (-1046))) (((-3 (-407 (-564)) "failed") $) 46 (-2713 (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-3437 (((-610 $) $) 12) (((-1170) $) NIL) ((|#1| $) 420) (((-48) $) NIL (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-949 |#1|)) $) NIL (|has| |#1| (-556))) (((-949 |#1|) $) NIL (|has| |#1| (-1046))) (((-407 (-564)) $) 319 (-2713 (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-2668 (($ $ $) NIL (|has| |#1| (-556)))) (-3762 (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 125 (|has| |#1| (-1046))) (((-685 |#1|) (-685 $)) 115 (|has| |#1| (-1046))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))) (-3658 (($ $) 96 (|has| |#1| (-556)))) (-3233 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106))))) (-2649 (($ $ $) NIL (|has| |#1| (-556)))) (-2067 (($ $ (-1086 $)) 236 (|has| |#1| (-556))) (($ $ (-1170)) 234 (|has| |#1| (-556)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-556)))) (-2941 (((-112) $) NIL (|has| |#1| (-556)))) (-1391 (($ $ $) 202 (|has| |#1| (-556)))) (-2682 (($) 137 (|has| |#1| (-556)))) (-2250 (($ $ $) 222 (|has| |#1| (-556)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 391 (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 398 (|has| |#1| (-883 (-379))))) (-4129 (($ $) NIL) (($ (-641 $)) NIL)) (-2375 (((-641 (-114)) $) NIL)) (-2984 (((-114) (-114)) 276)) (-3282 (((-112) $) 25 (-2713 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106))))) (-2400 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-2079 (($ $) 72 (|has| |#1| (-1046)))) (-2654 (((-1119 |#1| (-610 $)) $) 91 (|has| |#1| (-1046)))) (-3372 (((-112) $) 62 (|has| |#1| (-556)))) (-2201 (($ $ (-564)) NIL (|has| |#1| (-556)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-556)))) (-3156 (((-1166 $) (-610 $)) 277 (|has| $ (-1046)))) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2110 (($ (-1 $ $) (-610 $)) 425)) (-4036 (((-3 (-610 $) "failed") $) NIL)) (-3612 (($ $) 141 (|has| |#1| (-556)))) (-3073 (($ $) 247 (|has| |#1| (-556)))) (-3340 (($ (-641 $)) NIL (|has| |#1| (-556))) (($ $ $) NIL (|has| |#1| (-556)))) (-2811 (((-1152) $) NIL)) (-3980 (((-641 (-610 $)) $) 49)) (-2720 (($ (-114) $) NIL) (($ (-114) (-641 $)) 430)) (-4215 (((-3 (-641 $) "failed") $) NIL (|has| |#1| (-1106)))) (-1537 (((-3 (-2 (|:| |val| $) (|:| -2954 (-564))) "failed") $) NIL (|has| |#1| (-1046)))) (-3366 (((-3 (-641 $) "failed") $) 435 (|has| |#1| (-25)))) (-1710 (((-3 (-2 (|:| -2784 (-564)) (|:| |var| (-610 $))) "failed") $) 439 (|has| |#1| (-25)))) (-3763 (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $) NIL (|has| |#1| (-1106))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $ (-114)) NIL (|has| |#1| (-1046))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $ (-1170)) NIL (|has| |#1| (-1046)))) (-2631 (((-112) $ (-114)) NIL) (((-112) $ (-1170)) 51)) (-4247 (($ $) NIL (-2713 (|has| |#1| (-473)) (|has| |#1| (-556))))) (-2863 (($ $ (-1170)) 251 (|has| |#1| (-556))) (($ $ (-1086 $)) 253 (|has| |#1| (-556)))) (-1703 (((-768) $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) 43)) (-4269 ((|#1| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 301 (|has| |#1| (-556)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-556))) (($ $ $) NIL (|has| |#1| (-556)))) (-3663 (((-112) $ $) NIL) (((-112) $ (-1170)) NIL)) (-1403 (($ $ (-1170)) 226 (|has| |#1| (-556))) (($ $) 224 (|has| |#1| (-556)))) (-3867 (($ $) 218 (|has| |#1| (-556)))) (-3947 (((-418 (-1166 $)) (-1166 $)) 306 (-12 (|has| |#1| (-452)) (|has| |#1| (-556))))) (-4020 (((-418 $) $) NIL (|has| |#1| (-556)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-556))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-556)))) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-556)))) (-2103 (($ $) 139 (|has| |#1| (-556)))) (-2000 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-3227 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) 424) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-1170) (-1 $ (-641 $))) NIL) (($ $ (-1170) (-1 $ $)) NIL) (($ $ (-641 (-114)) (-641 (-1 $ $))) 378) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-114) (-1 $ (-641 $))) NIL) (($ $ (-114) (-1 $ $)) NIL) (($ $ (-1170)) NIL (|has| |#1| (-612 (-536)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-612 (-536)))) (($ $) NIL (|has| |#1| (-612 (-536)))) (($ $ (-114) $ (-1170)) 365 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-114)) (-641 $) (-1170)) 364 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ $))) NIL (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ (-641 $)))) NIL (|has| |#1| (-1046))) (($ $ (-1170) (-768) (-1 $ (-641 $))) NIL (|has| |#1| (-1046))) (($ $ (-1170) (-768) (-1 $ $)) NIL (|has| |#1| (-1046)))) (-2358 (((-768) $) NIL (|has| |#1| (-556)))) (-1642 (($ $) 239 (|has| |#1| (-556)))) (-2961 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-641 $)) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-556)))) (-1807 (($ $) NIL) (($ $ $) NIL)) (-1675 (($ $) 249 (|has| |#1| (-556)))) (-2041 (($ $) 200 (|has| |#1| (-556)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-1046))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-1046))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-1046))) (($ $ (-1170)) NIL (|has| |#1| (-1046)))) (-2173 (($ $) 74 (|has| |#1| (-556)))) (-2663 (((-1119 |#1| (-610 $)) $) 93 (|has| |#1| (-556)))) (-3290 (($ $) 317 (|has| $ (-1046)))) (-1882 (($ $) 177 (|has| |#1| (-556)))) (-1744 (($ $) 153 (|has| |#1| (-556)))) (-1858 (($ $) 173 (|has| |#1| (-556)))) (-1723 (($ $) 149 (|has| |#1| (-556)))) (-1838 (($ $) 169 (|has| |#1| (-556)))) (-1700 (($ $) 145 (|has| |#1| (-556)))) (-2153 (((-889 (-564)) $) NIL (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| |#1| (-612 (-889 (-379))))) (($ (-418 $)) NIL (|has| |#1| (-556))) (((-536) $) 362 (|has| |#1| (-612 (-536))))) (-3601 (($ $ $) NIL (|has| |#1| (-473)))) (-1923 (($ $ $) NIL (|has| |#1| (-473)))) (-1721 (((-859) $) 423) (($ (-610 $)) 414) (($ (-1170)) 380) (($ |#1|) 337) (($ $) NIL (|has| |#1| (-556))) (($ (-48)) 312 (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))))) (($ (-1119 |#1| (-610 $))) 95 (|has| |#1| (-1046))) (($ (-407 |#1|)) NIL (|has| |#1| (-556))) (($ (-949 (-407 |#1|))) NIL (|has| |#1| (-556))) (($ (-407 (-949 (-407 |#1|)))) NIL (|has| |#1| (-556))) (($ (-407 (-949 |#1|))) NIL (|has| |#1| (-556))) (($ (-949 |#1|)) NIL (|has| |#1| (-1046))) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-556)) (|has| |#1| (-1035 (-407 (-564)))))) (($ (-564)) 34 (-2713 (|has| |#1| (-1035 (-564))) (|has| |#1| (-1046))))) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL (|has| |#1| (-1046)) CONST)) (-1437 (($ $) NIL) (($ (-641 $)) NIL)) (-3483 (($ $ $) 220 (|has| |#1| (-556)))) (-3839 (($ $ $) 206 (|has| |#1| (-556)))) (-3089 (($ $ $) 210 (|has| |#1| (-556)))) (-2095 (($ $ $) 204 (|has| |#1| (-556)))) (-4195 (($ $ $) 208 (|has| |#1| (-556)))) (-2289 (((-112) (-114)) 10)) (-1919 (($ $) 183 (|has| |#1| (-556)))) (-1777 (($ $) 159 (|has| |#1| (-556)))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) 179 (|has| |#1| (-556)))) (-1755 (($ $) 155 (|has| |#1| (-556)))) (-1942 (($ $) 187 (|has| |#1| (-556)))) (-1803 (($ $) 163 (|has| |#1| (-556)))) (-1971 (($ (-1170) $) NIL) (($ (-1170) $ $) NIL) (($ (-1170) $ $ $) NIL) (($ (-1170) $ $ $ $) NIL) (($ (-1170) (-641 $)) NIL)) (-3791 (($ $) 214 (|has| |#1| (-556)))) (-1632 (($ $) 212 (|has| |#1| (-556)))) (-2712 (($ $) 189 (|has| |#1| (-556)))) (-1813 (($ $) 165 (|has| |#1| (-556)))) (-1930 (($ $) 185 (|has| |#1| (-556)))) (-1791 (($ $) 161 (|has| |#1| (-556)))) (-1906 (($ $) 181 (|has| |#1| (-556)))) (-1766 (($ $) 157 (|has| |#1| (-556)))) (-1699 (($ $) 192 (|has| |#1| (-556)))) (-2885 (($) 21 (-2713 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))) CONST)) (-2852 (($ $) 243 (|has| |#1| (-556)))) (-2898 (($) 23 (-2713 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106))) CONST)) (-2931 (($ $) 194 (|has| |#1| (-556))) (($ $ $) 196 (|has| |#1| (-556)))) (-3725 (($ $) 241 (|has| |#1| (-556)))) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-1046))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-1046))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-1046))) (($ $ (-1170)) NIL (|has| |#1| (-1046)))) (-1548 (($ $) 245 (|has| |#1| (-556)))) (-1324 (($ $ $) 198 (|has| |#1| (-556)))) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 88)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 86)) (-2983 (($ (-1119 |#1| (-610 $)) (-1119 |#1| (-610 $))) 106 (|has| |#1| (-556))) (($ $ $) 42 (-2713 (|has| |#1| (-473)) (|has| |#1| (-556))))) (-2970 (($ $ $) 40 (-2713 (|has| |#1| (-21)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))) (($ $) 29 (-2713 (|has| |#1| (-21)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))) (-2956 (($ $ $) 38 (-2713 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))) (** (($ $ $) 64 (|has| |#1| (-556))) (($ $ (-407 (-564))) 314 (|has| |#1| (-556))) (($ $ (-564)) 80 (-2713 (|has| |#1| (-473)) (|has| |#1| (-556)))) (($ $ (-768)) 75 (-2713 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106)))) (($ $ (-918)) 84 (-2713 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106))))) (* (($ (-407 (-564)) $) NIL (|has| |#1| (-556))) (($ $ (-407 (-564))) NIL (|has| |#1| (-556))) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172))) (($ $ $) 36 (-2713 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106)))) (($ (-564) $) 32 (-2713 (|has| |#1| (-21)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))) (($ (-768) $) NIL (-2713 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))) (($ (-918) $) NIL (-2713 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))))
-(((-316 |#1|) (-13 (-430 |#1|) (-10 -8 (IF (|has| |#1| (-556)) (PROGN (-6 (-29 |#1|)) (-6 (-1194)) (-6 (-160)) (-6 (-627)) (-6 (-1133)) (-15 -3658 ($ $)) (-15 -3372 ((-112) $)) (-15 -1311 ($ $ (-564))) (IF (|has| |#1| (-452)) (PROGN (-15 -3947 ((-418 (-1166 $)) (-1166 $))) (-15 -4284 ((-418 (-1166 $)) (-1166 $)))) |%noBranch|) (IF (|has| |#1| (-1035 (-564))) (-6 (-1035 (-48))) |%noBranch|)) |%noBranch|))) (-847)) (T -316))
-((-3658 (*1 *1 *1) (-12 (-5 *1 (-316 *2)) (-4 *2 (-556)) (-4 *2 (-847)))) (-3372 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-316 *3)) (-4 *3 (-556)) (-4 *3 (-847)))) (-1311 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-316 *3)) (-4 *3 (-556)) (-4 *3 (-847)))) (-3947 (*1 *2 *3) (-12 (-5 *2 (-418 (-1166 *1))) (-5 *1 (-316 *4)) (-5 *3 (-1166 *1)) (-4 *4 (-452)) (-4 *4 (-556)) (-4 *4 (-847)))) (-4284 (*1 *2 *3) (-12 (-5 *2 (-418 (-1166 *1))) (-5 *1 (-316 *4)) (-5 *3 (-1166 *1)) (-4 *4 (-452)) (-4 *4 (-556)) (-4 *4 (-847)))))
-(-13 (-430 |#1|) (-10 -8 (IF (|has| |#1| (-556)) (PROGN (-6 (-29 |#1|)) (-6 (-1194)) (-6 (-160)) (-6 (-627)) (-6 (-1133)) (-15 -3658 ($ $)) (-15 -3372 ((-112) $)) (-15 -1311 ($ $ (-564))) (IF (|has| |#1| (-452)) (PROGN (-15 -3947 ((-418 (-1166 $)) (-1166 $))) (-15 -4284 ((-418 (-1166 $)) (-1166 $)))) |%noBranch|) (IF (|has| |#1| (-1035 (-564))) (-6 (-1035 (-48))) |%noBranch|)) |%noBranch|)))
-((-1758 (((-52) |#2| (-114) (-294 |#2|) (-641 |#2|)) 94) (((-52) |#2| (-114) (-294 |#2|) (-294 |#2|)) 90) (((-52) |#2| (-114) (-294 |#2|) |#2|) 92) (((-52) (-294 |#2|) (-114) (-294 |#2|) |#2|) 93) (((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|))) 86) (((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 |#2|)) 88) (((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 |#2|)) 89) (((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|))) 87) (((-52) (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|)) 95) (((-52) (-294 |#2|) (-114) (-294 |#2|) (-294 |#2|)) 91)))
-(((-317 |#1| |#2|) (-10 -7 (-15 -1758 ((-52) (-294 |#2|) (-114) (-294 |#2|) (-294 |#2|))) (-15 -1758 ((-52) (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|))) (-15 -1758 ((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|)))) (-15 -1758 ((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 |#2|))) (-15 -1758 ((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 |#2|))) (-15 -1758 ((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|)))) (-15 -1758 ((-52) (-294 |#2|) (-114) (-294 |#2|) |#2|)) (-15 -1758 ((-52) |#2| (-114) (-294 |#2|) |#2|)) (-15 -1758 ((-52) |#2| (-114) (-294 |#2|) (-294 |#2|))) (-15 -1758 ((-52) |#2| (-114) (-294 |#2|) (-641 |#2|)))) (-13 (-847) (-556) (-612 (-536))) (-430 |#1|)) (T -317))
-((-1758 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-5 *6 (-641 *3)) (-4 *3 (-430 *7)) (-4 *7 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *7 *3)))) (-1758 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-4 *3 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *3)))) (-1758 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-4 *3 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *3)))) (-1758 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-294 *5)) (-5 *4 (-114)) (-4 *5 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *5)))) (-1758 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 (-114))) (-5 *6 (-641 (-294 *8))) (-4 *8 (-430 *7)) (-5 *5 (-294 *8)) (-4 *7 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *7 *8)))) (-1758 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-641 *7)) (-5 *4 (-641 (-114))) (-5 *5 (-294 *7)) (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *7)))) (-1758 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-641 (-294 *8))) (-5 *4 (-641 (-114))) (-5 *5 (-294 *8)) (-5 *6 (-641 *8)) (-4 *8 (-430 *7)) (-4 *7 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *7 *8)))) (-1758 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-641 (-294 *7))) (-5 *4 (-641 (-114))) (-5 *5 (-294 *7)) (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *7)))) (-1758 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-294 *7)) (-5 *4 (-114)) (-5 *5 (-641 *7)) (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *7)))) (-1758 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-294 *6)) (-5 *4 (-114)) (-4 *6 (-430 *5)) (-4 *5 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *5 *6)))))
-(-10 -7 (-15 -1758 ((-52) (-294 |#2|) (-114) (-294 |#2|) (-294 |#2|))) (-15 -1758 ((-52) (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|))) (-15 -1758 ((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|)))) (-15 -1758 ((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 |#2|))) (-15 -1758 ((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 |#2|))) (-15 -1758 ((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|)))) (-15 -1758 ((-52) (-294 |#2|) (-114) (-294 |#2|) |#2|)) (-15 -1758 ((-52) |#2| (-114) (-294 |#2|) |#2|)) (-15 -1758 ((-52) |#2| (-114) (-294 |#2|) (-294 |#2|))) (-15 -1758 ((-52) |#2| (-114) (-294 |#2|) (-641 |#2|))))
-((-2765 (((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564) (-1152)) 67) (((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564)) 68) (((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564) (-1152)) 64) (((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564)) 65)) (-2273 (((-1 (-225) (-225)) (-225)) 66)))
-(((-318) (-10 -7 (-15 -2273 ((-1 (-225) (-225)) (-225))) (-15 -2765 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564))) (-15 -2765 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564) (-1152))) (-15 -2765 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564))) (-15 -2765 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564) (-1152))))) (T -318))
-((-2765 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1088 (-225))) (-5 *6 (-225)) (-5 *7 (-564)) (-5 *8 (-1152)) (-5 *2 (-1204 (-923))) (-5 *1 (-318)))) (-2765 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1088 (-225))) (-5 *6 (-225)) (-5 *7 (-564)) (-5 *2 (-1204 (-923))) (-5 *1 (-318)))) (-2765 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1088 (-225))) (-5 *6 (-564)) (-5 *7 (-1152)) (-5 *2 (-1204 (-923))) (-5 *1 (-318)))) (-2765 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1088 (-225))) (-5 *6 (-564)) (-5 *2 (-1204 (-923))) (-5 *1 (-318)))) (-2273 (*1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-318)) (-5 *3 (-225)))))
-(-10 -7 (-15 -2273 ((-1 (-225) (-225)) (-225))) (-15 -2765 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564))) (-15 -2765 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564) (-1152))) (-15 -2765 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564))) (-15 -2765 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564) (-1152))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 26)) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-3183 (($ $ (-407 (-564))) NIL) (($ $ (-407 (-564)) (-407 (-564))) NIL)) (-1747 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) 20)) (-1848 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL (|has| |#1| (-363)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-363)))) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1827 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) NIL)) (-1871 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) 34)) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2941 (((-112) $) NIL (|has| |#1| (-363)))) (-2214 (((-112) $) NIL)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-407 (-564)) $) NIL) (((-407 (-564)) $ (-407 (-564))) 16)) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4282 (($ $ (-918)) NIL) (($ $ (-407 (-564))) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-407 (-564))) NIL) (($ $ (-1076) (-407 (-564))) NIL) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3612 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| |#1| (-363)))) (-2052 (($ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194)))))) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3450 (($ $ (-407 (-564))) NIL)) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-4016 (((-407 (-564)) $) 17)) (-3989 (($ (-1244 |#1| |#2| |#3|)) 11)) (-2954 (((-1244 |#1| |#2| |#3|) $) 12)) (-2103 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ (-407 (-564))) NIL) (($ $ $) NIL (|has| (-407 (-564)) (-1106)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-4341 (((-407 (-564)) $) NIL)) (-1882 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) 10)) (-1721 (((-859) $) 40) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-1346 ((|#1| $ (-407 (-564))) 32)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-1526 ((|#1| $) NIL)) (-1919 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-407 (-564))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 28)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 35)) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-319 |#1| |#2| |#3|) (-13 (-1240 |#1|) (-789) (-10 -8 (-15 -3989 ($ (-1244 |#1| |#2| |#3|))) (-15 -2954 ((-1244 |#1| |#2| |#3|) $)) (-15 -4016 ((-407 (-564)) $)))) (-13 (-363) (-847)) (-1170) |#1|) (T -319))
-((-3989 (*1 *1 *2) (-12 (-5 *2 (-1244 *3 *4 *5)) (-4 *3 (-13 (-363) (-847))) (-14 *4 (-1170)) (-14 *5 *3) (-5 *1 (-319 *3 *4 *5)))) (-2954 (*1 *2 *1) (-12 (-5 *2 (-1244 *3 *4 *5)) (-5 *1 (-319 *3 *4 *5)) (-4 *3 (-13 (-363) (-847))) (-14 *4 (-1170)) (-14 *5 *3))) (-4016 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-319 *3 *4 *5)) (-4 *3 (-13 (-363) (-847))) (-14 *4 (-1170)) (-14 *5 *3))))
-(-13 (-1240 |#1|) (-789) (-10 -8 (-15 -3989 ($ (-1244 |#1| |#2| |#3|))) (-15 -2954 ((-1244 |#1| |#2| |#3|) $)) (-15 -4016 ((-407 (-564)) $))))
-((-2201 (((-2 (|:| -2954 (-768)) (|:| -2784 |#1|) (|:| |radicand| (-641 |#1|))) (-418 |#1|) (-768)) 35)) (-3612 (((-641 (-2 (|:| -2784 (-768)) (|:| |logand| |#1|))) (-418 |#1|)) 40)))
-(((-320 |#1|) (-10 -7 (-15 -2201 ((-2 (|:| -2954 (-768)) (|:| -2784 |#1|) (|:| |radicand| (-641 |#1|))) (-418 |#1|) (-768))) (-15 -3612 ((-641 (-2 (|:| -2784 (-768)) (|:| |logand| |#1|))) (-418 |#1|)))) (-556)) (T -320))
-((-3612 (*1 *2 *3) (-12 (-5 *3 (-418 *4)) (-4 *4 (-556)) (-5 *2 (-641 (-2 (|:| -2784 (-768)) (|:| |logand| *4)))) (-5 *1 (-320 *4)))) (-2201 (*1 *2 *3 *4) (-12 (-5 *3 (-418 *5)) (-4 *5 (-556)) (-5 *2 (-2 (|:| -2954 (-768)) (|:| -2784 *5) (|:| |radicand| (-641 *5)))) (-5 *1 (-320 *5)) (-5 *4 (-768)))))
-(-10 -7 (-15 -2201 ((-2 (|:| -2954 (-768)) (|:| -2784 |#1|) (|:| |radicand| (-641 |#1|))) (-418 |#1|) (-768))) (-15 -3612 ((-641 (-2 (|:| -2784 (-768)) (|:| |logand| |#1|))) (-418 |#1|))))
-((-4153 (((-641 |#2|) (-1166 |#4|)) 44)) (-1493 ((|#3| (-564)) 47)) (-2536 (((-1166 |#4|) (-1166 |#3|)) 30)) (-2288 (((-1166 |#4|) (-1166 |#4|) (-564)) 64)) (-2019 (((-1166 |#3|) (-1166 |#4|)) 21)) (-4341 (((-641 (-768)) (-1166 |#4|) (-641 |#2|)) 41)) (-4162 (((-1166 |#3|) (-1166 |#4|) (-641 |#2|) (-641 |#3|)) 35)))
-(((-321 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4162 ((-1166 |#3|) (-1166 |#4|) (-641 |#2|) (-641 |#3|))) (-15 -4341 ((-641 (-768)) (-1166 |#4|) (-641 |#2|))) (-15 -4153 ((-641 |#2|) (-1166 |#4|))) (-15 -2019 ((-1166 |#3|) (-1166 |#4|))) (-15 -2536 ((-1166 |#4|) (-1166 |#3|))) (-15 -2288 ((-1166 |#4|) (-1166 |#4|) (-564))) (-15 -1493 (|#3| (-564)))) (-790) (-847) (-1046) (-946 |#3| |#1| |#2|)) (T -321))
-((-1493 (*1 *2 *3) (-12 (-5 *3 (-564)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1046)) (-5 *1 (-321 *4 *5 *2 *6)) (-4 *6 (-946 *2 *4 *5)))) (-2288 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 *7)) (-5 *3 (-564)) (-4 *7 (-946 *6 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-5 *1 (-321 *4 *5 *6 *7)))) (-2536 (*1 *2 *3) (-12 (-5 *3 (-1166 *6)) (-4 *6 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-1166 *7)) (-5 *1 (-321 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))) (-2019 (*1 *2 *3) (-12 (-5 *3 (-1166 *7)) (-4 *7 (-946 *6 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-5 *2 (-1166 *6)) (-5 *1 (-321 *4 *5 *6 *7)))) (-4153 (*1 *2 *3) (-12 (-5 *3 (-1166 *7)) (-4 *7 (-946 *6 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-5 *2 (-641 *5)) (-5 *1 (-321 *4 *5 *6 *7)))) (-4341 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *8)) (-5 *4 (-641 *6)) (-4 *6 (-847)) (-4 *8 (-946 *7 *5 *6)) (-4 *5 (-790)) (-4 *7 (-1046)) (-5 *2 (-641 (-768))) (-5 *1 (-321 *5 *6 *7 *8)))) (-4162 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-5 *5 (-641 *8)) (-4 *7 (-847)) (-4 *8 (-1046)) (-4 *9 (-946 *8 *6 *7)) (-4 *6 (-790)) (-5 *2 (-1166 *8)) (-5 *1 (-321 *6 *7 *8 *9)))))
-(-10 -7 (-15 -4162 ((-1166 |#3|) (-1166 |#4|) (-641 |#2|) (-641 |#3|))) (-15 -4341 ((-641 (-768)) (-1166 |#4|) (-641 |#2|))) (-15 -4153 ((-641 |#2|) (-1166 |#4|))) (-15 -2019 ((-1166 |#3|) (-1166 |#4|))) (-15 -2536 ((-1166 |#4|) (-1166 |#3|))) (-15 -2288 ((-1166 |#4|) (-1166 |#4|) (-564))) (-15 -1493 (|#3| (-564))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 19)) (-1747 (((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-564)))) $) 23)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1860 (((-768) $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-3421 ((|#1| $ (-564)) NIL)) (-2495 (((-564) $ (-564)) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-4371 (($ (-1 |#1| |#1|) $) NIL)) (-4055 (($ (-1 (-564) (-564)) $) 11)) (-2811 (((-1152) $) NIL)) (-3743 (($ $ $) NIL (|has| (-564) (-789)))) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL) (($ |#1|) NIL)) (-1346 (((-564) |#1| $) NIL)) (-2885 (($) 21 T CONST)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) 28 (|has| |#1| (-847)))) (-2970 (($ $) 12) (($ $ $) 27)) (-2956 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ (-564)) NIL) (($ (-564) |#1|) 26)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 67)) (-3423 (((-1245 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-307)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-906)))) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-906)))) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-817)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-1245 |#1| |#2| |#3| |#4|) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-564)))) (((-3 (-1244 |#2| |#3| |#4|) "failed") $) 26)) (-2237 (((-1245 |#1| |#2| |#3| |#4|) $) NIL) (((-1170) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-564)))) (((-564) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-564)))) (((-1244 |#2| |#3| |#4|) $) NIL)) (-1449 (($ $ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-1245 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1259 (-1245 |#1| |#2| |#3| |#4|)))) (-685 $) (-1259 $)) NIL) (((-685 (-1245 |#1| |#2| |#3| |#4|)) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-545)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1569 (((-112) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-817)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-883 (-379))))) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL)) (-3678 (((-1245 |#1| |#2| |#3| |#4|) $) 22)) (-2619 (((-3 $ "failed") $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1145)))) (-2607 (((-112) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-817)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-3375 (($ $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-2449 (($ (-1 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|)) $) NIL)) (-3062 (((-3 (-840 |#2|) "failed") $) 87)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-307)))) (-1818 (((-1245 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-545)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-906)))) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2633 (($ $ (-641 (-1245 |#1| |#2| |#3| |#4|)) (-641 (-1245 |#1| |#2| |#3| |#4|))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-309 (-1245 |#1| |#2| |#3| |#4|)))) (($ $ (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-309 (-1245 |#1| |#2| |#3| |#4|)))) (($ $ (-294 (-1245 |#1| |#2| |#3| |#4|))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-309 (-1245 |#1| |#2| |#3| |#4|)))) (($ $ (-641 (-294 (-1245 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-309 (-1245 |#1| |#2| |#3| |#4|)))) (($ $ (-641 (-1170)) (-641 (-1245 |#1| |#2| |#3| |#4|))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-514 (-1170) (-1245 |#1| |#2| |#3| |#4|)))) (($ $ (-1170) (-1245 |#1| |#2| |#3| |#4|)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-514 (-1170) (-1245 |#1| |#2| |#3| |#4|))))) (-3920 (((-768) $) NIL)) (-1350 (($ $ (-1245 |#1| |#2| |#3| |#4|)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-286 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-768)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-1170)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-1 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|)) (-768)) NIL) (($ $ (-1 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|))) NIL)) (-2644 (($ $) NIL)) (-3693 (((-1245 |#1| |#2| |#3| |#4|) $) 19)) (-2511 (((-889 (-564)) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-612 (-536)))) (((-379) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1019))) (((-225) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1019)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-1245 |#1| |#2| |#3| |#4|) (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-1245 |#1| |#2| |#3| |#4|)) 30) (($ (-1170)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-1035 (-1170)))) (($ (-1244 |#2| |#3| |#4|)) 37)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| (-1245 |#1| |#2| |#3| |#4|) (-906))) (|has| (-1245 |#1| |#2| |#3| |#4|) (-145))))) (-2219 (((-768)) NIL T CONST)) (-4150 (((-1245 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-545)))) (-3939 (((-112) $ $) NIL)) (-1849 (($ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-817)))) (-1293 (($) 42 T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-768)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-1170)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-897 (-1170)))) (($ $ (-1 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|)) (-768)) NIL) (($ $ (-1 (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|))) NIL)) (-1762 (((-112) $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-1723 (((-112) $ $) NIL (|has| (-1245 |#1| |#2| |#3| |#4|) (-847)))) (-1823 (($ $ $) 35) (($ (-1245 |#1| |#2| |#3| |#4|) (-1245 |#1| |#2| |#3| |#4|)) 32)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-1245 |#1| |#2| |#3| |#4|) $) 31) (($ $ (-1245 |#1| |#2| |#3| |#4|)) NIL)))
+(((-313 |#1| |#2| |#3| |#4|) (-13 (-989 (-1245 |#1| |#2| |#3| |#4|)) (-1035 (-1244 |#2| |#3| |#4|)) (-10 -8 (-15 -3062 ((-3 (-840 |#2|) "failed") $)) (-15 -1831 ($ (-1244 |#2| |#3| |#4|))))) (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452)) (-13 (-27) (-1194) (-430 |#1|)) (-1170) |#2|) (T -313))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1244 *4 *5 *6)) (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170)) (-14 *6 *4) (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452))) (-5 *1 (-313 *3 *4 *5 *6)))) (-3062 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452))) (-5 *2 (-840 *4)) (-5 *1 (-313 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170)) (-14 *6 *4))))
+(-13 (-989 (-1245 |#1| |#2| |#3| |#4|)) (-1035 (-1244 |#2| |#3| |#4|)) (-10 -8 (-15 -3062 ((-3 (-840 |#2|) "failed") $)) (-15 -1831 ($ (-1244 |#2| |#3| |#4|)))))
+((-2449 (((-316 |#2|) (-1 |#2| |#1|) (-316 |#1|)) 13)))
+(((-314 |#1| |#2|) (-10 -7 (-15 -2449 ((-316 |#2|) (-1 |#2| |#1|) (-316 |#1|)))) (-847) (-847)) (T -314))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-316 *5)) (-4 *5 (-847)) (-4 *6 (-847)) (-5 *2 (-316 *6)) (-5 *1 (-314 *5 *6)))))
+(-10 -7 (-15 -2449 ((-316 |#2|) (-1 |#2| |#1|) (-316 |#1|))))
+((-3266 (((-52) |#2| (-294 |#2|) (-768)) 40) (((-52) |#2| (-294 |#2|)) 32) (((-52) |#2| (-768)) 35) (((-52) |#2|) 33) (((-52) (-1170)) 26)) (-1881 (((-52) |#2| (-294 |#2|) (-407 (-564))) 59) (((-52) |#2| (-294 |#2|)) 56) (((-52) |#2| (-407 (-564))) 58) (((-52) |#2|) 57) (((-52) (-1170)) 55)) (-3288 (((-52) |#2| (-294 |#2|) (-407 (-564))) 54) (((-52) |#2| (-294 |#2|)) 51) (((-52) |#2| (-407 (-564))) 53) (((-52) |#2|) 52) (((-52) (-1170)) 50)) (-3277 (((-52) |#2| (-294 |#2|) (-564)) 47) (((-52) |#2| (-294 |#2|)) 44) (((-52) |#2| (-564)) 46) (((-52) |#2|) 45) (((-52) (-1170)) 43)))
+(((-315 |#1| |#2|) (-10 -7 (-15 -3266 ((-52) (-1170))) (-15 -3266 ((-52) |#2|)) (-15 -3266 ((-52) |#2| (-768))) (-15 -3266 ((-52) |#2| (-294 |#2|))) (-15 -3266 ((-52) |#2| (-294 |#2|) (-768))) (-15 -3277 ((-52) (-1170))) (-15 -3277 ((-52) |#2|)) (-15 -3277 ((-52) |#2| (-564))) (-15 -3277 ((-52) |#2| (-294 |#2|))) (-15 -3277 ((-52) |#2| (-294 |#2|) (-564))) (-15 -3288 ((-52) (-1170))) (-15 -3288 ((-52) |#2|)) (-15 -3288 ((-52) |#2| (-407 (-564)))) (-15 -3288 ((-52) |#2| (-294 |#2|))) (-15 -3288 ((-52) |#2| (-294 |#2|) (-407 (-564)))) (-15 -1881 ((-52) (-1170))) (-15 -1881 ((-52) |#2|)) (-15 -1881 ((-52) |#2| (-407 (-564)))) (-15 -1881 ((-52) |#2| (-294 |#2|))) (-15 -1881 ((-52) |#2| (-294 |#2|) (-407 (-564))))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -315))
+((-1881 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-294 *3)) (-5 *5 (-407 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *6 *3)))) (-1881 (*1 *2 *3 *4) (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)))) (-1881 (*1 *2 *3 *4) (-12 (-5 *4 (-407 (-564))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-1881 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-1881 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *5)) (-4 *5 (-13 (-27) (-1194) (-430 *4))))) (-3288 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-294 *3)) (-5 *5 (-407 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *6 *3)))) (-3288 (*1 *2 *3 *4) (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)))) (-3288 (*1 *2 *3 *4) (-12 (-5 *4 (-407 (-564))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-3288 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-3288 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *5)) (-4 *5 (-13 (-27) (-1194) (-430 *4))))) (-3277 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-1035 *5) (-637 *5))) (-5 *5 (-564)) (-5 *2 (-52)) (-5 *1 (-315 *6 *3)))) (-3277 (*1 *2 *3 *4) (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)))) (-3277 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-4 *5 (-13 (-452) (-847) (-1035 *4) (-637 *4))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-3277 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-3277 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *5)) (-4 *5 (-13 (-27) (-1194) (-430 *4))))) (-3266 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-294 *3)) (-5 *5 (-768)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *6 *3)))) (-3266 (*1 *2 *3 *4) (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)))) (-3266 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-3266 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-3266 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-315 *4 *5)) (-4 *5 (-13 (-27) (-1194) (-430 *4))))))
+(-10 -7 (-15 -3266 ((-52) (-1170))) (-15 -3266 ((-52) |#2|)) (-15 -3266 ((-52) |#2| (-768))) (-15 -3266 ((-52) |#2| (-294 |#2|))) (-15 -3266 ((-52) |#2| (-294 |#2|) (-768))) (-15 -3277 ((-52) (-1170))) (-15 -3277 ((-52) |#2|)) (-15 -3277 ((-52) |#2| (-564))) (-15 -3277 ((-52) |#2| (-294 |#2|))) (-15 -3277 ((-52) |#2| (-294 |#2|) (-564))) (-15 -3288 ((-52) (-1170))) (-15 -3288 ((-52) |#2|)) (-15 -3288 ((-52) |#2| (-407 (-564)))) (-15 -3288 ((-52) |#2| (-294 |#2|))) (-15 -3288 ((-52) |#2| (-294 |#2|) (-407 (-564)))) (-15 -1881 ((-52) (-1170))) (-15 -1881 ((-52) |#2|)) (-15 -1881 ((-52) |#2| (-407 (-564)))) (-15 -1881 ((-52) |#2| (-294 |#2|))) (-15 -1881 ((-52) |#2| (-294 |#2|) (-407 (-564)))))
+((-1817 (((-112) $ $) NIL)) (-2271 (((-641 $) $ (-1170)) NIL (|has| |#1| (-556))) (((-641 $) $) NIL (|has| |#1| (-556))) (((-641 $) (-1166 $) (-1170)) NIL (|has| |#1| (-556))) (((-641 $) (-1166 $)) NIL (|has| |#1| (-556))) (((-641 $) (-949 $)) NIL (|has| |#1| (-556)))) (-2474 (($ $ (-1170)) NIL (|has| |#1| (-556))) (($ $) NIL (|has| |#1| (-556))) (($ (-1166 $) (-1170)) NIL (|has| |#1| (-556))) (($ (-1166 $)) NIL (|has| |#1| (-556))) (($ (-949 $)) NIL (|has| |#1| (-556)))) (-1615 (((-112) $) 27 (-4078 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))) (-3209 (((-641 (-1170)) $) 367)) (-3040 (((-407 (-1166 $)) $ (-610 $)) NIL (|has| |#1| (-556)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-2956 (((-641 (-610 $)) $) NIL)) (-3357 (($ $) 171 (|has| |#1| (-556)))) (-3210 (($ $) 147 (|has| |#1| (-556)))) (-3660 (($ $ (-1086 $)) 232 (|has| |#1| (-556))) (($ $ (-1170)) 228 (|has| |#1| (-556)))) (-4088 (((-3 $ "failed") $ $) NIL (-4078 (|has| |#1| (-21)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))) (-3574 (($ $ (-294 $)) NIL) (($ $ (-641 (-294 $))) 385) (($ $ (-641 (-610 $)) (-641 $)) 429)) (-2345 (((-418 (-1166 $)) (-1166 $)) 308 (-12 (|has| |#1| (-452)) (|has| |#1| (-556))))) (-2427 (($ $) NIL (|has| |#1| (-556)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-556)))) (-3083 (($ $) NIL (|has| |#1| (-556)))) (-3554 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3330 (($ $) 167 (|has| |#1| (-556)))) (-3187 (($ $) 143 (|has| |#1| (-556)))) (-3586 (($ $ (-564)) 73 (|has| |#1| (-556)))) (-3384 (($ $) 175 (|has| |#1| (-556)))) (-3233 (($ $) 151 (|has| |#1| (-556)))) (-1778 (($) NIL (-4078 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106))) CONST)) (-1938 (((-641 $) $ (-1170)) NIL (|has| |#1| (-556))) (((-641 $) $) NIL (|has| |#1| (-556))) (((-641 $) (-1166 $) (-1170)) NIL (|has| |#1| (-556))) (((-641 $) (-1166 $)) NIL (|has| |#1| (-556))) (((-641 $) (-949 $)) NIL (|has| |#1| (-556)))) (-2929 (($ $ (-1170)) NIL (|has| |#1| (-556))) (($ $) NIL (|has| |#1| (-556))) (($ (-1166 $) (-1170)) 134 (|has| |#1| (-556))) (($ (-1166 $)) NIL (|has| |#1| (-556))) (($ (-949 $)) NIL (|has| |#1| (-556)))) (-2347 (((-3 (-610 $) "failed") $) 18) (((-3 (-1170) "failed") $) NIL) (((-3 |#1| "failed") $) 440) (((-3 (-48) "failed") $) 336 (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-949 |#1|)) "failed") $) NIL (|has| |#1| (-556))) (((-3 (-949 |#1|) "failed") $) NIL (|has| |#1| (-1046))) (((-3 (-407 (-564)) "failed") $) 46 (-4078 (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-2237 (((-610 $) $) 12) (((-1170) $) NIL) ((|#1| $) 420) (((-48) $) NIL (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-949 |#1|)) $) NIL (|has| |#1| (-556))) (((-949 |#1|) $) NIL (|has| |#1| (-1046))) (((-407 (-564)) $) 319 (-4078 (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-1449 (($ $ $) NIL (|has| |#1| (-556)))) (-4050 (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 125 (|has| |#1| (-1046))) (((-685 |#1|) (-685 $)) 115 (|has| |#1| (-1046))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))) (-1988 (($ $) 96 (|has| |#1| (-556)))) (-3733 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106))))) (-1424 (($ $ $) NIL (|has| |#1| (-556)))) (-4049 (($ $ (-1086 $)) 236 (|has| |#1| (-556))) (($ $ (-1170)) 234 (|has| |#1| (-556)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-556)))) (-1420 (((-112) $) NIL (|has| |#1| (-556)))) (-1827 (($ $ $) 202 (|has| |#1| (-556)))) (-3714 (($) 137 (|has| |#1| (-556)))) (-2163 (($ $ $) 222 (|has| |#1| (-556)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 391 (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 398 (|has| |#1| (-883 (-379))))) (-3352 (($ $) NIL) (($ (-641 $)) NIL)) (-4095 (((-641 (-114)) $) NIL)) (-1841 (((-114) (-114)) 276)) (-2949 (((-112) $) 25 (-4078 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106))))) (-4301 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-4157 (($ $) 72 (|has| |#1| (-1046)))) (-3678 (((-1119 |#1| (-610 $)) $) 91 (|has| |#1| (-1046)))) (-1310 (((-112) $) 62 (|has| |#1| (-556)))) (-2915 (($ $ (-564)) NIL (|has| |#1| (-556)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-556)))) (-4168 (((-1166 $) (-610 $)) 277 (|has| $ (-1046)))) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2449 (($ (-1 $ $) (-610 $)) 425)) (-1802 (((-3 (-610 $) "failed") $) NIL)) (-2358 (($ $) 141 (|has| |#1| (-556)))) (-4127 (($ $) 247 (|has| |#1| (-556)))) (-2740 (($ (-641 $)) NIL (|has| |#1| (-556))) (($ $ $) NIL (|has| |#1| (-556)))) (-2723 (((-1152) $) NIL)) (-3026 (((-641 (-610 $)) $) 49)) (-3755 (($ (-114) $) NIL) (($ (-114) (-641 $)) 430)) (-2955 (((-3 (-641 $) "failed") $) NIL (|has| |#1| (-1106)))) (-2826 (((-3 (-2 (|:| |val| $) (|:| -1558 (-564))) "failed") $) NIL (|has| |#1| (-1046)))) (-2512 (((-3 (-641 $) "failed") $) 435 (|has| |#1| (-25)))) (-3847 (((-3 (-2 (|:| -2860 (-564)) (|:| |var| (-610 $))) "failed") $) 439 (|has| |#1| (-25)))) (-4059 (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $) NIL (|has| |#1| (-1106))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $ (-114)) NIL (|has| |#1| (-1046))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $ (-1170)) NIL (|has| |#1| (-1046)))) (-1657 (((-112) $ (-114)) NIL) (((-112) $ (-1170)) 51)) (-3315 (($ $) NIL (-4078 (|has| |#1| (-473)) (|has| |#1| (-556))))) (-3165 (($ $ (-1170)) 251 (|has| |#1| (-556))) (($ $ (-1086 $)) 253 (|has| |#1| (-556)))) (-3926 (((-768) $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) 43)) (-3341 ((|#1| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 301 (|has| |#1| (-556)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-556))) (($ $ $) NIL (|has| |#1| (-556)))) (-2417 (((-112) $ $) NIL) (((-112) $ (-1170)) NIL)) (-3882 (($ $ (-1170)) 226 (|has| |#1| (-556))) (($ $) 224 (|has| |#1| (-556)))) (-3839 (($ $) 218 (|has| |#1| (-556)))) (-2165 (((-418 (-1166 $)) (-1166 $)) 306 (-12 (|has| |#1| (-452)) (|has| |#1| (-556))))) (-3070 (((-418 $) $) NIL (|has| |#1| (-556)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-556))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-556)))) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-556)))) (-4326 (($ $) 139 (|has| |#1| (-556)))) (-1492 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-2633 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) 424) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-1170) (-1 $ (-641 $))) NIL) (($ $ (-1170) (-1 $ $)) NIL) (($ $ (-641 (-114)) (-641 (-1 $ $))) 378) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-114) (-1 $ (-641 $))) NIL) (($ $ (-114) (-1 $ $)) NIL) (($ $ (-1170)) NIL (|has| |#1| (-612 (-536)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-612 (-536)))) (($ $) NIL (|has| |#1| (-612 (-536)))) (($ $ (-114) $ (-1170)) 365 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-114)) (-641 $) (-1170)) 364 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ $))) NIL (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ (-641 $)))) NIL (|has| |#1| (-1046))) (($ $ (-1170) (-768) (-1 $ (-641 $))) NIL (|has| |#1| (-1046))) (($ $ (-1170) (-768) (-1 $ $)) NIL (|has| |#1| (-1046)))) (-3920 (((-768) $) NIL (|has| |#1| (-556)))) (-3142 (($ $) 239 (|has| |#1| (-556)))) (-1350 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-641 $)) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-556)))) (-3467 (($ $) NIL) (($ $ $) NIL)) (-3173 (($ $) 249 (|has| |#1| (-556)))) (-1888 (($ $) 200 (|has| |#1| (-556)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-1046))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-1046))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-1046))) (($ $ (-1170)) NIL (|has| |#1| (-1046)))) (-2644 (($ $) 74 (|has| |#1| (-556)))) (-3693 (((-1119 |#1| (-610 $)) $) 93 (|has| |#1| (-556)))) (-3019 (($ $) 317 (|has| $ (-1046)))) (-3395 (($ $) 177 (|has| |#1| (-556)))) (-3245 (($ $) 153 (|has| |#1| (-556)))) (-3371 (($ $) 173 (|has| |#1| (-556)))) (-3221 (($ $) 149 (|has| |#1| (-556)))) (-3344 (($ $) 169 (|has| |#1| (-556)))) (-3199 (($ $) 145 (|has| |#1| (-556)))) (-2511 (((-889 (-564)) $) NIL (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| |#1| (-612 (-889 (-379))))) (($ (-418 $)) NIL (|has| |#1| (-556))) (((-536) $) 362 (|has| |#1| (-612 (-536))))) (-3047 (($ $ $) NIL (|has| |#1| (-473)))) (-1992 (($ $ $) NIL (|has| |#1| (-473)))) (-1831 (((-859) $) 423) (($ (-610 $)) 414) (($ (-1170)) 380) (($ |#1|) 337) (($ $) NIL (|has| |#1| (-556))) (($ (-48)) 312 (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))))) (($ (-1119 |#1| (-610 $))) 95 (|has| |#1| (-1046))) (($ (-407 |#1|)) NIL (|has| |#1| (-556))) (($ (-949 (-407 |#1|))) NIL (|has| |#1| (-556))) (($ (-407 (-949 (-407 |#1|)))) NIL (|has| |#1| (-556))) (($ (-407 (-949 |#1|))) NIL (|has| |#1| (-556))) (($ (-949 |#1|)) NIL (|has| |#1| (-1046))) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-556)) (|has| |#1| (-1035 (-407 (-564)))))) (($ (-564)) 34 (-4078 (|has| |#1| (-1035 (-564))) (|has| |#1| (-1046))))) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL (|has| |#1| (-1046)) CONST)) (-4264 (($ $) NIL) (($ (-641 $)) NIL)) (-4254 (($ $ $) 220 (|has| |#1| (-556)))) (-3573 (($ $ $) 206 (|has| |#1| (-556)))) (-1551 (($ $ $) 210 (|has| |#1| (-556)))) (-4296 (($ $ $) 204 (|has| |#1| (-556)))) (-2773 (($ $ $) 208 (|has| |#1| (-556)))) (-1322 (((-112) (-114)) 10)) (-3427 (($ $) 183 (|has| |#1| (-556)))) (-3276 (($ $) 159 (|has| |#1| (-556)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) 179 (|has| |#1| (-556)))) (-3254 (($ $) 155 (|has| |#1| (-556)))) (-3450 (($ $) 187 (|has| |#1| (-556)))) (-3302 (($ $) 163 (|has| |#1| (-556)))) (-3645 (($ (-1170) $) NIL) (($ (-1170) $ $) NIL) (($ (-1170) $ $ $) NIL) (($ (-1170) $ $ $ $) NIL) (($ (-1170) (-641 $)) NIL)) (-4288 (($ $) 214 (|has| |#1| (-556)))) (-4354 (($ $) 212 (|has| |#1| (-556)))) (-2315 (($ $) 189 (|has| |#1| (-556)))) (-3316 (($ $) 165 (|has| |#1| (-556)))) (-3439 (($ $) 185 (|has| |#1| (-556)))) (-3287 (($ $) 161 (|has| |#1| (-556)))) (-3416 (($ $) 181 (|has| |#1| (-556)))) (-3265 (($ $) 157 (|has| |#1| (-556)))) (-1849 (($ $) 192 (|has| |#1| (-556)))) (-1293 (($) 21 (-4078 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))) CONST)) (-3074 (($ $) 243 (|has| |#1| (-556)))) (-1300 (($) 23 (-4078 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106))) CONST)) (-2591 (($ $) 194 (|has| |#1| (-556))) (($ $ $) 196 (|has| |#1| (-556)))) (-1805 (($ $) 241 (|has| |#1| (-556)))) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-1046))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-1046))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-1046))) (($ $ (-1170)) NIL (|has| |#1| (-1046)))) (-2924 (($ $) 245 (|has| |#1| (-556)))) (-2496 (($ $ $) 198 (|has| |#1| (-556)))) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 88)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 86)) (-1823 (($ (-1119 |#1| (-610 $)) (-1119 |#1| (-610 $))) 106 (|has| |#1| (-556))) (($ $ $) 42 (-4078 (|has| |#1| (-473)) (|has| |#1| (-556))))) (-1808 (($ $ $) 40 (-4078 (|has| |#1| (-21)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))) (($ $) 29 (-4078 (|has| |#1| (-21)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))) (-1797 (($ $ $) 38 (-4078 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))) (** (($ $ $) 64 (|has| |#1| (-556))) (($ $ (-407 (-564))) 314 (|has| |#1| (-556))) (($ $ (-564)) 80 (-4078 (|has| |#1| (-473)) (|has| |#1| (-556)))) (($ $ (-768)) 75 (-4078 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106)))) (($ $ (-918)) 84 (-4078 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106))))) (* (($ (-407 (-564)) $) NIL (|has| |#1| (-556))) (($ $ (-407 (-564))) NIL (|has| |#1| (-556))) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172))) (($ $ $) 36 (-4078 (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) (|has| |#1| (-1106)))) (($ (-564) $) 32 (-4078 (|has| |#1| (-21)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))) (($ (-768) $) NIL (-4078 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))))) (($ (-918) $) NIL (-4078 (|has| |#1| (-25)) (-12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))))))
+(((-316 |#1|) (-13 (-430 |#1|) (-10 -8 (IF (|has| |#1| (-556)) (PROGN (-6 (-29 |#1|)) (-6 (-1194)) (-6 (-160)) (-6 (-627)) (-6 (-1133)) (-15 -1988 ($ $)) (-15 -1310 ((-112) $)) (-15 -3586 ($ $ (-564))) (IF (|has| |#1| (-452)) (PROGN (-15 -2165 ((-418 (-1166 $)) (-1166 $))) (-15 -2345 ((-418 (-1166 $)) (-1166 $)))) |%noBranch|) (IF (|has| |#1| (-1035 (-564))) (-6 (-1035 (-48))) |%noBranch|)) |%noBranch|))) (-847)) (T -316))
+((-1988 (*1 *1 *1) (-12 (-5 *1 (-316 *2)) (-4 *2 (-556)) (-4 *2 (-847)))) (-1310 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-316 *3)) (-4 *3 (-556)) (-4 *3 (-847)))) (-3586 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-316 *3)) (-4 *3 (-556)) (-4 *3 (-847)))) (-2165 (*1 *2 *3) (-12 (-5 *2 (-418 (-1166 *1))) (-5 *1 (-316 *4)) (-5 *3 (-1166 *1)) (-4 *4 (-452)) (-4 *4 (-556)) (-4 *4 (-847)))) (-2345 (*1 *2 *3) (-12 (-5 *2 (-418 (-1166 *1))) (-5 *1 (-316 *4)) (-5 *3 (-1166 *1)) (-4 *4 (-452)) (-4 *4 (-556)) (-4 *4 (-847)))))
+(-13 (-430 |#1|) (-10 -8 (IF (|has| |#1| (-556)) (PROGN (-6 (-29 |#1|)) (-6 (-1194)) (-6 (-160)) (-6 (-627)) (-6 (-1133)) (-15 -1988 ($ $)) (-15 -1310 ((-112) $)) (-15 -3586 ($ $ (-564))) (IF (|has| |#1| (-452)) (PROGN (-15 -2165 ((-418 (-1166 $)) (-1166 $))) (-15 -2345 ((-418 (-1166 $)) (-1166 $)))) |%noBranch|) (IF (|has| |#1| (-1035 (-564))) (-6 (-1035 (-48))) |%noBranch|)) |%noBranch|)))
+((-4242 (((-52) |#2| (-114) (-294 |#2|) (-641 |#2|)) 94) (((-52) |#2| (-114) (-294 |#2|) (-294 |#2|)) 90) (((-52) |#2| (-114) (-294 |#2|) |#2|) 92) (((-52) (-294 |#2|) (-114) (-294 |#2|) |#2|) 93) (((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|))) 86) (((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 |#2|)) 88) (((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 |#2|)) 89) (((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|))) 87) (((-52) (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|)) 95) (((-52) (-294 |#2|) (-114) (-294 |#2|) (-294 |#2|)) 91)))
+(((-317 |#1| |#2|) (-10 -7 (-15 -4242 ((-52) (-294 |#2|) (-114) (-294 |#2|) (-294 |#2|))) (-15 -4242 ((-52) (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|))) (-15 -4242 ((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|)))) (-15 -4242 ((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 |#2|))) (-15 -4242 ((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 |#2|))) (-15 -4242 ((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|)))) (-15 -4242 ((-52) (-294 |#2|) (-114) (-294 |#2|) |#2|)) (-15 -4242 ((-52) |#2| (-114) (-294 |#2|) |#2|)) (-15 -4242 ((-52) |#2| (-114) (-294 |#2|) (-294 |#2|))) (-15 -4242 ((-52) |#2| (-114) (-294 |#2|) (-641 |#2|)))) (-13 (-847) (-556) (-612 (-536))) (-430 |#1|)) (T -317))
+((-4242 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-5 *6 (-641 *3)) (-4 *3 (-430 *7)) (-4 *7 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *7 *3)))) (-4242 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-4 *3 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *3)))) (-4242 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-4 *3 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *3)))) (-4242 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-294 *5)) (-5 *4 (-114)) (-4 *5 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *5)))) (-4242 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 (-114))) (-5 *6 (-641 (-294 *8))) (-4 *8 (-430 *7)) (-5 *5 (-294 *8)) (-4 *7 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *7 *8)))) (-4242 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-641 *7)) (-5 *4 (-641 (-114))) (-5 *5 (-294 *7)) (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *7)))) (-4242 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-641 (-294 *8))) (-5 *4 (-641 (-114))) (-5 *5 (-294 *8)) (-5 *6 (-641 *8)) (-4 *8 (-430 *7)) (-4 *7 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *7 *8)))) (-4242 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-641 (-294 *7))) (-5 *4 (-641 (-114))) (-5 *5 (-294 *7)) (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *7)))) (-4242 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-294 *7)) (-5 *4 (-114)) (-5 *5 (-641 *7)) (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *6 *7)))) (-4242 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-294 *6)) (-5 *4 (-114)) (-4 *6 (-430 *5)) (-4 *5 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52)) (-5 *1 (-317 *5 *6)))))
+(-10 -7 (-15 -4242 ((-52) (-294 |#2|) (-114) (-294 |#2|) (-294 |#2|))) (-15 -4242 ((-52) (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|))) (-15 -4242 ((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|)))) (-15 -4242 ((-52) (-641 (-294 |#2|)) (-641 (-114)) (-294 |#2|) (-641 |#2|))) (-15 -4242 ((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 |#2|))) (-15 -4242 ((-52) (-641 |#2|) (-641 (-114)) (-294 |#2|) (-641 (-294 |#2|)))) (-15 -4242 ((-52) (-294 |#2|) (-114) (-294 |#2|) |#2|)) (-15 -4242 ((-52) |#2| (-114) (-294 |#2|) |#2|)) (-15 -4242 ((-52) |#2| (-114) (-294 |#2|) (-294 |#2|))) (-15 -4242 ((-52) |#2| (-114) (-294 |#2|) (-641 |#2|))))
+((-3528 (((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564) (-1152)) 67) (((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564)) 68) (((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564) (-1152)) 64) (((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564)) 65)) (-2397 (((-1 (-225) (-225)) (-225)) 66)))
+(((-318) (-10 -7 (-15 -2397 ((-1 (-225) (-225)) (-225))) (-15 -3528 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564))) (-15 -3528 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564) (-1152))) (-15 -3528 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564))) (-15 -3528 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564) (-1152))))) (T -318))
+((-3528 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1088 (-225))) (-5 *6 (-225)) (-5 *7 (-564)) (-5 *8 (-1152)) (-5 *2 (-1204 (-923))) (-5 *1 (-318)))) (-3528 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1088 (-225))) (-5 *6 (-225)) (-5 *7 (-564)) (-5 *2 (-1204 (-923))) (-5 *1 (-318)))) (-3528 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1088 (-225))) (-5 *6 (-564)) (-5 *7 (-1152)) (-5 *2 (-1204 (-923))) (-5 *1 (-318)))) (-3528 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1088 (-225))) (-5 *6 (-564)) (-5 *2 (-1204 (-923))) (-5 *1 (-318)))) (-2397 (*1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-318)) (-5 *3 (-225)))))
+(-10 -7 (-15 -2397 ((-1 (-225) (-225)) (-225))) (-15 -3528 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564))) (-15 -3528 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-1 (-225) (-225)) (-564) (-1152))) (-15 -3528 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564))) (-15 -3528 ((-1204 (-923)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-225) (-564) (-1152))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 26)) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-3220 (($ $ (-407 (-564))) NIL) (($ $ (-407 (-564)) (-407 (-564))) NIL)) (-4163 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) 20)) (-3357 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL (|has| |#1| (-363)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3330 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) NIL)) (-3384 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) 34)) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-1420 (((-112) $) NIL (|has| |#1| (-363)))) (-3030 (((-112) $) NIL)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-407 (-564)) $) NIL) (((-407 (-564)) $ (-407 (-564))) 16)) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2325 (($ $ (-918)) NIL) (($ $ (-407 (-564))) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-407 (-564))) NIL) (($ $ (-1076) (-407 (-564))) NIL) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2358 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| |#1| (-363)))) (-3907 (($ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194)))))) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-3951 (($ $ (-407 (-564))) NIL)) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-1601 (((-407 (-564)) $) 17)) (-2579 (($ (-1244 |#1| |#2| |#3|)) 11)) (-1558 (((-1244 |#1| |#2| |#3|) $) 12)) (-4326 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ (-407 (-564))) NIL) (($ $ $) NIL (|has| (-407 (-564)) (-1106)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1619 (((-407 (-564)) $) NIL)) (-3395 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) 10)) (-1831 (((-859) $) 40) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-2742 ((|#1| $ (-407 (-564))) 32)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-2513 ((|#1| $) NIL)) (-3427 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-407 (-564))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 28)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 35)) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-319 |#1| |#2| |#3|) (-13 (-1240 |#1|) (-789) (-10 -8 (-15 -2579 ($ (-1244 |#1| |#2| |#3|))) (-15 -1558 ((-1244 |#1| |#2| |#3|) $)) (-15 -1601 ((-407 (-564)) $)))) (-13 (-363) (-847)) (-1170) |#1|) (T -319))
+((-2579 (*1 *1 *2) (-12 (-5 *2 (-1244 *3 *4 *5)) (-4 *3 (-13 (-363) (-847))) (-14 *4 (-1170)) (-14 *5 *3) (-5 *1 (-319 *3 *4 *5)))) (-1558 (*1 *2 *1) (-12 (-5 *2 (-1244 *3 *4 *5)) (-5 *1 (-319 *3 *4 *5)) (-4 *3 (-13 (-363) (-847))) (-14 *4 (-1170)) (-14 *5 *3))) (-1601 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-319 *3 *4 *5)) (-4 *3 (-13 (-363) (-847))) (-14 *4 (-1170)) (-14 *5 *3))))
+(-13 (-1240 |#1|) (-789) (-10 -8 (-15 -2579 ($ (-1244 |#1| |#2| |#3|))) (-15 -1558 ((-1244 |#1| |#2| |#3|) $)) (-15 -1601 ((-407 (-564)) $))))
+((-2915 (((-2 (|:| -1558 (-768)) (|:| -2860 |#1|) (|:| |radicand| (-641 |#1|))) (-418 |#1|) (-768)) 35)) (-2358 (((-641 (-2 (|:| -2860 (-768)) (|:| |logand| |#1|))) (-418 |#1|)) 40)))
+(((-320 |#1|) (-10 -7 (-15 -2915 ((-2 (|:| -1558 (-768)) (|:| -2860 |#1|) (|:| |radicand| (-641 |#1|))) (-418 |#1|) (-768))) (-15 -2358 ((-641 (-2 (|:| -2860 (-768)) (|:| |logand| |#1|))) (-418 |#1|)))) (-556)) (T -320))
+((-2358 (*1 *2 *3) (-12 (-5 *3 (-418 *4)) (-4 *4 (-556)) (-5 *2 (-641 (-2 (|:| -2860 (-768)) (|:| |logand| *4)))) (-5 *1 (-320 *4)))) (-2915 (*1 *2 *3 *4) (-12 (-5 *3 (-418 *5)) (-4 *5 (-556)) (-5 *2 (-2 (|:| -1558 (-768)) (|:| -2860 *5) (|:| |radicand| (-641 *5)))) (-5 *1 (-320 *5)) (-5 *4 (-768)))))
+(-10 -7 (-15 -2915 ((-2 (|:| -1558 (-768)) (|:| -2860 |#1|) (|:| |radicand| (-641 |#1|))) (-418 |#1|) (-768))) (-15 -2358 ((-641 (-2 (|:| -2860 (-768)) (|:| |logand| |#1|))) (-418 |#1|))))
+((-3209 (((-641 |#2|) (-1166 |#4|)) 44)) (-3612 ((|#3| (-564)) 47)) (-3180 (((-1166 |#4|) (-1166 |#3|)) 30)) (-1311 (((-1166 |#4|) (-1166 |#4|) (-564)) 64)) (-1687 (((-1166 |#3|) (-1166 |#4|)) 21)) (-1619 (((-641 (-768)) (-1166 |#4|) (-641 |#2|)) 41)) (-3682 (((-1166 |#3|) (-1166 |#4|) (-641 |#2|) (-641 |#3|)) 35)))
+(((-321 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3682 ((-1166 |#3|) (-1166 |#4|) (-641 |#2|) (-641 |#3|))) (-15 -1619 ((-641 (-768)) (-1166 |#4|) (-641 |#2|))) (-15 -3209 ((-641 |#2|) (-1166 |#4|))) (-15 -1687 ((-1166 |#3|) (-1166 |#4|))) (-15 -3180 ((-1166 |#4|) (-1166 |#3|))) (-15 -1311 ((-1166 |#4|) (-1166 |#4|) (-564))) (-15 -3612 (|#3| (-564)))) (-790) (-847) (-1046) (-946 |#3| |#1| |#2|)) (T -321))
+((-3612 (*1 *2 *3) (-12 (-5 *3 (-564)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1046)) (-5 *1 (-321 *4 *5 *2 *6)) (-4 *6 (-946 *2 *4 *5)))) (-1311 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 *7)) (-5 *3 (-564)) (-4 *7 (-946 *6 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-5 *1 (-321 *4 *5 *6 *7)))) (-3180 (*1 *2 *3) (-12 (-5 *3 (-1166 *6)) (-4 *6 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-1166 *7)) (-5 *1 (-321 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))) (-1687 (*1 *2 *3) (-12 (-5 *3 (-1166 *7)) (-4 *7 (-946 *6 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-5 *2 (-1166 *6)) (-5 *1 (-321 *4 *5 *6 *7)))) (-3209 (*1 *2 *3) (-12 (-5 *3 (-1166 *7)) (-4 *7 (-946 *6 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-5 *2 (-641 *5)) (-5 *1 (-321 *4 *5 *6 *7)))) (-1619 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *8)) (-5 *4 (-641 *6)) (-4 *6 (-847)) (-4 *8 (-946 *7 *5 *6)) (-4 *5 (-790)) (-4 *7 (-1046)) (-5 *2 (-641 (-768))) (-5 *1 (-321 *5 *6 *7 *8)))) (-3682 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-5 *5 (-641 *8)) (-4 *7 (-847)) (-4 *8 (-1046)) (-4 *9 (-946 *8 *6 *7)) (-4 *6 (-790)) (-5 *2 (-1166 *8)) (-5 *1 (-321 *6 *7 *8 *9)))))
+(-10 -7 (-15 -3682 ((-1166 |#3|) (-1166 |#4|) (-641 |#2|) (-641 |#3|))) (-15 -1619 ((-641 (-768)) (-1166 |#4|) (-641 |#2|))) (-15 -3209 ((-641 |#2|) (-1166 |#4|))) (-15 -1687 ((-1166 |#3|) (-1166 |#4|))) (-15 -3180 ((-1166 |#4|) (-1166 |#3|))) (-15 -1311 ((-1166 |#4|) (-1166 |#4|) (-564))) (-15 -3612 (|#3| (-564))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 19)) (-4163 (((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-564)))) $) 23)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3267 (((-768) $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-1765 ((|#1| $ (-564)) NIL)) (-2802 (((-564) $ (-564)) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-1934 (($ (-1 |#1| |#1|) $) NIL)) (-1957 (($ (-1 (-564) (-564)) $) 11)) (-2723 (((-1152) $) NIL)) (-3886 (($ $ $) NIL (|has| (-564) (-789)))) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL) (($ |#1|) NIL)) (-2742 (((-564) |#1| $) NIL)) (-1293 (($) 21 T CONST)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) 28 (|has| |#1| (-847)))) (-1808 (($ $) 12) (($ $ $) 27)) (-1797 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ (-564)) NIL) (($ (-564) |#1|) 26)))
(((-322 |#1|) (-13 (-21) (-714 (-564)) (-323 |#1| (-564)) (-10 -7 (IF (|has| |#1| (-847)) (-6 (-847)) |%noBranch|))) (-1094)) (T -322))
NIL
(-13 (-21) (-714 (-564)) (-323 |#1| (-564)) (-10 -7 (IF (|has| |#1| (-847)) (-6 (-847)) |%noBranch|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-1747 (((-641 (-2 (|:| |gen| |#1|) (|:| -2103 |#2|))) $) 27)) (-2071 (((-3 $ "failed") $ $) 19)) (-1860 (((-768) $) 28)) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#1| "failed") $) 32)) (-3437 ((|#1| $) 33)) (-3421 ((|#1| $ (-564)) 25)) (-2495 ((|#2| $ (-564)) 26)) (-4371 (($ (-1 |#1| |#1|) $) 22)) (-4055 (($ (-1 |#2| |#2|) $) 23)) (-2811 (((-1152) $) 9)) (-3743 (($ $ $) 21 (|has| |#2| (-789)))) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ |#1|) 31)) (-1346 ((|#2| |#1| $) 24)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2956 (($ $ $) 14) (($ |#1| $) 30)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ |#2| |#1|) 29)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4163 (((-641 (-2 (|:| |gen| |#1|) (|:| -4326 |#2|))) $) 27)) (-4088 (((-3 $ "failed") $ $) 19)) (-3267 (((-768) $) 28)) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#1| "failed") $) 32)) (-2237 ((|#1| $) 33)) (-1765 ((|#1| $ (-564)) 25)) (-2802 ((|#2| $ (-564)) 26)) (-1934 (($ (-1 |#1| |#1|) $) 22)) (-1957 (($ (-1 |#2| |#2|) $) 23)) (-2723 (((-1152) $) 9)) (-3886 (($ $ $) 21 (|has| |#2| (-789)))) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ |#1|) 31)) (-2742 ((|#2| |#1| $) 24)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1797 (($ $ $) 14) (($ |#1| $) 30)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ |#2| |#1|) 29)))
(((-323 |#1| |#2|) (-140) (-1094) (-131)) (T -323))
-((-2956 (*1 *1 *2 *1) (-12 (-4 *1 (-323 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-131)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-323 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-131)))) (-1860 (*1 *2 *1) (-12 (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131)) (-5 *2 (-768)))) (-1747 (*1 *2 *1) (-12 (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131)) (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 *4)))))) (-2495 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-323 *4 *2)) (-4 *4 (-1094)) (-4 *2 (-131)))) (-3421 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-323 *2 *4)) (-4 *4 (-131)) (-4 *2 (-1094)))) (-1346 (*1 *2 *3 *1) (-12 (-4 *1 (-323 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-131)))) (-4055 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131)))) (-4371 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131)))) (-3743 (*1 *1 *1 *1) (-12 (-4 *1 (-323 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-131)) (-4 *3 (-789)))))
-(-13 (-131) (-1035 |t#1|) (-10 -8 (-15 -2956 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -1860 ((-768) $)) (-15 -1747 ((-641 (-2 (|:| |gen| |t#1|) (|:| -2103 |t#2|))) $)) (-15 -2495 (|t#2| $ (-564))) (-15 -3421 (|t#1| $ (-564))) (-15 -1346 (|t#2| |t#1| $)) (-15 -4055 ($ (-1 |t#2| |t#2|) $)) (-15 -4371 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-789)) (-15 -3743 ($ $ $)) |%noBranch|)))
+((-1797 (*1 *1 *2 *1) (-12 (-4 *1 (-323 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-131)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-323 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-131)))) (-3267 (*1 *2 *1) (-12 (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131)) (-5 *2 (-768)))) (-4163 (*1 *2 *1) (-12 (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131)) (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 *4)))))) (-2802 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-323 *4 *2)) (-4 *4 (-1094)) (-4 *2 (-131)))) (-1765 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-323 *2 *4)) (-4 *4 (-131)) (-4 *2 (-1094)))) (-2742 (*1 *2 *3 *1) (-12 (-4 *1 (-323 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-131)))) (-1957 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131)))) (-1934 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131)))) (-3886 (*1 *1 *1 *1) (-12 (-4 *1 (-323 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-131)) (-4 *3 (-789)))))
+(-13 (-131) (-1035 |t#1|) (-10 -8 (-15 -1797 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -3267 ((-768) $)) (-15 -4163 ((-641 (-2 (|:| |gen| |t#1|) (|:| -4326 |t#2|))) $)) (-15 -2802 (|t#2| $ (-564))) (-15 -1765 (|t#1| $ (-564))) (-15 -2742 (|t#2| |t#1| $)) (-15 -1957 ($ (-1 |t#2| |t#2|) $)) (-15 -1934 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-789)) (-15 -3886 ($ $ $)) |%noBranch|)))
(((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-1035 |#1|) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1747 (((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-768)))) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1860 (((-768) $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-3421 ((|#1| $ (-564)) NIL)) (-2495 (((-768) $ (-564)) NIL)) (-4371 (($ (-1 |#1| |#1|) $) NIL)) (-4055 (($ (-1 (-768) (-768)) $) NIL)) (-2811 (((-1152) $) NIL)) (-3743 (($ $ $) NIL (|has| (-768) (-789)))) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL) (($ |#1|) NIL)) (-1346 (((-768) |#1| $) NIL)) (-2885 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2956 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-768) |#1|) NIL)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4163 (((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-768)))) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3267 (((-768) $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-1765 ((|#1| $ (-564)) NIL)) (-2802 (((-768) $ (-564)) NIL)) (-1934 (($ (-1 |#1| |#1|) $) NIL)) (-1957 (($ (-1 (-768) (-768)) $) NIL)) (-2723 (((-1152) $) NIL)) (-3886 (($ $ $) NIL (|has| (-768) (-789)))) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL) (($ |#1|) NIL)) (-2742 (((-768) |#1| $) NIL)) (-1293 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1797 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-768) |#1|) NIL)))
(((-324 |#1|) (-323 |#1| (-768)) (-1094)) (T -324))
NIL
(-323 |#1| (-768))
-((-3912 (($ $) 71)) (-1587 (($ $ |#2| |#3| $) 14)) (-2286 (($ (-1 |#3| |#3|) $) 51)) (-4258 (((-112) $) 42)) (-4269 ((|#2| $) 44)) (-2628 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#2|) 63)) (-2211 ((|#2| $) 67)) (-2415 (((-641 |#2|) $) 56)) (-3305 (($ $ $ (-768)) 37)) (-2983 (($ $ |#2|) 60)))
-(((-325 |#1| |#2| |#3|) (-10 -8 (-15 -3912 (|#1| |#1|)) (-15 -2211 (|#2| |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3305 (|#1| |#1| |#1| (-768))) (-15 -1587 (|#1| |#1| |#2| |#3| |#1|)) (-15 -2286 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2415 ((-641 |#2|) |#1|)) (-15 -4269 (|#2| |#1|)) (-15 -4258 ((-112) |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2983 (|#1| |#1| |#2|))) (-326 |#2| |#3|) (-1046) (-789)) (T -325))
+((-3031 (($ $) 71)) (-2055 (($ $ |#2| |#3| $) 14)) (-2546 (($ (-1 |#3| |#3|) $) 51)) (-3326 (((-112) $) 42)) (-3341 ((|#2| $) 44)) (-1403 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#2|) 63)) (-3008 ((|#2| $) 67)) (-3227 (((-641 |#2|) $) 56)) (-3154 (($ $ $ (-768)) 37)) (-1823 (($ $ |#2|) 60)))
+(((-325 |#1| |#2| |#3|) (-10 -8 (-15 -3031 (|#1| |#1|)) (-15 -3008 (|#2| |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3154 (|#1| |#1| |#1| (-768))) (-15 -2055 (|#1| |#1| |#2| |#3| |#1|)) (-15 -2546 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3227 ((-641 |#2|) |#1|)) (-15 -3341 (|#2| |#1|)) (-15 -3326 ((-112) |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1823 (|#1| |#1| |#2|))) (-326 |#2| |#3|) (-1046) (-789)) (T -325))
NIL
-(-10 -8 (-15 -3912 (|#1| |#1|)) (-15 -2211 (|#2| |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3305 (|#1| |#1| |#1| (-768))) (-15 -1587 (|#1| |#1| |#2| |#3| |#1|)) (-15 -2286 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2415 ((-641 |#2|) |#1|)) (-15 -4269 (|#2| |#1|)) (-15 -4258 ((-112) |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2983 (|#1| |#1| |#2|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-4010 (($ $) 55 (|has| |#1| (-556)))) (-2662 (((-112) $) 57 (|has| |#1| (-556)))) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2035 (((-3 (-564) "failed") $) 91 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 89 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 86)) (-3437 (((-564) $) 90 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 88 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 87)) (-4316 (($ $) 63)) (-3233 (((-3 $ "failed") $) 33)) (-3912 (($ $) 75 (|has| |#1| (-452)))) (-1587 (($ $ |#1| |#2| $) 79)) (-3282 (((-112) $) 31)) (-4083 (((-768) $) 82)) (-1924 (((-112) $) 65)) (-4132 (($ |#1| |#2|) 64)) (-1696 ((|#2| $) 81)) (-2286 (($ (-1 |#2| |#2|) $) 80)) (-2110 (($ (-1 |#1| |#1|) $) 66)) (-4280 (($ $) 68)) (-4292 ((|#1| $) 69)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4258 (((-112) $) 85)) (-4269 ((|#1| $) 84)) (-2628 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556))) (((-3 $ "failed") $ |#1|) 77 (|has| |#1| (-556)))) (-4341 ((|#2| $) 67)) (-2211 ((|#1| $) 76 (|has| |#1| (-452)))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 52 (|has| |#1| (-556))) (($ |#1|) 50) (($ (-407 (-564))) 60 (-2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))))) (-2415 (((-641 |#1|) $) 83)) (-1346 ((|#1| $ |#2|) 62)) (-2684 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-3305 (($ $ $ (-768)) 78 (|has| |#1| (-172)))) (-1720 (((-112) $ $) 56 (|has| |#1| (-556)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 61 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
+(-10 -8 (-15 -3031 (|#1| |#1|)) (-15 -3008 (|#2| |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3154 (|#1| |#1| |#1| (-768))) (-15 -2055 (|#1| |#1| |#2| |#3| |#1|)) (-15 -2546 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3227 ((-641 |#2|) |#1|)) (-15 -3341 (|#2| |#1|)) (-15 -3326 ((-112) |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1823 (|#1| |#1| |#2|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-1537 (($ $) 55 (|has| |#1| (-556)))) (-1932 (((-112) $) 57 (|has| |#1| (-556)))) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2347 (((-3 (-564) "failed") $) 91 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 89 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 86)) (-2237 (((-564) $) 90 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 88 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 87)) (-3396 (($ $) 63)) (-3733 (((-3 $ "failed") $) 33)) (-3031 (($ $) 75 (|has| |#1| (-452)))) (-2055 (($ $ |#1| |#2| $) 79)) (-2949 (((-112) $) 31)) (-4128 (((-768) $) 82)) (-2003 (((-112) $) 65)) (-3186 (($ |#1| |#2|) 64)) (-1826 ((|#2| $) 81)) (-2546 (($ (-1 |#2| |#2|) $) 80)) (-2449 (($ (-1 |#1| |#1|) $) 66)) (-3356 (($ $) 68)) (-3370 ((|#1| $) 69)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3326 (((-112) $) 85)) (-3341 ((|#1| $) 84)) (-1403 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556))) (((-3 $ "failed") $ |#1|) 77 (|has| |#1| (-556)))) (-1619 ((|#2| $) 67)) (-3008 ((|#1| $) 76 (|has| |#1| (-452)))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 52 (|has| |#1| (-556))) (($ |#1|) 50) (($ (-407 (-564))) 60 (-4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))))) (-3227 (((-641 |#1|) $) 83)) (-2742 ((|#1| $ |#2|) 62)) (-4018 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-3154 (($ $ $ (-768)) 78 (|has| |#1| (-172)))) (-3939 (((-112) $ $) 56 (|has| |#1| (-556)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 61 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
(((-326 |#1| |#2|) (-140) (-1046) (-789)) (T -326))
-((-4258 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-112)))) (-4269 (*1 *2 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))) (-2415 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-641 *3)))) (-4083 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-768)))) (-1696 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-2286 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)))) (-1587 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)))) (-3305 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-4 *3 (-172)))) (-2628 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)) (-4 *2 (-556)))) (-2211 (*1 *2 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)) (-4 *2 (-452)))) (-3912 (*1 *1 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)) (-4 *2 (-452)))))
-(-13 (-47 |t#1| |t#2|) (-411 |t#1|) (-10 -8 (-15 -4258 ((-112) $)) (-15 -4269 (|t#1| $)) (-15 -2415 ((-641 |t#1|) $)) (-15 -4083 ((-768) $)) (-15 -1696 (|t#2| $)) (-15 -2286 ($ (-1 |t#2| |t#2|) $)) (-15 -1587 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-172)) (-15 -3305 ($ $ $ (-768))) |%noBranch|) (IF (|has| |t#1| (-556)) (-15 -2628 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-452)) (PROGN (-15 -2211 (|t#1| $)) (-15 -3912 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-290) |has| |#1| (-556)) ((-411 |#1|) . T) ((-556) |has| |#1| (-556)) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-3571 (((-112) (-112)) NIL)) (-1869 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413)))) (-4085 (($ (-1 (-112) |#1|) $) NIL)) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-3176 (($ $) NIL (|has| |#1| (-1094)))) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3537 (($ |#1| $) NIL (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) NIL)) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) NIL)) (-1317 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-3230 (($ $ (-564)) NIL)) (-4243 (((-768) $) NIL)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-1585 (($ (-768) |#1|) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2915 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3573 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3476 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1590 (($ (-641 |#1|)) NIL)) (-1897 ((|#1| $) NIL (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2243 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) NIL)) (-1321 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2834 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-327 |#1|) (-13 (-19 |#1|) (-282 |#1|) (-10 -8 (-15 -1590 ($ (-641 |#1|))) (-15 -4243 ((-768) $)) (-15 -3230 ($ $ (-564))) (-15 -3571 ((-112) (-112))))) (-1209)) (T -327))
-((-1590 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-327 *3)))) (-4243 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-327 *3)) (-4 *3 (-1209)))) (-3230 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-327 *3)) (-4 *3 (-1209)))) (-3571 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-327 *3)) (-4 *3 (-1209)))))
-(-13 (-19 |#1|) (-282 |#1|) (-10 -8 (-15 -1590 ($ (-641 |#1|))) (-15 -4243 ((-768) $)) (-15 -3230 ($ $ (-564))) (-15 -3571 ((-112) (-112)))))
-((-3143 (((-112) $) 50)) (-1745 (((-768)) 26)) (-4321 ((|#2| $) 54) (($ $ (-918)) 123)) (-1860 (((-768)) 124)) (-3222 (($ (-1259 |#2|)) 23)) (-1621 (((-112) $) 139)) (-2471 ((|#2| $) 56) (($ $ (-918)) 120)) (-2162 (((-1166 |#2|) $) NIL) (((-1166 $) $ (-918)) 111)) (-4163 (((-1166 |#2|) $) 98)) (-1369 (((-1166 |#2|) $) 94) (((-3 (-1166 |#2|) "failed") $ $) 91)) (-1649 (($ $ (-1166 |#2|)) 62)) (-2374 (((-830 (-918))) 33) (((-918)) 51)) (-1358 (((-134)) 30)) (-4341 (((-830 (-918)) $) 35) (((-918) $) 142)) (-3311 (($) 132)) (-3057 (((-1259 |#2|) $) NIL) (((-685 |#2|) (-1259 $)) 45)) (-2684 (($ $) NIL) (((-3 $ "failed") $) 101)) (-2614 (((-112) $) 48)))
-(((-328 |#1| |#2|) (-10 -8 (-15 -2684 ((-3 |#1| "failed") |#1|)) (-15 -1860 ((-768))) (-15 -2684 (|#1| |#1|)) (-15 -1369 ((-3 (-1166 |#2|) "failed") |#1| |#1|)) (-15 -1369 ((-1166 |#2|) |#1|)) (-15 -4163 ((-1166 |#2|) |#1|)) (-15 -1649 (|#1| |#1| (-1166 |#2|))) (-15 -1621 ((-112) |#1|)) (-15 -3311 (|#1|)) (-15 -4321 (|#1| |#1| (-918))) (-15 -2471 (|#1| |#1| (-918))) (-15 -2162 ((-1166 |#1|) |#1| (-918))) (-15 -4321 (|#2| |#1|)) (-15 -2471 (|#2| |#1|)) (-15 -4341 ((-918) |#1|)) (-15 -2374 ((-918))) (-15 -2162 ((-1166 |#2|) |#1|)) (-15 -3222 (|#1| (-1259 |#2|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1|)) (-15 -1745 ((-768))) (-15 -2374 ((-830 (-918)))) (-15 -4341 ((-830 (-918)) |#1|)) (-15 -3143 ((-112) |#1|)) (-15 -2614 ((-112) |#1|)) (-15 -1358 ((-134)))) (-329 |#2|) (-363)) (T -328))
-((-1358 (*1 *2) (-12 (-4 *4 (-363)) (-5 *2 (-134)) (-5 *1 (-328 *3 *4)) (-4 *3 (-329 *4)))) (-2374 (*1 *2) (-12 (-4 *4 (-363)) (-5 *2 (-830 (-918))) (-5 *1 (-328 *3 *4)) (-4 *3 (-329 *4)))) (-1745 (*1 *2) (-12 (-4 *4 (-363)) (-5 *2 (-768)) (-5 *1 (-328 *3 *4)) (-4 *3 (-329 *4)))) (-2374 (*1 *2) (-12 (-4 *4 (-363)) (-5 *2 (-918)) (-5 *1 (-328 *3 *4)) (-4 *3 (-329 *4)))) (-1860 (*1 *2) (-12 (-4 *4 (-363)) (-5 *2 (-768)) (-5 *1 (-328 *3 *4)) (-4 *3 (-329 *4)))))
-(-10 -8 (-15 -2684 ((-3 |#1| "failed") |#1|)) (-15 -1860 ((-768))) (-15 -2684 (|#1| |#1|)) (-15 -1369 ((-3 (-1166 |#2|) "failed") |#1| |#1|)) (-15 -1369 ((-1166 |#2|) |#1|)) (-15 -4163 ((-1166 |#2|) |#1|)) (-15 -1649 (|#1| |#1| (-1166 |#2|))) (-15 -1621 ((-112) |#1|)) (-15 -3311 (|#1|)) (-15 -4321 (|#1| |#1| (-918))) (-15 -2471 (|#1| |#1| (-918))) (-15 -2162 ((-1166 |#1|) |#1| (-918))) (-15 -4321 (|#2| |#1|)) (-15 -2471 (|#2| |#1|)) (-15 -4341 ((-918) |#1|)) (-15 -2374 ((-918))) (-15 -2162 ((-1166 |#2|) |#1|)) (-15 -3222 (|#1| (-1259 |#2|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1|)) (-15 -1745 ((-768))) (-15 -2374 ((-830 (-918)))) (-15 -4341 ((-830 (-918)) |#1|)) (-15 -3143 ((-112) |#1|)) (-15 -2614 ((-112) |#1|)) (-15 -1358 ((-134))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-3143 (((-112) $) 95)) (-1745 (((-768)) 91)) (-4321 ((|#1| $) 141) (($ $ (-918)) 138 (|has| |#1| (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) 123 (|has| |#1| (-368)))) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 74)) (-1798 (((-418 $) $) 73)) (-1817 (((-112) $ $) 60)) (-1860 (((-768)) 113 (|has| |#1| (-368)))) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#1| "failed") $) 102)) (-3437 ((|#1| $) 103)) (-3222 (($ (-1259 |#1|)) 147)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) 129 (|has| |#1| (-368)))) (-2668 (($ $ $) 56)) (-3233 (((-3 $ "failed") $) 33)) (-3746 (($) 110 (|has| |#1| (-368)))) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-2982 (($) 125 (|has| |#1| (-368)))) (-2398 (((-112) $) 126 (|has| |#1| (-368)))) (-3195 (($ $ (-768)) 88 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) 87 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2941 (((-112) $) 72)) (-2887 (((-918) $) 128 (|has| |#1| (-368))) (((-830 (-918)) $) 85 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3282 (((-112) $) 31)) (-3489 (($) 136 (|has| |#1| (-368)))) (-1621 (((-112) $) 135 (|has| |#1| (-368)))) (-2471 ((|#1| $) 142) (($ $ (-918)) 139 (|has| |#1| (-368)))) (-1516 (((-3 $ "failed") $) 114 (|has| |#1| (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-2162 (((-1166 |#1|) $) 146) (((-1166 $) $ (-918)) 140 (|has| |#1| (-368)))) (-2981 (((-918) $) 111 (|has| |#1| (-368)))) (-4163 (((-1166 |#1|) $) 132 (|has| |#1| (-368)))) (-1369 (((-1166 |#1|) $) 131 (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) 130 (|has| |#1| (-368)))) (-1649 (($ $ (-1166 |#1|)) 133 (|has| |#1| (-368)))) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 71)) (-2558 (($) 115 (|has| |#1| (-368)) CONST)) (-1359 (($ (-918)) 112 (|has| |#1| (-368)))) (-2350 (((-112) $) 94)) (-4382 (((-1114) $) 10)) (-2739 (($) 134 (|has| |#1| (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) 122 (|has| |#1| (-368)))) (-4020 (((-418 $) $) 75)) (-2374 (((-830 (-918))) 92) (((-918)) 144)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2358 (((-768) $) 59)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-2031 (((-768) $) 127 (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) 86 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1358 (((-134)) 100)) (-1795 (($ $) 119 (|has| |#1| (-368))) (($ $ (-768)) 117 (|has| |#1| (-368)))) (-4341 (((-830 (-918)) $) 93) (((-918) $) 143)) (-3290 (((-1166 |#1|)) 145)) (-2117 (($) 124 (|has| |#1| (-368)))) (-3311 (($) 137 (|has| |#1| (-368)))) (-3057 (((-1259 |#1|) $) 149) (((-685 |#1|) (-1259 $)) 148)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 121 (|has| |#1| (-368)))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ |#1|) 101)) (-2684 (($ $) 120 (|has| |#1| (-368))) (((-3 $ "failed") $) 84 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1303 (((-768)) 28 T CONST)) (-2745 (((-1259 $)) 151) (((-1259 $) (-918)) 150)) (-1720 (((-112) $ $) 40)) (-2614 (((-112) $) 96)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2362 (($ $) 90 (|has| |#1| (-368))) (($ $ (-768)) 89 (|has| |#1| (-368)))) (-3256 (($ $) 118 (|has| |#1| (-368))) (($ $ (-768)) 116 (|has| |#1| (-368)))) (-2853 (((-112) $ $) 6)) (-2983 (($ $ $) 66) (($ $ |#1|) 99)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68) (($ $ |#1|) 98) (($ |#1| $) 97)))
+((-3326 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-112)))) (-3341 (*1 *2 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))) (-3227 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-641 *3)))) (-4128 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-768)))) (-1826 (*1 *2 *1) (-12 (-4 *1 (-326 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-2546 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)))) (-2055 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)))) (-3154 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-4 *3 (-172)))) (-1403 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)) (-4 *2 (-556)))) (-3008 (*1 *2 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)) (-4 *2 (-452)))) (-3031 (*1 *1 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)) (-4 *2 (-452)))))
+(-13 (-47 |t#1| |t#2|) (-411 |t#1|) (-10 -8 (-15 -3326 ((-112) $)) (-15 -3341 (|t#1| $)) (-15 -3227 ((-641 |t#1|) $)) (-15 -4128 ((-768) $)) (-15 -1826 (|t#2| $)) (-15 -2546 ($ (-1 |t#2| |t#2|) $)) (-15 -2055 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-172)) (-15 -3154 ($ $ $ (-768))) |%noBranch|) (IF (|has| |t#1| (-556)) (-15 -1403 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-452)) (PROGN (-15 -3008 (|t#1| $)) (-15 -3031 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-290) |has| |#1| (-556)) ((-411 |#1|) . T) ((-556) |has| |#1| (-556)) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-2759 (((-112) (-112)) NIL)) (-1970 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407)))) (-4145 (($ (-1 (-112) |#1|) $) NIL)) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-4341 (($ $) NIL (|has| |#1| (-1094)))) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3644 (($ |#1| $) NIL (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) NIL)) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) NIL)) (-3360 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-3698 (($ $ (-564)) NIL)) (-3205 (((-768) $) NIL)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3654 (($ (-768) |#1|) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-2429 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2783 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3652 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2086 (($ (-641 |#1|)) NIL)) (-3303 ((|#1| $) NIL (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2087 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) NIL)) (-2460 (($ $ $) NIL) (($ $ |#1|) NIL)) (-3043 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-327 |#1|) (-13 (-19 |#1|) (-282 |#1|) (-10 -8 (-15 -2086 ($ (-641 |#1|))) (-15 -3205 ((-768) $)) (-15 -3698 ($ $ (-564))) (-15 -2759 ((-112) (-112))))) (-1209)) (T -327))
+((-2086 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-327 *3)))) (-3205 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-327 *3)) (-4 *3 (-1209)))) (-3698 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-327 *3)) (-4 *3 (-1209)))) (-2759 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-327 *3)) (-4 *3 (-1209)))))
+(-13 (-19 |#1|) (-282 |#1|) (-10 -8 (-15 -2086 ($ (-641 |#1|))) (-15 -3205 ((-768) $)) (-15 -3698 ($ $ (-564))) (-15 -2759 ((-112) (-112)))))
+((-4048 (((-112) $) 50)) (-4142 (((-768)) 26)) (-2713 ((|#2| $) 54) (($ $ (-918)) 123)) (-3267 (((-768)) 124)) (-3624 (($ (-1259 |#2|)) 23)) (-2370 (((-112) $) 139)) (-3797 ((|#2| $) 56) (($ $ (-918)) 120)) (-3774 (((-1166 |#2|) $) NIL) (((-1166 $) $ (-918)) 111)) (-3696 (((-1166 |#2|) $) 98)) (-2402 (((-1166 |#2|) $) 94) (((-3 (-1166 |#2|) "failed") $ $) 91)) (-1372 (($ $ (-1166 |#2|)) 62)) (-4085 (((-830 (-918))) 33) (((-918)) 51)) (-3548 (((-134)) 30)) (-1619 (((-830 (-918)) $) 35) (((-918) $) 142)) (-1974 (($) 132)) (-2467 (((-1259 |#2|) $) NIL) (((-685 |#2|) (-1259 $)) 45)) (-4018 (($ $) NIL) (((-3 $ "failed") $) 101)) (-1484 (((-112) $) 48)))
+(((-328 |#1| |#2|) (-10 -8 (-15 -4018 ((-3 |#1| "failed") |#1|)) (-15 -3267 ((-768))) (-15 -4018 (|#1| |#1|)) (-15 -2402 ((-3 (-1166 |#2|) "failed") |#1| |#1|)) (-15 -2402 ((-1166 |#2|) |#1|)) (-15 -3696 ((-1166 |#2|) |#1|)) (-15 -1372 (|#1| |#1| (-1166 |#2|))) (-15 -2370 ((-112) |#1|)) (-15 -1974 (|#1|)) (-15 -2713 (|#1| |#1| (-918))) (-15 -3797 (|#1| |#1| (-918))) (-15 -3774 ((-1166 |#1|) |#1| (-918))) (-15 -2713 (|#2| |#1|)) (-15 -3797 (|#2| |#1|)) (-15 -1619 ((-918) |#1|)) (-15 -4085 ((-918))) (-15 -3774 ((-1166 |#2|) |#1|)) (-15 -3624 (|#1| (-1259 |#2|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1|)) (-15 -4142 ((-768))) (-15 -4085 ((-830 (-918)))) (-15 -1619 ((-830 (-918)) |#1|)) (-15 -4048 ((-112) |#1|)) (-15 -1484 ((-112) |#1|)) (-15 -3548 ((-134)))) (-329 |#2|) (-363)) (T -328))
+((-3548 (*1 *2) (-12 (-4 *4 (-363)) (-5 *2 (-134)) (-5 *1 (-328 *3 *4)) (-4 *3 (-329 *4)))) (-4085 (*1 *2) (-12 (-4 *4 (-363)) (-5 *2 (-830 (-918))) (-5 *1 (-328 *3 *4)) (-4 *3 (-329 *4)))) (-4142 (*1 *2) (-12 (-4 *4 (-363)) (-5 *2 (-768)) (-5 *1 (-328 *3 *4)) (-4 *3 (-329 *4)))) (-4085 (*1 *2) (-12 (-4 *4 (-363)) (-5 *2 (-918)) (-5 *1 (-328 *3 *4)) (-4 *3 (-329 *4)))) (-3267 (*1 *2) (-12 (-4 *4 (-363)) (-5 *2 (-768)) (-5 *1 (-328 *3 *4)) (-4 *3 (-329 *4)))))
+(-10 -8 (-15 -4018 ((-3 |#1| "failed") |#1|)) (-15 -3267 ((-768))) (-15 -4018 (|#1| |#1|)) (-15 -2402 ((-3 (-1166 |#2|) "failed") |#1| |#1|)) (-15 -2402 ((-1166 |#2|) |#1|)) (-15 -3696 ((-1166 |#2|) |#1|)) (-15 -1372 (|#1| |#1| (-1166 |#2|))) (-15 -2370 ((-112) |#1|)) (-15 -1974 (|#1|)) (-15 -2713 (|#1| |#1| (-918))) (-15 -3797 (|#1| |#1| (-918))) (-15 -3774 ((-1166 |#1|) |#1| (-918))) (-15 -2713 (|#2| |#1|)) (-15 -3797 (|#2| |#1|)) (-15 -1619 ((-918) |#1|)) (-15 -4085 ((-918))) (-15 -3774 ((-1166 |#2|) |#1|)) (-15 -3624 (|#1| (-1259 |#2|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1|)) (-15 -4142 ((-768))) (-15 -4085 ((-830 (-918)))) (-15 -1619 ((-830 (-918)) |#1|)) (-15 -4048 ((-112) |#1|)) (-15 -1484 ((-112) |#1|)) (-15 -3548 ((-134))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4048 (((-112) $) 95)) (-4142 (((-768)) 91)) (-2713 ((|#1| $) 141) (($ $ (-918)) 138 (|has| |#1| (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) 123 (|has| |#1| (-368)))) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 74)) (-3399 (((-418 $) $) 73)) (-3554 (((-112) $ $) 60)) (-3267 (((-768)) 113 (|has| |#1| (-368)))) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#1| "failed") $) 102)) (-2237 ((|#1| $) 103)) (-3624 (($ (-1259 |#1|)) 147)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) 129 (|has| |#1| (-368)))) (-1449 (($ $ $) 56)) (-3733 (((-3 $ "failed") $) 33)) (-2900 (($) 110 (|has| |#1| (-368)))) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-1830 (($) 125 (|has| |#1| (-368)))) (-4282 (((-112) $) 126 (|has| |#1| (-368)))) (-3340 (($ $ (-768)) 88 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) 87 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1420 (((-112) $) 72)) (-2155 (((-918) $) 128 (|has| |#1| (-368))) (((-830 (-918)) $) 85 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2949 (((-112) $) 31)) (-4311 (($) 136 (|has| |#1| (-368)))) (-2370 (((-112) $) 135 (|has| |#1| (-368)))) (-3797 ((|#1| $) 142) (($ $ (-918)) 139 (|has| |#1| (-368)))) (-2619 (((-3 $ "failed") $) 114 (|has| |#1| (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-3774 (((-1166 |#1|) $) 146) (((-1166 $) $ (-918)) 140 (|has| |#1| (-368)))) (-1811 (((-918) $) 111 (|has| |#1| (-368)))) (-3696 (((-1166 |#1|) $) 132 (|has| |#1| (-368)))) (-2402 (((-1166 |#1|) $) 131 (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) 130 (|has| |#1| (-368)))) (-1372 (($ $ (-1166 |#1|)) 133 (|has| |#1| (-368)))) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 71)) (-2884 (($) 115 (|has| |#1| (-368)) CONST)) (-1468 (($ (-918)) 112 (|has| |#1| (-368)))) (-1927 (((-112) $) 94)) (-2780 (((-1114) $) 10)) (-1426 (($) 134 (|has| |#1| (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) 122 (|has| |#1| (-368)))) (-3070 (((-418 $) $) 75)) (-4085 (((-830 (-918))) 92) (((-918)) 144)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-3920 (((-768) $) 59)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-1820 (((-768) $) 127 (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) 86 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3548 (((-134)) 100)) (-3534 (($ $) 119 (|has| |#1| (-368))) (($ $ (-768)) 117 (|has| |#1| (-368)))) (-1619 (((-830 (-918)) $) 93) (((-918) $) 143)) (-3019 (((-1166 |#1|)) 145)) (-3297 (($) 124 (|has| |#1| (-368)))) (-1974 (($) 137 (|has| |#1| (-368)))) (-2467 (((-1259 |#1|) $) 149) (((-685 |#1|) (-1259 $)) 148)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 121 (|has| |#1| (-368)))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ |#1|) 101)) (-4018 (($ $) 120 (|has| |#1| (-368))) (((-3 $ "failed") $) 84 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2219 (((-768)) 28 T CONST)) (-3331 (((-1259 $)) 151) (((-1259 $) (-918)) 150)) (-3939 (((-112) $ $) 40)) (-1484 (((-112) $) 96)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3962 (($ $) 90 (|has| |#1| (-368))) (($ $ (-768)) 89 (|has| |#1| (-368)))) (-3435 (($ $) 118 (|has| |#1| (-368))) (($ $ (-768)) 116 (|has| |#1| (-368)))) (-1702 (((-112) $ $) 6)) (-1823 (($ $ $) 66) (($ $ |#1|) 99)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68) (($ $ |#1|) 98) (($ |#1| $) 97)))
(((-329 |#1|) (-140) (-363)) (T -329))
-((-2745 (*1 *2) (-12 (-4 *3 (-363)) (-5 *2 (-1259 *1)) (-4 *1 (-329 *3)))) (-2745 (*1 *2 *3) (-12 (-5 *3 (-918)) (-4 *4 (-363)) (-5 *2 (-1259 *1)) (-4 *1 (-329 *4)))) (-3057 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1259 *3)))) (-3057 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-329 *4)) (-4 *4 (-363)) (-5 *2 (-685 *4)))) (-3222 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-363)) (-4 *1 (-329 *3)))) (-2162 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1166 *3)))) (-3290 (*1 *2) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1166 *3)))) (-2374 (*1 *2) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-918)))) (-4341 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-918)))) (-2471 (*1 *2 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-363)))) (-4321 (*1 *2 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-363)))) (-2162 (*1 *2 *1 *3) (-12 (-5 *3 (-918)) (-4 *4 (-368)) (-4 *4 (-363)) (-5 *2 (-1166 *1)) (-4 *1 (-329 *4)))) (-2471 (*1 *1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)))) (-4321 (*1 *1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)))) (-3311 (*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363)))) (-3489 (*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363)))) (-1621 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)) (-5 *2 (-112)))) (-2739 (*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363)))) (-1649 (*1 *1 *1 *2) (-12 (-5 *2 (-1166 *3)) (-4 *3 (-368)) (-4 *1 (-329 *3)) (-4 *3 (-363)))) (-4163 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)) (-5 *2 (-1166 *3)))) (-1369 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)) (-5 *2 (-1166 *3)))) (-1369 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)) (-5 *2 (-1166 *3)))))
-(-13 (-1278 |t#1|) (-1035 |t#1|) (-10 -8 (-15 -2745 ((-1259 $))) (-15 -2745 ((-1259 $) (-918))) (-15 -3057 ((-1259 |t#1|) $)) (-15 -3057 ((-685 |t#1|) (-1259 $))) (-15 -3222 ($ (-1259 |t#1|))) (-15 -2162 ((-1166 |t#1|) $)) (-15 -3290 ((-1166 |t#1|))) (-15 -2374 ((-918))) (-15 -4341 ((-918) $)) (-15 -2471 (|t#1| $)) (-15 -4321 (|t#1| $)) (IF (|has| |t#1| (-368)) (PROGN (-6 (-349)) (-15 -2162 ((-1166 $) $ (-918))) (-15 -2471 ($ $ (-918))) (-15 -4321 ($ $ (-918))) (-15 -3311 ($)) (-15 -3489 ($)) (-15 -1621 ((-112) $)) (-15 -2739 ($)) (-15 -1649 ($ $ (-1166 |t#1|))) (-15 -4163 ((-1166 |t#1|) $)) (-15 -1369 ((-1166 |t#1|) $)) (-15 -1369 ((-3 (-1166 |t#1|) "failed") $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2713 (|has| |#1| (-368)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-233) |has| |#1| (-368)) ((-243) . T) ((-290) . T) ((-307) . T) ((-1278 |#1|) . T) ((-363) . T) ((-402) -2713 (|has| |#1| (-368)) (|has| |#1| (-145))) ((-368) |has| |#1| (-368)) ((-349) |has| |#1| (-368)) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 |#1|) . T) ((-714 $) . T) ((-723) . T) ((-917) . T) ((-1035 |#1|) . T) ((-1052 #0#) . T) ((-1052 |#1|) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| |#1| (-368)) ((-1213) . T) ((-1266 |#1|) . T))
-((-1709 (((-112) $ $) NIL)) (-2501 (($ (-1169) $) 104)) (-3862 (($) 93)) (-1789 (((-1114) (-1114)) 9)) (-2537 (($) 94)) (-3634 (($) 108) (($ (-316 (-695))) 116) (($ (-316 (-697))) 112) (($ (-316 (-690))) 120) (($ (-316 (-379))) 127) (($ (-316 (-564))) 123) (($ (-316 (-169 (-379)))) 131)) (-3165 (($ (-1169) $) 105)) (-3244 (($ (-641 (-859))) 95)) (-3339 (((-1264) $) 91)) (-3652 (((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $) 35)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1605 (($ (-1114)) 60)) (-3074 (((-1098) $) 32)) (-1957 (($ (-1086 (-949 (-564))) $) 101) (($ (-1086 (-949 (-564))) (-949 (-564)) $) 102)) (-3286 (($ (-1114)) 103)) (-3446 (($ (-1169) $) 133) (($ (-1169) $ $) 134)) (-3624 (($ (-1170) (-641 (-1170))) 92)) (-2734 (($ (-1152)) 98) (($ (-641 (-1152))) 96)) (-1721 (((-859) $) 136)) (-2383 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1170)) (|:| |arrayIndex| (-641 (-949 (-564)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -2756 (-859)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1170)) (|:| |rand| (-859)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1169)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4102 (-112)) (|:| -1411 (-2 (|:| |ints2Floats?| (-112)) (|:| -2756 (-859)))))) (|:| |blockBranch| (-641 $)) (|:| |commentBranch| (-641 (-1152))) (|:| |callBranch| (-1152)) (|:| |forBranch| (-2 (|:| -1743 (-1086 (-949 (-564)))) (|:| |span| (-949 (-564))) (|:| -2551 $))) (|:| |labelBranch| (-1114)) (|:| |loopBranch| (-2 (|:| |switch| (-1169)) (|:| -2551 $))) (|:| |commonBranch| (-2 (|:| -2540 (-1170)) (|:| |contents| (-641 (-1170))))) (|:| |printBranch| (-641 (-859)))) $) 51)) (-1301 (($ (-1152)) 205)) (-4183 (($ (-641 $)) 132)) (-3767 (($ (-1170) (-1152)) 138) (($ (-1170) (-316 (-697))) 178) (($ (-1170) (-316 (-695))) 179) (($ (-1170) (-316 (-690))) 180) (($ (-1170) (-685 (-697))) 141) (($ (-1170) (-685 (-695))) 144) (($ (-1170) (-685 (-690))) 147) (($ (-1170) (-1259 (-697))) 150) (($ (-1170) (-1259 (-695))) 153) (($ (-1170) (-1259 (-690))) 156) (($ (-1170) (-685 (-316 (-697)))) 159) (($ (-1170) (-685 (-316 (-695)))) 162) (($ (-1170) (-685 (-316 (-690)))) 165) (($ (-1170) (-1259 (-316 (-697)))) 168) (($ (-1170) (-1259 (-316 (-695)))) 171) (($ (-1170) (-1259 (-316 (-690)))) 174) (($ (-1170) (-641 (-949 (-564))) (-316 (-697))) 175) (($ (-1170) (-641 (-949 (-564))) (-316 (-695))) 176) (($ (-1170) (-641 (-949 (-564))) (-316 (-690))) 177) (($ (-1170) (-316 (-564))) 202) (($ (-1170) (-316 (-379))) 203) (($ (-1170) (-316 (-169 (-379)))) 204) (($ (-1170) (-685 (-316 (-564)))) 183) (($ (-1170) (-685 (-316 (-379)))) 186) (($ (-1170) (-685 (-316 (-169 (-379))))) 189) (($ (-1170) (-1259 (-316 (-564)))) 192) (($ (-1170) (-1259 (-316 (-379)))) 195) (($ (-1170) (-1259 (-316 (-169 (-379))))) 198) (($ (-1170) (-641 (-949 (-564))) (-316 (-564))) 199) (($ (-1170) (-641 (-949 (-564))) (-316 (-379))) 200) (($ (-1170) (-641 (-949 (-564))) (-316 (-169 (-379)))) 201)) (-2853 (((-112) $ $) NIL)))
-(((-330) (-13 (-1094) (-10 -8 (-15 -1957 ($ (-1086 (-949 (-564))) $)) (-15 -1957 ($ (-1086 (-949 (-564))) (-949 (-564)) $)) (-15 -2501 ($ (-1169) $)) (-15 -3165 ($ (-1169) $)) (-15 -1605 ($ (-1114))) (-15 -3286 ($ (-1114))) (-15 -2734 ($ (-1152))) (-15 -2734 ($ (-641 (-1152)))) (-15 -1301 ($ (-1152))) (-15 -3634 ($)) (-15 -3634 ($ (-316 (-695)))) (-15 -3634 ($ (-316 (-697)))) (-15 -3634 ($ (-316 (-690)))) (-15 -3634 ($ (-316 (-379)))) (-15 -3634 ($ (-316 (-564)))) (-15 -3634 ($ (-316 (-169 (-379))))) (-15 -3446 ($ (-1169) $)) (-15 -3446 ($ (-1169) $ $)) (-15 -3767 ($ (-1170) (-1152))) (-15 -3767 ($ (-1170) (-316 (-697)))) (-15 -3767 ($ (-1170) (-316 (-695)))) (-15 -3767 ($ (-1170) (-316 (-690)))) (-15 -3767 ($ (-1170) (-685 (-697)))) (-15 -3767 ($ (-1170) (-685 (-695)))) (-15 -3767 ($ (-1170) (-685 (-690)))) (-15 -3767 ($ (-1170) (-1259 (-697)))) (-15 -3767 ($ (-1170) (-1259 (-695)))) (-15 -3767 ($ (-1170) (-1259 (-690)))) (-15 -3767 ($ (-1170) (-685 (-316 (-697))))) (-15 -3767 ($ (-1170) (-685 (-316 (-695))))) (-15 -3767 ($ (-1170) (-685 (-316 (-690))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-697))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-695))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-690))))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-697)))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-695)))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-690)))) (-15 -3767 ($ (-1170) (-316 (-564)))) (-15 -3767 ($ (-1170) (-316 (-379)))) (-15 -3767 ($ (-1170) (-316 (-169 (-379))))) (-15 -3767 ($ (-1170) (-685 (-316 (-564))))) (-15 -3767 ($ (-1170) (-685 (-316 (-379))))) (-15 -3767 ($ (-1170) (-685 (-316 (-169 (-379)))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-564))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-379))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-169 (-379)))))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-564)))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-379)))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-169 (-379))))) (-15 -4183 ($ (-641 $))) (-15 -3862 ($)) (-15 -2537 ($)) (-15 -3244 ($ (-641 (-859)))) (-15 -3624 ($ (-1170) (-641 (-1170)))) (-15 -3652 ((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $)) (-15 -2383 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1170)) (|:| |arrayIndex| (-641 (-949 (-564)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -2756 (-859)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1170)) (|:| |rand| (-859)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1169)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4102 (-112)) (|:| -1411 (-2 (|:| |ints2Floats?| (-112)) (|:| -2756 (-859)))))) (|:| |blockBranch| (-641 $)) (|:| |commentBranch| (-641 (-1152))) (|:| |callBranch| (-1152)) (|:| |forBranch| (-2 (|:| -1743 (-1086 (-949 (-564)))) (|:| |span| (-949 (-564))) (|:| -2551 $))) (|:| |labelBranch| (-1114)) (|:| |loopBranch| (-2 (|:| |switch| (-1169)) (|:| -2551 $))) (|:| |commonBranch| (-2 (|:| -2540 (-1170)) (|:| |contents| (-641 (-1170))))) (|:| |printBranch| (-641 (-859)))) $)) (-15 -3339 ((-1264) $)) (-15 -3074 ((-1098) $)) (-15 -1789 ((-1114) (-1114)))))) (T -330))
-((-1957 (*1 *1 *2 *1) (-12 (-5 *2 (-1086 (-949 (-564)))) (-5 *1 (-330)))) (-1957 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1086 (-949 (-564)))) (-5 *3 (-949 (-564))) (-5 *1 (-330)))) (-2501 (*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))) (-3165 (*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))) (-1605 (*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))) (-3286 (*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))) (-2734 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-330)))) (-2734 (*1 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-330)))) (-1301 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-330)))) (-3634 (*1 *1) (-5 *1 (-330))) (-3634 (*1 *1 *2) (-12 (-5 *2 (-316 (-695))) (-5 *1 (-330)))) (-3634 (*1 *1 *2) (-12 (-5 *2 (-316 (-697))) (-5 *1 (-330)))) (-3634 (*1 *1 *2) (-12 (-5 *2 (-316 (-690))) (-5 *1 (-330)))) (-3634 (*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-5 *1 (-330)))) (-3634 (*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-5 *1 (-330)))) (-3634 (*1 *1 *2) (-12 (-5 *2 (-316 (-169 (-379)))) (-5 *1 (-330)))) (-3446 (*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))) (-3446 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1152)) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-697))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-695))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-690))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-697))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-695))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-690))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-697))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-695))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-690))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-697)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-695)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-690)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-697)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-695)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-690)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-697))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-695))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-690))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-564))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-379))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-169 (-379)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-564)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-379)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-169 (-379))))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-564)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-379)))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-169 (-379))))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-564))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-379))) (-5 *1 (-330)))) (-3767 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-169 (-379)))) (-5 *1 (-330)))) (-4183 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-5 *1 (-330)))) (-3862 (*1 *1) (-5 *1 (-330))) (-2537 (*1 *1) (-5 *1 (-330))) (-3244 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-330)))) (-3624 (*1 *1 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1170)) (-5 *1 (-330)))) (-3652 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print"))) (-5 *1 (-330)))) (-2383 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1170)) (|:| |arrayIndex| (-641 (-949 (-564)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -2756 (-859)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1170)) (|:| |rand| (-859)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1169)) (|:| |thenClause| (-330)) (|:| |elseClause| (-330)))) (|:| |returnBranch| (-2 (|:| -4102 (-112)) (|:| -1411 (-2 (|:| |ints2Floats?| (-112)) (|:| -2756 (-859)))))) (|:| |blockBranch| (-641 (-330))) (|:| |commentBranch| (-641 (-1152))) (|:| |callBranch| (-1152)) (|:| |forBranch| (-2 (|:| -1743 (-1086 (-949 (-564)))) (|:| |span| (-949 (-564))) (|:| -2551 (-330)))) (|:| |labelBranch| (-1114)) (|:| |loopBranch| (-2 (|:| |switch| (-1169)) (|:| -2551 (-330)))) (|:| |commonBranch| (-2 (|:| -2540 (-1170)) (|:| |contents| (-641 (-1170))))) (|:| |printBranch| (-641 (-859))))) (-5 *1 (-330)))) (-3339 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-330)))) (-3074 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-330)))) (-1789 (*1 *2 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))))
-(-13 (-1094) (-10 -8 (-15 -1957 ($ (-1086 (-949 (-564))) $)) (-15 -1957 ($ (-1086 (-949 (-564))) (-949 (-564)) $)) (-15 -2501 ($ (-1169) $)) (-15 -3165 ($ (-1169) $)) (-15 -1605 ($ (-1114))) (-15 -3286 ($ (-1114))) (-15 -2734 ($ (-1152))) (-15 -2734 ($ (-641 (-1152)))) (-15 -1301 ($ (-1152))) (-15 -3634 ($)) (-15 -3634 ($ (-316 (-695)))) (-15 -3634 ($ (-316 (-697)))) (-15 -3634 ($ (-316 (-690)))) (-15 -3634 ($ (-316 (-379)))) (-15 -3634 ($ (-316 (-564)))) (-15 -3634 ($ (-316 (-169 (-379))))) (-15 -3446 ($ (-1169) $)) (-15 -3446 ($ (-1169) $ $)) (-15 -3767 ($ (-1170) (-1152))) (-15 -3767 ($ (-1170) (-316 (-697)))) (-15 -3767 ($ (-1170) (-316 (-695)))) (-15 -3767 ($ (-1170) (-316 (-690)))) (-15 -3767 ($ (-1170) (-685 (-697)))) (-15 -3767 ($ (-1170) (-685 (-695)))) (-15 -3767 ($ (-1170) (-685 (-690)))) (-15 -3767 ($ (-1170) (-1259 (-697)))) (-15 -3767 ($ (-1170) (-1259 (-695)))) (-15 -3767 ($ (-1170) (-1259 (-690)))) (-15 -3767 ($ (-1170) (-685 (-316 (-697))))) (-15 -3767 ($ (-1170) (-685 (-316 (-695))))) (-15 -3767 ($ (-1170) (-685 (-316 (-690))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-697))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-695))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-690))))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-697)))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-695)))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-690)))) (-15 -3767 ($ (-1170) (-316 (-564)))) (-15 -3767 ($ (-1170) (-316 (-379)))) (-15 -3767 ($ (-1170) (-316 (-169 (-379))))) (-15 -3767 ($ (-1170) (-685 (-316 (-564))))) (-15 -3767 ($ (-1170) (-685 (-316 (-379))))) (-15 -3767 ($ (-1170) (-685 (-316 (-169 (-379)))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-564))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-379))))) (-15 -3767 ($ (-1170) (-1259 (-316 (-169 (-379)))))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-564)))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-379)))) (-15 -3767 ($ (-1170) (-641 (-949 (-564))) (-316 (-169 (-379))))) (-15 -4183 ($ (-641 $))) (-15 -3862 ($)) (-15 -2537 ($)) (-15 -3244 ($ (-641 (-859)))) (-15 -3624 ($ (-1170) (-641 (-1170)))) (-15 -3652 ((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $)) (-15 -2383 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1170)) (|:| |arrayIndex| (-641 (-949 (-564)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -2756 (-859)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1170)) (|:| |rand| (-859)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1169)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4102 (-112)) (|:| -1411 (-2 (|:| |ints2Floats?| (-112)) (|:| -2756 (-859)))))) (|:| |blockBranch| (-641 $)) (|:| |commentBranch| (-641 (-1152))) (|:| |callBranch| (-1152)) (|:| |forBranch| (-2 (|:| -1743 (-1086 (-949 (-564)))) (|:| |span| (-949 (-564))) (|:| -2551 $))) (|:| |labelBranch| (-1114)) (|:| |loopBranch| (-2 (|:| |switch| (-1169)) (|:| -2551 $))) (|:| |commonBranch| (-2 (|:| -2540 (-1170)) (|:| |contents| (-641 (-1170))))) (|:| |printBranch| (-641 (-859)))) $)) (-15 -3339 ((-1264) $)) (-15 -3074 ((-1098) $)) (-15 -1789 ((-1114) (-1114)))))
-((-1709 (((-112) $ $) NIL)) (-1341 (((-112) $) 13)) (-1688 (($ |#1|) 10)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1700 (($ |#1|) 12)) (-1721 (((-859) $) 19)) (-2595 ((|#1| $) 14)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 21)))
-(((-331 |#1|) (-13 (-847) (-10 -8 (-15 -1688 ($ |#1|)) (-15 -1700 ($ |#1|)) (-15 -1341 ((-112) $)) (-15 -2595 (|#1| $)))) (-847)) (T -331))
-((-1688 (*1 *1 *2) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847)))) (-1700 (*1 *1 *2) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847)))) (-1341 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-331 *3)) (-4 *3 (-847)))) (-2595 (*1 *2 *1) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847)))))
-(-13 (-847) (-10 -8 (-15 -1688 ($ |#1|)) (-15 -1700 ($ |#1|)) (-15 -1341 ((-112) $)) (-15 -2595 (|#1| $))))
-((-1363 (((-330) (-1170) (-949 (-564))) 23)) (-4227 (((-330) (-1170) (-949 (-564))) 27)) (-1866 (((-330) (-1170) (-1086 (-949 (-564))) (-1086 (-949 (-564)))) 26) (((-330) (-1170) (-949 (-564)) (-949 (-564))) 24)) (-2579 (((-330) (-1170) (-949 (-564))) 31)))
-(((-332) (-10 -7 (-15 -1363 ((-330) (-1170) (-949 (-564)))) (-15 -1866 ((-330) (-1170) (-949 (-564)) (-949 (-564)))) (-15 -1866 ((-330) (-1170) (-1086 (-949 (-564))) (-1086 (-949 (-564))))) (-15 -4227 ((-330) (-1170) (-949 (-564)))) (-15 -2579 ((-330) (-1170) (-949 (-564)))))) (T -332))
-((-2579 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330)) (-5 *1 (-332)))) (-4227 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330)) (-5 *1 (-332)))) (-1866 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-1086 (-949 (-564)))) (-5 *2 (-330)) (-5 *1 (-332)))) (-1866 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330)) (-5 *1 (-332)))) (-1363 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330)) (-5 *1 (-332)))))
-(-10 -7 (-15 -1363 ((-330) (-1170) (-949 (-564)))) (-15 -1866 ((-330) (-1170) (-949 (-564)) (-949 (-564)))) (-15 -1866 ((-330) (-1170) (-1086 (-949 (-564))) (-1086 (-949 (-564))))) (-15 -4227 ((-330) (-1170) (-949 (-564)))) (-15 -2579 ((-330) (-1170) (-949 (-564)))))
-((-2110 (((-336 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-336 |#1| |#2| |#3| |#4|)) 33)))
-(((-333 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2110 ((-336 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-336 |#1| |#2| |#3| |#4|)))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|) (-363) (-1235 |#5|) (-1235 (-407 |#6|)) (-342 |#5| |#6| |#7|)) (T -333))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-336 *5 *6 *7 *8)) (-4 *5 (-363)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-4 *8 (-342 *5 *6 *7)) (-4 *9 (-363)) (-4 *10 (-1235 *9)) (-4 *11 (-1235 (-407 *10))) (-5 *2 (-336 *9 *10 *11 *12)) (-5 *1 (-333 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-342 *9 *10 *11)))))
-(-10 -7 (-15 -2110 ((-336 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-336 |#1| |#2| |#3| |#4|))))
-((-3745 (((-112) $) 14)))
-(((-334 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3745 ((-112) |#1|))) (-335 |#2| |#3| |#4| |#5|) (-363) (-1235 |#2|) (-1235 (-407 |#3|)) (-342 |#2| |#3| |#4|)) (T -334))
-NIL
-(-10 -8 (-15 -3745 ((-112) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3658 (($ $) 26)) (-3745 (((-112) $) 25)) (-2811 (((-1152) $) 9)) (-2050 (((-413 |#2| (-407 |#2|) |#3| |#4|) $) 32)) (-4382 (((-1114) $) 10)) (-2739 (((-3 |#4| "failed") $) 24)) (-4119 (($ (-413 |#2| (-407 |#2|) |#3| |#4|)) 31) (($ |#4|) 30) (($ |#1| |#1|) 29) (($ |#1| |#1| (-564)) 28) (($ |#4| |#2| |#2| |#2| |#1|) 23)) (-3064 (((-2 (|:| -1554 (-413 |#2| (-407 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 27)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20)))
+((-3331 (*1 *2) (-12 (-4 *3 (-363)) (-5 *2 (-1259 *1)) (-4 *1 (-329 *3)))) (-3331 (*1 *2 *3) (-12 (-5 *3 (-918)) (-4 *4 (-363)) (-5 *2 (-1259 *1)) (-4 *1 (-329 *4)))) (-2467 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1259 *3)))) (-2467 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-329 *4)) (-4 *4 (-363)) (-5 *2 (-685 *4)))) (-3624 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-363)) (-4 *1 (-329 *3)))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1166 *3)))) (-3019 (*1 *2) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1166 *3)))) (-4085 (*1 *2) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-918)))) (-1619 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-918)))) (-3797 (*1 *2 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-363)))) (-2713 (*1 *2 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-363)))) (-3774 (*1 *2 *1 *3) (-12 (-5 *3 (-918)) (-4 *4 (-368)) (-4 *4 (-363)) (-5 *2 (-1166 *1)) (-4 *1 (-329 *4)))) (-3797 (*1 *1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)))) (-2713 (*1 *1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)))) (-1974 (*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363)))) (-4311 (*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363)))) (-2370 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)) (-5 *2 (-112)))) (-1426 (*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363)))) (-1372 (*1 *1 *1 *2) (-12 (-5 *2 (-1166 *3)) (-4 *3 (-368)) (-4 *1 (-329 *3)) (-4 *3 (-363)))) (-3696 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)) (-5 *2 (-1166 *3)))) (-2402 (*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)) (-5 *2 (-1166 *3)))) (-2402 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)) (-5 *2 (-1166 *3)))))
+(-13 (-1278 |t#1|) (-1035 |t#1|) (-10 -8 (-15 -3331 ((-1259 $))) (-15 -3331 ((-1259 $) (-918))) (-15 -2467 ((-1259 |t#1|) $)) (-15 -2467 ((-685 |t#1|) (-1259 $))) (-15 -3624 ($ (-1259 |t#1|))) (-15 -3774 ((-1166 |t#1|) $)) (-15 -3019 ((-1166 |t#1|))) (-15 -4085 ((-918))) (-15 -1619 ((-918) $)) (-15 -3797 (|t#1| $)) (-15 -2713 (|t#1| $)) (IF (|has| |t#1| (-368)) (PROGN (-6 (-349)) (-15 -3774 ((-1166 $) $ (-918))) (-15 -3797 ($ $ (-918))) (-15 -2713 ($ $ (-918))) (-15 -1974 ($)) (-15 -4311 ($)) (-15 -2370 ((-112) $)) (-15 -1426 ($)) (-15 -1372 ($ $ (-1166 |t#1|))) (-15 -3696 ((-1166 |t#1|) $)) (-15 -2402 ((-1166 |t#1|) $)) (-15 -2402 ((-3 (-1166 |t#1|) "failed") $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -4078 (|has| |#1| (-368)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-233) |has| |#1| (-368)) ((-243) . T) ((-290) . T) ((-307) . T) ((-1278 |#1|) . T) ((-363) . T) ((-402) -4078 (|has| |#1| (-368)) (|has| |#1| (-145))) ((-368) |has| |#1| (-368)) ((-349) |has| |#1| (-368)) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 |#1|) . T) ((-714 $) . T) ((-723) . T) ((-917) . T) ((-1035 |#1|) . T) ((-1052 #0#) . T) ((-1052 |#1|) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| |#1| (-368)) ((-1213) . T) ((-1266 |#1|) . T))
+((-1817 (((-112) $ $) NIL)) (-2863 (($ (-1169) $) 104)) (-2441 (($) 93)) (-3320 (((-1114) (-1114)) 9)) (-3622 (($) 94)) (-2128 (($) 108) (($ (-316 (-695))) 116) (($ (-316 (-697))) 112) (($ (-316 (-690))) 120) (($ (-316 (-379))) 127) (($ (-316 (-564))) 123) (($ (-316 (-169 (-379)))) 131)) (-4247 (($ (-1169) $) 105)) (-2599 (($ (-641 (-859))) 95)) (-2252 (((-1264) $) 91)) (-4362 (((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $) 35)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2214 (($ (-1114)) 60)) (-1377 (((-1098) $) 32)) (-2298 (($ (-1086 (-949 (-564))) $) 101) (($ (-1086 (-949 (-564))) (-949 (-564)) $) 102)) (-3475 (($ (-1114)) 103)) (-3204 (($ (-1169) $) 133) (($ (-1169) $ $) 134)) (-1415 (($ (-1170) (-641 (-1170))) 92)) (-3164 (($ (-1152)) 98) (($ (-641 (-1152))) 96)) (-1831 (((-859) $) 136)) (-2570 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1170)) (|:| |arrayIndex| (-641 (-949 (-564)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -3832 (-859)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1170)) (|:| |rand| (-859)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1169)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4284 (-112)) (|:| -1522 (-2 (|:| |ints2Floats?| (-112)) (|:| -3832 (-859)))))) (|:| |blockBranch| (-641 $)) (|:| |commentBranch| (-641 (-1152))) (|:| |callBranch| (-1152)) (|:| |forBranch| (-2 (|:| -4133 (-1086 (-949 (-564)))) (|:| |span| (-949 (-564))) (|:| -1328 $))) (|:| |labelBranch| (-1114)) (|:| |loopBranch| (-2 (|:| |switch| (-1169)) (|:| -1328 $))) (|:| |commonBranch| (-2 (|:| -1316 (-1170)) (|:| |contents| (-641 (-1170))))) (|:| |printBranch| (-641 (-859)))) $) 51)) (-1440 (($ (-1152)) 205)) (-3873 (($ (-641 $)) 132)) (-4081 (($ (-1170) (-1152)) 138) (($ (-1170) (-316 (-697))) 178) (($ (-1170) (-316 (-695))) 179) (($ (-1170) (-316 (-690))) 180) (($ (-1170) (-685 (-697))) 141) (($ (-1170) (-685 (-695))) 144) (($ (-1170) (-685 (-690))) 147) (($ (-1170) (-1259 (-697))) 150) (($ (-1170) (-1259 (-695))) 153) (($ (-1170) (-1259 (-690))) 156) (($ (-1170) (-685 (-316 (-697)))) 159) (($ (-1170) (-685 (-316 (-695)))) 162) (($ (-1170) (-685 (-316 (-690)))) 165) (($ (-1170) (-1259 (-316 (-697)))) 168) (($ (-1170) (-1259 (-316 (-695)))) 171) (($ (-1170) (-1259 (-316 (-690)))) 174) (($ (-1170) (-641 (-949 (-564))) (-316 (-697))) 175) (($ (-1170) (-641 (-949 (-564))) (-316 (-695))) 176) (($ (-1170) (-641 (-949 (-564))) (-316 (-690))) 177) (($ (-1170) (-316 (-564))) 202) (($ (-1170) (-316 (-379))) 203) (($ (-1170) (-316 (-169 (-379)))) 204) (($ (-1170) (-685 (-316 (-564)))) 183) (($ (-1170) (-685 (-316 (-379)))) 186) (($ (-1170) (-685 (-316 (-169 (-379))))) 189) (($ (-1170) (-1259 (-316 (-564)))) 192) (($ (-1170) (-1259 (-316 (-379)))) 195) (($ (-1170) (-1259 (-316 (-169 (-379))))) 198) (($ (-1170) (-641 (-949 (-564))) (-316 (-564))) 199) (($ (-1170) (-641 (-949 (-564))) (-316 (-379))) 200) (($ (-1170) (-641 (-949 (-564))) (-316 (-169 (-379)))) 201)) (-1702 (((-112) $ $) NIL)))
+(((-330) (-13 (-1094) (-10 -8 (-15 -2298 ($ (-1086 (-949 (-564))) $)) (-15 -2298 ($ (-1086 (-949 (-564))) (-949 (-564)) $)) (-15 -2863 ($ (-1169) $)) (-15 -4247 ($ (-1169) $)) (-15 -2214 ($ (-1114))) (-15 -3475 ($ (-1114))) (-15 -3164 ($ (-1152))) (-15 -3164 ($ (-641 (-1152)))) (-15 -1440 ($ (-1152))) (-15 -2128 ($)) (-15 -2128 ($ (-316 (-695)))) (-15 -2128 ($ (-316 (-697)))) (-15 -2128 ($ (-316 (-690)))) (-15 -2128 ($ (-316 (-379)))) (-15 -2128 ($ (-316 (-564)))) (-15 -2128 ($ (-316 (-169 (-379))))) (-15 -3204 ($ (-1169) $)) (-15 -3204 ($ (-1169) $ $)) (-15 -4081 ($ (-1170) (-1152))) (-15 -4081 ($ (-1170) (-316 (-697)))) (-15 -4081 ($ (-1170) (-316 (-695)))) (-15 -4081 ($ (-1170) (-316 (-690)))) (-15 -4081 ($ (-1170) (-685 (-697)))) (-15 -4081 ($ (-1170) (-685 (-695)))) (-15 -4081 ($ (-1170) (-685 (-690)))) (-15 -4081 ($ (-1170) (-1259 (-697)))) (-15 -4081 ($ (-1170) (-1259 (-695)))) (-15 -4081 ($ (-1170) (-1259 (-690)))) (-15 -4081 ($ (-1170) (-685 (-316 (-697))))) (-15 -4081 ($ (-1170) (-685 (-316 (-695))))) (-15 -4081 ($ (-1170) (-685 (-316 (-690))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-697))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-695))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-690))))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-697)))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-695)))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-690)))) (-15 -4081 ($ (-1170) (-316 (-564)))) (-15 -4081 ($ (-1170) (-316 (-379)))) (-15 -4081 ($ (-1170) (-316 (-169 (-379))))) (-15 -4081 ($ (-1170) (-685 (-316 (-564))))) (-15 -4081 ($ (-1170) (-685 (-316 (-379))))) (-15 -4081 ($ (-1170) (-685 (-316 (-169 (-379)))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-564))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-379))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-169 (-379)))))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-564)))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-379)))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-169 (-379))))) (-15 -3873 ($ (-641 $))) (-15 -2441 ($)) (-15 -3622 ($)) (-15 -2599 ($ (-641 (-859)))) (-15 -1415 ($ (-1170) (-641 (-1170)))) (-15 -4362 ((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $)) (-15 -2570 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1170)) (|:| |arrayIndex| (-641 (-949 (-564)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -3832 (-859)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1170)) (|:| |rand| (-859)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1169)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4284 (-112)) (|:| -1522 (-2 (|:| |ints2Floats?| (-112)) (|:| -3832 (-859)))))) (|:| |blockBranch| (-641 $)) (|:| |commentBranch| (-641 (-1152))) (|:| |callBranch| (-1152)) (|:| |forBranch| (-2 (|:| -4133 (-1086 (-949 (-564)))) (|:| |span| (-949 (-564))) (|:| -1328 $))) (|:| |labelBranch| (-1114)) (|:| |loopBranch| (-2 (|:| |switch| (-1169)) (|:| -1328 $))) (|:| |commonBranch| (-2 (|:| -1316 (-1170)) (|:| |contents| (-641 (-1170))))) (|:| |printBranch| (-641 (-859)))) $)) (-15 -2252 ((-1264) $)) (-15 -1377 ((-1098) $)) (-15 -3320 ((-1114) (-1114)))))) (T -330))
+((-2298 (*1 *1 *2 *1) (-12 (-5 *2 (-1086 (-949 (-564)))) (-5 *1 (-330)))) (-2298 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1086 (-949 (-564)))) (-5 *3 (-949 (-564))) (-5 *1 (-330)))) (-2863 (*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))) (-4247 (*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))) (-2214 (*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))) (-3475 (*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))) (-3164 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-330)))) (-3164 (*1 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-330)))) (-1440 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-330)))) (-2128 (*1 *1) (-5 *1 (-330))) (-2128 (*1 *1 *2) (-12 (-5 *2 (-316 (-695))) (-5 *1 (-330)))) (-2128 (*1 *1 *2) (-12 (-5 *2 (-316 (-697))) (-5 *1 (-330)))) (-2128 (*1 *1 *2) (-12 (-5 *2 (-316 (-690))) (-5 *1 (-330)))) (-2128 (*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-5 *1 (-330)))) (-2128 (*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-5 *1 (-330)))) (-2128 (*1 *1 *2) (-12 (-5 *2 (-316 (-169 (-379)))) (-5 *1 (-330)))) (-3204 (*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))) (-3204 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1152)) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-697))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-695))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-690))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-697))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-695))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-690))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-697))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-695))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-690))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-697)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-695)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-690)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-697)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-695)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-690)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-697))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-695))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-690))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-564))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-379))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-169 (-379)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-564)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-379)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-169 (-379))))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-564)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-379)))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-169 (-379))))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-564))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-379))) (-5 *1 (-330)))) (-4081 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-316 (-169 (-379)))) (-5 *1 (-330)))) (-3873 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-5 *1 (-330)))) (-2441 (*1 *1) (-5 *1 (-330))) (-3622 (*1 *1) (-5 *1 (-330))) (-2599 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-330)))) (-1415 (*1 *1 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1170)) (-5 *1 (-330)))) (-4362 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print"))) (-5 *1 (-330)))) (-2570 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1170)) (|:| |arrayIndex| (-641 (-949 (-564)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -3832 (-859)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1170)) (|:| |rand| (-859)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1169)) (|:| |thenClause| (-330)) (|:| |elseClause| (-330)))) (|:| |returnBranch| (-2 (|:| -4284 (-112)) (|:| -1522 (-2 (|:| |ints2Floats?| (-112)) (|:| -3832 (-859)))))) (|:| |blockBranch| (-641 (-330))) (|:| |commentBranch| (-641 (-1152))) (|:| |callBranch| (-1152)) (|:| |forBranch| (-2 (|:| -4133 (-1086 (-949 (-564)))) (|:| |span| (-949 (-564))) (|:| -1328 (-330)))) (|:| |labelBranch| (-1114)) (|:| |loopBranch| (-2 (|:| |switch| (-1169)) (|:| -1328 (-330)))) (|:| |commonBranch| (-2 (|:| -1316 (-1170)) (|:| |contents| (-641 (-1170))))) (|:| |printBranch| (-641 (-859))))) (-5 *1 (-330)))) (-2252 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-330)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-330)))) (-3320 (*1 *2 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))))
+(-13 (-1094) (-10 -8 (-15 -2298 ($ (-1086 (-949 (-564))) $)) (-15 -2298 ($ (-1086 (-949 (-564))) (-949 (-564)) $)) (-15 -2863 ($ (-1169) $)) (-15 -4247 ($ (-1169) $)) (-15 -2214 ($ (-1114))) (-15 -3475 ($ (-1114))) (-15 -3164 ($ (-1152))) (-15 -3164 ($ (-641 (-1152)))) (-15 -1440 ($ (-1152))) (-15 -2128 ($)) (-15 -2128 ($ (-316 (-695)))) (-15 -2128 ($ (-316 (-697)))) (-15 -2128 ($ (-316 (-690)))) (-15 -2128 ($ (-316 (-379)))) (-15 -2128 ($ (-316 (-564)))) (-15 -2128 ($ (-316 (-169 (-379))))) (-15 -3204 ($ (-1169) $)) (-15 -3204 ($ (-1169) $ $)) (-15 -4081 ($ (-1170) (-1152))) (-15 -4081 ($ (-1170) (-316 (-697)))) (-15 -4081 ($ (-1170) (-316 (-695)))) (-15 -4081 ($ (-1170) (-316 (-690)))) (-15 -4081 ($ (-1170) (-685 (-697)))) (-15 -4081 ($ (-1170) (-685 (-695)))) (-15 -4081 ($ (-1170) (-685 (-690)))) (-15 -4081 ($ (-1170) (-1259 (-697)))) (-15 -4081 ($ (-1170) (-1259 (-695)))) (-15 -4081 ($ (-1170) (-1259 (-690)))) (-15 -4081 ($ (-1170) (-685 (-316 (-697))))) (-15 -4081 ($ (-1170) (-685 (-316 (-695))))) (-15 -4081 ($ (-1170) (-685 (-316 (-690))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-697))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-695))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-690))))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-697)))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-695)))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-690)))) (-15 -4081 ($ (-1170) (-316 (-564)))) (-15 -4081 ($ (-1170) (-316 (-379)))) (-15 -4081 ($ (-1170) (-316 (-169 (-379))))) (-15 -4081 ($ (-1170) (-685 (-316 (-564))))) (-15 -4081 ($ (-1170) (-685 (-316 (-379))))) (-15 -4081 ($ (-1170) (-685 (-316 (-169 (-379)))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-564))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-379))))) (-15 -4081 ($ (-1170) (-1259 (-316 (-169 (-379)))))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-564)))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-379)))) (-15 -4081 ($ (-1170) (-641 (-949 (-564))) (-316 (-169 (-379))))) (-15 -3873 ($ (-641 $))) (-15 -2441 ($)) (-15 -3622 ($)) (-15 -2599 ($ (-641 (-859)))) (-15 -1415 ($ (-1170) (-641 (-1170)))) (-15 -4362 ((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $)) (-15 -2570 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1170)) (|:| |arrayIndex| (-641 (-949 (-564)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -3832 (-859)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1170)) (|:| |rand| (-859)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1169)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -4284 (-112)) (|:| -1522 (-2 (|:| |ints2Floats?| (-112)) (|:| -3832 (-859)))))) (|:| |blockBranch| (-641 $)) (|:| |commentBranch| (-641 (-1152))) (|:| |callBranch| (-1152)) (|:| |forBranch| (-2 (|:| -4133 (-1086 (-949 (-564)))) (|:| |span| (-949 (-564))) (|:| -1328 $))) (|:| |labelBranch| (-1114)) (|:| |loopBranch| (-2 (|:| |switch| (-1169)) (|:| -1328 $))) (|:| |commonBranch| (-2 (|:| -1316 (-1170)) (|:| |contents| (-641 (-1170))))) (|:| |printBranch| (-641 (-859)))) $)) (-15 -2252 ((-1264) $)) (-15 -1377 ((-1098) $)) (-15 -3320 ((-1114) (-1114)))))
+((-1817 (((-112) $ $) NIL)) (-2686 (((-112) $) 13)) (-3187 (($ |#1|) 10)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3199 (($ |#1|) 12)) (-1831 (((-859) $) 19)) (-2562 ((|#1| $) 14)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 21)))
+(((-331 |#1|) (-13 (-847) (-10 -8 (-15 -3187 ($ |#1|)) (-15 -3199 ($ |#1|)) (-15 -2686 ((-112) $)) (-15 -2562 (|#1| $)))) (-847)) (T -331))
+((-3187 (*1 *1 *2) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847)))) (-3199 (*1 *1 *2) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847)))) (-2686 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-331 *3)) (-4 *3 (-847)))) (-2562 (*1 *2 *1) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847)))))
+(-13 (-847) (-10 -8 (-15 -3187 ($ |#1|)) (-15 -3199 ($ |#1|)) (-15 -2686 ((-112) $)) (-15 -2562 (|#1| $))))
+((-1609 (((-330) (-1170) (-949 (-564))) 23)) (-3058 (((-330) (-1170) (-949 (-564))) 27)) (-2747 (((-330) (-1170) (-1086 (-949 (-564))) (-1086 (-949 (-564)))) 26) (((-330) (-1170) (-949 (-564)) (-949 (-564))) 24)) (-2367 (((-330) (-1170) (-949 (-564))) 31)))
+(((-332) (-10 -7 (-15 -1609 ((-330) (-1170) (-949 (-564)))) (-15 -2747 ((-330) (-1170) (-949 (-564)) (-949 (-564)))) (-15 -2747 ((-330) (-1170) (-1086 (-949 (-564))) (-1086 (-949 (-564))))) (-15 -3058 ((-330) (-1170) (-949 (-564)))) (-15 -2367 ((-330) (-1170) (-949 (-564)))))) (T -332))
+((-2367 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330)) (-5 *1 (-332)))) (-3058 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330)) (-5 *1 (-332)))) (-2747 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-1086 (-949 (-564)))) (-5 *2 (-330)) (-5 *1 (-332)))) (-2747 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330)) (-5 *1 (-332)))) (-1609 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330)) (-5 *1 (-332)))))
+(-10 -7 (-15 -1609 ((-330) (-1170) (-949 (-564)))) (-15 -2747 ((-330) (-1170) (-949 (-564)) (-949 (-564)))) (-15 -2747 ((-330) (-1170) (-1086 (-949 (-564))) (-1086 (-949 (-564))))) (-15 -3058 ((-330) (-1170) (-949 (-564)))) (-15 -2367 ((-330) (-1170) (-949 (-564)))))
+((-2449 (((-336 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-336 |#1| |#2| |#3| |#4|)) 33)))
+(((-333 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2449 ((-336 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-336 |#1| |#2| |#3| |#4|)))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|) (-363) (-1235 |#5|) (-1235 (-407 |#6|)) (-342 |#5| |#6| |#7|)) (T -333))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-336 *5 *6 *7 *8)) (-4 *5 (-363)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-4 *8 (-342 *5 *6 *7)) (-4 *9 (-363)) (-4 *10 (-1235 *9)) (-4 *11 (-1235 (-407 *10))) (-5 *2 (-336 *9 *10 *11 *12)) (-5 *1 (-333 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-342 *9 *10 *11)))))
+(-10 -7 (-15 -2449 ((-336 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-336 |#1| |#2| |#3| |#4|))))
+((-3905 (((-112) $) 14)))
+(((-334 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3905 ((-112) |#1|))) (-335 |#2| |#3| |#4| |#5|) (-363) (-1235 |#2|) (-1235 (-407 |#3|)) (-342 |#2| |#3| |#4|)) (T -334))
+NIL
+(-10 -8 (-15 -3905 ((-112) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-1988 (($ $) 26)) (-3905 (((-112) $) 25)) (-2723 (((-1152) $) 9)) (-3884 (((-413 |#2| (-407 |#2|) |#3| |#4|) $) 32)) (-2780 (((-1114) $) 10)) (-1426 (((-3 |#4| "failed") $) 24)) (-1340 (($ (-413 |#2| (-407 |#2|) |#3| |#4|)) 31) (($ |#4|) 30) (($ |#1| |#1|) 29) (($ |#1| |#1| (-564)) 28) (($ |#4| |#2| |#2| |#2| |#1|) 23)) (-1295 (((-2 (|:| -1680 (-413 |#2| (-407 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 27)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20)))
(((-335 |#1| |#2| |#3| |#4|) (-140) (-363) (-1235 |t#1|) (-1235 (-407 |t#2|)) (-342 |t#1| |t#2| |t#3|)) (T -335))
-((-2050 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-5 *2 (-413 *4 (-407 *4) *5 *6)))) (-4119 (*1 *1 *2) (-12 (-5 *2 (-413 *4 (-407 *4) *5 *6)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-4 *3 (-363)) (-4 *1 (-335 *3 *4 *5 *6)))) (-4119 (*1 *1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *1 (-335 *3 *4 *5 *2)) (-4 *2 (-342 *3 *4 *5)))) (-4119 (*1 *1 *2 *2) (-12 (-4 *2 (-363)) (-4 *3 (-1235 *2)) (-4 *4 (-1235 (-407 *3))) (-4 *1 (-335 *2 *3 *4 *5)) (-4 *5 (-342 *2 *3 *4)))) (-4119 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-564)) (-4 *2 (-363)) (-4 *4 (-1235 *2)) (-4 *5 (-1235 (-407 *4))) (-4 *1 (-335 *2 *4 *5 *6)) (-4 *6 (-342 *2 *4 *5)))) (-3064 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-5 *2 (-2 (|:| -1554 (-413 *4 (-407 *4) *5 *6)) (|:| |principalPart| *6))))) (-3658 (*1 *1 *1) (-12 (-4 *1 (-335 *2 *3 *4 *5)) (-4 *2 (-363)) (-4 *3 (-1235 *2)) (-4 *4 (-1235 (-407 *3))) (-4 *5 (-342 *2 *3 *4)))) (-3745 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-5 *2 (-112)))) (-2739 (*1 *2 *1) (|partial| -12 (-4 *1 (-335 *3 *4 *5 *2)) (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *2 (-342 *3 *4 *5)))) (-4119 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-363)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3))) (-4 *1 (-335 *4 *3 *5 *2)) (-4 *2 (-342 *4 *3 *5)))))
-(-13 (-21) (-10 -8 (-15 -2050 ((-413 |t#2| (-407 |t#2|) |t#3| |t#4|) $)) (-15 -4119 ($ (-413 |t#2| (-407 |t#2|) |t#3| |t#4|))) (-15 -4119 ($ |t#4|)) (-15 -4119 ($ |t#1| |t#1|)) (-15 -4119 ($ |t#1| |t#1| (-564))) (-15 -3064 ((-2 (|:| -1554 (-413 |t#2| (-407 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -3658 ($ $)) (-15 -3745 ((-112) $)) (-15 -2739 ((-3 |t#4| "failed") $)) (-15 -4119 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
+((-3884 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-5 *2 (-413 *4 (-407 *4) *5 *6)))) (-1340 (*1 *1 *2) (-12 (-5 *2 (-413 *4 (-407 *4) *5 *6)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-4 *3 (-363)) (-4 *1 (-335 *3 *4 *5 *6)))) (-1340 (*1 *1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *1 (-335 *3 *4 *5 *2)) (-4 *2 (-342 *3 *4 *5)))) (-1340 (*1 *1 *2 *2) (-12 (-4 *2 (-363)) (-4 *3 (-1235 *2)) (-4 *4 (-1235 (-407 *3))) (-4 *1 (-335 *2 *3 *4 *5)) (-4 *5 (-342 *2 *3 *4)))) (-1340 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-564)) (-4 *2 (-363)) (-4 *4 (-1235 *2)) (-4 *5 (-1235 (-407 *4))) (-4 *1 (-335 *2 *4 *5 *6)) (-4 *6 (-342 *2 *4 *5)))) (-1295 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-5 *2 (-2 (|:| -1680 (-413 *4 (-407 *4) *5 *6)) (|:| |principalPart| *6))))) (-1988 (*1 *1 *1) (-12 (-4 *1 (-335 *2 *3 *4 *5)) (-4 *2 (-363)) (-4 *3 (-1235 *2)) (-4 *4 (-1235 (-407 *3))) (-4 *5 (-342 *2 *3 *4)))) (-3905 (*1 *2 *1) (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-5 *2 (-112)))) (-1426 (*1 *2 *1) (|partial| -12 (-4 *1 (-335 *3 *4 *5 *2)) (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *2 (-342 *3 *4 *5)))) (-1340 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-363)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3))) (-4 *1 (-335 *4 *3 *5 *2)) (-4 *2 (-342 *4 *3 *5)))))
+(-13 (-21) (-10 -8 (-15 -3884 ((-413 |t#2| (-407 |t#2|) |t#3| |t#4|) $)) (-15 -1340 ($ (-413 |t#2| (-407 |t#2|) |t#3| |t#4|))) (-15 -1340 ($ |t#4|)) (-15 -1340 ($ |t#1| |t#1|)) (-15 -1340 ($ |t#1| |t#1| (-564))) (-15 -1295 ((-2 (|:| -1680 (-413 |t#2| (-407 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -1988 ($ $)) (-15 -3905 ((-112) $)) (-15 -1426 ((-3 |t#4| "failed") $)) (-15 -1340 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3658 (($ $) 33)) (-3745 (((-112) $) NIL)) (-2811 (((-1152) $) NIL)) (-3887 (((-1259 |#4|) $) 135)) (-2050 (((-413 |#2| (-407 |#2|) |#3| |#4|) $) 31)) (-4382 (((-1114) $) NIL)) (-2739 (((-3 |#4| "failed") $) 36)) (-2291 (((-1259 |#4|) $) 127)) (-4119 (($ (-413 |#2| (-407 |#2|) |#3| |#4|)) 41) (($ |#4|) 43) (($ |#1| |#1|) 45) (($ |#1| |#1| (-564)) 47) (($ |#4| |#2| |#2| |#2| |#1|) 49)) (-3064 (((-2 (|:| -1554 (-413 |#2| (-407 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39)) (-1721 (((-859) $) 17)) (-2885 (($) 14 T CONST)) (-2853 (((-112) $ $) 20)) (-2970 (($ $) 27) (($ $ $) NIL)) (-2956 (($ $ $) 25)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 23)))
-(((-336 |#1| |#2| |#3| |#4|) (-13 (-335 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2291 ((-1259 |#4|) $)) (-15 -3887 ((-1259 |#4|) $)))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -336))
-((-2291 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-1259 *6)) (-5 *1 (-336 *3 *4 *5 *6)) (-4 *6 (-342 *3 *4 *5)))) (-3887 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-1259 *6)) (-5 *1 (-336 *3 *4 *5 *6)) (-4 *6 (-342 *3 *4 *5)))))
-(-13 (-335 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2291 ((-1259 |#4|) $)) (-15 -3887 ((-1259 |#4|) $))))
-((-3227 (($ $ (-1170) |#2|) NIL) (($ $ (-641 (-1170)) (-641 |#2|)) 20) (($ $ (-641 (-294 |#2|))) 15) (($ $ (-294 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-641 |#2|) (-641 |#2|)) NIL)) (-2961 (($ $ |#2|) 11)))
-(((-337 |#1| |#2|) (-10 -8 (-15 -2961 (|#1| |#1| |#2|)) (-15 -3227 (|#1| |#1| (-641 |#2|) (-641 |#2|))) (-15 -3227 (|#1| |#1| |#2| |#2|)) (-15 -3227 (|#1| |#1| (-294 |#2|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 |#2|))) (-15 -3227 (|#1| |#1| (-1170) |#2|))) (-338 |#2|) (-1094)) (T -337))
-NIL
-(-10 -8 (-15 -2961 (|#1| |#1| |#2|)) (-15 -3227 (|#1| |#1| (-641 |#2|) (-641 |#2|))) (-15 -3227 (|#1| |#1| |#2| |#2|)) (-15 -3227 (|#1| |#1| (-294 |#2|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 |#2|))) (-15 -3227 (|#1| |#1| (-1170) |#2|)))
-((-2110 (($ (-1 |#1| |#1|) $) 6)) (-3227 (($ $ (-1170) |#1|) 17 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 16 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-641 (-294 |#1|))) 15 (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) 14 (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) 13 (|has| |#1| (-309 |#1|))) (($ $ (-641 |#1|) (-641 |#1|)) 12 (|has| |#1| (-309 |#1|)))) (-2961 (($ $ |#1|) 11 (|has| |#1| (-286 |#1| |#1|)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-1988 (($ $) 33)) (-3905 (((-112) $) NIL)) (-2723 (((-1152) $) NIL)) (-2819 (((-1259 |#4|) $) 135)) (-3884 (((-413 |#2| (-407 |#2|) |#3| |#4|) $) 31)) (-2780 (((-1114) $) NIL)) (-1426 (((-3 |#4| "failed") $) 36)) (-1333 (((-1259 |#4|) $) 127)) (-1340 (($ (-413 |#2| (-407 |#2|) |#3| |#4|)) 41) (($ |#4|) 43) (($ |#1| |#1|) 45) (($ |#1| |#1| (-564)) 47) (($ |#4| |#2| |#2| |#2| |#1|) 49)) (-1295 (((-2 (|:| -1680 (-413 |#2| (-407 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39)) (-1831 (((-859) $) 17)) (-1293 (($) 14 T CONST)) (-1702 (((-112) $ $) 20)) (-1808 (($ $) 27) (($ $ $) NIL)) (-1797 (($ $ $) 25)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 23)))
+(((-336 |#1| |#2| |#3| |#4|) (-13 (-335 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1333 ((-1259 |#4|) $)) (-15 -2819 ((-1259 |#4|) $)))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -336))
+((-1333 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-1259 *6)) (-5 *1 (-336 *3 *4 *5 *6)) (-4 *6 (-342 *3 *4 *5)))) (-2819 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-1259 *6)) (-5 *1 (-336 *3 *4 *5 *6)) (-4 *6 (-342 *3 *4 *5)))))
+(-13 (-335 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1333 ((-1259 |#4|) $)) (-15 -2819 ((-1259 |#4|) $))))
+((-2633 (($ $ (-1170) |#2|) NIL) (($ $ (-641 (-1170)) (-641 |#2|)) 20) (($ $ (-641 (-294 |#2|))) 15) (($ $ (-294 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-641 |#2|) (-641 |#2|)) NIL)) (-1350 (($ $ |#2|) 11)))
+(((-337 |#1| |#2|) (-10 -8 (-15 -1350 (|#1| |#1| |#2|)) (-15 -2633 (|#1| |#1| (-641 |#2|) (-641 |#2|))) (-15 -2633 (|#1| |#1| |#2| |#2|)) (-15 -2633 (|#1| |#1| (-294 |#2|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 |#2|))) (-15 -2633 (|#1| |#1| (-1170) |#2|))) (-338 |#2|) (-1094)) (T -337))
+NIL
+(-10 -8 (-15 -1350 (|#1| |#1| |#2|)) (-15 -2633 (|#1| |#1| (-641 |#2|) (-641 |#2|))) (-15 -2633 (|#1| |#1| |#2| |#2|)) (-15 -2633 (|#1| |#1| (-294 |#2|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 |#2|))) (-15 -2633 (|#1| |#1| (-1170) |#2|)))
+((-2449 (($ (-1 |#1| |#1|) $) 6)) (-2633 (($ $ (-1170) |#1|) 17 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 16 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-641 (-294 |#1|))) 15 (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) 14 (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) 13 (|has| |#1| (-309 |#1|))) (($ $ (-641 |#1|) (-641 |#1|)) 12 (|has| |#1| (-309 |#1|)))) (-1350 (($ $ |#1|) 11 (|has| |#1| (-286 |#1| |#1|)))))
(((-338 |#1|) (-140) (-1094)) (T -338))
-((-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-338 *3)) (-4 *3 (-1094)))))
-(-13 (-10 -8 (-15 -2110 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-286 |t#1| |t#1|)) (-6 (-286 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-309 |t#1|)) (-6 (-309 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-514 (-1170) |t#1|)) (-6 (-514 (-1170) |t#1|)) |%noBranch|)))
+((-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-338 *3)) (-4 *3 (-1094)))))
+(-13 (-10 -8 (-15 -2449 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-286 |t#1| |t#1|)) (-6 (-286 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-309 |t#1|)) (-6 (-309 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-514 (-1170) |t#1|)) (-6 (-514 (-1170) |t#1|)) |%noBranch|)))
(((-286 |#1| $) |has| |#1| (-286 |#1| |#1|)) ((-309 |#1|) |has| |#1| (-309 |#1|)) ((-514 (-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((-514 |#1| |#1|) |has| |#1| (-309 |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-1170)) $) NIL)) (-2958 (((-112)) 98) (((-112) (-112)) 99)) (-3906 (((-641 (-610 $)) $) NIL)) (-1848 (($ $) NIL)) (-1711 (($ $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1470 (($ $ (-294 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL)) (-4029 (($ $) NIL)) (-1827 (($ $) NIL)) (-1688 (($ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-610 $) "failed") $) NIL) (((-3 |#3| "failed") $) NIL) (((-3 $ "failed") (-316 |#3|)) 78) (((-3 $ "failed") (-1170)) 104) (((-3 $ "failed") (-316 (-564))) 66 (|has| |#3| (-1035 (-564)))) (((-3 $ "failed") (-407 (-949 (-564)))) 72 (|has| |#3| (-1035 (-564)))) (((-3 $ "failed") (-949 (-564))) 67 (|has| |#3| (-1035 (-564)))) (((-3 $ "failed") (-316 (-379))) 96 (|has| |#3| (-1035 (-379)))) (((-3 $ "failed") (-407 (-949 (-379)))) 90 (|has| |#3| (-1035 (-379)))) (((-3 $ "failed") (-949 (-379))) 85 (|has| |#3| (-1035 (-379))))) (-3437 (((-610 $) $) NIL) ((|#3| $) NIL) (($ (-316 |#3|)) 79) (($ (-1170)) 105) (($ (-316 (-564))) 68 (|has| |#3| (-1035 (-564)))) (($ (-407 (-949 (-564)))) 73 (|has| |#3| (-1035 (-564)))) (($ (-949 (-564))) 69 (|has| |#3| (-1035 (-564)))) (($ (-316 (-379))) 97 (|has| |#3| (-1035 (-379)))) (($ (-407 (-949 (-379)))) 91 (|has| |#3| (-1035 (-379)))) (($ (-949 (-379))) 87 (|has| |#3| (-1035 (-379))))) (-3233 (((-3 $ "failed") $) NIL)) (-2682 (($) 10)) (-4129 (($ $) NIL) (($ (-641 $)) NIL)) (-2375 (((-641 (-114)) $) NIL)) (-2984 (((-114) (-114)) NIL)) (-3282 (((-112) $) NIL)) (-2400 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-3156 (((-1166 $) (-610 $)) NIL (|has| $ (-1046)))) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2110 (($ (-1 $ $) (-610 $)) NIL)) (-4036 (((-3 (-610 $) "failed") $) NIL)) (-2277 (($ $) 101)) (-3612 (($ $) NIL)) (-2811 (((-1152) $) NIL)) (-3980 (((-641 (-610 $)) $) NIL)) (-2720 (($ (-114) $) 100) (($ (-114) (-641 $)) NIL)) (-2631 (((-112) $ (-114)) NIL) (((-112) $ (-1170)) NIL)) (-1703 (((-768) $) NIL)) (-4382 (((-1114) $) NIL)) (-3663 (((-112) $ $) NIL) (((-112) $ (-1170)) NIL)) (-2103 (($ $) NIL)) (-2000 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-3227 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-1170) (-1 $ (-641 $))) NIL) (($ $ (-1170) (-1 $ $)) NIL) (($ $ (-641 (-114)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-114) (-1 $ (-641 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-2961 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-641 $)) NIL)) (-1807 (($ $) NIL) (($ $ $) NIL)) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL)) (-3290 (($ $) NIL (|has| $ (-1046)))) (-1838 (($ $) NIL)) (-1700 (($ $) NIL)) (-1721 (((-859) $) NIL) (($ (-610 $)) NIL) (($ |#3|) NIL) (($ (-564)) NIL) (((-316 |#3|) $) 103)) (-1303 (((-768)) NIL T CONST)) (-1437 (($ $) NIL) (($ (-641 $)) NIL)) (-2289 (((-112) (-114)) NIL)) (-1777 (($ $) NIL)) (-1755 (($ $) NIL)) (-1766 (($ $) NIL)) (-1699 (($ $) NIL)) (-2885 (($) 102 T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-2970 (($ $ $) NIL) (($ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ |#3| $) NIL) (($ $ |#3|) NIL) (($ $ $) NIL) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL)))
-(((-339 |#1| |#2| |#3|) (-13 (-302) (-38 |#3|) (-1035 |#3|) (-897 (-1170)) (-10 -8 (-15 -3437 ($ (-316 |#3|))) (-15 -2035 ((-3 $ "failed") (-316 |#3|))) (-15 -3437 ($ (-1170))) (-15 -2035 ((-3 $ "failed") (-1170))) (-15 -1721 ((-316 |#3|) $)) (IF (|has| |#3| (-1035 (-564))) (PROGN (-15 -3437 ($ (-316 (-564)))) (-15 -2035 ((-3 $ "failed") (-316 (-564)))) (-15 -3437 ($ (-407 (-949 (-564))))) (-15 -2035 ((-3 $ "failed") (-407 (-949 (-564))))) (-15 -3437 ($ (-949 (-564)))) (-15 -2035 ((-3 $ "failed") (-949 (-564))))) |%noBranch|) (IF (|has| |#3| (-1035 (-379))) (PROGN (-15 -3437 ($ (-316 (-379)))) (-15 -2035 ((-3 $ "failed") (-316 (-379)))) (-15 -3437 ($ (-407 (-949 (-379))))) (-15 -2035 ((-3 $ "failed") (-407 (-949 (-379))))) (-15 -3437 ($ (-949 (-379)))) (-15 -2035 ((-3 $ "failed") (-949 (-379))))) |%noBranch|) (-15 -1699 ($ $)) (-15 -4029 ($ $)) (-15 -2103 ($ $)) (-15 -3612 ($ $)) (-15 -2277 ($ $)) (-15 -1688 ($ $)) (-15 -1700 ($ $)) (-15 -1711 ($ $)) (-15 -1755 ($ $)) (-15 -1766 ($ $)) (-15 -1777 ($ $)) (-15 -1827 ($ $)) (-15 -1838 ($ $)) (-15 -1848 ($ $)) (-15 -2682 ($)) (-15 -4153 ((-641 (-1170)) $)) (-15 -2958 ((-112))) (-15 -2958 ((-112) (-112))))) (-641 (-1170)) (-641 (-1170)) (-387)) (T -339))
-((-3437 (*1 *1 *2) (-12 (-5 *2 (-316 *5)) (-4 *5 (-387)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-316 *5)) (-4 *5 (-387)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 *2)) (-14 *4 (-641 *2)) (-4 *5 (-387)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-1170)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 *2)) (-14 *4 (-641 *2)) (-4 *5 (-387)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-316 *5)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-316 (-564))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-564)))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-407 (-949 (-564)))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-949 (-564))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-949 (-564))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-316 (-379))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-379)))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-407 (-949 (-379)))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-949 (-379))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-949 (-379))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-1699 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-4029 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-2103 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3612 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-2277 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-1688 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-1700 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-1711 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-1755 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-1766 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-1777 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-1827 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-1838 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-1848 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-2682 (*1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-4153 (*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-339 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-387)))) (-2958 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2958 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))))
-(-13 (-302) (-38 |#3|) (-1035 |#3|) (-897 (-1170)) (-10 -8 (-15 -3437 ($ (-316 |#3|))) (-15 -2035 ((-3 $ "failed") (-316 |#3|))) (-15 -3437 ($ (-1170))) (-15 -2035 ((-3 $ "failed") (-1170))) (-15 -1721 ((-316 |#3|) $)) (IF (|has| |#3| (-1035 (-564))) (PROGN (-15 -3437 ($ (-316 (-564)))) (-15 -2035 ((-3 $ "failed") (-316 (-564)))) (-15 -3437 ($ (-407 (-949 (-564))))) (-15 -2035 ((-3 $ "failed") (-407 (-949 (-564))))) (-15 -3437 ($ (-949 (-564)))) (-15 -2035 ((-3 $ "failed") (-949 (-564))))) |%noBranch|) (IF (|has| |#3| (-1035 (-379))) (PROGN (-15 -3437 ($ (-316 (-379)))) (-15 -2035 ((-3 $ "failed") (-316 (-379)))) (-15 -3437 ($ (-407 (-949 (-379))))) (-15 -2035 ((-3 $ "failed") (-407 (-949 (-379))))) (-15 -3437 ($ (-949 (-379)))) (-15 -2035 ((-3 $ "failed") (-949 (-379))))) |%noBranch|) (-15 -1699 ($ $)) (-15 -4029 ($ $)) (-15 -2103 ($ $)) (-15 -3612 ($ $)) (-15 -2277 ($ $)) (-15 -1688 ($ $)) (-15 -1700 ($ $)) (-15 -1711 ($ $)) (-15 -1755 ($ $)) (-15 -1766 ($ $)) (-15 -1777 ($ $)) (-15 -1827 ($ $)) (-15 -1838 ($ $)) (-15 -1848 ($ $)) (-15 -2682 ($)) (-15 -4153 ((-641 (-1170)) $)) (-15 -2958 ((-112))) (-15 -2958 ((-112) (-112)))))
-((-2110 ((|#8| (-1 |#5| |#1|) |#4|) 19)))
-(((-340 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2110 (|#8| (-1 |#5| |#1|) |#4|))) (-1213) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|) (-1213) (-1235 |#5|) (-1235 (-407 |#6|)) (-342 |#5| |#6| |#7|)) (T -340))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1213)) (-4 *8 (-1213)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-4 *9 (-1235 *8)) (-4 *2 (-342 *8 *9 *10)) (-5 *1 (-340 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-342 *5 *6 *7)) (-4 *10 (-1235 (-407 *9))))))
-(-10 -7 (-15 -2110 (|#8| (-1 |#5| |#1|) |#4|)))
-((-2550 (((-2 (|:| |num| (-1259 |#3|)) (|:| |den| |#3|)) $) 40)) (-3222 (($ (-1259 (-407 |#3|)) (-1259 $)) NIL) (($ (-1259 (-407 |#3|))) NIL) (($ (-1259 |#3|) |#3|) 176)) (-4080 (((-1259 $) (-1259 $)) 160)) (-2416 (((-641 (-641 |#2|))) 129)) (-2102 (((-112) |#2| |#2|) 77)) (-3912 (($ $) 151)) (-3455 (((-768)) 33)) (-3075 (((-1259 $) (-1259 $)) 222)) (-3607 (((-641 (-949 |#2|)) (-1170)) 119)) (-4057 (((-112) $) 173)) (-3851 (((-112) $) 27) (((-112) $ |#2|) 31) (((-112) $ |#3|) 226)) (-3465 (((-3 |#3| "failed")) 53)) (-3442 (((-768)) 187)) (-2961 ((|#2| $ |#2| |#2|) 143)) (-3108 (((-3 |#3| "failed")) 72)) (-1795 (($ $ (-1 (-407 |#3|) (-407 |#3|)) (-768)) NIL) (($ $ (-1 (-407 |#3|) (-407 |#3|))) NIL) (($ $ (-1 |#3| |#3|)) 230) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)) (-3838 (((-1259 $) (-1259 $)) 166)) (-3266 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 69)) (-3829 (((-112)) 35)))
-(((-341 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -2416 ((-641 (-641 |#2|)))) (-15 -3607 ((-641 (-949 |#2|)) (-1170))) (-15 -3266 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -3465 ((-3 |#3| "failed"))) (-15 -3108 ((-3 |#3| "failed"))) (-15 -2961 (|#2| |#1| |#2| |#2|)) (-15 -3912 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3851 ((-112) |#1| |#3|)) (-15 -3851 ((-112) |#1| |#2|)) (-15 -3222 (|#1| (-1259 |#3|) |#3|)) (-15 -2550 ((-2 (|:| |num| (-1259 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -4080 ((-1259 |#1|) (-1259 |#1|))) (-15 -3075 ((-1259 |#1|) (-1259 |#1|))) (-15 -3838 ((-1259 |#1|) (-1259 |#1|))) (-15 -3851 ((-112) |#1|)) (-15 -4057 ((-112) |#1|)) (-15 -2102 ((-112) |#2| |#2|)) (-15 -3829 ((-112))) (-15 -3442 ((-768))) (-15 -3455 ((-768))) (-15 -1795 (|#1| |#1| (-1 (-407 |#3|) (-407 |#3|)))) (-15 -1795 (|#1| |#1| (-1 (-407 |#3|) (-407 |#3|)) (-768))) (-15 -3222 (|#1| (-1259 (-407 |#3|)))) (-15 -3222 (|#1| (-1259 (-407 |#3|)) (-1259 |#1|)))) (-342 |#2| |#3| |#4|) (-1213) (-1235 |#2|) (-1235 (-407 |#3|))) (T -341))
-((-3455 (*1 *2) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-768)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6)))) (-3442 (*1 *2) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-768)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6)))) (-3829 (*1 *2) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6)))) (-2102 (*1 *2 *3 *3) (-12 (-4 *3 (-1213)) (-4 *5 (-1235 *3)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-112)) (-5 *1 (-341 *4 *3 *5 *6)) (-4 *4 (-342 *3 *5 *6)))) (-3108 (*1 *2) (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 (-407 *2))) (-4 *2 (-1235 *4)) (-5 *1 (-341 *3 *4 *2 *5)) (-4 *3 (-342 *4 *2 *5)))) (-3465 (*1 *2) (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 (-407 *2))) (-4 *2 (-1235 *4)) (-5 *1 (-341 *3 *4 *2 *5)) (-4 *3 (-342 *4 *2 *5)))) (-3607 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *5 (-1213)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-5 *2 (-641 (-949 *5))) (-5 *1 (-341 *4 *5 *6 *7)) (-4 *4 (-342 *5 *6 *7)))) (-2416 (*1 *2) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-641 (-641 *4))) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6)))))
-(-10 -8 (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -2416 ((-641 (-641 |#2|)))) (-15 -3607 ((-641 (-949 |#2|)) (-1170))) (-15 -3266 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -3465 ((-3 |#3| "failed"))) (-15 -3108 ((-3 |#3| "failed"))) (-15 -2961 (|#2| |#1| |#2| |#2|)) (-15 -3912 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3851 ((-112) |#1| |#3|)) (-15 -3851 ((-112) |#1| |#2|)) (-15 -3222 (|#1| (-1259 |#3|) |#3|)) (-15 -2550 ((-2 (|:| |num| (-1259 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -4080 ((-1259 |#1|) (-1259 |#1|))) (-15 -3075 ((-1259 |#1|) (-1259 |#1|))) (-15 -3838 ((-1259 |#1|) (-1259 |#1|))) (-15 -3851 ((-112) |#1|)) (-15 -4057 ((-112) |#1|)) (-15 -2102 ((-112) |#2| |#2|)) (-15 -3829 ((-112))) (-15 -3442 ((-768))) (-15 -3455 ((-768))) (-15 -1795 (|#1| |#1| (-1 (-407 |#3|) (-407 |#3|)))) (-15 -1795 (|#1| |#1| (-1 (-407 |#3|) (-407 |#3|)) (-768))) (-15 -3222 (|#1| (-1259 (-407 |#3|)))) (-15 -3222 (|#1| (-1259 (-407 |#3|)) (-1259 |#1|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2550 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) 195)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 93 (|has| (-407 |#2|) (-363)))) (-4010 (($ $) 94 (|has| (-407 |#2|) (-363)))) (-2662 (((-112) $) 96 (|has| (-407 |#2|) (-363)))) (-4133 (((-685 (-407 |#2|)) (-1259 $)) 47) (((-685 (-407 |#2|))) 62)) (-4321 (((-407 |#2|) $) 53)) (-3754 (((-1182 (-918) (-768)) (-564)) 146 (|has| (-407 |#2|) (-349)))) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 113 (|has| (-407 |#2|) (-363)))) (-1798 (((-418 $) $) 114 (|has| (-407 |#2|) (-363)))) (-1817 (((-112) $ $) 104 (|has| (-407 |#2|) (-363)))) (-1860 (((-768)) 87 (|has| (-407 |#2|) (-368)))) (-3901 (((-112)) 212)) (-3944 (((-112) |#1|) 211) (((-112) |#2|) 210)) (-1692 (($) 17 T CONST)) (-2035 (((-3 (-564) "failed") $) 169 (|has| (-407 |#2|) (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 167 (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-3 (-407 |#2|) "failed") $) 164)) (-3437 (((-564) $) 168 (|has| (-407 |#2|) (-1035 (-564)))) (((-407 (-564)) $) 166 (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-407 |#2|) $) 165)) (-3222 (($ (-1259 (-407 |#2|)) (-1259 $)) 49) (($ (-1259 (-407 |#2|))) 65) (($ (-1259 |#2|) |#2|) 194)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) 152 (|has| (-407 |#2|) (-349)))) (-2668 (($ $ $) 108 (|has| (-407 |#2|) (-363)))) (-3160 (((-685 (-407 |#2|)) $ (-1259 $)) 54) (((-685 (-407 |#2|)) $) 60)) (-3762 (((-685 (-564)) (-685 $)) 163 (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 162 (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-407 |#2|))) (|:| |vec| (-1259 (-407 |#2|)))) (-685 $) (-1259 $)) 161) (((-685 (-407 |#2|)) (-685 $)) 160)) (-4080 (((-1259 $) (-1259 $)) 200)) (-3658 (($ |#3|) 157) (((-3 $ "failed") (-407 |#3|)) 154 (|has| (-407 |#2|) (-363)))) (-3233 (((-3 $ "failed") $) 33)) (-2416 (((-641 (-641 |#1|))) 181 (|has| |#1| (-368)))) (-2102 (((-112) |#1| |#1|) 216)) (-3147 (((-918)) 55)) (-3746 (($) 90 (|has| (-407 |#2|) (-368)))) (-2115 (((-112)) 209)) (-2740 (((-112) |#1|) 208) (((-112) |#2|) 207)) (-2649 (($ $ $) 107 (|has| (-407 |#2|) (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 102 (|has| (-407 |#2|) (-363)))) (-3912 (($ $) 187)) (-2982 (($) 148 (|has| (-407 |#2|) (-349)))) (-2398 (((-112) $) 149 (|has| (-407 |#2|) (-349)))) (-3195 (($ $ (-768)) 140 (|has| (-407 |#2|) (-349))) (($ $) 139 (|has| (-407 |#2|) (-349)))) (-2941 (((-112) $) 115 (|has| (-407 |#2|) (-363)))) (-2887 (((-918) $) 151 (|has| (-407 |#2|) (-349))) (((-830 (-918)) $) 137 (|has| (-407 |#2|) (-349)))) (-3282 (((-112) $) 31)) (-3455 (((-768)) 219)) (-3075 (((-1259 $) (-1259 $)) 201)) (-2471 (((-407 |#2|) $) 52)) (-3607 (((-641 (-949 |#1|)) (-1170)) 182 (|has| |#1| (-363)))) (-1516 (((-3 $ "failed") $) 141 (|has| (-407 |#2|) (-349)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 111 (|has| (-407 |#2|) (-363)))) (-2162 ((|#3| $) 45 (|has| (-407 |#2|) (-363)))) (-2981 (((-918) $) 89 (|has| (-407 |#2|) (-368)))) (-3646 ((|#3| $) 155)) (-3340 (($ (-641 $)) 100 (|has| (-407 |#2|) (-363))) (($ $ $) 99 (|has| (-407 |#2|) (-363)))) (-2811 (((-1152) $) 9)) (-3919 (((-685 (-407 |#2|))) 196)) (-2651 (((-685 (-407 |#2|))) 198)) (-4247 (($ $) 116 (|has| (-407 |#2|) (-363)))) (-2693 (($ (-1259 |#2|) |#2|) 192)) (-3235 (((-685 (-407 |#2|))) 197)) (-3299 (((-685 (-407 |#2|))) 199)) (-2132 (((-2 (|:| |num| (-685 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 191)) (-2978 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) 193)) (-2971 (((-1259 $)) 205)) (-1620 (((-1259 $)) 206)) (-4057 (((-112) $) 204)) (-3851 (((-112) $) 203) (((-112) $ |#1|) 190) (((-112) $ |#2|) 189)) (-2558 (($) 142 (|has| (-407 |#2|) (-349)) CONST)) (-1359 (($ (-918)) 88 (|has| (-407 |#2|) (-368)))) (-3465 (((-3 |#2| "failed")) 184)) (-4382 (((-1114) $) 10)) (-3442 (((-768)) 218)) (-2739 (($) 159)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 101 (|has| (-407 |#2|) (-363)))) (-3377 (($ (-641 $)) 98 (|has| (-407 |#2|) (-363))) (($ $ $) 97 (|has| (-407 |#2|) (-363)))) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) 145 (|has| (-407 |#2|) (-349)))) (-4020 (((-418 $) $) 112 (|has| (-407 |#2|) (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| (-407 |#2|) (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 109 (|has| (-407 |#2|) (-363)))) (-2628 (((-3 $ "failed") $ $) 92 (|has| (-407 |#2|) (-363)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 103 (|has| (-407 |#2|) (-363)))) (-2358 (((-768) $) 105 (|has| (-407 |#2|) (-363)))) (-2961 ((|#1| $ |#1| |#1|) 186)) (-3108 (((-3 |#2| "failed")) 185)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 106 (|has| (-407 |#2|) (-363)))) (-3928 (((-407 |#2|) (-1259 $)) 48) (((-407 |#2|)) 61)) (-2031 (((-768) $) 150 (|has| (-407 |#2|) (-349))) (((-3 (-768) "failed") $ $) 138 (|has| (-407 |#2|) (-349)))) (-1795 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) 122 (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) 121 (|has| (-407 |#2|) (-363))) (($ $ (-1 |#2| |#2|)) 188) (($ $ (-641 (-1170)) (-641 (-768))) 129 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-2832 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-1170) (-768)) 130 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-2832 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-641 (-1170))) 131 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-2832 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-1170)) 132 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-2832 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-768)) 134 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-233))) (-2832 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) 136 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-233))) (-2832 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-3141 (((-685 (-407 |#2|)) (-1259 $) (-1 (-407 |#2|) (-407 |#2|))) 153 (|has| (-407 |#2|) (-363)))) (-3290 ((|#3|) 158)) (-2117 (($) 147 (|has| (-407 |#2|) (-349)))) (-3057 (((-1259 (-407 |#2|)) $ (-1259 $)) 51) (((-685 (-407 |#2|)) (-1259 $) (-1259 $)) 50) (((-1259 (-407 |#2|)) $) 67) (((-685 (-407 |#2|)) (-1259 $)) 66)) (-2153 (((-1259 (-407 |#2|)) $) 64) (($ (-1259 (-407 |#2|))) 63) ((|#3| $) 170) (($ |#3|) 156)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 144 (|has| (-407 |#2|) (-349)))) (-3838 (((-1259 $) (-1259 $)) 202)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ (-407 |#2|)) 38) (($ (-407 (-564))) 86 (-2713 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-1035 (-407 (-564)))))) (($ $) 91 (|has| (-407 |#2|) (-363)))) (-2684 (($ $) 143 (|has| (-407 |#2|) (-349))) (((-3 $ "failed") $) 44 (|has| (-407 |#2|) (-145)))) (-4120 ((|#3| $) 46)) (-1303 (((-768)) 28 T CONST)) (-3659 (((-112)) 215)) (-3154 (((-112) |#1|) 214) (((-112) |#2|) 213)) (-2745 (((-1259 $)) 68)) (-1720 (((-112) $ $) 95 (|has| (-407 |#2|) (-363)))) (-3266 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 183)) (-3829 (((-112)) 217)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) 124 (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) 123 (|has| (-407 |#2|) (-363))) (($ $ (-641 (-1170)) (-641 (-768))) 125 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-2832 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-1170) (-768)) 126 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-2832 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-641 (-1170))) 127 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-2832 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-1170)) 128 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-2832 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-768)) 133 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-233))) (-2832 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) 135 (-2713 (-2832 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-233))) (-2832 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-2853 (((-112) $ $) 6)) (-2983 (($ $ $) 120 (|has| (-407 |#2|) (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 117 (|has| (-407 |#2|) (-363)))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 |#2|)) 40) (($ (-407 |#2|) $) 39) (($ (-407 (-564)) $) 119 (|has| (-407 |#2|) (-363))) (($ $ (-407 (-564))) 118 (|has| (-407 |#2|) (-363)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-1170)) $) NIL)) (-1588 (((-112)) 98) (((-112) (-112)) 99)) (-2956 (((-641 (-610 $)) $) NIL)) (-3357 (($ $) NIL)) (-3210 (($ $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3574 (($ $ (-294 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL)) (-3083 (($ $) NIL)) (-3330 (($ $) NIL)) (-3187 (($ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-610 $) "failed") $) NIL) (((-3 |#3| "failed") $) NIL) (((-3 $ "failed") (-316 |#3|)) 78) (((-3 $ "failed") (-1170)) 104) (((-3 $ "failed") (-316 (-564))) 66 (|has| |#3| (-1035 (-564)))) (((-3 $ "failed") (-407 (-949 (-564)))) 72 (|has| |#3| (-1035 (-564)))) (((-3 $ "failed") (-949 (-564))) 67 (|has| |#3| (-1035 (-564)))) (((-3 $ "failed") (-316 (-379))) 96 (|has| |#3| (-1035 (-379)))) (((-3 $ "failed") (-407 (-949 (-379)))) 90 (|has| |#3| (-1035 (-379)))) (((-3 $ "failed") (-949 (-379))) 85 (|has| |#3| (-1035 (-379))))) (-2237 (((-610 $) $) NIL) ((|#3| $) NIL) (($ (-316 |#3|)) 79) (($ (-1170)) 105) (($ (-316 (-564))) 68 (|has| |#3| (-1035 (-564)))) (($ (-407 (-949 (-564)))) 73 (|has| |#3| (-1035 (-564)))) (($ (-949 (-564))) 69 (|has| |#3| (-1035 (-564)))) (($ (-316 (-379))) 97 (|has| |#3| (-1035 (-379)))) (($ (-407 (-949 (-379)))) 91 (|has| |#3| (-1035 (-379)))) (($ (-949 (-379))) 87 (|has| |#3| (-1035 (-379))))) (-3733 (((-3 $ "failed") $) NIL)) (-3714 (($) 10)) (-3352 (($ $) NIL) (($ (-641 $)) NIL)) (-4095 (((-641 (-114)) $) NIL)) (-1841 (((-114) (-114)) NIL)) (-2949 (((-112) $) NIL)) (-4301 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-4168 (((-1166 $) (-610 $)) NIL (|has| $ (-1046)))) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2449 (($ (-1 $ $) (-610 $)) NIL)) (-1802 (((-3 (-610 $) "failed") $) NIL)) (-4167 (($ $) 101)) (-2358 (($ $) NIL)) (-2723 (((-1152) $) NIL)) (-3026 (((-641 (-610 $)) $) NIL)) (-3755 (($ (-114) $) 100) (($ (-114) (-641 $)) NIL)) (-1657 (((-112) $ (-114)) NIL) (((-112) $ (-1170)) NIL)) (-3926 (((-768) $) NIL)) (-2780 (((-1114) $) NIL)) (-2417 (((-112) $ $) NIL) (((-112) $ (-1170)) NIL)) (-4326 (($ $) NIL)) (-1492 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-2633 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-1170) (-1 $ (-641 $))) NIL) (($ $ (-1170) (-1 $ $)) NIL) (($ $ (-641 (-114)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-114) (-1 $ (-641 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-1350 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-641 $)) NIL)) (-3467 (($ $) NIL) (($ $ $) NIL)) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL)) (-3019 (($ $) NIL (|has| $ (-1046)))) (-3344 (($ $) NIL)) (-3199 (($ $) NIL)) (-1831 (((-859) $) NIL) (($ (-610 $)) NIL) (($ |#3|) NIL) (($ (-564)) NIL) (((-316 |#3|) $) 103)) (-2219 (((-768)) NIL T CONST)) (-4264 (($ $) NIL) (($ (-641 $)) NIL)) (-1322 (((-112) (-114)) NIL)) (-3276 (($ $) NIL)) (-3254 (($ $) NIL)) (-3265 (($ $) NIL)) (-1849 (($ $) NIL)) (-1293 (($) 102 T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-1808 (($ $ $) NIL) (($ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ |#3| $) NIL) (($ $ |#3|) NIL) (($ $ $) NIL) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL)))
+(((-339 |#1| |#2| |#3|) (-13 (-302) (-38 |#3|) (-1035 |#3|) (-897 (-1170)) (-10 -8 (-15 -2237 ($ (-316 |#3|))) (-15 -2347 ((-3 $ "failed") (-316 |#3|))) (-15 -2237 ($ (-1170))) (-15 -2347 ((-3 $ "failed") (-1170))) (-15 -1831 ((-316 |#3|) $)) (IF (|has| |#3| (-1035 (-564))) (PROGN (-15 -2237 ($ (-316 (-564)))) (-15 -2347 ((-3 $ "failed") (-316 (-564)))) (-15 -2237 ($ (-407 (-949 (-564))))) (-15 -2347 ((-3 $ "failed") (-407 (-949 (-564))))) (-15 -2237 ($ (-949 (-564)))) (-15 -2347 ((-3 $ "failed") (-949 (-564))))) |%noBranch|) (IF (|has| |#3| (-1035 (-379))) (PROGN (-15 -2237 ($ (-316 (-379)))) (-15 -2347 ((-3 $ "failed") (-316 (-379)))) (-15 -2237 ($ (-407 (-949 (-379))))) (-15 -2347 ((-3 $ "failed") (-407 (-949 (-379))))) (-15 -2237 ($ (-949 (-379)))) (-15 -2347 ((-3 $ "failed") (-949 (-379))))) |%noBranch|) (-15 -1849 ($ $)) (-15 -3083 ($ $)) (-15 -4326 ($ $)) (-15 -2358 ($ $)) (-15 -4167 ($ $)) (-15 -3187 ($ $)) (-15 -3199 ($ $)) (-15 -3210 ($ $)) (-15 -3254 ($ $)) (-15 -3265 ($ $)) (-15 -3276 ($ $)) (-15 -3330 ($ $)) (-15 -3344 ($ $)) (-15 -3357 ($ $)) (-15 -3714 ($)) (-15 -3209 ((-641 (-1170)) $)) (-15 -1588 ((-112))) (-15 -1588 ((-112) (-112))))) (-641 (-1170)) (-641 (-1170)) (-387)) (T -339))
+((-2237 (*1 *1 *2) (-12 (-5 *2 (-316 *5)) (-4 *5 (-387)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-316 *5)) (-4 *5 (-387)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 *2)) (-14 *4 (-641 *2)) (-4 *5 (-387)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-1170)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 *2)) (-14 *4 (-641 *2)) (-4 *5 (-387)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-316 *5)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-316 (-564))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-564)))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-407 (-949 (-564)))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-949 (-564))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-949 (-564))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-316 (-379))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-379)))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-407 (-949 (-379)))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-949 (-379))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-949 (-379))) (-5 *1 (-339 *3 *4 *5)) (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-1849 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3083 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-4326 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-2358 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-4167 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3187 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3199 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3210 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3254 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3265 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3276 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3330 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3344 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3357 (*1 *1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3714 (*1 *1) (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170))) (-14 *3 (-641 (-1170))) (-4 *4 (-387)))) (-3209 (*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-339 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-387)))) (-1588 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))) (-1588 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170))) (-4 *5 (-387)))))
+(-13 (-302) (-38 |#3|) (-1035 |#3|) (-897 (-1170)) (-10 -8 (-15 -2237 ($ (-316 |#3|))) (-15 -2347 ((-3 $ "failed") (-316 |#3|))) (-15 -2237 ($ (-1170))) (-15 -2347 ((-3 $ "failed") (-1170))) (-15 -1831 ((-316 |#3|) $)) (IF (|has| |#3| (-1035 (-564))) (PROGN (-15 -2237 ($ (-316 (-564)))) (-15 -2347 ((-3 $ "failed") (-316 (-564)))) (-15 -2237 ($ (-407 (-949 (-564))))) (-15 -2347 ((-3 $ "failed") (-407 (-949 (-564))))) (-15 -2237 ($ (-949 (-564)))) (-15 -2347 ((-3 $ "failed") (-949 (-564))))) |%noBranch|) (IF (|has| |#3| (-1035 (-379))) (PROGN (-15 -2237 ($ (-316 (-379)))) (-15 -2347 ((-3 $ "failed") (-316 (-379)))) (-15 -2237 ($ (-407 (-949 (-379))))) (-15 -2347 ((-3 $ "failed") (-407 (-949 (-379))))) (-15 -2237 ($ (-949 (-379)))) (-15 -2347 ((-3 $ "failed") (-949 (-379))))) |%noBranch|) (-15 -1849 ($ $)) (-15 -3083 ($ $)) (-15 -4326 ($ $)) (-15 -2358 ($ $)) (-15 -4167 ($ $)) (-15 -3187 ($ $)) (-15 -3199 ($ $)) (-15 -3210 ($ $)) (-15 -3254 ($ $)) (-15 -3265 ($ $)) (-15 -3276 ($ $)) (-15 -3330 ($ $)) (-15 -3344 ($ $)) (-15 -3357 ($ $)) (-15 -3714 ($)) (-15 -3209 ((-641 (-1170)) $)) (-15 -1588 ((-112))) (-15 -1588 ((-112) (-112)))))
+((-2449 ((|#8| (-1 |#5| |#1|) |#4|) 19)))
+(((-340 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2449 (|#8| (-1 |#5| |#1|) |#4|))) (-1213) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|) (-1213) (-1235 |#5|) (-1235 (-407 |#6|)) (-342 |#5| |#6| |#7|)) (T -340))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1213)) (-4 *8 (-1213)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-4 *9 (-1235 *8)) (-4 *2 (-342 *8 *9 *10)) (-5 *1 (-340 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-342 *5 *6 *7)) (-4 *10 (-1235 (-407 *9))))))
+(-10 -7 (-15 -2449 (|#8| (-1 |#5| |#1|) |#4|)))
+((-2084 (((-2 (|:| |num| (-1259 |#3|)) (|:| |den| |#3|)) $) 40)) (-3624 (($ (-1259 (-407 |#3|)) (-1259 $)) NIL) (($ (-1259 (-407 |#3|))) NIL) (($ (-1259 |#3|) |#3|) 176)) (-4107 (((-1259 $) (-1259 $)) 160)) (-3238 (((-641 (-641 |#2|))) 129)) (-4349 (((-112) |#2| |#2|) 77)) (-3031 (($ $) 151)) (-4002 (((-768)) 33)) (-1388 (((-1259 $) (-1259 $)) 222)) (-3099 (((-641 (-949 |#2|)) (-1170)) 119)) (-1978 (((-112) $) 173)) (-3683 (((-112) $) 27) (((-112) $ |#2|) 31) (((-112) $ |#3|) 226)) (-4105 (((-3 |#3| "failed")) 53)) (-3878 (((-768)) 187)) (-1350 ((|#2| $ |#2| |#2|) 143)) (-1759 (((-3 |#3| "failed")) 72)) (-3534 (($ $ (-1 (-407 |#3|) (-407 |#3|)) (-768)) NIL) (($ $ (-1 (-407 |#3|) (-407 |#3|))) NIL) (($ $ (-1 |#3| |#3|)) 230) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)) (-3562 (((-1259 $) (-1259 $)) 166)) (-2806 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 69)) (-3487 (((-112)) 35)))
+(((-341 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3238 ((-641 (-641 |#2|)))) (-15 -3099 ((-641 (-949 |#2|)) (-1170))) (-15 -2806 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -4105 ((-3 |#3| "failed"))) (-15 -1759 ((-3 |#3| "failed"))) (-15 -1350 (|#2| |#1| |#2| |#2|)) (-15 -3031 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3683 ((-112) |#1| |#3|)) (-15 -3683 ((-112) |#1| |#2|)) (-15 -3624 (|#1| (-1259 |#3|) |#3|)) (-15 -2084 ((-2 (|:| |num| (-1259 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -4107 ((-1259 |#1|) (-1259 |#1|))) (-15 -1388 ((-1259 |#1|) (-1259 |#1|))) (-15 -3562 ((-1259 |#1|) (-1259 |#1|))) (-15 -3683 ((-112) |#1|)) (-15 -1978 ((-112) |#1|)) (-15 -4349 ((-112) |#2| |#2|)) (-15 -3487 ((-112))) (-15 -3878 ((-768))) (-15 -4002 ((-768))) (-15 -3534 (|#1| |#1| (-1 (-407 |#3|) (-407 |#3|)))) (-15 -3534 (|#1| |#1| (-1 (-407 |#3|) (-407 |#3|)) (-768))) (-15 -3624 (|#1| (-1259 (-407 |#3|)))) (-15 -3624 (|#1| (-1259 (-407 |#3|)) (-1259 |#1|)))) (-342 |#2| |#3| |#4|) (-1213) (-1235 |#2|) (-1235 (-407 |#3|))) (T -341))
+((-4002 (*1 *2) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-768)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6)))) (-3878 (*1 *2) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-768)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6)))) (-3487 (*1 *2) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6)))) (-4349 (*1 *2 *3 *3) (-12 (-4 *3 (-1213)) (-4 *5 (-1235 *3)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-112)) (-5 *1 (-341 *4 *3 *5 *6)) (-4 *4 (-342 *3 *5 *6)))) (-1759 (*1 *2) (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 (-407 *2))) (-4 *2 (-1235 *4)) (-5 *1 (-341 *3 *4 *2 *5)) (-4 *3 (-342 *4 *2 *5)))) (-4105 (*1 *2) (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 (-407 *2))) (-4 *2 (-1235 *4)) (-5 *1 (-341 *3 *4 *2 *5)) (-4 *3 (-342 *4 *2 *5)))) (-3099 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *5 (-1213)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-5 *2 (-641 (-949 *5))) (-5 *1 (-341 *4 *5 *6 *7)) (-4 *4 (-342 *5 *6 *7)))) (-3238 (*1 *2) (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-641 (-641 *4))) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6)))))
+(-10 -8 (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3238 ((-641 (-641 |#2|)))) (-15 -3099 ((-641 (-949 |#2|)) (-1170))) (-15 -2806 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -4105 ((-3 |#3| "failed"))) (-15 -1759 ((-3 |#3| "failed"))) (-15 -1350 (|#2| |#1| |#2| |#2|)) (-15 -3031 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3683 ((-112) |#1| |#3|)) (-15 -3683 ((-112) |#1| |#2|)) (-15 -3624 (|#1| (-1259 |#3|) |#3|)) (-15 -2084 ((-2 (|:| |num| (-1259 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -4107 ((-1259 |#1|) (-1259 |#1|))) (-15 -1388 ((-1259 |#1|) (-1259 |#1|))) (-15 -3562 ((-1259 |#1|) (-1259 |#1|))) (-15 -3683 ((-112) |#1|)) (-15 -1978 ((-112) |#1|)) (-15 -4349 ((-112) |#2| |#2|)) (-15 -3487 ((-112))) (-15 -3878 ((-768))) (-15 -4002 ((-768))) (-15 -3534 (|#1| |#1| (-1 (-407 |#3|) (-407 |#3|)))) (-15 -3534 (|#1| |#1| (-1 (-407 |#3|) (-407 |#3|)) (-768))) (-15 -3624 (|#1| (-1259 (-407 |#3|)))) (-15 -3624 (|#1| (-1259 (-407 |#3|)) (-1259 |#1|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-2084 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) 195)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 93 (|has| (-407 |#2|) (-363)))) (-1537 (($ $) 94 (|has| (-407 |#2|) (-363)))) (-1932 (((-112) $) 96 (|has| (-407 |#2|) (-363)))) (-3390 (((-685 (-407 |#2|)) (-1259 $)) 47) (((-685 (-407 |#2|))) 62)) (-2713 (((-407 |#2|) $) 53)) (-3967 (((-1182 (-918) (-768)) (-564)) 146 (|has| (-407 |#2|) (-349)))) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 113 (|has| (-407 |#2|) (-363)))) (-3399 (((-418 $) $) 114 (|has| (-407 |#2|) (-363)))) (-3554 (((-112) $ $) 104 (|has| (-407 |#2|) (-363)))) (-3267 (((-768)) 87 (|has| (-407 |#2|) (-368)))) (-2927 (((-112)) 212)) (-2135 (((-112) |#1|) 211) (((-112) |#2|) 210)) (-1778 (($) 17 T CONST)) (-2347 (((-3 (-564) "failed") $) 169 (|has| (-407 |#2|) (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 167 (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-3 (-407 |#2|) "failed") $) 164)) (-2237 (((-564) $) 168 (|has| (-407 |#2|) (-1035 (-564)))) (((-407 (-564)) $) 166 (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-407 |#2|) $) 165)) (-3624 (($ (-1259 (-407 |#2|)) (-1259 $)) 49) (($ (-1259 (-407 |#2|))) 65) (($ (-1259 |#2|) |#2|) 194)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) 152 (|has| (-407 |#2|) (-349)))) (-1449 (($ $ $) 108 (|has| (-407 |#2|) (-363)))) (-4206 (((-685 (-407 |#2|)) $ (-1259 $)) 54) (((-685 (-407 |#2|)) $) 60)) (-4050 (((-685 (-564)) (-685 $)) 163 (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 162 (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-407 |#2|))) (|:| |vec| (-1259 (-407 |#2|)))) (-685 $) (-1259 $)) 161) (((-685 (-407 |#2|)) (-685 $)) 160)) (-4107 (((-1259 $) (-1259 $)) 200)) (-1988 (($ |#3|) 157) (((-3 $ "failed") (-407 |#3|)) 154 (|has| (-407 |#2|) (-363)))) (-3733 (((-3 $ "failed") $) 33)) (-3238 (((-641 (-641 |#1|))) 181 (|has| |#1| (-368)))) (-4349 (((-112) |#1| |#1|) 216)) (-3531 (((-918)) 55)) (-2900 (($) 90 (|has| (-407 |#2|) (-368)))) (-3272 (((-112)) 209)) (-3260 (((-112) |#1|) 208) (((-112) |#2|) 207)) (-1424 (($ $ $) 107 (|has| (-407 |#2|) (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 102 (|has| (-407 |#2|) (-363)))) (-3031 (($ $) 187)) (-1830 (($) 148 (|has| (-407 |#2|) (-349)))) (-4282 (((-112) $) 149 (|has| (-407 |#2|) (-349)))) (-3340 (($ $ (-768)) 140 (|has| (-407 |#2|) (-349))) (($ $) 139 (|has| (-407 |#2|) (-349)))) (-1420 (((-112) $) 115 (|has| (-407 |#2|) (-363)))) (-2155 (((-918) $) 151 (|has| (-407 |#2|) (-349))) (((-830 (-918)) $) 137 (|has| (-407 |#2|) (-349)))) (-2949 (((-112) $) 31)) (-4002 (((-768)) 219)) (-1388 (((-1259 $) (-1259 $)) 201)) (-3797 (((-407 |#2|) $) 52)) (-3099 (((-641 (-949 |#1|)) (-1170)) 182 (|has| |#1| (-363)))) (-2619 (((-3 $ "failed") $) 141 (|has| (-407 |#2|) (-349)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 111 (|has| (-407 |#2|) (-363)))) (-3774 ((|#3| $) 45 (|has| (-407 |#2|) (-363)))) (-1811 (((-918) $) 89 (|has| (-407 |#2|) (-368)))) (-1977 ((|#3| $) 155)) (-2740 (($ (-641 $)) 100 (|has| (-407 |#2|) (-363))) (($ $ $) 99 (|has| (-407 |#2|) (-363)))) (-2723 (((-1152) $) 9)) (-3105 (((-685 (-407 |#2|))) 196)) (-1835 (((-685 (-407 |#2|))) 198)) (-3315 (($ $) 116 (|has| (-407 |#2|) (-363)))) (-4101 (($ (-1259 |#2|) |#2|) 192)) (-3749 (((-685 (-407 |#2|))) 197)) (-3093 (((-685 (-407 |#2|))) 199)) (-3485 (((-2 (|:| |num| (-685 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 191)) (-1777 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) 193)) (-1718 (((-1259 $)) 205)) (-2359 (((-1259 $)) 206)) (-1978 (((-112) $) 204)) (-3683 (((-112) $) 203) (((-112) $ |#1|) 190) (((-112) $ |#2|) 189)) (-2884 (($) 142 (|has| (-407 |#2|) (-349)) CONST)) (-1468 (($ (-918)) 88 (|has| (-407 |#2|) (-368)))) (-4105 (((-3 |#2| "failed")) 184)) (-2780 (((-1114) $) 10)) (-3878 (((-768)) 218)) (-1426 (($) 159)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 101 (|has| (-407 |#2|) (-363)))) (-2777 (($ (-641 $)) 98 (|has| (-407 |#2|) (-363))) (($ $ $) 97 (|has| (-407 |#2|) (-363)))) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) 145 (|has| (-407 |#2|) (-349)))) (-3070 (((-418 $) $) 112 (|has| (-407 |#2|) (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| (-407 |#2|) (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 109 (|has| (-407 |#2|) (-363)))) (-1403 (((-3 $ "failed") $ $) 92 (|has| (-407 |#2|) (-363)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 103 (|has| (-407 |#2|) (-363)))) (-3920 (((-768) $) 105 (|has| (-407 |#2|) (-363)))) (-1350 ((|#1| $ |#1| |#1|) 186)) (-1759 (((-3 |#2| "failed")) 185)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 106 (|has| (-407 |#2|) (-363)))) (-3190 (((-407 |#2|) (-1259 $)) 48) (((-407 |#2|)) 61)) (-1820 (((-768) $) 150 (|has| (-407 |#2|) (-349))) (((-3 (-768) "failed") $ $) 138 (|has| (-407 |#2|) (-349)))) (-3534 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) 122 (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) 121 (|has| (-407 |#2|) (-363))) (($ $ (-1 |#2| |#2|)) 188) (($ $ (-641 (-1170)) (-641 (-768))) 129 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-4348 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-1170) (-768)) 130 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-4348 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-641 (-1170))) 131 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-4348 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-1170)) 132 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-4348 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-768)) 134 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-233))) (-4348 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) 136 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-233))) (-4348 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-4027 (((-685 (-407 |#2|)) (-1259 $) (-1 (-407 |#2|) (-407 |#2|))) 153 (|has| (-407 |#2|) (-363)))) (-3019 ((|#3|) 158)) (-3297 (($) 147 (|has| (-407 |#2|) (-349)))) (-2467 (((-1259 (-407 |#2|)) $ (-1259 $)) 51) (((-685 (-407 |#2|)) (-1259 $) (-1259 $)) 50) (((-1259 (-407 |#2|)) $) 67) (((-685 (-407 |#2|)) (-1259 $)) 66)) (-2511 (((-1259 (-407 |#2|)) $) 64) (($ (-1259 (-407 |#2|))) 63) ((|#3| $) 170) (($ |#3|) 156)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 144 (|has| (-407 |#2|) (-349)))) (-3562 (((-1259 $) (-1259 $)) 202)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ (-407 |#2|)) 38) (($ (-407 (-564))) 86 (-4078 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-1035 (-407 (-564)))))) (($ $) 91 (|has| (-407 |#2|) (-363)))) (-4018 (($ $) 143 (|has| (-407 |#2|) (-349))) (((-3 $ "failed") $) 44 (|has| (-407 |#2|) (-145)))) (-1349 ((|#3| $) 46)) (-2219 (((-768)) 28 T CONST)) (-2368 (((-112)) 215)) (-4147 (((-112) |#1|) 214) (((-112) |#2|) 213)) (-3331 (((-1259 $)) 68)) (-3939 (((-112) $ $) 95 (|has| (-407 |#2|) (-363)))) (-2806 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 183)) (-3487 (((-112)) 217)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) 124 (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) 123 (|has| (-407 |#2|) (-363))) (($ $ (-641 (-1170)) (-641 (-768))) 125 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-4348 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-1170) (-768)) 126 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-4348 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-641 (-1170))) 127 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-4348 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-1170)) 128 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) (-4348 (|has| (-407 |#2|) (-897 (-1170))) (|has| (-407 |#2|) (-363))))) (($ $ (-768)) 133 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-233))) (-4348 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) 135 (-4078 (-4348 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-233))) (-4348 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-1702 (((-112) $ $) 6)) (-1823 (($ $ $) 120 (|has| (-407 |#2|) (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 117 (|has| (-407 |#2|) (-363)))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 |#2|)) 40) (($ (-407 |#2|) $) 39) (($ (-407 (-564)) $) 119 (|has| (-407 |#2|) (-363))) (($ $ (-407 (-564))) 118 (|has| (-407 |#2|) (-363)))))
(((-342 |#1| |#2| |#3|) (-140) (-1213) (-1235 |t#1|) (-1235 (-407 |t#2|))) (T -342))
-((-3455 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-768)))) (-3442 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-768)))) (-3829 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-2102 (*1 *2 *3 *3) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3659 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3154 (*1 *2 *3) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3154 (*1 *2 *3) (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112)))) (-3901 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3944 (*1 *2 *3) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3944 (*1 *2 *3) (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112)))) (-2115 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-2740 (*1 *2 *3) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-2740 (*1 *2 *3) (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112)))) (-1620 (*1 *2) (-12 (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)))) (-2971 (*1 *2) (-12 (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)))) (-4057 (*1 *2 *1) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3851 (*1 *2 *1) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3838 (*1 *2 *2) (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))) (-3075 (*1 *2 *2) (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))) (-4080 (*1 *2 *2) (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))) (-3299 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))) (-2651 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))) (-3235 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))) (-3919 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))) (-2550 (*1 *2 *1) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-2 (|:| |num| (-1259 *4)) (|:| |den| *4))))) (-3222 (*1 *1 *2 *3) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1235 *4)) (-4 *4 (-1213)) (-4 *1 (-342 *4 *3 *5)) (-4 *5 (-1235 (-407 *3))))) (-2978 (*1 *2 *1) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-2 (|:| |num| (-1259 *4)) (|:| |den| *4))))) (-2693 (*1 *1 *2 *3) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1235 *4)) (-4 *4 (-1213)) (-4 *1 (-342 *4 *3 *5)) (-4 *5 (-1235 (-407 *3))))) (-2132 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-342 *4 *5 *6)) (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-2 (|:| |num| (-685 *5)) (|:| |den| *5))))) (-3851 (*1 *2 *1 *3) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3851 (*1 *2 *1 *3) (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112)))) (-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))) (-3912 (*1 *1 *1) (-12 (-4 *1 (-342 *2 *3 *4)) (-4 *2 (-1213)) (-4 *3 (-1235 *2)) (-4 *4 (-1235 (-407 *3))))) (-2961 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-342 *2 *3 *4)) (-4 *2 (-1213)) (-4 *3 (-1235 *2)) (-4 *4 (-1235 (-407 *3))))) (-3108 (*1 *2) (|partial| -12 (-4 *1 (-342 *3 *2 *4)) (-4 *3 (-1213)) (-4 *4 (-1235 (-407 *2))) (-4 *2 (-1235 *3)))) (-3465 (*1 *2) (|partial| -12 (-4 *1 (-342 *3 *2 *4)) (-4 *3 (-1213)) (-4 *4 (-1235 (-407 *2))) (-4 *2 (-1235 *3)))) (-3266 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-1213)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-342 *4 *5 *6)))) (-3607 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *1 (-342 *4 *5 *6)) (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-4 *4 (-363)) (-5 *2 (-641 (-949 *4))))) (-2416 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *3 (-368)) (-5 *2 (-641 (-641 *3))))))
-(-13 (-721 (-407 |t#2|) |t#3|) (-10 -8 (-15 -3455 ((-768))) (-15 -3442 ((-768))) (-15 -3829 ((-112))) (-15 -2102 ((-112) |t#1| |t#1|)) (-15 -3659 ((-112))) (-15 -3154 ((-112) |t#1|)) (-15 -3154 ((-112) |t#2|)) (-15 -3901 ((-112))) (-15 -3944 ((-112) |t#1|)) (-15 -3944 ((-112) |t#2|)) (-15 -2115 ((-112))) (-15 -2740 ((-112) |t#1|)) (-15 -2740 ((-112) |t#2|)) (-15 -1620 ((-1259 $))) (-15 -2971 ((-1259 $))) (-15 -4057 ((-112) $)) (-15 -3851 ((-112) $)) (-15 -3838 ((-1259 $) (-1259 $))) (-15 -3075 ((-1259 $) (-1259 $))) (-15 -4080 ((-1259 $) (-1259 $))) (-15 -3299 ((-685 (-407 |t#2|)))) (-15 -2651 ((-685 (-407 |t#2|)))) (-15 -3235 ((-685 (-407 |t#2|)))) (-15 -3919 ((-685 (-407 |t#2|)))) (-15 -2550 ((-2 (|:| |num| (-1259 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -3222 ($ (-1259 |t#2|) |t#2|)) (-15 -2978 ((-2 (|:| |num| (-1259 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -2693 ($ (-1259 |t#2|) |t#2|)) (-15 -2132 ((-2 (|:| |num| (-685 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -3851 ((-112) $ |t#1|)) (-15 -3851 ((-112) $ |t#2|)) (-15 -1795 ($ $ (-1 |t#2| |t#2|))) (-15 -3912 ($ $)) (-15 -2961 (|t#1| $ |t#1| |t#1|)) (-15 -3108 ((-3 |t#2| "failed"))) (-15 -3465 ((-3 |t#2| "failed"))) (-15 -3266 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-363)) (-15 -3607 ((-641 (-949 |t#1|)) (-1170))) |%noBranch|) (IF (|has| |t#1| (-368)) (-15 -2416 ((-641 (-641 |t#1|)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-38 #1=(-407 |#2|)) . T) ((-38 $) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-102) . T) ((-111 #0# #0#) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-145))) ((-147) |has| (-407 |#2|) (-147)) ((-614 #0#) -2713 (|has| (-407 |#2|) (-1035 (-407 (-564)))) (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-614 #1#) . T) ((-614 (-564)) . T) ((-614 $) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-611 (-859)) . T) ((-172) . T) ((-612 |#3|) . T) ((-231 #1#) |has| (-407 |#2|) (-363)) ((-233) -2713 (|has| (-407 |#2|) (-349)) (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363)))) ((-243) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-290) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-307) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-363) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-402) |has| (-407 |#2|) (-349)) ((-368) -2713 (|has| (-407 |#2|) (-368)) (|has| (-407 |#2|) (-349))) ((-349) |has| (-407 |#2|) (-349)) ((-370 #1# |#3|) . T) ((-409 #1# |#3|) . T) ((-377 #1#) . T) ((-411 #1#) . T) ((-452) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-556) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-644 #0#) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-644 #1#) . T) ((-644 $) . T) ((-637 #1#) . T) ((-637 (-564)) |has| (-407 |#2|) (-637 (-564))) ((-714 #0#) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-714 #1#) . T) ((-714 $) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-721 #1# |#3|) . T) ((-723) . T) ((-897 (-1170)) -12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) ((-917) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-1035 (-407 (-564))) |has| (-407 |#2|) (-1035 (-407 (-564)))) ((-1035 #1#) . T) ((-1035 (-564)) |has| (-407 |#2|) (-1035 (-564))) ((-1052 #0#) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-1052 #1#) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| (-407 |#2|) (-349)) ((-1213) -2713 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-907 |#1|) (-368)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) NIL (|has| (-907 |#1|) (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-907 |#1|) "failed") $) NIL)) (-3437 (((-907 |#1|) $) NIL)) (-3222 (($ (-1259 (-907 |#1|))) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-907 |#1|) (-368)))) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-907 |#1|) (-368)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) NIL (|has| (-907 |#1|) (-368)))) (-2398 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-3195 (($ $ (-768)) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368)))) (($ $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-2941 (((-112) $) NIL)) (-2887 (((-918) $) NIL (|has| (-907 |#1|) (-368))) (((-830 (-918)) $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-3282 (((-112) $) NIL)) (-3489 (($) NIL (|has| (-907 |#1|) (-368)))) (-1621 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-2471 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-1516 (((-3 $ "failed") $) NIL (|has| (-907 |#1|) (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 (-907 |#1|)) $) NIL) (((-1166 $) $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-2981 (((-918) $) NIL (|has| (-907 |#1|) (-368)))) (-4163 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368)))) (-1369 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-1166 (-907 |#1|)) "failed") $ $) NIL (|has| (-907 |#1|) (-368)))) (-1649 (($ $ (-1166 (-907 |#1|))) NIL (|has| (-907 |#1|) (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-907 |#1|) (-368)) CONST)) (-1359 (($ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-2350 (((-112) $) NIL)) (-4382 (((-1114) $) NIL)) (-1885 (((-955 (-1114))) NIL)) (-2739 (($) NIL (|has| (-907 |#1|) (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| (-907 |#1|) (-368)))) (-4020 (((-418 $) $) NIL)) (-2374 (((-830 (-918))) NIL) (((-918)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-768) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-768) "failed") $ $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-1358 (((-134)) NIL)) (-1795 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-4341 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3290 (((-1166 (-907 |#1|))) NIL)) (-2117 (($) NIL (|has| (-907 |#1|) (-368)))) (-3311 (($) NIL (|has| (-907 |#1|) (-368)))) (-3057 (((-1259 (-907 |#1|)) $) NIL) (((-685 (-907 |#1|)) (-1259 $)) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-907 |#1|) (-368)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-907 |#1|)) NIL)) (-2684 (($ $) NIL (|has| (-907 |#1|) (-368))) (((-3 $ "failed") $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2362 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-3256 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL) (($ $ (-907 |#1|)) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-907 |#1|)) NIL) (($ (-907 |#1|) $) NIL)))
-(((-343 |#1| |#2|) (-13 (-329 (-907 |#1|)) (-10 -7 (-15 -1885 ((-955 (-1114)))))) (-918) (-918)) (T -343))
-((-1885 (*1 *2) (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-343 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))))
-(-13 (-329 (-907 |#1|)) (-10 -7 (-15 -1885 ((-955 (-1114))))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 59)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) 57 (|has| |#1| (-368)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) NIL (|has| |#1| (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) 144)) (-3437 ((|#1| $) 115)) (-3222 (($ (-1259 |#1|)) 132)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) 123 (|has| |#1| (-368)))) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) 126 (|has| |#1| (-368)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) 162 (|has| |#1| (-368)))) (-2398 (((-112) $) 67 (|has| |#1| (-368)))) (-3195 (($ $ (-768)) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2941 (((-112) $) NIL)) (-2887 (((-918) $) 61 (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3282 (((-112) $) 63)) (-3489 (($) 164 (|has| |#1| (-368)))) (-1621 (((-112) $) NIL (|has| |#1| (-368)))) (-2471 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 |#1|) $) 119) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-2981 (((-918) $) 174 (|has| |#1| (-368)))) (-4163 (((-1166 |#1|) $) NIL (|has| |#1| (-368)))) (-1369 (((-1166 |#1|) $) NIL (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) NIL (|has| |#1| (-368)))) (-1649 (($ $ (-1166 |#1|)) NIL (|has| |#1| (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 181)) (-2558 (($) NIL (|has| |#1| (-368)) CONST)) (-1359 (($ (-918)) 99 (|has| |#1| (-368)))) (-2350 (((-112) $) 149)) (-4382 (((-1114) $) NIL)) (-1885 (((-955 (-1114))) 58)) (-2739 (($) 160 (|has| |#1| (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) 121 (|has| |#1| (-368)))) (-4020 (((-418 $) $) NIL)) (-2374 (((-830 (-918))) 93) (((-918)) 94)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-768) $) 163 (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) 156 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1358 (((-134)) NIL)) (-1795 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-4341 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3290 (((-1166 |#1|)) 124)) (-2117 (($) 161 (|has| |#1| (-368)))) (-3311 (($) 169 (|has| |#1| (-368)))) (-3057 (((-1259 |#1|) $) 78) (((-685 |#1|) (-1259 $)) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1721 (((-859) $) 177) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 103)) (-2684 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1303 (((-768)) 171 T CONST)) (-2745 (((-1259 $)) 146) (((-1259 $) (-918)) 101)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) 68 T CONST)) (-2898 (($) 106 T CONST)) (-2362 (($ $) 110 (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-3256 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-2853 (((-112) $ $) 66)) (-2983 (($ $ $) 179) (($ $ |#1|) 180)) (-2970 (($ $) 159) (($ $ $) NIL)) (-2956 (($ $ $) 87)) (** (($ $ (-918)) 183) (($ $ (-768)) 184) (($ $ (-564)) 182)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 105) (($ $ $) 104) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 178)))
-(((-344 |#1| |#2|) (-13 (-329 |#1|) (-10 -7 (-15 -1885 ((-955 (-1114)))))) (-349) (-1166 |#1|)) (T -344))
-((-1885 (*1 *2) (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-344 *3 *4)) (-4 *3 (-349)) (-14 *4 (-1166 *3)))))
-(-13 (-329 |#1|) (-10 -7 (-15 -1885 ((-955 (-1114))))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| |#1| (-368)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) NIL (|has| |#1| (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-3222 (($ (-1259 |#1|)) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-368)))) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| |#1| (-368)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) NIL (|has| |#1| (-368)))) (-2398 (((-112) $) NIL (|has| |#1| (-368)))) (-3195 (($ $ (-768)) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2941 (((-112) $) NIL)) (-2887 (((-918) $) NIL (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3282 (((-112) $) NIL)) (-3489 (($) NIL (|has| |#1| (-368)))) (-1621 (((-112) $) NIL (|has| |#1| (-368)))) (-2471 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 |#1|) $) NIL) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-2981 (((-918) $) NIL (|has| |#1| (-368)))) (-4163 (((-1166 |#1|) $) NIL (|has| |#1| (-368)))) (-1369 (((-1166 |#1|) $) NIL (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) NIL (|has| |#1| (-368)))) (-1649 (($ $ (-1166 |#1|)) NIL (|has| |#1| (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| |#1| (-368)) CONST)) (-1359 (($ (-918)) NIL (|has| |#1| (-368)))) (-2350 (((-112) $) NIL)) (-4382 (((-1114) $) NIL)) (-1885 (((-955 (-1114))) NIL)) (-2739 (($) NIL (|has| |#1| (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| |#1| (-368)))) (-4020 (((-418 $) $) NIL)) (-2374 (((-830 (-918))) NIL) (((-918)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-768) $) NIL (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1358 (((-134)) NIL)) (-1795 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-4341 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3290 (((-1166 |#1|)) NIL)) (-2117 (($) NIL (|has| |#1| (-368)))) (-3311 (($) NIL (|has| |#1| (-368)))) (-3057 (((-1259 |#1|) $) NIL) (((-685 |#1|) (-1259 $)) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) NIL)) (-2684 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2362 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-3256 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-345 |#1| |#2|) (-13 (-329 |#1|) (-10 -7 (-15 -1885 ((-955 (-1114)))))) (-349) (-918)) (T -345))
-((-1885 (*1 *2) (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-345 *3 *4)) (-4 *3 (-349)) (-14 *4 (-918)))))
-(-13 (-329 |#1|) (-10 -7 (-15 -1885 ((-955 (-1114))))))
-((-1969 (((-768) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114)))))) 61)) (-4158 (((-955 (-1114)) (-1166 |#1|)) 118)) (-3088 (((-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))) (-1166 |#1|)) 105)) (-2870 (((-685 |#1|) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114)))))) 120)) (-1576 (((-3 (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))) "failed") (-918)) 13)) (-1839 (((-3 (-1166 |#1|) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114)))))) (-918)) 18)))
-(((-346 |#1|) (-10 -7 (-15 -4158 ((-955 (-1114)) (-1166 |#1|))) (-15 -3088 ((-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))) (-1166 |#1|))) (-15 -2870 ((-685 |#1|) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))))) (-15 -1969 ((-768) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))))) (-15 -1576 ((-3 (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))) "failed") (-918))) (-15 -1839 ((-3 (-1166 |#1|) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114)))))) (-918)))) (-349)) (T -346))
-((-1839 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-3 (-1166 *4) (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114))))))) (-5 *1 (-346 *4)) (-4 *4 (-349)))) (-1576 (*1 *2 *3) (|partial| -12 (-5 *3 (-918)) (-5 *2 (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114)))))) (-5 *1 (-346 *4)) (-4 *4 (-349)))) (-1969 (*1 *2 *3) (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114)))))) (-4 *4 (-349)) (-5 *2 (-768)) (-5 *1 (-346 *4)))) (-2870 (*1 *2 *3) (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114)))))) (-4 *4 (-349)) (-5 *2 (-685 *4)) (-5 *1 (-346 *4)))) (-3088 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114)))))) (-5 *1 (-346 *4)))) (-4158 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-955 (-1114))) (-5 *1 (-346 *4)))))
-(-10 -7 (-15 -4158 ((-955 (-1114)) (-1166 |#1|))) (-15 -3088 ((-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))) (-1166 |#1|))) (-15 -2870 ((-685 |#1|) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))))) (-15 -1969 ((-768) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))))) (-15 -1576 ((-3 (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))) "failed") (-918))) (-15 -1839 ((-3 (-1166 |#1|) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114)))))) (-918))))
-((-1721 ((|#1| |#3|) 105) ((|#3| |#1|) 88)))
-(((-347 |#1| |#2| |#3|) (-10 -7 (-15 -1721 (|#3| |#1|)) (-15 -1721 (|#1| |#3|))) (-329 |#2|) (-349) (-329 |#2|)) (T -347))
-((-1721 (*1 *2 *3) (-12 (-4 *4 (-349)) (-4 *2 (-329 *4)) (-5 *1 (-347 *2 *4 *3)) (-4 *3 (-329 *4)))) (-1721 (*1 *2 *3) (-12 (-4 *4 (-349)) (-4 *2 (-329 *4)) (-5 *1 (-347 *3 *4 *2)) (-4 *3 (-329 *4)))))
-(-10 -7 (-15 -1721 (|#3| |#1|)) (-15 -1721 (|#1| |#3|)))
-((-2398 (((-112) $) 60)) (-2887 (((-830 (-918)) $) 23) (((-918) $) 66)) (-1516 (((-3 $ "failed") $) 18)) (-2558 (($) 9)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 116)) (-2031 (((-3 (-768) "failed") $ $) 94) (((-768) $) 81)) (-1795 (($ $ (-768)) NIL) (($ $) 8)) (-2117 (($) 53)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 38)) (-2684 (((-3 $ "failed") $) 45) (($ $) 44)))
-(((-348 |#1|) (-10 -8 (-15 -2887 ((-918) |#1|)) (-15 -2031 ((-768) |#1|)) (-15 -2398 ((-112) |#1|)) (-15 -2117 (|#1|)) (-15 -2700 ((-3 (-1259 |#1|) "failed") (-685 |#1|))) (-15 -2684 (|#1| |#1|)) (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -2558 (|#1|)) (-15 -1516 ((-3 |#1| "failed") |#1|)) (-15 -2031 ((-3 (-768) "failed") |#1| |#1|)) (-15 -2887 ((-830 (-918)) |#1|)) (-15 -2684 ((-3 |#1| "failed") |#1|)) (-15 -4336 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|)))) (-349)) (T -348))
-NIL
-(-10 -8 (-15 -2887 ((-918) |#1|)) (-15 -2031 ((-768) |#1|)) (-15 -2398 ((-112) |#1|)) (-15 -2117 (|#1|)) (-15 -2700 ((-3 (-1259 |#1|) "failed") (-685 |#1|))) (-15 -2684 (|#1| |#1|)) (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -2558 (|#1|)) (-15 -1516 ((-3 |#1| "failed") |#1|)) (-15 -2031 ((-3 (-768) "failed") |#1| |#1|)) (-15 -2887 ((-830 (-918)) |#1|)) (-15 -2684 ((-3 |#1| "failed") |#1|)) (-15 -4336 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-3754 (((-1182 (-918) (-768)) (-564)) 94)) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 74)) (-1798 (((-418 $) $) 73)) (-1817 (((-112) $ $) 60)) (-1860 (((-768)) 104)) (-1692 (($) 17 T CONST)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) 88)) (-2668 (($ $ $) 56)) (-3233 (((-3 $ "failed") $) 33)) (-3746 (($) 107)) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-2982 (($) 92)) (-2398 (((-112) $) 91)) (-3195 (($ $) 80) (($ $ (-768)) 79)) (-2941 (((-112) $) 72)) (-2887 (((-830 (-918)) $) 82) (((-918) $) 89)) (-3282 (((-112) $) 31)) (-1516 (((-3 $ "failed") $) 103)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-2981 (((-918) $) 106)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 71)) (-2558 (($) 102 T CONST)) (-1359 (($ (-918)) 105)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) 95)) (-4020 (((-418 $) $) 75)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2358 (((-768) $) 59)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-2031 (((-3 (-768) "failed") $ $) 81) (((-768) $) 90)) (-1795 (($ $ (-768)) 100) (($ $) 98)) (-2117 (($) 93)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 96)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67)) (-2684 (((-3 $ "failed") $) 83) (($ $) 97)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-768)) 101) (($ $) 99)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ $) 66)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
+((-4002 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-768)))) (-3878 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-768)))) (-3487 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-4349 (*1 *2 *3 *3) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-2368 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-4147 (*1 *2 *3) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-4147 (*1 *2 *3) (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112)))) (-2927 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-2135 (*1 *2 *3) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-2135 (*1 *2 *3) (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112)))) (-3272 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3260 (*1 *2 *3) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3260 (*1 *2 *3) (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112)))) (-2359 (*1 *2) (-12 (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)))) (-1718 (*1 *2) (-12 (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)))) (-1978 (*1 *2 *1) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3683 (*1 *2 *1) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3562 (*1 *2 *2) (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))) (-1388 (*1 *2 *2) (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))) (-4107 (*1 *2 *2) (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))) (-3093 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))) (-1835 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))) (-3749 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))) (-3105 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))) (-2084 (*1 *2 *1) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-2 (|:| |num| (-1259 *4)) (|:| |den| *4))))) (-3624 (*1 *1 *2 *3) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1235 *4)) (-4 *4 (-1213)) (-4 *1 (-342 *4 *3 *5)) (-4 *5 (-1235 (-407 *3))))) (-1777 (*1 *2 *1) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-2 (|:| |num| (-1259 *4)) (|:| |den| *4))))) (-4101 (*1 *1 *2 *3) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1235 *4)) (-4 *4 (-1213)) (-4 *1 (-342 *4 *3 *5)) (-4 *5 (-1235 (-407 *3))))) (-3485 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-342 *4 *5 *6)) (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-2 (|:| |num| (-685 *5)) (|:| |den| *5))))) (-3683 (*1 *2 *1 *3) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))) (-3683 (*1 *2 *1 *3) (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112)))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))) (-3031 (*1 *1 *1) (-12 (-4 *1 (-342 *2 *3 *4)) (-4 *2 (-1213)) (-4 *3 (-1235 *2)) (-4 *4 (-1235 (-407 *3))))) (-1350 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-342 *2 *3 *4)) (-4 *2 (-1213)) (-4 *3 (-1235 *2)) (-4 *4 (-1235 (-407 *3))))) (-1759 (*1 *2) (|partial| -12 (-4 *1 (-342 *3 *2 *4)) (-4 *3 (-1213)) (-4 *4 (-1235 (-407 *2))) (-4 *2 (-1235 *3)))) (-4105 (*1 *2) (|partial| -12 (-4 *1 (-342 *3 *2 *4)) (-4 *3 (-1213)) (-4 *4 (-1235 (-407 *2))) (-4 *2 (-1235 *3)))) (-2806 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-1213)) (-4 *6 (-1235 (-407 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-342 *4 *5 *6)))) (-3099 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *1 (-342 *4 *5 *6)) (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-4 *4 (-363)) (-5 *2 (-641 (-949 *4))))) (-3238 (*1 *2) (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))) (-4 *3 (-368)) (-5 *2 (-641 (-641 *3))))))
+(-13 (-721 (-407 |t#2|) |t#3|) (-10 -8 (-15 -4002 ((-768))) (-15 -3878 ((-768))) (-15 -3487 ((-112))) (-15 -4349 ((-112) |t#1| |t#1|)) (-15 -2368 ((-112))) (-15 -4147 ((-112) |t#1|)) (-15 -4147 ((-112) |t#2|)) (-15 -2927 ((-112))) (-15 -2135 ((-112) |t#1|)) (-15 -2135 ((-112) |t#2|)) (-15 -3272 ((-112))) (-15 -3260 ((-112) |t#1|)) (-15 -3260 ((-112) |t#2|)) (-15 -2359 ((-1259 $))) (-15 -1718 ((-1259 $))) (-15 -1978 ((-112) $)) (-15 -3683 ((-112) $)) (-15 -3562 ((-1259 $) (-1259 $))) (-15 -1388 ((-1259 $) (-1259 $))) (-15 -4107 ((-1259 $) (-1259 $))) (-15 -3093 ((-685 (-407 |t#2|)))) (-15 -1835 ((-685 (-407 |t#2|)))) (-15 -3749 ((-685 (-407 |t#2|)))) (-15 -3105 ((-685 (-407 |t#2|)))) (-15 -2084 ((-2 (|:| |num| (-1259 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -3624 ($ (-1259 |t#2|) |t#2|)) (-15 -1777 ((-2 (|:| |num| (-1259 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -4101 ($ (-1259 |t#2|) |t#2|)) (-15 -3485 ((-2 (|:| |num| (-685 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -3683 ((-112) $ |t#1|)) (-15 -3683 ((-112) $ |t#2|)) (-15 -3534 ($ $ (-1 |t#2| |t#2|))) (-15 -3031 ($ $)) (-15 -1350 (|t#1| $ |t#1| |t#1|)) (-15 -1759 ((-3 |t#2| "failed"))) (-15 -4105 ((-3 |t#2| "failed"))) (-15 -2806 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-363)) (-15 -3099 ((-641 (-949 |t#1|)) (-1170))) |%noBranch|) (IF (|has| |t#1| (-368)) (-15 -3238 ((-641 (-641 |t#1|)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-38 #1=(-407 |#2|)) . T) ((-38 $) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-102) . T) ((-111 #0# #0#) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-145))) ((-147) |has| (-407 |#2|) (-147)) ((-614 #0#) -4078 (|has| (-407 |#2|) (-1035 (-407 (-564)))) (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-614 #1#) . T) ((-614 (-564)) . T) ((-614 $) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-611 (-859)) . T) ((-172) . T) ((-612 |#3|) . T) ((-231 #1#) |has| (-407 |#2|) (-363)) ((-233) -4078 (|has| (-407 |#2|) (-349)) (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363)))) ((-243) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-290) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-307) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-363) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-402) |has| (-407 |#2|) (-349)) ((-368) -4078 (|has| (-407 |#2|) (-368)) (|has| (-407 |#2|) (-349))) ((-349) |has| (-407 |#2|) (-349)) ((-370 #1# |#3|) . T) ((-409 #1# |#3|) . T) ((-377 #1#) . T) ((-411 #1#) . T) ((-452) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-556) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-644 #0#) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-644 #1#) . T) ((-644 $) . T) ((-637 #1#) . T) ((-637 (-564)) |has| (-407 |#2|) (-637 (-564))) ((-714 #0#) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-714 #1#) . T) ((-714 $) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-721 #1# |#3|) . T) ((-723) . T) ((-897 (-1170)) -12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170)))) ((-917) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-1035 (-407 (-564))) |has| (-407 |#2|) (-1035 (-407 (-564)))) ((-1035 #1#) . T) ((-1035 (-564)) |has| (-407 |#2|) (-1035 (-564))) ((-1052 #0#) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))) ((-1052 #1#) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| (-407 |#2|) (-349)) ((-1213) -4078 (|has| (-407 |#2|) (-349)) (|has| (-407 |#2|) (-363))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-907 |#1|) (-368)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) NIL (|has| (-907 |#1|) (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-907 |#1|) "failed") $) NIL)) (-2237 (((-907 |#1|) $) NIL)) (-3624 (($ (-1259 (-907 |#1|))) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-907 |#1|) (-368)))) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-907 |#1|) (-368)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) NIL (|has| (-907 |#1|) (-368)))) (-4282 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-3340 (($ $ (-768)) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368)))) (($ $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-1420 (((-112) $) NIL)) (-2155 (((-918) $) NIL (|has| (-907 |#1|) (-368))) (((-830 (-918)) $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-2949 (((-112) $) NIL)) (-4311 (($) NIL (|has| (-907 |#1|) (-368)))) (-2370 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-3797 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-2619 (((-3 $ "failed") $) NIL (|has| (-907 |#1|) (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 (-907 |#1|)) $) NIL) (((-1166 $) $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-1811 (((-918) $) NIL (|has| (-907 |#1|) (-368)))) (-3696 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368)))) (-2402 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-1166 (-907 |#1|)) "failed") $ $) NIL (|has| (-907 |#1|) (-368)))) (-1372 (($ $ (-1166 (-907 |#1|))) NIL (|has| (-907 |#1|) (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-907 |#1|) (-368)) CONST)) (-1468 (($ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-1927 (((-112) $) NIL)) (-2780 (((-1114) $) NIL)) (-2910 (((-955 (-1114))) NIL)) (-1426 (($) NIL (|has| (-907 |#1|) (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| (-907 |#1|) (-368)))) (-3070 (((-418 $) $) NIL)) (-4085 (((-830 (-918))) NIL) (((-918)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-768) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-768) "failed") $ $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-3548 (((-134)) NIL)) (-3534 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-1619 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3019 (((-1166 (-907 |#1|))) NIL)) (-3297 (($) NIL (|has| (-907 |#1|) (-368)))) (-1974 (($) NIL (|has| (-907 |#1|) (-368)))) (-2467 (((-1259 (-907 |#1|)) $) NIL) (((-685 (-907 |#1|)) (-1259 $)) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-907 |#1|) (-368)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-907 |#1|)) NIL)) (-4018 (($ $) NIL (|has| (-907 |#1|) (-368))) (((-3 $ "failed") $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3962 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-3435 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL) (($ $ (-907 |#1|)) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-907 |#1|)) NIL) (($ (-907 |#1|) $) NIL)))
+(((-343 |#1| |#2|) (-13 (-329 (-907 |#1|)) (-10 -7 (-15 -2910 ((-955 (-1114)))))) (-918) (-918)) (T -343))
+((-2910 (*1 *2) (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-343 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))))
+(-13 (-329 (-907 |#1|)) (-10 -7 (-15 -2910 ((-955 (-1114))))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 59)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) 57 (|has| |#1| (-368)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) NIL (|has| |#1| (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) 144)) (-2237 ((|#1| $) 115)) (-3624 (($ (-1259 |#1|)) 132)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) 123 (|has| |#1| (-368)))) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) 126 (|has| |#1| (-368)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) 162 (|has| |#1| (-368)))) (-4282 (((-112) $) 67 (|has| |#1| (-368)))) (-3340 (($ $ (-768)) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1420 (((-112) $) NIL)) (-2155 (((-918) $) 61 (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2949 (((-112) $) 63)) (-4311 (($) 164 (|has| |#1| (-368)))) (-2370 (((-112) $) NIL (|has| |#1| (-368)))) (-3797 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 |#1|) $) 119) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-1811 (((-918) $) 174 (|has| |#1| (-368)))) (-3696 (((-1166 |#1|) $) NIL (|has| |#1| (-368)))) (-2402 (((-1166 |#1|) $) NIL (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) NIL (|has| |#1| (-368)))) (-1372 (($ $ (-1166 |#1|)) NIL (|has| |#1| (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 181)) (-2884 (($) NIL (|has| |#1| (-368)) CONST)) (-1468 (($ (-918)) 99 (|has| |#1| (-368)))) (-1927 (((-112) $) 149)) (-2780 (((-1114) $) NIL)) (-2910 (((-955 (-1114))) 58)) (-1426 (($) 160 (|has| |#1| (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) 121 (|has| |#1| (-368)))) (-3070 (((-418 $) $) NIL)) (-4085 (((-830 (-918))) 93) (((-918)) 94)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-768) $) 163 (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) 156 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3548 (((-134)) NIL)) (-3534 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1619 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3019 (((-1166 |#1|)) 124)) (-3297 (($) 161 (|has| |#1| (-368)))) (-1974 (($) 169 (|has| |#1| (-368)))) (-2467 (((-1259 |#1|) $) 78) (((-685 |#1|) (-1259 $)) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1831 (((-859) $) 177) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 103)) (-4018 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2219 (((-768)) 171 T CONST)) (-3331 (((-1259 $)) 146) (((-1259 $) (-918)) 101)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) 68 T CONST)) (-1300 (($) 106 T CONST)) (-3962 (($ $) 110 (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-3435 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1702 (((-112) $ $) 66)) (-1823 (($ $ $) 179) (($ $ |#1|) 180)) (-1808 (($ $) 159) (($ $ $) NIL)) (-1797 (($ $ $) 87)) (** (($ $ (-918)) 183) (($ $ (-768)) 184) (($ $ (-564)) 182)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 105) (($ $ $) 104) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 178)))
+(((-344 |#1| |#2|) (-13 (-329 |#1|) (-10 -7 (-15 -2910 ((-955 (-1114)))))) (-349) (-1166 |#1|)) (T -344))
+((-2910 (*1 *2) (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-344 *3 *4)) (-4 *3 (-349)) (-14 *4 (-1166 *3)))))
+(-13 (-329 |#1|) (-10 -7 (-15 -2910 ((-955 (-1114))))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| |#1| (-368)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) NIL (|has| |#1| (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-3624 (($ (-1259 |#1|)) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-368)))) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| |#1| (-368)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) NIL (|has| |#1| (-368)))) (-4282 (((-112) $) NIL (|has| |#1| (-368)))) (-3340 (($ $ (-768)) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1420 (((-112) $) NIL)) (-2155 (((-918) $) NIL (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2949 (((-112) $) NIL)) (-4311 (($) NIL (|has| |#1| (-368)))) (-2370 (((-112) $) NIL (|has| |#1| (-368)))) (-3797 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 |#1|) $) NIL) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-1811 (((-918) $) NIL (|has| |#1| (-368)))) (-3696 (((-1166 |#1|) $) NIL (|has| |#1| (-368)))) (-2402 (((-1166 |#1|) $) NIL (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) NIL (|has| |#1| (-368)))) (-1372 (($ $ (-1166 |#1|)) NIL (|has| |#1| (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| |#1| (-368)) CONST)) (-1468 (($ (-918)) NIL (|has| |#1| (-368)))) (-1927 (((-112) $) NIL)) (-2780 (((-1114) $) NIL)) (-2910 (((-955 (-1114))) NIL)) (-1426 (($) NIL (|has| |#1| (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| |#1| (-368)))) (-3070 (((-418 $) $) NIL)) (-4085 (((-830 (-918))) NIL) (((-918)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-768) $) NIL (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3548 (((-134)) NIL)) (-3534 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1619 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3019 (((-1166 |#1|)) NIL)) (-3297 (($) NIL (|has| |#1| (-368)))) (-1974 (($) NIL (|has| |#1| (-368)))) (-2467 (((-1259 |#1|) $) NIL) (((-685 |#1|) (-1259 $)) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) NIL)) (-4018 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3962 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-3435 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-345 |#1| |#2|) (-13 (-329 |#1|) (-10 -7 (-15 -2910 ((-955 (-1114)))))) (-349) (-918)) (T -345))
+((-2910 (*1 *2) (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-345 *3 *4)) (-4 *3 (-349)) (-14 *4 (-918)))))
+(-13 (-329 |#1|) (-10 -7 (-15 -2910 ((-955 (-1114))))))
+((-2430 (((-768) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114)))))) 61)) (-3632 (((-955 (-1114)) (-1166 |#1|)) 118)) (-1540 (((-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))) (-1166 |#1|)) 105)) (-2018 (((-685 |#1|) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114)))))) 120)) (-1965 (((-3 (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))) "failed") (-918)) 13)) (-3745 (((-3 (-1166 |#1|) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114)))))) (-918)) 18)))
+(((-346 |#1|) (-10 -7 (-15 -3632 ((-955 (-1114)) (-1166 |#1|))) (-15 -1540 ((-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))) (-1166 |#1|))) (-15 -2018 ((-685 |#1|) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))))) (-15 -2430 ((-768) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))))) (-15 -1965 ((-3 (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))) "failed") (-918))) (-15 -3745 ((-3 (-1166 |#1|) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114)))))) (-918)))) (-349)) (T -346))
+((-3745 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-3 (-1166 *4) (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114))))))) (-5 *1 (-346 *4)) (-4 *4 (-349)))) (-1965 (*1 *2 *3) (|partial| -12 (-5 *3 (-918)) (-5 *2 (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114)))))) (-5 *1 (-346 *4)) (-4 *4 (-349)))) (-2430 (*1 *2 *3) (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114)))))) (-4 *4 (-349)) (-5 *2 (-768)) (-5 *1 (-346 *4)))) (-2018 (*1 *2 *3) (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114)))))) (-4 *4 (-349)) (-5 *2 (-685 *4)) (-5 *1 (-346 *4)))) (-1540 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114)))))) (-5 *1 (-346 *4)))) (-3632 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-955 (-1114))) (-5 *1 (-346 *4)))))
+(-10 -7 (-15 -3632 ((-955 (-1114)) (-1166 |#1|))) (-15 -1540 ((-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))) (-1166 |#1|))) (-15 -2018 ((-685 |#1|) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))))) (-15 -2430 ((-768) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))))) (-15 -1965 ((-3 (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))) "failed") (-918))) (-15 -3745 ((-3 (-1166 |#1|) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114)))))) (-918))))
+((-1831 ((|#1| |#3|) 105) ((|#3| |#1|) 88)))
+(((-347 |#1| |#2| |#3|) (-10 -7 (-15 -1831 (|#3| |#1|)) (-15 -1831 (|#1| |#3|))) (-329 |#2|) (-349) (-329 |#2|)) (T -347))
+((-1831 (*1 *2 *3) (-12 (-4 *4 (-349)) (-4 *2 (-329 *4)) (-5 *1 (-347 *2 *4 *3)) (-4 *3 (-329 *4)))) (-1831 (*1 *2 *3) (-12 (-4 *4 (-349)) (-4 *2 (-329 *4)) (-5 *1 (-347 *3 *4 *2)) (-4 *3 (-329 *4)))))
+(-10 -7 (-15 -1831 (|#3| |#1|)) (-15 -1831 (|#1| |#3|)))
+((-4282 (((-112) $) 60)) (-2155 (((-830 (-918)) $) 23) (((-918) $) 66)) (-2619 (((-3 $ "failed") $) 18)) (-2884 (($) 9)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 116)) (-1820 (((-3 (-768) "failed") $ $) 94) (((-768) $) 81)) (-3534 (($ $ (-768)) NIL) (($ $) 8)) (-3297 (($) 53)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 38)) (-4018 (((-3 $ "failed") $) 45) (($ $) 44)))
+(((-348 |#1|) (-10 -8 (-15 -2155 ((-918) |#1|)) (-15 -1820 ((-768) |#1|)) (-15 -4282 ((-112) |#1|)) (-15 -3297 (|#1|)) (-15 -4160 ((-3 (-1259 |#1|) "failed") (-685 |#1|))) (-15 -4018 (|#1| |#1|)) (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -2884 (|#1|)) (-15 -2619 ((-3 |#1| "failed") |#1|)) (-15 -1820 ((-3 (-768) "failed") |#1| |#1|)) (-15 -2155 ((-830 (-918)) |#1|)) (-15 -4018 ((-3 |#1| "failed") |#1|)) (-15 -1574 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|)))) (-349)) (T -348))
+NIL
+(-10 -8 (-15 -2155 ((-918) |#1|)) (-15 -1820 ((-768) |#1|)) (-15 -4282 ((-112) |#1|)) (-15 -3297 (|#1|)) (-15 -4160 ((-3 (-1259 |#1|) "failed") (-685 |#1|))) (-15 -4018 (|#1| |#1|)) (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -2884 (|#1|)) (-15 -2619 ((-3 |#1| "failed") |#1|)) (-15 -1820 ((-3 (-768) "failed") |#1| |#1|)) (-15 -2155 ((-830 (-918)) |#1|)) (-15 -4018 ((-3 |#1| "failed") |#1|)) (-15 -1574 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-3967 (((-1182 (-918) (-768)) (-564)) 94)) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 74)) (-3399 (((-418 $) $) 73)) (-3554 (((-112) $ $) 60)) (-3267 (((-768)) 104)) (-1778 (($) 17 T CONST)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) 88)) (-1449 (($ $ $) 56)) (-3733 (((-3 $ "failed") $) 33)) (-2900 (($) 107)) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-1830 (($) 92)) (-4282 (((-112) $) 91)) (-3340 (($ $) 80) (($ $ (-768)) 79)) (-1420 (((-112) $) 72)) (-2155 (((-830 (-918)) $) 82) (((-918) $) 89)) (-2949 (((-112) $) 31)) (-2619 (((-3 $ "failed") $) 103)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-1811 (((-918) $) 106)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 71)) (-2884 (($) 102 T CONST)) (-1468 (($ (-918)) 105)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) 95)) (-3070 (((-418 $) $) 75)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-3920 (((-768) $) 59)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-1820 (((-3 (-768) "failed") $ $) 81) (((-768) $) 90)) (-3534 (($ $ (-768)) 100) (($ $) 98)) (-3297 (($) 93)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 96)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67)) (-4018 (((-3 $ "failed") $) 83) (($ $) 97)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-768)) 101) (($ $) 99)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ $) 66)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
(((-349) (-140)) (T -349))
-((-2684 (*1 *1 *1) (-4 *1 (-349))) (-2700 (*1 *2 *3) (|partial| -12 (-5 *3 (-685 *1)) (-4 *1 (-349)) (-5 *2 (-1259 *1)))) (-2617 (*1 *2) (-12 (-4 *1 (-349)) (-5 *2 (-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))))) (-3754 (*1 *2 *3) (-12 (-4 *1 (-349)) (-5 *3 (-564)) (-5 *2 (-1182 (-918) (-768))))) (-2117 (*1 *1) (-4 *1 (-349))) (-2982 (*1 *1) (-4 *1 (-349))) (-2398 (*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-112)))) (-2031 (*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-768)))) (-2887 (*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-918)))) (-3894 (*1 *2) (-12 (-4 *1 (-349)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(-13 (-402) (-368) (-1145) (-233) (-10 -8 (-15 -2684 ($ $)) (-15 -2700 ((-3 (-1259 $) "failed") (-685 $))) (-15 -2617 ((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564)))))) (-15 -3754 ((-1182 (-918) (-768)) (-564))) (-15 -2117 ($)) (-15 -2982 ($)) (-15 -2398 ((-112) $)) (-15 -2031 ((-768) $)) (-15 -2887 ((-918) $)) (-15 -3894 ((-3 "prime" "polynomial" "normal" "cyclic")))))
+((-4018 (*1 *1 *1) (-4 *1 (-349))) (-4160 (*1 *2 *3) (|partial| -12 (-5 *3 (-685 *1)) (-4 *1 (-349)) (-5 *2 (-1259 *1)))) (-1520 (*1 *2) (-12 (-4 *1 (-349)) (-5 *2 (-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))))) (-3967 (*1 *2 *3) (-12 (-4 *1 (-349)) (-5 *3 (-564)) (-5 *2 (-1182 (-918) (-768))))) (-3297 (*1 *1) (-4 *1 (-349))) (-1830 (*1 *1) (-4 *1 (-349))) (-4282 (*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-112)))) (-1820 (*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-768)))) (-2155 (*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-918)))) (-2870 (*1 *2) (-12 (-4 *1 (-349)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(-13 (-402) (-368) (-1145) (-233) (-10 -8 (-15 -4018 ($ $)) (-15 -4160 ((-3 (-1259 $) "failed") (-685 $))) (-15 -1520 ((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564)))))) (-15 -3967 ((-1182 (-918) (-768)) (-564))) (-15 -3297 ($)) (-15 -1830 ($)) (-15 -4282 ((-112) $)) (-15 -1820 ((-768) $)) (-15 -2155 ((-918) $)) (-15 -2870 ((-3 "prime" "polynomial" "normal" "cyclic")))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-145) . T) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-233) . T) ((-243) . T) ((-290) . T) ((-307) . T) ((-363) . T) ((-402) . T) ((-368) . T) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 $) . T) ((-723) . T) ((-917) . T) ((-1052 #0#) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) . T) ((-1213) . T))
-((-4330 (((-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) |#1|) 57)) (-1620 (((-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|)))) 55)))
-(((-350 |#1| |#2| |#3|) (-10 -7 (-15 -1620 ((-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))))) (-15 -4330 ((-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) |#1|))) (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))) (-1235 |#1|) (-409 |#1| |#2|)) (T -350))
-((-4330 (*1 *2 *3) (-12 (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *2 (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-1620 (*1 *2) (-12 (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *2 (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-409 *3 *4)))))
-(-10 -7 (-15 -1620 ((-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))))) (-15 -4330 ((-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-907 |#1|) (-368)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1969 (((-768)) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) NIL (|has| (-907 |#1|) (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-907 |#1|) "failed") $) NIL)) (-3437 (((-907 |#1|) $) NIL)) (-3222 (($ (-1259 (-907 |#1|))) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-907 |#1|) (-368)))) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-907 |#1|) (-368)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) NIL (|has| (-907 |#1|) (-368)))) (-2398 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-3195 (($ $ (-768)) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368)))) (($ $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-2941 (((-112) $) NIL)) (-2887 (((-918) $) NIL (|has| (-907 |#1|) (-368))) (((-830 (-918)) $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-3282 (((-112) $) NIL)) (-3489 (($) NIL (|has| (-907 |#1|) (-368)))) (-1621 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-2471 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-1516 (((-3 $ "failed") $) NIL (|has| (-907 |#1|) (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 (-907 |#1|)) $) NIL) (((-1166 $) $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-2981 (((-918) $) NIL (|has| (-907 |#1|) (-368)))) (-4163 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368)))) (-1369 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-1166 (-907 |#1|)) "failed") $ $) NIL (|has| (-907 |#1|) (-368)))) (-1649 (($ $ (-1166 (-907 |#1|))) NIL (|has| (-907 |#1|) (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-907 |#1|) (-368)) CONST)) (-1359 (($ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-2350 (((-112) $) NIL)) (-4382 (((-1114) $) NIL)) (-2979 (((-1259 (-641 (-2 (|:| -1411 (-907 |#1|)) (|:| -1359 (-1114)))))) NIL)) (-2476 (((-685 (-907 |#1|))) NIL)) (-2739 (($) NIL (|has| (-907 |#1|) (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| (-907 |#1|) (-368)))) (-4020 (((-418 $) $) NIL)) (-2374 (((-830 (-918))) NIL) (((-918)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-768) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-768) "failed") $ $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-1358 (((-134)) NIL)) (-1795 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-4341 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3290 (((-1166 (-907 |#1|))) NIL)) (-2117 (($) NIL (|has| (-907 |#1|) (-368)))) (-3311 (($) NIL (|has| (-907 |#1|) (-368)))) (-3057 (((-1259 (-907 |#1|)) $) NIL) (((-685 (-907 |#1|)) (-1259 $)) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-907 |#1|) (-368)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-907 |#1|)) NIL)) (-2684 (($ $) NIL (|has| (-907 |#1|) (-368))) (((-3 $ "failed") $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2362 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-3256 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL) (($ $ (-907 |#1|)) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-907 |#1|)) NIL) (($ (-907 |#1|) $) NIL)))
-(((-351 |#1| |#2|) (-13 (-329 (-907 |#1|)) (-10 -7 (-15 -2979 ((-1259 (-641 (-2 (|:| -1411 (-907 |#1|)) (|:| -1359 (-1114))))))) (-15 -2476 ((-685 (-907 |#1|)))) (-15 -1969 ((-768))))) (-918) (-918)) (T -351))
-((-2979 (*1 *2) (-12 (-5 *2 (-1259 (-641 (-2 (|:| -1411 (-907 *3)) (|:| -1359 (-1114)))))) (-5 *1 (-351 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))) (-2476 (*1 *2) (-12 (-5 *2 (-685 (-907 *3))) (-5 *1 (-351 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))) (-1969 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-351 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))))
-(-13 (-329 (-907 |#1|)) (-10 -7 (-15 -2979 ((-1259 (-641 (-2 (|:| -1411 (-907 |#1|)) (|:| -1359 (-1114))))))) (-15 -2476 ((-685 (-907 |#1|)))) (-15 -1969 ((-768)))))
-((-1709 (((-112) $ $) 76)) (-2013 (((-112) $) 90)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 ((|#1| $) 108) (($ $ (-918)) 106 (|has| |#1| (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) 177 (|has| |#1| (-368)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1969 (((-768)) 105)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) 193 (|has| |#1| (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) 130)) (-3437 ((|#1| $) 107)) (-3222 (($ (-1259 |#1|)) 74)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) 219 (|has| |#1| (-368)))) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) 189 (|has| |#1| (-368)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) 178 (|has| |#1| (-368)))) (-2398 (((-112) $) NIL (|has| |#1| (-368)))) (-3195 (($ $ (-768)) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2941 (((-112) $) NIL)) (-2887 (((-918) $) NIL (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3282 (((-112) $) NIL)) (-3489 (($) 116 (|has| |#1| (-368)))) (-1621 (((-112) $) 206 (|has| |#1| (-368)))) (-2471 ((|#1| $) 110) (($ $ (-918)) 109 (|has| |#1| (-368)))) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 |#1|) $) 220) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-2981 (((-918) $) 154 (|has| |#1| (-368)))) (-4163 (((-1166 |#1|) $) 89 (|has| |#1| (-368)))) (-1369 (((-1166 |#1|) $) 86 (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) 98 (|has| |#1| (-368)))) (-1649 (($ $ (-1166 |#1|)) 85 (|has| |#1| (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 224)) (-2558 (($) NIL (|has| |#1| (-368)) CONST)) (-1359 (($ (-918)) 157 (|has| |#1| (-368)))) (-2350 (((-112) $) 126)) (-4382 (((-1114) $) NIL)) (-2979 (((-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114)))))) 99)) (-2476 (((-685 |#1|)) 103)) (-2739 (($) 112 (|has| |#1| (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) 180 (|has| |#1| (-368)))) (-4020 (((-418 $) $) NIL)) (-2374 (((-830 (-918))) NIL) (((-918)) 181)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-768) $) NIL (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1358 (((-134)) NIL)) (-1795 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-4341 (((-830 (-918)) $) NIL) (((-918) $) 78)) (-3290 (((-1166 |#1|)) 182)) (-2117 (($) 153 (|has| |#1| (-368)))) (-3311 (($) NIL (|has| |#1| (-368)))) (-3057 (((-1259 |#1|) $) 124) (((-685 |#1|) (-1259 $)) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1721 (((-859) $) 146) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 73)) (-2684 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1303 (((-768)) 187 T CONST)) (-2745 (((-1259 $)) 203) (((-1259 $) (-918)) 119)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) 140 T CONST)) (-2898 (($) 44 T CONST)) (-2362 (($ $) 125 (|has| |#1| (-368))) (($ $ (-768)) 117 (|has| |#1| (-368)))) (-3256 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-2853 (((-112) $ $) 214)) (-2983 (($ $ $) 122) (($ $ |#1|) 123)) (-2970 (($ $) 208) (($ $ $) 212)) (-2956 (($ $ $) 210)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 159)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 217) (($ $ $) 171) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 121)))
-(((-352 |#1| |#2|) (-13 (-329 |#1|) (-10 -7 (-15 -2979 ((-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))))) (-15 -2476 ((-685 |#1|))) (-15 -1969 ((-768))))) (-349) (-3 (-1166 |#1|) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))))) (T -352))
-((-2979 (*1 *2) (-12 (-5 *2 (-1259 (-641 (-2 (|:| -1411 *3) (|:| -1359 (-1114)))))) (-5 *1 (-352 *3 *4)) (-4 *3 (-349)) (-14 *4 (-3 (-1166 *3) *2)))) (-2476 (*1 *2) (-12 (-5 *2 (-685 *3)) (-5 *1 (-352 *3 *4)) (-4 *3 (-349)) (-14 *4 (-3 (-1166 *3) (-1259 (-641 (-2 (|:| -1411 *3) (|:| -1359 (-1114))))))))) (-1969 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-352 *3 *4)) (-4 *3 (-349)) (-14 *4 (-3 (-1166 *3) (-1259 (-641 (-2 (|:| -1411 *3) (|:| -1359 (-1114))))))))))
-(-13 (-329 |#1|) (-10 -7 (-15 -2979 ((-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))))) (-15 -2476 ((-685 |#1|))) (-15 -1969 ((-768)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| |#1| (-368)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1969 (((-768)) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) NIL (|has| |#1| (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-3222 (($ (-1259 |#1|)) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-368)))) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| |#1| (-368)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) NIL (|has| |#1| (-368)))) (-2398 (((-112) $) NIL (|has| |#1| (-368)))) (-3195 (($ $ (-768)) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2941 (((-112) $) NIL)) (-2887 (((-918) $) NIL (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3282 (((-112) $) NIL)) (-3489 (($) NIL (|has| |#1| (-368)))) (-1621 (((-112) $) NIL (|has| |#1| (-368)))) (-2471 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 |#1|) $) NIL) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-2981 (((-918) $) NIL (|has| |#1| (-368)))) (-4163 (((-1166 |#1|) $) NIL (|has| |#1| (-368)))) (-1369 (((-1166 |#1|) $) NIL (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) NIL (|has| |#1| (-368)))) (-1649 (($ $ (-1166 |#1|)) NIL (|has| |#1| (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| |#1| (-368)) CONST)) (-1359 (($ (-918)) NIL (|has| |#1| (-368)))) (-2350 (((-112) $) NIL)) (-4382 (((-1114) $) NIL)) (-2979 (((-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114)))))) NIL)) (-2476 (((-685 |#1|)) NIL)) (-2739 (($) NIL (|has| |#1| (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| |#1| (-368)))) (-4020 (((-418 $) $) NIL)) (-2374 (((-830 (-918))) NIL) (((-918)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-768) $) NIL (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1358 (((-134)) NIL)) (-1795 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-4341 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3290 (((-1166 |#1|)) NIL)) (-2117 (($) NIL (|has| |#1| (-368)))) (-3311 (($) NIL (|has| |#1| (-368)))) (-3057 (((-1259 |#1|) $) NIL) (((-685 |#1|) (-1259 $)) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) NIL)) (-2684 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2362 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-3256 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-353 |#1| |#2|) (-13 (-329 |#1|) (-10 -7 (-15 -2979 ((-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))))) (-15 -2476 ((-685 |#1|))) (-15 -1969 ((-768))))) (-349) (-918)) (T -353))
-((-2979 (*1 *2) (-12 (-5 *2 (-1259 (-641 (-2 (|:| -1411 *3) (|:| -1359 (-1114)))))) (-5 *1 (-353 *3 *4)) (-4 *3 (-349)) (-14 *4 (-918)))) (-2476 (*1 *2) (-12 (-5 *2 (-685 *3)) (-5 *1 (-353 *3 *4)) (-4 *3 (-349)) (-14 *4 (-918)))) (-1969 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-353 *3 *4)) (-4 *3 (-349)) (-14 *4 (-918)))))
-(-13 (-329 |#1|) (-10 -7 (-15 -2979 ((-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))))) (-15 -2476 ((-685 |#1|))) (-15 -1969 ((-768)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-907 |#1|) (-368)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) NIL (|has| (-907 |#1|) (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-907 |#1|) "failed") $) NIL)) (-3437 (((-907 |#1|) $) NIL)) (-3222 (($ (-1259 (-907 |#1|))) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-907 |#1|) (-368)))) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-907 |#1|) (-368)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) NIL (|has| (-907 |#1|) (-368)))) (-2398 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-3195 (($ $ (-768)) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368)))) (($ $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-2941 (((-112) $) NIL)) (-2887 (((-918) $) NIL (|has| (-907 |#1|) (-368))) (((-830 (-918)) $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-3282 (((-112) $) NIL)) (-3489 (($) NIL (|has| (-907 |#1|) (-368)))) (-1621 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-2471 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-1516 (((-3 $ "failed") $) NIL (|has| (-907 |#1|) (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 (-907 |#1|)) $) NIL) (((-1166 $) $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-2981 (((-918) $) NIL (|has| (-907 |#1|) (-368)))) (-4163 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368)))) (-1369 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-1166 (-907 |#1|)) "failed") $ $) NIL (|has| (-907 |#1|) (-368)))) (-1649 (($ $ (-1166 (-907 |#1|))) NIL (|has| (-907 |#1|) (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-907 |#1|) (-368)) CONST)) (-1359 (($ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-2350 (((-112) $) NIL)) (-4382 (((-1114) $) NIL)) (-2739 (($) NIL (|has| (-907 |#1|) (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| (-907 |#1|) (-368)))) (-4020 (((-418 $) $) NIL)) (-2374 (((-830 (-918))) NIL) (((-918)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-768) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-768) "failed") $ $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-1358 (((-134)) NIL)) (-1795 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-4341 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3290 (((-1166 (-907 |#1|))) NIL)) (-2117 (($) NIL (|has| (-907 |#1|) (-368)))) (-3311 (($) NIL (|has| (-907 |#1|) (-368)))) (-3057 (((-1259 (-907 |#1|)) $) NIL) (((-685 (-907 |#1|)) (-1259 $)) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-907 |#1|) (-368)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-907 |#1|)) NIL)) (-2684 (($ $) NIL (|has| (-907 |#1|) (-368))) (((-3 $ "failed") $) NIL (-2713 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2362 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-3256 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL) (($ $ (-907 |#1|)) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-907 |#1|)) NIL) (($ (-907 |#1|) $) NIL)))
+((-1509 (((-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) |#1|) 57)) (-2359 (((-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|)))) 55)))
+(((-350 |#1| |#2| |#3|) (-10 -7 (-15 -2359 ((-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))))) (-15 -1509 ((-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) |#1|))) (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))) (-1235 |#1|) (-409 |#1| |#2|)) (T -350))
+((-1509 (*1 *2 *3) (-12 (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *2 (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-2359 (*1 *2) (-12 (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *2 (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-409 *3 *4)))))
+(-10 -7 (-15 -2359 ((-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))))) (-15 -1509 ((-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-907 |#1|) (-368)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2430 (((-768)) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) NIL (|has| (-907 |#1|) (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-907 |#1|) "failed") $) NIL)) (-2237 (((-907 |#1|) $) NIL)) (-3624 (($ (-1259 (-907 |#1|))) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-907 |#1|) (-368)))) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-907 |#1|) (-368)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) NIL (|has| (-907 |#1|) (-368)))) (-4282 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-3340 (($ $ (-768)) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368)))) (($ $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-1420 (((-112) $) NIL)) (-2155 (((-918) $) NIL (|has| (-907 |#1|) (-368))) (((-830 (-918)) $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-2949 (((-112) $) NIL)) (-4311 (($) NIL (|has| (-907 |#1|) (-368)))) (-2370 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-3797 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-2619 (((-3 $ "failed") $) NIL (|has| (-907 |#1|) (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 (-907 |#1|)) $) NIL) (((-1166 $) $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-1811 (((-918) $) NIL (|has| (-907 |#1|) (-368)))) (-3696 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368)))) (-2402 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-1166 (-907 |#1|)) "failed") $ $) NIL (|has| (-907 |#1|) (-368)))) (-1372 (($ $ (-1166 (-907 |#1|))) NIL (|has| (-907 |#1|) (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-907 |#1|) (-368)) CONST)) (-1468 (($ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-1927 (((-112) $) NIL)) (-2780 (((-1114) $) NIL)) (-1792 (((-1259 (-641 (-2 (|:| -1522 (-907 |#1|)) (|:| -1468 (-1114)))))) NIL)) (-2616 (((-685 (-907 |#1|))) NIL)) (-1426 (($) NIL (|has| (-907 |#1|) (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| (-907 |#1|) (-368)))) (-3070 (((-418 $) $) NIL)) (-4085 (((-830 (-918))) NIL) (((-918)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-768) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-768) "failed") $ $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-3548 (((-134)) NIL)) (-3534 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-1619 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3019 (((-1166 (-907 |#1|))) NIL)) (-3297 (($) NIL (|has| (-907 |#1|) (-368)))) (-1974 (($) NIL (|has| (-907 |#1|) (-368)))) (-2467 (((-1259 (-907 |#1|)) $) NIL) (((-685 (-907 |#1|)) (-1259 $)) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-907 |#1|) (-368)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-907 |#1|)) NIL)) (-4018 (($ $) NIL (|has| (-907 |#1|) (-368))) (((-3 $ "failed") $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3962 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-3435 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL) (($ $ (-907 |#1|)) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-907 |#1|)) NIL) (($ (-907 |#1|) $) NIL)))
+(((-351 |#1| |#2|) (-13 (-329 (-907 |#1|)) (-10 -7 (-15 -1792 ((-1259 (-641 (-2 (|:| -1522 (-907 |#1|)) (|:| -1468 (-1114))))))) (-15 -2616 ((-685 (-907 |#1|)))) (-15 -2430 ((-768))))) (-918) (-918)) (T -351))
+((-1792 (*1 *2) (-12 (-5 *2 (-1259 (-641 (-2 (|:| -1522 (-907 *3)) (|:| -1468 (-1114)))))) (-5 *1 (-351 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))) (-2616 (*1 *2) (-12 (-5 *2 (-685 (-907 *3))) (-5 *1 (-351 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))) (-2430 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-351 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))))
+(-13 (-329 (-907 |#1|)) (-10 -7 (-15 -1792 ((-1259 (-641 (-2 (|:| -1522 (-907 |#1|)) (|:| -1468 (-1114))))))) (-15 -2616 ((-685 (-907 |#1|)))) (-15 -2430 ((-768)))))
+((-1817 (((-112) $ $) 76)) (-1615 (((-112) $) 90)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 ((|#1| $) 108) (($ $ (-918)) 106 (|has| |#1| (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) 177 (|has| |#1| (-368)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2430 (((-768)) 105)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) 193 (|has| |#1| (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) 130)) (-2237 ((|#1| $) 107)) (-3624 (($ (-1259 |#1|)) 74)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) 219 (|has| |#1| (-368)))) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) 189 (|has| |#1| (-368)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) 178 (|has| |#1| (-368)))) (-4282 (((-112) $) NIL (|has| |#1| (-368)))) (-3340 (($ $ (-768)) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1420 (((-112) $) NIL)) (-2155 (((-918) $) NIL (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2949 (((-112) $) NIL)) (-4311 (($) 116 (|has| |#1| (-368)))) (-2370 (((-112) $) 206 (|has| |#1| (-368)))) (-3797 ((|#1| $) 110) (($ $ (-918)) 109 (|has| |#1| (-368)))) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 |#1|) $) 220) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-1811 (((-918) $) 154 (|has| |#1| (-368)))) (-3696 (((-1166 |#1|) $) 89 (|has| |#1| (-368)))) (-2402 (((-1166 |#1|) $) 86 (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) 98 (|has| |#1| (-368)))) (-1372 (($ $ (-1166 |#1|)) 85 (|has| |#1| (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 224)) (-2884 (($) NIL (|has| |#1| (-368)) CONST)) (-1468 (($ (-918)) 157 (|has| |#1| (-368)))) (-1927 (((-112) $) 126)) (-2780 (((-1114) $) NIL)) (-1792 (((-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114)))))) 99)) (-2616 (((-685 |#1|)) 103)) (-1426 (($) 112 (|has| |#1| (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) 180 (|has| |#1| (-368)))) (-3070 (((-418 $) $) NIL)) (-4085 (((-830 (-918))) NIL) (((-918)) 181)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-768) $) NIL (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3548 (((-134)) NIL)) (-3534 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1619 (((-830 (-918)) $) NIL) (((-918) $) 78)) (-3019 (((-1166 |#1|)) 182)) (-3297 (($) 153 (|has| |#1| (-368)))) (-1974 (($) NIL (|has| |#1| (-368)))) (-2467 (((-1259 |#1|) $) 124) (((-685 |#1|) (-1259 $)) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1831 (((-859) $) 146) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 73)) (-4018 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2219 (((-768)) 187 T CONST)) (-3331 (((-1259 $)) 203) (((-1259 $) (-918)) 119)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) 140 T CONST)) (-1300 (($) 44 T CONST)) (-3962 (($ $) 125 (|has| |#1| (-368))) (($ $ (-768)) 117 (|has| |#1| (-368)))) (-3435 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1702 (((-112) $ $) 214)) (-1823 (($ $ $) 122) (($ $ |#1|) 123)) (-1808 (($ $) 208) (($ $ $) 212)) (-1797 (($ $ $) 210)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 159)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 217) (($ $ $) 171) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 121)))
+(((-352 |#1| |#2|) (-13 (-329 |#1|) (-10 -7 (-15 -1792 ((-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))))) (-15 -2616 ((-685 |#1|))) (-15 -2430 ((-768))))) (-349) (-3 (-1166 |#1|) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))))) (T -352))
+((-1792 (*1 *2) (-12 (-5 *2 (-1259 (-641 (-2 (|:| -1522 *3) (|:| -1468 (-1114)))))) (-5 *1 (-352 *3 *4)) (-4 *3 (-349)) (-14 *4 (-3 (-1166 *3) *2)))) (-2616 (*1 *2) (-12 (-5 *2 (-685 *3)) (-5 *1 (-352 *3 *4)) (-4 *3 (-349)) (-14 *4 (-3 (-1166 *3) (-1259 (-641 (-2 (|:| -1522 *3) (|:| -1468 (-1114))))))))) (-2430 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-352 *3 *4)) (-4 *3 (-349)) (-14 *4 (-3 (-1166 *3) (-1259 (-641 (-2 (|:| -1522 *3) (|:| -1468 (-1114))))))))))
+(-13 (-329 |#1|) (-10 -7 (-15 -1792 ((-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))))) (-15 -2616 ((-685 |#1|))) (-15 -2430 ((-768)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| |#1| (-368)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2430 (((-768)) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) NIL (|has| |#1| (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-3624 (($ (-1259 |#1|)) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-368)))) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| |#1| (-368)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) NIL (|has| |#1| (-368)))) (-4282 (((-112) $) NIL (|has| |#1| (-368)))) (-3340 (($ $ (-768)) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1420 (((-112) $) NIL)) (-2155 (((-918) $) NIL (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2949 (((-112) $) NIL)) (-4311 (($) NIL (|has| |#1| (-368)))) (-2370 (((-112) $) NIL (|has| |#1| (-368)))) (-3797 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 |#1|) $) NIL) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-1811 (((-918) $) NIL (|has| |#1| (-368)))) (-3696 (((-1166 |#1|) $) NIL (|has| |#1| (-368)))) (-2402 (((-1166 |#1|) $) NIL (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) NIL (|has| |#1| (-368)))) (-1372 (($ $ (-1166 |#1|)) NIL (|has| |#1| (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| |#1| (-368)) CONST)) (-1468 (($ (-918)) NIL (|has| |#1| (-368)))) (-1927 (((-112) $) NIL)) (-2780 (((-1114) $) NIL)) (-1792 (((-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114)))))) NIL)) (-2616 (((-685 |#1|)) NIL)) (-1426 (($) NIL (|has| |#1| (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| |#1| (-368)))) (-3070 (((-418 $) $) NIL)) (-4085 (((-830 (-918))) NIL) (((-918)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-768) $) NIL (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3548 (((-134)) NIL)) (-3534 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1619 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3019 (((-1166 |#1|)) NIL)) (-3297 (($) NIL (|has| |#1| (-368)))) (-1974 (($) NIL (|has| |#1| (-368)))) (-2467 (((-1259 |#1|) $) NIL) (((-685 |#1|) (-1259 $)) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) NIL)) (-4018 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3962 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-3435 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-353 |#1| |#2|) (-13 (-329 |#1|) (-10 -7 (-15 -1792 ((-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))))) (-15 -2616 ((-685 |#1|))) (-15 -2430 ((-768))))) (-349) (-918)) (T -353))
+((-1792 (*1 *2) (-12 (-5 *2 (-1259 (-641 (-2 (|:| -1522 *3) (|:| -1468 (-1114)))))) (-5 *1 (-353 *3 *4)) (-4 *3 (-349)) (-14 *4 (-918)))) (-2616 (*1 *2) (-12 (-5 *2 (-685 *3)) (-5 *1 (-353 *3 *4)) (-4 *3 (-349)) (-14 *4 (-918)))) (-2430 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-353 *3 *4)) (-4 *3 (-349)) (-14 *4 (-918)))))
+(-13 (-329 |#1|) (-10 -7 (-15 -1792 ((-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))))) (-15 -2616 ((-685 |#1|))) (-15 -2430 ((-768)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-907 |#1|) (-368)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) NIL (|has| (-907 |#1|) (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-907 |#1|) "failed") $) NIL)) (-2237 (((-907 |#1|) $) NIL)) (-3624 (($ (-1259 (-907 |#1|))) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-907 |#1|) (-368)))) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-907 |#1|) (-368)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) NIL (|has| (-907 |#1|) (-368)))) (-4282 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-3340 (($ $ (-768)) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368)))) (($ $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-1420 (((-112) $) NIL)) (-2155 (((-918) $) NIL (|has| (-907 |#1|) (-368))) (((-830 (-918)) $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-2949 (((-112) $) NIL)) (-4311 (($) NIL (|has| (-907 |#1|) (-368)))) (-2370 (((-112) $) NIL (|has| (-907 |#1|) (-368)))) (-3797 (((-907 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-2619 (((-3 $ "failed") $) NIL (|has| (-907 |#1|) (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 (-907 |#1|)) $) NIL) (((-1166 $) $ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-1811 (((-918) $) NIL (|has| (-907 |#1|) (-368)))) (-3696 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368)))) (-2402 (((-1166 (-907 |#1|)) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-1166 (-907 |#1|)) "failed") $ $) NIL (|has| (-907 |#1|) (-368)))) (-1372 (($ $ (-1166 (-907 |#1|))) NIL (|has| (-907 |#1|) (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-907 |#1|) (-368)) CONST)) (-1468 (($ (-918)) NIL (|has| (-907 |#1|) (-368)))) (-1927 (((-112) $) NIL)) (-2780 (((-1114) $) NIL)) (-1426 (($) NIL (|has| (-907 |#1|) (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| (-907 |#1|) (-368)))) (-3070 (((-418 $) $) NIL)) (-4085 (((-830 (-918))) NIL) (((-918)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-768) $) NIL (|has| (-907 |#1|) (-368))) (((-3 (-768) "failed") $ $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-3548 (((-134)) NIL)) (-3534 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-1619 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3019 (((-1166 (-907 |#1|))) NIL)) (-3297 (($) NIL (|has| (-907 |#1|) (-368)))) (-1974 (($) NIL (|has| (-907 |#1|) (-368)))) (-2467 (((-1259 (-907 |#1|)) $) NIL) (((-685 (-907 |#1|)) (-1259 $)) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-907 |#1|) (-368)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-907 |#1|)) NIL)) (-4018 (($ $) NIL (|has| (-907 |#1|) (-368))) (((-3 $ "failed") $) NIL (-4078 (|has| (-907 |#1|) (-145)) (|has| (-907 |#1|) (-368))))) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3962 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-3435 (($ $) NIL (|has| (-907 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-907 |#1|) (-368)))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL) (($ $ (-907 |#1|)) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-907 |#1|)) NIL) (($ (-907 |#1|) $) NIL)))
(((-354 |#1| |#2|) (-329 (-907 |#1|)) (-918) (-918)) (T -354))
NIL
(-329 (-907 |#1|))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) 135 (|has| |#1| (-368)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) 164 (|has| |#1| (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) 109)) (-3437 ((|#1| $) 106)) (-3222 (($ (-1259 |#1|)) 101)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) 132 (|has| |#1| (-368)))) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) 98 (|has| |#1| (-368)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) 51 (|has| |#1| (-368)))) (-2398 (((-112) $) NIL (|has| |#1| (-368)))) (-3195 (($ $ (-768)) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2941 (((-112) $) NIL)) (-2887 (((-918) $) NIL (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3282 (((-112) $) NIL)) (-3489 (($) 136 (|has| |#1| (-368)))) (-1621 (((-112) $) 90 (|has| |#1| (-368)))) (-2471 ((|#1| $) 47) (($ $ (-918)) 52 (|has| |#1| (-368)))) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 |#1|) $) 79) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-2981 (((-918) $) 113 (|has| |#1| (-368)))) (-4163 (((-1166 |#1|) $) NIL (|has| |#1| (-368)))) (-1369 (((-1166 |#1|) $) NIL (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) NIL (|has| |#1| (-368)))) (-1649 (($ $ (-1166 |#1|)) NIL (|has| |#1| (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| |#1| (-368)) CONST)) (-1359 (($ (-918)) 111 (|has| |#1| (-368)))) (-2350 (((-112) $) 166)) (-4382 (((-1114) $) NIL)) (-2739 (($) 44 (|has| |#1| (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) 130 (|has| |#1| (-368)))) (-4020 (((-418 $) $) NIL)) (-2374 (((-830 (-918))) NIL) (((-918)) 163)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-768) $) NIL (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1358 (((-134)) NIL)) (-1795 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-4341 (((-830 (-918)) $) NIL) (((-918) $) 71)) (-3290 (((-1166 |#1|)) 104)) (-2117 (($) 141 (|has| |#1| (-368)))) (-3311 (($) NIL (|has| |#1| (-368)))) (-3057 (((-1259 |#1|) $) 66) (((-685 |#1|) (-1259 $)) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1721 (((-859) $) 162) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 103)) (-2684 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1303 (((-768)) 168 T CONST)) (-2745 (((-1259 $)) 125) (((-1259 $) (-918)) 60)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) 127 T CONST)) (-2898 (($) 40 T CONST)) (-2362 (($ $) 82 (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-3256 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-2853 (((-112) $ $) 123)) (-2983 (($ $ $) 115) (($ $ |#1|) 116)) (-2970 (($ $) 96) (($ $ $) 121)) (-2956 (($ $ $) 119)) (** (($ $ (-918)) NIL) (($ $ (-768)) 55) (($ $ (-564)) 145)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 94) (($ $ $) 68) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 92)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) 135 (|has| |#1| (-368)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) 164 (|has| |#1| (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) 109)) (-2237 ((|#1| $) 106)) (-3624 (($ (-1259 |#1|)) 101)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) 132 (|has| |#1| (-368)))) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) 98 (|has| |#1| (-368)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) 51 (|has| |#1| (-368)))) (-4282 (((-112) $) NIL (|has| |#1| (-368)))) (-3340 (($ $ (-768)) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1420 (((-112) $) NIL)) (-2155 (((-918) $) NIL (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2949 (((-112) $) NIL)) (-4311 (($) 136 (|has| |#1| (-368)))) (-2370 (((-112) $) 90 (|has| |#1| (-368)))) (-3797 ((|#1| $) 47) (($ $ (-918)) 52 (|has| |#1| (-368)))) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 |#1|) $) 79) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-1811 (((-918) $) 113 (|has| |#1| (-368)))) (-3696 (((-1166 |#1|) $) NIL (|has| |#1| (-368)))) (-2402 (((-1166 |#1|) $) NIL (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) NIL (|has| |#1| (-368)))) (-1372 (($ $ (-1166 |#1|)) NIL (|has| |#1| (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| |#1| (-368)) CONST)) (-1468 (($ (-918)) 111 (|has| |#1| (-368)))) (-1927 (((-112) $) 166)) (-2780 (((-1114) $) NIL)) (-1426 (($) 44 (|has| |#1| (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) 130 (|has| |#1| (-368)))) (-3070 (((-418 $) $) NIL)) (-4085 (((-830 (-918))) NIL) (((-918)) 163)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-768) $) NIL (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3548 (((-134)) NIL)) (-3534 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1619 (((-830 (-918)) $) NIL) (((-918) $) 71)) (-3019 (((-1166 |#1|)) 104)) (-3297 (($) 141 (|has| |#1| (-368)))) (-1974 (($) NIL (|has| |#1| (-368)))) (-2467 (((-1259 |#1|) $) 66) (((-685 |#1|) (-1259 $)) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1831 (((-859) $) 162) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 103)) (-4018 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2219 (((-768)) 168 T CONST)) (-3331 (((-1259 $)) 125) (((-1259 $) (-918)) 60)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) 127 T CONST)) (-1300 (($) 40 T CONST)) (-3962 (($ $) 82 (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-3435 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1702 (((-112) $ $) 123)) (-1823 (($ $ $) 115) (($ $ |#1|) 116)) (-1808 (($ $) 96) (($ $ $) 121)) (-1797 (($ $ $) 119)) (** (($ $ (-918)) NIL) (($ $ (-768)) 55) (($ $ (-564)) 145)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 94) (($ $ $) 68) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 92)))
(((-355 |#1| |#2|) (-329 |#1|) (-349) (-1166 |#1|)) (T -355))
NIL
(-329 |#1|)
-((-3050 ((|#1| (-1166 |#2|)) 65)))
-(((-356 |#1| |#2|) (-10 -7 (-15 -3050 (|#1| (-1166 |#2|)))) (-13 (-402) (-10 -7 (-15 -1721 (|#1| |#2|)) (-15 -2981 ((-918) |#1|)) (-15 -2745 ((-1259 |#1|) (-918))) (-15 -2362 (|#1| |#1|)))) (-349)) (T -356))
-((-3050 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-4 *2 (-13 (-402) (-10 -7 (-15 -1721 (*2 *4)) (-15 -2981 ((-918) *2)) (-15 -2745 ((-1259 *2) (-918))) (-15 -2362 (*2 *2))))) (-5 *1 (-356 *2 *4)))))
-(-10 -7 (-15 -3050 (|#1| (-1166 |#2|))))
-((-2741 (((-955 (-1166 |#1|)) (-1166 |#1|)) 53)) (-3746 (((-1166 |#1|) (-918) (-918)) 164) (((-1166 |#1|) (-918)) 161)) (-2398 (((-112) (-1166 |#1|)) 119)) (-3239 (((-918) (-918)) 98)) (-4001 (((-918) (-918)) 105)) (-3514 (((-918) (-918)) 96)) (-1621 (((-112) (-1166 |#1|)) 123)) (-3276 (((-3 (-1166 |#1|) "failed") (-1166 |#1|)) 146)) (-3351 (((-3 (-1166 |#1|) "failed") (-1166 |#1|)) 151)) (-4307 (((-3 (-1166 |#1|) "failed") (-1166 |#1|)) 150)) (-2969 (((-3 (-1166 |#1|) "failed") (-1166 |#1|)) 149)) (-4265 (((-3 (-1166 |#1|) "failed") (-1166 |#1|)) 142)) (-3122 (((-1166 |#1|) (-1166 |#1|)) 84)) (-3995 (((-1166 |#1|) (-918)) 156)) (-1708 (((-1166 |#1|) (-918)) 159)) (-3409 (((-1166 |#1|) (-918)) 158)) (-3957 (((-1166 |#1|) (-918)) 157)) (-1970 (((-1166 |#1|) (-918)) 154)))
-(((-357 |#1|) (-10 -7 (-15 -2398 ((-112) (-1166 |#1|))) (-15 -1621 ((-112) (-1166 |#1|))) (-15 -3514 ((-918) (-918))) (-15 -3239 ((-918) (-918))) (-15 -4001 ((-918) (-918))) (-15 -1970 ((-1166 |#1|) (-918))) (-15 -3995 ((-1166 |#1|) (-918))) (-15 -3957 ((-1166 |#1|) (-918))) (-15 -3409 ((-1166 |#1|) (-918))) (-15 -1708 ((-1166 |#1|) (-918))) (-15 -4265 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -3276 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -2969 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -4307 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -3351 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -3746 ((-1166 |#1|) (-918))) (-15 -3746 ((-1166 |#1|) (-918) (-918))) (-15 -3122 ((-1166 |#1|) (-1166 |#1|))) (-15 -2741 ((-955 (-1166 |#1|)) (-1166 |#1|)))) (-349)) (T -357))
-((-2741 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-955 (-1166 *4))) (-5 *1 (-357 *4)) (-5 *3 (-1166 *4)))) (-3122 (*1 *2 *2) (-12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-3746 (*1 *2 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-3746 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-3351 (*1 *2 *2) (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-4307 (*1 *2 *2) (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-2969 (*1 *2 *2) (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-3276 (*1 *2 *2) (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-4265 (*1 *2 *2) (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-1708 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-3409 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-3957 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-3995 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-1970 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-4001 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))) (-3239 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))) (-3514 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))) (-1621 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-112)) (-5 *1 (-357 *4)))) (-2398 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-112)) (-5 *1 (-357 *4)))))
-(-10 -7 (-15 -2398 ((-112) (-1166 |#1|))) (-15 -1621 ((-112) (-1166 |#1|))) (-15 -3514 ((-918) (-918))) (-15 -3239 ((-918) (-918))) (-15 -4001 ((-918) (-918))) (-15 -1970 ((-1166 |#1|) (-918))) (-15 -3995 ((-1166 |#1|) (-918))) (-15 -3957 ((-1166 |#1|) (-918))) (-15 -3409 ((-1166 |#1|) (-918))) (-15 -1708 ((-1166 |#1|) (-918))) (-15 -4265 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -3276 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -2969 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -4307 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -3351 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -3746 ((-1166 |#1|) (-918))) (-15 -3746 ((-1166 |#1|) (-918) (-918))) (-15 -3122 ((-1166 |#1|) (-1166 |#1|))) (-15 -2741 ((-955 (-1166 |#1|)) (-1166 |#1|))))
-((-3991 (((-3 (-641 |#3|) "failed") (-641 |#3|) |#3|) 40)))
-(((-358 |#1| |#2| |#3|) (-10 -7 (-15 -3991 ((-3 (-641 |#3|) "failed") (-641 |#3|) |#3|))) (-349) (-1235 |#1|) (-1235 |#2|)) (T -358))
-((-3991 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-349)) (-5 *1 (-358 *4 *5 *3)))))
-(-10 -7 (-15 -3991 ((-3 (-641 |#3|) "failed") (-641 |#3|) |#3|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| |#1| (-368)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) NIL (|has| |#1| (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-3222 (($ (-1259 |#1|)) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-368)))) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| |#1| (-368)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) NIL (|has| |#1| (-368)))) (-2398 (((-112) $) NIL (|has| |#1| (-368)))) (-3195 (($ $ (-768)) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2941 (((-112) $) NIL)) (-2887 (((-918) $) NIL (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3282 (((-112) $) NIL)) (-3489 (($) NIL (|has| |#1| (-368)))) (-1621 (((-112) $) NIL (|has| |#1| (-368)))) (-2471 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 |#1|) $) NIL) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-2981 (((-918) $) NIL (|has| |#1| (-368)))) (-4163 (((-1166 |#1|) $) NIL (|has| |#1| (-368)))) (-1369 (((-1166 |#1|) $) NIL (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) NIL (|has| |#1| (-368)))) (-1649 (($ $ (-1166 |#1|)) NIL (|has| |#1| (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| |#1| (-368)) CONST)) (-1359 (($ (-918)) NIL (|has| |#1| (-368)))) (-2350 (((-112) $) NIL)) (-4382 (((-1114) $) NIL)) (-2739 (($) NIL (|has| |#1| (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| |#1| (-368)))) (-4020 (((-418 $) $) NIL)) (-2374 (((-830 (-918))) NIL) (((-918)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-768) $) NIL (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1358 (((-134)) NIL)) (-1795 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-4341 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3290 (((-1166 |#1|)) NIL)) (-2117 (($) NIL (|has| |#1| (-368)))) (-3311 (($) NIL (|has| |#1| (-368)))) (-3057 (((-1259 |#1|) $) NIL) (((-685 |#1|) (-1259 $)) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) NIL)) (-2684 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2362 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-3256 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+((-2389 ((|#1| (-1166 |#2|)) 65)))
+(((-356 |#1| |#2|) (-10 -7 (-15 -2389 (|#1| (-1166 |#2|)))) (-13 (-402) (-10 -7 (-15 -1831 (|#1| |#2|)) (-15 -1811 ((-918) |#1|)) (-15 -3331 ((-1259 |#1|) (-918))) (-15 -3962 (|#1| |#1|)))) (-349)) (T -356))
+((-2389 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-4 *2 (-13 (-402) (-10 -7 (-15 -1831 (*2 *4)) (-15 -1811 ((-918) *2)) (-15 -3331 ((-1259 *2) (-918))) (-15 -3962 (*2 *2))))) (-5 *1 (-356 *2 *4)))))
+(-10 -7 (-15 -2389 (|#1| (-1166 |#2|))))
+((-3278 (((-955 (-1166 |#1|)) (-1166 |#1|)) 53)) (-2900 (((-1166 |#1|) (-918) (-918)) 164) (((-1166 |#1|) (-918)) 161)) (-4282 (((-112) (-1166 |#1|)) 119)) (-3783 (((-918) (-918)) 98)) (-1432 (((-918) (-918)) 105)) (-3400 (((-918) (-918)) 96)) (-2370 (((-112) (-1166 |#1|)) 123)) (-2886 (((-3 (-1166 |#1|) "failed") (-1166 |#1|)) 146)) (-2346 (((-3 (-1166 |#1|) "failed") (-1166 |#1|)) 151)) (-2552 (((-3 (-1166 |#1|) "failed") (-1166 |#1|)) 150)) (-1708 (((-3 (-1166 |#1|) "failed") (-1166 |#1|)) 149)) (-2179 (((-3 (-1166 |#1|) "failed") (-1166 |#1|)) 142)) (-3836 (((-1166 |#1|) (-1166 |#1|)) 84)) (-2635 (((-1166 |#1|) (-918)) 156)) (-3841 (((-1166 |#1|) (-918)) 159)) (-1650 (((-1166 |#1|) (-918)) 158)) (-2254 (((-1166 |#1|) (-918)) 157)) (-2442 (((-1166 |#1|) (-918)) 154)))
+(((-357 |#1|) (-10 -7 (-15 -4282 ((-112) (-1166 |#1|))) (-15 -2370 ((-112) (-1166 |#1|))) (-15 -3400 ((-918) (-918))) (-15 -3783 ((-918) (-918))) (-15 -1432 ((-918) (-918))) (-15 -2442 ((-1166 |#1|) (-918))) (-15 -2635 ((-1166 |#1|) (-918))) (-15 -2254 ((-1166 |#1|) (-918))) (-15 -1650 ((-1166 |#1|) (-918))) (-15 -3841 ((-1166 |#1|) (-918))) (-15 -2179 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -2886 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -1708 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -2552 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -2346 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -2900 ((-1166 |#1|) (-918))) (-15 -2900 ((-1166 |#1|) (-918) (-918))) (-15 -3836 ((-1166 |#1|) (-1166 |#1|))) (-15 -3278 ((-955 (-1166 |#1|)) (-1166 |#1|)))) (-349)) (T -357))
+((-3278 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-955 (-1166 *4))) (-5 *1 (-357 *4)) (-5 *3 (-1166 *4)))) (-3836 (*1 *2 *2) (-12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-2900 (*1 *2 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-2900 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-2346 (*1 *2 *2) (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-2552 (*1 *2 *2) (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-1708 (*1 *2 *2) (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-2886 (*1 *2 *2) (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-2179 (*1 *2 *2) (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))) (-3841 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-1650 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-2254 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-2635 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-2442 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4)) (-4 *4 (-349)))) (-1432 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))) (-3783 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))) (-3400 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))) (-2370 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-112)) (-5 *1 (-357 *4)))) (-4282 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-112)) (-5 *1 (-357 *4)))))
+(-10 -7 (-15 -4282 ((-112) (-1166 |#1|))) (-15 -2370 ((-112) (-1166 |#1|))) (-15 -3400 ((-918) (-918))) (-15 -3783 ((-918) (-918))) (-15 -1432 ((-918) (-918))) (-15 -2442 ((-1166 |#1|) (-918))) (-15 -2635 ((-1166 |#1|) (-918))) (-15 -2254 ((-1166 |#1|) (-918))) (-15 -1650 ((-1166 |#1|) (-918))) (-15 -3841 ((-1166 |#1|) (-918))) (-15 -2179 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -2886 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -1708 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -2552 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -2346 ((-3 (-1166 |#1|) "failed") (-1166 |#1|))) (-15 -2900 ((-1166 |#1|) (-918))) (-15 -2900 ((-1166 |#1|) (-918) (-918))) (-15 -3836 ((-1166 |#1|) (-1166 |#1|))) (-15 -3278 ((-955 (-1166 |#1|)) (-1166 |#1|))))
+((-2601 (((-3 (-641 |#3|) "failed") (-641 |#3|) |#3|) 40)))
+(((-358 |#1| |#2| |#3|) (-10 -7 (-15 -2601 ((-3 (-641 |#3|) "failed") (-641 |#3|) |#3|))) (-349) (-1235 |#1|) (-1235 |#2|)) (T -358))
+((-2601 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-349)) (-5 *1 (-358 *4 *5 *3)))))
+(-10 -7 (-15 -2601 ((-3 (-641 |#3|) "failed") (-641 |#3|) |#3|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| |#1| (-368)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) NIL (|has| |#1| (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-3624 (($ (-1259 |#1|)) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-368)))) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| |#1| (-368)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) NIL (|has| |#1| (-368)))) (-4282 (((-112) $) NIL (|has| |#1| (-368)))) (-3340 (($ $ (-768)) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1420 (((-112) $) NIL)) (-2155 (((-918) $) NIL (|has| |#1| (-368))) (((-830 (-918)) $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2949 (((-112) $) NIL)) (-4311 (($) NIL (|has| |#1| (-368)))) (-2370 (((-112) $) NIL (|has| |#1| (-368)))) (-3797 ((|#1| $) NIL) (($ $ (-918)) NIL (|has| |#1| (-368)))) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 |#1|) $) NIL) (((-1166 $) $ (-918)) NIL (|has| |#1| (-368)))) (-1811 (((-918) $) NIL (|has| |#1| (-368)))) (-3696 (((-1166 |#1|) $) NIL (|has| |#1| (-368)))) (-2402 (((-1166 |#1|) $) NIL (|has| |#1| (-368))) (((-3 (-1166 |#1|) "failed") $ $) NIL (|has| |#1| (-368)))) (-1372 (($ $ (-1166 |#1|)) NIL (|has| |#1| (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| |#1| (-368)) CONST)) (-1468 (($ (-918)) NIL (|has| |#1| (-368)))) (-1927 (((-112) $) NIL)) (-2780 (((-1114) $) NIL)) (-1426 (($) NIL (|has| |#1| (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| |#1| (-368)))) (-3070 (((-418 $) $) NIL)) (-4085 (((-830 (-918))) NIL) (((-918)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-768) $) NIL (|has| |#1| (-368))) (((-3 (-768) "failed") $ $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3548 (((-134)) NIL)) (-3534 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1619 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3019 (((-1166 |#1|)) NIL)) (-3297 (($) NIL (|has| |#1| (-368)))) (-1974 (($) NIL (|has| |#1| (-368)))) (-2467 (((-1259 |#1|) $) NIL) (((-685 |#1|) (-1259 $)) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-368)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) NIL)) (-4018 (($ $) NIL (|has| |#1| (-368))) (((-3 $ "failed") $) NIL (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3962 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-3435 (($ $) NIL (|has| |#1| (-368))) (($ $ (-768)) NIL (|has| |#1| (-368)))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
(((-359 |#1| |#2|) (-329 |#1|) (-349) (-918)) (T -359))
NIL
(-329 |#1|)
-((-3097 (((-112) (-641 (-949 |#1|))) 40)) (-3497 (((-641 (-949 |#1|)) (-641 (-949 |#1|))) 52)) (-2528 (((-3 (-641 (-949 |#1|)) "failed") (-641 (-949 |#1|))) 47)))
-(((-360 |#1| |#2|) (-10 -7 (-15 -3097 ((-112) (-641 (-949 |#1|)))) (-15 -2528 ((-3 (-641 (-949 |#1|)) "failed") (-641 (-949 |#1|)))) (-15 -3497 ((-641 (-949 |#1|)) (-641 (-949 |#1|))))) (-452) (-641 (-1170))) (T -360))
-((-3497 (*1 *2 *2) (-12 (-5 *2 (-641 (-949 *3))) (-4 *3 (-452)) (-5 *1 (-360 *3 *4)) (-14 *4 (-641 (-1170))))) (-2528 (*1 *2 *2) (|partial| -12 (-5 *2 (-641 (-949 *3))) (-4 *3 (-452)) (-5 *1 (-360 *3 *4)) (-14 *4 (-641 (-1170))))) (-3097 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-452)) (-5 *2 (-112)) (-5 *1 (-360 *4 *5)) (-14 *5 (-641 (-1170))))))
-(-10 -7 (-15 -3097 ((-112) (-641 (-949 |#1|)))) (-15 -2528 ((-3 (-641 (-949 |#1|)) "failed") (-641 (-949 |#1|)))) (-15 -3497 ((-641 (-949 |#1|)) (-641 (-949 |#1|)))))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768) $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) 17)) (-3421 ((|#1| $ (-564)) NIL)) (-2977 (((-564) $ (-564)) NIL)) (-4371 (($ (-1 |#1| |#1|) $) 34)) (-1354 (($ (-1 (-564) (-564)) $) 26)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 28)) (-4382 (((-1114) $) NIL)) (-2798 (((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-564)))) $) 30)) (-3601 (($ $ $) NIL)) (-1923 (($ $ $) NIL)) (-1721 (((-859) $) 40) (($ |#1|) NIL)) (-2898 (($) 11 T CONST)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL) (($ |#1| (-564)) 19)) (* (($ $ $) 53) (($ |#1| $) 23) (($ $ |#1|) 21)))
-(((-361 |#1|) (-13 (-473) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-564))) (-15 -1860 ((-768) $)) (-15 -2977 ((-564) $ (-564))) (-15 -3421 (|#1| $ (-564))) (-15 -1354 ($ (-1 (-564) (-564)) $)) (-15 -4371 ($ (-1 |#1| |#1|) $)) (-15 -2798 ((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-564)))) $)))) (-1094)) (T -361))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-361 *2)) (-4 *2 (-1094)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-361 *2)) (-4 *2 (-1094)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-361 *2)) (-4 *2 (-1094)))) (-1860 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-361 *3)) (-4 *3 (-1094)))) (-2977 (*1 *2 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-361 *3)) (-4 *3 (-1094)))) (-3421 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-361 *2)) (-4 *2 (-1094)))) (-1354 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-564) (-564))) (-5 *1 (-361 *3)) (-4 *3 (-1094)))) (-4371 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-361 *3)))) (-2798 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 (-564))))) (-5 *1 (-361 *3)) (-4 *3 (-1094)))))
-(-13 (-473) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-564))) (-15 -1860 ((-768) $)) (-15 -2977 ((-564) $ (-564))) (-15 -3421 (|#1| $ (-564))) (-15 -1354 ($ (-1 (-564) (-564)) $)) (-15 -4371 ($ (-1 |#1| |#1|) $)) (-15 -2798 ((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-564)))) $))))
-((-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 13)) (-4010 (($ $) 14)) (-1798 (((-418 $) $) 33)) (-2941 (((-112) $) 29)) (-4247 (($ $) 18)) (-3377 (($ $ $) 24) (($ (-641 $)) NIL)) (-4020 (((-418 $) $) 34)) (-2628 (((-3 $ "failed") $ $) 23)) (-2358 (((-768) $) 27)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 38)) (-1720 (((-112) $ $) 15)) (-2983 (($ $ $) 36)))
-(((-362 |#1|) (-10 -8 (-15 -2983 (|#1| |#1| |#1|)) (-15 -4247 (|#1| |#1|)) (-15 -2941 ((-112) |#1|)) (-15 -1798 ((-418 |#1|) |#1|)) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -3737 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -2358 ((-768) |#1|)) (-15 -3377 (|#1| (-641 |#1|))) (-15 -3377 (|#1| |#1| |#1|)) (-15 -1720 ((-112) |#1| |#1|)) (-15 -4010 (|#1| |#1|)) (-15 -2163 ((-2 (|:| -4023 |#1|) (|:| -4399 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#1|))) (-363)) (T -362))
-NIL
-(-10 -8 (-15 -2983 (|#1| |#1| |#1|)) (-15 -4247 (|#1| |#1|)) (-15 -2941 ((-112) |#1|)) (-15 -1798 ((-418 |#1|) |#1|)) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -3737 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -2358 ((-768) |#1|)) (-15 -3377 (|#1| (-641 |#1|))) (-15 -3377 (|#1| |#1| |#1|)) (-15 -1720 ((-112) |#1| |#1|)) (-15 -4010 (|#1| |#1|)) (-15 -2163 ((-2 (|:| -4023 |#1|) (|:| -4399 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 74)) (-1798 (((-418 $) $) 73)) (-1817 (((-112) $ $) 60)) (-1692 (($) 17 T CONST)) (-2668 (($ $ $) 56)) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-2941 (((-112) $) 72)) (-3282 (((-112) $) 31)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 71)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-4020 (((-418 $) $) 75)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2358 (((-768) $) 59)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ $) 66)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
+((-1628 (((-112) (-641 (-949 |#1|))) 40)) (-4385 (((-641 (-949 |#1|)) (-641 (-949 |#1|))) 52)) (-3109 (((-3 (-641 (-949 |#1|)) "failed") (-641 (-949 |#1|))) 47)))
+(((-360 |#1| |#2|) (-10 -7 (-15 -1628 ((-112) (-641 (-949 |#1|)))) (-15 -3109 ((-3 (-641 (-949 |#1|)) "failed") (-641 (-949 |#1|)))) (-15 -4385 ((-641 (-949 |#1|)) (-641 (-949 |#1|))))) (-452) (-641 (-1170))) (T -360))
+((-4385 (*1 *2 *2) (-12 (-5 *2 (-641 (-949 *3))) (-4 *3 (-452)) (-5 *1 (-360 *3 *4)) (-14 *4 (-641 (-1170))))) (-3109 (*1 *2 *2) (|partial| -12 (-5 *2 (-641 (-949 *3))) (-4 *3 (-452)) (-5 *1 (-360 *3 *4)) (-14 *4 (-641 (-1170))))) (-1628 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-452)) (-5 *2 (-112)) (-5 *1 (-360 *4 *5)) (-14 *5 (-641 (-1170))))))
+(-10 -7 (-15 -1628 ((-112) (-641 (-949 |#1|)))) (-15 -3109 ((-3 (-641 (-949 |#1|)) "failed") (-641 (-949 |#1|)))) (-15 -4385 ((-641 (-949 |#1|)) (-641 (-949 |#1|)))))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768) $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) 17)) (-1765 ((|#1| $ (-564)) NIL)) (-1767 (((-564) $ (-564)) NIL)) (-1934 (($ (-1 |#1| |#1|) $) 34)) (-3228 (($ (-1 (-564) (-564)) $) 26)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 28)) (-2780 (((-1114) $) NIL)) (-3840 (((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-564)))) $) 30)) (-3047 (($ $ $) NIL)) (-1992 (($ $ $) NIL)) (-1831 (((-859) $) 40) (($ |#1|) NIL)) (-1300 (($) 11 T CONST)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL) (($ |#1| (-564)) 19)) (* (($ $ $) 53) (($ |#1| $) 23) (($ $ |#1|) 21)))
+(((-361 |#1|) (-13 (-473) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-564))) (-15 -3267 ((-768) $)) (-15 -1767 ((-564) $ (-564))) (-15 -1765 (|#1| $ (-564))) (-15 -3228 ($ (-1 (-564) (-564)) $)) (-15 -1934 ($ (-1 |#1| |#1|) $)) (-15 -3840 ((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-564)))) $)))) (-1094)) (T -361))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-361 *2)) (-4 *2 (-1094)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-361 *2)) (-4 *2 (-1094)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-361 *2)) (-4 *2 (-1094)))) (-3267 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-361 *3)) (-4 *3 (-1094)))) (-1767 (*1 *2 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-361 *3)) (-4 *3 (-1094)))) (-1765 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-361 *2)) (-4 *2 (-1094)))) (-3228 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-564) (-564))) (-5 *1 (-361 *3)) (-4 *3 (-1094)))) (-1934 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-361 *3)))) (-3840 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 (-564))))) (-5 *1 (-361 *3)) (-4 *3 (-1094)))))
+(-13 (-473) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-564))) (-15 -3267 ((-768) $)) (-15 -1767 ((-564) $ (-564))) (-15 -1765 (|#1| $ (-564))) (-15 -3228 ($ (-1 (-564) (-564)) $)) (-15 -1934 ($ (-1 |#1| |#1|) $)) (-15 -3840 ((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-564)))) $))))
+((-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 13)) (-1537 (($ $) 14)) (-3399 (((-418 $) $) 33)) (-1420 (((-112) $) 29)) (-3315 (($ $) 18)) (-2777 (($ $ $) 24) (($ (-641 $)) NIL)) (-3070 (((-418 $) $) 34)) (-1403 (((-3 $ "failed") $ $) 23)) (-3920 (((-768) $) 27)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 38)) (-3939 (((-112) $ $) 15)) (-1823 (($ $ $) 36)))
+(((-362 |#1|) (-10 -8 (-15 -1823 (|#1| |#1| |#1|)) (-15 -3315 (|#1| |#1|)) (-15 -1420 ((-112) |#1|)) (-15 -3399 ((-418 |#1|) |#1|)) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -1922 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -3920 ((-768) |#1|)) (-15 -2777 (|#1| (-641 |#1|))) (-15 -2777 (|#1| |#1| |#1|)) (-15 -3939 ((-112) |#1| |#1|)) (-15 -1537 (|#1| |#1|)) (-15 -3784 ((-2 (|:| -1674 |#1|) (|:| -4393 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#1|))) (-363)) (T -362))
+NIL
+(-10 -8 (-15 -1823 (|#1| |#1| |#1|)) (-15 -3315 (|#1| |#1|)) (-15 -1420 ((-112) |#1|)) (-15 -3399 ((-418 |#1|) |#1|)) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -1922 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -3920 ((-768) |#1|)) (-15 -2777 (|#1| (-641 |#1|))) (-15 -2777 (|#1| |#1| |#1|)) (-15 -3939 ((-112) |#1| |#1|)) (-15 -1537 (|#1| |#1|)) (-15 -3784 ((-2 (|:| -1674 |#1|) (|:| -4393 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 74)) (-3399 (((-418 $) $) 73)) (-3554 (((-112) $ $) 60)) (-1778 (($) 17 T CONST)) (-1449 (($ $ $) 56)) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-1420 (((-112) $) 72)) (-2949 (((-112) $) 31)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 71)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3070 (((-418 $) $) 75)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-3920 (((-768) $) 59)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ $) 66)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
(((-363) (-140)) (T -363))
-((-2983 (*1 *1 *1 *1) (-4 *1 (-363))))
-(-13 (-307) (-1213) (-243) (-10 -8 (-15 -2983 ($ $ $)) (-6 -4410) (-6 -4404)))
+((-1823 (*1 *1 *1 *1) (-4 *1 (-363))))
+(-13 (-307) (-1213) (-243) (-10 -8 (-15 -1823 ($ $ $)) (-6 -4404) (-6 -4398)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-243) . T) ((-290) . T) ((-307) . T) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 $) . T) ((-723) . T) ((-917) . T) ((-1052 #0#) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) . T))
-((-1709 (((-112) $ $) 7)) (-3501 ((|#2| $ |#2|) 13)) (-2664 (($ $ (-1152)) 18)) (-1456 ((|#2| $) 14)) (-1940 (($ |#1|) 20) (($ |#1| (-1152)) 19)) (-2540 ((|#1| $) 16)) (-2811 (((-1152) $) 9)) (-1306 (((-1152) $) 15)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-3728 (($ $) 17)) (-2853 (((-112) $ $) 6)))
+((-1817 (((-112) $ $) 7)) (-3239 ((|#2| $ |#2|) 13)) (-1940 (($ $ (-1152)) 18)) (-3218 ((|#2| $) 14)) (-1669 (($ |#1|) 20) (($ |#1| (-1152)) 19)) (-1316 ((|#1| $) 16)) (-2723 (((-1152) $) 9)) (-3455 (((-1152) $) 15)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1846 (($ $) 17)) (-1702 (((-112) $ $) 6)))
(((-364 |#1| |#2|) (-140) (-1094) (-1094)) (T -364))
-((-1940 (*1 *1 *2) (-12 (-4 *1 (-364 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-1940 (*1 *1 *2 *3) (-12 (-5 *3 (-1152)) (-4 *1 (-364 *2 *4)) (-4 *2 (-1094)) (-4 *4 (-1094)))) (-2664 (*1 *1 *1 *2) (-12 (-5 *2 (-1152)) (-4 *1 (-364 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-3728 (*1 *1 *1) (-12 (-4 *1 (-364 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-2540 (*1 *2 *1) (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1094)))) (-1306 (*1 *2 *1) (-12 (-4 *1 (-364 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-5 *2 (-1152)))) (-1456 (*1 *2 *1) (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))) (-3501 (*1 *2 *1 *2) (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
-(-13 (-1094) (-10 -8 (-15 -1940 ($ |t#1|)) (-15 -1940 ($ |t#1| (-1152))) (-15 -2664 ($ $ (-1152))) (-15 -3728 ($ $)) (-15 -2540 (|t#1| $)) (-15 -1306 ((-1152) $)) (-15 -1456 (|t#2| $)) (-15 -3501 (|t#2| $ |t#2|))))
+((-1669 (*1 *1 *2) (-12 (-4 *1 (-364 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-1669 (*1 *1 *2 *3) (-12 (-5 *3 (-1152)) (-4 *1 (-364 *2 *4)) (-4 *2 (-1094)) (-4 *4 (-1094)))) (-1940 (*1 *1 *1 *2) (-12 (-5 *2 (-1152)) (-4 *1 (-364 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-1846 (*1 *1 *1) (-12 (-4 *1 (-364 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-1316 (*1 *2 *1) (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1094)))) (-3455 (*1 *2 *1) (-12 (-4 *1 (-364 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-5 *2 (-1152)))) (-3218 (*1 *2 *1) (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))) (-3239 (*1 *2 *1 *2) (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
+(-13 (-1094) (-10 -8 (-15 -1669 ($ |t#1|)) (-15 -1669 ($ |t#1| (-1152))) (-15 -1940 ($ $ (-1152))) (-15 -1846 ($ $)) (-15 -1316 (|t#1| $)) (-15 -3455 ((-1152) $)) (-15 -3218 (|t#2| $)) (-15 -3239 (|t#2| $ |t#2|))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-3501 ((|#1| $ |#1|) 31)) (-2664 (($ $ (-1152)) 23)) (-2611 (((-3 |#1| "failed") $) 30)) (-1456 ((|#1| $) 28)) (-1940 (($ (-388)) 22) (($ (-388) (-1152)) 21)) (-2540 (((-388) $) 25)) (-2811 (((-1152) $) NIL)) (-1306 (((-1152) $) 26)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 20)) (-3728 (($ $) 24)) (-2853 (((-112) $ $) 19)))
-(((-365 |#1|) (-13 (-364 (-388) |#1|) (-10 -8 (-15 -2611 ((-3 |#1| "failed") $)))) (-1094)) (T -365))
-((-2611 (*1 *2 *1) (|partial| -12 (-5 *1 (-365 *2)) (-4 *2 (-1094)))))
-(-13 (-364 (-388) |#1|) (-10 -8 (-15 -2611 ((-3 |#1| "failed") $))))
-((-2315 (((-1259 (-685 |#2|)) (-1259 $)) 70)) (-2660 (((-685 |#2|) (-1259 $)) 141)) (-3268 ((|#2| $) 39)) (-1931 (((-685 |#2|) $ (-1259 $)) 144)) (-2816 (((-3 $ "failed") $) 91)) (-1945 ((|#2| $) 42)) (-2829 (((-1166 |#2|) $) 99)) (-1660 ((|#2| (-1259 $)) 124)) (-3390 (((-1166 |#2|) $) 34)) (-1936 (((-112)) 118)) (-3222 (($ (-1259 |#2|) (-1259 $)) 134)) (-3233 (((-3 $ "failed") $) 95)) (-2516 (((-112)) 112)) (-4250 (((-112)) 107)) (-1595 (((-112)) 61)) (-1325 (((-685 |#2|) (-1259 $)) 139)) (-3820 ((|#2| $) 38)) (-2572 (((-685 |#2|) $ (-1259 $)) 143)) (-3126 (((-3 $ "failed") $) 89)) (-2502 ((|#2| $) 41)) (-1438 (((-1166 |#2|) $) 98)) (-1485 ((|#2| (-1259 $)) 122)) (-3677 (((-1166 |#2|) $) 32)) (-1517 (((-112)) 117)) (-2141 (((-112)) 109)) (-2264 (((-112)) 59)) (-3338 (((-112)) 104)) (-3234 (((-112)) 119)) (-3057 (((-1259 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) (-1259 $) (-1259 $)) 130)) (-4311 (((-112)) 115)) (-3394 (((-641 (-1259 |#2|))) 103)) (-2012 (((-112)) 116)) (-1380 (((-112)) 113)) (-2425 (((-112)) 54)) (-2508 (((-112)) 120)))
-(((-366 |#1| |#2|) (-10 -8 (-15 -2829 ((-1166 |#2|) |#1|)) (-15 -1438 ((-1166 |#2|) |#1|)) (-15 -3394 ((-641 (-1259 |#2|)))) (-15 -2816 ((-3 |#1| "failed") |#1|)) (-15 -3126 ((-3 |#1| "failed") |#1|)) (-15 -3233 ((-3 |#1| "failed") |#1|)) (-15 -4250 ((-112))) (-15 -2141 ((-112))) (-15 -2516 ((-112))) (-15 -2264 ((-112))) (-15 -1595 ((-112))) (-15 -3338 ((-112))) (-15 -2508 ((-112))) (-15 -3234 ((-112))) (-15 -1936 ((-112))) (-15 -1517 ((-112))) (-15 -2425 ((-112))) (-15 -2012 ((-112))) (-15 -1380 ((-112))) (-15 -4311 ((-112))) (-15 -3390 ((-1166 |#2|) |#1|)) (-15 -3677 ((-1166 |#2|) |#1|)) (-15 -2660 ((-685 |#2|) (-1259 |#1|))) (-15 -1325 ((-685 |#2|) (-1259 |#1|))) (-15 -1660 (|#2| (-1259 |#1|))) (-15 -1485 (|#2| (-1259 |#1|))) (-15 -3222 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -1945 (|#2| |#1|)) (-15 -2502 (|#2| |#1|)) (-15 -3268 (|#2| |#1|)) (-15 -3820 (|#2| |#1|)) (-15 -1931 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2572 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2315 ((-1259 (-685 |#2|)) (-1259 |#1|)))) (-367 |#2|) (-172)) (T -366))
-((-4311 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-1380 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2012 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2425 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-1517 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-1936 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-3234 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2508 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-3338 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-1595 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2264 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2516 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2141 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-4250 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-3394 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-641 (-1259 *4))) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))))
-(-10 -8 (-15 -2829 ((-1166 |#2|) |#1|)) (-15 -1438 ((-1166 |#2|) |#1|)) (-15 -3394 ((-641 (-1259 |#2|)))) (-15 -2816 ((-3 |#1| "failed") |#1|)) (-15 -3126 ((-3 |#1| "failed") |#1|)) (-15 -3233 ((-3 |#1| "failed") |#1|)) (-15 -4250 ((-112))) (-15 -2141 ((-112))) (-15 -2516 ((-112))) (-15 -2264 ((-112))) (-15 -1595 ((-112))) (-15 -3338 ((-112))) (-15 -2508 ((-112))) (-15 -3234 ((-112))) (-15 -1936 ((-112))) (-15 -1517 ((-112))) (-15 -2425 ((-112))) (-15 -2012 ((-112))) (-15 -1380 ((-112))) (-15 -4311 ((-112))) (-15 -3390 ((-1166 |#2|) |#1|)) (-15 -3677 ((-1166 |#2|) |#1|)) (-15 -2660 ((-685 |#2|) (-1259 |#1|))) (-15 -1325 ((-685 |#2|) (-1259 |#1|))) (-15 -1660 (|#2| (-1259 |#1|))) (-15 -1485 (|#2| (-1259 |#1|))) (-15 -3222 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -1945 (|#2| |#1|)) (-15 -2502 (|#2| |#1|)) (-15 -3268 (|#2| |#1|)) (-15 -3820 (|#2| |#1|)) (-15 -1931 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2572 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2315 ((-1259 (-685 |#2|)) (-1259 |#1|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4023 (((-3 $ "failed")) 37 (|has| |#1| (-556)))) (-2071 (((-3 $ "failed") $ $) 19)) (-2315 (((-1259 (-685 |#1|)) (-1259 $)) 78)) (-2262 (((-1259 $)) 81)) (-1692 (($) 17 T CONST)) (-2121 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) 40 (|has| |#1| (-556)))) (-3441 (((-3 $ "failed")) 38 (|has| |#1| (-556)))) (-2660 (((-685 |#1|) (-1259 $)) 65)) (-3268 ((|#1| $) 74)) (-1931 (((-685 |#1|) $ (-1259 $)) 76)) (-2816 (((-3 $ "failed") $) 45 (|has| |#1| (-556)))) (-4095 (($ $ (-918)) 28)) (-1945 ((|#1| $) 72)) (-2829 (((-1166 |#1|) $) 42 (|has| |#1| (-556)))) (-1660 ((|#1| (-1259 $)) 67)) (-3390 (((-1166 |#1|) $) 63)) (-1936 (((-112)) 57)) (-3222 (($ (-1259 |#1|) (-1259 $)) 69)) (-3233 (((-3 $ "failed") $) 47 (|has| |#1| (-556)))) (-3147 (((-918)) 80)) (-1826 (((-112)) 54)) (-3668 (($ $ (-918)) 33)) (-2516 (((-112)) 50)) (-4250 (((-112)) 48)) (-1595 (((-112)) 52)) (-1398 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) 41 (|has| |#1| (-556)))) (-1386 (((-3 $ "failed")) 39 (|has| |#1| (-556)))) (-1325 (((-685 |#1|) (-1259 $)) 66)) (-3820 ((|#1| $) 75)) (-2572 (((-685 |#1|) $ (-1259 $)) 77)) (-3126 (((-3 $ "failed") $) 46 (|has| |#1| (-556)))) (-2824 (($ $ (-918)) 29)) (-2502 ((|#1| $) 73)) (-1438 (((-1166 |#1|) $) 43 (|has| |#1| (-556)))) (-1485 ((|#1| (-1259 $)) 68)) (-3677 (((-1166 |#1|) $) 64)) (-1517 (((-112)) 58)) (-2811 (((-1152) $) 9)) (-2141 (((-112)) 49)) (-2264 (((-112)) 51)) (-3338 (((-112)) 53)) (-4382 (((-1114) $) 10)) (-3234 (((-112)) 56)) (-3057 (((-1259 |#1|) $ (-1259 $)) 71) (((-685 |#1|) (-1259 $) (-1259 $)) 70)) (-3580 (((-641 (-949 |#1|)) (-1259 $)) 79)) (-1923 (($ $ $) 25)) (-4311 (((-112)) 62)) (-1721 (((-859) $) 11)) (-3394 (((-641 (-1259 |#1|))) 44 (|has| |#1| (-556)))) (-2933 (($ $ $ $) 26)) (-2012 (((-112)) 60)) (-3710 (($ $ $) 24)) (-1380 (((-112)) 61)) (-2425 (((-112)) 59)) (-2508 (((-112)) 55)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 30)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
+((-1817 (((-112) $ $) NIL)) (-3239 ((|#1| $ |#1|) 31)) (-1940 (($ $ (-1152)) 23)) (-1460 (((-3 |#1| "failed") $) 30)) (-3218 ((|#1| $) 28)) (-1669 (($ (-388)) 22) (($ (-388) (-1152)) 21)) (-1316 (((-388) $) 25)) (-2723 (((-1152) $) NIL)) (-3455 (((-1152) $) 26)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 20)) (-1846 (($ $) 24)) (-1702 (((-112) $ $) 19)))
+(((-365 |#1|) (-13 (-364 (-388) |#1|) (-10 -8 (-15 -1460 ((-3 |#1| "failed") $)))) (-1094)) (T -365))
+((-1460 (*1 *2 *1) (|partial| -12 (-5 *1 (-365 *2)) (-4 *2 (-1094)))))
+(-13 (-364 (-388) |#1|) (-10 -8 (-15 -1460 ((-3 |#1| "failed") $))))
+((-1546 (((-1259 (-685 |#2|)) (-1259 $)) 70)) (-1911 (((-685 |#2|) (-1259 $)) 141)) (-2825 ((|#2| $) 39)) (-2050 (((-685 |#2|) $ (-1259 $)) 144)) (-2767 (((-3 $ "failed") $) 91)) (-2166 ((|#2| $) 42)) (-2878 (((-1166 |#2|) $) 99)) (-1476 ((|#2| (-1259 $)) 124)) (-1475 (((-1166 |#2|) $) 34)) (-2103 (((-112)) 118)) (-3624 (($ (-1259 |#2|) (-1259 $)) 134)) (-3733 (((-3 $ "failed") $) 95)) (-3001 (((-112)) 112)) (-3261 (((-112)) 107)) (-2130 (((-112)) 61)) (-2510 (((-685 |#2|) (-1259 $)) 139)) (-3385 ((|#2| $) 38)) (-2289 (((-685 |#2|) $ (-1259 $)) 143)) (-3874 (((-3 $ "failed") $) 89)) (-2873 ((|#2| $) 41)) (-4146 (((-1166 |#2|) $) 98)) (-3525 ((|#2| (-1259 $)) 122)) (-2582 (((-1166 |#2|) $) 32)) (-2628 (((-112)) 117)) (-3582 (((-112)) 109)) (-2317 (((-112)) 59)) (-2241 (((-112)) 104)) (-3740 (((-112)) 119)) (-2467 (((-1259 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) (-1259 $) (-1259 $)) 130)) (-2595 (((-112)) 115)) (-1488 (((-641 (-1259 |#2|))) 103)) (-1604 (((-112)) 116)) (-3830 (((-112)) 113)) (-3335 (((-112)) 54)) (-2921 (((-112)) 120)))
+(((-366 |#1| |#2|) (-10 -8 (-15 -2878 ((-1166 |#2|) |#1|)) (-15 -4146 ((-1166 |#2|) |#1|)) (-15 -1488 ((-641 (-1259 |#2|)))) (-15 -2767 ((-3 |#1| "failed") |#1|)) (-15 -3874 ((-3 |#1| "failed") |#1|)) (-15 -3733 ((-3 |#1| "failed") |#1|)) (-15 -3261 ((-112))) (-15 -3582 ((-112))) (-15 -3001 ((-112))) (-15 -2317 ((-112))) (-15 -2130 ((-112))) (-15 -2241 ((-112))) (-15 -2921 ((-112))) (-15 -3740 ((-112))) (-15 -2103 ((-112))) (-15 -2628 ((-112))) (-15 -3335 ((-112))) (-15 -1604 ((-112))) (-15 -3830 ((-112))) (-15 -2595 ((-112))) (-15 -1475 ((-1166 |#2|) |#1|)) (-15 -2582 ((-1166 |#2|) |#1|)) (-15 -1911 ((-685 |#2|) (-1259 |#1|))) (-15 -2510 ((-685 |#2|) (-1259 |#1|))) (-15 -1476 (|#2| (-1259 |#1|))) (-15 -3525 (|#2| (-1259 |#1|))) (-15 -3624 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -2166 (|#2| |#1|)) (-15 -2873 (|#2| |#1|)) (-15 -2825 (|#2| |#1|)) (-15 -3385 (|#2| |#1|)) (-15 -2050 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2289 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -1546 ((-1259 (-685 |#2|)) (-1259 |#1|)))) (-367 |#2|) (-172)) (T -366))
+((-2595 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-3830 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-1604 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-3335 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2628 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2103 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-3740 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2921 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2241 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2130 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-2317 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-3001 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-3582 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-3261 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))) (-1488 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-641 (-1259 *4))) (-5 *1 (-366 *3 *4)) (-4 *3 (-367 *4)))))
+(-10 -8 (-15 -2878 ((-1166 |#2|) |#1|)) (-15 -4146 ((-1166 |#2|) |#1|)) (-15 -1488 ((-641 (-1259 |#2|)))) (-15 -2767 ((-3 |#1| "failed") |#1|)) (-15 -3874 ((-3 |#1| "failed") |#1|)) (-15 -3733 ((-3 |#1| "failed") |#1|)) (-15 -3261 ((-112))) (-15 -3582 ((-112))) (-15 -3001 ((-112))) (-15 -2317 ((-112))) (-15 -2130 ((-112))) (-15 -2241 ((-112))) (-15 -2921 ((-112))) (-15 -3740 ((-112))) (-15 -2103 ((-112))) (-15 -2628 ((-112))) (-15 -3335 ((-112))) (-15 -1604 ((-112))) (-15 -3830 ((-112))) (-15 -2595 ((-112))) (-15 -1475 ((-1166 |#2|) |#1|)) (-15 -2582 ((-1166 |#2|) |#1|)) (-15 -1911 ((-685 |#2|) (-1259 |#1|))) (-15 -2510 ((-685 |#2|) (-1259 |#1|))) (-15 -1476 (|#2| (-1259 |#1|))) (-15 -3525 (|#2| (-1259 |#1|))) (-15 -3624 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -2166 (|#2| |#1|)) (-15 -2873 (|#2| |#1|)) (-15 -2825 (|#2| |#1|)) (-15 -3385 (|#2| |#1|)) (-15 -2050 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2289 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -1546 ((-1259 (-685 |#2|)) (-1259 |#1|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-1674 (((-3 $ "failed")) 37 (|has| |#1| (-556)))) (-4088 (((-3 $ "failed") $ $) 19)) (-1546 (((-1259 (-685 |#1|)) (-1259 $)) 78)) (-2294 (((-1259 $)) 81)) (-1778 (($) 17 T CONST)) (-3353 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) 40 (|has| |#1| (-556)))) (-3868 (((-3 $ "failed")) 38 (|has| |#1| (-556)))) (-1911 (((-685 |#1|) (-1259 $)) 65)) (-2825 ((|#1| $) 74)) (-2050 (((-685 |#1|) $ (-1259 $)) 76)) (-2767 (((-3 $ "failed") $) 45 (|has| |#1| (-556)))) (-4221 (($ $ (-918)) 28)) (-2166 ((|#1| $) 72)) (-2878 (((-1166 |#1|) $) 42 (|has| |#1| (-556)))) (-1476 ((|#1| (-1259 $)) 67)) (-1475 (((-1166 |#1|) $) 63)) (-2103 (((-112)) 57)) (-3624 (($ (-1259 |#1|) (-1259 $)) 69)) (-3733 (((-3 $ "failed") $) 47 (|has| |#1| (-556)))) (-3531 (((-918)) 80)) (-3628 (((-112)) 54)) (-2482 (($ $ (-918)) 33)) (-3001 (((-112)) 50)) (-3261 (((-112)) 48)) (-2130 (((-112)) 52)) (-1907 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) 41 (|has| |#1| (-556)))) (-2302 (((-3 $ "failed")) 39 (|has| |#1| (-556)))) (-2510 (((-685 |#1|) (-1259 $)) 66)) (-3385 ((|#1| $) 75)) (-2289 (((-685 |#1|) $ (-1259 $)) 77)) (-3874 (((-3 $ "failed") $) 46 (|has| |#1| (-556)))) (-2839 (($ $ (-918)) 29)) (-2873 ((|#1| $) 73)) (-4146 (((-1166 |#1|) $) 43 (|has| |#1| (-556)))) (-3525 ((|#1| (-1259 $)) 68)) (-2582 (((-1166 |#1|) $) 64)) (-2628 (((-112)) 58)) (-2723 (((-1152) $) 9)) (-3582 (((-112)) 49)) (-2317 (((-112)) 51)) (-2241 (((-112)) 53)) (-2780 (((-1114) $) 10)) (-3740 (((-112)) 56)) (-2467 (((-1259 |#1|) $ (-1259 $)) 71) (((-685 |#1|) (-1259 $) (-1259 $)) 70)) (-2852 (((-641 (-949 |#1|)) (-1259 $)) 79)) (-1992 (($ $ $) 25)) (-2595 (((-112)) 62)) (-1831 (((-859) $) 11)) (-1488 (((-641 (-1259 |#1|))) 44 (|has| |#1| (-556)))) (-2611 (($ $ $ $) 26)) (-1604 (((-112)) 60)) (-1656 (($ $ $) 24)) (-3830 (((-112)) 61)) (-3335 (((-112)) 59)) (-2921 (((-112)) 55)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 30)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
(((-367 |#1|) (-140) (-172)) (T -367))
-((-2262 (*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1259 *1)) (-4 *1 (-367 *3)))) (-3147 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-918)))) (-3580 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-641 (-949 *4))))) (-2315 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-1259 (-685 *4))))) (-2572 (*1 *2 *1 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-1931 (*1 *2 *1 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-3820 (*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-3268 (*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-2502 (*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-1945 (*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-3057 (*1 *2 *1 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-1259 *4)))) (-3057 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-3222 (*1 *1 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1259 *1)) (-4 *4 (-172)) (-4 *1 (-367 *4)))) (-1485 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-1660 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-1325 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-2660 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-3677 (*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-1166 *3)))) (-3390 (*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-1166 *3)))) (-4311 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1380 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2012 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2425 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1517 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1936 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3234 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2508 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1826 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3338 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1595 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2264 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2516 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2141 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-4250 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3233 (*1 *1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556)))) (-3126 (*1 *1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556)))) (-2816 (*1 *1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556)))) (-3394 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556)) (-5 *2 (-641 (-1259 *3))))) (-1438 (*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556)) (-5 *2 (-1166 *3)))) (-2829 (*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556)) (-5 *2 (-1166 *3)))) (-1398 (*1 *2) (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172)) (-5 *2 (-2 (|:| |particular| *1) (|:| -2745 (-641 *1)))) (-4 *1 (-367 *3)))) (-2121 (*1 *2) (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172)) (-5 *2 (-2 (|:| |particular| *1) (|:| -2745 (-641 *1)))) (-4 *1 (-367 *3)))) (-1386 (*1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172)))) (-3441 (*1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172)))) (-4023 (*1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172)))))
-(-13 (-741 |t#1|) (-10 -8 (-15 -2262 ((-1259 $))) (-15 -3147 ((-918))) (-15 -3580 ((-641 (-949 |t#1|)) (-1259 $))) (-15 -2315 ((-1259 (-685 |t#1|)) (-1259 $))) (-15 -2572 ((-685 |t#1|) $ (-1259 $))) (-15 -1931 ((-685 |t#1|) $ (-1259 $))) (-15 -3820 (|t#1| $)) (-15 -3268 (|t#1| $)) (-15 -2502 (|t#1| $)) (-15 -1945 (|t#1| $)) (-15 -3057 ((-1259 |t#1|) $ (-1259 $))) (-15 -3057 ((-685 |t#1|) (-1259 $) (-1259 $))) (-15 -3222 ($ (-1259 |t#1|) (-1259 $))) (-15 -1485 (|t#1| (-1259 $))) (-15 -1660 (|t#1| (-1259 $))) (-15 -1325 ((-685 |t#1|) (-1259 $))) (-15 -2660 ((-685 |t#1|) (-1259 $))) (-15 -3677 ((-1166 |t#1|) $)) (-15 -3390 ((-1166 |t#1|) $)) (-15 -4311 ((-112))) (-15 -1380 ((-112))) (-15 -2012 ((-112))) (-15 -2425 ((-112))) (-15 -1517 ((-112))) (-15 -1936 ((-112))) (-15 -3234 ((-112))) (-15 -2508 ((-112))) (-15 -1826 ((-112))) (-15 -3338 ((-112))) (-15 -1595 ((-112))) (-15 -2264 ((-112))) (-15 -2516 ((-112))) (-15 -2141 ((-112))) (-15 -4250 ((-112))) (IF (|has| |t#1| (-556)) (PROGN (-15 -3233 ((-3 $ "failed") $)) (-15 -3126 ((-3 $ "failed") $)) (-15 -2816 ((-3 $ "failed") $)) (-15 -3394 ((-641 (-1259 |t#1|)))) (-15 -1438 ((-1166 |t#1|) $)) (-15 -2829 ((-1166 |t#1|) $)) (-15 -1398 ((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed"))) (-15 -2121 ((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed"))) (-15 -1386 ((-3 $ "failed"))) (-15 -3441 ((-3 $ "failed"))) (-15 -4023 ((-3 $ "failed"))) (-6 -4409)) |%noBranch|)))
+((-2294 (*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1259 *1)) (-4 *1 (-367 *3)))) (-3531 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-918)))) (-2852 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-641 (-949 *4))))) (-1546 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-1259 (-685 *4))))) (-2289 (*1 *2 *1 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-2050 (*1 *2 *1 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-3385 (*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-2825 (*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-2873 (*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-2166 (*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-2467 (*1 *2 *1 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-1259 *4)))) (-2467 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-3624 (*1 *1 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1259 *1)) (-4 *4 (-172)) (-4 *1 (-367 *4)))) (-3525 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-1476 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *2)) (-4 *2 (-172)))) (-2510 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-1911 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-2582 (*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-1166 *3)))) (-1475 (*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-1166 *3)))) (-2595 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3830 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1604 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3335 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2628 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2103 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3740 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2921 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3628 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2241 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2130 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2317 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3001 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3582 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3261 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3733 (*1 *1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556)))) (-3874 (*1 *1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556)))) (-2767 (*1 *1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556)))) (-1488 (*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556)) (-5 *2 (-641 (-1259 *3))))) (-4146 (*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556)) (-5 *2 (-1166 *3)))) (-2878 (*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556)) (-5 *2 (-1166 *3)))) (-1907 (*1 *2) (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172)) (-5 *2 (-2 (|:| |particular| *1) (|:| -3331 (-641 *1)))) (-4 *1 (-367 *3)))) (-3353 (*1 *2) (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172)) (-5 *2 (-2 (|:| |particular| *1) (|:| -3331 (-641 *1)))) (-4 *1 (-367 *3)))) (-2302 (*1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172)))) (-3868 (*1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172)))) (-1674 (*1 *1) (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172)))))
+(-13 (-741 |t#1|) (-10 -8 (-15 -2294 ((-1259 $))) (-15 -3531 ((-918))) (-15 -2852 ((-641 (-949 |t#1|)) (-1259 $))) (-15 -1546 ((-1259 (-685 |t#1|)) (-1259 $))) (-15 -2289 ((-685 |t#1|) $ (-1259 $))) (-15 -2050 ((-685 |t#1|) $ (-1259 $))) (-15 -3385 (|t#1| $)) (-15 -2825 (|t#1| $)) (-15 -2873 (|t#1| $)) (-15 -2166 (|t#1| $)) (-15 -2467 ((-1259 |t#1|) $ (-1259 $))) (-15 -2467 ((-685 |t#1|) (-1259 $) (-1259 $))) (-15 -3624 ($ (-1259 |t#1|) (-1259 $))) (-15 -3525 (|t#1| (-1259 $))) (-15 -1476 (|t#1| (-1259 $))) (-15 -2510 ((-685 |t#1|) (-1259 $))) (-15 -1911 ((-685 |t#1|) (-1259 $))) (-15 -2582 ((-1166 |t#1|) $)) (-15 -1475 ((-1166 |t#1|) $)) (-15 -2595 ((-112))) (-15 -3830 ((-112))) (-15 -1604 ((-112))) (-15 -3335 ((-112))) (-15 -2628 ((-112))) (-15 -2103 ((-112))) (-15 -3740 ((-112))) (-15 -2921 ((-112))) (-15 -3628 ((-112))) (-15 -2241 ((-112))) (-15 -2130 ((-112))) (-15 -2317 ((-112))) (-15 -3001 ((-112))) (-15 -3582 ((-112))) (-15 -3261 ((-112))) (IF (|has| |t#1| (-556)) (PROGN (-15 -3733 ((-3 $ "failed") $)) (-15 -3874 ((-3 $ "failed") $)) (-15 -2767 ((-3 $ "failed") $)) (-15 -1488 ((-641 (-1259 |t#1|)))) (-15 -4146 ((-1166 |t#1|) $)) (-15 -2878 ((-1166 |t#1|) $)) (-15 -1907 ((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed"))) (-15 -3353 ((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed"))) (-15 -2302 ((-3 $ "failed"))) (-15 -3868 ((-3 $ "failed"))) (-15 -1674 ((-3 $ "failed"))) (-6 -4403)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-714 |#1|) . T) ((-717) . T) ((-741 |#1|) . T) ((-758) . T) ((-1052 |#1|) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 7)) (-1860 (((-768)) 16)) (-3746 (($) 13)) (-2981 (((-918) $) 14)) (-2811 (((-1152) $) 9)) (-1359 (($ (-918)) 15)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 6)))
+((-1817 (((-112) $ $) 7)) (-3267 (((-768)) 16)) (-2900 (($) 13)) (-1811 (((-918) $) 14)) (-2723 (((-1152) $) 9)) (-1468 (($ (-918)) 15)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 6)))
(((-368) (-140)) (T -368))
-((-1860 (*1 *2) (-12 (-4 *1 (-368)) (-5 *2 (-768)))) (-1359 (*1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-368)))) (-2981 (*1 *2 *1) (-12 (-4 *1 (-368)) (-5 *2 (-918)))) (-3746 (*1 *1) (-4 *1 (-368))))
-(-13 (-1094) (-10 -8 (-15 -1860 ((-768))) (-15 -1359 ($ (-918))) (-15 -2981 ((-918) $)) (-15 -3746 ($))))
+((-3267 (*1 *2) (-12 (-4 *1 (-368)) (-5 *2 (-768)))) (-1468 (*1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-368)))) (-1811 (*1 *2 *1) (-12 (-4 *1 (-368)) (-5 *2 (-918)))) (-2900 (*1 *1) (-4 *1 (-368))))
+(-13 (-1094) (-10 -8 (-15 -3267 ((-768))) (-15 -1468 ($ (-918))) (-15 -1811 ((-918) $)) (-15 -2900 ($))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-4133 (((-685 |#2|) (-1259 $)) 47)) (-3222 (($ (-1259 |#2|) (-1259 $)) 41)) (-3160 (((-685 |#2|) $ (-1259 $)) 49)) (-3928 ((|#2| (-1259 $)) 13)) (-3057 (((-1259 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) (-1259 $) (-1259 $)) 27)))
-(((-369 |#1| |#2| |#3|) (-10 -8 (-15 -4133 ((-685 |#2|) (-1259 |#1|))) (-15 -3928 (|#2| (-1259 |#1|))) (-15 -3222 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -3160 ((-685 |#2|) |#1| (-1259 |#1|)))) (-370 |#2| |#3|) (-172) (-1235 |#2|)) (T -369))
+((-3390 (((-685 |#2|) (-1259 $)) 47)) (-3624 (($ (-1259 |#2|) (-1259 $)) 41)) (-4206 (((-685 |#2|) $ (-1259 $)) 49)) (-3190 ((|#2| (-1259 $)) 13)) (-2467 (((-1259 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) (-1259 $) (-1259 $)) 27)))
+(((-369 |#1| |#2| |#3|) (-10 -8 (-15 -3390 ((-685 |#2|) (-1259 |#1|))) (-15 -3190 (|#2| (-1259 |#1|))) (-15 -3624 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -4206 ((-685 |#2|) |#1| (-1259 |#1|)))) (-370 |#2| |#3|) (-172) (-1235 |#2|)) (T -369))
NIL
-(-10 -8 (-15 -4133 ((-685 |#2|) (-1259 |#1|))) (-15 -3928 (|#2| (-1259 |#1|))) (-15 -3222 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -3160 ((-685 |#2|) |#1| (-1259 |#1|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4133 (((-685 |#1|) (-1259 $)) 47)) (-4321 ((|#1| $) 53)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3222 (($ (-1259 |#1|) (-1259 $)) 49)) (-3160 (((-685 |#1|) $ (-1259 $)) 54)) (-3233 (((-3 $ "failed") $) 33)) (-3147 (((-918)) 55)) (-3282 (((-112) $) 31)) (-2471 ((|#1| $) 52)) (-2162 ((|#2| $) 45 (|has| |#1| (-363)))) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-3928 ((|#1| (-1259 $)) 48)) (-3057 (((-1259 |#1|) $ (-1259 $)) 51) (((-685 |#1|) (-1259 $) (-1259 $)) 50)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38)) (-2684 (((-3 $ "failed") $) 44 (|has| |#1| (-145)))) (-4120 ((|#2| $) 46)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39)))
+(-10 -8 (-15 -3390 ((-685 |#2|) (-1259 |#1|))) (-15 -3190 (|#2| (-1259 |#1|))) (-15 -3624 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -4206 ((-685 |#2|) |#1| (-1259 |#1|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3390 (((-685 |#1|) (-1259 $)) 47)) (-2713 ((|#1| $) 53)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3624 (($ (-1259 |#1|) (-1259 $)) 49)) (-4206 (((-685 |#1|) $ (-1259 $)) 54)) (-3733 (((-3 $ "failed") $) 33)) (-3531 (((-918)) 55)) (-2949 (((-112) $) 31)) (-3797 ((|#1| $) 52)) (-3774 ((|#2| $) 45 (|has| |#1| (-363)))) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3190 ((|#1| (-1259 $)) 48)) (-2467 (((-1259 |#1|) $ (-1259 $)) 51) (((-685 |#1|) (-1259 $) (-1259 $)) 50)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38)) (-4018 (((-3 $ "failed") $) 44 (|has| |#1| (-145)))) (-1349 ((|#2| $) 46)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39)))
(((-370 |#1| |#2|) (-140) (-172) (-1235 |t#1|)) (T -370))
-((-3147 (*1 *2) (-12 (-4 *1 (-370 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-918)))) (-3160 (*1 *2 *1 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4)))) (-4321 (*1 *2 *1) (-12 (-4 *1 (-370 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172)))) (-2471 (*1 *2 *1) (-12 (-4 *1 (-370 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172)))) (-3057 (*1 *2 *1 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-1259 *4)))) (-3057 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4)))) (-3222 (*1 *1 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1259 *1)) (-4 *4 (-172)) (-4 *1 (-370 *4 *5)) (-4 *5 (-1235 *4)))) (-3928 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *2 *4)) (-4 *4 (-1235 *2)) (-4 *2 (-172)))) (-4133 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4)))) (-4120 (*1 *2 *1) (-12 (-4 *1 (-370 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3)))) (-2162 (*1 *2 *1) (-12 (-4 *1 (-370 *3 *2)) (-4 *3 (-172)) (-4 *3 (-363)) (-4 *2 (-1235 *3)))))
-(-13 (-38 |t#1|) (-10 -8 (-15 -3147 ((-918))) (-15 -3160 ((-685 |t#1|) $ (-1259 $))) (-15 -4321 (|t#1| $)) (-15 -2471 (|t#1| $)) (-15 -3057 ((-1259 |t#1|) $ (-1259 $))) (-15 -3057 ((-685 |t#1|) (-1259 $) (-1259 $))) (-15 -3222 ($ (-1259 |t#1|) (-1259 $))) (-15 -3928 (|t#1| (-1259 $))) (-15 -4133 ((-685 |t#1|) (-1259 $))) (-15 -4120 (|t#2| $)) (IF (|has| |t#1| (-363)) (-15 -2162 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|)))
+((-3531 (*1 *2) (-12 (-4 *1 (-370 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-918)))) (-4206 (*1 *2 *1 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4)))) (-2713 (*1 *2 *1) (-12 (-4 *1 (-370 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172)))) (-3797 (*1 *2 *1) (-12 (-4 *1 (-370 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172)))) (-2467 (*1 *2 *1 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-1259 *4)))) (-2467 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4)))) (-3624 (*1 *1 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1259 *1)) (-4 *4 (-172)) (-4 *1 (-370 *4 *5)) (-4 *5 (-1235 *4)))) (-3190 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *2 *4)) (-4 *4 (-1235 *2)) (-4 *2 (-172)))) (-3390 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4)))) (-1349 (*1 *2 *1) (-12 (-4 *1 (-370 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3)))) (-3774 (*1 *2 *1) (-12 (-4 *1 (-370 *3 *2)) (-4 *3 (-172)) (-4 *3 (-363)) (-4 *2 (-1235 *3)))))
+(-13 (-38 |t#1|) (-10 -8 (-15 -3531 ((-918))) (-15 -4206 ((-685 |t#1|) $ (-1259 $))) (-15 -2713 (|t#1| $)) (-15 -3797 (|t#1| $)) (-15 -2467 ((-1259 |t#1|) $ (-1259 $))) (-15 -2467 ((-685 |t#1|) (-1259 $) (-1259 $))) (-15 -3624 ($ (-1259 |t#1|) (-1259 $))) (-15 -3190 (|t#1| (-1259 $))) (-15 -3390 ((-685 |t#1|) (-1259 $))) (-15 -1349 (|t#2| $)) (IF (|has| |t#1| (-363)) (-15 -3774 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 |#1|) . T) ((-723) . T) ((-1052 |#1|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2328 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 25)) (-3658 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 17)) (-2110 ((|#4| (-1 |#3| |#1|) |#2|) 23)))
-(((-371 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2110 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3658 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2328 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1209) (-373 |#1|) (-1209) (-373 |#3|)) (T -371))
-((-2328 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1209)) (-4 *5 (-1209)) (-4 *2 (-373 *5)) (-5 *1 (-371 *6 *4 *5 *2)) (-4 *4 (-373 *6)))) (-3658 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-371 *5 *4 *2 *6)) (-4 *4 (-373 *5)) (-4 *6 (-373 *2)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-4 *2 (-373 *6)) (-5 *1 (-371 *5 *4 *6 *2)) (-4 *4 (-373 *5)))))
-(-10 -7 (-15 -2110 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3658 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2328 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-2912 (((-112) (-1 (-112) |#2| |#2|) $) NIL) (((-112) $) 18)) (-1331 (($ (-1 (-112) |#2| |#2|) $) NIL) (($ $) 28)) (-3699 (($ (-1 (-112) |#2| |#2|) $) 27) (($ $) 22)) (-2460 (($ $) 25)) (-1317 (((-564) (-1 (-112) |#2|) $) NIL) (((-564) |#2| $) 11) (((-564) |#2| $ (-564)) NIL)) (-2057 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 20)))
-(((-372 |#1| |#2|) (-10 -8 (-15 -1331 (|#1| |#1|)) (-15 -1331 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2912 ((-112) |#1|)) (-15 -3699 (|#1| |#1|)) (-15 -2057 (|#1| |#1| |#1|)) (-15 -1317 ((-564) |#2| |#1| (-564))) (-15 -1317 ((-564) |#2| |#1|)) (-15 -1317 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -2912 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3699 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2460 (|#1| |#1|)) (-15 -2057 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|))) (-373 |#2|) (-1209)) (T -372))
-NIL
-(-10 -8 (-15 -1331 (|#1| |#1|)) (-15 -1331 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2912 ((-112) |#1|)) (-15 -3699 (|#1| |#1|)) (-15 -2057 (|#1| |#1| |#1|)) (-15 -1317 ((-564) |#2| |#1| (-564))) (-15 -1317 ((-564) |#2| |#1|)) (-15 -1317 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -2912 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3699 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2460 (|#1| |#1|)) (-15 -2057 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-2229 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) 98) (((-112) $) 92 (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) 89 (|has| $ (-6 -4413))) (($ $) 88 (-12 (|has| |#1| (-847)) (|has| $ (-6 -4413))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) 8)) (-1869 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-3796 (($ $) 90 (|has| $ (-6 -4413)))) (-2460 (($ $) 100)) (-1928 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 51)) (-1317 (((-564) (-1 (-112) |#1|) $) 97) (((-564) |#1| $) 96 (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) 95 (|has| |#1| (-1094)))) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-1585 (($ (-768) |#1|) 69)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 43 (|has| (-564) (-847)))) (-2766 (($ $ $) 87 (|has| |#1| (-847)))) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 44 (|has| (-564) (-847)))) (-1650 (($ $ $) 86 (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-4184 (((-641 (-564)) $) 46)) (-2405 (((-112) (-564) $) 47)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1897 ((|#1| $) 42 (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-1759 (($ $ |#1|) 41 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-3383 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1494 (($ $ $ (-564)) 91 (|has| $ (-6 -4413)))) (-1892 (($ $) 13)) (-2153 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 70)) (-2834 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) 84 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 83 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2908 (((-112) $ $) 85 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 82 (|has| |#1| (-847)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1694 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 25)) (-1988 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 17)) (-2449 ((|#4| (-1 |#3| |#1|) |#2|) 23)))
+(((-371 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2449 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1988 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1694 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1209) (-373 |#1|) (-1209) (-373 |#3|)) (T -371))
+((-1694 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1209)) (-4 *5 (-1209)) (-4 *2 (-373 *5)) (-5 *1 (-371 *6 *4 *5 *2)) (-4 *4 (-373 *6)))) (-1988 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-371 *5 *4 *2 *6)) (-4 *4 (-373 *5)) (-4 *6 (-373 *2)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-4 *2 (-373 *6)) (-5 *1 (-371 *5 *4 *6 *2)) (-4 *4 (-373 *5)))))
+(-10 -7 (-15 -2449 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1988 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1694 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-2386 (((-112) (-1 (-112) |#2| |#2|) $) NIL) (((-112) $) 18)) (-2573 (($ (-1 (-112) |#2| |#2|) $) NIL) (($ $) 28)) (-2861 (($ (-1 (-112) |#2| |#2|) $) 27) (($ $) 22)) (-3919 (($ $) 25)) (-3360 (((-564) (-1 (-112) |#2|) $) NIL) (((-564) |#2| $) 11) (((-564) |#2| $ (-564)) NIL)) (-3956 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 20)))
+(((-372 |#1| |#2|) (-10 -8 (-15 -2573 (|#1| |#1|)) (-15 -2573 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2386 ((-112) |#1|)) (-15 -2861 (|#1| |#1|)) (-15 -3956 (|#1| |#1| |#1|)) (-15 -3360 ((-564) |#2| |#1| (-564))) (-15 -3360 ((-564) |#2| |#1|)) (-15 -3360 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -2386 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -2861 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3919 (|#1| |#1|)) (-15 -3956 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|))) (-373 |#2|) (-1209)) (T -372))
+NIL
+(-10 -8 (-15 -2573 (|#1| |#1|)) (-15 -2573 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2386 ((-112) |#1|)) (-15 -2861 (|#1| |#1|)) (-15 -3956 (|#1| |#1| |#1|)) (-15 -3360 ((-564) |#2| |#1| (-564))) (-15 -3360 ((-564) |#2| |#1|)) (-15 -3360 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -2386 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -2861 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3919 (|#1| |#1|)) (-15 -3956 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1956 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) 98) (((-112) $) 92 (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) 89 (|has| $ (-6 -4407))) (($ $) 88 (-12 (|has| |#1| (-847)) (|has| $ (-6 -4407))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) 8)) (-1970 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-4325 (($ $) 90 (|has| $ (-6 -4407)))) (-3919 (($ $) 100)) (-3337 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 51)) (-3360 (((-564) (-1 (-112) |#1|) $) 97) (((-564) |#1| $) 96 (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) 95 (|has| |#1| (-1094)))) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3654 (($ (-768) |#1|) 69)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 43 (|has| (-564) (-847)))) (-1925 (($ $ $) 87 (|has| |#1| (-847)))) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 44 (|has| (-564) (-847)))) (-3375 (($ $ $) 86 (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-3883 (((-641 (-564)) $) 46)) (-4336 (((-112) (-564) $) 47)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3303 ((|#1| $) 42 (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-4253 (($ $ |#1|) 41 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-2126 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3623 (($ $ $ (-564)) 91 (|has| $ (-6 -4407)))) (-1991 (($ $) 13)) (-2511 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 70)) (-3043 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) 84 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 83 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-1749 (((-112) $ $) 85 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 82 (|has| |#1| (-847)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-373 |#1|) (-140) (-1209)) (T -373))
-((-2057 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-373 *3)) (-4 *3 (-1209)))) (-2460 (*1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209)))) (-3699 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-373 *3)) (-4 *3 (-1209)))) (-2912 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-373 *4)) (-4 *4 (-1209)) (-5 *2 (-112)))) (-1317 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-373 *4)) (-4 *4 (-1209)) (-5 *2 (-564)))) (-1317 (*1 *2 *3 *1) (-12 (-4 *1 (-373 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-564)))) (-1317 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-373 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)))) (-2057 (*1 *1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209)) (-4 *2 (-847)))) (-3699 (*1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209)) (-4 *2 (-847)))) (-2912 (*1 *2 *1) (-12 (-4 *1 (-373 *3)) (-4 *3 (-1209)) (-4 *3 (-847)) (-5 *2 (-112)))) (-1494 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-564)) (|has| *1 (-6 -4413)) (-4 *1 (-373 *3)) (-4 *3 (-1209)))) (-3796 (*1 *1 *1) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-373 *2)) (-4 *2 (-1209)))) (-1331 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4413)) (-4 *1 (-373 *3)) (-4 *3 (-1209)))) (-1331 (*1 *1 *1) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-373 *2)) (-4 *2 (-1209)) (-4 *2 (-847)))))
-(-13 (-647 |t#1|) (-10 -8 (-6 -4412) (-15 -2057 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -2460 ($ $)) (-15 -3699 ($ (-1 (-112) |t#1| |t#1|) $)) (-15 -2912 ((-112) (-1 (-112) |t#1| |t#1|) $)) (-15 -1317 ((-564) (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1094)) (PROGN (-15 -1317 ((-564) |t#1| $)) (-15 -1317 ((-564) |t#1| $ (-564)))) |%noBranch|) (IF (|has| |t#1| (-847)) (PROGN (-6 (-847)) (-15 -2057 ($ $ $)) (-15 -3699 ($ $)) (-15 -2912 ((-112) $))) |%noBranch|) (IF (|has| $ (-6 -4413)) (PROGN (-15 -1494 ($ $ $ (-564))) (-15 -3796 ($ $)) (-15 -1331 ($ (-1 (-112) |t#1| |t#1|) $)) (IF (|has| |t#1| (-847)) (-15 -1331 ($ $)) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-102) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-847) |has| |#1| (-847)) ((-1094) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-1209) . T))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-1480 (((-641 |#1|) $) 32)) (-1814 (($ $ (-768)) 33)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3942 (((-1283 |#1| |#2|) (-1283 |#1| |#2|) $) 36)) (-2227 (($ $) 34)) (-1521 (((-1283 |#1| |#2|) (-1283 |#1| |#2|) $) 37)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-3227 (($ $ |#1| $) 31) (($ $ (-641 |#1|) (-641 $)) 30)) (-4341 (((-768) $) 38)) (-1732 (($ $ $) 29)) (-1721 (((-859) $) 11) (($ |#1|) 41) (((-1274 |#1| |#2|) $) 40) (((-1283 |#1| |#2|) $) 39)) (-2784 ((|#2| (-1283 |#1| |#2|) $) 42)) (-2885 (($) 18 T CONST)) (-1416 (($ (-668 |#1|)) 35)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#2|) 28 (|has| |#2| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#2| $) 23) (($ $ |#2|) 26)))
+((-3956 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-373 *3)) (-4 *3 (-1209)))) (-3919 (*1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209)))) (-2861 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-373 *3)) (-4 *3 (-1209)))) (-2386 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-373 *4)) (-4 *4 (-1209)) (-5 *2 (-112)))) (-3360 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-373 *4)) (-4 *4 (-1209)) (-5 *2 (-564)))) (-3360 (*1 *2 *3 *1) (-12 (-4 *1 (-373 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-564)))) (-3360 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-373 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)))) (-3956 (*1 *1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209)) (-4 *2 (-847)))) (-2861 (*1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209)) (-4 *2 (-847)))) (-2386 (*1 *2 *1) (-12 (-4 *1 (-373 *3)) (-4 *3 (-1209)) (-4 *3 (-847)) (-5 *2 (-112)))) (-3623 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-564)) (|has| *1 (-6 -4407)) (-4 *1 (-373 *3)) (-4 *3 (-1209)))) (-4325 (*1 *1 *1) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-373 *2)) (-4 *2 (-1209)))) (-2573 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4407)) (-4 *1 (-373 *3)) (-4 *3 (-1209)))) (-2573 (*1 *1 *1) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-373 *2)) (-4 *2 (-1209)) (-4 *2 (-847)))))
+(-13 (-647 |t#1|) (-10 -8 (-6 -4406) (-15 -3956 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -3919 ($ $)) (-15 -2861 ($ (-1 (-112) |t#1| |t#1|) $)) (-15 -2386 ((-112) (-1 (-112) |t#1| |t#1|) $)) (-15 -3360 ((-564) (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1094)) (PROGN (-15 -3360 ((-564) |t#1| $)) (-15 -3360 ((-564) |t#1| $ (-564)))) |%noBranch|) (IF (|has| |t#1| (-847)) (PROGN (-6 (-847)) (-15 -3956 ($ $ $)) (-15 -2861 ($ $)) (-15 -2386 ((-112) $))) |%noBranch|) (IF (|has| $ (-6 -4407)) (PROGN (-15 -3623 ($ $ $ (-564))) (-15 -4325 ($ $)) (-15 -2573 ($ (-1 (-112) |t#1| |t#1|) $)) (IF (|has| |t#1| (-847)) (-15 -2573 ($ $)) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-102) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-847) |has| |#1| (-847)) ((-1094) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-1209) . T))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-2412 (((-641 |#1|) $) 32)) (-3520 (($ $ (-768)) 33)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2113 (((-1283 |#1| |#2|) (-1283 |#1| |#2|) $) 36)) (-3156 (($ $) 34)) (-2674 (((-1283 |#1| |#2|) (-1283 |#1| |#2|) $) 37)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-2633 (($ $ |#1| $) 31) (($ $ (-641 |#1|) (-641 $)) 30)) (-1619 (((-768) $) 38)) (-1842 (($ $ $) 29)) (-1831 (((-859) $) 11) (($ |#1|) 41) (((-1274 |#1| |#2|) $) 40) (((-1283 |#1| |#2|) $) 39)) (-2860 ((|#2| (-1283 |#1| |#2|) $) 42)) (-1293 (($) 18 T CONST)) (-3993 (($ (-668 |#1|)) 35)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#2|) 28 (|has| |#2| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#2| $) 23) (($ $ |#2|) 26)))
(((-374 |#1| |#2|) (-140) (-847) (-172)) (T -374))
-((-2784 (*1 *2 *3 *1) (-12 (-5 *3 (-1283 *4 *2)) (-4 *1 (-374 *4 *2)) (-4 *4 (-847)) (-4 *2 (-172)))) (-1721 (*1 *1 *2) (-12 (-4 *1 (-374 *2 *3)) (-4 *2 (-847)) (-4 *3 (-172)))) (-1721 (*1 *2 *1) (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *2 (-1274 *3 *4)))) (-1721 (*1 *2 *1) (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *2 (-1283 *3 *4)))) (-4341 (*1 *2 *1) (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *2 (-768)))) (-1521 (*1 *2 *2 *1) (-12 (-5 *2 (-1283 *3 *4)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-3942 (*1 *2 *2 *1) (-12 (-5 *2 (-1283 *3 *4)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-1416 (*1 *1 *2) (-12 (-5 *2 (-668 *3)) (-4 *3 (-847)) (-4 *1 (-374 *3 *4)) (-4 *4 (-172)))) (-2227 (*1 *1 *1) (-12 (-4 *1 (-374 *2 *3)) (-4 *2 (-847)) (-4 *3 (-172)))) (-1814 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-1480 (*1 *2 *1) (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *2 (-641 *3)))) (-3227 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-374 *2 *3)) (-4 *2 (-847)) (-4 *3 (-172)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 *1)) (-4 *1 (-374 *4 *5)) (-4 *4 (-847)) (-4 *5 (-172)))))
-(-13 (-632 |t#2|) (-10 -8 (-15 -2784 (|t#2| (-1283 |t#1| |t#2|) $)) (-15 -1721 ($ |t#1|)) (-15 -1721 ((-1274 |t#1| |t#2|) $)) (-15 -1721 ((-1283 |t#1| |t#2|) $)) (-15 -4341 ((-768) $)) (-15 -1521 ((-1283 |t#1| |t#2|) (-1283 |t#1| |t#2|) $)) (-15 -3942 ((-1283 |t#1| |t#2|) (-1283 |t#1| |t#2|) $)) (-15 -1416 ($ (-668 |t#1|))) (-15 -2227 ($ $)) (-15 -1814 ($ $ (-768))) (-15 -1480 ((-641 |t#1|) $)) (-15 -3227 ($ $ |t#1| $)) (-15 -3227 ($ $ (-641 |t#1|) (-641 $)))))
+((-2860 (*1 *2 *3 *1) (-12 (-5 *3 (-1283 *4 *2)) (-4 *1 (-374 *4 *2)) (-4 *4 (-847)) (-4 *2 (-172)))) (-1831 (*1 *1 *2) (-12 (-4 *1 (-374 *2 *3)) (-4 *2 (-847)) (-4 *3 (-172)))) (-1831 (*1 *2 *1) (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *2 (-1274 *3 *4)))) (-1831 (*1 *2 *1) (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *2 (-1283 *3 *4)))) (-1619 (*1 *2 *1) (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *2 (-768)))) (-2674 (*1 *2 *2 *1) (-12 (-5 *2 (-1283 *3 *4)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-2113 (*1 *2 *2 *1) (-12 (-5 *2 (-1283 *3 *4)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-3993 (*1 *1 *2) (-12 (-5 *2 (-668 *3)) (-4 *3 (-847)) (-4 *1 (-374 *3 *4)) (-4 *4 (-172)))) (-3156 (*1 *1 *1) (-12 (-4 *1 (-374 *2 *3)) (-4 *2 (-847)) (-4 *3 (-172)))) (-3520 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-2412 (*1 *2 *1) (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *2 (-641 *3)))) (-2633 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-374 *2 *3)) (-4 *2 (-847)) (-4 *3 (-172)))) (-2633 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 *1)) (-4 *1 (-374 *4 *5)) (-4 *4 (-847)) (-4 *5 (-172)))))
+(-13 (-632 |t#2|) (-10 -8 (-15 -2860 (|t#2| (-1283 |t#1| |t#2|) $)) (-15 -1831 ($ |t#1|)) (-15 -1831 ((-1274 |t#1| |t#2|) $)) (-15 -1831 ((-1283 |t#1| |t#2|) $)) (-15 -1619 ((-768) $)) (-15 -2674 ((-1283 |t#1| |t#2|) (-1283 |t#1| |t#2|) $)) (-15 -2113 ((-1283 |t#1| |t#2|) (-1283 |t#1| |t#2|) $)) (-15 -3993 ($ (-668 |t#1|))) (-15 -3156 ($ $)) (-15 -3520 ($ $ (-768))) (-15 -2412 ((-641 |t#1|) $)) (-15 -2633 ($ $ |t#1| $)) (-15 -2633 ($ $ (-641 |t#1|) (-641 $)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-611 (-859)) . T) ((-644 |#2|) . T) ((-632 |#2|) . T) ((-714 |#2|) . T) ((-1052 |#2|) . T) ((-1094) . T))
-((-1967 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 41)) (-2182 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 13)) (-2313 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 35)))
-(((-375 |#1| |#2|) (-10 -7 (-15 -2182 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -2313 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -1967 (|#2| (-1 (-112) |#1| |#1|) |#2|))) (-1209) (-13 (-373 |#1|) (-10 -7 (-6 -4413)))) (T -375))
-((-1967 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2)) (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4413)))))) (-2313 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2)) (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4413)))))) (-2182 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2)) (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4413)))))))
-(-10 -7 (-15 -2182 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -2313 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -1967 (|#2| (-1 (-112) |#1| |#1|) |#2|)))
-((-3762 (((-685 |#2|) (-685 $)) NIL) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 22) (((-685 (-564)) (-685 $)) 14)))
-(((-376 |#1| |#2|) (-10 -8 (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-685 |#2|) (-685 |#1|)))) (-377 |#2|) (-1046)) (T -376))
-NIL
-(-10 -8 (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-685 |#2|) (-685 |#1|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3762 (((-685 |#1|) (-685 $)) 36) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 35) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 43 (|has| |#1| (-637 (-564)))) (((-685 (-564)) (-685 $)) 42 (|has| |#1| (-637 (-564))))) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-2403 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 41)) (-2731 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 13)) (-1524 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 35)))
+(((-375 |#1| |#2|) (-10 -7 (-15 -2731 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -1524 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -2403 (|#2| (-1 (-112) |#1| |#1|) |#2|))) (-1209) (-13 (-373 |#1|) (-10 -7 (-6 -4407)))) (T -375))
+((-2403 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2)) (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4407)))))) (-1524 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2)) (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4407)))))) (-2731 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2)) (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4407)))))))
+(-10 -7 (-15 -2731 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -1524 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -2403 (|#2| (-1 (-112) |#1| |#1|) |#2|)))
+((-4050 (((-685 |#2|) (-685 $)) NIL) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 22) (((-685 (-564)) (-685 $)) 14)))
+(((-376 |#1| |#2|) (-10 -8 (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-685 |#2|) (-685 |#1|)))) (-377 |#2|) (-1046)) (T -376))
+NIL
+(-10 -8 (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-685 |#2|) (-685 |#1|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-4050 (((-685 |#1|) (-685 $)) 36) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 35) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 43 (|has| |#1| (-637 (-564)))) (((-685 (-564)) (-685 $)) 42 (|has| |#1| (-637 (-564))))) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-377 |#1|) (-140) (-1046)) (T -377))
NIL
(-13 (-637 |t#1|) (-10 -7 (IF (|has| |t#1| (-637 (-564))) (-6 (-637 (-564))) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-723) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2429 (((-641 (-294 (-949 (-169 |#1|)))) (-294 (-407 (-949 (-169 (-564))))) |#1|) 51) (((-641 (-294 (-949 (-169 |#1|)))) (-407 (-949 (-169 (-564)))) |#1|) 50) (((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-294 (-407 (-949 (-169 (-564)))))) |#1|) 47) (((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-407 (-949 (-169 (-564))))) |#1|) 41)) (-2120 (((-641 (-641 (-169 |#1|))) (-641 (-407 (-949 (-169 (-564))))) (-641 (-1170)) |#1|) 30) (((-641 (-169 |#1|)) (-407 (-949 (-169 (-564)))) |#1|) 18)))
-(((-378 |#1|) (-10 -7 (-15 -2429 ((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-407 (-949 (-169 (-564))))) |#1|)) (-15 -2429 ((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-294 (-407 (-949 (-169 (-564)))))) |#1|)) (-15 -2429 ((-641 (-294 (-949 (-169 |#1|)))) (-407 (-949 (-169 (-564)))) |#1|)) (-15 -2429 ((-641 (-294 (-949 (-169 |#1|)))) (-294 (-407 (-949 (-169 (-564))))) |#1|)) (-15 -2120 ((-641 (-169 |#1|)) (-407 (-949 (-169 (-564)))) |#1|)) (-15 -2120 ((-641 (-641 (-169 |#1|))) (-641 (-407 (-949 (-169 (-564))))) (-641 (-1170)) |#1|))) (-13 (-363) (-845))) (T -378))
-((-2120 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-407 (-949 (-169 (-564)))))) (-5 *4 (-641 (-1170))) (-5 *2 (-641 (-641 (-169 *5)))) (-5 *1 (-378 *5)) (-4 *5 (-13 (-363) (-845))))) (-2120 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 (-169 (-564))))) (-5 *2 (-641 (-169 *4))) (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845))))) (-2429 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-407 (-949 (-169 (-564)))))) (-5 *2 (-641 (-294 (-949 (-169 *4))))) (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845))))) (-2429 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 (-169 (-564))))) (-5 *2 (-641 (-294 (-949 (-169 *4))))) (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845))))) (-2429 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-294 (-407 (-949 (-169 (-564))))))) (-5 *2 (-641 (-641 (-294 (-949 (-169 *4)))))) (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845))))) (-2429 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 (-169 (-564)))))) (-5 *2 (-641 (-641 (-294 (-949 (-169 *4)))))) (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845))))))
-(-10 -7 (-15 -2429 ((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-407 (-949 (-169 (-564))))) |#1|)) (-15 -2429 ((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-294 (-407 (-949 (-169 (-564)))))) |#1|)) (-15 -2429 ((-641 (-294 (-949 (-169 |#1|)))) (-407 (-949 (-169 (-564)))) |#1|)) (-15 -2429 ((-641 (-294 (-949 (-169 |#1|)))) (-294 (-407 (-949 (-169 (-564))))) |#1|)) (-15 -2120 ((-641 (-169 |#1|)) (-407 (-949 (-169 (-564)))) |#1|)) (-15 -2120 ((-641 (-641 (-169 |#1|))) (-641 (-407 (-949 (-169 (-564))))) (-641 (-1170)) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 35)) (-4137 (((-564) $) 61)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3183 (($ $) 141)) (-1848 (($ $) 106)) (-1711 (($ $) 93)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-4029 (($ $) 47)) (-1817 (((-112) $ $) NIL)) (-1827 (($ $) 104)) (-1688 (($ $) 87)) (-1672 (((-564) $) 80)) (-1673 (($ $ (-564)) 75)) (-1871 (($ $) NIL)) (-1734 (($ $) NIL)) (-1692 (($) NIL T CONST)) (-4221 (($ $) 143)) (-2035 (((-3 (-564) "failed") $) 237) (((-3 (-407 (-564)) "failed") $) 233)) (-3437 (((-564) $) 235) (((-407 (-564)) $) 231)) (-2668 (($ $ $) NIL)) (-2759 (((-564) $ $) 130)) (-3233 (((-3 $ "failed") $) 145)) (-2461 (((-407 (-564)) $ (-768)) 238) (((-407 (-564)) $ (-768) (-768)) 230)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-1765 (((-918)) 95) (((-918) (-918)) 126 (|has| $ (-6 -4403)))) (-2955 (((-112) $) 135)) (-2682 (($) 41)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL)) (-3808 (((-1264) (-768)) 197)) (-2332 (((-1264)) 202) (((-1264) (-768)) 203)) (-2895 (((-1264)) 204) (((-1264) (-768)) 205)) (-4388 (((-1264)) 200) (((-1264) (-768)) 201)) (-2887 (((-564) $) 68)) (-3282 (((-112) $) 40)) (-2201 (($ $ (-564)) NIL)) (-3971 (($ $) 51)) (-2471 (($ $) NIL)) (-1515 (((-112) $) 37)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL) (($) NIL (-12 (-2819 (|has| $ (-6 -4395))) (-2819 (|has| $ (-6 -4403)))))) (-1650 (($ $ $) NIL) (($) 127 (-12 (-2819 (|has| $ (-6 -4395))) (-2819 (|has| $ (-6 -4403)))))) (-2155 (((-564) $) 17)) (-3574 (($) 113) (($ $) 119)) (-2277 (($) 118) (($ $) 120)) (-3612 (($ $) 108)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 147)) (-1739 (((-918) (-564)) 46 (|has| $ (-6 -4403)))) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) 59)) (-4037 (($ $) 140)) (-2874 (($ (-564) (-564)) 136) (($ (-564) (-564) (-918)) 137)) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2954 (((-564) $) 19)) (-3656 (($) 121)) (-2103 (($ $) 103)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-4291 (((-918)) 128) (((-918) (-918)) 129 (|has| $ (-6 -4403)))) (-1795 (($ $ (-768)) NIL) (($ $) 146)) (-2080 (((-918) (-564)) 50 (|has| $ (-6 -4403)))) (-1882 (($ $) NIL)) (-1744 (($ $) NIL)) (-1858 (($ $) NIL)) (-1723 (($ $) NIL)) (-1838 (($ $) 105)) (-1700 (($ $) 92)) (-2153 (((-379) $) 224) (((-225) $) 225) (((-889 (-379)) $) NIL) (((-1152) $) 208) (((-536) $) 222) (($ (-225)) 229)) (-1721 (((-859) $) 210) (($ (-564)) 234) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-564)) 234) (($ (-407 (-564))) NIL) (((-225) $) 226)) (-1303 (((-768)) NIL T CONST)) (-2698 (($ $) 142)) (-2584 (((-918)) 60) (((-918) (-918)) 82 (|has| $ (-6 -4403)))) (-1540 (((-918)) 131)) (-1919 (($ $) 111)) (-1777 (($ $) 49) (($ $ $) 58)) (-1720 (((-112) $ $) NIL)) (-1895 (($ $) 109)) (-1755 (($ $) 39)) (-1942 (($ $) NIL)) (-1803 (($ $) NIL)) (-2712 (($ $) NIL)) (-1813 (($ $) NIL)) (-1930 (($ $) NIL)) (-1791 (($ $) NIL)) (-1906 (($ $) 110)) (-1766 (($ $) 52)) (-1699 (($ $) 57)) (-2885 (($) 36 T CONST)) (-2898 (($) 43 T CONST)) (-3930 (((-1152) $) 27) (((-1152) $ (-112)) 29) (((-1264) (-819) $) 30) (((-1264) (-819) $ (-112)) 31)) (-3256 (($ $ (-768)) NIL) (($ $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 56)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 45)) (-2983 (($ $ $) 48) (($ $ (-564)) 42)) (-2970 (($ $) 38) (($ $ $) 53)) (-2956 (($ $ $) 74)) (** (($ $ (-918)) 85) (($ $ (-768)) NIL) (($ $ (-564)) 114) (($ $ (-407 (-564))) 157) (($ $ $) 149)) (* (($ (-918) $) 81) (($ (-768) $) NIL) (($ (-564) $) 86) (($ $ $) 73) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
-(((-379) (-13 (-404) (-233) (-612 (-1152)) (-825) (-611 (-225)) (-1194) (-612 (-536)) (-616 (-225)) (-10 -8 (-15 -2983 ($ $ (-564))) (-15 ** ($ $ $)) (-15 -3971 ($ $)) (-15 -2759 ((-564) $ $)) (-15 -1673 ($ $ (-564))) (-15 -2461 ((-407 (-564)) $ (-768))) (-15 -2461 ((-407 (-564)) $ (-768) (-768))) (-15 -3574 ($)) (-15 -2277 ($)) (-15 -3656 ($)) (-15 -1777 ($ $ $)) (-15 -3574 ($ $)) (-15 -2277 ($ $)) (-15 -2895 ((-1264))) (-15 -2895 ((-1264) (-768))) (-15 -4388 ((-1264))) (-15 -4388 ((-1264) (-768))) (-15 -2332 ((-1264))) (-15 -2332 ((-1264) (-768))) (-15 -3808 ((-1264) (-768))) (-6 -4403) (-6 -4395)))) (T -379))
-((** (*1 *1 *1 *1) (-5 *1 (-379))) (-2983 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-379)))) (-3971 (*1 *1 *1) (-5 *1 (-379))) (-2759 (*1 *2 *1 *1) (-12 (-5 *2 (-564)) (-5 *1 (-379)))) (-1673 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-379)))) (-2461 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-379)))) (-2461 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-379)))) (-3574 (*1 *1) (-5 *1 (-379))) (-2277 (*1 *1) (-5 *1 (-379))) (-3656 (*1 *1) (-5 *1 (-379))) (-1777 (*1 *1 *1 *1) (-5 *1 (-379))) (-3574 (*1 *1 *1) (-5 *1 (-379))) (-2277 (*1 *1 *1) (-5 *1 (-379))) (-2895 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))) (-2895 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379)))) (-4388 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))) (-4388 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379)))) (-2332 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))) (-2332 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379)))) (-3808 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379)))))
-(-13 (-404) (-233) (-612 (-1152)) (-825) (-611 (-225)) (-1194) (-612 (-536)) (-616 (-225)) (-10 -8 (-15 -2983 ($ $ (-564))) (-15 ** ($ $ $)) (-15 -3971 ($ $)) (-15 -2759 ((-564) $ $)) (-15 -1673 ($ $ (-564))) (-15 -2461 ((-407 (-564)) $ (-768))) (-15 -2461 ((-407 (-564)) $ (-768) (-768))) (-15 -3574 ($)) (-15 -2277 ($)) (-15 -3656 ($)) (-15 -1777 ($ $ $)) (-15 -3574 ($ $)) (-15 -2277 ($ $)) (-15 -2895 ((-1264))) (-15 -2895 ((-1264) (-768))) (-15 -4388 ((-1264))) (-15 -4388 ((-1264) (-768))) (-15 -2332 ((-1264))) (-15 -2332 ((-1264) (-768))) (-15 -3808 ((-1264) (-768))) (-6 -4403) (-6 -4395)))
-((-3315 (((-641 (-294 (-949 |#1|))) (-294 (-407 (-949 (-564)))) |#1|) 46) (((-641 (-294 (-949 |#1|))) (-407 (-949 (-564))) |#1|) 45) (((-641 (-641 (-294 (-949 |#1|)))) (-641 (-294 (-407 (-949 (-564))))) |#1|) 42) (((-641 (-641 (-294 (-949 |#1|)))) (-641 (-407 (-949 (-564)))) |#1|) 36)) (-3662 (((-641 |#1|) (-407 (-949 (-564))) |#1|) 20) (((-641 (-641 |#1|)) (-641 (-407 (-949 (-564)))) (-641 (-1170)) |#1|) 30)))
-(((-380 |#1|) (-10 -7 (-15 -3315 ((-641 (-641 (-294 (-949 |#1|)))) (-641 (-407 (-949 (-564)))) |#1|)) (-15 -3315 ((-641 (-641 (-294 (-949 |#1|)))) (-641 (-294 (-407 (-949 (-564))))) |#1|)) (-15 -3315 ((-641 (-294 (-949 |#1|))) (-407 (-949 (-564))) |#1|)) (-15 -3315 ((-641 (-294 (-949 |#1|))) (-294 (-407 (-949 (-564)))) |#1|)) (-15 -3662 ((-641 (-641 |#1|)) (-641 (-407 (-949 (-564)))) (-641 (-1170)) |#1|)) (-15 -3662 ((-641 |#1|) (-407 (-949 (-564))) |#1|))) (-13 (-845) (-363))) (T -380))
-((-3662 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 (-564)))) (-5 *2 (-641 *4)) (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363))))) (-3662 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-407 (-949 (-564))))) (-5 *4 (-641 (-1170))) (-5 *2 (-641 (-641 *5))) (-5 *1 (-380 *5)) (-4 *5 (-13 (-845) (-363))))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-407 (-949 (-564))))) (-5 *2 (-641 (-294 (-949 *4)))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363))))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 (-564)))) (-5 *2 (-641 (-294 (-949 *4)))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363))))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-294 (-407 (-949 (-564)))))) (-5 *2 (-641 (-641 (-294 (-949 *4))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363))))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 (-564))))) (-5 *2 (-641 (-641 (-294 (-949 *4))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363))))))
-(-10 -7 (-15 -3315 ((-641 (-641 (-294 (-949 |#1|)))) (-641 (-407 (-949 (-564)))) |#1|)) (-15 -3315 ((-641 (-641 (-294 (-949 |#1|)))) (-641 (-294 (-407 (-949 (-564))))) |#1|)) (-15 -3315 ((-641 (-294 (-949 |#1|))) (-407 (-949 (-564))) |#1|)) (-15 -3315 ((-641 (-294 (-949 |#1|))) (-294 (-407 (-949 (-564)))) |#1|)) (-15 -3662 ((-641 (-641 |#1|)) (-641 (-407 (-949 (-564)))) (-641 (-1170)) |#1|)) (-15 -3662 ((-641 |#1|) (-407 (-949 (-564))) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) 30)) (-3437 ((|#2| $) 32)) (-4316 (($ $) NIL)) (-4083 (((-768) $) 11)) (-3863 (((-641 $) $) 23)) (-1924 (((-112) $) NIL)) (-3591 (($ |#2| |#1|) 21)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3375 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 17)) (-4280 ((|#2| $) 18)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 50) (($ |#2|) 31)) (-2415 (((-641 |#1|) $) 20)) (-1346 ((|#1| $ |#2|) 54)) (-2885 (($) 33 T CONST)) (-2302 (((-641 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 14)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#1| $) 36) (($ $ |#1|) 37) (($ |#1| |#2|) 38) (($ |#2| |#1|) 39)))
+((-3376 (((-641 (-294 (-949 (-169 |#1|)))) (-294 (-407 (-949 (-169 (-564))))) |#1|) 51) (((-641 (-294 (-949 (-169 |#1|)))) (-407 (-949 (-169 (-564)))) |#1|) 50) (((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-294 (-407 (-949 (-169 (-564)))))) |#1|) 47) (((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-407 (-949 (-169 (-564))))) |#1|) 41)) (-3339 (((-641 (-641 (-169 |#1|))) (-641 (-407 (-949 (-169 (-564))))) (-641 (-1170)) |#1|) 30) (((-641 (-169 |#1|)) (-407 (-949 (-169 (-564)))) |#1|) 18)))
+(((-378 |#1|) (-10 -7 (-15 -3376 ((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-407 (-949 (-169 (-564))))) |#1|)) (-15 -3376 ((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-294 (-407 (-949 (-169 (-564)))))) |#1|)) (-15 -3376 ((-641 (-294 (-949 (-169 |#1|)))) (-407 (-949 (-169 (-564)))) |#1|)) (-15 -3376 ((-641 (-294 (-949 (-169 |#1|)))) (-294 (-407 (-949 (-169 (-564))))) |#1|)) (-15 -3339 ((-641 (-169 |#1|)) (-407 (-949 (-169 (-564)))) |#1|)) (-15 -3339 ((-641 (-641 (-169 |#1|))) (-641 (-407 (-949 (-169 (-564))))) (-641 (-1170)) |#1|))) (-13 (-363) (-845))) (T -378))
+((-3339 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-407 (-949 (-169 (-564)))))) (-5 *4 (-641 (-1170))) (-5 *2 (-641 (-641 (-169 *5)))) (-5 *1 (-378 *5)) (-4 *5 (-13 (-363) (-845))))) (-3339 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 (-169 (-564))))) (-5 *2 (-641 (-169 *4))) (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845))))) (-3376 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-407 (-949 (-169 (-564)))))) (-5 *2 (-641 (-294 (-949 (-169 *4))))) (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845))))) (-3376 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 (-169 (-564))))) (-5 *2 (-641 (-294 (-949 (-169 *4))))) (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845))))) (-3376 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-294 (-407 (-949 (-169 (-564))))))) (-5 *2 (-641 (-641 (-294 (-949 (-169 *4)))))) (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845))))) (-3376 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 (-169 (-564)))))) (-5 *2 (-641 (-641 (-294 (-949 (-169 *4)))))) (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845))))))
+(-10 -7 (-15 -3376 ((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-407 (-949 (-169 (-564))))) |#1|)) (-15 -3376 ((-641 (-641 (-294 (-949 (-169 |#1|))))) (-641 (-294 (-407 (-949 (-169 (-564)))))) |#1|)) (-15 -3376 ((-641 (-294 (-949 (-169 |#1|)))) (-407 (-949 (-169 (-564)))) |#1|)) (-15 -3376 ((-641 (-294 (-949 (-169 |#1|)))) (-294 (-407 (-949 (-169 (-564))))) |#1|)) (-15 -3339 ((-641 (-169 |#1|)) (-407 (-949 (-169 (-564)))) |#1|)) (-15 -3339 ((-641 (-641 (-169 |#1|))) (-641 (-407 (-949 (-169 (-564))))) (-641 (-1170)) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 35)) (-3423 (((-564) $) 61)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-3220 (($ $) 141)) (-3357 (($ $) 106)) (-3210 (($ $) 93)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3083 (($ $) 47)) (-3554 (((-112) $ $) NIL)) (-3330 (($ $) 104)) (-3187 (($ $) 87)) (-1598 (((-564) $) 80)) (-1815 (($ $ (-564)) 75)) (-3384 (($ $) NIL)) (-3233 (($ $) NIL)) (-1778 (($) NIL T CONST)) (-3015 (($ $) 143)) (-2347 (((-3 (-564) "failed") $) 237) (((-3 (-407 (-564)) "failed") $) 233)) (-2237 (((-564) $) 235) (((-407 (-564)) $) 231)) (-1449 (($ $ $) NIL)) (-3476 (((-564) $ $) 130)) (-3733 (((-3 $ "failed") $) 145)) (-3702 (((-407 (-564)) $ (-768)) 238) (((-407 (-564)) $ (-768) (-768)) 230)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-4292 (((-918)) 95) (((-918) (-918)) 126 (|has| $ (-6 -4397)))) (-1569 (((-112) $) 135)) (-3714 (($) 41)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL)) (-3255 (((-1264) (-768)) 197)) (-1741 (((-1264)) 202) (((-1264) (-768)) 203)) (-2229 (((-1264)) 204) (((-1264) (-768)) 205)) (-3999 (((-1264)) 200) (((-1264) (-768)) 201)) (-2155 (((-564) $) 68)) (-2949 (((-112) $) 40)) (-2915 (($ $ (-564)) NIL)) (-2374 (($ $) 51)) (-3797 (($ $) NIL)) (-2607 (((-112) $) 37)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL) (($) NIL (-12 (-4338 (|has| $ (-6 -4389))) (-4338 (|has| $ (-6 -4397)))))) (-3375 (($ $ $) NIL) (($) 127 (-12 (-4338 (|has| $ (-6 -4389))) (-4338 (|has| $ (-6 -4397)))))) (-2935 (((-564) $) 17)) (-2793 (($) 113) (($ $) 119)) (-4167 (($) 118) (($ $) 120)) (-2358 (($ $) 108)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 147)) (-4094 (((-918) (-564)) 46 (|has| $ (-6 -4397)))) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) 59)) (-1818 (($ $) 140)) (-2293 (($ (-564) (-564)) 136) (($ (-564) (-564) (-918)) 137)) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1558 (((-564) $) 19)) (-2343 (($) 121)) (-4326 (($ $) 103)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-2422 (((-918)) 128) (((-918) (-918)) 129 (|has| $ (-6 -4397)))) (-3534 (($ $ (-768)) NIL) (($ $) 146)) (-4169 (((-918) (-564)) 50 (|has| $ (-6 -4397)))) (-3395 (($ $) NIL)) (-3245 (($ $) NIL)) (-3371 (($ $) NIL)) (-3221 (($ $) NIL)) (-3344 (($ $) 105)) (-3199 (($ $) 92)) (-2511 (((-379) $) 224) (((-225) $) 225) (((-889 (-379)) $) NIL) (((-1152) $) 208) (((-536) $) 222) (($ (-225)) 229)) (-1831 (((-859) $) 210) (($ (-564)) 234) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-564)) 234) (($ (-407 (-564))) NIL) (((-225) $) 226)) (-2219 (((-768)) NIL T CONST)) (-4150 (($ $) 142)) (-2432 (((-918)) 60) (((-918) (-918)) 82 (|has| $ (-6 -4397)))) (-3655 (((-918)) 131)) (-3427 (($ $) 111)) (-3276 (($ $) 49) (($ $ $) 58)) (-3939 (((-112) $ $) NIL)) (-3406 (($ $) 109)) (-3254 (($ $) 39)) (-3450 (($ $) NIL)) (-3302 (($ $) NIL)) (-2315 (($ $) NIL)) (-3316 (($ $) NIL)) (-3439 (($ $) NIL)) (-3287 (($ $) NIL)) (-3416 (($ $) 110)) (-3265 (($ $) 52)) (-1849 (($ $) 57)) (-1293 (($) 36 T CONST)) (-1300 (($) 43 T CONST)) (-3213 (((-1152) $) 27) (((-1152) $ (-112)) 29) (((-1264) (-819) $) 30) (((-1264) (-819) $ (-112)) 31)) (-3435 (($ $ (-768)) NIL) (($ $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 56)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 45)) (-1823 (($ $ $) 48) (($ $ (-564)) 42)) (-1808 (($ $) 38) (($ $ $) 53)) (-1797 (($ $ $) 74)) (** (($ $ (-918)) 85) (($ $ (-768)) NIL) (($ $ (-564)) 114) (($ $ (-407 (-564))) 157) (($ $ $) 149)) (* (($ (-918) $) 81) (($ (-768) $) NIL) (($ (-564) $) 86) (($ $ $) 73) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
+(((-379) (-13 (-404) (-233) (-612 (-1152)) (-825) (-611 (-225)) (-1194) (-612 (-536)) (-616 (-225)) (-10 -8 (-15 -1823 ($ $ (-564))) (-15 ** ($ $ $)) (-15 -2374 ($ $)) (-15 -3476 ((-564) $ $)) (-15 -1815 ($ $ (-564))) (-15 -3702 ((-407 (-564)) $ (-768))) (-15 -3702 ((-407 (-564)) $ (-768) (-768))) (-15 -2793 ($)) (-15 -4167 ($)) (-15 -2343 ($)) (-15 -3276 ($ $ $)) (-15 -2793 ($ $)) (-15 -4167 ($ $)) (-15 -2229 ((-1264))) (-15 -2229 ((-1264) (-768))) (-15 -3999 ((-1264))) (-15 -3999 ((-1264) (-768))) (-15 -1741 ((-1264))) (-15 -1741 ((-1264) (-768))) (-15 -3255 ((-1264) (-768))) (-6 -4397) (-6 -4389)))) (T -379))
+((** (*1 *1 *1 *1) (-5 *1 (-379))) (-1823 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-379)))) (-2374 (*1 *1 *1) (-5 *1 (-379))) (-3476 (*1 *2 *1 *1) (-12 (-5 *2 (-564)) (-5 *1 (-379)))) (-1815 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-379)))) (-3702 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-379)))) (-3702 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-379)))) (-2793 (*1 *1) (-5 *1 (-379))) (-4167 (*1 *1) (-5 *1 (-379))) (-2343 (*1 *1) (-5 *1 (-379))) (-3276 (*1 *1 *1 *1) (-5 *1 (-379))) (-2793 (*1 *1 *1) (-5 *1 (-379))) (-4167 (*1 *1 *1) (-5 *1 (-379))) (-2229 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))) (-2229 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379)))) (-3999 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))) (-3999 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379)))) (-1741 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))) (-1741 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379)))) (-3255 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379)))))
+(-13 (-404) (-233) (-612 (-1152)) (-825) (-611 (-225)) (-1194) (-612 (-536)) (-616 (-225)) (-10 -8 (-15 -1823 ($ $ (-564))) (-15 ** ($ $ $)) (-15 -2374 ($ $)) (-15 -3476 ((-564) $ $)) (-15 -1815 ($ $ (-564))) (-15 -3702 ((-407 (-564)) $ (-768))) (-15 -3702 ((-407 (-564)) $ (-768) (-768))) (-15 -2793 ($)) (-15 -4167 ($)) (-15 -2343 ($)) (-15 -3276 ($ $ $)) (-15 -2793 ($ $)) (-15 -4167 ($ $)) (-15 -2229 ((-1264))) (-15 -2229 ((-1264) (-768))) (-15 -3999 ((-1264))) (-15 -3999 ((-1264) (-768))) (-15 -1741 ((-1264))) (-15 -1741 ((-1264) (-768))) (-15 -3255 ((-1264) (-768))) (-6 -4397) (-6 -4389)))
+((-2017 (((-641 (-294 (-949 |#1|))) (-294 (-407 (-949 (-564)))) |#1|) 46) (((-641 (-294 (-949 |#1|))) (-407 (-949 (-564))) |#1|) 45) (((-641 (-641 (-294 (-949 |#1|)))) (-641 (-294 (-407 (-949 (-564))))) |#1|) 42) (((-641 (-641 (-294 (-949 |#1|)))) (-641 (-407 (-949 (-564)))) |#1|) 36)) (-2405 (((-641 |#1|) (-407 (-949 (-564))) |#1|) 20) (((-641 (-641 |#1|)) (-641 (-407 (-949 (-564)))) (-641 (-1170)) |#1|) 30)))
+(((-380 |#1|) (-10 -7 (-15 -2017 ((-641 (-641 (-294 (-949 |#1|)))) (-641 (-407 (-949 (-564)))) |#1|)) (-15 -2017 ((-641 (-641 (-294 (-949 |#1|)))) (-641 (-294 (-407 (-949 (-564))))) |#1|)) (-15 -2017 ((-641 (-294 (-949 |#1|))) (-407 (-949 (-564))) |#1|)) (-15 -2017 ((-641 (-294 (-949 |#1|))) (-294 (-407 (-949 (-564)))) |#1|)) (-15 -2405 ((-641 (-641 |#1|)) (-641 (-407 (-949 (-564)))) (-641 (-1170)) |#1|)) (-15 -2405 ((-641 |#1|) (-407 (-949 (-564))) |#1|))) (-13 (-845) (-363))) (T -380))
+((-2405 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 (-564)))) (-5 *2 (-641 *4)) (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363))))) (-2405 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-407 (-949 (-564))))) (-5 *4 (-641 (-1170))) (-5 *2 (-641 (-641 *5))) (-5 *1 (-380 *5)) (-4 *5 (-13 (-845) (-363))))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-407 (-949 (-564))))) (-5 *2 (-641 (-294 (-949 *4)))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363))))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 (-564)))) (-5 *2 (-641 (-294 (-949 *4)))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363))))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-294 (-407 (-949 (-564)))))) (-5 *2 (-641 (-641 (-294 (-949 *4))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363))))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 (-564))))) (-5 *2 (-641 (-641 (-294 (-949 *4))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363))))))
+(-10 -7 (-15 -2017 ((-641 (-641 (-294 (-949 |#1|)))) (-641 (-407 (-949 (-564)))) |#1|)) (-15 -2017 ((-641 (-641 (-294 (-949 |#1|)))) (-641 (-294 (-407 (-949 (-564))))) |#1|)) (-15 -2017 ((-641 (-294 (-949 |#1|))) (-407 (-949 (-564))) |#1|)) (-15 -2017 ((-641 (-294 (-949 |#1|))) (-294 (-407 (-949 (-564)))) |#1|)) (-15 -2405 ((-641 (-641 |#1|)) (-641 (-407 (-949 (-564)))) (-641 (-1170)) |#1|)) (-15 -2405 ((-641 |#1|) (-407 (-949 (-564))) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) 30)) (-2237 ((|#2| $) 32)) (-3396 (($ $) NIL)) (-4128 (((-768) $) 11)) (-3802 (((-641 $) $) 23)) (-2003 (((-112) $) NIL)) (-1383 (($ |#2| |#1|) 21)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1338 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 17)) (-3356 ((|#2| $) 18)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 50) (($ |#2|) 31)) (-3227 (((-641 |#1|) $) 20)) (-2742 ((|#1| $ |#2|) 54)) (-1293 (($) 33 T CONST)) (-1430 (((-641 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 14)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#1| $) 36) (($ $ |#1|) 37) (($ |#1| |#2|) 38) (($ |#2| |#1|) 39)))
(((-381 |#1| |#2|) (-13 (-382 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-1046) (-847)) (T -381))
((* (*1 *1 *2 *3) (-12 (-5 *1 (-381 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-847)))))
(-13 (-382 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#2| "failed") $) 44)) (-3437 ((|#2| $) 45)) (-4316 (($ $) 30)) (-4083 (((-768) $) 34)) (-3863 (((-641 $) $) 35)) (-1924 (((-112) $) 38)) (-3591 (($ |#2| |#1|) 39)) (-2110 (($ (-1 |#1| |#1|) $) 40)) (-3375 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 31)) (-4280 ((|#2| $) 33)) (-4292 ((|#1| $) 32)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ |#2|) 43)) (-2415 (((-641 |#1|) $) 36)) (-1346 ((|#1| $ |#2|) 41)) (-2885 (($) 18 T CONST)) (-2302 (((-641 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 37)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26) (($ |#1| |#2|) 42)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#2| "failed") $) 44)) (-2237 ((|#2| $) 45)) (-3396 (($ $) 30)) (-4128 (((-768) $) 34)) (-3802 (((-641 $) $) 35)) (-2003 (((-112) $) 38)) (-1383 (($ |#2| |#1|) 39)) (-2449 (($ (-1 |#1| |#1|) $) 40)) (-1338 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 31)) (-3356 ((|#2| $) 33)) (-3370 ((|#1| $) 32)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ |#2|) 43)) (-3227 (((-641 |#1|) $) 36)) (-2742 ((|#1| $ |#2|) 41)) (-1293 (($) 18 T CONST)) (-1430 (((-641 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 37)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26) (($ |#1| |#2|) 42)))
(((-382 |#1| |#2|) (-140) (-1046) (-1094)) (T -382))
-((* (*1 *1 *2 *3) (-12 (-4 *1 (-382 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1094)))) (-1346 (*1 *2 *1 *3) (-12 (-4 *1 (-382 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1046)))) (-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)))) (-3591 (*1 *1 *2 *3) (-12 (-4 *1 (-382 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1094)))) (-1924 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-112)))) (-2302 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-641 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-2415 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-641 *3)))) (-3863 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-641 *1)) (-4 *1 (-382 *3 *4)))) (-4083 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-768)))) (-4280 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1094)))) (-4292 (*1 *2 *1) (-12 (-4 *1 (-382 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1046)))) (-3375 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-4316 (*1 *1 *1) (-12 (-4 *1 (-382 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1094)))))
-(-13 (-111 |t#1| |t#1|) (-1035 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -1346 (|t#1| $ |t#2|)) (-15 -2110 ($ (-1 |t#1| |t#1|) $)) (-15 -3591 ($ |t#2| |t#1|)) (-15 -1924 ((-112) $)) (-15 -2302 ((-641 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -2415 ((-641 |t#1|) $)) (-15 -3863 ((-641 $) $)) (-15 -4083 ((-768) $)) (-15 -4280 (|t#2| $)) (-15 -4292 (|t#1| $)) (-15 -3375 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -4316 ($ $)) (IF (|has| |t#1| (-172)) (-6 (-714 |t#1|)) |%noBranch|)))
+((* (*1 *1 *2 *3) (-12 (-4 *1 (-382 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1094)))) (-2742 (*1 *2 *1 *3) (-12 (-4 *1 (-382 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1046)))) (-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)))) (-1383 (*1 *1 *2 *3) (-12 (-4 *1 (-382 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1094)))) (-2003 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-112)))) (-1430 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-641 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3227 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-641 *3)))) (-3802 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-641 *1)) (-4 *1 (-382 *3 *4)))) (-4128 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-768)))) (-3356 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1094)))) (-3370 (*1 *2 *1) (-12 (-4 *1 (-382 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1046)))) (-1338 (*1 *2 *1) (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-3396 (*1 *1 *1) (-12 (-4 *1 (-382 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1094)))))
+(-13 (-111 |t#1| |t#1|) (-1035 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -2742 (|t#1| $ |t#2|)) (-15 -2449 ($ (-1 |t#1| |t#1|) $)) (-15 -1383 ($ |t#2| |t#1|)) (-15 -2003 ((-112) $)) (-15 -1430 ((-641 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3227 ((-641 |t#1|) $)) (-15 -3802 ((-641 $) $)) (-15 -4128 ((-768) $)) (-15 -3356 (|t#2| $)) (-15 -3370 (|t#1| $)) (-15 -1338 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -3396 ($ $)) (IF (|has| |t#1| (-172)) (-6 (-714 |t#1|)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-614 |#2|) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-714 |#1|) |has| |#1| (-172)) ((-1035 |#2|) . T) ((-1052 |#1|) . T) ((-1094) . T))
-((-1648 (((-1264) $) 7)) (-1721 (((-859) $) 8) (($ (-685 (-695))) 14) (($ (-641 (-330))) 13) (($ (-330)) 12) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 11)))
+((-3069 (((-1264) $) 7)) (-1831 (((-859) $) 8) (($ (-685 (-695))) 14) (($ (-641 (-330))) 13) (($ (-330)) 12) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 11)))
(((-383) (-140)) (T -383))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-685 (-695))) (-4 *1 (-383)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-383)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-383)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) (-4 *1 (-383)))))
-(-13 (-395) (-10 -8 (-15 -1721 ($ (-685 (-695)))) (-15 -1721 ($ (-641 (-330)))) (-15 -1721 ($ (-330))) (-15 -1721 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))))))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-685 (-695))) (-4 *1 (-383)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-383)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-383)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) (-4 *1 (-383)))))
+(-13 (-395) (-10 -8 (-15 -1831 ($ (-685 (-695)))) (-15 -1831 ($ (-641 (-330)))) (-15 -1831 ($ (-330))) (-15 -1831 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))))))
(((-611 (-859)) . T) ((-395) . T) ((-1209) . T))
-((-2035 (((-3 $ "failed") (-685 (-316 (-379)))) 21) (((-3 $ "failed") (-685 (-316 (-564)))) 19) (((-3 $ "failed") (-685 (-949 (-379)))) 17) (((-3 $ "failed") (-685 (-949 (-564)))) 15) (((-3 $ "failed") (-685 (-407 (-949 (-379))))) 13) (((-3 $ "failed") (-685 (-407 (-949 (-564))))) 11)) (-3437 (($ (-685 (-316 (-379)))) 22) (($ (-685 (-316 (-564)))) 20) (($ (-685 (-949 (-379)))) 18) (($ (-685 (-949 (-564)))) 16) (($ (-685 (-407 (-949 (-379))))) 14) (($ (-685 (-407 (-949 (-564))))) 12)) (-1648 (((-1264) $) 7)) (-1721 (((-859) $) 8) (($ (-641 (-330))) 25) (($ (-330)) 24) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 23)))
+((-2347 (((-3 $ "failed") (-685 (-316 (-379)))) 21) (((-3 $ "failed") (-685 (-316 (-564)))) 19) (((-3 $ "failed") (-685 (-949 (-379)))) 17) (((-3 $ "failed") (-685 (-949 (-564)))) 15) (((-3 $ "failed") (-685 (-407 (-949 (-379))))) 13) (((-3 $ "failed") (-685 (-407 (-949 (-564))))) 11)) (-2237 (($ (-685 (-316 (-379)))) 22) (($ (-685 (-316 (-564)))) 20) (($ (-685 (-949 (-379)))) 18) (($ (-685 (-949 (-564)))) 16) (($ (-685 (-407 (-949 (-379))))) 14) (($ (-685 (-407 (-949 (-564))))) 12)) (-3069 (((-1264) $) 7)) (-1831 (((-859) $) 8) (($ (-641 (-330))) 25) (($ (-330)) 24) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 23)))
(((-384) (-140)) (T -384))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-384)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-384)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) (-4 *1 (-384)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-685 (-316 (-379)))) (-4 *1 (-384)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-316 (-379)))) (-4 *1 (-384)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-685 (-316 (-564)))) (-4 *1 (-384)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-316 (-564)))) (-4 *1 (-384)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-685 (-949 (-379)))) (-4 *1 (-384)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-949 (-379)))) (-4 *1 (-384)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-685 (-949 (-564)))) (-4 *1 (-384)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-949 (-564)))) (-4 *1 (-384)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-685 (-407 (-949 (-379))))) (-4 *1 (-384)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-407 (-949 (-379))))) (-4 *1 (-384)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-685 (-407 (-949 (-564))))) (-4 *1 (-384)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-407 (-949 (-564))))) (-4 *1 (-384)))))
-(-13 (-395) (-10 -8 (-15 -1721 ($ (-641 (-330)))) (-15 -1721 ($ (-330))) (-15 -1721 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))) (-15 -3437 ($ (-685 (-316 (-379))))) (-15 -2035 ((-3 $ "failed") (-685 (-316 (-379))))) (-15 -3437 ($ (-685 (-316 (-564))))) (-15 -2035 ((-3 $ "failed") (-685 (-316 (-564))))) (-15 -3437 ($ (-685 (-949 (-379))))) (-15 -2035 ((-3 $ "failed") (-685 (-949 (-379))))) (-15 -3437 ($ (-685 (-949 (-564))))) (-15 -2035 ((-3 $ "failed") (-685 (-949 (-564))))) (-15 -3437 ($ (-685 (-407 (-949 (-379)))))) (-15 -2035 ((-3 $ "failed") (-685 (-407 (-949 (-379)))))) (-15 -3437 ($ (-685 (-407 (-949 (-564)))))) (-15 -2035 ((-3 $ "failed") (-685 (-407 (-949 (-564))))))))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-384)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-384)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) (-4 *1 (-384)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-685 (-316 (-379)))) (-4 *1 (-384)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-316 (-379)))) (-4 *1 (-384)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-685 (-316 (-564)))) (-4 *1 (-384)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-316 (-564)))) (-4 *1 (-384)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-685 (-949 (-379)))) (-4 *1 (-384)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-949 (-379)))) (-4 *1 (-384)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-685 (-949 (-564)))) (-4 *1 (-384)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-949 (-564)))) (-4 *1 (-384)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-685 (-407 (-949 (-379))))) (-4 *1 (-384)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-407 (-949 (-379))))) (-4 *1 (-384)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-685 (-407 (-949 (-564))))) (-4 *1 (-384)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-685 (-407 (-949 (-564))))) (-4 *1 (-384)))))
+(-13 (-395) (-10 -8 (-15 -1831 ($ (-641 (-330)))) (-15 -1831 ($ (-330))) (-15 -1831 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))) (-15 -2237 ($ (-685 (-316 (-379))))) (-15 -2347 ((-3 $ "failed") (-685 (-316 (-379))))) (-15 -2237 ($ (-685 (-316 (-564))))) (-15 -2347 ((-3 $ "failed") (-685 (-316 (-564))))) (-15 -2237 ($ (-685 (-949 (-379))))) (-15 -2347 ((-3 $ "failed") (-685 (-949 (-379))))) (-15 -2237 ($ (-685 (-949 (-564))))) (-15 -2347 ((-3 $ "failed") (-685 (-949 (-564))))) (-15 -2237 ($ (-685 (-407 (-949 (-379)))))) (-15 -2347 ((-3 $ "failed") (-685 (-407 (-949 (-379)))))) (-15 -2237 ($ (-685 (-407 (-949 (-564)))))) (-15 -2347 ((-3 $ "failed") (-685 (-407 (-949 (-564))))))))
(((-611 (-859)) . T) ((-395) . T) ((-1209) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-4316 (($ $) NIL)) (-4132 (($ |#1| |#2|) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-4139 ((|#2| $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 34)) (-2885 (($) 12 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#1| $) 15) (($ $ |#1|) 18)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3396 (($ $) NIL)) (-3186 (($ |#1| |#2|) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3446 ((|#2| $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 34)) (-1293 (($) 12 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#1| $) 15) (($ $ |#1|) 18)))
(((-385 |#1| |#2|) (-13 (-111 |#1| |#1|) (-509 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-172)) (-6 (-714 |#1|)) |%noBranch|))) (-1046) (-847)) (T -385))
NIL
(-13 (-111 |#1| |#1|) (-509 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-172)) (-6 (-714 |#1|)) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768) $) 71)) (-1692 (($) NIL T CONST)) (-3942 (((-3 $ "failed") $ $) 74)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2944 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 61)) (-3282 (((-112) $) 17)) (-3421 ((|#1| $ (-564)) NIL)) (-2977 (((-768) $ (-564)) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-4371 (($ (-1 |#1| |#1|) $) 40)) (-1354 (($ (-1 (-768) (-768)) $) 37)) (-1521 (((-3 $ "failed") $ $) 58)) (-2811 (((-1152) $) NIL)) (-1955 (($ $ $) 28)) (-3485 (($ $ $) 26)) (-4382 (((-1114) $) NIL)) (-2798 (((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-768)))) $) 34)) (-3737 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 67)) (-1721 (((-859) $) 24) (($ |#1|) NIL)) (-2898 (($) 11 T CONST)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) 80 (|has| |#1| (-847)))) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ |#1| (-768)) 42)) (* (($ $ $) 52) (($ |#1| $) 32) (($ $ |#1|) 30)))
-(((-386 |#1|) (-13 (-723) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-768))) (-15 -3485 ($ $ $)) (-15 -1955 ($ $ $)) (-15 -1521 ((-3 $ "failed") $ $)) (-15 -3942 ((-3 $ "failed") $ $)) (-15 -3737 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2944 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1860 ((-768) $)) (-15 -2798 ((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-768)))) $)) (-15 -2977 ((-768) $ (-564))) (-15 -3421 (|#1| $ (-564))) (-15 -1354 ($ (-1 (-768) (-768)) $)) (-15 -4371 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-847)) (-6 (-847)) |%noBranch|))) (-1094)) (T -386))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-3485 (*1 *1 *1 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-1955 (*1 *1 *1 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-1521 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-3942 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-3737 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-386 *3)) (|:| |rm| (-386 *3)))) (-5 *1 (-386 *3)) (-4 *3 (-1094)))) (-2944 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-386 *3)) (|:| |mm| (-386 *3)) (|:| |rm| (-386 *3)))) (-5 *1 (-386 *3)) (-4 *3 (-1094)))) (-1860 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-386 *3)) (-4 *3 (-1094)))) (-2798 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 (-768))))) (-5 *1 (-386 *3)) (-4 *3 (-1094)))) (-2977 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-768)) (-5 *1 (-386 *4)) (-4 *4 (-1094)))) (-3421 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-1354 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-768) (-768))) (-5 *1 (-386 *3)) (-4 *3 (-1094)))) (-4371 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-386 *3)))))
-(-13 (-723) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-768))) (-15 -3485 ($ $ $)) (-15 -1955 ($ $ $)) (-15 -1521 ((-3 $ "failed") $ $)) (-15 -3942 ((-3 $ "failed") $ $)) (-15 -3737 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2944 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1860 ((-768) $)) (-15 -2798 ((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-768)))) $)) (-15 -2977 ((-768) $ (-564))) (-15 -3421 (|#1| $ (-564))) (-15 -1354 ($ (-1 (-768) (-768)) $)) (-15 -4371 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-847)) (-6 (-847)) |%noBranch|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2035 (((-3 (-564) "failed") $) 48)) (-3437 (((-564) $) 49)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2766 (($ $ $) 55)) (-1650 (($ $ $) 54)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-2628 (((-3 $ "failed") $ $) 43)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-564)) 47)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2920 (((-112) $ $) 52)) (-2893 (((-112) $ $) 51)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 53)) (-2880 (((-112) $ $) 50)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768) $) 71)) (-1778 (($) NIL T CONST)) (-2113 (((-3 $ "failed") $ $) 74)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-1456 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 61)) (-2949 (((-112) $) 17)) (-1765 ((|#1| $ (-564)) NIL)) (-1767 (((-768) $ (-564)) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-1934 (($ (-1 |#1| |#1|) $) 40)) (-3228 (($ (-1 (-768) (-768)) $) 37)) (-2674 (((-3 $ "failed") $ $) 58)) (-2723 (((-1152) $) NIL)) (-2276 (($ $ $) 28)) (-4275 (($ $ $) 26)) (-2780 (((-1114) $) NIL)) (-3840 (((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-768)))) $) 34)) (-1922 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 67)) (-1831 (((-859) $) 24) (($ |#1|) NIL)) (-1300 (($) 11 T CONST)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) 80 (|has| |#1| (-847)))) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ |#1| (-768)) 42)) (* (($ $ $) 52) (($ |#1| $) 32) (($ $ |#1|) 30)))
+(((-386 |#1|) (-13 (-723) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-768))) (-15 -4275 ($ $ $)) (-15 -2276 ($ $ $)) (-15 -2674 ((-3 $ "failed") $ $)) (-15 -2113 ((-3 $ "failed") $ $)) (-15 -1922 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1456 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3267 ((-768) $)) (-15 -3840 ((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-768)))) $)) (-15 -1767 ((-768) $ (-564))) (-15 -1765 (|#1| $ (-564))) (-15 -3228 ($ (-1 (-768) (-768)) $)) (-15 -1934 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-847)) (-6 (-847)) |%noBranch|))) (-1094)) (T -386))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-4275 (*1 *1 *1 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-2276 (*1 *1 *1 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-2674 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-2113 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-1922 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-386 *3)) (|:| |rm| (-386 *3)))) (-5 *1 (-386 *3)) (-4 *3 (-1094)))) (-1456 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-386 *3)) (|:| |mm| (-386 *3)) (|:| |rm| (-386 *3)))) (-5 *1 (-386 *3)) (-4 *3 (-1094)))) (-3267 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-386 *3)) (-4 *3 (-1094)))) (-3840 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 (-768))))) (-5 *1 (-386 *3)) (-4 *3 (-1094)))) (-1767 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-768)) (-5 *1 (-386 *4)) (-4 *4 (-1094)))) (-1765 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-386 *2)) (-4 *2 (-1094)))) (-3228 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-768) (-768))) (-5 *1 (-386 *3)) (-4 *3 (-1094)))) (-1934 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-386 *3)))))
+(-13 (-723) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-768))) (-15 -4275 ($ $ $)) (-15 -2276 ($ $ $)) (-15 -2674 ((-3 $ "failed") $ $)) (-15 -2113 ((-3 $ "failed") $ $)) (-15 -1922 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1456 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3267 ((-768) $)) (-15 -3840 ((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-768)))) $)) (-15 -1767 ((-768) $ (-564))) (-15 -1765 (|#1| $ (-564))) (-15 -3228 ($ (-1 (-768) (-768)) $)) (-15 -1934 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-847)) (-6 (-847)) |%noBranch|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2347 (((-3 (-564) "failed") $) 48)) (-2237 (((-564) $) 49)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-1925 (($ $ $) 55)) (-3375 (($ $ $) 54)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1403 (((-3 $ "failed") $ $) 43)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-564)) 47)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1762 (((-112) $ $) 52)) (-1737 (((-112) $ $) 51)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 53)) (-1723 (((-112) $ $) 50)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-387) (-140)) (T -387))
NIL
(-13 (-556) (-847) (-1035 (-564)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-290) . T) ((-556) . T) ((-644 $) . T) ((-714 $) . T) ((-723) . T) ((-847) . T) ((-1035 (-564)) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-1742 (((-112) $) 25)) (-3990 (((-112) $) 22)) (-1585 (($ (-1152) (-1152) (-1152)) 26)) (-2540 (((-1152) $) 16)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2401 (($ (-1152) (-1152) (-1152)) 14)) (-1513 (((-1152) $) 17)) (-1505 (((-112) $) 18)) (-4046 (((-1152) $) 15)) (-1721 (((-859) $) 12) (($ (-1152)) 13) (((-1152) $) 9)) (-2853 (((-112) $ $) 7)))
+((-1817 (((-112) $ $) NIL)) (-4123 (((-112) $) 25)) (-2589 (((-112) $) 22)) (-3654 (($ (-1152) (-1152) (-1152)) 26)) (-1316 (((-1152) $) 16)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2590 (($ (-1152) (-1152) (-1152)) 14)) (-2596 (((-1152) $) 17)) (-2509 (((-112) $) 18)) (-2553 (((-1152) $) 15)) (-1831 (((-859) $) 12) (($ (-1152)) 13) (((-1152) $) 9)) (-1702 (((-112) $ $) 7)))
(((-388) (-389)) (T -388))
NIL
(-389)
-((-1709 (((-112) $ $) 7)) (-1742 (((-112) $) 16)) (-3990 (((-112) $) 17)) (-1585 (($ (-1152) (-1152) (-1152)) 15)) (-2540 (((-1152) $) 20)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-2401 (($ (-1152) (-1152) (-1152)) 22)) (-1513 (((-1152) $) 19)) (-1505 (((-112) $) 18)) (-4046 (((-1152) $) 21)) (-1721 (((-859) $) 11) (($ (-1152)) 24) (((-1152) $) 23)) (-2853 (((-112) $ $) 6)))
+((-1817 (((-112) $ $) 7)) (-4123 (((-112) $) 16)) (-2589 (((-112) $) 17)) (-3654 (($ (-1152) (-1152) (-1152)) 15)) (-1316 (((-1152) $) 20)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-2590 (($ (-1152) (-1152) (-1152)) 22)) (-2596 (((-1152) $) 19)) (-2509 (((-112) $) 18)) (-2553 (((-1152) $) 21)) (-1831 (((-859) $) 11) (($ (-1152)) 24) (((-1152) $) 23)) (-1702 (((-112) $ $) 6)))
(((-389) (-140)) (T -389))
-((-2401 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1152)) (-4 *1 (-389)))) (-4046 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152)))) (-2540 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152)))) (-1505 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))) (-3990 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))) (-1742 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))) (-1585 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1152)) (-4 *1 (-389)))))
-(-13 (-1094) (-490 (-1152)) (-10 -8 (-15 -2401 ($ (-1152) (-1152) (-1152))) (-15 -4046 ((-1152) $)) (-15 -2540 ((-1152) $)) (-15 -1513 ((-1152) $)) (-15 -1505 ((-112) $)) (-15 -3990 ((-112) $)) (-15 -1742 ((-112) $)) (-15 -1585 ($ (-1152) (-1152) (-1152)))))
+((-2590 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1152)) (-4 *1 (-389)))) (-2553 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152)))) (-1316 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152)))) (-2596 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152)))) (-2509 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))) (-2589 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))) (-4123 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))) (-3654 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1152)) (-4 *1 (-389)))))
+(-13 (-1094) (-490 (-1152)) (-10 -8 (-15 -2590 ($ (-1152) (-1152) (-1152))) (-15 -2553 ((-1152) $)) (-15 -1316 ((-1152) $)) (-15 -2596 ((-1152) $)) (-15 -2509 ((-112) $)) (-15 -2589 ((-112) $)) (-15 -4123 ((-112) $)) (-15 -3654 ($ (-1152) (-1152) (-1152)))))
(((-102) . T) ((-614 #0=(-1152)) . T) ((-611 (-859)) . T) ((-611 #0#) . T) ((-490 #0#) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1541 (((-859) $) 63)) (-1692 (($) NIL T CONST)) (-4095 (($ $ (-918)) NIL)) (-3668 (($ $ (-918)) NIL)) (-2824 (($ $ (-918)) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2739 (($ (-768)) 37)) (-1358 (((-768)) 18)) (-2483 (((-859) $) 65)) (-1923 (($ $ $) NIL)) (-1721 (((-859) $) NIL)) (-2933 (($ $ $ $) NIL)) (-3710 (($ $ $) NIL)) (-2885 (($) 24 T CONST)) (-2853 (((-112) $ $) 40)) (-2970 (($ $) 47) (($ $ $) 49)) (-2956 (($ $ $) 50)) (** (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 51) (($ $ |#3|) NIL) (($ |#3| $) 46)))
-(((-390 |#1| |#2| |#3|) (-13 (-741 |#3|) (-10 -8 (-15 -1358 ((-768))) (-15 -2483 ((-859) $)) (-15 -1541 ((-859) $)) (-15 -2739 ($ (-768))))) (-768) (-768) (-172)) (T -390))
-((-1358 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-172)))) (-2483 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 (-768)) (-14 *4 (-768)) (-4 *5 (-172)))) (-1541 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 (-768)) (-14 *4 (-768)) (-4 *5 (-172)))) (-2739 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-172)))))
-(-13 (-741 |#3|) (-10 -8 (-15 -1358 ((-768))) (-15 -2483 ((-859) $)) (-15 -1541 ((-859) $)) (-15 -2739 ($ (-768)))))
-((-2965 (((-1152)) 12)) (-3313 (((-1141 (-1152))) 31)) (-1619 (((-1264) (-1152)) 28) (((-1264) (-388)) 27)) (-1633 (((-1264)) 29)) (-1904 (((-1141 (-1152))) 30)))
-(((-391) (-10 -7 (-15 -1904 ((-1141 (-1152)))) (-15 -3313 ((-1141 (-1152)))) (-15 -1633 ((-1264))) (-15 -1619 ((-1264) (-388))) (-15 -1619 ((-1264) (-1152))) (-15 -2965 ((-1152))))) (T -391))
-((-2965 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-391)))) (-1619 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-391)))) (-1619 (*1 *2 *3) (-12 (-5 *3 (-388)) (-5 *2 (-1264)) (-5 *1 (-391)))) (-1633 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-391)))) (-3313 (*1 *2) (-12 (-5 *2 (-1141 (-1152))) (-5 *1 (-391)))) (-1904 (*1 *2) (-12 (-5 *2 (-1141 (-1152))) (-5 *1 (-391)))))
-(-10 -7 (-15 -1904 ((-1141 (-1152)))) (-15 -3313 ((-1141 (-1152)))) (-15 -1633 ((-1264))) (-15 -1619 ((-1264) (-388))) (-15 -1619 ((-1264) (-1152))) (-15 -2965 ((-1152))))
-((-2887 (((-768) (-336 |#1| |#2| |#3| |#4|)) 19)))
-(((-392 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2887 ((-768) (-336 |#1| |#2| |#3| |#4|)))) (-13 (-368) (-363)) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -392))
-((-2887 (*1 *2 *3) (-12 (-5 *3 (-336 *4 *5 *6 *7)) (-4 *4 (-13 (-368) (-363))) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-4 *7 (-342 *4 *5 *6)) (-5 *2 (-768)) (-5 *1 (-392 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2887 ((-768) (-336 |#1| |#2| |#3| |#4|))))
-((-1721 (((-394) |#1|) 11)))
-(((-393 |#1|) (-10 -7 (-15 -1721 ((-394) |#1|))) (-1094)) (T -393))
-((-1721 (*1 *2 *3) (-12 (-5 *2 (-394)) (-5 *1 (-393 *3)) (-4 *3 (-1094)))))
-(-10 -7 (-15 -1721 ((-394) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-1393 (((-641 (-1152)) $ (-641 (-1152))) 43)) (-3462 (((-641 (-1152)) $ (-641 (-1152))) 44)) (-2282 (((-641 (-1152)) $ (-641 (-1152))) 45)) (-2541 (((-641 (-1152)) $) 40)) (-1585 (($) 30)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3345 (((-641 (-1152)) $) 41)) (-3872 (((-641 (-1152)) $) 42)) (-2170 (((-1264) $ (-564)) 38) (((-1264) $) 39)) (-2153 (($ (-859) (-564)) 35)) (-1721 (((-859) $) 54) (($ (-859)) 32)) (-2853 (((-112) $ $) NIL)))
-(((-394) (-13 (-1094) (-614 (-859)) (-10 -8 (-15 -2153 ($ (-859) (-564))) (-15 -2170 ((-1264) $ (-564))) (-15 -2170 ((-1264) $)) (-15 -3872 ((-641 (-1152)) $)) (-15 -3345 ((-641 (-1152)) $)) (-15 -1585 ($)) (-15 -2541 ((-641 (-1152)) $)) (-15 -2282 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -3462 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -1393 ((-641 (-1152)) $ (-641 (-1152))))))) (T -394))
-((-2153 (*1 *1 *2 *3) (-12 (-5 *2 (-859)) (-5 *3 (-564)) (-5 *1 (-394)))) (-2170 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-394)))) (-2170 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-394)))) (-3872 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))) (-3345 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))) (-1585 (*1 *1) (-5 *1 (-394))) (-2541 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))) (-2282 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))) (-3462 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))) (-1393 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))))
-(-13 (-1094) (-614 (-859)) (-10 -8 (-15 -2153 ($ (-859) (-564))) (-15 -2170 ((-1264) $ (-564))) (-15 -2170 ((-1264) $)) (-15 -3872 ((-641 (-1152)) $)) (-15 -3345 ((-641 (-1152)) $)) (-15 -1585 ($)) (-15 -2541 ((-641 (-1152)) $)) (-15 -2282 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -3462 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -1393 ((-641 (-1152)) $ (-641 (-1152))))))
-((-1648 (((-1264) $) 7)) (-1721 (((-859) $) 8)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2855 (((-859) $) 63)) (-1778 (($) NIL T CONST)) (-4221 (($ $ (-918)) NIL)) (-2482 (($ $ (-918)) NIL)) (-2839 (($ $ (-918)) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1426 (($ (-768)) 37)) (-3548 (((-768)) 18)) (-2682 (((-859) $) 65)) (-1992 (($ $ $) NIL)) (-1831 (((-859) $) NIL)) (-2611 (($ $ $ $) NIL)) (-1656 (($ $ $) NIL)) (-1293 (($) 24 T CONST)) (-1702 (((-112) $ $) 40)) (-1808 (($ $) 47) (($ $ $) 49)) (-1797 (($ $ $) 50)) (** (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 51) (($ $ |#3|) NIL) (($ |#3| $) 46)))
+(((-390 |#1| |#2| |#3|) (-13 (-741 |#3|) (-10 -8 (-15 -3548 ((-768))) (-15 -2682 ((-859) $)) (-15 -2855 ((-859) $)) (-15 -1426 ($ (-768))))) (-768) (-768) (-172)) (T -390))
+((-3548 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-172)))) (-2682 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 (-768)) (-14 *4 (-768)) (-4 *5 (-172)))) (-2855 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 (-768)) (-14 *4 (-768)) (-4 *5 (-172)))) (-1426 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-172)))))
+(-13 (-741 |#3|) (-10 -8 (-15 -3548 ((-768))) (-15 -2682 ((-859) $)) (-15 -2855 ((-859) $)) (-15 -1426 ($ (-768)))))
+((-1662 (((-1152)) 12)) (-1998 (((-1141 (-1152))) 31)) (-3027 (((-1264) (-1152)) 28) (((-1264) (-388)) 27)) (-3059 (((-1264)) 29)) (-3077 (((-1141 (-1152))) 30)))
+(((-391) (-10 -7 (-15 -3077 ((-1141 (-1152)))) (-15 -1998 ((-1141 (-1152)))) (-15 -3059 ((-1264))) (-15 -3027 ((-1264) (-388))) (-15 -3027 ((-1264) (-1152))) (-15 -1662 ((-1152))))) (T -391))
+((-1662 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-391)))) (-3027 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-391)))) (-3027 (*1 *2 *3) (-12 (-5 *3 (-388)) (-5 *2 (-1264)) (-5 *1 (-391)))) (-3059 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-391)))) (-1998 (*1 *2) (-12 (-5 *2 (-1141 (-1152))) (-5 *1 (-391)))) (-3077 (*1 *2) (-12 (-5 *2 (-1141 (-1152))) (-5 *1 (-391)))))
+(-10 -7 (-15 -3077 ((-1141 (-1152)))) (-15 -1998 ((-1141 (-1152)))) (-15 -3059 ((-1264))) (-15 -3027 ((-1264) (-388))) (-15 -3027 ((-1264) (-1152))) (-15 -1662 ((-1152))))
+((-2155 (((-768) (-336 |#1| |#2| |#3| |#4|)) 19)))
+(((-392 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2155 ((-768) (-336 |#1| |#2| |#3| |#4|)))) (-13 (-368) (-363)) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -392))
+((-2155 (*1 *2 *3) (-12 (-5 *3 (-336 *4 *5 *6 *7)) (-4 *4 (-13 (-368) (-363))) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-4 *7 (-342 *4 *5 *6)) (-5 *2 (-768)) (-5 *1 (-392 *4 *5 *6 *7)))))
+(-10 -7 (-15 -2155 ((-768) (-336 |#1| |#2| |#3| |#4|))))
+((-1831 (((-394) |#1|) 11)))
+(((-393 |#1|) (-10 -7 (-15 -1831 ((-394) |#1|))) (-1094)) (T -393))
+((-1831 (*1 *2 *3) (-12 (-5 *2 (-394)) (-5 *1 (-393 *3)) (-4 *3 (-1094)))))
+(-10 -7 (-15 -1831 ((-394) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-4158 (((-641 (-1152)) $ (-641 (-1152))) 43)) (-4073 (((-641 (-1152)) $ (-641 (-1152))) 44)) (-2499 (((-641 (-1152)) $ (-641 (-1152))) 45)) (-1995 (((-641 (-1152)) $) 40)) (-3654 (($) 30)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1697 (((-641 (-1152)) $) 41)) (-2668 (((-641 (-1152)) $) 42)) (-3712 (((-1264) $ (-564)) 38) (((-1264) $) 39)) (-2511 (($ (-859) (-564)) 35)) (-1831 (((-859) $) 54) (($ (-859)) 32)) (-1702 (((-112) $ $) NIL)))
+(((-394) (-13 (-1094) (-614 (-859)) (-10 -8 (-15 -2511 ($ (-859) (-564))) (-15 -3712 ((-1264) $ (-564))) (-15 -3712 ((-1264) $)) (-15 -2668 ((-641 (-1152)) $)) (-15 -1697 ((-641 (-1152)) $)) (-15 -3654 ($)) (-15 -1995 ((-641 (-1152)) $)) (-15 -2499 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -4073 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -4158 ((-641 (-1152)) $ (-641 (-1152))))))) (T -394))
+((-2511 (*1 *1 *2 *3) (-12 (-5 *2 (-859)) (-5 *3 (-564)) (-5 *1 (-394)))) (-3712 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-394)))) (-3712 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-394)))) (-2668 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))) (-1697 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))) (-3654 (*1 *1) (-5 *1 (-394))) (-1995 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))) (-2499 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))) (-4073 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))) (-4158 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))))
+(-13 (-1094) (-614 (-859)) (-10 -8 (-15 -2511 ($ (-859) (-564))) (-15 -3712 ((-1264) $ (-564))) (-15 -3712 ((-1264) $)) (-15 -2668 ((-641 (-1152)) $)) (-15 -1697 ((-641 (-1152)) $)) (-15 -3654 ($)) (-15 -1995 ((-641 (-1152)) $)) (-15 -2499 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -4073 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -4158 ((-641 (-1152)) $ (-641 (-1152))))))
+((-3069 (((-1264) $) 7)) (-1831 (((-859) $) 8)))
(((-395) (-140)) (T -395))
-((-1648 (*1 *2 *1) (-12 (-4 *1 (-395)) (-5 *2 (-1264)))))
-(-13 (-1209) (-611 (-859)) (-10 -8 (-15 -1648 ((-1264) $))))
+((-3069 (*1 *2 *1) (-12 (-4 *1 (-395)) (-5 *2 (-1264)))))
+(-13 (-1209) (-611 (-859)) (-10 -8 (-15 -3069 ((-1264) $))))
(((-611 (-859)) . T) ((-1209) . T))
-((-2035 (((-3 $ "failed") (-316 (-379))) 21) (((-3 $ "failed") (-316 (-564))) 19) (((-3 $ "failed") (-949 (-379))) 17) (((-3 $ "failed") (-949 (-564))) 15) (((-3 $ "failed") (-407 (-949 (-379)))) 13) (((-3 $ "failed") (-407 (-949 (-564)))) 11)) (-3437 (($ (-316 (-379))) 22) (($ (-316 (-564))) 20) (($ (-949 (-379))) 18) (($ (-949 (-564))) 16) (($ (-407 (-949 (-379)))) 14) (($ (-407 (-949 (-564)))) 12)) (-1648 (((-1264) $) 7)) (-1721 (((-859) $) 8) (($ (-641 (-330))) 25) (($ (-330)) 24) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 23)))
+((-2347 (((-3 $ "failed") (-316 (-379))) 21) (((-3 $ "failed") (-316 (-564))) 19) (((-3 $ "failed") (-949 (-379))) 17) (((-3 $ "failed") (-949 (-564))) 15) (((-3 $ "failed") (-407 (-949 (-379)))) 13) (((-3 $ "failed") (-407 (-949 (-564)))) 11)) (-2237 (($ (-316 (-379))) 22) (($ (-316 (-564))) 20) (($ (-949 (-379))) 18) (($ (-949 (-564))) 16) (($ (-407 (-949 (-379)))) 14) (($ (-407 (-949 (-564)))) 12)) (-3069 (((-1264) $) 7)) (-1831 (((-859) $) 8) (($ (-641 (-330))) 25) (($ (-330)) 24) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 23)))
(((-396) (-140)) (T -396))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-396)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-396)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) (-4 *1 (-396)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-4 *1 (-396)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-316 (-379))) (-4 *1 (-396)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-4 *1 (-396)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-316 (-564))) (-4 *1 (-396)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-949 (-379))) (-4 *1 (-396)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-949 (-379))) (-4 *1 (-396)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-949 (-564))) (-4 *1 (-396)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-949 (-564))) (-4 *1 (-396)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-379)))) (-4 *1 (-396)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-407 (-949 (-379)))) (-4 *1 (-396)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-564)))) (-4 *1 (-396)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-407 (-949 (-564)))) (-4 *1 (-396)))))
-(-13 (-395) (-10 -8 (-15 -1721 ($ (-641 (-330)))) (-15 -1721 ($ (-330))) (-15 -1721 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))) (-15 -3437 ($ (-316 (-379)))) (-15 -2035 ((-3 $ "failed") (-316 (-379)))) (-15 -3437 ($ (-316 (-564)))) (-15 -2035 ((-3 $ "failed") (-316 (-564)))) (-15 -3437 ($ (-949 (-379)))) (-15 -2035 ((-3 $ "failed") (-949 (-379)))) (-15 -3437 ($ (-949 (-564)))) (-15 -2035 ((-3 $ "failed") (-949 (-564)))) (-15 -3437 ($ (-407 (-949 (-379))))) (-15 -2035 ((-3 $ "failed") (-407 (-949 (-379))))) (-15 -3437 ($ (-407 (-949 (-564))))) (-15 -2035 ((-3 $ "failed") (-407 (-949 (-564)))))))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-396)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-396)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) (-4 *1 (-396)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-4 *1 (-396)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-316 (-379))) (-4 *1 (-396)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-4 *1 (-396)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-316 (-564))) (-4 *1 (-396)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-949 (-379))) (-4 *1 (-396)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-949 (-379))) (-4 *1 (-396)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-949 (-564))) (-4 *1 (-396)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-949 (-564))) (-4 *1 (-396)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-379)))) (-4 *1 (-396)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-407 (-949 (-379)))) (-4 *1 (-396)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-564)))) (-4 *1 (-396)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-407 (-949 (-564)))) (-4 *1 (-396)))))
+(-13 (-395) (-10 -8 (-15 -1831 ($ (-641 (-330)))) (-15 -1831 ($ (-330))) (-15 -1831 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))) (-15 -2237 ($ (-316 (-379)))) (-15 -2347 ((-3 $ "failed") (-316 (-379)))) (-15 -2237 ($ (-316 (-564)))) (-15 -2347 ((-3 $ "failed") (-316 (-564)))) (-15 -2237 ($ (-949 (-379)))) (-15 -2347 ((-3 $ "failed") (-949 (-379)))) (-15 -2237 ($ (-949 (-564)))) (-15 -2347 ((-3 $ "failed") (-949 (-564)))) (-15 -2237 ($ (-407 (-949 (-379))))) (-15 -2347 ((-3 $ "failed") (-407 (-949 (-379))))) (-15 -2237 ($ (-407 (-949 (-564))))) (-15 -2347 ((-3 $ "failed") (-407 (-949 (-564)))))))
(((-611 (-859)) . T) ((-395) . T) ((-1209) . T))
-((-3467 (((-641 (-1152)) (-641 (-1152))) 9)) (-1648 (((-1264) (-388)) 27)) (-2986 (((-1098) (-1170) (-641 (-1170)) (-1173) (-641 (-1170))) 60) (((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170)) (-1170)) 35) (((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170))) 34)))
-(((-397) (-10 -7 (-15 -2986 ((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170)))) (-15 -2986 ((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170)) (-1170))) (-15 -2986 ((-1098) (-1170) (-641 (-1170)) (-1173) (-641 (-1170)))) (-15 -1648 ((-1264) (-388))) (-15 -3467 ((-641 (-1152)) (-641 (-1152)))))) (T -397))
-((-3467 (*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-397)))) (-1648 (*1 *2 *3) (-12 (-5 *3 (-388)) (-5 *2 (-1264)) (-5 *1 (-397)))) (-2986 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-641 (-1170))) (-5 *5 (-1173)) (-5 *3 (-1170)) (-5 *2 (-1098)) (-5 *1 (-397)))) (-2986 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-641 (-641 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-641 (-3 (|:| |array| (-641 *3)) (|:| |scalar| (-1170))))) (-5 *6 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1098)) (-5 *1 (-397)))) (-2986 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-641 (-641 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-641 (-3 (|:| |array| (-641 *3)) (|:| |scalar| (-1170))))) (-5 *6 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1098)) (-5 *1 (-397)))))
-(-10 -7 (-15 -2986 ((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170)))) (-15 -2986 ((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170)) (-1170))) (-15 -2986 ((-1098) (-1170) (-641 (-1170)) (-1173) (-641 (-1170)))) (-15 -1648 ((-1264) (-388))) (-15 -3467 ((-641 (-1152)) (-641 (-1152)))))
-((-1648 (((-1264) $) 36)) (-1721 (((-859) $) 98) (($ (-330)) 100) (($ (-641 (-330))) 99) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 97) (($ (-316 (-697))) 53) (($ (-316 (-695))) 73) (($ (-316 (-690))) 86) (($ (-294 (-316 (-697)))) 68) (($ (-294 (-316 (-695)))) 81) (($ (-294 (-316 (-690)))) 94) (($ (-316 (-564))) 105) (($ (-316 (-379))) 118) (($ (-316 (-169 (-379)))) 131) (($ (-294 (-316 (-564)))) 113) (($ (-294 (-316 (-379)))) 126) (($ (-294 (-316 (-169 (-379))))) 139)))
-(((-398 |#1| |#2| |#3| |#4|) (-13 (-395) (-10 -8 (-15 -1721 ($ (-330))) (-15 -1721 ($ (-641 (-330)))) (-15 -1721 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))) (-15 -1721 ($ (-316 (-697)))) (-15 -1721 ($ (-316 (-695)))) (-15 -1721 ($ (-316 (-690)))) (-15 -1721 ($ (-294 (-316 (-697))))) (-15 -1721 ($ (-294 (-316 (-695))))) (-15 -1721 ($ (-294 (-316 (-690))))) (-15 -1721 ($ (-316 (-564)))) (-15 -1721 ($ (-316 (-379)))) (-15 -1721 ($ (-316 (-169 (-379))))) (-15 -1721 ($ (-294 (-316 (-564))))) (-15 -1721 ($ (-294 (-316 (-379))))) (-15 -1721 ($ (-294 (-316 (-169 (-379)))))))) (-1170) (-3 (|:| |fst| (-434)) (|:| -4104 "void")) (-641 (-1170)) (-1174)) (T -398))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-316 (-697))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-316 (-695))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-316 (-690))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-697)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-695)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-690)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-316 (-169 (-379)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-564)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-379)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-169 (-379))))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))))
-(-13 (-395) (-10 -8 (-15 -1721 ($ (-330))) (-15 -1721 ($ (-641 (-330)))) (-15 -1721 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))) (-15 -1721 ($ (-316 (-697)))) (-15 -1721 ($ (-316 (-695)))) (-15 -1721 ($ (-316 (-690)))) (-15 -1721 ($ (-294 (-316 (-697))))) (-15 -1721 ($ (-294 (-316 (-695))))) (-15 -1721 ($ (-294 (-316 (-690))))) (-15 -1721 ($ (-316 (-564)))) (-15 -1721 ($ (-316 (-379)))) (-15 -1721 ($ (-316 (-169 (-379))))) (-15 -1721 ($ (-294 (-316 (-564))))) (-15 -1721 ($ (-294 (-316 (-379))))) (-15 -1721 ($ (-294 (-316 (-169 (-379))))))))
-((-1709 (((-112) $ $) NIL)) (-2319 ((|#2| $) 38)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3628 (($ (-407 |#2|)) 95)) (-3506 (((-641 (-2 (|:| -2954 (-768)) (|:| -1526 |#2|) (|:| |num| |#2|))) $) 39)) (-1795 (($ $) 34) (($ $ (-768)) 36)) (-2153 (((-407 |#2|) $) 51)) (-1732 (($ (-641 (-2 (|:| -2954 (-768)) (|:| -1526 |#2|) (|:| |num| |#2|)))) 33)) (-1721 (((-859) $) 137)) (-3256 (($ $) 35) (($ $ (-768)) 37)) (-2853 (((-112) $ $) NIL)) (-2956 (($ |#2| $) 41)))
-(((-399 |#1| |#2|) (-13 (-1094) (-612 (-407 |#2|)) (-10 -8 (-15 -2956 ($ |#2| $)) (-15 -3628 ($ (-407 |#2|))) (-15 -2319 (|#2| $)) (-15 -3506 ((-641 (-2 (|:| -2954 (-768)) (|:| -1526 |#2|) (|:| |num| |#2|))) $)) (-15 -1732 ($ (-641 (-2 (|:| -2954 (-768)) (|:| -1526 |#2|) (|:| |num| |#2|))))) (-15 -1795 ($ $)) (-15 -3256 ($ $)) (-15 -1795 ($ $ (-768))) (-15 -3256 ($ $ (-768))))) (-13 (-363) (-147)) (-1235 |#1|)) (T -399))
-((-2956 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *2)) (-4 *2 (-1235 *3)))) (-3628 (*1 *1 *2) (-12 (-5 *2 (-407 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4)))) (-2319 (*1 *2 *1) (-12 (-4 *2 (-1235 *3)) (-5 *1 (-399 *3 *2)) (-4 *3 (-13 (-363) (-147))))) (-3506 (*1 *2 *1) (-12 (-4 *3 (-13 (-363) (-147))) (-5 *2 (-641 (-2 (|:| -2954 (-768)) (|:| -1526 *4) (|:| |num| *4)))) (-5 *1 (-399 *3 *4)) (-4 *4 (-1235 *3)))) (-1732 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2954 (-768)) (|:| -1526 *4) (|:| |num| *4)))) (-4 *4 (-1235 *3)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4)))) (-1795 (*1 *1 *1) (-12 (-4 *2 (-13 (-363) (-147))) (-5 *1 (-399 *2 *3)) (-4 *3 (-1235 *2)))) (-3256 (*1 *1 *1) (-12 (-4 *2 (-13 (-363) (-147))) (-5 *1 (-399 *2 *3)) (-4 *3 (-1235 *2)))) (-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4)) (-4 *4 (-1235 *3)))) (-3256 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4)) (-4 *4 (-1235 *3)))))
-(-13 (-1094) (-612 (-407 |#2|)) (-10 -8 (-15 -2956 ($ |#2| $)) (-15 -3628 ($ (-407 |#2|))) (-15 -2319 (|#2| $)) (-15 -3506 ((-641 (-2 (|:| -2954 (-768)) (|:| -1526 |#2|) (|:| |num| |#2|))) $)) (-15 -1732 ($ (-641 (-2 (|:| -2954 (-768)) (|:| -1526 |#2|) (|:| |num| |#2|))))) (-15 -1795 ($ $)) (-15 -3256 ($ $)) (-15 -1795 ($ $ (-768))) (-15 -3256 ($ $ (-768)))))
-((-1709 (((-112) $ $) 9 (-2713 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))))) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 15 (|has| |#1| (-883 (-379)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 14 (|has| |#1| (-883 (-564))))) (-2811 (((-1152) $) 13 (-2713 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))))) (-4382 (((-1114) $) 12 (-2713 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))))) (-1721 (((-859) $) 11 (-2713 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))))) (-2853 (((-112) $ $) 10 (-2713 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))))))
+((-4124 (((-641 (-1152)) (-641 (-1152))) 9)) (-3069 (((-1264) (-388)) 27)) (-1862 (((-1098) (-1170) (-641 (-1170)) (-1173) (-641 (-1170))) 60) (((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170)) (-1170)) 35) (((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170))) 34)))
+(((-397) (-10 -7 (-15 -1862 ((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170)))) (-15 -1862 ((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170)) (-1170))) (-15 -1862 ((-1098) (-1170) (-641 (-1170)) (-1173) (-641 (-1170)))) (-15 -3069 ((-1264) (-388))) (-15 -4124 ((-641 (-1152)) (-641 (-1152)))))) (T -397))
+((-4124 (*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-397)))) (-3069 (*1 *2 *3) (-12 (-5 *3 (-388)) (-5 *2 (-1264)) (-5 *1 (-397)))) (-1862 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-641 (-1170))) (-5 *5 (-1173)) (-5 *3 (-1170)) (-5 *2 (-1098)) (-5 *1 (-397)))) (-1862 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-641 (-641 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-641 (-3 (|:| |array| (-641 *3)) (|:| |scalar| (-1170))))) (-5 *6 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1098)) (-5 *1 (-397)))) (-1862 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-641 (-641 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-641 (-3 (|:| |array| (-641 *3)) (|:| |scalar| (-1170))))) (-5 *6 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1098)) (-5 *1 (-397)))))
+(-10 -7 (-15 -1862 ((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170)))) (-15 -1862 ((-1098) (-1170) (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170)))) (-641 (-641 (-3 (|:| |array| (-641 (-1170))) (|:| |scalar| (-1170))))) (-641 (-1170)) (-1170))) (-15 -1862 ((-1098) (-1170) (-641 (-1170)) (-1173) (-641 (-1170)))) (-15 -3069 ((-1264) (-388))) (-15 -4124 ((-641 (-1152)) (-641 (-1152)))))
+((-3069 (((-1264) $) 36)) (-1831 (((-859) $) 98) (($ (-330)) 100) (($ (-641 (-330))) 99) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 97) (($ (-316 (-697))) 53) (($ (-316 (-695))) 73) (($ (-316 (-690))) 86) (($ (-294 (-316 (-697)))) 68) (($ (-294 (-316 (-695)))) 81) (($ (-294 (-316 (-690)))) 94) (($ (-316 (-564))) 105) (($ (-316 (-379))) 118) (($ (-316 (-169 (-379)))) 131) (($ (-294 (-316 (-564)))) 113) (($ (-294 (-316 (-379)))) 126) (($ (-294 (-316 (-169 (-379))))) 139)))
+(((-398 |#1| |#2| |#3| |#4|) (-13 (-395) (-10 -8 (-15 -1831 ($ (-330))) (-15 -1831 ($ (-641 (-330)))) (-15 -1831 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))) (-15 -1831 ($ (-316 (-697)))) (-15 -1831 ($ (-316 (-695)))) (-15 -1831 ($ (-316 (-690)))) (-15 -1831 ($ (-294 (-316 (-697))))) (-15 -1831 ($ (-294 (-316 (-695))))) (-15 -1831 ($ (-294 (-316 (-690))))) (-15 -1831 ($ (-316 (-564)))) (-15 -1831 ($ (-316 (-379)))) (-15 -1831 ($ (-316 (-169 (-379))))) (-15 -1831 ($ (-294 (-316 (-564))))) (-15 -1831 ($ (-294 (-316 (-379))))) (-15 -1831 ($ (-294 (-316 (-169 (-379)))))))) (-1170) (-3 (|:| |fst| (-434)) (|:| -3495 "void")) (-641 (-1170)) (-1174)) (T -398))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-330)) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-316 (-697))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-316 (-695))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-316 (-690))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-697)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-695)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-690)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-316 (-169 (-379)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-564)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-379)))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-294 (-316 (-169 (-379))))) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-14 *5 (-641 (-1170))) (-14 *6 (-1174)))))
+(-13 (-395) (-10 -8 (-15 -1831 ($ (-330))) (-15 -1831 ($ (-641 (-330)))) (-15 -1831 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))) (-15 -1831 ($ (-316 (-697)))) (-15 -1831 ($ (-316 (-695)))) (-15 -1831 ($ (-316 (-690)))) (-15 -1831 ($ (-294 (-316 (-697))))) (-15 -1831 ($ (-294 (-316 (-695))))) (-15 -1831 ($ (-294 (-316 (-690))))) (-15 -1831 ($ (-316 (-564)))) (-15 -1831 ($ (-316 (-379)))) (-15 -1831 ($ (-316 (-169 (-379))))) (-15 -1831 ($ (-294 (-316 (-564))))) (-15 -1831 ($ (-294 (-316 (-379))))) (-15 -1831 ($ (-294 (-316 (-169 (-379))))))))
+((-1817 (((-112) $ $) NIL)) (-1586 ((|#2| $) 38)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2063 (($ (-407 |#2|)) 95)) (-3293 (((-641 (-2 (|:| -1558 (-768)) (|:| -2513 |#2|) (|:| |num| |#2|))) $) 39)) (-3534 (($ $) 34) (($ $ (-768)) 36)) (-2511 (((-407 |#2|) $) 51)) (-1842 (($ (-641 (-2 (|:| -1558 (-768)) (|:| -2513 |#2|) (|:| |num| |#2|)))) 33)) (-1831 (((-859) $) 137)) (-3435 (($ $) 35) (($ $ (-768)) 37)) (-1702 (((-112) $ $) NIL)) (-1797 (($ |#2| $) 41)))
+(((-399 |#1| |#2|) (-13 (-1094) (-612 (-407 |#2|)) (-10 -8 (-15 -1797 ($ |#2| $)) (-15 -2063 ($ (-407 |#2|))) (-15 -1586 (|#2| $)) (-15 -3293 ((-641 (-2 (|:| -1558 (-768)) (|:| -2513 |#2|) (|:| |num| |#2|))) $)) (-15 -1842 ($ (-641 (-2 (|:| -1558 (-768)) (|:| -2513 |#2|) (|:| |num| |#2|))))) (-15 -3534 ($ $)) (-15 -3435 ($ $)) (-15 -3534 ($ $ (-768))) (-15 -3435 ($ $ (-768))))) (-13 (-363) (-147)) (-1235 |#1|)) (T -399))
+((-1797 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *2)) (-4 *2 (-1235 *3)))) (-2063 (*1 *1 *2) (-12 (-5 *2 (-407 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4)))) (-1586 (*1 *2 *1) (-12 (-4 *2 (-1235 *3)) (-5 *1 (-399 *3 *2)) (-4 *3 (-13 (-363) (-147))))) (-3293 (*1 *2 *1) (-12 (-4 *3 (-13 (-363) (-147))) (-5 *2 (-641 (-2 (|:| -1558 (-768)) (|:| -2513 *4) (|:| |num| *4)))) (-5 *1 (-399 *3 *4)) (-4 *4 (-1235 *3)))) (-1842 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -1558 (-768)) (|:| -2513 *4) (|:| |num| *4)))) (-4 *4 (-1235 *3)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4)))) (-3534 (*1 *1 *1) (-12 (-4 *2 (-13 (-363) (-147))) (-5 *1 (-399 *2 *3)) (-4 *3 (-1235 *2)))) (-3435 (*1 *1 *1) (-12 (-4 *2 (-13 (-363) (-147))) (-5 *1 (-399 *2 *3)) (-4 *3 (-1235 *2)))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4)) (-4 *4 (-1235 *3)))) (-3435 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4)) (-4 *4 (-1235 *3)))))
+(-13 (-1094) (-612 (-407 |#2|)) (-10 -8 (-15 -1797 ($ |#2| $)) (-15 -2063 ($ (-407 |#2|))) (-15 -1586 (|#2| $)) (-15 -3293 ((-641 (-2 (|:| -1558 (-768)) (|:| -2513 |#2|) (|:| |num| |#2|))) $)) (-15 -1842 ($ (-641 (-2 (|:| -1558 (-768)) (|:| -2513 |#2|) (|:| |num| |#2|))))) (-15 -3534 ($ $)) (-15 -3435 ($ $)) (-15 -3534 ($ $ (-768))) (-15 -3435 ($ $ (-768)))))
+((-1817 (((-112) $ $) 9 (-4078 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))))) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 15 (|has| |#1| (-883 (-379)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 14 (|has| |#1| (-883 (-564))))) (-2723 (((-1152) $) 13 (-4078 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))))) (-2780 (((-1114) $) 12 (-4078 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))))) (-1831 (((-859) $) 11 (-4078 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))))) (-1702 (((-112) $ $) 10 (-4078 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))))))
(((-400 |#1|) (-140) (-1209)) (T -400))
NIL
(-13 (-1209) (-10 -7 (IF (|has| |t#1| (-883 (-564))) (-6 (-883 (-564))) |%noBranch|) (IF (|has| |t#1| (-883 (-379))) (-6 (-883 (-379))) |%noBranch|)))
-(((-102) -2713 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))) ((-611 (-859)) -2713 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))) ((-883 (-379)) |has| |#1| (-883 (-379))) ((-883 (-564)) |has| |#1| (-883 (-564))) ((-1094) -2713 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))) ((-1209) . T))
-((-3195 (($ $) 12) (($ $ (-768)) 14)))
-(((-401 |#1|) (-10 -8 (-15 -3195 (|#1| |#1| (-768))) (-15 -3195 (|#1| |#1|))) (-402)) (T -401))
+(((-102) -4078 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))) ((-611 (-859)) -4078 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))) ((-883 (-379)) |has| |#1| (-883 (-379))) ((-883 (-564)) |has| |#1| (-883 (-564))) ((-1094) -4078 (|has| |#1| (-883 (-564))) (|has| |#1| (-883 (-379)))) ((-1209) . T))
+((-3340 (($ $) 12) (($ $ (-768)) 14)))
+(((-401 |#1|) (-10 -8 (-15 -3340 (|#1| |#1| (-768))) (-15 -3340 (|#1| |#1|))) (-402)) (T -401))
NIL
-(-10 -8 (-15 -3195 (|#1| |#1| (-768))) (-15 -3195 (|#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 74)) (-1798 (((-418 $) $) 73)) (-1817 (((-112) $ $) 60)) (-1692 (($) 17 T CONST)) (-2668 (($ $ $) 56)) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-3195 (($ $) 80) (($ $ (-768)) 79)) (-2941 (((-112) $) 72)) (-2887 (((-830 (-918)) $) 82)) (-3282 (((-112) $) 31)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 71)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-4020 (((-418 $) $) 75)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2358 (((-768) $) 59)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-2031 (((-3 (-768) "failed") $ $) 81)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67)) (-2684 (((-3 $ "failed") $) 83)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ $) 66)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
+(-10 -8 (-15 -3340 (|#1| |#1| (-768))) (-15 -3340 (|#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 74)) (-3399 (((-418 $) $) 73)) (-3554 (((-112) $ $) 60)) (-1778 (($) 17 T CONST)) (-1449 (($ $ $) 56)) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-3340 (($ $) 80) (($ $ (-768)) 79)) (-1420 (((-112) $) 72)) (-2155 (((-830 (-918)) $) 82)) (-2949 (((-112) $) 31)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 71)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3070 (((-418 $) $) 75)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-3920 (((-768) $) 59)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-1820 (((-3 (-768) "failed") $ $) 81)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67)) (-4018 (((-3 $ "failed") $) 83)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ $) 66)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
(((-402) (-140)) (T -402))
-((-2887 (*1 *2 *1) (-12 (-4 *1 (-402)) (-5 *2 (-830 (-918))))) (-2031 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-402)) (-5 *2 (-768)))) (-3195 (*1 *1 *1) (-4 *1 (-402))) (-3195 (*1 *1 *1 *2) (-12 (-4 *1 (-402)) (-5 *2 (-768)))))
-(-13 (-363) (-145) (-10 -8 (-15 -2887 ((-830 (-918)) $)) (-15 -2031 ((-3 (-768) "failed") $ $)) (-15 -3195 ($ $)) (-15 -3195 ($ $ (-768)))))
+((-2155 (*1 *2 *1) (-12 (-4 *1 (-402)) (-5 *2 (-830 (-918))))) (-1820 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-402)) (-5 *2 (-768)))) (-3340 (*1 *1 *1) (-4 *1 (-402))) (-3340 (*1 *1 *1 *2) (-12 (-4 *1 (-402)) (-5 *2 (-768)))))
+(-13 (-363) (-145) (-10 -8 (-15 -2155 ((-830 (-918)) $)) (-15 -1820 ((-3 (-768) "failed") $ $)) (-15 -3340 ($ $)) (-15 -3340 ($ $ (-768)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-145) . T) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-243) . T) ((-290) . T) ((-307) . T) ((-363) . T) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 $) . T) ((-723) . T) ((-917) . T) ((-1052 #0#) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) . T))
-((-2874 (($ (-564) (-564)) 11) (($ (-564) (-564) (-918)) NIL)) (-4291 (((-918)) 20) (((-918) (-918)) NIL)))
-(((-403 |#1|) (-10 -8 (-15 -4291 ((-918) (-918))) (-15 -4291 ((-918))) (-15 -2874 (|#1| (-564) (-564) (-918))) (-15 -2874 (|#1| (-564) (-564)))) (-404)) (T -403))
-((-4291 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-403 *3)) (-4 *3 (-404)))) (-4291 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-403 *3)) (-4 *3 (-404)))))
-(-10 -8 (-15 -4291 ((-918) (-918))) (-15 -4291 ((-918))) (-15 -2874 (|#1| (-564) (-564) (-918))) (-15 -2874 (|#1| (-564) (-564))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4137 (((-564) $) 90)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-3183 (($ $) 88)) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 74)) (-1798 (((-418 $) $) 73)) (-4029 (($ $) 98)) (-1817 (((-112) $ $) 60)) (-1672 (((-564) $) 115)) (-1692 (($) 17 T CONST)) (-4221 (($ $) 87)) (-2035 (((-3 (-564) "failed") $) 103) (((-3 (-407 (-564)) "failed") $) 100)) (-3437 (((-564) $) 104) (((-407 (-564)) $) 101)) (-2668 (($ $ $) 56)) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-2941 (((-112) $) 72)) (-1765 (((-918)) 131) (((-918) (-918)) 128 (|has| $ (-6 -4403)))) (-2955 (((-112) $) 113)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 94)) (-2887 (((-564) $) 137)) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 97)) (-2471 (($ $) 93)) (-1515 (((-112) $) 114)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-2766 (($ $ $) 112) (($) 125 (-12 (-2819 (|has| $ (-6 -4403))) (-2819 (|has| $ (-6 -4395)))))) (-1650 (($ $ $) 111) (($) 124 (-12 (-2819 (|has| $ (-6 -4403))) (-2819 (|has| $ (-6 -4395)))))) (-2155 (((-564) $) 134)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 71)) (-1739 (((-918) (-564)) 127 (|has| $ (-6 -4403)))) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-1775 (($ $) 89)) (-4037 (($ $) 91)) (-2874 (($ (-564) (-564)) 139) (($ (-564) (-564) (-918)) 138)) (-4020 (((-418 $) $) 75)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2954 (((-564) $) 135)) (-2358 (((-768) $) 59)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-4291 (((-918)) 132) (((-918) (-918)) 129 (|has| $ (-6 -4403)))) (-2080 (((-918) (-564)) 126 (|has| $ (-6 -4403)))) (-2153 (((-379) $) 106) (((-225) $) 105) (((-889 (-379)) $) 95)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ (-564)) 102) (($ (-407 (-564))) 99)) (-1303 (((-768)) 28 T CONST)) (-2698 (($ $) 92)) (-2584 (((-918)) 133) (((-918) (-918)) 130 (|has| $ (-6 -4403)))) (-1540 (((-918)) 136)) (-1720 (((-112) $ $) 40)) (-1699 (($ $) 116)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2920 (((-112) $ $) 109)) (-2893 (((-112) $ $) 108)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 110)) (-2880 (((-112) $ $) 107)) (-2983 (($ $ $) 66)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70) (($ $ (-407 (-564))) 96)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
+((-2293 (($ (-564) (-564)) 11) (($ (-564) (-564) (-918)) NIL)) (-2422 (((-918)) 20) (((-918) (-918)) NIL)))
+(((-403 |#1|) (-10 -8 (-15 -2422 ((-918) (-918))) (-15 -2422 ((-918))) (-15 -2293 (|#1| (-564) (-564) (-918))) (-15 -2293 (|#1| (-564) (-564)))) (-404)) (T -403))
+((-2422 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-403 *3)) (-4 *3 (-404)))) (-2422 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-403 *3)) (-4 *3 (-404)))))
+(-10 -8 (-15 -2422 ((-918) (-918))) (-15 -2422 ((-918))) (-15 -2293 (|#1| (-564) (-564) (-918))) (-15 -2293 (|#1| (-564) (-564))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3423 (((-564) $) 90)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-3220 (($ $) 88)) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 74)) (-3399 (((-418 $) $) 73)) (-3083 (($ $) 98)) (-3554 (((-112) $ $) 60)) (-1598 (((-564) $) 115)) (-1778 (($) 17 T CONST)) (-3015 (($ $) 87)) (-2347 (((-3 (-564) "failed") $) 103) (((-3 (-407 (-564)) "failed") $) 100)) (-2237 (((-564) $) 104) (((-407 (-564)) $) 101)) (-1449 (($ $ $) 56)) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-1420 (((-112) $) 72)) (-4292 (((-918)) 131) (((-918) (-918)) 128 (|has| $ (-6 -4397)))) (-1569 (((-112) $) 113)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 94)) (-2155 (((-564) $) 137)) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 97)) (-3797 (($ $) 93)) (-2607 (((-112) $) 114)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-1925 (($ $ $) 112) (($) 125 (-12 (-4338 (|has| $ (-6 -4397))) (-4338 (|has| $ (-6 -4389)))))) (-3375 (($ $ $) 111) (($) 124 (-12 (-4338 (|has| $ (-6 -4397))) (-4338 (|has| $ (-6 -4389)))))) (-2935 (((-564) $) 134)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 71)) (-4094 (((-918) (-564)) 127 (|has| $ (-6 -4397)))) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3191 (($ $) 89)) (-1818 (($ $) 91)) (-2293 (($ (-564) (-564)) 139) (($ (-564) (-564) (-918)) 138)) (-3070 (((-418 $) $) 75)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-1558 (((-564) $) 135)) (-3920 (((-768) $) 59)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-2422 (((-918)) 132) (((-918) (-918)) 129 (|has| $ (-6 -4397)))) (-4169 (((-918) (-564)) 126 (|has| $ (-6 -4397)))) (-2511 (((-379) $) 106) (((-225) $) 105) (((-889 (-379)) $) 95)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ (-564)) 102) (($ (-407 (-564))) 99)) (-2219 (((-768)) 28 T CONST)) (-4150 (($ $) 92)) (-2432 (((-918)) 133) (((-918) (-918)) 130 (|has| $ (-6 -4397)))) (-3655 (((-918)) 136)) (-3939 (((-112) $ $) 40)) (-1849 (($ $) 116)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1762 (((-112) $ $) 109)) (-1737 (((-112) $ $) 108)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 110)) (-1723 (((-112) $ $) 107)) (-1823 (($ $ $) 66)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70) (($ $ (-407 (-564))) 96)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
(((-404) (-140)) (T -404))
-((-2874 (*1 *1 *2 *2) (-12 (-5 *2 (-564)) (-4 *1 (-404)))) (-2874 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-918)) (-4 *1 (-404)))) (-2887 (*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564)))) (-1540 (*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))) (-2954 (*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564)))) (-2155 (*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564)))) (-2584 (*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))) (-4291 (*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))) (-1765 (*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))) (-2584 (*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4403)) (-4 *1 (-404)))) (-4291 (*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4403)) (-4 *1 (-404)))) (-1765 (*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4403)) (-4 *1 (-404)))) (-1739 (*1 *2 *3) (-12 (-5 *3 (-564)) (|has| *1 (-6 -4403)) (-4 *1 (-404)) (-5 *2 (-918)))) (-2080 (*1 *2 *3) (-12 (-5 *3 (-564)) (|has| *1 (-6 -4403)) (-4 *1 (-404)) (-5 *2 (-918)))) (-2766 (*1 *1) (-12 (-4 *1 (-404)) (-2819 (|has| *1 (-6 -4403))) (-2819 (|has| *1 (-6 -4395))))) (-1650 (*1 *1) (-12 (-4 *1 (-404)) (-2819 (|has| *1 (-6 -4403))) (-2819 (|has| *1 (-6 -4395))))))
-(-13 (-1055) (-10 -8 (-6 -4124) (-15 -2874 ($ (-564) (-564))) (-15 -2874 ($ (-564) (-564) (-918))) (-15 -2887 ((-564) $)) (-15 -1540 ((-918))) (-15 -2954 ((-564) $)) (-15 -2155 ((-564) $)) (-15 -2584 ((-918))) (-15 -4291 ((-918))) (-15 -1765 ((-918))) (IF (|has| $ (-6 -4403)) (PROGN (-15 -2584 ((-918) (-918))) (-15 -4291 ((-918) (-918))) (-15 -1765 ((-918) (-918))) (-15 -1739 ((-918) (-564))) (-15 -2080 ((-918) (-564)))) |%noBranch|) (IF (|has| $ (-6 -4395)) |%noBranch| (IF (|has| $ (-6 -4403)) |%noBranch| (PROGN (-15 -2766 ($)) (-15 -1650 ($)))))))
+((-2293 (*1 *1 *2 *2) (-12 (-5 *2 (-564)) (-4 *1 (-404)))) (-2293 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-918)) (-4 *1 (-404)))) (-2155 (*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564)))) (-3655 (*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))) (-1558 (*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564)))) (-2935 (*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564)))) (-2432 (*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))) (-2422 (*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))) (-4292 (*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))) (-2432 (*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4397)) (-4 *1 (-404)))) (-2422 (*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4397)) (-4 *1 (-404)))) (-4292 (*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4397)) (-4 *1 (-404)))) (-4094 (*1 *2 *3) (-12 (-5 *3 (-564)) (|has| *1 (-6 -4397)) (-4 *1 (-404)) (-5 *2 (-918)))) (-4169 (*1 *2 *3) (-12 (-5 *3 (-564)) (|has| *1 (-6 -4397)) (-4 *1 (-404)) (-5 *2 (-918)))) (-1925 (*1 *1) (-12 (-4 *1 (-404)) (-4338 (|has| *1 (-6 -4397))) (-4338 (|has| *1 (-6 -4389))))) (-3375 (*1 *1) (-12 (-4 *1 (-404)) (-4338 (|has| *1 (-6 -4397))) (-4338 (|has| *1 (-6 -4389))))))
+(-13 (-1055) (-10 -8 (-6 -2508) (-15 -2293 ($ (-564) (-564))) (-15 -2293 ($ (-564) (-564) (-918))) (-15 -2155 ((-564) $)) (-15 -3655 ((-918))) (-15 -1558 ((-564) $)) (-15 -2935 ((-564) $)) (-15 -2432 ((-918))) (-15 -2422 ((-918))) (-15 -4292 ((-918))) (IF (|has| $ (-6 -4397)) (PROGN (-15 -2432 ((-918) (-918))) (-15 -2422 ((-918) (-918))) (-15 -4292 ((-918) (-918))) (-15 -4094 ((-918) (-564))) (-15 -4169 ((-918) (-564)))) |%noBranch|) (IF (|has| $ (-6 -4389)) |%noBranch| (IF (|has| $ (-6 -4397)) |%noBranch| (PROGN (-15 -1925 ($)) (-15 -3375 ($)))))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-612 (-225)) . T) ((-612 (-379)) . T) ((-612 (-889 (-379))) . T) ((-243) . T) ((-290) . T) ((-307) . T) ((-363) . T) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 $) . T) ((-723) . T) ((-788) . T) ((-789) . T) ((-791) . T) ((-792) . T) ((-845) . T) ((-847) . T) ((-883 (-379)) . T) ((-917) . T) ((-999) . T) ((-1019) . T) ((-1055) . T) ((-1035 (-407 (-564))) . T) ((-1035 (-564)) . T) ((-1052 #0#) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) . T))
-((-2110 (((-418 |#2|) (-1 |#2| |#1|) (-418 |#1|)) 20)))
-(((-405 |#1| |#2|) (-10 -7 (-15 -2110 ((-418 |#2|) (-1 |#2| |#1|) (-418 |#1|)))) (-556) (-556)) (T -405))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-418 *5)) (-4 *5 (-556)) (-4 *6 (-556)) (-5 *2 (-418 *6)) (-5 *1 (-405 *5 *6)))))
-(-10 -7 (-15 -2110 ((-418 |#2|) (-1 |#2| |#1|) (-418 |#1|))))
-((-2110 (((-407 |#2|) (-1 |#2| |#1|) (-407 |#1|)) 13)))
-(((-406 |#1| |#2|) (-10 -7 (-15 -2110 ((-407 |#2|) (-1 |#2| |#1|) (-407 |#1|)))) (-556) (-556)) (T -406))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-407 *5)) (-4 *5 (-556)) (-4 *6 (-556)) (-5 *2 (-407 *6)) (-5 *1 (-406 *5 *6)))))
-(-10 -7 (-15 -2110 ((-407 |#2|) (-1 |#2| |#1|) (-407 |#1|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 13)) (-4137 ((|#1| $) 21 (|has| |#1| (-307)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL (|has| |#1| (-817)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) 17) (((-3 (-1170) "failed") $) NIL (|has| |#1| (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) 72 (|has| |#1| (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564))))) (-3437 ((|#1| $) 15) (((-1170) $) NIL (|has| |#1| (-1035 (-1170)))) (((-407 (-564)) $) 69 (|has| |#1| (-1035 (-564)))) (((-564) $) NIL (|has| |#1| (-1035 (-564))))) (-2668 (($ $ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) 51)) (-3746 (($) NIL (|has| |#1| (-545)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2955 (((-112) $) NIL (|has| |#1| (-817)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| |#1| (-883 (-379))))) (-3282 (((-112) $) 57)) (-2079 (($ $) NIL)) (-2654 ((|#1| $) 73)) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-1145)))) (-1515 (((-112) $) NIL (|has| |#1| (-817)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| |#1| (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 100)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL (|has| |#1| (-307)))) (-4037 ((|#1| $) 28 (|has| |#1| (-545)))) (-4004 (((-418 (-1166 $)) (-1166 $)) 148 (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) 141 (|has| |#1| (-906)))) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3227 (($ $ (-641 |#1|) (-641 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-514 (-1170) |#1|)))) (-2358 (((-768) $) NIL)) (-2961 (($ $ |#1|) NIL (|has| |#1| (-286 |#1| |#1|)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) 64)) (-2173 (($ $) NIL)) (-2663 ((|#1| $) 75)) (-2153 (((-889 (-564)) $) NIL (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| |#1| (-612 (-889 (-379))))) (((-536) $) NIL (|has| |#1| (-612 (-536)))) (((-379) $) NIL (|has| |#1| (-1019))) (((-225) $) NIL (|has| |#1| (-1019)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 125 (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 10) (($ (-1170)) NIL (|has| |#1| (-1035 (-1170))))) (-2684 (((-3 $ "failed") $) 102 (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) 103 T CONST)) (-2698 ((|#1| $) 26 (|has| |#1| (-545)))) (-1720 (((-112) $ $) NIL)) (-1699 (($ $) NIL (|has| |#1| (-817)))) (-2885 (($) 22 T CONST)) (-2898 (($) 8 T CONST)) (-3930 (((-1152) $) 44 (-12 (|has| |#1| (-545)) (|has| |#1| (-825)))) (((-1152) $ (-112)) 45 (-12 (|has| |#1| (-545)) (|has| |#1| (-825)))) (((-1264) (-819) $) 46 (-12 (|has| |#1| (-545)) (|has| |#1| (-825)))) (((-1264) (-819) $ (-112)) 47 (-12 (|has| |#1| (-545)) (|has| |#1| (-825))))) (-3256 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) 66)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) 24 (|has| |#1| (-847)))) (-2983 (($ $ $) 136) (($ |#1| |#1|) 53)) (-2970 (($ $) 25) (($ $ $) 56)) (-2956 (($ $ $) 54)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 135)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 61) (($ $ $) 58) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ |#1| $) 62) (($ $ |#1|) 88)))
-(((-407 |#1|) (-13 (-989 |#1|) (-10 -7 (IF (|has| |#1| (-545)) (IF (|has| |#1| (-825)) (-6 (-825)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4399)) (IF (|has| |#1| (-452)) (IF (|has| |#1| (-6 -4410)) (-6 -4399) |%noBranch|) |%noBranch|) |%noBranch|))) (-556)) (T -407))
-NIL
-(-13 (-989 |#1|) (-10 -7 (IF (|has| |#1| (-545)) (IF (|has| |#1| (-825)) (-6 (-825)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4399)) (IF (|has| |#1| (-452)) (IF (|has| |#1| (-6 -4410)) (-6 -4399) |%noBranch|) |%noBranch|) |%noBranch|)))
-((-4133 (((-685 |#2|) (-1259 $)) NIL) (((-685 |#2|)) 18)) (-3222 (($ (-1259 |#2|) (-1259 $)) NIL) (($ (-1259 |#2|)) 24)) (-3160 (((-685 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) $) 40)) (-2162 ((|#3| $) 73)) (-3928 ((|#2| (-1259 $)) NIL) ((|#2|) 20)) (-3057 (((-1259 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) (-1259 $) (-1259 $)) NIL) (((-1259 |#2|) $) 22) (((-685 |#2|) (-1259 $)) 38)) (-2153 (((-1259 |#2|) $) 11) (($ (-1259 |#2|)) 13)) (-4120 ((|#3| $) 55)))
-(((-408 |#1| |#2| |#3|) (-10 -8 (-15 -3160 ((-685 |#2|) |#1|)) (-15 -3928 (|#2|)) (-15 -4133 ((-685 |#2|))) (-15 -2153 (|#1| (-1259 |#2|))) (-15 -2153 ((-1259 |#2|) |#1|)) (-15 -3222 (|#1| (-1259 |#2|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1|)) (-15 -2162 (|#3| |#1|)) (-15 -4120 (|#3| |#1|)) (-15 -4133 ((-685 |#2|) (-1259 |#1|))) (-15 -3928 (|#2| (-1259 |#1|))) (-15 -3222 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -3160 ((-685 |#2|) |#1| (-1259 |#1|)))) (-409 |#2| |#3|) (-172) (-1235 |#2|)) (T -408))
-((-4133 (*1 *2) (-12 (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4)) (-5 *1 (-408 *3 *4 *5)) (-4 *3 (-409 *4 *5)))) (-3928 (*1 *2) (-12 (-4 *4 (-1235 *2)) (-4 *2 (-172)) (-5 *1 (-408 *3 *2 *4)) (-4 *3 (-409 *2 *4)))))
-(-10 -8 (-15 -3160 ((-685 |#2|) |#1|)) (-15 -3928 (|#2|)) (-15 -4133 ((-685 |#2|))) (-15 -2153 (|#1| (-1259 |#2|))) (-15 -2153 ((-1259 |#2|) |#1|)) (-15 -3222 (|#1| (-1259 |#2|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1|)) (-15 -2162 (|#3| |#1|)) (-15 -4120 (|#3| |#1|)) (-15 -4133 ((-685 |#2|) (-1259 |#1|))) (-15 -3928 (|#2| (-1259 |#1|))) (-15 -3222 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -3160 ((-685 |#2|) |#1| (-1259 |#1|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4133 (((-685 |#1|) (-1259 $)) 47) (((-685 |#1|)) 62)) (-4321 ((|#1| $) 53)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3222 (($ (-1259 |#1|) (-1259 $)) 49) (($ (-1259 |#1|)) 65)) (-3160 (((-685 |#1|) $ (-1259 $)) 54) (((-685 |#1|) $) 60)) (-3233 (((-3 $ "failed") $) 33)) (-3147 (((-918)) 55)) (-3282 (((-112) $) 31)) (-2471 ((|#1| $) 52)) (-2162 ((|#2| $) 45 (|has| |#1| (-363)))) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-3928 ((|#1| (-1259 $)) 48) ((|#1|) 61)) (-3057 (((-1259 |#1|) $ (-1259 $)) 51) (((-685 |#1|) (-1259 $) (-1259 $)) 50) (((-1259 |#1|) $) 67) (((-685 |#1|) (-1259 $)) 66)) (-2153 (((-1259 |#1|) $) 64) (($ (-1259 |#1|)) 63)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38)) (-2684 (((-3 $ "failed") $) 44 (|has| |#1| (-145)))) (-4120 ((|#2| $) 46)) (-1303 (((-768)) 28 T CONST)) (-2745 (((-1259 $)) 68)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39)))
+((-2449 (((-418 |#2|) (-1 |#2| |#1|) (-418 |#1|)) 20)))
+(((-405 |#1| |#2|) (-10 -7 (-15 -2449 ((-418 |#2|) (-1 |#2| |#1|) (-418 |#1|)))) (-556) (-556)) (T -405))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-418 *5)) (-4 *5 (-556)) (-4 *6 (-556)) (-5 *2 (-418 *6)) (-5 *1 (-405 *5 *6)))))
+(-10 -7 (-15 -2449 ((-418 |#2|) (-1 |#2| |#1|) (-418 |#1|))))
+((-2449 (((-407 |#2|) (-1 |#2| |#1|) (-407 |#1|)) 13)))
+(((-406 |#1| |#2|) (-10 -7 (-15 -2449 ((-407 |#2|) (-1 |#2| |#1|) (-407 |#1|)))) (-556) (-556)) (T -406))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-407 *5)) (-4 *5 (-556)) (-4 *6 (-556)) (-5 *2 (-407 *6)) (-5 *1 (-406 *5 *6)))))
+(-10 -7 (-15 -2449 ((-407 |#2|) (-1 |#2| |#1|) (-407 |#1|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 13)) (-3423 ((|#1| $) 21 (|has| |#1| (-307)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL (|has| |#1| (-817)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) 17) (((-3 (-1170) "failed") $) NIL (|has| |#1| (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) 72 (|has| |#1| (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564))))) (-2237 ((|#1| $) 15) (((-1170) $) NIL (|has| |#1| (-1035 (-1170)))) (((-407 (-564)) $) 69 (|has| |#1| (-1035 (-564)))) (((-564) $) NIL (|has| |#1| (-1035 (-564))))) (-1449 (($ $ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) 51)) (-2900 (($) NIL (|has| |#1| (-545)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1569 (((-112) $) NIL (|has| |#1| (-817)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| |#1| (-883 (-379))))) (-2949 (((-112) $) 57)) (-4157 (($ $) NIL)) (-3678 ((|#1| $) 73)) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-1145)))) (-2607 (((-112) $) NIL (|has| |#1| (-817)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| |#1| (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 100)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL (|has| |#1| (-307)))) (-1818 ((|#1| $) 28 (|has| |#1| (-545)))) (-1469 (((-418 (-1166 $)) (-1166 $)) 148 (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) 141 (|has| |#1| (-906)))) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2633 (($ $ (-641 |#1|) (-641 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-514 (-1170) |#1|)))) (-3920 (((-768) $) NIL)) (-1350 (($ $ |#1|) NIL (|has| |#1| (-286 |#1| |#1|)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) 64)) (-2644 (($ $) NIL)) (-3693 ((|#1| $) 75)) (-2511 (((-889 (-564)) $) NIL (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| |#1| (-612 (-889 (-379))))) (((-536) $) NIL (|has| |#1| (-612 (-536)))) (((-379) $) NIL (|has| |#1| (-1019))) (((-225) $) NIL (|has| |#1| (-1019)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 125 (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 10) (($ (-1170)) NIL (|has| |#1| (-1035 (-1170))))) (-4018 (((-3 $ "failed") $) 102 (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) 103 T CONST)) (-4150 ((|#1| $) 26 (|has| |#1| (-545)))) (-3939 (((-112) $ $) NIL)) (-1849 (($ $) NIL (|has| |#1| (-817)))) (-1293 (($) 22 T CONST)) (-1300 (($) 8 T CONST)) (-3213 (((-1152) $) 44 (-12 (|has| |#1| (-545)) (|has| |#1| (-825)))) (((-1152) $ (-112)) 45 (-12 (|has| |#1| (-545)) (|has| |#1| (-825)))) (((-1264) (-819) $) 46 (-12 (|has| |#1| (-545)) (|has| |#1| (-825)))) (((-1264) (-819) $ (-112)) 47 (-12 (|has| |#1| (-545)) (|has| |#1| (-825))))) (-3435 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) 66)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) 24 (|has| |#1| (-847)))) (-1823 (($ $ $) 136) (($ |#1| |#1|) 53)) (-1808 (($ $) 25) (($ $ $) 56)) (-1797 (($ $ $) 54)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 135)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 61) (($ $ $) 58) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ |#1| $) 62) (($ $ |#1|) 88)))
+(((-407 |#1|) (-13 (-989 |#1|) (-10 -7 (IF (|has| |#1| (-545)) (IF (|has| |#1| (-825)) (-6 (-825)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4393)) (IF (|has| |#1| (-452)) (IF (|has| |#1| (-6 -4404)) (-6 -4393) |%noBranch|) |%noBranch|) |%noBranch|))) (-556)) (T -407))
+NIL
+(-13 (-989 |#1|) (-10 -7 (IF (|has| |#1| (-545)) (IF (|has| |#1| (-825)) (-6 (-825)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4393)) (IF (|has| |#1| (-452)) (IF (|has| |#1| (-6 -4404)) (-6 -4393) |%noBranch|) |%noBranch|) |%noBranch|)))
+((-3390 (((-685 |#2|) (-1259 $)) NIL) (((-685 |#2|)) 18)) (-3624 (($ (-1259 |#2|) (-1259 $)) NIL) (($ (-1259 |#2|)) 24)) (-4206 (((-685 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) $) 40)) (-3774 ((|#3| $) 73)) (-3190 ((|#2| (-1259 $)) NIL) ((|#2|) 20)) (-2467 (((-1259 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) (-1259 $) (-1259 $)) NIL) (((-1259 |#2|) $) 22) (((-685 |#2|) (-1259 $)) 38)) (-2511 (((-1259 |#2|) $) 11) (($ (-1259 |#2|)) 13)) (-1349 ((|#3| $) 55)))
+(((-408 |#1| |#2| |#3|) (-10 -8 (-15 -4206 ((-685 |#2|) |#1|)) (-15 -3190 (|#2|)) (-15 -3390 ((-685 |#2|))) (-15 -2511 (|#1| (-1259 |#2|))) (-15 -2511 ((-1259 |#2|) |#1|)) (-15 -3624 (|#1| (-1259 |#2|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1|)) (-15 -3774 (|#3| |#1|)) (-15 -1349 (|#3| |#1|)) (-15 -3390 ((-685 |#2|) (-1259 |#1|))) (-15 -3190 (|#2| (-1259 |#1|))) (-15 -3624 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -4206 ((-685 |#2|) |#1| (-1259 |#1|)))) (-409 |#2| |#3|) (-172) (-1235 |#2|)) (T -408))
+((-3390 (*1 *2) (-12 (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4)) (-5 *1 (-408 *3 *4 *5)) (-4 *3 (-409 *4 *5)))) (-3190 (*1 *2) (-12 (-4 *4 (-1235 *2)) (-4 *2 (-172)) (-5 *1 (-408 *3 *2 *4)) (-4 *3 (-409 *2 *4)))))
+(-10 -8 (-15 -4206 ((-685 |#2|) |#1|)) (-15 -3190 (|#2|)) (-15 -3390 ((-685 |#2|))) (-15 -2511 (|#1| (-1259 |#2|))) (-15 -2511 ((-1259 |#2|) |#1|)) (-15 -3624 (|#1| (-1259 |#2|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1|)) (-15 -3774 (|#3| |#1|)) (-15 -1349 (|#3| |#1|)) (-15 -3390 ((-685 |#2|) (-1259 |#1|))) (-15 -3190 (|#2| (-1259 |#1|))) (-15 -3624 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -4206 ((-685 |#2|) |#1| (-1259 |#1|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3390 (((-685 |#1|) (-1259 $)) 47) (((-685 |#1|)) 62)) (-2713 ((|#1| $) 53)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3624 (($ (-1259 |#1|) (-1259 $)) 49) (($ (-1259 |#1|)) 65)) (-4206 (((-685 |#1|) $ (-1259 $)) 54) (((-685 |#1|) $) 60)) (-3733 (((-3 $ "failed") $) 33)) (-3531 (((-918)) 55)) (-2949 (((-112) $) 31)) (-3797 ((|#1| $) 52)) (-3774 ((|#2| $) 45 (|has| |#1| (-363)))) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3190 ((|#1| (-1259 $)) 48) ((|#1|) 61)) (-2467 (((-1259 |#1|) $ (-1259 $)) 51) (((-685 |#1|) (-1259 $) (-1259 $)) 50) (((-1259 |#1|) $) 67) (((-685 |#1|) (-1259 $)) 66)) (-2511 (((-1259 |#1|) $) 64) (($ (-1259 |#1|)) 63)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38)) (-4018 (((-3 $ "failed") $) 44 (|has| |#1| (-145)))) (-1349 ((|#2| $) 46)) (-2219 (((-768)) 28 T CONST)) (-3331 (((-1259 $)) 68)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39)))
(((-409 |#1| |#2|) (-140) (-172) (-1235 |t#1|)) (T -409))
-((-2745 (*1 *2) (-12 (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-1259 *1)) (-4 *1 (-409 *3 *4)))) (-3057 (*1 *2 *1) (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-1259 *3)))) (-3057 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-409 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4)))) (-3222 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-409 *3 *4)) (-4 *4 (-1235 *3)))) (-2153 (*1 *2 *1) (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-1259 *3)))) (-2153 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-409 *3 *4)) (-4 *4 (-1235 *3)))) (-4133 (*1 *2) (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-685 *3)))) (-3928 (*1 *2) (-12 (-4 *1 (-409 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172)))) (-3160 (*1 *2 *1) (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-685 *3)))))
-(-13 (-370 |t#1| |t#2|) (-10 -8 (-15 -2745 ((-1259 $))) (-15 -3057 ((-1259 |t#1|) $)) (-15 -3057 ((-685 |t#1|) (-1259 $))) (-15 -3222 ($ (-1259 |t#1|))) (-15 -2153 ((-1259 |t#1|) $)) (-15 -2153 ($ (-1259 |t#1|))) (-15 -4133 ((-685 |t#1|))) (-15 -3928 (|t#1|)) (-15 -3160 ((-685 |t#1|) $))))
+((-3331 (*1 *2) (-12 (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-1259 *1)) (-4 *1 (-409 *3 *4)))) (-2467 (*1 *2 *1) (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-1259 *3)))) (-2467 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-409 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4)))) (-3624 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-409 *3 *4)) (-4 *4 (-1235 *3)))) (-2511 (*1 *2 *1) (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-1259 *3)))) (-2511 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-409 *3 *4)) (-4 *4 (-1235 *3)))) (-3390 (*1 *2) (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-685 *3)))) (-3190 (*1 *2) (-12 (-4 *1 (-409 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172)))) (-4206 (*1 *2 *1) (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-685 *3)))))
+(-13 (-370 |t#1| |t#2|) (-10 -8 (-15 -3331 ((-1259 $))) (-15 -2467 ((-1259 |t#1|) $)) (-15 -2467 ((-685 |t#1|) (-1259 $))) (-15 -3624 ($ (-1259 |t#1|))) (-15 -2511 ((-1259 |t#1|) $)) (-15 -2511 ($ (-1259 |t#1|))) (-15 -3390 ((-685 |t#1|))) (-15 -3190 (|t#1|)) (-15 -4206 ((-685 |t#1|) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-370 |#1| |#2|) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 |#1|) . T) ((-723) . T) ((-1052 |#1|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2035 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) 27) (((-3 (-564) "failed") $) 19)) (-3437 ((|#2| $) NIL) (((-407 (-564)) $) 24) (((-564) $) 14)) (-1721 (($ |#2|) NIL) (($ (-407 (-564))) 22) (($ (-564)) 11)))
-(((-410 |#1| |#2|) (-10 -8 (-15 -1721 (|#1| (-564))) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -1721 (|#1| |#2|))) (-411 |#2|) (-1209)) (T -410))
+((-2347 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) 27) (((-3 (-564) "failed") $) 19)) (-2237 ((|#2| $) NIL) (((-407 (-564)) $) 24) (((-564) $) 14)) (-1831 (($ |#2|) NIL) (($ (-407 (-564))) 22) (($ (-564)) 11)))
+(((-410 |#1| |#2|) (-10 -8 (-15 -1831 (|#1| (-564))) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -1831 (|#1| |#2|))) (-411 |#2|) (-1209)) (T -410))
NIL
-(-10 -8 (-15 -1721 (|#1| (-564))) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -1721 (|#1| |#2|)))
-((-2035 (((-3 |#1| "failed") $) 9) (((-3 (-407 (-564)) "failed") $) 16 (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) 13 (|has| |#1| (-1035 (-564))))) (-3437 ((|#1| $) 8) (((-407 (-564)) $) 17 (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) 14 (|has| |#1| (-1035 (-564))))) (-1721 (($ |#1|) 6) (($ (-407 (-564))) 15 (|has| |#1| (-1035 (-407 (-564))))) (($ (-564)) 12 (|has| |#1| (-1035 (-564))))))
+(-10 -8 (-15 -1831 (|#1| (-564))) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -1831 (|#1| |#2|)))
+((-2347 (((-3 |#1| "failed") $) 9) (((-3 (-407 (-564)) "failed") $) 16 (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) 13 (|has| |#1| (-1035 (-564))))) (-2237 ((|#1| $) 8) (((-407 (-564)) $) 17 (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) 14 (|has| |#1| (-1035 (-564))))) (-1831 (($ |#1|) 6) (($ (-407 (-564))) 15 (|has| |#1| (-1035 (-407 (-564))))) (($ (-564)) 12 (|has| |#1| (-1035 (-564))))))
(((-411 |#1|) (-140) (-1209)) (T -411))
NIL
(-13 (-1035 |t#1|) (-10 -7 (IF (|has| |t#1| (-1035 (-564))) (-6 (-1035 (-564))) |%noBranch|) (IF (|has| |t#1| (-1035 (-407 (-564)))) (-6 (-1035 (-407 (-564)))) |%noBranch|)))
(((-614 #0=(-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-614 #1=(-564)) |has| |#1| (-1035 (-564))) ((-614 |#1|) . T) ((-1035 #0#) |has| |#1| (-1035 (-407 (-564)))) ((-1035 #1#) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T))
-((-2110 (((-413 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-413 |#1| |#2| |#3| |#4|)) 35)))
-(((-412 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2110 ((-413 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-413 |#1| |#2| |#3| |#4|)))) (-307) (-989 |#1|) (-1235 |#2|) (-13 (-409 |#2| |#3|) (-1035 |#2|)) (-307) (-989 |#5|) (-1235 |#6|) (-13 (-409 |#6| |#7|) (-1035 |#6|))) (T -412))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-413 *5 *6 *7 *8)) (-4 *5 (-307)) (-4 *6 (-989 *5)) (-4 *7 (-1235 *6)) (-4 *8 (-13 (-409 *6 *7) (-1035 *6))) (-4 *9 (-307)) (-4 *10 (-989 *9)) (-4 *11 (-1235 *10)) (-5 *2 (-413 *9 *10 *11 *12)) (-5 *1 (-412 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-409 *10 *11) (-1035 *10))))))
-(-10 -7 (-15 -2110 ((-413 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-413 |#1| |#2| |#3| |#4|))))
-((-1709 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL)) (-3786 ((|#4| (-768) (-1259 |#4|)) 60)) (-3282 (((-112) $) NIL)) (-2654 (((-1259 |#4|) $) 17)) (-2471 ((|#2| $) 55)) (-3534 (($ $) 163)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 108)) (-2050 (($ (-1259 |#4|)) 107)) (-4382 (((-1114) $) NIL)) (-2663 ((|#1| $) 18)) (-3601 (($ $ $) NIL)) (-1923 (($ $ $) NIL)) (-1721 (((-859) $) 153)) (-2745 (((-1259 |#4|) $) 146)) (-2898 (($) 11 T CONST)) (-2853 (((-112) $ $) 41)) (-2983 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 139)) (* (($ $ $) 135)))
-(((-413 |#1| |#2| |#3| |#4|) (-13 (-473) (-10 -8 (-15 -2050 ($ (-1259 |#4|))) (-15 -2745 ((-1259 |#4|) $)) (-15 -2471 (|#2| $)) (-15 -2654 ((-1259 |#4|) $)) (-15 -2663 (|#1| $)) (-15 -3534 ($ $)) (-15 -3786 (|#4| (-768) (-1259 |#4|))))) (-307) (-989 |#1|) (-1235 |#2|) (-13 (-409 |#2| |#3|) (-1035 |#2|))) (T -413))
-((-2050 (*1 *1 *2) (-12 (-5 *2 (-1259 *6)) (-4 *6 (-13 (-409 *4 *5) (-1035 *4))) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-4 *3 (-307)) (-5 *1 (-413 *3 *4 *5 *6)))) (-2745 (*1 *2 *1) (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-5 *2 (-1259 *6)) (-5 *1 (-413 *3 *4 *5 *6)) (-4 *6 (-13 (-409 *4 *5) (-1035 *4))))) (-2471 (*1 *2 *1) (-12 (-4 *4 (-1235 *2)) (-4 *2 (-989 *3)) (-5 *1 (-413 *3 *2 *4 *5)) (-4 *3 (-307)) (-4 *5 (-13 (-409 *2 *4) (-1035 *2))))) (-2654 (*1 *2 *1) (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-5 *2 (-1259 *6)) (-5 *1 (-413 *3 *4 *5 *6)) (-4 *6 (-13 (-409 *4 *5) (-1035 *4))))) (-2663 (*1 *2 *1) (-12 (-4 *3 (-989 *2)) (-4 *4 (-1235 *3)) (-4 *2 (-307)) (-5 *1 (-413 *2 *3 *4 *5)) (-4 *5 (-13 (-409 *3 *4) (-1035 *3))))) (-3534 (*1 *1 *1) (-12 (-4 *2 (-307)) (-4 *3 (-989 *2)) (-4 *4 (-1235 *3)) (-5 *1 (-413 *2 *3 *4 *5)) (-4 *5 (-13 (-409 *3 *4) (-1035 *3))))) (-3786 (*1 *2 *3 *4) (-12 (-5 *3 (-768)) (-5 *4 (-1259 *2)) (-4 *5 (-307)) (-4 *6 (-989 *5)) (-4 *2 (-13 (-409 *6 *7) (-1035 *6))) (-5 *1 (-413 *5 *6 *7 *2)) (-4 *7 (-1235 *6)))))
-(-13 (-473) (-10 -8 (-15 -2050 ($ (-1259 |#4|))) (-15 -2745 ((-1259 |#4|) $)) (-15 -2471 (|#2| $)) (-15 -2654 ((-1259 |#4|) $)) (-15 -2663 (|#1| $)) (-15 -3534 ($ $)) (-15 -3786 (|#4| (-768) (-1259 |#4|)))))
-((-1709 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-2471 ((|#2| $) 71)) (-2506 (($ (-1259 |#4|)) 27) (($ (-413 |#1| |#2| |#3| |#4|)) 86 (|has| |#4| (-1035 |#2|)))) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 37)) (-2745 (((-1259 |#4|) $) 28)) (-2898 (($) 25 T CONST)) (-2853 (((-112) $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ $ $) 82)))
-(((-414 |#1| |#2| |#3| |#4| |#5|) (-13 (-723) (-10 -8 (-15 -2745 ((-1259 |#4|) $)) (-15 -2471 (|#2| $)) (-15 -2506 ($ (-1259 |#4|))) (IF (|has| |#4| (-1035 |#2|)) (-15 -2506 ($ (-413 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-307) (-989 |#1|) (-1235 |#2|) (-409 |#2| |#3|) (-1259 |#4|)) (T -414))
-((-2745 (*1 *2 *1) (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-5 *2 (-1259 *6)) (-5 *1 (-414 *3 *4 *5 *6 *7)) (-4 *6 (-409 *4 *5)) (-14 *7 *2))) (-2471 (*1 *2 *1) (-12 (-4 *4 (-1235 *2)) (-4 *2 (-989 *3)) (-5 *1 (-414 *3 *2 *4 *5 *6)) (-4 *3 (-307)) (-4 *5 (-409 *2 *4)) (-14 *6 (-1259 *5)))) (-2506 (*1 *1 *2) (-12 (-5 *2 (-1259 *6)) (-4 *6 (-409 *4 *5)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-4 *3 (-307)) (-5 *1 (-414 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-2506 (*1 *1 *2) (-12 (-5 *2 (-413 *3 *4 *5 *6)) (-4 *6 (-1035 *4)) (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-4 *6 (-409 *4 *5)) (-14 *7 (-1259 *6)) (-5 *1 (-414 *3 *4 *5 *6 *7)))))
-(-13 (-723) (-10 -8 (-15 -2745 ((-1259 |#4|) $)) (-15 -2471 (|#2| $)) (-15 -2506 ($ (-1259 |#4|))) (IF (|has| |#4| (-1035 |#2|)) (-15 -2506 ($ (-413 |#1| |#2| |#3| |#4|))) |%noBranch|)))
-((-2110 ((|#3| (-1 |#4| |#2|) |#1|) 32)))
-(((-415 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2110 (|#3| (-1 |#4| |#2|) |#1|))) (-417 |#2|) (-172) (-417 |#4|) (-172)) (T -415))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-417 *6)) (-5 *1 (-415 *4 *5 *2 *6)) (-4 *4 (-417 *5)))))
-(-10 -7 (-15 -2110 (|#3| (-1 |#4| |#2|) |#1|)))
-((-4023 (((-3 $ "failed")) 99)) (-2315 (((-1259 (-685 |#2|)) (-1259 $)) NIL) (((-1259 (-685 |#2|))) 104)) (-2121 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) 97)) (-3441 (((-3 $ "failed")) 96)) (-2660 (((-685 |#2|) (-1259 $)) NIL) (((-685 |#2|)) 115)) (-1931 (((-685 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) $) 123)) (-3034 (((-1166 (-949 |#2|))) 65)) (-1660 ((|#2| (-1259 $)) NIL) ((|#2|) 119)) (-3222 (($ (-1259 |#2|) (-1259 $)) NIL) (($ (-1259 |#2|)) 125)) (-1398 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) 95)) (-1386 (((-3 $ "failed")) 87)) (-1325 (((-685 |#2|) (-1259 $)) NIL) (((-685 |#2|)) 113)) (-2572 (((-685 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) $) 121)) (-2605 (((-1166 (-949 |#2|))) 64)) (-1485 ((|#2| (-1259 $)) NIL) ((|#2|) 117)) (-3057 (((-1259 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) (-1259 $) (-1259 $)) NIL) (((-1259 |#2|) $) 124) (((-685 |#2|) (-1259 $)) 133)) (-2153 (((-1259 |#2|) $) 109) (($ (-1259 |#2|)) 111)) (-3580 (((-641 (-949 |#2|)) (-1259 $)) NIL) (((-641 (-949 |#2|))) 107)) (-1840 (($ (-685 |#2|) $) 103)))
-(((-416 |#1| |#2|) (-10 -8 (-15 -1840 (|#1| (-685 |#2|) |#1|)) (-15 -3034 ((-1166 (-949 |#2|)))) (-15 -2605 ((-1166 (-949 |#2|)))) (-15 -1931 ((-685 |#2|) |#1|)) (-15 -2572 ((-685 |#2|) |#1|)) (-15 -2660 ((-685 |#2|))) (-15 -1325 ((-685 |#2|))) (-15 -1660 (|#2|)) (-15 -1485 (|#2|)) (-15 -2153 (|#1| (-1259 |#2|))) (-15 -2153 ((-1259 |#2|) |#1|)) (-15 -3222 (|#1| (-1259 |#2|))) (-15 -3580 ((-641 (-949 |#2|)))) (-15 -2315 ((-1259 (-685 |#2|)))) (-15 -3057 ((-685 |#2|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1|)) (-15 -4023 ((-3 |#1| "failed"))) (-15 -3441 ((-3 |#1| "failed"))) (-15 -1386 ((-3 |#1| "failed"))) (-15 -2121 ((-3 (-2 (|:| |particular| |#1|) (|:| -2745 (-641 |#1|))) "failed"))) (-15 -1398 ((-3 (-2 (|:| |particular| |#1|) (|:| -2745 (-641 |#1|))) "failed"))) (-15 -2660 ((-685 |#2|) (-1259 |#1|))) (-15 -1325 ((-685 |#2|) (-1259 |#1|))) (-15 -1660 (|#2| (-1259 |#1|))) (-15 -1485 (|#2| (-1259 |#1|))) (-15 -3222 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -1931 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2572 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2315 ((-1259 (-685 |#2|)) (-1259 |#1|))) (-15 -3580 ((-641 (-949 |#2|)) (-1259 |#1|)))) (-417 |#2|) (-172)) (T -416))
-((-2315 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1259 (-685 *4))) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))) (-3580 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-641 (-949 *4))) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))) (-1485 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-416 *3 *2)) (-4 *3 (-417 *2)))) (-1660 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-416 *3 *2)) (-4 *3 (-417 *2)))) (-1325 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-685 *4)) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))) (-2660 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-685 *4)) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))) (-2605 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1166 (-949 *4))) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))) (-3034 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1166 (-949 *4))) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))))
-(-10 -8 (-15 -1840 (|#1| (-685 |#2|) |#1|)) (-15 -3034 ((-1166 (-949 |#2|)))) (-15 -2605 ((-1166 (-949 |#2|)))) (-15 -1931 ((-685 |#2|) |#1|)) (-15 -2572 ((-685 |#2|) |#1|)) (-15 -2660 ((-685 |#2|))) (-15 -1325 ((-685 |#2|))) (-15 -1660 (|#2|)) (-15 -1485 (|#2|)) (-15 -2153 (|#1| (-1259 |#2|))) (-15 -2153 ((-1259 |#2|) |#1|)) (-15 -3222 (|#1| (-1259 |#2|))) (-15 -3580 ((-641 (-949 |#2|)))) (-15 -2315 ((-1259 (-685 |#2|)))) (-15 -3057 ((-685 |#2|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1|)) (-15 -4023 ((-3 |#1| "failed"))) (-15 -3441 ((-3 |#1| "failed"))) (-15 -1386 ((-3 |#1| "failed"))) (-15 -2121 ((-3 (-2 (|:| |particular| |#1|) (|:| -2745 (-641 |#1|))) "failed"))) (-15 -1398 ((-3 (-2 (|:| |particular| |#1|) (|:| -2745 (-641 |#1|))) "failed"))) (-15 -2660 ((-685 |#2|) (-1259 |#1|))) (-15 -1325 ((-685 |#2|) (-1259 |#1|))) (-15 -1660 (|#2| (-1259 |#1|))) (-15 -1485 (|#2| (-1259 |#1|))) (-15 -3222 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -3057 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -3057 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -1931 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2572 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2315 ((-1259 (-685 |#2|)) (-1259 |#1|))) (-15 -3580 ((-641 (-949 |#2|)) (-1259 |#1|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4023 (((-3 $ "failed")) 37 (|has| |#1| (-556)))) (-2071 (((-3 $ "failed") $ $) 19)) (-2315 (((-1259 (-685 |#1|)) (-1259 $)) 78) (((-1259 (-685 |#1|))) 100)) (-2262 (((-1259 $)) 81)) (-1692 (($) 17 T CONST)) (-2121 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) 40 (|has| |#1| (-556)))) (-3441 (((-3 $ "failed")) 38 (|has| |#1| (-556)))) (-2660 (((-685 |#1|) (-1259 $)) 65) (((-685 |#1|)) 92)) (-3268 ((|#1| $) 74)) (-1931 (((-685 |#1|) $ (-1259 $)) 76) (((-685 |#1|) $) 90)) (-2816 (((-3 $ "failed") $) 45 (|has| |#1| (-556)))) (-3034 (((-1166 (-949 |#1|))) 88 (|has| |#1| (-363)))) (-4095 (($ $ (-918)) 28)) (-1945 ((|#1| $) 72)) (-2829 (((-1166 |#1|) $) 42 (|has| |#1| (-556)))) (-1660 ((|#1| (-1259 $)) 67) ((|#1|) 94)) (-3390 (((-1166 |#1|) $) 63)) (-1936 (((-112)) 57)) (-3222 (($ (-1259 |#1|) (-1259 $)) 69) (($ (-1259 |#1|)) 98)) (-3233 (((-3 $ "failed") $) 47 (|has| |#1| (-556)))) (-3147 (((-918)) 80)) (-1826 (((-112)) 54)) (-3668 (($ $ (-918)) 33)) (-2516 (((-112)) 50)) (-4250 (((-112)) 48)) (-1595 (((-112)) 52)) (-1398 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) 41 (|has| |#1| (-556)))) (-1386 (((-3 $ "failed")) 39 (|has| |#1| (-556)))) (-1325 (((-685 |#1|) (-1259 $)) 66) (((-685 |#1|)) 93)) (-3820 ((|#1| $) 75)) (-2572 (((-685 |#1|) $ (-1259 $)) 77) (((-685 |#1|) $) 91)) (-3126 (((-3 $ "failed") $) 46 (|has| |#1| (-556)))) (-2605 (((-1166 (-949 |#1|))) 89 (|has| |#1| (-363)))) (-2824 (($ $ (-918)) 29)) (-2502 ((|#1| $) 73)) (-1438 (((-1166 |#1|) $) 43 (|has| |#1| (-556)))) (-1485 ((|#1| (-1259 $)) 68) ((|#1|) 95)) (-3677 (((-1166 |#1|) $) 64)) (-1517 (((-112)) 58)) (-2811 (((-1152) $) 9)) (-2141 (((-112)) 49)) (-2264 (((-112)) 51)) (-3338 (((-112)) 53)) (-4382 (((-1114) $) 10)) (-3234 (((-112)) 56)) (-2961 ((|#1| $ (-564)) 101)) (-3057 (((-1259 |#1|) $ (-1259 $)) 71) (((-685 |#1|) (-1259 $) (-1259 $)) 70) (((-1259 |#1|) $) 103) (((-685 |#1|) (-1259 $)) 102)) (-2153 (((-1259 |#1|) $) 97) (($ (-1259 |#1|)) 96)) (-3580 (((-641 (-949 |#1|)) (-1259 $)) 79) (((-641 (-949 |#1|))) 99)) (-1923 (($ $ $) 25)) (-4311 (((-112)) 62)) (-1721 (((-859) $) 11)) (-2745 (((-1259 $)) 104)) (-3394 (((-641 (-1259 |#1|))) 44 (|has| |#1| (-556)))) (-2933 (($ $ $ $) 26)) (-2012 (((-112)) 60)) (-1840 (($ (-685 |#1|) $) 87)) (-3710 (($ $ $) 24)) (-1380 (((-112)) 61)) (-2425 (((-112)) 59)) (-2508 (((-112)) 55)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 30)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
+((-2449 (((-413 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-413 |#1| |#2| |#3| |#4|)) 35)))
+(((-412 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2449 ((-413 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-413 |#1| |#2| |#3| |#4|)))) (-307) (-989 |#1|) (-1235 |#2|) (-13 (-409 |#2| |#3|) (-1035 |#2|)) (-307) (-989 |#5|) (-1235 |#6|) (-13 (-409 |#6| |#7|) (-1035 |#6|))) (T -412))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-413 *5 *6 *7 *8)) (-4 *5 (-307)) (-4 *6 (-989 *5)) (-4 *7 (-1235 *6)) (-4 *8 (-13 (-409 *6 *7) (-1035 *6))) (-4 *9 (-307)) (-4 *10 (-989 *9)) (-4 *11 (-1235 *10)) (-5 *2 (-413 *9 *10 *11 *12)) (-5 *1 (-412 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-409 *10 *11) (-1035 *10))))))
+(-10 -7 (-15 -2449 ((-413 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-413 |#1| |#2| |#3| |#4|))))
+((-1817 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL)) (-4240 ((|#4| (-768) (-1259 |#4|)) 60)) (-2949 (((-112) $) NIL)) (-3678 (((-1259 |#4|) $) 17)) (-3797 ((|#2| $) 55)) (-3609 (($ $) 163)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 108)) (-3884 (($ (-1259 |#4|)) 107)) (-2780 (((-1114) $) NIL)) (-3693 ((|#1| $) 18)) (-3047 (($ $ $) NIL)) (-1992 (($ $ $) NIL)) (-1831 (((-859) $) 153)) (-3331 (((-1259 |#4|) $) 146)) (-1300 (($) 11 T CONST)) (-1702 (((-112) $ $) 41)) (-1823 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 139)) (* (($ $ $) 135)))
+(((-413 |#1| |#2| |#3| |#4|) (-13 (-473) (-10 -8 (-15 -3884 ($ (-1259 |#4|))) (-15 -3331 ((-1259 |#4|) $)) (-15 -3797 (|#2| $)) (-15 -3678 ((-1259 |#4|) $)) (-15 -3693 (|#1| $)) (-15 -3609 ($ $)) (-15 -4240 (|#4| (-768) (-1259 |#4|))))) (-307) (-989 |#1|) (-1235 |#2|) (-13 (-409 |#2| |#3|) (-1035 |#2|))) (T -413))
+((-3884 (*1 *1 *2) (-12 (-5 *2 (-1259 *6)) (-4 *6 (-13 (-409 *4 *5) (-1035 *4))) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-4 *3 (-307)) (-5 *1 (-413 *3 *4 *5 *6)))) (-3331 (*1 *2 *1) (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-5 *2 (-1259 *6)) (-5 *1 (-413 *3 *4 *5 *6)) (-4 *6 (-13 (-409 *4 *5) (-1035 *4))))) (-3797 (*1 *2 *1) (-12 (-4 *4 (-1235 *2)) (-4 *2 (-989 *3)) (-5 *1 (-413 *3 *2 *4 *5)) (-4 *3 (-307)) (-4 *5 (-13 (-409 *2 *4) (-1035 *2))))) (-3678 (*1 *2 *1) (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-5 *2 (-1259 *6)) (-5 *1 (-413 *3 *4 *5 *6)) (-4 *6 (-13 (-409 *4 *5) (-1035 *4))))) (-3693 (*1 *2 *1) (-12 (-4 *3 (-989 *2)) (-4 *4 (-1235 *3)) (-4 *2 (-307)) (-5 *1 (-413 *2 *3 *4 *5)) (-4 *5 (-13 (-409 *3 *4) (-1035 *3))))) (-3609 (*1 *1 *1) (-12 (-4 *2 (-307)) (-4 *3 (-989 *2)) (-4 *4 (-1235 *3)) (-5 *1 (-413 *2 *3 *4 *5)) (-4 *5 (-13 (-409 *3 *4) (-1035 *3))))) (-4240 (*1 *2 *3 *4) (-12 (-5 *3 (-768)) (-5 *4 (-1259 *2)) (-4 *5 (-307)) (-4 *6 (-989 *5)) (-4 *2 (-13 (-409 *6 *7) (-1035 *6))) (-5 *1 (-413 *5 *6 *7 *2)) (-4 *7 (-1235 *6)))))
+(-13 (-473) (-10 -8 (-15 -3884 ($ (-1259 |#4|))) (-15 -3331 ((-1259 |#4|) $)) (-15 -3797 (|#2| $)) (-15 -3678 ((-1259 |#4|) $)) (-15 -3693 (|#1| $)) (-15 -3609 ($ $)) (-15 -4240 (|#4| (-768) (-1259 |#4|)))))
+((-1817 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-3797 ((|#2| $) 71)) (-2903 (($ (-1259 |#4|)) 27) (($ (-413 |#1| |#2| |#3| |#4|)) 86 (|has| |#4| (-1035 |#2|)))) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 37)) (-3331 (((-1259 |#4|) $) 28)) (-1300 (($) 25 T CONST)) (-1702 (((-112) $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ $ $) 82)))
+(((-414 |#1| |#2| |#3| |#4| |#5|) (-13 (-723) (-10 -8 (-15 -3331 ((-1259 |#4|) $)) (-15 -3797 (|#2| $)) (-15 -2903 ($ (-1259 |#4|))) (IF (|has| |#4| (-1035 |#2|)) (-15 -2903 ($ (-413 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-307) (-989 |#1|) (-1235 |#2|) (-409 |#2| |#3|) (-1259 |#4|)) (T -414))
+((-3331 (*1 *2 *1) (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-5 *2 (-1259 *6)) (-5 *1 (-414 *3 *4 *5 *6 *7)) (-4 *6 (-409 *4 *5)) (-14 *7 *2))) (-3797 (*1 *2 *1) (-12 (-4 *4 (-1235 *2)) (-4 *2 (-989 *3)) (-5 *1 (-414 *3 *2 *4 *5 *6)) (-4 *3 (-307)) (-4 *5 (-409 *2 *4)) (-14 *6 (-1259 *5)))) (-2903 (*1 *1 *2) (-12 (-5 *2 (-1259 *6)) (-4 *6 (-409 *4 *5)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-4 *3 (-307)) (-5 *1 (-414 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-2903 (*1 *1 *2) (-12 (-5 *2 (-413 *3 *4 *5 *6)) (-4 *6 (-1035 *4)) (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-4 *6 (-409 *4 *5)) (-14 *7 (-1259 *6)) (-5 *1 (-414 *3 *4 *5 *6 *7)))))
+(-13 (-723) (-10 -8 (-15 -3331 ((-1259 |#4|) $)) (-15 -3797 (|#2| $)) (-15 -2903 ($ (-1259 |#4|))) (IF (|has| |#4| (-1035 |#2|)) (-15 -2903 ($ (-413 |#1| |#2| |#3| |#4|))) |%noBranch|)))
+((-2449 ((|#3| (-1 |#4| |#2|) |#1|) 32)))
+(((-415 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2449 (|#3| (-1 |#4| |#2|) |#1|))) (-417 |#2|) (-172) (-417 |#4|) (-172)) (T -415))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-417 *6)) (-5 *1 (-415 *4 *5 *2 *6)) (-4 *4 (-417 *5)))))
+(-10 -7 (-15 -2449 (|#3| (-1 |#4| |#2|) |#1|)))
+((-1674 (((-3 $ "failed")) 99)) (-1546 (((-1259 (-685 |#2|)) (-1259 $)) NIL) (((-1259 (-685 |#2|))) 104)) (-3353 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) 97)) (-3868 (((-3 $ "failed")) 96)) (-1911 (((-685 |#2|) (-1259 $)) NIL) (((-685 |#2|)) 115)) (-2050 (((-685 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) $) 123)) (-2232 (((-1166 (-949 |#2|))) 65)) (-1476 ((|#2| (-1259 $)) NIL) ((|#2|) 119)) (-3624 (($ (-1259 |#2|) (-1259 $)) NIL) (($ (-1259 |#2|)) 125)) (-1907 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) 95)) (-2302 (((-3 $ "failed")) 87)) (-2510 (((-685 |#2|) (-1259 $)) NIL) (((-685 |#2|)) 113)) (-2289 (((-685 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) $) 121)) (-1402 (((-1166 (-949 |#2|))) 64)) (-3525 ((|#2| (-1259 $)) NIL) ((|#2|) 117)) (-2467 (((-1259 |#2|) $ (-1259 $)) NIL) (((-685 |#2|) (-1259 $) (-1259 $)) NIL) (((-1259 |#2|) $) 124) (((-685 |#2|) (-1259 $)) 133)) (-2511 (((-1259 |#2|) $) 109) (($ (-1259 |#2|)) 111)) (-2852 (((-641 (-949 |#2|)) (-1259 $)) NIL) (((-641 (-949 |#2|))) 107)) (-3246 (($ (-685 |#2|) $) 103)))
+(((-416 |#1| |#2|) (-10 -8 (-15 -3246 (|#1| (-685 |#2|) |#1|)) (-15 -2232 ((-1166 (-949 |#2|)))) (-15 -1402 ((-1166 (-949 |#2|)))) (-15 -2050 ((-685 |#2|) |#1|)) (-15 -2289 ((-685 |#2|) |#1|)) (-15 -1911 ((-685 |#2|))) (-15 -2510 ((-685 |#2|))) (-15 -1476 (|#2|)) (-15 -3525 (|#2|)) (-15 -2511 (|#1| (-1259 |#2|))) (-15 -2511 ((-1259 |#2|) |#1|)) (-15 -3624 (|#1| (-1259 |#2|))) (-15 -2852 ((-641 (-949 |#2|)))) (-15 -1546 ((-1259 (-685 |#2|)))) (-15 -2467 ((-685 |#2|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1|)) (-15 -1674 ((-3 |#1| "failed"))) (-15 -3868 ((-3 |#1| "failed"))) (-15 -2302 ((-3 |#1| "failed"))) (-15 -3353 ((-3 (-2 (|:| |particular| |#1|) (|:| -3331 (-641 |#1|))) "failed"))) (-15 -1907 ((-3 (-2 (|:| |particular| |#1|) (|:| -3331 (-641 |#1|))) "failed"))) (-15 -1911 ((-685 |#2|) (-1259 |#1|))) (-15 -2510 ((-685 |#2|) (-1259 |#1|))) (-15 -1476 (|#2| (-1259 |#1|))) (-15 -3525 (|#2| (-1259 |#1|))) (-15 -3624 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -2050 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2289 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -1546 ((-1259 (-685 |#2|)) (-1259 |#1|))) (-15 -2852 ((-641 (-949 |#2|)) (-1259 |#1|)))) (-417 |#2|) (-172)) (T -416))
+((-1546 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1259 (-685 *4))) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))) (-2852 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-641 (-949 *4))) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))) (-3525 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-416 *3 *2)) (-4 *3 (-417 *2)))) (-1476 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-416 *3 *2)) (-4 *3 (-417 *2)))) (-2510 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-685 *4)) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))) (-1911 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-685 *4)) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))) (-1402 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1166 (-949 *4))) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))) (-2232 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1166 (-949 *4))) (-5 *1 (-416 *3 *4)) (-4 *3 (-417 *4)))))
+(-10 -8 (-15 -3246 (|#1| (-685 |#2|) |#1|)) (-15 -2232 ((-1166 (-949 |#2|)))) (-15 -1402 ((-1166 (-949 |#2|)))) (-15 -2050 ((-685 |#2|) |#1|)) (-15 -2289 ((-685 |#2|) |#1|)) (-15 -1911 ((-685 |#2|))) (-15 -2510 ((-685 |#2|))) (-15 -1476 (|#2|)) (-15 -3525 (|#2|)) (-15 -2511 (|#1| (-1259 |#2|))) (-15 -2511 ((-1259 |#2|) |#1|)) (-15 -3624 (|#1| (-1259 |#2|))) (-15 -2852 ((-641 (-949 |#2|)))) (-15 -1546 ((-1259 (-685 |#2|)))) (-15 -2467 ((-685 |#2|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1|)) (-15 -1674 ((-3 |#1| "failed"))) (-15 -3868 ((-3 |#1| "failed"))) (-15 -2302 ((-3 |#1| "failed"))) (-15 -3353 ((-3 (-2 (|:| |particular| |#1|) (|:| -3331 (-641 |#1|))) "failed"))) (-15 -1907 ((-3 (-2 (|:| |particular| |#1|) (|:| -3331 (-641 |#1|))) "failed"))) (-15 -1911 ((-685 |#2|) (-1259 |#1|))) (-15 -2510 ((-685 |#2|) (-1259 |#1|))) (-15 -1476 (|#2| (-1259 |#1|))) (-15 -3525 (|#2| (-1259 |#1|))) (-15 -3624 (|#1| (-1259 |#2|) (-1259 |#1|))) (-15 -2467 ((-685 |#2|) (-1259 |#1|) (-1259 |#1|))) (-15 -2467 ((-1259 |#2|) |#1| (-1259 |#1|))) (-15 -2050 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -2289 ((-685 |#2|) |#1| (-1259 |#1|))) (-15 -1546 ((-1259 (-685 |#2|)) (-1259 |#1|))) (-15 -2852 ((-641 (-949 |#2|)) (-1259 |#1|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-1674 (((-3 $ "failed")) 37 (|has| |#1| (-556)))) (-4088 (((-3 $ "failed") $ $) 19)) (-1546 (((-1259 (-685 |#1|)) (-1259 $)) 78) (((-1259 (-685 |#1|))) 100)) (-2294 (((-1259 $)) 81)) (-1778 (($) 17 T CONST)) (-3353 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) 40 (|has| |#1| (-556)))) (-3868 (((-3 $ "failed")) 38 (|has| |#1| (-556)))) (-1911 (((-685 |#1|) (-1259 $)) 65) (((-685 |#1|)) 92)) (-2825 ((|#1| $) 74)) (-2050 (((-685 |#1|) $ (-1259 $)) 76) (((-685 |#1|) $) 90)) (-2767 (((-3 $ "failed") $) 45 (|has| |#1| (-556)))) (-2232 (((-1166 (-949 |#1|))) 88 (|has| |#1| (-363)))) (-4221 (($ $ (-918)) 28)) (-2166 ((|#1| $) 72)) (-2878 (((-1166 |#1|) $) 42 (|has| |#1| (-556)))) (-1476 ((|#1| (-1259 $)) 67) ((|#1|) 94)) (-1475 (((-1166 |#1|) $) 63)) (-2103 (((-112)) 57)) (-3624 (($ (-1259 |#1|) (-1259 $)) 69) (($ (-1259 |#1|)) 98)) (-3733 (((-3 $ "failed") $) 47 (|has| |#1| (-556)))) (-3531 (((-918)) 80)) (-3628 (((-112)) 54)) (-2482 (($ $ (-918)) 33)) (-3001 (((-112)) 50)) (-3261 (((-112)) 48)) (-2130 (((-112)) 52)) (-1907 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) 41 (|has| |#1| (-556)))) (-2302 (((-3 $ "failed")) 39 (|has| |#1| (-556)))) (-2510 (((-685 |#1|) (-1259 $)) 66) (((-685 |#1|)) 93)) (-3385 ((|#1| $) 75)) (-2289 (((-685 |#1|) $ (-1259 $)) 77) (((-685 |#1|) $) 91)) (-3874 (((-3 $ "failed") $) 46 (|has| |#1| (-556)))) (-1402 (((-1166 (-949 |#1|))) 89 (|has| |#1| (-363)))) (-2839 (($ $ (-918)) 29)) (-2873 ((|#1| $) 73)) (-4146 (((-1166 |#1|) $) 43 (|has| |#1| (-556)))) (-3525 ((|#1| (-1259 $)) 68) ((|#1|) 95)) (-2582 (((-1166 |#1|) $) 64)) (-2628 (((-112)) 58)) (-2723 (((-1152) $) 9)) (-3582 (((-112)) 49)) (-2317 (((-112)) 51)) (-2241 (((-112)) 53)) (-2780 (((-1114) $) 10)) (-3740 (((-112)) 56)) (-1350 ((|#1| $ (-564)) 101)) (-2467 (((-1259 |#1|) $ (-1259 $)) 71) (((-685 |#1|) (-1259 $) (-1259 $)) 70) (((-1259 |#1|) $) 103) (((-685 |#1|) (-1259 $)) 102)) (-2511 (((-1259 |#1|) $) 97) (($ (-1259 |#1|)) 96)) (-2852 (((-641 (-949 |#1|)) (-1259 $)) 79) (((-641 (-949 |#1|))) 99)) (-1992 (($ $ $) 25)) (-2595 (((-112)) 62)) (-1831 (((-859) $) 11)) (-3331 (((-1259 $)) 104)) (-1488 (((-641 (-1259 |#1|))) 44 (|has| |#1| (-556)))) (-2611 (($ $ $ $) 26)) (-1604 (((-112)) 60)) (-3246 (($ (-685 |#1|) $) 87)) (-1656 (($ $ $) 24)) (-3830 (((-112)) 61)) (-3335 (((-112)) 59)) (-2921 (((-112)) 55)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 30)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
(((-417 |#1|) (-140) (-172)) (T -417))
-((-2745 (*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1259 *1)) (-4 *1 (-417 *3)))) (-3057 (*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-1259 *3)))) (-3057 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-417 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-417 *2)) (-4 *2 (-172)))) (-2315 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-1259 (-685 *3))))) (-3580 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-641 (-949 *3))))) (-3222 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-417 *3)))) (-2153 (*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-1259 *3)))) (-2153 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-417 *3)))) (-1485 (*1 *2) (-12 (-4 *1 (-417 *2)) (-4 *2 (-172)))) (-1660 (*1 *2) (-12 (-4 *1 (-417 *2)) (-4 *2 (-172)))) (-1325 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))) (-2660 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))) (-2572 (*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))) (-1931 (*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))) (-2605 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-4 *3 (-363)) (-5 *2 (-1166 (-949 *3))))) (-3034 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-4 *3 (-363)) (-5 *2 (-1166 (-949 *3))))) (-1840 (*1 *1 *2 *1) (-12 (-5 *2 (-685 *3)) (-4 *1 (-417 *3)) (-4 *3 (-172)))))
-(-13 (-367 |t#1|) (-10 -8 (-15 -2745 ((-1259 $))) (-15 -3057 ((-1259 |t#1|) $)) (-15 -3057 ((-685 |t#1|) (-1259 $))) (-15 -2961 (|t#1| $ (-564))) (-15 -2315 ((-1259 (-685 |t#1|)))) (-15 -3580 ((-641 (-949 |t#1|)))) (-15 -3222 ($ (-1259 |t#1|))) (-15 -2153 ((-1259 |t#1|) $)) (-15 -2153 ($ (-1259 |t#1|))) (-15 -1485 (|t#1|)) (-15 -1660 (|t#1|)) (-15 -1325 ((-685 |t#1|))) (-15 -2660 ((-685 |t#1|))) (-15 -2572 ((-685 |t#1|) $)) (-15 -1931 ((-685 |t#1|) $)) (IF (|has| |t#1| (-363)) (PROGN (-15 -2605 ((-1166 (-949 |t#1|)))) (-15 -3034 ((-1166 (-949 |t#1|))))) |%noBranch|) (-15 -1840 ($ (-685 |t#1|) $))))
+((-3331 (*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1259 *1)) (-4 *1 (-417 *3)))) (-2467 (*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-1259 *3)))) (-2467 (*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-417 *4)) (-4 *4 (-172)) (-5 *2 (-685 *4)))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-417 *2)) (-4 *2 (-172)))) (-1546 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-1259 (-685 *3))))) (-2852 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-641 (-949 *3))))) (-3624 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-417 *3)))) (-2511 (*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-1259 *3)))) (-2511 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-417 *3)))) (-3525 (*1 *2) (-12 (-4 *1 (-417 *2)) (-4 *2 (-172)))) (-1476 (*1 *2) (-12 (-4 *1 (-417 *2)) (-4 *2 (-172)))) (-2510 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))) (-1911 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))) (-2289 (*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))) (-2050 (*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))) (-1402 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-4 *3 (-363)) (-5 *2 (-1166 (-949 *3))))) (-2232 (*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-4 *3 (-363)) (-5 *2 (-1166 (-949 *3))))) (-3246 (*1 *1 *2 *1) (-12 (-5 *2 (-685 *3)) (-4 *1 (-417 *3)) (-4 *3 (-172)))))
+(-13 (-367 |t#1|) (-10 -8 (-15 -3331 ((-1259 $))) (-15 -2467 ((-1259 |t#1|) $)) (-15 -2467 ((-685 |t#1|) (-1259 $))) (-15 -1350 (|t#1| $ (-564))) (-15 -1546 ((-1259 (-685 |t#1|)))) (-15 -2852 ((-641 (-949 |t#1|)))) (-15 -3624 ($ (-1259 |t#1|))) (-15 -2511 ((-1259 |t#1|) $)) (-15 -2511 ($ (-1259 |t#1|))) (-15 -3525 (|t#1|)) (-15 -1476 (|t#1|)) (-15 -2510 ((-685 |t#1|))) (-15 -1911 ((-685 |t#1|))) (-15 -2289 ((-685 |t#1|) $)) (-15 -2050 ((-685 |t#1|) $)) (IF (|has| |t#1| (-363)) (PROGN (-15 -1402 ((-1166 (-949 |t#1|)))) (-15 -2232 ((-1166 (-949 |t#1|))))) |%noBranch|) (-15 -3246 ($ (-685 |t#1|) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-611 (-859)) . T) ((-367 |#1|) . T) ((-644 |#1|) . T) ((-714 |#1|) . T) ((-717) . T) ((-741 |#1|) . T) ((-758) . T) ((-1052 |#1|) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 60)) (-3024 (($ $) 78)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 190)) (-4010 (($ $) NIL)) (-2662 (((-112) $) 48)) (-4023 ((|#1| $) 16)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL (|has| |#1| (-1213)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-1213)))) (-4186 (($ |#1| (-564)) 43)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 148)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 74)) (-3233 (((-3 $ "failed") $) 164)) (-2242 (((-3 (-407 (-564)) "failed") $) 84 (|has| |#1| (-545)))) (-2260 (((-112) $) 80 (|has| |#1| (-545)))) (-3600 (((-407 (-564)) $) 91 (|has| |#1| (-545)))) (-1980 (($ |#1| (-564)) 45)) (-2941 (((-112) $) 212 (|has| |#1| (-1213)))) (-3282 (((-112) $) 62)) (-4089 (((-768) $) 51)) (-2674 (((-3 "nil" "sqfr" "irred" "prime") $ (-564)) 174)) (-3421 ((|#1| $ (-564)) 173)) (-1937 (((-564) $ (-564)) 172)) (-1718 (($ |#1| (-564)) 42)) (-2110 (($ (-1 |#1| |#1|) $) 182)) (-2542 (($ |#1| (-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564))))) 79)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2811 (((-1152) $) NIL)) (-3434 (($ |#1| (-564)) 44)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) 191 (|has| |#1| (-452)))) (-3540 (($ |#1| (-564) (-3 "nil" "sqfr" "irred" "prime")) 41)) (-2798 (((-641 (-2 (|:| -4020 |#1|) (|:| -2954 (-564)))) $) 73)) (-2365 (((-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564)))) $) 12)) (-4020 (((-418 $) $) NIL (|has| |#1| (-1213)))) (-2628 (((-3 $ "failed") $ $) 175)) (-2954 (((-564) $) 167)) (-3310 ((|#1| $) 75)) (-3227 (($ $ (-641 |#1|) (-641 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) 100 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 106 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) $) NIL (|has| |#1| (-514 (-1170) $))) (($ $ (-641 (-1170)) (-641 $)) 107 (|has| |#1| (-514 (-1170) $))) (($ $ (-641 (-294 $))) 103 (|has| |#1| (-309 $))) (($ $ (-294 $)) NIL (|has| |#1| (-309 $))) (($ $ $ $) NIL (|has| |#1| (-309 $))) (($ $ (-641 $) (-641 $)) NIL (|has| |#1| (-309 $)))) (-2961 (($ $ |#1|) 92 (|has| |#1| (-286 |#1| |#1|))) (($ $ $) 93 (|has| |#1| (-286 $ $)))) (-1795 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) 181)) (-2153 (((-536) $) 39 (|has| |#1| (-612 (-536)))) (((-379) $) 113 (|has| |#1| (-1019))) (((-225) $) 119 (|has| |#1| (-1019)))) (-1721 (((-859) $) 146) (($ (-564)) 65) (($ $) NIL) (($ |#1|) 64) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564)))))) (-1303 (((-768)) 67 T CONST)) (-1720 (((-112) $ $) NIL)) (-2885 (($) 53 T CONST)) (-2898 (($) 52 T CONST)) (-3256 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2853 (((-112) $ $) 159)) (-2970 (($ $) 161) (($ $ $) NIL)) (-2956 (($ $ $) 179)) (** (($ $ (-918)) NIL) (($ $ (-768)) 125)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 69) (($ $ $) 68) (($ |#1| $) 70) (($ $ |#1|) NIL)))
-(((-418 |#1|) (-13 (-556) (-231 |#1|) (-38 |#1|) (-338 |#1|) (-411 |#1|) (-10 -8 (-15 -3310 (|#1| $)) (-15 -2954 ((-564) $)) (-15 -2542 ($ |#1| (-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564)))))) (-15 -2365 ((-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564)))) $)) (-15 -1718 ($ |#1| (-564))) (-15 -2798 ((-641 (-2 (|:| -4020 |#1|) (|:| -2954 (-564)))) $)) (-15 -3434 ($ |#1| (-564))) (-15 -1937 ((-564) $ (-564))) (-15 -3421 (|#1| $ (-564))) (-15 -2674 ((-3 "nil" "sqfr" "irred" "prime") $ (-564))) (-15 -4089 ((-768) $)) (-15 -1980 ($ |#1| (-564))) (-15 -4186 ($ |#1| (-564))) (-15 -3540 ($ |#1| (-564) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -4023 (|#1| $)) (-15 -3024 ($ $)) (-15 -2110 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-452)) (-6 (-452)) |%noBranch|) (IF (|has| |#1| (-1019)) (-6 (-1019)) |%noBranch|) (IF (|has| |#1| (-1213)) (-6 (-1213)) |%noBranch|) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2260 ((-112) $)) (-15 -3600 ((-407 (-564)) $)) (-15 -2242 ((-3 (-407 (-564)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-286 $ $)) (-6 (-286 $ $)) |%noBranch|) (IF (|has| |#1| (-309 $)) (-6 (-309 $)) |%noBranch|) (IF (|has| |#1| (-514 (-1170) $)) (-6 (-514 (-1170) $)) |%noBranch|))) (-556)) (T -418))
-((-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-556)) (-5 *1 (-418 *3)))) (-3310 (*1 *2 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-2954 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-418 *3)) (-4 *3 (-556)))) (-2542 (*1 *1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-564))))) (-4 *2 (-556)) (-5 *1 (-418 *2)))) (-2365 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-564))))) (-5 *1 (-418 *3)) (-4 *3 (-556)))) (-1718 (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-2798 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| -4020 *3) (|:| -2954 (-564))))) (-5 *1 (-418 *3)) (-4 *3 (-556)))) (-3434 (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-1937 (*1 *2 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-418 *3)) (-4 *3 (-556)))) (-3421 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-2674 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-418 *4)) (-4 *4 (-556)))) (-4089 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-418 *3)) (-4 *3 (-556)))) (-1980 (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-4186 (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-3540 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-564)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-4023 (*1 *2 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-3024 (*1 *1 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-2260 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-418 *3)) (-4 *3 (-545)) (-4 *3 (-556)))) (-3600 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-418 *3)) (-4 *3 (-545)) (-4 *3 (-556)))) (-2242 (*1 *2 *1) (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-418 *3)) (-4 *3 (-545)) (-4 *3 (-556)))))
-(-13 (-556) (-231 |#1|) (-38 |#1|) (-338 |#1|) (-411 |#1|) (-10 -8 (-15 -3310 (|#1| $)) (-15 -2954 ((-564) $)) (-15 -2542 ($ |#1| (-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564)))))) (-15 -2365 ((-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564)))) $)) (-15 -1718 ($ |#1| (-564))) (-15 -2798 ((-641 (-2 (|:| -4020 |#1|) (|:| -2954 (-564)))) $)) (-15 -3434 ($ |#1| (-564))) (-15 -1937 ((-564) $ (-564))) (-15 -3421 (|#1| $ (-564))) (-15 -2674 ((-3 "nil" "sqfr" "irred" "prime") $ (-564))) (-15 -4089 ((-768) $)) (-15 -1980 ($ |#1| (-564))) (-15 -4186 ($ |#1| (-564))) (-15 -3540 ($ |#1| (-564) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -4023 (|#1| $)) (-15 -3024 ($ $)) (-15 -2110 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-452)) (-6 (-452)) |%noBranch|) (IF (|has| |#1| (-1019)) (-6 (-1019)) |%noBranch|) (IF (|has| |#1| (-1213)) (-6 (-1213)) |%noBranch|) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2260 ((-112) $)) (-15 -3600 ((-407 (-564)) $)) (-15 -2242 ((-3 (-407 (-564)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-286 $ $)) (-6 (-286 $ $)) |%noBranch|) (IF (|has| |#1| (-309 $)) (-6 (-309 $)) |%noBranch|) (IF (|has| |#1| (-514 (-1170) $)) (-6 (-514 (-1170) $)) |%noBranch|)))
-((-3341 (((-418 |#1|) (-418 |#1|) (-1 (-418 |#1|) |#1|)) 28)) (-2184 (((-418 |#1|) (-418 |#1|) (-418 |#1|)) 17)))
-(((-419 |#1|) (-10 -7 (-15 -3341 ((-418 |#1|) (-418 |#1|) (-1 (-418 |#1|) |#1|))) (-15 -2184 ((-418 |#1|) (-418 |#1|) (-418 |#1|)))) (-556)) (T -419))
-((-2184 (*1 *2 *2 *2) (-12 (-5 *2 (-418 *3)) (-4 *3 (-556)) (-5 *1 (-419 *3)))) (-3341 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-418 *4) *4)) (-4 *4 (-556)) (-5 *2 (-418 *4)) (-5 *1 (-419 *4)))))
-(-10 -7 (-15 -3341 ((-418 |#1|) (-418 |#1|) (-1 (-418 |#1|) |#1|))) (-15 -2184 ((-418 |#1|) (-418 |#1|) (-418 |#1|))))
-((-3243 ((|#2| |#2|) 186)) (-1730 (((-3 (|:| |%expansion| (-313 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112)) 60)))
-(((-420 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1730 ((-3 (|:| |%expansion| (-313 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112))) (-15 -3243 (|#2| |#2|))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|)) (-1170) |#2|) (T -420))
-((-3243 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-420 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1194) (-430 *3))) (-14 *4 (-1170)) (-14 *5 *2))) (-1730 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |%expansion| (-313 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152)))))) (-5 *1 (-420 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-14 *6 (-1170)) (-14 *7 *3))))
-(-10 -7 (-15 -1730 ((-3 (|:| |%expansion| (-313 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112))) (-15 -3243 (|#2| |#2|)))
-((-2110 ((|#4| (-1 |#3| |#1|) |#2|) 11)))
-(((-421 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2110 (|#4| (-1 |#3| |#1|) |#2|))) (-13 (-1046) (-847)) (-430 |#1|) (-13 (-1046) (-847)) (-430 |#3|)) (T -421))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-13 (-1046) (-847))) (-4 *6 (-13 (-1046) (-847))) (-4 *2 (-430 *6)) (-5 *1 (-421 *5 *4 *6 *2)) (-4 *4 (-430 *5)))))
-(-10 -7 (-15 -2110 (|#4| (-1 |#3| |#1|) |#2|)))
-((-3243 ((|#2| |#2|) 103)) (-3548 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152)) 52)) (-3856 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152)) 170)))
-(((-422 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3548 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152))) (-15 -3856 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152))) (-15 -3243 (|#2| |#2|))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|) (-10 -8 (-15 -1721 ($ |#3|)))) (-845) (-13 (-1237 |#2| |#3|) (-363) (-1194) (-10 -8 (-15 -1795 ($ $)) (-15 -2052 ($ $)))) (-980 |#4|) (-1170)) (T -422))
-((-3243 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-4 *2 (-13 (-27) (-1194) (-430 *3) (-10 -8 (-15 -1721 ($ *4))))) (-4 *4 (-845)) (-4 *5 (-13 (-1237 *2 *4) (-363) (-1194) (-10 -8 (-15 -1795 ($ $)) (-15 -2052 ($ $))))) (-5 *1 (-422 *3 *2 *4 *5 *6 *7)) (-4 *6 (-980 *5)) (-14 *7 (-1170)))) (-3856 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-4 *3 (-13 (-27) (-1194) (-430 *6) (-10 -8 (-15 -1721 ($ *7))))) (-4 *7 (-845)) (-4 *8 (-13 (-1237 *3 *7) (-363) (-1194) (-10 -8 (-15 -1795 ($ $)) (-15 -2052 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152)))))) (-5 *1 (-422 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1152)) (-4 *9 (-980 *8)) (-14 *10 (-1170)))) (-3548 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-4 *3 (-13 (-27) (-1194) (-430 *6) (-10 -8 (-15 -1721 ($ *7))))) (-4 *7 (-845)) (-4 *8 (-13 (-1237 *3 *7) (-363) (-1194) (-10 -8 (-15 -1795 ($ $)) (-15 -2052 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152)))))) (-5 *1 (-422 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1152)) (-4 *9 (-980 *8)) (-14 *10 (-1170)))))
-(-10 -7 (-15 -3548 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152))) (-15 -3856 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152))) (-15 -3243 (|#2| |#2|)))
-((-2328 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22)) (-3658 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20)) (-2110 ((|#4| (-1 |#3| |#1|) |#2|) 17)))
-(((-423 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2110 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3658 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2328 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1094) (-425 |#1|) (-1094) (-425 |#3|)) (T -423))
-((-2328 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1094)) (-4 *5 (-1094)) (-4 *2 (-425 *5)) (-5 *1 (-423 *6 *4 *5 *2)) (-4 *4 (-425 *6)))) (-3658 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1094)) (-4 *2 (-1094)) (-5 *1 (-423 *5 *4 *2 *6)) (-4 *4 (-425 *5)) (-4 *6 (-425 *2)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-425 *6)) (-5 *1 (-423 *5 *4 *6 *2)) (-4 *4 (-425 *5)))))
-(-10 -7 (-15 -2110 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3658 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2328 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-3597 (($) 52)) (-1749 (($ |#2| $) NIL) (($ $ |#2|) NIL) (($ $ $) 46)) (-1623 (($ $ $) 45)) (-3331 (((-112) $ $) 34)) (-1860 (((-768)) 56)) (-2268 (($ (-641 |#2|)) 23) (($) NIL)) (-3746 (($) 67)) (-3539 (((-112) $ $) 15)) (-2766 ((|#2| $) 78)) (-1650 ((|#2| $) 76)) (-2981 (((-918) $) 71)) (-1475 (($ $ $) 41)) (-1359 (($ (-918)) 61)) (-2125 (($ $ |#2|) NIL) (($ $ $) 44)) (-1292 (((-768) (-1 (-112) |#2|) $) NIL) (((-768) |#2| $) 31)) (-1732 (($ (-641 |#2|)) 27)) (-1559 (($ $) 54)) (-1721 (((-859) $) 39)) (-4138 (((-768) $) 24)) (-4081 (($ (-641 |#2|)) 22) (($) NIL)) (-2853 (((-112) $ $) 19)))
-(((-424 |#1| |#2|) (-10 -8 (-15 -1860 ((-768))) (-15 -1359 (|#1| (-918))) (-15 -2981 ((-918) |#1|)) (-15 -3746 (|#1|)) (-15 -2766 (|#2| |#1|)) (-15 -1650 (|#2| |#1|)) (-15 -3597 (|#1|)) (-15 -1559 (|#1| |#1|)) (-15 -4138 ((-768) |#1|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -3539 ((-112) |#1| |#1|)) (-15 -4081 (|#1|)) (-15 -4081 (|#1| (-641 |#2|))) (-15 -2268 (|#1|)) (-15 -2268 (|#1| (-641 |#2|))) (-15 -1475 (|#1| |#1| |#1|)) (-15 -2125 (|#1| |#1| |#1|)) (-15 -2125 (|#1| |#1| |#2|)) (-15 -1623 (|#1| |#1| |#1|)) (-15 -3331 ((-112) |#1| |#1|)) (-15 -1749 (|#1| |#1| |#1|)) (-15 -1749 (|#1| |#1| |#2|)) (-15 -1749 (|#1| |#2| |#1|)) (-15 -1732 (|#1| (-641 |#2|))) (-15 -1292 ((-768) |#2| |#1|)) (-15 -1292 ((-768) (-1 (-112) |#2|) |#1|))) (-425 |#2|) (-1094)) (T -424))
-((-1860 (*1 *2) (-12 (-4 *4 (-1094)) (-5 *2 (-768)) (-5 *1 (-424 *3 *4)) (-4 *3 (-425 *4)))))
-(-10 -8 (-15 -1860 ((-768))) (-15 -1359 (|#1| (-918))) (-15 -2981 ((-918) |#1|)) (-15 -3746 (|#1|)) (-15 -2766 (|#2| |#1|)) (-15 -1650 (|#2| |#1|)) (-15 -3597 (|#1|)) (-15 -1559 (|#1| |#1|)) (-15 -4138 ((-768) |#1|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -3539 ((-112) |#1| |#1|)) (-15 -4081 (|#1|)) (-15 -4081 (|#1| (-641 |#2|))) (-15 -2268 (|#1|)) (-15 -2268 (|#1| (-641 |#2|))) (-15 -1475 (|#1| |#1| |#1|)) (-15 -2125 (|#1| |#1| |#1|)) (-15 -2125 (|#1| |#1| |#2|)) (-15 -1623 (|#1| |#1| |#1|)) (-15 -3331 ((-112) |#1| |#1|)) (-15 -1749 (|#1| |#1| |#1|)) (-15 -1749 (|#1| |#1| |#2|)) (-15 -1749 (|#1| |#2| |#1|)) (-15 -1732 (|#1| (-641 |#2|))) (-15 -1292 ((-768) |#2| |#1|)) (-15 -1292 ((-768) (-1 (-112) |#2|) |#1|)))
-((-1709 (((-112) $ $) 19)) (-3597 (($) 67 (|has| |#1| (-368)))) (-1749 (($ |#1| $) 82) (($ $ |#1|) 81) (($ $ $) 80)) (-1623 (($ $ $) 78)) (-3331 (((-112) $ $) 79)) (-1729 (((-112) $ (-768)) 8)) (-1860 (((-768)) 61 (|has| |#1| (-368)))) (-2268 (($ (-641 |#1|)) 74) (($) 73)) (-4085 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-1928 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3537 (($ |#1| $) 47 (|has| $ (-6 -4412))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4412)))) (-3813 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4412)))) (-3746 (($) 64 (|has| |#1| (-368)))) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-3539 (((-112) $ $) 70)) (-2575 (((-112) $ (-768)) 9)) (-2766 ((|#1| $) 65 (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1650 ((|#1| $) 66 (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-2981 (((-918) $) 63 (|has| |#1| (-368)))) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22)) (-1475 (($ $ $) 75)) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 40)) (-1359 (($ (-918)) 62 (|has| |#1| (-368)))) (-4382 (((-1114) $) 21)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2125 (($ $ |#1|) 77) (($ $ $) 76)) (-2710 (($) 49) (($ (-641 |#1|)) 48)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 50)) (-1559 (($ $) 68 (|has| |#1| (-368)))) (-1721 (((-859) $) 18)) (-4138 (((-768) $) 69)) (-4081 (($ (-641 |#1|)) 72) (($) 71)) (-1959 (($ (-641 |#1|)) 42)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20)) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 60)) (-2125 (($ $) 78)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 190)) (-1537 (($ $) NIL)) (-1932 (((-112) $) 48)) (-1674 ((|#1| $) 16)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL (|has| |#1| (-1213)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-1213)))) (-3904 (($ |#1| (-564)) 43)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 148)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 74)) (-3733 (((-3 $ "failed") $) 164)) (-2078 (((-3 (-407 (-564)) "failed") $) 84 (|has| |#1| (-545)))) (-2272 (((-112) $) 80 (|has| |#1| (-545)))) (-3036 (((-407 (-564)) $) 91 (|has| |#1| (-545)))) (-1294 (($ |#1| (-564)) 45)) (-1420 (((-112) $) 212 (|has| |#1| (-1213)))) (-2949 (((-112) $) 62)) (-4185 (((-768) $) 51)) (-3936 (((-3 "nil" "sqfr" "irred" "prime") $ (-564)) 174)) (-1765 ((|#1| $ (-564)) 173)) (-2114 (((-564) $ (-564)) 172)) (-3918 (($ |#1| (-564)) 42)) (-2449 (($ (-1 |#1| |#1|) $) 182)) (-2004 (($ |#1| (-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564))))) 79)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2723 (((-1152) $) NIL)) (-1916 (($ |#1| (-564)) 44)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) 191 (|has| |#1| (-452)))) (-3679 (($ |#1| (-564) (-3 "nil" "sqfr" "irred" "prime")) 41)) (-3840 (((-641 (-2 (|:| -3070 |#1|) (|:| -1558 (-564)))) $) 73)) (-3991 (((-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564)))) $) 12)) (-3070 (((-418 $) $) NIL (|has| |#1| (-1213)))) (-1403 (((-3 $ "failed") $ $) 175)) (-1558 (((-564) $) 167)) (-3723 ((|#1| $) 75)) (-2633 (($ $ (-641 |#1|) (-641 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) 100 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 106 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) $) NIL (|has| |#1| (-514 (-1170) $))) (($ $ (-641 (-1170)) (-641 $)) 107 (|has| |#1| (-514 (-1170) $))) (($ $ (-641 (-294 $))) 103 (|has| |#1| (-309 $))) (($ $ (-294 $)) NIL (|has| |#1| (-309 $))) (($ $ $ $) NIL (|has| |#1| (-309 $))) (($ $ (-641 $) (-641 $)) NIL (|has| |#1| (-309 $)))) (-1350 (($ $ |#1|) 92 (|has| |#1| (-286 |#1| |#1|))) (($ $ $) 93 (|has| |#1| (-286 $ $)))) (-3534 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) 181)) (-2511 (((-536) $) 39 (|has| |#1| (-612 (-536)))) (((-379) $) 113 (|has| |#1| (-1019))) (((-225) $) 119 (|has| |#1| (-1019)))) (-1831 (((-859) $) 146) (($ (-564)) 65) (($ $) NIL) (($ |#1|) 64) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564)))))) (-2219 (((-768)) 67 T CONST)) (-3939 (((-112) $ $) NIL)) (-1293 (($) 53 T CONST)) (-1300 (($) 52 T CONST)) (-3435 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1702 (((-112) $ $) 159)) (-1808 (($ $) 161) (($ $ $) NIL)) (-1797 (($ $ $) 179)) (** (($ $ (-918)) NIL) (($ $ (-768)) 125)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 69) (($ $ $) 68) (($ |#1| $) 70) (($ $ |#1|) NIL)))
+(((-418 |#1|) (-13 (-556) (-231 |#1|) (-38 |#1|) (-338 |#1|) (-411 |#1|) (-10 -8 (-15 -3723 (|#1| $)) (-15 -1558 ((-564) $)) (-15 -2004 ($ |#1| (-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564)))))) (-15 -3991 ((-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564)))) $)) (-15 -3918 ($ |#1| (-564))) (-15 -3840 ((-641 (-2 (|:| -3070 |#1|) (|:| -1558 (-564)))) $)) (-15 -1916 ($ |#1| (-564))) (-15 -2114 ((-564) $ (-564))) (-15 -1765 (|#1| $ (-564))) (-15 -3936 ((-3 "nil" "sqfr" "irred" "prime") $ (-564))) (-15 -4185 ((-768) $)) (-15 -1294 ($ |#1| (-564))) (-15 -3904 ($ |#1| (-564))) (-15 -3679 ($ |#1| (-564) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -1674 (|#1| $)) (-15 -2125 ($ $)) (-15 -2449 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-452)) (-6 (-452)) |%noBranch|) (IF (|has| |#1| (-1019)) (-6 (-1019)) |%noBranch|) (IF (|has| |#1| (-1213)) (-6 (-1213)) |%noBranch|) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2272 ((-112) $)) (-15 -3036 ((-407 (-564)) $)) (-15 -2078 ((-3 (-407 (-564)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-286 $ $)) (-6 (-286 $ $)) |%noBranch|) (IF (|has| |#1| (-309 $)) (-6 (-309 $)) |%noBranch|) (IF (|has| |#1| (-514 (-1170) $)) (-6 (-514 (-1170) $)) |%noBranch|))) (-556)) (T -418))
+((-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-556)) (-5 *1 (-418 *3)))) (-3723 (*1 *2 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-1558 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-418 *3)) (-4 *3 (-556)))) (-2004 (*1 *1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-564))))) (-4 *2 (-556)) (-5 *1 (-418 *2)))) (-3991 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-564))))) (-5 *1 (-418 *3)) (-4 *3 (-556)))) (-3918 (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-3840 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| -3070 *3) (|:| -1558 (-564))))) (-5 *1 (-418 *3)) (-4 *3 (-556)))) (-1916 (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-2114 (*1 *2 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-418 *3)) (-4 *3 (-556)))) (-1765 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-3936 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-418 *4)) (-4 *4 (-556)))) (-4185 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-418 *3)) (-4 *3 (-556)))) (-1294 (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-3904 (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-3679 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-564)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-1674 (*1 *2 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-2125 (*1 *1 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556)))) (-2272 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-418 *3)) (-4 *3 (-545)) (-4 *3 (-556)))) (-3036 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-418 *3)) (-4 *3 (-545)) (-4 *3 (-556)))) (-2078 (*1 *2 *1) (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-418 *3)) (-4 *3 (-545)) (-4 *3 (-556)))))
+(-13 (-556) (-231 |#1|) (-38 |#1|) (-338 |#1|) (-411 |#1|) (-10 -8 (-15 -3723 (|#1| $)) (-15 -1558 ((-564) $)) (-15 -2004 ($ |#1| (-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564)))))) (-15 -3991 ((-641 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-564)))) $)) (-15 -3918 ($ |#1| (-564))) (-15 -3840 ((-641 (-2 (|:| -3070 |#1|) (|:| -1558 (-564)))) $)) (-15 -1916 ($ |#1| (-564))) (-15 -2114 ((-564) $ (-564))) (-15 -1765 (|#1| $ (-564))) (-15 -3936 ((-3 "nil" "sqfr" "irred" "prime") $ (-564))) (-15 -4185 ((-768) $)) (-15 -1294 ($ |#1| (-564))) (-15 -3904 ($ |#1| (-564))) (-15 -3679 ($ |#1| (-564) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -1674 (|#1| $)) (-15 -2125 ($ $)) (-15 -2449 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-452)) (-6 (-452)) |%noBranch|) (IF (|has| |#1| (-1019)) (-6 (-1019)) |%noBranch|) (IF (|has| |#1| (-1213)) (-6 (-1213)) |%noBranch|) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2272 ((-112) $)) (-15 -3036 ((-407 (-564)) $)) (-15 -2078 ((-3 (-407 (-564)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-286 $ $)) (-6 (-286 $ $)) |%noBranch|) (IF (|has| |#1| (-309 $)) (-6 (-309 $)) |%noBranch|) (IF (|has| |#1| (-514 (-1170) $)) (-6 (-514 (-1170) $)) |%noBranch|)))
+((-2264 (((-418 |#1|) (-418 |#1|) (-1 (-418 |#1|) |#1|)) 28)) (-2751 (((-418 |#1|) (-418 |#1|) (-418 |#1|)) 17)))
+(((-419 |#1|) (-10 -7 (-15 -2264 ((-418 |#1|) (-418 |#1|) (-1 (-418 |#1|) |#1|))) (-15 -2751 ((-418 |#1|) (-418 |#1|) (-418 |#1|)))) (-556)) (T -419))
+((-2751 (*1 *2 *2 *2) (-12 (-5 *2 (-418 *3)) (-4 *3 (-556)) (-5 *1 (-419 *3)))) (-2264 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-418 *4) *4)) (-4 *4 (-556)) (-5 *2 (-418 *4)) (-5 *1 (-419 *4)))))
+(-10 -7 (-15 -2264 ((-418 |#1|) (-418 |#1|) (-1 (-418 |#1|) |#1|))) (-15 -2751 ((-418 |#1|) (-418 |#1|) (-418 |#1|))))
+((-2588 ((|#2| |#2|) 186)) (-4021 (((-3 (|:| |%expansion| (-313 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112)) 60)))
+(((-420 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4021 ((-3 (|:| |%expansion| (-313 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112))) (-15 -2588 (|#2| |#2|))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|)) (-1170) |#2|) (T -420))
+((-2588 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-420 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1194) (-430 *3))) (-14 *4 (-1170)) (-14 *5 *2))) (-4021 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (|:| |%expansion| (-313 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152)))))) (-5 *1 (-420 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-14 *6 (-1170)) (-14 *7 *3))))
+(-10 -7 (-15 -4021 ((-3 (|:| |%expansion| (-313 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112))) (-15 -2588 (|#2| |#2|)))
+((-2449 ((|#4| (-1 |#3| |#1|) |#2|) 11)))
+(((-421 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2449 (|#4| (-1 |#3| |#1|) |#2|))) (-13 (-1046) (-847)) (-430 |#1|) (-13 (-1046) (-847)) (-430 |#3|)) (T -421))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-13 (-1046) (-847))) (-4 *6 (-13 (-1046) (-847))) (-4 *2 (-430 *6)) (-5 *1 (-421 *5 *4 *6 *2)) (-4 *4 (-430 *5)))))
+(-10 -7 (-15 -2449 (|#4| (-1 |#3| |#1|) |#2|)))
+((-2588 ((|#2| |#2|) 103)) (-3756 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152)) 52)) (-3741 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152)) 170)))
+(((-422 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3756 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152))) (-15 -3741 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152))) (-15 -2588 (|#2| |#2|))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|) (-10 -8 (-15 -1831 ($ |#3|)))) (-845) (-13 (-1237 |#2| |#3|) (-363) (-1194) (-10 -8 (-15 -3534 ($ $)) (-15 -3907 ($ $)))) (-980 |#4|) (-1170)) (T -422))
+((-2588 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-4 *2 (-13 (-27) (-1194) (-430 *3) (-10 -8 (-15 -1831 ($ *4))))) (-4 *4 (-845)) (-4 *5 (-13 (-1237 *2 *4) (-363) (-1194) (-10 -8 (-15 -3534 ($ $)) (-15 -3907 ($ $))))) (-5 *1 (-422 *3 *2 *4 *5 *6 *7)) (-4 *6 (-980 *5)) (-14 *7 (-1170)))) (-3741 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-4 *3 (-13 (-27) (-1194) (-430 *6) (-10 -8 (-15 -1831 ($ *7))))) (-4 *7 (-845)) (-4 *8 (-13 (-1237 *3 *7) (-363) (-1194) (-10 -8 (-15 -3534 ($ $)) (-15 -3907 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152)))))) (-5 *1 (-422 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1152)) (-4 *9 (-980 *8)) (-14 *10 (-1170)))) (-3756 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-4 *3 (-13 (-27) (-1194) (-430 *6) (-10 -8 (-15 -1831 ($ *7))))) (-4 *7 (-845)) (-4 *8 (-13 (-1237 *3 *7) (-363) (-1194) (-10 -8 (-15 -3534 ($ $)) (-15 -3907 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152)))))) (-5 *1 (-422 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1152)) (-4 *9 (-980 *8)) (-14 *10 (-1170)))))
+(-10 -7 (-15 -3756 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152))) (-15 -3741 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))) |#2| (-112) (-1152))) (-15 -2588 (|#2| |#2|)))
+((-1694 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22)) (-1988 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20)) (-2449 ((|#4| (-1 |#3| |#1|) |#2|) 17)))
+(((-423 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2449 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1988 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1694 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1094) (-425 |#1|) (-1094) (-425 |#3|)) (T -423))
+((-1694 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1094)) (-4 *5 (-1094)) (-4 *2 (-425 *5)) (-5 *1 (-423 *6 *4 *5 *2)) (-4 *4 (-425 *6)))) (-1988 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1094)) (-4 *2 (-1094)) (-5 *1 (-423 *5 *4 *2 *6)) (-4 *4 (-425 *5)) (-4 *6 (-425 *2)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-425 *6)) (-5 *1 (-423 *5 *4 *6 *2)) (-4 *4 (-425 *5)))))
+(-10 -7 (-15 -2449 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1988 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1694 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-3002 (($) 52)) (-3650 (($ |#2| $) NIL) (($ $ |#2|) NIL) (($ $ $) 46)) (-2396 (($ $ $) 45)) (-2172 (((-112) $ $) 34)) (-3267 (((-768)) 56)) (-3810 (($ (-641 |#2|)) 23) (($) NIL)) (-2900 (($) 67)) (-3668 (((-112) $ $) 15)) (-1925 ((|#2| $) 78)) (-3375 ((|#2| $) 76)) (-1811 (((-918) $) 71)) (-3425 (($ $ $) 41)) (-1468 (($ (-918)) 61)) (-3405 (($ $ |#2|) NIL) (($ $ $) 44)) (-2791 (((-768) (-1 (-112) |#2|) $) NIL) (((-768) |#2| $) 31)) (-1842 (($ (-641 |#2|)) 27)) (-3028 (($ $) 54)) (-1831 (((-859) $) 39)) (-3434 (((-768) $) 24)) (-3131 (($ (-641 |#2|)) 22) (($) NIL)) (-1702 (((-112) $ $) 19)))
+(((-424 |#1| |#2|) (-10 -8 (-15 -3267 ((-768))) (-15 -1468 (|#1| (-918))) (-15 -1811 ((-918) |#1|)) (-15 -2900 (|#1|)) (-15 -1925 (|#2| |#1|)) (-15 -3375 (|#2| |#1|)) (-15 -3002 (|#1|)) (-15 -3028 (|#1| |#1|)) (-15 -3434 ((-768) |#1|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -3668 ((-112) |#1| |#1|)) (-15 -3131 (|#1|)) (-15 -3131 (|#1| (-641 |#2|))) (-15 -3810 (|#1|)) (-15 -3810 (|#1| (-641 |#2|))) (-15 -3425 (|#1| |#1| |#1|)) (-15 -3405 (|#1| |#1| |#1|)) (-15 -3405 (|#1| |#1| |#2|)) (-15 -2396 (|#1| |#1| |#1|)) (-15 -2172 ((-112) |#1| |#1|)) (-15 -3650 (|#1| |#1| |#1|)) (-15 -3650 (|#1| |#1| |#2|)) (-15 -3650 (|#1| |#2| |#1|)) (-15 -1842 (|#1| (-641 |#2|))) (-15 -2791 ((-768) |#2| |#1|)) (-15 -2791 ((-768) (-1 (-112) |#2|) |#1|))) (-425 |#2|) (-1094)) (T -424))
+((-3267 (*1 *2) (-12 (-4 *4 (-1094)) (-5 *2 (-768)) (-5 *1 (-424 *3 *4)) (-4 *3 (-425 *4)))))
+(-10 -8 (-15 -3267 ((-768))) (-15 -1468 (|#1| (-918))) (-15 -1811 ((-918) |#1|)) (-15 -2900 (|#1|)) (-15 -1925 (|#2| |#1|)) (-15 -3375 (|#2| |#1|)) (-15 -3002 (|#1|)) (-15 -3028 (|#1| |#1|)) (-15 -3434 ((-768) |#1|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -3668 ((-112) |#1| |#1|)) (-15 -3131 (|#1|)) (-15 -3131 (|#1| (-641 |#2|))) (-15 -3810 (|#1|)) (-15 -3810 (|#1| (-641 |#2|))) (-15 -3425 (|#1| |#1| |#1|)) (-15 -3405 (|#1| |#1| |#1|)) (-15 -3405 (|#1| |#1| |#2|)) (-15 -2396 (|#1| |#1| |#1|)) (-15 -2172 ((-112) |#1| |#1|)) (-15 -3650 (|#1| |#1| |#1|)) (-15 -3650 (|#1| |#1| |#2|)) (-15 -3650 (|#1| |#2| |#1|)) (-15 -1842 (|#1| (-641 |#2|))) (-15 -2791 ((-768) |#2| |#1|)) (-15 -2791 ((-768) (-1 (-112) |#2|) |#1|)))
+((-1817 (((-112) $ $) 19)) (-3002 (($) 67 (|has| |#1| (-368)))) (-3650 (($ |#1| $) 82) (($ $ |#1|) 81) (($ $ $) 80)) (-2396 (($ $ $) 78)) (-2172 (((-112) $ $) 79)) (-4010 (((-112) $ (-768)) 8)) (-3267 (((-768)) 61 (|has| |#1| (-368)))) (-3810 (($ (-641 |#1|)) 74) (($) 73)) (-4145 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-3337 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3644 (($ |#1| $) 47 (|has| $ (-6 -4406))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4406)))) (-2576 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4406)))) (-2900 (($) 64 (|has| |#1| (-368)))) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3668 (((-112) $ $) 70)) (-2324 (((-112) $ (-768)) 9)) (-1925 ((|#1| $) 65 (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3375 ((|#1| $) 66 (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1811 (((-918) $) 63 (|has| |#1| (-368)))) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22)) (-3425 (($ $ $) 75)) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 40)) (-1468 (($ (-918)) 62 (|has| |#1| (-368)))) (-2780 (((-1114) $) 21)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-3405 (($ $ |#1|) 77) (($ $ $) 76)) (-4232 (($) 49) (($ (-641 |#1|)) 48)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 50)) (-3028 (($ $) 68 (|has| |#1| (-368)))) (-1831 (((-859) $) 18)) (-3434 (((-768) $) 69)) (-3131 (($ (-641 |#1|)) 72) (($) 71)) (-2321 (($ (-641 |#1|)) 42)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20)) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-425 |#1|) (-140) (-1094)) (T -425))
-((-4138 (*1 *2 *1) (-12 (-4 *1 (-425 *3)) (-4 *3 (-1094)) (-5 *2 (-768)))) (-1559 (*1 *1 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-368)))) (-3597 (*1 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-368)) (-4 *2 (-1094)))) (-1650 (*1 *2 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-847)))) (-2766 (*1 *2 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-847)))))
-(-13 (-229 |t#1|) (-1092 |t#1|) (-10 -8 (-6 -4412) (-15 -4138 ((-768) $)) (IF (|has| |t#1| (-368)) (PROGN (-6 (-368)) (-15 -1559 ($ $)) (-15 -3597 ($))) |%noBranch|) (IF (|has| |t#1| (-847)) (PROGN (-15 -1650 (|t#1| $)) (-15 -2766 (|t#1| $))) |%noBranch|)))
+((-3434 (*1 *2 *1) (-12 (-4 *1 (-425 *3)) (-4 *3 (-1094)) (-5 *2 (-768)))) (-3028 (*1 *1 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-368)))) (-3002 (*1 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-368)) (-4 *2 (-1094)))) (-3375 (*1 *2 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-847)))) (-1925 (*1 *2 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-847)))))
+(-13 (-229 |t#1|) (-1092 |t#1|) (-10 -8 (-6 -4406) (-15 -3434 ((-768) $)) (IF (|has| |t#1| (-368)) (PROGN (-6 (-368)) (-15 -3028 ($ $)) (-15 -3002 ($))) |%noBranch|) (IF (|has| |t#1| (-847)) (PROGN (-15 -3375 (|t#1| $)) (-15 -1925 (|t#1| $))) |%noBranch|)))
(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-611 (-859)) . T) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-229 |#1|) . T) ((-235 |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-368) |has| |#1| (-368)) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1092 |#1|) . T) ((-1094) . T) ((-1209) . T))
-((-2142 (((-585 |#2|) |#2| (-1170)) 38)) (-4028 (((-585 |#2|) |#2| (-1170)) 21)) (-3193 ((|#2| |#2| (-1170)) 26)))
-(((-426 |#1| |#2|) (-10 -7 (-15 -4028 ((-585 |#2|) |#2| (-1170))) (-15 -2142 ((-585 |#2|) |#2| (-1170))) (-15 -3193 (|#2| |#2| (-1170)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-29 |#1|))) (T -426))
-((-3193 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-426 *4 *2)) (-4 *2 (-13 (-1194) (-29 *4))))) (-2142 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-426 *5 *3)) (-4 *3 (-13 (-1194) (-29 *5))))) (-4028 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-426 *5 *3)) (-4 *3 (-13 (-1194) (-29 *5))))))
-(-10 -7 (-15 -4028 ((-585 |#2|) |#2| (-1170))) (-15 -2142 ((-585 |#2|) |#2| (-1170))) (-15 -3193 (|#2| |#2| (-1170))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-2847 (($ |#2| |#1|) 37)) (-2553 (($ |#2| |#1|) 35)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-331 |#2|)) 25)) (-1303 (((-768)) NIL T CONST)) (-2885 (($) 10 T CONST)) (-2898 (($) 16 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 36)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 39) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-427 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4399)) (IF (|has| |#1| (-6 -4399)) (-6 -4399) |%noBranch|) |%noBranch|) (-15 -1721 ($ |#1|)) (-15 -1721 ($ (-331 |#2|))) (-15 -2847 ($ |#2| |#1|)) (-15 -2553 ($ |#2| |#1|)))) (-13 (-172) (-38 (-407 (-564)))) (-13 (-847) (-21))) (T -427))
-((-1721 (*1 *1 *2) (-12 (-5 *1 (-427 *2 *3)) (-4 *2 (-13 (-172) (-38 (-407 (-564))))) (-4 *3 (-13 (-847) (-21))))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-331 *4)) (-4 *4 (-13 (-847) (-21))) (-5 *1 (-427 *3 *4)) (-4 *3 (-13 (-172) (-38 (-407 (-564))))))) (-2847 (*1 *1 *2 *3) (-12 (-5 *1 (-427 *3 *2)) (-4 *3 (-13 (-172) (-38 (-407 (-564))))) (-4 *2 (-13 (-847) (-21))))) (-2553 (*1 *1 *2 *3) (-12 (-5 *1 (-427 *3 *2)) (-4 *3 (-13 (-172) (-38 (-407 (-564))))) (-4 *2 (-13 (-847) (-21))))))
-(-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4399)) (IF (|has| |#1| (-6 -4399)) (-6 -4399) |%noBranch|) |%noBranch|) (-15 -1721 ($ |#1|)) (-15 -1721 ($ (-331 |#2|))) (-15 -2847 ($ |#2| |#1|)) (-15 -2553 ($ |#2| |#1|))))
-((-2052 (((-3 |#2| (-641 |#2|)) |#2| (-1170)) 115)))
-(((-428 |#1| |#2|) (-10 -7 (-15 -2052 ((-3 |#2| (-641 |#2|)) |#2| (-1170)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-956) (-29 |#1|))) (T -428))
-((-2052 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 *3 (-641 *3))) (-5 *1 (-428 *5 *3)) (-4 *3 (-13 (-1194) (-956) (-29 *5))))))
-(-10 -7 (-15 -2052 ((-3 |#2| (-641 |#2|)) |#2| (-1170))))
-((-4153 (((-641 (-1170)) $) 80)) (-3992 (((-407 (-1166 $)) $ (-610 $)) 310)) (-1470 (($ $ (-294 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-641 (-610 $)) (-641 $)) 274)) (-2035 (((-3 (-610 $) "failed") $) NIL) (((-3 (-1170) "failed") $) 83) (((-3 (-564) "failed") $) NIL) (((-3 |#2| "failed") $) 270) (((-3 (-407 (-949 |#2|)) "failed") $) 360) (((-3 (-949 |#2|) "failed") $) 272) (((-3 (-407 (-564)) "failed") $) NIL)) (-3437 (((-610 $) $) NIL) (((-1170) $) 30) (((-564) $) NIL) ((|#2| $) 268) (((-407 (-949 |#2|)) $) 342) (((-949 |#2|) $) 269) (((-407 (-564)) $) NIL)) (-2984 (((-114) (-114)) 49)) (-2079 (($ $) 98)) (-4036 (((-3 (-610 $) "failed") $) 265)) (-3980 (((-641 (-610 $)) $) 266)) (-4215 (((-3 (-641 $) "failed") $) 284)) (-1537 (((-3 (-2 (|:| |val| $) (|:| -2954 (-564))) "failed") $) 291)) (-3366 (((-3 (-641 $) "failed") $) 282)) (-1710 (((-3 (-2 (|:| -2784 (-564)) (|:| |var| (-610 $))) "failed") $) 301)) (-3763 (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $) 288) (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $ (-114)) 252) (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $ (-1170)) 254)) (-4258 (((-112) $) 19)) (-4269 ((|#2| $) 21)) (-3227 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) 273) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) 108) (($ $ (-1170) (-1 $ (-641 $))) NIL) (($ $ (-1170) (-1 $ $)) NIL) (($ $ (-641 (-114)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-114) (-1 $ (-641 $))) NIL) (($ $ (-114) (-1 $ $)) NIL) (($ $ (-1170)) 62) (($ $ (-641 (-1170))) 277) (($ $) 278) (($ $ (-114) $ (-1170)) 65) (($ $ (-641 (-114)) (-641 $) (-1170)) 72) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ $))) 119) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ (-641 $)))) 279) (($ $ (-1170) (-768) (-1 $ (-641 $))) 104) (($ $ (-1170) (-768) (-1 $ $)) 103)) (-2961 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-641 $)) 118)) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) 275)) (-2173 (($ $) 321)) (-2153 (((-889 (-564)) $) 294) (((-889 (-379)) $) 298) (($ (-418 $)) 356) (((-536) $) NIL)) (-1721 (((-859) $) 276) (($ (-610 $)) 92) (($ (-1170)) 26) (($ |#2|) NIL) (($ (-1119 |#2| (-610 $))) NIL) (($ (-407 |#2|)) 326) (($ (-949 (-407 |#2|))) 365) (($ (-407 (-949 (-407 |#2|)))) 338) (($ (-407 (-949 |#2|))) 332) (($ $) NIL) (($ (-949 |#2|)) 214) (($ (-407 (-564))) 370) (($ (-564)) NIL)) (-1303 (((-768)) 87)) (-2289 (((-112) (-114)) 44)) (-1971 (($ (-1170) $) 33) (($ (-1170) $ $) 34) (($ (-1170) $ $ $) 35) (($ (-1170) $ $ $ $) 36) (($ (-1170) (-641 $)) 41)) (* (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL) (($ |#2| $) 303) (($ $ |#2|) NIL) (($ $ $) NIL) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL)))
-(((-429 |#1| |#2|) (-10 -8 (-15 * (|#1| (-918) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1721 (|#1| (-564))) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-407 (-564)))) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -1721 (|#1| (-949 |#2|))) (-15 -2035 ((-3 (-949 |#2|) "failed") |#1|)) (-15 -3437 ((-949 |#2|) |#1|)) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -1721 (|#1| |#1|)) (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1721 (|#1| (-407 (-949 |#2|)))) (-15 -2035 ((-3 (-407 (-949 |#2|)) "failed") |#1|)) (-15 -3437 ((-407 (-949 |#2|)) |#1|)) (-15 -3992 ((-407 (-1166 |#1|)) |#1| (-610 |#1|))) (-15 -1721 (|#1| (-407 (-949 (-407 |#2|))))) (-15 -1721 (|#1| (-949 (-407 |#2|)))) (-15 -1721 (|#1| (-407 |#2|))) (-15 -2173 (|#1| |#1|)) (-15 -2153 (|#1| (-418 |#1|))) (-15 -3227 (|#1| |#1| (-1170) (-768) (-1 |#1| |#1|))) (-15 -3227 (|#1| |#1| (-1170) (-768) (-1 |#1| (-641 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-768)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-768)) (-641 (-1 |#1| |#1|)))) (-15 -1537 ((-3 (-2 (|:| |val| |#1|) (|:| -2954 (-564))) "failed") |#1|)) (-15 -3763 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -2954 (-564))) "failed") |#1| (-1170))) (-15 -3763 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -2954 (-564))) "failed") |#1| (-114))) (-15 -2079 (|#1| |#1|)) (-15 -1721 (|#1| (-1119 |#2| (-610 |#1|)))) (-15 -1710 ((-3 (-2 (|:| -2784 (-564)) (|:| |var| (-610 |#1|))) "failed") |#1|)) (-15 -3366 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -3763 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -2954 (-564))) "failed") |#1|)) (-15 -4215 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -3227 (|#1| |#1| (-641 (-114)) (-641 |#1|) (-1170))) (-15 -3227 (|#1| |#1| (-114) |#1| (-1170))) (-15 -3227 (|#1| |#1|)) (-15 -3227 (|#1| |#1| (-641 (-1170)))) (-15 -3227 (|#1| |#1| (-1170))) (-15 -1971 (|#1| (-1170) (-641 |#1|))) (-15 -1971 (|#1| (-1170) |#1| |#1| |#1| |#1|)) (-15 -1971 (|#1| (-1170) |#1| |#1| |#1|)) (-15 -1971 (|#1| (-1170) |#1| |#1|)) (-15 -1971 (|#1| (-1170) |#1|)) (-15 -4153 ((-641 (-1170)) |#1|)) (-15 -4269 (|#2| |#1|)) (-15 -4258 ((-112) |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -1721 (|#1| (-1170))) (-15 -2035 ((-3 (-1170) "failed") |#1|)) (-15 -3437 ((-1170) |#1|)) (-15 -3227 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -3227 (|#1| |#1| (-114) (-1 |#1| (-641 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -3227 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| |#1|)))) (-15 -3227 (|#1| |#1| (-1170) (-1 |#1| |#1|))) (-15 -3227 (|#1| |#1| (-1170) (-1 |#1| (-641 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| |#1|)))) (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 -3980 ((-641 (-610 |#1|)) |#1|)) (-15 -4036 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -1470 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -1470 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -1470 (|#1| |#1| (-294 |#1|))) (-15 -2961 (|#1| (-114) (-641 |#1|))) (-15 -2961 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1| |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1|)) (-15 -3227 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#1| |#1|)) (-15 -3227 (|#1| |#1| (-294 |#1|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -3227 (|#1| |#1| (-610 |#1|) |#1|)) (-15 -1721 (|#1| (-610 |#1|))) (-15 -2035 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -3437 ((-610 |#1|) |#1|)) (-15 -1721 ((-859) |#1|))) (-430 |#2|) (-847)) (T -429))
-((-2984 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *4 (-847)) (-5 *1 (-429 *3 *4)) (-4 *3 (-430 *4)))) (-2289 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-429 *4 *5)) (-4 *4 (-430 *5)))) (-1303 (*1 *2) (-12 (-4 *4 (-847)) (-5 *2 (-768)) (-5 *1 (-429 *3 *4)) (-4 *3 (-430 *4)))))
-(-10 -8 (-15 * (|#1| (-918) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1721 (|#1| (-564))) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-407 (-564)))) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -1721 (|#1| (-949 |#2|))) (-15 -2035 ((-3 (-949 |#2|) "failed") |#1|)) (-15 -3437 ((-949 |#2|) |#1|)) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -1721 (|#1| |#1|)) (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1721 (|#1| (-407 (-949 |#2|)))) (-15 -2035 ((-3 (-407 (-949 |#2|)) "failed") |#1|)) (-15 -3437 ((-407 (-949 |#2|)) |#1|)) (-15 -3992 ((-407 (-1166 |#1|)) |#1| (-610 |#1|))) (-15 -1721 (|#1| (-407 (-949 (-407 |#2|))))) (-15 -1721 (|#1| (-949 (-407 |#2|)))) (-15 -1721 (|#1| (-407 |#2|))) (-15 -2173 (|#1| |#1|)) (-15 -2153 (|#1| (-418 |#1|))) (-15 -3227 (|#1| |#1| (-1170) (-768) (-1 |#1| |#1|))) (-15 -3227 (|#1| |#1| (-1170) (-768) (-1 |#1| (-641 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-768)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-768)) (-641 (-1 |#1| |#1|)))) (-15 -1537 ((-3 (-2 (|:| |val| |#1|) (|:| -2954 (-564))) "failed") |#1|)) (-15 -3763 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -2954 (-564))) "failed") |#1| (-1170))) (-15 -3763 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -2954 (-564))) "failed") |#1| (-114))) (-15 -2079 (|#1| |#1|)) (-15 -1721 (|#1| (-1119 |#2| (-610 |#1|)))) (-15 -1710 ((-3 (-2 (|:| -2784 (-564)) (|:| |var| (-610 |#1|))) "failed") |#1|)) (-15 -3366 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -3763 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -2954 (-564))) "failed") |#1|)) (-15 -4215 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -3227 (|#1| |#1| (-641 (-114)) (-641 |#1|) (-1170))) (-15 -3227 (|#1| |#1| (-114) |#1| (-1170))) (-15 -3227 (|#1| |#1|)) (-15 -3227 (|#1| |#1| (-641 (-1170)))) (-15 -3227 (|#1| |#1| (-1170))) (-15 -1971 (|#1| (-1170) (-641 |#1|))) (-15 -1971 (|#1| (-1170) |#1| |#1| |#1| |#1|)) (-15 -1971 (|#1| (-1170) |#1| |#1| |#1|)) (-15 -1971 (|#1| (-1170) |#1| |#1|)) (-15 -1971 (|#1| (-1170) |#1|)) (-15 -4153 ((-641 (-1170)) |#1|)) (-15 -4269 (|#2| |#1|)) (-15 -4258 ((-112) |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -1721 (|#1| (-1170))) (-15 -2035 ((-3 (-1170) "failed") |#1|)) (-15 -3437 ((-1170) |#1|)) (-15 -3227 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -3227 (|#1| |#1| (-114) (-1 |#1| (-641 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -3227 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| |#1|)))) (-15 -3227 (|#1| |#1| (-1170) (-1 |#1| |#1|))) (-15 -3227 (|#1| |#1| (-1170) (-1 |#1| (-641 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -3227 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| |#1|)))) (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 -3980 ((-641 (-610 |#1|)) |#1|)) (-15 -4036 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -1470 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -1470 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -1470 (|#1| |#1| (-294 |#1|))) (-15 -2961 (|#1| (-114) (-641 |#1|))) (-15 -2961 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1| |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1| |#1|)) (-15 -2961 (|#1| (-114) |#1|)) (-15 -3227 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#1| |#1|)) (-15 -3227 (|#1| |#1| (-294 |#1|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -3227 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -3227 (|#1| |#1| (-610 |#1|) |#1|)) (-15 -1721 (|#1| (-610 |#1|))) (-15 -2035 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -3437 ((-610 |#1|) |#1|)) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 114 (|has| |#1| (-25)))) (-4153 (((-641 (-1170)) $) 201)) (-3992 (((-407 (-1166 $)) $ (-610 $)) 169 (|has| |#1| (-556)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 141 (|has| |#1| (-556)))) (-4010 (($ $) 142 (|has| |#1| (-556)))) (-2662 (((-112) $) 144 (|has| |#1| (-556)))) (-3906 (((-641 (-610 $)) $) 44)) (-2071 (((-3 $ "failed") $ $) 116 (|has| |#1| (-21)))) (-1470 (($ $ (-294 $)) 56) (($ $ (-641 (-294 $))) 55) (($ $ (-641 (-610 $)) (-641 $)) 54)) (-2275 (($ $) 161 (|has| |#1| (-556)))) (-1798 (((-418 $) $) 162 (|has| |#1| (-556)))) (-1817 (((-112) $ $) 152 (|has| |#1| (-556)))) (-1692 (($) 102 (-2713 (|has| |#1| (-1106)) (|has| |#1| (-25))) CONST)) (-2035 (((-3 (-610 $) "failed") $) 69) (((-3 (-1170) "failed") $) 214) (((-3 (-564) "failed") $) 208 (|has| |#1| (-1035 (-564)))) (((-3 |#1| "failed") $) 205) (((-3 (-407 (-949 |#1|)) "failed") $) 167 (|has| |#1| (-556))) (((-3 (-949 |#1|) "failed") $) 121 (|has| |#1| (-1046))) (((-3 (-407 (-564)) "failed") $) 96 (-2713 (-12 (|has| |#1| (-1035 (-564))) (|has| |#1| (-556))) (|has| |#1| (-1035 (-407 (-564))))))) (-3437 (((-610 $) $) 70) (((-1170) $) 215) (((-564) $) 207 (|has| |#1| (-1035 (-564)))) ((|#1| $) 206) (((-407 (-949 |#1|)) $) 168 (|has| |#1| (-556))) (((-949 |#1|) $) 122 (|has| |#1| (-1046))) (((-407 (-564)) $) 97 (-2713 (-12 (|has| |#1| (-1035 (-564))) (|has| |#1| (-556))) (|has| |#1| (-1035 (-407 (-564))))))) (-2668 (($ $ $) 156 (|has| |#1| (-556)))) (-3762 (((-685 (-564)) (-685 $)) 135 (-2832 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 134 (-2832 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 133 (|has| |#1| (-1046))) (((-685 |#1|) (-685 $)) 132 (|has| |#1| (-1046)))) (-3233 (((-3 $ "failed") $) 104 (|has| |#1| (-1106)))) (-2649 (($ $ $) 155 (|has| |#1| (-556)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 150 (|has| |#1| (-556)))) (-2941 (((-112) $) 163 (|has| |#1| (-556)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 210 (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 209 (|has| |#1| (-883 (-379))))) (-4129 (($ $) 51) (($ (-641 $)) 50)) (-2375 (((-641 (-114)) $) 43)) (-2984 (((-114) (-114)) 42)) (-3282 (((-112) $) 103 (|has| |#1| (-1106)))) (-2400 (((-112) $) 22 (|has| $ (-1035 (-564))))) (-2079 (($ $) 184 (|has| |#1| (-1046)))) (-2654 (((-1119 |#1| (-610 $)) $) 185 (|has| |#1| (-1046)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 159 (|has| |#1| (-556)))) (-3156 (((-1166 $) (-610 $)) 25 (|has| $ (-1046)))) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2110 (($ (-1 $ $) (-610 $)) 36)) (-4036 (((-3 (-610 $) "failed") $) 46)) (-3340 (($ (-641 $)) 148 (|has| |#1| (-556))) (($ $ $) 147 (|has| |#1| (-556)))) (-2811 (((-1152) $) 9)) (-3980 (((-641 (-610 $)) $) 45)) (-2720 (($ (-114) $) 38) (($ (-114) (-641 $)) 37)) (-4215 (((-3 (-641 $) "failed") $) 190 (|has| |#1| (-1106)))) (-1537 (((-3 (-2 (|:| |val| $) (|:| -2954 (-564))) "failed") $) 181 (|has| |#1| (-1046)))) (-3366 (((-3 (-641 $) "failed") $) 188 (|has| |#1| (-25)))) (-1710 (((-3 (-2 (|:| -2784 (-564)) (|:| |var| (-610 $))) "failed") $) 187 (|has| |#1| (-25)))) (-3763 (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $) 189 (|has| |#1| (-1106))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $ (-114)) 183 (|has| |#1| (-1046))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $ (-1170)) 182 (|has| |#1| (-1046)))) (-2631 (((-112) $ (-114)) 40) (((-112) $ (-1170)) 39)) (-4247 (($ $) 106 (-2713 (|has| |#1| (-473)) (|has| |#1| (-556))))) (-1703 (((-768) $) 47)) (-4382 (((-1114) $) 10)) (-4258 (((-112) $) 203)) (-4269 ((|#1| $) 202)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 149 (|has| |#1| (-556)))) (-3377 (($ (-641 $)) 146 (|has| |#1| (-556))) (($ $ $) 145 (|has| |#1| (-556)))) (-3663 (((-112) $ $) 35) (((-112) $ (-1170)) 34)) (-4020 (((-418 $) $) 160 (|has| |#1| (-556)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 158 (|has| |#1| (-556))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 157 (|has| |#1| (-556)))) (-2628 (((-3 $ "failed") $ $) 140 (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 151 (|has| |#1| (-556)))) (-2000 (((-112) $) 23 (|has| $ (-1035 (-564))))) (-3227 (($ $ (-610 $) $) 67) (($ $ (-641 (-610 $)) (-641 $)) 66) (($ $ (-641 (-294 $))) 65) (($ $ (-294 $)) 64) (($ $ $ $) 63) (($ $ (-641 $) (-641 $)) 62) (($ $ (-641 (-1170)) (-641 (-1 $ $))) 33) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) 32) (($ $ (-1170) (-1 $ (-641 $))) 31) (($ $ (-1170) (-1 $ $)) 30) (($ $ (-641 (-114)) (-641 (-1 $ $))) 29) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) 28) (($ $ (-114) (-1 $ (-641 $))) 27) (($ $ (-114) (-1 $ $)) 26) (($ $ (-1170)) 195 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-1170))) 194 (|has| |#1| (-612 (-536)))) (($ $) 193 (|has| |#1| (-612 (-536)))) (($ $ (-114) $ (-1170)) 192 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-114)) (-641 $) (-1170)) 191 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ $))) 180 (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ (-641 $)))) 179 (|has| |#1| (-1046))) (($ $ (-1170) (-768) (-1 $ (-641 $))) 178 (|has| |#1| (-1046))) (($ $ (-1170) (-768) (-1 $ $)) 177 (|has| |#1| (-1046)))) (-2358 (((-768) $) 153 (|has| |#1| (-556)))) (-2961 (($ (-114) $) 61) (($ (-114) $ $) 60) (($ (-114) $ $ $) 59) (($ (-114) $ $ $ $) 58) (($ (-114) (-641 $)) 57)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 154 (|has| |#1| (-556)))) (-1807 (($ $) 49) (($ $ $) 48)) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) 126 (|has| |#1| (-1046))) (($ $ (-1170) (-768)) 125 (|has| |#1| (-1046))) (($ $ (-641 (-1170))) 124 (|has| |#1| (-1046))) (($ $ (-1170)) 123 (|has| |#1| (-1046)))) (-2173 (($ $) 174 (|has| |#1| (-556)))) (-2663 (((-1119 |#1| (-610 $)) $) 175 (|has| |#1| (-556)))) (-3290 (($ $) 24 (|has| $ (-1046)))) (-2153 (((-889 (-564)) $) 212 (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) 211 (|has| |#1| (-612 (-889 (-379))))) (($ (-418 $)) 176 (|has| |#1| (-556))) (((-536) $) 98 (|has| |#1| (-612 (-536))))) (-3601 (($ $ $) 109 (|has| |#1| (-473)))) (-1923 (($ $ $) 110 (|has| |#1| (-473)))) (-1721 (((-859) $) 11) (($ (-610 $)) 68) (($ (-1170)) 213) (($ |#1|) 204) (($ (-1119 |#1| (-610 $))) 186 (|has| |#1| (-1046))) (($ (-407 |#1|)) 172 (|has| |#1| (-556))) (($ (-949 (-407 |#1|))) 171 (|has| |#1| (-556))) (($ (-407 (-949 (-407 |#1|)))) 170 (|has| |#1| (-556))) (($ (-407 (-949 |#1|))) 166 (|has| |#1| (-556))) (($ $) 139 (|has| |#1| (-556))) (($ (-949 |#1|)) 120 (|has| |#1| (-1046))) (($ (-407 (-564))) 95 (-2713 (|has| |#1| (-556)) (-12 (|has| |#1| (-1035 (-564))) (|has| |#1| (-556))) (|has| |#1| (-1035 (-407 (-564)))))) (($ (-564)) 94 (-2713 (|has| |#1| (-1046)) (|has| |#1| (-1035 (-564)))))) (-2684 (((-3 $ "failed") $) 136 (|has| |#1| (-145)))) (-1303 (((-768)) 131 (|has| |#1| (-1046)) CONST)) (-1437 (($ $) 53) (($ (-641 $)) 52)) (-2289 (((-112) (-114)) 41)) (-1720 (((-112) $ $) 143 (|has| |#1| (-556)))) (-1971 (($ (-1170) $) 200) (($ (-1170) $ $) 199) (($ (-1170) $ $ $) 198) (($ (-1170) $ $ $ $) 197) (($ (-1170) (-641 $)) 196)) (-2885 (($) 113 (|has| |#1| (-25)) CONST)) (-2898 (($) 101 (|has| |#1| (-1106)) CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) 130 (|has| |#1| (-1046))) (($ $ (-1170) (-768)) 129 (|has| |#1| (-1046))) (($ $ (-641 (-1170))) 128 (|has| |#1| (-1046))) (($ $ (-1170)) 127 (|has| |#1| (-1046)))) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)) (-2983 (($ (-1119 |#1| (-610 $)) (-1119 |#1| (-610 $))) 173 (|has| |#1| (-556))) (($ $ $) 107 (-2713 (|has| |#1| (-473)) (|has| |#1| (-556))))) (-2970 (($ $ $) 118 (|has| |#1| (-21))) (($ $) 117 (|has| |#1| (-21)))) (-2956 (($ $ $) 111 (|has| |#1| (-25)))) (** (($ $ (-564)) 108 (-2713 (|has| |#1| (-473)) (|has| |#1| (-556)))) (($ $ (-768)) 105 (|has| |#1| (-1106))) (($ $ (-918)) 100 (|has| |#1| (-1106)))) (* (($ (-407 (-564)) $) 165 (|has| |#1| (-556))) (($ $ (-407 (-564))) 164 (|has| |#1| (-556))) (($ |#1| $) 138 (|has| |#1| (-172))) (($ $ |#1|) 137 (|has| |#1| (-172))) (($ (-564) $) 119 (|has| |#1| (-21))) (($ (-768) $) 115 (|has| |#1| (-25))) (($ (-918) $) 112 (|has| |#1| (-25))) (($ $ $) 99 (|has| |#1| (-1106)))))
+((-3593 (((-585 |#2|) |#2| (-1170)) 38)) (-1731 (((-585 |#2|) |#2| (-1170)) 21)) (-3312 ((|#2| |#2| (-1170)) 26)))
+(((-426 |#1| |#2|) (-10 -7 (-15 -1731 ((-585 |#2|) |#2| (-1170))) (-15 -3593 ((-585 |#2|) |#2| (-1170))) (-15 -3312 (|#2| |#2| (-1170)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-29 |#1|))) (T -426))
+((-3312 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-426 *4 *2)) (-4 *2 (-13 (-1194) (-29 *4))))) (-3593 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-426 *5 *3)) (-4 *3 (-13 (-1194) (-29 *5))))) (-1731 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-426 *5 *3)) (-4 *3 (-13 (-1194) (-29 *5))))))
+(-10 -7 (-15 -1731 ((-585 |#2|) |#2| (-1170))) (-15 -3593 ((-585 |#2|) |#2| (-1170))) (-15 -3312 (|#2| |#2| (-1170))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-3020 (($ |#2| |#1|) 37)) (-2104 (($ |#2| |#1|) 35)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-331 |#2|)) 25)) (-2219 (((-768)) NIL T CONST)) (-1293 (($) 10 T CONST)) (-1300 (($) 16 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 36)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 39) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-427 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4393)) (IF (|has| |#1| (-6 -4393)) (-6 -4393) |%noBranch|) |%noBranch|) (-15 -1831 ($ |#1|)) (-15 -1831 ($ (-331 |#2|))) (-15 -3020 ($ |#2| |#1|)) (-15 -2104 ($ |#2| |#1|)))) (-13 (-172) (-38 (-407 (-564)))) (-13 (-847) (-21))) (T -427))
+((-1831 (*1 *1 *2) (-12 (-5 *1 (-427 *2 *3)) (-4 *2 (-13 (-172) (-38 (-407 (-564))))) (-4 *3 (-13 (-847) (-21))))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-331 *4)) (-4 *4 (-13 (-847) (-21))) (-5 *1 (-427 *3 *4)) (-4 *3 (-13 (-172) (-38 (-407 (-564))))))) (-3020 (*1 *1 *2 *3) (-12 (-5 *1 (-427 *3 *2)) (-4 *3 (-13 (-172) (-38 (-407 (-564))))) (-4 *2 (-13 (-847) (-21))))) (-2104 (*1 *1 *2 *3) (-12 (-5 *1 (-427 *3 *2)) (-4 *3 (-13 (-172) (-38 (-407 (-564))))) (-4 *2 (-13 (-847) (-21))))))
+(-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4393)) (IF (|has| |#1| (-6 -4393)) (-6 -4393) |%noBranch|) |%noBranch|) (-15 -1831 ($ |#1|)) (-15 -1831 ($ (-331 |#2|))) (-15 -3020 ($ |#2| |#1|)) (-15 -2104 ($ |#2| |#1|))))
+((-3907 (((-3 |#2| (-641 |#2|)) |#2| (-1170)) 115)))
+(((-428 |#1| |#2|) (-10 -7 (-15 -3907 ((-3 |#2| (-641 |#2|)) |#2| (-1170)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-956) (-29 |#1|))) (T -428))
+((-3907 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 *3 (-641 *3))) (-5 *1 (-428 *5 *3)) (-4 *3 (-13 (-1194) (-956) (-29 *5))))))
+(-10 -7 (-15 -3907 ((-3 |#2| (-641 |#2|)) |#2| (-1170))))
+((-3209 (((-641 (-1170)) $) 80)) (-3040 (((-407 (-1166 $)) $ (-610 $)) 310)) (-3574 (($ $ (-294 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-641 (-610 $)) (-641 $)) 274)) (-2347 (((-3 (-610 $) "failed") $) NIL) (((-3 (-1170) "failed") $) 83) (((-3 (-564) "failed") $) NIL) (((-3 |#2| "failed") $) 270) (((-3 (-407 (-949 |#2|)) "failed") $) 360) (((-3 (-949 |#2|) "failed") $) 272) (((-3 (-407 (-564)) "failed") $) NIL)) (-2237 (((-610 $) $) NIL) (((-1170) $) 30) (((-564) $) NIL) ((|#2| $) 268) (((-407 (-949 |#2|)) $) 342) (((-949 |#2|) $) 269) (((-407 (-564)) $) NIL)) (-1841 (((-114) (-114)) 49)) (-4157 (($ $) 98)) (-1802 (((-3 (-610 $) "failed") $) 265)) (-3026 (((-641 (-610 $)) $) 266)) (-2955 (((-3 (-641 $) "failed") $) 284)) (-2826 (((-3 (-2 (|:| |val| $) (|:| -1558 (-564))) "failed") $) 291)) (-2512 (((-3 (-641 $) "failed") $) 282)) (-3847 (((-3 (-2 (|:| -2860 (-564)) (|:| |var| (-610 $))) "failed") $) 301)) (-4059 (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $) 288) (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $ (-114)) 252) (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $ (-1170)) 254)) (-3326 (((-112) $) 19)) (-3341 ((|#2| $) 21)) (-2633 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) 273) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) 108) (($ $ (-1170) (-1 $ (-641 $))) NIL) (($ $ (-1170) (-1 $ $)) NIL) (($ $ (-641 (-114)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-114) (-1 $ (-641 $))) NIL) (($ $ (-114) (-1 $ $)) NIL) (($ $ (-1170)) 62) (($ $ (-641 (-1170))) 277) (($ $) 278) (($ $ (-114) $ (-1170)) 65) (($ $ (-641 (-114)) (-641 $) (-1170)) 72) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ $))) 119) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ (-641 $)))) 279) (($ $ (-1170) (-768) (-1 $ (-641 $))) 104) (($ $ (-1170) (-768) (-1 $ $)) 103)) (-1350 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-641 $)) 118)) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) 275)) (-2644 (($ $) 321)) (-2511 (((-889 (-564)) $) 294) (((-889 (-379)) $) 298) (($ (-418 $)) 356) (((-536) $) NIL)) (-1831 (((-859) $) 276) (($ (-610 $)) 92) (($ (-1170)) 26) (($ |#2|) NIL) (($ (-1119 |#2| (-610 $))) NIL) (($ (-407 |#2|)) 326) (($ (-949 (-407 |#2|))) 365) (($ (-407 (-949 (-407 |#2|)))) 338) (($ (-407 (-949 |#2|))) 332) (($ $) NIL) (($ (-949 |#2|)) 214) (($ (-407 (-564))) 370) (($ (-564)) NIL)) (-2219 (((-768)) 87)) (-1322 (((-112) (-114)) 44)) (-3645 (($ (-1170) $) 33) (($ (-1170) $ $) 34) (($ (-1170) $ $ $) 35) (($ (-1170) $ $ $ $) 36) (($ (-1170) (-641 $)) 41)) (* (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL) (($ |#2| $) 303) (($ $ |#2|) NIL) (($ $ $) NIL) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL)))
+(((-429 |#1| |#2|) (-10 -8 (-15 * (|#1| (-918) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1831 (|#1| (-564))) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -1831 (|#1| (-949 |#2|))) (-15 -2347 ((-3 (-949 |#2|) "failed") |#1|)) (-15 -2237 ((-949 |#2|) |#1|)) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -1831 (|#1| |#1|)) (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1831 (|#1| (-407 (-949 |#2|)))) (-15 -2347 ((-3 (-407 (-949 |#2|)) "failed") |#1|)) (-15 -2237 ((-407 (-949 |#2|)) |#1|)) (-15 -3040 ((-407 (-1166 |#1|)) |#1| (-610 |#1|))) (-15 -1831 (|#1| (-407 (-949 (-407 |#2|))))) (-15 -1831 (|#1| (-949 (-407 |#2|)))) (-15 -1831 (|#1| (-407 |#2|))) (-15 -2644 (|#1| |#1|)) (-15 -2511 (|#1| (-418 |#1|))) (-15 -2633 (|#1| |#1| (-1170) (-768) (-1 |#1| |#1|))) (-15 -2633 (|#1| |#1| (-1170) (-768) (-1 |#1| (-641 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-768)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-768)) (-641 (-1 |#1| |#1|)))) (-15 -2826 ((-3 (-2 (|:| |val| |#1|) (|:| -1558 (-564))) "failed") |#1|)) (-15 -4059 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -1558 (-564))) "failed") |#1| (-1170))) (-15 -4059 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -1558 (-564))) "failed") |#1| (-114))) (-15 -4157 (|#1| |#1|)) (-15 -1831 (|#1| (-1119 |#2| (-610 |#1|)))) (-15 -3847 ((-3 (-2 (|:| -2860 (-564)) (|:| |var| (-610 |#1|))) "failed") |#1|)) (-15 -2512 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -4059 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -1558 (-564))) "failed") |#1|)) (-15 -2955 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -2633 (|#1| |#1| (-641 (-114)) (-641 |#1|) (-1170))) (-15 -2633 (|#1| |#1| (-114) |#1| (-1170))) (-15 -2633 (|#1| |#1|)) (-15 -2633 (|#1| |#1| (-641 (-1170)))) (-15 -2633 (|#1| |#1| (-1170))) (-15 -3645 (|#1| (-1170) (-641 |#1|))) (-15 -3645 (|#1| (-1170) |#1| |#1| |#1| |#1|)) (-15 -3645 (|#1| (-1170) |#1| |#1| |#1|)) (-15 -3645 (|#1| (-1170) |#1| |#1|)) (-15 -3645 (|#1| (-1170) |#1|)) (-15 -3209 ((-641 (-1170)) |#1|)) (-15 -3341 (|#2| |#1|)) (-15 -3326 ((-112) |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -1831 (|#1| (-1170))) (-15 -2347 ((-3 (-1170) "failed") |#1|)) (-15 -2237 ((-1170) |#1|)) (-15 -2633 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -2633 (|#1| |#1| (-114) (-1 |#1| (-641 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -2633 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| |#1|)))) (-15 -2633 (|#1| |#1| (-1170) (-1 |#1| |#1|))) (-15 -2633 (|#1| |#1| (-1170) (-1 |#1| (-641 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| |#1|)))) (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 -3026 ((-641 (-610 |#1|)) |#1|)) (-15 -1802 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -3574 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -3574 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -3574 (|#1| |#1| (-294 |#1|))) (-15 -1350 (|#1| (-114) (-641 |#1|))) (-15 -1350 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1| |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1|)) (-15 -2633 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#1| |#1|)) (-15 -2633 (|#1| |#1| (-294 |#1|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -2633 (|#1| |#1| (-610 |#1|) |#1|)) (-15 -1831 (|#1| (-610 |#1|))) (-15 -2347 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -2237 ((-610 |#1|) |#1|)) (-15 -1831 ((-859) |#1|))) (-430 |#2|) (-847)) (T -429))
+((-1841 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *4 (-847)) (-5 *1 (-429 *3 *4)) (-4 *3 (-430 *4)))) (-1322 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-429 *4 *5)) (-4 *4 (-430 *5)))) (-2219 (*1 *2) (-12 (-4 *4 (-847)) (-5 *2 (-768)) (-5 *1 (-429 *3 *4)) (-4 *3 (-430 *4)))))
+(-10 -8 (-15 * (|#1| (-918) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1831 (|#1| (-564))) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -1831 (|#1| (-949 |#2|))) (-15 -2347 ((-3 (-949 |#2|) "failed") |#1|)) (-15 -2237 ((-949 |#2|) |#1|)) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -1831 (|#1| |#1|)) (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1831 (|#1| (-407 (-949 |#2|)))) (-15 -2347 ((-3 (-407 (-949 |#2|)) "failed") |#1|)) (-15 -2237 ((-407 (-949 |#2|)) |#1|)) (-15 -3040 ((-407 (-1166 |#1|)) |#1| (-610 |#1|))) (-15 -1831 (|#1| (-407 (-949 (-407 |#2|))))) (-15 -1831 (|#1| (-949 (-407 |#2|)))) (-15 -1831 (|#1| (-407 |#2|))) (-15 -2644 (|#1| |#1|)) (-15 -2511 (|#1| (-418 |#1|))) (-15 -2633 (|#1| |#1| (-1170) (-768) (-1 |#1| |#1|))) (-15 -2633 (|#1| |#1| (-1170) (-768) (-1 |#1| (-641 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-768)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-768)) (-641 (-1 |#1| |#1|)))) (-15 -2826 ((-3 (-2 (|:| |val| |#1|) (|:| -1558 (-564))) "failed") |#1|)) (-15 -4059 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -1558 (-564))) "failed") |#1| (-1170))) (-15 -4059 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -1558 (-564))) "failed") |#1| (-114))) (-15 -4157 (|#1| |#1|)) (-15 -1831 (|#1| (-1119 |#2| (-610 |#1|)))) (-15 -3847 ((-3 (-2 (|:| -2860 (-564)) (|:| |var| (-610 |#1|))) "failed") |#1|)) (-15 -2512 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -4059 ((-3 (-2 (|:| |var| (-610 |#1|)) (|:| -1558 (-564))) "failed") |#1|)) (-15 -2955 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -2633 (|#1| |#1| (-641 (-114)) (-641 |#1|) (-1170))) (-15 -2633 (|#1| |#1| (-114) |#1| (-1170))) (-15 -2633 (|#1| |#1|)) (-15 -2633 (|#1| |#1| (-641 (-1170)))) (-15 -2633 (|#1| |#1| (-1170))) (-15 -3645 (|#1| (-1170) (-641 |#1|))) (-15 -3645 (|#1| (-1170) |#1| |#1| |#1| |#1|)) (-15 -3645 (|#1| (-1170) |#1| |#1| |#1|)) (-15 -3645 (|#1| (-1170) |#1| |#1|)) (-15 -3645 (|#1| (-1170) |#1|)) (-15 -3209 ((-641 (-1170)) |#1|)) (-15 -3341 (|#2| |#1|)) (-15 -3326 ((-112) |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -1831 (|#1| (-1170))) (-15 -2347 ((-3 (-1170) "failed") |#1|)) (-15 -2237 ((-1170) |#1|)) (-15 -2633 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -2633 (|#1| |#1| (-114) (-1 |#1| (-641 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -2633 (|#1| |#1| (-641 (-114)) (-641 (-1 |#1| |#1|)))) (-15 -2633 (|#1| |#1| (-1170) (-1 |#1| |#1|))) (-15 -2633 (|#1| |#1| (-1170) (-1 |#1| (-641 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| (-641 |#1|))))) (-15 -2633 (|#1| |#1| (-641 (-1170)) (-641 (-1 |#1| |#1|)))) (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 -3026 ((-641 (-610 |#1|)) |#1|)) (-15 -1802 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -3574 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -3574 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -3574 (|#1| |#1| (-294 |#1|))) (-15 -1350 (|#1| (-114) (-641 |#1|))) (-15 -1350 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1| |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1| |#1|)) (-15 -1350 (|#1| (-114) |#1|)) (-15 -2633 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#1| |#1|)) (-15 -2633 (|#1| |#1| (-294 |#1|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -2633 (|#1| |#1| (-641 (-610 |#1|)) (-641 |#1|))) (-15 -2633 (|#1| |#1| (-610 |#1|) |#1|)) (-15 -1831 (|#1| (-610 |#1|))) (-15 -2347 ((-3 (-610 |#1|) "failed") |#1|)) (-15 -2237 ((-610 |#1|) |#1|)) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 114 (|has| |#1| (-25)))) (-3209 (((-641 (-1170)) $) 201)) (-3040 (((-407 (-1166 $)) $ (-610 $)) 169 (|has| |#1| (-556)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 141 (|has| |#1| (-556)))) (-1537 (($ $) 142 (|has| |#1| (-556)))) (-1932 (((-112) $) 144 (|has| |#1| (-556)))) (-2956 (((-641 (-610 $)) $) 44)) (-4088 (((-3 $ "failed") $ $) 116 (|has| |#1| (-21)))) (-3574 (($ $ (-294 $)) 56) (($ $ (-641 (-294 $))) 55) (($ $ (-641 (-610 $)) (-641 $)) 54)) (-2427 (($ $) 161 (|has| |#1| (-556)))) (-3399 (((-418 $) $) 162 (|has| |#1| (-556)))) (-3554 (((-112) $ $) 152 (|has| |#1| (-556)))) (-1778 (($) 102 (-4078 (|has| |#1| (-1106)) (|has| |#1| (-25))) CONST)) (-2347 (((-3 (-610 $) "failed") $) 69) (((-3 (-1170) "failed") $) 214) (((-3 (-564) "failed") $) 208 (|has| |#1| (-1035 (-564)))) (((-3 |#1| "failed") $) 205) (((-3 (-407 (-949 |#1|)) "failed") $) 167 (|has| |#1| (-556))) (((-3 (-949 |#1|) "failed") $) 121 (|has| |#1| (-1046))) (((-3 (-407 (-564)) "failed") $) 96 (-4078 (-12 (|has| |#1| (-1035 (-564))) (|has| |#1| (-556))) (|has| |#1| (-1035 (-407 (-564))))))) (-2237 (((-610 $) $) 70) (((-1170) $) 215) (((-564) $) 207 (|has| |#1| (-1035 (-564)))) ((|#1| $) 206) (((-407 (-949 |#1|)) $) 168 (|has| |#1| (-556))) (((-949 |#1|) $) 122 (|has| |#1| (-1046))) (((-407 (-564)) $) 97 (-4078 (-12 (|has| |#1| (-1035 (-564))) (|has| |#1| (-556))) (|has| |#1| (-1035 (-407 (-564))))))) (-1449 (($ $ $) 156 (|has| |#1| (-556)))) (-4050 (((-685 (-564)) (-685 $)) 135 (-4348 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 134 (-4348 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 133 (|has| |#1| (-1046))) (((-685 |#1|) (-685 $)) 132 (|has| |#1| (-1046)))) (-3733 (((-3 $ "failed") $) 104 (|has| |#1| (-1106)))) (-1424 (($ $ $) 155 (|has| |#1| (-556)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 150 (|has| |#1| (-556)))) (-1420 (((-112) $) 163 (|has| |#1| (-556)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 210 (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 209 (|has| |#1| (-883 (-379))))) (-3352 (($ $) 51) (($ (-641 $)) 50)) (-4095 (((-641 (-114)) $) 43)) (-1841 (((-114) (-114)) 42)) (-2949 (((-112) $) 103 (|has| |#1| (-1106)))) (-4301 (((-112) $) 22 (|has| $ (-1035 (-564))))) (-4157 (($ $) 184 (|has| |#1| (-1046)))) (-3678 (((-1119 |#1| (-610 $)) $) 185 (|has| |#1| (-1046)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 159 (|has| |#1| (-556)))) (-4168 (((-1166 $) (-610 $)) 25 (|has| $ (-1046)))) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2449 (($ (-1 $ $) (-610 $)) 36)) (-1802 (((-3 (-610 $) "failed") $) 46)) (-2740 (($ (-641 $)) 148 (|has| |#1| (-556))) (($ $ $) 147 (|has| |#1| (-556)))) (-2723 (((-1152) $) 9)) (-3026 (((-641 (-610 $)) $) 45)) (-3755 (($ (-114) $) 38) (($ (-114) (-641 $)) 37)) (-2955 (((-3 (-641 $) "failed") $) 190 (|has| |#1| (-1106)))) (-2826 (((-3 (-2 (|:| |val| $) (|:| -1558 (-564))) "failed") $) 181 (|has| |#1| (-1046)))) (-2512 (((-3 (-641 $) "failed") $) 188 (|has| |#1| (-25)))) (-3847 (((-3 (-2 (|:| -2860 (-564)) (|:| |var| (-610 $))) "failed") $) 187 (|has| |#1| (-25)))) (-4059 (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $) 189 (|has| |#1| (-1106))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $ (-114)) 183 (|has| |#1| (-1046))) (((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $ (-1170)) 182 (|has| |#1| (-1046)))) (-1657 (((-112) $ (-114)) 40) (((-112) $ (-1170)) 39)) (-3315 (($ $) 106 (-4078 (|has| |#1| (-473)) (|has| |#1| (-556))))) (-3926 (((-768) $) 47)) (-2780 (((-1114) $) 10)) (-3326 (((-112) $) 203)) (-3341 ((|#1| $) 202)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 149 (|has| |#1| (-556)))) (-2777 (($ (-641 $)) 146 (|has| |#1| (-556))) (($ $ $) 145 (|has| |#1| (-556)))) (-2417 (((-112) $ $) 35) (((-112) $ (-1170)) 34)) (-3070 (((-418 $) $) 160 (|has| |#1| (-556)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 158 (|has| |#1| (-556))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 157 (|has| |#1| (-556)))) (-1403 (((-3 $ "failed") $ $) 140 (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 151 (|has| |#1| (-556)))) (-1492 (((-112) $) 23 (|has| $ (-1035 (-564))))) (-2633 (($ $ (-610 $) $) 67) (($ $ (-641 (-610 $)) (-641 $)) 66) (($ $ (-641 (-294 $))) 65) (($ $ (-294 $)) 64) (($ $ $ $) 63) (($ $ (-641 $) (-641 $)) 62) (($ $ (-641 (-1170)) (-641 (-1 $ $))) 33) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) 32) (($ $ (-1170) (-1 $ (-641 $))) 31) (($ $ (-1170) (-1 $ $)) 30) (($ $ (-641 (-114)) (-641 (-1 $ $))) 29) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) 28) (($ $ (-114) (-1 $ (-641 $))) 27) (($ $ (-114) (-1 $ $)) 26) (($ $ (-1170)) 195 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-1170))) 194 (|has| |#1| (-612 (-536)))) (($ $) 193 (|has| |#1| (-612 (-536)))) (($ $ (-114) $ (-1170)) 192 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-114)) (-641 $) (-1170)) 191 (|has| |#1| (-612 (-536)))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ $))) 180 (|has| |#1| (-1046))) (($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ (-641 $)))) 179 (|has| |#1| (-1046))) (($ $ (-1170) (-768) (-1 $ (-641 $))) 178 (|has| |#1| (-1046))) (($ $ (-1170) (-768) (-1 $ $)) 177 (|has| |#1| (-1046)))) (-3920 (((-768) $) 153 (|has| |#1| (-556)))) (-1350 (($ (-114) $) 61) (($ (-114) $ $) 60) (($ (-114) $ $ $) 59) (($ (-114) $ $ $ $) 58) (($ (-114) (-641 $)) 57)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 154 (|has| |#1| (-556)))) (-3467 (($ $) 49) (($ $ $) 48)) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) 126 (|has| |#1| (-1046))) (($ $ (-1170) (-768)) 125 (|has| |#1| (-1046))) (($ $ (-641 (-1170))) 124 (|has| |#1| (-1046))) (($ $ (-1170)) 123 (|has| |#1| (-1046)))) (-2644 (($ $) 174 (|has| |#1| (-556)))) (-3693 (((-1119 |#1| (-610 $)) $) 175 (|has| |#1| (-556)))) (-3019 (($ $) 24 (|has| $ (-1046)))) (-2511 (((-889 (-564)) $) 212 (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) 211 (|has| |#1| (-612 (-889 (-379))))) (($ (-418 $)) 176 (|has| |#1| (-556))) (((-536) $) 98 (|has| |#1| (-612 (-536))))) (-3047 (($ $ $) 109 (|has| |#1| (-473)))) (-1992 (($ $ $) 110 (|has| |#1| (-473)))) (-1831 (((-859) $) 11) (($ (-610 $)) 68) (($ (-1170)) 213) (($ |#1|) 204) (($ (-1119 |#1| (-610 $))) 186 (|has| |#1| (-1046))) (($ (-407 |#1|)) 172 (|has| |#1| (-556))) (($ (-949 (-407 |#1|))) 171 (|has| |#1| (-556))) (($ (-407 (-949 (-407 |#1|)))) 170 (|has| |#1| (-556))) (($ (-407 (-949 |#1|))) 166 (|has| |#1| (-556))) (($ $) 139 (|has| |#1| (-556))) (($ (-949 |#1|)) 120 (|has| |#1| (-1046))) (($ (-407 (-564))) 95 (-4078 (|has| |#1| (-556)) (-12 (|has| |#1| (-1035 (-564))) (|has| |#1| (-556))) (|has| |#1| (-1035 (-407 (-564)))))) (($ (-564)) 94 (-4078 (|has| |#1| (-1046)) (|has| |#1| (-1035 (-564)))))) (-4018 (((-3 $ "failed") $) 136 (|has| |#1| (-145)))) (-2219 (((-768)) 131 (|has| |#1| (-1046)) CONST)) (-4264 (($ $) 53) (($ (-641 $)) 52)) (-1322 (((-112) (-114)) 41)) (-3939 (((-112) $ $) 143 (|has| |#1| (-556)))) (-3645 (($ (-1170) $) 200) (($ (-1170) $ $) 199) (($ (-1170) $ $ $) 198) (($ (-1170) $ $ $ $) 197) (($ (-1170) (-641 $)) 196)) (-1293 (($) 113 (|has| |#1| (-25)) CONST)) (-1300 (($) 101 (|has| |#1| (-1106)) CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) 130 (|has| |#1| (-1046))) (($ $ (-1170) (-768)) 129 (|has| |#1| (-1046))) (($ $ (-641 (-1170))) 128 (|has| |#1| (-1046))) (($ $ (-1170)) 127 (|has| |#1| (-1046)))) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)) (-1823 (($ (-1119 |#1| (-610 $)) (-1119 |#1| (-610 $))) 173 (|has| |#1| (-556))) (($ $ $) 107 (-4078 (|has| |#1| (-473)) (|has| |#1| (-556))))) (-1808 (($ $ $) 118 (|has| |#1| (-21))) (($ $) 117 (|has| |#1| (-21)))) (-1797 (($ $ $) 111 (|has| |#1| (-25)))) (** (($ $ (-564)) 108 (-4078 (|has| |#1| (-473)) (|has| |#1| (-556)))) (($ $ (-768)) 105 (|has| |#1| (-1106))) (($ $ (-918)) 100 (|has| |#1| (-1106)))) (* (($ (-407 (-564)) $) 165 (|has| |#1| (-556))) (($ $ (-407 (-564))) 164 (|has| |#1| (-556))) (($ |#1| $) 138 (|has| |#1| (-172))) (($ $ |#1|) 137 (|has| |#1| (-172))) (($ (-564) $) 119 (|has| |#1| (-21))) (($ (-768) $) 115 (|has| |#1| (-25))) (($ (-918) $) 112 (|has| |#1| (-25))) (($ $ $) 99 (|has| |#1| (-1106)))))
(((-430 |#1|) (-140) (-847)) (T -430))
-((-4258 (*1 *2 *1) (-12 (-4 *1 (-430 *3)) (-4 *3 (-847)) (-5 *2 (-112)))) (-4269 (*1 *2 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)))) (-4153 (*1 *2 *1) (-12 (-4 *1 (-430 *3)) (-4 *3 (-847)) (-5 *2 (-641 (-1170))))) (-1971 (*1 *1 *2 *1) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)))) (-1971 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)))) (-1971 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)))) (-1971 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)))) (-1971 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-641 *1)) (-4 *1 (-430 *4)) (-4 *4 (-847)))) (-3227 (*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)) (-4 *3 (-612 (-536))))) (-3227 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-1170))) (-4 *1 (-430 *3)) (-4 *3 (-847)) (-4 *3 (-612 (-536))))) (-3227 (*1 *1 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)) (-4 *2 (-612 (-536))))) (-3227 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1170)) (-4 *1 (-430 *4)) (-4 *4 (-847)) (-4 *4 (-612 (-536))))) (-3227 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-641 (-114))) (-5 *3 (-641 *1)) (-5 *4 (-1170)) (-4 *1 (-430 *5)) (-4 *5 (-847)) (-4 *5 (-612 (-536))))) (-4215 (*1 *2 *1) (|partial| -12 (-4 *3 (-1106)) (-4 *3 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-430 *3)))) (-3763 (*1 *2 *1) (|partial| -12 (-4 *3 (-1106)) (-4 *3 (-847)) (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -2954 (-564)))) (-4 *1 (-430 *3)))) (-3366 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-430 *3)))) (-1710 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-847)) (-5 *2 (-2 (|:| -2784 (-564)) (|:| |var| (-610 *1)))) (-4 *1 (-430 *3)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-1119 *3 (-610 *1))) (-4 *3 (-1046)) (-4 *3 (-847)) (-4 *1 (-430 *3)))) (-2654 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *3 (-847)) (-5 *2 (-1119 *3 (-610 *1))) (-4 *1 (-430 *3)))) (-2079 (*1 *1 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)) (-4 *2 (-1046)))) (-3763 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-114)) (-4 *4 (-1046)) (-4 *4 (-847)) (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -2954 (-564)))) (-4 *1 (-430 *4)))) (-3763 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1170)) (-4 *4 (-1046)) (-4 *4 (-847)) (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -2954 (-564)))) (-4 *1 (-430 *4)))) (-1537 (*1 *2 *1) (|partial| -12 (-4 *3 (-1046)) (-4 *3 (-847)) (-5 *2 (-2 (|:| |val| *1) (|:| -2954 (-564)))) (-4 *1 (-430 *3)))) (-3227 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-641 (-768))) (-5 *4 (-641 (-1 *1 *1))) (-4 *1 (-430 *5)) (-4 *5 (-847)) (-4 *5 (-1046)))) (-3227 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-641 (-768))) (-5 *4 (-641 (-1 *1 (-641 *1)))) (-4 *1 (-430 *5)) (-4 *5 (-847)) (-4 *5 (-1046)))) (-3227 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-768)) (-5 *4 (-1 *1 (-641 *1))) (-4 *1 (-430 *5)) (-4 *5 (-847)) (-4 *5 (-1046)))) (-3227 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-768)) (-5 *4 (-1 *1 *1)) (-4 *1 (-430 *5)) (-4 *5 (-847)) (-4 *5 (-1046)))) (-2153 (*1 *1 *2) (-12 (-5 *2 (-418 *1)) (-4 *1 (-430 *3)) (-4 *3 (-556)) (-4 *3 (-847)))) (-2663 (*1 *2 *1) (-12 (-4 *3 (-556)) (-4 *3 (-847)) (-5 *2 (-1119 *3 (-610 *1))) (-4 *1 (-430 *3)))) (-2173 (*1 *1 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)) (-4 *2 (-556)))) (-2983 (*1 *1 *2 *2) (-12 (-5 *2 (-1119 *3 (-610 *1))) (-4 *3 (-556)) (-4 *3 (-847)) (-4 *1 (-430 *3)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-407 *3)) (-4 *3 (-556)) (-4 *3 (-847)) (-4 *1 (-430 *3)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-949 (-407 *3))) (-4 *3 (-556)) (-4 *3 (-847)) (-4 *1 (-430 *3)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-407 *3)))) (-4 *3 (-556)) (-4 *3 (-847)) (-4 *1 (-430 *3)))) (-3992 (*1 *2 *1 *3) (-12 (-5 *3 (-610 *1)) (-4 *1 (-430 *4)) (-4 *4 (-847)) (-4 *4 (-556)) (-5 *2 (-407 (-1166 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-430 *3)) (-4 *3 (-847)) (-4 *3 (-1106)))))
-(-13 (-302) (-1035 (-1170)) (-881 |t#1|) (-400 |t#1|) (-411 |t#1|) (-10 -8 (-15 -4258 ((-112) $)) (-15 -4269 (|t#1| $)) (-15 -4153 ((-641 (-1170)) $)) (-15 -1971 ($ (-1170) $)) (-15 -1971 ($ (-1170) $ $)) (-15 -1971 ($ (-1170) $ $ $)) (-15 -1971 ($ (-1170) $ $ $ $)) (-15 -1971 ($ (-1170) (-641 $))) (IF (|has| |t#1| (-612 (-536))) (PROGN (-6 (-612 (-536))) (-15 -3227 ($ $ (-1170))) (-15 -3227 ($ $ (-641 (-1170)))) (-15 -3227 ($ $)) (-15 -3227 ($ $ (-114) $ (-1170))) (-15 -3227 ($ $ (-641 (-114)) (-641 $) (-1170)))) |%noBranch|) (IF (|has| |t#1| (-1106)) (PROGN (-6 (-723)) (-15 ** ($ $ (-768))) (-15 -4215 ((-3 (-641 $) "failed") $)) (-15 -3763 ((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-473)) (-6 (-473)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -3366 ((-3 (-641 $) "failed") $)) (-15 -1710 ((-3 (-2 (|:| -2784 (-564)) (|:| |var| (-610 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-1046)) (PROGN (-6 (-1046)) (-6 (-1035 (-949 |t#1|))) (-6 (-897 (-1170))) (-6 (-377 |t#1|)) (-15 -1721 ($ (-1119 |t#1| (-610 $)))) (-15 -2654 ((-1119 |t#1| (-610 $)) $)) (-15 -2079 ($ $)) (-15 -3763 ((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $ (-114))) (-15 -3763 ((-3 (-2 (|:| |var| (-610 $)) (|:| -2954 (-564))) "failed") $ (-1170))) (-15 -1537 ((-3 (-2 (|:| |val| $) (|:| -2954 (-564))) "failed") $)) (-15 -3227 ($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ $)))) (-15 -3227 ($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ (-641 $))))) (-15 -3227 ($ $ (-1170) (-768) (-1 $ (-641 $)))) (-15 -3227 ($ $ (-1170) (-768) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-6 (-363)) (-6 (-1035 (-407 (-949 |t#1|)))) (-15 -2153 ($ (-418 $))) (-15 -2663 ((-1119 |t#1| (-610 $)) $)) (-15 -2173 ($ $)) (-15 -2983 ($ (-1119 |t#1| (-610 $)) (-1119 |t#1| (-610 $)))) (-15 -1721 ($ (-407 |t#1|))) (-15 -1721 ($ (-949 (-407 |t#1|)))) (-15 -1721 ($ (-407 (-949 (-407 |t#1|))))) (-15 -3992 ((-407 (-1166 $)) $ (-610 $))) (IF (|has| |t#1| (-1035 (-564))) (-6 (-1035 (-407 (-564)))) |%noBranch|)) |%noBranch|)))
-(((-21) -2713 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-21))) ((-23) -2713 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -2713 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 #0=(-407 (-564))) |has| |#1| (-556)) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-556)) ((-111 |#1| |#1|) |has| |#1| (-172)) ((-111 $ $) |has| |#1| (-556)) ((-131) -2713 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-21))) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-556))) ((-614 #1=(-407 (-949 |#1|))) |has| |#1| (-556)) ((-614 (-564)) -2713 (|has| |#1| (-1046)) (|has| |#1| (-1035 (-564))) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-614 #2=(-610 $)) . T) ((-614 #3=(-949 |#1|)) |has| |#1| (-1046)) ((-614 #4=(-1170)) . T) ((-614 |#1|) . T) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) |has| |#1| (-556)) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-612 (-889 (-379))) |has| |#1| (-612 (-889 (-379)))) ((-612 (-889 (-564))) |has| |#1| (-612 (-889 (-564)))) ((-243) |has| |#1| (-556)) ((-290) |has| |#1| (-556)) ((-307) |has| |#1| (-556)) ((-309 $) . T) ((-302) . T) ((-363) |has| |#1| (-556)) ((-377 |#1|) |has| |#1| (-1046)) ((-400 |#1|) . T) ((-411 |#1|) . T) ((-452) |has| |#1| (-556)) ((-473) |has| |#1| (-473)) ((-514 (-610 $) $) . T) ((-514 $ $) . T) ((-556) |has| |#1| (-556)) ((-644 #0#) |has| |#1| (-556)) ((-644 |#1|) |has| |#1| (-172)) ((-644 $) -2713 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-637 (-564)) -12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) ((-637 |#1|) |has| |#1| (-1046)) ((-714 #0#) |has| |#1| (-556)) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) -2713 (|has| |#1| (-1106)) (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-473)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-847) . T) ((-897 (-1170)) |has| |#1| (-1046)) ((-883 (-379)) |has| |#1| (-883 (-379))) ((-883 (-564)) |has| |#1| (-883 (-564))) ((-881 |#1|) . T) ((-917) |has| |#1| (-556)) ((-1035 (-407 (-564))) -2713 (|has| |#1| (-1035 (-407 (-564)))) (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))))) ((-1035 #1#) |has| |#1| (-556)) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 #2#) . T) ((-1035 #3#) |has| |#1| (-1046)) ((-1035 #4#) . T) ((-1035 |#1|) . T) ((-1052 #0#) |has| |#1| (-556)) ((-1052 |#1|) |has| |#1| (-172)) ((-1052 $) |has| |#1| (-556)) ((-1046) -2713 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1053) -2713 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1106) -2713 (|has| |#1| (-1106)) (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-473)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1094) . T) ((-1209) . T) ((-1213) |has| |#1| (-556)))
-((-1391 ((|#2| |#2| |#2|) 31)) (-2984 (((-114) (-114)) 43)) (-3795 ((|#2| |#2|) 63)) (-2485 ((|#2| |#2|) 66)) (-2041 ((|#2| |#2|) 30)) (-3839 ((|#2| |#2| |#2|) 33)) (-3089 ((|#2| |#2| |#2|) 35)) (-2095 ((|#2| |#2| |#2|) 32)) (-4195 ((|#2| |#2| |#2|) 34)) (-2289 (((-112) (-114)) 41)) (-3791 ((|#2| |#2|) 37)) (-1632 ((|#2| |#2|) 36)) (-1699 ((|#2| |#2|) 25)) (-2931 ((|#2| |#2| |#2|) 28) ((|#2| |#2|) 26)) (-1324 ((|#2| |#2| |#2|) 29)))
-(((-431 |#1| |#2|) (-10 -7 (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 -1699 (|#2| |#2|)) (-15 -2931 (|#2| |#2|)) (-15 -2931 (|#2| |#2| |#2|)) (-15 -1324 (|#2| |#2| |#2|)) (-15 -2041 (|#2| |#2|)) (-15 -1391 (|#2| |#2| |#2|)) (-15 -2095 (|#2| |#2| |#2|)) (-15 -3839 (|#2| |#2| |#2|)) (-15 -4195 (|#2| |#2| |#2|)) (-15 -3089 (|#2| |#2| |#2|)) (-15 -1632 (|#2| |#2|)) (-15 -3791 (|#2| |#2|)) (-15 -2485 (|#2| |#2|)) (-15 -3795 (|#2| |#2|))) (-13 (-847) (-556)) (-430 |#1|)) (T -431))
-((-3795 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2485 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-3791 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-1632 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-3089 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-4195 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-3839 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2095 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-1391 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2041 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-1324 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2931 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2931 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-1699 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2984 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *4)) (-4 *4 (-430 *3)))) (-2289 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-431 *4 *5)) (-4 *5 (-430 *4)))))
-(-10 -7 (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 -1699 (|#2| |#2|)) (-15 -2931 (|#2| |#2|)) (-15 -2931 (|#2| |#2| |#2|)) (-15 -1324 (|#2| |#2| |#2|)) (-15 -2041 (|#2| |#2|)) (-15 -1391 (|#2| |#2| |#2|)) (-15 -2095 (|#2| |#2| |#2|)) (-15 -3839 (|#2| |#2| |#2|)) (-15 -4195 (|#2| |#2| |#2|)) (-15 -3089 (|#2| |#2| |#2|)) (-15 -1632 (|#2| |#2|)) (-15 -3791 (|#2| |#2|)) (-15 -2485 (|#2| |#2|)) (-15 -3795 (|#2| |#2|)))
-((-2982 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1166 |#2|)) (|:| |pol2| (-1166 |#2|)) (|:| |prim| (-1166 |#2|))) |#2| |#2|) 105 (|has| |#2| (-27))) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-641 (-1166 |#2|))) (|:| |prim| (-1166 |#2|))) (-641 |#2|)) 68)))
-(((-432 |#1| |#2|) (-10 -7 (-15 -2982 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-641 (-1166 |#2|))) (|:| |prim| (-1166 |#2|))) (-641 |#2|))) (IF (|has| |#2| (-27)) (-15 -2982 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1166 |#2|)) (|:| |pol2| (-1166 |#2|)) (|:| |prim| (-1166 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-556) (-847) (-147)) (-430 |#1|)) (T -432))
-((-2982 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-556) (-847) (-147))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1166 *3)) (|:| |pol2| (-1166 *3)) (|:| |prim| (-1166 *3)))) (-5 *1 (-432 *4 *3)) (-4 *3 (-27)) (-4 *3 (-430 *4)))) (-2982 (*1 *2 *3) (-12 (-5 *3 (-641 *5)) (-4 *5 (-430 *4)) (-4 *4 (-13 (-556) (-847) (-147))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-641 (-1166 *5))) (|:| |prim| (-1166 *5)))) (-5 *1 (-432 *4 *5)))))
-(-10 -7 (-15 -2982 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-641 (-1166 |#2|))) (|:| |prim| (-1166 |#2|))) (-641 |#2|))) (IF (|has| |#2| (-27)) (-15 -2982 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1166 |#2|)) (|:| |pol2| (-1166 |#2|)) (|:| |prim| (-1166 |#2|))) |#2| |#2|)) |%noBranch|))
-((-2097 (((-1264)) 19)) (-1322 (((-1166 (-407 (-564))) |#2| (-610 |#2|)) 41) (((-407 (-564)) |#2|) 25)))
-(((-433 |#1| |#2|) (-10 -7 (-15 -1322 ((-407 (-564)) |#2|)) (-15 -1322 ((-1166 (-407 (-564))) |#2| (-610 |#2|))) (-15 -2097 ((-1264)))) (-13 (-847) (-556) (-1035 (-564))) (-430 |#1|)) (T -433))
-((-2097 (*1 *2) (-12 (-4 *3 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-1264)) (-5 *1 (-433 *3 *4)) (-4 *4 (-430 *3)))) (-1322 (*1 *2 *3 *4) (-12 (-5 *4 (-610 *3)) (-4 *3 (-430 *5)) (-4 *5 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-433 *5 *3)))) (-1322 (*1 *2 *3) (-12 (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-407 (-564))) (-5 *1 (-433 *4 *3)) (-4 *3 (-430 *4)))))
-(-10 -7 (-15 -1322 ((-407 (-564)) |#2|)) (-15 -1322 ((-1166 (-407 (-564))) |#2| (-610 |#2|))) (-15 -2097 ((-1264))))
-((-3014 (((-112) $) 32)) (-3937 (((-112) $) 34)) (-3220 (((-112) $) 35)) (-1972 (((-112) $) 38)) (-2230 (((-112) $) 33)) (-2044 (((-112) $) 37)) (-1721 (((-859) $) 20) (($ (-1152)) 31) (($ (-1170)) 26) (((-1170) $) 24) (((-1098) $) 23)) (-3681 (((-112) $) 36)) (-2853 (((-112) $ $) 17)))
-(((-434) (-13 (-611 (-859)) (-10 -8 (-15 -1721 ($ (-1152))) (-15 -1721 ($ (-1170))) (-15 -1721 ((-1170) $)) (-15 -1721 ((-1098) $)) (-15 -3014 ((-112) $)) (-15 -2230 ((-112) $)) (-15 -3220 ((-112) $)) (-15 -2044 ((-112) $)) (-15 -1972 ((-112) $)) (-15 -3681 ((-112) $)) (-15 -3937 ((-112) $)) (-15 -2853 ((-112) $ $))))) (T -434))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-434)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-434)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-434)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-434)))) (-3014 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-2230 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-3220 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-2044 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-1972 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-3681 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-3937 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-2853 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
-(-13 (-611 (-859)) (-10 -8 (-15 -1721 ($ (-1152))) (-15 -1721 ($ (-1170))) (-15 -1721 ((-1170) $)) (-15 -1721 ((-1098) $)) (-15 -3014 ((-112) $)) (-15 -2230 ((-112) $)) (-15 -3220 ((-112) $)) (-15 -2044 ((-112) $)) (-15 -1972 ((-112) $)) (-15 -3681 ((-112) $)) (-15 -3937 ((-112) $)) (-15 -2853 ((-112) $ $))))
-((-3920 (((-3 (-418 (-1166 (-407 (-564)))) "failed") |#3|) 72)) (-3570 (((-418 |#3|) |#3|) 34)) (-2445 (((-3 (-418 (-1166 (-48))) "failed") |#3|) 46 (|has| |#2| (-1035 (-48))))) (-3395 (((-3 (|:| |overq| (-1166 (-407 (-564)))) (|:| |overan| (-1166 (-48))) (|:| -3749 (-112))) |#3|) 37)))
-(((-435 |#1| |#2| |#3|) (-10 -7 (-15 -3570 ((-418 |#3|) |#3|)) (-15 -3920 ((-3 (-418 (-1166 (-407 (-564)))) "failed") |#3|)) (-15 -3395 ((-3 (|:| |overq| (-1166 (-407 (-564)))) (|:| |overan| (-1166 (-48))) (|:| -3749 (-112))) |#3|)) (IF (|has| |#2| (-1035 (-48))) (-15 -2445 ((-3 (-418 (-1166 (-48))) "failed") |#3|)) |%noBranch|)) (-13 (-556) (-847) (-1035 (-564))) (-430 |#1|) (-1235 |#2|)) (T -435))
-((-2445 (*1 *2 *3) (|partial| -12 (-4 *5 (-1035 (-48))) (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4)) (-5 *2 (-418 (-1166 (-48)))) (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))) (-3395 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4)) (-5 *2 (-3 (|:| |overq| (-1166 (-407 (-564)))) (|:| |overan| (-1166 (-48))) (|:| -3749 (-112)))) (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))) (-3920 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4)) (-5 *2 (-418 (-1166 (-407 (-564))))) (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))) (-3570 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4)) (-5 *2 (-418 *3)) (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))))
-(-10 -7 (-15 -3570 ((-418 |#3|) |#3|)) (-15 -3920 ((-3 (-418 (-1166 (-407 (-564)))) "failed") |#3|)) (-15 -3395 ((-3 (|:| |overq| (-1166 (-407 (-564)))) (|:| |overan| (-1166 (-48))) (|:| -3749 (-112))) |#3|)) (IF (|has| |#2| (-1035 (-48))) (-15 -2445 ((-3 (-418 (-1166 (-48))) "failed") |#3|)) |%noBranch|))
-((-1709 (((-112) $ $) NIL)) (-3501 (((-1152) $ (-1152)) NIL)) (-2664 (($ $ (-1152)) NIL)) (-1456 (((-1152) $) NIL)) (-2091 (((-388) (-388) (-388)) 17) (((-388) (-388)) 15)) (-1940 (($ (-388)) NIL) (($ (-388) (-1152)) NIL)) (-2540 (((-388) $) NIL)) (-2811 (((-1152) $) NIL)) (-1306 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2232 (((-1264) (-1152)) 9)) (-1946 (((-1264) (-1152)) 10)) (-1373 (((-1264)) 11)) (-1721 (((-859) $) NIL)) (-3728 (($ $) 38)) (-2853 (((-112) $ $) NIL)))
-(((-436) (-13 (-364 (-388) (-1152)) (-10 -7 (-15 -2091 ((-388) (-388) (-388))) (-15 -2091 ((-388) (-388))) (-15 -2232 ((-1264) (-1152))) (-15 -1946 ((-1264) (-1152))) (-15 -1373 ((-1264)))))) (T -436))
-((-2091 (*1 *2 *2 *2) (-12 (-5 *2 (-388)) (-5 *1 (-436)))) (-2091 (*1 *2 *2) (-12 (-5 *2 (-388)) (-5 *1 (-436)))) (-2232 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-436)))) (-1946 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-436)))) (-1373 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-436)))))
-(-13 (-364 (-388) (-1152)) (-10 -7 (-15 -2091 ((-388) (-388) (-388))) (-15 -2091 ((-388) (-388))) (-15 -2232 ((-1264) (-1152))) (-15 -1946 ((-1264) (-1152))) (-15 -1373 ((-1264)))))
-((-1709 (((-112) $ $) NIL)) (-2226 (((-3 (|:| |fst| (-434)) (|:| -4104 "void")) $) 11)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3262 (($) 35)) (-2394 (($) 41)) (-2634 (($) 37)) (-2591 (($) 39)) (-2921 (($) 36)) (-1535 (($) 38)) (-1891 (($) 40)) (-2779 (((-112) $) 8)) (-3706 (((-641 (-949 (-564))) $) 19)) (-1732 (($ (-3 (|:| |fst| (-434)) (|:| -4104 "void")) (-641 (-1170)) (-112)) 29) (($ (-3 (|:| |fst| (-434)) (|:| -4104 "void")) (-641 (-949 (-564))) (-112)) 30)) (-1721 (((-859) $) 24) (($ (-434)) 32)) (-2853 (((-112) $ $) NIL)))
-(((-437) (-13 (-1094) (-10 -8 (-15 -1721 ($ (-434))) (-15 -2226 ((-3 (|:| |fst| (-434)) (|:| -4104 "void")) $)) (-15 -3706 ((-641 (-949 (-564))) $)) (-15 -2779 ((-112) $)) (-15 -1732 ($ (-3 (|:| |fst| (-434)) (|:| -4104 "void")) (-641 (-1170)) (-112))) (-15 -1732 ($ (-3 (|:| |fst| (-434)) (|:| -4104 "void")) (-641 (-949 (-564))) (-112))) (-15 -3262 ($)) (-15 -2921 ($)) (-15 -2634 ($)) (-15 -2394 ($)) (-15 -1535 ($)) (-15 -2591 ($)) (-15 -1891 ($))))) (T -437))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-434)) (-5 *1 (-437)))) (-2226 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-5 *1 (-437)))) (-3706 (*1 *2 *1) (-12 (-5 *2 (-641 (-949 (-564)))) (-5 *1 (-437)))) (-2779 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-437)))) (-1732 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-5 *3 (-641 (-1170))) (-5 *4 (-112)) (-5 *1 (-437)))) (-1732 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-112)) (-5 *1 (-437)))) (-3262 (*1 *1) (-5 *1 (-437))) (-2921 (*1 *1) (-5 *1 (-437))) (-2634 (*1 *1) (-5 *1 (-437))) (-2394 (*1 *1) (-5 *1 (-437))) (-1535 (*1 *1) (-5 *1 (-437))) (-2591 (*1 *1) (-5 *1 (-437))) (-1891 (*1 *1) (-5 *1 (-437))))
-(-13 (-1094) (-10 -8 (-15 -1721 ($ (-434))) (-15 -2226 ((-3 (|:| |fst| (-434)) (|:| -4104 "void")) $)) (-15 -3706 ((-641 (-949 (-564))) $)) (-15 -2779 ((-112) $)) (-15 -1732 ($ (-3 (|:| |fst| (-434)) (|:| -4104 "void")) (-641 (-1170)) (-112))) (-15 -1732 ($ (-3 (|:| |fst| (-434)) (|:| -4104 "void")) (-641 (-949 (-564))) (-112))) (-15 -3262 ($)) (-15 -2921 ($)) (-15 -2634 ($)) (-15 -2394 ($)) (-15 -1535 ($)) (-15 -2591 ($)) (-15 -1891 ($))))
-((-1709 (((-112) $ $) NIL)) (-2540 (((-1170) $) 8)) (-2811 (((-1152) $) 17)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 14)))
-(((-438 |#1|) (-13 (-1094) (-10 -8 (-15 -2540 ((-1170) $)))) (-1170)) (T -438))
-((-2540 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-438 *3)) (-14 *3 *2))))
-(-13 (-1094) (-10 -8 (-15 -2540 ((-1170) $))))
-((-1709 (((-112) $ $) NIL)) (-3309 (((-1112) $) 7)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 13)) (-2853 (((-112) $ $) 9)))
-(((-439) (-13 (-1094) (-10 -8 (-15 -3309 ((-1112) $))))) (T -439))
-((-3309 (*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-439)))))
-(-13 (-1094) (-10 -8 (-15 -3309 ((-1112) $))))
-((-1648 (((-1264) $) 7)) (-1721 (((-859) $) 8) (($ (-1259 (-695))) 14) (($ (-641 (-330))) 13) (($ (-330)) 12) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 11)))
+((-3326 (*1 *2 *1) (-12 (-4 *1 (-430 *3)) (-4 *3 (-847)) (-5 *2 (-112)))) (-3341 (*1 *2 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)))) (-3209 (*1 *2 *1) (-12 (-4 *1 (-430 *3)) (-4 *3 (-847)) (-5 *2 (-641 (-1170))))) (-3645 (*1 *1 *2 *1) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)))) (-3645 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)))) (-3645 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)))) (-3645 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)))) (-3645 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-641 *1)) (-4 *1 (-430 *4)) (-4 *4 (-847)))) (-2633 (*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)) (-4 *3 (-612 (-536))))) (-2633 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-1170))) (-4 *1 (-430 *3)) (-4 *3 (-847)) (-4 *3 (-612 (-536))))) (-2633 (*1 *1 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)) (-4 *2 (-612 (-536))))) (-2633 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1170)) (-4 *1 (-430 *4)) (-4 *4 (-847)) (-4 *4 (-612 (-536))))) (-2633 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-641 (-114))) (-5 *3 (-641 *1)) (-5 *4 (-1170)) (-4 *1 (-430 *5)) (-4 *5 (-847)) (-4 *5 (-612 (-536))))) (-2955 (*1 *2 *1) (|partial| -12 (-4 *3 (-1106)) (-4 *3 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-430 *3)))) (-4059 (*1 *2 *1) (|partial| -12 (-4 *3 (-1106)) (-4 *3 (-847)) (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -1558 (-564)))) (-4 *1 (-430 *3)))) (-2512 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-430 *3)))) (-3847 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-847)) (-5 *2 (-2 (|:| -2860 (-564)) (|:| |var| (-610 *1)))) (-4 *1 (-430 *3)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-1119 *3 (-610 *1))) (-4 *3 (-1046)) (-4 *3 (-847)) (-4 *1 (-430 *3)))) (-3678 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *3 (-847)) (-5 *2 (-1119 *3 (-610 *1))) (-4 *1 (-430 *3)))) (-4157 (*1 *1 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)) (-4 *2 (-1046)))) (-4059 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-114)) (-4 *4 (-1046)) (-4 *4 (-847)) (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -1558 (-564)))) (-4 *1 (-430 *4)))) (-4059 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1170)) (-4 *4 (-1046)) (-4 *4 (-847)) (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -1558 (-564)))) (-4 *1 (-430 *4)))) (-2826 (*1 *2 *1) (|partial| -12 (-4 *3 (-1046)) (-4 *3 (-847)) (-5 *2 (-2 (|:| |val| *1) (|:| -1558 (-564)))) (-4 *1 (-430 *3)))) (-2633 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-641 (-768))) (-5 *4 (-641 (-1 *1 *1))) (-4 *1 (-430 *5)) (-4 *5 (-847)) (-4 *5 (-1046)))) (-2633 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-641 (-768))) (-5 *4 (-641 (-1 *1 (-641 *1)))) (-4 *1 (-430 *5)) (-4 *5 (-847)) (-4 *5 (-1046)))) (-2633 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-768)) (-5 *4 (-1 *1 (-641 *1))) (-4 *1 (-430 *5)) (-4 *5 (-847)) (-4 *5 (-1046)))) (-2633 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-768)) (-5 *4 (-1 *1 *1)) (-4 *1 (-430 *5)) (-4 *5 (-847)) (-4 *5 (-1046)))) (-2511 (*1 *1 *2) (-12 (-5 *2 (-418 *1)) (-4 *1 (-430 *3)) (-4 *3 (-556)) (-4 *3 (-847)))) (-3693 (*1 *2 *1) (-12 (-4 *3 (-556)) (-4 *3 (-847)) (-5 *2 (-1119 *3 (-610 *1))) (-4 *1 (-430 *3)))) (-2644 (*1 *1 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)) (-4 *2 (-556)))) (-1823 (*1 *1 *2 *2) (-12 (-5 *2 (-1119 *3 (-610 *1))) (-4 *3 (-556)) (-4 *3 (-847)) (-4 *1 (-430 *3)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-407 *3)) (-4 *3 (-556)) (-4 *3 (-847)) (-4 *1 (-430 *3)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-949 (-407 *3))) (-4 *3 (-556)) (-4 *3 (-847)) (-4 *1 (-430 *3)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-407 *3)))) (-4 *3 (-556)) (-4 *3 (-847)) (-4 *1 (-430 *3)))) (-3040 (*1 *2 *1 *3) (-12 (-5 *3 (-610 *1)) (-4 *1 (-430 *4)) (-4 *4 (-847)) (-4 *4 (-556)) (-5 *2 (-407 (-1166 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-430 *3)) (-4 *3 (-847)) (-4 *3 (-1106)))))
+(-13 (-302) (-1035 (-1170)) (-881 |t#1|) (-400 |t#1|) (-411 |t#1|) (-10 -8 (-15 -3326 ((-112) $)) (-15 -3341 (|t#1| $)) (-15 -3209 ((-641 (-1170)) $)) (-15 -3645 ($ (-1170) $)) (-15 -3645 ($ (-1170) $ $)) (-15 -3645 ($ (-1170) $ $ $)) (-15 -3645 ($ (-1170) $ $ $ $)) (-15 -3645 ($ (-1170) (-641 $))) (IF (|has| |t#1| (-612 (-536))) (PROGN (-6 (-612 (-536))) (-15 -2633 ($ $ (-1170))) (-15 -2633 ($ $ (-641 (-1170)))) (-15 -2633 ($ $)) (-15 -2633 ($ $ (-114) $ (-1170))) (-15 -2633 ($ $ (-641 (-114)) (-641 $) (-1170)))) |%noBranch|) (IF (|has| |t#1| (-1106)) (PROGN (-6 (-723)) (-15 ** ($ $ (-768))) (-15 -2955 ((-3 (-641 $) "failed") $)) (-15 -4059 ((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-473)) (-6 (-473)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -2512 ((-3 (-641 $) "failed") $)) (-15 -3847 ((-3 (-2 (|:| -2860 (-564)) (|:| |var| (-610 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-1046)) (PROGN (-6 (-1046)) (-6 (-1035 (-949 |t#1|))) (-6 (-897 (-1170))) (-6 (-377 |t#1|)) (-15 -1831 ($ (-1119 |t#1| (-610 $)))) (-15 -3678 ((-1119 |t#1| (-610 $)) $)) (-15 -4157 ($ $)) (-15 -4059 ((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $ (-114))) (-15 -4059 ((-3 (-2 (|:| |var| (-610 $)) (|:| -1558 (-564))) "failed") $ (-1170))) (-15 -2826 ((-3 (-2 (|:| |val| $) (|:| -1558 (-564))) "failed") $)) (-15 -2633 ($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ $)))) (-15 -2633 ($ $ (-641 (-1170)) (-641 (-768)) (-641 (-1 $ (-641 $))))) (-15 -2633 ($ $ (-1170) (-768) (-1 $ (-641 $)))) (-15 -2633 ($ $ (-1170) (-768) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-6 (-363)) (-6 (-1035 (-407 (-949 |t#1|)))) (-15 -2511 ($ (-418 $))) (-15 -3693 ((-1119 |t#1| (-610 $)) $)) (-15 -2644 ($ $)) (-15 -1823 ($ (-1119 |t#1| (-610 $)) (-1119 |t#1| (-610 $)))) (-15 -1831 ($ (-407 |t#1|))) (-15 -1831 ($ (-949 (-407 |t#1|)))) (-15 -1831 ($ (-407 (-949 (-407 |t#1|))))) (-15 -3040 ((-407 (-1166 $)) $ (-610 $))) (IF (|has| |t#1| (-1035 (-564))) (-6 (-1035 (-407 (-564)))) |%noBranch|)) |%noBranch|)))
+(((-21) -4078 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-21))) ((-23) -4078 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -4078 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 #0=(-407 (-564))) |has| |#1| (-556)) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-556)) ((-111 |#1| |#1|) |has| |#1| (-172)) ((-111 $ $) |has| |#1| (-556)) ((-131) -4078 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-21))) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-556))) ((-614 #1=(-407 (-949 |#1|))) |has| |#1| (-556)) ((-614 (-564)) -4078 (|has| |#1| (-1046)) (|has| |#1| (-1035 (-564))) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-614 #2=(-610 $)) . T) ((-614 #3=(-949 |#1|)) |has| |#1| (-1046)) ((-614 #4=(-1170)) . T) ((-614 |#1|) . T) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) |has| |#1| (-556)) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-612 (-889 (-379))) |has| |#1| (-612 (-889 (-379)))) ((-612 (-889 (-564))) |has| |#1| (-612 (-889 (-564)))) ((-243) |has| |#1| (-556)) ((-290) |has| |#1| (-556)) ((-307) |has| |#1| (-556)) ((-309 $) . T) ((-302) . T) ((-363) |has| |#1| (-556)) ((-377 |#1|) |has| |#1| (-1046)) ((-400 |#1|) . T) ((-411 |#1|) . T) ((-452) |has| |#1| (-556)) ((-473) |has| |#1| (-473)) ((-514 (-610 $) $) . T) ((-514 $ $) . T) ((-556) |has| |#1| (-556)) ((-644 #0#) |has| |#1| (-556)) ((-644 |#1|) |has| |#1| (-172)) ((-644 $) -4078 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-637 (-564)) -12 (|has| |#1| (-637 (-564))) (|has| |#1| (-1046))) ((-637 |#1|) |has| |#1| (-1046)) ((-714 #0#) |has| |#1| (-556)) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) -4078 (|has| |#1| (-1106)) (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-473)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-847) . T) ((-897 (-1170)) |has| |#1| (-1046)) ((-883 (-379)) |has| |#1| (-883 (-379))) ((-883 (-564)) |has| |#1| (-883 (-564))) ((-881 |#1|) . T) ((-917) |has| |#1| (-556)) ((-1035 (-407 (-564))) -4078 (|has| |#1| (-1035 (-407 (-564)))) (-12 (|has| |#1| (-556)) (|has| |#1| (-1035 (-564))))) ((-1035 #1#) |has| |#1| (-556)) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 #2#) . T) ((-1035 #3#) |has| |#1| (-1046)) ((-1035 #4#) . T) ((-1035 |#1|) . T) ((-1052 #0#) |has| |#1| (-556)) ((-1052 |#1|) |has| |#1| (-172)) ((-1052 $) |has| |#1| (-556)) ((-1046) -4078 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1053) -4078 (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1106) -4078 (|has| |#1| (-1106)) (|has| |#1| (-1046)) (|has| |#1| (-556)) (|has| |#1| (-473)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1094) . T) ((-1209) . T) ((-1213) |has| |#1| (-556)))
+((-1827 ((|#2| |#2| |#2|) 31)) (-1841 (((-114) (-114)) 43)) (-4316 ((|#2| |#2|) 63)) (-2704 ((|#2| |#2|) 66)) (-1888 ((|#2| |#2|) 30)) (-3573 ((|#2| |#2| |#2|) 33)) (-1551 ((|#2| |#2| |#2|) 35)) (-4296 ((|#2| |#2| |#2|) 32)) (-2773 ((|#2| |#2| |#2|) 34)) (-1322 (((-112) (-114)) 41)) (-4288 ((|#2| |#2|) 37)) (-4354 ((|#2| |#2|) 36)) (-1849 ((|#2| |#2|) 25)) (-2591 ((|#2| |#2| |#2|) 28) ((|#2| |#2|) 26)) (-2496 ((|#2| |#2| |#2|) 29)))
+(((-431 |#1| |#2|) (-10 -7 (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 -1849 (|#2| |#2|)) (-15 -2591 (|#2| |#2|)) (-15 -2591 (|#2| |#2| |#2|)) (-15 -2496 (|#2| |#2| |#2|)) (-15 -1888 (|#2| |#2|)) (-15 -1827 (|#2| |#2| |#2|)) (-15 -4296 (|#2| |#2| |#2|)) (-15 -3573 (|#2| |#2| |#2|)) (-15 -2773 (|#2| |#2| |#2|)) (-15 -1551 (|#2| |#2| |#2|)) (-15 -4354 (|#2| |#2|)) (-15 -4288 (|#2| |#2|)) (-15 -2704 (|#2| |#2|)) (-15 -4316 (|#2| |#2|))) (-13 (-847) (-556)) (-430 |#1|)) (T -431))
+((-4316 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2704 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-4288 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-4354 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-1551 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2773 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-3573 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-4296 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-1827 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-1888 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2496 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2591 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-2591 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-1849 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2)) (-4 *2 (-430 *3)))) (-1841 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *4)) (-4 *4 (-430 *3)))) (-1322 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-431 *4 *5)) (-4 *5 (-430 *4)))))
+(-10 -7 (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 -1849 (|#2| |#2|)) (-15 -2591 (|#2| |#2|)) (-15 -2591 (|#2| |#2| |#2|)) (-15 -2496 (|#2| |#2| |#2|)) (-15 -1888 (|#2| |#2|)) (-15 -1827 (|#2| |#2| |#2|)) (-15 -4296 (|#2| |#2| |#2|)) (-15 -3573 (|#2| |#2| |#2|)) (-15 -2773 (|#2| |#2| |#2|)) (-15 -1551 (|#2| |#2| |#2|)) (-15 -4354 (|#2| |#2|)) (-15 -4288 (|#2| |#2|)) (-15 -2704 (|#2| |#2|)) (-15 -4316 (|#2| |#2|)))
+((-1830 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1166 |#2|)) (|:| |pol2| (-1166 |#2|)) (|:| |prim| (-1166 |#2|))) |#2| |#2|) 105 (|has| |#2| (-27))) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-641 (-1166 |#2|))) (|:| |prim| (-1166 |#2|))) (-641 |#2|)) 68)))
+(((-432 |#1| |#2|) (-10 -7 (-15 -1830 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-641 (-1166 |#2|))) (|:| |prim| (-1166 |#2|))) (-641 |#2|))) (IF (|has| |#2| (-27)) (-15 -1830 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1166 |#2|)) (|:| |pol2| (-1166 |#2|)) (|:| |prim| (-1166 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-556) (-847) (-147)) (-430 |#1|)) (T -432))
+((-1830 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-556) (-847) (-147))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1166 *3)) (|:| |pol2| (-1166 *3)) (|:| |prim| (-1166 *3)))) (-5 *1 (-432 *4 *3)) (-4 *3 (-27)) (-4 *3 (-430 *4)))) (-1830 (*1 *2 *3) (-12 (-5 *3 (-641 *5)) (-4 *5 (-430 *4)) (-4 *4 (-13 (-556) (-847) (-147))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-641 (-1166 *5))) (|:| |prim| (-1166 *5)))) (-5 *1 (-432 *4 *5)))))
+(-10 -7 (-15 -1830 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-641 (-1166 |#2|))) (|:| |prim| (-1166 |#2|))) (-641 |#2|))) (IF (|has| |#2| (-27)) (-15 -1830 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1166 |#2|)) (|:| |pol2| (-1166 |#2|)) (|:| |prim| (-1166 |#2|))) |#2| |#2|)) |%noBranch|))
+((-4305 (((-1264)) 19)) (-2473 (((-1166 (-407 (-564))) |#2| (-610 |#2|)) 41) (((-407 (-564)) |#2|) 25)))
+(((-433 |#1| |#2|) (-10 -7 (-15 -2473 ((-407 (-564)) |#2|)) (-15 -2473 ((-1166 (-407 (-564))) |#2| (-610 |#2|))) (-15 -4305 ((-1264)))) (-13 (-847) (-556) (-1035 (-564))) (-430 |#1|)) (T -433))
+((-4305 (*1 *2) (-12 (-4 *3 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-1264)) (-5 *1 (-433 *3 *4)) (-4 *4 (-430 *3)))) (-2473 (*1 *2 *3 *4) (-12 (-5 *4 (-610 *3)) (-4 *3 (-430 *5)) (-4 *5 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-433 *5 *3)))) (-2473 (*1 *2 *3) (-12 (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-407 (-564))) (-5 *1 (-433 *4 *3)) (-4 *3 (-430 *4)))))
+(-10 -7 (-15 -2473 ((-407 (-564)) |#2|)) (-15 -2473 ((-1166 (-407 (-564))) |#2| (-610 |#2|))) (-15 -4305 ((-1264))))
+((-2020 (((-112) $) 32)) (-2059 (((-112) $) 34)) (-3604 (((-112) $) 35)) (-2455 (((-112) $) 38)) (-1966 (((-112) $) 33)) (-3826 (((-112) $) 37)) (-1831 (((-859) $) 20) (($ (-1152)) 31) (($ (-1170)) 26) (((-1170) $) 24) (((-1098) $) 23)) (-1362 (((-112) $) 36)) (-1702 (((-112) $ $) 17)))
+(((-434) (-13 (-611 (-859)) (-10 -8 (-15 -1831 ($ (-1152))) (-15 -1831 ($ (-1170))) (-15 -1831 ((-1170) $)) (-15 -1831 ((-1098) $)) (-15 -2020 ((-112) $)) (-15 -1966 ((-112) $)) (-15 -3604 ((-112) $)) (-15 -3826 ((-112) $)) (-15 -2455 ((-112) $)) (-15 -1362 ((-112) $)) (-15 -2059 ((-112) $)) (-15 -1702 ((-112) $ $))))) (T -434))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-434)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-434)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-434)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-434)))) (-2020 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-1966 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-3604 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-3826 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-2455 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-1362 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-2059 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))) (-1702 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
+(-13 (-611 (-859)) (-10 -8 (-15 -1831 ($ (-1152))) (-15 -1831 ($ (-1170))) (-15 -1831 ((-1170) $)) (-15 -1831 ((-1098) $)) (-15 -2020 ((-112) $)) (-15 -1966 ((-112) $)) (-15 -3604 ((-112) $)) (-15 -3826 ((-112) $)) (-15 -2455 ((-112) $)) (-15 -1362 ((-112) $)) (-15 -2059 ((-112) $)) (-15 -1702 ((-112) $ $))))
+((-3115 (((-3 (-418 (-1166 (-407 (-564)))) "failed") |#3|) 72)) (-2748 (((-418 |#3|) |#3|) 34)) (-3544 (((-3 (-418 (-1166 (-48))) "failed") |#3|) 46 (|has| |#2| (-1035 (-48))))) (-1497 (((-3 (|:| |overq| (-1166 (-407 (-564)))) (|:| |overan| (-1166 (-48))) (|:| -2105 (-112))) |#3|) 37)))
+(((-435 |#1| |#2| |#3|) (-10 -7 (-15 -2748 ((-418 |#3|) |#3|)) (-15 -3115 ((-3 (-418 (-1166 (-407 (-564)))) "failed") |#3|)) (-15 -1497 ((-3 (|:| |overq| (-1166 (-407 (-564)))) (|:| |overan| (-1166 (-48))) (|:| -2105 (-112))) |#3|)) (IF (|has| |#2| (-1035 (-48))) (-15 -3544 ((-3 (-418 (-1166 (-48))) "failed") |#3|)) |%noBranch|)) (-13 (-556) (-847) (-1035 (-564))) (-430 |#1|) (-1235 |#2|)) (T -435))
+((-3544 (*1 *2 *3) (|partial| -12 (-4 *5 (-1035 (-48))) (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4)) (-5 *2 (-418 (-1166 (-48)))) (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))) (-1497 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4)) (-5 *2 (-3 (|:| |overq| (-1166 (-407 (-564)))) (|:| |overan| (-1166 (-48))) (|:| -2105 (-112)))) (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))) (-3115 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4)) (-5 *2 (-418 (-1166 (-407 (-564))))) (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))) (-2748 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4)) (-5 *2 (-418 *3)) (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))))
+(-10 -7 (-15 -2748 ((-418 |#3|) |#3|)) (-15 -3115 ((-3 (-418 (-1166 (-407 (-564)))) "failed") |#3|)) (-15 -1497 ((-3 (|:| |overq| (-1166 (-407 (-564)))) (|:| |overan| (-1166 (-48))) (|:| -2105 (-112))) |#3|)) (IF (|has| |#2| (-1035 (-48))) (-15 -3544 ((-3 (-418 (-1166 (-48))) "failed") |#3|)) |%noBranch|))
+((-1817 (((-112) $ $) NIL)) (-3239 (((-1152) $ (-1152)) NIL)) (-1940 (($ $ (-1152)) NIL)) (-3218 (((-1152) $) NIL)) (-4258 (((-388) (-388) (-388)) 17) (((-388) (-388)) 15)) (-1669 (($ (-388)) NIL) (($ (-388) (-1152)) NIL)) (-1316 (((-388) $) NIL)) (-2723 (((-1152) $) NIL)) (-3455 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1976 (((-1264) (-1152)) 9)) (-2175 (((-1264) (-1152)) 10)) (-1590 (((-1264)) 11)) (-1831 (((-859) $) NIL)) (-1846 (($ $) 38)) (-1702 (((-112) $ $) NIL)))
+(((-436) (-13 (-364 (-388) (-1152)) (-10 -7 (-15 -4258 ((-388) (-388) (-388))) (-15 -4258 ((-388) (-388))) (-15 -1976 ((-1264) (-1152))) (-15 -2175 ((-1264) (-1152))) (-15 -1590 ((-1264)))))) (T -436))
+((-4258 (*1 *2 *2 *2) (-12 (-5 *2 (-388)) (-5 *1 (-436)))) (-4258 (*1 *2 *2) (-12 (-5 *2 (-388)) (-5 *1 (-436)))) (-1976 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-436)))) (-2175 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-436)))) (-1590 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-436)))))
+(-13 (-364 (-388) (-1152)) (-10 -7 (-15 -4258 ((-388) (-388) (-388))) (-15 -4258 ((-388) (-388))) (-15 -1976 ((-1264) (-1152))) (-15 -2175 ((-1264) (-1152))) (-15 -1590 ((-1264)))))
+((-1817 (((-112) $ $) NIL)) (-3144 (((-3 (|:| |fst| (-434)) (|:| -3495 "void")) $) 11)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2763 (($) 35)) (-4243 (($) 41)) (-1679 (($) 37)) (-2517 (($) 39)) (-2488 (($) 36)) (-2805 (($) 38)) (-2972 (($) 40)) (-3674 (((-112) $) 8)) (-1606 (((-641 (-949 (-564))) $) 19)) (-1842 (($ (-3 (|:| |fst| (-434)) (|:| -3495 "void")) (-641 (-1170)) (-112)) 29) (($ (-3 (|:| |fst| (-434)) (|:| -3495 "void")) (-641 (-949 (-564))) (-112)) 30)) (-1831 (((-859) $) 24) (($ (-434)) 32)) (-1702 (((-112) $ $) NIL)))
+(((-437) (-13 (-1094) (-10 -8 (-15 -1831 ($ (-434))) (-15 -3144 ((-3 (|:| |fst| (-434)) (|:| -3495 "void")) $)) (-15 -1606 ((-641 (-949 (-564))) $)) (-15 -3674 ((-112) $)) (-15 -1842 ($ (-3 (|:| |fst| (-434)) (|:| -3495 "void")) (-641 (-1170)) (-112))) (-15 -1842 ($ (-3 (|:| |fst| (-434)) (|:| -3495 "void")) (-641 (-949 (-564))) (-112))) (-15 -2763 ($)) (-15 -2488 ($)) (-15 -1679 ($)) (-15 -4243 ($)) (-15 -2805 ($)) (-15 -2517 ($)) (-15 -2972 ($))))) (T -437))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-434)) (-5 *1 (-437)))) (-3144 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-5 *1 (-437)))) (-1606 (*1 *2 *1) (-12 (-5 *2 (-641 (-949 (-564)))) (-5 *1 (-437)))) (-3674 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-437)))) (-1842 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-5 *3 (-641 (-1170))) (-5 *4 (-112)) (-5 *1 (-437)))) (-1842 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-112)) (-5 *1 (-437)))) (-2763 (*1 *1) (-5 *1 (-437))) (-2488 (*1 *1) (-5 *1 (-437))) (-1679 (*1 *1) (-5 *1 (-437))) (-4243 (*1 *1) (-5 *1 (-437))) (-2805 (*1 *1) (-5 *1 (-437))) (-2517 (*1 *1) (-5 *1 (-437))) (-2972 (*1 *1) (-5 *1 (-437))))
+(-13 (-1094) (-10 -8 (-15 -1831 ($ (-434))) (-15 -3144 ((-3 (|:| |fst| (-434)) (|:| -3495 "void")) $)) (-15 -1606 ((-641 (-949 (-564))) $)) (-15 -3674 ((-112) $)) (-15 -1842 ($ (-3 (|:| |fst| (-434)) (|:| -3495 "void")) (-641 (-1170)) (-112))) (-15 -1842 ($ (-3 (|:| |fst| (-434)) (|:| -3495 "void")) (-641 (-949 (-564))) (-112))) (-15 -2763 ($)) (-15 -2488 ($)) (-15 -1679 ($)) (-15 -4243 ($)) (-15 -2805 ($)) (-15 -2517 ($)) (-15 -2972 ($))))
+((-1817 (((-112) $ $) NIL)) (-1316 (((-1170) $) 8)) (-2723 (((-1152) $) 17)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 14)))
+(((-438 |#1|) (-13 (-1094) (-10 -8 (-15 -1316 ((-1170) $)))) (-1170)) (T -438))
+((-1316 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-438 *3)) (-14 *3 *2))))
+(-13 (-1094) (-10 -8 (-15 -1316 ((-1170) $))))
+((-1817 (((-112) $ $) NIL)) (-3080 (((-1112) $) 7)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 13)) (-1702 (((-112) $ $) 9)))
+(((-439) (-13 (-1094) (-10 -8 (-15 -3080 ((-1112) $))))) (T -439))
+((-3080 (*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-439)))))
+(-13 (-1094) (-10 -8 (-15 -3080 ((-1112) $))))
+((-3069 (((-1264) $) 7)) (-1831 (((-859) $) 8) (($ (-1259 (-695))) 14) (($ (-641 (-330))) 13) (($ (-330)) 12) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 11)))
(((-440) (-140)) (T -440))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-695))) (-4 *1 (-440)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-440)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-440)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) (-4 *1 (-440)))))
-(-13 (-395) (-10 -8 (-15 -1721 ($ (-1259 (-695)))) (-15 -1721 ($ (-641 (-330)))) (-15 -1721 ($ (-330))) (-15 -1721 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))))))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-695))) (-4 *1 (-440)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-440)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-440)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) (-4 *1 (-440)))))
+(-13 (-395) (-10 -8 (-15 -1831 ($ (-1259 (-695)))) (-15 -1831 ($ (-641 (-330)))) (-15 -1831 ($ (-330))) (-15 -1831 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))))))
(((-611 (-859)) . T) ((-395) . T) ((-1209) . T))
-((-2035 (((-3 $ "failed") (-1259 (-316 (-379)))) 21) (((-3 $ "failed") (-1259 (-316 (-564)))) 19) (((-3 $ "failed") (-1259 (-949 (-379)))) 17) (((-3 $ "failed") (-1259 (-949 (-564)))) 15) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 13) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 11)) (-3437 (($ (-1259 (-316 (-379)))) 22) (($ (-1259 (-316 (-564)))) 20) (($ (-1259 (-949 (-379)))) 18) (($ (-1259 (-949 (-564)))) 16) (($ (-1259 (-407 (-949 (-379))))) 14) (($ (-1259 (-407 (-949 (-564))))) 12)) (-1648 (((-1264) $) 7)) (-1721 (((-859) $) 8) (($ (-641 (-330))) 25) (($ (-330)) 24) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) 23)))
+((-2347 (((-3 $ "failed") (-1259 (-316 (-379)))) 21) (((-3 $ "failed") (-1259 (-316 (-564)))) 19) (((-3 $ "failed") (-1259 (-949 (-379)))) 17) (((-3 $ "failed") (-1259 (-949 (-564)))) 15) (((-3 $ "failed") (-1259 (-407 (-949 (-379))))) 13) (((-3 $ "failed") (-1259 (-407 (-949 (-564))))) 11)) (-2237 (($ (-1259 (-316 (-379)))) 22) (($ (-1259 (-316 (-564)))) 20) (($ (-1259 (-949 (-379)))) 18) (($ (-1259 (-949 (-564)))) 16) (($ (-1259 (-407 (-949 (-379))))) 14) (($ (-1259 (-407 (-949 (-564))))) 12)) (-3069 (((-1264) $) 7)) (-1831 (((-859) $) 8) (($ (-641 (-330))) 25) (($ (-330)) 24) (($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) 23)))
(((-441) (-140)) (T -441))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-441)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-441)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330))))) (-4 *1 (-441)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-1259 (-316 (-379)))) (-4 *1 (-441)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-316 (-379)))) (-4 *1 (-441)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-1259 (-316 (-564)))) (-4 *1 (-441)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-316 (-564)))) (-4 *1 (-441)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-1259 (-949 (-379)))) (-4 *1 (-441)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-949 (-379)))) (-4 *1 (-441)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-1259 (-949 (-564)))) (-4 *1 (-441)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-949 (-564)))) (-4 *1 (-441)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-1259 (-407 (-949 (-379))))) (-4 *1 (-441)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-407 (-949 (-379))))) (-4 *1 (-441)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-1259 (-407 (-949 (-564))))) (-4 *1 (-441)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-407 (-949 (-564))))) (-4 *1 (-441)))))
-(-13 (-395) (-10 -8 (-15 -1721 ($ (-641 (-330)))) (-15 -1721 ($ (-330))) (-15 -1721 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))) (-15 -3437 ($ (-1259 (-316 (-379))))) (-15 -2035 ((-3 $ "failed") (-1259 (-316 (-379))))) (-15 -3437 ($ (-1259 (-316 (-564))))) (-15 -2035 ((-3 $ "failed") (-1259 (-316 (-564))))) (-15 -3437 ($ (-1259 (-949 (-379))))) (-15 -2035 ((-3 $ "failed") (-1259 (-949 (-379))))) (-15 -3437 ($ (-1259 (-949 (-564))))) (-15 -2035 ((-3 $ "failed") (-1259 (-949 (-564))))) (-15 -3437 ($ (-1259 (-407 (-949 (-379)))))) (-15 -2035 ((-3 $ "failed") (-1259 (-407 (-949 (-379)))))) (-15 -3437 ($ (-1259 (-407 (-949 (-564)))))) (-15 -2035 ((-3 $ "failed") (-1259 (-407 (-949 (-564))))))))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-441)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-441)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330))))) (-4 *1 (-441)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-1259 (-316 (-379)))) (-4 *1 (-441)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-316 (-379)))) (-4 *1 (-441)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-1259 (-316 (-564)))) (-4 *1 (-441)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-316 (-564)))) (-4 *1 (-441)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-1259 (-949 (-379)))) (-4 *1 (-441)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-949 (-379)))) (-4 *1 (-441)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-1259 (-949 (-564)))) (-4 *1 (-441)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-949 (-564)))) (-4 *1 (-441)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-1259 (-407 (-949 (-379))))) (-4 *1 (-441)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-407 (-949 (-379))))) (-4 *1 (-441)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-1259 (-407 (-949 (-564))))) (-4 *1 (-441)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-1259 (-407 (-949 (-564))))) (-4 *1 (-441)))))
+(-13 (-395) (-10 -8 (-15 -1831 ($ (-641 (-330)))) (-15 -1831 ($ (-330))) (-15 -1831 ($ (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))) (-15 -2237 ($ (-1259 (-316 (-379))))) (-15 -2347 ((-3 $ "failed") (-1259 (-316 (-379))))) (-15 -2237 ($ (-1259 (-316 (-564))))) (-15 -2347 ((-3 $ "failed") (-1259 (-316 (-564))))) (-15 -2237 ($ (-1259 (-949 (-379))))) (-15 -2347 ((-3 $ "failed") (-1259 (-949 (-379))))) (-15 -2237 ($ (-1259 (-949 (-564))))) (-15 -2347 ((-3 $ "failed") (-1259 (-949 (-564))))) (-15 -2237 ($ (-1259 (-407 (-949 (-379)))))) (-15 -2347 ((-3 $ "failed") (-1259 (-407 (-949 (-379)))))) (-15 -2237 ($ (-1259 (-407 (-949 (-564)))))) (-15 -2347 ((-3 $ "failed") (-1259 (-407 (-949 (-564))))))))
(((-611 (-859)) . T) ((-395) . T) ((-1209) . T))
-((-3452 (((-112)) 18)) (-3603 (((-112) (-112)) 19)) (-2559 (((-112)) 14)) (-4056 (((-112) (-112)) 15)) (-2276 (((-112)) 16)) (-3567 (((-112) (-112)) 17)) (-2799 (((-918) (-918)) 22) (((-918)) 21)) (-4089 (((-768) (-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564))))) 51)) (-2314 (((-918) (-918)) 24) (((-918)) 23)) (-4111 (((-2 (|:| -3914 (-564)) (|:| -2798 (-641 |#1|))) |#1|) 94)) (-2542 (((-418 |#1|) (-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564))))))) 174)) (-3030 (((-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))) |#1| (-112)) 207)) (-3909 (((-418 |#1|) |#1| (-768) (-768)) 222) (((-418 |#1|) |#1| (-641 (-768)) (-768)) 219) (((-418 |#1|) |#1| (-641 (-768))) 221) (((-418 |#1|) |#1| (-768)) 220) (((-418 |#1|) |#1|) 218)) (-2106 (((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768) (-112)) 224) (((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768)) 225) (((-3 |#1| "failed") (-918) |#1| (-641 (-768))) 227) (((-3 |#1| "failed") (-918) |#1| (-768)) 226) (((-3 |#1| "failed") (-918) |#1|) 228)) (-4020 (((-418 |#1|) |#1| (-768) (-768)) 217) (((-418 |#1|) |#1| (-641 (-768)) (-768)) 213) (((-418 |#1|) |#1| (-641 (-768))) 215) (((-418 |#1|) |#1| (-768)) 214) (((-418 |#1|) |#1|) 212)) (-1298 (((-112) |#1|) 43)) (-3929 (((-734 (-768)) (-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564))))) 99)) (-3542 (((-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))) |#1| (-112) (-1096 (-768)) (-768)) 211)))
-(((-442 |#1|) (-10 -7 (-15 -2542 ((-418 |#1|) (-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))))) (-15 -3929 ((-734 (-768)) (-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564)))))) (-15 -2314 ((-918))) (-15 -2314 ((-918) (-918))) (-15 -2799 ((-918))) (-15 -2799 ((-918) (-918))) (-15 -4089 ((-768) (-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564)))))) (-15 -4111 ((-2 (|:| -3914 (-564)) (|:| -2798 (-641 |#1|))) |#1|)) (-15 -3452 ((-112))) (-15 -3603 ((-112) (-112))) (-15 -2559 ((-112))) (-15 -4056 ((-112) (-112))) (-15 -1298 ((-112) |#1|)) (-15 -2276 ((-112))) (-15 -3567 ((-112) (-112))) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -4020 ((-418 |#1|) |#1| (-768))) (-15 -4020 ((-418 |#1|) |#1| (-641 (-768)))) (-15 -4020 ((-418 |#1|) |#1| (-641 (-768)) (-768))) (-15 -4020 ((-418 |#1|) |#1| (-768) (-768))) (-15 -3909 ((-418 |#1|) |#1|)) (-15 -3909 ((-418 |#1|) |#1| (-768))) (-15 -3909 ((-418 |#1|) |#1| (-641 (-768)))) (-15 -3909 ((-418 |#1|) |#1| (-641 (-768)) (-768))) (-15 -3909 ((-418 |#1|) |#1| (-768) (-768))) (-15 -2106 ((-3 |#1| "failed") (-918) |#1|)) (-15 -2106 ((-3 |#1| "failed") (-918) |#1| (-768))) (-15 -2106 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)))) (-15 -2106 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768))) (-15 -2106 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768) (-112))) (-15 -3030 ((-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))) |#1| (-112))) (-15 -3542 ((-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))) |#1| (-112) (-1096 (-768)) (-768)))) (-1235 (-564))) (T -442))
-((-3542 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-112)) (-5 *5 (-1096 (-768))) (-5 *6 (-768)) (-5 *2 (-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| *3) (|:| -1395 (-564))))))) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3030 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| *3) (|:| -1395 (-564))))))) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2106 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *5 (-768)) (-5 *6 (-112)) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564))))) (-2106 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *5 (-768)) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564))))) (-2106 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564))))) (-2106 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-918)) (-5 *4 (-768)) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564))))) (-2106 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-918)) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564))))) (-3909 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3909 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-641 (-768))) (-5 *5 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3909 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-768))) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3909 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3909 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4020 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4020 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-641 (-768))) (-5 *5 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4020 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-768))) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4020 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4020 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3567 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2276 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-1298 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4056 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2559 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3603 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3452 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4111 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3914 (-564)) (|:| -2798 (-641 *3)))) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4089 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -4020 *4) (|:| -4341 (-564))))) (-4 *4 (-1235 (-564))) (-5 *2 (-768)) (-5 *1 (-442 *4)))) (-2799 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2799 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2314 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2314 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3929 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -4020 *4) (|:| -4341 (-564))))) (-4 *4 (-1235 (-564))) (-5 *2 (-734 (-768))) (-5 *1 (-442 *4)))) (-2542 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| *4) (|:| -1395 (-564))))))) (-4 *4 (-1235 (-564))) (-5 *2 (-418 *4)) (-5 *1 (-442 *4)))))
-(-10 -7 (-15 -2542 ((-418 |#1|) (-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))))) (-15 -3929 ((-734 (-768)) (-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564)))))) (-15 -2314 ((-918))) (-15 -2314 ((-918) (-918))) (-15 -2799 ((-918))) (-15 -2799 ((-918) (-918))) (-15 -4089 ((-768) (-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564)))))) (-15 -4111 ((-2 (|:| -3914 (-564)) (|:| -2798 (-641 |#1|))) |#1|)) (-15 -3452 ((-112))) (-15 -3603 ((-112) (-112))) (-15 -2559 ((-112))) (-15 -4056 ((-112) (-112))) (-15 -1298 ((-112) |#1|)) (-15 -2276 ((-112))) (-15 -3567 ((-112) (-112))) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -4020 ((-418 |#1|) |#1| (-768))) (-15 -4020 ((-418 |#1|) |#1| (-641 (-768)))) (-15 -4020 ((-418 |#1|) |#1| (-641 (-768)) (-768))) (-15 -4020 ((-418 |#1|) |#1| (-768) (-768))) (-15 -3909 ((-418 |#1|) |#1|)) (-15 -3909 ((-418 |#1|) |#1| (-768))) (-15 -3909 ((-418 |#1|) |#1| (-641 (-768)))) (-15 -3909 ((-418 |#1|) |#1| (-641 (-768)) (-768))) (-15 -3909 ((-418 |#1|) |#1| (-768) (-768))) (-15 -2106 ((-3 |#1| "failed") (-918) |#1|)) (-15 -2106 ((-3 |#1| "failed") (-918) |#1| (-768))) (-15 -2106 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)))) (-15 -2106 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768))) (-15 -2106 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768) (-112))) (-15 -3030 ((-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))) |#1| (-112))) (-15 -3542 ((-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))) |#1| (-112) (-1096 (-768)) (-768))))
-((-1583 (((-564) |#2|) 52) (((-564) |#2| (-768)) 51)) (-2359 (((-564) |#2|) 67)) (-1612 ((|#3| |#2|) 26)) (-2471 ((|#3| |#2| (-918)) 15)) (-2088 ((|#3| |#2|) 16)) (-2152 ((|#3| |#2|) 9)) (-1703 ((|#3| |#2|) 10)) (-2823 ((|#3| |#2| (-918)) 74) ((|#3| |#2|) 34)) (-1323 (((-564) |#2|) 69)))
-(((-443 |#1| |#2| |#3|) (-10 -7 (-15 -1323 ((-564) |#2|)) (-15 -2823 (|#3| |#2|)) (-15 -2823 (|#3| |#2| (-918))) (-15 -2359 ((-564) |#2|)) (-15 -1583 ((-564) |#2| (-768))) (-15 -1583 ((-564) |#2|)) (-15 -2471 (|#3| |#2| (-918))) (-15 -1612 (|#3| |#2|)) (-15 -2152 (|#3| |#2|)) (-15 -1703 (|#3| |#2|)) (-15 -2088 (|#3| |#2|))) (-1046) (-1235 |#1|) (-13 (-404) (-1035 |#1|) (-363) (-1194) (-284))) (T -443))
-((-2088 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))) (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))) (-1703 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))) (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))) (-2152 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))) (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))) (-1612 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))) (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))) (-2471 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *2 (-13 (-404) (-1035 *5) (-363) (-1194) (-284))) (-5 *1 (-443 *5 *3 *2)) (-4 *3 (-1235 *5)))) (-1583 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5)) (-4 *3 (-1235 *4)) (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))) (-1583 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *5 *3 *6)) (-4 *3 (-1235 *5)) (-4 *6 (-13 (-404) (-1035 *5) (-363) (-1194) (-284))))) (-2359 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5)) (-4 *3 (-1235 *4)) (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))) (-2823 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *2 (-13 (-404) (-1035 *5) (-363) (-1194) (-284))) (-5 *1 (-443 *5 *3 *2)) (-4 *3 (-1235 *5)))) (-2823 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))) (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))) (-1323 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5)) (-4 *3 (-1235 *4)) (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))))
-(-10 -7 (-15 -1323 ((-564) |#2|)) (-15 -2823 (|#3| |#2|)) (-15 -2823 (|#3| |#2| (-918))) (-15 -2359 ((-564) |#2|)) (-15 -1583 ((-564) |#2| (-768))) (-15 -1583 ((-564) |#2|)) (-15 -2471 (|#3| |#2| (-918))) (-15 -1612 (|#3| |#2|)) (-15 -2152 (|#3| |#2|)) (-15 -1703 (|#3| |#2|)) (-15 -2088 (|#3| |#2|)))
-((-3461 ((|#2| (-1259 |#1|)) 45)) (-2474 ((|#2| |#2| |#1|) 61)) (-1488 ((|#2| |#2| |#1|) 53)) (-2460 ((|#2| |#2|) 49)) (-3110 (((-112) |#2|) 36)) (-4106 (((-641 |#2|) (-918) (-418 |#2|)) 24)) (-2106 ((|#2| (-918) (-418 |#2|)) 28)) (-3929 (((-734 (-768)) (-418 |#2|)) 33)))
-(((-444 |#1| |#2|) (-10 -7 (-15 -3110 ((-112) |#2|)) (-15 -3461 (|#2| (-1259 |#1|))) (-15 -2460 (|#2| |#2|)) (-15 -1488 (|#2| |#2| |#1|)) (-15 -2474 (|#2| |#2| |#1|)) (-15 -3929 ((-734 (-768)) (-418 |#2|))) (-15 -2106 (|#2| (-918) (-418 |#2|))) (-15 -4106 ((-641 |#2|) (-918) (-418 |#2|)))) (-1046) (-1235 |#1|)) (T -444))
-((-4106 (*1 *2 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-418 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-1046)) (-5 *2 (-641 *6)) (-5 *1 (-444 *5 *6)))) (-2106 (*1 *2 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-418 *2)) (-4 *2 (-1235 *5)) (-5 *1 (-444 *5 *2)) (-4 *5 (-1046)))) (-3929 (*1 *2 *3) (-12 (-5 *3 (-418 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-1046)) (-5 *2 (-734 (-768))) (-5 *1 (-444 *4 *5)))) (-2474 (*1 *2 *2 *3) (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3)))) (-1488 (*1 *2 *2 *3) (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3)))) (-2460 (*1 *2 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3)))) (-3461 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-1046)) (-4 *2 (-1235 *4)) (-5 *1 (-444 *4 *2)))) (-3110 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-5 *2 (-112)) (-5 *1 (-444 *4 *3)) (-4 *3 (-1235 *4)))))
-(-10 -7 (-15 -3110 ((-112) |#2|)) (-15 -3461 (|#2| (-1259 |#1|))) (-15 -2460 (|#2| |#2|)) (-15 -1488 (|#2| |#2| |#1|)) (-15 -2474 (|#2| |#2| |#1|)) (-15 -3929 ((-734 (-768)) (-418 |#2|))) (-15 -2106 (|#2| (-918) (-418 |#2|))) (-15 -4106 ((-641 |#2|) (-918) (-418 |#2|))))
-((-2353 (((-768)) 57)) (-2421 (((-768)) 29 (|has| |#1| (-404))) (((-768) (-768)) 28 (|has| |#1| (-404)))) (-3968 (((-564) |#1|) 25 (|has| |#1| (-404)))) (-3854 (((-564) |#1|) 27 (|has| |#1| (-404)))) (-2892 (((-768)) 56) (((-768) (-768)) 55)) (-3757 ((|#1| (-768) (-564)) 36)) (-3775 (((-1264)) 59)))
-(((-445 |#1|) (-10 -7 (-15 -3757 (|#1| (-768) (-564))) (-15 -2892 ((-768) (-768))) (-15 -2892 ((-768))) (-15 -2353 ((-768))) (-15 -3775 ((-1264))) (IF (|has| |#1| (-404)) (PROGN (-15 -3854 ((-564) |#1|)) (-15 -3968 ((-564) |#1|)) (-15 -2421 ((-768) (-768))) (-15 -2421 ((-768)))) |%noBranch|)) (-1046)) (T -445))
-((-2421 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))) (-2421 (*1 *2 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))) (-3968 (*1 *2 *3) (-12 (-5 *2 (-564)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))) (-3854 (*1 *2 *3) (-12 (-5 *2 (-564)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))) (-3775 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))) (-2353 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))) (-2892 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))) (-2892 (*1 *2 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))) (-3757 (*1 *2 *3 *4) (-12 (-5 *3 (-768)) (-5 *4 (-564)) (-5 *1 (-445 *2)) (-4 *2 (-1046)))))
-(-10 -7 (-15 -3757 (|#1| (-768) (-564))) (-15 -2892 ((-768) (-768))) (-15 -2892 ((-768))) (-15 -2353 ((-768))) (-15 -3775 ((-1264))) (IF (|has| |#1| (-404)) (PROGN (-15 -3854 ((-564) |#1|)) (-15 -3968 ((-564) |#1|)) (-15 -2421 ((-768) (-768))) (-15 -2421 ((-768)))) |%noBranch|))
-((-4286 (((-641 (-564)) (-564)) 75)) (-2941 (((-112) (-169 (-564))) 81)) (-4020 (((-418 (-169 (-564))) (-169 (-564))) 74)))
-(((-446) (-10 -7 (-15 -4020 ((-418 (-169 (-564))) (-169 (-564)))) (-15 -4286 ((-641 (-564)) (-564))) (-15 -2941 ((-112) (-169 (-564)))))) (T -446))
-((-2941 (*1 *2 *3) (-12 (-5 *3 (-169 (-564))) (-5 *2 (-112)) (-5 *1 (-446)))) (-4286 (*1 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-446)) (-5 *3 (-564)))) (-4020 (*1 *2 *3) (-12 (-5 *2 (-418 (-169 (-564)))) (-5 *1 (-446)) (-5 *3 (-169 (-564))))))
-(-10 -7 (-15 -4020 ((-418 (-169 (-564))) (-169 (-564)))) (-15 -4286 ((-641 (-564)) (-564))) (-15 -2941 ((-112) (-169 (-564)))))
-((-2914 ((|#4| |#4| (-641 |#4|)) 80)) (-4302 (((-641 |#4|) (-641 |#4|) (-1152) (-1152)) 22) (((-641 |#4|) (-641 |#4|) (-1152)) 21) (((-641 |#4|) (-641 |#4|)) 13)))
-(((-447 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2914 (|#4| |#4| (-641 |#4|))) (-15 -4302 ((-641 |#4|) (-641 |#4|))) (-15 -4302 ((-641 |#4|) (-641 |#4|) (-1152))) (-15 -4302 ((-641 |#4|) (-641 |#4|) (-1152) (-1152)))) (-307) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -447))
-((-4302 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-307)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-447 *4 *5 *6 *7)))) (-4302 (*1 *2 *2 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-307)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-447 *4 *5 *6 *7)))) (-4302 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-447 *3 *4 *5 *6)))) (-2914 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-307)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-447 *4 *5 *6 *2)))))
-(-10 -7 (-15 -2914 (|#4| |#4| (-641 |#4|))) (-15 -4302 ((-641 |#4|) (-641 |#4|))) (-15 -4302 ((-641 |#4|) (-641 |#4|) (-1152))) (-15 -4302 ((-641 |#4|) (-641 |#4|) (-1152) (-1152))))
-((-2554 (((-641 (-641 |#4|)) (-641 |#4|) (-112)) 89) (((-641 (-641 |#4|)) (-641 |#4|)) 88) (((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|) (-112)) 82) (((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|)) 83)) (-3109 (((-641 (-641 |#4|)) (-641 |#4|) (-112)) 54) (((-641 (-641 |#4|)) (-641 |#4|)) 75)))
-(((-448 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3109 ((-641 (-641 |#4|)) (-641 |#4|))) (-15 -3109 ((-641 (-641 |#4|)) (-641 |#4|) (-112))) (-15 -2554 ((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|))) (-15 -2554 ((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|) (-112))) (-15 -2554 ((-641 (-641 |#4|)) (-641 |#4|))) (-15 -2554 ((-641 (-641 |#4|)) (-641 |#4|) (-112)))) (-13 (-307) (-147)) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -448))
-((-2554 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8))) (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8)))) (-2554 (*1 *2 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7))) (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-2554 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8))) (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8)))) (-2554 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7))) (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-3109 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8))) (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8)))) (-3109 (*1 *2 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7))) (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
-(-10 -7 (-15 -3109 ((-641 (-641 |#4|)) (-641 |#4|))) (-15 -3109 ((-641 (-641 |#4|)) (-641 |#4|) (-112))) (-15 -2554 ((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|))) (-15 -2554 ((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|) (-112))) (-15 -2554 ((-641 (-641 |#4|)) (-641 |#4|))) (-15 -2554 ((-641 (-641 |#4|)) (-641 |#4|) (-112))))
-((-1525 (((-768) |#4|) 12)) (-1794 (((-641 (-2 (|:| |totdeg| (-768)) (|:| -2107 |#4|))) |#4| (-768) (-641 (-2 (|:| |totdeg| (-768)) (|:| -2107 |#4|)))) 38)) (-3780 (((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 49)) (-1719 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 52)) (-3773 ((|#4| |#4| (-641 |#4|)) 54)) (-2149 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-641 |#4|)) 96)) (-3048 (((-1264) |#4|) 59)) (-3810 (((-1264) (-641 |#4|)) 69)) (-2484 (((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564)) 66)) (-2251 (((-1264) (-564)) 111)) (-2769 (((-641 |#4|) (-641 |#4|)) 103)) (-2522 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-768)) (|:| -2107 |#4|)) |#4| (-768)) 31)) (-1523 (((-564) |#4|) 108)) (-1580 ((|#4| |#4|) 36)) (-1309 (((-641 |#4|) (-641 |#4|) (-564) (-564)) 74)) (-2789 (((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564) (-564)) 124)) (-4220 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 20)) (-1894 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 78)) (-4027 (((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 76)) (-3321 (((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 47)) (-2432 (((-112) |#2| |#2|) 75)) (-2022 (((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 48)) (-3370 (((-112) |#2| |#2| |#2| |#2|) 80)) (-2612 ((|#4| |#4| (-641 |#4|)) 97)))
-(((-449 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2612 (|#4| |#4| (-641 |#4|))) (-15 -3773 (|#4| |#4| (-641 |#4|))) (-15 -1309 ((-641 |#4|) (-641 |#4|) (-564) (-564))) (-15 -1894 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2432 ((-112) |#2| |#2|)) (-15 -3370 ((-112) |#2| |#2| |#2| |#2|)) (-15 -2022 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3321 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4027 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2149 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-641 |#4|))) (-15 -1580 (|#4| |#4|)) (-15 -1794 ((-641 (-2 (|:| |totdeg| (-768)) (|:| -2107 |#4|))) |#4| (-768) (-641 (-2 (|:| |totdeg| (-768)) (|:| -2107 |#4|))))) (-15 -1719 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3780 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2769 ((-641 |#4|) (-641 |#4|))) (-15 -1523 ((-564) |#4|)) (-15 -3048 ((-1264) |#4|)) (-15 -2484 ((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564))) (-15 -2789 ((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564) (-564))) (-15 -3810 ((-1264) (-641 |#4|))) (-15 -2251 ((-1264) (-564))) (-15 -4220 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2522 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-768)) (|:| -2107 |#4|)) |#4| (-768))) (-15 -1525 ((-768) |#4|))) (-452) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -449))
-((-1525 (*1 *2 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-768)) (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))) (-2522 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-768)) (|:| -2107 *4))) (-5 *5 (-768)) (-4 *4 (-946 *6 *7 *8)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-449 *6 *7 *8 *4)))) (-4220 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-790)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-449 *4 *5 *6 *7)))) (-2251 (*1 *2 *3) (-12 (-5 *3 (-564)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1264)) (-5 *1 (-449 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))) (-3810 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1264)) (-5 *1 (-449 *4 *5 *6 *7)))) (-2789 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-768)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-790)) (-4 *4 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *7 (-847)) (-5 *1 (-449 *5 *6 *7 *4)))) (-2484 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-768)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-790)) (-4 *4 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *7 (-847)) (-5 *1 (-449 *5 *6 *7 *4)))) (-3048 (*1 *2 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1264)) (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))) (-1523 (*1 *2 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-564)) (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))) (-2769 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-449 *3 *4 *5 *6)))) (-3780 (*1 *2 *2 *2) (-12 (-5 *2 (-641 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-768)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-790)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *5 (-847)) (-5 *1 (-449 *3 *4 *5 *6)))) (-1719 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-790)) (-4 *2 (-946 *4 *5 *6)) (-5 *1 (-449 *4 *5 *6 *2)) (-4 *4 (-452)) (-4 *6 (-847)))) (-1794 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-641 (-2 (|:| |totdeg| (-768)) (|:| -2107 *3)))) (-5 *4 (-768)) (-4 *3 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-449 *5 *6 *7 *3)))) (-1580 (*1 *2 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-449 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5)))) (-2149 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-449 *5 *6 *7 *3)))) (-4027 (*1 *2 *3 *2) (-12 (-5 *2 (-641 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-768)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-790)) (-4 *6 (-946 *4 *3 *5)) (-4 *4 (-452)) (-4 *5 (-847)) (-5 *1 (-449 *4 *3 *5 *6)))) (-3321 (*1 *2 *2) (-12 (-5 *2 (-641 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-768)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-790)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *5 (-847)) (-5 *1 (-449 *3 *4 *5 *6)))) (-2022 (*1 *2 *3 *2) (-12 (-5 *2 (-641 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-790)) (-4 *3 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *3)))) (-3370 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-452)) (-4 *3 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-449 *4 *3 *5 *6)) (-4 *6 (-946 *4 *3 *5)))) (-2432 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *3 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-449 *4 *3 *5 *6)) (-4 *6 (-946 *4 *3 *5)))) (-1894 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-790)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-449 *4 *5 *6 *7)))) (-1309 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-564)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *7)))) (-3773 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *2)))) (-2612 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *2)))))
-(-10 -7 (-15 -2612 (|#4| |#4| (-641 |#4|))) (-15 -3773 (|#4| |#4| (-641 |#4|))) (-15 -1309 ((-641 |#4|) (-641 |#4|) (-564) (-564))) (-15 -1894 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2432 ((-112) |#2| |#2|)) (-15 -3370 ((-112) |#2| |#2| |#2| |#2|)) (-15 -2022 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3321 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4027 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2149 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-641 |#4|))) (-15 -1580 (|#4| |#4|)) (-15 -1794 ((-641 (-2 (|:| |totdeg| (-768)) (|:| -2107 |#4|))) |#4| (-768) (-641 (-2 (|:| |totdeg| (-768)) (|:| -2107 |#4|))))) (-15 -1719 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3780 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2769 ((-641 |#4|) (-641 |#4|))) (-15 -1523 ((-564) |#4|)) (-15 -3048 ((-1264) |#4|)) (-15 -2484 ((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564))) (-15 -2789 ((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564) (-564))) (-15 -3810 ((-1264) (-641 |#4|))) (-15 -2251 ((-1264) (-564))) (-15 -4220 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2522 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-768)) (|:| -2107 |#4|)) |#4| (-768))) (-15 -1525 ((-768) |#4|)))
-((-2246 ((|#4| |#4| (-641 |#4|)) 20 (|has| |#1| (-363)))) (-3497 (((-641 |#4|) (-641 |#4|) (-1152) (-1152)) 46) (((-641 |#4|) (-641 |#4|) (-1152)) 45) (((-641 |#4|) (-641 |#4|)) 34)))
-(((-450 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3497 ((-641 |#4|) (-641 |#4|))) (-15 -3497 ((-641 |#4|) (-641 |#4|) (-1152))) (-15 -3497 ((-641 |#4|) (-641 |#4|) (-1152) (-1152))) (IF (|has| |#1| (-363)) (-15 -2246 (|#4| |#4| (-641 |#4|))) |%noBranch|)) (-452) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -450))
-((-2246 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-363)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-450 *4 *5 *6 *2)))) (-3497 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-450 *4 *5 *6 *7)))) (-3497 (*1 *2 *2 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-450 *4 *5 *6 *7)))) (-3497 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-450 *3 *4 *5 *6)))))
-(-10 -7 (-15 -3497 ((-641 |#4|) (-641 |#4|))) (-15 -3497 ((-641 |#4|) (-641 |#4|) (-1152))) (-15 -3497 ((-641 |#4|) (-641 |#4|) (-1152) (-1152))) (IF (|has| |#1| (-363)) (-15 -2246 (|#4| |#4| (-641 |#4|))) |%noBranch|))
-((-3340 (($ $ $) 14) (($ (-641 $)) 21)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 48)) (-3377 (($ $ $) NIL) (($ (-641 $)) 22)))
-(((-451 |#1|) (-10 -8 (-15 -4336 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -3340 (|#1| (-641 |#1|))) (-15 -3340 (|#1| |#1| |#1|)) (-15 -3377 (|#1| (-641 |#1|))) (-15 -3377 (|#1| |#1| |#1|))) (-452)) (T -451))
-NIL
-(-10 -8 (-15 -4336 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -3340 (|#1| (-641 |#1|))) (-15 -3340 (|#1| |#1| |#1|)) (-15 -3377 (|#1| (-641 |#1|))) (-15 -3377 (|#1| |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-2628 (((-3 $ "failed") $ $) 43)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-3971 (((-112)) 18)) (-3056 (((-112) (-112)) 19)) (-2158 (((-112)) 14)) (-1969 (((-112) (-112)) 15)) (-2437 (((-112)) 16)) (-2715 (((-112) (-112)) 17)) (-3845 (((-918) (-918)) 22) (((-918)) 21)) (-4185 (((-768) (-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564))))) 51)) (-1535 (((-918) (-918)) 24) (((-918)) 23)) (-4357 (((-2 (|:| -3053 (-564)) (|:| -3840 (-641 |#1|))) |#1|) 94)) (-2004 (((-418 |#1|) (-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564))))))) 174)) (-2185 (((-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))) |#1| (-112)) 207)) (-2999 (((-418 |#1|) |#1| (-768) (-768)) 222) (((-418 |#1|) |#1| (-641 (-768)) (-768)) 219) (((-418 |#1|) |#1| (-641 (-768))) 221) (((-418 |#1|) |#1| (-768)) 220) (((-418 |#1|) |#1|) 218)) (-3183 (((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768) (-112)) 224) (((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768)) 225) (((-3 |#1| "failed") (-918) |#1| (-641 (-768))) 227) (((-3 |#1| "failed") (-918) |#1| (-768)) 226) (((-3 |#1| "failed") (-918) |#1|) 228)) (-3070 (((-418 |#1|) |#1| (-768) (-768)) 217) (((-418 |#1|) |#1| (-641 (-768)) (-768)) 213) (((-418 |#1|) |#1| (-641 (-768))) 215) (((-418 |#1|) |#1| (-768)) 214) (((-418 |#1|) |#1|) 212)) (-4200 (((-112) |#1|) 43)) (-3201 (((-734 (-768)) (-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564))))) 99)) (-3704 (((-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))) |#1| (-112) (-1096 (-768)) (-768)) 211)))
+(((-442 |#1|) (-10 -7 (-15 -2004 ((-418 |#1|) (-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))))) (-15 -3201 ((-734 (-768)) (-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564)))))) (-15 -1535 ((-918))) (-15 -1535 ((-918) (-918))) (-15 -3845 ((-918))) (-15 -3845 ((-918) (-918))) (-15 -4185 ((-768) (-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564)))))) (-15 -4357 ((-2 (|:| -3053 (-564)) (|:| -3840 (-641 |#1|))) |#1|)) (-15 -3971 ((-112))) (-15 -3056 ((-112) (-112))) (-15 -2158 ((-112))) (-15 -1969 ((-112) (-112))) (-15 -4200 ((-112) |#1|)) (-15 -2437 ((-112))) (-15 -2715 ((-112) (-112))) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -3070 ((-418 |#1|) |#1| (-768))) (-15 -3070 ((-418 |#1|) |#1| (-641 (-768)))) (-15 -3070 ((-418 |#1|) |#1| (-641 (-768)) (-768))) (-15 -3070 ((-418 |#1|) |#1| (-768) (-768))) (-15 -2999 ((-418 |#1|) |#1|)) (-15 -2999 ((-418 |#1|) |#1| (-768))) (-15 -2999 ((-418 |#1|) |#1| (-641 (-768)))) (-15 -2999 ((-418 |#1|) |#1| (-641 (-768)) (-768))) (-15 -2999 ((-418 |#1|) |#1| (-768) (-768))) (-15 -3183 ((-3 |#1| "failed") (-918) |#1|)) (-15 -3183 ((-3 |#1| "failed") (-918) |#1| (-768))) (-15 -3183 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)))) (-15 -3183 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768))) (-15 -3183 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768) (-112))) (-15 -2185 ((-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))) |#1| (-112))) (-15 -3704 ((-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))) |#1| (-112) (-1096 (-768)) (-768)))) (-1235 (-564))) (T -442))
+((-3704 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-112)) (-5 *5 (-1096 (-768))) (-5 *6 (-768)) (-5 *2 (-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| *3) (|:| -1874 (-564))))))) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2185 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| *3) (|:| -1874 (-564))))))) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3183 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *5 (-768)) (-5 *6 (-112)) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564))))) (-3183 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *5 (-768)) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564))))) (-3183 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564))))) (-3183 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-918)) (-5 *4 (-768)) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564))))) (-3183 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-918)) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564))))) (-2999 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2999 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-641 (-768))) (-5 *5 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2999 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-768))) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2999 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2999 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3070 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3070 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-641 (-768))) (-5 *5 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-768))) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3070 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2715 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2437 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4200 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-1969 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-2158 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3056 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3971 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4357 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3053 (-564)) (|:| -3840 (-641 *3)))) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-4185 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3070 *4) (|:| -1619 (-564))))) (-4 *4 (-1235 (-564))) (-5 *2 (-768)) (-5 *1 (-442 *4)))) (-3845 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3845 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-1535 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-1535 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))) (-3201 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3070 *4) (|:| -1619 (-564))))) (-4 *4 (-1235 (-564))) (-5 *2 (-734 (-768))) (-5 *1 (-442 *4)))) (-2004 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| *4) (|:| -1874 (-564))))))) (-4 *4 (-1235 (-564))) (-5 *2 (-418 *4)) (-5 *1 (-442 *4)))))
+(-10 -7 (-15 -2004 ((-418 |#1|) (-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))))) (-15 -3201 ((-734 (-768)) (-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564)))))) (-15 -1535 ((-918))) (-15 -1535 ((-918) (-918))) (-15 -3845 ((-918))) (-15 -3845 ((-918) (-918))) (-15 -4185 ((-768) (-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564)))))) (-15 -4357 ((-2 (|:| -3053 (-564)) (|:| -3840 (-641 |#1|))) |#1|)) (-15 -3971 ((-112))) (-15 -3056 ((-112) (-112))) (-15 -2158 ((-112))) (-15 -1969 ((-112) (-112))) (-15 -4200 ((-112) |#1|)) (-15 -2437 ((-112))) (-15 -2715 ((-112) (-112))) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -3070 ((-418 |#1|) |#1| (-768))) (-15 -3070 ((-418 |#1|) |#1| (-641 (-768)))) (-15 -3070 ((-418 |#1|) |#1| (-641 (-768)) (-768))) (-15 -3070 ((-418 |#1|) |#1| (-768) (-768))) (-15 -2999 ((-418 |#1|) |#1|)) (-15 -2999 ((-418 |#1|) |#1| (-768))) (-15 -2999 ((-418 |#1|) |#1| (-641 (-768)))) (-15 -2999 ((-418 |#1|) |#1| (-641 (-768)) (-768))) (-15 -2999 ((-418 |#1|) |#1| (-768) (-768))) (-15 -3183 ((-3 |#1| "failed") (-918) |#1|)) (-15 -3183 ((-3 |#1| "failed") (-918) |#1| (-768))) (-15 -3183 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)))) (-15 -3183 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768))) (-15 -3183 ((-3 |#1| "failed") (-918) |#1| (-641 (-768)) (-768) (-112))) (-15 -2185 ((-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))) |#1| (-112))) (-15 -3704 ((-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))) |#1| (-112) (-1096 (-768)) (-768))))
+((-2025 (((-564) |#2|) 52) (((-564) |#2| (-768)) 51)) (-3930 (((-564) |#2|) 67)) (-2292 ((|#3| |#2|) 26)) (-3797 ((|#3| |#2| (-918)) 15)) (-1502 ((|#3| |#2|) 16)) (-3685 ((|#3| |#2|) 9)) (-3926 ((|#3| |#2|) 10)) (-2829 ((|#3| |#2| (-918)) 74) ((|#3| |#2|) 34)) (-2485 (((-564) |#2|) 69)))
+(((-443 |#1| |#2| |#3|) (-10 -7 (-15 -2485 ((-564) |#2|)) (-15 -2829 (|#3| |#2|)) (-15 -2829 (|#3| |#2| (-918))) (-15 -3930 ((-564) |#2|)) (-15 -2025 ((-564) |#2| (-768))) (-15 -2025 ((-564) |#2|)) (-15 -3797 (|#3| |#2| (-918))) (-15 -2292 (|#3| |#2|)) (-15 -3685 (|#3| |#2|)) (-15 -3926 (|#3| |#2|)) (-15 -1502 (|#3| |#2|))) (-1046) (-1235 |#1|) (-13 (-404) (-1035 |#1|) (-363) (-1194) (-284))) (T -443))
+((-1502 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))) (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))) (-3926 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))) (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))) (-3685 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))) (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))) (-2292 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))) (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))) (-3797 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *2 (-13 (-404) (-1035 *5) (-363) (-1194) (-284))) (-5 *1 (-443 *5 *3 *2)) (-4 *3 (-1235 *5)))) (-2025 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5)) (-4 *3 (-1235 *4)) (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))) (-2025 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *5 *3 *6)) (-4 *3 (-1235 *5)) (-4 *6 (-13 (-404) (-1035 *5) (-363) (-1194) (-284))))) (-3930 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5)) (-4 *3 (-1235 *4)) (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))) (-2829 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *2 (-13 (-404) (-1035 *5) (-363) (-1194) (-284))) (-5 *1 (-443 *5 *3 *2)) (-4 *3 (-1235 *5)))) (-2829 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))) (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))) (-2485 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5)) (-4 *3 (-1235 *4)) (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))))
+(-10 -7 (-15 -2485 ((-564) |#2|)) (-15 -2829 (|#3| |#2|)) (-15 -2829 (|#3| |#2| (-918))) (-15 -3930 ((-564) |#2|)) (-15 -2025 ((-564) |#2| (-768))) (-15 -2025 ((-564) |#2|)) (-15 -3797 (|#3| |#2| (-918))) (-15 -2292 (|#3| |#2|)) (-15 -3685 (|#3| |#2|)) (-15 -3926 (|#3| |#2|)) (-15 -1502 (|#3| |#2|)))
+((-4063 ((|#2| (-1259 |#1|)) 45)) (-3822 ((|#2| |#2| |#1|) 61)) (-3559 ((|#2| |#2| |#1|) 53)) (-3919 ((|#2| |#2|) 49)) (-1784 (((-112) |#2|) 36)) (-4313 (((-641 |#2|) (-918) (-418 |#2|)) 24)) (-3183 ((|#2| (-918) (-418 |#2|)) 28)) (-3201 (((-734 (-768)) (-418 |#2|)) 33)))
+(((-444 |#1| |#2|) (-10 -7 (-15 -1784 ((-112) |#2|)) (-15 -4063 (|#2| (-1259 |#1|))) (-15 -3919 (|#2| |#2|)) (-15 -3559 (|#2| |#2| |#1|)) (-15 -3822 (|#2| |#2| |#1|)) (-15 -3201 ((-734 (-768)) (-418 |#2|))) (-15 -3183 (|#2| (-918) (-418 |#2|))) (-15 -4313 ((-641 |#2|) (-918) (-418 |#2|)))) (-1046) (-1235 |#1|)) (T -444))
+((-4313 (*1 *2 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-418 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-1046)) (-5 *2 (-641 *6)) (-5 *1 (-444 *5 *6)))) (-3183 (*1 *2 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-418 *2)) (-4 *2 (-1235 *5)) (-5 *1 (-444 *5 *2)) (-4 *5 (-1046)))) (-3201 (*1 *2 *3) (-12 (-5 *3 (-418 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-1046)) (-5 *2 (-734 (-768))) (-5 *1 (-444 *4 *5)))) (-3822 (*1 *2 *2 *3) (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3)))) (-3559 (*1 *2 *2 *3) (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3)))) (-3919 (*1 *2 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3)))) (-4063 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-1046)) (-4 *2 (-1235 *4)) (-5 *1 (-444 *4 *2)))) (-1784 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-5 *2 (-112)) (-5 *1 (-444 *4 *3)) (-4 *3 (-1235 *4)))))
+(-10 -7 (-15 -1784 ((-112) |#2|)) (-15 -4063 (|#2| (-1259 |#1|))) (-15 -3919 (|#2| |#2|)) (-15 -3559 (|#2| |#2| |#1|)) (-15 -3822 (|#2| |#2| |#1|)) (-15 -3201 ((-734 (-768)) (-418 |#2|))) (-15 -3183 (|#2| (-918) (-418 |#2|))) (-15 -4313 ((-641 |#2|) (-918) (-418 |#2|))))
+((-3870 (((-768)) 57)) (-3294 (((-768)) 29 (|has| |#1| (-404))) (((-768) (-768)) 28 (|has| |#1| (-404)))) (-2340 (((-564) |#1|) 25 (|has| |#1| (-404)))) (-3721 (((-564) |#1|) 27 (|has| |#1| (-404)))) (-2202 (((-768)) 56) (((-768) (-768)) 55)) (-3997 ((|#1| (-768) (-564)) 36)) (-4159 (((-1264)) 59)))
+(((-445 |#1|) (-10 -7 (-15 -3997 (|#1| (-768) (-564))) (-15 -2202 ((-768) (-768))) (-15 -2202 ((-768))) (-15 -3870 ((-768))) (-15 -4159 ((-1264))) (IF (|has| |#1| (-404)) (PROGN (-15 -3721 ((-564) |#1|)) (-15 -2340 ((-564) |#1|)) (-15 -3294 ((-768) (-768))) (-15 -3294 ((-768)))) |%noBranch|)) (-1046)) (T -445))
+((-3294 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))) (-3294 (*1 *2 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))) (-2340 (*1 *2 *3) (-12 (-5 *2 (-564)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))) (-3721 (*1 *2 *3) (-12 (-5 *2 (-564)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))) (-4159 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))) (-3870 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))) (-2202 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))) (-2202 (*1 *2 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))) (-3997 (*1 *2 *3 *4) (-12 (-5 *3 (-768)) (-5 *4 (-564)) (-5 *1 (-445 *2)) (-4 *2 (-1046)))))
+(-10 -7 (-15 -3997 (|#1| (-768) (-564))) (-15 -2202 ((-768) (-768))) (-15 -2202 ((-768))) (-15 -3870 ((-768))) (-15 -4159 ((-1264))) (IF (|has| |#1| (-404)) (PROGN (-15 -3721 ((-564) |#1|)) (-15 -2340 ((-564) |#1|)) (-15 -3294 ((-768) (-768))) (-15 -3294 ((-768)))) |%noBranch|))
+((-2369 (((-641 (-564)) (-564)) 75)) (-1420 (((-112) (-169 (-564))) 81)) (-3070 (((-418 (-169 (-564))) (-169 (-564))) 74)))
+(((-446) (-10 -7 (-15 -3070 ((-418 (-169 (-564))) (-169 (-564)))) (-15 -2369 ((-641 (-564)) (-564))) (-15 -1420 ((-112) (-169 (-564)))))) (T -446))
+((-1420 (*1 *2 *3) (-12 (-5 *3 (-169 (-564))) (-5 *2 (-112)) (-5 *1 (-446)))) (-2369 (*1 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-446)) (-5 *3 (-564)))) (-3070 (*1 *2 *3) (-12 (-5 *2 (-418 (-169 (-564)))) (-5 *1 (-446)) (-5 *3 (-169 (-564))))))
+(-10 -7 (-15 -3070 ((-418 (-169 (-564))) (-169 (-564)))) (-15 -2369 ((-641 (-564)) (-564))) (-15 -1420 ((-112) (-169 (-564)))))
+((-2415 ((|#4| |#4| (-641 |#4|)) 80)) (-2523 (((-641 |#4|) (-641 |#4|) (-1152) (-1152)) 22) (((-641 |#4|) (-641 |#4|) (-1152)) 21) (((-641 |#4|) (-641 |#4|)) 13)))
+(((-447 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2415 (|#4| |#4| (-641 |#4|))) (-15 -2523 ((-641 |#4|) (-641 |#4|))) (-15 -2523 ((-641 |#4|) (-641 |#4|) (-1152))) (-15 -2523 ((-641 |#4|) (-641 |#4|) (-1152) (-1152)))) (-307) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -447))
+((-2523 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-307)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-447 *4 *5 *6 *7)))) (-2523 (*1 *2 *2 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-307)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-447 *4 *5 *6 *7)))) (-2523 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-447 *3 *4 *5 *6)))) (-2415 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-307)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-447 *4 *5 *6 *2)))))
+(-10 -7 (-15 -2415 (|#4| |#4| (-641 |#4|))) (-15 -2523 ((-641 |#4|) (-641 |#4|))) (-15 -2523 ((-641 |#4|) (-641 |#4|) (-1152))) (-15 -2523 ((-641 |#4|) (-641 |#4|) (-1152) (-1152))))
+((-2116 (((-641 (-641 |#4|)) (-641 |#4|) (-112)) 89) (((-641 (-641 |#4|)) (-641 |#4|)) 88) (((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|) (-112)) 82) (((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|)) 83)) (-1772 (((-641 (-641 |#4|)) (-641 |#4|) (-112)) 54) (((-641 (-641 |#4|)) (-641 |#4|)) 75)))
+(((-448 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1772 ((-641 (-641 |#4|)) (-641 |#4|))) (-15 -1772 ((-641 (-641 |#4|)) (-641 |#4|) (-112))) (-15 -2116 ((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|))) (-15 -2116 ((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|) (-112))) (-15 -2116 ((-641 (-641 |#4|)) (-641 |#4|))) (-15 -2116 ((-641 (-641 |#4|)) (-641 |#4|) (-112)))) (-13 (-307) (-147)) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -448))
+((-2116 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8))) (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8)))) (-2116 (*1 *2 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7))) (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-2116 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8))) (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8)))) (-2116 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7))) (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-1772 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8))) (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8)))) (-1772 (*1 *2 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7))) (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
+(-10 -7 (-15 -1772 ((-641 (-641 |#4|)) (-641 |#4|))) (-15 -1772 ((-641 (-641 |#4|)) (-641 |#4|) (-112))) (-15 -2116 ((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|))) (-15 -2116 ((-641 (-641 |#4|)) (-641 |#4|) (-641 |#4|) (-112))) (-15 -2116 ((-641 (-641 |#4|)) (-641 |#4|))) (-15 -2116 ((-641 (-641 |#4|)) (-641 |#4|) (-112))))
+((-2719 (((-768) |#4|) 12)) (-3362 (((-641 (-2 (|:| |totdeg| (-768)) (|:| -3194 |#4|))) |#4| (-768) (-641 (-2 (|:| |totdeg| (-768)) (|:| -3194 |#4|)))) 38)) (-4199 (((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 49)) (-3929 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 52)) (-4140 ((|#4| |#4| (-641 |#4|)) 54)) (-3662 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-641 |#4|)) 96)) (-2365 (((-1264) |#4|) 59)) (-3279 (((-1264) (-641 |#4|)) 69)) (-2693 (((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564)) 66)) (-2171 (((-1264) (-564)) 111)) (-3563 (((-641 |#4|) (-641 |#4|)) 103)) (-3066 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-768)) (|:| -3194 |#4|)) |#4| (-768)) 31)) (-2697 (((-564) |#4|) 108)) (-2007 ((|#4| |#4|) 36)) (-3489 (((-641 |#4|) (-641 |#4|) (-564) (-564)) 74)) (-3773 (((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564) (-564)) 124)) (-3003 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 20)) (-2991 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 78)) (-1719 (((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 76)) (-2067 (((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 47)) (-3410 (((-112) |#2| |#2|) 75)) (-1720 (((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 48)) (-2557 (((-112) |#2| |#2| |#2| |#2|) 80)) (-1473 ((|#4| |#4| (-641 |#4|)) 97)))
+(((-449 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1473 (|#4| |#4| (-641 |#4|))) (-15 -4140 (|#4| |#4| (-641 |#4|))) (-15 -3489 ((-641 |#4|) (-641 |#4|) (-564) (-564))) (-15 -2991 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3410 ((-112) |#2| |#2|)) (-15 -2557 ((-112) |#2| |#2| |#2| |#2|)) (-15 -1720 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2067 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1719 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3662 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-641 |#4|))) (-15 -2007 (|#4| |#4|)) (-15 -3362 ((-641 (-2 (|:| |totdeg| (-768)) (|:| -3194 |#4|))) |#4| (-768) (-641 (-2 (|:| |totdeg| (-768)) (|:| -3194 |#4|))))) (-15 -3929 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -4199 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3563 ((-641 |#4|) (-641 |#4|))) (-15 -2697 ((-564) |#4|)) (-15 -2365 ((-1264) |#4|)) (-15 -2693 ((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564))) (-15 -3773 ((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564) (-564))) (-15 -3279 ((-1264) (-641 |#4|))) (-15 -2171 ((-1264) (-564))) (-15 -3003 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3066 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-768)) (|:| -3194 |#4|)) |#4| (-768))) (-15 -2719 ((-768) |#4|))) (-452) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -449))
+((-2719 (*1 *2 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-768)) (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))) (-3066 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-768)) (|:| -3194 *4))) (-5 *5 (-768)) (-4 *4 (-946 *6 *7 *8)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-449 *6 *7 *8 *4)))) (-3003 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-790)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-449 *4 *5 *6 *7)))) (-2171 (*1 *2 *3) (-12 (-5 *3 (-564)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1264)) (-5 *1 (-449 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))) (-3279 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1264)) (-5 *1 (-449 *4 *5 *6 *7)))) (-3773 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-768)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-790)) (-4 *4 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *7 (-847)) (-5 *1 (-449 *5 *6 *7 *4)))) (-2693 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-768)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-790)) (-4 *4 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *7 (-847)) (-5 *1 (-449 *5 *6 *7 *4)))) (-2365 (*1 *2 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1264)) (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))) (-2697 (*1 *2 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-564)) (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))) (-3563 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-449 *3 *4 *5 *6)))) (-4199 (*1 *2 *2 *2) (-12 (-5 *2 (-641 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-768)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-790)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *5 (-847)) (-5 *1 (-449 *3 *4 *5 *6)))) (-3929 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-790)) (-4 *2 (-946 *4 *5 *6)) (-5 *1 (-449 *4 *5 *6 *2)) (-4 *4 (-452)) (-4 *6 (-847)))) (-3362 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-641 (-2 (|:| |totdeg| (-768)) (|:| -3194 *3)))) (-5 *4 (-768)) (-4 *3 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-449 *5 *6 *7 *3)))) (-2007 (*1 *2 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-449 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5)))) (-3662 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-449 *5 *6 *7 *3)))) (-1719 (*1 *2 *3 *2) (-12 (-5 *2 (-641 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-768)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-790)) (-4 *6 (-946 *4 *3 *5)) (-4 *4 (-452)) (-4 *5 (-847)) (-5 *1 (-449 *4 *3 *5 *6)))) (-2067 (*1 *2 *2) (-12 (-5 *2 (-641 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-768)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-790)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *5 (-847)) (-5 *1 (-449 *3 *4 *5 *6)))) (-1720 (*1 *2 *3 *2) (-12 (-5 *2 (-641 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-790)) (-4 *3 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *3)))) (-2557 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-452)) (-4 *3 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-449 *4 *3 *5 *6)) (-4 *6 (-946 *4 *3 *5)))) (-3410 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *3 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-449 *4 *3 *5 *6)) (-4 *6 (-946 *4 *3 *5)))) (-2991 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-790)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-449 *4 *5 *6 *7)))) (-3489 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-564)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *7)))) (-4140 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *2)))) (-1473 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *2)))))
+(-10 -7 (-15 -1473 (|#4| |#4| (-641 |#4|))) (-15 -4140 (|#4| |#4| (-641 |#4|))) (-15 -3489 ((-641 |#4|) (-641 |#4|) (-564) (-564))) (-15 -2991 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3410 ((-112) |#2| |#2|)) (-15 -2557 ((-112) |#2| |#2| |#2| |#2|)) (-15 -1720 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2067 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1719 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3662 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-641 |#4|))) (-15 -2007 (|#4| |#4|)) (-15 -3362 ((-641 (-2 (|:| |totdeg| (-768)) (|:| -3194 |#4|))) |#4| (-768) (-641 (-2 (|:| |totdeg| (-768)) (|:| -3194 |#4|))))) (-15 -3929 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -4199 ((-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-641 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3563 ((-641 |#4|) (-641 |#4|))) (-15 -2697 ((-564) |#4|)) (-15 -2365 ((-1264) |#4|)) (-15 -2693 ((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564))) (-15 -3773 ((-564) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-564) (-564) (-564) (-564))) (-15 -3279 ((-1264) (-641 |#4|))) (-15 -2171 ((-1264) (-564))) (-15 -3003 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3066 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-768)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-768)) (|:| -3194 |#4|)) |#4| (-768))) (-15 -2719 ((-768) |#4|)))
+((-2120 ((|#4| |#4| (-641 |#4|)) 20 (|has| |#1| (-363)))) (-4385 (((-641 |#4|) (-641 |#4|) (-1152) (-1152)) 46) (((-641 |#4|) (-641 |#4|) (-1152)) 45) (((-641 |#4|) (-641 |#4|)) 34)))
+(((-450 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4385 ((-641 |#4|) (-641 |#4|))) (-15 -4385 ((-641 |#4|) (-641 |#4|) (-1152))) (-15 -4385 ((-641 |#4|) (-641 |#4|) (-1152) (-1152))) (IF (|has| |#1| (-363)) (-15 -2120 (|#4| |#4| (-641 |#4|))) |%noBranch|)) (-452) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -450))
+((-2120 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-363)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-450 *4 *5 *6 *2)))) (-4385 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-450 *4 *5 *6 *7)))) (-4385 (*1 *2 *2 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-450 *4 *5 *6 *7)))) (-4385 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-450 *3 *4 *5 *6)))))
+(-10 -7 (-15 -4385 ((-641 |#4|) (-641 |#4|))) (-15 -4385 ((-641 |#4|) (-641 |#4|) (-1152))) (-15 -4385 ((-641 |#4|) (-641 |#4|) (-1152) (-1152))) (IF (|has| |#1| (-363)) (-15 -2120 (|#4| |#4| (-641 |#4|))) |%noBranch|))
+((-2740 (($ $ $) 14) (($ (-641 $)) 21)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 48)) (-2777 (($ $ $) NIL) (($ (-641 $)) 22)))
+(((-451 |#1|) (-10 -8 (-15 -1574 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -2740 (|#1| (-641 |#1|))) (-15 -2740 (|#1| |#1| |#1|)) (-15 -2777 (|#1| (-641 |#1|))) (-15 -2777 (|#1| |#1| |#1|))) (-452)) (T -451))
+NIL
+(-10 -8 (-15 -1574 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -2740 (|#1| (-641 |#1|))) (-15 -2740 (|#1| |#1| |#1|)) (-15 -2777 (|#1| (-641 |#1|))) (-15 -2777 (|#1| |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-1403 (((-3 $ "failed") $ $) 43)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-452) (-140)) (T -452))
-((-3377 (*1 *1 *1 *1) (-4 *1 (-452))) (-3377 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-452)))) (-3340 (*1 *1 *1 *1) (-4 *1 (-452))) (-3340 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-452)))) (-4336 (*1 *2 *2 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-452)))))
-(-13 (-556) (-10 -8 (-15 -3377 ($ $ $)) (-15 -3377 ($ (-641 $))) (-15 -3340 ($ $ $)) (-15 -3340 ($ (-641 $))) (-15 -4336 ((-1166 $) (-1166 $) (-1166 $)))))
+((-2777 (*1 *1 *1 *1) (-4 *1 (-452))) (-2777 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-452)))) (-2740 (*1 *1 *1 *1) (-4 *1 (-452))) (-2740 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-452)))) (-1574 (*1 *2 *2 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-452)))))
+(-13 (-556) (-10 -8 (-15 -2777 ($ $ $)) (-15 -2777 ($ (-641 $))) (-15 -2740 ($ $ $)) (-15 -2740 ($ (-641 $))) (-15 -1574 ((-1166 $) (-1166 $) (-1166 $)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-290) . T) ((-556) . T) ((-644 $) . T) ((-714 $) . T) ((-723) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4023 (((-3 $ "failed")) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2315 (((-1259 (-685 (-407 (-949 |#1|)))) (-1259 $)) NIL) (((-1259 (-685 (-407 (-949 |#1|))))) NIL)) (-2262 (((-1259 $)) NIL)) (-1692 (($) NIL T CONST)) (-2121 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) NIL)) (-3441 (((-3 $ "failed")) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-2660 (((-685 (-407 (-949 |#1|))) (-1259 $)) NIL) (((-685 (-407 (-949 |#1|)))) NIL)) (-3268 (((-407 (-949 |#1|)) $) NIL)) (-1931 (((-685 (-407 (-949 |#1|))) $ (-1259 $)) NIL) (((-685 (-407 (-949 |#1|))) $) NIL)) (-2816 (((-3 $ "failed") $) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-3034 (((-1166 (-949 (-407 (-949 |#1|))))) NIL (|has| (-407 (-949 |#1|)) (-363))) (((-1166 (-407 (-949 |#1|)))) 94 (|has| |#1| (-556)))) (-4095 (($ $ (-918)) NIL)) (-1945 (((-407 (-949 |#1|)) $) NIL)) (-2829 (((-1166 (-407 (-949 |#1|))) $) 92 (|has| (-407 (-949 |#1|)) (-556)))) (-1660 (((-407 (-949 |#1|)) (-1259 $)) NIL) (((-407 (-949 |#1|))) NIL)) (-3390 (((-1166 (-407 (-949 |#1|))) $) NIL)) (-1936 (((-112)) NIL)) (-3222 (($ (-1259 (-407 (-949 |#1|))) (-1259 $)) 118) (($ (-1259 (-407 (-949 |#1|)))) NIL)) (-3233 (((-3 $ "failed") $) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-3147 (((-918)) NIL)) (-1826 (((-112)) NIL)) (-3668 (($ $ (-918)) NIL)) (-2516 (((-112)) NIL)) (-4250 (((-112)) NIL)) (-1595 (((-112)) NIL)) (-1398 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) NIL)) (-1386 (((-3 $ "failed")) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-1325 (((-685 (-407 (-949 |#1|))) (-1259 $)) NIL) (((-685 (-407 (-949 |#1|)))) NIL)) (-3820 (((-407 (-949 |#1|)) $) NIL)) (-2572 (((-685 (-407 (-949 |#1|))) $ (-1259 $)) NIL) (((-685 (-407 (-949 |#1|))) $) NIL)) (-3126 (((-3 $ "failed") $) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-2605 (((-1166 (-949 (-407 (-949 |#1|))))) NIL (|has| (-407 (-949 |#1|)) (-363))) (((-1166 (-407 (-949 |#1|)))) 93 (|has| |#1| (-556)))) (-2824 (($ $ (-918)) NIL)) (-2502 (((-407 (-949 |#1|)) $) NIL)) (-1438 (((-1166 (-407 (-949 |#1|))) $) 87 (|has| (-407 (-949 |#1|)) (-556)))) (-1485 (((-407 (-949 |#1|)) (-1259 $)) NIL) (((-407 (-949 |#1|))) NIL)) (-3677 (((-1166 (-407 (-949 |#1|))) $) NIL)) (-1517 (((-112)) NIL)) (-2811 (((-1152) $) NIL)) (-2141 (((-112)) NIL)) (-2264 (((-112)) NIL)) (-3338 (((-112)) NIL)) (-4382 (((-1114) $) NIL)) (-1689 (((-407 (-949 |#1|)) $ $) 78 (|has| |#1| (-556)))) (-2924 (((-407 (-949 |#1|)) $) 104 (|has| |#1| (-556)))) (-1414 (((-407 (-949 |#1|)) $) 108 (|has| |#1| (-556)))) (-2673 (((-1166 (-407 (-949 |#1|))) $) 98 (|has| |#1| (-556)))) (-1536 (((-407 (-949 |#1|))) 79 (|has| |#1| (-556)))) (-4268 (((-407 (-949 |#1|)) $ $) 71 (|has| |#1| (-556)))) (-3388 (((-407 (-949 |#1|)) $) 103 (|has| |#1| (-556)))) (-3495 (((-407 (-949 |#1|)) $) 107 (|has| |#1| (-556)))) (-4013 (((-1166 (-407 (-949 |#1|))) $) 97 (|has| |#1| (-556)))) (-3543 (((-407 (-949 |#1|))) 75 (|has| |#1| (-556)))) (-3440 (($) 114) (($ (-1170)) 122) (($ (-1259 (-1170))) 121) (($ (-1259 $)) 109) (($ (-1170) (-1259 $)) 120) (($ (-1259 (-1170)) (-1259 $)) 119)) (-3234 (((-112)) NIL)) (-2961 (((-407 (-949 |#1|)) $ (-564)) NIL)) (-3057 (((-1259 (-407 (-949 |#1|))) $ (-1259 $)) 111) (((-685 (-407 (-949 |#1|))) (-1259 $) (-1259 $)) NIL) (((-1259 (-407 (-949 |#1|))) $) 45) (((-685 (-407 (-949 |#1|))) (-1259 $)) NIL)) (-2153 (((-1259 (-407 (-949 |#1|))) $) NIL) (($ (-1259 (-407 (-949 |#1|)))) 42)) (-3580 (((-641 (-949 (-407 (-949 |#1|)))) (-1259 $)) NIL) (((-641 (-949 (-407 (-949 |#1|))))) NIL) (((-641 (-949 |#1|)) (-1259 $)) 112 (|has| |#1| (-556))) (((-641 (-949 |#1|))) 113 (|has| |#1| (-556)))) (-1923 (($ $ $) NIL)) (-4311 (((-112)) NIL)) (-1721 (((-859) $) NIL) (($ (-1259 (-407 (-949 |#1|)))) NIL)) (-2745 (((-1259 $)) 67)) (-3394 (((-641 (-1259 (-407 (-949 |#1|))))) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-2933 (($ $ $ $) NIL)) (-2012 (((-112)) NIL)) (-1840 (($ (-685 (-407 (-949 |#1|))) $) NIL)) (-3710 (($ $ $) NIL)) (-1380 (((-112)) NIL)) (-2425 (((-112)) NIL)) (-2508 (((-112)) NIL)) (-2885 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) 110)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 63) (($ $ (-407 (-949 |#1|))) NIL) (($ (-407 (-949 |#1|)) $) NIL) (($ (-1136 |#2| (-407 (-949 |#1|))) $) NIL)))
-(((-453 |#1| |#2| |#3| |#4|) (-13 (-417 (-407 (-949 |#1|))) (-644 (-1136 |#2| (-407 (-949 |#1|)))) (-10 -8 (-15 -1721 ($ (-1259 (-407 (-949 |#1|))))) (-15 -1398 ((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed"))) (-15 -2121 ((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed"))) (-15 -3440 ($)) (-15 -3440 ($ (-1170))) (-15 -3440 ($ (-1259 (-1170)))) (-15 -3440 ($ (-1259 $))) (-15 -3440 ($ (-1170) (-1259 $))) (-15 -3440 ($ (-1259 (-1170)) (-1259 $))) (IF (|has| |#1| (-556)) (PROGN (-15 -2605 ((-1166 (-407 (-949 |#1|))))) (-15 -4013 ((-1166 (-407 (-949 |#1|))) $)) (-15 -3388 ((-407 (-949 |#1|)) $)) (-15 -3495 ((-407 (-949 |#1|)) $)) (-15 -3034 ((-1166 (-407 (-949 |#1|))))) (-15 -2673 ((-1166 (-407 (-949 |#1|))) $)) (-15 -2924 ((-407 (-949 |#1|)) $)) (-15 -1414 ((-407 (-949 |#1|)) $)) (-15 -4268 ((-407 (-949 |#1|)) $ $)) (-15 -3543 ((-407 (-949 |#1|)))) (-15 -1689 ((-407 (-949 |#1|)) $ $)) (-15 -1536 ((-407 (-949 |#1|)))) (-15 -3580 ((-641 (-949 |#1|)) (-1259 $))) (-15 -3580 ((-641 (-949 |#1|))))) |%noBranch|))) (-172) (-918) (-641 (-1170)) (-1259 (-685 |#1|))) (T -453))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1259 (-407 (-949 *3)))) (-4 *3 (-172)) (-14 *6 (-1259 (-685 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))))) (-1398 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-453 *3 *4 *5 *6)) (|:| -2745 (-641 (-453 *3 *4 *5 *6))))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-2121 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-453 *3 *4 *5 *6)) (|:| -2745 (-641 (-453 *3 *4 *5 *6))))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3440 (*1 *1) (-12 (-5 *1 (-453 *2 *3 *4 *5)) (-4 *2 (-172)) (-14 *3 (-918)) (-14 *4 (-641 (-1170))) (-14 *5 (-1259 (-685 *2))))) (-3440 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 *2)) (-14 *6 (-1259 (-685 *3))))) (-3440 (*1 *1 *2) (-12 (-5 *2 (-1259 (-1170))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3440 (*1 *1 *2) (-12 (-5 *2 (-1259 (-453 *3 *4 *5 *6))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3440 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-453 *4 *5 *6 *7))) (-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-918)) (-14 *6 (-641 *2)) (-14 *7 (-1259 (-685 *4))))) (-3440 (*1 *1 *2 *3) (-12 (-5 *2 (-1259 (-1170))) (-5 *3 (-1259 (-453 *4 *5 *6 *7))) (-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-918)) (-14 *6 (-641 (-1170))) (-14 *7 (-1259 (-685 *4))))) (-2605 (*1 *2) (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-4013 (*1 *2 *1) (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3388 (*1 *2 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3495 (*1 *2 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3034 (*1 *2) (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-2673 (*1 *2 *1) (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-2924 (*1 *2 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-1414 (*1 *2 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-4268 (*1 *2 *1 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3543 (*1 *2) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-1689 (*1 *2 *1 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-1536 (*1 *2) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3580 (*1 *2 *3) (-12 (-5 *3 (-1259 (-453 *4 *5 *6 *7))) (-5 *2 (-641 (-949 *4))) (-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-556)) (-4 *4 (-172)) (-14 *5 (-918)) (-14 *6 (-641 (-1170))) (-14 *7 (-1259 (-685 *4))))) (-3580 (*1 *2) (-12 (-5 *2 (-641 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(-13 (-417 (-407 (-949 |#1|))) (-644 (-1136 |#2| (-407 (-949 |#1|)))) (-10 -8 (-15 -1721 ($ (-1259 (-407 (-949 |#1|))))) (-15 -1398 ((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed"))) (-15 -2121 ((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed"))) (-15 -3440 ($)) (-15 -3440 ($ (-1170))) (-15 -3440 ($ (-1259 (-1170)))) (-15 -3440 ($ (-1259 $))) (-15 -3440 ($ (-1170) (-1259 $))) (-15 -3440 ($ (-1259 (-1170)) (-1259 $))) (IF (|has| |#1| (-556)) (PROGN (-15 -2605 ((-1166 (-407 (-949 |#1|))))) (-15 -4013 ((-1166 (-407 (-949 |#1|))) $)) (-15 -3388 ((-407 (-949 |#1|)) $)) (-15 -3495 ((-407 (-949 |#1|)) $)) (-15 -3034 ((-1166 (-407 (-949 |#1|))))) (-15 -2673 ((-1166 (-407 (-949 |#1|))) $)) (-15 -2924 ((-407 (-949 |#1|)) $)) (-15 -1414 ((-407 (-949 |#1|)) $)) (-15 -4268 ((-407 (-949 |#1|)) $ $)) (-15 -3543 ((-407 (-949 |#1|)))) (-15 -1689 ((-407 (-949 |#1|)) $ $)) (-15 -1536 ((-407 (-949 |#1|)))) (-15 -3580 ((-641 (-949 |#1|)) (-1259 $))) (-15 -3580 ((-641 (-949 |#1|))))) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 18)) (-4153 (((-641 (-861 |#1|)) $) 93)) (-3992 (((-1166 $) $ (-861 |#1|)) 59) (((-1166 |#2|) $) 142)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#2| (-556)))) (-4010 (($ $) NIL (|has| |#2| (-556)))) (-2662 (((-112) $) NIL (|has| |#2| (-556)))) (-4277 (((-768) $) 27) (((-768) $ (-641 (-861 |#1|))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2275 (($ $) NIL (|has| |#2| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#2| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) 57) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-861 |#1|) "failed") $) NIL)) (-3437 ((|#2| $) 55) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-861 |#1|) $) NIL)) (-3378 (($ $ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-4248 (($ $ (-641 (-564))) 99)) (-4316 (($ $) 87)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#2| (-906)))) (-1587 (($ $ |#2| |#3| $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) 72)) (-4143 (($ (-1166 |#2|) (-861 |#1|)) 147) (($ (-1166 $) (-861 |#1|)) 65)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) 75)) (-4132 (($ |#2| |#3|) 38) (($ $ (-861 |#1|) (-768)) 40) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-861 |#1|)) NIL)) (-1696 ((|#3| $) NIL) (((-768) $ (-861 |#1|)) 63) (((-641 (-768)) $ (-641 (-861 |#1|))) 70)) (-2766 (($ $ $) NIL (|has| |#2| (-847)))) (-1650 (($ $ $) NIL (|has| |#2| (-847)))) (-2286 (($ (-1 |#3| |#3|) $) NIL)) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-4264 (((-3 (-861 |#1|) "failed") $) 52)) (-4280 (($ $) NIL)) (-4292 ((|#2| $) 54)) (-3340 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-2811 (((-1152) $) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-861 |#1|)) (|:| -2954 (-768))) "failed") $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) 53)) (-4269 ((|#2| $) 140)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) 152 (|has| |#2| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#2| (-906)))) (-2628 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-556)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-861 |#1|) |#2|) 106) (($ $ (-641 (-861 |#1|)) (-641 |#2|)) 112) (($ $ (-861 |#1|) $) 104) (($ $ (-641 (-861 |#1|)) (-641 $)) 130)) (-3928 (($ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-1795 (($ $ (-861 |#1|)) 66) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-4341 ((|#3| $) 86) (((-768) $ (-861 |#1|)) 49) (((-641 (-768)) $ (-641 (-861 |#1|))) 69)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-861 |#1|) (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-2211 ((|#2| $) 149 (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1721 (((-859) $) 177) (($ (-564)) NIL) (($ |#2|) 105) (($ (-861 |#1|)) 42) (($ (-407 (-564))) NIL (-2713 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#2| (-556)))) (-2415 (((-641 |#2|) $) NIL)) (-1346 ((|#2| $ |#3|) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#2| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#2| (-556)))) (-2885 (($) 22 T CONST)) (-2898 (($) 31 T CONST)) (-3256 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2920 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2983 (($ $ |#2|) 84 (|has| |#2| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 135)) (** (($ $ (-918)) NIL) (($ $ (-768)) 133)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 39) (($ $ (-407 (-564))) NIL (|has| |#2| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#2| (-38 (-407 (-564))))) (($ |#2| $) 83) (($ $ |#2|) NIL)))
-(((-454 |#1| |#2| |#3|) (-13 (-946 |#2| |#3| (-861 |#1|)) (-10 -8 (-15 -4248 ($ $ (-641 (-564)))))) (-641 (-1170)) (-1046) (-238 (-3435 |#1|) (-768))) (T -454))
-((-4248 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-14 *3 (-641 (-1170))) (-5 *1 (-454 *3 *4 *5)) (-4 *4 (-1046)) (-4 *5 (-238 (-3435 *3) (-768))))))
-(-13 (-946 |#2| |#3| (-861 |#1|)) (-10 -8 (-15 -4248 ($ $ (-641 (-564))))))
-((-2238 (((-112) |#1| (-641 |#2|)) 92)) (-2689 (((-3 (-1259 (-641 |#2|)) "failed") (-768) |#1| (-641 |#2|)) 101)) (-3641 (((-3 (-641 |#2|) "failed") |#2| |#1| (-1259 (-641 |#2|))) 103)) (-3895 ((|#2| |#2| |#1|) 35)) (-3131 (((-768) |#2| (-641 |#2|)) 26)))
-(((-455 |#1| |#2|) (-10 -7 (-15 -3895 (|#2| |#2| |#1|)) (-15 -3131 ((-768) |#2| (-641 |#2|))) (-15 -2689 ((-3 (-1259 (-641 |#2|)) "failed") (-768) |#1| (-641 |#2|))) (-15 -3641 ((-3 (-641 |#2|) "failed") |#2| |#1| (-1259 (-641 |#2|)))) (-15 -2238 ((-112) |#1| (-641 |#2|)))) (-307) (-1235 |#1|)) (T -455))
-((-2238 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *5)) (-4 *5 (-1235 *3)) (-4 *3 (-307)) (-5 *2 (-112)) (-5 *1 (-455 *3 *5)))) (-3641 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1259 (-641 *3))) (-4 *4 (-307)) (-5 *2 (-641 *3)) (-5 *1 (-455 *4 *3)) (-4 *3 (-1235 *4)))) (-2689 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-768)) (-4 *4 (-307)) (-4 *6 (-1235 *4)) (-5 *2 (-1259 (-641 *6))) (-5 *1 (-455 *4 *6)) (-5 *5 (-641 *6)))) (-3131 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-307)) (-5 *2 (-768)) (-5 *1 (-455 *5 *3)))) (-3895 (*1 *2 *2 *3) (-12 (-4 *3 (-307)) (-5 *1 (-455 *3 *2)) (-4 *2 (-1235 *3)))))
-(-10 -7 (-15 -3895 (|#2| |#2| |#1|)) (-15 -3131 ((-768) |#2| (-641 |#2|))) (-15 -2689 ((-3 (-1259 (-641 |#2|)) "failed") (-768) |#1| (-641 |#2|))) (-15 -3641 ((-3 (-641 |#2|) "failed") |#2| |#1| (-1259 (-641 |#2|)))) (-15 -2238 ((-112) |#1| (-641 |#2|))))
-((-4020 (((-418 |#5|) |#5|) 24)))
-(((-456 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4020 ((-418 |#5|) |#5|))) (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)) (-15 -2794 ((-3 $ "failed") (-1170))))) (-790) (-556) (-556) (-946 |#4| |#2| |#1|)) (T -456))
-((-4020 (*1 *2 *3) (-12 (-4 *4 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)) (-15 -2794 ((-3 $ "failed") (-1170)))))) (-4 *5 (-790)) (-4 *7 (-556)) (-5 *2 (-418 *3)) (-5 *1 (-456 *4 *5 *6 *7 *3)) (-4 *6 (-556)) (-4 *3 (-946 *7 *5 *4)))))
-(-10 -7 (-15 -4020 ((-418 |#5|) |#5|)))
-((-2656 ((|#3|) 40)) (-4336 (((-1166 |#4|) (-1166 |#4|) (-1166 |#4|)) 36)))
-(((-457 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4336 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -2656 (|#3|))) (-790) (-847) (-906) (-946 |#3| |#1| |#2|)) (T -457))
-((-2656 (*1 *2) (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-906)) (-5 *1 (-457 *3 *4 *2 *5)) (-4 *5 (-946 *2 *3 *4)))) (-4336 (*1 *2 *2 *2) (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-906)) (-5 *1 (-457 *3 *4 *5 *6)))))
-(-10 -7 (-15 -4336 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -2656 (|#3|)))
-((-4020 (((-418 (-1166 |#1|)) (-1166 |#1|)) 43)))
-(((-458 |#1|) (-10 -7 (-15 -4020 ((-418 (-1166 |#1|)) (-1166 |#1|)))) (-307)) (T -458))
-((-4020 (*1 *2 *3) (-12 (-4 *4 (-307)) (-5 *2 (-418 (-1166 *4))) (-5 *1 (-458 *4)) (-5 *3 (-1166 *4)))))
-(-10 -7 (-15 -4020 ((-418 (-1166 |#1|)) (-1166 |#1|))))
-((-4204 (((-52) |#2| (-1170) (-294 |#2|) (-1226 (-768))) 44) (((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-768))) 43) (((-52) |#2| (-1170) (-294 |#2|)) 36) (((-52) (-1 |#2| (-564)) (-294 |#2|)) 29)) (-2729 (((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564))) 87) (((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564))) 86) (((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564))) 85) (((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564))) 84) (((-52) |#2| (-1170) (-294 |#2|)) 79) (((-52) (-1 |#2| (-564)) (-294 |#2|)) 78)) (-4224 (((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564))) 73) (((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564))) 71)) (-4214 (((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564))) 50) (((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564))) 49)))
-(((-459 |#1| |#2|) (-10 -7 (-15 -4204 ((-52) (-1 |#2| (-564)) (-294 |#2|))) (-15 -4204 ((-52) |#2| (-1170) (-294 |#2|))) (-15 -4204 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-768)))) (-15 -4204 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-768)))) (-15 -4214 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564)))) (-15 -4214 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564)))) (-15 -4224 ((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -4224 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -2729 ((-52) (-1 |#2| (-564)) (-294 |#2|))) (-15 -2729 ((-52) |#2| (-1170) (-294 |#2|))) (-15 -2729 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564)))) (-15 -2729 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564)))) (-15 -2729 ((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -2729 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564))))) (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -459))
-((-2729 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-407 (-564)))) (-5 *7 (-407 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *8))) (-4 *8 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *8 *3)))) (-2729 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-407 (-564)))) (-5 *4 (-294 *8)) (-5 *5 (-1226 (-407 (-564)))) (-5 *6 (-407 (-564))) (-4 *8 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *7 *8)))) (-2729 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *7 *3)))) (-2729 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-564))) (-5 *4 (-294 *7)) (-5 *5 (-1226 (-564))) (-4 *7 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *6 *7)))) (-2729 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *6 *3)))) (-2729 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-564))) (-5 *4 (-294 *6)) (-4 *6 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *5 *6)))) (-4224 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-407 (-564)))) (-5 *7 (-407 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *8))) (-4 *8 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *8 *3)))) (-4224 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-407 (-564)))) (-5 *4 (-294 *8)) (-5 *5 (-1226 (-407 (-564)))) (-5 *6 (-407 (-564))) (-4 *8 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *7 *8)))) (-4214 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *7 *3)))) (-4214 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-564))) (-5 *4 (-294 *7)) (-5 *5 (-1226 (-564))) (-4 *7 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *6 *7)))) (-4204 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-768))) (-4 *3 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *7 *3)))) (-4204 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-564))) (-5 *4 (-294 *7)) (-5 *5 (-1226 (-768))) (-4 *7 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *6 *7)))) (-4204 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *6 *3)))) (-4204 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-564))) (-5 *4 (-294 *6)) (-4 *6 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *5 *6)))))
-(-10 -7 (-15 -4204 ((-52) (-1 |#2| (-564)) (-294 |#2|))) (-15 -4204 ((-52) |#2| (-1170) (-294 |#2|))) (-15 -4204 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-768)))) (-15 -4204 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-768)))) (-15 -4214 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564)))) (-15 -4214 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564)))) (-15 -4224 ((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -4224 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -2729 ((-52) (-1 |#2| (-564)) (-294 |#2|))) (-15 -2729 ((-52) |#2| (-1170) (-294 |#2|))) (-15 -2729 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564)))) (-15 -2729 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564)))) (-15 -2729 ((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -2729 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))))
-((-3895 ((|#2| |#2| |#1|) 15)) (-4108 (((-641 |#2|) |#2| (-641 |#2|) |#1| (-918)) 84)) (-3708 (((-2 (|:| |plist| (-641 |#2|)) (|:| |modulo| |#1|)) |#2| (-641 |#2|) |#1| (-918)) 70)))
-(((-460 |#1| |#2|) (-10 -7 (-15 -3708 ((-2 (|:| |plist| (-641 |#2|)) (|:| |modulo| |#1|)) |#2| (-641 |#2|) |#1| (-918))) (-15 -4108 ((-641 |#2|) |#2| (-641 |#2|) |#1| (-918))) (-15 -3895 (|#2| |#2| |#1|))) (-307) (-1235 |#1|)) (T -460))
-((-3895 (*1 *2 *2 *3) (-12 (-4 *3 (-307)) (-5 *1 (-460 *3 *2)) (-4 *2 (-1235 *3)))) (-4108 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-641 *3)) (-5 *5 (-918)) (-4 *3 (-1235 *4)) (-4 *4 (-307)) (-5 *1 (-460 *4 *3)))) (-3708 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-918)) (-4 *5 (-307)) (-4 *3 (-1235 *5)) (-5 *2 (-2 (|:| |plist| (-641 *3)) (|:| |modulo| *5))) (-5 *1 (-460 *5 *3)) (-5 *4 (-641 *3)))))
-(-10 -7 (-15 -3708 ((-2 (|:| |plist| (-641 |#2|)) (|:| |modulo| |#1|)) |#2| (-641 |#2|) |#1| (-918))) (-15 -4108 ((-641 |#2|) |#2| (-641 |#2|) |#1| (-918))) (-15 -3895 (|#2| |#2| |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 28)) (-1670 (($ |#3|) 25)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-4316 (($ $) 32)) (-4191 (($ |#2| |#4| $) 33)) (-4132 (($ |#2| (-710 |#3| |#4| |#5|)) 24)) (-4280 (((-710 |#3| |#4| |#5|) $) 15)) (-2437 ((|#3| $) 19)) (-1890 ((|#4| $) 17)) (-4292 ((|#2| $) 29)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-1889 (($ |#2| |#3| |#4|) 26)) (-2885 (($) 36 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 34)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#6| $) 40) (($ $ |#6|) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-461 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-714 |#6|) (-714 |#2|) (-10 -8 (-15 -4292 (|#2| $)) (-15 -4280 ((-710 |#3| |#4| |#5|) $)) (-15 -1890 (|#4| $)) (-15 -2437 (|#3| $)) (-15 -4316 ($ $)) (-15 -4132 ($ |#2| (-710 |#3| |#4| |#5|))) (-15 -1670 ($ |#3|)) (-15 -1889 ($ |#2| |#3| |#4|)) (-15 -4191 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-641 (-1170)) (-172) (-847) (-238 (-3435 |#1|) (-768)) (-1 (-112) (-2 (|:| -1359 |#3|) (|:| -2954 |#4|)) (-2 (|:| -1359 |#3|) (|:| -2954 |#4|))) (-946 |#2| |#4| (-861 |#1|))) (T -461))
-((* (*1 *1 *2 *1) (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172)) (-4 *6 (-238 (-3435 *3) (-768))) (-14 *7 (-1 (-112) (-2 (|:| -1359 *5) (|:| -2954 *6)) (-2 (|:| -1359 *5) (|:| -2954 *6)))) (-5 *1 (-461 *3 *4 *5 *6 *7 *2)) (-4 *5 (-847)) (-4 *2 (-946 *4 *6 (-861 *3))))) (-4292 (*1 *2 *1) (-12 (-14 *3 (-641 (-1170))) (-4 *5 (-238 (-3435 *3) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1359 *4) (|:| -2954 *5)) (-2 (|:| -1359 *4) (|:| -2954 *5)))) (-4 *2 (-172)) (-5 *1 (-461 *3 *2 *4 *5 *6 *7)) (-4 *4 (-847)) (-4 *7 (-946 *2 *5 (-861 *3))))) (-4280 (*1 *2 *1) (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172)) (-4 *6 (-238 (-3435 *3) (-768))) (-14 *7 (-1 (-112) (-2 (|:| -1359 *5) (|:| -2954 *6)) (-2 (|:| -1359 *5) (|:| -2954 *6)))) (-5 *2 (-710 *5 *6 *7)) (-5 *1 (-461 *3 *4 *5 *6 *7 *8)) (-4 *5 (-847)) (-4 *8 (-946 *4 *6 (-861 *3))))) (-1890 (*1 *2 *1) (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172)) (-14 *6 (-1 (-112) (-2 (|:| -1359 *5) (|:| -2954 *2)) (-2 (|:| -1359 *5) (|:| -2954 *2)))) (-4 *2 (-238 (-3435 *3) (-768))) (-5 *1 (-461 *3 *4 *5 *2 *6 *7)) (-4 *5 (-847)) (-4 *7 (-946 *4 *2 (-861 *3))))) (-2437 (*1 *2 *1) (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172)) (-4 *5 (-238 (-3435 *3) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1359 *2) (|:| -2954 *5)) (-2 (|:| -1359 *2) (|:| -2954 *5)))) (-4 *2 (-847)) (-5 *1 (-461 *3 *4 *2 *5 *6 *7)) (-4 *7 (-946 *4 *5 (-861 *3))))) (-4316 (*1 *1 *1) (-12 (-14 *2 (-641 (-1170))) (-4 *3 (-172)) (-4 *5 (-238 (-3435 *2) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1359 *4) (|:| -2954 *5)) (-2 (|:| -1359 *4) (|:| -2954 *5)))) (-5 *1 (-461 *2 *3 *4 *5 *6 *7)) (-4 *4 (-847)) (-4 *7 (-946 *3 *5 (-861 *2))))) (-4132 (*1 *1 *2 *3) (-12 (-5 *3 (-710 *5 *6 *7)) (-4 *5 (-847)) (-4 *6 (-238 (-3435 *4) (-768))) (-14 *7 (-1 (-112) (-2 (|:| -1359 *5) (|:| -2954 *6)) (-2 (|:| -1359 *5) (|:| -2954 *6)))) (-14 *4 (-641 (-1170))) (-4 *2 (-172)) (-5 *1 (-461 *4 *2 *5 *6 *7 *8)) (-4 *8 (-946 *2 *6 (-861 *4))))) (-1670 (*1 *1 *2) (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172)) (-4 *5 (-238 (-3435 *3) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1359 *2) (|:| -2954 *5)) (-2 (|:| -1359 *2) (|:| -2954 *5)))) (-5 *1 (-461 *3 *4 *2 *5 *6 *7)) (-4 *2 (-847)) (-4 *7 (-946 *4 *5 (-861 *3))))) (-1889 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-641 (-1170))) (-4 *2 (-172)) (-4 *4 (-238 (-3435 *5) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1359 *3) (|:| -2954 *4)) (-2 (|:| -1359 *3) (|:| -2954 *4)))) (-5 *1 (-461 *5 *2 *3 *4 *6 *7)) (-4 *3 (-847)) (-4 *7 (-946 *2 *4 (-861 *5))))) (-4191 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-641 (-1170))) (-4 *2 (-172)) (-4 *3 (-238 (-3435 *4) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1359 *5) (|:| -2954 *3)) (-2 (|:| -1359 *5) (|:| -2954 *3)))) (-5 *1 (-461 *4 *2 *5 *3 *6 *7)) (-4 *5 (-847)) (-4 *7 (-946 *2 *3 (-861 *4))))))
-(-13 (-714 |#6|) (-714 |#2|) (-10 -8 (-15 -4292 (|#2| $)) (-15 -4280 ((-710 |#3| |#4| |#5|) $)) (-15 -1890 (|#4| $)) (-15 -2437 (|#3| $)) (-15 -4316 ($ $)) (-15 -4132 ($ |#2| (-710 |#3| |#4| |#5|))) (-15 -1670 ($ |#3|)) (-15 -1889 ($ |#2| |#3| |#4|)) (-15 -4191 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
-((-3671 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 39)))
-(((-462 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3671 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-790) (-847) (-556) (-946 |#3| |#1| |#2|) (-13 (-1035 (-407 (-564))) (-363) (-10 -8 (-15 -1721 ($ |#4|)) (-15 -2654 (|#4| $)) (-15 -2663 (|#4| $))))) (T -462))
-((-3671 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-847)) (-4 *5 (-790)) (-4 *6 (-556)) (-4 *7 (-946 *6 *5 *3)) (-5 *1 (-462 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-1035 (-407 (-564))) (-363) (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))))))
-(-10 -7 (-15 -3671 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
-((-1709 (((-112) $ $) NIL)) (-4153 (((-641 |#3|) $) 41)) (-2129 (((-112) $) NIL)) (-3451 (((-112) $) NIL (|has| |#1| (-556)))) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-3346 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-1492 (((-112) $) NIL (|has| |#1| (-556)))) (-1504 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3693 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3368 (((-112) $) NIL (|has| |#1| (-556)))) (-2266 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) 49)) (-3437 (($ (-641 |#4|)) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-3813 (($ |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4412)))) (-1597 (((-641 |#4|) $) 18 (|has| $ (-6 -4412)))) (-3698 ((|#3| $) 47)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#4|) $) 14 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) 26 (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-1439 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) 21)) (-1490 (((-641 |#3|) $) NIL)) (-1714 (((-112) |#3| $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-4382 (((-1114) $) NIL)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-2070 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 39)) (-3456 (($) 17)) (-1292 (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) 16)) (-2153 (((-536) $) NIL (|has| |#4| (-612 (-536)))) (($ (-641 |#4|)) 51)) (-1732 (($ (-641 |#4|)) 13)) (-2718 (($ $ |#3|) NIL)) (-3119 (($ $ |#3|) NIL)) (-1442 (($ $ |#3|) NIL)) (-1721 (((-859) $) 38) (((-641 |#4|) $) 50)) (-2666 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 30)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-463 |#1| |#2| |#3| |#4|) (-13 (-973 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2153 ($ (-641 |#4|))) (-6 -4412) (-6 -4413))) (-1046) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -463))
-((-2153 (*1 *1 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-463 *3 *4 *5 *6)))))
-(-13 (-973 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2153 ($ (-641 |#4|))) (-6 -4412) (-6 -4413)))
-((-2885 (($) 11)) (-2898 (($) 13)) (* (($ |#2| $) 15) (($ $ |#2|) 16)))
-(((-464 |#1| |#2| |#3|) (-10 -8 (-15 -2898 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -2885 (|#1|))) (-465 |#2| |#3|) (-172) (-23)) (T -464))
-NIL
-(-10 -8 (-15 -2898 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -2885 (|#1|)))
-((-1709 (((-112) $ $) 7)) (-2035 (((-3 |#1| "failed") $) 26)) (-3437 ((|#1| $) 27)) (-2067 (($ $ $) 23)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4341 ((|#2| $) 19)) (-1721 (((-859) $) 11) (($ |#1|) 25)) (-2885 (($) 18 T CONST)) (-2898 (($) 24 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 15) (($ $ $) 13)) (-2956 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1674 (((-3 $ "failed")) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-1546 (((-1259 (-685 (-407 (-949 |#1|)))) (-1259 $)) NIL) (((-1259 (-685 (-407 (-949 |#1|))))) NIL)) (-2294 (((-1259 $)) NIL)) (-1778 (($) NIL T CONST)) (-3353 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) NIL)) (-3868 (((-3 $ "failed")) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-1911 (((-685 (-407 (-949 |#1|))) (-1259 $)) NIL) (((-685 (-407 (-949 |#1|)))) NIL)) (-2825 (((-407 (-949 |#1|)) $) NIL)) (-2050 (((-685 (-407 (-949 |#1|))) $ (-1259 $)) NIL) (((-685 (-407 (-949 |#1|))) $) NIL)) (-2767 (((-3 $ "failed") $) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-2232 (((-1166 (-949 (-407 (-949 |#1|))))) NIL (|has| (-407 (-949 |#1|)) (-363))) (((-1166 (-407 (-949 |#1|)))) 94 (|has| |#1| (-556)))) (-4221 (($ $ (-918)) NIL)) (-2166 (((-407 (-949 |#1|)) $) NIL)) (-2878 (((-1166 (-407 (-949 |#1|))) $) 92 (|has| (-407 (-949 |#1|)) (-556)))) (-1476 (((-407 (-949 |#1|)) (-1259 $)) NIL) (((-407 (-949 |#1|))) NIL)) (-1475 (((-1166 (-407 (-949 |#1|))) $) NIL)) (-2103 (((-112)) NIL)) (-3624 (($ (-1259 (-407 (-949 |#1|))) (-1259 $)) 118) (($ (-1259 (-407 (-949 |#1|)))) NIL)) (-3733 (((-3 $ "failed") $) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-3531 (((-918)) NIL)) (-3628 (((-112)) NIL)) (-2482 (($ $ (-918)) NIL)) (-3001 (((-112)) NIL)) (-3261 (((-112)) NIL)) (-2130 (((-112)) NIL)) (-1907 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) NIL)) (-2302 (((-3 $ "failed")) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-2510 (((-685 (-407 (-949 |#1|))) (-1259 $)) NIL) (((-685 (-407 (-949 |#1|)))) NIL)) (-3385 (((-407 (-949 |#1|)) $) NIL)) (-2289 (((-685 (-407 (-949 |#1|))) $ (-1259 $)) NIL) (((-685 (-407 (-949 |#1|))) $) NIL)) (-3874 (((-3 $ "failed") $) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-1402 (((-1166 (-949 (-407 (-949 |#1|))))) NIL (|has| (-407 (-949 |#1|)) (-363))) (((-1166 (-407 (-949 |#1|)))) 93 (|has| |#1| (-556)))) (-2839 (($ $ (-918)) NIL)) (-2873 (((-407 (-949 |#1|)) $) NIL)) (-4146 (((-1166 (-407 (-949 |#1|))) $) 87 (|has| (-407 (-949 |#1|)) (-556)))) (-3525 (((-407 (-949 |#1|)) (-1259 $)) NIL) (((-407 (-949 |#1|))) NIL)) (-2582 (((-1166 (-407 (-949 |#1|))) $) NIL)) (-2628 (((-112)) NIL)) (-2723 (((-1152) $) NIL)) (-3582 (((-112)) NIL)) (-2317 (((-112)) NIL)) (-2241 (((-112)) NIL)) (-2780 (((-1114) $) NIL)) (-1739 (((-407 (-949 |#1|)) $ $) 78 (|has| |#1| (-556)))) (-2528 (((-407 (-949 |#1|)) $) 104 (|has| |#1| (-556)))) (-3974 (((-407 (-949 |#1|)) $) 108 (|has| |#1| (-556)))) (-3927 (((-1166 (-407 (-949 |#1|))) $) 98 (|has| |#1| (-556)))) (-2815 (((-407 (-949 |#1|))) 79 (|has| |#1| (-556)))) (-2212 (((-407 (-949 |#1|)) $ $) 71 (|has| |#1| (-556)))) (-1453 (((-407 (-949 |#1|)) $) 103 (|has| |#1| (-556)))) (-4363 (((-407 (-949 |#1|)) $) 107 (|has| |#1| (-556)))) (-1568 (((-1166 (-407 (-949 |#1|))) $) 97 (|has| |#1| (-556)))) (-3715 (((-407 (-949 |#1|))) 75 (|has| |#1| (-556)))) (-3858 (($) 114) (($ (-1170)) 122) (($ (-1259 (-1170))) 121) (($ (-1259 $)) 109) (($ (-1170) (-1259 $)) 120) (($ (-1259 (-1170)) (-1259 $)) 119)) (-3740 (((-112)) NIL)) (-1350 (((-407 (-949 |#1|)) $ (-564)) NIL)) (-2467 (((-1259 (-407 (-949 |#1|))) $ (-1259 $)) 111) (((-685 (-407 (-949 |#1|))) (-1259 $) (-1259 $)) NIL) (((-1259 (-407 (-949 |#1|))) $) 45) (((-685 (-407 (-949 |#1|))) (-1259 $)) NIL)) (-2511 (((-1259 (-407 (-949 |#1|))) $) NIL) (($ (-1259 (-407 (-949 |#1|)))) 42)) (-2852 (((-641 (-949 (-407 (-949 |#1|)))) (-1259 $)) NIL) (((-641 (-949 (-407 (-949 |#1|))))) NIL) (((-641 (-949 |#1|)) (-1259 $)) 112 (|has| |#1| (-556))) (((-641 (-949 |#1|))) 113 (|has| |#1| (-556)))) (-1992 (($ $ $) NIL)) (-2595 (((-112)) NIL)) (-1831 (((-859) $) NIL) (($ (-1259 (-407 (-949 |#1|)))) NIL)) (-3331 (((-1259 $)) 67)) (-1488 (((-641 (-1259 (-407 (-949 |#1|))))) NIL (|has| (-407 (-949 |#1|)) (-556)))) (-2611 (($ $ $ $) NIL)) (-1604 (((-112)) NIL)) (-3246 (($ (-685 (-407 (-949 |#1|))) $) NIL)) (-1656 (($ $ $) NIL)) (-3830 (((-112)) NIL)) (-3335 (((-112)) NIL)) (-2921 (((-112)) NIL)) (-1293 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) 110)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 63) (($ $ (-407 (-949 |#1|))) NIL) (($ (-407 (-949 |#1|)) $) NIL) (($ (-1136 |#2| (-407 (-949 |#1|))) $) NIL)))
+(((-453 |#1| |#2| |#3| |#4|) (-13 (-417 (-407 (-949 |#1|))) (-644 (-1136 |#2| (-407 (-949 |#1|)))) (-10 -8 (-15 -1831 ($ (-1259 (-407 (-949 |#1|))))) (-15 -1907 ((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed"))) (-15 -3353 ((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed"))) (-15 -3858 ($)) (-15 -3858 ($ (-1170))) (-15 -3858 ($ (-1259 (-1170)))) (-15 -3858 ($ (-1259 $))) (-15 -3858 ($ (-1170) (-1259 $))) (-15 -3858 ($ (-1259 (-1170)) (-1259 $))) (IF (|has| |#1| (-556)) (PROGN (-15 -1402 ((-1166 (-407 (-949 |#1|))))) (-15 -1568 ((-1166 (-407 (-949 |#1|))) $)) (-15 -1453 ((-407 (-949 |#1|)) $)) (-15 -4363 ((-407 (-949 |#1|)) $)) (-15 -2232 ((-1166 (-407 (-949 |#1|))))) (-15 -3927 ((-1166 (-407 (-949 |#1|))) $)) (-15 -2528 ((-407 (-949 |#1|)) $)) (-15 -3974 ((-407 (-949 |#1|)) $)) (-15 -2212 ((-407 (-949 |#1|)) $ $)) (-15 -3715 ((-407 (-949 |#1|)))) (-15 -1739 ((-407 (-949 |#1|)) $ $)) (-15 -2815 ((-407 (-949 |#1|)))) (-15 -2852 ((-641 (-949 |#1|)) (-1259 $))) (-15 -2852 ((-641 (-949 |#1|))))) |%noBranch|))) (-172) (-918) (-641 (-1170)) (-1259 (-685 |#1|))) (T -453))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1259 (-407 (-949 *3)))) (-4 *3 (-172)) (-14 *6 (-1259 (-685 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))))) (-1907 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-453 *3 *4 *5 *6)) (|:| -3331 (-641 (-453 *3 *4 *5 *6))))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3353 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-453 *3 *4 *5 *6)) (|:| -3331 (-641 (-453 *3 *4 *5 *6))))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3858 (*1 *1) (-12 (-5 *1 (-453 *2 *3 *4 *5)) (-4 *2 (-172)) (-14 *3 (-918)) (-14 *4 (-641 (-1170))) (-14 *5 (-1259 (-685 *2))))) (-3858 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 *2)) (-14 *6 (-1259 (-685 *3))))) (-3858 (*1 *1 *2) (-12 (-5 *2 (-1259 (-1170))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3858 (*1 *1 *2) (-12 (-5 *2 (-1259 (-453 *3 *4 *5 *6))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3858 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-453 *4 *5 *6 *7))) (-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-918)) (-14 *6 (-641 *2)) (-14 *7 (-1259 (-685 *4))))) (-3858 (*1 *1 *2 *3) (-12 (-5 *2 (-1259 (-1170))) (-5 *3 (-1259 (-453 *4 *5 *6 *7))) (-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-918)) (-14 *6 (-641 (-1170))) (-14 *7 (-1259 (-685 *4))))) (-1402 (*1 *2) (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-1568 (*1 *2 *1) (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-1453 (*1 *2 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-4363 (*1 *2 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-2232 (*1 *2) (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3927 (*1 *2 *1) (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-2528 (*1 *2 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3974 (*1 *2 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-2212 (*1 *2 *1 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-3715 (*1 *2) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-1739 (*1 *2 *1 *1) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-2815 (*1 *2) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))) (-2852 (*1 *2 *3) (-12 (-5 *3 (-1259 (-453 *4 *5 *6 *7))) (-5 *2 (-641 (-949 *4))) (-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-556)) (-4 *4 (-172)) (-14 *5 (-918)) (-14 *6 (-641 (-1170))) (-14 *7 (-1259 (-685 *4))))) (-2852 (*1 *2) (-12 (-5 *2 (-641 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(-13 (-417 (-407 (-949 |#1|))) (-644 (-1136 |#2| (-407 (-949 |#1|)))) (-10 -8 (-15 -1831 ($ (-1259 (-407 (-949 |#1|))))) (-15 -1907 ((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed"))) (-15 -3353 ((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed"))) (-15 -3858 ($)) (-15 -3858 ($ (-1170))) (-15 -3858 ($ (-1259 (-1170)))) (-15 -3858 ($ (-1259 $))) (-15 -3858 ($ (-1170) (-1259 $))) (-15 -3858 ($ (-1259 (-1170)) (-1259 $))) (IF (|has| |#1| (-556)) (PROGN (-15 -1402 ((-1166 (-407 (-949 |#1|))))) (-15 -1568 ((-1166 (-407 (-949 |#1|))) $)) (-15 -1453 ((-407 (-949 |#1|)) $)) (-15 -4363 ((-407 (-949 |#1|)) $)) (-15 -2232 ((-1166 (-407 (-949 |#1|))))) (-15 -3927 ((-1166 (-407 (-949 |#1|))) $)) (-15 -2528 ((-407 (-949 |#1|)) $)) (-15 -3974 ((-407 (-949 |#1|)) $)) (-15 -2212 ((-407 (-949 |#1|)) $ $)) (-15 -3715 ((-407 (-949 |#1|)))) (-15 -1739 ((-407 (-949 |#1|)) $ $)) (-15 -2815 ((-407 (-949 |#1|)))) (-15 -2852 ((-641 (-949 |#1|)) (-1259 $))) (-15 -2852 ((-641 (-949 |#1|))))) |%noBranch|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 18)) (-3209 (((-641 (-861 |#1|)) $) 93)) (-3040 (((-1166 $) $ (-861 |#1|)) 59) (((-1166 |#2|) $) 142)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#2| (-556)))) (-1537 (($ $) NIL (|has| |#2| (-556)))) (-1932 (((-112) $) NIL (|has| |#2| (-556)))) (-2291 (((-768) $) 27) (((-768) $ (-641 (-861 |#1|))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2427 (($ $) NIL (|has| |#2| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#2| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) 57) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-861 |#1|) "failed") $) NIL)) (-2237 ((|#2| $) 55) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-861 |#1|) $) NIL)) (-1357 (($ $ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-3240 (($ $ (-641 (-564))) 99)) (-3396 (($ $) 87)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#2| (-906)))) (-2055 (($ $ |#2| |#3| $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) 72)) (-3198 (($ (-1166 |#2|) (-861 |#1|)) 147) (($ (-1166 $) (-861 |#1|)) 65)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) 75)) (-3186 (($ |#2| |#3|) 38) (($ $ (-861 |#1|) (-768)) 40) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-861 |#1|)) NIL)) (-1826 ((|#3| $) NIL) (((-768) $ (-861 |#1|)) 63) (((-641 (-768)) $ (-641 (-861 |#1|))) 70)) (-1925 (($ $ $) NIL (|has| |#2| (-847)))) (-3375 (($ $ $) NIL (|has| |#2| (-847)))) (-2546 (($ (-1 |#3| |#3|) $) NIL)) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-2169 (((-3 (-861 |#1|) "failed") $) 52)) (-3356 (($ $) NIL)) (-3370 ((|#2| $) 54)) (-2740 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-2723 (((-1152) $) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-861 |#1|)) (|:| -1558 (-768))) "failed") $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) 53)) (-3341 ((|#2| $) 140)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) 152 (|has| |#2| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#2| (-906)))) (-1403 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-556)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-861 |#1|) |#2|) 106) (($ $ (-641 (-861 |#1|)) (-641 |#2|)) 112) (($ $ (-861 |#1|) $) 104) (($ $ (-641 (-861 |#1|)) (-641 $)) 130)) (-3190 (($ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-3534 (($ $ (-861 |#1|)) 66) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1619 ((|#3| $) 86) (((-768) $ (-861 |#1|)) 49) (((-641 (-768)) $ (-641 (-861 |#1|))) 69)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-861 |#1|) (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-3008 ((|#2| $) 149 (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1831 (((-859) $) 177) (($ (-564)) NIL) (($ |#2|) 105) (($ (-861 |#1|)) 42) (($ (-407 (-564))) NIL (-4078 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#2| (-556)))) (-3227 (((-641 |#2|) $) NIL)) (-2742 ((|#2| $ |#3|) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#2| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#2| (-556)))) (-1293 (($) 22 T CONST)) (-1300 (($) 31 T CONST)) (-3435 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1762 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1823 (($ $ |#2|) 84 (|has| |#2| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 135)) (** (($ $ (-918)) NIL) (($ $ (-768)) 133)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 39) (($ $ (-407 (-564))) NIL (|has| |#2| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#2| (-38 (-407 (-564))))) (($ |#2| $) 83) (($ $ |#2|) NIL)))
+(((-454 |#1| |#2| |#3|) (-13 (-946 |#2| |#3| (-861 |#1|)) (-10 -8 (-15 -3240 ($ $ (-641 (-564)))))) (-641 (-1170)) (-1046) (-238 (-2828 |#1|) (-768))) (T -454))
+((-3240 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-14 *3 (-641 (-1170))) (-5 *1 (-454 *3 *4 *5)) (-4 *4 (-1046)) (-4 *5 (-238 (-2828 *3) (-768))))))
+(-13 (-946 |#2| |#3| (-861 |#1|)) (-10 -8 (-15 -3240 ($ $ (-641 (-564))))))
+((-2036 (((-112) |#1| (-641 |#2|)) 92)) (-4069 (((-3 (-1259 (-641 |#2|)) "failed") (-768) |#1| (-641 |#2|)) 101)) (-2199 (((-3 (-641 |#2|) "failed") |#2| |#1| (-1259 (-641 |#2|))) 103)) (-2879 ((|#2| |#2| |#1|) 35)) (-3925 (((-768) |#2| (-641 |#2|)) 26)))
+(((-455 |#1| |#2|) (-10 -7 (-15 -2879 (|#2| |#2| |#1|)) (-15 -3925 ((-768) |#2| (-641 |#2|))) (-15 -4069 ((-3 (-1259 (-641 |#2|)) "failed") (-768) |#1| (-641 |#2|))) (-15 -2199 ((-3 (-641 |#2|) "failed") |#2| |#1| (-1259 (-641 |#2|)))) (-15 -2036 ((-112) |#1| (-641 |#2|)))) (-307) (-1235 |#1|)) (T -455))
+((-2036 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *5)) (-4 *5 (-1235 *3)) (-4 *3 (-307)) (-5 *2 (-112)) (-5 *1 (-455 *3 *5)))) (-2199 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1259 (-641 *3))) (-4 *4 (-307)) (-5 *2 (-641 *3)) (-5 *1 (-455 *4 *3)) (-4 *3 (-1235 *4)))) (-4069 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-768)) (-4 *4 (-307)) (-4 *6 (-1235 *4)) (-5 *2 (-1259 (-641 *6))) (-5 *1 (-455 *4 *6)) (-5 *5 (-641 *6)))) (-3925 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-307)) (-5 *2 (-768)) (-5 *1 (-455 *5 *3)))) (-2879 (*1 *2 *2 *3) (-12 (-4 *3 (-307)) (-5 *1 (-455 *3 *2)) (-4 *2 (-1235 *3)))))
+(-10 -7 (-15 -2879 (|#2| |#2| |#1|)) (-15 -3925 ((-768) |#2| (-641 |#2|))) (-15 -4069 ((-3 (-1259 (-641 |#2|)) "failed") (-768) |#1| (-641 |#2|))) (-15 -2199 ((-3 (-641 |#2|) "failed") |#2| |#1| (-1259 (-641 |#2|)))) (-15 -2036 ((-112) |#1| (-641 |#2|))))
+((-3070 (((-418 |#5|) |#5|) 24)))
+(((-456 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3070 ((-418 |#5|) |#5|))) (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)) (-15 -3871 ((-3 $ "failed") (-1170))))) (-790) (-556) (-556) (-946 |#4| |#2| |#1|)) (T -456))
+((-3070 (*1 *2 *3) (-12 (-4 *4 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)) (-15 -3871 ((-3 $ "failed") (-1170)))))) (-4 *5 (-790)) (-4 *7 (-556)) (-5 *2 (-418 *3)) (-5 *1 (-456 *4 *5 *6 *7 *3)) (-4 *6 (-556)) (-4 *3 (-946 *7 *5 *4)))))
+(-10 -7 (-15 -3070 ((-418 |#5|) |#5|)))
+((-1878 ((|#3|) 40)) (-1574 (((-1166 |#4|) (-1166 |#4|) (-1166 |#4|)) 36)))
+(((-457 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1574 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -1878 (|#3|))) (-790) (-847) (-906) (-946 |#3| |#1| |#2|)) (T -457))
+((-1878 (*1 *2) (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-906)) (-5 *1 (-457 *3 *4 *2 *5)) (-4 *5 (-946 *2 *3 *4)))) (-1574 (*1 *2 *2 *2) (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-906)) (-5 *1 (-457 *3 *4 *5 *6)))))
+(-10 -7 (-15 -1574 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -1878 (|#3|)))
+((-3070 (((-418 (-1166 |#1|)) (-1166 |#1|)) 43)))
+(((-458 |#1|) (-10 -7 (-15 -3070 ((-418 (-1166 |#1|)) (-1166 |#1|)))) (-307)) (T -458))
+((-3070 (*1 *2 *3) (-12 (-4 *4 (-307)) (-5 *2 (-418 (-1166 *4))) (-5 *1 (-458 *4)) (-5 *3 (-1166 *4)))))
+(-10 -7 (-15 -3070 ((-418 (-1166 |#1|)) (-1166 |#1|))))
+((-3266 (((-52) |#2| (-1170) (-294 |#2|) (-1226 (-768))) 44) (((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-768))) 43) (((-52) |#2| (-1170) (-294 |#2|)) 36) (((-52) (-1 |#2| (-564)) (-294 |#2|)) 29)) (-1881 (((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564))) 87) (((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564))) 86) (((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564))) 85) (((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564))) 84) (((-52) |#2| (-1170) (-294 |#2|)) 79) (((-52) (-1 |#2| (-564)) (-294 |#2|)) 78)) (-3288 (((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564))) 73) (((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564))) 71)) (-3277 (((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564))) 50) (((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564))) 49)))
+(((-459 |#1| |#2|) (-10 -7 (-15 -3266 ((-52) (-1 |#2| (-564)) (-294 |#2|))) (-15 -3266 ((-52) |#2| (-1170) (-294 |#2|))) (-15 -3266 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-768)))) (-15 -3266 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-768)))) (-15 -3277 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564)))) (-15 -3277 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564)))) (-15 -3288 ((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -3288 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -1881 ((-52) (-1 |#2| (-564)) (-294 |#2|))) (-15 -1881 ((-52) |#2| (-1170) (-294 |#2|))) (-15 -1881 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564)))) (-15 -1881 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564)))) (-15 -1881 ((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -1881 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564))))) (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -459))
+((-1881 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-407 (-564)))) (-5 *7 (-407 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *8))) (-4 *8 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *8 *3)))) (-1881 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-407 (-564)))) (-5 *4 (-294 *8)) (-5 *5 (-1226 (-407 (-564)))) (-5 *6 (-407 (-564))) (-4 *8 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *7 *8)))) (-1881 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *7 *3)))) (-1881 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-564))) (-5 *4 (-294 *7)) (-5 *5 (-1226 (-564))) (-4 *7 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *6 *7)))) (-1881 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *6 *3)))) (-1881 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-564))) (-5 *4 (-294 *6)) (-4 *6 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *5 *6)))) (-3288 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-407 (-564)))) (-5 *7 (-407 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *8))) (-4 *8 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *8 *3)))) (-3288 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-407 (-564)))) (-5 *4 (-294 *8)) (-5 *5 (-1226 (-407 (-564)))) (-5 *6 (-407 (-564))) (-4 *8 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *7 *8)))) (-3277 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *7 *3)))) (-3277 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-564))) (-5 *4 (-294 *7)) (-5 *5 (-1226 (-564))) (-4 *7 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *6 *7)))) (-3266 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-768))) (-4 *3 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *7 *3)))) (-3266 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-564))) (-5 *4 (-294 *7)) (-5 *5 (-1226 (-768))) (-4 *7 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *6 *7)))) (-3266 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *6 *3)))) (-3266 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-564))) (-5 *4 (-294 *6)) (-4 *6 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-52)) (-5 *1 (-459 *5 *6)))))
+(-10 -7 (-15 -3266 ((-52) (-1 |#2| (-564)) (-294 |#2|))) (-15 -3266 ((-52) |#2| (-1170) (-294 |#2|))) (-15 -3266 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-768)))) (-15 -3266 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-768)))) (-15 -3277 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564)))) (-15 -3277 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564)))) (-15 -3288 ((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -3288 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -1881 ((-52) (-1 |#2| (-564)) (-294 |#2|))) (-15 -1881 ((-52) |#2| (-1170) (-294 |#2|))) (-15 -1881 ((-52) (-1 |#2| (-564)) (-294 |#2|) (-1226 (-564)))) (-15 -1881 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-564)))) (-15 -1881 ((-52) (-1 |#2| (-407 (-564))) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))) (-15 -1881 ((-52) |#2| (-1170) (-294 |#2|) (-1226 (-407 (-564))) (-407 (-564)))))
+((-2879 ((|#2| |#2| |#1|) 15)) (-4329 (((-641 |#2|) |#2| (-641 |#2|) |#1| (-918)) 84)) (-1630 (((-2 (|:| |plist| (-641 |#2|)) (|:| |modulo| |#1|)) |#2| (-641 |#2|) |#1| (-918)) 70)))
+(((-460 |#1| |#2|) (-10 -7 (-15 -1630 ((-2 (|:| |plist| (-641 |#2|)) (|:| |modulo| |#1|)) |#2| (-641 |#2|) |#1| (-918))) (-15 -4329 ((-641 |#2|) |#2| (-641 |#2|) |#1| (-918))) (-15 -2879 (|#2| |#2| |#1|))) (-307) (-1235 |#1|)) (T -460))
+((-2879 (*1 *2 *2 *3) (-12 (-4 *3 (-307)) (-5 *1 (-460 *3 *2)) (-4 *2 (-1235 *3)))) (-4329 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-641 *3)) (-5 *5 (-918)) (-4 *3 (-1235 *4)) (-4 *4 (-307)) (-5 *1 (-460 *4 *3)))) (-1630 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-918)) (-4 *5 (-307)) (-4 *3 (-1235 *5)) (-5 *2 (-2 (|:| |plist| (-641 *3)) (|:| |modulo| *5))) (-5 *1 (-460 *5 *3)) (-5 *4 (-641 *3)))))
+(-10 -7 (-15 -1630 ((-2 (|:| |plist| (-641 |#2|)) (|:| |modulo| |#1|)) |#2| (-641 |#2|) |#1| (-918))) (-15 -4329 ((-641 |#2|) |#2| (-641 |#2|) |#1| (-918))) (-15 -2879 (|#2| |#2| |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 28)) (-1575 (($ |#3|) 25)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3396 (($ $) 32)) (-2738 (($ |#2| |#4| $) 33)) (-3186 (($ |#2| (-710 |#3| |#4| |#5|)) 24)) (-3356 (((-710 |#3| |#4| |#5|) $) 15)) (-3457 ((|#3| $) 19)) (-2962 ((|#4| $) 17)) (-3370 ((|#2| $) 29)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-2952 (($ |#2| |#3| |#4|) 26)) (-1293 (($) 36 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 34)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#6| $) 40) (($ $ |#6|) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-461 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-714 |#6|) (-714 |#2|) (-10 -8 (-15 -3370 (|#2| $)) (-15 -3356 ((-710 |#3| |#4| |#5|) $)) (-15 -2962 (|#4| $)) (-15 -3457 (|#3| $)) (-15 -3396 ($ $)) (-15 -3186 ($ |#2| (-710 |#3| |#4| |#5|))) (-15 -1575 ($ |#3|)) (-15 -2952 ($ |#2| |#3| |#4|)) (-15 -2738 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-641 (-1170)) (-172) (-847) (-238 (-2828 |#1|) (-768)) (-1 (-112) (-2 (|:| -1468 |#3|) (|:| -1558 |#4|)) (-2 (|:| -1468 |#3|) (|:| -1558 |#4|))) (-946 |#2| |#4| (-861 |#1|))) (T -461))
+((* (*1 *1 *2 *1) (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172)) (-4 *6 (-238 (-2828 *3) (-768))) (-14 *7 (-1 (-112) (-2 (|:| -1468 *5) (|:| -1558 *6)) (-2 (|:| -1468 *5) (|:| -1558 *6)))) (-5 *1 (-461 *3 *4 *5 *6 *7 *2)) (-4 *5 (-847)) (-4 *2 (-946 *4 *6 (-861 *3))))) (-3370 (*1 *2 *1) (-12 (-14 *3 (-641 (-1170))) (-4 *5 (-238 (-2828 *3) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1468 *4) (|:| -1558 *5)) (-2 (|:| -1468 *4) (|:| -1558 *5)))) (-4 *2 (-172)) (-5 *1 (-461 *3 *2 *4 *5 *6 *7)) (-4 *4 (-847)) (-4 *7 (-946 *2 *5 (-861 *3))))) (-3356 (*1 *2 *1) (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172)) (-4 *6 (-238 (-2828 *3) (-768))) (-14 *7 (-1 (-112) (-2 (|:| -1468 *5) (|:| -1558 *6)) (-2 (|:| -1468 *5) (|:| -1558 *6)))) (-5 *2 (-710 *5 *6 *7)) (-5 *1 (-461 *3 *4 *5 *6 *7 *8)) (-4 *5 (-847)) (-4 *8 (-946 *4 *6 (-861 *3))))) (-2962 (*1 *2 *1) (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172)) (-14 *6 (-1 (-112) (-2 (|:| -1468 *5) (|:| -1558 *2)) (-2 (|:| -1468 *5) (|:| -1558 *2)))) (-4 *2 (-238 (-2828 *3) (-768))) (-5 *1 (-461 *3 *4 *5 *2 *6 *7)) (-4 *5 (-847)) (-4 *7 (-946 *4 *2 (-861 *3))))) (-3457 (*1 *2 *1) (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172)) (-4 *5 (-238 (-2828 *3) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1468 *2) (|:| -1558 *5)) (-2 (|:| -1468 *2) (|:| -1558 *5)))) (-4 *2 (-847)) (-5 *1 (-461 *3 *4 *2 *5 *6 *7)) (-4 *7 (-946 *4 *5 (-861 *3))))) (-3396 (*1 *1 *1) (-12 (-14 *2 (-641 (-1170))) (-4 *3 (-172)) (-4 *5 (-238 (-2828 *2) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1468 *4) (|:| -1558 *5)) (-2 (|:| -1468 *4) (|:| -1558 *5)))) (-5 *1 (-461 *2 *3 *4 *5 *6 *7)) (-4 *4 (-847)) (-4 *7 (-946 *3 *5 (-861 *2))))) (-3186 (*1 *1 *2 *3) (-12 (-5 *3 (-710 *5 *6 *7)) (-4 *5 (-847)) (-4 *6 (-238 (-2828 *4) (-768))) (-14 *7 (-1 (-112) (-2 (|:| -1468 *5) (|:| -1558 *6)) (-2 (|:| -1468 *5) (|:| -1558 *6)))) (-14 *4 (-641 (-1170))) (-4 *2 (-172)) (-5 *1 (-461 *4 *2 *5 *6 *7 *8)) (-4 *8 (-946 *2 *6 (-861 *4))))) (-1575 (*1 *1 *2) (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172)) (-4 *5 (-238 (-2828 *3) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1468 *2) (|:| -1558 *5)) (-2 (|:| -1468 *2) (|:| -1558 *5)))) (-5 *1 (-461 *3 *4 *2 *5 *6 *7)) (-4 *2 (-847)) (-4 *7 (-946 *4 *5 (-861 *3))))) (-2952 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-641 (-1170))) (-4 *2 (-172)) (-4 *4 (-238 (-2828 *5) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1468 *3) (|:| -1558 *4)) (-2 (|:| -1468 *3) (|:| -1558 *4)))) (-5 *1 (-461 *5 *2 *3 *4 *6 *7)) (-4 *3 (-847)) (-4 *7 (-946 *2 *4 (-861 *5))))) (-2738 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-641 (-1170))) (-4 *2 (-172)) (-4 *3 (-238 (-2828 *4) (-768))) (-14 *6 (-1 (-112) (-2 (|:| -1468 *5) (|:| -1558 *3)) (-2 (|:| -1468 *5) (|:| -1558 *3)))) (-5 *1 (-461 *4 *2 *5 *3 *6 *7)) (-4 *5 (-847)) (-4 *7 (-946 *2 *3 (-861 *4))))))
+(-13 (-714 |#6|) (-714 |#2|) (-10 -8 (-15 -3370 (|#2| $)) (-15 -3356 ((-710 |#3| |#4| |#5|) $)) (-15 -2962 (|#4| $)) (-15 -3457 (|#3| $)) (-15 -3396 ($ $)) (-15 -3186 ($ |#2| (-710 |#3| |#4| |#5|))) (-15 -1575 ($ |#3|)) (-15 -2952 ($ |#2| |#3| |#4|)) (-15 -2738 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
+((-2520 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 39)))
+(((-462 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2520 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-790) (-847) (-556) (-946 |#3| |#1| |#2|) (-13 (-1035 (-407 (-564))) (-363) (-10 -8 (-15 -1831 ($ |#4|)) (-15 -3678 (|#4| $)) (-15 -3693 (|#4| $))))) (T -462))
+((-2520 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-847)) (-4 *5 (-790)) (-4 *6 (-556)) (-4 *7 (-946 *6 *5 *3)) (-5 *1 (-462 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-1035 (-407 (-564))) (-363) (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))))))
+(-10 -7 (-15 -2520 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
+((-1817 (((-112) $ $) NIL)) (-3209 (((-641 |#3|) $) 41)) (-3449 (((-112) $) NIL)) (-3961 (((-112) $) NIL (|has| |#1| (-556)))) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-3752 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-3602 (((-112) $) NIL (|has| |#1| (-556)))) (-2495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2536 (((-112) $) NIL (|has| |#1| (-556)))) (-2338 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) 49)) (-2237 (($ (-641 |#4|)) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-2576 (($ |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4406)))) (-1433 (((-641 |#4|) $) 18 (|has| $ (-6 -4406)))) (-1543 ((|#3| $) 47)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#4|) $) 14 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) 26 (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-2250 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) 21)) (-3580 (((-641 |#3|) $) NIL)) (-3879 (((-112) |#3| $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-2780 (((-1114) $) NIL)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-4077 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 39)) (-4012 (($) 17)) (-2791 (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) 16)) (-2511 (((-536) $) NIL (|has| |#4| (-612 (-536)))) (($ (-641 |#4|)) 51)) (-1842 (($ (-641 |#4|)) 13)) (-4287 (($ $ |#3|) NIL)) (-1887 (($ $ |#3|) NIL)) (-3111 (($ $ |#3|) NIL)) (-1831 (((-859) $) 38) (((-641 |#4|) $) 50)) (-1963 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 30)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-463 |#1| |#2| |#3| |#4|) (-13 (-973 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2511 ($ (-641 |#4|))) (-6 -4406) (-6 -4407))) (-1046) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -463))
+((-2511 (*1 *1 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-463 *3 *4 *5 *6)))))
+(-13 (-973 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2511 ($ (-641 |#4|))) (-6 -4406) (-6 -4407)))
+((-1293 (($) 11)) (-1300 (($) 13)) (* (($ |#2| $) 15) (($ $ |#2|) 16)))
+(((-464 |#1| |#2| |#3|) (-10 -8 (-15 -1300 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -1293 (|#1|))) (-465 |#2| |#3|) (-172) (-23)) (T -464))
+NIL
+(-10 -8 (-15 -1300 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -1293 (|#1|)))
+((-1817 (((-112) $ $) 7)) (-2347 (((-3 |#1| "failed") $) 26)) (-2237 ((|#1| $) 27)) (-4049 (($ $ $) 23)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1619 ((|#2| $) 19)) (-1831 (((-859) $) 11) (($ |#1|) 25)) (-1293 (($) 18 T CONST)) (-1300 (($) 24 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 15) (($ $ $) 13)) (-1797 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
(((-465 |#1| |#2|) (-140) (-172) (-23)) (T -465))
-((-2898 (*1 *1) (-12 (-4 *1 (-465 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-2067 (*1 *1 *1 *1) (-12 (-4 *1 (-465 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))))
-(-13 (-470 |t#1| |t#2|) (-1035 |t#1|) (-10 -8 (-15 (-2898) ($) -1367) (-15 -2067 ($ $ $))))
+((-1300 (*1 *1) (-12 (-4 *1 (-465 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-4049 (*1 *1 *1 *1) (-12 (-4 *1 (-465 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))))
+(-13 (-470 |t#1| |t#2|) (-1035 |t#1|) (-10 -8 (-15 (-1300) ($) -1809) (-15 -4049 ($ $ $))))
(((-102) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-470 |#1| |#2|) . T) ((-1035 |#1|) . T) ((-1094) . T))
-((-3117 (((-1259 (-1259 (-564))) (-1259 (-1259 (-564))) (-918)) 29)) (-2561 (((-1259 (-1259 (-564))) (-918)) 24)))
-(((-466) (-10 -7 (-15 -3117 ((-1259 (-1259 (-564))) (-1259 (-1259 (-564))) (-918))) (-15 -2561 ((-1259 (-1259 (-564))) (-918))))) (T -466))
-((-2561 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1259 (-1259 (-564)))) (-5 *1 (-466)))) (-3117 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 (-1259 (-564)))) (-5 *3 (-918)) (-5 *1 (-466)))))
-(-10 -7 (-15 -3117 ((-1259 (-1259 (-564))) (-1259 (-1259 (-564))) (-918))) (-15 -2561 ((-1259 (-1259 (-564))) (-918))))
-((-2509 (((-564) (-564)) 32) (((-564)) 24)) (-2620 (((-564) (-564)) 28) (((-564)) 20)) (-3318 (((-564) (-564)) 30) (((-564)) 22)) (-2987 (((-112) (-112)) 14) (((-112)) 12)) (-4006 (((-112) (-112)) 13) (((-112)) 11)) (-2770 (((-112) (-112)) 26) (((-112)) 17)))
-(((-467) (-10 -7 (-15 -4006 ((-112))) (-15 -2987 ((-112))) (-15 -4006 ((-112) (-112))) (-15 -2987 ((-112) (-112))) (-15 -2770 ((-112))) (-15 -3318 ((-564))) (-15 -2620 ((-564))) (-15 -2509 ((-564))) (-15 -2770 ((-112) (-112))) (-15 -3318 ((-564) (-564))) (-15 -2620 ((-564) (-564))) (-15 -2509 ((-564) (-564))))) (T -467))
-((-2509 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-2620 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-3318 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-2770 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))) (-2509 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-2620 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-3318 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-2770 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))) (-2987 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))) (-4006 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))) (-2987 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))) (-4006 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))))
-(-10 -7 (-15 -4006 ((-112))) (-15 -2987 ((-112))) (-15 -4006 ((-112) (-112))) (-15 -2987 ((-112) (-112))) (-15 -2770 ((-112))) (-15 -3318 ((-564))) (-15 -2620 ((-564))) (-15 -2509 ((-564))) (-15 -2770 ((-112) (-112))) (-15 -3318 ((-564) (-564))) (-15 -2620 ((-564) (-564))) (-15 -2509 ((-564) (-564))))
-((-1709 (((-112) $ $) NIL)) (-2337 (((-641 (-379)) $) 34) (((-641 (-379)) $ (-641 (-379))) 144)) (-2803 (((-641 (-1088 (-379))) $) 16) (((-641 (-1088 (-379))) $ (-641 (-1088 (-379)))) 140)) (-4353 (((-641 (-641 (-940 (-225)))) (-641 (-641 (-940 (-225)))) (-641 (-871))) 58)) (-2342 (((-641 (-641 (-940 (-225)))) $) 135)) (-2699 (((-1264) $ (-940 (-225)) (-871)) 160)) (-1510 (($ $) 134) (($ (-641 (-641 (-940 (-225))))) 147) (($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918))) 146) (($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918)) (-641 (-263))) 148)) (-2811 (((-1152) $) NIL)) (-2381 (((-564) $) 108)) (-4382 (((-1114) $) NIL)) (-3555 (($) 145)) (-2726 (((-641 (-225)) (-641 (-641 (-940 (-225))))) 88)) (-3118 (((-1264) $ (-641 (-940 (-225))) (-871) (-871) (-918)) 153) (((-1264) $ (-940 (-225))) 155) (((-1264) $ (-940 (-225)) (-871) (-871) (-918)) 154)) (-1721 (((-859) $) 166) (($ (-641 (-641 (-940 (-225))))) 161)) (-3592 (((-1264) $ (-940 (-225))) 159)) (-2853 (((-112) $ $) NIL)))
-(((-468) (-13 (-1094) (-10 -8 (-15 -3555 ($)) (-15 -1510 ($ $)) (-15 -1510 ($ (-641 (-641 (-940 (-225)))))) (-15 -1510 ($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918)))) (-15 -1510 ($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918)) (-641 (-263)))) (-15 -2342 ((-641 (-641 (-940 (-225)))) $)) (-15 -2381 ((-564) $)) (-15 -2803 ((-641 (-1088 (-379))) $)) (-15 -2803 ((-641 (-1088 (-379))) $ (-641 (-1088 (-379))))) (-15 -2337 ((-641 (-379)) $)) (-15 -2337 ((-641 (-379)) $ (-641 (-379)))) (-15 -3118 ((-1264) $ (-641 (-940 (-225))) (-871) (-871) (-918))) (-15 -3118 ((-1264) $ (-940 (-225)))) (-15 -3118 ((-1264) $ (-940 (-225)) (-871) (-871) (-918))) (-15 -3592 ((-1264) $ (-940 (-225)))) (-15 -2699 ((-1264) $ (-940 (-225)) (-871))) (-15 -1721 ($ (-641 (-641 (-940 (-225)))))) (-15 -1721 ((-859) $)) (-15 -4353 ((-641 (-641 (-940 (-225)))) (-641 (-641 (-940 (-225)))) (-641 (-871)))) (-15 -2726 ((-641 (-225)) (-641 (-641 (-940 (-225))))))))) (T -468))
-((-1721 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-468)))) (-3555 (*1 *1) (-5 *1 (-468))) (-1510 (*1 *1 *1) (-5 *1 (-468))) (-1510 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-468)))) (-1510 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871))) (-5 *4 (-641 (-918))) (-5 *1 (-468)))) (-1510 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871))) (-5 *4 (-641 (-918))) (-5 *5 (-641 (-263))) (-5 *1 (-468)))) (-2342 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-468)))) (-2381 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-468)))) (-2803 (*1 *2 *1) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-468)))) (-2803 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-468)))) (-2337 (*1 *2 *1) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-468)))) (-2337 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-468)))) (-3118 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *4 (-871)) (-5 *5 (-918)) (-5 *2 (-1264)) (-5 *1 (-468)))) (-3118 (*1 *2 *1 *3) (-12 (-5 *3 (-940 (-225))) (-5 *2 (-1264)) (-5 *1 (-468)))) (-3118 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-940 (-225))) (-5 *4 (-871)) (-5 *5 (-918)) (-5 *2 (-1264)) (-5 *1 (-468)))) (-3592 (*1 *2 *1 *3) (-12 (-5 *3 (-940 (-225))) (-5 *2 (-1264)) (-5 *1 (-468)))) (-2699 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-940 (-225))) (-5 *4 (-871)) (-5 *2 (-1264)) (-5 *1 (-468)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-468)))) (-4353 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871))) (-5 *1 (-468)))) (-2726 (*1 *2 *3) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *2 (-641 (-225))) (-5 *1 (-468)))))
-(-13 (-1094) (-10 -8 (-15 -3555 ($)) (-15 -1510 ($ $)) (-15 -1510 ($ (-641 (-641 (-940 (-225)))))) (-15 -1510 ($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918)))) (-15 -1510 ($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918)) (-641 (-263)))) (-15 -2342 ((-641 (-641 (-940 (-225)))) $)) (-15 -2381 ((-564) $)) (-15 -2803 ((-641 (-1088 (-379))) $)) (-15 -2803 ((-641 (-1088 (-379))) $ (-641 (-1088 (-379))))) (-15 -2337 ((-641 (-379)) $)) (-15 -2337 ((-641 (-379)) $ (-641 (-379)))) (-15 -3118 ((-1264) $ (-641 (-940 (-225))) (-871) (-871) (-918))) (-15 -3118 ((-1264) $ (-940 (-225)))) (-15 -3118 ((-1264) $ (-940 (-225)) (-871) (-871) (-918))) (-15 -3592 ((-1264) $ (-940 (-225)))) (-15 -2699 ((-1264) $ (-940 (-225)) (-871))) (-15 -1721 ($ (-641 (-641 (-940 (-225)))))) (-15 -1721 ((-859) $)) (-15 -4353 ((-641 (-641 (-940 (-225)))) (-641 (-641 (-940 (-225)))) (-641 (-871)))) (-15 -2726 ((-641 (-225)) (-641 (-641 (-940 (-225))))))))
-((-2970 (($ $) NIL) (($ $ $) 11)))
-(((-469 |#1| |#2| |#3|) (-10 -8 (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|))) (-470 |#2| |#3|) (-172) (-23)) (T -469))
-NIL
-(-10 -8 (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4341 ((|#2| $) 19)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 15) (($ $ $) 13)) (-2956 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
+((-1865 (((-1259 (-1259 (-564))) (-1259 (-1259 (-564))) (-918)) 29)) (-2177 (((-1259 (-1259 (-564))) (-918)) 24)))
+(((-466) (-10 -7 (-15 -1865 ((-1259 (-1259 (-564))) (-1259 (-1259 (-564))) (-918))) (-15 -2177 ((-1259 (-1259 (-564))) (-918))))) (T -466))
+((-2177 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1259 (-1259 (-564)))) (-5 *1 (-466)))) (-1865 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 (-1259 (-564)))) (-5 *3 (-918)) (-5 *1 (-466)))))
+(-10 -7 (-15 -1865 ((-1259 (-1259 (-564))) (-1259 (-1259 (-564))) (-918))) (-15 -2177 ((-1259 (-1259 (-564))) (-918))))
+((-2932 (((-564) (-564)) 32) (((-564)) 24)) (-1552 (((-564) (-564)) 28) (((-564)) 20)) (-2047 (((-564) (-564)) 30) (((-564)) 22)) (-1872 (((-112) (-112)) 14) (((-112)) 12)) (-1490 (((-112) (-112)) 13) (((-112)) 11)) (-3572 (((-112) (-112)) 26) (((-112)) 17)))
+(((-467) (-10 -7 (-15 -1490 ((-112))) (-15 -1872 ((-112))) (-15 -1490 ((-112) (-112))) (-15 -1872 ((-112) (-112))) (-15 -3572 ((-112))) (-15 -2047 ((-564))) (-15 -1552 ((-564))) (-15 -2932 ((-564))) (-15 -3572 ((-112) (-112))) (-15 -2047 ((-564) (-564))) (-15 -1552 ((-564) (-564))) (-15 -2932 ((-564) (-564))))) (T -467))
+((-2932 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-1552 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-2047 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-3572 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))) (-2932 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-1552 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-2047 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467)))) (-3572 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))) (-1872 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))) (-1490 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))) (-1872 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))) (-1490 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))))
+(-10 -7 (-15 -1490 ((-112))) (-15 -1872 ((-112))) (-15 -1490 ((-112) (-112))) (-15 -1872 ((-112) (-112))) (-15 -3572 ((-112))) (-15 -2047 ((-564))) (-15 -1552 ((-564))) (-15 -2932 ((-564))) (-15 -3572 ((-112) (-112))) (-15 -2047 ((-564) (-564))) (-15 -1552 ((-564) (-564))) (-15 -2932 ((-564) (-564))))
+((-1817 (((-112) $ $) NIL)) (-2521 (((-641 (-379)) $) 34) (((-641 (-379)) $ (-641 (-379))) 144)) (-2654 (((-641 (-1088 (-379))) $) 16) (((-641 (-1088 (-379))) $ (-641 (-1088 (-379)))) 140)) (-1763 (((-641 (-641 (-940 (-225)))) (-641 (-641 (-940 (-225)))) (-641 (-871))) 58)) (-1838 (((-641 (-641 (-940 (-225)))) $) 135)) (-1850 (((-1264) $ (-940 (-225)) (-871)) 160)) (-2564 (($ $) 134) (($ (-641 (-641 (-940 (-225))))) 147) (($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918))) 146) (($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918)) (-641 (-263))) 148)) (-2723 (((-1152) $) NIL)) (-2568 (((-564) $) 108)) (-2780 (((-1114) $) NIL)) (-3823 (($) 145)) (-4342 (((-641 (-225)) (-641 (-641 (-940 (-225))))) 88)) (-1876 (((-1264) $ (-641 (-940 (-225))) (-871) (-871) (-918)) 153) (((-1264) $ (-940 (-225))) 155) (((-1264) $ (-940 (-225)) (-871) (-871) (-918)) 154)) (-1831 (((-859) $) 166) (($ (-641 (-641 (-940 (-225))))) 161)) (-2953 (((-1264) $ (-940 (-225))) 159)) (-1702 (((-112) $ $) NIL)))
+(((-468) (-13 (-1094) (-10 -8 (-15 -3823 ($)) (-15 -2564 ($ $)) (-15 -2564 ($ (-641 (-641 (-940 (-225)))))) (-15 -2564 ($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918)))) (-15 -2564 ($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918)) (-641 (-263)))) (-15 -1838 ((-641 (-641 (-940 (-225)))) $)) (-15 -2568 ((-564) $)) (-15 -2654 ((-641 (-1088 (-379))) $)) (-15 -2654 ((-641 (-1088 (-379))) $ (-641 (-1088 (-379))))) (-15 -2521 ((-641 (-379)) $)) (-15 -2521 ((-641 (-379)) $ (-641 (-379)))) (-15 -1876 ((-1264) $ (-641 (-940 (-225))) (-871) (-871) (-918))) (-15 -1876 ((-1264) $ (-940 (-225)))) (-15 -1876 ((-1264) $ (-940 (-225)) (-871) (-871) (-918))) (-15 -2953 ((-1264) $ (-940 (-225)))) (-15 -1850 ((-1264) $ (-940 (-225)) (-871))) (-15 -1831 ($ (-641 (-641 (-940 (-225)))))) (-15 -1831 ((-859) $)) (-15 -1763 ((-641 (-641 (-940 (-225)))) (-641 (-641 (-940 (-225)))) (-641 (-871)))) (-15 -4342 ((-641 (-225)) (-641 (-641 (-940 (-225))))))))) (T -468))
+((-1831 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-468)))) (-3823 (*1 *1) (-5 *1 (-468))) (-2564 (*1 *1 *1) (-5 *1 (-468))) (-2564 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-468)))) (-2564 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871))) (-5 *4 (-641 (-918))) (-5 *1 (-468)))) (-2564 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871))) (-5 *4 (-641 (-918))) (-5 *5 (-641 (-263))) (-5 *1 (-468)))) (-1838 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-468)))) (-2568 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-468)))) (-2654 (*1 *2 *1) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-468)))) (-2654 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-468)))) (-2521 (*1 *2 *1) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-468)))) (-2521 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-468)))) (-1876 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *4 (-871)) (-5 *5 (-918)) (-5 *2 (-1264)) (-5 *1 (-468)))) (-1876 (*1 *2 *1 *3) (-12 (-5 *3 (-940 (-225))) (-5 *2 (-1264)) (-5 *1 (-468)))) (-1876 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-940 (-225))) (-5 *4 (-871)) (-5 *5 (-918)) (-5 *2 (-1264)) (-5 *1 (-468)))) (-2953 (*1 *2 *1 *3) (-12 (-5 *3 (-940 (-225))) (-5 *2 (-1264)) (-5 *1 (-468)))) (-1850 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-940 (-225))) (-5 *4 (-871)) (-5 *2 (-1264)) (-5 *1 (-468)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-468)))) (-1763 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871))) (-5 *1 (-468)))) (-4342 (*1 *2 *3) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *2 (-641 (-225))) (-5 *1 (-468)))))
+(-13 (-1094) (-10 -8 (-15 -3823 ($)) (-15 -2564 ($ $)) (-15 -2564 ($ (-641 (-641 (-940 (-225)))))) (-15 -2564 ($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918)))) (-15 -2564 ($ (-641 (-641 (-940 (-225)))) (-641 (-871)) (-641 (-871)) (-641 (-918)) (-641 (-263)))) (-15 -1838 ((-641 (-641 (-940 (-225)))) $)) (-15 -2568 ((-564) $)) (-15 -2654 ((-641 (-1088 (-379))) $)) (-15 -2654 ((-641 (-1088 (-379))) $ (-641 (-1088 (-379))))) (-15 -2521 ((-641 (-379)) $)) (-15 -2521 ((-641 (-379)) $ (-641 (-379)))) (-15 -1876 ((-1264) $ (-641 (-940 (-225))) (-871) (-871) (-918))) (-15 -1876 ((-1264) $ (-940 (-225)))) (-15 -1876 ((-1264) $ (-940 (-225)) (-871) (-871) (-918))) (-15 -2953 ((-1264) $ (-940 (-225)))) (-15 -1850 ((-1264) $ (-940 (-225)) (-871))) (-15 -1831 ($ (-641 (-641 (-940 (-225)))))) (-15 -1831 ((-859) $)) (-15 -1763 ((-641 (-641 (-940 (-225)))) (-641 (-641 (-940 (-225)))) (-641 (-871)))) (-15 -4342 ((-641 (-225)) (-641 (-641 (-940 (-225))))))))
+((-1808 (($ $) NIL) (($ $ $) 11)))
+(((-469 |#1| |#2| |#3|) (-10 -8 (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|))) (-470 |#2| |#3|) (-172) (-23)) (T -469))
+NIL
+(-10 -8 (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1619 ((|#2| $) 19)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 15) (($ $ $) 13)) (-1797 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
(((-470 |#1| |#2|) (-140) (-172) (-23)) (T -470))
-((-4341 (*1 *2 *1) (-12 (-4 *1 (-470 *3 *2)) (-4 *3 (-172)) (-4 *2 (-23)))) (-2885 (*1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-2970 (*1 *1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-2956 (*1 *1 *1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-2970 (*1 *1 *1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))))
-(-13 (-1094) (-10 -8 (-15 -4341 (|t#2| $)) (-15 (-2885) ($) -1367) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -2970 ($ $)) (-15 -2956 ($ $ $)) (-15 -2970 ($ $ $))))
+((-1619 (*1 *2 *1) (-12 (-4 *1 (-470 *3 *2)) (-4 *3 (-172)) (-4 *2 (-23)))) (-1293 (*1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-1808 (*1 *1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-1797 (*1 *1 *1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-1808 (*1 *1 *1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))))
+(-13 (-1094) (-10 -8 (-15 -1619 (|t#2| $)) (-15 (-1293) ($) -1809) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -1808 ($ $)) (-15 -1797 ($ $ $)) (-15 -1808 ($ $ $))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-4266 (((-3 (-641 (-481 |#1| |#2|)) "failed") (-641 (-481 |#1| |#2|)) (-641 (-861 |#1|))) 136)) (-1528 (((-641 (-641 (-247 |#1| |#2|))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|))) 133)) (-1543 (((-2 (|:| |dpolys| (-641 (-247 |#1| |#2|))) (|:| |coords| (-641 (-564)))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|))) 86)))
-(((-471 |#1| |#2| |#3|) (-10 -7 (-15 -1528 ((-641 (-641 (-247 |#1| |#2|))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|)))) (-15 -4266 ((-3 (-641 (-481 |#1| |#2|)) "failed") (-641 (-481 |#1| |#2|)) (-641 (-861 |#1|)))) (-15 -1543 ((-2 (|:| |dpolys| (-641 (-247 |#1| |#2|))) (|:| |coords| (-641 (-564)))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|))))) (-641 (-1170)) (-452) (-452)) (T -471))
-((-1543 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-861 *5))) (-14 *5 (-641 (-1170))) (-4 *6 (-452)) (-5 *2 (-2 (|:| |dpolys| (-641 (-247 *5 *6))) (|:| |coords| (-641 (-564))))) (-5 *1 (-471 *5 *6 *7)) (-5 *3 (-641 (-247 *5 *6))) (-4 *7 (-452)))) (-4266 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-481 *4 *5))) (-5 *3 (-641 (-861 *4))) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-471 *4 *5 *6)) (-4 *6 (-452)))) (-1528 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-861 *5))) (-14 *5 (-641 (-1170))) (-4 *6 (-452)) (-5 *2 (-641 (-641 (-247 *5 *6)))) (-5 *1 (-471 *5 *6 *7)) (-5 *3 (-641 (-247 *5 *6))) (-4 *7 (-452)))))
-(-10 -7 (-15 -1528 ((-641 (-641 (-247 |#1| |#2|))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|)))) (-15 -4266 ((-3 (-641 (-481 |#1| |#2|)) "failed") (-641 (-481 |#1| |#2|)) (-641 (-861 |#1|)))) (-15 -1543 ((-2 (|:| |dpolys| (-641 (-247 |#1| |#2|))) (|:| |coords| (-641 (-564)))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|)))))
-((-3233 (((-3 $ "failed") $) 11)) (-3601 (($ $ $) 23)) (-1923 (($ $ $) 24)) (-2983 (($ $ $) 9)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 22)))
-(((-472 |#1|) (-10 -8 (-15 -1923 (|#1| |#1| |#1|)) (-15 -3601 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -2983 (|#1| |#1| |#1|)) (-15 -3233 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918)))) (-473)) (T -472))
-NIL
-(-10 -8 (-15 -1923 (|#1| |#1| |#1|)) (-15 -3601 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -2983 (|#1| |#1| |#1|)) (-15 -3233 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))))
-((-1709 (((-112) $ $) 7)) (-1692 (($) 18 T CONST)) (-3233 (((-3 $ "failed") $) 15)) (-3282 (((-112) $) 17)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 24)) (-4382 (((-1114) $) 10)) (-3601 (($ $ $) 21)) (-1923 (($ $ $) 20)) (-1721 (((-859) $) 11)) (-2898 (($) 19 T CONST)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ $) 23)) (** (($ $ (-918)) 13) (($ $ (-768)) 16) (($ $ (-564)) 22)) (* (($ $ $) 14)))
+((-2189 (((-3 (-641 (-481 |#1| |#2|)) "failed") (-641 (-481 |#1| |#2|)) (-641 (-861 |#1|))) 136)) (-2741 (((-641 (-641 (-247 |#1| |#2|))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|))) 133)) (-2875 (((-2 (|:| |dpolys| (-641 (-247 |#1| |#2|))) (|:| |coords| (-641 (-564)))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|))) 86)))
+(((-471 |#1| |#2| |#3|) (-10 -7 (-15 -2741 ((-641 (-641 (-247 |#1| |#2|))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|)))) (-15 -2189 ((-3 (-641 (-481 |#1| |#2|)) "failed") (-641 (-481 |#1| |#2|)) (-641 (-861 |#1|)))) (-15 -2875 ((-2 (|:| |dpolys| (-641 (-247 |#1| |#2|))) (|:| |coords| (-641 (-564)))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|))))) (-641 (-1170)) (-452) (-452)) (T -471))
+((-2875 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-861 *5))) (-14 *5 (-641 (-1170))) (-4 *6 (-452)) (-5 *2 (-2 (|:| |dpolys| (-641 (-247 *5 *6))) (|:| |coords| (-641 (-564))))) (-5 *1 (-471 *5 *6 *7)) (-5 *3 (-641 (-247 *5 *6))) (-4 *7 (-452)))) (-2189 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-481 *4 *5))) (-5 *3 (-641 (-861 *4))) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-471 *4 *5 *6)) (-4 *6 (-452)))) (-2741 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-861 *5))) (-14 *5 (-641 (-1170))) (-4 *6 (-452)) (-5 *2 (-641 (-641 (-247 *5 *6)))) (-5 *1 (-471 *5 *6 *7)) (-5 *3 (-641 (-247 *5 *6))) (-4 *7 (-452)))))
+(-10 -7 (-15 -2741 ((-641 (-641 (-247 |#1| |#2|))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|)))) (-15 -2189 ((-3 (-641 (-481 |#1| |#2|)) "failed") (-641 (-481 |#1| |#2|)) (-641 (-861 |#1|)))) (-15 -2875 ((-2 (|:| |dpolys| (-641 (-247 |#1| |#2|))) (|:| |coords| (-641 (-564)))) (-641 (-247 |#1| |#2|)) (-641 (-861 |#1|)))))
+((-3733 (((-3 $ "failed") $) 11)) (-3047 (($ $ $) 23)) (-1992 (($ $ $) 24)) (-1823 (($ $ $) 9)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 22)))
+(((-472 |#1|) (-10 -8 (-15 -1992 (|#1| |#1| |#1|)) (-15 -3047 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -1823 (|#1| |#1| |#1|)) (-15 -3733 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918)))) (-473)) (T -472))
+NIL
+(-10 -8 (-15 -1992 (|#1| |#1| |#1|)) (-15 -3047 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -1823 (|#1| |#1| |#1|)) (-15 -3733 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))))
+((-1817 (((-112) $ $) 7)) (-1778 (($) 18 T CONST)) (-3733 (((-3 $ "failed") $) 15)) (-2949 (((-112) $) 17)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 24)) (-2780 (((-1114) $) 10)) (-3047 (($ $ $) 21)) (-1992 (($ $ $) 20)) (-1831 (((-859) $) 11)) (-1300 (($) 19 T CONST)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ $) 23)) (** (($ $ (-918)) 13) (($ $ (-768)) 16) (($ $ (-564)) 22)) (* (($ $ $) 14)))
(((-473) (-140)) (T -473))
-((-4247 (*1 *1 *1) (-4 *1 (-473))) (-2983 (*1 *1 *1 *1) (-4 *1 (-473))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-473)) (-5 *2 (-564)))) (-3601 (*1 *1 *1 *1) (-4 *1 (-473))) (-1923 (*1 *1 *1 *1) (-4 *1 (-473))))
-(-13 (-723) (-10 -8 (-15 -4247 ($ $)) (-15 -2983 ($ $ $)) (-15 ** ($ $ (-564))) (-6 -4409) (-15 -3601 ($ $ $)) (-15 -1923 ($ $ $))))
+((-3315 (*1 *1 *1) (-4 *1 (-473))) (-1823 (*1 *1 *1 *1) (-4 *1 (-473))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-473)) (-5 *2 (-564)))) (-3047 (*1 *1 *1 *1) (-4 *1 (-473))) (-1992 (*1 *1 *1 *1) (-4 *1 (-473))))
+(-13 (-723) (-10 -8 (-15 -3315 ($ $)) (-15 -1823 ($ $ $)) (-15 ** ($ $ (-564))) (-6 -4403) (-15 -3047 ($ $ $)) (-15 -1992 ($ $ $))))
(((-102) . T) ((-611 (-859)) . T) ((-723) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) 18)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-3183 (($ $ (-407 (-564))) NIL) (($ $ (-407 (-564)) (-407 (-564))) NIL)) (-1747 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) NIL)) (-1848 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL (|has| |#1| (-363)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-363)))) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1827 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) NIL)) (-1871 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2941 (((-112) $) NIL (|has| |#1| (-363)))) (-2214 (((-112) $) NIL)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-407 (-564)) $) NIL) (((-407 (-564)) $ (-407 (-564))) NIL)) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4282 (($ $ (-918)) NIL) (($ $ (-407 (-564))) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-407 (-564))) NIL) (($ $ (-1076) (-407 (-564))) NIL) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) NIL)) (-2110 (($ (-1 |#1| |#1|) $) 25)) (-3612 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| |#1| (-363)))) (-2052 (($ $) 29 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 35 (-2713 (-12 (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 30 (|has| |#1| (-38 (-407 (-564)))))) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3450 (($ $ (-407 (-564))) NIL)) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2103 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ (-407 (-564))) NIL) (($ $ $) NIL (|has| (-407 (-564)) (-1106)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) 28 (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 14 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $ (-1255 |#2|)) 16)) (-4341 (((-407 (-564)) $) NIL)) (-1882 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1255 |#2|)) NIL) (($ (-1244 |#1| |#2| |#3|)) 9) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-1346 ((|#1| $ (-407 (-564))) NIL)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-1526 ((|#1| $) 21)) (-1919 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-407 (-564))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) 27)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 26) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-474 |#1| |#2| |#3|) (-13 (-1240 |#1|) (-10 -8 (-15 -1721 ($ (-1255 |#2|))) (-15 -1721 ($ (-1244 |#1| |#2| |#3|))) (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -474))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-474 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-1244 *3 *4 *5)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3) (-5 *1 (-474 *3 *4 *5)))) (-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-474 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-2052 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-474 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
-(-13 (-1240 |#1|) (-10 -8 (-15 -1721 ($ (-1255 |#2|))) (-15 -1721 ($ (-1244 |#1| |#2| |#3|))) (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|)))
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2229 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#2| $ |#1| |#2|) 18)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1593 (((-3 |#2| "failed") |#1| $) 19)) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3537 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-3 |#2| "failed") |#1| $) 16)) (-3813 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) NIL)) (-1597 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 ((|#1| $) NIL (|has| |#1| (-847)))) (-4317 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3825 ((|#1| $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4413))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2659 (((-641 |#1|) $) NIL)) (-1509 (((-112) |#1| $) NIL)) (-4290 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-3573 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-4184 (((-641 |#1|) $) NIL)) (-2405 (((-112) |#1| $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1897 ((|#2| $) NIL (|has| |#1| (-847)))) (-2061 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL)) (-1759 (($ $ |#2|) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#2| $ |#1|) 13) ((|#2| $ |#1| |#2|) NIL)) (-2710 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1721 (((-859) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-1959 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) 18)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-3220 (($ $ (-407 (-564))) NIL) (($ $ (-407 (-564)) (-407 (-564))) NIL)) (-4163 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) NIL)) (-3357 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL (|has| |#1| (-363)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3330 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) NIL)) (-3384 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-1420 (((-112) $) NIL (|has| |#1| (-363)))) (-3030 (((-112) $) NIL)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-407 (-564)) $) NIL) (((-407 (-564)) $ (-407 (-564))) NIL)) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2325 (($ $ (-918)) NIL) (($ $ (-407 (-564))) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-407 (-564))) NIL) (($ $ (-1076) (-407 (-564))) NIL) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) NIL)) (-2449 (($ (-1 |#1| |#1|) $) 25)) (-2358 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| |#1| (-363)))) (-3907 (($ $) 29 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 35 (-4078 (-12 (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 30 (|has| |#1| (-38 (-407 (-564)))))) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-3951 (($ $ (-407 (-564))) NIL)) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-4326 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ (-407 (-564))) NIL) (($ $ $) NIL (|has| (-407 (-564)) (-1106)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) 28 (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 14 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $ (-1255 |#2|)) 16)) (-1619 (((-407 (-564)) $) NIL)) (-3395 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1255 |#2|)) NIL) (($ (-1244 |#1| |#2| |#3|)) 9) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-2742 ((|#1| $ (-407 (-564))) NIL)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-2513 ((|#1| $) 21)) (-3427 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-407 (-564))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) 27)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 26) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-474 |#1| |#2| |#3|) (-13 (-1240 |#1|) (-10 -8 (-15 -1831 ($ (-1255 |#2|))) (-15 -1831 ($ (-1244 |#1| |#2| |#3|))) (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -474))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-474 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-1244 *3 *4 *5)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3) (-5 *1 (-474 *3 *4 *5)))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-474 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-3907 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-474 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
+(-13 (-1240 |#1|) (-10 -8 (-15 -1831 ($ (-1255 |#2|))) (-15 -1831 ($ (-1244 |#1| |#2| |#3|))) (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|)))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1956 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#2| $ |#1| |#2|) 18)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1725 (((-3 |#2| "failed") |#1| $) 19)) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3644 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-3 |#2| "failed") |#1| $) 16)) (-2576 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) NIL)) (-1433 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 ((|#1| $) NIL (|has| |#1| (-847)))) (-2640 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-3440 ((|#1| $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4407))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2945 (((-641 |#1|) $) NIL)) (-2554 (((-112) |#1| $) NIL)) (-2401 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-2783 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-3883 (((-641 |#1|) $) NIL)) (-4336 (((-112) |#1| $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3303 ((|#2| $) NIL (|has| |#1| (-847)))) (-3995 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL)) (-4253 (($ $ |#2|) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#2| $ |#1|) 13) ((|#2| $ |#1| |#2|) NIL)) (-4232 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1831 (((-859) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-2321 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-475 |#1| |#2| |#3| |#4|) (-1185 |#1| |#2|) (-1094) (-1094) (-1185 |#1| |#2|) |#2|) (T -475))
NIL
(-1185 |#1| |#2|)
-((-1709 (((-112) $ $) NIL)) (-4249 (((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 |#4|)))) (-641 |#4|)) NIL)) (-2838 (((-641 $) (-641 |#4|)) NIL)) (-4153 (((-641 |#3|) $) NIL)) (-2129 (((-112) $) NIL)) (-3451 (((-112) $) NIL (|has| |#1| (-556)))) (-2637 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4084 ((|#4| |#4| $) NIL)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-3346 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412))) (((-3 |#4| "failed") $ |#3|) NIL)) (-1692 (($) NIL T CONST)) (-1492 (((-112) $) 29 (|has| |#1| (-556)))) (-1504 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3693 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3368 (((-112) $) NIL (|has| |#1| (-556)))) (-3987 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2266 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) NIL)) (-3437 (($ (-641 |#4|)) NIL)) (-1908 (((-3 $ "failed") $) 45)) (-1998 ((|#4| |#4| $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-3813 (($ |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3121 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2440 ((|#4| |#4| $) NIL)) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4412))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2393 (((-2 (|:| -2151 (-641 |#4|)) (|:| -1940 (-641 |#4|))) $) NIL)) (-1597 (((-641 |#4|) $) 18 (|has| $ (-6 -4412)))) (-1926 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3698 ((|#3| $) 38)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#4|) $) 19 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-1439 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) 23)) (-1490 (((-641 |#3|) $) NIL)) (-1714 (((-112) |#3| $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-3837 (((-3 |#4| "failed") $) 42)) (-2224 (((-641 |#4|) $) NIL)) (-1762 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3657 ((|#4| |#4| $) NIL)) (-4067 (((-112) $ $) NIL)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3186 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1999 ((|#4| |#4| $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 (((-3 |#4| "failed") $) 40)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-4177 (((-3 $ "failed") $ |#4|) 56)) (-3450 (($ $ |#4|) NIL)) (-2070 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 17)) (-3456 (($) 14)) (-4341 (((-768) $) NIL)) (-1292 (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) 13)) (-2153 (((-536) $) NIL (|has| |#4| (-612 (-536))))) (-1732 (($ (-641 |#4|)) 22)) (-2718 (($ $ |#3|) 52)) (-3119 (($ $ |#3|) 53)) (-2463 (($ $) NIL)) (-1442 (($ $ |#3|) NIL)) (-1721 (((-859) $) 35) (((-641 |#4|) $) 46)) (-4107 (((-768) $) NIL (|has| |#3| (-368)))) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1544 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) NIL)) (-2666 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-4380 (((-641 |#3|) $) NIL)) (-2614 (((-112) |#3| $) NIL)) (-2853 (((-112) $ $) NIL)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-3250 (((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 |#4|)))) (-641 |#4|)) NIL)) (-2951 (((-641 $) (-641 |#4|)) NIL)) (-3209 (((-641 |#3|) $) NIL)) (-3449 (((-112) $) NIL)) (-3961 (((-112) $) NIL (|has| |#1| (-556)))) (-1712 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4136 ((|#4| |#4| $) NIL)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-3752 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406))) (((-3 |#4| "failed") $ |#3|) NIL)) (-1778 (($) NIL T CONST)) (-3602 (((-112) $) 29 (|has| |#1| (-556)))) (-2495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2536 (((-112) $) NIL (|has| |#1| (-556)))) (-2559 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2338 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) NIL)) (-2237 (($ (-641 |#4|)) NIL)) (-3314 (((-3 $ "failed") $) 45)) (-1470 ((|#4| |#4| $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-2576 (($ |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3827 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-3492 ((|#4| |#4| $) NIL)) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4406))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-4236 (((-2 (|:| -3689 (-641 |#4|)) (|:| -1669 (-641 |#4|))) $) NIL)) (-1433 (((-641 |#4|) $) 18 (|has| $ (-6 -4406)))) (-2021 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1543 ((|#3| $) 38)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#4|) $) 19 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-2250 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) 23)) (-3580 (((-641 |#3|) $) NIL)) (-3879 (((-112) |#3| $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-2598 (((-3 |#4| "failed") $) 42)) (-3123 (((-641 |#4|) $) NIL)) (-4281 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2356 ((|#4| |#4| $) NIL)) (-3984 (((-112) $ $) NIL)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3253 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1482 ((|#4| |#4| $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 (((-3 |#4| "failed") $) 40)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-3824 (((-3 $ "failed") $ |#4|) 56)) (-3951 (($ $ |#4|) NIL)) (-4077 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 17)) (-4012 (($) 14)) (-1619 (((-768) $) NIL)) (-2791 (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) 13)) (-2511 (((-536) $) NIL (|has| |#4| (-612 (-536))))) (-1842 (($ (-641 |#4|)) 22)) (-4287 (($ $ |#3|) 52)) (-1887 (($ $ |#3|) 53)) (-3728 (($ $) NIL)) (-3111 (($ $ |#3|) NIL)) (-1831 (((-859) $) 35) (((-641 |#4|) $) 46)) (-4321 (((-768) $) NIL (|has| |#3| (-368)))) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2885 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) NIL)) (-1963 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-2014 (((-641 |#3|) $) NIL)) (-1484 (((-112) |#3| $) NIL)) (-1702 (((-112) $ $) NIL)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-476 |#1| |#2| |#3| |#4|) (-1202 |#1| |#2| |#3| |#4|) (-556) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -476))
NIL
(-1202 |#1| |#2| |#3| |#4|)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL)) (-3437 (((-564) $) NIL) (((-407 (-564)) $) NIL)) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2682 (($) 17)) (-3282 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2153 (((-379) $) 21) (((-225) $) 24) (((-407 (-1166 (-564))) $) 18) (((-536) $) 53)) (-1721 (((-859) $) 51) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (((-225) $) 23) (((-379) $) 20)) (-1303 (((-768)) NIL T CONST)) (-1720 (((-112) $ $) NIL)) (-2885 (($) 37 T CONST)) (-2898 (($) 8 T CONST)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
-(((-477) (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))) (-1019) (-611 (-225)) (-611 (-379)) (-612 (-407 (-1166 (-564)))) (-612 (-536)) (-10 -8 (-15 -2682 ($))))) (T -477))
-((-2682 (*1 *1) (-5 *1 (-477))))
-(-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))) (-1019) (-611 (-225)) (-611 (-379)) (-612 (-407 (-1166 (-564)))) (-612 (-536)) (-10 -8 (-15 -2682 ($))))
-((-1709 (((-112) $ $) NIL)) (-4240 (((-1129) $) 11)) (-4230 (((-1129) $) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-478) (-13 (-1077) (-10 -8 (-15 -4230 ((-1129) $)) (-15 -4240 ((-1129) $))))) (T -478))
-((-4230 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-478)))) (-4240 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-478)))))
-(-13 (-1077) (-10 -8 (-15 -4230 ((-1129) $)) (-15 -4240 ((-1129) $))))
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2229 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#2| $ |#1| |#2|) 16)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1593 (((-3 |#2| "failed") |#1| $) 20)) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3537 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-3 |#2| "failed") |#1| $) 18)) (-3813 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) NIL)) (-1597 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 ((|#1| $) NIL (|has| |#1| (-847)))) (-4317 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3825 ((|#1| $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4413))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2659 (((-641 |#1|) $) 13)) (-1509 (((-112) |#1| $) NIL)) (-4290 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-3573 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-4184 (((-641 |#1|) $) NIL)) (-2405 (((-112) |#1| $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1897 ((|#2| $) NIL (|has| |#1| (-847)))) (-2061 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL)) (-1759 (($ $ |#2|) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) 19)) (-2961 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2710 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1721 (((-859) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-1959 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 11 (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3435 (((-768) $) 15 (|has| $ (-6 -4412)))))
-(((-479 |#1| |#2| |#3|) (-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4412))) (-1094) (-1094) (-1152)) (T -479))
-NIL
-(-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4412)))
-((-2265 (((-564) (-564) (-564)) 19)) (-2244 (((-112) (-564) (-564) (-564) (-564)) 26)) (-3275 (((-1259 (-641 (-564))) (-768) (-768)) 39)))
-(((-480) (-10 -7 (-15 -2265 ((-564) (-564) (-564))) (-15 -2244 ((-112) (-564) (-564) (-564) (-564))) (-15 -3275 ((-1259 (-641 (-564))) (-768) (-768))))) (T -480))
-((-3275 (*1 *2 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1259 (-641 (-564)))) (-5 *1 (-480)))) (-2244 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *2 (-112)) (-5 *1 (-480)))) (-2265 (*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-480)))))
-(-10 -7 (-15 -2265 ((-564) (-564) (-564))) (-15 -2244 ((-112) (-564) (-564) (-564) (-564))) (-15 -3275 ((-1259 (-641 (-564))) (-768) (-768))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-861 |#1|)) $) NIL)) (-3992 (((-1166 $) $ (-861 |#1|)) NIL) (((-1166 |#2|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#2| (-556)))) (-4010 (($ $) NIL (|has| |#2| (-556)))) (-2662 (((-112) $) NIL (|has| |#2| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-861 |#1|))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2275 (($ $) NIL (|has| |#2| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#2| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-861 |#1|) "failed") $) NIL)) (-3437 ((|#2| $) NIL) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-861 |#1|) $) NIL)) (-3378 (($ $ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-4248 (($ $ (-641 (-564))) NIL)) (-4316 (($ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#2| (-906)))) (-1587 (($ $ |#2| (-482 (-3435 |#1|) (-768)) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-4143 (($ (-1166 |#2|) (-861 |#1|)) NIL) (($ (-1166 $) (-861 |#1|)) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#2| (-482 (-3435 |#1|) (-768))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-861 |#1|)) NIL)) (-1696 (((-482 (-3435 |#1|) (-768)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-2766 (($ $ $) NIL (|has| |#2| (-847)))) (-1650 (($ $ $) NIL (|has| |#2| (-847)))) (-2286 (($ (-1 (-482 (-3435 |#1|) (-768)) (-482 (-3435 |#1|) (-768))) $) NIL)) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-4264 (((-3 (-861 |#1|) "failed") $) NIL)) (-4280 (($ $) NIL)) (-4292 ((|#2| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-2811 (((-1152) $) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-861 |#1|)) (|:| -2954 (-768))) "failed") $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 ((|#2| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#2| (-906)))) (-2628 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-556)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-861 |#1|) |#2|) NIL) (($ $ (-641 (-861 |#1|)) (-641 |#2|)) NIL) (($ $ (-861 |#1|) $) NIL) (($ $ (-641 (-861 |#1|)) (-641 $)) NIL)) (-3928 (($ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-1795 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-4341 (((-482 (-3435 |#1|) (-768)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-861 |#1|) (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-2211 ((|#2| $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-861 |#1|)) NIL) (($ (-407 (-564))) NIL (-2713 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#2| (-556)))) (-2415 (((-641 |#2|) $) NIL)) (-1346 ((|#2| $ (-482 (-3435 |#1|) (-768))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#2| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#2| (-556)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2920 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2983 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#2| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#2| (-38 (-407 (-564))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-481 |#1| |#2|) (-13 (-946 |#2| (-482 (-3435 |#1|) (-768)) (-861 |#1|)) (-10 -8 (-15 -4248 ($ $ (-641 (-564)))))) (-641 (-1170)) (-1046)) (T -481))
-((-4248 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-481 *3 *4)) (-14 *3 (-641 (-1170))) (-4 *4 (-1046)))))
-(-13 (-946 |#2| (-482 (-3435 |#1|) (-768)) (-861 |#1|)) (-10 -8 (-15 -4248 ($ $ (-641 (-564))))))
-((-1709 (((-112) $ $) NIL (|has| |#2| (-1094)))) (-2013 (((-112) $) NIL (|has| |#2| (-131)))) (-1670 (($ (-918)) NIL (|has| |#2| (-1046)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-1578 (($ $ $) NIL (|has| |#2| (-790)))) (-2071 (((-3 $ "failed") $ $) NIL (|has| |#2| (-131)))) (-1729 (((-112) $ (-768)) NIL)) (-1860 (((-768)) NIL (|has| |#2| (-368)))) (-1672 (((-564) $) NIL (|has| |#2| (-845)))) (-1869 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1094)))) (-3437 (((-564) $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) ((|#2| $) NIL (|has| |#2| (-1094)))) (-3762 (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL (|has| |#2| (-1046))) (((-685 |#2|) (-685 $)) NIL (|has| |#2| (-1046)))) (-3233 (((-3 $ "failed") $) NIL (|has| |#2| (-723)))) (-3746 (($) NIL (|has| |#2| (-368)))) (-1452 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#2| $ (-564)) 15)) (-2955 (((-112) $) NIL (|has| |#2| (-845)))) (-1597 (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3282 (((-112) $) NIL (|has| |#2| (-723)))) (-1515 (((-112) $) NIL (|has| |#2| (-845)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-4317 (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1439 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-2981 (((-918) $) NIL (|has| |#2| (-368)))) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#2| (-1094)))) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-1359 (($ (-918)) NIL (|has| |#2| (-368)))) (-4382 (((-1114) $) NIL (|has| |#2| (-1094)))) (-1897 ((|#2| $) NIL (|has| (-564) (-847)))) (-1759 (($ $ |#2|) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#2| $ (-564) |#2|) NIL) ((|#2| $ (-564)) NIL)) (-2848 ((|#2| $ $) NIL (|has| |#2| (-1046)))) (-4061 (($ (-1259 |#2|)) NIL)) (-1358 (((-134)) NIL (|has| |#2| (-363)))) (-1795 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-1292 (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-1259 |#2|) $) NIL) (($ (-564)) NIL (-2713 (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (($ |#2|) NIL (|has| |#2| (-1094))) (((-859) $) NIL (|has| |#2| (-611 (-859))))) (-1303 (((-768)) NIL (|has| |#2| (-1046)) CONST)) (-2666 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-1699 (($ $) NIL (|has| |#2| (-845)))) (-2885 (($) NIL (|has| |#2| (-131)) CONST)) (-2898 (($) NIL (|has| |#2| (-723)) CONST)) (-3256 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-2920 (((-112) $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2893 (((-112) $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2853 (((-112) $ $) NIL (|has| |#2| (-1094)))) (-2908 (((-112) $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2880 (((-112) $ $) 21 (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2983 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-2970 (($ $ $) NIL (|has| |#2| (-1046))) (($ $) NIL (|has| |#2| (-1046)))) (-2956 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-768)) NIL (|has| |#2| (-723))) (($ $ (-918)) NIL (|has| |#2| (-723)))) (* (($ (-564) $) NIL (|has| |#2| (-1046))) (($ $ $) NIL (|has| |#2| (-723))) (($ $ |#2|) NIL (|has| |#2| (-723))) (($ |#2| $) NIL (|has| |#2| (-723))) (($ (-768) $) NIL (|has| |#2| (-131))) (($ (-918) $) NIL (|has| |#2| (-25)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL)) (-2237 (((-564) $) NIL) (((-407 (-564)) $) NIL)) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-3714 (($) 17)) (-2949 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-2511 (((-379) $) 21) (((-225) $) 24) (((-407 (-1166 (-564))) $) 18) (((-536) $) 53)) (-1831 (((-859) $) 51) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (((-225) $) 23) (((-379) $) 20)) (-2219 (((-768)) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-1293 (($) 37 T CONST)) (-1300 (($) 8 T CONST)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
+(((-477) (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))) (-1019) (-611 (-225)) (-611 (-379)) (-612 (-407 (-1166 (-564)))) (-612 (-536)) (-10 -8 (-15 -3714 ($))))) (T -477))
+((-3714 (*1 *1) (-5 *1 (-477))))
+(-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))) (-1019) (-611 (-225)) (-611 (-379)) (-612 (-407 (-1166 (-564)))) (-612 (-536)) (-10 -8 (-15 -3714 ($))))
+((-1817 (((-112) $ $) NIL)) (-4383 (((-1129) $) 11)) (-4372 (((-1129) $) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-478) (-13 (-1077) (-10 -8 (-15 -4372 ((-1129) $)) (-15 -4383 ((-1129) $))))) (T -478))
+((-4372 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-478)))) (-4383 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-478)))))
+(-13 (-1077) (-10 -8 (-15 -4372 ((-1129) $)) (-15 -4383 ((-1129) $))))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1956 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#2| $ |#1| |#2|) 16)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1725 (((-3 |#2| "failed") |#1| $) 20)) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3644 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-3 |#2| "failed") |#1| $) 18)) (-2576 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) NIL)) (-1433 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 ((|#1| $) NIL (|has| |#1| (-847)))) (-2640 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-3440 ((|#1| $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4407))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2945 (((-641 |#1|) $) 13)) (-2554 (((-112) |#1| $) NIL)) (-2401 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-2783 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-3883 (((-641 |#1|) $) NIL)) (-4336 (((-112) |#1| $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3303 ((|#2| $) NIL (|has| |#1| (-847)))) (-3995 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL)) (-4253 (($ $ |#2|) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) 19)) (-1350 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-4232 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1831 (((-859) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-2321 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 11 (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2828 (((-768) $) 15 (|has| $ (-6 -4406)))))
+(((-479 |#1| |#2| |#3|) (-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4406))) (-1094) (-1094) (-1152)) (T -479))
+NIL
+(-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4406)))
+((-2327 (((-564) (-564) (-564)) 19)) (-2098 (((-112) (-564) (-564) (-564) (-564)) 26)) (-3688 (((-1259 (-641 (-564))) (-768) (-768)) 39)))
+(((-480) (-10 -7 (-15 -2327 ((-564) (-564) (-564))) (-15 -2098 ((-112) (-564) (-564) (-564) (-564))) (-15 -3688 ((-1259 (-641 (-564))) (-768) (-768))))) (T -480))
+((-3688 (*1 *2 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1259 (-641 (-564)))) (-5 *1 (-480)))) (-2098 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *2 (-112)) (-5 *1 (-480)))) (-2327 (*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-480)))))
+(-10 -7 (-15 -2327 ((-564) (-564) (-564))) (-15 -2098 ((-112) (-564) (-564) (-564) (-564))) (-15 -3688 ((-1259 (-641 (-564))) (-768) (-768))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-861 |#1|)) $) NIL)) (-3040 (((-1166 $) $ (-861 |#1|)) NIL) (((-1166 |#2|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#2| (-556)))) (-1537 (($ $) NIL (|has| |#2| (-556)))) (-1932 (((-112) $) NIL (|has| |#2| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-861 |#1|))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2427 (($ $) NIL (|has| |#2| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#2| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-861 |#1|) "failed") $) NIL)) (-2237 ((|#2| $) NIL) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-861 |#1|) $) NIL)) (-1357 (($ $ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-3240 (($ $ (-641 (-564))) NIL)) (-3396 (($ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#2| (-906)))) (-2055 (($ $ |#2| (-482 (-2828 |#1|) (-768)) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-3198 (($ (-1166 |#2|) (-861 |#1|)) NIL) (($ (-1166 $) (-861 |#1|)) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#2| (-482 (-2828 |#1|) (-768))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-861 |#1|)) NIL)) (-1826 (((-482 (-2828 |#1|) (-768)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-1925 (($ $ $) NIL (|has| |#2| (-847)))) (-3375 (($ $ $) NIL (|has| |#2| (-847)))) (-2546 (($ (-1 (-482 (-2828 |#1|) (-768)) (-482 (-2828 |#1|) (-768))) $) NIL)) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-2169 (((-3 (-861 |#1|) "failed") $) NIL)) (-3356 (($ $) NIL)) (-3370 ((|#2| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-2723 (((-1152) $) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-861 |#1|)) (|:| -1558 (-768))) "failed") $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 ((|#2| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#2| (-906)))) (-1403 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-556)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-861 |#1|) |#2|) NIL) (($ $ (-641 (-861 |#1|)) (-641 |#2|)) NIL) (($ $ (-861 |#1|) $) NIL) (($ $ (-641 (-861 |#1|)) (-641 $)) NIL)) (-3190 (($ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-3534 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1619 (((-482 (-2828 |#1|) (-768)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-861 |#1|) (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-3008 ((|#2| $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-861 |#1|)) NIL) (($ (-407 (-564))) NIL (-4078 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#2| (-556)))) (-3227 (((-641 |#2|) $) NIL)) (-2742 ((|#2| $ (-482 (-2828 |#1|) (-768))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#2| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#2| (-556)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1762 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1823 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#2| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#2| (-38 (-407 (-564))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-481 |#1| |#2|) (-13 (-946 |#2| (-482 (-2828 |#1|) (-768)) (-861 |#1|)) (-10 -8 (-15 -3240 ($ $ (-641 (-564)))))) (-641 (-1170)) (-1046)) (T -481))
+((-3240 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-481 *3 *4)) (-14 *3 (-641 (-1170))) (-4 *4 (-1046)))))
+(-13 (-946 |#2| (-482 (-2828 |#1|) (-768)) (-861 |#1|)) (-10 -8 (-15 -3240 ($ $ (-641 (-564))))))
+((-1817 (((-112) $ $) NIL (|has| |#2| (-1094)))) (-1615 (((-112) $) NIL (|has| |#2| (-131)))) (-1575 (($ (-918)) NIL (|has| |#2| (-1046)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-1986 (($ $ $) NIL (|has| |#2| (-790)))) (-4088 (((-3 $ "failed") $ $) NIL (|has| |#2| (-131)))) (-4010 (((-112) $ (-768)) NIL)) (-3267 (((-768)) NIL (|has| |#2| (-368)))) (-1598 (((-564) $) NIL (|has| |#2| (-845)))) (-1970 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1094)))) (-2237 (((-564) $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) ((|#2| $) NIL (|has| |#2| (-1094)))) (-4050 (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL (|has| |#2| (-1046))) (((-685 |#2|) (-685 $)) NIL (|has| |#2| (-1046)))) (-3733 (((-3 $ "failed") $) NIL (|has| |#2| (-723)))) (-2900 (($) NIL (|has| |#2| (-368)))) (-2261 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#2| $ (-564)) 15)) (-1569 (((-112) $) NIL (|has| |#2| (-845)))) (-1433 (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2949 (((-112) $) NIL (|has| |#2| (-723)))) (-2607 (((-112) $) NIL (|has| |#2| (-845)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2640 (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2250 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-1811 (((-918) $) NIL (|has| |#2| (-368)))) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#2| (-1094)))) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-1468 (($ (-918)) NIL (|has| |#2| (-368)))) (-2780 (((-1114) $) NIL (|has| |#2| (-1094)))) (-3303 ((|#2| $) NIL (|has| (-564) (-847)))) (-4253 (($ $ |#2|) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#2| $ (-564) |#2|) NIL) ((|#2| $ (-564)) NIL)) (-3032 ((|#2| $ $) NIL (|has| |#2| (-1046)))) (-3112 (($ (-1259 |#2|)) NIL)) (-3548 (((-134)) NIL (|has| |#2| (-363)))) (-3534 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-2791 (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-1259 |#2|) $) NIL) (($ (-564)) NIL (-4078 (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (($ |#2|) NIL (|has| |#2| (-1094))) (((-859) $) NIL (|has| |#2| (-611 (-859))))) (-2219 (((-768)) NIL (|has| |#2| (-1046)) CONST)) (-1963 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1849 (($ $) NIL (|has| |#2| (-845)))) (-1293 (($) NIL (|has| |#2| (-131)) CONST)) (-1300 (($) NIL (|has| |#2| (-723)) CONST)) (-3435 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-1762 (((-112) $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1737 (((-112) $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1702 (((-112) $ $) NIL (|has| |#2| (-1094)))) (-1749 (((-112) $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1723 (((-112) $ $) 21 (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1823 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-1808 (($ $ $) NIL (|has| |#2| (-1046))) (($ $) NIL (|has| |#2| (-1046)))) (-1797 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-768)) NIL (|has| |#2| (-723))) (($ $ (-918)) NIL (|has| |#2| (-723)))) (* (($ (-564) $) NIL (|has| |#2| (-1046))) (($ $ $) NIL (|has| |#2| (-723))) (($ $ |#2|) NIL (|has| |#2| (-723))) (($ |#2| $) NIL (|has| |#2| (-723))) (($ (-768) $) NIL (|has| |#2| (-131))) (($ (-918) $) NIL (|has| |#2| (-25)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-482 |#1| |#2|) (-238 |#1| |#2|) (-768) (-790)) (T -482))
NIL
(-238 |#1| |#2|)
-((-1709 (((-112) $ $) NIL)) (-3392 (((-641 (-506)) $) 14)) (-2540 (((-506) $) 12)) (-2811 (((-1152) $) NIL)) (-3588 (($ (-506) (-641 (-506))) 10)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 21) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-483) (-13 (-1077) (-10 -8 (-15 -3588 ($ (-506) (-641 (-506)))) (-15 -2540 ((-506) $)) (-15 -3392 ((-641 (-506)) $))))) (T -483))
-((-3588 (*1 *1 *2 *3) (-12 (-5 *3 (-641 (-506))) (-5 *2 (-506)) (-5 *1 (-483)))) (-2540 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-483)))) (-3392 (*1 *2 *1) (-12 (-5 *2 (-641 (-506))) (-5 *1 (-483)))))
-(-13 (-1077) (-10 -8 (-15 -3588 ($ (-506) (-641 (-506)))) (-15 -2540 ((-506) $)) (-15 -3392 ((-641 (-506)) $))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) NIL)) (-1692 (($) NIL T CONST)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-2915 (($ $ $) 48)) (-2057 (($ $ $) 47)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1650 ((|#1| $) 38)) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 18)) (-2351 (($ (-641 |#1|)) 19)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2382 ((|#1| $) 34)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) 11)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) 45)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3435 (((-768) $) 29 (|has| $ (-6 -4412)))))
-(((-484 |#1|) (-13 (-965 |#1|) (-10 -8 (-15 -2351 ($ (-641 |#1|))))) (-847)) (T -484))
-((-2351 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-484 *3)))))
-(-13 (-965 |#1|) (-10 -8 (-15 -2351 ($ (-641 |#1|)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3658 (($ $) 76)) (-3745 (((-112) $) NIL)) (-2811 (((-1152) $) NIL)) (-2050 (((-413 |#2| (-407 |#2|) |#3| |#4|) $) 49)) (-4382 (((-1114) $) NIL)) (-2739 (((-3 |#4| "failed") $) 121)) (-4119 (($ (-413 |#2| (-407 |#2|) |#3| |#4|)) 86) (($ |#4|) 35) (($ |#1| |#1|) 131) (($ |#1| |#1| (-564)) NIL) (($ |#4| |#2| |#2| |#2| |#1|) 144)) (-3064 (((-2 (|:| -1554 (-413 |#2| (-407 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 51)) (-1721 (((-859) $) 115)) (-2885 (($) 36 T CONST)) (-2853 (((-112) $ $) 125)) (-2970 (($ $) 82) (($ $ $) NIL)) (-2956 (($ $ $) 77)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 83)))
+((-1817 (((-112) $ $) NIL)) (-1740 (((-641 (-506)) $) 14)) (-1316 (((-506) $) 12)) (-2723 (((-1152) $) NIL)) (-2931 (($ (-506) (-641 (-506))) 10)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 21) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-483) (-13 (-1077) (-10 -8 (-15 -2931 ($ (-506) (-641 (-506)))) (-15 -1316 ((-506) $)) (-15 -1740 ((-641 (-506)) $))))) (T -483))
+((-2931 (*1 *1 *2 *3) (-12 (-5 *3 (-641 (-506))) (-5 *2 (-506)) (-5 *1 (-483)))) (-1316 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-483)))) (-1740 (*1 *2 *1) (-12 (-5 *2 (-641 (-506))) (-5 *1 (-483)))))
+(-13 (-1077) (-10 -8 (-15 -2931 ($ (-506) (-641 (-506)))) (-15 -1316 ((-506) $)) (-15 -1740 ((-641 (-506)) $))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) NIL)) (-1778 (($) NIL T CONST)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-2429 (($ $ $) 48)) (-3956 (($ $ $) 47)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3375 ((|#1| $) 38)) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 18)) (-3849 (($ (-641 |#1|)) 19)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4153 ((|#1| $) 34)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) 11)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) 45)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2828 (((-768) $) 29 (|has| $ (-6 -4406)))))
+(((-484 |#1|) (-13 (-965 |#1|) (-10 -8 (-15 -3849 ($ (-641 |#1|))))) (-847)) (T -484))
+((-3849 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-484 *3)))))
+(-13 (-965 |#1|) (-10 -8 (-15 -3849 ($ (-641 |#1|)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-1988 (($ $) 76)) (-3905 (((-112) $) NIL)) (-2723 (((-1152) $) NIL)) (-3884 (((-413 |#2| (-407 |#2|) |#3| |#4|) $) 49)) (-2780 (((-1114) $) NIL)) (-1426 (((-3 |#4| "failed") $) 121)) (-1340 (($ (-413 |#2| (-407 |#2|) |#3| |#4|)) 86) (($ |#4|) 35) (($ |#1| |#1|) 131) (($ |#1| |#1| (-564)) NIL) (($ |#4| |#2| |#2| |#2| |#1|) 144)) (-1295 (((-2 (|:| -1680 (-413 |#2| (-407 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 51)) (-1831 (((-859) $) 115)) (-1293 (($) 36 T CONST)) (-1702 (((-112) $ $) 125)) (-1808 (($ $) 82) (($ $ $) NIL)) (-1797 (($ $ $) 77)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 83)))
(((-485 |#1| |#2| |#3| |#4|) (-335 |#1| |#2| |#3| |#4|) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -485))
NIL
(-335 |#1| |#2| |#3| |#4|)
-((-4320 (((-564) (-641 (-564))) 53)) (-2633 ((|#1| (-641 |#1|)) 94)) (-4318 (((-641 |#1|) (-641 |#1|)) 95)) (-1912 (((-641 |#1|) (-641 |#1|)) 97)) (-3377 ((|#1| (-641 |#1|)) 96)) (-2211 (((-641 (-564)) (-641 |#1|)) 56)))
-(((-486 |#1|) (-10 -7 (-15 -3377 (|#1| (-641 |#1|))) (-15 -2633 (|#1| (-641 |#1|))) (-15 -1912 ((-641 |#1|) (-641 |#1|))) (-15 -4318 ((-641 |#1|) (-641 |#1|))) (-15 -2211 ((-641 (-564)) (-641 |#1|))) (-15 -4320 ((-564) (-641 (-564))))) (-1235 (-564))) (T -486))
-((-4320 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-564)) (-5 *1 (-486 *4)) (-4 *4 (-1235 *2)))) (-2211 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-1235 (-564))) (-5 *2 (-641 (-564))) (-5 *1 (-486 *4)))) (-4318 (*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1235 (-564))) (-5 *1 (-486 *3)))) (-1912 (*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1235 (-564))) (-5 *1 (-486 *3)))) (-2633 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-5 *1 (-486 *2)) (-4 *2 (-1235 (-564))))) (-3377 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-5 *1 (-486 *2)) (-4 *2 (-1235 (-564))))))
-(-10 -7 (-15 -3377 (|#1| (-641 |#1|))) (-15 -2633 (|#1| (-641 |#1|))) (-15 -1912 ((-641 |#1|) (-641 |#1|))) (-15 -4318 ((-641 |#1|) (-641 |#1|))) (-15 -2211 ((-641 (-564)) (-641 |#1|))) (-15 -4320 ((-564) (-641 (-564)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4137 (((-564) $) NIL (|has| (-564) (-307)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL (|has| (-564) (-817)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-564) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-564) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-564) (-1035 (-564))))) (-3437 (((-564) $) NIL) (((-1170) $) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-564) (-1035 (-564)))) (((-564) $) NIL (|has| (-564) (-1035 (-564))))) (-2668 (($ $ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-564) (-545)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2955 (((-112) $) NIL (|has| (-564) (-817)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-564) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-564) (-883 (-379))))) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL)) (-2654 (((-564) $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| (-564) (-1145)))) (-1515 (((-112) $) NIL (|has| (-564) (-817)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| (-564) (-847)))) (-2110 (($ (-1 (-564) (-564)) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-564) (-1145)) CONST)) (-2446 (($ (-407 (-564))) 9)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL (|has| (-564) (-307))) (((-407 (-564)) $) NIL)) (-4037 (((-564) $) NIL (|has| (-564) (-545)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3227 (($ $ (-641 (-564)) (-641 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-564) (-564)) NIL (|has| (-564) (-309 (-564)))) (($ $ (-294 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-294 (-564)))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-1170)) (-641 (-564))) NIL (|has| (-564) (-514 (-1170) (-564)))) (($ $ (-1170) (-564)) NIL (|has| (-564) (-514 (-1170) (-564))))) (-2358 (((-768) $) NIL)) (-2961 (($ $ (-564)) NIL (|has| (-564) (-286 (-564) (-564))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2173 (($ $) NIL)) (-2663 (((-564) $) NIL)) (-2153 (((-889 (-564)) $) NIL (|has| (-564) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-564) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-564) (-612 (-536)))) (((-379) $) NIL (|has| (-564) (-1019))) (((-225) $) NIL (|has| (-564) (-1019)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-564) (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) 8) (($ (-564)) NIL) (($ (-1170)) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL) (((-1001 16) $) 10)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| (-564) (-906))) (|has| (-564) (-145))))) (-1303 (((-768)) NIL T CONST)) (-2698 (((-564) $) NIL (|has| (-564) (-545)))) (-1720 (((-112) $ $) NIL)) (-1699 (($ $) NIL (|has| (-564) (-817)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2920 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2880 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2983 (($ $ $) NIL) (($ (-564) (-564)) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-564) $) NIL) (($ $ (-564)) NIL)))
-(((-487) (-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 16)) (-10 -8 (-15 -1775 ((-407 (-564)) $)) (-15 -2446 ($ (-407 (-564))))))) (T -487))
-((-1775 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-487)))) (-2446 (*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-487)))))
-(-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 16)) (-10 -8 (-15 -1775 ((-407 (-564)) $)) (-15 -2446 ($ (-407 (-564))))))
-((-4317 (((-641 |#2|) $) 29)) (-3983 (((-112) |#2| $) 34)) (-2070 (((-112) (-1 (-112) |#2|) $) 24)) (-3227 (($ $ (-641 (-294 |#2|))) 13) (($ $ (-294 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-641 |#2|) (-641 |#2|)) NIL)) (-1292 (((-768) (-1 (-112) |#2|) $) 28) (((-768) |#2| $) 32)) (-1721 (((-859) $) 43)) (-2666 (((-112) (-1 (-112) |#2|) $) 23)) (-2853 (((-112) $ $) 37)) (-3435 (((-768) $) 18)))
-(((-488 |#1| |#2|) (-10 -8 (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -3227 (|#1| |#1| (-641 |#2|) (-641 |#2|))) (-15 -3227 (|#1| |#1| |#2| |#2|)) (-15 -3227 (|#1| |#1| (-294 |#2|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -3983 ((-112) |#2| |#1|)) (-15 -1292 ((-768) |#2| |#1|)) (-15 -4317 ((-641 |#2|) |#1|)) (-15 -1292 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -2070 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3435 ((-768) |#1|))) (-489 |#2|) (-1209)) (T -488))
-NIL
-(-10 -8 (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -3227 (|#1| |#1| (-641 |#2|) (-641 |#2|))) (-15 -3227 (|#1| |#1| |#2| |#2|)) (-15 -3227 (|#1| |#1| (-294 |#2|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -3983 ((-112) |#2| |#1|)) (-15 -1292 ((-768) |#2| |#1|)) (-15 -4317 ((-641 |#2|) |#1|)) (-15 -1292 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -2070 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3435 ((-768) |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) 8)) (-1692 (($) 7 T CONST)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-2673 (((-564) (-641 (-564))) 53)) (-1667 ((|#1| (-641 |#1|)) 94)) (-2649 (((-641 |#1|) (-641 |#1|)) 95)) (-1920 (((-641 |#1|) (-641 |#1|)) 97)) (-2777 ((|#1| (-641 |#1|)) 96)) (-3008 (((-641 (-564)) (-641 |#1|)) 56)))
+(((-486 |#1|) (-10 -7 (-15 -2777 (|#1| (-641 |#1|))) (-15 -1667 (|#1| (-641 |#1|))) (-15 -1920 ((-641 |#1|) (-641 |#1|))) (-15 -2649 ((-641 |#1|) (-641 |#1|))) (-15 -3008 ((-641 (-564)) (-641 |#1|))) (-15 -2673 ((-564) (-641 (-564))))) (-1235 (-564))) (T -486))
+((-2673 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-564)) (-5 *1 (-486 *4)) (-4 *4 (-1235 *2)))) (-3008 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-1235 (-564))) (-5 *2 (-641 (-564))) (-5 *1 (-486 *4)))) (-2649 (*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1235 (-564))) (-5 *1 (-486 *3)))) (-1920 (*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1235 (-564))) (-5 *1 (-486 *3)))) (-1667 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-5 *1 (-486 *2)) (-4 *2 (-1235 (-564))))) (-2777 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-5 *1 (-486 *2)) (-4 *2 (-1235 (-564))))))
+(-10 -7 (-15 -2777 (|#1| (-641 |#1|))) (-15 -1667 (|#1| (-641 |#1|))) (-15 -1920 ((-641 |#1|) (-641 |#1|))) (-15 -2649 ((-641 |#1|) (-641 |#1|))) (-15 -3008 ((-641 (-564)) (-641 |#1|))) (-15 -2673 ((-564) (-641 (-564)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3423 (((-564) $) NIL (|has| (-564) (-307)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL (|has| (-564) (-817)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-564) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-564) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-564) (-1035 (-564))))) (-2237 (((-564) $) NIL) (((-1170) $) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-564) (-1035 (-564)))) (((-564) $) NIL (|has| (-564) (-1035 (-564))))) (-1449 (($ $ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-564) (-545)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1569 (((-112) $) NIL (|has| (-564) (-817)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-564) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-564) (-883 (-379))))) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL)) (-3678 (((-564) $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| (-564) (-1145)))) (-2607 (((-112) $) NIL (|has| (-564) (-817)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| (-564) (-847)))) (-2449 (($ (-1 (-564) (-564)) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-564) (-1145)) CONST)) (-3555 (($ (-407 (-564))) 9)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL (|has| (-564) (-307))) (((-407 (-564)) $) NIL)) (-1818 (((-564) $) NIL (|has| (-564) (-545)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2633 (($ $ (-641 (-564)) (-641 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-564) (-564)) NIL (|has| (-564) (-309 (-564)))) (($ $ (-294 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-294 (-564)))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-1170)) (-641 (-564))) NIL (|has| (-564) (-514 (-1170) (-564)))) (($ $ (-1170) (-564)) NIL (|has| (-564) (-514 (-1170) (-564))))) (-3920 (((-768) $) NIL)) (-1350 (($ $ (-564)) NIL (|has| (-564) (-286 (-564) (-564))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2644 (($ $) NIL)) (-3693 (((-564) $) NIL)) (-2511 (((-889 (-564)) $) NIL (|has| (-564) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-564) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-564) (-612 (-536)))) (((-379) $) NIL (|has| (-564) (-1019))) (((-225) $) NIL (|has| (-564) (-1019)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-564) (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) 8) (($ (-564)) NIL) (($ (-1170)) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL) (((-1001 16) $) 10)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| (-564) (-906))) (|has| (-564) (-145))))) (-2219 (((-768)) NIL T CONST)) (-4150 (((-564) $) NIL (|has| (-564) (-545)))) (-3939 (((-112) $ $) NIL)) (-1849 (($ $) NIL (|has| (-564) (-817)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-1762 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1723 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1823 (($ $ $) NIL) (($ (-564) (-564)) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-564) $) NIL) (($ $ (-564)) NIL)))
+(((-487) (-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 16)) (-10 -8 (-15 -3191 ((-407 (-564)) $)) (-15 -3555 ($ (-407 (-564))))))) (T -487))
+((-3191 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-487)))) (-3555 (*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-487)))))
+(-13 (-989 (-564)) (-611 (-407 (-564))) (-611 (-1001 16)) (-10 -8 (-15 -3191 ((-407 (-564)) $)) (-15 -3555 ($ (-407 (-564))))))
+((-2640 (((-641 |#2|) $) 29)) (-2516 (((-112) |#2| $) 34)) (-4077 (((-112) (-1 (-112) |#2|) $) 24)) (-2633 (($ $ (-641 (-294 |#2|))) 13) (($ $ (-294 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-641 |#2|) (-641 |#2|)) NIL)) (-2791 (((-768) (-1 (-112) |#2|) $) 28) (((-768) |#2| $) 32)) (-1831 (((-859) $) 43)) (-1963 (((-112) (-1 (-112) |#2|) $) 23)) (-1702 (((-112) $ $) 37)) (-2828 (((-768) $) 18)))
+(((-488 |#1| |#2|) (-10 -8 (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -2633 (|#1| |#1| (-641 |#2|) (-641 |#2|))) (-15 -2633 (|#1| |#1| |#2| |#2|)) (-15 -2633 (|#1| |#1| (-294 |#2|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -2516 ((-112) |#2| |#1|)) (-15 -2791 ((-768) |#2| |#1|)) (-15 -2640 ((-641 |#2|) |#1|)) (-15 -2791 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -4077 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2828 ((-768) |#1|))) (-489 |#2|) (-1209)) (T -488))
+NIL
+(-10 -8 (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -2633 (|#1| |#1| (-641 |#2|) (-641 |#2|))) (-15 -2633 (|#1| |#1| |#2| |#2|)) (-15 -2633 (|#1| |#1| (-294 |#2|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#2|)))) (-15 -2516 ((-112) |#2| |#1|)) (-15 -2791 ((-768) |#2| |#1|)) (-15 -2640 ((-641 |#2|) |#1|)) (-15 -2791 ((-768) (-1 (-112) |#2|) |#1|)) (-15 -4077 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2828 ((-768) |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) 8)) (-1778 (($) 7 T CONST)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-489 |#1|) (-140) (-1209)) (T -489))
-((-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-489 *3)) (-4 *3 (-1209)))) (-1439 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4413)) (-4 *1 (-489 *3)) (-4 *3 (-1209)))) (-2666 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4412)) (-4 *1 (-489 *4)) (-4 *4 (-1209)) (-5 *2 (-112)))) (-2070 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4412)) (-4 *1 (-489 *4)) (-4 *4 (-1209)) (-5 *2 (-112)))) (-1292 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4412)) (-4 *1 (-489 *4)) (-4 *4 (-1209)) (-5 *2 (-768)))) (-1597 (*1 *2 *1) (-12 (|has| *1 (-6 -4412)) (-4 *1 (-489 *3)) (-4 *3 (-1209)) (-5 *2 (-641 *3)))) (-4317 (*1 *2 *1) (-12 (|has| *1 (-6 -4412)) (-4 *1 (-489 *3)) (-4 *3 (-1209)) (-5 *2 (-641 *3)))) (-1292 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4412)) (-4 *1 (-489 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-768)))) (-3983 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4412)) (-4 *1 (-489 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-112)))))
-(-13 (-34) (-10 -8 (IF (|has| |t#1| (-611 (-859))) (-6 (-611 (-859))) |%noBranch|) (IF (|has| |t#1| (-1094)) (-6 (-1094)) |%noBranch|) (IF (|has| |t#1| (-1094)) (IF (|has| |t#1| (-309 |t#1|)) (-6 (-309 |t#1|)) |%noBranch|) |%noBranch|) (-15 -2110 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4413)) (-15 -1439 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4412)) (PROGN (-15 -2666 ((-112) (-1 (-112) |t#1|) $)) (-15 -2070 ((-112) (-1 (-112) |t#1|) $)) (-15 -1292 ((-768) (-1 (-112) |t#1|) $)) (-15 -1597 ((-641 |t#1|) $)) (-15 -4317 ((-641 |t#1|) $)) (IF (|has| |t#1| (-1094)) (PROGN (-15 -1292 ((-768) |t#1| $)) (-15 -3983 ((-112) |t#1| $))) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-1721 ((|#1| $) 6) (($ |#1|) 9)))
+((-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-489 *3)) (-4 *3 (-1209)))) (-2250 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4407)) (-4 *1 (-489 *3)) (-4 *3 (-1209)))) (-1963 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4406)) (-4 *1 (-489 *4)) (-4 *4 (-1209)) (-5 *2 (-112)))) (-4077 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4406)) (-4 *1 (-489 *4)) (-4 *4 (-1209)) (-5 *2 (-112)))) (-2791 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4406)) (-4 *1 (-489 *4)) (-4 *4 (-1209)) (-5 *2 (-768)))) (-1433 (*1 *2 *1) (-12 (|has| *1 (-6 -4406)) (-4 *1 (-489 *3)) (-4 *3 (-1209)) (-5 *2 (-641 *3)))) (-2640 (*1 *2 *1) (-12 (|has| *1 (-6 -4406)) (-4 *1 (-489 *3)) (-4 *3 (-1209)) (-5 *2 (-641 *3)))) (-2791 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4406)) (-4 *1 (-489 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-768)))) (-2516 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4406)) (-4 *1 (-489 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-112)))))
+(-13 (-34) (-10 -8 (IF (|has| |t#1| (-611 (-859))) (-6 (-611 (-859))) |%noBranch|) (IF (|has| |t#1| (-1094)) (-6 (-1094)) |%noBranch|) (IF (|has| |t#1| (-1094)) (IF (|has| |t#1| (-309 |t#1|)) (-6 (-309 |t#1|)) |%noBranch|) |%noBranch|) (-15 -2449 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4407)) (-15 -2250 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4406)) (PROGN (-15 -1963 ((-112) (-1 (-112) |t#1|) $)) (-15 -4077 ((-112) (-1 (-112) |t#1|) $)) (-15 -2791 ((-768) (-1 (-112) |t#1|) $)) (-15 -1433 ((-641 |t#1|) $)) (-15 -2640 ((-641 |t#1|) $)) (IF (|has| |t#1| (-1094)) (PROGN (-15 -2791 ((-768) |t#1| $)) (-15 -2516 ((-112) |t#1| $))) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-1831 ((|#1| $) 6) (($ |#1|) 9)))
(((-490 |#1|) (-140) (-1209)) (T -490))
NIL
(-13 (-611 |t#1|) (-614 |t#1|))
(((-614 |#1|) . T) ((-611 |#1|) . T))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-3289 (($ (-1152)) 8)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 15) (((-1152) $) 12)) (-2853 (((-112) $ $) 11)))
-(((-491) (-13 (-1094) (-611 (-1152)) (-10 -8 (-15 -3289 ($ (-1152)))))) (T -491))
-((-3289 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-491)))))
-(-13 (-1094) (-611 (-1152)) (-10 -8 (-15 -3289 ($ (-1152)))))
-((-1848 (($ $) 15)) (-1827 (($ $) 24)) (-1871 (($ $) 12)) (-1882 (($ $) 10)) (-1858 (($ $) 17)) (-1838 (($ $) 22)))
-(((-492 |#1|) (-10 -8 (-15 -1838 (|#1| |#1|)) (-15 -1858 (|#1| |#1|)) (-15 -1882 (|#1| |#1|)) (-15 -1871 (|#1| |#1|)) (-15 -1827 (|#1| |#1|)) (-15 -1848 (|#1| |#1|))) (-493)) (T -492))
-NIL
-(-10 -8 (-15 -1838 (|#1| |#1|)) (-15 -1858 (|#1| |#1|)) (-15 -1882 (|#1| |#1|)) (-15 -1871 (|#1| |#1|)) (-15 -1827 (|#1| |#1|)) (-15 -1848 (|#1| |#1|)))
-((-1848 (($ $) 11)) (-1827 (($ $) 10)) (-1871 (($ $) 9)) (-1882 (($ $) 8)) (-1858 (($ $) 7)) (-1838 (($ $) 6)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-3007 (($ (-1152)) 8)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 15) (((-1152) $) 12)) (-1702 (((-112) $ $) 11)))
+(((-491) (-13 (-1094) (-611 (-1152)) (-10 -8 (-15 -3007 ($ (-1152)))))) (T -491))
+((-3007 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-491)))))
+(-13 (-1094) (-611 (-1152)) (-10 -8 (-15 -3007 ($ (-1152)))))
+((-3357 (($ $) 15)) (-3330 (($ $) 24)) (-3384 (($ $) 12)) (-3395 (($ $) 10)) (-3371 (($ $) 17)) (-3344 (($ $) 22)))
+(((-492 |#1|) (-10 -8 (-15 -3344 (|#1| |#1|)) (-15 -3371 (|#1| |#1|)) (-15 -3395 (|#1| |#1|)) (-15 -3384 (|#1| |#1|)) (-15 -3330 (|#1| |#1|)) (-15 -3357 (|#1| |#1|))) (-493)) (T -492))
+NIL
+(-10 -8 (-15 -3344 (|#1| |#1|)) (-15 -3371 (|#1| |#1|)) (-15 -3395 (|#1| |#1|)) (-15 -3384 (|#1| |#1|)) (-15 -3330 (|#1| |#1|)) (-15 -3357 (|#1| |#1|)))
+((-3357 (($ $) 11)) (-3330 (($ $) 10)) (-3384 (($ $) 9)) (-3395 (($ $) 8)) (-3371 (($ $) 7)) (-3344 (($ $) 6)))
(((-493) (-140)) (T -493))
-((-1848 (*1 *1 *1) (-4 *1 (-493))) (-1827 (*1 *1 *1) (-4 *1 (-493))) (-1871 (*1 *1 *1) (-4 *1 (-493))) (-1882 (*1 *1 *1) (-4 *1 (-493))) (-1858 (*1 *1 *1) (-4 *1 (-493))) (-1838 (*1 *1 *1) (-4 *1 (-493))))
-(-13 (-10 -8 (-15 -1838 ($ $)) (-15 -1858 ($ $)) (-15 -1882 ($ $)) (-15 -1871 ($ $)) (-15 -1827 ($ $)) (-15 -1848 ($ $))))
-((-4020 (((-418 |#4|) |#4| (-1 (-418 |#2|) |#2|)) 54)))
-(((-494 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4020 ((-418 |#4|) |#4| (-1 (-418 |#2|) |#2|)))) (-363) (-1235 |#1|) (-13 (-363) (-147) (-721 |#1| |#2|)) (-1235 |#3|)) (T -494))
-((-4020 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-4 *7 (-13 (-363) (-147) (-721 *5 *6))) (-5 *2 (-418 *3)) (-5 *1 (-494 *5 *6 *7 *3)) (-4 *3 (-1235 *7)))))
-(-10 -7 (-15 -4020 ((-418 |#4|) |#4| (-1 (-418 |#2|) |#2|))))
-((-1709 (((-112) $ $) NIL)) (-4275 (((-641 $) (-1166 $) (-1170)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-949 $)) NIL)) (-1629 (($ (-1166 $) (-1170)) NIL) (($ (-1166 $)) NIL) (($ (-949 $)) NIL)) (-2013 (((-112) $) 38)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3360 (((-112) $ $) 72)) (-3906 (((-641 (-610 $)) $) 49)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1470 (($ $ (-294 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-4029 (($ $) NIL)) (-1817 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-1914 (((-641 $) (-1166 $) (-1170)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-949 $)) NIL)) (-1300 (($ (-1166 $) (-1170)) NIL) (($ (-1166 $)) NIL) (($ (-949 $)) NIL)) (-2035 (((-3 (-610 $) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL)) (-3437 (((-610 $) $) NIL) (((-564) $) NIL) (((-407 (-564)) $) 54)) (-2668 (($ $ $) NIL)) (-3762 (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -1315 (-685 (-407 (-564)))) (|:| |vec| (-1259 (-407 (-564))))) (-685 $) (-1259 $)) NIL) (((-685 (-407 (-564))) (-685 $)) NIL)) (-3658 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-4129 (($ $) NIL) (($ (-641 $)) NIL)) (-2375 (((-641 (-114)) $) NIL)) (-2984 (((-114) (-114)) NIL)) (-3282 (((-112) $) 41)) (-2400 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-2654 (((-1119 (-564) (-610 $)) $) 36)) (-2201 (($ $ (-564)) NIL)) (-2471 (((-1166 $) (-1166 $) (-610 $)) 86) (((-1166 $) (-1166 $) (-641 (-610 $))) 61) (($ $ (-610 $)) 75) (($ $ (-641 (-610 $))) 76)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3156 (((-1166 $) (-610 $)) 73 (|has| $ (-1046)))) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2110 (($ (-1 $ $) (-610 $)) NIL)) (-4036 (((-3 (-610 $) "failed") $) NIL)) (-3340 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-3980 (((-641 (-610 $)) $) NIL)) (-2720 (($ (-114) $) NIL) (($ (-114) (-641 $)) NIL)) (-2631 (((-112) $ (-114)) NIL) (((-112) $ (-1170)) NIL)) (-4247 (($ $) NIL)) (-1703 (((-768) $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ (-641 $)) NIL) (($ $ $) NIL)) (-3663 (((-112) $ $) NIL) (((-112) $ (-1170)) NIL)) (-4020 (((-418 $) $) NIL)) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2000 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-3227 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-1170) (-1 $ (-641 $))) NIL) (($ $ (-1170) (-1 $ $)) NIL) (($ $ (-641 (-114)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-114) (-1 $ (-641 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-2358 (((-768) $) NIL)) (-2961 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-641 $)) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1807 (($ $) NIL) (($ $ $) NIL)) (-1795 (($ $ (-768)) NIL) (($ $) 35)) (-2663 (((-1119 (-564) (-610 $)) $) 19)) (-3290 (($ $) NIL (|has| $ (-1046)))) (-2153 (((-379) $) 100) (((-225) $) 108) (((-169 (-379)) $) 116)) (-1721 (((-859) $) NIL) (($ (-610 $)) NIL) (($ (-407 (-564))) NIL) (($ $) NIL) (($ (-564)) NIL) (($ (-1119 (-564) (-610 $))) 20)) (-1303 (((-768)) NIL T CONST)) (-1437 (($ $) NIL) (($ (-641 $)) NIL)) (-2289 (((-112) (-114)) 92)) (-1720 (((-112) $ $) NIL)) (-2885 (($) 10 T CONST)) (-2898 (($) 21 T CONST)) (-3256 (($ $ (-768)) NIL) (($ $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 23)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-2983 (($ $ $) 43)) (-2970 (($ $ $) NIL) (($ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-407 (-564))) NIL) (($ $ (-564)) 47) (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL) (($ $ $) 26) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL)))
-(((-495) (-13 (-302) (-27) (-1035 (-564)) (-1035 (-407 (-564))) (-637 (-564)) (-1019) (-637 (-407 (-564))) (-147) (-612 (-169 (-379))) (-233) (-10 -8 (-15 -1721 ($ (-1119 (-564) (-610 $)))) (-15 -2654 ((-1119 (-564) (-610 $)) $)) (-15 -2663 ((-1119 (-564) (-610 $)) $)) (-15 -3658 ($ $)) (-15 -3360 ((-112) $ $)) (-15 -2471 ((-1166 $) (-1166 $) (-610 $))) (-15 -2471 ((-1166 $) (-1166 $) (-641 (-610 $)))) (-15 -2471 ($ $ (-610 $))) (-15 -2471 ($ $ (-641 (-610 $))))))) (T -495))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1119 (-564) (-610 (-495)))) (-5 *1 (-495)))) (-2654 (*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-495)))) (-5 *1 (-495)))) (-2663 (*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-495)))) (-5 *1 (-495)))) (-3658 (*1 *1 *1) (-5 *1 (-495))) (-3360 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-495)))) (-2471 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 (-495))) (-5 *3 (-610 (-495))) (-5 *1 (-495)))) (-2471 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 (-495))) (-5 *3 (-641 (-610 (-495)))) (-5 *1 (-495)))) (-2471 (*1 *1 *1 *2) (-12 (-5 *2 (-610 (-495))) (-5 *1 (-495)))) (-2471 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-610 (-495)))) (-5 *1 (-495)))))
-(-13 (-302) (-27) (-1035 (-564)) (-1035 (-407 (-564))) (-637 (-564)) (-1019) (-637 (-407 (-564))) (-147) (-612 (-169 (-379))) (-233) (-10 -8 (-15 -1721 ($ (-1119 (-564) (-610 $)))) (-15 -2654 ((-1119 (-564) (-610 $)) $)) (-15 -2663 ((-1119 (-564) (-610 $)) $)) (-15 -3658 ($ $)) (-15 -3360 ((-112) $ $)) (-15 -2471 ((-1166 $) (-1166 $) (-610 $))) (-15 -2471 ((-1166 $) (-1166 $) (-641 (-610 $)))) (-15 -2471 ($ $ (-610 $))) (-15 -2471 ($ $ (-641 (-610 $))))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-564) |#1|) 46 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) 42 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 41)) (-1317 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-1585 (($ (-768) |#1|) 21)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) 17 (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) 44 (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 32 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 38)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1897 ((|#1| $) NIL (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) 15 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) 19)) (-2961 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) 45) (($ $ (-1226 (-564))) NIL)) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) 13)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 24)) (-2834 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-3435 (((-768) $) 11 (|has| $ (-6 -4412)))))
+((-3357 (*1 *1 *1) (-4 *1 (-493))) (-3330 (*1 *1 *1) (-4 *1 (-493))) (-3384 (*1 *1 *1) (-4 *1 (-493))) (-3395 (*1 *1 *1) (-4 *1 (-493))) (-3371 (*1 *1 *1) (-4 *1 (-493))) (-3344 (*1 *1 *1) (-4 *1 (-493))))
+(-13 (-10 -8 (-15 -3344 ($ $)) (-15 -3371 ($ $)) (-15 -3395 ($ $)) (-15 -3384 ($ $)) (-15 -3330 ($ $)) (-15 -3357 ($ $))))
+((-3070 (((-418 |#4|) |#4| (-1 (-418 |#2|) |#2|)) 54)))
+(((-494 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3070 ((-418 |#4|) |#4| (-1 (-418 |#2|) |#2|)))) (-363) (-1235 |#1|) (-13 (-363) (-147) (-721 |#1| |#2|)) (-1235 |#3|)) (T -494))
+((-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-4 *7 (-13 (-363) (-147) (-721 *5 *6))) (-5 *2 (-418 *3)) (-5 *1 (-494 *5 *6 *7 *3)) (-4 *3 (-1235 *7)))))
+(-10 -7 (-15 -3070 ((-418 |#4|) |#4| (-1 (-418 |#2|) |#2|))))
+((-1817 (((-112) $ $) NIL)) (-2271 (((-641 $) (-1166 $) (-1170)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-949 $)) NIL)) (-2474 (($ (-1166 $) (-1170)) NIL) (($ (-1166 $)) NIL) (($ (-949 $)) NIL)) (-1615 (((-112) $) 38)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-2451 (((-112) $ $) 72)) (-2956 (((-641 (-610 $)) $) 49)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3574 (($ $ (-294 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3083 (($ $) NIL)) (-3554 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-1938 (((-641 $) (-1166 $) (-1170)) NIL) (((-641 $) (-1166 $)) NIL) (((-641 $) (-949 $)) NIL)) (-2929 (($ (-1166 $) (-1170)) NIL) (($ (-1166 $)) NIL) (($ (-949 $)) NIL)) (-2347 (((-3 (-610 $) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL)) (-2237 (((-610 $) $) NIL) (((-564) $) NIL) (((-407 (-564)) $) 54)) (-1449 (($ $ $) NIL)) (-4050 (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -2394 (-685 (-407 (-564)))) (|:| |vec| (-1259 (-407 (-564))))) (-685 $) (-1259 $)) NIL) (((-685 (-407 (-564))) (-685 $)) NIL)) (-1988 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-3352 (($ $) NIL) (($ (-641 $)) NIL)) (-4095 (((-641 (-114)) $) NIL)) (-1841 (((-114) (-114)) NIL)) (-2949 (((-112) $) 41)) (-4301 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-3678 (((-1119 (-564) (-610 $)) $) 36)) (-2915 (($ $ (-564)) NIL)) (-3797 (((-1166 $) (-1166 $) (-610 $)) 86) (((-1166 $) (-1166 $) (-641 (-610 $))) 61) (($ $ (-610 $)) 75) (($ $ (-641 (-610 $))) 76)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4168 (((-1166 $) (-610 $)) 73 (|has| $ (-1046)))) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2449 (($ (-1 $ $) (-610 $)) NIL)) (-1802 (((-3 (-610 $) "failed") $) NIL)) (-2740 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-3026 (((-641 (-610 $)) $) NIL)) (-3755 (($ (-114) $) NIL) (($ (-114) (-641 $)) NIL)) (-1657 (((-112) $ (-114)) NIL) (((-112) $ (-1170)) NIL)) (-3315 (($ $) NIL)) (-3926 (((-768) $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2417 (((-112) $ $) NIL) (((-112) $ (-1170)) NIL)) (-3070 (((-418 $) $) NIL)) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1492 (((-112) $) NIL (|has| $ (-1035 (-564))))) (-2633 (($ $ (-610 $) $) NIL) (($ $ (-641 (-610 $)) (-641 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-1170)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-1170) (-1 $ (-641 $))) NIL) (($ $ (-1170) (-1 $ $)) NIL) (($ $ (-641 (-114)) (-641 (-1 $ $))) NIL) (($ $ (-641 (-114)) (-641 (-1 $ (-641 $)))) NIL) (($ $ (-114) (-1 $ (-641 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-3920 (((-768) $) NIL)) (-1350 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-641 $)) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3467 (($ $) NIL) (($ $ $) NIL)) (-3534 (($ $ (-768)) NIL) (($ $) 35)) (-3693 (((-1119 (-564) (-610 $)) $) 19)) (-3019 (($ $) NIL (|has| $ (-1046)))) (-2511 (((-379) $) 100) (((-225) $) 108) (((-169 (-379)) $) 116)) (-1831 (((-859) $) NIL) (($ (-610 $)) NIL) (($ (-407 (-564))) NIL) (($ $) NIL) (($ (-564)) NIL) (($ (-1119 (-564) (-610 $))) 20)) (-2219 (((-768)) NIL T CONST)) (-4264 (($ $) NIL) (($ (-641 $)) NIL)) (-1322 (((-112) (-114)) 92)) (-3939 (((-112) $ $) NIL)) (-1293 (($) 10 T CONST)) (-1300 (($) 21 T CONST)) (-3435 (($ $ (-768)) NIL) (($ $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 23)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-1823 (($ $ $) 43)) (-1808 (($ $ $) NIL) (($ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-407 (-564))) NIL) (($ $ (-564)) 47) (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL) (($ $ $) 26) (($ (-564) $) NIL) (($ (-768) $) NIL) (($ (-918) $) NIL)))
+(((-495) (-13 (-302) (-27) (-1035 (-564)) (-1035 (-407 (-564))) (-637 (-564)) (-1019) (-637 (-407 (-564))) (-147) (-612 (-169 (-379))) (-233) (-10 -8 (-15 -1831 ($ (-1119 (-564) (-610 $)))) (-15 -3678 ((-1119 (-564) (-610 $)) $)) (-15 -3693 ((-1119 (-564) (-610 $)) $)) (-15 -1988 ($ $)) (-15 -2451 ((-112) $ $)) (-15 -3797 ((-1166 $) (-1166 $) (-610 $))) (-15 -3797 ((-1166 $) (-1166 $) (-641 (-610 $)))) (-15 -3797 ($ $ (-610 $))) (-15 -3797 ($ $ (-641 (-610 $))))))) (T -495))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1119 (-564) (-610 (-495)))) (-5 *1 (-495)))) (-3678 (*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-495)))) (-5 *1 (-495)))) (-3693 (*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-495)))) (-5 *1 (-495)))) (-1988 (*1 *1 *1) (-5 *1 (-495))) (-2451 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-495)))) (-3797 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 (-495))) (-5 *3 (-610 (-495))) (-5 *1 (-495)))) (-3797 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 (-495))) (-5 *3 (-641 (-610 (-495)))) (-5 *1 (-495)))) (-3797 (*1 *1 *1 *2) (-12 (-5 *2 (-610 (-495))) (-5 *1 (-495)))) (-3797 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-610 (-495)))) (-5 *1 (-495)))))
+(-13 (-302) (-27) (-1035 (-564)) (-1035 (-407 (-564))) (-637 (-564)) (-1019) (-637 (-407 (-564))) (-147) (-612 (-169 (-379))) (-233) (-10 -8 (-15 -1831 ($ (-1119 (-564) (-610 $)))) (-15 -3678 ((-1119 (-564) (-610 $)) $)) (-15 -3693 ((-1119 (-564) (-610 $)) $)) (-15 -1988 ($ $)) (-15 -2451 ((-112) $ $)) (-15 -3797 ((-1166 $) (-1166 $) (-610 $))) (-15 -3797 ((-1166 $) (-1166 $) (-641 (-610 $)))) (-15 -3797 ($ $ (-610 $))) (-15 -3797 ($ $ (-641 (-610 $))))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-564) |#1|) 46 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) 42 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 41)) (-3360 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3654 (($ (-768) |#1|) 21)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) 17 (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) 44 (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 32 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 38)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3303 ((|#1| $) NIL (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) 15 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) 19)) (-1350 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) 45) (($ $ (-1226 (-564))) NIL)) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) 13)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 24)) (-3043 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2828 (((-768) $) 11 (|has| $ (-6 -4406)))))
(((-496 |#1| |#2|) (-19 |#1|) (-1209) (-564)) (T -496))
NIL
(-19 |#1|)
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-564) (-564) |#1|) NIL)) (-2113 (($ $ (-564) (-496 |#1| |#3|)) NIL)) (-1476 (($ $ (-564) (-496 |#1| |#2|)) NIL)) (-1692 (($) NIL T CONST)) (-2787 (((-496 |#1| |#3|) $ (-564)) NIL)) (-1452 ((|#1| $ (-564) (-564) |#1|) NIL)) (-1379 ((|#1| $ (-564) (-564)) NIL)) (-1597 (((-641 |#1|) $) NIL)) (-3393 (((-768) $) NIL)) (-1585 (($ (-768) (-768) |#1|) NIL)) (-3402 (((-768) $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4209 (((-564) $) NIL)) (-1581 (((-564) $) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1314 (((-564) $) NIL)) (-1875 (((-564) $) NIL)) (-1439 (($ (-1 |#1| |#1|) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1759 (($ $ |#1|) NIL)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-564) (-564)) NIL) ((|#1| $ (-564) (-564) |#1|) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1903 (((-496 |#1| |#2|) $ (-564)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-564) (-564) |#1|) NIL)) (-3251 (($ $ (-564) (-496 |#1| |#3|)) NIL)) (-3436 (($ $ (-564) (-496 |#1| |#2|)) NIL)) (-1778 (($) NIL T CONST)) (-3751 (((-496 |#1| |#3|) $ (-564)) NIL)) (-2261 ((|#1| $ (-564) (-564) |#1|) NIL)) (-2190 ((|#1| $ (-564) (-564)) NIL)) (-1433 (((-641 |#1|) $) NIL)) (-1745 (((-768) $) NIL)) (-3654 (($ (-768) (-768) |#1|) NIL)) (-1757 (((-768) $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-2904 (((-564) $) NIL)) (-2015 (((-564) $) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2381 (((-564) $) NIL)) (-2821 (((-564) $) NIL)) (-2250 (($ (-1 |#1| |#1|) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4253 (($ $ |#1|) NIL)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-564) (-564)) NIL) ((|#1| $ (-564) (-564) |#1|) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-3065 (((-496 |#1| |#2|) $ (-564)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-497 |#1| |#2| |#3|) (-57 |#1| (-496 |#1| |#3|) (-496 |#1| |#2|)) (-1209) (-564) (-564)) (T -497))
NIL
(-57 |#1| (-496 |#1| |#3|) (-496 |#1| |#2|))
-((-2888 (((-641 (-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-768) (-768)) 33)) (-2365 (((-641 (-1166 |#1|)) |#1| (-768) (-768) (-768)) 43)) (-3189 (((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-641 |#3|) (-641 (-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-768)) 110)))
-(((-498 |#1| |#2| |#3|) (-10 -7 (-15 -2365 ((-641 (-1166 |#1|)) |#1| (-768) (-768) (-768))) (-15 -2888 ((-641 (-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-768) (-768))) (-15 -3189 ((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-641 |#3|) (-641 (-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-768)))) (-349) (-1235 |#1|) (-1235 |#2|)) (T -498))
-((-3189 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 (-2 (|:| -2745 (-685 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-685 *7))))) (-5 *5 (-768)) (-4 *8 (-1235 *7)) (-4 *7 (-1235 *6)) (-4 *6 (-349)) (-5 *2 (-2 (|:| -2745 (-685 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-685 *7)))) (-5 *1 (-498 *6 *7 *8)))) (-2888 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-768)) (-4 *5 (-349)) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -2745 (-685 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-685 *6))))) (-5 *1 (-498 *5 *6 *7)) (-5 *3 (-2 (|:| -2745 (-685 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-685 *6)))) (-4 *7 (-1235 *6)))) (-2365 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-768)) (-4 *3 (-349)) (-4 *5 (-1235 *3)) (-5 *2 (-641 (-1166 *3))) (-5 *1 (-498 *3 *5 *6)) (-4 *6 (-1235 *5)))))
-(-10 -7 (-15 -2365 ((-641 (-1166 |#1|)) |#1| (-768) (-768) (-768))) (-15 -2888 ((-641 (-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-768) (-768))) (-15 -3189 ((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-641 |#3|) (-641 (-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-768))))
-((-4278 (((-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|)))) 74)) (-2138 ((|#1| (-685 |#1|) |#1| (-768)) 27)) (-2807 (((-768) (-768) (-768)) 36)) (-1905 (((-685 |#1|) (-685 |#1|) (-685 |#1|)) 54)) (-3469 (((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|) 62) (((-685 |#1|) (-685 |#1|) (-685 |#1|)) 59)) (-3200 ((|#1| (-685 |#1|) (-685 |#1|) |#1| (-564)) 31)) (-3381 ((|#1| (-685 |#1|)) 18)))
-(((-499 |#1| |#2| |#3|) (-10 -7 (-15 -3381 (|#1| (-685 |#1|))) (-15 -2138 (|#1| (-685 |#1|) |#1| (-768))) (-15 -3200 (|#1| (-685 |#1|) (-685 |#1|) |#1| (-564))) (-15 -2807 ((-768) (-768) (-768))) (-15 -3469 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -3469 ((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|)) (-15 -1905 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -4278 ((-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|)))))) (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))) (-1235 |#1|) (-409 |#1| |#2|)) (T -499))
-((-4278 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-1905 (*1 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-3469 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-685 *3)) (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-3469 (*1 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-2807 (*1 *2 *2 *2) (-12 (-5 *2 (-768)) (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-3200 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-685 *2)) (-5 *4 (-564)) (-4 *2 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $))))) (-4 *5 (-1235 *2)) (-5 *1 (-499 *2 *5 *6)) (-4 *6 (-409 *2 *5)))) (-2138 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-685 *2)) (-5 *4 (-768)) (-4 *2 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $))))) (-4 *5 (-1235 *2)) (-5 *1 (-499 *2 *5 *6)) (-4 *6 (-409 *2 *5)))) (-3381 (*1 *2 *3) (-12 (-5 *3 (-685 *2)) (-4 *4 (-1235 *2)) (-4 *2 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $))))) (-5 *1 (-499 *2 *4 *5)) (-4 *5 (-409 *2 *4)))))
-(-10 -7 (-15 -3381 (|#1| (-685 |#1|))) (-15 -2138 (|#1| (-685 |#1|) |#1| (-768))) (-15 -3200 (|#1| (-685 |#1|) (-685 |#1|) |#1| (-564))) (-15 -2807 ((-768) (-768) (-768))) (-15 -3469 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -3469 ((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|)) (-15 -1905 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -4278 ((-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -2745 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))))))
-((-1709 (((-112) $ $) NIL)) (-1917 (($ $) NIL)) (-2858 (($ $ $) 39)) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) $) NIL (|has| (-112) (-847))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-1331 (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| (-112) (-847)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4413)))) (-3699 (($ $) NIL (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-1869 (((-112) $ (-1226 (-564)) (-112)) NIL (|has| $ (-6 -4413))) (((-112) $ (-564) (-112)) 41 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-3813 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4412))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-3658 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-1452 (((-112) $ (-564) (-112)) NIL (|has| $ (-6 -4413)))) (-1379 (((-112) $ (-564)) NIL)) (-1317 (((-564) (-112) $ (-564)) NIL (|has| (-112) (-1094))) (((-564) (-112) $) NIL (|has| (-112) (-1094))) (((-564) (-1 (-112) (-112)) $) NIL)) (-1597 (((-641 (-112)) $) NIL (|has| $ (-6 -4412)))) (-2844 (($ $ $) 37)) (-2819 (($ $) NIL)) (-2118 (($ $ $) NIL)) (-1585 (($ (-768) (-112)) 26)) (-4179 (($ $ $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) 8 (|has| (-564) (-847)))) (-2766 (($ $ $) NIL)) (-2057 (($ $ $) NIL (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-4317 (((-641 (-112)) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL)) (-1439 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-112) (-112) (-112)) $ $) 34) (($ (-1 (-112) (-112)) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-3476 (($ $ $ (-564)) NIL) (($ (-112) $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 (((-112) $) NIL (|has| (-564) (-847)))) (-2061 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-1759 (($ $ (-112)) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-112)) (-641 (-112))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-294 (-112))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-641 (-294 (-112)))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094))))) (-3111 (((-641 (-112)) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) 27)) (-2961 (($ $ (-1226 (-564))) NIL) (((-112) $ (-564)) 21) (((-112) $ (-564) (-112)) NIL)) (-3383 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-1292 (((-768) (-112) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-112) (-1094)))) (((-768) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4412)))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) 28)) (-2153 (((-536) $) NIL (|has| (-112) (-612 (-536))))) (-1732 (($ (-641 (-112))) NIL)) (-2834 (($ (-641 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-1721 (((-859) $) 25)) (-2666 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4412)))) (-2832 (($ $ $) 35)) (-1431 (($ $ $) NIL)) (-1388 (($ $ $) 44)) (-1400 (($ $) 42)) (-1377 (($ $ $) 43)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 29)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 30)) (-1417 (($ $ $) NIL)) (-3435 (((-768) $) 13 (|has| $ (-6 -4412)))))
-(((-500 |#1|) (-13 (-123) (-10 -8 (-15 -1400 ($ $)) (-15 -1388 ($ $ $)) (-15 -1377 ($ $ $)))) (-564)) (T -500))
-((-1400 (*1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564)))) (-1388 (*1 *1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564)))) (-1377 (*1 *1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564)))))
-(-13 (-123) (-10 -8 (-15 -1400 ($ $)) (-15 -1388 ($ $ $)) (-15 -1377 ($ $ $))))
-((-3427 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1166 |#4|)) 34)) (-2519 (((-1166 |#4|) (-1 |#4| |#1|) |#2|) 30) ((|#2| (-1 |#1| |#4|) (-1166 |#4|)) 21)) (-1740 (((-3 (-685 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-685 (-1166 |#4|))) 48)) (-3553 (((-1166 (-1166 |#4|)) (-1 |#4| |#1|) |#3|) 57)))
-(((-501 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2519 (|#2| (-1 |#1| |#4|) (-1166 |#4|))) (-15 -2519 ((-1166 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -3427 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1166 |#4|))) (-15 -1740 ((-3 (-685 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-685 (-1166 |#4|)))) (-15 -3553 ((-1166 (-1166 |#4|)) (-1 |#4| |#1|) |#3|))) (-1046) (-1235 |#1|) (-1235 |#2|) (-1046)) (T -501))
-((-3553 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1046)) (-4 *7 (-1046)) (-4 *6 (-1235 *5)) (-5 *2 (-1166 (-1166 *7))) (-5 *1 (-501 *5 *6 *4 *7)) (-4 *4 (-1235 *6)))) (-1740 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-685 (-1166 *8))) (-4 *5 (-1046)) (-4 *8 (-1046)) (-4 *6 (-1235 *5)) (-5 *2 (-685 *6)) (-5 *1 (-501 *5 *6 *7 *8)) (-4 *7 (-1235 *6)))) (-3427 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1166 *7)) (-4 *5 (-1046)) (-4 *7 (-1046)) (-4 *2 (-1235 *5)) (-5 *1 (-501 *5 *2 *6 *7)) (-4 *6 (-1235 *2)))) (-2519 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1046)) (-4 *7 (-1046)) (-4 *4 (-1235 *5)) (-5 *2 (-1166 *7)) (-5 *1 (-501 *5 *4 *6 *7)) (-4 *6 (-1235 *4)))) (-2519 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1166 *7)) (-4 *5 (-1046)) (-4 *7 (-1046)) (-4 *2 (-1235 *5)) (-5 *1 (-501 *5 *2 *6 *7)) (-4 *6 (-1235 *2)))))
-(-10 -7 (-15 -2519 (|#2| (-1 |#1| |#4|) (-1166 |#4|))) (-15 -2519 ((-1166 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -3427 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1166 |#4|))) (-15 -1740 ((-3 (-685 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-685 (-1166 |#4|)))) (-15 -3553 ((-1166 (-1166 |#4|)) (-1 |#4| |#1|) |#3|)))
-((-1709 (((-112) $ $) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2772 (((-1264) $) 25)) (-2961 (((-1152) $ (-1170)) 30)) (-2170 (((-1264) $) 17)) (-1721 (((-859) $) 27) (($ (-1152)) 26)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 11)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 9)))
-(((-502) (-13 (-847) (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 ((-1264) $)) (-15 -2772 ((-1264) $)) (-15 -1721 ($ (-1152)))))) (T -502))
-((-2961 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1152)) (-5 *1 (-502)))) (-2170 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-502)))) (-2772 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-502)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-502)))))
-(-13 (-847) (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 ((-1264) $)) (-15 -2772 ((-1264) $)) (-15 -1721 ($ (-1152)))))
-((-1604 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19)) (-3907 ((|#1| |#4|) 10)) (-1680 ((|#3| |#4|) 17)))
-(((-503 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3907 (|#1| |#4|)) (-15 -1680 (|#3| |#4|)) (-15 -1604 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-556) (-989 |#1|) (-373 |#1|) (-373 |#2|)) (T -503))
-((-1604 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-989 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-503 *4 *5 *6 *3)) (-4 *6 (-373 *4)) (-4 *3 (-373 *5)))) (-1680 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-989 *4)) (-4 *2 (-373 *4)) (-5 *1 (-503 *4 *5 *2 *3)) (-4 *3 (-373 *5)))) (-3907 (*1 *2 *3) (-12 (-4 *4 (-989 *2)) (-4 *2 (-556)) (-5 *1 (-503 *2 *4 *5 *3)) (-4 *5 (-373 *2)) (-4 *3 (-373 *4)))))
-(-10 -7 (-15 -3907 (|#1| |#4|)) (-15 -1680 (|#3| |#4|)) (-15 -1604 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
-((-1709 (((-112) $ $) NIL)) (-3952 (((-112) $ (-641 |#3|)) 128) (((-112) $) 129)) (-2013 (((-112) $) 180)) (-2594 (($ $ |#4|) 119) (($ $ |#4| (-641 |#3|)) 123)) (-1735 (((-1159 (-641 (-949 |#1|)) (-641 (-294 (-949 |#1|)))) (-641 |#4|)) 173 (|has| |#3| (-612 (-1170))))) (-4110 (($ $ $) 107) (($ $ |#4|) 105)) (-3282 (((-112) $) 179)) (-1591 (($ $) 133)) (-2811 (((-1152) $) NIL)) (-1475 (($ $ $) 99) (($ (-641 $)) 101)) (-3051 (((-112) |#4| $) 131)) (-2174 (((-112) $ $) 85)) (-2050 (($ (-641 |#4|)) 106)) (-4382 (((-1114) $) NIL)) (-2028 (($ (-641 |#4|)) 177)) (-2966 (((-112) $) 178)) (-3497 (($ $) 88)) (-2786 (((-641 |#4|) $) 72)) (-3892 (((-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $)) $ (-641 |#3|)) NIL)) (-3385 (((-112) |#4| $) 92)) (-1358 (((-564) $ (-641 |#3|)) 135) (((-564) $) 136)) (-1721 (((-859) $) 176) (($ (-641 |#4|)) 102)) (-3389 (($ (-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $))) NIL)) (-2853 (((-112) $ $) 87)) (-2956 (($ $ $) 109)) (** (($ $ (-768)) 117)) (* (($ $ $) 115)))
-(((-504 |#1| |#2| |#3| |#4|) (-13 (-1094) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-768))) (-15 -2956 ($ $ $)) (-15 -3282 ((-112) $)) (-15 -2013 ((-112) $)) (-15 -3385 ((-112) |#4| $)) (-15 -2174 ((-112) $ $)) (-15 -3051 ((-112) |#4| $)) (-15 -3952 ((-112) $ (-641 |#3|))) (-15 -3952 ((-112) $)) (-15 -1475 ($ $ $)) (-15 -1475 ($ (-641 $))) (-15 -4110 ($ $ $)) (-15 -4110 ($ $ |#4|)) (-15 -3497 ($ $)) (-15 -3892 ((-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $)) $ (-641 |#3|))) (-15 -3389 ($ (-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $)))) (-15 -1358 ((-564) $ (-641 |#3|))) (-15 -1358 ((-564) $)) (-15 -1591 ($ $)) (-15 -2050 ($ (-641 |#4|))) (-15 -2028 ($ (-641 |#4|))) (-15 -2966 ((-112) $)) (-15 -2786 ((-641 |#4|) $)) (-15 -1721 ($ (-641 |#4|))) (-15 -2594 ($ $ |#4|)) (-15 -2594 ($ $ |#4| (-641 |#3|))) (IF (|has| |#3| (-612 (-1170))) (-15 -1735 ((-1159 (-641 (-949 |#1|)) (-641 (-294 (-949 |#1|)))) (-641 |#4|))) |%noBranch|))) (-363) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -504))
-((* (*1 *1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-2956 (*1 *1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-3282 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-2013 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-3385 (*1 *2 *3 *1) (-12 (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))) (-2174 (*1 *2 *1 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-3051 (*1 *2 *3 *1) (-12 (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))) (-3952 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790)) (-5 *2 (-112)) (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))) (-3952 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-1475 (*1 *1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-1475 (*1 *1 *2) (-12 (-5 *2 (-641 (-504 *3 *4 *5 *6))) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-4110 (*1 *1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-4110 (*1 *1 *1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5)))) (-3497 (*1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-3892 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790)) (-5 *2 (-2 (|:| |mval| (-685 *4)) (|:| |invmval| (-685 *4)) (|:| |genIdeal| (-504 *4 *5 *6 *7)))) (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))) (-3389 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-685 *3)) (|:| |invmval| (-685 *3)) (|:| |genIdeal| (-504 *3 *4 *5 *6)))) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-1358 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790)) (-5 *2 (-564)) (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))) (-1358 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-564)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-1591 (*1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-2050 (*1 *1 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)))) (-2028 (*1 *1 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)))) (-2966 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-2786 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *6)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)))) (-2594 (*1 *1 *1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5)))) (-2594 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790)) (-5 *1 (-504 *4 *5 *6 *2)) (-4 *2 (-946 *4 *5 *6)))) (-1735 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *5 *6)) (-4 *6 (-612 (-1170))) (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1159 (-641 (-949 *4)) (-641 (-294 (-949 *4))))) (-5 *1 (-504 *4 *5 *6 *7)))))
-(-13 (-1094) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-768))) (-15 -2956 ($ $ $)) (-15 -3282 ((-112) $)) (-15 -2013 ((-112) $)) (-15 -3385 ((-112) |#4| $)) (-15 -2174 ((-112) $ $)) (-15 -3051 ((-112) |#4| $)) (-15 -3952 ((-112) $ (-641 |#3|))) (-15 -3952 ((-112) $)) (-15 -1475 ($ $ $)) (-15 -1475 ($ (-641 $))) (-15 -4110 ($ $ $)) (-15 -4110 ($ $ |#4|)) (-15 -3497 ($ $)) (-15 -3892 ((-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $)) $ (-641 |#3|))) (-15 -3389 ($ (-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $)))) (-15 -1358 ((-564) $ (-641 |#3|))) (-15 -1358 ((-564) $)) (-15 -1591 ($ $)) (-15 -2050 ($ (-641 |#4|))) (-15 -2028 ($ (-641 |#4|))) (-15 -2966 ((-112) $)) (-15 -2786 ((-641 |#4|) $)) (-15 -1721 ($ (-641 |#4|))) (-15 -2594 ($ $ |#4|)) (-15 -2594 ($ $ |#4| (-641 |#3|))) (IF (|has| |#3| (-612 (-1170))) (-15 -1735 ((-1159 (-641 (-949 |#1|)) (-641 (-294 (-949 |#1|)))) (-641 |#4|))) |%noBranch|)))
-((-4024 (((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) 177)) (-1801 (((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) 178)) (-2188 (((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) 128)) (-2941 (((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) NIL)) (-3060 (((-641 (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) 180)) (-3938 (((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-641 (-861 |#1|))) 195)))
-(((-505 |#1| |#2|) (-10 -7 (-15 -4024 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -1801 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -2941 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -2188 ((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -3060 ((-641 (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -3938 ((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-641 (-861 |#1|))))) (-641 (-1170)) (-768)) (T -505))
-((-3938 (*1 *2 *2 *3) (-12 (-5 *2 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564))))) (-5 *3 (-641 (-861 *4))) (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *1 (-505 *4 *5)))) (-3060 (*1 *2 *3) (-12 (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-641 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564)))))) (-5 *1 (-505 *4 *5)) (-5 *3 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564))))))) (-2188 (*1 *2 *2) (-12 (-5 *2 (-504 (-407 (-564)) (-240 *4 (-768)) (-861 *3) (-247 *3 (-407 (-564))))) (-14 *3 (-641 (-1170))) (-14 *4 (-768)) (-5 *1 (-505 *3 *4)))) (-2941 (*1 *2 *3) (-12 (-5 *3 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564))))) (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112)) (-5 *1 (-505 *4 *5)))) (-1801 (*1 *2 *3) (-12 (-5 *3 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564))))) (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112)) (-5 *1 (-505 *4 *5)))) (-4024 (*1 *2 *3) (-12 (-5 *3 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564))))) (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112)) (-5 *1 (-505 *4 *5)))))
-(-10 -7 (-15 -4024 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -1801 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -2941 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -2188 ((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -3060 ((-641 (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -3938 ((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-641 (-861 |#1|)))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1484 (($) 6)) (-1721 (((-859) $) 12) (((-1170) $) 10)) (-2853 (((-112) $ $) 8)))
-(((-506) (-13 (-1094) (-611 (-1170)) (-10 -8 (-15 -1484 ($))))) (T -506))
-((-1484 (*1 *1) (-5 *1 (-506))))
-(-13 (-1094) (-611 (-1170)) (-10 -8 (-15 -1484 ($))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-4316 (($ $) NIL)) (-4132 (($ |#1| |#2|) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-4139 ((|#2| $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2885 (($) 12 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) 11) (($ $ $) 34)) (-2956 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 21)))
+((-2164 (((-641 (-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-768) (-768)) 33)) (-3991 (((-641 (-1166 |#1|)) |#1| (-768) (-768) (-768)) 43)) (-3274 (((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-641 |#3|) (-641 (-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-768)) 110)))
+(((-498 |#1| |#2| |#3|) (-10 -7 (-15 -3991 ((-641 (-1166 |#1|)) |#1| (-768) (-768) (-768))) (-15 -2164 ((-641 (-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-768) (-768))) (-15 -3274 ((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-641 |#3|) (-641 (-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-768)))) (-349) (-1235 |#1|) (-1235 |#2|)) (T -498))
+((-3274 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 (-2 (|:| -3331 (-685 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-685 *7))))) (-5 *5 (-768)) (-4 *8 (-1235 *7)) (-4 *7 (-1235 *6)) (-4 *6 (-349)) (-5 *2 (-2 (|:| -3331 (-685 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-685 *7)))) (-5 *1 (-498 *6 *7 *8)))) (-2164 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-768)) (-4 *5 (-349)) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -3331 (-685 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-685 *6))))) (-5 *1 (-498 *5 *6 *7)) (-5 *3 (-2 (|:| -3331 (-685 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-685 *6)))) (-4 *7 (-1235 *6)))) (-3991 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-768)) (-4 *3 (-349)) (-4 *5 (-1235 *3)) (-5 *2 (-641 (-1166 *3))) (-5 *1 (-498 *3 *5 *6)) (-4 *6 (-1235 *5)))))
+(-10 -7 (-15 -3991 ((-641 (-1166 |#1|)) |#1| (-768) (-768) (-768))) (-15 -2164 ((-641 (-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-768) (-768))) (-15 -3274 ((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) (-641 |#3|) (-641 (-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) (-768))))
+((-2303 (((-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|)))) 74)) (-3550 ((|#1| (-685 |#1|) |#1| (-768)) 27)) (-2688 (((-768) (-768) (-768)) 36)) (-3088 (((-685 |#1|) (-685 |#1|) (-685 |#1|)) 54)) (-4144 (((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|) 62) (((-685 |#1|) (-685 |#1|) (-685 |#1|)) 59)) (-3403 ((|#1| (-685 |#1|) (-685 |#1|) |#1| (-564)) 31)) (-1385 ((|#1| (-685 |#1|)) 18)))
+(((-499 |#1| |#2| |#3|) (-10 -7 (-15 -1385 (|#1| (-685 |#1|))) (-15 -3550 (|#1| (-685 |#1|) |#1| (-768))) (-15 -3403 (|#1| (-685 |#1|) (-685 |#1|) |#1| (-564))) (-15 -2688 ((-768) (-768) (-768))) (-15 -4144 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -4144 ((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|)) (-15 -3088 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -2303 ((-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|)))))) (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))) (-1235 |#1|) (-409 |#1| |#2|)) (T -499))
+((-2303 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-3088 (*1 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-4144 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-685 *3)) (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-4144 (*1 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-2688 (*1 *2 *2 *2) (-12 (-5 *2 (-768)) (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $))))) (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))) (-3403 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-685 *2)) (-5 *4 (-564)) (-4 *2 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $))))) (-4 *5 (-1235 *2)) (-5 *1 (-499 *2 *5 *6)) (-4 *6 (-409 *2 *5)))) (-3550 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-685 *2)) (-5 *4 (-768)) (-4 *2 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $))))) (-4 *5 (-1235 *2)) (-5 *1 (-499 *2 *5 *6)) (-4 *6 (-409 *2 *5)))) (-1385 (*1 *2 *3) (-12 (-5 *3 (-685 *2)) (-4 *4 (-1235 *2)) (-4 *2 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $))))) (-5 *1 (-499 *2 *4 *5)) (-4 *5 (-409 *2 *4)))))
+(-10 -7 (-15 -1385 (|#1| (-685 |#1|))) (-15 -3550 (|#1| (-685 |#1|) |#1| (-768))) (-15 -3403 (|#1| (-685 |#1|) (-685 |#1|) |#1| (-564))) (-15 -2688 ((-768) (-768) (-768))) (-15 -4144 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -4144 ((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|)) (-15 -3088 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -2303 ((-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))) (-2 (|:| -3331 (-685 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-685 |#1|))))))
+((-1817 (((-112) $ $) NIL)) (-1644 (($ $) NIL)) (-4366 (($ $ $) 39)) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) $) NIL (|has| (-112) (-847))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-2573 (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| (-112) (-847)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4407)))) (-2861 (($ $) NIL (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-1970 (((-112) $ (-1226 (-564)) (-112)) NIL (|has| $ (-6 -4407))) (((-112) $ (-564) (-112)) 41 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-2576 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4406))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-1988 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-2261 (((-112) $ (-564) (-112)) NIL (|has| $ (-6 -4407)))) (-2190 (((-112) $ (-564)) NIL)) (-3360 (((-564) (-112) $ (-564)) NIL (|has| (-112) (-1094))) (((-564) (-112) $) NIL (|has| (-112) (-1094))) (((-564) (-1 (-112) (-112)) $) NIL)) (-1433 (((-641 (-112)) $) NIL (|has| $ (-6 -4406)))) (-4358 (($ $ $) 37)) (-4338 (($ $) NIL)) (-3311 (($ $ $) NIL)) (-3654 (($ (-768) (-112)) 26)) (-3842 (($ $ $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) 8 (|has| (-564) (-847)))) (-1925 (($ $ $) NIL)) (-3956 (($ $ $) NIL (|has| (-112) (-847))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-2640 (((-641 (-112)) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL)) (-2250 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-112) (-112) (-112)) $ $) 34) (($ (-1 (-112) (-112)) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-3652 (($ $ $ (-564)) NIL) (($ (-112) $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 (((-112) $) NIL (|has| (-564) (-847)))) (-3995 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-4253 (($ $ (-112)) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-112)) (-641 (-112))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-294 (-112))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094)))) (($ $ (-641 (-294 (-112)))) NIL (-12 (|has| (-112) (-309 (-112))) (|has| (-112) (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094))))) (-1794 (((-641 (-112)) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) 27)) (-1350 (($ $ (-1226 (-564))) NIL) (((-112) $ (-564)) 21) (((-112) $ (-564) (-112)) NIL)) (-2126 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-2791 (((-768) (-112) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-112) (-1094)))) (((-768) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4406)))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) 28)) (-2511 (((-536) $) NIL (|has| (-112) (-612 (-536))))) (-1842 (($ (-641 (-112))) NIL)) (-3043 (($ (-641 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-1831 (((-859) $) 25)) (-1963 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4406)))) (-4348 (($ $ $) 35)) (-3705 (($ $ $) NIL)) (-1498 (($ $ $) 44)) (-1510 (($ $) 42)) (-1486 (($ $ $) 43)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 29)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 30)) (-3694 (($ $ $) NIL)) (-2828 (((-768) $) 13 (|has| $ (-6 -4406)))))
+(((-500 |#1|) (-13 (-123) (-10 -8 (-15 -1510 ($ $)) (-15 -1498 ($ $ $)) (-15 -1486 ($ $ $)))) (-564)) (T -500))
+((-1510 (*1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564)))) (-1498 (*1 *1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564)))) (-1486 (*1 *1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564)))))
+(-13 (-123) (-10 -8 (-15 -1510 ($ $)) (-15 -1498 ($ $ $)) (-15 -1486 ($ $ $))))
+((-1839 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1166 |#4|)) 34)) (-3035 (((-1166 |#4|) (-1 |#4| |#1|) |#2|) 30) ((|#2| (-1 |#1| |#4|) (-1166 |#4|)) 21)) (-4104 (((-3 (-685 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-685 (-1166 |#4|))) 48)) (-3806 (((-1166 (-1166 |#4|)) (-1 |#4| |#1|) |#3|) 57)))
+(((-501 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3035 (|#2| (-1 |#1| |#4|) (-1166 |#4|))) (-15 -3035 ((-1166 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -1839 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1166 |#4|))) (-15 -4104 ((-3 (-685 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-685 (-1166 |#4|)))) (-15 -3806 ((-1166 (-1166 |#4|)) (-1 |#4| |#1|) |#3|))) (-1046) (-1235 |#1|) (-1235 |#2|) (-1046)) (T -501))
+((-3806 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1046)) (-4 *7 (-1046)) (-4 *6 (-1235 *5)) (-5 *2 (-1166 (-1166 *7))) (-5 *1 (-501 *5 *6 *4 *7)) (-4 *4 (-1235 *6)))) (-4104 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-685 (-1166 *8))) (-4 *5 (-1046)) (-4 *8 (-1046)) (-4 *6 (-1235 *5)) (-5 *2 (-685 *6)) (-5 *1 (-501 *5 *6 *7 *8)) (-4 *7 (-1235 *6)))) (-1839 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1166 *7)) (-4 *5 (-1046)) (-4 *7 (-1046)) (-4 *2 (-1235 *5)) (-5 *1 (-501 *5 *2 *6 *7)) (-4 *6 (-1235 *2)))) (-3035 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1046)) (-4 *7 (-1046)) (-4 *4 (-1235 *5)) (-5 *2 (-1166 *7)) (-5 *1 (-501 *5 *4 *6 *7)) (-4 *6 (-1235 *4)))) (-3035 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1166 *7)) (-4 *5 (-1046)) (-4 *7 (-1046)) (-4 *2 (-1235 *5)) (-5 *1 (-501 *5 *2 *6 *7)) (-4 *6 (-1235 *2)))))
+(-10 -7 (-15 -3035 (|#2| (-1 |#1| |#4|) (-1166 |#4|))) (-15 -3035 ((-1166 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -1839 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1166 |#4|))) (-15 -4104 ((-3 (-685 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-685 (-1166 |#4|)))) (-15 -3806 ((-1166 (-1166 |#4|)) (-1 |#4| |#1|) |#3|)))
+((-1817 (((-112) $ $) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3595 (((-1264) $) 25)) (-1350 (((-1152) $ (-1170)) 30)) (-3712 (((-1264) $) 17)) (-1831 (((-859) $) 27) (($ (-1152)) 26)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 11)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 9)))
+(((-502) (-13 (-847) (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 ((-1264) $)) (-15 -3595 ((-1264) $)) (-15 -1831 ($ (-1152)))))) (T -502))
+((-1350 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1152)) (-5 *1 (-502)))) (-3712 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-502)))) (-3595 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-502)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-502)))))
+(-13 (-847) (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 ((-1264) $)) (-15 -3595 ((-1264) $)) (-15 -1831 ($ (-1152)))))
+((-2203 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19)) (-2980 ((|#1| |#4|) 10)) (-1648 ((|#3| |#4|) 17)))
+(((-503 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2980 (|#1| |#4|)) (-15 -1648 (|#3| |#4|)) (-15 -2203 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-556) (-989 |#1|) (-373 |#1|) (-373 |#2|)) (T -503))
+((-2203 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-989 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-503 *4 *5 *6 *3)) (-4 *6 (-373 *4)) (-4 *3 (-373 *5)))) (-1648 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-989 *4)) (-4 *2 (-373 *4)) (-5 *1 (-503 *4 *5 *2 *3)) (-4 *3 (-373 *5)))) (-2980 (*1 *2 *3) (-12 (-4 *4 (-989 *2)) (-4 *2 (-556)) (-5 *1 (-503 *2 *4 *5 *3)) (-4 *5 (-373 *2)) (-4 *3 (-373 *4)))))
+(-10 -7 (-15 -2980 (|#1| |#4|)) (-15 -1648 (|#3| |#4|)) (-15 -2203 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
+((-1817 (((-112) $ $) NIL)) (-2195 (((-112) $ (-641 |#3|)) 128) (((-112) $) 129)) (-1615 (((-112) $) 180)) (-2550 (($ $ |#4|) 119) (($ $ |#4| (-641 |#3|)) 123)) (-4052 (((-1159 (-641 (-949 |#1|)) (-641 (-294 (-949 |#1|)))) (-641 |#4|)) 173 (|has| |#3| (-612 (-1170))))) (-4347 (($ $ $) 107) (($ $ |#4|) 105)) (-2949 (((-112) $) 179)) (-2097 (($ $) 133)) (-2723 (((-1152) $) NIL)) (-3425 (($ $ $) 99) (($ (-641 $)) 101)) (-2404 (((-112) |#4| $) 131)) (-2653 (((-112) $ $) 85)) (-3884 (($ (-641 |#4|)) 106)) (-2780 (((-1114) $) NIL)) (-1783 (($ (-641 |#4|)) 177)) (-1675 (((-112) $) 178)) (-4385 (($ $) 88)) (-3743 (((-641 |#4|) $) 72)) (-2848 (((-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $)) $ (-641 |#3|)) NIL)) (-1417 (((-112) |#4| $) 92)) (-3548 (((-564) $ (-641 |#3|)) 135) (((-564) $) 136)) (-1831 (((-859) $) 176) (($ (-641 |#4|)) 102)) (-1466 (($ (-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $))) NIL)) (-1702 (((-112) $ $) 87)) (-1797 (($ $ $) 109)) (** (($ $ (-768)) 117)) (* (($ $ $) 115)))
+(((-504 |#1| |#2| |#3| |#4|) (-13 (-1094) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-768))) (-15 -1797 ($ $ $)) (-15 -2949 ((-112) $)) (-15 -1615 ((-112) $)) (-15 -1417 ((-112) |#4| $)) (-15 -2653 ((-112) $ $)) (-15 -2404 ((-112) |#4| $)) (-15 -2195 ((-112) $ (-641 |#3|))) (-15 -2195 ((-112) $)) (-15 -3425 ($ $ $)) (-15 -3425 ($ (-641 $))) (-15 -4347 ($ $ $)) (-15 -4347 ($ $ |#4|)) (-15 -4385 ($ $)) (-15 -2848 ((-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $)) $ (-641 |#3|))) (-15 -1466 ($ (-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $)))) (-15 -3548 ((-564) $ (-641 |#3|))) (-15 -3548 ((-564) $)) (-15 -2097 ($ $)) (-15 -3884 ($ (-641 |#4|))) (-15 -1783 ($ (-641 |#4|))) (-15 -1675 ((-112) $)) (-15 -3743 ((-641 |#4|) $)) (-15 -1831 ($ (-641 |#4|))) (-15 -2550 ($ $ |#4|)) (-15 -2550 ($ $ |#4| (-641 |#3|))) (IF (|has| |#3| (-612 (-1170))) (-15 -4052 ((-1159 (-641 (-949 |#1|)) (-641 (-294 (-949 |#1|)))) (-641 |#4|))) |%noBranch|))) (-363) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -504))
+((* (*1 *1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-1797 (*1 *1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-2949 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-1615 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-1417 (*1 *2 *3 *1) (-12 (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))) (-2653 (*1 *2 *1 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-2404 (*1 *2 *3 *1) (-12 (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))) (-2195 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790)) (-5 *2 (-112)) (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))) (-2195 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-3425 (*1 *1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-3425 (*1 *1 *2) (-12 (-5 *2 (-641 (-504 *3 *4 *5 *6))) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-4347 (*1 *1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-4347 (*1 *1 *1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5)))) (-4385 (*1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-2848 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790)) (-5 *2 (-2 (|:| |mval| (-685 *4)) (|:| |invmval| (-685 *4)) (|:| |genIdeal| (-504 *4 *5 *6 *7)))) (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))) (-1466 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-685 *3)) (|:| |invmval| (-685 *3)) (|:| |genIdeal| (-504 *3 *4 *5 *6)))) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-3548 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790)) (-5 *2 (-564)) (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))) (-3548 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-564)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-2097 (*1 *1 *1) (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847)) (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-3884 (*1 *1 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)))) (-1783 (*1 *1 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)))) (-1675 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-3743 (*1 *2 *1) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *6)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)))) (-2550 (*1 *1 *1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5)))) (-2550 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790)) (-5 *1 (-504 *4 *5 *6 *2)) (-4 *2 (-946 *4 *5 *6)))) (-4052 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *5 *6)) (-4 *6 (-612 (-1170))) (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1159 (-641 (-949 *4)) (-641 (-294 (-949 *4))))) (-5 *1 (-504 *4 *5 *6 *7)))))
+(-13 (-1094) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-768))) (-15 -1797 ($ $ $)) (-15 -2949 ((-112) $)) (-15 -1615 ((-112) $)) (-15 -1417 ((-112) |#4| $)) (-15 -2653 ((-112) $ $)) (-15 -2404 ((-112) |#4| $)) (-15 -2195 ((-112) $ (-641 |#3|))) (-15 -2195 ((-112) $)) (-15 -3425 ($ $ $)) (-15 -3425 ($ (-641 $))) (-15 -4347 ($ $ $)) (-15 -4347 ($ $ |#4|)) (-15 -4385 ($ $)) (-15 -2848 ((-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $)) $ (-641 |#3|))) (-15 -1466 ($ (-2 (|:| |mval| (-685 |#1|)) (|:| |invmval| (-685 |#1|)) (|:| |genIdeal| $)))) (-15 -3548 ((-564) $ (-641 |#3|))) (-15 -3548 ((-564) $)) (-15 -2097 ($ $)) (-15 -3884 ($ (-641 |#4|))) (-15 -1783 ($ (-641 |#4|))) (-15 -1675 ((-112) $)) (-15 -3743 ((-641 |#4|) $)) (-15 -1831 ($ (-641 |#4|))) (-15 -2550 ($ $ |#4|)) (-15 -2550 ($ $ |#4| (-641 |#3|))) (IF (|has| |#3| (-612 (-1170))) (-15 -4052 ((-1159 (-641 (-949 |#1|)) (-641 (-294 (-949 |#1|)))) (-641 |#4|))) |%noBranch|)))
+((-1686 (((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) 177)) (-3419 (((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) 178)) (-2660 (((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) 128)) (-1420 (((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) NIL)) (-2503 (((-641 (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) 180)) (-2069 (((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-641 (-861 |#1|))) 195)))
+(((-505 |#1| |#2|) (-10 -7 (-15 -1686 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -3419 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -1420 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -2660 ((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -2503 ((-641 (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -2069 ((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-641 (-861 |#1|))))) (-641 (-1170)) (-768)) (T -505))
+((-2069 (*1 *2 *2 *3) (-12 (-5 *2 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564))))) (-5 *3 (-641 (-861 *4))) (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *1 (-505 *4 *5)))) (-2503 (*1 *2 *3) (-12 (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-641 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564)))))) (-5 *1 (-505 *4 *5)) (-5 *3 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564))))))) (-2660 (*1 *2 *2) (-12 (-5 *2 (-504 (-407 (-564)) (-240 *4 (-768)) (-861 *3) (-247 *3 (-407 (-564))))) (-14 *3 (-641 (-1170))) (-14 *4 (-768)) (-5 *1 (-505 *3 *4)))) (-1420 (*1 *2 *3) (-12 (-5 *3 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564))))) (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112)) (-5 *1 (-505 *4 *5)))) (-3419 (*1 *2 *3) (-12 (-5 *3 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564))))) (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112)) (-5 *1 (-505 *4 *5)))) (-1686 (*1 *2 *3) (-12 (-5 *3 (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4) (-247 *4 (-407 (-564))))) (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112)) (-5 *1 (-505 *4 *5)))))
+(-10 -7 (-15 -1686 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -3419 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -1420 ((-112) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -2660 ((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -2503 ((-641 (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564))))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))))) (-15 -2069 ((-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-504 (-407 (-564)) (-240 |#2| (-768)) (-861 |#1|) (-247 |#1| (-407 (-564)))) (-641 (-861 |#1|)))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3515 (($) 6)) (-1831 (((-859) $) 12) (((-1170) $) 10)) (-1702 (((-112) $ $) 8)))
+(((-506) (-13 (-1094) (-611 (-1170)) (-10 -8 (-15 -3515 ($))))) (T -506))
+((-3515 (*1 *1) (-5 *1 (-506))))
+(-13 (-1094) (-611 (-1170)) (-10 -8 (-15 -3515 ($))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3396 (($ $) NIL)) (-3186 (($ |#1| |#2|) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3446 ((|#2| $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1293 (($) 12 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) 11) (($ $ $) 34)) (-1797 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 21)))
(((-507 |#1| |#2|) (-13 (-21) (-509 |#1| |#2|)) (-21) (-847)) (T -507))
NIL
(-13 (-21) (-509 |#1| |#2|))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 13)) (-1692 (($) NIL T CONST)) (-4316 (($ $) 40)) (-4132 (($ |#1| |#2|) 37)) (-2110 (($ (-1 |#1| |#1|) $) 39)) (-4139 ((|#2| $) NIL)) (-4292 ((|#1| $) 41)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2885 (($) 10 T CONST)) (-2853 (((-112) $ $) NIL)) (-2956 (($ $ $) 25)) (* (($ (-918) $) NIL) (($ (-768) $) 35)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 13)) (-1778 (($) NIL T CONST)) (-3396 (($ $) 40)) (-3186 (($ |#1| |#2|) 37)) (-2449 (($ (-1 |#1| |#1|) $) 39)) (-3446 ((|#2| $) NIL)) (-3370 ((|#1| $) 41)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1293 (($) 10 T CONST)) (-1702 (((-112) $ $) NIL)) (-1797 (($ $ $) 25)) (* (($ (-918) $) NIL) (($ (-768) $) 35)))
(((-508 |#1| |#2|) (-13 (-23) (-509 |#1| |#2|)) (-23) (-847)) (T -508))
NIL
(-13 (-23) (-509 |#1| |#2|))
-((-1709 (((-112) $ $) 7)) (-4316 (($ $) 13)) (-4132 (($ |#1| |#2|) 16)) (-2110 (($ (-1 |#1| |#1|) $) 17)) (-4139 ((|#2| $) 14)) (-4292 ((|#1| $) 15)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 6)))
+((-1817 (((-112) $ $) 7)) (-3396 (($ $) 13)) (-3186 (($ |#1| |#2|) 16)) (-2449 (($ (-1 |#1| |#1|) $) 17)) (-3446 ((|#2| $) 14)) (-3370 ((|#1| $) 15)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 6)))
(((-509 |#1| |#2|) (-140) (-1094) (-847)) (T -509))
-((-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-509 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-847)))) (-4132 (*1 *1 *2 *3) (-12 (-4 *1 (-509 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-847)))) (-4292 (*1 *2 *1) (-12 (-4 *1 (-509 *2 *3)) (-4 *3 (-847)) (-4 *2 (-1094)))) (-4139 (*1 *2 *1) (-12 (-4 *1 (-509 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-847)))) (-4316 (*1 *1 *1) (-12 (-4 *1 (-509 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-847)))))
-(-13 (-1094) (-10 -8 (-15 -2110 ($ (-1 |t#1| |t#1|) $)) (-15 -4132 ($ |t#1| |t#2|)) (-15 -4292 (|t#1| $)) (-15 -4139 (|t#2| $)) (-15 -4316 ($ $))))
+((-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-509 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-847)))) (-3186 (*1 *1 *2 *3) (-12 (-4 *1 (-509 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-847)))) (-3370 (*1 *2 *1) (-12 (-4 *1 (-509 *2 *3)) (-4 *3 (-847)) (-4 *2 (-1094)))) (-3446 (*1 *2 *1) (-12 (-4 *1 (-509 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-847)))) (-3396 (*1 *1 *1) (-12 (-4 *1 (-509 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-847)))))
+(-13 (-1094) (-10 -8 (-15 -2449 ($ (-1 |t#1| |t#1|) $)) (-15 -3186 ($ |t#1| |t#2|)) (-15 -3370 (|t#1| $)) (-15 -3446 (|t#2| $)) (-15 -3396 ($ $))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1692 (($) NIL T CONST)) (-4316 (($ $) NIL)) (-4132 (($ |#1| |#2|) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-4139 ((|#2| $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2885 (($) NIL T CONST)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 20)) (-2956 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1778 (($) NIL T CONST)) (-3396 (($ $) NIL)) (-3186 (($ |#1| |#2|) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3446 ((|#2| $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1293 (($) NIL T CONST)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 20)) (-1797 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL)))
(((-510 |#1| |#2|) (-13 (-789) (-509 |#1| |#2|)) (-789) (-847)) (T -510))
NIL
(-13 (-789) (-509 |#1| |#2|))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1578 (($ $ $) 22)) (-2071 (((-3 $ "failed") $ $) 18)) (-1692 (($) NIL T CONST)) (-4316 (($ $) NIL)) (-4132 (($ |#1| |#2|) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-4139 ((|#2| $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2885 (($) NIL T CONST)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-2956 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1986 (($ $ $) 22)) (-4088 (((-3 $ "failed") $ $) 18)) (-1778 (($) NIL T CONST)) (-3396 (($ $) NIL)) (-3186 (($ |#1| |#2|) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3446 ((|#2| $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1293 (($) NIL T CONST)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-1797 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL)))
(((-511 |#1| |#2|) (-13 (-790) (-509 |#1| |#2|)) (-790) (-847)) (T -511))
NIL
(-13 (-790) (-509 |#1| |#2|))
-((-1709 (((-112) $ $) NIL)) (-4316 (($ $) 31)) (-4132 (($ |#1| |#2|) 27)) (-2110 (($ (-1 |#1| |#1|) $) 29)) (-4139 ((|#2| $) 33)) (-4292 ((|#1| $) 32)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 26)) (-2853 (((-112) $ $) 19)))
+((-1817 (((-112) $ $) NIL)) (-3396 (($ $) 31)) (-3186 (($ |#1| |#2|) 27)) (-2449 (($ (-1 |#1| |#1|) $) 29)) (-3446 ((|#2| $) 33)) (-3370 ((|#1| $) 32)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 26)) (-1702 (((-112) $ $) 19)))
(((-512 |#1| |#2|) (-509 |#1| |#2|) (-1094) (-847)) (T -512))
NIL
(-509 |#1| |#2|)
-((-3227 (($ $ (-641 |#2|) (-641 |#3|)) NIL) (($ $ |#2| |#3|) 12)))
-(((-513 |#1| |#2| |#3|) (-10 -8 (-15 -3227 (|#1| |#1| |#2| |#3|)) (-15 -3227 (|#1| |#1| (-641 |#2|) (-641 |#3|)))) (-514 |#2| |#3|) (-1094) (-1209)) (T -513))
+((-2633 (($ $ (-641 |#2|) (-641 |#3|)) NIL) (($ $ |#2| |#3|) 12)))
+(((-513 |#1| |#2| |#3|) (-10 -8 (-15 -2633 (|#1| |#1| |#2| |#3|)) (-15 -2633 (|#1| |#1| (-641 |#2|) (-641 |#3|)))) (-514 |#2| |#3|) (-1094) (-1209)) (T -513))
NIL
-(-10 -8 (-15 -3227 (|#1| |#1| |#2| |#3|)) (-15 -3227 (|#1| |#1| (-641 |#2|) (-641 |#3|))))
-((-3227 (($ $ (-641 |#1|) (-641 |#2|)) 7) (($ $ |#1| |#2|) 6)))
+(-10 -8 (-15 -2633 (|#1| |#1| |#2| |#3|)) (-15 -2633 (|#1| |#1| (-641 |#2|) (-641 |#3|))))
+((-2633 (($ $ (-641 |#1|) (-641 |#2|)) 7) (($ $ |#1| |#2|) 6)))
(((-514 |#1| |#2|) (-140) (-1094) (-1209)) (T -514))
-((-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 *5)) (-4 *1 (-514 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1209)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-514 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1209)))))
-(-13 (-10 -8 (-15 -3227 ($ $ |t#1| |t#2|)) (-15 -3227 ($ $ (-641 |t#1|) (-641 |t#2|)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 17)) (-1747 (((-641 (-2 (|:| |gen| |#1|) (|:| -2103 |#2|))) $) 19)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1860 (((-768) $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-3421 ((|#1| $ (-564)) 24)) (-2495 ((|#2| $ (-564)) 22)) (-4371 (($ (-1 |#1| |#1|) $) 48)) (-4055 (($ (-1 |#2| |#2|) $) 45)) (-2811 (((-1152) $) NIL)) (-3743 (($ $ $) 55 (|has| |#2| (-789)))) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 44) (($ |#1|) NIL)) (-1346 ((|#2| |#1| $) 51)) (-2885 (($) 11 T CONST)) (-2853 (((-112) $ $) 30)) (-2956 (($ $ $) 28) (($ |#1| $) 26)) (* (($ (-918) $) NIL) (($ (-768) $) 37) (($ |#2| |#1|) 32)))
+((-2633 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 *5)) (-4 *1 (-514 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1209)))) (-2633 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-514 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1209)))))
+(-13 (-10 -8 (-15 -2633 ($ $ |t#1| |t#2|)) (-15 -2633 ($ $ (-641 |t#1|) (-641 |t#2|)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 17)) (-4163 (((-641 (-2 (|:| |gen| |#1|) (|:| -4326 |#2|))) $) 19)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3267 (((-768) $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-1765 ((|#1| $ (-564)) 24)) (-2802 ((|#2| $ (-564)) 22)) (-1934 (($ (-1 |#1| |#1|) $) 48)) (-1957 (($ (-1 |#2| |#2|) $) 45)) (-2723 (((-1152) $) NIL)) (-3886 (($ $ $) 55 (|has| |#2| (-789)))) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 44) (($ |#1|) NIL)) (-2742 ((|#2| |#1| $) 51)) (-1293 (($) 11 T CONST)) (-1702 (((-112) $ $) 30)) (-1797 (($ $ $) 28) (($ |#1| $) 26)) (* (($ (-918) $) NIL) (($ (-768) $) 37) (($ |#2| |#1|) 32)))
(((-515 |#1| |#2| |#3|) (-323 |#1| |#2|) (-1094) (-131) |#2|) (T -515))
NIL
(-323 |#1| |#2|)
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-3571 (((-112) (-112)) 32)) (-1869 ((|#1| $ (-564) |#1|) 42 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413)))) (-4085 (($ (-1 (-112) |#1|) $) 78)) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-3176 (($ $) 82 (|has| |#1| (-1094)))) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3537 (($ |#1| $) NIL (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) 65)) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) NIL)) (-1317 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-3230 (($ $ (-564)) 19)) (-4243 (((-768) $) 13)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-1585 (($ (-768) |#1|) 31)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) 29 (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2915 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) 56)) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) 57) (($ $ $) NIL (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) 28 (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3573 (($ $ $ (-564)) 74) (($ |#1| $ (-564)) 58)) (-3476 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1590 (($ (-641 |#1|)) 43)) (-1897 ((|#1| $) NIL (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) 24 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 61)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) 21)) (-2961 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) 54) (($ $ (-1226 (-564))) NIL)) (-2243 (($ $ (-1226 (-564))) 72) (($ $ (-564)) 66)) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) 62 (|has| $ (-6 -4413)))) (-1892 (($ $) 53)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) NIL)) (-1321 (($ $ $) 63) (($ $ |#1|) 60)) (-2834 (($ $ |#1|) NIL) (($ |#1| $) 59) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-3435 (((-768) $) 22 (|has| $ (-6 -4412)))))
-(((-516 |#1| |#2|) (-13 (-19 |#1|) (-282 |#1|) (-10 -8 (-15 -1590 ($ (-641 |#1|))) (-15 -4243 ((-768) $)) (-15 -3230 ($ $ (-564))) (-15 -3571 ((-112) (-112))))) (-1209) (-564)) (T -516))
-((-1590 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-516 *3 *4)) (-14 *4 (-564)))) (-4243 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209)) (-14 *4 (-564)))) (-3230 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209)) (-14 *4 *2))) (-3571 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209)) (-14 *4 (-564)))))
-(-13 (-19 |#1|) (-282 |#1|) (-10 -8 (-15 -1590 ($ (-641 |#1|))) (-15 -4243 ((-768) $)) (-15 -3230 ($ $ (-564))) (-15 -3571 ((-112) (-112)))))
-((-1709 (((-112) $ $) NIL)) (-3304 (((-1129) $) 11)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4331 (((-1129) $) 13)) (-3254 (((-1129) $) 9)) (-1721 (((-859) $) 19) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-517) (-13 (-1077) (-10 -8 (-15 -3254 ((-1129) $)) (-15 -3304 ((-1129) $)) (-15 -4331 ((-1129) $))))) (T -517))
-((-3254 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517)))) (-3304 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517)))) (-4331 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517)))))
-(-13 (-1077) (-10 -8 (-15 -3254 ((-1129) $)) (-15 -3304 ((-1129) $)) (-15 -4331 ((-1129) $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 (((-581 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-581 |#1|) (-368)))) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-581 |#1|) (-368)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) NIL (|has| (-581 |#1|) (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-581 |#1|) "failed") $) NIL)) (-3437 (((-581 |#1|) $) NIL)) (-3222 (($ (-1259 (-581 |#1|))) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-581 |#1|) (-368)))) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-581 |#1|) (-368)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) NIL (|has| (-581 |#1|) (-368)))) (-2398 (((-112) $) NIL (|has| (-581 |#1|) (-368)))) (-3195 (($ $ (-768)) NIL (-2713 (|has| (-581 |#1|) (-145)) (|has| (-581 |#1|) (-368)))) (($ $) NIL (-2713 (|has| (-581 |#1|) (-145)) (|has| (-581 |#1|) (-368))))) (-2941 (((-112) $) NIL)) (-2887 (((-918) $) NIL (|has| (-581 |#1|) (-368))) (((-830 (-918)) $) NIL (-2713 (|has| (-581 |#1|) (-145)) (|has| (-581 |#1|) (-368))))) (-3282 (((-112) $) NIL)) (-3489 (($) NIL (|has| (-581 |#1|) (-368)))) (-1621 (((-112) $) NIL (|has| (-581 |#1|) (-368)))) (-2471 (((-581 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-581 |#1|) (-368)))) (-1516 (((-3 $ "failed") $) NIL (|has| (-581 |#1|) (-368)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 (-581 |#1|)) $) NIL) (((-1166 $) $ (-918)) NIL (|has| (-581 |#1|) (-368)))) (-2981 (((-918) $) NIL (|has| (-581 |#1|) (-368)))) (-4163 (((-1166 (-581 |#1|)) $) NIL (|has| (-581 |#1|) (-368)))) (-1369 (((-1166 (-581 |#1|)) $) NIL (|has| (-581 |#1|) (-368))) (((-3 (-1166 (-581 |#1|)) "failed") $ $) NIL (|has| (-581 |#1|) (-368)))) (-1649 (($ $ (-1166 (-581 |#1|))) NIL (|has| (-581 |#1|) (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-581 |#1|) (-368)) CONST)) (-1359 (($ (-918)) NIL (|has| (-581 |#1|) (-368)))) (-2350 (((-112) $) NIL)) (-4382 (((-1114) $) NIL)) (-2739 (($) NIL (|has| (-581 |#1|) (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| (-581 |#1|) (-368)))) (-4020 (((-418 $) $) NIL)) (-2374 (((-830 (-918))) NIL) (((-918)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-768) $) NIL (|has| (-581 |#1|) (-368))) (((-3 (-768) "failed") $ $) NIL (-2713 (|has| (-581 |#1|) (-145)) (|has| (-581 |#1|) (-368))))) (-1358 (((-134)) NIL)) (-1795 (($ $) NIL (|has| (-581 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-581 |#1|) (-368)))) (-4341 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3290 (((-1166 (-581 |#1|))) NIL)) (-2117 (($) NIL (|has| (-581 |#1|) (-368)))) (-3311 (($) NIL (|has| (-581 |#1|) (-368)))) (-3057 (((-1259 (-581 |#1|)) $) NIL) (((-685 (-581 |#1|)) (-1259 $)) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-581 |#1|) (-368)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-581 |#1|)) NIL)) (-2684 (($ $) NIL (|has| (-581 |#1|) (-368))) (((-3 $ "failed") $) NIL (-2713 (|has| (-581 |#1|) (-145)) (|has| (-581 |#1|) (-368))))) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2362 (($ $) NIL (|has| (-581 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-581 |#1|) (-368)))) (-3256 (($ $) NIL (|has| (-581 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-581 |#1|) (-368)))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL) (($ $ (-581 |#1|)) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-581 |#1|)) NIL) (($ (-581 |#1|) $) NIL)))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-2759 (((-112) (-112)) 32)) (-1970 ((|#1| $ (-564) |#1|) 42 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407)))) (-4145 (($ (-1 (-112) |#1|) $) 78)) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-4341 (($ $) 82 (|has| |#1| (-1094)))) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3644 (($ |#1| $) NIL (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) 65)) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) NIL)) (-3360 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-3698 (($ $ (-564)) 19)) (-3205 (((-768) $) 13)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3654 (($ (-768) |#1|) 31)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) 29 (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-2429 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) 56)) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) 57) (($ $ $) NIL (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) 28 (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2783 (($ $ $ (-564)) 74) (($ |#1| $ (-564)) 58)) (-3652 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2086 (($ (-641 |#1|)) 43)) (-3303 ((|#1| $) NIL (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) 24 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 61)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) 21)) (-1350 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) 54) (($ $ (-1226 (-564))) NIL)) (-2087 (($ $ (-1226 (-564))) 72) (($ $ (-564)) 66)) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) 62 (|has| $ (-6 -4407)))) (-1991 (($ $) 53)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) NIL)) (-2460 (($ $ $) 63) (($ $ |#1|) 60)) (-3043 (($ $ |#1|) NIL) (($ |#1| $) 59) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2828 (((-768) $) 22 (|has| $ (-6 -4406)))))
+(((-516 |#1| |#2|) (-13 (-19 |#1|) (-282 |#1|) (-10 -8 (-15 -2086 ($ (-641 |#1|))) (-15 -3205 ((-768) $)) (-15 -3698 ($ $ (-564))) (-15 -2759 ((-112) (-112))))) (-1209) (-564)) (T -516))
+((-2086 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-516 *3 *4)) (-14 *4 (-564)))) (-3205 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209)) (-14 *4 (-564)))) (-3698 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209)) (-14 *4 *2))) (-2759 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209)) (-14 *4 (-564)))))
+(-13 (-19 |#1|) (-282 |#1|) (-10 -8 (-15 -2086 ($ (-641 |#1|))) (-15 -3205 ((-768) $)) (-15 -3698 ($ $ (-564))) (-15 -2759 ((-112) (-112)))))
+((-1817 (((-112) $ $) NIL)) (-3145 (((-1129) $) 11)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1521 (((-1129) $) 13)) (-4270 (((-1129) $) 9)) (-1831 (((-859) $) 19) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-517) (-13 (-1077) (-10 -8 (-15 -4270 ((-1129) $)) (-15 -3145 ((-1129) $)) (-15 -1521 ((-1129) $))))) (T -517))
+((-4270 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517)))) (-3145 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517)))) (-1521 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517)))))
+(-13 (-1077) (-10 -8 (-15 -4270 ((-1129) $)) (-15 -3145 ((-1129) $)) (-15 -1521 ((-1129) $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 (((-581 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-581 |#1|) (-368)))) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-581 |#1|) (-368)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) NIL (|has| (-581 |#1|) (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-581 |#1|) "failed") $) NIL)) (-2237 (((-581 |#1|) $) NIL)) (-3624 (($ (-1259 (-581 |#1|))) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-581 |#1|) (-368)))) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-581 |#1|) (-368)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) NIL (|has| (-581 |#1|) (-368)))) (-4282 (((-112) $) NIL (|has| (-581 |#1|) (-368)))) (-3340 (($ $ (-768)) NIL (-4078 (|has| (-581 |#1|) (-145)) (|has| (-581 |#1|) (-368)))) (($ $) NIL (-4078 (|has| (-581 |#1|) (-145)) (|has| (-581 |#1|) (-368))))) (-1420 (((-112) $) NIL)) (-2155 (((-918) $) NIL (|has| (-581 |#1|) (-368))) (((-830 (-918)) $) NIL (-4078 (|has| (-581 |#1|) (-145)) (|has| (-581 |#1|) (-368))))) (-2949 (((-112) $) NIL)) (-4311 (($) NIL (|has| (-581 |#1|) (-368)))) (-2370 (((-112) $) NIL (|has| (-581 |#1|) (-368)))) (-3797 (((-581 |#1|) $) NIL) (($ $ (-918)) NIL (|has| (-581 |#1|) (-368)))) (-2619 (((-3 $ "failed") $) NIL (|has| (-581 |#1|) (-368)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 (-581 |#1|)) $) NIL) (((-1166 $) $ (-918)) NIL (|has| (-581 |#1|) (-368)))) (-1811 (((-918) $) NIL (|has| (-581 |#1|) (-368)))) (-3696 (((-1166 (-581 |#1|)) $) NIL (|has| (-581 |#1|) (-368)))) (-2402 (((-1166 (-581 |#1|)) $) NIL (|has| (-581 |#1|) (-368))) (((-3 (-1166 (-581 |#1|)) "failed") $ $) NIL (|has| (-581 |#1|) (-368)))) (-1372 (($ $ (-1166 (-581 |#1|))) NIL (|has| (-581 |#1|) (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-581 |#1|) (-368)) CONST)) (-1468 (($ (-918)) NIL (|has| (-581 |#1|) (-368)))) (-1927 (((-112) $) NIL)) (-2780 (((-1114) $) NIL)) (-1426 (($) NIL (|has| (-581 |#1|) (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| (-581 |#1|) (-368)))) (-3070 (((-418 $) $) NIL)) (-4085 (((-830 (-918))) NIL) (((-918)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-768) $) NIL (|has| (-581 |#1|) (-368))) (((-3 (-768) "failed") $ $) NIL (-4078 (|has| (-581 |#1|) (-145)) (|has| (-581 |#1|) (-368))))) (-3548 (((-134)) NIL)) (-3534 (($ $) NIL (|has| (-581 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-581 |#1|) (-368)))) (-1619 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3019 (((-1166 (-581 |#1|))) NIL)) (-3297 (($) NIL (|has| (-581 |#1|) (-368)))) (-1974 (($) NIL (|has| (-581 |#1|) (-368)))) (-2467 (((-1259 (-581 |#1|)) $) NIL) (((-685 (-581 |#1|)) (-1259 $)) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-581 |#1|) (-368)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-581 |#1|)) NIL)) (-4018 (($ $) NIL (|has| (-581 |#1|) (-368))) (((-3 $ "failed") $) NIL (-4078 (|has| (-581 |#1|) (-145)) (|has| (-581 |#1|) (-368))))) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $)) NIL) (((-1259 $) (-918)) NIL)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3962 (($ $) NIL (|has| (-581 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-581 |#1|) (-368)))) (-3435 (($ $) NIL (|has| (-581 |#1|) (-368))) (($ $ (-768)) NIL (|has| (-581 |#1|) (-368)))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL) (($ $ (-581 |#1|)) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-581 |#1|)) NIL) (($ (-581 |#1|) $) NIL)))
(((-518 |#1| |#2|) (-329 (-581 |#1|)) (-918) (-918)) (T -518))
NIL
(-329 (-581 |#1|))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-564) (-564) |#1|) 50)) (-2113 (($ $ (-564) |#4|) NIL)) (-1476 (($ $ (-564) |#5|) NIL)) (-1692 (($) NIL T CONST)) (-2787 ((|#4| $ (-564)) NIL)) (-1452 ((|#1| $ (-564) (-564) |#1|) 49)) (-1379 ((|#1| $ (-564) (-564)) 45)) (-1597 (((-641 |#1|) $) NIL)) (-3393 (((-768) $) 33)) (-1585 (($ (-768) (-768) |#1|) 30)) (-3402 (((-768) $) 38)) (-2575 (((-112) $ (-768)) NIL)) (-4209 (((-564) $) 31)) (-1581 (((-564) $) 32)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1314 (((-564) $) 37)) (-1875 (((-564) $) 39)) (-1439 (($ (-1 |#1| |#1|) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) 54 (|has| |#1| (-1094)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1759 (($ $ |#1|) NIL)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 14)) (-3456 (($) 16)) (-2961 ((|#1| $ (-564) (-564)) 47) ((|#1| $ (-564) (-564) |#1|) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1903 ((|#5| $ (-564)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-564) (-564) |#1|) 50)) (-3251 (($ $ (-564) |#4|) NIL)) (-3436 (($ $ (-564) |#5|) NIL)) (-1778 (($) NIL T CONST)) (-3751 ((|#4| $ (-564)) NIL)) (-2261 ((|#1| $ (-564) (-564) |#1|) 49)) (-2190 ((|#1| $ (-564) (-564)) 45)) (-1433 (((-641 |#1|) $) NIL)) (-1745 (((-768) $) 33)) (-3654 (($ (-768) (-768) |#1|) 30)) (-1757 (((-768) $) 38)) (-2324 (((-112) $ (-768)) NIL)) (-2904 (((-564) $) 31)) (-2015 (((-564) $) 32)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2381 (((-564) $) 37)) (-2821 (((-564) $) 39)) (-2250 (($ (-1 |#1| |#1|) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) 54 (|has| |#1| (-1094)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4253 (($ $ |#1|) NIL)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 14)) (-4012 (($) 16)) (-1350 ((|#1| $ (-564) (-564)) 47) ((|#1| $ (-564) (-564) |#1|) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-3065 ((|#5| $ (-564)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-519 |#1| |#2| |#3| |#4| |#5|) (-57 |#1| |#4| |#5|) (-1209) (-564) (-564) (-373 |#1|) (-373 |#1|)) (T -519))
NIL
(-57 |#1| |#4| |#5|)
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1411 ((|#1| $) NIL)) (-4053 ((|#1| $) NIL)) (-1800 (($ $) NIL)) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-4140 (($ $ (-564)) 73 (|has| $ (-6 -4413)))) (-2912 (((-112) $) NIL (|has| |#1| (-847))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-1331 (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847)))) (($ (-1 (-112) |#1| |#1|) $) 68 (|has| $ (-6 -4413)))) (-3699 (($ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-2270 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-2777 (($ $ $) 23 (|has| $ (-6 -4413)))) (-2354 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-4211 ((|#1| $ |#1|) 21 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4413))) (($ $ "rest" $) 24 (|has| $ (-6 -4413))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) NIL (|has| $ (-6 -4413)))) (-4085 (($ (-1 (-112) |#1|) $) NIL)) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-4041 ((|#1| $) NIL)) (-1692 (($) NIL T CONST)) (-3796 (($ $) 28 (|has| $ (-6 -4413)))) (-2460 (($ $) 29)) (-1908 (($ $) 18) (($ $ (-768)) 35)) (-3176 (($ $) 66 (|has| |#1| (-1094)))) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3537 (($ |#1| $) NIL (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) NIL)) (-3813 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1452 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) NIL)) (-1644 (((-112) $) NIL)) (-1317 (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094))) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) (-1 (-112) |#1|) $) NIL)) (-1597 (((-641 |#1|) $) 27 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) NIL)) (-3496 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1585 (($ (-768) |#1|) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) 31 (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2915 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) 69)) (-2057 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 64 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1769 (($ |#1|) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-1939 (((-641 |#1|) $) NIL)) (-2545 (((-112) $) NIL)) (-2811 (((-1152) $) 62 (|has| |#1| (-1094)))) (-3837 ((|#1| $) NIL) (($ $ (-768)) NIL)) (-3573 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3476 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1897 ((|#1| $) 13) (($ $ (-768)) NIL)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) NIL (|has| $ (-6 -4413)))) (-3492 (((-112) $) NIL)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 12)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) 17)) (-3456 (($) 16)) (-2961 ((|#1| $ "value") NIL) ((|#1| $ "first") 15) (($ $ "rest") 20) ((|#1| $ "last") NIL) (($ $ (-1226 (-564))) NIL) ((|#1| $ (-564)) NIL) ((|#1| $ (-564) |#1|) NIL)) (-2705 (((-564) $ $) NIL)) (-2243 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-3383 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-3735 (((-112) $) 39)) (-4383 (($ $) NIL)) (-1787 (($ $) NIL (|has| $ (-6 -4413)))) (-3716 (((-768) $) NIL)) (-1717 (($ $) 44)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) 40)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 26)) (-1321 (($ $ $) 65) (($ $ |#1|) NIL)) (-2834 (($ $ $) NIL) (($ |#1| $) 10) (($ (-641 $)) NIL) (($ $ |#1|) NIL)) (-1721 (((-859) $) 54 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) NIL)) (-4252 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) 58 (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-3435 (((-768) $) 9 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1522 ((|#1| $) NIL)) (-3149 ((|#1| $) NIL)) (-4045 (($ $) NIL)) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-3459 (($ $ (-564)) 73 (|has| $ (-6 -4407)))) (-2386 (((-112) $) NIL (|has| |#1| (-847))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-2573 (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847)))) (($ (-1 (-112) |#1| |#1|) $) 68 (|has| $ (-6 -4407)))) (-2861 (($ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-2373 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-3653 (($ $ $) 23 (|has| $ (-6 -4407)))) (-3881 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-2923 ((|#1| $ |#1|) 21 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4407))) (($ $ "rest" $) 24 (|has| $ (-6 -4407))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) NIL (|has| $ (-6 -4407)))) (-4145 (($ (-1 (-112) |#1|) $) NIL)) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-3137 ((|#1| $) NIL)) (-1778 (($) NIL T CONST)) (-4325 (($ $) 28 (|has| $ (-6 -4407)))) (-3919 (($ $) 29)) (-3314 (($ $) 18) (($ $ (-768)) 35)) (-4341 (($ $) 66 (|has| |#1| (-1094)))) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3644 (($ |#1| $) NIL (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) NIL)) (-2576 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2261 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) NIL)) (-1346 (((-112) $) NIL)) (-3360 (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094))) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) (-1 (-112) |#1|) $) NIL)) (-1433 (((-641 |#1|) $) 27 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) NIL)) (-4376 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3654 (($ (-768) |#1|) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) 31 (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-2429 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) 69)) (-3956 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 64 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3176 (($ |#1|) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-4119 (((-641 |#1|) $) NIL)) (-2033 (((-112) $) NIL)) (-2723 (((-1152) $) 62 (|has| |#1| (-1094)))) (-2598 ((|#1| $) NIL) (($ $ (-768)) NIL)) (-2783 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3652 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3303 ((|#1| $) 13) (($ $ (-768)) NIL)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) NIL (|has| $ (-6 -4407)))) (-4337 (((-112) $) NIL)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 12)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) 17)) (-4012 (($) 16)) (-1350 ((|#1| $ "value") NIL) ((|#1| $ "first") 15) (($ $ "rest") 20) ((|#1| $ "last") NIL) (($ $ (-1226 (-564))) NIL) ((|#1| $ (-564)) NIL) ((|#1| $ (-564) |#1|) NIL)) (-4190 (((-564) $ $) NIL)) (-2087 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-2126 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-1899 (((-112) $) 39)) (-2034 (($ $) NIL)) (-3292 (($ $) NIL (|has| $ (-6 -4407)))) (-1724 (((-768) $) NIL)) (-3910 (($ $) 44)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) 40)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 26)) (-2460 (($ $ $) 65) (($ $ |#1|) NIL)) (-3043 (($ $ $) NIL) (($ |#1| $) 10) (($ (-641 $)) NIL) (($ $ |#1|) NIL)) (-1831 (((-859) $) 54 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) NIL)) (-2054 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) 58 (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2828 (((-768) $) 9 (|has| $ (-6 -4406)))))
(((-520 |#1| |#2|) (-662 |#1|) (-1209) (-564)) (T -520))
NIL
(-662 |#1|)
-((-1816 ((|#4| |#4|) 37)) (-3147 (((-768) |#4|) 46)) (-2751 (((-768) |#4|) 47)) (-2137 (((-641 |#3|) |#4|) 56 (|has| |#3| (-6 -4413)))) (-3429 (((-3 |#4| "failed") |#4|) 70)) (-2949 ((|#4| |#4|) 62)) (-3274 ((|#1| |#4|) 61)))
-(((-521 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1816 (|#4| |#4|)) (-15 -3147 ((-768) |#4|)) (-15 -2751 ((-768) |#4|)) (IF (|has| |#3| (-6 -4413)) (-15 -2137 ((-641 |#3|) |#4|)) |%noBranch|) (-15 -3274 (|#1| |#4|)) (-15 -2949 (|#4| |#4|)) (-15 -3429 ((-3 |#4| "failed") |#4|))) (-363) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|)) (T -521))
-((-3429 (*1 *2 *2) (|partial| -12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-2949 (*1 *2 *2) (-12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-3274 (*1 *2 *3) (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-363)) (-5 *1 (-521 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5)))) (-2137 (*1 *2 *3) (-12 (|has| *6 (-6 -4413)) (-4 *4 (-363)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-641 *6)) (-5 *1 (-521 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-2751 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-521 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-3147 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-521 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-1816 (*1 *2 *2) (-12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
-(-10 -7 (-15 -1816 (|#4| |#4|)) (-15 -3147 ((-768) |#4|)) (-15 -2751 ((-768) |#4|)) (IF (|has| |#3| (-6 -4413)) (-15 -2137 ((-641 |#3|) |#4|)) |%noBranch|) (-15 -3274 (|#1| |#4|)) (-15 -2949 (|#4| |#4|)) (-15 -3429 ((-3 |#4| "failed") |#4|)))
-((-1816 ((|#8| |#4|) 20)) (-2137 (((-641 |#3|) |#4|) 29 (|has| |#7| (-6 -4413)))) (-3429 (((-3 |#8| "failed") |#4|) 23)))
-(((-522 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1816 (|#8| |#4|)) (-15 -3429 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4413)) (-15 -2137 ((-641 |#3|) |#4|)) |%noBranch|)) (-556) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|) (-989 |#1|) (-373 |#5|) (-373 |#5|) (-683 |#5| |#6| |#7|)) (T -522))
-((-2137 (*1 *2 *3) (-12 (|has| *9 (-6 -4413)) (-4 *4 (-556)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-4 *7 (-989 *4)) (-4 *8 (-373 *7)) (-4 *9 (-373 *7)) (-5 *2 (-641 *6)) (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-683 *4 *5 *6)) (-4 *10 (-683 *7 *8 *9)))) (-3429 (*1 *2 *3) (|partial| -12 (-4 *4 (-556)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-4 *7 (-989 *4)) (-4 *2 (-683 *7 *8 *9)) (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-683 *4 *5 *6)) (-4 *8 (-373 *7)) (-4 *9 (-373 *7)))) (-1816 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-4 *7 (-989 *4)) (-4 *2 (-683 *7 *8 *9)) (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-683 *4 *5 *6)) (-4 *8 (-373 *7)) (-4 *9 (-373 *7)))))
-(-10 -7 (-15 -1816 (|#8| |#4|)) (-15 -3429 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4413)) (-15 -2137 ((-641 |#3|) |#4|)) |%noBranch|))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1356 (($ (-768) (-768)) NIL)) (-2950 (($ $ $) NIL)) (-1532 (($ (-600 |#1| |#3|)) NIL) (($ $) NIL)) (-1663 (((-112) $) NIL)) (-4058 (($ $ (-564) (-564)) 20)) (-1496 (($ $ (-564) (-564)) NIL)) (-1705 (($ $ (-564) (-564) (-564) (-564)) NIL)) (-1459 (($ $) NIL)) (-3354 (((-112) $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-2600 (($ $ (-564) (-564) $) NIL)) (-1869 ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564)) $) NIL)) (-2113 (($ $ (-564) (-600 |#1| |#3|)) NIL)) (-1476 (($ $ (-564) (-600 |#1| |#2|)) NIL)) (-2831 (($ (-768) |#1|) NIL)) (-1692 (($) NIL T CONST)) (-1816 (($ $) 29 (|has| |#1| (-307)))) (-2787 (((-600 |#1| |#3|) $ (-564)) NIL)) (-3147 (((-768) $) 32 (|has| |#1| (-556)))) (-1452 ((|#1| $ (-564) (-564) |#1|) NIL)) (-1379 ((|#1| $ (-564) (-564)) NIL)) (-1597 (((-641 |#1|) $) NIL)) (-2751 (((-768) $) 34 (|has| |#1| (-556)))) (-2137 (((-641 (-600 |#1| |#2|)) $) 37 (|has| |#1| (-556)))) (-3393 (((-768) $) NIL)) (-1585 (($ (-768) (-768) |#1|) NIL)) (-3402 (((-768) $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-2762 ((|#1| $) 27 (|has| |#1| (-6 (-4414 "*"))))) (-4209 (((-564) $) 10)) (-1581 (((-564) $) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1314 (((-564) $) 13)) (-1875 (((-564) $) NIL)) (-2670 (($ (-641 (-641 |#1|))) NIL)) (-1439 (($ (-1 |#1| |#1|) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2708 (((-641 (-641 |#1|)) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3429 (((-3 $ "failed") $) 41 (|has| |#1| (-363)))) (-1319 (($ $ $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1759 (($ $ |#1|) NIL)) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-564) (-564)) NIL) ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564))) NIL)) (-3323 (($ (-641 |#1|)) NIL) (($ (-641 $)) NIL)) (-3065 (((-112) $) NIL)) (-3274 ((|#1| $) 25 (|has| |#1| (-6 (-4414 "*"))))) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1903 (((-600 |#1| |#2|) $ (-564)) NIL)) (-1721 (($ (-600 |#1| |#2|)) NIL) (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3490 (((-112) $) NIL)) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $ $) NIL) (($ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-564) $) NIL) (((-600 |#1| |#2|) $ (-600 |#1| |#2|)) NIL) (((-600 |#1| |#3|) (-600 |#1| |#3|) $) NIL)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-3543 ((|#4| |#4|) 37)) (-3531 (((-768) |#4|) 46)) (-3408 (((-768) |#4|) 47)) (-3540 (((-641 |#3|) |#4|) 56 (|has| |#3| (-6 -4407)))) (-1861 (((-3 |#4| "failed") |#4|) 70)) (-1499 ((|#4| |#4|) 62)) (-2876 ((|#1| |#4|) 61)))
+(((-521 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3543 (|#4| |#4|)) (-15 -3531 ((-768) |#4|)) (-15 -3408 ((-768) |#4|)) (IF (|has| |#3| (-6 -4407)) (-15 -3540 ((-641 |#3|) |#4|)) |%noBranch|) (-15 -2876 (|#1| |#4|)) (-15 -1499 (|#4| |#4|)) (-15 -1861 ((-3 |#4| "failed") |#4|))) (-363) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|)) (T -521))
+((-1861 (*1 *2 *2) (|partial| -12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-1499 (*1 *2 *2) (-12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-2876 (*1 *2 *3) (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-363)) (-5 *1 (-521 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5)))) (-3540 (*1 *2 *3) (-12 (|has| *6 (-6 -4407)) (-4 *4 (-363)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-641 *6)) (-5 *1 (-521 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-3408 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-521 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-3531 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-521 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-3543 (*1 *2 *2) (-12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
+(-10 -7 (-15 -3543 (|#4| |#4|)) (-15 -3531 ((-768) |#4|)) (-15 -3408 ((-768) |#4|)) (IF (|has| |#3| (-6 -4407)) (-15 -3540 ((-641 |#3|) |#4|)) |%noBranch|) (-15 -2876 (|#1| |#4|)) (-15 -1499 (|#4| |#4|)) (-15 -1861 ((-3 |#4| "failed") |#4|)))
+((-3543 ((|#8| |#4|) 20)) (-3540 (((-641 |#3|) |#4|) 29 (|has| |#7| (-6 -4407)))) (-1861 (((-3 |#8| "failed") |#4|) 23)))
+(((-522 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3543 (|#8| |#4|)) (-15 -1861 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4407)) (-15 -3540 ((-641 |#3|) |#4|)) |%noBranch|)) (-556) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|) (-989 |#1|) (-373 |#5|) (-373 |#5|) (-683 |#5| |#6| |#7|)) (T -522))
+((-3540 (*1 *2 *3) (-12 (|has| *9 (-6 -4407)) (-4 *4 (-556)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-4 *7 (-989 *4)) (-4 *8 (-373 *7)) (-4 *9 (-373 *7)) (-5 *2 (-641 *6)) (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-683 *4 *5 *6)) (-4 *10 (-683 *7 *8 *9)))) (-1861 (*1 *2 *3) (|partial| -12 (-4 *4 (-556)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-4 *7 (-989 *4)) (-4 *2 (-683 *7 *8 *9)) (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-683 *4 *5 *6)) (-4 *8 (-373 *7)) (-4 *9 (-373 *7)))) (-3543 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-4 *7 (-989 *4)) (-4 *2 (-683 *7 *8 *9)) (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-683 *4 *5 *6)) (-4 *8 (-373 *7)) (-4 *9 (-373 *7)))))
+(-10 -7 (-15 -3543 (|#8| |#4|)) (-15 -1861 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4407)) (-15 -3540 ((-641 |#3|) |#4|)) |%noBranch|))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1463 (($ (-768) (-768)) NIL)) (-1516 (($ $ $) NIL)) (-2775 (($ (-600 |#1| |#3|)) NIL) (($ $) NIL)) (-1512 (((-112) $) NIL)) (-1990 (($ $ (-564) (-564)) 20)) (-3649 (($ $ (-564) (-564)) NIL)) (-3812 (($ $ (-564) (-564) (-564) (-564)) NIL)) (-3252 (($ $) NIL)) (-2385 (((-112) $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-1353 (($ $ (-564) (-564) $) NIL)) (-1970 ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564)) $) NIL)) (-3251 (($ $ (-564) (-600 |#1| |#3|)) NIL)) (-3436 (($ $ (-564) (-600 |#1| |#2|)) NIL)) (-2899 (($ (-768) |#1|) NIL)) (-1778 (($) NIL T CONST)) (-3543 (($ $) 29 (|has| |#1| (-307)))) (-3751 (((-600 |#1| |#3|) $ (-564)) NIL)) (-3531 (((-768) $) 32 (|has| |#1| (-556)))) (-2261 ((|#1| $ (-564) (-564) |#1|) NIL)) (-2190 ((|#1| $ (-564) (-564)) NIL)) (-1433 (((-641 |#1|) $) NIL)) (-3408 (((-768) $) 34 (|has| |#1| (-556)))) (-3540 (((-641 (-600 |#1| |#2|)) $) 37 (|has| |#1| (-556)))) (-1745 (((-768) $) NIL)) (-3654 (($ (-768) (-768) |#1|) NIL)) (-1757 (((-768) $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3508 ((|#1| $) 27 (|has| |#1| (-6 (-4408 "*"))))) (-2904 (((-564) $) 10)) (-2015 (((-564) $) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2381 (((-564) $) 13)) (-2821 (((-564) $) NIL)) (-4309 (($ (-641 (-641 |#1|))) NIL)) (-2250 (($ (-1 |#1| |#1|) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4217 (((-641 (-641 |#1|)) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-1861 (((-3 $ "failed") $) 41 (|has| |#1| (-363)))) (-2435 (($ $ $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4253 (($ $ |#1|) NIL)) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-564) (-564)) NIL) ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564))) NIL)) (-2088 (($ (-641 |#1|)) NIL) (($ (-641 $)) NIL)) (-1302 (((-112) $) NIL)) (-2876 ((|#1| $) 25 (|has| |#1| (-6 (-4408 "*"))))) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-3065 (((-600 |#1| |#2|) $ (-564)) NIL)) (-1831 (($ (-600 |#1| |#2|)) NIL) (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-4320 (((-112) $) NIL)) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $ $) NIL) (($ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-564) $) NIL) (((-600 |#1| |#2|) $ (-600 |#1| |#2|)) NIL) (((-600 |#1| |#3|) (-600 |#1| |#3|) $) NIL)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-523 |#1| |#2| |#3|) (-683 |#1| (-600 |#1| |#3|) (-600 |#1| |#2|)) (-1046) (-564) (-564)) (T -523))
NIL
(-683 |#1| (-600 |#1| |#3|) (-600 |#1| |#2|))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-1352 (((-641 (-1208)) $) 13)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 19) (($ (-1175)) NIL) (((-1175) $) NIL) (($ (-641 (-1208))) 11)) (-2853 (((-112) $ $) NIL)))
-(((-524) (-13 (-1077) (-10 -8 (-15 -1721 ($ (-641 (-1208)))) (-15 -1352 ((-641 (-1208)) $))))) (T -524))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-524)))) (-1352 (*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-524)))))
-(-13 (-1077) (-10 -8 (-15 -1721 ($ (-641 (-1208)))) (-15 -1352 ((-641 (-1208)) $))))
-((-1709 (((-112) $ $) NIL)) (-2189 (((-1129) $) 14)) (-2811 (((-1152) $) NIL)) (-2517 (((-506) $) 11)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 21) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-525) (-13 (-1077) (-10 -8 (-15 -2517 ((-506) $)) (-15 -2189 ((-1129) $))))) (T -525))
-((-2517 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-525)))) (-2189 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-525)))))
-(-13 (-1077) (-10 -8 (-15 -2517 ((-506) $)) (-15 -2189 ((-1129) $))))
-((-3258 (((-687 (-1217)) $) 15)) (-2164 (((-687 (-1215)) $) 39)) (-3873 (((-687 (-1214)) $) 30)) (-2295 (((-687 (-549)) $) 12)) (-2062 (((-687 (-547)) $) 43)) (-2780 (((-687 (-546)) $) 34)) (-3223 (((-768) $ (-128)) 55)))
-(((-526 |#1|) (-10 -8 (-15 -3223 ((-768) |#1| (-128))) (-15 -2164 ((-687 (-1215)) |#1|)) (-15 -2062 ((-687 (-547)) |#1|)) (-15 -3873 ((-687 (-1214)) |#1|)) (-15 -2780 ((-687 (-546)) |#1|)) (-15 -3258 ((-687 (-1217)) |#1|)) (-15 -2295 ((-687 (-549)) |#1|))) (-527)) (T -526))
-NIL
-(-10 -8 (-15 -3223 ((-768) |#1| (-128))) (-15 -2164 ((-687 (-1215)) |#1|)) (-15 -2062 ((-687 (-547)) |#1|)) (-15 -3873 ((-687 (-1214)) |#1|)) (-15 -2780 ((-687 (-546)) |#1|)) (-15 -3258 ((-687 (-1217)) |#1|)) (-15 -2295 ((-687 (-549)) |#1|)))
-((-3258 (((-687 (-1217)) $) 12)) (-2164 (((-687 (-1215)) $) 8)) (-3873 (((-687 (-1214)) $) 10)) (-2295 (((-687 (-549)) $) 13)) (-2062 (((-687 (-547)) $) 9)) (-2780 (((-687 (-546)) $) 11)) (-3223 (((-768) $ (-128)) 7)) (-3177 (((-687 (-129)) $) 14)) (-3728 (($ $) 6)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-4151 (((-641 (-1208)) $) 13)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 19) (($ (-1175)) NIL) (((-1175) $) NIL) (($ (-641 (-1208))) 11)) (-1702 (((-112) $ $) NIL)))
+(((-524) (-13 (-1077) (-10 -8 (-15 -1831 ($ (-641 (-1208)))) (-15 -4151 ((-641 (-1208)) $))))) (T -524))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-524)))) (-4151 (*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-524)))))
+(-13 (-1077) (-10 -8 (-15 -1831 ($ (-641 (-1208)))) (-15 -4151 ((-641 (-1208)) $))))
+((-1817 (((-112) $ $) NIL)) (-2797 (((-1129) $) 14)) (-2723 (((-1152) $) NIL)) (-3013 (((-506) $) 11)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 21) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-525) (-13 (-1077) (-10 -8 (-15 -3013 ((-506) $)) (-15 -2797 ((-1129) $))))) (T -525))
+((-3013 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-525)))) (-2797 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-525)))))
+(-13 (-1077) (-10 -8 (-15 -3013 ((-506) $)) (-15 -2797 ((-1129) $))))
+((-2721 (((-687 (-1217)) $) 15)) (-3791 (((-687 (-1215)) $) 39)) (-2678 (((-687 (-1214)) $) 30)) (-1356 (((-687 (-549)) $) 12)) (-4005 (((-687 (-547)) $) 43)) (-3687 (((-687 (-546)) $) 34)) (-3633 (((-768) $ (-128)) 55)))
+(((-526 |#1|) (-10 -8 (-15 -3633 ((-768) |#1| (-128))) (-15 -3791 ((-687 (-1215)) |#1|)) (-15 -4005 ((-687 (-547)) |#1|)) (-15 -2678 ((-687 (-1214)) |#1|)) (-15 -3687 ((-687 (-546)) |#1|)) (-15 -2721 ((-687 (-1217)) |#1|)) (-15 -1356 ((-687 (-549)) |#1|))) (-527)) (T -526))
+NIL
+(-10 -8 (-15 -3633 ((-768) |#1| (-128))) (-15 -3791 ((-687 (-1215)) |#1|)) (-15 -4005 ((-687 (-547)) |#1|)) (-15 -2678 ((-687 (-1214)) |#1|)) (-15 -3687 ((-687 (-546)) |#1|)) (-15 -2721 ((-687 (-1217)) |#1|)) (-15 -1356 ((-687 (-549)) |#1|)))
+((-2721 (((-687 (-1217)) $) 12)) (-3791 (((-687 (-1215)) $) 8)) (-2678 (((-687 (-1214)) $) 10)) (-1356 (((-687 (-549)) $) 13)) (-4005 (((-687 (-547)) $) 9)) (-3687 (((-687 (-546)) $) 11)) (-3633 (((-768) $ (-128)) 7)) (-4350 (((-687 (-129)) $) 14)) (-1846 (($ $) 6)))
(((-527) (-140)) (T -527))
-((-3177 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-129))))) (-2295 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-549))))) (-3258 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1217))))) (-2780 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-546))))) (-3873 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1214))))) (-2062 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-547))))) (-2164 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1215))))) (-3223 (*1 *2 *1 *3) (-12 (-4 *1 (-527)) (-5 *3 (-128)) (-5 *2 (-768)))))
-(-13 (-173) (-10 -8 (-15 -3177 ((-687 (-129)) $)) (-15 -2295 ((-687 (-549)) $)) (-15 -3258 ((-687 (-1217)) $)) (-15 -2780 ((-687 (-546)) $)) (-15 -3873 ((-687 (-1214)) $)) (-15 -2062 ((-687 (-547)) $)) (-15 -2164 ((-687 (-1215)) $)) (-15 -3223 ((-768) $ (-128)))))
+((-4350 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-129))))) (-1356 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-549))))) (-2721 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1217))))) (-3687 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-546))))) (-2678 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1214))))) (-4005 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-547))))) (-3791 (*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1215))))) (-3633 (*1 *2 *1 *3) (-12 (-4 *1 (-527)) (-5 *3 (-128)) (-5 *2 (-768)))))
+(-13 (-173) (-10 -8 (-15 -4350 ((-687 (-129)) $)) (-15 -1356 ((-687 (-549)) $)) (-15 -2721 ((-687 (-1217)) $)) (-15 -3687 ((-687 (-546)) $)) (-15 -2678 ((-687 (-1214)) $)) (-15 -4005 ((-687 (-547)) $)) (-15 -3791 ((-687 (-1215)) $)) (-15 -3633 ((-768) $ (-128)))))
(((-173) . T))
-((-3788 (((-1166 |#1|) (-768)) 113)) (-4321 (((-1259 |#1|) (-1259 |#1|) (-918)) 106)) (-3880 (((-1264) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))) |#1|) 122)) (-3263 (((-1259 |#1|) (-1259 |#1|) (-768)) 53)) (-3746 (((-1259 |#1|) (-918)) 108)) (-4047 (((-1259 |#1|) (-1259 |#1|) (-564)) 30)) (-2107 (((-1166 |#1|) (-1259 |#1|)) 114)) (-3489 (((-1259 |#1|) (-918)) 135)) (-1621 (((-112) (-1259 |#1|)) 118)) (-2471 (((-1259 |#1|) (-1259 |#1|) (-918)) 98)) (-2162 (((-1166 |#1|) (-1259 |#1|)) 129)) (-2981 (((-918) (-1259 |#1|)) 94)) (-4247 (((-1259 |#1|) (-1259 |#1|)) 38)) (-1359 (((-1259 |#1|) (-918) (-918)) 138)) (-3525 (((-1259 |#1|) (-1259 |#1|) (-1114) (-1114)) 29)) (-2498 (((-1259 |#1|) (-1259 |#1|) (-768) (-1114)) 54)) (-2745 (((-1259 (-1259 |#1|)) (-918)) 134)) (-2983 (((-1259 |#1|) (-1259 |#1|) (-1259 |#1|)) 119)) (** (((-1259 |#1|) (-1259 |#1|) (-564)) 65)) (* (((-1259 |#1|) (-1259 |#1|) (-1259 |#1|)) 31)))
-(((-528 |#1|) (-10 -7 (-15 -3880 ((-1264) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))) |#1|)) (-15 -3746 ((-1259 |#1|) (-918))) (-15 -1359 ((-1259 |#1|) (-918) (-918))) (-15 -2107 ((-1166 |#1|) (-1259 |#1|))) (-15 -3788 ((-1166 |#1|) (-768))) (-15 -2498 ((-1259 |#1|) (-1259 |#1|) (-768) (-1114))) (-15 -3263 ((-1259 |#1|) (-1259 |#1|) (-768))) (-15 -3525 ((-1259 |#1|) (-1259 |#1|) (-1114) (-1114))) (-15 -4047 ((-1259 |#1|) (-1259 |#1|) (-564))) (-15 ** ((-1259 |#1|) (-1259 |#1|) (-564))) (-15 * ((-1259 |#1|) (-1259 |#1|) (-1259 |#1|))) (-15 -2983 ((-1259 |#1|) (-1259 |#1|) (-1259 |#1|))) (-15 -2471 ((-1259 |#1|) (-1259 |#1|) (-918))) (-15 -4321 ((-1259 |#1|) (-1259 |#1|) (-918))) (-15 -4247 ((-1259 |#1|) (-1259 |#1|))) (-15 -2981 ((-918) (-1259 |#1|))) (-15 -1621 ((-112) (-1259 |#1|))) (-15 -2745 ((-1259 (-1259 |#1|)) (-918))) (-15 -3489 ((-1259 |#1|) (-918))) (-15 -2162 ((-1166 |#1|) (-1259 |#1|)))) (-349)) (T -528))
-((-2162 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-1166 *4)) (-5 *1 (-528 *4)))) (-3489 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1259 *4)) (-5 *1 (-528 *4)) (-4 *4 (-349)))) (-2745 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1259 (-1259 *4))) (-5 *1 (-528 *4)) (-4 *4 (-349)))) (-1621 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-112)) (-5 *1 (-528 *4)))) (-2981 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-918)) (-5 *1 (-528 *4)))) (-4247 (*1 *2 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3)))) (-4321 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-918)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-2471 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-918)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-2983 (*1 *2 *2 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-564)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-4047 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-564)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-3525 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1114)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-3263 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-2498 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1259 *5)) (-5 *3 (-768)) (-5 *4 (-1114)) (-4 *5 (-349)) (-5 *1 (-528 *5)))) (-3788 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1166 *4)) (-5 *1 (-528 *4)) (-4 *4 (-349)))) (-2107 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-1166 *4)) (-5 *1 (-528 *4)))) (-1359 (*1 *2 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1259 *4)) (-5 *1 (-528 *4)) (-4 *4 (-349)))) (-3746 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1259 *4)) (-5 *1 (-528 *4)) (-4 *4 (-349)))) (-3880 (*1 *2 *3 *4) (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114)))))) (-4 *4 (-349)) (-5 *2 (-1264)) (-5 *1 (-528 *4)))))
-(-10 -7 (-15 -3880 ((-1264) (-1259 (-641 (-2 (|:| -1411 |#1|) (|:| -1359 (-1114))))) |#1|)) (-15 -3746 ((-1259 |#1|) (-918))) (-15 -1359 ((-1259 |#1|) (-918) (-918))) (-15 -2107 ((-1166 |#1|) (-1259 |#1|))) (-15 -3788 ((-1166 |#1|) (-768))) (-15 -2498 ((-1259 |#1|) (-1259 |#1|) (-768) (-1114))) (-15 -3263 ((-1259 |#1|) (-1259 |#1|) (-768))) (-15 -3525 ((-1259 |#1|) (-1259 |#1|) (-1114) (-1114))) (-15 -4047 ((-1259 |#1|) (-1259 |#1|) (-564))) (-15 ** ((-1259 |#1|) (-1259 |#1|) (-564))) (-15 * ((-1259 |#1|) (-1259 |#1|) (-1259 |#1|))) (-15 -2983 ((-1259 |#1|) (-1259 |#1|) (-1259 |#1|))) (-15 -2471 ((-1259 |#1|) (-1259 |#1|) (-918))) (-15 -4321 ((-1259 |#1|) (-1259 |#1|) (-918))) (-15 -4247 ((-1259 |#1|) (-1259 |#1|))) (-15 -2981 ((-918) (-1259 |#1|))) (-15 -1621 ((-112) (-1259 |#1|))) (-15 -2745 ((-1259 (-1259 |#1|)) (-918))) (-15 -3489 ((-1259 |#1|) (-918))) (-15 -2162 ((-1166 |#1|) (-1259 |#1|))))
-((-3258 (((-687 (-1217)) $) NIL)) (-2164 (((-687 (-1215)) $) NIL)) (-3873 (((-687 (-1214)) $) NIL)) (-2295 (((-687 (-549)) $) NIL)) (-2062 (((-687 (-547)) $) NIL)) (-2780 (((-687 (-546)) $) NIL)) (-3223 (((-768) $ (-128)) NIL)) (-3177 (((-687 (-129)) $) 25)) (-3760 (((-1114) $ (-1114)) 30)) (-1317 (((-1114) $) 29)) (-1767 (((-112) $) 19)) (-2259 (($ (-388)) 14) (($ (-1152)) 16)) (-1330 (((-112) $) 26)) (-1721 (((-859) $) 33)) (-3728 (($ $) 27)))
-(((-529) (-13 (-527) (-611 (-859)) (-10 -8 (-15 -2259 ($ (-388))) (-15 -2259 ($ (-1152))) (-15 -1330 ((-112) $)) (-15 -1767 ((-112) $)) (-15 -1317 ((-1114) $)) (-15 -3760 ((-1114) $ (-1114)))))) (T -529))
-((-2259 (*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-529)))) (-2259 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-529)))) (-1330 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-529)))) (-1767 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-529)))) (-1317 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-529)))) (-3760 (*1 *2 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-529)))))
-(-13 (-527) (-611 (-859)) (-10 -8 (-15 -2259 ($ (-388))) (-15 -2259 ($ (-1152))) (-15 -1330 ((-112) $)) (-15 -1767 ((-112) $)) (-15 -1317 ((-1114) $)) (-15 -3760 ((-1114) $ (-1114)))))
-((-3297 (((-1 |#1| |#1|) |#1|) 11)) (-2399 (((-1 |#1| |#1|)) 10)))
-(((-530 |#1|) (-10 -7 (-15 -2399 ((-1 |#1| |#1|))) (-15 -3297 ((-1 |#1| |#1|) |#1|))) (-13 (-723) (-25))) (T -530))
-((-3297 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-530 *3)) (-4 *3 (-13 (-723) (-25))))) (-2399 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-530 *3)) (-4 *3 (-13 (-723) (-25))))))
-(-10 -7 (-15 -2399 ((-1 |#1| |#1|))) (-15 -3297 ((-1 |#1| |#1|) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1578 (($ $ $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-4316 (($ $) NIL)) (-4132 (($ (-768) |#1|) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2110 (($ (-1 (-768) (-768)) $) NIL)) (-4139 ((|#1| $) NIL)) (-4292 (((-768) $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 27)) (-2885 (($) NIL T CONST)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-2956 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL)))
+((-4260 (((-1166 |#1|) (-768)) 113)) (-2713 (((-1259 |#1|) (-1259 |#1|) (-918)) 106)) (-2745 (((-1264) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))) |#1|) 122)) (-2776 (((-1259 |#1|) (-1259 |#1|) (-768)) 53)) (-2900 (((-1259 |#1|) (-918)) 108)) (-1895 (((-1259 |#1|) (-1259 |#1|) (-564)) 30)) (-3194 (((-1166 |#1|) (-1259 |#1|)) 114)) (-4311 (((-1259 |#1|) (-918)) 135)) (-2370 (((-112) (-1259 |#1|)) 118)) (-3797 (((-1259 |#1|) (-1259 |#1|) (-918)) 98)) (-3774 (((-1166 |#1|) (-1259 |#1|)) 129)) (-1811 (((-918) (-1259 |#1|)) 94)) (-3315 (((-1259 |#1|) (-1259 |#1|)) 38)) (-1468 (((-1259 |#1|) (-918) (-918)) 138)) (-3511 (((-1259 |#1|) (-1259 |#1|) (-1114) (-1114)) 29)) (-2832 (((-1259 |#1|) (-1259 |#1|) (-768) (-1114)) 54)) (-3331 (((-1259 (-1259 |#1|)) (-918)) 134)) (-1823 (((-1259 |#1|) (-1259 |#1|) (-1259 |#1|)) 119)) (** (((-1259 |#1|) (-1259 |#1|) (-564)) 65)) (* (((-1259 |#1|) (-1259 |#1|) (-1259 |#1|)) 31)))
+(((-528 |#1|) (-10 -7 (-15 -2745 ((-1264) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))) |#1|)) (-15 -2900 ((-1259 |#1|) (-918))) (-15 -1468 ((-1259 |#1|) (-918) (-918))) (-15 -3194 ((-1166 |#1|) (-1259 |#1|))) (-15 -4260 ((-1166 |#1|) (-768))) (-15 -2832 ((-1259 |#1|) (-1259 |#1|) (-768) (-1114))) (-15 -2776 ((-1259 |#1|) (-1259 |#1|) (-768))) (-15 -3511 ((-1259 |#1|) (-1259 |#1|) (-1114) (-1114))) (-15 -1895 ((-1259 |#1|) (-1259 |#1|) (-564))) (-15 ** ((-1259 |#1|) (-1259 |#1|) (-564))) (-15 * ((-1259 |#1|) (-1259 |#1|) (-1259 |#1|))) (-15 -1823 ((-1259 |#1|) (-1259 |#1|) (-1259 |#1|))) (-15 -3797 ((-1259 |#1|) (-1259 |#1|) (-918))) (-15 -2713 ((-1259 |#1|) (-1259 |#1|) (-918))) (-15 -3315 ((-1259 |#1|) (-1259 |#1|))) (-15 -1811 ((-918) (-1259 |#1|))) (-15 -2370 ((-112) (-1259 |#1|))) (-15 -3331 ((-1259 (-1259 |#1|)) (-918))) (-15 -4311 ((-1259 |#1|) (-918))) (-15 -3774 ((-1166 |#1|) (-1259 |#1|)))) (-349)) (T -528))
+((-3774 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-1166 *4)) (-5 *1 (-528 *4)))) (-4311 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1259 *4)) (-5 *1 (-528 *4)) (-4 *4 (-349)))) (-3331 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1259 (-1259 *4))) (-5 *1 (-528 *4)) (-4 *4 (-349)))) (-2370 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-112)) (-5 *1 (-528 *4)))) (-1811 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-918)) (-5 *1 (-528 *4)))) (-3315 (*1 *2 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3)))) (-2713 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-918)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-3797 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-918)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-1823 (*1 *2 *2 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-564)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-1895 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-564)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-3511 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1114)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-2776 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-528 *4)))) (-2832 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1259 *5)) (-5 *3 (-768)) (-5 *4 (-1114)) (-4 *5 (-349)) (-5 *1 (-528 *5)))) (-4260 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1166 *4)) (-5 *1 (-528 *4)) (-4 *4 (-349)))) (-3194 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-1166 *4)) (-5 *1 (-528 *4)))) (-1468 (*1 *2 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1259 *4)) (-5 *1 (-528 *4)) (-4 *4 (-349)))) (-2900 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1259 *4)) (-5 *1 (-528 *4)) (-4 *4 (-349)))) (-2745 (*1 *2 *3 *4) (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114)))))) (-4 *4 (-349)) (-5 *2 (-1264)) (-5 *1 (-528 *4)))))
+(-10 -7 (-15 -2745 ((-1264) (-1259 (-641 (-2 (|:| -1522 |#1|) (|:| -1468 (-1114))))) |#1|)) (-15 -2900 ((-1259 |#1|) (-918))) (-15 -1468 ((-1259 |#1|) (-918) (-918))) (-15 -3194 ((-1166 |#1|) (-1259 |#1|))) (-15 -4260 ((-1166 |#1|) (-768))) (-15 -2832 ((-1259 |#1|) (-1259 |#1|) (-768) (-1114))) (-15 -2776 ((-1259 |#1|) (-1259 |#1|) (-768))) (-15 -3511 ((-1259 |#1|) (-1259 |#1|) (-1114) (-1114))) (-15 -1895 ((-1259 |#1|) (-1259 |#1|) (-564))) (-15 ** ((-1259 |#1|) (-1259 |#1|) (-564))) (-15 * ((-1259 |#1|) (-1259 |#1|) (-1259 |#1|))) (-15 -1823 ((-1259 |#1|) (-1259 |#1|) (-1259 |#1|))) (-15 -3797 ((-1259 |#1|) (-1259 |#1|) (-918))) (-15 -2713 ((-1259 |#1|) (-1259 |#1|) (-918))) (-15 -3315 ((-1259 |#1|) (-1259 |#1|))) (-15 -1811 ((-918) (-1259 |#1|))) (-15 -2370 ((-112) (-1259 |#1|))) (-15 -3331 ((-1259 (-1259 |#1|)) (-918))) (-15 -4311 ((-1259 |#1|) (-918))) (-15 -3774 ((-1166 |#1|) (-1259 |#1|))))
+((-2721 (((-687 (-1217)) $) NIL)) (-3791 (((-687 (-1215)) $) NIL)) (-2678 (((-687 (-1214)) $) NIL)) (-1356 (((-687 (-549)) $) NIL)) (-4005 (((-687 (-547)) $) NIL)) (-3687 (((-687 (-546)) $) NIL)) (-3633 (((-768) $ (-128)) NIL)) (-4350 (((-687 (-129)) $) 25)) (-4028 (((-1114) $ (-1114)) 30)) (-3360 (((-1114) $) 29)) (-4310 (((-112) $) 19)) (-2263 (($ (-388)) 14) (($ (-1152)) 16)) (-2565 (((-112) $) 26)) (-1831 (((-859) $) 33)) (-1846 (($ $) 27)))
+(((-529) (-13 (-527) (-611 (-859)) (-10 -8 (-15 -2263 ($ (-388))) (-15 -2263 ($ (-1152))) (-15 -2565 ((-112) $)) (-15 -4310 ((-112) $)) (-15 -3360 ((-1114) $)) (-15 -4028 ((-1114) $ (-1114)))))) (T -529))
+((-2263 (*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-529)))) (-2263 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-529)))) (-2565 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-529)))) (-4310 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-529)))) (-3360 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-529)))) (-4028 (*1 *2 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-529)))))
+(-13 (-527) (-611 (-859)) (-10 -8 (-15 -2263 ($ (-388))) (-15 -2263 ($ (-1152))) (-15 -2565 ((-112) $)) (-15 -4310 ((-112) $)) (-15 -3360 ((-1114) $)) (-15 -4028 ((-1114) $ (-1114)))))
+((-3707 (((-1 |#1| |#1|) |#1|) 11)) (-4293 (((-1 |#1| |#1|)) 10)))
+(((-530 |#1|) (-10 -7 (-15 -4293 ((-1 |#1| |#1|))) (-15 -3707 ((-1 |#1| |#1|) |#1|))) (-13 (-723) (-25))) (T -530))
+((-3707 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-530 *3)) (-4 *3 (-13 (-723) (-25))))) (-4293 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-530 *3)) (-4 *3 (-13 (-723) (-25))))))
+(-10 -7 (-15 -4293 ((-1 |#1| |#1|))) (-15 -3707 ((-1 |#1| |#1|) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1986 (($ $ $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3396 (($ $) NIL)) (-3186 (($ (-768) |#1|) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2449 (($ (-1 (-768) (-768)) $) NIL)) (-3446 ((|#1| $) NIL)) (-3370 (((-768) $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 27)) (-1293 (($) NIL T CONST)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-1797 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL)))
(((-531 |#1|) (-13 (-790) (-509 (-768) |#1|)) (-847)) (T -531))
NIL
(-13 (-790) (-509 (-768) |#1|))
-((-3784 (((-641 |#2|) (-1166 |#1|) |#3|) 98)) (-4359 (((-641 (-2 (|:| |outval| |#2|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#2|))))) (-685 |#1|) |#3| (-1 (-418 (-1166 |#1|)) (-1166 |#1|))) 114)) (-2785 (((-1166 |#1|) (-685 |#1|)) 110)))
-(((-532 |#1| |#2| |#3|) (-10 -7 (-15 -2785 ((-1166 |#1|) (-685 |#1|))) (-15 -3784 ((-641 |#2|) (-1166 |#1|) |#3|)) (-15 -4359 ((-641 (-2 (|:| |outval| |#2|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#2|))))) (-685 |#1|) |#3| (-1 (-418 (-1166 |#1|)) (-1166 |#1|))))) (-363) (-363) (-13 (-363) (-845))) (T -532))
-((-4359 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *6)) (-5 *5 (-1 (-418 (-1166 *6)) (-1166 *6))) (-4 *6 (-363)) (-5 *2 (-641 (-2 (|:| |outval| *7) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 *7)))))) (-5 *1 (-532 *6 *7 *4)) (-4 *7 (-363)) (-4 *4 (-13 (-363) (-845))))) (-3784 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *5)) (-4 *5 (-363)) (-5 *2 (-641 *6)) (-5 *1 (-532 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845))))) (-2785 (*1 *2 *3) (-12 (-5 *3 (-685 *4)) (-4 *4 (-363)) (-5 *2 (-1166 *4)) (-5 *1 (-532 *4 *5 *6)) (-4 *5 (-363)) (-4 *6 (-13 (-363) (-845))))))
-(-10 -7 (-15 -2785 ((-1166 |#1|) (-685 |#1|))) (-15 -3784 ((-641 |#2|) (-1166 |#1|) |#3|)) (-15 -4359 ((-641 (-2 (|:| |outval| |#2|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#2|))))) (-685 |#1|) |#3| (-1 (-418 (-1166 |#1|)) (-1166 |#1|)))))
-((-3552 (((-687 (-1217)) $ (-1217)) NIL)) (-2639 (((-687 (-549)) $ (-549)) NIL)) (-2937 (((-768) $ (-128)) 41)) (-3885 (((-687 (-129)) $ (-129)) 42)) (-3258 (((-687 (-1217)) $) NIL)) (-2164 (((-687 (-1215)) $) NIL)) (-3873 (((-687 (-1214)) $) NIL)) (-2295 (((-687 (-549)) $) NIL)) (-2062 (((-687 (-547)) $) NIL)) (-2780 (((-687 (-546)) $) NIL)) (-3223 (((-768) $ (-128)) 37)) (-3177 (((-687 (-129)) $) 39)) (-2126 (((-112) $) 29)) (-2953 (((-687 $) (-579) (-951)) 19) (((-687 $) (-491) (-951)) 26)) (-1721 (((-859) $) 49)) (-3728 (($ $) 43)))
-(((-533) (-13 (-764 (-579)) (-611 (-859)) (-10 -8 (-15 -2953 ((-687 $) (-491) (-951)))))) (T -533))
-((-2953 (*1 *2 *3 *4) (-12 (-5 *3 (-491)) (-5 *4 (-951)) (-5 *2 (-687 (-533))) (-5 *1 (-533)))))
-(-13 (-764 (-579)) (-611 (-859)) (-10 -8 (-15 -2953 ((-687 $) (-491) (-951)))))
-((-2827 (((-840 (-564))) 12)) (-2839 (((-840 (-564))) 14)) (-2691 (((-830 (-564))) 9)))
-(((-534) (-10 -7 (-15 -2691 ((-830 (-564)))) (-15 -2827 ((-840 (-564)))) (-15 -2839 ((-840 (-564)))))) (T -534))
-((-2839 (*1 *2) (-12 (-5 *2 (-840 (-564))) (-5 *1 (-534)))) (-2827 (*1 *2) (-12 (-5 *2 (-840 (-564))) (-5 *1 (-534)))) (-2691 (*1 *2) (-12 (-5 *2 (-830 (-564))) (-5 *1 (-534)))))
-(-10 -7 (-15 -2691 ((-830 (-564)))) (-15 -2827 ((-840 (-564)))) (-15 -2839 ((-840 (-564)))))
-((-2475 (((-536) (-1170)) 15)) (-3888 ((|#1| (-536)) 20)))
-(((-535 |#1|) (-10 -7 (-15 -2475 ((-536) (-1170))) (-15 -3888 (|#1| (-536)))) (-1209)) (T -535))
-((-3888 (*1 *2 *3) (-12 (-5 *3 (-536)) (-5 *1 (-535 *2)) (-4 *2 (-1209)))) (-2475 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-536)) (-5 *1 (-535 *4)) (-4 *4 (-1209)))))
-(-10 -7 (-15 -2475 ((-536) (-1170))) (-15 -3888 (|#1| (-536))))
-((-1709 (((-112) $ $) NIL)) (-3349 (((-1152) $) 55)) (-1952 (((-112) $) 51)) (-3722 (((-1170) $) 52)) (-3018 (((-112) $) 49)) (-3729 (((-1152) $) 50)) (-4256 (($ (-1152)) 56)) (-3031 (((-112) $) NIL)) (-3988 (((-112) $) NIL)) (-2185 (((-112) $) NIL)) (-2811 (((-1152) $) NIL)) (-4360 (($ $ (-641 (-1170))) 21)) (-3888 (((-52) $) 23)) (-3220 (((-112) $) NIL)) (-3748 (((-564) $) NIL)) (-4382 (((-1114) $) NIL)) (-3202 (($ $ (-641 (-1170)) (-1170)) 73)) (-3560 (((-112) $) NIL)) (-2874 (((-225) $) NIL)) (-3269 (($ $) 44)) (-2756 (((-859) $) NIL)) (-2026 (((-112) $ $) NIL)) (-2961 (($ $ (-564)) NIL) (($ $ (-641 (-564))) NIL)) (-4090 (((-641 $) $) 30)) (-2947 (((-1170) (-641 $)) 57)) (-2153 (($ (-1152)) NIL) (($ (-1170)) 19) (($ (-564)) 8) (($ (-225)) 28) (($ (-859)) NIL) (($ (-641 $)) 65) (((-1098) $) 12) (($ (-1098)) 13)) (-3416 (((-1170) (-1170) (-641 $)) 60)) (-1721 (((-859) $) 54)) (-1793 (($ $) 59)) (-1780 (($ $) 58)) (-1374 (($ $ (-641 $)) 66)) (-3335 (((-112) $) 29)) (-2885 (($) 9 T CONST)) (-2898 (($) 11 T CONST)) (-2853 (((-112) $ $) 74)) (-2983 (($ $ $) 82)) (-2956 (($ $ $) 75)) (** (($ $ (-768)) 81) (($ $ (-564)) 80)) (* (($ $ $) 76)) (-3435 (((-564) $) NIL)))
-(((-536) (-13 (-1097 (-1152) (-1170) (-564) (-225) (-859)) (-612 (-1098)) (-10 -8 (-15 -3888 ((-52) $)) (-15 -2153 ($ (-1098))) (-15 -1374 ($ $ (-641 $))) (-15 -3202 ($ $ (-641 (-1170)) (-1170))) (-15 -4360 ($ $ (-641 (-1170)))) (-15 -2956 ($ $ $)) (-15 * ($ $ $)) (-15 -2983 ($ $ $)) (-15 ** ($ $ (-768))) (-15 ** ($ $ (-564))) (-15 0 ($) -1367) (-15 1 ($) -1367) (-15 -3269 ($ $)) (-15 -3349 ((-1152) $)) (-15 -4256 ($ (-1152))) (-15 -2947 ((-1170) (-641 $))) (-15 -3416 ((-1170) (-1170) (-641 $)))))) (T -536))
-((-3888 (*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-536)))) (-2153 (*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-536)))) (-1374 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-536))) (-5 *1 (-536)))) (-3202 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-1170)) (-5 *1 (-536)))) (-4360 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-536)))) (-2956 (*1 *1 *1 *1) (-5 *1 (-536))) (* (*1 *1 *1 *1) (-5 *1 (-536))) (-2983 (*1 *1 *1 *1) (-5 *1 (-536))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-536)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-536)))) (-2885 (*1 *1) (-5 *1 (-536))) (-2898 (*1 *1) (-5 *1 (-536))) (-3269 (*1 *1 *1) (-5 *1 (-536))) (-3349 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-536)))) (-4256 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-536)))) (-2947 (*1 *2 *3) (-12 (-5 *3 (-641 (-536))) (-5 *2 (-1170)) (-5 *1 (-536)))) (-3416 (*1 *2 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-536))) (-5 *1 (-536)))))
-(-13 (-1097 (-1152) (-1170) (-564) (-225) (-859)) (-612 (-1098)) (-10 -8 (-15 -3888 ((-52) $)) (-15 -2153 ($ (-1098))) (-15 -1374 ($ $ (-641 $))) (-15 -3202 ($ $ (-641 (-1170)) (-1170))) (-15 -4360 ($ $ (-641 (-1170)))) (-15 -2956 ($ $ $)) (-15 * ($ $ $)) (-15 -2983 ($ $ $)) (-15 ** ($ $ (-768))) (-15 ** ($ $ (-564))) (-15 (-2885) ($) -1367) (-15 (-2898) ($) -1367) (-15 -3269 ($ $)) (-15 -3349 ((-1152) $)) (-15 -4256 ($ (-1152))) (-15 -2947 ((-1170) (-641 $))) (-15 -3416 ((-1170) (-1170) (-641 $)))))
-((-4086 ((|#2| |#2|) 17)) (-3419 ((|#2| |#2|) 13)) (-1295 ((|#2| |#2| (-564) (-564)) 20)) (-2601 ((|#2| |#2|) 15)))
-(((-537 |#1| |#2|) (-10 -7 (-15 -3419 (|#2| |#2|)) (-15 -2601 (|#2| |#2|)) (-15 -4086 (|#2| |#2|)) (-15 -1295 (|#2| |#2| (-564) (-564)))) (-13 (-556) (-147)) (-1250 |#1|)) (T -537))
-((-1295 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-564)) (-4 *4 (-13 (-556) (-147))) (-5 *1 (-537 *4 *2)) (-4 *2 (-1250 *4)))) (-4086 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2)) (-4 *2 (-1250 *3)))) (-2601 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2)) (-4 *2 (-1250 *3)))) (-3419 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2)) (-4 *2 (-1250 *3)))))
-(-10 -7 (-15 -3419 (|#2| |#2|)) (-15 -2601 (|#2| |#2|)) (-15 -4086 (|#2| |#2|)) (-15 -1295 (|#2| |#2| (-564) (-564))))
-((-1533 (((-641 (-294 (-949 |#2|))) (-641 |#2|) (-641 (-1170))) 32)) (-2454 (((-641 |#2|) (-949 |#1|) |#3|) 54) (((-641 |#2|) (-1166 |#1|) |#3|) 53)) (-2420 (((-641 (-641 |#2|)) (-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)) |#3|) 106)))
-(((-538 |#1| |#2| |#3|) (-10 -7 (-15 -2454 ((-641 |#2|) (-1166 |#1|) |#3|)) (-15 -2454 ((-641 |#2|) (-949 |#1|) |#3|)) (-15 -2420 ((-641 (-641 |#2|)) (-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)) |#3|)) (-15 -1533 ((-641 (-294 (-949 |#2|))) (-641 |#2|) (-641 (-1170))))) (-452) (-363) (-13 (-363) (-845))) (T -538))
-((-1533 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-1170))) (-4 *6 (-363)) (-5 *2 (-641 (-294 (-949 *6)))) (-5 *1 (-538 *5 *6 *7)) (-4 *5 (-452)) (-4 *7 (-13 (-363) (-845))))) (-2420 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170))) (-4 *6 (-452)) (-5 *2 (-641 (-641 *7))) (-5 *1 (-538 *6 *7 *5)) (-4 *7 (-363)) (-4 *5 (-13 (-363) (-845))))) (-2454 (*1 *2 *3 *4) (-12 (-5 *3 (-949 *5)) (-4 *5 (-452)) (-5 *2 (-641 *6)) (-5 *1 (-538 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845))))) (-2454 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *5)) (-4 *5 (-452)) (-5 *2 (-641 *6)) (-5 *1 (-538 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845))))))
-(-10 -7 (-15 -2454 ((-641 |#2|) (-1166 |#1|) |#3|)) (-15 -2454 ((-641 |#2|) (-949 |#1|) |#3|)) (-15 -2420 ((-641 (-641 |#2|)) (-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)) |#3|)) (-15 -1533 ((-641 (-294 (-949 |#2|))) (-641 |#2|) (-641 (-1170)))))
-((-3895 ((|#2| |#2| |#1|) 17)) (-2552 ((|#2| (-641 |#2|)) 33)) (-3382 ((|#2| (-641 |#2|)) 56)))
-(((-539 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2552 (|#2| (-641 |#2|))) (-15 -3382 (|#2| (-641 |#2|))) (-15 -3895 (|#2| |#2| |#1|))) (-307) (-1235 |#1|) |#1| (-1 |#1| |#1| (-768))) (T -539))
-((-3895 (*1 *2 *2 *3) (-12 (-4 *3 (-307)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-768))) (-5 *1 (-539 *3 *2 *4 *5)) (-4 *2 (-1235 *3)))) (-3382 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-539 *4 *2 *5 *6)) (-4 *4 (-307)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-768))))) (-2552 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-539 *4 *2 *5 *6)) (-4 *4 (-307)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-768))))))
-(-10 -7 (-15 -2552 (|#2| (-641 |#2|))) (-15 -3382 (|#2| (-641 |#2|))) (-15 -3895 (|#2| |#2| |#1|)))
-((-4020 (((-418 (-1166 |#4|)) (-1166 |#4|) (-1 (-418 (-1166 |#3|)) (-1166 |#3|))) 94) (((-418 |#4|) |#4| (-1 (-418 (-1166 |#3|)) (-1166 |#3|))) 220)))
-(((-540 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4020 ((-418 |#4|) |#4| (-1 (-418 (-1166 |#3|)) (-1166 |#3|)))) (-15 -4020 ((-418 (-1166 |#4|)) (-1166 |#4|) (-1 (-418 (-1166 |#3|)) (-1166 |#3|))))) (-847) (-790) (-13 (-307) (-147)) (-946 |#3| |#2| |#1|)) (T -540))
-((-4020 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-418 (-1166 *7)) (-1166 *7))) (-4 *7 (-13 (-307) (-147))) (-4 *5 (-847)) (-4 *6 (-790)) (-4 *8 (-946 *7 *6 *5)) (-5 *2 (-418 (-1166 *8))) (-5 *1 (-540 *5 *6 *7 *8)) (-5 *3 (-1166 *8)))) (-4020 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-418 (-1166 *7)) (-1166 *7))) (-4 *7 (-13 (-307) (-147))) (-4 *5 (-847)) (-4 *6 (-790)) (-5 *2 (-418 *3)) (-5 *1 (-540 *5 *6 *7 *3)) (-4 *3 (-946 *7 *6 *5)))))
-(-10 -7 (-15 -4020 ((-418 |#4|) |#4| (-1 (-418 (-1166 |#3|)) (-1166 |#3|)))) (-15 -4020 ((-418 (-1166 |#4|)) (-1166 |#4|) (-1 (-418 (-1166 |#3|)) (-1166 |#3|)))))
-((-4086 ((|#4| |#4|) 73)) (-3419 ((|#4| |#4|) 69)) (-1295 ((|#4| |#4| (-564) (-564)) 75)) (-2601 ((|#4| |#4|) 71)))
-(((-541 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3419 (|#4| |#4|)) (-15 -2601 (|#4| |#4|)) (-15 -4086 (|#4| |#4|)) (-15 -1295 (|#4| |#4| (-564) (-564)))) (-13 (-363) (-368) (-612 (-564))) (-1235 |#1|) (-721 |#1| |#2|) (-1250 |#3|)) (T -541))
-((-1295 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-564)) (-4 *4 (-13 (-363) (-368) (-612 *3))) (-4 *5 (-1235 *4)) (-4 *6 (-721 *4 *5)) (-5 *1 (-541 *4 *5 *6 *2)) (-4 *2 (-1250 *6)))) (-4086 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3)) (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5)))) (-2601 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3)) (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5)))) (-3419 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3)) (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5)))))
-(-10 -7 (-15 -3419 (|#4| |#4|)) (-15 -2601 (|#4| |#4|)) (-15 -4086 (|#4| |#4|)) (-15 -1295 (|#4| |#4| (-564) (-564))))
-((-4086 ((|#2| |#2|) 27)) (-3419 ((|#2| |#2|) 23)) (-1295 ((|#2| |#2| (-564) (-564)) 29)) (-2601 ((|#2| |#2|) 25)))
-(((-542 |#1| |#2|) (-10 -7 (-15 -3419 (|#2| |#2|)) (-15 -2601 (|#2| |#2|)) (-15 -4086 (|#2| |#2|)) (-15 -1295 (|#2| |#2| (-564) (-564)))) (-13 (-363) (-368) (-612 (-564))) (-1250 |#1|)) (T -542))
-((-1295 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-564)) (-4 *4 (-13 (-363) (-368) (-612 *3))) (-5 *1 (-542 *4 *2)) (-4 *2 (-1250 *4)))) (-4086 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2)) (-4 *2 (-1250 *3)))) (-2601 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2)) (-4 *2 (-1250 *3)))) (-3419 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2)) (-4 *2 (-1250 *3)))))
-(-10 -7 (-15 -3419 (|#2| |#2|)) (-15 -2601 (|#2| |#2|)) (-15 -4086 (|#2| |#2|)) (-15 -1295 (|#2| |#2| (-564) (-564))))
-((-3408 (((-3 (-564) "failed") |#2| |#1| (-1 (-3 (-564) "failed") |#1|)) 18) (((-3 (-564) "failed") |#2| |#1| (-564) (-1 (-3 (-564) "failed") |#1|)) 14) (((-3 (-564) "failed") |#2| (-564) (-1 (-3 (-564) "failed") |#1|)) 32)))
-(((-543 |#1| |#2|) (-10 -7 (-15 -3408 ((-3 (-564) "failed") |#2| (-564) (-1 (-3 (-564) "failed") |#1|))) (-15 -3408 ((-3 (-564) "failed") |#2| |#1| (-564) (-1 (-3 (-564) "failed") |#1|))) (-15 -3408 ((-3 (-564) "failed") |#2| |#1| (-1 (-3 (-564) "failed") |#1|)))) (-1046) (-1235 |#1|)) (T -543))
-((-3408 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-564) "failed") *4)) (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-543 *4 *3)) (-4 *3 (-1235 *4)))) (-3408 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-564) "failed") *4)) (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-543 *4 *3)) (-4 *3 (-1235 *4)))) (-3408 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-564) "failed") *5)) (-4 *5 (-1046)) (-5 *2 (-564)) (-5 *1 (-543 *5 *3)) (-4 *3 (-1235 *5)))))
-(-10 -7 (-15 -3408 ((-3 (-564) "failed") |#2| (-564) (-1 (-3 (-564) "failed") |#1|))) (-15 -3408 ((-3 (-564) "failed") |#2| |#1| (-564) (-1 (-3 (-564) "failed") |#1|))) (-15 -3408 ((-3 (-564) "failed") |#2| |#1| (-1 (-3 (-564) "failed") |#1|))))
-((-2281 (($ $ $) 82)) (-1798 (((-418 $) $) 50)) (-2035 (((-3 (-564) "failed") $) 62)) (-3437 (((-564) $) 40)) (-2242 (((-3 (-407 (-564)) "failed") $) 77)) (-2260 (((-112) $) 25)) (-3600 (((-407 (-564)) $) 75)) (-2941 (((-112) $) 53)) (-3689 (($ $ $ $) 90)) (-2955 (((-112) $) 16)) (-2250 (($ $ $) 60)) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 72)) (-1516 (((-3 $ "failed") $) 67)) (-3845 (($ $) 23)) (-3185 (($ $ $) 88)) (-2558 (($) 63)) (-3867 (($ $) 56)) (-4020 (((-418 $) $) 48)) (-2000 (((-112) $) 14)) (-2358 (((-768) $) 30)) (-1795 (($ $ (-768)) NIL) (($ $) 11)) (-1892 (($ $) 17)) (-2153 (((-564) $) NIL) (((-536) $) 39) (((-889 (-564)) $) 43) (((-379) $) 33) (((-225) $) 36)) (-1303 (((-768)) 9)) (-1571 (((-112) $ $) 20)) (-3483 (($ $ $) 58)))
-(((-544 |#1|) (-10 -8 (-15 -3185 (|#1| |#1| |#1|)) (-15 -3689 (|#1| |#1| |#1| |#1|)) (-15 -3845 (|#1| |#1|)) (-15 -1892 (|#1| |#1|)) (-15 -2242 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3600 ((-407 (-564)) |#1|)) (-15 -2260 ((-112) |#1|)) (-15 -2281 (|#1| |#1| |#1|)) (-15 -1571 ((-112) |#1| |#1|)) (-15 -2000 ((-112) |#1|)) (-15 -2558 (|#1|)) (-15 -1516 ((-3 |#1| "failed") |#1|)) (-15 -2153 ((-225) |#1|)) (-15 -2153 ((-379) |#1|)) (-15 -2250 (|#1| |#1| |#1|)) (-15 -3867 (|#1| |#1|)) (-15 -3483 (|#1| |#1| |#1|)) (-15 -3327 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2153 ((-564) |#1|)) (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -2955 ((-112) |#1|)) (-15 -2358 ((-768) |#1|)) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -1798 ((-418 |#1|) |#1|)) (-15 -2941 ((-112) |#1|)) (-15 -1303 ((-768)))) (-545)) (T -544))
-((-1303 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-544 *3)) (-4 *3 (-545)))))
-(-10 -8 (-15 -3185 (|#1| |#1| |#1|)) (-15 -3689 (|#1| |#1| |#1| |#1|)) (-15 -3845 (|#1| |#1|)) (-15 -1892 (|#1| |#1|)) (-15 -2242 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3600 ((-407 (-564)) |#1|)) (-15 -2260 ((-112) |#1|)) (-15 -2281 (|#1| |#1| |#1|)) (-15 -1571 ((-112) |#1| |#1|)) (-15 -2000 ((-112) |#1|)) (-15 -2558 (|#1|)) (-15 -1516 ((-3 |#1| "failed") |#1|)) (-15 -2153 ((-225) |#1|)) (-15 -2153 ((-379) |#1|)) (-15 -2250 (|#1| |#1| |#1|)) (-15 -3867 (|#1| |#1|)) (-15 -3483 (|#1| |#1| |#1|)) (-15 -3327 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2153 ((-564) |#1|)) (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -2955 ((-112) |#1|)) (-15 -2358 ((-768) |#1|)) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -1798 ((-418 |#1|) |#1|)) (-15 -2941 ((-112) |#1|)) (-15 -1303 ((-768))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2281 (($ $ $) 85)) (-2071 (((-3 $ "failed") $ $) 19)) (-2635 (($ $ $ $) 74)) (-2275 (($ $) 52)) (-1798 (((-418 $) $) 53)) (-1817 (((-112) $ $) 125)) (-1672 (((-564) $) 114)) (-1673 (($ $ $) 88)) (-1692 (($) 17 T CONST)) (-2035 (((-3 (-564) "failed") $) 106)) (-3437 (((-564) $) 107)) (-2668 (($ $ $) 129)) (-3762 (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 104) (((-685 (-564)) (-685 $)) 103)) (-3233 (((-3 $ "failed") $) 33)) (-2242 (((-3 (-407 (-564)) "failed") $) 82)) (-2260 (((-112) $) 84)) (-3600 (((-407 (-564)) $) 83)) (-3746 (($) 81) (($ $) 80)) (-2649 (($ $ $) 128)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 123)) (-2941 (((-112) $) 54)) (-3689 (($ $ $ $) 72)) (-2256 (($ $ $) 86)) (-2955 (((-112) $) 116)) (-2250 (($ $ $) 97)) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 100)) (-3282 (((-112) $) 31)) (-2400 (((-112) $) 92)) (-1516 (((-3 $ "failed") $) 94)) (-1515 (((-112) $) 115)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 132)) (-4337 (($ $ $ $) 73)) (-2766 (($ $ $) 117)) (-1650 (($ $ $) 118)) (-3845 (($ $) 76)) (-2088 (($ $) 89)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-3185 (($ $ $) 71)) (-2558 (($) 93 T CONST)) (-3515 (($ $) 78)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-3867 (($ $) 98)) (-4020 (((-418 $) $) 51)) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 131) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 130)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 124)) (-2000 (((-112) $) 91)) (-2358 (((-768) $) 126)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 127)) (-1795 (($ $ (-768)) 111) (($ $) 109)) (-1443 (($ $) 77)) (-1892 (($ $) 79)) (-2153 (((-564) $) 108) (((-536) $) 102) (((-889 (-564)) $) 101) (((-379) $) 96) (((-225) $) 95)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-564)) 105)) (-1303 (((-768)) 28 T CONST)) (-1571 (((-112) $ $) 87)) (-3483 (($ $ $) 99)) (-1540 (($) 90)) (-1720 (((-112) $ $) 40)) (-2190 (($ $ $ $) 75)) (-1699 (($ $) 113)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-768)) 112) (($ $) 110)) (-2920 (((-112) $ $) 120)) (-2893 (((-112) $ $) 121)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 119)) (-2880 (((-112) $ $) 122)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-4224 (((-641 |#2|) (-1166 |#1|) |#3|) 98)) (-1824 (((-641 (-2 (|:| |outval| |#2|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#2|))))) (-685 |#1|) |#3| (-1 (-418 (-1166 |#1|)) (-1166 |#1|))) 114)) (-3730 (((-1166 |#1|) (-685 |#1|)) 110)))
+(((-532 |#1| |#2| |#3|) (-10 -7 (-15 -3730 ((-1166 |#1|) (-685 |#1|))) (-15 -4224 ((-641 |#2|) (-1166 |#1|) |#3|)) (-15 -1824 ((-641 (-2 (|:| |outval| |#2|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#2|))))) (-685 |#1|) |#3| (-1 (-418 (-1166 |#1|)) (-1166 |#1|))))) (-363) (-363) (-13 (-363) (-845))) (T -532))
+((-1824 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *6)) (-5 *5 (-1 (-418 (-1166 *6)) (-1166 *6))) (-4 *6 (-363)) (-5 *2 (-641 (-2 (|:| |outval| *7) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 *7)))))) (-5 *1 (-532 *6 *7 *4)) (-4 *7 (-363)) (-4 *4 (-13 (-363) (-845))))) (-4224 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *5)) (-4 *5 (-363)) (-5 *2 (-641 *6)) (-5 *1 (-532 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845))))) (-3730 (*1 *2 *3) (-12 (-5 *3 (-685 *4)) (-4 *4 (-363)) (-5 *2 (-1166 *4)) (-5 *1 (-532 *4 *5 *6)) (-4 *5 (-363)) (-4 *6 (-13 (-363) (-845))))))
+(-10 -7 (-15 -3730 ((-1166 |#1|) (-685 |#1|))) (-15 -4224 ((-641 |#2|) (-1166 |#1|) |#3|)) (-15 -1824 ((-641 (-2 (|:| |outval| |#2|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#2|))))) (-685 |#1|) |#3| (-1 (-418 (-1166 |#1|)) (-1166 |#1|)))))
+((-3796 (((-687 (-1217)) $ (-1217)) NIL)) (-1721 (((-687 (-549)) $ (-549)) NIL)) (-1386 (((-768) $ (-128)) 41)) (-2800 (((-687 (-129)) $ (-129)) 42)) (-2721 (((-687 (-1217)) $) NIL)) (-3791 (((-687 (-1215)) $) NIL)) (-2678 (((-687 (-1214)) $) NIL)) (-1356 (((-687 (-549)) $) NIL)) (-4005 (((-687 (-547)) $) NIL)) (-3687 (((-687 (-546)) $) NIL)) (-3633 (((-768) $ (-128)) 37)) (-4350 (((-687 (-129)) $) 39)) (-3413 (((-112) $) 29)) (-1548 (((-687 $) (-579) (-951)) 19) (((-687 $) (-491) (-951)) 26)) (-1831 (((-859) $) 49)) (-1846 (($ $) 43)))
+(((-533) (-13 (-764 (-579)) (-611 (-859)) (-10 -8 (-15 -1548 ((-687 $) (-491) (-951)))))) (T -533))
+((-1548 (*1 *2 *3 *4) (-12 (-5 *3 (-491)) (-5 *4 (-951)) (-5 *2 (-687 (-533))) (-5 *1 (-533)))))
+(-13 (-764 (-579)) (-611 (-859)) (-10 -8 (-15 -1548 ((-687 $) (-491) (-951)))))
+((-1626 (((-840 (-564))) 12)) (-1640 (((-840 (-564))) 14)) (-3726 (((-830 (-564))) 9)))
+(((-534) (-10 -7 (-15 -3726 ((-830 (-564)))) (-15 -1626 ((-840 (-564)))) (-15 -1640 ((-840 (-564)))))) (T -534))
+((-1640 (*1 *2) (-12 (-5 *2 (-840 (-564))) (-5 *1 (-534)))) (-1626 (*1 *2) (-12 (-5 *2 (-840 (-564))) (-5 *1 (-534)))) (-3726 (*1 *2) (-12 (-5 *2 (-830 (-564))) (-5 *1 (-534)))))
+(-10 -7 (-15 -3726 ((-830 (-564)))) (-15 -1626 ((-840 (-564)))) (-15 -1640 ((-840 (-564)))))
+((-3833 (((-536) (-1170)) 15)) (-1773 ((|#1| (-536)) 20)))
+(((-535 |#1|) (-10 -7 (-15 -3833 ((-536) (-1170))) (-15 -1773 (|#1| (-536)))) (-1209)) (T -535))
+((-1773 (*1 *2 *3) (-12 (-5 *3 (-536)) (-5 *1 (-535 *2)) (-4 *2 (-1209)))) (-3833 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-536)) (-5 *1 (-535 *4)) (-4 *4 (-1209)))))
+(-10 -7 (-15 -3833 ((-536) (-1170))) (-15 -1773 (|#1| (-536))))
+((-1817 (((-112) $ $) NIL)) (-2328 (((-1152) $) 55)) (-2246 (((-112) $) 51)) (-3866 (((-1170) $) 52)) (-2061 (((-112) $) 49)) (-1307 (((-1152) $) 50)) (-2095 (($ (-1152)) 56)) (-2197 (((-112) $) NIL)) (-2566 (((-112) $) NIL)) (-2766 (((-112) $) NIL)) (-2723 (((-1152) $) NIL)) (-3676 (($ $ (-641 (-1170))) 21)) (-1773 (((-52) $) 23)) (-3604 (((-112) $) NIL)) (-3888 (((-564) $) NIL)) (-2780 (((-1114) $) NIL)) (-2609 (($ $ (-641 (-1170)) (-1170)) 73)) (-2647 (((-112) $) NIL)) (-2293 (((-225) $) NIL)) (-3076 (($ $) 44)) (-3832 (((-859) $) NIL)) (-4252 (((-112) $ $) NIL)) (-1350 (($ $ (-564)) NIL) (($ $ (-641 (-564))) NIL)) (-3143 (((-641 $) $) 30)) (-4031 (((-1170) (-641 $)) 57)) (-2511 (($ (-1152)) NIL) (($ (-1170)) 19) (($ (-564)) 8) (($ (-225)) 28) (($ (-859)) NIL) (($ (-641 $)) 65) (((-1098) $) 12) (($ (-1098)) 13)) (-1303 (((-1170) (-1170) (-641 $)) 60)) (-1831 (((-859) $) 54)) (-3200 (($ $) 59)) (-3188 (($ $) 58)) (-1603 (($ $ (-641 $)) 66)) (-2205 (((-112) $) 29)) (-1293 (($) 9 T CONST)) (-1300 (($) 11 T CONST)) (-1702 (((-112) $ $) 74)) (-1823 (($ $ $) 82)) (-1797 (($ $ $) 75)) (** (($ $ (-768)) 81) (($ $ (-564)) 80)) (* (($ $ $) 76)) (-2828 (((-564) $) NIL)))
+(((-536) (-13 (-1097 (-1152) (-1170) (-564) (-225) (-859)) (-612 (-1098)) (-10 -8 (-15 -1773 ((-52) $)) (-15 -2511 ($ (-1098))) (-15 -1603 ($ $ (-641 $))) (-15 -2609 ($ $ (-641 (-1170)) (-1170))) (-15 -3676 ($ $ (-641 (-1170)))) (-15 -1797 ($ $ $)) (-15 * ($ $ $)) (-15 -1823 ($ $ $)) (-15 ** ($ $ (-768))) (-15 ** ($ $ (-564))) (-15 0 ($) -1809) (-15 1 ($) -1809) (-15 -3076 ($ $)) (-15 -2328 ((-1152) $)) (-15 -2095 ($ (-1152))) (-15 -4031 ((-1170) (-641 $))) (-15 -1303 ((-1170) (-1170) (-641 $)))))) (T -536))
+((-1773 (*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-536)))) (-2511 (*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-536)))) (-1603 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-536))) (-5 *1 (-536)))) (-2609 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-1170)) (-5 *1 (-536)))) (-3676 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-536)))) (-1797 (*1 *1 *1 *1) (-5 *1 (-536))) (* (*1 *1 *1 *1) (-5 *1 (-536))) (-1823 (*1 *1 *1 *1) (-5 *1 (-536))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-536)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-536)))) (-1293 (*1 *1) (-5 *1 (-536))) (-1300 (*1 *1) (-5 *1 (-536))) (-3076 (*1 *1 *1) (-5 *1 (-536))) (-2328 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-536)))) (-2095 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-536)))) (-4031 (*1 *2 *3) (-12 (-5 *3 (-641 (-536))) (-5 *2 (-1170)) (-5 *1 (-536)))) (-1303 (*1 *2 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-536))) (-5 *1 (-536)))))
+(-13 (-1097 (-1152) (-1170) (-564) (-225) (-859)) (-612 (-1098)) (-10 -8 (-15 -1773 ((-52) $)) (-15 -2511 ($ (-1098))) (-15 -1603 ($ $ (-641 $))) (-15 -2609 ($ $ (-641 (-1170)) (-1170))) (-15 -3676 ($ $ (-641 (-1170)))) (-15 -1797 ($ $ $)) (-15 * ($ $ $)) (-15 -1823 ($ $ $)) (-15 ** ($ $ (-768))) (-15 ** ($ $ (-564))) (-15 (-1293) ($) -1809) (-15 (-1300) ($) -1809) (-15 -3076 ($ $)) (-15 -2328 ((-1152) $)) (-15 -2095 ($ (-1152))) (-15 -4031 ((-1170) (-641 $))) (-15 -1303 ((-1170) (-1170) (-641 $)))))
+((-4156 ((|#2| |#2|) 17)) (-1742 ((|#2| |#2|) 13)) (-2360 ((|#2| |#2| (-564) (-564)) 20)) (-1363 ((|#2| |#2|) 15)))
+(((-537 |#1| |#2|) (-10 -7 (-15 -1742 (|#2| |#2|)) (-15 -1363 (|#2| |#2|)) (-15 -4156 (|#2| |#2|)) (-15 -2360 (|#2| |#2| (-564) (-564)))) (-13 (-556) (-147)) (-1250 |#1|)) (T -537))
+((-2360 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-564)) (-4 *4 (-13 (-556) (-147))) (-5 *1 (-537 *4 *2)) (-4 *2 (-1250 *4)))) (-4156 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2)) (-4 *2 (-1250 *3)))) (-1363 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2)) (-4 *2 (-1250 *3)))) (-1742 (*1 *2 *2) (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2)) (-4 *2 (-1250 *3)))))
+(-10 -7 (-15 -1742 (|#2| |#2|)) (-15 -1363 (|#2| |#2|)) (-15 -4156 (|#2| |#2|)) (-15 -2360 (|#2| |#2| (-564) (-564))))
+((-2786 (((-641 (-294 (-949 |#2|))) (-641 |#2|) (-641 (-1170))) 32)) (-3643 (((-641 |#2|) (-949 |#1|) |#3|) 54) (((-641 |#2|) (-1166 |#1|) |#3|) 53)) (-3282 (((-641 (-641 |#2|)) (-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)) |#3|) 106)))
+(((-538 |#1| |#2| |#3|) (-10 -7 (-15 -3643 ((-641 |#2|) (-1166 |#1|) |#3|)) (-15 -3643 ((-641 |#2|) (-949 |#1|) |#3|)) (-15 -3282 ((-641 (-641 |#2|)) (-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)) |#3|)) (-15 -2786 ((-641 (-294 (-949 |#2|))) (-641 |#2|) (-641 (-1170))))) (-452) (-363) (-13 (-363) (-845))) (T -538))
+((-2786 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-1170))) (-4 *6 (-363)) (-5 *2 (-641 (-294 (-949 *6)))) (-5 *1 (-538 *5 *6 *7)) (-4 *5 (-452)) (-4 *7 (-13 (-363) (-845))))) (-3282 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170))) (-4 *6 (-452)) (-5 *2 (-641 (-641 *7))) (-5 *1 (-538 *6 *7 *5)) (-4 *7 (-363)) (-4 *5 (-13 (-363) (-845))))) (-3643 (*1 *2 *3 *4) (-12 (-5 *3 (-949 *5)) (-4 *5 (-452)) (-5 *2 (-641 *6)) (-5 *1 (-538 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845))))) (-3643 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *5)) (-4 *5 (-452)) (-5 *2 (-641 *6)) (-5 *1 (-538 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845))))))
+(-10 -7 (-15 -3643 ((-641 |#2|) (-1166 |#1|) |#3|)) (-15 -3643 ((-641 |#2|) (-949 |#1|) |#3|)) (-15 -3282 ((-641 (-641 |#2|)) (-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)) |#3|)) (-15 -2786 ((-641 (-294 (-949 |#2|))) (-641 |#2|) (-641 (-1170)))))
+((-2879 ((|#2| |#2| |#1|) 17)) (-2093 ((|#2| (-641 |#2|)) 33)) (-1394 ((|#2| (-641 |#2|)) 56)))
+(((-539 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2093 (|#2| (-641 |#2|))) (-15 -1394 (|#2| (-641 |#2|))) (-15 -2879 (|#2| |#2| |#1|))) (-307) (-1235 |#1|) |#1| (-1 |#1| |#1| (-768))) (T -539))
+((-2879 (*1 *2 *2 *3) (-12 (-4 *3 (-307)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-768))) (-5 *1 (-539 *3 *2 *4 *5)) (-4 *2 (-1235 *3)))) (-1394 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-539 *4 *2 *5 *6)) (-4 *4 (-307)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-768))))) (-2093 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-539 *4 *2 *5 *6)) (-4 *4 (-307)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-768))))))
+(-10 -7 (-15 -2093 (|#2| (-641 |#2|))) (-15 -1394 (|#2| (-641 |#2|))) (-15 -2879 (|#2| |#2| |#1|)))
+((-3070 (((-418 (-1166 |#4|)) (-1166 |#4|) (-1 (-418 (-1166 |#3|)) (-1166 |#3|))) 94) (((-418 |#4|) |#4| (-1 (-418 (-1166 |#3|)) (-1166 |#3|))) 220)))
+(((-540 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3070 ((-418 |#4|) |#4| (-1 (-418 (-1166 |#3|)) (-1166 |#3|)))) (-15 -3070 ((-418 (-1166 |#4|)) (-1166 |#4|) (-1 (-418 (-1166 |#3|)) (-1166 |#3|))))) (-847) (-790) (-13 (-307) (-147)) (-946 |#3| |#2| |#1|)) (T -540))
+((-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-418 (-1166 *7)) (-1166 *7))) (-4 *7 (-13 (-307) (-147))) (-4 *5 (-847)) (-4 *6 (-790)) (-4 *8 (-946 *7 *6 *5)) (-5 *2 (-418 (-1166 *8))) (-5 *1 (-540 *5 *6 *7 *8)) (-5 *3 (-1166 *8)))) (-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-418 (-1166 *7)) (-1166 *7))) (-4 *7 (-13 (-307) (-147))) (-4 *5 (-847)) (-4 *6 (-790)) (-5 *2 (-418 *3)) (-5 *1 (-540 *5 *6 *7 *3)) (-4 *3 (-946 *7 *6 *5)))))
+(-10 -7 (-15 -3070 ((-418 |#4|) |#4| (-1 (-418 (-1166 |#3|)) (-1166 |#3|)))) (-15 -3070 ((-418 (-1166 |#4|)) (-1166 |#4|) (-1 (-418 (-1166 |#3|)) (-1166 |#3|)))))
+((-4156 ((|#4| |#4|) 73)) (-1742 ((|#4| |#4|) 69)) (-2360 ((|#4| |#4| (-564) (-564)) 75)) (-1363 ((|#4| |#4|) 71)))
+(((-541 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1742 (|#4| |#4|)) (-15 -1363 (|#4| |#4|)) (-15 -4156 (|#4| |#4|)) (-15 -2360 (|#4| |#4| (-564) (-564)))) (-13 (-363) (-368) (-612 (-564))) (-1235 |#1|) (-721 |#1| |#2|) (-1250 |#3|)) (T -541))
+((-2360 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-564)) (-4 *4 (-13 (-363) (-368) (-612 *3))) (-4 *5 (-1235 *4)) (-4 *6 (-721 *4 *5)) (-5 *1 (-541 *4 *5 *6 *2)) (-4 *2 (-1250 *6)))) (-4156 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3)) (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5)))) (-1363 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3)) (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5)))) (-1742 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3)) (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5)))))
+(-10 -7 (-15 -1742 (|#4| |#4|)) (-15 -1363 (|#4| |#4|)) (-15 -4156 (|#4| |#4|)) (-15 -2360 (|#4| |#4| (-564) (-564))))
+((-4156 ((|#2| |#2|) 27)) (-1742 ((|#2| |#2|) 23)) (-2360 ((|#2| |#2| (-564) (-564)) 29)) (-1363 ((|#2| |#2|) 25)))
+(((-542 |#1| |#2|) (-10 -7 (-15 -1742 (|#2| |#2|)) (-15 -1363 (|#2| |#2|)) (-15 -4156 (|#2| |#2|)) (-15 -2360 (|#2| |#2| (-564) (-564)))) (-13 (-363) (-368) (-612 (-564))) (-1250 |#1|)) (T -542))
+((-2360 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-564)) (-4 *4 (-13 (-363) (-368) (-612 *3))) (-5 *1 (-542 *4 *2)) (-4 *2 (-1250 *4)))) (-4156 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2)) (-4 *2 (-1250 *3)))) (-1363 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2)) (-4 *2 (-1250 *3)))) (-1742 (*1 *2 *2) (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2)) (-4 *2 (-1250 *3)))))
+(-10 -7 (-15 -1742 (|#2| |#2|)) (-15 -1363 (|#2| |#2|)) (-15 -4156 (|#2| |#2|)) (-15 -2360 (|#2| |#2| (-564) (-564))))
+((-1634 (((-3 (-564) "failed") |#2| |#1| (-1 (-3 (-564) "failed") |#1|)) 18) (((-3 (-564) "failed") |#2| |#1| (-564) (-1 (-3 (-564) "failed") |#1|)) 14) (((-3 (-564) "failed") |#2| (-564) (-1 (-3 (-564) "failed") |#1|)) 32)))
+(((-543 |#1| |#2|) (-10 -7 (-15 -1634 ((-3 (-564) "failed") |#2| (-564) (-1 (-3 (-564) "failed") |#1|))) (-15 -1634 ((-3 (-564) "failed") |#2| |#1| (-564) (-1 (-3 (-564) "failed") |#1|))) (-15 -1634 ((-3 (-564) "failed") |#2| |#1| (-1 (-3 (-564) "failed") |#1|)))) (-1046) (-1235 |#1|)) (T -543))
+((-1634 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-564) "failed") *4)) (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-543 *4 *3)) (-4 *3 (-1235 *4)))) (-1634 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-564) "failed") *4)) (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-543 *4 *3)) (-4 *3 (-1235 *4)))) (-1634 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-564) "failed") *5)) (-4 *5 (-1046)) (-5 *2 (-564)) (-5 *1 (-543 *5 *3)) (-4 *3 (-1235 *5)))))
+(-10 -7 (-15 -1634 ((-3 (-564) "failed") |#2| (-564) (-1 (-3 (-564) "failed") |#1|))) (-15 -1634 ((-3 (-564) "failed") |#2| |#1| (-564) (-1 (-3 (-564) "failed") |#1|))) (-15 -1634 ((-3 (-564) "failed") |#2| |#1| (-1 (-3 (-564) "failed") |#1|))))
+((-2487 (($ $ $) 82)) (-3399 (((-418 $) $) 50)) (-2347 (((-3 (-564) "failed") $) 62)) (-2237 (((-564) $) 40)) (-2078 (((-3 (-407 (-564)) "failed") $) 77)) (-2272 (((-112) $) 25)) (-3036 (((-407 (-564)) $) 75)) (-1420 (((-112) $) 53)) (-1447 (($ $ $ $) 90)) (-1569 (((-112) $) 16)) (-2163 (($ $ $) 60)) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 72)) (-2619 (((-3 $ "failed") $) 67)) (-1781 (($ $) 23)) (-3244 (($ $ $) 88)) (-2884 (($) 63)) (-3839 (($ $) 56)) (-3070 (((-418 $) $) 48)) (-1492 (((-112) $) 14)) (-3920 (((-768) $) 30)) (-3534 (($ $ (-768)) NIL) (($ $) 11)) (-1991 (($ $) 17)) (-2511 (((-564) $) NIL) (((-536) $) 39) (((-889 (-564)) $) 43) (((-379) $) 33) (((-225) $) 36)) (-2219 (((-768)) 9)) (-1935 (((-112) $ $) 20)) (-4254 (($ $ $) 58)))
+(((-544 |#1|) (-10 -8 (-15 -3244 (|#1| |#1| |#1|)) (-15 -1447 (|#1| |#1| |#1| |#1|)) (-15 -1781 (|#1| |#1|)) (-15 -1991 (|#1| |#1|)) (-15 -2078 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3036 ((-407 (-564)) |#1|)) (-15 -2272 ((-112) |#1|)) (-15 -2487 (|#1| |#1| |#1|)) (-15 -1935 ((-112) |#1| |#1|)) (-15 -1492 ((-112) |#1|)) (-15 -2884 (|#1|)) (-15 -2619 ((-3 |#1| "failed") |#1|)) (-15 -2511 ((-225) |#1|)) (-15 -2511 ((-379) |#1|)) (-15 -2163 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 -4254 (|#1| |#1| |#1|)) (-15 -2131 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2511 ((-564) |#1|)) (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -1569 ((-112) |#1|)) (-15 -3920 ((-768) |#1|)) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -3399 ((-418 |#1|) |#1|)) (-15 -1420 ((-112) |#1|)) (-15 -2219 ((-768)))) (-545)) (T -544))
+((-2219 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-544 *3)) (-4 *3 (-545)))))
+(-10 -8 (-15 -3244 (|#1| |#1| |#1|)) (-15 -1447 (|#1| |#1| |#1| |#1|)) (-15 -1781 (|#1| |#1|)) (-15 -1991 (|#1| |#1|)) (-15 -2078 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3036 ((-407 (-564)) |#1|)) (-15 -2272 ((-112) |#1|)) (-15 -2487 (|#1| |#1| |#1|)) (-15 -1935 ((-112) |#1| |#1|)) (-15 -1492 ((-112) |#1|)) (-15 -2884 (|#1|)) (-15 -2619 ((-3 |#1| "failed") |#1|)) (-15 -2511 ((-225) |#1|)) (-15 -2511 ((-379) |#1|)) (-15 -2163 (|#1| |#1| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 -4254 (|#1| |#1| |#1|)) (-15 -2131 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2511 ((-564) |#1|)) (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -1569 ((-112) |#1|)) (-15 -3920 ((-768) |#1|)) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -3399 ((-418 |#1|) |#1|)) (-15 -1420 ((-112) |#1|)) (-15 -2219 ((-768))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-2487 (($ $ $) 85)) (-4088 (((-3 $ "failed") $ $) 19)) (-1689 (($ $ $ $) 74)) (-2427 (($ $) 52)) (-3399 (((-418 $) $) 53)) (-3554 (((-112) $ $) 125)) (-1598 (((-564) $) 114)) (-1815 (($ $ $) 88)) (-1778 (($) 17 T CONST)) (-2347 (((-3 (-564) "failed") $) 106)) (-2237 (((-564) $) 107)) (-1449 (($ $ $) 129)) (-4050 (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 104) (((-685 (-564)) (-685 $)) 103)) (-3733 (((-3 $ "failed") $) 33)) (-2078 (((-3 (-407 (-564)) "failed") $) 82)) (-2272 (((-112) $) 84)) (-3036 (((-407 (-564)) $) 83)) (-2900 (($) 81) (($ $) 80)) (-1424 (($ $ $) 128)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 123)) (-1420 (((-112) $) 54)) (-1447 (($ $ $ $) 72)) (-2227 (($ $ $) 86)) (-1569 (((-112) $) 116)) (-2163 (($ $ $) 97)) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 100)) (-2949 (((-112) $) 31)) (-4301 (((-112) $) 92)) (-2619 (((-3 $ "failed") $) 94)) (-2607 (((-112) $) 115)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 132)) (-1584 (($ $ $ $) 73)) (-1925 (($ $ $) 117)) (-3375 (($ $ $) 118)) (-1781 (($ $) 76)) (-1502 (($ $) 89)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3244 (($ $ $) 71)) (-2884 (($) 93 T CONST)) (-3900 (($ $) 78)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3839 (($ $) 98)) (-3070 (((-418 $) $) 51)) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 131) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 130)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 124)) (-1492 (((-112) $) 91)) (-3920 (((-768) $) 126)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 127)) (-3534 (($ $ (-768)) 111) (($ $) 109)) (-3656 (($ $) 77)) (-1991 (($ $) 79)) (-2511 (((-564) $) 108) (((-536) $) 102) (((-889 (-564)) $) 101) (((-379) $) 96) (((-225) $) 95)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-564)) 105)) (-2219 (((-768)) 28 T CONST)) (-1935 (((-112) $ $) 87)) (-4254 (($ $ $) 99)) (-3655 (($) 90)) (-3939 (((-112) $ $) 40)) (-2807 (($ $ $ $) 75)) (-1849 (($ $) 113)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-768)) 112) (($ $) 110)) (-1762 (((-112) $ $) 120)) (-1737 (((-112) $ $) 121)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 119)) (-1723 (((-112) $ $) 122)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-545) (-140)) (T -545))
-((-2400 (*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112)))) (-2000 (*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112)))) (-1540 (*1 *1) (-4 *1 (-545))) (-2088 (*1 *1 *1) (-4 *1 (-545))) (-1673 (*1 *1 *1 *1) (-4 *1 (-545))) (-1571 (*1 *2 *1 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112)))) (-2256 (*1 *1 *1 *1) (-4 *1 (-545))) (-2281 (*1 *1 *1 *1) (-4 *1 (-545))) (-2260 (*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112)))) (-3600 (*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-407 (-564))))) (-2242 (*1 *2 *1) (|partial| -12 (-4 *1 (-545)) (-5 *2 (-407 (-564))))) (-3746 (*1 *1) (-4 *1 (-545))) (-3746 (*1 *1 *1) (-4 *1 (-545))) (-1892 (*1 *1 *1) (-4 *1 (-545))) (-3515 (*1 *1 *1) (-4 *1 (-545))) (-1443 (*1 *1 *1) (-4 *1 (-545))) (-3845 (*1 *1 *1) (-4 *1 (-545))) (-2190 (*1 *1 *1 *1 *1) (-4 *1 (-545))) (-2635 (*1 *1 *1 *1 *1) (-4 *1 (-545))) (-4337 (*1 *1 *1 *1 *1) (-4 *1 (-545))) (-3689 (*1 *1 *1 *1 *1) (-4 *1 (-545))) (-3185 (*1 *1 *1 *1) (-4 *1 (-545))))
-(-13 (-1213) (-307) (-817) (-233) (-612 (-564)) (-1035 (-564)) (-637 (-564)) (-612 (-536)) (-612 (-889 (-564))) (-883 (-564)) (-143) (-1019) (-147) (-1145) (-10 -8 (-15 -2400 ((-112) $)) (-15 -2000 ((-112) $)) (-6 -4411) (-15 -1540 ($)) (-15 -2088 ($ $)) (-15 -1673 ($ $ $)) (-15 -1571 ((-112) $ $)) (-15 -2256 ($ $ $)) (-15 -2281 ($ $ $)) (-15 -2260 ((-112) $)) (-15 -3600 ((-407 (-564)) $)) (-15 -2242 ((-3 (-407 (-564)) "failed") $)) (-15 -3746 ($)) (-15 -3746 ($ $)) (-15 -1892 ($ $)) (-15 -3515 ($ $)) (-15 -1443 ($ $)) (-15 -3845 ($ $)) (-15 -2190 ($ $ $ $)) (-15 -2635 ($ $ $ $)) (-15 -4337 ($ $ $ $)) (-15 -3689 ($ $ $ $)) (-15 -3185 ($ $ $)) (-6 -4410)))
+((-4301 (*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112)))) (-1492 (*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112)))) (-3655 (*1 *1) (-4 *1 (-545))) (-1502 (*1 *1 *1) (-4 *1 (-545))) (-1815 (*1 *1 *1 *1) (-4 *1 (-545))) (-1935 (*1 *2 *1 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112)))) (-2227 (*1 *1 *1 *1) (-4 *1 (-545))) (-2487 (*1 *1 *1 *1) (-4 *1 (-545))) (-2272 (*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112)))) (-3036 (*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-407 (-564))))) (-2078 (*1 *2 *1) (|partial| -12 (-4 *1 (-545)) (-5 *2 (-407 (-564))))) (-2900 (*1 *1) (-4 *1 (-545))) (-2900 (*1 *1 *1) (-4 *1 (-545))) (-1991 (*1 *1 *1) (-4 *1 (-545))) (-3900 (*1 *1 *1) (-4 *1 (-545))) (-3656 (*1 *1 *1) (-4 *1 (-545))) (-1781 (*1 *1 *1) (-4 *1 (-545))) (-2807 (*1 *1 *1 *1 *1) (-4 *1 (-545))) (-1689 (*1 *1 *1 *1 *1) (-4 *1 (-545))) (-1584 (*1 *1 *1 *1 *1) (-4 *1 (-545))) (-1447 (*1 *1 *1 *1 *1) (-4 *1 (-545))) (-3244 (*1 *1 *1 *1) (-4 *1 (-545))))
+(-13 (-1213) (-307) (-817) (-233) (-612 (-564)) (-1035 (-564)) (-637 (-564)) (-612 (-536)) (-612 (-889 (-564))) (-883 (-564)) (-143) (-1019) (-147) (-1145) (-10 -8 (-15 -4301 ((-112) $)) (-15 -1492 ((-112) $)) (-6 -4405) (-15 -3655 ($)) (-15 -1502 ($ $)) (-15 -1815 ($ $ $)) (-15 -1935 ((-112) $ $)) (-15 -2227 ($ $ $)) (-15 -2487 ($ $ $)) (-15 -2272 ((-112) $)) (-15 -3036 ((-407 (-564)) $)) (-15 -2078 ((-3 (-407 (-564)) "failed") $)) (-15 -2900 ($)) (-15 -2900 ($ $)) (-15 -1991 ($ $)) (-15 -3900 ($ $)) (-15 -3656 ($ $)) (-15 -1781 ($ $)) (-15 -2807 ($ $ $ $)) (-15 -1689 ($ $ $ $)) (-15 -1584 ($ $ $ $)) (-15 -1447 ($ $ $ $)) (-15 -3244 ($ $ $)) (-6 -4404)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-143) . T) ((-172) . T) ((-612 (-225)) . T) ((-612 (-379)) . T) ((-612 (-536)) . T) ((-612 (-564)) . T) ((-612 (-889 (-564))) . T) ((-233) . T) ((-290) . T) ((-307) . T) ((-452) . T) ((-556) . T) ((-644 $) . T) ((-637 (-564)) . T) ((-714 $) . T) ((-723) . T) ((-788) . T) ((-789) . T) ((-791) . T) ((-792) . T) ((-817) . T) ((-845) . T) ((-847) . T) ((-883 (-564)) . T) ((-917) . T) ((-1019) . T) ((-1035 (-564)) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) . T) ((-1213) . T))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) NIL T CONST)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-2981 (((-918) $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
-(((-546) (-13 (-841) (-10 -8 (-15 -1692 ($) -1367)))) (T -546))
-((-1692 (*1 *1) (-5 *1 (-546))))
-(-13 (-841) (-10 -8 (-15 -1692 ($) -1367)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) NIL T CONST)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-1811 (((-918) $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
+(((-546) (-13 (-841) (-10 -8 (-15 -1778 ($) -1809)))) (T -546))
+((-1778 (*1 *1) (-5 *1 (-546))))
+(-13 (-841) (-10 -8 (-15 -1778 ($) -1809)))
((|Integer|) (COND ((< 16 (INTEGER-LENGTH |#1|)) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) NIL T CONST)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-2981 (((-918) $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
-(((-547) (-13 (-841) (-10 -8 (-15 -1692 ($) -1367)))) (T -547))
-((-1692 (*1 *1) (-5 *1 (-547))))
-(-13 (-841) (-10 -8 (-15 -1692 ($) -1367)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) NIL T CONST)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-1811 (((-918) $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
+(((-547) (-13 (-841) (-10 -8 (-15 -1778 ($) -1809)))) (T -547))
+((-1778 (*1 *1) (-5 *1 (-547))))
+(-13 (-841) (-10 -8 (-15 -1778 ($) -1809)))
((|Integer|) (COND ((< 32 (INTEGER-LENGTH |#1|)) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) NIL T CONST)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-2981 (((-918) $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
-(((-548) (-13 (-841) (-10 -8 (-15 -1692 ($) -1367)))) (T -548))
-((-1692 (*1 *1) (-5 *1 (-548))))
-(-13 (-841) (-10 -8 (-15 -1692 ($) -1367)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) NIL T CONST)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-1811 (((-918) $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
+(((-548) (-13 (-841) (-10 -8 (-15 -1778 ($) -1809)))) (T -548))
+((-1778 (*1 *1) (-5 *1 (-548))))
+(-13 (-841) (-10 -8 (-15 -1778 ($) -1809)))
((|Integer|) (COND ((< 64 (INTEGER-LENGTH |#1|)) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) NIL T CONST)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-2981 (((-918) $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
-(((-549) (-13 (-841) (-10 -8 (-15 -1692 ($) -1367)))) (T -549))
-((-1692 (*1 *1) (-5 *1 (-549))))
-(-13 (-841) (-10 -8 (-15 -1692 ($) -1367)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) NIL T CONST)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-1811 (((-918) $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
+(((-549) (-13 (-841) (-10 -8 (-15 -1778 ($) -1809)))) (T -549))
+((-1778 (*1 *1) (-5 *1 (-549))))
+(-13 (-841) (-10 -8 (-15 -1778 ($) -1809)))
((|Integer|) (COND ((< 8 (INTEGER-LENGTH |#1|)) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2229 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#2| $ |#1| |#2|) NIL)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1593 (((-3 |#2| "failed") |#1| $) NIL)) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3537 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-3 |#2| "failed") |#1| $) NIL)) (-3813 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) NIL)) (-1597 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 ((|#1| $) NIL (|has| |#1| (-847)))) (-4317 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3825 ((|#1| $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4413))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2659 (((-641 |#1|) $) NIL)) (-1509 (((-112) |#1| $) NIL)) (-4290 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-3573 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-4184 (((-641 |#1|) $) NIL)) (-2405 (((-112) |#1| $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1897 ((|#2| $) NIL (|has| |#1| (-847)))) (-2061 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL)) (-1759 (($ $ |#2|) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2710 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1721 (((-859) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-1959 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-550 |#1| |#2| |#3|) (-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4412))) (-1094) (-1094) (-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4412)))) (T -550))
-NIL
-(-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4412)))
-((-1727 (((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-1 (-1166 |#2|) (-1166 |#2|))) 52)))
-(((-551 |#1| |#2|) (-10 -7 (-15 -1727 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-1 (-1166 |#2|) (-1166 |#2|))))) (-13 (-847) (-556)) (-13 (-27) (-430 |#1|))) (T -551))
-((-1727 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-610 *3)) (-5 *5 (-1 (-1166 *3) (-1166 *3))) (-4 *3 (-13 (-27) (-430 *6))) (-4 *6 (-13 (-847) (-556))) (-5 *2 (-585 *3)) (-5 *1 (-551 *6 *3)))))
-(-10 -7 (-15 -1727 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-1 (-1166 |#2|) (-1166 |#2|)))))
-((-4390 (((-585 |#5|) |#5| (-1 |#3| |#3|)) 222)) (-2529 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 218)) (-3213 (((-585 |#5|) |#5| (-1 |#3| |#3|)) 226)))
-(((-552 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3213 ((-585 |#5|) |#5| (-1 |#3| |#3|))) (-15 -4390 ((-585 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2529 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-847) (-556) (-1035 (-564))) (-13 (-27) (-430 |#1|)) (-1235 |#2|) (-1235 (-407 |#3|)) (-342 |#2| |#3| |#4|)) (T -552))
-((-2529 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-27) (-430 *4))) (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-4 *7 (-1235 (-407 *6))) (-5 *1 (-552 *4 *5 *6 *7 *2)) (-4 *2 (-342 *5 *6 *7)))) (-4390 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1235 *6)) (-4 *6 (-13 (-27) (-430 *5))) (-4 *5 (-13 (-847) (-556) (-1035 (-564)))) (-4 *8 (-1235 (-407 *7))) (-5 *2 (-585 *3)) (-5 *1 (-552 *5 *6 *7 *8 *3)) (-4 *3 (-342 *6 *7 *8)))) (-3213 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1235 *6)) (-4 *6 (-13 (-27) (-430 *5))) (-4 *5 (-13 (-847) (-556) (-1035 (-564)))) (-4 *8 (-1235 (-407 *7))) (-5 *2 (-585 *3)) (-5 *1 (-552 *5 *6 *7 *8 *3)) (-4 *3 (-342 *6 *7 *8)))))
-(-10 -7 (-15 -3213 ((-585 |#5|) |#5| (-1 |#3| |#3|))) (-15 -4390 ((-585 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2529 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
-((-2573 (((-112) (-564) (-564)) 12)) (-1771 (((-564) (-564)) 7)) (-3581 (((-564) (-564) (-564)) 10)))
-(((-553) (-10 -7 (-15 -1771 ((-564) (-564))) (-15 -3581 ((-564) (-564) (-564))) (-15 -2573 ((-112) (-564) (-564))))) (T -553))
-((-2573 (*1 *2 *3 *3) (-12 (-5 *3 (-564)) (-5 *2 (-112)) (-5 *1 (-553)))) (-3581 (*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-553)))) (-1771 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-553)))))
-(-10 -7 (-15 -1771 ((-564) (-564))) (-15 -3581 ((-564) (-564) (-564))) (-15 -2573 ((-112) (-564) (-564))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2613 ((|#1| $) 62)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-1848 (($ $) 92)) (-1711 (($ $) 75)) (-1578 ((|#1| $) 63)) (-2071 (((-3 $ "failed") $ $) 19)) (-4029 (($ $) 74)) (-1827 (($ $) 91)) (-1688 (($ $) 76)) (-1871 (($ $) 90)) (-1734 (($ $) 77)) (-1692 (($) 17 T CONST)) (-2035 (((-3 (-564) "failed") $) 70)) (-3437 (((-564) $) 71)) (-3233 (((-3 $ "failed") $) 33)) (-2130 (($ |#1| |#1|) 67)) (-2955 (((-112) $) 61)) (-2682 (($) 102)) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 73)) (-1515 (((-112) $) 60)) (-2766 (($ $ $) 108)) (-1650 (($ $ $) 107)) (-3612 (($ $) 99)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-3511 (($ |#1| |#1|) 68) (($ |#1|) 66) (($ (-407 (-564))) 65)) (-3070 ((|#1| $) 64)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-2628 (((-3 $ "failed") $ $) 43)) (-2103 (($ $) 100)) (-1882 (($ $) 89)) (-1744 (($ $) 78)) (-1858 (($ $) 88)) (-1723 (($ $) 79)) (-1838 (($ $) 87)) (-1700 (($ $) 80)) (-3626 (((-112) $ |#1|) 59)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-564)) 69)) (-1303 (((-768)) 28 T CONST)) (-1919 (($ $) 98)) (-1777 (($ $) 86)) (-1720 (((-112) $ $) 40)) (-1895 (($ $) 97)) (-1755 (($ $) 85)) (-1942 (($ $) 96)) (-1803 (($ $) 84)) (-2712 (($ $) 95)) (-1813 (($ $) 83)) (-1930 (($ $) 94)) (-1791 (($ $) 82)) (-1906 (($ $) 93)) (-1766 (($ $) 81)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2920 (((-112) $ $) 105)) (-2893 (((-112) $ $) 104)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 106)) (-2880 (((-112) $ $) 103)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ $) 101) (($ $ (-407 (-564))) 72)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1956 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#2| $ |#1| |#2|) NIL)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1725 (((-3 |#2| "failed") |#1| $) NIL)) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3644 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-3 |#2| "failed") |#1| $) NIL)) (-2576 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) NIL)) (-1433 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 ((|#1| $) NIL (|has| |#1| (-847)))) (-2640 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-3440 ((|#1| $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4407))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2945 (((-641 |#1|) $) NIL)) (-2554 (((-112) |#1| $) NIL)) (-2401 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-2783 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-3883 (((-641 |#1|) $) NIL)) (-4336 (((-112) |#1| $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3303 ((|#2| $) NIL (|has| |#1| (-847)))) (-3995 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL)) (-4253 (($ $ |#2|) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-4232 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1831 (((-859) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-2321 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-550 |#1| |#2| |#3|) (-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4406))) (-1094) (-1094) (-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4406)))) (T -550))
+NIL
+(-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4406)))
+((-3990 (((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-1 (-1166 |#2|) (-1166 |#2|))) 52)))
+(((-551 |#1| |#2|) (-10 -7 (-15 -3990 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-1 (-1166 |#2|) (-1166 |#2|))))) (-13 (-847) (-556)) (-13 (-27) (-430 |#1|))) (T -551))
+((-3990 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-610 *3)) (-5 *5 (-1 (-1166 *3) (-1166 *3))) (-4 *3 (-13 (-27) (-430 *6))) (-4 *6 (-13 (-847) (-556))) (-5 *2 (-585 *3)) (-5 *1 (-551 *6 *3)))))
+(-10 -7 (-15 -3990 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-1 (-1166 |#2|) (-1166 |#2|)))))
+((-4009 (((-585 |#5|) |#5| (-1 |#3| |#3|)) 222)) (-3119 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 218)) (-3526 (((-585 |#5|) |#5| (-1 |#3| |#3|)) 226)))
+(((-552 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3526 ((-585 |#5|) |#5| (-1 |#3| |#3|))) (-15 -4009 ((-585 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3119 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-847) (-556) (-1035 (-564))) (-13 (-27) (-430 |#1|)) (-1235 |#2|) (-1235 (-407 |#3|)) (-342 |#2| |#3| |#4|)) (T -552))
+((-3119 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-27) (-430 *4))) (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-4 *7 (-1235 (-407 *6))) (-5 *1 (-552 *4 *5 *6 *7 *2)) (-4 *2 (-342 *5 *6 *7)))) (-4009 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1235 *6)) (-4 *6 (-13 (-27) (-430 *5))) (-4 *5 (-13 (-847) (-556) (-1035 (-564)))) (-4 *8 (-1235 (-407 *7))) (-5 *2 (-585 *3)) (-5 *1 (-552 *5 *6 *7 *8 *3)) (-4 *3 (-342 *6 *7 *8)))) (-3526 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1235 *6)) (-4 *6 (-13 (-27) (-430 *5))) (-4 *5 (-13 (-847) (-556) (-1035 (-564)))) (-4 *8 (-1235 (-407 *7))) (-5 *2 (-585 *3)) (-5 *1 (-552 *5 *6 *7 *8 *3)) (-4 *3 (-342 *6 *7 *8)))))
+(-10 -7 (-15 -3526 ((-585 |#5|) |#5| (-1 |#3| |#3|))) (-15 -4009 ((-585 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3119 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
+((-2301 (((-112) (-564) (-564)) 12)) (-3148 (((-564) (-564)) 7)) (-2864 (((-564) (-564) (-564)) 10)))
+(((-553) (-10 -7 (-15 -3148 ((-564) (-564))) (-15 -2864 ((-564) (-564) (-564))) (-15 -2301 ((-112) (-564) (-564))))) (T -553))
+((-2301 (*1 *2 *3 *3) (-12 (-5 *3 (-564)) (-5 *2 (-112)) (-5 *1 (-553)))) (-2864 (*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-553)))) (-3148 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-553)))))
+(-10 -7 (-15 -3148 ((-564) (-564))) (-15 -2864 ((-564) (-564) (-564))) (-15 -2301 ((-112) (-564) (-564))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-2820 ((|#1| $) 62)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-3357 (($ $) 92)) (-3210 (($ $) 75)) (-1986 ((|#1| $) 63)) (-4088 (((-3 $ "failed") $ $) 19)) (-3083 (($ $) 74)) (-3330 (($ $) 91)) (-3187 (($ $) 76)) (-3384 (($ $) 90)) (-3233 (($ $) 77)) (-1778 (($) 17 T CONST)) (-2347 (((-3 (-564) "failed") $) 70)) (-2237 (((-564) $) 71)) (-3733 (((-3 $ "failed") $) 33)) (-3461 (($ |#1| |#1|) 67)) (-1569 (((-112) $) 61)) (-3714 (($) 102)) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 73)) (-2607 (((-112) $) 60)) (-1925 (($ $ $) 108)) (-3375 (($ $ $) 107)) (-2358 (($ $) 99)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3363 (($ |#1| |#1|) 68) (($ |#1|) 66) (($ (-407 (-564))) 65)) (-1351 ((|#1| $) 64)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-1403 (((-3 $ "failed") $ $) 43)) (-4326 (($ $) 100)) (-3395 (($ $) 89)) (-3245 (($ $) 78)) (-3371 (($ $) 88)) (-3221 (($ $) 79)) (-3344 (($ $) 87)) (-3199 (($ $) 80)) (-2043 (((-112) $ |#1|) 59)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-564)) 69)) (-2219 (((-768)) 28 T CONST)) (-3427 (($ $) 98)) (-3276 (($ $) 86)) (-3939 (((-112) $ $) 40)) (-3406 (($ $) 97)) (-3254 (($ $) 85)) (-3450 (($ $) 96)) (-3302 (($ $) 84)) (-2315 (($ $) 95)) (-3316 (($ $) 83)) (-3439 (($ $) 94)) (-3287 (($ $) 82)) (-3416 (($ $) 93)) (-3265 (($ $) 81)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1762 (((-112) $ $) 105)) (-1737 (((-112) $ $) 104)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 106)) (-1723 (((-112) $ $) 103)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ $) 101) (($ $ (-407 (-564))) 72)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-554 |#1|) (-140) (-13 (-404) (-1194))) (T -554))
-((-3511 (*1 *1 *2 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-2130 (*1 *1 *2 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-3511 (*1 *1 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-3511 (*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))))) (-3070 (*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-1578 (*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-2613 (*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-2955 (*1 *2 *1) (-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112)))) (-1515 (*1 *2 *1) (-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112)))) (-3626 (*1 *2 *1 *3) (-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112)))))
-(-13 (-452) (-847) (-1194) (-999) (-1035 (-564)) (-10 -8 (-6 -4124) (-15 -3511 ($ |t#1| |t#1|)) (-15 -2130 ($ |t#1| |t#1|)) (-15 -3511 ($ |t#1|)) (-15 -3511 ($ (-407 (-564)))) (-15 -3070 (|t#1| $)) (-15 -1578 (|t#1| $)) (-15 -2613 (|t#1| $)) (-15 -2955 ((-112) $)) (-15 -1515 ((-112) $)) (-15 -3626 ((-112) $ |t#1|))))
+((-3363 (*1 *1 *2 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-3461 (*1 *1 *2 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-3363 (*1 *1 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-3363 (*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))))) (-1351 (*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-1986 (*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-2820 (*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))) (-1569 (*1 *2 *1) (-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112)))) (-2607 (*1 *2 *1) (-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112)))) (-2043 (*1 *2 *1 *3) (-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112)))))
+(-13 (-452) (-847) (-1194) (-999) (-1035 (-564)) (-10 -8 (-6 -2508) (-15 -3363 ($ |t#1| |t#1|)) (-15 -3461 ($ |t#1| |t#1|)) (-15 -3363 ($ |t#1|)) (-15 -3363 ($ (-407 (-564)))) (-15 -1351 (|t#1| $)) (-15 -1986 (|t#1| $)) (-15 -2820 (|t#1| $)) (-15 -1569 ((-112) $)) (-15 -2607 ((-112) $)) (-15 -2043 ((-112) $ |t#1|))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-95) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-284) . T) ((-290) . T) ((-452) . T) ((-493) . T) ((-556) . T) ((-644 $) . T) ((-714 $) . T) ((-723) . T) ((-847) . T) ((-999) . T) ((-1035 (-564)) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) . T) ((-1197) . T))
-((-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 9)) (-4010 (($ $) 11)) (-2662 (((-112) $) 20)) (-3233 (((-3 $ "failed") $) 16)) (-1720 (((-112) $ $) 22)))
-(((-555 |#1|) (-10 -8 (-15 -2662 ((-112) |#1|)) (-15 -1720 ((-112) |#1| |#1|)) (-15 -4010 (|#1| |#1|)) (-15 -2163 ((-2 (|:| -4023 |#1|) (|:| -4399 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3233 ((-3 |#1| "failed") |#1|))) (-556)) (T -555))
+((-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 9)) (-1537 (($ $) 11)) (-1932 (((-112) $) 20)) (-3733 (((-3 $ "failed") $) 16)) (-3939 (((-112) $ $) 22)))
+(((-555 |#1|) (-10 -8 (-15 -1932 ((-112) |#1|)) (-15 -3939 ((-112) |#1| |#1|)) (-15 -1537 (|#1| |#1|)) (-15 -3784 ((-2 (|:| -1674 |#1|) (|:| -4393 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3733 ((-3 |#1| "failed") |#1|))) (-556)) (T -555))
NIL
-(-10 -8 (-15 -2662 ((-112) |#1|)) (-15 -1720 ((-112) |#1| |#1|)) (-15 -4010 (|#1| |#1|)) (-15 -2163 ((-2 (|:| -4023 |#1|) (|:| -4399 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3233 ((-3 |#1| "failed") |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-2628 (((-3 $ "failed") $ $) 43)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+(-10 -8 (-15 -1932 ((-112) |#1|)) (-15 -3939 ((-112) |#1| |#1|)) (-15 -1537 (|#1| |#1|)) (-15 -3784 ((-2 (|:| -1674 |#1|) (|:| -4393 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3733 ((-3 |#1| "failed") |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1403 (((-3 $ "failed") $ $) 43)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-556) (-140)) (T -556))
-((-2628 (*1 *1 *1 *1) (|partial| -4 *1 (-556))) (-2163 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -4023 *1) (|:| -4399 *1) (|:| |associate| *1))) (-4 *1 (-556)))) (-4010 (*1 *1 *1) (-4 *1 (-556))) (-1720 (*1 *2 *1 *1) (-12 (-4 *1 (-556)) (-5 *2 (-112)))) (-2662 (*1 *2 *1) (-12 (-4 *1 (-556)) (-5 *2 (-112)))))
-(-13 (-172) (-38 $) (-290) (-10 -8 (-15 -2628 ((-3 $ "failed") $ $)) (-15 -2163 ((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $)) (-15 -4010 ($ $)) (-15 -1720 ((-112) $ $)) (-15 -2662 ((-112) $))))
+((-1403 (*1 *1 *1 *1) (|partial| -4 *1 (-556))) (-3784 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -1674 *1) (|:| -4393 *1) (|:| |associate| *1))) (-4 *1 (-556)))) (-1537 (*1 *1 *1) (-4 *1 (-556))) (-3939 (*1 *2 *1 *1) (-12 (-4 *1 (-556)) (-5 *2 (-112)))) (-1932 (*1 *2 *1) (-12 (-4 *1 (-556)) (-5 *2 (-112)))))
+(-13 (-172) (-38 $) (-290) (-10 -8 (-15 -1403 ((-3 $ "failed") $ $)) (-15 -3784 ((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $)) (-15 -1537 ($ $)) (-15 -3939 ((-112) $ $)) (-15 -1932 ((-112) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-290) . T) ((-644 $) . T) ((-714 $) . T) ((-723) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1428 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1170) (-641 |#2|)) 39)) (-3660 (((-585 |#2|) |#2| (-1170)) 64)) (-4092 (((-3 |#2| "failed") |#2| (-1170)) 157)) (-1575 (((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) (-610 |#2|) (-641 (-610 |#2|))) 160)) (-3326 (((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) |#2|) 42)))
-(((-557 |#1| |#2|) (-10 -7 (-15 -3326 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) |#2|)) (-15 -1428 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1170) (-641 |#2|))) (-15 -4092 ((-3 |#2| "failed") |#2| (-1170))) (-15 -3660 ((-585 |#2|) |#2| (-1170))) (-15 -1575 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) (-610 |#2|) (-641 (-610 |#2|))))) (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -557))
-((-1575 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1170)) (-5 *6 (-641 (-610 *3))) (-5 *5 (-610 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-2 (|:| -3526 *3) (|:| |coeff| *3))) (-5 *1 (-557 *7 *3)))) (-3660 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-557 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-4092 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-557 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-1428 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-557 *6 *3)))) (-3326 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-2 (|:| -3526 *3) (|:| |coeff| *3))) (-5 *1 (-557 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
-(-10 -7 (-15 -3326 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) |#2|)) (-15 -1428 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1170) (-641 |#2|))) (-15 -4092 ((-3 |#2| "failed") |#2| (-1170))) (-15 -3660 ((-585 |#2|) |#2| (-1170))) (-15 -1575 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) (-610 |#2|) (-641 (-610 |#2|)))))
-((-1798 (((-418 |#1|) |#1|) 18)) (-4020 (((-418 |#1|) |#1|) 33)) (-1299 (((-3 |#1| "failed") |#1|) 49)) (-4228 (((-418 |#1|) |#1|) 63)))
-(((-558 |#1|) (-10 -7 (-15 -4020 ((-418 |#1|) |#1|)) (-15 -1798 ((-418 |#1|) |#1|)) (-15 -4228 ((-418 |#1|) |#1|)) (-15 -1299 ((-3 |#1| "failed") |#1|))) (-545)) (T -558))
-((-1299 (*1 *2 *2) (|partial| -12 (-5 *1 (-558 *2)) (-4 *2 (-545)))) (-4228 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-558 *3)) (-4 *3 (-545)))) (-1798 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-558 *3)) (-4 *3 (-545)))) (-4020 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-558 *3)) (-4 *3 (-545)))))
-(-10 -7 (-15 -4020 ((-418 |#1|) |#1|)) (-15 -1798 ((-418 |#1|) |#1|)) (-15 -4228 ((-418 |#1|) |#1|)) (-15 -1299 ((-3 |#1| "failed") |#1|)))
-((-2714 (($) 9)) (-2524 (((-3 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 35)) (-2659 (((-641 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $) 32)) (-3573 (($ (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) 29)) (-2200 (($ (-641 (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) 27)) (-3096 (((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 39)) (-3111 (((-641 (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) 37)) (-4362 (((-1264)) 12)))
-(((-559) (-10 -8 (-15 -2714 ($)) (-15 -4362 ((-1264))) (-15 -2659 ((-641 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -2200 ($ (-641 (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))))) (-15 -3573 ($ (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) (-15 -2524 ((-3 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3111 ((-641 (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $)) (-15 -3096 ((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -559))
-((-3096 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) (-5 *1 (-559)))) (-3111 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) (-5 *1 (-559)))) (-2524 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) (-5 *1 (-559)))) (-3573 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) (-5 *1 (-559)))) (-2200 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) (-5 *1 (-559)))) (-2659 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-5 *1 (-559)))) (-4362 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-559)))) (-2714 (*1 *1) (-5 *1 (-559))))
-(-10 -8 (-15 -2714 ($)) (-15 -4362 ((-1264))) (-15 -2659 ((-641 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -2200 ($ (-641 (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))))) (-15 -3573 ($ (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) (-15 -2524 ((-3 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3111 ((-641 (-2 (|:| -2381 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $)) (-15 -3096 ((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1743 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
-((-3992 (((-1166 (-407 (-1166 |#2|))) |#2| (-610 |#2|) (-610 |#2|) (-1166 |#2|)) 35)) (-1421 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|))) 105) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) |#2| (-1166 |#2|)) 115)) (-4064 (((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|))) 85) (((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|)) 55)) (-1922 (((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| (-610 |#2|) |#2| (-407 (-1166 |#2|))) 92) (((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| |#2| (-1166 |#2|)) 114)) (-3669 (((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) (-610 |#2|) |#2| (-407 (-1166 |#2|))) 110) (((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) |#2| (-1166 |#2|)) 116)) (-3175 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2745 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|))) 135 (|has| |#3| (-652 |#2|))) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2745 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|)) 134 (|has| |#3| (-652 |#2|)))) (-4143 ((|#2| (-1166 (-407 (-1166 |#2|))) (-610 |#2|) |#2|) 53)) (-3646 (((-1166 (-407 (-1166 |#2|))) (-1166 |#2|) (-610 |#2|)) 34)))
-(((-560 |#1| |#2| |#3|) (-10 -7 (-15 -4064 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|))) (-15 -4064 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -1922 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| |#2| (-1166 |#2|))) (-15 -1922 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -1421 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) |#2| (-1166 |#2|))) (-15 -1421 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -3669 ((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) |#2| (-1166 |#2|))) (-15 -3669 ((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -3992 ((-1166 (-407 (-1166 |#2|))) |#2| (-610 |#2|) (-610 |#2|) (-1166 |#2|))) (-15 -4143 (|#2| (-1166 (-407 (-1166 |#2|))) (-610 |#2|) |#2|)) (-15 -3646 ((-1166 (-407 (-1166 |#2|))) (-1166 |#2|) (-610 |#2|))) (IF (|has| |#3| (-652 |#2|)) (PROGN (-15 -3175 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2745 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|))) (-15 -3175 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2745 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|))))) |%noBranch|)) (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))) (-13 (-430 |#1|) (-27) (-1194)) (-1094)) (T -560))
-((-3175 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-610 *4)) (-5 *6 (-407 (-1166 *4))) (-4 *4 (-13 (-430 *7) (-27) (-1194))) (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4)))) (-5 *1 (-560 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094)))) (-3175 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-610 *4)) (-5 *6 (-1166 *4)) (-4 *4 (-13 (-430 *7) (-27) (-1194))) (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4)))) (-5 *1 (-560 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094)))) (-3646 (*1 *2 *3 *4) (-12 (-5 *4 (-610 *6)) (-4 *6 (-13 (-430 *5) (-27) (-1194))) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-1166 (-407 (-1166 *6)))) (-5 *1 (-560 *5 *6 *7)) (-5 *3 (-1166 *6)) (-4 *7 (-1094)))) (-4143 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1166 (-407 (-1166 *2)))) (-5 *4 (-610 *2)) (-4 *2 (-13 (-430 *5) (-27) (-1194))) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *1 (-560 *5 *2 *6)) (-4 *6 (-1094)))) (-3992 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-610 *3)) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-1166 (-407 (-1166 *3)))) (-5 *1 (-560 *6 *3 *7)) (-5 *5 (-1166 *3)) (-4 *7 (-1094)))) (-3669 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-610 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170))) (-5 *5 (-407 (-1166 *2))) (-4 *2 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *1 (-560 *6 *2 *7)) (-4 *7 (-1094)))) (-3669 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-610 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170))) (-5 *5 (-1166 *2)) (-4 *2 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *1 (-560 *6 *2 *7)) (-4 *7 (-1094)))) (-1421 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3)) (-5 *6 (-407 (-1166 *3))) (-4 *3 (-13 (-430 *7) (-27) (-1194))) (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-560 *7 *3 *8)) (-4 *8 (-1094)))) (-1421 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3)) (-5 *6 (-1166 *3)) (-4 *3 (-13 (-430 *7) (-27) (-1194))) (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-560 *7 *3 *8)) (-4 *8 (-1094)))) (-1922 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-407 (-1166 *3))) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| -3526 *3) (|:| |coeff| *3))) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))) (-1922 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-1166 *3)) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| -3526 *3) (|:| |coeff| *3))) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))) (-4064 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-610 *3)) (-5 *5 (-407 (-1166 *3))) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))) (-4064 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-610 *3)) (-5 *5 (-1166 *3)) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))))
-(-10 -7 (-15 -4064 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|))) (-15 -4064 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -1922 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| |#2| (-1166 |#2|))) (-15 -1922 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -1421 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) |#2| (-1166 |#2|))) (-15 -1421 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -3669 ((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) |#2| (-1166 |#2|))) (-15 -3669 ((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -3992 ((-1166 (-407 (-1166 |#2|))) |#2| (-610 |#2|) (-610 |#2|) (-1166 |#2|))) (-15 -4143 (|#2| (-1166 (-407 (-1166 |#2|))) (-610 |#2|) |#2|)) (-15 -3646 ((-1166 (-407 (-1166 |#2|))) (-1166 |#2|) (-610 |#2|))) (IF (|has| |#3| (-652 |#2|)) (PROGN (-15 -3175 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2745 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|))) (-15 -3175 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2745 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|))))) |%noBranch|))
-((-3608 (((-564) (-564) (-768)) 88)) (-2191 (((-564) (-564)) 86)) (-2652 (((-564) (-564)) 84)) (-4159 (((-564) (-564)) 91)) (-4166 (((-564) (-564) (-564)) 68)) (-2999 (((-564) (-564) (-564)) 65)) (-3899 (((-407 (-564)) (-564)) 29)) (-2271 (((-564) (-564)) 35)) (-3100 (((-564) (-564)) 77)) (-2278 (((-564) (-564)) 50)) (-3457 (((-641 (-564)) (-564)) 83)) (-3189 (((-564) (-564) (-564) (-564) (-564)) 62)) (-1652 (((-407 (-564)) (-564)) 59)))
-(((-561) (-10 -7 (-15 -1652 ((-407 (-564)) (-564))) (-15 -3189 ((-564) (-564) (-564) (-564) (-564))) (-15 -3457 ((-641 (-564)) (-564))) (-15 -2278 ((-564) (-564))) (-15 -3100 ((-564) (-564))) (-15 -2271 ((-564) (-564))) (-15 -3899 ((-407 (-564)) (-564))) (-15 -2999 ((-564) (-564) (-564))) (-15 -4166 ((-564) (-564) (-564))) (-15 -4159 ((-564) (-564))) (-15 -2652 ((-564) (-564))) (-15 -2191 ((-564) (-564))) (-15 -3608 ((-564) (-564) (-768))))) (T -561))
-((-3608 (*1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-768)) (-5 *1 (-561)))) (-2191 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-2652 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-4159 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-4166 (*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-2999 (*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-3899 (*1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-561)) (-5 *3 (-564)))) (-2271 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-3100 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-2278 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-3457 (*1 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-561)) (-5 *3 (-564)))) (-3189 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-1652 (*1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-561)) (-5 *3 (-564)))))
-(-10 -7 (-15 -1652 ((-407 (-564)) (-564))) (-15 -3189 ((-564) (-564) (-564) (-564) (-564))) (-15 -3457 ((-641 (-564)) (-564))) (-15 -2278 ((-564) (-564))) (-15 -3100 ((-564) (-564))) (-15 -2271 ((-564) (-564))) (-15 -3899 ((-407 (-564)) (-564))) (-15 -2999 ((-564) (-564) (-564))) (-15 -4166 ((-564) (-564) (-564))) (-15 -4159 ((-564) (-564))) (-15 -2652 ((-564) (-564))) (-15 -2191 ((-564) (-564))) (-15 -3608 ((-564) (-564) (-768))))
-((-1538 (((-2 (|:| |answer| |#4|) (|:| -4144 |#4|)) |#4| (-1 |#2| |#2|)) 57)))
-(((-562 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1538 ((-2 (|:| |answer| |#4|) (|:| -4144 |#4|)) |#4| (-1 |#2| |#2|)))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -562))
-((-1538 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-4 *7 (-1235 (-407 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -4144 *3))) (-5 *1 (-562 *5 *6 *7 *3)) (-4 *3 (-342 *5 *6 *7)))))
-(-10 -7 (-15 -1538 ((-2 (|:| |answer| |#4|) (|:| -4144 |#4|)) |#4| (-1 |#2| |#2|))))
-((-1538 (((-2 (|:| |answer| (-407 |#2|)) (|:| -4144 (-407 |#2|)) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|)) 18)))
-(((-563 |#1| |#2|) (-10 -7 (-15 -1538 ((-2 (|:| |answer| (-407 |#2|)) (|:| -4144 (-407 |#2|)) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|)))) (-363) (-1235 |#1|)) (T -563))
-((-1538 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |answer| (-407 *6)) (|:| -4144 (-407 *6)) (|:| |specpart| (-407 *6)) (|:| |polypart| *6))) (-5 *1 (-563 *5 *6)) (-5 *3 (-407 *6)))))
-(-10 -7 (-15 -1538 ((-2 (|:| |answer| (-407 |#2|)) (|:| -4144 (-407 |#2|)) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 30)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 93)) (-4010 (($ $) 94)) (-2662 (((-112) $) NIL)) (-2281 (($ $ $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2635 (($ $ $ $) 51)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL)) (-1673 (($ $ $) 88)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL)) (-3437 (((-564) $) NIL)) (-2668 (($ $ $) 53)) (-3762 (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 76) (((-685 (-564)) (-685 $)) 72)) (-3233 (((-3 $ "failed") $) 90)) (-2242 (((-3 (-407 (-564)) "failed") $) NIL)) (-2260 (((-112) $) NIL)) (-3600 (((-407 (-564)) $) NIL)) (-3746 (($) 78) (($ $) 79)) (-2649 (($ $ $) 87)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-3689 (($ $ $ $) NIL)) (-2256 (($ $ $) 69)) (-2955 (((-112) $) NIL)) (-2250 (($ $ $) NIL)) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL)) (-3282 (((-112) $) 34)) (-2400 (((-112) $) 82)) (-1516 (((-3 $ "failed") $) NIL)) (-1515 (((-112) $) 43)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4337 (($ $ $ $) 54)) (-2766 (($ $ $) 84)) (-1650 (($ $ $) 83)) (-3845 (($ $) NIL)) (-2088 (($ $) 49)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) 68)) (-3185 (($ $ $) NIL)) (-2558 (($) NIL T CONST)) (-3515 (($ $) 38)) (-4382 (((-1114) $) 42)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 125)) (-3377 (($ $ $) 91) (($ (-641 $)) NIL)) (-3867 (($ $) NIL)) (-4020 (((-418 $) $) 111)) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL)) (-2628 (((-3 $ "failed") $ $) 109)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2000 (((-112) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 86)) (-1795 (($ $ (-768)) NIL) (($ $) NIL)) (-1443 (($ $) 40)) (-1892 (($ $) 36)) (-2153 (((-564) $) 48) (((-536) $) 63) (((-889 (-564)) $) NIL) (((-379) $) 57) (((-225) $) 60) (((-1152) $) 65)) (-1721 (((-859) $) 46) (($ (-564)) 47) (($ $) NIL) (($ (-564)) 47)) (-1303 (((-768)) NIL T CONST)) (-1571 (((-112) $ $) NIL)) (-3483 (($ $ $) NIL)) (-1540 (($) 35)) (-1720 (((-112) $ $) NIL)) (-2190 (($ $ $ $) 50)) (-1699 (($ $) 77)) (-2885 (($) 6 T CONST)) (-2898 (($) 31 T CONST)) (-3930 (((-1152) $) 26) (((-1152) $ (-112)) 27) (((-1264) (-819) $) 28) (((-1264) (-819) $ (-112)) 29)) (-3256 (($ $ (-768)) NIL) (($ $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 33)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 10)) (-2970 (($ $) 16) (($ $ $) 39)) (-2956 (($ $ $) 37)) (** (($ $ (-918)) NIL) (($ $ (-768)) 81)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 80) (($ $ $) 52)))
-(((-564) (-13 (-545) (-612 (-1152)) (-825) (-10 -8 (-15 -3746 ($ $)) (-6 -4399) (-6 -4404) (-6 -4400) (-6 -4394)))) (T -564))
-((-3746 (*1 *1 *1) (-5 *1 (-564))))
-(-13 (-545) (-612 (-1152)) (-825) (-10 -8 (-15 -3746 ($ $)) (-6 -4399) (-6 -4404) (-6 -4400) (-6 -4394)))
-((-1335 (((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766) (-1058)) 119) (((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766)) 121)) (-2052 (((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1170)) 196) (((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1152)) 195) (((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379) (-1058)) 200) (((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379)) 201) (((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379)) 202) (((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379))))) 203) (((-1032) (-316 (-379)) (-1088 (-840 (-379)))) 191) (((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379)) 190) (((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379)) 186) (((-1032) (-766)) 178) (((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379) (-1058)) 185)))
-(((-565) (-10 -7 (-15 -2052 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379) (-1058))) (-15 -2052 ((-1032) (-766))) (-15 -2052 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379))) (-15 -2052 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379))) (-15 -2052 ((-1032) (-316 (-379)) (-1088 (-840 (-379))))) (-15 -2052 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))))) (-15 -2052 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379))) (-15 -2052 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379))) (-15 -2052 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379) (-1058))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766) (-1058))) (-15 -2052 ((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1152))) (-15 -2052 ((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1170))))) (T -565))
-((-2052 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-316 (-379))) (-5 *4 (-1086 (-840 (-379)))) (-5 *5 (-1170)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-2052 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-316 (-379))) (-5 *4 (-1086 (-840 (-379)))) (-5 *5 (-1152)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-1335 (*1 *2 *3 *4) (-12 (-5 *3 (-766)) (-5 *4 (-1058)) (-5 *2 (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032)))) (-5 *1 (-565)))) (-1335 (*1 *2 *3) (-12 (-5 *3 (-766)) (-5 *2 (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032)))) (-5 *1 (-565)))) (-2052 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379))))) (-5 *5 (-379)) (-5 *6 (-1058)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-2052 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379))))) (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-2052 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379))))) (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-2052 (*1 *2 *3 *4) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379))))) (-5 *2 (-1032)) (-5 *1 (-565)))) (-2052 (*1 *2 *3 *4) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379)))) (-5 *2 (-1032)) (-5 *1 (-565)))) (-2052 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379)))) (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-2052 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379)))) (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-2052 (*1 *2 *3) (-12 (-5 *3 (-766)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-2052 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379)))) (-5 *5 (-379)) (-5 *6 (-1058)) (-5 *2 (-1032)) (-5 *1 (-565)))))
-(-10 -7 (-15 -2052 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379) (-1058))) (-15 -2052 ((-1032) (-766))) (-15 -2052 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379))) (-15 -2052 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379))) (-15 -2052 ((-1032) (-316 (-379)) (-1088 (-840 (-379))))) (-15 -2052 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))))) (-15 -2052 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379))) (-15 -2052 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379))) (-15 -2052 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379) (-1058))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766) (-1058))) (-15 -2052 ((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1152))) (-15 -2052 ((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1170))))
-((-4038 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|)) 202)) (-3425 (((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|)) 102)) (-1562 (((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2|) 198)) (-2742 (((-3 |#2| "failed") |#2| |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170))) 207)) (-3832 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2745 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-1170)) 216 (|has| |#3| (-652 |#2|)))))
-(((-566 |#1| |#2| |#3|) (-10 -7 (-15 -3425 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|))) (-15 -1562 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2|)) (-15 -4038 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|))) (-15 -2742 ((-3 |#2| "failed") |#2| |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)))) (IF (|has| |#3| (-652 |#2|)) (-15 -3832 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2745 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-1170))) |%noBranch|)) (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))) (-13 (-430 |#1|) (-27) (-1194)) (-1094)) (T -566))
-((-3832 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-610 *4)) (-5 *6 (-1170)) (-4 *4 (-13 (-430 *7) (-27) (-1194))) (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4)))) (-5 *1 (-566 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094)))) (-2742 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-610 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170))) (-4 *2 (-13 (-430 *5) (-27) (-1194))) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *1 (-566 *5 *2 *6)) (-4 *6 (-1094)))) (-4038 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3)) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-566 *6 *3 *7)) (-4 *7 (-1094)))) (-1562 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-610 *3)) (-4 *3 (-13 (-430 *5) (-27) (-1194))) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| -3526 *3) (|:| |coeff| *3))) (-5 *1 (-566 *5 *3 *6)) (-4 *6 (-1094)))) (-3425 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-610 *3)) (-4 *3 (-13 (-430 *5) (-27) (-1194))) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-566 *5 *3 *6)) (-4 *6 (-1094)))))
-(-10 -7 (-15 -3425 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|))) (-15 -1562 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2|)) (-15 -4038 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|))) (-15 -2742 ((-3 |#2| "failed") |#2| |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)))) (IF (|has| |#3| (-652 |#2|)) (-15 -3832 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2745 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-1170))) |%noBranch|))
-((-3609 (((-2 (|:| -1872 |#2|) (|:| |nconst| |#2|)) |#2| (-1170)) 63)) (-2615 (((-3 |#2| "failed") |#2| (-1170) (-840 |#2|) (-840 |#2|)) 180 (-12 (|has| |#2| (-1133)) (|has| |#1| (-612 (-889 (-564)))) (|has| |#1| (-883 (-564))))) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)) 159 (-12 (|has| |#2| (-627)) (|has| |#1| (-612 (-889 (-564)))) (|has| |#1| (-883 (-564)))))) (-4008 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)) 161 (-12 (|has| |#2| (-627)) (|has| |#1| (-612 (-889 (-564)))) (|has| |#1| (-883 (-564)))))))
-(((-567 |#1| |#2|) (-10 -7 (-15 -3609 ((-2 (|:| -1872 |#2|) (|:| |nconst| |#2|)) |#2| (-1170))) (IF (|has| |#1| (-612 (-889 (-564)))) (IF (|has| |#1| (-883 (-564))) (PROGN (IF (|has| |#2| (-627)) (PROGN (-15 -4008 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170))) (-15 -2615 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)))) |%noBranch|) (IF (|has| |#2| (-1133)) (-15 -2615 ((-3 |#2| "failed") |#2| (-1170) (-840 |#2|) (-840 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-847) (-1035 (-564)) (-452) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -567))
-((-2615 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1170)) (-5 *4 (-840 *2)) (-4 *2 (-1133)) (-4 *2 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-612 (-889 (-564)))) (-4 *5 (-883 (-564))) (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564)))) (-5 *1 (-567 *5 *2)))) (-2615 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-612 (-889 (-564)))) (-4 *5 (-883 (-564))) (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-567 *5 *3)) (-4 *3 (-627)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-4008 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-612 (-889 (-564)))) (-4 *5 (-883 (-564))) (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-567 *5 *3)) (-4 *3 (-627)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-3609 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564)))) (-5 *2 (-2 (|:| -1872 *3) (|:| |nconst| *3))) (-5 *1 (-567 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
-(-10 -7 (-15 -3609 ((-2 (|:| -1872 |#2|) (|:| |nconst| |#2|)) |#2| (-1170))) (IF (|has| |#1| (-612 (-889 (-564)))) (IF (|has| |#1| (-883 (-564))) (PROGN (IF (|has| |#2| (-627)) (PROGN (-15 -4008 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170))) (-15 -2615 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)))) |%noBranch|) (IF (|has| |#2| (-1133)) (-15 -2615 ((-3 |#2| "failed") |#2| (-1170) (-840 |#2|) (-840 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-2846 (((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-641 (-407 |#2|))) 41)) (-2052 (((-585 (-407 |#2|)) (-407 |#2|)) 28)) (-1929 (((-3 (-407 |#2|) "failed") (-407 |#2|)) 17)) (-2368 (((-3 (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-407 |#2|)) 48)))
-(((-568 |#1| |#2|) (-10 -7 (-15 -2052 ((-585 (-407 |#2|)) (-407 |#2|))) (-15 -1929 ((-3 (-407 |#2|) "failed") (-407 |#2|))) (-15 -2368 ((-3 (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-407 |#2|))) (-15 -2846 ((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-641 (-407 |#2|))))) (-13 (-363) (-147) (-1035 (-564))) (-1235 |#1|)) (T -568))
-((-2846 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-641 (-407 *6))) (-5 *3 (-407 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-568 *5 *6)))) (-2368 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| -3526 (-407 *5)) (|:| |coeff| (-407 *5)))) (-5 *1 (-568 *4 *5)) (-5 *3 (-407 *5)))) (-1929 (*1 *2 *2) (|partial| -12 (-5 *2 (-407 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-13 (-363) (-147) (-1035 (-564)))) (-5 *1 (-568 *3 *4)))) (-2052 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4)) (-5 *2 (-585 (-407 *5))) (-5 *1 (-568 *4 *5)) (-5 *3 (-407 *5)))))
-(-10 -7 (-15 -2052 ((-585 (-407 |#2|)) (-407 |#2|))) (-15 -1929 ((-3 (-407 |#2|) "failed") (-407 |#2|))) (-15 -2368 ((-3 (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-407 |#2|))) (-15 -2846 ((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-641 (-407 |#2|)))))
-((-1390 (((-3 (-564) "failed") |#1|) 14)) (-3220 (((-112) |#1|) 13)) (-3748 (((-564) |#1|) 9)))
-(((-569 |#1|) (-10 -7 (-15 -3748 ((-564) |#1|)) (-15 -3220 ((-112) |#1|)) (-15 -1390 ((-3 (-564) "failed") |#1|))) (-1035 (-564))) (T -569))
-((-1390 (*1 *2 *3) (|partial| -12 (-5 *2 (-564)) (-5 *1 (-569 *3)) (-4 *3 (-1035 *2)))) (-3220 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-569 *3)) (-4 *3 (-1035 (-564))))) (-3748 (*1 *2 *3) (-12 (-5 *2 (-564)) (-5 *1 (-569 *3)) (-4 *3 (-1035 *2)))))
-(-10 -7 (-15 -3748 ((-564) |#1|)) (-15 -3220 ((-112) |#1|)) (-15 -1390 ((-3 (-564) "failed") |#1|)))
-((-2859 (((-3 (-2 (|:| |mainpart| (-407 (-949 |#1|))) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 (-949 |#1|))) (|:| |logand| (-407 (-949 |#1|))))))) "failed") (-407 (-949 |#1|)) (-1170) (-641 (-407 (-949 |#1|)))) 48)) (-4028 (((-585 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-1170)) 28)) (-1830 (((-3 (-407 (-949 |#1|)) "failed") (-407 (-949 |#1|)) (-1170)) 23)) (-1916 (((-3 (-2 (|:| -3526 (-407 (-949 |#1|))) (|:| |coeff| (-407 (-949 |#1|)))) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|))) 35)))
-(((-570 |#1|) (-10 -7 (-15 -4028 ((-585 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -1830 ((-3 (-407 (-949 |#1|)) "failed") (-407 (-949 |#1|)) (-1170))) (-15 -2859 ((-3 (-2 (|:| |mainpart| (-407 (-949 |#1|))) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 (-949 |#1|))) (|:| |logand| (-407 (-949 |#1|))))))) "failed") (-407 (-949 |#1|)) (-1170) (-641 (-407 (-949 |#1|))))) (-15 -1916 ((-3 (-2 (|:| -3526 (-407 (-949 |#1|))) (|:| |coeff| (-407 (-949 |#1|)))) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|))))) (-13 (-556) (-1035 (-564)) (-147))) (T -570))
-((-1916 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-1035 (-564)) (-147))) (-5 *2 (-2 (|:| -3526 (-407 (-949 *5))) (|:| |coeff| (-407 (-949 *5))))) (-5 *1 (-570 *5)) (-5 *3 (-407 (-949 *5))))) (-2859 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 (-407 (-949 *6)))) (-5 *3 (-407 (-949 *6))) (-4 *6 (-13 (-556) (-1035 (-564)) (-147))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-570 *6)))) (-1830 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-407 (-949 *4))) (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-1035 (-564)) (-147))) (-5 *1 (-570 *4)))) (-4028 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-1035 (-564)) (-147))) (-5 *2 (-585 (-407 (-949 *5)))) (-5 *1 (-570 *5)) (-5 *3 (-407 (-949 *5))))))
-(-10 -7 (-15 -4028 ((-585 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -1830 ((-3 (-407 (-949 |#1|)) "failed") (-407 (-949 |#1|)) (-1170))) (-15 -2859 ((-3 (-2 (|:| |mainpart| (-407 (-949 |#1|))) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 (-949 |#1|))) (|:| |logand| (-407 (-949 |#1|))))))) "failed") (-407 (-949 |#1|)) (-1170) (-641 (-407 (-949 |#1|))))) (-15 -1916 ((-3 (-2 (|:| -3526 (-407 (-949 |#1|))) (|:| |coeff| (-407 (-949 |#1|)))) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)))))
-((-1709 (((-112) $ $) 73)) (-2013 (((-112) $) 47)) (-2613 ((|#1| $) 39)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) 77)) (-1848 (($ $) 137)) (-1711 (($ $) 117)) (-1578 ((|#1| $) 37)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4029 (($ $) NIL)) (-1827 (($ $) 139)) (-1688 (($ $) 113)) (-1871 (($ $) 141)) (-1734 (($ $) 121)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) 92)) (-3437 (((-564) $) 94)) (-3233 (((-3 $ "failed") $) 76)) (-2130 (($ |#1| |#1|) 35)) (-2955 (((-112) $) 43)) (-2682 (($) 103)) (-3282 (((-112) $) 54)) (-2201 (($ $ (-564)) NIL)) (-1515 (((-112) $) 44)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-3612 (($ $) 105)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-3511 (($ |#1| |#1|) 29) (($ |#1|) 34) (($ (-407 (-564))) 91)) (-3070 ((|#1| $) 36)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) 79) (($ (-641 $)) NIL)) (-2628 (((-3 $ "failed") $ $) 78)) (-2103 (($ $) 107)) (-1882 (($ $) 145)) (-1744 (($ $) 119)) (-1858 (($ $) 147)) (-1723 (($ $) 123)) (-1838 (($ $) 143)) (-1700 (($ $) 115)) (-3626 (((-112) $ |#1|) 41)) (-1721 (((-859) $) 99) (($ (-564)) 81) (($ $) NIL) (($ (-564)) 81)) (-1303 (((-768)) 101 T CONST)) (-1919 (($ $) 159)) (-1777 (($ $) 129)) (-1720 (((-112) $ $) NIL)) (-1895 (($ $) 157)) (-1755 (($ $) 125)) (-1942 (($ $) 155)) (-1803 (($ $) 135)) (-2712 (($ $) 153)) (-1813 (($ $) 133)) (-1930 (($ $) 151)) (-1791 (($ $) 131)) (-1906 (($ $) 149)) (-1766 (($ $) 127)) (-2885 (($) 30 T CONST)) (-2898 (($) 10 T CONST)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 48)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 46)) (-2970 (($ $) 52) (($ $ $) 53)) (-2956 (($ $ $) 51)) (** (($ $ (-918)) 69) (($ $ (-768)) NIL) (($ $ $) 109) (($ $ (-407 (-564))) 161)) (* (($ (-918) $) 64) (($ (-768) $) NIL) (($ (-564) $) 63) (($ $ $) 60)))
+((-4064 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1170) (-641 |#2|)) 39)) (-2378 (((-585 |#2|) |#2| (-1170)) 64)) (-4205 (((-3 |#2| "failed") |#2| (-1170)) 157)) (-1954 (((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) (-610 |#2|) (-641 (-610 |#2|))) 160)) (-2119 (((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) |#2|) 42)))
+(((-557 |#1| |#2|) (-10 -7 (-15 -2119 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) |#2|)) (-15 -4064 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1170) (-641 |#2|))) (-15 -4205 ((-3 |#2| "failed") |#2| (-1170))) (-15 -2378 ((-585 |#2|) |#2| (-1170))) (-15 -1954 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) (-610 |#2|) (-641 (-610 |#2|))))) (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -557))
+((-1954 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1170)) (-5 *6 (-641 (-610 *3))) (-5 *5 (-610 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *7))) (-4 *7 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-2 (|:| -3521 *3) (|:| |coeff| *3))) (-5 *1 (-557 *7 *3)))) (-2378 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-557 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-4205 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-557 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-4064 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-557 *6 *3)))) (-2119 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-2 (|:| -3521 *3) (|:| |coeff| *3))) (-5 *1 (-557 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
+(-10 -7 (-15 -2119 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) |#2|)) (-15 -4064 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1170) (-641 |#2|))) (-15 -4205 ((-3 |#2| "failed") |#2| (-1170))) (-15 -2378 ((-585 |#2|) |#2| (-1170))) (-15 -1954 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1170) (-610 |#2|) (-641 (-610 |#2|)))))
+((-3399 (((-418 |#1|) |#1|) 18)) (-3070 (((-418 |#1|) |#1|) 33)) (-2918 (((-3 |#1| "failed") |#1|) 49)) (-3068 (((-418 |#1|) |#1|) 63)))
+(((-558 |#1|) (-10 -7 (-15 -3070 ((-418 |#1|) |#1|)) (-15 -3399 ((-418 |#1|) |#1|)) (-15 -3068 ((-418 |#1|) |#1|)) (-15 -2918 ((-3 |#1| "failed") |#1|))) (-545)) (T -558))
+((-2918 (*1 *2 *2) (|partial| -12 (-5 *1 (-558 *2)) (-4 *2 (-545)))) (-3068 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-558 *3)) (-4 *3 (-545)))) (-3399 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-558 *3)) (-4 *3 (-545)))) (-3070 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-558 *3)) (-4 *3 (-545)))))
+(-10 -7 (-15 -3070 ((-418 |#1|) |#1|)) (-15 -3399 ((-418 |#1|) |#1|)) (-15 -3068 ((-418 |#1|) |#1|)) (-15 -2918 ((-3 |#1| "failed") |#1|)))
+((-4248 (($) 9)) (-2685 (((-3 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 35)) (-2945 (((-641 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $) 32)) (-2783 (($ (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) 29)) (-2907 (($ (-641 (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) 27)) (-1389 (((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 39)) (-1794 (((-641 (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) 37)) (-1848 (((-1264)) 12)))
+(((-559) (-10 -8 (-15 -4248 ($)) (-15 -1848 ((-1264))) (-15 -2945 ((-641 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -2907 ($ (-641 (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))))) (-15 -2783 ($ (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) (-15 -2685 ((-3 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1794 ((-641 (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $)) (-15 -1389 ((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -559))
+((-1389 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) (-5 *1 (-559)))) (-1794 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) (-5 *1 (-559)))) (-2685 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) (-5 *1 (-559)))) (-2783 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) (-5 *1 (-559)))) (-2907 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) (-5 *1 (-559)))) (-2945 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-5 *1 (-559)))) (-1848 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-559)))) (-4248 (*1 *1) (-5 *1 (-559))))
+(-10 -8 (-15 -4248 ($)) (-15 -1848 ((-1264))) (-15 -2945 ((-641 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -2907 ($ (-641 (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))))) (-15 -2783 ($ (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) (-15 -2685 ((-3 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) "failed") (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1794 ((-641 (-2 (|:| -2568 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $)) (-15 -1389 ((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1150 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4133 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
+((-3040 (((-1166 (-407 (-1166 |#2|))) |#2| (-610 |#2|) (-610 |#2|) (-1166 |#2|)) 35)) (-4025 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|))) 105) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) |#2| (-1166 |#2|)) 115)) (-3952 (((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|))) 85) (((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|)) 55)) (-1980 (((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| (-610 |#2|) |#2| (-407 (-1166 |#2|))) 92) (((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| |#2| (-1166 |#2|)) 114)) (-2492 (((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) (-610 |#2|) |#2| (-407 (-1166 |#2|))) 110) (((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) |#2| (-1166 |#2|)) 116)) (-4331 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3331 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|))) 135 (|has| |#3| (-652 |#2|))) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3331 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|)) 134 (|has| |#3| (-652 |#2|)))) (-3198 ((|#2| (-1166 (-407 (-1166 |#2|))) (-610 |#2|) |#2|) 53)) (-1977 (((-1166 (-407 (-1166 |#2|))) (-1166 |#2|) (-610 |#2|)) 34)))
+(((-560 |#1| |#2| |#3|) (-10 -7 (-15 -3952 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|))) (-15 -3952 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -1980 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| |#2| (-1166 |#2|))) (-15 -1980 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -4025 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) |#2| (-1166 |#2|))) (-15 -4025 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -2492 ((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) |#2| (-1166 |#2|))) (-15 -2492 ((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -3040 ((-1166 (-407 (-1166 |#2|))) |#2| (-610 |#2|) (-610 |#2|) (-1166 |#2|))) (-15 -3198 (|#2| (-1166 (-407 (-1166 |#2|))) (-610 |#2|) |#2|)) (-15 -1977 ((-1166 (-407 (-1166 |#2|))) (-1166 |#2|) (-610 |#2|))) (IF (|has| |#3| (-652 |#2|)) (PROGN (-15 -4331 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3331 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|))) (-15 -4331 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3331 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|))))) |%noBranch|)) (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))) (-13 (-430 |#1|) (-27) (-1194)) (-1094)) (T -560))
+((-4331 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-610 *4)) (-5 *6 (-407 (-1166 *4))) (-4 *4 (-13 (-430 *7) (-27) (-1194))) (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4)))) (-5 *1 (-560 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094)))) (-4331 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-610 *4)) (-5 *6 (-1166 *4)) (-4 *4 (-13 (-430 *7) (-27) (-1194))) (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4)))) (-5 *1 (-560 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094)))) (-1977 (*1 *2 *3 *4) (-12 (-5 *4 (-610 *6)) (-4 *6 (-13 (-430 *5) (-27) (-1194))) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-1166 (-407 (-1166 *6)))) (-5 *1 (-560 *5 *6 *7)) (-5 *3 (-1166 *6)) (-4 *7 (-1094)))) (-3198 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1166 (-407 (-1166 *2)))) (-5 *4 (-610 *2)) (-4 *2 (-13 (-430 *5) (-27) (-1194))) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *1 (-560 *5 *2 *6)) (-4 *6 (-1094)))) (-3040 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-610 *3)) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-1166 (-407 (-1166 *3)))) (-5 *1 (-560 *6 *3 *7)) (-5 *5 (-1166 *3)) (-4 *7 (-1094)))) (-2492 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-610 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170))) (-5 *5 (-407 (-1166 *2))) (-4 *2 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *1 (-560 *6 *2 *7)) (-4 *7 (-1094)))) (-2492 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-610 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170))) (-5 *5 (-1166 *2)) (-4 *2 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *1 (-560 *6 *2 *7)) (-4 *7 (-1094)))) (-4025 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3)) (-5 *6 (-407 (-1166 *3))) (-4 *3 (-13 (-430 *7) (-27) (-1194))) (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-560 *7 *3 *8)) (-4 *8 (-1094)))) (-4025 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3)) (-5 *6 (-1166 *3)) (-4 *3 (-13 (-430 *7) (-27) (-1194))) (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-560 *7 *3 *8)) (-4 *8 (-1094)))) (-1980 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-407 (-1166 *3))) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| -3521 *3) (|:| |coeff| *3))) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))) (-1980 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-1166 *3)) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| -3521 *3) (|:| |coeff| *3))) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))) (-3952 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-610 *3)) (-5 *5 (-407 (-1166 *3))) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))) (-3952 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-610 *3)) (-5 *5 (-1166 *3)) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))))
+(-10 -7 (-15 -3952 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|))) (-15 -3952 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -1980 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| |#2| (-1166 |#2|))) (-15 -1980 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2| (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -4025 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) |#2| (-1166 |#2|))) (-15 -4025 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -2492 ((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) |#2| (-1166 |#2|))) (-15 -2492 ((-3 |#2| "failed") |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)) (-610 |#2|) |#2| (-407 (-1166 |#2|)))) (-15 -3040 ((-1166 (-407 (-1166 |#2|))) |#2| (-610 |#2|) (-610 |#2|) (-1166 |#2|))) (-15 -3198 (|#2| (-1166 (-407 (-1166 |#2|))) (-610 |#2|) |#2|)) (-15 -1977 ((-1166 (-407 (-1166 |#2|))) (-1166 |#2|) (-610 |#2|))) (IF (|has| |#3| (-652 |#2|)) (PROGN (-15 -4331 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3331 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) |#2| (-1166 |#2|))) (-15 -4331 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3331 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-610 |#2|) |#2| (-407 (-1166 |#2|))))) |%noBranch|))
+((-3108 (((-564) (-564) (-768)) 88)) (-2816 (((-564) (-564)) 86)) (-1847 (((-564) (-564)) 84)) (-3646 (((-564) (-564)) 91)) (-3729 (((-564) (-564) (-564)) 68)) (-1989 (((-564) (-564) (-564)) 65)) (-2908 (((-407 (-564)) (-564)) 29)) (-2384 (((-564) (-564)) 35)) (-1666 (((-564) (-564)) 77)) (-2452 (((-564) (-564)) 50)) (-4022 (((-641 (-564)) (-564)) 83)) (-3274 (((-564) (-564) (-564) (-564) (-564)) 62)) (-1393 (((-407 (-564)) (-564)) 59)))
+(((-561) (-10 -7 (-15 -1393 ((-407 (-564)) (-564))) (-15 -3274 ((-564) (-564) (-564) (-564) (-564))) (-15 -4022 ((-641 (-564)) (-564))) (-15 -2452 ((-564) (-564))) (-15 -1666 ((-564) (-564))) (-15 -2384 ((-564) (-564))) (-15 -2908 ((-407 (-564)) (-564))) (-15 -1989 ((-564) (-564) (-564))) (-15 -3729 ((-564) (-564) (-564))) (-15 -3646 ((-564) (-564))) (-15 -1847 ((-564) (-564))) (-15 -2816 ((-564) (-564))) (-15 -3108 ((-564) (-564) (-768))))) (T -561))
+((-3108 (*1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-768)) (-5 *1 (-561)))) (-2816 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-1847 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-3646 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-3729 (*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-1989 (*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-2908 (*1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-561)) (-5 *3 (-564)))) (-2384 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-1666 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-2452 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-4022 (*1 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-561)) (-5 *3 (-564)))) (-3274 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))) (-1393 (*1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-561)) (-5 *3 (-564)))))
+(-10 -7 (-15 -1393 ((-407 (-564)) (-564))) (-15 -3274 ((-564) (-564) (-564) (-564) (-564))) (-15 -4022 ((-641 (-564)) (-564))) (-15 -2452 ((-564) (-564))) (-15 -1666 ((-564) (-564))) (-15 -2384 ((-564) (-564))) (-15 -2908 ((-407 (-564)) (-564))) (-15 -1989 ((-564) (-564) (-564))) (-15 -3729 ((-564) (-564) (-564))) (-15 -3646 ((-564) (-564))) (-15 -1847 ((-564) (-564))) (-15 -2816 ((-564) (-564))) (-15 -3108 ((-564) (-564) (-768))))
+((-2835 (((-2 (|:| |answer| |#4|) (|:| -3493 |#4|)) |#4| (-1 |#2| |#2|)) 57)))
+(((-562 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2835 ((-2 (|:| |answer| |#4|) (|:| -3493 |#4|)) |#4| (-1 |#2| |#2|)))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -562))
+((-2835 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-4 *7 (-1235 (-407 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -3493 *3))) (-5 *1 (-562 *5 *6 *7 *3)) (-4 *3 (-342 *5 *6 *7)))))
+(-10 -7 (-15 -2835 ((-2 (|:| |answer| |#4|) (|:| -3493 |#4|)) |#4| (-1 |#2| |#2|))))
+((-2835 (((-2 (|:| |answer| (-407 |#2|)) (|:| -3493 (-407 |#2|)) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|)) 18)))
+(((-563 |#1| |#2|) (-10 -7 (-15 -2835 ((-2 (|:| |answer| (-407 |#2|)) (|:| -3493 (-407 |#2|)) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|)))) (-363) (-1235 |#1|)) (T -563))
+((-2835 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |answer| (-407 *6)) (|:| -3493 (-407 *6)) (|:| |specpart| (-407 *6)) (|:| |polypart| *6))) (-5 *1 (-563 *5 *6)) (-5 *3 (-407 *6)))))
+(-10 -7 (-15 -2835 ((-2 (|:| |answer| (-407 |#2|)) (|:| -3493 (-407 |#2|)) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 30)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 93)) (-1537 (($ $) 94)) (-1932 (((-112) $) NIL)) (-2487 (($ $ $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1689 (($ $ $ $) 51)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL)) (-1815 (($ $ $) 88)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL)) (-2237 (((-564) $) NIL)) (-1449 (($ $ $) 53)) (-4050 (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 76) (((-685 (-564)) (-685 $)) 72)) (-3733 (((-3 $ "failed") $) 90)) (-2078 (((-3 (-407 (-564)) "failed") $) NIL)) (-2272 (((-112) $) NIL)) (-3036 (((-407 (-564)) $) NIL)) (-2900 (($) 78) (($ $) 79)) (-1424 (($ $ $) 87)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1447 (($ $ $ $) NIL)) (-2227 (($ $ $) 69)) (-1569 (((-112) $) NIL)) (-2163 (($ $ $) NIL)) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL)) (-2949 (((-112) $) 34)) (-4301 (((-112) $) 82)) (-2619 (((-3 $ "failed") $) NIL)) (-2607 (((-112) $) 43)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1584 (($ $ $ $) 54)) (-1925 (($ $ $) 84)) (-3375 (($ $ $) 83)) (-1781 (($ $) NIL)) (-1502 (($ $) 49)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) 68)) (-3244 (($ $ $) NIL)) (-2884 (($) NIL T CONST)) (-3900 (($ $) 38)) (-2780 (((-1114) $) 42)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 125)) (-2777 (($ $ $) 91) (($ (-641 $)) NIL)) (-3839 (($ $) NIL)) (-3070 (((-418 $) $) 111)) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL)) (-1403 (((-3 $ "failed") $ $) 109)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1492 (((-112) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 86)) (-3534 (($ $ (-768)) NIL) (($ $) NIL)) (-3656 (($ $) 40)) (-1991 (($ $) 36)) (-2511 (((-564) $) 48) (((-536) $) 63) (((-889 (-564)) $) NIL) (((-379) $) 57) (((-225) $) 60) (((-1152) $) 65)) (-1831 (((-859) $) 46) (($ (-564)) 47) (($ $) NIL) (($ (-564)) 47)) (-2219 (((-768)) NIL T CONST)) (-1935 (((-112) $ $) NIL)) (-4254 (($ $ $) NIL)) (-3655 (($) 35)) (-3939 (((-112) $ $) NIL)) (-2807 (($ $ $ $) 50)) (-1849 (($ $) 77)) (-1293 (($) 6 T CONST)) (-1300 (($) 31 T CONST)) (-3213 (((-1152) $) 26) (((-1152) $ (-112)) 27) (((-1264) (-819) $) 28) (((-1264) (-819) $ (-112)) 29)) (-3435 (($ $ (-768)) NIL) (($ $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 33)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 10)) (-1808 (($ $) 16) (($ $ $) 39)) (-1797 (($ $ $) 37)) (** (($ $ (-918)) NIL) (($ $ (-768)) 81)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 80) (($ $ $) 52)))
+(((-564) (-13 (-545) (-612 (-1152)) (-825) (-10 -8 (-15 -2900 ($ $)) (-6 -4393) (-6 -4398) (-6 -4394) (-6 -4388)))) (T -564))
+((-2900 (*1 *1 *1) (-5 *1 (-564))))
+(-13 (-545) (-612 (-1152)) (-825) (-10 -8 (-15 -2900 ($ $)) (-6 -4393) (-6 -4398) (-6 -4394) (-6 -4388)))
+((-2620 (((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766) (-1058)) 119) (((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766)) 121)) (-3907 (((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1170)) 196) (((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1152)) 195) (((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379) (-1058)) 200) (((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379)) 201) (((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379)) 202) (((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379))))) 203) (((-1032) (-316 (-379)) (-1088 (-840 (-379)))) 191) (((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379)) 190) (((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379)) 186) (((-1032) (-766)) 178) (((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379) (-1058)) 185)))
+(((-565) (-10 -7 (-15 -3907 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379) (-1058))) (-15 -3907 ((-1032) (-766))) (-15 -3907 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379))) (-15 -3907 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379))) (-15 -3907 ((-1032) (-316 (-379)) (-1088 (-840 (-379))))) (-15 -3907 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))))) (-15 -3907 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379))) (-15 -3907 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379))) (-15 -3907 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379) (-1058))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766) (-1058))) (-15 -3907 ((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1152))) (-15 -3907 ((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1170))))) (T -565))
+((-3907 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-316 (-379))) (-5 *4 (-1086 (-840 (-379)))) (-5 *5 (-1170)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-3907 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-316 (-379))) (-5 *4 (-1086 (-840 (-379)))) (-5 *5 (-1152)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-2620 (*1 *2 *3 *4) (-12 (-5 *3 (-766)) (-5 *4 (-1058)) (-5 *2 (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032)))) (-5 *1 (-565)))) (-2620 (*1 *2 *3) (-12 (-5 *3 (-766)) (-5 *2 (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032)))) (-5 *1 (-565)))) (-3907 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379))))) (-5 *5 (-379)) (-5 *6 (-1058)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-3907 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379))))) (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-3907 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379))))) (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-3907 (*1 *2 *3 *4) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379))))) (-5 *2 (-1032)) (-5 *1 (-565)))) (-3907 (*1 *2 *3 *4) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379)))) (-5 *2 (-1032)) (-5 *1 (-565)))) (-3907 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379)))) (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-3907 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379)))) (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-3907 (*1 *2 *3) (-12 (-5 *3 (-766)) (-5 *2 (-1032)) (-5 *1 (-565)))) (-3907 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379)))) (-5 *5 (-379)) (-5 *6 (-1058)) (-5 *2 (-1032)) (-5 *1 (-565)))))
+(-10 -7 (-15 -3907 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379) (-1058))) (-15 -3907 ((-1032) (-766))) (-15 -3907 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379) (-379))) (-15 -3907 ((-1032) (-316 (-379)) (-1088 (-840 (-379))) (-379))) (-15 -3907 ((-1032) (-316 (-379)) (-1088 (-840 (-379))))) (-15 -3907 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))))) (-15 -3907 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379))) (-15 -3907 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379))) (-15 -3907 ((-1032) (-316 (-379)) (-641 (-1088 (-840 (-379)))) (-379) (-379) (-1058))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))) (-766) (-1058))) (-15 -3907 ((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1152))) (-15 -3907 ((-3 (-1032) "failed") (-316 (-379)) (-1086 (-840 (-379))) (-1170))))
+((-1825 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|)) 202)) (-1812 (((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|)) 102)) (-3060 (((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2|) 198)) (-3290 (((-3 |#2| "failed") |#2| |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170))) 207)) (-3519 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3331 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-1170)) 216 (|has| |#3| (-652 |#2|)))))
+(((-566 |#1| |#2| |#3|) (-10 -7 (-15 -1812 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|))) (-15 -3060 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2|)) (-15 -1825 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|))) (-15 -3290 ((-3 |#2| "failed") |#2| |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)))) (IF (|has| |#3| (-652 |#2|)) (-15 -3519 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3331 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-1170))) |%noBranch|)) (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))) (-13 (-430 |#1|) (-27) (-1194)) (-1094)) (T -566))
+((-3519 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-610 *4)) (-5 *6 (-1170)) (-4 *4 (-13 (-430 *7) (-27) (-1194))) (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4)))) (-5 *1 (-566 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094)))) (-3290 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-610 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170))) (-4 *2 (-13 (-430 *5) (-27) (-1194))) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *1 (-566 *5 *2 *6)) (-4 *6 (-1094)))) (-1825 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3)) (-4 *3 (-13 (-430 *6) (-27) (-1194))) (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-566 *6 *3 *7)) (-4 *7 (-1094)))) (-3060 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-610 *3)) (-4 *3 (-13 (-430 *5) (-27) (-1194))) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-2 (|:| -3521 *3) (|:| |coeff| *3))) (-5 *1 (-566 *5 *3 *6)) (-4 *6 (-1094)))) (-1812 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-610 *3)) (-4 *3 (-13 (-430 *5) (-27) (-1194))) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564)))) (-5 *2 (-585 *3)) (-5 *1 (-566 *5 *3 *6)) (-4 *6 (-1094)))))
+(-10 -7 (-15 -1812 ((-585 |#2|) |#2| (-610 |#2|) (-610 |#2|))) (-15 -3060 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-610 |#2|) (-610 |#2|) |#2|)) (-15 -1825 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-610 |#2|) (-610 |#2|) (-641 |#2|))) (-15 -3290 ((-3 |#2| "failed") |#2| |#2| |#2| (-610 |#2|) (-610 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1170)))) (IF (|has| |#3| (-652 |#2|)) (-15 -3519 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3331 (-641 |#2|))) |#3| |#2| (-610 |#2|) (-610 |#2|) (-1170))) |%noBranch|))
+((-3120 (((-2 (|:| -2792 |#2|) (|:| |nconst| |#2|)) |#2| (-1170)) 63)) (-1494 (((-3 |#2| "failed") |#2| (-1170) (-840 |#2|) (-840 |#2|)) 180 (-12 (|has| |#2| (-1133)) (|has| |#1| (-612 (-889 (-564)))) (|has| |#1| (-883 (-564))))) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)) 159 (-12 (|has| |#2| (-627)) (|has| |#1| (-612 (-889 (-564)))) (|has| |#1| (-883 (-564)))))) (-1515 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)) 161 (-12 (|has| |#2| (-627)) (|has| |#1| (-612 (-889 (-564)))) (|has| |#1| (-883 (-564)))))))
+(((-567 |#1| |#2|) (-10 -7 (-15 -3120 ((-2 (|:| -2792 |#2|) (|:| |nconst| |#2|)) |#2| (-1170))) (IF (|has| |#1| (-612 (-889 (-564)))) (IF (|has| |#1| (-883 (-564))) (PROGN (IF (|has| |#2| (-627)) (PROGN (-15 -1515 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170))) (-15 -1494 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)))) |%noBranch|) (IF (|has| |#2| (-1133)) (-15 -1494 ((-3 |#2| "failed") |#2| (-1170) (-840 |#2|) (-840 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-847) (-1035 (-564)) (-452) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -567))
+((-1494 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1170)) (-5 *4 (-840 *2)) (-4 *2 (-1133)) (-4 *2 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-612 (-889 (-564)))) (-4 *5 (-883 (-564))) (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564)))) (-5 *1 (-567 *5 *2)))) (-1494 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-612 (-889 (-564)))) (-4 *5 (-883 (-564))) (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-567 *5 *3)) (-4 *3 (-627)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-1515 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-612 (-889 (-564)))) (-4 *5 (-883 (-564))) (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-567 *5 *3)) (-4 *3 (-627)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-3120 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564)))) (-5 *2 (-2 (|:| -2792 *3) (|:| |nconst| *3))) (-5 *1 (-567 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
+(-10 -7 (-15 -3120 ((-2 (|:| -2792 |#2|) (|:| |nconst| |#2|)) |#2| (-1170))) (IF (|has| |#1| (-612 (-889 (-564)))) (IF (|has| |#1| (-883 (-564))) (PROGN (IF (|has| |#2| (-627)) (PROGN (-15 -1515 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170))) (-15 -1494 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)))) |%noBranch|) (IF (|has| |#2| (-1133)) (-15 -1494 ((-3 |#2| "failed") |#2| (-1170) (-840 |#2|) (-840 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-3010 (((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-641 (-407 |#2|))) 41)) (-3907 (((-585 (-407 |#2|)) (-407 |#2|)) 28)) (-2040 (((-3 (-407 |#2|) "failed") (-407 |#2|)) 17)) (-4023 (((-3 (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-407 |#2|)) 48)))
+(((-568 |#1| |#2|) (-10 -7 (-15 -3907 ((-585 (-407 |#2|)) (-407 |#2|))) (-15 -2040 ((-3 (-407 |#2|) "failed") (-407 |#2|))) (-15 -4023 ((-3 (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-407 |#2|))) (-15 -3010 ((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-641 (-407 |#2|))))) (-13 (-363) (-147) (-1035 (-564))) (-1235 |#1|)) (T -568))
+((-3010 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-641 (-407 *6))) (-5 *3 (-407 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-568 *5 *6)))) (-4023 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| -3521 (-407 *5)) (|:| |coeff| (-407 *5)))) (-5 *1 (-568 *4 *5)) (-5 *3 (-407 *5)))) (-2040 (*1 *2 *2) (|partial| -12 (-5 *2 (-407 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-13 (-363) (-147) (-1035 (-564)))) (-5 *1 (-568 *3 *4)))) (-3907 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4)) (-5 *2 (-585 (-407 *5))) (-5 *1 (-568 *4 *5)) (-5 *3 (-407 *5)))))
+(-10 -7 (-15 -3907 ((-585 (-407 |#2|)) (-407 |#2|))) (-15 -2040 ((-3 (-407 |#2|) "failed") (-407 |#2|))) (-15 -4023 ((-3 (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-407 |#2|))) (-15 -3010 ((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-641 (-407 |#2|)))))
+((-1813 (((-3 (-564) "failed") |#1|) 14)) (-3604 (((-112) |#1|) 13)) (-3888 (((-564) |#1|) 9)))
+(((-569 |#1|) (-10 -7 (-15 -3888 ((-564) |#1|)) (-15 -3604 ((-112) |#1|)) (-15 -1813 ((-3 (-564) "failed") |#1|))) (-1035 (-564))) (T -569))
+((-1813 (*1 *2 *3) (|partial| -12 (-5 *2 (-564)) (-5 *1 (-569 *3)) (-4 *3 (-1035 *2)))) (-3604 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-569 *3)) (-4 *3 (-1035 (-564))))) (-3888 (*1 *2 *3) (-12 (-5 *2 (-564)) (-5 *1 (-569 *3)) (-4 *3 (-1035 *2)))))
+(-10 -7 (-15 -3888 ((-564) |#1|)) (-15 -3604 ((-112) |#1|)) (-15 -1813 ((-3 (-564) "failed") |#1|)))
+((-3125 (((-3 (-2 (|:| |mainpart| (-407 (-949 |#1|))) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 (-949 |#1|))) (|:| |logand| (-407 (-949 |#1|))))))) "failed") (-407 (-949 |#1|)) (-1170) (-641 (-407 (-949 |#1|)))) 48)) (-1731 (((-585 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-1170)) 28)) (-3657 (((-3 (-407 (-949 |#1|)) "failed") (-407 (-949 |#1|)) (-1170)) 23)) (-1948 (((-3 (-2 (|:| -3521 (-407 (-949 |#1|))) (|:| |coeff| (-407 (-949 |#1|)))) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|))) 35)))
+(((-570 |#1|) (-10 -7 (-15 -1731 ((-585 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -3657 ((-3 (-407 (-949 |#1|)) "failed") (-407 (-949 |#1|)) (-1170))) (-15 -3125 ((-3 (-2 (|:| |mainpart| (-407 (-949 |#1|))) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 (-949 |#1|))) (|:| |logand| (-407 (-949 |#1|))))))) "failed") (-407 (-949 |#1|)) (-1170) (-641 (-407 (-949 |#1|))))) (-15 -1948 ((-3 (-2 (|:| -3521 (-407 (-949 |#1|))) (|:| |coeff| (-407 (-949 |#1|)))) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|))))) (-13 (-556) (-1035 (-564)) (-147))) (T -570))
+((-1948 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-1035 (-564)) (-147))) (-5 *2 (-2 (|:| -3521 (-407 (-949 *5))) (|:| |coeff| (-407 (-949 *5))))) (-5 *1 (-570 *5)) (-5 *3 (-407 (-949 *5))))) (-3125 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 (-407 (-949 *6)))) (-5 *3 (-407 (-949 *6))) (-4 *6 (-13 (-556) (-1035 (-564)) (-147))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-570 *6)))) (-3657 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-407 (-949 *4))) (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-1035 (-564)) (-147))) (-5 *1 (-570 *4)))) (-1731 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-1035 (-564)) (-147))) (-5 *2 (-585 (-407 (-949 *5)))) (-5 *1 (-570 *5)) (-5 *3 (-407 (-949 *5))))))
+(-10 -7 (-15 -1731 ((-585 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -3657 ((-3 (-407 (-949 |#1|)) "failed") (-407 (-949 |#1|)) (-1170))) (-15 -3125 ((-3 (-2 (|:| |mainpart| (-407 (-949 |#1|))) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 (-949 |#1|))) (|:| |logand| (-407 (-949 |#1|))))))) "failed") (-407 (-949 |#1|)) (-1170) (-641 (-407 (-949 |#1|))))) (-15 -1948 ((-3 (-2 (|:| -3521 (-407 (-949 |#1|))) (|:| |coeff| (-407 (-949 |#1|)))) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)))))
+((-1817 (((-112) $ $) 73)) (-1615 (((-112) $) 47)) (-2820 ((|#1| $) 39)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) 77)) (-3357 (($ $) 137)) (-3210 (($ $) 117)) (-1986 ((|#1| $) 37)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3083 (($ $) NIL)) (-3330 (($ $) 139)) (-3187 (($ $) 113)) (-3384 (($ $) 141)) (-3233 (($ $) 121)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) 92)) (-2237 (((-564) $) 94)) (-3733 (((-3 $ "failed") $) 76)) (-3461 (($ |#1| |#1|) 35)) (-1569 (((-112) $) 43)) (-3714 (($) 103)) (-2949 (((-112) $) 54)) (-2915 (($ $ (-564)) NIL)) (-2607 (((-112) $) 44)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2358 (($ $) 105)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3363 (($ |#1| |#1|) 29) (($ |#1|) 34) (($ (-407 (-564))) 91)) (-1351 ((|#1| $) 36)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) 79) (($ (-641 $)) NIL)) (-1403 (((-3 $ "failed") $ $) 78)) (-4326 (($ $) 107)) (-3395 (($ $) 145)) (-3245 (($ $) 119)) (-3371 (($ $) 147)) (-3221 (($ $) 123)) (-3344 (($ $) 143)) (-3199 (($ $) 115)) (-2043 (((-112) $ |#1|) 41)) (-1831 (((-859) $) 99) (($ (-564)) 81) (($ $) NIL) (($ (-564)) 81)) (-2219 (((-768)) 101 T CONST)) (-3427 (($ $) 159)) (-3276 (($ $) 129)) (-3939 (((-112) $ $) NIL)) (-3406 (($ $) 157)) (-3254 (($ $) 125)) (-3450 (($ $) 155)) (-3302 (($ $) 135)) (-2315 (($ $) 153)) (-3316 (($ $) 133)) (-3439 (($ $) 151)) (-3287 (($ $) 131)) (-3416 (($ $) 149)) (-3265 (($ $) 127)) (-1293 (($) 30 T CONST)) (-1300 (($) 10 T CONST)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 48)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 46)) (-1808 (($ $) 52) (($ $ $) 53)) (-1797 (($ $ $) 51)) (** (($ $ (-918)) 69) (($ $ (-768)) NIL) (($ $ $) 109) (($ $ (-407 (-564))) 161)) (* (($ (-918) $) 64) (($ (-768) $) NIL) (($ (-564) $) 63) (($ $ $) 60)))
(((-571 |#1|) (-554 |#1|) (-13 (-404) (-1194))) (T -571))
NIL
(-554 |#1|)
-((-3991 (((-3 (-641 (-1166 (-564))) "failed") (-641 (-1166 (-564))) (-1166 (-564))) 27)))
-(((-572) (-10 -7 (-15 -3991 ((-3 (-641 (-1166 (-564))) "failed") (-641 (-1166 (-564))) (-1166 (-564)))))) (T -572))
-((-3991 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 (-564)))) (-5 *3 (-1166 (-564))) (-5 *1 (-572)))))
-(-10 -7 (-15 -3991 ((-3 (-641 (-1166 (-564))) "failed") (-641 (-1166 (-564))) (-1166 (-564)))))
-((-4022 (((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-1170)) 19)) (-2217 (((-641 (-610 |#2|)) (-641 |#2|) (-1170)) 23)) (-1749 (((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-641 (-610 |#2|))) 11)) (-3678 ((|#2| |#2| (-1170)) 59 (|has| |#1| (-556)))) (-3782 ((|#2| |#2| (-1170)) 87 (-12 (|has| |#2| (-284)) (|has| |#1| (-452))))) (-1294 (((-610 |#2|) (-610 |#2|) (-641 (-610 |#2|)) (-1170)) 25)) (-1909 (((-610 |#2|) (-641 (-610 |#2|))) 24)) (-4161 (((-585 |#2|) |#2| (-1170) (-1 (-585 |#2|) |#2| (-1170)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170))) 115 (-12 (|has| |#2| (-284)) (|has| |#2| (-627)) (|has| |#2| (-1035 (-1170))) (|has| |#1| (-612 (-889 (-564)))) (|has| |#1| (-452)) (|has| |#1| (-883 (-564)))))))
-(((-573 |#1| |#2|) (-10 -7 (-15 -4022 ((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-1170))) (-15 -1909 ((-610 |#2|) (-641 (-610 |#2|)))) (-15 -1294 ((-610 |#2|) (-610 |#2|) (-641 (-610 |#2|)) (-1170))) (-15 -1749 ((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-641 (-610 |#2|)))) (-15 -2217 ((-641 (-610 |#2|)) (-641 |#2|) (-1170))) (IF (|has| |#1| (-556)) (-15 -3678 (|#2| |#2| (-1170))) |%noBranch|) (IF (|has| |#1| (-452)) (IF (|has| |#2| (-284)) (PROGN (-15 -3782 (|#2| |#2| (-1170))) (IF (|has| |#1| (-612 (-889 (-564)))) (IF (|has| |#1| (-883 (-564))) (IF (|has| |#2| (-627)) (IF (|has| |#2| (-1035 (-1170))) (-15 -4161 ((-585 |#2|) |#2| (-1170) (-1 (-585 |#2|) |#2| (-1170)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-847) (-430 |#1|)) (T -573))
-((-4161 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-585 *3) *3 (-1170))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1170))) (-4 *3 (-284)) (-4 *3 (-627)) (-4 *3 (-1035 *4)) (-4 *3 (-430 *7)) (-5 *4 (-1170)) (-4 *7 (-612 (-889 (-564)))) (-4 *7 (-452)) (-4 *7 (-883 (-564))) (-4 *7 (-847)) (-5 *2 (-585 *3)) (-5 *1 (-573 *7 *3)))) (-3782 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-452)) (-4 *4 (-847)) (-5 *1 (-573 *4 *2)) (-4 *2 (-284)) (-4 *2 (-430 *4)))) (-3678 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-556)) (-4 *4 (-847)) (-5 *1 (-573 *4 *2)) (-4 *2 (-430 *4)))) (-2217 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-1170)) (-4 *6 (-430 *5)) (-4 *5 (-847)) (-5 *2 (-641 (-610 *6))) (-5 *1 (-573 *5 *6)))) (-1749 (*1 *2 *2 *2) (-12 (-5 *2 (-641 (-610 *4))) (-4 *4 (-430 *3)) (-4 *3 (-847)) (-5 *1 (-573 *3 *4)))) (-1294 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-641 (-610 *6))) (-5 *4 (-1170)) (-5 *2 (-610 *6)) (-4 *6 (-430 *5)) (-4 *5 (-847)) (-5 *1 (-573 *5 *6)))) (-1909 (*1 *2 *3) (-12 (-5 *3 (-641 (-610 *5))) (-4 *4 (-847)) (-5 *2 (-610 *5)) (-5 *1 (-573 *4 *5)) (-4 *5 (-430 *4)))) (-4022 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-610 *5))) (-5 *3 (-1170)) (-4 *5 (-430 *4)) (-4 *4 (-847)) (-5 *1 (-573 *4 *5)))))
-(-10 -7 (-15 -4022 ((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-1170))) (-15 -1909 ((-610 |#2|) (-641 (-610 |#2|)))) (-15 -1294 ((-610 |#2|) (-610 |#2|) (-641 (-610 |#2|)) (-1170))) (-15 -1749 ((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-641 (-610 |#2|)))) (-15 -2217 ((-641 (-610 |#2|)) (-641 |#2|) (-1170))) (IF (|has| |#1| (-556)) (-15 -3678 (|#2| |#2| (-1170))) |%noBranch|) (IF (|has| |#1| (-452)) (IF (|has| |#2| (-284)) (PROGN (-15 -3782 (|#2| |#2| (-1170))) (IF (|has| |#1| (-612 (-889 (-564)))) (IF (|has| |#1| (-883 (-564))) (IF (|has| |#2| (-627)) (IF (|has| |#2| (-1035 (-1170))) (-15 -4161 ((-585 |#2|) |#2| (-1170) (-1 (-585 |#2|) |#2| (-1170)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-2717 (((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-641 |#1|) "failed") (-564) |#1| |#1|)) 200)) (-3460 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-641 (-407 |#2|))) 177)) (-2257 (((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-641 (-407 |#2|))) 174)) (-1482 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 165)) (-3482 (((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 187)) (-2861 (((-3 (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-407 |#2|)) 203)) (-2279 (((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-407 |#2|)) 206)) (-1722 (((-2 (|:| |ir| (-585 (-407 |#2|))) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|)) 90)) (-1822 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 102)) (-3556 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-641 (-407 |#2|))) 181)) (-2361 (((-3 (-621 |#1| |#2|) "failed") (-621 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|)) 169)) (-1900 (((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|)) 191)) (-2245 (((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-407 |#2|)) 211)))
-(((-574 |#1| |#2|) (-10 -7 (-15 -3482 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1900 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|))) (-15 -2717 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-641 |#1|) "failed") (-564) |#1| |#1|))) (-15 -2279 ((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-407 |#2|))) (-15 -2245 ((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-407 |#2|))) (-15 -3460 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-641 (-407 |#2|)))) (-15 -3556 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-641 (-407 |#2|)))) (-15 -2861 ((-3 (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-407 |#2|))) (-15 -2257 ((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-641 (-407 |#2|)))) (-15 -1482 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -2361 ((-3 (-621 |#1| |#2|) "failed") (-621 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|))) (-15 -1722 ((-2 (|:| |ir| (-585 (-407 |#2|))) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|))) (-15 -1822 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-363) (-1235 |#1|)) (T -574))
-((-1822 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-574 *5 *3)))) (-1722 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |ir| (-585 (-407 *6))) (|:| |specpart| (-407 *6)) (|:| |polypart| *6))) (-5 *1 (-574 *5 *6)) (-5 *3 (-407 *6)))) (-2361 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-621 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3602 *4) (|:| |sol?| (-112))) (-564) *4)) (-4 *4 (-363)) (-4 *5 (-1235 *4)) (-5 *1 (-574 *4 *5)))) (-1482 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -3526 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-363)) (-5 *1 (-574 *4 *2)) (-4 *2 (-1235 *4)))) (-2257 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-641 (-407 *7))) (-4 *7 (-1235 *6)) (-5 *3 (-407 *7)) (-4 *6 (-363)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-574 *6 *7)))) (-2861 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| -3526 (-407 *6)) (|:| |coeff| (-407 *6)))) (-5 *1 (-574 *5 *6)) (-5 *3 (-407 *6)))) (-3556 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3602 *7) (|:| |sol?| (-112))) (-564) *7)) (-5 *6 (-641 (-407 *8))) (-4 *7 (-363)) (-4 *8 (-1235 *7)) (-5 *3 (-407 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-574 *7 *8)))) (-3460 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -3526 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-641 (-407 *8))) (-4 *7 (-363)) (-4 *8 (-1235 *7)) (-5 *3 (-407 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-574 *7 *8)))) (-2245 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3602 *6) (|:| |sol?| (-112))) (-564) *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-407 *7)) (|:| |a0| *6)) (-2 (|:| -3526 (-407 *7)) (|:| |coeff| (-407 *7))) "failed")) (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))) (-2279 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3526 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-407 *7)) (|:| |a0| *6)) (-2 (|:| -3526 (-407 *7)) (|:| |coeff| (-407 *7))) "failed")) (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))) (-2717 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-641 *6) "failed") (-564) *6 *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6))) (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))) (-1900 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3602 *6) (|:| |sol?| (-112))) (-564) *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6))) (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))) (-3482 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3526 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6))) (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
-(-10 -7 (-15 -3482 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1900 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|))) (-15 -2717 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-641 |#1|) "failed") (-564) |#1| |#1|))) (-15 -2279 ((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-407 |#2|))) (-15 -2245 ((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-407 |#2|))) (-15 -3460 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-641 (-407 |#2|)))) (-15 -3556 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-641 (-407 |#2|)))) (-15 -2861 ((-3 (-2 (|:| -3526 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-407 |#2|))) (-15 -2257 ((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-641 (-407 |#2|)))) (-15 -1482 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -2361 ((-3 (-621 |#1| |#2|) "failed") (-621 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3602 |#1|) (|:| |sol?| (-112))) (-564) |#1|))) (-15 -1722 ((-2 (|:| |ir| (-585 (-407 |#2|))) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|))) (-15 -1822 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
-((-1911 (((-3 |#2| "failed") |#2| (-1170) (-1170)) 10)))
-(((-575 |#1| |#2|) (-10 -7 (-15 -1911 ((-3 |#2| "failed") |#2| (-1170) (-1170)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-956) (-1133) (-29 |#1|))) (T -575))
-((-1911 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1170)) (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-575 *4 *2)) (-4 *2 (-13 (-1194) (-956) (-1133) (-29 *4))))))
-(-10 -7 (-15 -1911 ((-3 |#2| "failed") |#2| (-1170) (-1170))))
-((-3552 (((-687 (-1217)) $ (-1217)) 26)) (-2639 (((-687 (-549)) $ (-549)) 25)) (-2937 (((-768) $ (-128)) 27)) (-3885 (((-687 (-129)) $ (-129)) 24)) (-3258 (((-687 (-1217)) $) 12)) (-2164 (((-687 (-1215)) $) 8)) (-3873 (((-687 (-1214)) $) 10)) (-2295 (((-687 (-549)) $) 13)) (-2062 (((-687 (-547)) $) 9)) (-2780 (((-687 (-546)) $) 11)) (-3223 (((-768) $ (-128)) 7)) (-3177 (((-687 (-129)) $) 14)) (-3728 (($ $) 6)))
+((-2601 (((-3 (-641 (-1166 (-564))) "failed") (-641 (-1166 (-564))) (-1166 (-564))) 27)))
+(((-572) (-10 -7 (-15 -2601 ((-3 (-641 (-1166 (-564))) "failed") (-641 (-1166 (-564))) (-1166 (-564)))))) (T -572))
+((-2601 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 (-564)))) (-5 *3 (-1166 (-564))) (-5 *1 (-572)))))
+(-10 -7 (-15 -2601 ((-3 (-641 (-1166 (-564))) "failed") (-641 (-1166 (-564))) (-1166 (-564)))))
+((-1663 (((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-1170)) 19)) (-3061 (((-641 (-610 |#2|)) (-641 |#2|) (-1170)) 23)) (-3650 (((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-641 (-610 |#2|))) 11)) (-2593 ((|#2| |#2| (-1170)) 59 (|has| |#1| (-556)))) (-4216 ((|#2| |#2| (-1170)) 87 (-12 (|has| |#2| (-284)) (|has| |#1| (-452))))) (-2349 (((-610 |#2|) (-610 |#2|) (-641 (-610 |#2|)) (-1170)) 25)) (-3107 (((-610 |#2|) (-641 (-610 |#2|))) 24)) (-3669 (((-585 |#2|) |#2| (-1170) (-1 (-585 |#2|) |#2| (-1170)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170))) 115 (-12 (|has| |#2| (-284)) (|has| |#2| (-627)) (|has| |#2| (-1035 (-1170))) (|has| |#1| (-612 (-889 (-564)))) (|has| |#1| (-452)) (|has| |#1| (-883 (-564)))))))
+(((-573 |#1| |#2|) (-10 -7 (-15 -1663 ((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-1170))) (-15 -3107 ((-610 |#2|) (-641 (-610 |#2|)))) (-15 -2349 ((-610 |#2|) (-610 |#2|) (-641 (-610 |#2|)) (-1170))) (-15 -3650 ((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-641 (-610 |#2|)))) (-15 -3061 ((-641 (-610 |#2|)) (-641 |#2|) (-1170))) (IF (|has| |#1| (-556)) (-15 -2593 (|#2| |#2| (-1170))) |%noBranch|) (IF (|has| |#1| (-452)) (IF (|has| |#2| (-284)) (PROGN (-15 -4216 (|#2| |#2| (-1170))) (IF (|has| |#1| (-612 (-889 (-564)))) (IF (|has| |#1| (-883 (-564))) (IF (|has| |#2| (-627)) (IF (|has| |#2| (-1035 (-1170))) (-15 -3669 ((-585 |#2|) |#2| (-1170) (-1 (-585 |#2|) |#2| (-1170)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-847) (-430 |#1|)) (T -573))
+((-3669 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-585 *3) *3 (-1170))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1170))) (-4 *3 (-284)) (-4 *3 (-627)) (-4 *3 (-1035 *4)) (-4 *3 (-430 *7)) (-5 *4 (-1170)) (-4 *7 (-612 (-889 (-564)))) (-4 *7 (-452)) (-4 *7 (-883 (-564))) (-4 *7 (-847)) (-5 *2 (-585 *3)) (-5 *1 (-573 *7 *3)))) (-4216 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-452)) (-4 *4 (-847)) (-5 *1 (-573 *4 *2)) (-4 *2 (-284)) (-4 *2 (-430 *4)))) (-2593 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-556)) (-4 *4 (-847)) (-5 *1 (-573 *4 *2)) (-4 *2 (-430 *4)))) (-3061 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-1170)) (-4 *6 (-430 *5)) (-4 *5 (-847)) (-5 *2 (-641 (-610 *6))) (-5 *1 (-573 *5 *6)))) (-3650 (*1 *2 *2 *2) (-12 (-5 *2 (-641 (-610 *4))) (-4 *4 (-430 *3)) (-4 *3 (-847)) (-5 *1 (-573 *3 *4)))) (-2349 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-641 (-610 *6))) (-5 *4 (-1170)) (-5 *2 (-610 *6)) (-4 *6 (-430 *5)) (-4 *5 (-847)) (-5 *1 (-573 *5 *6)))) (-3107 (*1 *2 *3) (-12 (-5 *3 (-641 (-610 *5))) (-4 *4 (-847)) (-5 *2 (-610 *5)) (-5 *1 (-573 *4 *5)) (-4 *5 (-430 *4)))) (-1663 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-610 *5))) (-5 *3 (-1170)) (-4 *5 (-430 *4)) (-4 *4 (-847)) (-5 *1 (-573 *4 *5)))))
+(-10 -7 (-15 -1663 ((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-1170))) (-15 -3107 ((-610 |#2|) (-641 (-610 |#2|)))) (-15 -2349 ((-610 |#2|) (-610 |#2|) (-641 (-610 |#2|)) (-1170))) (-15 -3650 ((-641 (-610 |#2|)) (-641 (-610 |#2|)) (-641 (-610 |#2|)))) (-15 -3061 ((-641 (-610 |#2|)) (-641 |#2|) (-1170))) (IF (|has| |#1| (-556)) (-15 -2593 (|#2| |#2| (-1170))) |%noBranch|) (IF (|has| |#1| (-452)) (IF (|has| |#2| (-284)) (PROGN (-15 -4216 (|#2| |#2| (-1170))) (IF (|has| |#1| (-612 (-889 (-564)))) (IF (|has| |#1| (-883 (-564))) (IF (|has| |#2| (-627)) (IF (|has| |#2| (-1035 (-1170))) (-15 -3669 ((-585 |#2|) |#2| (-1170) (-1 (-585 |#2|) |#2| (-1170)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1170)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-4279 (((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-641 |#1|) "failed") (-564) |#1| |#1|)) 200)) (-4053 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-641 (-407 |#2|))) 177)) (-2242 (((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-641 (-407 |#2|))) 174)) (-3494 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 165)) (-4244 (((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 187)) (-3146 (((-3 (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-407 |#2|)) 203)) (-2462 (((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-407 |#2|)) 206)) (-3949 (((-2 (|:| |ir| (-585 (-407 |#2|))) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|)) 90)) (-3598 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 102)) (-3834 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-641 (-407 |#2|))) 181)) (-3948 (((-3 (-621 |#1| |#2|) "failed") (-621 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|)) 169)) (-3034 (((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|)) 191)) (-2108 (((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-407 |#2|)) 211)))
+(((-574 |#1| |#2|) (-10 -7 (-15 -4244 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -3034 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|))) (-15 -4279 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-641 |#1|) "failed") (-564) |#1| |#1|))) (-15 -2462 ((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-407 |#2|))) (-15 -2108 ((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-407 |#2|))) (-15 -4053 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-641 (-407 |#2|)))) (-15 -3834 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-641 (-407 |#2|)))) (-15 -3146 ((-3 (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-407 |#2|))) (-15 -2242 ((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-641 (-407 |#2|)))) (-15 -3494 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -3948 ((-3 (-621 |#1| |#2|) "failed") (-621 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|))) (-15 -3949 ((-2 (|:| |ir| (-585 (-407 |#2|))) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|))) (-15 -3598 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-363) (-1235 |#1|)) (T -574))
+((-3598 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-574 *5 *3)))) (-3949 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |ir| (-585 (-407 *6))) (|:| |specpart| (-407 *6)) (|:| |polypart| *6))) (-5 *1 (-574 *5 *6)) (-5 *3 (-407 *6)))) (-3948 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-621 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3777 *4) (|:| |sol?| (-112))) (-564) *4)) (-4 *4 (-363)) (-4 *5 (-1235 *4)) (-5 *1 (-574 *4 *5)))) (-3494 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -3521 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-363)) (-5 *1 (-574 *4 *2)) (-4 *2 (-1235 *4)))) (-2242 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-641 (-407 *7))) (-4 *7 (-1235 *6)) (-5 *3 (-407 *7)) (-4 *6 (-363)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-574 *6 *7)))) (-3146 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| -3521 (-407 *6)) (|:| |coeff| (-407 *6)))) (-5 *1 (-574 *5 *6)) (-5 *3 (-407 *6)))) (-3834 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3777 *7) (|:| |sol?| (-112))) (-564) *7)) (-5 *6 (-641 (-407 *8))) (-4 *7 (-363)) (-4 *8 (-1235 *7)) (-5 *3 (-407 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-574 *7 *8)))) (-4053 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -3521 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-641 (-407 *8))) (-4 *7 (-363)) (-4 *8 (-1235 *7)) (-5 *3 (-407 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-574 *7 *8)))) (-2108 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3777 *6) (|:| |sol?| (-112))) (-564) *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-407 *7)) (|:| |a0| *6)) (-2 (|:| -3521 (-407 *7)) (|:| |coeff| (-407 *7))) "failed")) (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))) (-2462 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3521 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-407 *7)) (|:| |a0| *6)) (-2 (|:| -3521 (-407 *7)) (|:| |coeff| (-407 *7))) "failed")) (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))) (-4279 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-641 *6) "failed") (-564) *6 *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6))) (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))) (-3034 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3777 *6) (|:| |sol?| (-112))) (-564) *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6))) (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))) (-4244 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3521 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6))) (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
+(-10 -7 (-15 -4244 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -3034 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|))) (-15 -4279 ((-2 (|:| |answer| (-585 (-407 |#2|))) (|:| |a0| |#1|)) (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-641 |#1|) "failed") (-564) |#1| |#1|))) (-15 -2462 ((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-407 |#2|))) (-15 -2108 ((-3 (-2 (|:| |answer| (-407 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-407 |#2|))) (-15 -4053 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-641 (-407 |#2|)))) (-15 -3834 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|))))))) (|:| |a0| |#1|)) "failed") (-407 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|) (-641 (-407 |#2|)))) (-15 -3146 ((-3 (-2 (|:| -3521 (-407 |#2|)) (|:| |coeff| (-407 |#2|))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-407 |#2|))) (-15 -2242 ((-3 (-2 (|:| |mainpart| (-407 |#2|)) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| (-407 |#2|)) (|:| |logand| (-407 |#2|)))))) "failed") (-407 |#2|) (-1 |#2| |#2|) (-641 (-407 |#2|)))) (-15 -3494 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -3948 ((-3 (-621 |#1| |#2|) "failed") (-621 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3777 |#1|) (|:| |sol?| (-112))) (-564) |#1|))) (-15 -3949 ((-2 (|:| |ir| (-585 (-407 |#2|))) (|:| |specpart| (-407 |#2|)) (|:| |polypart| |#2|)) (-407 |#2|) (-1 |#2| |#2|))) (-15 -3598 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
+((-1908 (((-3 |#2| "failed") |#2| (-1170) (-1170)) 10)))
+(((-575 |#1| |#2|) (-10 -7 (-15 -1908 ((-3 |#2| "failed") |#2| (-1170) (-1170)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-956) (-1133) (-29 |#1|))) (T -575))
+((-1908 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1170)) (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-575 *4 *2)) (-4 *2 (-13 (-1194) (-956) (-1133) (-29 *4))))))
+(-10 -7 (-15 -1908 ((-3 |#2| "failed") |#2| (-1170) (-1170))))
+((-3796 (((-687 (-1217)) $ (-1217)) 26)) (-1721 (((-687 (-549)) $ (-549)) 25)) (-1386 (((-768) $ (-128)) 27)) (-2800 (((-687 (-129)) $ (-129)) 24)) (-2721 (((-687 (-1217)) $) 12)) (-3791 (((-687 (-1215)) $) 8)) (-2678 (((-687 (-1214)) $) 10)) (-1356 (((-687 (-549)) $) 13)) (-4005 (((-687 (-547)) $) 9)) (-3687 (((-687 (-546)) $) 11)) (-3633 (((-768) $ (-128)) 7)) (-4350 (((-687 (-129)) $) 14)) (-1846 (($ $) 6)))
(((-576) (-140)) (T -576))
NIL
(-13 (-527) (-857))
(((-173) . T) ((-527) . T) ((-857) . T))
-((-3552 (((-687 (-1217)) $ (-1217)) NIL)) (-2639 (((-687 (-549)) $ (-549)) NIL)) (-2937 (((-768) $ (-128)) NIL)) (-3885 (((-687 (-129)) $ (-129)) NIL)) (-3258 (((-687 (-1217)) $) NIL)) (-2164 (((-687 (-1215)) $) NIL)) (-3873 (((-687 (-1214)) $) NIL)) (-2295 (((-687 (-549)) $) NIL)) (-2062 (((-687 (-547)) $) NIL)) (-2780 (((-687 (-546)) $) NIL)) (-3223 (((-768) $ (-128)) NIL)) (-3177 (((-687 (-129)) $) NIL)) (-1767 (((-112) $) NIL)) (-3953 (($ (-388)) 14) (($ (-1152)) 16)) (-1721 (((-859) $) NIL)) (-3728 (($ $) NIL)))
-(((-577) (-13 (-576) (-611 (-859)) (-10 -8 (-15 -3953 ($ (-388))) (-15 -3953 ($ (-1152))) (-15 -1767 ((-112) $))))) (T -577))
-((-3953 (*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-577)))) (-3953 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-577)))) (-1767 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-577)))))
-(-13 (-576) (-611 (-859)) (-10 -8 (-15 -3953 ($ (-388))) (-15 -3953 ($ (-1152))) (-15 -1767 ((-112) $))))
-((-1709 (((-112) $ $) NIL)) (-2976 (($) 7 T CONST)) (-2811 (((-1152) $) NIL)) (-2219 (($) 6 T CONST)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 14)) (-3224 (($) 8 T CONST)) (-2853 (((-112) $ $) 10)))
-(((-578) (-13 (-1094) (-10 -8 (-15 -2219 ($) -1367) (-15 -2976 ($) -1367) (-15 -3224 ($) -1367)))) (T -578))
-((-2219 (*1 *1) (-5 *1 (-578))) (-2976 (*1 *1) (-5 *1 (-578))) (-3224 (*1 *1) (-5 *1 (-578))))
-(-13 (-1094) (-10 -8 (-15 -2219 ($) -1367) (-15 -2976 ($) -1367) (-15 -3224 ($) -1367)))
-((-1709 (((-112) $ $) NIL)) (-3371 (((-687 $) (-491)) 21)) (-2811 (((-1152) $) NIL)) (-3557 (($ (-1152)) 14)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 34)) (-3933 (((-213 4 (-129)) $) 24)) (-2853 (((-112) $ $) 26)))
-(((-579) (-13 (-1094) (-10 -8 (-15 -3557 ($ (-1152))) (-15 -3933 ((-213 4 (-129)) $)) (-15 -3371 ((-687 $) (-491)))))) (T -579))
-((-3557 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-579)))) (-3933 (*1 *2 *1) (-12 (-5 *2 (-213 4 (-129))) (-5 *1 (-579)))) (-3371 (*1 *2 *3) (-12 (-5 *3 (-491)) (-5 *2 (-687 (-579))) (-5 *1 (-579)))))
-(-13 (-1094) (-10 -8 (-15 -3557 ($ (-1152))) (-15 -3933 ((-213 4 (-129)) $)) (-15 -3371 ((-687 $) (-491)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4029 (($ $ (-564)) 77)) (-1817 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-2722 (($ (-1166 (-564)) (-564)) 83)) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) 68)) (-1546 (($ $) 43)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2887 (((-768) $) 16)) (-3282 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4347 (((-564)) 37)) (-2650 (((-564) $) 41)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3450 (($ $ (-564)) 24)) (-2628 (((-3 $ "failed") $ $) 73)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) 17)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 74)) (-4291 (((-1150 (-564)) $) 19)) (-4072 (($ $) 26)) (-1721 (((-859) $) 103) (($ (-564)) 63) (($ $) NIL)) (-1303 (((-768)) 15 T CONST)) (-1720 (((-112) $ $) NIL)) (-4124 (((-564) $ (-564)) 46)) (-2885 (($) 44 T CONST)) (-2898 (($) 21 T CONST)) (-2853 (((-112) $ $) 54)) (-2970 (($ $) 62) (($ $ $) 48)) (-2956 (($ $ $) 61)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 64) (($ $ $) 65)))
+((-3796 (((-687 (-1217)) $ (-1217)) NIL)) (-1721 (((-687 (-549)) $ (-549)) NIL)) (-1386 (((-768) $ (-128)) NIL)) (-2800 (((-687 (-129)) $ (-129)) NIL)) (-2721 (((-687 (-1217)) $) NIL)) (-3791 (((-687 (-1215)) $) NIL)) (-2678 (((-687 (-1214)) $) NIL)) (-1356 (((-687 (-549)) $) NIL)) (-4005 (((-687 (-547)) $) NIL)) (-3687 (((-687 (-546)) $) NIL)) (-3633 (((-768) $ (-128)) NIL)) (-4350 (((-687 (-129)) $) NIL)) (-4310 (((-112) $) NIL)) (-2206 (($ (-388)) 14) (($ (-1152)) 16)) (-1831 (((-859) $) NIL)) (-1846 (($ $) NIL)))
+(((-577) (-13 (-576) (-611 (-859)) (-10 -8 (-15 -2206 ($ (-388))) (-15 -2206 ($ (-1152))) (-15 -4310 ((-112) $))))) (T -577))
+((-2206 (*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-577)))) (-2206 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-577)))) (-4310 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-577)))))
+(-13 (-576) (-611 (-859)) (-10 -8 (-15 -2206 ($ (-388))) (-15 -2206 ($ (-1152))) (-15 -4310 ((-112) $))))
+((-1817 (((-112) $ $) NIL)) (-1478 (($) 7 T CONST)) (-2723 (((-1152) $) NIL)) (-3763 (($) 6 T CONST)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 14)) (-3647 (($) 8 T CONST)) (-1702 (((-112) $ $) 10)))
+(((-578) (-13 (-1094) (-10 -8 (-15 -3763 ($) -1809) (-15 -1478 ($) -1809) (-15 -3647 ($) -1809)))) (T -578))
+((-3763 (*1 *1) (-5 *1 (-578))) (-1478 (*1 *1) (-5 *1 (-578))) (-3647 (*1 *1) (-5 *1 (-578))))
+(-13 (-1094) (-10 -8 (-15 -3763 ($) -1809) (-15 -1478 ($) -1809) (-15 -3647 ($) -1809)))
+((-1817 (((-112) $ $) NIL)) (-3547 (((-687 $) (-491)) 21)) (-2723 (((-1152) $) NIL)) (-2617 (($ (-1152)) 14)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 34)) (-2019 (((-213 4 (-129)) $) 24)) (-1702 (((-112) $ $) 26)))
+(((-579) (-13 (-1094) (-10 -8 (-15 -2617 ($ (-1152))) (-15 -2019 ((-213 4 (-129)) $)) (-15 -3547 ((-687 $) (-491)))))) (T -579))
+((-2617 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-579)))) (-2019 (*1 *2 *1) (-12 (-5 *2 (-213 4 (-129))) (-5 *1 (-579)))) (-3547 (*1 *2 *3) (-12 (-5 *3 (-491)) (-5 *2 (-687 (-579))) (-5 *1 (-579)))))
+(-13 (-1094) (-10 -8 (-15 -2617 ($ (-1152))) (-15 -2019 ((-213 4 (-129)) $)) (-15 -3547 ((-687 $) (-491)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3083 (($ $ (-564)) 77)) (-3554 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-4317 (($ (-1166 (-564)) (-564)) 83)) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) 68)) (-2905 (($ $) 43)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-2155 (((-768) $) 16)) (-2949 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1691 (((-564)) 37)) (-1822 (((-564) $) 41)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3951 (($ $ (-564)) 24)) (-1403 (((-3 $ "failed") $ $) 73)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) 17)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 74)) (-2422 (((-1150 (-564)) $) 19)) (-4037 (($ $) 26)) (-1831 (((-859) $) 103) (($ (-564)) 63) (($ $) NIL)) (-2219 (((-768)) 15 T CONST)) (-3939 (((-112) $ $) NIL)) (-2508 (((-564) $ (-564)) 46)) (-1293 (($) 44 T CONST)) (-1300 (($) 21 T CONST)) (-1702 (((-112) $ $) 54)) (-1808 (($ $) 62) (($ $ $) 48)) (-1797 (($ $ $) 61)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 64) (($ $ $) 65)))
(((-580 |#1| |#2|) (-866 |#1|) (-564) (-112)) (T -580))
NIL
(-866 |#1|)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 30)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 (($ $ (-918)) NIL (|has| $ (-368))) (($ $) NIL)) (-3754 (((-1182 (-918) (-768)) (-564)) 59)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 $ "failed") $) 98)) (-3437 (($ $) 97)) (-3222 (($ (-1259 $)) 96)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) 56)) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) 44)) (-3746 (($) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) 61)) (-2398 (((-112) $) NIL)) (-3195 (($ $) NIL) (($ $ (-768)) NIL)) (-2941 (((-112) $) NIL)) (-2887 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3282 (((-112) $) NIL)) (-3489 (($) 49 (|has| $ (-368)))) (-1621 (((-112) $) NIL (|has| $ (-368)))) (-2471 (($ $ (-918)) NIL (|has| $ (-368))) (($ $) NIL)) (-1516 (((-3 $ "failed") $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 $) $ (-918)) NIL (|has| $ (-368))) (((-1166 $) $) 107)) (-2981 (((-918) $) 67)) (-4163 (((-1166 $) $) NIL (|has| $ (-368)))) (-1369 (((-3 (-1166 $) "failed") $ $) NIL (|has| $ (-368))) (((-1166 $) $) NIL (|has| $ (-368)))) (-1649 (($ $ (-1166 $)) NIL (|has| $ (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL T CONST)) (-1359 (($ (-918)) 60)) (-2350 (((-112) $) 90)) (-4382 (((-1114) $) NIL)) (-2739 (($) 28 (|has| $ (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) 54)) (-4020 (((-418 $) $) NIL)) (-2374 (((-918)) 89) (((-830 (-918))) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-3 (-768) "failed") $ $) NIL) (((-768) $) NIL)) (-1358 (((-134)) NIL)) (-1795 (($ $ (-768)) NIL) (($ $) NIL)) (-4341 (((-918) $) 88) (((-830 (-918)) $) NIL)) (-3290 (((-1166 $)) 105)) (-2117 (($) 66)) (-3311 (($) 50 (|has| $ (-368)))) (-3057 (((-685 $) (-1259 $)) NIL) (((-1259 $) $) 94)) (-2153 (((-564) $) 40)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) 42) (($ $) NIL) (($ (-407 (-564))) NIL)) (-2684 (((-3 $ "failed") $) NIL) (($ $) 108)) (-1303 (((-768)) 51 T CONST)) (-2745 (((-1259 $) (-918)) 100) (((-1259 $)) 99)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) 31 T CONST)) (-2898 (($) 27 T CONST)) (-2362 (($ $ (-768)) NIL (|has| $ (-368))) (($ $) NIL (|has| $ (-368)))) (-3256 (($ $ (-768)) NIL) (($ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 34)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 84) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 30)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 (($ $ (-918)) NIL (|has| $ (-368))) (($ $) NIL)) (-3967 (((-1182 (-918) (-768)) (-564)) 59)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 $ "failed") $) 98)) (-2237 (($ $) 97)) (-3624 (($ (-1259 $)) 96)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) 56)) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) 44)) (-2900 (($) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) 61)) (-4282 (((-112) $) NIL)) (-3340 (($ $) NIL) (($ $ (-768)) NIL)) (-1420 (((-112) $) NIL)) (-2155 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-2949 (((-112) $) NIL)) (-4311 (($) 49 (|has| $ (-368)))) (-2370 (((-112) $) NIL (|has| $ (-368)))) (-3797 (($ $ (-918)) NIL (|has| $ (-368))) (($ $) NIL)) (-2619 (((-3 $ "failed") $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 $) $ (-918)) NIL (|has| $ (-368))) (((-1166 $) $) 107)) (-1811 (((-918) $) 67)) (-3696 (((-1166 $) $) NIL (|has| $ (-368)))) (-2402 (((-3 (-1166 $) "failed") $ $) NIL (|has| $ (-368))) (((-1166 $) $) NIL (|has| $ (-368)))) (-1372 (($ $ (-1166 $)) NIL (|has| $ (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL T CONST)) (-1468 (($ (-918)) 60)) (-1927 (((-112) $) 90)) (-2780 (((-1114) $) NIL)) (-1426 (($) 28 (|has| $ (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) 54)) (-3070 (((-418 $) $) NIL)) (-4085 (((-918)) 89) (((-830 (-918))) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-3 (-768) "failed") $ $) NIL) (((-768) $) NIL)) (-3548 (((-134)) NIL)) (-3534 (($ $ (-768)) NIL) (($ $) NIL)) (-1619 (((-918) $) 88) (((-830 (-918)) $) NIL)) (-3019 (((-1166 $)) 105)) (-3297 (($) 66)) (-1974 (($) 50 (|has| $ (-368)))) (-2467 (((-685 $) (-1259 $)) NIL) (((-1259 $) $) 94)) (-2511 (((-564) $) 40)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) 42) (($ $) NIL) (($ (-407 (-564))) NIL)) (-4018 (((-3 $ "failed") $) NIL) (($ $) 108)) (-2219 (((-768)) 51 T CONST)) (-3331 (((-1259 $) (-918)) 100) (((-1259 $)) 99)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) 31 T CONST)) (-1300 (($) 27 T CONST)) (-3962 (($ $ (-768)) NIL (|has| $ (-368))) (($ $) NIL (|has| $ (-368)))) (-3435 (($ $ (-768)) NIL) (($ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 34)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 84) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
(((-581 |#1|) (-13 (-349) (-329 $) (-612 (-564))) (-918)) (T -581))
NIL
(-13 (-349) (-329 $) (-612 (-564)))
-((-2952 (((-1264) (-1152)) 10)))
-(((-582) (-10 -7 (-15 -2952 ((-1264) (-1152))))) (T -582))
-((-2952 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-582)))))
-(-10 -7 (-15 -2952 ((-1264) (-1152))))
-((-2045 (((-585 |#2|) (-585 |#2|)) 41)) (-3310 (((-641 |#2|) (-585 |#2|)) 43)) (-3343 ((|#2| (-585 |#2|)) 49)))
-(((-583 |#1| |#2|) (-10 -7 (-15 -2045 ((-585 |#2|) (-585 |#2|))) (-15 -3310 ((-641 |#2|) (-585 |#2|))) (-15 -3343 (|#2| (-585 |#2|)))) (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))) (-13 (-29 |#1|) (-1194))) (T -583))
-((-3343 (*1 *2 *3) (-12 (-5 *3 (-585 *2)) (-4 *2 (-13 (-29 *4) (-1194))) (-5 *1 (-583 *4 *2)) (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))))) (-3310 (*1 *2 *3) (-12 (-5 *3 (-585 *5)) (-4 *5 (-13 (-29 *4) (-1194))) (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *2 (-641 *5)) (-5 *1 (-583 *4 *5)))) (-2045 (*1 *2 *2) (-12 (-5 *2 (-585 *4)) (-4 *4 (-13 (-29 *3) (-1194))) (-4 *3 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *1 (-583 *3 *4)))))
-(-10 -7 (-15 -2045 ((-585 |#2|) (-585 |#2|))) (-15 -3310 ((-641 |#2|) (-585 |#2|))) (-15 -3343 (|#2| (-585 |#2|))))
-((-2110 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11) (((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed")) 35) (((-585 |#2|) (-1 |#2| |#1|) (-585 |#1|)) 30)))
-(((-584 |#1| |#2|) (-10 -7 (-15 -2110 ((-585 |#2|) (-1 |#2| |#1|) (-585 |#1|))) (-15 -2110 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2110 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2110 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-363) (-363)) (T -584))
-((-2110 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-363)) (-4 *6 (-363)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-584 *5 *6)))) (-2110 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-363)) (-4 *2 (-363)) (-5 *1 (-584 *5 *2)))) (-2110 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -3526 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-363)) (-4 *6 (-363)) (-5 *2 (-2 (|:| -3526 *6) (|:| |coeff| *6))) (-5 *1 (-584 *5 *6)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-585 *5)) (-4 *5 (-363)) (-4 *6 (-363)) (-5 *2 (-585 *6)) (-5 *1 (-584 *5 *6)))))
-(-10 -7 (-15 -2110 ((-585 |#2|) (-1 |#2| |#1|) (-585 |#1|))) (-15 -2110 ((-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3526 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2110 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2110 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) 76)) (-3437 ((|#1| $) NIL)) (-3526 ((|#1| $) 30)) (-3026 (((-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 32)) (-2641 (($ |#1| (-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) (-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 28)) (-4144 (((-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) $) 31)) (-2811 (((-1152) $) NIL)) (-2863 (($ |#1| |#1|) 38) (($ |#1| (-1170)) 49 (|has| |#1| (-1035 (-1170))))) (-4382 (((-1114) $) NIL)) (-3507 (((-112) $) 35)) (-1795 ((|#1| $ (-1 |#1| |#1|)) 88) ((|#1| $ (-1170)) 89 (|has| |#1| (-897 (-1170))))) (-1721 (((-859) $) 112) (($ |#1|) 29)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) 17) (($ $ $) NIL)) (-2956 (($ $ $) 85)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 16) (($ (-407 (-564)) $) 41) (($ $ (-407 (-564))) NIL)))
-(((-585 |#1|) (-13 (-714 (-407 (-564))) (-1035 |#1|) (-10 -8 (-15 -2641 ($ |#1| (-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) (-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3526 (|#1| $)) (-15 -4144 ((-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) $)) (-15 -3026 ((-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3507 ((-112) $)) (-15 -2863 ($ |#1| |#1|)) (-15 -1795 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-897 (-1170))) (-15 -1795 (|#1| $ (-1170))) |%noBranch|) (IF (|has| |#1| (-1035 (-1170))) (-15 -2863 ($ |#1| (-1170))) |%noBranch|))) (-363)) (T -585))
-((-2641 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 *2)) (|:| |logand| (-1166 *2))))) (-5 *4 (-641 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-363)) (-5 *1 (-585 *2)))) (-3526 (*1 *2 *1) (-12 (-5 *1 (-585 *2)) (-4 *2 (-363)))) (-4144 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 *3)) (|:| |logand| (-1166 *3))))) (-5 *1 (-585 *3)) (-4 *3 (-363)))) (-3026 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-585 *3)) (-4 *3 (-363)))) (-3507 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-585 *3)) (-4 *3 (-363)))) (-2863 (*1 *1 *2 *2) (-12 (-5 *1 (-585 *2)) (-4 *2 (-363)))) (-1795 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-585 *2)) (-4 *2 (-363)))) (-1795 (*1 *2 *1 *3) (-12 (-4 *2 (-363)) (-4 *2 (-897 *3)) (-5 *1 (-585 *2)) (-5 *3 (-1170)))) (-2863 (*1 *1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *1 (-585 *2)) (-4 *2 (-1035 *3)) (-4 *2 (-363)))))
-(-13 (-714 (-407 (-564))) (-1035 |#1|) (-10 -8 (-15 -2641 ($ |#1| (-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) (-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3526 (|#1| $)) (-15 -4144 ((-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) $)) (-15 -3026 ((-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3507 ((-112) $)) (-15 -2863 ($ |#1| |#1|)) (-15 -1795 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-897 (-1170))) (-15 -1795 (|#1| $ (-1170))) |%noBranch|) (IF (|has| |#1| (-1035 (-1170))) (-15 -2863 ($ |#1| (-1170))) |%noBranch|)))
-((-3848 (((-112) |#1|) 16)) (-4313 (((-3 |#1| "failed") |#1|) 14)) (-2135 (((-2 (|:| -1540 |#1|) (|:| -2954 (-768))) |#1|) 38) (((-3 |#1| "failed") |#1| (-768)) 18)) (-3550 (((-112) |#1| (-768)) 19)) (-3021 ((|#1| |#1|) 42)) (-3137 ((|#1| |#1| (-768)) 45)))
-(((-586 |#1|) (-10 -7 (-15 -3550 ((-112) |#1| (-768))) (-15 -2135 ((-3 |#1| "failed") |#1| (-768))) (-15 -2135 ((-2 (|:| -1540 |#1|) (|:| -2954 (-768))) |#1|)) (-15 -3137 (|#1| |#1| (-768))) (-15 -3848 ((-112) |#1|)) (-15 -4313 ((-3 |#1| "failed") |#1|)) (-15 -3021 (|#1| |#1|))) (-545)) (T -586))
-((-3021 (*1 *2 *2) (-12 (-5 *1 (-586 *2)) (-4 *2 (-545)))) (-4313 (*1 *2 *2) (|partial| -12 (-5 *1 (-586 *2)) (-4 *2 (-545)))) (-3848 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-586 *3)) (-4 *3 (-545)))) (-3137 (*1 *2 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-586 *2)) (-4 *2 (-545)))) (-2135 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -1540 *3) (|:| -2954 (-768)))) (-5 *1 (-586 *3)) (-4 *3 (-545)))) (-2135 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-768)) (-5 *1 (-586 *2)) (-4 *2 (-545)))) (-3550 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-5 *2 (-112)) (-5 *1 (-586 *3)) (-4 *3 (-545)))))
-(-10 -7 (-15 -3550 ((-112) |#1| (-768))) (-15 -2135 ((-3 |#1| "failed") |#1| (-768))) (-15 -2135 ((-2 (|:| -1540 |#1|) (|:| -2954 (-768))) |#1|)) (-15 -3137 (|#1| |#1| (-768))) (-15 -3848 ((-112) |#1|)) (-15 -4313 ((-3 |#1| "failed") |#1|)) (-15 -3021 (|#1| |#1|)))
-((-3295 (((-1166 |#1|) (-918)) 43)))
-(((-587 |#1|) (-10 -7 (-15 -3295 ((-1166 |#1|) (-918)))) (-349)) (T -587))
-((-3295 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-587 *4)) (-4 *4 (-349)))))
-(-10 -7 (-15 -3295 ((-1166 |#1|) (-918))))
-((-2045 (((-585 (-407 (-949 |#1|))) (-585 (-407 (-949 |#1|)))) 27)) (-2052 (((-3 (-316 |#1|) (-641 (-316 |#1|))) (-407 (-949 |#1|)) (-1170)) 34 (|has| |#1| (-147)))) (-3310 (((-641 (-316 |#1|)) (-585 (-407 (-949 |#1|)))) 19)) (-3193 (((-316 |#1|) (-407 (-949 |#1|)) (-1170)) 32 (|has| |#1| (-147)))) (-3343 (((-316 |#1|) (-585 (-407 (-949 |#1|)))) 21)))
-(((-588 |#1|) (-10 -7 (-15 -2045 ((-585 (-407 (-949 |#1|))) (-585 (-407 (-949 |#1|))))) (-15 -3310 ((-641 (-316 |#1|)) (-585 (-407 (-949 |#1|))))) (-15 -3343 ((-316 |#1|) (-585 (-407 (-949 |#1|))))) (IF (|has| |#1| (-147)) (PROGN (-15 -2052 ((-3 (-316 |#1|) (-641 (-316 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -3193 ((-316 |#1|) (-407 (-949 |#1|)) (-1170)))) |%noBranch|)) (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (T -588))
-((-3193 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-147)) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *2 (-316 *5)) (-5 *1 (-588 *5)))) (-2052 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-147)) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *2 (-3 (-316 *5) (-641 (-316 *5)))) (-5 *1 (-588 *5)))) (-3343 (*1 *2 *3) (-12 (-5 *3 (-585 (-407 (-949 *4)))) (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *2 (-316 *4)) (-5 *1 (-588 *4)))) (-3310 (*1 *2 *3) (-12 (-5 *3 (-585 (-407 (-949 *4)))) (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *2 (-641 (-316 *4))) (-5 *1 (-588 *4)))) (-2045 (*1 *2 *2) (-12 (-5 *2 (-585 (-407 (-949 *3)))) (-4 *3 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *1 (-588 *3)))))
-(-10 -7 (-15 -2045 ((-585 (-407 (-949 |#1|))) (-585 (-407 (-949 |#1|))))) (-15 -3310 ((-641 (-316 |#1|)) (-585 (-407 (-949 |#1|))))) (-15 -3343 ((-316 |#1|) (-585 (-407 (-949 |#1|))))) (IF (|has| |#1| (-147)) (PROGN (-15 -2052 ((-3 (-316 |#1|) (-641 (-316 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -3193 ((-316 |#1|) (-407 (-949 |#1|)) (-1170)))) |%noBranch|))
-((-1874 (((-641 (-685 (-564))) (-641 (-564)) (-641 (-902 (-564)))) 74) (((-641 (-685 (-564))) (-641 (-564))) 75) (((-685 (-564)) (-641 (-564)) (-902 (-564))) 68)) (-3738 (((-768) (-641 (-564))) 65)))
-(((-589) (-10 -7 (-15 -3738 ((-768) (-641 (-564)))) (-15 -1874 ((-685 (-564)) (-641 (-564)) (-902 (-564)))) (-15 -1874 ((-641 (-685 (-564))) (-641 (-564)))) (-15 -1874 ((-641 (-685 (-564))) (-641 (-564)) (-641 (-902 (-564))))))) (T -589))
-((-1874 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-564))) (-5 *4 (-641 (-902 (-564)))) (-5 *2 (-641 (-685 (-564)))) (-5 *1 (-589)))) (-1874 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-641 (-685 (-564)))) (-5 *1 (-589)))) (-1874 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-564))) (-5 *4 (-902 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-589)))) (-3738 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-768)) (-5 *1 (-589)))))
-(-10 -7 (-15 -3738 ((-768) (-641 (-564)))) (-15 -1874 ((-685 (-564)) (-641 (-564)) (-902 (-564)))) (-15 -1874 ((-641 (-685 (-564))) (-641 (-564)))) (-15 -1874 ((-641 (-685 (-564))) (-641 (-564)) (-641 (-902 (-564))))))
-((-3575 (((-641 |#5|) |#5| (-112)) 99)) (-4114 (((-112) |#5| (-641 |#5|)) 34)))
-(((-590 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3575 ((-641 |#5|) |#5| (-112))) (-15 -4114 ((-112) |#5| (-641 |#5|)))) (-13 (-307) (-147)) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|)) (T -590))
-((-4114 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-1103 *5 *6 *7 *8)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-590 *5 *6 *7 *8 *3)))) (-3575 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-641 *3)) (-5 *1 (-590 *5 *6 *7 *8 *3)) (-4 *3 (-1103 *5 *6 *7 *8)))))
-(-10 -7 (-15 -3575 ((-641 |#5|) |#5| (-112))) (-15 -4114 ((-112) |#5| (-641 |#5|))))
-((-1709 (((-112) $ $) NIL)) (-4240 (((-1129) $) 11)) (-4230 (((-1129) $) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-591) (-13 (-1077) (-10 -8 (-15 -4230 ((-1129) $)) (-15 -4240 ((-1129) $))))) (T -591))
-((-4230 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-591)))) (-4240 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-591)))))
-(-13 (-1077) (-10 -8 (-15 -4230 ((-1129) $)) (-15 -4240 ((-1129) $))))
-((-1709 (((-112) $ $) NIL (|has| (-144) (-1094)))) (-4152 (($ $) 38)) (-4235 (($ $) NIL)) (-3099 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-3742 (((-112) $ $) 66)) (-3717 (((-112) $ $ (-564)) 60)) (-2045 (((-641 $) $ (-144)) 74) (((-641 $) $ (-141)) 75)) (-2912 (((-112) (-1 (-112) (-144) (-144)) $) NIL) (((-112) $) NIL (|has| (-144) (-847)))) (-1331 (($ (-1 (-112) (-144) (-144)) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| (-144) (-847))))) (-3699 (($ (-1 (-112) (-144) (-144)) $) NIL) (($ $) NIL (|has| (-144) (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 (((-144) $ (-564) (-144)) 57 (|has| $ (-6 -4413))) (((-144) $ (-1226 (-564)) (-144)) NIL (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3948 (($ $ (-144)) 79) (($ $ (-141)) 80)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1566 (($ $ (-1226 (-564)) $) 56)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3813 (($ (-144) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094)))) (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4412))) (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4412)))) (-1452 (((-144) $ (-564) (-144)) NIL (|has| $ (-6 -4413)))) (-1379 (((-144) $ (-564)) NIL)) (-3766 (((-112) $ $) 93)) (-1317 (((-564) (-1 (-112) (-144)) $) NIL) (((-564) (-144) $) NIL (|has| (-144) (-1094))) (((-564) (-144) $ (-564)) 63 (|has| (-144) (-1094))) (((-564) $ $ (-564)) 61) (((-564) (-141) $ (-564)) 65)) (-1597 (((-641 (-144)) $) NIL (|has| $ (-6 -4412)))) (-1585 (($ (-768) (-144)) 9)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) 32 (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| (-144) (-847)))) (-2057 (($ (-1 (-112) (-144) (-144)) $ $) NIL) (($ $ $) NIL (|has| (-144) (-847)))) (-4317 (((-641 (-144)) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3825 (((-564) $) 47 (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| (-144) (-847)))) (-3187 (((-112) $ $ (-144)) 94)) (-2465 (((-768) $ $ (-144)) 91)) (-1439 (($ (-1 (-144) (-144)) $) 37 (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-144) (-144)) $) NIL) (($ (-1 (-144) (-144) (-144)) $ $) NIL)) (-1638 (($ $) 41)) (-3702 (($ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-3960 (($ $ (-144)) 76) (($ $ (-141)) 77)) (-2811 (((-1152) $) 43 (|has| (-144) (-1094)))) (-3476 (($ (-144) $ (-564)) NIL) (($ $ $ (-564)) 27)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-564) $) 90) (((-1114) $) NIL (|has| (-144) (-1094)))) (-1897 (((-144) $) NIL (|has| (-564) (-847)))) (-2061 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-1759 (($ $ (-144)) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-144)))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-294 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-641 (-144)) (-641 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3111 (((-641 (-144)) $) NIL)) (-4102 (((-112) $) 15)) (-3456 (($) 10)) (-2961 (((-144) $ (-564) (-144)) NIL) (((-144) $ (-564)) 67) (($ $ (-1226 (-564))) 25) (($ $ $) NIL)) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-1292 (((-768) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412))) (((-768) (-144) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-1494 (($ $ $ (-564)) 82 (|has| $ (-6 -4413)))) (-1892 (($ $) 20)) (-2153 (((-536) $) NIL (|has| (-144) (-612 (-536))))) (-1732 (($ (-641 (-144))) NIL)) (-2834 (($ $ (-144)) NIL) (($ (-144) $) NIL) (($ $ $) 19) (($ (-641 $)) 83)) (-1721 (($ (-144)) NIL) (((-859) $) 31 (|has| (-144) (-611 (-859))))) (-2666 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| (-144) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-144) (-847)))) (-2853 (((-112) $ $) 17 (|has| (-144) (-1094)))) (-2908 (((-112) $ $) NIL (|has| (-144) (-847)))) (-2880 (((-112) $ $) 18 (|has| (-144) (-847)))) (-3435 (((-768) $) 16 (|has| $ (-6 -4412)))))
-(((-592 |#1|) (-13 (-1138) (-10 -8 (-15 -4382 ((-564) $)))) (-564)) (T -592))
-((-4382 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-592 *3)) (-14 *3 *2))))
-(-13 (-1138) (-10 -8 (-15 -4382 ((-564) $))))
-((-2290 (((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2|) 23) (((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2| (-1088 |#4|)) 32)))
-(((-593 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2290 ((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2| (-1088 |#4|))) (-15 -2290 ((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2|))) (-790) (-847) (-556) (-946 |#3| |#1| |#2|)) (T -593))
-((-2290 (*1 *2 *3 *4) (-12 (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-556)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-564)))) (-5 *1 (-593 *5 *4 *6 *3)) (-4 *3 (-946 *6 *5 *4)))) (-2290 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1088 *3)) (-4 *3 (-946 *7 *6 *4)) (-4 *6 (-790)) (-4 *4 (-847)) (-4 *7 (-556)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-564)))) (-5 *1 (-593 *6 *4 *7 *3)))))
-(-10 -7 (-15 -2290 ((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2| (-1088 |#4|))) (-15 -2290 ((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 71)) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-3183 (($ $ (-564)) 57) (($ $ (-564) (-564)) 58)) (-1747 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) 64)) (-2267 (($ $) 107)) (-2071 (((-3 $ "failed") $ $) NIL)) (-3858 (((-859) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) (-1023 (-840 (-564))) (-1170) |#1| (-407 (-564))) 240)) (-2729 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) 36)) (-1692 (($) NIL T CONST)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2214 (((-112) $) NIL)) (-2887 (((-564) $) 62) (((-564) $ (-564)) 63)) (-3282 (((-112) $) NIL)) (-4282 (($ $ (-918)) 83)) (-2308 (($ (-1 |#1| (-564)) $) 80)) (-1924 (((-112) $) 26)) (-4132 (($ |#1| (-564)) 22) (($ $ (-1076) (-564)) NIL) (($ $ (-641 (-1076)) (-641 (-564))) NIL)) (-2110 (($ (-1 |#1| |#1|) $) 75)) (-3237 (($ (-1023 (-840 (-564))) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) 13)) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-2052 (($ $) 160 (|has| |#1| (-38 (-407 (-564)))))) (-4007 (((-3 $ "failed") $ $ (-112)) 106)) (-3443 (($ $ $) 114)) (-4382 (((-1114) $) NIL)) (-3843 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) 15)) (-3687 (((-1023 (-840 (-564))) $) 14)) (-3450 (($ $ (-564)) 47)) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3227 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-564)))))) (-2961 ((|#1| $ (-564)) 61) (($ $ $) NIL (|has| (-564) (-1106)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-564) |#1|)))) (($ $) 77 (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (-4341 (((-564) $) NIL)) (-4072 (($ $) 48)) (-1721 (((-859) $) NIL) (($ (-564)) 29) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556))) (($ |#1|) 28 (|has| |#1| (-172)))) (-1346 ((|#1| $ (-564)) 60)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) 39 T CONST)) (-1526 ((|#1| $) NIL)) (-2101 (($ $) 198 (|has| |#1| (-38 (-407 (-564)))))) (-2033 (($ $) 168 (|has| |#1| (-38 (-407 (-564)))))) (-2730 (($ $) 202 (|has| |#1| (-38 (-407 (-564)))))) (-2711 (($ $) 173 (|has| |#1| (-38 (-407 (-564)))))) (-2582 (($ $) 201 (|has| |#1| (-38 (-407 (-564)))))) (-4000 (($ $) 172 (|has| |#1| (-38 (-407 (-564)))))) (-4274 (($ $ (-407 (-564))) 176 (|has| |#1| (-38 (-407 (-564)))))) (-2099 (($ $ |#1|) 156 (|has| |#1| (-38 (-407 (-564)))))) (-2148 (($ $) 204 (|has| |#1| (-38 (-407 (-564)))))) (-1751 (($ $) 159 (|has| |#1| (-38 (-407 (-564)))))) (-2547 (($ $) 203 (|has| |#1| (-38 (-407 (-564)))))) (-2902 (($ $) 174 (|has| |#1| (-38 (-407 (-564)))))) (-2187 (($ $) 199 (|has| |#1| (-38 (-407 (-564)))))) (-3798 (($ $) 170 (|has| |#1| (-38 (-407 (-564)))))) (-1748 (($ $) 200 (|has| |#1| (-38 (-407 (-564)))))) (-3023 (($ $) 171 (|has| |#1| (-38 (-407 (-564)))))) (-3484 (($ $) 209 (|has| |#1| (-38 (-407 (-564)))))) (-3768 (($ $) 185 (|has| |#1| (-38 (-407 (-564)))))) (-3955 (($ $) 206 (|has| |#1| (-38 (-407 (-564)))))) (-3690 (($ $) 180 (|has| |#1| (-38 (-407 (-564)))))) (-4253 (($ $) 213 (|has| |#1| (-38 (-407 (-564)))))) (-1599 (($ $) 189 (|has| |#1| (-38 (-407 (-564)))))) (-3940 (($ $) 215 (|has| |#1| (-38 (-407 (-564)))))) (-2565 (($ $) 191 (|has| |#1| (-38 (-407 (-564)))))) (-4338 (($ $) 211 (|has| |#1| (-38 (-407 (-564)))))) (-3739 (($ $) 187 (|has| |#1| (-38 (-407 (-564)))))) (-2172 (($ $) 208 (|has| |#1| (-38 (-407 (-564)))))) (-1361 (($ $) 183 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-4124 ((|#1| $ (-564)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2885 (($) 30 T CONST)) (-2898 (($) 40 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-564) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (-2853 (((-112) $ $) 73)) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) 90) (($ $ $) 72)) (-2956 (($ $ $) 87)) (** (($ $ (-918)) NIL) (($ $ (-768)) 109)) (* (($ (-918) $) 97) (($ (-768) $) 95) (($ (-564) $) 92) (($ $ $) 103) (($ $ |#1|) NIL) (($ |#1| $) 121) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-594 |#1|) (-13 (-1237 |#1| (-564)) (-10 -8 (-15 -3237 ($ (-1023 (-840 (-564))) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))))) (-15 -3687 ((-1023 (-840 (-564))) $)) (-15 -3843 ((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $)) (-15 -2729 ($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))))) (-15 -1924 ((-112) $)) (-15 -2308 ($ (-1 |#1| (-564)) $)) (-15 -4007 ((-3 $ "failed") $ $ (-112))) (-15 -2267 ($ $)) (-15 -3443 ($ $ $)) (-15 -3858 ((-859) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) (-1023 (-840 (-564))) (-1170) |#1| (-407 (-564)))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ($ $)) (-15 -2099 ($ $ |#1|)) (-15 -4274 ($ $ (-407 (-564)))) (-15 -1751 ($ $)) (-15 -2148 ($ $)) (-15 -2711 ($ $)) (-15 -3023 ($ $)) (-15 -2033 ($ $)) (-15 -3798 ($ $)) (-15 -4000 ($ $)) (-15 -2902 ($ $)) (-15 -3690 ($ $)) (-15 -1361 ($ $)) (-15 -3768 ($ $)) (-15 -3739 ($ $)) (-15 -1599 ($ $)) (-15 -2565 ($ $)) (-15 -2730 ($ $)) (-15 -1748 ($ $)) (-15 -2101 ($ $)) (-15 -2187 ($ $)) (-15 -2582 ($ $)) (-15 -2547 ($ $)) (-15 -3955 ($ $)) (-15 -2172 ($ $)) (-15 -3484 ($ $)) (-15 -4338 ($ $)) (-15 -4253 ($ $)) (-15 -3940 ($ $))) |%noBranch|))) (-1046)) (T -594))
-((-1924 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-594 *3)) (-4 *3 (-1046)))) (-3237 (*1 *1 *2 *3) (-12 (-5 *2 (-1023 (-840 (-564)))) (-5 *3 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *4)))) (-4 *4 (-1046)) (-5 *1 (-594 *4)))) (-3687 (*1 *2 *1) (-12 (-5 *2 (-1023 (-840 (-564)))) (-5 *1 (-594 *3)) (-4 *3 (-1046)))) (-3843 (*1 *2 *1) (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3)))) (-5 *1 (-594 *3)) (-4 *3 (-1046)))) (-2729 (*1 *1 *2) (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3)))) (-4 *3 (-1046)) (-5 *1 (-594 *3)))) (-2308 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-564))) (-4 *3 (-1046)) (-5 *1 (-594 *3)))) (-4007 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-594 *3)) (-4 *3 (-1046)))) (-2267 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1046)))) (-3443 (*1 *1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1046)))) (-3858 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *6)))) (-5 *4 (-1023 (-840 (-564)))) (-5 *5 (-1170)) (-5 *7 (-407 (-564))) (-4 *6 (-1046)) (-5 *2 (-859)) (-5 *1 (-594 *6)))) (-2052 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2099 (*1 *1 *1 *2) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4274 (*1 *1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-594 *3)) (-4 *3 (-38 *2)) (-4 *3 (-1046)))) (-1751 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2148 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2711 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-3023 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2033 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-3798 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4000 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2902 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-3690 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-1361 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-3768 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-3739 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-1599 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2565 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2730 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-1748 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2101 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2187 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2582 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2547 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-3955 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2172 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-3484 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4338 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4253 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-3940 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(-13 (-1237 |#1| (-564)) (-10 -8 (-15 -3237 ($ (-1023 (-840 (-564))) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))))) (-15 -3687 ((-1023 (-840 (-564))) $)) (-15 -3843 ((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $)) (-15 -2729 ($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))))) (-15 -1924 ((-112) $)) (-15 -2308 ($ (-1 |#1| (-564)) $)) (-15 -4007 ((-3 $ "failed") $ $ (-112))) (-15 -2267 ($ $)) (-15 -3443 ($ $ $)) (-15 -3858 ((-859) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) (-1023 (-840 (-564))) (-1170) |#1| (-407 (-564)))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ($ $)) (-15 -2099 ($ $ |#1|)) (-15 -4274 ($ $ (-407 (-564)))) (-15 -1751 ($ $)) (-15 -2148 ($ $)) (-15 -2711 ($ $)) (-15 -3023 ($ $)) (-15 -2033 ($ $)) (-15 -3798 ($ $)) (-15 -4000 ($ $)) (-15 -2902 ($ $)) (-15 -3690 ($ $)) (-15 -1361 ($ $)) (-15 -3768 ($ $)) (-15 -3739 ($ $)) (-15 -1599 ($ $)) (-15 -2565 ($ $)) (-15 -2730 ($ $)) (-15 -1748 ($ $)) (-15 -2101 ($ $)) (-15 -2187 ($ $)) (-15 -2582 ($ $)) (-15 -2547 ($ $)) (-15 -3955 ($ $)) (-15 -2172 ($ $)) (-15 -3484 ($ $)) (-15 -4338 ($ $)) (-15 -4253 ($ $)) (-15 -3940 ($ $))) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2729 (($ (-1150 |#1|)) 9)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) 48)) (-2214 (((-112) $) 58)) (-2887 (((-768) $) 63) (((-768) $ (-768)) 62)) (-3282 (((-112) $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2628 (((-3 $ "failed") $ $) 50 (|has| |#1| (-556)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL (|has| |#1| (-556)))) (-2415 (((-1150 |#1|) $) 29)) (-1303 (((-768)) 57 T CONST)) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2885 (($) 10 T CONST)) (-2898 (($) 14 T CONST)) (-2853 (((-112) $ $) 28)) (-2970 (($ $) 36) (($ $ $) 16)) (-2956 (($ $ $) 31)) (** (($ $ (-918)) NIL) (($ $ (-768)) 55)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 40) (($ $ $) 34) (($ |#1| $) 43) (($ $ |#1|) 44) (($ $ (-564)) 42)))
-(((-595 |#1|) (-13 (-1046) (-10 -8 (-15 -2415 ((-1150 |#1|) $)) (-15 -2729 ($ (-1150 |#1|))) (-15 -2214 ((-112) $)) (-15 -2887 ((-768) $)) (-15 -2887 ((-768) $ (-768))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-564))) (IF (|has| |#1| (-556)) (-6 (-556)) |%noBranch|))) (-1046)) (T -595))
-((-2415 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-595 *3)) (-4 *3 (-1046)))) (-2729 (*1 *1 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-595 *3)))) (-2214 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-595 *3)) (-4 *3 (-1046)))) (-2887 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-595 *3)) (-4 *3 (-1046)))) (-2887 (*1 *2 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-595 *3)) (-4 *3 (-1046)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1046)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1046)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-595 *3)) (-4 *3 (-1046)))))
-(-13 (-1046) (-10 -8 (-15 -2415 ((-1150 |#1|) $)) (-15 -2729 ($ (-1150 |#1|))) (-15 -2214 ((-112) $)) (-15 -2887 ((-768) $)) (-15 -2887 ((-768) $ (-768))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-564))) (IF (|has| |#1| (-556)) (-6 (-556)) |%noBranch|)))
-((-2110 (((-599 |#2|) (-1 |#2| |#1|) (-599 |#1|)) 15)))
-(((-596 |#1| |#2|) (-10 -7 (-15 -2110 ((-599 |#2|) (-1 |#2| |#1|) (-599 |#1|)))) (-1209) (-1209)) (T -596))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-599 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-599 *6)) (-5 *1 (-596 *5 *6)))))
-(-10 -7 (-15 -2110 ((-599 |#2|) (-1 |#2| |#1|) (-599 |#1|))))
-((-2110 (((-1150 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-1150 |#2|)) 20) (((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-599 |#2|)) 19) (((-599 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-599 |#2|)) 18)))
-(((-597 |#1| |#2| |#3|) (-10 -7 (-15 -2110 ((-599 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-599 |#2|))) (-15 -2110 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-599 |#2|))) (-15 -2110 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-1150 |#2|)))) (-1209) (-1209) (-1209)) (T -597))
-((-2110 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-599 *6)) (-5 *5 (-1150 *7)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-4 *8 (-1209)) (-5 *2 (-1150 *8)) (-5 *1 (-597 *6 *7 *8)))) (-2110 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1150 *6)) (-5 *5 (-599 *7)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-4 *8 (-1209)) (-5 *2 (-1150 *8)) (-5 *1 (-597 *6 *7 *8)))) (-2110 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-599 *6)) (-5 *5 (-599 *7)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-4 *8 (-1209)) (-5 *2 (-599 *8)) (-5 *1 (-597 *6 *7 *8)))))
-(-10 -7 (-15 -2110 ((-599 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-599 |#2|))) (-15 -2110 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-599 |#2|))) (-15 -2110 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-1150 |#2|))))
-((-3869 ((|#3| |#3| (-641 (-610 |#3|)) (-641 (-1170))) 57)) (-3670 (((-169 |#2|) |#3|) 123)) (-3954 ((|#3| (-169 |#2|)) 46)) (-4193 ((|#2| |#3|) 21)) (-1792 ((|#3| |#2|) 35)))
-(((-598 |#1| |#2| |#3|) (-10 -7 (-15 -3954 (|#3| (-169 |#2|))) (-15 -4193 (|#2| |#3|)) (-15 -1792 (|#3| |#2|)) (-15 -3670 ((-169 |#2|) |#3|)) (-15 -3869 (|#3| |#3| (-641 (-610 |#3|)) (-641 (-1170))))) (-13 (-556) (-847)) (-13 (-430 |#1|) (-999) (-1194)) (-13 (-430 (-169 |#1|)) (-999) (-1194))) (T -598))
-((-3869 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-641 (-610 *2))) (-5 *4 (-641 (-1170))) (-4 *2 (-13 (-430 (-169 *5)) (-999) (-1194))) (-4 *5 (-13 (-556) (-847))) (-5 *1 (-598 *5 *6 *2)) (-4 *6 (-13 (-430 *5) (-999) (-1194))))) (-3670 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847))) (-5 *2 (-169 *5)) (-5 *1 (-598 *4 *5 *3)) (-4 *5 (-13 (-430 *4) (-999) (-1194))) (-4 *3 (-13 (-430 (-169 *4)) (-999) (-1194))))) (-1792 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847))) (-4 *2 (-13 (-430 (-169 *4)) (-999) (-1194))) (-5 *1 (-598 *4 *3 *2)) (-4 *3 (-13 (-430 *4) (-999) (-1194))))) (-4193 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847))) (-4 *2 (-13 (-430 *4) (-999) (-1194))) (-5 *1 (-598 *4 *2 *3)) (-4 *3 (-13 (-430 (-169 *4)) (-999) (-1194))))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-169 *5)) (-4 *5 (-13 (-430 *4) (-999) (-1194))) (-4 *4 (-13 (-556) (-847))) (-4 *2 (-13 (-430 (-169 *4)) (-999) (-1194))) (-5 *1 (-598 *4 *5 *2)))))
-(-10 -7 (-15 -3954 (|#3| (-169 |#2|))) (-15 -4193 (|#2| |#3|)) (-15 -1792 (|#3| |#2|)) (-15 -3670 ((-169 |#2|) |#3|)) (-15 -3869 (|#3| |#3| (-641 (-610 |#3|)) (-641 (-1170)))))
-((-3346 (($ (-1 (-112) |#1|) $) 17)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3275 (($ (-1 |#1| |#1|) |#1|) 9)) (-3320 (($ (-1 (-112) |#1|) $) 13)) (-3332 (($ (-1 (-112) |#1|) $) 15)) (-1732 (((-1150 |#1|) $) 18)) (-1721 (((-859) $) NIL)))
-(((-599 |#1|) (-13 (-611 (-859)) (-10 -8 (-15 -2110 ($ (-1 |#1| |#1|) $)) (-15 -3320 ($ (-1 (-112) |#1|) $)) (-15 -3332 ($ (-1 (-112) |#1|) $)) (-15 -3346 ($ (-1 (-112) |#1|) $)) (-15 -3275 ($ (-1 |#1| |#1|) |#1|)) (-15 -1732 ((-1150 |#1|) $)))) (-1209)) (T -599))
-((-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3)))) (-3320 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3)))) (-3332 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3)))) (-3346 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3)))) (-3275 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3)))) (-1732 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-599 *3)) (-4 *3 (-1209)))))
-(-13 (-611 (-859)) (-10 -8 (-15 -2110 ($ (-1 |#1| |#1|) $)) (-15 -3320 ($ (-1 (-112) |#1|) $)) (-15 -3332 ($ (-1 (-112) |#1|) $)) (-15 -3346 ($ (-1 (-112) |#1|) $)) (-15 -3275 ($ (-1 |#1| |#1|) |#1|)) (-15 -1732 ((-1150 |#1|) $))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1356 (($ (-768)) NIL (|has| |#1| (-23)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) NIL)) (-1317 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-2144 (((-685 |#1|) $ $) NIL (|has| |#1| (-1046)))) (-1585 (($ (-768) |#1|) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3633 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-3715 (((-112) $ (-768)) NIL)) (-2088 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1897 ((|#1| $) NIL (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2848 ((|#1| $ $) NIL (|has| |#1| (-1046)))) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-3163 (($ $ $) NIL (|has| |#1| (-1046)))) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) NIL)) (-2834 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2970 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2956 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-564) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-723))) (($ $ |#1|) NIL (|has| |#1| (-723)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1538 (((-1264) (-1152)) 10)))
+(((-582) (-10 -7 (-15 -1538 ((-1264) (-1152))))) (T -582))
+((-1538 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-582)))))
+(-10 -7 (-15 -1538 ((-1264) (-1152))))
+((-3838 (((-585 |#2|) (-585 |#2|)) 41)) (-3723 (((-641 |#2|) (-585 |#2|)) 43)) (-2284 ((|#2| (-585 |#2|)) 49)))
+(((-583 |#1| |#2|) (-10 -7 (-15 -3838 ((-585 |#2|) (-585 |#2|))) (-15 -3723 ((-641 |#2|) (-585 |#2|))) (-15 -2284 (|#2| (-585 |#2|)))) (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))) (-13 (-29 |#1|) (-1194))) (T -583))
+((-2284 (*1 *2 *3) (-12 (-5 *3 (-585 *2)) (-4 *2 (-13 (-29 *4) (-1194))) (-5 *1 (-583 *4 *2)) (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))))) (-3723 (*1 *2 *3) (-12 (-5 *3 (-585 *5)) (-4 *5 (-13 (-29 *4) (-1194))) (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *2 (-641 *5)) (-5 *1 (-583 *4 *5)))) (-3838 (*1 *2 *2) (-12 (-5 *2 (-585 *4)) (-4 *4 (-13 (-29 *3) (-1194))) (-4 *3 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *1 (-583 *3 *4)))))
+(-10 -7 (-15 -3838 ((-585 |#2|) (-585 |#2|))) (-15 -3723 ((-641 |#2|) (-585 |#2|))) (-15 -2284 (|#2| (-585 |#2|))))
+((-2449 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11) (((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed")) 35) (((-585 |#2|) (-1 |#2| |#1|) (-585 |#1|)) 30)))
+(((-584 |#1| |#2|) (-10 -7 (-15 -2449 ((-585 |#2|) (-1 |#2| |#1|) (-585 |#1|))) (-15 -2449 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2449 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2449 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-363) (-363)) (T -584))
+((-2449 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-363)) (-4 *6 (-363)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-584 *5 *6)))) (-2449 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-363)) (-4 *2 (-363)) (-5 *1 (-584 *5 *2)))) (-2449 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -3521 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-363)) (-4 *6 (-363)) (-5 *2 (-2 (|:| -3521 *6) (|:| |coeff| *6))) (-5 *1 (-584 *5 *6)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-585 *5)) (-4 *5 (-363)) (-4 *6 (-363)) (-5 *2 (-585 *6)) (-5 *1 (-584 *5 *6)))))
+(-10 -7 (-15 -2449 ((-585 |#2|) (-1 |#2| |#1|) (-585 |#1|))) (-15 -2449 ((-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3521 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2449 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2449 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) 76)) (-2237 ((|#1| $) NIL)) (-3521 ((|#1| $) 30)) (-2147 (((-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 32)) (-1733 (($ |#1| (-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) (-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 28)) (-3493 (((-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) $) 31)) (-2723 (((-1152) $) NIL)) (-3165 (($ |#1| |#1|) 38) (($ |#1| (-1170)) 49 (|has| |#1| (-1035 (-1170))))) (-2780 (((-1114) $) NIL)) (-3307 (((-112) $) 35)) (-3534 ((|#1| $ (-1 |#1| |#1|)) 88) ((|#1| $ (-1170)) 89 (|has| |#1| (-897 (-1170))))) (-1831 (((-859) $) 112) (($ |#1|) 29)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) 17) (($ $ $) NIL)) (-1797 (($ $ $) 85)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 16) (($ (-407 (-564)) $) 41) (($ $ (-407 (-564))) NIL)))
+(((-585 |#1|) (-13 (-714 (-407 (-564))) (-1035 |#1|) (-10 -8 (-15 -1733 ($ |#1| (-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) (-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3521 (|#1| $)) (-15 -3493 ((-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) $)) (-15 -2147 ((-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3307 ((-112) $)) (-15 -3165 ($ |#1| |#1|)) (-15 -3534 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-897 (-1170))) (-15 -3534 (|#1| $ (-1170))) |%noBranch|) (IF (|has| |#1| (-1035 (-1170))) (-15 -3165 ($ |#1| (-1170))) |%noBranch|))) (-363)) (T -585))
+((-1733 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 *2)) (|:| |logand| (-1166 *2))))) (-5 *4 (-641 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-363)) (-5 *1 (-585 *2)))) (-3521 (*1 *2 *1) (-12 (-5 *1 (-585 *2)) (-4 *2 (-363)))) (-3493 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 *3)) (|:| |logand| (-1166 *3))))) (-5 *1 (-585 *3)) (-4 *3 (-363)))) (-2147 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-585 *3)) (-4 *3 (-363)))) (-3307 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-585 *3)) (-4 *3 (-363)))) (-3165 (*1 *1 *2 *2) (-12 (-5 *1 (-585 *2)) (-4 *2 (-363)))) (-3534 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-585 *2)) (-4 *2 (-363)))) (-3534 (*1 *2 *1 *3) (-12 (-4 *2 (-363)) (-4 *2 (-897 *3)) (-5 *1 (-585 *2)) (-5 *3 (-1170)))) (-3165 (*1 *1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *1 (-585 *2)) (-4 *2 (-1035 *3)) (-4 *2 (-363)))))
+(-13 (-714 (-407 (-564))) (-1035 |#1|) (-10 -8 (-15 -1733 ($ |#1| (-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) (-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3521 (|#1| $)) (-15 -3493 ((-641 (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 |#1|)) (|:| |logand| (-1166 |#1|)))) $)) (-15 -2147 ((-641 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3307 ((-112) $)) (-15 -3165 ($ |#1| |#1|)) (-15 -3534 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-897 (-1170))) (-15 -3534 (|#1| $ (-1170))) |%noBranch|) (IF (|has| |#1| (-1035 (-1170))) (-15 -3165 ($ |#1| (-1170))) |%noBranch|)))
+((-3648 (((-112) |#1|) 16)) (-2618 (((-3 |#1| "failed") |#1|) 14)) (-3517 (((-2 (|:| -3655 |#1|) (|:| -1558 (-768))) |#1|) 38) (((-3 |#1| "failed") |#1| (-768)) 18)) (-3781 (((-112) |#1| (-768)) 19)) (-2091 ((|#1| |#1|) 42)) (-3985 ((|#1| |#1| (-768)) 45)))
+(((-586 |#1|) (-10 -7 (-15 -3781 ((-112) |#1| (-768))) (-15 -3517 ((-3 |#1| "failed") |#1| (-768))) (-15 -3517 ((-2 (|:| -3655 |#1|) (|:| -1558 (-768))) |#1|)) (-15 -3985 (|#1| |#1| (-768))) (-15 -3648 ((-112) |#1|)) (-15 -2618 ((-3 |#1| "failed") |#1|)) (-15 -2091 (|#1| |#1|))) (-545)) (T -586))
+((-2091 (*1 *2 *2) (-12 (-5 *1 (-586 *2)) (-4 *2 (-545)))) (-2618 (*1 *2 *2) (|partial| -12 (-5 *1 (-586 *2)) (-4 *2 (-545)))) (-3648 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-586 *3)) (-4 *3 (-545)))) (-3985 (*1 *2 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-586 *2)) (-4 *2 (-545)))) (-3517 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3655 *3) (|:| -1558 (-768)))) (-5 *1 (-586 *3)) (-4 *3 (-545)))) (-3517 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-768)) (-5 *1 (-586 *2)) (-4 *2 (-545)))) (-3781 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-5 *2 (-112)) (-5 *1 (-586 *3)) (-4 *3 (-545)))))
+(-10 -7 (-15 -3781 ((-112) |#1| (-768))) (-15 -3517 ((-3 |#1| "failed") |#1| (-768))) (-15 -3517 ((-2 (|:| -3655 |#1|) (|:| -1558 (-768))) |#1|)) (-15 -3985 (|#1| |#1| (-768))) (-15 -3648 ((-112) |#1|)) (-15 -2618 ((-3 |#1| "failed") |#1|)) (-15 -2091 (|#1| |#1|)))
+((-3072 (((-1166 |#1|) (-918)) 43)))
+(((-587 |#1|) (-10 -7 (-15 -3072 ((-1166 |#1|) (-918)))) (-349)) (T -587))
+((-3072 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-587 *4)) (-4 *4 (-349)))))
+(-10 -7 (-15 -3072 ((-1166 |#1|) (-918))))
+((-3838 (((-585 (-407 (-949 |#1|))) (-585 (-407 (-949 |#1|)))) 27)) (-3907 (((-3 (-316 |#1|) (-641 (-316 |#1|))) (-407 (-949 |#1|)) (-1170)) 34 (|has| |#1| (-147)))) (-3723 (((-641 (-316 |#1|)) (-585 (-407 (-949 |#1|)))) 19)) (-3312 (((-316 |#1|) (-407 (-949 |#1|)) (-1170)) 32 (|has| |#1| (-147)))) (-2284 (((-316 |#1|) (-585 (-407 (-949 |#1|)))) 21)))
+(((-588 |#1|) (-10 -7 (-15 -3838 ((-585 (-407 (-949 |#1|))) (-585 (-407 (-949 |#1|))))) (-15 -3723 ((-641 (-316 |#1|)) (-585 (-407 (-949 |#1|))))) (-15 -2284 ((-316 |#1|) (-585 (-407 (-949 |#1|))))) (IF (|has| |#1| (-147)) (PROGN (-15 -3907 ((-3 (-316 |#1|) (-641 (-316 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -3312 ((-316 |#1|) (-407 (-949 |#1|)) (-1170)))) |%noBranch|)) (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (T -588))
+((-3312 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-147)) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *2 (-316 *5)) (-5 *1 (-588 *5)))) (-3907 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-147)) (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *2 (-3 (-316 *5) (-641 (-316 *5)))) (-5 *1 (-588 *5)))) (-2284 (*1 *2 *3) (-12 (-5 *3 (-585 (-407 (-949 *4)))) (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *2 (-316 *4)) (-5 *1 (-588 *4)))) (-3723 (*1 *2 *3) (-12 (-5 *3 (-585 (-407 (-949 *4)))) (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *2 (-641 (-316 *4))) (-5 *1 (-588 *4)))) (-3838 (*1 *2 *2) (-12 (-5 *2 (-585 (-407 (-949 *3)))) (-4 *3 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564)))) (-5 *1 (-588 *3)))))
+(-10 -7 (-15 -3838 ((-585 (-407 (-949 |#1|))) (-585 (-407 (-949 |#1|))))) (-15 -3723 ((-641 (-316 |#1|)) (-585 (-407 (-949 |#1|))))) (-15 -2284 ((-316 |#1|) (-585 (-407 (-949 |#1|))))) (IF (|has| |#1| (-147)) (PROGN (-15 -3907 ((-3 (-316 |#1|) (-641 (-316 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -3312 ((-316 |#1|) (-407 (-949 |#1|)) (-1170)))) |%noBranch|))
+((-2810 (((-641 (-685 (-564))) (-641 (-564)) (-641 (-902 (-564)))) 74) (((-641 (-685 (-564))) (-641 (-564))) 75) (((-685 (-564)) (-641 (-564)) (-902 (-564))) 68)) (-1933 (((-768) (-641 (-564))) 65)))
+(((-589) (-10 -7 (-15 -1933 ((-768) (-641 (-564)))) (-15 -2810 ((-685 (-564)) (-641 (-564)) (-902 (-564)))) (-15 -2810 ((-641 (-685 (-564))) (-641 (-564)))) (-15 -2810 ((-641 (-685 (-564))) (-641 (-564)) (-641 (-902 (-564))))))) (T -589))
+((-2810 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-564))) (-5 *4 (-641 (-902 (-564)))) (-5 *2 (-641 (-685 (-564)))) (-5 *1 (-589)))) (-2810 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-641 (-685 (-564)))) (-5 *1 (-589)))) (-2810 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-564))) (-5 *4 (-902 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-589)))) (-1933 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-768)) (-5 *1 (-589)))))
+(-10 -7 (-15 -1933 ((-768) (-641 (-564)))) (-15 -2810 ((-685 (-564)) (-641 (-564)) (-902 (-564)))) (-15 -2810 ((-641 (-685 (-564))) (-641 (-564)))) (-15 -2810 ((-641 (-685 (-564))) (-641 (-564)) (-641 (-902 (-564))))))
+((-2803 (((-641 |#5|) |#5| (-112)) 99)) (-1292 (((-112) |#5| (-641 |#5|)) 34)))
+(((-590 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2803 ((-641 |#5|) |#5| (-112))) (-15 -1292 ((-112) |#5| (-641 |#5|)))) (-13 (-307) (-147)) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|)) (T -590))
+((-1292 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-1103 *5 *6 *7 *8)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-590 *5 *6 *7 *8 *3)))) (-2803 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-641 *3)) (-5 *1 (-590 *5 *6 *7 *8 *3)) (-4 *3 (-1103 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2803 ((-641 |#5|) |#5| (-112))) (-15 -1292 ((-112) |#5| (-641 |#5|))))
+((-1817 (((-112) $ $) NIL)) (-4383 (((-1129) $) 11)) (-4372 (((-1129) $) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-591) (-13 (-1077) (-10 -8 (-15 -4372 ((-1129) $)) (-15 -4383 ((-1129) $))))) (T -591))
+((-4372 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-591)))) (-4383 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-591)))))
+(-13 (-1077) (-10 -8 (-15 -4372 ((-1129) $)) (-15 -4383 ((-1129) $))))
+((-1817 (((-112) $ $) NIL (|has| (-144) (-1094)))) (-3579 (($ $) 38)) (-3129 (($ $) NIL)) (-1655 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-1620 (((-112) $ $) 66)) (-1596 (((-112) $ $ (-564)) 60)) (-3838 (((-641 $) $ (-144)) 74) (((-641 $) $ (-141)) 75)) (-2386 (((-112) (-1 (-112) (-144) (-144)) $) NIL) (((-112) $) NIL (|has| (-144) (-847)))) (-2573 (($ (-1 (-112) (-144) (-144)) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| (-144) (-847))))) (-2861 (($ (-1 (-112) (-144) (-144)) $) NIL) (($ $) NIL (|has| (-144) (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 (((-144) $ (-564) (-144)) 57 (|has| $ (-6 -4407))) (((-144) $ (-1226 (-564)) (-144)) NIL (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4082 (($ $ (-144)) 79) (($ $ (-141)) 80)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-1880 (($ $ (-1226 (-564)) $) 56)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-2576 (($ (-144) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094)))) (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4406))) (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4406)))) (-2261 (((-144) $ (-564) (-144)) NIL (|has| $ (-6 -4407)))) (-2190 (((-144) $ (-564)) NIL)) (-1647 (((-112) $ $) 93)) (-3360 (((-564) (-1 (-112) (-144)) $) NIL) (((-564) (-144) $) NIL (|has| (-144) (-1094))) (((-564) (-144) $ (-564)) 63 (|has| (-144) (-1094))) (((-564) $ $ (-564)) 61) (((-564) (-141) $ (-564)) 65)) (-1433 (((-641 (-144)) $) NIL (|has| $ (-6 -4406)))) (-3654 (($ (-768) (-144)) 9)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) 32 (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| (-144) (-847)))) (-3956 (($ (-1 (-112) (-144) (-144)) $ $) NIL) (($ $ $) NIL (|has| (-144) (-847)))) (-2640 (((-641 (-144)) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-3440 (((-564) $) 47 (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| (-144) (-847)))) (-3373 (((-112) $ $ (-144)) 94)) (-3343 (((-768) $ $ (-144)) 91)) (-2250 (($ (-1 (-144) (-144)) $) 37 (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-144) (-144)) $) NIL) (($ (-1 (-144) (-144) (-144)) $ $) NIL)) (-1309 (($ $) 41)) (-1573 (($ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-4093 (($ $ (-144)) 76) (($ $ (-141)) 77)) (-2723 (((-1152) $) 43 (|has| (-144) (-1094)))) (-3652 (($ (-144) $ (-564)) NIL) (($ $ $ (-564)) 27)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-564) $) 90) (((-1114) $) NIL (|has| (-144) (-1094)))) (-3303 (((-144) $) NIL (|has| (-564) (-847)))) (-3995 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-4253 (($ $ (-144)) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-144)))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-294 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-641 (-144)) (-641 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-1794 (((-641 (-144)) $) NIL)) (-4284 (((-112) $) 15)) (-4012 (($) 10)) (-1350 (((-144) $ (-564) (-144)) NIL) (((-144) $ (-564)) 67) (($ $ (-1226 (-564))) 25) (($ $ $) NIL)) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2791 (((-768) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406))) (((-768) (-144) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-3623 (($ $ $ (-564)) 82 (|has| $ (-6 -4407)))) (-1991 (($ $) 20)) (-2511 (((-536) $) NIL (|has| (-144) (-612 (-536))))) (-1842 (($ (-641 (-144))) NIL)) (-3043 (($ $ (-144)) NIL) (($ (-144) $) NIL) (($ $ $) 19) (($ (-641 $)) 83)) (-1831 (($ (-144)) NIL) (((-859) $) 31 (|has| (-144) (-611 (-859))))) (-1963 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| (-144) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-144) (-847)))) (-1702 (((-112) $ $) 17 (|has| (-144) (-1094)))) (-1749 (((-112) $ $) NIL (|has| (-144) (-847)))) (-1723 (((-112) $ $) 18 (|has| (-144) (-847)))) (-2828 (((-768) $) 16 (|has| $ (-6 -4406)))))
+(((-592 |#1|) (-13 (-1138) (-10 -8 (-15 -2780 ((-564) $)))) (-564)) (T -592))
+((-2780 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-592 *3)) (-14 *3 *2))))
+(-13 (-1138) (-10 -8 (-15 -2780 ((-564) $))))
+((-3837 (((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2|) 23) (((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2| (-1088 |#4|)) 32)))
+(((-593 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3837 ((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2| (-1088 |#4|))) (-15 -3837 ((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2|))) (-790) (-847) (-556) (-946 |#3| |#1| |#2|)) (T -593))
+((-3837 (*1 *2 *3 *4) (-12 (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-556)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-564)))) (-5 *1 (-593 *5 *4 *6 *3)) (-4 *3 (-946 *6 *5 *4)))) (-3837 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1088 *3)) (-4 *3 (-946 *7 *6 *4)) (-4 *6 (-790)) (-4 *4 (-847)) (-4 *7 (-556)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-564)))) (-5 *1 (-593 *6 *4 *7 *3)))))
+(-10 -7 (-15 -3837 ((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2| (-1088 |#4|))) (-15 -3837 ((-2 (|:| |num| |#4|) (|:| |den| (-564))) |#4| |#2|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 71)) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-3220 (($ $ (-564)) 57) (($ $ (-564) (-564)) 58)) (-4163 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) 64)) (-2350 (($ $) 107)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3765 (((-859) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) (-1023 (-840 (-564))) (-1170) |#1| (-407 (-564))) 240)) (-1881 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) 36)) (-1778 (($) NIL T CONST)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3030 (((-112) $) NIL)) (-2155 (((-564) $) 62) (((-564) $ (-564)) 63)) (-2949 (((-112) $) NIL)) (-2325 (($ $ (-918)) 83)) (-1477 (($ (-1 |#1| (-564)) $) 80)) (-2003 (((-112) $) 26)) (-3186 (($ |#1| (-564)) 22) (($ $ (-1076) (-564)) NIL) (($ $ (-641 (-1076)) (-641 (-564))) NIL)) (-2449 (($ (-1 |#1| |#1|) $) 75)) (-3764 (($ (-1023 (-840 (-564))) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) 13)) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-3907 (($ $) 160 (|has| |#1| (-38 (-407 (-564)))))) (-1503 (((-3 $ "failed") $ $ (-112)) 106)) (-3891 (($ $ $) 114)) (-2780 (((-1114) $) NIL)) (-3616 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) 15)) (-1422 (((-1023 (-840 (-564))) $) 14)) (-3951 (($ $ (-564)) 47)) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2633 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-564)))))) (-1350 ((|#1| $ (-564)) 61) (($ $ $) NIL (|has| (-564) (-1106)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-564) |#1|)))) (($ $) 77 (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (-1619 (((-564) $) NIL)) (-4037 (($ $) 48)) (-1831 (((-859) $) NIL) (($ (-564)) 29) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556))) (($ |#1|) 28 (|has| |#1| (-172)))) (-2742 ((|#1| $ (-564)) 60)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) 39 T CONST)) (-2513 ((|#1| $) NIL)) (-4340 (($ $) 198 (|has| |#1| (-38 (-407 (-564)))))) (-1833 (($ $) 168 (|has| |#1| (-38 (-407 (-564)))))) (-4359 (($ $) 202 (|has| |#1| (-38 (-407 (-564)))))) (-4241 (($ $) 173 (|has| |#1| (-38 (-407 (-564)))))) (-2406 (($ $) 201 (|has| |#1| (-38 (-407 (-564)))))) (-1419 (($ $) 172 (|has| |#1| (-38 (-407 (-564)))))) (-2260 (($ $ (-407 (-564))) 176 (|has| |#1| (-38 (-407 (-564)))))) (-4322 (($ $ |#1|) 156 (|has| |#1| (-38 (-407 (-564)))))) (-3651 (($ $) 204 (|has| |#1| (-38 (-407 (-564)))))) (-4191 (($ $) 159 (|has| |#1| (-38 (-407 (-564)))))) (-2052 (($ $) 203 (|has| |#1| (-38 (-407 (-564)))))) (-2285 (($ $) 174 (|has| |#1| (-38 (-407 (-564)))))) (-2787 (($ $) 199 (|has| |#1| (-38 (-407 (-564)))))) (-4343 (($ $) 170 (|has| |#1| (-38 (-407 (-564)))))) (-4172 (($ $) 200 (|has| |#1| (-38 (-407 (-564)))))) (-2115 (($ $) 171 (|has| |#1| (-38 (-407 (-564)))))) (-4266 (($ $) 209 (|has| |#1| (-38 (-407 (-564)))))) (-4091 (($ $) 185 (|has| |#1| (-38 (-407 (-564)))))) (-2230 (($ $) 206 (|has| |#1| (-38 (-407 (-564)))))) (-1459 (($ $) 180 (|has| |#1| (-38 (-407 (-564)))))) (-2065 (($ $) 213 (|has| |#1| (-38 (-407 (-564)))))) (-2161 (($ $) 189 (|has| |#1| (-38 (-407 (-564)))))) (-2089 (($ $) 215 (|has| |#1| (-38 (-407 (-564)))))) (-2211 (($ $) 191 (|has| |#1| (-38 (-407 (-564)))))) (-1595 (($ $) 211 (|has| |#1| (-38 (-407 (-564)))))) (-1941 (($ $) 187 (|has| |#1| (-38 (-407 (-564)))))) (-2631 (($ $) 208 (|has| |#1| (-38 (-407 (-564)))))) (-4256 (($ $) 183 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2508 ((|#1| $ (-564)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-1293 (($) 30 T CONST)) (-1300 (($) 40 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-564) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (-1702 (((-112) $ $) 73)) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) 90) (($ $ $) 72)) (-1797 (($ $ $) 87)) (** (($ $ (-918)) NIL) (($ $ (-768)) 109)) (* (($ (-918) $) 97) (($ (-768) $) 95) (($ (-564) $) 92) (($ $ $) 103) (($ $ |#1|) NIL) (($ |#1| $) 121) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-594 |#1|) (-13 (-1237 |#1| (-564)) (-10 -8 (-15 -3764 ($ (-1023 (-840 (-564))) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))))) (-15 -1422 ((-1023 (-840 (-564))) $)) (-15 -3616 ((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $)) (-15 -1881 ($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))))) (-15 -2003 ((-112) $)) (-15 -1477 ($ (-1 |#1| (-564)) $)) (-15 -1503 ((-3 $ "failed") $ $ (-112))) (-15 -2350 ($ $)) (-15 -3891 ($ $ $)) (-15 -3765 ((-859) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) (-1023 (-840 (-564))) (-1170) |#1| (-407 (-564)))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ($ $)) (-15 -4322 ($ $ |#1|)) (-15 -2260 ($ $ (-407 (-564)))) (-15 -4191 ($ $)) (-15 -3651 ($ $)) (-15 -4241 ($ $)) (-15 -2115 ($ $)) (-15 -1833 ($ $)) (-15 -4343 ($ $)) (-15 -1419 ($ $)) (-15 -2285 ($ $)) (-15 -1459 ($ $)) (-15 -4256 ($ $)) (-15 -4091 ($ $)) (-15 -1941 ($ $)) (-15 -2161 ($ $)) (-15 -2211 ($ $)) (-15 -4359 ($ $)) (-15 -4172 ($ $)) (-15 -4340 ($ $)) (-15 -2787 ($ $)) (-15 -2406 ($ $)) (-15 -2052 ($ $)) (-15 -2230 ($ $)) (-15 -2631 ($ $)) (-15 -4266 ($ $)) (-15 -1595 ($ $)) (-15 -2065 ($ $)) (-15 -2089 ($ $))) |%noBranch|))) (-1046)) (T -594))
+((-2003 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-594 *3)) (-4 *3 (-1046)))) (-3764 (*1 *1 *2 *3) (-12 (-5 *2 (-1023 (-840 (-564)))) (-5 *3 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *4)))) (-4 *4 (-1046)) (-5 *1 (-594 *4)))) (-1422 (*1 *2 *1) (-12 (-5 *2 (-1023 (-840 (-564)))) (-5 *1 (-594 *3)) (-4 *3 (-1046)))) (-3616 (*1 *2 *1) (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3)))) (-5 *1 (-594 *3)) (-4 *3 (-1046)))) (-1881 (*1 *1 *2) (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3)))) (-4 *3 (-1046)) (-5 *1 (-594 *3)))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-564))) (-4 *3 (-1046)) (-5 *1 (-594 *3)))) (-1503 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-594 *3)) (-4 *3 (-1046)))) (-2350 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1046)))) (-3891 (*1 *1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1046)))) (-3765 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *6)))) (-5 *4 (-1023 (-840 (-564)))) (-5 *5 (-1170)) (-5 *7 (-407 (-564))) (-4 *6 (-1046)) (-5 *2 (-859)) (-5 *1 (-594 *6)))) (-3907 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4322 (*1 *1 *1 *2) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2260 (*1 *1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-594 *3)) (-4 *3 (-38 *2)) (-4 *3 (-1046)))) (-4191 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-3651 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4241 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2115 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-1833 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4343 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-1419 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2285 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-1459 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4256 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4091 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-1941 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2161 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2211 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4359 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4172 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4340 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2787 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2406 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2052 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2230 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2631 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-4266 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-1595 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2065 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))) (-2089 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(-13 (-1237 |#1| (-564)) (-10 -8 (-15 -3764 ($ (-1023 (-840 (-564))) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))))) (-15 -1422 ((-1023 (-840 (-564))) $)) (-15 -3616 ((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $)) (-15 -1881 ($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))))) (-15 -2003 ((-112) $)) (-15 -1477 ($ (-1 |#1| (-564)) $)) (-15 -1503 ((-3 $ "failed") $ $ (-112))) (-15 -2350 ($ $)) (-15 -3891 ($ $ $)) (-15 -3765 ((-859) (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) (-1023 (-840 (-564))) (-1170) |#1| (-407 (-564)))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ($ $)) (-15 -4322 ($ $ |#1|)) (-15 -2260 ($ $ (-407 (-564)))) (-15 -4191 ($ $)) (-15 -3651 ($ $)) (-15 -4241 ($ $)) (-15 -2115 ($ $)) (-15 -1833 ($ $)) (-15 -4343 ($ $)) (-15 -1419 ($ $)) (-15 -2285 ($ $)) (-15 -1459 ($ $)) (-15 -4256 ($ $)) (-15 -4091 ($ $)) (-15 -1941 ($ $)) (-15 -2161 ($ $)) (-15 -2211 ($ $)) (-15 -4359 ($ $)) (-15 -4172 ($ $)) (-15 -4340 ($ $)) (-15 -2787 ($ $)) (-15 -2406 ($ $)) (-15 -2052 ($ $)) (-15 -2230 ($ $)) (-15 -2631 ($ $)) (-15 -4266 ($ $)) (-15 -1595 ($ $)) (-15 -2065 ($ $)) (-15 -2089 ($ $))) |%noBranch|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-1881 (($ (-1150 |#1|)) 9)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) 48)) (-3030 (((-112) $) 58)) (-2155 (((-768) $) 63) (((-768) $ (-768)) 62)) (-2949 (((-112) $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1403 (((-3 $ "failed") $ $) 50 (|has| |#1| (-556)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL (|has| |#1| (-556)))) (-3227 (((-1150 |#1|) $) 29)) (-2219 (((-768)) 57 T CONST)) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1293 (($) 10 T CONST)) (-1300 (($) 14 T CONST)) (-1702 (((-112) $ $) 28)) (-1808 (($ $) 36) (($ $ $) 16)) (-1797 (($ $ $) 31)) (** (($ $ (-918)) NIL) (($ $ (-768)) 55)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 40) (($ $ $) 34) (($ |#1| $) 43) (($ $ |#1|) 44) (($ $ (-564)) 42)))
+(((-595 |#1|) (-13 (-1046) (-10 -8 (-15 -3227 ((-1150 |#1|) $)) (-15 -1881 ($ (-1150 |#1|))) (-15 -3030 ((-112) $)) (-15 -2155 ((-768) $)) (-15 -2155 ((-768) $ (-768))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-564))) (IF (|has| |#1| (-556)) (-6 (-556)) |%noBranch|))) (-1046)) (T -595))
+((-3227 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-595 *3)) (-4 *3 (-1046)))) (-1881 (*1 *1 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-595 *3)))) (-3030 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-595 *3)) (-4 *3 (-1046)))) (-2155 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-595 *3)) (-4 *3 (-1046)))) (-2155 (*1 *2 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-595 *3)) (-4 *3 (-1046)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1046)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1046)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-595 *3)) (-4 *3 (-1046)))))
+(-13 (-1046) (-10 -8 (-15 -3227 ((-1150 |#1|) $)) (-15 -1881 ($ (-1150 |#1|))) (-15 -3030 ((-112) $)) (-15 -2155 ((-768) $)) (-15 -2155 ((-768) $ (-768))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-564))) (IF (|has| |#1| (-556)) (-6 (-556)) |%noBranch|)))
+((-2449 (((-599 |#2|) (-1 |#2| |#1|) (-599 |#1|)) 15)))
+(((-596 |#1| |#2|) (-10 -7 (-15 -2449 ((-599 |#2|) (-1 |#2| |#1|) (-599 |#1|)))) (-1209) (-1209)) (T -596))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-599 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-599 *6)) (-5 *1 (-596 *5 *6)))))
+(-10 -7 (-15 -2449 ((-599 |#2|) (-1 |#2| |#1|) (-599 |#1|))))
+((-2449 (((-1150 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-1150 |#2|)) 20) (((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-599 |#2|)) 19) (((-599 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-599 |#2|)) 18)))
+(((-597 |#1| |#2| |#3|) (-10 -7 (-15 -2449 ((-599 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-599 |#2|))) (-15 -2449 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-599 |#2|))) (-15 -2449 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-1150 |#2|)))) (-1209) (-1209) (-1209)) (T -597))
+((-2449 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-599 *6)) (-5 *5 (-1150 *7)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-4 *8 (-1209)) (-5 *2 (-1150 *8)) (-5 *1 (-597 *6 *7 *8)))) (-2449 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1150 *6)) (-5 *5 (-599 *7)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-4 *8 (-1209)) (-5 *2 (-1150 *8)) (-5 *1 (-597 *6 *7 *8)))) (-2449 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-599 *6)) (-5 *5 (-599 *7)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-4 *8 (-1209)) (-5 *2 (-599 *8)) (-5 *1 (-597 *6 *7 *8)))))
+(-10 -7 (-15 -2449 ((-599 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-599 |#2|))) (-15 -2449 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-599 |#2|))) (-15 -2449 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-599 |#1|) (-1150 |#2|))))
+((-3854 ((|#3| |#3| (-641 (-610 |#3|)) (-641 (-1170))) 57)) (-2505 (((-169 |#2|) |#3|) 123)) (-2215 ((|#3| (-169 |#2|)) 46)) (-2761 ((|#2| |#3|) 21)) (-3348 ((|#3| |#2|) 35)))
+(((-598 |#1| |#2| |#3|) (-10 -7 (-15 -2215 (|#3| (-169 |#2|))) (-15 -2761 (|#2| |#3|)) (-15 -3348 (|#3| |#2|)) (-15 -2505 ((-169 |#2|) |#3|)) (-15 -3854 (|#3| |#3| (-641 (-610 |#3|)) (-641 (-1170))))) (-13 (-556) (-847)) (-13 (-430 |#1|) (-999) (-1194)) (-13 (-430 (-169 |#1|)) (-999) (-1194))) (T -598))
+((-3854 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-641 (-610 *2))) (-5 *4 (-641 (-1170))) (-4 *2 (-13 (-430 (-169 *5)) (-999) (-1194))) (-4 *5 (-13 (-556) (-847))) (-5 *1 (-598 *5 *6 *2)) (-4 *6 (-13 (-430 *5) (-999) (-1194))))) (-2505 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847))) (-5 *2 (-169 *5)) (-5 *1 (-598 *4 *5 *3)) (-4 *5 (-13 (-430 *4) (-999) (-1194))) (-4 *3 (-13 (-430 (-169 *4)) (-999) (-1194))))) (-3348 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847))) (-4 *2 (-13 (-430 (-169 *4)) (-999) (-1194))) (-5 *1 (-598 *4 *3 *2)) (-4 *3 (-13 (-430 *4) (-999) (-1194))))) (-2761 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-847))) (-4 *2 (-13 (-430 *4) (-999) (-1194))) (-5 *1 (-598 *4 *2 *3)) (-4 *3 (-13 (-430 (-169 *4)) (-999) (-1194))))) (-2215 (*1 *2 *3) (-12 (-5 *3 (-169 *5)) (-4 *5 (-13 (-430 *4) (-999) (-1194))) (-4 *4 (-13 (-556) (-847))) (-4 *2 (-13 (-430 (-169 *4)) (-999) (-1194))) (-5 *1 (-598 *4 *5 *2)))))
+(-10 -7 (-15 -2215 (|#3| (-169 |#2|))) (-15 -2761 (|#2| |#3|)) (-15 -3348 (|#3| |#2|)) (-15 -2505 ((-169 |#2|) |#3|)) (-15 -3854 (|#3| |#3| (-641 (-610 |#3|)) (-641 (-1170)))))
+((-3752 (($ (-1 (-112) |#1|) $) 17)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3688 (($ (-1 |#1| |#1|) |#1|) 9)) (-3735 (($ (-1 (-112) |#1|) $) 13)) (-3744 (($ (-1 (-112) |#1|) $) 15)) (-1842 (((-1150 |#1|) $) 18)) (-1831 (((-859) $) NIL)))
+(((-599 |#1|) (-13 (-611 (-859)) (-10 -8 (-15 -2449 ($ (-1 |#1| |#1|) $)) (-15 -3735 ($ (-1 (-112) |#1|) $)) (-15 -3744 ($ (-1 (-112) |#1|) $)) (-15 -3752 ($ (-1 (-112) |#1|) $)) (-15 -3688 ($ (-1 |#1| |#1|) |#1|)) (-15 -1842 ((-1150 |#1|) $)))) (-1209)) (T -599))
+((-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3)))) (-3735 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3)))) (-3744 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3)))) (-3752 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3)))) (-3688 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3)))) (-1842 (*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-599 *3)) (-4 *3 (-1209)))))
+(-13 (-611 (-859)) (-10 -8 (-15 -2449 ($ (-1 |#1| |#1|) $)) (-15 -3735 ($ (-1 (-112) |#1|) $)) (-15 -3744 ($ (-1 (-112) |#1|) $)) (-15 -3752 ($ (-1 (-112) |#1|) $)) (-15 -3688 ($ (-1 |#1| |#1|) |#1|)) (-15 -1842 ((-1150 |#1|) $))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1463 (($ (-768)) NIL (|has| |#1| (-23)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) NIL)) (-3360 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3167 (((-685 |#1|) $ $) NIL (|has| |#1| (-1046)))) (-3654 (($ (-768) |#1|) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2117 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-1713 (((-112) $ (-768)) NIL)) (-1502 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3303 ((|#1| $) NIL (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-3032 ((|#1| $ $) NIL (|has| |#1| (-1046)))) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-4231 (($ $ $) NIL (|has| |#1| (-1046)))) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) NIL)) (-3043 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1808 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-1797 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-564) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-723))) (($ $ |#1|) NIL (|has| |#1| (-723)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-600 |#1| |#2|) (-1257 |#1|) (-1209) (-564)) (T -600))
NIL
(-1257 |#1|)
-((-2229 (((-1264) $ |#2| |#2|) 36)) (-4232 ((|#2| $) 23)) (-3825 ((|#2| $) 21)) (-1439 (($ (-1 |#3| |#3|) $) 32)) (-2110 (($ (-1 |#3| |#3|) $) 30)) (-1897 ((|#3| $) 26)) (-1759 (($ $ |#3|) 33)) (-3216 (((-112) |#3| $) 17)) (-3111 (((-641 |#3|) $) 15)) (-2961 ((|#3| $ |#2| |#3|) 12) ((|#3| $ |#2|) NIL)))
-(((-601 |#1| |#2| |#3|) (-10 -8 (-15 -2229 ((-1264) |#1| |#2| |#2|)) (-15 -1759 (|#1| |#1| |#3|)) (-15 -1897 (|#3| |#1|)) (-15 -4232 (|#2| |#1|)) (-15 -3825 (|#2| |#1|)) (-15 -3216 ((-112) |#3| |#1|)) (-15 -3111 ((-641 |#3|) |#1|)) (-15 -2961 (|#3| |#1| |#2|)) (-15 -2961 (|#3| |#1| |#2| |#3|)) (-15 -1439 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2110 (|#1| (-1 |#3| |#3|) |#1|))) (-602 |#2| |#3|) (-1094) (-1209)) (T -601))
+((-1956 (((-1264) $ |#2| |#2|) 36)) (-3100 ((|#2| $) 23)) (-3440 ((|#2| $) 21)) (-2250 (($ (-1 |#3| |#3|) $) 32)) (-2449 (($ (-1 |#3| |#3|) $) 30)) (-3303 ((|#3| $) 26)) (-4253 (($ $ |#3|) 33)) (-3561 (((-112) |#3| $) 17)) (-1794 (((-641 |#3|) $) 15)) (-1350 ((|#3| $ |#2| |#3|) 12) ((|#3| $ |#2|) NIL)))
+(((-601 |#1| |#2| |#3|) (-10 -8 (-15 -1956 ((-1264) |#1| |#2| |#2|)) (-15 -4253 (|#1| |#1| |#3|)) (-15 -3303 (|#3| |#1|)) (-15 -3100 (|#2| |#1|)) (-15 -3440 (|#2| |#1|)) (-15 -3561 ((-112) |#3| |#1|)) (-15 -1794 ((-641 |#3|) |#1|)) (-15 -1350 (|#3| |#1| |#2|)) (-15 -1350 (|#3| |#1| |#2| |#3|)) (-15 -2250 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2449 (|#1| (-1 |#3| |#3|) |#1|))) (-602 |#2| |#3|) (-1094) (-1209)) (T -601))
NIL
-(-10 -8 (-15 -2229 ((-1264) |#1| |#2| |#2|)) (-15 -1759 (|#1| |#1| |#3|)) (-15 -1897 (|#3| |#1|)) (-15 -4232 (|#2| |#1|)) (-15 -3825 (|#2| |#1|)) (-15 -3216 ((-112) |#3| |#1|)) (-15 -3111 ((-641 |#3|) |#1|)) (-15 -2961 (|#3| |#1| |#2|)) (-15 -2961 (|#3| |#1| |#2| |#3|)) (-15 -1439 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2110 (|#1| (-1 |#3| |#3|) |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#2| (-1094)))) (-2229 (((-1264) $ |#1| |#1|) 40 (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) 8)) (-1869 ((|#2| $ |#1| |#2|) 52 (|has| $ (-6 -4413)))) (-1692 (($) 7 T CONST)) (-1452 ((|#2| $ |#1| |#2|) 53 (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) 51)) (-1597 (((-641 |#2|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4232 ((|#1| $) 43 (|has| |#1| (-847)))) (-4317 (((-641 |#2|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#2| $) 27 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4412))))) (-3825 ((|#1| $) 44 (|has| |#1| (-847)))) (-1439 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#2| |#2|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#2| (-1094)))) (-4184 (((-641 |#1|) $) 46)) (-2405 (((-112) |#1| $) 47)) (-4382 (((-1114) $) 21 (|has| |#2| (-1094)))) (-1897 ((|#2| $) 42 (|has| |#1| (-847)))) (-1759 (($ $ |#2|) 41 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#2|))) 26 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) 25 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) 23 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#2| $) 45 (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#2| $ |#1| |#2|) 50) ((|#2| $ |#1|) 49)) (-1292 (((-768) (-1 (-112) |#2|) $) 31 (|has| $ (-6 -4412))) (((-768) |#2| $) 28 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-859) $) 18 (|has| |#2| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#2| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+(-10 -8 (-15 -1956 ((-1264) |#1| |#2| |#2|)) (-15 -4253 (|#1| |#1| |#3|)) (-15 -3303 (|#3| |#1|)) (-15 -3100 (|#2| |#1|)) (-15 -3440 (|#2| |#1|)) (-15 -3561 ((-112) |#3| |#1|)) (-15 -1794 ((-641 |#3|) |#1|)) (-15 -1350 (|#3| |#1| |#2|)) (-15 -1350 (|#3| |#1| |#2| |#3|)) (-15 -2250 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2449 (|#1| (-1 |#3| |#3|) |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#2| (-1094)))) (-1956 (((-1264) $ |#1| |#1|) 40 (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) 8)) (-1970 ((|#2| $ |#1| |#2|) 52 (|has| $ (-6 -4407)))) (-1778 (($) 7 T CONST)) (-2261 ((|#2| $ |#1| |#2|) 53 (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) 51)) (-1433 (((-641 |#2|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-3100 ((|#1| $) 43 (|has| |#1| (-847)))) (-2640 (((-641 |#2|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#2| $) 27 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4406))))) (-3440 ((|#1| $) 44 (|has| |#1| (-847)))) (-2250 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#2| |#2|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#2| (-1094)))) (-3883 (((-641 |#1|) $) 46)) (-4336 (((-112) |#1| $) 47)) (-2780 (((-1114) $) 21 (|has| |#2| (-1094)))) (-3303 ((|#2| $) 42 (|has| |#1| (-847)))) (-4253 (($ $ |#2|) 41 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#2|))) 26 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) 25 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) 23 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#2| $) 45 (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#2| $ |#1| |#2|) 50) ((|#2| $ |#1|) 49)) (-2791 (((-768) (-1 (-112) |#2|) $) 31 (|has| $ (-6 -4406))) (((-768) |#2| $) 28 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-859) $) 18 (|has| |#2| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#2| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-602 |#1| |#2|) (-140) (-1094) (-1209)) (T -602))
-((-3111 (*1 *2 *1) (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209)) (-5 *2 (-641 *4)))) (-2405 (*1 *2 *3 *1) (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209)) (-5 *2 (-112)))) (-4184 (*1 *2 *1) (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209)) (-5 *2 (-641 *3)))) (-3216 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4412)) (-4 *1 (-602 *4 *3)) (-4 *4 (-1094)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-112)))) (-3825 (*1 *2 *1) (-12 (-4 *1 (-602 *2 *3)) (-4 *3 (-1209)) (-4 *2 (-1094)) (-4 *2 (-847)))) (-4232 (*1 *2 *1) (-12 (-4 *1 (-602 *2 *3)) (-4 *3 (-1209)) (-4 *2 (-1094)) (-4 *2 (-847)))) (-1897 (*1 *2 *1) (-12 (-4 *1 (-602 *3 *2)) (-4 *3 (-1094)) (-4 *3 (-847)) (-4 *2 (-1209)))) (-1759 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-602 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))) (-2229 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209)) (-5 *2 (-1264)))))
-(-13 (-489 |t#2|) (-288 |t#1| |t#2|) (-10 -8 (-15 -3111 ((-641 |t#2|) $)) (-15 -2405 ((-112) |t#1| $)) (-15 -4184 ((-641 |t#1|) $)) (IF (|has| |t#2| (-1094)) (IF (|has| $ (-6 -4412)) (-15 -3216 ((-112) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-847)) (PROGN (-15 -3825 (|t#1| $)) (-15 -4232 (|t#1| $)) (-15 -1897 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4413)) (PROGN (-15 -1759 ($ $ |t#2|)) (-15 -2229 ((-1264) $ |t#1| |t#1|))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#2| (-1094)) ((-611 (-859)) -2713 (|has| |#2| (-1094)) (|has| |#2| (-611 (-859)))) ((-286 |#1| |#2|) . T) ((-288 |#1| |#2|) . T) ((-309 |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-489 |#2|) . T) ((-514 |#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-1094) |has| |#2| (-1094)) ((-1209) . T))
-((-1721 (((-859) $) 19) (($ (-129)) 13) (((-129) $) 14)))
+((-1794 (*1 *2 *1) (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209)) (-5 *2 (-641 *4)))) (-4336 (*1 *2 *3 *1) (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209)) (-5 *2 (-112)))) (-3883 (*1 *2 *1) (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209)) (-5 *2 (-641 *3)))) (-3561 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4406)) (-4 *1 (-602 *4 *3)) (-4 *4 (-1094)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-112)))) (-3440 (*1 *2 *1) (-12 (-4 *1 (-602 *2 *3)) (-4 *3 (-1209)) (-4 *2 (-1094)) (-4 *2 (-847)))) (-3100 (*1 *2 *1) (-12 (-4 *1 (-602 *2 *3)) (-4 *3 (-1209)) (-4 *2 (-1094)) (-4 *2 (-847)))) (-3303 (*1 *2 *1) (-12 (-4 *1 (-602 *3 *2)) (-4 *3 (-1094)) (-4 *3 (-847)) (-4 *2 (-1209)))) (-4253 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-602 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209)))) (-1956 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209)) (-5 *2 (-1264)))))
+(-13 (-489 |t#2|) (-288 |t#1| |t#2|) (-10 -8 (-15 -1794 ((-641 |t#2|) $)) (-15 -4336 ((-112) |t#1| $)) (-15 -3883 ((-641 |t#1|) $)) (IF (|has| |t#2| (-1094)) (IF (|has| $ (-6 -4406)) (-15 -3561 ((-112) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-847)) (PROGN (-15 -3440 (|t#1| $)) (-15 -3100 (|t#1| $)) (-15 -3303 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4407)) (PROGN (-15 -4253 ($ $ |t#2|)) (-15 -1956 ((-1264) $ |t#1| |t#1|))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#2| (-1094)) ((-611 (-859)) -4078 (|has| |#2| (-1094)) (|has| |#2| (-611 (-859)))) ((-286 |#1| |#2|) . T) ((-288 |#1| |#2|) . T) ((-309 |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-489 |#2|) . T) ((-514 |#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-1094) |has| |#2| (-1094)) ((-1209) . T))
+((-1831 (((-859) $) 19) (($ (-129)) 13) (((-129) $) 14)))
(((-603) (-13 (-611 (-859)) (-490 (-129)))) (T -603))
NIL
(-13 (-611 (-859)) (-490 (-129)))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL) (($ (-1175)) NIL) (((-1175) $) NIL) (((-1208) $) 14) (($ (-641 (-1208))) 13)) (-2702 (((-641 (-1208)) $) 10)) (-2853 (((-112) $ $) NIL)))
-(((-604) (-13 (-1077) (-611 (-1208)) (-10 -8 (-15 -1721 ($ (-641 (-1208)))) (-15 -2702 ((-641 (-1208)) $))))) (T -604))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-604)))) (-2702 (*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-604)))))
-(-13 (-1077) (-611 (-1208)) (-10 -8 (-15 -1721 ($ (-641 (-1208)))) (-15 -2702 ((-641 (-1208)) $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4023 (((-3 $ "failed")) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2315 (((-1259 (-685 |#1|))) NIL (|has| |#2| (-417 |#1|))) (((-1259 (-685 |#1|)) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2262 (((-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-1692 (($) NIL T CONST)) (-2121 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3441 (((-3 $ "failed")) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2660 (((-685 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3268 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-1931 (((-685 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2816 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3034 (((-1166 (-949 |#1|))) NIL (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-363))))) (-4095 (($ $ (-918)) NIL)) (-1945 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-2829 (((-1166 |#1|) $) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1660 ((|#1|) NIL (|has| |#2| (-417 |#1|))) ((|#1| (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3390 (((-1166 |#1|) $) NIL (|has| |#2| (-367 |#1|)))) (-1936 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3222 (($ (-1259 |#1|)) NIL (|has| |#2| (-417 |#1|))) (($ (-1259 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3233 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3147 (((-918)) NIL (|has| |#2| (-367 |#1|)))) (-1826 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3668 (($ $ (-918)) NIL)) (-2516 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-4250 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1595 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1398 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1386 (((-3 $ "failed")) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1325 (((-685 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3820 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-2572 (((-685 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3126 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2605 (((-1166 (-949 |#1|))) NIL (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-363))))) (-2824 (($ $ (-918)) NIL)) (-2502 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-1438 (((-1166 |#1|) $) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1485 ((|#1|) NIL (|has| |#2| (-417 |#1|))) ((|#1| (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3677 (((-1166 |#1|) $) NIL (|has| |#2| (-367 |#1|)))) (-1517 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2811 (((-1152) $) NIL)) (-2141 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2264 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3338 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-4382 (((-1114) $) NIL)) (-3234 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2961 ((|#1| $ (-564)) NIL (|has| |#2| (-417 |#1|)))) (-3057 (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-417 |#1|))) (((-1259 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $) (-1259 $)) NIL (|has| |#2| (-367 |#1|))) (((-1259 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2153 (($ (-1259 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-1259 |#1|) $) NIL (|has| |#2| (-417 |#1|)))) (-3580 (((-641 (-949 |#1|))) NIL (|has| |#2| (-417 |#1|))) (((-641 (-949 |#1|)) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-1923 (($ $ $) NIL)) (-4311 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1721 (((-859) $) NIL) ((|#2| $) 21) (($ |#2|) 22)) (-2745 (((-1259 $)) NIL (|has| |#2| (-417 |#1|)))) (-3394 (((-641 (-1259 |#1|))) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2933 (($ $ $ $) NIL)) (-2012 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1840 (($ (-685 |#1|) $) NIL (|has| |#2| (-417 |#1|)))) (-3710 (($ $ $) NIL)) (-1380 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2425 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2508 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2885 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) 24)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 20) (($ $ |#1|) 19) (($ |#1| $) NIL)))
-(((-605 |#1| |#2|) (-13 (-741 |#1|) (-611 |#2|) (-10 -8 (-15 -1721 ($ |#2|)) (IF (|has| |#2| (-417 |#1|)) (-6 (-417 |#1|)) |%noBranch|) (IF (|has| |#2| (-367 |#1|)) (-6 (-367 |#1|)) |%noBranch|))) (-172) (-741 |#1|)) (T -605))
-((-1721 (*1 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-605 *3 *2)) (-4 *2 (-741 *3)))))
-(-13 (-741 |#1|) (-611 |#2|) (-10 -8 (-15 -1721 ($ |#2|)) (IF (|has| |#2| (-417 |#1|)) (-6 (-417 |#1|)) |%noBranch|) (IF (|has| |#2| (-367 |#1|)) (-6 (-367 |#1|)) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-3501 (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) 39)) (-1573 (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL) (($) NIL)) (-2229 (((-1264) $ (-1152) (-1152)) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-1152) |#1|) 49)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-1593 (((-3 |#1| "failed") (-1152) $) 52)) (-1692 (($) NIL T CONST)) (-2664 (($ $ (-1152)) 25)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094))))) (-3537 (((-3 |#1| "failed") (-1152) $) 53) (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412))) (($ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL (|has| $ (-6 -4412)))) (-3813 (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412))) (($ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094))))) (-3658 (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094))))) (-1456 (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) 38)) (-1452 ((|#1| $ (-1152) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-1152)) NIL)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412))) (((-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-2623 (($ $) 54)) (-1940 (($ (-388)) 23) (($ (-388) (-1152)) 22)) (-2540 (((-388) $) 40)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-1152) $) NIL (|has| (-1152) (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412))) (((-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (((-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094))))) (-3825 (((-1152) $) NIL (|has| (-1152) (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413))) (($ (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-2659 (((-641 (-1152)) $) 45)) (-1509 (((-112) (-1152) $) NIL)) (-1306 (((-1152) $) 41)) (-4290 (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL)) (-3573 (($ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL)) (-4184 (((-641 (-1152)) $) NIL)) (-2405 (((-112) (-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 ((|#1| $) NIL (|has| (-1152) (-847)))) (-2061 (((-3 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) "failed") (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL)) (-1759 (($ $ |#1|) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (($ $ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (($ $ (-641 (-294 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) 43)) (-2961 ((|#1| $ (-1152) |#1|) NIL) ((|#1| $ (-1152)) 48)) (-2710 (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL) (($) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (((-768) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (((-768) (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL)) (-1721 (((-859) $) 21)) (-3728 (($ $) 26)) (-1959 (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20)) (-3435 (((-768) $) 47 (|has| $ (-6 -4412)))))
-(((-606 |#1|) (-13 (-364 (-388) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) (-1185 (-1152) |#1|) (-10 -8 (-6 -4412) (-15 -2623 ($ $)))) (-1094)) (T -606))
-((-2623 (*1 *1 *1) (-12 (-5 *1 (-606 *2)) (-4 *2 (-1094)))))
-(-13 (-364 (-388) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) (-1185 (-1152) |#1|) (-10 -8 (-6 -4412) (-15 -2623 ($ $))))
-((-3983 (((-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) $) 16)) (-2659 (((-641 |#2|) $) 20)) (-1509 (((-112) |#2| $) 12)))
-(((-607 |#1| |#2| |#3|) (-10 -8 (-15 -2659 ((-641 |#2|) |#1|)) (-15 -1509 ((-112) |#2| |#1|)) (-15 -3983 ((-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|))) (-608 |#2| |#3|) (-1094) (-1094)) (T -607))
-NIL
-(-10 -8 (-15 -2659 ((-641 |#2|) |#1|)) (-15 -1509 ((-112) |#2| |#1|)) (-15 -3983 ((-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)))
-((-1709 (((-112) $ $) 19 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-1729 (((-112) $ (-768)) 8)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 45 (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 55 (|has| $ (-6 -4412)))) (-1593 (((-3 |#2| "failed") |#1| $) 61)) (-1692 (($) 7 T CONST)) (-1928 (($ $) 58 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412))))) (-3537 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 47 (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 46 (|has| $ (-6 -4412))) (((-3 |#2| "failed") |#1| $) 62)) (-3813 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 54 (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 56 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 53 (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 52 (|has| $ (-6 -4412)))) (-1597 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-2659 (((-641 |#1|) $) 63)) (-1509 (((-112) |#1| $) 64)) (-4290 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 39)) (-3573 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 40)) (-4382 (((-1114) $) 21 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-2061 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 51)) (-2382 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 41)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) 26 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 25 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 24 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 23 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2710 (($) 49) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 48)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 31 (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 59 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 50)) (-1721 (((-859) $) 18 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859))))) (-1959 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 42)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL) (($ (-1175)) NIL) (((-1175) $) NIL) (((-1208) $) 14) (($ (-641 (-1208))) 13)) (-1898 (((-641 (-1208)) $) 10)) (-1702 (((-112) $ $) NIL)))
+(((-604) (-13 (-1077) (-611 (-1208)) (-10 -8 (-15 -1831 ($ (-641 (-1208)))) (-15 -1898 ((-641 (-1208)) $))))) (T -604))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-604)))) (-1898 (*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-604)))))
+(-13 (-1077) (-611 (-1208)) (-10 -8 (-15 -1831 ($ (-641 (-1208)))) (-15 -1898 ((-641 (-1208)) $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1674 (((-3 $ "failed")) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-1546 (((-1259 (-685 |#1|))) NIL (|has| |#2| (-417 |#1|))) (((-1259 (-685 |#1|)) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2294 (((-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-1778 (($) NIL T CONST)) (-3353 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3868 (((-3 $ "failed")) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1911 (((-685 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2825 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-2050 (((-685 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2767 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2232 (((-1166 (-949 |#1|))) NIL (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-363))))) (-4221 (($ $ (-918)) NIL)) (-2166 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-2878 (((-1166 |#1|) $) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1476 ((|#1|) NIL (|has| |#2| (-417 |#1|))) ((|#1| (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-1475 (((-1166 |#1|) $) NIL (|has| |#2| (-367 |#1|)))) (-2103 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3624 (($ (-1259 |#1|)) NIL (|has| |#2| (-417 |#1|))) (($ (-1259 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3733 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3531 (((-918)) NIL (|has| |#2| (-367 |#1|)))) (-3628 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2482 (($ $ (-918)) NIL)) (-3001 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3261 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2130 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1907 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2302 (((-3 $ "failed")) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2510 (((-685 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3385 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-2289 (((-685 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3874 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1402 (((-1166 (-949 |#1|))) NIL (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-363))))) (-2839 (($ $ (-918)) NIL)) (-2873 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-4146 (((-1166 |#1|) $) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3525 ((|#1|) NIL (|has| |#2| (-417 |#1|))) ((|#1| (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2582 (((-1166 |#1|) $) NIL (|has| |#2| (-367 |#1|)))) (-2628 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2723 (((-1152) $) NIL)) (-3582 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2317 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2241 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2780 (((-1114) $) NIL)) (-3740 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1350 ((|#1| $ (-564)) NIL (|has| |#2| (-417 |#1|)))) (-2467 (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-417 |#1|))) (((-1259 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $) (-1259 $)) NIL (|has| |#2| (-367 |#1|))) (((-1259 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2511 (($ (-1259 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-1259 |#1|) $) NIL (|has| |#2| (-417 |#1|)))) (-2852 (((-641 (-949 |#1|))) NIL (|has| |#2| (-417 |#1|))) (((-641 (-949 |#1|)) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-1992 (($ $ $) NIL)) (-2595 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1831 (((-859) $) NIL) ((|#2| $) 21) (($ |#2|) 22)) (-3331 (((-1259 $)) NIL (|has| |#2| (-417 |#1|)))) (-1488 (((-641 (-1259 |#1|))) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2611 (($ $ $ $) NIL)) (-1604 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3246 (($ (-685 |#1|) $) NIL (|has| |#2| (-417 |#1|)))) (-1656 (($ $ $) NIL)) (-3830 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3335 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2921 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1293 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) 24)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 20) (($ $ |#1|) 19) (($ |#1| $) NIL)))
+(((-605 |#1| |#2|) (-13 (-741 |#1|) (-611 |#2|) (-10 -8 (-15 -1831 ($ |#2|)) (IF (|has| |#2| (-417 |#1|)) (-6 (-417 |#1|)) |%noBranch|) (IF (|has| |#2| (-367 |#1|)) (-6 (-367 |#1|)) |%noBranch|))) (-172) (-741 |#1|)) (T -605))
+((-1831 (*1 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-605 *3 *2)) (-4 *2 (-741 *3)))))
+(-13 (-741 |#1|) (-611 |#2|) (-10 -8 (-15 -1831 ($ |#2|)) (IF (|has| |#2| (-417 |#1|)) (-6 (-417 |#1|)) |%noBranch|) (IF (|has| |#2| (-367 |#1|)) (-6 (-367 |#1|)) |%noBranch|)))
+((-1817 (((-112) $ $) NIL)) (-3239 (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) 39)) (-3639 (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL) (($) NIL)) (-1956 (((-1264) $ (-1152) (-1152)) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-1152) |#1|) 49)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-1725 (((-3 |#1| "failed") (-1152) $) 52)) (-1778 (($) NIL T CONST)) (-1940 (($ $ (-1152)) 25)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094))))) (-3644 (((-3 |#1| "failed") (-1152) $) 53) (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406))) (($ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL (|has| $ (-6 -4406)))) (-2576 (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406))) (($ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094))))) (-1988 (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094))))) (-3218 (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) 38)) (-2261 ((|#1| $ (-1152) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-1152)) NIL)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406))) (((-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-1582 (($ $) 54)) (-1669 (($ (-388)) 23) (($ (-388) (-1152)) 22)) (-1316 (((-388) $) 40)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-1152) $) NIL (|has| (-1152) (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406))) (((-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (((-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094))))) (-3440 (((-1152) $) NIL (|has| (-1152) (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407))) (($ (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-2945 (((-641 (-1152)) $) 45)) (-2554 (((-112) (-1152) $) NIL)) (-3455 (((-1152) $) 41)) (-2401 (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL)) (-2783 (($ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL)) (-3883 (((-641 (-1152)) $) NIL)) (-4336 (((-112) (-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 ((|#1| $) NIL (|has| (-1152) (-847)))) (-3995 (((-3 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) "failed") (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL)) (-4253 (($ $ |#1|) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (($ $ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (($ $ (-641 (-294 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) 43)) (-1350 ((|#1| $ (-1152) |#1|) NIL) ((|#1| $ (-1152)) 48)) (-4232 (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL) (($) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (((-768) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (((-768) (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL)) (-1831 (((-859) $) 21)) (-1846 (($ $) 26)) (-2321 (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20)) (-2828 (((-768) $) 47 (|has| $ (-6 -4406)))))
+(((-606 |#1|) (-13 (-364 (-388) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) (-1185 (-1152) |#1|) (-10 -8 (-6 -4406) (-15 -1582 ($ $)))) (-1094)) (T -606))
+((-1582 (*1 *1 *1) (-12 (-5 *1 (-606 *2)) (-4 *2 (-1094)))))
+(-13 (-364 (-388) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) (-1185 (-1152) |#1|) (-10 -8 (-6 -4406) (-15 -1582 ($ $))))
+((-2516 (((-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) $) 16)) (-2945 (((-641 |#2|) $) 20)) (-2554 (((-112) |#2| $) 12)))
+(((-607 |#1| |#2| |#3|) (-10 -8 (-15 -2945 ((-641 |#2|) |#1|)) (-15 -2554 ((-112) |#2| |#1|)) (-15 -2516 ((-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|))) (-608 |#2| |#3|) (-1094) (-1094)) (T -607))
+NIL
+(-10 -8 (-15 -2945 ((-641 |#2|) |#1|)) (-15 -2554 ((-112) |#2| |#1|)) (-15 -2516 ((-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)))
+((-1817 (((-112) $ $) 19 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-4010 (((-112) $ (-768)) 8)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 45 (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 55 (|has| $ (-6 -4406)))) (-1725 (((-3 |#2| "failed") |#1| $) 61)) (-1778 (($) 7 T CONST)) (-3337 (($ $) 58 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406))))) (-3644 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 47 (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 46 (|has| $ (-6 -4406))) (((-3 |#2| "failed") |#1| $) 62)) (-2576 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 54 (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 56 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 53 (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 52 (|has| $ (-6 -4406)))) (-1433 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-2945 (((-641 |#1|) $) 63)) (-2554 (((-112) |#1| $) 64)) (-2401 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 39)) (-2783 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 40)) (-2780 (((-1114) $) 21 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-3995 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 51)) (-4153 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 41)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) 26 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 25 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 24 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 23 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-4232 (($) 49) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 48)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 31 (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 59 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 50)) (-1831 (((-859) $) 18 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859))))) (-2321 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 42)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-608 |#1| |#2|) (-140) (-1094) (-1094)) (T -608))
-((-1509 (*1 *2 *3 *1) (-12 (-4 *1 (-608 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-5 *2 (-112)))) (-2659 (*1 *2 *1) (-12 (-4 *1 (-608 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-5 *2 (-641 *3)))) (-3537 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-608 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))) (-1593 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-608 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
-(-13 (-229 (-2 (|:| -2381 |t#1|) (|:| -3096 |t#2|))) (-10 -8 (-15 -1509 ((-112) |t#1| $)) (-15 -2659 ((-641 |t#1|) $)) (-15 -3537 ((-3 |t#2| "failed") |t#1| $)) (-15 -1593 ((-3 |t#2| "failed") |t#1| $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T) ((-102) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) ((-611 (-859)) -2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859)))) ((-151 #0#) . T) ((-612 (-536)) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))) ((-229 #0#) . T) ((-235 #0#) . T) ((-309 #0#) -12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))) ((-489 #0#) . T) ((-514 #0# #0#) -12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))) ((-1094) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) ((-1209) . T))
-((-1472 (((-610 |#2|) |#1|) 17)) (-1435 (((-3 |#1| "failed") (-610 |#2|)) 21)))
-(((-609 |#1| |#2|) (-10 -7 (-15 -1472 ((-610 |#2|) |#1|)) (-15 -1435 ((-3 |#1| "failed") (-610 |#2|)))) (-847) (-847)) (T -609))
-((-1435 (*1 *2 *3) (|partial| -12 (-5 *3 (-610 *4)) (-4 *4 (-847)) (-4 *2 (-847)) (-5 *1 (-609 *2 *4)))) (-1472 (*1 *2 *3) (-12 (-5 *2 (-610 *4)) (-5 *1 (-609 *3 *4)) (-4 *3 (-847)) (-4 *4 (-847)))))
-(-10 -7 (-15 -1472 ((-610 |#2|) |#1|)) (-15 -1435 ((-3 |#1| "failed") (-610 |#2|))))
-((-1709 (((-112) $ $) NIL)) (-2753 (((-3 (-1170) "failed") $) 46)) (-1350 (((-1264) $ (-768)) 26)) (-1317 (((-768) $) 25)) (-2984 (((-114) $) 12)) (-2540 (((-1170) $) 20)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-2720 (($ (-114) (-641 |#1|) (-768)) 36) (($ (-1170)) 37)) (-2631 (((-112) $ (-114)) 18) (((-112) $ (-1170)) 16)) (-1703 (((-768) $) 22)) (-4382 (((-1114) $) NIL)) (-2153 (((-889 (-564)) $) 91 (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) 98 (|has| |#1| (-612 (-889 (-379))))) (((-536) $) 84 (|has| |#1| (-612 (-536))))) (-1721 (((-859) $) 68)) (-2595 (((-641 |#1|) $) 24)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 50)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 52)))
-(((-610 |#1|) (-13 (-132) (-881 |#1|) (-10 -8 (-15 -2540 ((-1170) $)) (-15 -2984 ((-114) $)) (-15 -2595 ((-641 |#1|) $)) (-15 -1703 ((-768) $)) (-15 -2720 ($ (-114) (-641 |#1|) (-768))) (-15 -2720 ($ (-1170))) (-15 -2753 ((-3 (-1170) "failed") $)) (-15 -2631 ((-112) $ (-114))) (-15 -2631 ((-112) $ (-1170))) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|))) (-847)) (T -610))
-((-2540 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-2984 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-2595 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-1703 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-2720 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-114)) (-5 *3 (-641 *5)) (-5 *4 (-768)) (-4 *5 (-847)) (-5 *1 (-610 *5)))) (-2720 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-2753 (*1 *2 *1) (|partial| -12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-2631 (*1 *2 *1 *3) (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-610 *4)) (-4 *4 (-847)))) (-2631 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-112)) (-5 *1 (-610 *4)) (-4 *4 (-847)))))
-(-13 (-132) (-881 |#1|) (-10 -8 (-15 -2540 ((-1170) $)) (-15 -2984 ((-114) $)) (-15 -2595 ((-641 |#1|) $)) (-15 -1703 ((-768) $)) (-15 -2720 ($ (-114) (-641 |#1|) (-768))) (-15 -2720 ($ (-1170))) (-15 -2753 ((-3 (-1170) "failed") $)) (-15 -2631 ((-112) $ (-114))) (-15 -2631 ((-112) $ (-1170))) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|)))
-((-1721 ((|#1| $) 6)))
+((-2554 (*1 *2 *3 *1) (-12 (-4 *1 (-608 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-5 *2 (-112)))) (-2945 (*1 *2 *1) (-12 (-4 *1 (-608 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-5 *2 (-641 *3)))) (-3644 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-608 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))) (-1725 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-608 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
+(-13 (-229 (-2 (|:| -2568 |t#1|) (|:| -1389 |t#2|))) (-10 -8 (-15 -2554 ((-112) |t#1| $)) (-15 -2945 ((-641 |t#1|) $)) (-15 -3644 ((-3 |t#2| "failed") |t#1| $)) (-15 -1725 ((-3 |t#2| "failed") |t#1| $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T) ((-102) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) ((-611 (-859)) -4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859)))) ((-151 #0#) . T) ((-612 (-536)) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))) ((-229 #0#) . T) ((-235 #0#) . T) ((-309 #0#) -12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))) ((-489 #0#) . T) ((-514 #0# #0#) -12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))) ((-1094) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) ((-1209) . T))
+((-3393 (((-610 |#2|) |#1|) 17)) (-4125 (((-3 |#1| "failed") (-610 |#2|)) 21)))
+(((-609 |#1| |#2|) (-10 -7 (-15 -3393 ((-610 |#2|) |#1|)) (-15 -4125 ((-3 |#1| "failed") (-610 |#2|)))) (-847) (-847)) (T -609))
+((-4125 (*1 *2 *3) (|partial| -12 (-5 *3 (-610 *4)) (-4 *4 (-847)) (-4 *2 (-847)) (-5 *1 (-609 *2 *4)))) (-3393 (*1 *2 *3) (-12 (-5 *2 (-610 *4)) (-5 *1 (-609 *3 *4)) (-4 *3 (-847)) (-4 *4 (-847)))))
+(-10 -7 (-15 -3393 ((-610 |#2|) |#1|)) (-15 -4125 ((-3 |#1| "failed") (-610 |#2|))))
+((-1817 (((-112) $ $) NIL)) (-3417 (((-3 (-1170) "failed") $) 46)) (-2919 (((-1264) $ (-768)) 26)) (-3360 (((-768) $) 25)) (-1841 (((-114) $) 12)) (-1316 (((-1170) $) 20)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-3755 (($ (-114) (-641 |#1|) (-768)) 36) (($ (-1170)) 37)) (-1657 (((-112) $ (-114)) 18) (((-112) $ (-1170)) 16)) (-3926 (((-768) $) 22)) (-2780 (((-1114) $) NIL)) (-2511 (((-889 (-564)) $) 92 (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) 99 (|has| |#1| (-612 (-889 (-379))))) (((-536) $) 85 (|has| |#1| (-612 (-536))))) (-1831 (((-859) $) 69)) (-2562 (((-641 |#1|) $) 24)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 50)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 52)))
+(((-610 |#1|) (-13 (-132) (-881 |#1|) (-10 -8 (-15 -1316 ((-1170) $)) (-15 -1841 ((-114) $)) (-15 -2562 ((-641 |#1|) $)) (-15 -3926 ((-768) $)) (-15 -3755 ($ (-114) (-641 |#1|) (-768))) (-15 -3755 ($ (-1170))) (-15 -3417 ((-3 (-1170) "failed") $)) (-15 -1657 ((-112) $ (-114))) (-15 -1657 ((-112) $ (-1170))) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|))) (-847)) (T -610))
+((-1316 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-1841 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-2562 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-3926 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-3755 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-114)) (-5 *3 (-641 *5)) (-5 *4 (-768)) (-4 *5 (-847)) (-5 *1 (-610 *5)))) (-3755 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-3417 (*1 *2 *1) (|partial| -12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847)))) (-1657 (*1 *2 *1 *3) (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-610 *4)) (-4 *4 (-847)))) (-1657 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-112)) (-5 *1 (-610 *4)) (-4 *4 (-847)))))
+(-13 (-132) (-881 |#1|) (-10 -8 (-15 -1316 ((-1170) $)) (-15 -1841 ((-114) $)) (-15 -2562 ((-641 |#1|) $)) (-15 -3926 ((-768) $)) (-15 -3755 ($ (-114) (-641 |#1|) (-768))) (-15 -3755 ($ (-1170))) (-15 -3417 ((-3 (-1170) "failed") $)) (-15 -1657 ((-112) $ (-114))) (-15 -1657 ((-112) $ (-1170))) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|)))
+((-1831 ((|#1| $) 6)))
(((-611 |#1|) (-140) (-1209)) (T -611))
-((-1721 (*1 *2 *1) (-12 (-4 *1 (-611 *2)) (-4 *2 (-1209)))))
-(-13 (-10 -8 (-15 -1721 (|t#1| $))))
-((-2153 ((|#1| $) 6)))
+((-1831 (*1 *2 *1) (-12 (-4 *1 (-611 *2)) (-4 *2 (-1209)))))
+(-13 (-10 -8 (-15 -1831 (|t#1| $))))
+((-2511 ((|#1| $) 6)))
(((-612 |#1|) (-140) (-1209)) (T -612))
-((-2153 (*1 *2 *1) (-12 (-4 *1 (-612 *2)) (-4 *2 (-1209)))))
-(-13 (-10 -8 (-15 -2153 (|t#1| $))))
-((-2136 (((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 (-418 |#2|) |#2|)) 15) (((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|)) 16)))
-(((-613 |#1| |#2|) (-10 -7 (-15 -2136 ((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|))) (-15 -2136 ((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 (-418 |#2|) |#2|)))) (-13 (-147) (-27) (-1035 (-564)) (-1035 (-407 (-564)))) (-1235 |#1|)) (T -613))
-((-2136 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-147) (-27) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-1166 (-407 *6))) (-5 *1 (-613 *5 *6)) (-5 *3 (-407 *6)))) (-2136 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-147) (-27) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-1166 (-407 *5))) (-5 *1 (-613 *4 *5)) (-5 *3 (-407 *5)))))
-(-10 -7 (-15 -2136 ((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|))) (-15 -2136 ((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 (-418 |#2|) |#2|))))
-((-1721 (($ |#1|) 6)))
+((-2511 (*1 *2 *1) (-12 (-4 *1 (-612 *2)) (-4 *2 (-1209)))))
+(-13 (-10 -8 (-15 -2511 (|t#1| $))))
+((-3527 (((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 (-418 |#2|) |#2|)) 15) (((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|)) 16)))
+(((-613 |#1| |#2|) (-10 -7 (-15 -3527 ((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|))) (-15 -3527 ((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 (-418 |#2|) |#2|)))) (-13 (-147) (-27) (-1035 (-564)) (-1035 (-407 (-564)))) (-1235 |#1|)) (T -613))
+((-3527 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-147) (-27) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-1166 (-407 *6))) (-5 *1 (-613 *5 *6)) (-5 *3 (-407 *6)))) (-3527 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-147) (-27) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-1166 (-407 *5))) (-5 *1 (-613 *4 *5)) (-5 *3 (-407 *5)))))
+(-10 -7 (-15 -3527 ((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|))) (-15 -3527 ((-3 (-1166 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 (-418 |#2|) |#2|))))
+((-1831 (($ |#1|) 6)))
(((-614 |#1|) (-140) (-1209)) (T -614))
-((-1721 (*1 *1 *2) (-12 (-4 *1 (-614 *2)) (-4 *2 (-1209)))))
-(-13 (-10 -8 (-15 -1721 ($ |t#1|))))
-((-1709 (((-112) $ $) NIL)) (-1823 (($) 14 T CONST)) (-2072 (($) 15 T CONST)) (-2844 (($ $ $) 29)) (-2819 (($ $) 27)) (-2811 (((-1152) $) NIL)) (-1551 (($ $ $) 30)) (-4382 (((-1114) $) NIL)) (-3391 (($) 11 T CONST)) (-3468 (($ $ $) 31)) (-1721 (((-859) $) 35)) (-2872 (((-112) $ (|[\|\|]| -3391)) 24) (((-112) $ (|[\|\|]| -1823)) 26) (((-112) $ (|[\|\|]| -2072)) 21)) (-2832 (($ $ $) 28)) (-2853 (((-112) $ $) 18)))
-(((-615) (-13 (-964) (-10 -8 (-15 -3391 ($) -1367) (-15 -1823 ($) -1367) (-15 -2072 ($) -1367) (-15 -2872 ((-112) $ (|[\|\|]| -3391))) (-15 -2872 ((-112) $ (|[\|\|]| -1823))) (-15 -2872 ((-112) $ (|[\|\|]| -2072)))))) (T -615))
-((-3391 (*1 *1) (-5 *1 (-615))) (-1823 (*1 *1) (-5 *1 (-615))) (-2072 (*1 *1) (-5 *1 (-615))) (-2872 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3391)) (-5 *2 (-112)) (-5 *1 (-615)))) (-2872 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -1823)) (-5 *2 (-112)) (-5 *1 (-615)))) (-2872 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2072)) (-5 *2 (-112)) (-5 *1 (-615)))))
-(-13 (-964) (-10 -8 (-15 -3391 ($) -1367) (-15 -1823 ($) -1367) (-15 -2072 ($) -1367) (-15 -2872 ((-112) $ (|[\|\|]| -3391))) (-15 -2872 ((-112) $ (|[\|\|]| -1823))) (-15 -2872 ((-112) $ (|[\|\|]| -2072)))))
-((-2153 (($ |#1|) 6)))
+((-1831 (*1 *1 *2) (-12 (-4 *1 (-614 *2)) (-4 *2 (-1209)))))
+(-13 (-10 -8 (-15 -1831 ($ |t#1|))))
+((-1817 (((-112) $ $) NIL)) (-3033 (($) 14 T CONST)) (-3955 (($) 15 T CONST)) (-4358 (($ $ $) 29)) (-4338 (($ $) 27)) (-2723 (((-1152) $) NIL)) (-2957 (($ $ $) 30)) (-2780 (((-1114) $) NIL)) (-2788 (($) 11 T CONST)) (-4134 (($ $ $) 31)) (-1831 (((-859) $) 35)) (-4378 (((-112) $ (|[\|\|]| -2788)) 24) (((-112) $ (|[\|\|]| -3033)) 26) (((-112) $ (|[\|\|]| -3955)) 21)) (-4348 (($ $ $) 28)) (-1702 (((-112) $ $) 18)))
+(((-615) (-13 (-964) (-10 -8 (-15 -2788 ($) -1809) (-15 -3033 ($) -1809) (-15 -3955 ($) -1809) (-15 -4378 ((-112) $ (|[\|\|]| -2788))) (-15 -4378 ((-112) $ (|[\|\|]| -3033))) (-15 -4378 ((-112) $ (|[\|\|]| -3955)))))) (T -615))
+((-2788 (*1 *1) (-5 *1 (-615))) (-3033 (*1 *1) (-5 *1 (-615))) (-3955 (*1 *1) (-5 *1 (-615))) (-4378 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2788)) (-5 *2 (-112)) (-5 *1 (-615)))) (-4378 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3033)) (-5 *2 (-112)) (-5 *1 (-615)))) (-4378 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3955)) (-5 *2 (-112)) (-5 *1 (-615)))))
+(-13 (-964) (-10 -8 (-15 -2788 ($) -1809) (-15 -3033 ($) -1809) (-15 -3955 ($) -1809) (-15 -4378 ((-112) $ (|[\|\|]| -2788))) (-15 -4378 ((-112) $ (|[\|\|]| -3033))) (-15 -4378 ((-112) $ (|[\|\|]| -3955)))))
+((-2511 (($ |#1|) 6)))
(((-616 |#1|) (-140) (-1209)) (T -616))
-((-2153 (*1 *1 *2) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1209)))))
-(-13 (-10 -8 (-15 -2153 ($ |t#1|))))
-((-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) 10)))
-(((-617 |#1| |#2|) (-10 -8 (-15 -1721 (|#1| |#2|)) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|))) (-618 |#2|) (-1046)) (T -617))
+((-2511 (*1 *1 *2) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1209)))))
+(-13 (-10 -8 (-15 -2511 ($ |t#1|))))
+((-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) 10)))
+(((-617 |#1| |#2|) (-10 -8 (-15 -1831 (|#1| |#2|)) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|))) (-618 |#2|) (-1046)) (T -617))
NIL
-(-10 -8 (-15 -1721 (|#1| |#2|)) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 36)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ |#1| $) 37)))
+(-10 -8 (-15 -1831 (|#1| |#2|)) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 36)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ |#1| $) 37)))
(((-618 |#1|) (-140) (-1046)) (T -618))
-((-1721 (*1 *1 *2) (-12 (-4 *1 (-618 *2)) (-4 *2 (-1046)))))
-(-13 (-1046) (-644 |t#1|) (-10 -8 (-15 -1721 ($ |t#1|))))
+((-1831 (*1 *1 *2) (-12 (-4 *1 (-618 *2)) (-4 *2 (-1046)))))
+(-13 (-1046) (-644 |t#1|) (-10 -8 (-15 -1831 ($ |t#1|))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-723) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1672 (((-564) $) NIL (|has| |#1| (-845)))) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL)) (-2955 (((-112) $) NIL (|has| |#1| (-845)))) (-3282 (((-112) $) NIL)) (-2654 ((|#1| $) 13)) (-1515 (((-112) $) NIL (|has| |#1| (-845)))) (-2766 (($ $ $) NIL (|has| |#1| (-845)))) (-1650 (($ $ $) NIL (|has| |#1| (-845)))) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2663 ((|#3| $) 15)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL)) (-1303 (((-768)) 20 T CONST)) (-1699 (($ $) NIL (|has| |#1| (-845)))) (-2885 (($) NIL T CONST)) (-2898 (($) 12 T CONST)) (-2920 (((-112) $ $) NIL (|has| |#1| (-845)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-845)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-845)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-845)))) (-2983 (($ $ |#3|) NIL) (($ |#1| |#3|) 11)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 17) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-619 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (-15 -2983 ($ $ |#3|)) (-15 -2983 ($ |#1| |#3|)) (-15 -2654 (|#1| $)) (-15 -2663 (|#3| $)))) (-38 |#2|) (-172) (|SubsetCategory| (-723) |#2|)) (T -619))
-((-2983 (*1 *1 *1 *2) (-12 (-4 *4 (-172)) (-5 *1 (-619 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-723) *4)))) (-2983 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-619 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-723) *4)))) (-2654 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-38 *3)) (-5 *1 (-619 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-723) *3)))) (-2663 (*1 *2 *1) (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-723) *4)) (-5 *1 (-619 *3 *4 *2)) (-4 *3 (-38 *4)))))
-(-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (-15 -2983 ($ $ |#3|)) (-15 -2983 ($ |#1| |#3|)) (-15 -2654 (|#1| $)) (-15 -2663 (|#3| $))))
-((-1440 ((|#2| |#2| (-1170) (-1170)) 16)))
-(((-620 |#1| |#2|) (-10 -7 (-15 -1440 (|#2| |#2| (-1170) (-1170)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-956) (-29 |#1|))) (T -620))
-((-1440 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-620 *4 *2)) (-4 *2 (-13 (-1194) (-956) (-29 *4))))))
-(-10 -7 (-15 -1440 (|#2| |#2| (-1170) (-1170))))
-((-1709 (((-112) $ $) 64)) (-2013 (((-112) $) 58)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2297 ((|#1| $) 55)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3012 (((-2 (|:| -2319 $) (|:| -3506 (-407 |#2|))) (-407 |#2|)) 110 (|has| |#1| (-363)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 98) (((-3 |#2| "failed") $) 94)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL) ((|#2| $) NIL)) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) 27)) (-3233 (((-3 $ "failed") $) 88)) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2887 (((-564) $) 22)) (-3282 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-1924 (((-112) $) 40)) (-4132 (($ |#1| (-564)) 24)) (-4292 ((|#1| $) 57)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) 100 (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 115 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-2628 (((-3 $ "failed") $ $) 92)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2358 (((-768) $) 114 (|has| |#1| (-363)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 113 (|has| |#1| (-363)))) (-1795 (($ $ (-1 |#2| |#2|)) 75) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-4341 (((-564) $) 38)) (-2153 (((-407 |#2|) $) 47)) (-1721 (((-859) $) 69) (($ (-564)) 35) (($ $) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) 34) (($ |#2|) 25)) (-1346 ((|#1| $ (-564)) 72)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) 32 T CONST)) (-1720 (((-112) $ $) NIL)) (-2885 (($) 9 T CONST)) (-2898 (($) 14 T CONST)) (-3256 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2853 (((-112) $ $) 21)) (-2970 (($ $) 51) (($ $ $) NIL)) (-2956 (($ $ $) 89)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 29) (($ $ $) 49)))
-(((-621 |#1| |#2|) (-13 (-231 |#2|) (-556) (-612 (-407 |#2|)) (-411 |#1|) (-1035 |#2|) (-10 -8 (-15 -1924 ((-112) $)) (-15 -4341 ((-564) $)) (-15 -2887 ((-564) $)) (-15 -4316 ($ $)) (-15 -4292 (|#1| $)) (-15 -2297 (|#1| $)) (-15 -1346 (|#1| $ (-564))) (-15 -4132 ($ |#1| (-564))) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-6 (-307)) (-15 -3012 ((-2 (|:| -2319 $) (|:| -3506 (-407 |#2|))) (-407 |#2|)))) |%noBranch|))) (-556) (-1235 |#1|)) (T -621))
-((-1924 (*1 *2 *1) (-12 (-4 *3 (-556)) (-5 *2 (-112)) (-5 *1 (-621 *3 *4)) (-4 *4 (-1235 *3)))) (-4341 (*1 *2 *1) (-12 (-4 *3 (-556)) (-5 *2 (-564)) (-5 *1 (-621 *3 *4)) (-4 *4 (-1235 *3)))) (-2887 (*1 *2 *1) (-12 (-4 *3 (-556)) (-5 *2 (-564)) (-5 *1 (-621 *3 *4)) (-4 *4 (-1235 *3)))) (-4316 (*1 *1 *1) (-12 (-4 *2 (-556)) (-5 *1 (-621 *2 *3)) (-4 *3 (-1235 *2)))) (-4292 (*1 *2 *1) (-12 (-4 *2 (-556)) (-5 *1 (-621 *2 *3)) (-4 *3 (-1235 *2)))) (-2297 (*1 *2 *1) (-12 (-4 *2 (-556)) (-5 *1 (-621 *2 *3)) (-4 *3 (-1235 *2)))) (-1346 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *2 (-556)) (-5 *1 (-621 *2 *4)) (-4 *4 (-1235 *2)))) (-4132 (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-4 *2 (-556)) (-5 *1 (-621 *2 *4)) (-4 *4 (-1235 *2)))) (-3012 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *4 (-556)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| -2319 (-621 *4 *5)) (|:| -3506 (-407 *5)))) (-5 *1 (-621 *4 *5)) (-5 *3 (-407 *5)))))
-(-13 (-231 |#2|) (-556) (-612 (-407 |#2|)) (-411 |#1|) (-1035 |#2|) (-10 -8 (-15 -1924 ((-112) $)) (-15 -4341 ((-564) $)) (-15 -2887 ((-564) $)) (-15 -4316 ($ $)) (-15 -4292 (|#1| $)) (-15 -2297 (|#1| $)) (-15 -1346 (|#1| $ (-564))) (-15 -4132 ($ |#1| (-564))) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-6 (-307)) (-15 -3012 ((-2 (|:| -2319 $) (|:| -3506 (-407 |#2|))) (-407 |#2|)))) |%noBranch|)))
-((-2838 (((-641 |#6|) (-641 |#4|) (-112)) 53)) (-4363 ((|#6| |#6|) 47)))
-(((-622 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -4363 (|#6| |#6|)) (-15 -2838 ((-641 |#6|) (-641 |#4|) (-112)))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|) (-1103 |#1| |#2| |#3| |#4|)) (T -622))
-((-2838 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 *10)) (-5 *1 (-622 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *10 (-1103 *5 *6 *7 *8)))) (-4363 (*1 *2 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-622 *3 *4 *5 *6 *7 *2)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *2 (-1103 *3 *4 *5 *6)))))
-(-10 -7 (-15 -4363 (|#6| |#6|)) (-15 -2838 ((-641 |#6|) (-641 |#4|) (-112))))
-((-1425 (((-112) |#3| (-768) (-641 |#3|)) 32)) (-2241 (((-3 (-2 (|:| |polfac| (-641 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-641 (-1166 |#3|)))) "failed") |#3| (-641 (-1166 |#3|)) (-2 (|:| |contp| |#3|) (|:| -2798 (-641 (-2 (|:| |irr| |#4|) (|:| -1395 (-564)))))) (-641 |#3|) (-641 |#1|) (-641 |#3|)) 73)))
-(((-623 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1425 ((-112) |#3| (-768) (-641 |#3|))) (-15 -2241 ((-3 (-2 (|:| |polfac| (-641 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-641 (-1166 |#3|)))) "failed") |#3| (-641 (-1166 |#3|)) (-2 (|:| |contp| |#3|) (|:| -2798 (-641 (-2 (|:| |irr| |#4|) (|:| -1395 (-564)))))) (-641 |#3|) (-641 |#1|) (-641 |#3|)))) (-847) (-790) (-307) (-946 |#3| |#2| |#1|)) (T -623))
-((-2241 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -2798 (-641 (-2 (|:| |irr| *10) (|:| -1395 (-564))))))) (-5 *6 (-641 *3)) (-5 *7 (-641 *8)) (-4 *8 (-847)) (-4 *3 (-307)) (-4 *10 (-946 *3 *9 *8)) (-4 *9 (-790)) (-5 *2 (-2 (|:| |polfac| (-641 *10)) (|:| |correct| *3) (|:| |corrfact| (-641 (-1166 *3))))) (-5 *1 (-623 *8 *9 *3 *10)) (-5 *4 (-641 (-1166 *3))))) (-1425 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-768)) (-5 *5 (-641 *3)) (-4 *3 (-307)) (-4 *6 (-847)) (-4 *7 (-790)) (-5 *2 (-112)) (-5 *1 (-623 *6 *7 *3 *8)) (-4 *8 (-946 *3 *7 *6)))))
-(-10 -7 (-15 -1425 ((-112) |#3| (-768) (-641 |#3|))) (-15 -2241 ((-3 (-2 (|:| |polfac| (-641 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-641 (-1166 |#3|)))) "failed") |#3| (-641 (-1166 |#3|)) (-2 (|:| |contp| |#3|) (|:| -2798 (-641 (-2 (|:| |irr| |#4|) (|:| -1395 (-564)))))) (-641 |#3|) (-641 |#1|) (-641 |#3|))))
-((-1709 (((-112) $ $) NIL)) (-4240 (((-1129) $) 11)) (-4230 (((-1129) $) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-624) (-13 (-1077) (-10 -8 (-15 -4230 ((-1129) $)) (-15 -4240 ((-1129) $))))) (T -624))
-((-4230 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-624)))) (-4240 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-624)))))
-(-13 (-1077) (-10 -8 (-15 -4230 ((-1129) $)) (-15 -4240 ((-1129) $))))
-((-1709 (((-112) $ $) NIL)) (-1480 (((-641 |#1|) $) NIL)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-2227 (($ $) 77)) (-3612 (((-660 |#1| |#2|) $) 60)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 81)) (-3520 (((-641 (-294 |#2|)) $ $) 42)) (-4382 (((-1114) $) NIL)) (-2103 (($ (-660 |#1| |#2|)) 56)) (-3601 (($ $ $) NIL)) (-1923 (($ $ $) NIL)) (-1721 (((-859) $) 66) (((-1274 |#1| |#2|) $) NIL) (((-1279 |#1| |#2|) $) 74)) (-2898 (($) 61 T CONST)) (-2922 (((-641 (-2 (|:| |k| (-668 |#1|)) (|:| |c| |#2|))) $) 41)) (-1724 (((-641 (-660 |#1| |#2|)) (-641 |#1|)) 73)) (-2302 (((-641 (-2 (|:| |k| (-890 |#1|)) (|:| |c| |#2|))) $) 46)) (-2853 (((-112) $ $) 62)) (-2983 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ $ $) 52)))
-(((-625 |#1| |#2| |#3|) (-13 (-473) (-10 -8 (-15 -2103 ($ (-660 |#1| |#2|))) (-15 -3612 ((-660 |#1| |#2|) $)) (-15 -2302 ((-641 (-2 (|:| |k| (-890 |#1|)) (|:| |c| |#2|))) $)) (-15 -1721 ((-1274 |#1| |#2|) $)) (-15 -1721 ((-1279 |#1| |#2|) $)) (-15 -2227 ($ $)) (-15 -1480 ((-641 |#1|) $)) (-15 -1724 ((-641 (-660 |#1| |#2|)) (-641 |#1|))) (-15 -2922 ((-641 (-2 (|:| |k| (-668 |#1|)) (|:| |c| |#2|))) $)) (-15 -3520 ((-641 (-294 |#2|)) $ $)))) (-847) (-13 (-172) (-714 (-407 (-564)))) (-918)) (T -625))
-((-2103 (*1 *1 *2) (-12 (-5 *2 (-660 *3 *4)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-5 *1 (-625 *3 *4 *5)) (-14 *5 (-918)))) (-3612 (*1 *2 *1) (-12 (-5 *2 (-660 *3 *4)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-2302 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |k| (-890 *3)) (|:| |c| *4)))) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-1274 *3 *4)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-1279 *3 *4)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-2227 (*1 *1 *1) (-12 (-5 *1 (-625 *2 *3 *4)) (-4 *2 (-847)) (-4 *3 (-13 (-172) (-714 (-407 (-564))))) (-14 *4 (-918)))) (-1480 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-1724 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-847)) (-5 *2 (-641 (-660 *4 *5))) (-5 *1 (-625 *4 *5 *6)) (-4 *5 (-13 (-172) (-714 (-407 (-564))))) (-14 *6 (-918)))) (-2922 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |k| (-668 *3)) (|:| |c| *4)))) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-3520 (*1 *2 *1 *1) (-12 (-5 *2 (-641 (-294 *4))) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))))
-(-13 (-473) (-10 -8 (-15 -2103 ($ (-660 |#1| |#2|))) (-15 -3612 ((-660 |#1| |#2|) $)) (-15 -2302 ((-641 (-2 (|:| |k| (-890 |#1|)) (|:| |c| |#2|))) $)) (-15 -1721 ((-1274 |#1| |#2|) $)) (-15 -1721 ((-1279 |#1| |#2|) $)) (-15 -2227 ($ $)) (-15 -1480 ((-641 |#1|) $)) (-15 -1724 ((-641 (-660 |#1| |#2|)) (-641 |#1|))) (-15 -2922 ((-641 (-2 (|:| |k| (-668 |#1|)) (|:| |c| |#2|))) $)) (-15 -3520 ((-641 (-294 |#2|)) $ $))))
-((-2838 (((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112)) 102) (((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112)) 76)) (-3097 (((-112) (-641 (-777 |#1| (-861 |#2|)))) 26)) (-1453 (((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112)) 101)) (-1310 (((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112)) 75)) (-3497 (((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|)))) 30)) (-2528 (((-3 (-641 (-777 |#1| (-861 |#2|))) "failed") (-641 (-777 |#1| (-861 |#2|)))) 29)))
-(((-626 |#1| |#2|) (-10 -7 (-15 -3097 ((-112) (-641 (-777 |#1| (-861 |#2|))))) (-15 -2528 ((-3 (-641 (-777 |#1| (-861 |#2|))) "failed") (-641 (-777 |#1| (-861 |#2|))))) (-15 -3497 ((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|))))) (-15 -1310 ((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -1453 ((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -2838 ((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -2838 ((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112)))) (-452) (-641 (-1170))) (T -626))
-((-2838 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452)) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1140 *5 (-531 (-861 *6)) (-861 *6) (-777 *5 (-861 *6))))) (-5 *1 (-626 *5 *6)))) (-2838 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452)) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-626 *5 *6)))) (-1453 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452)) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1140 *5 (-531 (-861 *6)) (-861 *6) (-777 *5 (-861 *6))))) (-5 *1 (-626 *5 *6)))) (-1310 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452)) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-626 *5 *6)))) (-3497 (*1 *2 *2) (-12 (-5 *2 (-641 (-777 *3 (-861 *4)))) (-4 *3 (-452)) (-14 *4 (-641 (-1170))) (-5 *1 (-626 *3 *4)))) (-2528 (*1 *2 *2) (|partial| -12 (-5 *2 (-641 (-777 *3 (-861 *4)))) (-4 *3 (-452)) (-14 *4 (-641 (-1170))) (-5 *1 (-626 *3 *4)))) (-3097 (*1 *2 *3) (-12 (-5 *3 (-641 (-777 *4 (-861 *5)))) (-4 *4 (-452)) (-14 *5 (-641 (-1170))) (-5 *2 (-112)) (-5 *1 (-626 *4 *5)))))
-(-10 -7 (-15 -3097 ((-112) (-641 (-777 |#1| (-861 |#2|))))) (-15 -2528 ((-3 (-641 (-777 |#1| (-861 |#2|))) "failed") (-641 (-777 |#1| (-861 |#2|))))) (-15 -3497 ((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|))))) (-15 -1310 ((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -1453 ((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -2838 ((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -2838 ((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112))))
-((-1848 (($ $) 38)) (-1711 (($ $) 21)) (-1827 (($ $) 37)) (-1688 (($ $) 22)) (-1871 (($ $) 36)) (-1734 (($ $) 23)) (-2682 (($) 48)) (-3612 (($ $) 45)) (-3073 (($ $) 17)) (-2863 (($ $ (-1086 $)) 7) (($ $ (-1170)) 6)) (-2103 (($ $) 46)) (-1642 (($ $) 15)) (-1675 (($ $) 16)) (-1882 (($ $) 35)) (-1744 (($ $) 24)) (-1858 (($ $) 34)) (-1723 (($ $) 25)) (-1838 (($ $) 33)) (-1700 (($ $) 26)) (-1919 (($ $) 44)) (-1777 (($ $) 32)) (-1895 (($ $) 43)) (-1755 (($ $) 31)) (-1942 (($ $) 42)) (-1803 (($ $) 30)) (-2712 (($ $) 41)) (-1813 (($ $) 29)) (-1930 (($ $) 40)) (-1791 (($ $) 28)) (-1906 (($ $) 39)) (-1766 (($ $) 27)) (-2852 (($ $) 19)) (-3725 (($ $) 20)) (-1548 (($ $) 18)) (** (($ $ $) 47)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1598 (((-564) $) NIL (|has| |#1| (-845)))) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL)) (-1569 (((-112) $) NIL (|has| |#1| (-845)))) (-2949 (((-112) $) NIL)) (-3678 ((|#1| $) 13)) (-2607 (((-112) $) NIL (|has| |#1| (-845)))) (-1925 (($ $ $) NIL (|has| |#1| (-845)))) (-3375 (($ $ $) NIL (|has| |#1| (-845)))) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3693 ((|#3| $) 15)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL)) (-2219 (((-768)) 20 T CONST)) (-1849 (($ $) NIL (|has| |#1| (-845)))) (-1293 (($) NIL T CONST)) (-1300 (($) 12 T CONST)) (-1762 (((-112) $ $) NIL (|has| |#1| (-845)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-845)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-845)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-845)))) (-1823 (($ $ |#3|) NIL) (($ |#1| |#3|) 11)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 17) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-619 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (-15 -1823 ($ $ |#3|)) (-15 -1823 ($ |#1| |#3|)) (-15 -3678 (|#1| $)) (-15 -3693 (|#3| $)))) (-38 |#2|) (-172) (|SubsetCategory| (-723) |#2|)) (T -619))
+((-1823 (*1 *1 *1 *2) (-12 (-4 *4 (-172)) (-5 *1 (-619 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-723) *4)))) (-1823 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-619 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-723) *4)))) (-3678 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-38 *3)) (-5 *1 (-619 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-723) *3)))) (-3693 (*1 *2 *1) (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-723) *4)) (-5 *1 (-619 *3 *4 *2)) (-4 *3 (-38 *4)))))
+(-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (-15 -1823 ($ $ |#3|)) (-15 -1823 ($ |#1| |#3|)) (-15 -3678 (|#1| $)) (-15 -3693 (|#3| $))))
+((-4155 ((|#2| |#2| (-1170) (-1170)) 16)))
+(((-620 |#1| |#2|) (-10 -7 (-15 -4155 (|#2| |#2| (-1170) (-1170)))) (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-956) (-29 |#1|))) (T -620))
+((-4155 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-620 *4 *2)) (-4 *2 (-13 (-1194) (-956) (-29 *4))))))
+(-10 -7 (-15 -4155 (|#2| |#2| (-1170) (-1170))))
+((-1817 (((-112) $ $) 64)) (-1615 (((-112) $) 58)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-1374 ((|#1| $) 55)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-2011 (((-2 (|:| -1586 $) (|:| -3293 (-407 |#2|))) (-407 |#2|)) 110 (|has| |#1| (-363)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 98) (((-3 |#2| "failed") $) 94)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL) ((|#2| $) NIL)) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) 27)) (-3733 (((-3 $ "failed") $) 88)) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2155 (((-564) $) 22)) (-2949 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2003 (((-112) $) 40)) (-3186 (($ |#1| (-564)) 24)) (-3370 ((|#1| $) 57)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) 100 (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 115 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-1403 (((-3 $ "failed") $ $) 92)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3920 (((-768) $) 114 (|has| |#1| (-363)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 113 (|has| |#1| (-363)))) (-3534 (($ $ (-1 |#2| |#2|)) 75) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-1619 (((-564) $) 38)) (-2511 (((-407 |#2|) $) 47)) (-1831 (((-859) $) 69) (($ (-564)) 35) (($ $) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) 34) (($ |#2|) 25)) (-2742 ((|#1| $ (-564)) 72)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) 32 T CONST)) (-3939 (((-112) $ $) NIL)) (-1293 (($) 9 T CONST)) (-1300 (($) 14 T CONST)) (-3435 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-1702 (((-112) $ $) 21)) (-1808 (($ $) 51) (($ $ $) NIL)) (-1797 (($ $ $) 89)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 29) (($ $ $) 49)))
+(((-621 |#1| |#2|) (-13 (-231 |#2|) (-556) (-612 (-407 |#2|)) (-411 |#1|) (-1035 |#2|) (-10 -8 (-15 -2003 ((-112) $)) (-15 -1619 ((-564) $)) (-15 -2155 ((-564) $)) (-15 -3396 ($ $)) (-15 -3370 (|#1| $)) (-15 -1374 (|#1| $)) (-15 -2742 (|#1| $ (-564))) (-15 -3186 ($ |#1| (-564))) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-6 (-307)) (-15 -2011 ((-2 (|:| -1586 $) (|:| -3293 (-407 |#2|))) (-407 |#2|)))) |%noBranch|))) (-556) (-1235 |#1|)) (T -621))
+((-2003 (*1 *2 *1) (-12 (-4 *3 (-556)) (-5 *2 (-112)) (-5 *1 (-621 *3 *4)) (-4 *4 (-1235 *3)))) (-1619 (*1 *2 *1) (-12 (-4 *3 (-556)) (-5 *2 (-564)) (-5 *1 (-621 *3 *4)) (-4 *4 (-1235 *3)))) (-2155 (*1 *2 *1) (-12 (-4 *3 (-556)) (-5 *2 (-564)) (-5 *1 (-621 *3 *4)) (-4 *4 (-1235 *3)))) (-3396 (*1 *1 *1) (-12 (-4 *2 (-556)) (-5 *1 (-621 *2 *3)) (-4 *3 (-1235 *2)))) (-3370 (*1 *2 *1) (-12 (-4 *2 (-556)) (-5 *1 (-621 *2 *3)) (-4 *3 (-1235 *2)))) (-1374 (*1 *2 *1) (-12 (-4 *2 (-556)) (-5 *1 (-621 *2 *3)) (-4 *3 (-1235 *2)))) (-2742 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *2 (-556)) (-5 *1 (-621 *2 *4)) (-4 *4 (-1235 *2)))) (-3186 (*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-4 *2 (-556)) (-5 *1 (-621 *2 *4)) (-4 *4 (-1235 *2)))) (-2011 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *4 (-556)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| -1586 (-621 *4 *5)) (|:| -3293 (-407 *5)))) (-5 *1 (-621 *4 *5)) (-5 *3 (-407 *5)))))
+(-13 (-231 |#2|) (-556) (-612 (-407 |#2|)) (-411 |#1|) (-1035 |#2|) (-10 -8 (-15 -2003 ((-112) $)) (-15 -1619 ((-564) $)) (-15 -2155 ((-564) $)) (-15 -3396 ($ $)) (-15 -3370 (|#1| $)) (-15 -1374 (|#1| $)) (-15 -2742 (|#1| $ (-564))) (-15 -3186 ($ |#1| (-564))) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-6 (-307)) (-15 -2011 ((-2 (|:| -1586 $) (|:| -3293 (-407 |#2|))) (-407 |#2|)))) |%noBranch|)))
+((-2951 (((-641 |#6|) (-641 |#4|) (-112)) 53)) (-1860 ((|#6| |#6|) 47)))
+(((-622 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1860 (|#6| |#6|)) (-15 -2951 ((-641 |#6|) (-641 |#4|) (-112)))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|) (-1103 |#1| |#2| |#3| |#4|)) (T -622))
+((-2951 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 *10)) (-5 *1 (-622 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *10 (-1103 *5 *6 *7 *8)))) (-1860 (*1 *2 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-622 *3 *4 *5 *6 *7 *2)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *2 (-1103 *3 *4 *5 *6)))))
+(-10 -7 (-15 -1860 (|#6| |#6|)) (-15 -2951 ((-641 |#6|) (-641 |#4|) (-112))))
+((-4055 (((-112) |#3| (-768) (-641 |#3|)) 32)) (-2068 (((-3 (-2 (|:| |polfac| (-641 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-641 (-1166 |#3|)))) "failed") |#3| (-641 (-1166 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3840 (-641 (-2 (|:| |irr| |#4|) (|:| -1874 (-564)))))) (-641 |#3|) (-641 |#1|) (-641 |#3|)) 73)))
+(((-623 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4055 ((-112) |#3| (-768) (-641 |#3|))) (-15 -2068 ((-3 (-2 (|:| |polfac| (-641 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-641 (-1166 |#3|)))) "failed") |#3| (-641 (-1166 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3840 (-641 (-2 (|:| |irr| |#4|) (|:| -1874 (-564)))))) (-641 |#3|) (-641 |#1|) (-641 |#3|)))) (-847) (-790) (-307) (-946 |#3| |#2| |#1|)) (T -623))
+((-2068 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -3840 (-641 (-2 (|:| |irr| *10) (|:| -1874 (-564))))))) (-5 *6 (-641 *3)) (-5 *7 (-641 *8)) (-4 *8 (-847)) (-4 *3 (-307)) (-4 *10 (-946 *3 *9 *8)) (-4 *9 (-790)) (-5 *2 (-2 (|:| |polfac| (-641 *10)) (|:| |correct| *3) (|:| |corrfact| (-641 (-1166 *3))))) (-5 *1 (-623 *8 *9 *3 *10)) (-5 *4 (-641 (-1166 *3))))) (-4055 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-768)) (-5 *5 (-641 *3)) (-4 *3 (-307)) (-4 *6 (-847)) (-4 *7 (-790)) (-5 *2 (-112)) (-5 *1 (-623 *6 *7 *3 *8)) (-4 *8 (-946 *3 *7 *6)))))
+(-10 -7 (-15 -4055 ((-112) |#3| (-768) (-641 |#3|))) (-15 -2068 ((-3 (-2 (|:| |polfac| (-641 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-641 (-1166 |#3|)))) "failed") |#3| (-641 (-1166 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3840 (-641 (-2 (|:| |irr| |#4|) (|:| -1874 (-564)))))) (-641 |#3|) (-641 |#1|) (-641 |#3|))))
+((-1817 (((-112) $ $) NIL)) (-4383 (((-1129) $) 11)) (-4372 (((-1129) $) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-624) (-13 (-1077) (-10 -8 (-15 -4372 ((-1129) $)) (-15 -4383 ((-1129) $))))) (T -624))
+((-4372 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-624)))) (-4383 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-624)))))
+(-13 (-1077) (-10 -8 (-15 -4372 ((-1129) $)) (-15 -4383 ((-1129) $))))
+((-1817 (((-112) $ $) NIL)) (-2412 (((-641 |#1|) $) NIL)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-3156 (($ $) 77)) (-2358 (((-660 |#1| |#2|) $) 60)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 81)) (-3458 (((-641 (-294 |#2|)) $ $) 42)) (-2780 (((-1114) $) NIL)) (-4326 (($ (-660 |#1| |#2|)) 56)) (-3047 (($ $ $) NIL)) (-1992 (($ $ $) NIL)) (-1831 (((-859) $) 66) (((-1274 |#1| |#2|) $) NIL) (((-1279 |#1| |#2|) $) 74)) (-1300 (($) 61 T CONST)) (-2500 (((-641 (-2 (|:| |k| (-668 |#1|)) (|:| |c| |#2|))) $) 41)) (-3960 (((-641 (-660 |#1| |#2|)) (-641 |#1|)) 73)) (-1430 (((-641 (-2 (|:| |k| (-890 |#1|)) (|:| |c| |#2|))) $) 46)) (-1702 (((-112) $ $) 62)) (-1823 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ $ $) 52)))
+(((-625 |#1| |#2| |#3|) (-13 (-473) (-10 -8 (-15 -4326 ($ (-660 |#1| |#2|))) (-15 -2358 ((-660 |#1| |#2|) $)) (-15 -1430 ((-641 (-2 (|:| |k| (-890 |#1|)) (|:| |c| |#2|))) $)) (-15 -1831 ((-1274 |#1| |#2|) $)) (-15 -1831 ((-1279 |#1| |#2|) $)) (-15 -3156 ($ $)) (-15 -2412 ((-641 |#1|) $)) (-15 -3960 ((-641 (-660 |#1| |#2|)) (-641 |#1|))) (-15 -2500 ((-641 (-2 (|:| |k| (-668 |#1|)) (|:| |c| |#2|))) $)) (-15 -3458 ((-641 (-294 |#2|)) $ $)))) (-847) (-13 (-172) (-714 (-407 (-564)))) (-918)) (T -625))
+((-4326 (*1 *1 *2) (-12 (-5 *2 (-660 *3 *4)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-5 *1 (-625 *3 *4 *5)) (-14 *5 (-918)))) (-2358 (*1 *2 *1) (-12 (-5 *2 (-660 *3 *4)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-1430 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |k| (-890 *3)) (|:| |c| *4)))) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-1274 *3 *4)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-1279 *3 *4)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-3156 (*1 *1 *1) (-12 (-5 *1 (-625 *2 *3 *4)) (-4 *2 (-847)) (-4 *3 (-13 (-172) (-714 (-407 (-564))))) (-14 *4 (-918)))) (-2412 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-3960 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-847)) (-5 *2 (-641 (-660 *4 *5))) (-5 *1 (-625 *4 *5 *6)) (-4 *5 (-13 (-172) (-714 (-407 (-564))))) (-14 *6 (-918)))) (-2500 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |k| (-668 *3)) (|:| |c| *4)))) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))) (-3458 (*1 *2 *1 *1) (-12 (-5 *2 (-641 (-294 *4))) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847)) (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))))
+(-13 (-473) (-10 -8 (-15 -4326 ($ (-660 |#1| |#2|))) (-15 -2358 ((-660 |#1| |#2|) $)) (-15 -1430 ((-641 (-2 (|:| |k| (-890 |#1|)) (|:| |c| |#2|))) $)) (-15 -1831 ((-1274 |#1| |#2|) $)) (-15 -1831 ((-1279 |#1| |#2|) $)) (-15 -3156 ($ $)) (-15 -2412 ((-641 |#1|) $)) (-15 -3960 ((-641 (-660 |#1| |#2|)) (-641 |#1|))) (-15 -2500 ((-641 (-2 (|:| |k| (-668 |#1|)) (|:| |c| |#2|))) $)) (-15 -3458 ((-641 (-294 |#2|)) $ $))))
+((-2951 (((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112)) 102) (((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112)) 76)) (-1628 (((-112) (-641 (-777 |#1| (-861 |#2|)))) 26)) (-3184 (((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112)) 101)) (-3575 (((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112)) 75)) (-4385 (((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|)))) 30)) (-3109 (((-3 (-641 (-777 |#1| (-861 |#2|))) "failed") (-641 (-777 |#1| (-861 |#2|)))) 29)))
+(((-626 |#1| |#2|) (-10 -7 (-15 -1628 ((-112) (-641 (-777 |#1| (-861 |#2|))))) (-15 -3109 ((-3 (-641 (-777 |#1| (-861 |#2|))) "failed") (-641 (-777 |#1| (-861 |#2|))))) (-15 -4385 ((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|))))) (-15 -3575 ((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -3184 ((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -2951 ((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -2951 ((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112)))) (-452) (-641 (-1170))) (T -626))
+((-2951 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452)) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1140 *5 (-531 (-861 *6)) (-861 *6) (-777 *5 (-861 *6))))) (-5 *1 (-626 *5 *6)))) (-2951 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452)) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-626 *5 *6)))) (-3184 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452)) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1140 *5 (-531 (-861 *6)) (-861 *6) (-777 *5 (-861 *6))))) (-5 *1 (-626 *5 *6)))) (-3575 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452)) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-626 *5 *6)))) (-4385 (*1 *2 *2) (-12 (-5 *2 (-641 (-777 *3 (-861 *4)))) (-4 *3 (-452)) (-14 *4 (-641 (-1170))) (-5 *1 (-626 *3 *4)))) (-3109 (*1 *2 *2) (|partial| -12 (-5 *2 (-641 (-777 *3 (-861 *4)))) (-4 *3 (-452)) (-14 *4 (-641 (-1170))) (-5 *1 (-626 *3 *4)))) (-1628 (*1 *2 *3) (-12 (-5 *3 (-641 (-777 *4 (-861 *5)))) (-4 *4 (-452)) (-14 *5 (-641 (-1170))) (-5 *2 (-112)) (-5 *1 (-626 *4 *5)))))
+(-10 -7 (-15 -1628 ((-112) (-641 (-777 |#1| (-861 |#2|))))) (-15 -3109 ((-3 (-641 (-777 |#1| (-861 |#2|))) "failed") (-641 (-777 |#1| (-861 |#2|))))) (-15 -4385 ((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|))))) (-15 -3575 ((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -3184 ((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -2951 ((-641 (-1043 |#1| |#2|)) (-641 (-777 |#1| (-861 |#2|))) (-112))) (-15 -2951 ((-641 (-1140 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|)))) (-641 (-777 |#1| (-861 |#2|))) (-112))))
+((-3357 (($ $) 38)) (-3210 (($ $) 21)) (-3330 (($ $) 37)) (-3187 (($ $) 22)) (-3384 (($ $) 36)) (-3233 (($ $) 23)) (-3714 (($) 48)) (-2358 (($ $) 45)) (-4127 (($ $) 17)) (-3165 (($ $ (-1086 $)) 7) (($ $ (-1170)) 6)) (-4326 (($ $) 46)) (-3142 (($ $) 15)) (-3173 (($ $) 16)) (-3395 (($ $) 35)) (-3245 (($ $) 24)) (-3371 (($ $) 34)) (-3221 (($ $) 25)) (-3344 (($ $) 33)) (-3199 (($ $) 26)) (-3427 (($ $) 44)) (-3276 (($ $) 32)) (-3406 (($ $) 43)) (-3254 (($ $) 31)) (-3450 (($ $) 42)) (-3302 (($ $) 30)) (-2315 (($ $) 41)) (-3316 (($ $) 29)) (-3439 (($ $) 40)) (-3287 (($ $) 28)) (-3416 (($ $) 39)) (-3265 (($ $) 27)) (-3074 (($ $) 19)) (-1805 (($ $) 20)) (-2924 (($ $) 18)) (** (($ $ $) 47)))
(((-627) (-140)) (T -627))
-((-3725 (*1 *1 *1) (-4 *1 (-627))) (-2852 (*1 *1 *1) (-4 *1 (-627))) (-1548 (*1 *1 *1) (-4 *1 (-627))) (-3073 (*1 *1 *1) (-4 *1 (-627))) (-1675 (*1 *1 *1) (-4 *1 (-627))) (-1642 (*1 *1 *1) (-4 *1 (-627))))
-(-13 (-956) (-1194) (-10 -8 (-15 -3725 ($ $)) (-15 -2852 ($ $)) (-15 -1548 ($ $)) (-15 -3073 ($ $)) (-15 -1675 ($ $)) (-15 -1642 ($ $))))
+((-1805 (*1 *1 *1) (-4 *1 (-627))) (-3074 (*1 *1 *1) (-4 *1 (-627))) (-2924 (*1 *1 *1) (-4 *1 (-627))) (-4127 (*1 *1 *1) (-4 *1 (-627))) (-3173 (*1 *1 *1) (-4 *1 (-627))) (-3142 (*1 *1 *1) (-4 *1 (-627))))
+(-13 (-956) (-1194) (-10 -8 (-15 -1805 ($ $)) (-15 -3074 ($ $)) (-15 -2924 ($ $)) (-15 -4127 ($ $)) (-15 -3173 ($ $)) (-15 -3142 ($ $))))
(((-35) . T) ((-95) . T) ((-284) . T) ((-493) . T) ((-956) . T) ((-1194) . T) ((-1197) . T))
-((-2984 (((-114) (-114)) 90)) (-3073 ((|#2| |#2|) 28)) (-2863 ((|#2| |#2| (-1086 |#2|)) 86) ((|#2| |#2| (-1170)) 50)) (-1642 ((|#2| |#2|) 27)) (-1675 ((|#2| |#2|) 29)) (-2289 (((-112) (-114)) 33)) (-2852 ((|#2| |#2|) 24)) (-3725 ((|#2| |#2|) 26)) (-1548 ((|#2| |#2|) 25)))
-(((-628 |#1| |#2|) (-10 -7 (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 -3725 (|#2| |#2|)) (-15 -2852 (|#2| |#2|)) (-15 -1548 (|#2| |#2|)) (-15 -3073 (|#2| |#2|)) (-15 -1642 (|#2| |#2|)) (-15 -1675 (|#2| |#2|)) (-15 -2863 (|#2| |#2| (-1170))) (-15 -2863 (|#2| |#2| (-1086 |#2|)))) (-13 (-847) (-556)) (-13 (-430 |#1|) (-999) (-1194))) (T -628))
-((-2863 (*1 *2 *2 *3) (-12 (-5 *3 (-1086 *2)) (-4 *2 (-13 (-430 *4) (-999) (-1194))) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-628 *4 *2)))) (-2863 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-628 *4 *2)) (-4 *2 (-13 (-430 *4) (-999) (-1194))))) (-1675 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-1642 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-3073 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-1548 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-2852 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-3725 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-2984 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *4)) (-4 *4 (-13 (-430 *3) (-999) (-1194))))) (-2289 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-628 *4 *5)) (-4 *5 (-13 (-430 *4) (-999) (-1194))))))
-(-10 -7 (-15 -2289 ((-112) (-114))) (-15 -2984 ((-114) (-114))) (-15 -3725 (|#2| |#2|)) (-15 -2852 (|#2| |#2|)) (-15 -1548 (|#2| |#2|)) (-15 -3073 (|#2| |#2|)) (-15 -1642 (|#2| |#2|)) (-15 -1675 (|#2| |#2|)) (-15 -2863 (|#2| |#2| (-1170))) (-15 -2863 (|#2| |#2| (-1086 |#2|))))
-((-4017 (((-481 |#1| |#2|) (-247 |#1| |#2|)) 67)) (-2622 (((-641 (-247 |#1| |#2|)) (-641 (-481 |#1| |#2|))) 93)) (-2588 (((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-861 |#1|)) 95) (((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)) (-861 |#1|)) 94)) (-2810 (((-2 (|:| |gblist| (-641 (-247 |#1| |#2|))) (|:| |gvlist| (-641 (-564)))) (-641 (-481 |#1| |#2|))) 138)) (-2355 (((-641 (-481 |#1| |#2|)) (-861 |#1|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|))) 108)) (-3373 (((-2 (|:| |glbase| (-641 (-247 |#1| |#2|))) (|:| |glval| (-641 (-564)))) (-641 (-247 |#1| |#2|))) 148)) (-4208 (((-1259 |#2|) (-481 |#1| |#2|) (-641 (-481 |#1| |#2|))) 72)) (-1622 (((-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|))) 48)) (-1896 (((-247 |#1| |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|))) 64)) (-1468 (((-247 |#1| |#2|) (-641 |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|))) 116)))
-(((-629 |#1| |#2|) (-10 -7 (-15 -2810 ((-2 (|:| |gblist| (-641 (-247 |#1| |#2|))) (|:| |gvlist| (-641 (-564)))) (-641 (-481 |#1| |#2|)))) (-15 -3373 ((-2 (|:| |glbase| (-641 (-247 |#1| |#2|))) (|:| |glval| (-641 (-564)))) (-641 (-247 |#1| |#2|)))) (-15 -2622 ((-641 (-247 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -2588 ((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)) (-861 |#1|))) (-15 -2588 ((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-861 |#1|))) (-15 -1622 ((-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -4208 ((-1259 |#2|) (-481 |#1| |#2|) (-641 (-481 |#1| |#2|)))) (-15 -1468 ((-247 |#1| |#2|) (-641 |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|)))) (-15 -2355 ((-641 (-481 |#1| |#2|)) (-861 |#1|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -1896 ((-247 |#1| |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|)))) (-15 -4017 ((-481 |#1| |#2|) (-247 |#1| |#2|)))) (-641 (-1170)) (-452)) (T -629))
-((-4017 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *2 (-481 *4 *5)) (-5 *1 (-629 *4 *5)))) (-1896 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-247 *4 *5))) (-5 *2 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-629 *4 *5)))) (-2355 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-641 (-481 *4 *5))) (-5 *3 (-861 *4)) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-629 *4 *5)))) (-1468 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-247 *5 *6))) (-4 *6 (-452)) (-5 *2 (-247 *5 *6)) (-14 *5 (-641 (-1170))) (-5 *1 (-629 *5 *6)))) (-4208 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-481 *5 *6))) (-5 *3 (-481 *5 *6)) (-14 *5 (-641 (-1170))) (-4 *6 (-452)) (-5 *2 (-1259 *6)) (-5 *1 (-629 *5 *6)))) (-1622 (*1 *2 *2) (-12 (-5 *2 (-641 (-481 *3 *4))) (-14 *3 (-641 (-1170))) (-4 *4 (-452)) (-5 *1 (-629 *3 *4)))) (-2588 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-481 *5 *6))) (-5 *4 (-861 *5)) (-14 *5 (-641 (-1170))) (-5 *2 (-481 *5 *6)) (-5 *1 (-629 *5 *6)) (-4 *6 (-452)))) (-2588 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-641 (-481 *5 *6))) (-5 *4 (-861 *5)) (-14 *5 (-641 (-1170))) (-5 *2 (-481 *5 *6)) (-5 *1 (-629 *5 *6)) (-4 *6 (-452)))) (-2622 (*1 *2 *3) (-12 (-5 *3 (-641 (-481 *4 *5))) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *2 (-641 (-247 *4 *5))) (-5 *1 (-629 *4 *5)))) (-3373 (*1 *2 *3) (-12 (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *2 (-2 (|:| |glbase| (-641 (-247 *4 *5))) (|:| |glval| (-641 (-564))))) (-5 *1 (-629 *4 *5)) (-5 *3 (-641 (-247 *4 *5))))) (-2810 (*1 *2 *3) (-12 (-5 *3 (-641 (-481 *4 *5))) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *2 (-2 (|:| |gblist| (-641 (-247 *4 *5))) (|:| |gvlist| (-641 (-564))))) (-5 *1 (-629 *4 *5)))))
-(-10 -7 (-15 -2810 ((-2 (|:| |gblist| (-641 (-247 |#1| |#2|))) (|:| |gvlist| (-641 (-564)))) (-641 (-481 |#1| |#2|)))) (-15 -3373 ((-2 (|:| |glbase| (-641 (-247 |#1| |#2|))) (|:| |glval| (-641 (-564)))) (-641 (-247 |#1| |#2|)))) (-15 -2622 ((-641 (-247 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -2588 ((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)) (-861 |#1|))) (-15 -2588 ((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-861 |#1|))) (-15 -1622 ((-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -4208 ((-1259 |#2|) (-481 |#1| |#2|) (-641 (-481 |#1| |#2|)))) (-15 -1468 ((-247 |#1| |#2|) (-641 |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|)))) (-15 -2355 ((-641 (-481 |#1| |#2|)) (-861 |#1|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -1896 ((-247 |#1| |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|)))) (-15 -4017 ((-481 |#1| |#2|) (-247 |#1| |#2|))))
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094))))) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))) NIL)) (-2229 (((-1264) $ (-1152) (-1152)) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 (((-52) $ (-1152) (-52)) 16) (((-52) $ (-1170) (-52)) 17)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-1593 (((-3 (-52) "failed") (-1152) $) NIL)) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094))))) (-3537 (($ (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-3 (-52) "failed") (-1152) $) NIL)) (-3813 (($ (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $ (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094)))) (((-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $ (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-1452 (((-52) $ (-1152) (-52)) NIL (|has| $ (-6 -4413)))) (-1379 (((-52) $ (-1152)) NIL)) (-1597 (((-641 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-641 (-52)) $) NIL (|has| $ (-6 -4412)))) (-2623 (($ $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-1152) $) NIL (|has| (-1152) (-847)))) (-4317 (((-641 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-641 (-52)) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-52) (-1094))))) (-3825 (((-1152) $) NIL (|has| (-1152) (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4413))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-2231 (($ (-388)) 9)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094))))) (-2659 (((-641 (-1152)) $) NIL)) (-1509 (((-112) (-1152) $) NIL)) (-4290 (((-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) $) NIL)) (-3573 (($ (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) $) NIL)) (-4184 (((-641 (-1152)) $) NIL)) (-2405 (((-112) (-1152) $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094))))) (-1897 (((-52) $) NIL (|has| (-1152) (-847)))) (-2061 (((-3 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) "failed") (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL)) (-1759 (($ $ (-52)) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094)))) (($ $ (-294 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094)))) (($ $ (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094)))) (($ $ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094)))) (($ $ (-641 (-52)) (-641 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-294 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-641 (-294 (-52)))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-52) (-1094))))) (-3111 (((-641 (-52)) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 (((-52) $ (-1152)) 14) (((-52) $ (-1152) (-52)) NIL) (((-52) $ (-1170)) 15)) (-2710 (($) NIL) (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))) NIL)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094)))) (((-768) (-52) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-52) (-1094)))) (((-768) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))) NIL)) (-1721 (((-859) $) NIL (-2713 (|has| (-52) (-611 (-859))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-611 (-859)))))) (-1959 (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))))) NIL)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 (-52))) (-1094))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-630) (-13 (-1185 (-1152) (-52)) (-10 -8 (-15 -2231 ($ (-388))) (-15 -2623 ($ $)) (-15 -2961 ((-52) $ (-1170))) (-15 -1869 ((-52) $ (-1170) (-52)))))) (T -630))
-((-2231 (*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-630)))) (-2623 (*1 *1 *1) (-5 *1 (-630))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-52)) (-5 *1 (-630)))) (-1869 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1170)) (-5 *1 (-630)))))
-(-13 (-1185 (-1152) (-52)) (-10 -8 (-15 -2231 ($ (-388))) (-15 -2623 ($ $)) (-15 -2961 ((-52) $ (-1170))) (-15 -1869 ((-52) $ (-1170) (-52)))))
-((-2983 (($ $ |#2|) 10)))
-(((-631 |#1| |#2|) (-10 -8 (-15 -2983 (|#1| |#1| |#2|))) (-632 |#2|) (-172)) (T -631))
-NIL
-(-10 -8 (-15 -2983 (|#1| |#1| |#2|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1732 (($ $ $) 29)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 28 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
+((-1841 (((-114) (-114)) 90)) (-4127 ((|#2| |#2|) 28)) (-3165 ((|#2| |#2| (-1086 |#2|)) 86) ((|#2| |#2| (-1170)) 50)) (-3142 ((|#2| |#2|) 27)) (-3173 ((|#2| |#2|) 29)) (-1322 (((-112) (-114)) 33)) (-3074 ((|#2| |#2|) 24)) (-1805 ((|#2| |#2|) 26)) (-2924 ((|#2| |#2|) 25)))
+(((-628 |#1| |#2|) (-10 -7 (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 -1805 (|#2| |#2|)) (-15 -3074 (|#2| |#2|)) (-15 -2924 (|#2| |#2|)) (-15 -4127 (|#2| |#2|)) (-15 -3142 (|#2| |#2|)) (-15 -3173 (|#2| |#2|)) (-15 -3165 (|#2| |#2| (-1170))) (-15 -3165 (|#2| |#2| (-1086 |#2|)))) (-13 (-847) (-556)) (-13 (-430 |#1|) (-999) (-1194))) (T -628))
+((-3165 (*1 *2 *2 *3) (-12 (-5 *3 (-1086 *2)) (-4 *2 (-13 (-430 *4) (-999) (-1194))) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-628 *4 *2)))) (-3165 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-628 *4 *2)) (-4 *2 (-13 (-430 *4) (-999) (-1194))))) (-3173 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-3142 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-4127 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-2924 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-3074 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-1805 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2)) (-4 *2 (-13 (-430 *3) (-999) (-1194))))) (-1841 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *4)) (-4 *4 (-13 (-430 *3) (-999) (-1194))))) (-1322 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-628 *4 *5)) (-4 *5 (-13 (-430 *4) (-999) (-1194))))))
+(-10 -7 (-15 -1322 ((-112) (-114))) (-15 -1841 ((-114) (-114))) (-15 -1805 (|#2| |#2|)) (-15 -3074 (|#2| |#2|)) (-15 -2924 (|#2| |#2|)) (-15 -4127 (|#2| |#2|)) (-15 -3142 (|#2| |#2|)) (-15 -3173 (|#2| |#2|)) (-15 -3165 (|#2| |#2| (-1170))) (-15 -3165 (|#2| |#2| (-1086 |#2|))))
+((-1613 (((-481 |#1| |#2|) (-247 |#1| |#2|)) 67)) (-1572 (((-641 (-247 |#1| |#2|)) (-641 (-481 |#1| |#2|))) 93)) (-2480 (((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-861 |#1|)) 95) (((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)) (-861 |#1|)) 94)) (-2709 (((-2 (|:| |gblist| (-641 (-247 |#1| |#2|))) (|:| |gvlist| (-641 (-564)))) (-641 (-481 |#1| |#2|))) 138)) (-3892 (((-641 (-481 |#1| |#2|)) (-861 |#1|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|))) 108)) (-1323 (((-2 (|:| |glbase| (-641 (-247 |#1| |#2|))) (|:| |glval| (-641 (-564)))) (-641 (-247 |#1| |#2|))) 148)) (-2894 (((-1259 |#2|) (-481 |#1| |#2|) (-641 (-481 |#1| |#2|))) 72)) (-2382 (((-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|))) 48)) (-3000 (((-247 |#1| |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|))) 64)) (-3354 (((-247 |#1| |#2|) (-641 |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|))) 116)))
+(((-629 |#1| |#2|) (-10 -7 (-15 -2709 ((-2 (|:| |gblist| (-641 (-247 |#1| |#2|))) (|:| |gvlist| (-641 (-564)))) (-641 (-481 |#1| |#2|)))) (-15 -1323 ((-2 (|:| |glbase| (-641 (-247 |#1| |#2|))) (|:| |glval| (-641 (-564)))) (-641 (-247 |#1| |#2|)))) (-15 -1572 ((-641 (-247 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -2480 ((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)) (-861 |#1|))) (-15 -2480 ((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-861 |#1|))) (-15 -2382 ((-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -2894 ((-1259 |#2|) (-481 |#1| |#2|) (-641 (-481 |#1| |#2|)))) (-15 -3354 ((-247 |#1| |#2|) (-641 |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|)))) (-15 -3892 ((-641 (-481 |#1| |#2|)) (-861 |#1|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -3000 ((-247 |#1| |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|)))) (-15 -1613 ((-481 |#1| |#2|) (-247 |#1| |#2|)))) (-641 (-1170)) (-452)) (T -629))
+((-1613 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *2 (-481 *4 *5)) (-5 *1 (-629 *4 *5)))) (-3000 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-247 *4 *5))) (-5 *2 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-629 *4 *5)))) (-3892 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-641 (-481 *4 *5))) (-5 *3 (-861 *4)) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-629 *4 *5)))) (-3354 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-247 *5 *6))) (-4 *6 (-452)) (-5 *2 (-247 *5 *6)) (-14 *5 (-641 (-1170))) (-5 *1 (-629 *5 *6)))) (-2894 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-481 *5 *6))) (-5 *3 (-481 *5 *6)) (-14 *5 (-641 (-1170))) (-4 *6 (-452)) (-5 *2 (-1259 *6)) (-5 *1 (-629 *5 *6)))) (-2382 (*1 *2 *2) (-12 (-5 *2 (-641 (-481 *3 *4))) (-14 *3 (-641 (-1170))) (-4 *4 (-452)) (-5 *1 (-629 *3 *4)))) (-2480 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-481 *5 *6))) (-5 *4 (-861 *5)) (-14 *5 (-641 (-1170))) (-5 *2 (-481 *5 *6)) (-5 *1 (-629 *5 *6)) (-4 *6 (-452)))) (-2480 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-641 (-481 *5 *6))) (-5 *4 (-861 *5)) (-14 *5 (-641 (-1170))) (-5 *2 (-481 *5 *6)) (-5 *1 (-629 *5 *6)) (-4 *6 (-452)))) (-1572 (*1 *2 *3) (-12 (-5 *3 (-641 (-481 *4 *5))) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *2 (-641 (-247 *4 *5))) (-5 *1 (-629 *4 *5)))) (-1323 (*1 *2 *3) (-12 (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *2 (-2 (|:| |glbase| (-641 (-247 *4 *5))) (|:| |glval| (-641 (-564))))) (-5 *1 (-629 *4 *5)) (-5 *3 (-641 (-247 *4 *5))))) (-2709 (*1 *2 *3) (-12 (-5 *3 (-641 (-481 *4 *5))) (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *2 (-2 (|:| |gblist| (-641 (-247 *4 *5))) (|:| |gvlist| (-641 (-564))))) (-5 *1 (-629 *4 *5)))))
+(-10 -7 (-15 -2709 ((-2 (|:| |gblist| (-641 (-247 |#1| |#2|))) (|:| |gvlist| (-641 (-564)))) (-641 (-481 |#1| |#2|)))) (-15 -1323 ((-2 (|:| |glbase| (-641 (-247 |#1| |#2|))) (|:| |glval| (-641 (-564)))) (-641 (-247 |#1| |#2|)))) (-15 -1572 ((-641 (-247 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -2480 ((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)) (-861 |#1|))) (-15 -2480 ((-481 |#1| |#2|) (-641 (-481 |#1| |#2|)) (-861 |#1|))) (-15 -2382 ((-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -2894 ((-1259 |#2|) (-481 |#1| |#2|) (-641 (-481 |#1| |#2|)))) (-15 -3354 ((-247 |#1| |#2|) (-641 |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|)))) (-15 -3892 ((-641 (-481 |#1| |#2|)) (-861 |#1|) (-641 (-481 |#1| |#2|)) (-641 (-481 |#1| |#2|)))) (-15 -3000 ((-247 |#1| |#2|) (-247 |#1| |#2|) (-641 (-247 |#1| |#2|)))) (-15 -1613 ((-481 |#1| |#2|) (-247 |#1| |#2|))))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094))))) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))) NIL)) (-1956 (((-1264) $ (-1152) (-1152)) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 (((-52) $ (-1152) (-52)) 16) (((-52) $ (-1170) (-52)) 17)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-1725 (((-3 (-52) "failed") (-1152) $) NIL)) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094))))) (-3644 (($ (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-3 (-52) "failed") (-1152) $) NIL)) (-2576 (($ (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $ (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094)))) (((-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $ (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-2261 (((-52) $ (-1152) (-52)) NIL (|has| $ (-6 -4407)))) (-2190 (((-52) $ (-1152)) NIL)) (-1433 (((-641 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-641 (-52)) $) NIL (|has| $ (-6 -4406)))) (-1582 (($ $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-1152) $) NIL (|has| (-1152) (-847)))) (-2640 (((-641 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-641 (-52)) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-52) (-1094))))) (-3440 (((-1152) $) NIL (|has| (-1152) (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4407))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-3775 (($ (-388)) 9)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094))))) (-2945 (((-641 (-1152)) $) NIL)) (-2554 (((-112) (-1152) $) NIL)) (-2401 (((-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) $) NIL)) (-2783 (($ (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) $) NIL)) (-3883 (((-641 (-1152)) $) NIL)) (-4336 (((-112) (-1152) $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094))))) (-3303 (((-52) $) NIL (|has| (-1152) (-847)))) (-3995 (((-3 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) "failed") (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL)) (-4253 (($ $ (-52)) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094)))) (($ $ (-294 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094)))) (($ $ (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094)))) (($ $ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094)))) (($ $ (-641 (-52)) (-641 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-294 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-641 (-294 (-52)))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-52) (-1094))))) (-1794 (((-641 (-52)) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 (((-52) $ (-1152)) 14) (((-52) $ (-1152) (-52)) NIL) (((-52) $ (-1170)) 15)) (-4232 (($) NIL) (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))) NIL)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094)))) (((-768) (-52) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-52) (-1094)))) (((-768) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))) NIL)) (-1831 (((-859) $) NIL (-4078 (|has| (-52) (-611 (-859))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-611 (-859)))))) (-2321 (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))))) NIL)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 (-52))) (-1094))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-630) (-13 (-1185 (-1152) (-52)) (-10 -8 (-15 -3775 ($ (-388))) (-15 -1582 ($ $)) (-15 -1350 ((-52) $ (-1170))) (-15 -1970 ((-52) $ (-1170) (-52)))))) (T -630))
+((-3775 (*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-630)))) (-1582 (*1 *1 *1) (-5 *1 (-630))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-52)) (-5 *1 (-630)))) (-1970 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1170)) (-5 *1 (-630)))))
+(-13 (-1185 (-1152) (-52)) (-10 -8 (-15 -3775 ($ (-388))) (-15 -1582 ($ $)) (-15 -1350 ((-52) $ (-1170))) (-15 -1970 ((-52) $ (-1170) (-52)))))
+((-1823 (($ $ |#2|) 10)))
+(((-631 |#1| |#2|) (-10 -8 (-15 -1823 (|#1| |#1| |#2|))) (-632 |#2|) (-172)) (T -631))
+NIL
+(-10 -8 (-15 -1823 (|#1| |#1| |#2|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1842 (($ $ $) 29)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 28 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
(((-632 |#1|) (-140) (-172)) (T -632))
-((-1732 (*1 *1 *1 *1) (-12 (-4 *1 (-632 *2)) (-4 *2 (-172)))) (-2983 (*1 *1 *1 *2) (-12 (-4 *1 (-632 *2)) (-4 *2 (-172)) (-4 *2 (-363)))))
-(-13 (-714 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -1732 ($ $ $)) (IF (|has| |t#1| (-363)) (-15 -2983 ($ $ |t#1|)) |%noBranch|)))
+((-1842 (*1 *1 *1 *1) (-12 (-4 *1 (-632 *2)) (-4 *2 (-172)))) (-1823 (*1 *1 *1 *2) (-12 (-4 *1 (-632 *2)) (-4 *2 (-172)) (-4 *2 (-363)))))
+(-13 (-714 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -1842 ($ $ $)) (IF (|has| |t#1| (-363)) (-15 -1823 ($ $ |t#1|)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-714 |#1|) . T) ((-1052 |#1|) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4023 (((-3 $ "failed")) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2315 (((-1259 (-685 |#1|))) NIL (|has| |#2| (-417 |#1|))) (((-1259 (-685 |#1|)) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2262 (((-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-1692 (($) NIL T CONST)) (-2121 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3441 (((-3 $ "failed")) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2660 (((-685 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3268 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-1931 (((-685 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2816 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3034 (((-1166 (-949 |#1|))) NIL (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-363))))) (-4095 (($ $ (-918)) NIL)) (-1945 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-2829 (((-1166 |#1|) $) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1660 ((|#1|) NIL (|has| |#2| (-417 |#1|))) ((|#1| (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3390 (((-1166 |#1|) $) NIL (|has| |#2| (-367 |#1|)))) (-1936 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3222 (($ (-1259 |#1|)) NIL (|has| |#2| (-417 |#1|))) (($ (-1259 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3233 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3147 (((-918)) NIL (|has| |#2| (-367 |#1|)))) (-1826 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3668 (($ $ (-918)) NIL)) (-2516 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-4250 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1595 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1398 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1386 (((-3 $ "failed")) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1325 (((-685 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3820 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-2572 (((-685 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3126 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2605 (((-1166 (-949 |#1|))) NIL (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-363))))) (-2824 (($ $ (-918)) NIL)) (-2502 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-1438 (((-1166 |#1|) $) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1485 ((|#1|) NIL (|has| |#2| (-417 |#1|))) ((|#1| (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3677 (((-1166 |#1|) $) NIL (|has| |#2| (-367 |#1|)))) (-1517 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2811 (((-1152) $) NIL)) (-2141 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2264 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3338 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-4382 (((-1114) $) NIL)) (-3234 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2961 ((|#1| $ (-564)) NIL (|has| |#2| (-417 |#1|)))) (-3057 (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-417 |#1|))) (((-1259 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $) (-1259 $)) NIL (|has| |#2| (-367 |#1|))) (((-1259 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2153 (($ (-1259 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-1259 |#1|) $) NIL (|has| |#2| (-417 |#1|)))) (-3580 (((-641 (-949 |#1|))) NIL (|has| |#2| (-417 |#1|))) (((-641 (-949 |#1|)) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-1923 (($ $ $) NIL)) (-4311 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1721 (((-859) $) NIL) ((|#2| $) 12) (($ |#2|) 13)) (-2745 (((-1259 $)) NIL (|has| |#2| (-417 |#1|)))) (-3394 (((-641 (-1259 |#1|))) NIL (-2713 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2933 (($ $ $ $) NIL)) (-2012 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1840 (($ (-685 |#1|) $) NIL (|has| |#2| (-417 |#1|)))) (-3710 (($ $ $) NIL)) (-1380 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2425 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2508 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2885 (($) 19 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) 20)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 11) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-633 |#1| |#2|) (-13 (-741 |#1|) (-611 |#2|) (-10 -8 (-15 -1721 ($ |#2|)) (IF (|has| |#2| (-417 |#1|)) (-6 (-417 |#1|)) |%noBranch|) (IF (|has| |#2| (-367 |#1|)) (-6 (-367 |#1|)) |%noBranch|))) (-172) (-741 |#1|)) (T -633))
-((-1721 (*1 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-633 *3 *2)) (-4 *2 (-741 *3)))))
-(-13 (-741 |#1|) (-611 |#2|) (-10 -8 (-15 -1721 ($ |#2|)) (IF (|has| |#2| (-417 |#1|)) (-6 (-417 |#1|)) |%noBranch|) (IF (|has| |#2| (-367 |#1|)) (-6 (-367 |#1|)) |%noBranch|)))
-((-4222 (((-3 (-840 |#2|) "failed") |#2| (-294 |#2|) (-1152)) 105) (((-3 (-840 |#2|) (-2 (|:| |leftHandLimit| (-3 (-840 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-840 |#2|) "failed"))) "failed") |#2| (-294 (-840 |#2|))) 130)) (-2919 (((-3 (-830 |#2|) "failed") |#2| (-294 (-830 |#2|))) 135)))
-(((-634 |#1| |#2|) (-10 -7 (-15 -4222 ((-3 (-840 |#2|) (-2 (|:| |leftHandLimit| (-3 (-840 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-840 |#2|) "failed"))) "failed") |#2| (-294 (-840 |#2|)))) (-15 -2919 ((-3 (-830 |#2|) "failed") |#2| (-294 (-830 |#2|)))) (-15 -4222 ((-3 (-840 |#2|) "failed") |#2| (-294 |#2|) (-1152)))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -634))
-((-4222 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-294 *3)) (-5 *5 (-1152)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-840 *3)) (-5 *1 (-634 *6 *3)))) (-2919 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-294 (-830 *3))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-830 *3)) (-5 *1 (-634 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-4222 (*1 *2 *3 *4) (-12 (-5 *4 (-294 (-840 *3))) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (-840 *3) (-2 (|:| |leftHandLimit| (-3 (-840 *3) "failed")) (|:| |rightHandLimit| (-3 (-840 *3) "failed"))) "failed")) (-5 *1 (-634 *5 *3)))))
-(-10 -7 (-15 -4222 ((-3 (-840 |#2|) (-2 (|:| |leftHandLimit| (-3 (-840 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-840 |#2|) "failed"))) "failed") |#2| (-294 (-840 |#2|)))) (-15 -2919 ((-3 (-830 |#2|) "failed") |#2| (-294 (-830 |#2|)))) (-15 -4222 ((-3 (-840 |#2|) "failed") |#2| (-294 |#2|) (-1152))))
-((-4222 (((-3 (-840 (-407 (-949 |#1|))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))) (-1152)) 85) (((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|)))) 20) (((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-840 (-949 |#1|)))) 35)) (-2919 (((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|)))) 23) (((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-830 (-949 |#1|)))) 43)))
-(((-635 |#1|) (-10 -7 (-15 -4222 ((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-840 (-949 |#1|))))) (-15 -4222 ((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -2919 ((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-830 (-949 |#1|))))) (-15 -2919 ((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -4222 ((-3 (-840 (-407 (-949 |#1|))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))) (-1152)))) (-452)) (T -635))
-((-4222 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-294 (-407 (-949 *6)))) (-5 *5 (-1152)) (-5 *3 (-407 (-949 *6))) (-4 *6 (-452)) (-5 *2 (-840 *3)) (-5 *1 (-635 *6)))) (-2919 (*1 *2 *3 *4) (-12 (-5 *4 (-294 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5))) (-4 *5 (-452)) (-5 *2 (-830 *3)) (-5 *1 (-635 *5)))) (-2919 (*1 *2 *3 *4) (-12 (-5 *4 (-294 (-830 (-949 *5)))) (-4 *5 (-452)) (-5 *2 (-830 (-407 (-949 *5)))) (-5 *1 (-635 *5)) (-5 *3 (-407 (-949 *5))))) (-4222 (*1 *2 *3 *4) (-12 (-5 *4 (-294 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5))) (-4 *5 (-452)) (-5 *2 (-3 (-840 *3) (-2 (|:| |leftHandLimit| (-3 (-840 *3) "failed")) (|:| |rightHandLimit| (-3 (-840 *3) "failed"))) "failed")) (-5 *1 (-635 *5)))) (-4222 (*1 *2 *3 *4) (-12 (-5 *4 (-294 (-840 (-949 *5)))) (-4 *5 (-452)) (-5 *2 (-3 (-840 (-407 (-949 *5))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 *5))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 *5))) "failed"))) "failed")) (-5 *1 (-635 *5)) (-5 *3 (-407 (-949 *5))))))
-(-10 -7 (-15 -4222 ((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-840 (-949 |#1|))))) (-15 -4222 ((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -2919 ((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-830 (-949 |#1|))))) (-15 -2919 ((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -4222 ((-3 (-840 (-407 (-949 |#1|))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))) (-1152))))
-((-2696 (((-3 (-1259 (-407 |#1|)) "failed") (-1259 |#2|) |#2|) 64 (-2819 (|has| |#1| (-363)))) (((-3 (-1259 |#1|) "failed") (-1259 |#2|) |#2|) 49 (|has| |#1| (-363)))) (-4288 (((-112) (-1259 |#2|)) 33)) (-1910 (((-3 (-1259 |#1|) "failed") (-1259 |#2|)) 40)))
-(((-636 |#1| |#2|) (-10 -7 (-15 -4288 ((-112) (-1259 |#2|))) (-15 -1910 ((-3 (-1259 |#1|) "failed") (-1259 |#2|))) (IF (|has| |#1| (-363)) (-15 -2696 ((-3 (-1259 |#1|) "failed") (-1259 |#2|) |#2|)) (-15 -2696 ((-3 (-1259 (-407 |#1|)) "failed") (-1259 |#2|) |#2|)))) (-556) (-637 |#1|)) (T -636))
-((-2696 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 *5)) (-2819 (-4 *5 (-363))) (-4 *5 (-556)) (-5 *2 (-1259 (-407 *5))) (-5 *1 (-636 *5 *4)))) (-2696 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 *5)) (-4 *5 (-363)) (-4 *5 (-556)) (-5 *2 (-1259 *5)) (-5 *1 (-636 *5 *4)))) (-1910 (*1 *2 *3) (|partial| -12 (-5 *3 (-1259 *5)) (-4 *5 (-637 *4)) (-4 *4 (-556)) (-5 *2 (-1259 *4)) (-5 *1 (-636 *4 *5)))) (-4288 (*1 *2 *3) (-12 (-5 *3 (-1259 *5)) (-4 *5 (-637 *4)) (-4 *4 (-556)) (-5 *2 (-112)) (-5 *1 (-636 *4 *5)))))
-(-10 -7 (-15 -4288 ((-112) (-1259 |#2|))) (-15 -1910 ((-3 (-1259 |#1|) "failed") (-1259 |#2|))) (IF (|has| |#1| (-363)) (-15 -2696 ((-3 (-1259 |#1|) "failed") (-1259 |#2|) |#2|)) (-15 -2696 ((-3 (-1259 (-407 |#1|)) "failed") (-1259 |#2|) |#2|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3762 (((-685 |#1|) (-685 $)) 36) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 35)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1674 (((-3 $ "failed")) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-1546 (((-1259 (-685 |#1|))) NIL (|has| |#2| (-417 |#1|))) (((-1259 (-685 |#1|)) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2294 (((-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-1778 (($) NIL T CONST)) (-3353 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3868 (((-3 $ "failed")) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1911 (((-685 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2825 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-2050 (((-685 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2767 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2232 (((-1166 (-949 |#1|))) NIL (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-363))))) (-4221 (($ $ (-918)) NIL)) (-2166 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-2878 (((-1166 |#1|) $) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1476 ((|#1|) NIL (|has| |#2| (-417 |#1|))) ((|#1| (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-1475 (((-1166 |#1|) $) NIL (|has| |#2| (-367 |#1|)))) (-2103 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3624 (($ (-1259 |#1|)) NIL (|has| |#2| (-417 |#1|))) (($ (-1259 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3733 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3531 (((-918)) NIL (|has| |#2| (-367 |#1|)))) (-3628 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2482 (($ $ (-918)) NIL)) (-3001 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3261 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2130 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1907 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2302 (((-3 $ "failed")) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2510 (((-685 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3385 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-2289 (((-685 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-3874 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-1402 (((-1166 (-949 |#1|))) NIL (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-363))))) (-2839 (($ $ (-918)) NIL)) (-2873 ((|#1| $) NIL (|has| |#2| (-367 |#1|)))) (-4146 (((-1166 |#1|) $) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-3525 ((|#1|) NIL (|has| |#2| (-417 |#1|))) ((|#1| (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2582 (((-1166 |#1|) $) NIL (|has| |#2| (-367 |#1|)))) (-2628 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2723 (((-1152) $) NIL)) (-3582 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2317 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2241 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2780 (((-1114) $) NIL)) (-3740 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1350 ((|#1| $ (-564)) NIL (|has| |#2| (-417 |#1|)))) (-2467 (((-685 |#1|) (-1259 $)) NIL (|has| |#2| (-417 |#1|))) (((-1259 |#1|) $) NIL (|has| |#2| (-417 |#1|))) (((-685 |#1|) (-1259 $) (-1259 $)) NIL (|has| |#2| (-367 |#1|))) (((-1259 |#1|) $ (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-2511 (($ (-1259 |#1|)) NIL (|has| |#2| (-417 |#1|))) (((-1259 |#1|) $) NIL (|has| |#2| (-417 |#1|)))) (-2852 (((-641 (-949 |#1|))) NIL (|has| |#2| (-417 |#1|))) (((-641 (-949 |#1|)) (-1259 $)) NIL (|has| |#2| (-367 |#1|)))) (-1992 (($ $ $) NIL)) (-2595 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1831 (((-859) $) NIL) ((|#2| $) 12) (($ |#2|) 13)) (-3331 (((-1259 $)) NIL (|has| |#2| (-417 |#1|)))) (-1488 (((-641 (-1259 |#1|))) NIL (-4078 (-12 (|has| |#2| (-367 |#1|)) (|has| |#1| (-556))) (-12 (|has| |#2| (-417 |#1|)) (|has| |#1| (-556)))))) (-2611 (($ $ $ $) NIL)) (-1604 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3246 (($ (-685 |#1|) $) NIL (|has| |#2| (-417 |#1|)))) (-1656 (($ $ $) NIL)) (-3830 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-3335 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-2921 (((-112)) NIL (|has| |#2| (-367 |#1|)))) (-1293 (($) 19 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) 20)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 11) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-633 |#1| |#2|) (-13 (-741 |#1|) (-611 |#2|) (-10 -8 (-15 -1831 ($ |#2|)) (IF (|has| |#2| (-417 |#1|)) (-6 (-417 |#1|)) |%noBranch|) (IF (|has| |#2| (-367 |#1|)) (-6 (-367 |#1|)) |%noBranch|))) (-172) (-741 |#1|)) (T -633))
+((-1831 (*1 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-633 *3 *2)) (-4 *2 (-741 *3)))))
+(-13 (-741 |#1|) (-611 |#2|) (-10 -8 (-15 -1831 ($ |#2|)) (IF (|has| |#2| (-417 |#1|)) (-6 (-417 |#1|)) |%noBranch|) (IF (|has| |#2| (-367 |#1|)) (-6 (-367 |#1|)) |%noBranch|)))
+((-3025 (((-3 (-840 |#2|) "failed") |#2| (-294 |#2|) (-1152)) 105) (((-3 (-840 |#2|) (-2 (|:| |leftHandLimit| (-3 (-840 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-840 |#2|) "failed"))) "failed") |#2| (-294 (-840 |#2|))) 130)) (-2478 (((-3 (-830 |#2|) "failed") |#2| (-294 (-830 |#2|))) 135)))
+(((-634 |#1| |#2|) (-10 -7 (-15 -3025 ((-3 (-840 |#2|) (-2 (|:| |leftHandLimit| (-3 (-840 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-840 |#2|) "failed"))) "failed") |#2| (-294 (-840 |#2|)))) (-15 -2478 ((-3 (-830 |#2|) "failed") |#2| (-294 (-830 |#2|)))) (-15 -3025 ((-3 (-840 |#2|) "failed") |#2| (-294 |#2|) (-1152)))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -634))
+((-3025 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-294 *3)) (-5 *5 (-1152)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-840 *3)) (-5 *1 (-634 *6 *3)))) (-2478 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-294 (-830 *3))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-830 *3)) (-5 *1 (-634 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))) (-3025 (*1 *2 *3 *4) (-12 (-5 *4 (-294 (-840 *3))) (-4 *3 (-13 (-27) (-1194) (-430 *5))) (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-3 (-840 *3) (-2 (|:| |leftHandLimit| (-3 (-840 *3) "failed")) (|:| |rightHandLimit| (-3 (-840 *3) "failed"))) "failed")) (-5 *1 (-634 *5 *3)))))
+(-10 -7 (-15 -3025 ((-3 (-840 |#2|) (-2 (|:| |leftHandLimit| (-3 (-840 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-840 |#2|) "failed"))) "failed") |#2| (-294 (-840 |#2|)))) (-15 -2478 ((-3 (-830 |#2|) "failed") |#2| (-294 (-830 |#2|)))) (-15 -3025 ((-3 (-840 |#2|) "failed") |#2| (-294 |#2|) (-1152))))
+((-3025 (((-3 (-840 (-407 (-949 |#1|))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))) (-1152)) 85) (((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|)))) 20) (((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-840 (-949 |#1|)))) 35)) (-2478 (((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|)))) 23) (((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-830 (-949 |#1|)))) 43)))
+(((-635 |#1|) (-10 -7 (-15 -3025 ((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-840 (-949 |#1|))))) (-15 -3025 ((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -2478 ((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-830 (-949 |#1|))))) (-15 -2478 ((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -3025 ((-3 (-840 (-407 (-949 |#1|))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))) (-1152)))) (-452)) (T -635))
+((-3025 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-294 (-407 (-949 *6)))) (-5 *5 (-1152)) (-5 *3 (-407 (-949 *6))) (-4 *6 (-452)) (-5 *2 (-840 *3)) (-5 *1 (-635 *6)))) (-2478 (*1 *2 *3 *4) (-12 (-5 *4 (-294 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5))) (-4 *5 (-452)) (-5 *2 (-830 *3)) (-5 *1 (-635 *5)))) (-2478 (*1 *2 *3 *4) (-12 (-5 *4 (-294 (-830 (-949 *5)))) (-4 *5 (-452)) (-5 *2 (-830 (-407 (-949 *5)))) (-5 *1 (-635 *5)) (-5 *3 (-407 (-949 *5))))) (-3025 (*1 *2 *3 *4) (-12 (-5 *4 (-294 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5))) (-4 *5 (-452)) (-5 *2 (-3 (-840 *3) (-2 (|:| |leftHandLimit| (-3 (-840 *3) "failed")) (|:| |rightHandLimit| (-3 (-840 *3) "failed"))) "failed")) (-5 *1 (-635 *5)))) (-3025 (*1 *2 *3 *4) (-12 (-5 *4 (-294 (-840 (-949 *5)))) (-4 *5 (-452)) (-5 *2 (-3 (-840 (-407 (-949 *5))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 *5))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 *5))) "failed"))) "failed")) (-5 *1 (-635 *5)) (-5 *3 (-407 (-949 *5))))))
+(-10 -7 (-15 -3025 ((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-840 (-949 |#1|))))) (-15 -3025 ((-3 (-840 (-407 (-949 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-840 (-407 (-949 |#1|))) "failed"))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -2478 ((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-830 (-949 |#1|))))) (-15 -2478 ((-830 (-407 (-949 |#1|))) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -3025 ((-3 (-840 (-407 (-949 |#1|))) "failed") (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))) (-1152))))
+((-4132 (((-3 (-1259 (-407 |#1|)) "failed") (-1259 |#2|) |#2|) 64 (-4338 (|has| |#1| (-363)))) (((-3 (-1259 |#1|) "failed") (-1259 |#2|) |#2|) 49 (|has| |#1| (-363)))) (-2380 (((-112) (-1259 |#2|)) 33)) (-3118 (((-3 (-1259 |#1|) "failed") (-1259 |#2|)) 40)))
+(((-636 |#1| |#2|) (-10 -7 (-15 -2380 ((-112) (-1259 |#2|))) (-15 -3118 ((-3 (-1259 |#1|) "failed") (-1259 |#2|))) (IF (|has| |#1| (-363)) (-15 -4132 ((-3 (-1259 |#1|) "failed") (-1259 |#2|) |#2|)) (-15 -4132 ((-3 (-1259 (-407 |#1|)) "failed") (-1259 |#2|) |#2|)))) (-556) (-637 |#1|)) (T -636))
+((-4132 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 *5)) (-4338 (-4 *5 (-363))) (-4 *5 (-556)) (-5 *2 (-1259 (-407 *5))) (-5 *1 (-636 *5 *4)))) (-4132 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 *5)) (-4 *5 (-363)) (-4 *5 (-556)) (-5 *2 (-1259 *5)) (-5 *1 (-636 *5 *4)))) (-3118 (*1 *2 *3) (|partial| -12 (-5 *3 (-1259 *5)) (-4 *5 (-637 *4)) (-4 *4 (-556)) (-5 *2 (-1259 *4)) (-5 *1 (-636 *4 *5)))) (-2380 (*1 *2 *3) (-12 (-5 *3 (-1259 *5)) (-4 *5 (-637 *4)) (-4 *4 (-556)) (-5 *2 (-112)) (-5 *1 (-636 *4 *5)))))
+(-10 -7 (-15 -2380 ((-112) (-1259 |#2|))) (-15 -3118 ((-3 (-1259 |#1|) "failed") (-1259 |#2|))) (IF (|has| |#1| (-363)) (-15 -4132 ((-3 (-1259 |#1|) "failed") (-1259 |#2|) |#2|)) (-15 -4132 ((-3 (-1259 (-407 |#1|)) "failed") (-1259 |#2|) |#2|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-4050 (((-685 |#1|) (-685 $)) 36) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 35)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-637 |#1|) (-140) (-1046)) (T -637))
-((-3762 (*1 *2 *3) (-12 (-5 *3 (-685 *1)) (-4 *1 (-637 *4)) (-4 *4 (-1046)) (-5 *2 (-685 *4)))) (-3762 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *1)) (-5 *4 (-1259 *1)) (-4 *1 (-637 *5)) (-4 *5 (-1046)) (-5 *2 (-2 (|:| -1315 (-685 *5)) (|:| |vec| (-1259 *5)))))))
-(-13 (-1046) (-10 -8 (-15 -3762 ((-685 |t#1|) (-685 $))) (-15 -3762 ((-2 (|:| -1315 (-685 |t#1|)) (|:| |vec| (-1259 |t#1|))) (-685 $) (-1259 $)))))
+((-4050 (*1 *2 *3) (-12 (-5 *3 (-685 *1)) (-4 *1 (-637 *4)) (-4 *4 (-1046)) (-5 *2 (-685 *4)))) (-4050 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *1)) (-5 *4 (-1259 *1)) (-4 *1 (-637 *5)) (-4 *5 (-1046)) (-5 *2 (-2 (|:| -2394 (-685 *5)) (|:| |vec| (-1259 *5)))))))
+(-13 (-1046) (-10 -8 (-15 -4050 ((-685 |t#1|) (-685 $))) (-15 -4050 ((-2 (|:| -2394 (-685 |t#1|)) (|:| |vec| (-1259 |t#1|))) (-685 $) (-1259 $)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 $) . T) ((-723) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2465 ((|#2| (-641 |#1|) (-641 |#2|) |#1| (-1 |#2| |#1|)) 18) (((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) (-1 |#2| |#1|)) 19) ((|#2| (-641 |#1|) (-641 |#2|) |#1| |#2|) 16) (((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) |#2|) 17) ((|#2| (-641 |#1|) (-641 |#2|) |#1|) 10) (((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|)) 12)))
-(((-638 |#1| |#2|) (-10 -7 (-15 -2465 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|))) (-15 -2465 (|#2| (-641 |#1|) (-641 |#2|) |#1|)) (-15 -2465 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) |#2|)) (-15 -2465 (|#2| (-641 |#1|) (-641 |#2|) |#1| |#2|)) (-15 -2465 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) (-1 |#2| |#1|))) (-15 -2465 (|#2| (-641 |#1|) (-641 |#2|) |#1| (-1 |#2| |#1|)))) (-1094) (-1209)) (T -638))
-((-2465 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1094)) (-4 *2 (-1209)) (-5 *1 (-638 *5 *2)))) (-2465 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-641 *5)) (-5 *4 (-641 *6)) (-4 *5 (-1094)) (-4 *6 (-1209)) (-5 *1 (-638 *5 *6)))) (-2465 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-4 *5 (-1094)) (-4 *2 (-1209)) (-5 *1 (-638 *5 *2)))) (-2465 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 *5)) (-4 *6 (-1094)) (-4 *5 (-1209)) (-5 *2 (-1 *5 *6)) (-5 *1 (-638 *6 *5)))) (-2465 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-4 *5 (-1094)) (-4 *2 (-1209)) (-5 *1 (-638 *5 *2)))) (-2465 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *6)) (-4 *5 (-1094)) (-4 *6 (-1209)) (-5 *2 (-1 *6 *5)) (-5 *1 (-638 *5 *6)))))
-(-10 -7 (-15 -2465 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|))) (-15 -2465 (|#2| (-641 |#1|) (-641 |#2|) |#1|)) (-15 -2465 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) |#2|)) (-15 -2465 (|#2| (-641 |#1|) (-641 |#2|) |#1| |#2|)) (-15 -2465 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) (-1 |#2| |#1|))) (-15 -2465 (|#2| (-641 |#1|) (-641 |#2|) |#1| (-1 |#2| |#1|))))
-((-2328 (((-641 |#2|) (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|) 16)) (-3658 ((|#2| (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|) 18)) (-2110 (((-641 |#2|) (-1 |#2| |#1|) (-641 |#1|)) 13)))
-(((-639 |#1| |#2|) (-10 -7 (-15 -2328 ((-641 |#2|) (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|)) (-15 -3658 (|#2| (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|)) (-15 -2110 ((-641 |#2|) (-1 |#2| |#1|) (-641 |#1|)))) (-1209) (-1209)) (T -639))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-641 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-641 *6)) (-5 *1 (-639 *5 *6)))) (-3658 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-641 *5)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-639 *5 *2)))) (-2328 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-641 *6)) (-4 *6 (-1209)) (-4 *5 (-1209)) (-5 *2 (-641 *5)) (-5 *1 (-639 *6 *5)))))
-(-10 -7 (-15 -2328 ((-641 |#2|) (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|)) (-15 -3658 (|#2| (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|)) (-15 -2110 ((-641 |#2|) (-1 |#2| |#1|) (-641 |#1|))))
-((-2110 (((-641 |#3|) (-1 |#3| |#1| |#2|) (-641 |#1|) (-641 |#2|)) 21)))
-(((-640 |#1| |#2| |#3|) (-10 -7 (-15 -2110 ((-641 |#3|) (-1 |#3| |#1| |#2|) (-641 |#1|) (-641 |#2|)))) (-1209) (-1209) (-1209)) (T -640))
-((-2110 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-641 *6)) (-5 *5 (-641 *7)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-4 *8 (-1209)) (-5 *2 (-641 *8)) (-5 *1 (-640 *6 *7 *8)))))
-(-10 -7 (-15 -2110 ((-641 |#3|) (-1 |#3| |#1| |#2|) (-641 |#1|) (-641 |#2|))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1411 ((|#1| $) NIL)) (-4053 ((|#1| $) NIL)) (-1800 (($ $) NIL)) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-4140 (($ $ (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) $) NIL (|has| |#1| (-847))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-1331 (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-3699 (($ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-2270 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-2777 (($ $ $) NIL (|has| $ (-6 -4413)))) (-2354 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-4211 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4413))) (($ $ "rest" $) NIL (|has| $ (-6 -4413))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) NIL (|has| $ (-6 -4413)))) (-1828 (($ $ $) 36 (|has| |#1| (-1094)))) (-1812 (($ $ $) 40 (|has| |#1| (-1094)))) (-1804 (($ $ $) 43 (|has| |#1| (-1094)))) (-4085 (($ (-1 (-112) |#1|) $) NIL)) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-4041 ((|#1| $) NIL)) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1908 (($ $) 22) (($ $ (-768)) NIL)) (-3176 (($ $) NIL (|has| |#1| (-1094)))) (-1928 (($ $) 35 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3537 (($ |#1| $) NIL (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) NIL)) (-3813 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1452 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) NIL)) (-1644 (((-112) $) NIL)) (-1317 (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094))) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) (-1 (-112) |#1|) $) NIL)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-2804 (((-112) $) 11)) (-3610 (((-641 $) $) NIL)) (-3496 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-4094 (($) 9)) (-1585 (($ (-768) |#1|) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2915 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-2057 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 39 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1769 (($ |#1|) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-1939 (((-641 |#1|) $) NIL)) (-2545 (((-112) $) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3837 ((|#1| $) NIL) (($ $ (-768)) NIL)) (-3573 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3476 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1897 ((|#1| $) 19) (($ $ (-768)) NIL)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) NIL (|has| $ (-6 -4413)))) (-3492 (((-112) $) NIL)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) 38)) (-3456 (($) 37)) (-2961 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1226 (-564))) NIL) ((|#1| $ (-564)) 41) ((|#1| $ (-564) |#1|) NIL)) (-2705 (((-564) $ $) NIL)) (-2243 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-3383 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-3735 (((-112) $) NIL)) (-4383 (($ $) NIL)) (-1787 (($ $) NIL (|has| $ (-6 -4413)))) (-3716 (((-768) $) NIL)) (-1717 (($ $) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) 52 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) NIL)) (-4128 (($ |#1| $) 12)) (-1321 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2834 (($ $ $) 34) (($ |#1| $) 42) (($ (-641 $)) NIL) (($ $ |#1|) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) NIL)) (-4252 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3365 (($ $ $) 13)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3930 (((-1152) $) 30 (|has| |#1| (-825))) (((-1152) $ (-112)) 31 (|has| |#1| (-825))) (((-1264) (-819) $) 32 (|has| |#1| (-825))) (((-1264) (-819) $ (-112)) 33 (|has| |#1| (-825)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-641 |#1|) (-13 (-662 |#1|) (-10 -8 (-15 -4094 ($)) (-15 -2804 ((-112) $)) (-15 -4128 ($ |#1| $)) (-15 -3365 ($ $ $)) (IF (|has| |#1| (-1094)) (PROGN (-15 -1828 ($ $ $)) (-15 -1812 ($ $ $)) (-15 -1804 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-825)) (-6 (-825)) |%noBranch|))) (-1209)) (T -641))
-((-4094 (*1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209)))) (-2804 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-641 *3)) (-4 *3 (-1209)))) (-4128 (*1 *1 *2 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209)))) (-3365 (*1 *1 *1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209)))) (-1828 (*1 *1 *1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))) (-1812 (*1 *1 *1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))) (-1804 (*1 *1 *1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))))
-(-13 (-662 |#1|) (-10 -8 (-15 -4094 ($)) (-15 -2804 ((-112) $)) (-15 -4128 ($ |#1| $)) (-15 -3365 ($ $ $)) (IF (|has| |#1| (-1094)) (PROGN (-15 -1828 ($ $ $)) (-15 -1812 ($ $ $)) (-15 -1804 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-825)) (-6 (-825)) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 11) (($ (-1175)) NIL) (((-1175) $) NIL) ((|#1| $) 8)) (-2853 (((-112) $ $) NIL)))
+((-3343 ((|#2| (-641 |#1|) (-641 |#2|) |#1| (-1 |#2| |#1|)) 18) (((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) (-1 |#2| |#1|)) 19) ((|#2| (-641 |#1|) (-641 |#2|) |#1| |#2|) 16) (((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) |#2|) 17) ((|#2| (-641 |#1|) (-641 |#2|) |#1|) 10) (((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|)) 12)))
+(((-638 |#1| |#2|) (-10 -7 (-15 -3343 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|))) (-15 -3343 (|#2| (-641 |#1|) (-641 |#2|) |#1|)) (-15 -3343 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) |#2|)) (-15 -3343 (|#2| (-641 |#1|) (-641 |#2|) |#1| |#2|)) (-15 -3343 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) (-1 |#2| |#1|))) (-15 -3343 (|#2| (-641 |#1|) (-641 |#2|) |#1| (-1 |#2| |#1|)))) (-1094) (-1209)) (T -638))
+((-3343 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1094)) (-4 *2 (-1209)) (-5 *1 (-638 *5 *2)))) (-3343 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-641 *5)) (-5 *4 (-641 *6)) (-4 *5 (-1094)) (-4 *6 (-1209)) (-5 *1 (-638 *5 *6)))) (-3343 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-4 *5 (-1094)) (-4 *2 (-1209)) (-5 *1 (-638 *5 *2)))) (-3343 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 *5)) (-4 *6 (-1094)) (-4 *5 (-1209)) (-5 *2 (-1 *5 *6)) (-5 *1 (-638 *6 *5)))) (-3343 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-4 *5 (-1094)) (-4 *2 (-1209)) (-5 *1 (-638 *5 *2)))) (-3343 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *6)) (-4 *5 (-1094)) (-4 *6 (-1209)) (-5 *2 (-1 *6 *5)) (-5 *1 (-638 *5 *6)))))
+(-10 -7 (-15 -3343 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|))) (-15 -3343 (|#2| (-641 |#1|) (-641 |#2|) |#1|)) (-15 -3343 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) |#2|)) (-15 -3343 (|#2| (-641 |#1|) (-641 |#2|) |#1| |#2|)) (-15 -3343 ((-1 |#2| |#1|) (-641 |#1|) (-641 |#2|) (-1 |#2| |#1|))) (-15 -3343 (|#2| (-641 |#1|) (-641 |#2|) |#1| (-1 |#2| |#1|))))
+((-1694 (((-641 |#2|) (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|) 16)) (-1988 ((|#2| (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|) 18)) (-2449 (((-641 |#2|) (-1 |#2| |#1|) (-641 |#1|)) 13)))
+(((-639 |#1| |#2|) (-10 -7 (-15 -1694 ((-641 |#2|) (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|)) (-15 -1988 (|#2| (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|)) (-15 -2449 ((-641 |#2|) (-1 |#2| |#1|) (-641 |#1|)))) (-1209) (-1209)) (T -639))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-641 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-641 *6)) (-5 *1 (-639 *5 *6)))) (-1988 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-641 *5)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-639 *5 *2)))) (-1694 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-641 *6)) (-4 *6 (-1209)) (-4 *5 (-1209)) (-5 *2 (-641 *5)) (-5 *1 (-639 *6 *5)))))
+(-10 -7 (-15 -1694 ((-641 |#2|) (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|)) (-15 -1988 (|#2| (-1 |#2| |#1| |#2|) (-641 |#1|) |#2|)) (-15 -2449 ((-641 |#2|) (-1 |#2| |#1|) (-641 |#1|))))
+((-2449 (((-641 |#3|) (-1 |#3| |#1| |#2|) (-641 |#1|) (-641 |#2|)) 21)))
+(((-640 |#1| |#2| |#3|) (-10 -7 (-15 -2449 ((-641 |#3|) (-1 |#3| |#1| |#2|) (-641 |#1|) (-641 |#2|)))) (-1209) (-1209) (-1209)) (T -640))
+((-2449 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-641 *6)) (-5 *5 (-641 *7)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-4 *8 (-1209)) (-5 *2 (-641 *8)) (-5 *1 (-640 *6 *7 *8)))))
+(-10 -7 (-15 -2449 ((-641 |#3|) (-1 |#3| |#1| |#2|) (-641 |#1|) (-641 |#2|))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1522 ((|#1| $) NIL)) (-3149 ((|#1| $) NIL)) (-4045 (($ $) NIL)) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-3459 (($ $ (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) $) NIL (|has| |#1| (-847))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-2573 (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2861 (($ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-2373 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-3653 (($ $ $) NIL (|has| $ (-6 -4407)))) (-3881 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-2923 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4407))) (($ $ "rest" $) NIL (|has| $ (-6 -4407))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) NIL (|has| $ (-6 -4407)))) (-3234 (($ $ $) 36 (|has| |#1| (-1094)))) (-3222 (($ $ $) 40 (|has| |#1| (-1094)))) (-3211 (($ $ $) 43 (|has| |#1| (-1094)))) (-4145 (($ (-1 (-112) |#1|) $) NIL)) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-3137 ((|#1| $) NIL)) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3314 (($ $) 22) (($ $ (-768)) NIL)) (-4341 (($ $) NIL (|has| |#1| (-1094)))) (-3337 (($ $) 35 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3644 (($ |#1| $) NIL (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) NIL)) (-2576 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2261 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) NIL)) (-1346 (((-112) $) NIL)) (-3360 (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094))) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) (-1 (-112) |#1|) $) NIL)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-4330 (((-112) $) 11)) (-3128 (((-641 $) $) NIL)) (-4376 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2471 (($) 9)) (-3654 (($ (-768) |#1|) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-2429 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3956 (($ $ $) NIL (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 39 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3176 (($ |#1|) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-4119 (((-641 |#1|) $) NIL)) (-2033 (((-112) $) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2598 ((|#1| $) NIL) (($ $ (-768)) NIL)) (-2783 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3652 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3303 ((|#1| $) 19) (($ $ (-768)) NIL)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) NIL (|has| $ (-6 -4407)))) (-4337 (((-112) $) NIL)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) 38)) (-4012 (($) 37)) (-1350 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1226 (-564))) NIL) ((|#1| $ (-564)) 41) ((|#1| $ (-564) |#1|) NIL)) (-4190 (((-564) $ $) NIL)) (-2087 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-2126 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-1899 (((-112) $) NIL)) (-2034 (($ $) NIL)) (-3292 (($ $) NIL (|has| $ (-6 -4407)))) (-1724 (((-768) $) NIL)) (-3910 (($ $) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) 52 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) NIL)) (-4251 (($ |#1| $) 12)) (-2460 (($ $ $) NIL) (($ $ |#1|) NIL)) (-3043 (($ $ $) 34) (($ |#1| $) 42) (($ (-641 $)) NIL) (($ $ |#1|) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) NIL)) (-2054 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2765 (($ $ $) 13)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-3213 (((-1152) $) 30 (|has| |#1| (-825))) (((-1152) $ (-112)) 31 (|has| |#1| (-825))) (((-1264) (-819) $) 32 (|has| |#1| (-825))) (((-1264) (-819) $ (-112)) 33 (|has| |#1| (-825)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-641 |#1|) (-13 (-662 |#1|) (-10 -8 (-15 -2471 ($)) (-15 -4330 ((-112) $)) (-15 -4251 ($ |#1| $)) (-15 -2765 ($ $ $)) (IF (|has| |#1| (-1094)) (PROGN (-15 -3234 ($ $ $)) (-15 -3222 ($ $ $)) (-15 -3211 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-825)) (-6 (-825)) |%noBranch|))) (-1209)) (T -641))
+((-2471 (*1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209)))) (-4330 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-641 *3)) (-4 *3 (-1209)))) (-4251 (*1 *1 *2 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209)))) (-2765 (*1 *1 *1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209)))) (-3234 (*1 *1 *1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))) (-3222 (*1 *1 *1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))) (-3211 (*1 *1 *1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))))
+(-13 (-662 |#1|) (-10 -8 (-15 -2471 ($)) (-15 -4330 ((-112) $)) (-15 -4251 ($ |#1| $)) (-15 -2765 ($ $ $)) (IF (|has| |#1| (-1094)) (PROGN (-15 -3234 ($ $ $)) (-15 -3222 ($ $ $)) (-15 -3211 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-825)) (-6 (-825)) |%noBranch|)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 11) (($ (-1175)) NIL) (((-1175) $) NIL) ((|#1| $) 8)) (-1702 (((-112) $ $) NIL)))
(((-642 |#1|) (-13 (-1077) (-611 |#1|)) (-1094)) (T -642))
NIL
(-13 (-1077) (-611 |#1|))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1920 (($ |#1| |#1| $) 46)) (-1729 (((-112) $ (-768)) NIL)) (-4085 (($ (-1 (-112) |#1|) $) 61 (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3176 (($ $) 48)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3537 (($ |#1| $) 58 (|has| $ (-6 -4412))) (($ (-1 (-112) |#1|) $) 60 (|has| $ (-6 -4412)))) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412)))) (-1597 (((-641 |#1|) $) 9 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 37)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4290 ((|#1| $) 50)) (-3573 (($ |#1| $) 29) (($ |#1| $ (-768)) 45)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-2382 ((|#1| $) 53)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 23)) (-3456 (($) 28)) (-2159 (((-112) $) 56)) (-3464 (((-641 (-2 (|:| -3096 |#1|) (|:| -1292 (-768)))) $) 68)) (-2710 (($) 26) (($ (-641 |#1|)) 19)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) 65 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) 20)) (-2153 (((-536) $) 34 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) NIL)) (-1721 (((-859) $) 14 (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) 24)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 70 (|has| |#1| (-1094)))) (-3435 (((-768) $) 17 (|has| $ (-6 -4412)))))
-(((-643 |#1|) (-13 (-691 |#1|) (-10 -8 (-6 -4412) (-15 -2159 ((-112) $)) (-15 -1920 ($ |#1| |#1| $)))) (-1094)) (T -643))
-((-2159 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-643 *3)) (-4 *3 (-1094)))) (-1920 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-643 *2)) (-4 *2 (-1094)))))
-(-13 (-691 |#1|) (-10 -8 (-6 -4412) (-15 -2159 ((-112) $)) (-15 -1920 ($ |#1| |#1| $))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23)))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3332 (($ |#1| |#1| $) 46)) (-4010 (((-112) $ (-768)) NIL)) (-4145 (($ (-1 (-112) |#1|) $) 61 (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4341 (($ $) 48)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3644 (($ |#1| $) 58 (|has| $ (-6 -4406))) (($ (-1 (-112) |#1|) $) 60 (|has| $ (-6 -4406)))) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406)))) (-1433 (((-641 |#1|) $) 9 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 37)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2401 ((|#1| $) 50)) (-2783 (($ |#1| $) 29) (($ |#1| $ (-768)) 45)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4153 ((|#1| $) 53)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 23)) (-4012 (($) 28)) (-3742 (((-112) $) 56)) (-4096 (((-641 (-2 (|:| -1389 |#1|) (|:| -2791 (-768)))) $) 68)) (-4232 (($) 26) (($ (-641 |#1|)) 19)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) 65 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) 20)) (-2511 (((-536) $) 34 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) NIL)) (-1831 (((-859) $) 14 (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) 24)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 70 (|has| |#1| (-1094)))) (-2828 (((-768) $) 17 (|has| $ (-6 -4406)))))
+(((-643 |#1|) (-13 (-691 |#1|) (-10 -8 (-6 -4406) (-15 -3742 ((-112) $)) (-15 -3332 ($ |#1| |#1| $)))) (-1094)) (T -643))
+((-3742 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-643 *3)) (-4 *3 (-1094)))) (-3332 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-643 *2)) (-4 *2 (-1094)))))
+(-13 (-691 |#1|) (-10 -8 (-6 -4406) (-15 -3742 ((-112) $)) (-15 -3332 ($ |#1| |#1| $))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23)))
(((-644 |#1|) (-140) (-1053)) (T -644))
((* (*1 *1 *2 *1) (-12 (-4 *1 (-644 *2)) (-4 *2 (-1053)))))
(-13 (-21) (-10 -8 (-15 * ($ |t#1| $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768) $) 17)) (-3004 (($ $ |#1|) 69)) (-3796 (($ $) 39)) (-2460 (($ $) 37)) (-2035 (((-3 |#1| "failed") $) 61)) (-3437 ((|#1| $) NIL)) (-3499 (($ |#1| |#2| $) 78) (($ $ $) 80)) (-3170 (((-859) $ (-1 (-859) (-859) (-859)) (-1 (-859) (-859) (-859)) (-564)) 56)) (-3421 ((|#1| $ (-564)) 35)) (-2977 ((|#2| $ (-564)) 34)) (-4371 (($ (-1 |#1| |#1|) $) 41)) (-1354 (($ (-1 |#2| |#2|) $) 47)) (-3764 (($) 11)) (-2998 (($ |#1| |#2|) 24)) (-1665 (($ (-641 (-2 (|:| |gen| |#1|) (|:| -2103 |#2|)))) 25)) (-3523 (((-641 (-2 (|:| |gen| |#1|) (|:| -2103 |#2|))) $) 14)) (-3792 (($ |#1| $) 71)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1430 (((-112) $ $) 76)) (-1721 (((-859) $) 21) (($ |#1|) 18)) (-2853 (((-112) $ $) 27)))
-(((-645 |#1| |#2| |#3|) (-13 (-1094) (-1035 |#1|) (-10 -8 (-15 -3170 ((-859) $ (-1 (-859) (-859) (-859)) (-1 (-859) (-859) (-859)) (-564))) (-15 -3523 ((-641 (-2 (|:| |gen| |#1|) (|:| -2103 |#2|))) $)) (-15 -2998 ($ |#1| |#2|)) (-15 -1665 ($ (-641 (-2 (|:| |gen| |#1|) (|:| -2103 |#2|))))) (-15 -2977 (|#2| $ (-564))) (-15 -3421 (|#1| $ (-564))) (-15 -2460 ($ $)) (-15 -3796 ($ $)) (-15 -1860 ((-768) $)) (-15 -3764 ($)) (-15 -3004 ($ $ |#1|)) (-15 -3792 ($ |#1| $)) (-15 -3499 ($ |#1| |#2| $)) (-15 -3499 ($ $ $)) (-15 -1430 ((-112) $ $)) (-15 -1354 ($ (-1 |#2| |#2|) $)) (-15 -4371 ($ (-1 |#1| |#1|) $)))) (-1094) (-23) |#2|) (T -645))
-((-3170 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-859) (-859) (-859))) (-5 *4 (-564)) (-5 *2 (-859)) (-5 *1 (-645 *5 *6 *7)) (-4 *5 (-1094)) (-4 *6 (-23)) (-14 *7 *6))) (-3523 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 *4)))) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4))) (-2998 (*1 *1 *2 *3) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-1665 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 *4)))) (-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-645 *3 *4 *5)))) (-2977 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *2 (-23)) (-5 *1 (-645 *4 *2 *5)) (-4 *4 (-1094)) (-14 *5 *2))) (-3421 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *2 (-1094)) (-5 *1 (-645 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-2460 (*1 *1 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-3796 (*1 *1 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-1860 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4))) (-3764 (*1 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-3004 (*1 *1 *1 *2) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-3792 (*1 *1 *2 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-3499 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-3499 (*1 *1 *1 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-1430 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4))) (-1354 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)))) (-4371 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-645 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
-(-13 (-1094) (-1035 |#1|) (-10 -8 (-15 -3170 ((-859) $ (-1 (-859) (-859) (-859)) (-1 (-859) (-859) (-859)) (-564))) (-15 -3523 ((-641 (-2 (|:| |gen| |#1|) (|:| -2103 |#2|))) $)) (-15 -2998 ($ |#1| |#2|)) (-15 -1665 ($ (-641 (-2 (|:| |gen| |#1|) (|:| -2103 |#2|))))) (-15 -2977 (|#2| $ (-564))) (-15 -3421 (|#1| $ (-564))) (-15 -2460 ($ $)) (-15 -3796 ($ $)) (-15 -1860 ((-768) $)) (-15 -3764 ($)) (-15 -3004 ($ $ |#1|)) (-15 -3792 ($ |#1| $)) (-15 -3499 ($ |#1| |#2| $)) (-15 -3499 ($ $ $)) (-15 -1430 ((-112) $ $)) (-15 -1354 ($ (-1 |#2| |#2|) $)) (-15 -4371 ($ (-1 |#1| |#1|) $))))
-((-3825 (((-564) $) 29)) (-3476 (($ |#2| $ (-564)) 25) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) 12)) (-2405 (((-112) (-564) $) 16)) (-2834 (($ $ |#2|) 22) (($ |#2| $) 23) (($ $ $) NIL) (($ (-641 $)) NIL)))
-(((-646 |#1| |#2|) (-10 -8 (-15 -3476 (|#1| |#1| |#1| (-564))) (-15 -3476 (|#1| |#2| |#1| (-564))) (-15 -2834 (|#1| (-641 |#1|))) (-15 -2834 (|#1| |#1| |#1|)) (-15 -2834 (|#1| |#2| |#1|)) (-15 -2834 (|#1| |#1| |#2|)) (-15 -3825 ((-564) |#1|)) (-15 -4184 ((-641 (-564)) |#1|)) (-15 -2405 ((-112) (-564) |#1|))) (-647 |#2|) (-1209)) (T -646))
-NIL
-(-10 -8 (-15 -3476 (|#1| |#1| |#1| (-564))) (-15 -3476 (|#1| |#2| |#1| (-564))) (-15 -2834 (|#1| (-641 |#1|))) (-15 -2834 (|#1| |#1| |#1|)) (-15 -2834 (|#1| |#2| |#1|)) (-15 -2834 (|#1| |#1| |#2|)) (-15 -3825 ((-564) |#1|)) (-15 -4184 ((-641 (-564)) |#1|)) (-15 -2405 ((-112) (-564) |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-2229 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) 8)) (-1869 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-1928 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 51)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-1585 (($ (-768) |#1|) 69)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 43 (|has| (-564) (-847)))) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 44 (|has| (-564) (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-4184 (((-641 (-564)) $) 46)) (-2405 (((-112) (-564) $) 47)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1897 ((|#1| $) 42 (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-1759 (($ $ |#1|) 41 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-3383 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 70)) (-2834 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768) $) 17)) (-1930 (($ $ |#1|) 69)) (-4325 (($ $) 39)) (-3919 (($ $) 37)) (-2347 (((-3 |#1| "failed") $) 61)) (-2237 ((|#1| $) NIL)) (-1308 (($ |#1| |#2| $) 78) (($ $ $) 80)) (-4286 (((-859) $ (-1 (-859) (-859) (-859)) (-1 (-859) (-859) (-859)) (-564)) 56)) (-1765 ((|#1| $ (-564)) 35)) (-1767 ((|#2| $ (-564)) 34)) (-1934 (($ (-1 |#1| |#1|) $) 41)) (-3228 (($ (-1 |#2| |#2|) $) 47)) (-4070 (($) 11)) (-1979 (($ |#1| |#2|) 24)) (-1523 (($ (-641 (-2 (|:| |gen| |#1|) (|:| -4326 |#2|)))) 25)) (-3491 (((-641 (-2 (|:| |gen| |#1|) (|:| -4326 |#2|))) $) 14)) (-4299 (($ |#1| $) 71)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-4086 (((-112) $ $) 76)) (-1831 (((-859) $) 21) (($ |#1|) 18)) (-1702 (((-112) $ $) 27)))
+(((-645 |#1| |#2| |#3|) (-13 (-1094) (-1035 |#1|) (-10 -8 (-15 -4286 ((-859) $ (-1 (-859) (-859) (-859)) (-1 (-859) (-859) (-859)) (-564))) (-15 -3491 ((-641 (-2 (|:| |gen| |#1|) (|:| -4326 |#2|))) $)) (-15 -1979 ($ |#1| |#2|)) (-15 -1523 ($ (-641 (-2 (|:| |gen| |#1|) (|:| -4326 |#2|))))) (-15 -1767 (|#2| $ (-564))) (-15 -1765 (|#1| $ (-564))) (-15 -3919 ($ $)) (-15 -4325 ($ $)) (-15 -3267 ((-768) $)) (-15 -4070 ($)) (-15 -1930 ($ $ |#1|)) (-15 -4299 ($ |#1| $)) (-15 -1308 ($ |#1| |#2| $)) (-15 -1308 ($ $ $)) (-15 -4086 ((-112) $ $)) (-15 -3228 ($ (-1 |#2| |#2|) $)) (-15 -1934 ($ (-1 |#1| |#1|) $)))) (-1094) (-23) |#2|) (T -645))
+((-4286 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-859) (-859) (-859))) (-5 *4 (-564)) (-5 *2 (-859)) (-5 *1 (-645 *5 *6 *7)) (-4 *5 (-1094)) (-4 *6 (-23)) (-14 *7 *6))) (-3491 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 *4)))) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4))) (-1979 (*1 *1 *2 *3) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 *4)))) (-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-645 *3 *4 *5)))) (-1767 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *2 (-23)) (-5 *1 (-645 *4 *2 *5)) (-4 *4 (-1094)) (-14 *5 *2))) (-1765 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *2 (-1094)) (-5 *1 (-645 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-3919 (*1 *1 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-4325 (*1 *1 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-3267 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4))) (-4070 (*1 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-1930 (*1 *1 *1 *2) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-4299 (*1 *1 *2 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-1308 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-1308 (*1 *1 *1 *1) (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23)) (-14 *4 *3))) (-4086 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4))) (-3228 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)))) (-1934 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-645 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
+(-13 (-1094) (-1035 |#1|) (-10 -8 (-15 -4286 ((-859) $ (-1 (-859) (-859) (-859)) (-1 (-859) (-859) (-859)) (-564))) (-15 -3491 ((-641 (-2 (|:| |gen| |#1|) (|:| -4326 |#2|))) $)) (-15 -1979 ($ |#1| |#2|)) (-15 -1523 ($ (-641 (-2 (|:| |gen| |#1|) (|:| -4326 |#2|))))) (-15 -1767 (|#2| $ (-564))) (-15 -1765 (|#1| $ (-564))) (-15 -3919 ($ $)) (-15 -4325 ($ $)) (-15 -3267 ((-768) $)) (-15 -4070 ($)) (-15 -1930 ($ $ |#1|)) (-15 -4299 ($ |#1| $)) (-15 -1308 ($ |#1| |#2| $)) (-15 -1308 ($ $ $)) (-15 -4086 ((-112) $ $)) (-15 -3228 ($ (-1 |#2| |#2|) $)) (-15 -1934 ($ (-1 |#1| |#1|) $))))
+((-3440 (((-564) $) 29)) (-3652 (($ |#2| $ (-564)) 25) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) 12)) (-4336 (((-112) (-564) $) 16)) (-3043 (($ $ |#2|) 22) (($ |#2| $) 23) (($ $ $) NIL) (($ (-641 $)) NIL)))
+(((-646 |#1| |#2|) (-10 -8 (-15 -3652 (|#1| |#1| |#1| (-564))) (-15 -3652 (|#1| |#2| |#1| (-564))) (-15 -3043 (|#1| (-641 |#1|))) (-15 -3043 (|#1| |#1| |#1|)) (-15 -3043 (|#1| |#2| |#1|)) (-15 -3043 (|#1| |#1| |#2|)) (-15 -3440 ((-564) |#1|)) (-15 -3883 ((-641 (-564)) |#1|)) (-15 -4336 ((-112) (-564) |#1|))) (-647 |#2|) (-1209)) (T -646))
+NIL
+(-10 -8 (-15 -3652 (|#1| |#1| |#1| (-564))) (-15 -3652 (|#1| |#2| |#1| (-564))) (-15 -3043 (|#1| (-641 |#1|))) (-15 -3043 (|#1| |#1| |#1|)) (-15 -3043 (|#1| |#2| |#1|)) (-15 -3043 (|#1| |#1| |#2|)) (-15 -3440 ((-564) |#1|)) (-15 -3883 ((-641 (-564)) |#1|)) (-15 -4336 ((-112) (-564) |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1956 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) 8)) (-1970 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-3337 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 51)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3654 (($ (-768) |#1|) 69)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 43 (|has| (-564) (-847)))) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 44 (|has| (-564) (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-3883 (((-641 (-564)) $) 46)) (-4336 (((-112) (-564) $) 47)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3303 ((|#1| $) 42 (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-4253 (($ $ |#1|) 41 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-2126 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 70)) (-3043 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-647 |#1|) (-140) (-1209)) (T -647))
-((-1585 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-2834 (*1 *1 *1 *2) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209)))) (-2834 (*1 *1 *2 *1) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209)))) (-2834 (*1 *1 *1 *1) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209)))) (-2834 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-2110 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-2961 (*1 *1 *1 *2) (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-3383 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-3383 (*1 *1 *1 *2) (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-3476 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-647 *2)) (-4 *2 (-1209)))) (-3476 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-1869 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1226 (-564))) (|has| *1 (-6 -4413)) (-4 *1 (-647 *2)) (-4 *2 (-1209)))))
-(-13 (-602 (-564) |t#1|) (-151 |t#1|) (-10 -8 (-15 -1585 ($ (-768) |t#1|)) (-15 -2834 ($ $ |t#1|)) (-15 -2834 ($ |t#1| $)) (-15 -2834 ($ $ $)) (-15 -2834 ($ (-641 $))) (-15 -2110 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2961 ($ $ (-1226 (-564)))) (-15 -3383 ($ $ (-564))) (-15 -3383 ($ $ (-1226 (-564)))) (-15 -3476 ($ |t#1| $ (-564))) (-15 -3476 ($ $ $ (-564))) (IF (|has| $ (-6 -4413)) (-15 -1869 (|t#1| $ (-1226 (-564)) |t#1|)) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-3315 (((-3 |#2| "failed") |#3| |#2| (-1170) |#2| (-641 |#2|)) 174) (((-3 (-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) "failed") |#3| |#2| (-1170)) 44)))
-(((-648 |#1| |#2| |#3|) (-10 -7 (-15 -3315 ((-3 (-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) "failed") |#3| |#2| (-1170))) (-15 -3315 ((-3 |#2| "failed") |#3| |#2| (-1170) |#2| (-641 |#2|)))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)) (-13 (-29 |#1|) (-1194) (-956)) (-652 |#2|)) (T -648))
-((-3315 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 *2)) (-4 *2 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *1 (-648 *6 *2 *3)) (-4 *3 (-652 *2)))) (-3315 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1170)) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-4 *4 (-13 (-29 *6) (-1194) (-956))) (-5 *2 (-2 (|:| |particular| *4) (|:| -2745 (-641 *4)))) (-5 *1 (-648 *6 *4 *3)) (-4 *3 (-652 *4)))))
-(-10 -7 (-15 -3315 ((-3 (-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) "failed") |#3| |#2| (-1170))) (-15 -3315 ((-3 |#2| "failed") |#3| |#2| (-1170) |#2| (-641 |#2|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1754 (($ $) NIL (|has| |#1| (-363)))) (-1676 (($ $ $) NIL (|has| |#1| (-363)))) (-3692 (($ $ (-768)) NIL (|has| |#1| (-363)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3502 (($ $ $) NIL (|has| |#1| (-363)))) (-1878 (($ $ $) NIL (|has| |#1| (-363)))) (-3508 (($ $ $) NIL (|has| |#1| (-363)))) (-1834 (($ $ $) NIL (|has| |#1| (-363)))) (-2431 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-1506 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-4357 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#1| (-452)))) (-3282 (((-112) $) NIL)) (-4132 (($ |#1| (-768)) NIL)) (-1725 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-556)))) (-2748 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-556)))) (-1696 (((-768) $) NIL)) (-1387 (($ $ $) NIL (|has| |#1| (-363)))) (-1694 (($ $ $) NIL (|has| |#1| (-363)))) (-3080 (($ $ $) NIL (|has| |#1| (-363)))) (-4014 (($ $ $) NIL (|has| |#1| (-363)))) (-3972 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3115 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-3157 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-2961 ((|#1| $ |#1|) NIL)) (-3078 (($ $ $) NIL (|has| |#1| (-363)))) (-4341 (((-768) $) NIL)) (-2211 ((|#1| $) NIL (|has| |#1| (-452)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) NIL)) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-768)) NIL)) (-1303 (((-768)) NIL T CONST)) (-1840 ((|#1| $ |#1| |#1|) NIL)) (-3144 (($ $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($) NIL)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+((-3654 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-3043 (*1 *1 *1 *2) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209)))) (-3043 (*1 *1 *2 *1) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209)))) (-3043 (*1 *1 *1 *1) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209)))) (-3043 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-2449 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-2126 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-2126 (*1 *1 *1 *2) (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-3652 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-647 *2)) (-4 *2 (-1209)))) (-3652 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))) (-1970 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1226 (-564))) (|has| *1 (-6 -4407)) (-4 *1 (-647 *2)) (-4 *2 (-1209)))))
+(-13 (-602 (-564) |t#1|) (-151 |t#1|) (-10 -8 (-15 -3654 ($ (-768) |t#1|)) (-15 -3043 ($ $ |t#1|)) (-15 -3043 ($ |t#1| $)) (-15 -3043 ($ $ $)) (-15 -3043 ($ (-641 $))) (-15 -2449 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -1350 ($ $ (-1226 (-564)))) (-15 -2126 ($ $ (-564))) (-15 -2126 ($ $ (-1226 (-564)))) (-15 -3652 ($ |t#1| $ (-564))) (-15 -3652 ($ $ $ (-564))) (IF (|has| $ (-6 -4407)) (-15 -1970 (|t#1| $ (-1226 (-564)) |t#1|)) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-2017 (((-3 |#2| "failed") |#3| |#2| (-1170) |#2| (-641 |#2|)) 174) (((-3 (-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) "failed") |#3| |#2| (-1170)) 44)))
+(((-648 |#1| |#2| |#3|) (-10 -7 (-15 -2017 ((-3 (-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) "failed") |#3| |#2| (-1170))) (-15 -2017 ((-3 |#2| "failed") |#3| |#2| (-1170) |#2| (-641 |#2|)))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)) (-13 (-29 |#1|) (-1194) (-956)) (-652 |#2|)) (T -648))
+((-2017 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 *2)) (-4 *2 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *1 (-648 *6 *2 *3)) (-4 *3 (-652 *2)))) (-2017 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1170)) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-4 *4 (-13 (-29 *6) (-1194) (-956))) (-5 *2 (-2 (|:| |particular| *4) (|:| -3331 (-641 *4)))) (-5 *1 (-648 *6 *4 *3)) (-4 *3 (-652 *4)))))
+(-10 -7 (-15 -2017 ((-3 (-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) "failed") |#3| |#2| (-1170))) (-15 -2017 ((-3 |#2| "failed") |#3| |#2| (-1170) |#2| (-641 |#2|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4218 (($ $) NIL (|has| |#1| (-363)))) (-1621 (($ $ $) NIL (|has| |#1| (-363)))) (-1483 (($ $ (-768)) NIL (|has| |#1| (-363)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3249 (($ $ $) NIL (|has| |#1| (-363)))) (-2850 (($ $ $) NIL (|has| |#1| (-363)))) (-3321 (($ $ $) NIL (|has| |#1| (-363)))) (-3703 (($ $ $) NIL (|has| |#1| (-363)))) (-3401 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-2525 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-1798 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#1| (-452)))) (-2949 (((-112) $) NIL)) (-3186 (($ |#1| (-768)) NIL)) (-3970 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-556)))) (-3372 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-556)))) (-1826 (((-768) $) NIL)) (-2313 (($ $ $) NIL (|has| |#1| (-363)))) (-1799 (($ $ $) NIL (|has| |#1| (-363)))) (-1448 (($ $ $) NIL (|has| |#1| (-363)))) (-1578 (($ $ $) NIL (|has| |#1| (-363)))) (-2387 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-1845 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-4176 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-1350 ((|#1| $ |#1|) NIL)) (-1423 (($ $ $) NIL (|has| |#1| (-363)))) (-1619 (((-768) $) NIL)) (-3008 ((|#1| $) NIL (|has| |#1| (-452)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) NIL)) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-768)) NIL)) (-2219 (((-768)) NIL T CONST)) (-3246 ((|#1| $ |#1| |#1|) NIL)) (-4057 (($ $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($) NIL)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
(((-649 |#1|) (-652 |#1|) (-233)) (T -649))
NIL
(-652 |#1|)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1754 (($ $) NIL (|has| |#1| (-363)))) (-1676 (($ $ $) NIL (|has| |#1| (-363)))) (-3692 (($ $ (-768)) NIL (|has| |#1| (-363)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3502 (($ $ $) NIL (|has| |#1| (-363)))) (-1878 (($ $ $) NIL (|has| |#1| (-363)))) (-3508 (($ $ $) NIL (|has| |#1| (-363)))) (-1834 (($ $ $) NIL (|has| |#1| (-363)))) (-2431 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-1506 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-4357 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#1| (-452)))) (-3282 (((-112) $) NIL)) (-4132 (($ |#1| (-768)) NIL)) (-1725 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-556)))) (-2748 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-556)))) (-1696 (((-768) $) NIL)) (-1387 (($ $ $) NIL (|has| |#1| (-363)))) (-1694 (($ $ $) NIL (|has| |#1| (-363)))) (-3080 (($ $ $) NIL (|has| |#1| (-363)))) (-4014 (($ $ $) NIL (|has| |#1| (-363)))) (-3972 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3115 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-3157 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-2961 ((|#1| $ |#1|) NIL) ((|#2| $ |#2|) 13)) (-3078 (($ $ $) NIL (|has| |#1| (-363)))) (-4341 (((-768) $) NIL)) (-2211 ((|#1| $) NIL (|has| |#1| (-452)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) NIL)) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-768)) NIL)) (-1303 (((-768)) NIL T CONST)) (-1840 ((|#1| $ |#1| |#1|) NIL)) (-3144 (($ $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($) NIL)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-650 |#1| |#2|) (-13 (-652 |#1|) (-286 |#2| |#2|)) (-233) (-13 (-644 |#1|) (-10 -8 (-15 -1795 ($ $))))) (T -650))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4218 (($ $) NIL (|has| |#1| (-363)))) (-1621 (($ $ $) NIL (|has| |#1| (-363)))) (-1483 (($ $ (-768)) NIL (|has| |#1| (-363)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3249 (($ $ $) NIL (|has| |#1| (-363)))) (-2850 (($ $ $) NIL (|has| |#1| (-363)))) (-3321 (($ $ $) NIL (|has| |#1| (-363)))) (-3703 (($ $ $) NIL (|has| |#1| (-363)))) (-3401 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-2525 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-1798 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#1| (-452)))) (-2949 (((-112) $) NIL)) (-3186 (($ |#1| (-768)) NIL)) (-3970 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-556)))) (-3372 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-556)))) (-1826 (((-768) $) NIL)) (-2313 (($ $ $) NIL (|has| |#1| (-363)))) (-1799 (($ $ $) NIL (|has| |#1| (-363)))) (-1448 (($ $ $) NIL (|has| |#1| (-363)))) (-1578 (($ $ $) NIL (|has| |#1| (-363)))) (-2387 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-1845 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-4176 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-1350 ((|#1| $ |#1|) NIL) ((|#2| $ |#2|) 13)) (-1423 (($ $ $) NIL (|has| |#1| (-363)))) (-1619 (((-768) $) NIL)) (-3008 ((|#1| $) NIL (|has| |#1| (-452)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) NIL)) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-768)) NIL)) (-2219 (((-768)) NIL T CONST)) (-3246 ((|#1| $ |#1| |#1|) NIL)) (-4057 (($ $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($) NIL)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-650 |#1| |#2|) (-13 (-652 |#1|) (-286 |#2| |#2|)) (-233) (-13 (-644 |#1|) (-10 -8 (-15 -3534 ($ $))))) (T -650))
NIL
(-13 (-652 |#1|) (-286 |#2| |#2|))
-((-1754 (($ $) 29)) (-3144 (($ $) 27)) (-3256 (($) 13)))
-(((-651 |#1| |#2|) (-10 -8 (-15 -1754 (|#1| |#1|)) (-15 -3144 (|#1| |#1|)) (-15 -3256 (|#1|))) (-652 |#2|) (-1046)) (T -651))
+((-4218 (($ $) 29)) (-4057 (($ $) 27)) (-3435 (($) 13)))
+(((-651 |#1| |#2|) (-10 -8 (-15 -4218 (|#1| |#1|)) (-15 -4057 (|#1| |#1|)) (-15 -3435 (|#1|))) (-652 |#2|) (-1046)) (T -651))
NIL
-(-10 -8 (-15 -1754 (|#1| |#1|)) (-15 -3144 (|#1| |#1|)) (-15 -3256 (|#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-1754 (($ $) 81 (|has| |#1| (-363)))) (-1676 (($ $ $) 83 (|has| |#1| (-363)))) (-3692 (($ $ (-768)) 82 (|has| |#1| (-363)))) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3502 (($ $ $) 44 (|has| |#1| (-363)))) (-1878 (($ $ $) 45 (|has| |#1| (-363)))) (-3508 (($ $ $) 47 (|has| |#1| (-363)))) (-1834 (($ $ $) 42 (|has| |#1| (-363)))) (-2431 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 41 (|has| |#1| (-363)))) (-1506 (((-3 $ "failed") $ $) 43 (|has| |#1| (-363)))) (-4357 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 46 (|has| |#1| (-363)))) (-2035 (((-3 (-564) "failed") $) 74 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 71 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 68)) (-3437 (((-564) $) 73 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 70 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 69)) (-4316 (($ $) 63)) (-3233 (((-3 $ "failed") $) 33)) (-3912 (($ $) 54 (|has| |#1| (-452)))) (-3282 (((-112) $) 31)) (-4132 (($ |#1| (-768)) 61)) (-1725 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 56 (|has| |#1| (-556)))) (-2748 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 57 (|has| |#1| (-556)))) (-1696 (((-768) $) 65)) (-1387 (($ $ $) 51 (|has| |#1| (-363)))) (-1694 (($ $ $) 52 (|has| |#1| (-363)))) (-3080 (($ $ $) 40 (|has| |#1| (-363)))) (-4014 (($ $ $) 49 (|has| |#1| (-363)))) (-3972 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 48 (|has| |#1| (-363)))) (-3115 (((-3 $ "failed") $ $) 50 (|has| |#1| (-363)))) (-3157 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 53 (|has| |#1| (-363)))) (-4292 ((|#1| $) 64)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-2628 (((-3 $ "failed") $ |#1|) 58 (|has| |#1| (-556)))) (-2961 ((|#1| $ |#1|) 86)) (-3078 (($ $ $) 80 (|has| |#1| (-363)))) (-4341 (((-768) $) 66)) (-2211 ((|#1| $) 55 (|has| |#1| (-452)))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 72 (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) 67)) (-2415 (((-641 |#1|) $) 60)) (-1346 ((|#1| $ (-768)) 62)) (-1303 (((-768)) 28 T CONST)) (-1840 ((|#1| $ |#1| |#1|) 59)) (-3144 (($ $) 84)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($) 85)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 76) (($ |#1| $) 75)))
+(-10 -8 (-15 -4218 (|#1| |#1|)) (-15 -4057 (|#1| |#1|)) (-15 -3435 (|#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4218 (($ $) 81 (|has| |#1| (-363)))) (-1621 (($ $ $) 83 (|has| |#1| (-363)))) (-1483 (($ $ (-768)) 82 (|has| |#1| (-363)))) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3249 (($ $ $) 44 (|has| |#1| (-363)))) (-2850 (($ $ $) 45 (|has| |#1| (-363)))) (-3321 (($ $ $) 47 (|has| |#1| (-363)))) (-3703 (($ $ $) 42 (|has| |#1| (-363)))) (-3401 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 41 (|has| |#1| (-363)))) (-2525 (((-3 $ "failed") $ $) 43 (|has| |#1| (-363)))) (-1798 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 46 (|has| |#1| (-363)))) (-2347 (((-3 (-564) "failed") $) 74 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 71 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 68)) (-2237 (((-564) $) 73 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 70 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 69)) (-3396 (($ $) 63)) (-3733 (((-3 $ "failed") $) 33)) (-3031 (($ $) 54 (|has| |#1| (-452)))) (-2949 (((-112) $) 31)) (-3186 (($ |#1| (-768)) 61)) (-3970 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 56 (|has| |#1| (-556)))) (-3372 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 57 (|has| |#1| (-556)))) (-1826 (((-768) $) 65)) (-2313 (($ $ $) 51 (|has| |#1| (-363)))) (-1799 (($ $ $) 52 (|has| |#1| (-363)))) (-1448 (($ $ $) 40 (|has| |#1| (-363)))) (-1578 (($ $ $) 49 (|has| |#1| (-363)))) (-2387 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 48 (|has| |#1| (-363)))) (-1845 (((-3 $ "failed") $ $) 50 (|has| |#1| (-363)))) (-4176 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 53 (|has| |#1| (-363)))) (-3370 ((|#1| $) 64)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1403 (((-3 $ "failed") $ |#1|) 58 (|has| |#1| (-556)))) (-1350 ((|#1| $ |#1|) 86)) (-1423 (($ $ $) 80 (|has| |#1| (-363)))) (-1619 (((-768) $) 66)) (-3008 ((|#1| $) 55 (|has| |#1| (-452)))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 72 (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) 67)) (-3227 (((-641 |#1|) $) 60)) (-2742 ((|#1| $ (-768)) 62)) (-2219 (((-768)) 28 T CONST)) (-3246 ((|#1| $ |#1| |#1|) 59)) (-4057 (($ $) 84)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($) 85)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 76) (($ |#1| $) 75)))
(((-652 |#1|) (-140) (-1046)) (T -652))
-((-3256 (*1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)))) (-3144 (*1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)))) (-1676 (*1 *1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-3692 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-652 *3)) (-4 *3 (-1046)) (-4 *3 (-363)))) (-1754 (*1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-3078 (*1 *1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(-13 (-849 |t#1|) (-286 |t#1| |t#1|) (-10 -8 (-15 -3256 ($)) (-15 -3144 ($ $)) (IF (|has| |t#1| (-363)) (PROGN (-15 -1676 ($ $ $)) (-15 -3692 ($ $ (-768))) (-15 -1754 ($ $)) (-15 -3078 ($ $ $))) |%noBranch|)))
+((-3435 (*1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)))) (-4057 (*1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)))) (-1621 (*1 *1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-1483 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-652 *3)) (-4 *3 (-1046)) (-4 *3 (-363)))) (-4218 (*1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-1423 (*1 *1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(-13 (-849 |t#1|) (-286 |t#1| |t#1|) (-10 -8 (-15 -3435 ($)) (-15 -4057 ($ $)) (IF (|has| |t#1| (-363)) (PROGN (-15 -1621 ($ $ $)) (-15 -1483 ($ $ (-768))) (-15 -4218 ($ $)) (-15 -1423 ($ $ $))) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-172)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-614 #0=(-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-286 |#1| |#1|) . T) ((-411 |#1|) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 |#1|) |has| |#1| (-172)) ((-723) . T) ((-1035 #0#) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 |#1|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-849 |#1|) . T))
-((-2792 (((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|))) 88 (|has| |#1| (-27)))) (-4020 (((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|))) 87 (|has| |#1| (-27))) (((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|)) 19)))
-(((-653 |#1| |#2|) (-10 -7 (-15 -4020 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -4020 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|)))) (-15 -2792 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|))))) |%noBranch|)) (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))) (-1235 |#1|)) (T -653))
-((-2792 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-649 (-407 *5)))) (-5 *1 (-653 *4 *5)) (-5 *3 (-649 (-407 *5))))) (-4020 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-649 (-407 *5)))) (-5 *1 (-653 *4 *5)) (-5 *3 (-649 (-407 *5))))) (-4020 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-649 (-407 *6)))) (-5 *1 (-653 *5 *6)) (-5 *3 (-649 (-407 *6))))))
-(-10 -7 (-15 -4020 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -4020 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|)))) (-15 -2792 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|))))) |%noBranch|))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1754 (($ $) NIL (|has| |#1| (-363)))) (-1676 (($ $ $) 28 (|has| |#1| (-363)))) (-3692 (($ $ (-768)) 31 (|has| |#1| (-363)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3502 (($ $ $) NIL (|has| |#1| (-363)))) (-1878 (($ $ $) NIL (|has| |#1| (-363)))) (-3508 (($ $ $) NIL (|has| |#1| (-363)))) (-1834 (($ $ $) NIL (|has| |#1| (-363)))) (-2431 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-1506 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-4357 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#1| (-452)))) (-3282 (((-112) $) NIL)) (-4132 (($ |#1| (-768)) NIL)) (-1725 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-556)))) (-2748 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-556)))) (-1696 (((-768) $) NIL)) (-1387 (($ $ $) NIL (|has| |#1| (-363)))) (-1694 (($ $ $) NIL (|has| |#1| (-363)))) (-3080 (($ $ $) NIL (|has| |#1| (-363)))) (-4014 (($ $ $) NIL (|has| |#1| (-363)))) (-3972 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3115 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-3157 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-2961 ((|#1| $ |#1|) 24)) (-3078 (($ $ $) 33 (|has| |#1| (-363)))) (-4341 (((-768) $) NIL)) (-2211 ((|#1| $) NIL (|has| |#1| (-452)))) (-1721 (((-859) $) 20) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) NIL)) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-768)) NIL)) (-1303 (((-768)) NIL T CONST)) (-1840 ((|#1| $ |#1| |#1|) 23)) (-3144 (($ $) NIL)) (-2885 (($) 21 T CONST)) (-2898 (($) 8 T CONST)) (-3256 (($) NIL)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+((-3793 (((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|))) 88 (|has| |#1| (-27)))) (-3070 (((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|))) 87 (|has| |#1| (-27))) (((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|)) 19)))
+(((-653 |#1| |#2|) (-10 -7 (-15 -3070 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3070 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|)))) (-15 -3793 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|))))) |%noBranch|)) (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))) (-1235 |#1|)) (T -653))
+((-3793 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-649 (-407 *5)))) (-5 *1 (-653 *4 *5)) (-5 *3 (-649 (-407 *5))))) (-3070 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-649 (-407 *5)))) (-5 *1 (-653 *4 *5)) (-5 *3 (-649 (-407 *5))))) (-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-649 (-407 *6)))) (-5 *1 (-653 *5 *6)) (-5 *3 (-649 (-407 *6))))))
+(-10 -7 (-15 -3070 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3070 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|)))) (-15 -3793 ((-641 (-649 (-407 |#2|))) (-649 (-407 |#2|))))) |%noBranch|))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4218 (($ $) NIL (|has| |#1| (-363)))) (-1621 (($ $ $) 28 (|has| |#1| (-363)))) (-1483 (($ $ (-768)) 31 (|has| |#1| (-363)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3249 (($ $ $) NIL (|has| |#1| (-363)))) (-2850 (($ $ $) NIL (|has| |#1| (-363)))) (-3321 (($ $ $) NIL (|has| |#1| (-363)))) (-3703 (($ $ $) NIL (|has| |#1| (-363)))) (-3401 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-2525 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-1798 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#1| (-452)))) (-2949 (((-112) $) NIL)) (-3186 (($ |#1| (-768)) NIL)) (-3970 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-556)))) (-3372 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-556)))) (-1826 (((-768) $) NIL)) (-2313 (($ $ $) NIL (|has| |#1| (-363)))) (-1799 (($ $ $) NIL (|has| |#1| (-363)))) (-1448 (($ $ $) NIL (|has| |#1| (-363)))) (-1578 (($ $ $) NIL (|has| |#1| (-363)))) (-2387 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-1845 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-4176 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-1350 ((|#1| $ |#1|) 24)) (-1423 (($ $ $) 33 (|has| |#1| (-363)))) (-1619 (((-768) $) NIL)) (-3008 ((|#1| $) NIL (|has| |#1| (-452)))) (-1831 (((-859) $) 20) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) NIL)) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-768)) NIL)) (-2219 (((-768)) NIL T CONST)) (-3246 ((|#1| $ |#1| |#1|) 23)) (-4057 (($ $) NIL)) (-1293 (($) 21 T CONST)) (-1300 (($) 8 T CONST)) (-3435 (($) NIL)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
(((-654 |#1| |#2|) (-652 |#1|) (-1046) (-1 |#1| |#1|)) (T -654))
NIL
(-652 |#1|)
-((-1676 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 70)) (-3692 ((|#2| |#2| (-768) (-1 |#1| |#1|)) 48)) (-3078 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 72)))
-(((-655 |#1| |#2|) (-10 -7 (-15 -1676 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -3692 (|#2| |#2| (-768) (-1 |#1| |#1|))) (-15 -3078 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-363) (-652 |#1|)) (T -655))
-((-3078 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-363)) (-5 *1 (-655 *4 *2)) (-4 *2 (-652 *4)))) (-3692 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-768)) (-5 *4 (-1 *5 *5)) (-4 *5 (-363)) (-5 *1 (-655 *5 *2)) (-4 *2 (-652 *5)))) (-1676 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-363)) (-5 *1 (-655 *4 *2)) (-4 *2 (-652 *4)))))
-(-10 -7 (-15 -1676 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -3692 (|#2| |#2| (-768) (-1 |#1| |#1|))) (-15 -3078 (|#2| |#2| |#2| (-1 |#1| |#1|))))
-((-1431 (($ $ $) 9)))
-(((-656 |#1|) (-10 -8 (-15 -1431 (|#1| |#1| |#1|))) (-657)) (T -656))
-NIL
-(-10 -8 (-15 -1431 (|#1| |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-1917 (($ $) 10)) (-1431 (($ $ $) 8)) (-2853 (((-112) $ $) 6)) (-1417 (($ $ $) 9)))
+((-1621 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 70)) (-1483 ((|#2| |#2| (-768) (-1 |#1| |#1|)) 48)) (-1423 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 72)))
+(((-655 |#1| |#2|) (-10 -7 (-15 -1621 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -1483 (|#2| |#2| (-768) (-1 |#1| |#1|))) (-15 -1423 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-363) (-652 |#1|)) (T -655))
+((-1423 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-363)) (-5 *1 (-655 *4 *2)) (-4 *2 (-652 *4)))) (-1483 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-768)) (-5 *4 (-1 *5 *5)) (-4 *5 (-363)) (-5 *1 (-655 *5 *2)) (-4 *2 (-652 *5)))) (-1621 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-363)) (-5 *1 (-655 *4 *2)) (-4 *2 (-652 *4)))))
+(-10 -7 (-15 -1621 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -1483 (|#2| |#2| (-768) (-1 |#1| |#1|))) (-15 -1423 (|#2| |#2| |#2| (-1 |#1| |#1|))))
+((-3705 (($ $ $) 9)))
+(((-656 |#1|) (-10 -8 (-15 -3705 (|#1| |#1| |#1|))) (-657)) (T -656))
+NIL
+(-10 -8 (-15 -3705 (|#1| |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1644 (($ $) 10)) (-3705 (($ $ $) 8)) (-1702 (((-112) $ $) 6)) (-3694 (($ $ $) 9)))
(((-657) (-140)) (T -657))
-((-1917 (*1 *1 *1) (-4 *1 (-657))) (-1417 (*1 *1 *1 *1) (-4 *1 (-657))) (-1431 (*1 *1 *1 *1) (-4 *1 (-657))))
-(-13 (-102) (-10 -8 (-15 -1917 ($ $)) (-15 -1417 ($ $ $)) (-15 -1431 ($ $ $))))
+((-1644 (*1 *1 *1) (-4 *1 (-657))) (-3694 (*1 *1 *1 *1) (-4 *1 (-657))) (-3705 (*1 *1 *1 *1) (-4 *1 (-657))))
+(-13 (-102) (-10 -8 (-15 -1644 ($ $)) (-15 -3694 ($ $ $)) (-15 -3705 ($ $ $))))
(((-102) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 15)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2654 ((|#1| $) 21)) (-2766 (($ $ $) NIL (|has| |#1| (-788)))) (-1650 (($ $ $) NIL (|has| |#1| (-788)))) (-2811 (((-1152) $) 46)) (-4382 (((-1114) $) NIL)) (-2663 ((|#3| $) 22)) (-1721 (((-859) $) 41)) (-2885 (($) 10 T CONST)) (-2920 (((-112) $ $) NIL (|has| |#1| (-788)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-788)))) (-2853 (((-112) $ $) 20)) (-2908 (((-112) $ $) NIL (|has| |#1| (-788)))) (-2880 (((-112) $ $) 24 (|has| |#1| (-788)))) (-2983 (($ $ |#3|) 34) (($ |#1| |#3|) 35)) (-2970 (($ $) 17) (($ $ $) NIL)) (-2956 (($ $ $) 27)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 30) (($ |#2| $) 32) (($ $ |#2|) NIL)))
-(((-658 |#1| |#2| |#3|) (-13 (-714 |#2|) (-10 -8 (IF (|has| |#1| (-788)) (-6 (-788)) |%noBranch|) (-15 -2983 ($ $ |#3|)) (-15 -2983 ($ |#1| |#3|)) (-15 -2654 (|#1| $)) (-15 -2663 (|#3| $)))) (-714 |#2|) (-172) (|SubsetCategory| (-723) |#2|)) (T -658))
-((-2983 (*1 *1 *1 *2) (-12 (-4 *4 (-172)) (-5 *1 (-658 *3 *4 *2)) (-4 *3 (-714 *4)) (-4 *2 (|SubsetCategory| (-723) *4)))) (-2983 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-658 *2 *4 *3)) (-4 *2 (-714 *4)) (-4 *3 (|SubsetCategory| (-723) *4)))) (-2654 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-714 *3)) (-5 *1 (-658 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-723) *3)))) (-2663 (*1 *2 *1) (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-723) *4)) (-5 *1 (-658 *3 *4 *2)) (-4 *3 (-714 *4)))))
-(-13 (-714 |#2|) (-10 -8 (IF (|has| |#1| (-788)) (-6 (-788)) |%noBranch|) (-15 -2983 ($ $ |#3|)) (-15 -2983 ($ |#1| |#3|)) (-15 -2654 (|#1| $)) (-15 -2663 (|#3| $))))
-((-3584 (((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|)) 33)))
-(((-659 |#1|) (-10 -7 (-15 -3584 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|)))) (-906)) (T -659))
-((-3584 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 *4))) (-5 *3 (-1166 *4)) (-4 *4 (-906)) (-5 *1 (-659 *4)))))
-(-10 -7 (-15 -3584 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1480 (((-641 |#1|) $) 84)) (-1814 (($ $ (-768)) 94)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3942 (((-1283 |#1| |#2|) (-1283 |#1| |#2|) $) 50)) (-2035 (((-3 (-668 |#1|) "failed") $) NIL)) (-3437 (((-668 |#1|) $) NIL)) (-4316 (($ $) 93)) (-4083 (((-768) $) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-3591 (($ (-668 |#1|) |#2|) 70)) (-2227 (($ $) 89)) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-1521 (((-1283 |#1| |#2|) (-1283 |#1| |#2|) $) 49)) (-3375 (((-2 (|:| |k| (-668 |#1|)) (|:| |c| |#2|)) $) NIL)) (-4280 (((-668 |#1|) $) NIL)) (-4292 ((|#2| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3227 (($ $ |#1| $) 32) (($ $ (-641 |#1|) (-641 $)) 34)) (-4341 (((-768) $) 91)) (-1732 (($ $ $) 20) (($ (-668 |#1|) (-668 |#1|)) 79) (($ (-668 |#1|) $) 77) (($ $ (-668 |#1|)) 78)) (-1721 (((-859) $) NIL) (($ |#1|) 76) (((-1274 |#1| |#2|) $) 60) (((-1283 |#1| |#2|) $) 43) (($ (-668 |#1|)) 27)) (-2415 (((-641 |#2|) $) NIL)) (-1346 ((|#2| $ (-668 |#1|)) NIL)) (-2784 ((|#2| (-1283 |#1| |#2|) $) 45)) (-2885 (($) 23 T CONST)) (-2302 (((-641 (-2 (|:| |k| (-668 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1636 (((-3 $ "failed") (-1274 |#1| |#2|)) 62)) (-1416 (($ (-668 |#1|)) 14)) (-2853 (((-112) $ $) 46)) (-2983 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-2970 (($ $) 68) (($ $ $) NIL)) (-2956 (($ $ $) 31)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#2| $) 30) (($ $ |#2|) NIL) (($ |#2| (-668 |#1|)) NIL)))
-(((-660 |#1| |#2|) (-13 (-374 |#1| |#2|) (-382 |#2| (-668 |#1|)) (-10 -8 (-15 -1636 ((-3 $ "failed") (-1274 |#1| |#2|))) (-15 -1732 ($ (-668 |#1|) (-668 |#1|))) (-15 -1732 ($ (-668 |#1|) $)) (-15 -1732 ($ $ (-668 |#1|))))) (-847) (-172)) (T -660))
-((-1636 (*1 *1 *2) (|partial| -12 (-5 *2 (-1274 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *1 (-660 *3 *4)))) (-1732 (*1 *1 *2 *2) (-12 (-5 *2 (-668 *3)) (-4 *3 (-847)) (-5 *1 (-660 *3 *4)) (-4 *4 (-172)))) (-1732 (*1 *1 *2 *1) (-12 (-5 *2 (-668 *3)) (-4 *3 (-847)) (-5 *1 (-660 *3 *4)) (-4 *4 (-172)))) (-1732 (*1 *1 *1 *2) (-12 (-5 *2 (-668 *3)) (-4 *3 (-847)) (-5 *1 (-660 *3 *4)) (-4 *4 (-172)))))
-(-13 (-374 |#1| |#2|) (-382 |#2| (-668 |#1|)) (-10 -8 (-15 -1636 ((-3 $ "failed") (-1274 |#1| |#2|))) (-15 -1732 ($ (-668 |#1|) (-668 |#1|))) (-15 -1732 ($ (-668 |#1|) $)) (-15 -1732 ($ $ (-668 |#1|)))))
-((-2912 (((-112) $) NIL) (((-112) (-1 (-112) |#2| |#2|) $) 60)) (-1331 (($ $) NIL) (($ (-1 (-112) |#2| |#2|) $) 12)) (-4085 (($ (-1 (-112) |#2|) $) 28)) (-3796 (($ $) 66)) (-3176 (($ $) 77)) (-3537 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 42)) (-3658 ((|#2| (-1 |#2| |#2| |#2|) $) 21) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 61) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 63)) (-1317 (((-564) |#2| $ (-564)) 74) (((-564) |#2| $) NIL) (((-564) (-1 (-112) |#2|) $) 55)) (-1585 (($ (-768) |#2|) 64)) (-2915 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 30)) (-2057 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 24)) (-2110 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 65)) (-1769 (($ |#2|) 15)) (-3573 (($ $ $ (-564)) 41) (($ |#2| $ (-564)) 39)) (-2061 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 52)) (-2243 (($ $ (-1226 (-564))) 50) (($ $ (-564)) 43)) (-1494 (($ $ $ (-564)) 73)) (-1892 (($ $) 71)) (-2880 (((-112) $ $) 79)))
-(((-661 |#1| |#2|) (-10 -8 (-15 -1769 (|#1| |#2|)) (-15 -2243 (|#1| |#1| (-564))) (-15 -2243 (|#1| |#1| (-1226 (-564)))) (-15 -3537 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3573 (|#1| |#2| |#1| (-564))) (-15 -3573 (|#1| |#1| |#1| (-564))) (-15 -2915 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -4085 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3537 (|#1| |#2| |#1|)) (-15 -3176 (|#1| |#1|)) (-15 -2915 (|#1| |#1| |#1|)) (-15 -2057 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2912 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1317 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -1317 ((-564) |#2| |#1|)) (-15 -1317 ((-564) |#2| |#1| (-564))) (-15 -2057 (|#1| |#1| |#1|)) (-15 -2912 ((-112) |#1|)) (-15 -1494 (|#1| |#1| |#1| (-564))) (-15 -3796 (|#1| |#1|)) (-15 -1331 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -1331 (|#1| |#1|)) (-15 -2880 ((-112) |#1| |#1|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2061 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1585 (|#1| (-768) |#2|)) (-15 -2110 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1892 (|#1| |#1|))) (-662 |#2|) (-1209)) (T -661))
-NIL
-(-10 -8 (-15 -1769 (|#1| |#2|)) (-15 -2243 (|#1| |#1| (-564))) (-15 -2243 (|#1| |#1| (-1226 (-564)))) (-15 -3537 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3573 (|#1| |#2| |#1| (-564))) (-15 -3573 (|#1| |#1| |#1| (-564))) (-15 -2915 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -4085 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3537 (|#1| |#2| |#1|)) (-15 -3176 (|#1| |#1|)) (-15 -2915 (|#1| |#1| |#1|)) (-15 -2057 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2912 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1317 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -1317 ((-564) |#2| |#1|)) (-15 -1317 ((-564) |#2| |#1| (-564))) (-15 -2057 (|#1| |#1| |#1|)) (-15 -2912 ((-112) |#1|)) (-15 -1494 (|#1| |#1| |#1| (-564))) (-15 -3796 (|#1| |#1|)) (-15 -1331 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -1331 (|#1| |#1|)) (-15 -2880 ((-112) |#1| |#1|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3658 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2061 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1585 (|#1| (-768) |#2|)) (-15 -2110 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1892 (|#1| |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1411 ((|#1| $) 48)) (-4053 ((|#1| $) 65)) (-1800 (($ $) 67)) (-2229 (((-1264) $ (-564) (-564)) 97 (|has| $ (-6 -4413)))) (-4140 (($ $ (-564)) 52 (|has| $ (-6 -4413)))) (-2912 (((-112) $) 142 (|has| |#1| (-847))) (((-112) (-1 (-112) |#1| |#1|) $) 136)) (-1331 (($ $) 146 (-12 (|has| |#1| (-847)) (|has| $ (-6 -4413)))) (($ (-1 (-112) |#1| |#1|) $) 145 (|has| $ (-6 -4413)))) (-3699 (($ $) 141 (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $) 135)) (-1729 (((-112) $ (-768)) 8)) (-2270 ((|#1| $ |#1|) 39 (|has| $ (-6 -4413)))) (-2777 (($ $ $) 56 (|has| $ (-6 -4413)))) (-2354 ((|#1| $ |#1|) 54 (|has| $ (-6 -4413)))) (-4211 ((|#1| $ |#1|) 58 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4413))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4413))) (($ $ "rest" $) 55 (|has| $ (-6 -4413))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) 117 (|has| $ (-6 -4413))) ((|#1| $ (-564) |#1|) 86 (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 41 (|has| $ (-6 -4413)))) (-4085 (($ (-1 (-112) |#1|) $) 129)) (-3346 (($ (-1 (-112) |#1|) $) 102 (|has| $ (-6 -4412)))) (-4041 ((|#1| $) 66)) (-1692 (($) 7 T CONST)) (-3796 (($ $) 144 (|has| $ (-6 -4413)))) (-2460 (($ $) 134)) (-1908 (($ $) 73) (($ $ (-768)) 71)) (-3176 (($ $) 131 (|has| |#1| (-1094)))) (-1928 (($ $) 99 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3537 (($ |#1| $) 130 (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) 125)) (-3813 (($ (-1 (-112) |#1|) $) 103 (|has| $ (-6 -4412))) (($ |#1| $) 100 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1452 ((|#1| $ (-564) |#1|) 85 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 87)) (-1644 (((-112) $) 83)) (-1317 (((-564) |#1| $ (-564)) 139 (|has| |#1| (-1094))) (((-564) |#1| $) 138 (|has| |#1| (-1094))) (((-564) (-1 (-112) |#1|) $) 137)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) 50)) (-3496 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-1585 (($ (-768) |#1|) 108)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 95 (|has| (-564) (-847)))) (-2766 (($ $ $) 147 (|has| |#1| (-847)))) (-2915 (($ $ $) 132 (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) 128)) (-2057 (($ $ $) 140 (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) 133)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 94 (|has| (-564) (-847)))) (-1650 (($ $ $) 148 (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-1769 (($ |#1|) 122)) (-3715 (((-112) $ (-768)) 10)) (-1939 (((-641 |#1|) $) 45)) (-2545 (((-112) $) 49)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3837 ((|#1| $) 70) (($ $ (-768)) 68)) (-3573 (($ $ $ (-564)) 127) (($ |#1| $ (-564)) 126)) (-3476 (($ $ $ (-564)) 116) (($ |#1| $ (-564)) 115)) (-4184 (((-641 (-564)) $) 92)) (-2405 (((-112) (-564) $) 91)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1897 ((|#1| $) 76) (($ $ (-768)) 74)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 106)) (-1759 (($ $ |#1|) 96 (|has| $ (-6 -4413)))) (-3492 (((-112) $) 84)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#1| $) 93 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) 90)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1226 (-564))) 112) ((|#1| $ (-564)) 89) ((|#1| $ (-564) |#1|) 88)) (-2705 (((-564) $ $) 44)) (-2243 (($ $ (-1226 (-564))) 124) (($ $ (-564)) 123)) (-3383 (($ $ (-1226 (-564))) 114) (($ $ (-564)) 113)) (-3735 (((-112) $) 46)) (-4383 (($ $) 62)) (-1787 (($ $) 59 (|has| $ (-6 -4413)))) (-3716 (((-768) $) 63)) (-1717 (($ $) 64)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1494 (($ $ $ (-564)) 143 (|has| $ (-6 -4413)))) (-1892 (($ $) 13)) (-2153 (((-536) $) 98 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 107)) (-1321 (($ $ $) 61) (($ $ |#1|) 60)) (-2834 (($ $ $) 78) (($ |#1| $) 77) (($ (-641 $)) 110) (($ $ |#1|) 109)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) 51)) (-4252 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) 150 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 151 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2908 (((-112) $ $) 149 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 152 (|has| |#1| (-847)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 15)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3678 ((|#1| $) 21)) (-1925 (($ $ $) NIL (|has| |#1| (-788)))) (-3375 (($ $ $) NIL (|has| |#1| (-788)))) (-2723 (((-1152) $) 46)) (-2780 (((-1114) $) NIL)) (-3693 ((|#3| $) 22)) (-1831 (((-859) $) 41)) (-1293 (($) 10 T CONST)) (-1762 (((-112) $ $) NIL (|has| |#1| (-788)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-788)))) (-1702 (((-112) $ $) 20)) (-1749 (((-112) $ $) NIL (|has| |#1| (-788)))) (-1723 (((-112) $ $) 24 (|has| |#1| (-788)))) (-1823 (($ $ |#3|) 34) (($ |#1| |#3|) 35)) (-1808 (($ $) 17) (($ $ $) NIL)) (-1797 (($ $ $) 27)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 30) (($ |#2| $) 32) (($ $ |#2|) NIL)))
+(((-658 |#1| |#2| |#3|) (-13 (-714 |#2|) (-10 -8 (IF (|has| |#1| (-788)) (-6 (-788)) |%noBranch|) (-15 -1823 ($ $ |#3|)) (-15 -1823 ($ |#1| |#3|)) (-15 -3678 (|#1| $)) (-15 -3693 (|#3| $)))) (-714 |#2|) (-172) (|SubsetCategory| (-723) |#2|)) (T -658))
+((-1823 (*1 *1 *1 *2) (-12 (-4 *4 (-172)) (-5 *1 (-658 *3 *4 *2)) (-4 *3 (-714 *4)) (-4 *2 (|SubsetCategory| (-723) *4)))) (-1823 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-658 *2 *4 *3)) (-4 *2 (-714 *4)) (-4 *3 (|SubsetCategory| (-723) *4)))) (-3678 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-714 *3)) (-5 *1 (-658 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-723) *3)))) (-3693 (*1 *2 *1) (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-723) *4)) (-5 *1 (-658 *3 *4 *2)) (-4 *3 (-714 *4)))))
+(-13 (-714 |#2|) (-10 -8 (IF (|has| |#1| (-788)) (-6 (-788)) |%noBranch|) (-15 -1823 ($ $ |#3|)) (-15 -1823 ($ |#1| |#3|)) (-15 -3678 (|#1| $)) (-15 -3693 (|#3| $))))
+((-2892 (((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|)) 33)))
+(((-659 |#1|) (-10 -7 (-15 -2892 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|)))) (-906)) (T -659))
+((-2892 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 *4))) (-5 *3 (-1166 *4)) (-4 *4 (-906)) (-5 *1 (-659 *4)))))
+(-10 -7 (-15 -2892 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-2412 (((-641 |#1|) $) 84)) (-3520 (($ $ (-768)) 94)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-2113 (((-1283 |#1| |#2|) (-1283 |#1| |#2|) $) 50)) (-2347 (((-3 (-668 |#1|) "failed") $) NIL)) (-2237 (((-668 |#1|) $) NIL)) (-3396 (($ $) 93)) (-4128 (((-768) $) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-1383 (($ (-668 |#1|) |#2|) 70)) (-3156 (($ $) 89)) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-2674 (((-1283 |#1| |#2|) (-1283 |#1| |#2|) $) 49)) (-1338 (((-2 (|:| |k| (-668 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3356 (((-668 |#1|) $) NIL)) (-3370 ((|#2| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2633 (($ $ |#1| $) 32) (($ $ (-641 |#1|) (-641 $)) 34)) (-1619 (((-768) $) 91)) (-1842 (($ $ $) 20) (($ (-668 |#1|) (-668 |#1|)) 79) (($ (-668 |#1|) $) 77) (($ $ (-668 |#1|)) 78)) (-1831 (((-859) $) NIL) (($ |#1|) 76) (((-1274 |#1| |#2|) $) 60) (((-1283 |#1| |#2|) $) 43) (($ (-668 |#1|)) 27)) (-3227 (((-641 |#2|) $) NIL)) (-2742 ((|#2| $ (-668 |#1|)) NIL)) (-2860 ((|#2| (-1283 |#1| |#2|) $) 45)) (-1293 (($) 23 T CONST)) (-1430 (((-641 (-2 (|:| |k| (-668 |#1|)) (|:| |c| |#2|))) $) NIL)) (-4384 (((-3 $ "failed") (-1274 |#1| |#2|)) 62)) (-3993 (($ (-668 |#1|)) 14)) (-1702 (((-112) $ $) 46)) (-1823 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-1808 (($ $) 68) (($ $ $) NIL)) (-1797 (($ $ $) 31)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#2| $) 30) (($ $ |#2|) NIL) (($ |#2| (-668 |#1|)) NIL)))
+(((-660 |#1| |#2|) (-13 (-374 |#1| |#2|) (-382 |#2| (-668 |#1|)) (-10 -8 (-15 -4384 ((-3 $ "failed") (-1274 |#1| |#2|))) (-15 -1842 ($ (-668 |#1|) (-668 |#1|))) (-15 -1842 ($ (-668 |#1|) $)) (-15 -1842 ($ $ (-668 |#1|))))) (-847) (-172)) (T -660))
+((-4384 (*1 *1 *2) (|partial| -12 (-5 *2 (-1274 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *1 (-660 *3 *4)))) (-1842 (*1 *1 *2 *2) (-12 (-5 *2 (-668 *3)) (-4 *3 (-847)) (-5 *1 (-660 *3 *4)) (-4 *4 (-172)))) (-1842 (*1 *1 *2 *1) (-12 (-5 *2 (-668 *3)) (-4 *3 (-847)) (-5 *1 (-660 *3 *4)) (-4 *4 (-172)))) (-1842 (*1 *1 *1 *2) (-12 (-5 *2 (-668 *3)) (-4 *3 (-847)) (-5 *1 (-660 *3 *4)) (-4 *4 (-172)))))
+(-13 (-374 |#1| |#2|) (-382 |#2| (-668 |#1|)) (-10 -8 (-15 -4384 ((-3 $ "failed") (-1274 |#1| |#2|))) (-15 -1842 ($ (-668 |#1|) (-668 |#1|))) (-15 -1842 ($ (-668 |#1|) $)) (-15 -1842 ($ $ (-668 |#1|)))))
+((-2386 (((-112) $) NIL) (((-112) (-1 (-112) |#2| |#2|) $) 60)) (-2573 (($ $) NIL) (($ (-1 (-112) |#2| |#2|) $) 12)) (-4145 (($ (-1 (-112) |#2|) $) 28)) (-4325 (($ $) 66)) (-4341 (($ $) 77)) (-3644 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 42)) (-1988 ((|#2| (-1 |#2| |#2| |#2|) $) 21) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 61) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 63)) (-3360 (((-564) |#2| $ (-564)) 74) (((-564) |#2| $) NIL) (((-564) (-1 (-112) |#2|) $) 55)) (-3654 (($ (-768) |#2|) 64)) (-2429 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 30)) (-3956 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 24)) (-2449 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 65)) (-3176 (($ |#2|) 15)) (-2783 (($ $ $ (-564)) 41) (($ |#2| $ (-564)) 39)) (-3995 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 52)) (-2087 (($ $ (-1226 (-564))) 50) (($ $ (-564)) 43)) (-3623 (($ $ $ (-564)) 73)) (-1991 (($ $) 71)) (-1723 (((-112) $ $) 79)))
+(((-661 |#1| |#2|) (-10 -8 (-15 -3176 (|#1| |#2|)) (-15 -2087 (|#1| |#1| (-564))) (-15 -2087 (|#1| |#1| (-1226 (-564)))) (-15 -3644 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2783 (|#1| |#2| |#1| (-564))) (-15 -2783 (|#1| |#1| |#1| (-564))) (-15 -2429 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -4145 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3644 (|#1| |#2| |#1|)) (-15 -4341 (|#1| |#1|)) (-15 -2429 (|#1| |#1| |#1|)) (-15 -3956 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2386 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3360 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -3360 ((-564) |#2| |#1|)) (-15 -3360 ((-564) |#2| |#1| (-564))) (-15 -3956 (|#1| |#1| |#1|)) (-15 -2386 ((-112) |#1|)) (-15 -3623 (|#1| |#1| |#1| (-564))) (-15 -4325 (|#1| |#1|)) (-15 -2573 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2573 (|#1| |#1|)) (-15 -1723 ((-112) |#1| |#1|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3995 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -3654 (|#1| (-768) |#2|)) (-15 -2449 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1991 (|#1| |#1|))) (-662 |#2|) (-1209)) (T -661))
+NIL
+(-10 -8 (-15 -3176 (|#1| |#2|)) (-15 -2087 (|#1| |#1| (-564))) (-15 -2087 (|#1| |#1| (-1226 (-564)))) (-15 -3644 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2783 (|#1| |#2| |#1| (-564))) (-15 -2783 (|#1| |#1| |#1| (-564))) (-15 -2429 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -4145 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3644 (|#1| |#2| |#1|)) (-15 -4341 (|#1| |#1|)) (-15 -2429 (|#1| |#1| |#1|)) (-15 -3956 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2386 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3360 ((-564) (-1 (-112) |#2|) |#1|)) (-15 -3360 ((-564) |#2| |#1|)) (-15 -3360 ((-564) |#2| |#1| (-564))) (-15 -3956 (|#1| |#1| |#1|)) (-15 -2386 ((-112) |#1|)) (-15 -3623 (|#1| |#1| |#1| (-564))) (-15 -4325 (|#1| |#1|)) (-15 -2573 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2573 (|#1| |#1|)) (-15 -1723 ((-112) |#1| |#1|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1988 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3995 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -3654 (|#1| (-768) |#2|)) (-15 -2449 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1991 (|#1| |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1522 ((|#1| $) 48)) (-3149 ((|#1| $) 65)) (-4045 (($ $) 67)) (-1956 (((-1264) $ (-564) (-564)) 97 (|has| $ (-6 -4407)))) (-3459 (($ $ (-564)) 52 (|has| $ (-6 -4407)))) (-2386 (((-112) $) 142 (|has| |#1| (-847))) (((-112) (-1 (-112) |#1| |#1|) $) 136)) (-2573 (($ $) 146 (-12 (|has| |#1| (-847)) (|has| $ (-6 -4407)))) (($ (-1 (-112) |#1| |#1|) $) 145 (|has| $ (-6 -4407)))) (-2861 (($ $) 141 (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $) 135)) (-4010 (((-112) $ (-768)) 8)) (-2373 ((|#1| $ |#1|) 39 (|has| $ (-6 -4407)))) (-3653 (($ $ $) 56 (|has| $ (-6 -4407)))) (-3881 ((|#1| $ |#1|) 54 (|has| $ (-6 -4407)))) (-2923 ((|#1| $ |#1|) 58 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4407))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4407))) (($ $ "rest" $) 55 (|has| $ (-6 -4407))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) 117 (|has| $ (-6 -4407))) ((|#1| $ (-564) |#1|) 86 (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 41 (|has| $ (-6 -4407)))) (-4145 (($ (-1 (-112) |#1|) $) 129)) (-3752 (($ (-1 (-112) |#1|) $) 102 (|has| $ (-6 -4406)))) (-3137 ((|#1| $) 66)) (-1778 (($) 7 T CONST)) (-4325 (($ $) 144 (|has| $ (-6 -4407)))) (-3919 (($ $) 134)) (-3314 (($ $) 73) (($ $ (-768)) 71)) (-4341 (($ $) 131 (|has| |#1| (-1094)))) (-3337 (($ $) 99 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3644 (($ |#1| $) 130 (|has| |#1| (-1094))) (($ (-1 (-112) |#1|) $) 125)) (-2576 (($ (-1 (-112) |#1|) $) 103 (|has| $ (-6 -4406))) (($ |#1| $) 100 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2261 ((|#1| $ (-564) |#1|) 85 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 87)) (-1346 (((-112) $) 83)) (-3360 (((-564) |#1| $ (-564)) 139 (|has| |#1| (-1094))) (((-564) |#1| $) 138 (|has| |#1| (-1094))) (((-564) (-1 (-112) |#1|) $) 137)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) 50)) (-4376 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-3654 (($ (-768) |#1|) 108)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 95 (|has| (-564) (-847)))) (-1925 (($ $ $) 147 (|has| |#1| (-847)))) (-2429 (($ $ $) 132 (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) 128)) (-3956 (($ $ $) 140 (|has| |#1| (-847))) (($ (-1 (-112) |#1| |#1|) $ $) 133)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 94 (|has| (-564) (-847)))) (-3375 (($ $ $) 148 (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-3176 (($ |#1|) 122)) (-1713 (((-112) $ (-768)) 10)) (-4119 (((-641 |#1|) $) 45)) (-2033 (((-112) $) 49)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2598 ((|#1| $) 70) (($ $ (-768)) 68)) (-2783 (($ $ $ (-564)) 127) (($ |#1| $ (-564)) 126)) (-3652 (($ $ $ (-564)) 116) (($ |#1| $ (-564)) 115)) (-3883 (((-641 (-564)) $) 92)) (-4336 (((-112) (-564) $) 91)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3303 ((|#1| $) 76) (($ $ (-768)) 74)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 106)) (-4253 (($ $ |#1|) 96 (|has| $ (-6 -4407)))) (-4337 (((-112) $) 84)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#1| $) 93 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) 90)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1226 (-564))) 112) ((|#1| $ (-564)) 89) ((|#1| $ (-564) |#1|) 88)) (-4190 (((-564) $ $) 44)) (-2087 (($ $ (-1226 (-564))) 124) (($ $ (-564)) 123)) (-2126 (($ $ (-1226 (-564))) 114) (($ $ (-564)) 113)) (-1899 (((-112) $) 46)) (-2034 (($ $) 62)) (-3292 (($ $) 59 (|has| $ (-6 -4407)))) (-1724 (((-768) $) 63)) (-3910 (($ $) 64)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3623 (($ $ $ (-564)) 143 (|has| $ (-6 -4407)))) (-1991 (($ $) 13)) (-2511 (((-536) $) 98 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 107)) (-2460 (($ $ $) 61) (($ $ |#1|) 60)) (-3043 (($ $ $) 78) (($ |#1| $) 77) (($ (-641 $)) 110) (($ $ |#1|) 109)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) 51)) (-2054 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) 150 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 151 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-1749 (((-112) $ $) 149 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 152 (|has| |#1| (-847)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-662 |#1|) (-140) (-1209)) (T -662))
-((-1769 (*1 *1 *2) (-12 (-4 *1 (-662 *2)) (-4 *2 (-1209)))))
-(-13 (-1143 |t#1|) (-373 |t#1|) (-282 |t#1|) (-10 -8 (-15 -1769 ($ |t#1|))))
-(((-34) . T) ((-102) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-282 |#1|) . T) ((-373 |#1|) . T) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-847) |has| |#1| (-847)) ((-1007 |#1|) . T) ((-1094) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-1143 |#1|) . T) ((-1209) . T) ((-1247 |#1|) . T))
-((-3315 (((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|))))) (-641 (-641 |#1|)) (-641 (-1259 |#1|))) 22) (((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|))))) (-685 |#1|) (-641 (-1259 |#1|))) 21) (((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|)))) (-641 (-641 |#1|)) (-1259 |#1|)) 18) (((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|)) 14)) (-3147 (((-768) (-685 |#1|) (-1259 |#1|)) 30)) (-4099 (((-3 (-1259 |#1|) "failed") (-685 |#1|) (-1259 |#1|)) 24)) (-3898 (((-112) (-685 |#1|) (-1259 |#1|)) 27)))
-(((-663 |#1|) (-10 -7 (-15 -3315 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|))) (-15 -3315 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|)))) (-641 (-641 |#1|)) (-1259 |#1|))) (-15 -3315 ((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|))))) (-685 |#1|) (-641 (-1259 |#1|)))) (-15 -3315 ((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|))))) (-641 (-641 |#1|)) (-641 (-1259 |#1|)))) (-15 -4099 ((-3 (-1259 |#1|) "failed") (-685 |#1|) (-1259 |#1|))) (-15 -3898 ((-112) (-685 |#1|) (-1259 |#1|))) (-15 -3147 ((-768) (-685 |#1|) (-1259 |#1|)))) (-363)) (T -663))
-((-3147 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)) (-4 *5 (-363)) (-5 *2 (-768)) (-5 *1 (-663 *5)))) (-3898 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)) (-4 *5 (-363)) (-5 *2 (-112)) (-5 *1 (-663 *5)))) (-4099 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1259 *4)) (-5 *3 (-685 *4)) (-4 *4 (-363)) (-5 *1 (-663 *4)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-641 *5))) (-4 *5 (-363)) (-5 *2 (-641 (-2 (|:| |particular| (-3 (-1259 *5) "failed")) (|:| -2745 (-641 (-1259 *5)))))) (-5 *1 (-663 *5)) (-5 *4 (-641 (-1259 *5))))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *5)) (-4 *5 (-363)) (-5 *2 (-641 (-2 (|:| |particular| (-3 (-1259 *5) "failed")) (|:| -2745 (-641 (-1259 *5)))))) (-5 *1 (-663 *5)) (-5 *4 (-641 (-1259 *5))))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-641 *5))) (-4 *5 (-363)) (-5 *2 (-2 (|:| |particular| (-3 (-1259 *5) "failed")) (|:| -2745 (-641 (-1259 *5))))) (-5 *1 (-663 *5)) (-5 *4 (-1259 *5)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |particular| (-3 (-1259 *5) "failed")) (|:| -2745 (-641 (-1259 *5))))) (-5 *1 (-663 *5)) (-5 *4 (-1259 *5)))))
-(-10 -7 (-15 -3315 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|))) (-15 -3315 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|)))) (-641 (-641 |#1|)) (-1259 |#1|))) (-15 -3315 ((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|))))) (-685 |#1|) (-641 (-1259 |#1|)))) (-15 -3315 ((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|))))) (-641 (-641 |#1|)) (-641 (-1259 |#1|)))) (-15 -4099 ((-3 (-1259 |#1|) "failed") (-685 |#1|) (-1259 |#1|))) (-15 -3898 ((-112) (-685 |#1|) (-1259 |#1|))) (-15 -3147 ((-768) (-685 |#1|) (-1259 |#1|))))
-((-3315 (((-641 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2745 (-641 |#3|)))) |#4| (-641 |#3|)) 65) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2745 (-641 |#3|))) |#4| |#3|) 59)) (-3147 (((-768) |#4| |#3|) 18)) (-4099 (((-3 |#3| "failed") |#4| |#3|) 21)) (-3898 (((-112) |#4| |#3|) 14)))
-(((-664 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3315 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2745 (-641 |#3|))) |#4| |#3|)) (-15 -3315 ((-641 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2745 (-641 |#3|)))) |#4| (-641 |#3|))) (-15 -4099 ((-3 |#3| "failed") |#4| |#3|)) (-15 -3898 ((-112) |#4| |#3|)) (-15 -3147 ((-768) |#4| |#3|))) (-363) (-13 (-373 |#1|) (-10 -7 (-6 -4413))) (-13 (-373 |#1|) (-10 -7 (-6 -4413))) (-683 |#1| |#2| |#3|)) (T -664))
-((-3147 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4413)))) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4413)))) (-5 *2 (-768)) (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))) (-3898 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4413)))) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4413)))) (-5 *2 (-112)) (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))) (-4099 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-363)) (-4 *5 (-13 (-373 *4) (-10 -7 (-6 -4413)))) (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4413)))) (-5 *1 (-664 *4 *5 *2 *3)) (-4 *3 (-683 *4 *5 *2)))) (-3315 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4413)))) (-4 *7 (-13 (-373 *5) (-10 -7 (-6 -4413)))) (-5 *2 (-641 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -2745 (-641 *7))))) (-5 *1 (-664 *5 *6 *7 *3)) (-5 *4 (-641 *7)) (-4 *3 (-683 *5 *6 *7)))) (-3315 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4413)))) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4413)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4)))) (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))))
-(-10 -7 (-15 -3315 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2745 (-641 |#3|))) |#4| |#3|)) (-15 -3315 ((-641 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2745 (-641 |#3|)))) |#4| (-641 |#3|))) (-15 -4099 ((-3 |#3| "failed") |#4| |#3|)) (-15 -3898 ((-112) |#4| |#3|)) (-15 -3147 ((-768) |#4| |#3|)))
-((-2160 (((-2 (|:| |particular| (-3 (-1259 (-407 |#4|)) "failed")) (|:| -2745 (-641 (-1259 (-407 |#4|))))) (-641 |#4|) (-641 |#3|)) 54)))
-(((-665 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2160 ((-2 (|:| |particular| (-3 (-1259 (-407 |#4|)) "failed")) (|:| -2745 (-641 (-1259 (-407 |#4|))))) (-641 |#4|) (-641 |#3|)))) (-556) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -665))
-((-2160 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *7)) (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-5 *2 (-2 (|:| |particular| (-3 (-1259 (-407 *8)) "failed")) (|:| -2745 (-641 (-1259 (-407 *8)))))) (-5 *1 (-665 *5 *6 *7 *8)))))
-(-10 -7 (-15 -2160 ((-2 (|:| |particular| (-3 (-1259 (-407 |#4|)) "failed")) (|:| -2745 (-641 (-1259 (-407 |#4|))))) (-641 |#4|) (-641 |#3|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4023 (((-3 $ "failed")) NIL (|has| |#2| (-556)))) (-4321 ((|#2| $) NIL)) (-1663 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2315 (((-1259 (-685 |#2|))) NIL) (((-1259 (-685 |#2|)) (-1259 $)) NIL)) (-3354 (((-112) $) NIL)) (-2262 (((-1259 $)) 44)) (-1729 (((-112) $ (-768)) NIL)) (-2831 (($ |#2|) NIL)) (-1692 (($) NIL T CONST)) (-1816 (($ $) NIL (|has| |#2| (-307)))) (-2787 (((-240 |#1| |#2|) $ (-564)) NIL)) (-2121 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) NIL (|has| |#2| (-556)))) (-3441 (((-3 $ "failed")) NIL (|has| |#2| (-556)))) (-2660 (((-685 |#2|)) NIL) (((-685 |#2|) (-1259 $)) NIL)) (-3268 ((|#2| $) NIL)) (-1931 (((-685 |#2|) $) NIL) (((-685 |#2|) $ (-1259 $)) NIL)) (-2816 (((-3 $ "failed") $) NIL (|has| |#2| (-556)))) (-3034 (((-1166 (-949 |#2|))) NIL (|has| |#2| (-363)))) (-4095 (($ $ (-918)) NIL)) (-1945 ((|#2| $) NIL)) (-2829 (((-1166 |#2|) $) NIL (|has| |#2| (-556)))) (-1660 ((|#2|) NIL) ((|#2| (-1259 $)) NIL)) (-3390 (((-1166 |#2|) $) NIL)) (-1936 (((-112)) NIL)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 |#2| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) ((|#2| $) NIL)) (-3222 (($ (-1259 |#2|)) NIL) (($ (-1259 |#2|) (-1259 $)) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3147 (((-768) $) NIL (|has| |#2| (-556))) (((-918)) 45)) (-1379 ((|#2| $ (-564) (-564)) NIL)) (-1826 (((-112)) NIL)) (-3668 (($ $ (-918)) NIL)) (-1597 (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3282 (((-112) $) NIL)) (-2751 (((-768) $) NIL (|has| |#2| (-556)))) (-2137 (((-641 (-240 |#1| |#2|)) $) NIL (|has| |#2| (-556)))) (-3393 (((-768) $) NIL)) (-2516 (((-112)) NIL)) (-3402 (((-768) $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-2762 ((|#2| $) NIL (|has| |#2| (-6 (-4414 "*"))))) (-4209 (((-564) $) NIL)) (-1581 (((-564) $) NIL)) (-4317 (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-1314 (((-564) $) NIL)) (-1875 (((-564) $) NIL)) (-2670 (($ (-641 (-641 |#2|))) NIL)) (-1439 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-2708 (((-641 (-641 |#2|)) $) NIL)) (-4250 (((-112)) NIL)) (-1595 (((-112)) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-1398 (((-3 (-2 (|:| |particular| $) (|:| -2745 (-641 $))) "failed")) NIL (|has| |#2| (-556)))) (-1386 (((-3 $ "failed")) NIL (|has| |#2| (-556)))) (-1325 (((-685 |#2|)) NIL) (((-685 |#2|) (-1259 $)) NIL)) (-3820 ((|#2| $) NIL)) (-2572 (((-685 |#2|) $) NIL) (((-685 |#2|) $ (-1259 $)) NIL)) (-3126 (((-3 $ "failed") $) NIL (|has| |#2| (-556)))) (-2605 (((-1166 (-949 |#2|))) NIL (|has| |#2| (-363)))) (-2824 (($ $ (-918)) NIL)) (-2502 ((|#2| $) NIL)) (-1438 (((-1166 |#2|) $) NIL (|has| |#2| (-556)))) (-1485 ((|#2|) NIL) ((|#2| (-1259 $)) NIL)) (-3677 (((-1166 |#2|) $) NIL)) (-1517 (((-112)) NIL)) (-2811 (((-1152) $) NIL)) (-2141 (((-112)) NIL)) (-2264 (((-112)) NIL)) (-3338 (((-112)) NIL)) (-3429 (((-3 $ "failed") $) NIL (|has| |#2| (-363)))) (-4382 (((-1114) $) NIL)) (-3234 (((-112)) NIL)) (-2628 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556)))) (-2070 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#2| $ (-564) (-564) |#2|) NIL) ((|#2| $ (-564) (-564)) 30) ((|#2| $ (-564)) NIL)) (-1795 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-3381 ((|#2| $) NIL)) (-3323 (($ (-641 |#2|)) NIL)) (-3065 (((-112) $) NIL)) (-1327 (((-240 |#1| |#2|) $) NIL)) (-3274 ((|#2| $) NIL (|has| |#2| (-6 (-4414 "*"))))) (-1292 (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-1892 (($ $) NIL)) (-3057 (((-685 |#2|) (-1259 $)) NIL) (((-1259 |#2|) $) NIL) (((-685 |#2|) (-1259 $) (-1259 $)) NIL) (((-1259 |#2|) $ (-1259 $)) 33)) (-2153 (($ (-1259 |#2|)) NIL) (((-1259 |#2|) $) NIL)) (-3580 (((-641 (-949 |#2|))) NIL) (((-641 (-949 |#2|)) (-1259 $)) NIL)) (-1923 (($ $ $) NIL)) (-4311 (((-112)) NIL)) (-1903 (((-240 |#1| |#2|) $ (-564)) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#2| (-1035 (-407 (-564))))) (($ |#2|) NIL) (((-685 |#2|) $) NIL)) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $)) 43)) (-3394 (((-641 (-1259 |#2|))) NIL (|has| |#2| (-556)))) (-2933 (($ $ $ $) NIL)) (-2012 (((-112)) NIL)) (-1840 (($ (-685 |#2|) $) NIL)) (-2666 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3490 (((-112) $) NIL)) (-3710 (($ $ $) NIL)) (-1380 (((-112)) NIL)) (-2425 (((-112)) NIL)) (-2508 (((-112)) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#2| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-240 |#1| |#2|) $ (-240 |#1| |#2|)) NIL) (((-240 |#1| |#2|) (-240 |#1| |#2|) $) NIL)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-3176 (*1 *1 *2) (-12 (-4 *1 (-662 *2)) (-4 *2 (-1209)))))
+(-13 (-1143 |t#1|) (-373 |t#1|) (-282 |t#1|) (-10 -8 (-15 -3176 ($ |t#1|))))
+(((-34) . T) ((-102) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-282 |#1|) . T) ((-373 |#1|) . T) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-847) |has| |#1| (-847)) ((-1007 |#1|) . T) ((-1094) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-1143 |#1|) . T) ((-1209) . T) ((-1247 |#1|) . T))
+((-2017 (((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|))))) (-641 (-641 |#1|)) (-641 (-1259 |#1|))) 22) (((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|))))) (-685 |#1|) (-641 (-1259 |#1|))) 21) (((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|)))) (-641 (-641 |#1|)) (-1259 |#1|)) 18) (((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|)) 14)) (-3531 (((-768) (-685 |#1|) (-1259 |#1|)) 30)) (-4257 (((-3 (-1259 |#1|) "failed") (-685 |#1|) (-1259 |#1|)) 24)) (-2898 (((-112) (-685 |#1|) (-1259 |#1|)) 27)))
+(((-663 |#1|) (-10 -7 (-15 -2017 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|))) (-15 -2017 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|)))) (-641 (-641 |#1|)) (-1259 |#1|))) (-15 -2017 ((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|))))) (-685 |#1|) (-641 (-1259 |#1|)))) (-15 -2017 ((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|))))) (-641 (-641 |#1|)) (-641 (-1259 |#1|)))) (-15 -4257 ((-3 (-1259 |#1|) "failed") (-685 |#1|) (-1259 |#1|))) (-15 -2898 ((-112) (-685 |#1|) (-1259 |#1|))) (-15 -3531 ((-768) (-685 |#1|) (-1259 |#1|)))) (-363)) (T -663))
+((-3531 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)) (-4 *5 (-363)) (-5 *2 (-768)) (-5 *1 (-663 *5)))) (-2898 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)) (-4 *5 (-363)) (-5 *2 (-112)) (-5 *1 (-663 *5)))) (-4257 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1259 *4)) (-5 *3 (-685 *4)) (-4 *4 (-363)) (-5 *1 (-663 *4)))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-641 *5))) (-4 *5 (-363)) (-5 *2 (-641 (-2 (|:| |particular| (-3 (-1259 *5) "failed")) (|:| -3331 (-641 (-1259 *5)))))) (-5 *1 (-663 *5)) (-5 *4 (-641 (-1259 *5))))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *5)) (-4 *5 (-363)) (-5 *2 (-641 (-2 (|:| |particular| (-3 (-1259 *5) "failed")) (|:| -3331 (-641 (-1259 *5)))))) (-5 *1 (-663 *5)) (-5 *4 (-641 (-1259 *5))))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-641 *5))) (-4 *5 (-363)) (-5 *2 (-2 (|:| |particular| (-3 (-1259 *5) "failed")) (|:| -3331 (-641 (-1259 *5))))) (-5 *1 (-663 *5)) (-5 *4 (-1259 *5)))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |particular| (-3 (-1259 *5) "failed")) (|:| -3331 (-641 (-1259 *5))))) (-5 *1 (-663 *5)) (-5 *4 (-1259 *5)))))
+(-10 -7 (-15 -2017 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|))) (-15 -2017 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|)))) (-641 (-641 |#1|)) (-1259 |#1|))) (-15 -2017 ((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|))))) (-685 |#1|) (-641 (-1259 |#1|)))) (-15 -2017 ((-641 (-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|))))) (-641 (-641 |#1|)) (-641 (-1259 |#1|)))) (-15 -4257 ((-3 (-1259 |#1|) "failed") (-685 |#1|) (-1259 |#1|))) (-15 -2898 ((-112) (-685 |#1|) (-1259 |#1|))) (-15 -3531 ((-768) (-685 |#1|) (-1259 |#1|))))
+((-2017 (((-641 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3331 (-641 |#3|)))) |#4| (-641 |#3|)) 65) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3331 (-641 |#3|))) |#4| |#3|) 59)) (-3531 (((-768) |#4| |#3|) 18)) (-4257 (((-3 |#3| "failed") |#4| |#3|) 21)) (-2898 (((-112) |#4| |#3|) 14)))
+(((-664 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2017 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3331 (-641 |#3|))) |#4| |#3|)) (-15 -2017 ((-641 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3331 (-641 |#3|)))) |#4| (-641 |#3|))) (-15 -4257 ((-3 |#3| "failed") |#4| |#3|)) (-15 -2898 ((-112) |#4| |#3|)) (-15 -3531 ((-768) |#4| |#3|))) (-363) (-13 (-373 |#1|) (-10 -7 (-6 -4407))) (-13 (-373 |#1|) (-10 -7 (-6 -4407))) (-683 |#1| |#2| |#3|)) (T -664))
+((-3531 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4407)))) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4407)))) (-5 *2 (-768)) (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))) (-2898 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4407)))) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4407)))) (-5 *2 (-112)) (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))) (-4257 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-363)) (-4 *5 (-13 (-373 *4) (-10 -7 (-6 -4407)))) (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4407)))) (-5 *1 (-664 *4 *5 *2 *3)) (-4 *3 (-683 *4 *5 *2)))) (-2017 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4407)))) (-4 *7 (-13 (-373 *5) (-10 -7 (-6 -4407)))) (-5 *2 (-641 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -3331 (-641 *7))))) (-5 *1 (-664 *5 *6 *7 *3)) (-5 *4 (-641 *7)) (-4 *3 (-683 *5 *6 *7)))) (-2017 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4407)))) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4407)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4)))) (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))))
+(-10 -7 (-15 -2017 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3331 (-641 |#3|))) |#4| |#3|)) (-15 -2017 ((-641 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3331 (-641 |#3|)))) |#4| (-641 |#3|))) (-15 -4257 ((-3 |#3| "failed") |#4| |#3|)) (-15 -2898 ((-112) |#4| |#3|)) (-15 -3531 ((-768) |#4| |#3|)))
+((-3750 (((-2 (|:| |particular| (-3 (-1259 (-407 |#4|)) "failed")) (|:| -3331 (-641 (-1259 (-407 |#4|))))) (-641 |#4|) (-641 |#3|)) 54)))
+(((-665 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3750 ((-2 (|:| |particular| (-3 (-1259 (-407 |#4|)) "failed")) (|:| -3331 (-641 (-1259 (-407 |#4|))))) (-641 |#4|) (-641 |#3|)))) (-556) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -665))
+((-3750 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *7)) (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-5 *2 (-2 (|:| |particular| (-3 (-1259 (-407 *8)) "failed")) (|:| -3331 (-641 (-1259 (-407 *8)))))) (-5 *1 (-665 *5 *6 *7 *8)))))
+(-10 -7 (-15 -3750 ((-2 (|:| |particular| (-3 (-1259 (-407 |#4|)) "failed")) (|:| -3331 (-641 (-1259 (-407 |#4|))))) (-641 |#4|) (-641 |#3|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1674 (((-3 $ "failed")) NIL (|has| |#2| (-556)))) (-2713 ((|#2| $) NIL)) (-1512 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1546 (((-1259 (-685 |#2|))) NIL) (((-1259 (-685 |#2|)) (-1259 $)) NIL)) (-2385 (((-112) $) NIL)) (-2294 (((-1259 $)) 44)) (-4010 (((-112) $ (-768)) NIL)) (-2899 (($ |#2|) NIL)) (-1778 (($) NIL T CONST)) (-3543 (($ $) NIL (|has| |#2| (-307)))) (-3751 (((-240 |#1| |#2|) $ (-564)) NIL)) (-3353 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) NIL (|has| |#2| (-556)))) (-3868 (((-3 $ "failed")) NIL (|has| |#2| (-556)))) (-1911 (((-685 |#2|)) NIL) (((-685 |#2|) (-1259 $)) NIL)) (-2825 ((|#2| $) NIL)) (-2050 (((-685 |#2|) $) NIL) (((-685 |#2|) $ (-1259 $)) NIL)) (-2767 (((-3 $ "failed") $) NIL (|has| |#2| (-556)))) (-2232 (((-1166 (-949 |#2|))) NIL (|has| |#2| (-363)))) (-4221 (($ $ (-918)) NIL)) (-2166 ((|#2| $) NIL)) (-2878 (((-1166 |#2|) $) NIL (|has| |#2| (-556)))) (-1476 ((|#2|) NIL) ((|#2| (-1259 $)) NIL)) (-1475 (((-1166 |#2|) $) NIL)) (-2103 (((-112)) NIL)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 |#2| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) ((|#2| $) NIL)) (-3624 (($ (-1259 |#2|)) NIL) (($ (-1259 |#2|) (-1259 $)) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3531 (((-768) $) NIL (|has| |#2| (-556))) (((-918)) 45)) (-2190 ((|#2| $ (-564) (-564)) NIL)) (-3628 (((-112)) NIL)) (-2482 (($ $ (-918)) NIL)) (-1433 (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2949 (((-112) $) NIL)) (-3408 (((-768) $) NIL (|has| |#2| (-556)))) (-3540 (((-641 (-240 |#1| |#2|)) $) NIL (|has| |#2| (-556)))) (-1745 (((-768) $) NIL)) (-3001 (((-112)) NIL)) (-1757 (((-768) $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3508 ((|#2| $) NIL (|has| |#2| (-6 (-4408 "*"))))) (-2904 (((-564) $) NIL)) (-2015 (((-564) $) NIL)) (-2640 (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-2381 (((-564) $) NIL)) (-2821 (((-564) $) NIL)) (-4309 (($ (-641 (-641 |#2|))) NIL)) (-2250 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-4217 (((-641 (-641 |#2|)) $) NIL)) (-3261 (((-112)) NIL)) (-2130 (((-112)) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-1907 (((-3 (-2 (|:| |particular| $) (|:| -3331 (-641 $))) "failed")) NIL (|has| |#2| (-556)))) (-2302 (((-3 $ "failed")) NIL (|has| |#2| (-556)))) (-2510 (((-685 |#2|)) NIL) (((-685 |#2|) (-1259 $)) NIL)) (-3385 ((|#2| $) NIL)) (-2289 (((-685 |#2|) $) NIL) (((-685 |#2|) $ (-1259 $)) NIL)) (-3874 (((-3 $ "failed") $) NIL (|has| |#2| (-556)))) (-1402 (((-1166 (-949 |#2|))) NIL (|has| |#2| (-363)))) (-2839 (($ $ (-918)) NIL)) (-2873 ((|#2| $) NIL)) (-4146 (((-1166 |#2|) $) NIL (|has| |#2| (-556)))) (-3525 ((|#2|) NIL) ((|#2| (-1259 $)) NIL)) (-2582 (((-1166 |#2|) $) NIL)) (-2628 (((-112)) NIL)) (-2723 (((-1152) $) NIL)) (-3582 (((-112)) NIL)) (-2317 (((-112)) NIL)) (-2241 (((-112)) NIL)) (-1861 (((-3 $ "failed") $) NIL (|has| |#2| (-363)))) (-2780 (((-1114) $) NIL)) (-3740 (((-112)) NIL)) (-1403 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556)))) (-4077 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#2| $ (-564) (-564) |#2|) NIL) ((|#2| $ (-564) (-564)) 30) ((|#2| $ (-564)) NIL)) (-3534 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-1385 ((|#2| $) NIL)) (-2088 (($ (-641 |#2|)) NIL)) (-1302 (((-112) $) NIL)) (-2534 (((-240 |#1| |#2|) $) NIL)) (-2876 ((|#2| $) NIL (|has| |#2| (-6 (-4408 "*"))))) (-2791 (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1991 (($ $) NIL)) (-2467 (((-685 |#2|) (-1259 $)) NIL) (((-1259 |#2|) $) NIL) (((-685 |#2|) (-1259 $) (-1259 $)) NIL) (((-1259 |#2|) $ (-1259 $)) 33)) (-2511 (($ (-1259 |#2|)) NIL) (((-1259 |#2|) $) NIL)) (-2852 (((-641 (-949 |#2|))) NIL) (((-641 (-949 |#2|)) (-1259 $)) NIL)) (-1992 (($ $ $) NIL)) (-2595 (((-112)) NIL)) (-3065 (((-240 |#1| |#2|) $ (-564)) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#2| (-1035 (-407 (-564))))) (($ |#2|) NIL) (((-685 |#2|) $) NIL)) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $)) 43)) (-1488 (((-641 (-1259 |#2|))) NIL (|has| |#2| (-556)))) (-2611 (($ $ $ $) NIL)) (-1604 (((-112)) NIL)) (-3246 (($ (-685 |#2|) $) NIL)) (-1963 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-4320 (((-112) $) NIL)) (-1656 (($ $ $) NIL)) (-3830 (((-112)) NIL)) (-3335 (((-112)) NIL)) (-2921 (((-112)) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#2| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-240 |#1| |#2|) $ (-240 |#1| |#2|)) NIL) (((-240 |#1| |#2|) (-240 |#1| |#2|) $) NIL)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-666 |#1| |#2|) (-13 (-1117 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-611 (-685 |#2|)) (-417 |#2|)) (-918) (-172)) (T -666))
NIL
(-13 (-1117 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-611 (-685 |#2|)) (-417 |#2|))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3721 (((-641 (-1129)) $) 10)) (-1721 (((-859) $) 16) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-667) (-13 (-1077) (-10 -8 (-15 -3721 ((-641 (-1129)) $))))) (T -667))
-((-3721 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-667)))))
-(-13 (-1077) (-10 -8 (-15 -3721 ((-641 (-1129)) $))))
-((-1709 (((-112) $ $) NIL)) (-1480 (((-641 |#1|) $) NIL)) (-3602 (($ $) 66)) (-2298 (((-112) $) NIL)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-4048 (((-3 $ "failed") (-816 |#1|)) 27)) (-3790 (((-112) (-816 |#1|)) 17)) (-2946 (($ (-816 |#1|)) 28)) (-3061 (((-112) $ $) 35)) (-2088 (((-918) $) 42)) (-3590 (($ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4020 (((-641 $) (-816 |#1|)) 19)) (-1721 (((-859) $) 50) (($ |#1|) 39) (((-816 |#1|) $) 46) (((-673 |#1|) $) 51)) (-2805 (((-59 (-641 $)) (-641 |#1|) (-918)) 71)) (-2311 (((-641 $) (-641 |#1|) (-918)) 75)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 67)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 45)))
-(((-668 |#1|) (-13 (-847) (-1035 |#1|) (-10 -8 (-15 -2298 ((-112) $)) (-15 -3590 ($ $)) (-15 -3602 ($ $)) (-15 -2088 ((-918) $)) (-15 -3061 ((-112) $ $)) (-15 -1721 ((-816 |#1|) $)) (-15 -1721 ((-673 |#1|) $)) (-15 -4020 ((-641 $) (-816 |#1|))) (-15 -3790 ((-112) (-816 |#1|))) (-15 -2946 ($ (-816 |#1|))) (-15 -4048 ((-3 $ "failed") (-816 |#1|))) (-15 -1480 ((-641 |#1|) $)) (-15 -2805 ((-59 (-641 $)) (-641 |#1|) (-918))) (-15 -2311 ((-641 $) (-641 |#1|) (-918))))) (-847)) (T -668))
-((-2298 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-3590 (*1 *1 *1) (-12 (-5 *1 (-668 *2)) (-4 *2 (-847)))) (-3602 (*1 *1 *1) (-12 (-5 *1 (-668 *2)) (-4 *2 (-847)))) (-2088 (*1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-3061 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-816 *3)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-673 *3)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-4020 (*1 *2 *3) (-12 (-5 *3 (-816 *4)) (-4 *4 (-847)) (-5 *2 (-641 (-668 *4))) (-5 *1 (-668 *4)))) (-3790 (*1 *2 *3) (-12 (-5 *3 (-816 *4)) (-4 *4 (-847)) (-5 *2 (-112)) (-5 *1 (-668 *4)))) (-2946 (*1 *1 *2) (-12 (-5 *2 (-816 *3)) (-4 *3 (-847)) (-5 *1 (-668 *3)))) (-4048 (*1 *1 *2) (|partial| -12 (-5 *2 (-816 *3)) (-4 *3 (-847)) (-5 *1 (-668 *3)))) (-1480 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-2805 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-918)) (-4 *5 (-847)) (-5 *2 (-59 (-641 (-668 *5)))) (-5 *1 (-668 *5)))) (-2311 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-918)) (-4 *5 (-847)) (-5 *2 (-641 (-668 *5))) (-5 *1 (-668 *5)))))
-(-13 (-847) (-1035 |#1|) (-10 -8 (-15 -2298 ((-112) $)) (-15 -3590 ($ $)) (-15 -3602 ($ $)) (-15 -2088 ((-918) $)) (-15 -3061 ((-112) $ $)) (-15 -1721 ((-816 |#1|) $)) (-15 -1721 ((-673 |#1|) $)) (-15 -4020 ((-641 $) (-816 |#1|))) (-15 -3790 ((-112) (-816 |#1|))) (-15 -2946 ($ (-816 |#1|))) (-15 -4048 ((-3 $ "failed") (-816 |#1|))) (-15 -1480 ((-641 |#1|) $)) (-15 -2805 ((-59 (-641 $)) (-641 |#1|) (-918))) (-15 -2311 ((-641 $) (-641 |#1|) (-918)))))
-((-1411 ((|#2| $) 103)) (-1800 (($ $) 124)) (-1729 (((-112) $ (-768)) 35)) (-1908 (($ $) 112) (($ $ (-768)) 115)) (-1644 (((-112) $) 125)) (-3610 (((-641 $) $) 99)) (-3496 (((-112) $ $) 95)) (-2575 (((-112) $ (-768)) 33)) (-4232 (((-564) $) 69)) (-3825 (((-564) $) 68)) (-3715 (((-112) $ (-768)) 31)) (-2545 (((-112) $) 101)) (-3837 ((|#2| $) 116) (($ $ (-768)) 120)) (-3476 (($ $ $ (-564)) 86) (($ |#2| $ (-564)) 85)) (-4184 (((-641 (-564)) $) 67)) (-2405 (((-112) (-564) $) 61)) (-1897 ((|#2| $) NIL) (($ $ (-768)) 111)) (-3450 (($ $ (-564)) 127)) (-3492 (((-112) $) 126)) (-2070 (((-112) (-1 (-112) |#2|) $) 44)) (-3111 (((-641 |#2|) $) 48)) (-2961 ((|#2| $ "value") NIL) ((|#2| $ "first") 110) (($ $ "rest") 114) ((|#2| $ "last") 123) (($ $ (-1226 (-564))) 82) ((|#2| $ (-564)) 59) ((|#2| $ (-564) |#2|) 60)) (-2705 (((-564) $ $) 94)) (-3383 (($ $ (-1226 (-564))) 81) (($ $ (-564)) 75)) (-3735 (((-112) $) 90)) (-4383 (($ $) 108)) (-3716 (((-768) $) 107)) (-1717 (($ $) 106)) (-1732 (($ (-641 |#2|)) 55)) (-4072 (($ $) 128)) (-2202 (((-641 $) $) 93)) (-4252 (((-112) $ $) 92)) (-2666 (((-112) (-1 (-112) |#2|) $) 43)) (-2853 (((-112) $ $) 20)) (-3435 (((-768) $) 41)))
-(((-669 |#1| |#2|) (-10 -8 (-15 -4072 (|#1| |#1|)) (-15 -3450 (|#1| |#1| (-564))) (-15 -1644 ((-112) |#1|)) (-15 -3492 ((-112) |#1|)) (-15 -2961 (|#2| |#1| (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564))) (-15 -3111 ((-641 |#2|) |#1|)) (-15 -2405 ((-112) (-564) |#1|)) (-15 -4184 ((-641 (-564)) |#1|)) (-15 -3825 ((-564) |#1|)) (-15 -4232 ((-564) |#1|)) (-15 -1732 (|#1| (-641 |#2|))) (-15 -2961 (|#1| |#1| (-1226 (-564)))) (-15 -3383 (|#1| |#1| (-564))) (-15 -3383 (|#1| |#1| (-1226 (-564)))) (-15 -3476 (|#1| |#2| |#1| (-564))) (-15 -3476 (|#1| |#1| |#1| (-564))) (-15 -4383 (|#1| |#1|)) (-15 -3716 ((-768) |#1|)) (-15 -1717 (|#1| |#1|)) (-15 -1800 (|#1| |#1|)) (-15 -3837 (|#1| |#1| (-768))) (-15 -2961 (|#2| |#1| "last")) (-15 -3837 (|#2| |#1|)) (-15 -1908 (|#1| |#1| (-768))) (-15 -2961 (|#1| |#1| "rest")) (-15 -1908 (|#1| |#1|)) (-15 -1897 (|#1| |#1| (-768))) (-15 -2961 (|#2| |#1| "first")) (-15 -1897 (|#2| |#1|)) (-15 -3496 ((-112) |#1| |#1|)) (-15 -4252 ((-112) |#1| |#1|)) (-15 -2705 ((-564) |#1| |#1|)) (-15 -3735 ((-112) |#1|)) (-15 -2961 (|#2| |#1| "value")) (-15 -1411 (|#2| |#1|)) (-15 -2545 ((-112) |#1|)) (-15 -3610 ((-641 |#1|) |#1|)) (-15 -2202 ((-641 |#1|) |#1|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -2070 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3435 ((-768) |#1|)) (-15 -1729 ((-112) |#1| (-768))) (-15 -2575 ((-112) |#1| (-768))) (-15 -3715 ((-112) |#1| (-768)))) (-670 |#2|) (-1209)) (T -669))
-NIL
-(-10 -8 (-15 -4072 (|#1| |#1|)) (-15 -3450 (|#1| |#1| (-564))) (-15 -1644 ((-112) |#1|)) (-15 -3492 ((-112) |#1|)) (-15 -2961 (|#2| |#1| (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564))) (-15 -3111 ((-641 |#2|) |#1|)) (-15 -2405 ((-112) (-564) |#1|)) (-15 -4184 ((-641 (-564)) |#1|)) (-15 -3825 ((-564) |#1|)) (-15 -4232 ((-564) |#1|)) (-15 -1732 (|#1| (-641 |#2|))) (-15 -2961 (|#1| |#1| (-1226 (-564)))) (-15 -3383 (|#1| |#1| (-564))) (-15 -3383 (|#1| |#1| (-1226 (-564)))) (-15 -3476 (|#1| |#2| |#1| (-564))) (-15 -3476 (|#1| |#1| |#1| (-564))) (-15 -4383 (|#1| |#1|)) (-15 -3716 ((-768) |#1|)) (-15 -1717 (|#1| |#1|)) (-15 -1800 (|#1| |#1|)) (-15 -3837 (|#1| |#1| (-768))) (-15 -2961 (|#2| |#1| "last")) (-15 -3837 (|#2| |#1|)) (-15 -1908 (|#1| |#1| (-768))) (-15 -2961 (|#1| |#1| "rest")) (-15 -1908 (|#1| |#1|)) (-15 -1897 (|#1| |#1| (-768))) (-15 -2961 (|#2| |#1| "first")) (-15 -1897 (|#2| |#1|)) (-15 -3496 ((-112) |#1| |#1|)) (-15 -4252 ((-112) |#1| |#1|)) (-15 -2705 ((-564) |#1| |#1|)) (-15 -3735 ((-112) |#1|)) (-15 -2961 (|#2| |#1| "value")) (-15 -1411 (|#2| |#1|)) (-15 -2545 ((-112) |#1|)) (-15 -3610 ((-641 |#1|) |#1|)) (-15 -2202 ((-641 |#1|) |#1|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -2070 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3435 ((-768) |#1|)) (-15 -1729 ((-112) |#1| (-768))) (-15 -2575 ((-112) |#1| (-768))) (-15 -3715 ((-112) |#1| (-768))))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1411 ((|#1| $) 48)) (-4053 ((|#1| $) 65)) (-1800 (($ $) 67)) (-2229 (((-1264) $ (-564) (-564)) 97 (|has| $ (-6 -4413)))) (-4140 (($ $ (-564)) 52 (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) 8)) (-2270 ((|#1| $ |#1|) 39 (|has| $ (-6 -4413)))) (-2777 (($ $ $) 56 (|has| $ (-6 -4413)))) (-2354 ((|#1| $ |#1|) 54 (|has| $ (-6 -4413)))) (-4211 ((|#1| $ |#1|) 58 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4413))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4413))) (($ $ "rest" $) 55 (|has| $ (-6 -4413))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) 117 (|has| $ (-6 -4413))) ((|#1| $ (-564) |#1|) 86 (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 41 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) 102)) (-4041 ((|#1| $) 66)) (-1692 (($) 7 T CONST)) (-3015 (($ $) 124)) (-1908 (($ $) 73) (($ $ (-768)) 71)) (-1928 (($ $) 99 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#1| $) 100 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 103)) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1452 ((|#1| $ (-564) |#1|) 85 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 87)) (-1644 (((-112) $) 83)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-1790 (((-768) $) 123)) (-3610 (((-641 $) $) 50)) (-3496 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-1585 (($ (-768) |#1|) 108)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 95 (|has| (-564) (-847)))) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 94 (|has| (-564) (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-3715 (((-112) $ (-768)) 10)) (-1939 (((-641 |#1|) $) 45)) (-2545 (((-112) $) 49)) (-4196 (($ $) 126)) (-4185 (((-112) $) 127)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3837 ((|#1| $) 70) (($ $ (-768)) 68)) (-3476 (($ $ $ (-564)) 116) (($ |#1| $ (-564)) 115)) (-4184 (((-641 (-564)) $) 92)) (-2405 (((-112) (-564) $) 91)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3516 ((|#1| $) 125)) (-1897 ((|#1| $) 76) (($ $ (-768)) 74)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 106)) (-1759 (($ $ |#1|) 96 (|has| $ (-6 -4413)))) (-3450 (($ $ (-564)) 122)) (-3492 (((-112) $) 84)) (-2899 (((-112) $) 128)) (-2389 (((-112) $) 129)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#1| $) 93 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) 90)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1226 (-564))) 112) ((|#1| $ (-564)) 89) ((|#1| $ (-564) |#1|) 88)) (-2705 (((-564) $ $) 44)) (-3383 (($ $ (-1226 (-564))) 114) (($ $ (-564)) 113)) (-3735 (((-112) $) 46)) (-4383 (($ $) 62)) (-1787 (($ $) 59 (|has| $ (-6 -4413)))) (-3716 (((-768) $) 63)) (-1717 (($ $) 64)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 98 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 107)) (-1321 (($ $ $) 61 (|has| $ (-6 -4413))) (($ $ |#1|) 60 (|has| $ (-6 -4413)))) (-2834 (($ $ $) 78) (($ |#1| $) 77) (($ (-641 $)) 110) (($ $ |#1|) 109)) (-4072 (($ $) 121)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) 51)) (-4252 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1775 (((-641 (-1129)) $) 10)) (-1831 (((-859) $) 16) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-667) (-13 (-1077) (-10 -8 (-15 -1775 ((-641 (-1129)) $))))) (T -667))
+((-1775 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-667)))))
+(-13 (-1077) (-10 -8 (-15 -1775 ((-641 (-1129)) $))))
+((-1817 (((-112) $ $) NIL)) (-2412 (((-641 |#1|) $) NIL)) (-3777 (($ $) 66)) (-1384 (((-112) $) NIL)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-1906 (((-3 $ "failed") (-816 |#1|)) 27)) (-4280 (((-112) (-816 |#1|)) 17)) (-1479 (($ (-816 |#1|)) 28)) (-2519 (((-112) $ $) 35)) (-1502 (((-918) $) 42)) (-3766 (($ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3070 (((-641 $) (-816 |#1|)) 19)) (-1831 (((-859) $) 50) (($ |#1|) 39) (((-816 |#1|) $) 46) (((-673 |#1|) $) 51)) (-2667 (((-59 (-641 $)) (-641 |#1|) (-918)) 71)) (-1501 (((-641 $) (-641 |#1|) (-918)) 75)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 67)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 45)))
+(((-668 |#1|) (-13 (-847) (-1035 |#1|) (-10 -8 (-15 -1384 ((-112) $)) (-15 -3766 ($ $)) (-15 -3777 ($ $)) (-15 -1502 ((-918) $)) (-15 -2519 ((-112) $ $)) (-15 -1831 ((-816 |#1|) $)) (-15 -1831 ((-673 |#1|) $)) (-15 -3070 ((-641 $) (-816 |#1|))) (-15 -4280 ((-112) (-816 |#1|))) (-15 -1479 ($ (-816 |#1|))) (-15 -1906 ((-3 $ "failed") (-816 |#1|))) (-15 -2412 ((-641 |#1|) $)) (-15 -2667 ((-59 (-641 $)) (-641 |#1|) (-918))) (-15 -1501 ((-641 $) (-641 |#1|) (-918))))) (-847)) (T -668))
+((-1384 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-3766 (*1 *1 *1) (-12 (-5 *1 (-668 *2)) (-4 *2 (-847)))) (-3777 (*1 *1 *1) (-12 (-5 *1 (-668 *2)) (-4 *2 (-847)))) (-1502 (*1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-2519 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-816 *3)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-673 *3)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-3070 (*1 *2 *3) (-12 (-5 *3 (-816 *4)) (-4 *4 (-847)) (-5 *2 (-641 (-668 *4))) (-5 *1 (-668 *4)))) (-4280 (*1 *2 *3) (-12 (-5 *3 (-816 *4)) (-4 *4 (-847)) (-5 *2 (-112)) (-5 *1 (-668 *4)))) (-1479 (*1 *1 *2) (-12 (-5 *2 (-816 *3)) (-4 *3 (-847)) (-5 *1 (-668 *3)))) (-1906 (*1 *1 *2) (|partial| -12 (-5 *2 (-816 *3)) (-4 *3 (-847)) (-5 *1 (-668 *3)))) (-2412 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-668 *3)) (-4 *3 (-847)))) (-2667 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-918)) (-4 *5 (-847)) (-5 *2 (-59 (-641 (-668 *5)))) (-5 *1 (-668 *5)))) (-1501 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-918)) (-4 *5 (-847)) (-5 *2 (-641 (-668 *5))) (-5 *1 (-668 *5)))))
+(-13 (-847) (-1035 |#1|) (-10 -8 (-15 -1384 ((-112) $)) (-15 -3766 ($ $)) (-15 -3777 ($ $)) (-15 -1502 ((-918) $)) (-15 -2519 ((-112) $ $)) (-15 -1831 ((-816 |#1|) $)) (-15 -1831 ((-673 |#1|) $)) (-15 -3070 ((-641 $) (-816 |#1|))) (-15 -4280 ((-112) (-816 |#1|))) (-15 -1479 ($ (-816 |#1|))) (-15 -1906 ((-3 $ "failed") (-816 |#1|))) (-15 -2412 ((-641 |#1|) $)) (-15 -2667 ((-59 (-641 $)) (-641 |#1|) (-918))) (-15 -1501 ((-641 $) (-641 |#1|) (-918)))))
+((-1522 ((|#2| $) 103)) (-4045 (($ $) 124)) (-4010 (((-112) $ (-768)) 35)) (-3314 (($ $) 112) (($ $ (-768)) 115)) (-1346 (((-112) $) 125)) (-3128 (((-641 $) $) 99)) (-4376 (((-112) $ $) 95)) (-2324 (((-112) $ (-768)) 33)) (-3100 (((-564) $) 69)) (-3440 (((-564) $) 68)) (-1713 (((-112) $ (-768)) 31)) (-2033 (((-112) $) 101)) (-2598 ((|#2| $) 116) (($ $ (-768)) 120)) (-3652 (($ $ $ (-564)) 86) (($ |#2| $ (-564)) 85)) (-3883 (((-641 (-564)) $) 67)) (-4336 (((-112) (-564) $) 61)) (-3303 ((|#2| $) NIL) (($ $ (-768)) 111)) (-3951 (($ $ (-564)) 127)) (-4337 (((-112) $) 126)) (-4077 (((-112) (-1 (-112) |#2|) $) 44)) (-1794 (((-641 |#2|) $) 48)) (-1350 ((|#2| $ "value") NIL) ((|#2| $ "first") 110) (($ $ "rest") 114) ((|#2| $ "last") 123) (($ $ (-1226 (-564))) 82) ((|#2| $ (-564)) 59) ((|#2| $ (-564) |#2|) 60)) (-4190 (((-564) $ $) 94)) (-2126 (($ $ (-1226 (-564))) 81) (($ $ (-564)) 75)) (-1899 (((-112) $) 90)) (-2034 (($ $) 108)) (-1724 (((-768) $) 107)) (-3910 (($ $) 106)) (-1842 (($ (-641 |#2|)) 55)) (-4037 (($ $) 128)) (-2926 (((-641 $) $) 93)) (-2054 (((-112) $ $) 92)) (-1963 (((-112) (-1 (-112) |#2|) $) 43)) (-1702 (((-112) $ $) 20)) (-2828 (((-768) $) 41)))
+(((-669 |#1| |#2|) (-10 -8 (-15 -4037 (|#1| |#1|)) (-15 -3951 (|#1| |#1| (-564))) (-15 -1346 ((-112) |#1|)) (-15 -4337 ((-112) |#1|)) (-15 -1350 (|#2| |#1| (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564))) (-15 -1794 ((-641 |#2|) |#1|)) (-15 -4336 ((-112) (-564) |#1|)) (-15 -3883 ((-641 (-564)) |#1|)) (-15 -3440 ((-564) |#1|)) (-15 -3100 ((-564) |#1|)) (-15 -1842 (|#1| (-641 |#2|))) (-15 -1350 (|#1| |#1| (-1226 (-564)))) (-15 -2126 (|#1| |#1| (-564))) (-15 -2126 (|#1| |#1| (-1226 (-564)))) (-15 -3652 (|#1| |#2| |#1| (-564))) (-15 -3652 (|#1| |#1| |#1| (-564))) (-15 -2034 (|#1| |#1|)) (-15 -1724 ((-768) |#1|)) (-15 -3910 (|#1| |#1|)) (-15 -4045 (|#1| |#1|)) (-15 -2598 (|#1| |#1| (-768))) (-15 -1350 (|#2| |#1| "last")) (-15 -2598 (|#2| |#1|)) (-15 -3314 (|#1| |#1| (-768))) (-15 -1350 (|#1| |#1| "rest")) (-15 -3314 (|#1| |#1|)) (-15 -3303 (|#1| |#1| (-768))) (-15 -1350 (|#2| |#1| "first")) (-15 -3303 (|#2| |#1|)) (-15 -4376 ((-112) |#1| |#1|)) (-15 -2054 ((-112) |#1| |#1|)) (-15 -4190 ((-564) |#1| |#1|)) (-15 -1899 ((-112) |#1|)) (-15 -1350 (|#2| |#1| "value")) (-15 -1522 (|#2| |#1|)) (-15 -2033 ((-112) |#1|)) (-15 -3128 ((-641 |#1|) |#1|)) (-15 -2926 ((-641 |#1|) |#1|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -4077 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2828 ((-768) |#1|)) (-15 -4010 ((-112) |#1| (-768))) (-15 -2324 ((-112) |#1| (-768))) (-15 -1713 ((-112) |#1| (-768)))) (-670 |#2|) (-1209)) (T -669))
+NIL
+(-10 -8 (-15 -4037 (|#1| |#1|)) (-15 -3951 (|#1| |#1| (-564))) (-15 -1346 ((-112) |#1|)) (-15 -4337 ((-112) |#1|)) (-15 -1350 (|#2| |#1| (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564))) (-15 -1794 ((-641 |#2|) |#1|)) (-15 -4336 ((-112) (-564) |#1|)) (-15 -3883 ((-641 (-564)) |#1|)) (-15 -3440 ((-564) |#1|)) (-15 -3100 ((-564) |#1|)) (-15 -1842 (|#1| (-641 |#2|))) (-15 -1350 (|#1| |#1| (-1226 (-564)))) (-15 -2126 (|#1| |#1| (-564))) (-15 -2126 (|#1| |#1| (-1226 (-564)))) (-15 -3652 (|#1| |#2| |#1| (-564))) (-15 -3652 (|#1| |#1| |#1| (-564))) (-15 -2034 (|#1| |#1|)) (-15 -1724 ((-768) |#1|)) (-15 -3910 (|#1| |#1|)) (-15 -4045 (|#1| |#1|)) (-15 -2598 (|#1| |#1| (-768))) (-15 -1350 (|#2| |#1| "last")) (-15 -2598 (|#2| |#1|)) (-15 -3314 (|#1| |#1| (-768))) (-15 -1350 (|#1| |#1| "rest")) (-15 -3314 (|#1| |#1|)) (-15 -3303 (|#1| |#1| (-768))) (-15 -1350 (|#2| |#1| "first")) (-15 -3303 (|#2| |#1|)) (-15 -4376 ((-112) |#1| |#1|)) (-15 -2054 ((-112) |#1| |#1|)) (-15 -4190 ((-564) |#1| |#1|)) (-15 -1899 ((-112) |#1|)) (-15 -1350 (|#2| |#1| "value")) (-15 -1522 (|#2| |#1|)) (-15 -2033 ((-112) |#1|)) (-15 -3128 ((-641 |#1|) |#1|)) (-15 -2926 ((-641 |#1|) |#1|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -4077 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2828 ((-768) |#1|)) (-15 -4010 ((-112) |#1| (-768))) (-15 -2324 ((-112) |#1| (-768))) (-15 -1713 ((-112) |#1| (-768))))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1522 ((|#1| $) 48)) (-3149 ((|#1| $) 65)) (-4045 (($ $) 67)) (-1956 (((-1264) $ (-564) (-564)) 97 (|has| $ (-6 -4407)))) (-3459 (($ $ (-564)) 52 (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) 8)) (-2373 ((|#1| $ |#1|) 39 (|has| $ (-6 -4407)))) (-3653 (($ $ $) 56 (|has| $ (-6 -4407)))) (-3881 ((|#1| $ |#1|) 54 (|has| $ (-6 -4407)))) (-2923 ((|#1| $ |#1|) 58 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4407))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4407))) (($ $ "rest" $) 55 (|has| $ (-6 -4407))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) 117 (|has| $ (-6 -4407))) ((|#1| $ (-564) |#1|) 86 (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 41 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) 102)) (-3137 ((|#1| $) 66)) (-1778 (($) 7 T CONST)) (-2030 (($ $) 124)) (-3314 (($ $) 73) (($ $ (-768)) 71)) (-3337 (($ $) 99 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#1| $) 100 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 103)) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2261 ((|#1| $ (-564) |#1|) 85 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 87)) (-1346 (((-112) $) 83)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3334 (((-768) $) 123)) (-3128 (((-641 $) $) 50)) (-4376 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-3654 (($ (-768) |#1|) 108)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 95 (|has| (-564) (-847)))) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 94 (|has| (-564) (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-1713 (((-112) $ (-768)) 10)) (-4119 (((-641 |#1|) $) 45)) (-2033 (((-112) $) 49)) (-2784 (($ $) 126)) (-3894 (((-112) $) 127)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2598 ((|#1| $) 70) (($ $ (-768)) 68)) (-3652 (($ $ $ (-564)) 116) (($ |#1| $ (-564)) 115)) (-3883 (((-641 (-564)) $) 92)) (-4336 (((-112) (-564) $) 91)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3411 ((|#1| $) 125)) (-3303 ((|#1| $) 76) (($ $ (-768)) 74)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 106)) (-4253 (($ $ |#1|) 96 (|has| $ (-6 -4407)))) (-3951 (($ $ (-564)) 122)) (-4337 (((-112) $) 84)) (-2265 (((-112) $) 128)) (-4201 (((-112) $) 129)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#1| $) 93 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) 90)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1226 (-564))) 112) ((|#1| $ (-564)) 89) ((|#1| $ (-564) |#1|) 88)) (-4190 (((-564) $ $) 44)) (-2126 (($ $ (-1226 (-564))) 114) (($ $ (-564)) 113)) (-1899 (((-112) $) 46)) (-2034 (($ $) 62)) (-3292 (($ $) 59 (|has| $ (-6 -4407)))) (-1724 (((-768) $) 63)) (-3910 (($ $) 64)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 98 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 107)) (-2460 (($ $ $) 61 (|has| $ (-6 -4407))) (($ $ |#1|) 60 (|has| $ (-6 -4407)))) (-3043 (($ $ $) 78) (($ |#1| $) 77) (($ (-641 $)) 110) (($ $ |#1|) 109)) (-4037 (($ $) 121)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) 51)) (-2054 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-670 |#1|) (-140) (-1209)) (T -670))
-((-3813 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-670 *3)) (-4 *3 (-1209)))) (-3346 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-670 *3)) (-4 *3 (-1209)))) (-2389 (*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-2899 (*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-4185 (*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-4196 (*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))) (-3516 (*1 *2 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))) (-3015 (*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))) (-1790 (*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))) (-3450 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-670 *3)) (-4 *3 (-1209)))) (-4072 (*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))))
-(-13 (-1143 |t#1|) (-10 -8 (-15 -3813 ($ (-1 (-112) |t#1|) $)) (-15 -3346 ($ (-1 (-112) |t#1|) $)) (-15 -2389 ((-112) $)) (-15 -2899 ((-112) $)) (-15 -4185 ((-112) $)) (-15 -4196 ($ $)) (-15 -3516 (|t#1| $)) (-15 -3015 ($ $)) (-15 -1790 ((-768) $)) (-15 -3450 ($ $ (-564))) (-15 -4072 ($ $))))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1143 |#1|) . T) ((-1209) . T) ((-1247 |#1|) . T))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1866 (($ (-768) (-768) (-768)) 55 (|has| |#1| (-1046)))) (-1729 (((-112) $ (-768)) NIL)) (-2221 ((|#1| $ (-768) (-768) (-768) |#1|) 49)) (-1692 (($) NIL T CONST)) (-3499 (($ $ $) 60 (|has| |#1| (-1046)))) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-2409 (((-1259 (-768)) $) 12)) (-3636 (($ (-1170) $ $) 37)) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2645 (($ (-768)) 57 (|has| |#1| (-1046)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-768) (-768) (-768)) 46)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1732 (($ (-641 (-641 (-641 |#1|)))) 70)) (-1721 (($ (-955 (-955 (-955 |#1|)))) 23) (((-955 (-955 (-955 |#1|))) $) 19) (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-671 |#1|) (-13 (-489 |#1|) (-10 -8 (IF (|has| |#1| (-1046)) (PROGN (-15 -1866 ($ (-768) (-768) (-768))) (-15 -2645 ($ (-768))) (-15 -3499 ($ $ $))) |%noBranch|) (-15 -1732 ($ (-641 (-641 (-641 |#1|))))) (-15 -2961 (|#1| $ (-768) (-768) (-768))) (-15 -2221 (|#1| $ (-768) (-768) (-768) |#1|)) (-15 -1721 ($ (-955 (-955 (-955 |#1|))))) (-15 -1721 ((-955 (-955 (-955 |#1|))) $)) (-15 -3636 ($ (-1170) $ $)) (-15 -2409 ((-1259 (-768)) $)))) (-1094)) (T -671))
-((-1866 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-768)) (-5 *1 (-671 *3)) (-4 *3 (-1046)) (-4 *3 (-1094)))) (-2645 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-671 *3)) (-4 *3 (-1046)) (-4 *3 (-1094)))) (-3499 (*1 *1 *1 *1) (-12 (-5 *1 (-671 *2)) (-4 *2 (-1046)) (-4 *2 (-1094)))) (-1732 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-641 *3)))) (-4 *3 (-1094)) (-5 *1 (-671 *3)))) (-2961 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-768)) (-5 *1 (-671 *2)) (-4 *2 (-1094)))) (-2221 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-671 *2)) (-4 *2 (-1094)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-955 (-955 (-955 *3)))) (-4 *3 (-1094)) (-5 *1 (-671 *3)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-955 (-955 (-955 *3)))) (-5 *1 (-671 *3)) (-4 *3 (-1094)))) (-3636 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-671 *3)) (-4 *3 (-1094)))) (-2409 (*1 *2 *1) (-12 (-5 *2 (-1259 (-768))) (-5 *1 (-671 *3)) (-4 *3 (-1094)))))
-(-13 (-489 |#1|) (-10 -8 (IF (|has| |#1| (-1046)) (PROGN (-15 -1866 ($ (-768) (-768) (-768))) (-15 -2645 ($ (-768))) (-15 -3499 ($ $ $))) |%noBranch|) (-15 -1732 ($ (-641 (-641 (-641 |#1|))))) (-15 -2961 (|#1| $ (-768) (-768) (-768))) (-15 -2221 (|#1| $ (-768) (-768) (-768) |#1|)) (-15 -1721 ($ (-955 (-955 (-955 |#1|))))) (-15 -1721 ((-955 (-955 (-955 |#1|))) $)) (-15 -3636 ($ (-1170) $ $)) (-15 -2409 ((-1259 (-768)) $))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-1752 (((-483) $) 10)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 19) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2551 (((-1129) $) 12)) (-2853 (((-112) $ $) NIL)))
-(((-672) (-13 (-1077) (-10 -8 (-15 -1752 ((-483) $)) (-15 -2551 ((-1129) $))))) (T -672))
-((-1752 (*1 *2 *1) (-12 (-5 *2 (-483)) (-5 *1 (-672)))) (-2551 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-672)))))
-(-13 (-1077) (-10 -8 (-15 -1752 ((-483) $)) (-15 -2551 ((-1129) $))))
-((-1709 (((-112) $ $) NIL)) (-1480 (((-641 |#1|) $) 15)) (-3602 (($ $) 19)) (-2298 (((-112) $) 20)) (-2035 (((-3 |#1| "failed") $) 23)) (-3437 ((|#1| $) 21)) (-1908 (($ $) 37)) (-2227 (($ $) 25)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-3061 (((-112) $ $) 45)) (-2088 (((-918) $) 40)) (-3590 (($ $) 18)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 ((|#1| $) 36)) (-1721 (((-859) $) 32) (($ |#1|) 24) (((-816 |#1|) $) 28)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 13)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 44)) (* (($ $ $) 35)))
-(((-673 |#1|) (-13 (-847) (-1035 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -1721 ((-816 |#1|) $)) (-15 -1897 (|#1| $)) (-15 -3590 ($ $)) (-15 -2088 ((-918) $)) (-15 -3061 ((-112) $ $)) (-15 -2227 ($ $)) (-15 -1908 ($ $)) (-15 -2298 ((-112) $)) (-15 -3602 ($ $)) (-15 -1480 ((-641 |#1|) $)))) (-847)) (T -673))
-((* (*1 *1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-816 *3)) (-5 *1 (-673 *3)) (-4 *3 (-847)))) (-1897 (*1 *2 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-3590 (*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-2088 (*1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-673 *3)) (-4 *3 (-847)))) (-3061 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-673 *3)) (-4 *3 (-847)))) (-2227 (*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-1908 (*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-2298 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-673 *3)) (-4 *3 (-847)))) (-3602 (*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-1480 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-673 *3)) (-4 *3 (-847)))))
-(-13 (-847) (-1035 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -1721 ((-816 |#1|) $)) (-15 -1897 (|#1| $)) (-15 -3590 ($ $)) (-15 -2088 ((-918) $)) (-15 -3061 ((-112) $ $)) (-15 -2227 ($ $)) (-15 -1908 ($ $)) (-15 -2298 ((-112) $)) (-15 -3602 ($ $)) (-15 -1480 ((-641 |#1|) $))))
-((-2835 ((|#1| (-1 |#1| (-768) |#1|) (-768) |#1|) 14)) (-2039 ((|#1| (-1 |#1| |#1|) (-768) |#1|) 12)))
-(((-674 |#1|) (-10 -7 (-15 -2039 (|#1| (-1 |#1| |#1|) (-768) |#1|)) (-15 -2835 (|#1| (-1 |#1| (-768) |#1|) (-768) |#1|))) (-1094)) (T -674))
-((-2835 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-768) *2)) (-5 *4 (-768)) (-4 *2 (-1094)) (-5 *1 (-674 *2)))) (-2039 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-768)) (-4 *2 (-1094)) (-5 *1 (-674 *2)))))
-(-10 -7 (-15 -2039 (|#1| (-1 |#1| |#1|) (-768) |#1|)) (-15 -2835 (|#1| (-1 |#1| (-768) |#1|) (-768) |#1|)))
-((-2435 ((|#2| |#1| |#2|) 9)) (-2426 ((|#1| |#1| |#2|) 8)))
-(((-675 |#1| |#2|) (-10 -7 (-15 -2426 (|#1| |#1| |#2|)) (-15 -2435 (|#2| |#1| |#2|))) (-1094) (-1094)) (T -675))
-((-2435 (*1 *2 *3 *2) (-12 (-5 *1 (-675 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))) (-2426 (*1 *2 *2 *3) (-12 (-5 *1 (-675 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
-(-10 -7 (-15 -2426 (|#1| |#1| |#2|)) (-15 -2435 (|#2| |#1| |#2|)))
-((-1677 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11)))
-(((-676 |#1| |#2| |#3|) (-10 -7 (-15 -1677 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1094) (-1094) (-1094)) (T -676))
-((-1677 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)) (-5 *1 (-676 *5 *6 *2)))))
-(-10 -7 (-15 -1677 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-4245 (((-1208) $) 21)) (-4194 (((-641 (-1208)) $) 19)) (-3840 (($ (-641 (-1208)) (-1208)) 14)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 29) (($ (-1175)) NIL) (((-1175) $) NIL) (((-1208) $) 22) (($ (-1112)) 10)) (-2853 (((-112) $ $) NIL)))
-(((-677) (-13 (-1077) (-611 (-1208)) (-10 -8 (-15 -1721 ($ (-1112))) (-15 -3840 ($ (-641 (-1208)) (-1208))) (-15 -4194 ((-641 (-1208)) $)) (-15 -4245 ((-1208) $))))) (T -677))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1112)) (-5 *1 (-677)))) (-3840 (*1 *1 *2 *3) (-12 (-5 *2 (-641 (-1208))) (-5 *3 (-1208)) (-5 *1 (-677)))) (-4194 (*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-677)))) (-4245 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-677)))))
-(-13 (-1077) (-611 (-1208)) (-10 -8 (-15 -1721 ($ (-1112))) (-15 -3840 ($ (-641 (-1208)) (-1208))) (-15 -4194 ((-641 (-1208)) $)) (-15 -4245 ((-1208) $))))
-((-2835 (((-1 |#1| (-768) |#1|) (-1 |#1| (-768) |#1|)) 29)) (-1870 (((-1 |#1|) |#1|) 8)) (-1554 ((|#1| |#1|) 23)) (-3260 (((-641 |#1|) (-1 (-641 |#1|) (-641 |#1|)) (-564)) 22) ((|#1| (-1 |#1| |#1|)) 11)) (-1721 (((-1 |#1|) |#1|) 9)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-768)) 26)))
-(((-678 |#1|) (-10 -7 (-15 -1870 ((-1 |#1|) |#1|)) (-15 -1721 ((-1 |#1|) |#1|)) (-15 -3260 (|#1| (-1 |#1| |#1|))) (-15 -3260 ((-641 |#1|) (-1 (-641 |#1|) (-641 |#1|)) (-564))) (-15 -1554 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-768))) (-15 -2835 ((-1 |#1| (-768) |#1|) (-1 |#1| (-768) |#1|)))) (-1094)) (T -678))
-((-2835 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-768) *3)) (-4 *3 (-1094)) (-5 *1 (-678 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *4 (-1094)) (-5 *1 (-678 *4)))) (-1554 (*1 *2 *2) (-12 (-5 *1 (-678 *2)) (-4 *2 (-1094)))) (-3260 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-641 *5) (-641 *5))) (-5 *4 (-564)) (-5 *2 (-641 *5)) (-5 *1 (-678 *5)) (-4 *5 (-1094)))) (-3260 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-678 *2)) (-4 *2 (-1094)))) (-1721 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-678 *3)) (-4 *3 (-1094)))) (-1870 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-678 *3)) (-4 *3 (-1094)))))
-(-10 -7 (-15 -1870 ((-1 |#1|) |#1|)) (-15 -1721 ((-1 |#1|) |#1|)) (-15 -3260 (|#1| (-1 |#1| |#1|))) (-15 -3260 ((-641 |#1|) (-1 (-641 |#1|) (-641 |#1|)) (-564))) (-15 -1554 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-768))) (-15 -2835 ((-1 |#1| (-768) |#1|) (-1 |#1| (-768) |#1|))))
-((-3900 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16)) (-1348 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13)) (-1367 (((-1 |#2| |#1|) (-1 |#2|)) 14)) (-1872 (((-1 |#2| |#1|) |#2|) 11)))
-(((-679 |#1| |#2|) (-10 -7 (-15 -1872 ((-1 |#2| |#1|) |#2|)) (-15 -1348 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -1367 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3900 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1094) (-1094)) (T -679))
-((-3900 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-5 *2 (-1 *5 *4)) (-5 *1 (-679 *4 *5)))) (-1367 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1094)) (-5 *2 (-1 *5 *4)) (-5 *1 (-679 *4 *5)) (-4 *4 (-1094)))) (-1348 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-5 *2 (-1 *5)) (-5 *1 (-679 *4 *5)))) (-1872 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-679 *4 *3)) (-4 *4 (-1094)) (-4 *3 (-1094)))))
-(-10 -7 (-15 -1872 ((-1 |#2| |#1|) |#2|)) (-15 -1348 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -1367 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3900 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
-((-4018 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17)) (-2597 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11)) (-4181 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13)) (-3986 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14)) (-3841 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21)))
-(((-680 |#1| |#2| |#3|) (-10 -7 (-15 -2597 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -4181 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -3986 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -3841 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -4018 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1094) (-1094) (-1094)) (T -680))
-((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-1 *7 *5)) (-5 *1 (-680 *5 *6 *7)))) (-4018 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-680 *4 *5 *6)))) (-3841 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-680 *4 *5 *6)) (-4 *4 (-1094)))) (-3986 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1094)) (-4 *6 (-1094)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-680 *4 *5 *6)) (-4 *5 (-1094)))) (-4181 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-680 *4 *5 *6)))) (-2597 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1094)) (-4 *4 (-1094)) (-4 *6 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-680 *5 *4 *6)))))
-(-10 -7 (-15 -2597 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -4181 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -3986 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -3841 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -4018 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
-((-3658 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39)) (-2110 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37) ((|#8| (-1 |#5| |#1|) |#4|) 31)))
-(((-681 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2110 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2110 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -3658 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-1046) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|) (-1046) (-373 |#5|) (-373 |#5|) (-683 |#5| |#6| |#7|)) (T -681))
-((-3658 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1046)) (-4 *2 (-1046)) (-4 *6 (-373 *5)) (-4 *7 (-373 *5)) (-4 *8 (-373 *2)) (-4 *9 (-373 *2)) (-5 *1 (-681 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-683 *5 *6 *7)) (-4 *10 (-683 *2 *8 *9)))) (-2110 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1046)) (-4 *8 (-1046)) (-4 *6 (-373 *5)) (-4 *7 (-373 *5)) (-4 *2 (-683 *8 *9 *10)) (-5 *1 (-681 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-683 *5 *6 *7)) (-4 *9 (-373 *8)) (-4 *10 (-373 *8)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1046)) (-4 *8 (-1046)) (-4 *6 (-373 *5)) (-4 *7 (-373 *5)) (-4 *2 (-683 *8 *9 *10)) (-5 *1 (-681 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-683 *5 *6 *7)) (-4 *9 (-373 *8)) (-4 *10 (-373 *8)))))
-(-10 -7 (-15 -2110 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2110 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -3658 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
-((-1356 (($ (-768) (-768)) 43)) (-2950 (($ $ $) 71)) (-1532 (($ |#3|) 66) (($ $) 67)) (-1663 (((-112) $) 38)) (-4058 (($ $ (-564) (-564)) 81)) (-1496 (($ $ (-564) (-564)) 82)) (-1705 (($ $ (-564) (-564) (-564) (-564)) 87)) (-1459 (($ $) 69)) (-3354 (((-112) $) 15)) (-2600 (($ $ (-564) (-564) $) 88)) (-1869 ((|#2| $ (-564) (-564) |#2|) NIL) (($ $ (-641 (-564)) (-641 (-564)) $) 86)) (-2831 (($ (-768) |#2|) 53)) (-2670 (($ (-641 (-641 |#2|))) 51)) (-2708 (((-641 (-641 |#2|)) $) 78)) (-1319 (($ $ $) 70)) (-2628 (((-3 $ "failed") $ |#2|) 120)) (-2961 ((|#2| $ (-564) (-564)) NIL) ((|#2| $ (-564) (-564) |#2|) NIL) (($ $ (-641 (-564)) (-641 (-564))) 85)) (-3323 (($ (-641 |#2|)) 54) (($ (-641 $)) 56)) (-3065 (((-112) $) 28)) (-1721 (($ |#4|) 61) (((-859) $) NIL)) (-3490 (((-112) $) 40)) (-2983 (($ $ |#2|) 122)) (-2970 (($ $ $) 92) (($ $) 95)) (-2956 (($ $ $) 90)) (** (($ $ (-768)) 109) (($ $ (-564)) 127)) (* (($ $ $) 101) (($ |#2| $) 97) (($ $ |#2|) 98) (($ (-564) $) 100) ((|#4| $ |#4|) 113) ((|#3| |#3| $) 117)))
-(((-682 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1721 ((-859) |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -2983 (|#1| |#1| |#2|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-768))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2956 (|#1| |#1| |#1|)) (-15 -2600 (|#1| |#1| (-564) (-564) |#1|)) (-15 -1705 (|#1| |#1| (-564) (-564) (-564) (-564))) (-15 -1496 (|#1| |#1| (-564) (-564))) (-15 -4058 (|#1| |#1| (-564) (-564))) (-15 -1869 (|#1| |#1| (-641 (-564)) (-641 (-564)) |#1|)) (-15 -2961 (|#1| |#1| (-641 (-564)) (-641 (-564)))) (-15 -2708 ((-641 (-641 |#2|)) |#1|)) (-15 -2950 (|#1| |#1| |#1|)) (-15 -1319 (|#1| |#1| |#1|)) (-15 -1459 (|#1| |#1|)) (-15 -1532 (|#1| |#1|)) (-15 -1532 (|#1| |#3|)) (-15 -1721 (|#1| |#4|)) (-15 -3323 (|#1| (-641 |#1|))) (-15 -3323 (|#1| (-641 |#2|))) (-15 -2831 (|#1| (-768) |#2|)) (-15 -2670 (|#1| (-641 (-641 |#2|)))) (-15 -1356 (|#1| (-768) (-768))) (-15 -3490 ((-112) |#1|)) (-15 -1663 ((-112) |#1|)) (-15 -3065 ((-112) |#1|)) (-15 -3354 ((-112) |#1|)) (-15 -1869 (|#2| |#1| (-564) (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564) (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564) (-564)))) (-683 |#2| |#3| |#4|) (-1046) (-373 |#2|) (-373 |#2|)) (T -682))
-NIL
-(-10 -8 (-15 -1721 ((-859) |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -2983 (|#1| |#1| |#2|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-768))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2956 (|#1| |#1| |#1|)) (-15 -2600 (|#1| |#1| (-564) (-564) |#1|)) (-15 -1705 (|#1| |#1| (-564) (-564) (-564) (-564))) (-15 -1496 (|#1| |#1| (-564) (-564))) (-15 -4058 (|#1| |#1| (-564) (-564))) (-15 -1869 (|#1| |#1| (-641 (-564)) (-641 (-564)) |#1|)) (-15 -2961 (|#1| |#1| (-641 (-564)) (-641 (-564)))) (-15 -2708 ((-641 (-641 |#2|)) |#1|)) (-15 -2950 (|#1| |#1| |#1|)) (-15 -1319 (|#1| |#1| |#1|)) (-15 -1459 (|#1| |#1|)) (-15 -1532 (|#1| |#1|)) (-15 -1532 (|#1| |#3|)) (-15 -1721 (|#1| |#4|)) (-15 -3323 (|#1| (-641 |#1|))) (-15 -3323 (|#1| (-641 |#2|))) (-15 -2831 (|#1| (-768) |#2|)) (-15 -2670 (|#1| (-641 (-641 |#2|)))) (-15 -1356 (|#1| (-768) (-768))) (-15 -3490 ((-112) |#1|)) (-15 -1663 ((-112) |#1|)) (-15 -3065 ((-112) |#1|)) (-15 -3354 ((-112) |#1|)) (-15 -1869 (|#2| |#1| (-564) (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564) (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564) (-564))))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1356 (($ (-768) (-768)) 97)) (-2950 (($ $ $) 87)) (-1532 (($ |#2|) 91) (($ $) 90)) (-1663 (((-112) $) 99)) (-4058 (($ $ (-564) (-564)) 83)) (-1496 (($ $ (-564) (-564)) 82)) (-1705 (($ $ (-564) (-564) (-564) (-564)) 81)) (-1459 (($ $) 89)) (-3354 (((-112) $) 101)) (-1729 (((-112) $ (-768)) 8)) (-2600 (($ $ (-564) (-564) $) 80)) (-1869 ((|#1| $ (-564) (-564) |#1|) 44) (($ $ (-641 (-564)) (-641 (-564)) $) 84)) (-2113 (($ $ (-564) |#2|) 42)) (-1476 (($ $ (-564) |#3|) 41)) (-2831 (($ (-768) |#1|) 95)) (-1692 (($) 7 T CONST)) (-1816 (($ $) 67 (|has| |#1| (-307)))) (-2787 ((|#2| $ (-564)) 46)) (-3147 (((-768) $) 66 (|has| |#1| (-556)))) (-1452 ((|#1| $ (-564) (-564) |#1|) 43)) (-1379 ((|#1| $ (-564) (-564)) 48)) (-1597 (((-641 |#1|) $) 30)) (-2751 (((-768) $) 65 (|has| |#1| (-556)))) (-2137 (((-641 |#3|) $) 64 (|has| |#1| (-556)))) (-3393 (((-768) $) 51)) (-1585 (($ (-768) (-768) |#1|) 57)) (-3402 (((-768) $) 50)) (-2575 (((-112) $ (-768)) 9)) (-2762 ((|#1| $) 62 (|has| |#1| (-6 (-4414 "*"))))) (-4209 (((-564) $) 55)) (-1581 (((-564) $) 53)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1314 (((-564) $) 54)) (-1875 (((-564) $) 52)) (-2670 (($ (-641 (-641 |#1|))) 96)) (-1439 (($ (-1 |#1| |#1|) $) 34)) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-2708 (((-641 (-641 |#1|)) $) 86)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3429 (((-3 $ "failed") $) 61 (|has| |#1| (-363)))) (-1319 (($ $ $) 88)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1759 (($ $ |#1|) 56)) (-2628 (((-3 $ "failed") $ |#1|) 69 (|has| |#1| (-556)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ (-564) (-564)) 49) ((|#1| $ (-564) (-564) |#1|) 47) (($ $ (-641 (-564)) (-641 (-564))) 85)) (-3323 (($ (-641 |#1|)) 94) (($ (-641 $)) 93)) (-3065 (((-112) $) 100)) (-3274 ((|#1| $) 63 (|has| |#1| (-6 (-4414 "*"))))) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1903 ((|#3| $ (-564)) 45)) (-1721 (($ |#3|) 92) (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-3490 (((-112) $) 98)) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2983 (($ $ |#1|) 68 (|has| |#1| (-363)))) (-2970 (($ $ $) 78) (($ $) 77)) (-2956 (($ $ $) 79)) (** (($ $ (-768)) 70) (($ $ (-564)) 60 (|has| |#1| (-363)))) (* (($ $ $) 76) (($ |#1| $) 75) (($ $ |#1|) 74) (($ (-564) $) 73) ((|#3| $ |#3|) 72) ((|#2| |#2| $) 71)) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-2576 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-670 *3)) (-4 *3 (-1209)))) (-3752 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-670 *3)) (-4 *3 (-1209)))) (-4201 (*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-2265 (*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-3894 (*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-2784 (*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))) (-3411 (*1 *2 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))) (-2030 (*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))) (-3334 (*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))) (-3951 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-670 *3)) (-4 *3 (-1209)))) (-4037 (*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))))
+(-13 (-1143 |t#1|) (-10 -8 (-15 -2576 ($ (-1 (-112) |t#1|) $)) (-15 -3752 ($ (-1 (-112) |t#1|) $)) (-15 -4201 ((-112) $)) (-15 -2265 ((-112) $)) (-15 -3894 ((-112) $)) (-15 -2784 ($ $)) (-15 -3411 (|t#1| $)) (-15 -2030 ($ $)) (-15 -3334 ((-768) $)) (-15 -3951 ($ $ (-564))) (-15 -4037 ($ $))))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1143 |#1|) . T) ((-1209) . T) ((-1247 |#1|) . T))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2747 (($ (-768) (-768) (-768)) 55 (|has| |#1| (-1046)))) (-4010 (((-112) $ (-768)) NIL)) (-3094 ((|#1| $ (-768) (-768) (-768) |#1|) 49)) (-1778 (($) NIL T CONST)) (-1308 (($ $ $) 60 (|has| |#1| (-1046)))) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-4364 (((-1259 (-768)) $) 12)) (-2148 (($ (-1170) $ $) 37)) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-1774 (($ (-768)) 57 (|has| |#1| (-1046)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-768) (-768) (-768)) 46)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-1842 (($ (-641 (-641 (-641 |#1|)))) 70)) (-1831 (($ (-955 (-955 (-955 |#1|)))) 23) (((-955 (-955 (-955 |#1|))) $) 19) (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-671 |#1|) (-13 (-489 |#1|) (-10 -8 (IF (|has| |#1| (-1046)) (PROGN (-15 -2747 ($ (-768) (-768) (-768))) (-15 -1774 ($ (-768))) (-15 -1308 ($ $ $))) |%noBranch|) (-15 -1842 ($ (-641 (-641 (-641 |#1|))))) (-15 -1350 (|#1| $ (-768) (-768) (-768))) (-15 -3094 (|#1| $ (-768) (-768) (-768) |#1|)) (-15 -1831 ($ (-955 (-955 (-955 |#1|))))) (-15 -1831 ((-955 (-955 (-955 |#1|))) $)) (-15 -2148 ($ (-1170) $ $)) (-15 -4364 ((-1259 (-768)) $)))) (-1094)) (T -671))
+((-2747 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-768)) (-5 *1 (-671 *3)) (-4 *3 (-1046)) (-4 *3 (-1094)))) (-1774 (*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-671 *3)) (-4 *3 (-1046)) (-4 *3 (-1094)))) (-1308 (*1 *1 *1 *1) (-12 (-5 *1 (-671 *2)) (-4 *2 (-1046)) (-4 *2 (-1094)))) (-1842 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-641 *3)))) (-4 *3 (-1094)) (-5 *1 (-671 *3)))) (-1350 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-768)) (-5 *1 (-671 *2)) (-4 *2 (-1094)))) (-3094 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-671 *2)) (-4 *2 (-1094)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-955 (-955 (-955 *3)))) (-4 *3 (-1094)) (-5 *1 (-671 *3)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-955 (-955 (-955 *3)))) (-5 *1 (-671 *3)) (-4 *3 (-1094)))) (-2148 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-671 *3)) (-4 *3 (-1094)))) (-4364 (*1 *2 *1) (-12 (-5 *2 (-1259 (-768))) (-5 *1 (-671 *3)) (-4 *3 (-1094)))))
+(-13 (-489 |#1|) (-10 -8 (IF (|has| |#1| (-1046)) (PROGN (-15 -2747 ($ (-768) (-768) (-768))) (-15 -1774 ($ (-768))) (-15 -1308 ($ $ $))) |%noBranch|) (-15 -1842 ($ (-641 (-641 (-641 |#1|))))) (-15 -1350 (|#1| $ (-768) (-768) (-768))) (-15 -3094 (|#1| $ (-768) (-768) (-768) |#1|)) (-15 -1831 ($ (-955 (-955 (-955 |#1|))))) (-15 -1831 ((-955 (-955 (-955 |#1|))) $)) (-15 -2148 ($ (-1170) $ $)) (-15 -4364 ((-1259 (-768)) $))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-4202 (((-483) $) 10)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 19) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1328 (((-1129) $) 12)) (-1702 (((-112) $ $) NIL)))
+(((-672) (-13 (-1077) (-10 -8 (-15 -4202 ((-483) $)) (-15 -1328 ((-1129) $))))) (T -672))
+((-4202 (*1 *2 *1) (-12 (-5 *2 (-483)) (-5 *1 (-672)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-672)))))
+(-13 (-1077) (-10 -8 (-15 -4202 ((-483) $)) (-15 -1328 ((-1129) $))))
+((-1817 (((-112) $ $) NIL)) (-2412 (((-641 |#1|) $) 15)) (-3777 (($ $) 19)) (-1384 (((-112) $) 20)) (-2347 (((-3 |#1| "failed") $) 23)) (-2237 ((|#1| $) 21)) (-3314 (($ $) 37)) (-3156 (($ $) 25)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2519 (((-112) $ $) 45)) (-1502 (((-918) $) 40)) (-3766 (($ $) 18)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 ((|#1| $) 36)) (-1831 (((-859) $) 32) (($ |#1|) 24) (((-816 |#1|) $) 28)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 13)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 44)) (* (($ $ $) 35)))
+(((-673 |#1|) (-13 (-847) (-1035 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -1831 ((-816 |#1|) $)) (-15 -3303 (|#1| $)) (-15 -3766 ($ $)) (-15 -1502 ((-918) $)) (-15 -2519 ((-112) $ $)) (-15 -3156 ($ $)) (-15 -3314 ($ $)) (-15 -1384 ((-112) $)) (-15 -3777 ($ $)) (-15 -2412 ((-641 |#1|) $)))) (-847)) (T -673))
+((* (*1 *1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-816 *3)) (-5 *1 (-673 *3)) (-4 *3 (-847)))) (-3303 (*1 *2 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-3766 (*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-1502 (*1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-673 *3)) (-4 *3 (-847)))) (-2519 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-673 *3)) (-4 *3 (-847)))) (-3156 (*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-3314 (*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-1384 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-673 *3)) (-4 *3 (-847)))) (-3777 (*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847)))) (-2412 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-673 *3)) (-4 *3 (-847)))))
+(-13 (-847) (-1035 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -1831 ((-816 |#1|) $)) (-15 -3303 (|#1| $)) (-15 -3766 ($ $)) (-15 -1502 ((-918) $)) (-15 -2519 ((-112) $ $)) (-15 -3156 ($ $)) (-15 -3314 ($ $)) (-15 -1384 ((-112) $)) (-15 -3777 ($ $)) (-15 -2412 ((-641 |#1|) $))))
+((-2916 ((|#1| (-1 |#1| (-768) |#1|) (-768) |#1|) 14)) (-4262 ((|#1| (-1 |#1| |#1|) (-768) |#1|) 12)))
+(((-674 |#1|) (-10 -7 (-15 -4262 (|#1| (-1 |#1| |#1|) (-768) |#1|)) (-15 -2916 (|#1| (-1 |#1| (-768) |#1|) (-768) |#1|))) (-1094)) (T -674))
+((-2916 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-768) *2)) (-5 *4 (-768)) (-4 *2 (-1094)) (-5 *1 (-674 *2)))) (-4262 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-768)) (-4 *2 (-1094)) (-5 *1 (-674 *2)))))
+(-10 -7 (-15 -4262 (|#1| (-1 |#1| |#1|) (-768) |#1|)) (-15 -2916 (|#1| (-1 |#1| (-768) |#1|) (-768) |#1|)))
+((-3298 ((|#2| |#1| |#2|) 9)) (-3284 ((|#1| |#1| |#2|) 8)))
+(((-675 |#1| |#2|) (-10 -7 (-15 -3284 (|#1| |#1| |#2|)) (-15 -3298 (|#2| |#1| |#2|))) (-1094) (-1094)) (T -675))
+((-3298 (*1 *2 *3 *2) (-12 (-5 *1 (-675 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))) (-3284 (*1 *2 *2 *3) (-12 (-5 *1 (-675 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
+(-10 -7 (-15 -3284 (|#1| |#1| |#2|)) (-15 -3298 (|#2| |#1| |#2|)))
+((-4368 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11)))
+(((-676 |#1| |#2| |#3|) (-10 -7 (-15 -4368 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1094) (-1094) (-1094)) (T -676))
+((-4368 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)) (-5 *1 (-676 *5 *6 *2)))))
+(-10 -7 (-15 -4368 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-4352 (((-1208) $) 21)) (-4308 (((-641 (-1208)) $) 19)) (-3584 (($ (-641 (-1208)) (-1208)) 14)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 29) (($ (-1175)) NIL) (((-1175) $) NIL) (((-1208) $) 22) (($ (-1112)) 10)) (-1702 (((-112) $ $) NIL)))
+(((-677) (-13 (-1077) (-611 (-1208)) (-10 -8 (-15 -1831 ($ (-1112))) (-15 -3584 ($ (-641 (-1208)) (-1208))) (-15 -4308 ((-641 (-1208)) $)) (-15 -4352 ((-1208) $))))) (T -677))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1112)) (-5 *1 (-677)))) (-3584 (*1 *1 *2 *3) (-12 (-5 *2 (-641 (-1208))) (-5 *3 (-1208)) (-5 *1 (-677)))) (-4308 (*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-677)))) (-4352 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-677)))))
+(-13 (-1077) (-611 (-1208)) (-10 -8 (-15 -1831 ($ (-1112))) (-15 -3584 ($ (-641 (-1208)) (-1208))) (-15 -4308 ((-641 (-1208)) $)) (-15 -4352 ((-1208) $))))
+((-2916 (((-1 |#1| (-768) |#1|) (-1 |#1| (-768) |#1|)) 29)) (-2781 (((-1 |#1|) |#1|) 8)) (-1680 ((|#1| |#1|) 23)) (-2743 (((-641 |#1|) (-1 (-641 |#1|) (-641 |#1|)) (-564)) 22) ((|#1| (-1 |#1| |#1|)) 11)) (-1831 (((-1 |#1|) |#1|) 9)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-768)) 26)))
+(((-678 |#1|) (-10 -7 (-15 -2781 ((-1 |#1|) |#1|)) (-15 -1831 ((-1 |#1|) |#1|)) (-15 -2743 (|#1| (-1 |#1| |#1|))) (-15 -2743 ((-641 |#1|) (-1 (-641 |#1|) (-641 |#1|)) (-564))) (-15 -1680 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-768))) (-15 -2916 ((-1 |#1| (-768) |#1|) (-1 |#1| (-768) |#1|)))) (-1094)) (T -678))
+((-2916 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-768) *3)) (-4 *3 (-1094)) (-5 *1 (-678 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *4 (-1094)) (-5 *1 (-678 *4)))) (-1680 (*1 *2 *2) (-12 (-5 *1 (-678 *2)) (-4 *2 (-1094)))) (-2743 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-641 *5) (-641 *5))) (-5 *4 (-564)) (-5 *2 (-641 *5)) (-5 *1 (-678 *5)) (-4 *5 (-1094)))) (-2743 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-678 *2)) (-4 *2 (-1094)))) (-1831 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-678 *3)) (-4 *3 (-1094)))) (-2781 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-678 *3)) (-4 *3 (-1094)))))
+(-10 -7 (-15 -2781 ((-1 |#1|) |#1|)) (-15 -1831 ((-1 |#1|) |#1|)) (-15 -2743 (|#1| (-1 |#1| |#1|))) (-15 -2743 ((-641 |#1|) (-1 (-641 |#1|) (-641 |#1|)) (-564))) (-15 -1680 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-768))) (-15 -2916 ((-1 |#1| (-768) |#1|) (-1 |#1| (-768) |#1|))))
+((-2917 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16)) (-3758 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13)) (-1809 (((-1 |#2| |#1|) (-1 |#2|)) 14)) (-2792 (((-1 |#2| |#1|) |#2|) 11)))
+(((-679 |#1| |#2|) (-10 -7 (-15 -2792 ((-1 |#2| |#1|) |#2|)) (-15 -3758 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -1809 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2917 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1094) (-1094)) (T -679))
+((-2917 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-5 *2 (-1 *5 *4)) (-5 *1 (-679 *4 *5)))) (-1809 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1094)) (-5 *2 (-1 *5 *4)) (-5 *1 (-679 *4 *5)) (-4 *4 (-1094)))) (-3758 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-5 *2 (-1 *5)) (-5 *1 (-679 *4 *5)))) (-2792 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-679 *4 *3)) (-4 *4 (-1094)) (-4 *3 (-1094)))))
+(-10 -7 (-15 -2792 ((-1 |#2| |#1|) |#2|)) (-15 -3758 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -1809 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2917 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
+((-1625 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17)) (-2583 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11)) (-3862 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13)) (-2547 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14)) (-3596 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21)))
+(((-680 |#1| |#2| |#3|) (-10 -7 (-15 -2583 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -3862 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2547 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -3596 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -1625 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1094) (-1094) (-1094)) (T -680))
+((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-1 *7 *5)) (-5 *1 (-680 *5 *6 *7)))) (-1625 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-680 *4 *5 *6)))) (-3596 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-680 *4 *5 *6)) (-4 *4 (-1094)))) (-2547 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1094)) (-4 *6 (-1094)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-680 *4 *5 *6)) (-4 *5 (-1094)))) (-3862 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-680 *4 *5 *6)))) (-2583 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1094)) (-4 *4 (-1094)) (-4 *6 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-680 *5 *4 *6)))))
+(-10 -7 (-15 -2583 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -3862 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2547 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -3596 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -1625 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
+((-1988 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39)) (-2449 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37) ((|#8| (-1 |#5| |#1|) |#4|) 31)))
+(((-681 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2449 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2449 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -1988 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-1046) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|) (-1046) (-373 |#5|) (-373 |#5|) (-683 |#5| |#6| |#7|)) (T -681))
+((-1988 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1046)) (-4 *2 (-1046)) (-4 *6 (-373 *5)) (-4 *7 (-373 *5)) (-4 *8 (-373 *2)) (-4 *9 (-373 *2)) (-5 *1 (-681 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-683 *5 *6 *7)) (-4 *10 (-683 *2 *8 *9)))) (-2449 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1046)) (-4 *8 (-1046)) (-4 *6 (-373 *5)) (-4 *7 (-373 *5)) (-4 *2 (-683 *8 *9 *10)) (-5 *1 (-681 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-683 *5 *6 *7)) (-4 *9 (-373 *8)) (-4 *10 (-373 *8)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1046)) (-4 *8 (-1046)) (-4 *6 (-373 *5)) (-4 *7 (-373 *5)) (-4 *2 (-683 *8 *9 *10)) (-5 *1 (-681 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-683 *5 *6 *7)) (-4 *9 (-373 *8)) (-4 *10 (-373 *8)))))
+(-10 -7 (-15 -2449 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2449 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -1988 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
+((-1463 (($ (-768) (-768)) 43)) (-1516 (($ $ $) 71)) (-2775 (($ |#3|) 66) (($ $) 67)) (-1512 (((-112) $) 38)) (-1990 (($ $ (-564) (-564)) 81)) (-3649 (($ $ (-564) (-564)) 82)) (-3812 (($ $ (-564) (-564) (-564) (-564)) 87)) (-3252 (($ $) 69)) (-2385 (((-112) $) 15)) (-1353 (($ $ (-564) (-564) $) 88)) (-1970 ((|#2| $ (-564) (-564) |#2|) NIL) (($ $ (-641 (-564)) (-641 (-564)) $) 86)) (-2899 (($ (-768) |#2|) 53)) (-4309 (($ (-641 (-641 |#2|))) 51)) (-4217 (((-641 (-641 |#2|)) $) 78)) (-2435 (($ $ $) 70)) (-1403 (((-3 $ "failed") $ |#2|) 120)) (-1350 ((|#2| $ (-564) (-564)) NIL) ((|#2| $ (-564) (-564) |#2|) NIL) (($ $ (-641 (-564)) (-641 (-564))) 85)) (-2088 (($ (-641 |#2|)) 54) (($ (-641 $)) 56)) (-1302 (((-112) $) 28)) (-1831 (($ |#4|) 61) (((-859) $) NIL)) (-4320 (((-112) $) 40)) (-1823 (($ $ |#2|) 122)) (-1808 (($ $ $) 92) (($ $) 95)) (-1797 (($ $ $) 90)) (** (($ $ (-768)) 109) (($ $ (-564)) 127)) (* (($ $ $) 101) (($ |#2| $) 97) (($ $ |#2|) 98) (($ (-564) $) 100) ((|#4| $ |#4|) 113) ((|#3| |#3| $) 117)))
+(((-682 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1831 ((-859) |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -1823 (|#1| |#1| |#2|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-768))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1797 (|#1| |#1| |#1|)) (-15 -1353 (|#1| |#1| (-564) (-564) |#1|)) (-15 -3812 (|#1| |#1| (-564) (-564) (-564) (-564))) (-15 -3649 (|#1| |#1| (-564) (-564))) (-15 -1990 (|#1| |#1| (-564) (-564))) (-15 -1970 (|#1| |#1| (-641 (-564)) (-641 (-564)) |#1|)) (-15 -1350 (|#1| |#1| (-641 (-564)) (-641 (-564)))) (-15 -4217 ((-641 (-641 |#2|)) |#1|)) (-15 -1516 (|#1| |#1| |#1|)) (-15 -2435 (|#1| |#1| |#1|)) (-15 -3252 (|#1| |#1|)) (-15 -2775 (|#1| |#1|)) (-15 -2775 (|#1| |#3|)) (-15 -1831 (|#1| |#4|)) (-15 -2088 (|#1| (-641 |#1|))) (-15 -2088 (|#1| (-641 |#2|))) (-15 -2899 (|#1| (-768) |#2|)) (-15 -4309 (|#1| (-641 (-641 |#2|)))) (-15 -1463 (|#1| (-768) (-768))) (-15 -4320 ((-112) |#1|)) (-15 -1512 ((-112) |#1|)) (-15 -1302 ((-112) |#1|)) (-15 -2385 ((-112) |#1|)) (-15 -1970 (|#2| |#1| (-564) (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564) (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564) (-564)))) (-683 |#2| |#3| |#4|) (-1046) (-373 |#2|) (-373 |#2|)) (T -682))
+NIL
+(-10 -8 (-15 -1831 ((-859) |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -1823 (|#1| |#1| |#2|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-768))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1797 (|#1| |#1| |#1|)) (-15 -1353 (|#1| |#1| (-564) (-564) |#1|)) (-15 -3812 (|#1| |#1| (-564) (-564) (-564) (-564))) (-15 -3649 (|#1| |#1| (-564) (-564))) (-15 -1990 (|#1| |#1| (-564) (-564))) (-15 -1970 (|#1| |#1| (-641 (-564)) (-641 (-564)) |#1|)) (-15 -1350 (|#1| |#1| (-641 (-564)) (-641 (-564)))) (-15 -4217 ((-641 (-641 |#2|)) |#1|)) (-15 -1516 (|#1| |#1| |#1|)) (-15 -2435 (|#1| |#1| |#1|)) (-15 -3252 (|#1| |#1|)) (-15 -2775 (|#1| |#1|)) (-15 -2775 (|#1| |#3|)) (-15 -1831 (|#1| |#4|)) (-15 -2088 (|#1| (-641 |#1|))) (-15 -2088 (|#1| (-641 |#2|))) (-15 -2899 (|#1| (-768) |#2|)) (-15 -4309 (|#1| (-641 (-641 |#2|)))) (-15 -1463 (|#1| (-768) (-768))) (-15 -4320 ((-112) |#1|)) (-15 -1512 ((-112) |#1|)) (-15 -1302 ((-112) |#1|)) (-15 -2385 ((-112) |#1|)) (-15 -1970 (|#2| |#1| (-564) (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564) (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564) (-564))))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1463 (($ (-768) (-768)) 97)) (-1516 (($ $ $) 87)) (-2775 (($ |#2|) 91) (($ $) 90)) (-1512 (((-112) $) 99)) (-1990 (($ $ (-564) (-564)) 83)) (-3649 (($ $ (-564) (-564)) 82)) (-3812 (($ $ (-564) (-564) (-564) (-564)) 81)) (-3252 (($ $) 89)) (-2385 (((-112) $) 101)) (-4010 (((-112) $ (-768)) 8)) (-1353 (($ $ (-564) (-564) $) 80)) (-1970 ((|#1| $ (-564) (-564) |#1|) 44) (($ $ (-641 (-564)) (-641 (-564)) $) 84)) (-3251 (($ $ (-564) |#2|) 42)) (-3436 (($ $ (-564) |#3|) 41)) (-2899 (($ (-768) |#1|) 95)) (-1778 (($) 7 T CONST)) (-3543 (($ $) 67 (|has| |#1| (-307)))) (-3751 ((|#2| $ (-564)) 46)) (-3531 (((-768) $) 66 (|has| |#1| (-556)))) (-2261 ((|#1| $ (-564) (-564) |#1|) 43)) (-2190 ((|#1| $ (-564) (-564)) 48)) (-1433 (((-641 |#1|) $) 30)) (-3408 (((-768) $) 65 (|has| |#1| (-556)))) (-3540 (((-641 |#3|) $) 64 (|has| |#1| (-556)))) (-1745 (((-768) $) 51)) (-3654 (($ (-768) (-768) |#1|) 57)) (-1757 (((-768) $) 50)) (-2324 (((-112) $ (-768)) 9)) (-3508 ((|#1| $) 62 (|has| |#1| (-6 (-4408 "*"))))) (-2904 (((-564) $) 55)) (-2015 (((-564) $) 53)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2381 (((-564) $) 54)) (-2821 (((-564) $) 52)) (-4309 (($ (-641 (-641 |#1|))) 96)) (-2250 (($ (-1 |#1| |#1|) $) 34)) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-4217 (((-641 (-641 |#1|)) $) 86)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-1861 (((-3 $ "failed") $) 61 (|has| |#1| (-363)))) (-2435 (($ $ $) 88)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4253 (($ $ |#1|) 56)) (-1403 (((-3 $ "failed") $ |#1|) 69 (|has| |#1| (-556)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ (-564) (-564)) 49) ((|#1| $ (-564) (-564) |#1|) 47) (($ $ (-641 (-564)) (-641 (-564))) 85)) (-2088 (($ (-641 |#1|)) 94) (($ (-641 $)) 93)) (-1302 (((-112) $) 100)) (-2876 ((|#1| $) 63 (|has| |#1| (-6 (-4408 "*"))))) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-3065 ((|#3| $ (-564)) 45)) (-1831 (($ |#3|) 92) (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-4320 (((-112) $) 98)) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-1823 (($ $ |#1|) 68 (|has| |#1| (-363)))) (-1808 (($ $ $) 78) (($ $) 77)) (-1797 (($ $ $) 79)) (** (($ $ (-768)) 70) (($ $ (-564)) 60 (|has| |#1| (-363)))) (* (($ $ $) 76) (($ |#1| $) 75) (($ $ |#1|) 74) (($ (-564) $) 73) ((|#3| $ |#3|) 72) ((|#2| |#2| $) 71)) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-683 |#1| |#2| |#3|) (-140) (-1046) (-373 |t#1|) (-373 |t#1|)) (T -683))
-((-3354 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-112)))) (-3065 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-112)))) (-1663 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-112)))) (-3490 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-112)))) (-1356 (*1 *1 *2 *2) (-12 (-5 *2 (-768)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2670 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2831 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-3323 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-3323 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1721 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *2)) (-4 *4 (-373 *3)) (-4 *2 (-373 *3)))) (-1532 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-4 *1 (-683 *3 *2 *4)) (-4 *2 (-373 *3)) (-4 *4 (-373 *3)))) (-1532 (*1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-1459 (*1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-1319 (*1 *1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-2950 (*1 *1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-2708 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-641 (-641 *3))))) (-2961 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-641 (-564))) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1869 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-641 (-564))) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-4058 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1496 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1705 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2600 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2956 (*1 *1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-2970 (*1 *1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-2970 (*1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-683 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *2 (-373 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-683 *3 *2 *4)) (-4 *3 (-1046)) (-4 *2 (-373 *3)) (-4 *4 (-373 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2628 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-556)))) (-2983 (*1 *1 *1 *2) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-363)))) (-1816 (*1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-307)))) (-3147 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-768)))) (-2751 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-768)))) (-2137 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-641 *5)))) (-3274 (*1 *2 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (|has| *2 (-6 (-4414 "*"))) (-4 *2 (-1046)))) (-2762 (*1 *2 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (|has| *2 (-6 (-4414 "*"))) (-4 *2 (-1046)))) (-3429 (*1 *1 *1) (|partial| -12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-363)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-4 *3 (-363)))))
-(-13 (-57 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4413) (-6 -4412) (-15 -3354 ((-112) $)) (-15 -3065 ((-112) $)) (-15 -1663 ((-112) $)) (-15 -3490 ((-112) $)) (-15 -1356 ($ (-768) (-768))) (-15 -2670 ($ (-641 (-641 |t#1|)))) (-15 -2831 ($ (-768) |t#1|)) (-15 -3323 ($ (-641 |t#1|))) (-15 -3323 ($ (-641 $))) (-15 -1721 ($ |t#3|)) (-15 -1532 ($ |t#2|)) (-15 -1532 ($ $)) (-15 -1459 ($ $)) (-15 -1319 ($ $ $)) (-15 -2950 ($ $ $)) (-15 -2708 ((-641 (-641 |t#1|)) $)) (-15 -2961 ($ $ (-641 (-564)) (-641 (-564)))) (-15 -1869 ($ $ (-641 (-564)) (-641 (-564)) $)) (-15 -4058 ($ $ (-564) (-564))) (-15 -1496 ($ $ (-564) (-564))) (-15 -1705 ($ $ (-564) (-564) (-564) (-564))) (-15 -2600 ($ $ (-564) (-564) $)) (-15 -2956 ($ $ $)) (-15 -2970 ($ $ $)) (-15 -2970 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-564) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-768))) (IF (|has| |t#1| (-556)) (-15 -2628 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-363)) (-15 -2983 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-307)) (-15 -1816 ($ $)) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-15 -3147 ((-768) $)) (-15 -2751 ((-768) $)) (-15 -2137 ((-641 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4414 "*"))) (PROGN (-15 -3274 (|t#1| $)) (-15 -2762 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-363)) (PROGN (-15 -3429 ((-3 $ "failed") $)) (-15 ** ($ $ (-564)))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-57 |#1| |#2| |#3|) . T) ((-1209) . T))
-((-1816 ((|#4| |#4|) 96 (|has| |#1| (-307)))) (-3147 (((-768) |#4|) 125 (|has| |#1| (-556)))) (-2751 (((-768) |#4|) 100 (|has| |#1| (-556)))) (-2137 (((-641 |#3|) |#4|) 107 (|has| |#1| (-556)))) (-1454 (((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|) 139 (|has| |#1| (-307)))) (-2762 ((|#1| |#4|) 56)) (-2557 (((-3 |#4| "failed") |#4|) 88 (|has| |#1| (-556)))) (-3429 (((-3 |#4| "failed") |#4|) 104 (|has| |#1| (-363)))) (-3092 ((|#4| |#4|) 92 (|has| |#1| (-556)))) (-3785 ((|#4| |#4| |#1| (-564) (-564)) 64)) (-3916 ((|#4| |#4| (-564) (-564)) 59)) (-2585 ((|#4| |#4| |#1| (-564) (-564)) 69)) (-3274 ((|#1| |#4|) 102)) (-3144 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 93 (|has| |#1| (-556)))))
-(((-684 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3274 (|#1| |#4|)) (-15 -2762 (|#1| |#4|)) (-15 -3916 (|#4| |#4| (-564) (-564))) (-15 -3785 (|#4| |#4| |#1| (-564) (-564))) (-15 -2585 (|#4| |#4| |#1| (-564) (-564))) (IF (|has| |#1| (-556)) (PROGN (-15 -3147 ((-768) |#4|)) (-15 -2751 ((-768) |#4|)) (-15 -2137 ((-641 |#3|) |#4|)) (-15 -3092 (|#4| |#4|)) (-15 -2557 ((-3 |#4| "failed") |#4|)) (-15 -3144 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-307)) (PROGN (-15 -1816 (|#4| |#4|)) (-15 -1454 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -3429 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-172) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|)) (T -684))
-((-3429 (*1 *2 *2) (|partial| -12 (-4 *3 (-363)) (-4 *3 (-172)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-1454 (*1 *2 *3 *3) (-12 (-4 *3 (-307)) (-4 *3 (-172)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-684 *3 *4 *5 *6)) (-4 *6 (-683 *3 *4 *5)))) (-1816 (*1 *2 *2) (-12 (-4 *3 (-307)) (-4 *3 (-172)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-3144 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-2557 (*1 *2 *2) (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-3092 (*1 *2 *2) (-12 (-4 *3 (-556)) (-4 *3 (-172)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-2137 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-641 *6)) (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-2751 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-3147 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-2585 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-564)) (-4 *3 (-172)) (-4 *5 (-373 *3)) (-4 *6 (-373 *3)) (-5 *1 (-684 *3 *5 *6 *2)) (-4 *2 (-683 *3 *5 *6)))) (-3785 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-564)) (-4 *3 (-172)) (-4 *5 (-373 *3)) (-4 *6 (-373 *3)) (-5 *1 (-684 *3 *5 *6 *2)) (-4 *2 (-683 *3 *5 *6)))) (-3916 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-564)) (-4 *4 (-172)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *1 (-684 *4 *5 *6 *2)) (-4 *2 (-683 *4 *5 *6)))) (-2762 (*1 *2 *3) (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-172)) (-5 *1 (-684 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5)))) (-3274 (*1 *2 *3) (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-172)) (-5 *1 (-684 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5)))))
-(-10 -7 (-15 -3274 (|#1| |#4|)) (-15 -2762 (|#1| |#4|)) (-15 -3916 (|#4| |#4| (-564) (-564))) (-15 -3785 (|#4| |#4| |#1| (-564) (-564))) (-15 -2585 (|#4| |#4| |#1| (-564) (-564))) (IF (|has| |#1| (-556)) (PROGN (-15 -3147 ((-768) |#4|)) (-15 -2751 ((-768) |#4|)) (-15 -2137 ((-641 |#3|) |#4|)) (-15 -3092 (|#4| |#4|)) (-15 -2557 ((-3 |#4| "failed") |#4|)) (-15 -3144 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-307)) (PROGN (-15 -1816 (|#4| |#4|)) (-15 -1454 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -3429 ((-3 |#4| "failed") |#4|)) |%noBranch|))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1356 (($ (-768) (-768)) 63)) (-2950 (($ $ $) NIL)) (-1532 (($ (-1259 |#1|)) NIL) (($ $) NIL)) (-1663 (((-112) $) NIL)) (-4058 (($ $ (-564) (-564)) 21)) (-1496 (($ $ (-564) (-564)) NIL)) (-1705 (($ $ (-564) (-564) (-564) (-564)) NIL)) (-1459 (($ $) NIL)) (-3354 (((-112) $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-2600 (($ $ (-564) (-564) $) NIL)) (-1869 ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564)) $) NIL)) (-2113 (($ $ (-564) (-1259 |#1|)) NIL)) (-1476 (($ $ (-564) (-1259 |#1|)) NIL)) (-2831 (($ (-768) |#1|) 36)) (-1692 (($) NIL T CONST)) (-1816 (($ $) 45 (|has| |#1| (-307)))) (-2787 (((-1259 |#1|) $ (-564)) NIL)) (-3147 (((-768) $) 47 (|has| |#1| (-556)))) (-1452 ((|#1| $ (-564) (-564) |#1|) 68)) (-1379 ((|#1| $ (-564) (-564)) NIL)) (-1597 (((-641 |#1|) $) NIL)) (-2751 (((-768) $) 49 (|has| |#1| (-556)))) (-2137 (((-641 (-1259 |#1|)) $) 52 (|has| |#1| (-556)))) (-3393 (((-768) $) 31)) (-1585 (($ (-768) (-768) |#1|) 27)) (-3402 (((-768) $) 32)) (-2575 (((-112) $ (-768)) NIL)) (-2762 ((|#1| $) 43 (|has| |#1| (-6 (-4414 "*"))))) (-4209 (((-564) $) 10)) (-1581 (((-564) $) 11)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1314 (((-564) $) 14)) (-1875 (((-564) $) 64)) (-2670 (($ (-641 (-641 |#1|))) NIL)) (-1439 (($ (-1 |#1| |#1|) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2708 (((-641 (-641 |#1|)) $) 75)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3429 (((-3 $ "failed") $) 59 (|has| |#1| (-363)))) (-1319 (($ $ $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1759 (($ $ |#1|) NIL)) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-564) (-564)) NIL) ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564))) NIL)) (-3323 (($ (-641 |#1|)) NIL) (($ (-641 $)) NIL) (($ (-1259 |#1|)) 69)) (-3065 (((-112) $) NIL)) (-3274 ((|#1| $) 41 (|has| |#1| (-6 (-4414 "*"))))) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-2153 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1903 (((-1259 |#1|) $ (-564)) NIL)) (-1721 (($ (-1259 |#1|)) NIL) (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3490 (((-112) $) NIL)) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $ $) NIL) (($ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-768)) 37) (($ $ (-564)) 61 (|has| |#1| (-363)))) (* (($ $ $) 23) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-564) $) NIL) (((-1259 |#1|) $ (-1259 |#1|)) NIL) (((-1259 |#1|) (-1259 |#1|) $) NIL)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-685 |#1|) (-13 (-683 |#1| (-1259 |#1|) (-1259 |#1|)) (-10 -8 (-15 -3323 ($ (-1259 |#1|))) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -3429 ((-3 $ "failed") $)) |%noBranch|))) (-1046)) (T -685))
-((-3429 (*1 *1 *1) (|partial| -12 (-5 *1 (-685 *2)) (-4 *2 (-363)) (-4 *2 (-1046)))) (-3323 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1046)) (-5 *1 (-685 *3)))))
-(-13 (-683 |#1| (-1259 |#1|) (-1259 |#1|)) (-10 -8 (-15 -3323 ($ (-1259 |#1|))) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -3429 ((-3 $ "failed") $)) |%noBranch|)))
-((-1338 (((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|)) 37)) (-3736 (((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|) 34)) (-3161 (((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-768)) 43)) (-2925 (((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|)) 27)) (-1684 (((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|)) 31) (((-685 |#1|) (-685 |#1|) (-685 |#1|)) 29)) (-2371 (((-685 |#1|) (-685 |#1|) |#1| (-685 |#1|)) 33)) (-3094 (((-685 |#1|) (-685 |#1|) (-685 |#1|)) 25)) (** (((-685 |#1|) (-685 |#1|) (-768)) 46)))
-(((-686 |#1|) (-10 -7 (-15 -3094 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -2925 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -1684 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -1684 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -2371 ((-685 |#1|) (-685 |#1|) |#1| (-685 |#1|))) (-15 -3736 ((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|)) (-15 -1338 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -3161 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-768))) (-15 ** ((-685 |#1|) (-685 |#1|) (-768)))) (-1046)) (T -686))
-((** (*1 *2 *2 *3) (-12 (-5 *2 (-685 *4)) (-5 *3 (-768)) (-4 *4 (-1046)) (-5 *1 (-686 *4)))) (-3161 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-685 *4)) (-5 *3 (-768)) (-4 *4 (-1046)) (-5 *1 (-686 *4)))) (-1338 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-3736 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-2371 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-1684 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-1684 (*1 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-2925 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-3094 (*1 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
-(-10 -7 (-15 -3094 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -2925 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -1684 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -1684 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -2371 ((-685 |#1|) (-685 |#1|) |#1| (-685 |#1|))) (-15 -3736 ((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|)) (-15 -1338 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -3161 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-768))) (-15 ** ((-685 |#1|) (-685 |#1|) (-768))))
-((-2035 (((-3 |#1| "failed") $) 17)) (-3437 ((|#1| $) NIL)) (-2562 (($) 7 T CONST)) (-4199 (($ |#1|) 8)) (-1721 (($ |#1|) 15) (((-859) $) 22)) (-2872 (((-112) $ (|[\|\|]| |#1|)) 13) (((-112) $ (|[\|\|]| -2562)) 11)) (-3169 ((|#1| $) 14)))
-(((-687 |#1|) (-13 (-1254) (-1035 |#1|) (-611 (-859)) (-10 -8 (-15 -4199 ($ |#1|)) (-15 -2872 ((-112) $ (|[\|\|]| |#1|))) (-15 -2872 ((-112) $ (|[\|\|]| -2562))) (-15 -3169 (|#1| $)) (-15 -2562 ($) -1367))) (-611 (-859))) (T -687))
-((-4199 (*1 *1 *2) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859))))) (-2872 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-611 (-859))) (-5 *2 (-112)) (-5 *1 (-687 *4)))) (-2872 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2562)) (-5 *2 (-112)) (-5 *1 (-687 *4)) (-4 *4 (-611 (-859))))) (-3169 (*1 *2 *1) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859))))) (-2562 (*1 *1) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859))))))
-(-13 (-1254) (-1035 |#1|) (-611 (-859)) (-10 -8 (-15 -4199 ($ |#1|)) (-15 -2872 ((-112) $ (|[\|\|]| |#1|))) (-15 -2872 ((-112) $ (|[\|\|]| -2562))) (-15 -3169 (|#1| $)) (-15 -2562 ($) -1367)))
-((-2168 ((|#2| |#2| |#4|) 33)) (-2085 (((-685 |#2|) |#3| |#4|) 39)) (-2923 (((-685 |#2|) |#2| |#4|) 38)) (-2104 (((-1259 |#2|) |#2| |#4|) 16)) (-2324 ((|#2| |#3| |#4|) 32)) (-1362 (((-685 |#2|) |#3| |#4| (-768) (-768)) 50)) (-3536 (((-685 |#2|) |#2| |#4| (-768)) 49)))
-(((-688 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2104 ((-1259 |#2|) |#2| |#4|)) (-15 -2324 (|#2| |#3| |#4|)) (-15 -2168 (|#2| |#2| |#4|)) (-15 -2923 ((-685 |#2|) |#2| |#4|)) (-15 -3536 ((-685 |#2|) |#2| |#4| (-768))) (-15 -2085 ((-685 |#2|) |#3| |#4|)) (-15 -1362 ((-685 |#2|) |#3| |#4| (-768) (-768)))) (-1094) (-897 |#1|) (-373 |#2|) (-13 (-373 |#1|) (-10 -7 (-6 -4412)))) (T -688))
-((-1362 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-768)) (-4 *6 (-1094)) (-4 *7 (-897 *6)) (-5 *2 (-685 *7)) (-5 *1 (-688 *6 *7 *3 *4)) (-4 *3 (-373 *7)) (-4 *4 (-13 (-373 *6) (-10 -7 (-6 -4412)))))) (-2085 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-4 *6 (-897 *5)) (-5 *2 (-685 *6)) (-5 *1 (-688 *5 *6 *3 *4)) (-4 *3 (-373 *6)) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4412)))))) (-3536 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-768)) (-4 *6 (-1094)) (-4 *3 (-897 *6)) (-5 *2 (-685 *3)) (-5 *1 (-688 *6 *3 *7 *4)) (-4 *7 (-373 *3)) (-4 *4 (-13 (-373 *6) (-10 -7 (-6 -4412)))))) (-2923 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-4 *3 (-897 *5)) (-5 *2 (-685 *3)) (-5 *1 (-688 *5 *3 *6 *4)) (-4 *6 (-373 *3)) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4412)))))) (-2168 (*1 *2 *2 *3) (-12 (-4 *4 (-1094)) (-4 *2 (-897 *4)) (-5 *1 (-688 *4 *2 *5 *3)) (-4 *5 (-373 *2)) (-4 *3 (-13 (-373 *4) (-10 -7 (-6 -4412)))))) (-2324 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-4 *2 (-897 *5)) (-5 *1 (-688 *5 *2 *3 *4)) (-4 *3 (-373 *2)) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4412)))))) (-2104 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-4 *3 (-897 *5)) (-5 *2 (-1259 *3)) (-5 *1 (-688 *5 *3 *6 *4)) (-4 *6 (-373 *3)) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4412)))))))
-(-10 -7 (-15 -2104 ((-1259 |#2|) |#2| |#4|)) (-15 -2324 (|#2| |#3| |#4|)) (-15 -2168 (|#2| |#2| |#4|)) (-15 -2923 ((-685 |#2|) |#2| |#4|)) (-15 -3536 ((-685 |#2|) |#2| |#4| (-768))) (-15 -2085 ((-685 |#2|) |#3| |#4|)) (-15 -1362 ((-685 |#2|) |#3| |#4| (-768) (-768))))
-((-1604 (((-2 (|:| |num| (-685 |#1|)) (|:| |den| |#1|)) (-685 |#2|)) 20)) (-3907 ((|#1| (-685 |#2|)) 9)) (-1680 (((-685 |#1|) (-685 |#2|)) 18)))
-(((-689 |#1| |#2|) (-10 -7 (-15 -3907 (|#1| (-685 |#2|))) (-15 -1680 ((-685 |#1|) (-685 |#2|))) (-15 -1604 ((-2 (|:| |num| (-685 |#1|)) (|:| |den| |#1|)) (-685 |#2|)))) (-556) (-989 |#1|)) (T -689))
-((-1604 (*1 *2 *3) (-12 (-5 *3 (-685 *5)) (-4 *5 (-989 *4)) (-4 *4 (-556)) (-5 *2 (-2 (|:| |num| (-685 *4)) (|:| |den| *4))) (-5 *1 (-689 *4 *5)))) (-1680 (*1 *2 *3) (-12 (-5 *3 (-685 *5)) (-4 *5 (-989 *4)) (-4 *4 (-556)) (-5 *2 (-685 *4)) (-5 *1 (-689 *4 *5)))) (-3907 (*1 *2 *3) (-12 (-5 *3 (-685 *4)) (-4 *4 (-989 *2)) (-4 *2 (-556)) (-5 *1 (-689 *2 *4)))))
-(-10 -7 (-15 -3907 (|#1| (-685 |#2|))) (-15 -1680 ((-685 |#1|) (-685 |#2|))) (-15 -1604 ((-2 (|:| |num| (-685 |#1|)) (|:| |den| |#1|)) (-685 |#2|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-4133 (((-685 (-695))) NIL) (((-685 (-695)) (-1259 $)) NIL)) (-4321 (((-695) $) NIL)) (-1848 (($ $) NIL (|has| (-695) (-1194)))) (-1711 (($ $) NIL (|has| (-695) (-1194)))) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-695) (-349)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-695) (-307)) (|has| (-695) (-906))))) (-2275 (($ $) NIL (-2713 (-12 (|has| (-695) (-307)) (|has| (-695) (-906))) (|has| (-695) (-363))))) (-1798 (((-418 $) $) NIL (-2713 (-12 (|has| (-695) (-307)) (|has| (-695) (-906))) (|has| (-695) (-363))))) (-4029 (($ $) NIL (-12 (|has| (-695) (-999)) (|has| (-695) (-1194))))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-695) (-307)) (|has| (-695) (-906))))) (-1817 (((-112) $ $) NIL (|has| (-695) (-307)))) (-1860 (((-768)) NIL (|has| (-695) (-368)))) (-1827 (($ $) NIL (|has| (-695) (-1194)))) (-1688 (($ $) NIL (|has| (-695) (-1194)))) (-1871 (($ $) NIL (|has| (-695) (-1194)))) (-1734 (($ $) NIL (|has| (-695) (-1194)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-695) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-695) (-1035 (-407 (-564)))))) (-3437 (((-564) $) NIL) (((-695) $) NIL) (((-407 (-564)) $) NIL (|has| (-695) (-1035 (-407 (-564)))))) (-3222 (($ (-1259 (-695))) NIL) (($ (-1259 (-695)) (-1259 $)) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-695) (-349)))) (-2668 (($ $ $) NIL (|has| (-695) (-307)))) (-3160 (((-685 (-695)) $) NIL) (((-685 (-695)) $ (-1259 $)) NIL)) (-3762 (((-685 (-695)) (-685 $)) NIL) (((-2 (|:| -1315 (-685 (-695))) (|:| |vec| (-1259 (-695)))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-695) (-637 (-564)))) (((-685 (-564)) (-685 $)) NIL (|has| (-695) (-637 (-564))))) (-3658 (((-3 $ "failed") (-407 (-1166 (-695)))) NIL (|has| (-695) (-363))) (($ (-1166 (-695))) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-4040 (((-695) $) 29)) (-2242 (((-3 (-407 (-564)) "failed") $) NIL (|has| (-695) (-545)))) (-2260 (((-112) $) NIL (|has| (-695) (-545)))) (-3600 (((-407 (-564)) $) NIL (|has| (-695) (-545)))) (-3147 (((-918)) NIL)) (-3746 (($) NIL (|has| (-695) (-368)))) (-2649 (($ $ $) NIL (|has| (-695) (-307)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| (-695) (-307)))) (-2982 (($) NIL (|has| (-695) (-349)))) (-2398 (((-112) $) NIL (|has| (-695) (-349)))) (-3195 (($ $) NIL (|has| (-695) (-349))) (($ $ (-768)) NIL (|has| (-695) (-349)))) (-2941 (((-112) $) NIL (-2713 (-12 (|has| (-695) (-307)) (|has| (-695) (-906))) (|has| (-695) (-363))))) (-3875 (((-2 (|:| |r| (-695)) (|:| |phi| (-695))) $) NIL (-12 (|has| (-695) (-1055)) (|has| (-695) (-1194))))) (-2682 (($) NIL (|has| (-695) (-1194)))) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-695) (-883 (-379)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-695) (-883 (-564))))) (-2887 (((-830 (-918)) $) NIL (|has| (-695) (-349))) (((-918) $) NIL (|has| (-695) (-349)))) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL (-12 (|has| (-695) (-999)) (|has| (-695) (-1194))))) (-2471 (((-695) $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| (-695) (-349)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-695) (-307)))) (-2162 (((-1166 (-695)) $) NIL (|has| (-695) (-363)))) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2110 (($ (-1 (-695) (-695)) $) NIL)) (-2981 (((-918) $) NIL (|has| (-695) (-368)))) (-3612 (($ $) NIL (|has| (-695) (-1194)))) (-3646 (((-1166 (-695)) $) NIL)) (-3340 (($ (-641 $)) NIL (|has| (-695) (-307))) (($ $ $) NIL (|has| (-695) (-307)))) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| (-695) (-363)))) (-2558 (($) NIL (|has| (-695) (-349)) CONST)) (-1359 (($ (-918)) NIL (|has| (-695) (-368)))) (-2186 (($) NIL)) (-4050 (((-695) $) 31)) (-4382 (((-1114) $) NIL)) (-2739 (($) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| (-695) (-307)))) (-3377 (($ (-641 $)) NIL (|has| (-695) (-307))) (($ $ $) NIL (|has| (-695) (-307)))) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| (-695) (-349)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-695) (-307)) (|has| (-695) (-906))))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-695) (-307)) (|has| (-695) (-906))))) (-4020 (((-418 $) $) NIL (-2713 (-12 (|has| (-695) (-307)) (|has| (-695) (-906))) (|has| (-695) (-363))))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-695) (-307))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| (-695) (-307)))) (-2628 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ (-695)) NIL (|has| (-695) (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-695) (-307)))) (-2103 (($ $) NIL (|has| (-695) (-1194)))) (-3227 (($ $ (-1170) (-695)) NIL (|has| (-695) (-514 (-1170) (-695)))) (($ $ (-641 (-1170)) (-641 (-695))) NIL (|has| (-695) (-514 (-1170) (-695)))) (($ $ (-641 (-294 (-695)))) NIL (|has| (-695) (-309 (-695)))) (($ $ (-294 (-695))) NIL (|has| (-695) (-309 (-695)))) (($ $ (-695) (-695)) NIL (|has| (-695) (-309 (-695)))) (($ $ (-641 (-695)) (-641 (-695))) NIL (|has| (-695) (-309 (-695))))) (-2358 (((-768) $) NIL (|has| (-695) (-307)))) (-2961 (($ $ (-695)) NIL (|has| (-695) (-286 (-695) (-695))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| (-695) (-307)))) (-3928 (((-695)) NIL) (((-695) (-1259 $)) NIL)) (-2031 (((-3 (-768) "failed") $ $) NIL (|has| (-695) (-349))) (((-768) $) NIL (|has| (-695) (-349)))) (-1795 (($ $ (-1 (-695) (-695))) NIL) (($ $ (-1 (-695) (-695)) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-1170)) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-768)) NIL (|has| (-695) (-233))) (($ $) NIL (|has| (-695) (-233)))) (-3141 (((-685 (-695)) (-1259 $) (-1 (-695) (-695))) NIL (|has| (-695) (-363)))) (-3290 (((-1166 (-695))) NIL)) (-1882 (($ $) NIL (|has| (-695) (-1194)))) (-1744 (($ $) NIL (|has| (-695) (-1194)))) (-2117 (($) NIL (|has| (-695) (-349)))) (-1858 (($ $) NIL (|has| (-695) (-1194)))) (-1723 (($ $) NIL (|has| (-695) (-1194)))) (-1838 (($ $) NIL (|has| (-695) (-1194)))) (-1700 (($ $) NIL (|has| (-695) (-1194)))) (-3057 (((-685 (-695)) (-1259 $)) NIL) (((-1259 (-695)) $) NIL) (((-685 (-695)) (-1259 $) (-1259 $)) NIL) (((-1259 (-695)) $ (-1259 $)) NIL)) (-2153 (((-536) $) NIL (|has| (-695) (-612 (-536)))) (((-169 (-225)) $) NIL (|has| (-695) (-1019))) (((-169 (-379)) $) NIL (|has| (-695) (-1019))) (((-889 (-379)) $) NIL (|has| (-695) (-612 (-889 (-379))))) (((-889 (-564)) $) NIL (|has| (-695) (-612 (-889 (-564))))) (($ (-1166 (-695))) NIL) (((-1166 (-695)) $) NIL) (($ (-1259 (-695))) NIL) (((-1259 (-695)) $) NIL)) (-3601 (($ $) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-2713 (-12 (|has| (-695) (-307)) (|has| $ (-145)) (|has| (-695) (-906))) (|has| (-695) (-349))))) (-4134 (($ (-695) (-695)) 12)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-564)) NIL) (($ (-695)) NIL) (($ (-169 (-379))) 13) (($ (-169 (-564))) 19) (($ (-169 (-695))) 28) (($ (-169 (-697))) 25) (((-169 (-379)) $) 33) (($ (-407 (-564))) NIL (-2713 (|has| (-695) (-1035 (-407 (-564)))) (|has| (-695) (-363))))) (-2684 (($ $) NIL (|has| (-695) (-349))) (((-3 $ "failed") $) NIL (-2713 (-12 (|has| (-695) (-307)) (|has| $ (-145)) (|has| (-695) (-906))) (|has| (-695) (-145))))) (-4120 (((-1166 (-695)) $) NIL)) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $)) NIL)) (-1919 (($ $) NIL (|has| (-695) (-1194)))) (-1777 (($ $) NIL (|has| (-695) (-1194)))) (-1720 (((-112) $ $) NIL)) (-1895 (($ $) NIL (|has| (-695) (-1194)))) (-1755 (($ $) NIL (|has| (-695) (-1194)))) (-1942 (($ $) NIL (|has| (-695) (-1194)))) (-1803 (($ $) NIL (|has| (-695) (-1194)))) (-2595 (((-695) $) NIL (|has| (-695) (-1194)))) (-2712 (($ $) NIL (|has| (-695) (-1194)))) (-1813 (($ $) NIL (|has| (-695) (-1194)))) (-1930 (($ $) NIL (|has| (-695) (-1194)))) (-1791 (($ $) NIL (|has| (-695) (-1194)))) (-1906 (($ $) NIL (|has| (-695) (-1194)))) (-1766 (($ $) NIL (|has| (-695) (-1194)))) (-1699 (($ $) NIL (|has| (-695) (-1055)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-1 (-695) (-695))) NIL) (($ $ (-1 (-695) (-695)) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-1170)) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-768)) NIL (|has| (-695) (-233))) (($ $) NIL (|has| (-695) (-233)))) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL (|has| (-695) (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ $) NIL (|has| (-695) (-1194))) (($ $ (-407 (-564))) NIL (-12 (|has| (-695) (-999)) (|has| (-695) (-1194)))) (($ $ (-564)) NIL (|has| (-695) (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ (-695) $) NIL) (($ $ (-695)) NIL) (($ (-407 (-564)) $) NIL (|has| (-695) (-363))) (($ $ (-407 (-564))) NIL (|has| (-695) (-363)))))
-(((-690) (-13 (-387) (-166 (-695)) (-10 -8 (-15 -1721 ($ (-169 (-379)))) (-15 -1721 ($ (-169 (-564)))) (-15 -1721 ($ (-169 (-695)))) (-15 -1721 ($ (-169 (-697)))) (-15 -1721 ((-169 (-379)) $))))) (T -690))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-169 (-379))) (-5 *1 (-690)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-169 (-564))) (-5 *1 (-690)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-169 (-695))) (-5 *1 (-690)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-169 (-697))) (-5 *1 (-690)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-169 (-379))) (-5 *1 (-690)))))
-(-13 (-387) (-166 (-695)) (-10 -8 (-15 -1721 ($ (-169 (-379)))) (-15 -1721 ($ (-169 (-564)))) (-15 -1721 ($ (-169 (-695)))) (-15 -1721 ($ (-169 (-697)))) (-15 -1721 ((-169 (-379)) $))))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) 8)) (-4085 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-3176 (($ $) 62)) (-1928 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3537 (($ |#1| $) 47 (|has| $ (-6 -4412))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4412)))) (-3813 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4412)))) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 40) (($ |#1| $ (-768)) 63)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-3464 (((-641 (-2 (|:| -3096 |#1|) (|:| -1292 (-768)))) $) 61)) (-2710 (($) 49) (($ (-641 |#1|)) 48)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 50)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) 42)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-2385 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-112)))) (-1302 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-112)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-112)))) (-4320 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-112)))) (-1463 (*1 *1 *2 *2) (-12 (-5 *2 (-768)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-4309 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2899 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2088 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-2088 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1831 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *2)) (-4 *4 (-373 *3)) (-4 *2 (-373 *3)))) (-2775 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-4 *1 (-683 *3 *2 *4)) (-4 *2 (-373 *3)) (-4 *4 (-373 *3)))) (-2775 (*1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-3252 (*1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-2435 (*1 *1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-1516 (*1 *1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-4217 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-641 (-641 *3))))) (-1350 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-641 (-564))) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1970 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-641 (-564))) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1990 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-3649 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-3812 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1353 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1797 (*1 *1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-1808 (*1 *1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (-1808 (*1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-683 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *2 (-373 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-683 *3 *2 *4)) (-4 *3 (-1046)) (-4 *2 (-373 *3)) (-4 *4 (-373 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))) (-1403 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-556)))) (-1823 (*1 *1 *1 *2) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-363)))) (-3543 (*1 *1 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-307)))) (-3531 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-768)))) (-3408 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-768)))) (-3540 (*1 *2 *1) (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-641 *5)))) (-2876 (*1 *2 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (|has| *2 (-6 (-4408 "*"))) (-4 *2 (-1046)))) (-3508 (*1 *2 *1) (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (|has| *2 (-6 (-4408 "*"))) (-4 *2 (-1046)))) (-1861 (*1 *1 *1) (|partial| -12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-363)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-4 *3 (-363)))))
+(-13 (-57 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4407) (-6 -4406) (-15 -2385 ((-112) $)) (-15 -1302 ((-112) $)) (-15 -1512 ((-112) $)) (-15 -4320 ((-112) $)) (-15 -1463 ($ (-768) (-768))) (-15 -4309 ($ (-641 (-641 |t#1|)))) (-15 -2899 ($ (-768) |t#1|)) (-15 -2088 ($ (-641 |t#1|))) (-15 -2088 ($ (-641 $))) (-15 -1831 ($ |t#3|)) (-15 -2775 ($ |t#2|)) (-15 -2775 ($ $)) (-15 -3252 ($ $)) (-15 -2435 ($ $ $)) (-15 -1516 ($ $ $)) (-15 -4217 ((-641 (-641 |t#1|)) $)) (-15 -1350 ($ $ (-641 (-564)) (-641 (-564)))) (-15 -1970 ($ $ (-641 (-564)) (-641 (-564)) $)) (-15 -1990 ($ $ (-564) (-564))) (-15 -3649 ($ $ (-564) (-564))) (-15 -3812 ($ $ (-564) (-564) (-564) (-564))) (-15 -1353 ($ $ (-564) (-564) $)) (-15 -1797 ($ $ $)) (-15 -1808 ($ $ $)) (-15 -1808 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-564) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-768))) (IF (|has| |t#1| (-556)) (-15 -1403 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-363)) (-15 -1823 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-307)) (-15 -3543 ($ $)) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-15 -3531 ((-768) $)) (-15 -3408 ((-768) $)) (-15 -3540 ((-641 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4408 "*"))) (PROGN (-15 -2876 (|t#1| $)) (-15 -3508 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-363)) (PROGN (-15 -1861 ((-3 $ "failed") $)) (-15 ** ($ $ (-564)))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-57 |#1| |#2| |#3|) . T) ((-1209) . T))
+((-3543 ((|#4| |#4|) 96 (|has| |#1| (-307)))) (-3531 (((-768) |#4|) 125 (|has| |#1| (-556)))) (-3408 (((-768) |#4|) 100 (|has| |#1| (-556)))) (-3540 (((-641 |#3|) |#4|) 107 (|has| |#1| (-556)))) (-3196 (((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|) 139 (|has| |#1| (-307)))) (-3508 ((|#1| |#4|) 56)) (-2149 (((-3 |#4| "failed") |#4|) 88 (|has| |#1| (-556)))) (-1861 (((-3 |#4| "failed") |#4|) 104 (|has| |#1| (-363)))) (-1580 ((|#4| |#4|) 92 (|has| |#1| (-556)))) (-4233 ((|#4| |#4| |#1| (-564) (-564)) 64)) (-3075 ((|#4| |#4| (-564) (-564)) 59)) (-2443 ((|#4| |#4| |#1| (-564) (-564)) 69)) (-2876 ((|#1| |#4|) 102)) (-4057 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 93 (|has| |#1| (-556)))))
+(((-684 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2876 (|#1| |#4|)) (-15 -3508 (|#1| |#4|)) (-15 -3075 (|#4| |#4| (-564) (-564))) (-15 -4233 (|#4| |#4| |#1| (-564) (-564))) (-15 -2443 (|#4| |#4| |#1| (-564) (-564))) (IF (|has| |#1| (-556)) (PROGN (-15 -3531 ((-768) |#4|)) (-15 -3408 ((-768) |#4|)) (-15 -3540 ((-641 |#3|) |#4|)) (-15 -1580 (|#4| |#4|)) (-15 -2149 ((-3 |#4| "failed") |#4|)) (-15 -4057 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-307)) (PROGN (-15 -3543 (|#4| |#4|)) (-15 -3196 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -1861 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-172) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|)) (T -684))
+((-1861 (*1 *2 *2) (|partial| -12 (-4 *3 (-363)) (-4 *3 (-172)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-3196 (*1 *2 *3 *3) (-12 (-4 *3 (-307)) (-4 *3 (-172)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-684 *3 *4 *5 *6)) (-4 *6 (-683 *3 *4 *5)))) (-3543 (*1 *2 *2) (-12 (-4 *3 (-307)) (-4 *3 (-172)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-4057 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-2149 (*1 *2 *2) (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-1580 (*1 *2 *2) (-12 (-4 *3 (-556)) (-4 *3 (-172)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-3540 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-641 *6)) (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-3408 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-3531 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-2443 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-564)) (-4 *3 (-172)) (-4 *5 (-373 *3)) (-4 *6 (-373 *3)) (-5 *1 (-684 *3 *5 *6 *2)) (-4 *2 (-683 *3 *5 *6)))) (-4233 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-564)) (-4 *3 (-172)) (-4 *5 (-373 *3)) (-4 *6 (-373 *3)) (-5 *1 (-684 *3 *5 *6 *2)) (-4 *2 (-683 *3 *5 *6)))) (-3075 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-564)) (-4 *4 (-172)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *1 (-684 *4 *5 *6 *2)) (-4 *2 (-683 *4 *5 *6)))) (-3508 (*1 *2 *3) (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-172)) (-5 *1 (-684 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5)))) (-2876 (*1 *2 *3) (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-172)) (-5 *1 (-684 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5)))))
+(-10 -7 (-15 -2876 (|#1| |#4|)) (-15 -3508 (|#1| |#4|)) (-15 -3075 (|#4| |#4| (-564) (-564))) (-15 -4233 (|#4| |#4| |#1| (-564) (-564))) (-15 -2443 (|#4| |#4| |#1| (-564) (-564))) (IF (|has| |#1| (-556)) (PROGN (-15 -3531 ((-768) |#4|)) (-15 -3408 ((-768) |#4|)) (-15 -3540 ((-641 |#3|) |#4|)) (-15 -1580 (|#4| |#4|)) (-15 -2149 ((-3 |#4| "failed") |#4|)) (-15 -4057 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-307)) (PROGN (-15 -3543 (|#4| |#4|)) (-15 -3196 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -1861 ((-3 |#4| "failed") |#4|)) |%noBranch|))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1463 (($ (-768) (-768)) 63)) (-1516 (($ $ $) NIL)) (-2775 (($ (-1259 |#1|)) NIL) (($ $) NIL)) (-1512 (((-112) $) NIL)) (-1990 (($ $ (-564) (-564)) 21)) (-3649 (($ $ (-564) (-564)) NIL)) (-3812 (($ $ (-564) (-564) (-564) (-564)) NIL)) (-3252 (($ $) NIL)) (-2385 (((-112) $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-1353 (($ $ (-564) (-564) $) NIL)) (-1970 ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564)) $) NIL)) (-3251 (($ $ (-564) (-1259 |#1|)) NIL)) (-3436 (($ $ (-564) (-1259 |#1|)) NIL)) (-2899 (($ (-768) |#1|) 36)) (-1778 (($) NIL T CONST)) (-3543 (($ $) 45 (|has| |#1| (-307)))) (-3751 (((-1259 |#1|) $ (-564)) NIL)) (-3531 (((-768) $) 47 (|has| |#1| (-556)))) (-2261 ((|#1| $ (-564) (-564) |#1|) 68)) (-2190 ((|#1| $ (-564) (-564)) NIL)) (-1433 (((-641 |#1|) $) NIL)) (-3408 (((-768) $) 49 (|has| |#1| (-556)))) (-3540 (((-641 (-1259 |#1|)) $) 52 (|has| |#1| (-556)))) (-1745 (((-768) $) 31)) (-3654 (($ (-768) (-768) |#1|) 27)) (-1757 (((-768) $) 32)) (-2324 (((-112) $ (-768)) NIL)) (-3508 ((|#1| $) 43 (|has| |#1| (-6 (-4408 "*"))))) (-2904 (((-564) $) 10)) (-2015 (((-564) $) 11)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2381 (((-564) $) 14)) (-2821 (((-564) $) 64)) (-4309 (($ (-641 (-641 |#1|))) NIL)) (-2250 (($ (-1 |#1| |#1|) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4217 (((-641 (-641 |#1|)) $) 75)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-1861 (((-3 $ "failed") $) 59 (|has| |#1| (-363)))) (-2435 (($ $ $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4253 (($ $ |#1|) NIL)) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-564) (-564)) NIL) ((|#1| $ (-564) (-564) |#1|) NIL) (($ $ (-641 (-564)) (-641 (-564))) NIL)) (-2088 (($ (-641 |#1|)) NIL) (($ (-641 $)) NIL) (($ (-1259 |#1|)) 69)) (-1302 (((-112) $) NIL)) (-2876 ((|#1| $) 41 (|has| |#1| (-6 (-4408 "*"))))) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-2511 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-3065 (((-1259 |#1|) $ (-564)) NIL)) (-1831 (($ (-1259 |#1|)) NIL) (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-4320 (((-112) $) NIL)) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $ $) NIL) (($ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-768)) 37) (($ $ (-564)) 61 (|has| |#1| (-363)))) (* (($ $ $) 23) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-564) $) NIL) (((-1259 |#1|) $ (-1259 |#1|)) NIL) (((-1259 |#1|) (-1259 |#1|) $) NIL)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-685 |#1|) (-13 (-683 |#1| (-1259 |#1|) (-1259 |#1|)) (-10 -8 (-15 -2088 ($ (-1259 |#1|))) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -1861 ((-3 $ "failed") $)) |%noBranch|))) (-1046)) (T -685))
+((-1861 (*1 *1 *1) (|partial| -12 (-5 *1 (-685 *2)) (-4 *2 (-363)) (-4 *2 (-1046)))) (-2088 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1046)) (-5 *1 (-685 *3)))))
+(-13 (-683 |#1| (-1259 |#1|) (-1259 |#1|)) (-10 -8 (-15 -2088 ($ (-1259 |#1|))) (IF (|has| |#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -1861 ((-3 $ "failed") $)) |%noBranch|)))
+((-2650 (((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|)) 37)) (-1912 (((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|) 34)) (-4214 (((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-768)) 43)) (-2537 (((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|)) 27)) (-1692 (((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|)) 31) (((-685 |#1|) (-685 |#1|) (-685 |#1|)) 29)) (-4054 (((-685 |#1|) (-685 |#1|) |#1| (-685 |#1|)) 33)) (-1605 (((-685 |#1|) (-685 |#1|) (-685 |#1|)) 25)) (** (((-685 |#1|) (-685 |#1|) (-768)) 46)))
+(((-686 |#1|) (-10 -7 (-15 -1605 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -2537 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -1692 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -1692 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -4054 ((-685 |#1|) (-685 |#1|) |#1| (-685 |#1|))) (-15 -1912 ((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|)) (-15 -2650 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -4214 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-768))) (-15 ** ((-685 |#1|) (-685 |#1|) (-768)))) (-1046)) (T -686))
+((** (*1 *2 *2 *3) (-12 (-5 *2 (-685 *4)) (-5 *3 (-768)) (-4 *4 (-1046)) (-5 *1 (-686 *4)))) (-4214 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-685 *4)) (-5 *3 (-768)) (-4 *4 (-1046)) (-5 *1 (-686 *4)))) (-2650 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-1912 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-4054 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-1692 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-1692 (*1 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-2537 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))) (-1605 (*1 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
+(-10 -7 (-15 -1605 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -2537 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -1692 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -1692 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -4054 ((-685 |#1|) (-685 |#1|) |#1| (-685 |#1|))) (-15 -1912 ((-685 |#1|) (-685 |#1|) (-685 |#1|) |#1|)) (-15 -2650 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -4214 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-685 |#1|) (-768))) (-15 ** ((-685 |#1|) (-685 |#1|) (-768))))
+((-2347 (((-3 |#1| "failed") $) 17)) (-2237 ((|#1| $) NIL)) (-2762 (($) 7 T CONST)) (-2813 (($ |#1|) 8)) (-1831 (($ |#1|) 15) (((-859) $) 22)) (-4378 (((-112) $ (|[\|\|]| |#1|)) 13) (((-112) $ (|[\|\|]| -2762)) 11)) (-3309 ((|#1| $) 14)))
+(((-687 |#1|) (-13 (-1254) (-1035 |#1|) (-611 (-859)) (-10 -8 (-15 -2813 ($ |#1|)) (-15 -4378 ((-112) $ (|[\|\|]| |#1|))) (-15 -4378 ((-112) $ (|[\|\|]| -2762))) (-15 -3309 (|#1| $)) (-15 -2762 ($) -1809))) (-611 (-859))) (T -687))
+((-2813 (*1 *1 *2) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859))))) (-4378 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-611 (-859))) (-5 *2 (-112)) (-5 *1 (-687 *4)))) (-4378 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2762)) (-5 *2 (-112)) (-5 *1 (-687 *4)) (-4 *4 (-611 (-859))))) (-3309 (*1 *2 *1) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859))))) (-2762 (*1 *1) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859))))))
+(-13 (-1254) (-1035 |#1|) (-611 (-859)) (-10 -8 (-15 -2813 ($ |#1|)) (-15 -4378 ((-112) $ (|[\|\|]| |#1|))) (-15 -4378 ((-112) $ (|[\|\|]| -2762))) (-15 -3309 (|#1| $)) (-15 -2762 ($) -1809)))
+((-2600 ((|#2| |#2| |#4|) 33)) (-4215 (((-685 |#2|) |#3| |#4|) 39)) (-2515 (((-685 |#2|) |#2| |#4|) 38)) (-3174 (((-1259 |#2|) |#2| |#4|) 16)) (-1651 ((|#2| |#3| |#4|) 32)) (-1597 (((-685 |#2|) |#3| |#4| (-768) (-768)) 50)) (-3630 (((-685 |#2|) |#2| |#4| (-768)) 49)))
+(((-688 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3174 ((-1259 |#2|) |#2| |#4|)) (-15 -1651 (|#2| |#3| |#4|)) (-15 -2600 (|#2| |#2| |#4|)) (-15 -2515 ((-685 |#2|) |#2| |#4|)) (-15 -3630 ((-685 |#2|) |#2| |#4| (-768))) (-15 -4215 ((-685 |#2|) |#3| |#4|)) (-15 -1597 ((-685 |#2|) |#3| |#4| (-768) (-768)))) (-1094) (-897 |#1|) (-373 |#2|) (-13 (-373 |#1|) (-10 -7 (-6 -4406)))) (T -688))
+((-1597 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-768)) (-4 *6 (-1094)) (-4 *7 (-897 *6)) (-5 *2 (-685 *7)) (-5 *1 (-688 *6 *7 *3 *4)) (-4 *3 (-373 *7)) (-4 *4 (-13 (-373 *6) (-10 -7 (-6 -4406)))))) (-4215 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-4 *6 (-897 *5)) (-5 *2 (-685 *6)) (-5 *1 (-688 *5 *6 *3 *4)) (-4 *3 (-373 *6)) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4406)))))) (-3630 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-768)) (-4 *6 (-1094)) (-4 *3 (-897 *6)) (-5 *2 (-685 *3)) (-5 *1 (-688 *6 *3 *7 *4)) (-4 *7 (-373 *3)) (-4 *4 (-13 (-373 *6) (-10 -7 (-6 -4406)))))) (-2515 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-4 *3 (-897 *5)) (-5 *2 (-685 *3)) (-5 *1 (-688 *5 *3 *6 *4)) (-4 *6 (-373 *3)) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4406)))))) (-2600 (*1 *2 *2 *3) (-12 (-4 *4 (-1094)) (-4 *2 (-897 *4)) (-5 *1 (-688 *4 *2 *5 *3)) (-4 *5 (-373 *2)) (-4 *3 (-13 (-373 *4) (-10 -7 (-6 -4406)))))) (-1651 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-4 *2 (-897 *5)) (-5 *1 (-688 *5 *2 *3 *4)) (-4 *3 (-373 *2)) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4406)))))) (-3174 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-4 *3 (-897 *5)) (-5 *2 (-1259 *3)) (-5 *1 (-688 *5 *3 *6 *4)) (-4 *6 (-373 *3)) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4406)))))))
+(-10 -7 (-15 -3174 ((-1259 |#2|) |#2| |#4|)) (-15 -1651 (|#2| |#3| |#4|)) (-15 -2600 (|#2| |#2| |#4|)) (-15 -2515 ((-685 |#2|) |#2| |#4|)) (-15 -3630 ((-685 |#2|) |#2| |#4| (-768))) (-15 -4215 ((-685 |#2|) |#3| |#4|)) (-15 -1597 ((-685 |#2|) |#3| |#4| (-768) (-768))))
+((-2203 (((-2 (|:| |num| (-685 |#1|)) (|:| |den| |#1|)) (-685 |#2|)) 20)) (-2980 ((|#1| (-685 |#2|)) 9)) (-1648 (((-685 |#1|) (-685 |#2|)) 18)))
+(((-689 |#1| |#2|) (-10 -7 (-15 -2980 (|#1| (-685 |#2|))) (-15 -1648 ((-685 |#1|) (-685 |#2|))) (-15 -2203 ((-2 (|:| |num| (-685 |#1|)) (|:| |den| |#1|)) (-685 |#2|)))) (-556) (-989 |#1|)) (T -689))
+((-2203 (*1 *2 *3) (-12 (-5 *3 (-685 *5)) (-4 *5 (-989 *4)) (-4 *4 (-556)) (-5 *2 (-2 (|:| |num| (-685 *4)) (|:| |den| *4))) (-5 *1 (-689 *4 *5)))) (-1648 (*1 *2 *3) (-12 (-5 *3 (-685 *5)) (-4 *5 (-989 *4)) (-4 *4 (-556)) (-5 *2 (-685 *4)) (-5 *1 (-689 *4 *5)))) (-2980 (*1 *2 *3) (-12 (-5 *3 (-685 *4)) (-4 *4 (-989 *2)) (-4 *2 (-556)) (-5 *1 (-689 *2 *4)))))
+(-10 -7 (-15 -2980 (|#1| (-685 |#2|))) (-15 -1648 ((-685 |#1|) (-685 |#2|))) (-15 -2203 ((-2 (|:| |num| (-685 |#1|)) (|:| |den| |#1|)) (-685 |#2|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-3390 (((-685 (-695))) NIL) (((-685 (-695)) (-1259 $)) NIL)) (-2713 (((-695) $) NIL)) (-3357 (($ $) NIL (|has| (-695) (-1194)))) (-3210 (($ $) NIL (|has| (-695) (-1194)))) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-695) (-349)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-695) (-307)) (|has| (-695) (-906))))) (-2427 (($ $) NIL (-4078 (-12 (|has| (-695) (-307)) (|has| (-695) (-906))) (|has| (-695) (-363))))) (-3399 (((-418 $) $) NIL (-4078 (-12 (|has| (-695) (-307)) (|has| (-695) (-906))) (|has| (-695) (-363))))) (-3083 (($ $) NIL (-12 (|has| (-695) (-999)) (|has| (-695) (-1194))))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-695) (-307)) (|has| (-695) (-906))))) (-3554 (((-112) $ $) NIL (|has| (-695) (-307)))) (-3267 (((-768)) NIL (|has| (-695) (-368)))) (-3330 (($ $) NIL (|has| (-695) (-1194)))) (-3187 (($ $) NIL (|has| (-695) (-1194)))) (-3384 (($ $) NIL (|has| (-695) (-1194)))) (-3233 (($ $) NIL (|has| (-695) (-1194)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-695) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-695) (-1035 (-407 (-564)))))) (-2237 (((-564) $) NIL) (((-695) $) NIL) (((-407 (-564)) $) NIL (|has| (-695) (-1035 (-407 (-564)))))) (-3624 (($ (-1259 (-695))) NIL) (($ (-1259 (-695)) (-1259 $)) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-695) (-349)))) (-1449 (($ $ $) NIL (|has| (-695) (-307)))) (-4206 (((-685 (-695)) $) NIL) (((-685 (-695)) $ (-1259 $)) NIL)) (-4050 (((-685 (-695)) (-685 $)) NIL) (((-2 (|:| -2394 (-685 (-695))) (|:| |vec| (-1259 (-695)))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-695) (-637 (-564)))) (((-685 (-564)) (-685 $)) NIL (|has| (-695) (-637 (-564))))) (-1988 (((-3 $ "failed") (-407 (-1166 (-695)))) NIL (|has| (-695) (-363))) (($ (-1166 (-695))) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3092 (((-695) $) 29)) (-2078 (((-3 (-407 (-564)) "failed") $) NIL (|has| (-695) (-545)))) (-2272 (((-112) $) NIL (|has| (-695) (-545)))) (-3036 (((-407 (-564)) $) NIL (|has| (-695) (-545)))) (-3531 (((-918)) NIL)) (-2900 (($) NIL (|has| (-695) (-368)))) (-1424 (($ $ $) NIL (|has| (-695) (-307)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| (-695) (-307)))) (-1830 (($) NIL (|has| (-695) (-349)))) (-4282 (((-112) $) NIL (|has| (-695) (-349)))) (-3340 (($ $) NIL (|has| (-695) (-349))) (($ $ (-768)) NIL (|has| (-695) (-349)))) (-1420 (((-112) $) NIL (-4078 (-12 (|has| (-695) (-307)) (|has| (-695) (-906))) (|has| (-695) (-363))))) (-2702 (((-2 (|:| |r| (-695)) (|:| |phi| (-695))) $) NIL (-12 (|has| (-695) (-1055)) (|has| (-695) (-1194))))) (-3714 (($) NIL (|has| (-695) (-1194)))) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-695) (-883 (-379)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-695) (-883 (-564))))) (-2155 (((-830 (-918)) $) NIL (|has| (-695) (-349))) (((-918) $) NIL (|has| (-695) (-349)))) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL (-12 (|has| (-695) (-999)) (|has| (-695) (-1194))))) (-3797 (((-695) $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| (-695) (-349)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-695) (-307)))) (-3774 (((-1166 (-695)) $) NIL (|has| (-695) (-363)))) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2449 (($ (-1 (-695) (-695)) $) NIL)) (-1811 (((-918) $) NIL (|has| (-695) (-368)))) (-2358 (($ $) NIL (|has| (-695) (-1194)))) (-1977 (((-1166 (-695)) $) NIL)) (-2740 (($ (-641 $)) NIL (|has| (-695) (-307))) (($ $ $) NIL (|has| (-695) (-307)))) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| (-695) (-363)))) (-2884 (($) NIL (|has| (-695) (-349)) CONST)) (-1468 (($ (-918)) NIL (|has| (-695) (-368)))) (-2774 (($) NIL)) (-3102 (((-695) $) 31)) (-2780 (((-1114) $) NIL)) (-1426 (($) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| (-695) (-307)))) (-2777 (($ (-641 $)) NIL (|has| (-695) (-307))) (($ $ $) NIL (|has| (-695) (-307)))) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| (-695) (-349)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-695) (-307)) (|has| (-695) (-906))))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-695) (-307)) (|has| (-695) (-906))))) (-3070 (((-418 $) $) NIL (-4078 (-12 (|has| (-695) (-307)) (|has| (-695) (-906))) (|has| (-695) (-363))))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-695) (-307))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| (-695) (-307)))) (-1403 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ (-695)) NIL (|has| (-695) (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-695) (-307)))) (-4326 (($ $) NIL (|has| (-695) (-1194)))) (-2633 (($ $ (-1170) (-695)) NIL (|has| (-695) (-514 (-1170) (-695)))) (($ $ (-641 (-1170)) (-641 (-695))) NIL (|has| (-695) (-514 (-1170) (-695)))) (($ $ (-641 (-294 (-695)))) NIL (|has| (-695) (-309 (-695)))) (($ $ (-294 (-695))) NIL (|has| (-695) (-309 (-695)))) (($ $ (-695) (-695)) NIL (|has| (-695) (-309 (-695)))) (($ $ (-641 (-695)) (-641 (-695))) NIL (|has| (-695) (-309 (-695))))) (-3920 (((-768) $) NIL (|has| (-695) (-307)))) (-1350 (($ $ (-695)) NIL (|has| (-695) (-286 (-695) (-695))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| (-695) (-307)))) (-3190 (((-695)) NIL) (((-695) (-1259 $)) NIL)) (-1820 (((-3 (-768) "failed") $ $) NIL (|has| (-695) (-349))) (((-768) $) NIL (|has| (-695) (-349)))) (-3534 (($ $ (-1 (-695) (-695))) NIL) (($ $ (-1 (-695) (-695)) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-1170)) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-768)) NIL (|has| (-695) (-233))) (($ $) NIL (|has| (-695) (-233)))) (-4027 (((-685 (-695)) (-1259 $) (-1 (-695) (-695))) NIL (|has| (-695) (-363)))) (-3019 (((-1166 (-695))) NIL)) (-3395 (($ $) NIL (|has| (-695) (-1194)))) (-3245 (($ $) NIL (|has| (-695) (-1194)))) (-3297 (($) NIL (|has| (-695) (-349)))) (-3371 (($ $) NIL (|has| (-695) (-1194)))) (-3221 (($ $) NIL (|has| (-695) (-1194)))) (-3344 (($ $) NIL (|has| (-695) (-1194)))) (-3199 (($ $) NIL (|has| (-695) (-1194)))) (-2467 (((-685 (-695)) (-1259 $)) NIL) (((-1259 (-695)) $) NIL) (((-685 (-695)) (-1259 $) (-1259 $)) NIL) (((-1259 (-695)) $ (-1259 $)) NIL)) (-2511 (((-536) $) NIL (|has| (-695) (-612 (-536)))) (((-169 (-225)) $) NIL (|has| (-695) (-1019))) (((-169 (-379)) $) NIL (|has| (-695) (-1019))) (((-889 (-379)) $) NIL (|has| (-695) (-612 (-889 (-379))))) (((-889 (-564)) $) NIL (|has| (-695) (-612 (-889 (-564))))) (($ (-1166 (-695))) NIL) (((-1166 (-695)) $) NIL) (($ (-1259 (-695))) NIL) (((-1259 (-695)) $) NIL)) (-3047 (($ $) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-4078 (-12 (|has| (-695) (-307)) (|has| $ (-145)) (|has| (-695) (-906))) (|has| (-695) (-349))))) (-2522 (($ (-695) (-695)) 12)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-564)) NIL) (($ (-695)) NIL) (($ (-169 (-379))) 13) (($ (-169 (-564))) 19) (($ (-169 (-695))) 28) (($ (-169 (-697))) 25) (((-169 (-379)) $) 33) (($ (-407 (-564))) NIL (-4078 (|has| (-695) (-1035 (-407 (-564)))) (|has| (-695) (-363))))) (-4018 (($ $) NIL (|has| (-695) (-349))) (((-3 $ "failed") $) NIL (-4078 (-12 (|has| (-695) (-307)) (|has| $ (-145)) (|has| (-695) (-906))) (|has| (-695) (-145))))) (-1349 (((-1166 (-695)) $) NIL)) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $)) NIL)) (-3427 (($ $) NIL (|has| (-695) (-1194)))) (-3276 (($ $) NIL (|has| (-695) (-1194)))) (-3939 (((-112) $ $) NIL)) (-3406 (($ $) NIL (|has| (-695) (-1194)))) (-3254 (($ $) NIL (|has| (-695) (-1194)))) (-3450 (($ $) NIL (|has| (-695) (-1194)))) (-3302 (($ $) NIL (|has| (-695) (-1194)))) (-2562 (((-695) $) NIL (|has| (-695) (-1194)))) (-2315 (($ $) NIL (|has| (-695) (-1194)))) (-3316 (($ $) NIL (|has| (-695) (-1194)))) (-3439 (($ $) NIL (|has| (-695) (-1194)))) (-3287 (($ $) NIL (|has| (-695) (-1194)))) (-3416 (($ $) NIL (|has| (-695) (-1194)))) (-3265 (($ $) NIL (|has| (-695) (-1194)))) (-1849 (($ $) NIL (|has| (-695) (-1055)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-1 (-695) (-695))) NIL) (($ $ (-1 (-695) (-695)) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-1170)) NIL (|has| (-695) (-897 (-1170)))) (($ $ (-768)) NIL (|has| (-695) (-233))) (($ $) NIL (|has| (-695) (-233)))) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL (|has| (-695) (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ $) NIL (|has| (-695) (-1194))) (($ $ (-407 (-564))) NIL (-12 (|has| (-695) (-999)) (|has| (-695) (-1194)))) (($ $ (-564)) NIL (|has| (-695) (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ (-695) $) NIL) (($ $ (-695)) NIL) (($ (-407 (-564)) $) NIL (|has| (-695) (-363))) (($ $ (-407 (-564))) NIL (|has| (-695) (-363)))))
+(((-690) (-13 (-387) (-166 (-695)) (-10 -8 (-15 -1831 ($ (-169 (-379)))) (-15 -1831 ($ (-169 (-564)))) (-15 -1831 ($ (-169 (-695)))) (-15 -1831 ($ (-169 (-697)))) (-15 -1831 ((-169 (-379)) $))))) (T -690))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-169 (-379))) (-5 *1 (-690)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-169 (-564))) (-5 *1 (-690)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-169 (-695))) (-5 *1 (-690)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-169 (-697))) (-5 *1 (-690)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-169 (-379))) (-5 *1 (-690)))))
+(-13 (-387) (-166 (-695)) (-10 -8 (-15 -1831 ($ (-169 (-379)))) (-15 -1831 ($ (-169 (-564)))) (-15 -1831 ($ (-169 (-695)))) (-15 -1831 ($ (-169 (-697)))) (-15 -1831 ((-169 (-379)) $))))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) 8)) (-4145 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-4341 (($ $) 62)) (-3337 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3644 (($ |#1| $) 47 (|has| $ (-6 -4406))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4406)))) (-2576 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4406)))) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 40) (($ |#1| $ (-768)) 63)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-4096 (((-641 (-2 (|:| -1389 |#1|) (|:| -2791 (-768)))) $) 61)) (-4232 (($) 49) (($ (-641 |#1|)) 48)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 50)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) 42)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-691 |#1|) (-140) (-1094)) (T -691))
-((-3573 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-691 *2)) (-4 *2 (-1094)))) (-3176 (*1 *1 *1) (-12 (-4 *1 (-691 *2)) (-4 *2 (-1094)))) (-3464 (*1 *2 *1) (-12 (-4 *1 (-691 *3)) (-4 *3 (-1094)) (-5 *2 (-641 (-2 (|:| -3096 *3) (|:| -1292 (-768))))))))
-(-13 (-235 |t#1|) (-10 -8 (-15 -3573 ($ |t#1| $ (-768))) (-15 -3176 ($ $)) (-15 -3464 ((-641 (-2 (|:| -3096 |t#1|) (|:| -1292 (-768)))) $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-235 |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-1375 (((-641 |#1|) (-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564)))) (-564)) 65)) (-1862 ((|#1| |#1| (-564)) 61)) (-3377 ((|#1| |#1| |#1| (-564)) 45)) (-4020 (((-641 |#1|) |#1| (-564)) 48)) (-2889 ((|#1| |#1| (-564) |#1| (-564)) 39)) (-4213 (((-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564)))) |#1| (-564)) 60)))
-(((-692 |#1|) (-10 -7 (-15 -3377 (|#1| |#1| |#1| (-564))) (-15 -1862 (|#1| |#1| (-564))) (-15 -4020 ((-641 |#1|) |#1| (-564))) (-15 -4213 ((-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564)))) |#1| (-564))) (-15 -1375 ((-641 |#1|) (-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564)))) (-564))) (-15 -2889 (|#1| |#1| (-564) |#1| (-564)))) (-1235 (-564))) (T -692))
-((-2889 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3)))) (-1375 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-2 (|:| -4020 *5) (|:| -4341 (-564))))) (-5 *4 (-564)) (-4 *5 (-1235 *4)) (-5 *2 (-641 *5)) (-5 *1 (-692 *5)))) (-4213 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-5 *2 (-641 (-2 (|:| -4020 *3) (|:| -4341 *4)))) (-5 *1 (-692 *3)) (-4 *3 (-1235 *4)))) (-4020 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-5 *2 (-641 *3)) (-5 *1 (-692 *3)) (-4 *3 (-1235 *4)))) (-1862 (*1 *2 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3)))) (-3377 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3)))))
-(-10 -7 (-15 -3377 (|#1| |#1| |#1| (-564))) (-15 -1862 (|#1| |#1| (-564))) (-15 -4020 ((-641 |#1|) |#1| (-564))) (-15 -4213 ((-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564)))) |#1| (-564))) (-15 -1375 ((-641 |#1|) (-641 (-2 (|:| -4020 |#1|) (|:| -4341 (-564)))) (-564))) (-15 -2889 (|#1| |#1| (-564) |#1| (-564))))
-((-2841 (((-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225))) 17)) (-1631 (((-1127 (-225)) (-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263))) 56) (((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263))) 58) (((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263))) 60)) (-1596 (((-1127 (-225)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-641 (-263))) NIL)) (-3444 (((-1127 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263))) 61)))
-(((-693) (-10 -7 (-15 -1631 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -1631 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -1631 ((-1127 (-225)) (-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -3444 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -1596 ((-1127 (-225)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -2841 ((-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))) (T -693))
-((-2841 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1 (-225) (-225) (-225) (-225))) (-5 *2 (-1 (-940 (-225)) (-225) (-225))) (-5 *1 (-693)))) (-1596 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-693)))) (-3444 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined")) (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-693)))) (-1631 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-225))) (-5 *5 (-641 (-263))) (-5 *1 (-693)))) (-1631 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-225))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-693)))) (-1631 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined")) (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-693)))))
-(-10 -7 (-15 -1631 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -1631 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -1631 ((-1127 (-225)) (-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -3444 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -1596 ((-1127 (-225)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -2841 ((-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))
-((-4020 (((-418 (-1166 |#4|)) (-1166 |#4|)) 89) (((-418 |#4|) |#4|) 269)))
-(((-694 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4020 ((-418 |#4|) |#4|)) (-15 -4020 ((-418 (-1166 |#4|)) (-1166 |#4|)))) (-847) (-790) (-349) (-946 |#3| |#2| |#1|)) (T -694))
-((-4020 (*1 *2 *3) (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-349)) (-4 *7 (-946 *6 *5 *4)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-694 *4 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-4020 (*1 *2 *3) (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-349)) (-5 *2 (-418 *3)) (-5 *1 (-694 *4 *5 *6 *3)) (-4 *3 (-946 *6 *5 *4)))))
-(-10 -7 (-15 -4020 ((-418 |#4|) |#4|)) (-15 -4020 ((-418 (-1166 |#4|)) (-1166 |#4|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 99)) (-4137 (((-564) $) 34)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3183 (($ $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-4029 (($ $) NIL)) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL)) (-1692 (($) NIL T CONST)) (-4221 (($ $) NIL)) (-2035 (((-3 (-564) "failed") $) 88) (((-3 (-407 (-564)) "failed") $) 28) (((-3 (-379) "failed") $) 85)) (-3437 (((-564) $) 90) (((-407 (-564)) $) 82) (((-379) $) 83)) (-2668 (($ $ $) 111)) (-3233 (((-3 $ "failed") $) 102)) (-2649 (($ $ $) 110)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-1765 (((-918)) 92) (((-918) (-918)) 91)) (-2955 (((-112) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL)) (-2887 (((-564) $) NIL)) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL)) (-2471 (($ $) NIL)) (-1515 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2280 (((-564) (-564)) 96) (((-564)) 97)) (-2766 (($ $ $) NIL) (($) NIL (-12 (-2819 (|has| $ (-6 -4395))) (-2819 (|has| $ (-6 -4403)))))) (-1948 (((-564) (-564)) 94) (((-564)) 95)) (-1650 (($ $ $) NIL) (($) NIL (-12 (-2819 (|has| $ (-6 -4395))) (-2819 (|has| $ (-6 -4403)))))) (-2155 (((-564) $) 17)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 106)) (-1739 (((-918) (-564)) NIL (|has| $ (-6 -4403)))) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL)) (-4037 (($ $) NIL)) (-2874 (($ (-564) (-564)) NIL) (($ (-564) (-564) (-918)) NIL)) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) 107)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2954 (((-564) $) 24)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 109)) (-4291 (((-918)) NIL) (((-918) (-918)) NIL (|has| $ (-6 -4403)))) (-2080 (((-918) (-564)) NIL (|has| $ (-6 -4403)))) (-2153 (((-379) $) NIL) (((-225) $) NIL) (((-889 (-379)) $) NIL)) (-1721 (((-859) $) 67) (($ (-564)) 78) (($ $) NIL) (($ (-407 (-564))) 81) (($ (-564)) 78) (($ (-407 (-564))) 81) (($ (-379)) 75) (((-379) $) 65) (($ (-697)) 70)) (-1303 (((-768)) 121 T CONST)) (-2292 (($ (-564) (-564) (-918)) 58)) (-2698 (($ $) NIL)) (-2584 (((-918)) NIL) (((-918) (-918)) NIL (|has| $ (-6 -4403)))) (-1540 (((-918)) 45) (((-918) (-918)) 93)) (-1720 (((-112) $ $) NIL)) (-1699 (($ $) NIL)) (-2885 (($) 37 T CONST)) (-2898 (($) 18 T CONST)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 98)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 120)) (-2983 (($ $ $) 80)) (-2970 (($ $) 117) (($ $ $) 118)) (-2956 (($ $ $) 116)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL) (($ $ (-407 (-564))) 105)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 112) (($ $ $) 103) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
-(((-695) (-13 (-404) (-387) (-363) (-1035 (-379)) (-1035 (-407 (-564))) (-147) (-10 -8 (-15 -1765 ((-918) (-918))) (-15 -1765 ((-918))) (-15 -1540 ((-918) (-918))) (-15 -1948 ((-564) (-564))) (-15 -1948 ((-564))) (-15 -2280 ((-564) (-564))) (-15 -2280 ((-564))) (-15 -1721 ((-379) $)) (-15 -1721 ($ (-697))) (-15 -2155 ((-564) $)) (-15 -2954 ((-564) $)) (-15 -2292 ($ (-564) (-564) (-918)))))) (T -695))
-((-2954 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-2155 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-1765 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695)))) (-1765 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695)))) (-1540 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695)))) (-1948 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-1948 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-2280 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-2280 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-379)) (-5 *1 (-695)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-697)) (-5 *1 (-695)))) (-2292 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-918)) (-5 *1 (-695)))))
-(-13 (-404) (-387) (-363) (-1035 (-379)) (-1035 (-407 (-564))) (-147) (-10 -8 (-15 -1765 ((-918) (-918))) (-15 -1765 ((-918))) (-15 -1540 ((-918) (-918))) (-15 -1948 ((-564) (-564))) (-15 -1948 ((-564))) (-15 -2280 ((-564) (-564))) (-15 -2280 ((-564))) (-15 -1721 ((-379) $)) (-15 -1721 ($ (-697))) (-15 -2155 ((-564) $)) (-15 -2954 ((-564) $)) (-15 -2292 ($ (-564) (-564) (-918)))))
-((-2580 (((-685 |#1|) (-685 |#1|) |#1| |#1|) 87)) (-1816 (((-685 |#1|) (-685 |#1|) |#1|) 67)) (-2239 (((-685 |#1|) (-685 |#1|) |#1|) 88)) (-4136 (((-685 |#1|) (-685 |#1|)) 68)) (-1454 (((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|) 86)))
-(((-696 |#1|) (-10 -7 (-15 -4136 ((-685 |#1|) (-685 |#1|))) (-15 -1816 ((-685 |#1|) (-685 |#1|) |#1|)) (-15 -2239 ((-685 |#1|) (-685 |#1|) |#1|)) (-15 -2580 ((-685 |#1|) (-685 |#1|) |#1| |#1|)) (-15 -1454 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|))) (-307)) (T -696))
-((-1454 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-696 *3)) (-4 *3 (-307)))) (-2580 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))) (-2239 (*1 *2 *2 *3) (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))) (-1816 (*1 *2 *2 *3) (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))) (-4136 (*1 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))))
-(-10 -7 (-15 -4136 ((-685 |#1|) (-685 |#1|))) (-15 -1816 ((-685 |#1|) (-685 |#1|) |#1|)) (-15 -2239 ((-685 |#1|) (-685 |#1|) |#1|)) (-15 -2580 ((-685 |#1|) (-685 |#1|) |#1| |#1|)) (-15 -1454 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2281 (($ $ $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2635 (($ $ $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL)) (-1673 (($ $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) 31)) (-3437 (((-564) $) 29)) (-2668 (($ $ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2242 (((-3 (-407 (-564)) "failed") $) NIL)) (-2260 (((-112) $) NIL)) (-3600 (((-407 (-564)) $) NIL)) (-3746 (($ $) NIL) (($) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-3689 (($ $ $ $) NIL)) (-2256 (($ $ $) NIL)) (-2955 (((-112) $) NIL)) (-2250 (($ $ $) NIL)) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL)) (-3282 (((-112) $) NIL)) (-2400 (((-112) $) NIL)) (-1516 (((-3 $ "failed") $) NIL)) (-1515 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4337 (($ $ $ $) NIL)) (-2766 (($ $ $) NIL)) (-4148 (((-918) (-918)) 10) (((-918)) 9)) (-1650 (($ $ $) NIL)) (-3845 (($ $) NIL)) (-2088 (($ $) NIL)) (-3340 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-3185 (($ $ $) NIL)) (-2558 (($) NIL T CONST)) (-3515 (($ $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ (-641 $)) NIL) (($ $ $) NIL)) (-3867 (($ $) NIL)) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2000 (((-112) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $) NIL) (($ $ (-768)) NIL)) (-1443 (($ $) NIL)) (-1892 (($ $) NIL)) (-2153 (((-225) $) NIL) (((-379) $) NIL) (((-889 (-564)) $) NIL) (((-536) $) NIL) (((-564) $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) 28) (($ $) NIL) (($ (-564)) 28) (((-316 $) (-316 (-564))) 18)) (-1303 (((-768)) NIL T CONST)) (-1571 (((-112) $ $) NIL)) (-3483 (($ $ $) NIL)) (-1540 (($) NIL)) (-1720 (((-112) $ $) NIL)) (-2190 (($ $ $ $) NIL)) (-1699 (($ $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $) NIL) (($ $ (-768)) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL)))
-(((-697) (-13 (-387) (-545) (-10 -8 (-15 -4148 ((-918) (-918))) (-15 -4148 ((-918))) (-15 -1721 ((-316 $) (-316 (-564))))))) (T -697))
-((-4148 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-697)))) (-4148 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-697)))) (-1721 (*1 *2 *3) (-12 (-5 *3 (-316 (-564))) (-5 *2 (-316 (-697))) (-5 *1 (-697)))))
-(-13 (-387) (-545) (-10 -8 (-15 -4148 ((-918) (-918))) (-15 -4148 ((-918))) (-15 -1721 ((-316 $) (-316 (-564))))))
-((-3336 (((-1 |#4| |#2| |#3|) |#1| (-1170) (-1170)) 19)) (-3970 (((-1 |#4| |#2| |#3|) (-1170)) 12)))
-(((-698 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3970 ((-1 |#4| |#2| |#3|) (-1170))) (-15 -3336 ((-1 |#4| |#2| |#3|) |#1| (-1170) (-1170)))) (-612 (-536)) (-1209) (-1209) (-1209)) (T -698))
-((-3336 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1170)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-698 *3 *5 *6 *7)) (-4 *3 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)) (-4 *7 (-1209)))) (-3970 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-698 *4 *5 *6 *7)) (-4 *4 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)) (-4 *7 (-1209)))))
-(-10 -7 (-15 -3970 ((-1 |#4| |#2| |#3|) (-1170))) (-15 -3336 ((-1 |#4| |#2| |#3|) |#1| (-1170) (-1170))))
-((-1709 (((-112) $ $) NIL)) (-1350 (((-1264) $ (-768)) 14)) (-1317 (((-768) $) 12)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 18) (($ |#1|) 24) ((|#1| $) 15)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 28)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 27)))
+((-2783 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-691 *2)) (-4 *2 (-1094)))) (-4341 (*1 *1 *1) (-12 (-4 *1 (-691 *2)) (-4 *2 (-1094)))) (-4096 (*1 *2 *1) (-12 (-4 *1 (-691 *3)) (-4 *3 (-1094)) (-5 *2 (-641 (-2 (|:| -1389 *3) (|:| -2791 (-768))))))))
+(-13 (-235 |t#1|) (-10 -8 (-15 -2783 ($ |t#1| $ (-768))) (-15 -4341 ($ $)) (-15 -4096 ((-641 (-2 (|:| -1389 |t#1|) (|:| -2791 (-768)))) $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-235 |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-1843 (((-641 |#1|) (-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564)))) (-564)) 65)) (-2714 ((|#1| |#1| (-564)) 61)) (-2777 ((|#1| |#1| |#1| (-564)) 45)) (-3070 (((-641 |#1|) |#1| (-564)) 48)) (-2173 ((|#1| |#1| (-564) |#1| (-564)) 39)) (-2944 (((-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564)))) |#1| (-564)) 60)))
+(((-692 |#1|) (-10 -7 (-15 -2777 (|#1| |#1| |#1| (-564))) (-15 -2714 (|#1| |#1| (-564))) (-15 -3070 ((-641 |#1|) |#1| (-564))) (-15 -2944 ((-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564)))) |#1| (-564))) (-15 -1843 ((-641 |#1|) (-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564)))) (-564))) (-15 -2173 (|#1| |#1| (-564) |#1| (-564)))) (-1235 (-564))) (T -692))
+((-2173 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3)))) (-1843 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-2 (|:| -3070 *5) (|:| -1619 (-564))))) (-5 *4 (-564)) (-4 *5 (-1235 *4)) (-5 *2 (-641 *5)) (-5 *1 (-692 *5)))) (-2944 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-5 *2 (-641 (-2 (|:| -3070 *3) (|:| -1619 *4)))) (-5 *1 (-692 *3)) (-4 *3 (-1235 *4)))) (-3070 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-5 *2 (-641 *3)) (-5 *1 (-692 *3)) (-4 *3 (-1235 *4)))) (-2714 (*1 *2 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3)))) (-2777 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3)))))
+(-10 -7 (-15 -2777 (|#1| |#1| |#1| (-564))) (-15 -2714 (|#1| |#1| (-564))) (-15 -3070 ((-641 |#1|) |#1| (-564))) (-15 -2944 ((-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564)))) |#1| (-564))) (-15 -1843 ((-641 |#1|) (-641 (-2 (|:| -3070 |#1|) (|:| -1619 (-564)))) (-564))) (-15 -2173 (|#1| |#1| (-564) |#1| (-564))))
+((-2970 (((-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225))) 17)) (-4344 (((-1127 (-225)) (-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263))) 56) (((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263))) 58) (((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263))) 60)) (-2141 (((-1127 (-225)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-641 (-263))) NIL)) (-3901 (((-1127 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263))) 61)))
+(((-693) (-10 -7 (-15 -4344 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -4344 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -4344 ((-1127 (-225)) (-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -3901 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -2141 ((-1127 (-225)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -2970 ((-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))) (T -693))
+((-2970 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1 (-225) (-225) (-225) (-225))) (-5 *2 (-1 (-940 (-225)) (-225) (-225))) (-5 *1 (-693)))) (-2141 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-693)))) (-3901 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined")) (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-693)))) (-4344 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-225))) (-5 *5 (-641 (-263))) (-5 *1 (-693)))) (-4344 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-225))) (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-693)))) (-4344 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined")) (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-693)))))
+(-10 -7 (-15 -4344 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -4344 ((-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -4344 ((-1127 (-225)) (-1127 (-225)) (-1 (-940 (-225)) (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -3901 ((-1127 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1088 (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -2141 ((-1127 (-225)) (-316 (-564)) (-316 (-564)) (-316 (-564)) (-1 (-225) (-225)) (-1088 (-225)) (-641 (-263)))) (-15 -2970 ((-1 (-940 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))
+((-3070 (((-418 (-1166 |#4|)) (-1166 |#4|)) 89) (((-418 |#4|) |#4|) 269)))
+(((-694 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3070 ((-418 |#4|) |#4|)) (-15 -3070 ((-418 (-1166 |#4|)) (-1166 |#4|)))) (-847) (-790) (-349) (-946 |#3| |#2| |#1|)) (T -694))
+((-3070 (*1 *2 *3) (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-349)) (-4 *7 (-946 *6 *5 *4)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-694 *4 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-3070 (*1 *2 *3) (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-349)) (-5 *2 (-418 *3)) (-5 *1 (-694 *4 *5 *6 *3)) (-4 *3 (-946 *6 *5 *4)))))
+(-10 -7 (-15 -3070 ((-418 |#4|) |#4|)) (-15 -3070 ((-418 (-1166 |#4|)) (-1166 |#4|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 99)) (-3423 (((-564) $) 34)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-3220 (($ $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3083 (($ $) NIL)) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL)) (-1778 (($) NIL T CONST)) (-3015 (($ $) NIL)) (-2347 (((-3 (-564) "failed") $) 88) (((-3 (-407 (-564)) "failed") $) 28) (((-3 (-379) "failed") $) 85)) (-2237 (((-564) $) 90) (((-407 (-564)) $) 82) (((-379) $) 83)) (-1449 (($ $ $) 111)) (-3733 (((-3 $ "failed") $) 102)) (-1424 (($ $ $) 110)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-4292 (((-918)) 92) (((-918) (-918)) 91)) (-1569 (((-112) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL)) (-2155 (((-564) $) NIL)) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL)) (-3797 (($ $) NIL)) (-2607 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2476 (((-564) (-564)) 96) (((-564)) 97)) (-1925 (($ $ $) NIL) (($) NIL (-12 (-4338 (|has| $ (-6 -4389))) (-4338 (|has| $ (-6 -4397)))))) (-2196 (((-564) (-564)) 94) (((-564)) 95)) (-3375 (($ $ $) NIL) (($) NIL (-12 (-4338 (|has| $ (-6 -4389))) (-4338 (|has| $ (-6 -4397)))))) (-2935 (((-564) $) 17)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 106)) (-4094 (((-918) (-564)) NIL (|has| $ (-6 -4397)))) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL)) (-1818 (($ $) NIL)) (-2293 (($ (-564) (-564)) NIL) (($ (-564) (-564) (-918)) NIL)) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) 107)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1558 (((-564) $) 24)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 109)) (-2422 (((-918)) NIL) (((-918) (-918)) NIL (|has| $ (-6 -4397)))) (-4169 (((-918) (-564)) NIL (|has| $ (-6 -4397)))) (-2511 (((-379) $) NIL) (((-225) $) NIL) (((-889 (-379)) $) NIL)) (-1831 (((-859) $) 67) (($ (-564)) 78) (($ $) NIL) (($ (-407 (-564))) 81) (($ (-564)) 78) (($ (-407 (-564))) 81) (($ (-379)) 75) (((-379) $) 65) (($ (-697)) 70)) (-2219 (((-768)) 121 T CONST)) (-1339 (($ (-564) (-564) (-918)) 58)) (-4150 (($ $) NIL)) (-2432 (((-918)) NIL) (((-918) (-918)) NIL (|has| $ (-6 -4397)))) (-3655 (((-918)) 45) (((-918) (-918)) 93)) (-3939 (((-112) $ $) NIL)) (-1849 (($ $) NIL)) (-1293 (($) 37 T CONST)) (-1300 (($) 18 T CONST)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 98)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 120)) (-1823 (($ $ $) 80)) (-1808 (($ $) 117) (($ $ $) 118)) (-1797 (($ $ $) 116)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL) (($ $ (-407 (-564))) 105)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 112) (($ $ $) 103) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
+(((-695) (-13 (-404) (-387) (-363) (-1035 (-379)) (-1035 (-407 (-564))) (-147) (-10 -8 (-15 -4292 ((-918) (-918))) (-15 -4292 ((-918))) (-15 -3655 ((-918) (-918))) (-15 -2196 ((-564) (-564))) (-15 -2196 ((-564))) (-15 -2476 ((-564) (-564))) (-15 -2476 ((-564))) (-15 -1831 ((-379) $)) (-15 -1831 ($ (-697))) (-15 -2935 ((-564) $)) (-15 -1558 ((-564) $)) (-15 -1339 ($ (-564) (-564) (-918)))))) (T -695))
+((-1558 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-2935 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-4292 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695)))) (-4292 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695)))) (-3655 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695)))) (-2196 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-2196 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-2476 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-2476 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-379)) (-5 *1 (-695)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-697)) (-5 *1 (-695)))) (-1339 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-918)) (-5 *1 (-695)))))
+(-13 (-404) (-387) (-363) (-1035 (-379)) (-1035 (-407 (-564))) (-147) (-10 -8 (-15 -4292 ((-918) (-918))) (-15 -4292 ((-918))) (-15 -3655 ((-918) (-918))) (-15 -2196 ((-564) (-564))) (-15 -2196 ((-564))) (-15 -2476 ((-564) (-564))) (-15 -2476 ((-564))) (-15 -1831 ((-379) $)) (-15 -1831 ($ (-697))) (-15 -2935 ((-564) $)) (-15 -1558 ((-564) $)) (-15 -1339 ($ (-564) (-564) (-918)))))
+((-2379 (((-685 |#1|) (-685 |#1|) |#1| |#1|) 87)) (-3543 (((-685 |#1|) (-685 |#1|) |#1|) 67)) (-2046 (((-685 |#1|) (-685 |#1|) |#1|) 88)) (-3412 (((-685 |#1|) (-685 |#1|)) 68)) (-3196 (((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|) 86)))
+(((-696 |#1|) (-10 -7 (-15 -3412 ((-685 |#1|) (-685 |#1|))) (-15 -3543 ((-685 |#1|) (-685 |#1|) |#1|)) (-15 -2046 ((-685 |#1|) (-685 |#1|) |#1|)) (-15 -2379 ((-685 |#1|) (-685 |#1|) |#1| |#1|)) (-15 -3196 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|))) (-307)) (T -696))
+((-3196 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-696 *3)) (-4 *3 (-307)))) (-2379 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))) (-2046 (*1 *2 *2 *3) (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))) (-3543 (*1 *2 *2 *3) (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))) (-3412 (*1 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))))
+(-10 -7 (-15 -3412 ((-685 |#1|) (-685 |#1|))) (-15 -3543 ((-685 |#1|) (-685 |#1|) |#1|)) (-15 -2046 ((-685 |#1|) (-685 |#1|) |#1|)) (-15 -2379 ((-685 |#1|) (-685 |#1|) |#1| |#1|)) (-15 -3196 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-2487 (($ $ $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1689 (($ $ $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL)) (-1815 (($ $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) 31)) (-2237 (((-564) $) 29)) (-1449 (($ $ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2078 (((-3 (-407 (-564)) "failed") $) NIL)) (-2272 (((-112) $) NIL)) (-3036 (((-407 (-564)) $) NIL)) (-2900 (($ $) NIL) (($) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1447 (($ $ $ $) NIL)) (-2227 (($ $ $) NIL)) (-1569 (((-112) $) NIL)) (-2163 (($ $ $) NIL)) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL)) (-2949 (((-112) $) NIL)) (-4301 (((-112) $) NIL)) (-2619 (((-3 $ "failed") $) NIL)) (-2607 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1584 (($ $ $ $) NIL)) (-1925 (($ $ $) NIL)) (-3535 (((-918) (-918)) 10) (((-918)) 9)) (-3375 (($ $ $) NIL)) (-1781 (($ $) NIL)) (-1502 (($ $) NIL)) (-2740 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-3244 (($ $ $) NIL)) (-2884 (($) NIL T CONST)) (-3900 (($ $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ (-641 $)) NIL) (($ $ $) NIL)) (-3839 (($ $) NIL)) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1492 (((-112) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $) NIL) (($ $ (-768)) NIL)) (-3656 (($ $) NIL)) (-1991 (($ $) NIL)) (-2511 (((-225) $) NIL) (((-379) $) NIL) (((-889 (-564)) $) NIL) (((-536) $) NIL) (((-564) $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) 28) (($ $) NIL) (($ (-564)) 28) (((-316 $) (-316 (-564))) 18)) (-2219 (((-768)) NIL T CONST)) (-1935 (((-112) $ $) NIL)) (-4254 (($ $ $) NIL)) (-3655 (($) NIL)) (-3939 (((-112) $ $) NIL)) (-2807 (($ $ $ $) NIL)) (-1849 (($ $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $) NIL) (($ $ (-768)) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL)))
+(((-697) (-13 (-387) (-545) (-10 -8 (-15 -3535 ((-918) (-918))) (-15 -3535 ((-918))) (-15 -1831 ((-316 $) (-316 (-564))))))) (T -697))
+((-3535 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-697)))) (-3535 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-697)))) (-1831 (*1 *2 *3) (-12 (-5 *3 (-316 (-564))) (-5 *2 (-316 (-697))) (-5 *1 (-697)))))
+(-13 (-387) (-545) (-10 -8 (-15 -3535 ((-918) (-918))) (-15 -3535 ((-918))) (-15 -1831 ((-316 $) (-316 (-564))))))
+((-2216 (((-1 |#4| |#2| |#3|) |#1| (-1170) (-1170)) 19)) (-2363 (((-1 |#4| |#2| |#3|) (-1170)) 12)))
+(((-698 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2363 ((-1 |#4| |#2| |#3|) (-1170))) (-15 -2216 ((-1 |#4| |#2| |#3|) |#1| (-1170) (-1170)))) (-612 (-536)) (-1209) (-1209) (-1209)) (T -698))
+((-2216 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1170)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-698 *3 *5 *6 *7)) (-4 *3 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)) (-4 *7 (-1209)))) (-2363 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-698 *4 *5 *6 *7)) (-4 *4 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)) (-4 *7 (-1209)))))
+(-10 -7 (-15 -2363 ((-1 |#4| |#2| |#3|) (-1170))) (-15 -2216 ((-1 |#4| |#2| |#3|) |#1| (-1170) (-1170))))
+((-1817 (((-112) $ $) NIL)) (-2919 (((-1264) $ (-768)) 14)) (-3360 (((-768) $) 12)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 18) (($ |#1|) 24) ((|#1| $) 15)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 28)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 27)))
(((-699 |#1|) (-13 (-132) (-490 |#1|)) (-1094)) (T -699))
NIL
(-13 (-132) (-490 |#1|))
-((-2196 (((-1 (-225) (-225) (-225)) |#1| (-1170) (-1170)) 36) (((-1 (-225) (-225)) |#1| (-1170)) 41)))
-(((-700 |#1|) (-10 -7 (-15 -2196 ((-1 (-225) (-225)) |#1| (-1170))) (-15 -2196 ((-1 (-225) (-225) (-225)) |#1| (-1170) (-1170)))) (-612 (-536))) (T -700))
-((-2196 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1170)) (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-700 *3)) (-4 *3 (-612 (-536))))) (-2196 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-5 *2 (-1 (-225) (-225))) (-5 *1 (-700 *3)) (-4 *3 (-612 (-536))))))
-(-10 -7 (-15 -2196 ((-1 (-225) (-225)) |#1| (-1170))) (-15 -2196 ((-1 (-225) (-225) (-225)) |#1| (-1170) (-1170))))
-((-3202 (((-1170) |#1| (-1170) (-641 (-1170))) 10) (((-1170) |#1| (-1170) (-1170) (-1170)) 13) (((-1170) |#1| (-1170) (-1170)) 12) (((-1170) |#1| (-1170)) 11)))
-(((-701 |#1|) (-10 -7 (-15 -3202 ((-1170) |#1| (-1170))) (-15 -3202 ((-1170) |#1| (-1170) (-1170))) (-15 -3202 ((-1170) |#1| (-1170) (-1170) (-1170))) (-15 -3202 ((-1170) |#1| (-1170) (-641 (-1170))))) (-612 (-536))) (T -701))
-((-3202 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-641 (-1170))) (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536))))) (-3202 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536))))) (-3202 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536))))) (-3202 (*1 *2 *3 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536))))))
-(-10 -7 (-15 -3202 ((-1170) |#1| (-1170))) (-15 -3202 ((-1170) |#1| (-1170) (-1170))) (-15 -3202 ((-1170) |#1| (-1170) (-1170) (-1170))) (-15 -3202 ((-1170) |#1| (-1170) (-641 (-1170)))))
-((-3413 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9)))
-(((-702 |#1| |#2|) (-10 -7 (-15 -3413 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1209) (-1209)) (T -702))
-((-3413 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-702 *3 *4)) (-4 *3 (-1209)) (-4 *4 (-1209)))))
-(-10 -7 (-15 -3413 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
-((-3415 (((-1 |#3| |#2|) (-1170)) 11)) (-3336 (((-1 |#3| |#2|) |#1| (-1170)) 21)))
-(((-703 |#1| |#2| |#3|) (-10 -7 (-15 -3415 ((-1 |#3| |#2|) (-1170))) (-15 -3336 ((-1 |#3| |#2|) |#1| (-1170)))) (-612 (-536)) (-1209) (-1209)) (T -703))
-((-3336 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-5 *2 (-1 *6 *5)) (-5 *1 (-703 *3 *5 *6)) (-4 *3 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)))) (-3415 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1 *6 *5)) (-5 *1 (-703 *4 *5 *6)) (-4 *4 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)))))
-(-10 -7 (-15 -3415 ((-1 |#3| |#2|) (-1170))) (-15 -3336 ((-1 |#3| |#2|) |#1| (-1170))))
-((-2626 (((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#4|)) (-641 |#3|) (-641 |#4|) (-641 (-641 (-2 (|:| -2538 (-768)) (|:| |pcoef| |#4|)))) (-641 (-768)) (-1259 (-641 (-1166 |#3|))) |#3|) 94)) (-3568 (((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#3|)) (-641 |#3|) (-641 |#4|) (-641 (-768)) |#3|) 112)) (-3190 (((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 |#3|) (-641 (-768)) (-641 (-1166 |#4|)) (-1259 (-641 (-1166 |#3|))) |#3|) 47)))
-(((-704 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3190 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 |#3|) (-641 (-768)) (-641 (-1166 |#4|)) (-1259 (-641 (-1166 |#3|))) |#3|)) (-15 -3568 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#3|)) (-641 |#3|) (-641 |#4|) (-641 (-768)) |#3|)) (-15 -2626 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#4|)) (-641 |#3|) (-641 |#4|) (-641 (-641 (-2 (|:| -2538 (-768)) (|:| |pcoef| |#4|)))) (-641 (-768)) (-1259 (-641 (-1166 |#3|))) |#3|))) (-790) (-847) (-307) (-946 |#3| |#1| |#2|)) (T -704))
-((-2626 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-641 (-1166 *13))) (-5 *3 (-1166 *13)) (-5 *4 (-641 *12)) (-5 *5 (-641 *10)) (-5 *6 (-641 *13)) (-5 *7 (-641 (-641 (-2 (|:| -2538 (-768)) (|:| |pcoef| *13))))) (-5 *8 (-641 (-768))) (-5 *9 (-1259 (-641 (-1166 *10)))) (-4 *12 (-847)) (-4 *10 (-307)) (-4 *13 (-946 *10 *11 *12)) (-4 *11 (-790)) (-5 *1 (-704 *11 *12 *10 *13)))) (-3568 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-641 *11)) (-5 *5 (-641 (-1166 *9))) (-5 *6 (-641 *9)) (-5 *7 (-641 *12)) (-5 *8 (-641 (-768))) (-4 *11 (-847)) (-4 *9 (-307)) (-4 *12 (-946 *9 *10 *11)) (-4 *10 (-790)) (-5 *2 (-641 (-1166 *12))) (-5 *1 (-704 *10 *11 *9 *12)) (-5 *3 (-1166 *12)))) (-3190 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-641 (-1166 *11))) (-5 *3 (-1166 *11)) (-5 *4 (-641 *10)) (-5 *5 (-641 *8)) (-5 *6 (-641 (-768))) (-5 *7 (-1259 (-641 (-1166 *8)))) (-4 *10 (-847)) (-4 *8 (-307)) (-4 *11 (-946 *8 *9 *10)) (-4 *9 (-790)) (-5 *1 (-704 *9 *10 *8 *11)))))
-(-10 -7 (-15 -3190 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 |#3|) (-641 (-768)) (-641 (-1166 |#4|)) (-1259 (-641 (-1166 |#3|))) |#3|)) (-15 -3568 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#3|)) (-641 |#3|) (-641 |#4|) (-641 (-768)) |#3|)) (-15 -2626 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#4|)) (-641 |#3|) (-641 |#4|) (-641 (-641 (-2 (|:| -2538 (-768)) (|:| |pcoef| |#4|)))) (-641 (-768)) (-1259 (-641 (-1166 |#3|))) |#3|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-4316 (($ $) 42)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-4132 (($ |#1| (-768)) 40)) (-1696 (((-768) $) 44)) (-4292 ((|#1| $) 43)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4341 (((-768) $) 45)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 39 (|has| |#1| (-172)))) (-1346 ((|#1| $ (-768)) 41)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 47) (($ |#1| $) 46)))
+((-2867 (((-1 (-225) (-225) (-225)) |#1| (-1170) (-1170)) 36) (((-1 (-225) (-225)) |#1| (-1170)) 41)))
+(((-700 |#1|) (-10 -7 (-15 -2867 ((-1 (-225) (-225)) |#1| (-1170))) (-15 -2867 ((-1 (-225) (-225) (-225)) |#1| (-1170) (-1170)))) (-612 (-536))) (T -700))
+((-2867 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1170)) (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-700 *3)) (-4 *3 (-612 (-536))))) (-2867 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-5 *2 (-1 (-225) (-225))) (-5 *1 (-700 *3)) (-4 *3 (-612 (-536))))))
+(-10 -7 (-15 -2867 ((-1 (-225) (-225)) |#1| (-1170))) (-15 -2867 ((-1 (-225) (-225) (-225)) |#1| (-1170) (-1170))))
+((-2609 (((-1170) |#1| (-1170) (-641 (-1170))) 10) (((-1170) |#1| (-1170) (-1170) (-1170)) 13) (((-1170) |#1| (-1170) (-1170)) 12) (((-1170) |#1| (-1170)) 11)))
+(((-701 |#1|) (-10 -7 (-15 -2609 ((-1170) |#1| (-1170))) (-15 -2609 ((-1170) |#1| (-1170) (-1170))) (-15 -2609 ((-1170) |#1| (-1170) (-1170) (-1170))) (-15 -2609 ((-1170) |#1| (-1170) (-641 (-1170))))) (-612 (-536))) (T -701))
+((-2609 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-641 (-1170))) (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536))))) (-2609 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536))))) (-2609 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536))))) (-2609 (*1 *2 *3 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536))))))
+(-10 -7 (-15 -2609 ((-1170) |#1| (-1170))) (-15 -2609 ((-1170) |#1| (-1170) (-1170))) (-15 -2609 ((-1170) |#1| (-1170) (-1170) (-1170))) (-15 -2609 ((-1170) |#1| (-1170) (-641 (-1170)))))
+((-3809 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9)))
+(((-702 |#1| |#2|) (-10 -7 (-15 -3809 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1209) (-1209)) (T -702))
+((-3809 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-702 *3 *4)) (-4 *3 (-1209)) (-4 *4 (-1209)))))
+(-10 -7 (-15 -3809 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
+((-1706 (((-1 |#3| |#2|) (-1170)) 11)) (-2216 (((-1 |#3| |#2|) |#1| (-1170)) 21)))
+(((-703 |#1| |#2| |#3|) (-10 -7 (-15 -1706 ((-1 |#3| |#2|) (-1170))) (-15 -2216 ((-1 |#3| |#2|) |#1| (-1170)))) (-612 (-536)) (-1209) (-1209)) (T -703))
+((-2216 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-5 *2 (-1 *6 *5)) (-5 *1 (-703 *3 *5 *6)) (-4 *3 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)))) (-1706 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1 *6 *5)) (-5 *1 (-703 *4 *5 *6)) (-4 *4 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)))))
+(-10 -7 (-15 -1706 ((-1 |#3| |#2|) (-1170))) (-15 -2216 ((-1 |#3| |#2|) |#1| (-1170))))
+((-1617 (((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#4|)) (-641 |#3|) (-641 |#4|) (-641 (-641 (-2 (|:| -3192 (-768)) (|:| |pcoef| |#4|)))) (-641 (-768)) (-1259 (-641 (-1166 |#3|))) |#3|) 94)) (-2725 (((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#3|)) (-641 |#3|) (-641 |#4|) (-641 (-768)) |#3|) 112)) (-3285 (((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 |#3|) (-641 (-768)) (-641 (-1166 |#4|)) (-1259 (-641 (-1166 |#3|))) |#3|) 47)))
+(((-704 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3285 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 |#3|) (-641 (-768)) (-641 (-1166 |#4|)) (-1259 (-641 (-1166 |#3|))) |#3|)) (-15 -2725 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#3|)) (-641 |#3|) (-641 |#4|) (-641 (-768)) |#3|)) (-15 -1617 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#4|)) (-641 |#3|) (-641 |#4|) (-641 (-641 (-2 (|:| -3192 (-768)) (|:| |pcoef| |#4|)))) (-641 (-768)) (-1259 (-641 (-1166 |#3|))) |#3|))) (-790) (-847) (-307) (-946 |#3| |#1| |#2|)) (T -704))
+((-1617 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-641 (-1166 *13))) (-5 *3 (-1166 *13)) (-5 *4 (-641 *12)) (-5 *5 (-641 *10)) (-5 *6 (-641 *13)) (-5 *7 (-641 (-641 (-2 (|:| -3192 (-768)) (|:| |pcoef| *13))))) (-5 *8 (-641 (-768))) (-5 *9 (-1259 (-641 (-1166 *10)))) (-4 *12 (-847)) (-4 *10 (-307)) (-4 *13 (-946 *10 *11 *12)) (-4 *11 (-790)) (-5 *1 (-704 *11 *12 *10 *13)))) (-2725 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-641 *11)) (-5 *5 (-641 (-1166 *9))) (-5 *6 (-641 *9)) (-5 *7 (-641 *12)) (-5 *8 (-641 (-768))) (-4 *11 (-847)) (-4 *9 (-307)) (-4 *12 (-946 *9 *10 *11)) (-4 *10 (-790)) (-5 *2 (-641 (-1166 *12))) (-5 *1 (-704 *10 *11 *9 *12)) (-5 *3 (-1166 *12)))) (-3285 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-641 (-1166 *11))) (-5 *3 (-1166 *11)) (-5 *4 (-641 *10)) (-5 *5 (-641 *8)) (-5 *6 (-641 (-768))) (-5 *7 (-1259 (-641 (-1166 *8)))) (-4 *10 (-847)) (-4 *8 (-307)) (-4 *11 (-946 *8 *9 *10)) (-4 *9 (-790)) (-5 *1 (-704 *9 *10 *8 *11)))))
+(-10 -7 (-15 -3285 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 |#3|) (-641 (-768)) (-641 (-1166 |#4|)) (-1259 (-641 (-1166 |#3|))) |#3|)) (-15 -2725 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#3|)) (-641 |#3|) (-641 |#4|) (-641 (-768)) |#3|)) (-15 -1617 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-641 |#2|) (-641 (-1166 |#4|)) (-641 |#3|) (-641 |#4|) (-641 (-641 (-2 (|:| -3192 (-768)) (|:| |pcoef| |#4|)))) (-641 (-768)) (-1259 (-641 (-1166 |#3|))) |#3|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3396 (($ $) 42)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-3186 (($ |#1| (-768)) 40)) (-1826 (((-768) $) 44)) (-3370 ((|#1| $) 43)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1619 (((-768) $) 45)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 39 (|has| |#1| (-172)))) (-2742 ((|#1| $ (-768)) 41)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 47) (($ |#1| $) 46)))
(((-705 |#1|) (-140) (-1046)) (T -705))
-((-4341 (*1 *2 *1) (-12 (-4 *1 (-705 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-1696 (*1 *2 *1) (-12 (-4 *1 (-705 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-4292 (*1 *2 *1) (-12 (-4 *1 (-705 *2)) (-4 *2 (-1046)))) (-4316 (*1 *1 *1) (-12 (-4 *1 (-705 *2)) (-4 *2 (-1046)))) (-1346 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-705 *2)) (-4 *2 (-1046)))) (-4132 (*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-705 *2)) (-4 *2 (-1046)))))
-(-13 (-1046) (-111 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -4341 ((-768) $)) (-15 -1696 ((-768) $)) (-15 -4292 (|t#1| $)) (-15 -4316 ($ $)) (-15 -1346 (|t#1| $ (-768))) (-15 -4132 ($ |t#1| (-768)))))
+((-1619 (*1 *2 *1) (-12 (-4 *1 (-705 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-1826 (*1 *2 *1) (-12 (-4 *1 (-705 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-3370 (*1 *2 *1) (-12 (-4 *1 (-705 *2)) (-4 *2 (-1046)))) (-3396 (*1 *1 *1) (-12 (-4 *1 (-705 *2)) (-4 *2 (-1046)))) (-2742 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-705 *2)) (-4 *2 (-1046)))) (-3186 (*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-705 *2)) (-4 *2 (-1046)))))
+(-13 (-1046) (-111 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -1619 ((-768) $)) (-15 -1826 ((-768) $)) (-15 -3370 (|t#1| $)) (-15 -3396 ($ $)) (-15 -2742 (|t#1| $ (-768))) (-15 -3186 ($ |t#1| (-768)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-172)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 |#1|) |has| |#1| (-172)) ((-723) . T) ((-1052 |#1|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2110 ((|#6| (-1 |#4| |#1|) |#3|) 23)))
-(((-706 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2110 (|#6| (-1 |#4| |#1|) |#3|))) (-556) (-1235 |#1|) (-1235 (-407 |#2|)) (-556) (-1235 |#4|) (-1235 (-407 |#5|))) (T -706))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-556)) (-4 *7 (-556)) (-4 *6 (-1235 *5)) (-4 *2 (-1235 (-407 *8))) (-5 *1 (-706 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1235 (-407 *6))) (-4 *8 (-1235 *7)))))
-(-10 -7 (-15 -2110 (|#6| (-1 |#4| |#1|) |#3|)))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2438 (((-1152) (-859)) 39)) (-2170 (((-1264) (-1152)) 32)) (-2833 (((-1152) (-859)) 28)) (-3166 (((-1152) (-859)) 29)) (-1721 (((-859) $) NIL) (((-1152) (-859)) 27)) (-2853 (((-112) $ $) NIL)))
-(((-707) (-13 (-1094) (-10 -7 (-15 -1721 ((-1152) (-859))) (-15 -2833 ((-1152) (-859))) (-15 -3166 ((-1152) (-859))) (-15 -2438 ((-1152) (-859))) (-15 -2170 ((-1264) (-1152)))))) (T -707))
-((-1721 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))) (-2833 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))) (-3166 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))) (-2438 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))) (-2170 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-707)))))
-(-13 (-1094) (-10 -7 (-15 -1721 ((-1152) (-859))) (-15 -2833 ((-1152) (-859))) (-15 -3166 ((-1152) (-859))) (-15 -2438 ((-1152) (-859))) (-15 -2170 ((-1264) (-1152)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-2668 (($ $ $) NIL)) (-3658 (($ |#1| |#2|) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-3282 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4347 ((|#2| $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4175 (((-3 $ "failed") $ $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) ((|#1| $) NIL)) (-1303 (((-768)) NIL T CONST)) (-1720 (((-112) $ $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
-(((-708 |#1| |#2| |#3| |#4| |#5|) (-13 (-363) (-10 -8 (-15 -4347 (|#2| $)) (-15 -1721 (|#1| $)) (-15 -3658 ($ |#1| |#2|)) (-15 -4175 ((-3 $ "failed") $ $)))) (-172) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -708))
-((-4347 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-708 *3 *2 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-1721 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-708 *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)))) (-3658 (*1 *1 *2 *3) (-12 (-5 *1 (-708 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))) (-4175 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-708 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))))
-(-13 (-363) (-10 -8 (-15 -4347 (|#2| $)) (-15 -1721 (|#1| $)) (-15 -3658 ($ |#1| |#2|)) (-15 -4175 ((-3 $ "failed") $ $))))
-((-1709 (((-112) $ $) 91)) (-2013 (((-112) $) 36)) (-2533 (((-1259 |#1|) $ (-768)) NIL)) (-4153 (((-641 (-1076)) $) NIL)) (-2331 (($ (-1166 |#1|)) NIL)) (-3992 (((-1166 $) $ (-1076)) NIL) (((-1166 |#1|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-1076))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2490 (($ $ $) NIL (|has| |#1| (-556)))) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2275 (($ $) NIL (|has| |#1| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1860 (((-768)) 55 (|has| |#1| (-368)))) (-4226 (($ $ (-768)) NIL)) (-2980 (($ $ (-768)) NIL)) (-1842 ((|#2| |#2|) 51)) (-3012 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-452)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-1076) "failed") $) NIL)) (-3437 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-1076) $) NIL)) (-3378 (($ $ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $ $) NIL (|has| |#1| (-172)))) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) 39)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3658 (($ |#2|) 49)) (-3233 (((-3 $ "failed") $) 100)) (-3746 (($) 60 (|has| |#1| (-368)))) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-2447 (($ $ $) NIL)) (-4154 (($ $ $) NIL (|has| |#1| (-556)))) (-2737 (((-2 (|:| -2784 |#1|) (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-556)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-3912 (($ $) NIL (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#1| (-906)))) (-1395 (((-955 $)) 93)) (-1587 (($ $ |#1| (-768) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1076) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1076) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2887 (((-768) $ $) NIL (|has| |#1| (-556)))) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-1145)))) (-4143 (($ (-1166 |#1|) (-1076)) NIL) (($ (-1166 $) (-1076)) NIL)) (-4282 (($ $ (-768)) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-768)) 87) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-1076)) NIL) (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-4347 ((|#2|) 52)) (-1696 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2286 (($ (-1 (-768) (-768)) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-1365 (((-1166 |#1|) $) NIL)) (-4264 (((-3 (-1076) "failed") $) NIL)) (-2981 (((-918) $) NIL (|has| |#1| (-368)))) (-3646 ((|#2| $) 48)) (-4280 (($ $) NIL)) (-4292 ((|#1| $) 34)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2811 (((-1152) $) NIL)) (-1626 (((-2 (|:| -4110 $) (|:| -3101 $)) $ (-768)) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-1076)) (|:| -2954 (-768))) "failed") $) NIL)) (-2052 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2558 (($) NIL (|has| |#1| (-1145)) CONST)) (-1359 (($ (-918)) NIL (|has| |#1| (-368)))) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 ((|#1| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-3199 (($ $) 92 (|has| |#1| (-349)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-906)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) 99 (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1076) |#1|) NIL) (($ $ (-641 (-1076)) (-641 |#1|)) NIL) (($ $ (-1076) $) NIL) (($ $ (-641 (-1076)) (-641 $)) NIL)) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-407 $) (-407 $) (-407 $)) NIL (|has| |#1| (-556))) ((|#1| (-407 $) |#1|) NIL (|has| |#1| (-363))) (((-407 $) $ (-407 $)) NIL (|has| |#1| (-556)))) (-2744 (((-3 $ "failed") $ (-768)) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 101 (|has| |#1| (-363)))) (-3928 (($ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $) NIL (|has| |#1| (-172)))) (-1795 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-4341 (((-768) $) 37) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1076) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-2211 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1446 (((-955 $)) 41)) (-2658 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556))) (((-3 (-407 $) "failed") (-407 $) $) NIL (|has| |#1| (-556)))) (-1721 (((-859) $) 70) (($ (-564)) NIL) (($ |#1|) 67) (($ (-1076)) NIL) (($ |#2|) 77) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-768)) 72) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2885 (($) 25 T CONST)) (-1465 (((-1259 |#1|) $) 85)) (-1355 (($ (-1259 |#1|)) 59)) (-2898 (($) 8 T CONST)) (-3256 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1328 (((-1259 |#1|) $) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) 78)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) 81) (($ $ $) NIL)) (-2956 (($ $ $) 38)) (** (($ $ (-918)) NIL) (($ $ (-768)) 95)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 66) (($ $ $) 84) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 64) (($ $ |#1|) NIL)))
-(((-709 |#1| |#2|) (-13 (-1235 |#1|) (-614 |#2|) (-10 -8 (-15 -1842 (|#2| |#2|)) (-15 -4347 (|#2|)) (-15 -3658 ($ |#2|)) (-15 -3646 (|#2| $)) (-15 -1465 ((-1259 |#1|) $)) (-15 -1355 ($ (-1259 |#1|))) (-15 -1328 ((-1259 |#1|) $)) (-15 -1395 ((-955 $))) (-15 -1446 ((-955 $))) (IF (|has| |#1| (-349)) (-15 -3199 ($ $)) |%noBranch|) (IF (|has| |#1| (-368)) (-6 (-368)) |%noBranch|))) (-1046) (-1235 |#1|)) (T -709))
-((-1842 (*1 *2 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-709 *3 *2)) (-4 *2 (-1235 *3)))) (-4347 (*1 *2) (-12 (-4 *2 (-1235 *3)) (-5 *1 (-709 *3 *2)) (-4 *3 (-1046)))) (-3658 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-709 *3 *2)) (-4 *2 (-1235 *3)))) (-3646 (*1 *2 *1) (-12 (-4 *2 (-1235 *3)) (-5 *1 (-709 *3 *2)) (-4 *3 (-1046)))) (-1465 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-5 *2 (-1259 *3)) (-5 *1 (-709 *3 *4)) (-4 *4 (-1235 *3)))) (-1355 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1046)) (-5 *1 (-709 *3 *4)) (-4 *4 (-1235 *3)))) (-1328 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-5 *2 (-1259 *3)) (-5 *1 (-709 *3 *4)) (-4 *4 (-1235 *3)))) (-1395 (*1 *2) (-12 (-4 *3 (-1046)) (-5 *2 (-955 (-709 *3 *4))) (-5 *1 (-709 *3 *4)) (-4 *4 (-1235 *3)))) (-1446 (*1 *2) (-12 (-4 *3 (-1046)) (-5 *2 (-955 (-709 *3 *4))) (-5 *1 (-709 *3 *4)) (-4 *4 (-1235 *3)))) (-3199 (*1 *1 *1) (-12 (-4 *2 (-349)) (-4 *2 (-1046)) (-5 *1 (-709 *2 *3)) (-4 *3 (-1235 *2)))))
-(-13 (-1235 |#1|) (-614 |#2|) (-10 -8 (-15 -1842 (|#2| |#2|)) (-15 -4347 (|#2|)) (-15 -3658 ($ |#2|)) (-15 -3646 (|#2| $)) (-15 -1465 ((-1259 |#1|) $)) (-15 -1355 ($ (-1259 |#1|))) (-15 -1328 ((-1259 |#1|) $)) (-15 -1395 ((-955 $))) (-15 -1446 ((-955 $))) (IF (|has| |#1| (-349)) (-15 -3199 ($ $)) |%noBranch|) (IF (|has| |#1| (-368)) (-6 (-368)) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 ((|#1| $) 13)) (-4382 (((-1114) $) NIL)) (-2954 ((|#2| $) 12)) (-1732 (($ |#1| |#2|) 16)) (-1721 (((-859) $) NIL) (($ (-2 (|:| -1359 |#1|) (|:| -2954 |#2|))) 15) (((-2 (|:| -1359 |#1|) (|:| -2954 |#2|)) $) 14)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 11)))
-(((-710 |#1| |#2| |#3|) (-13 (-847) (-490 (-2 (|:| -1359 |#1|) (|:| -2954 |#2|))) (-10 -8 (-15 -2954 (|#2| $)) (-15 -1359 (|#1| $)) (-15 -1732 ($ |#1| |#2|)))) (-847) (-1094) (-1 (-112) (-2 (|:| -1359 |#1|) (|:| -2954 |#2|)) (-2 (|:| -1359 |#1|) (|:| -2954 |#2|)))) (T -710))
-((-2954 (*1 *2 *1) (-12 (-4 *2 (-1094)) (-5 *1 (-710 *3 *2 *4)) (-4 *3 (-847)) (-14 *4 (-1 (-112) (-2 (|:| -1359 *3) (|:| -2954 *2)) (-2 (|:| -1359 *3) (|:| -2954 *2)))))) (-1359 (*1 *2 *1) (-12 (-4 *2 (-847)) (-5 *1 (-710 *2 *3 *4)) (-4 *3 (-1094)) (-14 *4 (-1 (-112) (-2 (|:| -1359 *2) (|:| -2954 *3)) (-2 (|:| -1359 *2) (|:| -2954 *3)))))) (-1732 (*1 *1 *2 *3) (-12 (-5 *1 (-710 *2 *3 *4)) (-4 *2 (-847)) (-4 *3 (-1094)) (-14 *4 (-1 (-112) (-2 (|:| -1359 *2) (|:| -2954 *3)) (-2 (|:| -1359 *2) (|:| -2954 *3)))))))
-(-13 (-847) (-490 (-2 (|:| -1359 |#1|) (|:| -2954 |#2|))) (-10 -8 (-15 -2954 (|#2| $)) (-15 -1359 (|#1| $)) (-15 -1732 ($ |#1| |#2|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 66)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) 105) (((-3 (-114) "failed") $) 111)) (-3437 ((|#1| $) NIL) (((-114) $) 39)) (-3233 (((-3 $ "failed") $) 106)) (-1586 ((|#2| (-114) |#2|) 92)) (-3282 (((-112) $) NIL)) (-3500 (($ |#1| (-361 (-114))) 14)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3207 (($ $ (-1 |#2| |#2|)) 65)) (-2862 (($ $ (-1 |#2| |#2|)) 44)) (-2961 ((|#2| $ |#2|) 33)) (-1951 ((|#1| |#1|) 121 (|has| |#1| (-172)))) (-1721 (((-859) $) 73) (($ (-564)) 18) (($ |#1|) 17) (($ (-114)) 23)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) 37 T CONST)) (-3144 (($ $) 115 (|has| |#1| (-172))) (($ $ $) 119 (|has| |#1| (-172)))) (-2885 (($) 21 T CONST)) (-2898 (($) 9 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) 48) (($ $ $) NIL)) (-2956 (($ $ $) 83)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ (-114) (-564)) NIL) (($ $ (-564)) 64)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 114) (($ $ $) 53) (($ |#1| $) 112 (|has| |#1| (-172))) (($ $ |#1|) 113 (|has| |#1| (-172)))))
-(((-711 |#1| |#2|) (-13 (-1046) (-1035 |#1|) (-1035 (-114)) (-286 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -3144 ($ $)) (-15 -3144 ($ $ $)) (-15 -1951 (|#1| |#1|))) |%noBranch|) (-15 -2862 ($ $ (-1 |#2| |#2|))) (-15 -3207 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-114) (-564))) (-15 ** ($ $ (-564))) (-15 -1586 (|#2| (-114) |#2|)) (-15 -3500 ($ |#1| (-361 (-114)))))) (-1046) (-644 |#1|)) (T -711))
-((-3144 (*1 *1 *1) (-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3)) (-4 *3 (-644 *2)))) (-3144 (*1 *1 *1 *1) (-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3)) (-4 *3 (-644 *2)))) (-1951 (*1 *2 *2) (-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3)) (-4 *3 (-644 *2)))) (-2862 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-644 *3)) (-4 *3 (-1046)) (-5 *1 (-711 *3 *4)))) (-3207 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-644 *3)) (-4 *3 (-1046)) (-5 *1 (-711 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-564)) (-4 *4 (-1046)) (-5 *1 (-711 *4 *5)) (-4 *5 (-644 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *3 (-1046)) (-5 *1 (-711 *3 *4)) (-4 *4 (-644 *3)))) (-1586 (*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-4 *4 (-1046)) (-5 *1 (-711 *4 *2)) (-4 *2 (-644 *4)))) (-3500 (*1 *1 *2 *3) (-12 (-5 *3 (-361 (-114))) (-4 *2 (-1046)) (-5 *1 (-711 *2 *4)) (-4 *4 (-644 *2)))))
-(-13 (-1046) (-1035 |#1|) (-1035 (-114)) (-286 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -3144 ($ $)) (-15 -3144 ($ $ $)) (-15 -1951 (|#1| |#1|))) |%noBranch|) (-15 -2862 ($ $ (-1 |#2| |#2|))) (-15 -3207 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-114) (-564))) (-15 ** ($ $ (-564))) (-15 -1586 (|#2| (-114) |#2|)) (-15 -3500 ($ |#1| (-361 (-114))))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 33)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3658 (($ |#1| |#2|) 25)) (-3233 (((-3 $ "failed") $) 51)) (-3282 (((-112) $) 35)) (-4347 ((|#2| $) 12)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 52)) (-4382 (((-1114) $) NIL)) (-4175 (((-3 $ "failed") $ $) 50)) (-1721 (((-859) $) 24) (($ (-564)) 19) ((|#1| $) 13)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 16 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 41)) (-2970 (($ $) 46) (($ $ $) 40)) (-2956 (($ $ $) 43)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 21) (($ $ $) 20)))
-(((-712 |#1| |#2| |#3| |#4| |#5|) (-13 (-1046) (-10 -8 (-15 -4347 (|#2| $)) (-15 -1721 (|#1| $)) (-15 -3658 ($ |#1| |#2|)) (-15 -4175 ((-3 $ "failed") $ $)) (-15 -3233 ((-3 $ "failed") $)) (-15 -4247 ($ $)))) (-172) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -712))
-((-3233 (*1 *1 *1) (|partial| -12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))) (-4347 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-712 *3 *2 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-1721 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-712 *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)))) (-3658 (*1 *1 *2 *3) (-12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))) (-4175 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))) (-4247 (*1 *1 *1) (-12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))))
-(-13 (-1046) (-10 -8 (-15 -4347 (|#2| $)) (-15 -1721 (|#1| $)) (-15 -3658 ($ |#1| |#2|)) (-15 -4175 ((-3 $ "failed") $ $)) (-15 -3233 ((-3 $ "failed") $)) (-15 -4247 ($ $))))
+((-2449 ((|#6| (-1 |#4| |#1|) |#3|) 23)))
+(((-706 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2449 (|#6| (-1 |#4| |#1|) |#3|))) (-556) (-1235 |#1|) (-1235 (-407 |#2|)) (-556) (-1235 |#4|) (-1235 (-407 |#5|))) (T -706))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-556)) (-4 *7 (-556)) (-4 *6 (-1235 *5)) (-4 *2 (-1235 (-407 *8))) (-5 *1 (-706 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1235 (-407 *6))) (-4 *8 (-1235 *7)))))
+(-10 -7 (-15 -2449 (|#6| (-1 |#4| |#1|) |#3|)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3468 (((-1152) (-859)) 39)) (-3712 (((-1264) (-1152)) 32)) (-2909 (((-1152) (-859)) 28)) (-4259 (((-1152) (-859)) 29)) (-1831 (((-859) $) NIL) (((-1152) (-859)) 27)) (-1702 (((-112) $ $) NIL)))
+(((-707) (-13 (-1094) (-10 -7 (-15 -1831 ((-1152) (-859))) (-15 -2909 ((-1152) (-859))) (-15 -4259 ((-1152) (-859))) (-15 -3468 ((-1152) (-859))) (-15 -3712 ((-1264) (-1152)))))) (T -707))
+((-1831 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))) (-2909 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))) (-4259 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))) (-3468 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))) (-3712 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-707)))))
+(-13 (-1094) (-10 -7 (-15 -1831 ((-1152) (-859))) (-15 -2909 ((-1152) (-859))) (-15 -4259 ((-1152) (-859))) (-15 -3468 ((-1152) (-859))) (-15 -3712 ((-1264) (-1152)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-1449 (($ $ $) NIL)) (-1988 (($ |#1| |#2|) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-2949 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1691 ((|#2| $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3807 (((-3 $ "failed") $ $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) ((|#1| $) NIL)) (-2219 (((-768)) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
+(((-708 |#1| |#2| |#3| |#4| |#5|) (-13 (-363) (-10 -8 (-15 -1691 (|#2| $)) (-15 -1831 (|#1| $)) (-15 -1988 ($ |#1| |#2|)) (-15 -3807 ((-3 $ "failed") $ $)))) (-172) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -708))
+((-1691 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-708 *3 *2 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-1831 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-708 *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)))) (-1988 (*1 *1 *2 *3) (-12 (-5 *1 (-708 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))) (-3807 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-708 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))))
+(-13 (-363) (-10 -8 (-15 -1691 (|#2| $)) (-15 -1831 (|#1| $)) (-15 -1988 ($ |#1| |#2|)) (-15 -3807 ((-3 $ "failed") $ $))))
+((-1817 (((-112) $ $) 91)) (-1615 (((-112) $) 36)) (-3151 (((-1259 |#1|) $ (-768)) NIL)) (-3209 (((-641 (-1076)) $) NIL)) (-1730 (($ (-1166 |#1|)) NIL)) (-3040 (((-1166 $) $ (-1076)) NIL) (((-1166 |#1|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-1076))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2749 (($ $ $) NIL (|has| |#1| (-556)))) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2427 (($ $) NIL (|has| |#1| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3267 (((-768)) 55 (|has| |#1| (-368)))) (-3048 (($ $ (-768)) NIL)) (-1803 (($ $ (-768)) NIL)) (-3768 ((|#2| |#2|) 51)) (-2011 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-452)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-1076) "failed") $) NIL)) (-2237 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-1076) $) NIL)) (-1357 (($ $ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $ $) NIL (|has| |#1| (-172)))) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) 39)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-1988 (($ |#2|) 49)) (-3733 (((-3 $ "failed") $) 100)) (-2900 (($) 60 (|has| |#1| (-368)))) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3566 (($ $ $) NIL)) (-3590 (($ $ $) NIL (|has| |#1| (-556)))) (-1330 (((-2 (|:| -2860 |#1|) (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-556)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-3031 (($ $) NIL (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#1| (-906)))) (-1874 (((-955 $)) 93)) (-2055 (($ $ |#1| (-768) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1076) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1076) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2155 (((-768) $ $) NIL (|has| |#1| (-556)))) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-1145)))) (-3198 (($ (-1166 |#1|) (-1076)) NIL) (($ (-1166 $) (-1076)) NIL)) (-2325 (($ $ (-768)) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-768)) 87) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-1076)) NIL) (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1691 ((|#2|) 52)) (-1826 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2546 (($ (-1 (-768) (-768)) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3478 (((-1166 |#1|) $) NIL)) (-2169 (((-3 (-1076) "failed") $) NIL)) (-1811 (((-918) $) NIL (|has| |#1| (-368)))) (-1977 ((|#2| $) 48)) (-3356 (($ $) NIL)) (-3370 ((|#1| $) 34)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2723 (((-1152) $) NIL)) (-2436 (((-2 (|:| -4347 $) (|:| -1678 $)) $ (-768)) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-1076)) (|:| -1558 (-768))) "failed") $) NIL)) (-3907 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2884 (($) NIL (|has| |#1| (-1145)) CONST)) (-1468 (($ (-918)) NIL (|has| |#1| (-368)))) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 ((|#1| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-3394 (($ $) 92 (|has| |#1| (-349)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-906)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) 99 (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1076) |#1|) NIL) (($ $ (-641 (-1076)) (-641 |#1|)) NIL) (($ $ (-1076) $) NIL) (($ $ (-641 (-1076)) (-641 $)) NIL)) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-407 $) (-407 $) (-407 $)) NIL (|has| |#1| (-556))) ((|#1| (-407 $) |#1|) NIL (|has| |#1| (-363))) (((-407 $) $ (-407 $)) NIL (|has| |#1| (-556)))) (-3318 (((-3 $ "failed") $ (-768)) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 101 (|has| |#1| (-363)))) (-3190 (($ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $) NIL (|has| |#1| (-172)))) (-3534 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-1619 (((-768) $) 37) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1076) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-3008 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-3130 (((-955 $)) 41)) (-1900 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556))) (((-3 (-407 $) "failed") (-407 $) $) NIL (|has| |#1| (-556)))) (-1831 (((-859) $) 70) (($ (-564)) NIL) (($ |#1|) 67) (($ (-1076)) NIL) (($ |#2|) 77) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-768)) 72) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1293 (($) 25 T CONST)) (-3313 (((-1259 |#1|) $) 85)) (-3241 (($ (-1259 |#1|)) 59)) (-1300 (($) 8 T CONST)) (-3435 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2543 (((-1259 |#1|) $) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) 78)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) 81) (($ $ $) NIL)) (-1797 (($ $ $) 38)) (** (($ $ (-918)) NIL) (($ $ (-768)) 95)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 66) (($ $ $) 84) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 64) (($ $ |#1|) NIL)))
+(((-709 |#1| |#2|) (-13 (-1235 |#1|) (-614 |#2|) (-10 -8 (-15 -3768 (|#2| |#2|)) (-15 -1691 (|#2|)) (-15 -1988 ($ |#2|)) (-15 -1977 (|#2| $)) (-15 -3313 ((-1259 |#1|) $)) (-15 -3241 ($ (-1259 |#1|))) (-15 -2543 ((-1259 |#1|) $)) (-15 -1874 ((-955 $))) (-15 -3130 ((-955 $))) (IF (|has| |#1| (-349)) (-15 -3394 ($ $)) |%noBranch|) (IF (|has| |#1| (-368)) (-6 (-368)) |%noBranch|))) (-1046) (-1235 |#1|)) (T -709))
+((-3768 (*1 *2 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-709 *3 *2)) (-4 *2 (-1235 *3)))) (-1691 (*1 *2) (-12 (-4 *2 (-1235 *3)) (-5 *1 (-709 *3 *2)) (-4 *3 (-1046)))) (-1988 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-709 *3 *2)) (-4 *2 (-1235 *3)))) (-1977 (*1 *2 *1) (-12 (-4 *2 (-1235 *3)) (-5 *1 (-709 *3 *2)) (-4 *3 (-1046)))) (-3313 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-5 *2 (-1259 *3)) (-5 *1 (-709 *3 *4)) (-4 *4 (-1235 *3)))) (-3241 (*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1046)) (-5 *1 (-709 *3 *4)) (-4 *4 (-1235 *3)))) (-2543 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-5 *2 (-1259 *3)) (-5 *1 (-709 *3 *4)) (-4 *4 (-1235 *3)))) (-1874 (*1 *2) (-12 (-4 *3 (-1046)) (-5 *2 (-955 (-709 *3 *4))) (-5 *1 (-709 *3 *4)) (-4 *4 (-1235 *3)))) (-3130 (*1 *2) (-12 (-4 *3 (-1046)) (-5 *2 (-955 (-709 *3 *4))) (-5 *1 (-709 *3 *4)) (-4 *4 (-1235 *3)))) (-3394 (*1 *1 *1) (-12 (-4 *2 (-349)) (-4 *2 (-1046)) (-5 *1 (-709 *2 *3)) (-4 *3 (-1235 *2)))))
+(-13 (-1235 |#1|) (-614 |#2|) (-10 -8 (-15 -3768 (|#2| |#2|)) (-15 -1691 (|#2|)) (-15 -1988 ($ |#2|)) (-15 -1977 (|#2| $)) (-15 -3313 ((-1259 |#1|) $)) (-15 -3241 ($ (-1259 |#1|))) (-15 -2543 ((-1259 |#1|) $)) (-15 -1874 ((-955 $))) (-15 -3130 ((-955 $))) (IF (|has| |#1| (-349)) (-15 -3394 ($ $)) |%noBranch|) (IF (|has| |#1| (-368)) (-6 (-368)) |%noBranch|)))
+((-1817 (((-112) $ $) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 ((|#1| $) 13)) (-2780 (((-1114) $) NIL)) (-1558 ((|#2| $) 12)) (-1842 (($ |#1| |#2|) 16)) (-1831 (((-859) $) NIL) (($ (-2 (|:| -1468 |#1|) (|:| -1558 |#2|))) 15) (((-2 (|:| -1468 |#1|) (|:| -1558 |#2|)) $) 14)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 11)))
+(((-710 |#1| |#2| |#3|) (-13 (-847) (-490 (-2 (|:| -1468 |#1|) (|:| -1558 |#2|))) (-10 -8 (-15 -1558 (|#2| $)) (-15 -1468 (|#1| $)) (-15 -1842 ($ |#1| |#2|)))) (-847) (-1094) (-1 (-112) (-2 (|:| -1468 |#1|) (|:| -1558 |#2|)) (-2 (|:| -1468 |#1|) (|:| -1558 |#2|)))) (T -710))
+((-1558 (*1 *2 *1) (-12 (-4 *2 (-1094)) (-5 *1 (-710 *3 *2 *4)) (-4 *3 (-847)) (-14 *4 (-1 (-112) (-2 (|:| -1468 *3) (|:| -1558 *2)) (-2 (|:| -1468 *3) (|:| -1558 *2)))))) (-1468 (*1 *2 *1) (-12 (-4 *2 (-847)) (-5 *1 (-710 *2 *3 *4)) (-4 *3 (-1094)) (-14 *4 (-1 (-112) (-2 (|:| -1468 *2) (|:| -1558 *3)) (-2 (|:| -1468 *2) (|:| -1558 *3)))))) (-1842 (*1 *1 *2 *3) (-12 (-5 *1 (-710 *2 *3 *4)) (-4 *2 (-847)) (-4 *3 (-1094)) (-14 *4 (-1 (-112) (-2 (|:| -1468 *2) (|:| -1558 *3)) (-2 (|:| -1468 *2) (|:| -1558 *3)))))))
+(-13 (-847) (-490 (-2 (|:| -1468 |#1|) (|:| -1558 |#2|))) (-10 -8 (-15 -1558 (|#2| $)) (-15 -1468 (|#1| $)) (-15 -1842 ($ |#1| |#2|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 66)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) 105) (((-3 (-114) "failed") $) 111)) (-2237 ((|#1| $) NIL) (((-114) $) 39)) (-3733 (((-3 $ "failed") $) 106)) (-2045 ((|#2| (-114) |#2|) 92)) (-2949 (((-112) $) NIL)) (-3226 (($ |#1| (-361 (-114))) 14)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3462 (($ $ (-1 |#2| |#2|)) 65)) (-3157 (($ $ (-1 |#2| |#2|)) 44)) (-1350 ((|#2| $ |#2|) 33)) (-2233 ((|#1| |#1|) 121 (|has| |#1| (-172)))) (-1831 (((-859) $) 73) (($ (-564)) 18) (($ |#1|) 17) (($ (-114)) 23)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) 37 T CONST)) (-4057 (($ $) 115 (|has| |#1| (-172))) (($ $ $) 119 (|has| |#1| (-172)))) (-1293 (($) 21 T CONST)) (-1300 (($) 9 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) 48) (($ $ $) NIL)) (-1797 (($ $ $) 83)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ (-114) (-564)) NIL) (($ $ (-564)) 64)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 114) (($ $ $) 53) (($ |#1| $) 112 (|has| |#1| (-172))) (($ $ |#1|) 113 (|has| |#1| (-172)))))
+(((-711 |#1| |#2|) (-13 (-1046) (-1035 |#1|) (-1035 (-114)) (-286 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -4057 ($ $)) (-15 -4057 ($ $ $)) (-15 -2233 (|#1| |#1|))) |%noBranch|) (-15 -3157 ($ $ (-1 |#2| |#2|))) (-15 -3462 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-114) (-564))) (-15 ** ($ $ (-564))) (-15 -2045 (|#2| (-114) |#2|)) (-15 -3226 ($ |#1| (-361 (-114)))))) (-1046) (-644 |#1|)) (T -711))
+((-4057 (*1 *1 *1) (-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3)) (-4 *3 (-644 *2)))) (-4057 (*1 *1 *1 *1) (-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3)) (-4 *3 (-644 *2)))) (-2233 (*1 *2 *2) (-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3)) (-4 *3 (-644 *2)))) (-3157 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-644 *3)) (-4 *3 (-1046)) (-5 *1 (-711 *3 *4)))) (-3462 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-644 *3)) (-4 *3 (-1046)) (-5 *1 (-711 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-564)) (-4 *4 (-1046)) (-5 *1 (-711 *4 *5)) (-4 *5 (-644 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *3 (-1046)) (-5 *1 (-711 *3 *4)) (-4 *4 (-644 *3)))) (-2045 (*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-4 *4 (-1046)) (-5 *1 (-711 *4 *2)) (-4 *2 (-644 *4)))) (-3226 (*1 *1 *2 *3) (-12 (-5 *3 (-361 (-114))) (-4 *2 (-1046)) (-5 *1 (-711 *2 *4)) (-4 *4 (-644 *2)))))
+(-13 (-1046) (-1035 |#1|) (-1035 (-114)) (-286 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -4057 ($ $)) (-15 -4057 ($ $ $)) (-15 -2233 (|#1| |#1|))) |%noBranch|) (-15 -3157 ($ $ (-1 |#2| |#2|))) (-15 -3462 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-114) (-564))) (-15 ** ($ $ (-564))) (-15 -2045 (|#2| (-114) |#2|)) (-15 -3226 ($ |#1| (-361 (-114))))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 33)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-1988 (($ |#1| |#2|) 25)) (-3733 (((-3 $ "failed") $) 51)) (-2949 (((-112) $) 35)) (-1691 ((|#2| $) 12)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 52)) (-2780 (((-1114) $) NIL)) (-3807 (((-3 $ "failed") $ $) 50)) (-1831 (((-859) $) 24) (($ (-564)) 19) ((|#1| $) 13)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 16 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 41)) (-1808 (($ $) 46) (($ $ $) 40)) (-1797 (($ $ $) 43)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 21) (($ $ $) 20)))
+(((-712 |#1| |#2| |#3| |#4| |#5|) (-13 (-1046) (-10 -8 (-15 -1691 (|#2| $)) (-15 -1831 (|#1| $)) (-15 -1988 ($ |#1| |#2|)) (-15 -3807 ((-3 $ "failed") $ $)) (-15 -3733 ((-3 $ "failed") $)) (-15 -3315 ($ $)))) (-172) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -712))
+((-3733 (*1 *1 *1) (|partial| -12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))) (-1691 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-712 *3 *2 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-1831 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-712 *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)))) (-1988 (*1 *1 *2 *3) (-12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))) (-3807 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))) (-3315 (*1 *1 *1) (-12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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)))))
+(-13 (-1046) (-10 -8 (-15 -1691 (|#2| $)) (-15 -1831 (|#1| $)) (-15 -1988 ($ |#1| |#2|)) (-15 -3807 ((-3 $ "failed") $ $)) (-15 -3733 ((-3 $ "failed") $)) (-15 -3315 ($ $))))
((* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#2| $) NIL) (($ $ |#2|) 9)))
(((-713 |#1| |#2|) (-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|))) (-714 |#2|) (-172)) (T -713))
NIL
(-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
(((-714 |#1|) (-140) (-172)) (T -714))
NIL
(-13 (-111 |t#1| |t#1|))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-1052 |#1|) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-1673 (($ |#1|) 17) (($ $ |#1|) 20)) (-2364 (($ |#1|) 18) (($ $ |#1|) 21)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL) (($) 19) (($ $) 22)) (-3282 (((-112) $) NIL)) (-4372 (($ |#1| |#1| |#1| |#1|) 8)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 16)) (-4382 (((-1114) $) NIL)) (-3227 ((|#1| $ |#1|) 24) (((-830 |#1|) $ (-830 |#1|)) 32)) (-3601 (($ $ $) NIL)) (-1923 (($ $ $) NIL)) (-1721 (((-859) $) 39)) (-2898 (($) 9 T CONST)) (-2853 (((-112) $ $) 48)) (-2983 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ $ $) 14)))
-(((-715 |#1|) (-13 (-473) (-10 -8 (-15 -4372 ($ |#1| |#1| |#1| |#1|)) (-15 -1673 ($ |#1|)) (-15 -2364 ($ |#1|)) (-15 -3233 ($)) (-15 -1673 ($ $ |#1|)) (-15 -2364 ($ $ |#1|)) (-15 -3233 ($ $)) (-15 -3227 (|#1| $ |#1|)) (-15 -3227 ((-830 |#1|) $ (-830 |#1|))))) (-363)) (T -715))
-((-4372 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-1673 (*1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-2364 (*1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-3233 (*1 *1) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-1673 (*1 *1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-2364 (*1 *1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-3233 (*1 *1 *1) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-3227 (*1 *2 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-3227 (*1 *2 *1 *2) (-12 (-5 *2 (-830 *3)) (-4 *3 (-363)) (-5 *1 (-715 *3)))))
-(-13 (-473) (-10 -8 (-15 -4372 ($ |#1| |#1| |#1| |#1|)) (-15 -1673 ($ |#1|)) (-15 -2364 ($ |#1|)) (-15 -3233 ($)) (-15 -1673 ($ $ |#1|)) (-15 -2364 ($ $ |#1|)) (-15 -3233 ($ $)) (-15 -3227 (|#1| $ |#1|)) (-15 -3227 ((-830 |#1|) $ (-830 |#1|)))))
-((-4095 (($ $ (-918)) 21)) (-2824 (($ $ (-918)) 22)) (** (($ $ (-918)) 10)))
-(((-716 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-918))) (-15 -2824 (|#1| |#1| (-918))) (-15 -4095 (|#1| |#1| (-918)))) (-717)) (T -716))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-918))) (-15 -2824 (|#1| |#1| (-918))) (-15 -4095 (|#1| |#1| (-918))))
-((-1709 (((-112) $ $) 7)) (-4095 (($ $ (-918)) 15)) (-2824 (($ $ (-918)) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 6)) (** (($ $ (-918)) 13)) (* (($ $ $) 16)))
+((-1817 (((-112) $ $) NIL)) (-1815 (($ |#1|) 17) (($ $ |#1|) 20)) (-3982 (($ |#1|) 18) (($ $ |#1|) 21)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL) (($) 19) (($ $) 22)) (-2949 (((-112) $) NIL)) (-1942 (($ |#1| |#1| |#1| |#1|) 8)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 16)) (-2780 (((-1114) $) NIL)) (-2633 ((|#1| $ |#1|) 24) (((-830 |#1|) $ (-830 |#1|)) 32)) (-3047 (($ $ $) NIL)) (-1992 (($ $ $) NIL)) (-1831 (((-859) $) 39)) (-1300 (($) 9 T CONST)) (-1702 (((-112) $ $) 48)) (-1823 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ $ $) 14)))
+(((-715 |#1|) (-13 (-473) (-10 -8 (-15 -1942 ($ |#1| |#1| |#1| |#1|)) (-15 -1815 ($ |#1|)) (-15 -3982 ($ |#1|)) (-15 -3733 ($)) (-15 -1815 ($ $ |#1|)) (-15 -3982 ($ $ |#1|)) (-15 -3733 ($ $)) (-15 -2633 (|#1| $ |#1|)) (-15 -2633 ((-830 |#1|) $ (-830 |#1|))))) (-363)) (T -715))
+((-1942 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-1815 (*1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-3982 (*1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-3733 (*1 *1) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-1815 (*1 *1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-3982 (*1 *1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-3733 (*1 *1 *1) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-2633 (*1 *2 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))) (-2633 (*1 *2 *1 *2) (-12 (-5 *2 (-830 *3)) (-4 *3 (-363)) (-5 *1 (-715 *3)))))
+(-13 (-473) (-10 -8 (-15 -1942 ($ |#1| |#1| |#1| |#1|)) (-15 -1815 ($ |#1|)) (-15 -3982 ($ |#1|)) (-15 -3733 ($)) (-15 -1815 ($ $ |#1|)) (-15 -3982 ($ $ |#1|)) (-15 -3733 ($ $)) (-15 -2633 (|#1| $ |#1|)) (-15 -2633 ((-830 |#1|) $ (-830 |#1|)))))
+((-4221 (($ $ (-918)) 21)) (-2839 (($ $ (-918)) 22)) (** (($ $ (-918)) 10)))
+(((-716 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-918))) (-15 -2839 (|#1| |#1| (-918))) (-15 -4221 (|#1| |#1| (-918)))) (-717)) (T -716))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-918))) (-15 -2839 (|#1| |#1| (-918))) (-15 -4221 (|#1| |#1| (-918))))
+((-1817 (((-112) $ $) 7)) (-4221 (($ $ (-918)) 15)) (-2839 (($ $ (-918)) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 6)) (** (($ $ (-918)) 13)) (* (($ $ $) 16)))
(((-717) (-140)) (T -717))
-((* (*1 *1 *1 *1) (-4 *1 (-717))) (-4095 (*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918)))) (-2824 (*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918)))))
-(-13 (-1094) (-10 -8 (-15 * ($ $ $)) (-15 -4095 ($ $ (-918))) (-15 -2824 ($ $ (-918))) (-15 ** ($ $ (-918)))))
+((* (*1 *1 *1 *1) (-4 *1 (-717))) (-4221 (*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918)))) (-2839 (*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918)))))
+(-13 (-1094) (-10 -8 (-15 * ($ $ $)) (-15 -4221 ($ $ (-918))) (-15 -2839 ($ $ (-918))) (-15 ** ($ $ (-918)))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-4095 (($ $ (-918)) NIL) (($ $ (-768)) 21)) (-3282 (((-112) $) 10)) (-2824 (($ $ (-918)) NIL) (($ $ (-768)) 22)) (** (($ $ (-918)) NIL) (($ $ (-768)) 16)))
-(((-718 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-768))) (-15 -2824 (|#1| |#1| (-768))) (-15 -4095 (|#1| |#1| (-768))) (-15 -3282 ((-112) |#1|)) (-15 ** (|#1| |#1| (-918))) (-15 -2824 (|#1| |#1| (-918))) (-15 -4095 (|#1| |#1| (-918)))) (-719)) (T -718))
+((-4221 (($ $ (-918)) NIL) (($ $ (-768)) 21)) (-2949 (((-112) $) 10)) (-2839 (($ $ (-918)) NIL) (($ $ (-768)) 22)) (** (($ $ (-918)) NIL) (($ $ (-768)) 16)))
+(((-718 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-768))) (-15 -2839 (|#1| |#1| (-768))) (-15 -4221 (|#1| |#1| (-768))) (-15 -2949 ((-112) |#1|)) (-15 ** (|#1| |#1| (-918))) (-15 -2839 (|#1| |#1| (-918))) (-15 -4221 (|#1| |#1| (-918)))) (-719)) (T -718))
NIL
-(-10 -8 (-15 ** (|#1| |#1| (-768))) (-15 -2824 (|#1| |#1| (-768))) (-15 -4095 (|#1| |#1| (-768))) (-15 -3282 ((-112) |#1|)) (-15 ** (|#1| |#1| (-918))) (-15 -2824 (|#1| |#1| (-918))) (-15 -4095 (|#1| |#1| (-918))))
-((-1709 (((-112) $ $) 7)) (-2816 (((-3 $ "failed") $) 17)) (-4095 (($ $ (-918)) 15) (($ $ (-768)) 22)) (-3233 (((-3 $ "failed") $) 19)) (-3282 (((-112) $) 23)) (-3126 (((-3 $ "failed") $) 18)) (-2824 (($ $ (-918)) 14) (($ $ (-768)) 21)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2898 (($) 24 T CONST)) (-2853 (((-112) $ $) 6)) (** (($ $ (-918)) 13) (($ $ (-768)) 20)) (* (($ $ $) 16)))
+(-10 -8 (-15 ** (|#1| |#1| (-768))) (-15 -2839 (|#1| |#1| (-768))) (-15 -4221 (|#1| |#1| (-768))) (-15 -2949 ((-112) |#1|)) (-15 ** (|#1| |#1| (-918))) (-15 -2839 (|#1| |#1| (-918))) (-15 -4221 (|#1| |#1| (-918))))
+((-1817 (((-112) $ $) 7)) (-2767 (((-3 $ "failed") $) 17)) (-4221 (($ $ (-918)) 15) (($ $ (-768)) 22)) (-3733 (((-3 $ "failed") $) 19)) (-2949 (((-112) $) 23)) (-3874 (((-3 $ "failed") $) 18)) (-2839 (($ $ (-918)) 14) (($ $ (-768)) 21)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1300 (($) 24 T CONST)) (-1702 (((-112) $ $) 6)) (** (($ $ (-918)) 13) (($ $ (-768)) 20)) (* (($ $ $) 16)))
(((-719) (-140)) (T -719))
-((-2898 (*1 *1) (-4 *1 (-719))) (-3282 (*1 *2 *1) (-12 (-4 *1 (-719)) (-5 *2 (-112)))) (-4095 (*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768)))) (-2824 (*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768)))) (-3233 (*1 *1 *1) (|partial| -4 *1 (-719))) (-3126 (*1 *1 *1) (|partial| -4 *1 (-719))) (-2816 (*1 *1 *1) (|partial| -4 *1 (-719))))
-(-13 (-717) (-10 -8 (-15 (-2898) ($) -1367) (-15 -3282 ((-112) $)) (-15 -4095 ($ $ (-768))) (-15 -2824 ($ $ (-768))) (-15 ** ($ $ (-768))) (-15 -3233 ((-3 $ "failed") $)) (-15 -3126 ((-3 $ "failed") $)) (-15 -2816 ((-3 $ "failed") $))))
+((-1300 (*1 *1) (-4 *1 (-719))) (-2949 (*1 *2 *1) (-12 (-4 *1 (-719)) (-5 *2 (-112)))) (-4221 (*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768)))) (-2839 (*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768)))) (-3733 (*1 *1 *1) (|partial| -4 *1 (-719))) (-3874 (*1 *1 *1) (|partial| -4 *1 (-719))) (-2767 (*1 *1 *1) (|partial| -4 *1 (-719))))
+(-13 (-717) (-10 -8 (-15 (-1300) ($) -1809) (-15 -2949 ((-112) $)) (-15 -4221 ($ $ (-768))) (-15 -2839 ($ $ (-768))) (-15 ** ($ $ (-768))) (-15 -3733 ((-3 $ "failed") $)) (-15 -3874 ((-3 $ "failed") $)) (-15 -2767 ((-3 $ "failed") $))))
(((-102) . T) ((-611 (-859)) . T) ((-717) . T) ((-1094) . T))
-((-1860 (((-768)) 42)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#2| "failed") $) 26)) (-3437 (((-564) $) NIL) (((-407 (-564)) $) NIL) ((|#2| $) 23)) (-3658 (($ |#3|) NIL) (((-3 $ "failed") (-407 |#3|)) 53)) (-3233 (((-3 $ "failed") $) 73)) (-3746 (($) 47)) (-2471 ((|#2| $) 21)) (-2739 (($) 18)) (-1795 (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 61) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)) (-3141 (((-685 |#2|) (-1259 $) (-1 |#2| |#2|)) 68)) (-2153 (((-1259 |#2|) $) NIL) (($ (-1259 |#2|)) NIL) ((|#3| $) 10) (($ |#3|) 12)) (-4120 ((|#3| $) 39)) (-2745 (((-1259 $)) 36)))
-(((-720 |#1| |#2| |#3|) (-10 -8 (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3746 (|#1|)) (-15 -1860 ((-768))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3141 ((-685 |#2|) (-1259 |#1|) (-1 |#2| |#2|))) (-15 -3658 ((-3 |#1| "failed") (-407 |#3|))) (-15 -2153 (|#1| |#3|)) (-15 -3658 (|#1| |#3|)) (-15 -2739 (|#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -2153 (|#3| |#1|)) (-15 -2153 (|#1| (-1259 |#2|))) (-15 -2153 ((-1259 |#2|) |#1|)) (-15 -2745 ((-1259 |#1|))) (-15 -4120 (|#3| |#1|)) (-15 -2471 (|#2| |#1|)) (-15 -3233 ((-3 |#1| "failed") |#1|))) (-721 |#2| |#3|) (-172) (-1235 |#2|)) (T -720))
-((-1860 (*1 *2) (-12 (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-768)) (-5 *1 (-720 *3 *4 *5)) (-4 *3 (-721 *4 *5)))))
-(-10 -8 (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3746 (|#1|)) (-15 -1860 ((-768))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3141 ((-685 |#2|) (-1259 |#1|) (-1 |#2| |#2|))) (-15 -3658 ((-3 |#1| "failed") (-407 |#3|))) (-15 -2153 (|#1| |#3|)) (-15 -3658 (|#1| |#3|)) (-15 -2739 (|#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -2153 (|#3| |#1|)) (-15 -2153 (|#1| (-1259 |#2|))) (-15 -2153 ((-1259 |#2|) |#1|)) (-15 -2745 ((-1259 |#1|))) (-15 -4120 (|#3| |#1|)) (-15 -2471 (|#2| |#1|)) (-15 -3233 ((-3 |#1| "failed") |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 93 (|has| |#1| (-363)))) (-4010 (($ $) 94 (|has| |#1| (-363)))) (-2662 (((-112) $) 96 (|has| |#1| (-363)))) (-4133 (((-685 |#1|) (-1259 $)) 47) (((-685 |#1|)) 62)) (-4321 ((|#1| $) 53)) (-3754 (((-1182 (-918) (-768)) (-564)) 146 (|has| |#1| (-349)))) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 113 (|has| |#1| (-363)))) (-1798 (((-418 $) $) 114 (|has| |#1| (-363)))) (-1817 (((-112) $ $) 104 (|has| |#1| (-363)))) (-1860 (((-768)) 87 (|has| |#1| (-368)))) (-1692 (($) 17 T CONST)) (-2035 (((-3 (-564) "failed") $) 169 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 167 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 164)) (-3437 (((-564) $) 168 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 166 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 165)) (-3222 (($ (-1259 |#1|) (-1259 $)) 49) (($ (-1259 |#1|)) 65)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) 152 (|has| |#1| (-349)))) (-2668 (($ $ $) 108 (|has| |#1| (-363)))) (-3160 (((-685 |#1|) $ (-1259 $)) 54) (((-685 |#1|) $) 60)) (-3762 (((-685 (-564)) (-685 $)) 163 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 162 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 161) (((-685 |#1|) (-685 $)) 160)) (-3658 (($ |#2|) 157) (((-3 $ "failed") (-407 |#2|)) 154 (|has| |#1| (-363)))) (-3233 (((-3 $ "failed") $) 33)) (-3147 (((-918)) 55)) (-3746 (($) 90 (|has| |#1| (-368)))) (-2649 (($ $ $) 107 (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 102 (|has| |#1| (-363)))) (-2982 (($) 148 (|has| |#1| (-349)))) (-2398 (((-112) $) 149 (|has| |#1| (-349)))) (-3195 (($ $ (-768)) 140 (|has| |#1| (-349))) (($ $) 139 (|has| |#1| (-349)))) (-2941 (((-112) $) 115 (|has| |#1| (-363)))) (-2887 (((-918) $) 151 (|has| |#1| (-349))) (((-830 (-918)) $) 137 (|has| |#1| (-349)))) (-3282 (((-112) $) 31)) (-2471 ((|#1| $) 52)) (-1516 (((-3 $ "failed") $) 141 (|has| |#1| (-349)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 111 (|has| |#1| (-363)))) (-2162 ((|#2| $) 45 (|has| |#1| (-363)))) (-2981 (((-918) $) 89 (|has| |#1| (-368)))) (-3646 ((|#2| $) 155)) (-3340 (($ (-641 $)) 100 (|has| |#1| (-363))) (($ $ $) 99 (|has| |#1| (-363)))) (-2811 (((-1152) $) 9)) (-4247 (($ $) 116 (|has| |#1| (-363)))) (-2558 (($) 142 (|has| |#1| (-349)) CONST)) (-1359 (($ (-918)) 88 (|has| |#1| (-368)))) (-4382 (((-1114) $) 10)) (-2739 (($) 159)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 101 (|has| |#1| (-363)))) (-3377 (($ (-641 $)) 98 (|has| |#1| (-363))) (($ $ $) 97 (|has| |#1| (-363)))) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) 145 (|has| |#1| (-349)))) (-4020 (((-418 $) $) 112 (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 109 (|has| |#1| (-363)))) (-2628 (((-3 $ "failed") $ $) 92 (|has| |#1| (-363)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 103 (|has| |#1| (-363)))) (-2358 (((-768) $) 105 (|has| |#1| (-363)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 106 (|has| |#1| (-363)))) (-3928 ((|#1| (-1259 $)) 48) ((|#1|) 61)) (-2031 (((-768) $) 150 (|has| |#1| (-349))) (((-3 (-768) "failed") $ $) 138 (|has| |#1| (-349)))) (-1795 (($ $) 136 (-2713 (-2832 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-768)) 134 (-2713 (-2832 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-1170)) 132 (-2832 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-641 (-1170))) 131 (-2832 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-1170) (-768)) 130 (-2832 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 (-768))) 129 (-2832 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-1 |#1| |#1|) (-768)) 122 (|has| |#1| (-363))) (($ $ (-1 |#1| |#1|)) 121 (|has| |#1| (-363)))) (-3141 (((-685 |#1|) (-1259 $) (-1 |#1| |#1|)) 153 (|has| |#1| (-363)))) (-3290 ((|#2|) 158)) (-2117 (($) 147 (|has| |#1| (-349)))) (-3057 (((-1259 |#1|) $ (-1259 $)) 51) (((-685 |#1|) (-1259 $) (-1259 $)) 50) (((-1259 |#1|) $) 67) (((-685 |#1|) (-1259 $)) 66)) (-2153 (((-1259 |#1|) $) 64) (($ (-1259 |#1|)) 63) ((|#2| $) 170) (($ |#2|) 156)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 144 (|has| |#1| (-349)))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38) (($ $) 91 (|has| |#1| (-363))) (($ (-407 (-564))) 86 (-2713 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564))))))) (-2684 (($ $) 143 (|has| |#1| (-349))) (((-3 $ "failed") $) 44 (|has| |#1| (-145)))) (-4120 ((|#2| $) 46)) (-1303 (((-768)) 28 T CONST)) (-2745 (((-1259 $)) 68)) (-1720 (((-112) $ $) 95 (|has| |#1| (-363)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $) 135 (-2713 (-2832 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-768)) 133 (-2713 (-2832 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-1170)) 128 (-2832 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-641 (-1170))) 127 (-2832 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-1170) (-768)) 126 (-2832 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 (-768))) 125 (-2832 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-1 |#1| |#1|) (-768)) 124 (|has| |#1| (-363))) (($ $ (-1 |#1| |#1|)) 123 (|has| |#1| (-363)))) (-2853 (((-112) $ $) 6)) (-2983 (($ $ $) 120 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 117 (|has| |#1| (-363)))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39) (($ (-407 (-564)) $) 119 (|has| |#1| (-363))) (($ $ (-407 (-564))) 118 (|has| |#1| (-363)))))
+((-3267 (((-768)) 42)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#2| "failed") $) 26)) (-2237 (((-564) $) NIL) (((-407 (-564)) $) NIL) ((|#2| $) 23)) (-1988 (($ |#3|) NIL) (((-3 $ "failed") (-407 |#3|)) 53)) (-3733 (((-3 $ "failed") $) 73)) (-2900 (($) 47)) (-3797 ((|#2| $) 21)) (-1426 (($) 18)) (-3534 (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 61) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)) (-4027 (((-685 |#2|) (-1259 $) (-1 |#2| |#2|)) 68)) (-2511 (((-1259 |#2|) $) NIL) (($ (-1259 |#2|)) NIL) ((|#3| $) 10) (($ |#3|) 12)) (-1349 ((|#3| $) 39)) (-3331 (((-1259 $)) 36)))
+(((-720 |#1| |#2| |#3|) (-10 -8 (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -2900 (|#1|)) (-15 -3267 ((-768))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -4027 ((-685 |#2|) (-1259 |#1|) (-1 |#2| |#2|))) (-15 -1988 ((-3 |#1| "failed") (-407 |#3|))) (-15 -2511 (|#1| |#3|)) (-15 -1988 (|#1| |#3|)) (-15 -1426 (|#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2511 (|#3| |#1|)) (-15 -2511 (|#1| (-1259 |#2|))) (-15 -2511 ((-1259 |#2|) |#1|)) (-15 -3331 ((-1259 |#1|))) (-15 -1349 (|#3| |#1|)) (-15 -3797 (|#2| |#1|)) (-15 -3733 ((-3 |#1| "failed") |#1|))) (-721 |#2| |#3|) (-172) (-1235 |#2|)) (T -720))
+((-3267 (*1 *2) (-12 (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-768)) (-5 *1 (-720 *3 *4 *5)) (-4 *3 (-721 *4 *5)))))
+(-10 -8 (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -2900 (|#1|)) (-15 -3267 ((-768))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -4027 ((-685 |#2|) (-1259 |#1|) (-1 |#2| |#2|))) (-15 -1988 ((-3 |#1| "failed") (-407 |#3|))) (-15 -2511 (|#1| |#3|)) (-15 -1988 (|#1| |#3|)) (-15 -1426 (|#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2511 (|#3| |#1|)) (-15 -2511 (|#1| (-1259 |#2|))) (-15 -2511 ((-1259 |#2|) |#1|)) (-15 -3331 ((-1259 |#1|))) (-15 -1349 (|#3| |#1|)) (-15 -3797 (|#2| |#1|)) (-15 -3733 ((-3 |#1| "failed") |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 93 (|has| |#1| (-363)))) (-1537 (($ $) 94 (|has| |#1| (-363)))) (-1932 (((-112) $) 96 (|has| |#1| (-363)))) (-3390 (((-685 |#1|) (-1259 $)) 47) (((-685 |#1|)) 62)) (-2713 ((|#1| $) 53)) (-3967 (((-1182 (-918) (-768)) (-564)) 146 (|has| |#1| (-349)))) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 113 (|has| |#1| (-363)))) (-3399 (((-418 $) $) 114 (|has| |#1| (-363)))) (-3554 (((-112) $ $) 104 (|has| |#1| (-363)))) (-3267 (((-768)) 87 (|has| |#1| (-368)))) (-1778 (($) 17 T CONST)) (-2347 (((-3 (-564) "failed") $) 169 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 167 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 164)) (-2237 (((-564) $) 168 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 166 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 165)) (-3624 (($ (-1259 |#1|) (-1259 $)) 49) (($ (-1259 |#1|)) 65)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) 152 (|has| |#1| (-349)))) (-1449 (($ $ $) 108 (|has| |#1| (-363)))) (-4206 (((-685 |#1|) $ (-1259 $)) 54) (((-685 |#1|) $) 60)) (-4050 (((-685 (-564)) (-685 $)) 163 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 162 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 161) (((-685 |#1|) (-685 $)) 160)) (-1988 (($ |#2|) 157) (((-3 $ "failed") (-407 |#2|)) 154 (|has| |#1| (-363)))) (-3733 (((-3 $ "failed") $) 33)) (-3531 (((-918)) 55)) (-2900 (($) 90 (|has| |#1| (-368)))) (-1424 (($ $ $) 107 (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 102 (|has| |#1| (-363)))) (-1830 (($) 148 (|has| |#1| (-349)))) (-4282 (((-112) $) 149 (|has| |#1| (-349)))) (-3340 (($ $ (-768)) 140 (|has| |#1| (-349))) (($ $) 139 (|has| |#1| (-349)))) (-1420 (((-112) $) 115 (|has| |#1| (-363)))) (-2155 (((-918) $) 151 (|has| |#1| (-349))) (((-830 (-918)) $) 137 (|has| |#1| (-349)))) (-2949 (((-112) $) 31)) (-3797 ((|#1| $) 52)) (-2619 (((-3 $ "failed") $) 141 (|has| |#1| (-349)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 111 (|has| |#1| (-363)))) (-3774 ((|#2| $) 45 (|has| |#1| (-363)))) (-1811 (((-918) $) 89 (|has| |#1| (-368)))) (-1977 ((|#2| $) 155)) (-2740 (($ (-641 $)) 100 (|has| |#1| (-363))) (($ $ $) 99 (|has| |#1| (-363)))) (-2723 (((-1152) $) 9)) (-3315 (($ $) 116 (|has| |#1| (-363)))) (-2884 (($) 142 (|has| |#1| (-349)) CONST)) (-1468 (($ (-918)) 88 (|has| |#1| (-368)))) (-2780 (((-1114) $) 10)) (-1426 (($) 159)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 101 (|has| |#1| (-363)))) (-2777 (($ (-641 $)) 98 (|has| |#1| (-363))) (($ $ $) 97 (|has| |#1| (-363)))) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) 145 (|has| |#1| (-349)))) (-3070 (((-418 $) $) 112 (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 109 (|has| |#1| (-363)))) (-1403 (((-3 $ "failed") $ $) 92 (|has| |#1| (-363)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 103 (|has| |#1| (-363)))) (-3920 (((-768) $) 105 (|has| |#1| (-363)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 106 (|has| |#1| (-363)))) (-3190 ((|#1| (-1259 $)) 48) ((|#1|) 61)) (-1820 (((-768) $) 150 (|has| |#1| (-349))) (((-3 (-768) "failed") $ $) 138 (|has| |#1| (-349)))) (-3534 (($ $) 136 (-4078 (-4348 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-768)) 134 (-4078 (-4348 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-1170)) 132 (-4348 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-641 (-1170))) 131 (-4348 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-1170) (-768)) 130 (-4348 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 (-768))) 129 (-4348 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-1 |#1| |#1|) (-768)) 122 (|has| |#1| (-363))) (($ $ (-1 |#1| |#1|)) 121 (|has| |#1| (-363)))) (-4027 (((-685 |#1|) (-1259 $) (-1 |#1| |#1|)) 153 (|has| |#1| (-363)))) (-3019 ((|#2|) 158)) (-3297 (($) 147 (|has| |#1| (-349)))) (-2467 (((-1259 |#1|) $ (-1259 $)) 51) (((-685 |#1|) (-1259 $) (-1259 $)) 50) (((-1259 |#1|) $) 67) (((-685 |#1|) (-1259 $)) 66)) (-2511 (((-1259 |#1|) $) 64) (($ (-1259 |#1|)) 63) ((|#2| $) 170) (($ |#2|) 156)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 144 (|has| |#1| (-349)))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38) (($ $) 91 (|has| |#1| (-363))) (($ (-407 (-564))) 86 (-4078 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564))))))) (-4018 (($ $) 143 (|has| |#1| (-349))) (((-3 $ "failed") $) 44 (|has| |#1| (-145)))) (-1349 ((|#2| $) 46)) (-2219 (((-768)) 28 T CONST)) (-3331 (((-1259 $)) 68)) (-3939 (((-112) $ $) 95 (|has| |#1| (-363)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $) 135 (-4078 (-4348 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-768)) 133 (-4078 (-4348 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-1170)) 128 (-4348 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-641 (-1170))) 127 (-4348 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-1170) (-768)) 126 (-4348 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 (-768))) 125 (-4348 (|has| |#1| (-897 (-1170))) (|has| |#1| (-363)))) (($ $ (-1 |#1| |#1|) (-768)) 124 (|has| |#1| (-363))) (($ $ (-1 |#1| |#1|)) 123 (|has| |#1| (-363)))) (-1702 (((-112) $ $) 6)) (-1823 (($ $ $) 120 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 117 (|has| |#1| (-363)))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39) (($ (-407 (-564)) $) 119 (|has| |#1| (-363))) (($ $ (-407 (-564))) 118 (|has| |#1| (-363)))))
(((-721 |#1| |#2|) (-140) (-172) (-1235 |t#1|)) (T -721))
-((-2739 (*1 *1) (-12 (-4 *2 (-172)) (-4 *1 (-721 *2 *3)) (-4 *3 (-1235 *2)))) (-3290 (*1 *2) (-12 (-4 *1 (-721 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3)))) (-3658 (*1 *1 *2) (-12 (-4 *3 (-172)) (-4 *1 (-721 *3 *2)) (-4 *2 (-1235 *3)))) (-2153 (*1 *1 *2) (-12 (-4 *3 (-172)) (-4 *1 (-721 *3 *2)) (-4 *2 (-1235 *3)))) (-3646 (*1 *2 *1) (-12 (-4 *1 (-721 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3)))) (-3658 (*1 *1 *2) (|partial| -12 (-5 *2 (-407 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-363)) (-4 *3 (-172)) (-4 *1 (-721 *3 *4)))) (-3141 (*1 *2 *3 *4) (-12 (-5 *3 (-1259 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-363)) (-4 *1 (-721 *5 *6)) (-4 *5 (-172)) (-4 *6 (-1235 *5)) (-5 *2 (-685 *5)))))
-(-13 (-409 |t#1| |t#2|) (-172) (-612 |t#2|) (-411 |t#1|) (-377 |t#1|) (-10 -8 (-15 -2739 ($)) (-15 -3290 (|t#2|)) (-15 -3658 ($ |t#2|)) (-15 -2153 ($ |t#2|)) (-15 -3646 (|t#2| $)) (IF (|has| |t#1| (-368)) (-6 (-368)) |%noBranch|) (IF (|has| |t#1| (-363)) (PROGN (-6 (-363)) (-6 (-231 |t#1|)) (-15 -3658 ((-3 $ "failed") (-407 |t#2|))) (-15 -3141 ((-685 |t#1|) (-1259 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-349)) (-6 (-349)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-38 |#1|) . T) ((-38 $) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-102) . T) ((-111 #0# #0#) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2713 (|has| |#1| (-349)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-614 #0#) -2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-349)) (|has| |#1| (-363))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 $) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) . T) ((-612 |#2|) . T) ((-231 |#1|) |has| |#1| (-363)) ((-233) -2713 (|has| |#1| (-349)) (-12 (|has| |#1| (-233)) (|has| |#1| (-363)))) ((-243) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-290) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-307) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-363) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-402) |has| |#1| (-349)) ((-368) -2713 (|has| |#1| (-368)) (|has| |#1| (-349))) ((-349) |has| |#1| (-349)) ((-370 |#1| |#2|) . T) ((-409 |#1| |#2|) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-452) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-556) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-644 #0#) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-714 |#1|) . T) ((-714 $) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170)))) ((-917) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 #0#) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-1052 |#1|) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| |#1| (-349)) ((-1213) -2713 (|has| |#1| (-349)) (|has| |#1| (-363))))
-((-1692 (($) 11)) (-3233 (((-3 $ "failed") $) 14)) (-3282 (((-112) $) 10)) (** (($ $ (-918)) NIL) (($ $ (-768)) 20)))
-(((-722 |#1|) (-10 -8 (-15 -3233 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-768))) (-15 -3282 ((-112) |#1|)) (-15 -1692 (|#1|)) (-15 ** (|#1| |#1| (-918)))) (-723)) (T -722))
-NIL
-(-10 -8 (-15 -3233 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-768))) (-15 -3282 ((-112) |#1|)) (-15 -1692 (|#1|)) (-15 ** (|#1| |#1| (-918))))
-((-1709 (((-112) $ $) 7)) (-1692 (($) 18 T CONST)) (-3233 (((-3 $ "failed") $) 15)) (-3282 (((-112) $) 17)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2898 (($) 19 T CONST)) (-2853 (((-112) $ $) 6)) (** (($ $ (-918)) 13) (($ $ (-768)) 16)) (* (($ $ $) 14)))
+((-1426 (*1 *1) (-12 (-4 *2 (-172)) (-4 *1 (-721 *2 *3)) (-4 *3 (-1235 *2)))) (-3019 (*1 *2) (-12 (-4 *1 (-721 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3)))) (-1988 (*1 *1 *2) (-12 (-4 *3 (-172)) (-4 *1 (-721 *3 *2)) (-4 *2 (-1235 *3)))) (-2511 (*1 *1 *2) (-12 (-4 *3 (-172)) (-4 *1 (-721 *3 *2)) (-4 *2 (-1235 *3)))) (-1977 (*1 *2 *1) (-12 (-4 *1 (-721 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3)))) (-1988 (*1 *1 *2) (|partial| -12 (-5 *2 (-407 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-363)) (-4 *3 (-172)) (-4 *1 (-721 *3 *4)))) (-4027 (*1 *2 *3 *4) (-12 (-5 *3 (-1259 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-363)) (-4 *1 (-721 *5 *6)) (-4 *5 (-172)) (-4 *6 (-1235 *5)) (-5 *2 (-685 *5)))))
+(-13 (-409 |t#1| |t#2|) (-172) (-612 |t#2|) (-411 |t#1|) (-377 |t#1|) (-10 -8 (-15 -1426 ($)) (-15 -3019 (|t#2|)) (-15 -1988 ($ |t#2|)) (-15 -2511 ($ |t#2|)) (-15 -1977 (|t#2| $)) (IF (|has| |t#1| (-368)) (-6 (-368)) |%noBranch|) (IF (|has| |t#1| (-363)) (PROGN (-6 (-363)) (-6 (-231 |t#1|)) (-15 -1988 ((-3 $ "failed") (-407 |t#2|))) (-15 -4027 ((-685 |t#1|) (-1259 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-349)) (-6 (-349)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-38 |#1|) . T) ((-38 $) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-102) . T) ((-111 #0# #0#) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -4078 (|has| |#1| (-349)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-614 #0#) -4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-349)) (|has| |#1| (-363))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 $) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) . T) ((-612 |#2|) . T) ((-231 |#1|) |has| |#1| (-363)) ((-233) -4078 (|has| |#1| (-349)) (-12 (|has| |#1| (-233)) (|has| |#1| (-363)))) ((-243) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-290) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-307) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-363) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-402) |has| |#1| (-349)) ((-368) -4078 (|has| |#1| (-368)) (|has| |#1| (-349))) ((-349) |has| |#1| (-349)) ((-370 |#1| |#2|) . T) ((-409 |#1| |#2|) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-452) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-556) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-644 #0#) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-714 |#1|) . T) ((-714 $) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170)))) ((-917) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 #0#) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))) ((-1052 |#1|) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| |#1| (-349)) ((-1213) -4078 (|has| |#1| (-349)) (|has| |#1| (-363))))
+((-1778 (($) 11)) (-3733 (((-3 $ "failed") $) 14)) (-2949 (((-112) $) 10)) (** (($ $ (-918)) NIL) (($ $ (-768)) 20)))
+(((-722 |#1|) (-10 -8 (-15 -3733 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-768))) (-15 -2949 ((-112) |#1|)) (-15 -1778 (|#1|)) (-15 ** (|#1| |#1| (-918)))) (-723)) (T -722))
+NIL
+(-10 -8 (-15 -3733 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-768))) (-15 -2949 ((-112) |#1|)) (-15 -1778 (|#1|)) (-15 ** (|#1| |#1| (-918))))
+((-1817 (((-112) $ $) 7)) (-1778 (($) 18 T CONST)) (-3733 (((-3 $ "failed") $) 15)) (-2949 (((-112) $) 17)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1300 (($) 19 T CONST)) (-1702 (((-112) $ $) 6)) (** (($ $ (-918)) 13) (($ $ (-768)) 16)) (* (($ $ $) 14)))
(((-723) (-140)) (T -723))
-((-2898 (*1 *1) (-4 *1 (-723))) (-1692 (*1 *1) (-4 *1 (-723))) (-3282 (*1 *2 *1) (-12 (-4 *1 (-723)) (-5 *2 (-112)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-723)) (-5 *2 (-768)))) (-3233 (*1 *1 *1) (|partial| -4 *1 (-723))))
-(-13 (-1106) (-10 -8 (-15 (-2898) ($) -1367) (-15 -1692 ($) -1367) (-15 -3282 ((-112) $)) (-15 ** ($ $ (-768))) (-15 -3233 ((-3 $ "failed") $))))
+((-1300 (*1 *1) (-4 *1 (-723))) (-1778 (*1 *1) (-4 *1 (-723))) (-2949 (*1 *2 *1) (-12 (-4 *1 (-723)) (-5 *2 (-112)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-723)) (-5 *2 (-768)))) (-3733 (*1 *1 *1) (|partial| -4 *1 (-723))))
+(-13 (-1106) (-10 -8 (-15 (-1300) ($) -1809) (-15 -1778 ($) -1809) (-15 -2949 ((-112) $)) (-15 ** ($ $ (-768))) (-15 -3733 ((-3 $ "failed") $))))
(((-102) . T) ((-611 (-859)) . T) ((-1106) . T) ((-1094) . T))
-((-2397 (((-2 (|:| -2309 (-418 |#2|)) (|:| |special| (-418 |#2|))) |#2| (-1 |#2| |#2|)) 39)) (-2045 (((-2 (|:| -2309 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12)) (-4073 ((|#2| (-407 |#2|) (-1 |#2| |#2|)) 13)) (-3064 (((-2 (|:| |poly| |#2|) (|:| -2309 (-407 |#2|)) (|:| |special| (-407 |#2|))) (-407 |#2|) (-1 |#2| |#2|)) 48)))
-(((-724 |#1| |#2|) (-10 -7 (-15 -2045 ((-2 (|:| -2309 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2397 ((-2 (|:| -2309 (-418 |#2|)) (|:| |special| (-418 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -4073 (|#2| (-407 |#2|) (-1 |#2| |#2|))) (-15 -3064 ((-2 (|:| |poly| |#2|) (|:| -2309 (-407 |#2|)) (|:| |special| (-407 |#2|))) (-407 |#2|) (-1 |#2| |#2|)))) (-363) (-1235 |#1|)) (T -724))
-((-3064 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |poly| *6) (|:| -2309 (-407 *6)) (|:| |special| (-407 *6)))) (-5 *1 (-724 *5 *6)) (-5 *3 (-407 *6)))) (-4073 (*1 *2 *3 *4) (-12 (-5 *3 (-407 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1235 *5)) (-5 *1 (-724 *5 *2)) (-4 *5 (-363)))) (-2397 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| -2309 (-418 *3)) (|:| |special| (-418 *3)))) (-5 *1 (-724 *5 *3)))) (-2045 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| -2309 *3) (|:| |special| *3))) (-5 *1 (-724 *5 *3)))))
-(-10 -7 (-15 -2045 ((-2 (|:| -2309 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2397 ((-2 (|:| -2309 (-418 |#2|)) (|:| |special| (-418 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -4073 (|#2| (-407 |#2|) (-1 |#2| |#2|))) (-15 -3064 ((-2 (|:| |poly| |#2|) (|:| -2309 (-407 |#2|)) (|:| |special| (-407 |#2|))) (-407 |#2|) (-1 |#2| |#2|))))
-((-4315 ((|#7| (-641 |#5|) |#6|) NIL)) (-2110 ((|#7| (-1 |#5| |#4|) |#6|) 27)))
-(((-725 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2110 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -4315 (|#7| (-641 |#5|) |#6|))) (-847) (-790) (-790) (-1046) (-1046) (-946 |#4| |#2| |#1|) (-946 |#5| |#3| |#1|)) (T -725))
-((-4315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *9)) (-4 *9 (-1046)) (-4 *5 (-847)) (-4 *6 (-790)) (-4 *8 (-1046)) (-4 *2 (-946 *9 *7 *5)) (-5 *1 (-725 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-790)) (-4 *4 (-946 *8 *6 *5)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1046)) (-4 *9 (-1046)) (-4 *5 (-847)) (-4 *6 (-790)) (-4 *2 (-946 *9 *7 *5)) (-5 *1 (-725 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-790)) (-4 *4 (-946 *8 *6 *5)))))
-(-10 -7 (-15 -2110 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -4315 (|#7| (-641 |#5|) |#6|)))
-((-2110 ((|#7| (-1 |#2| |#1|) |#6|) 28)))
-(((-726 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2110 (|#7| (-1 |#2| |#1|) |#6|))) (-847) (-847) (-790) (-790) (-1046) (-946 |#5| |#3| |#1|) (-946 |#5| |#4| |#2|)) (T -726))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-847)) (-4 *6 (-847)) (-4 *7 (-790)) (-4 *9 (-1046)) (-4 *2 (-946 *9 *8 *6)) (-5 *1 (-726 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-790)) (-4 *4 (-946 *9 *7 *5)))))
-(-10 -7 (-15 -2110 (|#7| (-1 |#2| |#1|) |#6|)))
-((-4020 (((-418 |#4|) |#4|) 42)))
-(((-727 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4020 ((-418 |#4|) |#4|))) (-790) (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)) (-15 -2794 ((-3 $ "failed") (-1170))))) (-307) (-946 (-949 |#3|) |#1| |#2|)) (T -727))
-((-4020 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)) (-15 -2794 ((-3 $ "failed") (-1170)))))) (-4 *6 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-727 *4 *5 *6 *3)) (-4 *3 (-946 (-949 *6) *4 *5)))))
-(-10 -7 (-15 -4020 ((-418 |#4|) |#4|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-861 |#1|)) $) NIL)) (-3992 (((-1166 $) $ (-861 |#1|)) NIL) (((-1166 |#2|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#2| (-556)))) (-4010 (($ $) NIL (|has| |#2| (-556)))) (-2662 (((-112) $) NIL (|has| |#2| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-861 |#1|))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2275 (($ $) NIL (|has| |#2| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#2| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-861 |#1|) "failed") $) NIL)) (-3437 ((|#2| $) NIL) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-861 |#1|) $) NIL)) (-3378 (($ $ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-4316 (($ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#2| (-906)))) (-1587 (($ $ |#2| (-531 (-861 |#1|)) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-4143 (($ (-1166 |#2|) (-861 |#1|)) NIL) (($ (-1166 $) (-861 |#1|)) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#2| (-531 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-861 |#1|)) NIL)) (-1696 (((-531 (-861 |#1|)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-2766 (($ $ $) NIL (|has| |#2| (-847)))) (-1650 (($ $ $) NIL (|has| |#2| (-847)))) (-2286 (($ (-1 (-531 (-861 |#1|)) (-531 (-861 |#1|))) $) NIL)) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-4264 (((-3 (-861 |#1|) "failed") $) NIL)) (-4280 (($ $) NIL)) (-4292 ((|#2| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-2811 (((-1152) $) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-861 |#1|)) (|:| -2954 (-768))) "failed") $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 ((|#2| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#2| (-906)))) (-2628 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-556)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-861 |#1|) |#2|) NIL) (($ $ (-641 (-861 |#1|)) (-641 |#2|)) NIL) (($ $ (-861 |#1|) $) NIL) (($ $ (-641 (-861 |#1|)) (-641 $)) NIL)) (-3928 (($ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-1795 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-4341 (((-531 (-861 |#1|)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-861 |#1|) (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-2211 ((|#2| $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-861 |#1|)) NIL) (($ $) NIL (|has| |#2| (-556))) (($ (-407 (-564))) NIL (-2713 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))))) (-2415 (((-641 |#2|) $) NIL)) (-1346 ((|#2| $ (-531 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#2| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#2| (-556)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2920 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2983 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#2| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#2| (-38 (-407 (-564))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+((-4274 (((-2 (|:| -3345 (-418 |#2|)) (|:| |special| (-418 |#2|))) |#2| (-1 |#2| |#2|)) 39)) (-3838 (((-2 (|:| -3345 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12)) (-4046 ((|#2| (-407 |#2|) (-1 |#2| |#2|)) 13)) (-1295 (((-2 (|:| |poly| |#2|) (|:| -3345 (-407 |#2|)) (|:| |special| (-407 |#2|))) (-407 |#2|) (-1 |#2| |#2|)) 48)))
+(((-724 |#1| |#2|) (-10 -7 (-15 -3838 ((-2 (|:| -3345 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -4274 ((-2 (|:| -3345 (-418 |#2|)) (|:| |special| (-418 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -4046 (|#2| (-407 |#2|) (-1 |#2| |#2|))) (-15 -1295 ((-2 (|:| |poly| |#2|) (|:| -3345 (-407 |#2|)) (|:| |special| (-407 |#2|))) (-407 |#2|) (-1 |#2| |#2|)))) (-363) (-1235 |#1|)) (T -724))
+((-1295 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| |poly| *6) (|:| -3345 (-407 *6)) (|:| |special| (-407 *6)))) (-5 *1 (-724 *5 *6)) (-5 *3 (-407 *6)))) (-4046 (*1 *2 *3 *4) (-12 (-5 *3 (-407 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1235 *5)) (-5 *1 (-724 *5 *2)) (-4 *5 (-363)))) (-4274 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| -3345 (-418 *3)) (|:| |special| (-418 *3)))) (-5 *1 (-724 *5 *3)))) (-3838 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363)) (-5 *2 (-2 (|:| -3345 *3) (|:| |special| *3))) (-5 *1 (-724 *5 *3)))))
+(-10 -7 (-15 -3838 ((-2 (|:| -3345 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -4274 ((-2 (|:| -3345 (-418 |#2|)) (|:| |special| (-418 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -4046 (|#2| (-407 |#2|) (-1 |#2| |#2|))) (-15 -1295 ((-2 (|:| |poly| |#2|) (|:| -3345 (-407 |#2|)) (|:| |special| (-407 |#2|))) (-407 |#2|) (-1 |#2| |#2|))))
+((-1319 ((|#7| (-641 |#5|) |#6|) NIL)) (-2449 ((|#7| (-1 |#5| |#4|) |#6|) 27)))
+(((-725 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2449 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -1319 (|#7| (-641 |#5|) |#6|))) (-847) (-790) (-790) (-1046) (-1046) (-946 |#4| |#2| |#1|) (-946 |#5| |#3| |#1|)) (T -725))
+((-1319 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *9)) (-4 *9 (-1046)) (-4 *5 (-847)) (-4 *6 (-790)) (-4 *8 (-1046)) (-4 *2 (-946 *9 *7 *5)) (-5 *1 (-725 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-790)) (-4 *4 (-946 *8 *6 *5)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1046)) (-4 *9 (-1046)) (-4 *5 (-847)) (-4 *6 (-790)) (-4 *2 (-946 *9 *7 *5)) (-5 *1 (-725 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-790)) (-4 *4 (-946 *8 *6 *5)))))
+(-10 -7 (-15 -2449 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -1319 (|#7| (-641 |#5|) |#6|)))
+((-2449 ((|#7| (-1 |#2| |#1|) |#6|) 28)))
+(((-726 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2449 (|#7| (-1 |#2| |#1|) |#6|))) (-847) (-847) (-790) (-790) (-1046) (-946 |#5| |#3| |#1|) (-946 |#5| |#4| |#2|)) (T -726))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-847)) (-4 *6 (-847)) (-4 *7 (-790)) (-4 *9 (-1046)) (-4 *2 (-946 *9 *8 *6)) (-5 *1 (-726 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-790)) (-4 *4 (-946 *9 *7 *5)))))
+(-10 -7 (-15 -2449 (|#7| (-1 |#2| |#1|) |#6|)))
+((-3070 (((-418 |#4|) |#4|) 42)))
+(((-727 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3070 ((-418 |#4|) |#4|))) (-790) (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)) (-15 -3871 ((-3 $ "failed") (-1170))))) (-307) (-946 (-949 |#3|) |#1| |#2|)) (T -727))
+((-3070 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)) (-15 -3871 ((-3 $ "failed") (-1170)))))) (-4 *6 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-727 *4 *5 *6 *3)) (-4 *3 (-946 (-949 *6) *4 *5)))))
+(-10 -7 (-15 -3070 ((-418 |#4|) |#4|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-861 |#1|)) $) NIL)) (-3040 (((-1166 $) $ (-861 |#1|)) NIL) (((-1166 |#2|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#2| (-556)))) (-1537 (($ $) NIL (|has| |#2| (-556)))) (-1932 (((-112) $) NIL (|has| |#2| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-861 |#1|))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2427 (($ $) NIL (|has| |#2| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#2| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-861 |#1|) "failed") $) NIL)) (-2237 ((|#2| $) NIL) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-861 |#1|) $) NIL)) (-1357 (($ $ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-3396 (($ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#2| (-906)))) (-2055 (($ $ |#2| (-531 (-861 |#1|)) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-861 |#1|) (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-3198 (($ (-1166 |#2|) (-861 |#1|)) NIL) (($ (-1166 $) (-861 |#1|)) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#2| (-531 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-861 |#1|)) NIL)) (-1826 (((-531 (-861 |#1|)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-1925 (($ $ $) NIL (|has| |#2| (-847)))) (-3375 (($ $ $) NIL (|has| |#2| (-847)))) (-2546 (($ (-1 (-531 (-861 |#1|)) (-531 (-861 |#1|))) $) NIL)) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-2169 (((-3 (-861 |#1|) "failed") $) NIL)) (-3356 (($ $) NIL)) (-3370 ((|#2| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-2723 (((-1152) $) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-861 |#1|)) (|:| -1558 (-768))) "failed") $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 ((|#2| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#2| (-906)))) (-1403 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-556)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-861 |#1|) |#2|) NIL) (($ $ (-641 (-861 |#1|)) (-641 |#2|)) NIL) (($ $ (-861 |#1|) $) NIL) (($ $ (-641 (-861 |#1|)) (-641 $)) NIL)) (-3190 (($ $ (-861 |#1|)) NIL (|has| |#2| (-172)))) (-3534 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1619 (((-531 (-861 |#1|)) $) NIL) (((-768) $ (-861 |#1|)) NIL) (((-641 (-768)) $ (-641 (-861 |#1|))) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-861 |#1|) (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-861 |#1|) (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-3008 ((|#2| $) NIL (|has| |#2| (-452))) (($ $ (-861 |#1|)) NIL (|has| |#2| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-861 |#1|)) NIL) (($ $) NIL (|has| |#2| (-556))) (($ (-407 (-564))) NIL (-4078 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564))))))) (-3227 (((-641 |#2|) $) NIL)) (-2742 ((|#2| $ (-531 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#2| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#2| (-556)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-861 |#1|)) NIL) (($ $ (-641 (-861 |#1|))) NIL) (($ $ (-861 |#1|) (-768)) NIL) (($ $ (-641 (-861 |#1|)) (-641 (-768))) NIL)) (-1762 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1823 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#2| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#2| (-38 (-407 (-564))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
(((-728 |#1| |#2|) (-946 |#2| (-531 (-861 |#1|)) (-861 |#1|)) (-641 (-1170)) (-1046)) (T -728))
NIL
(-946 |#2| (-531 (-861 |#1|)) (-861 |#1|))
-((-2774 (((-2 (|:| -1578 (-949 |#3|)) (|:| -3070 (-949 |#3|))) |#4|) 14)) (-2671 ((|#4| |#4| |#2|) 33)) (-1643 ((|#4| (-407 (-949 |#3|)) |#2|) 64)) (-3081 ((|#4| (-1166 (-949 |#3|)) |#2|) 80)) (-2715 ((|#4| (-1166 |#4|) |#2|) 51)) (-4009 ((|#4| |#4| |#2|) 54)) (-4020 (((-418 |#4|) |#4|) 40)))
-(((-729 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2774 ((-2 (|:| -1578 (-949 |#3|)) (|:| -3070 (-949 |#3|))) |#4|)) (-15 -4009 (|#4| |#4| |#2|)) (-15 -2715 (|#4| (-1166 |#4|) |#2|)) (-15 -2671 (|#4| |#4| |#2|)) (-15 -3081 (|#4| (-1166 (-949 |#3|)) |#2|)) (-15 -1643 (|#4| (-407 (-949 |#3|)) |#2|)) (-15 -4020 ((-418 |#4|) |#4|))) (-790) (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)))) (-556) (-946 (-407 (-949 |#3|)) |#1| |#2|)) (T -729))
-((-4020 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))) (-4 *6 (-556)) (-5 *2 (-418 *3)) (-5 *1 (-729 *4 *5 *6 *3)) (-4 *3 (-946 (-407 (-949 *6)) *4 *5)))) (-1643 (*1 *2 *3 *4) (-12 (-4 *6 (-556)) (-4 *2 (-946 *3 *5 *4)) (-5 *1 (-729 *5 *4 *6 *2)) (-5 *3 (-407 (-949 *6))) (-4 *5 (-790)) (-4 *4 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))))) (-3081 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 (-949 *6))) (-4 *6 (-556)) (-4 *2 (-946 (-407 (-949 *6)) *5 *4)) (-5 *1 (-729 *5 *4 *6 *2)) (-4 *5 (-790)) (-4 *4 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))))) (-2671 (*1 *2 *2 *3) (-12 (-4 *4 (-790)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))) (-4 *5 (-556)) (-5 *1 (-729 *4 *3 *5 *2)) (-4 *2 (-946 (-407 (-949 *5)) *4 *3)))) (-2715 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *2)) (-4 *2 (-946 (-407 (-949 *6)) *5 *4)) (-5 *1 (-729 *5 *4 *6 *2)) (-4 *5 (-790)) (-4 *4 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))) (-4 *6 (-556)))) (-4009 (*1 *2 *2 *3) (-12 (-4 *4 (-790)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))) (-4 *5 (-556)) (-5 *1 (-729 *4 *3 *5 *2)) (-4 *2 (-946 (-407 (-949 *5)) *4 *3)))) (-2774 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))) (-4 *6 (-556)) (-5 *2 (-2 (|:| -1578 (-949 *6)) (|:| -3070 (-949 *6)))) (-5 *1 (-729 *4 *5 *6 *3)) (-4 *3 (-946 (-407 (-949 *6)) *4 *5)))))
-(-10 -7 (-15 -2774 ((-2 (|:| -1578 (-949 |#3|)) (|:| -3070 (-949 |#3|))) |#4|)) (-15 -4009 (|#4| |#4| |#2|)) (-15 -2715 (|#4| (-1166 |#4|) |#2|)) (-15 -2671 (|#4| |#4| |#2|)) (-15 -3081 (|#4| (-1166 (-949 |#3|)) |#2|)) (-15 -1643 (|#4| (-407 (-949 |#3|)) |#2|)) (-15 -4020 ((-418 |#4|) |#4|)))
-((-4020 (((-418 |#4|) |#4|) 54)))
-(((-730 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4020 ((-418 |#4|) |#4|))) (-790) (-847) (-13 (-307) (-147)) (-946 (-407 |#3|) |#1| |#2|)) (T -730))
-((-4020 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-13 (-307) (-147))) (-5 *2 (-418 *3)) (-5 *1 (-730 *4 *5 *6 *3)) (-4 *3 (-946 (-407 *6) *4 *5)))))
-(-10 -7 (-15 -4020 ((-418 |#4|) |#4|)))
-((-2110 (((-732 |#2| |#3|) (-1 |#2| |#1|) (-732 |#1| |#3|)) 18)))
-(((-731 |#1| |#2| |#3|) (-10 -7 (-15 -2110 ((-732 |#2| |#3|) (-1 |#2| |#1|) (-732 |#1| |#3|)))) (-1046) (-1046) (-723)) (T -731))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-732 *5 *7)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-4 *7 (-723)) (-5 *2 (-732 *6 *7)) (-5 *1 (-731 *5 *6 *7)))))
-(-10 -7 (-15 -2110 ((-732 |#2| |#3|) (-1 |#2| |#1|) (-732 |#1| |#3|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 39)) (-1747 (((-641 (-2 (|:| -2784 |#1|) (|:| -3591 |#2|))) $) 40)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1860 (((-768)) 22 (-12 (|has| |#2| (-368)) (|has| |#1| (-368))))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) 78) (((-3 |#1| "failed") $) 81)) (-3437 ((|#2| $) NIL) ((|#1| $) NIL)) (-4316 (($ $) 104 (|has| |#2| (-847)))) (-3233 (((-3 $ "failed") $) 87)) (-3746 (($) 51 (-12 (|has| |#2| (-368)) (|has| |#1| (-368))))) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) 72)) (-3863 (((-641 $) $) 55)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| |#2|) 17)) (-2110 (($ (-1 |#1| |#1|) $) 70)) (-2981 (((-918) $) 46 (-12 (|has| |#2| (-368)) (|has| |#1| (-368))))) (-4280 ((|#2| $) 103 (|has| |#2| (-847)))) (-4292 ((|#1| $) 102 (|has| |#2| (-847)))) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) 38 (-12 (|has| |#2| (-368)) (|has| |#1| (-368))))) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 101) (($ (-564)) 61) (($ |#2|) 58) (($ |#1|) 59) (($ (-641 (-2 (|:| -2784 |#1|) (|:| -3591 |#2|)))) 11)) (-2415 (((-641 |#1|) $) 57)) (-1346 ((|#1| $ |#2|) 115)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-2885 (($) 12 T CONST)) (-2898 (($) 47 T CONST)) (-2853 (((-112) $ $) 107)) (-2970 (($ $) 63) (($ $ $) NIL)) (-2956 (($ $ $) 36)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 68) (($ $ $) 118) (($ |#1| $) 65 (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
-(((-732 |#1| |#2|) (-13 (-1046) (-1035 |#2|) (-1035 |#1|) (-10 -8 (-15 -4132 ($ |#1| |#2|)) (-15 -1346 (|#1| $ |#2|)) (-15 -1721 ($ (-641 (-2 (|:| -2784 |#1|) (|:| -3591 |#2|))))) (-15 -1747 ((-641 (-2 (|:| -2784 |#1|) (|:| -3591 |#2|))) $)) (-15 -2110 ($ (-1 |#1| |#1|) $)) (-15 -1924 ((-112) $)) (-15 -2415 ((-641 |#1|) $)) (-15 -3863 ((-641 $) $)) (-15 -4083 ((-768) $)) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-368)) (IF (|has| |#2| (-368)) (-6 (-368)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-847)) (PROGN (-15 -4280 (|#2| $)) (-15 -4292 (|#1| $)) (-15 -4316 ($ $))) |%noBranch|))) (-1046) (-723)) (T -732))
-((-4132 (*1 *1 *2 *3) (-12 (-5 *1 (-732 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-723)))) (-1346 (*1 *2 *1 *3) (-12 (-4 *2 (-1046)) (-5 *1 (-732 *2 *3)) (-4 *3 (-723)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2784 *3) (|:| -3591 *4)))) (-4 *3 (-1046)) (-4 *4 (-723)) (-5 *1 (-732 *3 *4)))) (-1747 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| -2784 *3) (|:| -3591 *4)))) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723)))) (-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-732 *3 *4)) (-4 *4 (-723)))) (-1924 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723)))) (-2415 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723)))) (-3863 (*1 *2 *1) (-12 (-5 *2 (-641 (-732 *3 *4))) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723)))) (-4083 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723)))) (-4280 (*1 *2 *1) (-12 (-4 *2 (-723)) (-4 *2 (-847)) (-5 *1 (-732 *3 *2)) (-4 *3 (-1046)))) (-4292 (*1 *2 *1) (-12 (-4 *2 (-1046)) (-5 *1 (-732 *2 *3)) (-4 *3 (-847)) (-4 *3 (-723)))) (-4316 (*1 *1 *1) (-12 (-5 *1 (-732 *2 *3)) (-4 *3 (-847)) (-4 *2 (-1046)) (-4 *3 (-723)))))
-(-13 (-1046) (-1035 |#2|) (-1035 |#1|) (-10 -8 (-15 -4132 ($ |#1| |#2|)) (-15 -1346 (|#1| $ |#2|)) (-15 -1721 ($ (-641 (-2 (|:| -2784 |#1|) (|:| -3591 |#2|))))) (-15 -1747 ((-641 (-2 (|:| -2784 |#1|) (|:| -3591 |#2|))) $)) (-15 -2110 ($ (-1 |#1| |#1|) $)) (-15 -1924 ((-112) $)) (-15 -2415 ((-641 |#1|) $)) (-15 -3863 ((-641 $) $)) (-15 -4083 ((-768) $)) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-368)) (IF (|has| |#2| (-368)) (-6 (-368)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-847)) (PROGN (-15 -4280 (|#2| $)) (-15 -4292 (|#1| $)) (-15 -4316 ($ $))) |%noBranch|)))
-((-1709 (((-112) $ $) 19)) (-1749 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-1623 (($ $ $) 72)) (-3331 (((-112) $ $) 73)) (-1729 (((-112) $ (-768)) 8)) (-2268 (($ (-641 |#1|)) 68) (($) 67)) (-4085 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-3176 (($ $) 62)) (-1928 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3537 (($ |#1| $) 47 (|has| $ (-6 -4412))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4412)))) (-3813 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4412)))) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-3539 (((-112) $ $) 64)) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22)) (-1475 (($ $ $) 69)) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 40) (($ |#1| $ (-768)) 63)) (-4382 (((-1114) $) 21)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-3464 (((-641 (-2 (|:| -3096 |#1|) (|:| -1292 (-768)))) $) 61)) (-2125 (($ $ |#1|) 71) (($ $ $) 70)) (-2710 (($) 49) (($ (-641 |#1|)) 48)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 50)) (-1721 (((-859) $) 18)) (-4081 (($ (-641 |#1|)) 66) (($) 65)) (-1959 (($ (-641 |#1|)) 42)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20)) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-3617 (((-2 (|:| -1986 (-949 |#3|)) (|:| -1351 (-949 |#3|))) |#4|) 14)) (-3909 ((|#4| |#4| |#2|) 33)) (-1337 ((|#4| (-407 (-949 |#3|)) |#2|) 64)) (-1457 ((|#4| (-1166 (-949 |#3|)) |#2|) 80)) (-4261 ((|#4| (-1166 |#4|) |#2|) 51)) (-1527 ((|#4| |#4| |#2|) 54)) (-3070 (((-418 |#4|) |#4|) 40)))
+(((-729 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3617 ((-2 (|:| -1986 (-949 |#3|)) (|:| -1351 (-949 |#3|))) |#4|)) (-15 -1527 (|#4| |#4| |#2|)) (-15 -4261 (|#4| (-1166 |#4|) |#2|)) (-15 -3909 (|#4| |#4| |#2|)) (-15 -1457 (|#4| (-1166 (-949 |#3|)) |#2|)) (-15 -1337 (|#4| (-407 (-949 |#3|)) |#2|)) (-15 -3070 ((-418 |#4|) |#4|))) (-790) (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)))) (-556) (-946 (-407 (-949 |#3|)) |#1| |#2|)) (T -729))
+((-3070 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))) (-4 *6 (-556)) (-5 *2 (-418 *3)) (-5 *1 (-729 *4 *5 *6 *3)) (-4 *3 (-946 (-407 (-949 *6)) *4 *5)))) (-1337 (*1 *2 *3 *4) (-12 (-4 *6 (-556)) (-4 *2 (-946 *3 *5 *4)) (-5 *1 (-729 *5 *4 *6 *2)) (-5 *3 (-407 (-949 *6))) (-4 *5 (-790)) (-4 *4 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))))) (-1457 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 (-949 *6))) (-4 *6 (-556)) (-4 *2 (-946 (-407 (-949 *6)) *5 *4)) (-5 *1 (-729 *5 *4 *6 *2)) (-4 *5 (-790)) (-4 *4 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))))) (-3909 (*1 *2 *2 *3) (-12 (-4 *4 (-790)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))) (-4 *5 (-556)) (-5 *1 (-729 *4 *3 *5 *2)) (-4 *2 (-946 (-407 (-949 *5)) *4 *3)))) (-4261 (*1 *2 *3 *4) (-12 (-5 *3 (-1166 *2)) (-4 *2 (-946 (-407 (-949 *6)) *5 *4)) (-5 *1 (-729 *5 *4 *6 *2)) (-4 *5 (-790)) (-4 *4 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))) (-4 *6 (-556)))) (-1527 (*1 *2 *2 *3) (-12 (-4 *4 (-790)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))) (-4 *5 (-556)) (-5 *1 (-729 *4 *3 *5 *2)) (-4 *2 (-946 (-407 (-949 *5)) *4 *3)))) (-3617 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))) (-4 *6 (-556)) (-5 *2 (-2 (|:| -1986 (-949 *6)) (|:| -1351 (-949 *6)))) (-5 *1 (-729 *4 *5 *6 *3)) (-4 *3 (-946 (-407 (-949 *6)) *4 *5)))))
+(-10 -7 (-15 -3617 ((-2 (|:| -1986 (-949 |#3|)) (|:| -1351 (-949 |#3|))) |#4|)) (-15 -1527 (|#4| |#4| |#2|)) (-15 -4261 (|#4| (-1166 |#4|) |#2|)) (-15 -3909 (|#4| |#4| |#2|)) (-15 -1457 (|#4| (-1166 (-949 |#3|)) |#2|)) (-15 -1337 (|#4| (-407 (-949 |#3|)) |#2|)) (-15 -3070 ((-418 |#4|) |#4|)))
+((-3070 (((-418 |#4|) |#4|) 54)))
+(((-730 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3070 ((-418 |#4|) |#4|))) (-790) (-847) (-13 (-307) (-147)) (-946 (-407 |#3|) |#1| |#2|)) (T -730))
+((-3070 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-13 (-307) (-147))) (-5 *2 (-418 *3)) (-5 *1 (-730 *4 *5 *6 *3)) (-4 *3 (-946 (-407 *6) *4 *5)))))
+(-10 -7 (-15 -3070 ((-418 |#4|) |#4|)))
+((-2449 (((-732 |#2| |#3|) (-1 |#2| |#1|) (-732 |#1| |#3|)) 18)))
+(((-731 |#1| |#2| |#3|) (-10 -7 (-15 -2449 ((-732 |#2| |#3|) (-1 |#2| |#1|) (-732 |#1| |#3|)))) (-1046) (-1046) (-723)) (T -731))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-732 *5 *7)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-4 *7 (-723)) (-5 *2 (-732 *6 *7)) (-5 *1 (-731 *5 *6 *7)))))
+(-10 -7 (-15 -2449 ((-732 |#2| |#3|) (-1 |#2| |#1|) (-732 |#1| |#3|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 39)) (-4163 (((-641 (-2 (|:| -2860 |#1|) (|:| -1383 |#2|))) $) 40)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3267 (((-768)) 22 (-12 (|has| |#2| (-368)) (|has| |#1| (-368))))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) 78) (((-3 |#1| "failed") $) 81)) (-2237 ((|#2| $) NIL) ((|#1| $) NIL)) (-3396 (($ $) 104 (|has| |#2| (-847)))) (-3733 (((-3 $ "failed") $) 87)) (-2900 (($) 51 (-12 (|has| |#2| (-368)) (|has| |#1| (-368))))) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) 72)) (-3802 (((-641 $) $) 55)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| |#2|) 17)) (-2449 (($ (-1 |#1| |#1|) $) 70)) (-1811 (((-918) $) 46 (-12 (|has| |#2| (-368)) (|has| |#1| (-368))))) (-3356 ((|#2| $) 103 (|has| |#2| (-847)))) (-3370 ((|#1| $) 102 (|has| |#2| (-847)))) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) 38 (-12 (|has| |#2| (-368)) (|has| |#1| (-368))))) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 101) (($ (-564)) 61) (($ |#2|) 58) (($ |#1|) 59) (($ (-641 (-2 (|:| -2860 |#1|) (|:| -1383 |#2|)))) 11)) (-3227 (((-641 |#1|) $) 57)) (-2742 ((|#1| $ |#2|) 115)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-1293 (($) 12 T CONST)) (-1300 (($) 47 T CONST)) (-1702 (((-112) $ $) 107)) (-1808 (($ $) 63) (($ $ $) NIL)) (-1797 (($ $ $) 36)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 68) (($ $ $) 118) (($ |#1| $) 65 (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
+(((-732 |#1| |#2|) (-13 (-1046) (-1035 |#2|) (-1035 |#1|) (-10 -8 (-15 -3186 ($ |#1| |#2|)) (-15 -2742 (|#1| $ |#2|)) (-15 -1831 ($ (-641 (-2 (|:| -2860 |#1|) (|:| -1383 |#2|))))) (-15 -4163 ((-641 (-2 (|:| -2860 |#1|) (|:| -1383 |#2|))) $)) (-15 -2449 ($ (-1 |#1| |#1|) $)) (-15 -2003 ((-112) $)) (-15 -3227 ((-641 |#1|) $)) (-15 -3802 ((-641 $) $)) (-15 -4128 ((-768) $)) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-368)) (IF (|has| |#2| (-368)) (-6 (-368)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-847)) (PROGN (-15 -3356 (|#2| $)) (-15 -3370 (|#1| $)) (-15 -3396 ($ $))) |%noBranch|))) (-1046) (-723)) (T -732))
+((-3186 (*1 *1 *2 *3) (-12 (-5 *1 (-732 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-723)))) (-2742 (*1 *2 *1 *3) (-12 (-4 *2 (-1046)) (-5 *1 (-732 *2 *3)) (-4 *3 (-723)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2860 *3) (|:| -1383 *4)))) (-4 *3 (-1046)) (-4 *4 (-723)) (-5 *1 (-732 *3 *4)))) (-4163 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| -2860 *3) (|:| -1383 *4)))) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723)))) (-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-732 *3 *4)) (-4 *4 (-723)))) (-2003 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723)))) (-3227 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723)))) (-3802 (*1 *2 *1) (-12 (-5 *2 (-641 (-732 *3 *4))) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723)))) (-4128 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723)))) (-3356 (*1 *2 *1) (-12 (-4 *2 (-723)) (-4 *2 (-847)) (-5 *1 (-732 *3 *2)) (-4 *3 (-1046)))) (-3370 (*1 *2 *1) (-12 (-4 *2 (-1046)) (-5 *1 (-732 *2 *3)) (-4 *3 (-847)) (-4 *3 (-723)))) (-3396 (*1 *1 *1) (-12 (-5 *1 (-732 *2 *3)) (-4 *3 (-847)) (-4 *2 (-1046)) (-4 *3 (-723)))))
+(-13 (-1046) (-1035 |#2|) (-1035 |#1|) (-10 -8 (-15 -3186 ($ |#1| |#2|)) (-15 -2742 (|#1| $ |#2|)) (-15 -1831 ($ (-641 (-2 (|:| -2860 |#1|) (|:| -1383 |#2|))))) (-15 -4163 ((-641 (-2 (|:| -2860 |#1|) (|:| -1383 |#2|))) $)) (-15 -2449 ($ (-1 |#1| |#1|) $)) (-15 -2003 ((-112) $)) (-15 -3227 ((-641 |#1|) $)) (-15 -3802 ((-641 $) $)) (-15 -4128 ((-768) $)) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-368)) (IF (|has| |#2| (-368)) (-6 (-368)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-847)) (PROGN (-15 -3356 (|#2| $)) (-15 -3370 (|#1| $)) (-15 -3396 ($ $))) |%noBranch|)))
+((-1817 (((-112) $ $) 19)) (-3650 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-2396 (($ $ $) 72)) (-2172 (((-112) $ $) 73)) (-4010 (((-112) $ (-768)) 8)) (-3810 (($ (-641 |#1|)) 68) (($) 67)) (-4145 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-4341 (($ $) 62)) (-3337 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3644 (($ |#1| $) 47 (|has| $ (-6 -4406))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4406)))) (-2576 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4406)))) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3668 (((-112) $ $) 64)) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22)) (-3425 (($ $ $) 69)) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 40) (($ |#1| $ (-768)) 63)) (-2780 (((-1114) $) 21)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-4096 (((-641 (-2 (|:| -1389 |#1|) (|:| -2791 (-768)))) $) 61)) (-3405 (($ $ |#1|) 71) (($ $ $) 70)) (-4232 (($) 49) (($ (-641 |#1|)) 48)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 50)) (-1831 (((-859) $) 18)) (-3131 (($ (-641 |#1|)) 66) (($) 65)) (-2321 (($ (-641 |#1|)) 42)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20)) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-733 |#1|) (-140) (-1094)) (T -733))
NIL
(-13 (-691 |t#1|) (-1092 |t#1|))
(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-611 (-859)) . T) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-235 |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-691 |#1|) . T) ((-1092 |#1|) . T) ((-1094) . T) ((-1209) . T))
-((-1709 (((-112) $ $) NIL)) (-1749 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 94)) (-1623 (($ $ $) 98)) (-3331 (((-112) $ $) 104)) (-1729 (((-112) $ (-768)) NIL)) (-2268 (($ (-641 |#1|)) 26) (($) 17)) (-4085 (($ (-1 (-112) |#1|) $) 82 (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3176 (($ $) 84)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3537 (($ |#1| $) 70 (|has| $ (-6 -4412))) (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4412))) (($ |#1| $ (-564)) 75) (($ (-1 (-112) |#1|) $ (-564)) 78)) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (($ |#1| $ (-564)) 80) (($ (-1 (-112) |#1|) $ (-564)) 81)) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412)))) (-1597 (((-641 |#1|) $) 32 (|has| $ (-6 -4412)))) (-3539 (((-112) $ $) 103)) (-1326 (($) 15) (($ |#1|) 28) (($ (-641 |#1|)) 23)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) 38)) (-3983 (((-112) |#1| $) 65 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) 87 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 88)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-1475 (($ $ $) 96)) (-4290 ((|#1| $) 62)) (-3573 (($ |#1| $) 63) (($ |#1| $ (-768)) 85)) (-4382 (((-1114) $) NIL)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-2382 ((|#1| $) 61)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 56)) (-3456 (($) 14)) (-3464 (((-641 (-2 (|:| -3096 |#1|) (|:| -1292 (-768)))) $) 55)) (-2125 (($ $ |#1|) NIL) (($ $ $) 97)) (-2710 (($) 16) (($ (-641 |#1|)) 25)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) 68 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) 79)) (-2153 (((-536) $) 36 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 22)) (-1721 (((-859) $) 49)) (-4081 (($ (-641 |#1|)) 27) (($) 18)) (-1959 (($ (-641 |#1|)) 24)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 102)) (-3435 (((-768) $) 67 (|has| $ (-6 -4412)))))
-(((-734 |#1|) (-13 (-733 |#1|) (-10 -8 (-6 -4412) (-6 -4413) (-15 -1326 ($)) (-15 -1326 ($ |#1|)) (-15 -1326 ($ (-641 |#1|))) (-15 -4317 ((-641 |#1|) $)) (-15 -3813 ($ |#1| $ (-564))) (-15 -3813 ($ (-1 (-112) |#1|) $ (-564))) (-15 -3537 ($ |#1| $ (-564))) (-15 -3537 ($ (-1 (-112) |#1|) $ (-564))))) (-1094)) (T -734))
-((-1326 (*1 *1) (-12 (-5 *1 (-734 *2)) (-4 *2 (-1094)))) (-1326 (*1 *1 *2) (-12 (-5 *1 (-734 *2)) (-4 *2 (-1094)))) (-1326 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-734 *3)))) (-4317 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-734 *3)) (-4 *3 (-1094)))) (-3813 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-734 *2)) (-4 *2 (-1094)))) (-3813 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-564)) (-4 *4 (-1094)) (-5 *1 (-734 *4)))) (-3537 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-734 *2)) (-4 *2 (-1094)))) (-3537 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-564)) (-4 *4 (-1094)) (-5 *1 (-734 *4)))))
-(-13 (-733 |#1|) (-10 -8 (-6 -4412) (-6 -4413) (-15 -1326 ($)) (-15 -1326 ($ |#1|)) (-15 -1326 ($ (-641 |#1|))) (-15 -4317 ((-641 |#1|) $)) (-15 -3813 ($ |#1| $ (-564))) (-15 -3813 ($ (-1 (-112) |#1|) $ (-564))) (-15 -3537 ($ |#1| $ (-564))) (-15 -3537 ($ (-1 (-112) |#1|) $ (-564)))))
-((-2272 (((-1264) (-1152)) 8)))
-(((-735) (-10 -7 (-15 -2272 ((-1264) (-1152))))) (T -735))
-((-2272 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-735)))))
-(-10 -7 (-15 -2272 ((-1264) (-1152))))
-((-3355 (((-641 |#1|) (-641 |#1|) (-641 |#1|)) 15)))
-(((-736 |#1|) (-10 -7 (-15 -3355 ((-641 |#1|) (-641 |#1|) (-641 |#1|)))) (-847)) (T -736))
-((-3355 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-736 *3)))))
-(-10 -7 (-15 -3355 ((-641 |#1|) (-641 |#1|) (-641 |#1|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4153 (((-641 |#2|) $) 139)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 132 (|has| |#1| (-556)))) (-4010 (($ $) 131 (|has| |#1| (-556)))) (-2662 (((-112) $) 129 (|has| |#1| (-556)))) (-1848 (($ $) 88 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 71 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) 19)) (-4029 (($ $) 70 (|has| |#1| (-38 (-407 (-564)))))) (-1827 (($ $) 87 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 72 (|has| |#1| (-38 (-407 (-564)))))) (-1871 (($ $) 86 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 73 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) 17 T CONST)) (-4316 (($ $) 123)) (-3233 (((-3 $ "failed") $) 33)) (-3229 (((-949 |#1|) $ (-768)) 101) (((-949 |#1|) $ (-768) (-768)) 100)) (-2214 (((-112) $) 140)) (-2682 (($) 98 (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-768) $ |#2|) 103) (((-768) $ |#2| (-768)) 102)) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 69 (|has| |#1| (-38 (-407 (-564)))))) (-1924 (((-112) $) 121)) (-4132 (($ $ (-641 |#2|) (-641 (-531 |#2|))) 138) (($ $ |#2| (-531 |#2|)) 137) (($ |#1| (-531 |#2|)) 122) (($ $ |#2| (-768)) 105) (($ $ (-641 |#2|) (-641 (-768))) 104)) (-2110 (($ (-1 |#1| |#1|) $) 120)) (-3612 (($ $) 95 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) 118)) (-4292 ((|#1| $) 117)) (-2811 (((-1152) $) 9)) (-2052 (($ $ |#2|) 99 (|has| |#1| (-38 (-407 (-564)))))) (-4382 (((-1114) $) 10)) (-3450 (($ $ (-768)) 106)) (-2628 (((-3 $ "failed") $ $) 133 (|has| |#1| (-556)))) (-2103 (($ $) 96 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (($ $ |#2| $) 114) (($ $ (-641 |#2|) (-641 $)) 113) (($ $ (-641 (-294 $))) 112) (($ $ (-294 $)) 111) (($ $ $ $) 110) (($ $ (-641 $) (-641 $)) 109)) (-1795 (($ $ |#2|) 42) (($ $ (-641 |#2|)) 41) (($ $ |#2| (-768)) 40) (($ $ (-641 |#2|) (-641 (-768))) 39)) (-4341 (((-531 |#2|) $) 119)) (-1882 (($ $) 85 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 74 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 84 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 75 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 83 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 76 (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) 141)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 136 (|has| |#1| (-172))) (($ $) 134 (|has| |#1| (-556))) (($ (-407 (-564))) 126 (|has| |#1| (-38 (-407 (-564)))))) (-1346 ((|#1| $ (-531 |#2|)) 124) (($ $ |#2| (-768)) 108) (($ $ (-641 |#2|) (-641 (-768))) 107)) (-2684 (((-3 $ "failed") $) 135 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1919 (($ $) 94 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 82 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) 130 (|has| |#1| (-556)))) (-1895 (($ $) 93 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 81 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 92 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 80 (|has| |#1| (-38 (-407 (-564)))))) (-2712 (($ $) 91 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 79 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 90 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 78 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 89 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 77 (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ |#2|) 38) (($ $ (-641 |#2|)) 37) (($ $ |#2| (-768)) 36) (($ $ (-641 |#2|) (-641 (-768))) 35)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 125 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ $) 97 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 68 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 128 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 127 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 116) (($ $ |#1|) 115)))
+((-1817 (((-112) $ $) NIL)) (-3650 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 94)) (-2396 (($ $ $) 98)) (-2172 (((-112) $ $) 104)) (-4010 (((-112) $ (-768)) NIL)) (-3810 (($ (-641 |#1|)) 26) (($) 17)) (-4145 (($ (-1 (-112) |#1|) $) 82 (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4341 (($ $) 84)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3644 (($ |#1| $) 70 (|has| $ (-6 -4406))) (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4406))) (($ |#1| $ (-564)) 75) (($ (-1 (-112) |#1|) $ (-564)) 78)) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (($ |#1| $ (-564)) 80) (($ (-1 (-112) |#1|) $ (-564)) 81)) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406)))) (-1433 (((-641 |#1|) $) 32 (|has| $ (-6 -4406)))) (-3668 (((-112) $ $) 103)) (-2524 (($) 15) (($ |#1|) 28) (($ (-641 |#1|)) 23)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) 38)) (-2516 (((-112) |#1| $) 65 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) 87 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 88)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-3425 (($ $ $) 96)) (-2401 ((|#1| $) 62)) (-2783 (($ |#1| $) 63) (($ |#1| $ (-768)) 85)) (-2780 (((-1114) $) NIL)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4153 ((|#1| $) 61)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 56)) (-4012 (($) 14)) (-4096 (((-641 (-2 (|:| -1389 |#1|) (|:| -2791 (-768)))) $) 55)) (-3405 (($ $ |#1|) NIL) (($ $ $) 97)) (-4232 (($) 16) (($ (-641 |#1|)) 25)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) 68 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) 79)) (-2511 (((-536) $) 36 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 22)) (-1831 (((-859) $) 49)) (-3131 (($ (-641 |#1|)) 27) (($) 18)) (-2321 (($ (-641 |#1|)) 24)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 102)) (-2828 (((-768) $) 67 (|has| $ (-6 -4406)))))
+(((-734 |#1|) (-13 (-733 |#1|) (-10 -8 (-6 -4406) (-6 -4407) (-15 -2524 ($)) (-15 -2524 ($ |#1|)) (-15 -2524 ($ (-641 |#1|))) (-15 -2640 ((-641 |#1|) $)) (-15 -2576 ($ |#1| $ (-564))) (-15 -2576 ($ (-1 (-112) |#1|) $ (-564))) (-15 -3644 ($ |#1| $ (-564))) (-15 -3644 ($ (-1 (-112) |#1|) $ (-564))))) (-1094)) (T -734))
+((-2524 (*1 *1) (-12 (-5 *1 (-734 *2)) (-4 *2 (-1094)))) (-2524 (*1 *1 *2) (-12 (-5 *1 (-734 *2)) (-4 *2 (-1094)))) (-2524 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-734 *3)))) (-2640 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-734 *3)) (-4 *3 (-1094)))) (-2576 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-734 *2)) (-4 *2 (-1094)))) (-2576 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-564)) (-4 *4 (-1094)) (-5 *1 (-734 *4)))) (-3644 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-734 *2)) (-4 *2 (-1094)))) (-3644 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-564)) (-4 *4 (-1094)) (-5 *1 (-734 *4)))))
+(-13 (-733 |#1|) (-10 -8 (-6 -4406) (-6 -4407) (-15 -2524 ($)) (-15 -2524 ($ |#1|)) (-15 -2524 ($ (-641 |#1|))) (-15 -2640 ((-641 |#1|) $)) (-15 -2576 ($ |#1| $ (-564))) (-15 -2576 ($ (-1 (-112) |#1|) $ (-564))) (-15 -3644 ($ |#1| $ (-564))) (-15 -3644 ($ (-1 (-112) |#1|) $ (-564)))))
+((-3299 (((-1264) (-1152)) 8)))
+(((-735) (-10 -7 (-15 -3299 ((-1264) (-1152))))) (T -735))
+((-3299 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-735)))))
+(-10 -7 (-15 -3299 ((-1264) (-1152))))
+((-2398 (((-641 |#1|) (-641 |#1|) (-641 |#1|)) 15)))
+(((-736 |#1|) (-10 -7 (-15 -2398 ((-641 |#1|) (-641 |#1|) (-641 |#1|)))) (-847)) (T -736))
+((-2398 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-736 *3)))))
+(-10 -7 (-15 -2398 ((-641 |#1|) (-641 |#1|) (-641 |#1|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3209 (((-641 |#2|) $) 139)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 132 (|has| |#1| (-556)))) (-1537 (($ $) 131 (|has| |#1| (-556)))) (-1932 (((-112) $) 129 (|has| |#1| (-556)))) (-3357 (($ $) 88 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 71 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) 19)) (-3083 (($ $) 70 (|has| |#1| (-38 (-407 (-564)))))) (-3330 (($ $) 87 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 72 (|has| |#1| (-38 (-407 (-564)))))) (-3384 (($ $) 86 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 73 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) 17 T CONST)) (-3396 (($ $) 123)) (-3733 (((-3 $ "failed") $) 33)) (-2469 (((-949 |#1|) $ (-768)) 101) (((-949 |#1|) $ (-768) (-768)) 100)) (-3030 (((-112) $) 140)) (-3714 (($) 98 (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-768) $ |#2|) 103) (((-768) $ |#2| (-768)) 102)) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 69 (|has| |#1| (-38 (-407 (-564)))))) (-2003 (((-112) $) 121)) (-3186 (($ $ (-641 |#2|) (-641 (-531 |#2|))) 138) (($ $ |#2| (-531 |#2|)) 137) (($ |#1| (-531 |#2|)) 122) (($ $ |#2| (-768)) 105) (($ $ (-641 |#2|) (-641 (-768))) 104)) (-2449 (($ (-1 |#1| |#1|) $) 120)) (-2358 (($ $) 95 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) 118)) (-3370 ((|#1| $) 117)) (-2723 (((-1152) $) 9)) (-3907 (($ $ |#2|) 99 (|has| |#1| (-38 (-407 (-564)))))) (-2780 (((-1114) $) 10)) (-3951 (($ $ (-768)) 106)) (-1403 (((-3 $ "failed") $ $) 133 (|has| |#1| (-556)))) (-4326 (($ $) 96 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (($ $ |#2| $) 114) (($ $ (-641 |#2|) (-641 $)) 113) (($ $ (-641 (-294 $))) 112) (($ $ (-294 $)) 111) (($ $ $ $) 110) (($ $ (-641 $) (-641 $)) 109)) (-3534 (($ $ |#2|) 42) (($ $ (-641 |#2|)) 41) (($ $ |#2| (-768)) 40) (($ $ (-641 |#2|) (-641 (-768))) 39)) (-1619 (((-531 |#2|) $) 119)) (-3395 (($ $) 85 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 74 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 84 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 75 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 83 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 76 (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) 141)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 136 (|has| |#1| (-172))) (($ $) 134 (|has| |#1| (-556))) (($ (-407 (-564))) 126 (|has| |#1| (-38 (-407 (-564)))))) (-2742 ((|#1| $ (-531 |#2|)) 124) (($ $ |#2| (-768)) 108) (($ $ (-641 |#2|) (-641 (-768))) 107)) (-4018 (((-3 $ "failed") $) 135 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-3427 (($ $) 94 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 82 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) 130 (|has| |#1| (-556)))) (-3406 (($ $) 93 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 81 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 92 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 80 (|has| |#1| (-38 (-407 (-564)))))) (-2315 (($ $) 91 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 79 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 90 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 78 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 89 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 77 (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ |#2|) 38) (($ $ (-641 |#2|)) 37) (($ $ |#2| (-768)) 36) (($ $ (-641 |#2|) (-641 (-768))) 35)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 125 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ $) 97 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 68 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 128 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 127 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 116) (($ $ |#1|) 115)))
(((-737 |#1| |#2|) (-140) (-1046) (-847)) (T -737))
-((-1346 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *2)) (-4 *4 (-1046)) (-4 *2 (-847)))) (-1346 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *5)) (-5 *3 (-641 (-768))) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046)) (-4 *5 (-847)))) (-3450 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-737 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-847)))) (-4132 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *2)) (-4 *4 (-1046)) (-4 *2 (-847)))) (-4132 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *5)) (-5 *3 (-641 (-768))) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046)) (-4 *5 (-847)))) (-2887 (*1 *2 *1 *3) (-12 (-4 *1 (-737 *4 *3)) (-4 *4 (-1046)) (-4 *3 (-847)) (-5 *2 (-768)))) (-2887 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-768)) (-4 *1 (-737 *4 *3)) (-4 *4 (-1046)) (-4 *3 (-847)))) (-3229 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046)) (-4 *5 (-847)) (-5 *2 (-949 *4)))) (-3229 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046)) (-4 *5 (-847)) (-5 *2 (-949 *4)))) (-2052 (*1 *1 *1 *2) (-12 (-4 *1 (-737 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-847)) (-4 *3 (-38 (-407 (-564)))))))
-(-13 (-897 |t#2|) (-970 |t#1| (-531 |t#2|) |t#2|) (-514 |t#2| $) (-309 $) (-10 -8 (-15 -1346 ($ $ |t#2| (-768))) (-15 -1346 ($ $ (-641 |t#2|) (-641 (-768)))) (-15 -3450 ($ $ (-768))) (-15 -4132 ($ $ |t#2| (-768))) (-15 -4132 ($ $ (-641 |t#2|) (-641 (-768)))) (-15 -2887 ((-768) $ |t#2|)) (-15 -2887 ((-768) $ |t#2| (-768))) (-15 -3229 ((-949 |t#1|) $ (-768))) (-15 -3229 ((-949 |t#1|) $ (-768) (-768))) (IF (|has| |t#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ($ $ |t#2|)) (-6 (-999)) (-6 (-1194))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-531 |#2|)) . T) ((-25) . T) ((-38 #1=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) |has| |#1| (-38 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-290) |has| |#1| (-556)) ((-309 $) . T) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-514 |#2| $) . T) ((-514 $ $) . T) ((-556) |has| |#1| (-556)) ((-644 #1#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #1#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-897 |#2|) . T) ((-970 |#1| #0# |#2|) . T) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1052 #1#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))))
-((-4020 (((-418 (-1166 |#4|)) (-1166 |#4|)) 30) (((-418 |#4|) |#4|) 26)))
-(((-738 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4020 ((-418 |#4|) |#4|)) (-15 -4020 ((-418 (-1166 |#4|)) (-1166 |#4|)))) (-847) (-790) (-13 (-307) (-147)) (-946 |#3| |#2| |#1|)) (T -738))
-((-4020 (*1 *2 *3) (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-946 *6 *5 *4)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-738 *4 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-4020 (*1 *2 *3) (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-13 (-307) (-147))) (-5 *2 (-418 *3)) (-5 *1 (-738 *4 *5 *6 *3)) (-4 *3 (-946 *6 *5 *4)))))
-(-10 -7 (-15 -4020 ((-418 |#4|) |#4|)) (-15 -4020 ((-418 (-1166 |#4|)) (-1166 |#4|))))
-((-1500 (((-418 |#4|) |#4| |#2|) 142)) (-3142 (((-418 |#4|) |#4|) NIL)) (-1798 (((-418 (-1166 |#4|)) (-1166 |#4|)) 127) (((-418 |#4|) |#4|) 52)) (-3196 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-641 (-2 (|:| -4020 (-1166 |#4|)) (|:| -2954 (-564)))))) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|))) 81)) (-3072 (((-1166 |#3|) (-1166 |#3|) (-564)) 167)) (-3400 (((-641 (-768)) (-1166 |#4|) (-641 |#2|) (-768)) 75)) (-3646 (((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-1166 |#3|) (-1166 |#3|) |#4| (-641 |#2|) (-641 (-768)) (-641 |#3|)) 79)) (-3593 (((-2 (|:| |upol| (-1166 |#3|)) (|:| |Lval| (-641 |#3|)) (|:| |Lfact| (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564))))) (|:| |ctpol| |#3|)) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|))) 27)) (-2442 (((-2 (|:| -2107 (-1166 |#4|)) (|:| |polval| (-1166 |#3|))) (-1166 |#4|) (-1166 |#3|) (-564)) 72)) (-2735 (((-564) (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564))))) 163)) (-3805 ((|#4| (-564) (-418 |#4|)) 73)) (-1628 (((-112) (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564)))) (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564))))) NIL)))
-(((-739 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1798 ((-418 |#4|) |#4|)) (-15 -1798 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -3142 ((-418 |#4|) |#4|)) (-15 -2735 ((-564) (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564)))))) (-15 -1500 ((-418 |#4|) |#4| |#2|)) (-15 -2442 ((-2 (|:| -2107 (-1166 |#4|)) (|:| |polval| (-1166 |#3|))) (-1166 |#4|) (-1166 |#3|) (-564))) (-15 -3196 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-641 (-2 (|:| -4020 (-1166 |#4|)) (|:| -2954 (-564)))))) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|)))) (-15 -3593 ((-2 (|:| |upol| (-1166 |#3|)) (|:| |Lval| (-641 |#3|)) (|:| |Lfact| (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564))))) (|:| |ctpol| |#3|)) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|)))) (-15 -3805 (|#4| (-564) (-418 |#4|))) (-15 -1628 ((-112) (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564)))) (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564)))))) (-15 -3646 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-1166 |#3|) (-1166 |#3|) |#4| (-641 |#2|) (-641 (-768)) (-641 |#3|))) (-15 -3400 ((-641 (-768)) (-1166 |#4|) (-641 |#2|) (-768))) (-15 -3072 ((-1166 |#3|) (-1166 |#3|) (-564)))) (-790) (-847) (-307) (-946 |#3| |#1| |#2|)) (T -739))
-((-3072 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 *6)) (-5 *3 (-564)) (-4 *6 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))) (-3400 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-4 *7 (-847)) (-4 *9 (-946 *8 *6 *7)) (-4 *6 (-790)) (-4 *8 (-307)) (-5 *2 (-641 (-768))) (-5 *1 (-739 *6 *7 *8 *9)) (-5 *5 (-768)))) (-3646 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1166 *11)) (-5 *6 (-641 *10)) (-5 *7 (-641 (-768))) (-5 *8 (-641 *11)) (-4 *10 (-847)) (-4 *11 (-307)) (-4 *9 (-790)) (-4 *5 (-946 *11 *9 *10)) (-5 *2 (-641 (-1166 *5))) (-5 *1 (-739 *9 *10 *11 *5)) (-5 *3 (-1166 *5)))) (-1628 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-2 (|:| -4020 (-1166 *6)) (|:| -2954 (-564))))) (-4 *6 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))) (-3805 (*1 *2 *3 *4) (-12 (-5 *3 (-564)) (-5 *4 (-418 *2)) (-4 *2 (-946 *7 *5 *6)) (-5 *1 (-739 *5 *6 *7 *2)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-307)))) (-3593 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-5 *5 (-641 (-641 *8))) (-4 *7 (-847)) (-4 *8 (-307)) (-4 *9 (-946 *8 *6 *7)) (-4 *6 (-790)) (-5 *2 (-2 (|:| |upol| (-1166 *8)) (|:| |Lval| (-641 *8)) (|:| |Lfact| (-641 (-2 (|:| -4020 (-1166 *8)) (|:| -2954 (-564))))) (|:| |ctpol| *8))) (-5 *1 (-739 *6 *7 *8 *9)))) (-3196 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-641 *7)) (-5 *5 (-641 (-641 *8))) (-4 *7 (-847)) (-4 *8 (-307)) (-4 *6 (-790)) (-4 *9 (-946 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-641 (-2 (|:| -4020 (-1166 *9)) (|:| -2954 (-564))))))) (-5 *1 (-739 *6 *7 *8 *9)) (-5 *3 (-1166 *9)))) (-2442 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-564)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-307)) (-4 *9 (-946 *8 *6 *7)) (-5 *2 (-2 (|:| -2107 (-1166 *9)) (|:| |polval| (-1166 *8)))) (-5 *1 (-739 *6 *7 *8 *9)) (-5 *3 (-1166 *9)) (-5 *4 (-1166 *8)))) (-1500 (*1 *2 *3 *4) (-12 (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-739 *5 *4 *6 *3)) (-4 *3 (-946 *6 *5 *4)))) (-2735 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -4020 (-1166 *6)) (|:| -2954 (-564))))) (-4 *6 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-564)) (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))) (-3142 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-739 *4 *5 *6 *3)) (-4 *3 (-946 *6 *4 *5)))) (-1798 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-739 *4 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-1798 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-739 *4 *5 *6 *3)) (-4 *3 (-946 *6 *4 *5)))))
-(-10 -7 (-15 -1798 ((-418 |#4|) |#4|)) (-15 -1798 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -3142 ((-418 |#4|) |#4|)) (-15 -2735 ((-564) (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564)))))) (-15 -1500 ((-418 |#4|) |#4| |#2|)) (-15 -2442 ((-2 (|:| -2107 (-1166 |#4|)) (|:| |polval| (-1166 |#3|))) (-1166 |#4|) (-1166 |#3|) (-564))) (-15 -3196 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-641 (-2 (|:| -4020 (-1166 |#4|)) (|:| -2954 (-564)))))) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|)))) (-15 -3593 ((-2 (|:| |upol| (-1166 |#3|)) (|:| |Lval| (-641 |#3|)) (|:| |Lfact| (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564))))) (|:| |ctpol| |#3|)) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|)))) (-15 -3805 (|#4| (-564) (-418 |#4|))) (-15 -1628 ((-112) (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564)))) (-641 (-2 (|:| -4020 (-1166 |#3|)) (|:| -2954 (-564)))))) (-15 -3646 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-1166 |#3|) (-1166 |#3|) |#4| (-641 |#2|) (-641 (-768)) (-641 |#3|))) (-15 -3400 ((-641 (-768)) (-1166 |#4|) (-641 |#2|) (-768))) (-15 -3072 ((-1166 |#3|) (-1166 |#3|) (-564))))
-((-3668 (($ $ (-918)) 17)))
-(((-740 |#1| |#2|) (-10 -8 (-15 -3668 (|#1| |#1| (-918)))) (-741 |#2|) (-172)) (T -740))
-NIL
-(-10 -8 (-15 -3668 (|#1| |#1| (-918))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-4095 (($ $ (-918)) 28)) (-3668 (($ $ (-918)) 33)) (-2824 (($ $ (-918)) 29)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1923 (($ $ $) 25)) (-1721 (((-859) $) 11)) (-2933 (($ $ $ $) 26)) (-3710 (($ $ $) 24)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 30)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
+((-2742 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *2)) (-4 *4 (-1046)) (-4 *2 (-847)))) (-2742 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *5)) (-5 *3 (-641 (-768))) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046)) (-4 *5 (-847)))) (-3951 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-737 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-847)))) (-3186 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *2)) (-4 *4 (-1046)) (-4 *2 (-847)))) (-3186 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *5)) (-5 *3 (-641 (-768))) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046)) (-4 *5 (-847)))) (-2155 (*1 *2 *1 *3) (-12 (-4 *1 (-737 *4 *3)) (-4 *4 (-1046)) (-4 *3 (-847)) (-5 *2 (-768)))) (-2155 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-768)) (-4 *1 (-737 *4 *3)) (-4 *4 (-1046)) (-4 *3 (-847)))) (-2469 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046)) (-4 *5 (-847)) (-5 *2 (-949 *4)))) (-2469 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046)) (-4 *5 (-847)) (-5 *2 (-949 *4)))) (-3907 (*1 *1 *1 *2) (-12 (-4 *1 (-737 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-847)) (-4 *3 (-38 (-407 (-564)))))))
+(-13 (-897 |t#2|) (-970 |t#1| (-531 |t#2|) |t#2|) (-514 |t#2| $) (-309 $) (-10 -8 (-15 -2742 ($ $ |t#2| (-768))) (-15 -2742 ($ $ (-641 |t#2|) (-641 (-768)))) (-15 -3951 ($ $ (-768))) (-15 -3186 ($ $ |t#2| (-768))) (-15 -3186 ($ $ (-641 |t#2|) (-641 (-768)))) (-15 -2155 ((-768) $ |t#2|)) (-15 -2155 ((-768) $ |t#2| (-768))) (-15 -2469 ((-949 |t#1|) $ (-768))) (-15 -2469 ((-949 |t#1|) $ (-768) (-768))) (IF (|has| |t#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ($ $ |t#2|)) (-6 (-999)) (-6 (-1194))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-531 |#2|)) . T) ((-25) . T) ((-38 #1=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) |has| |#1| (-38 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-290) |has| |#1| (-556)) ((-309 $) . T) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-514 |#2| $) . T) ((-514 $ $) . T) ((-556) |has| |#1| (-556)) ((-644 #1#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #1#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-897 |#2|) . T) ((-970 |#1| #0# |#2|) . T) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1052 #1#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))))
+((-3070 (((-418 (-1166 |#4|)) (-1166 |#4|)) 30) (((-418 |#4|) |#4|) 26)))
+(((-738 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3070 ((-418 |#4|) |#4|)) (-15 -3070 ((-418 (-1166 |#4|)) (-1166 |#4|)))) (-847) (-790) (-13 (-307) (-147)) (-946 |#3| |#2| |#1|)) (T -738))
+((-3070 (*1 *2 *3) (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-946 *6 *5 *4)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-738 *4 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-3070 (*1 *2 *3) (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-13 (-307) (-147))) (-5 *2 (-418 *3)) (-5 *1 (-738 *4 *5 *6 *3)) (-4 *3 (-946 *6 *5 *4)))))
+(-10 -7 (-15 -3070 ((-418 |#4|) |#4|)) (-15 -3070 ((-418 (-1166 |#4|)) (-1166 |#4|))))
+((-3697 (((-418 |#4|) |#4| |#2|) 142)) (-4038 (((-418 |#4|) |#4|) NIL)) (-3399 (((-418 (-1166 |#4|)) (-1166 |#4|)) 127) (((-418 |#4|) |#4|) 52)) (-3355 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-641 (-2 (|:| -3070 (-1166 |#4|)) (|:| -1558 (-564)))))) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|))) 81)) (-1368 (((-1166 |#3|) (-1166 |#3|) (-564)) 167)) (-1556 (((-641 (-768)) (-1166 |#4|) (-641 |#2|) (-768)) 75)) (-1977 (((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-1166 |#3|) (-1166 |#3|) |#4| (-641 |#2|) (-641 (-768)) (-641 |#3|)) 79)) (-2963 (((-2 (|:| |upol| (-1166 |#3|)) (|:| |Lval| (-641 |#3|)) (|:| |Lfact| (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564))))) (|:| |ctpol| |#3|)) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|))) 27)) (-3512 (((-2 (|:| -3194 (-1166 |#4|)) (|:| |polval| (-1166 |#3|))) (-1166 |#4|) (-1166 |#3|) (-564)) 72)) (-1304 (((-564) (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564))))) 163)) (-1317 ((|#4| (-564) (-418 |#4|)) 73)) (-2461 (((-112) (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564)))) (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564))))) NIL)))
+(((-739 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3399 ((-418 |#4|) |#4|)) (-15 -3399 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -4038 ((-418 |#4|) |#4|)) (-15 -1304 ((-564) (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564)))))) (-15 -3697 ((-418 |#4|) |#4| |#2|)) (-15 -3512 ((-2 (|:| -3194 (-1166 |#4|)) (|:| |polval| (-1166 |#3|))) (-1166 |#4|) (-1166 |#3|) (-564))) (-15 -3355 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-641 (-2 (|:| -3070 (-1166 |#4|)) (|:| -1558 (-564)))))) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|)))) (-15 -2963 ((-2 (|:| |upol| (-1166 |#3|)) (|:| |Lval| (-641 |#3|)) (|:| |Lfact| (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564))))) (|:| |ctpol| |#3|)) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|)))) (-15 -1317 (|#4| (-564) (-418 |#4|))) (-15 -2461 ((-112) (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564)))) (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564)))))) (-15 -1977 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-1166 |#3|) (-1166 |#3|) |#4| (-641 |#2|) (-641 (-768)) (-641 |#3|))) (-15 -1556 ((-641 (-768)) (-1166 |#4|) (-641 |#2|) (-768))) (-15 -1368 ((-1166 |#3|) (-1166 |#3|) (-564)))) (-790) (-847) (-307) (-946 |#3| |#1| |#2|)) (T -739))
+((-1368 (*1 *2 *2 *3) (-12 (-5 *2 (-1166 *6)) (-5 *3 (-564)) (-4 *6 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))) (-1556 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-4 *7 (-847)) (-4 *9 (-946 *8 *6 *7)) (-4 *6 (-790)) (-4 *8 (-307)) (-5 *2 (-641 (-768))) (-5 *1 (-739 *6 *7 *8 *9)) (-5 *5 (-768)))) (-1977 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1166 *11)) (-5 *6 (-641 *10)) (-5 *7 (-641 (-768))) (-5 *8 (-641 *11)) (-4 *10 (-847)) (-4 *11 (-307)) (-4 *9 (-790)) (-4 *5 (-946 *11 *9 *10)) (-5 *2 (-641 (-1166 *5))) (-5 *1 (-739 *9 *10 *11 *5)) (-5 *3 (-1166 *5)))) (-2461 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-2 (|:| -3070 (-1166 *6)) (|:| -1558 (-564))))) (-4 *6 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)) (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))) (-1317 (*1 *2 *3 *4) (-12 (-5 *3 (-564)) (-5 *4 (-418 *2)) (-4 *2 (-946 *7 *5 *6)) (-5 *1 (-739 *5 *6 *7 *2)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-307)))) (-2963 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-5 *5 (-641 (-641 *8))) (-4 *7 (-847)) (-4 *8 (-307)) (-4 *9 (-946 *8 *6 *7)) (-4 *6 (-790)) (-5 *2 (-2 (|:| |upol| (-1166 *8)) (|:| |Lval| (-641 *8)) (|:| |Lfact| (-641 (-2 (|:| -3070 (-1166 *8)) (|:| -1558 (-564))))) (|:| |ctpol| *8))) (-5 *1 (-739 *6 *7 *8 *9)))) (-3355 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-641 *7)) (-5 *5 (-641 (-641 *8))) (-4 *7 (-847)) (-4 *8 (-307)) (-4 *6 (-790)) (-4 *9 (-946 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-641 (-2 (|:| -3070 (-1166 *9)) (|:| -1558 (-564))))))) (-5 *1 (-739 *6 *7 *8 *9)) (-5 *3 (-1166 *9)))) (-3512 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-564)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-307)) (-4 *9 (-946 *8 *6 *7)) (-5 *2 (-2 (|:| -3194 (-1166 *9)) (|:| |polval| (-1166 *8)))) (-5 *1 (-739 *6 *7 *8 *9)) (-5 *3 (-1166 *9)) (-5 *4 (-1166 *8)))) (-3697 (*1 *2 *3 *4) (-12 (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-739 *5 *4 *6 *3)) (-4 *3 (-946 *6 *5 *4)))) (-1304 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3070 (-1166 *6)) (|:| -1558 (-564))))) (-4 *6 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-564)) (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))) (-4038 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-739 *4 *5 *6 *3)) (-4 *3 (-946 *6 *4 *5)))) (-3399 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-739 *4 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-3399 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-739 *4 *5 *6 *3)) (-4 *3 (-946 *6 *4 *5)))))
+(-10 -7 (-15 -3399 ((-418 |#4|) |#4|)) (-15 -3399 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -4038 ((-418 |#4|) |#4|)) (-15 -1304 ((-564) (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564)))))) (-15 -3697 ((-418 |#4|) |#4| |#2|)) (-15 -3512 ((-2 (|:| -3194 (-1166 |#4|)) (|:| |polval| (-1166 |#3|))) (-1166 |#4|) (-1166 |#3|) (-564))) (-15 -3355 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-641 (-2 (|:| -3070 (-1166 |#4|)) (|:| -1558 (-564)))))) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|)))) (-15 -2963 ((-2 (|:| |upol| (-1166 |#3|)) (|:| |Lval| (-641 |#3|)) (|:| |Lfact| (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564))))) (|:| |ctpol| |#3|)) (-1166 |#4|) (-641 |#2|) (-641 (-641 |#3|)))) (-15 -1317 (|#4| (-564) (-418 |#4|))) (-15 -2461 ((-112) (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564)))) (-641 (-2 (|:| -3070 (-1166 |#3|)) (|:| -1558 (-564)))))) (-15 -1977 ((-3 (-641 (-1166 |#4|)) "failed") (-1166 |#4|) (-1166 |#3|) (-1166 |#3|) |#4| (-641 |#2|) (-641 (-768)) (-641 |#3|))) (-15 -1556 ((-641 (-768)) (-1166 |#4|) (-641 |#2|) (-768))) (-15 -1368 ((-1166 |#3|) (-1166 |#3|) (-564))))
+((-2482 (($ $ (-918)) 17)))
+(((-740 |#1| |#2|) (-10 -8 (-15 -2482 (|#1| |#1| (-918)))) (-741 |#2|) (-172)) (T -740))
+NIL
+(-10 -8 (-15 -2482 (|#1| |#1| (-918))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-4221 (($ $ (-918)) 28)) (-2482 (($ $ (-918)) 33)) (-2839 (($ $ (-918)) 29)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1992 (($ $ $) 25)) (-1831 (((-859) $) 11)) (-2611 (($ $ $ $) 26)) (-1656 (($ $ $) 24)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 30)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
(((-741 |#1|) (-140) (-172)) (T -741))
-((-3668 (*1 *1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-741 *3)) (-4 *3 (-172)))))
-(-13 (-758) (-714 |t#1|) (-10 -8 (-15 -3668 ($ $ (-918)))))
+((-2482 (*1 *1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-741 *3)) (-4 *3 (-172)))))
+(-13 (-758) (-714 |t#1|) (-10 -8 (-15 -2482 ($ $ (-918)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-714 |#1|) . T) ((-717) . T) ((-758) . T) ((-1052 |#1|) . T) ((-1094) . T))
-((-3974 (((-1032) (-685 (-225)) (-564) (-112) (-564)) 25)) (-1512 (((-1032) (-685 (-225)) (-564) (-112) (-564)) 24)))
-(((-742) (-10 -7 (-15 -1512 ((-1032) (-685 (-225)) (-564) (-112) (-564))) (-15 -3974 ((-1032) (-685 (-225)) (-564) (-112) (-564))))) (T -742))
-((-3974 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-112)) (-5 *2 (-1032)) (-5 *1 (-742)))) (-1512 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-112)) (-5 *2 (-1032)) (-5 *1 (-742)))))
-(-10 -7 (-15 -1512 ((-1032) (-685 (-225)) (-564) (-112) (-564))) (-15 -3974 ((-1032) (-685 (-225)) (-564) (-112) (-564))))
-((-2451 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-74 FCN)))) 43)) (-4374 (((-1032) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-81 FCN)))) 39)) (-3079 (((-1032) (-225) (-225) (-225) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) 32)))
-(((-743) (-10 -7 (-15 -3079 ((-1032) (-225) (-225) (-225) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))) (-15 -4374 ((-1032) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-81 FCN))))) (-15 -2451 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-74 FCN))))))) (T -743))
-((-2451 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1032)) (-5 *1 (-743)))) (-4374 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1032)) (-5 *1 (-743)))) (-3079 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) (-5 *2 (-1032)) (-5 *1 (-743)))))
-(-10 -7 (-15 -3079 ((-1032) (-225) (-225) (-225) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))) (-15 -4374 ((-1032) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-81 FCN))))) (-15 -2451 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-74 FCN))))))
-((-1557 (((-1032) (-564) (-564) (-685 (-225)) (-564)) 34)) (-1372 (((-1032) (-564) (-564) (-685 (-225)) (-564)) 33)) (-4039 (((-1032) (-564) (-685 (-225)) (-564)) 32)) (-4257 (((-1032) (-564) (-685 (-225)) (-564)) 31)) (-3328 (((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 30)) (-2581 (((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 29)) (-2796 (((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564)) 28)) (-3178 (((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564)) 27)) (-3009 (((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 24)) (-3776 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564)) 23)) (-2108 (((-1032) (-564) (-685 (-225)) (-564)) 22)) (-3889 (((-1032) (-564) (-685 (-225)) (-564)) 21)))
-(((-744) (-10 -7 (-15 -3889 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -2108 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -3776 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3009 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3178 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2796 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2581 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3328 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -4257 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -4039 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -1372 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -1557 ((-1032) (-564) (-564) (-685 (-225)) (-564))))) (T -744))
-((-1557 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-1372 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-4039 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-4257 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-3328 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-2581 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-2796 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-3178 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-3009 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-3776 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-2108 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-3889 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))))
-(-10 -7 (-15 -3889 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -2108 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -3776 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3009 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3178 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2796 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2581 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3328 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -4257 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -4039 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -1372 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -1557 ((-1032) (-564) (-564) (-685 (-225)) (-564))))
-((-2783 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN)))) 52)) (-3615 (((-1032) (-685 (-225)) (-685 (-225)) (-564) (-564)) 51)) (-1333 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN)))) 50)) (-3718 (((-1032) (-225) (-225) (-564) (-564) (-564) (-564)) 46)) (-3292 (((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) 45)) (-1296 (((-1032) (-225) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) 44)) (-2994 (((-1032) (-225) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) 43)) (-2128 (((-1032) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) 42)) (-1690 (((-1032) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) 38)) (-4300 (((-1032) (-225) (-225) (-564) (-685 (-225)) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) 37)) (-3032 (((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) 33)) (-2047 (((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) 32)))
-(((-745) (-10 -7 (-15 -2047 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))) (-15 -3032 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))) (-15 -4300 ((-1032) (-225) (-225) (-564) (-685 (-225)) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))) (-15 -1690 ((-1032) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))) (-15 -2128 ((-1032) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -2994 ((-1032) (-225) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -1296 ((-1032) (-225) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -3292 ((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -3718 ((-1032) (-225) (-225) (-564) (-564) (-564) (-564))) (-15 -1333 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))) (-15 -3615 ((-1032) (-685 (-225)) (-685 (-225)) (-564) (-564))) (-15 -2783 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))))) (T -745))
-((-2783 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-3615 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-745)))) (-1333 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-3718 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-745)))) (-3292 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-1296 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-2994 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-2128 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-1690 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-4300 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-745)))) (-3032 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-2047 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) (-5 *2 (-1032)) (-5 *1 (-745)))))
-(-10 -7 (-15 -2047 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))) (-15 -3032 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))) (-15 -4300 ((-1032) (-225) (-225) (-564) (-685 (-225)) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))) (-15 -1690 ((-1032) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))) (-15 -2128 ((-1032) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -2994 ((-1032) (-225) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -1296 ((-1032) (-225) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -3292 ((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -3718 ((-1032) (-225) (-225) (-564) (-564) (-564) (-564))) (-15 -1333 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))) (-15 -3615 ((-1032) (-685 (-225)) (-685 (-225)) (-564) (-564))) (-15 -2783 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))))
-((-4173 (((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-388)) (|:| |fp| (-76 G JACOBG JACGEP)))) 76)) (-1799 (((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))) (-388) (-388)) 69) (((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL)))) 68)) (-2192 (((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-85 FCNG)))) 57)) (-1552 (((-1032) (-685 (-225)) (-685 (-225)) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) 50)) (-3350 (((-1032) (-225) (-564) (-564) (-1152) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) 49)) (-3454 (((-1032) (-225) (-564) (-564) (-225) (-1152) (-225) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) 45)) (-2183 (((-1032) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) 42)) (-1539 (((-1032) (-225) (-564) (-564) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) 38)))
-(((-746) (-10 -7 (-15 -1539 ((-1032) (-225) (-564) (-564) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -2183 ((-1032) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))) (-15 -3454 ((-1032) (-225) (-564) (-564) (-225) (-1152) (-225) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -3350 ((-1032) (-225) (-564) (-564) (-1152) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -1552 ((-1032) (-685 (-225)) (-685 (-225)) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))) (-15 -2192 ((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-85 FCNG))))) (-15 -1799 ((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))))) (-15 -1799 ((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))) (-388) (-388))) (-15 -4173 ((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-388)) (|:| |fp| (-76 G JACOBG JACGEP))))))) (T -746))
-((-4173 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-75 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-76 G JACOBG JACGEP)))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-1799 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL)))) (-5 *8 (-388)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-1799 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL)))) (-5 *2 (-1032)) (-5 *1 (-746)))) (-2192 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-84 FCNF)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-1552 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1032)) (-5 *1 (-746)))) (-3350 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-564)) (-5 *5 (-1152)) (-5 *6 (-685 (-225))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-71 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-3454 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-564)) (-5 *5 (-1152)) (-5 *6 (-685 (-225))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-2183 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-1539 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))))
-(-10 -7 (-15 -1539 ((-1032) (-225) (-564) (-564) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -2183 ((-1032) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))) (-15 -3454 ((-1032) (-225) (-564) (-564) (-225) (-1152) (-225) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -3350 ((-1032) (-225) (-564) (-564) (-1152) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -1552 ((-1032) (-685 (-225)) (-685 (-225)) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))) (-15 -2192 ((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-85 FCNG))))) (-15 -1799 ((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))))) (-15 -1799 ((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))) (-388) (-388))) (-15 -4173 ((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-388)) (|:| |fp| (-76 G JACOBG JACGEP))))))
-((-3963 (((-1032) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-671 (-225)) (-564)) 45)) (-3622 (((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-1152) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-83 BNDY)))) 41)) (-2755 (((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 23)))
-(((-747) (-10 -7 (-15 -2755 ((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3622 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-1152) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-83 BNDY))))) (-15 -3963 ((-1032) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-671 (-225)) (-564))))) (T -747))
-((-3963 (*1 *2 *3 *3 *4 *4 *5 *5 *3 *3 *4 *4 *5 *5 *3 *3 *4 *4 *5 *5 *3 *4 *4 *4 *6 *4) (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-671 (-225))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-747)))) (-3622 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-1152)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-82 PDEF)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1032)) (-5 *1 (-747)))) (-2755 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-747)))))
-(-10 -7 (-15 -2755 ((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3622 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-1152) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-83 BNDY))))) (-15 -3963 ((-1032) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-671 (-225)) (-564))))
-((-2284 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-685 (-225)) (-225) (-225) (-564)) 35)) (-4198 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-225) (-225) (-564)) 34)) (-4201 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-685 (-225)) (-225) (-225) (-564)) 33)) (-1467 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 29)) (-3403 (((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 28)) (-1982 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564)) 27)) (-2410 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564)) 24)) (-3058 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564)) 23)) (-3486 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564)) 22)) (-2387 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564)) 21)))
-(((-748) (-10 -7 (-15 -2387 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))) (-15 -3486 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3058 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -2410 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -1982 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564))) (-15 -3403 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1467 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -4201 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-685 (-225)) (-225) (-225) (-564))) (-15 -4198 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-225) (-225) (-564))) (-15 -2284 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-685 (-225)) (-225) (-225) (-564))))) (T -748))
-((-2284 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-748)))) (-4198 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-748)))) (-4201 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *6 (-225)) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-748)))) (-1467 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))) (-3403 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))) (-1982 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-748)))) (-2410 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))) (-3058 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))) (-3486 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))) (-2387 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))))
-(-10 -7 (-15 -2387 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))) (-15 -3486 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3058 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -2410 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -1982 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564))) (-15 -3403 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1467 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -4201 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-685 (-225)) (-225) (-225) (-564))) (-15 -4198 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-225) (-225) (-564))) (-15 -2284 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-685 (-225)) (-225) (-225) (-564))))
-((-3158 (((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564)) 45)) (-3151 (((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-564)) 44)) (-1654 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564)) 43)) (-2486 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 42)) (-4151 (((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564)) 41)) (-1606 (((-1032) (-1152) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564)) 40)) (-2206 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564) (-564) (-564) (-225) (-685 (-225)) (-564)) 39)) (-3688 (((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564))) 38)) (-2972 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564)) 35)) (-3720 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564)) 34)) (-3509 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564)) 33)) (-4117 (((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 32)) (-1958 (((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564)) 31)) (-3984 (((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-564)) 30)) (-2312 (((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-564) (-564) (-564)) 29)) (-1401 (((-1032) (-564) (-564) (-564) (-225) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-564)) (-564) (-564) (-564)) 28)) (-3347 (((-1032) (-564) (-685 (-225)) (-225) (-564)) 24)) (-1320 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 21)))
-(((-749) (-10 -7 (-15 -1320 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3347 ((-1032) (-564) (-685 (-225)) (-225) (-564))) (-15 -1401 ((-1032) (-564) (-564) (-564) (-225) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-564)) (-564) (-564) (-564))) (-15 -2312 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-564) (-564) (-564))) (-15 -3984 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-564))) (-15 -1958 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564))) (-15 -4117 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3509 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564))) (-15 -3720 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564))) (-15 -2972 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3688 ((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564)))) (-15 -2206 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564) (-564) (-564) (-225) (-685 (-225)) (-564))) (-15 -1606 ((-1032) (-1152) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564))) (-15 -4151 ((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2486 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1654 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))) (-15 -3151 ((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3158 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))))) (T -749))
-((-3158 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))) (-3151 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1654 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2486 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))) (-4151 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1606 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-225)) (-5 *7 (-685 (-564))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2206 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *6 (-225)) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-3688 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-225)) (-5 *7 (-685 (-564))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2972 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))) (-3720 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-3509 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-4117 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1958 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-3984 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2312 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1401 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-685 (-225))) (-5 *6 (-685 (-564))) (-5 *3 (-564)) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-3347 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1320 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))))
-(-10 -7 (-15 -1320 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3347 ((-1032) (-564) (-685 (-225)) (-225) (-564))) (-15 -1401 ((-1032) (-564) (-564) (-564) (-225) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-564)) (-564) (-564) (-564))) (-15 -2312 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-564) (-564) (-564))) (-15 -3984 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-564))) (-15 -1958 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564))) (-15 -4117 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3509 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564))) (-15 -3720 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564))) (-15 -2972 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3688 ((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564)))) (-15 -2206 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564) (-564) (-564) (-225) (-685 (-225)) (-564))) (-15 -1606 ((-1032) (-1152) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564))) (-15 -4151 ((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2486 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1654 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))) (-15 -3151 ((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3158 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))))
-((-4255 (((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-564) (-685 (-225)) (-564)) 63)) (-3478 (((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-112) (-225) (-564) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-564) (-564) (-564) (-564) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN)))) 62)) (-1447 (((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-112) (-112) (-564) (-564) (-685 (-225)) (-685 (-564)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-65 QPHESS)))) 58)) (-3587 (((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-564) (-564) (-685 (-225)) (-564)) 51)) (-1852 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-66 FUNCT1)))) 50)) (-4298 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-63 LSFUN2)))) 46)) (-2510 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-79 LSFUN1)))) 42)) (-1837 (((-1032) (-564) (-225) (-225) (-564) (-225) (-112) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN)))) 38)))
-(((-750) (-10 -7 (-15 -1837 ((-1032) (-564) (-225) (-225) (-564) (-225) (-112) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))) (-15 -2510 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-79 LSFUN1))))) (-15 -4298 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-63 LSFUN2))))) (-15 -1852 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-66 FUNCT1))))) (-15 -3587 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-564) (-564) (-685 (-225)) (-564))) (-15 -1447 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-112) (-112) (-564) (-564) (-685 (-225)) (-685 (-564)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-65 QPHESS))))) (-15 -3478 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-112) (-225) (-564) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-564) (-564) (-564) (-564) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))) (-15 -4255 ((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-564) (-685 (-225)) (-564))))) (T -750))
-((-4255 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-750)))) (-3478 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *3 *3 *5 *6 *3 *6 *6 *5 *6 *6 *6 *6 *5 *3 *3 *3 *3 *3 *6 *6 *6 *3 *3 *3 *3 *3 *7 *4 *4 *4 *4 *3 *8 *9) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-112)) (-5 *6 (-225)) (-5 *7 (-685 (-564))) (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-80 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN)))) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-750)))) (-1447 (*1 *2 *3 *3 *3 *3 *3 *3 *3 *3 *4 *5 *5 *5 *5 *5 *5 *6 *6 *6 *3 *3 *5 *7 *3 *8) (-12 (-5 *5 (-685 (-225))) (-5 *6 (-112)) (-5 *7 (-685 (-564))) (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-65 QPHESS)))) (-5 *3 (-564)) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-750)))) (-3587 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-112)) (-5 *2 (-1032)) (-5 *1 (-750)))) (-1852 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-66 FUNCT1)))) (-5 *2 (-1032)) (-5 *1 (-750)))) (-4298 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-63 LSFUN2)))) (-5 *2 (-1032)) (-5 *1 (-750)))) (-2510 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-79 LSFUN1)))) (-5 *2 (-1032)) (-5 *1 (-750)))) (-1837 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-564)) (-5 *5 (-112)) (-5 *6 (-685 (-225))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN)))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-750)))))
-(-10 -7 (-15 -1837 ((-1032) (-564) (-225) (-225) (-564) (-225) (-112) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))) (-15 -2510 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-79 LSFUN1))))) (-15 -4298 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-63 LSFUN2))))) (-15 -1852 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-66 FUNCT1))))) (-15 -3587 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-564) (-564) (-685 (-225)) (-564))) (-15 -1447 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-112) (-112) (-564) (-564) (-685 (-225)) (-685 (-564)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-65 QPHESS))))) (-15 -3478 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-112) (-225) (-564) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-564) (-564) (-564) (-564) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))) (-15 -4255 ((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-564) (-685 (-225)) (-564))))
-((-3911 (((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564)) 47)) (-1685 (((-1032) (-1152) (-1152) (-564) (-564) (-685 (-169 (-225))) (-564) (-685 (-169 (-225))) (-564) (-564) (-685 (-169 (-225))) (-564)) 46)) (-3834 (((-1032) (-564) (-564) (-564) (-685 (-169 (-225))) (-564)) 45)) (-3876 (((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 40)) (-1607 (((-1032) (-1152) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-685 (-225)) (-564)) 39)) (-3679 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-564)) 36)) (-3572 (((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564)) 35)) (-4172 (((-1032) (-564) (-564) (-564) (-564) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-225) (-225) (-564)) 34)) (-3210 (((-1032) (-564) (-564) (-564) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-112) (-225) (-112) (-685 (-564)) (-685 (-225)) (-564)) 33)) (-1423 (((-1032) (-564) (-564) (-564) (-564) (-225) (-112) (-112) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-564)) 32)))
-(((-751) (-10 -7 (-15 -1423 ((-1032) (-564) (-564) (-564) (-564) (-225) (-112) (-112) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-564))) (-15 -3210 ((-1032) (-564) (-564) (-564) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-112) (-225) (-112) (-685 (-564)) (-685 (-225)) (-564))) (-15 -4172 ((-1032) (-564) (-564) (-564) (-564) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-225) (-225) (-564))) (-15 -3572 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564))) (-15 -3679 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-564))) (-15 -1607 ((-1032) (-1152) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-685 (-225)) (-564))) (-15 -3876 ((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3834 ((-1032) (-564) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -1685 ((-1032) (-1152) (-1152) (-564) (-564) (-685 (-169 (-225))) (-564) (-685 (-169 (-225))) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -3911 ((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564))))) (T -751))
-((-3911 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-169 (-225)))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-1685 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-169 (-225)))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-3834 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-169 (-225)))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-3876 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-1607 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-3679 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-3572 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-751)))) (-4172 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-641 (-112))) (-5 *5 (-685 (-225))) (-5 *6 (-685 (-564))) (-5 *7 (-225)) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-751)))) (-3210 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-685 (-564))) (-5 *5 (-112)) (-5 *7 (-685 (-225))) (-5 *3 (-564)) (-5 *6 (-225)) (-5 *2 (-1032)) (-5 *1 (-751)))) (-1423 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-641 (-112))) (-5 *7 (-685 (-225))) (-5 *8 (-685 (-564))) (-5 *3 (-564)) (-5 *4 (-225)) (-5 *5 (-112)) (-5 *2 (-1032)) (-5 *1 (-751)))))
-(-10 -7 (-15 -1423 ((-1032) (-564) (-564) (-564) (-564) (-225) (-112) (-112) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-564))) (-15 -3210 ((-1032) (-564) (-564) (-564) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-112) (-225) (-112) (-685 (-564)) (-685 (-225)) (-564))) (-15 -4172 ((-1032) (-564) (-564) (-564) (-564) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-225) (-225) (-564))) (-15 -3572 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564))) (-15 -3679 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-564))) (-15 -1607 ((-1032) (-1152) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-685 (-225)) (-564))) (-15 -3876 ((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3834 ((-1032) (-564) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -1685 ((-1032) (-1152) (-1152) (-564) (-564) (-685 (-169 (-225))) (-564) (-685 (-169 (-225))) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -3911 ((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564))))
-((-3565 (((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564)) 80)) (-2697 (((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564)) 69)) (-1925 (((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE))) (-388)) 56) (((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE)))) 55)) (-2864 (((-1032) (-564) (-564) (-564) (-225) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564)) 37)) (-3045 (((-1032) (-564) (-564) (-225) (-225) (-564) (-564) (-685 (-225)) (-564)) 33)) (-1639 (((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564) (-564)) 30)) (-3086 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 29)) (-2338 (((-1032) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 28)) (-1918 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 27)) (-4015 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564)) 26)) (-2936 (((-1032) (-564) (-564) (-685 (-225)) (-564)) 25)) (-3921 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 24)) (-3654 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 23)) (-2704 (((-1032) (-685 (-225)) (-564) (-564) (-564) (-564)) 22)) (-2743 (((-1032) (-564) (-564) (-685 (-225)) (-564)) 21)))
-(((-752) (-10 -7 (-15 -2743 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -2704 ((-1032) (-685 (-225)) (-564) (-564) (-564) (-564))) (-15 -3654 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3921 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2936 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -4015 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564))) (-15 -1918 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2338 ((-1032) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3086 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1639 ((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564) (-564))) (-15 -3045 ((-1032) (-564) (-564) (-225) (-225) (-564) (-564) (-685 (-225)) (-564))) (-15 -2864 ((-1032) (-564) (-564) (-564) (-225) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1925 ((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE))))) (-15 -1925 ((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE))) (-388))) (-15 -2697 ((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3565 ((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564))))) (T -752))
-((-3565 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-112)) (-5 *5 (-685 (-169 (-225)))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-2697 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-112)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-1925 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-388)) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-1925 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-2864 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-564)) (-5 *5 (-112)) (-5 *6 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-3045 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-1639 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-3086 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-2338 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-1918 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-4015 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-2936 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-3921 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-3654 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-2704 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-2743 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))))
-(-10 -7 (-15 -2743 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -2704 ((-1032) (-685 (-225)) (-564) (-564) (-564) (-564))) (-15 -3654 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3921 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2936 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -4015 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564))) (-15 -1918 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2338 ((-1032) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3086 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1639 ((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564) (-564))) (-15 -3045 ((-1032) (-564) (-564) (-225) (-225) (-564) (-564) (-685 (-225)) (-564))) (-15 -2864 ((-1032) (-564) (-564) (-564) (-225) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1925 ((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE))))) (-15 -1925 ((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE))) (-388))) (-15 -2697 ((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3565 ((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564))))
-((-2417 (((-1032) (-564) (-564) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-70 APROD)))) 64)) (-2959 (((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564)) 60)) (-3778 (((-1032) (-564) (-685 (-225)) (-112) (-225) (-564) (-564) (-564) (-564) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-388)) (|:| |fp| (-73 MSOLVE)))) 59)) (-3479 (((-1032) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564)) 37)) (-2775 (((-1032) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-564)) 36)) (-4075 (((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 33)) (-4294 (((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225))) 32)) (-2905 (((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564)) 28)) (-3623 (((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564)) 27)) (-2487 (((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564)) 26)) (-4244 (((-1032) (-564) (-685 (-169 (-225))) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-564)) 22)))
-(((-753) (-10 -7 (-15 -4244 ((-1032) (-564) (-685 (-169 (-225))) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -2487 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -3623 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -2905 ((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564))) (-15 -4294 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225)))) (-15 -4075 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2775 ((-1032) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3479 ((-1032) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564))) (-15 -3778 ((-1032) (-564) (-685 (-225)) (-112) (-225) (-564) (-564) (-564) (-564) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-388)) (|:| |fp| (-73 MSOLVE))))) (-15 -2959 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564))) (-15 -2417 ((-1032) (-564) (-564) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-70 APROD))))))) (T -753))
-((-2417 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-70 APROD)))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-2959 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-3778 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-112)) (-5 *6 (-225)) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-68 APROD)))) (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-73 MSOLVE)))) (-5 *2 (-1032)) (-5 *1 (-753)))) (-3479 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-2775 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-4075 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-753)))) (-4294 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-2905 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-3623 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-753)))) (-2487 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-753)))) (-4244 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-169 (-225)))) (-5 *2 (-1032)) (-5 *1 (-753)))))
-(-10 -7 (-15 -4244 ((-1032) (-564) (-685 (-169 (-225))) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -2487 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -3623 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -2905 ((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564))) (-15 -4294 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225)))) (-15 -4075 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2775 ((-1032) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3479 ((-1032) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564))) (-15 -3778 ((-1032) (-564) (-685 (-225)) (-112) (-225) (-564) (-564) (-564) (-564) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-388)) (|:| |fp| (-73 MSOLVE))))) (-15 -2959 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564))) (-15 -2417 ((-1032) (-564) (-564) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-70 APROD))))))
-((-1881 (((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-564) (-685 (-225))) 29)) (-3904 (((-1032) (-1152) (-564) (-564) (-685 (-225))) 28)) (-3259 (((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-225))) 27)) (-1560 (((-1032) (-564) (-564) (-564) (-685 (-225))) 21)))
-(((-754) (-10 -7 (-15 -1560 ((-1032) (-564) (-564) (-564) (-685 (-225)))) (-15 -3259 ((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-225)))) (-15 -3904 ((-1032) (-1152) (-564) (-564) (-685 (-225)))) (-15 -1881 ((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-564) (-685 (-225)))))) (T -754))
-((-1881 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-754)))) (-3904 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-754)))) (-3259 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-685 (-564))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-754)))) (-1560 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-754)))))
-(-10 -7 (-15 -1560 ((-1032) (-564) (-564) (-564) (-685 (-225)))) (-15 -3259 ((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-225)))) (-15 -3904 ((-1032) (-1152) (-564) (-564) (-685 (-225)))) (-15 -1881 ((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-564) (-685 (-225)))))
-((-1683 (((-1032) (-225) (-225) (-225) (-225) (-564)) 62)) (-1406 (((-1032) (-225) (-225) (-225) (-564)) 61)) (-2606 (((-1032) (-225) (-225) (-225) (-564)) 60)) (-3167 (((-1032) (-225) (-225) (-564)) 59)) (-3616 (((-1032) (-225) (-564)) 58)) (-3054 (((-1032) (-225) (-564)) 57)) (-3159 (((-1032) (-225) (-564)) 56)) (-2494 (((-1032) (-225) (-564)) 55)) (-2903 (((-1032) (-225) (-564)) 54)) (-3881 (((-1032) (-225) (-564)) 53)) (-1415 (((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564)) 52)) (-1865 (((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564)) 51)) (-1731 (((-1032) (-225) (-564)) 50)) (-1399 (((-1032) (-225) (-564)) 49)) (-3367 (((-1032) (-225) (-564)) 48)) (-3821 (((-1032) (-225) (-564)) 47)) (-1371 (((-1032) (-564) (-225) (-169 (-225)) (-564) (-1152) (-564)) 46)) (-2240 (((-1032) (-1152) (-169 (-225)) (-1152) (-564)) 45)) (-2820 (((-1032) (-1152) (-169 (-225)) (-1152) (-564)) 44)) (-4155 (((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564)) 43)) (-2360 (((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564)) 42)) (-4205 (((-1032) (-225) (-564)) 39)) (-2391 (((-1032) (-225) (-564)) 38)) (-4030 (((-1032) (-225) (-564)) 37)) (-2586 (((-1032) (-225) (-564)) 36)) (-3908 (((-1032) (-225) (-564)) 35)) (-3447 (((-1032) (-225) (-564)) 34)) (-3703 (((-1032) (-225) (-564)) 33)) (-2193 (((-1032) (-225) (-564)) 32)) (-1404 (((-1032) (-225) (-564)) 31)) (-4285 (((-1032) (-225) (-564)) 30)) (-1637 (((-1032) (-225) (-225) (-225) (-564)) 29)) (-1444 (((-1032) (-225) (-564)) 28)) (-1302 (((-1032) (-225) (-564)) 27)) (-4070 (((-1032) (-225) (-564)) 26)) (-3978 (((-1032) (-225) (-564)) 25)) (-3855 (((-1032) (-225) (-564)) 24)) (-1600 (((-1032) (-169 (-225)) (-564)) 21)))
-(((-755) (-10 -7 (-15 -1600 ((-1032) (-169 (-225)) (-564))) (-15 -3855 ((-1032) (-225) (-564))) (-15 -3978 ((-1032) (-225) (-564))) (-15 -4070 ((-1032) (-225) (-564))) (-15 -1302 ((-1032) (-225) (-564))) (-15 -1444 ((-1032) (-225) (-564))) (-15 -1637 ((-1032) (-225) (-225) (-225) (-564))) (-15 -4285 ((-1032) (-225) (-564))) (-15 -1404 ((-1032) (-225) (-564))) (-15 -2193 ((-1032) (-225) (-564))) (-15 -3703 ((-1032) (-225) (-564))) (-15 -3447 ((-1032) (-225) (-564))) (-15 -3908 ((-1032) (-225) (-564))) (-15 -2586 ((-1032) (-225) (-564))) (-15 -4030 ((-1032) (-225) (-564))) (-15 -2391 ((-1032) (-225) (-564))) (-15 -4205 ((-1032) (-225) (-564))) (-15 -2360 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -4155 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -2820 ((-1032) (-1152) (-169 (-225)) (-1152) (-564))) (-15 -2240 ((-1032) (-1152) (-169 (-225)) (-1152) (-564))) (-15 -1371 ((-1032) (-564) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -3821 ((-1032) (-225) (-564))) (-15 -3367 ((-1032) (-225) (-564))) (-15 -1399 ((-1032) (-225) (-564))) (-15 -1731 ((-1032) (-225) (-564))) (-15 -1865 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -1415 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -3881 ((-1032) (-225) (-564))) (-15 -2903 ((-1032) (-225) (-564))) (-15 -2494 ((-1032) (-225) (-564))) (-15 -3159 ((-1032) (-225) (-564))) (-15 -3054 ((-1032) (-225) (-564))) (-15 -3616 ((-1032) (-225) (-564))) (-15 -3167 ((-1032) (-225) (-225) (-564))) (-15 -2606 ((-1032) (-225) (-225) (-225) (-564))) (-15 -1406 ((-1032) (-225) (-225) (-225) (-564))) (-15 -1683 ((-1032) (-225) (-225) (-225) (-225) (-564))))) (T -755))
-((-1683 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1406 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2606 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3167 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3616 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3054 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3159 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2494 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2903 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3881 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1415 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152)) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1865 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152)) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1731 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1399 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3367 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3821 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1371 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-564)) (-5 *5 (-169 (-225))) (-5 *6 (-1152)) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2240 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1152)) (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2820 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1152)) (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-4155 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152)) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2360 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152)) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-4205 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2391 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-4030 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2586 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3908 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3447 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3703 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2193 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1404 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-4285 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1637 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1444 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1302 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-4070 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3978 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3855 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1600 (*1 *2 *3 *4) (-12 (-5 *3 (-169 (-225))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(-10 -7 (-15 -1600 ((-1032) (-169 (-225)) (-564))) (-15 -3855 ((-1032) (-225) (-564))) (-15 -3978 ((-1032) (-225) (-564))) (-15 -4070 ((-1032) (-225) (-564))) (-15 -1302 ((-1032) (-225) (-564))) (-15 -1444 ((-1032) (-225) (-564))) (-15 -1637 ((-1032) (-225) (-225) (-225) (-564))) (-15 -4285 ((-1032) (-225) (-564))) (-15 -1404 ((-1032) (-225) (-564))) (-15 -2193 ((-1032) (-225) (-564))) (-15 -3703 ((-1032) (-225) (-564))) (-15 -3447 ((-1032) (-225) (-564))) (-15 -3908 ((-1032) (-225) (-564))) (-15 -2586 ((-1032) (-225) (-564))) (-15 -4030 ((-1032) (-225) (-564))) (-15 -2391 ((-1032) (-225) (-564))) (-15 -4205 ((-1032) (-225) (-564))) (-15 -2360 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -4155 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -2820 ((-1032) (-1152) (-169 (-225)) (-1152) (-564))) (-15 -2240 ((-1032) (-1152) (-169 (-225)) (-1152) (-564))) (-15 -1371 ((-1032) (-564) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -3821 ((-1032) (-225) (-564))) (-15 -3367 ((-1032) (-225) (-564))) (-15 -1399 ((-1032) (-225) (-564))) (-15 -1731 ((-1032) (-225) (-564))) (-15 -1865 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -1415 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -3881 ((-1032) (-225) (-564))) (-15 -2903 ((-1032) (-225) (-564))) (-15 -2494 ((-1032) (-225) (-564))) (-15 -3159 ((-1032) (-225) (-564))) (-15 -3054 ((-1032) (-225) (-564))) (-15 -3616 ((-1032) (-225) (-564))) (-15 -3167 ((-1032) (-225) (-225) (-564))) (-15 -2606 ((-1032) (-225) (-225) (-225) (-564))) (-15 -1406 ((-1032) (-225) (-225) (-225) (-564))) (-15 -1683 ((-1032) (-225) (-225) (-225) (-225) (-564))))
-((-1549 (((-1264)) 21)) (-4378 (((-1152)) 32)) (-3027 (((-1152)) 31)) (-3706 (((-1098) (-1170) (-685 (-564))) 46) (((-1098) (-1170) (-685 (-225))) 42)) (-2213 (((-112)) 19)) (-2089 (((-1152) (-1152)) 35)))
-(((-756) (-10 -7 (-15 -3027 ((-1152))) (-15 -4378 ((-1152))) (-15 -2089 ((-1152) (-1152))) (-15 -3706 ((-1098) (-1170) (-685 (-225)))) (-15 -3706 ((-1098) (-1170) (-685 (-564)))) (-15 -2213 ((-112))) (-15 -1549 ((-1264))))) (T -756))
-((-1549 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-756)))) (-2213 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-756)))) (-3706 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-685 (-564))) (-5 *2 (-1098)) (-5 *1 (-756)))) (-3706 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-685 (-225))) (-5 *2 (-1098)) (-5 *1 (-756)))) (-2089 (*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))) (-4378 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))) (-3027 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))))
-(-10 -7 (-15 -3027 ((-1152))) (-15 -4378 ((-1152))) (-15 -2089 ((-1152) (-1152))) (-15 -3706 ((-1098) (-1170) (-685 (-225)))) (-15 -3706 ((-1098) (-1170) (-685 (-564)))) (-15 -2213 ((-112))) (-15 -1549 ((-1264))))
-((-1923 (($ $ $) 10)) (-2933 (($ $ $ $) 9)) (-3710 (($ $ $) 12)))
-(((-757 |#1|) (-10 -8 (-15 -3710 (|#1| |#1| |#1|)) (-15 -1923 (|#1| |#1| |#1|)) (-15 -2933 (|#1| |#1| |#1| |#1|))) (-758)) (T -757))
-NIL
-(-10 -8 (-15 -3710 (|#1| |#1| |#1|)) (-15 -1923 (|#1| |#1| |#1|)) (-15 -2933 (|#1| |#1| |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-4095 (($ $ (-918)) 28)) (-2824 (($ $ (-918)) 29)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1923 (($ $ $) 25)) (-1721 (((-859) $) 11)) (-2933 (($ $ $ $) 26)) (-3710 (($ $ $) 24)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 30)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 27)))
+((-2416 (((-1032) (-685 (-225)) (-564) (-112) (-564)) 25)) (-2585 (((-1032) (-685 (-225)) (-564) (-112) (-564)) 24)))
+(((-742) (-10 -7 (-15 -2585 ((-1032) (-685 (-225)) (-564) (-112) (-564))) (-15 -2416 ((-1032) (-685 (-225)) (-564) (-112) (-564))))) (T -742))
+((-2416 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-112)) (-5 *2 (-1032)) (-5 *1 (-742)))) (-2585 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-112)) (-5 *2 (-1032)) (-5 *1 (-742)))))
+(-10 -7 (-15 -2585 ((-1032) (-685 (-225)) (-564) (-112) (-564))) (-15 -2416 ((-1032) (-685 (-225)) (-564) (-112) (-564))))
+((-3610 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-74 FCN)))) 43)) (-1964 (((-1032) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-81 FCN)))) 39)) (-1436 (((-1032) (-225) (-225) (-225) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) 32)))
+(((-743) (-10 -7 (-15 -1436 ((-1032) (-225) (-225) (-225) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))) (-15 -1964 ((-1032) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-81 FCN))))) (-15 -3610 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-74 FCN))))))) (T -743))
+((-3610 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1032)) (-5 *1 (-743)))) (-1964 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1032)) (-5 *1 (-743)))) (-1436 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) (-5 *2 (-1032)) (-5 *1 (-743)))))
+(-10 -7 (-15 -1436 ((-1032) (-225) (-225) (-225) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))) (-15 -1964 ((-1032) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-81 FCN))))) (-15 -3610 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-74 FCN))))))
+((-3005 (((-1032) (-564) (-564) (-685 (-225)) (-564)) 34)) (-1539 (((-1032) (-564) (-564) (-685 (-225)) (-564)) 33)) (-1840 (((-1032) (-564) (-685 (-225)) (-564)) 32)) (-2107 (((-1032) (-564) (-685 (-225)) (-564)) 31)) (-2143 (((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 30)) (-2391 (((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 29)) (-3819 (((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564)) 28)) (-3175 (((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564)) 27)) (-1981 (((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 24)) (-4170 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564)) 23)) (-3206 (((-1032) (-564) (-685 (-225)) (-564)) 22)) (-2830 (((-1032) (-564) (-685 (-225)) (-564)) 21)))
+(((-744) (-10 -7 (-15 -2830 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -3206 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -4170 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1981 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3175 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3819 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2391 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2143 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2107 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -1840 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -1539 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -3005 ((-1032) (-564) (-564) (-685 (-225)) (-564))))) (T -744))
+((-3005 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-1539 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-1840 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-2107 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-2143 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-2391 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-3819 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-3175 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-1981 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-4170 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-3206 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))) (-2830 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-744)))))
+(-10 -7 (-15 -2830 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -3206 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -4170 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1981 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3175 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3819 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2391 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2143 ((-1032) (-564) (-564) (-1152) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2107 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -1840 ((-1032) (-564) (-685 (-225)) (-564))) (-15 -1539 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -3005 ((-1032) (-564) (-564) (-685 (-225)) (-564))))
+((-3722 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN)))) 52)) (-3160 (((-1032) (-685 (-225)) (-685 (-225)) (-564) (-564)) 51)) (-2597 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN)))) 50)) (-1736 (((-1032) (-225) (-225) (-564) (-564) (-564) (-564)) 46)) (-3042 (((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) 45)) (-2371 (((-1032) (-225) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) 44)) (-1936 (((-1032) (-225) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) 43)) (-3438 (((-1032) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) 42)) (-1752 (((-1032) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) 38)) (-2494 (((-1032) (-225) (-225) (-564) (-685 (-225)) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) 37)) (-2208 (((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) 33)) (-3853 (((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) 32)))
+(((-745) (-10 -7 (-15 -3853 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))) (-15 -2208 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))) (-15 -2494 ((-1032) (-225) (-225) (-564) (-685 (-225)) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))) (-15 -1752 ((-1032) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))) (-15 -3438 ((-1032) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -1936 ((-1032) (-225) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -2371 ((-1032) (-225) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -3042 ((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -1736 ((-1032) (-225) (-225) (-564) (-564) (-564) (-564))) (-15 -2597 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))) (-15 -3160 ((-1032) (-685 (-225)) (-685 (-225)) (-564) (-564))) (-15 -3722 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))))) (T -745))
+((-3722 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-3160 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-745)))) (-2597 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-1736 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-745)))) (-3042 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-2371 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-1936 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-3438 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-1752 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-2494 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-745)))) (-2208 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) (-5 *2 (-1032)) (-5 *1 (-745)))) (-3853 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) (-5 *2 (-1032)) (-5 *1 (-745)))))
+(-10 -7 (-15 -3853 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))) (-15 -2208 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))) (-15 -2494 ((-1032) (-225) (-225) (-564) (-685 (-225)) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))) (-15 -1752 ((-1032) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))) (-15 -3438 ((-1032) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -1936 ((-1032) (-225) (-225) (-225) (-225) (-564) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -2371 ((-1032) (-225) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -3042 ((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G))))) (-15 -1736 ((-1032) (-225) (-225) (-564) (-564) (-564) (-564))) (-15 -2597 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))) (-15 -3160 ((-1032) (-685 (-225)) (-685 (-225)) (-564) (-564))) (-15 -3722 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-225) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))))
+((-3790 (((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-388)) (|:| |fp| (-76 G JACOBG JACGEP)))) 76)) (-3409 (((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))) (-388) (-388)) 69) (((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL)))) 68)) (-2827 (((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-85 FCNG)))) 57)) (-2967 (((-1032) (-685 (-225)) (-685 (-225)) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) 50)) (-2337 (((-1032) (-225) (-564) (-564) (-1152) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) 49)) (-3992 (((-1032) (-225) (-564) (-564) (-225) (-1152) (-225) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) 45)) (-2744 (((-1032) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) 42)) (-2845 (((-1032) (-225) (-564) (-564) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) 38)))
+(((-746) (-10 -7 (-15 -2845 ((-1032) (-225) (-564) (-564) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -2744 ((-1032) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))) (-15 -3992 ((-1032) (-225) (-564) (-564) (-225) (-1152) (-225) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -2337 ((-1032) (-225) (-564) (-564) (-1152) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -2967 ((-1032) (-685 (-225)) (-685 (-225)) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))) (-15 -2827 ((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-85 FCNG))))) (-15 -3409 ((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))))) (-15 -3409 ((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))) (-388) (-388))) (-15 -3790 ((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-388)) (|:| |fp| (-76 G JACOBG JACGEP))))))) (T -746))
+((-3790 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-75 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-76 G JACOBG JACGEP)))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-3409 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL)))) (-5 *8 (-388)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-3409 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL)))) (-5 *2 (-1032)) (-5 *1 (-746)))) (-2827 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-84 FCNF)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-2967 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1032)) (-5 *1 (-746)))) (-2337 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-564)) (-5 *5 (-1152)) (-5 *6 (-685 (-225))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-71 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-3992 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-564)) (-5 *5 (-1152)) (-5 *6 (-685 (-225))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-2744 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))) (-2845 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))))
+(-10 -7 (-15 -2845 ((-1032) (-225) (-564) (-564) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -2744 ((-1032) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))) (-15 -3992 ((-1032) (-225) (-564) (-564) (-225) (-1152) (-225) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -2337 ((-1032) (-225) (-564) (-564) (-1152) (-564) (-225) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))) (-15 -2967 ((-1032) (-685 (-225)) (-685 (-225)) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))) (-15 -2827 ((-1032) (-225) (-225) (-564) (-225) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-85 FCNG))))) (-15 -3409 ((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))))) (-15 -3409 ((-1032) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))) (-388) (-388))) (-15 -3790 ((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-388)) (|:| |fp| (-76 G JACOBG JACGEP))))))
+((-2286 (((-1032) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-671 (-225)) (-564)) 45)) (-2013 (((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-1152) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-83 BNDY)))) 41)) (-3441 (((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 23)))
+(((-747) (-10 -7 (-15 -3441 ((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2013 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-1152) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-83 BNDY))))) (-15 -2286 ((-1032) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-671 (-225)) (-564))))) (T -747))
+((-2286 (*1 *2 *3 *3 *4 *4 *5 *5 *3 *3 *4 *4 *5 *5 *3 *3 *4 *4 *5 *5 *3 *4 *4 *4 *6 *4) (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-671 (-225))) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-747)))) (-2013 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-1152)) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-82 PDEF)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1032)) (-5 *1 (-747)))) (-3441 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-747)))))
+(-10 -7 (-15 -3441 ((-1032) (-564) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2013 ((-1032) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-1152) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-388)) (|:| |fp| (-83 BNDY))))) (-15 -2286 ((-1032) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-671 (-225)) (-564))))
+((-2526 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-685 (-225)) (-225) (-225) (-564)) 35)) (-2804 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-225) (-225) (-564)) 34)) (-2834 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-685 (-225)) (-225) (-225) (-564)) 33)) (-3342 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 29)) (-1576 (((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 28)) (-1301 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564)) 27)) (-4375 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564)) 24)) (-2481 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564)) 23)) (-4283 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564)) 22)) (-4183 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564)) 21)))
+(((-748) (-10 -7 (-15 -4183 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))) (-15 -4283 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2481 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -4375 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -1301 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564))) (-15 -1576 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3342 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2834 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-685 (-225)) (-225) (-225) (-564))) (-15 -2804 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-225) (-225) (-564))) (-15 -2526 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-685 (-225)) (-225) (-225) (-564))))) (T -748))
+((-2526 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-748)))) (-2804 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-748)))) (-2834 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *6 (-225)) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-748)))) (-3342 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))) (-1576 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))) (-1301 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-748)))) (-4375 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))) (-2481 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))) (-4283 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))) (-4183 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-748)))))
+(-10 -7 (-15 -4183 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))) (-15 -4283 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2481 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -4375 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -1301 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-225) (-564))) (-15 -1576 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3342 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2834 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-685 (-225)) (-225) (-225) (-564))) (-15 -2804 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-225) (-225) (-564))) (-15 -2526 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-685 (-225)) (-225) (-225) (-564))))
+((-4188 (((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564)) 45)) (-4118 (((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-564)) 44)) (-1404 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564)) 43)) (-2716 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 42)) (-3567 (((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564)) 41)) (-2226 (((-1032) (-1152) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564)) 40)) (-2969 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564) (-564) (-564) (-225) (-685 (-225)) (-564)) 39)) (-1438 (((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564))) 38)) (-1732 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564)) 35)) (-1760 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564)) 34)) (-3336 (((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564)) 33)) (-1324 (((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 32)) (-2309 (((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564)) 31)) (-2529 (((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-564)) 30)) (-1511 (((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-564) (-564) (-564)) 29)) (-3872 (((-1032) (-564) (-564) (-564) (-225) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-564)) (-564) (-564) (-564)) 28)) (-2305 (((-1032) (-564) (-685 (-225)) (-225) (-564)) 24)) (-2448 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 21)))
+(((-749) (-10 -7 (-15 -2448 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2305 ((-1032) (-564) (-685 (-225)) (-225) (-564))) (-15 -3872 ((-1032) (-564) (-564) (-564) (-225) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-564)) (-564) (-564) (-564))) (-15 -1511 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-564) (-564) (-564))) (-15 -2529 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-564))) (-15 -2309 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564))) (-15 -1324 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3336 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564))) (-15 -1760 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564))) (-15 -1732 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1438 ((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564)))) (-15 -2969 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564) (-564) (-564) (-225) (-685 (-225)) (-564))) (-15 -2226 ((-1032) (-1152) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564))) (-15 -3567 ((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2716 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1404 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))) (-15 -4118 ((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-564))) (-15 -4188 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))))) (T -749))
+((-4188 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))) (-4118 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1404 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2716 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))) (-3567 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2226 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-225)) (-5 *7 (-685 (-564))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2969 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *6 (-225)) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1438 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-225)) (-5 *7 (-685 (-564))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1732 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1760 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-3336 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1324 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2309 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2529 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-1511 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-3872 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-685 (-225))) (-5 *6 (-685 (-564))) (-5 *3 (-564)) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2305 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))) (-2448 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-749)))))
+(-10 -7 (-15 -2448 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2305 ((-1032) (-564) (-685 (-225)) (-225) (-564))) (-15 -3872 ((-1032) (-564) (-564) (-564) (-225) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-564)) (-564) (-564) (-564))) (-15 -1511 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-564) (-564) (-564))) (-15 -2529 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564) (-564) (-564))) (-15 -2309 ((-1032) (-564) (-225) (-225) (-685 (-225)) (-564) (-564) (-225) (-564))) (-15 -1324 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3336 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564))) (-15 -1760 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564))) (-15 -1732 ((-1032) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1438 ((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564)))) (-15 -2969 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564) (-564) (-564) (-225) (-685 (-225)) (-564))) (-15 -2226 ((-1032) (-1152) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564))) (-15 -3567 ((-1032) (-1152) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2716 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1404 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))) (-15 -4118 ((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-564))) (-15 -4188 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564) (-685 (-225)) (-685 (-225)) (-564) (-564) (-564))))
+((-2085 (((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-564) (-685 (-225)) (-564)) 63)) (-4212 (((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-112) (-225) (-564) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-564) (-564) (-564) (-564) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN)))) 62)) (-3141 (((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-112) (-112) (-564) (-564) (-685 (-225)) (-685 (-564)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-65 QPHESS)))) 58)) (-2922 (((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-564) (-564) (-685 (-225)) (-564)) 51)) (-2625 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-66 FUNCT1)))) 50)) (-2484 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-63 LSFUN2)))) 46)) (-2942 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-79 LSFUN1)))) 42)) (-3736 (((-1032) (-564) (-225) (-225) (-564) (-225) (-112) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN)))) 38)))
+(((-750) (-10 -7 (-15 -3736 ((-1032) (-564) (-225) (-225) (-564) (-225) (-112) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))) (-15 -2942 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-79 LSFUN1))))) (-15 -2484 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-63 LSFUN2))))) (-15 -2625 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-66 FUNCT1))))) (-15 -2922 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-564) (-564) (-685 (-225)) (-564))) (-15 -3141 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-112) (-112) (-564) (-564) (-685 (-225)) (-685 (-564)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-65 QPHESS))))) (-15 -4212 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-112) (-225) (-564) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-564) (-564) (-564) (-564) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))) (-15 -2085 ((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-564) (-685 (-225)) (-564))))) (T -750))
+((-2085 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-750)))) (-4212 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *3 *3 *5 *6 *3 *6 *6 *5 *6 *6 *6 *6 *5 *3 *3 *3 *3 *3 *6 *6 *6 *3 *3 *3 *3 *3 *7 *4 *4 *4 *4 *3 *8 *9) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-112)) (-5 *6 (-225)) (-5 *7 (-685 (-564))) (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-80 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN)))) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-750)))) (-3141 (*1 *2 *3 *3 *3 *3 *3 *3 *3 *3 *4 *5 *5 *5 *5 *5 *5 *6 *6 *6 *3 *3 *5 *7 *3 *8) (-12 (-5 *5 (-685 (-225))) (-5 *6 (-112)) (-5 *7 (-685 (-564))) (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-65 QPHESS)))) (-5 *3 (-564)) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-750)))) (-2922 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-112)) (-5 *2 (-1032)) (-5 *1 (-750)))) (-2625 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-66 FUNCT1)))) (-5 *2 (-1032)) (-5 *1 (-750)))) (-2484 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-63 LSFUN2)))) (-5 *2 (-1032)) (-5 *1 (-750)))) (-2942 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-79 LSFUN1)))) (-5 *2 (-1032)) (-5 *1 (-750)))) (-3736 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-564)) (-5 *5 (-112)) (-5 *6 (-685 (-225))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN)))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-750)))))
+(-10 -7 (-15 -3736 ((-1032) (-564) (-225) (-225) (-564) (-225) (-112) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))) (-15 -2942 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-79 LSFUN1))))) (-15 -2484 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-63 LSFUN2))))) (-15 -2625 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-66 FUNCT1))))) (-15 -2922 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-564) (-564) (-685 (-225)) (-564))) (-15 -3141 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-225) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-112) (-112) (-112) (-564) (-564) (-685 (-225)) (-685 (-564)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-65 QPHESS))))) (-15 -4212 ((-1032) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-564) (-112) (-225) (-564) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-564) (-564) (-564) (-564) (-564) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-564) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))) (-15 -2085 ((-1032) (-564) (-564) (-564) (-225) (-685 (-225)) (-564) (-685 (-225)) (-564))))
+((-3021 (((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564)) 47)) (-1705 (((-1032) (-1152) (-1152) (-564) (-564) (-685 (-169 (-225))) (-564) (-685 (-169 (-225))) (-564) (-564) (-685 (-169 (-225))) (-564)) 46)) (-3529 (((-1032) (-564) (-564) (-564) (-685 (-169 (-225))) (-564)) 45)) (-2712 (((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 40)) (-2240 (((-1032) (-1152) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-685 (-225)) (-564)) 39)) (-1343 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-564)) 36)) (-2771 (((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564)) 35)) (-3782 (((-1032) (-564) (-564) (-564) (-564) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-225) (-225) (-564)) 34)) (-3496 (((-1032) (-564) (-564) (-564) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-112) (-225) (-112) (-685 (-564)) (-685 (-225)) (-564)) 33)) (-4047 (((-1032) (-564) (-564) (-564) (-564) (-225) (-112) (-112) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-564)) 32)))
+(((-751) (-10 -7 (-15 -4047 ((-1032) (-564) (-564) (-564) (-564) (-225) (-112) (-112) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-564))) (-15 -3496 ((-1032) (-564) (-564) (-564) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-112) (-225) (-112) (-685 (-564)) (-685 (-225)) (-564))) (-15 -3782 ((-1032) (-564) (-564) (-564) (-564) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-225) (-225) (-564))) (-15 -2771 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564))) (-15 -1343 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-564))) (-15 -2240 ((-1032) (-1152) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-685 (-225)) (-564))) (-15 -2712 ((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3529 ((-1032) (-564) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -1705 ((-1032) (-1152) (-1152) (-564) (-564) (-685 (-169 (-225))) (-564) (-685 (-169 (-225))) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -3021 ((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564))))) (T -751))
+((-3021 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-169 (-225)))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-1705 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-169 (-225)))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-3529 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-169 (-225)))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-2712 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-2240 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-1343 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-751)))) (-2771 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-751)))) (-3782 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-641 (-112))) (-5 *5 (-685 (-225))) (-5 *6 (-685 (-564))) (-5 *7 (-225)) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-751)))) (-3496 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-685 (-564))) (-5 *5 (-112)) (-5 *7 (-685 (-225))) (-5 *3 (-564)) (-5 *6 (-225)) (-5 *2 (-1032)) (-5 *1 (-751)))) (-4047 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-641 (-112))) (-5 *7 (-685 (-225))) (-5 *8 (-685 (-564))) (-5 *3 (-564)) (-5 *4 (-225)) (-5 *5 (-112)) (-5 *2 (-1032)) (-5 *1 (-751)))))
+(-10 -7 (-15 -4047 ((-1032) (-564) (-564) (-564) (-564) (-225) (-112) (-112) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-564))) (-15 -3496 ((-1032) (-564) (-564) (-564) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-685 (-564)) (-112) (-225) (-112) (-685 (-564)) (-685 (-225)) (-564))) (-15 -3782 ((-1032) (-564) (-564) (-564) (-564) (-641 (-112)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-225) (-225) (-564))) (-15 -2771 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564))) (-15 -1343 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-564))) (-15 -2240 ((-1032) (-1152) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-685 (-225)) (-564))) (-15 -2712 ((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3529 ((-1032) (-564) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -1705 ((-1032) (-1152) (-1152) (-564) (-564) (-685 (-169 (-225))) (-564) (-685 (-169 (-225))) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -3021 ((-1032) (-1152) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564))))
+((-2694 (((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564)) 80)) (-4141 (((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564)) 69)) (-2010 (((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE))) (-388)) 56) (((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE)))) 55)) (-3177 (((-1032) (-564) (-564) (-564) (-225) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564)) 37)) (-2331 (((-1032) (-564) (-564) (-225) (-225) (-564) (-564) (-685 (-225)) (-564)) 33)) (-1321 (((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564) (-564)) 30)) (-1517 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 29)) (-1800 (((-1032) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 28)) (-1959 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 27)) (-1589 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564)) 26)) (-1375 (((-1032) (-564) (-564) (-685 (-225)) (-564)) 25)) (-3126 (((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 24)) (-2323 (((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564)) 23)) (-4180 (((-1032) (-685 (-225)) (-564) (-564) (-564) (-564)) 22)) (-3301 (((-1032) (-564) (-564) (-685 (-225)) (-564)) 21)))
+(((-752) (-10 -7 (-15 -3301 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -4180 ((-1032) (-685 (-225)) (-564) (-564) (-564) (-564))) (-15 -2323 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3126 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1375 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -1589 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564))) (-15 -1959 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1800 ((-1032) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1517 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1321 ((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564) (-564))) (-15 -2331 ((-1032) (-564) (-564) (-225) (-225) (-564) (-564) (-685 (-225)) (-564))) (-15 -3177 ((-1032) (-564) (-564) (-564) (-225) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2010 ((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE))))) (-15 -2010 ((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE))) (-388))) (-15 -4141 ((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2694 ((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564))))) (T -752))
+((-2694 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-112)) (-5 *5 (-685 (-169 (-225)))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-4141 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *4 (-112)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-2010 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-388)) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-2010 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-3177 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-564)) (-5 *5 (-112)) (-5 *6 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-2331 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-1321 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-1517 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-1800 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-1959 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-1589 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-1375 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-3126 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-2323 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))) (-4180 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-752)))) (-3301 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-752)))))
+(-10 -7 (-15 -3301 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -4180 ((-1032) (-685 (-225)) (-564) (-564) (-564) (-564))) (-15 -2323 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3126 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1375 ((-1032) (-564) (-564) (-685 (-225)) (-564))) (-15 -1589 ((-1032) (-564) (-564) (-564) (-564) (-685 (-225)) (-564))) (-15 -1959 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1800 ((-1032) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1517 ((-1032) (-564) (-564) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -1321 ((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564) (-564))) (-15 -2331 ((-1032) (-564) (-564) (-225) (-225) (-564) (-564) (-685 (-225)) (-564))) (-15 -3177 ((-1032) (-564) (-564) (-564) (-225) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2010 ((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE))))) (-15 -2010 ((-1032) (-564) (-564) (-225) (-564) (-564) (-564) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE))) (-388))) (-15 -4141 ((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -2694 ((-1032) (-564) (-564) (-564) (-564) (-564) (-112) (-564) (-112) (-564) (-685 (-169 (-225))) (-685 (-169 (-225))) (-564))))
+((-3248 (((-1032) (-564) (-564) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-70 APROD)))) 64)) (-1602 (((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564)) 60)) (-4181 (((-1032) (-564) (-685 (-225)) (-112) (-225) (-564) (-564) (-564) (-564) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-388)) (|:| |fp| (-73 MSOLVE)))) 59)) (-4219 (((-1032) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564)) 37)) (-3626 (((-1032) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-564)) 36)) (-4056 (((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564)) 33)) (-2434 (((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225))) 32)) (-2319 (((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564)) 28)) (-2023 (((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564)) 27)) (-2726 (((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564)) 26)) (-3217 (((-1032) (-564) (-685 (-169 (-225))) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-564)) 22)))
+(((-753) (-10 -7 (-15 -3217 ((-1032) (-564) (-685 (-169 (-225))) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -2726 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -2023 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -2319 ((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564))) (-15 -2434 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225)))) (-15 -4056 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3626 ((-1032) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -4219 ((-1032) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564))) (-15 -4181 ((-1032) (-564) (-685 (-225)) (-112) (-225) (-564) (-564) (-564) (-564) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-388)) (|:| |fp| (-73 MSOLVE))))) (-15 -1602 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564))) (-15 -3248 ((-1032) (-564) (-564) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-70 APROD))))))) (T -753))
+((-3248 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-70 APROD)))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-1602 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-4181 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-112)) (-5 *6 (-225)) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-68 APROD)))) (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-73 MSOLVE)))) (-5 *2 (-1032)) (-5 *1 (-753)))) (-4219 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-3626 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-4056 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-753)))) (-2434 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-2319 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-753)))) (-2023 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-753)))) (-2726 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-753)))) (-3217 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-169 (-225)))) (-5 *2 (-1032)) (-5 *1 (-753)))))
+(-10 -7 (-15 -3217 ((-1032) (-564) (-685 (-169 (-225))) (-564) (-564) (-564) (-564) (-685 (-169 (-225))) (-564))) (-15 -2726 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -2023 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-564))) (-15 -2319 ((-1032) (-685 (-225)) (-564) (-685 (-225)) (-564) (-564) (-564))) (-15 -2434 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-564)) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225)))) (-15 -4056 ((-1032) (-564) (-564) (-685 (-225)) (-685 (-225)) (-685 (-225)) (-564))) (-15 -3626 ((-1032) (-564) (-564) (-564) (-225) (-564) (-685 (-225)) (-685 (-225)) (-564))) (-15 -4219 ((-1032) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-564)) (-685 (-225)) (-685 (-564)) (-685 (-564)) (-685 (-225)) (-685 (-225)) (-685 (-564)) (-564))) (-15 -4181 ((-1032) (-564) (-685 (-225)) (-112) (-225) (-564) (-564) (-564) (-564) (-225) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-388)) (|:| |fp| (-73 MSOLVE))))) (-15 -1602 ((-1032) (-564) (-685 (-225)) (-564) (-685 (-225)) (-685 (-564)) (-564) (-685 (-225)) (-564) (-564) (-564) (-564))) (-15 -3248 ((-1032) (-564) (-564) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-685 (-225)) (-564) (-3 (|:| |fn| (-388)) (|:| |fp| (-70 APROD))))))
+((-2880 (((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-564) (-685 (-225))) 29)) (-2960 (((-1032) (-1152) (-564) (-564) (-685 (-225))) 28)) (-2732 (((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-225))) 27)) (-3039 (((-1032) (-564) (-564) (-564) (-685 (-225))) 21)))
+(((-754) (-10 -7 (-15 -3039 ((-1032) (-564) (-564) (-564) (-685 (-225)))) (-15 -2732 ((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-225)))) (-15 -2960 ((-1032) (-1152) (-564) (-564) (-685 (-225)))) (-15 -2880 ((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-564) (-685 (-225)))))) (T -754))
+((-2880 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-754)))) (-2960 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-754)))) (-2732 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-685 (-564))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-754)))) (-3039 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032)) (-5 *1 (-754)))))
+(-10 -7 (-15 -3039 ((-1032) (-564) (-564) (-564) (-685 (-225)))) (-15 -2732 ((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-685 (-564)) (-564) (-685 (-225)))) (-15 -2960 ((-1032) (-1152) (-564) (-564) (-685 (-225)))) (-15 -2880 ((-1032) (-1152) (-564) (-564) (-685 (-225)) (-564) (-564) (-685 (-225)))))
+((-1682 (((-1032) (-225) (-225) (-225) (-225) (-564)) 62)) (-3913 (((-1032) (-225) (-225) (-225) (-564)) 61)) (-1410 (((-1032) (-225) (-225) (-225) (-564)) 60)) (-4268 (((-1032) (-225) (-225) (-564)) 59)) (-3170 (((-1032) (-225) (-564)) 58)) (-2444 (((-1032) (-225) (-564)) 57)) (-4196 (((-1032) (-225) (-564)) 56)) (-2794 (((-1032) (-225) (-564)) 55)) (-2296 (((-1032) (-225) (-564)) 54)) (-2756 (((-1032) (-225) (-564)) 53)) (-3983 (((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564)) 52)) (-2735 (((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564)) 51)) (-4033 (((-1032) (-225) (-564)) 50)) (-3860 (((-1032) (-225) (-564)) 49)) (-2527 (((-1032) (-225) (-564)) 48)) (-3397 (((-1032) (-225) (-564)) 47)) (-1528 (((-1032) (-564) (-225) (-169 (-225)) (-564) (-1152) (-564)) 46)) (-2056 (((-1032) (-1152) (-169 (-225)) (-1152) (-564)) 45)) (-2799 (((-1032) (-1152) (-169 (-225)) (-1152) (-564)) 44)) (-3601 (((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564)) 43)) (-3940 (((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564)) 42)) (-2865 (((-1032) (-225) (-564)) 39)) (-4220 (((-1032) (-225) (-564)) 38)) (-1743 (((-1032) (-225) (-564)) 37)) (-2457 (((-1032) (-225) (-564)) 36)) (-2989 (((-1032) (-225) (-564)) 35)) (-3921 (((-1032) (-225) (-564)) 34)) (-1583 (((-1032) (-225) (-564)) 33)) (-2836 (((-1032) (-225) (-564)) 32)) (-3893 (((-1032) (-225) (-564)) 31)) (-2357 (((-1032) (-225) (-564)) 30)) (-1298 (((-1032) (-225) (-225) (-225) (-564)) 29)) (-3122 (((-1032) (-225) (-564)) 28)) (-2207 (((-1032) (-225) (-564)) 27)) (-4014 (((-1032) (-225) (-564)) 26)) (-2464 (((-1032) (-225) (-564)) 25)) (-3734 (((-1032) (-225) (-564)) 24)) (-2170 (((-1032) (-169 (-225)) (-564)) 21)))
+(((-755) (-10 -7 (-15 -2170 ((-1032) (-169 (-225)) (-564))) (-15 -3734 ((-1032) (-225) (-564))) (-15 -2464 ((-1032) (-225) (-564))) (-15 -4014 ((-1032) (-225) (-564))) (-15 -2207 ((-1032) (-225) (-564))) (-15 -3122 ((-1032) (-225) (-564))) (-15 -1298 ((-1032) (-225) (-225) (-225) (-564))) (-15 -2357 ((-1032) (-225) (-564))) (-15 -3893 ((-1032) (-225) (-564))) (-15 -2836 ((-1032) (-225) (-564))) (-15 -1583 ((-1032) (-225) (-564))) (-15 -3921 ((-1032) (-225) (-564))) (-15 -2989 ((-1032) (-225) (-564))) (-15 -2457 ((-1032) (-225) (-564))) (-15 -1743 ((-1032) (-225) (-564))) (-15 -4220 ((-1032) (-225) (-564))) (-15 -2865 ((-1032) (-225) (-564))) (-15 -3940 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -3601 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -2799 ((-1032) (-1152) (-169 (-225)) (-1152) (-564))) (-15 -2056 ((-1032) (-1152) (-169 (-225)) (-1152) (-564))) (-15 -1528 ((-1032) (-564) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -3397 ((-1032) (-225) (-564))) (-15 -2527 ((-1032) (-225) (-564))) (-15 -3860 ((-1032) (-225) (-564))) (-15 -4033 ((-1032) (-225) (-564))) (-15 -2735 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -3983 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -2756 ((-1032) (-225) (-564))) (-15 -2296 ((-1032) (-225) (-564))) (-15 -2794 ((-1032) (-225) (-564))) (-15 -4196 ((-1032) (-225) (-564))) (-15 -2444 ((-1032) (-225) (-564))) (-15 -3170 ((-1032) (-225) (-564))) (-15 -4268 ((-1032) (-225) (-225) (-564))) (-15 -1410 ((-1032) (-225) (-225) (-225) (-564))) (-15 -3913 ((-1032) (-225) (-225) (-225) (-564))) (-15 -1682 ((-1032) (-225) (-225) (-225) (-225) (-564))))) (T -755))
+((-1682 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3913 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1410 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-4268 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3170 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2444 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-4196 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2794 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2296 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2756 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3983 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152)) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2735 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152)) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-4033 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3860 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2527 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3397 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1528 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-564)) (-5 *5 (-169 (-225))) (-5 *6 (-1152)) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2056 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1152)) (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2799 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1152)) (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3601 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152)) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3940 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152)) (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2865 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-4220 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1743 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2457 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2989 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3921 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1583 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2836 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3893 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2357 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-1298 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3122 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2207 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-4014 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2464 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-3734 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))) (-2170 (*1 *2 *3 *4) (-12 (-5 *3 (-169 (-225))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(-10 -7 (-15 -2170 ((-1032) (-169 (-225)) (-564))) (-15 -3734 ((-1032) (-225) (-564))) (-15 -2464 ((-1032) (-225) (-564))) (-15 -4014 ((-1032) (-225) (-564))) (-15 -2207 ((-1032) (-225) (-564))) (-15 -3122 ((-1032) (-225) (-564))) (-15 -1298 ((-1032) (-225) (-225) (-225) (-564))) (-15 -2357 ((-1032) (-225) (-564))) (-15 -3893 ((-1032) (-225) (-564))) (-15 -2836 ((-1032) (-225) (-564))) (-15 -1583 ((-1032) (-225) (-564))) (-15 -3921 ((-1032) (-225) (-564))) (-15 -2989 ((-1032) (-225) (-564))) (-15 -2457 ((-1032) (-225) (-564))) (-15 -1743 ((-1032) (-225) (-564))) (-15 -4220 ((-1032) (-225) (-564))) (-15 -2865 ((-1032) (-225) (-564))) (-15 -3940 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -3601 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -2799 ((-1032) (-1152) (-169 (-225)) (-1152) (-564))) (-15 -2056 ((-1032) (-1152) (-169 (-225)) (-1152) (-564))) (-15 -1528 ((-1032) (-564) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -3397 ((-1032) (-225) (-564))) (-15 -2527 ((-1032) (-225) (-564))) (-15 -3860 ((-1032) (-225) (-564))) (-15 -4033 ((-1032) (-225) (-564))) (-15 -2735 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -3983 ((-1032) (-225) (-169 (-225)) (-564) (-1152) (-564))) (-15 -2756 ((-1032) (-225) (-564))) (-15 -2296 ((-1032) (-225) (-564))) (-15 -2794 ((-1032) (-225) (-564))) (-15 -4196 ((-1032) (-225) (-564))) (-15 -2444 ((-1032) (-225) (-564))) (-15 -3170 ((-1032) (-225) (-564))) (-15 -4268 ((-1032) (-225) (-225) (-564))) (-15 -1410 ((-1032) (-225) (-225) (-225) (-564))) (-15 -3913 ((-1032) (-225) (-225) (-225) (-564))) (-15 -1682 ((-1032) (-225) (-225) (-225) (-225) (-564))))
+((-2936 (((-1264)) 21)) (-1996 (((-1152)) 32)) (-2156 (((-1152)) 31)) (-1606 (((-1098) (-1170) (-685 (-564))) 46) (((-1098) (-1170) (-685 (-225))) 42)) (-3889 (((-112)) 19)) (-4239 (((-1152) (-1152)) 35)))
+(((-756) (-10 -7 (-15 -2156 ((-1152))) (-15 -1996 ((-1152))) (-15 -4239 ((-1152) (-1152))) (-15 -1606 ((-1098) (-1170) (-685 (-225)))) (-15 -1606 ((-1098) (-1170) (-685 (-564)))) (-15 -3889 ((-112))) (-15 -2936 ((-1264))))) (T -756))
+((-2936 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-756)))) (-3889 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-756)))) (-1606 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-685 (-564))) (-5 *2 (-1098)) (-5 *1 (-756)))) (-1606 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-685 (-225))) (-5 *2 (-1098)) (-5 *1 (-756)))) (-4239 (*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))) (-1996 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))) (-2156 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))))
+(-10 -7 (-15 -2156 ((-1152))) (-15 -1996 ((-1152))) (-15 -4239 ((-1152) (-1152))) (-15 -1606 ((-1098) (-1170) (-685 (-225)))) (-15 -1606 ((-1098) (-1170) (-685 (-564)))) (-15 -3889 ((-112))) (-15 -2936 ((-1264))))
+((-1992 (($ $ $) 10)) (-2611 (($ $ $ $) 9)) (-1656 (($ $ $) 12)))
+(((-757 |#1|) (-10 -8 (-15 -1656 (|#1| |#1| |#1|)) (-15 -1992 (|#1| |#1| |#1|)) (-15 -2611 (|#1| |#1| |#1| |#1|))) (-758)) (T -757))
+NIL
+(-10 -8 (-15 -1656 (|#1| |#1| |#1|)) (-15 -1992 (|#1| |#1| |#1|)) (-15 -2611 (|#1| |#1| |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-4221 (($ $ (-918)) 28)) (-2839 (($ $ (-918)) 29)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1992 (($ $ $) 25)) (-1831 (((-859) $) 11)) (-2611 (($ $ $ $) 26)) (-1656 (($ $ $) 24)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 30)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 27)))
(((-758) (-140)) (T -758))
-((-2933 (*1 *1 *1 *1 *1) (-4 *1 (-758))) (-1923 (*1 *1 *1 *1) (-4 *1 (-758))) (-3710 (*1 *1 *1 *1) (-4 *1 (-758))))
-(-13 (-21) (-717) (-10 -8 (-15 -2933 ($ $ $ $)) (-15 -1923 ($ $ $)) (-15 -3710 ($ $ $))))
+((-2611 (*1 *1 *1 *1 *1) (-4 *1 (-758))) (-1992 (*1 *1 *1 *1) (-4 *1 (-758))) (-1656 (*1 *1 *1 *1) (-4 *1 (-758))))
+(-13 (-21) (-717) (-10 -8 (-15 -2611 ($ $ $ $)) (-15 -1992 ($ $ $)) (-15 -1656 ($ $ $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-717) . T) ((-1094) . T))
-((-1721 (((-859) $) NIL) (($ (-564)) 10)))
-(((-759 |#1|) (-10 -8 (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|))) (-760)) (T -759))
+((-1831 (((-859) $) NIL) (($ (-564)) 10)))
+(((-759 |#1|) (-10 -8 (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|))) (-760)) (T -759))
NIL
-(-10 -8 (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2816 (((-3 $ "failed") $) 40)) (-4095 (($ $ (-918)) 28) (($ $ (-768)) 35)) (-3233 (((-3 $ "failed") $) 38)) (-3282 (((-112) $) 34)) (-3126 (((-3 $ "failed") $) 39)) (-2824 (($ $ (-918)) 29) (($ $ (-768)) 36)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1923 (($ $ $) 25)) (-1721 (((-859) $) 11) (($ (-564)) 31)) (-1303 (((-768)) 32 T CONST)) (-2933 (($ $ $ $) 26)) (-3710 (($ $ $) 24)) (-2885 (($) 18 T CONST)) (-2898 (($) 33 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 30) (($ $ (-768)) 37)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 27)))
+(-10 -8 (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2767 (((-3 $ "failed") $) 40)) (-4221 (($ $ (-918)) 28) (($ $ (-768)) 35)) (-3733 (((-3 $ "failed") $) 38)) (-2949 (((-112) $) 34)) (-3874 (((-3 $ "failed") $) 39)) (-2839 (($ $ (-918)) 29) (($ $ (-768)) 36)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1992 (($ $ $) 25)) (-1831 (((-859) $) 11) (($ (-564)) 31)) (-2219 (((-768)) 32 T CONST)) (-2611 (($ $ $ $) 26)) (-1656 (($ $ $) 24)) (-1293 (($) 18 T CONST)) (-1300 (($) 33 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 30) (($ $ (-768)) 37)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 27)))
(((-760) (-140)) (T -760))
-((-1303 (*1 *2) (-12 (-4 *1 (-760)) (-5 *2 (-768)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-760)))))
-(-13 (-758) (-719) (-10 -8 (-15 -1303 ((-768)) -1367) (-15 -1721 ($ (-564)))))
+((-2219 (*1 *2) (-12 (-4 *1 (-760)) (-5 *2 (-768)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-760)))))
+(-13 (-758) (-719) (-10 -8 (-15 -2219 ((-768)) -1809) (-15 -1831 ($ (-564)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-717) . T) ((-719) . T) ((-758) . T) ((-1094) . T))
-((-3566 (((-641 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 (-169 |#1|)))))) (-685 (-169 (-407 (-564)))) |#1|) 33)) (-3322 (((-641 (-169 |#1|)) (-685 (-169 (-407 (-564)))) |#1|) 23)) (-4120 (((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564)))) (-1170)) 20) (((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564))))) 19)))
-(((-761 |#1|) (-10 -7 (-15 -4120 ((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564)))))) (-15 -4120 ((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564)))) (-1170))) (-15 -3322 ((-641 (-169 |#1|)) (-685 (-169 (-407 (-564)))) |#1|)) (-15 -3566 ((-641 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 (-169 |#1|)))))) (-685 (-169 (-407 (-564)))) |#1|))) (-13 (-363) (-845))) (T -761))
-((-3566 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *2 (-641 (-2 (|:| |outval| (-169 *4)) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 (-169 *4))))))) (-5 *1 (-761 *4)) (-4 *4 (-13 (-363) (-845))))) (-3322 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *2 (-641 (-169 *4))) (-5 *1 (-761 *4)) (-4 *4 (-13 (-363) (-845))))) (-4120 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *4 (-1170)) (-5 *2 (-949 (-169 (-407 (-564))))) (-5 *1 (-761 *5)) (-4 *5 (-13 (-363) (-845))))) (-4120 (*1 *2 *3) (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *2 (-949 (-169 (-407 (-564))))) (-5 *1 (-761 *4)) (-4 *4 (-13 (-363) (-845))))))
-(-10 -7 (-15 -4120 ((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564)))))) (-15 -4120 ((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564)))) (-1170))) (-15 -3322 ((-641 (-169 |#1|)) (-685 (-169 (-407 (-564)))) |#1|)) (-15 -3566 ((-641 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 (-169 |#1|)))))) (-685 (-169 (-407 (-564)))) |#1|)))
-((-2408 (((-174 (-564)) |#1|) 27)))
-(((-762 |#1|) (-10 -7 (-15 -2408 ((-174 (-564)) |#1|))) (-404)) (T -762))
-((-2408 (*1 *2 *3) (-12 (-5 *2 (-174 (-564))) (-5 *1 (-762 *3)) (-4 *3 (-404)))))
-(-10 -7 (-15 -2408 ((-174 (-564)) |#1|)))
-((-1387 ((|#1| |#1| |#1|) 28)) (-1694 ((|#1| |#1| |#1|) 27)) (-3080 ((|#1| |#1| |#1|) 38)) (-4014 ((|#1| |#1| |#1|) 34)) (-3115 (((-3 |#1| "failed") |#1| |#1|) 31)) (-3157 (((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|) 26)))
-(((-763 |#1| |#2|) (-10 -7 (-15 -3157 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -1694 (|#1| |#1| |#1|)) (-15 -1387 (|#1| |#1| |#1|)) (-15 -3115 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4014 (|#1| |#1| |#1|)) (-15 -3080 (|#1| |#1| |#1|))) (-705 |#2|) (-363)) (T -763))
-((-3080 (*1 *2 *2 *2) (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3)))) (-4014 (*1 *2 *2 *2) (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3)))) (-3115 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3)))) (-1387 (*1 *2 *2 *2) (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3)))) (-1694 (*1 *2 *2 *2) (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3)))) (-3157 (*1 *2 *3 *3) (-12 (-4 *4 (-363)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-763 *3 *4)) (-4 *3 (-705 *4)))))
-(-10 -7 (-15 -3157 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -1694 (|#1| |#1| |#1|)) (-15 -1387 (|#1| |#1| |#1|)) (-15 -3115 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4014 (|#1| |#1| |#1|)) (-15 -3080 (|#1| |#1| |#1|)))
-((-3552 (((-687 (-1217)) $ (-1217)) 26)) (-2639 (((-687 (-549)) $ (-549)) 25)) (-2937 (((-768) $ (-128)) 27)) (-3885 (((-687 (-129)) $ (-129)) 24)) (-3258 (((-687 (-1217)) $) 12)) (-2164 (((-687 (-1215)) $) 8)) (-3873 (((-687 (-1214)) $) 10)) (-2295 (((-687 (-549)) $) 13)) (-2062 (((-687 (-547)) $) 9)) (-2780 (((-687 (-546)) $) 11)) (-3223 (((-768) $ (-128)) 7)) (-3177 (((-687 (-129)) $) 14)) (-2126 (((-112) $) 31)) (-2953 (((-687 $) |#1| (-951)) 32)) (-3728 (($ $) 6)))
+((-2705 (((-641 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 (-169 |#1|)))))) (-685 (-169 (-407 (-564)))) |#1|) 33)) (-2077 (((-641 (-169 |#1|)) (-685 (-169 (-407 (-564)))) |#1|) 23)) (-1349 (((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564)))) (-1170)) 20) (((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564))))) 19)))
+(((-761 |#1|) (-10 -7 (-15 -1349 ((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564)))))) (-15 -1349 ((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564)))) (-1170))) (-15 -2077 ((-641 (-169 |#1|)) (-685 (-169 (-407 (-564)))) |#1|)) (-15 -2705 ((-641 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 (-169 |#1|)))))) (-685 (-169 (-407 (-564)))) |#1|))) (-13 (-363) (-845))) (T -761))
+((-2705 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *2 (-641 (-2 (|:| |outval| (-169 *4)) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 (-169 *4))))))) (-5 *1 (-761 *4)) (-4 *4 (-13 (-363) (-845))))) (-2077 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *2 (-641 (-169 *4))) (-5 *1 (-761 *4)) (-4 *4 (-13 (-363) (-845))))) (-1349 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *4 (-1170)) (-5 *2 (-949 (-169 (-407 (-564))))) (-5 *1 (-761 *5)) (-4 *5 (-13 (-363) (-845))))) (-1349 (*1 *2 *3) (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *2 (-949 (-169 (-407 (-564))))) (-5 *1 (-761 *4)) (-4 *4 (-13 (-363) (-845))))))
+(-10 -7 (-15 -1349 ((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564)))))) (-15 -1349 ((-949 (-169 (-407 (-564)))) (-685 (-169 (-407 (-564)))) (-1170))) (-15 -2077 ((-641 (-169 |#1|)) (-685 (-169 (-407 (-564)))) |#1|)) (-15 -2705 ((-641 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 (-169 |#1|)))))) (-685 (-169 (-407 (-564)))) |#1|)))
+((-4355 (((-174 (-564)) |#1|) 27)))
+(((-762 |#1|) (-10 -7 (-15 -4355 ((-174 (-564)) |#1|))) (-404)) (T -762))
+((-4355 (*1 *2 *3) (-12 (-5 *2 (-174 (-564))) (-5 *1 (-762 *3)) (-4 *3 (-404)))))
+(-10 -7 (-15 -4355 ((-174 (-564)) |#1|)))
+((-2313 ((|#1| |#1| |#1|) 28)) (-1799 ((|#1| |#1| |#1|) 27)) (-1448 ((|#1| |#1| |#1|) 38)) (-1578 ((|#1| |#1| |#1|) 34)) (-1845 (((-3 |#1| "failed") |#1| |#1|) 31)) (-4176 (((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|) 26)))
+(((-763 |#1| |#2|) (-10 -7 (-15 -4176 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -1799 (|#1| |#1| |#1|)) (-15 -2313 (|#1| |#1| |#1|)) (-15 -1845 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1578 (|#1| |#1| |#1|)) (-15 -1448 (|#1| |#1| |#1|))) (-705 |#2|) (-363)) (T -763))
+((-1448 (*1 *2 *2 *2) (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3)))) (-1578 (*1 *2 *2 *2) (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3)))) (-1845 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3)))) (-2313 (*1 *2 *2 *2) (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3)))) (-1799 (*1 *2 *2 *2) (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3)))) (-4176 (*1 *2 *3 *3) (-12 (-4 *4 (-363)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-763 *3 *4)) (-4 *3 (-705 *4)))))
+(-10 -7 (-15 -4176 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -1799 (|#1| |#1| |#1|)) (-15 -2313 (|#1| |#1| |#1|)) (-15 -1845 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1578 (|#1| |#1| |#1|)) (-15 -1448 (|#1| |#1| |#1|)))
+((-3796 (((-687 (-1217)) $ (-1217)) 26)) (-1721 (((-687 (-549)) $ (-549)) 25)) (-1386 (((-768) $ (-128)) 27)) (-2800 (((-687 (-129)) $ (-129)) 24)) (-2721 (((-687 (-1217)) $) 12)) (-3791 (((-687 (-1215)) $) 8)) (-2678 (((-687 (-1214)) $) 10)) (-1356 (((-687 (-549)) $) 13)) (-4005 (((-687 (-547)) $) 9)) (-3687 (((-687 (-546)) $) 11)) (-3633 (((-768) $ (-128)) 7)) (-4350 (((-687 (-129)) $) 14)) (-3413 (((-112) $) 31)) (-1548 (((-687 $) |#1| (-951)) 32)) (-1846 (($ $) 6)))
(((-764 |#1|) (-140) (-1094)) (T -764))
-((-2953 (*1 *2 *3 *4) (-12 (-5 *4 (-951)) (-4 *3 (-1094)) (-5 *2 (-687 *1)) (-4 *1 (-764 *3)))) (-2126 (*1 *2 *1) (-12 (-4 *1 (-764 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))))
-(-13 (-576) (-10 -8 (-15 -2953 ((-687 $) |t#1| (-951))) (-15 -2126 ((-112) $))))
+((-1548 (*1 *2 *3 *4) (-12 (-5 *4 (-951)) (-4 *3 (-1094)) (-5 *2 (-687 *1)) (-4 *1 (-764 *3)))) (-3413 (*1 *2 *1) (-12 (-4 *1 (-764 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))))
+(-13 (-576) (-10 -8 (-15 -1548 ((-687 $) |t#1| (-951))) (-15 -3413 ((-112) $))))
(((-173) . T) ((-527) . T) ((-576) . T) ((-857) . T))
-((-4330 (((-2 (|:| -2745 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564)))) (-564)) 71)) (-1620 (((-2 (|:| -2745 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564))))) 69)) (-3928 (((-564)) 85)))
-(((-765 |#1| |#2|) (-10 -7 (-15 -3928 ((-564))) (-15 -1620 ((-2 (|:| -2745 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564)))))) (-15 -4330 ((-2 (|:| -2745 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564)))) (-564)))) (-1235 (-564)) (-409 (-564) |#1|)) (T -765))
-((-4330 (*1 *2 *3) (-12 (-5 *3 (-564)) (-4 *4 (-1235 *3)) (-5 *2 (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-5 *1 (-765 *4 *5)) (-4 *5 (-409 *3 *4)))) (-1620 (*1 *2) (-12 (-4 *3 (-1235 (-564))) (-5 *2 (-2 (|:| -2745 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564))))) (-5 *1 (-765 *3 *4)) (-4 *4 (-409 (-564) *3)))) (-3928 (*1 *2) (-12 (-4 *3 (-1235 *2)) (-5 *2 (-564)) (-5 *1 (-765 *3 *4)) (-4 *4 (-409 *2 *3)))))
-(-10 -7 (-15 -3928 ((-564))) (-15 -1620 ((-2 (|:| -2745 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564)))))) (-15 -4330 ((-2 (|:| -2745 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564)))) (-564))))
-((-1709 (((-112) $ $) NIL)) (-3437 (((-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $) 21)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 20) (($ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 13) (($ (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 16) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) 18)) (-2853 (((-112) $ $) NIL)))
-(((-766) (-13 (-1094) (-10 -8 (-15 -1721 ($ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1721 ($ (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1721 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (-15 -3437 ((-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $))))) (T -766))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-766)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-766)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-5 *1 (-766)))) (-3437 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-5 *1 (-766)))))
-(-13 (-1094) (-10 -8 (-15 -1721 ($ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1721 ($ (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1721 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (-15 -3437 ((-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $))))
-((-3583 (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|))) 18) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170))) 17)) (-3315 (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|))) 20) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170))) 19)))
-(((-767 |#1|) (-10 -7 (-15 -3583 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -3583 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|))))) (-556)) (T -767))
-((-3315 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-767 *4)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-767 *5)))) (-3583 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-767 *4)))) (-3583 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-767 *5)))))
-(-10 -7 (-15 -3583 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -3583 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1578 (($ $ $) 12)) (-2071 (((-3 $ "failed") $ $) 16)) (-1673 (($ $ (-564)) 13)) (-1692 (($) NIL T CONST)) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($ $) NIL)) (-2649 (($ $ $) NIL)) (-3282 (((-112) $) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3377 (($ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1721 (((-859) $) NIL)) (-2885 (($) 6 T CONST)) (-2898 (($) NIL T CONST)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ $ $) NIL)))
-(((-768) (-13 (-790) (-723) (-10 -8 (-15 -2649 ($ $ $)) (-15 -2668 ($ $ $)) (-15 -3377 ($ $ $)) (-15 -3737 ((-2 (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -2628 ((-3 $ "failed") $ $)) (-15 -1673 ($ $ (-564))) (-15 -3746 ($ $)) (-6 (-4414 "*"))))) (T -768))
-((-2649 (*1 *1 *1 *1) (-5 *1 (-768))) (-2668 (*1 *1 *1 *1) (-5 *1 (-768))) (-3377 (*1 *1 *1 *1) (-5 *1 (-768))) (-3737 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -4110 (-768)) (|:| -3101 (-768)))) (-5 *1 (-768)))) (-2628 (*1 *1 *1 *1) (|partial| -5 *1 (-768))) (-1673 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-768)))) (-3746 (*1 *1 *1) (-5 *1 (-768))))
-(-13 (-790) (-723) (-10 -8 (-15 -2649 ($ $ $)) (-15 -2668 ($ $ $)) (-15 -3377 ($ $ $)) (-15 -3737 ((-2 (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -2628 ((-3 $ "failed") $ $)) (-15 -1673 ($ $ (-564))) (-15 -3746 ($ $)) (-6 (-4414 "*"))))
+((-1509 (((-2 (|:| -3331 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564)))) (-564)) 71)) (-2359 (((-2 (|:| -3331 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564))))) 69)) (-3190 (((-564)) 85)))
+(((-765 |#1| |#2|) (-10 -7 (-15 -3190 ((-564))) (-15 -2359 ((-2 (|:| -3331 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564)))))) (-15 -1509 ((-2 (|:| -3331 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564)))) (-564)))) (-1235 (-564)) (-409 (-564) |#1|)) (T -765))
+((-1509 (*1 *2 *3) (-12 (-5 *3 (-564)) (-4 *4 (-1235 *3)) (-5 *2 (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-5 *1 (-765 *4 *5)) (-4 *5 (-409 *3 *4)))) (-2359 (*1 *2) (-12 (-4 *3 (-1235 (-564))) (-5 *2 (-2 (|:| -3331 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564))))) (-5 *1 (-765 *3 *4)) (-4 *4 (-409 (-564) *3)))) (-3190 (*1 *2) (-12 (-4 *3 (-1235 *2)) (-5 *2 (-564)) (-5 *1 (-765 *3 *4)) (-4 *4 (-409 *2 *3)))))
+(-10 -7 (-15 -3190 ((-564))) (-15 -2359 ((-2 (|:| -3331 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564)))))) (-15 -1509 ((-2 (|:| -3331 (-685 (-564))) (|:| |basisDen| (-564)) (|:| |basisInv| (-685 (-564)))) (-564))))
+((-1817 (((-112) $ $) NIL)) (-2237 (((-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $) 21)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 20) (($ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 13) (($ (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 16) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) 18)) (-1702 (((-112) $ $) NIL)))
+(((-766) (-13 (-1094) (-10 -8 (-15 -1831 ($ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1831 ($ (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1831 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (-15 -2237 ((-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $))))) (T -766))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-766)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-766)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-5 *1 (-766)))) (-2237 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-5 *1 (-766)))))
+(-13 (-1094) (-10 -8 (-15 -1831 ($ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1831 ($ (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1831 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (-15 -2237 ((-3 (|:| |nia| (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $))))
+((-2882 (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|))) 18) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170))) 17)) (-2017 (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|))) 20) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170))) 19)))
+(((-767 |#1|) (-10 -7 (-15 -2882 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -2882 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|))))) (-556)) (T -767))
+((-2017 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-767 *4)))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-767 *5)))) (-2882 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-767 *4)))) (-2882 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-767 *5)))))
+(-10 -7 (-15 -2882 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -2882 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-949 |#1|)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1986 (($ $ $) 12)) (-4088 (((-3 $ "failed") $ $) 16)) (-1815 (($ $ (-564)) 13)) (-1778 (($) NIL T CONST)) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($ $) NIL)) (-1424 (($ $ $) NIL)) (-2949 (((-112) $) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2777 (($ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1831 (((-859) $) NIL)) (-1293 (($) 6 T CONST)) (-1300 (($) NIL T CONST)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ $ $) NIL)))
+(((-768) (-13 (-790) (-723) (-10 -8 (-15 -1424 ($ $ $)) (-15 -1449 ($ $ $)) (-15 -2777 ($ $ $)) (-15 -1922 ((-2 (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -1403 ((-3 $ "failed") $ $)) (-15 -1815 ($ $ (-564))) (-15 -2900 ($ $)) (-6 (-4408 "*"))))) (T -768))
+((-1424 (*1 *1 *1 *1) (-5 *1 (-768))) (-1449 (*1 *1 *1 *1) (-5 *1 (-768))) (-2777 (*1 *1 *1 *1) (-5 *1 (-768))) (-1922 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -4347 (-768)) (|:| -1678 (-768)))) (-5 *1 (-768)))) (-1403 (*1 *1 *1 *1) (|partial| -5 *1 (-768))) (-1815 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-768)))) (-2900 (*1 *1 *1) (-5 *1 (-768))))
+(-13 (-790) (-723) (-10 -8 (-15 -1424 ($ $ $)) (-15 -1449 ($ $ $)) (-15 -2777 ($ $ $)) (-15 -1922 ((-2 (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -1403 ((-3 $ "failed") $ $)) (-15 -1815 ($ $ (-564))) (-15 -2900 ($ $)) (-6 (-4408 "*"))))
((|Integer|) (COND ((< |#1| 0) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-3315 (((-3 |#2| "failed") |#2| |#2| (-114) (-1170)) 37)))
-(((-769 |#1| |#2|) (-10 -7 (-15 -3315 ((-3 |#2| "failed") |#2| |#2| (-114) (-1170)))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)) (-13 (-29 |#1|) (-1194) (-956))) (T -769))
-((-3315 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-1170)) (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *1 (-769 *5 *2)) (-4 *2 (-13 (-29 *5) (-1194) (-956))))))
-(-10 -7 (-15 -3315 ((-3 |#2| "failed") |#2| |#2| (-114) (-1170))))
-((-1721 (((-771) |#1|) 8)))
-(((-770 |#1|) (-10 -7 (-15 -1721 ((-771) |#1|))) (-1209)) (T -770))
-((-1721 (*1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-770 *3)) (-4 *3 (-1209)))))
-(-10 -7 (-15 -1721 ((-771) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 7)) (-2853 (((-112) $ $) 9)))
+((-2017 (((-3 |#2| "failed") |#2| |#2| (-114) (-1170)) 37)))
+(((-769 |#1| |#2|) (-10 -7 (-15 -2017 ((-3 |#2| "failed") |#2| |#2| (-114) (-1170)))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)) (-13 (-29 |#1|) (-1194) (-956))) (T -769))
+((-2017 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-1170)) (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *1 (-769 *5 *2)) (-4 *2 (-13 (-29 *5) (-1194) (-956))))))
+(-10 -7 (-15 -2017 ((-3 |#2| "failed") |#2| |#2| (-114) (-1170))))
+((-1831 (((-771) |#1|) 8)))
+(((-770 |#1|) (-10 -7 (-15 -1831 ((-771) |#1|))) (-1209)) (T -770))
+((-1831 (*1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-770 *3)) (-4 *3 (-1209)))))
+(-10 -7 (-15 -1831 ((-771) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 7)) (-1702 (((-112) $ $) 9)))
(((-771) (-1094)) (T -771))
NIL
(-1094)
-((-2471 ((|#2| |#4|) 35)))
-(((-772 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2471 (|#2| |#4|))) (-452) (-1235 |#1|) (-721 |#1| |#2|) (-1235 |#3|)) (T -772))
-((-2471 (*1 *2 *3) (-12 (-4 *4 (-452)) (-4 *5 (-721 *4 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-772 *4 *2 *5 *3)) (-4 *3 (-1235 *5)))))
-(-10 -7 (-15 -2471 (|#2| |#4|)))
-((-3233 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 57)) (-2531 (((-1264) (-1152) (-1152) |#4| |#5|) 33)) (-2989 ((|#4| |#4| |#5|) 73)) (-3971 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#5|) 78)) (-4165 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|) 16)))
-(((-773 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3233 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2989 (|#4| |#4| |#5|)) (-15 -3971 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#5|)) (-15 -2531 ((-1264) (-1152) (-1152) |#4| |#5|)) (-15 -4165 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -773))
-((-4165 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *4)))) (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2531 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1152)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *4 (-1060 *6 *7 *8)) (-5 *2 (-1264)) (-5 *1 (-773 *6 *7 *8 *4 *5)) (-4 *5 (-1066 *6 *7 *8 *4)))) (-3971 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4)))) (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2989 (*1 *2 *2 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *2 (-1060 *4 *5 *6)) (-5 *1 (-773 *4 *5 *6 *2 *3)) (-4 *3 (-1066 *4 *5 *6 *2)))) (-3233 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(-10 -7 (-15 -3233 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2989 (|#4| |#4| |#5|)) (-15 -3971 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#5|)) (-15 -2531 ((-1264) (-1152) (-1152) |#4| |#5|)) (-15 -4165 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|)))
-((-2035 (((-3 (-1166 (-1166 |#1|)) "failed") |#4|) 53)) (-2467 (((-641 |#4|) |#4|) 24)) (-2362 ((|#4| |#4|) 19)))
-(((-774 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2467 ((-641 |#4|) |#4|)) (-15 -2035 ((-3 (-1166 (-1166 |#1|)) "failed") |#4|)) (-15 -2362 (|#4| |#4|))) (-349) (-329 |#1|) (-1235 |#2|) (-1235 |#3|) (-918)) (T -774))
-((-2362 (*1 *2 *2) (-12 (-4 *3 (-349)) (-4 *4 (-329 *3)) (-4 *5 (-1235 *4)) (-5 *1 (-774 *3 *4 *5 *2 *6)) (-4 *2 (-1235 *5)) (-14 *6 (-918)))) (-2035 (*1 *2 *3) (|partial| -12 (-4 *4 (-349)) (-4 *5 (-329 *4)) (-4 *6 (-1235 *5)) (-5 *2 (-1166 (-1166 *4))) (-5 *1 (-774 *4 *5 *6 *3 *7)) (-4 *3 (-1235 *6)) (-14 *7 (-918)))) (-2467 (*1 *2 *3) (-12 (-4 *4 (-349)) (-4 *5 (-329 *4)) (-4 *6 (-1235 *5)) (-5 *2 (-641 *3)) (-5 *1 (-774 *4 *5 *6 *3 *7)) (-4 *3 (-1235 *6)) (-14 *7 (-918)))))
-(-10 -7 (-15 -2467 ((-641 |#4|) |#4|)) (-15 -2035 ((-3 (-1166 (-1166 |#1|)) "failed") |#4|)) (-15 -2362 (|#4| |#4|)))
-((-2576 (((-2 (|:| |deter| (-641 (-1166 |#5|))) (|:| |dterm| (-641 (-641 (-2 (|:| -2538 (-768)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-641 |#1|)) (|:| |nlead| (-641 |#5|))) (-1166 |#5|) (-641 |#1|) (-641 |#5|)) 74)) (-3221 (((-641 (-768)) |#1|) 20)))
-(((-775 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2576 ((-2 (|:| |deter| (-641 (-1166 |#5|))) (|:| |dterm| (-641 (-641 (-2 (|:| -2538 (-768)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-641 |#1|)) (|:| |nlead| (-641 |#5|))) (-1166 |#5|) (-641 |#1|) (-641 |#5|))) (-15 -3221 ((-641 (-768)) |#1|))) (-1235 |#4|) (-790) (-847) (-307) (-946 |#4| |#2| |#3|)) (T -775))
-((-3221 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-641 (-768))) (-5 *1 (-775 *3 *4 *5 *6 *7)) (-4 *3 (-1235 *6)) (-4 *7 (-946 *6 *4 *5)))) (-2576 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1235 *9)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-307)) (-4 *10 (-946 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-641 (-1166 *10))) (|:| |dterm| (-641 (-641 (-2 (|:| -2538 (-768)) (|:| |pcoef| *10))))) (|:| |nfacts| (-641 *6)) (|:| |nlead| (-641 *10)))) (-5 *1 (-775 *6 *7 *8 *9 *10)) (-5 *3 (-1166 *10)) (-5 *4 (-641 *6)) (-5 *5 (-641 *10)))))
-(-10 -7 (-15 -2576 ((-2 (|:| |deter| (-641 (-1166 |#5|))) (|:| |dterm| (-641 (-641 (-2 (|:| -2538 (-768)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-641 |#1|)) (|:| |nlead| (-641 |#5|))) (-1166 |#5|) (-641 |#1|) (-641 |#5|))) (-15 -3221 ((-641 (-768)) |#1|)))
-((-2680 (((-641 (-2 (|:| |outval| |#1|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#1|))))) (-685 (-407 (-564))) |#1|) 31)) (-4272 (((-641 |#1|) (-685 (-407 (-564))) |#1|) 21)) (-4120 (((-949 (-407 (-564))) (-685 (-407 (-564))) (-1170)) 18) (((-949 (-407 (-564))) (-685 (-407 (-564)))) 17)))
-(((-776 |#1|) (-10 -7 (-15 -4120 ((-949 (-407 (-564))) (-685 (-407 (-564))))) (-15 -4120 ((-949 (-407 (-564))) (-685 (-407 (-564))) (-1170))) (-15 -4272 ((-641 |#1|) (-685 (-407 (-564))) |#1|)) (-15 -2680 ((-641 (-2 (|:| |outval| |#1|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#1|))))) (-685 (-407 (-564))) |#1|))) (-13 (-363) (-845))) (T -776))
-((-2680 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *2 (-641 (-2 (|:| |outval| *4) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 *4)))))) (-5 *1 (-776 *4)) (-4 *4 (-13 (-363) (-845))))) (-4272 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *2 (-641 *4)) (-5 *1 (-776 *4)) (-4 *4 (-13 (-363) (-845))))) (-4120 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *4 (-1170)) (-5 *2 (-949 (-407 (-564)))) (-5 *1 (-776 *5)) (-4 *5 (-13 (-363) (-845))))) (-4120 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *2 (-949 (-407 (-564)))) (-5 *1 (-776 *4)) (-4 *4 (-13 (-363) (-845))))))
-(-10 -7 (-15 -4120 ((-949 (-407 (-564))) (-685 (-407 (-564))))) (-15 -4120 ((-949 (-407 (-564))) (-685 (-407 (-564))) (-1170))) (-15 -4272 ((-641 |#1|) (-685 (-407 (-564))) |#1|)) (-15 -2680 ((-641 (-2 (|:| |outval| |#1|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#1|))))) (-685 (-407 (-564))) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 36)) (-4153 (((-641 |#2|) $) NIL)) (-3992 (((-1166 $) $ |#2|) NIL) (((-1166 |#1|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 |#2|)) NIL)) (-1800 (($ $) 30)) (-1347 (((-112) $ $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2490 (($ $ $) 108 (|has| |#1| (-556)))) (-2341 (((-641 $) $ $) 121 (|has| |#1| (-556)))) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2275 (($ $) NIL (|has| |#1| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 |#2| "failed") $) NIL) (((-3 $ "failed") (-949 (-407 (-564)))) NIL (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170))))) (((-3 $ "failed") (-949 (-564))) NIL (-2713 (-12 (|has| |#1| (-38 (-564))) (|has| |#2| (-612 (-1170))) (-2819 (|has| |#1| (-38 (-407 (-564)))))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170)))))) (((-3 $ "failed") (-949 |#1|)) NIL (-2713 (-12 (|has| |#2| (-612 (-1170))) (-2819 (|has| |#1| (-38 (-407 (-564))))) (-2819 (|has| |#1| (-38 (-564))))) (-12 (|has| |#1| (-38 (-564))) (|has| |#2| (-612 (-1170))) (-2819 (|has| |#1| (-38 (-407 (-564))))) (-2819 (|has| |#1| (-545)))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170))) (-2819 (|has| |#1| (-989 (-564))))))) (((-3 (-1119 |#1| |#2|) "failed") $) 21)) (-3437 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) ((|#2| $) NIL) (($ (-949 (-407 (-564)))) NIL (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170))))) (($ (-949 (-564))) NIL (-2713 (-12 (|has| |#1| (-38 (-564))) (|has| |#2| (-612 (-1170))) (-2819 (|has| |#1| (-38 (-407 (-564)))))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170)))))) (($ (-949 |#1|)) NIL (-2713 (-12 (|has| |#2| (-612 (-1170))) (-2819 (|has| |#1| (-38 (-407 (-564))))) (-2819 (|has| |#1| (-38 (-564))))) (-12 (|has| |#1| (-38 (-564))) (|has| |#2| (-612 (-1170))) (-2819 (|has| |#1| (-38 (-407 (-564))))) (-2819 (|has| |#1| (-545)))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170))) (-2819 (|has| |#1| (-989 (-564))))))) (((-1119 |#1| |#2|) $) NIL)) (-3378 (($ $ $ |#2|) NIL (|has| |#1| (-172))) (($ $ $) 119 (|has| |#1| (-556)))) (-4316 (($ $) NIL) (($ $ |#2|) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3121 (((-112) $ $) NIL) (((-112) $ (-641 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2602 (((-112) $) NIL)) (-2737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 79)) (-4025 (($ $) 134 (|has| |#1| (-452)))) (-3912 (($ $) NIL (|has| |#1| (-452))) (($ $ |#2|) NIL (|has| |#1| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#1| (-906)))) (-3625 (($ $) NIL (|has| |#1| (-556)))) (-3831 (($ $) NIL (|has| |#1| (-556)))) (-1965 (($ $ $) 74) (($ $ $ |#2|) NIL)) (-4169 (($ $ $) 77) (($ $ $ |#2|) NIL)) (-1587 (($ $ |#1| (-531 |#2|) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| |#1| (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| |#1| (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-3282 (((-112) $) 56)) (-4083 (((-768) $) NIL)) (-1926 (((-112) $ $) NIL) (((-112) $ (-641 $)) NIL)) (-2329 (($ $ $ $ $) 105 (|has| |#1| (-556)))) (-3698 ((|#2| $) 22)) (-4143 (($ (-1166 |#1|) |#2|) NIL) (($ (-1166 $) |#2|) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-531 |#2|)) NIL) (($ $ |#2| (-768)) 38) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-3997 (($ $ $) 62)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ |#2|) NIL)) (-3110 (((-112) $) NIL)) (-1696 (((-531 |#2|) $) NIL) (((-768) $ |#2|) NIL) (((-641 (-768)) $ (-641 |#2|)) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-3804 (((-768) $) 23)) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2286 (($ (-1 (-531 |#2|) (-531 |#2|)) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-4264 (((-3 |#2| "failed") $) NIL)) (-4091 (($ $) NIL (|has| |#1| (-452)))) (-1455 (($ $) NIL (|has| |#1| (-452)))) (-1768 (((-641 $) $) NIL)) (-2534 (($ $) 39)) (-3325 (($ $) NIL (|has| |#1| (-452)))) (-2156 (((-641 $) $) 43)) (-1530 (($ $) 41)) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL) (($ $ |#2|) 48)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-4348 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -1975 (-768))) $ $) 94)) (-2053 (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $) 76) (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $ |#2|) NIL)) (-3789 (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -3101 $)) $ $) NIL) (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -3101 $)) $ $ |#2|) NIL)) (-1927 (($ $ $) 81) (($ $ $ |#2|) NIL)) (-2877 (($ $ $) 84) (($ $ $ |#2|) NIL)) (-2811 (((-1152) $) NIL)) (-3994 (($ $ $) 123 (|has| |#1| (-556)))) (-3595 (((-641 $) $) 32)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| |#2|) (|:| -2954 (-768))) "failed") $) NIL)) (-1762 (((-112) $ $) NIL) (((-112) $ (-641 $)) NIL)) (-3657 (($ $ $) NIL)) (-2558 (($ $) 24)) (-4067 (((-112) $ $) NIL)) (-3186 (((-112) $ $) NIL) (((-112) $ (-641 $)) NIL)) (-1999 (($ $ $) NIL)) (-1752 (($ $) 26)) (-4382 (((-1114) $) NIL)) (-2083 (((-2 (|:| -3377 $) (|:| |coef2| $)) $ $) 114 (|has| |#1| (-556)))) (-1601 (((-2 (|:| -3377 $) (|:| |coef1| $)) $ $) 111 (|has| |#1| (-556)))) (-4258 (((-112) $) 55)) (-4269 ((|#1| $) 57)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-3377 ((|#1| |#1| $) 131 (|has| |#1| (-452))) (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-906)))) (-1312 (((-2 (|:| -3377 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 117 (|has| |#1| (-556)))) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) 96 (|has| |#1| (-556)))) (-3747 (($ $ |#1|) 127 (|has| |#1| (-556))) (($ $ $) NIL (|has| |#1| (-556)))) (-3835 (($ $ |#1|) 126 (|has| |#1| (-556))) (($ $ $) NIL (|has| |#1| (-556)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ |#2| |#1|) NIL) (($ $ (-641 |#2|) (-641 |#1|)) NIL) (($ $ |#2| $) NIL) (($ $ (-641 |#2|) (-641 $)) NIL)) (-3928 (($ $ |#2|) NIL (|has| |#1| (-172)))) (-1795 (($ $ |#2|) NIL) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-4341 (((-531 |#2|) $) NIL) (((-768) $ |#2|) 45) (((-641 (-768)) $ (-641 |#2|)) NIL)) (-3645 (($ $) NIL)) (-1385 (($ $) 35)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| |#1| (-612 (-536))) (|has| |#2| (-612 (-536))))) (($ (-949 (-407 (-564)))) NIL (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170))))) (($ (-949 (-564))) NIL (-2713 (-12 (|has| |#1| (-38 (-564))) (|has| |#2| (-612 (-1170))) (-2819 (|has| |#1| (-38 (-407 (-564)))))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170)))))) (($ (-949 |#1|)) NIL (|has| |#2| (-612 (-1170)))) (((-1152) $) NIL (-12 (|has| |#1| (-1035 (-564))) (|has| |#2| (-612 (-1170))))) (((-949 |#1|) $) NIL (|has| |#2| (-612 (-1170))))) (-2211 ((|#1| $) 130 (|has| |#1| (-452))) (($ $ |#2|) NIL (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ |#2|) NIL) (((-949 |#1|) $) NIL (|has| |#2| (-612 (-1170)))) (((-1119 |#1| |#2|) $) 18) (($ (-1119 |#1| |#2|)) 19) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-531 |#2|)) NIL) (($ $ |#2| (-768)) 47) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2885 (($) 13 T CONST)) (-3564 (((-3 (-112) "failed") $ $) NIL)) (-2898 (($) 37 T CONST)) (-1567 (($ $ $ $ (-768)) 103 (|has| |#1| (-556)))) (-1883 (($ $ $ (-768)) 102 (|has| |#1| (-556)))) (-3256 (($ $ |#2|) NIL) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) 73)) (-2956 (($ $ $) 83)) (** (($ $ (-918)) NIL) (($ $ (-768)) 69)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 61) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 60) (($ $ |#1|) NIL)))
+((-3797 ((|#2| |#4|) 35)))
+(((-772 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3797 (|#2| |#4|))) (-452) (-1235 |#1|) (-721 |#1| |#2|) (-1235 |#3|)) (T -772))
+((-3797 (*1 *2 *3) (-12 (-4 *4 (-452)) (-4 *5 (-721 *4 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-772 *4 *2 *5 *3)) (-4 *3 (-1235 *5)))))
+(-10 -7 (-15 -3797 (|#2| |#4|)))
+((-3733 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 57)) (-3127 (((-1264) (-1152) (-1152) |#4| |#5|) 33)) (-1896 ((|#4| |#4| |#5|) 73)) (-2374 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#5|) 78)) (-3717 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|) 16)))
+(((-773 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3733 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -1896 (|#4| |#4| |#5|)) (-15 -2374 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#5|)) (-15 -3127 ((-1264) (-1152) (-1152) |#4| |#5|)) (-15 -3717 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -773))
+((-3717 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *4)))) (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3127 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1152)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *4 (-1060 *6 *7 *8)) (-5 *2 (-1264)) (-5 *1 (-773 *6 *7 *8 *4 *5)) (-4 *5 (-1066 *6 *7 *8 *4)))) (-2374 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4)))) (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1896 (*1 *2 *2 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *2 (-1060 *4 *5 *6)) (-5 *1 (-773 *4 *5 *6 *2 *3)) (-4 *3 (-1066 *4 *5 *6 *2)))) (-3733 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(-10 -7 (-15 -3733 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -1896 (|#4| |#4| |#5|)) (-15 -2374 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#5|)) (-15 -3127 ((-1264) (-1152) (-1152) |#4| |#5|)) (-15 -3717 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|)))
+((-2347 (((-3 (-1166 (-1166 |#1|)) "failed") |#4|) 53)) (-3757 (((-641 |#4|) |#4|) 24)) (-3962 ((|#4| |#4|) 19)))
+(((-774 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3757 ((-641 |#4|) |#4|)) (-15 -2347 ((-3 (-1166 (-1166 |#1|)) "failed") |#4|)) (-15 -3962 (|#4| |#4|))) (-349) (-329 |#1|) (-1235 |#2|) (-1235 |#3|) (-918)) (T -774))
+((-3962 (*1 *2 *2) (-12 (-4 *3 (-349)) (-4 *4 (-329 *3)) (-4 *5 (-1235 *4)) (-5 *1 (-774 *3 *4 *5 *2 *6)) (-4 *2 (-1235 *5)) (-14 *6 (-918)))) (-2347 (*1 *2 *3) (|partial| -12 (-4 *4 (-349)) (-4 *5 (-329 *4)) (-4 *6 (-1235 *5)) (-5 *2 (-1166 (-1166 *4))) (-5 *1 (-774 *4 *5 *6 *3 *7)) (-4 *3 (-1235 *6)) (-14 *7 (-918)))) (-3757 (*1 *2 *3) (-12 (-4 *4 (-349)) (-4 *5 (-329 *4)) (-4 *6 (-1235 *5)) (-5 *2 (-641 *3)) (-5 *1 (-774 *4 *5 *6 *3 *7)) (-4 *3 (-1235 *6)) (-14 *7 (-918)))))
+(-10 -7 (-15 -3757 ((-641 |#4|) |#4|)) (-15 -2347 ((-3 (-1166 (-1166 |#1|)) "failed") |#4|)) (-15 -3962 (|#4| |#4|)))
+((-2333 (((-2 (|:| |deter| (-641 (-1166 |#5|))) (|:| |dterm| (-641 (-641 (-2 (|:| -3192 (-768)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-641 |#1|)) (|:| |nlead| (-641 |#5|))) (-1166 |#5|) (-641 |#1|) (-641 |#5|)) 74)) (-3613 (((-641 (-768)) |#1|) 20)))
+(((-775 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2333 ((-2 (|:| |deter| (-641 (-1166 |#5|))) (|:| |dterm| (-641 (-641 (-2 (|:| -3192 (-768)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-641 |#1|)) (|:| |nlead| (-641 |#5|))) (-1166 |#5|) (-641 |#1|) (-641 |#5|))) (-15 -3613 ((-641 (-768)) |#1|))) (-1235 |#4|) (-790) (-847) (-307) (-946 |#4| |#2| |#3|)) (T -775))
+((-3613 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-641 (-768))) (-5 *1 (-775 *3 *4 *5 *6 *7)) (-4 *3 (-1235 *6)) (-4 *7 (-946 *6 *4 *5)))) (-2333 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1235 *9)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-307)) (-4 *10 (-946 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-641 (-1166 *10))) (|:| |dterm| (-641 (-641 (-2 (|:| -3192 (-768)) (|:| |pcoef| *10))))) (|:| |nfacts| (-641 *6)) (|:| |nlead| (-641 *10)))) (-5 *1 (-775 *6 *7 *8 *9 *10)) (-5 *3 (-1166 *10)) (-5 *4 (-641 *6)) (-5 *5 (-641 *10)))))
+(-10 -7 (-15 -2333 ((-2 (|:| |deter| (-641 (-1166 |#5|))) (|:| |dterm| (-641 (-641 (-2 (|:| -3192 (-768)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-641 |#1|)) (|:| |nlead| (-641 |#5|))) (-1166 |#5|) (-641 |#1|) (-641 |#5|))) (-15 -3613 ((-641 (-768)) |#1|)))
+((-3998 (((-641 (-2 (|:| |outval| |#1|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#1|))))) (-685 (-407 (-564))) |#1|) 31)) (-2236 (((-641 |#1|) (-685 (-407 (-564))) |#1|) 21)) (-1349 (((-949 (-407 (-564))) (-685 (-407 (-564))) (-1170)) 18) (((-949 (-407 (-564))) (-685 (-407 (-564)))) 17)))
+(((-776 |#1|) (-10 -7 (-15 -1349 ((-949 (-407 (-564))) (-685 (-407 (-564))))) (-15 -1349 ((-949 (-407 (-564))) (-685 (-407 (-564))) (-1170))) (-15 -2236 ((-641 |#1|) (-685 (-407 (-564))) |#1|)) (-15 -3998 ((-641 (-2 (|:| |outval| |#1|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#1|))))) (-685 (-407 (-564))) |#1|))) (-13 (-363) (-845))) (T -776))
+((-3998 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *2 (-641 (-2 (|:| |outval| *4) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 *4)))))) (-5 *1 (-776 *4)) (-4 *4 (-13 (-363) (-845))))) (-2236 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *2 (-641 *4)) (-5 *1 (-776 *4)) (-4 *4 (-13 (-363) (-845))))) (-1349 (*1 *2 *3 *4) (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *4 (-1170)) (-5 *2 (-949 (-407 (-564)))) (-5 *1 (-776 *5)) (-4 *5 (-13 (-363) (-845))))) (-1349 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *2 (-949 (-407 (-564)))) (-5 *1 (-776 *4)) (-4 *4 (-13 (-363) (-845))))))
+(-10 -7 (-15 -1349 ((-949 (-407 (-564))) (-685 (-407 (-564))))) (-15 -1349 ((-949 (-407 (-564))) (-685 (-407 (-564))) (-1170))) (-15 -2236 ((-641 |#1|) (-685 (-407 (-564))) |#1|)) (-15 -3998 ((-641 (-2 (|:| |outval| |#1|) (|:| |outmult| (-564)) (|:| |outvect| (-641 (-685 |#1|))))) (-685 (-407 (-564))) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 36)) (-3209 (((-641 |#2|) $) NIL)) (-3040 (((-1166 $) $ |#2|) NIL) (((-1166 |#1|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 |#2|)) NIL)) (-4045 (($ $) 30)) (-2752 (((-112) $ $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2749 (($ $ $) 108 (|has| |#1| (-556)))) (-1828 (((-641 $) $ $) 121 (|has| |#1| (-556)))) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2427 (($ $) NIL (|has| |#1| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 |#2| "failed") $) NIL) (((-3 $ "failed") (-949 (-407 (-564)))) NIL (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170))))) (((-3 $ "failed") (-949 (-564))) NIL (-4078 (-12 (|has| |#1| (-38 (-564))) (|has| |#2| (-612 (-1170))) (-4338 (|has| |#1| (-38 (-407 (-564)))))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170)))))) (((-3 $ "failed") (-949 |#1|)) NIL (-4078 (-12 (|has| |#2| (-612 (-1170))) (-4338 (|has| |#1| (-38 (-407 (-564))))) (-4338 (|has| |#1| (-38 (-564))))) (-12 (|has| |#1| (-38 (-564))) (|has| |#2| (-612 (-1170))) (-4338 (|has| |#1| (-38 (-407 (-564))))) (-4338 (|has| |#1| (-545)))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170))) (-4338 (|has| |#1| (-989 (-564))))))) (((-3 (-1119 |#1| |#2|) "failed") $) 21)) (-2237 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) ((|#2| $) NIL) (($ (-949 (-407 (-564)))) NIL (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170))))) (($ (-949 (-564))) NIL (-4078 (-12 (|has| |#1| (-38 (-564))) (|has| |#2| (-612 (-1170))) (-4338 (|has| |#1| (-38 (-407 (-564)))))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170)))))) (($ (-949 |#1|)) NIL (-4078 (-12 (|has| |#2| (-612 (-1170))) (-4338 (|has| |#1| (-38 (-407 (-564))))) (-4338 (|has| |#1| (-38 (-564))))) (-12 (|has| |#1| (-38 (-564))) (|has| |#2| (-612 (-1170))) (-4338 (|has| |#1| (-38 (-407 (-564))))) (-4338 (|has| |#1| (-545)))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170))) (-4338 (|has| |#1| (-989 (-564))))))) (((-1119 |#1| |#2|) $) NIL)) (-1357 (($ $ $ |#2|) NIL (|has| |#1| (-172))) (($ $ $) 119 (|has| |#1| (-556)))) (-3396 (($ $) NIL) (($ $ |#2|) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3827 (((-112) $ $) NIL) (((-112) $ (-641 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-1371 (((-112) $) NIL)) (-1330 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 79)) (-1695 (($ $) 134 (|has| |#1| (-452)))) (-3031 (($ $) NIL (|has| |#1| (-452))) (($ $ |#2|) NIL (|has| |#1| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#1| (-906)))) (-2032 (($ $) NIL (|has| |#1| (-556)))) (-3507 (($ $) NIL (|has| |#1| (-556)))) (-2376 (($ $ $) 74) (($ $ $ |#2|) NIL)) (-3748 (($ $ $) 77) (($ $ $ |#2|) NIL)) (-2055 (($ $ |#1| (-531 |#2|) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| |#1| (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| |#1| (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-2949 (((-112) $) 56)) (-4128 (((-768) $) NIL)) (-2021 (((-112) $ $) NIL) (((-112) $ (-641 $)) NIL)) (-1707 (($ $ $ $ $) 105 (|has| |#1| (-556)))) (-1543 ((|#2| $) 22)) (-3198 (($ (-1166 |#1|) |#2|) NIL) (($ (-1166 $) |#2|) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-531 |#2|)) NIL) (($ $ |#2| (-768)) 38) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-1387 (($ $ $) 62)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ |#2|) NIL)) (-1784 (((-112) $) NIL)) (-1826 (((-531 |#2|) $) NIL) (((-768) $ |#2|) NIL) (((-641 (-768)) $ (-641 |#2|)) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-1305 (((-768) $) 23)) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2546 (($ (-1 (-531 |#2|) (-531 |#2|)) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2169 (((-3 |#2| "failed") $) NIL)) (-4195 (($ $) NIL (|has| |#1| (-452)))) (-3208 (($ $) NIL (|has| |#1| (-452)))) (-4318 (((-641 $) $) NIL)) (-3161 (($ $) 39)) (-2110 (($ $) NIL (|has| |#1| (-452)))) (-3710 (((-641 $) $) 43)) (-2753 (($ $) 41)) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL) (($ $ |#2|) 48)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-1704 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2491 (-768))) $ $) 94)) (-3915 (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $) 76) (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $ |#2|) NIL)) (-4272 (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -1678 $)) $ $) NIL) (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -1678 $)) $ $ |#2|) NIL)) (-2031 (($ $ $) 81) (($ $ $ |#2|) NIL)) (-2070 (($ $ $) 84) (($ $ $ |#2|) NIL)) (-2723 (((-1152) $) NIL)) (-2624 (($ $ $) 123 (|has| |#1| (-556)))) (-2983 (((-641 $) $) 32)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| |#2|) (|:| -1558 (-768))) "failed") $) NIL)) (-4281 (((-112) $ $) NIL) (((-112) $ (-641 $)) NIL)) (-2356 (($ $ $) NIL)) (-2884 (($ $) 24)) (-3984 (((-112) $ $) NIL)) (-3253 (((-112) $ $) NIL) (((-112) $ (-641 $)) NIL)) (-1482 (($ $ $) NIL)) (-4202 (($ $) 26)) (-2780 (((-1114) $) NIL)) (-4197 (((-2 (|:| -2777 $) (|:| |coef2| $)) $ $) 114 (|has| |#1| (-556)))) (-2180 (((-2 (|:| -2777 $) (|:| |coef1| $)) $ $) 111 (|has| |#1| (-556)))) (-3326 (((-112) $) 55)) (-3341 ((|#1| $) 57)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-2777 ((|#1| |#1| $) 131 (|has| |#1| (-452))) (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-906)))) (-3848 (((-2 (|:| -2777 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 117 (|has| |#1| (-556)))) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) 96 (|has| |#1| (-556)))) (-3916 (($ $ |#1|) 127 (|has| |#1| (-556))) (($ $ $) NIL (|has| |#1| (-556)))) (-3542 (($ $ |#1|) 126 (|has| |#1| (-556))) (($ $ $) NIL (|has| |#1| (-556)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ |#2| |#1|) NIL) (($ $ (-641 |#2|) (-641 |#1|)) NIL) (($ $ |#2| $) NIL) (($ $ (-641 |#2|) (-641 $)) NIL)) (-3190 (($ $ |#2|) NIL (|has| |#1| (-172)))) (-3534 (($ $ |#2|) NIL) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-1619 (((-531 |#2|) $) NIL) (((-768) $ |#2|) 45) (((-641 (-768)) $ (-641 |#2|)) NIL)) (-2248 (($ $) NIL)) (-2281 (($ $) 35)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| |#1| (-612 (-536))) (|has| |#2| (-612 (-536))))) (($ (-949 (-407 (-564)))) NIL (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170))))) (($ (-949 (-564))) NIL (-4078 (-12 (|has| |#1| (-38 (-564))) (|has| |#2| (-612 (-1170))) (-4338 (|has| |#1| (-38 (-407 (-564)))))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#2| (-612 (-1170)))))) (($ (-949 |#1|)) NIL (|has| |#2| (-612 (-1170)))) (((-1152) $) NIL (-12 (|has| |#1| (-1035 (-564))) (|has| |#2| (-612 (-1170))))) (((-949 |#1|) $) NIL (|has| |#2| (-612 (-1170))))) (-3008 ((|#1| $) 130 (|has| |#1| (-452))) (($ $ |#2|) NIL (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ |#2|) NIL) (((-949 |#1|) $) NIL (|has| |#2| (-612 (-1170)))) (((-1119 |#1| |#2|) $) 18) (($ (-1119 |#1| |#2|)) 19) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-531 |#2|)) NIL) (($ $ |#2| (-768)) 47) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1293 (($) 13 T CONST)) (-2683 (((-3 (-112) "failed") $ $) NIL)) (-1300 (($) 37 T CONST)) (-1892 (($ $ $ $ (-768)) 103 (|has| |#1| (-556)))) (-2891 (($ $ $ (-768)) 102 (|has| |#1| (-556)))) (-3435 (($ $ |#2|) NIL) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) 73)) (-1797 (($ $ $) 83)) (** (($ $ (-918)) NIL) (($ $ (-768)) 69)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 61) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 60) (($ $ |#1|) NIL)))
(((-777 |#1| |#2|) (-13 (-1060 |#1| (-531 |#2|) |#2|) (-611 (-1119 |#1| |#2|)) (-1035 (-1119 |#1| |#2|))) (-1046) (-847)) (T -777))
NIL
(-13 (-1060 |#1| (-531 |#2|) |#2|) (-611 (-1119 |#1| |#2|)) (-1035 (-1119 |#1| |#2|)))
-((-2110 (((-779 |#2|) (-1 |#2| |#1|) (-779 |#1|)) 13)))
-(((-778 |#1| |#2|) (-10 -7 (-15 -2110 ((-779 |#2|) (-1 |#2| |#1|) (-779 |#1|)))) (-1046) (-1046)) (T -778))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-779 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-5 *2 (-779 *6)) (-5 *1 (-778 *5 *6)))))
-(-10 -7 (-15 -2110 ((-779 |#2|) (-1 |#2| |#1|) (-779 |#1|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 12)) (-2533 (((-1259 |#1|) $ (-768)) NIL)) (-4153 (((-641 (-1076)) $) NIL)) (-2331 (($ (-1166 |#1|)) NIL)) (-3992 (((-1166 $) $ (-1076)) NIL) (((-1166 |#1|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-1076))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4003 (((-641 $) $ $) 54 (|has| |#1| (-556)))) (-2490 (($ $ $) 50 (|has| |#1| (-556)))) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2275 (($ $) NIL (|has| |#1| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-4226 (($ $ (-768)) NIL)) (-2980 (($ $ (-768)) NIL)) (-3012 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-452)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-1076) "failed") $) NIL) (((-3 (-1166 |#1|) "failed") $) 10)) (-3437 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-1076) $) NIL) (((-1166 |#1|) $) NIL)) (-3378 (($ $ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $ $) 58 (|has| |#1| (-172)))) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-2447 (($ $ $) NIL)) (-4154 (($ $ $) 87 (|has| |#1| (-556)))) (-2737 (((-2 (|:| -2784 |#1|) (|:| -4110 $) (|:| -3101 $)) $ $) 86 (|has| |#1| (-556)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-3912 (($ $) NIL (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#1| (-906)))) (-1587 (($ $ |#1| (-768) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1076) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1076) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2887 (((-768) $ $) NIL (|has| |#1| (-556)))) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-1145)))) (-4143 (($ (-1166 |#1|) (-1076)) NIL) (($ (-1166 $) (-1076)) NIL)) (-4282 (($ $ (-768)) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-768)) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-3997 (($ $ $) 27)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-1076)) NIL) (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1696 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2286 (($ (-1 (-768) (-768)) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-1365 (((-1166 |#1|) $) NIL)) (-4264 (((-3 (-1076) "failed") $) NIL)) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-4348 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -1975 (-768))) $ $) 37)) (-2014 (($ $ $) 41)) (-4239 (($ $ $) 47)) (-2053 (((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $) 46)) (-2811 (((-1152) $) NIL)) (-3994 (($ $ $) 56 (|has| |#1| (-556)))) (-1626 (((-2 (|:| -4110 $) (|:| -3101 $)) $ (-768)) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-1076)) (|:| -2954 (-768))) "failed") $) NIL)) (-2052 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2558 (($) NIL (|has| |#1| (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-2083 (((-2 (|:| -3377 $) (|:| |coef2| $)) $ $) 82 (|has| |#1| (-556)))) (-1601 (((-2 (|:| -3377 $) (|:| |coef1| $)) $ $) 78 (|has| |#1| (-556)))) (-3719 (((-2 (|:| -3378 |#1|) (|:| |coef2| $)) $ $) 70 (|has| |#1| (-556)))) (-2385 (((-2 (|:| -3378 |#1|) (|:| |coef1| $)) $ $) 66 (|has| |#1| (-556)))) (-4258 (((-112) $) 13)) (-4269 ((|#1| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-4174 (($ $ (-768) |#1| $) 26)) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-906)))) (-1312 (((-2 (|:| -3377 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 74 (|has| |#1| (-556)))) (-2150 (((-2 (|:| -3378 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 62 (|has| |#1| (-556)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1076) |#1|) NIL) (($ $ (-641 (-1076)) (-641 |#1|)) NIL) (($ $ (-1076) $) NIL) (($ $ (-641 (-1076)) (-641 $)) NIL)) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-407 $) (-407 $) (-407 $)) NIL (|has| |#1| (-556))) ((|#1| (-407 $) |#1|) NIL (|has| |#1| (-363))) (((-407 $) $ (-407 $)) NIL (|has| |#1| (-556)))) (-2744 (((-3 $ "failed") $ (-768)) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-3928 (($ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $) NIL (|has| |#1| (-172)))) (-1795 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-4341 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1076) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-2211 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-2658 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556))) (((-3 (-407 $) "failed") (-407 $) $) NIL (|has| |#1| (-556)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-1076)) NIL) (((-1166 |#1|) $) 7) (($ (-1166 |#1|)) 8) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-768)) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2885 (($) 28 T CONST)) (-2898 (($) 32 T CONST)) (-3256 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) 40) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 31) (($ $ |#1|) NIL)))
-(((-779 |#1|) (-13 (-1235 |#1|) (-611 (-1166 |#1|)) (-1035 (-1166 |#1|)) (-10 -8 (-15 -4174 ($ $ (-768) |#1| $)) (-15 -3997 ($ $ $)) (-15 -4348 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -1975 (-768))) $ $)) (-15 -2014 ($ $ $)) (-15 -2053 ((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -4239 ($ $ $)) (IF (|has| |#1| (-556)) (PROGN (-15 -4003 ((-641 $) $ $)) (-15 -3994 ($ $ $)) (-15 -1312 ((-2 (|:| -3377 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -1601 ((-2 (|:| -3377 $) (|:| |coef1| $)) $ $)) (-15 -2083 ((-2 (|:| -3377 $) (|:| |coef2| $)) $ $)) (-15 -2150 ((-2 (|:| -3378 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2385 ((-2 (|:| -3378 |#1|) (|:| |coef1| $)) $ $)) (-15 -3719 ((-2 (|:| -3378 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-1046)) (T -779))
-((-4174 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-768)) (-5 *1 (-779 *3)) (-4 *3 (-1046)))) (-3997 (*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046)))) (-4348 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-779 *3)) (|:| |polden| *3) (|:| -1975 (-768)))) (-5 *1 (-779 *3)) (-4 *3 (-1046)))) (-2014 (*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046)))) (-2053 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2784 *3) (|:| |gap| (-768)) (|:| -4110 (-779 *3)) (|:| -3101 (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-1046)))) (-4239 (*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046)))) (-4003 (*1 *2 *1 *1) (-12 (-5 *2 (-641 (-779 *3))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-3994 (*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-556)) (-4 *2 (-1046)))) (-1312 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3377 (-779 *3)) (|:| |coef1| (-779 *3)) (|:| |coef2| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-1601 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3377 (-779 *3)) (|:| |coef1| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-2083 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3377 (-779 *3)) (|:| |coef2| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-2150 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3378 *3) (|:| |coef1| (-779 *3)) (|:| |coef2| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-2385 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3378 *3) (|:| |coef1| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-3719 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3378 *3) (|:| |coef2| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))))
-(-13 (-1235 |#1|) (-611 (-1166 |#1|)) (-1035 (-1166 |#1|)) (-10 -8 (-15 -4174 ($ $ (-768) |#1| $)) (-15 -3997 ($ $ $)) (-15 -4348 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -1975 (-768))) $ $)) (-15 -2014 ($ $ $)) (-15 -2053 ((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -4239 ($ $ $)) (IF (|has| |#1| (-556)) (PROGN (-15 -4003 ((-641 $) $ $)) (-15 -3994 ($ $ $)) (-15 -1312 ((-2 (|:| -3377 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -1601 ((-2 (|:| -3377 $) (|:| |coef1| $)) $ $)) (-15 -2083 ((-2 (|:| -3377 $) (|:| |coef2| $)) $ $)) (-15 -2150 ((-2 (|:| -3378 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2385 ((-2 (|:| -3378 |#1|) (|:| |coef1| $)) $ $)) (-15 -3719 ((-2 (|:| -3378 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
-((-3405 ((|#1| (-768) |#1|) 33 (|has| |#1| (-38 (-407 (-564)))))) (-3481 ((|#1| (-768) |#1|) 23)) (-2760 ((|#1| (-768) |#1|) 35 (|has| |#1| (-38 (-407 (-564)))))))
-(((-780 |#1|) (-10 -7 (-15 -3481 (|#1| (-768) |#1|)) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -2760 (|#1| (-768) |#1|)) (-15 -3405 (|#1| (-768) |#1|))) |%noBranch|)) (-172)) (T -780))
-((-3405 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-172)))) (-2760 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-172)))) (-3481 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-172)))))
-(-10 -7 (-15 -3481 (|#1| (-768) |#1|)) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -2760 (|#1| (-768) |#1|)) (-15 -3405 (|#1| (-768) |#1|))) |%noBranch|))
-((-1709 (((-112) $ $) 7)) (-4249 (((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 |#4|)))) (-641 |#4|)) 85)) (-2838 (((-641 $) (-641 |#4|)) 86) (((-641 $) (-641 |#4|) (-112)) 111)) (-4153 (((-641 |#3|) $) 33)) (-2129 (((-112) $) 26)) (-3451 (((-112) $) 17 (|has| |#1| (-556)))) (-2637 (((-112) |#4| $) 101) (((-112) $) 97)) (-4084 ((|#4| |#4| $) 92)) (-2275 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| $) 126)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) 27)) (-1729 (((-112) $ (-768)) 44)) (-3346 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4412))) (((-3 |#4| "failed") $ |#3|) 79)) (-1692 (($) 45 T CONST)) (-1492 (((-112) $) 22 (|has| |#1| (-556)))) (-1504 (((-112) $ $) 24 (|has| |#1| (-556)))) (-3693 (((-112) $ $) 23 (|has| |#1| (-556)))) (-3368 (((-112) $) 25 (|has| |#1| (-556)))) (-3987 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 93)) (-2266 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) 36)) (-3437 (($ (-641 |#4|)) 35)) (-1908 (((-3 $ "failed") $) 82)) (-1998 ((|#4| |#4| $) 89)) (-1928 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3121 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 102)) (-2440 ((|#4| |#4| $) 87)) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4412))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-2393 (((-2 (|:| -2151 (-641 |#4|)) (|:| -1940 (-641 |#4|))) $) 105)) (-3123 (((-112) |#4| $) 136)) (-2583 (((-112) |#4| $) 133)) (-3477 (((-112) |#4| $) 137) (((-112) $) 134)) (-1597 (((-641 |#4|) $) 52 (|has| $ (-6 -4412)))) (-1926 (((-112) |#4| $) 104) (((-112) $) 103)) (-3698 ((|#3| $) 34)) (-2575 (((-112) $ (-768)) 43)) (-4317 (((-641 |#4|) $) 53 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) 47)) (-1490 (((-641 |#3|) $) 32)) (-1714 (((-112) |#3| $) 31)) (-3715 (((-112) $ (-768)) 42)) (-2811 (((-1152) $) 9)) (-3941 (((-3 |#4| (-641 $)) |#4| |#4| $) 128)) (-3994 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| |#4| $) 127)) (-3837 (((-3 |#4| "failed") $) 83)) (-2657 (((-641 $) |#4| $) 129)) (-1978 (((-3 (-112) (-641 $)) |#4| $) 132)) (-4251 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 $))) |#4| $) 131) (((-112) |#4| $) 130)) (-1475 (((-641 $) |#4| $) 125) (((-641 $) (-641 |#4|) $) 124) (((-641 $) (-641 |#4|) (-641 $)) 123) (((-641 $) |#4| (-641 $)) 122)) (-3267 (($ |#4| $) 117) (($ (-641 |#4|) $) 116)) (-2224 (((-641 |#4|) $) 107)) (-1762 (((-112) |#4| $) 99) (((-112) $) 95)) (-3657 ((|#4| |#4| $) 90)) (-4067 (((-112) $ $) 110)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-3186 (((-112) |#4| $) 100) (((-112) $) 96)) (-1999 ((|#4| |#4| $) 91)) (-4382 (((-1114) $) 10)) (-1897 (((-3 |#4| "failed") $) 84)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-4177 (((-3 $ "failed") $ |#4|) 78)) (-3450 (($ $ |#4|) 77) (((-641 $) |#4| $) 115) (((-641 $) |#4| (-641 $)) 114) (((-641 $) (-641 |#4|) $) 113) (((-641 $) (-641 |#4|) (-641 $)) 112)) (-2070 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) 38)) (-4102 (((-112) $) 41)) (-3456 (($) 40)) (-4341 (((-768) $) 106)) (-1292 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4412)))) (-1892 (($ $) 39)) (-2153 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1732 (($ (-641 |#4|)) 60)) (-2718 (($ $ |#3|) 28)) (-3119 (($ $ |#3|) 30)) (-2463 (($ $) 88)) (-1442 (($ $ |#3|) 29)) (-1721 (((-859) $) 11) (((-641 |#4|) $) 37)) (-4107 (((-768) $) 76 (|has| |#3| (-368)))) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 108)) (-1544 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) 98)) (-1495 (((-641 $) |#4| $) 121) (((-641 $) |#4| (-641 $)) 120) (((-641 $) (-641 |#4|) $) 119) (((-641 $) (-641 |#4|) (-641 $)) 118)) (-2666 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4412)))) (-4380 (((-641 |#3|) $) 81)) (-1853 (((-112) |#4| $) 135)) (-2614 (((-112) |#3| $) 80)) (-2853 (((-112) $ $) 6)) (-3435 (((-768) $) 46 (|has| $ (-6 -4412)))))
+((-2449 (((-779 |#2|) (-1 |#2| |#1|) (-779 |#1|)) 13)))
+(((-778 |#1| |#2|) (-10 -7 (-15 -2449 ((-779 |#2|) (-1 |#2| |#1|) (-779 |#1|)))) (-1046) (-1046)) (T -778))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-779 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-5 *2 (-779 *6)) (-5 *1 (-778 *5 *6)))))
+(-10 -7 (-15 -2449 ((-779 |#2|) (-1 |#2| |#1|) (-779 |#1|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 12)) (-3151 (((-1259 |#1|) $ (-768)) NIL)) (-3209 (((-641 (-1076)) $) NIL)) (-1730 (($ (-1166 |#1|)) NIL)) (-3040 (((-1166 $) $ (-1076)) NIL) (((-1166 |#1|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-1076))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1455 (((-641 $) $ $) 54 (|has| |#1| (-556)))) (-2749 (($ $ $) 50 (|has| |#1| (-556)))) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2427 (($ $) NIL (|has| |#1| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3048 (($ $ (-768)) NIL)) (-1803 (($ $ (-768)) NIL)) (-2011 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-452)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-1076) "failed") $) NIL) (((-3 (-1166 |#1|) "failed") $) 10)) (-2237 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-1076) $) NIL) (((-1166 |#1|) $) NIL)) (-1357 (($ $ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $ $) 58 (|has| |#1| (-172)))) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3566 (($ $ $) NIL)) (-3590 (($ $ $) 87 (|has| |#1| (-556)))) (-1330 (((-2 (|:| -2860 |#1|) (|:| -4347 $) (|:| -1678 $)) $ $) 86 (|has| |#1| (-556)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-3031 (($ $) NIL (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#1| (-906)))) (-2055 (($ $ |#1| (-768) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1076) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1076) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2155 (((-768) $ $) NIL (|has| |#1| (-556)))) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-1145)))) (-3198 (($ (-1166 |#1|) (-1076)) NIL) (($ (-1166 $) (-1076)) NIL)) (-2325 (($ $ (-768)) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-768)) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-1387 (($ $ $) 27)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-1076)) NIL) (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1826 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2546 (($ (-1 (-768) (-768)) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3478 (((-1166 |#1|) $) NIL)) (-2169 (((-3 (-1076) "failed") $) NIL)) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-1704 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2491 (-768))) $ $) 37)) (-1629 (($ $ $) 41)) (-3171 (($ $ $) 47)) (-3915 (((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $) 46)) (-2723 (((-1152) $) NIL)) (-2624 (($ $ $) 56 (|has| |#1| (-556)))) (-2436 (((-2 (|:| -4347 $) (|:| -1678 $)) $ (-768)) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-1076)) (|:| -1558 (-768))) "failed") $) NIL)) (-3907 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2884 (($) NIL (|has| |#1| (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-4197 (((-2 (|:| -2777 $) (|:| |coef2| $)) $ $) 82 (|has| |#1| (-556)))) (-2180 (((-2 (|:| -2777 $) (|:| |coef1| $)) $ $) 78 (|has| |#1| (-556)))) (-1746 (((-2 (|:| -1357 |#1|) (|:| |coef2| $)) $ $) 70 (|has| |#1| (-556)))) (-4161 (((-2 (|:| -1357 |#1|) (|:| |coef1| $)) $ $) 66 (|has| |#1| (-556)))) (-3326 (((-112) $) 13)) (-3341 ((|#1| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-3798 (($ $ (-768) |#1| $) 26)) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-906)))) (-3848 (((-2 (|:| -2777 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 74 (|has| |#1| (-556)))) (-3671 (((-2 (|:| -1357 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 62 (|has| |#1| (-556)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1076) |#1|) NIL) (($ $ (-641 (-1076)) (-641 |#1|)) NIL) (($ $ (-1076) $) NIL) (($ $ (-641 (-1076)) (-641 $)) NIL)) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-407 $) (-407 $) (-407 $)) NIL (|has| |#1| (-556))) ((|#1| (-407 $) |#1|) NIL (|has| |#1| (-363))) (((-407 $) $ (-407 $)) NIL (|has| |#1| (-556)))) (-3318 (((-3 $ "failed") $ (-768)) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3190 (($ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $) NIL (|has| |#1| (-172)))) (-3534 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-1619 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1076) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-3008 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1900 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556))) (((-3 (-407 $) "failed") (-407 $) $) NIL (|has| |#1| (-556)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-1076)) NIL) (((-1166 |#1|) $) 7) (($ (-1166 |#1|)) 8) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-768)) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1293 (($) 28 T CONST)) (-1300 (($) 32 T CONST)) (-3435 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) 40) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 31) (($ $ |#1|) NIL)))
+(((-779 |#1|) (-13 (-1235 |#1|) (-611 (-1166 |#1|)) (-1035 (-1166 |#1|)) (-10 -8 (-15 -3798 ($ $ (-768) |#1| $)) (-15 -1387 ($ $ $)) (-15 -1704 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2491 (-768))) $ $)) (-15 -1629 ($ $ $)) (-15 -3915 ((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -3171 ($ $ $)) (IF (|has| |#1| (-556)) (PROGN (-15 -1455 ((-641 $) $ $)) (-15 -2624 ($ $ $)) (-15 -3848 ((-2 (|:| -2777 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2180 ((-2 (|:| -2777 $) (|:| |coef1| $)) $ $)) (-15 -4197 ((-2 (|:| -2777 $) (|:| |coef2| $)) $ $)) (-15 -3671 ((-2 (|:| -1357 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -4161 ((-2 (|:| -1357 |#1|) (|:| |coef1| $)) $ $)) (-15 -1746 ((-2 (|:| -1357 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-1046)) (T -779))
+((-3798 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-768)) (-5 *1 (-779 *3)) (-4 *3 (-1046)))) (-1387 (*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046)))) (-1704 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-779 *3)) (|:| |polden| *3) (|:| -2491 (-768)))) (-5 *1 (-779 *3)) (-4 *3 (-1046)))) (-1629 (*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046)))) (-3915 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2860 *3) (|:| |gap| (-768)) (|:| -4347 (-779 *3)) (|:| -1678 (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-1046)))) (-3171 (*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046)))) (-1455 (*1 *2 *1 *1) (-12 (-5 *2 (-641 (-779 *3))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-2624 (*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-556)) (-4 *2 (-1046)))) (-3848 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2777 (-779 *3)) (|:| |coef1| (-779 *3)) (|:| |coef2| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-2180 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2777 (-779 *3)) (|:| |coef1| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-4197 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2777 (-779 *3)) (|:| |coef2| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-3671 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1357 *3) (|:| |coef1| (-779 *3)) (|:| |coef2| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-4161 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1357 *3) (|:| |coef1| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))) (-1746 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1357 *3) (|:| |coef2| (-779 *3)))) (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))))
+(-13 (-1235 |#1|) (-611 (-1166 |#1|)) (-1035 (-1166 |#1|)) (-10 -8 (-15 -3798 ($ $ (-768) |#1| $)) (-15 -1387 ($ $ $)) (-15 -1704 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2491 (-768))) $ $)) (-15 -1629 ($ $ $)) (-15 -3915 ((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -3171 ($ $ $)) (IF (|has| |#1| (-556)) (PROGN (-15 -1455 ((-641 $) $ $)) (-15 -2624 ($ $ $)) (-15 -3848 ((-2 (|:| -2777 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2180 ((-2 (|:| -2777 $) (|:| |coef1| $)) $ $)) (-15 -4197 ((-2 (|:| -2777 $) (|:| |coef2| $)) $ $)) (-15 -3671 ((-2 (|:| -1357 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -4161 ((-2 (|:| -1357 |#1|) (|:| |coef1| $)) $ $)) (-15 -1746 ((-2 (|:| -1357 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
+((-1599 ((|#1| (-768) |#1|) 33 (|has| |#1| (-38 (-407 (-564)))))) (-4235 ((|#1| (-768) |#1|) 23)) (-3488 ((|#1| (-768) |#1|) 35 (|has| |#1| (-38 (-407 (-564)))))))
+(((-780 |#1|) (-10 -7 (-15 -4235 (|#1| (-768) |#1|)) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -3488 (|#1| (-768) |#1|)) (-15 -1599 (|#1| (-768) |#1|))) |%noBranch|)) (-172)) (T -780))
+((-1599 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-172)))) (-3488 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-172)))) (-4235 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-172)))))
+(-10 -7 (-15 -4235 (|#1| (-768) |#1|)) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -3488 (|#1| (-768) |#1|)) (-15 -1599 (|#1| (-768) |#1|))) |%noBranch|))
+((-1817 (((-112) $ $) 7)) (-3250 (((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 |#4|)))) (-641 |#4|)) 85)) (-2951 (((-641 $) (-641 |#4|)) 86) (((-641 $) (-641 |#4|) (-112)) 111)) (-3209 (((-641 |#3|) $) 33)) (-3449 (((-112) $) 26)) (-3961 (((-112) $) 17 (|has| |#1| (-556)))) (-1712 (((-112) |#4| $) 101) (((-112) $) 97)) (-4136 ((|#4| |#4| $) 92)) (-2427 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| $) 126)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) 27)) (-4010 (((-112) $ (-768)) 44)) (-3752 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4406))) (((-3 |#4| "failed") $ |#3|) 79)) (-1778 (($) 45 T CONST)) (-3602 (((-112) $) 22 (|has| |#1| (-556)))) (-2495 (((-112) $ $) 24 (|has| |#1| (-556)))) (-1495 (((-112) $ $) 23 (|has| |#1| (-556)))) (-2536 (((-112) $) 25 (|has| |#1| (-556)))) (-2559 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 93)) (-2338 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) 36)) (-2237 (($ (-641 |#4|)) 35)) (-3314 (((-3 $ "failed") $) 82)) (-1470 ((|#4| |#4| $) 89)) (-3337 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3827 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 102)) (-3492 ((|#4| |#4| $) 87)) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4406))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-4236 (((-2 (|:| -3689 (-641 |#4|)) (|:| -1669 (-641 |#4|))) $) 105)) (-3843 (((-112) |#4| $) 136)) (-2421 (((-112) |#4| $) 133)) (-4204 (((-112) |#4| $) 137) (((-112) $) 134)) (-1433 (((-641 |#4|) $) 52 (|has| $ (-6 -4406)))) (-2021 (((-112) |#4| $) 104) (((-112) $) 103)) (-1543 ((|#3| $) 34)) (-2324 (((-112) $ (-768)) 43)) (-2640 (((-641 |#4|) $) 53 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) 47)) (-3580 (((-641 |#3|) $) 32)) (-3879 (((-112) |#3| $) 31)) (-1713 (((-112) $ (-768)) 42)) (-2723 (((-1152) $) 9)) (-2100 (((-3 |#4| (-641 $)) |#4| |#4| $) 128)) (-2624 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| |#4| $) 127)) (-2598 (((-3 |#4| "failed") $) 83)) (-1889 (((-641 $) |#4| $) 129)) (-4369 (((-3 (-112) (-641 $)) |#4| $) 132)) (-3273 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 $))) |#4| $) 131) (((-112) |#4| $) 130)) (-3425 (((-641 $) |#4| $) 125) (((-641 $) (-641 |#4|) $) 124) (((-641 $) (-641 |#4|) (-641 $)) 123) (((-641 $) |#4| (-641 $)) 122)) (-2817 (($ |#4| $) 117) (($ (-641 |#4|) $) 116)) (-3123 (((-641 |#4|) $) 107)) (-4281 (((-112) |#4| $) 99) (((-112) $) 95)) (-2356 ((|#4| |#4| $) 90)) (-3984 (((-112) $ $) 110)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-3253 (((-112) |#4| $) 100) (((-112) $) 96)) (-1482 ((|#4| |#4| $) 91)) (-2780 (((-1114) $) 10)) (-3303 (((-3 |#4| "failed") $) 84)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-3824 (((-3 $ "failed") $ |#4|) 78)) (-3951 (($ $ |#4|) 77) (((-641 $) |#4| $) 115) (((-641 $) |#4| (-641 $)) 114) (((-641 $) (-641 |#4|) $) 113) (((-641 $) (-641 |#4|) (-641 $)) 112)) (-4077 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) 38)) (-4284 (((-112) $) 41)) (-4012 (($) 40)) (-1619 (((-768) $) 106)) (-2791 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4406)))) (-1991 (($ $) 39)) (-2511 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1842 (($ (-641 |#4|)) 60)) (-4287 (($ $ |#3|) 28)) (-1887 (($ $ |#3|) 30)) (-3728 (($ $) 88)) (-3111 (($ $ |#3|) 29)) (-1831 (((-859) $) 11) (((-641 |#4|) $) 37)) (-4321 (((-768) $) 76 (|has| |#3| (-368)))) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 108)) (-2885 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) 98)) (-3635 (((-641 $) |#4| $) 121) (((-641 $) |#4| (-641 $)) 120) (((-641 $) (-641 |#4|) $) 119) (((-641 $) (-641 |#4|) (-641 $)) 118)) (-1963 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4406)))) (-2014 (((-641 |#3|) $) 81)) (-2637 (((-112) |#4| $) 135)) (-1484 (((-112) |#3| $) 80)) (-1702 (((-112) $ $) 6)) (-2828 (((-768) $) 46 (|has| $ (-6 -4406)))))
(((-781 |#1| |#2| |#3| |#4|) (-140) (-452) (-790) (-847) (-1060 |t#1| |t#2| |t#3|)) (T -781))
NIL
(-13 (-1066 |t#1| |t#2| |t#3| |t#4|))
(((-34) . T) ((-102) . T) ((-611 (-641 |#4|)) . T) ((-611 (-859)) . T) ((-151 |#4|) . T) ((-612 (-536)) |has| |#4| (-612 (-536))) ((-309 |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-489 |#4|) . T) ((-514 |#4| |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-973 |#1| |#2| |#3| |#4|) . T) ((-1066 |#1| |#2| |#3| |#4|) . T) ((-1094) . T) ((-1202 |#1| |#2| |#3| |#4|) . T) ((-1209) . T))
-((-2917 (((-3 (-379) "failed") (-316 |#1|) (-918)) 62 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-379) "failed") (-316 |#1|)) 54 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-379) "failed") (-407 (-949 |#1|)) (-918)) 41 (|has| |#1| (-556))) (((-3 (-379) "failed") (-407 (-949 |#1|))) 40 (|has| |#1| (-556))) (((-3 (-379) "failed") (-949 |#1|) (-918)) 31 (|has| |#1| (-1046))) (((-3 (-379) "failed") (-949 |#1|)) 30 (|has| |#1| (-1046)))) (-2177 (((-379) (-316 |#1|) (-918)) 99 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-379) (-316 |#1|)) 94 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-379) (-407 (-949 |#1|)) (-918)) 91 (|has| |#1| (-556))) (((-379) (-407 (-949 |#1|))) 90 (|has| |#1| (-556))) (((-379) (-949 |#1|) (-918)) 86 (|has| |#1| (-1046))) (((-379) (-949 |#1|)) 85 (|has| |#1| (-1046))) (((-379) |#1| (-918)) 76) (((-379) |#1|) 22)) (-3076 (((-3 (-169 (-379)) "failed") (-316 (-169 |#1|)) (-918)) 71 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-169 (-379)) "failed") (-316 (-169 |#1|))) 70 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-169 (-379)) "failed") (-316 |#1|) (-918)) 63 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-169 (-379)) "failed") (-316 |#1|)) 61 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|))) (-918)) 46 (|has| |#1| (-556))) (((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|)))) 45 (|has| |#1| (-556))) (((-3 (-169 (-379)) "failed") (-407 (-949 |#1|)) (-918)) 39 (|has| |#1| (-556))) (((-3 (-169 (-379)) "failed") (-407 (-949 |#1|))) 38 (|has| |#1| (-556))) (((-3 (-169 (-379)) "failed") (-949 |#1|) (-918)) 28 (|has| |#1| (-1046))) (((-3 (-169 (-379)) "failed") (-949 |#1|)) 26 (|has| |#1| (-1046))) (((-3 (-169 (-379)) "failed") (-949 (-169 |#1|)) (-918)) 18 (|has| |#1| (-172))) (((-3 (-169 (-379)) "failed") (-949 (-169 |#1|))) 15 (|has| |#1| (-172)))) (-3958 (((-169 (-379)) (-316 (-169 |#1|)) (-918)) 102 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-169 (-379)) (-316 (-169 |#1|))) 101 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-169 (-379)) (-316 |#1|) (-918)) 100 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-169 (-379)) (-316 |#1|)) 98 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-169 (-379)) (-407 (-949 (-169 |#1|))) (-918)) 93 (|has| |#1| (-556))) (((-169 (-379)) (-407 (-949 (-169 |#1|)))) 92 (|has| |#1| (-556))) (((-169 (-379)) (-407 (-949 |#1|)) (-918)) 89 (|has| |#1| (-556))) (((-169 (-379)) (-407 (-949 |#1|))) 88 (|has| |#1| (-556))) (((-169 (-379)) (-949 |#1|) (-918)) 84 (|has| |#1| (-1046))) (((-169 (-379)) (-949 |#1|)) 83 (|has| |#1| (-1046))) (((-169 (-379)) (-949 (-169 |#1|)) (-918)) 78 (|has| |#1| (-172))) (((-169 (-379)) (-949 (-169 |#1|))) 77 (|has| |#1| (-172))) (((-169 (-379)) (-169 |#1|) (-918)) 80 (|has| |#1| (-172))) (((-169 (-379)) (-169 |#1|)) 79 (|has| |#1| (-172))) (((-169 (-379)) |#1| (-918)) 27) (((-169 (-379)) |#1|) 25)))
-(((-782 |#1|) (-10 -7 (-15 -2177 ((-379) |#1|)) (-15 -2177 ((-379) |#1| (-918))) (-15 -3958 ((-169 (-379)) |#1|)) (-15 -3958 ((-169 (-379)) |#1| (-918))) (IF (|has| |#1| (-172)) (PROGN (-15 -3958 ((-169 (-379)) (-169 |#1|))) (-15 -3958 ((-169 (-379)) (-169 |#1|) (-918))) (-15 -3958 ((-169 (-379)) (-949 (-169 |#1|)))) (-15 -3958 ((-169 (-379)) (-949 (-169 |#1|)) (-918)))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-15 -2177 ((-379) (-949 |#1|))) (-15 -2177 ((-379) (-949 |#1|) (-918))) (-15 -3958 ((-169 (-379)) (-949 |#1|))) (-15 -3958 ((-169 (-379)) (-949 |#1|) (-918)))) |%noBranch|) (IF (|has| |#1| (-556)) (PROGN (-15 -2177 ((-379) (-407 (-949 |#1|)))) (-15 -2177 ((-379) (-407 (-949 |#1|)) (-918))) (-15 -3958 ((-169 (-379)) (-407 (-949 |#1|)))) (-15 -3958 ((-169 (-379)) (-407 (-949 |#1|)) (-918))) (-15 -3958 ((-169 (-379)) (-407 (-949 (-169 |#1|))))) (-15 -3958 ((-169 (-379)) (-407 (-949 (-169 |#1|))) (-918))) (IF (|has| |#1| (-847)) (PROGN (-15 -2177 ((-379) (-316 |#1|))) (-15 -2177 ((-379) (-316 |#1|) (-918))) (-15 -3958 ((-169 (-379)) (-316 |#1|))) (-15 -3958 ((-169 (-379)) (-316 |#1|) (-918))) (-15 -3958 ((-169 (-379)) (-316 (-169 |#1|)))) (-15 -3958 ((-169 (-379)) (-316 (-169 |#1|)) (-918)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-15 -3076 ((-3 (-169 (-379)) "failed") (-949 (-169 |#1|)))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-949 (-169 |#1|)) (-918)))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-15 -2917 ((-3 (-379) "failed") (-949 |#1|))) (-15 -2917 ((-3 (-379) "failed") (-949 |#1|) (-918))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-949 |#1|))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-949 |#1|) (-918)))) |%noBranch|) (IF (|has| |#1| (-556)) (PROGN (-15 -2917 ((-3 (-379) "failed") (-407 (-949 |#1|)))) (-15 -2917 ((-3 (-379) "failed") (-407 (-949 |#1|)) (-918))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-407 (-949 |#1|)))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-407 (-949 |#1|)) (-918))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|))))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|))) (-918))) (IF (|has| |#1| (-847)) (PROGN (-15 -2917 ((-3 (-379) "failed") (-316 |#1|))) (-15 -2917 ((-3 (-379) "failed") (-316 |#1|) (-918))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-316 |#1|))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-316 |#1|) (-918))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-316 (-169 |#1|)))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-316 (-169 |#1|)) (-918)))) |%noBranch|)) |%noBranch|)) (-612 (-379))) (T -782))
-((-3076 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-316 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3076 (*1 *2 *3) (|partial| -12 (-5 *3 (-316 (-169 *4))) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3076 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3076 (*1 *2 *3) (|partial| -12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2917 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2917 (*1 *2 *3) (|partial| -12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-3076 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-407 (-949 (-169 *5)))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3076 (*1 *2 *3) (|partial| -12 (-5 *3 (-407 (-949 (-169 *4)))) (-4 *4 (-556)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3076 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3076 (*1 *2 *3) (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2917 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2917 (*1 *2 *3) (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-3076 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3076 (*1 *2 *3) (|partial| -12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2917 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2917 (*1 *2 *3) (|partial| -12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-3076 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-949 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-172)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3076 (*1 *2 *3) (|partial| -12 (-5 *3 (-949 (-169 *4))) (-4 *4 (-172)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3958 (*1 *2 *3 *4) (-12 (-5 *3 (-316 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3958 (*1 *2 *3) (-12 (-5 *3 (-316 (-169 *4))) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3958 (*1 *2 *3 *4) (-12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3958 (*1 *2 *3) (-12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2177 (*1 *2 *3 *4) (-12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2177 (*1 *2 *3) (-12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-3958 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 (-169 *5)))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3958 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 (-169 *4)))) (-4 *4 (-556)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3958 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3958 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2177 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2177 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-3958 (*1 *2 *3 *4) (-12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3958 (*1 *2 *3) (-12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2177 (*1 *2 *3 *4) (-12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2177 (*1 *2 *3) (-12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-3958 (*1 *2 *3 *4) (-12 (-5 *3 (-949 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-172)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3958 (*1 *2 *3) (-12 (-5 *3 (-949 (-169 *4))) (-4 *4 (-172)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3958 (*1 *2 *3 *4) (-12 (-5 *3 (-169 *5)) (-5 *4 (-918)) (-4 *5 (-172)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3958 (*1 *2 *3) (-12 (-5 *3 (-169 *4)) (-4 *4 (-172)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3958 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-5 *2 (-169 (-379))) (-5 *1 (-782 *3)) (-4 *3 (-612 (-379))))) (-3958 (*1 *2 *3) (-12 (-5 *2 (-169 (-379))) (-5 *1 (-782 *3)) (-4 *3 (-612 (-379))))) (-2177 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-5 *2 (-379)) (-5 *1 (-782 *3)) (-4 *3 (-612 *2)))) (-2177 (*1 *2 *3) (-12 (-5 *2 (-379)) (-5 *1 (-782 *3)) (-4 *3 (-612 *2)))))
-(-10 -7 (-15 -2177 ((-379) |#1|)) (-15 -2177 ((-379) |#1| (-918))) (-15 -3958 ((-169 (-379)) |#1|)) (-15 -3958 ((-169 (-379)) |#1| (-918))) (IF (|has| |#1| (-172)) (PROGN (-15 -3958 ((-169 (-379)) (-169 |#1|))) (-15 -3958 ((-169 (-379)) (-169 |#1|) (-918))) (-15 -3958 ((-169 (-379)) (-949 (-169 |#1|)))) (-15 -3958 ((-169 (-379)) (-949 (-169 |#1|)) (-918)))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-15 -2177 ((-379) (-949 |#1|))) (-15 -2177 ((-379) (-949 |#1|) (-918))) (-15 -3958 ((-169 (-379)) (-949 |#1|))) (-15 -3958 ((-169 (-379)) (-949 |#1|) (-918)))) |%noBranch|) (IF (|has| |#1| (-556)) (PROGN (-15 -2177 ((-379) (-407 (-949 |#1|)))) (-15 -2177 ((-379) (-407 (-949 |#1|)) (-918))) (-15 -3958 ((-169 (-379)) (-407 (-949 |#1|)))) (-15 -3958 ((-169 (-379)) (-407 (-949 |#1|)) (-918))) (-15 -3958 ((-169 (-379)) (-407 (-949 (-169 |#1|))))) (-15 -3958 ((-169 (-379)) (-407 (-949 (-169 |#1|))) (-918))) (IF (|has| |#1| (-847)) (PROGN (-15 -2177 ((-379) (-316 |#1|))) (-15 -2177 ((-379) (-316 |#1|) (-918))) (-15 -3958 ((-169 (-379)) (-316 |#1|))) (-15 -3958 ((-169 (-379)) (-316 |#1|) (-918))) (-15 -3958 ((-169 (-379)) (-316 (-169 |#1|)))) (-15 -3958 ((-169 (-379)) (-316 (-169 |#1|)) (-918)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-15 -3076 ((-3 (-169 (-379)) "failed") (-949 (-169 |#1|)))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-949 (-169 |#1|)) (-918)))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-15 -2917 ((-3 (-379) "failed") (-949 |#1|))) (-15 -2917 ((-3 (-379) "failed") (-949 |#1|) (-918))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-949 |#1|))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-949 |#1|) (-918)))) |%noBranch|) (IF (|has| |#1| (-556)) (PROGN (-15 -2917 ((-3 (-379) "failed") (-407 (-949 |#1|)))) (-15 -2917 ((-3 (-379) "failed") (-407 (-949 |#1|)) (-918))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-407 (-949 |#1|)))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-407 (-949 |#1|)) (-918))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|))))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|))) (-918))) (IF (|has| |#1| (-847)) (PROGN (-15 -2917 ((-3 (-379) "failed") (-316 |#1|))) (-15 -2917 ((-3 (-379) "failed") (-316 |#1|) (-918))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-316 |#1|))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-316 |#1|) (-918))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-316 (-169 |#1|)))) (-15 -3076 ((-3 (-169 (-379)) "failed") (-316 (-169 |#1|)) (-918)))) |%noBranch|)) |%noBranch|))
-((-2253 (((-918) (-1152)) 90)) (-3874 (((-3 (-379) "failed") (-1152)) 35)) (-2051 (((-379) (-1152)) 33)) (-3006 (((-918) (-1152)) 62)) (-1592 (((-1152) (-918)) 76)) (-2918 (((-1152) (-918)) 61)))
-(((-783) (-10 -7 (-15 -2918 ((-1152) (-918))) (-15 -3006 ((-918) (-1152))) (-15 -1592 ((-1152) (-918))) (-15 -2253 ((-918) (-1152))) (-15 -2051 ((-379) (-1152))) (-15 -3874 ((-3 (-379) "failed") (-1152))))) (T -783))
-((-3874 (*1 *2 *3) (|partial| -12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-783)))) (-2051 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-783)))) (-2253 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-918)) (-5 *1 (-783)))) (-1592 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1152)) (-5 *1 (-783)))) (-3006 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-918)) (-5 *1 (-783)))) (-2918 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1152)) (-5 *1 (-783)))))
-(-10 -7 (-15 -2918 ((-1152) (-918))) (-15 -3006 ((-918) (-1152))) (-15 -1592 ((-1152) (-918))) (-15 -2253 ((-918) (-1152))) (-15 -2051 ((-379) (-1152))) (-15 -3874 ((-3 (-379) "failed") (-1152))))
-((-1709 (((-112) $ $) 7)) (-3598 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 15) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 13)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 16) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 6)))
+((-2454 (((-3 (-379) "failed") (-316 |#1|) (-918)) 62 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-379) "failed") (-316 |#1|)) 54 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-379) "failed") (-407 (-949 |#1|)) (-918)) 41 (|has| |#1| (-556))) (((-3 (-379) "failed") (-407 (-949 |#1|))) 40 (|has| |#1| (-556))) (((-3 (-379) "failed") (-949 |#1|) (-918)) 31 (|has| |#1| (-1046))) (((-3 (-379) "failed") (-949 |#1|)) 30 (|has| |#1| (-1046)))) (-2648 (((-379) (-316 |#1|) (-918)) 99 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-379) (-316 |#1|)) 94 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-379) (-407 (-949 |#1|)) (-918)) 91 (|has| |#1| (-556))) (((-379) (-407 (-949 |#1|))) 90 (|has| |#1| (-556))) (((-379) (-949 |#1|) (-918)) 86 (|has| |#1| (-1046))) (((-379) (-949 |#1|)) 85 (|has| |#1| (-1046))) (((-379) |#1| (-918)) 76) (((-379) |#1|) 22)) (-1400 (((-3 (-169 (-379)) "failed") (-316 (-169 |#1|)) (-918)) 71 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-169 (-379)) "failed") (-316 (-169 |#1|))) 70 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-169 (-379)) "failed") (-316 |#1|) (-918)) 63 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-169 (-379)) "failed") (-316 |#1|)) 61 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|))) (-918)) 46 (|has| |#1| (-556))) (((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|)))) 45 (|has| |#1| (-556))) (((-3 (-169 (-379)) "failed") (-407 (-949 |#1|)) (-918)) 39 (|has| |#1| (-556))) (((-3 (-169 (-379)) "failed") (-407 (-949 |#1|))) 38 (|has| |#1| (-556))) (((-3 (-169 (-379)) "failed") (-949 |#1|) (-918)) 28 (|has| |#1| (-1046))) (((-3 (-169 (-379)) "failed") (-949 |#1|)) 26 (|has| |#1| (-1046))) (((-3 (-169 (-379)) "failed") (-949 (-169 |#1|)) (-918)) 18 (|has| |#1| (-172))) (((-3 (-169 (-379)) "failed") (-949 (-169 |#1|))) 15 (|has| |#1| (-172)))) (-3006 (((-169 (-379)) (-316 (-169 |#1|)) (-918)) 102 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-169 (-379)) (-316 (-169 |#1|))) 101 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-169 (-379)) (-316 |#1|) (-918)) 100 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-169 (-379)) (-316 |#1|)) 98 (-12 (|has| |#1| (-556)) (|has| |#1| (-847)))) (((-169 (-379)) (-407 (-949 (-169 |#1|))) (-918)) 93 (|has| |#1| (-556))) (((-169 (-379)) (-407 (-949 (-169 |#1|)))) 92 (|has| |#1| (-556))) (((-169 (-379)) (-407 (-949 |#1|)) (-918)) 89 (|has| |#1| (-556))) (((-169 (-379)) (-407 (-949 |#1|))) 88 (|has| |#1| (-556))) (((-169 (-379)) (-949 |#1|) (-918)) 84 (|has| |#1| (-1046))) (((-169 (-379)) (-949 |#1|)) 83 (|has| |#1| (-1046))) (((-169 (-379)) (-949 (-169 |#1|)) (-918)) 78 (|has| |#1| (-172))) (((-169 (-379)) (-949 (-169 |#1|))) 77 (|has| |#1| (-172))) (((-169 (-379)) (-169 |#1|) (-918)) 80 (|has| |#1| (-172))) (((-169 (-379)) (-169 |#1|)) 79 (|has| |#1| (-172))) (((-169 (-379)) |#1| (-918)) 27) (((-169 (-379)) |#1|) 25)))
+(((-782 |#1|) (-10 -7 (-15 -2648 ((-379) |#1|)) (-15 -2648 ((-379) |#1| (-918))) (-15 -3006 ((-169 (-379)) |#1|)) (-15 -3006 ((-169 (-379)) |#1| (-918))) (IF (|has| |#1| (-172)) (PROGN (-15 -3006 ((-169 (-379)) (-169 |#1|))) (-15 -3006 ((-169 (-379)) (-169 |#1|) (-918))) (-15 -3006 ((-169 (-379)) (-949 (-169 |#1|)))) (-15 -3006 ((-169 (-379)) (-949 (-169 |#1|)) (-918)))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-15 -2648 ((-379) (-949 |#1|))) (-15 -2648 ((-379) (-949 |#1|) (-918))) (-15 -3006 ((-169 (-379)) (-949 |#1|))) (-15 -3006 ((-169 (-379)) (-949 |#1|) (-918)))) |%noBranch|) (IF (|has| |#1| (-556)) (PROGN (-15 -2648 ((-379) (-407 (-949 |#1|)))) (-15 -2648 ((-379) (-407 (-949 |#1|)) (-918))) (-15 -3006 ((-169 (-379)) (-407 (-949 |#1|)))) (-15 -3006 ((-169 (-379)) (-407 (-949 |#1|)) (-918))) (-15 -3006 ((-169 (-379)) (-407 (-949 (-169 |#1|))))) (-15 -3006 ((-169 (-379)) (-407 (-949 (-169 |#1|))) (-918))) (IF (|has| |#1| (-847)) (PROGN (-15 -2648 ((-379) (-316 |#1|))) (-15 -2648 ((-379) (-316 |#1|) (-918))) (-15 -3006 ((-169 (-379)) (-316 |#1|))) (-15 -3006 ((-169 (-379)) (-316 |#1|) (-918))) (-15 -3006 ((-169 (-379)) (-316 (-169 |#1|)))) (-15 -3006 ((-169 (-379)) (-316 (-169 |#1|)) (-918)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-15 -1400 ((-3 (-169 (-379)) "failed") (-949 (-169 |#1|)))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-949 (-169 |#1|)) (-918)))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-15 -2454 ((-3 (-379) "failed") (-949 |#1|))) (-15 -2454 ((-3 (-379) "failed") (-949 |#1|) (-918))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-949 |#1|))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-949 |#1|) (-918)))) |%noBranch|) (IF (|has| |#1| (-556)) (PROGN (-15 -2454 ((-3 (-379) "failed") (-407 (-949 |#1|)))) (-15 -2454 ((-3 (-379) "failed") (-407 (-949 |#1|)) (-918))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-407 (-949 |#1|)))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-407 (-949 |#1|)) (-918))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|))))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|))) (-918))) (IF (|has| |#1| (-847)) (PROGN (-15 -2454 ((-3 (-379) "failed") (-316 |#1|))) (-15 -2454 ((-3 (-379) "failed") (-316 |#1|) (-918))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-316 |#1|))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-316 |#1|) (-918))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-316 (-169 |#1|)))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-316 (-169 |#1|)) (-918)))) |%noBranch|)) |%noBranch|)) (-612 (-379))) (T -782))
+((-1400 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-316 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-1400 (*1 *2 *3) (|partial| -12 (-5 *3 (-316 (-169 *4))) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-1400 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-1400 (*1 *2 *3) (|partial| -12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2454 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2454 (*1 *2 *3) (|partial| -12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-1400 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-407 (-949 (-169 *5)))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-1400 (*1 *2 *3) (|partial| -12 (-5 *3 (-407 (-949 (-169 *4)))) (-4 *4 (-556)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-1400 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-1400 (*1 *2 *3) (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2454 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2454 (*1 *2 *3) (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-1400 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-1400 (*1 *2 *3) (|partial| -12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2454 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2454 (*1 *2 *3) (|partial| -12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-1400 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-949 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-172)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-1400 (*1 *2 *3) (|partial| -12 (-5 *3 (-949 (-169 *4))) (-4 *4 (-172)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3006 (*1 *2 *3 *4) (-12 (-5 *3 (-316 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3006 (*1 *2 *3) (-12 (-5 *3 (-316 (-169 *4))) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3006 (*1 *2 *3 *4) (-12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3006 (*1 *2 *3) (-12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2648 (*1 *2 *3 *4) (-12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2648 (*1 *2 *3) (-12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-3006 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 (-169 *5)))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3006 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 (-169 *4)))) (-4 *4 (-556)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3006 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3006 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2648 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2648 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-3006 (*1 *2 *3 *4) (-12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3006 (*1 *2 *3) (-12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-2648 (*1 *2 *3 *4) (-12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046)) (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))) (-2648 (*1 *2 *3) (-12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4)))) (-3006 (*1 *2 *3 *4) (-12 (-5 *3 (-949 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-172)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3006 (*1 *2 *3) (-12 (-5 *3 (-949 (-169 *4))) (-4 *4 (-172)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3006 (*1 *2 *3 *4) (-12 (-5 *3 (-169 *5)) (-5 *4 (-918)) (-4 *5 (-172)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5)))) (-3006 (*1 *2 *3) (-12 (-5 *3 (-169 *4)) (-4 *4 (-172)) (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4)))) (-3006 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-5 *2 (-169 (-379))) (-5 *1 (-782 *3)) (-4 *3 (-612 (-379))))) (-3006 (*1 *2 *3) (-12 (-5 *2 (-169 (-379))) (-5 *1 (-782 *3)) (-4 *3 (-612 (-379))))) (-2648 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-5 *2 (-379)) (-5 *1 (-782 *3)) (-4 *3 (-612 *2)))) (-2648 (*1 *2 *3) (-12 (-5 *2 (-379)) (-5 *1 (-782 *3)) (-4 *3 (-612 *2)))))
+(-10 -7 (-15 -2648 ((-379) |#1|)) (-15 -2648 ((-379) |#1| (-918))) (-15 -3006 ((-169 (-379)) |#1|)) (-15 -3006 ((-169 (-379)) |#1| (-918))) (IF (|has| |#1| (-172)) (PROGN (-15 -3006 ((-169 (-379)) (-169 |#1|))) (-15 -3006 ((-169 (-379)) (-169 |#1|) (-918))) (-15 -3006 ((-169 (-379)) (-949 (-169 |#1|)))) (-15 -3006 ((-169 (-379)) (-949 (-169 |#1|)) (-918)))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-15 -2648 ((-379) (-949 |#1|))) (-15 -2648 ((-379) (-949 |#1|) (-918))) (-15 -3006 ((-169 (-379)) (-949 |#1|))) (-15 -3006 ((-169 (-379)) (-949 |#1|) (-918)))) |%noBranch|) (IF (|has| |#1| (-556)) (PROGN (-15 -2648 ((-379) (-407 (-949 |#1|)))) (-15 -2648 ((-379) (-407 (-949 |#1|)) (-918))) (-15 -3006 ((-169 (-379)) (-407 (-949 |#1|)))) (-15 -3006 ((-169 (-379)) (-407 (-949 |#1|)) (-918))) (-15 -3006 ((-169 (-379)) (-407 (-949 (-169 |#1|))))) (-15 -3006 ((-169 (-379)) (-407 (-949 (-169 |#1|))) (-918))) (IF (|has| |#1| (-847)) (PROGN (-15 -2648 ((-379) (-316 |#1|))) (-15 -2648 ((-379) (-316 |#1|) (-918))) (-15 -3006 ((-169 (-379)) (-316 |#1|))) (-15 -3006 ((-169 (-379)) (-316 |#1|) (-918))) (-15 -3006 ((-169 (-379)) (-316 (-169 |#1|)))) (-15 -3006 ((-169 (-379)) (-316 (-169 |#1|)) (-918)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-15 -1400 ((-3 (-169 (-379)) "failed") (-949 (-169 |#1|)))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-949 (-169 |#1|)) (-918)))) |%noBranch|) (IF (|has| |#1| (-1046)) (PROGN (-15 -2454 ((-3 (-379) "failed") (-949 |#1|))) (-15 -2454 ((-3 (-379) "failed") (-949 |#1|) (-918))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-949 |#1|))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-949 |#1|) (-918)))) |%noBranch|) (IF (|has| |#1| (-556)) (PROGN (-15 -2454 ((-3 (-379) "failed") (-407 (-949 |#1|)))) (-15 -2454 ((-3 (-379) "failed") (-407 (-949 |#1|)) (-918))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-407 (-949 |#1|)))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-407 (-949 |#1|)) (-918))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|))))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-407 (-949 (-169 |#1|))) (-918))) (IF (|has| |#1| (-847)) (PROGN (-15 -2454 ((-3 (-379) "failed") (-316 |#1|))) (-15 -2454 ((-3 (-379) "failed") (-316 |#1|) (-918))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-316 |#1|))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-316 |#1|) (-918))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-316 (-169 |#1|)))) (-15 -1400 ((-3 (-169 (-379)) "failed") (-316 (-169 |#1|)) (-918)))) |%noBranch|)) |%noBranch|))
+((-2192 (((-918) (-1152)) 90)) (-2690 (((-3 (-379) "failed") (-1152)) 35)) (-3895 (((-379) (-1152)) 33)) (-1949 (((-918) (-1152)) 62)) (-2109 (((-1152) (-918)) 76)) (-2465 (((-1152) (-918)) 61)))
+(((-783) (-10 -7 (-15 -2465 ((-1152) (-918))) (-15 -1949 ((-918) (-1152))) (-15 -2109 ((-1152) (-918))) (-15 -2192 ((-918) (-1152))) (-15 -3895 ((-379) (-1152))) (-15 -2690 ((-3 (-379) "failed") (-1152))))) (T -783))
+((-2690 (*1 *2 *3) (|partial| -12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-783)))) (-3895 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-783)))) (-2192 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-918)) (-5 *1 (-783)))) (-2109 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1152)) (-5 *1 (-783)))) (-1949 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-918)) (-5 *1 (-783)))) (-2465 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1152)) (-5 *1 (-783)))))
+(-10 -7 (-15 -2465 ((-1152) (-918))) (-15 -1949 ((-918) (-1152))) (-15 -2109 ((-1152) (-918))) (-15 -2192 ((-918) (-1152))) (-15 -3895 ((-379) (-1152))) (-15 -2690 ((-3 (-379) "failed") (-1152))))
+((-1817 (((-112) $ $) 7)) (-3014 (((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 15) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)) 13)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 16) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 6)))
(((-784) (-140)) (T -784))
-((-1335 (*1 *2 *3 *4) (-12 (-4 *1 (-784)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032)))))) (-3598 (*1 *2 *3 *2) (-12 (-4 *1 (-784)) (-5 *2 (-1032)) (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-1335 (*1 *2 *3 *4) (-12 (-4 *1 (-784)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032)))))) (-3598 (*1 *2 *3 *2) (-12 (-4 *1 (-784)) (-5 *2 (-1032)) (-5 *3 (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))))
-(-13 (-1094) (-10 -7 (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3598 ((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3598 ((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)))))
+((-2620 (*1 *2 *3 *4) (-12 (-4 *1 (-784)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032)))))) (-3014 (*1 *2 *3 *2) (-12 (-4 *1 (-784)) (-5 *2 (-1032)) (-5 *3 (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-2620 (*1 *2 *3 *4) (-12 (-4 *1 (-784)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032)))))) (-3014 (*1 *2 *3 *2) (-12 (-4 *1 (-784)) (-5 *2 (-1032)) (-5 *3 (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))))
+(-13 (-1094) (-10 -7 (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3014 ((-1032) (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225))) (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)) (|:| |extra| (-1032))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3014 ((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1032)))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-4297 (((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -4168 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379))) 54) (((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -4168 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379))) 51)) (-3945 (((-1264) (-1259 (-379)) (-564) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379))) 60)) (-3128 (((-1264) (-1259 (-379)) (-564) (-379) (-379) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379))) 49)) (-3056 (((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379))) 62) (((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379))) 61)))
-(((-785) (-10 -7 (-15 -3056 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -3056 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)))) (-15 -3128 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -4297 ((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -4168 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -4297 ((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -4168 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)))) (-15 -3945 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))))) (T -785))
-((-3945 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))) (-4297 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-564)) (-5 *6 (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -4168 (-379)))) (-5 *7 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))) (-4297 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-564)) (-5 *6 (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -4168 (-379)))) (-5 *7 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))) (-3128 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))) (-3056 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))) (-3056 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))))
-(-10 -7 (-15 -3056 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -3056 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)))) (-15 -3128 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -4297 ((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -4168 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -4297 ((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -4168 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)))) (-15 -3945 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))))
-((-4197 (((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 65)) (-2513 (((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 42)) (-2252 (((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 64)) (-2732 (((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 40)) (-3871 (((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 63)) (-4326 (((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 26)) (-1898 (((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564)) 43)) (-3356 (((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564)) 41)) (-3105 (((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564)) 39)))
-(((-786) (-10 -7 (-15 -3105 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -3356 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -1898 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -4326 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2732 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2513 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -3871 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2252 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -4197 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))))) (T -786))
-((-4197 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-2252 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-3871 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-2513 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-2732 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-4326 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-1898 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-3356 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-3105 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))))
-(-10 -7 (-15 -3105 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -3356 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -1898 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -4326 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2732 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2513 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -3871 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2252 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -4197 ((-2 (|:| -1411 (-379)) (|:| -2632 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))))
-((-1961 (((-1204 |#1|) |#1| (-225) (-564)) 68)))
-(((-787 |#1|) (-10 -7 (-15 -1961 ((-1204 |#1|) |#1| (-225) (-564)))) (-971)) (T -787))
-((-1961 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-225)) (-5 *5 (-564)) (-5 *2 (-1204 *3)) (-5 *1 (-787 *3)) (-4 *3 (-971)))))
-(-10 -7 (-15 -1961 ((-1204 |#1|) |#1| (-225) (-564))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 24)) (-2071 (((-3 $ "failed") $ $) 26)) (-1692 (($) 23 T CONST)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 22 T CONST)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)) (-2970 (($ $ $) 28) (($ $) 27)) (-2956 (($ $ $) 20)) (* (($ (-918) $) 21) (($ (-768) $) 25) (($ (-564) $) 29)))
+((-2472 (((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -3938 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379))) 54) (((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -3938 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379))) 51)) (-2145 (((-1264) (-1259 (-379)) (-564) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379))) 60)) (-3896 (((-1264) (-1259 (-379)) (-564) (-379) (-379) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379))) 49)) (-2456 (((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379))) 62) (((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379))) 61)))
+(((-785) (-10 -7 (-15 -2456 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -2456 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)))) (-15 -3896 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -2472 ((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -3938 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -2472 ((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -3938 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)))) (-15 -2145 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))))) (T -785))
+((-2145 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))) (-2472 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-564)) (-5 *6 (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -3938 (-379)))) (-5 *7 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))) (-2472 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-564)) (-5 *6 (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -3938 (-379)))) (-5 *7 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))) (-3896 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))) (-2456 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))) (-2456 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379))) (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264)) (-5 *1 (-785)))))
+(-10 -7 (-15 -2456 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -2456 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)))) (-15 -3896 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -2472 ((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -3938 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))) (-15 -2472 ((-1264) (-1259 (-379)) (-564) (-379) (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -3938 (-379))) (-379) (-1259 (-379)) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)) (-1259 (-379)))) (-15 -2145 ((-1264) (-1259 (-379)) (-564) (-379) (-379) (-564) (-1 (-1264) (-1259 (-379)) (-1259 (-379)) (-379)))))
+((-2795 (((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 65)) (-2973 (((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 42)) (-2182 (((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 64)) (-4381 (((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 40)) (-2655 (((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 63)) (-1461 (((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564)) 26)) (-3011 (((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564)) 43)) (-2414 (((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564)) 41)) (-1722 (((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564)) 39)))
+(((-786) (-10 -7 (-15 -1722 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -2414 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -3011 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -1461 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -4381 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2973 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2655 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2182 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2795 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))))) (T -786))
+((-2795 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-2182 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-2655 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-2973 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-4381 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-1461 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-3011 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-2414 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))) (-1722 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379)) (-5 *2 (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564)) (|:| |success| (-112)))) (-5 *1 (-786)) (-5 *5 (-564)))))
+(-10 -7 (-15 -1722 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -2414 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -3011 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564) (-564))) (-15 -1461 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -4381 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2973 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2655 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2182 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))) (-15 -2795 ((-2 (|:| -1522 (-379)) (|:| -2044 (-379)) (|:| |totalpts| (-564)) (|:| |success| (-112))) (-1 (-379) (-379)) (-379) (-379) (-379) (-379) (-564) (-564))))
+((-2332 (((-1204 |#1|) |#1| (-225) (-564)) 68)))
+(((-787 |#1|) (-10 -7 (-15 -2332 ((-1204 |#1|) |#1| (-225) (-564)))) (-971)) (T -787))
+((-2332 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-225)) (-5 *5 (-564)) (-5 *2 (-1204 *3)) (-5 *1 (-787 *3)) (-4 *3 (-971)))))
+(-10 -7 (-15 -2332 ((-1204 |#1|) |#1| (-225) (-564))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 24)) (-4088 (((-3 $ "failed") $ $) 26)) (-1778 (($) 23 T CONST)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 22 T CONST)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)) (-1808 (($ $ $) 28) (($ $) 27)) (-1797 (($ $ $) 20)) (* (($ (-918) $) 21) (($ (-768) $) 25) (($ (-564) $) 29)))
(((-788) (-140)) (T -788))
NIL
(-13 (-792) (-21))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-789) . T) ((-791) . T) ((-792) . T) ((-847) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 24)) (-1692 (($) 23 T CONST)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 22 T CONST)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)) (-2956 (($ $ $) 20)) (* (($ (-918) $) 21) (($ (-768) $) 25)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 24)) (-1778 (($) 23 T CONST)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 22 T CONST)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)) (-1797 (($ $ $) 20)) (* (($ (-918) $) 21) (($ (-768) $) 25)))
(((-789) (-140)) (T -789))
NIL
(-13 (-791) (-23))
(((-23) . T) ((-25) . T) ((-102) . T) ((-611 (-859)) . T) ((-791) . T) ((-847) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 24)) (-1578 (($ $ $) 27)) (-2071 (((-3 $ "failed") $ $) 26)) (-1692 (($) 23 T CONST)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 22 T CONST)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)) (-2956 (($ $ $) 20)) (* (($ (-918) $) 21) (($ (-768) $) 25)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 24)) (-1986 (($ $ $) 27)) (-4088 (((-3 $ "failed") $ $) 26)) (-1778 (($) 23 T CONST)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 22 T CONST)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)) (-1797 (($ $ $) 20)) (* (($ (-918) $) 21) (($ (-768) $) 25)))
(((-790) (-140)) (T -790))
-((-1578 (*1 *1 *1 *1) (-4 *1 (-790))))
-(-13 (-792) (-10 -8 (-15 -1578 ($ $ $))))
+((-1986 (*1 *1 *1 *1) (-4 *1 (-790))))
+(-13 (-792) (-10 -8 (-15 -1986 ($ $ $))))
(((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-789) . T) ((-791) . T) ((-792) . T) ((-847) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 7)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)) (-2956 (($ $ $) 20)) (* (($ (-918) $) 21)))
+((-1817 (((-112) $ $) 7)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)) (-1797 (($ $ $) 20)) (* (($ (-918) $) 21)))
(((-791) (-140)) (T -791))
NIL
(-13 (-847) (-25))
(((-25) . T) ((-102) . T) ((-611 (-859)) . T) ((-847) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 24)) (-2071 (((-3 $ "failed") $ $) 26)) (-1692 (($) 23 T CONST)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 22 T CONST)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)) (-2956 (($ $ $) 20)) (* (($ (-918) $) 21) (($ (-768) $) 25)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 24)) (-4088 (((-3 $ "failed") $ $) 26)) (-1778 (($) 23 T CONST)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 22 T CONST)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)) (-1797 (($ $ $) 20)) (* (($ (-918) $) 21) (($ (-768) $) 25)))
(((-792) (-140)) (T -792))
NIL
(-13 (-789) (-131))
(((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-789) . T) ((-791) . T) ((-847) . T) ((-1094) . T))
-((-2013 (((-112) $) 42)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#2| "failed") $) 45)) (-3437 (((-564) $) NIL) (((-407 (-564)) $) NIL) ((|#2| $) 43)) (-2242 (((-3 (-407 (-564)) "failed") $) 78)) (-2260 (((-112) $) 72)) (-3600 (((-407 (-564)) $) 76)) (-2471 ((|#2| $) 26)) (-2110 (($ (-1 |#2| |#2|) $) 23)) (-4247 (($ $) 58)) (-2153 (((-536) $) 67)) (-3601 (($ $) 21)) (-1721 (((-859) $) 53) (($ (-564)) 40) (($ |#2|) 38) (($ (-407 (-564))) NIL)) (-1303 (((-768)) 10)) (-1699 ((|#2| $) 71)) (-2853 (((-112) $ $) 30)) (-2880 (((-112) $ $) 69)) (-2970 (($ $) 32) (($ $ $) NIL)) (-2956 (($ $ $) 31)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 36) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 33)))
-(((-793 |#1| |#2|) (-10 -8 (-15 -2880 ((-112) |#1| |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -4247 (|#1| |#1|)) (-15 -2242 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3600 ((-407 (-564)) |#1|)) (-15 -2260 ((-112) |#1|)) (-15 -1699 (|#2| |#1|)) (-15 -2471 (|#2| |#1|)) (-15 -3601 (|#1| |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -1721 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-564))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 -2013 ((-112) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -2956 (|#1| |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|))) (-794 |#2|) (-172)) (T -793))
-((-1303 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-793 *3 *4)) (-4 *3 (-794 *4)))))
-(-10 -8 (-15 -2880 ((-112) |#1| |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -4247 (|#1| |#1|)) (-15 -2242 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3600 ((-407 (-564)) |#1|)) (-15 -2260 ((-112) |#1|)) (-15 -1699 (|#2| |#1|)) (-15 -2471 (|#2| |#1|)) (-15 -3601 (|#1| |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -1721 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-564))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 -2013 ((-112) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -2956 (|#1| |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1860 (((-768)) 52 (|has| |#1| (-368)))) (-1692 (($) 17 T CONST)) (-2035 (((-3 (-564) "failed") $) 94 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 91 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 88)) (-3437 (((-564) $) 93 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 90 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 89)) (-3233 (((-3 $ "failed") $) 33)) (-4040 ((|#1| $) 78)) (-2242 (((-3 (-407 (-564)) "failed") $) 65 (|has| |#1| (-545)))) (-2260 (((-112) $) 67 (|has| |#1| (-545)))) (-3600 (((-407 (-564)) $) 66 (|has| |#1| (-545)))) (-3746 (($) 55 (|has| |#1| (-368)))) (-3282 (((-112) $) 31)) (-2015 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 69)) (-2471 ((|#1| $) 70)) (-2766 (($ $ $) 61 (|has| |#1| (-847)))) (-1650 (($ $ $) 60 (|has| |#1| (-847)))) (-2110 (($ (-1 |#1| |#1|) $) 80)) (-2981 (((-918) $) 54 (|has| |#1| (-368)))) (-2811 (((-1152) $) 9)) (-4247 (($ $) 64 (|has| |#1| (-363)))) (-1359 (($ (-918)) 53 (|has| |#1| (-368)))) (-1364 ((|#1| $) 75)) (-3138 ((|#1| $) 76)) (-3293 ((|#1| $) 77)) (-4310 ((|#1| $) 71)) (-2514 ((|#1| $) 72)) (-1497 ((|#1| $) 73)) (-2836 ((|#1| $) 74)) (-4382 (((-1114) $) 10)) (-3227 (($ $ (-641 |#1|) (-641 |#1|)) 86 (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) 85 (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) 84 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) 83 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 82 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) 81 (|has| |#1| (-514 (-1170) |#1|)))) (-2961 (($ $ |#1|) 87 (|has| |#1| (-286 |#1| |#1|)))) (-2153 (((-536) $) 62 (|has| |#1| (-612 (-536))))) (-3601 (($ $) 79)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38) (($ (-407 (-564))) 92 (|has| |#1| (-1035 (-407 (-564)))))) (-2684 (((-3 $ "failed") $) 63 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1699 ((|#1| $) 68 (|has| |#1| (-1055)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2920 (((-112) $ $) 58 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 57 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 59 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 56 (|has| |#1| (-847)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39)))
+((-1615 (((-112) $) 42)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#2| "failed") $) 45)) (-2237 (((-564) $) NIL) (((-407 (-564)) $) NIL) ((|#2| $) 43)) (-2078 (((-3 (-407 (-564)) "failed") $) 78)) (-2272 (((-112) $) 72)) (-3036 (((-407 (-564)) $) 76)) (-3797 ((|#2| $) 26)) (-2449 (($ (-1 |#2| |#2|) $) 23)) (-3315 (($ $) 58)) (-2511 (((-536) $) 67)) (-3047 (($ $) 21)) (-1831 (((-859) $) 53) (($ (-564)) 40) (($ |#2|) 38) (($ (-407 (-564))) NIL)) (-2219 (((-768)) 10)) (-1849 ((|#2| $) 71)) (-1702 (((-112) $ $) 30)) (-1723 (((-112) $ $) 69)) (-1808 (($ $) 32) (($ $ $) NIL)) (-1797 (($ $ $) 31)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 36) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 33)))
+(((-793 |#1| |#2|) (-10 -8 (-15 -1723 ((-112) |#1| |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -3315 (|#1| |#1|)) (-15 -2078 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3036 ((-407 (-564)) |#1|)) (-15 -2272 ((-112) |#1|)) (-15 -1849 (|#2| |#1|)) (-15 -3797 (|#2| |#1|)) (-15 -3047 (|#1| |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -1831 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-564))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 -1615 ((-112) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -1797 (|#1| |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|))) (-794 |#2|) (-172)) (T -793))
+((-2219 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-793 *3 *4)) (-4 *3 (-794 *4)))))
+(-10 -8 (-15 -1723 ((-112) |#1| |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -3315 (|#1| |#1|)) (-15 -2078 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3036 ((-407 (-564)) |#1|)) (-15 -2272 ((-112) |#1|)) (-15 -1849 (|#2| |#1|)) (-15 -3797 (|#2| |#1|)) (-15 -3047 (|#1| |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -1831 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-564))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 -1615 ((-112) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -1797 (|#1| |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-3267 (((-768)) 52 (|has| |#1| (-368)))) (-1778 (($) 17 T CONST)) (-2347 (((-3 (-564) "failed") $) 94 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 91 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 88)) (-2237 (((-564) $) 93 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 90 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 89)) (-3733 (((-3 $ "failed") $) 33)) (-3092 ((|#1| $) 78)) (-2078 (((-3 (-407 (-564)) "failed") $) 65 (|has| |#1| (-545)))) (-2272 (((-112) $) 67 (|has| |#1| (-545)))) (-3036 (((-407 (-564)) $) 66 (|has| |#1| (-545)))) (-2900 (($) 55 (|has| |#1| (-368)))) (-2949 (((-112) $) 31)) (-1642 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 69)) (-3797 ((|#1| $) 70)) (-1925 (($ $ $) 61 (|has| |#1| (-847)))) (-3375 (($ $ $) 60 (|has| |#1| (-847)))) (-2449 (($ (-1 |#1| |#1|) $) 80)) (-1811 (((-918) $) 54 (|has| |#1| (-368)))) (-2723 (((-1152) $) 9)) (-3315 (($ $) 64 (|has| |#1| (-363)))) (-1468 (($ (-918)) 53 (|has| |#1| (-368)))) (-3466 ((|#1| $) 75)) (-3996 ((|#1| $) 76)) (-3050 ((|#1| $) 77)) (-2584 ((|#1| $) 71)) (-2982 ((|#1| $) 72)) (-3661 ((|#1| $) 73)) (-2928 ((|#1| $) 74)) (-2780 (((-1114) $) 10)) (-2633 (($ $ (-641 |#1|) (-641 |#1|)) 86 (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) 85 (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) 84 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) 83 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 82 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) 81 (|has| |#1| (-514 (-1170) |#1|)))) (-1350 (($ $ |#1|) 87 (|has| |#1| (-286 |#1| |#1|)))) (-2511 (((-536) $) 62 (|has| |#1| (-612 (-536))))) (-3047 (($ $) 79)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38) (($ (-407 (-564))) 92 (|has| |#1| (-1035 (-407 (-564)))))) (-4018 (((-3 $ "failed") $) 63 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-1849 ((|#1| $) 68 (|has| |#1| (-1055)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1762 (((-112) $ $) 58 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 57 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 59 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 56 (|has| |#1| (-847)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39)))
(((-794 |#1|) (-140) (-172)) (T -794))
-((-3601 (*1 *1 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-4040 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-3293 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-3138 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-1364 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-2836 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-1497 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-2514 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-4310 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-2471 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-2015 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-1699 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)) (-4 *2 (-1055)))) (-2260 (*1 *2 *1) (-12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112)))) (-3600 (*1 *2 *1) (-12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))) (-2242 (*1 *2 *1) (|partial| -12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))) (-4247 (*1 *1 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)) (-4 *2 (-363)))))
-(-13 (-38 |t#1|) (-411 |t#1|) (-338 |t#1|) (-10 -8 (-15 -3601 ($ $)) (-15 -4040 (|t#1| $)) (-15 -3293 (|t#1| $)) (-15 -3138 (|t#1| $)) (-15 -1364 (|t#1| $)) (-15 -2836 (|t#1| $)) (-15 -1497 (|t#1| $)) (-15 -2514 (|t#1| $)) (-15 -4310 (|t#1| $)) (-15 -2471 (|t#1| $)) (-15 -2015 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-368)) (-6 (-368)) |%noBranch|) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1055)) (-15 -1699 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -2260 ((-112) $)) (-15 -3600 ((-407 (-564)) $)) (-15 -2242 ((-3 (-407 (-564)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-363)) (-15 -4247 ($ $)) |%noBranch|)))
+((-3047 (*1 *1 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-3092 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-3050 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-3996 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-3466 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-2928 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-3661 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-2982 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-2584 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-3797 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-1642 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))) (-1849 (*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)) (-4 *2 (-1055)))) (-2272 (*1 *2 *1) (-12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112)))) (-3036 (*1 *2 *1) (-12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))) (-2078 (*1 *2 *1) (|partial| -12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))) (-3315 (*1 *1 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)) (-4 *2 (-363)))))
+(-13 (-38 |t#1|) (-411 |t#1|) (-338 |t#1|) (-10 -8 (-15 -3047 ($ $)) (-15 -3092 (|t#1| $)) (-15 -3050 (|t#1| $)) (-15 -3996 (|t#1| $)) (-15 -3466 (|t#1| $)) (-15 -2928 (|t#1| $)) (-15 -3661 (|t#1| $)) (-15 -2982 (|t#1| $)) (-15 -2584 (|t#1| $)) (-15 -3797 (|t#1| $)) (-15 -1642 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-368)) (-6 (-368)) |%noBranch|) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1055)) (-15 -1849 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -2272 ((-112) $)) (-15 -3036 ((-407 (-564)) $)) (-15 -2078 ((-3 (-407 (-564)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-363)) (-15 -3315 ($ $)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0=(-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 |#1| $) |has| |#1| (-286 |#1| |#1|)) ((-309 |#1|) |has| |#1| (-309 |#1|)) ((-368) |has| |#1| (-368)) ((-338 |#1|) . T) ((-411 |#1|) . T) ((-514 (-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((-514 |#1| |#1|) |has| |#1| (-309 |#1|)) ((-644 |#1|) . T) ((-644 $) . T) ((-714 |#1|) . T) ((-723) . T) ((-847) |has| |#1| (-847)) ((-1035 #0#) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 |#1|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2110 ((|#3| (-1 |#4| |#2|) |#1|) 20)))
-(((-795 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2110 (|#3| (-1 |#4| |#2|) |#1|))) (-794 |#2|) (-172) (-794 |#4|) (-172)) (T -795))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-794 *6)) (-5 *1 (-795 *4 *5 *2 *6)) (-4 *4 (-794 *5)))))
-(-10 -7 (-15 -2110 (|#3| (-1 |#4| |#2|) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1860 (((-768)) NIL (|has| |#1| (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL) (((-3 (-996 |#1|) "failed") $) 35) (((-3 (-564) "failed") $) NIL (-2713 (|has| (-996 |#1|) (-1035 (-564))) (|has| |#1| (-1035 (-564))))) (((-3 (-407 (-564)) "failed") $) NIL (-2713 (|has| (-996 |#1|) (-1035 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-3437 ((|#1| $) NIL) (((-996 |#1|) $) 33) (((-564) $) NIL (-2713 (|has| (-996 |#1|) (-1035 (-564))) (|has| |#1| (-1035 (-564))))) (((-407 (-564)) $) NIL (-2713 (|has| (-996 |#1|) (-1035 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-3233 (((-3 $ "failed") $) NIL)) (-4040 ((|#1| $) 16)) (-2242 (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-545)))) (-2260 (((-112) $) NIL (|has| |#1| (-545)))) (-3600 (((-407 (-564)) $) NIL (|has| |#1| (-545)))) (-3746 (($) NIL (|has| |#1| (-368)))) (-3282 (((-112) $) NIL)) (-2015 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28) (($ (-996 |#1|) (-996 |#1|)) 29)) (-2471 ((|#1| $) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-2981 (((-918) $) NIL (|has| |#1| (-368)))) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| |#1| (-363)))) (-1359 (($ (-918)) NIL (|has| |#1| (-368)))) (-1364 ((|#1| $) 22)) (-3138 ((|#1| $) 20)) (-3293 ((|#1| $) 18)) (-4310 ((|#1| $) 26)) (-2514 ((|#1| $) 25)) (-1497 ((|#1| $) 24)) (-2836 ((|#1| $) 23)) (-4382 (((-1114) $) NIL)) (-3227 (($ $ (-641 |#1|) (-641 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-514 (-1170) |#1|)))) (-2961 (($ $ |#1|) NIL (|has| |#1| (-286 |#1| |#1|)))) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-3601 (($ $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-996 |#1|)) 30) (($ (-407 (-564))) NIL (-2713 (|has| (-996 |#1|) (-1035 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-1699 ((|#1| $) NIL (|has| |#1| (-1055)))) (-2885 (($) 8 T CONST)) (-2898 (($) 12 T CONST)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 40) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-796 |#1|) (-13 (-794 |#1|) (-411 (-996 |#1|)) (-10 -8 (-15 -2015 ($ (-996 |#1|) (-996 |#1|))))) (-172)) (T -796))
-((-2015 (*1 *1 *2 *2) (-12 (-5 *2 (-996 *3)) (-4 *3 (-172)) (-5 *1 (-796 *3)))))
-(-13 (-794 |#1|) (-411 (-996 |#1|)) (-10 -8 (-15 -2015 ($ (-996 |#1|) (-996 |#1|)))))
-((-1709 (((-112) $ $) 7)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-1457 (((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 13)) (-2853 (((-112) $ $) 6)))
+((-2449 ((|#3| (-1 |#4| |#2|) |#1|) 20)))
+(((-795 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2449 (|#3| (-1 |#4| |#2|) |#1|))) (-794 |#2|) (-172) (-794 |#4|) (-172)) (T -795))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-794 *6)) (-5 *1 (-795 *4 *5 *2 *6)) (-4 *4 (-794 *5)))))
+(-10 -7 (-15 -2449 (|#3| (-1 |#4| |#2|) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3267 (((-768)) NIL (|has| |#1| (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL) (((-3 (-996 |#1|) "failed") $) 35) (((-3 (-564) "failed") $) NIL (-4078 (|has| (-996 |#1|) (-1035 (-564))) (|has| |#1| (-1035 (-564))))) (((-3 (-407 (-564)) "failed") $) NIL (-4078 (|has| (-996 |#1|) (-1035 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-2237 ((|#1| $) NIL) (((-996 |#1|) $) 33) (((-564) $) NIL (-4078 (|has| (-996 |#1|) (-1035 (-564))) (|has| |#1| (-1035 (-564))))) (((-407 (-564)) $) NIL (-4078 (|has| (-996 |#1|) (-1035 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-3733 (((-3 $ "failed") $) NIL)) (-3092 ((|#1| $) 16)) (-2078 (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-545)))) (-2272 (((-112) $) NIL (|has| |#1| (-545)))) (-3036 (((-407 (-564)) $) NIL (|has| |#1| (-545)))) (-2900 (($) NIL (|has| |#1| (-368)))) (-2949 (((-112) $) NIL)) (-1642 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28) (($ (-996 |#1|) (-996 |#1|)) 29)) (-3797 ((|#1| $) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1811 (((-918) $) NIL (|has| |#1| (-368)))) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| |#1| (-363)))) (-1468 (($ (-918)) NIL (|has| |#1| (-368)))) (-3466 ((|#1| $) 22)) (-3996 ((|#1| $) 20)) (-3050 ((|#1| $) 18)) (-2584 ((|#1| $) 26)) (-2982 ((|#1| $) 25)) (-3661 ((|#1| $) 24)) (-2928 ((|#1| $) 23)) (-2780 (((-1114) $) NIL)) (-2633 (($ $ (-641 |#1|) (-641 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-514 (-1170) |#1|)))) (-1350 (($ $ |#1|) NIL (|has| |#1| (-286 |#1| |#1|)))) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-3047 (($ $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-996 |#1|)) 30) (($ (-407 (-564))) NIL (-4078 (|has| (-996 |#1|) (-1035 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-1849 ((|#1| $) NIL (|has| |#1| (-1055)))) (-1293 (($) 8 T CONST)) (-1300 (($) 12 T CONST)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 40) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-796 |#1|) (-13 (-794 |#1|) (-411 (-996 |#1|)) (-10 -8 (-15 -1642 ($ (-996 |#1|) (-996 |#1|))))) (-172)) (T -796))
+((-1642 (*1 *1 *2 *2) (-12 (-5 *2 (-996 *3)) (-4 *3 (-172)) (-5 *1 (-796 *3)))))
+(-13 (-794 |#1|) (-411 (-996 |#1|)) (-10 -8 (-15 -1642 ($ (-996 |#1|) (-996 |#1|)))))
+((-1817 (((-112) $ $) 7)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-3231 (((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 13)) (-1702 (((-112) $ $) 6)))
(((-797) (-140)) (T -797))
-((-1335 (*1 *2 *3 *4) (-12 (-4 *1 (-797)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)))))) (-1457 (*1 *2 *3) (-12 (-4 *1 (-797)) (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-1032)))))
-(-13 (-1094) (-10 -7 (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1457 ((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))))
+((-2620 (*1 *2 *3 *4) (-12 (-4 *1 (-797)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)))))) (-3231 (*1 *2 *3) (-12 (-4 *1 (-797)) (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-1032)))))
+(-13 (-1094) (-10 -7 (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3231 ((-1032) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-3083 (((-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) |#3| |#2| (-1170)) 19)))
-(((-798 |#1| |#2| |#3|) (-10 -7 (-15 -3083 ((-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) |#3| |#2| (-1170)))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)) (-13 (-29 |#1|) (-1194) (-956)) (-652 |#2|)) (T -798))
-((-3083 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1170)) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-4 *4 (-13 (-29 *6) (-1194) (-956))) (-5 *2 (-2 (|:| |particular| *4) (|:| -2745 (-641 *4)))) (-5 *1 (-798 *6 *4 *3)) (-4 *3 (-652 *4)))))
-(-10 -7 (-15 -3083 ((-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) |#3| |#2| (-1170))))
-((-3315 (((-3 |#2| "failed") |#2| (-114) (-294 |#2|) (-641 |#2|)) 28) (((-3 |#2| "failed") (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|)) 29) (((-3 (-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) |#2| "failed") |#2| (-114) (-1170)) 17) (((-3 (-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) |#2| "failed") (-294 |#2|) (-114) (-1170)) 18) (((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -2745 (-641 (-1259 |#2|)))) "failed") (-641 |#2|) (-641 (-114)) (-1170)) 24) (((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -2745 (-641 (-1259 |#2|)))) "failed") (-641 (-294 |#2|)) (-641 (-114)) (-1170)) 26) (((-3 (-641 (-1259 |#2|)) "failed") (-685 |#2|) (-1170)) 37) (((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -2745 (-641 (-1259 |#2|)))) "failed") (-685 |#2|) (-1259 |#2|) (-1170)) 35)))
-(((-799 |#1| |#2|) (-10 -7 (-15 -3315 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -2745 (-641 (-1259 |#2|)))) "failed") (-685 |#2|) (-1259 |#2|) (-1170))) (-15 -3315 ((-3 (-641 (-1259 |#2|)) "failed") (-685 |#2|) (-1170))) (-15 -3315 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -2745 (-641 (-1259 |#2|)))) "failed") (-641 (-294 |#2|)) (-641 (-114)) (-1170))) (-15 -3315 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -2745 (-641 (-1259 |#2|)))) "failed") (-641 |#2|) (-641 (-114)) (-1170))) (-15 -3315 ((-3 (-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) |#2| "failed") (-294 |#2|) (-114) (-1170))) (-15 -3315 ((-3 (-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) |#2| "failed") |#2| (-114) (-1170))) (-15 -3315 ((-3 |#2| "failed") (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|))) (-15 -3315 ((-3 |#2| "failed") |#2| (-114) (-294 |#2|) (-641 |#2|)))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)) (-13 (-29 |#1|) (-1194) (-956))) (T -799))
-((-3315 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-294 *2)) (-5 *5 (-641 *2)) (-4 *2 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *1 (-799 *6 *2)))) (-3315 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-294 *2)) (-5 *4 (-114)) (-5 *5 (-641 *2)) (-4 *2 (-13 (-29 *6) (-1194) (-956))) (-5 *1 (-799 *6 *2)) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))))) (-3315 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-114)) (-5 *5 (-1170)) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -2745 (-641 *3))) *3 "failed")) (-5 *1 (-799 *6 *3)) (-4 *3 (-13 (-29 *6) (-1194) (-956))))) (-3315 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-294 *7)) (-5 *4 (-114)) (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -2745 (-641 *7))) *7 "failed")) (-5 *1 (-799 *6 *7)))) (-3315 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-641 *7)) (-5 *4 (-641 (-114))) (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-2 (|:| |particular| (-1259 *7)) (|:| -2745 (-641 (-1259 *7))))) (-5 *1 (-799 *6 *7)))) (-3315 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-641 (-294 *7))) (-5 *4 (-641 (-114))) (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-2 (|:| |particular| (-1259 *7)) (|:| -2745 (-641 (-1259 *7))))) (-5 *1 (-799 *6 *7)))) (-3315 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-685 *6)) (-5 *4 (-1170)) (-4 *6 (-13 (-29 *5) (-1194) (-956))) (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-1259 *6))) (-5 *1 (-799 *5 *6)))) (-3315 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-685 *7)) (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-2 (|:| |particular| (-1259 *7)) (|:| -2745 (-641 (-1259 *7))))) (-5 *1 (-799 *6 *7)) (-5 *4 (-1259 *7)))))
-(-10 -7 (-15 -3315 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -2745 (-641 (-1259 |#2|)))) "failed") (-685 |#2|) (-1259 |#2|) (-1170))) (-15 -3315 ((-3 (-641 (-1259 |#2|)) "failed") (-685 |#2|) (-1170))) (-15 -3315 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -2745 (-641 (-1259 |#2|)))) "failed") (-641 (-294 |#2|)) (-641 (-114)) (-1170))) (-15 -3315 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -2745 (-641 (-1259 |#2|)))) "failed") (-641 |#2|) (-641 (-114)) (-1170))) (-15 -3315 ((-3 (-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) |#2| "failed") (-294 |#2|) (-114) (-1170))) (-15 -3315 ((-3 (-2 (|:| |particular| |#2|) (|:| -2745 (-641 |#2|))) |#2| "failed") |#2| (-114) (-1170))) (-15 -3315 ((-3 |#2| "failed") (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|))) (-15 -3315 ((-3 |#2| "failed") |#2| (-114) (-294 |#2|) (-641 |#2|))))
-((-3800 (($) 9)) (-3401 (((-3 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 31)) (-2659 (((-641 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $) 28)) (-3573 (($ (-2 (|:| -2381 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))))) 25)) (-1746 (($ (-641 (-2 (|:| -2381 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))))) 23)) (-2830 (((-1264)) 12)))
-(((-800) (-10 -8 (-15 -3800 ($)) (-15 -2830 ((-1264))) (-15 -2659 ((-641 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -1746 ($ (-641 (-2 (|:| -2381 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))))))) (-15 -3573 ($ (-2 (|:| -2381 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))))) (-15 -3401 ((-3 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -800))
-((-3401 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))) (-5 *1 (-800)))) (-3573 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2381 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))))) (-5 *1 (-800)))) (-1746 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2381 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))))) (-5 *1 (-800)))) (-2659 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-5 *1 (-800)))) (-2830 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-800)))) (-3800 (*1 *1) (-5 *1 (-800))))
-(-10 -8 (-15 -3800 ($)) (-15 -2830 ((-1264))) (-15 -2659 ((-641 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -1746 ($ (-641 (-2 (|:| -2381 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))))))) (-15 -3573 ($ (-2 (|:| -2381 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -3096 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))))) (-15 -3401 ((-3 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
-((-3817 ((|#2| |#2| (-1170)) 17)) (-3211 ((|#2| |#2| (-1170)) 56)) (-2034 (((-1 |#2| |#2|) (-1170)) 11)))
-(((-801 |#1| |#2|) (-10 -7 (-15 -3817 (|#2| |#2| (-1170))) (-15 -3211 (|#2| |#2| (-1170))) (-15 -2034 ((-1 |#2| |#2|) (-1170)))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)) (-13 (-29 |#1|) (-1194) (-956))) (T -801))
-((-2034 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-1 *5 *5)) (-5 *1 (-801 *4 *5)) (-4 *5 (-13 (-29 *4) (-1194) (-956))))) (-3211 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *1 (-801 *4 *2)) (-4 *2 (-13 (-29 *4) (-1194) (-956))))) (-3817 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *1 (-801 *4 *2)) (-4 *2 (-13 (-29 *4) (-1194) (-956))))))
-(-10 -7 (-15 -3817 (|#2| |#2| (-1170))) (-15 -3211 (|#2| |#2| (-1170))) (-15 -2034 ((-1 |#2| |#2|) (-1170))))
-((-3315 (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379) (-379)) 131) (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379)) 132) (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-641 (-379)) (-379)) 134) (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-379)) 136) (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-379)) 137) (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379))) 139) (((-1032) (-805) (-1058)) 123) (((-1032) (-805)) 124)) (-1335 (((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805) (-1058)) 83) (((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805)) 85)))
-(((-802) (-10 -7 (-15 -3315 ((-1032) (-805))) (-15 -3315 ((-1032) (-805) (-1058))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-379))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-379))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-641 (-379)) (-379))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379) (-379))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805) (-1058))))) (T -802))
-((-1335 (*1 *2 *3 *4) (-12 (-5 *3 (-805)) (-5 *4 (-1058)) (-5 *2 (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-802)))) (-1335 (*1 *2 *3) (-12 (-5 *3 (-805)) (-5 *2 (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-802)))) (-3315 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379))) (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-3315 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379))) (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-3315 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-3315 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379))) (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-3315 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-3315 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-805)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-3315 (*1 *2 *3) (-12 (-5 *3 (-805)) (-5 *2 (-1032)) (-5 *1 (-802)))))
-(-10 -7 (-15 -3315 ((-1032) (-805))) (-15 -3315 ((-1032) (-805) (-1058))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-379))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-379))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-641 (-379)) (-379))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379))) (-15 -3315 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379) (-379))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805) (-1058))))
-((-3521 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2745 (-641 |#4|))) (-649 |#4|) |#4|) 35)))
-(((-803 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3521 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2745 (-641 |#4|))) (-649 |#4|) |#4|))) (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -803))
-((-3521 (*1 *2 *3 *4) (-12 (-5 *3 (-649 *4)) (-4 *4 (-342 *5 *6 *7)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4)))) (-5 *1 (-803 *5 *6 *7 *4)))))
-(-10 -7 (-15 -3521 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2745 (-641 |#4|))) (-649 |#4|) |#4|)))
-((-1604 (((-2 (|:| -2026 |#3|) (|:| |rh| (-641 (-407 |#2|)))) |#4| (-641 (-407 |#2|))) 53)) (-2146 (((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#4| |#2|) 62) (((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#4|) 61) (((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#3| |#2|) 20) (((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#3|) 21)) (-3277 ((|#2| |#4| |#1|) 63) ((|#2| |#3| |#1|) 28)) (-3404 ((|#2| |#3| (-641 (-407 |#2|))) 113) (((-3 |#2| "failed") |#3| (-407 |#2|)) 109)))
-(((-804 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3404 ((-3 |#2| "failed") |#3| (-407 |#2|))) (-15 -3404 (|#2| |#3| (-641 (-407 |#2|)))) (-15 -2146 ((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#3|)) (-15 -2146 ((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#3| |#2|)) (-15 -3277 (|#2| |#3| |#1|)) (-15 -2146 ((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#4|)) (-15 -2146 ((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#4| |#2|)) (-15 -3277 (|#2| |#4| |#1|)) (-15 -1604 ((-2 (|:| -2026 |#3|) (|:| |rh| (-641 (-407 |#2|)))) |#4| (-641 (-407 |#2|))))) (-13 (-363) (-147) (-1035 (-407 (-564)))) (-1235 |#1|) (-652 |#2|) (-652 (-407 |#2|))) (T -804))
-((-1604 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-2 (|:| -2026 *7) (|:| |rh| (-641 (-407 *6))))) (-5 *1 (-804 *5 *6 *7 *3)) (-5 *4 (-641 (-407 *6))) (-4 *7 (-652 *6)) (-4 *3 (-652 (-407 *6))))) (-3277 (*1 *2 *3 *4) (-12 (-4 *2 (-1235 *4)) (-5 *1 (-804 *4 *2 *5 *3)) (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-652 *2)) (-4 *3 (-652 (-407 *2))))) (-2146 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *4 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -1526 *4) (|:| -3962 *4)))) (-5 *1 (-804 *5 *4 *6 *3)) (-4 *6 (-652 *4)) (-4 *3 (-652 (-407 *4))))) (-2146 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-2 (|:| -1526 *5) (|:| -3962 *5)))) (-5 *1 (-804 *4 *5 *6 *3)) (-4 *6 (-652 *5)) (-4 *3 (-652 (-407 *5))))) (-3277 (*1 *2 *3 *4) (-12 (-4 *2 (-1235 *4)) (-5 *1 (-804 *4 *2 *3 *5)) (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2)) (-4 *5 (-652 (-407 *2))))) (-2146 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *4 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -1526 *4) (|:| -3962 *4)))) (-5 *1 (-804 *5 *4 *3 *6)) (-4 *3 (-652 *4)) (-4 *6 (-652 (-407 *4))))) (-2146 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-2 (|:| -1526 *5) (|:| -3962 *5)))) (-5 *1 (-804 *4 *5 *3 *6)) (-4 *3 (-652 *5)) (-4 *6 (-652 (-407 *5))))) (-3404 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-407 *2))) (-4 *2 (-1235 *5)) (-5 *1 (-804 *5 *2 *3 *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2)) (-4 *6 (-652 (-407 *2))))) (-3404 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-407 *2)) (-4 *2 (-1235 *5)) (-5 *1 (-804 *5 *2 *3 *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2)) (-4 *6 (-652 *4)))))
-(-10 -7 (-15 -3404 ((-3 |#2| "failed") |#3| (-407 |#2|))) (-15 -3404 (|#2| |#3| (-641 (-407 |#2|)))) (-15 -2146 ((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#3|)) (-15 -2146 ((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#3| |#2|)) (-15 -3277 (|#2| |#3| |#1|)) (-15 -2146 ((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#4|)) (-15 -2146 ((-641 (-2 (|:| -1526 |#2|) (|:| -3962 |#2|))) |#4| |#2|)) (-15 -3277 (|#2| |#4| |#1|)) (-15 -1604 ((-2 (|:| -2026 |#3|) (|:| |rh| (-641 (-407 |#2|)))) |#4| (-641 (-407 |#2|)))))
-((-1709 (((-112) $ $) NIL)) (-3437 (((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $) 13)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 15) (($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 12)) (-2853 (((-112) $ $) NIL)))
-(((-805) (-13 (-1094) (-10 -8 (-15 -1721 ($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3437 ((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $))))) (T -805))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-805)))) (-3437 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-805)))))
-(-13 (-1094) (-10 -8 (-15 -1721 ($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3437 ((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $))))
-((-1508 (((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -2026 |#3|))) |#3| (-1 (-641 |#2|) |#2| (-1166 |#2|)) (-1 (-418 |#2|) |#2|)) 157)) (-2781 (((-641 (-2 (|:| |poly| |#2|) (|:| -2026 |#3|))) |#3| (-1 (-641 |#1|) |#2|)) 56)) (-1977 (((-641 (-2 (|:| |deg| (-768)) (|:| -2026 |#2|))) |#3|) 126)) (-2078 ((|#2| |#3|) 45)) (-2690 (((-641 (-2 (|:| -1367 |#1|) (|:| -2026 |#3|))) |#3| (-1 (-641 |#1|) |#2|)) 104)) (-3376 ((|#3| |#3| (-407 |#2|)) 75) ((|#3| |#3| |#2|) 101)))
-(((-806 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2078 (|#2| |#3|)) (-15 -1977 ((-641 (-2 (|:| |deg| (-768)) (|:| -2026 |#2|))) |#3|)) (-15 -2690 ((-641 (-2 (|:| -1367 |#1|) (|:| -2026 |#3|))) |#3| (-1 (-641 |#1|) |#2|))) (-15 -2781 ((-641 (-2 (|:| |poly| |#2|) (|:| -2026 |#3|))) |#3| (-1 (-641 |#1|) |#2|))) (-15 -1508 ((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -2026 |#3|))) |#3| (-1 (-641 |#2|) |#2| (-1166 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -3376 (|#3| |#3| |#2|)) (-15 -3376 (|#3| |#3| (-407 |#2|)))) (-13 (-363) (-147) (-1035 (-407 (-564)))) (-1235 |#1|) (-652 |#2|) (-652 (-407 |#2|))) (T -806))
-((-3376 (*1 *2 *2 *3) (-12 (-5 *3 (-407 *5)) (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *1 (-806 *4 *5 *2 *6)) (-4 *2 (-652 *5)) (-4 *6 (-652 *3)))) (-3376 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-1235 *4)) (-5 *1 (-806 *4 *3 *2 *5)) (-4 *2 (-652 *3)) (-4 *5 (-652 (-407 *3))))) (-1508 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-641 *7) *7 (-1166 *7))) (-5 *5 (-1 (-418 *7) *7)) (-4 *7 (-1235 *6)) (-4 *6 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-5 *2 (-641 (-2 (|:| |frac| (-407 *7)) (|:| -2026 *3)))) (-5 *1 (-806 *6 *7 *3 *8)) (-4 *3 (-652 *7)) (-4 *8 (-652 (-407 *7))))) (-2781 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-2 (|:| |poly| *6) (|:| -2026 *3)))) (-5 *1 (-806 *5 *6 *3 *7)) (-4 *3 (-652 *6)) (-4 *7 (-652 (-407 *6))))) (-2690 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -1367 *5) (|:| -2026 *3)))) (-5 *1 (-806 *5 *6 *3 *7)) (-4 *3 (-652 *6)) (-4 *7 (-652 (-407 *6))))) (-1977 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-2 (|:| |deg| (-768)) (|:| -2026 *5)))) (-5 *1 (-806 *4 *5 *3 *6)) (-4 *3 (-652 *5)) (-4 *6 (-652 (-407 *5))))) (-2078 (*1 *2 *3) (-12 (-4 *2 (-1235 *4)) (-5 *1 (-806 *4 *2 *3 *5)) (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2)) (-4 *5 (-652 (-407 *2))))))
-(-10 -7 (-15 -2078 (|#2| |#3|)) (-15 -1977 ((-641 (-2 (|:| |deg| (-768)) (|:| -2026 |#2|))) |#3|)) (-15 -2690 ((-641 (-2 (|:| -1367 |#1|) (|:| -2026 |#3|))) |#3| (-1 (-641 |#1|) |#2|))) (-15 -2781 ((-641 (-2 (|:| |poly| |#2|) (|:| -2026 |#3|))) |#3| (-1 (-641 |#1|) |#2|))) (-15 -1508 ((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -2026 |#3|))) |#3| (-1 (-641 |#2|) |#2| (-1166 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -3376 (|#3| |#3| |#2|)) (-15 -3376 (|#3| |#3| (-407 |#2|))))
-((-2145 (((-2 (|:| -2745 (-641 (-407 |#2|))) (|:| -1315 (-685 |#1|))) (-650 |#2| (-407 |#2|)) (-641 (-407 |#2|))) 151) (((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -2745 (-641 (-407 |#2|)))) (-650 |#2| (-407 |#2|)) (-407 |#2|)) 150) (((-2 (|:| -2745 (-641 (-407 |#2|))) (|:| -1315 (-685 |#1|))) (-649 (-407 |#2|)) (-641 (-407 |#2|))) 145) (((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -2745 (-641 (-407 |#2|)))) (-649 (-407 |#2|)) (-407 |#2|)) 143)) (-4386 ((|#2| (-650 |#2| (-407 |#2|))) 93) ((|#2| (-649 (-407 |#2|))) 96)))
-(((-807 |#1| |#2|) (-10 -7 (-15 -2145 ((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -2745 (-641 (-407 |#2|)))) (-649 (-407 |#2|)) (-407 |#2|))) (-15 -2145 ((-2 (|:| -2745 (-641 (-407 |#2|))) (|:| -1315 (-685 |#1|))) (-649 (-407 |#2|)) (-641 (-407 |#2|)))) (-15 -2145 ((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -2745 (-641 (-407 |#2|)))) (-650 |#2| (-407 |#2|)) (-407 |#2|))) (-15 -2145 ((-2 (|:| -2745 (-641 (-407 |#2|))) (|:| -1315 (-685 |#1|))) (-650 |#2| (-407 |#2|)) (-641 (-407 |#2|)))) (-15 -4386 (|#2| (-649 (-407 |#2|)))) (-15 -4386 (|#2| (-650 |#2| (-407 |#2|))))) (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))) (-1235 |#1|)) (T -807))
-((-4386 (*1 *2 *3) (-12 (-5 *3 (-650 *2 (-407 *2))) (-4 *2 (-1235 *4)) (-5 *1 (-807 *4 *2)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))))) (-4386 (*1 *2 *3) (-12 (-5 *3 (-649 (-407 *2))) (-4 *2 (-1235 *4)) (-5 *1 (-807 *4 *2)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))))) (-2145 (*1 *2 *3 *4) (-12 (-5 *3 (-650 *6 (-407 *6))) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-2 (|:| -2745 (-641 (-407 *6))) (|:| -1315 (-685 *5)))) (-5 *1 (-807 *5 *6)) (-5 *4 (-641 (-407 *6))))) (-2145 (*1 *2 *3 *4) (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-407 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4)))) (-5 *1 (-807 *5 *6)))) (-2145 (*1 *2 *3 *4) (-12 (-5 *3 (-649 (-407 *6))) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-2 (|:| -2745 (-641 (-407 *6))) (|:| -1315 (-685 *5)))) (-5 *1 (-807 *5 *6)) (-5 *4 (-641 (-407 *6))))) (-2145 (*1 *2 *3 *4) (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-407 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4)))) (-5 *1 (-807 *5 *6)))))
-(-10 -7 (-15 -2145 ((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -2745 (-641 (-407 |#2|)))) (-649 (-407 |#2|)) (-407 |#2|))) (-15 -2145 ((-2 (|:| -2745 (-641 (-407 |#2|))) (|:| -1315 (-685 |#1|))) (-649 (-407 |#2|)) (-641 (-407 |#2|)))) (-15 -2145 ((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -2745 (-641 (-407 |#2|)))) (-650 |#2| (-407 |#2|)) (-407 |#2|))) (-15 -2145 ((-2 (|:| -2745 (-641 (-407 |#2|))) (|:| -1315 (-685 |#1|))) (-650 |#2| (-407 |#2|)) (-641 (-407 |#2|)))) (-15 -4386 (|#2| (-649 (-407 |#2|)))) (-15 -4386 (|#2| (-650 |#2| (-407 |#2|)))))
-((-1418 (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) |#5| |#4|) 52)))
-(((-808 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1418 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) |#5| |#4|))) (-363) (-652 |#1|) (-1235 |#1|) (-721 |#1| |#3|) (-652 |#4|)) (T -808))
-((-1418 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *7 (-1235 *5)) (-4 *4 (-721 *5 *7)) (-5 *2 (-2 (|:| -1315 (-685 *6)) (|:| |vec| (-1259 *5)))) (-5 *1 (-808 *5 *6 *7 *4 *3)) (-4 *6 (-652 *5)) (-4 *3 (-652 *4)))))
-(-10 -7 (-15 -1418 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) |#5| |#4|)))
-((-1508 (((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -2026 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|)) 47)) (-1477 (((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|)) 170 (|has| |#1| (-27))) (((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|))) 167 (|has| |#1| (-27))) (((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-418 |#2|) |#2|)) 171 (|has| |#1| (-27))) (((-641 (-407 |#2|)) (-649 (-407 |#2|))) 169 (|has| |#1| (-27))) (((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|)) 38) (((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|)) 39) (((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|)) 36) (((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|)) 37)) (-2781 (((-641 (-2 (|:| |poly| |#2|) (|:| -2026 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|)) 99)))
-(((-809 |#1| |#2|) (-10 -7 (-15 -1477 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (-15 -1477 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|))) (-15 -1477 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (-15 -1477 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|))) (-15 -1508 ((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -2026 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -2781 ((-641 (-2 (|:| |poly| |#2|) (|:| -2026 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1477 ((-641 (-407 |#2|)) (-649 (-407 |#2|)))) (-15 -1477 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -1477 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)))) (-15 -1477 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|)))) |%noBranch|)) (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))) (-1235 |#1|)) (T -809))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6)))) (-1477 (*1 *2 *3) (-12 (-5 *3 (-650 *5 (-407 *5))) (-4 *5 (-1235 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-641 (-407 *5))) (-5 *1 (-809 *4 *5)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6)))) (-1477 (*1 *2 *3) (-12 (-5 *3 (-649 (-407 *5))) (-4 *5 (-1235 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-641 (-407 *5))) (-5 *1 (-809 *4 *5)))) (-2781 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-2 (|:| |poly| *6) (|:| -2026 (-650 *6 (-407 *6)))))) (-5 *1 (-809 *5 *6)) (-5 *3 (-650 *6 (-407 *6))))) (-1508 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-641 (-2 (|:| |frac| (-407 *6)) (|:| -2026 (-650 *6 (-407 *6)))))) (-5 *1 (-809 *5 *6)) (-5 *3 (-650 *6 (-407 *6))))) (-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-650 *7 (-407 *7))) (-5 *4 (-1 (-641 *6) *7)) (-5 *5 (-1 (-418 *7) *7)) (-4 *6 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *7 (-1235 *6)) (-5 *2 (-641 (-407 *7))) (-5 *1 (-809 *6 *7)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6)))) (-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-649 (-407 *7))) (-5 *4 (-1 (-641 *6) *7)) (-5 *5 (-1 (-418 *7) *7)) (-4 *6 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *7 (-1235 *6)) (-5 *2 (-641 (-407 *7))) (-5 *1 (-809 *6 *7)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6)))))
-(-10 -7 (-15 -1477 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (-15 -1477 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|))) (-15 -1477 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (-15 -1477 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|))) (-15 -1508 ((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -2026 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -2781 ((-641 (-2 (|:| |poly| |#2|) (|:| -2026 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1477 ((-641 (-407 |#2|)) (-649 (-407 |#2|)))) (-15 -1477 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -1477 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)))) (-15 -1477 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|)))) |%noBranch|))
-((-4202 (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) (-685 |#2|) (-1259 |#1|)) 109) (((-2 (|:| A (-685 |#1|)) (|:| |eqs| (-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)) (|:| -2026 |#2|) (|:| |rh| |#1|))))) (-685 |#1|) (-1259 |#1|)) 15)) (-3583 (((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|)))) (-685 |#2|) (-1259 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -2745 (-641 |#1|))) |#2| |#1|)) 115)) (-3315 (((-3 (-2 (|:| |particular| (-1259 |#1|)) (|:| -2745 (-685 |#1|))) "failed") (-685 |#1|) (-1259 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2745 (-641 |#1|))) "failed") |#2| |#1|)) 52)))
-(((-810 |#1| |#2|) (-10 -7 (-15 -4202 ((-2 (|:| A (-685 |#1|)) (|:| |eqs| (-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)) (|:| -2026 |#2|) (|:| |rh| |#1|))))) (-685 |#1|) (-1259 |#1|))) (-15 -4202 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) (-685 |#2|) (-1259 |#1|))) (-15 -3315 ((-3 (-2 (|:| |particular| (-1259 |#1|)) (|:| -2745 (-685 |#1|))) "failed") (-685 |#1|) (-1259 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2745 (-641 |#1|))) "failed") |#2| |#1|))) (-15 -3583 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|)))) (-685 |#2|) (-1259 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -2745 (-641 |#1|))) |#2| |#1|)))) (-363) (-652 |#1|)) (T -810))
-((-3583 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -2745 (-641 *6))) *7 *6)) (-4 *6 (-363)) (-4 *7 (-652 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1259 *6) "failed")) (|:| -2745 (-641 (-1259 *6))))) (-5 *1 (-810 *6 *7)) (-5 *4 (-1259 *6)))) (-3315 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -2745 (-641 *6))) "failed") *7 *6)) (-4 *6 (-363)) (-4 *7 (-652 *6)) (-5 *2 (-2 (|:| |particular| (-1259 *6)) (|:| -2745 (-685 *6)))) (-5 *1 (-810 *6 *7)) (-5 *3 (-685 *6)) (-5 *4 (-1259 *6)))) (-4202 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *6 (-652 *5)) (-5 *2 (-2 (|:| -1315 (-685 *6)) (|:| |vec| (-1259 *5)))) (-5 *1 (-810 *5 *6)) (-5 *3 (-685 *6)) (-5 *4 (-1259 *5)))) (-4202 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-5 *2 (-2 (|:| A (-685 *5)) (|:| |eqs| (-641 (-2 (|:| C (-685 *5)) (|:| |g| (-1259 *5)) (|:| -2026 *6) (|:| |rh| *5)))))) (-5 *1 (-810 *5 *6)) (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)) (-4 *6 (-652 *5)))))
-(-10 -7 (-15 -4202 ((-2 (|:| A (-685 |#1|)) (|:| |eqs| (-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)) (|:| -2026 |#2|) (|:| |rh| |#1|))))) (-685 |#1|) (-1259 |#1|))) (-15 -4202 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) (-685 |#2|) (-1259 |#1|))) (-15 -3315 ((-3 (-2 (|:| |particular| (-1259 |#1|)) (|:| -2745 (-685 |#1|))) "failed") (-685 |#1|) (-1259 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2745 (-641 |#1|))) "failed") |#2| |#1|))) (-15 -3583 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -2745 (-641 (-1259 |#1|)))) (-685 |#2|) (-1259 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -2745 (-641 |#1|))) |#2| |#1|))))
-((-2404 (((-685 |#1|) (-641 |#1|) (-768)) 14) (((-685 |#1|) (-641 |#1|)) 15)) (-2883 (((-3 (-1259 |#1|) "failed") |#2| |#1| (-641 |#1|)) 39)) (-4099 (((-3 |#1| "failed") |#2| |#1| (-641 |#1|) (-1 |#1| |#1|)) 46)))
-(((-811 |#1| |#2|) (-10 -7 (-15 -2404 ((-685 |#1|) (-641 |#1|))) (-15 -2404 ((-685 |#1|) (-641 |#1|) (-768))) (-15 -2883 ((-3 (-1259 |#1|) "failed") |#2| |#1| (-641 |#1|))) (-15 -4099 ((-3 |#1| "failed") |#2| |#1| (-641 |#1|) (-1 |#1| |#1|)))) (-363) (-652 |#1|)) (T -811))
-((-4099 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-641 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-363)) (-5 *1 (-811 *2 *3)) (-4 *3 (-652 *2)))) (-2883 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-641 *4)) (-4 *4 (-363)) (-5 *2 (-1259 *4)) (-5 *1 (-811 *4 *3)) (-4 *3 (-652 *4)))) (-2404 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-768)) (-4 *5 (-363)) (-5 *2 (-685 *5)) (-5 *1 (-811 *5 *6)) (-4 *6 (-652 *5)))) (-2404 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-363)) (-5 *2 (-685 *4)) (-5 *1 (-811 *4 *5)) (-4 *5 (-652 *4)))))
-(-10 -7 (-15 -2404 ((-685 |#1|) (-641 |#1|))) (-15 -2404 ((-685 |#1|) (-641 |#1|) (-768))) (-15 -2883 ((-3 (-1259 |#1|) "failed") |#2| |#1| (-641 |#1|))) (-15 -4099 ((-3 |#1| "failed") |#2| |#1| (-641 |#1|) (-1 |#1| |#1|))))
-((-1709 (((-112) $ $) NIL (|has| |#2| (-1094)))) (-2013 (((-112) $) NIL (|has| |#2| (-131)))) (-1670 (($ (-918)) NIL (|has| |#2| (-1046)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-1578 (($ $ $) NIL (|has| |#2| (-790)))) (-2071 (((-3 $ "failed") $ $) NIL (|has| |#2| (-131)))) (-1729 (((-112) $ (-768)) NIL)) (-1860 (((-768)) NIL (|has| |#2| (-368)))) (-1672 (((-564) $) NIL (|has| |#2| (-845)))) (-1869 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1094)))) (-3437 (((-564) $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) ((|#2| $) NIL (|has| |#2| (-1094)))) (-3762 (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL (|has| |#2| (-1046))) (((-685 |#2|) (-685 $)) NIL (|has| |#2| (-1046)))) (-3233 (((-3 $ "failed") $) NIL (|has| |#2| (-723)))) (-3746 (($) NIL (|has| |#2| (-368)))) (-1452 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#2| $ (-564)) NIL)) (-2955 (((-112) $) NIL (|has| |#2| (-845)))) (-1597 (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3282 (((-112) $) NIL (|has| |#2| (-723)))) (-1515 (((-112) $) NIL (|has| |#2| (-845)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-4317 (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1439 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-2981 (((-918) $) NIL (|has| |#2| (-368)))) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#2| (-1094)))) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-1359 (($ (-918)) NIL (|has| |#2| (-368)))) (-4382 (((-1114) $) NIL (|has| |#2| (-1094)))) (-1897 ((|#2| $) NIL (|has| (-564) (-847)))) (-1759 (($ $ |#2|) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#2| $ (-564) |#2|) NIL) ((|#2| $ (-564)) NIL)) (-2848 ((|#2| $ $) NIL (|has| |#2| (-1046)))) (-4061 (($ (-1259 |#2|)) NIL)) (-1358 (((-134)) NIL (|has| |#2| (-363)))) (-1795 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-1292 (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-1259 |#2|) $) NIL) (($ (-564)) NIL (-2713 (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (($ |#2|) NIL (|has| |#2| (-1094))) (((-859) $) NIL (|has| |#2| (-611 (-859))))) (-1303 (((-768)) NIL (|has| |#2| (-1046)) CONST)) (-2666 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-1699 (($ $) NIL (|has| |#2| (-845)))) (-2885 (($) NIL (|has| |#2| (-131)) CONST)) (-2898 (($) NIL (|has| |#2| (-723)) CONST)) (-3256 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-2920 (((-112) $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2893 (((-112) $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2853 (((-112) $ $) NIL (|has| |#2| (-1094)))) (-2908 (((-112) $ $) NIL (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2880 (((-112) $ $) 11 (-2713 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2983 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-2970 (($ $ $) NIL (|has| |#2| (-1046))) (($ $) NIL (|has| |#2| (-1046)))) (-2956 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-768)) NIL (|has| |#2| (-723))) (($ $ (-918)) NIL (|has| |#2| (-723)))) (* (($ (-564) $) NIL (|has| |#2| (-1046))) (($ $ $) NIL (|has| |#2| (-723))) (($ $ |#2|) NIL (|has| |#2| (-723))) (($ |#2| $) NIL (|has| |#2| (-723))) (($ (-768) $) NIL (|has| |#2| (-131))) (($ (-918) $) NIL (|has| |#2| (-25)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1481 (((-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) |#3| |#2| (-1170)) 19)))
+(((-798 |#1| |#2| |#3|) (-10 -7 (-15 -1481 ((-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) |#3| |#2| (-1170)))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)) (-13 (-29 |#1|) (-1194) (-956)) (-652 |#2|)) (T -798))
+((-1481 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1170)) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-4 *4 (-13 (-29 *6) (-1194) (-956))) (-5 *2 (-2 (|:| |particular| *4) (|:| -3331 (-641 *4)))) (-5 *1 (-798 *6 *4 *3)) (-4 *3 (-652 *4)))))
+(-10 -7 (-15 -1481 ((-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) |#3| |#2| (-1170))))
+((-2017 (((-3 |#2| "failed") |#2| (-114) (-294 |#2|) (-641 |#2|)) 28) (((-3 |#2| "failed") (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|)) 29) (((-3 (-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) |#2| "failed") |#2| (-114) (-1170)) 17) (((-3 (-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) |#2| "failed") (-294 |#2|) (-114) (-1170)) 18) (((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -3331 (-641 (-1259 |#2|)))) "failed") (-641 |#2|) (-641 (-114)) (-1170)) 24) (((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -3331 (-641 (-1259 |#2|)))) "failed") (-641 (-294 |#2|)) (-641 (-114)) (-1170)) 26) (((-3 (-641 (-1259 |#2|)) "failed") (-685 |#2|) (-1170)) 37) (((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -3331 (-641 (-1259 |#2|)))) "failed") (-685 |#2|) (-1259 |#2|) (-1170)) 35)))
+(((-799 |#1| |#2|) (-10 -7 (-15 -2017 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -3331 (-641 (-1259 |#2|)))) "failed") (-685 |#2|) (-1259 |#2|) (-1170))) (-15 -2017 ((-3 (-641 (-1259 |#2|)) "failed") (-685 |#2|) (-1170))) (-15 -2017 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -3331 (-641 (-1259 |#2|)))) "failed") (-641 (-294 |#2|)) (-641 (-114)) (-1170))) (-15 -2017 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -3331 (-641 (-1259 |#2|)))) "failed") (-641 |#2|) (-641 (-114)) (-1170))) (-15 -2017 ((-3 (-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) |#2| "failed") (-294 |#2|) (-114) (-1170))) (-15 -2017 ((-3 (-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) |#2| "failed") |#2| (-114) (-1170))) (-15 -2017 ((-3 |#2| "failed") (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|))) (-15 -2017 ((-3 |#2| "failed") |#2| (-114) (-294 |#2|) (-641 |#2|)))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)) (-13 (-29 |#1|) (-1194) (-956))) (T -799))
+((-2017 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-294 *2)) (-5 *5 (-641 *2)) (-4 *2 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *1 (-799 *6 *2)))) (-2017 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-294 *2)) (-5 *4 (-114)) (-5 *5 (-641 *2)) (-4 *2 (-13 (-29 *6) (-1194) (-956))) (-5 *1 (-799 *6 *2)) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))))) (-2017 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-114)) (-5 *5 (-1170)) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -3331 (-641 *3))) *3 "failed")) (-5 *1 (-799 *6 *3)) (-4 *3 (-13 (-29 *6) (-1194) (-956))))) (-2017 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-294 *7)) (-5 *4 (-114)) (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -3331 (-641 *7))) *7 "failed")) (-5 *1 (-799 *6 *7)))) (-2017 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-641 *7)) (-5 *4 (-641 (-114))) (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-2 (|:| |particular| (-1259 *7)) (|:| -3331 (-641 (-1259 *7))))) (-5 *1 (-799 *6 *7)))) (-2017 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-641 (-294 *7))) (-5 *4 (-641 (-114))) (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-2 (|:| |particular| (-1259 *7)) (|:| -3331 (-641 (-1259 *7))))) (-5 *1 (-799 *6 *7)))) (-2017 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-685 *6)) (-5 *4 (-1170)) (-4 *6 (-13 (-29 *5) (-1194) (-956))) (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-1259 *6))) (-5 *1 (-799 *5 *6)))) (-2017 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-685 *7)) (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956))) (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-2 (|:| |particular| (-1259 *7)) (|:| -3331 (-641 (-1259 *7))))) (-5 *1 (-799 *6 *7)) (-5 *4 (-1259 *7)))))
+(-10 -7 (-15 -2017 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -3331 (-641 (-1259 |#2|)))) "failed") (-685 |#2|) (-1259 |#2|) (-1170))) (-15 -2017 ((-3 (-641 (-1259 |#2|)) "failed") (-685 |#2|) (-1170))) (-15 -2017 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -3331 (-641 (-1259 |#2|)))) "failed") (-641 (-294 |#2|)) (-641 (-114)) (-1170))) (-15 -2017 ((-3 (-2 (|:| |particular| (-1259 |#2|)) (|:| -3331 (-641 (-1259 |#2|)))) "failed") (-641 |#2|) (-641 (-114)) (-1170))) (-15 -2017 ((-3 (-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) |#2| "failed") (-294 |#2|) (-114) (-1170))) (-15 -2017 ((-3 (-2 (|:| |particular| |#2|) (|:| -3331 (-641 |#2|))) |#2| "failed") |#2| (-114) (-1170))) (-15 -2017 ((-3 |#2| "failed") (-294 |#2|) (-114) (-294 |#2|) (-641 |#2|))) (-15 -2017 ((-3 |#2| "failed") |#2| (-114) (-294 |#2|) (-641 |#2|))))
+((-4360 (($) 9)) (-1567 (((-3 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 31)) (-2945 (((-641 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $) 28)) (-2783 (($ (-2 (|:| -2568 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))))) 25)) (-4152 (($ (-641 (-2 (|:| -2568 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))))) 23)) (-2889 (((-1264)) 12)))
+(((-800) (-10 -8 (-15 -4360 ($)) (-15 -2889 ((-1264))) (-15 -2945 ((-641 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -4152 ($ (-641 (-2 (|:| -2568 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))))))) (-15 -2783 ($ (-2 (|:| -2568 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))))) (-15 -1567 ((-3 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -800))
+((-1567 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))) (-5 *1 (-800)))) (-2783 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2568 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))))) (-5 *1 (-800)))) (-4152 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2568 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))))) (-5 *1 (-800)))) (-2945 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-5 *1 (-800)))) (-2889 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-800)))) (-4360 (*1 *1) (-5 *1 (-800))))
+(-10 -8 (-15 -4360 ($)) (-15 -2889 ((-1264))) (-15 -2945 ((-641 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -4152 ($ (-641 (-2 (|:| -2568 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379)))))))) (-15 -2783 ($ (-2 (|:| -2568 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -1389 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))))))) (-15 -1567 ((-3 (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379)) (|:| |expense| (-379)) (|:| |accuracy| (-379)) (|:| |intermediateResults| (-379))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
+((-2133 ((|#2| |#2| (-1170)) 17)) (-3505 ((|#2| |#2| (-1170)) 56)) (-1844 (((-1 |#2| |#2|) (-1170)) 11)))
+(((-801 |#1| |#2|) (-10 -7 (-15 -2133 (|#2| |#2| (-1170))) (-15 -3505 (|#2| |#2| (-1170))) (-15 -1844 ((-1 |#2| |#2|) (-1170)))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)) (-13 (-29 |#1|) (-1194) (-956))) (T -801))
+((-1844 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-1 *5 *5)) (-5 *1 (-801 *4 *5)) (-4 *5 (-13 (-29 *4) (-1194) (-956))))) (-3505 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *1 (-801 *4 *2)) (-4 *2 (-13 (-29 *4) (-1194) (-956))))) (-2133 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *1 (-801 *4 *2)) (-4 *2 (-13 (-29 *4) (-1194) (-956))))))
+(-10 -7 (-15 -2133 (|#2| |#2| (-1170))) (-15 -3505 (|#2| |#2| (-1170))) (-15 -1844 ((-1 |#2| |#2|) (-1170))))
+((-2017 (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379) (-379)) 131) (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379)) 132) (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-641 (-379)) (-379)) 134) (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-379)) 136) (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-379)) 137) (((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379))) 139) (((-1032) (-805) (-1058)) 123) (((-1032) (-805)) 124)) (-2620 (((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805) (-1058)) 83) (((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805)) 85)))
+(((-802) (-10 -7 (-15 -2017 ((-1032) (-805))) (-15 -2017 ((-1032) (-805) (-1058))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-379))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-379))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-641 (-379)) (-379))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379) (-379))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805) (-1058))))) (T -802))
+((-2620 (*1 *2 *3 *4) (-12 (-5 *3 (-805)) (-5 *4 (-1058)) (-5 *2 (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-802)))) (-2620 (*1 *2 *3) (-12 (-5 *3 (-805)) (-5 *2 (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-802)))) (-2017 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379))) (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-2017 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379))) (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-2017 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-2017 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379))) (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-2017 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-2017 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-805)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-802)))) (-2017 (*1 *2 *3) (-12 (-5 *3 (-805)) (-5 *2 (-1032)) (-5 *1 (-802)))))
+(-10 -7 (-15 -2017 ((-1032) (-805))) (-15 -2017 ((-1032) (-805) (-1058))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-379))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-379))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-641 (-379)) (-379))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379))) (-15 -2017 ((-1032) (-1259 (-316 (-379))) (-379) (-379) (-641 (-379)) (-316 (-379)) (-641 (-379)) (-379) (-379))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-805) (-1058))))
+((-3469 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -3331 (-641 |#4|))) (-649 |#4|) |#4|) 35)))
+(((-803 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3469 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -3331 (-641 |#4|))) (-649 |#4|) |#4|))) (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|)) (T -803))
+((-3469 (*1 *2 *3 *4) (-12 (-5 *3 (-649 *4)) (-4 *4 (-342 *5 *6 *7)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4)))) (-5 *1 (-803 *5 *6 *7 *4)))))
+(-10 -7 (-15 -3469 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -3331 (-641 |#4|))) (-649 |#4|) |#4|)))
+((-2203 (((-2 (|:| -4252 |#3|) (|:| |rh| (-641 (-407 |#2|)))) |#4| (-641 (-407 |#2|))) 53)) (-3625 (((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#4| |#2|) 62) (((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#4|) 61) (((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#3| |#2|) 20) (((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#3|) 21)) (-2896 ((|#2| |#4| |#1|) 63) ((|#2| |#3| |#1|) 28)) (-1587 ((|#2| |#3| (-641 (-407 |#2|))) 113) (((-3 |#2| "failed") |#3| (-407 |#2|)) 109)))
+(((-804 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1587 ((-3 |#2| "failed") |#3| (-407 |#2|))) (-15 -1587 (|#2| |#3| (-641 (-407 |#2|)))) (-15 -3625 ((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#3|)) (-15 -3625 ((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#3| |#2|)) (-15 -2896 (|#2| |#3| |#1|)) (-15 -3625 ((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#4|)) (-15 -3625 ((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#4| |#2|)) (-15 -2896 (|#2| |#4| |#1|)) (-15 -2203 ((-2 (|:| -4252 |#3|) (|:| |rh| (-641 (-407 |#2|)))) |#4| (-641 (-407 |#2|))))) (-13 (-363) (-147) (-1035 (-407 (-564)))) (-1235 |#1|) (-652 |#2|) (-652 (-407 |#2|))) (T -804))
+((-2203 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-2 (|:| -4252 *7) (|:| |rh| (-641 (-407 *6))))) (-5 *1 (-804 *5 *6 *7 *3)) (-5 *4 (-641 (-407 *6))) (-4 *7 (-652 *6)) (-4 *3 (-652 (-407 *6))))) (-2896 (*1 *2 *3 *4) (-12 (-4 *2 (-1235 *4)) (-5 *1 (-804 *4 *2 *5 *3)) (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-652 *2)) (-4 *3 (-652 (-407 *2))))) (-3625 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *4 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -2513 *4) (|:| -2772 *4)))) (-5 *1 (-804 *5 *4 *6 *3)) (-4 *6 (-652 *4)) (-4 *3 (-652 (-407 *4))))) (-3625 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-2 (|:| -2513 *5) (|:| -2772 *5)))) (-5 *1 (-804 *4 *5 *6 *3)) (-4 *6 (-652 *5)) (-4 *3 (-652 (-407 *5))))) (-2896 (*1 *2 *3 *4) (-12 (-4 *2 (-1235 *4)) (-5 *1 (-804 *4 *2 *3 *5)) (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2)) (-4 *5 (-652 (-407 *2))))) (-3625 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *4 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -2513 *4) (|:| -2772 *4)))) (-5 *1 (-804 *5 *4 *3 *6)) (-4 *3 (-652 *4)) (-4 *6 (-652 (-407 *4))))) (-3625 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-2 (|:| -2513 *5) (|:| -2772 *5)))) (-5 *1 (-804 *4 *5 *3 *6)) (-4 *3 (-652 *5)) (-4 *6 (-652 (-407 *5))))) (-1587 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-407 *2))) (-4 *2 (-1235 *5)) (-5 *1 (-804 *5 *2 *3 *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2)) (-4 *6 (-652 (-407 *2))))) (-1587 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-407 *2)) (-4 *2 (-1235 *5)) (-5 *1 (-804 *5 *2 *3 *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2)) (-4 *6 (-652 *4)))))
+(-10 -7 (-15 -1587 ((-3 |#2| "failed") |#3| (-407 |#2|))) (-15 -1587 (|#2| |#3| (-641 (-407 |#2|)))) (-15 -3625 ((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#3|)) (-15 -3625 ((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#3| |#2|)) (-15 -2896 (|#2| |#3| |#1|)) (-15 -3625 ((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#4|)) (-15 -3625 ((-641 (-2 (|:| -2513 |#2|) (|:| -2772 |#2|))) |#4| |#2|)) (-15 -2896 (|#2| |#4| |#1|)) (-15 -2203 ((-2 (|:| -4252 |#3|) (|:| |rh| (-641 (-407 |#2|)))) |#4| (-641 (-407 |#2|)))))
+((-1817 (((-112) $ $) NIL)) (-2237 (((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $) 13)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 15) (($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 12)) (-1702 (((-112) $ $) NIL)))
+(((-805) (-13 (-1094) (-10 -8 (-15 -1831 ($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2237 ((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $))))) (T -805))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-805)))) (-2237 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-805)))))
+(-13 (-1094) (-10 -8 (-15 -1831 ($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2237 ((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $))))
+((-2544 (((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -4252 |#3|))) |#3| (-1 (-641 |#2|) |#2| (-1166 |#2|)) (-1 (-418 |#2|) |#2|)) 157)) (-3700 (((-641 (-2 (|:| |poly| |#2|) (|:| -4252 |#3|))) |#3| (-1 (-641 |#1|) |#2|)) 56)) (-2518 (((-641 (-2 (|:| |deg| (-768)) (|:| -4252 |#2|))) |#3|) 126)) (-4148 ((|#2| |#3|) 45)) (-4080 (((-641 (-2 (|:| -1809 |#1|) (|:| -4252 |#3|))) |#3| (-1 (-641 |#1|) |#2|)) 104)) (-1347 ((|#3| |#3| (-407 |#2|)) 75) ((|#3| |#3| |#2|) 101)))
+(((-806 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4148 (|#2| |#3|)) (-15 -2518 ((-641 (-2 (|:| |deg| (-768)) (|:| -4252 |#2|))) |#3|)) (-15 -4080 ((-641 (-2 (|:| -1809 |#1|) (|:| -4252 |#3|))) |#3| (-1 (-641 |#1|) |#2|))) (-15 -3700 ((-641 (-2 (|:| |poly| |#2|) (|:| -4252 |#3|))) |#3| (-1 (-641 |#1|) |#2|))) (-15 -2544 ((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -4252 |#3|))) |#3| (-1 (-641 |#2|) |#2| (-1166 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -1347 (|#3| |#3| |#2|)) (-15 -1347 (|#3| |#3| (-407 |#2|)))) (-13 (-363) (-147) (-1035 (-407 (-564)))) (-1235 |#1|) (-652 |#2|) (-652 (-407 |#2|))) (T -806))
+((-1347 (*1 *2 *2 *3) (-12 (-5 *3 (-407 *5)) (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *1 (-806 *4 *5 *2 *6)) (-4 *2 (-652 *5)) (-4 *6 (-652 *3)))) (-1347 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-1235 *4)) (-5 *1 (-806 *4 *3 *2 *5)) (-4 *2 (-652 *3)) (-4 *5 (-652 (-407 *3))))) (-2544 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-641 *7) *7 (-1166 *7))) (-5 *5 (-1 (-418 *7) *7)) (-4 *7 (-1235 *6)) (-4 *6 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-5 *2 (-641 (-2 (|:| |frac| (-407 *7)) (|:| -4252 *3)))) (-5 *1 (-806 *6 *7 *3 *8)) (-4 *3 (-652 *7)) (-4 *8 (-652 (-407 *7))))) (-3700 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-2 (|:| |poly| *6) (|:| -4252 *3)))) (-5 *1 (-806 *5 *6 *3 *7)) (-4 *3 (-652 *6)) (-4 *7 (-652 (-407 *6))))) (-4080 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -1809 *5) (|:| -4252 *3)))) (-5 *1 (-806 *5 *6 *3 *7)) (-4 *3 (-652 *6)) (-4 *7 (-652 (-407 *6))))) (-2518 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-2 (|:| |deg| (-768)) (|:| -4252 *5)))) (-5 *1 (-806 *4 *5 *3 *6)) (-4 *3 (-652 *5)) (-4 *6 (-652 (-407 *5))))) (-4148 (*1 *2 *3) (-12 (-4 *2 (-1235 *4)) (-5 *1 (-806 *4 *2 *3 *5)) (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2)) (-4 *5 (-652 (-407 *2))))))
+(-10 -7 (-15 -4148 (|#2| |#3|)) (-15 -2518 ((-641 (-2 (|:| |deg| (-768)) (|:| -4252 |#2|))) |#3|)) (-15 -4080 ((-641 (-2 (|:| -1809 |#1|) (|:| -4252 |#3|))) |#3| (-1 (-641 |#1|) |#2|))) (-15 -3700 ((-641 (-2 (|:| |poly| |#2|) (|:| -4252 |#3|))) |#3| (-1 (-641 |#1|) |#2|))) (-15 -2544 ((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -4252 |#3|))) |#3| (-1 (-641 |#2|) |#2| (-1166 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -1347 (|#3| |#3| |#2|)) (-15 -1347 (|#3| |#3| (-407 |#2|))))
+((-3615 (((-2 (|:| -3331 (-641 (-407 |#2|))) (|:| -2394 (-685 |#1|))) (-650 |#2| (-407 |#2|)) (-641 (-407 |#2|))) 151) (((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -3331 (-641 (-407 |#2|)))) (-650 |#2| (-407 |#2|)) (-407 |#2|)) 150) (((-2 (|:| -3331 (-641 (-407 |#2|))) (|:| -2394 (-685 |#1|))) (-649 (-407 |#2|)) (-641 (-407 |#2|))) 145) (((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -3331 (-641 (-407 |#2|)))) (-649 (-407 |#2|)) (-407 |#2|)) 143)) (-3979 ((|#2| (-650 |#2| (-407 |#2|))) 93) ((|#2| (-649 (-407 |#2|))) 96)))
+(((-807 |#1| |#2|) (-10 -7 (-15 -3615 ((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -3331 (-641 (-407 |#2|)))) (-649 (-407 |#2|)) (-407 |#2|))) (-15 -3615 ((-2 (|:| -3331 (-641 (-407 |#2|))) (|:| -2394 (-685 |#1|))) (-649 (-407 |#2|)) (-641 (-407 |#2|)))) (-15 -3615 ((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -3331 (-641 (-407 |#2|)))) (-650 |#2| (-407 |#2|)) (-407 |#2|))) (-15 -3615 ((-2 (|:| -3331 (-641 (-407 |#2|))) (|:| -2394 (-685 |#1|))) (-650 |#2| (-407 |#2|)) (-641 (-407 |#2|)))) (-15 -3979 (|#2| (-649 (-407 |#2|)))) (-15 -3979 (|#2| (-650 |#2| (-407 |#2|))))) (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))) (-1235 |#1|)) (T -807))
+((-3979 (*1 *2 *3) (-12 (-5 *3 (-650 *2 (-407 *2))) (-4 *2 (-1235 *4)) (-5 *1 (-807 *4 *2)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))))) (-3979 (*1 *2 *3) (-12 (-5 *3 (-649 (-407 *2))) (-4 *2 (-1235 *4)) (-5 *1 (-807 *4 *2)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))))) (-3615 (*1 *2 *3 *4) (-12 (-5 *3 (-650 *6 (-407 *6))) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-2 (|:| -3331 (-641 (-407 *6))) (|:| -2394 (-685 *5)))) (-5 *1 (-807 *5 *6)) (-5 *4 (-641 (-407 *6))))) (-3615 (*1 *2 *3 *4) (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-407 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4)))) (-5 *1 (-807 *5 *6)))) (-3615 (*1 *2 *3 *4) (-12 (-5 *3 (-649 (-407 *6))) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-2 (|:| -3331 (-641 (-407 *6))) (|:| -2394 (-685 *5)))) (-5 *1 (-807 *5 *6)) (-5 *4 (-641 (-407 *6))))) (-3615 (*1 *2 *3 *4) (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-407 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4)))) (-5 *1 (-807 *5 *6)))))
+(-10 -7 (-15 -3615 ((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -3331 (-641 (-407 |#2|)))) (-649 (-407 |#2|)) (-407 |#2|))) (-15 -3615 ((-2 (|:| -3331 (-641 (-407 |#2|))) (|:| -2394 (-685 |#1|))) (-649 (-407 |#2|)) (-641 (-407 |#2|)))) (-15 -3615 ((-2 (|:| |particular| (-3 (-407 |#2|) "failed")) (|:| -3331 (-641 (-407 |#2|)))) (-650 |#2| (-407 |#2|)) (-407 |#2|))) (-15 -3615 ((-2 (|:| -3331 (-641 (-407 |#2|))) (|:| -2394 (-685 |#1|))) (-650 |#2| (-407 |#2|)) (-641 (-407 |#2|)))) (-15 -3979 (|#2| (-649 (-407 |#2|)))) (-15 -3979 (|#2| (-650 |#2| (-407 |#2|)))))
+((-4004 (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) |#5| |#4|) 52)))
+(((-808 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4004 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) |#5| |#4|))) (-363) (-652 |#1|) (-1235 |#1|) (-721 |#1| |#3|) (-652 |#4|)) (T -808))
+((-4004 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *7 (-1235 *5)) (-4 *4 (-721 *5 *7)) (-5 *2 (-2 (|:| -2394 (-685 *6)) (|:| |vec| (-1259 *5)))) (-5 *1 (-808 *5 *6 *7 *4 *3)) (-4 *6 (-652 *5)) (-4 *3 (-652 *4)))))
+(-10 -7 (-15 -4004 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) |#5| |#4|)))
+((-2544 (((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -4252 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|)) 47)) (-3448 (((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|)) 170 (|has| |#1| (-27))) (((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|))) 167 (|has| |#1| (-27))) (((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-418 |#2|) |#2|)) 171 (|has| |#1| (-27))) (((-641 (-407 |#2|)) (-649 (-407 |#2|))) 169 (|has| |#1| (-27))) (((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|)) 38) (((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|)) 39) (((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|)) 36) (((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|)) 37)) (-3700 (((-641 (-2 (|:| |poly| |#2|) (|:| -4252 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|)) 99)))
+(((-809 |#1| |#2|) (-10 -7 (-15 -3448 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (-15 -3448 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|))) (-15 -3448 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (-15 -3448 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|))) (-15 -2544 ((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -4252 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -3700 ((-641 (-2 (|:| |poly| |#2|) (|:| -4252 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3448 ((-641 (-407 |#2|)) (-649 (-407 |#2|)))) (-15 -3448 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -3448 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)))) (-15 -3448 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|)))) |%noBranch|)) (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))) (-1235 |#1|)) (T -809))
+((-3448 (*1 *2 *3 *4) (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6)))) (-3448 (*1 *2 *3) (-12 (-5 *3 (-650 *5 (-407 *5))) (-4 *5 (-1235 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-641 (-407 *5))) (-5 *1 (-809 *4 *5)))) (-3448 (*1 *2 *3 *4) (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6)))) (-3448 (*1 *2 *3) (-12 (-5 *3 (-649 (-407 *5))) (-4 *5 (-1235 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-641 (-407 *5))) (-5 *1 (-809 *4 *5)))) (-3700 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-2 (|:| |poly| *6) (|:| -4252 (-650 *6 (-407 *6)))))) (-5 *1 (-809 *5 *6)) (-5 *3 (-650 *6 (-407 *6))))) (-2544 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-5 *2 (-641 (-2 (|:| |frac| (-407 *6)) (|:| -4252 (-650 *6 (-407 *6)))))) (-5 *1 (-809 *5 *6)) (-5 *3 (-650 *6 (-407 *6))))) (-3448 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-650 *7 (-407 *7))) (-5 *4 (-1 (-641 *6) *7)) (-5 *5 (-1 (-418 *7) *7)) (-4 *6 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *7 (-1235 *6)) (-5 *2 (-641 (-407 *7))) (-5 *1 (-809 *6 *7)))) (-3448 (*1 *2 *3 *4) (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6)))) (-3448 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-649 (-407 *7))) (-5 *4 (-1 (-641 *6) *7)) (-5 *5 (-1 (-418 *7) *7)) (-4 *6 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *7 (-1235 *6)) (-5 *2 (-641 (-407 *7))) (-5 *1 (-809 *6 *7)))) (-3448 (*1 *2 *3 *4) (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-1 (-641 *5) *6)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5)) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6)))))
+(-10 -7 (-15 -3448 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (-15 -3448 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|))) (-15 -3448 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (-15 -3448 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|) (-1 (-418 |#2|) |#2|))) (-15 -2544 ((-641 (-2 (|:| |frac| (-407 |#2|)) (|:| -4252 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -3700 ((-641 (-2 (|:| |poly| |#2|) (|:| -4252 (-650 |#2| (-407 |#2|))))) (-650 |#2| (-407 |#2|)) (-1 (-641 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3448 ((-641 (-407 |#2|)) (-649 (-407 |#2|)))) (-15 -3448 ((-641 (-407 |#2|)) (-649 (-407 |#2|)) (-1 (-418 |#2|) |#2|))) (-15 -3448 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)))) (-15 -3448 ((-641 (-407 |#2|)) (-650 |#2| (-407 |#2|)) (-1 (-418 |#2|) |#2|)))) |%noBranch|))
+((-2844 (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) (-685 |#2|) (-1259 |#1|)) 109) (((-2 (|:| A (-685 |#1|)) (|:| |eqs| (-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)) (|:| -4252 |#2|) (|:| |rh| |#1|))))) (-685 |#1|) (-1259 |#1|)) 15)) (-2882 (((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|)))) (-685 |#2|) (-1259 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -3331 (-641 |#1|))) |#2| |#1|)) 115)) (-2017 (((-3 (-2 (|:| |particular| (-1259 |#1|)) (|:| -3331 (-685 |#1|))) "failed") (-685 |#1|) (-1259 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -3331 (-641 |#1|))) "failed") |#2| |#1|)) 52)))
+(((-810 |#1| |#2|) (-10 -7 (-15 -2844 ((-2 (|:| A (-685 |#1|)) (|:| |eqs| (-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)) (|:| -4252 |#2|) (|:| |rh| |#1|))))) (-685 |#1|) (-1259 |#1|))) (-15 -2844 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) (-685 |#2|) (-1259 |#1|))) (-15 -2017 ((-3 (-2 (|:| |particular| (-1259 |#1|)) (|:| -3331 (-685 |#1|))) "failed") (-685 |#1|) (-1259 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -3331 (-641 |#1|))) "failed") |#2| |#1|))) (-15 -2882 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|)))) (-685 |#2|) (-1259 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -3331 (-641 |#1|))) |#2| |#1|)))) (-363) (-652 |#1|)) (T -810))
+((-2882 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -3331 (-641 *6))) *7 *6)) (-4 *6 (-363)) (-4 *7 (-652 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1259 *6) "failed")) (|:| -3331 (-641 (-1259 *6))))) (-5 *1 (-810 *6 *7)) (-5 *4 (-1259 *6)))) (-2017 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -3331 (-641 *6))) "failed") *7 *6)) (-4 *6 (-363)) (-4 *7 (-652 *6)) (-5 *2 (-2 (|:| |particular| (-1259 *6)) (|:| -3331 (-685 *6)))) (-5 *1 (-810 *6 *7)) (-5 *3 (-685 *6)) (-5 *4 (-1259 *6)))) (-2844 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-4 *6 (-652 *5)) (-5 *2 (-2 (|:| -2394 (-685 *6)) (|:| |vec| (-1259 *5)))) (-5 *1 (-810 *5 *6)) (-5 *3 (-685 *6)) (-5 *4 (-1259 *5)))) (-2844 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-5 *2 (-2 (|:| A (-685 *5)) (|:| |eqs| (-641 (-2 (|:| C (-685 *5)) (|:| |g| (-1259 *5)) (|:| -4252 *6) (|:| |rh| *5)))))) (-5 *1 (-810 *5 *6)) (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)) (-4 *6 (-652 *5)))))
+(-10 -7 (-15 -2844 ((-2 (|:| A (-685 |#1|)) (|:| |eqs| (-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)) (|:| -4252 |#2|) (|:| |rh| |#1|))))) (-685 |#1|) (-1259 |#1|))) (-15 -2844 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#1|))) (-685 |#2|) (-1259 |#1|))) (-15 -2017 ((-3 (-2 (|:| |particular| (-1259 |#1|)) (|:| -3331 (-685 |#1|))) "failed") (-685 |#1|) (-1259 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -3331 (-641 |#1|))) "failed") |#2| |#1|))) (-15 -2882 ((-2 (|:| |particular| (-3 (-1259 |#1|) "failed")) (|:| -3331 (-641 (-1259 |#1|)))) (-685 |#2|) (-1259 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -3331 (-641 |#1|))) |#2| |#1|))))
+((-4327 (((-685 |#1|) (-641 |#1|) (-768)) 14) (((-685 |#1|) (-641 |#1|)) 15)) (-2121 (((-3 (-1259 |#1|) "failed") |#2| |#1| (-641 |#1|)) 39)) (-4257 (((-3 |#1| "failed") |#2| |#1| (-641 |#1|) (-1 |#1| |#1|)) 46)))
+(((-811 |#1| |#2|) (-10 -7 (-15 -4327 ((-685 |#1|) (-641 |#1|))) (-15 -4327 ((-685 |#1|) (-641 |#1|) (-768))) (-15 -2121 ((-3 (-1259 |#1|) "failed") |#2| |#1| (-641 |#1|))) (-15 -4257 ((-3 |#1| "failed") |#2| |#1| (-641 |#1|) (-1 |#1| |#1|)))) (-363) (-652 |#1|)) (T -811))
+((-4257 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-641 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-363)) (-5 *1 (-811 *2 *3)) (-4 *3 (-652 *2)))) (-2121 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-641 *4)) (-4 *4 (-363)) (-5 *2 (-1259 *4)) (-5 *1 (-811 *4 *3)) (-4 *3 (-652 *4)))) (-4327 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-768)) (-4 *5 (-363)) (-5 *2 (-685 *5)) (-5 *1 (-811 *5 *6)) (-4 *6 (-652 *5)))) (-4327 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-363)) (-5 *2 (-685 *4)) (-5 *1 (-811 *4 *5)) (-4 *5 (-652 *4)))))
+(-10 -7 (-15 -4327 ((-685 |#1|) (-641 |#1|))) (-15 -4327 ((-685 |#1|) (-641 |#1|) (-768))) (-15 -2121 ((-3 (-1259 |#1|) "failed") |#2| |#1| (-641 |#1|))) (-15 -4257 ((-3 |#1| "failed") |#2| |#1| (-641 |#1|) (-1 |#1| |#1|))))
+((-1817 (((-112) $ $) NIL (|has| |#2| (-1094)))) (-1615 (((-112) $) NIL (|has| |#2| (-131)))) (-1575 (($ (-918)) NIL (|has| |#2| (-1046)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-1986 (($ $ $) NIL (|has| |#2| (-790)))) (-4088 (((-3 $ "failed") $ $) NIL (|has| |#2| (-131)))) (-4010 (((-112) $ (-768)) NIL)) (-3267 (((-768)) NIL (|has| |#2| (-368)))) (-1598 (((-564) $) NIL (|has| |#2| (-845)))) (-1970 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1094)))) (-2237 (((-564) $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) ((|#2| $) NIL (|has| |#2| (-1094)))) (-4050 (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#2| (-1046)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL (|has| |#2| (-1046))) (((-685 |#2|) (-685 $)) NIL (|has| |#2| (-1046)))) (-3733 (((-3 $ "failed") $) NIL (|has| |#2| (-723)))) (-2900 (($) NIL (|has| |#2| (-368)))) (-2261 ((|#2| $ (-564) |#2|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#2| $ (-564)) NIL)) (-1569 (((-112) $) NIL (|has| |#2| (-845)))) (-1433 (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2949 (((-112) $) NIL (|has| |#2| (-723)))) (-2607 (((-112) $) NIL (|has| |#2| (-845)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2640 (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-2250 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-1811 (((-918) $) NIL (|has| |#2| (-368)))) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#2| (-1094)))) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-1468 (($ (-918)) NIL (|has| |#2| (-368)))) (-2780 (((-1114) $) NIL (|has| |#2| (-1094)))) (-3303 ((|#2| $) NIL (|has| (-564) (-847)))) (-4253 (($ $ |#2|) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#2| $ (-564) |#2|) NIL) ((|#2| $ (-564)) NIL)) (-3032 ((|#2| $ $) NIL (|has| |#2| (-1046)))) (-3112 (($ (-1259 |#2|)) NIL)) (-3548 (((-134)) NIL (|has| |#2| (-363)))) (-3534 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-2791 (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-1259 |#2|) $) NIL) (($ (-564)) NIL (-4078 (-12 (|has| |#2| (-1035 (-564))) (|has| |#2| (-1094))) (|has| |#2| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#2| (-1035 (-407 (-564)))) (|has| |#2| (-1094)))) (($ |#2|) NIL (|has| |#2| (-1094))) (((-859) $) NIL (|has| |#2| (-611 (-859))))) (-2219 (((-768)) NIL (|has| |#2| (-1046)) CONST)) (-1963 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1849 (($ $) NIL (|has| |#2| (-845)))) (-1293 (($) NIL (|has| |#2| (-131)) CONST)) (-1300 (($) NIL (|has| |#2| (-723)) CONST)) (-3435 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#2| (-897 (-1170))) (|has| |#2| (-1046)))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#2| (-1046))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1046)))) (-1762 (((-112) $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1737 (((-112) $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1702 (((-112) $ $) NIL (|has| |#2| (-1094)))) (-1749 (((-112) $ $) NIL (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1723 (((-112) $ $) 11 (-4078 (|has| |#2| (-790)) (|has| |#2| (-845))))) (-1823 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-1808 (($ $ $) NIL (|has| |#2| (-1046))) (($ $) NIL (|has| |#2| (-1046)))) (-1797 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-768)) NIL (|has| |#2| (-723))) (($ $ (-918)) NIL (|has| |#2| (-723)))) (* (($ (-564) $) NIL (|has| |#2| (-1046))) (($ $ $) NIL (|has| |#2| (-723))) (($ $ |#2|) NIL (|has| |#2| (-723))) (($ |#2| $) NIL (|has| |#2| (-723))) (($ (-768) $) NIL (|has| |#2| (-131))) (($ (-918) $) NIL (|has| |#2| (-25)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-812 |#1| |#2| |#3|) (-238 |#1| |#2|) (-768) (-790) (-1 (-112) (-1259 |#2|) (-1259 |#2|))) (T -812))
NIL
(-238 |#1| |#2|)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1382 (((-641 (-768)) $) NIL) (((-641 (-768)) $ (-1170)) NIL)) (-2076 (((-768) $) NIL) (((-768) $ (-1170)) NIL)) (-4153 (((-641 (-815 (-1170))) $) NIL)) (-3992 (((-1166 $) $ (-815 (-1170))) NIL) (((-1166 |#1|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-815 (-1170)))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2275 (($ $) NIL (|has| |#1| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3903 (($ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-815 (-1170)) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL) (((-3 (-1119 |#1| (-1170)) "failed") $) NIL)) (-3437 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-815 (-1170)) $) NIL) (((-1170) $) NIL) (((-1119 |#1| (-1170)) $) NIL)) (-3378 (($ $ $ (-815 (-1170))) NIL (|has| |#1| (-172)))) (-4316 (($ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#1| (-452))) (($ $ (-815 (-1170))) NIL (|has| |#1| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#1| (-906)))) (-1587 (($ $ |#1| (-531 (-815 (-1170))) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-815 (-1170)) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-815 (-1170)) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2887 (((-768) $ (-1170)) NIL) (((-768) $) NIL)) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-4143 (($ (-1166 |#1|) (-815 (-1170))) NIL) (($ (-1166 $) (-815 (-1170))) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-531 (-815 (-1170)))) NIL) (($ $ (-815 (-1170)) (-768)) NIL) (($ $ (-641 (-815 (-1170))) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-815 (-1170))) NIL)) (-1696 (((-531 (-815 (-1170))) $) NIL) (((-768) $ (-815 (-1170))) NIL) (((-641 (-768)) $ (-641 (-815 (-1170)))) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2286 (($ (-1 (-531 (-815 (-1170))) (-531 (-815 (-1170)))) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3956 (((-1 $ (-768)) (-1170)) NIL) (((-1 $ (-768)) $) NIL (|has| |#1| (-233)))) (-4264 (((-3 (-815 (-1170)) "failed") $) NIL)) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-1864 (((-815 (-1170)) $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2811 (((-1152) $) NIL)) (-2891 (((-112) $) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-815 (-1170))) (|:| -2954 (-768))) "failed") $) NIL)) (-3561 (($ $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 ((|#1| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-906)))) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-815 (-1170)) |#1|) NIL) (($ $ (-641 (-815 (-1170))) (-641 |#1|)) NIL) (($ $ (-815 (-1170)) $) NIL) (($ $ (-641 (-815 (-1170))) (-641 $)) NIL) (($ $ (-1170) $) NIL (|has| |#1| (-233))) (($ $ (-641 (-1170)) (-641 $)) NIL (|has| |#1| (-233))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-233))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-233)))) (-3928 (($ $ (-815 (-1170))) NIL (|has| |#1| (-172)))) (-1795 (($ $ (-815 (-1170))) NIL) (($ $ (-641 (-815 (-1170)))) NIL) (($ $ (-815 (-1170)) (-768)) NIL) (($ $ (-641 (-815 (-1170))) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-3877 (((-641 (-1170)) $) NIL)) (-4341 (((-531 (-815 (-1170))) $) NIL) (((-768) $ (-815 (-1170))) NIL) (((-641 (-768)) $ (-641 (-815 (-1170)))) NIL) (((-768) $ (-1170)) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-815 (-1170)) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-815 (-1170)) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-815 (-1170)) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-2211 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ (-815 (-1170))) NIL (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-815 (-1170))) NIL) (($ (-1170)) NIL) (($ (-1119 |#1| (-1170))) NIL) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-531 (-815 (-1170)))) NIL) (($ $ (-815 (-1170)) (-768)) NIL) (($ $ (-641 (-815 (-1170))) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-815 (-1170))) NIL) (($ $ (-641 (-815 (-1170)))) NIL) (($ $ (-815 (-1170)) (-768)) NIL) (($ $ (-641 (-815 (-1170))) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-2408 (((-641 (-768)) $) NIL) (((-641 (-768)) $ (-1170)) NIL)) (-4129 (((-768) $) NIL) (((-768) $ (-1170)) NIL)) (-3209 (((-641 (-815 (-1170))) $) NIL)) (-3040 (((-1166 $) $ (-815 (-1170))) NIL) (((-1166 |#1|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-815 (-1170)))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2427 (($ $) NIL (|has| |#1| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2946 (($ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-815 (-1170)) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL) (((-3 (-1119 |#1| (-1170)) "failed") $) NIL)) (-2237 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-815 (-1170)) $) NIL) (((-1170) $) NIL) (((-1119 |#1| (-1170)) $) NIL)) (-1357 (($ $ $ (-815 (-1170))) NIL (|has| |#1| (-172)))) (-3396 (($ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#1| (-452))) (($ $ (-815 (-1170))) NIL (|has| |#1| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#1| (-906)))) (-2055 (($ $ |#1| (-531 (-815 (-1170))) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-815 (-1170)) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-815 (-1170)) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2155 (((-768) $ (-1170)) NIL) (((-768) $) NIL)) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-3198 (($ (-1166 |#1|) (-815 (-1170))) NIL) (($ (-1166 $) (-815 (-1170))) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-531 (-815 (-1170)))) NIL) (($ $ (-815 (-1170)) (-768)) NIL) (($ $ (-641 (-815 (-1170))) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-815 (-1170))) NIL)) (-1826 (((-531 (-815 (-1170))) $) NIL) (((-768) $ (-815 (-1170))) NIL) (((-641 (-768)) $ (-641 (-815 (-1170)))) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2546 (($ (-1 (-531 (-815 (-1170))) (-531 (-815 (-1170)))) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2243 (((-1 $ (-768)) (-1170)) NIL) (((-1 $ (-768)) $) NIL (|has| |#1| (-233)))) (-2169 (((-3 (-815 (-1170)) "failed") $) NIL)) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-4103 (((-815 (-1170)) $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2723 (((-1152) $) NIL)) (-2194 (((-112) $) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-815 (-1170))) (|:| -1558 (-768))) "failed") $) NIL)) (-1434 (($ $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 ((|#1| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-906)))) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-815 (-1170)) |#1|) NIL) (($ $ (-641 (-815 (-1170))) (-641 |#1|)) NIL) (($ $ (-815 (-1170)) $) NIL) (($ $ (-641 (-815 (-1170))) (-641 $)) NIL) (($ $ (-1170) $) NIL (|has| |#1| (-233))) (($ $ (-641 (-1170)) (-641 $)) NIL (|has| |#1| (-233))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-233))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-233)))) (-3190 (($ $ (-815 (-1170))) NIL (|has| |#1| (-172)))) (-3534 (($ $ (-815 (-1170))) NIL) (($ $ (-641 (-815 (-1170)))) NIL) (($ $ (-815 (-1170)) (-768)) NIL) (($ $ (-641 (-815 (-1170))) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2722 (((-641 (-1170)) $) NIL)) (-1619 (((-531 (-815 (-1170))) $) NIL) (((-768) $ (-815 (-1170))) NIL) (((-641 (-768)) $ (-641 (-815 (-1170)))) NIL) (((-768) $ (-1170)) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-815 (-1170)) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-815 (-1170)) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-815 (-1170)) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-3008 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ (-815 (-1170))) NIL (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-815 (-1170))) NIL) (($ (-1170)) NIL) (($ (-1119 |#1| (-1170))) NIL) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-531 (-815 (-1170)))) NIL) (($ $ (-815 (-1170)) (-768)) NIL) (($ $ (-641 (-815 (-1170))) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-815 (-1170))) NIL) (($ $ (-641 (-815 (-1170)))) NIL) (($ $ (-815 (-1170)) (-768)) NIL) (($ $ (-641 (-815 (-1170))) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
(((-813 |#1|) (-13 (-253 |#1| (-1170) (-815 (-1170)) (-531 (-815 (-1170)))) (-1035 (-1119 |#1| (-1170)))) (-1046)) (T -813))
NIL
(-13 (-253 |#1| (-1170) (-815 (-1170)) (-531 (-815 (-1170)))) (-1035 (-1119 |#1| (-1170))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#2| (-363)))) (-4010 (($ $) NIL (|has| |#2| (-363)))) (-2662 (((-112) $) NIL (|has| |#2| (-363)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL (|has| |#2| (-363)))) (-1798 (((-418 $) $) NIL (|has| |#2| (-363)))) (-1817 (((-112) $ $) NIL (|has| |#2| (-363)))) (-1692 (($) NIL T CONST)) (-2668 (($ $ $) NIL (|has| |#2| (-363)))) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL (|has| |#2| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#2| (-363)))) (-2941 (((-112) $) NIL (|has| |#2| (-363)))) (-3282 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#2| (-363)))) (-3340 (($ (-641 $)) NIL (|has| |#2| (-363))) (($ $ $) NIL (|has| |#2| (-363)))) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 20 (|has| |#2| (-363)))) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#2| (-363))) (($ $ $) NIL (|has| |#2| (-363)))) (-4020 (((-418 $) $) NIL (|has| |#2| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#2| (-363)))) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#2| (-363)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#2| (-363)))) (-2358 (((-768) $) NIL (|has| |#2| (-363)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#2| (-363)))) (-1795 (($ $ (-768)) NIL) (($ $) 13)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) 10) ((|#2| $) 11) (($ (-407 (-564))) NIL (|has| |#2| (-363))) (($ $) NIL (|has| |#2| (-363)))) (-1303 (((-768)) NIL T CONST)) (-1720 (((-112) $ $) NIL (|has| |#2| (-363)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-768)) NIL) (($ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) 15 (|has| |#2| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL) (($ $ (-564)) 18 (|has| |#2| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ $) NIL) (($ (-407 (-564)) $) NIL (|has| |#2| (-363))) (($ $ (-407 (-564))) NIL (|has| |#2| (-363)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#2| (-363)))) (-1537 (($ $) NIL (|has| |#2| (-363)))) (-1932 (((-112) $) NIL (|has| |#2| (-363)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL (|has| |#2| (-363)))) (-3399 (((-418 $) $) NIL (|has| |#2| (-363)))) (-3554 (((-112) $ $) NIL (|has| |#2| (-363)))) (-1778 (($) NIL T CONST)) (-1449 (($ $ $) NIL (|has| |#2| (-363)))) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL (|has| |#2| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#2| (-363)))) (-1420 (((-112) $) NIL (|has| |#2| (-363)))) (-2949 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#2| (-363)))) (-2740 (($ (-641 $)) NIL (|has| |#2| (-363))) (($ $ $) NIL (|has| |#2| (-363)))) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 20 (|has| |#2| (-363)))) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#2| (-363))) (($ $ $) NIL (|has| |#2| (-363)))) (-3070 (((-418 $) $) NIL (|has| |#2| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#2| (-363)))) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#2| (-363)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#2| (-363)))) (-3920 (((-768) $) NIL (|has| |#2| (-363)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#2| (-363)))) (-3534 (($ $ (-768)) NIL) (($ $) 13)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) 10) ((|#2| $) 11) (($ (-407 (-564))) NIL (|has| |#2| (-363))) (($ $) NIL (|has| |#2| (-363)))) (-2219 (((-768)) NIL T CONST)) (-3939 (((-112) $ $) NIL (|has| |#2| (-363)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-768)) NIL) (($ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) 15 (|has| |#2| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL) (($ $ (-564)) 18 (|has| |#2| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ $) NIL) (($ (-407 (-564)) $) NIL (|has| |#2| (-363))) (($ $ (-407 (-564))) NIL (|has| |#2| (-363)))))
(((-814 |#1| |#2| |#3|) (-13 (-111 $ $) (-233) (-490 |#2|) (-10 -7 (IF (|has| |#2| (-363)) (-6 (-363)) |%noBranch|))) (-1094) (-897 |#1|) |#1|) (T -814))
NIL
(-13 (-111 $ $) (-233) (-490 |#2|) (-10 -7 (IF (|has| |#2| (-363)) (-6 (-363)) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-2076 (((-768) $) NIL)) (-2794 ((|#1| $) 10)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-2887 (((-768) $) 11)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-3956 (($ |#1| (-768)) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1795 (($ $) NIL) (($ $ (-768)) NIL)) (-1721 (((-859) $) NIL) (($ |#1|) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-4129 (((-768) $) NIL)) (-3871 ((|#1| $) 10)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-2155 (((-768) $) 11)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2243 (($ |#1| (-768)) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3534 (($ $) NIL) (($ $ (-768)) NIL)) (-1831 (((-859) $) NIL) (($ |#1|) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
(((-815 |#1|) (-266 |#1|) (-847)) (T -815))
NIL
(-266 |#1|)
-((-1709 (((-112) $ $) NIL)) (-1480 (((-641 |#1|) $) 38)) (-1860 (((-768) $) NIL)) (-1692 (($) NIL T CONST)) (-3942 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 28)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-1908 (($ $) 42)) (-3233 (((-3 $ "failed") $) NIL)) (-2944 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL)) (-3282 (((-112) $) NIL)) (-3421 ((|#1| $ (-564)) NIL)) (-2977 (((-768) $ (-564)) NIL)) (-2227 (($ $) 51)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-1521 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 25)) (-3061 (((-112) $ $) 49)) (-2088 (((-768) $) 34)) (-2811 (((-1152) $) NIL)) (-1955 (($ $ $) NIL)) (-3485 (($ $ $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 ((|#1| $) 41)) (-2798 (((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-768)))) $) NIL)) (-2638 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-1721 (((-859) $) NIL) (($ |#1|) NIL)) (-2898 (($) 20 T CONST)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 50)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ |#1| (-768)) NIL)) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-816 |#1|) (-13 (-843) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-768))) (-15 -1897 (|#1| $)) (-15 -1908 ($ $)) (-15 -2227 ($ $)) (-15 -3061 ((-112) $ $)) (-15 -3485 ($ $ $)) (-15 -1955 ($ $ $)) (-15 -1521 ((-3 $ "failed") $ $)) (-15 -3942 ((-3 $ "failed") $ $)) (-15 -1521 ((-3 $ "failed") $ |#1|)) (-15 -3942 ((-3 $ "failed") $ |#1|)) (-15 -2638 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2944 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1860 ((-768) $)) (-15 -2977 ((-768) $ (-564))) (-15 -3421 (|#1| $ (-564))) (-15 -2798 ((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-768)))) $)) (-15 -2088 ((-768) $)) (-15 -1480 ((-641 |#1|) $)))) (-847)) (T -816))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-1897 (*1 *2 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-1908 (*1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-2227 (*1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-3061 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-3485 (*1 *1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-1955 (*1 *1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-1521 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-3942 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-1521 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-3942 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-2638 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-816 *3)) (|:| |rm| (-816 *3)))) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-2944 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-816 *3)) (|:| |mm| (-816 *3)) (|:| |rm| (-816 *3)))) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-1860 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-2977 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-768)) (-5 *1 (-816 *4)) (-4 *4 (-847)))) (-3421 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-2798 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 (-768))))) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-2088 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-1480 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-816 *3)) (-4 *3 (-847)))))
-(-13 (-843) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-768))) (-15 -1897 (|#1| $)) (-15 -1908 ($ $)) (-15 -2227 ($ $)) (-15 -3061 ((-112) $ $)) (-15 -3485 ($ $ $)) (-15 -1955 ($ $ $)) (-15 -1521 ((-3 $ "failed") $ $)) (-15 -3942 ((-3 $ "failed") $ $)) (-15 -1521 ((-3 $ "failed") $ |#1|)) (-15 -3942 ((-3 $ "failed") $ |#1|)) (-15 -2638 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2944 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1860 ((-768) $)) (-15 -2977 ((-768) $ (-564))) (-15 -3421 (|#1| $ (-564))) (-15 -2798 ((-641 (-2 (|:| |gen| |#1|) (|:| -2103 (-768)))) $)) (-15 -2088 ((-768) $)) (-15 -1480 ((-641 |#1|) $))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-1672 (((-564) $) 54)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-2955 (((-112) $) 52)) (-3282 (((-112) $) 31)) (-1515 (((-112) $) 53)) (-2766 (($ $ $) 51)) (-1650 (($ $ $) 50)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-2628 (((-3 $ "failed") $ $) 43)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-1699 (($ $) 55)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2920 (((-112) $ $) 48)) (-2893 (((-112) $ $) 47)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 49)) (-2880 (((-112) $ $) 46)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-1817 (((-112) $ $) NIL)) (-2412 (((-641 |#1|) $) 38)) (-3267 (((-768) $) NIL)) (-1778 (($) NIL T CONST)) (-2113 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 28)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-3314 (($ $) 42)) (-3733 (((-3 $ "failed") $) NIL)) (-1456 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL)) (-2949 (((-112) $) NIL)) (-1765 ((|#1| $ (-564)) NIL)) (-1767 (((-768) $ (-564)) NIL)) (-3156 (($ $) 51)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2674 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 25)) (-2519 (((-112) $ $) 49)) (-1502 (((-768) $) 34)) (-2723 (((-1152) $) NIL)) (-2276 (($ $ $) NIL)) (-4275 (($ $ $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 ((|#1| $) 41)) (-3840 (((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-768)))) $) NIL)) (-1412 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-1831 (((-859) $) NIL) (($ |#1|) NIL)) (-1300 (($) 20 T CONST)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 50)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ |#1| (-768)) NIL)) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-816 |#1|) (-13 (-843) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-768))) (-15 -3303 (|#1| $)) (-15 -3314 ($ $)) (-15 -3156 ($ $)) (-15 -2519 ((-112) $ $)) (-15 -4275 ($ $ $)) (-15 -2276 ($ $ $)) (-15 -2674 ((-3 $ "failed") $ $)) (-15 -2113 ((-3 $ "failed") $ $)) (-15 -2674 ((-3 $ "failed") $ |#1|)) (-15 -2113 ((-3 $ "failed") $ |#1|)) (-15 -1412 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1456 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3267 ((-768) $)) (-15 -1767 ((-768) $ (-564))) (-15 -1765 (|#1| $ (-564))) (-15 -3840 ((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-768)))) $)) (-15 -1502 ((-768) $)) (-15 -2412 ((-641 |#1|) $)))) (-847)) (T -816))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-3303 (*1 *2 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-3314 (*1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-3156 (*1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-2519 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-4275 (*1 *1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-2276 (*1 *1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-2674 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-2113 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-2674 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-2113 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-1412 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-816 *3)) (|:| |rm| (-816 *3)))) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-1456 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-816 *3)) (|:| |mm| (-816 *3)) (|:| |rm| (-816 *3)))) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-3267 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-1767 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-768)) (-5 *1 (-816 *4)) (-4 *4 (-847)))) (-1765 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-816 *2)) (-4 *2 (-847)))) (-3840 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 (-768))))) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-1502 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-816 *3)) (-4 *3 (-847)))) (-2412 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-816 *3)) (-4 *3 (-847)))))
+(-13 (-843) (-1035 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-768))) (-15 -3303 (|#1| $)) (-15 -3314 ($ $)) (-15 -3156 ($ $)) (-15 -2519 ((-112) $ $)) (-15 -4275 ($ $ $)) (-15 -2276 ($ $ $)) (-15 -2674 ((-3 $ "failed") $ $)) (-15 -2113 ((-3 $ "failed") $ $)) (-15 -2674 ((-3 $ "failed") $ |#1|)) (-15 -2113 ((-3 $ "failed") $ |#1|)) (-15 -1412 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1456 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3267 ((-768) $)) (-15 -1767 ((-768) $ (-564))) (-15 -1765 (|#1| $ (-564))) (-15 -3840 ((-641 (-2 (|:| |gen| |#1|) (|:| -4326 (-768)))) $)) (-15 -1502 ((-768) $)) (-15 -2412 ((-641 |#1|) $))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-1598 (((-564) $) 54)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-1569 (((-112) $) 52)) (-2949 (((-112) $) 31)) (-2607 (((-112) $) 53)) (-1925 (($ $ $) 51)) (-3375 (($ $ $) 50)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1403 (((-3 $ "failed") $ $) 43)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1849 (($ $) 55)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1762 (((-112) $ $) 48)) (-1737 (((-112) $ $) 47)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 49)) (-1723 (((-112) $ $) 46)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-817) (-140)) (T -817))
NIL
(-13 (-556) (-845))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-290) . T) ((-556) . T) ((-644 $) . T) ((-714 $) . T) ((-723) . T) ((-788) . T) ((-789) . T) ((-791) . T) ((-792) . T) ((-845) . T) ((-847) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-3905 (($ (-1114)) 7)) (-4051 (((-112) $ (-1152) (-1114)) 15)) (-3503 (((-819) $) 12)) (-3226 (((-819) $) 11)) (-3807 (((-1264) $) 9)) (-2386 (((-112) $ (-1114)) 16)))
-(((-818) (-10 -8 (-15 -3905 ($ (-1114))) (-15 -3807 ((-1264) $)) (-15 -3226 ((-819) $)) (-15 -3503 ((-819) $)) (-15 -4051 ((-112) $ (-1152) (-1114))) (-15 -2386 ((-112) $ (-1114))))) (T -818))
-((-2386 (*1 *2 *1 *3) (-12 (-5 *3 (-1114)) (-5 *2 (-112)) (-5 *1 (-818)))) (-4051 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-1114)) (-5 *2 (-112)) (-5 *1 (-818)))) (-3503 (*1 *2 *1) (-12 (-5 *2 (-819)) (-5 *1 (-818)))) (-3226 (*1 *2 *1) (-12 (-5 *2 (-819)) (-5 *1 (-818)))) (-3807 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-818)))) (-3905 (*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-818)))))
-(-10 -8 (-15 -3905 ($ (-1114))) (-15 -3807 ((-1264) $)) (-15 -3226 ((-819) $)) (-15 -3503 ((-819) $)) (-15 -4051 ((-112) $ (-1152) (-1114))) (-15 -2386 ((-112) $ (-1114))))
-((-4283 (((-1264) $ (-820)) 12)) (-3406 (((-1264) $ (-1170)) 32)) (-4223 (((-1264) $ (-1152) (-1152)) 34)) (-3535 (((-1264) $ (-1152)) 33)) (-2325 (((-1264) $) 19)) (-2458 (((-1264) $ (-564)) 28)) (-3665 (((-1264) $ (-225)) 30)) (-2489 (((-1264) $) 18)) (-3412 (((-1264) $) 26)) (-2736 (((-1264) $) 25)) (-3761 (((-1264) $) 23)) (-3386 (((-1264) $) 24)) (-2198 (((-1264) $) 22)) (-4344 (((-1264) $) 21)) (-2334 (((-1264) $) 20)) (-1667 (((-1264) $) 16)) (-3348 (((-1264) $) 17)) (-3847 (((-1264) $) 15)) (-3701 (((-1264) $) 14)) (-2378 (((-1264) $) 13)) (-3860 (($ (-1152) (-820)) 9)) (-2610 (($ (-1152) (-1152) (-820)) 8)) (-4276 (((-1170) $) 51)) (-1397 (((-1170) $) 55)) (-4312 (((-2 (|:| |cd| (-1152)) (|:| -2540 (-1152))) $) 54)) (-2123 (((-1152) $) 52)) (-2875 (((-1264) $) 41)) (-2733 (((-564) $) 49)) (-1877 (((-225) $) 50)) (-1635 (((-1264) $) 40)) (-1602 (((-1264) $) 48)) (-3961 (((-1264) $) 47)) (-3744 (((-1264) $) 45)) (-2320 (((-1264) $) 46)) (-4087 (((-1264) $) 44)) (-1707 (((-1264) $) 43)) (-3215 (((-1264) $) 42)) (-1964 (((-1264) $) 38)) (-1342 (((-1264) $) 39)) (-1679 (((-1264) $) 37)) (-3599 (((-1264) $) 36)) (-3605 (((-1264) $) 35)) (-2643 (((-1264) $) 11)))
-(((-819) (-10 -8 (-15 -2610 ($ (-1152) (-1152) (-820))) (-15 -3860 ($ (-1152) (-820))) (-15 -2643 ((-1264) $)) (-15 -4283 ((-1264) $ (-820))) (-15 -2378 ((-1264) $)) (-15 -3701 ((-1264) $)) (-15 -3847 ((-1264) $)) (-15 -1667 ((-1264) $)) (-15 -3348 ((-1264) $)) (-15 -2489 ((-1264) $)) (-15 -2325 ((-1264) $)) (-15 -2334 ((-1264) $)) (-15 -4344 ((-1264) $)) (-15 -2198 ((-1264) $)) (-15 -3761 ((-1264) $)) (-15 -3386 ((-1264) $)) (-15 -2736 ((-1264) $)) (-15 -3412 ((-1264) $)) (-15 -2458 ((-1264) $ (-564))) (-15 -3665 ((-1264) $ (-225))) (-15 -3406 ((-1264) $ (-1170))) (-15 -3535 ((-1264) $ (-1152))) (-15 -4223 ((-1264) $ (-1152) (-1152))) (-15 -3605 ((-1264) $)) (-15 -3599 ((-1264) $)) (-15 -1679 ((-1264) $)) (-15 -1964 ((-1264) $)) (-15 -1342 ((-1264) $)) (-15 -1635 ((-1264) $)) (-15 -2875 ((-1264) $)) (-15 -3215 ((-1264) $)) (-15 -1707 ((-1264) $)) (-15 -4087 ((-1264) $)) (-15 -3744 ((-1264) $)) (-15 -2320 ((-1264) $)) (-15 -3961 ((-1264) $)) (-15 -1602 ((-1264) $)) (-15 -2733 ((-564) $)) (-15 -1877 ((-225) $)) (-15 -4276 ((-1170) $)) (-15 -2123 ((-1152) $)) (-15 -4312 ((-2 (|:| |cd| (-1152)) (|:| -2540 (-1152))) $)) (-15 -1397 ((-1170) $)))) (T -819))
-((-1397 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-819)))) (-4312 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1152)) (|:| -2540 (-1152)))) (-5 *1 (-819)))) (-2123 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-819)))) (-4276 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-819)))) (-1877 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-819)))) (-2733 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-819)))) (-1602 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3961 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2320 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3744 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-4087 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1707 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3215 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2875 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1635 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1342 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1964 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1679 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3599 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3605 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-4223 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-3535 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-3406 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-3665 (*1 *2 *1 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-2458 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-3412 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2736 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3386 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3761 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2198 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-4344 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2334 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2325 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2489 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3348 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1667 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3847 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3701 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2378 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-4283 (*1 *2 *1 *3) (-12 (-5 *3 (-820)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-2643 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3860 (*1 *1 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-820)) (-5 *1 (-819)))) (-2610 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-820)) (-5 *1 (-819)))))
-(-10 -8 (-15 -2610 ($ (-1152) (-1152) (-820))) (-15 -3860 ($ (-1152) (-820))) (-15 -2643 ((-1264) $)) (-15 -4283 ((-1264) $ (-820))) (-15 -2378 ((-1264) $)) (-15 -3701 ((-1264) $)) (-15 -3847 ((-1264) $)) (-15 -1667 ((-1264) $)) (-15 -3348 ((-1264) $)) (-15 -2489 ((-1264) $)) (-15 -2325 ((-1264) $)) (-15 -2334 ((-1264) $)) (-15 -4344 ((-1264) $)) (-15 -2198 ((-1264) $)) (-15 -3761 ((-1264) $)) (-15 -3386 ((-1264) $)) (-15 -2736 ((-1264) $)) (-15 -3412 ((-1264) $)) (-15 -2458 ((-1264) $ (-564))) (-15 -3665 ((-1264) $ (-225))) (-15 -3406 ((-1264) $ (-1170))) (-15 -3535 ((-1264) $ (-1152))) (-15 -4223 ((-1264) $ (-1152) (-1152))) (-15 -3605 ((-1264) $)) (-15 -3599 ((-1264) $)) (-15 -1679 ((-1264) $)) (-15 -1964 ((-1264) $)) (-15 -1342 ((-1264) $)) (-15 -1635 ((-1264) $)) (-15 -2875 ((-1264) $)) (-15 -3215 ((-1264) $)) (-15 -1707 ((-1264) $)) (-15 -4087 ((-1264) $)) (-15 -3744 ((-1264) $)) (-15 -2320 ((-1264) $)) (-15 -3961 ((-1264) $)) (-15 -1602 ((-1264) $)) (-15 -2733 ((-564) $)) (-15 -1877 ((-225) $)) (-15 -4276 ((-1170) $)) (-15 -2123 ((-1152) $)) (-15 -4312 ((-2 (|:| |cd| (-1152)) (|:| -2540 (-1152))) $)) (-15 -1397 ((-1170) $)))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 13)) (-3098 (($) 16)) (-4373 (($) 14)) (-4100 (($) 17)) (-4237 (($) 15)) (-2853 (((-112) $ $) 9)))
-(((-820) (-13 (-1094) (-10 -8 (-15 -4373 ($)) (-15 -3098 ($)) (-15 -4100 ($)) (-15 -4237 ($))))) (T -820))
-((-4373 (*1 *1) (-5 *1 (-820))) (-3098 (*1 *1) (-5 *1 (-820))) (-4100 (*1 *1) (-5 *1 (-820))) (-4237 (*1 *1) (-5 *1 (-820))))
-(-13 (-1094) (-10 -8 (-15 -4373 ($)) (-15 -3098 ($)) (-15 -4100 ($)) (-15 -4237 ($))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 23) (($ (-1170)) 19)) (-4112 (((-112) $) 10)) (-1988 (((-112) $) 9)) (-4364 (((-112) $) 11)) (-4356 (((-112) $) 8)) (-2853 (((-112) $ $) 21)))
-(((-821) (-13 (-1094) (-10 -8 (-15 -1721 ($ (-1170))) (-15 -4356 ((-112) $)) (-15 -1988 ((-112) $)) (-15 -4112 ((-112) $)) (-15 -4364 ((-112) $))))) (T -821))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-821)))) (-4356 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))) (-1988 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))) (-4112 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))) (-4364 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))))
-(-13 (-1094) (-10 -8 (-15 -1721 ($ (-1170))) (-15 -4356 ((-112) $)) (-15 -1988 ((-112) $)) (-15 -4112 ((-112) $)) (-15 -4364 ((-112) $))))
-((-1709 (((-112) $ $) NIL)) (-2570 (($ (-821) (-641 (-1170))) 32)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3208 (((-821) $) 33)) (-4121 (((-641 (-1170)) $) 34)) (-1721 (((-859) $) 31)) (-2853 (((-112) $ $) NIL)))
-(((-822) (-13 (-1094) (-10 -8 (-15 -3208 ((-821) $)) (-15 -4121 ((-641 (-1170)) $)) (-15 -2570 ($ (-821) (-641 (-1170))))))) (T -822))
-((-3208 (*1 *2 *1) (-12 (-5 *2 (-821)) (-5 *1 (-822)))) (-4121 (*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-822)))) (-2570 (*1 *1 *2 *3) (-12 (-5 *2 (-821)) (-5 *3 (-641 (-1170))) (-5 *1 (-822)))))
-(-13 (-1094) (-10 -8 (-15 -3208 ((-821) $)) (-15 -4121 ((-641 (-1170)) $)) (-15 -2570 ($ (-821) (-641 (-1170))))))
-((-3930 (((-1264) (-819) (-316 |#1|) (-112)) 24) (((-1264) (-819) (-316 |#1|)) 90) (((-1152) (-316 |#1|) (-112)) 89) (((-1152) (-316 |#1|)) 88)))
-(((-823 |#1|) (-10 -7 (-15 -3930 ((-1152) (-316 |#1|))) (-15 -3930 ((-1152) (-316 |#1|) (-112))) (-15 -3930 ((-1264) (-819) (-316 |#1|))) (-15 -3930 ((-1264) (-819) (-316 |#1|) (-112)))) (-13 (-825) (-847) (-1046))) (T -823))
-((-3930 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-819)) (-5 *4 (-316 *6)) (-5 *5 (-112)) (-4 *6 (-13 (-825) (-847) (-1046))) (-5 *2 (-1264)) (-5 *1 (-823 *6)))) (-3930 (*1 *2 *3 *4) (-12 (-5 *3 (-819)) (-5 *4 (-316 *5)) (-4 *5 (-13 (-825) (-847) (-1046))) (-5 *2 (-1264)) (-5 *1 (-823 *5)))) (-3930 (*1 *2 *3 *4) (-12 (-5 *3 (-316 *5)) (-5 *4 (-112)) (-4 *5 (-13 (-825) (-847) (-1046))) (-5 *2 (-1152)) (-5 *1 (-823 *5)))) (-3930 (*1 *2 *3) (-12 (-5 *3 (-316 *4)) (-4 *4 (-13 (-825) (-847) (-1046))) (-5 *2 (-1152)) (-5 *1 (-823 *4)))))
-(-10 -7 (-15 -3930 ((-1152) (-316 |#1|))) (-15 -3930 ((-1152) (-316 |#1|) (-112))) (-15 -3930 ((-1264) (-819) (-316 |#1|))) (-15 -3930 ((-1264) (-819) (-316 |#1|) (-112))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3000 ((|#1| $) 10)) (-1678 (($ |#1|) 9)) (-3282 (((-112) $) NIL)) (-4132 (($ |#2| (-768)) NIL)) (-1696 (((-768) $) NIL)) (-4292 ((|#2| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1795 (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-4341 (((-768) $) NIL)) (-1721 (((-859) $) 17) (($ (-564)) NIL) (($ |#2|) NIL (|has| |#2| (-172)))) (-1346 ((|#2| $ (-768)) NIL)) (-1303 (((-768)) NIL T CONST)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 12) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-824 |#1| |#2|) (-13 (-705 |#2|) (-10 -8 (IF (|has| |#1| (-233)) (-6 (-233)) |%noBranch|) (-15 -1678 ($ |#1|)) (-15 -3000 (|#1| $)))) (-705 |#2|) (-1046)) (T -824))
-((-1678 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-824 *2 *3)) (-4 *2 (-705 *3)))) (-3000 (*1 *2 *1) (-12 (-4 *2 (-705 *3)) (-5 *1 (-824 *2 *3)) (-4 *3 (-1046)))))
-(-13 (-705 |#2|) (-10 -8 (IF (|has| |#1| (-233)) (-6 (-233)) |%noBranch|) (-15 -1678 ($ |#1|)) (-15 -3000 (|#1| $))))
-((-3930 (((-1264) (-819) $ (-112)) 9) (((-1264) (-819) $) 8) (((-1152) $ (-112)) 7) (((-1152) $) 6)))
+((-2971 (($ (-1114)) 7)) (-1928 (((-112) $ (-1152) (-1114)) 15)) (-3259 (((-819) $) 12)) (-3672 (((-819) $) 11)) (-1329 (((-1264) $) 9)) (-4174 (((-112) $ (-1114)) 16)))
+(((-818) (-10 -8 (-15 -2971 ($ (-1114))) (-15 -1329 ((-1264) $)) (-15 -3672 ((-819) $)) (-15 -3259 ((-819) $)) (-15 -1928 ((-112) $ (-1152) (-1114))) (-15 -4174 ((-112) $ (-1114))))) (T -818))
+((-4174 (*1 *2 *1 *3) (-12 (-5 *3 (-1114)) (-5 *2 (-112)) (-5 *1 (-818)))) (-1928 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-1114)) (-5 *2 (-112)) (-5 *1 (-818)))) (-3259 (*1 *2 *1) (-12 (-5 *2 (-819)) (-5 *1 (-818)))) (-3672 (*1 *2 *1) (-12 (-5 *2 (-819)) (-5 *1 (-818)))) (-1329 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-818)))) (-2971 (*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-818)))))
+(-10 -8 (-15 -2971 ($ (-1114))) (-15 -1329 ((-1264) $)) (-15 -3672 ((-819) $)) (-15 -3259 ((-819) $)) (-15 -1928 ((-112) $ (-1152) (-1114))) (-15 -4174 ((-112) $ (-1114))))
+((-2335 (((-1264) $ (-820)) 12)) (-1611 (((-1264) $ (-1170)) 32)) (-3037 (((-1264) $ (-1152) (-1152)) 34)) (-3619 (((-1264) $ (-1152)) 33)) (-1660 (((-1264) $) 19)) (-3680 (((-1264) $ (-564)) 28)) (-2446 (((-1264) $ (-225)) 30)) (-2737 (((-1264) $) 18)) (-1683 (((-1264) $) 26)) (-1318 (((-1264) $) 25)) (-4040 (((-1264) $) 23)) (-1429 (((-1264) $) 24)) (-2887 (((-1264) $) 22)) (-1658 (((-1264) $) 21)) (-1766 (((-1264) $) 20)) (-1545 (((-1264) $) 16)) (-2318 (((-1264) $) 17)) (-3634 (((-1264) $) 15)) (-1562 (((-1264) $) 14)) (-4126 (((-1264) $) 13)) (-3786 (($ (-1152) (-820)) 9)) (-1450 (($ (-1152) (-1152) (-820)) 8)) (-2280 (((-1170) $) 51)) (-1897 (((-1170) $) 55)) (-2606 (((-2 (|:| |cd| (-1152)) (|:| -1316 (-1152))) $) 54)) (-3381 (((-1152) $) 52)) (-2048 (((-1264) $) 41)) (-1296 (((-564) $) 49)) (-2841 (((-225) $) 50)) (-4374 (((-1264) $) 40)) (-2191 (((-1264) $) 48)) (-2274 (((-1264) $) 47)) (-3897 (((-1264) $) 45)) (-1600 (((-1264) $) 46)) (-4166 (((-1264) $) 44)) (-3831 (((-1264) $) 43)) (-3551 (((-1264) $) 42)) (-2366 (((-1264) $) 38)) (-2698 (((-1264) $) 39)) (-1633 (((-1264) $) 37)) (-3023 (((-1264) $) 36)) (-3079 (((-1264) $) 35)) (-1761 (((-1264) $) 11)))
+(((-819) (-10 -8 (-15 -1450 ($ (-1152) (-1152) (-820))) (-15 -3786 ($ (-1152) (-820))) (-15 -1761 ((-1264) $)) (-15 -2335 ((-1264) $ (-820))) (-15 -4126 ((-1264) $)) (-15 -1562 ((-1264) $)) (-15 -3634 ((-1264) $)) (-15 -1545 ((-1264) $)) (-15 -2318 ((-1264) $)) (-15 -2737 ((-1264) $)) (-15 -1660 ((-1264) $)) (-15 -1766 ((-1264) $)) (-15 -1658 ((-1264) $)) (-15 -2887 ((-1264) $)) (-15 -4040 ((-1264) $)) (-15 -1429 ((-1264) $)) (-15 -1318 ((-1264) $)) (-15 -1683 ((-1264) $)) (-15 -3680 ((-1264) $ (-564))) (-15 -2446 ((-1264) $ (-225))) (-15 -1611 ((-1264) $ (-1170))) (-15 -3619 ((-1264) $ (-1152))) (-15 -3037 ((-1264) $ (-1152) (-1152))) (-15 -3079 ((-1264) $)) (-15 -3023 ((-1264) $)) (-15 -1633 ((-1264) $)) (-15 -2366 ((-1264) $)) (-15 -2698 ((-1264) $)) (-15 -4374 ((-1264) $)) (-15 -2048 ((-1264) $)) (-15 -3551 ((-1264) $)) (-15 -3831 ((-1264) $)) (-15 -4166 ((-1264) $)) (-15 -3897 ((-1264) $)) (-15 -1600 ((-1264) $)) (-15 -2274 ((-1264) $)) (-15 -2191 ((-1264) $)) (-15 -1296 ((-564) $)) (-15 -2841 ((-225) $)) (-15 -2280 ((-1170) $)) (-15 -3381 ((-1152) $)) (-15 -2606 ((-2 (|:| |cd| (-1152)) (|:| -1316 (-1152))) $)) (-15 -1897 ((-1170) $)))) (T -819))
+((-1897 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-819)))) (-2606 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1152)) (|:| -1316 (-1152)))) (-5 *1 (-819)))) (-3381 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-819)))) (-2280 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-819)))) (-2841 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-819)))) (-1296 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-819)))) (-2191 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2274 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1600 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3897 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-4166 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3831 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3551 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2048 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-4374 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2698 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2366 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1633 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3023 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3079 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3037 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-3619 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-1611 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-2446 (*1 *2 *1 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-3680 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-1683 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1318 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1429 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-4040 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2887 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1658 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1766 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1660 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2737 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2318 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1545 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3634 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-1562 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-4126 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-2335 (*1 *2 *1 *3) (-12 (-5 *3 (-820)) (-5 *2 (-1264)) (-5 *1 (-819)))) (-1761 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))) (-3786 (*1 *1 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-820)) (-5 *1 (-819)))) (-1450 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-820)) (-5 *1 (-819)))))
+(-10 -8 (-15 -1450 ($ (-1152) (-1152) (-820))) (-15 -3786 ($ (-1152) (-820))) (-15 -1761 ((-1264) $)) (-15 -2335 ((-1264) $ (-820))) (-15 -4126 ((-1264) $)) (-15 -1562 ((-1264) $)) (-15 -3634 ((-1264) $)) (-15 -1545 ((-1264) $)) (-15 -2318 ((-1264) $)) (-15 -2737 ((-1264) $)) (-15 -1660 ((-1264) $)) (-15 -1766 ((-1264) $)) (-15 -1658 ((-1264) $)) (-15 -2887 ((-1264) $)) (-15 -4040 ((-1264) $)) (-15 -1429 ((-1264) $)) (-15 -1318 ((-1264) $)) (-15 -1683 ((-1264) $)) (-15 -3680 ((-1264) $ (-564))) (-15 -2446 ((-1264) $ (-225))) (-15 -1611 ((-1264) $ (-1170))) (-15 -3619 ((-1264) $ (-1152))) (-15 -3037 ((-1264) $ (-1152) (-1152))) (-15 -3079 ((-1264) $)) (-15 -3023 ((-1264) $)) (-15 -1633 ((-1264) $)) (-15 -2366 ((-1264) $)) (-15 -2698 ((-1264) $)) (-15 -4374 ((-1264) $)) (-15 -2048 ((-1264) $)) (-15 -3551 ((-1264) $)) (-15 -3831 ((-1264) $)) (-15 -4166 ((-1264) $)) (-15 -3897 ((-1264) $)) (-15 -1600 ((-1264) $)) (-15 -2274 ((-1264) $)) (-15 -2191 ((-1264) $)) (-15 -1296 ((-564) $)) (-15 -2841 ((-225) $)) (-15 -2280 ((-1170) $)) (-15 -3381 ((-1152) $)) (-15 -2606 ((-2 (|:| |cd| (-1152)) (|:| -1316 (-1152))) $)) (-15 -1897 ((-1170) $)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 13)) (-1643 (($) 16)) (-1953 (($) 14)) (-4267 (($) 17)) (-3152 (($) 15)) (-1702 (((-112) $ $) 9)))
+(((-820) (-13 (-1094) (-10 -8 (-15 -1953 ($)) (-15 -1643 ($)) (-15 -4267 ($)) (-15 -3152 ($))))) (T -820))
+((-1953 (*1 *1) (-5 *1 (-820))) (-1643 (*1 *1) (-5 *1 (-820))) (-4267 (*1 *1) (-5 *1 (-820))) (-3152 (*1 *1) (-5 *1 (-820))))
+(-13 (-1094) (-10 -8 (-15 -1953 ($)) (-15 -1643 ($)) (-15 -4267 ($)) (-15 -3152 ($))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 23) (($ (-1170)) 19)) (-4365 (((-112) $) 10)) (-1361 (((-112) $) 9)) (-1868 (((-112) $) 11)) (-1787 (((-112) $) 8)) (-1702 (((-112) $ $) 21)))
+(((-821) (-13 (-1094) (-10 -8 (-15 -1831 ($ (-1170))) (-15 -1787 ((-112) $)) (-15 -1361 ((-112) $)) (-15 -4365 ((-112) $)) (-15 -1868 ((-112) $))))) (T -821))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-821)))) (-1787 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))) (-1361 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))) (-4365 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))) (-1868 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))))
+(-13 (-1094) (-10 -8 (-15 -1831 ($ (-1170))) (-15 -1787 ((-112) $)) (-15 -1361 ((-112) $)) (-15 -4365 ((-112) $)) (-15 -1868 ((-112) $))))
+((-1817 (((-112) $ $) NIL)) (-2269 (($ (-821) (-641 (-1170))) 32)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3473 (((-821) $) 33)) (-1359 (((-641 (-1170)) $) 34)) (-1831 (((-859) $) 31)) (-1702 (((-112) $ $) NIL)))
+(((-822) (-13 (-1094) (-10 -8 (-15 -3473 ((-821) $)) (-15 -1359 ((-641 (-1170)) $)) (-15 -2269 ($ (-821) (-641 (-1170))))))) (T -822))
+((-3473 (*1 *2 *1) (-12 (-5 *2 (-821)) (-5 *1 (-822)))) (-1359 (*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-822)))) (-2269 (*1 *1 *2 *3) (-12 (-5 *2 (-821)) (-5 *3 (-641 (-1170))) (-5 *1 (-822)))))
+(-13 (-1094) (-10 -8 (-15 -3473 ((-821) $)) (-15 -1359 ((-641 (-1170)) $)) (-15 -2269 ($ (-821) (-641 (-1170))))))
+((-3213 (((-1264) (-819) (-316 |#1|) (-112)) 24) (((-1264) (-819) (-316 |#1|)) 90) (((-1152) (-316 |#1|) (-112)) 89) (((-1152) (-316 |#1|)) 88)))
+(((-823 |#1|) (-10 -7 (-15 -3213 ((-1152) (-316 |#1|))) (-15 -3213 ((-1152) (-316 |#1|) (-112))) (-15 -3213 ((-1264) (-819) (-316 |#1|))) (-15 -3213 ((-1264) (-819) (-316 |#1|) (-112)))) (-13 (-825) (-847) (-1046))) (T -823))
+((-3213 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-819)) (-5 *4 (-316 *6)) (-5 *5 (-112)) (-4 *6 (-13 (-825) (-847) (-1046))) (-5 *2 (-1264)) (-5 *1 (-823 *6)))) (-3213 (*1 *2 *3 *4) (-12 (-5 *3 (-819)) (-5 *4 (-316 *5)) (-4 *5 (-13 (-825) (-847) (-1046))) (-5 *2 (-1264)) (-5 *1 (-823 *5)))) (-3213 (*1 *2 *3 *4) (-12 (-5 *3 (-316 *5)) (-5 *4 (-112)) (-4 *5 (-13 (-825) (-847) (-1046))) (-5 *2 (-1152)) (-5 *1 (-823 *5)))) (-3213 (*1 *2 *3) (-12 (-5 *3 (-316 *4)) (-4 *4 (-13 (-825) (-847) (-1046))) (-5 *2 (-1152)) (-5 *1 (-823 *4)))))
+(-10 -7 (-15 -3213 ((-1152) (-316 |#1|))) (-15 -3213 ((-1152) (-316 |#1|) (-112))) (-15 -3213 ((-1264) (-819) (-316 |#1|))) (-15 -3213 ((-1264) (-819) (-316 |#1|) (-112))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2001 ((|#1| $) 10)) (-3581 (($ |#1|) 9)) (-2949 (((-112) $) NIL)) (-3186 (($ |#2| (-768)) NIL)) (-1826 (((-768) $) NIL)) (-3370 ((|#2| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3534 (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-1619 (((-768) $) NIL)) (-1831 (((-859) $) 17) (($ (-564)) NIL) (($ |#2|) NIL (|has| |#2| (-172)))) (-2742 ((|#2| $ (-768)) NIL)) (-2219 (((-768)) NIL T CONST)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 12) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-824 |#1| |#2|) (-13 (-705 |#2|) (-10 -8 (IF (|has| |#1| (-233)) (-6 (-233)) |%noBranch|) (-15 -3581 ($ |#1|)) (-15 -2001 (|#1| $)))) (-705 |#2|) (-1046)) (T -824))
+((-3581 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-824 *2 *3)) (-4 *2 (-705 *3)))) (-2001 (*1 *2 *1) (-12 (-4 *2 (-705 *3)) (-5 *1 (-824 *2 *3)) (-4 *3 (-1046)))))
+(-13 (-705 |#2|) (-10 -8 (IF (|has| |#1| (-233)) (-6 (-233)) |%noBranch|) (-15 -3581 ($ |#1|)) (-15 -2001 (|#1| $))))
+((-3213 (((-1264) (-819) $ (-112)) 9) (((-1264) (-819) $) 8) (((-1152) $ (-112)) 7) (((-1152) $) 6)))
(((-825) (-140)) (T -825))
-((-3930 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-825)) (-5 *3 (-819)) (-5 *4 (-112)) (-5 *2 (-1264)))) (-3930 (*1 *2 *3 *1) (-12 (-4 *1 (-825)) (-5 *3 (-819)) (-5 *2 (-1264)))) (-3930 (*1 *2 *1 *3) (-12 (-4 *1 (-825)) (-5 *3 (-112)) (-5 *2 (-1152)))) (-3930 (*1 *2 *1) (-12 (-4 *1 (-825)) (-5 *2 (-1152)))))
-(-13 (-10 -8 (-15 -3930 ((-1152) $)) (-15 -3930 ((-1152) $ (-112))) (-15 -3930 ((-1264) (-819) $)) (-15 -3930 ((-1264) (-819) $ (-112)))))
-((-2209 (((-312) (-1152) (-1152)) 12)) (-3152 (((-112) (-1152) (-1152)) 33)) (-3255 (((-112) (-1152)) 32)) (-1563 (((-52) (-1152)) 25)) (-2624 (((-52) (-1152)) 23)) (-1598 (((-52) (-819)) 17)) (-2036 (((-641 (-1152)) (-1152)) 28)) (-4332 (((-641 (-1152))) 27)))
-(((-826) (-10 -7 (-15 -1598 ((-52) (-819))) (-15 -2624 ((-52) (-1152))) (-15 -1563 ((-52) (-1152))) (-15 -4332 ((-641 (-1152)))) (-15 -2036 ((-641 (-1152)) (-1152))) (-15 -3255 ((-112) (-1152))) (-15 -3152 ((-112) (-1152) (-1152))) (-15 -2209 ((-312) (-1152) (-1152))))) (T -826))
-((-2209 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-826)))) (-3152 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-826)))) (-3255 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-826)))) (-2036 (*1 *2 *3) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-826)) (-5 *3 (-1152)))) (-4332 (*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-826)))) (-1563 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-826)))) (-2624 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-826)))) (-1598 (*1 *2 *3) (-12 (-5 *3 (-819)) (-5 *2 (-52)) (-5 *1 (-826)))))
-(-10 -7 (-15 -1598 ((-52) (-819))) (-15 -2624 ((-52) (-1152))) (-15 -1563 ((-52) (-1152))) (-15 -4332 ((-641 (-1152)))) (-15 -2036 ((-641 (-1152)) (-1152))) (-15 -3255 ((-112) (-1152))) (-15 -3152 ((-112) (-1152) (-1152))) (-15 -2209 ((-312) (-1152) (-1152))))
-((-1709 (((-112) $ $) 19)) (-1749 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-1623 (($ $ $) 72)) (-3331 (((-112) $ $) 73)) (-1729 (((-112) $ (-768)) 8)) (-2268 (($ (-641 |#1|)) 68) (($) 67)) (-4085 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-3176 (($ $) 62)) (-1928 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3537 (($ |#1| $) 47 (|has| $ (-6 -4412))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4412)))) (-3813 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4412)))) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-3539 (((-112) $ $) 64)) (-2575 (((-112) $ (-768)) 9)) (-2766 ((|#1| $) 78)) (-2915 (($ $ $) 81)) (-2057 (($ $ $) 80)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1650 ((|#1| $) 79)) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22)) (-1475 (($ $ $) 69)) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 40) (($ |#1| $ (-768)) 63)) (-4382 (((-1114) $) 21)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-3464 (((-641 (-2 (|:| -3096 |#1|) (|:| -1292 (-768)))) $) 61)) (-2125 (($ $ |#1|) 71) (($ $ $) 70)) (-2710 (($) 49) (($ (-641 |#1|)) 48)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 50)) (-1721 (((-859) $) 18)) (-4081 (($ (-641 |#1|)) 66) (($) 65)) (-1959 (($ (-641 |#1|)) 42)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20)) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-3213 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-825)) (-5 *3 (-819)) (-5 *4 (-112)) (-5 *2 (-1264)))) (-3213 (*1 *2 *3 *1) (-12 (-4 *1 (-825)) (-5 *3 (-819)) (-5 *2 (-1264)))) (-3213 (*1 *2 *1 *3) (-12 (-4 *1 (-825)) (-5 *3 (-112)) (-5 *2 (-1152)))) (-3213 (*1 *2 *1) (-12 (-4 *1 (-825)) (-5 *2 (-1152)))))
+(-13 (-10 -8 (-15 -3213 ((-1152) $)) (-15 -3213 ((-1152) $ (-112))) (-15 -3213 ((-1264) (-819) $)) (-15 -3213 ((-1264) (-819) $ (-112)))))
+((-2996 (((-312) (-1152) (-1152)) 12)) (-4130 (((-112) (-1152) (-1152)) 33)) (-2700 (((-112) (-1152)) 32)) (-3071 (((-52) (-1152)) 25)) (-1593 (((-52) (-1152)) 23)) (-2151 (((-52) (-819)) 17)) (-1856 (((-641 (-1152)) (-1152)) 28)) (-1533 (((-641 (-1152))) 27)))
+(((-826) (-10 -7 (-15 -2151 ((-52) (-819))) (-15 -1593 ((-52) (-1152))) (-15 -3071 ((-52) (-1152))) (-15 -1533 ((-641 (-1152)))) (-15 -1856 ((-641 (-1152)) (-1152))) (-15 -2700 ((-112) (-1152))) (-15 -4130 ((-112) (-1152) (-1152))) (-15 -2996 ((-312) (-1152) (-1152))))) (T -826))
+((-2996 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-826)))) (-4130 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-826)))) (-2700 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-826)))) (-1856 (*1 *2 *3) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-826)) (-5 *3 (-1152)))) (-1533 (*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-826)))) (-3071 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-826)))) (-1593 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-826)))) (-2151 (*1 *2 *3) (-12 (-5 *3 (-819)) (-5 *2 (-52)) (-5 *1 (-826)))))
+(-10 -7 (-15 -2151 ((-52) (-819))) (-15 -1593 ((-52) (-1152))) (-15 -3071 ((-52) (-1152))) (-15 -1533 ((-641 (-1152)))) (-15 -1856 ((-641 (-1152)) (-1152))) (-15 -2700 ((-112) (-1152))) (-15 -4130 ((-112) (-1152) (-1152))) (-15 -2996 ((-312) (-1152) (-1152))))
+((-1817 (((-112) $ $) 19)) (-3650 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-2396 (($ $ $) 72)) (-2172 (((-112) $ $) 73)) (-4010 (((-112) $ (-768)) 8)) (-3810 (($ (-641 |#1|)) 68) (($) 67)) (-4145 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-4341 (($ $) 62)) (-3337 (($ $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3644 (($ |#1| $) 47 (|has| $ (-6 -4406))) (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4406)))) (-2576 (($ |#1| $) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 54 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4406)))) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3668 (((-112) $ $) 64)) (-2324 (((-112) $ (-768)) 9)) (-1925 ((|#1| $) 78)) (-2429 (($ $ $) 81)) (-3956 (($ $ $) 80)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3375 ((|#1| $) 79)) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22)) (-3425 (($ $ $) 69)) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 40) (($ |#1| $ (-768)) 63)) (-2780 (((-1114) $) 21)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 51)) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-4096 (((-641 (-2 (|:| -1389 |#1|) (|:| -2791 (-768)))) $) 61)) (-3405 (($ $ |#1|) 71) (($ $ $) 70)) (-4232 (($) 49) (($ (-641 |#1|)) 48)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 59 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 50)) (-1831 (((-859) $) 18)) (-3131 (($ (-641 |#1|)) 66) (($) 65)) (-2321 (($ (-641 |#1|)) 42)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20)) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-827 |#1|) (-140) (-847)) (T -827))
-((-2766 (*1 *2 *1) (-12 (-4 *1 (-827 *2)) (-4 *2 (-847)))))
-(-13 (-733 |t#1|) (-965 |t#1|) (-10 -8 (-15 -2766 (|t#1| $))))
+((-1925 (*1 *2 *1) (-12 (-4 *1 (-827 *2)) (-4 *2 (-847)))))
+(-13 (-733 |t#1|) (-965 |t#1|) (-10 -8 (-15 -1925 (|t#1| $))))
(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-611 (-859)) . T) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-235 |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-691 |#1|) . T) ((-733 |#1|) . T) ((-965 |#1|) . T) ((-1092 |#1|) . T) ((-1094) . T) ((-1209) . T))
-((-3261 (((-1264) (-1114) (-1114)) 48)) (-3758 (((-1264) (-818) (-52)) 45)) (-2322 (((-52) (-818)) 16)))
-(((-828) (-10 -7 (-15 -2322 ((-52) (-818))) (-15 -3758 ((-1264) (-818) (-52))) (-15 -3261 ((-1264) (-1114) (-1114))))) (T -828))
-((-3261 (*1 *2 *3 *3) (-12 (-5 *3 (-1114)) (-5 *2 (-1264)) (-5 *1 (-828)))) (-3758 (*1 *2 *3 *4) (-12 (-5 *3 (-818)) (-5 *4 (-52)) (-5 *2 (-1264)) (-5 *1 (-828)))) (-2322 (*1 *2 *3) (-12 (-5 *3 (-818)) (-5 *2 (-52)) (-5 *1 (-828)))))
-(-10 -7 (-15 -2322 ((-52) (-818))) (-15 -3758 ((-1264) (-818) (-52))) (-15 -3261 ((-1264) (-1114) (-1114))))
-((-2110 (((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|) (-830 |#2|)) 12) (((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|)) 13)))
-(((-829 |#1| |#2|) (-10 -7 (-15 -2110 ((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|))) (-15 -2110 ((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|) (-830 |#2|)))) (-1094) (-1094)) (T -829))
-((-2110 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-830 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-830 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *1 (-829 *5 *6)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-830 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-830 *6)) (-5 *1 (-829 *5 *6)))))
-(-10 -7 (-15 -2110 ((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|))) (-15 -2110 ((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|) (-830 |#2|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL (|has| |#1| (-21)))) (-2071 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-1672 (((-564) $) NIL (|has| |#1| (-845)))) (-1692 (($) NIL (|has| |#1| (-21)) CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 15)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 9)) (-3233 (((-3 $ "failed") $) 42 (|has| |#1| (-845)))) (-2242 (((-3 (-407 (-564)) "failed") $) 52 (|has| |#1| (-545)))) (-2260 (((-112) $) 46 (|has| |#1| (-545)))) (-3600 (((-407 (-564)) $) 49 (|has| |#1| (-545)))) (-2955 (((-112) $) NIL (|has| |#1| (-845)))) (-3282 (((-112) $) NIL (|has| |#1| (-845)))) (-1515 (((-112) $) NIL (|has| |#1| (-845)))) (-2766 (($ $ $) NIL (|has| |#1| (-845)))) (-1650 (($ $ $) NIL (|has| |#1| (-845)))) (-2811 (((-1152) $) NIL)) (-2691 (($) 13)) (-1651 (((-112) $) 12)) (-4382 (((-1114) $) NIL)) (-3655 (((-112) $) 11)) (-1721 (((-859) $) 18) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) 8) (($ (-564)) NIL (-2713 (|has| |#1| (-845)) (|has| |#1| (-1035 (-564)))))) (-1303 (((-768)) 36 (|has| |#1| (-845)) CONST)) (-1699 (($ $) NIL (|has| |#1| (-845)))) (-2885 (($) 23 (|has| |#1| (-21)) CONST)) (-2898 (($) 33 (|has| |#1| (-845)) CONST)) (-2920 (((-112) $ $) NIL (|has| |#1| (-845)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-845)))) (-2853 (((-112) $ $) 21)) (-2908 (((-112) $ $) NIL (|has| |#1| (-845)))) (-2880 (((-112) $ $) 45 (|has| |#1| (-845)))) (-2970 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 29 (|has| |#1| (-21)))) (-2956 (($ $ $) 31 (|has| |#1| (-21)))) (** (($ $ (-918)) NIL (|has| |#1| (-845))) (($ $ (-768)) NIL (|has| |#1| (-845)))) (* (($ $ $) 39 (|has| |#1| (-845))) (($ (-564) $) 27 (|has| |#1| (-21))) (($ (-768) $) NIL (|has| |#1| (-21))) (($ (-918) $) NIL (|has| |#1| (-21)))))
-(((-830 |#1|) (-13 (-1094) (-411 |#1|) (-10 -8 (-15 -2691 ($)) (-15 -3655 ((-112) $)) (-15 -1651 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2260 ((-112) $)) (-15 -3600 ((-407 (-564)) $)) (-15 -2242 ((-3 (-407 (-564)) "failed") $))) |%noBranch|))) (-1094)) (T -830))
-((-2691 (*1 *1) (-12 (-5 *1 (-830 *2)) (-4 *2 (-1094)))) (-3655 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-1094)))) (-1651 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-1094)))) (-2260 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))) (-3600 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-830 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))) (-2242 (*1 *2 *1) (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-830 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))))
-(-13 (-1094) (-411 |#1|) (-10 -8 (-15 -2691 ($)) (-15 -3655 ((-112) $)) (-15 -1651 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2260 ((-112) $)) (-15 -3600 ((-407 (-564)) $)) (-15 -2242 ((-3 (-407 (-564)) "failed") $))) |%noBranch|)))
-((-1721 (((-859) $) 11)))
-(((-831 |#1| |#2|) (-10 -8 (-15 -1721 ((-859) |#1|))) (-832 |#2|) (-1094)) (T -831))
-NIL
-(-10 -8 (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2540 ((|#1| $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-1627 (((-55) $) 13)) (-2853 (((-112) $ $) 6)))
+((-2754 (((-1264) (-1114) (-1114)) 48)) (-4007 (((-1264) (-818) (-52)) 45)) (-1622 (((-52) (-818)) 16)))
+(((-828) (-10 -7 (-15 -1622 ((-52) (-818))) (-15 -4007 ((-1264) (-818) (-52))) (-15 -2754 ((-1264) (-1114) (-1114))))) (T -828))
+((-2754 (*1 *2 *3 *3) (-12 (-5 *3 (-1114)) (-5 *2 (-1264)) (-5 *1 (-828)))) (-4007 (*1 *2 *3 *4) (-12 (-5 *3 (-818)) (-5 *4 (-52)) (-5 *2 (-1264)) (-5 *1 (-828)))) (-1622 (*1 *2 *3) (-12 (-5 *3 (-818)) (-5 *2 (-52)) (-5 *1 (-828)))))
+(-10 -7 (-15 -1622 ((-52) (-818))) (-15 -4007 ((-1264) (-818) (-52))) (-15 -2754 ((-1264) (-1114) (-1114))))
+((-2449 (((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|) (-830 |#2|)) 12) (((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|)) 13)))
+(((-829 |#1| |#2|) (-10 -7 (-15 -2449 ((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|))) (-15 -2449 ((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|) (-830 |#2|)))) (-1094) (-1094)) (T -829))
+((-2449 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-830 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-830 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *1 (-829 *5 *6)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-830 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-830 *6)) (-5 *1 (-829 *5 *6)))))
+(-10 -7 (-15 -2449 ((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|))) (-15 -2449 ((-830 |#2|) (-1 |#2| |#1|) (-830 |#1|) (-830 |#2|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-21)))) (-4088 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-1598 (((-564) $) NIL (|has| |#1| (-845)))) (-1778 (($) NIL (|has| |#1| (-21)) CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 15)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 9)) (-3733 (((-3 $ "failed") $) 42 (|has| |#1| (-845)))) (-2078 (((-3 (-407 (-564)) "failed") $) 52 (|has| |#1| (-545)))) (-2272 (((-112) $) 46 (|has| |#1| (-545)))) (-3036 (((-407 (-564)) $) 49 (|has| |#1| (-545)))) (-1569 (((-112) $) NIL (|has| |#1| (-845)))) (-2949 (((-112) $) NIL (|has| |#1| (-845)))) (-2607 (((-112) $) NIL (|has| |#1| (-845)))) (-1925 (($ $ $) NIL (|has| |#1| (-845)))) (-3375 (($ $ $) NIL (|has| |#1| (-845)))) (-2723 (((-1152) $) NIL)) (-3726 (($) 13)) (-1382 (((-112) $) 12)) (-2780 (((-1114) $) NIL)) (-2334 (((-112) $) 11)) (-1831 (((-859) $) 18) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) 8) (($ (-564)) NIL (-4078 (|has| |#1| (-845)) (|has| |#1| (-1035 (-564)))))) (-2219 (((-768)) 36 (|has| |#1| (-845)) CONST)) (-1849 (($ $) NIL (|has| |#1| (-845)))) (-1293 (($) 23 (|has| |#1| (-21)) CONST)) (-1300 (($) 33 (|has| |#1| (-845)) CONST)) (-1762 (((-112) $ $) NIL (|has| |#1| (-845)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-845)))) (-1702 (((-112) $ $) 21)) (-1749 (((-112) $ $) NIL (|has| |#1| (-845)))) (-1723 (((-112) $ $) 45 (|has| |#1| (-845)))) (-1808 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 29 (|has| |#1| (-21)))) (-1797 (($ $ $) 31 (|has| |#1| (-21)))) (** (($ $ (-918)) NIL (|has| |#1| (-845))) (($ $ (-768)) NIL (|has| |#1| (-845)))) (* (($ $ $) 39 (|has| |#1| (-845))) (($ (-564) $) 27 (|has| |#1| (-21))) (($ (-768) $) NIL (|has| |#1| (-21))) (($ (-918) $) NIL (|has| |#1| (-21)))))
+(((-830 |#1|) (-13 (-1094) (-411 |#1|) (-10 -8 (-15 -3726 ($)) (-15 -2334 ((-112) $)) (-15 -1382 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2272 ((-112) $)) (-15 -3036 ((-407 (-564)) $)) (-15 -2078 ((-3 (-407 (-564)) "failed") $))) |%noBranch|))) (-1094)) (T -830))
+((-3726 (*1 *1) (-12 (-5 *1 (-830 *2)) (-4 *2 (-1094)))) (-2334 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-1094)))) (-1382 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-1094)))) (-2272 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))) (-3036 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-830 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))) (-2078 (*1 *2 *1) (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-830 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))))
+(-13 (-1094) (-411 |#1|) (-10 -8 (-15 -3726 ($)) (-15 -2334 ((-112) $)) (-15 -1382 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2272 ((-112) $)) (-15 -3036 ((-407 (-564)) $)) (-15 -2078 ((-3 (-407 (-564)) "failed") $))) |%noBranch|)))
+((-1831 (((-859) $) 11)))
+(((-831 |#1| |#2|) (-10 -8 (-15 -1831 ((-859) |#1|))) (-832 |#2|) (-1094)) (T -831))
+NIL
+(-10 -8 (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1316 ((|#1| $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-2450 (((-55) $) 13)) (-1702 (((-112) $ $) 6)))
(((-832 |#1|) (-140) (-1094)) (T -832))
-((-2540 (*1 *2 *1) (-12 (-4 *1 (-832 *2)) (-4 *2 (-1094)))) (-1627 (*1 *2 *1) (-12 (-4 *1 (-832 *3)) (-4 *3 (-1094)) (-5 *2 (-55)))))
-(-13 (-1094) (-10 -8 (-15 -2540 (|t#1| $)) (-15 -1627 ((-55) $))))
+((-1316 (*1 *2 *1) (-12 (-4 *1 (-832 *2)) (-4 *2 (-1094)))) (-2450 (*1 *2 *1) (-12 (-4 *1 (-832 *3)) (-4 *3 (-1094)) (-5 *2 (-55)))))
+(-13 (-1094) (-10 -8 (-15 -1316 (|t#1| $)) (-15 -2450 ((-55) $))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL) (((-3 (-114) "failed") $) NIL)) (-3437 ((|#1| $) NIL) (((-114) $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-1586 ((|#1| (-114) |#1|) NIL)) (-3282 (((-112) $) NIL)) (-3500 (($ |#1| (-361 (-114))) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3207 (($ $ (-1 |#1| |#1|)) NIL)) (-2862 (($ $ (-1 |#1| |#1|)) NIL)) (-2961 ((|#1| $ |#1|) NIL)) (-1951 ((|#1| |#1|) NIL (|has| |#1| (-172)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-114)) NIL)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-3144 (($ $) NIL (|has| |#1| (-172))) (($ $ $) NIL (|has| |#1| (-172)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ (-114) (-564)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
-(((-833 |#1|) (-13 (-1046) (-1035 |#1|) (-1035 (-114)) (-286 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -3144 ($ $)) (-15 -3144 ($ $ $)) (-15 -1951 (|#1| |#1|))) |%noBranch|) (-15 -2862 ($ $ (-1 |#1| |#1|))) (-15 -3207 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-114) (-564))) (-15 ** ($ $ (-564))) (-15 -1586 (|#1| (-114) |#1|)) (-15 -3500 ($ |#1| (-361 (-114)))))) (-1046)) (T -833))
-((-3144 (*1 *1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046)))) (-3144 (*1 *1 *1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046)))) (-1951 (*1 *2 *2) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046)))) (-2862 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-833 *3)))) (-3207 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-833 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-564)) (-5 *1 (-833 *4)) (-4 *4 (-1046)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-833 *3)) (-4 *3 (-1046)))) (-1586 (*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-5 *1 (-833 *2)) (-4 *2 (-1046)))) (-3500 (*1 *1 *2 *3) (-12 (-5 *3 (-361 (-114))) (-5 *1 (-833 *2)) (-4 *2 (-1046)))))
-(-13 (-1046) (-1035 |#1|) (-1035 (-114)) (-286 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -3144 ($ $)) (-15 -3144 ($ $ $)) (-15 -1951 (|#1| |#1|))) |%noBranch|) (-15 -2862 ($ $ (-1 |#1| |#1|))) (-15 -3207 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-114) (-564))) (-15 ** ($ $ (-564))) (-15 -1586 (|#1| (-114) |#1|)) (-15 -3500 ($ |#1| (-361 (-114))))))
-((-3935 (((-214 (-502)) (-1152)) 9)))
-(((-834) (-10 -7 (-15 -3935 ((-214 (-502)) (-1152))))) (T -834))
-((-3935 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-214 (-502))) (-5 *1 (-834)))))
-(-10 -7 (-15 -3935 ((-214 (-502)) (-1152))))
-((-1709 (((-112) $ $) NIL)) (-3309 (((-1112) $) 10)) (-2540 (((-506) $) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1732 (($ (-506) (-1112)) 8)) (-1721 (((-859) $) 25)) (-1627 (((-55) $) 20)) (-2853 (((-112) $ $) 12)))
-(((-835) (-13 (-832 (-506)) (-10 -8 (-15 -3309 ((-1112) $)) (-15 -1732 ($ (-506) (-1112)))))) (T -835))
-((-3309 (*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-835)))) (-1732 (*1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-1112)) (-5 *1 (-835)))))
-(-13 (-832 (-506)) (-10 -8 (-15 -3309 ((-1112) $)) (-15 -1732 ($ (-506) (-1112)))))
-((-1709 (((-112) $ $) 7)) (-3822 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) 14) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 13)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 16) (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) 15)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 6)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL) (((-3 (-114) "failed") $) NIL)) (-2237 ((|#1| $) NIL) (((-114) $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2045 ((|#1| (-114) |#1|) NIL)) (-2949 (((-112) $) NIL)) (-3226 (($ |#1| (-361 (-114))) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3462 (($ $ (-1 |#1| |#1|)) NIL)) (-3157 (($ $ (-1 |#1| |#1|)) NIL)) (-1350 ((|#1| $ |#1|) NIL)) (-2233 ((|#1| |#1|) NIL (|has| |#1| (-172)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-114)) NIL)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-4057 (($ $) NIL (|has| |#1| (-172))) (($ $ $) NIL (|has| |#1| (-172)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ (-114) (-564)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
+(((-833 |#1|) (-13 (-1046) (-1035 |#1|) (-1035 (-114)) (-286 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -4057 ($ $)) (-15 -4057 ($ $ $)) (-15 -2233 (|#1| |#1|))) |%noBranch|) (-15 -3157 ($ $ (-1 |#1| |#1|))) (-15 -3462 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-114) (-564))) (-15 ** ($ $ (-564))) (-15 -2045 (|#1| (-114) |#1|)) (-15 -3226 ($ |#1| (-361 (-114)))))) (-1046)) (T -833))
+((-4057 (*1 *1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046)))) (-4057 (*1 *1 *1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046)))) (-2233 (*1 *2 *2) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046)))) (-3157 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-833 *3)))) (-3462 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-833 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-564)) (-5 *1 (-833 *4)) (-4 *4 (-1046)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-833 *3)) (-4 *3 (-1046)))) (-2045 (*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-5 *1 (-833 *2)) (-4 *2 (-1046)))) (-3226 (*1 *1 *2 *3) (-12 (-5 *3 (-361 (-114))) (-5 *1 (-833 *2)) (-4 *2 (-1046)))))
+(-13 (-1046) (-1035 |#1|) (-1035 (-114)) (-286 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -4057 ($ $)) (-15 -4057 ($ $ $)) (-15 -2233 (|#1| |#1|))) |%noBranch|) (-15 -3157 ($ $ (-1 |#1| |#1|))) (-15 -3462 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-114) (-564))) (-15 ** ($ $ (-564))) (-15 -2045 (|#1| (-114) |#1|)) (-15 -3226 ($ |#1| (-361 (-114))))))
+((-2038 (((-214 (-502)) (-1152)) 9)))
+(((-834) (-10 -7 (-15 -2038 ((-214 (-502)) (-1152))))) (T -834))
+((-2038 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-214 (-502))) (-5 *1 (-834)))))
+(-10 -7 (-15 -2038 ((-214 (-502)) (-1152))))
+((-1817 (((-112) $ $) NIL)) (-3080 (((-1112) $) 10)) (-1316 (((-506) $) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1842 (($ (-506) (-1112)) 8)) (-1831 (((-859) $) 25)) (-2450 (((-55) $) 20)) (-1702 (((-112) $ $) 12)))
+(((-835) (-13 (-832 (-506)) (-10 -8 (-15 -3080 ((-1112) $)) (-15 -1842 ($ (-506) (-1112)))))) (T -835))
+((-3080 (*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-835)))) (-1842 (*1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-1112)) (-5 *1 (-835)))))
+(-13 (-832 (-506)) (-10 -8 (-15 -3080 ((-1112) $)) (-15 -1842 ($ (-506) (-1112)))))
+((-1817 (((-112) $ $) 7)) (-3407 (((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) 14) (((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 13)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 16) (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) 15)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 6)))
(((-836) (-140)) (T -836))
-((-1335 (*1 *2 *3 *4) (-12 (-4 *1 (-836)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (-5 *2 (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)))))) (-1335 (*1 *2 *3 *4) (-12 (-4 *1 (-836)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) (-5 *2 (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)))))) (-3822 (*1 *2 *3) (-12 (-4 *1 (-836)) (-5 *3 (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) (-5 *2 (-1032)))) (-3822 (*1 *2 *3) (-12 (-4 *1 (-836)) (-5 *3 (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (-5 *2 (-1032)))))
-(-13 (-1094) (-10 -7 (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) (-15 -3822 ((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) (-15 -3822 ((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))))))
+((-2620 (*1 *2 *3 *4) (-12 (-4 *1 (-836)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (-5 *2 (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)))))) (-2620 (*1 *2 *3 *4) (-12 (-4 *1 (-836)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) (-5 *2 (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)))))) (-3407 (*1 *2 *3) (-12 (-4 *1 (-836)) (-5 *3 (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) (-5 *2 (-1032)))) (-3407 (*1 *2 *3) (-12 (-4 *1 (-836)) (-5 *3 (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (-5 *2 (-1032)))))
+(-13 (-1094) (-10 -7 (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) (-15 -3407 ((-1032) (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) (-15 -3407 ((-1032) (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-2384 (((-1032) (-641 (-316 (-379))) (-641 (-379))) 169) (((-1032) (-316 (-379)) (-641 (-379))) 167) (((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-840 (-379)))) 165) (((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-316 (-379))) (-641 (-840 (-379)))) 163) (((-1032) (-838)) 128) (((-1032) (-838) (-1058)) 127)) (-1335 (((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838) (-1058)) 88) (((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838)) 90)) (-3316 (((-1032) (-641 (-316 (-379))) (-641 (-379))) 170) (((-1032) (-838)) 153)))
-(((-837) (-10 -7 (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838) (-1058))) (-15 -2384 ((-1032) (-838) (-1058))) (-15 -2384 ((-1032) (-838))) (-15 -3316 ((-1032) (-838))) (-15 -2384 ((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-316 (-379))) (-641 (-840 (-379))))) (-15 -2384 ((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-840 (-379))))) (-15 -2384 ((-1032) (-316 (-379)) (-641 (-379)))) (-15 -2384 ((-1032) (-641 (-316 (-379))) (-641 (-379)))) (-15 -3316 ((-1032) (-641 (-316 (-379))) (-641 (-379)))))) (T -837))
-((-3316 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-316 (-379)))) (-5 *4 (-641 (-379))) (-5 *2 (-1032)) (-5 *1 (-837)))) (-2384 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-316 (-379)))) (-5 *4 (-641 (-379))) (-5 *2 (-1032)) (-5 *1 (-837)))) (-2384 (*1 *2 *3 *4) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-379))) (-5 *2 (-1032)) (-5 *1 (-837)))) (-2384 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-379))) (-5 *5 (-641 (-840 (-379)))) (-5 *2 (-1032)) (-5 *1 (-837)))) (-2384 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-641 (-379))) (-5 *5 (-641 (-840 (-379)))) (-5 *6 (-641 (-316 (-379)))) (-5 *3 (-316 (-379))) (-5 *2 (-1032)) (-5 *1 (-837)))) (-3316 (*1 *2 *3) (-12 (-5 *3 (-838)) (-5 *2 (-1032)) (-5 *1 (-837)))) (-2384 (*1 *2 *3) (-12 (-5 *3 (-838)) (-5 *2 (-1032)) (-5 *1 (-837)))) (-2384 (*1 *2 *3 *4) (-12 (-5 *3 (-838)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-837)))) (-1335 (*1 *2 *3 *4) (-12 (-5 *3 (-838)) (-5 *4 (-1058)) (-5 *2 (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-837)))) (-1335 (*1 *2 *3) (-12 (-5 *3 (-838)) (-5 *2 (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-837)))))
-(-10 -7 (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838) (-1058))) (-15 -2384 ((-1032) (-838) (-1058))) (-15 -2384 ((-1032) (-838))) (-15 -3316 ((-1032) (-838))) (-15 -2384 ((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-316 (-379))) (-641 (-840 (-379))))) (-15 -2384 ((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-840 (-379))))) (-15 -2384 ((-1032) (-316 (-379)) (-641 (-379)))) (-15 -2384 ((-1032) (-641 (-316 (-379))) (-641 (-379)))) (-15 -3316 ((-1032) (-641 (-316 (-379))) (-641 (-379)))))
-((-1709 (((-112) $ $) NIL)) (-3437 (((-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) $) 21)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 20) (($ (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 14) (($ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) 16) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))))) 18)) (-2853 (((-112) $ $) NIL)))
-(((-838) (-13 (-1094) (-10 -8 (-15 -1721 ($ (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))))) (-15 -1721 ($ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) (-15 -1721 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))))) (-15 -3437 ((-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) $))))) (T -838))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (-5 *1 (-838)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))) (-5 *1 (-838)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))))) (-5 *1 (-838)))) (-3437 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225))))))) (-5 *1 (-838)))))
-(-13 (-1094) (-10 -8 (-15 -1721 ($ (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))))) (-15 -1721 ($ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) (-15 -1721 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))))) (-15 -3437 ((-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))) $))))
-((-2110 (((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|) (-840 |#2|) (-840 |#2|)) 13) (((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|)) 14)))
-(((-839 |#1| |#2|) (-10 -7 (-15 -2110 ((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|))) (-15 -2110 ((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|) (-840 |#2|) (-840 |#2|)))) (-1094) (-1094)) (T -839))
-((-2110 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-840 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-840 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *1 (-839 *5 *6)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-840 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-840 *6)) (-5 *1 (-839 *5 *6)))))
-(-10 -7 (-15 -2110 ((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|))) (-15 -2110 ((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|) (-840 |#2|) (-840 |#2|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL (|has| |#1| (-21)))) (-1668 (((-1114) $) 31)) (-2071 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-1672 (((-564) $) NIL (|has| |#1| (-845)))) (-1692 (($) NIL (|has| |#1| (-21)) CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 18)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 9)) (-3233 (((-3 $ "failed") $) 55 (|has| |#1| (-845)))) (-2242 (((-3 (-407 (-564)) "failed") $) 62 (|has| |#1| (-545)))) (-2260 (((-112) $) 57 (|has| |#1| (-545)))) (-3600 (((-407 (-564)) $) 60 (|has| |#1| (-545)))) (-2955 (((-112) $) NIL (|has| |#1| (-845)))) (-2827 (($) 14)) (-3282 (((-112) $) NIL (|has| |#1| (-845)))) (-1515 (((-112) $) NIL (|has| |#1| (-845)))) (-2839 (($) 16)) (-2766 (($ $ $) NIL (|has| |#1| (-845)))) (-1650 (($ $ $) NIL (|has| |#1| (-845)))) (-2811 (((-1152) $) NIL)) (-1651 (((-112) $) 12)) (-4382 (((-1114) $) NIL)) (-3655 (((-112) $) 11)) (-1721 (((-859) $) 24) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) 8) (($ (-564)) NIL (-2713 (|has| |#1| (-845)) (|has| |#1| (-1035 (-564)))))) (-1303 (((-768)) 49 (|has| |#1| (-845)) CONST)) (-1699 (($ $) NIL (|has| |#1| (-845)))) (-2885 (($) 36 (|has| |#1| (-21)) CONST)) (-2898 (($) 46 (|has| |#1| (-845)) CONST)) (-2920 (((-112) $ $) NIL (|has| |#1| (-845)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-845)))) (-2853 (((-112) $ $) 34)) (-2908 (((-112) $ $) NIL (|has| |#1| (-845)))) (-2880 (((-112) $ $) 56 (|has| |#1| (-845)))) (-2970 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 42 (|has| |#1| (-21)))) (-2956 (($ $ $) 44 (|has| |#1| (-21)))) (** (($ $ (-918)) NIL (|has| |#1| (-845))) (($ $ (-768)) NIL (|has| |#1| (-845)))) (* (($ $ $) 52 (|has| |#1| (-845))) (($ (-564) $) 40 (|has| |#1| (-21))) (($ (-768) $) NIL (|has| |#1| (-21))) (($ (-918) $) NIL (|has| |#1| (-21)))))
-(((-840 |#1|) (-13 (-1094) (-411 |#1|) (-10 -8 (-15 -2827 ($)) (-15 -2839 ($)) (-15 -3655 ((-112) $)) (-15 -1651 ((-112) $)) (-15 -1668 ((-1114) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2260 ((-112) $)) (-15 -3600 ((-407 (-564)) $)) (-15 -2242 ((-3 (-407 (-564)) "failed") $))) |%noBranch|))) (-1094)) (T -840))
-((-2827 (*1 *1) (-12 (-5 *1 (-840 *2)) (-4 *2 (-1094)))) (-2839 (*1 *1) (-12 (-5 *1 (-840 *2)) (-4 *2 (-1094)))) (-3655 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))) (-1651 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))) (-1668 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))) (-2260 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))) (-3600 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-840 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))) (-2242 (*1 *2 *1) (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-840 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))))
-(-13 (-1094) (-411 |#1|) (-10 -8 (-15 -2827 ($)) (-15 -2839 ($)) (-15 -3655 ((-112) $)) (-15 -1651 ((-112) $)) (-15 -1668 ((-1114) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2260 ((-112) $)) (-15 -3600 ((-407 (-564)) $)) (-15 -2242 ((-3 (-407 (-564)) "failed") $))) |%noBranch|)))
-((-1709 (((-112) $ $) 7)) (-1860 (((-768)) 22)) (-3746 (($) 25)) (-2766 (($ $ $) 13) (($) 21 T CONST)) (-1650 (($ $ $) 14) (($) 20 T CONST)) (-2981 (((-918) $) 24)) (-2811 (((-1152) $) 9)) (-1359 (($ (-918)) 23)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)))
+((-3908 (((-1032) (-641 (-316 (-379))) (-641 (-379))) 169) (((-1032) (-316 (-379)) (-641 (-379))) 167) (((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-840 (-379)))) 165) (((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-316 (-379))) (-641 (-840 (-379)))) 163) (((-1032) (-838)) 128) (((-1032) (-838) (-1058)) 127)) (-2620 (((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838) (-1058)) 88) (((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838)) 90)) (-2026 (((-1032) (-641 (-316 (-379))) (-641 (-379))) 170) (((-1032) (-838)) 153)))
+(((-837) (-10 -7 (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838) (-1058))) (-15 -3908 ((-1032) (-838) (-1058))) (-15 -3908 ((-1032) (-838))) (-15 -2026 ((-1032) (-838))) (-15 -3908 ((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-316 (-379))) (-641 (-840 (-379))))) (-15 -3908 ((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-840 (-379))))) (-15 -3908 ((-1032) (-316 (-379)) (-641 (-379)))) (-15 -3908 ((-1032) (-641 (-316 (-379))) (-641 (-379)))) (-15 -2026 ((-1032) (-641 (-316 (-379))) (-641 (-379)))))) (T -837))
+((-2026 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-316 (-379)))) (-5 *4 (-641 (-379))) (-5 *2 (-1032)) (-5 *1 (-837)))) (-3908 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-316 (-379)))) (-5 *4 (-641 (-379))) (-5 *2 (-1032)) (-5 *1 (-837)))) (-3908 (*1 *2 *3 *4) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-379))) (-5 *2 (-1032)) (-5 *1 (-837)))) (-3908 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-379))) (-5 *5 (-641 (-840 (-379)))) (-5 *2 (-1032)) (-5 *1 (-837)))) (-3908 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-641 (-379))) (-5 *5 (-641 (-840 (-379)))) (-5 *6 (-641 (-316 (-379)))) (-5 *3 (-316 (-379))) (-5 *2 (-1032)) (-5 *1 (-837)))) (-2026 (*1 *2 *3) (-12 (-5 *3 (-838)) (-5 *2 (-1032)) (-5 *1 (-837)))) (-3908 (*1 *2 *3) (-12 (-5 *3 (-838)) (-5 *2 (-1032)) (-5 *1 (-837)))) (-3908 (*1 *2 *3 *4) (-12 (-5 *3 (-838)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-837)))) (-2620 (*1 *2 *3 *4) (-12 (-5 *3 (-838)) (-5 *4 (-1058)) (-5 *2 (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-837)))) (-2620 (*1 *2 *3) (-12 (-5 *3 (-838)) (-5 *2 (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-837)))))
+(-10 -7 (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-838) (-1058))) (-15 -3908 ((-1032) (-838) (-1058))) (-15 -3908 ((-1032) (-838))) (-15 -2026 ((-1032) (-838))) (-15 -3908 ((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-316 (-379))) (-641 (-840 (-379))))) (-15 -3908 ((-1032) (-316 (-379)) (-641 (-379)) (-641 (-840 (-379))) (-641 (-840 (-379))))) (-15 -3908 ((-1032) (-316 (-379)) (-641 (-379)))) (-15 -3908 ((-1032) (-641 (-316 (-379))) (-641 (-379)))) (-15 -2026 ((-1032) (-641 (-316 (-379))) (-641 (-379)))))
+((-1817 (((-112) $ $) NIL)) (-2237 (((-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) $) 21)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 20) (($ (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) 14) (($ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) 16) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))))) 18)) (-1702 (((-112) $ $) NIL)))
+(((-838) (-13 (-1094) (-10 -8 (-15 -1831 ($ (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))))) (-15 -1831 ($ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) (-15 -1831 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))))) (-15 -2237 ((-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) $))))) (T -838))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (-5 *1 (-838)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))) (-5 *1 (-838)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))))) (-5 *1 (-838)))) (-2237 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225))))))) (-5 *1 (-838)))))
+(-13 (-1094) (-10 -8 (-15 -1831 ($ (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225))))))) (-15 -1831 ($ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) (-15 -1831 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))))) (-15 -2237 ((-3 (|:| |noa| (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225))) (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225)))) (|:| |ub| (-641 (-840 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))) $))))
+((-2449 (((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|) (-840 |#2|) (-840 |#2|)) 13) (((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|)) 14)))
+(((-839 |#1| |#2|) (-10 -7 (-15 -2449 ((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|))) (-15 -2449 ((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|) (-840 |#2|) (-840 |#2|)))) (-1094) (-1094)) (T -839))
+((-2449 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-840 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-840 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *1 (-839 *5 *6)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-840 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-840 *6)) (-5 *1 (-839 *5 *6)))))
+(-10 -7 (-15 -2449 ((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|))) (-15 -2449 ((-840 |#2|) (-1 |#2| |#1|) (-840 |#1|) (-840 |#2|) (-840 |#2|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-21)))) (-1555 (((-1114) $) 31)) (-4088 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-1598 (((-564) $) NIL (|has| |#1| (-845)))) (-1778 (($) NIL (|has| |#1| (-21)) CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 18)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 9)) (-3733 (((-3 $ "failed") $) 55 (|has| |#1| (-845)))) (-2078 (((-3 (-407 (-564)) "failed") $) 62 (|has| |#1| (-545)))) (-2272 (((-112) $) 57 (|has| |#1| (-545)))) (-3036 (((-407 (-564)) $) 60 (|has| |#1| (-545)))) (-1569 (((-112) $) NIL (|has| |#1| (-845)))) (-1626 (($) 14)) (-2949 (((-112) $) NIL (|has| |#1| (-845)))) (-2607 (((-112) $) NIL (|has| |#1| (-845)))) (-1640 (($) 16)) (-1925 (($ $ $) NIL (|has| |#1| (-845)))) (-3375 (($ $ $) NIL (|has| |#1| (-845)))) (-2723 (((-1152) $) NIL)) (-1382 (((-112) $) 12)) (-2780 (((-1114) $) NIL)) (-2334 (((-112) $) 11)) (-1831 (((-859) $) 24) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) 8) (($ (-564)) NIL (-4078 (|has| |#1| (-845)) (|has| |#1| (-1035 (-564)))))) (-2219 (((-768)) 49 (|has| |#1| (-845)) CONST)) (-1849 (($ $) NIL (|has| |#1| (-845)))) (-1293 (($) 36 (|has| |#1| (-21)) CONST)) (-1300 (($) 46 (|has| |#1| (-845)) CONST)) (-1762 (((-112) $ $) NIL (|has| |#1| (-845)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-845)))) (-1702 (((-112) $ $) 34)) (-1749 (((-112) $ $) NIL (|has| |#1| (-845)))) (-1723 (((-112) $ $) 56 (|has| |#1| (-845)))) (-1808 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 42 (|has| |#1| (-21)))) (-1797 (($ $ $) 44 (|has| |#1| (-21)))) (** (($ $ (-918)) NIL (|has| |#1| (-845))) (($ $ (-768)) NIL (|has| |#1| (-845)))) (* (($ $ $) 52 (|has| |#1| (-845))) (($ (-564) $) 40 (|has| |#1| (-21))) (($ (-768) $) NIL (|has| |#1| (-21))) (($ (-918) $) NIL (|has| |#1| (-21)))))
+(((-840 |#1|) (-13 (-1094) (-411 |#1|) (-10 -8 (-15 -1626 ($)) (-15 -1640 ($)) (-15 -2334 ((-112) $)) (-15 -1382 ((-112) $)) (-15 -1555 ((-1114) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2272 ((-112) $)) (-15 -3036 ((-407 (-564)) $)) (-15 -2078 ((-3 (-407 (-564)) "failed") $))) |%noBranch|))) (-1094)) (T -840))
+((-1626 (*1 *1) (-12 (-5 *1 (-840 *2)) (-4 *2 (-1094)))) (-1640 (*1 *1) (-12 (-5 *1 (-840 *2)) (-4 *2 (-1094)))) (-2334 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))) (-1382 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))) (-1555 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))) (-2272 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))) (-3036 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-840 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))) (-2078 (*1 *2 *1) (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-840 *3)) (-4 *3 (-545)) (-4 *3 (-1094)))))
+(-13 (-1094) (-411 |#1|) (-10 -8 (-15 -1626 ($)) (-15 -1640 ($)) (-15 -2334 ((-112) $)) (-15 -1382 ((-112) $)) (-15 -1555 ((-1114) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-845)) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -2272 ((-112) $)) (-15 -3036 ((-407 (-564)) $)) (-15 -2078 ((-3 (-407 (-564)) "failed") $))) |%noBranch|)))
+((-1817 (((-112) $ $) 7)) (-3267 (((-768)) 22)) (-2900 (($) 25)) (-1925 (($ $ $) 13) (($) 21 T CONST)) (-3375 (($ $ $) 14) (($) 20 T CONST)) (-1811 (((-918) $) 24)) (-2723 (((-1152) $) 9)) (-1468 (($ (-918)) 23)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)))
(((-841) (-140)) (T -841))
-((-2766 (*1 *1) (-4 *1 (-841))) (-1650 (*1 *1) (-4 *1 (-841))))
-(-13 (-847) (-368) (-10 -8 (-15 -2766 ($) -1367) (-15 -1650 ($) -1367)))
+((-1925 (*1 *1) (-4 *1 (-841))) (-3375 (*1 *1) (-4 *1 (-841))))
+(-13 (-847) (-368) (-10 -8 (-15 -1925 ($) -1809) (-15 -3375 ($) -1809)))
(((-102) . T) ((-611 (-859)) . T) ((-368) . T) ((-847) . T) ((-1094) . T))
-((-2084 (((-112) (-1259 |#2|) (-1259 |#2|)) 23)) (-1990 (((-112) (-1259 |#2|) (-1259 |#2|)) 24)) (-3882 (((-112) (-1259 |#2|) (-1259 |#2|)) 20)))
-(((-842 |#1| |#2|) (-10 -7 (-15 -3882 ((-112) (-1259 |#2|) (-1259 |#2|))) (-15 -2084 ((-112) (-1259 |#2|) (-1259 |#2|))) (-15 -1990 ((-112) (-1259 |#2|) (-1259 |#2|)))) (-768) (-789)) (T -842))
-((-1990 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112)) (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))) (-2084 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112)) (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))) (-3882 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112)) (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))))
-(-10 -7 (-15 -3882 ((-112) (-1259 |#2|) (-1259 |#2|))) (-15 -2084 ((-112) (-1259 |#2|) (-1259 |#2|))) (-15 -1990 ((-112) (-1259 |#2|) (-1259 |#2|))))
-((-1709 (((-112) $ $) 7)) (-1692 (($) 23 T CONST)) (-3233 (((-3 $ "failed") $) 26)) (-3282 (((-112) $) 24)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2898 (($) 22 T CONST)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)) (** (($ $ (-918)) 21) (($ $ (-768)) 25)) (* (($ $ $) 20)))
+((-4207 (((-112) (-1259 |#2|) (-1259 |#2|)) 23)) (-1378 (((-112) (-1259 |#2|) (-1259 |#2|)) 24)) (-2768 (((-112) (-1259 |#2|) (-1259 |#2|)) 20)))
+(((-842 |#1| |#2|) (-10 -7 (-15 -2768 ((-112) (-1259 |#2|) (-1259 |#2|))) (-15 -4207 ((-112) (-1259 |#2|) (-1259 |#2|))) (-15 -1378 ((-112) (-1259 |#2|) (-1259 |#2|)))) (-768) (-789)) (T -842))
+((-1378 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112)) (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))) (-4207 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112)) (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))) (-2768 (*1 *2 *3 *3) (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112)) (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))))
+(-10 -7 (-15 -2768 ((-112) (-1259 |#2|) (-1259 |#2|))) (-15 -4207 ((-112) (-1259 |#2|) (-1259 |#2|))) (-15 -1378 ((-112) (-1259 |#2|) (-1259 |#2|))))
+((-1817 (((-112) $ $) 7)) (-1778 (($) 23 T CONST)) (-3733 (((-3 $ "failed") $) 26)) (-2949 (((-112) $) 24)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1300 (($) 22 T CONST)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)) (** (($ $ (-918)) 21) (($ $ (-768)) 25)) (* (($ $ $) 20)))
(((-843) (-140)) (T -843))
NIL
(-13 (-854) (-723))
(((-102) . T) ((-611 (-859)) . T) ((-723) . T) ((-854) . T) ((-847) . T) ((-1106) . T) ((-1094) . T))
-((-1672 (((-564) $) 20)) (-2955 (((-112) $) 10)) (-1515 (((-112) $) 11)) (-1699 (($ $) 22)))
-(((-844 |#1|) (-10 -8 (-15 -1699 (|#1| |#1|)) (-15 -1672 ((-564) |#1|)) (-15 -1515 ((-112) |#1|)) (-15 -2955 ((-112) |#1|))) (-845)) (T -844))
+((-1598 (((-564) $) 20)) (-1569 (((-112) $) 10)) (-2607 (((-112) $) 11)) (-1849 (($ $) 22)))
+(((-844 |#1|) (-10 -8 (-15 -1849 (|#1| |#1|)) (-15 -1598 ((-564) |#1|)) (-15 -2607 ((-112) |#1|)) (-15 -1569 ((-112) |#1|))) (-845)) (T -844))
NIL
-(-10 -8 (-15 -1699 (|#1| |#1|)) (-15 -1672 ((-564) |#1|)) (-15 -1515 ((-112) |#1|)) (-15 -2955 ((-112) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 24)) (-2071 (((-3 $ "failed") $ $) 26)) (-1672 (((-564) $) 34)) (-1692 (($) 23 T CONST)) (-3233 (((-3 $ "failed") $) 39)) (-2955 (((-112) $) 36)) (-3282 (((-112) $) 41)) (-1515 (((-112) $) 35)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 43)) (-1303 (((-768)) 44 T CONST)) (-1699 (($ $) 33)) (-2885 (($) 22 T CONST)) (-2898 (($) 42 T CONST)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)) (-2970 (($ $ $) 28) (($ $) 27)) (-2956 (($ $ $) 20)) (** (($ $ (-768)) 40) (($ $ (-918)) 37)) (* (($ (-918) $) 21) (($ (-768) $) 25) (($ (-564) $) 29) (($ $ $) 38)))
+(-10 -8 (-15 -1849 (|#1| |#1|)) (-15 -1598 ((-564) |#1|)) (-15 -2607 ((-112) |#1|)) (-15 -1569 ((-112) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 24)) (-4088 (((-3 $ "failed") $ $) 26)) (-1598 (((-564) $) 34)) (-1778 (($) 23 T CONST)) (-3733 (((-3 $ "failed") $) 39)) (-1569 (((-112) $) 36)) (-2949 (((-112) $) 41)) (-2607 (((-112) $) 35)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 43)) (-2219 (((-768)) 44 T CONST)) (-1849 (($ $) 33)) (-1293 (($) 22 T CONST)) (-1300 (($) 42 T CONST)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)) (-1808 (($ $ $) 28) (($ $) 27)) (-1797 (($ $ $) 20)) (** (($ $ (-768)) 40) (($ $ (-918)) 37)) (* (($ (-918) $) 21) (($ (-768) $) 25) (($ (-564) $) 29) (($ $ $) 38)))
(((-845) (-140)) (T -845))
-((-2955 (*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-112)))) (-1515 (*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-112)))) (-1672 (*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-564)))) (-1699 (*1 *1 *1) (-4 *1 (-845))))
-(-13 (-788) (-1046) (-723) (-10 -8 (-15 -2955 ((-112) $)) (-15 -1515 ((-112) $)) (-15 -1672 ((-564) $)) (-15 -1699 ($ $))))
+((-1569 (*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-112)))) (-2607 (*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-112)))) (-1598 (*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-564)))) (-1849 (*1 *1 *1) (-4 *1 (-845))))
+(-13 (-788) (-1046) (-723) (-10 -8 (-15 -1569 ((-112) $)) (-15 -2607 ((-112) $)) (-15 -1598 ((-564) $)) (-15 -1849 ($ $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 $) . T) ((-723) . T) ((-788) . T) ((-789) . T) ((-791) . T) ((-792) . T) ((-847) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2766 (($ $ $) 10)) (-1650 (($ $ $) 9)) (-2920 (((-112) $ $) 12)) (-2893 (((-112) $ $) 11)) (-2908 (((-112) $ $) 13)))
-(((-846 |#1|) (-10 -8 (-15 -2766 (|#1| |#1| |#1|)) (-15 -1650 (|#1| |#1| |#1|)) (-15 -2908 ((-112) |#1| |#1|)) (-15 -2920 ((-112) |#1| |#1|)) (-15 -2893 ((-112) |#1| |#1|))) (-847)) (T -846))
+((-1925 (($ $ $) 10)) (-3375 (($ $ $) 9)) (-1762 (((-112) $ $) 12)) (-1737 (((-112) $ $) 11)) (-1749 (((-112) $ $) 13)))
+(((-846 |#1|) (-10 -8 (-15 -1925 (|#1| |#1| |#1|)) (-15 -3375 (|#1| |#1| |#1|)) (-15 -1749 ((-112) |#1| |#1|)) (-15 -1762 ((-112) |#1| |#1|)) (-15 -1737 ((-112) |#1| |#1|))) (-847)) (T -846))
NIL
-(-10 -8 (-15 -2766 (|#1| |#1| |#1|)) (-15 -1650 (|#1| |#1| |#1|)) (-15 -2908 ((-112) |#1| |#1|)) (-15 -2920 ((-112) |#1| |#1|)) (-15 -2893 ((-112) |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)))
+(-10 -8 (-15 -1925 (|#1| |#1| |#1|)) (-15 -3375 (|#1| |#1| |#1|)) (-15 -1749 ((-112) |#1| |#1|)) (-15 -1762 ((-112) |#1| |#1|)) (-15 -1737 ((-112) |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)))
(((-847) (-140)) (T -847))
-((-2880 (*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112)))) (-2893 (*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112)))) (-2920 (*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112)))) (-2908 (*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112)))) (-1650 (*1 *1 *1 *1) (-4 *1 (-847))) (-2766 (*1 *1 *1 *1) (-4 *1 (-847))))
-(-13 (-1094) (-10 -8 (-15 -2880 ((-112) $ $)) (-15 -2893 ((-112) $ $)) (-15 -2920 ((-112) $ $)) (-15 -2908 ((-112) $ $)) (-15 -1650 ($ $ $)) (-15 -2766 ($ $ $))))
+((-1723 (*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112)))) (-1737 (*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112)))) (-1762 (*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112)))) (-1749 (*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112)))) (-3375 (*1 *1 *1 *1) (-4 *1 (-847))) (-1925 (*1 *1 *1 *1) (-4 *1 (-847))))
+(-13 (-1094) (-10 -8 (-15 -1723 ((-112) $ $)) (-15 -1737 ((-112) $ $)) (-15 -1762 ((-112) $ $)) (-15 -1749 ((-112) $ $)) (-15 -3375 ($ $ $)) (-15 -1925 ($ $ $))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-3502 (($ $ $) 49)) (-1878 (($ $ $) 48)) (-3508 (($ $ $) 46)) (-1834 (($ $ $) 55)) (-2431 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 50)) (-1506 (((-3 $ "failed") $ $) 53)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#2| "failed") $) 29)) (-3912 (($ $) 39)) (-1387 (($ $ $) 43)) (-1694 (($ $ $) 42)) (-3080 (($ $ $) 51)) (-4014 (($ $ $) 57)) (-3972 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 45)) (-3115 (((-3 $ "failed") $ $) 52)) (-2628 (((-3 $ "failed") $ |#2|) 32)) (-2211 ((|#2| $) 36)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL) (($ |#2|) 13)) (-2415 (((-641 |#2|) $) 21)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 25)))
-(((-848 |#1| |#2|) (-10 -8 (-15 -3080 (|#1| |#1| |#1|)) (-15 -2431 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2739 |#1|)) |#1| |#1|)) (-15 -1834 (|#1| |#1| |#1|)) (-15 -1506 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3502 (|#1| |#1| |#1|)) (-15 -1878 (|#1| |#1| |#1|)) (-15 -3508 (|#1| |#1| |#1|)) (-15 -3972 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2739 |#1|)) |#1| |#1|)) (-15 -4014 (|#1| |#1| |#1|)) (-15 -3115 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1387 (|#1| |#1| |#1|)) (-15 -1694 (|#1| |#1| |#1|)) (-15 -3912 (|#1| |#1|)) (-15 -2211 (|#2| |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2415 ((-641 |#2|) |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1721 (|#1| (-564))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -1721 ((-859) |#1|))) (-849 |#2|) (-1046)) (T -848))
+((-3249 (($ $ $) 49)) (-2850 (($ $ $) 48)) (-3321 (($ $ $) 46)) (-3703 (($ $ $) 55)) (-3401 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 50)) (-2525 (((-3 $ "failed") $ $) 53)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#2| "failed") $) 29)) (-3031 (($ $) 39)) (-2313 (($ $ $) 43)) (-1799 (($ $ $) 42)) (-1448 (($ $ $) 51)) (-1578 (($ $ $) 57)) (-2387 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 45)) (-1845 (((-3 $ "failed") $ $) 52)) (-1403 (((-3 $ "failed") $ |#2|) 32)) (-3008 ((|#2| $) 36)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL) (($ |#2|) 13)) (-3227 (((-641 |#2|) $) 21)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 25)))
+(((-848 |#1| |#2|) (-10 -8 (-15 -1448 (|#1| |#1| |#1|)) (-15 -3401 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -1426 |#1|)) |#1| |#1|)) (-15 -3703 (|#1| |#1| |#1|)) (-15 -2525 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3249 (|#1| |#1| |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -3321 (|#1| |#1| |#1|)) (-15 -2387 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -1426 |#1|)) |#1| |#1|)) (-15 -1578 (|#1| |#1| |#1|)) (-15 -1845 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2313 (|#1| |#1| |#1|)) (-15 -1799 (|#1| |#1| |#1|)) (-15 -3031 (|#1| |#1|)) (-15 -3008 (|#2| |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3227 ((-641 |#2|) |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1831 (|#1| (-564))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -1831 ((-859) |#1|))) (-849 |#2|) (-1046)) (T -848))
NIL
-(-10 -8 (-15 -3080 (|#1| |#1| |#1|)) (-15 -2431 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2739 |#1|)) |#1| |#1|)) (-15 -1834 (|#1| |#1| |#1|)) (-15 -1506 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3502 (|#1| |#1| |#1|)) (-15 -1878 (|#1| |#1| |#1|)) (-15 -3508 (|#1| |#1| |#1|)) (-15 -3972 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2739 |#1|)) |#1| |#1|)) (-15 -4014 (|#1| |#1| |#1|)) (-15 -3115 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1387 (|#1| |#1| |#1|)) (-15 -1694 (|#1| |#1| |#1|)) (-15 -3912 (|#1| |#1|)) (-15 -2211 (|#2| |#1|)) (-15 -2628 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2415 ((-641 |#2|) |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1721 (|#1| (-564))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3502 (($ $ $) 44 (|has| |#1| (-363)))) (-1878 (($ $ $) 45 (|has| |#1| (-363)))) (-3508 (($ $ $) 47 (|has| |#1| (-363)))) (-1834 (($ $ $) 42 (|has| |#1| (-363)))) (-2431 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 41 (|has| |#1| (-363)))) (-1506 (((-3 $ "failed") $ $) 43 (|has| |#1| (-363)))) (-4357 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 46 (|has| |#1| (-363)))) (-2035 (((-3 (-564) "failed") $) 74 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 71 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 68)) (-3437 (((-564) $) 73 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 70 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 69)) (-4316 (($ $) 63)) (-3233 (((-3 $ "failed") $) 33)) (-3912 (($ $) 54 (|has| |#1| (-452)))) (-3282 (((-112) $) 31)) (-4132 (($ |#1| (-768)) 61)) (-1725 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 56 (|has| |#1| (-556)))) (-2748 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 57 (|has| |#1| (-556)))) (-1696 (((-768) $) 65)) (-1387 (($ $ $) 51 (|has| |#1| (-363)))) (-1694 (($ $ $) 52 (|has| |#1| (-363)))) (-3080 (($ $ $) 40 (|has| |#1| (-363)))) (-4014 (($ $ $) 49 (|has| |#1| (-363)))) (-3972 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 48 (|has| |#1| (-363)))) (-3115 (((-3 $ "failed") $ $) 50 (|has| |#1| (-363)))) (-3157 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 53 (|has| |#1| (-363)))) (-4292 ((|#1| $) 64)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-2628 (((-3 $ "failed") $ |#1|) 58 (|has| |#1| (-556)))) (-4341 (((-768) $) 66)) (-2211 ((|#1| $) 55 (|has| |#1| (-452)))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 72 (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) 67)) (-2415 (((-641 |#1|) $) 60)) (-1346 ((|#1| $ (-768)) 62)) (-1303 (((-768)) 28 T CONST)) (-1840 ((|#1| $ |#1| |#1|) 59)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 76) (($ |#1| $) 75)))
+(-10 -8 (-15 -1448 (|#1| |#1| |#1|)) (-15 -3401 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -1426 |#1|)) |#1| |#1|)) (-15 -3703 (|#1| |#1| |#1|)) (-15 -2525 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3249 (|#1| |#1| |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -3321 (|#1| |#1| |#1|)) (-15 -2387 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -1426 |#1|)) |#1| |#1|)) (-15 -1578 (|#1| |#1| |#1|)) (-15 -1845 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2313 (|#1| |#1| |#1|)) (-15 -1799 (|#1| |#1| |#1|)) (-15 -3031 (|#1| |#1|)) (-15 -3008 (|#2| |#1|)) (-15 -1403 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3227 ((-641 |#2|) |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1831 (|#1| (-564))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3249 (($ $ $) 44 (|has| |#1| (-363)))) (-2850 (($ $ $) 45 (|has| |#1| (-363)))) (-3321 (($ $ $) 47 (|has| |#1| (-363)))) (-3703 (($ $ $) 42 (|has| |#1| (-363)))) (-3401 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 41 (|has| |#1| (-363)))) (-2525 (((-3 $ "failed") $ $) 43 (|has| |#1| (-363)))) (-1798 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 46 (|has| |#1| (-363)))) (-2347 (((-3 (-564) "failed") $) 74 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 71 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 68)) (-2237 (((-564) $) 73 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 70 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 69)) (-3396 (($ $) 63)) (-3733 (((-3 $ "failed") $) 33)) (-3031 (($ $) 54 (|has| |#1| (-452)))) (-2949 (((-112) $) 31)) (-3186 (($ |#1| (-768)) 61)) (-3970 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 56 (|has| |#1| (-556)))) (-3372 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 57 (|has| |#1| (-556)))) (-1826 (((-768) $) 65)) (-2313 (($ $ $) 51 (|has| |#1| (-363)))) (-1799 (($ $ $) 52 (|has| |#1| (-363)))) (-1448 (($ $ $) 40 (|has| |#1| (-363)))) (-1578 (($ $ $) 49 (|has| |#1| (-363)))) (-2387 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 48 (|has| |#1| (-363)))) (-1845 (((-3 $ "failed") $ $) 50 (|has| |#1| (-363)))) (-4176 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 53 (|has| |#1| (-363)))) (-3370 ((|#1| $) 64)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1403 (((-3 $ "failed") $ |#1|) 58 (|has| |#1| (-556)))) (-1619 (((-768) $) 66)) (-3008 ((|#1| $) 55 (|has| |#1| (-452)))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 72 (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) 67)) (-3227 (((-641 |#1|) $) 60)) (-2742 ((|#1| $ (-768)) 62)) (-2219 (((-768)) 28 T CONST)) (-3246 ((|#1| $ |#1| |#1|) 59)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 76) (($ |#1| $) 75)))
(((-849 |#1|) (-140) (-1046)) (T -849))
-((-4341 (*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-1696 (*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-4292 (*1 *2 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)))) (-4316 (*1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)))) (-1346 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-849 *2)) (-4 *2 (-1046)))) (-4132 (*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-849 *2)) (-4 *2 (-1046)))) (-2415 (*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-641 *3)))) (-1840 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)))) (-2628 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))) (-2748 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-849 *3)))) (-1725 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-849 *3)))) (-2211 (*1 *2 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-452)))) (-3912 (*1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-452)))) (-3157 (*1 *2 *1 *1) (-12 (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-849 *3)))) (-1694 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-1387 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-3115 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-4014 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-3972 (*1 *2 *1 *1) (-12 (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2739 *1))) (-4 *1 (-849 *3)))) (-3508 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-4357 (*1 *2 *1 *1) (-12 (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-849 *3)))) (-1878 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-3502 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-1506 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-1834 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-2431 (*1 *2 *1 *1) (-12 (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2739 *1))) (-4 *1 (-849 *3)))) (-3080 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(-13 (-1046) (-111 |t#1| |t#1|) (-411 |t#1|) (-10 -8 (-15 -4341 ((-768) $)) (-15 -1696 ((-768) $)) (-15 -4292 (|t#1| $)) (-15 -4316 ($ $)) (-15 -1346 (|t#1| $ (-768))) (-15 -4132 ($ |t#1| (-768))) (-15 -2415 ((-641 |t#1|) $)) (-15 -1840 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-15 -2628 ((-3 $ "failed") $ |t#1|)) (-15 -2748 ((-2 (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -1725 ((-2 (|:| -4110 $) (|:| -3101 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-452)) (PROGN (-15 -2211 (|t#1| $)) (-15 -3912 ($ $))) |%noBranch|) (IF (|has| |t#1| (-363)) (PROGN (-15 -3157 ((-2 (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -1694 ($ $ $)) (-15 -1387 ($ $ $)) (-15 -3115 ((-3 $ "failed") $ $)) (-15 -4014 ($ $ $)) (-15 -3972 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $)) (-15 -3508 ($ $ $)) (-15 -4357 ((-2 (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -1878 ($ $ $)) (-15 -3502 ($ $ $)) (-15 -1506 ((-3 $ "failed") $ $)) (-15 -1834 ($ $ $)) (-15 -2431 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $)) (-15 -3080 ($ $ $))) |%noBranch|)))
+((-1619 (*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-1826 (*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-3370 (*1 *2 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)))) (-3396 (*1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)))) (-2742 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-849 *2)) (-4 *2 (-1046)))) (-3186 (*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-849 *2)) (-4 *2 (-1046)))) (-3227 (*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-641 *3)))) (-3246 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)))) (-1403 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))) (-3372 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-849 *3)))) (-3970 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-849 *3)))) (-3008 (*1 *2 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-452)))) (-3031 (*1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-452)))) (-4176 (*1 *2 *1 *1) (-12 (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-849 *3)))) (-1799 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-2313 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-1845 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-1578 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-2387 (*1 *2 *1 *1) (-12 (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -1426 *1))) (-4 *1 (-849 *3)))) (-3321 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-1798 (*1 *2 *1 *1) (-12 (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-849 *3)))) (-2850 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-3249 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-2525 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-3703 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-3401 (*1 *2 *1 *1) (-12 (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -1426 *1))) (-4 *1 (-849 *3)))) (-1448 (*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(-13 (-1046) (-111 |t#1| |t#1|) (-411 |t#1|) (-10 -8 (-15 -1619 ((-768) $)) (-15 -1826 ((-768) $)) (-15 -3370 (|t#1| $)) (-15 -3396 ($ $)) (-15 -2742 (|t#1| $ (-768))) (-15 -3186 ($ |t#1| (-768))) (-15 -3227 ((-641 |t#1|) $)) (-15 -3246 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-15 -1403 ((-3 $ "failed") $ |t#1|)) (-15 -3372 ((-2 (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -3970 ((-2 (|:| -4347 $) (|:| -1678 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-452)) (PROGN (-15 -3008 (|t#1| $)) (-15 -3031 ($ $))) |%noBranch|) (IF (|has| |t#1| (-363)) (PROGN (-15 -4176 ((-2 (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -1799 ($ $ $)) (-15 -2313 ($ $ $)) (-15 -1845 ((-3 $ "failed") $ $)) (-15 -1578 ($ $ $)) (-15 -2387 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $)) (-15 -3321 ($ $ $)) (-15 -1798 ((-2 (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -2850 ($ $ $)) (-15 -3249 ($ $ $)) (-15 -2525 ((-3 $ "failed") $ $)) (-15 -3703 ($ $ $)) (-15 -3401 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $)) (-15 -1448 ($ $ $))) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-172)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-614 #0=(-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-411 |#1|) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 |#1|) |has| |#1| (-172)) ((-723) . T) ((-1035 #0#) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 |#1|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-3544 ((|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|)) 20)) (-4357 (((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|)) 49 (|has| |#1| (-363)))) (-1725 (((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|)) 46 (|has| |#1| (-556)))) (-2748 (((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|)) 45 (|has| |#1| (-556)))) (-3157 (((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|)) 48 (|has| |#1| (-363)))) (-1840 ((|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|)) 36)))
-(((-850 |#1| |#2|) (-10 -7 (-15 -3544 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -1840 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-556)) (PROGN (-15 -2748 ((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1725 ((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -3157 ((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -4357 ((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|)) (-1046) (-849 |#1|)) (T -850))
-((-4357 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-363)) (-4 *5 (-1046)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-850 *5 *3)) (-4 *3 (-849 *5)))) (-3157 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-363)) (-4 *5 (-1046)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-850 *5 *3)) (-4 *3 (-849 *5)))) (-1725 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-556)) (-4 *5 (-1046)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-850 *5 *3)) (-4 *3 (-849 *5)))) (-2748 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-556)) (-4 *5 (-1046)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-850 *5 *3)) (-4 *3 (-849 *5)))) (-1840 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1046)) (-5 *1 (-850 *2 *3)) (-4 *3 (-849 *2)))) (-3544 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1046)) (-5 *1 (-850 *5 *2)) (-4 *2 (-849 *5)))))
-(-10 -7 (-15 -3544 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -1840 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-556)) (PROGN (-15 -2748 ((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1725 ((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -3157 ((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -4357 ((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3502 (($ $ $) NIL (|has| |#1| (-363)))) (-1878 (($ $ $) NIL (|has| |#1| (-363)))) (-3508 (($ $ $) NIL (|has| |#1| (-363)))) (-1834 (($ $ $) NIL (|has| |#1| (-363)))) (-2431 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-1506 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-4357 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 34 (|has| |#1| (-363)))) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#1| (-452)))) (-3170 (((-859) $ (-859)) NIL)) (-3282 (((-112) $) NIL)) (-4132 (($ |#1| (-768)) NIL)) (-1725 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 30 (|has| |#1| (-556)))) (-2748 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 28 (|has| |#1| (-556)))) (-1696 (((-768) $) NIL)) (-1387 (($ $ $) NIL (|has| |#1| (-363)))) (-1694 (($ $ $) NIL (|has| |#1| (-363)))) (-3080 (($ $ $) NIL (|has| |#1| (-363)))) (-4014 (($ $ $) NIL (|has| |#1| (-363)))) (-3972 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3115 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-3157 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 32 (|has| |#1| (-363)))) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-4341 (((-768) $) NIL)) (-2211 ((|#1| $) NIL (|has| |#1| (-452)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) NIL)) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-768)) NIL)) (-1303 (((-768)) NIL T CONST)) (-1840 ((|#1| $ |#1| |#1|) 15)) (-2885 (($) NIL T CONST)) (-2898 (($) 23 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) 19) (($ $ (-768)) 24)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 13) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-851 |#1| |#2| |#3|) (-13 (-849 |#1|) (-10 -8 (-15 -3170 ((-859) $ (-859))))) (-1046) (-99 |#1|) (-1 |#1| |#1|)) (T -851))
-((-3170 (*1 *2 *1 *2) (-12 (-5 *2 (-859)) (-5 *1 (-851 *3 *4 *5)) (-4 *3 (-1046)) (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3)))))
-(-13 (-849 |#1|) (-10 -8 (-15 -3170 ((-859) $ (-859)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3502 (($ $ $) NIL (|has| |#2| (-363)))) (-1878 (($ $ $) NIL (|has| |#2| (-363)))) (-3508 (($ $ $) NIL (|has| |#2| (-363)))) (-1834 (($ $ $) NIL (|has| |#2| (-363)))) (-2431 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#2| (-363)))) (-1506 (((-3 $ "failed") $ $) NIL (|has| |#2| (-363)))) (-4357 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#2| (-363)))) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 |#2| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) ((|#2| $) NIL)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#2| (-452)))) (-3282 (((-112) $) NIL)) (-4132 (($ |#2| (-768)) 17)) (-1725 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#2| (-556)))) (-2748 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#2| (-556)))) (-1696 (((-768) $) NIL)) (-1387 (($ $ $) NIL (|has| |#2| (-363)))) (-1694 (($ $ $) NIL (|has| |#2| (-363)))) (-3080 (($ $ $) NIL (|has| |#2| (-363)))) (-4014 (($ $ $) NIL (|has| |#2| (-363)))) (-3972 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#2| (-363)))) (-3115 (((-3 $ "failed") $ $) NIL (|has| |#2| (-363)))) (-3157 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#2| (-363)))) (-4292 ((|#2| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2628 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556)))) (-4341 (((-768) $) NIL)) (-2211 ((|#2| $) NIL (|has| |#2| (-452)))) (-1721 (((-859) $) 24) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#2| (-1035 (-407 (-564))))) (($ |#2|) NIL) (($ (-1255 |#1|)) 19)) (-2415 (((-641 |#2|) $) NIL)) (-1346 ((|#2| $ (-768)) NIL)) (-1303 (((-768)) NIL T CONST)) (-1840 ((|#2| $ |#2| |#2|) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) 13 T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+((-1345 ((|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|)) 20)) (-1798 (((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|)) 49 (|has| |#1| (-363)))) (-3970 (((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|)) 46 (|has| |#1| (-556)))) (-3372 (((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|)) 45 (|has| |#1| (-556)))) (-4176 (((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|)) 48 (|has| |#1| (-363)))) (-3246 ((|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|)) 36)))
+(((-850 |#1| |#2|) (-10 -7 (-15 -1345 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -3246 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-556)) (PROGN (-15 -3372 ((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -3970 ((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -4176 ((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1798 ((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|)) (-1046) (-849 |#1|)) (T -850))
+((-1798 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-363)) (-4 *5 (-1046)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-850 *5 *3)) (-4 *3 (-849 *5)))) (-4176 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-363)) (-4 *5 (-1046)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-850 *5 *3)) (-4 *3 (-849 *5)))) (-3970 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-556)) (-4 *5 (-1046)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-850 *5 *3)) (-4 *3 (-849 *5)))) (-3372 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-556)) (-4 *5 (-1046)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-850 *5 *3)) (-4 *3 (-849 *5)))) (-3246 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1046)) (-5 *1 (-850 *2 *3)) (-4 *3 (-849 *2)))) (-1345 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1046)) (-5 *1 (-850 *5 *2)) (-4 *2 (-849 *5)))))
+(-10 -7 (-15 -1345 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -3246 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-556)) (PROGN (-15 -3372 ((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -3970 ((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -4176 ((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1798 ((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3249 (($ $ $) NIL (|has| |#1| (-363)))) (-2850 (($ $ $) NIL (|has| |#1| (-363)))) (-3321 (($ $ $) NIL (|has| |#1| (-363)))) (-3703 (($ $ $) NIL (|has| |#1| (-363)))) (-3401 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-2525 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-1798 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 34 (|has| |#1| (-363)))) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#1| (-452)))) (-4286 (((-859) $ (-859)) NIL)) (-2949 (((-112) $) NIL)) (-3186 (($ |#1| (-768)) NIL)) (-3970 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 30 (|has| |#1| (-556)))) (-3372 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 28 (|has| |#1| (-556)))) (-1826 (((-768) $) NIL)) (-2313 (($ $ $) NIL (|has| |#1| (-363)))) (-1799 (($ $ $) NIL (|has| |#1| (-363)))) (-1448 (($ $ $) NIL (|has| |#1| (-363)))) (-1578 (($ $ $) NIL (|has| |#1| (-363)))) (-2387 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-1845 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-4176 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 32 (|has| |#1| (-363)))) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-1619 (((-768) $) NIL)) (-3008 ((|#1| $) NIL (|has| |#1| (-452)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-1035 (-407 (-564))))) (($ |#1|) NIL)) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-768)) NIL)) (-2219 (((-768)) NIL T CONST)) (-3246 ((|#1| $ |#1| |#1|) 15)) (-1293 (($) NIL T CONST)) (-1300 (($) 23 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) 19) (($ $ (-768)) 24)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 13) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-851 |#1| |#2| |#3|) (-13 (-849 |#1|) (-10 -8 (-15 -4286 ((-859) $ (-859))))) (-1046) (-99 |#1|) (-1 |#1| |#1|)) (T -851))
+((-4286 (*1 *2 *1 *2) (-12 (-5 *2 (-859)) (-5 *1 (-851 *3 *4 *5)) (-4 *3 (-1046)) (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3)))))
+(-13 (-849 |#1|) (-10 -8 (-15 -4286 ((-859) $ (-859)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3249 (($ $ $) NIL (|has| |#2| (-363)))) (-2850 (($ $ $) NIL (|has| |#2| (-363)))) (-3321 (($ $ $) NIL (|has| |#2| (-363)))) (-3703 (($ $ $) NIL (|has| |#2| (-363)))) (-3401 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#2| (-363)))) (-2525 (((-3 $ "failed") $ $) NIL (|has| |#2| (-363)))) (-1798 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#2| (-363)))) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 |#2| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) ((|#2| $) NIL)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#2| (-452)))) (-2949 (((-112) $) NIL)) (-3186 (($ |#2| (-768)) 17)) (-3970 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#2| (-556)))) (-3372 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#2| (-556)))) (-1826 (((-768) $) NIL)) (-2313 (($ $ $) NIL (|has| |#2| (-363)))) (-1799 (($ $ $) NIL (|has| |#2| (-363)))) (-1448 (($ $ $) NIL (|has| |#2| (-363)))) (-1578 (($ $ $) NIL (|has| |#2| (-363)))) (-2387 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#2| (-363)))) (-1845 (((-3 $ "failed") $ $) NIL (|has| |#2| (-363)))) (-4176 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#2| (-363)))) (-3370 ((|#2| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1403 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556)))) (-1619 (((-768) $) NIL)) (-3008 ((|#2| $) NIL (|has| |#2| (-452)))) (-1831 (((-859) $) 24) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#2| (-1035 (-407 (-564))))) (($ |#2|) NIL) (($ (-1255 |#1|)) 19)) (-3227 (((-641 |#2|) $) NIL)) (-2742 ((|#2| $ (-768)) NIL)) (-2219 (((-768)) NIL T CONST)) (-3246 ((|#2| $ |#2| |#2|) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) 13 T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
(((-852 |#1| |#2| |#3| |#4|) (-13 (-849 |#2|) (-614 (-1255 |#1|))) (-1170) (-1046) (-99 |#2|) (-1 |#2| |#2|)) (T -852))
NIL
(-13 (-849 |#2|) (-614 (-1255 |#1|)))
-((-3686 ((|#1| (-768) |#1|) 48 (|has| |#1| (-38 (-407 (-564)))))) (-2539 ((|#1| (-768) (-768) |#1|) 39) ((|#1| (-768) |#1|) 27)) (-3627 ((|#1| (-768) |#1|) 43)) (-2372 ((|#1| (-768) |#1|) 41)) (-2939 ((|#1| (-768) |#1|) 40)))
-(((-853 |#1|) (-10 -7 (-15 -2939 (|#1| (-768) |#1|)) (-15 -2372 (|#1| (-768) |#1|)) (-15 -3627 (|#1| (-768) |#1|)) (-15 -2539 (|#1| (-768) |#1|)) (-15 -2539 (|#1| (-768) (-768) |#1|)) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3686 (|#1| (-768) |#1|)) |%noBranch|)) (-172)) (T -853))
-((-3686 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-172)))) (-2539 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))) (-2539 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))) (-3627 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))) (-2372 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))) (-2939 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))))
-(-10 -7 (-15 -2939 (|#1| (-768) |#1|)) (-15 -2372 (|#1| (-768) |#1|)) (-15 -3627 (|#1| (-768) |#1|)) (-15 -2539 (|#1| (-768) |#1|)) (-15 -2539 (|#1| (-768) (-768) |#1|)) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3686 (|#1| (-768) |#1|)) |%noBranch|))
-((-1709 (((-112) $ $) 7)) (-2766 (($ $ $) 13)) (-1650 (($ $ $) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2920 (((-112) $ $) 16)) (-2893 (((-112) $ $) 17)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 15)) (-2880 (((-112) $ $) 18)) (** (($ $ (-918)) 21)) (* (($ $ $) 20)))
+((-1413 ((|#1| (-768) |#1|) 48 (|has| |#1| (-38 (-407 (-564)))))) (-1982 ((|#1| (-768) (-768) |#1|) 39) ((|#1| (-768) |#1|) 27)) (-2053 ((|#1| (-768) |#1|) 43)) (-4062 ((|#1| (-768) |#1|) 41)) (-1396 ((|#1| (-768) |#1|) 40)))
+(((-853 |#1|) (-10 -7 (-15 -1396 (|#1| (-768) |#1|)) (-15 -4062 (|#1| (-768) |#1|)) (-15 -2053 (|#1| (-768) |#1|)) (-15 -1982 (|#1| (-768) |#1|)) (-15 -1982 (|#1| (-768) (-768) |#1|)) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -1413 (|#1| (-768) |#1|)) |%noBranch|)) (-172)) (T -853))
+((-1413 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-172)))) (-1982 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))) (-1982 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))) (-2053 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))) (-4062 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))) (-1396 (*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))))
+(-10 -7 (-15 -1396 (|#1| (-768) |#1|)) (-15 -4062 (|#1| (-768) |#1|)) (-15 -2053 (|#1| (-768) |#1|)) (-15 -1982 (|#1| (-768) |#1|)) (-15 -1982 (|#1| (-768) (-768) |#1|)) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -1413 (|#1| (-768) |#1|)) |%noBranch|))
+((-1817 (((-112) $ $) 7)) (-1925 (($ $ $) 13)) (-3375 (($ $ $) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1762 (((-112) $ $) 16)) (-1737 (((-112) $ $) 17)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 15)) (-1723 (((-112) $ $) 18)) (** (($ $ (-918)) 21)) (* (($ $ $) 20)))
(((-854) (-140)) (T -854))
NIL
(-13 (-847) (-1106))
(((-102) . T) ((-611 (-859)) . T) ((-847) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-1411 (((-564) $) 14)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 20) (($ (-564)) 13)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 9)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 11)))
-(((-855) (-13 (-847) (-10 -8 (-15 -1721 ($ (-564))) (-15 -1411 ((-564) $))))) (T -855))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-855)))) (-1411 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-855)))))
-(-13 (-847) (-10 -8 (-15 -1721 ($ (-564))) (-15 -1411 ((-564) $))))
-((-3552 (((-687 (-1217)) $ (-1217)) 15)) (-2639 (((-687 (-549)) $ (-549)) 12)) (-2937 (((-768) $ (-128)) 30)))
-(((-856 |#1|) (-10 -8 (-15 -2937 ((-768) |#1| (-128))) (-15 -3552 ((-687 (-1217)) |#1| (-1217))) (-15 -2639 ((-687 (-549)) |#1| (-549)))) (-857)) (T -856))
-NIL
-(-10 -8 (-15 -2937 ((-768) |#1| (-128))) (-15 -3552 ((-687 (-1217)) |#1| (-1217))) (-15 -2639 ((-687 (-549)) |#1| (-549))))
-((-3552 (((-687 (-1217)) $ (-1217)) 8)) (-2639 (((-687 (-549)) $ (-549)) 9)) (-2937 (((-768) $ (-128)) 7)) (-3885 (((-687 (-129)) $ (-129)) 10)) (-3728 (($ $) 6)))
+((-1817 (((-112) $ $) NIL)) (-1522 (((-564) $) 14)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 20) (($ (-564)) 13)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 9)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 11)))
+(((-855) (-13 (-847) (-10 -8 (-15 -1831 ($ (-564))) (-15 -1522 ((-564) $))))) (T -855))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-855)))) (-1522 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-855)))))
+(-13 (-847) (-10 -8 (-15 -1831 ($ (-564))) (-15 -1522 ((-564) $))))
+((-3796 (((-687 (-1217)) $ (-1217)) 15)) (-1721 (((-687 (-549)) $ (-549)) 12)) (-1386 (((-768) $ (-128)) 30)))
+(((-856 |#1|) (-10 -8 (-15 -1386 ((-768) |#1| (-128))) (-15 -3796 ((-687 (-1217)) |#1| (-1217))) (-15 -1721 ((-687 (-549)) |#1| (-549)))) (-857)) (T -856))
+NIL
+(-10 -8 (-15 -1386 ((-768) |#1| (-128))) (-15 -3796 ((-687 (-1217)) |#1| (-1217))) (-15 -1721 ((-687 (-549)) |#1| (-549))))
+((-3796 (((-687 (-1217)) $ (-1217)) 8)) (-1721 (((-687 (-549)) $ (-549)) 9)) (-1386 (((-768) $ (-128)) 7)) (-2800 (((-687 (-129)) $ (-129)) 10)) (-1846 (($ $) 6)))
(((-857) (-140)) (T -857))
-((-3885 (*1 *2 *1 *3) (-12 (-4 *1 (-857)) (-5 *2 (-687 (-129))) (-5 *3 (-129)))) (-2639 (*1 *2 *1 *3) (-12 (-4 *1 (-857)) (-5 *2 (-687 (-549))) (-5 *3 (-549)))) (-3552 (*1 *2 *1 *3) (-12 (-4 *1 (-857)) (-5 *2 (-687 (-1217))) (-5 *3 (-1217)))) (-2937 (*1 *2 *1 *3) (-12 (-4 *1 (-857)) (-5 *3 (-128)) (-5 *2 (-768)))))
-(-13 (-173) (-10 -8 (-15 -3885 ((-687 (-129)) $ (-129))) (-15 -2639 ((-687 (-549)) $ (-549))) (-15 -3552 ((-687 (-1217)) $ (-1217))) (-15 -2937 ((-768) $ (-128)))))
+((-2800 (*1 *2 *1 *3) (-12 (-4 *1 (-857)) (-5 *2 (-687 (-129))) (-5 *3 (-129)))) (-1721 (*1 *2 *1 *3) (-12 (-4 *1 (-857)) (-5 *2 (-687 (-549))) (-5 *3 (-549)))) (-3796 (*1 *2 *1 *3) (-12 (-4 *1 (-857)) (-5 *2 (-687 (-1217))) (-5 *3 (-1217)))) (-1386 (*1 *2 *1 *3) (-12 (-4 *1 (-857)) (-5 *3 (-128)) (-5 *2 (-768)))))
+(-13 (-173) (-10 -8 (-15 -2800 ((-687 (-129)) $ (-129))) (-15 -1721 ((-687 (-549)) $ (-549))) (-15 -3796 ((-687 (-1217)) $ (-1217))) (-15 -1386 ((-768) $ (-128)))))
(((-173) . T))
-((-3552 (((-687 (-1217)) $ (-1217)) NIL)) (-2639 (((-687 (-549)) $ (-549)) NIL)) (-2937 (((-768) $ (-128)) NIL)) (-3885 (((-687 (-129)) $ (-129)) 21)) (-1968 (($ (-388)) 12) (($ (-1152)) 14)) (-1767 (((-112) $) 18)) (-1721 (((-859) $) 25)) (-3728 (($ $) 22)))
-(((-858) (-13 (-857) (-611 (-859)) (-10 -8 (-15 -1968 ($ (-388))) (-15 -1968 ($ (-1152))) (-15 -1767 ((-112) $))))) (T -858))
-((-1968 (*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-858)))) (-1968 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-858)))) (-1767 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-858)))))
-(-13 (-857) (-611 (-859)) (-10 -8 (-15 -1968 ($ (-388))) (-15 -1968 ($ (-1152))) (-15 -1767 ((-112) $))))
-((-1709 (((-112) $ $) NIL) (($ $ $) 86)) (-3296 (($ $ $) 126)) (-2613 (((-564) $) 31) (((-564)) 36)) (-1617 (($ (-564)) 54)) (-4375 (($ $ $) 55) (($ (-641 $)) 85)) (-2207 (($ $ (-641 $)) 83)) (-1332 (((-564) $) 34)) (-4376 (($ $ $) 74)) (-2290 (($ $) 141) (($ $ $) 142) (($ $ $ $) 143)) (-1553 (((-564) $) 33)) (-3752 (($ $ $) 73)) (-3729 (($ $) 115)) (-2223 (($ $ $) 130)) (-1501 (($ (-641 $)) 62)) (-2096 (($ $ (-641 $)) 80)) (-2407 (($ (-564) (-564)) 56)) (-2722 (($ $) 127) (($ $ $) 128)) (-3602 (($ $ (-564)) 43) (($ $) 46)) (-2668 (($ $ $) 98)) (-4342 (($ $ $) 133)) (-1873 (($ $) 116)) (-2649 (($ $ $) 99)) (-1669 (($ $) 144) (($ $ $) 145) (($ $ $ $) 146)) (-3357 (((-1264) $) 10)) (-3914 (($ $) 119) (($ $ (-768)) 123)) (-2234 (($ $ $) 76)) (-3512 (($ $ $) 75)) (-2043 (($ $ (-641 $)) 111)) (-1473 (($ $ $) 114)) (-1888 (($ (-641 $)) 60)) (-4129 (($ $) 71) (($ (-641 $)) 72)) (-2619 (($ $ $) 124)) (-2225 (($ $) 117)) (-3273 (($ $ $) 129)) (-3170 (($ (-564)) 21) (($ (-1170)) 23) (($ (-1152)) 30) (($ (-225)) 25)) (-2844 (($ $ $) 102)) (-2819 (($ $) 103)) (-3068 (((-1264) (-1152)) 15)) (-4074 (($ (-1152)) 14)) (-2670 (($ (-641 (-641 $))) 59)) (-3590 (($ $ (-564)) 42) (($ $) 45)) (-2811 (((-1152) $) NIL)) (-3806 (($ $ $) 132)) (-3817 (($ $) 147) (($ $ $) 148) (($ $ $ $) 149)) (-3833 (((-112) $) 109)) (-2218 (($ $ (-641 $)) 112) (($ $ $ $) 113)) (-2254 (($ (-564)) 39)) (-1703 (((-564) $) 32) (((-564)) 35)) (-1776 (($ $ $) 40) (($ (-641 $)) 84)) (-4382 (((-1114) $) NIL)) (-2628 (($ $ $) 100)) (-3456 (($) 13)) (-2961 (($ $ (-641 $)) 110)) (-2750 (((-1152) (-1152)) 8)) (-2848 (($ $) 118) (($ $ (-768)) 122)) (-2638 (($ $ $) 97)) (-1795 (($ $ (-768)) 140)) (-2178 (($ (-641 $)) 61)) (-1721 (((-859) $) 19)) (-1526 (($ $ (-564)) 41) (($ $) 44)) (-3353 (($ $) 69) (($ (-641 $)) 70)) (-4081 (($ $) 67) (($ (-641 $)) 68)) (-1437 (($ $) 125)) (-1527 (($ (-641 $)) 66)) (-3483 (($ $ $) 106)) (-3767 (($ $ $) 131)) (-2832 (($ $ $) 101)) (-2752 (($ $ $) 104) (($ $) 105)) (-2920 (($ $ $) 90)) (-2893 (($ $ $) 88)) (-2853 (((-112) $ $) 16) (($ $ $) 17)) (-2908 (($ $ $) 89)) (-2880 (($ $ $) 87)) (-2983 (($ $ $) 95)) (-2970 (($ $ $) 92) (($ $) 93)) (-2956 (($ $ $) 91)) (** (($ $ $) 96)) (* (($ $ $) 94)))
-(((-859) (-13 (-1094) (-10 -8 (-15 -3357 ((-1264) $)) (-15 -4074 ($ (-1152))) (-15 -3068 ((-1264) (-1152))) (-15 -3170 ($ (-564))) (-15 -3170 ($ (-1170))) (-15 -3170 ($ (-1152))) (-15 -3170 ($ (-225))) (-15 -3456 ($)) (-15 -2750 ((-1152) (-1152))) (-15 -2613 ((-564) $)) (-15 -1703 ((-564) $)) (-15 -2613 ((-564))) (-15 -1703 ((-564))) (-15 -1553 ((-564) $)) (-15 -1332 ((-564) $)) (-15 -2254 ($ (-564))) (-15 -1617 ($ (-564))) (-15 -2407 ($ (-564) (-564))) (-15 -3590 ($ $ (-564))) (-15 -3602 ($ $ (-564))) (-15 -1526 ($ $ (-564))) (-15 -3590 ($ $)) (-15 -3602 ($ $)) (-15 -1526 ($ $)) (-15 -1776 ($ $ $)) (-15 -4375 ($ $ $)) (-15 -1776 ($ (-641 $))) (-15 -4375 ($ (-641 $))) (-15 -2043 ($ $ (-641 $))) (-15 -2218 ($ $ (-641 $))) (-15 -2218 ($ $ $ $)) (-15 -1473 ($ $ $)) (-15 -3833 ((-112) $)) (-15 -2961 ($ $ (-641 $))) (-15 -3729 ($ $)) (-15 -3806 ($ $ $)) (-15 -1437 ($ $)) (-15 -2670 ($ (-641 (-641 $)))) (-15 -3296 ($ $ $)) (-15 -2722 ($ $)) (-15 -2722 ($ $ $)) (-15 -3273 ($ $ $)) (-15 -2223 ($ $ $)) (-15 -3767 ($ $ $)) (-15 -4342 ($ $ $)) (-15 -1795 ($ $ (-768))) (-15 -3483 ($ $ $)) (-15 -3752 ($ $ $)) (-15 -4376 ($ $ $)) (-15 -3512 ($ $ $)) (-15 -2234 ($ $ $)) (-15 -2096 ($ $ (-641 $))) (-15 -2207 ($ $ (-641 $))) (-15 -1873 ($ $)) (-15 -2848 ($ $)) (-15 -2848 ($ $ (-768))) (-15 -3914 ($ $)) (-15 -3914 ($ $ (-768))) (-15 -2225 ($ $)) (-15 -2619 ($ $ $)) (-15 -2290 ($ $)) (-15 -2290 ($ $ $)) (-15 -2290 ($ $ $ $)) (-15 -1669 ($ $)) (-15 -1669 ($ $ $)) (-15 -1669 ($ $ $ $)) (-15 -3817 ($ $)) (-15 -3817 ($ $ $)) (-15 -3817 ($ $ $ $)) (-15 -4081 ($ $)) (-15 -4081 ($ (-641 $))) (-15 -3353 ($ $)) (-15 -3353 ($ (-641 $))) (-15 -4129 ($ $)) (-15 -4129 ($ (-641 $))) (-15 -1888 ($ (-641 $))) (-15 -2178 ($ (-641 $))) (-15 -1501 ($ (-641 $))) (-15 -1527 ($ (-641 $))) (-15 -2853 ($ $ $)) (-15 -1709 ($ $ $)) (-15 -2880 ($ $ $)) (-15 -2893 ($ $ $)) (-15 -2908 ($ $ $)) (-15 -2920 ($ $ $)) (-15 -2956 ($ $ $)) (-15 -2970 ($ $ $)) (-15 -2970 ($ $)) (-15 * ($ $ $)) (-15 -2983 ($ $ $)) (-15 ** ($ $ $)) (-15 -2638 ($ $ $)) (-15 -2668 ($ $ $)) (-15 -2649 ($ $ $)) (-15 -2628 ($ $ $)) (-15 -2832 ($ $ $)) (-15 -2844 ($ $ $)) (-15 -2819 ($ $)) (-15 -2752 ($ $ $)) (-15 -2752 ($ $))))) (T -859))
-((-3357 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-859)))) (-4074 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859)))) (-3068 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-859)))) (-3170 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-3170 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-859)))) (-3170 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859)))) (-3170 (*1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-859)))) (-3456 (*1 *1) (-5 *1 (-859))) (-2750 (*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859)))) (-2613 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-1703 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-2613 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-1703 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-1553 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-1332 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-2254 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-1617 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-2407 (*1 *1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-3590 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-3602 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-1526 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-3590 (*1 *1 *1) (-5 *1 (-859))) (-3602 (*1 *1 *1) (-5 *1 (-859))) (-1526 (*1 *1 *1) (-5 *1 (-859))) (-1776 (*1 *1 *1 *1) (-5 *1 (-859))) (-4375 (*1 *1 *1 *1) (-5 *1 (-859))) (-1776 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-4375 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2043 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2218 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2218 (*1 *1 *1 *1 *1) (-5 *1 (-859))) (-1473 (*1 *1 *1 *1) (-5 *1 (-859))) (-3833 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-859)))) (-2961 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-3729 (*1 *1 *1) (-5 *1 (-859))) (-3806 (*1 *1 *1 *1) (-5 *1 (-859))) (-1437 (*1 *1 *1) (-5 *1 (-859))) (-2670 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-859)))) (-5 *1 (-859)))) (-3296 (*1 *1 *1 *1) (-5 *1 (-859))) (-2722 (*1 *1 *1) (-5 *1 (-859))) (-2722 (*1 *1 *1 *1) (-5 *1 (-859))) (-3273 (*1 *1 *1 *1) (-5 *1 (-859))) (-2223 (*1 *1 *1 *1) (-5 *1 (-859))) (-3767 (*1 *1 *1 *1) (-5 *1 (-859))) (-4342 (*1 *1 *1 *1) (-5 *1 (-859))) (-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859)))) (-3483 (*1 *1 *1 *1) (-5 *1 (-859))) (-3752 (*1 *1 *1 *1) (-5 *1 (-859))) (-4376 (*1 *1 *1 *1) (-5 *1 (-859))) (-3512 (*1 *1 *1 *1) (-5 *1 (-859))) (-2234 (*1 *1 *1 *1) (-5 *1 (-859))) (-2096 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2207 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-1873 (*1 *1 *1) (-5 *1 (-859))) (-2848 (*1 *1 *1) (-5 *1 (-859))) (-2848 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859)))) (-3914 (*1 *1 *1) (-5 *1 (-859))) (-3914 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859)))) (-2225 (*1 *1 *1) (-5 *1 (-859))) (-2619 (*1 *1 *1 *1) (-5 *1 (-859))) (-2290 (*1 *1 *1) (-5 *1 (-859))) (-2290 (*1 *1 *1 *1) (-5 *1 (-859))) (-2290 (*1 *1 *1 *1 *1) (-5 *1 (-859))) (-1669 (*1 *1 *1) (-5 *1 (-859))) (-1669 (*1 *1 *1 *1) (-5 *1 (-859))) (-1669 (*1 *1 *1 *1 *1) (-5 *1 (-859))) (-3817 (*1 *1 *1) (-5 *1 (-859))) (-3817 (*1 *1 *1 *1) (-5 *1 (-859))) (-3817 (*1 *1 *1 *1 *1) (-5 *1 (-859))) (-4081 (*1 *1 *1) (-5 *1 (-859))) (-4081 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-3353 (*1 *1 *1) (-5 *1 (-859))) (-3353 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-4129 (*1 *1 *1) (-5 *1 (-859))) (-4129 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-1888 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2178 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-1501 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-1527 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2853 (*1 *1 *1 *1) (-5 *1 (-859))) (-1709 (*1 *1 *1 *1) (-5 *1 (-859))) (-2880 (*1 *1 *1 *1) (-5 *1 (-859))) (-2893 (*1 *1 *1 *1) (-5 *1 (-859))) (-2908 (*1 *1 *1 *1) (-5 *1 (-859))) (-2920 (*1 *1 *1 *1) (-5 *1 (-859))) (-2956 (*1 *1 *1 *1) (-5 *1 (-859))) (-2970 (*1 *1 *1 *1) (-5 *1 (-859))) (-2970 (*1 *1 *1) (-5 *1 (-859))) (* (*1 *1 *1 *1) (-5 *1 (-859))) (-2983 (*1 *1 *1 *1) (-5 *1 (-859))) (** (*1 *1 *1 *1) (-5 *1 (-859))) (-2638 (*1 *1 *1 *1) (-5 *1 (-859))) (-2668 (*1 *1 *1 *1) (-5 *1 (-859))) (-2649 (*1 *1 *1 *1) (-5 *1 (-859))) (-2628 (*1 *1 *1 *1) (-5 *1 (-859))) (-2832 (*1 *1 *1 *1) (-5 *1 (-859))) (-2844 (*1 *1 *1 *1) (-5 *1 (-859))) (-2819 (*1 *1 *1) (-5 *1 (-859))) (-2752 (*1 *1 *1 *1) (-5 *1 (-859))) (-2752 (*1 *1 *1) (-5 *1 (-859))))
-(-13 (-1094) (-10 -8 (-15 -3357 ((-1264) $)) (-15 -4074 ($ (-1152))) (-15 -3068 ((-1264) (-1152))) (-15 -3170 ($ (-564))) (-15 -3170 ($ (-1170))) (-15 -3170 ($ (-1152))) (-15 -3170 ($ (-225))) (-15 -3456 ($)) (-15 -2750 ((-1152) (-1152))) (-15 -2613 ((-564) $)) (-15 -1703 ((-564) $)) (-15 -2613 ((-564))) (-15 -1703 ((-564))) (-15 -1553 ((-564) $)) (-15 -1332 ((-564) $)) (-15 -2254 ($ (-564))) (-15 -1617 ($ (-564))) (-15 -2407 ($ (-564) (-564))) (-15 -3590 ($ $ (-564))) (-15 -3602 ($ $ (-564))) (-15 -1526 ($ $ (-564))) (-15 -3590 ($ $)) (-15 -3602 ($ $)) (-15 -1526 ($ $)) (-15 -1776 ($ $ $)) (-15 -4375 ($ $ $)) (-15 -1776 ($ (-641 $))) (-15 -4375 ($ (-641 $))) (-15 -2043 ($ $ (-641 $))) (-15 -2218 ($ $ (-641 $))) (-15 -2218 ($ $ $ $)) (-15 -1473 ($ $ $)) (-15 -3833 ((-112) $)) (-15 -2961 ($ $ (-641 $))) (-15 -3729 ($ $)) (-15 -3806 ($ $ $)) (-15 -1437 ($ $)) (-15 -2670 ($ (-641 (-641 $)))) (-15 -3296 ($ $ $)) (-15 -2722 ($ $)) (-15 -2722 ($ $ $)) (-15 -3273 ($ $ $)) (-15 -2223 ($ $ $)) (-15 -3767 ($ $ $)) (-15 -4342 ($ $ $)) (-15 -1795 ($ $ (-768))) (-15 -3483 ($ $ $)) (-15 -3752 ($ $ $)) (-15 -4376 ($ $ $)) (-15 -3512 ($ $ $)) (-15 -2234 ($ $ $)) (-15 -2096 ($ $ (-641 $))) (-15 -2207 ($ $ (-641 $))) (-15 -1873 ($ $)) (-15 -2848 ($ $)) (-15 -2848 ($ $ (-768))) (-15 -3914 ($ $)) (-15 -3914 ($ $ (-768))) (-15 -2225 ($ $)) (-15 -2619 ($ $ $)) (-15 -2290 ($ $)) (-15 -2290 ($ $ $)) (-15 -2290 ($ $ $ $)) (-15 -1669 ($ $)) (-15 -1669 ($ $ $)) (-15 -1669 ($ $ $ $)) (-15 -3817 ($ $)) (-15 -3817 ($ $ $)) (-15 -3817 ($ $ $ $)) (-15 -4081 ($ $)) (-15 -4081 ($ (-641 $))) (-15 -3353 ($ $)) (-15 -3353 ($ (-641 $))) (-15 -4129 ($ $)) (-15 -4129 ($ (-641 $))) (-15 -1888 ($ (-641 $))) (-15 -2178 ($ (-641 $))) (-15 -1501 ($ (-641 $))) (-15 -1527 ($ (-641 $))) (-15 -2853 ($ $ $)) (-15 -1709 ($ $ $)) (-15 -2880 ($ $ $)) (-15 -2893 ($ $ $)) (-15 -2908 ($ $ $)) (-15 -2920 ($ $ $)) (-15 -2956 ($ $ $)) (-15 -2970 ($ $ $)) (-15 -2970 ($ $)) (-15 * ($ $ $)) (-15 -2983 ($ $ $)) (-15 ** ($ $ $)) (-15 -2638 ($ $ $)) (-15 -2668 ($ $ $)) (-15 -2649 ($ $ $)) (-15 -2628 ($ $ $)) (-15 -2832 ($ $ $)) (-15 -2844 ($ $ $)) (-15 -2819 ($ $)) (-15 -2752 ($ $ $)) (-15 -2752 ($ $))))
-((-2406 (((-1264) (-641 (-52))) 24)) (-2976 (((-1264) (-1152) (-859)) 14) (((-1264) (-859)) 9) (((-1264) (-1152)) 11)))
-(((-860) (-10 -7 (-15 -2976 ((-1264) (-1152))) (-15 -2976 ((-1264) (-859))) (-15 -2976 ((-1264) (-1152) (-859))) (-15 -2406 ((-1264) (-641 (-52)))))) (T -860))
-((-2406 (*1 *2 *3) (-12 (-5 *3 (-641 (-52))) (-5 *2 (-1264)) (-5 *1 (-860)))) (-2976 (*1 *2 *3 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-859)) (-5 *2 (-1264)) (-5 *1 (-860)))) (-2976 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-860)))) (-2976 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-860)))))
-(-10 -7 (-15 -2976 ((-1264) (-1152))) (-15 -2976 ((-1264) (-859))) (-15 -2976 ((-1264) (-1152) (-859))) (-15 -2406 ((-1264) (-641 (-52)))))
-((-1709 (((-112) $ $) NIL)) (-2794 (((-3 $ "failed") (-1170)) 39)) (-1860 (((-768)) 32)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-2981 (((-918) $) 29)) (-2811 (((-1152) $) 46)) (-1359 (($ (-918)) 28)) (-4382 (((-1114) $) NIL)) (-2153 (((-1170) $) 13) (((-536) $) 19) (((-889 (-379)) $) 26) (((-889 (-564)) $) 22)) (-1721 (((-859) $) 16)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 43)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 41)))
-(((-861 |#1|) (-13 (-841) (-612 (-1170)) (-612 (-536)) (-612 (-889 (-379))) (-612 (-889 (-564))) (-10 -8 (-15 -2794 ((-3 $ "failed") (-1170))))) (-641 (-1170))) (T -861))
-((-2794 (*1 *1 *2) (|partial| -12 (-5 *2 (-1170)) (-5 *1 (-861 *3)) (-14 *3 (-641 *2)))))
-(-13 (-841) (-612 (-1170)) (-612 (-536)) (-612 (-889 (-379))) (-612 (-889 (-564))) (-10 -8 (-15 -2794 ((-3 $ "failed") (-1170)))))
-((-1709 (((-112) $ $) NIL)) (-2540 (((-506) $) 9)) (-4317 (((-641 (-439)) $) 13)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 21)) (-2853 (((-112) $ $) 16)))
-(((-862) (-13 (-1094) (-10 -8 (-15 -2540 ((-506) $)) (-15 -4317 ((-641 (-439)) $))))) (T -862))
-((-2540 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-862)))) (-4317 (*1 *2 *1) (-12 (-5 *2 (-641 (-439))) (-5 *1 (-862)))))
-(-13 (-1094) (-10 -8 (-15 -2540 ((-506) $)) (-15 -4317 ((-641 (-439)) $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ (-949 |#1|)) NIL) (((-949 |#1|) $) NIL) (($ |#1|) NIL (|has| |#1| (-172)))) (-1303 (((-768)) NIL T CONST)) (-2310 (((-1264) (-768)) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2983 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
-(((-863 |#1| |#2| |#3| |#4|) (-13 (-1046) (-490 (-949 |#1|)) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -2983 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2310 ((-1264) (-768))))) (-1046) (-641 (-1170)) (-641 (-768)) (-768)) (T -863))
-((-2983 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-863 *2 *3 *4 *5)) (-4 *2 (-363)) (-4 *2 (-1046)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-768))) (-14 *5 (-768)))) (-2310 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-863 *4 *5 *6 *7)) (-4 *4 (-1046)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 *3)) (-14 *7 *3))))
-(-13 (-1046) (-490 (-949 |#1|)) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -2983 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2310 ((-1264) (-768)))))
-((-4060 (((-3 (-174 |#3|) "failed") (-768) (-768) |#2| |#2|) 43)) (-3201 (((-3 (-407 |#3|) "failed") (-768) (-768) |#2| |#2|) 34)))
-(((-864 |#1| |#2| |#3|) (-10 -7 (-15 -3201 ((-3 (-407 |#3|) "failed") (-768) (-768) |#2| |#2|)) (-15 -4060 ((-3 (-174 |#3|) "failed") (-768) (-768) |#2| |#2|))) (-363) (-1250 |#1|) (-1235 |#1|)) (T -864))
-((-4060 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-768)) (-4 *5 (-363)) (-5 *2 (-174 *6)) (-5 *1 (-864 *5 *4 *6)) (-4 *4 (-1250 *5)) (-4 *6 (-1235 *5)))) (-3201 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-768)) (-4 *5 (-363)) (-5 *2 (-407 *6)) (-5 *1 (-864 *5 *4 *6)) (-4 *4 (-1250 *5)) (-4 *6 (-1235 *5)))))
-(-10 -7 (-15 -3201 ((-3 (-407 |#3|) "failed") (-768) (-768) |#2| |#2|)) (-15 -4060 ((-3 (-174 |#3|) "failed") (-768) (-768) |#2| |#2|)))
-((-3201 (((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|)) 30) (((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) 28)))
-(((-865 |#1| |#2| |#3|) (-10 -7 (-15 -3201 ((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|))) (-15 -3201 ((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|)))) (-363) (-1170) |#1|) (T -865))
-((-3201 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-768)) (-5 *4 (-1251 *5 *6 *7)) (-4 *5 (-363)) (-14 *6 (-1170)) (-14 *7 *5) (-5 *2 (-407 (-1232 *6 *5))) (-5 *1 (-865 *5 *6 *7)))) (-3201 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-768)) (-5 *4 (-1251 *5 *6 *7)) (-4 *5 (-363)) (-14 *6 (-1170)) (-14 *7 *5) (-5 *2 (-407 (-1232 *6 *5))) (-5 *1 (-865 *5 *6 *7)))))
-(-10 -7 (-15 -3201 ((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|))) (-15 -3201 ((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-4029 (($ $ (-564)) 63)) (-1817 (((-112) $ $) 60)) (-1692 (($) 17 T CONST)) (-2722 (($ (-1166 (-564)) (-564)) 62)) (-2668 (($ $ $) 56)) (-3233 (((-3 $ "failed") $) 33)) (-1546 (($ $) 65)) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-2887 (((-768) $) 70)) (-3282 (((-112) $) 31)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-4347 (((-564)) 67)) (-2650 (((-564) $) 66)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-3450 (($ $ (-564)) 69)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2358 (((-768) $) 59)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-4291 (((-1150 (-564)) $) 71)) (-4072 (($ $) 68)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-4124 (((-564) $ (-564)) 64)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-3796 (((-687 (-1217)) $ (-1217)) NIL)) (-1721 (((-687 (-549)) $ (-549)) NIL)) (-1386 (((-768) $ (-128)) NIL)) (-2800 (((-687 (-129)) $ (-129)) 21)) (-2418 (($ (-388)) 12) (($ (-1152)) 14)) (-4310 (((-112) $) 18)) (-1831 (((-859) $) 25)) (-1846 (($ $) 22)))
+(((-858) (-13 (-857) (-611 (-859)) (-10 -8 (-15 -2418 ($ (-388))) (-15 -2418 ($ (-1152))) (-15 -4310 ((-112) $))))) (T -858))
+((-2418 (*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-858)))) (-2418 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-858)))) (-4310 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-858)))))
+(-13 (-857) (-611 (-859)) (-10 -8 (-15 -2418 ($ (-388))) (-15 -2418 ($ (-1152))) (-15 -4310 ((-112) $))))
+((-1817 (((-112) $ $) NIL) (($ $ $) 86)) (-3084 (($ $ $) 126)) (-2820 (((-564) $) 31) (((-564)) 36)) (-2348 (($ (-564)) 54)) (-1973 (($ $ $) 55) (($ (-641 $)) 85)) (-2977 (($ $ (-641 $)) 83)) (-2586 (((-564) $) 34)) (-2755 (($ $ $) 74)) (-3837 (($ $) 141) (($ $ $) 142) (($ $ $ $) 143)) (-2976 (((-564) $) 33)) (-3946 (($ $ $) 73)) (-1307 (($ $) 115)) (-3113 (($ $ $) 130)) (-3708 (($ (-641 $)) 62)) (-1514 (($ $ (-641 $)) 80)) (-4346 (($ (-564) (-564)) 56)) (-4317 (($ $) 127) (($ $ $) 128)) (-3777 (($ $ (-564)) 43) (($ $) 46)) (-1449 (($ $ $) 98)) (-1632 (($ $ $) 133)) (-2801 (($ $) 116)) (-1424 (($ $ $) 99)) (-1565 (($ $) 144) (($ $ $) 145) (($ $ $ $) 146)) (-3536 (((-1264) $) 10)) (-3053 (($ $) 119) (($ $ (-768)) 123)) (-1999 (($ $ $) 76)) (-3377 (($ $ $) 75)) (-3057 (($ $ (-641 $)) 111)) (-3404 (($ $ $) 114)) (-2941 (($ (-641 $)) 60)) (-3352 (($ $) 71) (($ (-641 $)) 72)) (-1542 (($ $ $) 124)) (-3132 (($ $) 117)) (-2868 (($ $ $) 129)) (-4286 (($ (-564)) 21) (($ (-1170)) 23) (($ (-1152)) 30) (($ (-225)) 25)) (-4358 (($ $ $) 102)) (-4338 (($ $) 103)) (-1335 (((-1264) (-1152)) 15)) (-4203 (($ (-1152)) 14)) (-4309 (($ (-641 (-641 $))) 59)) (-3766 (($ $ (-564)) 42) (($ $) 45)) (-2723 (((-1152) $) NIL)) (-3950 (($ $ $) 132)) (-2133 (($ $) 147) (($ $ $) 148) (($ $ $ $) 149)) (-1769 (((-112) $) 109)) (-3073 (($ $ (-641 $)) 112) (($ $ $ $) 113)) (-2204 (($ (-564)) 39)) (-3926 (((-564) $) 32) (((-564)) 35)) (-3203 (($ $ $) 40) (($ (-641 $)) 84)) (-2780 (((-1114) $) NIL)) (-1403 (($ $ $) 100)) (-4012 (($) 13)) (-1350 (($ $ (-641 $)) 110)) (-3398 (((-1152) (-1152)) 8)) (-3032 (($ $) 118) (($ $ (-768)) 122)) (-1412 (($ $ $) 97)) (-3534 (($ $ (-768)) 140)) (-2689 (($ (-641 $)) 61)) (-1831 (((-859) $) 19)) (-2513 (($ $ (-564)) 41) (($ $) 44)) (-2372 (($ $) 69) (($ (-641 $)) 70)) (-3131 (($ $) 67) (($ (-641 $)) 68)) (-4264 (($ $) 125)) (-2730 (($ (-641 $)) 66)) (-4254 (($ $ $) 106)) (-4081 (($ $ $) 131)) (-4348 (($ $ $) 101)) (-2966 (($ $ $) 104) (($ $) 105)) (-1762 (($ $ $) 90)) (-1737 (($ $ $) 88)) (-1702 (((-112) $ $) 16) (($ $ $) 17)) (-1749 (($ $ $) 89)) (-1723 (($ $ $) 87)) (-1823 (($ $ $) 95)) (-1808 (($ $ $) 92) (($ $) 93)) (-1797 (($ $ $) 91)) (** (($ $ $) 96)) (* (($ $ $) 94)))
+(((-859) (-13 (-1094) (-10 -8 (-15 -3536 ((-1264) $)) (-15 -4203 ($ (-1152))) (-15 -1335 ((-1264) (-1152))) (-15 -4286 ($ (-564))) (-15 -4286 ($ (-1170))) (-15 -4286 ($ (-1152))) (-15 -4286 ($ (-225))) (-15 -4012 ($)) (-15 -3398 ((-1152) (-1152))) (-15 -2820 ((-564) $)) (-15 -3926 ((-564) $)) (-15 -2820 ((-564))) (-15 -3926 ((-564))) (-15 -2976 ((-564) $)) (-15 -2586 ((-564) $)) (-15 -2204 ($ (-564))) (-15 -2348 ($ (-564))) (-15 -4346 ($ (-564) (-564))) (-15 -3766 ($ $ (-564))) (-15 -3777 ($ $ (-564))) (-15 -2513 ($ $ (-564))) (-15 -3766 ($ $)) (-15 -3777 ($ $)) (-15 -2513 ($ $)) (-15 -3203 ($ $ $)) (-15 -1973 ($ $ $)) (-15 -3203 ($ (-641 $))) (-15 -1973 ($ (-641 $))) (-15 -3057 ($ $ (-641 $))) (-15 -3073 ($ $ (-641 $))) (-15 -3073 ($ $ $ $)) (-15 -3404 ($ $ $)) (-15 -1769 ((-112) $)) (-15 -1350 ($ $ (-641 $))) (-15 -1307 ($ $)) (-15 -3950 ($ $ $)) (-15 -4264 ($ $)) (-15 -4309 ($ (-641 (-641 $)))) (-15 -3084 ($ $ $)) (-15 -4317 ($ $)) (-15 -4317 ($ $ $)) (-15 -2868 ($ $ $)) (-15 -3113 ($ $ $)) (-15 -4081 ($ $ $)) (-15 -1632 ($ $ $)) (-15 -3534 ($ $ (-768))) (-15 -4254 ($ $ $)) (-15 -3946 ($ $ $)) (-15 -2755 ($ $ $)) (-15 -3377 ($ $ $)) (-15 -1999 ($ $ $)) (-15 -1514 ($ $ (-641 $))) (-15 -2977 ($ $ (-641 $))) (-15 -2801 ($ $)) (-15 -3032 ($ $)) (-15 -3032 ($ $ (-768))) (-15 -3053 ($ $)) (-15 -3053 ($ $ (-768))) (-15 -3132 ($ $)) (-15 -1542 ($ $ $)) (-15 -3837 ($ $)) (-15 -3837 ($ $ $)) (-15 -3837 ($ $ $ $)) (-15 -1565 ($ $)) (-15 -1565 ($ $ $)) (-15 -1565 ($ $ $ $)) (-15 -2133 ($ $)) (-15 -2133 ($ $ $)) (-15 -2133 ($ $ $ $)) (-15 -3131 ($ $)) (-15 -3131 ($ (-641 $))) (-15 -2372 ($ $)) (-15 -2372 ($ (-641 $))) (-15 -3352 ($ $)) (-15 -3352 ($ (-641 $))) (-15 -2941 ($ (-641 $))) (-15 -2689 ($ (-641 $))) (-15 -3708 ($ (-641 $))) (-15 -2730 ($ (-641 $))) (-15 -1702 ($ $ $)) (-15 -1817 ($ $ $)) (-15 -1723 ($ $ $)) (-15 -1737 ($ $ $)) (-15 -1749 ($ $ $)) (-15 -1762 ($ $ $)) (-15 -1797 ($ $ $)) (-15 -1808 ($ $ $)) (-15 -1808 ($ $)) (-15 * ($ $ $)) (-15 -1823 ($ $ $)) (-15 ** ($ $ $)) (-15 -1412 ($ $ $)) (-15 -1449 ($ $ $)) (-15 -1424 ($ $ $)) (-15 -1403 ($ $ $)) (-15 -4348 ($ $ $)) (-15 -4358 ($ $ $)) (-15 -4338 ($ $)) (-15 -2966 ($ $ $)) (-15 -2966 ($ $))))) (T -859))
+((-3536 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-859)))) (-4203 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859)))) (-1335 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-859)))) (-4286 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-4286 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-859)))) (-4286 (*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859)))) (-4286 (*1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-859)))) (-4012 (*1 *1) (-5 *1 (-859))) (-3398 (*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859)))) (-2820 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-3926 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-2820 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-3926 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-2976 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-2586 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-2204 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-2348 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-4346 (*1 *1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-3766 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-3777 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-2513 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))) (-3766 (*1 *1 *1) (-5 *1 (-859))) (-3777 (*1 *1 *1) (-5 *1 (-859))) (-2513 (*1 *1 *1) (-5 *1 (-859))) (-3203 (*1 *1 *1 *1) (-5 *1 (-859))) (-1973 (*1 *1 *1 *1) (-5 *1 (-859))) (-3203 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-1973 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-3057 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-3073 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-3073 (*1 *1 *1 *1 *1) (-5 *1 (-859))) (-3404 (*1 *1 *1 *1) (-5 *1 (-859))) (-1769 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-859)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-1307 (*1 *1 *1) (-5 *1 (-859))) (-3950 (*1 *1 *1 *1) (-5 *1 (-859))) (-4264 (*1 *1 *1) (-5 *1 (-859))) (-4309 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-859)))) (-5 *1 (-859)))) (-3084 (*1 *1 *1 *1) (-5 *1 (-859))) (-4317 (*1 *1 *1) (-5 *1 (-859))) (-4317 (*1 *1 *1 *1) (-5 *1 (-859))) (-2868 (*1 *1 *1 *1) (-5 *1 (-859))) (-3113 (*1 *1 *1 *1) (-5 *1 (-859))) (-4081 (*1 *1 *1 *1) (-5 *1 (-859))) (-1632 (*1 *1 *1 *1) (-5 *1 (-859))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859)))) (-4254 (*1 *1 *1 *1) (-5 *1 (-859))) (-3946 (*1 *1 *1 *1) (-5 *1 (-859))) (-2755 (*1 *1 *1 *1) (-5 *1 (-859))) (-3377 (*1 *1 *1 *1) (-5 *1 (-859))) (-1999 (*1 *1 *1 *1) (-5 *1 (-859))) (-1514 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2977 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2801 (*1 *1 *1) (-5 *1 (-859))) (-3032 (*1 *1 *1) (-5 *1 (-859))) (-3032 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859)))) (-3053 (*1 *1 *1) (-5 *1 (-859))) (-3053 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859)))) (-3132 (*1 *1 *1) (-5 *1 (-859))) (-1542 (*1 *1 *1 *1) (-5 *1 (-859))) (-3837 (*1 *1 *1) (-5 *1 (-859))) (-3837 (*1 *1 *1 *1) (-5 *1 (-859))) (-3837 (*1 *1 *1 *1 *1) (-5 *1 (-859))) (-1565 (*1 *1 *1) (-5 *1 (-859))) (-1565 (*1 *1 *1 *1) (-5 *1 (-859))) (-1565 (*1 *1 *1 *1 *1) (-5 *1 (-859))) (-2133 (*1 *1 *1) (-5 *1 (-859))) (-2133 (*1 *1 *1 *1) (-5 *1 (-859))) (-2133 (*1 *1 *1 *1 *1) (-5 *1 (-859))) (-3131 (*1 *1 *1) (-5 *1 (-859))) (-3131 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2372 (*1 *1 *1) (-5 *1 (-859))) (-2372 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-3352 (*1 *1 *1) (-5 *1 (-859))) (-3352 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2941 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2689 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-3708 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-2730 (*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))) (-1702 (*1 *1 *1 *1) (-5 *1 (-859))) (-1817 (*1 *1 *1 *1) (-5 *1 (-859))) (-1723 (*1 *1 *1 *1) (-5 *1 (-859))) (-1737 (*1 *1 *1 *1) (-5 *1 (-859))) (-1749 (*1 *1 *1 *1) (-5 *1 (-859))) (-1762 (*1 *1 *1 *1) (-5 *1 (-859))) (-1797 (*1 *1 *1 *1) (-5 *1 (-859))) (-1808 (*1 *1 *1 *1) (-5 *1 (-859))) (-1808 (*1 *1 *1) (-5 *1 (-859))) (* (*1 *1 *1 *1) (-5 *1 (-859))) (-1823 (*1 *1 *1 *1) (-5 *1 (-859))) (** (*1 *1 *1 *1) (-5 *1 (-859))) (-1412 (*1 *1 *1 *1) (-5 *1 (-859))) (-1449 (*1 *1 *1 *1) (-5 *1 (-859))) (-1424 (*1 *1 *1 *1) (-5 *1 (-859))) (-1403 (*1 *1 *1 *1) (-5 *1 (-859))) (-4348 (*1 *1 *1 *1) (-5 *1 (-859))) (-4358 (*1 *1 *1 *1) (-5 *1 (-859))) (-4338 (*1 *1 *1) (-5 *1 (-859))) (-2966 (*1 *1 *1 *1) (-5 *1 (-859))) (-2966 (*1 *1 *1) (-5 *1 (-859))))
+(-13 (-1094) (-10 -8 (-15 -3536 ((-1264) $)) (-15 -4203 ($ (-1152))) (-15 -1335 ((-1264) (-1152))) (-15 -4286 ($ (-564))) (-15 -4286 ($ (-1170))) (-15 -4286 ($ (-1152))) (-15 -4286 ($ (-225))) (-15 -4012 ($)) (-15 -3398 ((-1152) (-1152))) (-15 -2820 ((-564) $)) (-15 -3926 ((-564) $)) (-15 -2820 ((-564))) (-15 -3926 ((-564))) (-15 -2976 ((-564) $)) (-15 -2586 ((-564) $)) (-15 -2204 ($ (-564))) (-15 -2348 ($ (-564))) (-15 -4346 ($ (-564) (-564))) (-15 -3766 ($ $ (-564))) (-15 -3777 ($ $ (-564))) (-15 -2513 ($ $ (-564))) (-15 -3766 ($ $)) (-15 -3777 ($ $)) (-15 -2513 ($ $)) (-15 -3203 ($ $ $)) (-15 -1973 ($ $ $)) (-15 -3203 ($ (-641 $))) (-15 -1973 ($ (-641 $))) (-15 -3057 ($ $ (-641 $))) (-15 -3073 ($ $ (-641 $))) (-15 -3073 ($ $ $ $)) (-15 -3404 ($ $ $)) (-15 -1769 ((-112) $)) (-15 -1350 ($ $ (-641 $))) (-15 -1307 ($ $)) (-15 -3950 ($ $ $)) (-15 -4264 ($ $)) (-15 -4309 ($ (-641 (-641 $)))) (-15 -3084 ($ $ $)) (-15 -4317 ($ $)) (-15 -4317 ($ $ $)) (-15 -2868 ($ $ $)) (-15 -3113 ($ $ $)) (-15 -4081 ($ $ $)) (-15 -1632 ($ $ $)) (-15 -3534 ($ $ (-768))) (-15 -4254 ($ $ $)) (-15 -3946 ($ $ $)) (-15 -2755 ($ $ $)) (-15 -3377 ($ $ $)) (-15 -1999 ($ $ $)) (-15 -1514 ($ $ (-641 $))) (-15 -2977 ($ $ (-641 $))) (-15 -2801 ($ $)) (-15 -3032 ($ $)) (-15 -3032 ($ $ (-768))) (-15 -3053 ($ $)) (-15 -3053 ($ $ (-768))) (-15 -3132 ($ $)) (-15 -1542 ($ $ $)) (-15 -3837 ($ $)) (-15 -3837 ($ $ $)) (-15 -3837 ($ $ $ $)) (-15 -1565 ($ $)) (-15 -1565 ($ $ $)) (-15 -1565 ($ $ $ $)) (-15 -2133 ($ $)) (-15 -2133 ($ $ $)) (-15 -2133 ($ $ $ $)) (-15 -3131 ($ $)) (-15 -3131 ($ (-641 $))) (-15 -2372 ($ $)) (-15 -2372 ($ (-641 $))) (-15 -3352 ($ $)) (-15 -3352 ($ (-641 $))) (-15 -2941 ($ (-641 $))) (-15 -2689 ($ (-641 $))) (-15 -3708 ($ (-641 $))) (-15 -2730 ($ (-641 $))) (-15 -1702 ($ $ $)) (-15 -1817 ($ $ $)) (-15 -1723 ($ $ $)) (-15 -1737 ($ $ $)) (-15 -1749 ($ $ $)) (-15 -1762 ($ $ $)) (-15 -1797 ($ $ $)) (-15 -1808 ($ $ $)) (-15 -1808 ($ $)) (-15 * ($ $ $)) (-15 -1823 ($ $ $)) (-15 ** ($ $ $)) (-15 -1412 ($ $ $)) (-15 -1449 ($ $ $)) (-15 -1424 ($ $ $)) (-15 -1403 ($ $ $)) (-15 -4348 ($ $ $)) (-15 -4358 ($ $ $)) (-15 -4338 ($ $)) (-15 -2966 ($ $ $)) (-15 -2966 ($ $))))
+((-3483 (((-1264) (-641 (-52))) 24)) (-1478 (((-1264) (-1152) (-859)) 14) (((-1264) (-859)) 9) (((-1264) (-1152)) 11)))
+(((-860) (-10 -7 (-15 -1478 ((-1264) (-1152))) (-15 -1478 ((-1264) (-859))) (-15 -1478 ((-1264) (-1152) (-859))) (-15 -3483 ((-1264) (-641 (-52)))))) (T -860))
+((-3483 (*1 *2 *3) (-12 (-5 *3 (-641 (-52))) (-5 *2 (-1264)) (-5 *1 (-860)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-859)) (-5 *2 (-1264)) (-5 *1 (-860)))) (-1478 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-860)))) (-1478 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-860)))))
+(-10 -7 (-15 -1478 ((-1264) (-1152))) (-15 -1478 ((-1264) (-859))) (-15 -1478 ((-1264) (-1152) (-859))) (-15 -3483 ((-1264) (-641 (-52)))))
+((-1817 (((-112) $ $) NIL)) (-3871 (((-3 $ "failed") (-1170)) 39)) (-3267 (((-768)) 32)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-1811 (((-918) $) 29)) (-2723 (((-1152) $) 46)) (-1468 (($ (-918)) 28)) (-2780 (((-1114) $) NIL)) (-2511 (((-1170) $) 13) (((-536) $) 19) (((-889 (-379)) $) 26) (((-889 (-564)) $) 22)) (-1831 (((-859) $) 16)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 43)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 41)))
+(((-861 |#1|) (-13 (-841) (-612 (-1170)) (-612 (-536)) (-612 (-889 (-379))) (-612 (-889 (-564))) (-10 -8 (-15 -3871 ((-3 $ "failed") (-1170))))) (-641 (-1170))) (T -861))
+((-3871 (*1 *1 *2) (|partial| -12 (-5 *2 (-1170)) (-5 *1 (-861 *3)) (-14 *3 (-641 *2)))))
+(-13 (-841) (-612 (-1170)) (-612 (-536)) (-612 (-889 (-379))) (-612 (-889 (-564))) (-10 -8 (-15 -3871 ((-3 $ "failed") (-1170)))))
+((-1817 (((-112) $ $) NIL)) (-1316 (((-506) $) 9)) (-2640 (((-641 (-439)) $) 13)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 21)) (-1702 (((-112) $ $) 16)))
+(((-862) (-13 (-1094) (-10 -8 (-15 -1316 ((-506) $)) (-15 -2640 ((-641 (-439)) $))))) (T -862))
+((-1316 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-862)))) (-2640 (*1 *2 *1) (-12 (-5 *2 (-641 (-439))) (-5 *1 (-862)))))
+(-13 (-1094) (-10 -8 (-15 -1316 ((-506) $)) (-15 -2640 ((-641 (-439)) $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ (-949 |#1|)) NIL) (((-949 |#1|) $) NIL) (($ |#1|) NIL (|has| |#1| (-172)))) (-2219 (((-768)) NIL T CONST)) (-1489 (((-1264) (-768)) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1823 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
+(((-863 |#1| |#2| |#3| |#4|) (-13 (-1046) (-490 (-949 |#1|)) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -1823 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1489 ((-1264) (-768))))) (-1046) (-641 (-1170)) (-641 (-768)) (-768)) (T -863))
+((-1823 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-863 *2 *3 *4 *5)) (-4 *2 (-363)) (-4 *2 (-1046)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-768))) (-14 *5 (-768)))) (-1489 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-863 *4 *5 *6 *7)) (-4 *4 (-1046)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 *3)) (-14 *7 *3))))
+(-13 (-1046) (-490 (-949 |#1|)) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -1823 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1489 ((-1264) (-768)))))
+((-3922 (((-3 (-174 |#3|) "failed") (-768) (-768) |#2| |#2|) 43)) (-3415 (((-3 (-407 |#3|) "failed") (-768) (-768) |#2| |#2|) 34)))
+(((-864 |#1| |#2| |#3|) (-10 -7 (-15 -3415 ((-3 (-407 |#3|) "failed") (-768) (-768) |#2| |#2|)) (-15 -3922 ((-3 (-174 |#3|) "failed") (-768) (-768) |#2| |#2|))) (-363) (-1250 |#1|) (-1235 |#1|)) (T -864))
+((-3922 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-768)) (-4 *5 (-363)) (-5 *2 (-174 *6)) (-5 *1 (-864 *5 *4 *6)) (-4 *4 (-1250 *5)) (-4 *6 (-1235 *5)))) (-3415 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-768)) (-4 *5 (-363)) (-5 *2 (-407 *6)) (-5 *1 (-864 *5 *4 *6)) (-4 *4 (-1250 *5)) (-4 *6 (-1235 *5)))))
+(-10 -7 (-15 -3415 ((-3 (-407 |#3|) "failed") (-768) (-768) |#2| |#2|)) (-15 -3922 ((-3 (-174 |#3|) "failed") (-768) (-768) |#2| |#2|)))
+((-3415 (((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|)) 30) (((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) 28)))
+(((-865 |#1| |#2| |#3|) (-10 -7 (-15 -3415 ((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|))) (-15 -3415 ((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|)))) (-363) (-1170) |#1|) (T -865))
+((-3415 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-768)) (-5 *4 (-1251 *5 *6 *7)) (-4 *5 (-363)) (-14 *6 (-1170)) (-14 *7 *5) (-5 *2 (-407 (-1232 *6 *5))) (-5 *1 (-865 *5 *6 *7)))) (-3415 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-768)) (-5 *4 (-1251 *5 *6 *7)) (-4 *5 (-363)) (-14 *6 (-1170)) (-14 *7 *5) (-5 *2 (-407 (-1232 *6 *5))) (-5 *1 (-865 *5 *6 *7)))))
+(-10 -7 (-15 -3415 ((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|))) (-15 -3415 ((-3 (-407 (-1232 |#2| |#1|)) "failed") (-768) (-768) (-1251 |#1| |#2| |#3|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-3083 (($ $ (-564)) 63)) (-3554 (((-112) $ $) 60)) (-1778 (($) 17 T CONST)) (-4317 (($ (-1166 (-564)) (-564)) 62)) (-1449 (($ $ $) 56)) (-3733 (((-3 $ "failed") $) 33)) (-2905 (($ $) 65)) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-2155 (((-768) $) 70)) (-2949 (((-112) $) 31)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-1691 (((-564)) 67)) (-1822 (((-564) $) 66)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-3951 (($ $ (-564)) 69)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-3920 (((-768) $) 59)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-2422 (((-1150 (-564)) $) 71)) (-4037 (($ $) 68)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-2508 (((-564) $ (-564)) 64)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-866 |#1|) (-140) (-564)) (T -866))
-((-4291 (*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-1150 (-564))))) (-2887 (*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-768)))) (-3450 (*1 *1 *1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))) (-4072 (*1 *1 *1) (-4 *1 (-866 *2))) (-4347 (*1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))) (-2650 (*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))) (-1546 (*1 *1 *1) (-4 *1 (-866 *2))) (-4124 (*1 *2 *1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))) (-4029 (*1 *1 *1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))) (-2722 (*1 *1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *3 (-564)) (-4 *1 (-866 *4)))))
-(-13 (-307) (-147) (-10 -8 (-15 -4291 ((-1150 (-564)) $)) (-15 -2887 ((-768) $)) (-15 -3450 ($ $ (-564))) (-15 -4072 ($ $)) (-15 -4347 ((-564))) (-15 -2650 ((-564) $)) (-15 -1546 ($ $)) (-15 -4124 ((-564) $ (-564))) (-15 -4029 ($ $ (-564))) (-15 -2722 ($ (-1166 (-564)) (-564)))))
+((-2422 (*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-1150 (-564))))) (-2155 (*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-768)))) (-3951 (*1 *1 *1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))) (-4037 (*1 *1 *1) (-4 *1 (-866 *2))) (-1691 (*1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))) (-1822 (*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))) (-2905 (*1 *1 *1) (-4 *1 (-866 *2))) (-2508 (*1 *2 *1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))) (-3083 (*1 *1 *1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))) (-4317 (*1 *1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *3 (-564)) (-4 *1 (-866 *4)))))
+(-13 (-307) (-147) (-10 -8 (-15 -2422 ((-1150 (-564)) $)) (-15 -2155 ((-768) $)) (-15 -3951 ($ $ (-564))) (-15 -4037 ($ $)) (-15 -1691 ((-564))) (-15 -1822 ((-564) $)) (-15 -2905 ($ $)) (-15 -2508 ((-564) $ (-564))) (-15 -3083 ($ $ (-564))) (-15 -4317 ($ (-1166 (-564)) (-564)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-290) . T) ((-307) . T) ((-452) . T) ((-556) . T) ((-644 $) . T) ((-714 $) . T) ((-723) . T) ((-917) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4029 (($ $ (-564)) NIL)) (-1817 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-2722 (($ (-1166 (-564)) (-564)) NIL)) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-1546 (($ $) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2887 (((-768) $) NIL)) (-3282 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4347 (((-564)) NIL)) (-2650 (((-564) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3450 (($ $ (-564)) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-4291 (((-1150 (-564)) $) NIL)) (-4072 (($ $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL)) (-1303 (((-768)) NIL T CONST)) (-1720 (((-112) $ $) NIL)) (-4124 (((-564) $ (-564)) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3083 (($ $ (-564)) NIL)) (-3554 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-4317 (($ (-1166 (-564)) (-564)) NIL)) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2905 (($ $) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-2155 (((-768) $) NIL)) (-2949 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1691 (((-564)) NIL)) (-1822 (((-564) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3951 (($ $ (-564)) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-2422 (((-1150 (-564)) $) NIL)) (-4037 (($ $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL)) (-2219 (((-768)) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-2508 (((-564) $ (-564)) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL)))
(((-867 |#1|) (-866 |#1|) (-564)) (T -867))
NIL
(-866 |#1|)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4137 (((-867 |#1|) $) NIL (|has| (-867 |#1|) (-307)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-867 |#1|) (-906)))) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-867 |#1|) (-906)))) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL (|has| (-867 |#1|) (-817)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-867 |#1|) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-867 |#1|) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-867 |#1|) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-867 |#1|) (-1035 (-564))))) (-3437 (((-867 |#1|) $) NIL) (((-1170) $) NIL (|has| (-867 |#1|) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-867 |#1|) (-1035 (-564)))) (((-564) $) NIL (|has| (-867 |#1|) (-1035 (-564))))) (-3532 (($ $) NIL) (($ (-564) $) NIL)) (-2668 (($ $ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| (-867 |#1|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-867 |#1|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-867 |#1|))) (|:| |vec| (-1259 (-867 |#1|)))) (-685 $) (-1259 $)) NIL) (((-685 (-867 |#1|)) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-867 |#1|) (-545)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2955 (((-112) $) NIL (|has| (-867 |#1|) (-817)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-867 |#1|) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-867 |#1|) (-883 (-379))))) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL)) (-2654 (((-867 |#1|) $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| (-867 |#1|) (-1145)))) (-1515 (((-112) $) NIL (|has| (-867 |#1|) (-817)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL (|has| (-867 |#1|) (-847)))) (-1650 (($ $ $) NIL (|has| (-867 |#1|) (-847)))) (-2110 (($ (-1 (-867 |#1|) (-867 |#1|)) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-867 |#1|) (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL (|has| (-867 |#1|) (-307)))) (-4037 (((-867 |#1|) $) NIL (|has| (-867 |#1|) (-545)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-867 |#1|) (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-867 |#1|) (-906)))) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3227 (($ $ (-641 (-867 |#1|)) (-641 (-867 |#1|))) NIL (|has| (-867 |#1|) (-309 (-867 |#1|)))) (($ $ (-867 |#1|) (-867 |#1|)) NIL (|has| (-867 |#1|) (-309 (-867 |#1|)))) (($ $ (-294 (-867 |#1|))) NIL (|has| (-867 |#1|) (-309 (-867 |#1|)))) (($ $ (-641 (-294 (-867 |#1|)))) NIL (|has| (-867 |#1|) (-309 (-867 |#1|)))) (($ $ (-641 (-1170)) (-641 (-867 |#1|))) NIL (|has| (-867 |#1|) (-514 (-1170) (-867 |#1|)))) (($ $ (-1170) (-867 |#1|)) NIL (|has| (-867 |#1|) (-514 (-1170) (-867 |#1|))))) (-2358 (((-768) $) NIL)) (-2961 (($ $ (-867 |#1|)) NIL (|has| (-867 |#1|) (-286 (-867 |#1|) (-867 |#1|))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $) NIL (|has| (-867 |#1|) (-233))) (($ $ (-768)) NIL (|has| (-867 |#1|) (-233))) (($ $ (-1170)) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-1 (-867 |#1|) (-867 |#1|)) (-768)) NIL) (($ $ (-1 (-867 |#1|) (-867 |#1|))) NIL)) (-2173 (($ $) NIL)) (-2663 (((-867 |#1|) $) NIL)) (-2153 (((-889 (-564)) $) NIL (|has| (-867 |#1|) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-867 |#1|) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-867 |#1|) (-612 (-536)))) (((-379) $) NIL (|has| (-867 |#1|) (-1019))) (((-225) $) NIL (|has| (-867 |#1|) (-1019)))) (-2408 (((-174 (-407 (-564))) $) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-867 |#1|) (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-867 |#1|)) NIL) (($ (-1170)) NIL (|has| (-867 |#1|) (-1035 (-1170))))) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| (-867 |#1|) (-906))) (|has| (-867 |#1|) (-145))))) (-1303 (((-768)) NIL T CONST)) (-2698 (((-867 |#1|) $) NIL (|has| (-867 |#1|) (-545)))) (-1720 (((-112) $ $) NIL)) (-4124 (((-407 (-564)) $ (-564)) NIL)) (-1699 (($ $) NIL (|has| (-867 |#1|) (-817)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $) NIL (|has| (-867 |#1|) (-233))) (($ $ (-768)) NIL (|has| (-867 |#1|) (-233))) (($ $ (-1170)) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-1 (-867 |#1|) (-867 |#1|)) (-768)) NIL) (($ $ (-1 (-867 |#1|) (-867 |#1|))) NIL)) (-2920 (((-112) $ $) NIL (|has| (-867 |#1|) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-867 |#1|) (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| (-867 |#1|) (-847)))) (-2880 (((-112) $ $) NIL (|has| (-867 |#1|) (-847)))) (-2983 (($ $ $) NIL) (($ (-867 |#1|) (-867 |#1|)) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-867 |#1|) $) NIL) (($ $ (-867 |#1|)) NIL)))
-(((-868 |#1|) (-13 (-989 (-867 |#1|)) (-10 -8 (-15 -4124 ((-407 (-564)) $ (-564))) (-15 -2408 ((-174 (-407 (-564))) $)) (-15 -3532 ($ $)) (-15 -3532 ($ (-564) $)))) (-564)) (T -868))
-((-4124 (*1 *2 *1 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-868 *4)) (-14 *4 *3) (-5 *3 (-564)))) (-2408 (*1 *2 *1) (-12 (-5 *2 (-174 (-407 (-564)))) (-5 *1 (-868 *3)) (-14 *3 (-564)))) (-3532 (*1 *1 *1) (-12 (-5 *1 (-868 *2)) (-14 *2 (-564)))) (-3532 (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-868 *3)) (-14 *3 *2))))
-(-13 (-989 (-867 |#1|)) (-10 -8 (-15 -4124 ((-407 (-564)) $ (-564))) (-15 -2408 ((-174 (-407 (-564))) $)) (-15 -3532 ($ $)) (-15 -3532 ($ (-564) $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4137 ((|#2| $) NIL (|has| |#2| (-307)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL (|has| |#2| (-817)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| |#2| (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564))))) (-3437 ((|#2| $) NIL) (((-1170) $) NIL (|has| |#2| (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-564)))) (((-564) $) NIL (|has| |#2| (-1035 (-564))))) (-3532 (($ $) 35) (($ (-564) $) 38)) (-2668 (($ $ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) 63)) (-3746 (($) NIL (|has| |#2| (-545)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2955 (((-112) $) NIL (|has| |#2| (-817)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| |#2| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| |#2| (-883 (-379))))) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL)) (-2654 ((|#2| $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| |#2| (-1145)))) (-1515 (((-112) $) NIL (|has| |#2| (-817)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL (|has| |#2| (-847)))) (-1650 (($ $ $) NIL (|has| |#2| (-847)))) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 59)) (-2558 (($) NIL (|has| |#2| (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL (|has| |#2| (-307)))) (-4037 ((|#2| $) NIL (|has| |#2| (-545)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3227 (($ $ (-641 |#2|) (-641 |#2|)) NIL (|has| |#2| (-309 |#2|))) (($ $ |#2| |#2|) NIL (|has| |#2| (-309 |#2|))) (($ $ (-294 |#2|)) NIL (|has| |#2| (-309 |#2|))) (($ $ (-641 (-294 |#2|))) NIL (|has| |#2| (-309 |#2|))) (($ $ (-641 (-1170)) (-641 |#2|)) NIL (|has| |#2| (-514 (-1170) |#2|))) (($ $ (-1170) |#2|) NIL (|has| |#2| (-514 (-1170) |#2|)))) (-2358 (((-768) $) NIL)) (-2961 (($ $ |#2|) NIL (|has| |#2| (-286 |#2| |#2|)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $) NIL (|has| |#2| (-233))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2173 (($ $) NIL)) (-2663 ((|#2| $) NIL)) (-2153 (((-889 (-564)) $) NIL (|has| |#2| (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| |#2| (-612 (-889 (-379))))) (((-536) $) NIL (|has| |#2| (-612 (-536)))) (((-379) $) NIL (|has| |#2| (-1019))) (((-225) $) NIL (|has| |#2| (-1019)))) (-2408 (((-174 (-407 (-564))) $) 77)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1721 (((-859) $) 106) (($ (-564)) 20) (($ $) NIL) (($ (-407 (-564))) 25) (($ |#2|) 19) (($ (-1170)) NIL (|has| |#2| (-1035 (-1170))))) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-1303 (((-768)) NIL T CONST)) (-2698 ((|#2| $) NIL (|has| |#2| (-545)))) (-1720 (((-112) $ $) NIL)) (-4124 (((-407 (-564)) $ (-564)) 70)) (-1699 (($ $) NIL (|has| |#2| (-817)))) (-2885 (($) 15 T CONST)) (-2898 (($) 17 T CONST)) (-3256 (($ $) NIL (|has| |#2| (-233))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2920 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2853 (((-112) $ $) 45)) (-2908 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2983 (($ $ $) 24) (($ |#2| |#2|) 64)) (-2970 (($ $) 49) (($ $ $) 51)) (-2956 (($ $ $) 47)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 60)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 52) (($ $ $) 54) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ |#2| $) 65) (($ $ |#2|) NIL)))
-(((-869 |#1| |#2|) (-13 (-989 |#2|) (-10 -8 (-15 -4124 ((-407 (-564)) $ (-564))) (-15 -2408 ((-174 (-407 (-564))) $)) (-15 -3532 ($ $)) (-15 -3532 ($ (-564) $)))) (-564) (-866 |#1|)) (T -869))
-((-4124 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-407 (-564))) (-5 *1 (-869 *4 *5)) (-5 *3 (-564)) (-4 *5 (-866 *4)))) (-2408 (*1 *2 *1) (-12 (-14 *3 (-564)) (-5 *2 (-174 (-407 (-564)))) (-5 *1 (-869 *3 *4)) (-4 *4 (-866 *3)))) (-3532 (*1 *1 *1) (-12 (-14 *2 (-564)) (-5 *1 (-869 *2 *3)) (-4 *3 (-866 *2)))) (-3532 (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-14 *3 *2) (-5 *1 (-869 *3 *4)) (-4 *4 (-866 *3)))))
-(-13 (-989 |#2|) (-10 -8 (-15 -4124 ((-407 (-564)) $ (-564))) (-15 -2408 ((-174 (-407 (-564))) $)) (-15 -3532 ($ $)) (-15 -3532 ($ (-564) $))))
-((-1709 (((-112) $ $) NIL (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094))))) (-4041 ((|#2| $) 12)) (-1392 (($ |#1| |#2|) 9)) (-2811 (((-1152) $) NIL (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094))))) (-4382 (((-1114) $) NIL (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094))))) (-1897 ((|#1| $) 11)) (-1732 (($ |#1| |#2|) 10)) (-1721 (((-859) $) 18 (-2713 (-12 (|has| |#1| (-611 (-859))) (|has| |#2| (-611 (-859)))) (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094)))))) (-2853 (((-112) $ $) 23 (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094))))))
-(((-870 |#1| |#2|) (-13 (-1209) (-10 -8 (IF (|has| |#1| (-611 (-859))) (IF (|has| |#2| (-611 (-859))) (-6 (-611 (-859))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1094)) (IF (|has| |#2| (-1094)) (-6 (-1094)) |%noBranch|) |%noBranch|) (-15 -1392 ($ |#1| |#2|)) (-15 -1732 ($ |#1| |#2|)) (-15 -1897 (|#1| $)) (-15 -4041 (|#2| $)))) (-1209) (-1209)) (T -870))
-((-1392 (*1 *1 *2 *3) (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1209)) (-4 *3 (-1209)))) (-1732 (*1 *1 *2 *3) (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1209)) (-4 *3 (-1209)))) (-1897 (*1 *2 *1) (-12 (-4 *2 (-1209)) (-5 *1 (-870 *2 *3)) (-4 *3 (-1209)))) (-4041 (*1 *2 *1) (-12 (-4 *2 (-1209)) (-5 *1 (-870 *3 *2)) (-4 *3 (-1209)))))
-(-13 (-1209) (-10 -8 (IF (|has| |#1| (-611 (-859))) (IF (|has| |#2| (-611 (-859))) (-6 (-611 (-859))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1094)) (IF (|has| |#2| (-1094)) (-6 (-1094)) |%noBranch|) |%noBranch|) (-15 -1392 ($ |#1| |#2|)) (-15 -1732 ($ |#1| |#2|)) (-15 -1897 (|#1| $)) (-15 -4041 (|#2| $))))
-((-1709 (((-112) $ $) NIL)) (-3943 (((-564) $) 16)) (-3578 (($ (-157)) 13)) (-1824 (($ (-157)) 14)) (-2811 (((-1152) $) NIL)) (-2212 (((-157) $) 15)) (-4382 (((-1114) $) NIL)) (-3926 (($ (-157)) 11)) (-2592 (($ (-157)) 10)) (-1721 (((-859) $) 24) (($ (-157)) 17)) (-3182 (($ (-157)) 12)) (-2853 (((-112) $ $) NIL)))
-(((-871) (-13 (-1094) (-10 -8 (-15 -2592 ($ (-157))) (-15 -3926 ($ (-157))) (-15 -3182 ($ (-157))) (-15 -3578 ($ (-157))) (-15 -1824 ($ (-157))) (-15 -2212 ((-157) $)) (-15 -3943 ((-564) $)) (-15 -1721 ($ (-157)))))) (T -871))
-((-2592 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-3926 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-3182 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-3578 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-1824 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-2212 (*1 *2 *1) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-3943 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-871)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
-(-13 (-1094) (-10 -8 (-15 -2592 ($ (-157))) (-15 -3926 ($ (-157))) (-15 -3182 ($ (-157))) (-15 -3578 ($ (-157))) (-15 -1824 ($ (-157))) (-15 -2212 ((-157) $)) (-15 -3943 ((-564) $)) (-15 -1721 ($ (-157)))))
-((-1721 (((-316 (-564)) (-407 (-949 (-48)))) 23) (((-316 (-564)) (-949 (-48))) 18)))
-(((-872) (-10 -7 (-15 -1721 ((-316 (-564)) (-949 (-48)))) (-15 -1721 ((-316 (-564)) (-407 (-949 (-48))))))) (T -872))
-((-1721 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 (-48)))) (-5 *2 (-316 (-564))) (-5 *1 (-872)))) (-1721 (*1 *2 *3) (-12 (-5 *3 (-949 (-48))) (-5 *2 (-316 (-564))) (-5 *1 (-872)))))
-(-10 -7 (-15 -1721 ((-316 (-564)) (-949 (-48)))) (-15 -1721 ((-316 (-564)) (-407 (-949 (-48))))))
-((-2110 (((-874 |#2|) (-1 |#2| |#1|) (-874 |#1|)) 15)))
-(((-873 |#1| |#2|) (-10 -7 (-15 -2110 ((-874 |#2|) (-1 |#2| |#1|) (-874 |#1|)))) (-1209) (-1209)) (T -873))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-874 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-874 *6)) (-5 *1 (-873 *5 *6)))))
-(-10 -7 (-15 -2110 ((-874 |#2|) (-1 |#2| |#1|) (-874 |#1|))))
-((-1987 (($ |#1| |#1|) 8)) (-3248 ((|#1| $ (-768)) 15)))
-(((-874 |#1|) (-10 -8 (-15 -1987 ($ |#1| |#1|)) (-15 -3248 (|#1| $ (-768)))) (-1209)) (T -874))
-((-3248 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-874 *2)) (-4 *2 (-1209)))) (-1987 (*1 *1 *2 *2) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1209)))))
-(-10 -8 (-15 -1987 ($ |#1| |#1|)) (-15 -3248 (|#1| $ (-768))))
-((-2110 (((-876 |#2|) (-1 |#2| |#1|) (-876 |#1|)) 15)))
-(((-875 |#1| |#2|) (-10 -7 (-15 -2110 ((-876 |#2|) (-1 |#2| |#1|) (-876 |#1|)))) (-1209) (-1209)) (T -875))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-876 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-876 *6)) (-5 *1 (-875 *5 *6)))))
-(-10 -7 (-15 -2110 ((-876 |#2|) (-1 |#2| |#1|) (-876 |#1|))))
-((-1987 (($ |#1| |#1| |#1|) 8)) (-3248 ((|#1| $ (-768)) 15)))
-(((-876 |#1|) (-10 -8 (-15 -1987 ($ |#1| |#1| |#1|)) (-15 -3248 (|#1| $ (-768)))) (-1209)) (T -876))
-((-3248 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-876 *2)) (-4 *2 (-1209)))) (-1987 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-876 *2)) (-4 *2 (-1209)))))
-(-10 -8 (-15 -1987 ($ |#1| |#1| |#1|)) (-15 -3248 (|#1| $ (-768))))
-((-2199 (((-641 (-1175)) (-1152)) 9)))
-(((-877) (-10 -7 (-15 -2199 ((-641 (-1175)) (-1152))))) (T -877))
-((-2199 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-641 (-1175))) (-5 *1 (-877)))))
-(-10 -7 (-15 -2199 ((-641 (-1175)) (-1152))))
-((-2110 (((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|)) 15)))
-(((-878 |#1| |#2|) (-10 -7 (-15 -2110 ((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|)))) (-1209) (-1209)) (T -878))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-879 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-879 *6)) (-5 *1 (-878 *5 *6)))))
-(-10 -7 (-15 -2110 ((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|))))
-((-4052 (($ |#1| |#1| |#1|) 8)) (-3248 ((|#1| $ (-768)) 15)))
-(((-879 |#1|) (-10 -8 (-15 -4052 ($ |#1| |#1| |#1|)) (-15 -3248 (|#1| $ (-768)))) (-1209)) (T -879))
-((-3248 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-879 *2)) (-4 *2 (-1209)))) (-4052 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-879 *2)) (-4 *2 (-1209)))))
-(-10 -8 (-15 -4052 ($ |#1| |#1| |#1|)) (-15 -3248 (|#1| $ (-768))))
-((-2301 (((-1150 (-641 (-564))) (-641 (-564)) (-1150 (-641 (-564)))) 47)) (-3314 (((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564))) 43)) (-4076 (((-1150 (-641 (-564))) (-641 (-564))) 57) (((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564))) 55)) (-2761 (((-1150 (-641 (-564))) (-564)) 58)) (-3308 (((-1150 (-641 (-564))) (-564) (-564)) 34) (((-1150 (-641 (-564))) (-564)) 23) (((-1150 (-641 (-564))) (-564) (-564) (-564)) 19)) (-3579 (((-1150 (-641 (-564))) (-1150 (-641 (-564)))) 41)) (-3601 (((-641 (-564)) (-641 (-564))) 40)))
-(((-880) (-10 -7 (-15 -3308 ((-1150 (-641 (-564))) (-564) (-564) (-564))) (-15 -3308 ((-1150 (-641 (-564))) (-564))) (-15 -3308 ((-1150 (-641 (-564))) (-564) (-564))) (-15 -3601 ((-641 (-564)) (-641 (-564)))) (-15 -3579 ((-1150 (-641 (-564))) (-1150 (-641 (-564))))) (-15 -3314 ((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564)))) (-15 -2301 ((-1150 (-641 (-564))) (-641 (-564)) (-1150 (-641 (-564))))) (-15 -4076 ((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564)))) (-15 -4076 ((-1150 (-641 (-564))) (-641 (-564)))) (-15 -2761 ((-1150 (-641 (-564))) (-564))))) (T -880))
-((-2761 (*1 *2 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))) (-4076 (*1 *2 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-641 (-564))))) (-4076 (*1 *2 *3 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-641 (-564))))) (-2301 (*1 *2 *3 *2) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *3 (-641 (-564))) (-5 *1 (-880)))) (-3314 (*1 *2 *3 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-641 (-564))))) (-3579 (*1 *2 *2) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)))) (-3601 (*1 *2 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-880)))) (-3308 (*1 *2 *3 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))) (-3308 (*1 *2 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))) (-3308 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))))
-(-10 -7 (-15 -3308 ((-1150 (-641 (-564))) (-564) (-564) (-564))) (-15 -3308 ((-1150 (-641 (-564))) (-564))) (-15 -3308 ((-1150 (-641 (-564))) (-564) (-564))) (-15 -3601 ((-641 (-564)) (-641 (-564)))) (-15 -3579 ((-1150 (-641 (-564))) (-1150 (-641 (-564))))) (-15 -3314 ((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564)))) (-15 -2301 ((-1150 (-641 (-564))) (-641 (-564)) (-1150 (-641 (-564))))) (-15 -4076 ((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564)))) (-15 -4076 ((-1150 (-641 (-564))) (-641 (-564)))) (-15 -2761 ((-1150 (-641 (-564))) (-564))))
-((-2153 (((-889 (-379)) $) 9 (|has| |#1| (-612 (-889 (-379))))) (((-889 (-564)) $) 8 (|has| |#1| (-612 (-889 (-564)))))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3423 (((-867 |#1|) $) NIL (|has| (-867 |#1|) (-307)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-867 |#1|) (-906)))) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-867 |#1|) (-906)))) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL (|has| (-867 |#1|) (-817)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-867 |#1|) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| (-867 |#1|) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-867 |#1|) (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| (-867 |#1|) (-1035 (-564))))) (-2237 (((-867 |#1|) $) NIL) (((-1170) $) NIL (|has| (-867 |#1|) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-867 |#1|) (-1035 (-564)))) (((-564) $) NIL (|has| (-867 |#1|) (-1035 (-564))))) (-3588 (($ $) NIL) (($ (-564) $) NIL)) (-1449 (($ $ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| (-867 |#1|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-867 |#1|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-867 |#1|))) (|:| |vec| (-1259 (-867 |#1|)))) (-685 $) (-1259 $)) NIL) (((-685 (-867 |#1|)) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-867 |#1|) (-545)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1569 (((-112) $) NIL (|has| (-867 |#1|) (-817)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-867 |#1|) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-867 |#1|) (-883 (-379))))) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL)) (-3678 (((-867 |#1|) $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| (-867 |#1|) (-1145)))) (-2607 (((-112) $) NIL (|has| (-867 |#1|) (-817)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL (|has| (-867 |#1|) (-847)))) (-3375 (($ $ $) NIL (|has| (-867 |#1|) (-847)))) (-2449 (($ (-1 (-867 |#1|) (-867 |#1|)) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-867 |#1|) (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL (|has| (-867 |#1|) (-307)))) (-1818 (((-867 |#1|) $) NIL (|has| (-867 |#1|) (-545)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-867 |#1|) (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-867 |#1|) (-906)))) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2633 (($ $ (-641 (-867 |#1|)) (-641 (-867 |#1|))) NIL (|has| (-867 |#1|) (-309 (-867 |#1|)))) (($ $ (-867 |#1|) (-867 |#1|)) NIL (|has| (-867 |#1|) (-309 (-867 |#1|)))) (($ $ (-294 (-867 |#1|))) NIL (|has| (-867 |#1|) (-309 (-867 |#1|)))) (($ $ (-641 (-294 (-867 |#1|)))) NIL (|has| (-867 |#1|) (-309 (-867 |#1|)))) (($ $ (-641 (-1170)) (-641 (-867 |#1|))) NIL (|has| (-867 |#1|) (-514 (-1170) (-867 |#1|)))) (($ $ (-1170) (-867 |#1|)) NIL (|has| (-867 |#1|) (-514 (-1170) (-867 |#1|))))) (-3920 (((-768) $) NIL)) (-1350 (($ $ (-867 |#1|)) NIL (|has| (-867 |#1|) (-286 (-867 |#1|) (-867 |#1|))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $) NIL (|has| (-867 |#1|) (-233))) (($ $ (-768)) NIL (|has| (-867 |#1|) (-233))) (($ $ (-1170)) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-1 (-867 |#1|) (-867 |#1|)) (-768)) NIL) (($ $ (-1 (-867 |#1|) (-867 |#1|))) NIL)) (-2644 (($ $) NIL)) (-3693 (((-867 |#1|) $) NIL)) (-2511 (((-889 (-564)) $) NIL (|has| (-867 |#1|) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-867 |#1|) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-867 |#1|) (-612 (-536)))) (((-379) $) NIL (|has| (-867 |#1|) (-1019))) (((-225) $) NIL (|has| (-867 |#1|) (-1019)))) (-4355 (((-174 (-407 (-564))) $) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-867 |#1|) (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL) (($ (-867 |#1|)) NIL) (($ (-1170)) NIL (|has| (-867 |#1|) (-1035 (-1170))))) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| (-867 |#1|) (-906))) (|has| (-867 |#1|) (-145))))) (-2219 (((-768)) NIL T CONST)) (-4150 (((-867 |#1|) $) NIL (|has| (-867 |#1|) (-545)))) (-3939 (((-112) $ $) NIL)) (-2508 (((-407 (-564)) $ (-564)) NIL)) (-1849 (($ $) NIL (|has| (-867 |#1|) (-817)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $) NIL (|has| (-867 |#1|) (-233))) (($ $ (-768)) NIL (|has| (-867 |#1|) (-233))) (($ $ (-1170)) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-867 |#1|) (-897 (-1170)))) (($ $ (-1 (-867 |#1|) (-867 |#1|)) (-768)) NIL) (($ $ (-1 (-867 |#1|) (-867 |#1|))) NIL)) (-1762 (((-112) $ $) NIL (|has| (-867 |#1|) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-867 |#1|) (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| (-867 |#1|) (-847)))) (-1723 (((-112) $ $) NIL (|has| (-867 |#1|) (-847)))) (-1823 (($ $ $) NIL) (($ (-867 |#1|) (-867 |#1|)) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-867 |#1|) $) NIL) (($ $ (-867 |#1|)) NIL)))
+(((-868 |#1|) (-13 (-989 (-867 |#1|)) (-10 -8 (-15 -2508 ((-407 (-564)) $ (-564))) (-15 -4355 ((-174 (-407 (-564))) $)) (-15 -3588 ($ $)) (-15 -3588 ($ (-564) $)))) (-564)) (T -868))
+((-2508 (*1 *2 *1 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-868 *4)) (-14 *4 *3) (-5 *3 (-564)))) (-4355 (*1 *2 *1) (-12 (-5 *2 (-174 (-407 (-564)))) (-5 *1 (-868 *3)) (-14 *3 (-564)))) (-3588 (*1 *1 *1) (-12 (-5 *1 (-868 *2)) (-14 *2 (-564)))) (-3588 (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-868 *3)) (-14 *3 *2))))
+(-13 (-989 (-867 |#1|)) (-10 -8 (-15 -2508 ((-407 (-564)) $ (-564))) (-15 -4355 ((-174 (-407 (-564))) $)) (-15 -3588 ($ $)) (-15 -3588 ($ (-564) $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3423 ((|#2| $) NIL (|has| |#2| (-307)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL (|has| |#2| (-817)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (|has| |#2| (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564))))) (-2237 ((|#2| $) NIL) (((-1170) $) NIL (|has| |#2| (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-564)))) (((-564) $) NIL (|has| |#2| (-1035 (-564))))) (-3588 (($ $) 35) (($ (-564) $) 38)) (-1449 (($ $ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) 63)) (-2900 (($) NIL (|has| |#2| (-545)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1569 (((-112) $) NIL (|has| |#2| (-817)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| |#2| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| |#2| (-883 (-379))))) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL)) (-3678 ((|#2| $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| |#2| (-1145)))) (-2607 (((-112) $) NIL (|has| |#2| (-817)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL (|has| |#2| (-847)))) (-3375 (($ $ $) NIL (|has| |#2| (-847)))) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 59)) (-2884 (($) NIL (|has| |#2| (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL (|has| |#2| (-307)))) (-1818 ((|#2| $) NIL (|has| |#2| (-545)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2633 (($ $ (-641 |#2|) (-641 |#2|)) NIL (|has| |#2| (-309 |#2|))) (($ $ |#2| |#2|) NIL (|has| |#2| (-309 |#2|))) (($ $ (-294 |#2|)) NIL (|has| |#2| (-309 |#2|))) (($ $ (-641 (-294 |#2|))) NIL (|has| |#2| (-309 |#2|))) (($ $ (-641 (-1170)) (-641 |#2|)) NIL (|has| |#2| (-514 (-1170) |#2|))) (($ $ (-1170) |#2|) NIL (|has| |#2| (-514 (-1170) |#2|)))) (-3920 (((-768) $) NIL)) (-1350 (($ $ |#2|) NIL (|has| |#2| (-286 |#2| |#2|)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $) NIL (|has| |#2| (-233))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2644 (($ $) NIL)) (-3693 ((|#2| $) NIL)) (-2511 (((-889 (-564)) $) NIL (|has| |#2| (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| |#2| (-612 (-889 (-379))))) (((-536) $) NIL (|has| |#2| (-612 (-536)))) (((-379) $) NIL (|has| |#2| (-1019))) (((-225) $) NIL (|has| |#2| (-1019)))) (-4355 (((-174 (-407 (-564))) $) 77)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1831 (((-859) $) 106) (($ (-564)) 20) (($ $) NIL) (($ (-407 (-564))) 25) (($ |#2|) 19) (($ (-1170)) NIL (|has| |#2| (-1035 (-1170))))) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-2219 (((-768)) NIL T CONST)) (-4150 ((|#2| $) NIL (|has| |#2| (-545)))) (-3939 (((-112) $ $) NIL)) (-2508 (((-407 (-564)) $ (-564)) 70)) (-1849 (($ $) NIL (|has| |#2| (-817)))) (-1293 (($) 15 T CONST)) (-1300 (($) 17 T CONST)) (-3435 (($ $) NIL (|has| |#2| (-233))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-1762 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1702 (((-112) $ $) 45)) (-1749 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1823 (($ $ $) 24) (($ |#2| |#2|) 64)) (-1808 (($ $) 49) (($ $ $) 51)) (-1797 (($ $ $) 47)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) 60)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 52) (($ $ $) 54) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ |#2| $) 65) (($ $ |#2|) NIL)))
+(((-869 |#1| |#2|) (-13 (-989 |#2|) (-10 -8 (-15 -2508 ((-407 (-564)) $ (-564))) (-15 -4355 ((-174 (-407 (-564))) $)) (-15 -3588 ($ $)) (-15 -3588 ($ (-564) $)))) (-564) (-866 |#1|)) (T -869))
+((-2508 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-407 (-564))) (-5 *1 (-869 *4 *5)) (-5 *3 (-564)) (-4 *5 (-866 *4)))) (-4355 (*1 *2 *1) (-12 (-14 *3 (-564)) (-5 *2 (-174 (-407 (-564)))) (-5 *1 (-869 *3 *4)) (-4 *4 (-866 *3)))) (-3588 (*1 *1 *1) (-12 (-14 *2 (-564)) (-5 *1 (-869 *2 *3)) (-4 *3 (-866 *2)))) (-3588 (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-14 *3 *2) (-5 *1 (-869 *3 *4)) (-4 *4 (-866 *3)))))
+(-13 (-989 |#2|) (-10 -8 (-15 -2508 ((-407 (-564)) $ (-564))) (-15 -4355 ((-174 (-407 (-564))) $)) (-15 -3588 ($ $)) (-15 -3588 ($ (-564) $))))
+((-1817 (((-112) $ $) NIL (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094))))) (-3137 ((|#2| $) 12)) (-1504 (($ |#1| |#2|) 9)) (-2723 (((-1152) $) NIL (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094))))) (-2780 (((-1114) $) NIL (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094))))) (-3303 ((|#1| $) 11)) (-1842 (($ |#1| |#2|) 10)) (-1831 (((-859) $) 18 (-4078 (-12 (|has| |#1| (-611 (-859))) (|has| |#2| (-611 (-859)))) (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094)))))) (-1702 (((-112) $ $) 23 (-12 (|has| |#1| (-1094)) (|has| |#2| (-1094))))))
+(((-870 |#1| |#2|) (-13 (-1209) (-10 -8 (IF (|has| |#1| (-611 (-859))) (IF (|has| |#2| (-611 (-859))) (-6 (-611 (-859))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1094)) (IF (|has| |#2| (-1094)) (-6 (-1094)) |%noBranch|) |%noBranch|) (-15 -1504 ($ |#1| |#2|)) (-15 -1842 ($ |#1| |#2|)) (-15 -3303 (|#1| $)) (-15 -3137 (|#2| $)))) (-1209) (-1209)) (T -870))
+((-1504 (*1 *1 *2 *3) (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1209)) (-4 *3 (-1209)))) (-1842 (*1 *1 *2 *3) (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1209)) (-4 *3 (-1209)))) (-3303 (*1 *2 *1) (-12 (-4 *2 (-1209)) (-5 *1 (-870 *2 *3)) (-4 *3 (-1209)))) (-3137 (*1 *2 *1) (-12 (-4 *2 (-1209)) (-5 *1 (-870 *3 *2)) (-4 *3 (-1209)))))
+(-13 (-1209) (-10 -8 (IF (|has| |#1| (-611 (-859))) (IF (|has| |#2| (-611 (-859))) (-6 (-611 (-859))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1094)) (IF (|has| |#2| (-1094)) (-6 (-1094)) |%noBranch|) |%noBranch|) (-15 -1504 ($ |#1| |#2|)) (-15 -1842 ($ |#1| |#2|)) (-15 -3303 (|#1| $)) (-15 -3137 (|#2| $))))
+((-1817 (((-112) $ $) NIL)) (-2122 (((-564) $) 16)) (-2833 (($ (-157)) 13)) (-3608 (($ (-157)) 14)) (-2723 (((-1152) $) NIL)) (-3018 (((-157) $) 15)) (-2780 (((-1114) $) NIL)) (-1727 (($ (-157)) 11)) (-2530 (($ (-157)) 10)) (-1831 (((-859) $) 24) (($ (-157)) 17)) (-1950 (($ (-157)) 12)) (-1702 (((-112) $ $) NIL)))
+(((-871) (-13 (-1094) (-10 -8 (-15 -2530 ($ (-157))) (-15 -1727 ($ (-157))) (-15 -1950 ($ (-157))) (-15 -2833 ($ (-157))) (-15 -3608 ($ (-157))) (-15 -3018 ((-157) $)) (-15 -2122 ((-564) $)) (-15 -1831 ($ (-157)))))) (T -871))
+((-2530 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-1727 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-1950 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-2833 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-3608 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-3018 (*1 *2 *1) (-12 (-5 *2 (-157)) (-5 *1 (-871)))) (-2122 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-871)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
+(-13 (-1094) (-10 -8 (-15 -2530 ($ (-157))) (-15 -1727 ($ (-157))) (-15 -1950 ($ (-157))) (-15 -2833 ($ (-157))) (-15 -3608 ($ (-157))) (-15 -3018 ((-157) $)) (-15 -2122 ((-564) $)) (-15 -1831 ($ (-157)))))
+((-1831 (((-316 (-564)) (-407 (-949 (-48)))) 23) (((-316 (-564)) (-949 (-48))) 18)))
+(((-872) (-10 -7 (-15 -1831 ((-316 (-564)) (-949 (-48)))) (-15 -1831 ((-316 (-564)) (-407 (-949 (-48))))))) (T -872))
+((-1831 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 (-48)))) (-5 *2 (-316 (-564))) (-5 *1 (-872)))) (-1831 (*1 *2 *3) (-12 (-5 *3 (-949 (-48))) (-5 *2 (-316 (-564))) (-5 *1 (-872)))))
+(-10 -7 (-15 -1831 ((-316 (-564)) (-949 (-48)))) (-15 -1831 ((-316 (-564)) (-407 (-949 (-48))))))
+((-2449 (((-874 |#2|) (-1 |#2| |#1|) (-874 |#1|)) 15)))
+(((-873 |#1| |#2|) (-10 -7 (-15 -2449 ((-874 |#2|) (-1 |#2| |#1|) (-874 |#1|)))) (-1209) (-1209)) (T -873))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-874 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-874 *6)) (-5 *1 (-873 *5 *6)))))
+(-10 -7 (-15 -2449 ((-874 |#2|) (-1 |#2| |#1|) (-874 |#1|))))
+((-1352 (($ |#1| |#1|) 8)) (-2634 ((|#1| $ (-768)) 15)))
+(((-874 |#1|) (-10 -8 (-15 -1352 ($ |#1| |#1|)) (-15 -2634 (|#1| $ (-768)))) (-1209)) (T -874))
+((-2634 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-874 *2)) (-4 *2 (-1209)))) (-1352 (*1 *1 *2 *2) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1209)))))
+(-10 -8 (-15 -1352 ($ |#1| |#1|)) (-15 -2634 (|#1| $ (-768))))
+((-2449 (((-876 |#2|) (-1 |#2| |#1|) (-876 |#1|)) 15)))
+(((-875 |#1| |#2|) (-10 -7 (-15 -2449 ((-876 |#2|) (-1 |#2| |#1|) (-876 |#1|)))) (-1209) (-1209)) (T -875))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-876 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-876 *6)) (-5 *1 (-875 *5 *6)))))
+(-10 -7 (-15 -2449 ((-876 |#2|) (-1 |#2| |#1|) (-876 |#1|))))
+((-1352 (($ |#1| |#1| |#1|) 8)) (-2634 ((|#1| $ (-768)) 15)))
+(((-876 |#1|) (-10 -8 (-15 -1352 ($ |#1| |#1| |#1|)) (-15 -2634 (|#1| $ (-768)))) (-1209)) (T -876))
+((-2634 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-876 *2)) (-4 *2 (-1209)))) (-1352 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-876 *2)) (-4 *2 (-1209)))))
+(-10 -8 (-15 -1352 ($ |#1| |#1| |#1|)) (-15 -2634 (|#1| $ (-768))))
+((-2897 (((-641 (-1175)) (-1152)) 9)))
+(((-877) (-10 -7 (-15 -2897 ((-641 (-1175)) (-1152))))) (T -877))
+((-2897 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-641 (-1175))) (-5 *1 (-877)))))
+(-10 -7 (-15 -2897 ((-641 (-1175)) (-1152))))
+((-2449 (((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|)) 15)))
+(((-878 |#1| |#2|) (-10 -7 (-15 -2449 ((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|)))) (-1209) (-1209)) (T -878))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-879 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-879 *6)) (-5 *1 (-878 *5 *6)))))
+(-10 -7 (-15 -2449 ((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|))))
+((-1937 (($ |#1| |#1| |#1|) 8)) (-2634 ((|#1| $ (-768)) 15)))
+(((-879 |#1|) (-10 -8 (-15 -1937 ($ |#1| |#1| |#1|)) (-15 -2634 (|#1| $ (-768)))) (-1209)) (T -879))
+((-2634 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-879 *2)) (-4 *2 (-1209)))) (-1937 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-879 *2)) (-4 *2 (-1209)))))
+(-10 -8 (-15 -1937 ($ |#1| |#1| |#1|)) (-15 -2634 (|#1| $ (-768))))
+((-1418 (((-1150 (-641 (-564))) (-641 (-564)) (-1150 (-641 (-564)))) 47)) (-2009 (((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564))) 43)) (-4065 (((-1150 (-641 (-564))) (-641 (-564))) 57) (((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564))) 55)) (-3499 (((-1150 (-641 (-564))) (-564)) 58)) (-1967 (((-1150 (-641 (-564))) (-564) (-564)) 34) (((-1150 (-641 (-564))) (-564)) 23) (((-1150 (-641 (-564))) (-564) (-564) (-564)) 19)) (-2842 (((-1150 (-641 (-564))) (-1150 (-641 (-564)))) 41)) (-3047 (((-641 (-564)) (-641 (-564))) 40)))
+(((-880) (-10 -7 (-15 -1967 ((-1150 (-641 (-564))) (-564) (-564) (-564))) (-15 -1967 ((-1150 (-641 (-564))) (-564))) (-15 -1967 ((-1150 (-641 (-564))) (-564) (-564))) (-15 -3047 ((-641 (-564)) (-641 (-564)))) (-15 -2842 ((-1150 (-641 (-564))) (-1150 (-641 (-564))))) (-15 -2009 ((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564)))) (-15 -1418 ((-1150 (-641 (-564))) (-641 (-564)) (-1150 (-641 (-564))))) (-15 -4065 ((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564)))) (-15 -4065 ((-1150 (-641 (-564))) (-641 (-564)))) (-15 -3499 ((-1150 (-641 (-564))) (-564))))) (T -880))
+((-3499 (*1 *2 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))) (-4065 (*1 *2 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-641 (-564))))) (-4065 (*1 *2 *3 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-641 (-564))))) (-1418 (*1 *2 *3 *2) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *3 (-641 (-564))) (-5 *1 (-880)))) (-2009 (*1 *2 *3 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-641 (-564))))) (-2842 (*1 *2 *2) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)))) (-3047 (*1 *2 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-880)))) (-1967 (*1 *2 *3 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))) (-1967 (*1 *2 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))) (-1967 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))))
+(-10 -7 (-15 -1967 ((-1150 (-641 (-564))) (-564) (-564) (-564))) (-15 -1967 ((-1150 (-641 (-564))) (-564))) (-15 -1967 ((-1150 (-641 (-564))) (-564) (-564))) (-15 -3047 ((-641 (-564)) (-641 (-564)))) (-15 -2842 ((-1150 (-641 (-564))) (-1150 (-641 (-564))))) (-15 -2009 ((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564)))) (-15 -1418 ((-1150 (-641 (-564))) (-641 (-564)) (-1150 (-641 (-564))))) (-15 -4065 ((-1150 (-641 (-564))) (-641 (-564)) (-641 (-564)))) (-15 -4065 ((-1150 (-641 (-564))) (-641 (-564)))) (-15 -3499 ((-1150 (-641 (-564))) (-564))))
+((-2511 (((-889 (-379)) $) 9 (|has| |#1| (-612 (-889 (-379))))) (((-889 (-564)) $) 8 (|has| |#1| (-612 (-889 (-564)))))))
(((-881 |#1|) (-140) (-1209)) (T -881))
NIL
(-13 (-10 -7 (IF (|has| |t#1| (-612 (-889 (-564)))) (-6 (-612 (-889 (-564)))) |%noBranch|) (IF (|has| |t#1| (-612 (-889 (-379)))) (-6 (-612 (-889 (-379)))) |%noBranch|)))
(((-612 (-889 (-379))) |has| |#1| (-612 (-889 (-379)))) ((-612 (-889 (-564))) |has| |#1| (-612 (-889 (-564)))))
-((-1709 (((-112) $ $) NIL)) (-1585 (($) 14)) (-3617 (($ (-886 |#1| |#2|) (-886 |#1| |#3|)) 28)) (-3236 (((-886 |#1| |#3|) $) 16)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1779 (((-112) $) 22)) (-3749 (($) 19)) (-1721 (((-859) $) 31)) (-3527 (((-886 |#1| |#2|) $) 15)) (-2853 (((-112) $ $) 26)))
-(((-882 |#1| |#2| |#3|) (-13 (-1094) (-10 -8 (-15 -1779 ((-112) $)) (-15 -3749 ($)) (-15 -1585 ($)) (-15 -3617 ($ (-886 |#1| |#2|) (-886 |#1| |#3|))) (-15 -3527 ((-886 |#1| |#2|) $)) (-15 -3236 ((-886 |#1| |#3|) $)))) (-1094) (-1094) (-662 |#2|)) (T -882))
-((-1779 (*1 *2 *1) (-12 (-4 *4 (-1094)) (-5 *2 (-112)) (-5 *1 (-882 *3 *4 *5)) (-4 *3 (-1094)) (-4 *5 (-662 *4)))) (-3749 (*1 *1) (-12 (-4 *3 (-1094)) (-5 *1 (-882 *2 *3 *4)) (-4 *2 (-1094)) (-4 *4 (-662 *3)))) (-1585 (*1 *1) (-12 (-4 *3 (-1094)) (-5 *1 (-882 *2 *3 *4)) (-4 *2 (-1094)) (-4 *4 (-662 *3)))) (-3617 (*1 *1 *2 *3) (-12 (-5 *2 (-886 *4 *5)) (-5 *3 (-886 *4 *6)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-662 *5)) (-5 *1 (-882 *4 *5 *6)))) (-3527 (*1 *2 *1) (-12 (-4 *4 (-1094)) (-5 *2 (-886 *3 *4)) (-5 *1 (-882 *3 *4 *5)) (-4 *3 (-1094)) (-4 *5 (-662 *4)))) (-3236 (*1 *2 *1) (-12 (-4 *4 (-1094)) (-5 *2 (-886 *3 *5)) (-5 *1 (-882 *3 *4 *5)) (-4 *3 (-1094)) (-4 *5 (-662 *4)))))
-(-13 (-1094) (-10 -8 (-15 -1779 ((-112) $)) (-15 -3749 ($)) (-15 -1585 ($)) (-15 -3617 ($ (-886 |#1| |#2|) (-886 |#1| |#3|))) (-15 -3527 ((-886 |#1| |#2|) $)) (-15 -3236 ((-886 |#1| |#3|) $))))
-((-1709 (((-112) $ $) 7)) (-3327 (((-886 |#1| $) $ (-889 |#1|) (-886 |#1| $)) 13)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 6)))
+((-1817 (((-112) $ $) NIL)) (-3654 (($) 14)) (-3181 (($ (-886 |#1| |#2|) (-886 |#1| |#3|)) 28)) (-3607 (((-886 |#1| |#3|) $) 16)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3225 (((-112) $) 22)) (-2105 (($) 19)) (-1831 (((-859) $) 31)) (-3530 (((-886 |#1| |#2|) $) 15)) (-1702 (((-112) $ $) 26)))
+(((-882 |#1| |#2| |#3|) (-13 (-1094) (-10 -8 (-15 -3225 ((-112) $)) (-15 -2105 ($)) (-15 -3654 ($)) (-15 -3181 ($ (-886 |#1| |#2|) (-886 |#1| |#3|))) (-15 -3530 ((-886 |#1| |#2|) $)) (-15 -3607 ((-886 |#1| |#3|) $)))) (-1094) (-1094) (-662 |#2|)) (T -882))
+((-3225 (*1 *2 *1) (-12 (-4 *4 (-1094)) (-5 *2 (-112)) (-5 *1 (-882 *3 *4 *5)) (-4 *3 (-1094)) (-4 *5 (-662 *4)))) (-2105 (*1 *1) (-12 (-4 *3 (-1094)) (-5 *1 (-882 *2 *3 *4)) (-4 *2 (-1094)) (-4 *4 (-662 *3)))) (-3654 (*1 *1) (-12 (-4 *3 (-1094)) (-5 *1 (-882 *2 *3 *4)) (-4 *2 (-1094)) (-4 *4 (-662 *3)))) (-3181 (*1 *1 *2 *3) (-12 (-5 *2 (-886 *4 *5)) (-5 *3 (-886 *4 *6)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-662 *5)) (-5 *1 (-882 *4 *5 *6)))) (-3530 (*1 *2 *1) (-12 (-4 *4 (-1094)) (-5 *2 (-886 *3 *4)) (-5 *1 (-882 *3 *4 *5)) (-4 *3 (-1094)) (-4 *5 (-662 *4)))) (-3607 (*1 *2 *1) (-12 (-4 *4 (-1094)) (-5 *2 (-886 *3 *5)) (-5 *1 (-882 *3 *4 *5)) (-4 *3 (-1094)) (-4 *5 (-662 *4)))))
+(-13 (-1094) (-10 -8 (-15 -3225 ((-112) $)) (-15 -2105 ($)) (-15 -3654 ($)) (-15 -3181 ($ (-886 |#1| |#2|) (-886 |#1| |#3|))) (-15 -3530 ((-886 |#1| |#2|) $)) (-15 -3607 ((-886 |#1| |#3|) $))))
+((-1817 (((-112) $ $) 7)) (-2131 (((-886 |#1| $) $ (-889 |#1|) (-886 |#1| $)) 13)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 6)))
(((-883 |#1|) (-140) (-1094)) (T -883))
-((-3327 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-886 *4 *1)) (-5 *3 (-889 *4)) (-4 *1 (-883 *4)) (-4 *4 (-1094)))))
-(-13 (-1094) (-10 -8 (-15 -3327 ((-886 |t#1| $) $ (-889 |t#1|) (-886 |t#1| $)))))
+((-2131 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-886 *4 *1)) (-5 *3 (-889 *4)) (-4 *1 (-883 *4)) (-4 *4 (-1094)))))
+(-13 (-1094) (-10 -8 (-15 -2131 ((-886 |t#1| $) $ (-889 |t#1|) (-886 |t#1| $)))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-2631 (((-112) (-641 |#2|) |#3|) 22) (((-112) |#2| |#3|) 17)) (-1657 (((-886 |#1| |#2|) |#2| |#3|) 44 (-12 (-2819 (|has| |#2| (-1035 (-1170)))) (-2819 (|has| |#2| (-1046))))) (((-641 (-294 (-949 |#2|))) |#2| |#3|) 43 (-12 (|has| |#2| (-1046)) (-2819 (|has| |#2| (-1035 (-1170)))))) (((-641 (-294 |#2|)) |#2| |#3|) 35 (|has| |#2| (-1035 (-1170)))) (((-882 |#1| |#2| (-641 |#2|)) (-641 |#2|) |#3|) 20)))
-(((-884 |#1| |#2| |#3|) (-10 -7 (-15 -2631 ((-112) |#2| |#3|)) (-15 -2631 ((-112) (-641 |#2|) |#3|)) (-15 -1657 ((-882 |#1| |#2| (-641 |#2|)) (-641 |#2|) |#3|)) (IF (|has| |#2| (-1035 (-1170))) (-15 -1657 ((-641 (-294 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1046)) (-15 -1657 ((-641 (-294 (-949 |#2|))) |#2| |#3|)) (-15 -1657 ((-886 |#1| |#2|) |#2| |#3|))))) (-1094) (-883 |#1|) (-612 (-889 |#1|))) (T -884))
-((-1657 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-5 *2 (-886 *5 *3)) (-5 *1 (-884 *5 *3 *4)) (-2819 (-4 *3 (-1035 (-1170)))) (-2819 (-4 *3 (-1046))) (-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5))))) (-1657 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-5 *2 (-641 (-294 (-949 *3)))) (-5 *1 (-884 *5 *3 *4)) (-4 *3 (-1046)) (-2819 (-4 *3 (-1035 (-1170)))) (-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5))))) (-1657 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-5 *2 (-641 (-294 *3))) (-5 *1 (-884 *5 *3 *4)) (-4 *3 (-1035 (-1170))) (-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5))))) (-1657 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-4 *6 (-883 *5)) (-5 *2 (-882 *5 *6 (-641 *6))) (-5 *1 (-884 *5 *6 *4)) (-5 *3 (-641 *6)) (-4 *4 (-612 (-889 *5))))) (-2631 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *6)) (-4 *6 (-883 *5)) (-4 *5 (-1094)) (-5 *2 (-112)) (-5 *1 (-884 *5 *6 *4)) (-4 *4 (-612 (-889 *5))))) (-2631 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-5 *2 (-112)) (-5 *1 (-884 *5 *3 *4)) (-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5))))))
-(-10 -7 (-15 -2631 ((-112) |#2| |#3|)) (-15 -2631 ((-112) (-641 |#2|) |#3|)) (-15 -1657 ((-882 |#1| |#2| (-641 |#2|)) (-641 |#2|) |#3|)) (IF (|has| |#2| (-1035 (-1170))) (-15 -1657 ((-641 (-294 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1046)) (-15 -1657 ((-641 (-294 (-949 |#2|))) |#2| |#3|)) (-15 -1657 ((-886 |#1| |#2|) |#2| |#3|)))))
-((-2110 (((-886 |#1| |#3|) (-1 |#3| |#2|) (-886 |#1| |#2|)) 22)))
-(((-885 |#1| |#2| |#3|) (-10 -7 (-15 -2110 ((-886 |#1| |#3|) (-1 |#3| |#2|) (-886 |#1| |#2|)))) (-1094) (-1094) (-1094)) (T -885))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-886 *5 *6)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-886 *5 *7)) (-5 *1 (-885 *5 *6 *7)))))
-(-10 -7 (-15 -2110 ((-886 |#1| |#3|) (-1 |#3| |#2|) (-886 |#1| |#2|))))
-((-1709 (((-112) $ $) NIL)) (-1749 (($ $ $) 40)) (-3915 (((-3 (-112) "failed") $ (-889 |#1|)) 37)) (-1585 (($) 12)) (-2811 (((-1152) $) NIL)) (-2007 (($ (-889 |#1|) |#2| $) 20)) (-4382 (((-1114) $) NIL)) (-1984 (((-3 |#2| "failed") (-889 |#1|) $) 51)) (-1779 (((-112) $) 15)) (-3749 (($) 13)) (-4090 (((-641 (-2 (|:| -2381 (-1170)) (|:| -3096 |#2|))) $) 25)) (-1732 (($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 |#2|)))) 23)) (-1721 (((-859) $) 45)) (-3116 (($ (-889 |#1|) |#2| $ |#2|) 49)) (-1687 (($ (-889 |#1|) |#2| $) 48)) (-2853 (((-112) $ $) 42)))
-(((-886 |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -1779 ((-112) $)) (-15 -3749 ($)) (-15 -1585 ($)) (-15 -1749 ($ $ $)) (-15 -1984 ((-3 |#2| "failed") (-889 |#1|) $)) (-15 -1687 ($ (-889 |#1|) |#2| $)) (-15 -2007 ($ (-889 |#1|) |#2| $)) (-15 -3116 ($ (-889 |#1|) |#2| $ |#2|)) (-15 -4090 ((-641 (-2 (|:| -2381 (-1170)) (|:| -3096 |#2|))) $)) (-15 -1732 ($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 |#2|))))) (-15 -3915 ((-3 (-112) "failed") $ (-889 |#1|))))) (-1094) (-1094)) (T -886))
-((-1779 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-886 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-3749 (*1 *1) (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-1585 (*1 *1) (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-1749 (*1 *1 *1 *1) (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-1984 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-4 *2 (-1094)) (-5 *1 (-886 *4 *2)))) (-1687 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3)) (-4 *3 (-1094)))) (-2007 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3)) (-4 *3 (-1094)))) (-3116 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3)) (-4 *3 (-1094)))) (-4090 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 *4)))) (-5 *1 (-886 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-1732 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 *4)))) (-4 *4 (-1094)) (-5 *1 (-886 *3 *4)) (-4 *3 (-1094)))) (-3915 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-112)) (-5 *1 (-886 *4 *5)) (-4 *5 (-1094)))))
-(-13 (-1094) (-10 -8 (-15 -1779 ((-112) $)) (-15 -3749 ($)) (-15 -1585 ($)) (-15 -1749 ($ $ $)) (-15 -1984 ((-3 |#2| "failed") (-889 |#1|) $)) (-15 -1687 ($ (-889 |#1|) |#2| $)) (-15 -2007 ($ (-889 |#1|) |#2| $)) (-15 -3116 ($ (-889 |#1|) |#2| $ |#2|)) (-15 -4090 ((-641 (-2 (|:| -2381 (-1170)) (|:| -3096 |#2|))) $)) (-15 -1732 ($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 |#2|))))) (-15 -3915 ((-3 (-112) "failed") $ (-889 |#1|)))))
-((-2032 (((-889 |#1|) (-889 |#1|) (-641 (-1170)) (-1 (-112) (-641 |#2|))) 32) (((-889 |#1|) (-889 |#1|) (-641 (-1 (-112) |#2|))) 46) (((-889 |#1|) (-889 |#1|) (-1 (-112) |#2|)) 35)) (-3915 (((-112) (-641 |#2|) (-889 |#1|)) 42) (((-112) |#2| (-889 |#1|)) 36)) (-3298 (((-1 (-112) |#2|) (-889 |#1|)) 16)) (-3129 (((-641 |#2|) (-889 |#1|)) 24)) (-2992 (((-889 |#1|) (-889 |#1|) |#2|) 20)))
-(((-887 |#1| |#2|) (-10 -7 (-15 -2032 ((-889 |#1|) (-889 |#1|) (-1 (-112) |#2|))) (-15 -2032 ((-889 |#1|) (-889 |#1|) (-641 (-1 (-112) |#2|)))) (-15 -2032 ((-889 |#1|) (-889 |#1|) (-641 (-1170)) (-1 (-112) (-641 |#2|)))) (-15 -3298 ((-1 (-112) |#2|) (-889 |#1|))) (-15 -3915 ((-112) |#2| (-889 |#1|))) (-15 -3915 ((-112) (-641 |#2|) (-889 |#1|))) (-15 -2992 ((-889 |#1|) (-889 |#1|) |#2|)) (-15 -3129 ((-641 |#2|) (-889 |#1|)))) (-1094) (-1209)) (T -887))
-((-3129 (*1 *2 *3) (-12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-641 *5)) (-5 *1 (-887 *4 *5)) (-4 *5 (-1209)))) (-2992 (*1 *2 *2 *3) (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-887 *4 *3)) (-4 *3 (-1209)))) (-3915 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-4 *6 (-1209)) (-5 *2 (-112)) (-5 *1 (-887 *5 *6)))) (-3915 (*1 *2 *3 *4) (-12 (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-5 *2 (-112)) (-5 *1 (-887 *5 *3)) (-4 *3 (-1209)))) (-3298 (*1 *2 *3) (-12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-887 *4 *5)) (-4 *5 (-1209)))) (-2032 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-889 *5)) (-5 *3 (-641 (-1170))) (-5 *4 (-1 (-112) (-641 *6))) (-4 *5 (-1094)) (-4 *6 (-1209)) (-5 *1 (-887 *5 *6)))) (-2032 (*1 *2 *2 *3) (-12 (-5 *2 (-889 *4)) (-5 *3 (-641 (-1 (-112) *5))) (-4 *4 (-1094)) (-4 *5 (-1209)) (-5 *1 (-887 *4 *5)))) (-2032 (*1 *2 *2 *3) (-12 (-5 *2 (-889 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1094)) (-4 *5 (-1209)) (-5 *1 (-887 *4 *5)))))
-(-10 -7 (-15 -2032 ((-889 |#1|) (-889 |#1|) (-1 (-112) |#2|))) (-15 -2032 ((-889 |#1|) (-889 |#1|) (-641 (-1 (-112) |#2|)))) (-15 -2032 ((-889 |#1|) (-889 |#1|) (-641 (-1170)) (-1 (-112) (-641 |#2|)))) (-15 -3298 ((-1 (-112) |#2|) (-889 |#1|))) (-15 -3915 ((-112) |#2| (-889 |#1|))) (-15 -3915 ((-112) (-641 |#2|) (-889 |#1|))) (-15 -2992 ((-889 |#1|) (-889 |#1|) |#2|)) (-15 -3129 ((-641 |#2|) (-889 |#1|))))
-((-2110 (((-889 |#2|) (-1 |#2| |#1|) (-889 |#1|)) 19)))
-(((-888 |#1| |#2|) (-10 -7 (-15 -2110 ((-889 |#2|) (-1 |#2| |#1|) (-889 |#1|)))) (-1094) (-1094)) (T -888))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-889 *6)) (-5 *1 (-888 *5 *6)))))
-(-10 -7 (-15 -2110 ((-889 |#2|) (-1 |#2| |#1|) (-889 |#1|))))
-((-1709 (((-112) $ $) NIL)) (-3270 (($ $ (-641 (-52))) 73)) (-4153 (((-641 $) $) 137)) (-2904 (((-2 (|:| |var| (-641 (-1170))) (|:| |pred| (-52))) $) 29)) (-1952 (((-112) $) 34)) (-3491 (($ $ (-641 (-1170)) (-52)) 30)) (-1784 (($ $ (-641 (-52))) 72)) (-2035 (((-3 |#1| "failed") $) 70) (((-3 (-1170) "failed") $) 161)) (-3437 ((|#1| $) 67) (((-1170) $) NIL)) (-3510 (($ $) 125)) (-2491 (((-112) $) 54)) (-3458 (((-641 (-52)) $) 49)) (-3517 (($ (-1170) (-112) (-112) (-112)) 74)) (-1489 (((-3 (-641 $) "failed") (-641 $)) 81)) (-4118 (((-112) $) 57)) (-2335 (((-112) $) 56)) (-2811 (((-1152) $) NIL)) (-4215 (((-3 (-641 $) "failed") $) 40)) (-1647 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 47)) (-1537 (((-3 (-2 (|:| |val| $) (|:| -2954 $)) "failed") $) 96)) (-3366 (((-3 (-641 $) "failed") $) 39)) (-1547 (((-3 (-641 $) "failed") $ (-114)) 123) (((-3 (-2 (|:| -1678 (-114)) (|:| |arg| (-641 $))) "failed") $) 106)) (-1991 (((-3 (-641 $) "failed") $) 41)) (-3763 (((-3 (-2 (|:| |val| $) (|:| -2954 (-768))) "failed") $) 44)) (-4021 (((-112) $) 33)) (-4382 (((-1114) $) NIL)) (-1701 (((-112) $) 27)) (-3249 (((-112) $) 51)) (-3007 (((-641 (-52)) $) 129)) (-3279 (((-112) $) 55)) (-2961 (($ (-114) (-641 $)) 103)) (-2105 (((-768) $) 32)) (-1892 (($ $) 71)) (-2153 (($ (-641 $)) 68)) (-2352 (((-112) $) 31)) (-1721 (((-859) $) 62) (($ |#1|) 23) (($ (-1170)) 75)) (-2992 (($ $ (-52)) 128)) (-2885 (($) 102 T CONST)) (-2898 (($) 82 T CONST)) (-2853 (((-112) $ $) 92)) (-2983 (($ $ $) 116)) (-2956 (($ $ $) 120)) (** (($ $ (-768)) 114) (($ $ $) 63)) (* (($ $ $) 121)))
-(((-889 |#1|) (-13 (-1094) (-1035 |#1|) (-1035 (-1170)) (-10 -8 (-15 0 ($) -1367) (-15 1 ($) -1367) (-15 -3366 ((-3 (-641 $) "failed") $)) (-15 -4215 ((-3 (-641 $) "failed") $)) (-15 -1547 ((-3 (-641 $) "failed") $ (-114))) (-15 -1547 ((-3 (-2 (|:| -1678 (-114)) (|:| |arg| (-641 $))) "failed") $)) (-15 -3763 ((-3 (-2 (|:| |val| $) (|:| -2954 (-768))) "failed") $)) (-15 -1647 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -1991 ((-3 (-641 $) "failed") $)) (-15 -1537 ((-3 (-2 (|:| |val| $) (|:| -2954 $)) "failed") $)) (-15 -2961 ($ (-114) (-641 $))) (-15 -2956 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-768))) (-15 ** ($ $ $)) (-15 -2983 ($ $ $)) (-15 -2105 ((-768) $)) (-15 -2153 ($ (-641 $))) (-15 -1892 ($ $)) (-15 -4021 ((-112) $)) (-15 -2491 ((-112) $)) (-15 -1952 ((-112) $)) (-15 -2352 ((-112) $)) (-15 -3279 ((-112) $)) (-15 -2335 ((-112) $)) (-15 -4118 ((-112) $)) (-15 -3249 ((-112) $)) (-15 -3458 ((-641 (-52)) $)) (-15 -1784 ($ $ (-641 (-52)))) (-15 -3270 ($ $ (-641 (-52)))) (-15 -3517 ($ (-1170) (-112) (-112) (-112))) (-15 -3491 ($ $ (-641 (-1170)) (-52))) (-15 -2904 ((-2 (|:| |var| (-641 (-1170))) (|:| |pred| (-52))) $)) (-15 -1701 ((-112) $)) (-15 -3510 ($ $)) (-15 -2992 ($ $ (-52))) (-15 -3007 ((-641 (-52)) $)) (-15 -4153 ((-641 $) $)) (-15 -1489 ((-3 (-641 $) "failed") (-641 $))))) (-1094)) (T -889))
-((-2885 (*1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-2898 (*1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-3366 (*1 *2 *1) (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-4215 (*1 *2 *1) (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1547 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-641 (-889 *4))) (-5 *1 (-889 *4)) (-4 *4 (-1094)))) (-1547 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -1678 (-114)) (|:| |arg| (-641 (-889 *3))))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3763 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-889 *3)) (|:| -2954 (-768)))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1647 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-889 *3)) (|:| |den| (-889 *3)))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1991 (*1 *2 *1) (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1537 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-889 *3)) (|:| -2954 (-889 *3)))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2961 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 (-889 *4))) (-5 *1 (-889 *4)) (-4 *4 (-1094)))) (-2956 (*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-2983 (*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-2105 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2153 (*1 *1 *2) (-12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1892 (*1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-4021 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2491 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1952 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2352 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3279 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2335 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3249 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3458 (*1 *2 *1) (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1784 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3270 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3517 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-112)) (-5 *1 (-889 *4)) (-4 *4 (-1094)))) (-3491 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-52)) (-5 *1 (-889 *4)) (-4 *4 (-1094)))) (-2904 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-641 (-1170))) (|:| |pred| (-52)))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1701 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3510 (*1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-2992 (*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3007 (*1 *2 *1) (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-4153 (*1 *2 *1) (-12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1489 (*1 *2 *2) (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(-13 (-1094) (-1035 |#1|) (-1035 (-1170)) (-10 -8 (-15 (-2885) ($) -1367) (-15 (-2898) ($) -1367) (-15 -3366 ((-3 (-641 $) "failed") $)) (-15 -4215 ((-3 (-641 $) "failed") $)) (-15 -1547 ((-3 (-641 $) "failed") $ (-114))) (-15 -1547 ((-3 (-2 (|:| -1678 (-114)) (|:| |arg| (-641 $))) "failed") $)) (-15 -3763 ((-3 (-2 (|:| |val| $) (|:| -2954 (-768))) "failed") $)) (-15 -1647 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -1991 ((-3 (-641 $) "failed") $)) (-15 -1537 ((-3 (-2 (|:| |val| $) (|:| -2954 $)) "failed") $)) (-15 -2961 ($ (-114) (-641 $))) (-15 -2956 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-768))) (-15 ** ($ $ $)) (-15 -2983 ($ $ $)) (-15 -2105 ((-768) $)) (-15 -2153 ($ (-641 $))) (-15 -1892 ($ $)) (-15 -4021 ((-112) $)) (-15 -2491 ((-112) $)) (-15 -1952 ((-112) $)) (-15 -2352 ((-112) $)) (-15 -3279 ((-112) $)) (-15 -2335 ((-112) $)) (-15 -4118 ((-112) $)) (-15 -3249 ((-112) $)) (-15 -3458 ((-641 (-52)) $)) (-15 -1784 ($ $ (-641 (-52)))) (-15 -3270 ($ $ (-641 (-52)))) (-15 -3517 ($ (-1170) (-112) (-112) (-112))) (-15 -3491 ($ $ (-641 (-1170)) (-52))) (-15 -2904 ((-2 (|:| |var| (-641 (-1170))) (|:| |pred| (-52))) $)) (-15 -1701 ((-112) $)) (-15 -3510 ($ $)) (-15 -2992 ($ $ (-52))) (-15 -3007 ((-641 (-52)) $)) (-15 -4153 ((-641 $) $)) (-15 -1489 ((-3 (-641 $) "failed") (-641 $)))))
-((-1709 (((-112) $ $) NIL)) (-1480 (((-641 |#1|) $) 19)) (-2298 (((-112) $) 49)) (-2035 (((-3 (-668 |#1|) "failed") $) 56)) (-3437 (((-668 |#1|) $) 54)) (-1908 (($ $) 23)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2088 (((-768) $) 61)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 (((-668 |#1|) $) 21)) (-1721 (((-859) $) 47) (($ (-668 |#1|)) 26) (((-816 |#1|) $) 36) (($ |#1|) 25)) (-2898 (($) 9 T CONST)) (-2302 (((-641 (-668 |#1|)) $) 28)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 12)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 67)))
-(((-890 |#1|) (-13 (-847) (-1035 (-668 |#1|)) (-10 -8 (-15 1 ($) -1367) (-15 -1721 ((-816 |#1|) $)) (-15 -1721 ($ |#1|)) (-15 -1897 ((-668 |#1|) $)) (-15 -2088 ((-768) $)) (-15 -2302 ((-641 (-668 |#1|)) $)) (-15 -1908 ($ $)) (-15 -2298 ((-112) $)) (-15 -1480 ((-641 |#1|) $)))) (-847)) (T -890))
-((-2898 (*1 *1) (-12 (-5 *1 (-890 *2)) (-4 *2 (-847)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-816 *3)) (-5 *1 (-890 *3)) (-4 *3 (-847)))) (-1721 (*1 *1 *2) (-12 (-5 *1 (-890 *2)) (-4 *2 (-847)))) (-1897 (*1 *2 *1) (-12 (-5 *2 (-668 *3)) (-5 *1 (-890 *3)) (-4 *3 (-847)))) (-2088 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-890 *3)) (-4 *3 (-847)))) (-2302 (*1 *2 *1) (-12 (-5 *2 (-641 (-668 *3))) (-5 *1 (-890 *3)) (-4 *3 (-847)))) (-1908 (*1 *1 *1) (-12 (-5 *1 (-890 *2)) (-4 *2 (-847)))) (-2298 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-890 *3)) (-4 *3 (-847)))) (-1480 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-890 *3)) (-4 *3 (-847)))))
-(-13 (-847) (-1035 (-668 |#1|)) (-10 -8 (-15 (-2898) ($) -1367) (-15 -1721 ((-816 |#1|) $)) (-15 -1721 ($ |#1|)) (-15 -1897 ((-668 |#1|) $)) (-15 -2088 ((-768) $)) (-15 -2302 ((-641 (-668 |#1|)) $)) (-15 -1908 ($ $)) (-15 -2298 ((-112) $)) (-15 -1480 ((-641 |#1|) $))))
-((-3936 ((|#1| |#1| |#1|) 19)))
-(((-891 |#1| |#2|) (-10 -7 (-15 -3936 (|#1| |#1| |#1|))) (-1235 |#2|) (-1046)) (T -891))
-((-3936 (*1 *2 *2 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-891 *2 *3)) (-4 *2 (-1235 *3)))))
-(-10 -7 (-15 -3936 (|#1| |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-1335 (((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 14)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-4358 (((-1032) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 13)) (-2853 (((-112) $ $) 6)))
+((-1657 (((-112) (-641 |#2|) |#3|) 22) (((-112) |#2| |#3|) 17)) (-1441 (((-886 |#1| |#2|) |#2| |#3|) 44 (-12 (-4338 (|has| |#2| (-1035 (-1170)))) (-4338 (|has| |#2| (-1046))))) (((-641 (-294 (-949 |#2|))) |#2| |#3|) 43 (-12 (|has| |#2| (-1046)) (-4338 (|has| |#2| (-1035 (-1170)))))) (((-641 (-294 |#2|)) |#2| |#3|) 35 (|has| |#2| (-1035 (-1170)))) (((-882 |#1| |#2| (-641 |#2|)) (-641 |#2|) |#3|) 20)))
+(((-884 |#1| |#2| |#3|) (-10 -7 (-15 -1657 ((-112) |#2| |#3|)) (-15 -1657 ((-112) (-641 |#2|) |#3|)) (-15 -1441 ((-882 |#1| |#2| (-641 |#2|)) (-641 |#2|) |#3|)) (IF (|has| |#2| (-1035 (-1170))) (-15 -1441 ((-641 (-294 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1046)) (-15 -1441 ((-641 (-294 (-949 |#2|))) |#2| |#3|)) (-15 -1441 ((-886 |#1| |#2|) |#2| |#3|))))) (-1094) (-883 |#1|) (-612 (-889 |#1|))) (T -884))
+((-1441 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-5 *2 (-886 *5 *3)) (-5 *1 (-884 *5 *3 *4)) (-4338 (-4 *3 (-1035 (-1170)))) (-4338 (-4 *3 (-1046))) (-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5))))) (-1441 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-5 *2 (-641 (-294 (-949 *3)))) (-5 *1 (-884 *5 *3 *4)) (-4 *3 (-1046)) (-4338 (-4 *3 (-1035 (-1170)))) (-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5))))) (-1441 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-5 *2 (-641 (-294 *3))) (-5 *1 (-884 *5 *3 *4)) (-4 *3 (-1035 (-1170))) (-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5))))) (-1441 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-4 *6 (-883 *5)) (-5 *2 (-882 *5 *6 (-641 *6))) (-5 *1 (-884 *5 *6 *4)) (-5 *3 (-641 *6)) (-4 *4 (-612 (-889 *5))))) (-1657 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *6)) (-4 *6 (-883 *5)) (-4 *5 (-1094)) (-5 *2 (-112)) (-5 *1 (-884 *5 *6 *4)) (-4 *4 (-612 (-889 *5))))) (-1657 (*1 *2 *3 *4) (-12 (-4 *5 (-1094)) (-5 *2 (-112)) (-5 *1 (-884 *5 *3 *4)) (-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5))))))
+(-10 -7 (-15 -1657 ((-112) |#2| |#3|)) (-15 -1657 ((-112) (-641 |#2|) |#3|)) (-15 -1441 ((-882 |#1| |#2| (-641 |#2|)) (-641 |#2|) |#3|)) (IF (|has| |#2| (-1035 (-1170))) (-15 -1441 ((-641 (-294 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1046)) (-15 -1441 ((-641 (-294 (-949 |#2|))) |#2| |#3|)) (-15 -1441 ((-886 |#1| |#2|) |#2| |#3|)))))
+((-2449 (((-886 |#1| |#3|) (-1 |#3| |#2|) (-886 |#1| |#2|)) 22)))
+(((-885 |#1| |#2| |#3|) (-10 -7 (-15 -2449 ((-886 |#1| |#3|) (-1 |#3| |#2|) (-886 |#1| |#2|)))) (-1094) (-1094) (-1094)) (T -885))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-886 *5 *6)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-886 *5 *7)) (-5 *1 (-885 *5 *6 *7)))))
+(-10 -7 (-15 -2449 ((-886 |#1| |#3|) (-1 |#3| |#2|) (-886 |#1| |#2|))))
+((-1817 (((-112) $ $) NIL)) (-3650 (($ $ $) 40)) (-3064 (((-3 (-112) "failed") $ (-889 |#1|)) 37)) (-3654 (($) 12)) (-2723 (((-1152) $) NIL)) (-1560 (($ (-889 |#1|) |#2| $) 20)) (-2780 (((-1114) $) NIL)) (-1326 (((-3 |#2| "failed") (-889 |#1|) $) 51)) (-3225 (((-112) $) 15)) (-2105 (($) 13)) (-3143 (((-641 (-2 (|:| -2568 (-1170)) (|:| -1389 |#2|))) $) 25)) (-1842 (($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 |#2|)))) 23)) (-1831 (((-859) $) 45)) (-1857 (($ (-889 |#1|) |#2| $ |#2|) 49)) (-1728 (($ (-889 |#1|) |#2| $) 48)) (-1702 (((-112) $ $) 42)))
+(((-886 |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -3225 ((-112) $)) (-15 -2105 ($)) (-15 -3654 ($)) (-15 -3650 ($ $ $)) (-15 -1326 ((-3 |#2| "failed") (-889 |#1|) $)) (-15 -1728 ($ (-889 |#1|) |#2| $)) (-15 -1560 ($ (-889 |#1|) |#2| $)) (-15 -1857 ($ (-889 |#1|) |#2| $ |#2|)) (-15 -3143 ((-641 (-2 (|:| -2568 (-1170)) (|:| -1389 |#2|))) $)) (-15 -1842 ($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 |#2|))))) (-15 -3064 ((-3 (-112) "failed") $ (-889 |#1|))))) (-1094) (-1094)) (T -886))
+((-3225 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-886 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-2105 (*1 *1) (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-3654 (*1 *1) (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-3650 (*1 *1 *1 *1) (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-1326 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-4 *2 (-1094)) (-5 *1 (-886 *4 *2)))) (-1728 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3)) (-4 *3 (-1094)))) (-1560 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3)) (-4 *3 (-1094)))) (-1857 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3)) (-4 *3 (-1094)))) (-3143 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 *4)))) (-5 *1 (-886 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-1842 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 *4)))) (-4 *4 (-1094)) (-5 *1 (-886 *3 *4)) (-4 *3 (-1094)))) (-3064 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-112)) (-5 *1 (-886 *4 *5)) (-4 *5 (-1094)))))
+(-13 (-1094) (-10 -8 (-15 -3225 ((-112) $)) (-15 -2105 ($)) (-15 -3654 ($)) (-15 -3650 ($ $ $)) (-15 -1326 ((-3 |#2| "failed") (-889 |#1|) $)) (-15 -1728 ($ (-889 |#1|) |#2| $)) (-15 -1560 ($ (-889 |#1|) |#2| $)) (-15 -1857 ($ (-889 |#1|) |#2| $ |#2|)) (-15 -3143 ((-641 (-2 (|:| -2568 (-1170)) (|:| -1389 |#2|))) $)) (-15 -1842 ($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 |#2|))))) (-15 -3064 ((-3 (-112) "failed") $ (-889 |#1|)))))
+((-3724 (((-889 |#1|) (-889 |#1|) (-641 (-1170)) (-1 (-112) (-641 |#2|))) 32) (((-889 |#1|) (-889 |#1|) (-641 (-1 (-112) |#2|))) 46) (((-889 |#1|) (-889 |#1|) (-1 (-112) |#2|)) 35)) (-3064 (((-112) (-641 |#2|) (-889 |#1|)) 42) (((-112) |#2| (-889 |#1|)) 36)) (-1649 (((-1 (-112) |#2|) (-889 |#1|)) 16)) (-3906 (((-641 |#2|) (-889 |#1|)) 24)) (-1917 (((-889 |#1|) (-889 |#1|) |#2|) 20)))
+(((-887 |#1| |#2|) (-10 -7 (-15 -3724 ((-889 |#1|) (-889 |#1|) (-1 (-112) |#2|))) (-15 -3724 ((-889 |#1|) (-889 |#1|) (-641 (-1 (-112) |#2|)))) (-15 -3724 ((-889 |#1|) (-889 |#1|) (-641 (-1170)) (-1 (-112) (-641 |#2|)))) (-15 -1649 ((-1 (-112) |#2|) (-889 |#1|))) (-15 -3064 ((-112) |#2| (-889 |#1|))) (-15 -3064 ((-112) (-641 |#2|) (-889 |#1|))) (-15 -1917 ((-889 |#1|) (-889 |#1|) |#2|)) (-15 -3906 ((-641 |#2|) (-889 |#1|)))) (-1094) (-1209)) (T -887))
+((-3906 (*1 *2 *3) (-12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-641 *5)) (-5 *1 (-887 *4 *5)) (-4 *5 (-1209)))) (-1917 (*1 *2 *2 *3) (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-887 *4 *3)) (-4 *3 (-1209)))) (-3064 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-4 *6 (-1209)) (-5 *2 (-112)) (-5 *1 (-887 *5 *6)))) (-3064 (*1 *2 *3 *4) (-12 (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-5 *2 (-112)) (-5 *1 (-887 *5 *3)) (-4 *3 (-1209)))) (-1649 (*1 *2 *3) (-12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-887 *4 *5)) (-4 *5 (-1209)))) (-3724 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-889 *5)) (-5 *3 (-641 (-1170))) (-5 *4 (-1 (-112) (-641 *6))) (-4 *5 (-1094)) (-4 *6 (-1209)) (-5 *1 (-887 *5 *6)))) (-3724 (*1 *2 *2 *3) (-12 (-5 *2 (-889 *4)) (-5 *3 (-641 (-1 (-112) *5))) (-4 *4 (-1094)) (-4 *5 (-1209)) (-5 *1 (-887 *4 *5)))) (-3724 (*1 *2 *2 *3) (-12 (-5 *2 (-889 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1094)) (-4 *5 (-1209)) (-5 *1 (-887 *4 *5)))))
+(-10 -7 (-15 -3724 ((-889 |#1|) (-889 |#1|) (-1 (-112) |#2|))) (-15 -3724 ((-889 |#1|) (-889 |#1|) (-641 (-1 (-112) |#2|)))) (-15 -3724 ((-889 |#1|) (-889 |#1|) (-641 (-1170)) (-1 (-112) (-641 |#2|)))) (-15 -1649 ((-1 (-112) |#2|) (-889 |#1|))) (-15 -3064 ((-112) |#2| (-889 |#1|))) (-15 -3064 ((-112) (-641 |#2|) (-889 |#1|))) (-15 -1917 ((-889 |#1|) (-889 |#1|) |#2|)) (-15 -3906 ((-641 |#2|) (-889 |#1|))))
+((-2449 (((-889 |#2|) (-1 |#2| |#1|) (-889 |#1|)) 19)))
+(((-888 |#1| |#2|) (-10 -7 (-15 -2449 ((-889 |#2|) (-1 |#2| |#1|) (-889 |#1|)))) (-1094) (-1094)) (T -888))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-5 *2 (-889 *6)) (-5 *1 (-888 *5 *6)))))
+(-10 -7 (-15 -2449 ((-889 |#2|) (-1 |#2| |#1|) (-889 |#1|))))
+((-1817 (((-112) $ $) NIL)) (-2837 (($ $ (-641 (-52))) 73)) (-3209 (((-641 $) $) 137)) (-2308 (((-2 (|:| |var| (-641 (-1170))) (|:| |pred| (-52))) $) 29)) (-2246 (((-112) $) 34)) (-4328 (($ $ (-641 (-1170)) (-52)) 30)) (-3257 (($ $ (-641 (-52))) 72)) (-2347 (((-3 |#1| "failed") $) 70) (((-3 (-1170) "failed") $) 161)) (-2237 ((|#1| $) 67) (((-1170) $) NIL)) (-3350 (($ $) 125)) (-2760 (((-112) $) 54)) (-4034 (((-641 (-52)) $) 49)) (-3420 (($ (-1170) (-112) (-112) (-112)) 74)) (-3569 (((-3 (-641 $) "failed") (-641 $)) 81)) (-1334 (((-112) $) 57)) (-1779 (((-112) $) 56)) (-2723 (((-1152) $) NIL)) (-2955 (((-3 (-641 $) "failed") $) 40)) (-3875 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 47)) (-2826 (((-3 (-2 (|:| |val| $) (|:| -1558 $)) "failed") $) 96)) (-2512 (((-3 (-641 $) "failed") $) 39)) (-2913 (((-3 (-641 $) "failed") $ (-114)) 123) (((-3 (-2 (|:| -3581 (-114)) (|:| |arg| (-641 $))) "failed") $) 106)) (-1390 (((-3 (-641 $) "failed") $) 41)) (-4059 (((-3 (-2 (|:| |val| $) (|:| -1558 (-768))) "failed") $) 44)) (-1653 (((-112) $) 33)) (-2780 (((-1114) $) NIL)) (-3787 (((-112) $) 27)) (-2643 (((-112) $) 51)) (-1961 (((-641 (-52)) $) 129)) (-2914 (((-112) $) 55)) (-1350 (($ (-114) (-641 $)) 103)) (-2950 (((-768) $) 32)) (-1991 (($ $) 71)) (-2511 (($ (-641 $)) 68)) (-3859 (((-112) $) 31)) (-1831 (((-859) $) 62) (($ |#1|) 23) (($ (-1170)) 75)) (-1917 (($ $ (-52)) 128)) (-1293 (($) 102 T CONST)) (-1300 (($) 82 T CONST)) (-1702 (((-112) $ $) 92)) (-1823 (($ $ $) 116)) (-1797 (($ $ $) 120)) (** (($ $ (-768)) 114) (($ $ $) 63)) (* (($ $ $) 121)))
+(((-889 |#1|) (-13 (-1094) (-1035 |#1|) (-1035 (-1170)) (-10 -8 (-15 0 ($) -1809) (-15 1 ($) -1809) (-15 -2512 ((-3 (-641 $) "failed") $)) (-15 -2955 ((-3 (-641 $) "failed") $)) (-15 -2913 ((-3 (-641 $) "failed") $ (-114))) (-15 -2913 ((-3 (-2 (|:| -3581 (-114)) (|:| |arg| (-641 $))) "failed") $)) (-15 -4059 ((-3 (-2 (|:| |val| $) (|:| -1558 (-768))) "failed") $)) (-15 -3875 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -1390 ((-3 (-641 $) "failed") $)) (-15 -2826 ((-3 (-2 (|:| |val| $) (|:| -1558 $)) "failed") $)) (-15 -1350 ($ (-114) (-641 $))) (-15 -1797 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-768))) (-15 ** ($ $ $)) (-15 -1823 ($ $ $)) (-15 -2950 ((-768) $)) (-15 -2511 ($ (-641 $))) (-15 -1991 ($ $)) (-15 -1653 ((-112) $)) (-15 -2760 ((-112) $)) (-15 -2246 ((-112) $)) (-15 -3859 ((-112) $)) (-15 -2914 ((-112) $)) (-15 -1779 ((-112) $)) (-15 -1334 ((-112) $)) (-15 -2643 ((-112) $)) (-15 -4034 ((-641 (-52)) $)) (-15 -3257 ($ $ (-641 (-52)))) (-15 -2837 ($ $ (-641 (-52)))) (-15 -3420 ($ (-1170) (-112) (-112) (-112))) (-15 -4328 ($ $ (-641 (-1170)) (-52))) (-15 -2308 ((-2 (|:| |var| (-641 (-1170))) (|:| |pred| (-52))) $)) (-15 -3787 ((-112) $)) (-15 -3350 ($ $)) (-15 -1917 ($ $ (-52))) (-15 -1961 ((-641 (-52)) $)) (-15 -3209 ((-641 $) $)) (-15 -3569 ((-3 (-641 $) "failed") (-641 $))))) (-1094)) (T -889))
+((-1293 (*1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-1300 (*1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-2512 (*1 *2 *1) (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2955 (*1 *2 *1) (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2913 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-641 (-889 *4))) (-5 *1 (-889 *4)) (-4 *4 (-1094)))) (-2913 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -3581 (-114)) (|:| |arg| (-641 (-889 *3))))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-4059 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-889 *3)) (|:| -1558 (-768)))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3875 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-889 *3)) (|:| |den| (-889 *3)))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1390 (*1 *2 *1) (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2826 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-889 *3)) (|:| -1558 (-889 *3)))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1350 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 (-889 *4))) (-5 *1 (-889 *4)) (-4 *4 (-1094)))) (-1797 (*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-1823 (*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-2950 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2511 (*1 *1 *2) (-12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1991 (*1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-1653 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2760 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2246 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3859 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2914 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1779 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1334 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2643 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-4034 (*1 *2 *1) (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3257 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-2837 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3420 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-112)) (-5 *1 (-889 *4)) (-4 *4 (-1094)))) (-4328 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-52)) (-5 *1 (-889 *4)) (-4 *4 (-1094)))) (-2308 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-641 (-1170))) (|:| |pred| (-52)))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3787 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3350 (*1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))) (-1917 (*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-1961 (*1 *2 *1) (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3209 (*1 *2 *1) (-12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))) (-3569 (*1 *2 *2) (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(-13 (-1094) (-1035 |#1|) (-1035 (-1170)) (-10 -8 (-15 (-1293) ($) -1809) (-15 (-1300) ($) -1809) (-15 -2512 ((-3 (-641 $) "failed") $)) (-15 -2955 ((-3 (-641 $) "failed") $)) (-15 -2913 ((-3 (-641 $) "failed") $ (-114))) (-15 -2913 ((-3 (-2 (|:| -3581 (-114)) (|:| |arg| (-641 $))) "failed") $)) (-15 -4059 ((-3 (-2 (|:| |val| $) (|:| -1558 (-768))) "failed") $)) (-15 -3875 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -1390 ((-3 (-641 $) "failed") $)) (-15 -2826 ((-3 (-2 (|:| |val| $) (|:| -1558 $)) "failed") $)) (-15 -1350 ($ (-114) (-641 $))) (-15 -1797 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-768))) (-15 ** ($ $ $)) (-15 -1823 ($ $ $)) (-15 -2950 ((-768) $)) (-15 -2511 ($ (-641 $))) (-15 -1991 ($ $)) (-15 -1653 ((-112) $)) (-15 -2760 ((-112) $)) (-15 -2246 ((-112) $)) (-15 -3859 ((-112) $)) (-15 -2914 ((-112) $)) (-15 -1779 ((-112) $)) (-15 -1334 ((-112) $)) (-15 -2643 ((-112) $)) (-15 -4034 ((-641 (-52)) $)) (-15 -3257 ($ $ (-641 (-52)))) (-15 -2837 ($ $ (-641 (-52)))) (-15 -3420 ($ (-1170) (-112) (-112) (-112))) (-15 -4328 ($ $ (-641 (-1170)) (-52))) (-15 -2308 ((-2 (|:| |var| (-641 (-1170))) (|:| |pred| (-52))) $)) (-15 -3787 ((-112) $)) (-15 -3350 ($ $)) (-15 -1917 ($ $ (-52))) (-15 -1961 ((-641 (-52)) $)) (-15 -3209 ((-641 $) $)) (-15 -3569 ((-3 (-641 $) "failed") (-641 $)))))
+((-1817 (((-112) $ $) NIL)) (-2412 (((-641 |#1|) $) 19)) (-1384 (((-112) $) 49)) (-2347 (((-3 (-668 |#1|) "failed") $) 56)) (-2237 (((-668 |#1|) $) 54)) (-3314 (($ $) 23)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-1502 (((-768) $) 61)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 (((-668 |#1|) $) 21)) (-1831 (((-859) $) 47) (($ (-668 |#1|)) 26) (((-816 |#1|) $) 36) (($ |#1|) 25)) (-1300 (($) 9 T CONST)) (-1430 (((-641 (-668 |#1|)) $) 28)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 12)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 67)))
+(((-890 |#1|) (-13 (-847) (-1035 (-668 |#1|)) (-10 -8 (-15 1 ($) -1809) (-15 -1831 ((-816 |#1|) $)) (-15 -1831 ($ |#1|)) (-15 -3303 ((-668 |#1|) $)) (-15 -1502 ((-768) $)) (-15 -1430 ((-641 (-668 |#1|)) $)) (-15 -3314 ($ $)) (-15 -1384 ((-112) $)) (-15 -2412 ((-641 |#1|) $)))) (-847)) (T -890))
+((-1300 (*1 *1) (-12 (-5 *1 (-890 *2)) (-4 *2 (-847)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-816 *3)) (-5 *1 (-890 *3)) (-4 *3 (-847)))) (-1831 (*1 *1 *2) (-12 (-5 *1 (-890 *2)) (-4 *2 (-847)))) (-3303 (*1 *2 *1) (-12 (-5 *2 (-668 *3)) (-5 *1 (-890 *3)) (-4 *3 (-847)))) (-1502 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-890 *3)) (-4 *3 (-847)))) (-1430 (*1 *2 *1) (-12 (-5 *2 (-641 (-668 *3))) (-5 *1 (-890 *3)) (-4 *3 (-847)))) (-3314 (*1 *1 *1) (-12 (-5 *1 (-890 *2)) (-4 *2 (-847)))) (-1384 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-890 *3)) (-4 *3 (-847)))) (-2412 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-890 *3)) (-4 *3 (-847)))))
+(-13 (-847) (-1035 (-668 |#1|)) (-10 -8 (-15 (-1300) ($) -1809) (-15 -1831 ((-816 |#1|) $)) (-15 -1831 ($ |#1|)) (-15 -3303 ((-668 |#1|) $)) (-15 -1502 ((-768) $)) (-15 -1430 ((-641 (-668 |#1|)) $)) (-15 -3314 ($ $)) (-15 -1384 ((-112) $)) (-15 -2412 ((-641 |#1|) $))))
+((-2049 ((|#1| |#1| |#1|) 19)))
+(((-891 |#1| |#2|) (-10 -7 (-15 -2049 (|#1| |#1| |#1|))) (-1235 |#2|) (-1046)) (T -891))
+((-2049 (*1 *2 *2 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-891 *2 *3)) (-4 *2 (-1235 *3)))))
+(-10 -7 (-15 -2049 (|#1| |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-2620 (((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 14)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1810 (((-1032) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 13)) (-1702 (((-112) $ $) 6)))
(((-892) (-140)) (T -892))
-((-1335 (*1 *2 *3 *4) (-12 (-4 *1 (-892)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) (-5 *2 (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152)))))) (-4358 (*1 *2 *3) (-12 (-4 *1 (-892)) (-5 *3 (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) (-5 *2 (-1032)))))
-(-13 (-1094) (-10 -7 (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))))) (-15 -4358 ((-1032) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))))))
+((-2620 (*1 *2 *3 *4) (-12 (-4 *1 (-892)) (-5 *3 (-1058)) (-5 *4 (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) (-5 *2 (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152)))))) (-1810 (*1 *2 *3) (-12 (-4 *1 (-892)) (-5 *3 (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) (-5 *2 (-1032)))))
+(-13 (-1094) (-10 -7 (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))) (-1058) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))))) (-15 -1810 ((-1032) (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-2590 ((|#1| |#1| (-768)) 29)) (-2900 (((-3 |#1| "failed") |#1| |#1|) 26)) (-3064 (((-3 (-2 (|:| -3590 |#1|) (|:| -3602 |#1|)) "failed") |#1| (-768) (-768)) 32) (((-641 |#1|) |#1|) 39)))
-(((-893 |#1| |#2|) (-10 -7 (-15 -3064 ((-641 |#1|) |#1|)) (-15 -3064 ((-3 (-2 (|:| -3590 |#1|) (|:| -3602 |#1|)) "failed") |#1| (-768) (-768))) (-15 -2900 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2590 (|#1| |#1| (-768)))) (-1235 |#2|) (-363)) (T -893))
-((-2590 (*1 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-363)) (-5 *1 (-893 *2 *4)) (-4 *2 (-1235 *4)))) (-2900 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-363)) (-5 *1 (-893 *2 *3)) (-4 *2 (-1235 *3)))) (-3064 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-768)) (-4 *5 (-363)) (-5 *2 (-2 (|:| -3590 *3) (|:| -3602 *3))) (-5 *1 (-893 *3 *5)) (-4 *3 (-1235 *5)))) (-3064 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-893 *3 *4)) (-4 *3 (-1235 *4)))))
-(-10 -7 (-15 -3064 ((-641 |#1|) |#1|)) (-15 -3064 ((-3 (-2 (|:| -3590 |#1|) (|:| -3602 |#1|)) "failed") |#1| (-768) (-768))) (-15 -2900 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2590 (|#1| |#1| (-768))))
-((-3315 (((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152)) 106) (((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152) (-225)) 102) (((-1032) (-895) (-1058)) 94) (((-1032) (-895)) 95)) (-1335 (((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895) (-1058)) 65) (((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895)) 67)))
-(((-894) (-10 -7 (-15 -3315 ((-1032) (-895))) (-15 -3315 ((-1032) (-895) (-1058))) (-15 -3315 ((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152) (-225))) (-15 -3315 ((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895) (-1058))))) (T -894))
-((-1335 (*1 *2 *3 *4) (-12 (-5 *3 (-895)) (-5 *4 (-1058)) (-5 *2 (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-894)))) (-1335 (*1 *2 *3) (-12 (-5 *3 (-895)) (-5 *2 (-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-894)))) (-3315 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-768)) (-5 *6 (-641 (-641 (-316 *3)))) (-5 *7 (-1152)) (-5 *5 (-641 (-316 (-379)))) (-5 *3 (-379)) (-5 *2 (-1032)) (-5 *1 (-894)))) (-3315 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-768)) (-5 *6 (-641 (-641 (-316 *3)))) (-5 *7 (-1152)) (-5 *8 (-225)) (-5 *5 (-641 (-316 (-379)))) (-5 *3 (-379)) (-5 *2 (-1032)) (-5 *1 (-894)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-895)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-894)))) (-3315 (*1 *2 *3) (-12 (-5 *3 (-895)) (-5 *2 (-1032)) (-5 *1 (-894)))))
-(-10 -7 (-15 -3315 ((-1032) (-895))) (-15 -3315 ((-1032) (-895) (-1058))) (-15 -3315 ((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152) (-225))) (-15 -3315 ((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895))) (-15 -1335 ((-2 (|:| -1335 (-379)) (|:| -2540 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895) (-1058))))
-((-1709 (((-112) $ $) NIL)) (-3437 (((-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))) $) 19)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 21) (($ (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 18)) (-2853 (((-112) $ $) NIL)))
-(((-895) (-13 (-1094) (-10 -8 (-15 -1721 ($ (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))))) (-15 -3437 ((-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))) $))))) (T -895))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) (-5 *1 (-895)))) (-3437 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) (-5 *1 (-895)))))
-(-13 (-1094) (-10 -8 (-15 -1721 ($ (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))))) (-15 -3437 ((-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))) $))))
-((-1795 (($ $ |#2|) NIL) (($ $ (-641 |#2|)) 10) (($ $ |#2| (-768)) 15) (($ $ (-641 |#2|) (-641 (-768))) 18)) (-3256 (($ $ |#2|) 19) (($ $ (-641 |#2|)) 21) (($ $ |#2| (-768)) 22) (($ $ (-641 |#2|) (-641 (-768))) 24)))
-(((-896 |#1| |#2|) (-10 -8 (-15 -3256 (|#1| |#1| (-641 |#2|) (-641 (-768)))) (-15 -3256 (|#1| |#1| |#2| (-768))) (-15 -3256 (|#1| |#1| (-641 |#2|))) (-15 -3256 (|#1| |#1| |#2|)) (-15 -1795 (|#1| |#1| (-641 |#2|) (-641 (-768)))) (-15 -1795 (|#1| |#1| |#2| (-768))) (-15 -1795 (|#1| |#1| (-641 |#2|))) (-15 -1795 (|#1| |#1| |#2|))) (-897 |#2|) (-1094)) (T -896))
-NIL
-(-10 -8 (-15 -3256 (|#1| |#1| (-641 |#2|) (-641 (-768)))) (-15 -3256 (|#1| |#1| |#2| (-768))) (-15 -3256 (|#1| |#1| (-641 |#2|))) (-15 -3256 (|#1| |#1| |#2|)) (-15 -1795 (|#1| |#1| (-641 |#2|) (-641 (-768)))) (-15 -1795 (|#1| |#1| |#2| (-768))) (-15 -1795 (|#1| |#1| (-641 |#2|))) (-15 -1795 (|#1| |#1| |#2|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1795 (($ $ |#1|) 42) (($ $ (-641 |#1|)) 41) (($ $ |#1| (-768)) 40) (($ $ (-641 |#1|) (-641 (-768))) 39)) (-1721 (((-859) $) 11) (($ (-564)) 29)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ |#1|) 38) (($ $ (-641 |#1|)) 37) (($ $ |#1| (-768)) 36) (($ $ (-641 |#1|) (-641 (-768))) 35)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-2506 ((|#1| |#1| (-768)) 29)) (-2275 (((-3 |#1| "failed") |#1| |#1|) 26)) (-1295 (((-3 (-2 (|:| -3766 |#1|) (|:| -3777 |#1|)) "failed") |#1| (-768) (-768)) 32) (((-641 |#1|) |#1|) 39)))
+(((-893 |#1| |#2|) (-10 -7 (-15 -1295 ((-641 |#1|) |#1|)) (-15 -1295 ((-3 (-2 (|:| -3766 |#1|) (|:| -3777 |#1|)) "failed") |#1| (-768) (-768))) (-15 -2275 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2506 (|#1| |#1| (-768)))) (-1235 |#2|) (-363)) (T -893))
+((-2506 (*1 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-363)) (-5 *1 (-893 *2 *4)) (-4 *2 (-1235 *4)))) (-2275 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-363)) (-5 *1 (-893 *2 *3)) (-4 *2 (-1235 *3)))) (-1295 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-768)) (-4 *5 (-363)) (-5 *2 (-2 (|:| -3766 *3) (|:| -3777 *3))) (-5 *1 (-893 *3 *5)) (-4 *3 (-1235 *5)))) (-1295 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-893 *3 *4)) (-4 *3 (-1235 *4)))))
+(-10 -7 (-15 -1295 ((-641 |#1|) |#1|)) (-15 -1295 ((-3 (-2 (|:| -3766 |#1|) (|:| -3777 |#1|)) "failed") |#1| (-768) (-768))) (-15 -2275 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2506 (|#1| |#1| (-768))))
+((-2017 (((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152)) 106) (((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152) (-225)) 102) (((-1032) (-895) (-1058)) 94) (((-1032) (-895)) 95)) (-2620 (((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895) (-1058)) 65) (((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895)) 67)))
+(((-894) (-10 -7 (-15 -2017 ((-1032) (-895))) (-15 -2017 ((-1032) (-895) (-1058))) (-15 -2017 ((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152) (-225))) (-15 -2017 ((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895) (-1058))))) (T -894))
+((-2620 (*1 *2 *3 *4) (-12 (-5 *3 (-895)) (-5 *4 (-1058)) (-5 *2 (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-894)))) (-2620 (*1 *2 *3) (-12 (-5 *3 (-895)) (-5 *2 (-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152))))) (-5 *1 (-894)))) (-2017 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-768)) (-5 *6 (-641 (-641 (-316 *3)))) (-5 *7 (-1152)) (-5 *5 (-641 (-316 (-379)))) (-5 *3 (-379)) (-5 *2 (-1032)) (-5 *1 (-894)))) (-2017 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-768)) (-5 *6 (-641 (-641 (-316 *3)))) (-5 *7 (-1152)) (-5 *8 (-225)) (-5 *5 (-641 (-316 (-379)))) (-5 *3 (-379)) (-5 *2 (-1032)) (-5 *1 (-894)))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-895)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-894)))) (-2017 (*1 *2 *3) (-12 (-5 *3 (-895)) (-5 *2 (-1032)) (-5 *1 (-894)))))
+(-10 -7 (-15 -2017 ((-1032) (-895))) (-15 -2017 ((-1032) (-895) (-1058))) (-15 -2017 ((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152) (-225))) (-15 -2017 ((-1032) (-379) (-379) (-379) (-379) (-768) (-768) (-641 (-316 (-379))) (-641 (-641 (-316 (-379)))) (-1152))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895))) (-15 -2620 ((-2 (|:| -2620 (-379)) (|:| -1316 (-1152)) (|:| |explanations| (-641 (-1152)))) (-895) (-1058))))
+((-1817 (((-112) $ $) NIL)) (-2237 (((-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))) $) 19)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 21) (($ (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) 18)) (-1702 (((-112) $ $) NIL)))
+(((-895) (-13 (-1094) (-10 -8 (-15 -1831 ($ (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))))) (-15 -2237 ((-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))) $))))) (T -895))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) (-5 *1 (-895)))) (-2237 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225)))) (-5 *1 (-895)))))
+(-13 (-1094) (-10 -8 (-15 -1831 ($ (-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))))) (-15 -2237 ((-2 (|:| |pde| (-641 (-316 (-225)))) (|:| |constraints| (-641 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-768)) (|:| |boundaryType| (-564)) (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225)))))) (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152)) (|:| |tol| (-225))) $))))
+((-3534 (($ $ |#2|) NIL) (($ $ (-641 |#2|)) 10) (($ $ |#2| (-768)) 15) (($ $ (-641 |#2|) (-641 (-768))) 18)) (-3435 (($ $ |#2|) 19) (($ $ (-641 |#2|)) 21) (($ $ |#2| (-768)) 22) (($ $ (-641 |#2|) (-641 (-768))) 24)))
+(((-896 |#1| |#2|) (-10 -8 (-15 -3435 (|#1| |#1| (-641 |#2|) (-641 (-768)))) (-15 -3435 (|#1| |#1| |#2| (-768))) (-15 -3435 (|#1| |#1| (-641 |#2|))) (-15 -3435 (|#1| |#1| |#2|)) (-15 -3534 (|#1| |#1| (-641 |#2|) (-641 (-768)))) (-15 -3534 (|#1| |#1| |#2| (-768))) (-15 -3534 (|#1| |#1| (-641 |#2|))) (-15 -3534 (|#1| |#1| |#2|))) (-897 |#2|) (-1094)) (T -896))
+NIL
+(-10 -8 (-15 -3435 (|#1| |#1| (-641 |#2|) (-641 (-768)))) (-15 -3435 (|#1| |#1| |#2| (-768))) (-15 -3435 (|#1| |#1| (-641 |#2|))) (-15 -3435 (|#1| |#1| |#2|)) (-15 -3534 (|#1| |#1| (-641 |#2|) (-641 (-768)))) (-15 -3534 (|#1| |#1| |#2| (-768))) (-15 -3534 (|#1| |#1| (-641 |#2|))) (-15 -3534 (|#1| |#1| |#2|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3534 (($ $ |#1|) 42) (($ $ (-641 |#1|)) 41) (($ $ |#1| (-768)) 40) (($ $ (-641 |#1|) (-641 (-768))) 39)) (-1831 (((-859) $) 11) (($ (-564)) 29)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ |#1|) 38) (($ $ (-641 |#1|)) 37) (($ $ |#1| (-768)) 36) (($ $ (-641 |#1|) (-641 (-768))) 35)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-897 |#1|) (-140) (-1094)) (T -897))
-((-1795 (*1 *1 *1 *2) (-12 (-4 *1 (-897 *2)) (-4 *2 (-1094)))) (-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *1 (-897 *3)) (-4 *3 (-1094)))) (-1795 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-897 *2)) (-4 *2 (-1094)))) (-1795 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 (-768))) (-4 *1 (-897 *4)) (-4 *4 (-1094)))) (-3256 (*1 *1 *1 *2) (-12 (-4 *1 (-897 *2)) (-4 *2 (-1094)))) (-3256 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *1 (-897 *3)) (-4 *3 (-1094)))) (-3256 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-897 *2)) (-4 *2 (-1094)))) (-3256 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 (-768))) (-4 *1 (-897 *4)) (-4 *4 (-1094)))))
-(-13 (-1046) (-10 -8 (-15 -1795 ($ $ |t#1|)) (-15 -1795 ($ $ (-641 |t#1|))) (-15 -1795 ($ $ |t#1| (-768))) (-15 -1795 ($ $ (-641 |t#1|) (-641 (-768)))) (-15 -3256 ($ $ |t#1|)) (-15 -3256 ($ $ (-641 |t#1|))) (-15 -3256 ($ $ |t#1| (-768))) (-15 -3256 ($ $ (-641 |t#1|) (-641 (-768))))))
+((-3534 (*1 *1 *1 *2) (-12 (-4 *1 (-897 *2)) (-4 *2 (-1094)))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *1 (-897 *3)) (-4 *3 (-1094)))) (-3534 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-897 *2)) (-4 *2 (-1094)))) (-3534 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 (-768))) (-4 *1 (-897 *4)) (-4 *4 (-1094)))) (-3435 (*1 *1 *1 *2) (-12 (-4 *1 (-897 *2)) (-4 *2 (-1094)))) (-3435 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *1 (-897 *3)) (-4 *3 (-1094)))) (-3435 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-897 *2)) (-4 *2 (-1094)))) (-3435 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 (-768))) (-4 *1 (-897 *4)) (-4 *4 (-1094)))))
+(-13 (-1046) (-10 -8 (-15 -3534 ($ $ |t#1|)) (-15 -3534 ($ $ (-641 |t#1|))) (-15 -3534 ($ $ |t#1| (-768))) (-15 -3534 ($ $ (-641 |t#1|) (-641 (-768)))) (-15 -3435 ($ $ |t#1|)) (-15 -3435 ($ $ (-641 |t#1|))) (-15 -3435 ($ $ |t#1| (-768))) (-15 -3435 ($ $ (-641 |t#1|) (-641 (-768))))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 $) . T) ((-723) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1411 ((|#1| $) 26)) (-1729 (((-112) $ (-768)) NIL)) (-2270 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-2555 (($ $ $) NIL (|has| $ (-6 -4413)))) (-3724 (($ $ $) NIL (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4413))) (($ $ "left" $) NIL (|has| $ (-6 -4413))) (($ $ "right" $) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-3602 (($ $) 25)) (-1574 (($ |#1|) 12) (($ $ $) 17)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) NIL)) (-3496 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-3590 (($ $) 23)) (-1939 (((-641 |#1|) $) NIL)) (-2545 (((-112) $) 20)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2705 (((-564) $ $) NIL)) (-3735 (((-112) $) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-1195 |#1|) $) 9) (((-859) $) 29 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) NIL)) (-4252 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 21 (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-898 |#1|) (-13 (-119 |#1|) (-611 (-1195 |#1|)) (-10 -8 (-15 -1574 ($ |#1|)) (-15 -1574 ($ $ $)))) (-1094)) (T -898))
-((-1574 (*1 *1 *2) (-12 (-5 *1 (-898 *2)) (-4 *2 (-1094)))) (-1574 (*1 *1 *1 *1) (-12 (-5 *1 (-898 *2)) (-4 *2 (-1094)))))
-(-13 (-119 |#1|) (-611 (-1195 |#1|)) (-10 -8 (-15 -1574 ($ |#1|)) (-15 -1574 ($ $ $))))
-((-1368 ((|#2| (-1136 |#1| |#2|)) 53)))
-(((-899 |#1| |#2|) (-10 -7 (-15 -1368 (|#2| (-1136 |#1| |#2|)))) (-918) (-13 (-1046) (-10 -7 (-6 (-4414 "*"))))) (T -899))
-((-1368 (*1 *2 *3) (-12 (-5 *3 (-1136 *4 *2)) (-14 *4 (-918)) (-4 *2 (-13 (-1046) (-10 -7 (-6 (-4414 "*"))))) (-5 *1 (-899 *4 *2)))))
-(-10 -7 (-15 -1368 (|#2| (-1136 |#1| |#2|))))
-((-1709 (((-112) $ $) 7)) (-1692 (($) 18 T CONST)) (-3233 (((-3 $ "failed") $) 15)) (-3787 (((-1096 |#1|) $ |#1|) 32)) (-3282 (((-112) $) 17)) (-2766 (($ $ $) 30 (-2713 (|has| |#1| (-847)) (|has| |#1| (-368))))) (-1650 (($ $ $) 29 (-2713 (|has| |#1| (-847)) (|has| |#1| (-368))))) (-2811 (((-1152) $) 9)) (-4247 (($ $) 24)) (-4382 (((-1114) $) 10)) (-3227 ((|#1| $ |#1|) 34)) (-2961 ((|#1| $ |#1|) 33)) (-2143 (($ (-641 (-641 |#1|))) 35)) (-2140 (($ (-641 |#1|)) 36)) (-3601 (($ $ $) 21)) (-1923 (($ $ $) 20)) (-1721 (((-859) $) 11)) (-2898 (($) 19 T CONST)) (-2920 (((-112) $ $) 27 (-2713 (|has| |#1| (-847)) (|has| |#1| (-368))))) (-2893 (((-112) $ $) 26 (-2713 (|has| |#1| (-847)) (|has| |#1| (-368))))) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 28 (-2713 (|has| |#1| (-847)) (|has| |#1| (-368))))) (-2880 (((-112) $ $) 31)) (-2983 (($ $ $) 23)) (** (($ $ (-918)) 13) (($ $ (-768)) 16) (($ $ (-564)) 22)) (* (($ $ $) 14)))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1522 ((|#1| $) 26)) (-4010 (((-112) $ (-768)) NIL)) (-2373 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-2127 (($ $ $) NIL (|has| $ (-6 -4407)))) (-1793 (($ $ $) NIL (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4407))) (($ $ "left" $) NIL (|has| $ (-6 -4407))) (($ $ "right" $) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-3777 (($ $) 25)) (-2612 (($ |#1|) 12) (($ $ $) 17)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) NIL)) (-4376 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-3766 (($ $) 23)) (-4119 (((-641 |#1|) $) NIL)) (-2033 (((-112) $) 20)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-4190 (((-564) $ $) NIL)) (-1899 (((-112) $) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-1195 |#1|) $) 9) (((-859) $) 29 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) NIL)) (-2054 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 21 (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-898 |#1|) (-13 (-119 |#1|) (-611 (-1195 |#1|)) (-10 -8 (-15 -2612 ($ |#1|)) (-15 -2612 ($ $ $)))) (-1094)) (T -898))
+((-2612 (*1 *1 *2) (-12 (-5 *1 (-898 *2)) (-4 *2 (-1094)))) (-2612 (*1 *1 *1 *1) (-12 (-5 *1 (-898 *2)) (-4 *2 (-1094)))))
+(-13 (-119 |#1|) (-611 (-1195 |#1|)) (-10 -8 (-15 -2612 ($ |#1|)) (-15 -2612 ($ $ $))))
+((-1325 ((|#2| (-1136 |#1| |#2|)) 53)))
+(((-899 |#1| |#2|) (-10 -7 (-15 -1325 (|#2| (-1136 |#1| |#2|)))) (-918) (-13 (-1046) (-10 -7 (-6 (-4408 "*"))))) (T -899))
+((-1325 (*1 *2 *3) (-12 (-5 *3 (-1136 *4 *2)) (-14 *4 (-918)) (-4 *2 (-13 (-1046) (-10 -7 (-6 (-4408 "*"))))) (-5 *1 (-899 *4 *2)))))
+(-10 -7 (-15 -1325 (|#2| (-1136 |#1| |#2|))))
+((-1817 (((-112) $ $) 7)) (-1778 (($) 18 T CONST)) (-3733 (((-3 $ "failed") $) 15)) (-4250 (((-1096 |#1|) $ |#1|) 32)) (-2949 (((-112) $) 17)) (-1925 (($ $ $) 30 (-4078 (|has| |#1| (-847)) (|has| |#1| (-368))))) (-3375 (($ $ $) 29 (-4078 (|has| |#1| (-847)) (|has| |#1| (-368))))) (-2723 (((-1152) $) 9)) (-3315 (($ $) 24)) (-2780 (((-1114) $) 10)) (-2633 ((|#1| $ |#1|) 34)) (-1350 ((|#1| $ |#1|) 33)) (-3603 (($ (-641 (-641 |#1|))) 35)) (-3570 (($ (-641 |#1|)) 36)) (-3047 (($ $ $) 21)) (-1992 (($ $ $) 20)) (-1831 (((-859) $) 11)) (-1300 (($) 19 T CONST)) (-1762 (((-112) $ $) 27 (-4078 (|has| |#1| (-847)) (|has| |#1| (-368))))) (-1737 (((-112) $ $) 26 (-4078 (|has| |#1| (-847)) (|has| |#1| (-368))))) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 28 (-4078 (|has| |#1| (-847)) (|has| |#1| (-368))))) (-1723 (((-112) $ $) 31)) (-1823 (($ $ $) 23)) (** (($ $ (-918)) 13) (($ $ (-768)) 16) (($ $ (-564)) 22)) (* (($ $ $) 14)))
(((-900 |#1|) (-140) (-1094)) (T -900))
-((-2140 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-900 *3)))) (-2143 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-4 *1 (-900 *3)))) (-3227 (*1 *2 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1094)))) (-2961 (*1 *2 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1094)))) (-3787 (*1 *2 *1 *3) (-12 (-4 *1 (-900 *3)) (-4 *3 (-1094)) (-5 *2 (-1096 *3)))) (-2880 (*1 *2 *1 *1) (-12 (-4 *1 (-900 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))))
-(-13 (-473) (-10 -8 (-15 -2140 ($ (-641 |t#1|))) (-15 -2143 ($ (-641 (-641 |t#1|)))) (-15 -3227 (|t#1| $ |t#1|)) (-15 -2961 (|t#1| $ |t#1|)) (-15 -3787 ((-1096 |t#1|) $ |t#1|)) (-15 -2880 ((-112) $ $)) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-368)) (-6 (-847)) |%noBranch|)))
-(((-102) . T) ((-611 (-859)) . T) ((-473) . T) ((-723) . T) ((-847) -2713 (|has| |#1| (-847)) (|has| |#1| (-368))) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-3993 (((-641 (-641 (-768))) $) 164)) (-3695 (((-641 (-768)) (-902 |#1|) $) 192)) (-3011 (((-641 (-768)) (-902 |#1|) $) 193)) (-1462 (((-641 (-902 |#1|)) $) 153)) (-3746 (((-902 |#1|) $ (-564)) 158) (((-902 |#1|) $) 159)) (-3203 (($ (-641 (-902 |#1|))) 166)) (-2887 (((-768) $) 160)) (-3194 (((-1096 (-1096 |#1|)) $) 190)) (-3787 (((-1096 |#1|) $ |#1|) 181) (((-1096 (-1096 |#1|)) $ (-1096 |#1|)) 201) (((-1096 (-641 |#1|)) $ (-641 |#1|)) 204)) (-3803 (((-1096 |#1|) $) 156)) (-3983 (((-112) (-902 |#1|) $) 142)) (-2811 (((-1152) $) NIL)) (-3139 (((-1264) $) 146) (((-1264) $ (-564) (-564)) 205)) (-4382 (((-1114) $) NIL)) (-2786 (((-641 (-902 |#1|)) $) 147)) (-2961 (((-902 |#1|) $ (-768)) 154)) (-4341 (((-768) $) 161)) (-1721 (((-859) $) 178) (((-641 (-902 |#1|)) $) 28) (($ (-641 (-902 |#1|))) 165)) (-1540 (((-641 |#1|) $) 163)) (-2853 (((-112) $ $) 198)) (-2908 (((-112) $ $) 196)) (-2880 (((-112) $ $) 195)))
-(((-901 |#1|) (-13 (-1094) (-10 -8 (-15 -1721 ((-641 (-902 |#1|)) $)) (-15 -2786 ((-641 (-902 |#1|)) $)) (-15 -2961 ((-902 |#1|) $ (-768))) (-15 -3746 ((-902 |#1|) $ (-564))) (-15 -3746 ((-902 |#1|) $)) (-15 -2887 ((-768) $)) (-15 -4341 ((-768) $)) (-15 -1540 ((-641 |#1|) $)) (-15 -1462 ((-641 (-902 |#1|)) $)) (-15 -3993 ((-641 (-641 (-768))) $)) (-15 -1721 ($ (-641 (-902 |#1|)))) (-15 -3203 ($ (-641 (-902 |#1|)))) (-15 -3787 ((-1096 |#1|) $ |#1|)) (-15 -3194 ((-1096 (-1096 |#1|)) $)) (-15 -3787 ((-1096 (-1096 |#1|)) $ (-1096 |#1|))) (-15 -3787 ((-1096 (-641 |#1|)) $ (-641 |#1|))) (-15 -3983 ((-112) (-902 |#1|) $)) (-15 -3695 ((-641 (-768)) (-902 |#1|) $)) (-15 -3011 ((-641 (-768)) (-902 |#1|) $)) (-15 -3803 ((-1096 |#1|) $)) (-15 -2880 ((-112) $ $)) (-15 -2908 ((-112) $ $)) (-15 -3139 ((-1264) $)) (-15 -3139 ((-1264) $ (-564) (-564))))) (-1094)) (T -901))
-((-1721 (*1 *2 *1) (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-2786 (*1 *2 *1) (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-902 *4)) (-5 *1 (-901 *4)) (-4 *4 (-1094)))) (-3746 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-902 *4)) (-5 *1 (-901 *4)) (-4 *4 (-1094)))) (-3746 (*1 *2 *1) (-12 (-5 *2 (-902 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-2887 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-4341 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-1540 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-1462 (*1 *2 *1) (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-3993 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-768)))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-902 *3))) (-4 *3 (-1094)) (-5 *1 (-901 *3)))) (-3203 (*1 *1 *2) (-12 (-5 *2 (-641 (-902 *3))) (-4 *3 (-1094)) (-5 *1 (-901 *3)))) (-3787 (*1 *2 *1 *3) (-12 (-5 *2 (-1096 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-3194 (*1 *2 *1) (-12 (-5 *2 (-1096 (-1096 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-3787 (*1 *2 *1 *3) (-12 (-4 *4 (-1094)) (-5 *2 (-1096 (-1096 *4))) (-5 *1 (-901 *4)) (-5 *3 (-1096 *4)))) (-3787 (*1 *2 *1 *3) (-12 (-4 *4 (-1094)) (-5 *2 (-1096 (-641 *4))) (-5 *1 (-901 *4)) (-5 *3 (-641 *4)))) (-3983 (*1 *2 *3 *1) (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-112)) (-5 *1 (-901 *4)))) (-3695 (*1 *2 *3 *1) (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-641 (-768))) (-5 *1 (-901 *4)))) (-3011 (*1 *2 *3 *1) (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-641 (-768))) (-5 *1 (-901 *4)))) (-3803 (*1 *2 *1) (-12 (-5 *2 (-1096 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-2880 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-2908 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-3139 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-3139 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-901 *4)) (-4 *4 (-1094)))))
-(-13 (-1094) (-10 -8 (-15 -1721 ((-641 (-902 |#1|)) $)) (-15 -2786 ((-641 (-902 |#1|)) $)) (-15 -2961 ((-902 |#1|) $ (-768))) (-15 -3746 ((-902 |#1|) $ (-564))) (-15 -3746 ((-902 |#1|) $)) (-15 -2887 ((-768) $)) (-15 -4341 ((-768) $)) (-15 -1540 ((-641 |#1|) $)) (-15 -1462 ((-641 (-902 |#1|)) $)) (-15 -3993 ((-641 (-641 (-768))) $)) (-15 -1721 ($ (-641 (-902 |#1|)))) (-15 -3203 ($ (-641 (-902 |#1|)))) (-15 -3787 ((-1096 |#1|) $ |#1|)) (-15 -3194 ((-1096 (-1096 |#1|)) $)) (-15 -3787 ((-1096 (-1096 |#1|)) $ (-1096 |#1|))) (-15 -3787 ((-1096 (-641 |#1|)) $ (-641 |#1|))) (-15 -3983 ((-112) (-902 |#1|) $)) (-15 -3695 ((-641 (-768)) (-902 |#1|) $)) (-15 -3011 ((-641 (-768)) (-902 |#1|) $)) (-15 -3803 ((-1096 |#1|) $)) (-15 -2880 ((-112) $ $)) (-15 -2908 ((-112) $ $)) (-15 -3139 ((-1264) $)) (-15 -3139 ((-1264) $ (-564) (-564)))))
-((-1709 (((-112) $ $) NIL)) (-3699 (((-641 $) (-641 $)) 104)) (-1672 (((-564) $) 85)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL)) (-2887 (((-768) $) 82)) (-3787 (((-1096 |#1|) $ |#1|) 73)) (-3282 (((-112) $) NIL)) (-2400 (((-112) $) 89)) (-2233 (((-768) $) 86)) (-3803 (((-1096 |#1|) $) 62)) (-2766 (($ $ $) NIL (-2713 (|has| |#1| (-368)) (|has| |#1| (-847))))) (-1650 (($ $ $) NIL (-2713 (|has| |#1| (-368)) (|has| |#1| (-847))))) (-4135 (((-2 (|:| |preimage| (-641 |#1|)) (|:| |image| (-641 |#1|))) $) 57)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 132)) (-4382 (((-1114) $) NIL)) (-2169 (((-1096 |#1|) $) 140 (|has| |#1| (-368)))) (-2000 (((-112) $) 83)) (-3227 ((|#1| $ |#1|) 71)) (-2961 ((|#1| $ |#1|) 134)) (-4341 (((-768) $) 64)) (-2143 (($ (-641 (-641 |#1|))) 119)) (-2258 (((-968) $) 77)) (-2140 (($ (-641 |#1|)) 35)) (-3601 (($ $ $) NIL)) (-1923 (($ $ $) NIL)) (-1997 (($ (-641 (-641 |#1|))) 59)) (-1845 (($ (-641 (-641 |#1|))) 124)) (-3923 (($ (-641 |#1|)) 136)) (-1721 (((-859) $) 118) (($ (-641 (-641 |#1|))) 92) (($ (-641 |#1|)) 93)) (-2898 (($) 27 T CONST)) (-2920 (((-112) $ $) NIL (-2713 (|has| |#1| (-368)) (|has| |#1| (-847))))) (-2893 (((-112) $ $) NIL (-2713 (|has| |#1| (-368)) (|has| |#1| (-847))))) (-2853 (((-112) $ $) 69)) (-2908 (((-112) $ $) NIL (-2713 (|has| |#1| (-368)) (|has| |#1| (-847))))) (-2880 (((-112) $ $) 91)) (-2983 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ $ $) 36)))
-(((-902 |#1|) (-13 (-900 |#1|) (-10 -8 (-15 -4135 ((-2 (|:| |preimage| (-641 |#1|)) (|:| |image| (-641 |#1|))) $)) (-15 -1997 ($ (-641 (-641 |#1|)))) (-15 -1721 ($ (-641 (-641 |#1|)))) (-15 -1721 ($ (-641 |#1|))) (-15 -1845 ($ (-641 (-641 |#1|)))) (-15 -4341 ((-768) $)) (-15 -3803 ((-1096 |#1|) $)) (-15 -2258 ((-968) $)) (-15 -2887 ((-768) $)) (-15 -2233 ((-768) $)) (-15 -1672 ((-564) $)) (-15 -2000 ((-112) $)) (-15 -2400 ((-112) $)) (-15 -3699 ((-641 $) (-641 $))) (IF (|has| |#1| (-368)) (-15 -2169 ((-1096 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-545)) (-15 -3923 ($ (-641 |#1|))) (IF (|has| |#1| (-368)) (-15 -3923 ($ (-641 |#1|))) |%noBranch|)))) (-1094)) (T -902))
-((-4135 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-641 *3)) (|:| |image| (-641 *3)))) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-1997 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-902 *3)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-902 *3)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-902 *3)))) (-1845 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-902 *3)))) (-4341 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-3803 (*1 *2 *1) (-12 (-5 *2 (-1096 *3)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-2258 (*1 *2 *1) (-12 (-5 *2 (-968)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-2887 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-2233 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-1672 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-2000 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-2400 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-3699 (*1 *2 *2) (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-2169 (*1 *2 *1) (-12 (-5 *2 (-1096 *3)) (-5 *1 (-902 *3)) (-4 *3 (-368)) (-4 *3 (-1094)))) (-3923 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-902 *3)))))
-(-13 (-900 |#1|) (-10 -8 (-15 -4135 ((-2 (|:| |preimage| (-641 |#1|)) (|:| |image| (-641 |#1|))) $)) (-15 -1997 ($ (-641 (-641 |#1|)))) (-15 -1721 ($ (-641 (-641 |#1|)))) (-15 -1721 ($ (-641 |#1|))) (-15 -1845 ($ (-641 (-641 |#1|)))) (-15 -4341 ((-768) $)) (-15 -3803 ((-1096 |#1|) $)) (-15 -2258 ((-968) $)) (-15 -2887 ((-768) $)) (-15 -2233 ((-768) $)) (-15 -1672 ((-564) $)) (-15 -2000 ((-112) $)) (-15 -2400 ((-112) $)) (-15 -3699 ((-641 $) (-641 $))) (IF (|has| |#1| (-368)) (-15 -2169 ((-1096 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-545)) (-15 -3923 ($ (-641 |#1|))) (IF (|has| |#1| (-368)) (-15 -3923 ($ (-641 |#1|))) |%noBranch|))))
-((-2018 (((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|)) 162)) (-2656 ((|#1|) 101)) (-2767 (((-418 (-1166 |#4|)) (-1166 |#4|)) 171)) (-3149 (((-418 (-1166 |#4|)) (-641 |#3|) (-1166 |#4|)) 88)) (-3180 (((-418 (-1166 |#4|)) (-1166 |#4|)) 181)) (-2392 (((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|) |#3|) 117)))
-(((-903 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2018 ((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|))) (-15 -3180 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -2767 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -2656 (|#1|)) (-15 -2392 ((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|) |#3|)) (-15 -3149 ((-418 (-1166 |#4|)) (-641 |#3|) (-1166 |#4|)))) (-906) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -903))
-((-3149 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *7)) (-4 *7 (-847)) (-4 *5 (-906)) (-4 *6 (-790)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-418 (-1166 *8))) (-5 *1 (-903 *5 *6 *7 *8)) (-5 *4 (-1166 *8)))) (-2392 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-641 (-1166 *7))) (-5 *3 (-1166 *7)) (-4 *7 (-946 *5 *6 *4)) (-4 *5 (-906)) (-4 *6 (-790)) (-4 *4 (-847)) (-5 *1 (-903 *5 *6 *4 *7)))) (-2656 (*1 *2) (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-906)) (-5 *1 (-903 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-2767 (*1 *2 *3) (-12 (-4 *4 (-906)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-903 *4 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-3180 (*1 *2 *3) (-12 (-4 *4 (-906)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-903 *4 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-2018 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 *7))) (-5 *3 (-1166 *7)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-906)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-903 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2018 ((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|))) (-15 -3180 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -2767 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -2656 (|#1|)) (-15 -2392 ((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|) |#3|)) (-15 -3149 ((-418 (-1166 |#4|)) (-641 |#3|) (-1166 |#4|))))
-((-2018 (((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|)) 41)) (-2656 ((|#1|) 74)) (-2767 (((-418 (-1166 |#2|)) (-1166 |#2|)) 130)) (-3149 (((-418 (-1166 |#2|)) (-1166 |#2|)) 114)) (-3180 (((-418 (-1166 |#2|)) (-1166 |#2|)) 141)))
-(((-904 |#1| |#2|) (-10 -7 (-15 -2018 ((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|))) (-15 -3180 ((-418 (-1166 |#2|)) (-1166 |#2|))) (-15 -2767 ((-418 (-1166 |#2|)) (-1166 |#2|))) (-15 -2656 (|#1|)) (-15 -3149 ((-418 (-1166 |#2|)) (-1166 |#2|)))) (-906) (-1235 |#1|)) (T -904))
-((-3149 (*1 *2 *3) (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5))) (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))) (-2656 (*1 *2) (-12 (-4 *2 (-906)) (-5 *1 (-904 *2 *3)) (-4 *3 (-1235 *2)))) (-2767 (*1 *2 *3) (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5))) (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))) (-3180 (*1 *2 *3) (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5))) (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))) (-2018 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 *5))) (-5 *3 (-1166 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-906)) (-5 *1 (-904 *4 *5)))))
-(-10 -7 (-15 -2018 ((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|))) (-15 -3180 ((-418 (-1166 |#2|)) (-1166 |#2|))) (-15 -2767 ((-418 (-1166 |#2|)) (-1166 |#2|))) (-15 -2656 (|#1|)) (-15 -3149 ((-418 (-1166 |#2|)) (-1166 |#2|))))
-((-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 42)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 18)) (-2684 (((-3 $ "failed") $) 36)))
-(((-905 |#1|) (-10 -8 (-15 -2684 ((-3 |#1| "failed") |#1|)) (-15 -3991 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -4336 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|)))) (-906)) (T -905))
-NIL
-(-10 -8 (-15 -2684 ((-3 |#1| "failed") |#1|)) (-15 -3991 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -4336 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-4284 (((-418 (-1166 $)) (-1166 $)) 61)) (-2275 (($ $) 52)) (-1798 (((-418 $) $) 53)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 58)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-2941 (((-112) $) 54)) (-3282 (((-112) $) 31)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-4004 (((-418 (-1166 $)) (-1166 $)) 59)) (-3947 (((-418 (-1166 $)) (-1166 $)) 60)) (-4020 (((-418 $) $) 51)) (-2628 (((-3 $ "failed") $ $) 43)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 57 (|has| $ (-145)))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-2684 (((-3 $ "failed") $) 56 (|has| $ (-145)))) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-3570 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-900 *3)))) (-3603 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-4 *1 (-900 *3)))) (-2633 (*1 *2 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1094)))) (-1350 (*1 *2 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1094)))) (-4250 (*1 *2 *1 *3) (-12 (-4 *1 (-900 *3)) (-4 *3 (-1094)) (-5 *2 (-1096 *3)))) (-1723 (*1 *2 *1 *1) (-12 (-4 *1 (-900 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))))
+(-13 (-473) (-10 -8 (-15 -3570 ($ (-641 |t#1|))) (-15 -3603 ($ (-641 (-641 |t#1|)))) (-15 -2633 (|t#1| $ |t#1|)) (-15 -1350 (|t#1| $ |t#1|)) (-15 -4250 ((-1096 |t#1|) $ |t#1|)) (-15 -1723 ((-112) $ $)) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-368)) (-6 (-847)) |%noBranch|)))
+(((-102) . T) ((-611 (-859)) . T) ((-473) . T) ((-723) . T) ((-847) -4078 (|has| |#1| (-847)) (|has| |#1| (-368))) ((-1106) . T) ((-1094) . T))
+((-1817 (((-112) $ $) NIL)) (-2613 (((-641 (-641 (-768))) $) 164)) (-1507 (((-641 (-768)) (-902 |#1|) $) 192)) (-2002 (((-641 (-768)) (-902 |#1|) $) 193)) (-3275 (((-641 (-902 |#1|)) $) 153)) (-2900 (((-902 |#1|) $ (-564)) 158) (((-902 |#1|) $) 159)) (-3426 (($ (-641 (-902 |#1|))) 166)) (-2155 (((-768) $) 160)) (-3327 (((-1096 (-1096 |#1|)) $) 190)) (-4250 (((-1096 |#1|) $ |#1|) 181) (((-1096 (-1096 |#1|)) $ (-1096 |#1|)) 201) (((-1096 (-641 |#1|)) $ (-641 |#1|)) 204)) (-1297 (((-1096 |#1|) $) 156)) (-2516 (((-112) (-902 |#1|) $) 142)) (-2723 (((-1152) $) NIL)) (-4006 (((-1264) $) 146) (((-1264) $ (-564) (-564)) 205)) (-2780 (((-1114) $) NIL)) (-3743 (((-641 (-902 |#1|)) $) 147)) (-1350 (((-902 |#1|) $ (-768)) 154)) (-1619 (((-768) $) 161)) (-1831 (((-859) $) 178) (((-641 (-902 |#1|)) $) 28) (($ (-641 (-902 |#1|))) 165)) (-3655 (((-641 |#1|) $) 163)) (-1702 (((-112) $ $) 198)) (-1749 (((-112) $ $) 196)) (-1723 (((-112) $ $) 195)))
+(((-901 |#1|) (-13 (-1094) (-10 -8 (-15 -1831 ((-641 (-902 |#1|)) $)) (-15 -3743 ((-641 (-902 |#1|)) $)) (-15 -1350 ((-902 |#1|) $ (-768))) (-15 -2900 ((-902 |#1|) $ (-564))) (-15 -2900 ((-902 |#1|) $)) (-15 -2155 ((-768) $)) (-15 -1619 ((-768) $)) (-15 -3655 ((-641 |#1|) $)) (-15 -3275 ((-641 (-902 |#1|)) $)) (-15 -2613 ((-641 (-641 (-768))) $)) (-15 -1831 ($ (-641 (-902 |#1|)))) (-15 -3426 ($ (-641 (-902 |#1|)))) (-15 -4250 ((-1096 |#1|) $ |#1|)) (-15 -3327 ((-1096 (-1096 |#1|)) $)) (-15 -4250 ((-1096 (-1096 |#1|)) $ (-1096 |#1|))) (-15 -4250 ((-1096 (-641 |#1|)) $ (-641 |#1|))) (-15 -2516 ((-112) (-902 |#1|) $)) (-15 -1507 ((-641 (-768)) (-902 |#1|) $)) (-15 -2002 ((-641 (-768)) (-902 |#1|) $)) (-15 -1297 ((-1096 |#1|) $)) (-15 -1723 ((-112) $ $)) (-15 -1749 ((-112) $ $)) (-15 -4006 ((-1264) $)) (-15 -4006 ((-1264) $ (-564) (-564))))) (-1094)) (T -901))
+((-1831 (*1 *2 *1) (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-3743 (*1 *2 *1) (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-902 *4)) (-5 *1 (-901 *4)) (-4 *4 (-1094)))) (-2900 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-902 *4)) (-5 *1 (-901 *4)) (-4 *4 (-1094)))) (-2900 (*1 *2 *1) (-12 (-5 *2 (-902 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-2155 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-1619 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-3655 (*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-3275 (*1 *2 *1) (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-2613 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-768)))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-902 *3))) (-4 *3 (-1094)) (-5 *1 (-901 *3)))) (-3426 (*1 *1 *2) (-12 (-5 *2 (-641 (-902 *3))) (-4 *3 (-1094)) (-5 *1 (-901 *3)))) (-4250 (*1 *2 *1 *3) (-12 (-5 *2 (-1096 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-3327 (*1 *2 *1) (-12 (-5 *2 (-1096 (-1096 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-4250 (*1 *2 *1 *3) (-12 (-4 *4 (-1094)) (-5 *2 (-1096 (-1096 *4))) (-5 *1 (-901 *4)) (-5 *3 (-1096 *4)))) (-4250 (*1 *2 *1 *3) (-12 (-4 *4 (-1094)) (-5 *2 (-1096 (-641 *4))) (-5 *1 (-901 *4)) (-5 *3 (-641 *4)))) (-2516 (*1 *2 *3 *1) (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-112)) (-5 *1 (-901 *4)))) (-1507 (*1 *2 *3 *1) (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-641 (-768))) (-5 *1 (-901 *4)))) (-2002 (*1 *2 *3 *1) (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-641 (-768))) (-5 *1 (-901 *4)))) (-1297 (*1 *2 *1) (-12 (-5 *2 (-1096 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-1723 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-1749 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-4006 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))) (-4006 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-901 *4)) (-4 *4 (-1094)))))
+(-13 (-1094) (-10 -8 (-15 -1831 ((-641 (-902 |#1|)) $)) (-15 -3743 ((-641 (-902 |#1|)) $)) (-15 -1350 ((-902 |#1|) $ (-768))) (-15 -2900 ((-902 |#1|) $ (-564))) (-15 -2900 ((-902 |#1|) $)) (-15 -2155 ((-768) $)) (-15 -1619 ((-768) $)) (-15 -3655 ((-641 |#1|) $)) (-15 -3275 ((-641 (-902 |#1|)) $)) (-15 -2613 ((-641 (-641 (-768))) $)) (-15 -1831 ($ (-641 (-902 |#1|)))) (-15 -3426 ($ (-641 (-902 |#1|)))) (-15 -4250 ((-1096 |#1|) $ |#1|)) (-15 -3327 ((-1096 (-1096 |#1|)) $)) (-15 -4250 ((-1096 (-1096 |#1|)) $ (-1096 |#1|))) (-15 -4250 ((-1096 (-641 |#1|)) $ (-641 |#1|))) (-15 -2516 ((-112) (-902 |#1|) $)) (-15 -1507 ((-641 (-768)) (-902 |#1|) $)) (-15 -2002 ((-641 (-768)) (-902 |#1|) $)) (-15 -1297 ((-1096 |#1|) $)) (-15 -1723 ((-112) $ $)) (-15 -1749 ((-112) $ $)) (-15 -4006 ((-1264) $)) (-15 -4006 ((-1264) $ (-564) (-564)))))
+((-1817 (((-112) $ $) NIL)) (-2861 (((-641 $) (-641 $)) 104)) (-1598 (((-564) $) 85)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL)) (-2155 (((-768) $) 82)) (-4250 (((-1096 |#1|) $ |#1|) 73)) (-2949 (((-112) $) NIL)) (-4301 (((-112) $) 89)) (-1985 (((-768) $) 86)) (-1297 (((-1096 |#1|) $) 62)) (-1925 (($ $ $) NIL (-4078 (|has| |#1| (-368)) (|has| |#1| (-847))))) (-3375 (($ $ $) NIL (-4078 (|has| |#1| (-368)) (|has| |#1| (-847))))) (-3402 (((-2 (|:| |preimage| (-641 |#1|)) (|:| |image| (-641 |#1|))) $) 57)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 132)) (-2780 (((-1114) $) NIL)) (-2610 (((-1096 |#1|) $) 140 (|has| |#1| (-368)))) (-1492 (((-112) $) 83)) (-2633 ((|#1| $ |#1|) 71)) (-1350 ((|#1| $ |#1|) 134)) (-1619 (((-768) $) 64)) (-3603 (($ (-641 (-641 |#1|))) 119)) (-2253 (((-968) $) 77)) (-3570 (($ (-641 |#1|)) 35)) (-3047 (($ $ $) NIL)) (-1992 (($ $ $) NIL)) (-1458 (($ (-641 (-641 |#1|))) 59)) (-2560 (($ (-641 (-641 |#1|))) 124)) (-3147 (($ (-641 |#1|)) 136)) (-1831 (((-859) $) 118) (($ (-641 (-641 |#1|))) 92) (($ (-641 |#1|)) 93)) (-1300 (($) 27 T CONST)) (-1762 (((-112) $ $) NIL (-4078 (|has| |#1| (-368)) (|has| |#1| (-847))))) (-1737 (((-112) $ $) NIL (-4078 (|has| |#1| (-368)) (|has| |#1| (-847))))) (-1702 (((-112) $ $) 69)) (-1749 (((-112) $ $) NIL (-4078 (|has| |#1| (-368)) (|has| |#1| (-847))))) (-1723 (((-112) $ $) 91)) (-1823 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ $ $) 36)))
+(((-902 |#1|) (-13 (-900 |#1|) (-10 -8 (-15 -3402 ((-2 (|:| |preimage| (-641 |#1|)) (|:| |image| (-641 |#1|))) $)) (-15 -1458 ($ (-641 (-641 |#1|)))) (-15 -1831 ($ (-641 (-641 |#1|)))) (-15 -1831 ($ (-641 |#1|))) (-15 -2560 ($ (-641 (-641 |#1|)))) (-15 -1619 ((-768) $)) (-15 -1297 ((-1096 |#1|) $)) (-15 -2253 ((-968) $)) (-15 -2155 ((-768) $)) (-15 -1985 ((-768) $)) (-15 -1598 ((-564) $)) (-15 -1492 ((-112) $)) (-15 -4301 ((-112) $)) (-15 -2861 ((-641 $) (-641 $))) (IF (|has| |#1| (-368)) (-15 -2610 ((-1096 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-545)) (-15 -3147 ($ (-641 |#1|))) (IF (|has| |#1| (-368)) (-15 -3147 ($ (-641 |#1|))) |%noBranch|)))) (-1094)) (T -902))
+((-3402 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-641 *3)) (|:| |image| (-641 *3)))) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-1458 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-902 *3)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-902 *3)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-902 *3)))) (-2560 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-902 *3)))) (-1619 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-1297 (*1 *2 *1) (-12 (-5 *2 (-1096 *3)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-2253 (*1 *2 *1) (-12 (-5 *2 (-968)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-2155 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-1985 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-1598 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-1492 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-4301 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-2861 (*1 *2 *2) (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-902 *3)) (-4 *3 (-1094)))) (-2610 (*1 *2 *1) (-12 (-5 *2 (-1096 *3)) (-5 *1 (-902 *3)) (-4 *3 (-368)) (-4 *3 (-1094)))) (-3147 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-902 *3)))))
+(-13 (-900 |#1|) (-10 -8 (-15 -3402 ((-2 (|:| |preimage| (-641 |#1|)) (|:| |image| (-641 |#1|))) $)) (-15 -1458 ($ (-641 (-641 |#1|)))) (-15 -1831 ($ (-641 (-641 |#1|)))) (-15 -1831 ($ (-641 |#1|))) (-15 -2560 ($ (-641 (-641 |#1|)))) (-15 -1619 ((-768) $)) (-15 -1297 ((-1096 |#1|) $)) (-15 -2253 ((-968) $)) (-15 -2155 ((-768) $)) (-15 -1985 ((-768) $)) (-15 -1598 ((-564) $)) (-15 -1492 ((-112) $)) (-15 -4301 ((-112) $)) (-15 -2861 ((-641 $) (-641 $))) (IF (|has| |#1| (-368)) (-15 -2610 ((-1096 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-545)) (-15 -3147 ($ (-641 |#1|))) (IF (|has| |#1| (-368)) (-15 -3147 ($ (-641 |#1|))) |%noBranch|))))
+((-1677 (((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|)) 162)) (-1878 ((|#1|) 101)) (-3541 (((-418 (-1166 |#4|)) (-1166 |#4|)) 171)) (-4099 (((-418 (-1166 |#4|)) (-641 |#3|) (-1166 |#4|)) 88)) (-3197 (((-418 (-1166 |#4|)) (-1166 |#4|)) 181)) (-4228 (((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|) |#3|) 117)))
+(((-903 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1677 ((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|))) (-15 -3197 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -3541 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -1878 (|#1|)) (-15 -4228 ((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|) |#3|)) (-15 -4099 ((-418 (-1166 |#4|)) (-641 |#3|) (-1166 |#4|)))) (-906) (-790) (-847) (-946 |#1| |#2| |#3|)) (T -903))
+((-4099 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *7)) (-4 *7 (-847)) (-4 *5 (-906)) (-4 *6 (-790)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-418 (-1166 *8))) (-5 *1 (-903 *5 *6 *7 *8)) (-5 *4 (-1166 *8)))) (-4228 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-641 (-1166 *7))) (-5 *3 (-1166 *7)) (-4 *7 (-946 *5 *6 *4)) (-4 *5 (-906)) (-4 *6 (-790)) (-4 *4 (-847)) (-5 *1 (-903 *5 *6 *4 *7)))) (-1878 (*1 *2) (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-906)) (-5 *1 (-903 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))) (-3541 (*1 *2 *3) (-12 (-4 *4 (-906)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-903 *4 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-3197 (*1 *2 *3) (-12 (-4 *4 (-906)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-418 (-1166 *7))) (-5 *1 (-903 *4 *5 *6 *7)) (-5 *3 (-1166 *7)))) (-1677 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 *7))) (-5 *3 (-1166 *7)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-906)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-903 *4 *5 *6 *7)))))
+(-10 -7 (-15 -1677 ((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|))) (-15 -3197 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -3541 ((-418 (-1166 |#4|)) (-1166 |#4|))) (-15 -1878 (|#1|)) (-15 -4228 ((-3 (-641 (-1166 |#4|)) "failed") (-641 (-1166 |#4|)) (-1166 |#4|) |#3|)) (-15 -4099 ((-418 (-1166 |#4|)) (-641 |#3|) (-1166 |#4|))))
+((-1677 (((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|)) 41)) (-1878 ((|#1|) 74)) (-3541 (((-418 (-1166 |#2|)) (-1166 |#2|)) 130)) (-4099 (((-418 (-1166 |#2|)) (-1166 |#2|)) 114)) (-3197 (((-418 (-1166 |#2|)) (-1166 |#2|)) 141)))
+(((-904 |#1| |#2|) (-10 -7 (-15 -1677 ((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|))) (-15 -3197 ((-418 (-1166 |#2|)) (-1166 |#2|))) (-15 -3541 ((-418 (-1166 |#2|)) (-1166 |#2|))) (-15 -1878 (|#1|)) (-15 -4099 ((-418 (-1166 |#2|)) (-1166 |#2|)))) (-906) (-1235 |#1|)) (T -904))
+((-4099 (*1 *2 *3) (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5))) (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))) (-1878 (*1 *2) (-12 (-4 *2 (-906)) (-5 *1 (-904 *2 *3)) (-4 *3 (-1235 *2)))) (-3541 (*1 *2 *3) (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5))) (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))) (-3197 (*1 *2 *3) (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5))) (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))) (-1677 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 *5))) (-5 *3 (-1166 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-906)) (-5 *1 (-904 *4 *5)))))
+(-10 -7 (-15 -1677 ((-3 (-641 (-1166 |#2|)) "failed") (-641 (-1166 |#2|)) (-1166 |#2|))) (-15 -3197 ((-418 (-1166 |#2|)) (-1166 |#2|))) (-15 -3541 ((-418 (-1166 |#2|)) (-1166 |#2|))) (-15 -1878 (|#1|)) (-15 -4099 ((-418 (-1166 |#2|)) (-1166 |#2|))))
+((-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 42)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 18)) (-4018 (((-3 $ "failed") $) 36)))
+(((-905 |#1|) (-10 -8 (-15 -4018 ((-3 |#1| "failed") |#1|)) (-15 -2601 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -1574 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|)))) (-906)) (T -905))
+NIL
+(-10 -8 (-15 -4018 ((-3 |#1| "failed") |#1|)) (-15 -2601 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -1574 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-2345 (((-418 (-1166 $)) (-1166 $)) 61)) (-2427 (($ $) 52)) (-3399 (((-418 $) $) 53)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 58)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-1420 (((-112) $) 54)) (-2949 (((-112) $) 31)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-1469 (((-418 (-1166 $)) (-1166 $)) 59)) (-2165 (((-418 (-1166 $)) (-1166 $)) 60)) (-3070 (((-418 $) $) 51)) (-1403 (((-3 $ "failed") $ $) 43)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 57 (|has| $ (-145)))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-4018 (((-3 $ "failed") $) 56 (|has| $ (-145)))) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-906) (-140)) (T -906))
-((-4336 (*1 *2 *2 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-906)))) (-4284 (*1 *2 *3) (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))) (-3947 (*1 *2 *3) (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))) (-4004 (*1 *2 *3) (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))) (-3991 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 *1))) (-5 *3 (-1166 *1)) (-4 *1 (-906)))) (-2700 (*1 *2 *3) (|partial| -12 (-5 *3 (-685 *1)) (-4 *1 (-145)) (-4 *1 (-906)) (-5 *2 (-1259 *1)))) (-2684 (*1 *1 *1) (|partial| -12 (-4 *1 (-145)) (-4 *1 (-906)))))
-(-13 (-1213) (-10 -8 (-15 -4284 ((-418 (-1166 $)) (-1166 $))) (-15 -3947 ((-418 (-1166 $)) (-1166 $))) (-15 -4004 ((-418 (-1166 $)) (-1166 $))) (-15 -4336 ((-1166 $) (-1166 $) (-1166 $))) (-15 -3991 ((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $))) (IF (|has| $ (-145)) (PROGN (-15 -2700 ((-3 (-1259 $) "failed") (-685 $))) (-15 -2684 ((-3 $ "failed") $))) |%noBranch|)))
+((-1574 (*1 *2 *2 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-906)))) (-2345 (*1 *2 *3) (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))) (-2165 (*1 *2 *3) (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))) (-1469 (*1 *2 *3) (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))) (-2601 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-641 (-1166 *1))) (-5 *3 (-1166 *1)) (-4 *1 (-906)))) (-4160 (*1 *2 *3) (|partial| -12 (-5 *3 (-685 *1)) (-4 *1 (-145)) (-4 *1 (-906)) (-5 *2 (-1259 *1)))) (-4018 (*1 *1 *1) (|partial| -12 (-4 *1 (-145)) (-4 *1 (-906)))))
+(-13 (-1213) (-10 -8 (-15 -2345 ((-418 (-1166 $)) (-1166 $))) (-15 -2165 ((-418 (-1166 $)) (-1166 $))) (-15 -1469 ((-418 (-1166 $)) (-1166 $))) (-15 -1574 ((-1166 $) (-1166 $) (-1166 $))) (-15 -2601 ((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $))) (IF (|has| $ (-145)) (PROGN (-15 -4160 ((-3 (-1259 $) "failed") (-685 $))) (-15 -4018 ((-3 $ "failed") $))) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-290) . T) ((-452) . T) ((-556) . T) ((-644 $) . T) ((-714 $) . T) ((-723) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-3143 (((-112) $) NIL)) (-1745 (((-768)) NIL)) (-4321 (($ $ (-918)) NIL (|has| $ (-368))) (($ $) NIL)) (-3754 (((-1182 (-918) (-768)) (-564)) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 $ "failed") $) NIL)) (-3437 (($ $) NIL)) (-3222 (($ (-1259 $)) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL)) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2982 (($) NIL)) (-2398 (((-112) $) NIL)) (-3195 (($ $) NIL) (($ $ (-768)) NIL)) (-2941 (((-112) $) NIL)) (-2887 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-3282 (((-112) $) NIL)) (-3489 (($) NIL (|has| $ (-368)))) (-1621 (((-112) $) NIL (|has| $ (-368)))) (-2471 (($ $ (-918)) NIL (|has| $ (-368))) (($ $) NIL)) (-1516 (((-3 $ "failed") $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2162 (((-1166 $) $ (-918)) NIL (|has| $ (-368))) (((-1166 $) $) NIL)) (-2981 (((-918) $) NIL)) (-4163 (((-1166 $) $) NIL (|has| $ (-368)))) (-1369 (((-3 (-1166 $) "failed") $ $) NIL (|has| $ (-368))) (((-1166 $) $) NIL (|has| $ (-368)))) (-1649 (($ $ (-1166 $)) NIL (|has| $ (-368)))) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL T CONST)) (-1359 (($ (-918)) NIL)) (-2350 (((-112) $) NIL)) (-4382 (((-1114) $) NIL)) (-2739 (($) NIL (|has| $ (-368)))) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL)) (-4020 (((-418 $) $) NIL)) (-2374 (((-918)) NIL) (((-830 (-918))) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2031 (((-3 (-768) "failed") $ $) NIL) (((-768) $) NIL)) (-1358 (((-134)) NIL)) (-1795 (($ $ (-768)) NIL) (($ $) NIL)) (-4341 (((-918) $) NIL) (((-830 (-918)) $) NIL)) (-3290 (((-1166 $)) NIL)) (-2117 (($) NIL)) (-3311 (($) NIL (|has| $ (-368)))) (-3057 (((-685 $) (-1259 $)) NIL) (((-1259 $) $) NIL)) (-2153 (((-564) $) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL)) (-2684 (((-3 $ "failed") $) NIL) (($ $) NIL)) (-1303 (((-768)) NIL T CONST)) (-2745 (((-1259 $) (-918)) NIL) (((-1259 $)) NIL)) (-1720 (((-112) $ $) NIL)) (-2614 (((-112) $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-2362 (($ $ (-768)) NIL (|has| $ (-368))) (($ $) NIL (|has| $ (-368)))) (-3256 (($ $ (-768)) NIL) (($ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4048 (((-112) $) NIL)) (-4142 (((-768)) NIL)) (-2713 (($ $ (-918)) NIL (|has| $ (-368))) (($ $) NIL)) (-3967 (((-1182 (-918) (-768)) (-564)) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 $ "failed") $) NIL)) (-2237 (($ $) NIL)) (-3624 (($ (-1259 $)) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL)) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1830 (($) NIL)) (-4282 (((-112) $) NIL)) (-3340 (($ $) NIL) (($ $ (-768)) NIL)) (-1420 (((-112) $) NIL)) (-2155 (((-830 (-918)) $) NIL) (((-918) $) NIL)) (-2949 (((-112) $) NIL)) (-4311 (($) NIL (|has| $ (-368)))) (-2370 (((-112) $) NIL (|has| $ (-368)))) (-3797 (($ $ (-918)) NIL (|has| $ (-368))) (($ $) NIL)) (-2619 (((-3 $ "failed") $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3774 (((-1166 $) $ (-918)) NIL (|has| $ (-368))) (((-1166 $) $) NIL)) (-1811 (((-918) $) NIL)) (-3696 (((-1166 $) $) NIL (|has| $ (-368)))) (-2402 (((-3 (-1166 $) "failed") $ $) NIL (|has| $ (-368))) (((-1166 $) $) NIL (|has| $ (-368)))) (-1372 (($ $ (-1166 $)) NIL (|has| $ (-368)))) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL T CONST)) (-1468 (($ (-918)) NIL)) (-1927 (((-112) $) NIL)) (-2780 (((-1114) $) NIL)) (-1426 (($) NIL (|has| $ (-368)))) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL)) (-3070 (((-418 $) $) NIL)) (-4085 (((-918)) NIL) (((-830 (-918))) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1820 (((-3 (-768) "failed") $ $) NIL) (((-768) $) NIL)) (-3548 (((-134)) NIL)) (-3534 (($ $ (-768)) NIL) (($ $) NIL)) (-1619 (((-918) $) NIL) (((-830 (-918)) $) NIL)) (-3019 (((-1166 $)) NIL)) (-3297 (($) NIL)) (-1974 (($) NIL (|has| $ (-368)))) (-2467 (((-685 $) (-1259 $)) NIL) (((-1259 $) $) NIL)) (-2511 (((-564) $) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL)) (-4018 (((-3 $ "failed") $) NIL) (($ $) NIL)) (-2219 (((-768)) NIL T CONST)) (-3331 (((-1259 $) (-918)) NIL) (((-1259 $)) NIL)) (-3939 (((-112) $ $) NIL)) (-1484 (((-112) $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3962 (($ $ (-768)) NIL (|has| $ (-368))) (($ $) NIL (|has| $ (-368)))) (-3435 (($ $ (-768)) NIL) (($ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
(((-907 |#1|) (-13 (-349) (-329 $) (-612 (-564))) (-918)) (T -907))
NIL
(-13 (-349) (-329 $) (-612 (-564)))
-((-1572 (((-3 (-2 (|:| -2887 (-768)) (|:| -3202 |#5|)) "failed") (-336 |#2| |#3| |#4| |#5|)) 84)) (-3010 (((-112) (-336 |#2| |#3| |#4| |#5|)) 17)) (-2887 (((-3 (-768) "failed") (-336 |#2| |#3| |#4| |#5|)) 15)))
-(((-908 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2887 ((-3 (-768) "failed") (-336 |#2| |#3| |#4| |#5|))) (-15 -3010 ((-112) (-336 |#2| |#3| |#4| |#5|))) (-15 -1572 ((-3 (-2 (|:| -2887 (-768)) (|:| -3202 |#5|)) "failed") (-336 |#2| |#3| |#4| |#5|)))) (-13 (-847) (-556) (-1035 (-564))) (-430 |#1|) (-1235 |#2|) (-1235 (-407 |#3|)) (-342 |#2| |#3| |#4|)) (T -908))
-((-1572 (*1 *2 *3) (|partial| -12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-4 *8 (-342 *5 *6 *7)) (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-2 (|:| -2887 (-768)) (|:| -3202 *8))) (-5 *1 (-908 *4 *5 *6 *7 *8)))) (-3010 (*1 *2 *3) (-12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-4 *8 (-342 *5 *6 *7)) (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-112)) (-5 *1 (-908 *4 *5 *6 *7 *8)))) (-2887 (*1 *2 *3) (|partial| -12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-4 *8 (-342 *5 *6 *7)) (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-768)) (-5 *1 (-908 *4 *5 *6 *7 *8)))))
-(-10 -7 (-15 -2887 ((-3 (-768) "failed") (-336 |#2| |#3| |#4| |#5|))) (-15 -3010 ((-112) (-336 |#2| |#3| |#4| |#5|))) (-15 -1572 ((-3 (-2 (|:| -2887 (-768)) (|:| -3202 |#5|)) "failed") (-336 |#2| |#3| |#4| |#5|))))
-((-1572 (((-3 (-2 (|:| -2887 (-768)) (|:| -3202 |#3|)) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|)) 64)) (-3010 (((-112) (-336 (-407 (-564)) |#1| |#2| |#3|)) 16)) (-2887 (((-3 (-768) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|)) 14)))
-(((-909 |#1| |#2| |#3|) (-10 -7 (-15 -2887 ((-3 (-768) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|))) (-15 -3010 ((-112) (-336 (-407 (-564)) |#1| |#2| |#3|))) (-15 -1572 ((-3 (-2 (|:| -2887 (-768)) (|:| -3202 |#3|)) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|)))) (-1235 (-407 (-564))) (-1235 (-407 |#1|)) (-342 (-407 (-564)) |#1| |#2|)) (T -909))
-((-1572 (*1 *2 *3) (|partial| -12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6)) (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 (-407 (-564)) *4 *5)) (-5 *2 (-2 (|:| -2887 (-768)) (|:| -3202 *6))) (-5 *1 (-909 *4 *5 *6)))) (-3010 (*1 *2 *3) (-12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6)) (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 (-407 (-564)) *4 *5)) (-5 *2 (-112)) (-5 *1 (-909 *4 *5 *6)))) (-2887 (*1 *2 *3) (|partial| -12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6)) (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 (-407 (-564)) *4 *5)) (-5 *2 (-768)) (-5 *1 (-909 *4 *5 *6)))))
-(-10 -7 (-15 -2887 ((-3 (-768) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|))) (-15 -3010 ((-112) (-336 (-407 (-564)) |#1| |#2| |#3|))) (-15 -1572 ((-3 (-2 (|:| -2887 (-768)) (|:| -3202 |#3|)) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|))))
-((-3750 ((|#2| |#2|) 26)) (-2728 (((-564) (-641 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))))) 15)) (-3996 (((-918) (-564)) 38)) (-3709 (((-564) |#2|) 45)) (-3697 (((-564) |#2|) 21) (((-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))) |#1|) 20)))
-(((-910 |#1| |#2|) (-10 -7 (-15 -3996 ((-918) (-564))) (-15 -3697 ((-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))) |#1|)) (-15 -3697 ((-564) |#2|)) (-15 -2728 ((-564) (-641 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564)))))) (-15 -3709 ((-564) |#2|)) (-15 -3750 (|#2| |#2|))) (-1235 (-407 (-564))) (-1235 (-407 |#1|))) (T -910))
-((-3750 (*1 *2 *2) (-12 (-4 *3 (-1235 (-407 (-564)))) (-5 *1 (-910 *3 *2)) (-4 *2 (-1235 (-407 *3))))) (-3709 (*1 *2 *3) (-12 (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *3)) (-4 *3 (-1235 (-407 *4))))) (-2728 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))))) (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *5)) (-4 *5 (-1235 (-407 *4))))) (-3697 (*1 *2 *3) (-12 (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *3)) (-4 *3 (-1235 (-407 *4))))) (-3697 (*1 *2 *3) (-12 (-4 *3 (-1235 (-407 (-564)))) (-5 *2 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564)))) (-5 *1 (-910 *3 *4)) (-4 *4 (-1235 (-407 *3))))) (-3996 (*1 *2 *3) (-12 (-5 *3 (-564)) (-4 *4 (-1235 (-407 *3))) (-5 *2 (-918)) (-5 *1 (-910 *4 *5)) (-4 *5 (-1235 (-407 *4))))))
-(-10 -7 (-15 -3996 ((-918) (-564))) (-15 -3697 ((-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))) |#1|)) (-15 -3697 ((-564) |#2|)) (-15 -2728 ((-564) (-641 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564)))))) (-15 -3709 ((-564) |#2|)) (-15 -3750 (|#2| |#2|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4137 ((|#1| $) 99)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-2668 (($ $ $) NIL)) (-3233 (((-3 $ "failed") $) 93)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2402 (($ |#1| (-418 |#1|)) 91)) (-3217 (((-1166 |#1|) |#1| |#1|) 53)) (-2677 (($ $) 61)) (-3282 (((-112) $) NIL)) (-2840 (((-564) $) 96)) (-1950 (($ $ (-564)) 98)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2577 ((|#1| $) 95)) (-1843 (((-418 |#1|) $) 94)) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) 92)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-2336 (($ $) 50)) (-1721 (((-859) $) 123) (($ (-564)) 72) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 41) (((-407 |#1|) $) 77) (($ (-407 (-418 |#1|))) 85)) (-1303 (((-768)) 70 T CONST)) (-1720 (((-112) $ $) NIL)) (-2885 (($) 26 T CONST)) (-2898 (($) 15 T CONST)) (-2853 (((-112) $ $) 86)) (-2983 (($ $ $) NIL)) (-2970 (($ $) 107) (($ $ $) NIL)) (-2956 (($ $ $) 49)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 109) (($ $ $) 48) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ |#1| $) 108) (($ $ |#1|) NIL)))
-(((-911 |#1|) (-13 (-363) (-38 |#1|) (-10 -8 (-15 -1721 ((-407 |#1|) $)) (-15 -1721 ($ (-407 (-418 |#1|)))) (-15 -2336 ($ $)) (-15 -1843 ((-418 |#1|) $)) (-15 -2577 (|#1| $)) (-15 -1950 ($ $ (-564))) (-15 -2840 ((-564) $)) (-15 -3217 ((-1166 |#1|) |#1| |#1|)) (-15 -2677 ($ $)) (-15 -2402 ($ |#1| (-418 |#1|))) (-15 -4137 (|#1| $)))) (-307)) (T -911))
-((-1721 (*1 *2 *1) (-12 (-5 *2 (-407 *3)) (-5 *1 (-911 *3)) (-4 *3 (-307)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-407 (-418 *3))) (-4 *3 (-307)) (-5 *1 (-911 *3)))) (-2336 (*1 *1 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))) (-1843 (*1 *2 *1) (-12 (-5 *2 (-418 *3)) (-5 *1 (-911 *3)) (-4 *3 (-307)))) (-2577 (*1 *2 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))) (-1950 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-911 *3)) (-4 *3 (-307)))) (-2840 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-911 *3)) (-4 *3 (-307)))) (-3217 (*1 *2 *3 *3) (-12 (-5 *2 (-1166 *3)) (-5 *1 (-911 *3)) (-4 *3 (-307)))) (-2677 (*1 *1 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))) (-2402 (*1 *1 *2 *3) (-12 (-5 *3 (-418 *2)) (-4 *2 (-307)) (-5 *1 (-911 *2)))) (-4137 (*1 *2 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))))
-(-13 (-363) (-38 |#1|) (-10 -8 (-15 -1721 ((-407 |#1|) $)) (-15 -1721 ($ (-407 (-418 |#1|)))) (-15 -2336 ($ $)) (-15 -1843 ((-418 |#1|) $)) (-15 -2577 (|#1| $)) (-15 -1950 ($ $ (-564))) (-15 -2840 ((-564) $)) (-15 -3217 ((-1166 |#1|) |#1| |#1|)) (-15 -2677 ($ $)) (-15 -2402 ($ |#1| (-418 |#1|))) (-15 -4137 (|#1| $))))
-((-2402 (((-52) (-949 |#1|) (-418 (-949 |#1|)) (-1170)) 17) (((-52) (-407 (-949 |#1|)) (-1170)) 18)))
-(((-912 |#1|) (-10 -7 (-15 -2402 ((-52) (-407 (-949 |#1|)) (-1170))) (-15 -2402 ((-52) (-949 |#1|) (-418 (-949 |#1|)) (-1170)))) (-13 (-307) (-147))) (T -912))
-((-2402 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-418 (-949 *6))) (-5 *5 (-1170)) (-5 *3 (-949 *6)) (-4 *6 (-13 (-307) (-147))) (-5 *2 (-52)) (-5 *1 (-912 *6)))) (-2402 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-147))) (-5 *2 (-52)) (-5 *1 (-912 *5)))))
-(-10 -7 (-15 -2402 ((-52) (-407 (-949 |#1|)) (-1170))) (-15 -2402 ((-52) (-949 |#1|) (-418 (-949 |#1|)) (-1170))))
-((-2376 ((|#4| (-641 |#4|)) 149) (((-1166 |#4|) (-1166 |#4|) (-1166 |#4|)) 85) ((|#4| |#4| |#4|) 148)) (-3377 (((-1166 |#4|) (-641 (-1166 |#4|))) 140) (((-1166 |#4|) (-1166 |#4|) (-1166 |#4|)) 63) ((|#4| (-641 |#4|)) 71) ((|#4| |#4| |#4|) 108)))
-(((-913 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3377 (|#4| |#4| |#4|)) (-15 -3377 (|#4| (-641 |#4|))) (-15 -3377 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -3377 ((-1166 |#4|) (-641 (-1166 |#4|)))) (-15 -2376 (|#4| |#4| |#4|)) (-15 -2376 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -2376 (|#4| (-641 |#4|)))) (-790) (-847) (-307) (-946 |#3| |#1| |#2|)) (T -913))
-((-2376 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *6 *4 *5)) (-5 *1 (-913 *4 *5 *6 *2)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)))) (-2376 (*1 *2 *2 *2) (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *6)))) (-2376 (*1 *2 *2 *2) (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *2)) (-4 *2 (-946 *5 *3 *4)))) (-3377 (*1 *2 *3) (-12 (-5 *3 (-641 (-1166 *7))) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-1166 *7)) (-5 *1 (-913 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))) (-3377 (*1 *2 *2 *2) (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *6)))) (-3377 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *6 *4 *5)) (-5 *1 (-913 *4 *5 *6 *2)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)))) (-3377 (*1 *2 *2 *2) (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *2)) (-4 *2 (-946 *5 *3 *4)))))
-(-10 -7 (-15 -3377 (|#4| |#4| |#4|)) (-15 -3377 (|#4| (-641 |#4|))) (-15 -3377 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -3377 ((-1166 |#4|) (-641 (-1166 |#4|)))) (-15 -2376 (|#4| |#4| |#4|)) (-15 -2376 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -2376 (|#4| (-641 |#4|))))
-((-3893 (((-901 (-564)) (-968)) 37) (((-901 (-564)) (-641 (-564))) 34)) (-2002 (((-901 (-564)) (-641 (-564))) 68) (((-901 (-564)) (-918)) 69)) (-2087 (((-901 (-564))) 38)) (-3361 (((-901 (-564))) 54) (((-901 (-564)) (-641 (-564))) 53)) (-4236 (((-901 (-564))) 52) (((-901 (-564)) (-641 (-564))) 51)) (-1645 (((-901 (-564))) 50) (((-901 (-564)) (-641 (-564))) 49)) (-2434 (((-901 (-564))) 48) (((-901 (-564)) (-641 (-564))) 47)) (-2913 (((-901 (-564))) 46) (((-901 (-564)) (-641 (-564))) 45)) (-2879 (((-901 (-564))) 56) (((-901 (-564)) (-641 (-564))) 55)) (-2269 (((-901 (-564)) (-641 (-564))) 73) (((-901 (-564)) (-918)) 75)) (-1376 (((-901 (-564)) (-641 (-564))) 70) (((-901 (-564)) (-918)) 71)) (-2249 (((-901 (-564)) (-641 (-564))) 66) (((-901 (-564)) (-918)) 67)) (-4384 (((-901 (-564)) (-641 (-918))) 59)))
-(((-914) (-10 -7 (-15 -2002 ((-901 (-564)) (-918))) (-15 -2002 ((-901 (-564)) (-641 (-564)))) (-15 -2249 ((-901 (-564)) (-918))) (-15 -2249 ((-901 (-564)) (-641 (-564)))) (-15 -4384 ((-901 (-564)) (-641 (-918)))) (-15 -1376 ((-901 (-564)) (-918))) (-15 -1376 ((-901 (-564)) (-641 (-564)))) (-15 -2269 ((-901 (-564)) (-918))) (-15 -2269 ((-901 (-564)) (-641 (-564)))) (-15 -2913 ((-901 (-564)) (-641 (-564)))) (-15 -2913 ((-901 (-564)))) (-15 -2434 ((-901 (-564)) (-641 (-564)))) (-15 -2434 ((-901 (-564)))) (-15 -1645 ((-901 (-564)) (-641 (-564)))) (-15 -1645 ((-901 (-564)))) (-15 -4236 ((-901 (-564)) (-641 (-564)))) (-15 -4236 ((-901 (-564)))) (-15 -3361 ((-901 (-564)) (-641 (-564)))) (-15 -3361 ((-901 (-564)))) (-15 -2879 ((-901 (-564)) (-641 (-564)))) (-15 -2879 ((-901 (-564)))) (-15 -2087 ((-901 (-564)))) (-15 -3893 ((-901 (-564)) (-641 (-564)))) (-15 -3893 ((-901 (-564)) (-968))))) (T -914))
-((-3893 (*1 *2 *3) (-12 (-5 *3 (-968)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-3893 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2087 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2879 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2879 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-3361 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-3361 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-4236 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-4236 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-1645 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-1645 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2434 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2434 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2913 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2913 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2269 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2269 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-1376 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-1376 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-4384 (*1 *2 *3) (-12 (-5 *3 (-641 (-918))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2249 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2249 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2002 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2002 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(-10 -7 (-15 -2002 ((-901 (-564)) (-918))) (-15 -2002 ((-901 (-564)) (-641 (-564)))) (-15 -2249 ((-901 (-564)) (-918))) (-15 -2249 ((-901 (-564)) (-641 (-564)))) (-15 -4384 ((-901 (-564)) (-641 (-918)))) (-15 -1376 ((-901 (-564)) (-918))) (-15 -1376 ((-901 (-564)) (-641 (-564)))) (-15 -2269 ((-901 (-564)) (-918))) (-15 -2269 ((-901 (-564)) (-641 (-564)))) (-15 -2913 ((-901 (-564)) (-641 (-564)))) (-15 -2913 ((-901 (-564)))) (-15 -2434 ((-901 (-564)) (-641 (-564)))) (-15 -2434 ((-901 (-564)))) (-15 -1645 ((-901 (-564)) (-641 (-564)))) (-15 -1645 ((-901 (-564)))) (-15 -4236 ((-901 (-564)) (-641 (-564)))) (-15 -4236 ((-901 (-564)))) (-15 -3361 ((-901 (-564)) (-641 (-564)))) (-15 -3361 ((-901 (-564)))) (-15 -2879 ((-901 (-564)) (-641 (-564)))) (-15 -2879 ((-901 (-564)))) (-15 -2087 ((-901 (-564)))) (-15 -3893 ((-901 (-564)) (-641 (-564)))) (-15 -3893 ((-901 (-564)) (-968))))
-((-3150 (((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170))) 14)) (-1463 (((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170))) 13)))
-(((-915 |#1|) (-10 -7 (-15 -1463 ((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -3150 ((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170))))) (-452)) (T -915))
-((-3150 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-949 *4))) (-5 *3 (-641 (-1170))) (-4 *4 (-452)) (-5 *1 (-915 *4)))) (-1463 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-949 *4))) (-5 *3 (-641 (-1170))) (-4 *4 (-452)) (-5 *1 (-915 *4)))))
-(-10 -7 (-15 -1463 ((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -3150 ((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)))))
-((-1721 (((-316 |#1|) (-477)) 16)))
-(((-916 |#1|) (-10 -7 (-15 -1721 ((-316 |#1|) (-477)))) (-13 (-847) (-556))) (T -916))
-((-1721 (*1 *2 *3) (-12 (-5 *3 (-477)) (-5 *2 (-316 *4)) (-5 *1 (-916 *4)) (-4 *4 (-13 (-847) (-556))))))
-(-10 -7 (-15 -1721 ((-316 |#1|) (-477))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-3282 (((-112) $) 31)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-1943 (((-3 (-2 (|:| -2155 (-768)) (|:| -2609 |#5|)) "failed") (-336 |#2| |#3| |#4| |#5|)) 84)) (-1993 (((-112) (-336 |#2| |#3| |#4| |#5|)) 17)) (-2155 (((-3 (-768) "failed") (-336 |#2| |#3| |#4| |#5|)) 15)))
+(((-908 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2155 ((-3 (-768) "failed") (-336 |#2| |#3| |#4| |#5|))) (-15 -1993 ((-112) (-336 |#2| |#3| |#4| |#5|))) (-15 -1943 ((-3 (-2 (|:| -2155 (-768)) (|:| -2609 |#5|)) "failed") (-336 |#2| |#3| |#4| |#5|)))) (-13 (-847) (-556) (-1035 (-564))) (-430 |#1|) (-1235 |#2|) (-1235 (-407 |#3|)) (-342 |#2| |#3| |#4|)) (T -908))
+((-1943 (*1 *2 *3) (|partial| -12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-4 *8 (-342 *5 *6 *7)) (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-2 (|:| -2155 (-768)) (|:| -2609 *8))) (-5 *1 (-908 *4 *5 *6 *7 *8)))) (-1993 (*1 *2 *3) (-12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-4 *8 (-342 *5 *6 *7)) (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-112)) (-5 *1 (-908 *4 *5 *6 *7 *8)))) (-2155 (*1 *2 *3) (|partial| -12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4)) (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6))) (-4 *8 (-342 *5 *6 *7)) (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-768)) (-5 *1 (-908 *4 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2155 ((-3 (-768) "failed") (-336 |#2| |#3| |#4| |#5|))) (-15 -1993 ((-112) (-336 |#2| |#3| |#4| |#5|))) (-15 -1943 ((-3 (-2 (|:| -2155 (-768)) (|:| -2609 |#5|)) "failed") (-336 |#2| |#3| |#4| |#5|))))
+((-1943 (((-3 (-2 (|:| -2155 (-768)) (|:| -2609 |#3|)) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|)) 64)) (-1993 (((-112) (-336 (-407 (-564)) |#1| |#2| |#3|)) 16)) (-2155 (((-3 (-768) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|)) 14)))
+(((-909 |#1| |#2| |#3|) (-10 -7 (-15 -2155 ((-3 (-768) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|))) (-15 -1993 ((-112) (-336 (-407 (-564)) |#1| |#2| |#3|))) (-15 -1943 ((-3 (-2 (|:| -2155 (-768)) (|:| -2609 |#3|)) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|)))) (-1235 (-407 (-564))) (-1235 (-407 |#1|)) (-342 (-407 (-564)) |#1| |#2|)) (T -909))
+((-1943 (*1 *2 *3) (|partial| -12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6)) (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 (-407 (-564)) *4 *5)) (-5 *2 (-2 (|:| -2155 (-768)) (|:| -2609 *6))) (-5 *1 (-909 *4 *5 *6)))) (-1993 (*1 *2 *3) (-12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6)) (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 (-407 (-564)) *4 *5)) (-5 *2 (-112)) (-5 *1 (-909 *4 *5 *6)))) (-2155 (*1 *2 *3) (|partial| -12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6)) (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 (-407 (-564)) *4 *5)) (-5 *2 (-768)) (-5 *1 (-909 *4 *5 *6)))))
+(-10 -7 (-15 -2155 ((-3 (-768) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|))) (-15 -1993 ((-112) (-336 (-407 (-564)) |#1| |#2| |#3|))) (-15 -1943 ((-3 (-2 (|:| -2155 (-768)) (|:| -2609 |#3|)) "failed") (-336 (-407 (-564)) |#1| |#2| |#3|))))
+((-3928 ((|#2| |#2|) 26)) (-4351 (((-564) (-641 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))))) 15)) (-1376 (((-918) (-564)) 38)) (-1645 (((-564) |#2|) 45)) (-1531 (((-564) |#2|) 21) (((-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))) |#1|) 20)))
+(((-910 |#1| |#2|) (-10 -7 (-15 -1376 ((-918) (-564))) (-15 -1531 ((-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))) |#1|)) (-15 -1531 ((-564) |#2|)) (-15 -4351 ((-564) (-641 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564)))))) (-15 -1645 ((-564) |#2|)) (-15 -3928 (|#2| |#2|))) (-1235 (-407 (-564))) (-1235 (-407 |#1|))) (T -910))
+((-3928 (*1 *2 *2) (-12 (-4 *3 (-1235 (-407 (-564)))) (-5 *1 (-910 *3 *2)) (-4 *2 (-1235 (-407 *3))))) (-1645 (*1 *2 *3) (-12 (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *3)) (-4 *3 (-1235 (-407 *4))))) (-4351 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))))) (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *5)) (-4 *5 (-1235 (-407 *4))))) (-1531 (*1 *2 *3) (-12 (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *3)) (-4 *3 (-1235 (-407 *4))))) (-1531 (*1 *2 *3) (-12 (-4 *3 (-1235 (-407 (-564)))) (-5 *2 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564)))) (-5 *1 (-910 *3 *4)) (-4 *4 (-1235 (-407 *3))))) (-1376 (*1 *2 *3) (-12 (-5 *3 (-564)) (-4 *4 (-1235 (-407 *3))) (-5 *2 (-918)) (-5 *1 (-910 *4 *5)) (-4 *5 (-1235 (-407 *4))))))
+(-10 -7 (-15 -1376 ((-918) (-564))) (-15 -1531 ((-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))) |#1|)) (-15 -1531 ((-564) |#2|)) (-15 -4351 ((-564) (-641 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564)))))) (-15 -1645 ((-564) |#2|)) (-15 -3928 (|#2| |#2|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3423 ((|#1| $) 99)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-1449 (($ $ $) NIL)) (-3733 (((-3 $ "failed") $) 93)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-4312 (($ |#1| (-418 |#1|)) 91)) (-3571 (((-1166 |#1|) |#1| |#1|) 53)) (-3968 (($ $) 61)) (-2949 (((-112) $) NIL)) (-2961 (((-564) $) 96)) (-2221 (($ $ (-564)) 98)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2344 ((|#1| $) 95)) (-2539 (((-418 |#1|) $) 94)) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) 92)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1789 (($ $) 50)) (-1831 (((-859) $) 123) (($ (-564)) 72) (($ $) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 41) (((-407 |#1|) $) 77) (($ (-407 (-418 |#1|))) 85)) (-2219 (((-768)) 70 T CONST)) (-3939 (((-112) $ $) NIL)) (-1293 (($) 26 T CONST)) (-1300 (($) 15 T CONST)) (-1702 (((-112) $ $) 86)) (-1823 (($ $ $) NIL)) (-1808 (($ $) 107) (($ $ $) NIL)) (-1797 (($ $ $) 49)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 109) (($ $ $) 48) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ |#1| $) 108) (($ $ |#1|) NIL)))
+(((-911 |#1|) (-13 (-363) (-38 |#1|) (-10 -8 (-15 -1831 ((-407 |#1|) $)) (-15 -1831 ($ (-407 (-418 |#1|)))) (-15 -1789 ($ $)) (-15 -2539 ((-418 |#1|) $)) (-15 -2344 (|#1| $)) (-15 -2221 ($ $ (-564))) (-15 -2961 ((-564) $)) (-15 -3571 ((-1166 |#1|) |#1| |#1|)) (-15 -3968 ($ $)) (-15 -4312 ($ |#1| (-418 |#1|))) (-15 -3423 (|#1| $)))) (-307)) (T -911))
+((-1831 (*1 *2 *1) (-12 (-5 *2 (-407 *3)) (-5 *1 (-911 *3)) (-4 *3 (-307)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-407 (-418 *3))) (-4 *3 (-307)) (-5 *1 (-911 *3)))) (-1789 (*1 *1 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))) (-2539 (*1 *2 *1) (-12 (-5 *2 (-418 *3)) (-5 *1 (-911 *3)) (-4 *3 (-307)))) (-2344 (*1 *2 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))) (-2221 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-911 *3)) (-4 *3 (-307)))) (-2961 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-911 *3)) (-4 *3 (-307)))) (-3571 (*1 *2 *3 *3) (-12 (-5 *2 (-1166 *3)) (-5 *1 (-911 *3)) (-4 *3 (-307)))) (-3968 (*1 *1 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))) (-4312 (*1 *1 *2 *3) (-12 (-5 *3 (-418 *2)) (-4 *2 (-307)) (-5 *1 (-911 *2)))) (-3423 (*1 *2 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))))
+(-13 (-363) (-38 |#1|) (-10 -8 (-15 -1831 ((-407 |#1|) $)) (-15 -1831 ($ (-407 (-418 |#1|)))) (-15 -1789 ($ $)) (-15 -2539 ((-418 |#1|) $)) (-15 -2344 (|#1| $)) (-15 -2221 ($ $ (-564))) (-15 -2961 ((-564) $)) (-15 -3571 ((-1166 |#1|) |#1| |#1|)) (-15 -3968 ($ $)) (-15 -4312 ($ |#1| (-418 |#1|))) (-15 -3423 (|#1| $))))
+((-4312 (((-52) (-949 |#1|) (-418 (-949 |#1|)) (-1170)) 17) (((-52) (-407 (-949 |#1|)) (-1170)) 18)))
+(((-912 |#1|) (-10 -7 (-15 -4312 ((-52) (-407 (-949 |#1|)) (-1170))) (-15 -4312 ((-52) (-949 |#1|) (-418 (-949 |#1|)) (-1170)))) (-13 (-307) (-147))) (T -912))
+((-4312 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-418 (-949 *6))) (-5 *5 (-1170)) (-5 *3 (-949 *6)) (-4 *6 (-13 (-307) (-147))) (-5 *2 (-52)) (-5 *1 (-912 *6)))) (-4312 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-147))) (-5 *2 (-52)) (-5 *1 (-912 *5)))))
+(-10 -7 (-15 -4312 ((-52) (-407 (-949 |#1|)) (-1170))) (-15 -4312 ((-52) (-949 |#1|) (-418 (-949 |#1|)) (-1170))))
+((-4106 ((|#4| (-641 |#4|)) 149) (((-1166 |#4|) (-1166 |#4|) (-1166 |#4|)) 85) ((|#4| |#4| |#4|) 148)) (-2777 (((-1166 |#4|) (-641 (-1166 |#4|))) 140) (((-1166 |#4|) (-1166 |#4|) (-1166 |#4|)) 63) ((|#4| (-641 |#4|)) 71) ((|#4| |#4| |#4|) 108)))
+(((-913 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2777 (|#4| |#4| |#4|)) (-15 -2777 (|#4| (-641 |#4|))) (-15 -2777 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -2777 ((-1166 |#4|) (-641 (-1166 |#4|)))) (-15 -4106 (|#4| |#4| |#4|)) (-15 -4106 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -4106 (|#4| (-641 |#4|)))) (-790) (-847) (-307) (-946 |#3| |#1| |#2|)) (T -913))
+((-4106 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *6 *4 *5)) (-5 *1 (-913 *4 *5 *6 *2)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)))) (-4106 (*1 *2 *2 *2) (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *6)))) (-4106 (*1 *2 *2 *2) (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *2)) (-4 *2 (-946 *5 *3 *4)))) (-2777 (*1 *2 *3) (-12 (-5 *3 (-641 (-1166 *7))) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-1166 *7)) (-5 *1 (-913 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))) (-2777 (*1 *2 *2 *2) (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *6)))) (-2777 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *6 *4 *5)) (-5 *1 (-913 *4 *5 *6 *2)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)))) (-2777 (*1 *2 *2 *2) (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *2)) (-4 *2 (-946 *5 *3 *4)))))
+(-10 -7 (-15 -2777 (|#4| |#4| |#4|)) (-15 -2777 (|#4| (-641 |#4|))) (-15 -2777 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -2777 ((-1166 |#4|) (-641 (-1166 |#4|)))) (-15 -4106 (|#4| |#4| |#4|)) (-15 -4106 ((-1166 |#4|) (-1166 |#4|) (-1166 |#4|))) (-15 -4106 (|#4| (-641 |#4|))))
+((-2859 (((-901 (-564)) (-968)) 37) (((-901 (-564)) (-641 (-564))) 34)) (-1506 (((-901 (-564)) (-641 (-564))) 68) (((-901 (-564)) (-918)) 69)) (-4230 (((-901 (-564))) 38)) (-2463 (((-901 (-564))) 54) (((-901 (-564)) (-641 (-564))) 53)) (-3140 (((-901 (-564))) 52) (((-901 (-564)) (-641 (-564))) 51)) (-1355 (((-901 (-564))) 50) (((-901 (-564)) (-641 (-564))) 49)) (-3433 (((-901 (-564))) 48) (((-901 (-564)) (-641 (-564))) 47)) (-2400 (((-901 (-564))) 46) (((-901 (-564)) (-641 (-564))) 45)) (-2090 (((-901 (-564))) 56) (((-901 (-564)) (-641 (-564))) 55)) (-2361 (((-901 (-564)) (-641 (-564))) 73) (((-901 (-564)) (-918)) 75)) (-1855 (((-901 (-564)) (-641 (-564))) 70) (((-901 (-564)) (-918)) 71)) (-2152 (((-901 (-564)) (-641 (-564))) 66) (((-901 (-564)) (-918)) 67)) (-3959 (((-901 (-564)) (-641 (-918))) 59)))
+(((-914) (-10 -7 (-15 -1506 ((-901 (-564)) (-918))) (-15 -1506 ((-901 (-564)) (-641 (-564)))) (-15 -2152 ((-901 (-564)) (-918))) (-15 -2152 ((-901 (-564)) (-641 (-564)))) (-15 -3959 ((-901 (-564)) (-641 (-918)))) (-15 -1855 ((-901 (-564)) (-918))) (-15 -1855 ((-901 (-564)) (-641 (-564)))) (-15 -2361 ((-901 (-564)) (-918))) (-15 -2361 ((-901 (-564)) (-641 (-564)))) (-15 -2400 ((-901 (-564)) (-641 (-564)))) (-15 -2400 ((-901 (-564)))) (-15 -3433 ((-901 (-564)) (-641 (-564)))) (-15 -3433 ((-901 (-564)))) (-15 -1355 ((-901 (-564)) (-641 (-564)))) (-15 -1355 ((-901 (-564)))) (-15 -3140 ((-901 (-564)) (-641 (-564)))) (-15 -3140 ((-901 (-564)))) (-15 -2463 ((-901 (-564)) (-641 (-564)))) (-15 -2463 ((-901 (-564)))) (-15 -2090 ((-901 (-564)) (-641 (-564)))) (-15 -2090 ((-901 (-564)))) (-15 -4230 ((-901 (-564)))) (-15 -2859 ((-901 (-564)) (-641 (-564)))) (-15 -2859 ((-901 (-564)) (-968))))) (T -914))
+((-2859 (*1 *2 *3) (-12 (-5 *3 (-968)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2859 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-4230 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2090 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2090 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2463 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2463 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-3140 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-3140 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-1355 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-1355 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-3433 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-3433 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2400 (*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2400 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2361 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2361 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-1855 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-1855 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-3959 (*1 *2 *3) (-12 (-5 *3 (-641 (-918))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2152 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-2152 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-1506 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))) (-1506 (*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(-10 -7 (-15 -1506 ((-901 (-564)) (-918))) (-15 -1506 ((-901 (-564)) (-641 (-564)))) (-15 -2152 ((-901 (-564)) (-918))) (-15 -2152 ((-901 (-564)) (-641 (-564)))) (-15 -3959 ((-901 (-564)) (-641 (-918)))) (-15 -1855 ((-901 (-564)) (-918))) (-15 -1855 ((-901 (-564)) (-641 (-564)))) (-15 -2361 ((-901 (-564)) (-918))) (-15 -2361 ((-901 (-564)) (-641 (-564)))) (-15 -2400 ((-901 (-564)) (-641 (-564)))) (-15 -2400 ((-901 (-564)))) (-15 -3433 ((-901 (-564)) (-641 (-564)))) (-15 -3433 ((-901 (-564)))) (-15 -1355 ((-901 (-564)) (-641 (-564)))) (-15 -1355 ((-901 (-564)))) (-15 -3140 ((-901 (-564)) (-641 (-564)))) (-15 -3140 ((-901 (-564)))) (-15 -2463 ((-901 (-564)) (-641 (-564)))) (-15 -2463 ((-901 (-564)))) (-15 -2090 ((-901 (-564)) (-641 (-564)))) (-15 -2090 ((-901 (-564)))) (-15 -4230 ((-901 (-564)))) (-15 -2859 ((-901 (-564)) (-641 (-564)))) (-15 -2859 ((-901 (-564)) (-968))))
+((-4109 (((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170))) 14)) (-3286 (((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170))) 13)))
+(((-915 |#1|) (-10 -7 (-15 -3286 ((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -4109 ((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170))))) (-452)) (T -915))
+((-4109 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-949 *4))) (-5 *3 (-641 (-1170))) (-4 *4 (-452)) (-5 *1 (-915 *4)))) (-3286 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-949 *4))) (-5 *3 (-641 (-1170))) (-4 *4 (-452)) (-5 *1 (-915 *4)))))
+(-10 -7 (-15 -3286 ((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -4109 ((-641 (-949 |#1|)) (-641 (-949 |#1|)) (-641 (-1170)))))
+((-1831 (((-316 |#1|) (-477)) 16)))
+(((-916 |#1|) (-10 -7 (-15 -1831 ((-316 |#1|) (-477)))) (-13 (-847) (-556))) (T -916))
+((-1831 (*1 *2 *3) (-12 (-5 *3 (-477)) (-5 *2 (-316 *4)) (-5 *1 (-916 *4)) (-4 *4 (-13 (-847) (-556))))))
+(-10 -7 (-15 -1831 ((-316 |#1|) (-477))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-2949 (((-112) $) 31)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-917) (-140)) (T -917))
-((-1464 (*1 *2 *3) (-12 (-4 *1 (-917)) (-5 *2 (-2 (|:| -2784 (-641 *1)) (|:| -2739 *1))) (-5 *3 (-641 *1)))) (-3632 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-641 *1)) (-4 *1 (-917)))))
-(-13 (-452) (-10 -8 (-15 -1464 ((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $))) (-15 -3632 ((-3 (-641 $) "failed") (-641 $) $))))
+((-3300 (*1 *2 *3) (-12 (-4 *1 (-917)) (-5 *2 (-2 (|:| -2860 (-641 *1)) (|:| -1426 *1))) (-5 *3 (-641 *1)))) (-2106 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-641 *1)) (-4 *1 (-917)))))
+(-13 (-452) (-10 -8 (-15 -3300 ((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $))) (-15 -2106 ((-3 (-641 $) "failed") (-641 $) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-290) . T) ((-452) . T) ((-556) . T) ((-644 $) . T) ((-714 $) . T) ((-723) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3377 (($ $ $) NIL)) (-1721 (((-859) $) NIL)) (-2898 (($) NIL T CONST)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ $ $) NIL)))
-(((-918) (-13 (-791) (-723) (-10 -8 (-15 -3377 ($ $ $)) (-6 (-4414 "*"))))) (T -918))
-((-3377 (*1 *1 *1 *1) (-5 *1 (-918))))
-(-13 (-791) (-723) (-10 -8 (-15 -3377 ($ $ $)) (-6 (-4414 "*"))))
+((-1817 (((-112) $ $) NIL)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2777 (($ $ $) NIL)) (-1831 (((-859) $) NIL)) (-1300 (($) NIL T CONST)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ $ $) NIL)))
+(((-918) (-13 (-791) (-723) (-10 -8 (-15 -2777 ($ $ $)) (-6 (-4408 "*"))))) (T -918))
+((-2777 (*1 *1 *1 *1) (-5 *1 (-918))))
+(-13 (-791) (-723) (-10 -8 (-15 -2777 ($ $ $)) (-6 (-4408 "*"))))
((|NonNegativeInteger|) (< 0 |#1|))
-((-3576 ((|#2| (-641 |#1|) (-641 |#1|)) 29)))
-(((-919 |#1| |#2|) (-10 -7 (-15 -3576 (|#2| (-641 |#1|) (-641 |#1|)))) (-363) (-1235 |#1|)) (T -919))
-((-3576 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-363)) (-4 *2 (-1235 *4)) (-5 *1 (-919 *4 *2)))))
-(-10 -7 (-15 -3576 (|#2| (-641 |#1|) (-641 |#1|))))
-((-2995 (((-1166 |#2|) (-641 |#2|) (-641 |#2|)) 17) (((-1232 |#1| |#2|) (-1232 |#1| |#2|) (-641 |#2|) (-641 |#2|)) 13)))
-(((-920 |#1| |#2|) (-10 -7 (-15 -2995 ((-1232 |#1| |#2|) (-1232 |#1| |#2|) (-641 |#2|) (-641 |#2|))) (-15 -2995 ((-1166 |#2|) (-641 |#2|) (-641 |#2|)))) (-1170) (-363)) (T -920))
-((-2995 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *5)) (-4 *5 (-363)) (-5 *2 (-1166 *5)) (-5 *1 (-920 *4 *5)) (-14 *4 (-1170)))) (-2995 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1232 *4 *5)) (-5 *3 (-641 *5)) (-14 *4 (-1170)) (-4 *5 (-363)) (-5 *1 (-920 *4 *5)))))
-(-10 -7 (-15 -2995 ((-1232 |#1| |#2|) (-1232 |#1| |#2|) (-641 |#2|) (-641 |#2|))) (-15 -2995 ((-1166 |#2|) (-641 |#2|) (-641 |#2|))))
-((-3868 (((-564) (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152)) 176)) (-3423 ((|#4| |#4|) 195)) (-3038 (((-641 (-407 (-949 |#1|))) (-641 (-1170))) 149)) (-1448 (((-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-641 (-641 |#4|)) (-768) (-768) (-564)) 88)) (-1408 (((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))) (-641 |#4|)) 69)) (-2452 (((-685 |#4|) (-685 |#4|) (-641 |#4|)) 65)) (-3280 (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152)) 188)) (-3344 (((-564) (-685 |#4|) (-918) (-1152)) 169) (((-564) (-685 |#4|) (-641 (-1170)) (-918) (-1152)) 168) (((-564) (-685 |#4|) (-641 |#4|) (-918) (-1152)) 167) (((-564) (-685 |#4|) (-1152)) 157) (((-564) (-685 |#4|) (-641 (-1170)) (-1152)) 156) (((-564) (-685 |#4|) (-641 |#4|) (-1152)) 155) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-918)) 154) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170)) (-918)) 153) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|) (-918)) 152) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|)) 151) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170))) 150) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|)) 146)) (-2427 ((|#4| (-949 |#1|)) 80)) (-1316 (((-112) (-641 |#4|) (-641 (-641 |#4|))) 192)) (-2086 (((-641 (-641 (-564))) (-564) (-564)) 162)) (-1360 (((-641 (-641 |#4|)) (-641 (-641 |#4|))) 107)) (-3637 (((-768) (-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|))))) 102)) (-3643 (((-768) (-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|))))) 101)) (-4176 (((-112) (-641 (-949 |#1|))) 19) (((-112) (-641 |#4|)) 15)) (-2571 (((-2 (|:| |sysok| (-112)) (|:| |z0| (-641 |#4|)) (|:| |n0| (-641 |#4|))) (-641 |#4|) (-641 |#4|)) 84)) (-4377 (((-641 |#4|) |#4|) 57)) (-3638 (((-641 (-407 (-949 |#1|))) (-641 |#4|)) 145) (((-685 (-407 (-949 |#1|))) (-685 |#4|)) 66) (((-407 (-949 |#1|)) |#4|) 142)) (-1713 (((-2 (|:| |rgl| (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))))))) (|:| |rgsz| (-564))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-768) (-1152) (-564)) 113)) (-2236 (((-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))) (-685 |#4|) (-768)) 100)) (-1410 (((-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) (-685 |#4|) (-768)) 124)) (-4049 (((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| -1315 (-685 (-407 (-949 |#1|)))) (|:| |vec| (-641 (-407 (-949 |#1|)))) (|:| -3147 (-768)) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) 56)))
-(((-921 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|))) (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170)))) (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|))) (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|) (-918))) (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170)) (-918))) (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-918))) (-15 -3344 ((-564) (-685 |#4|) (-641 |#4|) (-1152))) (-15 -3344 ((-564) (-685 |#4|) (-641 (-1170)) (-1152))) (-15 -3344 ((-564) (-685 |#4|) (-1152))) (-15 -3344 ((-564) (-685 |#4|) (-641 |#4|) (-918) (-1152))) (-15 -3344 ((-564) (-685 |#4|) (-641 (-1170)) (-918) (-1152))) (-15 -3344 ((-564) (-685 |#4|) (-918) (-1152))) (-15 -3868 ((-564) (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152))) (-15 -3280 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152))) (-15 -1713 ((-2 (|:| |rgl| (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))))))) (|:| |rgsz| (-564))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-768) (-1152) (-564))) (-15 -3638 ((-407 (-949 |#1|)) |#4|)) (-15 -3638 ((-685 (-407 (-949 |#1|))) (-685 |#4|))) (-15 -3638 ((-641 (-407 (-949 |#1|))) (-641 |#4|))) (-15 -3038 ((-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -2427 (|#4| (-949 |#1|))) (-15 -2571 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-641 |#4|)) (|:| |n0| (-641 |#4|))) (-641 |#4|) (-641 |#4|))) (-15 -2236 ((-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))) (-685 |#4|) (-768))) (-15 -1408 ((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))) (-641 |#4|))) (-15 -4049 ((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| -1315 (-685 (-407 (-949 |#1|)))) (|:| |vec| (-641 (-407 (-949 |#1|)))) (|:| -3147 (-768)) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (-15 -4377 ((-641 |#4|) |#4|)) (-15 -3643 ((-768) (-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))))) (-15 -3637 ((-768) (-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))))) (-15 -1360 ((-641 (-641 |#4|)) (-641 (-641 |#4|)))) (-15 -2086 ((-641 (-641 (-564))) (-564) (-564))) (-15 -1316 ((-112) (-641 |#4|) (-641 (-641 |#4|)))) (-15 -1410 ((-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) (-685 |#4|) (-768))) (-15 -2452 ((-685 |#4|) (-685 |#4|) (-641 |#4|))) (-15 -1448 ((-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-641 (-641 |#4|)) (-768) (-768) (-564))) (-15 -3423 (|#4| |#4|)) (-15 -4176 ((-112) (-641 |#4|))) (-15 -4176 ((-112) (-641 (-949 |#1|))))) (-13 (-307) (-147)) (-13 (-847) (-612 (-1170))) (-790) (-946 |#1| |#3| |#2|)) (T -921))
-((-4176 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-112)) (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))) (-4176 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-112)) (-5 *1 (-921 *4 *5 *6 *7)))) (-3423 (*1 *2 *2) (-12 (-4 *3 (-13 (-307) (-147))) (-4 *4 (-13 (-847) (-612 (-1170)))) (-4 *5 (-790)) (-5 *1 (-921 *3 *4 *5 *2)) (-4 *2 (-946 *3 *5 *4)))) (-1448 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) (-5 *4 (-685 *12)) (-5 *5 (-641 (-407 (-949 *9)))) (-5 *6 (-641 (-641 *12))) (-5 *7 (-768)) (-5 *8 (-564)) (-4 *9 (-13 (-307) (-147))) (-4 *12 (-946 *9 *11 *10)) (-4 *10 (-13 (-847) (-612 (-1170)))) (-4 *11 (-790)) (-5 *2 (-2 (|:| |eqzro| (-641 *12)) (|:| |neqzro| (-641 *12)) (|:| |wcond| (-641 (-949 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *9)))) (|:| -2745 (-641 (-1259 (-407 (-949 *9))))))))) (-5 *1 (-921 *9 *10 *11 *12)))) (-2452 (*1 *2 *2 *3) (-12 (-5 *2 (-685 *7)) (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *1 (-921 *4 *5 *6 *7)))) (-1410 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-5 *4 (-768)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-641 (-2 (|:| |det| *8) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (-5 *1 (-921 *5 *6 *7 *8)))) (-1316 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-641 *8))) (-5 *3 (-641 *8)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-112)) (-5 *1 (-921 *5 *6 *7 *8)))) (-2086 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 (-641 (-564)))) (-5 *1 (-921 *4 *5 *6 *7)) (-5 *3 (-564)) (-4 *7 (-946 *4 *6 *5)))) (-1360 (*1 *2 *2) (-12 (-5 *2 (-641 (-641 *6))) (-4 *6 (-946 *3 *5 *4)) (-4 *3 (-13 (-307) (-147))) (-4 *4 (-13 (-847) (-612 (-1170)))) (-4 *5 (-790)) (-5 *1 (-921 *3 *4 *5 *6)))) (-3637 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| *7) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 *7))))) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-768)) (-5 *1 (-921 *4 *5 *6 *7)))) (-3643 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| *7) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 *7))))) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-768)) (-5 *1 (-921 *4 *5 *6 *7)))) (-4377 (*1 *2 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 *3)) (-5 *1 (-921 *4 *5 *6 *3)) (-4 *3 (-946 *4 *6 *5)))) (-4049 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1315 (-685 (-407 (-949 *4)))) (|:| |vec| (-641 (-407 (-949 *4)))) (|:| -3147 (-768)) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-2 (|:| |partsol| (-1259 (-407 (-949 *4)))) (|:| -2745 (-641 (-1259 (-407 (-949 *4))))))) (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))) (-1408 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1259 (-407 (-949 *4)))) (|:| -2745 (-641 (-1259 (-407 (-949 *4))))))) (-5 *3 (-641 *7)) (-4 *4 (-13 (-307) (-147))) (-4 *7 (-946 *4 *6 *5)) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *1 (-921 *4 *5 *6 *7)))) (-2236 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| *8) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 *8))))) (-5 *1 (-921 *5 *6 *7 *8)) (-5 *4 (-768)))) (-2571 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-4 *7 (-946 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-112)) (|:| |z0| (-641 *7)) (|:| |n0| (-641 *7)))) (-5 *1 (-921 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-2427 (*1 *2 *3) (-12 (-5 *3 (-949 *4)) (-4 *4 (-13 (-307) (-147))) (-4 *2 (-946 *4 *6 *5)) (-5 *1 (-921 *4 *5 *6 *2)) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)))) (-3038 (*1 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 (-407 (-949 *4)))) (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))) (-3638 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 (-407 (-949 *4)))) (-5 *1 (-921 *4 *5 *6 *7)))) (-3638 (*1 *2 *3) (-12 (-5 *3 (-685 *7)) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-685 (-407 (-949 *4)))) (-5 *1 (-921 *4 *5 *6 *7)))) (-3638 (*1 *2 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-407 (-949 *4))) (-5 *1 (-921 *4 *5 *6 *3)) (-4 *3 (-946 *4 *6 *5)))) (-1713 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-685 *11)) (-5 *4 (-641 (-407 (-949 *8)))) (-5 *5 (-768)) (-5 *6 (-1152)) (-4 *8 (-13 (-307) (-147))) (-4 *11 (-946 *8 *10 *9)) (-4 *9 (-13 (-847) (-612 (-1170)))) (-4 *10 (-790)) (-5 *2 (-2 (|:| |rgl| (-641 (-2 (|:| |eqzro| (-641 *11)) (|:| |neqzro| (-641 *11)) (|:| |wcond| (-641 (-949 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *8)))) (|:| -2745 (-641 (-1259 (-407 (-949 *8)))))))))) (|:| |rgsz| (-564)))) (-5 *1 (-921 *8 *9 *10 *11)) (-5 *7 (-564)))) (-3280 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *7)) (|:| |neqzro| (-641 *7)) (|:| |wcond| (-641 (-949 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *4)))) (|:| -2745 (-641 (-1259 (-407 (-949 *4)))))))))) (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))) (-3868 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8)) (|:| |wcond| (-641 (-949 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *5)))) (|:| -2745 (-641 (-1259 (-407 (-949 *5)))))))))) (-5 *4 (-1152)) (-4 *5 (-13 (-307) (-147))) (-4 *8 (-946 *5 *7 *6)) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *5 *6 *7 *8)))) (-3344 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *9)) (-5 *4 (-918)) (-5 *5 (-1152)) (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *6 *7 *8 *9)))) (-3344 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-685 *10)) (-5 *4 (-641 (-1170))) (-5 *5 (-918)) (-5 *6 (-1152)) (-4 *10 (-946 *7 *9 *8)) (-4 *7 (-13 (-307) (-147))) (-4 *8 (-13 (-847) (-612 (-1170)))) (-4 *9 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *7 *8 *9 *10)))) (-3344 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-685 *10)) (-5 *4 (-641 *10)) (-5 *5 (-918)) (-5 *6 (-1152)) (-4 *10 (-946 *7 *9 *8)) (-4 *7 (-13 (-307) (-147))) (-4 *8 (-13 (-847) (-612 (-1170)))) (-4 *9 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *7 *8 *9 *10)))) (-3344 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-5 *4 (-1152)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *5 *6 *7 *8)))) (-3344 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 (-1170))) (-5 *5 (-1152)) (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *6 *7 *8 *9)))) (-3344 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 *9)) (-5 *5 (-1152)) (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *6 *7 *8 *9)))) (-3344 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-5 *4 (-918)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8)) (|:| |wcond| (-641 (-949 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *5)))) (|:| -2745 (-641 (-1259 (-407 (-949 *5)))))))))) (-5 *1 (-921 *5 *6 *7 *8)))) (-3344 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 (-1170))) (-5 *5 (-918)) (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *9)) (|:| |neqzro| (-641 *9)) (|:| |wcond| (-641 (-949 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *6)))) (|:| -2745 (-641 (-1259 (-407 (-949 *6)))))))))) (-5 *1 (-921 *6 *7 *8 *9)))) (-3344 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *9)) (-5 *5 (-918)) (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *9)) (|:| |neqzro| (-641 *9)) (|:| |wcond| (-641 (-949 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *6)))) (|:| -2745 (-641 (-1259 (-407 (-949 *6)))))))))) (-5 *1 (-921 *6 *7 *8 *9)) (-5 *4 (-641 *9)))) (-3344 (*1 *2 *3) (-12 (-5 *3 (-685 *7)) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *7)) (|:| |neqzro| (-641 *7)) (|:| |wcond| (-641 (-949 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *4)))) (|:| -2745 (-641 (-1259 (-407 (-949 *4)))))))))) (-5 *1 (-921 *4 *5 *6 *7)))) (-3344 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-5 *4 (-641 (-1170))) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8)) (|:| |wcond| (-641 (-949 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *5)))) (|:| -2745 (-641 (-1259 (-407 (-949 *5)))))))))) (-5 *1 (-921 *5 *6 *7 *8)))) (-3344 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8)) (|:| |wcond| (-641 (-949 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *5)))) (|:| -2745 (-641 (-1259 (-407 (-949 *5)))))))))) (-5 *1 (-921 *5 *6 *7 *8)) (-5 *4 (-641 *8)))))
-(-10 -7 (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|))) (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170)))) (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|))) (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|) (-918))) (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170)) (-918))) (-15 -3344 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-918))) (-15 -3344 ((-564) (-685 |#4|) (-641 |#4|) (-1152))) (-15 -3344 ((-564) (-685 |#4|) (-641 (-1170)) (-1152))) (-15 -3344 ((-564) (-685 |#4|) (-1152))) (-15 -3344 ((-564) (-685 |#4|) (-641 |#4|) (-918) (-1152))) (-15 -3344 ((-564) (-685 |#4|) (-641 (-1170)) (-918) (-1152))) (-15 -3344 ((-564) (-685 |#4|) (-918) (-1152))) (-15 -3868 ((-564) (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152))) (-15 -3280 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152))) (-15 -1713 ((-2 (|:| |rgl| (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))))))) (|:| |rgsz| (-564))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-768) (-1152) (-564))) (-15 -3638 ((-407 (-949 |#1|)) |#4|)) (-15 -3638 ((-685 (-407 (-949 |#1|))) (-685 |#4|))) (-15 -3638 ((-641 (-407 (-949 |#1|))) (-641 |#4|))) (-15 -3038 ((-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -2427 (|#4| (-949 |#1|))) (-15 -2571 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-641 |#4|)) (|:| |n0| (-641 |#4|))) (-641 |#4|) (-641 |#4|))) (-15 -2236 ((-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))) (-685 |#4|) (-768))) (-15 -1408 ((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))) (-641 |#4|))) (-15 -4049 ((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| -1315 (-685 (-407 (-949 |#1|)))) (|:| |vec| (-641 (-407 (-949 |#1|)))) (|:| -3147 (-768)) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (-15 -4377 ((-641 |#4|) |#4|)) (-15 -3643 ((-768) (-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))))) (-15 -3637 ((-768) (-641 (-2 (|:| -3147 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))))) (-15 -1360 ((-641 (-641 |#4|)) (-641 (-641 |#4|)))) (-15 -2086 ((-641 (-641 (-564))) (-564) (-564))) (-15 -1316 ((-112) (-641 |#4|) (-641 (-641 |#4|)))) (-15 -1410 ((-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) (-685 |#4|) (-768))) (-15 -2452 ((-685 |#4|) (-685 |#4|) (-641 |#4|))) (-15 -1448 ((-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -2745 (-641 (-1259 (-407 (-949 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-641 (-641 |#4|)) (-768) (-768) (-564))) (-15 -3423 (|#4| |#4|)) (-15 -4176 ((-112) (-641 |#4|))) (-15 -4176 ((-112) (-641 (-949 |#1|)))))
-((-4062 (((-924) |#1| (-1170)) 17) (((-924) |#1| (-1170) (-1088 (-225))) 21)) (-1818 (((-924) |#1| |#1| (-1170) (-1088 (-225))) 19) (((-924) |#1| (-1170) (-1088 (-225))) 15)))
-(((-922 |#1|) (-10 -7 (-15 -1818 ((-924) |#1| (-1170) (-1088 (-225)))) (-15 -1818 ((-924) |#1| |#1| (-1170) (-1088 (-225)))) (-15 -4062 ((-924) |#1| (-1170) (-1088 (-225)))) (-15 -4062 ((-924) |#1| (-1170)))) (-612 (-536))) (T -922))
-((-4062 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-5 *2 (-924)) (-5 *1 (-922 *3)) (-4 *3 (-612 (-536))))) (-4062 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924)) (-5 *1 (-922 *3)) (-4 *3 (-612 (-536))))) (-1818 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924)) (-5 *1 (-922 *3)) (-4 *3 (-612 (-536))))) (-1818 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924)) (-5 *1 (-922 *3)) (-4 *3 (-612 (-536))))))
-(-10 -7 (-15 -1818 ((-924) |#1| (-1170) (-1088 (-225)))) (-15 -1818 ((-924) |#1| |#1| (-1170) (-1088 (-225)))) (-15 -4062 ((-924) |#1| (-1170) (-1088 (-225)))) (-15 -4062 ((-924) |#1| (-1170))))
-((-1983 (($ $ (-1088 (-225)) (-1088 (-225)) (-1088 (-225))) 122)) (-1426 (((-1088 (-225)) $) 63)) (-1413 (((-1088 (-225)) $) 62)) (-1402 (((-1088 (-225)) $) 61)) (-1534 (((-641 (-641 (-225))) $) 68)) (-2005 (((-1088 (-225)) $) 64)) (-1976 (((-564) (-564)) 56)) (-2056 (((-564) (-564)) 52)) (-4127 (((-564) (-564)) 54)) (-3731 (((-112) (-112)) 58)) (-1433 (((-564)) 55)) (-3341 (($ $ (-1088 (-225))) 125) (($ $) 126)) (-3145 (($ (-1 (-940 (-225)) (-225)) (-1088 (-225))) 132) (($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225))) 133)) (-1818 (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225))) 135) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225))) 136) (($ $ (-1088 (-225))) 128)) (-4093 (((-564)) 59)) (-2876 (((-564)) 50)) (-1956 (((-564)) 53)) (-3649 (((-641 (-641 (-940 (-225)))) $) 152)) (-3594 (((-112) (-112)) 60)) (-1721 (((-859) $) 150)) (-1757 (((-112)) 57)))
-(((-923) (-13 (-971) (-10 -8 (-15 -3145 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)))) (-15 -3145 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -1818 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)))) (-15 -1818 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -1818 ($ $ (-1088 (-225)))) (-15 -1983 ($ $ (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3341 ($ $ (-1088 (-225)))) (-15 -3341 ($ $)) (-15 -2005 ((-1088 (-225)) $)) (-15 -1534 ((-641 (-641 (-225))) $)) (-15 -2876 ((-564))) (-15 -2056 ((-564) (-564))) (-15 -1956 ((-564))) (-15 -4127 ((-564) (-564))) (-15 -1433 ((-564))) (-15 -1976 ((-564) (-564))) (-15 -1757 ((-112))) (-15 -3731 ((-112) (-112))) (-15 -4093 ((-564))) (-15 -3594 ((-112) (-112)))))) (T -923))
-((-3145 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-923)))) (-3145 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-923)))) (-1818 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-923)))) (-1818 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-923)))) (-1818 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923)))) (-1983 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923)))) (-3341 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923)))) (-3341 (*1 *1 *1) (-5 *1 (-923))) (-2005 (*1 *2 *1) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923)))) (-1534 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-225)))) (-5 *1 (-923)))) (-2876 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-2056 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-1956 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-4127 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-1433 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-1976 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-1757 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))) (-3731 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))) (-4093 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-3594 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))))
-(-13 (-971) (-10 -8 (-15 -3145 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)))) (-15 -3145 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -1818 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)))) (-15 -1818 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -1818 ($ $ (-1088 (-225)))) (-15 -1983 ($ $ (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3341 ($ $ (-1088 (-225)))) (-15 -3341 ($ $)) (-15 -2005 ((-1088 (-225)) $)) (-15 -1534 ((-641 (-641 (-225))) $)) (-15 -2876 ((-564))) (-15 -2056 ((-564) (-564))) (-15 -1956 ((-564))) (-15 -4127 ((-564) (-564))) (-15 -1433 ((-564))) (-15 -1976 ((-564) (-564))) (-15 -1757 ((-112))) (-15 -3731 ((-112) (-112))) (-15 -4093 ((-564))) (-15 -3594 ((-112) (-112)))))
-((-1983 (($ $ (-1088 (-225))) 123) (($ $ (-1088 (-225)) (-1088 (-225))) 124)) (-1413 (((-1088 (-225)) $) 72)) (-1402 (((-1088 (-225)) $) 71)) (-2005 (((-1088 (-225)) $) 73)) (-1370 (((-564) (-564)) 65)) (-2134 (((-564) (-564)) 61)) (-2357 (((-564) (-564)) 63)) (-2366 (((-112) (-112)) 67)) (-2509 (((-564)) 64)) (-3341 (($ $ (-1088 (-225))) 127) (($ $) 128)) (-3145 (($ (-1 (-940 (-225)) (-225)) (-1088 (-225))) 142) (($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225))) 143)) (-4062 (($ (-1 (-225) (-225)) (-1088 (-225))) 150) (($ (-1 (-225) (-225))) 154)) (-1818 (($ (-1 (-225) (-225)) (-1088 (-225))) 138) (($ (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225))) 139) (($ (-641 (-1 (-225) (-225))) (-1088 (-225))) 147) (($ (-641 (-1 (-225) (-225))) (-1088 (-225)) (-1088 (-225))) 148) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225))) 140) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225))) 141) (($ $ (-1088 (-225))) 129)) (-2048 (((-112) $) 68)) (-1796 (((-564)) 69)) (-2620 (((-564)) 59)) (-3318 (((-564)) 62)) (-3649 (((-641 (-641 (-940 (-225)))) $) 35)) (-3245 (((-112) (-112)) 70)) (-1721 (((-859) $) 168)) (-2462 (((-112)) 66)))
-(((-924) (-13 (-952) (-10 -8 (-15 -1818 ($ (-1 (-225) (-225)) (-1088 (-225)))) (-15 -1818 ($ (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -1818 ($ (-641 (-1 (-225) (-225))) (-1088 (-225)))) (-15 -1818 ($ (-641 (-1 (-225) (-225))) (-1088 (-225)) (-1088 (-225)))) (-15 -1818 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)))) (-15 -1818 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3145 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)))) (-15 -3145 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -4062 ($ (-1 (-225) (-225)) (-1088 (-225)))) (-15 -4062 ($ (-1 (-225) (-225)))) (-15 -1818 ($ $ (-1088 (-225)))) (-15 -2048 ((-112) $)) (-15 -1983 ($ $ (-1088 (-225)))) (-15 -1983 ($ $ (-1088 (-225)) (-1088 (-225)))) (-15 -3341 ($ $ (-1088 (-225)))) (-15 -3341 ($ $)) (-15 -2005 ((-1088 (-225)) $)) (-15 -2620 ((-564))) (-15 -2134 ((-564) (-564))) (-15 -3318 ((-564))) (-15 -2357 ((-564) (-564))) (-15 -2509 ((-564))) (-15 -1370 ((-564) (-564))) (-15 -2462 ((-112))) (-15 -2366 ((-112) (-112))) (-15 -1796 ((-564))) (-15 -3245 ((-112) (-112)))))) (T -924))
-((-1818 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-1818 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-1818 (*1 *1 *2 *3) (-12 (-5 *2 (-641 (-1 (-225) (-225)))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-1818 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-641 (-1 (-225) (-225)))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-1818 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-1818 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-3145 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-3145 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-4062 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-4062 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-924)))) (-1818 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))) (-2048 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-924)))) (-1983 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))) (-1983 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))) (-3341 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))) (-3341 (*1 *1 *1) (-5 *1 (-924))) (-2005 (*1 *2 *1) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))) (-2620 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-2134 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-3318 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-2357 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-2509 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-1370 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-2462 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))) (-2366 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))) (-1796 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-3245 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))))
-(-13 (-952) (-10 -8 (-15 -1818 ($ (-1 (-225) (-225)) (-1088 (-225)))) (-15 -1818 ($ (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -1818 ($ (-641 (-1 (-225) (-225))) (-1088 (-225)))) (-15 -1818 ($ (-641 (-1 (-225) (-225))) (-1088 (-225)) (-1088 (-225)))) (-15 -1818 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)))) (-15 -1818 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3145 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)))) (-15 -3145 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -4062 ($ (-1 (-225) (-225)) (-1088 (-225)))) (-15 -4062 ($ (-1 (-225) (-225)))) (-15 -1818 ($ $ (-1088 (-225)))) (-15 -2048 ((-112) $)) (-15 -1983 ($ $ (-1088 (-225)))) (-15 -1983 ($ $ (-1088 (-225)) (-1088 (-225)))) (-15 -3341 ($ $ (-1088 (-225)))) (-15 -3341 ($ $)) (-15 -2005 ((-1088 (-225)) $)) (-15 -2620 ((-564))) (-15 -2134 ((-564) (-564))) (-15 -3318 ((-564))) (-15 -2357 ((-564) (-564))) (-15 -2509 ((-564))) (-15 -1370 ((-564) (-564))) (-15 -2462 ((-112))) (-15 -2366 ((-112) (-112))) (-15 -1796 ((-564))) (-15 -3245 ((-112) (-112)))))
-((-2578 (((-641 (-1088 (-225))) (-641 (-641 (-940 (-225))))) 34)))
-(((-925) (-10 -7 (-15 -2578 ((-641 (-1088 (-225))) (-641 (-641 (-940 (-225)))))))) (T -925))
-((-2578 (*1 *2 *3) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *2 (-641 (-1088 (-225)))) (-5 *1 (-925)))))
-(-10 -7 (-15 -2578 ((-641 (-1088 (-225))) (-641 (-641 (-940 (-225)))))))
-((-2683 ((|#2| |#2|) 28)) (-1960 ((|#2| |#2|) 29)) (-1367 ((|#2| |#2|) 27)) (-2644 ((|#2| |#2| (-1152)) 26)))
-(((-926 |#1| |#2|) (-10 -7 (-15 -2644 (|#2| |#2| (-1152))) (-15 -1367 (|#2| |#2|)) (-15 -2683 (|#2| |#2|)) (-15 -1960 (|#2| |#2|))) (-847) (-430 |#1|)) (T -926))
-((-1960 (*1 *2 *2) (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3)))) (-2683 (*1 *2 *2) (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3)))) (-1367 (*1 *2 *2) (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3)))) (-2644 (*1 *2 *2 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-847)) (-5 *1 (-926 *4 *2)) (-4 *2 (-430 *4)))))
-(-10 -7 (-15 -2644 (|#2| |#2| (-1152))) (-15 -1367 (|#2| |#2|)) (-15 -2683 (|#2| |#2|)) (-15 -1960 (|#2| |#2|)))
-((-2683 (((-316 (-564)) (-1170)) 16)) (-1960 (((-316 (-564)) (-1170)) 14)) (-1367 (((-316 (-564)) (-1170)) 12)) (-2644 (((-316 (-564)) (-1170) (-1152)) 19)))
-(((-927) (-10 -7 (-15 -2644 ((-316 (-564)) (-1170) (-1152))) (-15 -1367 ((-316 (-564)) (-1170))) (-15 -2683 ((-316 (-564)) (-1170))) (-15 -1960 ((-316 (-564)) (-1170))))) (T -927))
-((-1960 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))) (-2683 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))) (-1367 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))) (-2644 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-1152)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))))
-(-10 -7 (-15 -2644 ((-316 (-564)) (-1170) (-1152))) (-15 -1367 ((-316 (-564)) (-1170))) (-15 -2683 ((-316 (-564)) (-1170))) (-15 -1960 ((-316 (-564)) (-1170))))
-((-3327 (((-886 |#1| |#3|) |#2| (-889 |#1|) (-886 |#1| |#3|)) 25)) (-2081 (((-1 (-112) |#2|) (-1 (-112) |#3|)) 13)))
-(((-928 |#1| |#2| |#3|) (-10 -7 (-15 -2081 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -3327 ((-886 |#1| |#3|) |#2| (-889 |#1|) (-886 |#1| |#3|)))) (-1094) (-883 |#1|) (-13 (-1094) (-1035 |#2|))) (T -928))
-((-3327 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *6)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-4 *6 (-13 (-1094) (-1035 *3))) (-4 *3 (-883 *5)) (-5 *1 (-928 *5 *3 *6)))) (-2081 (*1 *2 *3) (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1094) (-1035 *5))) (-4 *5 (-883 *4)) (-4 *4 (-1094)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-928 *4 *5 *6)))))
-(-10 -7 (-15 -2081 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -3327 ((-886 |#1| |#3|) |#2| (-889 |#1|) (-886 |#1| |#3|))))
-((-3327 (((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)) 30)))
-(((-929 |#1| |#2| |#3|) (-10 -7 (-15 -3327 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)))) (-1094) (-13 (-556) (-847) (-883 |#1|)) (-13 (-430 |#2|) (-612 (-889 |#1|)) (-883 |#1|) (-1035 (-610 $)))) (T -929))
-((-3327 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094)) (-4 *3 (-13 (-430 *6) (-612 *4) (-883 *5) (-1035 (-610 $)))) (-5 *4 (-889 *5)) (-4 *6 (-13 (-556) (-847) (-883 *5))) (-5 *1 (-929 *5 *6 *3)))))
-(-10 -7 (-15 -3327 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))))
-((-3327 (((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|)) 13)))
-(((-930 |#1|) (-10 -7 (-15 -3327 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|)))) (-545)) (T -930))
-((-3327 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 (-564) *3)) (-5 *4 (-889 (-564))) (-4 *3 (-545)) (-5 *1 (-930 *3)))))
-(-10 -7 (-15 -3327 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))))
-((-3327 (((-886 |#1| |#2|) (-610 |#2|) (-889 |#1|) (-886 |#1| |#2|)) 57)))
-(((-931 |#1| |#2|) (-10 -7 (-15 -3327 ((-886 |#1| |#2|) (-610 |#2|) (-889 |#1|) (-886 |#1| |#2|)))) (-1094) (-13 (-847) (-1035 (-610 $)) (-612 (-889 |#1|)) (-883 |#1|))) (T -931))
-((-3327 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *6)) (-5 *3 (-610 *6)) (-4 *5 (-1094)) (-4 *6 (-13 (-847) (-1035 (-610 $)) (-612 *4) (-883 *5))) (-5 *4 (-889 *5)) (-5 *1 (-931 *5 *6)))))
-(-10 -7 (-15 -3327 ((-886 |#1| |#2|) (-610 |#2|) (-889 |#1|) (-886 |#1| |#2|))))
-((-3327 (((-882 |#1| |#2| |#3|) |#3| (-889 |#1|) (-882 |#1| |#2| |#3|)) 17)))
-(((-932 |#1| |#2| |#3|) (-10 -7 (-15 -3327 ((-882 |#1| |#2| |#3|) |#3| (-889 |#1|) (-882 |#1| |#2| |#3|)))) (-1094) (-883 |#1|) (-662 |#2|)) (T -932))
-((-3327 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-882 *5 *6 *3)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-4 *6 (-883 *5)) (-4 *3 (-662 *6)) (-5 *1 (-932 *5 *6 *3)))))
-(-10 -7 (-15 -3327 ((-882 |#1| |#2| |#3|) |#3| (-889 |#1|) (-882 |#1| |#2| |#3|))))
-((-3327 (((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|)) 17 (|has| |#3| (-883 |#1|))) (((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|) (-1 (-886 |#1| |#5|) |#3| (-889 |#1|) (-886 |#1| |#5|))) 16)))
-(((-933 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3327 ((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|) (-1 (-886 |#1| |#5|) |#3| (-889 |#1|) (-886 |#1| |#5|)))) (IF (|has| |#3| (-883 |#1|)) (-15 -3327 ((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|))) |%noBranch|)) (-1094) (-790) (-847) (-13 (-1046) (-847) (-883 |#1|)) (-13 (-946 |#4| |#2| |#3|) (-612 (-889 |#1|)))) (T -933))
-((-3327 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094)) (-4 *3 (-13 (-946 *8 *6 *7) (-612 *4))) (-5 *4 (-889 *5)) (-4 *7 (-883 *5)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-13 (-1046) (-847) (-883 *5))) (-5 *1 (-933 *5 *6 *7 *8 *3)))) (-3327 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-886 *6 *3) *8 (-889 *6) (-886 *6 *3))) (-4 *8 (-847)) (-5 *2 (-886 *6 *3)) (-5 *4 (-889 *6)) (-4 *6 (-1094)) (-4 *3 (-13 (-946 *9 *7 *8) (-612 *4))) (-4 *7 (-790)) (-4 *9 (-13 (-1046) (-847) (-883 *6))) (-5 *1 (-933 *6 *7 *8 *9 *3)))))
-(-10 -7 (-15 -3327 ((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|) (-1 (-886 |#1| |#5|) |#3| (-889 |#1|) (-886 |#1| |#5|)))) (IF (|has| |#3| (-883 |#1|)) (-15 -3327 ((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|))) |%noBranch|))
-((-2032 ((|#2| |#2| (-641 (-1 (-112) |#3|))) 12) ((|#2| |#2| (-1 (-112) |#3|)) 13)))
-(((-934 |#1| |#2| |#3|) (-10 -7 (-15 -2032 (|#2| |#2| (-1 (-112) |#3|))) (-15 -2032 (|#2| |#2| (-641 (-1 (-112) |#3|))))) (-847) (-430 |#1|) (-1209)) (T -934))
-((-2032 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-1 (-112) *5))) (-4 *5 (-1209)) (-4 *4 (-847)) (-5 *1 (-934 *4 *2 *5)) (-4 *2 (-430 *4)))) (-2032 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1209)) (-4 *4 (-847)) (-5 *1 (-934 *4 *2 *5)) (-4 *2 (-430 *4)))))
-(-10 -7 (-15 -2032 (|#2| |#2| (-1 (-112) |#3|))) (-15 -2032 (|#2| |#2| (-641 (-1 (-112) |#3|)))))
-((-2032 (((-316 (-564)) (-1170) (-641 (-1 (-112) |#1|))) 18) (((-316 (-564)) (-1170) (-1 (-112) |#1|)) 15)))
-(((-935 |#1|) (-10 -7 (-15 -2032 ((-316 (-564)) (-1170) (-1 (-112) |#1|))) (-15 -2032 ((-316 (-564)) (-1170) (-641 (-1 (-112) |#1|))))) (-1209)) (T -935))
-((-2032 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-641 (-1 (-112) *5))) (-4 *5 (-1209)) (-5 *2 (-316 (-564))) (-5 *1 (-935 *5)))) (-2032 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1209)) (-5 *2 (-316 (-564))) (-5 *1 (-935 *5)))))
-(-10 -7 (-15 -2032 ((-316 (-564)) (-1170) (-1 (-112) |#1|))) (-15 -2032 ((-316 (-564)) (-1170) (-641 (-1 (-112) |#1|)))))
-((-3327 (((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)) 25)))
-(((-936 |#1| |#2| |#3|) (-10 -7 (-15 -3327 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)))) (-1094) (-13 (-556) (-883 |#1|) (-612 (-889 |#1|))) (-989 |#2|)) (T -936))
-((-3327 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094)) (-4 *3 (-989 *6)) (-4 *6 (-13 (-556) (-883 *5) (-612 *4))) (-5 *4 (-889 *5)) (-5 *1 (-936 *5 *6 *3)))))
-(-10 -7 (-15 -3327 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))))
-((-3327 (((-886 |#1| (-1170)) (-1170) (-889 |#1|) (-886 |#1| (-1170))) 18)))
-(((-937 |#1|) (-10 -7 (-15 -3327 ((-886 |#1| (-1170)) (-1170) (-889 |#1|) (-886 |#1| (-1170))))) (-1094)) (T -937))
-((-3327 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 (-1170))) (-5 *3 (-1170)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-5 *1 (-937 *5)))))
-(-10 -7 (-15 -3327 ((-886 |#1| (-1170)) (-1170) (-889 |#1|) (-886 |#1| (-1170)))))
-((-2598 (((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))) 34)) (-3327 (((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-1 |#3| (-641 |#3|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))) 33)))
-(((-938 |#1| |#2| |#3|) (-10 -7 (-15 -3327 ((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-1 |#3| (-641 |#3|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)))) (-15 -2598 ((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))))) (-1094) (-13 (-1046) (-847)) (-13 (-1046) (-612 (-889 |#1|)) (-1035 |#2|))) (T -938))
-((-2598 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 (-889 *6))) (-5 *5 (-1 (-886 *6 *8) *8 (-889 *6) (-886 *6 *8))) (-4 *6 (-1094)) (-4 *8 (-13 (-1046) (-612 (-889 *6)) (-1035 *7))) (-5 *2 (-886 *6 *8)) (-4 *7 (-13 (-1046) (-847))) (-5 *1 (-938 *6 *7 *8)))) (-3327 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-641 (-889 *7))) (-5 *5 (-1 *9 (-641 *9))) (-5 *6 (-1 (-886 *7 *9) *9 (-889 *7) (-886 *7 *9))) (-4 *7 (-1094)) (-4 *9 (-13 (-1046) (-612 (-889 *7)) (-1035 *8))) (-5 *2 (-886 *7 *9)) (-5 *3 (-641 *9)) (-4 *8 (-13 (-1046) (-847))) (-5 *1 (-938 *7 *8 *9)))))
-(-10 -7 (-15 -3327 ((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-1 |#3| (-641 |#3|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)))) (-15 -2598 ((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)))))
-((-4166 (((-1166 (-407 (-564))) (-564)) 80)) (-1750 (((-1166 (-564)) (-564)) 83)) (-2263 (((-1166 (-564)) (-564)) 77)) (-1577 (((-564) (-1166 (-564))) 73)) (-2278 (((-1166 (-407 (-564))) (-564)) 64)) (-3481 (((-1166 (-564)) (-564)) 48)) (-2372 (((-1166 (-564)) (-564)) 85)) (-2939 (((-1166 (-564)) (-564)) 84)) (-1652 (((-1166 (-407 (-564))) (-564)) 66)))
-(((-939) (-10 -7 (-15 -1652 ((-1166 (-407 (-564))) (-564))) (-15 -2939 ((-1166 (-564)) (-564))) (-15 -2372 ((-1166 (-564)) (-564))) (-15 -3481 ((-1166 (-564)) (-564))) (-15 -2278 ((-1166 (-407 (-564))) (-564))) (-15 -1577 ((-564) (-1166 (-564)))) (-15 -2263 ((-1166 (-564)) (-564))) (-15 -1750 ((-1166 (-564)) (-564))) (-15 -4166 ((-1166 (-407 (-564))) (-564))))) (T -939))
-((-4166 (*1 *2 *3) (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))) (-1750 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))) (-2263 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))) (-1577 (*1 *2 *3) (-12 (-5 *3 (-1166 (-564))) (-5 *2 (-564)) (-5 *1 (-939)))) (-2278 (*1 *2 *3) (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))) (-3481 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))) (-2372 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))) (-2939 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))) (-1652 (*1 *2 *3) (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))))
-(-10 -7 (-15 -1652 ((-1166 (-407 (-564))) (-564))) (-15 -2939 ((-1166 (-564)) (-564))) (-15 -2372 ((-1166 (-564)) (-564))) (-15 -3481 ((-1166 (-564)) (-564))) (-15 -2278 ((-1166 (-407 (-564))) (-564))) (-15 -1577 ((-564) (-1166 (-564)))) (-15 -2263 ((-1166 (-564)) (-564))) (-15 -1750 ((-1166 (-564)) (-564))) (-15 -4166 ((-1166 (-407 (-564))) (-564))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1356 (($ (-768)) NIL (|has| |#1| (-23)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) NIL)) (-1317 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-2699 (($ (-641 |#1|)) 9)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-2144 (((-685 |#1|) $ $) NIL (|has| |#1| (-1046)))) (-1585 (($ (-768) |#1|) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3633 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-3715 (((-112) $ (-768)) NIL)) (-2088 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1897 ((|#1| $) NIL (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) NIL (|has| $ (-6 -4413)))) (-3450 (($ $ (-641 |#1|)) 25)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) 18) (($ $ (-1226 (-564))) NIL)) (-2848 ((|#1| $ $) NIL (|has| |#1| (-1046)))) (-1358 (((-918) $) 13)) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-3163 (($ $ $) 23)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536)))) (($ (-641 |#1|)) 14)) (-1732 (($ (-641 |#1|)) NIL)) (-2834 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) 24) (($ (-641 $)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2970 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2956 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-564) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-723))) (($ $ |#1|) NIL (|has| |#1| (-723)))) (-3435 (((-768) $) 11 (|has| $ (-6 -4412)))))
+((-2811 ((|#2| (-641 |#1|) (-641 |#1|)) 29)))
+(((-919 |#1| |#2|) (-10 -7 (-15 -2811 (|#2| (-641 |#1|) (-641 |#1|)))) (-363) (-1235 |#1|)) (T -919))
+((-2811 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-363)) (-4 *2 (-1235 *4)) (-5 *1 (-919 *4 *2)))))
+(-10 -7 (-15 -2811 (|#2| (-641 |#1|) (-641 |#1|))))
+((-1947 (((-1166 |#2|) (-641 |#2|) (-641 |#2|)) 17) (((-1232 |#1| |#2|) (-1232 |#1| |#2|) (-641 |#2|) (-641 |#2|)) 13)))
+(((-920 |#1| |#2|) (-10 -7 (-15 -1947 ((-1232 |#1| |#2|) (-1232 |#1| |#2|) (-641 |#2|) (-641 |#2|))) (-15 -1947 ((-1166 |#2|) (-641 |#2|) (-641 |#2|)))) (-1170) (-363)) (T -920))
+((-1947 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *5)) (-4 *5 (-363)) (-5 *2 (-1166 *5)) (-5 *1 (-920 *4 *5)) (-14 *4 (-1170)))) (-1947 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1232 *4 *5)) (-5 *3 (-641 *5)) (-14 *4 (-1170)) (-4 *5 (-363)) (-5 *1 (-920 *4 *5)))))
+(-10 -7 (-15 -1947 ((-1232 |#1| |#2|) (-1232 |#1| |#2|) (-641 |#2|) (-641 |#2|))) (-15 -1947 ((-1166 |#2|) (-641 |#2|) (-641 |#2|))))
+((-3846 (((-564) (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152)) 176)) (-1790 ((|#4| |#4|) 195)) (-2277 (((-641 (-407 (-949 |#1|))) (-641 (-1170))) 149)) (-3153 (((-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-641 (-641 |#4|)) (-768) (-768) (-564)) 88)) (-3933 (((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))) (-641 |#4|)) 69)) (-3620 (((-685 |#4|) (-685 |#4|) (-641 |#4|)) 65)) (-2925 (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152)) 188)) (-2295 (((-564) (-685 |#4|) (-918) (-1152)) 169) (((-564) (-685 |#4|) (-641 (-1170)) (-918) (-1152)) 168) (((-564) (-685 |#4|) (-641 |#4|) (-918) (-1152)) 167) (((-564) (-685 |#4|) (-1152)) 157) (((-564) (-685 |#4|) (-641 (-1170)) (-1152)) 156) (((-564) (-685 |#4|) (-641 |#4|) (-1152)) 155) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-918)) 154) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170)) (-918)) 153) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|) (-918)) 152) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|)) 151) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170))) 150) (((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|)) 146)) (-3351 ((|#4| (-949 |#1|)) 80)) (-2410 (((-112) (-641 |#4|) (-641 (-641 |#4|))) 192)) (-4222 (((-641 (-641 (-564))) (-564) (-564)) 162)) (-4246 (((-641 (-641 |#4|)) (-641 (-641 |#4|))) 107)) (-2159 (((-768) (-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|))))) 102)) (-2222 (((-768) (-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|))))) 101)) (-3815 (((-112) (-641 (-949 |#1|))) 19) (((-112) (-641 |#4|)) 15)) (-2278 (((-2 (|:| |sysok| (-112)) (|:| |z0| (-641 |#4|)) (|:| |n0| (-641 |#4|))) (-641 |#4|) (-641 |#4|)) 84)) (-1984 (((-641 |#4|) |#4|) 57)) (-2167 (((-641 (-407 (-949 |#1|))) (-641 |#4|)) 145) (((-685 (-407 (-949 |#1|))) (-685 |#4|)) 66) (((-407 (-949 |#1|)) |#4|) 142)) (-3869 (((-2 (|:| |rgl| (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))))))) (|:| |rgsz| (-564))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-768) (-1152) (-564)) 113)) (-2016 (((-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))) (-685 |#4|) (-768)) 100)) (-3953 (((-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) (-685 |#4|) (-768)) 124)) (-1918 (((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| -2394 (-685 (-407 (-949 |#1|)))) (|:| |vec| (-641 (-407 (-949 |#1|)))) (|:| -3531 (-768)) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) 56)))
+(((-921 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|))) (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170)))) (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|))) (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|) (-918))) (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170)) (-918))) (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-918))) (-15 -2295 ((-564) (-685 |#4|) (-641 |#4|) (-1152))) (-15 -2295 ((-564) (-685 |#4|) (-641 (-1170)) (-1152))) (-15 -2295 ((-564) (-685 |#4|) (-1152))) (-15 -2295 ((-564) (-685 |#4|) (-641 |#4|) (-918) (-1152))) (-15 -2295 ((-564) (-685 |#4|) (-641 (-1170)) (-918) (-1152))) (-15 -2295 ((-564) (-685 |#4|) (-918) (-1152))) (-15 -3846 ((-564) (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152))) (-15 -2925 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152))) (-15 -3869 ((-2 (|:| |rgl| (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))))))) (|:| |rgsz| (-564))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-768) (-1152) (-564))) (-15 -2167 ((-407 (-949 |#1|)) |#4|)) (-15 -2167 ((-685 (-407 (-949 |#1|))) (-685 |#4|))) (-15 -2167 ((-641 (-407 (-949 |#1|))) (-641 |#4|))) (-15 -2277 ((-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -3351 (|#4| (-949 |#1|))) (-15 -2278 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-641 |#4|)) (|:| |n0| (-641 |#4|))) (-641 |#4|) (-641 |#4|))) (-15 -2016 ((-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))) (-685 |#4|) (-768))) (-15 -3933 ((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))) (-641 |#4|))) (-15 -1918 ((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| -2394 (-685 (-407 (-949 |#1|)))) (|:| |vec| (-641 (-407 (-949 |#1|)))) (|:| -3531 (-768)) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (-15 -1984 ((-641 |#4|) |#4|)) (-15 -2222 ((-768) (-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))))) (-15 -2159 ((-768) (-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))))) (-15 -4246 ((-641 (-641 |#4|)) (-641 (-641 |#4|)))) (-15 -4222 ((-641 (-641 (-564))) (-564) (-564))) (-15 -2410 ((-112) (-641 |#4|) (-641 (-641 |#4|)))) (-15 -3953 ((-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) (-685 |#4|) (-768))) (-15 -3620 ((-685 |#4|) (-685 |#4|) (-641 |#4|))) (-15 -3153 ((-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-641 (-641 |#4|)) (-768) (-768) (-564))) (-15 -1790 (|#4| |#4|)) (-15 -3815 ((-112) (-641 |#4|))) (-15 -3815 ((-112) (-641 (-949 |#1|))))) (-13 (-307) (-147)) (-13 (-847) (-612 (-1170))) (-790) (-946 |#1| |#3| |#2|)) (T -921))
+((-3815 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-112)) (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))) (-3815 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-112)) (-5 *1 (-921 *4 *5 *6 *7)))) (-1790 (*1 *2 *2) (-12 (-4 *3 (-13 (-307) (-147))) (-4 *4 (-13 (-847) (-612 (-1170)))) (-4 *5 (-790)) (-5 *1 (-921 *3 *4 *5 *2)) (-4 *2 (-946 *3 *5 *4)))) (-3153 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) (-5 *4 (-685 *12)) (-5 *5 (-641 (-407 (-949 *9)))) (-5 *6 (-641 (-641 *12))) (-5 *7 (-768)) (-5 *8 (-564)) (-4 *9 (-13 (-307) (-147))) (-4 *12 (-946 *9 *11 *10)) (-4 *10 (-13 (-847) (-612 (-1170)))) (-4 *11 (-790)) (-5 *2 (-2 (|:| |eqzro| (-641 *12)) (|:| |neqzro| (-641 *12)) (|:| |wcond| (-641 (-949 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *9)))) (|:| -3331 (-641 (-1259 (-407 (-949 *9))))))))) (-5 *1 (-921 *9 *10 *11 *12)))) (-3620 (*1 *2 *2 *3) (-12 (-5 *2 (-685 *7)) (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *1 (-921 *4 *5 *6 *7)))) (-3953 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-5 *4 (-768)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-641 (-2 (|:| |det| *8) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (-5 *1 (-921 *5 *6 *7 *8)))) (-2410 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-641 *8))) (-5 *3 (-641 *8)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-112)) (-5 *1 (-921 *5 *6 *7 *8)))) (-4222 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 (-641 (-564)))) (-5 *1 (-921 *4 *5 *6 *7)) (-5 *3 (-564)) (-4 *7 (-946 *4 *6 *5)))) (-4246 (*1 *2 *2) (-12 (-5 *2 (-641 (-641 *6))) (-4 *6 (-946 *3 *5 *4)) (-4 *3 (-13 (-307) (-147))) (-4 *4 (-13 (-847) (-612 (-1170)))) (-4 *5 (-790)) (-5 *1 (-921 *3 *4 *5 *6)))) (-2159 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| *7) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 *7))))) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-768)) (-5 *1 (-921 *4 *5 *6 *7)))) (-2222 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| *7) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 *7))))) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-768)) (-5 *1 (-921 *4 *5 *6 *7)))) (-1984 (*1 *2 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 *3)) (-5 *1 (-921 *4 *5 *6 *3)) (-4 *3 (-946 *4 *6 *5)))) (-1918 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2394 (-685 (-407 (-949 *4)))) (|:| |vec| (-641 (-407 (-949 *4)))) (|:| -3531 (-768)) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-2 (|:| |partsol| (-1259 (-407 (-949 *4)))) (|:| -3331 (-641 (-1259 (-407 (-949 *4))))))) (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))) (-3933 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1259 (-407 (-949 *4)))) (|:| -3331 (-641 (-1259 (-407 (-949 *4))))))) (-5 *3 (-641 *7)) (-4 *4 (-13 (-307) (-147))) (-4 *7 (-946 *4 *6 *5)) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *1 (-921 *4 *5 *6 *7)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| *8) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 *8))))) (-5 *1 (-921 *5 *6 *7 *8)) (-5 *4 (-768)))) (-2278 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-4 *7 (-946 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-112)) (|:| |z0| (-641 *7)) (|:| |n0| (-641 *7)))) (-5 *1 (-921 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-3351 (*1 *2 *3) (-12 (-5 *3 (-949 *4)) (-4 *4 (-13 (-307) (-147))) (-4 *2 (-946 *4 *6 *5)) (-5 *1 (-921 *4 *5 *6 *2)) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)))) (-2277 (*1 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 (-407 (-949 *4)))) (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))) (-2167 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 (-407 (-949 *4)))) (-5 *1 (-921 *4 *5 *6 *7)))) (-2167 (*1 *2 *3) (-12 (-5 *3 (-685 *7)) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-685 (-407 (-949 *4)))) (-5 *1 (-921 *4 *5 *6 *7)))) (-2167 (*1 *2 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-407 (-949 *4))) (-5 *1 (-921 *4 *5 *6 *3)) (-4 *3 (-946 *4 *6 *5)))) (-3869 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-685 *11)) (-5 *4 (-641 (-407 (-949 *8)))) (-5 *5 (-768)) (-5 *6 (-1152)) (-4 *8 (-13 (-307) (-147))) (-4 *11 (-946 *8 *10 *9)) (-4 *9 (-13 (-847) (-612 (-1170)))) (-4 *10 (-790)) (-5 *2 (-2 (|:| |rgl| (-641 (-2 (|:| |eqzro| (-641 *11)) (|:| |neqzro| (-641 *11)) (|:| |wcond| (-641 (-949 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *8)))) (|:| -3331 (-641 (-1259 (-407 (-949 *8)))))))))) (|:| |rgsz| (-564)))) (-5 *1 (-921 *8 *9 *10 *11)) (-5 *7 (-564)))) (-2925 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *7)) (|:| |neqzro| (-641 *7)) (|:| |wcond| (-641 (-949 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *4)))) (|:| -3331 (-641 (-1259 (-407 (-949 *4)))))))))) (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))) (-3846 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8)) (|:| |wcond| (-641 (-949 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *5)))) (|:| -3331 (-641 (-1259 (-407 (-949 *5)))))))))) (-5 *4 (-1152)) (-4 *5 (-13 (-307) (-147))) (-4 *8 (-946 *5 *7 *6)) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *5 *6 *7 *8)))) (-2295 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *9)) (-5 *4 (-918)) (-5 *5 (-1152)) (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *6 *7 *8 *9)))) (-2295 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-685 *10)) (-5 *4 (-641 (-1170))) (-5 *5 (-918)) (-5 *6 (-1152)) (-4 *10 (-946 *7 *9 *8)) (-4 *7 (-13 (-307) (-147))) (-4 *8 (-13 (-847) (-612 (-1170)))) (-4 *9 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *7 *8 *9 *10)))) (-2295 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-685 *10)) (-5 *4 (-641 *10)) (-5 *5 (-918)) (-5 *6 (-1152)) (-4 *10 (-946 *7 *9 *8)) (-4 *7 (-13 (-307) (-147))) (-4 *8 (-13 (-847) (-612 (-1170)))) (-4 *9 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *7 *8 *9 *10)))) (-2295 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-5 *4 (-1152)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *5 *6 *7 *8)))) (-2295 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 (-1170))) (-5 *5 (-1152)) (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *6 *7 *8 *9)))) (-2295 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 *9)) (-5 *5 (-1152)) (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *6 *7 *8 *9)))) (-2295 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-5 *4 (-918)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8)) (|:| |wcond| (-641 (-949 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *5)))) (|:| -3331 (-641 (-1259 (-407 (-949 *5)))))))))) (-5 *1 (-921 *5 *6 *7 *8)))) (-2295 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 (-1170))) (-5 *5 (-918)) (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *9)) (|:| |neqzro| (-641 *9)) (|:| |wcond| (-641 (-949 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *6)))) (|:| -3331 (-641 (-1259 (-407 (-949 *6)))))))))) (-5 *1 (-921 *6 *7 *8 *9)))) (-2295 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-685 *9)) (-5 *5 (-918)) (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *9)) (|:| |neqzro| (-641 *9)) (|:| |wcond| (-641 (-949 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *6)))) (|:| -3331 (-641 (-1259 (-407 (-949 *6)))))))))) (-5 *1 (-921 *6 *7 *8 *9)) (-5 *4 (-641 *9)))) (-2295 (*1 *2 *3) (-12 (-5 *3 (-685 *7)) (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *7)) (|:| |neqzro| (-641 *7)) (|:| |wcond| (-641 (-949 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *4)))) (|:| -3331 (-641 (-1259 (-407 (-949 *4)))))))))) (-5 *1 (-921 *4 *5 *6 *7)))) (-2295 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-5 *4 (-641 (-1170))) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8)) (|:| |wcond| (-641 (-949 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *5)))) (|:| -3331 (-641 (-1259 (-407 (-949 *5)))))))))) (-5 *1 (-921 *5 *6 *7 *8)))) (-2295 (*1 *2 *3 *4) (-12 (-5 *3 (-685 *8)) (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-641 (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8)) (|:| |wcond| (-641 (-949 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 *5)))) (|:| -3331 (-641 (-1259 (-407 (-949 *5)))))))))) (-5 *1 (-921 *5 *6 *7 *8)) (-5 *4 (-641 *8)))))
+(-10 -7 (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|))) (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170)))) (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|))) (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 |#4|) (-918))) (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-641 (-1170)) (-918))) (-15 -2295 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-685 |#4|) (-918))) (-15 -2295 ((-564) (-685 |#4|) (-641 |#4|) (-1152))) (-15 -2295 ((-564) (-685 |#4|) (-641 (-1170)) (-1152))) (-15 -2295 ((-564) (-685 |#4|) (-1152))) (-15 -2295 ((-564) (-685 |#4|) (-641 |#4|) (-918) (-1152))) (-15 -2295 ((-564) (-685 |#4|) (-641 (-1170)) (-918) (-1152))) (-15 -2295 ((-564) (-685 |#4|) (-918) (-1152))) (-15 -3846 ((-564) (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152))) (-15 -2925 ((-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|))))))))) (-1152))) (-15 -3869 ((-2 (|:| |rgl| (-641 (-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))))))) (|:| |rgsz| (-564))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-768) (-1152) (-564))) (-15 -2167 ((-407 (-949 |#1|)) |#4|)) (-15 -2167 ((-685 (-407 (-949 |#1|))) (-685 |#4|))) (-15 -2167 ((-641 (-407 (-949 |#1|))) (-641 |#4|))) (-15 -2277 ((-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -3351 (|#4| (-949 |#1|))) (-15 -2278 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-641 |#4|)) (|:| |n0| (-641 |#4|))) (-641 |#4|) (-641 |#4|))) (-15 -2016 ((-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))) (-685 |#4|) (-768))) (-15 -3933 ((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))) (-641 |#4|))) (-15 -1918 ((-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))) (-2 (|:| -2394 (-685 (-407 (-949 |#1|)))) (|:| |vec| (-641 (-407 (-949 |#1|)))) (|:| -3531 (-768)) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (-15 -1984 ((-641 |#4|) |#4|)) (-15 -2222 ((-768) (-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))))) (-15 -2159 ((-768) (-641 (-2 (|:| -3531 (-768)) (|:| |eqns| (-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))) (|:| |fgb| (-641 |#4|)))))) (-15 -4246 ((-641 (-641 |#4|)) (-641 (-641 |#4|)))) (-15 -4222 ((-641 (-641 (-564))) (-564) (-564))) (-15 -2410 ((-112) (-641 |#4|) (-641 (-641 |#4|)))) (-15 -3953 ((-641 (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564))))) (-685 |#4|) (-768))) (-15 -3620 ((-685 |#4|) (-685 |#4|) (-641 |#4|))) (-15 -3153 ((-2 (|:| |eqzro| (-641 |#4|)) (|:| |neqzro| (-641 |#4|)) (|:| |wcond| (-641 (-949 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1259 (-407 (-949 |#1|)))) (|:| -3331 (-641 (-1259 (-407 (-949 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))) (-685 |#4|) (-641 (-407 (-949 |#1|))) (-641 (-641 |#4|)) (-768) (-768) (-564))) (-15 -1790 (|#4| |#4|)) (-15 -3815 ((-112) (-641 |#4|))) (-15 -3815 ((-112) (-641 (-949 |#1|)))))
+((-3932 (((-924) |#1| (-1170)) 17) (((-924) |#1| (-1170) (-1088 (-225))) 21)) (-3564 (((-924) |#1| |#1| (-1170) (-1088 (-225))) 19) (((-924) |#1| (-1170) (-1088 (-225))) 15)))
+(((-922 |#1|) (-10 -7 (-15 -3564 ((-924) |#1| (-1170) (-1088 (-225)))) (-15 -3564 ((-924) |#1| |#1| (-1170) (-1088 (-225)))) (-15 -3932 ((-924) |#1| (-1170) (-1088 (-225)))) (-15 -3932 ((-924) |#1| (-1170)))) (-612 (-536))) (T -922))
+((-3932 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-5 *2 (-924)) (-5 *1 (-922 *3)) (-4 *3 (-612 (-536))))) (-3932 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924)) (-5 *1 (-922 *3)) (-4 *3 (-612 (-536))))) (-3564 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924)) (-5 *1 (-922 *3)) (-4 *3 (-612 (-536))))) (-3564 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924)) (-5 *1 (-922 *3)) (-4 *3 (-612 (-536))))))
+(-10 -7 (-15 -3564 ((-924) |#1| (-1170) (-1088 (-225)))) (-15 -3564 ((-924) |#1| |#1| (-1170) (-1088 (-225)))) (-15 -3932 ((-924) |#1| (-1170) (-1088 (-225)))) (-15 -3932 ((-924) |#1| (-1170))))
+((-1315 (($ $ (-1088 (-225)) (-1088 (-225)) (-1088 (-225))) 122)) (-2238 (((-1088 (-225)) $) 63)) (-2225 (((-1088 (-225)) $) 62)) (-2213 (((-1088 (-225)) $) 61)) (-2796 (((-641 (-641 (-225))) $) 68)) (-1541 (((-1088 (-225)) $) 64)) (-2504 (((-564) (-564)) 56)) (-3945 (((-564) (-564)) 52)) (-3338 (((-564) (-564)) 54)) (-1866 (((-112) (-112)) 58)) (-4108 (((-564)) 55)) (-2264 (($ $ (-1088 (-225))) 125) (($ $) 126)) (-4066 (($ (-1 (-940 (-225)) (-225)) (-1088 (-225))) 132) (($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225))) 133)) (-3564 (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225))) 135) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225))) 136) (($ $ (-1088 (-225))) 128)) (-4213 (((-564)) 59)) (-2060 (((-564)) 50)) (-2287 (((-564)) 53)) (-2279 (((-641 (-641 (-940 (-225)))) $) 152)) (-2974 (((-112) (-112)) 60)) (-1831 (((-859) $) 150)) (-4234 (((-112)) 57)))
+(((-923) (-13 (-971) (-10 -8 (-15 -4066 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)))) (-15 -4066 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3564 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)))) (-15 -3564 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3564 ($ $ (-1088 (-225)))) (-15 -1315 ($ $ (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -2264 ($ $ (-1088 (-225)))) (-15 -2264 ($ $)) (-15 -1541 ((-1088 (-225)) $)) (-15 -2796 ((-641 (-641 (-225))) $)) (-15 -2060 ((-564))) (-15 -3945 ((-564) (-564))) (-15 -2287 ((-564))) (-15 -3338 ((-564) (-564))) (-15 -4108 ((-564))) (-15 -2504 ((-564) (-564))) (-15 -4234 ((-112))) (-15 -1866 ((-112) (-112))) (-15 -4213 ((-564))) (-15 -2974 ((-112) (-112)))))) (T -923))
+((-4066 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-923)))) (-4066 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-923)))) (-3564 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-923)))) (-3564 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-923)))) (-3564 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923)))) (-1315 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923)))) (-2264 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923)))) (-2264 (*1 *1 *1) (-5 *1 (-923))) (-1541 (*1 *2 *1) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923)))) (-2796 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-225)))) (-5 *1 (-923)))) (-2060 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-3945 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-2287 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-3338 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-4108 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-2504 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-4234 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))) (-1866 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))) (-4213 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))) (-2974 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))))
+(-13 (-971) (-10 -8 (-15 -4066 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)))) (-15 -4066 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3564 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)))) (-15 -3564 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3564 ($ $ (-1088 (-225)))) (-15 -1315 ($ $ (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -2264 ($ $ (-1088 (-225)))) (-15 -2264 ($ $)) (-15 -1541 ((-1088 (-225)) $)) (-15 -2796 ((-641 (-641 (-225))) $)) (-15 -2060 ((-564))) (-15 -3945 ((-564) (-564))) (-15 -2287 ((-564))) (-15 -3338 ((-564) (-564))) (-15 -4108 ((-564))) (-15 -2504 ((-564) (-564))) (-15 -4234 ((-112))) (-15 -1866 ((-112) (-112))) (-15 -4213 ((-564))) (-15 -2974 ((-112) (-112)))))
+((-1315 (($ $ (-1088 (-225))) 123) (($ $ (-1088 (-225)) (-1088 (-225))) 124)) (-2225 (((-1088 (-225)) $) 72)) (-2213 (((-1088 (-225)) $) 71)) (-1541 (((-1088 (-225)) $) 73)) (-2420 (((-564) (-564)) 65)) (-3506 (((-564) (-564)) 61)) (-3911 (((-564) (-564)) 63)) (-4001 (((-112) (-112)) 67)) (-2932 (((-564)) 64)) (-2264 (($ $ (-1088 (-225))) 127) (($ $) 128)) (-4066 (($ (-1 (-940 (-225)) (-225)) (-1088 (-225))) 142) (($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225))) 143)) (-3932 (($ (-1 (-225) (-225)) (-1088 (-225))) 150) (($ (-1 (-225) (-225))) 154)) (-3564 (($ (-1 (-225) (-225)) (-1088 (-225))) 138) (($ (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225))) 139) (($ (-641 (-1 (-225) (-225))) (-1088 (-225))) 147) (($ (-641 (-1 (-225) (-225))) (-1088 (-225)) (-1088 (-225))) 148) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225))) 140) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225))) 141) (($ $ (-1088 (-225))) 129)) (-3863 (((-112) $) 68)) (-3374 (((-564)) 69)) (-1552 (((-564)) 59)) (-2047 (((-564)) 62)) (-2279 (((-641 (-641 (-940 (-225)))) $) 35)) (-3422 (((-112) (-112)) 70)) (-1831 (((-859) $) 168)) (-3716 (((-112)) 66)))
+(((-924) (-13 (-952) (-10 -8 (-15 -3564 ($ (-1 (-225) (-225)) (-1088 (-225)))) (-15 -3564 ($ (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3564 ($ (-641 (-1 (-225) (-225))) (-1088 (-225)))) (-15 -3564 ($ (-641 (-1 (-225) (-225))) (-1088 (-225)) (-1088 (-225)))) (-15 -3564 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)))) (-15 -3564 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -4066 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)))) (-15 -4066 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3932 ($ (-1 (-225) (-225)) (-1088 (-225)))) (-15 -3932 ($ (-1 (-225) (-225)))) (-15 -3564 ($ $ (-1088 (-225)))) (-15 -3863 ((-112) $)) (-15 -1315 ($ $ (-1088 (-225)))) (-15 -1315 ($ $ (-1088 (-225)) (-1088 (-225)))) (-15 -2264 ($ $ (-1088 (-225)))) (-15 -2264 ($ $)) (-15 -1541 ((-1088 (-225)) $)) (-15 -1552 ((-564))) (-15 -3506 ((-564) (-564))) (-15 -2047 ((-564))) (-15 -3911 ((-564) (-564))) (-15 -2932 ((-564))) (-15 -2420 ((-564) (-564))) (-15 -3716 ((-112))) (-15 -4001 ((-112) (-112))) (-15 -3374 ((-564))) (-15 -3422 ((-112) (-112)))))) (T -924))
+((-3564 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-3564 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-3564 (*1 *1 *2 *3) (-12 (-5 *2 (-641 (-1 (-225) (-225)))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-3564 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-641 (-1 (-225) (-225)))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-3564 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-3564 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-4066 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-4066 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-3932 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225))) (-5 *1 (-924)))) (-3932 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-924)))) (-3564 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))) (-3863 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-924)))) (-1315 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))) (-1315 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))) (-2264 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))) (-2264 (*1 *1 *1) (-5 *1 (-924))) (-1541 (*1 *2 *1) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))) (-1552 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-3506 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-2047 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-3911 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-2932 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-2420 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-3716 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))) (-4001 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))) (-3374 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))) (-3422 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))))
+(-13 (-952) (-10 -8 (-15 -3564 ($ (-1 (-225) (-225)) (-1088 (-225)))) (-15 -3564 ($ (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3564 ($ (-641 (-1 (-225) (-225))) (-1088 (-225)))) (-15 -3564 ($ (-641 (-1 (-225) (-225))) (-1088 (-225)) (-1088 (-225)))) (-15 -3564 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)))) (-15 -3564 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -4066 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)))) (-15 -4066 ($ (-1 (-940 (-225)) (-225)) (-1088 (-225)) (-1088 (-225)) (-1088 (-225)))) (-15 -3932 ($ (-1 (-225) (-225)) (-1088 (-225)))) (-15 -3932 ($ (-1 (-225) (-225)))) (-15 -3564 ($ $ (-1088 (-225)))) (-15 -3863 ((-112) $)) (-15 -1315 ($ $ (-1088 (-225)))) (-15 -1315 ($ $ (-1088 (-225)) (-1088 (-225)))) (-15 -2264 ($ $ (-1088 (-225)))) (-15 -2264 ($ $)) (-15 -1541 ((-1088 (-225)) $)) (-15 -1552 ((-564))) (-15 -3506 ((-564) (-564))) (-15 -2047 ((-564))) (-15 -3911 ((-564) (-564))) (-15 -2932 ((-564))) (-15 -2420 ((-564) (-564))) (-15 -3716 ((-112))) (-15 -4001 ((-112) (-112))) (-15 -3374 ((-564))) (-15 -3422 ((-112) (-112)))))
+((-2355 (((-641 (-1088 (-225))) (-641 (-641 (-940 (-225))))) 34)))
+(((-925) (-10 -7 (-15 -2355 ((-641 (-1088 (-225))) (-641 (-641 (-940 (-225)))))))) (T -925))
+((-2355 (*1 *2 *3) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *2 (-641 (-1088 (-225)))) (-5 *1 (-925)))))
+(-10 -7 (-15 -2355 ((-641 (-1088 (-225))) (-641 (-641 (-940 (-225)))))))
+((-2890 ((|#2| |#2|) 28)) (-3638 ((|#2| |#2|) 29)) (-1809 ((|#2| |#2|) 27)) (-2058 ((|#2| |#2| (-1152)) 26)))
+(((-926 |#1| |#2|) (-10 -7 (-15 -2058 (|#2| |#2| (-1152))) (-15 -1809 (|#2| |#2|)) (-15 -2890 (|#2| |#2|)) (-15 -3638 (|#2| |#2|))) (-847) (-430 |#1|)) (T -926))
+((-3638 (*1 *2 *2) (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3)))) (-2890 (*1 *2 *2) (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3)))) (-1809 (*1 *2 *2) (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3)))) (-2058 (*1 *2 *2 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-847)) (-5 *1 (-926 *4 *2)) (-4 *2 (-430 *4)))))
+(-10 -7 (-15 -2058 (|#2| |#2| (-1152))) (-15 -1809 (|#2| |#2|)) (-15 -2890 (|#2| |#2|)) (-15 -3638 (|#2| |#2|)))
+((-2890 (((-316 (-564)) (-1170)) 16)) (-3638 (((-316 (-564)) (-1170)) 14)) (-1809 (((-316 (-564)) (-1170)) 12)) (-2058 (((-316 (-564)) (-1170) (-1152)) 19)))
+(((-927) (-10 -7 (-15 -2058 ((-316 (-564)) (-1170) (-1152))) (-15 -1809 ((-316 (-564)) (-1170))) (-15 -2890 ((-316 (-564)) (-1170))) (-15 -3638 ((-316 (-564)) (-1170))))) (T -927))
+((-3638 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))) (-2890 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))) (-1809 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))) (-2058 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-1152)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))))
+(-10 -7 (-15 -2058 ((-316 (-564)) (-1170) (-1152))) (-15 -1809 ((-316 (-564)) (-1170))) (-15 -2890 ((-316 (-564)) (-1170))) (-15 -3638 ((-316 (-564)) (-1170))))
+((-2131 (((-886 |#1| |#3|) |#2| (-889 |#1|) (-886 |#1| |#3|)) 25)) (-4178 (((-1 (-112) |#2|) (-1 (-112) |#3|)) 13)))
+(((-928 |#1| |#2| |#3|) (-10 -7 (-15 -4178 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -2131 ((-886 |#1| |#3|) |#2| (-889 |#1|) (-886 |#1| |#3|)))) (-1094) (-883 |#1|) (-13 (-1094) (-1035 |#2|))) (T -928))
+((-2131 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *6)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-4 *6 (-13 (-1094) (-1035 *3))) (-4 *3 (-883 *5)) (-5 *1 (-928 *5 *3 *6)))) (-4178 (*1 *2 *3) (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1094) (-1035 *5))) (-4 *5 (-883 *4)) (-4 *4 (-1094)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-928 *4 *5 *6)))))
+(-10 -7 (-15 -4178 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -2131 ((-886 |#1| |#3|) |#2| (-889 |#1|) (-886 |#1| |#3|))))
+((-2131 (((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)) 30)))
+(((-929 |#1| |#2| |#3|) (-10 -7 (-15 -2131 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)))) (-1094) (-13 (-556) (-847) (-883 |#1|)) (-13 (-430 |#2|) (-612 (-889 |#1|)) (-883 |#1|) (-1035 (-610 $)))) (T -929))
+((-2131 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094)) (-4 *3 (-13 (-430 *6) (-612 *4) (-883 *5) (-1035 (-610 $)))) (-5 *4 (-889 *5)) (-4 *6 (-13 (-556) (-847) (-883 *5))) (-5 *1 (-929 *5 *6 *3)))))
+(-10 -7 (-15 -2131 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))))
+((-2131 (((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|)) 13)))
+(((-930 |#1|) (-10 -7 (-15 -2131 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|)))) (-545)) (T -930))
+((-2131 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 (-564) *3)) (-5 *4 (-889 (-564))) (-4 *3 (-545)) (-5 *1 (-930 *3)))))
+(-10 -7 (-15 -2131 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))))
+((-2131 (((-886 |#1| |#2|) (-610 |#2|) (-889 |#1|) (-886 |#1| |#2|)) 57)))
+(((-931 |#1| |#2|) (-10 -7 (-15 -2131 ((-886 |#1| |#2|) (-610 |#2|) (-889 |#1|) (-886 |#1| |#2|)))) (-1094) (-13 (-847) (-1035 (-610 $)) (-612 (-889 |#1|)) (-883 |#1|))) (T -931))
+((-2131 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *6)) (-5 *3 (-610 *6)) (-4 *5 (-1094)) (-4 *6 (-13 (-847) (-1035 (-610 $)) (-612 *4) (-883 *5))) (-5 *4 (-889 *5)) (-5 *1 (-931 *5 *6)))))
+(-10 -7 (-15 -2131 ((-886 |#1| |#2|) (-610 |#2|) (-889 |#1|) (-886 |#1| |#2|))))
+((-2131 (((-882 |#1| |#2| |#3|) |#3| (-889 |#1|) (-882 |#1| |#2| |#3|)) 17)))
+(((-932 |#1| |#2| |#3|) (-10 -7 (-15 -2131 ((-882 |#1| |#2| |#3|) |#3| (-889 |#1|) (-882 |#1| |#2| |#3|)))) (-1094) (-883 |#1|) (-662 |#2|)) (T -932))
+((-2131 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-882 *5 *6 *3)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-4 *6 (-883 *5)) (-4 *3 (-662 *6)) (-5 *1 (-932 *5 *6 *3)))))
+(-10 -7 (-15 -2131 ((-882 |#1| |#2| |#3|) |#3| (-889 |#1|) (-882 |#1| |#2| |#3|))))
+((-2131 (((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|)) 17 (|has| |#3| (-883 |#1|))) (((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|) (-1 (-886 |#1| |#5|) |#3| (-889 |#1|) (-886 |#1| |#5|))) 16)))
+(((-933 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2131 ((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|) (-1 (-886 |#1| |#5|) |#3| (-889 |#1|) (-886 |#1| |#5|)))) (IF (|has| |#3| (-883 |#1|)) (-15 -2131 ((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|))) |%noBranch|)) (-1094) (-790) (-847) (-13 (-1046) (-847) (-883 |#1|)) (-13 (-946 |#4| |#2| |#3|) (-612 (-889 |#1|)))) (T -933))
+((-2131 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094)) (-4 *3 (-13 (-946 *8 *6 *7) (-612 *4))) (-5 *4 (-889 *5)) (-4 *7 (-883 *5)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-13 (-1046) (-847) (-883 *5))) (-5 *1 (-933 *5 *6 *7 *8 *3)))) (-2131 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-886 *6 *3) *8 (-889 *6) (-886 *6 *3))) (-4 *8 (-847)) (-5 *2 (-886 *6 *3)) (-5 *4 (-889 *6)) (-4 *6 (-1094)) (-4 *3 (-13 (-946 *9 *7 *8) (-612 *4))) (-4 *7 (-790)) (-4 *9 (-13 (-1046) (-847) (-883 *6))) (-5 *1 (-933 *6 *7 *8 *9 *3)))))
+(-10 -7 (-15 -2131 ((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|) (-1 (-886 |#1| |#5|) |#3| (-889 |#1|) (-886 |#1| |#5|)))) (IF (|has| |#3| (-883 |#1|)) (-15 -2131 ((-886 |#1| |#5|) |#5| (-889 |#1|) (-886 |#1| |#5|))) |%noBranch|))
+((-3724 ((|#2| |#2| (-641 (-1 (-112) |#3|))) 12) ((|#2| |#2| (-1 (-112) |#3|)) 13)))
+(((-934 |#1| |#2| |#3|) (-10 -7 (-15 -3724 (|#2| |#2| (-1 (-112) |#3|))) (-15 -3724 (|#2| |#2| (-641 (-1 (-112) |#3|))))) (-847) (-430 |#1|) (-1209)) (T -934))
+((-3724 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-1 (-112) *5))) (-4 *5 (-1209)) (-4 *4 (-847)) (-5 *1 (-934 *4 *2 *5)) (-4 *2 (-430 *4)))) (-3724 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1209)) (-4 *4 (-847)) (-5 *1 (-934 *4 *2 *5)) (-4 *2 (-430 *4)))))
+(-10 -7 (-15 -3724 (|#2| |#2| (-1 (-112) |#3|))) (-15 -3724 (|#2| |#2| (-641 (-1 (-112) |#3|)))))
+((-3724 (((-316 (-564)) (-1170) (-641 (-1 (-112) |#1|))) 18) (((-316 (-564)) (-1170) (-1 (-112) |#1|)) 15)))
+(((-935 |#1|) (-10 -7 (-15 -3724 ((-316 (-564)) (-1170) (-1 (-112) |#1|))) (-15 -3724 ((-316 (-564)) (-1170) (-641 (-1 (-112) |#1|))))) (-1209)) (T -935))
+((-3724 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-641 (-1 (-112) *5))) (-4 *5 (-1209)) (-5 *2 (-316 (-564))) (-5 *1 (-935 *5)))) (-3724 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1209)) (-5 *2 (-316 (-564))) (-5 *1 (-935 *5)))))
+(-10 -7 (-15 -3724 ((-316 (-564)) (-1170) (-1 (-112) |#1|))) (-15 -3724 ((-316 (-564)) (-1170) (-641 (-1 (-112) |#1|)))))
+((-2131 (((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)) 25)))
+(((-936 |#1| |#2| |#3|) (-10 -7 (-15 -2131 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)))) (-1094) (-13 (-556) (-883 |#1|) (-612 (-889 |#1|))) (-989 |#2|)) (T -936))
+((-2131 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094)) (-4 *3 (-989 *6)) (-4 *6 (-13 (-556) (-883 *5) (-612 *4))) (-5 *4 (-889 *5)) (-5 *1 (-936 *5 *6 *3)))))
+(-10 -7 (-15 -2131 ((-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))))
+((-2131 (((-886 |#1| (-1170)) (-1170) (-889 |#1|) (-886 |#1| (-1170))) 18)))
+(((-937 |#1|) (-10 -7 (-15 -2131 ((-886 |#1| (-1170)) (-1170) (-889 |#1|) (-886 |#1| (-1170))))) (-1094)) (T -937))
+((-2131 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-886 *5 (-1170))) (-5 *3 (-1170)) (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-5 *1 (-937 *5)))))
+(-10 -7 (-15 -2131 ((-886 |#1| (-1170)) (-1170) (-889 |#1|) (-886 |#1| (-1170)))))
+((-2594 (((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))) 34)) (-2131 (((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-1 |#3| (-641 |#3|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))) 33)))
+(((-938 |#1| |#2| |#3|) (-10 -7 (-15 -2131 ((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-1 |#3| (-641 |#3|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)))) (-15 -2594 ((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|))))) (-1094) (-13 (-1046) (-847)) (-13 (-1046) (-612 (-889 |#1|)) (-1035 |#2|))) (T -938))
+((-2594 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 (-889 *6))) (-5 *5 (-1 (-886 *6 *8) *8 (-889 *6) (-886 *6 *8))) (-4 *6 (-1094)) (-4 *8 (-13 (-1046) (-612 (-889 *6)) (-1035 *7))) (-5 *2 (-886 *6 *8)) (-4 *7 (-13 (-1046) (-847))) (-5 *1 (-938 *6 *7 *8)))) (-2131 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-641 (-889 *7))) (-5 *5 (-1 *9 (-641 *9))) (-5 *6 (-1 (-886 *7 *9) *9 (-889 *7) (-886 *7 *9))) (-4 *7 (-1094)) (-4 *9 (-13 (-1046) (-612 (-889 *7)) (-1035 *8))) (-5 *2 (-886 *7 *9)) (-5 *3 (-641 *9)) (-4 *8 (-13 (-1046) (-847))) (-5 *1 (-938 *7 *8 *9)))))
+(-10 -7 (-15 -2131 ((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-1 |#3| (-641 |#3|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)))) (-15 -2594 ((-886 |#1| |#3|) (-641 |#3|) (-641 (-889 |#1|)) (-886 |#1| |#3|) (-1 (-886 |#1| |#3|) |#3| (-889 |#1|) (-886 |#1| |#3|)))))
+((-3729 (((-1166 (-407 (-564))) (-564)) 80)) (-4182 (((-1166 (-564)) (-564)) 83)) (-2306 (((-1166 (-564)) (-564)) 77)) (-1975 (((-564) (-1166 (-564))) 73)) (-2452 (((-1166 (-407 (-564))) (-564)) 64)) (-4235 (((-1166 (-564)) (-564)) 48)) (-4062 (((-1166 (-564)) (-564)) 85)) (-1396 (((-1166 (-564)) (-564)) 84)) (-1393 (((-1166 (-407 (-564))) (-564)) 66)))
+(((-939) (-10 -7 (-15 -1393 ((-1166 (-407 (-564))) (-564))) (-15 -1396 ((-1166 (-564)) (-564))) (-15 -4062 ((-1166 (-564)) (-564))) (-15 -4235 ((-1166 (-564)) (-564))) (-15 -2452 ((-1166 (-407 (-564))) (-564))) (-15 -1975 ((-564) (-1166 (-564)))) (-15 -2306 ((-1166 (-564)) (-564))) (-15 -4182 ((-1166 (-564)) (-564))) (-15 -3729 ((-1166 (-407 (-564))) (-564))))) (T -939))
+((-3729 (*1 *2 *3) (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))) (-4182 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))) (-2306 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))) (-1975 (*1 *2 *3) (-12 (-5 *3 (-1166 (-564))) (-5 *2 (-564)) (-5 *1 (-939)))) (-2452 (*1 *2 *3) (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))) (-4235 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))) (-4062 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))) (-1396 (*1 *2 *3) (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))) (-1393 (*1 *2 *3) (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))))
+(-10 -7 (-15 -1393 ((-1166 (-407 (-564))) (-564))) (-15 -1396 ((-1166 (-564)) (-564))) (-15 -4062 ((-1166 (-564)) (-564))) (-15 -4235 ((-1166 (-564)) (-564))) (-15 -2452 ((-1166 (-407 (-564))) (-564))) (-15 -1975 ((-564) (-1166 (-564)))) (-15 -2306 ((-1166 (-564)) (-564))) (-15 -4182 ((-1166 (-564)) (-564))) (-15 -3729 ((-1166 (-407 (-564))) (-564))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1463 (($ (-768)) NIL (|has| |#1| (-23)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) NIL)) (-3360 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1850 (($ (-641 |#1|)) 9)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3167 (((-685 |#1|) $ $) NIL (|has| |#1| (-1046)))) (-3654 (($ (-768) |#1|) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2117 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-1713 (((-112) $ (-768)) NIL)) (-1502 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3303 ((|#1| $) NIL (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) NIL (|has| $ (-6 -4407)))) (-3951 (($ $ (-641 |#1|)) 25)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) 18) (($ $ (-1226 (-564))) NIL)) (-3032 ((|#1| $ $) NIL (|has| |#1| (-1046)))) (-3548 (((-918) $) 13)) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-4231 (($ $ $) 23)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536)))) (($ (-641 |#1|)) 14)) (-1842 (($ (-641 |#1|)) NIL)) (-3043 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) 24) (($ (-641 $)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1808 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-1797 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-564) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-723))) (($ $ |#1|) NIL (|has| |#1| (-723)))) (-2828 (((-768) $) 11 (|has| $ (-6 -4406)))))
(((-940 |#1|) (-977 |#1|) (-1046)) (T -940))
NIL
(-977 |#1|)
-((-3528 (((-481 |#1| |#2|) (-949 |#2|)) 22)) (-2247 (((-247 |#1| |#2|) (-949 |#2|)) 35)) (-1867 (((-949 |#2|) (-481 |#1| |#2|)) 27)) (-4192 (((-247 |#1| |#2|) (-481 |#1| |#2|)) 57)) (-2477 (((-949 |#2|) (-247 |#1| |#2|)) 32)) (-2473 (((-481 |#1| |#2|) (-247 |#1| |#2|)) 48)))
-(((-941 |#1| |#2|) (-10 -7 (-15 -2473 ((-481 |#1| |#2|) (-247 |#1| |#2|))) (-15 -4192 ((-247 |#1| |#2|) (-481 |#1| |#2|))) (-15 -3528 ((-481 |#1| |#2|) (-949 |#2|))) (-15 -1867 ((-949 |#2|) (-481 |#1| |#2|))) (-15 -2477 ((-949 |#2|) (-247 |#1| |#2|))) (-15 -2247 ((-247 |#1| |#2|) (-949 |#2|)))) (-641 (-1170)) (-1046)) (T -941))
-((-2247 (*1 *2 *3) (-12 (-5 *3 (-949 *5)) (-4 *5 (-1046)) (-5 *2 (-247 *4 *5)) (-5 *1 (-941 *4 *5)) (-14 *4 (-641 (-1170))))) (-2477 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046)) (-5 *2 (-949 *5)) (-5 *1 (-941 *4 *5)))) (-1867 (*1 *2 *3) (-12 (-5 *3 (-481 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046)) (-5 *2 (-949 *5)) (-5 *1 (-941 *4 *5)))) (-3528 (*1 *2 *3) (-12 (-5 *3 (-949 *5)) (-4 *5 (-1046)) (-5 *2 (-481 *4 *5)) (-5 *1 (-941 *4 *5)) (-14 *4 (-641 (-1170))))) (-4192 (*1 *2 *3) (-12 (-5 *3 (-481 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046)) (-5 *2 (-247 *4 *5)) (-5 *1 (-941 *4 *5)))) (-2473 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046)) (-5 *2 (-481 *4 *5)) (-5 *1 (-941 *4 *5)))))
-(-10 -7 (-15 -2473 ((-481 |#1| |#2|) (-247 |#1| |#2|))) (-15 -4192 ((-247 |#1| |#2|) (-481 |#1| |#2|))) (-15 -3528 ((-481 |#1| |#2|) (-949 |#2|))) (-15 -1867 ((-949 |#2|) (-481 |#1| |#2|))) (-15 -2477 ((-949 |#2|) (-247 |#1| |#2|))) (-15 -2247 ((-247 |#1| |#2|) (-949 |#2|))))
-((-2960 (((-641 |#2|) |#2| |#2|) 10)) (-4157 (((-768) (-641 |#1|)) 49 (|has| |#1| (-845)))) (-3870 (((-641 |#2|) |#2|) 11)) (-4391 (((-768) (-641 |#1|) (-564) (-564)) 53 (|has| |#1| (-845)))) (-4096 ((|#1| |#2|) 40 (|has| |#1| (-845)))))
-(((-942 |#1| |#2|) (-10 -7 (-15 -2960 ((-641 |#2|) |#2| |#2|)) (-15 -3870 ((-641 |#2|) |#2|)) (IF (|has| |#1| (-845)) (PROGN (-15 -4096 (|#1| |#2|)) (-15 -4157 ((-768) (-641 |#1|))) (-15 -4391 ((-768) (-641 |#1|) (-564) (-564)))) |%noBranch|)) (-363) (-1235 |#1|)) (T -942))
-((-4391 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-564)) (-4 *5 (-845)) (-4 *5 (-363)) (-5 *2 (-768)) (-5 *1 (-942 *5 *6)) (-4 *6 (-1235 *5)))) (-4157 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-845)) (-4 *4 (-363)) (-5 *2 (-768)) (-5 *1 (-942 *4 *5)) (-4 *5 (-1235 *4)))) (-4096 (*1 *2 *3) (-12 (-4 *2 (-363)) (-4 *2 (-845)) (-5 *1 (-942 *2 *3)) (-4 *3 (-1235 *2)))) (-3870 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-942 *4 *3)) (-4 *3 (-1235 *4)))) (-2960 (*1 *2 *3 *3) (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-942 *4 *3)) (-4 *3 (-1235 *4)))))
-(-10 -7 (-15 -2960 ((-641 |#2|) |#2| |#2|)) (-15 -3870 ((-641 |#2|) |#2|)) (IF (|has| |#1| (-845)) (PROGN (-15 -4096 (|#1| |#2|)) (-15 -4157 ((-768) (-641 |#1|))) (-15 -4391 ((-768) (-641 |#1|) (-564) (-564)))) |%noBranch|))
-((-2110 (((-949 |#2|) (-1 |#2| |#1|) (-949 |#1|)) 19)))
-(((-943 |#1| |#2|) (-10 -7 (-15 -2110 ((-949 |#2|) (-1 |#2| |#1|) (-949 |#1|)))) (-1046) (-1046)) (T -943))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-949 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-5 *2 (-949 *6)) (-5 *1 (-943 *5 *6)))))
-(-10 -7 (-15 -2110 ((-949 |#2|) (-1 |#2| |#1|) (-949 |#1|))))
-((-3992 (((-1232 |#1| (-949 |#2|)) (-949 |#2|) (-1255 |#1|)) 18)))
-(((-944 |#1| |#2|) (-10 -7 (-15 -3992 ((-1232 |#1| (-949 |#2|)) (-949 |#2|) (-1255 |#1|)))) (-1170) (-1046)) (T -944))
-((-3992 (*1 *2 *3 *4) (-12 (-5 *4 (-1255 *5)) (-14 *5 (-1170)) (-4 *6 (-1046)) (-5 *2 (-1232 *5 (-949 *6))) (-5 *1 (-944 *5 *6)) (-5 *3 (-949 *6)))))
-(-10 -7 (-15 -3992 ((-1232 |#1| (-949 |#2|)) (-949 |#2|) (-1255 |#1|))))
-((-4277 (((-768) $) 88) (((-768) $ (-641 |#4|)) 93)) (-2275 (($ $) 204)) (-1798 (((-418 $) $) 196)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 140)) (-2035 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 |#4| "failed") $) 74)) (-3437 ((|#2| $) NIL) (((-407 (-564)) $) NIL) (((-564) $) NIL) ((|#4| $) 73)) (-3378 (($ $ $ |#4|) 95)) (-3762 (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 130) (((-685 |#2|) (-685 $)) 120)) (-3912 (($ $) 211) (($ $ |#4|) 214)) (-4305 (((-641 $) $) 77)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 230) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 223)) (-3863 (((-641 $) $) 34)) (-4132 (($ |#2| |#3|) NIL) (($ $ |#4| (-768)) NIL) (($ $ (-641 |#4|) (-641 (-768))) 71)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ |#4|) 193)) (-4215 (((-3 (-641 $) "failed") $) 52)) (-3366 (((-3 (-641 $) "failed") $) 39)) (-3763 (((-3 (-2 (|:| |var| |#4|) (|:| -2954 (-768))) "failed") $) 57)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 133)) (-4004 (((-418 (-1166 $)) (-1166 $)) 146)) (-3947 (((-418 (-1166 $)) (-1166 $)) 144)) (-4020 (((-418 $) $) 164)) (-3227 (($ $ (-641 (-294 $))) 24) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-641 |#4|) (-641 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-641 |#4|) (-641 $)) NIL)) (-3928 (($ $ |#4|) 97)) (-2153 (((-889 (-379)) $) 244) (((-889 (-564)) $) 237) (((-536) $) 252)) (-2211 ((|#2| $) NIL) (($ $ |#4|) 206)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 183)) (-1346 ((|#2| $ |#3|) NIL) (($ $ |#4| (-768)) 62) (($ $ (-641 |#4|) (-641 (-768))) 69)) (-2684 (((-3 $ "failed") $) 185)) (-2880 (((-112) $ $) 217)))
-(((-945 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4336 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -1798 ((-418 |#1|) |#1|)) (-15 -2275 (|#1| |#1|)) (-15 -2684 ((-3 |#1| "failed") |#1|)) (-15 -2880 ((-112) |#1| |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -3327 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -3327 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -3947 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -4004 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -3991 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -2700 ((-3 (-1259 |#1|) "failed") (-685 |#1|))) (-15 -3912 (|#1| |#1| |#4|)) (-15 -2211 (|#1| |#1| |#4|)) (-15 -3928 (|#1| |#1| |#4|)) (-15 -3378 (|#1| |#1| |#1| |#4|)) (-15 -4305 ((-641 |#1|) |#1|)) (-15 -4277 ((-768) |#1| (-641 |#4|))) (-15 -4277 ((-768) |#1|)) (-15 -3763 ((-3 (-2 (|:| |var| |#4|) (|:| -2954 (-768))) "failed") |#1|)) (-15 -4215 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -3366 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -4132 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -4132 (|#1| |#1| |#4| (-768))) (-15 -1611 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1| |#4|)) (-15 -3863 ((-641 |#1|) |#1|)) (-15 -1346 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -1346 (|#1| |#1| |#4| (-768))) (-15 -3762 ((-685 |#2|) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -2035 ((-3 |#4| "failed") |#1|)) (-15 -3437 (|#4| |#1|)) (-15 -3227 (|#1| |#1| (-641 |#4|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#4| |#1|)) (-15 -3227 (|#1| |#1| (-641 |#4|) (-641 |#2|))) (-15 -3227 (|#1| |#1| |#4| |#2|)) (-15 -3227 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#1| |#1|)) (-15 -3227 (|#1| |#1| (-294 |#1|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -4132 (|#1| |#2| |#3|)) (-15 -1346 (|#2| |#1| |#3|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -2211 (|#2| |#1|)) (-15 -3912 (|#1| |#1|))) (-946 |#2| |#3| |#4|) (-1046) (-790) (-847)) (T -945))
-NIL
-(-10 -8 (-15 -4336 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -1798 ((-418 |#1|) |#1|)) (-15 -2275 (|#1| |#1|)) (-15 -2684 ((-3 |#1| "failed") |#1|)) (-15 -2880 ((-112) |#1| |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -3327 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -3327 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -3947 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -4004 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -3991 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -2700 ((-3 (-1259 |#1|) "failed") (-685 |#1|))) (-15 -3912 (|#1| |#1| |#4|)) (-15 -2211 (|#1| |#1| |#4|)) (-15 -3928 (|#1| |#1| |#4|)) (-15 -3378 (|#1| |#1| |#1| |#4|)) (-15 -4305 ((-641 |#1|) |#1|)) (-15 -4277 ((-768) |#1| (-641 |#4|))) (-15 -4277 ((-768) |#1|)) (-15 -3763 ((-3 (-2 (|:| |var| |#4|) (|:| -2954 (-768))) "failed") |#1|)) (-15 -4215 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -3366 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -4132 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -4132 (|#1| |#1| |#4| (-768))) (-15 -1611 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1| |#4|)) (-15 -3863 ((-641 |#1|) |#1|)) (-15 -1346 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -1346 (|#1| |#1| |#4| (-768))) (-15 -3762 ((-685 |#2|) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -2035 ((-3 |#4| "failed") |#1|)) (-15 -3437 (|#4| |#1|)) (-15 -3227 (|#1| |#1| (-641 |#4|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#4| |#1|)) (-15 -3227 (|#1| |#1| (-641 |#4|) (-641 |#2|))) (-15 -3227 (|#1| |#1| |#4| |#2|)) (-15 -3227 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#1| |#1|)) (-15 -3227 (|#1| |#1| (-294 |#1|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -4132 (|#1| |#2| |#3|)) (-15 -1346 (|#2| |#1| |#3|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -2211 (|#2| |#1|)) (-15 -3912 (|#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4153 (((-641 |#3|) $) 110)) (-3992 (((-1166 $) $ |#3|) 125) (((-1166 |#1|) $) 124)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 87 (|has| |#1| (-556)))) (-4010 (($ $) 88 (|has| |#1| (-556)))) (-2662 (((-112) $) 90 (|has| |#1| (-556)))) (-4277 (((-768) $) 112) (((-768) $ (-641 |#3|)) 111)) (-2071 (((-3 $ "failed") $ $) 19)) (-4284 (((-418 (-1166 $)) (-1166 $)) 100 (|has| |#1| (-906)))) (-2275 (($ $) 98 (|has| |#1| (-452)))) (-1798 (((-418 $) $) 97 (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 103 (|has| |#1| (-906)))) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#1| "failed") $) 164) (((-3 (-407 (-564)) "failed") $) 161 (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) 159 (|has| |#1| (-1035 (-564)))) (((-3 |#3| "failed") $) 136)) (-3437 ((|#1| $) 163) (((-407 (-564)) $) 162 (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) 160 (|has| |#1| (-1035 (-564)))) ((|#3| $) 137)) (-3378 (($ $ $ |#3|) 108 (|has| |#1| (-172)))) (-4316 (($ $) 154)) (-3762 (((-685 (-564)) (-685 $)) 134 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 133 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 132) (((-685 |#1|) (-685 $)) 131)) (-3233 (((-3 $ "failed") $) 33)) (-3912 (($ $) 176 (|has| |#1| (-452))) (($ $ |#3|) 105 (|has| |#1| (-452)))) (-4305 (((-641 $) $) 109)) (-2941 (((-112) $) 96 (|has| |#1| (-906)))) (-1587 (($ $ |#1| |#2| $) 172)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 84 (-12 (|has| |#3| (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 83 (-12 (|has| |#3| (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-3282 (((-112) $) 31)) (-4083 (((-768) $) 169)) (-4143 (($ (-1166 |#1|) |#3|) 117) (($ (-1166 $) |#3|) 116)) (-3863 (((-641 $) $) 126)) (-1924 (((-112) $) 152)) (-4132 (($ |#1| |#2|) 153) (($ $ |#3| (-768)) 119) (($ $ (-641 |#3|) (-641 (-768))) 118)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ |#3|) 120)) (-1696 ((|#2| $) 170) (((-768) $ |#3|) 122) (((-641 (-768)) $ (-641 |#3|)) 121)) (-2766 (($ $ $) 79 (|has| |#1| (-847)))) (-1650 (($ $ $) 78 (|has| |#1| (-847)))) (-2286 (($ (-1 |#2| |#2|) $) 171)) (-2110 (($ (-1 |#1| |#1|) $) 151)) (-4264 (((-3 |#3| "failed") $) 123)) (-4280 (($ $) 149)) (-4292 ((|#1| $) 148)) (-3340 (($ (-641 $)) 94 (|has| |#1| (-452))) (($ $ $) 93 (|has| |#1| (-452)))) (-2811 (((-1152) $) 9)) (-4215 (((-3 (-641 $) "failed") $) 114)) (-3366 (((-3 (-641 $) "failed") $) 115)) (-3763 (((-3 (-2 (|:| |var| |#3|) (|:| -2954 (-768))) "failed") $) 113)) (-4382 (((-1114) $) 10)) (-4258 (((-112) $) 166)) (-4269 ((|#1| $) 167)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 95 (|has| |#1| (-452)))) (-3377 (($ (-641 $)) 92 (|has| |#1| (-452))) (($ $ $) 91 (|has| |#1| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) 102 (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) 101 (|has| |#1| (-906)))) (-4020 (((-418 $) $) 99 (|has| |#1| (-906)))) (-2628 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-556)))) (-3227 (($ $ (-641 (-294 $))) 145) (($ $ (-294 $)) 144) (($ $ $ $) 143) (($ $ (-641 $) (-641 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-641 |#3|) (-641 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-641 |#3|) (-641 $)) 138)) (-3928 (($ $ |#3|) 107 (|has| |#1| (-172)))) (-1795 (($ $ |#3|) 42) (($ $ (-641 |#3|)) 41) (($ $ |#3| (-768)) 40) (($ $ (-641 |#3|) (-641 (-768))) 39)) (-4341 ((|#2| $) 150) (((-768) $ |#3|) 130) (((-641 (-768)) $ (-641 |#3|)) 129)) (-2153 (((-889 (-379)) $) 82 (-12 (|has| |#3| (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) 81 (-12 (|has| |#3| (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) 80 (-12 (|has| |#3| (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-2211 ((|#1| $) 175 (|has| |#1| (-452))) (($ $ |#3|) 106 (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 104 (-2832 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 165) (($ |#3|) 135) (($ $) 85 (|has| |#1| (-556))) (($ (-407 (-564))) 72 (-2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))))) (-2415 (((-641 |#1|) $) 168)) (-1346 ((|#1| $ |#2|) 155) (($ $ |#3| (-768)) 128) (($ $ (-641 |#3|) (-641 (-768))) 127)) (-2684 (((-3 $ "failed") $) 73 (-2713 (-2832 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) 28 T CONST)) (-3305 (($ $ $ (-768)) 173 (|has| |#1| (-172)))) (-1720 (((-112) $ $) 89 (|has| |#1| (-556)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ |#3|) 38) (($ $ (-641 |#3|)) 37) (($ $ |#3| (-768)) 36) (($ $ (-641 |#3|) (-641 (-768))) 35)) (-2920 (((-112) $ $) 76 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 75 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 77 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 74 (|has| |#1| (-847)))) (-2983 (($ $ |#1|) 156 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 158 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 157 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
+((-3545 (((-481 |#1| |#2|) (-949 |#2|)) 22)) (-2132 (((-247 |#1| |#2|) (-949 |#2|)) 35)) (-2758 (((-949 |#2|) (-481 |#1| |#2|)) 27)) (-2750 (((-247 |#1| |#2|) (-481 |#1| |#2|)) 57)) (-2626 (((-949 |#2|) (-247 |#1| |#2|)) 32)) (-3813 (((-481 |#1| |#2|) (-247 |#1| |#2|)) 48)))
+(((-941 |#1| |#2|) (-10 -7 (-15 -3813 ((-481 |#1| |#2|) (-247 |#1| |#2|))) (-15 -2750 ((-247 |#1| |#2|) (-481 |#1| |#2|))) (-15 -3545 ((-481 |#1| |#2|) (-949 |#2|))) (-15 -2758 ((-949 |#2|) (-481 |#1| |#2|))) (-15 -2626 ((-949 |#2|) (-247 |#1| |#2|))) (-15 -2132 ((-247 |#1| |#2|) (-949 |#2|)))) (-641 (-1170)) (-1046)) (T -941))
+((-2132 (*1 *2 *3) (-12 (-5 *3 (-949 *5)) (-4 *5 (-1046)) (-5 *2 (-247 *4 *5)) (-5 *1 (-941 *4 *5)) (-14 *4 (-641 (-1170))))) (-2626 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046)) (-5 *2 (-949 *5)) (-5 *1 (-941 *4 *5)))) (-2758 (*1 *2 *3) (-12 (-5 *3 (-481 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046)) (-5 *2 (-949 *5)) (-5 *1 (-941 *4 *5)))) (-3545 (*1 *2 *3) (-12 (-5 *3 (-949 *5)) (-4 *5 (-1046)) (-5 *2 (-481 *4 *5)) (-5 *1 (-941 *4 *5)) (-14 *4 (-641 (-1170))))) (-2750 (*1 *2 *3) (-12 (-5 *3 (-481 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046)) (-5 *2 (-247 *4 *5)) (-5 *1 (-941 *4 *5)))) (-3813 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046)) (-5 *2 (-481 *4 *5)) (-5 *1 (-941 *4 *5)))))
+(-10 -7 (-15 -3813 ((-481 |#1| |#2|) (-247 |#1| |#2|))) (-15 -2750 ((-247 |#1| |#2|) (-481 |#1| |#2|))) (-15 -3545 ((-481 |#1| |#2|) (-949 |#2|))) (-15 -2758 ((-949 |#2|) (-481 |#1| |#2|))) (-15 -2626 ((-949 |#2|) (-247 |#1| |#2|))) (-15 -2132 ((-247 |#1| |#2|) (-949 |#2|))))
+((-1614 (((-641 |#2|) |#2| |#2|) 10)) (-3621 (((-768) (-641 |#1|)) 49 (|has| |#1| (-845)))) (-3867 (((-641 |#2|) |#2|) 11)) (-4020 (((-768) (-641 |#1|) (-564) (-564)) 53 (|has| |#1| (-845)))) (-4229 ((|#1| |#2|) 40 (|has| |#1| (-845)))))
+(((-942 |#1| |#2|) (-10 -7 (-15 -1614 ((-641 |#2|) |#2| |#2|)) (-15 -3867 ((-641 |#2|) |#2|)) (IF (|has| |#1| (-845)) (PROGN (-15 -4229 (|#1| |#2|)) (-15 -3621 ((-768) (-641 |#1|))) (-15 -4020 ((-768) (-641 |#1|) (-564) (-564)))) |%noBranch|)) (-363) (-1235 |#1|)) (T -942))
+((-4020 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-564)) (-4 *5 (-845)) (-4 *5 (-363)) (-5 *2 (-768)) (-5 *1 (-942 *5 *6)) (-4 *6 (-1235 *5)))) (-3621 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-845)) (-4 *4 (-363)) (-5 *2 (-768)) (-5 *1 (-942 *4 *5)) (-4 *5 (-1235 *4)))) (-4229 (*1 *2 *3) (-12 (-4 *2 (-363)) (-4 *2 (-845)) (-5 *1 (-942 *2 *3)) (-4 *3 (-1235 *2)))) (-3867 (*1 *2 *3) (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-942 *4 *3)) (-4 *3 (-1235 *4)))) (-1614 (*1 *2 *3 *3) (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-942 *4 *3)) (-4 *3 (-1235 *4)))))
+(-10 -7 (-15 -1614 ((-641 |#2|) |#2| |#2|)) (-15 -3867 ((-641 |#2|) |#2|)) (IF (|has| |#1| (-845)) (PROGN (-15 -4229 (|#1| |#2|)) (-15 -3621 ((-768) (-641 |#1|))) (-15 -4020 ((-768) (-641 |#1|) (-564) (-564)))) |%noBranch|))
+((-2449 (((-949 |#2|) (-1 |#2| |#1|) (-949 |#1|)) 19)))
+(((-943 |#1| |#2|) (-10 -7 (-15 -2449 ((-949 |#2|) (-1 |#2| |#1|) (-949 |#1|)))) (-1046) (-1046)) (T -943))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-949 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-5 *2 (-949 *6)) (-5 *1 (-943 *5 *6)))))
+(-10 -7 (-15 -2449 ((-949 |#2|) (-1 |#2| |#1|) (-949 |#1|))))
+((-3040 (((-1232 |#1| (-949 |#2|)) (-949 |#2|) (-1255 |#1|)) 18)))
+(((-944 |#1| |#2|) (-10 -7 (-15 -3040 ((-1232 |#1| (-949 |#2|)) (-949 |#2|) (-1255 |#1|)))) (-1170) (-1046)) (T -944))
+((-3040 (*1 *2 *3 *4) (-12 (-5 *4 (-1255 *5)) (-14 *5 (-1170)) (-4 *6 (-1046)) (-5 *2 (-1232 *5 (-949 *6))) (-5 *1 (-944 *5 *6)) (-5 *3 (-949 *6)))))
+(-10 -7 (-15 -3040 ((-1232 |#1| (-949 |#2|)) (-949 |#2|) (-1255 |#1|))))
+((-2291 (((-768) $) 88) (((-768) $ (-641 |#4|)) 93)) (-2427 (($ $) 204)) (-3399 (((-418 $) $) 196)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 140)) (-2347 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 |#4| "failed") $) 74)) (-2237 ((|#2| $) NIL) (((-407 (-564)) $) NIL) (((-564) $) NIL) ((|#4| $) 73)) (-1357 (($ $ $ |#4|) 95)) (-4050 (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 130) (((-685 |#2|) (-685 $)) 120)) (-3031 (($ $) 211) (($ $ |#4|) 214)) (-3383 (((-641 $) $) 77)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 230) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 223)) (-3802 (((-641 $) $) 34)) (-3186 (($ |#2| |#3|) NIL) (($ $ |#4| (-768)) NIL) (($ $ (-641 |#4|) (-641 (-768))) 71)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ |#4|) 193)) (-2955 (((-3 (-641 $) "failed") $) 52)) (-2512 (((-3 (-641 $) "failed") $) 39)) (-4059 (((-3 (-2 (|:| |var| |#4|) (|:| -1558 (-768))) "failed") $) 57)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 133)) (-1469 (((-418 (-1166 $)) (-1166 $)) 146)) (-2165 (((-418 (-1166 $)) (-1166 $)) 144)) (-3070 (((-418 $) $) 164)) (-2633 (($ $ (-641 (-294 $))) 24) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-641 |#4|) (-641 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-641 |#4|) (-641 $)) NIL)) (-3190 (($ $ |#4|) 97)) (-2511 (((-889 (-379)) $) 244) (((-889 (-564)) $) 237) (((-536) $) 252)) (-3008 ((|#2| $) NIL) (($ $ |#4|) 206)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 183)) (-2742 ((|#2| $ |#3|) NIL) (($ $ |#4| (-768)) 62) (($ $ (-641 |#4|) (-641 (-768))) 69)) (-4018 (((-3 $ "failed") $) 185)) (-1723 (((-112) $ $) 217)))
+(((-945 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1574 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -3399 ((-418 |#1|) |#1|)) (-15 -2427 (|#1| |#1|)) (-15 -4018 ((-3 |#1| "failed") |#1|)) (-15 -1723 ((-112) |#1| |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -2131 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2131 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -2165 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -1469 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -2601 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -4160 ((-3 (-1259 |#1|) "failed") (-685 |#1|))) (-15 -3031 (|#1| |#1| |#4|)) (-15 -3008 (|#1| |#1| |#4|)) (-15 -3190 (|#1| |#1| |#4|)) (-15 -1357 (|#1| |#1| |#1| |#4|)) (-15 -3383 ((-641 |#1|) |#1|)) (-15 -2291 ((-768) |#1| (-641 |#4|))) (-15 -2291 ((-768) |#1|)) (-15 -4059 ((-3 (-2 (|:| |var| |#4|) (|:| -1558 (-768))) "failed") |#1|)) (-15 -2955 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -2512 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -3186 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -3186 (|#1| |#1| |#4| (-768))) (-15 -2282 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1| |#4|)) (-15 -3802 ((-641 |#1|) |#1|)) (-15 -2742 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -2742 (|#1| |#1| |#4| (-768))) (-15 -4050 ((-685 |#2|) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -2347 ((-3 |#4| "failed") |#1|)) (-15 -2237 (|#4| |#1|)) (-15 -2633 (|#1| |#1| (-641 |#4|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#4| |#1|)) (-15 -2633 (|#1| |#1| (-641 |#4|) (-641 |#2|))) (-15 -2633 (|#1| |#1| |#4| |#2|)) (-15 -2633 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#1| |#1|)) (-15 -2633 (|#1| |#1| (-294 |#1|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -3186 (|#1| |#2| |#3|)) (-15 -2742 (|#2| |#1| |#3|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -3008 (|#2| |#1|)) (-15 -3031 (|#1| |#1|))) (-946 |#2| |#3| |#4|) (-1046) (-790) (-847)) (T -945))
+NIL
+(-10 -8 (-15 -1574 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -3399 ((-418 |#1|) |#1|)) (-15 -2427 (|#1| |#1|)) (-15 -4018 ((-3 |#1| "failed") |#1|)) (-15 -1723 ((-112) |#1| |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -2131 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2131 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -2165 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -1469 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -2601 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -4160 ((-3 (-1259 |#1|) "failed") (-685 |#1|))) (-15 -3031 (|#1| |#1| |#4|)) (-15 -3008 (|#1| |#1| |#4|)) (-15 -3190 (|#1| |#1| |#4|)) (-15 -1357 (|#1| |#1| |#1| |#4|)) (-15 -3383 ((-641 |#1|) |#1|)) (-15 -2291 ((-768) |#1| (-641 |#4|))) (-15 -2291 ((-768) |#1|)) (-15 -4059 ((-3 (-2 (|:| |var| |#4|) (|:| -1558 (-768))) "failed") |#1|)) (-15 -2955 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -2512 ((-3 (-641 |#1|) "failed") |#1|)) (-15 -3186 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -3186 (|#1| |#1| |#4| (-768))) (-15 -2282 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1| |#4|)) (-15 -3802 ((-641 |#1|) |#1|)) (-15 -2742 (|#1| |#1| (-641 |#4|) (-641 (-768)))) (-15 -2742 (|#1| |#1| |#4| (-768))) (-15 -4050 ((-685 |#2|) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -2347 ((-3 |#4| "failed") |#1|)) (-15 -2237 (|#4| |#1|)) (-15 -2633 (|#1| |#1| (-641 |#4|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#4| |#1|)) (-15 -2633 (|#1| |#1| (-641 |#4|) (-641 |#2|))) (-15 -2633 (|#1| |#1| |#4| |#2|)) (-15 -2633 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#1| |#1|)) (-15 -2633 (|#1| |#1| (-294 |#1|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -3186 (|#1| |#2| |#3|)) (-15 -2742 (|#2| |#1| |#3|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -3008 (|#2| |#1|)) (-15 -3031 (|#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3209 (((-641 |#3|) $) 110)) (-3040 (((-1166 $) $ |#3|) 125) (((-1166 |#1|) $) 124)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 87 (|has| |#1| (-556)))) (-1537 (($ $) 88 (|has| |#1| (-556)))) (-1932 (((-112) $) 90 (|has| |#1| (-556)))) (-2291 (((-768) $) 112) (((-768) $ (-641 |#3|)) 111)) (-4088 (((-3 $ "failed") $ $) 19)) (-2345 (((-418 (-1166 $)) (-1166 $)) 100 (|has| |#1| (-906)))) (-2427 (($ $) 98 (|has| |#1| (-452)))) (-3399 (((-418 $) $) 97 (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 103 (|has| |#1| (-906)))) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#1| "failed") $) 164) (((-3 (-407 (-564)) "failed") $) 161 (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) 159 (|has| |#1| (-1035 (-564)))) (((-3 |#3| "failed") $) 136)) (-2237 ((|#1| $) 163) (((-407 (-564)) $) 162 (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) 160 (|has| |#1| (-1035 (-564)))) ((|#3| $) 137)) (-1357 (($ $ $ |#3|) 108 (|has| |#1| (-172)))) (-3396 (($ $) 154)) (-4050 (((-685 (-564)) (-685 $)) 134 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 133 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 132) (((-685 |#1|) (-685 $)) 131)) (-3733 (((-3 $ "failed") $) 33)) (-3031 (($ $) 176 (|has| |#1| (-452))) (($ $ |#3|) 105 (|has| |#1| (-452)))) (-3383 (((-641 $) $) 109)) (-1420 (((-112) $) 96 (|has| |#1| (-906)))) (-2055 (($ $ |#1| |#2| $) 172)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 84 (-12 (|has| |#3| (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 83 (-12 (|has| |#3| (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2949 (((-112) $) 31)) (-4128 (((-768) $) 169)) (-3198 (($ (-1166 |#1|) |#3|) 117) (($ (-1166 $) |#3|) 116)) (-3802 (((-641 $) $) 126)) (-2003 (((-112) $) 152)) (-3186 (($ |#1| |#2|) 153) (($ $ |#3| (-768)) 119) (($ $ (-641 |#3|) (-641 (-768))) 118)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ |#3|) 120)) (-1826 ((|#2| $) 170) (((-768) $ |#3|) 122) (((-641 (-768)) $ (-641 |#3|)) 121)) (-1925 (($ $ $) 79 (|has| |#1| (-847)))) (-3375 (($ $ $) 78 (|has| |#1| (-847)))) (-2546 (($ (-1 |#2| |#2|) $) 171)) (-2449 (($ (-1 |#1| |#1|) $) 151)) (-2169 (((-3 |#3| "failed") $) 123)) (-3356 (($ $) 149)) (-3370 ((|#1| $) 148)) (-2740 (($ (-641 $)) 94 (|has| |#1| (-452))) (($ $ $) 93 (|has| |#1| (-452)))) (-2723 (((-1152) $) 9)) (-2955 (((-3 (-641 $) "failed") $) 114)) (-2512 (((-3 (-641 $) "failed") $) 115)) (-4059 (((-3 (-2 (|:| |var| |#3|) (|:| -1558 (-768))) "failed") $) 113)) (-2780 (((-1114) $) 10)) (-3326 (((-112) $) 166)) (-3341 ((|#1| $) 167)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 95 (|has| |#1| (-452)))) (-2777 (($ (-641 $)) 92 (|has| |#1| (-452))) (($ $ $) 91 (|has| |#1| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) 102 (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) 101 (|has| |#1| (-906)))) (-3070 (((-418 $) $) 99 (|has| |#1| (-906)))) (-1403 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-556)))) (-2633 (($ $ (-641 (-294 $))) 145) (($ $ (-294 $)) 144) (($ $ $ $) 143) (($ $ (-641 $) (-641 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-641 |#3|) (-641 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-641 |#3|) (-641 $)) 138)) (-3190 (($ $ |#3|) 107 (|has| |#1| (-172)))) (-3534 (($ $ |#3|) 42) (($ $ (-641 |#3|)) 41) (($ $ |#3| (-768)) 40) (($ $ (-641 |#3|) (-641 (-768))) 39)) (-1619 ((|#2| $) 150) (((-768) $ |#3|) 130) (((-641 (-768)) $ (-641 |#3|)) 129)) (-2511 (((-889 (-379)) $) 82 (-12 (|has| |#3| (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) 81 (-12 (|has| |#3| (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) 80 (-12 (|has| |#3| (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-3008 ((|#1| $) 175 (|has| |#1| (-452))) (($ $ |#3|) 106 (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 104 (-4348 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 165) (($ |#3|) 135) (($ $) 85 (|has| |#1| (-556))) (($ (-407 (-564))) 72 (-4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))))) (-3227 (((-641 |#1|) $) 168)) (-2742 ((|#1| $ |#2|) 155) (($ $ |#3| (-768)) 128) (($ $ (-641 |#3|) (-641 (-768))) 127)) (-4018 (((-3 $ "failed") $) 73 (-4078 (-4348 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) 28 T CONST)) (-3154 (($ $ $ (-768)) 173 (|has| |#1| (-172)))) (-3939 (((-112) $ $) 89 (|has| |#1| (-556)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ |#3|) 38) (($ $ (-641 |#3|)) 37) (($ $ |#3| (-768)) 36) (($ $ (-641 |#3|) (-641 (-768))) 35)) (-1762 (((-112) $ $) 76 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 75 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 77 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 74 (|has| |#1| (-847)))) (-1823 (($ $ |#1|) 156 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 158 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 157 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
(((-946 |#1| |#2| |#3|) (-140) (-1046) (-790) (-847)) (T -946))
-((-3912 (*1 *1 *1) (-12 (-4 *1 (-946 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-4341 (*1 *2 *1 *3) (-12 (-4 *1 (-946 *4 *5 *3)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-768)))) (-4341 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 (-768))))) (-1346 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-946 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *2 (-847)))) (-1346 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *6)) (-5 *3 (-641 (-768))) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)))) (-3863 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5)))) (-3992 (*1 *2 *1 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-1166 *1)) (-4 *1 (-946 *4 *5 *3)))) (-3992 (*1 *2 *1) (-12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-1166 *3)))) (-4264 (*1 *2 *1) (|partial| -12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-1696 (*1 *2 *1 *3) (-12 (-4 *1 (-946 *4 *5 *3)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-768)))) (-1696 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 (-768))))) (-1611 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-946 *4 *5 *3)))) (-4132 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-946 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *2 (-847)))) (-4132 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *6)) (-5 *3 (-641 (-768))) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)))) (-4143 (*1 *1 *2 *3) (-12 (-5 *2 (-1166 *4)) (-4 *4 (-1046)) (-4 *1 (-946 *4 *5 *3)) (-4 *5 (-790)) (-4 *3 (-847)))) (-4143 (*1 *1 *2 *3) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-946 *4 *5 *3)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)))) (-3366 (*1 *2 *1) (|partial| -12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5)))) (-4215 (*1 *2 *1) (|partial| -12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5)))) (-3763 (*1 *2 *1) (|partial| -12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| |var| *5) (|:| -2954 (-768)))))) (-4277 (*1 *2 *1) (-12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-768)))) (-4277 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-768)))) (-4153 (*1 *2 *1) (-12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *5)))) (-4305 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5)))) (-3378 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *3 (-172)))) (-3928 (*1 *1 *1 *2) (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *3 (-172)))) (-2211 (*1 *1 *1 *2) (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *3 (-452)))) (-3912 (*1 *1 *1 *2) (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *3 (-452)))) (-2275 (*1 *1 *1) (-12 (-4 *1 (-946 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-1798 (*1 *2 *1) (-12 (-4 *3 (-452)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-418 *1)) (-4 *1 (-946 *3 *4 *5)))))
-(-13 (-897 |t#3|) (-326 |t#1| |t#2|) (-309 $) (-514 |t#3| |t#1|) (-514 |t#3| $) (-1035 |t#3|) (-377 |t#1|) (-10 -8 (-15 -4341 ((-768) $ |t#3|)) (-15 -4341 ((-641 (-768)) $ (-641 |t#3|))) (-15 -1346 ($ $ |t#3| (-768))) (-15 -1346 ($ $ (-641 |t#3|) (-641 (-768)))) (-15 -3863 ((-641 $) $)) (-15 -3992 ((-1166 $) $ |t#3|)) (-15 -3992 ((-1166 |t#1|) $)) (-15 -4264 ((-3 |t#3| "failed") $)) (-15 -1696 ((-768) $ |t#3|)) (-15 -1696 ((-641 (-768)) $ (-641 |t#3|))) (-15 -1611 ((-2 (|:| -4110 $) (|:| -3101 $)) $ $ |t#3|)) (-15 -4132 ($ $ |t#3| (-768))) (-15 -4132 ($ $ (-641 |t#3|) (-641 (-768)))) (-15 -4143 ($ (-1166 |t#1|) |t#3|)) (-15 -4143 ($ (-1166 $) |t#3|)) (-15 -3366 ((-3 (-641 $) "failed") $)) (-15 -4215 ((-3 (-641 $) "failed") $)) (-15 -3763 ((-3 (-2 (|:| |var| |t#3|) (|:| -2954 (-768))) "failed") $)) (-15 -4277 ((-768) $)) (-15 -4277 ((-768) $ (-641 |t#3|))) (-15 -4153 ((-641 |t#3|) $)) (-15 -4305 ((-641 $) $)) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (IF (|has| |t#3| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-612 (-889 (-564)))) (IF (|has| |t#3| (-612 (-889 (-564)))) (-6 (-612 (-889 (-564)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-612 (-889 (-379)))) (IF (|has| |t#3| (-612 (-889 (-379)))) (-6 (-612 (-889 (-379)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-883 (-564))) (IF (|has| |t#3| (-883 (-564))) (-6 (-883 (-564))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-883 (-379))) (IF (|has| |t#3| (-883 (-379))) (-6 (-883 (-379))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-15 -3378 ($ $ $ |t#3|)) (-15 -3928 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-452)) (PROGN (-6 (-452)) (-15 -2211 ($ $ |t#3|)) (-15 -3912 ($ $)) (-15 -3912 ($ $ |t#3|)) (-15 -1798 ((-418 $) $)) (-15 -2275 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4410)) (-6 -4410) |%noBranch|) (IF (|has| |t#1| (-906)) (-6 (-906)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 |#3|) . T) ((-614 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-612 (-536)) -12 (|has| |#1| (-612 (-536))) (|has| |#3| (-612 (-536)))) ((-612 (-889 (-379))) -12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#3| (-612 (-889 (-379))))) ((-612 (-889 (-564))) -12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#3| (-612 (-889 (-564))))) ((-290) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-309 $) . T) ((-326 |#1| |#2|) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-452) -2713 (|has| |#1| (-906)) (|has| |#1| (-452))) ((-514 |#3| |#1|) . T) ((-514 |#3| $) . T) ((-514 $ $) . T) ((-556) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 |#3|) . T) ((-883 (-379)) -12 (|has| |#1| (-883 (-379))) (|has| |#3| (-883 (-379)))) ((-883 (-564)) -12 (|has| |#1| (-883 (-564))) (|has| |#3| (-883 (-564)))) ((-906) |has| |#1| (-906)) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1035 |#3|) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) |has| |#1| (-906)))
-((-4153 (((-641 |#2|) |#5|) 40)) (-3992 (((-1166 |#5|) |#5| |#2| (-1166 |#5|)) 23) (((-407 (-1166 |#5|)) |#5| |#2|) 16)) (-4143 ((|#5| (-407 (-1166 |#5|)) |#2|) 30)) (-4264 (((-3 |#2| "failed") |#5|) 71)) (-4215 (((-3 (-641 |#5|) "failed") |#5|) 65)) (-1537 (((-3 (-2 (|:| |val| |#5|) (|:| -2954 (-564))) "failed") |#5|) 53)) (-3366 (((-3 (-641 |#5|) "failed") |#5|) 67)) (-3763 (((-3 (-2 (|:| |var| |#2|) (|:| -2954 (-564))) "failed") |#5|) 57)))
-(((-947 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4153 ((-641 |#2|) |#5|)) (-15 -4264 ((-3 |#2| "failed") |#5|)) (-15 -3992 ((-407 (-1166 |#5|)) |#5| |#2|)) (-15 -4143 (|#5| (-407 (-1166 |#5|)) |#2|)) (-15 -3992 ((-1166 |#5|) |#5| |#2| (-1166 |#5|))) (-15 -3366 ((-3 (-641 |#5|) "failed") |#5|)) (-15 -4215 ((-3 (-641 |#5|) "failed") |#5|)) (-15 -3763 ((-3 (-2 (|:| |var| |#2|) (|:| -2954 (-564))) "failed") |#5|)) (-15 -1537 ((-3 (-2 (|:| |val| |#5|) (|:| -2954 (-564))) "failed") |#5|))) (-790) (-847) (-1046) (-946 |#3| |#1| |#2|) (-13 (-363) (-10 -8 (-15 -1721 ($ |#4|)) (-15 -2654 (|#4| $)) (-15 -2663 (|#4| $))))) (T -947))
-((-1537 (*1 *2 *3) (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -2954 (-564)))) (-5 *1 (-947 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))))) (-3763 (*1 *2 *3) (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -2954 (-564)))) (-5 *1 (-947 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))))) (-4215 (*1 *2 *3) (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-641 *3)) (-5 *1 (-947 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))))) (-3366 (*1 *2 *3) (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-641 *3)) (-5 *1 (-947 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))))) (-3992 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1166 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))) (-4 *7 (-946 *6 *5 *4)) (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-1046)) (-5 *1 (-947 *5 *4 *6 *7 *3)))) (-4143 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-1166 *2))) (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-1046)) (-4 *2 (-13 (-363) (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))) (-5 *1 (-947 *5 *4 *6 *7 *2)) (-4 *7 (-946 *6 *5 *4)))) (-3992 (*1 *2 *3 *4) (-12 (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *5 *4)) (-5 *2 (-407 (-1166 *3))) (-5 *1 (-947 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))))) (-4264 (*1 *2 *3) (|partial| -12 (-4 *4 (-790)) (-4 *5 (-1046)) (-4 *6 (-946 *5 *4 *2)) (-4 *2 (-847)) (-5 *1 (-947 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1721 ($ *6)) (-15 -2654 (*6 $)) (-15 -2663 (*6 $))))))) (-4153 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-641 *5)) (-5 *1 (-947 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))))))
-(-10 -7 (-15 -4153 ((-641 |#2|) |#5|)) (-15 -4264 ((-3 |#2| "failed") |#5|)) (-15 -3992 ((-407 (-1166 |#5|)) |#5| |#2|)) (-15 -4143 (|#5| (-407 (-1166 |#5|)) |#2|)) (-15 -3992 ((-1166 |#5|) |#5| |#2| (-1166 |#5|))) (-15 -3366 ((-3 (-641 |#5|) "failed") |#5|)) (-15 -4215 ((-3 (-641 |#5|) "failed") |#5|)) (-15 -3763 ((-3 (-2 (|:| |var| |#2|) (|:| -2954 (-564))) "failed") |#5|)) (-15 -1537 ((-3 (-2 (|:| |val| |#5|) (|:| -2954 (-564))) "failed") |#5|)))
-((-2110 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 23)))
-(((-948 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2110 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-790) (-847) (-1046) (-946 |#3| |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -2956 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-768)))))) (T -948))
-((-2110 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-847)) (-4 *8 (-1046)) (-4 *6 (-790)) (-4 *2 (-13 (-1094) (-10 -8 (-15 -2956 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-768)))))) (-5 *1 (-948 *6 *7 *8 *5 *2)) (-4 *5 (-946 *8 *6 *7)))))
-(-10 -7 (-15 -2110 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-1170)) $) 16)) (-3992 (((-1166 $) $ (-1170)) 21) (((-1166 |#1|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-1170))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2275 (($ $) NIL (|has| |#1| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) 8) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-1170) "failed") $) NIL)) (-3437 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-1170) $) NIL)) (-3378 (($ $ $ (-1170)) NIL (|has| |#1| (-172)))) (-4316 (($ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#1| (-452))) (($ $ (-1170)) NIL (|has| |#1| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#1| (-906)))) (-1587 (($ $ |#1| (-531 (-1170)) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1170) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1170) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-4143 (($ (-1166 |#1|) (-1170)) NIL) (($ (-1166 $) (-1170)) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-531 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-1170)) NIL)) (-1696 (((-531 (-1170)) $) NIL) (((-768) $ (-1170)) NIL) (((-641 (-768)) $ (-641 (-1170))) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2286 (($ (-1 (-531 (-1170)) (-531 (-1170))) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-4264 (((-3 (-1170) "failed") $) 19)) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2811 (((-1152) $) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-1170)) (|:| -2954 (-768))) "failed") $) NIL)) (-2052 (($ $ (-1170)) 29 (|has| |#1| (-38 (-407 (-564)))))) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 ((|#1| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-906)))) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1170) |#1|) NIL) (($ $ (-641 (-1170)) (-641 |#1|)) NIL) (($ $ (-1170) $) NIL) (($ $ (-641 (-1170)) (-641 $)) NIL)) (-3928 (($ $ (-1170)) NIL (|has| |#1| (-172)))) (-1795 (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-4341 (((-531 (-1170)) $) NIL) (((-768) $ (-1170)) NIL) (((-641 (-768)) $ (-641 (-1170))) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-1170) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1170) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1170) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-2211 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ (-1170)) NIL (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) 25) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-1170)) 27) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-531 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-949 |#1|) (-13 (-946 |#1| (-531 (-1170)) (-1170)) (-10 -8 (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1170))) |%noBranch|))) (-1046)) (T -949))
-((-2052 (*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-949 *3)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)))))
-(-13 (-946 |#1| (-531 (-1170)) (-1170)) (-10 -8 (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1170))) |%noBranch|)))
-((-2842 (((-2 (|:| -2954 (-768)) (|:| -2784 |#5|) (|:| |radicand| |#5|)) |#3| (-768)) 49)) (-3859 (((-2 (|:| -2954 (-768)) (|:| -2784 |#5|) (|:| |radicand| |#5|)) (-407 (-564)) (-768)) 44)) (-1785 (((-2 (|:| -2954 (-768)) (|:| -2784 |#4|) (|:| |radicand| (-641 |#4|))) |#4| (-768)) 65)) (-4178 (((-2 (|:| -2954 (-768)) (|:| -2784 |#5|) (|:| |radicand| |#5|)) |#5| (-768)) 74 (|has| |#3| (-452)))))
-(((-950 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2842 ((-2 (|:| -2954 (-768)) (|:| -2784 |#5|) (|:| |radicand| |#5|)) |#3| (-768))) (-15 -3859 ((-2 (|:| -2954 (-768)) (|:| -2784 |#5|) (|:| |radicand| |#5|)) (-407 (-564)) (-768))) (IF (|has| |#3| (-452)) (-15 -4178 ((-2 (|:| -2954 (-768)) (|:| -2784 |#5|) (|:| |radicand| |#5|)) |#5| (-768))) |%noBranch|) (-15 -1785 ((-2 (|:| -2954 (-768)) (|:| -2784 |#4|) (|:| |radicand| (-641 |#4|))) |#4| (-768)))) (-790) (-847) (-556) (-946 |#3| |#1| |#2|) (-13 (-363) (-10 -8 (-15 -1721 ($ |#4|)) (-15 -2654 (|#4| $)) (-15 -2663 (|#4| $))))) (T -950))
-((-1785 (*1 *2 *3 *4) (-12 (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-556)) (-4 *3 (-946 *7 *5 *6)) (-5 *2 (-2 (|:| -2954 (-768)) (|:| -2784 *3) (|:| |radicand| (-641 *3)))) (-5 *1 (-950 *5 *6 *7 *3 *8)) (-5 *4 (-768)) (-4 *8 (-13 (-363) (-10 -8 (-15 -1721 ($ *3)) (-15 -2654 (*3 $)) (-15 -2663 (*3 $))))))) (-4178 (*1 *2 *3 *4) (-12 (-4 *7 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-556)) (-4 *8 (-946 *7 *5 *6)) (-5 *2 (-2 (|:| -2954 (-768)) (|:| -2784 *3) (|:| |radicand| *3))) (-5 *1 (-950 *5 *6 *7 *8 *3)) (-5 *4 (-768)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1721 ($ *8)) (-15 -2654 (*8 $)) (-15 -2663 (*8 $))))))) (-3859 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-564))) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-556)) (-4 *8 (-946 *7 *5 *6)) (-5 *2 (-2 (|:| -2954 (-768)) (|:| -2784 *9) (|:| |radicand| *9))) (-5 *1 (-950 *5 *6 *7 *8 *9)) (-5 *4 (-768)) (-4 *9 (-13 (-363) (-10 -8 (-15 -1721 ($ *8)) (-15 -2654 (*8 $)) (-15 -2663 (*8 $))))))) (-2842 (*1 *2 *3 *4) (-12 (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-556)) (-4 *7 (-946 *3 *5 *6)) (-5 *2 (-2 (|:| -2954 (-768)) (|:| -2784 *8) (|:| |radicand| *8))) (-5 *1 (-950 *5 *6 *3 *7 *8)) (-5 *4 (-768)) (-4 *8 (-13 (-363) (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))))))
-(-10 -7 (-15 -2842 ((-2 (|:| -2954 (-768)) (|:| -2784 |#5|) (|:| |radicand| |#5|)) |#3| (-768))) (-15 -3859 ((-2 (|:| -2954 (-768)) (|:| -2784 |#5|) (|:| |radicand| |#5|)) (-407 (-564)) (-768))) (IF (|has| |#3| (-452)) (-15 -4178 ((-2 (|:| -2954 (-768)) (|:| -2784 |#5|) (|:| |radicand| |#5|)) |#5| (-768))) |%noBranch|) (-15 -1785 ((-2 (|:| -2954 (-768)) (|:| -2784 |#4|) (|:| |radicand| (-641 |#4|))) |#4| (-768))))
-((-1709 (((-112) $ $) NIL)) (-2607 (($ (-1114)) 8)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 15) (((-1114) $) 12)) (-2853 (((-112) $ $) 11)))
-(((-951) (-13 (-1094) (-611 (-1114)) (-10 -8 (-15 -2607 ($ (-1114)))))) (T -951))
-((-2607 (*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-951)))))
-(-13 (-1094) (-611 (-1114)) (-10 -8 (-15 -2607 ($ (-1114)))))
-((-1413 (((-1088 (-225)) $) 8)) (-1402 (((-1088 (-225)) $) 9)) (-3649 (((-641 (-641 (-940 (-225)))) $) 10)) (-1721 (((-859) $) 6)))
+((-3031 (*1 *1 *1) (-12 (-4 *1 (-946 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-1619 (*1 *2 *1 *3) (-12 (-4 *1 (-946 *4 *5 *3)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-768)))) (-1619 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 (-768))))) (-2742 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-946 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *2 (-847)))) (-2742 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *6)) (-5 *3 (-641 (-768))) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)))) (-3802 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5)))) (-3040 (*1 *2 *1 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-1166 *1)) (-4 *1 (-946 *4 *5 *3)))) (-3040 (*1 *2 *1) (-12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-1166 *3)))) (-2169 (*1 *2 *1) (|partial| -12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-1826 (*1 *2 *1 *3) (-12 (-4 *1 (-946 *4 *5 *3)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-768)))) (-1826 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 (-768))))) (-2282 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-946 *4 *5 *3)))) (-3186 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-946 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *2 (-847)))) (-3186 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *6)) (-5 *3 (-641 (-768))) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)))) (-3198 (*1 *1 *2 *3) (-12 (-5 *2 (-1166 *4)) (-4 *4 (-1046)) (-4 *1 (-946 *4 *5 *3)) (-4 *5 (-790)) (-4 *3 (-847)))) (-3198 (*1 *1 *2 *3) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-946 *4 *5 *3)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)))) (-2512 (*1 *2 *1) (|partial| -12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5)))) (-2955 (*1 *2 *1) (|partial| -12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5)))) (-4059 (*1 *2 *1) (|partial| -12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| |var| *5) (|:| -1558 (-768)))))) (-2291 (*1 *2 *1) (-12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-768)))) (-2291 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *6)) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-768)))) (-3209 (*1 *2 *1) (-12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *5)))) (-3383 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5)))) (-1357 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *3 (-172)))) (-3190 (*1 *1 *1 *2) (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *3 (-172)))) (-3008 (*1 *1 *1 *2) (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *3 (-452)))) (-3031 (*1 *1 *1 *2) (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *3 (-452)))) (-2427 (*1 *1 *1) (-12 (-4 *1 (-946 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-3399 (*1 *2 *1) (-12 (-4 *3 (-452)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-418 *1)) (-4 *1 (-946 *3 *4 *5)))))
+(-13 (-897 |t#3|) (-326 |t#1| |t#2|) (-309 $) (-514 |t#3| |t#1|) (-514 |t#3| $) (-1035 |t#3|) (-377 |t#1|) (-10 -8 (-15 -1619 ((-768) $ |t#3|)) (-15 -1619 ((-641 (-768)) $ (-641 |t#3|))) (-15 -2742 ($ $ |t#3| (-768))) (-15 -2742 ($ $ (-641 |t#3|) (-641 (-768)))) (-15 -3802 ((-641 $) $)) (-15 -3040 ((-1166 $) $ |t#3|)) (-15 -3040 ((-1166 |t#1|) $)) (-15 -2169 ((-3 |t#3| "failed") $)) (-15 -1826 ((-768) $ |t#3|)) (-15 -1826 ((-641 (-768)) $ (-641 |t#3|))) (-15 -2282 ((-2 (|:| -4347 $) (|:| -1678 $)) $ $ |t#3|)) (-15 -3186 ($ $ |t#3| (-768))) (-15 -3186 ($ $ (-641 |t#3|) (-641 (-768)))) (-15 -3198 ($ (-1166 |t#1|) |t#3|)) (-15 -3198 ($ (-1166 $) |t#3|)) (-15 -2512 ((-3 (-641 $) "failed") $)) (-15 -2955 ((-3 (-641 $) "failed") $)) (-15 -4059 ((-3 (-2 (|:| |var| |t#3|) (|:| -1558 (-768))) "failed") $)) (-15 -2291 ((-768) $)) (-15 -2291 ((-768) $ (-641 |t#3|))) (-15 -3209 ((-641 |t#3|) $)) (-15 -3383 ((-641 $) $)) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (IF (|has| |t#3| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-612 (-889 (-564)))) (IF (|has| |t#3| (-612 (-889 (-564)))) (-6 (-612 (-889 (-564)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-612 (-889 (-379)))) (IF (|has| |t#3| (-612 (-889 (-379)))) (-6 (-612 (-889 (-379)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-883 (-564))) (IF (|has| |t#3| (-883 (-564))) (-6 (-883 (-564))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-883 (-379))) (IF (|has| |t#3| (-883 (-379))) (-6 (-883 (-379))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-15 -1357 ($ $ $ |t#3|)) (-15 -3190 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-452)) (PROGN (-6 (-452)) (-15 -3008 ($ $ |t#3|)) (-15 -3031 ($ $)) (-15 -3031 ($ $ |t#3|)) (-15 -3399 ((-418 $) $)) (-15 -2427 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4404)) (-6 -4404) |%noBranch|) (IF (|has| |t#1| (-906)) (-6 (-906)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 |#3|) . T) ((-614 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-612 (-536)) -12 (|has| |#1| (-612 (-536))) (|has| |#3| (-612 (-536)))) ((-612 (-889 (-379))) -12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#3| (-612 (-889 (-379))))) ((-612 (-889 (-564))) -12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#3| (-612 (-889 (-564))))) ((-290) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-309 $) . T) ((-326 |#1| |#2|) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-452) -4078 (|has| |#1| (-906)) (|has| |#1| (-452))) ((-514 |#3| |#1|) . T) ((-514 |#3| $) . T) ((-514 $ $) . T) ((-556) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 |#3|) . T) ((-883 (-379)) -12 (|has| |#1| (-883 (-379))) (|has| |#3| (-883 (-379)))) ((-883 (-564)) -12 (|has| |#1| (-883 (-564))) (|has| |#3| (-883 (-564)))) ((-906) |has| |#1| (-906)) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1035 |#3|) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) |has| |#1| (-906)))
+((-3209 (((-641 |#2|) |#5|) 40)) (-3040 (((-1166 |#5|) |#5| |#2| (-1166 |#5|)) 23) (((-407 (-1166 |#5|)) |#5| |#2|) 16)) (-3198 ((|#5| (-407 (-1166 |#5|)) |#2|) 30)) (-2169 (((-3 |#2| "failed") |#5|) 71)) (-2955 (((-3 (-641 |#5|) "failed") |#5|) 65)) (-2826 (((-3 (-2 (|:| |val| |#5|) (|:| -1558 (-564))) "failed") |#5|) 53)) (-2512 (((-3 (-641 |#5|) "failed") |#5|) 67)) (-4059 (((-3 (-2 (|:| |var| |#2|) (|:| -1558 (-564))) "failed") |#5|) 57)))
+(((-947 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3209 ((-641 |#2|) |#5|)) (-15 -2169 ((-3 |#2| "failed") |#5|)) (-15 -3040 ((-407 (-1166 |#5|)) |#5| |#2|)) (-15 -3198 (|#5| (-407 (-1166 |#5|)) |#2|)) (-15 -3040 ((-1166 |#5|) |#5| |#2| (-1166 |#5|))) (-15 -2512 ((-3 (-641 |#5|) "failed") |#5|)) (-15 -2955 ((-3 (-641 |#5|) "failed") |#5|)) (-15 -4059 ((-3 (-2 (|:| |var| |#2|) (|:| -1558 (-564))) "failed") |#5|)) (-15 -2826 ((-3 (-2 (|:| |val| |#5|) (|:| -1558 (-564))) "failed") |#5|))) (-790) (-847) (-1046) (-946 |#3| |#1| |#2|) (-13 (-363) (-10 -8 (-15 -1831 ($ |#4|)) (-15 -3678 (|#4| $)) (-15 -3693 (|#4| $))))) (T -947))
+((-2826 (*1 *2 *3) (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -1558 (-564)))) (-5 *1 (-947 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))))) (-4059 (*1 *2 *3) (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -1558 (-564)))) (-5 *1 (-947 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))))) (-2955 (*1 *2 *3) (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-641 *3)) (-5 *1 (-947 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))))) (-2512 (*1 *2 *3) (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-641 *3)) (-5 *1 (-947 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))))) (-3040 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1166 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))) (-4 *7 (-946 *6 *5 *4)) (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-1046)) (-5 *1 (-947 *5 *4 *6 *7 *3)))) (-3198 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-1166 *2))) (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-1046)) (-4 *2 (-13 (-363) (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))) (-5 *1 (-947 *5 *4 *6 *7 *2)) (-4 *7 (-946 *6 *5 *4)))) (-3040 (*1 *2 *3 *4) (-12 (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *5 *4)) (-5 *2 (-407 (-1166 *3))) (-5 *1 (-947 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))))) (-2169 (*1 *2 *3) (|partial| -12 (-4 *4 (-790)) (-4 *5 (-1046)) (-4 *6 (-946 *5 *4 *2)) (-4 *2 (-847)) (-5 *1 (-947 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1831 ($ *6)) (-15 -3678 (*6 $)) (-15 -3693 (*6 $))))))) (-3209 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-641 *5)) (-5 *1 (-947 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))))))
+(-10 -7 (-15 -3209 ((-641 |#2|) |#5|)) (-15 -2169 ((-3 |#2| "failed") |#5|)) (-15 -3040 ((-407 (-1166 |#5|)) |#5| |#2|)) (-15 -3198 (|#5| (-407 (-1166 |#5|)) |#2|)) (-15 -3040 ((-1166 |#5|) |#5| |#2| (-1166 |#5|))) (-15 -2512 ((-3 (-641 |#5|) "failed") |#5|)) (-15 -2955 ((-3 (-641 |#5|) "failed") |#5|)) (-15 -4059 ((-3 (-2 (|:| |var| |#2|) (|:| -1558 (-564))) "failed") |#5|)) (-15 -2826 ((-3 (-2 (|:| |val| |#5|) (|:| -1558 (-564))) "failed") |#5|)))
+((-2449 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 23)))
+(((-948 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2449 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-790) (-847) (-1046) (-946 |#3| |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -1797 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-768)))))) (T -948))
+((-2449 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-847)) (-4 *8 (-1046)) (-4 *6 (-790)) (-4 *2 (-13 (-1094) (-10 -8 (-15 -1797 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-768)))))) (-5 *1 (-948 *6 *7 *8 *5 *2)) (-4 *5 (-946 *8 *6 *7)))))
+(-10 -7 (-15 -2449 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-1170)) $) 16)) (-3040 (((-1166 $) $ (-1170)) 21) (((-1166 |#1|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-1170))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2427 (($ $) NIL (|has| |#1| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) 8) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-1170) "failed") $) NIL)) (-2237 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-1170) $) NIL)) (-1357 (($ $ $ (-1170)) NIL (|has| |#1| (-172)))) (-3396 (($ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#1| (-452))) (($ $ (-1170)) NIL (|has| |#1| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#1| (-906)))) (-2055 (($ $ |#1| (-531 (-1170)) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1170) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1170) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-3198 (($ (-1166 |#1|) (-1170)) NIL) (($ (-1166 $) (-1170)) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-531 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-1170)) NIL)) (-1826 (((-531 (-1170)) $) NIL) (((-768) $ (-1170)) NIL) (((-641 (-768)) $ (-641 (-1170))) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2546 (($ (-1 (-531 (-1170)) (-531 (-1170))) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2169 (((-3 (-1170) "failed") $) 19)) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2723 (((-1152) $) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-1170)) (|:| -1558 (-768))) "failed") $) NIL)) (-3907 (($ $ (-1170)) 29 (|has| |#1| (-38 (-407 (-564)))))) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 ((|#1| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-906)))) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1170) |#1|) NIL) (($ $ (-641 (-1170)) (-641 |#1|)) NIL) (($ $ (-1170) $) NIL) (($ $ (-641 (-1170)) (-641 $)) NIL)) (-3190 (($ $ (-1170)) NIL (|has| |#1| (-172)))) (-3534 (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-1619 (((-531 (-1170)) $) NIL) (((-768) $ (-1170)) NIL) (((-641 (-768)) $ (-641 (-1170))) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-1170) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1170) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1170) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-3008 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ (-1170)) NIL (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) 25) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-1170)) 27) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-531 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-949 |#1|) (-13 (-946 |#1| (-531 (-1170)) (-1170)) (-10 -8 (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1170))) |%noBranch|))) (-1046)) (T -949))
+((-3907 (*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-949 *3)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)))))
+(-13 (-946 |#1| (-531 (-1170)) (-1170)) (-10 -8 (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1170))) |%noBranch|)))
+((-2979 (((-2 (|:| -1558 (-768)) (|:| -2860 |#5|) (|:| |radicand| |#5|)) |#3| (-768)) 49)) (-3778 (((-2 (|:| -1558 (-768)) (|:| -2860 |#5|) (|:| |radicand| |#5|)) (-407 (-564)) (-768)) 44)) (-3269 (((-2 (|:| -1558 (-768)) (|:| -2860 |#4|) (|:| |radicand| (-641 |#4|))) |#4| (-768)) 65)) (-3835 (((-2 (|:| -1558 (-768)) (|:| -2860 |#5|) (|:| |radicand| |#5|)) |#5| (-768)) 74 (|has| |#3| (-452)))))
+(((-950 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2979 ((-2 (|:| -1558 (-768)) (|:| -2860 |#5|) (|:| |radicand| |#5|)) |#3| (-768))) (-15 -3778 ((-2 (|:| -1558 (-768)) (|:| -2860 |#5|) (|:| |radicand| |#5|)) (-407 (-564)) (-768))) (IF (|has| |#3| (-452)) (-15 -3835 ((-2 (|:| -1558 (-768)) (|:| -2860 |#5|) (|:| |radicand| |#5|)) |#5| (-768))) |%noBranch|) (-15 -3269 ((-2 (|:| -1558 (-768)) (|:| -2860 |#4|) (|:| |radicand| (-641 |#4|))) |#4| (-768)))) (-790) (-847) (-556) (-946 |#3| |#1| |#2|) (-13 (-363) (-10 -8 (-15 -1831 ($ |#4|)) (-15 -3678 (|#4| $)) (-15 -3693 (|#4| $))))) (T -950))
+((-3269 (*1 *2 *3 *4) (-12 (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-556)) (-4 *3 (-946 *7 *5 *6)) (-5 *2 (-2 (|:| -1558 (-768)) (|:| -2860 *3) (|:| |radicand| (-641 *3)))) (-5 *1 (-950 *5 *6 *7 *3 *8)) (-5 *4 (-768)) (-4 *8 (-13 (-363) (-10 -8 (-15 -1831 ($ *3)) (-15 -3678 (*3 $)) (-15 -3693 (*3 $))))))) (-3835 (*1 *2 *3 *4) (-12 (-4 *7 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-556)) (-4 *8 (-946 *7 *5 *6)) (-5 *2 (-2 (|:| -1558 (-768)) (|:| -2860 *3) (|:| |radicand| *3))) (-5 *1 (-950 *5 *6 *7 *8 *3)) (-5 *4 (-768)) (-4 *3 (-13 (-363) (-10 -8 (-15 -1831 ($ *8)) (-15 -3678 (*8 $)) (-15 -3693 (*8 $))))))) (-3778 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-564))) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-556)) (-4 *8 (-946 *7 *5 *6)) (-5 *2 (-2 (|:| -1558 (-768)) (|:| -2860 *9) (|:| |radicand| *9))) (-5 *1 (-950 *5 *6 *7 *8 *9)) (-5 *4 (-768)) (-4 *9 (-13 (-363) (-10 -8 (-15 -1831 ($ *8)) (-15 -3678 (*8 $)) (-15 -3693 (*8 $))))))) (-2979 (*1 *2 *3 *4) (-12 (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-556)) (-4 *7 (-946 *3 *5 *6)) (-5 *2 (-2 (|:| -1558 (-768)) (|:| -2860 *8) (|:| |radicand| *8))) (-5 *1 (-950 *5 *6 *3 *7 *8)) (-5 *4 (-768)) (-4 *8 (-13 (-363) (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))))))
+(-10 -7 (-15 -2979 ((-2 (|:| -1558 (-768)) (|:| -2860 |#5|) (|:| |radicand| |#5|)) |#3| (-768))) (-15 -3778 ((-2 (|:| -1558 (-768)) (|:| -2860 |#5|) (|:| |radicand| |#5|)) (-407 (-564)) (-768))) (IF (|has| |#3| (-452)) (-15 -3835 ((-2 (|:| -1558 (-768)) (|:| -2860 |#5|) (|:| |radicand| |#5|)) |#5| (-768))) |%noBranch|) (-15 -3269 ((-2 (|:| -1558 (-768)) (|:| -2860 |#4|) (|:| |radicand| (-641 |#4|))) |#4| (-768))))
+((-1817 (((-112) $ $) NIL)) (-1379 (($ (-1114)) 8)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 15) (((-1114) $) 12)) (-1702 (((-112) $ $) 11)))
+(((-951) (-13 (-1094) (-611 (-1114)) (-10 -8 (-15 -1379 ($ (-1114)))))) (T -951))
+((-1379 (*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-951)))))
+(-13 (-1094) (-611 (-1114)) (-10 -8 (-15 -1379 ($ (-1114)))))
+((-2225 (((-1088 (-225)) $) 8)) (-2213 (((-1088 (-225)) $) 9)) (-2279 (((-641 (-641 (-940 (-225)))) $) 10)) (-1831 (((-859) $) 6)))
(((-952) (-140)) (T -952))
-((-3649 (*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-641 (-641 (-940 (-225))))))) (-1402 (*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-1088 (-225))))) (-1413 (*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-1088 (-225))))))
-(-13 (-611 (-859)) (-10 -8 (-15 -3649 ((-641 (-641 (-940 (-225)))) $)) (-15 -1402 ((-1088 (-225)) $)) (-15 -1413 ((-1088 (-225)) $))))
+((-2279 (*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-641 (-641 (-940 (-225))))))) (-2213 (*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-1088 (-225))))) (-2225 (*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-1088 (-225))))))
+(-13 (-611 (-859)) (-10 -8 (-15 -2279 ((-641 (-641 (-940 (-225)))) $)) (-15 -2213 ((-1088 (-225)) $)) (-15 -2225 ((-1088 (-225)) $))))
(((-611 (-859)) . T))
-((-2934 (((-3 (-685 |#1|) "failed") |#2| (-918)) 18)))
-(((-953 |#1| |#2|) (-10 -7 (-15 -2934 ((-3 (-685 |#1|) "failed") |#2| (-918)))) (-556) (-652 |#1|)) (T -953))
-((-2934 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-918)) (-4 *5 (-556)) (-5 *2 (-685 *5)) (-5 *1 (-953 *5 *3)) (-4 *3 (-652 *5)))))
-(-10 -7 (-15 -2934 ((-3 (-685 |#1|) "failed") |#2| (-918))))
-((-2328 (((-955 |#2|) (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|) 16)) (-3658 ((|#2| (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|) 18)) (-2110 (((-955 |#2|) (-1 |#2| |#1|) (-955 |#1|)) 13)))
-(((-954 |#1| |#2|) (-10 -7 (-15 -2328 ((-955 |#2|) (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|)) (-15 -3658 (|#2| (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|)) (-15 -2110 ((-955 |#2|) (-1 |#2| |#1|) (-955 |#1|)))) (-1209) (-1209)) (T -954))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-955 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-955 *6)) (-5 *1 (-954 *5 *6)))) (-3658 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-955 *5)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-954 *5 *2)))) (-2328 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-955 *6)) (-4 *6 (-1209)) (-4 *5 (-1209)) (-5 *2 (-955 *5)) (-5 *1 (-954 *6 *5)))))
-(-10 -7 (-15 -2328 ((-955 |#2|) (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|)) (-15 -3658 (|#2| (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|)) (-15 -2110 ((-955 |#2|) (-1 |#2| |#1|) (-955 |#1|))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-564) |#1|) 19 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) 18 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 16)) (-1317 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-1585 (($ (-768) |#1|) 15)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) 11 (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1897 ((|#1| $) NIL (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) 20 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) 12)) (-2961 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) 17) (($ $ (-1226 (-564))) NIL)) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) 21)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 14)) (-2834 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-3435 (((-768) $) 8 (|has| $ (-6 -4412)))))
+((-2623 (((-3 (-685 |#1|) "failed") |#2| (-918)) 18)))
+(((-953 |#1| |#2|) (-10 -7 (-15 -2623 ((-3 (-685 |#1|) "failed") |#2| (-918)))) (-556) (-652 |#1|)) (T -953))
+((-2623 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-918)) (-4 *5 (-556)) (-5 *2 (-685 *5)) (-5 *1 (-953 *5 *3)) (-4 *3 (-652 *5)))))
+(-10 -7 (-15 -2623 ((-3 (-685 |#1|) "failed") |#2| (-918))))
+((-1694 (((-955 |#2|) (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|) 16)) (-1988 ((|#2| (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|) 18)) (-2449 (((-955 |#2|) (-1 |#2| |#1|) (-955 |#1|)) 13)))
+(((-954 |#1| |#2|) (-10 -7 (-15 -1694 ((-955 |#2|) (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|)) (-15 -1988 (|#2| (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|)) (-15 -2449 ((-955 |#2|) (-1 |#2| |#1|) (-955 |#1|)))) (-1209) (-1209)) (T -954))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-955 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-955 *6)) (-5 *1 (-954 *5 *6)))) (-1988 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-955 *5)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-954 *5 *2)))) (-1694 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-955 *6)) (-4 *6 (-1209)) (-4 *5 (-1209)) (-5 *2 (-955 *5)) (-5 *1 (-954 *6 *5)))))
+(-10 -7 (-15 -1694 ((-955 |#2|) (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|)) (-15 -1988 (|#2| (-1 |#2| |#1| |#2|) (-955 |#1|) |#2|)) (-15 -2449 ((-955 |#2|) (-1 |#2| |#1|) (-955 |#1|))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-564) |#1|) 19 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) 18 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 16)) (-3360 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-3654 (($ (-768) |#1|) 15)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) 11 (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3303 ((|#1| $) NIL (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) 20 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) 12)) (-1350 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) 17) (($ $ (-1226 (-564))) NIL)) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) 21)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 14)) (-3043 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2828 (((-768) $) 8 (|has| $ (-6 -4406)))))
(((-955 |#1|) (-19 |#1|) (-1209)) (T -955))
NIL
(-19 |#1|)
-((-2863 (($ $ (-1086 $)) 7) (($ $ (-1170)) 6)))
+((-3165 (($ $ (-1086 $)) 7) (($ $ (-1170)) 6)))
(((-956) (-140)) (T -956))
-((-2863 (*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-956)))) (-2863 (*1 *1 *1 *2) (-12 (-4 *1 (-956)) (-5 *2 (-1170)))))
-(-13 (-10 -8 (-15 -2863 ($ $ (-1170))) (-15 -2863 ($ $ (-1086 $)))))
-((-2982 (((-2 (|:| -2784 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170)) (-1170)) 30) (((-2 (|:| -2784 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170))) 31) (((-2 (|:| |coef1| (-564)) (|:| |coef2| (-564)) (|:| |prim| (-1166 |#1|))) (-949 |#1|) (-1170) (-949 |#1|) (-1170)) 49)))
-(((-957 |#1|) (-10 -7 (-15 -2982 ((-2 (|:| |coef1| (-564)) (|:| |coef2| (-564)) (|:| |prim| (-1166 |#1|))) (-949 |#1|) (-1170) (-949 |#1|) (-1170))) (-15 -2982 ((-2 (|:| -2784 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -2982 ((-2 (|:| -2784 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170)) (-1170)))) (-13 (-363) (-147))) (T -957))
-((-2982 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170))) (-5 *5 (-1170)) (-4 *6 (-13 (-363) (-147))) (-5 *2 (-2 (|:| -2784 (-641 (-564))) (|:| |poly| (-641 (-1166 *6))) (|:| |prim| (-1166 *6)))) (-5 *1 (-957 *6)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170))) (-4 *5 (-13 (-363) (-147))) (-5 *2 (-2 (|:| -2784 (-641 (-564))) (|:| |poly| (-641 (-1166 *5))) (|:| |prim| (-1166 *5)))) (-5 *1 (-957 *5)))) (-2982 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-949 *5)) (-5 *4 (-1170)) (-4 *5 (-13 (-363) (-147))) (-5 *2 (-2 (|:| |coef1| (-564)) (|:| |coef2| (-564)) (|:| |prim| (-1166 *5)))) (-5 *1 (-957 *5)))))
-(-10 -7 (-15 -2982 ((-2 (|:| |coef1| (-564)) (|:| |coef2| (-564)) (|:| |prim| (-1166 |#1|))) (-949 |#1|) (-1170) (-949 |#1|) (-1170))) (-15 -2982 ((-2 (|:| -2784 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -2982 ((-2 (|:| -2784 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170)) (-1170))))
-((-2806 (((-641 |#1|) |#1| |#1|) 46)) (-2941 (((-112) |#1|) 43)) (-3410 ((|#1| |#1|) 80)) (-2548 ((|#1| |#1|) 79)))
-(((-958 |#1|) (-10 -7 (-15 -2941 ((-112) |#1|)) (-15 -2548 (|#1| |#1|)) (-15 -3410 (|#1| |#1|)) (-15 -2806 ((-641 |#1|) |#1| |#1|))) (-545)) (T -958))
-((-2806 (*1 *2 *3 *3) (-12 (-5 *2 (-641 *3)) (-5 *1 (-958 *3)) (-4 *3 (-545)))) (-3410 (*1 *2 *2) (-12 (-5 *1 (-958 *2)) (-4 *2 (-545)))) (-2548 (*1 *2 *2) (-12 (-5 *1 (-958 *2)) (-4 *2 (-545)))) (-2941 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-958 *3)) (-4 *3 (-545)))))
-(-10 -7 (-15 -2941 ((-112) |#1|)) (-15 -2548 (|#1| |#1|)) (-15 -3410 (|#1| |#1|)) (-15 -2806 ((-641 |#1|) |#1| |#1|)))
-((-3357 (((-1264) (-859)) 9)))
-(((-959) (-10 -7 (-15 -3357 ((-1264) (-859))))) (T -959))
-((-3357 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-959)))))
-(-10 -7 (-15 -3357 ((-1264) (-859))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 76 (|has| |#1| (-556)))) (-4010 (($ $) 77 (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 34)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-4316 (($ $) 31)) (-3233 (((-3 $ "failed") $) 41)) (-3912 (($ $) NIL (|has| |#1| (-452)))) (-1587 (($ $ |#1| |#2| $) 60)) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) 17)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| |#2|) NIL)) (-1696 ((|#2| $) 24)) (-2286 (($ (-1 |#2| |#2|) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-4280 (($ $) 28)) (-4292 ((|#1| $) 26)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) 50)) (-4269 ((|#1| $) NIL)) (-4174 (($ $ |#2| |#1| $) 88 (-12 (|has| |#2| (-131)) (|has| |#1| (-556))))) (-2628 (((-3 $ "failed") $ $) 89 (|has| |#1| (-556))) (((-3 $ "failed") $ |#1|) 83 (|has| |#1| (-556)))) (-4341 ((|#2| $) 22)) (-2211 ((|#1| $) NIL (|has| |#1| (-452)))) (-1721 (((-859) $) NIL) (($ (-564)) 45) (($ $) NIL (|has| |#1| (-556))) (($ |#1|) 40) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ |#2|) 37)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) 15 T CONST)) (-3305 (($ $ $ (-768)) 72 (|has| |#1| (-172)))) (-1720 (((-112) $ $) 82 (|has| |#1| (-556)))) (-2885 (($) 27 T CONST)) (-2898 (($) 12 T CONST)) (-2853 (((-112) $ $) 81)) (-2983 (($ $ |#1|) 90 (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) 67) (($ $ (-768)) 65)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 64) (($ $ |#1|) 62) (($ |#1| $) 61) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-960 |#1| |#2|) (-13 (-326 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-556)) (IF (|has| |#2| (-131)) (-15 -4174 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4410)) (-6 -4410) |%noBranch|))) (-1046) (-789)) (T -960))
-((-4174 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-960 *3 *2)) (-4 *2 (-131)) (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *2 (-789)))))
-(-13 (-326 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-556)) (IF (|has| |#2| (-131)) (-15 -4174 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4410)) (-6 -4410) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL (-2713 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790)))))) (-1578 (($ $ $) 65 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))) (-2071 (((-3 $ "failed") $ $) 52 (-2713 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790)))))) (-1860 (((-768)) 36 (-12 (|has| |#1| (-368)) (|has| |#2| (-368))))) (-4233 ((|#2| $) 22)) (-2098 ((|#1| $) 21)) (-1692 (($) NIL (-2713 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790)))) CONST)) (-3233 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723)))))) (-3746 (($) NIL (-12 (|has| |#1| (-368)) (|has| |#2| (-368))))) (-3282 (((-112) $) NIL (-2713 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723)))))) (-2766 (($ $ $) NIL (-2713 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-1650 (($ $ $) NIL (-2713 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-2843 (($ |#1| |#2|) 20)) (-2981 (((-918) $) NIL (-12 (|has| |#1| (-368)) (|has| |#2| (-368))))) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 39 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))))) (-1359 (($ (-918)) NIL (-12 (|has| |#1| (-368)) (|has| |#2| (-368))))) (-4382 (((-1114) $) NIL)) (-3601 (($ $ $) NIL (-12 (|has| |#1| (-473)) (|has| |#2| (-473))))) (-1923 (($ $ $) NIL (-12 (|has| |#1| (-473)) (|has| |#2| (-473))))) (-1721 (((-859) $) 14)) (-2885 (($) 42 (-2713 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790)))) CONST)) (-2898 (($) 25 (-2713 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723)))) CONST)) (-2920 (((-112) $ $) NIL (-2713 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-2893 (((-112) $ $) NIL (-2713 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-2853 (((-112) $ $) 19)) (-2908 (((-112) $ $) NIL (-2713 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-2880 (((-112) $ $) 69 (-2713 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-2983 (($ $ $) NIL (-12 (|has| |#1| (-473)) (|has| |#2| (-473))))) (-2970 (($ $ $) 58 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ $) 55 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))))) (-2956 (($ $ $) 45 (-2713 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790)))))) (** (($ $ (-564)) NIL (-12 (|has| |#1| (-473)) (|has| |#2| (-473)))) (($ $ (-768)) 32 (-2713 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723))))) (($ $ (-918)) NIL (-2713 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723)))))) (* (($ (-564) $) 62 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ (-768) $) 48 (-2713 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))) (($ (-918) $) NIL (-2713 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))) (($ $ $) 28 (-2713 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723)))))))
-(((-961 |#1| |#2|) (-13 (-1094) (-10 -8 (IF (|has| |#1| (-368)) (IF (|has| |#2| (-368)) (-6 (-368)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-723)) (IF (|has| |#2| (-723)) (-6 (-723)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-131)) (IF (|has| |#2| (-131)) (-6 (-131)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-473)) (IF (|has| |#2| (-473)) (-6 (-473)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-790)) (IF (|has| |#2| (-790)) (-6 (-790)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-847)) (IF (|has| |#2| (-847)) (-6 (-847)) |%noBranch|) |%noBranch|) (-15 -2843 ($ |#1| |#2|)) (-15 -2098 (|#1| $)) (-15 -4233 (|#2| $)))) (-1094) (-1094)) (T -961))
-((-2843 (*1 *1 *2 *3) (-12 (-5 *1 (-961 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-2098 (*1 *2 *1) (-12 (-4 *2 (-1094)) (-5 *1 (-961 *2 *3)) (-4 *3 (-1094)))) (-4233 (*1 *2 *1) (-12 (-4 *2 (-1094)) (-5 *1 (-961 *3 *2)) (-4 *3 (-1094)))))
-(-13 (-1094) (-10 -8 (IF (|has| |#1| (-368)) (IF (|has| |#2| (-368)) (-6 (-368)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-723)) (IF (|has| |#2| (-723)) (-6 (-723)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-131)) (IF (|has| |#2| (-131)) (-6 (-131)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-473)) (IF (|has| |#2| (-473)) (-6 (-473)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-790)) (IF (|has| |#2| (-790)) (-6 (-790)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-847)) (IF (|has| |#2| (-847)) (-6 (-847)) |%noBranch|) |%noBranch|) (-15 -2843 ($ |#1| |#2|)) (-15 -2098 (|#1| $)) (-15 -4233 (|#2| $))))
-((-1411 (((-1098) $) 13)) (-2304 (($ (-1170) (-1098)) 14)) (-2540 (((-1170) $) 11)) (-1721 (((-859) $) 24)))
-(((-962) (-13 (-611 (-859)) (-10 -8 (-15 -2540 ((-1170) $)) (-15 -1411 ((-1098) $)) (-15 -2304 ($ (-1170) (-1098)))))) (T -962))
-((-2540 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-962)))) (-1411 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-962)))) (-2304 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1098)) (-5 *1 (-962)))))
-(-13 (-611 (-859)) (-10 -8 (-15 -2540 ((-1170) $)) (-15 -1411 ((-1098) $)) (-15 -2304 ($ (-1170) (-1098)))))
-((-1709 (((-112) $ $) NIL)) (-4153 (((-1096 (-1170)) $) 19)) (-3696 (((-112) $) 28)) (-2794 (((-1170) $) 29)) (-3155 (((-112) $) 26)) (-1610 ((|#1| $) 27)) (-3028 (((-870 $ $) $) 36)) (-2746 (((-112) $) 35)) (-2844 (($ $ $) 12)) (-1384 (($ $) 31)) (-2414 (((-112) $) 30)) (-2819 (($ $) 10)) (-2811 (((-1152) $) NIL)) (-2344 (((-870 $ $) $) 38)) (-4259 (((-112) $) 37)) (-1551 (($ $ $) 13)) (-4382 (((-1114) $) NIL)) (-4210 (((-870 $ $) $) 40)) (-1293 (((-112) $) 39)) (-3468 (($ $ $) 14)) (-1721 (((-859) $) 42) (($ |#1|) 7) (($ (-1170)) 9)) (-3712 (((-870 $ $) $) 34)) (-3231 (((-112) $) 32)) (-2832 (($ $ $) 11)) (-2853 (((-112) $ $) NIL)))
-(((-963 |#1|) (-13 (-964) (-10 -8 (-15 -1721 ($ |#1|)) (-15 -1721 ($ (-1170))) (-15 -4153 ((-1096 (-1170)) $)) (-15 -3155 ((-112) $)) (-15 -1610 (|#1| $)) (-15 -3696 ((-112) $)) (-15 -2794 ((-1170) $)) (-15 -2414 ((-112) $)) (-15 -1384 ($ $)) (-15 -3231 ((-112) $)) (-15 -3712 ((-870 $ $) $)) (-15 -2746 ((-112) $)) (-15 -3028 ((-870 $ $) $)) (-15 -4259 ((-112) $)) (-15 -2344 ((-870 $ $) $)) (-15 -1293 ((-112) $)) (-15 -4210 ((-870 $ $) $)))) (-964)) (T -963))
-((-1721 (*1 *1 *2) (-12 (-5 *1 (-963 *2)) (-4 *2 (-964)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-4153 (*1 *2 *1) (-12 (-5 *2 (-1096 (-1170))) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-3155 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-1610 (*1 *2 *1) (-12 (-5 *1 (-963 *2)) (-4 *2 (-964)))) (-3696 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-2794 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-2414 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-1384 (*1 *1 *1) (-12 (-5 *1 (-963 *2)) (-4 *2 (-964)))) (-3231 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-3712 (*1 *2 *1) (-12 (-5 *2 (-870 (-963 *3) (-963 *3))) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-2746 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-3028 (*1 *2 *1) (-12 (-5 *2 (-870 (-963 *3) (-963 *3))) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-4259 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-2344 (*1 *2 *1) (-12 (-5 *2 (-870 (-963 *3) (-963 *3))) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-1293 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))) (-4210 (*1 *2 *1) (-12 (-5 *2 (-870 (-963 *3) (-963 *3))) (-5 *1 (-963 *3)) (-4 *3 (-964)))))
-(-13 (-964) (-10 -8 (-15 -1721 ($ |#1|)) (-15 -1721 ($ (-1170))) (-15 -4153 ((-1096 (-1170)) $)) (-15 -3155 ((-112) $)) (-15 -1610 (|#1| $)) (-15 -3696 ((-112) $)) (-15 -2794 ((-1170) $)) (-15 -2414 ((-112) $)) (-15 -1384 ($ $)) (-15 -3231 ((-112) $)) (-15 -3712 ((-870 $ $) $)) (-15 -2746 ((-112) $)) (-15 -3028 ((-870 $ $) $)) (-15 -4259 ((-112) $)) (-15 -2344 ((-870 $ $) $)) (-15 -1293 ((-112) $)) (-15 -4210 ((-870 $ $) $))))
-((-1709 (((-112) $ $) 7)) (-2844 (($ $ $) 15)) (-2819 (($ $) 17)) (-2811 (((-1152) $) 9)) (-1551 (($ $ $) 14)) (-4382 (((-1114) $) 10)) (-3468 (($ $ $) 13)) (-1721 (((-859) $) 11)) (-2832 (($ $ $) 16)) (-2853 (((-112) $ $) 6)))
+((-3165 (*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-956)))) (-3165 (*1 *1 *1 *2) (-12 (-4 *1 (-956)) (-5 *2 (-1170)))))
+(-13 (-10 -8 (-15 -3165 ($ $ (-1170))) (-15 -3165 ($ $ (-1086 $)))))
+((-1830 (((-2 (|:| -2860 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170)) (-1170)) 30) (((-2 (|:| -2860 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170))) 31) (((-2 (|:| |coef1| (-564)) (|:| |coef2| (-564)) (|:| |prim| (-1166 |#1|))) (-949 |#1|) (-1170) (-949 |#1|) (-1170)) 49)))
+(((-957 |#1|) (-10 -7 (-15 -1830 ((-2 (|:| |coef1| (-564)) (|:| |coef2| (-564)) (|:| |prim| (-1166 |#1|))) (-949 |#1|) (-1170) (-949 |#1|) (-1170))) (-15 -1830 ((-2 (|:| -2860 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -1830 ((-2 (|:| -2860 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170)) (-1170)))) (-13 (-363) (-147))) (T -957))
+((-1830 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170))) (-5 *5 (-1170)) (-4 *6 (-13 (-363) (-147))) (-5 *2 (-2 (|:| -2860 (-641 (-564))) (|:| |poly| (-641 (-1166 *6))) (|:| |prim| (-1166 *6)))) (-5 *1 (-957 *6)))) (-1830 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170))) (-4 *5 (-13 (-363) (-147))) (-5 *2 (-2 (|:| -2860 (-641 (-564))) (|:| |poly| (-641 (-1166 *5))) (|:| |prim| (-1166 *5)))) (-5 *1 (-957 *5)))) (-1830 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-949 *5)) (-5 *4 (-1170)) (-4 *5 (-13 (-363) (-147))) (-5 *2 (-2 (|:| |coef1| (-564)) (|:| |coef2| (-564)) (|:| |prim| (-1166 *5)))) (-5 *1 (-957 *5)))))
+(-10 -7 (-15 -1830 ((-2 (|:| |coef1| (-564)) (|:| |coef2| (-564)) (|:| |prim| (-1166 |#1|))) (-949 |#1|) (-1170) (-949 |#1|) (-1170))) (-15 -1830 ((-2 (|:| -2860 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170)))) (-15 -1830 ((-2 (|:| -2860 (-641 (-564))) (|:| |poly| (-641 (-1166 |#1|))) (|:| |prim| (-1166 |#1|))) (-641 (-949 |#1|)) (-641 (-1170)) (-1170))))
+((-2679 (((-641 |#1|) |#1| |#1|) 46)) (-1420 (((-112) |#1|) 43)) (-1661 ((|#1| |#1|) 80)) (-2064 ((|#1| |#1|) 79)))
+(((-958 |#1|) (-10 -7 (-15 -1420 ((-112) |#1|)) (-15 -2064 (|#1| |#1|)) (-15 -1661 (|#1| |#1|)) (-15 -2679 ((-641 |#1|) |#1| |#1|))) (-545)) (T -958))
+((-2679 (*1 *2 *3 *3) (-12 (-5 *2 (-641 *3)) (-5 *1 (-958 *3)) (-4 *3 (-545)))) (-1661 (*1 *2 *2) (-12 (-5 *1 (-958 *2)) (-4 *2 (-545)))) (-2064 (*1 *2 *2) (-12 (-5 *1 (-958 *2)) (-4 *2 (-545)))) (-1420 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-958 *3)) (-4 *3 (-545)))))
+(-10 -7 (-15 -1420 ((-112) |#1|)) (-15 -2064 (|#1| |#1|)) (-15 -1661 (|#1| |#1|)) (-15 -2679 ((-641 |#1|) |#1| |#1|)))
+((-3536 (((-1264) (-859)) 9)))
+(((-959) (-10 -7 (-15 -3536 ((-1264) (-859))))) (T -959))
+((-3536 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-959)))))
+(-10 -7 (-15 -3536 ((-1264) (-859))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 76 (|has| |#1| (-556)))) (-1537 (($ $) 77 (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 34)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3396 (($ $) 31)) (-3733 (((-3 $ "failed") $) 41)) (-3031 (($ $) NIL (|has| |#1| (-452)))) (-2055 (($ $ |#1| |#2| $) 60)) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) 17)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| |#2|) NIL)) (-1826 ((|#2| $) 24)) (-2546 (($ (-1 |#2| |#2|) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3356 (($ $) 28)) (-3370 ((|#1| $) 26)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) 50)) (-3341 ((|#1| $) NIL)) (-3798 (($ $ |#2| |#1| $) 88 (-12 (|has| |#2| (-131)) (|has| |#1| (-556))))) (-1403 (((-3 $ "failed") $ $) 89 (|has| |#1| (-556))) (((-3 $ "failed") $ |#1|) 83 (|has| |#1| (-556)))) (-1619 ((|#2| $) 22)) (-3008 ((|#1| $) NIL (|has| |#1| (-452)))) (-1831 (((-859) $) NIL) (($ (-564)) 45) (($ $) NIL (|has| |#1| (-556))) (($ |#1|) 40) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ |#2|) 37)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) 15 T CONST)) (-3154 (($ $ $ (-768)) 72 (|has| |#1| (-172)))) (-3939 (((-112) $ $) 82 (|has| |#1| (-556)))) (-1293 (($) 27 T CONST)) (-1300 (($) 12 T CONST)) (-1702 (((-112) $ $) 81)) (-1823 (($ $ |#1|) 90 (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) 67) (($ $ (-768)) 65)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 64) (($ $ |#1|) 62) (($ |#1| $) 61) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-960 |#1| |#2|) (-13 (-326 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-556)) (IF (|has| |#2| (-131)) (-15 -3798 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4404)) (-6 -4404) |%noBranch|))) (-1046) (-789)) (T -960))
+((-3798 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-960 *3 *2)) (-4 *2 (-131)) (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *2 (-789)))))
+(-13 (-326 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-556)) (IF (|has| |#2| (-131)) (-15 -3798 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4404)) (-6 -4404) |%noBranch|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL (-4078 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790)))))) (-1986 (($ $ $) 65 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))) (-4088 (((-3 $ "failed") $ $) 52 (-4078 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790)))))) (-3267 (((-768)) 36 (-12 (|has| |#1| (-368)) (|has| |#2| (-368))))) (-3110 ((|#2| $) 22)) (-4314 ((|#1| $) 21)) (-1778 (($) NIL (-4078 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790)))) CONST)) (-3733 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723)))))) (-2900 (($) NIL (-12 (|has| |#1| (-368)) (|has| |#2| (-368))))) (-2949 (((-112) $) NIL (-4078 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723)))))) (-1925 (($ $ $) NIL (-4078 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-3375 (($ $ $) NIL (-4078 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-2990 (($ |#1| |#2|) 20)) (-1811 (((-918) $) NIL (-12 (|has| |#1| (-368)) (|has| |#2| (-368))))) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 39 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))))) (-1468 (($ (-918)) NIL (-12 (|has| |#1| (-368)) (|has| |#2| (-368))))) (-2780 (((-1114) $) NIL)) (-3047 (($ $ $) NIL (-12 (|has| |#1| (-473)) (|has| |#2| (-473))))) (-1992 (($ $ $) NIL (-12 (|has| |#1| (-473)) (|has| |#2| (-473))))) (-1831 (((-859) $) 14)) (-1293 (($) 42 (-4078 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790)))) CONST)) (-1300 (($) 25 (-4078 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723)))) CONST)) (-1762 (((-112) $ $) NIL (-4078 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-1737 (((-112) $ $) NIL (-4078 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-1702 (((-112) $ $) 19)) (-1749 (((-112) $ $) NIL (-4078 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-1723 (((-112) $ $) 69 (-4078 (-12 (|has| |#1| (-790)) (|has| |#2| (-790))) (-12 (|has| |#1| (-847)) (|has| |#2| (-847)))))) (-1823 (($ $ $) NIL (-12 (|has| |#1| (-473)) (|has| |#2| (-473))))) (-1808 (($ $ $) 58 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ $) 55 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))))) (-1797 (($ $ $) 45 (-4078 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790)))))) (** (($ $ (-564)) NIL (-12 (|has| |#1| (-473)) (|has| |#2| (-473)))) (($ $ (-768)) 32 (-4078 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723))))) (($ $ (-918)) NIL (-4078 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723)))))) (* (($ (-564) $) 62 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ (-768) $) 48 (-4078 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))) (($ (-918) $) NIL (-4078 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-790)) (|has| |#2| (-790))))) (($ $ $) 28 (-4078 (-12 (|has| |#1| (-473)) (|has| |#2| (-473))) (-12 (|has| |#1| (-723)) (|has| |#2| (-723)))))))
+(((-961 |#1| |#2|) (-13 (-1094) (-10 -8 (IF (|has| |#1| (-368)) (IF (|has| |#2| (-368)) (-6 (-368)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-723)) (IF (|has| |#2| (-723)) (-6 (-723)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-131)) (IF (|has| |#2| (-131)) (-6 (-131)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-473)) (IF (|has| |#2| (-473)) (-6 (-473)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-790)) (IF (|has| |#2| (-790)) (-6 (-790)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-847)) (IF (|has| |#2| (-847)) (-6 (-847)) |%noBranch|) |%noBranch|) (-15 -2990 ($ |#1| |#2|)) (-15 -4314 (|#1| $)) (-15 -3110 (|#2| $)))) (-1094) (-1094)) (T -961))
+((-2990 (*1 *1 *2 *3) (-12 (-5 *1 (-961 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-4314 (*1 *2 *1) (-12 (-4 *2 (-1094)) (-5 *1 (-961 *2 *3)) (-4 *3 (-1094)))) (-3110 (*1 *2 *1) (-12 (-4 *2 (-1094)) (-5 *1 (-961 *3 *2)) (-4 *3 (-1094)))))
+(-13 (-1094) (-10 -8 (IF (|has| |#1| (-368)) (IF (|has| |#2| (-368)) (-6 (-368)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-723)) (IF (|has| |#2| (-723)) (-6 (-723)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-131)) (IF (|has| |#2| (-131)) (-6 (-131)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-473)) (IF (|has| |#2| (-473)) (-6 (-473)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-790)) (IF (|has| |#2| (-790)) (-6 (-790)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-847)) (IF (|has| |#2| (-847)) (-6 (-847)) |%noBranch|) |%noBranch|) (-15 -2990 ($ |#1| |#2|)) (-15 -4314 (|#1| $)) (-15 -3110 (|#2| $))))
+((-1522 (((-1098) $) 13)) (-2483 (($ (-1170) (-1098)) 14)) (-1316 (((-1170) $) 11)) (-1831 (((-859) $) 24)))
+(((-962) (-13 (-611 (-859)) (-10 -8 (-15 -1316 ((-1170) $)) (-15 -1522 ((-1098) $)) (-15 -2483 ($ (-1170) (-1098)))))) (T -962))
+((-1316 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-962)))) (-1522 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-962)))) (-2483 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1098)) (-5 *1 (-962)))))
+(-13 (-611 (-859)) (-10 -8 (-15 -1316 ((-1170) $)) (-15 -1522 ((-1098) $)) (-15 -2483 ($ (-1170) (-1098)))))
+((-1817 (((-112) $ $) NIL)) (-4358 (($ $ $) 11)) (-4338 (($ $) 9)) (-2723 (((-1152) $) NIL)) (-3291 (((-687 |#1|) $) 23)) (-3305 (((-687 (-870 $ $)) $) 35)) (-3319 (((-687 $) $) 28)) (-3333 (((-687 (-870 $ $)) $) 36)) (-3347 (((-687 (-870 $ $)) $) 37)) (-3361 (((-687 (-870 $ $)) $) 34)) (-2957 (($ $ $) 12)) (-2780 (((-1114) $) NIL)) (-4134 (($ $ $) 13)) (-1831 (((-859) $) 39) (($ |#1|) 8)) (-4348 (($ $ $) 10)) (-1702 (((-112) $ $) NIL)))
+(((-963 |#1|) (-13 (-964) (-614 |#1|) (-10 -8 (-15 -3291 ((-687 |#1|) $)) (-15 -3319 ((-687 $) $)) (-15 -3361 ((-687 (-870 $ $)) $)) (-15 -3305 ((-687 (-870 $ $)) $)) (-15 -3333 ((-687 (-870 $ $)) $)) (-15 -3347 ((-687 (-870 $ $)) $)))) (-1094)) (T -963))
+((-3291 (*1 *2 *1) (-12 (-5 *2 (-687 *3)) (-5 *1 (-963 *3)) (-4 *3 (-1094)))) (-3319 (*1 *2 *1) (-12 (-5 *2 (-687 (-963 *3))) (-5 *1 (-963 *3)) (-4 *3 (-1094)))) (-3361 (*1 *2 *1) (-12 (-5 *2 (-687 (-870 (-963 *3) (-963 *3)))) (-5 *1 (-963 *3)) (-4 *3 (-1094)))) (-3305 (*1 *2 *1) (-12 (-5 *2 (-687 (-870 (-963 *3) (-963 *3)))) (-5 *1 (-963 *3)) (-4 *3 (-1094)))) (-3333 (*1 *2 *1) (-12 (-5 *2 (-687 (-870 (-963 *3) (-963 *3)))) (-5 *1 (-963 *3)) (-4 *3 (-1094)))) (-3347 (*1 *2 *1) (-12 (-5 *2 (-687 (-870 (-963 *3) (-963 *3)))) (-5 *1 (-963 *3)) (-4 *3 (-1094)))))
+(-13 (-964) (-614 |#1|) (-10 -8 (-15 -3291 ((-687 |#1|) $)) (-15 -3319 ((-687 $) $)) (-15 -3361 ((-687 (-870 $ $)) $)) (-15 -3305 ((-687 (-870 $ $)) $)) (-15 -3333 ((-687 (-870 $ $)) $)) (-15 -3347 ((-687 (-870 $ $)) $))))
+((-1817 (((-112) $ $) 7)) (-4358 (($ $ $) 15)) (-4338 (($ $) 17)) (-2723 (((-1152) $) 9)) (-2957 (($ $ $) 14)) (-2780 (((-1114) $) 10)) (-4134 (($ $ $) 13)) (-1831 (((-859) $) 11)) (-4348 (($ $ $) 16)) (-1702 (((-112) $ $) 6)))
(((-964) (-140)) (T -964))
-((-2819 (*1 *1 *1) (-4 *1 (-964))) (-2832 (*1 *1 *1 *1) (-4 *1 (-964))) (-2844 (*1 *1 *1 *1) (-4 *1 (-964))) (-1551 (*1 *1 *1 *1) (-4 *1 (-964))) (-3468 (*1 *1 *1 *1) (-4 *1 (-964))))
-(-13 (-1094) (-10 -8 (-15 -2819 ($ $)) (-15 -2832 ($ $ $)) (-15 -2844 ($ $ $)) (-15 -1551 ($ $ $)) (-15 -3468 ($ $ $))))
+((-4338 (*1 *1 *1) (-4 *1 (-964))) (-4348 (*1 *1 *1 *1) (-4 *1 (-964))) (-4358 (*1 *1 *1 *1) (-4 *1 (-964))) (-2957 (*1 *1 *1 *1) (-4 *1 (-964))) (-4134 (*1 *1 *1 *1) (-4 *1 (-964))))
+(-13 (-1094) (-10 -8 (-15 -4338 ($ $)) (-15 -4348 ($ $ $)) (-15 -4358 ($ $ $)) (-15 -2957 ($ $ $)) (-15 -4134 ($ $ $))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) 8)) (-1692 (($) 7 T CONST)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-2915 (($ $ $) 43)) (-2057 (($ $ $) 44)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1650 ((|#1| $) 45)) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 40)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) 42)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) 8)) (-1778 (($) 7 T CONST)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2429 (($ $ $) 43)) (-3956 (($ $ $) 44)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3375 ((|#1| $) 45)) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 40)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) 42)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-965 |#1|) (-140) (-847)) (T -965))
-((-1650 (*1 *2 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847)))) (-2057 (*1 *1 *1 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847)))) (-2915 (*1 *1 *1 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4412) (-15 -1650 (|t#1| $)) (-15 -2057 ($ $ $)) (-15 -2915 ($ $ $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-1625 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3377 |#2|)) |#2| |#2|) 104)) (-2490 ((|#2| |#2| |#2|) 102)) (-3020 (((-2 (|:| |coef2| |#2|) (|:| -3377 |#2|)) |#2| |#2|) 106)) (-3291 (((-2 (|:| |coef1| |#2|) (|:| -3377 |#2|)) |#2| |#2|) 108)) (-3287 (((-2 (|:| |coef2| |#2|) (|:| -3352 |#1|)) |#2| |#2|) 130 (|has| |#1| (-452)))) (-2648 (((-2 (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|) 56)) (-2373 (((-2 (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|) 80)) (-2370 (((-2 (|:| |coef1| |#2|) (|:| -3378 |#1|)) |#2| |#2|) 82)) (-2678 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 95)) (-2568 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768)) 88)) (-2661 (((-2 (|:| |coef2| |#2|) (|:| -3928 |#1|)) |#2|) 120)) (-1441 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768)) 91)) (-3358 (((-641 (-768)) |#2| |#2|) 101)) (-1661 ((|#1| |#2| |#2|) 50)) (-4343 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3352 |#1|)) |#2| |#2|) 128 (|has| |#1| (-452)))) (-3352 ((|#1| |#2| |#2|) 126 (|has| |#1| (-452)))) (-2647 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|) 54)) (-1899 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|) 79)) (-3378 ((|#1| |#2| |#2|) 76)) (-2737 (((-2 (|:| -2784 |#1|) (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2|) 41)) (-2636 ((|#2| |#2| |#2| |#2| |#1|) 66)) (-2932 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 93)) (-3994 ((|#2| |#2| |#2|) 92)) (-2321 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768)) 86)) (-2411 ((|#2| |#2| |#2| (-768)) 84)) (-3377 ((|#2| |#2| |#2|) 134 (|has| |#1| (-452)))) (-2628 (((-1259 |#2|) (-1259 |#2|) |#1|) 22)) (-3737 (((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2|) 46)) (-2975 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3928 |#1|)) |#2|) 118)) (-3928 ((|#1| |#2|) 115)) (-1681 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768)) 90)) (-2653 ((|#2| |#2| |#2| (-768)) 89)) (-1815 (((-641 |#2|) |#2| |#2|) 98)) (-3324 ((|#2| |#2| |#1| |#1| (-768)) 61)) (-4097 ((|#1| |#1| |#1| (-768)) 60)) (* (((-1259 |#2|) |#1| (-1259 |#2|)) 17)))
-(((-966 |#1| |#2|) (-10 -7 (-15 -3378 (|#1| |#2| |#2|)) (-15 -1899 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|)) (-15 -2373 ((-2 (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|)) (-15 -2370 ((-2 (|:| |coef1| |#2|) (|:| -3378 |#1|)) |#2| |#2|)) (-15 -2411 (|#2| |#2| |#2| (-768))) (-15 -2321 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -2568 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -2653 (|#2| |#2| |#2| (-768))) (-15 -1681 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -1441 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -3994 (|#2| |#2| |#2|)) (-15 -2932 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2678 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2490 (|#2| |#2| |#2|)) (-15 -1625 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3377 |#2|)) |#2| |#2|)) (-15 -3020 ((-2 (|:| |coef2| |#2|) (|:| -3377 |#2|)) |#2| |#2|)) (-15 -3291 ((-2 (|:| |coef1| |#2|) (|:| -3377 |#2|)) |#2| |#2|)) (-15 -3928 (|#1| |#2|)) (-15 -2975 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3928 |#1|)) |#2|)) (-15 -2661 ((-2 (|:| |coef2| |#2|) (|:| -3928 |#1|)) |#2|)) (-15 -1815 ((-641 |#2|) |#2| |#2|)) (-15 -3358 ((-641 (-768)) |#2| |#2|)) (IF (|has| |#1| (-452)) (PROGN (-15 -3352 (|#1| |#2| |#2|)) (-15 -4343 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3352 |#1|)) |#2| |#2|)) (-15 -3287 ((-2 (|:| |coef2| |#2|) (|:| -3352 |#1|)) |#2| |#2|)) (-15 -3377 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1259 |#2|) |#1| (-1259 |#2|))) (-15 -2628 ((-1259 |#2|) (-1259 |#2|) |#1|)) (-15 -2737 ((-2 (|:| -2784 |#1|) (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2|)) (-15 -3737 ((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2|)) (-15 -4097 (|#1| |#1| |#1| (-768))) (-15 -3324 (|#2| |#2| |#1| |#1| (-768))) (-15 -2636 (|#2| |#2| |#2| |#2| |#1|)) (-15 -1661 (|#1| |#2| |#2|)) (-15 -2647 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|)) (-15 -2648 ((-2 (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|))) (-556) (-1235 |#1|)) (T -966))
-((-2648 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3378 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2647 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3378 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1661 (*1 *2 *3 *3) (-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2)))) (-2636 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))) (-3324 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-768)) (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))) (-4097 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *2 (-556)) (-5 *1 (-966 *2 *4)) (-4 *4 (-1235 *2)))) (-3737 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2737 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| -2784 *4) (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2628 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-556)) (-5 *1 (-966 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1259 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-556)) (-5 *1 (-966 *3 *4)))) (-3377 (*1 *2 *2 *2) (-12 (-4 *3 (-452)) (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))) (-3287 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3352 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-4343 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3352 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-3352 (*1 *2 *3 *3) (-12 (-4 *2 (-556)) (-4 *2 (-452)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2)))) (-3358 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 (-768))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1815 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2661 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3928 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2975 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3928 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-3928 (*1 *2 *3) (-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2)))) (-3291 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3377 *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-3020 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3377 *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1625 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3377 *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2490 (*1 *2 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))) (-2678 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2932 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-3994 (*1 *2 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))) (-1441 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))) (-1681 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))) (-2653 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-556)) (-5 *1 (-966 *4 *2)) (-4 *2 (-1235 *4)))) (-2568 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))) (-2321 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))) (-2411 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-556)) (-5 *1 (-966 *4 *2)) (-4 *2 (-1235 *4)))) (-2370 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3378 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2373 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3378 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1899 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3378 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-3378 (*1 *2 *3 *3) (-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2)))))
-(-10 -7 (-15 -3378 (|#1| |#2| |#2|)) (-15 -1899 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|)) (-15 -2373 ((-2 (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|)) (-15 -2370 ((-2 (|:| |coef1| |#2|) (|:| -3378 |#1|)) |#2| |#2|)) (-15 -2411 (|#2| |#2| |#2| (-768))) (-15 -2321 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -2568 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -2653 (|#2| |#2| |#2| (-768))) (-15 -1681 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -1441 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -3994 (|#2| |#2| |#2|)) (-15 -2932 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2678 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2490 (|#2| |#2| |#2|)) (-15 -1625 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3377 |#2|)) |#2| |#2|)) (-15 -3020 ((-2 (|:| |coef2| |#2|) (|:| -3377 |#2|)) |#2| |#2|)) (-15 -3291 ((-2 (|:| |coef1| |#2|) (|:| -3377 |#2|)) |#2| |#2|)) (-15 -3928 (|#1| |#2|)) (-15 -2975 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3928 |#1|)) |#2|)) (-15 -2661 ((-2 (|:| |coef2| |#2|) (|:| -3928 |#1|)) |#2|)) (-15 -1815 ((-641 |#2|) |#2| |#2|)) (-15 -3358 ((-641 (-768)) |#2| |#2|)) (IF (|has| |#1| (-452)) (PROGN (-15 -3352 (|#1| |#2| |#2|)) (-15 -4343 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3352 |#1|)) |#2| |#2|)) (-15 -3287 ((-2 (|:| |coef2| |#2|) (|:| -3352 |#1|)) |#2| |#2|)) (-15 -3377 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1259 |#2|) |#1| (-1259 |#2|))) (-15 -2628 ((-1259 |#2|) (-1259 |#2|) |#1|)) (-15 -2737 ((-2 (|:| -2784 |#1|) (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2|)) (-15 -3737 ((-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) |#2| |#2|)) (-15 -4097 (|#1| |#1| |#1| (-768))) (-15 -3324 (|#2| |#2| |#1| |#1| (-768))) (-15 -2636 (|#2| |#2| |#2| |#2| |#1|)) (-15 -1661 (|#1| |#2| |#2|)) (-15 -2647 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|)) (-15 -2648 ((-2 (|:| |coef2| |#2|) (|:| -3378 |#1|)) |#2| |#2|)))
-((-1709 (((-112) $ $) NIL)) (-4245 (((-1208) $) 13)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3734 (((-1129) $) 10)) (-1721 (((-859) $) 20) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-967) (-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $)) (-15 -4245 ((-1208) $))))) (T -967))
-((-3734 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-967)))) (-4245 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-967)))))
-(-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $)) (-15 -4245 ((-1208) $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) 37)) (-1692 (($) NIL T CONST)) (-2006 (((-641 (-641 (-564))) (-641 (-564))) 46)) (-3793 (((-564) $) 70)) (-3619 (($ (-641 (-564))) 18)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2153 (((-641 (-564)) $) 13)) (-3601 (($ $) 50)) (-1721 (((-859) $) 66) (((-641 (-564)) $) 11)) (-2885 (($) 8 T CONST)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 25)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 24)) (-2956 (($ $ $) 26)) (* (($ (-918) $) NIL) (($ (-768) $) 35)))
-(((-968) (-13 (-792) (-612 (-641 (-564))) (-611 (-641 (-564))) (-10 -8 (-15 -3619 ($ (-641 (-564)))) (-15 -2006 ((-641 (-641 (-564))) (-641 (-564)))) (-15 -3793 ((-564) $)) (-15 -3601 ($ $))))) (T -968))
-((-3619 (*1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-968)))) (-2006 (*1 *2 *3) (-12 (-5 *2 (-641 (-641 (-564)))) (-5 *1 (-968)) (-5 *3 (-641 (-564))))) (-3793 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-968)))) (-3601 (*1 *1 *1) (-5 *1 (-968))))
-(-13 (-792) (-612 (-641 (-564))) (-611 (-641 (-564))) (-10 -8 (-15 -3619 ($ (-641 (-564)))) (-15 -2006 ((-641 (-641 (-564))) (-641 (-564)))) (-15 -3793 ((-564) $)) (-15 -3601 ($ $))))
-((-2983 (($ $ |#2|) 31)) (-2970 (($ $) 23) (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 17) (($ $ $) NIL) (($ $ |#2|) 21) (($ |#2| $) 20) (($ (-407 (-564)) $) 27) (($ $ (-407 (-564))) 29)))
-(((-969 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -2983 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|))) (-970 |#2| |#3| |#4|) (-1046) (-789) (-847)) (T -969))
-NIL
-(-10 -8 (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -2983 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4153 (((-641 |#3|) $) 77)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-4010 (($ $) 55 (|has| |#1| (-556)))) (-2662 (((-112) $) 57 (|has| |#1| (-556)))) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-4316 (($ $) 63)) (-3233 (((-3 $ "failed") $) 33)) (-2214 (((-112) $) 76)) (-3282 (((-112) $) 31)) (-1924 (((-112) $) 65)) (-4132 (($ |#1| |#2|) 64) (($ $ |#3| |#2|) 79) (($ $ (-641 |#3|) (-641 |#2|)) 78)) (-2110 (($ (-1 |#1| |#1|) $) 66)) (-4280 (($ $) 68)) (-4292 ((|#1| $) 69)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-2628 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-4341 ((|#2| $) 67)) (-4072 (($ $) 75)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556))) (($ |#1|) 50 (|has| |#1| (-172)))) (-1346 ((|#1| $ |#2|) 62)) (-2684 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 56 (|has| |#1| (-556)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 61 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
+((-3375 (*1 *2 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847)))) (-3956 (*1 *1 *1 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847)))) (-2429 (*1 *1 *1 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4406) (-15 -3375 (|t#1| $)) (-15 -3956 ($ $ $)) (-15 -2429 ($ $ $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-2425 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2777 |#2|)) |#2| |#2|) 104)) (-2749 ((|#2| |#2| |#2|) 102)) (-2081 (((-2 (|:| |coef2| |#2|) (|:| -2777 |#2|)) |#2| |#2|) 106)) (-3029 (((-2 (|:| |coef1| |#2|) (|:| -2777 |#2|)) |#2| |#2|) 108)) (-2987 (((-2 (|:| |coef2| |#2|) (|:| -2362 |#1|)) |#2| |#2|) 130 (|has| |#1| (-452)))) (-1807 (((-2 (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|) 56)) (-4074 (((-2 (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|) 80)) (-4044 (((-2 (|:| |coef1| |#2|) (|:| -1357 |#1|)) |#2| |#2|) 82)) (-3978 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 95)) (-2247 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768)) 88)) (-1921 (((-2 (|:| |coef2| |#2|) (|:| -3190 |#1|)) |#2|) 120)) (-3101 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768)) 91)) (-2426 (((-641 (-768)) |#2| |#2|) 101)) (-1487 ((|#1| |#2| |#2|) 50)) (-1646 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2362 |#1|)) |#2| |#2|) 128 (|has| |#1| (-452)))) (-2362 ((|#1| |#2| |#2|) 126 (|has| |#1| (-452)))) (-1796 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|) 54)) (-3022 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|) 79)) (-1357 ((|#1| |#2| |#2|) 76)) (-1330 (((-2 (|:| -2860 |#1|) (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2|) 41)) (-1700 ((|#2| |#2| |#2| |#2| |#1|) 66)) (-2602 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 93)) (-2624 ((|#2| |#2| |#2|) 92)) (-1612 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768)) 86)) (-4386 ((|#2| |#2| |#2| (-768)) 84)) (-2777 ((|#2| |#2| |#2|) 134 (|has| |#1| (-452)))) (-1403 (((-1259 |#2|) (-1259 |#2|) |#1|) 22)) (-1922 (((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2|) 46)) (-1756 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3190 |#1|)) |#2|) 118)) (-3190 ((|#1| |#2|) 115)) (-1659 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768)) 90)) (-1859 ((|#2| |#2| |#2| (-768)) 89)) (-3532 (((-641 |#2|) |#2| |#2|) 98)) (-2099 ((|#2| |#2| |#1| |#1| (-768)) 61)) (-4237 ((|#1| |#1| |#1| (-768)) 60)) (* (((-1259 |#2|) |#1| (-1259 |#2|)) 17)))
+(((-966 |#1| |#2|) (-10 -7 (-15 -1357 (|#1| |#2| |#2|)) (-15 -3022 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|)) (-15 -4074 ((-2 (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|)) (-15 -4044 ((-2 (|:| |coef1| |#2|) (|:| -1357 |#1|)) |#2| |#2|)) (-15 -4386 (|#2| |#2| |#2| (-768))) (-15 -1612 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -2247 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -1859 (|#2| |#2| |#2| (-768))) (-15 -1659 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -3101 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -2624 (|#2| |#2| |#2|)) (-15 -2602 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3978 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2749 (|#2| |#2| |#2|)) (-15 -2425 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2777 |#2|)) |#2| |#2|)) (-15 -2081 ((-2 (|:| |coef2| |#2|) (|:| -2777 |#2|)) |#2| |#2|)) (-15 -3029 ((-2 (|:| |coef1| |#2|) (|:| -2777 |#2|)) |#2| |#2|)) (-15 -3190 (|#1| |#2|)) (-15 -1756 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3190 |#1|)) |#2|)) (-15 -1921 ((-2 (|:| |coef2| |#2|) (|:| -3190 |#1|)) |#2|)) (-15 -3532 ((-641 |#2|) |#2| |#2|)) (-15 -2426 ((-641 (-768)) |#2| |#2|)) (IF (|has| |#1| (-452)) (PROGN (-15 -2362 (|#1| |#2| |#2|)) (-15 -1646 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2362 |#1|)) |#2| |#2|)) (-15 -2987 ((-2 (|:| |coef2| |#2|) (|:| -2362 |#1|)) |#2| |#2|)) (-15 -2777 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1259 |#2|) |#1| (-1259 |#2|))) (-15 -1403 ((-1259 |#2|) (-1259 |#2|) |#1|)) (-15 -1330 ((-2 (|:| -2860 |#1|) (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2|)) (-15 -1922 ((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2|)) (-15 -4237 (|#1| |#1| |#1| (-768))) (-15 -2099 (|#2| |#2| |#1| |#1| (-768))) (-15 -1700 (|#2| |#2| |#2| |#2| |#1|)) (-15 -1487 (|#1| |#2| |#2|)) (-15 -1796 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|)) (-15 -1807 ((-2 (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|))) (-556) (-1235 |#1|)) (T -966))
+((-1807 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1357 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1796 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1357 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1487 (*1 *2 *3 *3) (-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2)))) (-1700 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))) (-2099 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-768)) (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))) (-4237 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *2 (-556)) (-5 *1 (-966 *2 *4)) (-4 *4 (-1235 *2)))) (-1922 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1330 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| -2860 *4) (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1403 (*1 *2 *2 *3) (-12 (-5 *2 (-1259 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-556)) (-5 *1 (-966 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1259 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-556)) (-5 *1 (-966 *3 *4)))) (-2777 (*1 *2 *2 *2) (-12 (-4 *3 (-452)) (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))) (-2987 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2362 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1646 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2362 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2362 (*1 *2 *3 *3) (-12 (-4 *2 (-556)) (-4 *2 (-452)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2)))) (-2426 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 (-768))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-3532 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1921 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3190 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1756 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3190 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-3190 (*1 *2 *3) (-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2)))) (-3029 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2777 *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2081 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2777 *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2425 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2777 *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2749 (*1 *2 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))) (-3978 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2602 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-2624 (*1 *2 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))) (-3101 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))) (-1659 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))) (-1859 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-556)) (-5 *1 (-966 *4 *2)) (-4 *2 (-1235 *4)))) (-2247 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))) (-1612 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))) (-4386 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-556)) (-5 *1 (-966 *4 *2)) (-4 *2 (-1235 *4)))) (-4044 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -1357 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-4074 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1357 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-3022 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1357 *4))) (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))) (-1357 (*1 *2 *3 *3) (-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2)))))
+(-10 -7 (-15 -1357 (|#1| |#2| |#2|)) (-15 -3022 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|)) (-15 -4074 ((-2 (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|)) (-15 -4044 ((-2 (|:| |coef1| |#2|) (|:| -1357 |#1|)) |#2| |#2|)) (-15 -4386 (|#2| |#2| |#2| (-768))) (-15 -1612 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -2247 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -1859 (|#2| |#2| |#2| (-768))) (-15 -1659 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -3101 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-768))) (-15 -2624 (|#2| |#2| |#2|)) (-15 -2602 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3978 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2749 (|#2| |#2| |#2|)) (-15 -2425 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2777 |#2|)) |#2| |#2|)) (-15 -2081 ((-2 (|:| |coef2| |#2|) (|:| -2777 |#2|)) |#2| |#2|)) (-15 -3029 ((-2 (|:| |coef1| |#2|) (|:| -2777 |#2|)) |#2| |#2|)) (-15 -3190 (|#1| |#2|)) (-15 -1756 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3190 |#1|)) |#2|)) (-15 -1921 ((-2 (|:| |coef2| |#2|) (|:| -3190 |#1|)) |#2|)) (-15 -3532 ((-641 |#2|) |#2| |#2|)) (-15 -2426 ((-641 (-768)) |#2| |#2|)) (IF (|has| |#1| (-452)) (PROGN (-15 -2362 (|#1| |#2| |#2|)) (-15 -1646 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2362 |#1|)) |#2| |#2|)) (-15 -2987 ((-2 (|:| |coef2| |#2|) (|:| -2362 |#1|)) |#2| |#2|)) (-15 -2777 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1259 |#2|) |#1| (-1259 |#2|))) (-15 -1403 ((-1259 |#2|) (-1259 |#2|) |#1|)) (-15 -1330 ((-2 (|:| -2860 |#1|) (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2|)) (-15 -1922 ((-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) |#2| |#2|)) (-15 -4237 (|#1| |#1| |#1| (-768))) (-15 -2099 (|#2| |#2| |#1| |#1| (-768))) (-15 -1700 (|#2| |#2| |#2| |#2| |#1|)) (-15 -1487 (|#1| |#2| |#2|)) (-15 -1796 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|)) (-15 -1807 ((-2 (|:| |coef2| |#2|) (|:| -1357 |#1|)) |#2| |#2|)))
+((-1817 (((-112) $ $) NIL)) (-4352 (((-1208) $) 13)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3877 (((-1129) $) 10)) (-1831 (((-859) $) 20) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-967) (-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $)) (-15 -4352 ((-1208) $))))) (T -967))
+((-3877 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-967)))) (-4352 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-967)))))
+(-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $)) (-15 -4352 ((-1208) $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) 37)) (-1778 (($) NIL T CONST)) (-1550 (((-641 (-641 (-564))) (-641 (-564))) 46)) (-4307 (((-564) $) 70)) (-1983 (($ (-641 (-564))) 18)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2511 (((-641 (-564)) $) 13)) (-3047 (($ $) 50)) (-1831 (((-859) $) 66) (((-641 (-564)) $) 11)) (-1293 (($) 8 T CONST)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 25)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 24)) (-1797 (($ $ $) 26)) (* (($ (-918) $) NIL) (($ (-768) $) 35)))
+(((-968) (-13 (-792) (-612 (-641 (-564))) (-611 (-641 (-564))) (-10 -8 (-15 -1983 ($ (-641 (-564)))) (-15 -1550 ((-641 (-641 (-564))) (-641 (-564)))) (-15 -4307 ((-564) $)) (-15 -3047 ($ $))))) (T -968))
+((-1983 (*1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-968)))) (-1550 (*1 *2 *3) (-12 (-5 *2 (-641 (-641 (-564)))) (-5 *1 (-968)) (-5 *3 (-641 (-564))))) (-4307 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-968)))) (-3047 (*1 *1 *1) (-5 *1 (-968))))
+(-13 (-792) (-612 (-641 (-564))) (-611 (-641 (-564))) (-10 -8 (-15 -1983 ($ (-641 (-564)))) (-15 -1550 ((-641 (-641 (-564))) (-641 (-564)))) (-15 -4307 ((-564) $)) (-15 -3047 ($ $))))
+((-1823 (($ $ |#2|) 31)) (-1808 (($ $) 23) (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 17) (($ $ $) NIL) (($ $ |#2|) 21) (($ |#2| $) 20) (($ (-407 (-564)) $) 27) (($ $ (-407 (-564))) 29)))
+(((-969 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1823 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|))) (-970 |#2| |#3| |#4|) (-1046) (-789) (-847)) (T -969))
+NIL
+(-10 -8 (-15 * (|#1| |#1| (-407 (-564)))) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 -1823 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 * (|#1| (-918) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3209 (((-641 |#3|) $) 77)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-1537 (($ $) 55 (|has| |#1| (-556)))) (-1932 (((-112) $) 57 (|has| |#1| (-556)))) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3396 (($ $) 63)) (-3733 (((-3 $ "failed") $) 33)) (-3030 (((-112) $) 76)) (-2949 (((-112) $) 31)) (-2003 (((-112) $) 65)) (-3186 (($ |#1| |#2|) 64) (($ $ |#3| |#2|) 79) (($ $ (-641 |#3|) (-641 |#2|)) 78)) (-2449 (($ (-1 |#1| |#1|) $) 66)) (-3356 (($ $) 68)) (-3370 ((|#1| $) 69)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1403 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-1619 ((|#2| $) 67)) (-4037 (($ $) 75)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556))) (($ |#1|) 50 (|has| |#1| (-172)))) (-2742 ((|#1| $ |#2|) 62)) (-4018 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 56 (|has| |#1| (-556)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 61 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
(((-970 |#1| |#2| |#3|) (-140) (-1046) (-789) (-847)) (T -970))
-((-4292 (*1 *2 *1) (-12 (-4 *1 (-970 *2 *3 *4)) (-4 *3 (-789)) (-4 *4 (-847)) (-4 *2 (-1046)))) (-4280 (*1 *1 *1) (-12 (-4 *1 (-970 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-789)) (-4 *4 (-847)))) (-4341 (*1 *2 *1) (-12 (-4 *1 (-970 *3 *2 *4)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *2 (-789)))) (-4132 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-970 *4 *3 *2)) (-4 *4 (-1046)) (-4 *3 (-789)) (-4 *2 (-847)))) (-4132 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *6)) (-5 *3 (-641 *5)) (-4 *1 (-970 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-789)) (-4 *6 (-847)))) (-4153 (*1 *2 *1) (-12 (-4 *1 (-970 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-789)) (-4 *5 (-847)) (-5 *2 (-641 *5)))) (-2214 (*1 *2 *1) (-12 (-4 *1 (-970 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-789)) (-4 *5 (-847)) (-5 *2 (-112)))) (-4072 (*1 *1 *1) (-12 (-4 *1 (-970 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-789)) (-4 *4 (-847)))))
-(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -4132 ($ $ |t#3| |t#2|)) (-15 -4132 ($ $ (-641 |t#3|) (-641 |t#2|))) (-15 -4280 ($ $)) (-15 -4292 (|t#1| $)) (-15 -4341 (|t#2| $)) (-15 -4153 ((-641 |t#3|) $)) (-15 -2214 ((-112) $)) (-15 -4072 ($ $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) |has| |#1| (-38 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-290) |has| |#1| (-556)) ((-556) |has| |#1| (-556)) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1426 (((-1088 (-225)) $) 8)) (-1413 (((-1088 (-225)) $) 9)) (-1402 (((-1088 (-225)) $) 10)) (-3649 (((-641 (-641 (-940 (-225)))) $) 11)) (-1721 (((-859) $) 6)))
+((-3370 (*1 *2 *1) (-12 (-4 *1 (-970 *2 *3 *4)) (-4 *3 (-789)) (-4 *4 (-847)) (-4 *2 (-1046)))) (-3356 (*1 *1 *1) (-12 (-4 *1 (-970 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-789)) (-4 *4 (-847)))) (-1619 (*1 *2 *1) (-12 (-4 *1 (-970 *3 *2 *4)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *2 (-789)))) (-3186 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-970 *4 *3 *2)) (-4 *4 (-1046)) (-4 *3 (-789)) (-4 *2 (-847)))) (-3186 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 *6)) (-5 *3 (-641 *5)) (-4 *1 (-970 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-789)) (-4 *6 (-847)))) (-3209 (*1 *2 *1) (-12 (-4 *1 (-970 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-789)) (-4 *5 (-847)) (-5 *2 (-641 *5)))) (-3030 (*1 *2 *1) (-12 (-4 *1 (-970 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-789)) (-4 *5 (-847)) (-5 *2 (-112)))) (-4037 (*1 *1 *1) (-12 (-4 *1 (-970 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-789)) (-4 *4 (-847)))))
+(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -3186 ($ $ |t#3| |t#2|)) (-15 -3186 ($ $ (-641 |t#3|) (-641 |t#2|))) (-15 -3356 ($ $)) (-15 -3370 (|t#1| $)) (-15 -1619 (|t#2| $)) (-15 -3209 ((-641 |t#3|) $)) (-15 -3030 ((-112) $)) (-15 -4037 ($ $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) |has| |#1| (-38 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-290) |has| |#1| (-556)) ((-556) |has| |#1| (-556)) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
+((-2238 (((-1088 (-225)) $) 8)) (-2225 (((-1088 (-225)) $) 9)) (-2213 (((-1088 (-225)) $) 10)) (-2279 (((-641 (-641 (-940 (-225)))) $) 11)) (-1831 (((-859) $) 6)))
(((-971) (-140)) (T -971))
-((-3649 (*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-641 (-641 (-940 (-225))))))) (-1402 (*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))) (-1413 (*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))) (-1426 (*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))))
-(-13 (-611 (-859)) (-10 -8 (-15 -3649 ((-641 (-641 (-940 (-225)))) $)) (-15 -1402 ((-1088 (-225)) $)) (-15 -1413 ((-1088 (-225)) $)) (-15 -1426 ((-1088 (-225)) $))))
+((-2279 (*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-641 (-641 (-940 (-225))))))) (-2213 (*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))) (-2225 (*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))) (-2238 (*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))))
+(-13 (-611 (-859)) (-10 -8 (-15 -2279 ((-641 (-641 (-940 (-225)))) $)) (-15 -2213 ((-1088 (-225)) $)) (-15 -2225 ((-1088 (-225)) $)) (-15 -2238 ((-1088 (-225)) $))))
(((-611 (-859)) . T))
-((-4153 (((-641 |#4|) $) 23)) (-2129 (((-112) $) 53)) (-3451 (((-112) $) 52)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#4|) 40)) (-1492 (((-112) $) 54)) (-1504 (((-112) $ $) 60)) (-3693 (((-112) $ $) 63)) (-3368 (((-112) $) 58)) (-2266 (((-641 |#5|) (-641 |#5|) $) 96)) (-3554 (((-641 |#5|) (-641 |#5|) $) 93)) (-3101 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 86)) (-1490 (((-641 |#4|) $) 27)) (-1714 (((-112) |#4| $) 33)) (-4188 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 79)) (-2718 (($ $ |#4|) 37)) (-3119 (($ $ |#4|) 36)) (-1442 (($ $ |#4|) 38)) (-2853 (((-112) $ $) 44)))
-(((-972 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3451 ((-112) |#1|)) (-15 -2266 ((-641 |#5|) (-641 |#5|) |#1|)) (-15 -3554 ((-641 |#5|) (-641 |#5|) |#1|)) (-15 -3101 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -4188 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -1492 ((-112) |#1|)) (-15 -3693 ((-112) |#1| |#1|)) (-15 -1504 ((-112) |#1| |#1|)) (-15 -3368 ((-112) |#1|)) (-15 -2129 ((-112) |#1|)) (-15 -3699 ((-2 (|:| |under| |#1|) (|:| -4037 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -2718 (|#1| |#1| |#4|)) (-15 -1442 (|#1| |#1| |#4|)) (-15 -3119 (|#1| |#1| |#4|)) (-15 -1714 ((-112) |#4| |#1|)) (-15 -1490 ((-641 |#4|) |#1|)) (-15 -4153 ((-641 |#4|) |#1|)) (-15 -2853 ((-112) |#1| |#1|))) (-973 |#2| |#3| |#4| |#5|) (-1046) (-790) (-847) (-1060 |#2| |#3| |#4|)) (T -972))
+((-3209 (((-641 |#4|) $) 23)) (-3449 (((-112) $) 53)) (-3961 (((-112) $) 52)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#4|) 40)) (-3602 (((-112) $) 54)) (-2495 (((-112) $ $) 60)) (-1495 (((-112) $ $) 63)) (-2536 (((-112) $) 58)) (-2338 (((-641 |#5|) (-641 |#5|) $) 96)) (-3814 (((-641 |#5|) (-641 |#5|) $) 93)) (-1678 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 86)) (-3580 (((-641 |#4|) $) 27)) (-3879 (((-112) |#4| $) 33)) (-2706 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 79)) (-4287 (($ $ |#4|) 37)) (-1887 (($ $ |#4|) 36)) (-3111 (($ $ |#4|) 38)) (-1702 (((-112) $ $) 44)))
+(((-972 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3961 ((-112) |#1|)) (-15 -2338 ((-641 |#5|) (-641 |#5|) |#1|)) (-15 -3814 ((-641 |#5|) (-641 |#5|) |#1|)) (-15 -1678 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2706 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3602 ((-112) |#1|)) (-15 -1495 ((-112) |#1| |#1|)) (-15 -2495 ((-112) |#1| |#1|)) (-15 -2536 ((-112) |#1|)) (-15 -3449 ((-112) |#1|)) (-15 -2861 ((-2 (|:| |under| |#1|) (|:| -1818 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4287 (|#1| |#1| |#4|)) (-15 -3111 (|#1| |#1| |#4|)) (-15 -1887 (|#1| |#1| |#4|)) (-15 -3879 ((-112) |#4| |#1|)) (-15 -3580 ((-641 |#4|) |#1|)) (-15 -3209 ((-641 |#4|) |#1|)) (-15 -1702 ((-112) |#1| |#1|))) (-973 |#2| |#3| |#4| |#5|) (-1046) (-790) (-847) (-1060 |#2| |#3| |#4|)) (T -972))
NIL
-(-10 -8 (-15 -3451 ((-112) |#1|)) (-15 -2266 ((-641 |#5|) (-641 |#5|) |#1|)) (-15 -3554 ((-641 |#5|) (-641 |#5|) |#1|)) (-15 -3101 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -4188 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -1492 ((-112) |#1|)) (-15 -3693 ((-112) |#1| |#1|)) (-15 -1504 ((-112) |#1| |#1|)) (-15 -3368 ((-112) |#1|)) (-15 -2129 ((-112) |#1|)) (-15 -3699 ((-2 (|:| |under| |#1|) (|:| -4037 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -2718 (|#1| |#1| |#4|)) (-15 -1442 (|#1| |#1| |#4|)) (-15 -3119 (|#1| |#1| |#4|)) (-15 -1714 ((-112) |#4| |#1|)) (-15 -1490 ((-641 |#4|) |#1|)) (-15 -4153 ((-641 |#4|) |#1|)) (-15 -2853 ((-112) |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-4153 (((-641 |#3|) $) 33)) (-2129 (((-112) $) 26)) (-3451 (((-112) $) 17 (|has| |#1| (-556)))) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) 27)) (-1729 (((-112) $ (-768)) 44)) (-3346 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4412)))) (-1692 (($) 45 T CONST)) (-1492 (((-112) $) 22 (|has| |#1| (-556)))) (-1504 (((-112) $ $) 24 (|has| |#1| (-556)))) (-3693 (((-112) $ $) 23 (|has| |#1| (-556)))) (-3368 (((-112) $) 25 (|has| |#1| (-556)))) (-2266 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) 36)) (-3437 (($ (-641 |#4|)) 35)) (-1928 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4412)))) (-1597 (((-641 |#4|) $) 52 (|has| $ (-6 -4412)))) (-3698 ((|#3| $) 34)) (-2575 (((-112) $ (-768)) 43)) (-4317 (((-641 |#4|) $) 53 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) 47)) (-1490 (((-641 |#3|) $) 32)) (-1714 (((-112) |#3| $) 31)) (-3715 (((-112) $ (-768)) 42)) (-2811 (((-1152) $) 9)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-4382 (((-1114) $) 10)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-2070 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) 38)) (-4102 (((-112) $) 41)) (-3456 (($) 40)) (-1292 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4412)))) (-1892 (($ $) 39)) (-2153 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1732 (($ (-641 |#4|)) 60)) (-2718 (($ $ |#3|) 28)) (-3119 (($ $ |#3|) 30)) (-1442 (($ $ |#3|) 29)) (-1721 (((-859) $) 11) (((-641 |#4|) $) 37)) (-2666 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 6)) (-3435 (((-768) $) 46 (|has| $ (-6 -4412)))))
+(-10 -8 (-15 -3961 ((-112) |#1|)) (-15 -2338 ((-641 |#5|) (-641 |#5|) |#1|)) (-15 -3814 ((-641 |#5|) (-641 |#5|) |#1|)) (-15 -1678 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2706 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3602 ((-112) |#1|)) (-15 -1495 ((-112) |#1| |#1|)) (-15 -2495 ((-112) |#1| |#1|)) (-15 -2536 ((-112) |#1|)) (-15 -3449 ((-112) |#1|)) (-15 -2861 ((-2 (|:| |under| |#1|) (|:| -1818 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4287 (|#1| |#1| |#4|)) (-15 -3111 (|#1| |#1| |#4|)) (-15 -1887 (|#1| |#1| |#4|)) (-15 -3879 ((-112) |#4| |#1|)) (-15 -3580 ((-641 |#4|) |#1|)) (-15 -3209 ((-641 |#4|) |#1|)) (-15 -1702 ((-112) |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-3209 (((-641 |#3|) $) 33)) (-3449 (((-112) $) 26)) (-3961 (((-112) $) 17 (|has| |#1| (-556)))) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) 27)) (-4010 (((-112) $ (-768)) 44)) (-3752 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4406)))) (-1778 (($) 45 T CONST)) (-3602 (((-112) $) 22 (|has| |#1| (-556)))) (-2495 (((-112) $ $) 24 (|has| |#1| (-556)))) (-1495 (((-112) $ $) 23 (|has| |#1| (-556)))) (-2536 (((-112) $) 25 (|has| |#1| (-556)))) (-2338 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) 36)) (-2237 (($ (-641 |#4|)) 35)) (-3337 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4406)))) (-1433 (((-641 |#4|) $) 52 (|has| $ (-6 -4406)))) (-1543 ((|#3| $) 34)) (-2324 (((-112) $ (-768)) 43)) (-2640 (((-641 |#4|) $) 53 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) 47)) (-3580 (((-641 |#3|) $) 32)) (-3879 (((-112) |#3| $) 31)) (-1713 (((-112) $ (-768)) 42)) (-2723 (((-1152) $) 9)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-2780 (((-1114) $) 10)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-4077 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) 38)) (-4284 (((-112) $) 41)) (-4012 (($) 40)) (-2791 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4406)))) (-1991 (($ $) 39)) (-2511 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1842 (($ (-641 |#4|)) 60)) (-4287 (($ $ |#3|) 28)) (-1887 (($ $ |#3|) 30)) (-3111 (($ $ |#3|) 29)) (-1831 (((-859) $) 11) (((-641 |#4|) $) 37)) (-1963 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 6)) (-2828 (((-768) $) 46 (|has| $ (-6 -4406)))))
(((-973 |#1| |#2| |#3| |#4|) (-140) (-1046) (-790) (-847) (-1060 |t#1| |t#2| |t#3|)) (T -973))
-((-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *1 (-973 *3 *4 *5 *6)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *1 (-973 *3 *4 *5 *6)))) (-3698 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-1060 *3 *4 *2)) (-4 *2 (-847)))) (-4153 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *5)))) (-1490 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *5)))) (-1714 (*1 *2 *3 *1) (-12 (-4 *1 (-973 *4 *5 *3 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-4 *6 (-1060 *4 *5 *3)) (-5 *2 (-112)))) (-3119 (*1 *1 *1 *2) (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))) (-1442 (*1 *1 *1 *2) (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))) (-2718 (*1 *1 *1 *2) (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))) (-3699 (*1 *2 *1 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-4 *6 (-1060 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -4037 *1) (|:| |upper| *1))) (-4 *1 (-973 *4 *5 *3 *6)))) (-2129 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-3368 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-5 *2 (-112)))) (-1504 (*1 *2 *1 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-5 *2 (-112)))) (-3693 (*1 *2 *1 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-5 *2 (-112)))) (-1492 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-5 *2 (-112)))) (-4188 (*1 *2 *3 *1) (-12 (-4 *1 (-973 *4 *5 *6 *3)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-3101 (*1 *2 *3 *1) (-12 (-4 *1 (-973 *4 *5 *6 *3)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-3554 (*1 *2 *2 *1) (-12 (-5 *2 (-641 *6)) (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)))) (-2266 (*1 *2 *2 *1) (-12 (-5 *2 (-641 *6)) (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)))) (-3451 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-5 *2 (-112)))))
-(-13 (-1094) (-151 |t#4|) (-611 (-641 |t#4|)) (-10 -8 (-6 -4412) (-15 -2035 ((-3 $ "failed") (-641 |t#4|))) (-15 -3437 ($ (-641 |t#4|))) (-15 -3698 (|t#3| $)) (-15 -4153 ((-641 |t#3|) $)) (-15 -1490 ((-641 |t#3|) $)) (-15 -1714 ((-112) |t#3| $)) (-15 -3119 ($ $ |t#3|)) (-15 -1442 ($ $ |t#3|)) (-15 -2718 ($ $ |t#3|)) (-15 -3699 ((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |t#3|)) (-15 -2129 ((-112) $)) (IF (|has| |t#1| (-556)) (PROGN (-15 -3368 ((-112) $)) (-15 -1504 ((-112) $ $)) (-15 -3693 ((-112) $ $)) (-15 -1492 ((-112) $)) (-15 -4188 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3101 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3554 ((-641 |t#4|) (-641 |t#4|) $)) (-15 -2266 ((-641 |t#4|) (-641 |t#4|) $)) (-15 -3451 ((-112) $))) |%noBranch|)))
+((-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *1 (-973 *3 *4 *5 *6)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *1 (-973 *3 *4 *5 *6)))) (-1543 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-1060 *3 *4 *2)) (-4 *2 (-847)))) (-3209 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *5)))) (-3580 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *5)))) (-3879 (*1 *2 *3 *1) (-12 (-4 *1 (-973 *4 *5 *3 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-4 *6 (-1060 *4 *5 *3)) (-5 *2 (-112)))) (-1887 (*1 *1 *1 *2) (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))) (-3111 (*1 *1 *1 *2) (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))) (-4287 (*1 *1 *1 *2) (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))) (-2861 (*1 *2 *1 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-4 *6 (-1060 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -1818 *1) (|:| |upper| *1))) (-4 *1 (-973 *4 *5 *3 *6)))) (-3449 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-2536 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-5 *2 (-112)))) (-2495 (*1 *2 *1 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-5 *2 (-112)))) (-1495 (*1 *2 *1 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-5 *2 (-112)))) (-3602 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-5 *2 (-112)))) (-2706 (*1 *2 *3 *1) (-12 (-4 *1 (-973 *4 *5 *6 *3)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-1678 (*1 *2 *3 *1) (-12 (-4 *1 (-973 *4 *5 *6 *3)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-3814 (*1 *2 *2 *1) (-12 (-5 *2 (-641 *6)) (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)))) (-2338 (*1 *2 *2 *1) (-12 (-5 *2 (-641 *6)) (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)))) (-3961 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-5 *2 (-112)))))
+(-13 (-1094) (-151 |t#4|) (-611 (-641 |t#4|)) (-10 -8 (-6 -4406) (-15 -2347 ((-3 $ "failed") (-641 |t#4|))) (-15 -2237 ($ (-641 |t#4|))) (-15 -1543 (|t#3| $)) (-15 -3209 ((-641 |t#3|) $)) (-15 -3580 ((-641 |t#3|) $)) (-15 -3879 ((-112) |t#3| $)) (-15 -1887 ($ $ |t#3|)) (-15 -3111 ($ $ |t#3|)) (-15 -4287 ($ $ |t#3|)) (-15 -2861 ((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |t#3|)) (-15 -3449 ((-112) $)) (IF (|has| |t#1| (-556)) (PROGN (-15 -2536 ((-112) $)) (-15 -2495 ((-112) $ $)) (-15 -1495 ((-112) $ $)) (-15 -3602 ((-112) $)) (-15 -2706 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -1678 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3814 ((-641 |t#4|) (-641 |t#4|) $)) (-15 -2338 ((-641 |t#4|) (-641 |t#4|) $)) (-15 -3961 ((-112) $))) |%noBranch|)))
(((-34) . T) ((-102) . T) ((-611 (-641 |#4|)) . T) ((-611 (-859)) . T) ((-151 |#4|) . T) ((-612 (-536)) |has| |#4| (-612 (-536))) ((-309 |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-489 |#4|) . T) ((-514 |#4| |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-1094) . T) ((-1209) . T))
-((-1863 (((-641 |#4|) |#4| |#4|) 134)) (-3704 (((-641 |#4|) (-641 |#4|) (-112)) 123 (|has| |#1| (-452))) (((-641 |#4|) (-641 |#4|)) 124 (|has| |#1| (-452)))) (-2599 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|)) 43)) (-2029 (((-112) |#4|) 42)) (-1934 (((-641 |#4|) |#4|) 119 (|has| |#1| (-452)))) (-3281 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-1 (-112) |#4|) (-641 |#4|)) 23)) (-1695 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|)) 29)) (-2854 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|)) 30)) (-4349 (((-3 (-2 (|:| |bas| (-476 |#1| |#2| |#3| |#4|)) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|)) 88)) (-2818 (((-641 |#4|) (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 101)) (-3611 (((-641 |#4|) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 127)) (-3985 (((-641 |#4|) (-641 |#4|)) 126)) (-3428 (((-641 |#4|) (-641 |#4|) (-641 |#4|) (-112)) 57) (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 59)) (-2800 ((|#4| |#4| (-641 |#4|)) 58)) (-2694 (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 130 (|has| |#1| (-452)))) (-1835 (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 133 (|has| |#1| (-452)))) (-4238 (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 132 (|has| |#1| (-452)))) (-3949 (((-641 |#4|) (-641 |#4|) (-641 |#4|) (-1 (-641 |#4|) (-641 |#4|))) 103) (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 105) (((-641 |#4|) (-641 |#4|) |#4|) 139) (((-641 |#4|) |#4| |#4|) 135) (((-641 |#4|) (-641 |#4|)) 104)) (-1436 (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 116 (-12 (|has| |#1| (-147)) (|has| |#1| (-307))))) (-4219 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|)) 50)) (-2894 (((-112) (-641 |#4|)) 77)) (-3035 (((-112) (-641 |#4|) (-641 (-641 |#4|))) 65)) (-4150 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|)) 36)) (-1381 (((-112) |#4|) 35)) (-2681 (((-641 |#4|) (-641 |#4|)) 114 (-12 (|has| |#1| (-147)) (|has| |#1| (-307))))) (-1474 (((-641 |#4|) (-641 |#4|)) 115 (-12 (|has| |#1| (-147)) (|has| |#1| (-307))))) (-3059 (((-641 |#4|) (-641 |#4|)) 81)) (-2345 (((-641 |#4|) (-641 |#4|)) 95)) (-3238 (((-112) (-641 |#4|) (-641 |#4|)) 63)) (-1570 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|)) 48)) (-4387 (((-112) |#4|) 44)))
-(((-974 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3949 ((-641 |#4|) (-641 |#4|))) (-15 -3949 ((-641 |#4|) |#4| |#4|)) (-15 -3985 ((-641 |#4|) (-641 |#4|))) (-15 -1863 ((-641 |#4|) |#4| |#4|)) (-15 -3949 ((-641 |#4|) (-641 |#4|) |#4|)) (-15 -3949 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -3949 ((-641 |#4|) (-641 |#4|) (-641 |#4|) (-1 (-641 |#4|) (-641 |#4|)))) (-15 -3238 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -3035 ((-112) (-641 |#4|) (-641 (-641 |#4|)))) (-15 -2894 ((-112) (-641 |#4|))) (-15 -3281 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-1 (-112) |#4|) (-641 |#4|))) (-15 -1695 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|))) (-15 -2854 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|))) (-15 -4219 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -2029 ((-112) |#4|)) (-15 -2599 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -1381 ((-112) |#4|)) (-15 -4150 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -4387 ((-112) |#4|)) (-15 -1570 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -3428 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -3428 ((-641 |#4|) (-641 |#4|) (-641 |#4|) (-112))) (-15 -2800 (|#4| |#4| (-641 |#4|))) (-15 -3059 ((-641 |#4|) (-641 |#4|))) (-15 -4349 ((-3 (-2 (|:| |bas| (-476 |#1| |#2| |#3| |#4|)) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|))) (-15 -2345 ((-641 |#4|) (-641 |#4|))) (-15 -2818 ((-641 |#4|) (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3611 ((-641 |#4|) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-452)) (PROGN (-15 -1934 ((-641 |#4|) |#4|)) (-15 -3704 ((-641 |#4|) (-641 |#4|))) (-15 -3704 ((-641 |#4|) (-641 |#4|) (-112))) (-15 -2694 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -4238 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -1835 ((-641 |#4|) (-641 |#4|) (-641 |#4|)))) |%noBranch|) (IF (|has| |#1| (-307)) (IF (|has| |#1| (-147)) (PROGN (-15 -1474 ((-641 |#4|) (-641 |#4|))) (-15 -2681 ((-641 |#4|) (-641 |#4|))) (-15 -1436 ((-641 |#4|) (-641 |#4|) (-641 |#4|)))) |%noBranch|) |%noBranch|)) (-556) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -974))
-((-1436 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-2681 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-1474 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-1835 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-4238 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-2694 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-3704 (*1 *2 *2 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-112)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *7)))) (-3704 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-1934 (*1 *2 *3) (-12 (-4 *4 (-452)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *3)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-3611 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-974 *5 *6 *7 *8)))) (-2818 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-641 *9)) (-5 *3 (-1 (-112) *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556)) (-4 *7 (-790)) (-4 *8 (-847)) (-5 *1 (-974 *6 *7 *8 *9)))) (-2345 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-4349 (*1 *2 *3) (|partial| -12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-476 *4 *5 *6 *7)) (|:| -3192 (-641 *7)))) (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-3059 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-2800 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *2)))) (-3428 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-112)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *7)))) (-3428 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-1570 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7)))) (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-4387 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-4150 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7)))) (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-1381 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-2599 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7)))) (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-2029 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-4219 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7)))) (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-2854 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-1 (-112) *8))) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8)))) (-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))) (-1695 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-1 (-112) *8))) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8)))) (-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))) (-3281 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8)))) (-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))) (-2894 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *4 *5 *6 *7)))) (-3035 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-641 *8))) (-5 *3 (-641 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *5 *6 *7 *8)))) (-3238 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *4 *5 *6 *7)))) (-3949 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-641 *7) (-641 *7))) (-5 *2 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *7)))) (-3949 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-3949 (*1 *2 *2 *3) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *3)))) (-1863 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *3)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-3985 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-3949 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *3)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-3949 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))))
-(-10 -7 (-15 -3949 ((-641 |#4|) (-641 |#4|))) (-15 -3949 ((-641 |#4|) |#4| |#4|)) (-15 -3985 ((-641 |#4|) (-641 |#4|))) (-15 -1863 ((-641 |#4|) |#4| |#4|)) (-15 -3949 ((-641 |#4|) (-641 |#4|) |#4|)) (-15 -3949 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -3949 ((-641 |#4|) (-641 |#4|) (-641 |#4|) (-1 (-641 |#4|) (-641 |#4|)))) (-15 -3238 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -3035 ((-112) (-641 |#4|) (-641 (-641 |#4|)))) (-15 -2894 ((-112) (-641 |#4|))) (-15 -3281 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-1 (-112) |#4|) (-641 |#4|))) (-15 -1695 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|))) (-15 -2854 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|))) (-15 -4219 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -2029 ((-112) |#4|)) (-15 -2599 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -1381 ((-112) |#4|)) (-15 -4150 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -4387 ((-112) |#4|)) (-15 -1570 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -3428 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -3428 ((-641 |#4|) (-641 |#4|) (-641 |#4|) (-112))) (-15 -2800 (|#4| |#4| (-641 |#4|))) (-15 -3059 ((-641 |#4|) (-641 |#4|))) (-15 -4349 ((-3 (-2 (|:| |bas| (-476 |#1| |#2| |#3| |#4|)) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|))) (-15 -2345 ((-641 |#4|) (-641 |#4|))) (-15 -2818 ((-641 |#4|) (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3611 ((-641 |#4|) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-452)) (PROGN (-15 -1934 ((-641 |#4|) |#4|)) (-15 -3704 ((-641 |#4|) (-641 |#4|))) (-15 -3704 ((-641 |#4|) (-641 |#4|) (-112))) (-15 -2694 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -4238 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -1835 ((-641 |#4|) (-641 |#4|) (-641 |#4|)))) |%noBranch|) (IF (|has| |#1| (-307)) (IF (|has| |#1| (-147)) (PROGN (-15 -1474 ((-641 |#4|) (-641 |#4|))) (-15 -2681 ((-641 |#4|) (-641 |#4|))) (-15 -1436 ((-641 |#4|) (-641 |#4|) (-641 |#4|)))) |%noBranch|) |%noBranch|))
-((-2246 (((-2 (|:| R (-685 |#1|)) (|:| A (-685 |#1|)) (|:| |Ainv| (-685 |#1|))) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 19)) (-3635 (((-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|)) 43)) (-2292 (((-685 |#1|) (-685 |#1|) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 16)))
-(((-975 |#1|) (-10 -7 (-15 -2246 ((-2 (|:| R (-685 |#1|)) (|:| A (-685 |#1|)) (|:| |Ainv| (-685 |#1|))) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2292 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -3635 ((-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|)))) (-363)) (T -975))
-((-3635 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-5 *2 (-641 (-2 (|:| C (-685 *5)) (|:| |g| (-1259 *5))))) (-5 *1 (-975 *5)) (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)))) (-2292 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-685 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-363)) (-5 *1 (-975 *5)))) (-2246 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-363)) (-5 *2 (-2 (|:| R (-685 *6)) (|:| A (-685 *6)) (|:| |Ainv| (-685 *6)))) (-5 *1 (-975 *6)) (-5 *3 (-685 *6)))))
-(-10 -7 (-15 -2246 ((-2 (|:| R (-685 |#1|)) (|:| A (-685 |#1|)) (|:| |Ainv| (-685 |#1|))) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2292 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -3635 ((-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|))))
-((-1798 (((-418 |#4|) |#4|) 56)))
-(((-976 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1798 ((-418 |#4|) |#4|))) (-847) (-790) (-452) (-946 |#3| |#2| |#1|)) (T -976))
-((-1798 (*1 *2 *3) (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-452)) (-5 *2 (-418 *3)) (-5 *1 (-976 *4 *5 *6 *3)) (-4 *3 (-946 *6 *5 *4)))))
-(-10 -7 (-15 -1798 ((-418 |#4|) |#4|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1356 (($ (-768)) 112 (|has| |#1| (-23)))) (-2229 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) 98) (((-112) $) 92 (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) 89 (|has| $ (-6 -4413))) (($ $) 88 (-12 (|has| |#1| (-847)) (|has| $ (-6 -4413))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) 8)) (-1869 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-3796 (($ $) 90 (|has| $ (-6 -4413)))) (-2460 (($ $) 100)) (-1928 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 51)) (-1317 (((-564) (-1 (-112) |#1|) $) 97) (((-564) |#1| $) 96 (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) 95 (|has| |#1| (-1094)))) (-2699 (($ (-641 |#1|)) 118)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2144 (((-685 |#1|) $ $) 105 (|has| |#1| (-1046)))) (-1585 (($ (-768) |#1|) 69)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 43 (|has| (-564) (-847)))) (-2766 (($ $ $) 87 (|has| |#1| (-847)))) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 44 (|has| (-564) (-847)))) (-1650 (($ $ $) 86 (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3633 ((|#1| $) 102 (-12 (|has| |#1| (-1046)) (|has| |#1| (-999))))) (-3715 (((-112) $ (-768)) 10)) (-2088 ((|#1| $) 103 (-12 (|has| |#1| (-1046)) (|has| |#1| (-999))))) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-4184 (((-641 (-564)) $) 46)) (-2405 (((-112) (-564) $) 47)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1897 ((|#1| $) 42 (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-1759 (($ $ |#1|) 41 (|has| $ (-6 -4413)))) (-3450 (($ $ (-641 |#1|)) 116)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-2848 ((|#1| $ $) 106 (|has| |#1| (-1046)))) (-1358 (((-918) $) 117)) (-3383 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-3163 (($ $ $) 104)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1494 (($ $ $ (-564)) 91 (|has| $ (-6 -4413)))) (-1892 (($ $) 13)) (-2153 (((-536) $) 79 (|has| |#1| (-612 (-536)))) (($ (-641 |#1|)) 119)) (-1732 (($ (-641 |#1|)) 70)) (-2834 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) 84 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 83 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2908 (((-112) $ $) 85 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 82 (|has| |#1| (-847)))) (-2970 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-2956 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-564) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-723))) (($ $ |#1|) 107 (|has| |#1| (-723)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-2724 (((-641 |#4|) |#4| |#4|) 134)) (-1594 (((-641 |#4|) (-641 |#4|) (-112)) 123 (|has| |#1| (-452))) (((-641 |#4|) (-641 |#4|)) 124 (|has| |#1| (-452)))) (-1344 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|)) 43)) (-1795 (((-112) |#4|) 42)) (-2082 (((-641 |#4|) |#4|) 119 (|has| |#1| (-452)))) (-2938 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-1 (-112) |#4|) (-641 |#4|)) 23)) (-1814 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|)) 29)) (-3086 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|)) 30)) (-1714 (((-3 (-2 (|:| |bas| (-476 |#1| |#2| |#3| |#4|)) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|)) 88)) (-2790 (((-641 |#4|) (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 101)) (-3138 (((-641 |#4|) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 127)) (-2538 (((-641 |#4|) (-641 |#4|)) 126)) (-1851 (((-641 |#4|) (-641 |#4|) (-641 |#4|) (-112)) 57) (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 59)) (-3855 ((|#4| |#4| (-641 |#4|)) 58)) (-4111 (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 130 (|has| |#1| (-452)))) (-3713 (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 133 (|has| |#1| (-452)))) (-3162 (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 132 (|has| |#1| (-452)))) (-2174 (((-641 |#4|) (-641 |#4|) (-641 |#4|) (-1 (-641 |#4|) (-641 |#4|))) 103) (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 105) (((-641 |#4|) (-641 |#4|) |#4|) 139) (((-641 |#4|) |#4| |#4|) 135) (((-641 |#4|) (-641 |#4|)) 104)) (-4137 (((-641 |#4|) (-641 |#4|) (-641 |#4|)) 116 (-12 (|has| |#1| (-147)) (|has| |#1| (-307))))) (-2994 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|)) 50)) (-2218 (((-112) (-641 |#4|)) 77)) (-2245 (((-112) (-641 |#4|) (-641 (-641 |#4|))) 65)) (-3557 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|)) 36)) (-2392 (((-112) |#4|) 35)) (-4008 (((-641 |#4|) (-641 |#4|)) 114 (-12 (|has| |#1| (-147)) (|has| |#1| (-307))))) (-3414 (((-641 |#4|) (-641 |#4|)) 115 (-12 (|has| |#1| (-147)) (|has| |#1| (-307))))) (-2490 (((-641 |#4|) (-641 |#4|)) 81)) (-1870 (((-641 |#4|) (-641 |#4|)) 95)) (-3776 (((-112) (-641 |#4|) (-641 |#4|)) 63)) (-1924 (((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|)) 48)) (-3989 (((-112) |#4|) 44)))
+(((-974 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2174 ((-641 |#4|) (-641 |#4|))) (-15 -2174 ((-641 |#4|) |#4| |#4|)) (-15 -2538 ((-641 |#4|) (-641 |#4|))) (-15 -2724 ((-641 |#4|) |#4| |#4|)) (-15 -2174 ((-641 |#4|) (-641 |#4|) |#4|)) (-15 -2174 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -2174 ((-641 |#4|) (-641 |#4|) (-641 |#4|) (-1 (-641 |#4|) (-641 |#4|)))) (-15 -3776 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -2245 ((-112) (-641 |#4|) (-641 (-641 |#4|)))) (-15 -2218 ((-112) (-641 |#4|))) (-15 -2938 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-1 (-112) |#4|) (-641 |#4|))) (-15 -1814 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|))) (-15 -3086 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|))) (-15 -2994 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -1795 ((-112) |#4|)) (-15 -1344 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -2392 ((-112) |#4|)) (-15 -3557 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -3989 ((-112) |#4|)) (-15 -1924 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -1851 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -1851 ((-641 |#4|) (-641 |#4|) (-641 |#4|) (-112))) (-15 -3855 (|#4| |#4| (-641 |#4|))) (-15 -2490 ((-641 |#4|) (-641 |#4|))) (-15 -1714 ((-3 (-2 (|:| |bas| (-476 |#1| |#2| |#3| |#4|)) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|))) (-15 -1870 ((-641 |#4|) (-641 |#4|))) (-15 -2790 ((-641 |#4|) (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3138 ((-641 |#4|) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-452)) (PROGN (-15 -2082 ((-641 |#4|) |#4|)) (-15 -1594 ((-641 |#4|) (-641 |#4|))) (-15 -1594 ((-641 |#4|) (-641 |#4|) (-112))) (-15 -4111 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -3162 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -3713 ((-641 |#4|) (-641 |#4|) (-641 |#4|)))) |%noBranch|) (IF (|has| |#1| (-307)) (IF (|has| |#1| (-147)) (PROGN (-15 -3414 ((-641 |#4|) (-641 |#4|))) (-15 -4008 ((-641 |#4|) (-641 |#4|))) (-15 -4137 ((-641 |#4|) (-641 |#4|) (-641 |#4|)))) |%noBranch|) |%noBranch|)) (-556) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -974))
+((-4137 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-4008 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-3414 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-3713 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-3162 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-4111 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-1594 (*1 *2 *2 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-112)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *7)))) (-1594 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-2082 (*1 *2 *3) (-12 (-4 *4 (-452)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *3)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-3138 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-974 *5 *6 *7 *8)))) (-2790 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-641 *9)) (-5 *3 (-1 (-112) *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556)) (-4 *7 (-790)) (-4 *8 (-847)) (-5 *1 (-974 *6 *7 *8 *9)))) (-1870 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-1714 (*1 *2 *3) (|partial| -12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-476 *4 *5 *6 *7)) (|:| -3155 (-641 *7)))) (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-2490 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-3855 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *2)))) (-1851 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-641 *7)) (-5 *3 (-112)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *7)))) (-1851 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-1924 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7)))) (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-3989 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-3557 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7)))) (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-2392 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-1344 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7)))) (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-1795 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-2994 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7)))) (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))) (-3086 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-1 (-112) *8))) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8)))) (-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))) (-1814 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-1 (-112) *8))) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8)))) (-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))) (-2938 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8)))) (-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))) (-2218 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *4 *5 *6 *7)))) (-2245 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-641 *8))) (-5 *3 (-641 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *5 *6 *7 *8)))) (-3776 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *4 *5 *6 *7)))) (-2174 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-641 *7) (-641 *7))) (-5 *2 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *7)))) (-2174 (*1 *2 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-2174 (*1 *2 *2 *3) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *3)))) (-2724 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *3)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-2538 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))) (-2174 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *3)) (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))) (-2174 (*1 *2 *2) (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))))
+(-10 -7 (-15 -2174 ((-641 |#4|) (-641 |#4|))) (-15 -2174 ((-641 |#4|) |#4| |#4|)) (-15 -2538 ((-641 |#4|) (-641 |#4|))) (-15 -2724 ((-641 |#4|) |#4| |#4|)) (-15 -2174 ((-641 |#4|) (-641 |#4|) |#4|)) (-15 -2174 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -2174 ((-641 |#4|) (-641 |#4|) (-641 |#4|) (-1 (-641 |#4|) (-641 |#4|)))) (-15 -3776 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -2245 ((-112) (-641 |#4|) (-641 (-641 |#4|)))) (-15 -2218 ((-112) (-641 |#4|))) (-15 -2938 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-1 (-112) |#4|) (-641 |#4|))) (-15 -1814 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|))) (-15 -3086 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 (-1 (-112) |#4|)) (-641 |#4|))) (-15 -2994 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -1795 ((-112) |#4|)) (-15 -1344 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -2392 ((-112) |#4|)) (-15 -3557 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -3989 ((-112) |#4|)) (-15 -1924 ((-2 (|:| |goodPols| (-641 |#4|)) (|:| |badPols| (-641 |#4|))) (-641 |#4|))) (-15 -1851 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -1851 ((-641 |#4|) (-641 |#4|) (-641 |#4|) (-112))) (-15 -3855 (|#4| |#4| (-641 |#4|))) (-15 -2490 ((-641 |#4|) (-641 |#4|))) (-15 -1714 ((-3 (-2 (|:| |bas| (-476 |#1| |#2| |#3| |#4|)) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|))) (-15 -1870 ((-641 |#4|) (-641 |#4|))) (-15 -2790 ((-641 |#4|) (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3138 ((-641 |#4|) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-452)) (PROGN (-15 -2082 ((-641 |#4|) |#4|)) (-15 -1594 ((-641 |#4|) (-641 |#4|))) (-15 -1594 ((-641 |#4|) (-641 |#4|) (-112))) (-15 -4111 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -3162 ((-641 |#4|) (-641 |#4|) (-641 |#4|))) (-15 -3713 ((-641 |#4|) (-641 |#4|) (-641 |#4|)))) |%noBranch|) (IF (|has| |#1| (-307)) (IF (|has| |#1| (-147)) (PROGN (-15 -3414 ((-641 |#4|) (-641 |#4|))) (-15 -4008 ((-641 |#4|) (-641 |#4|))) (-15 -4137 ((-641 |#4|) (-641 |#4|) (-641 |#4|)))) |%noBranch|) |%noBranch|))
+((-2120 (((-2 (|:| R (-685 |#1|)) (|:| A (-685 |#1|)) (|:| |Ainv| (-685 |#1|))) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 19)) (-2139 (((-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|)) 43)) (-1339 (((-685 |#1|) (-685 |#1|) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 16)))
+(((-975 |#1|) (-10 -7 (-15 -2120 ((-2 (|:| R (-685 |#1|)) (|:| A (-685 |#1|)) (|:| |Ainv| (-685 |#1|))) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -1339 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2139 ((-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|)))) (-363)) (T -975))
+((-2139 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-5 *2 (-641 (-2 (|:| C (-685 *5)) (|:| |g| (-1259 *5))))) (-5 *1 (-975 *5)) (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)))) (-1339 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-685 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-363)) (-5 *1 (-975 *5)))) (-2120 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-363)) (-5 *2 (-2 (|:| R (-685 *6)) (|:| A (-685 *6)) (|:| |Ainv| (-685 *6)))) (-5 *1 (-975 *6)) (-5 *3 (-685 *6)))))
+(-10 -7 (-15 -2120 ((-2 (|:| R (-685 |#1|)) (|:| A (-685 |#1|)) (|:| |Ainv| (-685 |#1|))) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -1339 ((-685 |#1|) (-685 |#1|) (-685 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2139 ((-641 (-2 (|:| C (-685 |#1|)) (|:| |g| (-1259 |#1|)))) (-685 |#1|) (-1259 |#1|))))
+((-3399 (((-418 |#4|) |#4|) 56)))
+(((-976 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3399 ((-418 |#4|) |#4|))) (-847) (-790) (-452) (-946 |#3| |#2| |#1|)) (T -976))
+((-3399 (*1 *2 *3) (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-452)) (-5 *2 (-418 *3)) (-5 *1 (-976 *4 *5 *6 *3)) (-4 *3 (-946 *6 *5 *4)))))
+(-10 -7 (-15 -3399 ((-418 |#4|) |#4|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1463 (($ (-768)) 112 (|has| |#1| (-23)))) (-1956 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) 98) (((-112) $) 92 (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) 89 (|has| $ (-6 -4407))) (($ $) 88 (-12 (|has| |#1| (-847)) (|has| $ (-6 -4407))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) 8)) (-1970 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-4325 (($ $) 90 (|has| $ (-6 -4407)))) (-3919 (($ $) 100)) (-3337 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 51)) (-3360 (((-564) (-1 (-112) |#1|) $) 97) (((-564) |#1| $) 96 (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) 95 (|has| |#1| (-1094)))) (-1850 (($ (-641 |#1|)) 118)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3167 (((-685 |#1|) $ $) 105 (|has| |#1| (-1046)))) (-3654 (($ (-768) |#1|) 69)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 43 (|has| (-564) (-847)))) (-1925 (($ $ $) 87 (|has| |#1| (-847)))) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 44 (|has| (-564) (-847)))) (-3375 (($ $ $) 86 (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-2117 ((|#1| $) 102 (-12 (|has| |#1| (-1046)) (|has| |#1| (-999))))) (-1713 (((-112) $ (-768)) 10)) (-1502 ((|#1| $) 103 (-12 (|has| |#1| (-1046)) (|has| |#1| (-999))))) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-3883 (((-641 (-564)) $) 46)) (-4336 (((-112) (-564) $) 47)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3303 ((|#1| $) 42 (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-4253 (($ $ |#1|) 41 (|has| $ (-6 -4407)))) (-3951 (($ $ (-641 |#1|)) 116)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-3032 ((|#1| $ $) 106 (|has| |#1| (-1046)))) (-3548 (((-918) $) 117)) (-2126 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-4231 (($ $ $) 104)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3623 (($ $ $ (-564)) 91 (|has| $ (-6 -4407)))) (-1991 (($ $) 13)) (-2511 (((-536) $) 79 (|has| |#1| (-612 (-536)))) (($ (-641 |#1|)) 119)) (-1842 (($ (-641 |#1|)) 70)) (-3043 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) 84 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 83 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-1749 (((-112) $ $) 85 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 82 (|has| |#1| (-847)))) (-1808 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-1797 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-564) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-723))) (($ $ |#1|) 107 (|has| |#1| (-723)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-977 |#1|) (-140) (-1046)) (T -977))
-((-2699 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1046)) (-4 *1 (-977 *3)))) (-1358 (*1 *2 *1) (-12 (-4 *1 (-977 *3)) (-4 *3 (-1046)) (-5 *2 (-918)))) (-3163 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1046)))) (-3450 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *1 (-977 *3)) (-4 *3 (-1046)))))
-(-13 (-1257 |t#1|) (-616 (-641 |t#1|)) (-10 -8 (-15 -2699 ($ (-641 |t#1|))) (-15 -1358 ((-918) $)) (-15 -3163 ($ $ $)) (-15 -3450 ($ $ (-641 |t#1|)))))
-(((-34) . T) ((-102) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-616 (-641 |#1|)) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-373 |#1|) . T) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-19 |#1|) . T) ((-847) |has| |#1| (-847)) ((-1094) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-1209) . T) ((-1257 |#1|) . T))
-((-2110 (((-940 |#2|) (-1 |#2| |#1|) (-940 |#1|)) 17)))
-(((-978 |#1| |#2|) (-10 -7 (-15 -2110 ((-940 |#2|) (-1 |#2| |#1|) (-940 |#1|)))) (-1046) (-1046)) (T -978))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-940 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-5 *2 (-940 *6)) (-5 *1 (-978 *5 *6)))))
-(-10 -7 (-15 -2110 ((-940 |#2|) (-1 |#2| |#1|) (-940 |#1|))))
-((-1805 ((|#1| (-940 |#1|)) 14)) (-2747 ((|#1| (-940 |#1|)) 13)) (-3959 ((|#1| (-940 |#1|)) 12)) (-2707 ((|#1| (-940 |#1|)) 16)) (-3943 ((|#1| (-940 |#1|)) 24)) (-3445 ((|#1| (-940 |#1|)) 15)) (-2655 ((|#1| (-940 |#1|)) 17)) (-2212 ((|#1| (-940 |#1|)) 23)) (-1935 ((|#1| (-940 |#1|)) 22)))
-(((-979 |#1|) (-10 -7 (-15 -3959 (|#1| (-940 |#1|))) (-15 -2747 (|#1| (-940 |#1|))) (-15 -1805 (|#1| (-940 |#1|))) (-15 -3445 (|#1| (-940 |#1|))) (-15 -2707 (|#1| (-940 |#1|))) (-15 -2655 (|#1| (-940 |#1|))) (-15 -1935 (|#1| (-940 |#1|))) (-15 -2212 (|#1| (-940 |#1|))) (-15 -3943 (|#1| (-940 |#1|)))) (-1046)) (T -979))
-((-3943 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-2212 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-1935 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-2655 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-2707 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-3445 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-1805 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-2747 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-3959 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
-(-10 -7 (-15 -3959 (|#1| (-940 |#1|))) (-15 -2747 (|#1| (-940 |#1|))) (-15 -1805 (|#1| (-940 |#1|))) (-15 -3445 (|#1| (-940 |#1|))) (-15 -2707 (|#1| (-940 |#1|))) (-15 -2655 (|#1| (-940 |#1|))) (-15 -1935 (|#1| (-940 |#1|))) (-15 -2212 (|#1| (-940 |#1|))) (-15 -3943 (|#1| (-940 |#1|))))
-((-1558 (((-3 |#1| "failed") |#1|) 18)) (-3759 (((-3 |#1| "failed") |#1|) 6)) (-2608 (((-3 |#1| "failed") |#1|) 16)) (-1846 (((-3 |#1| "failed") |#1|) 4)) (-3359 (((-3 |#1| "failed") |#1|) 20)) (-3852 (((-3 |#1| "failed") |#1|) 8)) (-2413 (((-3 |#1| "failed") |#1| (-768)) 1)) (-3883 (((-3 |#1| "failed") |#1|) 3)) (-1802 (((-3 |#1| "failed") |#1|) 2)) (-4367 (((-3 |#1| "failed") |#1|) 21)) (-1704 (((-3 |#1| "failed") |#1|) 9)) (-3653 (((-3 |#1| "failed") |#1|) 19)) (-3982 (((-3 |#1| "failed") |#1|) 7)) (-2642 (((-3 |#1| "failed") |#1|) 17)) (-2436 (((-3 |#1| "failed") |#1|) 5)) (-4063 (((-3 |#1| "failed") |#1|) 24)) (-4141 (((-3 |#1| "failed") |#1|) 12)) (-3589 (((-3 |#1| "failed") |#1|) 22)) (-2866 (((-3 |#1| "failed") |#1|) 10)) (-2701 (((-3 |#1| "failed") |#1|) 26)) (-2621 (((-3 |#1| "failed") |#1|) 14)) (-3417 (((-3 |#1| "failed") |#1|) 27)) (-2300 (((-3 |#1| "failed") |#1|) 15)) (-1555 (((-3 |#1| "failed") |#1|) 25)) (-3140 (((-3 |#1| "failed") |#1|) 13)) (-4368 (((-3 |#1| "failed") |#1|) 23)) (-3545 (((-3 |#1| "failed") |#1|) 11)))
+((-1850 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1046)) (-4 *1 (-977 *3)))) (-3548 (*1 *2 *1) (-12 (-4 *1 (-977 *3)) (-4 *3 (-1046)) (-5 *2 (-918)))) (-4231 (*1 *1 *1 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1046)))) (-3951 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *1 (-977 *3)) (-4 *3 (-1046)))))
+(-13 (-1257 |t#1|) (-616 (-641 |t#1|)) (-10 -8 (-15 -1850 ($ (-641 |t#1|))) (-15 -3548 ((-918) $)) (-15 -4231 ($ $ $)) (-15 -3951 ($ $ (-641 |t#1|)))))
+(((-34) . T) ((-102) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-616 (-641 |#1|)) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-373 |#1|) . T) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-19 |#1|) . T) ((-847) |has| |#1| (-847)) ((-1094) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-1209) . T) ((-1257 |#1|) . T))
+((-2449 (((-940 |#2|) (-1 |#2| |#1|) (-940 |#1|)) 17)))
+(((-978 |#1| |#2|) (-10 -7 (-15 -2449 ((-940 |#2|) (-1 |#2| |#1|) (-940 |#1|)))) (-1046) (-1046)) (T -978))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-940 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-5 *2 (-940 *6)) (-5 *1 (-978 *5 *6)))))
+(-10 -7 (-15 -2449 ((-940 |#2|) (-1 |#2| |#1|) (-940 |#1|))))
+((-3443 ((|#1| (-940 |#1|)) 14)) (-3359 ((|#1| (-940 |#1|)) 13)) (-2266 ((|#1| (-940 |#1|)) 12)) (-4209 ((|#1| (-940 |#1|)) 16)) (-2122 ((|#1| (-940 |#1|)) 24)) (-3912 ((|#1| (-940 |#1|)) 15)) (-1867 ((|#1| (-940 |#1|)) 17)) (-3018 ((|#1| (-940 |#1|)) 23)) (-2092 ((|#1| (-940 |#1|)) 22)))
+(((-979 |#1|) (-10 -7 (-15 -2266 (|#1| (-940 |#1|))) (-15 -3359 (|#1| (-940 |#1|))) (-15 -3443 (|#1| (-940 |#1|))) (-15 -3912 (|#1| (-940 |#1|))) (-15 -4209 (|#1| (-940 |#1|))) (-15 -1867 (|#1| (-940 |#1|))) (-15 -2092 (|#1| (-940 |#1|))) (-15 -3018 (|#1| (-940 |#1|))) (-15 -2122 (|#1| (-940 |#1|)))) (-1046)) (T -979))
+((-2122 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-3018 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-2092 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-1867 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-4209 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-3912 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-3443 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-3359 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))) (-2266 (*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+(-10 -7 (-15 -2266 (|#1| (-940 |#1|))) (-15 -3359 (|#1| (-940 |#1|))) (-15 -3443 (|#1| (-940 |#1|))) (-15 -3912 (|#1| (-940 |#1|))) (-15 -4209 (|#1| (-940 |#1|))) (-15 -1867 (|#1| (-940 |#1|))) (-15 -2092 (|#1| (-940 |#1|))) (-15 -3018 (|#1| (-940 |#1|))) (-15 -2122 (|#1| (-940 |#1|))))
+((-3017 (((-3 |#1| "failed") |#1|) 18)) (-4019 (((-3 |#1| "failed") |#1|) 6)) (-1425 (((-3 |#1| "failed") |#1|) 16)) (-2569 (((-3 |#1| "failed") |#1|) 4)) (-2438 (((-3 |#1| "failed") |#1|) 20)) (-3701 (((-3 |#1| "failed") |#1|) 8)) (-3215 (((-3 |#1| "failed") |#1| (-768)) 1)) (-2778 (((-3 |#1| "failed") |#1|) 3)) (-3431 (((-3 |#1| "failed") |#1|) 2)) (-1891 (((-3 |#1| "failed") |#1|) 21)) (-3804 (((-3 |#1| "failed") |#1|) 9)) (-2311 (((-3 |#1| "failed") |#1|) 19)) (-2501 (((-3 |#1| "failed") |#1|) 7)) (-1750 (((-3 |#1| "failed") |#1|) 17)) (-3445 (((-3 |#1| "failed") |#1|) 5)) (-3942 (((-3 |#1| "failed") |#1|) 24)) (-3470 (((-3 |#1| "failed") |#1|) 12)) (-2943 (((-3 |#1| "failed") |#1|) 22)) (-3202 (((-3 |#1| "failed") |#1|) 10)) (-4171 (((-3 |#1| "failed") |#1|) 26)) (-1563 (((-3 |#1| "failed") |#1|) 14)) (-1716 (((-3 |#1| "failed") |#1|) 27)) (-1405 (((-3 |#1| "failed") |#1|) 15)) (-2986 (((-3 |#1| "failed") |#1|) 25)) (-4016 (((-3 |#1| "failed") |#1|) 13)) (-1901 (((-3 |#1| "failed") |#1|) 23)) (-3727 (((-3 |#1| "failed") |#1|) 11)))
(((-980 |#1|) (-140) (-1194)) (T -980))
-((-3417 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2701 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1555 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-4063 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-4368 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3589 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-4367 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3359 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3653 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1558 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2642 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2608 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2300 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2621 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3140 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-4141 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3545 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2866 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1704 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3852 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3982 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3759 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2436 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1846 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3883 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1802 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2413 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-768)) (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(-13 (-10 -7 (-15 -2413 ((-3 |t#1| "failed") |t#1| (-768))) (-15 -1802 ((-3 |t#1| "failed") |t#1|)) (-15 -3883 ((-3 |t#1| "failed") |t#1|)) (-15 -1846 ((-3 |t#1| "failed") |t#1|)) (-15 -2436 ((-3 |t#1| "failed") |t#1|)) (-15 -3759 ((-3 |t#1| "failed") |t#1|)) (-15 -3982 ((-3 |t#1| "failed") |t#1|)) (-15 -3852 ((-3 |t#1| "failed") |t#1|)) (-15 -1704 ((-3 |t#1| "failed") |t#1|)) (-15 -2866 ((-3 |t#1| "failed") |t#1|)) (-15 -3545 ((-3 |t#1| "failed") |t#1|)) (-15 -4141 ((-3 |t#1| "failed") |t#1|)) (-15 -3140 ((-3 |t#1| "failed") |t#1|)) (-15 -2621 ((-3 |t#1| "failed") |t#1|)) (-15 -2300 ((-3 |t#1| "failed") |t#1|)) (-15 -2608 ((-3 |t#1| "failed") |t#1|)) (-15 -2642 ((-3 |t#1| "failed") |t#1|)) (-15 -1558 ((-3 |t#1| "failed") |t#1|)) (-15 -3653 ((-3 |t#1| "failed") |t#1|)) (-15 -3359 ((-3 |t#1| "failed") |t#1|)) (-15 -4367 ((-3 |t#1| "failed") |t#1|)) (-15 -3589 ((-3 |t#1| "failed") |t#1|)) (-15 -4368 ((-3 |t#1| "failed") |t#1|)) (-15 -4063 ((-3 |t#1| "failed") |t#1|)) (-15 -1555 ((-3 |t#1| "failed") |t#1|)) (-15 -2701 ((-3 |t#1| "failed") |t#1|)) (-15 -3417 ((-3 |t#1| "failed") |t#1|))))
-((-2671 ((|#4| |#4| (-641 |#3|)) 56) ((|#4| |#4| |#3|) 55)) (-4009 ((|#4| |#4| (-641 |#3|)) 24) ((|#4| |#4| |#3|) 20)) (-2110 ((|#4| (-1 |#4| (-949 |#1|)) |#4|) 31)))
-(((-981 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4009 (|#4| |#4| |#3|)) (-15 -4009 (|#4| |#4| (-641 |#3|))) (-15 -2671 (|#4| |#4| |#3|)) (-15 -2671 (|#4| |#4| (-641 |#3|))) (-15 -2110 (|#4| (-1 |#4| (-949 |#1|)) |#4|))) (-1046) (-790) (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)) (-15 -2794 ((-3 $ "failed") (-1170))))) (-946 (-949 |#1|) |#2| |#3|)) (T -981))
-((-2110 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-949 *4))) (-4 *4 (-1046)) (-4 *2 (-946 (-949 *4) *5 *6)) (-4 *5 (-790)) (-4 *6 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)) (-15 -2794 ((-3 $ "failed") (-1170)))))) (-5 *1 (-981 *4 *5 *6 *2)))) (-2671 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)) (-15 -2794 ((-3 $ "failed") (-1170)))))) (-4 *4 (-1046)) (-4 *5 (-790)) (-5 *1 (-981 *4 *5 *6 *2)) (-4 *2 (-946 (-949 *4) *5 *6)))) (-2671 (*1 *2 *2 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)) (-15 -2794 ((-3 $ "failed") (-1170)))))) (-5 *1 (-981 *4 *5 *3 *2)) (-4 *2 (-946 (-949 *4) *5 *3)))) (-4009 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)) (-15 -2794 ((-3 $ "failed") (-1170)))))) (-4 *4 (-1046)) (-4 *5 (-790)) (-5 *1 (-981 *4 *5 *6 *2)) (-4 *2 (-946 (-949 *4) *5 *6)))) (-4009 (*1 *2 *2 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)) (-15 -2794 ((-3 $ "failed") (-1170)))))) (-5 *1 (-981 *4 *5 *3 *2)) (-4 *2 (-946 (-949 *4) *5 *3)))))
-(-10 -7 (-15 -4009 (|#4| |#4| |#3|)) (-15 -4009 (|#4| |#4| (-641 |#3|))) (-15 -2671 (|#4| |#4| |#3|)) (-15 -2671 (|#4| |#4| (-641 |#3|))) (-15 -2110 (|#4| (-1 |#4| (-949 |#1|)) |#4|)))
-((-3682 ((|#2| |#3|) 35)) (-4330 (((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|) 86)) (-1620 (((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) 106)))
-(((-982 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1620 ((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))))) (-15 -4330 ((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|)) (-15 -3682 (|#2| |#3|))) (-349) (-1235 |#1|) (-1235 |#2|) (-721 |#2| |#3|)) (T -982))
-((-3682 (*1 *2 *3) (-12 (-4 *3 (-1235 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-982 *4 *2 *3 *5)) (-4 *4 (-349)) (-4 *5 (-721 *2 *3)))) (-4330 (*1 *2 *3) (-12 (-4 *4 (-349)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 *3)) (-5 *2 (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-5 *1 (-982 *4 *3 *5 *6)) (-4 *6 (-721 *3 *5)))) (-1620 (*1 *2) (-12 (-4 *3 (-349)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| -2745 (-685 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-685 *4)))) (-5 *1 (-982 *3 *4 *5 *6)) (-4 *6 (-721 *4 *5)))))
-(-10 -7 (-15 -1620 ((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))))) (-15 -4330 ((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|)) (-15 -3682 (|#2| |#3|)))
-((-2593 (((-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564)))) (-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564))))) 83)))
-(((-983 |#1| |#2|) (-10 -7 (-15 -2593 ((-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564)))) (-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564))))))) (-641 (-1170)) (-768)) (T -983))
-((-2593 (*1 *2 *2) (-12 (-5 *2 (-984 (-407 (-564)) (-861 *3) (-240 *4 (-768)) (-247 *3 (-407 (-564))))) (-14 *3 (-641 (-1170))) (-14 *4 (-768)) (-5 *1 (-983 *3 *4)))))
-(-10 -7 (-15 -2593 ((-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564)))) (-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564)))))))
-((-1709 (((-112) $ $) NIL)) (-4122 (((-3 (-112) "failed") $) 71)) (-4301 (($ $) 36 (-12 (|has| |#1| (-147)) (|has| |#1| (-307))))) (-4123 (($ $ (-3 (-112) "failed")) 72)) (-3329 (($ (-641 |#4|) |#4|) 25)) (-2811 (((-1152) $) NIL)) (-3113 (($ $) 69)) (-4382 (((-1114) $) NIL)) (-4102 (((-112) $) 70)) (-3456 (($) 30)) (-2957 ((|#4| $) 74)) (-2776 (((-641 |#4|) $) 73)) (-1721 (((-859) $) 68)) (-2853 (((-112) $ $) NIL)))
-(((-984 |#1| |#2| |#3| |#4|) (-13 (-1094) (-611 (-859)) (-10 -8 (-15 -3456 ($)) (-15 -3329 ($ (-641 |#4|) |#4|)) (-15 -4122 ((-3 (-112) "failed") $)) (-15 -4123 ($ $ (-3 (-112) "failed"))) (-15 -4102 ((-112) $)) (-15 -2776 ((-641 |#4|) $)) (-15 -2957 (|#4| $)) (-15 -3113 ($ $)) (IF (|has| |#1| (-307)) (IF (|has| |#1| (-147)) (-15 -4301 ($ $)) |%noBranch|) |%noBranch|))) (-452) (-847) (-790) (-946 |#1| |#3| |#2|)) (T -984))
-((-3456 (*1 *1) (-12 (-4 *2 (-452)) (-4 *3 (-847)) (-4 *4 (-790)) (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3)))) (-3329 (*1 *1 *2 *3) (-12 (-5 *2 (-641 *3)) (-4 *3 (-946 *4 *6 *5)) (-4 *4 (-452)) (-4 *5 (-847)) (-4 *6 (-790)) (-5 *1 (-984 *4 *5 *6 *3)))) (-4122 (*1 *2 *1) (|partial| -12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *2 (-112)) (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))) (-4123 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))) (-4102 (*1 *2 *1) (-12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *2 (-112)) (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))) (-2776 (*1 *2 *1) (-12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *2 (-641 *6)) (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))) (-2957 (*1 *2 *1) (-12 (-4 *2 (-946 *3 *5 *4)) (-5 *1 (-984 *3 *4 *5 *2)) (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)))) (-3113 (*1 *1 *1) (-12 (-4 *2 (-452)) (-4 *3 (-847)) (-4 *4 (-790)) (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3)))) (-4301 (*1 *1 *1) (-12 (-4 *2 (-147)) (-4 *2 (-307)) (-4 *2 (-452)) (-4 *3 (-847)) (-4 *4 (-790)) (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3)))))
-(-13 (-1094) (-611 (-859)) (-10 -8 (-15 -3456 ($)) (-15 -3329 ($ (-641 |#4|) |#4|)) (-15 -4122 ((-3 (-112) "failed") $)) (-15 -4123 ($ $ (-3 (-112) "failed"))) (-15 -4102 ((-112) $)) (-15 -2776 ((-641 |#4|) $)) (-15 -2957 (|#4| $)) (-15 -3113 ($ $)) (IF (|has| |#1| (-307)) (IF (|has| |#1| (-147)) (-15 -4301 ($ $)) |%noBranch|) |%noBranch|)))
-((-3303 (((-112) |#5| |#5|) 43)) (-3618 (((-112) |#5| |#5|) 57)) (-1522 (((-112) |#5| (-641 |#5|)) 79) (((-112) |#5| |#5|) 66)) (-4207 (((-112) (-641 |#4|) (-641 |#4|)) 63)) (-2906 (((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) 68)) (-3753 (((-1264)) 33)) (-2468 (((-1264) (-1152) (-1152) (-1152)) 29)) (-3172 (((-641 |#5|) (-641 |#5|)) 98)) (-2896 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)))) 90)) (-4345 (((-641 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112)) 120)) (-2930 (((-112) |#5| |#5|) 52)) (-4088 (((-3 (-112) "failed") |#5| |#5|) 76)) (-2709 (((-112) (-641 |#4|) (-641 |#4|)) 62)) (-2771 (((-112) (-641 |#4|) (-641 |#4|)) 64)) (-4067 (((-112) (-641 |#4|) (-641 |#4|)) 65)) (-3964 (((-3 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112)) 115)) (-3886 (((-641 |#5|) (-641 |#5|)) 48)))
-(((-985 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2468 ((-1264) (-1152) (-1152) (-1152))) (-15 -3753 ((-1264))) (-15 -3303 ((-112) |#5| |#5|)) (-15 -3886 ((-641 |#5|) (-641 |#5|))) (-15 -2930 ((-112) |#5| |#5|)) (-15 -3618 ((-112) |#5| |#5|)) (-15 -4207 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -2709 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -2771 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4067 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4088 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1522 ((-112) |#5| |#5|)) (-15 -1522 ((-112) |#5| (-641 |#5|))) (-15 -3172 ((-641 |#5|) (-641 |#5|))) (-15 -2906 ((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)))) (-15 -2896 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) (-15 -4345 ((-641 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -3964 ((-3 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -985))
-((-3964 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| -2026 (-641 *9)) (|:| -3906 *4) (|:| |ineq| (-641 *9)))) (-5 *1 (-985 *6 *7 *8 *9 *4)) (-5 *3 (-641 *9)) (-4 *4 (-1066 *6 *7 *8 *9)))) (-4345 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-641 *10)) (-5 *5 (-112)) (-4 *10 (-1066 *6 *7 *8 *9)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8)) (-5 *2 (-641 (-2 (|:| -2026 (-641 *9)) (|:| -3906 *10) (|:| |ineq| (-641 *9))))) (-5 *1 (-985 *6 *7 *8 *9 *10)) (-5 *3 (-641 *9)))) (-2896 (*1 *2 *2) (-12 (-5 *2 (-641 (-2 (|:| |val| (-641 *6)) (|:| -3906 *7)))) (-4 *6 (-1060 *3 *4 *5)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-985 *3 *4 *5 *6 *7)))) (-2906 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -3906 *8))) (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *8)))) (-3172 (*1 *2 *2) (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-985 *3 *4 *5 *6 *7)))) (-1522 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-985 *5 *6 *7 *8 *3)))) (-1522 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-4088 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-4067 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-2771 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-2709 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-4207 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-3618 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-2930 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-3886 (*1 *2 *2) (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-985 *3 *4 *5 *6 *7)))) (-3303 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-3753 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-985 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-2468 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2468 ((-1264) (-1152) (-1152) (-1152))) (-15 -3753 ((-1264))) (-15 -3303 ((-112) |#5| |#5|)) (-15 -3886 ((-641 |#5|) (-641 |#5|))) (-15 -2930 ((-112) |#5| |#5|)) (-15 -3618 ((-112) |#5| |#5|)) (-15 -4207 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -2709 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -2771 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4067 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4088 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1522 ((-112) |#5| |#5|)) (-15 -1522 ((-112) |#5| (-641 |#5|))) (-15 -3172 ((-641 |#5|) (-641 |#5|))) (-15 -2906 ((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)))) (-15 -2896 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) (-15 -4345 ((-641 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -3964 ((-3 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112))))
-((-2794 (((-1170) $) 15)) (-1411 (((-1152) $) 16)) (-3962 (($ (-1170) (-1152)) 14)) (-1721 (((-859) $) 13)))
-(((-986) (-13 (-611 (-859)) (-10 -8 (-15 -3962 ($ (-1170) (-1152))) (-15 -2794 ((-1170) $)) (-15 -1411 ((-1152) $))))) (T -986))
-((-3962 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1152)) (-5 *1 (-986)))) (-2794 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-986)))) (-1411 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-986)))))
-(-13 (-611 (-859)) (-10 -8 (-15 -3962 ($ (-1170) (-1152))) (-15 -2794 ((-1170) $)) (-15 -1411 ((-1152) $))))
-((-2110 ((|#4| (-1 |#2| |#1|) |#3|) 14)))
-(((-987 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2110 (|#4| (-1 |#2| |#1|) |#3|))) (-556) (-556) (-989 |#1|) (-989 |#2|)) (T -987))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-556)) (-4 *6 (-556)) (-4 *2 (-989 *6)) (-5 *1 (-987 *5 *6 *4 *2)) (-4 *4 (-989 *5)))))
-(-10 -7 (-15 -2110 (|#4| (-1 |#2| |#1|) |#3|)))
-((-2035 (((-3 |#2| "failed") $) NIL) (((-3 (-1170) "failed") $) 66) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) 96)) (-3437 ((|#2| $) NIL) (((-1170) $) 61) (((-407 (-564)) $) NIL) (((-564) $) 93)) (-3762 (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 115) (((-685 |#2|) (-685 $)) 28)) (-3746 (($) 99)) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 76) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 85)) (-2079 (($ $) 10)) (-1516 (((-3 $ "failed") $) 20)) (-2110 (($ (-1 |#2| |#2|) $) 22)) (-2558 (($) 16)) (-1775 (($ $) 55)) (-1795 (($ $) NIL) (($ $ (-768)) NIL) (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 36)) (-2173 (($ $) 12)) (-2153 (((-889 (-564)) $) 71) (((-889 (-379)) $) 80) (((-536) $) 40) (((-379) $) 44) (((-225) $) 48)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) 91) (($ |#2|) NIL) (($ (-1170)) 58)) (-1303 (((-768)) 31)) (-2880 (((-112) $ $) 51)))
-(((-988 |#1| |#2|) (-10 -8 (-15 -2880 ((-112) |#1| |#1|)) (-15 -2558 (|#1|)) (-15 -1516 ((-3 |#1| "failed") |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2153 ((-225) |#1|)) (-15 -2153 ((-379) |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -1721 (|#1| (-1170))) (-15 -2035 ((-3 (-1170) "failed") |#1|)) (-15 -3437 ((-1170) |#1|)) (-15 -3746 (|#1|)) (-15 -1775 (|#1| |#1|)) (-15 -2173 (|#1| |#1|)) (-15 -2079 (|#1| |#1|)) (-15 -3327 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -3327 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -3762 ((-685 |#2|) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 (|#1| |#1|)) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|))) (-989 |#2|) (-556)) (T -988))
-((-1303 (*1 *2) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-988 *3 *4)) (-4 *3 (-989 *4)))))
-(-10 -8 (-15 -2880 ((-112) |#1| |#1|)) (-15 -2558 (|#1|)) (-15 -1516 ((-3 |#1| "failed") |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2153 ((-225) |#1|)) (-15 -2153 ((-379) |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -1721 (|#1| (-1170))) (-15 -2035 ((-3 (-1170) "failed") |#1|)) (-15 -3437 ((-1170) |#1|)) (-15 -3746 (|#1|)) (-15 -1775 (|#1| |#1|)) (-15 -2173 (|#1| |#1|)) (-15 -2079 (|#1| |#1|)) (-15 -3327 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -3327 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -3762 ((-685 |#2|) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 (|#1| |#1|)) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4137 ((|#1| $) 138 (|has| |#1| (-307)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-4284 (((-418 (-1166 $)) (-1166 $)) 129 (|has| |#1| (-906)))) (-2275 (($ $) 74)) (-1798 (((-418 $) $) 73)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 132 (|has| |#1| (-906)))) (-1817 (((-112) $ $) 60)) (-1672 (((-564) $) 119 (|has| |#1| (-817)))) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#1| "failed") $) 176) (((-3 (-1170) "failed") $) 127 (|has| |#1| (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) 110 (|has| |#1| (-1035 (-564)))) (((-3 (-564) "failed") $) 108 (|has| |#1| (-1035 (-564))))) (-3437 ((|#1| $) 177) (((-1170) $) 128 (|has| |#1| (-1035 (-1170)))) (((-407 (-564)) $) 111 (|has| |#1| (-1035 (-564)))) (((-564) $) 109 (|has| |#1| (-1035 (-564))))) (-2668 (($ $ $) 56)) (-3762 (((-685 (-564)) (-685 $)) 151 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 150 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 149) (((-685 |#1|) (-685 $)) 148)) (-3233 (((-3 $ "failed") $) 33)) (-3746 (($) 136 (|has| |#1| (-545)))) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-2941 (((-112) $) 72)) (-2955 (((-112) $) 121 (|has| |#1| (-817)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 145 (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 144 (|has| |#1| (-883 (-379))))) (-3282 (((-112) $) 31)) (-2079 (($ $) 140)) (-2654 ((|#1| $) 142)) (-1516 (((-3 $ "failed") $) 107 (|has| |#1| (-1145)))) (-1515 (((-112) $) 120 (|has| |#1| (-817)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-2766 (($ $ $) 117 (|has| |#1| (-847)))) (-1650 (($ $ $) 116 (|has| |#1| (-847)))) (-2110 (($ (-1 |#1| |#1|) $) 168)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 71)) (-2558 (($) 106 (|has| |#1| (-1145)) CONST)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-1775 (($ $) 137 (|has| |#1| (-307)))) (-4037 ((|#1| $) 134 (|has| |#1| (-545)))) (-4004 (((-418 (-1166 $)) (-1166 $)) 131 (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) 130 (|has| |#1| (-906)))) (-4020 (((-418 $) $) 75)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-3227 (($ $ (-641 |#1|) (-641 |#1|)) 174 (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) 173 (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) 172 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) 171 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 170 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) 169 (|has| |#1| (-514 (-1170) |#1|)))) (-2358 (((-768) $) 59)) (-2961 (($ $ |#1|) 175 (|has| |#1| (-286 |#1| |#1|)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-1795 (($ $) 167 (|has| |#1| (-233))) (($ $ (-768)) 165 (|has| |#1| (-233))) (($ $ (-1170)) 163 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 162 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 161 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 160 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 153) (($ $ (-1 |#1| |#1|)) 152)) (-2173 (($ $) 139)) (-2663 ((|#1| $) 141)) (-2153 (((-889 (-564)) $) 147 (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) 146 (|has| |#1| (-612 (-889 (-379))))) (((-536) $) 124 (|has| |#1| (-612 (-536)))) (((-379) $) 123 (|has| |#1| (-1019))) (((-225) $) 122 (|has| |#1| (-1019)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 133 (-2832 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ |#1|) 180) (($ (-1170)) 126 (|has| |#1| (-1035 (-1170))))) (-2684 (((-3 $ "failed") $) 125 (-2713 (|has| |#1| (-145)) (-2832 (|has| $ (-145)) (|has| |#1| (-906)))))) (-1303 (((-768)) 28 T CONST)) (-2698 ((|#1| $) 135 (|has| |#1| (-545)))) (-1720 (((-112) $ $) 40)) (-1699 (($ $) 118 (|has| |#1| (-817)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $) 166 (|has| |#1| (-233))) (($ $ (-768)) 164 (|has| |#1| (-233))) (($ $ (-1170)) 159 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 158 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 157 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 156 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 155) (($ $ (-1 |#1| |#1|)) 154)) (-2920 (((-112) $ $) 114 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 113 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 115 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 112 (|has| |#1| (-847)))) (-2983 (($ $ $) 66) (($ |#1| |#1|) 143)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68) (($ |#1| $) 179) (($ $ |#1|) 178)))
+((-1716 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-4171 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2986 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3942 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1901 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2943 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1891 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2438 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2311 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3017 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1750 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1425 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1405 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-1563 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-4016 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3470 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3727 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3202 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3804 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3701 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2501 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-4019 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3445 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2569 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-2778 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3431 (*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))) (-3215 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-768)) (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(-13 (-10 -7 (-15 -3215 ((-3 |t#1| "failed") |t#1| (-768))) (-15 -3431 ((-3 |t#1| "failed") |t#1|)) (-15 -2778 ((-3 |t#1| "failed") |t#1|)) (-15 -2569 ((-3 |t#1| "failed") |t#1|)) (-15 -3445 ((-3 |t#1| "failed") |t#1|)) (-15 -4019 ((-3 |t#1| "failed") |t#1|)) (-15 -2501 ((-3 |t#1| "failed") |t#1|)) (-15 -3701 ((-3 |t#1| "failed") |t#1|)) (-15 -3804 ((-3 |t#1| "failed") |t#1|)) (-15 -3202 ((-3 |t#1| "failed") |t#1|)) (-15 -3727 ((-3 |t#1| "failed") |t#1|)) (-15 -3470 ((-3 |t#1| "failed") |t#1|)) (-15 -4016 ((-3 |t#1| "failed") |t#1|)) (-15 -1563 ((-3 |t#1| "failed") |t#1|)) (-15 -1405 ((-3 |t#1| "failed") |t#1|)) (-15 -1425 ((-3 |t#1| "failed") |t#1|)) (-15 -1750 ((-3 |t#1| "failed") |t#1|)) (-15 -3017 ((-3 |t#1| "failed") |t#1|)) (-15 -2311 ((-3 |t#1| "failed") |t#1|)) (-15 -2438 ((-3 |t#1| "failed") |t#1|)) (-15 -1891 ((-3 |t#1| "failed") |t#1|)) (-15 -2943 ((-3 |t#1| "failed") |t#1|)) (-15 -1901 ((-3 |t#1| "failed") |t#1|)) (-15 -3942 ((-3 |t#1| "failed") |t#1|)) (-15 -2986 ((-3 |t#1| "failed") |t#1|)) (-15 -4171 ((-3 |t#1| "failed") |t#1|)) (-15 -1716 ((-3 |t#1| "failed") |t#1|))))
+((-3909 ((|#4| |#4| (-641 |#3|)) 56) ((|#4| |#4| |#3|) 55)) (-1527 ((|#4| |#4| (-641 |#3|)) 24) ((|#4| |#4| |#3|) 20)) (-2449 ((|#4| (-1 |#4| (-949 |#1|)) |#4|) 31)))
+(((-981 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1527 (|#4| |#4| |#3|)) (-15 -1527 (|#4| |#4| (-641 |#3|))) (-15 -3909 (|#4| |#4| |#3|)) (-15 -3909 (|#4| |#4| (-641 |#3|))) (-15 -2449 (|#4| (-1 |#4| (-949 |#1|)) |#4|))) (-1046) (-790) (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)) (-15 -3871 ((-3 $ "failed") (-1170))))) (-946 (-949 |#1|) |#2| |#3|)) (T -981))
+((-2449 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-949 *4))) (-4 *4 (-1046)) (-4 *2 (-946 (-949 *4) *5 *6)) (-4 *5 (-790)) (-4 *6 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)) (-15 -3871 ((-3 $ "failed") (-1170)))))) (-5 *1 (-981 *4 *5 *6 *2)))) (-3909 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)) (-15 -3871 ((-3 $ "failed") (-1170)))))) (-4 *4 (-1046)) (-4 *5 (-790)) (-5 *1 (-981 *4 *5 *6 *2)) (-4 *2 (-946 (-949 *4) *5 *6)))) (-3909 (*1 *2 *2 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)) (-15 -3871 ((-3 $ "failed") (-1170)))))) (-5 *1 (-981 *4 *5 *3 *2)) (-4 *2 (-946 (-949 *4) *5 *3)))) (-1527 (*1 *2 *2 *3) (-12 (-5 *3 (-641 *6)) (-4 *6 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)) (-15 -3871 ((-3 $ "failed") (-1170)))))) (-4 *4 (-1046)) (-4 *5 (-790)) (-5 *1 (-981 *4 *5 *6 *2)) (-4 *2 (-946 (-949 *4) *5 *6)))) (-1527 (*1 *2 *2 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)) (-15 -3871 ((-3 $ "failed") (-1170)))))) (-5 *1 (-981 *4 *5 *3 *2)) (-4 *2 (-946 (-949 *4) *5 *3)))))
+(-10 -7 (-15 -1527 (|#4| |#4| |#3|)) (-15 -1527 (|#4| |#4| (-641 |#3|))) (-15 -3909 (|#4| |#4| |#3|)) (-15 -3909 (|#4| |#4| (-641 |#3|))) (-15 -2449 (|#4| (-1 |#4| (-949 |#1|)) |#4|)))
+((-1370 ((|#2| |#3|) 35)) (-1509 (((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|) 86)) (-2359 (((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) 106)))
+(((-982 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2359 ((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))))) (-15 -1509 ((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|)) (-15 -1370 (|#2| |#3|))) (-349) (-1235 |#1|) (-1235 |#2|) (-721 |#2| |#3|)) (T -982))
+((-1370 (*1 *2 *3) (-12 (-4 *3 (-1235 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-982 *4 *2 *3 *5)) (-4 *4 (-349)) (-4 *5 (-721 *2 *3)))) (-1509 (*1 *2 *3) (-12 (-4 *4 (-349)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 *3)) (-5 *2 (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-5 *1 (-982 *4 *3 *5 *6)) (-4 *6 (-721 *3 *5)))) (-2359 (*1 *2) (-12 (-4 *3 (-349)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| -3331 (-685 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-685 *4)))) (-5 *1 (-982 *3 *4 *5 *6)) (-4 *6 (-721 *4 *5)))))
+(-10 -7 (-15 -2359 ((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))))) (-15 -1509 ((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|)) (-15 -1370 (|#2| |#3|)))
+((-2540 (((-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564)))) (-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564))))) 83)))
+(((-983 |#1| |#2|) (-10 -7 (-15 -2540 ((-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564)))) (-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564))))))) (-641 (-1170)) (-768)) (T -983))
+((-2540 (*1 *2 *2) (-12 (-5 *2 (-984 (-407 (-564)) (-861 *3) (-240 *4 (-768)) (-247 *3 (-407 (-564))))) (-14 *3 (-641 (-1170))) (-14 *4 (-768)) (-5 *1 (-983 *3 *4)))))
+(-10 -7 (-15 -2540 ((-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564)))) (-984 (-407 (-564)) (-861 |#1|) (-240 |#2| (-768)) (-247 |#1| (-407 (-564)))))))
+((-1817 (((-112) $ $) NIL)) (-1358 (((-3 (-112) "failed") $) 71)) (-2507 (($ $) 36 (-12 (|has| |#1| (-147)) (|has| |#1| (-307))))) (-3296 (($ $ (-3 (-112) "failed")) 72)) (-2153 (($ (-641 |#4|) |#4|) 25)) (-2723 (((-1152) $) NIL)) (-1821 (($ $) 69)) (-2780 (((-1114) $) NIL)) (-4284 (((-112) $) 70)) (-4012 (($) 30)) (-1579 ((|#4| $) 74)) (-3636 (((-641 |#4|) $) 73)) (-1831 (((-859) $) 68)) (-1702 (((-112) $ $) NIL)))
+(((-984 |#1| |#2| |#3| |#4|) (-13 (-1094) (-611 (-859)) (-10 -8 (-15 -4012 ($)) (-15 -2153 ($ (-641 |#4|) |#4|)) (-15 -1358 ((-3 (-112) "failed") $)) (-15 -3296 ($ $ (-3 (-112) "failed"))) (-15 -4284 ((-112) $)) (-15 -3636 ((-641 |#4|) $)) (-15 -1579 (|#4| $)) (-15 -1821 ($ $)) (IF (|has| |#1| (-307)) (IF (|has| |#1| (-147)) (-15 -2507 ($ $)) |%noBranch|) |%noBranch|))) (-452) (-847) (-790) (-946 |#1| |#3| |#2|)) (T -984))
+((-4012 (*1 *1) (-12 (-4 *2 (-452)) (-4 *3 (-847)) (-4 *4 (-790)) (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3)))) (-2153 (*1 *1 *2 *3) (-12 (-5 *2 (-641 *3)) (-4 *3 (-946 *4 *6 *5)) (-4 *4 (-452)) (-4 *5 (-847)) (-4 *6 (-790)) (-5 *1 (-984 *4 *5 *6 *3)))) (-1358 (*1 *2 *1) (|partial| -12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *2 (-112)) (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))) (-3296 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))) (-4284 (*1 *2 *1) (-12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *2 (-112)) (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))) (-3636 (*1 *2 *1) (-12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *2 (-641 *6)) (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))) (-1579 (*1 *2 *1) (-12 (-4 *2 (-946 *3 *5 *4)) (-5 *1 (-984 *3 *4 *5 *2)) (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)))) (-1821 (*1 *1 *1) (-12 (-4 *2 (-452)) (-4 *3 (-847)) (-4 *4 (-790)) (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3)))) (-2507 (*1 *1 *1) (-12 (-4 *2 (-147)) (-4 *2 (-307)) (-4 *2 (-452)) (-4 *3 (-847)) (-4 *4 (-790)) (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3)))))
+(-13 (-1094) (-611 (-859)) (-10 -8 (-15 -4012 ($)) (-15 -2153 ($ (-641 |#4|) |#4|)) (-15 -1358 ((-3 (-112) "failed") $)) (-15 -3296 ($ $ (-3 (-112) "failed"))) (-15 -4284 ((-112) $)) (-15 -3636 ((-641 |#4|) $)) (-15 -1579 (|#4| $)) (-15 -1821 ($ $)) (IF (|has| |#1| (-307)) (IF (|has| |#1| (-147)) (-15 -2507 ($ $)) |%noBranch|) |%noBranch|)))
+((-3133 (((-112) |#5| |#5|) 43)) (-3193 (((-112) |#5| |#5|) 57)) (-2687 (((-112) |#5| (-641 |#5|)) 79) (((-112) |#5| |#5|) 66)) (-2883 (((-112) (-641 |#4|) (-641 |#4|)) 63)) (-2330 (((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) 68)) (-3958 (((-1264)) 33)) (-3770 (((-1264) (-1152) (-1152) (-1152)) 29)) (-4306 (((-641 |#5|) (-641 |#5|)) 98)) (-2244 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)))) 90)) (-1670 (((-641 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112)) 120)) (-2580 (((-112) |#5| |#5|) 52)) (-4175 (((-3 (-112) "failed") |#5| |#5|) 76)) (-4225 (((-112) (-641 |#4|) (-641 |#4|)) 62)) (-3585 (((-112) (-641 |#4|) (-641 |#4|)) 64)) (-3984 (((-112) (-641 |#4|) (-641 |#4|)) 65)) (-2297 (((-3 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112)) 115)) (-2808 (((-641 |#5|) (-641 |#5|)) 48)))
+(((-985 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3770 ((-1264) (-1152) (-1152) (-1152))) (-15 -3958 ((-1264))) (-15 -3133 ((-112) |#5| |#5|)) (-15 -2808 ((-641 |#5|) (-641 |#5|))) (-15 -2580 ((-112) |#5| |#5|)) (-15 -3193 ((-112) |#5| |#5|)) (-15 -2883 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4225 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -3585 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -3984 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4175 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2687 ((-112) |#5| |#5|)) (-15 -2687 ((-112) |#5| (-641 |#5|))) (-15 -4306 ((-641 |#5|) (-641 |#5|))) (-15 -2330 ((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)))) (-15 -2244 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) (-15 -1670 ((-641 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -2297 ((-3 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -985))
+((-2297 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| -4252 (-641 *9)) (|:| -2956 *4) (|:| |ineq| (-641 *9)))) (-5 *1 (-985 *6 *7 *8 *9 *4)) (-5 *3 (-641 *9)) (-4 *4 (-1066 *6 *7 *8 *9)))) (-1670 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-641 *10)) (-5 *5 (-112)) (-4 *10 (-1066 *6 *7 *8 *9)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8)) (-5 *2 (-641 (-2 (|:| -4252 (-641 *9)) (|:| -2956 *10) (|:| |ineq| (-641 *9))))) (-5 *1 (-985 *6 *7 *8 *9 *10)) (-5 *3 (-641 *9)))) (-2244 (*1 *2 *2) (-12 (-5 *2 (-641 (-2 (|:| |val| (-641 *6)) (|:| -2956 *7)))) (-4 *6 (-1060 *3 *4 *5)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-985 *3 *4 *5 *6 *7)))) (-2330 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -2956 *8))) (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *8)))) (-4306 (*1 *2 *2) (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-985 *3 *4 *5 *6 *7)))) (-2687 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-985 *5 *6 *7 *8 *3)))) (-2687 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-4175 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-3984 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-3585 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-4225 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-2883 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-3193 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-2580 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-2808 (*1 *2 *2) (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-985 *3 *4 *5 *6 *7)))) (-3133 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-3958 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-985 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-3770 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
+(-10 -7 (-15 -3770 ((-1264) (-1152) (-1152) (-1152))) (-15 -3958 ((-1264))) (-15 -3133 ((-112) |#5| |#5|)) (-15 -2808 ((-641 |#5|) (-641 |#5|))) (-15 -2580 ((-112) |#5| |#5|)) (-15 -3193 ((-112) |#5| |#5|)) (-15 -2883 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4225 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -3585 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -3984 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4175 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2687 ((-112) |#5| |#5|)) (-15 -2687 ((-112) |#5| (-641 |#5|))) (-15 -4306 ((-641 |#5|) (-641 |#5|))) (-15 -2330 ((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)))) (-15 -2244 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) (-15 -1670 ((-641 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -2297 ((-3 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112))))
+((-3871 (((-1170) $) 15)) (-1522 (((-1152) $) 16)) (-2772 (($ (-1170) (-1152)) 14)) (-1831 (((-859) $) 13)))
+(((-986) (-13 (-611 (-859)) (-10 -8 (-15 -2772 ($ (-1170) (-1152))) (-15 -3871 ((-1170) $)) (-15 -1522 ((-1152) $))))) (T -986))
+((-2772 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1152)) (-5 *1 (-986)))) (-3871 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-986)))) (-1522 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-986)))))
+(-13 (-611 (-859)) (-10 -8 (-15 -2772 ($ (-1170) (-1152))) (-15 -3871 ((-1170) $)) (-15 -1522 ((-1152) $))))
+((-2449 ((|#4| (-1 |#2| |#1|) |#3|) 14)))
+(((-987 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2449 (|#4| (-1 |#2| |#1|) |#3|))) (-556) (-556) (-989 |#1|) (-989 |#2|)) (T -987))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-556)) (-4 *6 (-556)) (-4 *2 (-989 *6)) (-5 *1 (-987 *5 *6 *4 *2)) (-4 *4 (-989 *5)))))
+(-10 -7 (-15 -2449 (|#4| (-1 |#2| |#1|) |#3|)))
+((-2347 (((-3 |#2| "failed") $) NIL) (((-3 (-1170) "failed") $) 66) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) 96)) (-2237 ((|#2| $) NIL) (((-1170) $) 61) (((-407 (-564)) $) NIL) (((-564) $) 93)) (-4050 (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 115) (((-685 |#2|) (-685 $)) 28)) (-2900 (($) 99)) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 76) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 85)) (-4157 (($ $) 10)) (-2619 (((-3 $ "failed") $) 20)) (-2449 (($ (-1 |#2| |#2|) $) 22)) (-2884 (($) 16)) (-3191 (($ $) 55)) (-3534 (($ $) NIL) (($ $ (-768)) NIL) (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 36)) (-2644 (($ $) 12)) (-2511 (((-889 (-564)) $) 71) (((-889 (-379)) $) 80) (((-536) $) 40) (((-379) $) 44) (((-225) $) 48)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) 91) (($ |#2|) NIL) (($ (-1170)) 58)) (-2219 (((-768)) 31)) (-1723 (((-112) $ $) 51)))
+(((-988 |#1| |#2|) (-10 -8 (-15 -1723 ((-112) |#1| |#1|)) (-15 -2884 (|#1|)) (-15 -2619 ((-3 |#1| "failed") |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2511 ((-225) |#1|)) (-15 -2511 ((-379) |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -1831 (|#1| (-1170))) (-15 -2347 ((-3 (-1170) "failed") |#1|)) (-15 -2237 ((-1170) |#1|)) (-15 -2900 (|#1|)) (-15 -3191 (|#1| |#1|)) (-15 -2644 (|#1| |#1|)) (-15 -4157 (|#1| |#1|)) (-15 -2131 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -2131 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -4050 ((-685 |#2|) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 (|#1| |#1|)) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|))) (-989 |#2|) (-556)) (T -988))
+((-2219 (*1 *2) (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-988 *3 *4)) (-4 *3 (-989 *4)))))
+(-10 -8 (-15 -1723 ((-112) |#1| |#1|)) (-15 -2884 (|#1|)) (-15 -2619 ((-3 |#1| "failed") |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2511 ((-225) |#1|)) (-15 -2511 ((-379) |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -1831 (|#1| (-1170))) (-15 -2347 ((-3 (-1170) "failed") |#1|)) (-15 -2237 ((-1170) |#1|)) (-15 -2900 (|#1|)) (-15 -3191 (|#1| |#1|)) (-15 -2644 (|#1| |#1|)) (-15 -4157 (|#1| |#1|)) (-15 -2131 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -2131 ((-886 (-564) |#1|) |#1| (-889 (-564)) (-886 (-564) |#1|))) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -4050 ((-685 |#2|) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 (|#1| |#1|)) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3423 ((|#1| $) 138 (|has| |#1| (-307)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-2345 (((-418 (-1166 $)) (-1166 $)) 129 (|has| |#1| (-906)))) (-2427 (($ $) 74)) (-3399 (((-418 $) $) 73)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 132 (|has| |#1| (-906)))) (-3554 (((-112) $ $) 60)) (-1598 (((-564) $) 119 (|has| |#1| (-817)))) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#1| "failed") $) 176) (((-3 (-1170) "failed") $) 127 (|has| |#1| (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) 110 (|has| |#1| (-1035 (-564)))) (((-3 (-564) "failed") $) 108 (|has| |#1| (-1035 (-564))))) (-2237 ((|#1| $) 177) (((-1170) $) 128 (|has| |#1| (-1035 (-1170)))) (((-407 (-564)) $) 111 (|has| |#1| (-1035 (-564)))) (((-564) $) 109 (|has| |#1| (-1035 (-564))))) (-1449 (($ $ $) 56)) (-4050 (((-685 (-564)) (-685 $)) 151 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 150 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 149) (((-685 |#1|) (-685 $)) 148)) (-3733 (((-3 $ "failed") $) 33)) (-2900 (($) 136 (|has| |#1| (-545)))) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-1420 (((-112) $) 72)) (-1569 (((-112) $) 121 (|has| |#1| (-817)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 145 (|has| |#1| (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 144 (|has| |#1| (-883 (-379))))) (-2949 (((-112) $) 31)) (-4157 (($ $) 140)) (-3678 ((|#1| $) 142)) (-2619 (((-3 $ "failed") $) 107 (|has| |#1| (-1145)))) (-2607 (((-112) $) 120 (|has| |#1| (-817)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-1925 (($ $ $) 117 (|has| |#1| (-847)))) (-3375 (($ $ $) 116 (|has| |#1| (-847)))) (-2449 (($ (-1 |#1| |#1|) $) 168)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 71)) (-2884 (($) 106 (|has| |#1| (-1145)) CONST)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3191 (($ $) 137 (|has| |#1| (-307)))) (-1818 ((|#1| $) 134 (|has| |#1| (-545)))) (-1469 (((-418 (-1166 $)) (-1166 $)) 131 (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) 130 (|has| |#1| (-906)))) (-3070 (((-418 $) $) 75)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2633 (($ $ (-641 |#1|) (-641 |#1|)) 174 (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) 173 (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) 172 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) 171 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 170 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) 169 (|has| |#1| (-514 (-1170) |#1|)))) (-3920 (((-768) $) 59)) (-1350 (($ $ |#1|) 175 (|has| |#1| (-286 |#1| |#1|)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-3534 (($ $) 167 (|has| |#1| (-233))) (($ $ (-768)) 165 (|has| |#1| (-233))) (($ $ (-1170)) 163 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 162 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 161 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 160 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 153) (($ $ (-1 |#1| |#1|)) 152)) (-2644 (($ $) 139)) (-3693 ((|#1| $) 141)) (-2511 (((-889 (-564)) $) 147 (|has| |#1| (-612 (-889 (-564))))) (((-889 (-379)) $) 146 (|has| |#1| (-612 (-889 (-379))))) (((-536) $) 124 (|has| |#1| (-612 (-536)))) (((-379) $) 123 (|has| |#1| (-1019))) (((-225) $) 122 (|has| |#1| (-1019)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 133 (-4348 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ |#1|) 180) (($ (-1170)) 126 (|has| |#1| (-1035 (-1170))))) (-4018 (((-3 $ "failed") $) 125 (-4078 (|has| |#1| (-145)) (-4348 (|has| $ (-145)) (|has| |#1| (-906)))))) (-2219 (((-768)) 28 T CONST)) (-4150 ((|#1| $) 135 (|has| |#1| (-545)))) (-3939 (((-112) $ $) 40)) (-1849 (($ $) 118 (|has| |#1| (-817)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $) 166 (|has| |#1| (-233))) (($ $ (-768)) 164 (|has| |#1| (-233))) (($ $ (-1170)) 159 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 158 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 157 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 156 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 155) (($ $ (-1 |#1| |#1|)) 154)) (-1762 (((-112) $ $) 114 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 113 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 115 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 112 (|has| |#1| (-847)))) (-1823 (($ $ $) 66) (($ |#1| |#1|) 143)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68) (($ |#1| $) 179) (($ $ |#1|) 178)))
(((-989 |#1|) (-140) (-556)) (T -989))
-((-2983 (*1 *1 *2 *2) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))) (-2654 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))) (-2663 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))) (-2079 (*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))) (-2173 (*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))) (-4137 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-307)))) (-1775 (*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-307)))) (-3746 (*1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-545)) (-4 *2 (-556)))) (-2698 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-545)))) (-4037 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-545)))))
-(-13 (-363) (-38 |t#1|) (-1035 |t#1|) (-338 |t#1|) (-231 |t#1|) (-377 |t#1|) (-881 |t#1|) (-400 |t#1|) (-10 -8 (-15 -2983 ($ |t#1| |t#1|)) (-15 -2654 (|t#1| $)) (-15 -2663 (|t#1| $)) (-15 -2079 ($ $)) (-15 -2173 ($ $)) (IF (|has| |t#1| (-1145)) (-6 (-1145)) |%noBranch|) (IF (|has| |t#1| (-1035 (-564))) (PROGN (-6 (-1035 (-564))) (-6 (-1035 (-407 (-564))))) |%noBranch|) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-817)) (-6 (-817)) |%noBranch|) (IF (|has| |t#1| (-1019)) (-6 (-1019)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1035 (-1170))) (-6 (-1035 (-1170))) |%noBranch|) (IF (|has| |t#1| (-307)) (PROGN (-15 -4137 (|t#1| $)) (-15 -1775 ($ $))) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -3746 ($)) (-15 -2698 (|t#1| $)) (-15 -4037 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-906)) (-6 (-906)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 #1=(-1170)) |has| |#1| (-1035 (-1170))) ((-614 |#1|) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-612 (-225)) |has| |#1| (-1019)) ((-612 (-379)) |has| |#1| (-1019)) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-612 (-889 (-379))) |has| |#1| (-612 (-889 (-379)))) ((-612 (-889 (-564))) |has| |#1| (-612 (-889 (-564)))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-243) . T) ((-286 |#1| $) |has| |#1| (-286 |#1| |#1|)) ((-290) . T) ((-307) . T) ((-309 |#1|) |has| |#1| (-309 |#1|)) ((-363) . T) ((-338 |#1|) . T) ((-377 |#1|) . T) ((-400 |#1|) . T) ((-452) . T) ((-514 (-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((-514 |#1| |#1|) |has| |#1| (-309 |#1|)) ((-556) . T) ((-644 #0#) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) . T) ((-714 |#1|) . T) ((-714 $) . T) ((-723) . T) ((-788) |has| |#1| (-817)) ((-789) |has| |#1| (-817)) ((-791) |has| |#1| (-817)) ((-792) |has| |#1| (-817)) ((-817) |has| |#1| (-817)) ((-845) |has| |#1| (-817)) ((-847) -2713 (|has| |#1| (-847)) (|has| |#1| (-817))) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-883 (-379)) |has| |#1| (-883 (-379))) ((-883 (-564)) |has| |#1| (-883 (-564))) ((-881 |#1|) . T) ((-906) |has| |#1| (-906)) ((-917) . T) ((-1019) |has| |#1| (-1019)) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-564))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 #1#) |has| |#1| (-1035 (-1170))) ((-1035 |#1|) . T) ((-1052 #0#) . T) ((-1052 |#1|) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| |#1| (-1145)) ((-1209) . T) ((-1213) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3531 (($ (-1136 |#1| |#2|)) 11)) (-2670 (((-1136 |#1| |#2|) $) 12)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2961 ((|#2| $ (-240 |#1| |#2|)) 16)) (-1721 (((-859) $) NIL)) (-2885 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL)))
-(((-990 |#1| |#2|) (-13 (-21) (-10 -8 (-15 -3531 ($ (-1136 |#1| |#2|))) (-15 -2670 ((-1136 |#1| |#2|) $)) (-15 -2961 (|#2| $ (-240 |#1| |#2|))))) (-918) (-363)) (T -990))
-((-3531 (*1 *1 *2) (-12 (-5 *2 (-1136 *3 *4)) (-14 *3 (-918)) (-4 *4 (-363)) (-5 *1 (-990 *3 *4)))) (-2670 (*1 *2 *1) (-12 (-5 *2 (-1136 *3 *4)) (-5 *1 (-990 *3 *4)) (-14 *3 (-918)) (-4 *4 (-363)))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 (-240 *4 *2)) (-14 *4 (-918)) (-4 *2 (-363)) (-5 *1 (-990 *4 *2)))))
-(-13 (-21) (-10 -8 (-15 -3531 ($ (-1136 |#1| |#2|))) (-15 -2670 ((-1136 |#1| |#2|) $)) (-15 -2961 (|#2| $ (-240 |#1| |#2|)))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3734 (((-1129) $) 9)) (-1721 (((-859) $) 15) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-991) (-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $))))) (T -991))
-((-3734 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-991)))))
-(-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $))))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) 8)) (-1692 (($) 7 T CONST)) (-1993 (($ $) 46)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2088 (((-768) $) 45)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 40)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4005 ((|#1| $) 44)) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-1308 ((|#1| |#1| $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2731 ((|#1| $) 47)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) 42)) (-1634 ((|#1| $) 43)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1823 (*1 *1 *2 *2) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))) (-3678 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))) (-3693 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))) (-4157 (*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))) (-2644 (*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))) (-3423 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-307)))) (-3191 (*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-307)))) (-2900 (*1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-545)) (-4 *2 (-556)))) (-4150 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-545)))) (-1818 (*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-545)))))
+(-13 (-363) (-38 |t#1|) (-1035 |t#1|) (-338 |t#1|) (-231 |t#1|) (-377 |t#1|) (-881 |t#1|) (-400 |t#1|) (-10 -8 (-15 -1823 ($ |t#1| |t#1|)) (-15 -3678 (|t#1| $)) (-15 -3693 (|t#1| $)) (-15 -4157 ($ $)) (-15 -2644 ($ $)) (IF (|has| |t#1| (-1145)) (-6 (-1145)) |%noBranch|) (IF (|has| |t#1| (-1035 (-564))) (PROGN (-6 (-1035 (-564))) (-6 (-1035 (-407 (-564))))) |%noBranch|) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-817)) (-6 (-817)) |%noBranch|) (IF (|has| |t#1| (-1019)) (-6 (-1019)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1035 (-1170))) (-6 (-1035 (-1170))) |%noBranch|) (IF (|has| |t#1| (-307)) (PROGN (-15 -3423 (|t#1| $)) (-15 -3191 ($ $))) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -2900 ($)) (-15 -4150 (|t#1| $)) (-15 -1818 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-906)) (-6 (-906)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 #1=(-1170)) |has| |#1| (-1035 (-1170))) ((-614 |#1|) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-612 (-225)) |has| |#1| (-1019)) ((-612 (-379)) |has| |#1| (-1019)) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-612 (-889 (-379))) |has| |#1| (-612 (-889 (-379)))) ((-612 (-889 (-564))) |has| |#1| (-612 (-889 (-564)))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-243) . T) ((-286 |#1| $) |has| |#1| (-286 |#1| |#1|)) ((-290) . T) ((-307) . T) ((-309 |#1|) |has| |#1| (-309 |#1|)) ((-363) . T) ((-338 |#1|) . T) ((-377 |#1|) . T) ((-400 |#1|) . T) ((-452) . T) ((-514 (-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((-514 |#1| |#1|) |has| |#1| (-309 |#1|)) ((-556) . T) ((-644 #0#) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) . T) ((-714 |#1|) . T) ((-714 $) . T) ((-723) . T) ((-788) |has| |#1| (-817)) ((-789) |has| |#1| (-817)) ((-791) |has| |#1| (-817)) ((-792) |has| |#1| (-817)) ((-817) |has| |#1| (-817)) ((-845) |has| |#1| (-817)) ((-847) -4078 (|has| |#1| (-847)) (|has| |#1| (-817))) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-883 (-379)) |has| |#1| (-883 (-379))) ((-883 (-564)) |has| |#1| (-883 (-564))) ((-881 |#1|) . T) ((-906) |has| |#1| (-906)) ((-917) . T) ((-1019) |has| |#1| (-1019)) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-564))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 #1#) |has| |#1| (-1035 (-1170))) ((-1035 |#1|) . T) ((-1052 #0#) . T) ((-1052 |#1|) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| |#1| (-1145)) ((-1209) . T) ((-1213) . T))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3577 (($ (-1136 |#1| |#2|)) 11)) (-4309 (((-1136 |#1| |#2|) $) 12)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1350 ((|#2| $ (-240 |#1| |#2|)) 16)) (-1831 (((-859) $) NIL)) (-1293 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL)))
+(((-990 |#1| |#2|) (-13 (-21) (-10 -8 (-15 -3577 ($ (-1136 |#1| |#2|))) (-15 -4309 ((-1136 |#1| |#2|) $)) (-15 -1350 (|#2| $ (-240 |#1| |#2|))))) (-918) (-363)) (T -990))
+((-3577 (*1 *1 *2) (-12 (-5 *2 (-1136 *3 *4)) (-14 *3 (-918)) (-4 *4 (-363)) (-5 *1 (-990 *3 *4)))) (-4309 (*1 *2 *1) (-12 (-5 *2 (-1136 *3 *4)) (-5 *1 (-990 *3 *4)) (-14 *3 (-918)) (-4 *4 (-363)))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 (-240 *4 *2)) (-14 *4 (-918)) (-4 *2 (-363)) (-5 *1 (-990 *4 *2)))))
+(-13 (-21) (-10 -8 (-15 -3577 ($ (-1136 |#1| |#2|))) (-15 -4309 ((-1136 |#1| |#2|) $)) (-15 -1350 (|#2| $ (-240 |#1| |#2|)))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3877 (((-1129) $) 9)) (-1831 (((-859) $) 15) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-991) (-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $))))) (T -991))
+((-3877 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-991)))))
+(-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $))))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) 8)) (-1778 (($) 7 T CONST)) (-1411 (($ $) 46)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-1502 (((-768) $) 45)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 40)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1480 ((|#1| $) 44)) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3477 ((|#1| |#1| $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-4371 ((|#1| $) 47)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) 42)) (-4361 ((|#1| $) 43)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-992 |#1|) (-140) (-1209)) (T -992))
-((-1308 (*1 *2 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))) (-2731 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))) (-1993 (*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))) (-2088 (*1 *2 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))) (-4005 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))) (-1634 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4412) (-15 -1308 (|t#1| |t#1| $)) (-15 -2731 (|t#1| $)) (-15 -1993 ($ $)) (-15 -2088 ((-768) $)) (-15 -4005 (|t#1| $)) (-15 -1634 (|t#1| $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-2013 (((-112) $) 43)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#2| "failed") $) 46)) (-3437 (((-564) $) NIL) (((-407 (-564)) $) NIL) ((|#2| $) 44)) (-2242 (((-3 (-407 (-564)) "failed") $) 78)) (-2260 (((-112) $) 72)) (-3600 (((-407 (-564)) $) 76)) (-3282 (((-112) $) 42)) (-2471 ((|#2| $) 22)) (-2110 (($ (-1 |#2| |#2|) $) 19)) (-4247 (($ $) 58)) (-1795 (($ $) NIL) (($ $ (-768)) NIL) (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 35)) (-2153 (((-536) $) 67)) (-3601 (($ $) 17)) (-1721 (((-859) $) 53) (($ (-564)) 39) (($ |#2|) 37) (($ (-407 (-564))) NIL)) (-1303 (((-768)) 10)) (-1699 ((|#2| $) 71)) (-2853 (((-112) $ $) 26)) (-2880 (((-112) $ $) 69)) (-2970 (($ $) 30) (($ $ $) 29)) (-2956 (($ $ $) 27)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 34) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 31) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
-(((-993 |#1| |#2|) (-10 -8 (-15 -1721 (|#1| (-407 (-564)))) (-15 -2880 ((-112) |#1| |#1|)) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 * (|#1| |#1| (-407 (-564)))) (-15 -4247 (|#1| |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -2242 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3600 ((-407 (-564)) |#1|)) (-15 -2260 ((-112) |#1|)) (-15 -1699 (|#2| |#1|)) (-15 -2471 (|#2| |#1|)) (-15 -3601 (|#1| |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -1721 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-564))) (-15 -3282 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 -2013 ((-112) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -2956 (|#1| |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|))) (-994 |#2|) (-172)) (T -993))
-((-1303 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-993 *3 *4)) (-4 *3 (-994 *4)))))
-(-10 -8 (-15 -1721 (|#1| (-407 (-564)))) (-15 -2880 ((-112) |#1| |#1|)) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 * (|#1| |#1| (-407 (-564)))) (-15 -4247 (|#1| |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -2242 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3600 ((-407 (-564)) |#1|)) (-15 -2260 ((-112) |#1|)) (-15 -1699 (|#2| |#1|)) (-15 -2471 (|#2| |#1|)) (-15 -3601 (|#1| |#1|)) (-15 -2110 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -1721 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-564))) (-15 -3282 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 -2013 ((-112) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -2956 (|#1| |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2035 (((-3 (-564) "failed") $) 118 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 116 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 113)) (-3437 (((-564) $) 117 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 115 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 114)) (-3762 (((-685 (-564)) (-685 $)) 88 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 87 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 86) (((-685 |#1|) (-685 $)) 85)) (-3233 (((-3 $ "failed") $) 33)) (-4040 ((|#1| $) 78)) (-2242 (((-3 (-407 (-564)) "failed") $) 74 (|has| |#1| (-545)))) (-2260 (((-112) $) 76 (|has| |#1| (-545)))) (-3600 (((-407 (-564)) $) 75 (|has| |#1| (-545)))) (-2131 (($ |#1| |#1| |#1| |#1|) 79)) (-3282 (((-112) $) 31)) (-2471 ((|#1| $) 80)) (-2766 (($ $ $) 67 (|has| |#1| (-847)))) (-1650 (($ $ $) 66 (|has| |#1| (-847)))) (-2110 (($ (-1 |#1| |#1|) $) 89)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 71 (|has| |#1| (-363)))) (-4310 ((|#1| $) 81)) (-2514 ((|#1| $) 82)) (-1497 ((|#1| $) 83)) (-4382 (((-1114) $) 10)) (-3227 (($ $ (-641 |#1|) (-641 |#1|)) 95 (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) 94 (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) 93 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) 92 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 91 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) 90 (|has| |#1| (-514 (-1170) |#1|)))) (-2961 (($ $ |#1|) 96 (|has| |#1| (-286 |#1| |#1|)))) (-1795 (($ $) 112 (|has| |#1| (-233))) (($ $ (-768)) 110 (|has| |#1| (-233))) (($ $ (-1170)) 108 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 107 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 106 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 105 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 98) (($ $ (-1 |#1| |#1|)) 97)) (-2153 (((-536) $) 72 (|has| |#1| (-612 (-536))))) (-3601 (($ $) 84)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38) (($ (-407 (-564))) 61 (-2713 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564))))))) (-2684 (((-3 $ "failed") $) 73 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1699 ((|#1| $) 77 (|has| |#1| (-1055)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $) 111 (|has| |#1| (-233))) (($ $ (-768)) 109 (|has| |#1| (-233))) (($ $ (-1170)) 104 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 103 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 102 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 101 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 100) (($ $ (-1 |#1| |#1|)) 99)) (-2920 (((-112) $ $) 64 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 63 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 65 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 62 (|has| |#1| (-847)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70 (|has| |#1| (-363)))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39) (($ $ (-407 (-564))) 69 (|has| |#1| (-363))) (($ (-407 (-564)) $) 68 (|has| |#1| (-363)))))
+((-3477 (*1 *2 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))) (-4371 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))) (-1411 (*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))) (-1502 (*1 *2 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))) (-1480 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))) (-4361 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4406) (-15 -3477 (|t#1| |t#1| $)) (-15 -4371 (|t#1| $)) (-15 -1411 ($ $)) (-15 -1502 ((-768) $)) (-15 -1480 (|t#1| $)) (-15 -4361 (|t#1| $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-1615 (((-112) $) 43)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#2| "failed") $) 46)) (-2237 (((-564) $) NIL) (((-407 (-564)) $) NIL) ((|#2| $) 44)) (-2078 (((-3 (-407 (-564)) "failed") $) 78)) (-2272 (((-112) $) 72)) (-3036 (((-407 (-564)) $) 76)) (-2949 (((-112) $) 42)) (-3797 ((|#2| $) 22)) (-2449 (($ (-1 |#2| |#2|) $) 19)) (-3315 (($ $) 58)) (-3534 (($ $) NIL) (($ $ (-768)) NIL) (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 35)) (-2511 (((-536) $) 67)) (-3047 (($ $) 17)) (-1831 (((-859) $) 53) (($ (-564)) 39) (($ |#2|) 37) (($ (-407 (-564))) NIL)) (-2219 (((-768)) 10)) (-1849 ((|#2| $) 71)) (-1702 (((-112) $ $) 26)) (-1723 (((-112) $ $) 69)) (-1808 (($ $) 30) (($ $ $) 29)) (-1797 (($ $ $) 27)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 34) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 31) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL)))
+(((-993 |#1| |#2|) (-10 -8 (-15 -1831 (|#1| (-407 (-564)))) (-15 -1723 ((-112) |#1| |#1|)) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 * (|#1| |#1| (-407 (-564)))) (-15 -3315 (|#1| |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -2078 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3036 ((-407 (-564)) |#1|)) (-15 -2272 ((-112) |#1|)) (-15 -1849 (|#2| |#1|)) (-15 -3797 (|#2| |#1|)) (-15 -3047 (|#1| |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -1831 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-564))) (-15 -2949 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 -1615 ((-112) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -1797 (|#1| |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|))) (-994 |#2|) (-172)) (T -993))
+((-2219 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-993 *3 *4)) (-4 *3 (-994 *4)))))
+(-10 -8 (-15 -1831 (|#1| (-407 (-564)))) (-15 -1723 ((-112) |#1| |#1|)) (-15 * (|#1| (-407 (-564)) |#1|)) (-15 * (|#1| |#1| (-407 (-564)))) (-15 -3315 (|#1| |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -2078 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3036 ((-407 (-564)) |#1|)) (-15 -2272 ((-112) |#1|)) (-15 -1849 (|#2| |#1|)) (-15 -3797 (|#2| |#1|)) (-15 -3047 (|#1| |#1|)) (-15 -2449 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -1831 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-564))) (-15 -2949 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 * (|#1| (-768) |#1|)) (-15 -1615 ((-112) |#1|)) (-15 * (|#1| (-918) |#1|)) (-15 -1797 (|#1| |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2347 (((-3 (-564) "failed") $) 118 (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 116 (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) 113)) (-2237 (((-564) $) 117 (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) 115 (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) 114)) (-4050 (((-685 (-564)) (-685 $)) 88 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 87 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 86) (((-685 |#1|) (-685 $)) 85)) (-3733 (((-3 $ "failed") $) 33)) (-3092 ((|#1| $) 78)) (-2078 (((-3 (-407 (-564)) "failed") $) 74 (|has| |#1| (-545)))) (-2272 (((-112) $) 76 (|has| |#1| (-545)))) (-3036 (((-407 (-564)) $) 75 (|has| |#1| (-545)))) (-3474 (($ |#1| |#1| |#1| |#1|) 79)) (-2949 (((-112) $) 31)) (-3797 ((|#1| $) 80)) (-1925 (($ $ $) 67 (|has| |#1| (-847)))) (-3375 (($ $ $) 66 (|has| |#1| (-847)))) (-2449 (($ (-1 |#1| |#1|) $) 89)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 71 (|has| |#1| (-363)))) (-2584 ((|#1| $) 81)) (-2982 ((|#1| $) 82)) (-3661 ((|#1| $) 83)) (-2780 (((-1114) $) 10)) (-2633 (($ $ (-641 |#1|) (-641 |#1|)) 95 (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) 94 (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) 93 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) 92 (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) 91 (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) 90 (|has| |#1| (-514 (-1170) |#1|)))) (-1350 (($ $ |#1|) 96 (|has| |#1| (-286 |#1| |#1|)))) (-3534 (($ $) 112 (|has| |#1| (-233))) (($ $ (-768)) 110 (|has| |#1| (-233))) (($ $ (-1170)) 108 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 107 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 106 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 105 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 98) (($ $ (-1 |#1| |#1|)) 97)) (-2511 (((-536) $) 72 (|has| |#1| (-612 (-536))))) (-3047 (($ $) 84)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 38) (($ (-407 (-564))) 61 (-4078 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564))))))) (-4018 (((-3 $ "failed") $) 73 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-1849 ((|#1| $) 77 (|has| |#1| (-1055)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $) 111 (|has| |#1| (-233))) (($ $ (-768)) 109 (|has| |#1| (-233))) (($ $ (-1170)) 104 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 103 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 102 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 101 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 100) (($ $ (-1 |#1| |#1|)) 99)) (-1762 (((-112) $ $) 64 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 63 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 65 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 62 (|has| |#1| (-847)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70 (|has| |#1| (-363)))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39) (($ $ (-407 (-564))) 69 (|has| |#1| (-363))) (($ (-407 (-564)) $) 68 (|has| |#1| (-363)))))
(((-994 |#1|) (-140) (-172)) (T -994))
-((-3601 (*1 *1 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-1497 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-2514 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-4310 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-2471 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-2131 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-4040 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-1699 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)) (-4 *2 (-1055)))) (-2260 (*1 *2 *1) (-12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112)))) (-3600 (*1 *2 *1) (-12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))) (-2242 (*1 *2 *1) (|partial| -12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))))
-(-13 (-38 |t#1|) (-411 |t#1|) (-231 |t#1|) (-338 |t#1|) (-377 |t#1|) (-10 -8 (-15 -3601 ($ $)) (-15 -1497 (|t#1| $)) (-15 -2514 (|t#1| $)) (-15 -4310 (|t#1| $)) (-15 -2471 (|t#1| $)) (-15 -2131 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -4040 (|t#1| $)) (IF (|has| |t#1| (-290)) (-6 (-290)) |%noBranch|) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-363)) (-6 (-243)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1055)) (-15 -1699 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -2260 ((-112) $)) (-15 -3600 ((-407 (-564)) $)) (-15 -2242 ((-3 (-407 (-564)) "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-363)) ((-38 |#1|) . T) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-363)) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-363)) (|has| |#1| (-290))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-363))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-243) |has| |#1| (-363)) ((-286 |#1| $) |has| |#1| (-286 |#1| |#1|)) ((-290) -2713 (|has| |#1| (-363)) (|has| |#1| (-290))) ((-309 |#1|) |has| |#1| (-309 |#1|)) ((-338 |#1|) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-514 (-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((-514 |#1| |#1|) |has| |#1| (-309 |#1|)) ((-644 #0#) |has| |#1| (-363)) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) |has| |#1| (-363)) ((-714 |#1|) . T) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 #0#) |has| |#1| (-363)) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-363)) (|has| |#1| (-290))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2110 ((|#3| (-1 |#4| |#2|) |#1|) 16)))
-(((-995 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2110 (|#3| (-1 |#4| |#2|) |#1|))) (-994 |#2|) (-172) (-994 |#4|) (-172)) (T -995))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-994 *6)) (-5 *1 (-995 *4 *5 *2 *6)) (-4 *4 (-994 *5)))))
-(-10 -7 (-15 -2110 (|#3| (-1 |#4| |#2|) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-4040 ((|#1| $) 12)) (-2242 (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-545)))) (-2260 (((-112) $) NIL (|has| |#1| (-545)))) (-3600 (((-407 (-564)) $) NIL (|has| |#1| (-545)))) (-2131 (($ |#1| |#1| |#1| |#1|) 16)) (-3282 (((-112) $) NIL)) (-2471 ((|#1| $) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| |#1| (-363)))) (-4310 ((|#1| $) 15)) (-2514 ((|#1| $) 14)) (-1497 ((|#1| $) 13)) (-4382 (((-1114) $) NIL)) (-3227 (($ $ (-641 |#1|) (-641 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-514 (-1170) |#1|)))) (-2961 (($ $ |#1|) NIL (|has| |#1| (-286 |#1| |#1|)))) (-1795 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-3601 (($ $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564))))))) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-1699 ((|#1| $) NIL (|has| |#1| (-1055)))) (-2885 (($) 8 T CONST)) (-2898 (($) 10 T CONST)) (-3256 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-363))) (($ (-407 (-564)) $) NIL (|has| |#1| (-363)))))
+((-3047 (*1 *1 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-3661 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-2982 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-2584 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-3797 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-3474 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-3092 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))) (-1849 (*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)) (-4 *2 (-1055)))) (-2272 (*1 *2 *1) (-12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112)))) (-3036 (*1 *2 *1) (-12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))) (-2078 (*1 *2 *1) (|partial| -12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-407 (-564))))))
+(-13 (-38 |t#1|) (-411 |t#1|) (-231 |t#1|) (-338 |t#1|) (-377 |t#1|) (-10 -8 (-15 -3047 ($ $)) (-15 -3661 (|t#1| $)) (-15 -2982 (|t#1| $)) (-15 -2584 (|t#1| $)) (-15 -3797 (|t#1| $)) (-15 -3474 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -3092 (|t#1| $)) (IF (|has| |t#1| (-290)) (-6 (-290)) |%noBranch|) (IF (|has| |t#1| (-847)) (-6 (-847)) |%noBranch|) (IF (|has| |t#1| (-363)) (-6 (-243)) |%noBranch|) (IF (|has| |t#1| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1055)) (-15 -1849 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -2272 ((-112) $)) (-15 -3036 ((-407 (-564)) $)) (-15 -2078 ((-3 (-407 (-564)) "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-363)) ((-38 |#1|) . T) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-363)) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-363)) (|has| |#1| (-290))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-363))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-243) |has| |#1| (-363)) ((-286 |#1| $) |has| |#1| (-286 |#1| |#1|)) ((-290) -4078 (|has| |#1| (-363)) (|has| |#1| (-290))) ((-309 |#1|) |has| |#1| (-309 |#1|)) ((-338 |#1|) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-514 (-1170) |#1|) |has| |#1| (-514 (-1170) |#1|)) ((-514 |#1| |#1|) |has| |#1| (-309 |#1|)) ((-644 #0#) |has| |#1| (-363)) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) |has| |#1| (-363)) ((-714 |#1|) . T) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1052 #0#) |has| |#1| (-363)) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-363)) (|has| |#1| (-290))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
+((-2449 ((|#3| (-1 |#4| |#2|) |#1|) 16)))
+(((-995 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2449 (|#3| (-1 |#4| |#2|) |#1|))) (-994 |#2|) (-172) (-994 |#4|) (-172)) (T -995))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-994 *6)) (-5 *1 (-995 *4 *5 *2 *6)) (-4 *4 (-994 *5)))))
+(-10 -7 (-15 -2449 (|#3| (-1 |#4| |#2|) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3092 ((|#1| $) 12)) (-2078 (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-545)))) (-2272 (((-112) $) NIL (|has| |#1| (-545)))) (-3036 (((-407 (-564)) $) NIL (|has| |#1| (-545)))) (-3474 (($ |#1| |#1| |#1| |#1|) 16)) (-2949 (((-112) $) NIL)) (-3797 ((|#1| $) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| |#1| (-363)))) (-2584 ((|#1| $) 15)) (-2982 ((|#1| $) 14)) (-3661 ((|#1| $) 13)) (-2780 (((-1114) $) NIL)) (-2633 (($ $ (-641 |#1|) (-641 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-309 |#1|))) (($ $ (-294 |#1|)) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-294 |#1|))) NIL (|has| |#1| (-309 |#1|))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-514 (-1170) |#1|))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-514 (-1170) |#1|)))) (-1350 (($ $ |#1|) NIL (|has| |#1| (-286 |#1| |#1|)))) (-3534 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-3047 (($ $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564))))))) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-1849 ((|#1| $) NIL (|has| |#1| (-1055)))) (-1293 (($) 8 T CONST)) (-1300 (($) 10 T CONST)) (-3435 (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-363))) (($ (-407 (-564)) $) NIL (|has| |#1| (-363)))))
(((-996 |#1|) (-994 |#1|) (-172)) (T -996))
NIL
(-994 |#1|)
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1729 (((-112) $ (-768)) NIL)) (-1692 (($) NIL T CONST)) (-1993 (($ $) 23)) (-3173 (($ (-641 |#1|)) 33)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2088 (((-768) $) 26)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4290 ((|#1| $) 28)) (-3573 (($ |#1| $) 17)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4005 ((|#1| $) 27)) (-2382 ((|#1| $) 22)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-1308 ((|#1| |#1| $) 16)) (-4102 (((-112) $) 18)) (-3456 (($) NIL)) (-2731 ((|#1| $) 21)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) NIL)) (-1634 ((|#1| $) 30)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-997 |#1|) (-13 (-992 |#1|) (-10 -8 (-15 -3173 ($ (-641 |#1|))))) (-1094)) (T -997))
-((-3173 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-997 *3)))))
-(-13 (-992 |#1|) (-10 -8 (-15 -3173 ($ (-641 |#1|)))))
-((-4029 (($ $) 12)) (-2201 (($ $ (-564)) 13)))
-(((-998 |#1|) (-10 -8 (-15 -4029 (|#1| |#1|)) (-15 -2201 (|#1| |#1| (-564)))) (-999)) (T -998))
-NIL
-(-10 -8 (-15 -4029 (|#1| |#1|)) (-15 -2201 (|#1| |#1| (-564))))
-((-4029 (($ $) 6)) (-2201 (($ $ (-564)) 7)) (** (($ $ (-407 (-564))) 8)))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-4010 (((-112) $ (-768)) NIL)) (-1778 (($) NIL T CONST)) (-1411 (($ $) 23)) (-4315 (($ (-641 |#1|)) 33)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-1502 (((-768) $) 26)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2401 ((|#1| $) 28)) (-2783 (($ |#1| $) 17)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1480 ((|#1| $) 27)) (-4153 ((|#1| $) 22)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3477 ((|#1| |#1| $) 16)) (-4284 (((-112) $) 18)) (-4012 (($) NIL)) (-4371 ((|#1| $) 21)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) NIL)) (-4361 ((|#1| $) 30)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-997 |#1|) (-13 (-992 |#1|) (-10 -8 (-15 -4315 ($ (-641 |#1|))))) (-1094)) (T -997))
+((-4315 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-997 *3)))))
+(-13 (-992 |#1|) (-10 -8 (-15 -4315 ($ (-641 |#1|)))))
+((-3083 (($ $) 12)) (-2915 (($ $ (-564)) 13)))
+(((-998 |#1|) (-10 -8 (-15 -3083 (|#1| |#1|)) (-15 -2915 (|#1| |#1| (-564)))) (-999)) (T -998))
+NIL
+(-10 -8 (-15 -3083 (|#1| |#1|)) (-15 -2915 (|#1| |#1| (-564))))
+((-3083 (($ $) 6)) (-2915 (($ $ (-564)) 7)) (** (($ $ (-407 (-564))) 8)))
(((-999) (-140)) (T -999))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-999)) (-5 *2 (-407 (-564))))) (-2201 (*1 *1 *1 *2) (-12 (-4 *1 (-999)) (-5 *2 (-564)))) (-4029 (*1 *1 *1) (-4 *1 (-999))))
-(-13 (-10 -8 (-15 -4029 ($ $)) (-15 -2201 ($ $ (-564))) (-15 ** ($ $ (-407 (-564))))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2550 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| (-407 |#2|) (-363)))) (-4010 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-2662 (((-112) $) NIL (|has| (-407 |#2|) (-363)))) (-4133 (((-685 (-407 |#2|)) (-1259 $)) NIL) (((-685 (-407 |#2|))) NIL)) (-4321 (((-407 |#2|) $) NIL)) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-407 |#2|) (-349)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-1798 (((-418 $) $) NIL (|has| (-407 |#2|) (-363)))) (-1817 (((-112) $ $) NIL (|has| (-407 |#2|) (-363)))) (-1860 (((-768)) NIL (|has| (-407 |#2|) (-368)))) (-3901 (((-112)) NIL)) (-3944 (((-112) |#1|) 173) (((-112) |#2|) 177)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| (-407 |#2|) (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-3 (-407 |#2|) "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| (-407 |#2|) (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-407 |#2|) $) NIL)) (-3222 (($ (-1259 (-407 |#2|)) (-1259 $)) NIL) (($ (-1259 (-407 |#2|))) 81) (($ (-1259 |#2|) |#2|) NIL)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-407 |#2|) (-349)))) (-2668 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-3160 (((-685 (-407 |#2|)) $ (-1259 $)) NIL) (((-685 (-407 |#2|)) $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-407 |#2|))) (|:| |vec| (-1259 (-407 |#2|)))) (-685 $) (-1259 $)) NIL) (((-685 (-407 |#2|)) (-685 $)) NIL)) (-4080 (((-1259 $) (-1259 $)) NIL)) (-3658 (($ |#3|) 75) (((-3 $ "failed") (-407 |#3|)) NIL (|has| (-407 |#2|) (-363)))) (-3233 (((-3 $ "failed") $) NIL)) (-2416 (((-641 (-641 |#1|))) NIL (|has| |#1| (-368)))) (-2102 (((-112) |#1| |#1|) NIL)) (-3147 (((-918)) NIL)) (-3746 (($) NIL (|has| (-407 |#2|) (-368)))) (-2115 (((-112)) NIL)) (-2740 (((-112) |#1|) 61) (((-112) |#2|) 175)) (-2649 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| (-407 |#2|) (-363)))) (-3912 (($ $) NIL)) (-2982 (($) NIL (|has| (-407 |#2|) (-349)))) (-2398 (((-112) $) NIL (|has| (-407 |#2|) (-349)))) (-3195 (($ $ (-768)) NIL (|has| (-407 |#2|) (-349))) (($ $) NIL (|has| (-407 |#2|) (-349)))) (-2941 (((-112) $) NIL (|has| (-407 |#2|) (-363)))) (-2887 (((-918) $) NIL (|has| (-407 |#2|) (-349))) (((-830 (-918)) $) NIL (|has| (-407 |#2|) (-349)))) (-3282 (((-112) $) NIL)) (-3455 (((-768)) NIL)) (-3075 (((-1259 $) (-1259 $)) NIL)) (-2471 (((-407 |#2|) $) NIL)) (-3607 (((-641 (-949 |#1|)) (-1170)) NIL (|has| |#1| (-363)))) (-1516 (((-3 $ "failed") $) NIL (|has| (-407 |#2|) (-349)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-407 |#2|) (-363)))) (-2162 ((|#3| $) NIL (|has| (-407 |#2|) (-363)))) (-2981 (((-918) $) NIL (|has| (-407 |#2|) (-368)))) (-3646 ((|#3| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| (-407 |#2|) (-363))) (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-2811 (((-1152) $) NIL)) (-3919 (((-685 (-407 |#2|))) 57)) (-2651 (((-685 (-407 |#2|))) 56)) (-4247 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-2693 (($ (-1259 |#2|) |#2|) 82)) (-3235 (((-685 (-407 |#2|))) 55)) (-3299 (((-685 (-407 |#2|))) 54)) (-2132 (((-2 (|:| |num| (-685 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 97)) (-2978 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) 88)) (-2971 (((-1259 $)) 51)) (-1620 (((-1259 $)) 50)) (-4057 (((-112) $) NIL)) (-3851 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-2558 (($) NIL (|has| (-407 |#2|) (-349)) CONST)) (-1359 (($ (-918)) NIL (|has| (-407 |#2|) (-368)))) (-3465 (((-3 |#2| "failed")) 70)) (-4382 (((-1114) $) NIL)) (-3442 (((-768)) NIL)) (-2739 (($) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| (-407 |#2|) (-363)))) (-3377 (($ (-641 $)) NIL (|has| (-407 |#2|) (-363))) (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| (-407 |#2|) (-349)))) (-4020 (((-418 $) $) NIL (|has| (-407 |#2|) (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-407 |#2|) (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| (-407 |#2|) (-363)))) (-2628 (((-3 $ "failed") $ $) NIL (|has| (-407 |#2|) (-363)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-407 |#2|) (-363)))) (-2358 (((-768) $) NIL (|has| (-407 |#2|) (-363)))) (-2961 ((|#1| $ |#1| |#1|) NIL)) (-3108 (((-3 |#2| "failed")) 68)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| (-407 |#2|) (-363)))) (-3928 (((-407 |#2|) (-1259 $)) NIL) (((-407 |#2|)) 47)) (-2031 (((-768) $) NIL (|has| (-407 |#2|) (-349))) (((-3 (-768) "failed") $ $) NIL (|has| (-407 |#2|) (-349)))) (-1795 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-768)) NIL (-2713 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) NIL (-2713 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-3141 (((-685 (-407 |#2|)) (-1259 $) (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363)))) (-3290 ((|#3|) 58)) (-2117 (($) NIL (|has| (-407 |#2|) (-349)))) (-3057 (((-1259 (-407 |#2|)) $ (-1259 $)) NIL) (((-685 (-407 |#2|)) (-1259 $) (-1259 $)) NIL) (((-1259 (-407 |#2|)) $) 83) (((-685 (-407 |#2|)) (-1259 $)) NIL)) (-2153 (((-1259 (-407 |#2|)) $) NIL) (($ (-1259 (-407 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-407 |#2|) (-349)))) (-3838 (((-1259 $) (-1259 $)) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 |#2|)) NIL) (($ (-407 (-564))) NIL (-2713 (|has| (-407 |#2|) (-1035 (-407 (-564)))) (|has| (-407 |#2|) (-363)))) (($ $) NIL (|has| (-407 |#2|) (-363)))) (-2684 (($ $) NIL (|has| (-407 |#2|) (-349))) (((-3 $ "failed") $) NIL (|has| (-407 |#2|) (-145)))) (-4120 ((|#3| $) NIL)) (-1303 (((-768)) NIL T CONST)) (-3659 (((-112)) 65)) (-3154 (((-112) |#1|) 178) (((-112) |#2|) 179)) (-2745 (((-1259 $)) 143)) (-1720 (((-112) $ $) NIL (|has| (-407 |#2|) (-363)))) (-3266 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-3829 (((-112)) NIL)) (-2885 (($) 109 T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-768)) NIL (-2713 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) NIL (-2713 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| (-407 |#2|) (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 |#2|)) NIL) (($ (-407 |#2|) $) NIL) (($ (-407 (-564)) $) NIL (|has| (-407 |#2|) (-363))) (($ $ (-407 (-564))) NIL (|has| (-407 |#2|) (-363)))))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-999)) (-5 *2 (-407 (-564))))) (-2915 (*1 *1 *1 *2) (-12 (-4 *1 (-999)) (-5 *2 (-564)))) (-3083 (*1 *1 *1) (-4 *1 (-999))))
+(-13 (-10 -8 (-15 -3083 ($ $)) (-15 -2915 ($ $ (-564))) (-15 ** ($ $ (-407 (-564))))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-2084 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| (-407 |#2|) (-363)))) (-1537 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-1932 (((-112) $) NIL (|has| (-407 |#2|) (-363)))) (-3390 (((-685 (-407 |#2|)) (-1259 $)) NIL) (((-685 (-407 |#2|))) NIL)) (-2713 (((-407 |#2|) $) NIL)) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| (-407 |#2|) (-349)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-3399 (((-418 $) $) NIL (|has| (-407 |#2|) (-363)))) (-3554 (((-112) $ $) NIL (|has| (-407 |#2|) (-363)))) (-3267 (((-768)) NIL (|has| (-407 |#2|) (-368)))) (-2927 (((-112)) NIL)) (-2135 (((-112) |#1|) 173) (((-112) |#2|) 177)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| (-407 |#2|) (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-3 (-407 |#2|) "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| (-407 |#2|) (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| (-407 |#2|) (-1035 (-407 (-564))))) (((-407 |#2|) $) NIL)) (-3624 (($ (-1259 (-407 |#2|)) (-1259 $)) NIL) (($ (-1259 (-407 |#2|))) 81) (($ (-1259 |#2|) |#2|) NIL)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-407 |#2|) (-349)))) (-1449 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-4206 (((-685 (-407 |#2|)) $ (-1259 $)) NIL) (((-685 (-407 |#2|)) $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-407 |#2|) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-407 |#2|))) (|:| |vec| (-1259 (-407 |#2|)))) (-685 $) (-1259 $)) NIL) (((-685 (-407 |#2|)) (-685 $)) NIL)) (-4107 (((-1259 $) (-1259 $)) NIL)) (-1988 (($ |#3|) 75) (((-3 $ "failed") (-407 |#3|)) NIL (|has| (-407 |#2|) (-363)))) (-3733 (((-3 $ "failed") $) NIL)) (-3238 (((-641 (-641 |#1|))) NIL (|has| |#1| (-368)))) (-4349 (((-112) |#1| |#1|) NIL)) (-3531 (((-918)) NIL)) (-2900 (($) NIL (|has| (-407 |#2|) (-368)))) (-3272 (((-112)) NIL)) (-3260 (((-112) |#1|) 61) (((-112) |#2|) 175)) (-1424 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| (-407 |#2|) (-363)))) (-3031 (($ $) NIL)) (-1830 (($) NIL (|has| (-407 |#2|) (-349)))) (-4282 (((-112) $) NIL (|has| (-407 |#2|) (-349)))) (-3340 (($ $ (-768)) NIL (|has| (-407 |#2|) (-349))) (($ $) NIL (|has| (-407 |#2|) (-349)))) (-1420 (((-112) $) NIL (|has| (-407 |#2|) (-363)))) (-2155 (((-918) $) NIL (|has| (-407 |#2|) (-349))) (((-830 (-918)) $) NIL (|has| (-407 |#2|) (-349)))) (-2949 (((-112) $) NIL)) (-4002 (((-768)) NIL)) (-1388 (((-1259 $) (-1259 $)) NIL)) (-3797 (((-407 |#2|) $) NIL)) (-3099 (((-641 (-949 |#1|)) (-1170)) NIL (|has| |#1| (-363)))) (-2619 (((-3 $ "failed") $) NIL (|has| (-407 |#2|) (-349)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-407 |#2|) (-363)))) (-3774 ((|#3| $) NIL (|has| (-407 |#2|) (-363)))) (-1811 (((-918) $) NIL (|has| (-407 |#2|) (-368)))) (-1977 ((|#3| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| (-407 |#2|) (-363))) (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-2723 (((-1152) $) NIL)) (-3105 (((-685 (-407 |#2|))) 57)) (-1835 (((-685 (-407 |#2|))) 56)) (-3315 (($ $) NIL (|has| (-407 |#2|) (-363)))) (-4101 (($ (-1259 |#2|) |#2|) 82)) (-3749 (((-685 (-407 |#2|))) 55)) (-3093 (((-685 (-407 |#2|))) 54)) (-3485 (((-2 (|:| |num| (-685 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 97)) (-1777 (((-2 (|:| |num| (-1259 |#2|)) (|:| |den| |#2|)) $) 88)) (-1718 (((-1259 $)) 51)) (-2359 (((-1259 $)) 50)) (-1978 (((-112) $) NIL)) (-3683 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-2884 (($) NIL (|has| (-407 |#2|) (-349)) CONST)) (-1468 (($ (-918)) NIL (|has| (-407 |#2|) (-368)))) (-4105 (((-3 |#2| "failed")) 70)) (-2780 (((-1114) $) NIL)) (-3878 (((-768)) NIL)) (-1426 (($) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| (-407 |#2|) (-363)))) (-2777 (($ (-641 $)) NIL (|has| (-407 |#2|) (-363))) (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| (-407 |#2|) (-349)))) (-3070 (((-418 $) $) NIL (|has| (-407 |#2|) (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-407 |#2|) (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| (-407 |#2|) (-363)))) (-1403 (((-3 $ "failed") $ $) NIL (|has| (-407 |#2|) (-363)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| (-407 |#2|) (-363)))) (-3920 (((-768) $) NIL (|has| (-407 |#2|) (-363)))) (-1350 ((|#1| $ |#1| |#1|) NIL)) (-1759 (((-3 |#2| "failed")) 68)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| (-407 |#2|) (-363)))) (-3190 (((-407 |#2|) (-1259 $)) NIL) (((-407 |#2|)) 47)) (-1820 (((-768) $) NIL (|has| (-407 |#2|) (-349))) (((-3 (-768) "failed") $ $) NIL (|has| (-407 |#2|) (-349)))) (-3534 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-768)) NIL (-4078 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) NIL (-4078 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-4027 (((-685 (-407 |#2|)) (-1259 $) (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363)))) (-3019 ((|#3|) 58)) (-3297 (($) NIL (|has| (-407 |#2|) (-349)))) (-2467 (((-1259 (-407 |#2|)) $ (-1259 $)) NIL) (((-685 (-407 |#2|)) (-1259 $) (-1259 $)) NIL) (((-1259 (-407 |#2|)) $) 83) (((-685 (-407 |#2|)) (-1259 $)) NIL)) (-2511 (((-1259 (-407 |#2|)) $) NIL) (($ (-1259 (-407 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| (-407 |#2|) (-349)))) (-3562 (((-1259 $) (-1259 $)) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 |#2|)) NIL) (($ (-407 (-564))) NIL (-4078 (|has| (-407 |#2|) (-1035 (-407 (-564)))) (|has| (-407 |#2|) (-363)))) (($ $) NIL (|has| (-407 |#2|) (-363)))) (-4018 (($ $) NIL (|has| (-407 |#2|) (-349))) (((-3 $ "failed") $) NIL (|has| (-407 |#2|) (-145)))) (-1349 ((|#3| $) NIL)) (-2219 (((-768)) NIL T CONST)) (-2368 (((-112)) 65)) (-4147 (((-112) |#1|) 178) (((-112) |#2|) 179)) (-3331 (((-1259 $)) 143)) (-3939 (((-112) $ $) NIL (|has| (-407 |#2|) (-363)))) (-2806 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-3487 (((-112)) NIL)) (-1293 (($) 109 T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-1 (-407 |#2|) (-407 |#2|)) (-768)) NIL (|has| (-407 |#2|) (-363))) (($ $ (-1 (-407 |#2|) (-407 |#2|))) NIL (|has| (-407 |#2|) (-363))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| (-407 |#2|) (-363)) (|has| (-407 |#2|) (-897 (-1170))))) (($ $ (-768)) NIL (-4078 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349)))) (($ $) NIL (-4078 (-12 (|has| (-407 |#2|) (-233)) (|has| (-407 |#2|) (-363))) (|has| (-407 |#2|) (-349))))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ $) NIL (|has| (-407 |#2|) (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| (-407 |#2|) (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 |#2|)) NIL) (($ (-407 |#2|) $) NIL) (($ (-407 (-564)) $) NIL (|has| (-407 |#2|) (-363))) (($ $ (-407 (-564))) NIL (|has| (-407 |#2|) (-363)))))
(((-1000 |#1| |#2| |#3| |#4| |#5|) (-342 |#1| |#2| |#3|) (-1213) (-1235 |#1|) (-1235 (-407 |#2|)) (-407 |#2|) (-768)) (T -1000))
NIL
(-342 |#1| |#2| |#3|)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-3604 (((-641 (-564)) $) 73)) (-3240 (($ (-641 (-564))) 81)) (-4137 (((-564) $) 48 (|has| (-564) (-307)))) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL (|has| (-564) (-817)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) 60) (((-3 (-1170) "failed") $) NIL (|has| (-564) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) 57 (|has| (-564) (-1035 (-564)))) (((-3 (-564) "failed") $) 60 (|has| (-564) (-1035 (-564))))) (-3437 (((-564) $) NIL) (((-1170) $) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-564) (-1035 (-564)))) (((-564) $) NIL (|has| (-564) (-1035 (-564))))) (-2668 (($ $ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3746 (($) NIL (|has| (-564) (-545)))) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-1808 (((-641 (-564)) $) 79)) (-2955 (((-112) $) NIL (|has| (-564) (-817)))) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-564) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-564) (-883 (-379))))) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL)) (-2654 (((-564) $) 45)) (-1516 (((-3 $ "failed") $) NIL (|has| (-564) (-1145)))) (-1515 (((-112) $) NIL (|has| (-564) (-817)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| (-564) (-847)))) (-2110 (($ (-1 (-564) (-564)) $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL)) (-2558 (($) NIL (|has| (-564) (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-1775 (($ $) NIL (|has| (-564) (-307))) (((-407 (-564)) $) 50)) (-3438 (((-1150 (-564)) $) 78)) (-1329 (($ (-641 (-564)) (-641 (-564))) 82)) (-4037 (((-564) $) 64 (|has| (-564) (-545)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-4020 (((-418 $) $) NIL)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3227 (($ $ (-641 (-564)) (-641 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-564) (-564)) NIL (|has| (-564) (-309 (-564)))) (($ $ (-294 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-294 (-564)))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-1170)) (-641 (-564))) NIL (|has| (-564) (-514 (-1170) (-564)))) (($ $ (-1170) (-564)) NIL (|has| (-564) (-514 (-1170) (-564))))) (-2358 (((-768) $) NIL)) (-2961 (($ $ (-564)) NIL (|has| (-564) (-286 (-564) (-564))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $) 15 (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2173 (($ $) NIL)) (-2663 (((-564) $) 47)) (-3422 (((-641 (-564)) $) 80)) (-2153 (((-889 (-564)) $) NIL (|has| (-564) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-564) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-564) (-612 (-536)))) (((-379) $) NIL (|has| (-564) (-1019))) (((-225) $) NIL (|has| (-564) (-1019)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-564) (-906))))) (-1721 (((-859) $) 106) (($ (-564)) 51) (($ $) NIL) (($ (-407 (-564))) 27) (($ (-564)) 51) (($ (-1170)) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) 25)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| (-564) (-906))) (|has| (-564) (-145))))) (-1303 (((-768)) 13 T CONST)) (-2698 (((-564) $) 62 (|has| (-564) (-545)))) (-1720 (((-112) $ $) NIL)) (-1699 (($ $) NIL (|has| (-564) (-817)))) (-2885 (($) 14 T CONST)) (-2898 (($) 17 T CONST)) (-3256 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2920 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2853 (((-112) $ $) 21)) (-2908 (((-112) $ $) NIL (|has| (-564) (-847)))) (-2880 (((-112) $ $) 40 (|has| (-564) (-847)))) (-2983 (($ $ $) 36) (($ (-564) (-564)) 38)) (-2970 (($ $) 23) (($ $ $) 30)) (-2956 (($ $ $) 28)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 32) (($ $ $) 34) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-564) $) 32) (($ $ (-564)) NIL)))
-(((-1001 |#1|) (-13 (-989 (-564)) (-611 (-407 (-564))) (-10 -8 (-15 -1775 ((-407 (-564)) $)) (-15 -3604 ((-641 (-564)) $)) (-15 -3438 ((-1150 (-564)) $)) (-15 -1808 ((-641 (-564)) $)) (-15 -3422 ((-641 (-564)) $)) (-15 -3240 ($ (-641 (-564)))) (-15 -1329 ($ (-641 (-564)) (-641 (-564)))))) (-564)) (T -1001))
-((-1775 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-3604 (*1 *2 *1) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-3438 (*1 *2 *1) (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-1808 (*1 *2 *1) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-3422 (*1 *2 *1) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-3240 (*1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-1329 (*1 *1 *2 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
-(-13 (-989 (-564)) (-611 (-407 (-564))) (-10 -8 (-15 -1775 ((-407 (-564)) $)) (-15 -3604 ((-641 (-564)) $)) (-15 -3438 ((-1150 (-564)) $)) (-15 -1808 ((-641 (-564)) $)) (-15 -3422 ((-641 (-564)) $)) (-15 -3240 ($ (-641 (-564)))) (-15 -1329 ($ (-641 (-564)) (-641 (-564))))))
-((-2111 (((-52) (-407 (-564)) (-564)) 9)))
-(((-1002) (-10 -7 (-15 -2111 ((-52) (-407 (-564)) (-564))))) (T -1002))
-((-2111 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-564))) (-5 *4 (-564)) (-5 *2 (-52)) (-5 *1 (-1002)))))
-(-10 -7 (-15 -2111 ((-52) (-407 (-564)) (-564))))
-((-1860 (((-564)) 23)) (-2296 (((-564)) 28)) (-2433 (((-1264) (-564)) 26)) (-3317 (((-564) (-564)) 29) (((-564)) 22)))
-(((-1003) (-10 -7 (-15 -3317 ((-564))) (-15 -1860 ((-564))) (-15 -3317 ((-564) (-564))) (-15 -2433 ((-1264) (-564))) (-15 -2296 ((-564))))) (T -1003))
-((-2296 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))) (-2433 (*1 *2 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1003)))) (-3317 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))) (-1860 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))) (-3317 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))))
-(-10 -7 (-15 -3317 ((-564))) (-15 -1860 ((-564))) (-15 -3317 ((-564) (-564))) (-15 -2433 ((-1264) (-564))) (-15 -2296 ((-564))))
-((-3909 (((-418 |#1|) |#1|) 43)) (-4020 (((-418 |#1|) |#1|) 41)))
-(((-1004 |#1|) (-10 -7 (-15 -4020 ((-418 |#1|) |#1|)) (-15 -3909 ((-418 |#1|) |#1|))) (-1235 (-407 (-564)))) (T -1004))
-((-3909 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-1004 *3)) (-4 *3 (-1235 (-407 (-564)))))) (-4020 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-1004 *3)) (-4 *3 (-1235 (-407 (-564)))))))
-(-10 -7 (-15 -4020 ((-418 |#1|) |#1|)) (-15 -3909 ((-418 |#1|) |#1|)))
-((-2242 (((-3 (-407 (-564)) "failed") |#1|) 15)) (-2260 (((-112) |#1|) 14)) (-3600 (((-407 (-564)) |#1|) 10)))
-(((-1005 |#1|) (-10 -7 (-15 -3600 ((-407 (-564)) |#1|)) (-15 -2260 ((-112) |#1|)) (-15 -2242 ((-3 (-407 (-564)) "failed") |#1|))) (-1035 (-407 (-564)))) (T -1005))
-((-2242 (*1 *2 *3) (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-1005 *3)) (-4 *3 (-1035 *2)))) (-2260 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1005 *3)) (-4 *3 (-1035 (-407 (-564)))))) (-3600 (*1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1005 *3)) (-4 *3 (-1035 *2)))))
-(-10 -7 (-15 -3600 ((-407 (-564)) |#1|)) (-15 -2260 ((-112) |#1|)) (-15 -2242 ((-3 (-407 (-564)) "failed") |#1|)))
-((-1869 ((|#2| $ "value" |#2|) 12)) (-2961 ((|#2| $ "value") 10)) (-4252 (((-112) $ $) 18)))
-(((-1006 |#1| |#2|) (-10 -8 (-15 -1869 (|#2| |#1| "value" |#2|)) (-15 -4252 ((-112) |#1| |#1|)) (-15 -2961 (|#2| |#1| "value"))) (-1007 |#2|) (-1209)) (T -1006))
-NIL
-(-10 -8 (-15 -1869 (|#2| |#1| "value" |#2|)) (-15 -4252 ((-112) |#1| |#1|)) (-15 -2961 (|#2| |#1| "value")))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1411 ((|#1| $) 48)) (-1729 (((-112) $ (-768)) 8)) (-2270 ((|#1| $ |#1|) 39 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 41 (|has| $ (-6 -4413)))) (-1692 (($) 7 T CONST)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) 50)) (-3496 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-1939 (((-641 |#1|) $) 45)) (-2545 (((-112) $) 49)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ "value") 47)) (-2705 (((-564) $ $) 44)) (-3735 (((-112) $) 46)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) 51)) (-4252 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3067 (((-641 (-564)) $) 73)) (-3792 (($ (-641 (-564))) 81)) (-3423 (((-564) $) 48 (|has| (-564) (-307)))) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL (|has| (-564) (-817)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) 60) (((-3 (-1170) "failed") $) NIL (|has| (-564) (-1035 (-1170)))) (((-3 (-407 (-564)) "failed") $) 57 (|has| (-564) (-1035 (-564)))) (((-3 (-564) "failed") $) 60 (|has| (-564) (-1035 (-564))))) (-2237 (((-564) $) NIL) (((-1170) $) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) NIL (|has| (-564) (-1035 (-564)))) (((-564) $) NIL (|has| (-564) (-1035 (-564))))) (-1449 (($ $ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| (-564) (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2900 (($) NIL (|has| (-564) (-545)))) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-3479 (((-641 (-564)) $) 79)) (-1569 (((-112) $) NIL (|has| (-564) (-817)))) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (|has| (-564) (-883 (-564)))) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (|has| (-564) (-883 (-379))))) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL)) (-3678 (((-564) $) 45)) (-2619 (((-3 $ "failed") $) NIL (|has| (-564) (-1145)))) (-2607 (((-112) $) NIL (|has| (-564) (-817)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| (-564) (-847)))) (-2449 (($ (-1 (-564) (-564)) $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL)) (-2884 (($) NIL (|has| (-564) (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3191 (($ $) NIL (|has| (-564) (-307))) (((-407 (-564)) $) 50)) (-1926 (((-1150 (-564)) $) 78)) (-2555 (($ (-641 (-564)) (-641 (-564))) 82)) (-1818 (((-564) $) 64 (|has| (-564) (-545)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| (-564) (-906)))) (-3070 (((-418 $) $) NIL)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2633 (($ $ (-641 (-564)) (-641 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-564) (-564)) NIL (|has| (-564) (-309 (-564)))) (($ $ (-294 (-564))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-294 (-564)))) NIL (|has| (-564) (-309 (-564)))) (($ $ (-641 (-1170)) (-641 (-564))) NIL (|has| (-564) (-514 (-1170) (-564)))) (($ $ (-1170) (-564)) NIL (|has| (-564) (-514 (-1170) (-564))))) (-3920 (((-768) $) NIL)) (-1350 (($ $ (-564)) NIL (|has| (-564) (-286 (-564) (-564))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $) 15 (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-2644 (($ $) NIL)) (-3693 (((-564) $) 47)) (-1780 (((-641 (-564)) $) 80)) (-2511 (((-889 (-564)) $) NIL (|has| (-564) (-612 (-889 (-564))))) (((-889 (-379)) $) NIL (|has| (-564) (-612 (-889 (-379))))) (((-536) $) NIL (|has| (-564) (-612 (-536)))) (((-379) $) NIL (|has| (-564) (-1019))) (((-225) $) NIL (|has| (-564) (-1019)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-564) (-906))))) (-1831 (((-859) $) 106) (($ (-564)) 51) (($ $) NIL) (($ (-407 (-564))) 27) (($ (-564)) 51) (($ (-1170)) NIL (|has| (-564) (-1035 (-1170)))) (((-407 (-564)) $) 25)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| (-564) (-906))) (|has| (-564) (-145))))) (-2219 (((-768)) 13 T CONST)) (-4150 (((-564) $) 62 (|has| (-564) (-545)))) (-3939 (((-112) $ $) NIL)) (-1849 (($ $) NIL (|has| (-564) (-817)))) (-1293 (($) 14 T CONST)) (-1300 (($) 17 T CONST)) (-3435 (($ $) NIL (|has| (-564) (-233))) (($ $ (-768)) NIL (|has| (-564) (-233))) (($ $ (-1170)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| (-564) (-897 (-1170)))) (($ $ (-1 (-564) (-564)) (-768)) NIL) (($ $ (-1 (-564) (-564))) NIL)) (-1762 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1702 (((-112) $ $) 21)) (-1749 (((-112) $ $) NIL (|has| (-564) (-847)))) (-1723 (((-112) $ $) 40 (|has| (-564) (-847)))) (-1823 (($ $ $) 36) (($ (-564) (-564)) 38)) (-1808 (($ $) 23) (($ $ $) 30)) (-1797 (($ $ $) 28)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 32) (($ $ $) 34) (($ $ (-407 (-564))) NIL) (($ (-407 (-564)) $) NIL) (($ (-564) $) 32) (($ $ (-564)) NIL)))
+(((-1001 |#1|) (-13 (-989 (-564)) (-611 (-407 (-564))) (-10 -8 (-15 -3191 ((-407 (-564)) $)) (-15 -3067 ((-641 (-564)) $)) (-15 -1926 ((-1150 (-564)) $)) (-15 -3479 ((-641 (-564)) $)) (-15 -1780 ((-641 (-564)) $)) (-15 -3792 ($ (-641 (-564)))) (-15 -2555 ($ (-641 (-564)) (-641 (-564)))))) (-564)) (T -1001))
+((-3191 (*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-3067 (*1 *2 *1) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-1926 (*1 *2 *1) (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-3479 (*1 *2 *1) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-1780 (*1 *2 *1) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-3792 (*1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))) (-2555 (*1 *1 *2 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
+(-13 (-989 (-564)) (-611 (-407 (-564))) (-10 -8 (-15 -3191 ((-407 (-564)) $)) (-15 -3067 ((-641 (-564)) $)) (-15 -1926 ((-1150 (-564)) $)) (-15 -3479 ((-641 (-564)) $)) (-15 -1780 ((-641 (-564)) $)) (-15 -3792 ($ (-641 (-564)))) (-15 -2555 ($ (-641 (-564)) (-641 (-564))))))
+((-3232 (((-52) (-407 (-564)) (-564)) 9)))
+(((-1002) (-10 -7 (-15 -3232 ((-52) (-407 (-564)) (-564))))) (T -1002))
+((-3232 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-564))) (-5 *4 (-564)) (-5 *2 (-52)) (-5 *1 (-1002)))))
+(-10 -7 (-15 -3232 ((-52) (-407 (-564)) (-564))))
+((-3267 (((-564)) 23)) (-1367 (((-564)) 28)) (-3421 (((-1264) (-564)) 26)) (-2037 (((-564) (-564)) 29) (((-564)) 22)))
+(((-1003) (-10 -7 (-15 -2037 ((-564))) (-15 -3267 ((-564))) (-15 -2037 ((-564) (-564))) (-15 -3421 ((-1264) (-564))) (-15 -1367 ((-564))))) (T -1003))
+((-1367 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))) (-3421 (*1 *2 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1003)))) (-2037 (*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))) (-3267 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))) (-2037 (*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))))
+(-10 -7 (-15 -2037 ((-564))) (-15 -3267 ((-564))) (-15 -2037 ((-564) (-564))) (-15 -3421 ((-1264) (-564))) (-15 -1367 ((-564))))
+((-2999 (((-418 |#1|) |#1|) 43)) (-3070 (((-418 |#1|) |#1|) 41)))
+(((-1004 |#1|) (-10 -7 (-15 -3070 ((-418 |#1|) |#1|)) (-15 -2999 ((-418 |#1|) |#1|))) (-1235 (-407 (-564)))) (T -1004))
+((-2999 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-1004 *3)) (-4 *3 (-1235 (-407 (-564)))))) (-3070 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-1004 *3)) (-4 *3 (-1235 (-407 (-564)))))))
+(-10 -7 (-15 -3070 ((-418 |#1|) |#1|)) (-15 -2999 ((-418 |#1|) |#1|)))
+((-2078 (((-3 (-407 (-564)) "failed") |#1|) 15)) (-2272 (((-112) |#1|) 14)) (-3036 (((-407 (-564)) |#1|) 10)))
+(((-1005 |#1|) (-10 -7 (-15 -3036 ((-407 (-564)) |#1|)) (-15 -2272 ((-112) |#1|)) (-15 -2078 ((-3 (-407 (-564)) "failed") |#1|))) (-1035 (-407 (-564)))) (T -1005))
+((-2078 (*1 *2 *3) (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-1005 *3)) (-4 *3 (-1035 *2)))) (-2272 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1005 *3)) (-4 *3 (-1035 (-407 (-564)))))) (-3036 (*1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1005 *3)) (-4 *3 (-1035 *2)))))
+(-10 -7 (-15 -3036 ((-407 (-564)) |#1|)) (-15 -2272 ((-112) |#1|)) (-15 -2078 ((-3 (-407 (-564)) "failed") |#1|)))
+((-1970 ((|#2| $ "value" |#2|) 12)) (-1350 ((|#2| $ "value") 10)) (-2054 (((-112) $ $) 18)))
+(((-1006 |#1| |#2|) (-10 -8 (-15 -1970 (|#2| |#1| "value" |#2|)) (-15 -2054 ((-112) |#1| |#1|)) (-15 -1350 (|#2| |#1| "value"))) (-1007 |#2|) (-1209)) (T -1006))
+NIL
+(-10 -8 (-15 -1970 (|#2| |#1| "value" |#2|)) (-15 -2054 ((-112) |#1| |#1|)) (-15 -1350 (|#2| |#1| "value")))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1522 ((|#1| $) 48)) (-4010 (((-112) $ (-768)) 8)) (-2373 ((|#1| $ |#1|) 39 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 41 (|has| $ (-6 -4407)))) (-1778 (($) 7 T CONST)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) 50)) (-4376 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-4119 (((-641 |#1|) $) 45)) (-2033 (((-112) $) 49)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ "value") 47)) (-4190 (((-564) $ $) 44)) (-1899 (((-112) $) 46)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) 51)) (-2054 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-1007 |#1|) (-140) (-1209)) (T -1007))
-((-2202 (*1 *2 *1) (-12 (-4 *3 (-1209)) (-5 *2 (-641 *1)) (-4 *1 (-1007 *3)))) (-3610 (*1 *2 *1) (-12 (-4 *3 (-1209)) (-5 *2 (-641 *1)) (-4 *1 (-1007 *3)))) (-2545 (*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-1411 (*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1209)))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-1007 *2)) (-4 *2 (-1209)))) (-3735 (*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-1939 (*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-641 *3)))) (-2705 (*1 *2 *1 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-564)))) (-4252 (*1 *2 *1 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-112)))) (-3496 (*1 *2 *1 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-112)))) (-3424 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *1)) (|has| *1 (-6 -4413)) (-4 *1 (-1007 *3)) (-4 *3 (-1209)))) (-1869 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4413)) (-4 *1 (-1007 *2)) (-4 *2 (-1209)))) (-2270 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1007 *2)) (-4 *2 (-1209)))))
-(-13 (-489 |t#1|) (-10 -8 (-15 -2202 ((-641 $) $)) (-15 -3610 ((-641 $) $)) (-15 -2545 ((-112) $)) (-15 -1411 (|t#1| $)) (-15 -2961 (|t#1| $ "value")) (-15 -3735 ((-112) $)) (-15 -1939 ((-641 |t#1|) $)) (-15 -2705 ((-564) $ $)) (IF (|has| |t#1| (-1094)) (PROGN (-15 -4252 ((-112) $ $)) (-15 -3496 ((-112) $ $))) |%noBranch|) (IF (|has| $ (-6 -4413)) (PROGN (-15 -3424 ($ $ (-641 $))) (-15 -1869 (|t#1| $ "value" |t#1|)) (-15 -2270 (|t#1| $ |t#1|))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-4029 (($ $) 9) (($ $ (-918)) 49) (($ (-407 (-564))) 13) (($ (-564)) 15)) (-1300 (((-3 $ "failed") (-1166 $) (-918) (-859)) 24) (((-3 $ "failed") (-1166 $) (-918)) 32)) (-2201 (($ $ (-564)) 58)) (-1303 (((-768)) 18)) (-4329 (((-641 $) (-1166 $)) NIL) (((-641 $) (-1166 (-407 (-564)))) 63) (((-641 $) (-1166 (-564))) 68) (((-641 $) (-949 $)) 72) (((-641 $) (-949 (-407 (-564)))) 76) (((-641 $) (-949 (-564))) 80)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL) (($ $ (-407 (-564))) 53)))
-(((-1008 |#1|) (-10 -8 (-15 -4029 (|#1| (-564))) (-15 -4029 (|#1| (-407 (-564)))) (-15 -4029 (|#1| |#1| (-918))) (-15 -4329 ((-641 |#1|) (-949 (-564)))) (-15 -4329 ((-641 |#1|) (-949 (-407 (-564))))) (-15 -4329 ((-641 |#1|) (-949 |#1|))) (-15 -4329 ((-641 |#1|) (-1166 (-564)))) (-15 -4329 ((-641 |#1|) (-1166 (-407 (-564))))) (-15 -4329 ((-641 |#1|) (-1166 |#1|))) (-15 -1300 ((-3 |#1| "failed") (-1166 |#1|) (-918))) (-15 -1300 ((-3 |#1| "failed") (-1166 |#1|) (-918) (-859))) (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -2201 (|#1| |#1| (-564))) (-15 -4029 (|#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -1303 ((-768))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918)))) (-1009)) (T -1008))
-((-1303 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1008 *3)) (-4 *3 (-1009)))))
-(-10 -8 (-15 -4029 (|#1| (-564))) (-15 -4029 (|#1| (-407 (-564)))) (-15 -4029 (|#1| |#1| (-918))) (-15 -4329 ((-641 |#1|) (-949 (-564)))) (-15 -4329 ((-641 |#1|) (-949 (-407 (-564))))) (-15 -4329 ((-641 |#1|) (-949 |#1|))) (-15 -4329 ((-641 |#1|) (-1166 (-564)))) (-15 -4329 ((-641 |#1|) (-1166 (-407 (-564))))) (-15 -4329 ((-641 |#1|) (-1166 |#1|))) (-15 -1300 ((-3 |#1| "failed") (-1166 |#1|) (-918))) (-15 -1300 ((-3 |#1| "failed") (-1166 |#1|) (-918) (-859))) (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -2201 (|#1| |#1| (-564))) (-15 -4029 (|#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -1303 ((-768))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 91)) (-4010 (($ $) 92)) (-2662 (((-112) $) 94)) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 111)) (-1798 (((-418 $) $) 112)) (-4029 (($ $) 75) (($ $ (-918)) 61) (($ (-407 (-564))) 60) (($ (-564)) 59)) (-1817 (((-112) $ $) 102)) (-1672 (((-564) $) 128)) (-1692 (($) 17 T CONST)) (-1300 (((-3 $ "failed") (-1166 $) (-918) (-859)) 69) (((-3 $ "failed") (-1166 $) (-918)) 68)) (-2035 (((-3 (-564) "failed") $) 88 (|has| (-407 (-564)) (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 86 (|has| (-407 (-564)) (-1035 (-407 (-564))))) (((-3 (-407 (-564)) "failed") $) 83)) (-3437 (((-564) $) 87 (|has| (-407 (-564)) (-1035 (-564)))) (((-407 (-564)) $) 85 (|has| (-407 (-564)) (-1035 (-407 (-564))))) (((-407 (-564)) $) 84)) (-3631 (($ $ (-859)) 58)) (-1434 (($ $ (-859)) 57)) (-2668 (($ $ $) 106)) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 105)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 100)) (-2941 (((-112) $) 113)) (-2955 (((-112) $) 126)) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 74)) (-1515 (((-112) $) 127)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 109)) (-2766 (($ $ $) 125)) (-1650 (($ $ $) 124)) (-3398 (((-3 (-1166 $) "failed") $) 70)) (-3067 (((-3 (-859) "failed") $) 72)) (-4101 (((-3 (-1166 $) "failed") $) 71)) (-3340 (($ (-641 $)) 98) (($ $ $) 97)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 114)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 99)) (-3377 (($ (-641 $)) 96) (($ $ $) 95)) (-4020 (((-418 $) $) 110)) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 108) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 107)) (-2628 (((-3 $ "failed") $ $) 90)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 101)) (-2358 (((-768) $) 103)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 104)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 118) (($ $) 89) (($ (-407 (-564))) 82) (($ (-564)) 81) (($ (-407 (-564))) 78)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 93)) (-4124 (((-407 (-564)) $ $) 56)) (-4329 (((-641 $) (-1166 $)) 67) (((-641 $) (-1166 (-407 (-564)))) 66) (((-641 $) (-1166 (-564))) 65) (((-641 $) (-949 $)) 64) (((-641 $) (-949 (-407 (-564)))) 63) (((-641 $) (-949 (-564))) 62)) (-1699 (($ $) 129)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2920 (((-112) $ $) 122)) (-2893 (((-112) $ $) 121)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 123)) (-2880 (((-112) $ $) 120)) (-2983 (($ $ $) 119)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 115) (($ $ (-407 (-564))) 73)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ (-407 (-564)) $) 117) (($ $ (-407 (-564))) 116) (($ (-564) $) 80) (($ $ (-564)) 79) (($ (-407 (-564)) $) 77) (($ $ (-407 (-564))) 76)))
+((-2926 (*1 *2 *1) (-12 (-4 *3 (-1209)) (-5 *2 (-641 *1)) (-4 *1 (-1007 *3)))) (-3128 (*1 *2 *1) (-12 (-4 *3 (-1209)) (-5 *2 (-641 *1)) (-4 *1 (-1007 *3)))) (-2033 (*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-1522 (*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1209)))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-1007 *2)) (-4 *2 (-1209)))) (-1899 (*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-4119 (*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-641 *3)))) (-4190 (*1 *2 *1 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-564)))) (-2054 (*1 *2 *1 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-112)))) (-4376 (*1 *2 *1 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-112)))) (-1801 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *1)) (|has| *1 (-6 -4407)) (-4 *1 (-1007 *3)) (-4 *3 (-1209)))) (-1970 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4407)) (-4 *1 (-1007 *2)) (-4 *2 (-1209)))) (-2373 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1007 *2)) (-4 *2 (-1209)))))
+(-13 (-489 |t#1|) (-10 -8 (-15 -2926 ((-641 $) $)) (-15 -3128 ((-641 $) $)) (-15 -2033 ((-112) $)) (-15 -1522 (|t#1| $)) (-15 -1350 (|t#1| $ "value")) (-15 -1899 ((-112) $)) (-15 -4119 ((-641 |t#1|) $)) (-15 -4190 ((-564) $ $)) (IF (|has| |t#1| (-1094)) (PROGN (-15 -2054 ((-112) $ $)) (-15 -4376 ((-112) $ $))) |%noBranch|) (IF (|has| $ (-6 -4407)) (PROGN (-15 -1801 ($ $ (-641 $))) (-15 -1970 (|t#1| $ "value" |t#1|)) (-15 -2373 (|t#1| $ |t#1|))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-3083 (($ $) 9) (($ $ (-918)) 49) (($ (-407 (-564))) 13) (($ (-564)) 15)) (-2929 (((-3 $ "failed") (-1166 $) (-918) (-859)) 24) (((-3 $ "failed") (-1166 $) (-918)) 32)) (-2915 (($ $ (-564)) 58)) (-2219 (((-768)) 18)) (-1496 (((-641 $) (-1166 $)) NIL) (((-641 $) (-1166 (-407 (-564)))) 63) (((-641 $) (-1166 (-564))) 68) (((-641 $) (-949 $)) 72) (((-641 $) (-949 (-407 (-564)))) 76) (((-641 $) (-949 (-564))) 80)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL) (($ $ (-407 (-564))) 53)))
+(((-1008 |#1|) (-10 -8 (-15 -3083 (|#1| (-564))) (-15 -3083 (|#1| (-407 (-564)))) (-15 -3083 (|#1| |#1| (-918))) (-15 -1496 ((-641 |#1|) (-949 (-564)))) (-15 -1496 ((-641 |#1|) (-949 (-407 (-564))))) (-15 -1496 ((-641 |#1|) (-949 |#1|))) (-15 -1496 ((-641 |#1|) (-1166 (-564)))) (-15 -1496 ((-641 |#1|) (-1166 (-407 (-564))))) (-15 -1496 ((-641 |#1|) (-1166 |#1|))) (-15 -2929 ((-3 |#1| "failed") (-1166 |#1|) (-918))) (-15 -2929 ((-3 |#1| "failed") (-1166 |#1|) (-918) (-859))) (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -2915 (|#1| |#1| (-564))) (-15 -3083 (|#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -2219 ((-768))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918)))) (-1009)) (T -1008))
+((-2219 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1008 *3)) (-4 *3 (-1009)))))
+(-10 -8 (-15 -3083 (|#1| (-564))) (-15 -3083 (|#1| (-407 (-564)))) (-15 -3083 (|#1| |#1| (-918))) (-15 -1496 ((-641 |#1|) (-949 (-564)))) (-15 -1496 ((-641 |#1|) (-949 (-407 (-564))))) (-15 -1496 ((-641 |#1|) (-949 |#1|))) (-15 -1496 ((-641 |#1|) (-1166 (-564)))) (-15 -1496 ((-641 |#1|) (-1166 (-407 (-564))))) (-15 -1496 ((-641 |#1|) (-1166 |#1|))) (-15 -2929 ((-3 |#1| "failed") (-1166 |#1|) (-918))) (-15 -2929 ((-3 |#1| "failed") (-1166 |#1|) (-918) (-859))) (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -2915 (|#1| |#1| (-564))) (-15 -3083 (|#1| |#1|)) (-15 ** (|#1| |#1| (-564))) (-15 -2219 ((-768))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 91)) (-1537 (($ $) 92)) (-1932 (((-112) $) 94)) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 111)) (-3399 (((-418 $) $) 112)) (-3083 (($ $) 75) (($ $ (-918)) 61) (($ (-407 (-564))) 60) (($ (-564)) 59)) (-3554 (((-112) $ $) 102)) (-1598 (((-564) $) 128)) (-1778 (($) 17 T CONST)) (-2929 (((-3 $ "failed") (-1166 $) (-918) (-859)) 69) (((-3 $ "failed") (-1166 $) (-918)) 68)) (-2347 (((-3 (-564) "failed") $) 88 (|has| (-407 (-564)) (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 86 (|has| (-407 (-564)) (-1035 (-407 (-564))))) (((-3 (-407 (-564)) "failed") $) 83)) (-2237 (((-564) $) 87 (|has| (-407 (-564)) (-1035 (-564)))) (((-407 (-564)) $) 85 (|has| (-407 (-564)) (-1035 (-407 (-564))))) (((-407 (-564)) $) 84)) (-2094 (($ $ (-859)) 58)) (-4117 (($ $ (-859)) 57)) (-1449 (($ $ $) 106)) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 105)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 100)) (-1420 (((-112) $) 113)) (-1569 (((-112) $) 126)) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 74)) (-2607 (((-112) $) 127)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 109)) (-1925 (($ $ $) 125)) (-3375 (($ $ $) 124)) (-1536 (((-3 (-1166 $) "failed") $) 70)) (-1327 (((-3 (-859) "failed") $) 72)) (-4276 (((-3 (-1166 $) "failed") $) 71)) (-2740 (($ (-641 $)) 98) (($ $ $) 97)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 114)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 99)) (-2777 (($ (-641 $)) 96) (($ $ $) 95)) (-3070 (((-418 $) $) 110)) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 108) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 107)) (-1403 (((-3 $ "failed") $ $) 90)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 101)) (-3920 (((-768) $) 103)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 104)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 118) (($ $) 89) (($ (-407 (-564))) 82) (($ (-564)) 81) (($ (-407 (-564))) 78)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 93)) (-2508 (((-407 (-564)) $ $) 56)) (-1496 (((-641 $) (-1166 $)) 67) (((-641 $) (-1166 (-407 (-564)))) 66) (((-641 $) (-1166 (-564))) 65) (((-641 $) (-949 $)) 64) (((-641 $) (-949 (-407 (-564)))) 63) (((-641 $) (-949 (-564))) 62)) (-1849 (($ $) 129)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1762 (((-112) $ $) 122)) (-1737 (((-112) $ $) 121)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 123)) (-1723 (((-112) $ $) 120)) (-1823 (($ $ $) 119)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 115) (($ $ (-407 (-564))) 73)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ (-407 (-564)) $) 117) (($ $ (-407 (-564))) 116) (($ (-564) $) 80) (($ $ (-564)) 79) (($ (-407 (-564)) $) 77) (($ $ (-407 (-564))) 76)))
(((-1009) (-140)) (T -1009))
-((-4029 (*1 *1 *1) (-4 *1 (-1009))) (-3067 (*1 *2 *1) (|partial| -12 (-4 *1 (-1009)) (-5 *2 (-859)))) (-4101 (*1 *2 *1) (|partial| -12 (-5 *2 (-1166 *1)) (-4 *1 (-1009)))) (-3398 (*1 *2 *1) (|partial| -12 (-5 *2 (-1166 *1)) (-4 *1 (-1009)))) (-1300 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1166 *1)) (-5 *3 (-918)) (-5 *4 (-859)) (-4 *1 (-1009)))) (-1300 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1166 *1)) (-5 *3 (-918)) (-4 *1 (-1009)))) (-4329 (*1 *2 *3) (-12 (-5 *3 (-1166 *1)) (-4 *1 (-1009)) (-5 *2 (-641 *1)))) (-4329 (*1 *2 *3) (-12 (-5 *3 (-1166 (-407 (-564)))) (-5 *2 (-641 *1)) (-4 *1 (-1009)))) (-4329 (*1 *2 *3) (-12 (-5 *3 (-1166 (-564))) (-5 *2 (-641 *1)) (-4 *1 (-1009)))) (-4329 (*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-1009)) (-5 *2 (-641 *1)))) (-4329 (*1 *2 *3) (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *2 (-641 *1)) (-4 *1 (-1009)))) (-4329 (*1 *2 *3) (-12 (-5 *3 (-949 (-564))) (-5 *2 (-641 *1)) (-4 *1 (-1009)))) (-4029 (*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-918)))) (-4029 (*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-4 *1 (-1009)))) (-4029 (*1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1009)))) (-3631 (*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-859)))) (-1434 (*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-859)))) (-4124 (*1 *2 *1 *1) (-12 (-4 *1 (-1009)) (-5 *2 (-407 (-564))))))
-(-13 (-147) (-845) (-172) (-363) (-411 (-407 (-564))) (-38 (-564)) (-38 (-407 (-564))) (-999) (-10 -8 (-15 -3067 ((-3 (-859) "failed") $)) (-15 -4101 ((-3 (-1166 $) "failed") $)) (-15 -3398 ((-3 (-1166 $) "failed") $)) (-15 -1300 ((-3 $ "failed") (-1166 $) (-918) (-859))) (-15 -1300 ((-3 $ "failed") (-1166 $) (-918))) (-15 -4329 ((-641 $) (-1166 $))) (-15 -4329 ((-641 $) (-1166 (-407 (-564))))) (-15 -4329 ((-641 $) (-1166 (-564)))) (-15 -4329 ((-641 $) (-949 $))) (-15 -4329 ((-641 $) (-949 (-407 (-564))))) (-15 -4329 ((-641 $) (-949 (-564)))) (-15 -4029 ($ $ (-918))) (-15 -4029 ($ $)) (-15 -4029 ($ (-407 (-564)))) (-15 -4029 ($ (-564))) (-15 -3631 ($ $ (-859))) (-15 -1434 ($ $ (-859))) (-15 -4124 ((-407 (-564)) $ $))))
+((-3083 (*1 *1 *1) (-4 *1 (-1009))) (-1327 (*1 *2 *1) (|partial| -12 (-4 *1 (-1009)) (-5 *2 (-859)))) (-4276 (*1 *2 *1) (|partial| -12 (-5 *2 (-1166 *1)) (-4 *1 (-1009)))) (-1536 (*1 *2 *1) (|partial| -12 (-5 *2 (-1166 *1)) (-4 *1 (-1009)))) (-2929 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1166 *1)) (-5 *3 (-918)) (-5 *4 (-859)) (-4 *1 (-1009)))) (-2929 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1166 *1)) (-5 *3 (-918)) (-4 *1 (-1009)))) (-1496 (*1 *2 *3) (-12 (-5 *3 (-1166 *1)) (-4 *1 (-1009)) (-5 *2 (-641 *1)))) (-1496 (*1 *2 *3) (-12 (-5 *3 (-1166 (-407 (-564)))) (-5 *2 (-641 *1)) (-4 *1 (-1009)))) (-1496 (*1 *2 *3) (-12 (-5 *3 (-1166 (-564))) (-5 *2 (-641 *1)) (-4 *1 (-1009)))) (-1496 (*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-1009)) (-5 *2 (-641 *1)))) (-1496 (*1 *2 *3) (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *2 (-641 *1)) (-4 *1 (-1009)))) (-1496 (*1 *2 *3) (-12 (-5 *3 (-949 (-564))) (-5 *2 (-641 *1)) (-4 *1 (-1009)))) (-3083 (*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-918)))) (-3083 (*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-4 *1 (-1009)))) (-3083 (*1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1009)))) (-2094 (*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-859)))) (-4117 (*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-859)))) (-2508 (*1 *2 *1 *1) (-12 (-4 *1 (-1009)) (-5 *2 (-407 (-564))))))
+(-13 (-147) (-845) (-172) (-363) (-411 (-407 (-564))) (-38 (-564)) (-38 (-407 (-564))) (-999) (-10 -8 (-15 -1327 ((-3 (-859) "failed") $)) (-15 -4276 ((-3 (-1166 $) "failed") $)) (-15 -1536 ((-3 (-1166 $) "failed") $)) (-15 -2929 ((-3 $ "failed") (-1166 $) (-918) (-859))) (-15 -2929 ((-3 $ "failed") (-1166 $) (-918))) (-15 -1496 ((-641 $) (-1166 $))) (-15 -1496 ((-641 $) (-1166 (-407 (-564))))) (-15 -1496 ((-641 $) (-1166 (-564)))) (-15 -1496 ((-641 $) (-949 $))) (-15 -1496 ((-641 $) (-949 (-407 (-564))))) (-15 -1496 ((-641 $) (-949 (-564)))) (-15 -3083 ($ $ (-918))) (-15 -3083 ($ $)) (-15 -3083 ($ (-407 (-564)))) (-15 -3083 ($ (-564))) (-15 -2094 ($ $ (-859))) (-15 -4117 ($ $ (-859))) (-15 -2508 ((-407 (-564)) $ $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 #1=(-564)) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-243) . T) ((-290) . T) ((-307) . T) ((-363) . T) ((-411 (-407 (-564))) . T) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 #1#) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 #1#) . T) ((-714 $) . T) ((-723) . T) ((-788) . T) ((-789) . T) ((-791) . T) ((-792) . T) ((-845) . T) ((-847) . T) ((-917) . T) ((-999) . T) ((-1035 (-407 (-564))) . T) ((-1035 (-564)) |has| (-407 (-564)) (-1035 (-564))) ((-1052 #0#) . T) ((-1052 #1#) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) . T))
-((-1630 (((-2 (|:| |ans| |#2|) (|:| -3602 |#2|) (|:| |sol?| (-112))) (-564) |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 67)))
-(((-1010 |#1| |#2|) (-10 -7 (-15 -1630 ((-2 (|:| |ans| |#2|) (|:| -3602 |#2|) (|:| |sol?| (-112))) (-564) |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-27) (-430 |#1|))) (T -1010))
-((-1630 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1170)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-641 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3526 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1194) (-27) (-430 *8))) (-4 *8 (-13 (-452) (-847) (-147) (-1035 *3) (-637 *3))) (-5 *3 (-564)) (-5 *2 (-2 (|:| |ans| *4) (|:| -3602 *4) (|:| |sol?| (-112)))) (-5 *1 (-1010 *8 *4)))))
-(-10 -7 (-15 -1630 ((-2 (|:| |ans| |#2|) (|:| -3602 |#2|) (|:| |sol?| (-112))) (-564) |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-4323 (((-3 (-641 |#2|) "failed") (-564) |#2| |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 55)))
-(((-1011 |#1| |#2|) (-10 -7 (-15 -4323 ((-3 (-641 |#2|) "failed") (-564) |#2| |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-27) (-430 |#1|))) (T -1011))
-((-4323 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1170)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-641 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3526 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1194) (-27) (-430 *8))) (-4 *8 (-13 (-452) (-847) (-147) (-1035 *3) (-637 *3))) (-5 *3 (-564)) (-5 *2 (-641 *4)) (-5 *1 (-1011 *8 *4)))))
-(-10 -7 (-15 -4323 ((-3 (-641 |#2|) "failed") (-564) |#2| |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3526 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-4273 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -2026 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-564)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-564) (-1 |#2| |#2|)) 39)) (-2208 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |c| (-407 |#2|)) (|:| -2627 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|)) 69)) (-3644 (((-2 (|:| |ans| (-407 |#2|)) (|:| |nosol| (-112))) (-407 |#2|) (-407 |#2|)) 74)))
-(((-1012 |#1| |#2|) (-10 -7 (-15 -2208 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |c| (-407 |#2|)) (|:| -2627 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|))) (-15 -3644 ((-2 (|:| |ans| (-407 |#2|)) (|:| |nosol| (-112))) (-407 |#2|) (-407 |#2|))) (-15 -4273 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -2026 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-564)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-564) (-1 |#2| |#2|)))) (-13 (-363) (-147) (-1035 (-564))) (-1235 |#1|)) (T -1012))
-((-4273 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1235 *6)) (-4 *6 (-13 (-363) (-147) (-1035 *4))) (-5 *4 (-564)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112)))) (|:| -2026 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-1012 *6 *3)))) (-3644 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| |ans| (-407 *5)) (|:| |nosol| (-112)))) (-5 *1 (-1012 *4 *5)) (-5 *3 (-407 *5)))) (-2208 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-407 *6)) (|:| |c| (-407 *6)) (|:| -2627 *6))) (-5 *1 (-1012 *5 *6)) (-5 *3 (-407 *6)))))
-(-10 -7 (-15 -2208 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |c| (-407 |#2|)) (|:| -2627 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|))) (-15 -3644 ((-2 (|:| |ans| (-407 |#2|)) (|:| |nosol| (-112))) (-407 |#2|) (-407 |#2|))) (-15 -4273 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -2026 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-564)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-564) (-1 |#2| |#2|))))
-((-1345 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |h| |#2|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| -2627 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|)) 22)) (-4147 (((-3 (-641 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|)) 34)))
-(((-1013 |#1| |#2|) (-10 -7 (-15 -1345 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |h| |#2|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| -2627 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|))) (-15 -4147 ((-3 (-641 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|)))) (-13 (-363) (-147) (-1035 (-564))) (-1235 |#1|)) (T -1013))
-((-4147 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-407 *5))) (-5 *1 (-1013 *4 *5)) (-5 *3 (-407 *5)))) (-1345 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-407 *6)) (|:| |h| *6) (|:| |c1| (-407 *6)) (|:| |c2| (-407 *6)) (|:| -2627 *6))) (-5 *1 (-1013 *5 *6)) (-5 *3 (-407 *6)))))
-(-10 -7 (-15 -1345 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |h| |#2|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| -2627 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|))) (-15 -4147 ((-3 (-641 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|))))
-((-2910 (((-1 |#1|) (-641 (-2 (|:| -1411 |#1|) (|:| -2076 (-564))))) 37)) (-1868 (((-1 |#1|) (-1096 |#1|)) 45)) (-2890 (((-1 |#1|) (-1259 |#1|) (-1259 (-564)) (-564)) 34)))
-(((-1014 |#1|) (-10 -7 (-15 -1868 ((-1 |#1|) (-1096 |#1|))) (-15 -2910 ((-1 |#1|) (-641 (-2 (|:| -1411 |#1|) (|:| -2076 (-564)))))) (-15 -2890 ((-1 |#1|) (-1259 |#1|) (-1259 (-564)) (-564)))) (-1094)) (T -1014))
-((-2890 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1259 *6)) (-5 *4 (-1259 (-564))) (-5 *5 (-564)) (-4 *6 (-1094)) (-5 *2 (-1 *6)) (-5 *1 (-1014 *6)))) (-2910 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -1411 *4) (|:| -2076 (-564))))) (-4 *4 (-1094)) (-5 *2 (-1 *4)) (-5 *1 (-1014 *4)))) (-1868 (*1 *2 *3) (-12 (-5 *3 (-1096 *4)) (-4 *4 (-1094)) (-5 *2 (-1 *4)) (-5 *1 (-1014 *4)))))
-(-10 -7 (-15 -1868 ((-1 |#1|) (-1096 |#1|))) (-15 -2910 ((-1 |#1|) (-641 (-2 (|:| -1411 |#1|) (|:| -2076 (-564)))))) (-15 -2890 ((-1 |#1|) (-1259 |#1|) (-1259 (-564)) (-564))))
-((-2887 (((-768) (-336 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23)))
-(((-1015 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2887 ((-768) (-336 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|) (-13 (-368) (-363))) (T -1015))
-((-2887 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-336 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-4 *4 (-1235 (-407 *7))) (-4 *8 (-342 *6 *7 *4)) (-4 *9 (-13 (-368) (-363))) (-5 *2 (-768)) (-5 *1 (-1015 *6 *7 *4 *8 *9)))))
-(-10 -7 (-15 -2887 ((-768) (-336 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
-((-1709 (((-112) $ $) NIL)) (-2984 (((-1129) $) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2551 (((-1129) $) 11)) (-2853 (((-112) $ $) NIL)))
-(((-1016) (-13 (-1077) (-10 -8 (-15 -2984 ((-1129) $)) (-15 -2551 ((-1129) $))))) (T -1016))
-((-2984 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1016)))) (-2551 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1016)))))
-(-13 (-1077) (-10 -8 (-15 -2984 ((-1129) $)) (-15 -2551 ((-1129) $))))
-((-3341 (((-3 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) "failed") |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) 32) (((-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564))) 29)) (-1334 (((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564))) 34) (((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-407 (-564))) 30) (((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) 33) (((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1|) 28)) (-2340 (((-641 (-407 (-564))) (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) 20)) (-3251 (((-407 (-564)) (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) 17)))
-(((-1017 |#1|) (-10 -7 (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1|)) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-407 (-564)))) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564)))) (-15 -3341 ((-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564)))) (-15 -3341 ((-3 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) "failed") |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-15 -3251 ((-407 (-564)) (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-15 -2340 ((-641 (-407 (-564))) (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))))) (-1235 (-564))) (T -1017))
-((-2340 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-5 *2 (-641 (-407 (-564)))) (-5 *1 (-1017 *4)) (-4 *4 (-1235 (-564))))) (-3251 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) (-5 *2 (-407 (-564))) (-5 *1 (-1017 *4)) (-4 *4 (-1235 (-564))))) (-3341 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))))) (-3341 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) (-5 *4 (-407 (-564))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))))) (-1334 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-407 (-564))) (-5 *2 (-641 (-2 (|:| -3590 *5) (|:| -3602 *5)))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))) (-5 *4 (-2 (|:| -3590 *5) (|:| -3602 *5))))) (-1334 (*1 *2 *3 *4) (-12 (-5 *2 (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))) (-5 *4 (-407 (-564))))) (-1334 (*1 *2 *3 *4) (-12 (-5 *2 (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))) (-5 *4 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))) (-1334 (*1 *2 *3) (-12 (-5 *2 (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))))))
-(-10 -7 (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1|)) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-407 (-564)))) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564)))) (-15 -3341 ((-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564)))) (-15 -3341 ((-3 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) "failed") |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-15 -3251 ((-407 (-564)) (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-15 -2340 ((-641 (-407 (-564))) (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))))
-((-3341 (((-3 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) "failed") |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) 35) (((-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564))) 32)) (-1334 (((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564))) 30) (((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-407 (-564))) 26) (((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) 28) (((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1|) 24)))
-(((-1018 |#1|) (-10 -7 (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1|)) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-407 (-564)))) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564)))) (-15 -3341 ((-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564)))) (-15 -3341 ((-3 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) "failed") |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))) (-1235 (-407 (-564)))) (T -1018))
-((-3341 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564)))))) (-3341 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) (-5 *4 (-407 (-564))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 *4)))) (-1334 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-407 (-564))) (-5 *2 (-641 (-2 (|:| -3590 *5) (|:| -3602 *5)))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 *5)) (-5 *4 (-2 (|:| -3590 *5) (|:| -3602 *5))))) (-1334 (*1 *2 *3 *4) (-12 (-5 *4 (-407 (-564))) (-5 *2 (-641 (-2 (|:| -3590 *4) (|:| -3602 *4)))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 *4)))) (-1334 (*1 *2 *3 *4) (-12 (-5 *2 (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564)))) (-5 *4 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))) (-1334 (*1 *2 *3) (-12 (-5 *2 (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564)))))))
-(-10 -7 (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1|)) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-407 (-564)))) (-15 -1334 ((-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564)))) (-15 -3341 ((-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-407 (-564)))) (-15 -3341 ((-3 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) "failed") |#1| (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))) (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))))
-((-2153 (((-225) $) 6) (((-379) $) 9)))
+((-4335 (((-2 (|:| |ans| |#2|) (|:| -3777 |#2|) (|:| |sol?| (-112))) (-564) |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 67)))
+(((-1010 |#1| |#2|) (-10 -7 (-15 -4335 ((-2 (|:| |ans| |#2|) (|:| -3777 |#2|) (|:| |sol?| (-112))) (-564) |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-27) (-430 |#1|))) (T -1010))
+((-4335 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1170)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-641 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3521 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1194) (-27) (-430 *8))) (-4 *8 (-13 (-452) (-847) (-147) (-1035 *3) (-637 *3))) (-5 *3 (-564)) (-5 *2 (-2 (|:| |ans| *4) (|:| -3777 *4) (|:| |sol?| (-112)))) (-5 *1 (-1010 *8 *4)))))
+(-10 -7 (-15 -4335 ((-2 (|:| |ans| |#2|) (|:| -3777 |#2|) (|:| |sol?| (-112))) (-564) |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-1427 (((-3 (-641 |#2|) "failed") (-564) |#2| |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 55)))
+(((-1011 |#1| |#2|) (-10 -7 (-15 -1427 ((-3 (-641 |#2|) "failed") (-564) |#2| |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))) (-13 (-1194) (-27) (-430 |#1|))) (T -1011))
+((-1427 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1170)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-641 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3521 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1194) (-27) (-430 *8))) (-4 *8 (-13 (-452) (-847) (-147) (-1035 *3) (-637 *3))) (-5 *3 (-564)) (-5 *2 (-641 *4)) (-5 *1 (-1011 *8 *4)))))
+(-10 -7 (-15 -1427 ((-3 (-641 |#2|) "failed") (-564) |#2| |#2| |#2| (-1170) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-641 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-641 |#2|)) (-1 (-3 (-2 (|:| -3521 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-2249 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -4252 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-564)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-564) (-1 |#2| |#2|)) 39)) (-2988 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |c| (-407 |#2|)) (|:| -1401 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|)) 69)) (-2235 (((-2 (|:| |ans| (-407 |#2|)) (|:| |nosol| (-112))) (-407 |#2|) (-407 |#2|)) 74)))
+(((-1012 |#1| |#2|) (-10 -7 (-15 -2988 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |c| (-407 |#2|)) (|:| -1401 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|))) (-15 -2235 ((-2 (|:| |ans| (-407 |#2|)) (|:| |nosol| (-112))) (-407 |#2|) (-407 |#2|))) (-15 -2249 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -4252 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-564)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-564) (-1 |#2| |#2|)))) (-13 (-363) (-147) (-1035 (-564))) (-1235 |#1|)) (T -1012))
+((-2249 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1235 *6)) (-4 *6 (-13 (-363) (-147) (-1035 *4))) (-5 *4 (-564)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112)))) (|:| -4252 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-1012 *6 *3)))) (-2235 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| |ans| (-407 *5)) (|:| |nosol| (-112)))) (-5 *1 (-1012 *4 *5)) (-5 *3 (-407 *5)))) (-2988 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-407 *6)) (|:| |c| (-407 *6)) (|:| -1401 *6))) (-5 *1 (-1012 *5 *6)) (-5 *3 (-407 *6)))))
+(-10 -7 (-15 -2988 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |c| (-407 |#2|)) (|:| -1401 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|))) (-15 -2235 ((-2 (|:| |ans| (-407 |#2|)) (|:| |nosol| (-112))) (-407 |#2|) (-407 |#2|))) (-15 -2249 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -4252 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-564)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-564) (-1 |#2| |#2|))))
+((-2729 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |h| |#2|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| -1401 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|)) 22)) (-3523 (((-3 (-641 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|)) 34)))
+(((-1013 |#1| |#2|) (-10 -7 (-15 -2729 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |h| |#2|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| -1401 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|))) (-15 -3523 ((-3 (-641 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|)))) (-13 (-363) (-147) (-1035 (-564))) (-1235 |#1|)) (T -1013))
+((-3523 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4)) (-5 *2 (-641 (-407 *5))) (-5 *1 (-1013 *4 *5)) (-5 *3 (-407 *5)))) (-2729 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-407 *6)) (|:| |h| *6) (|:| |c1| (-407 *6)) (|:| |c2| (-407 *6)) (|:| -1401 *6))) (-5 *1 (-1013 *5 *6)) (-5 *3 (-407 *6)))))
+(-10 -7 (-15 -2729 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-407 |#2|)) (|:| |h| |#2|) (|:| |c1| (-407 |#2|)) (|:| |c2| (-407 |#2|)) (|:| -1401 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|) (-1 |#2| |#2|))) (-15 -3523 ((-3 (-641 (-407 |#2|)) "failed") (-407 |#2|) (-407 |#2|) (-407 |#2|))))
+((-2364 (((-1 |#1|) (-641 (-2 (|:| -1522 |#1|) (|:| -4129 (-564))))) 37)) (-2769 (((-1 |#1|) (-1096 |#1|)) 45)) (-2184 (((-1 |#1|) (-1259 |#1|) (-1259 (-564)) (-564)) 34)))
+(((-1014 |#1|) (-10 -7 (-15 -2769 ((-1 |#1|) (-1096 |#1|))) (-15 -2364 ((-1 |#1|) (-641 (-2 (|:| -1522 |#1|) (|:| -4129 (-564)))))) (-15 -2184 ((-1 |#1|) (-1259 |#1|) (-1259 (-564)) (-564)))) (-1094)) (T -1014))
+((-2184 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1259 *6)) (-5 *4 (-1259 (-564))) (-5 *5 (-564)) (-4 *6 (-1094)) (-5 *2 (-1 *6)) (-5 *1 (-1014 *6)))) (-2364 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -1522 *4) (|:| -4129 (-564))))) (-4 *4 (-1094)) (-5 *2 (-1 *4)) (-5 *1 (-1014 *4)))) (-2769 (*1 *2 *3) (-12 (-5 *3 (-1096 *4)) (-4 *4 (-1094)) (-5 *2 (-1 *4)) (-5 *1 (-1014 *4)))))
+(-10 -7 (-15 -2769 ((-1 |#1|) (-1096 |#1|))) (-15 -2364 ((-1 |#1|) (-641 (-2 (|:| -1522 |#1|) (|:| -4129 (-564)))))) (-15 -2184 ((-1 |#1|) (-1259 |#1|) (-1259 (-564)) (-564))))
+((-2155 (((-768) (-336 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23)))
+(((-1015 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2155 ((-768) (-336 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-363) (-1235 |#1|) (-1235 (-407 |#2|)) (-342 |#1| |#2| |#3|) (-13 (-368) (-363))) (T -1015))
+((-2155 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-336 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-363)) (-4 *7 (-1235 *6)) (-4 *4 (-1235 (-407 *7))) (-4 *8 (-342 *6 *7 *4)) (-4 *9 (-13 (-368) (-363))) (-5 *2 (-768)) (-5 *1 (-1015 *6 *7 *4 *8 *9)))))
+(-10 -7 (-15 -2155 ((-768) (-336 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
+((-1817 (((-112) $ $) NIL)) (-1841 (((-1129) $) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1328 (((-1129) $) 11)) (-1702 (((-112) $ $) NIL)))
+(((-1016) (-13 (-1077) (-10 -8 (-15 -1841 ((-1129) $)) (-15 -1328 ((-1129) $))))) (T -1016))
+((-1841 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1016)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1016)))))
+(-13 (-1077) (-10 -8 (-15 -1841 ((-1129) $)) (-15 -1328 ((-1129) $))))
+((-2264 (((-3 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) "failed") |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) 32) (((-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564))) 29)) (-2608 (((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564))) 34) (((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-407 (-564))) 30) (((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) 33) (((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1|) 28)) (-1816 (((-641 (-407 (-564))) (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) 20)) (-2665 (((-407 (-564)) (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) 17)))
+(((-1017 |#1|) (-10 -7 (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1|)) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-407 (-564)))) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564)))) (-15 -2264 ((-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564)))) (-15 -2264 ((-3 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) "failed") |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-15 -2665 ((-407 (-564)) (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-15 -1816 ((-641 (-407 (-564))) (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))))) (-1235 (-564))) (T -1017))
+((-1816 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-5 *2 (-641 (-407 (-564)))) (-5 *1 (-1017 *4)) (-4 *4 (-1235 (-564))))) (-2665 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) (-5 *2 (-407 (-564))) (-5 *1 (-1017 *4)) (-4 *4 (-1235 (-564))))) (-2264 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))))) (-2264 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) (-5 *4 (-407 (-564))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))))) (-2608 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-407 (-564))) (-5 *2 (-641 (-2 (|:| -3766 *5) (|:| -3777 *5)))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))) (-5 *4 (-2 (|:| -3766 *5) (|:| -3777 *5))))) (-2608 (*1 *2 *3 *4) (-12 (-5 *2 (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))) (-5 *4 (-407 (-564))))) (-2608 (*1 *2 *3 *4) (-12 (-5 *2 (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))) (-5 *4 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))) (-2608 (*1 *2 *3) (-12 (-5 *2 (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))))))
+(-10 -7 (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1|)) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-407 (-564)))) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564)))) (-15 -2264 ((-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564)))) (-15 -2264 ((-3 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) "failed") |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-15 -2665 ((-407 (-564)) (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-15 -1816 ((-641 (-407 (-564))) (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))))
+((-2264 (((-3 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) "failed") |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) 35) (((-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564))) 32)) (-2608 (((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564))) 30) (((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-407 (-564))) 26) (((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) 28) (((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1|) 24)))
+(((-1018 |#1|) (-10 -7 (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1|)) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-407 (-564)))) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564)))) (-15 -2264 ((-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564)))) (-15 -2264 ((-3 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) "failed") |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))) (-1235 (-407 (-564)))) (T -1018))
+((-2264 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564)))))) (-2264 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) (-5 *4 (-407 (-564))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 *4)))) (-2608 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-407 (-564))) (-5 *2 (-641 (-2 (|:| -3766 *5) (|:| -3777 *5)))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 *5)) (-5 *4 (-2 (|:| -3766 *5) (|:| -3777 *5))))) (-2608 (*1 *2 *3 *4) (-12 (-5 *4 (-407 (-564))) (-5 *2 (-641 (-2 (|:| -3766 *4) (|:| -3777 *4)))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 *4)))) (-2608 (*1 *2 *3 *4) (-12 (-5 *2 (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564)))) (-5 *4 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))) (-2608 (*1 *2 *3) (-12 (-5 *2 (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564)))))))
+(-10 -7 (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1|)) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-407 (-564)))) (-15 -2608 ((-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564)))) (-15 -2264 ((-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-407 (-564)))) (-15 -2264 ((-3 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) "failed") |#1| (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))) (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))))
+((-2511 (((-225) $) 6) (((-379) $) 9)))
(((-1019) (-140)) (T -1019))
NIL
(-13 (-612 (-225)) (-612 (-379)))
(((-612 (-225)) . T) ((-612 (-379)) . T))
-((-3315 (((-641 (-379)) (-949 (-564)) (-379)) 28) (((-641 (-379)) (-949 (-407 (-564))) (-379)) 27)) (-2449 (((-641 (-641 (-379))) (-641 (-949 (-564))) (-641 (-1170)) (-379)) 37)))
-(((-1020) (-10 -7 (-15 -3315 ((-641 (-379)) (-949 (-407 (-564))) (-379))) (-15 -3315 ((-641 (-379)) (-949 (-564)) (-379))) (-15 -2449 ((-641 (-641 (-379))) (-641 (-949 (-564))) (-641 (-1170)) (-379))))) (T -1020))
-((-2449 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-641 (-1170))) (-5 *2 (-641 (-641 (-379)))) (-5 *1 (-1020)) (-5 *5 (-379)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-949 (-564))) (-5 *2 (-641 (-379))) (-5 *1 (-1020)) (-5 *4 (-379)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *2 (-641 (-379))) (-5 *1 (-1020)) (-5 *4 (-379)))))
-(-10 -7 (-15 -3315 ((-641 (-379)) (-949 (-407 (-564))) (-379))) (-15 -3315 ((-641 (-379)) (-949 (-564)) (-379))) (-15 -2449 ((-641 (-641 (-379))) (-641 (-949 (-564))) (-641 (-1170)) (-379))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 75)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-4029 (($ $) NIL) (($ $ (-918)) NIL) (($ (-407 (-564))) NIL) (($ (-564)) NIL)) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) 70)) (-1692 (($) NIL T CONST)) (-1300 (((-3 $ "failed") (-1166 $) (-918) (-859)) NIL) (((-3 $ "failed") (-1166 $) (-918)) 55)) (-2035 (((-3 (-407 (-564)) "failed") $) NIL (|has| (-407 (-564)) (-1035 (-407 (-564))))) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#1| "failed") $) 116) (((-3 (-564) "failed") $) NIL (-2713 (|has| (-407 (-564)) (-1035 (-564))) (|has| |#1| (-1035 (-564)))))) (-3437 (((-407 (-564)) $) 17 (|has| (-407 (-564)) (-1035 (-407 (-564))))) (((-407 (-564)) $) 17) ((|#1| $) 117) (((-564) $) NIL (-2713 (|has| (-407 (-564)) (-1035 (-564))) (|has| |#1| (-1035 (-564)))))) (-3631 (($ $ (-859)) 47)) (-1434 (($ $ (-859)) 48)) (-2668 (($ $ $) NIL)) (-4352 (((-407 (-564)) $ $) 21)) (-3233 (((-3 $ "failed") $) 88)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-2955 (((-112) $) 66)) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL)) (-1515 (((-112) $) 69)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-3398 (((-3 (-1166 $) "failed") $) 83)) (-3067 (((-3 (-859) "failed") $) 82)) (-4101 (((-3 (-1166 $) "failed") $) 80)) (-4306 (((-3 (-1056 $ (-1166 $)) "failed") $) 78)) (-3340 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 89)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ (-641 $)) NIL) (($ $ $) NIL)) (-4020 (((-418 $) $) NIL)) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1721 (((-859) $) 87) (($ (-564)) NIL) (($ (-407 (-564))) NIL) (($ $) 63) (($ (-407 (-564))) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 119)) (-1303 (((-768)) NIL T CONST)) (-1720 (((-112) $ $) NIL)) (-4124 (((-407 (-564)) $ $) 27)) (-4329 (((-641 $) (-1166 $)) 61) (((-641 $) (-1166 (-407 (-564)))) NIL) (((-641 $) (-1166 (-564))) NIL) (((-641 $) (-949 $)) NIL) (((-641 $) (-949 (-407 (-564)))) NIL) (((-641 $) (-949 (-564))) NIL)) (-1674 (($ (-1056 $ (-1166 $)) (-859)) 46)) (-1699 (($ $) 22)) (-2885 (($) 32 T CONST)) (-2898 (($) 39 T CONST)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 76)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 24)) (-2983 (($ $ $) 37)) (-2970 (($ $) 38) (($ $ $) 74)) (-2956 (($ $ $) 112)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL) (($ $ (-407 (-564))) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 98) (($ $ $) 104) (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL) (($ (-564) $) 98) (($ $ (-564)) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL) (($ |#1| $) 102) (($ $ |#1|) NIL)))
-(((-1021 |#1|) (-13 (-1009) (-411 |#1|) (-38 |#1|) (-10 -8 (-15 -1674 ($ (-1056 $ (-1166 $)) (-859))) (-15 -4306 ((-3 (-1056 $ (-1166 $)) "failed") $)) (-15 -4352 ((-407 (-564)) $ $)))) (-13 (-845) (-363) (-1019))) (T -1021))
-((-1674 (*1 *1 *2 *3) (-12 (-5 *2 (-1056 (-1021 *4) (-1166 (-1021 *4)))) (-5 *3 (-859)) (-5 *1 (-1021 *4)) (-4 *4 (-13 (-845) (-363) (-1019))))) (-4306 (*1 *2 *1) (|partial| -12 (-5 *2 (-1056 (-1021 *3) (-1166 (-1021 *3)))) (-5 *1 (-1021 *3)) (-4 *3 (-13 (-845) (-363) (-1019))))) (-4352 (*1 *2 *1 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1021 *3)) (-4 *3 (-13 (-845) (-363) (-1019))))))
-(-13 (-1009) (-411 |#1|) (-38 |#1|) (-10 -8 (-15 -1674 ($ (-1056 $ (-1166 $)) (-859))) (-15 -4306 ((-3 (-1056 $ (-1166 $)) "failed") $)) (-15 -4352 ((-407 (-564)) $ $))))
-((-2176 (((-2 (|:| -2026 |#2|) (|:| -1678 (-641 |#1|))) |#2| (-641 |#1|)) 32) ((|#2| |#2| |#1|) 27)))
-(((-1022 |#1| |#2|) (-10 -7 (-15 -2176 (|#2| |#2| |#1|)) (-15 -2176 ((-2 (|:| -2026 |#2|) (|:| -1678 (-641 |#1|))) |#2| (-641 |#1|)))) (-363) (-652 |#1|)) (T -1022))
-((-2176 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-5 *2 (-2 (|:| -2026 *3) (|:| -1678 (-641 *5)))) (-5 *1 (-1022 *5 *3)) (-5 *4 (-641 *5)) (-4 *3 (-652 *5)))) (-2176 (*1 *2 *2 *3) (-12 (-4 *3 (-363)) (-5 *1 (-1022 *3 *2)) (-4 *2 (-652 *3)))))
-(-10 -7 (-15 -2176 (|#2| |#2| |#1|)) (-15 -2176 ((-2 (|:| -2026 |#2|) (|:| -1678 (-641 |#1|))) |#2| (-641 |#1|))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3449 ((|#1| $ |#1|) 14)) (-1869 ((|#1| $ |#1|) 12)) (-1307 (($ |#1|) 10)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2961 ((|#1| $) 11)) (-2814 ((|#1| $) 13)) (-1721 (((-859) $) 21 (|has| |#1| (-1094)))) (-2853 (((-112) $ $) 9)))
-(((-1023 |#1|) (-13 (-1209) (-10 -8 (-15 -1307 ($ |#1|)) (-15 -2961 (|#1| $)) (-15 -1869 (|#1| $ |#1|)) (-15 -2814 (|#1| $)) (-15 -3449 (|#1| $ |#1|)) (-15 -2853 ((-112) $ $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|))) (-1209)) (T -1023))
-((-1307 (*1 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))) (-2961 (*1 *2 *1) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))) (-1869 (*1 *2 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))) (-2814 (*1 *2 *1) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))) (-3449 (*1 *2 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))) (-2853 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1023 *3)) (-4 *3 (-1209)))))
-(-13 (-1209) (-10 -8 (-15 -1307 ($ |#1|)) (-15 -2961 (|#1| $)) (-15 -1869 (|#1| $ |#1|)) (-15 -2814 (|#1| $)) (-15 -3449 (|#1| $ |#1|)) (-15 -2853 ((-112) $ $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-4249 (((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 |#4|)))) (-641 |#4|)) NIL)) (-2838 (((-641 $) (-641 |#4|)) 115) (((-641 $) (-641 |#4|) (-112)) 116) (((-641 $) (-641 |#4|) (-112) (-112)) 114) (((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112)) 117)) (-4153 (((-641 |#3|) $) NIL)) (-2129 (((-112) $) NIL)) (-3451 (((-112) $) NIL (|has| |#1| (-556)))) (-2637 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4084 ((|#4| |#4| $) NIL)) (-2275 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| $) 109)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-3346 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412))) (((-3 |#4| "failed") $ |#3|) 63)) (-1692 (($) NIL T CONST)) (-1492 (((-112) $) 29 (|has| |#1| (-556)))) (-1504 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3693 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3368 (((-112) $) NIL (|has| |#1| (-556)))) (-3987 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2266 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) NIL)) (-3437 (($ (-641 |#4|)) NIL)) (-1908 (((-3 $ "failed") $) 45)) (-1998 ((|#4| |#4| $) 66)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-3813 (($ |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 82 (|has| |#1| (-556)))) (-3121 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2440 ((|#4| |#4| $) NIL)) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4412))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2393 (((-2 (|:| -2151 (-641 |#4|)) (|:| -1940 (-641 |#4|))) $) NIL)) (-3123 (((-112) |#4| $) NIL)) (-2583 (((-112) |#4| $) NIL)) (-3477 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2511 (((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112)) 130)) (-1597 (((-641 |#4|) $) 18 (|has| $ (-6 -4412)))) (-1926 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3698 ((|#3| $) 38)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#4|) $) 19 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-1439 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) 23)) (-1490 (((-641 |#3|) $) NIL)) (-1714 (((-112) |#3| $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-3941 (((-3 |#4| (-641 $)) |#4| |#4| $) NIL)) (-3994 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| |#4| $) 107)) (-3837 (((-3 |#4| "failed") $) 42)) (-2657 (((-641 $) |#4| $) 90)) (-1978 (((-3 (-112) (-641 $)) |#4| $) NIL)) (-4251 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 $))) |#4| $) 100) (((-112) |#4| $) 61)) (-1475 (((-641 $) |#4| $) 112) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) 113) (((-641 $) |#4| (-641 $)) NIL)) (-1850 (((-641 $) (-641 |#4|) (-112) (-112) (-112)) 125)) (-3267 (($ |#4| $) 79) (($ (-641 |#4|) $) 80) (((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 76)) (-2224 (((-641 |#4|) $) NIL)) (-1762 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3657 ((|#4| |#4| $) NIL)) (-4067 (((-112) $ $) NIL)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3186 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1999 ((|#4| |#4| $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 (((-3 |#4| "failed") $) 40)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-4177 (((-3 $ "failed") $ |#4|) 57)) (-3450 (($ $ |#4|) NIL) (((-641 $) |#4| $) 92) (((-641 $) |#4| (-641 $)) NIL) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) 86)) (-2070 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 17)) (-3456 (($) 14)) (-4341 (((-768) $) NIL)) (-1292 (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) 13)) (-2153 (((-536) $) NIL (|has| |#4| (-612 (-536))))) (-1732 (($ (-641 |#4|)) 22)) (-2718 (($ $ |#3|) 52)) (-3119 (($ $ |#3|) 53)) (-2463 (($ $) NIL)) (-1442 (($ $ |#3|) NIL)) (-1721 (((-859) $) 35) (((-641 |#4|) $) 46)) (-4107 (((-768) $) NIL (|has| |#3| (-368)))) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1544 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) NIL)) (-1495 (((-641 $) |#4| $) 89) (((-641 $) |#4| (-641 $)) NIL) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) NIL)) (-2666 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-4380 (((-641 |#3|) $) NIL)) (-1853 (((-112) |#4| $) NIL)) (-2614 (((-112) |#3| $) 62)) (-2853 (((-112) $ $) NIL)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1024 |#1| |#2| |#3| |#4|) (-13 (-1066 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3267 ((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2838 ((-641 $) (-641 |#4|) (-112) (-112))) (-15 -2838 ((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112))) (-15 -1850 ((-641 $) (-641 |#4|) (-112) (-112) (-112))) (-15 -2511 ((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112))))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -1024))
-((-3267 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1024 *5 *6 *7 *3))) (-5 *1 (-1024 *5 *6 *7 *3)) (-4 *3 (-1060 *5 *6 *7)))) (-2838 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8)))) (-2838 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8)))) (-1850 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8)))) (-2511 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-641 *8)) (|:| |towers| (-641 (-1024 *5 *6 *7 *8))))) (-5 *1 (-1024 *5 *6 *7 *8)) (-5 *3 (-641 *8)))))
-(-13 (-1066 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3267 ((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2838 ((-641 $) (-641 |#4|) (-112) (-112))) (-15 -2838 ((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112))) (-15 -1850 ((-641 $) (-641 |#4|) (-112) (-112) (-112))) (-15 -2511 ((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112)))))
-((-2216 (((-641 (-685 |#1|)) (-641 (-685 |#1|))) 73) (((-685 |#1|) (-685 |#1|)) 72) (((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-641 (-685 |#1|))) 71) (((-685 |#1|) (-685 |#1|) (-685 |#1|)) 68)) (-1614 (((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918)) 66) (((-685 |#1|) (-685 |#1|) (-918)) 65)) (-1550 (((-641 (-685 (-564))) (-641 (-641 (-564)))) 84) (((-641 (-685 (-564))) (-641 (-902 (-564))) (-564)) 83) (((-685 (-564)) (-641 (-564))) 80) (((-685 (-564)) (-902 (-564)) (-564)) 78)) (-2011 (((-685 (-949 |#1|)) (-768)) 98)) (-3093 (((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918)) 52 (|has| |#1| (-6 (-4414 "*")))) (((-685 |#1|) (-685 |#1|) (-918)) 50 (|has| |#1| (-6 (-4414 "*"))))))
-(((-1025 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4414 "*"))) (-15 -3093 ((-685 |#1|) (-685 |#1|) (-918))) |%noBranch|) (IF (|has| |#1| (-6 (-4414 "*"))) (-15 -3093 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918))) |%noBranch|) (-15 -2011 ((-685 (-949 |#1|)) (-768))) (-15 -1614 ((-685 |#1|) (-685 |#1|) (-918))) (-15 -1614 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918))) (-15 -2216 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -2216 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -2216 ((-685 |#1|) (-685 |#1|))) (-15 -2216 ((-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -1550 ((-685 (-564)) (-902 (-564)) (-564))) (-15 -1550 ((-685 (-564)) (-641 (-564)))) (-15 -1550 ((-641 (-685 (-564))) (-641 (-902 (-564))) (-564))) (-15 -1550 ((-641 (-685 (-564))) (-641 (-641 (-564)))))) (-1046)) (T -1025))
-((-1550 (*1 *2 *3) (-12 (-5 *3 (-641 (-641 (-564)))) (-5 *2 (-641 (-685 (-564)))) (-5 *1 (-1025 *4)) (-4 *4 (-1046)))) (-1550 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-902 (-564)))) (-5 *4 (-564)) (-5 *2 (-641 (-685 *4))) (-5 *1 (-1025 *5)) (-4 *5 (-1046)))) (-1550 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1025 *4)) (-4 *4 (-1046)))) (-1550 (*1 *2 *3 *4) (-12 (-5 *3 (-902 (-564))) (-5 *4 (-564)) (-5 *2 (-685 *4)) (-5 *1 (-1025 *5)) (-4 *5 (-1046)))) (-2216 (*1 *2 *2) (-12 (-5 *2 (-641 (-685 *3))) (-4 *3 (-1046)) (-5 *1 (-1025 *3)))) (-2216 (*1 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-1025 *3)))) (-2216 (*1 *2 *2 *2) (-12 (-5 *2 (-641 (-685 *3))) (-4 *3 (-1046)) (-5 *1 (-1025 *3)))) (-2216 (*1 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-1025 *3)))) (-1614 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-685 *4))) (-5 *3 (-918)) (-4 *4 (-1046)) (-5 *1 (-1025 *4)))) (-1614 (*1 *2 *2 *3) (-12 (-5 *2 (-685 *4)) (-5 *3 (-918)) (-4 *4 (-1046)) (-5 *1 (-1025 *4)))) (-2011 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-685 (-949 *4))) (-5 *1 (-1025 *4)) (-4 *4 (-1046)))) (-3093 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-685 *4))) (-5 *3 (-918)) (|has| *4 (-6 (-4414 "*"))) (-4 *4 (-1046)) (-5 *1 (-1025 *4)))) (-3093 (*1 *2 *2 *3) (-12 (-5 *2 (-685 *4)) (-5 *3 (-918)) (|has| *4 (-6 (-4414 "*"))) (-4 *4 (-1046)) (-5 *1 (-1025 *4)))))
-(-10 -7 (IF (|has| |#1| (-6 (-4414 "*"))) (-15 -3093 ((-685 |#1|) (-685 |#1|) (-918))) |%noBranch|) (IF (|has| |#1| (-6 (-4414 "*"))) (-15 -3093 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918))) |%noBranch|) (-15 -2011 ((-685 (-949 |#1|)) (-768))) (-15 -1614 ((-685 |#1|) (-685 |#1|) (-918))) (-15 -1614 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918))) (-15 -2216 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -2216 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -2216 ((-685 |#1|) (-685 |#1|))) (-15 -2216 ((-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -1550 ((-685 (-564)) (-902 (-564)) (-564))) (-15 -1550 ((-685 (-564)) (-641 (-564)))) (-15 -1550 ((-641 (-685 (-564))) (-641 (-902 (-564))) (-564))) (-15 -1550 ((-641 (-685 (-564))) (-641 (-641 (-564))))))
-((-4078 (((-685 |#1|) (-641 (-685 |#1|)) (-1259 |#1|)) 69 (|has| |#1| (-307)))) (-2045 (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 (-1259 |#1|))) 110 (|has| |#1| (-363))) (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 |#1|)) 117 (|has| |#1| (-363)))) (-2016 (((-1259 |#1|) (-641 (-1259 |#1|)) (-564)) 134 (-12 (|has| |#1| (-363)) (|has| |#1| (-368))))) (-1941 (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-918)) 123 (-12 (|has| |#1| (-363)) (|has| |#1| (-368)))) (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112)) 122 (-12 (|has| |#1| (-363)) (|has| |#1| (-368)))) (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|))) 121 (-12 (|has| |#1| (-363)) (|has| |#1| (-368)))) (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112) (-564) (-564)) 120 (-12 (|has| |#1| (-363)) (|has| |#1| (-368))))) (-3664 (((-112) (-641 (-685 |#1|))) 103 (|has| |#1| (-363))) (((-112) (-641 (-685 |#1|)) (-564)) 106 (|has| |#1| (-363)))) (-1556 (((-1259 (-1259 |#1|)) (-641 (-685 |#1|)) (-1259 |#1|)) 66 (|has| |#1| (-307)))) (-1304 (((-685 |#1|) (-641 (-685 |#1|)) (-685 |#1|)) 47)) (-3132 (((-685 |#1|) (-1259 (-1259 |#1|))) 40)) (-4187 (((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-564)) 94 (|has| |#1| (-363))) (((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|))) 93 (|has| |#1| (-363))) (((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-112) (-564)) 101 (|has| |#1| (-363)))))
-(((-1026 |#1|) (-10 -7 (-15 -3132 ((-685 |#1|) (-1259 (-1259 |#1|)))) (-15 -1304 ((-685 |#1|) (-641 (-685 |#1|)) (-685 |#1|))) (IF (|has| |#1| (-307)) (PROGN (-15 -1556 ((-1259 (-1259 |#1|)) (-641 (-685 |#1|)) (-1259 |#1|))) (-15 -4078 ((-685 |#1|) (-641 (-685 |#1|)) (-1259 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -4187 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-112) (-564))) (-15 -4187 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -4187 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-564))) (-15 -3664 ((-112) (-641 (-685 |#1|)) (-564))) (-15 -3664 ((-112) (-641 (-685 |#1|)))) (-15 -2045 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 |#1|))) (-15 -2045 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 (-1259 |#1|))))) |%noBranch|) (IF (|has| |#1| (-368)) (IF (|has| |#1| (-363)) (PROGN (-15 -1941 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112) (-564) (-564))) (-15 -1941 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)))) (-15 -1941 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112))) (-15 -1941 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-918))) (-15 -2016 ((-1259 |#1|) (-641 (-1259 |#1|)) (-564)))) |%noBranch|) |%noBranch|)) (-1046)) (T -1026))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-1259 *5))) (-5 *4 (-564)) (-5 *2 (-1259 *5)) (-5 *1 (-1026 *5)) (-4 *5 (-363)) (-4 *5 (-368)) (-4 *5 (-1046)))) (-1941 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-4 *5 (-363)) (-4 *5 (-368)) (-4 *5 (-1046)) (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5)) (-5 *3 (-641 (-685 *5))))) (-1941 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-363)) (-4 *5 (-368)) (-4 *5 (-1046)) (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5)) (-5 *3 (-641 (-685 *5))))) (-1941 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *4 (-368)) (-4 *4 (-1046)) (-5 *2 (-641 (-641 (-685 *4)))) (-5 *1 (-1026 *4)) (-5 *3 (-641 (-685 *4))))) (-1941 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-112)) (-5 *5 (-564)) (-4 *6 (-363)) (-4 *6 (-368)) (-4 *6 (-1046)) (-5 *2 (-641 (-641 (-685 *6)))) (-5 *1 (-1026 *6)) (-5 *3 (-641 (-685 *6))))) (-2045 (*1 *2 *3 *4) (-12 (-5 *4 (-1259 (-1259 *5))) (-4 *5 (-363)) (-4 *5 (-1046)) (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5)) (-5 *3 (-641 (-685 *5))))) (-2045 (*1 *2 *3 *4) (-12 (-5 *4 (-1259 *5)) (-4 *5 (-363)) (-4 *5 (-1046)) (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5)) (-5 *3 (-641 (-685 *5))))) (-3664 (*1 *2 *3) (-12 (-5 *3 (-641 (-685 *4))) (-4 *4 (-363)) (-4 *4 (-1046)) (-5 *2 (-112)) (-5 *1 (-1026 *4)))) (-3664 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-564)) (-4 *5 (-363)) (-4 *5 (-1046)) (-5 *2 (-112)) (-5 *1 (-1026 *5)))) (-4187 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-564)) (-5 *2 (-685 *5)) (-5 *1 (-1026 *5)) (-4 *5 (-363)) (-4 *5 (-1046)))) (-4187 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-685 *4))) (-5 *2 (-685 *4)) (-5 *1 (-1026 *4)) (-4 *4 (-363)) (-4 *4 (-1046)))) (-4187 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-641 (-685 *6))) (-5 *4 (-112)) (-5 *5 (-564)) (-5 *2 (-685 *6)) (-5 *1 (-1026 *6)) (-4 *6 (-363)) (-4 *6 (-1046)))) (-4078 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-1259 *5)) (-4 *5 (-307)) (-4 *5 (-1046)) (-5 *2 (-685 *5)) (-5 *1 (-1026 *5)))) (-1556 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-685 *5))) (-4 *5 (-307)) (-4 *5 (-1046)) (-5 *2 (-1259 (-1259 *5))) (-5 *1 (-1026 *5)) (-5 *4 (-1259 *5)))) (-1304 (*1 *2 *3 *2) (-12 (-5 *3 (-641 (-685 *4))) (-5 *2 (-685 *4)) (-4 *4 (-1046)) (-5 *1 (-1026 *4)))) (-3132 (*1 *2 *3) (-12 (-5 *3 (-1259 (-1259 *4))) (-4 *4 (-1046)) (-5 *2 (-685 *4)) (-5 *1 (-1026 *4)))))
-(-10 -7 (-15 -3132 ((-685 |#1|) (-1259 (-1259 |#1|)))) (-15 -1304 ((-685 |#1|) (-641 (-685 |#1|)) (-685 |#1|))) (IF (|has| |#1| (-307)) (PROGN (-15 -1556 ((-1259 (-1259 |#1|)) (-641 (-685 |#1|)) (-1259 |#1|))) (-15 -4078 ((-685 |#1|) (-641 (-685 |#1|)) (-1259 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -4187 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-112) (-564))) (-15 -4187 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -4187 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-564))) (-15 -3664 ((-112) (-641 (-685 |#1|)) (-564))) (-15 -3664 ((-112) (-641 (-685 |#1|)))) (-15 -2045 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 |#1|))) (-15 -2045 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 (-1259 |#1|))))) |%noBranch|) (IF (|has| |#1| (-368)) (IF (|has| |#1| (-363)) (PROGN (-15 -1941 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112) (-564) (-564))) (-15 -1941 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)))) (-15 -1941 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112))) (-15 -1941 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-918))) (-15 -2016 ((-1259 |#1|) (-641 (-1259 |#1|)) (-564)))) |%noBranch|) |%noBranch|))
-((-1445 ((|#1| (-918) |#1|) 18)))
-(((-1027 |#1|) (-10 -7 (-15 -1445 (|#1| (-918) |#1|))) (-13 (-1094) (-10 -8 (-15 -2956 ($ $ $))))) (T -1027))
-((-1445 (*1 *2 *3 *2) (-12 (-5 *3 (-918)) (-5 *1 (-1027 *2)) (-4 *2 (-13 (-1094) (-10 -8 (-15 -2956 ($ $ $))))))))
-(-10 -7 (-15 -1445 (|#1| (-918) |#1|)))
-((-4370 (((-641 (-2 (|:| |radval| (-316 (-564))) (|:| |radmult| (-564)) (|:| |radvect| (-641 (-685 (-316 (-564))))))) (-685 (-407 (-949 (-564))))) 67)) (-1944 (((-641 (-685 (-316 (-564)))) (-316 (-564)) (-685 (-407 (-949 (-564))))) 52)) (-3700 (((-641 (-316 (-564))) (-685 (-407 (-949 (-564))))) 45)) (-4231 (((-641 (-685 (-316 (-564)))) (-685 (-407 (-949 (-564))))) 87)) (-2092 (((-685 (-316 (-564))) (-685 (-316 (-564)))) 38)) (-3494 (((-641 (-685 (-316 (-564)))) (-641 (-685 (-316 (-564))))) 76)) (-1318 (((-3 (-685 (-316 (-564))) "failed") (-685 (-407 (-949 (-564))))) 85)))
-(((-1028) (-10 -7 (-15 -4370 ((-641 (-2 (|:| |radval| (-316 (-564))) (|:| |radmult| (-564)) (|:| |radvect| (-641 (-685 (-316 (-564))))))) (-685 (-407 (-949 (-564)))))) (-15 -1944 ((-641 (-685 (-316 (-564)))) (-316 (-564)) (-685 (-407 (-949 (-564)))))) (-15 -3700 ((-641 (-316 (-564))) (-685 (-407 (-949 (-564)))))) (-15 -1318 ((-3 (-685 (-316 (-564))) "failed") (-685 (-407 (-949 (-564)))))) (-15 -2092 ((-685 (-316 (-564))) (-685 (-316 (-564))))) (-15 -3494 ((-641 (-685 (-316 (-564)))) (-641 (-685 (-316 (-564)))))) (-15 -4231 ((-641 (-685 (-316 (-564)))) (-685 (-407 (-949 (-564)))))))) (T -1028))
-((-4231 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-949 (-564))))) (-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028)))) (-3494 (*1 *2 *2) (-12 (-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028)))) (-2092 (*1 *2 *2) (-12 (-5 *2 (-685 (-316 (-564)))) (-5 *1 (-1028)))) (-1318 (*1 *2 *3) (|partial| -12 (-5 *3 (-685 (-407 (-949 (-564))))) (-5 *2 (-685 (-316 (-564)))) (-5 *1 (-1028)))) (-3700 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-949 (-564))))) (-5 *2 (-641 (-316 (-564)))) (-5 *1 (-1028)))) (-1944 (*1 *2 *3 *4) (-12 (-5 *4 (-685 (-407 (-949 (-564))))) (-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028)) (-5 *3 (-316 (-564))))) (-4370 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-949 (-564))))) (-5 *2 (-641 (-2 (|:| |radval| (-316 (-564))) (|:| |radmult| (-564)) (|:| |radvect| (-641 (-685 (-316 (-564)))))))) (-5 *1 (-1028)))))
-(-10 -7 (-15 -4370 ((-641 (-2 (|:| |radval| (-316 (-564))) (|:| |radmult| (-564)) (|:| |radvect| (-641 (-685 (-316 (-564))))))) (-685 (-407 (-949 (-564)))))) (-15 -1944 ((-641 (-685 (-316 (-564)))) (-316 (-564)) (-685 (-407 (-949 (-564)))))) (-15 -3700 ((-641 (-316 (-564))) (-685 (-407 (-949 (-564)))))) (-15 -1318 ((-3 (-685 (-316 (-564))) "failed") (-685 (-407 (-949 (-564)))))) (-15 -2092 ((-685 (-316 (-564))) (-685 (-316 (-564))))) (-15 -3494 ((-641 (-685 (-316 (-564)))) (-641 (-685 (-316 (-564)))))) (-15 -4231 ((-641 (-685 (-316 (-564)))) (-685 (-407 (-949 (-564)))))))
-((-2538 ((|#1| |#1| (-918)) 18)))
-(((-1029 |#1|) (-10 -7 (-15 -2538 (|#1| |#1| (-918)))) (-13 (-1094) (-10 -8 (-15 * ($ $ $))))) (T -1029))
-((-2538 (*1 *2 *2 *3) (-12 (-5 *3 (-918)) (-5 *1 (-1029 *2)) (-4 *2 (-13 (-1094) (-10 -8 (-15 * ($ $ $))))))))
-(-10 -7 (-15 -2538 (|#1| |#1| (-918))))
-((-1721 ((|#1| (-312)) 11) (((-1264) |#1|) 9)))
-(((-1030 |#1|) (-10 -7 (-15 -1721 ((-1264) |#1|)) (-15 -1721 (|#1| (-312)))) (-1209)) (T -1030))
-((-1721 (*1 *2 *3) (-12 (-5 *3 (-312)) (-5 *1 (-1030 *2)) (-4 *2 (-1209)))) (-1721 (*1 *2 *3) (-12 (-5 *2 (-1264)) (-5 *1 (-1030 *3)) (-4 *3 (-1209)))))
-(-10 -7 (-15 -1721 ((-1264) |#1|)) (-15 -1721 (|#1| (-312))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3658 (($ |#4|) 25)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-3646 ((|#4| $) 27)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 46) (($ (-564)) NIL) (($ |#1|) NIL) (($ |#4|) 26)) (-1303 (((-768)) 43 T CONST)) (-2885 (($) 21 T CONST)) (-2898 (($) 23 T CONST)) (-2853 (((-112) $ $) 40)) (-2970 (($ $) 31) (($ $ $) NIL)) (-2956 (($ $ $) 29)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 36) (($ $ $) 33) (($ |#1| $) 38) (($ $ |#1|) NIL)))
-(((-1031 |#1| |#2| |#3| |#4| |#5|) (-13 (-172) (-38 |#1|) (-10 -8 (-15 -3658 ($ |#4|)) (-15 -1721 ($ |#4|)) (-15 -3646 (|#4| $)))) (-363) (-790) (-847) (-946 |#1| |#2| |#3|) (-641 |#4|)) (T -1031))
-((-3658 (*1 *1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1031 *3 *4 *5 *2 *6)) (-4 *2 (-946 *3 *4 *5)) (-14 *6 (-641 *2)))) (-1721 (*1 *1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1031 *3 *4 *5 *2 *6)) (-4 *2 (-946 *3 *4 *5)) (-14 *6 (-641 *2)))) (-3646 (*1 *2 *1) (-12 (-4 *2 (-946 *3 *4 *5)) (-5 *1 (-1031 *3 *4 *5 *2 *6)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-14 *6 (-641 *2)))))
-(-13 (-172) (-38 |#1|) (-10 -8 (-15 -3658 ($ |#4|)) (-15 -1721 ($ |#4|)) (-15 -3646 (|#4| $))))
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094))))) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL)) (-2229 (((-1264) $ (-1170) (-1170)) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-4145 (((-112) (-112)) 43)) (-3112 (((-112) (-112)) 42)) (-1869 (((-52) $ (-1170) (-52)) NIL)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-1593 (((-3 (-52) "failed") (-1170) $) NIL)) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094))))) (-3537 (($ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-3 (-52) "failed") (-1170) $) NIL)) (-3813 (($ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (((-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-1452 (((-52) $ (-1170) (-52)) NIL (|has| $ (-6 -4413)))) (-1379 (((-52) $ (-1170)) NIL)) (-1597 (((-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-641 (-52)) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-1170) $) NIL (|has| (-1170) (-847)))) (-4317 (((-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-641 (-52)) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-52) (-1094))))) (-3825 (((-1170) $) NIL (|has| (-1170) (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4413))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094))))) (-2659 (((-641 (-1170)) $) 37)) (-1509 (((-112) (-1170) $) NIL)) (-4290 (((-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL)) (-3573 (($ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL)) (-4184 (((-641 (-1170)) $) NIL)) (-2405 (((-112) (-1170) $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094))))) (-1897 (((-52) $) NIL (|has| (-1170) (-847)))) (-2061 (((-3 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) "failed") (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL)) (-1759 (($ $ (-52)) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))))) NIL (-12 (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (($ $ (-294 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL (-12 (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (($ $ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) NIL (-12 (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (($ $ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL (-12 (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (($ $ (-641 (-52)) (-641 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-294 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-641 (-294 (-52)))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-52) (-1094))))) (-3111 (((-641 (-52)) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 (((-52) $ (-1170)) 39) (((-52) $ (-1170) (-52)) NIL)) (-2710 (($) NIL) (($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (((-768) (-52) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-52) (-1094)))) (((-768) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL)) (-1721 (((-859) $) 41 (-2713 (|has| (-52) (-611 (-859))) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-611 (-859)))))) (-1959 (($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1032) (-13 (-1185 (-1170) (-52)) (-10 -7 (-15 -4145 ((-112) (-112))) (-15 -3112 ((-112) (-112))) (-6 -4412)))) (T -1032))
-((-4145 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1032)))) (-3112 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1032)))))
-(-13 (-1185 (-1170) (-52)) (-10 -7 (-15 -4145 ((-112) (-112))) (-15 -3112 ((-112) (-112))) (-6 -4412)))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3734 (((-1129) $) 9)) (-1721 (((-859) $) 15) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-1033) (-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $))))) (T -1033))
-((-3734 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1033)))))
-(-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $))))
-((-3437 ((|#2| $) 10)))
-(((-1034 |#1| |#2|) (-10 -8 (-15 -3437 (|#2| |#1|))) (-1035 |#2|) (-1209)) (T -1034))
-NIL
-(-10 -8 (-15 -3437 (|#2| |#1|)))
-((-2035 (((-3 |#1| "failed") $) 9)) (-3437 ((|#1| $) 8)) (-1721 (($ |#1|) 6)))
+((-2017 (((-641 (-379)) (-949 (-564)) (-379)) 28) (((-641 (-379)) (-949 (-407 (-564))) (-379)) 27)) (-3589 (((-641 (-641 (-379))) (-641 (-949 (-564))) (-641 (-1170)) (-379)) 37)))
+(((-1020) (-10 -7 (-15 -2017 ((-641 (-379)) (-949 (-407 (-564))) (-379))) (-15 -2017 ((-641 (-379)) (-949 (-564)) (-379))) (-15 -3589 ((-641 (-641 (-379))) (-641 (-949 (-564))) (-641 (-1170)) (-379))))) (T -1020))
+((-3589 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-641 (-1170))) (-5 *2 (-641 (-641 (-379)))) (-5 *1 (-1020)) (-5 *5 (-379)))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-949 (-564))) (-5 *2 (-641 (-379))) (-5 *1 (-1020)) (-5 *4 (-379)))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *2 (-641 (-379))) (-5 *1 (-1020)) (-5 *4 (-379)))))
+(-10 -7 (-15 -2017 ((-641 (-379)) (-949 (-407 (-564))) (-379))) (-15 -2017 ((-641 (-379)) (-949 (-564)) (-379))) (-15 -3589 ((-641 (-641 (-379))) (-641 (-949 (-564))) (-641 (-1170)) (-379))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 75)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3083 (($ $) NIL) (($ $ (-918)) NIL) (($ (-407 (-564))) NIL) (($ (-564)) NIL)) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) 70)) (-1778 (($) NIL T CONST)) (-2929 (((-3 $ "failed") (-1166 $) (-918) (-859)) NIL) (((-3 $ "failed") (-1166 $) (-918)) 55)) (-2347 (((-3 (-407 (-564)) "failed") $) NIL (|has| (-407 (-564)) (-1035 (-407 (-564))))) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#1| "failed") $) 116) (((-3 (-564) "failed") $) NIL (-4078 (|has| (-407 (-564)) (-1035 (-564))) (|has| |#1| (-1035 (-564)))))) (-2237 (((-407 (-564)) $) 17 (|has| (-407 (-564)) (-1035 (-407 (-564))))) (((-407 (-564)) $) 17) ((|#1| $) 117) (((-564) $) NIL (-4078 (|has| (-407 (-564)) (-1035 (-564))) (|has| |#1| (-1035 (-564)))))) (-2094 (($ $ (-859)) 47)) (-4117 (($ $ (-859)) 48)) (-1449 (($ $ $) NIL)) (-1751 (((-407 (-564)) $ $) 21)) (-3733 (((-3 $ "failed") $) 88)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1569 (((-112) $) 66)) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL)) (-2607 (((-112) $) 69)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-1536 (((-3 (-1166 $) "failed") $) 83)) (-1327 (((-3 (-859) "failed") $) 82)) (-4276 (((-3 (-1166 $) "failed") $) 80)) (-2542 (((-3 (-1056 $ (-1166 $)) "failed") $) 78)) (-2740 (($ (-641 $)) NIL) (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 89)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ (-641 $)) NIL) (($ $ $) NIL)) (-3070 (((-418 $) $) NIL)) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1831 (((-859) $) 87) (($ (-564)) NIL) (($ (-407 (-564))) NIL) (($ $) 63) (($ (-407 (-564))) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL) (($ |#1|) 119)) (-2219 (((-768)) NIL T CONST)) (-3939 (((-112) $ $) NIL)) (-2508 (((-407 (-564)) $ $) 27)) (-1496 (((-641 $) (-1166 $)) 61) (((-641 $) (-1166 (-407 (-564)))) NIL) (((-641 $) (-1166 (-564))) NIL) (((-641 $) (-949 $)) NIL) (((-641 $) (-949 (-407 (-564)))) NIL) (((-641 $) (-949 (-564))) NIL)) (-1610 (($ (-1056 $ (-1166 $)) (-859)) 46)) (-1849 (($ $) 22)) (-1293 (($) 32 T CONST)) (-1300 (($) 39 T CONST)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 76)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 24)) (-1823 (($ $ $) 37)) (-1808 (($ $) 38) (($ $ $) 74)) (-1797 (($ $ $) 112)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL) (($ $ (-407 (-564))) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 98) (($ $ $) 104) (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL) (($ (-564) $) 98) (($ $ (-564)) NIL) (($ (-407 (-564)) $) NIL) (($ $ (-407 (-564))) NIL) (($ |#1| $) 102) (($ $ |#1|) NIL)))
+(((-1021 |#1|) (-13 (-1009) (-411 |#1|) (-38 |#1|) (-10 -8 (-15 -1610 ($ (-1056 $ (-1166 $)) (-859))) (-15 -2542 ((-3 (-1056 $ (-1166 $)) "failed") $)) (-15 -1751 ((-407 (-564)) $ $)))) (-13 (-845) (-363) (-1019))) (T -1021))
+((-1610 (*1 *1 *2 *3) (-12 (-5 *2 (-1056 (-1021 *4) (-1166 (-1021 *4)))) (-5 *3 (-859)) (-5 *1 (-1021 *4)) (-4 *4 (-13 (-845) (-363) (-1019))))) (-2542 (*1 *2 *1) (|partial| -12 (-5 *2 (-1056 (-1021 *3) (-1166 (-1021 *3)))) (-5 *1 (-1021 *3)) (-4 *3 (-13 (-845) (-363) (-1019))))) (-1751 (*1 *2 *1 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1021 *3)) (-4 *3 (-13 (-845) (-363) (-1019))))))
+(-13 (-1009) (-411 |#1|) (-38 |#1|) (-10 -8 (-15 -1610 ($ (-1056 $ (-1166 $)) (-859))) (-15 -2542 ((-3 (-1056 $ (-1166 $)) "failed") $)) (-15 -1751 ((-407 (-564)) $ $))))
+((-2677 (((-2 (|:| -4252 |#2|) (|:| -3581 (-641 |#1|))) |#2| (-641 |#1|)) 32) ((|#2| |#2| |#1|) 27)))
+(((-1022 |#1| |#2|) (-10 -7 (-15 -2677 (|#2| |#2| |#1|)) (-15 -2677 ((-2 (|:| -4252 |#2|) (|:| -3581 (-641 |#1|))) |#2| (-641 |#1|)))) (-363) (-652 |#1|)) (T -1022))
+((-2677 (*1 *2 *3 *4) (-12 (-4 *5 (-363)) (-5 *2 (-2 (|:| -4252 *3) (|:| -3581 (-641 *5)))) (-5 *1 (-1022 *5 *3)) (-5 *4 (-641 *5)) (-4 *3 (-652 *5)))) (-2677 (*1 *2 *2 *3) (-12 (-4 *3 (-363)) (-5 *1 (-1022 *3 *2)) (-4 *2 (-652 *3)))))
+(-10 -7 (-15 -2677 (|#2| |#2| |#1|)) (-15 -2677 ((-2 (|:| -4252 |#2|) (|:| -3581 (-641 |#1|))) |#2| (-641 |#1|))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3941 ((|#1| $ |#1|) 14)) (-1970 ((|#1| $ |#1|) 12)) (-3465 (($ |#1|) 10)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1350 ((|#1| $) 11)) (-2757 ((|#1| $) 13)) (-1831 (((-859) $) 21 (|has| |#1| (-1094)))) (-1702 (((-112) $ $) 9)))
+(((-1023 |#1|) (-13 (-1209) (-10 -8 (-15 -3465 ($ |#1|)) (-15 -1350 (|#1| $)) (-15 -1970 (|#1| $ |#1|)) (-15 -2757 (|#1| $)) (-15 -3941 (|#1| $ |#1|)) (-15 -1702 ((-112) $ $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|))) (-1209)) (T -1023))
+((-3465 (*1 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))) (-1350 (*1 *2 *1) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))) (-1970 (*1 *2 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))) (-2757 (*1 *2 *1) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))) (-3941 (*1 *2 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))) (-1702 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1023 *3)) (-4 *3 (-1209)))))
+(-13 (-1209) (-10 -8 (-15 -3465 ($ |#1|)) (-15 -1350 (|#1| $)) (-15 -1970 (|#1| $ |#1|)) (-15 -2757 (|#1| $)) (-15 -3941 (|#1| $ |#1|)) (-15 -1702 ((-112) $ $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|)))
+((-1817 (((-112) $ $) NIL)) (-3250 (((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 |#4|)))) (-641 |#4|)) NIL)) (-2951 (((-641 $) (-641 |#4|)) 115) (((-641 $) (-641 |#4|) (-112)) 116) (((-641 $) (-641 |#4|) (-112) (-112)) 114) (((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112)) 117)) (-3209 (((-641 |#3|) $) NIL)) (-3449 (((-112) $) NIL)) (-3961 (((-112) $) NIL (|has| |#1| (-556)))) (-1712 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4136 ((|#4| |#4| $) NIL)) (-2427 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| $) 109)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-3752 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406))) (((-3 |#4| "failed") $ |#3|) 63)) (-1778 (($) NIL T CONST)) (-3602 (((-112) $) 29 (|has| |#1| (-556)))) (-2495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2536 (((-112) $) NIL (|has| |#1| (-556)))) (-2559 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2338 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) NIL)) (-2237 (($ (-641 |#4|)) NIL)) (-3314 (((-3 $ "failed") $) 45)) (-1470 ((|#4| |#4| $) 66)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-2576 (($ |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 82 (|has| |#1| (-556)))) (-3827 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-3492 ((|#4| |#4| $) NIL)) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4406))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-4236 (((-2 (|:| -3689 (-641 |#4|)) (|:| -1669 (-641 |#4|))) $) NIL)) (-3843 (((-112) |#4| $) NIL)) (-2421 (((-112) |#4| $) NIL)) (-4204 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2954 (((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112)) 130)) (-1433 (((-641 |#4|) $) 18 (|has| $ (-6 -4406)))) (-2021 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1543 ((|#3| $) 38)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#4|) $) 19 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-2250 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) 23)) (-3580 (((-641 |#3|) $) NIL)) (-3879 (((-112) |#3| $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-2100 (((-3 |#4| (-641 $)) |#4| |#4| $) NIL)) (-2624 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| |#4| $) 107)) (-2598 (((-3 |#4| "failed") $) 42)) (-1889 (((-641 $) |#4| $) 90)) (-4369 (((-3 (-112) (-641 $)) |#4| $) NIL)) (-3273 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 $))) |#4| $) 100) (((-112) |#4| $) 61)) (-3425 (((-641 $) |#4| $) 112) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) 113) (((-641 $) |#4| (-641 $)) NIL)) (-2603 (((-641 $) (-641 |#4|) (-112) (-112) (-112)) 125)) (-2817 (($ |#4| $) 79) (($ (-641 |#4|) $) 80) (((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 76)) (-3123 (((-641 |#4|) $) NIL)) (-4281 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2356 ((|#4| |#4| $) NIL)) (-3984 (((-112) $ $) NIL)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3253 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1482 ((|#4| |#4| $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 (((-3 |#4| "failed") $) 40)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-3824 (((-3 $ "failed") $ |#4|) 57)) (-3951 (($ $ |#4|) NIL) (((-641 $) |#4| $) 92) (((-641 $) |#4| (-641 $)) NIL) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) 86)) (-4077 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 17)) (-4012 (($) 14)) (-1619 (((-768) $) NIL)) (-2791 (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) 13)) (-2511 (((-536) $) NIL (|has| |#4| (-612 (-536))))) (-1842 (($ (-641 |#4|)) 22)) (-4287 (($ $ |#3|) 52)) (-1887 (($ $ |#3|) 53)) (-3728 (($ $) NIL)) (-3111 (($ $ |#3|) NIL)) (-1831 (((-859) $) 35) (((-641 |#4|) $) 46)) (-4321 (((-768) $) NIL (|has| |#3| (-368)))) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2885 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) NIL)) (-3635 (((-641 $) |#4| $) 89) (((-641 $) |#4| (-641 $)) NIL) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) NIL)) (-1963 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-2014 (((-641 |#3|) $) NIL)) (-2637 (((-112) |#4| $) NIL)) (-1484 (((-112) |#3| $) 62)) (-1702 (((-112) $ $) NIL)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1024 |#1| |#2| |#3| |#4|) (-13 (-1066 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2817 ((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2951 ((-641 $) (-641 |#4|) (-112) (-112))) (-15 -2951 ((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112))) (-15 -2603 ((-641 $) (-641 |#4|) (-112) (-112) (-112))) (-15 -2954 ((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112))))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -1024))
+((-2817 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1024 *5 *6 *7 *3))) (-5 *1 (-1024 *5 *6 *7 *3)) (-4 *3 (-1060 *5 *6 *7)))) (-2951 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8)))) (-2951 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8)))) (-2603 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8)))) (-2954 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-641 *8)) (|:| |towers| (-641 (-1024 *5 *6 *7 *8))))) (-5 *1 (-1024 *5 *6 *7 *8)) (-5 *3 (-641 *8)))))
+(-13 (-1066 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2817 ((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2951 ((-641 $) (-641 |#4|) (-112) (-112))) (-15 -2951 ((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112))) (-15 -2603 ((-641 $) (-641 |#4|) (-112) (-112) (-112))) (-15 -2954 ((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112)))))
+((-3051 (((-641 (-685 |#1|)) (-641 (-685 |#1|))) 73) (((-685 |#1|) (-685 |#1|)) 72) (((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-641 (-685 |#1|))) 71) (((-685 |#1|) (-685 |#1|) (-685 |#1|)) 68)) (-2316 (((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918)) 66) (((-685 |#1|) (-685 |#1|) (-918)) 65)) (-2947 (((-641 (-685 (-564))) (-641 (-641 (-564)))) 84) (((-641 (-685 (-564))) (-641 (-902 (-564))) (-564)) 83) (((-685 (-564)) (-641 (-564))) 80) (((-685 (-564)) (-902 (-564)) (-564)) 78)) (-1592 (((-685 (-949 |#1|)) (-768)) 98)) (-1591 (((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918)) 52 (|has| |#1| (-6 (-4408 "*")))) (((-685 |#1|) (-685 |#1|) (-918)) 50 (|has| |#1| (-6 (-4408 "*"))))))
+(((-1025 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4408 "*"))) (-15 -1591 ((-685 |#1|) (-685 |#1|) (-918))) |%noBranch|) (IF (|has| |#1| (-6 (-4408 "*"))) (-15 -1591 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918))) |%noBranch|) (-15 -1592 ((-685 (-949 |#1|)) (-768))) (-15 -2316 ((-685 |#1|) (-685 |#1|) (-918))) (-15 -2316 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918))) (-15 -3051 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -3051 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -3051 ((-685 |#1|) (-685 |#1|))) (-15 -3051 ((-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -2947 ((-685 (-564)) (-902 (-564)) (-564))) (-15 -2947 ((-685 (-564)) (-641 (-564)))) (-15 -2947 ((-641 (-685 (-564))) (-641 (-902 (-564))) (-564))) (-15 -2947 ((-641 (-685 (-564))) (-641 (-641 (-564)))))) (-1046)) (T -1025))
+((-2947 (*1 *2 *3) (-12 (-5 *3 (-641 (-641 (-564)))) (-5 *2 (-641 (-685 (-564)))) (-5 *1 (-1025 *4)) (-4 *4 (-1046)))) (-2947 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-902 (-564)))) (-5 *4 (-564)) (-5 *2 (-641 (-685 *4))) (-5 *1 (-1025 *5)) (-4 *5 (-1046)))) (-2947 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1025 *4)) (-4 *4 (-1046)))) (-2947 (*1 *2 *3 *4) (-12 (-5 *3 (-902 (-564))) (-5 *4 (-564)) (-5 *2 (-685 *4)) (-5 *1 (-1025 *5)) (-4 *5 (-1046)))) (-3051 (*1 *2 *2) (-12 (-5 *2 (-641 (-685 *3))) (-4 *3 (-1046)) (-5 *1 (-1025 *3)))) (-3051 (*1 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-1025 *3)))) (-3051 (*1 *2 *2 *2) (-12 (-5 *2 (-641 (-685 *3))) (-4 *3 (-1046)) (-5 *1 (-1025 *3)))) (-3051 (*1 *2 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-1025 *3)))) (-2316 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-685 *4))) (-5 *3 (-918)) (-4 *4 (-1046)) (-5 *1 (-1025 *4)))) (-2316 (*1 *2 *2 *3) (-12 (-5 *2 (-685 *4)) (-5 *3 (-918)) (-4 *4 (-1046)) (-5 *1 (-1025 *4)))) (-1592 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-685 (-949 *4))) (-5 *1 (-1025 *4)) (-4 *4 (-1046)))) (-1591 (*1 *2 *2 *3) (-12 (-5 *2 (-641 (-685 *4))) (-5 *3 (-918)) (|has| *4 (-6 (-4408 "*"))) (-4 *4 (-1046)) (-5 *1 (-1025 *4)))) (-1591 (*1 *2 *2 *3) (-12 (-5 *2 (-685 *4)) (-5 *3 (-918)) (|has| *4 (-6 (-4408 "*"))) (-4 *4 (-1046)) (-5 *1 (-1025 *4)))))
+(-10 -7 (IF (|has| |#1| (-6 (-4408 "*"))) (-15 -1591 ((-685 |#1|) (-685 |#1|) (-918))) |%noBranch|) (IF (|has| |#1| (-6 (-4408 "*"))) (-15 -1591 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918))) |%noBranch|) (-15 -1592 ((-685 (-949 |#1|)) (-768))) (-15 -2316 ((-685 |#1|) (-685 |#1|) (-918))) (-15 -2316 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-918))) (-15 -3051 ((-685 |#1|) (-685 |#1|) (-685 |#1|))) (-15 -3051 ((-641 (-685 |#1|)) (-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -3051 ((-685 |#1|) (-685 |#1|))) (-15 -3051 ((-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -2947 ((-685 (-564)) (-902 (-564)) (-564))) (-15 -2947 ((-685 (-564)) (-641 (-564)))) (-15 -2947 ((-641 (-685 (-564))) (-641 (-902 (-564))) (-564))) (-15 -2947 ((-641 (-685 (-564))) (-641 (-641 (-564))))))
+((-4087 (((-685 |#1|) (-641 (-685 |#1|)) (-1259 |#1|)) 69 (|has| |#1| (-307)))) (-3838 (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 (-1259 |#1|))) 110 (|has| |#1| (-363))) (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 |#1|)) 117 (|has| |#1| (-363)))) (-1654 (((-1259 |#1|) (-641 (-1259 |#1|)) (-564)) 134 (-12 (|has| |#1| (-363)) (|has| |#1| (-368))))) (-2136 (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-918)) 123 (-12 (|has| |#1| (-363)) (|has| |#1| (-368)))) (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112)) 122 (-12 (|has| |#1| (-363)) (|has| |#1| (-368)))) (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|))) 121 (-12 (|has| |#1| (-363)) (|has| |#1| (-368)))) (((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112) (-564) (-564)) 120 (-12 (|has| |#1| (-363)) (|has| |#1| (-368))))) (-2433 (((-112) (-641 (-685 |#1|))) 103 (|has| |#1| (-363))) (((-112) (-641 (-685 |#1|)) (-564)) 106 (|has| |#1| (-363)))) (-2995 (((-1259 (-1259 |#1|)) (-641 (-685 |#1|)) (-1259 |#1|)) 66 (|has| |#1| (-307)))) (-3430 (((-685 |#1|) (-641 (-685 |#1|)) (-685 |#1|)) 47)) (-3934 (((-685 |#1|) (-1259 (-1259 |#1|))) 40)) (-2695 (((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-564)) 94 (|has| |#1| (-363))) (((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|))) 93 (|has| |#1| (-363))) (((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-112) (-564)) 101 (|has| |#1| (-363)))))
+(((-1026 |#1|) (-10 -7 (-15 -3934 ((-685 |#1|) (-1259 (-1259 |#1|)))) (-15 -3430 ((-685 |#1|) (-641 (-685 |#1|)) (-685 |#1|))) (IF (|has| |#1| (-307)) (PROGN (-15 -2995 ((-1259 (-1259 |#1|)) (-641 (-685 |#1|)) (-1259 |#1|))) (-15 -4087 ((-685 |#1|) (-641 (-685 |#1|)) (-1259 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -2695 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-112) (-564))) (-15 -2695 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -2695 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-564))) (-15 -2433 ((-112) (-641 (-685 |#1|)) (-564))) (-15 -2433 ((-112) (-641 (-685 |#1|)))) (-15 -3838 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 |#1|))) (-15 -3838 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 (-1259 |#1|))))) |%noBranch|) (IF (|has| |#1| (-368)) (IF (|has| |#1| (-363)) (PROGN (-15 -2136 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112) (-564) (-564))) (-15 -2136 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)))) (-15 -2136 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112))) (-15 -2136 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-918))) (-15 -1654 ((-1259 |#1|) (-641 (-1259 |#1|)) (-564)))) |%noBranch|) |%noBranch|)) (-1046)) (T -1026))
+((-1654 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-1259 *5))) (-5 *4 (-564)) (-5 *2 (-1259 *5)) (-5 *1 (-1026 *5)) (-4 *5 (-363)) (-4 *5 (-368)) (-4 *5 (-1046)))) (-2136 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-4 *5 (-363)) (-4 *5 (-368)) (-4 *5 (-1046)) (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5)) (-5 *3 (-641 (-685 *5))))) (-2136 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-363)) (-4 *5 (-368)) (-4 *5 (-1046)) (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5)) (-5 *3 (-641 (-685 *5))))) (-2136 (*1 *2 *3) (-12 (-4 *4 (-363)) (-4 *4 (-368)) (-4 *4 (-1046)) (-5 *2 (-641 (-641 (-685 *4)))) (-5 *1 (-1026 *4)) (-5 *3 (-641 (-685 *4))))) (-2136 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-112)) (-5 *5 (-564)) (-4 *6 (-363)) (-4 *6 (-368)) (-4 *6 (-1046)) (-5 *2 (-641 (-641 (-685 *6)))) (-5 *1 (-1026 *6)) (-5 *3 (-641 (-685 *6))))) (-3838 (*1 *2 *3 *4) (-12 (-5 *4 (-1259 (-1259 *5))) (-4 *5 (-363)) (-4 *5 (-1046)) (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5)) (-5 *3 (-641 (-685 *5))))) (-3838 (*1 *2 *3 *4) (-12 (-5 *4 (-1259 *5)) (-4 *5 (-363)) (-4 *5 (-1046)) (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5)) (-5 *3 (-641 (-685 *5))))) (-2433 (*1 *2 *3) (-12 (-5 *3 (-641 (-685 *4))) (-4 *4 (-363)) (-4 *4 (-1046)) (-5 *2 (-112)) (-5 *1 (-1026 *4)))) (-2433 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-564)) (-4 *5 (-363)) (-4 *5 (-1046)) (-5 *2 (-112)) (-5 *1 (-1026 *5)))) (-2695 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-564)) (-5 *2 (-685 *5)) (-5 *1 (-1026 *5)) (-4 *5 (-363)) (-4 *5 (-1046)))) (-2695 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-685 *4))) (-5 *2 (-685 *4)) (-5 *1 (-1026 *4)) (-4 *4 (-363)) (-4 *4 (-1046)))) (-2695 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-641 (-685 *6))) (-5 *4 (-112)) (-5 *5 (-564)) (-5 *2 (-685 *6)) (-5 *1 (-1026 *6)) (-4 *6 (-363)) (-4 *6 (-1046)))) (-4087 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-1259 *5)) (-4 *5 (-307)) (-4 *5 (-1046)) (-5 *2 (-685 *5)) (-5 *1 (-1026 *5)))) (-2995 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-685 *5))) (-4 *5 (-307)) (-4 *5 (-1046)) (-5 *2 (-1259 (-1259 *5))) (-5 *1 (-1026 *5)) (-5 *4 (-1259 *5)))) (-3430 (*1 *2 *3 *2) (-12 (-5 *3 (-641 (-685 *4))) (-5 *2 (-685 *4)) (-4 *4 (-1046)) (-5 *1 (-1026 *4)))) (-3934 (*1 *2 *3) (-12 (-5 *3 (-1259 (-1259 *4))) (-4 *4 (-1046)) (-5 *2 (-685 *4)) (-5 *1 (-1026 *4)))))
+(-10 -7 (-15 -3934 ((-685 |#1|) (-1259 (-1259 |#1|)))) (-15 -3430 ((-685 |#1|) (-641 (-685 |#1|)) (-685 |#1|))) (IF (|has| |#1| (-307)) (PROGN (-15 -2995 ((-1259 (-1259 |#1|)) (-641 (-685 |#1|)) (-1259 |#1|))) (-15 -4087 ((-685 |#1|) (-641 (-685 |#1|)) (-1259 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -2695 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-112) (-564))) (-15 -2695 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -2695 ((-685 |#1|) (-641 (-685 |#1|)) (-641 (-685 |#1|)) (-564))) (-15 -2433 ((-112) (-641 (-685 |#1|)) (-564))) (-15 -2433 ((-112) (-641 (-685 |#1|)))) (-15 -3838 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 |#1|))) (-15 -3838 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-1259 (-1259 |#1|))))) |%noBranch|) (IF (|has| |#1| (-368)) (IF (|has| |#1| (-363)) (PROGN (-15 -2136 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112) (-564) (-564))) (-15 -2136 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)))) (-15 -2136 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-112))) (-15 -2136 ((-641 (-641 (-685 |#1|))) (-641 (-685 |#1|)) (-918))) (-15 -1654 ((-1259 |#1|) (-641 (-1259 |#1|)) (-564)))) |%noBranch|) |%noBranch|))
+((-3684 ((|#1| (-918) |#1|) 18)))
+(((-1027 |#1|) (-10 -7 (-15 -3684 (|#1| (-918) |#1|))) (-13 (-1094) (-10 -8 (-15 -1797 ($ $ $))))) (T -1027))
+((-3684 (*1 *2 *3 *2) (-12 (-5 *3 (-918)) (-5 *1 (-1027 *2)) (-4 *2 (-13 (-1094) (-10 -8 (-15 -1797 ($ $ $))))))))
+(-10 -7 (-15 -3684 (|#1| (-918) |#1|)))
+((-1923 (((-641 (-2 (|:| |radval| (-316 (-564))) (|:| |radmult| (-564)) (|:| |radvect| (-641 (-685 (-316 (-564))))))) (-685 (-407 (-949 (-564))))) 67)) (-2157 (((-641 (-685 (-316 (-564)))) (-316 (-564)) (-685 (-407 (-949 (-564))))) 52)) (-1553 (((-641 (-316 (-564))) (-685 (-407 (-949 (-564))))) 45)) (-3091 (((-641 (-685 (-316 (-564)))) (-685 (-407 (-949 (-564))))) 87)) (-4269 (((-685 (-316 (-564))) (-685 (-316 (-564)))) 38)) (-4356 (((-641 (-685 (-316 (-564)))) (-641 (-685 (-316 (-564))))) 76)) (-2423 (((-3 (-685 (-316 (-564))) "failed") (-685 (-407 (-949 (-564))))) 85)))
+(((-1028) (-10 -7 (-15 -1923 ((-641 (-2 (|:| |radval| (-316 (-564))) (|:| |radmult| (-564)) (|:| |radvect| (-641 (-685 (-316 (-564))))))) (-685 (-407 (-949 (-564)))))) (-15 -2157 ((-641 (-685 (-316 (-564)))) (-316 (-564)) (-685 (-407 (-949 (-564)))))) (-15 -1553 ((-641 (-316 (-564))) (-685 (-407 (-949 (-564)))))) (-15 -2423 ((-3 (-685 (-316 (-564))) "failed") (-685 (-407 (-949 (-564)))))) (-15 -4269 ((-685 (-316 (-564))) (-685 (-316 (-564))))) (-15 -4356 ((-641 (-685 (-316 (-564)))) (-641 (-685 (-316 (-564)))))) (-15 -3091 ((-641 (-685 (-316 (-564)))) (-685 (-407 (-949 (-564)))))))) (T -1028))
+((-3091 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-949 (-564))))) (-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028)))) (-4356 (*1 *2 *2) (-12 (-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028)))) (-4269 (*1 *2 *2) (-12 (-5 *2 (-685 (-316 (-564)))) (-5 *1 (-1028)))) (-2423 (*1 *2 *3) (|partial| -12 (-5 *3 (-685 (-407 (-949 (-564))))) (-5 *2 (-685 (-316 (-564)))) (-5 *1 (-1028)))) (-1553 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-949 (-564))))) (-5 *2 (-641 (-316 (-564)))) (-5 *1 (-1028)))) (-2157 (*1 *2 *3 *4) (-12 (-5 *4 (-685 (-407 (-949 (-564))))) (-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028)) (-5 *3 (-316 (-564))))) (-1923 (*1 *2 *3) (-12 (-5 *3 (-685 (-407 (-949 (-564))))) (-5 *2 (-641 (-2 (|:| |radval| (-316 (-564))) (|:| |radmult| (-564)) (|:| |radvect| (-641 (-685 (-316 (-564)))))))) (-5 *1 (-1028)))))
+(-10 -7 (-15 -1923 ((-641 (-2 (|:| |radval| (-316 (-564))) (|:| |radmult| (-564)) (|:| |radvect| (-641 (-685 (-316 (-564))))))) (-685 (-407 (-949 (-564)))))) (-15 -2157 ((-641 (-685 (-316 (-564)))) (-316 (-564)) (-685 (-407 (-949 (-564)))))) (-15 -1553 ((-641 (-316 (-564))) (-685 (-407 (-949 (-564)))))) (-15 -2423 ((-3 (-685 (-316 (-564))) "failed") (-685 (-407 (-949 (-564)))))) (-15 -4269 ((-685 (-316 (-564))) (-685 (-316 (-564))))) (-15 -4356 ((-641 (-685 (-316 (-564)))) (-641 (-685 (-316 (-564)))))) (-15 -3091 ((-641 (-685 (-316 (-564)))) (-685 (-407 (-949 (-564)))))))
+((-3192 ((|#1| |#1| (-918)) 18)))
+(((-1029 |#1|) (-10 -7 (-15 -3192 (|#1| |#1| (-918)))) (-13 (-1094) (-10 -8 (-15 * ($ $ $))))) (T -1029))
+((-3192 (*1 *2 *2 *3) (-12 (-5 *3 (-918)) (-5 *1 (-1029 *2)) (-4 *2 (-13 (-1094) (-10 -8 (-15 * ($ $ $))))))))
+(-10 -7 (-15 -3192 (|#1| |#1| (-918))))
+((-1831 ((|#1| (-312)) 11) (((-1264) |#1|) 9)))
+(((-1030 |#1|) (-10 -7 (-15 -1831 ((-1264) |#1|)) (-15 -1831 (|#1| (-312)))) (-1209)) (T -1030))
+((-1831 (*1 *2 *3) (-12 (-5 *3 (-312)) (-5 *1 (-1030 *2)) (-4 *2 (-1209)))) (-1831 (*1 *2 *3) (-12 (-5 *2 (-1264)) (-5 *1 (-1030 *3)) (-4 *3 (-1209)))))
+(-10 -7 (-15 -1831 ((-1264) |#1|)) (-15 -1831 (|#1| (-312))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-1988 (($ |#4|) 25)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-1977 ((|#4| $) 27)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 46) (($ (-564)) NIL) (($ |#1|) NIL) (($ |#4|) 26)) (-2219 (((-768)) 43 T CONST)) (-1293 (($) 21 T CONST)) (-1300 (($) 23 T CONST)) (-1702 (((-112) $ $) 40)) (-1808 (($ $) 31) (($ $ $) NIL)) (-1797 (($ $ $) 29)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 36) (($ $ $) 33) (($ |#1| $) 38) (($ $ |#1|) NIL)))
+(((-1031 |#1| |#2| |#3| |#4| |#5|) (-13 (-172) (-38 |#1|) (-10 -8 (-15 -1988 ($ |#4|)) (-15 -1831 ($ |#4|)) (-15 -1977 (|#4| $)))) (-363) (-790) (-847) (-946 |#1| |#2| |#3|) (-641 |#4|)) (T -1031))
+((-1988 (*1 *1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1031 *3 *4 *5 *2 *6)) (-4 *2 (-946 *3 *4 *5)) (-14 *6 (-641 *2)))) (-1831 (*1 *1 *2) (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1031 *3 *4 *5 *2 *6)) (-4 *2 (-946 *3 *4 *5)) (-14 *6 (-641 *2)))) (-1977 (*1 *2 *1) (-12 (-4 *2 (-946 *3 *4 *5)) (-5 *1 (-1031 *3 *4 *5 *2 *6)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-14 *6 (-641 *2)))))
+(-13 (-172) (-38 |#1|) (-10 -8 (-15 -1988 ($ |#4|)) (-15 -1831 ($ |#4|)) (-15 -1977 (|#4| $))))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094))))) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL)) (-1956 (((-1264) $ (-1170) (-1170)) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-3503 (((-112) (-112)) 43)) (-1806 (((-112) (-112)) 42)) (-1970 (((-52) $ (-1170) (-52)) NIL)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-1725 (((-3 (-52) "failed") (-1170) $) NIL)) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094))))) (-3644 (($ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-3 (-52) "failed") (-1170) $) NIL)) (-2576 (($ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (((-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-2261 (((-52) $ (-1170) (-52)) NIL (|has| $ (-6 -4407)))) (-2190 (((-52) $ (-1170)) NIL)) (-1433 (((-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-641 (-52)) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-1170) $) NIL (|has| (-1170) (-847)))) (-2640 (((-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-641 (-52)) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-52) (-1094))))) (-3440 (((-1170) $) NIL (|has| (-1170) (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4407))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094))))) (-2945 (((-641 (-1170)) $) 37)) (-2554 (((-112) (-1170) $) NIL)) (-2401 (((-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL)) (-2783 (($ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL)) (-3883 (((-641 (-1170)) $) NIL)) (-4336 (((-112) (-1170) $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094))))) (-3303 (((-52) $) NIL (|has| (-1170) (-847)))) (-3995 (((-3 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) "failed") (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL)) (-4253 (($ $ (-52)) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))))) NIL (-12 (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (($ $ (-294 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL (-12 (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (($ $ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) NIL (-12 (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (($ $ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL (-12 (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (($ $ (-641 (-52)) (-641 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-294 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-641 (-294 (-52)))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-52) (-1094))))) (-1794 (((-641 (-52)) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 (((-52) $ (-1170)) 39) (((-52) $ (-1170) (-52)) NIL)) (-4232 (($) NIL) (($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (((-768) (-52) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-52) (-1094)))) (((-768) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL)) (-1831 (((-859) $) 41 (-4078 (|has| (-52) (-611 (-859))) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-611 (-859)))))) (-2321 (($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1032) (-13 (-1185 (-1170) (-52)) (-10 -7 (-15 -3503 ((-112) (-112))) (-15 -1806 ((-112) (-112))) (-6 -4406)))) (T -1032))
+((-3503 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1032)))) (-1806 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1032)))))
+(-13 (-1185 (-1170) (-52)) (-10 -7 (-15 -3503 ((-112) (-112))) (-15 -1806 ((-112) (-112))) (-6 -4406)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3877 (((-1129) $) 9)) (-1831 (((-859) $) 15) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-1033) (-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $))))) (T -1033))
+((-3877 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1033)))))
+(-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $))))
+((-2237 ((|#2| $) 10)))
+(((-1034 |#1| |#2|) (-10 -8 (-15 -2237 (|#2| |#1|))) (-1035 |#2|) (-1209)) (T -1034))
+NIL
+(-10 -8 (-15 -2237 (|#2| |#1|)))
+((-2347 (((-3 |#1| "failed") $) 9)) (-2237 ((|#1| $) 8)) (-1831 (($ |#1|) 6)))
(((-1035 |#1|) (-140) (-1209)) (T -1035))
-((-2035 (*1 *2 *1) (|partial| -12 (-4 *1 (-1035 *2)) (-4 *2 (-1209)))) (-3437 (*1 *2 *1) (-12 (-4 *1 (-1035 *2)) (-4 *2 (-1209)))))
-(-13 (-614 |t#1|) (-10 -8 (-15 -2035 ((-3 |t#1| "failed") $)) (-15 -3437 (|t#1| $))))
+((-2347 (*1 *2 *1) (|partial| -12 (-4 *1 (-1035 *2)) (-4 *2 (-1209)))) (-2237 (*1 *2 *1) (-12 (-4 *1 (-1035 *2)) (-4 *2 (-1209)))))
+(-13 (-614 |t#1|) (-10 -8 (-15 -2347 ((-3 |t#1| "failed") $)) (-15 -2237 (|t#1| $))))
(((-614 |#1|) . T))
-((-3538 (((-641 (-641 (-294 (-407 (-949 |#2|))))) (-641 (-949 |#2|)) (-641 (-1170))) 38)))
-(((-1036 |#1| |#2|) (-10 -7 (-15 -3538 ((-641 (-641 (-294 (-407 (-949 |#2|))))) (-641 (-949 |#2|)) (-641 (-1170))))) (-556) (-13 (-556) (-1035 |#1|))) (T -1036))
-((-3538 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170))) (-4 *6 (-13 (-556) (-1035 *5))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *6)))))) (-5 *1 (-1036 *5 *6)))))
-(-10 -7 (-15 -3538 ((-641 (-641 (-294 (-407 (-949 |#2|))))) (-641 (-949 |#2|)) (-641 (-1170)))))
-((-2237 (((-379)) 17)) (-1868 (((-1 (-379)) (-379) (-379)) 22)) (-2627 (((-1 (-379)) (-768)) 50)) (-2526 (((-379)) 37)) (-2309 (((-1 (-379)) (-379) (-379)) 38)) (-2100 (((-379)) 29)) (-3989 (((-1 (-379)) (-379)) 30)) (-4308 (((-379) (-768)) 45)) (-4346 (((-1 (-379)) (-768)) 46)) (-2210 (((-1 (-379)) (-768) (-768)) 49)) (-1324 (((-1 (-379)) (-768) (-768)) 47)))
-(((-1037) (-10 -7 (-15 -2237 ((-379))) (-15 -2526 ((-379))) (-15 -2100 ((-379))) (-15 -4308 ((-379) (-768))) (-15 -1868 ((-1 (-379)) (-379) (-379))) (-15 -2309 ((-1 (-379)) (-379) (-379))) (-15 -3989 ((-1 (-379)) (-379))) (-15 -4346 ((-1 (-379)) (-768))) (-15 -1324 ((-1 (-379)) (-768) (-768))) (-15 -2210 ((-1 (-379)) (-768) (-768))) (-15 -2627 ((-1 (-379)) (-768))))) (T -1037))
-((-2627 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))) (-2210 (*1 *2 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))) (-1324 (*1 *2 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))) (-4346 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))) (-3989 (*1 *2 *3) (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379)))) (-2309 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379)))) (-1868 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379)))) (-4308 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-379)) (-5 *1 (-1037)))) (-2100 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))) (-2526 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))) (-2237 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))))
-(-10 -7 (-15 -2237 ((-379))) (-15 -2526 ((-379))) (-15 -2100 ((-379))) (-15 -4308 ((-379) (-768))) (-15 -1868 ((-1 (-379)) (-379) (-379))) (-15 -2309 ((-1 (-379)) (-379) (-379))) (-15 -3989 ((-1 (-379)) (-379))) (-15 -4346 ((-1 (-379)) (-768))) (-15 -1324 ((-1 (-379)) (-768) (-768))) (-15 -2210 ((-1 (-379)) (-768) (-768))) (-15 -2627 ((-1 (-379)) (-768))))
-((-4020 (((-418 |#1|) |#1|) 33)))
-(((-1038 |#1|) (-10 -7 (-15 -4020 ((-418 |#1|) |#1|))) (-1235 (-407 (-949 (-564))))) (T -1038))
-((-4020 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-1038 *3)) (-4 *3 (-1235 (-407 (-949 (-564))))))))
-(-10 -7 (-15 -4020 ((-418 |#1|) |#1|)))
-((-1353 (((-407 (-418 (-949 |#1|))) (-407 (-949 |#1|))) 14)))
-(((-1039 |#1|) (-10 -7 (-15 -1353 ((-407 (-418 (-949 |#1|))) (-407 (-949 |#1|))))) (-307)) (T -1039))
-((-1353 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-307)) (-5 *2 (-407 (-418 (-949 *4)))) (-5 *1 (-1039 *4)))))
-(-10 -7 (-15 -1353 ((-407 (-418 (-949 |#1|))) (-407 (-949 |#1|)))))
-((-4153 (((-641 (-1170)) (-407 (-949 |#1|))) 17)) (-3992 (((-407 (-1166 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170)) 24)) (-4143 (((-407 (-949 |#1|)) (-407 (-1166 (-407 (-949 |#1|)))) (-1170)) 26)) (-4264 (((-3 (-1170) "failed") (-407 (-949 |#1|))) 20)) (-3227 (((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-294 (-407 (-949 |#1|))))) 32) (((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|)))) 33) (((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-1170)) (-641 (-407 (-949 |#1|)))) 28) (((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|))) 29)) (-1721 (((-407 (-949 |#1|)) |#1|) 11)))
-(((-1040 |#1|) (-10 -7 (-15 -4153 ((-641 (-1170)) (-407 (-949 |#1|)))) (-15 -4264 ((-3 (-1170) "failed") (-407 (-949 |#1|)))) (-15 -3992 ((-407 (-1166 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170))) (-15 -4143 ((-407 (-949 |#1|)) (-407 (-1166 (-407 (-949 |#1|)))) (-1170))) (-15 -3227 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)))) (-15 -3227 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-1170)) (-641 (-407 (-949 |#1|))))) (-15 -3227 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -3227 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -1721 ((-407 (-949 |#1|)) |#1|))) (-556)) (T -1040))
-((-1721 (*1 *2 *3) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-1040 *3)) (-4 *3 (-556)))) (-3227 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-294 (-407 (-949 *4))))) (-5 *2 (-407 (-949 *4))) (-4 *4 (-556)) (-5 *1 (-1040 *4)))) (-3227 (*1 *2 *2 *3) (-12 (-5 *3 (-294 (-407 (-949 *4)))) (-5 *2 (-407 (-949 *4))) (-4 *4 (-556)) (-5 *1 (-1040 *4)))) (-3227 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-641 (-1170))) (-5 *4 (-641 (-407 (-949 *5)))) (-5 *2 (-407 (-949 *5))) (-4 *5 (-556)) (-5 *1 (-1040 *5)))) (-3227 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-407 (-949 *4))) (-5 *3 (-1170)) (-4 *4 (-556)) (-5 *1 (-1040 *4)))) (-4143 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-1166 (-407 (-949 *5))))) (-5 *4 (-1170)) (-5 *2 (-407 (-949 *5))) (-5 *1 (-1040 *5)) (-4 *5 (-556)))) (-3992 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-556)) (-5 *2 (-407 (-1166 (-407 (-949 *5))))) (-5 *1 (-1040 *5)) (-5 *3 (-407 (-949 *5))))) (-4264 (*1 *2 *3) (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-5 *2 (-1170)) (-5 *1 (-1040 *4)))) (-4153 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-5 *2 (-641 (-1170))) (-5 *1 (-1040 *4)))))
-(-10 -7 (-15 -4153 ((-641 (-1170)) (-407 (-949 |#1|)))) (-15 -4264 ((-3 (-1170) "failed") (-407 (-949 |#1|)))) (-15 -3992 ((-407 (-1166 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170))) (-15 -4143 ((-407 (-949 |#1|)) (-407 (-1166 (-407 (-949 |#1|)))) (-1170))) (-15 -3227 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)))) (-15 -3227 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-1170)) (-641 (-407 (-949 |#1|))))) (-15 -3227 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -3227 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -1721 ((-407 (-949 |#1|)) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-1692 (($) 17 T CONST)) (-3770 ((|#1| $) 22)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1519 ((|#1| $) 21)) (-3866 ((|#1|) 19 T CONST)) (-1721 (((-859) $) 11)) (-2897 ((|#1| $) 20)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15)))
+((-3659 (((-641 (-641 (-294 (-407 (-949 |#2|))))) (-641 (-949 |#2|)) (-641 (-1170))) 38)))
+(((-1036 |#1| |#2|) (-10 -7 (-15 -3659 ((-641 (-641 (-294 (-407 (-949 |#2|))))) (-641 (-949 |#2|)) (-641 (-1170))))) (-556) (-13 (-556) (-1035 |#1|))) (T -1036))
+((-3659 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170))) (-4 *6 (-13 (-556) (-1035 *5))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *6)))))) (-5 *1 (-1036 *5 *6)))))
+(-10 -7 (-15 -3659 ((-641 (-641 (-294 (-407 (-949 |#2|))))) (-641 (-949 |#2|)) (-641 (-1170)))))
+((-2027 (((-379)) 17)) (-2769 (((-1 (-379)) (-379) (-379)) 22)) (-1401 (((-1 (-379)) (-768)) 50)) (-3089 (((-379)) 37)) (-3345 (((-1 (-379)) (-379) (-379)) 38)) (-4332 (((-379)) 29)) (-2579 (((-1 (-379)) (-379)) 30)) (-2563 (((-379) (-768)) 45)) (-1681 (((-1 (-379)) (-768)) 46)) (-3629 (((-1 (-379)) (-768) (-768)) 49)) (-2496 (((-1 (-379)) (-768) (-768)) 47)))
+(((-1037) (-10 -7 (-15 -2027 ((-379))) (-15 -3089 ((-379))) (-15 -4332 ((-379))) (-15 -2563 ((-379) (-768))) (-15 -2769 ((-1 (-379)) (-379) (-379))) (-15 -3345 ((-1 (-379)) (-379) (-379))) (-15 -2579 ((-1 (-379)) (-379))) (-15 -1681 ((-1 (-379)) (-768))) (-15 -2496 ((-1 (-379)) (-768) (-768))) (-15 -3629 ((-1 (-379)) (-768) (-768))) (-15 -1401 ((-1 (-379)) (-768))))) (T -1037))
+((-1401 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))) (-3629 (*1 *2 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))) (-2496 (*1 *2 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))) (-1681 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))) (-2579 (*1 *2 *3) (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379)))) (-3345 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379)))) (-2769 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379)))) (-2563 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-379)) (-5 *1 (-1037)))) (-4332 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))) (-3089 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))) (-2027 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))))
+(-10 -7 (-15 -2027 ((-379))) (-15 -3089 ((-379))) (-15 -4332 ((-379))) (-15 -2563 ((-379) (-768))) (-15 -2769 ((-1 (-379)) (-379) (-379))) (-15 -3345 ((-1 (-379)) (-379) (-379))) (-15 -2579 ((-1 (-379)) (-379))) (-15 -1681 ((-1 (-379)) (-768))) (-15 -2496 ((-1 (-379)) (-768) (-768))) (-15 -3629 ((-1 (-379)) (-768) (-768))) (-15 -1401 ((-1 (-379)) (-768))))
+((-3070 (((-418 |#1|) |#1|) 33)))
+(((-1038 |#1|) (-10 -7 (-15 -3070 ((-418 |#1|) |#1|))) (-1235 (-407 (-949 (-564))))) (T -1038))
+((-3070 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-1038 *3)) (-4 *3 (-1235 (-407 (-949 (-564))))))))
+(-10 -7 (-15 -3070 ((-418 |#1|) |#1|)))
+((-4162 (((-407 (-418 (-949 |#1|))) (-407 (-949 |#1|))) 14)))
+(((-1039 |#1|) (-10 -7 (-15 -4162 ((-407 (-418 (-949 |#1|))) (-407 (-949 |#1|))))) (-307)) (T -1039))
+((-4162 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-307)) (-5 *2 (-407 (-418 (-949 *4)))) (-5 *1 (-1039 *4)))))
+(-10 -7 (-15 -4162 ((-407 (-418 (-949 |#1|))) (-407 (-949 |#1|)))))
+((-3209 (((-641 (-1170)) (-407 (-949 |#1|))) 17)) (-3040 (((-407 (-1166 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170)) 24)) (-3198 (((-407 (-949 |#1|)) (-407 (-1166 (-407 (-949 |#1|)))) (-1170)) 26)) (-2169 (((-3 (-1170) "failed") (-407 (-949 |#1|))) 20)) (-2633 (((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-294 (-407 (-949 |#1|))))) 32) (((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|)))) 33) (((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-1170)) (-641 (-407 (-949 |#1|)))) 28) (((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|))) 29)) (-1831 (((-407 (-949 |#1|)) |#1|) 11)))
+(((-1040 |#1|) (-10 -7 (-15 -3209 ((-641 (-1170)) (-407 (-949 |#1|)))) (-15 -2169 ((-3 (-1170) "failed") (-407 (-949 |#1|)))) (-15 -3040 ((-407 (-1166 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170))) (-15 -3198 ((-407 (-949 |#1|)) (-407 (-1166 (-407 (-949 |#1|)))) (-1170))) (-15 -2633 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)))) (-15 -2633 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-1170)) (-641 (-407 (-949 |#1|))))) (-15 -2633 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -2633 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -1831 ((-407 (-949 |#1|)) |#1|))) (-556)) (T -1040))
+((-1831 (*1 *2 *3) (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-1040 *3)) (-4 *3 (-556)))) (-2633 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-294 (-407 (-949 *4))))) (-5 *2 (-407 (-949 *4))) (-4 *4 (-556)) (-5 *1 (-1040 *4)))) (-2633 (*1 *2 *2 *3) (-12 (-5 *3 (-294 (-407 (-949 *4)))) (-5 *2 (-407 (-949 *4))) (-4 *4 (-556)) (-5 *1 (-1040 *4)))) (-2633 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-641 (-1170))) (-5 *4 (-641 (-407 (-949 *5)))) (-5 *2 (-407 (-949 *5))) (-4 *5 (-556)) (-5 *1 (-1040 *5)))) (-2633 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-407 (-949 *4))) (-5 *3 (-1170)) (-4 *4 (-556)) (-5 *1 (-1040 *4)))) (-3198 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-1166 (-407 (-949 *5))))) (-5 *4 (-1170)) (-5 *2 (-407 (-949 *5))) (-5 *1 (-1040 *5)) (-4 *5 (-556)))) (-3040 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-556)) (-5 *2 (-407 (-1166 (-407 (-949 *5))))) (-5 *1 (-1040 *5)) (-5 *3 (-407 (-949 *5))))) (-2169 (*1 *2 *3) (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-5 *2 (-1170)) (-5 *1 (-1040 *4)))) (-3209 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-5 *2 (-641 (-1170))) (-5 *1 (-1040 *4)))))
+(-10 -7 (-15 -3209 ((-641 (-1170)) (-407 (-949 |#1|)))) (-15 -2169 ((-3 (-1170) "failed") (-407 (-949 |#1|)))) (-15 -3040 ((-407 (-1166 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170))) (-15 -3198 ((-407 (-949 |#1|)) (-407 (-1166 (-407 (-949 |#1|)))) (-1170))) (-15 -2633 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)))) (-15 -2633 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-1170)) (-641 (-407 (-949 |#1|))))) (-15 -2633 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-294 (-407 (-949 |#1|))))) (-15 -2633 ((-407 (-949 |#1|)) (-407 (-949 |#1|)) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -1831 ((-407 (-949 |#1|)) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-1778 (($) 17 T CONST)) (-4112 ((|#1| $) 22)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-2651 ((|#1| $) 21)) (-3829 ((|#1|) 19 T CONST)) (-1831 (((-859) $) 11)) (-2255 ((|#1| $) 20)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15)))
(((-1041 |#1|) (-140) (-23)) (T -1041))
-((-3770 (*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))) (-1519 (*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))) (-2897 (*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))) (-3866 (*1 *2) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))))
-(-13 (-23) (-10 -8 (-15 -3770 (|t#1| $)) (-15 -1519 (|t#1| $)) (-15 -2897 (|t#1| $)) (-15 -3866 (|t#1|) -1367)))
+((-4112 (*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))) (-2651 (*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))) (-2255 (*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))) (-3829 (*1 *2) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))))
+(-13 (-23) (-10 -8 (-15 -4112 (|t#1| $)) (-15 -2651 (|t#1| $)) (-15 -2255 (|t#1| $)) (-15 -3829 (|t#1|) -1809)))
(((-23) . T) ((-25) . T) ((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-3684 (($) 24 T CONST)) (-1692 (($) 17 T CONST)) (-3770 ((|#1| $) 22)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1519 ((|#1| $) 21)) (-3866 ((|#1|) 19 T CONST)) (-1721 (((-859) $) 11)) (-2897 ((|#1| $) 20)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-1391 (($) 24 T CONST)) (-1778 (($) 17 T CONST)) (-4112 ((|#1| $) 22)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-2651 ((|#1| $) 21)) (-3829 ((|#1|) 19 T CONST)) (-1831 (((-859) $) 11)) (-2255 ((|#1| $) 20)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15)))
(((-1042 |#1|) (-140) (-23)) (T -1042))
-((-3684 (*1 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-23)))))
-(-13 (-1041 |t#1|) (-10 -8 (-15 -3684 ($) -1367)))
+((-1391 (*1 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-23)))))
+(-13 (-1041 |t#1|) (-10 -8 (-15 -1391 ($) -1809)))
(((-23) . T) ((-25) . T) ((-102) . T) ((-611 (-859)) . T) ((-1041 |#1|) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-4249 (((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 (-777 |#1| (-861 |#2|)))))) (-641 (-777 |#1| (-861 |#2|)))) NIL)) (-2838 (((-641 $) (-641 (-777 |#1| (-861 |#2|)))) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-112)) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-112) (-112)) NIL)) (-4153 (((-641 (-861 |#2|)) $) NIL)) (-2129 (((-112) $) NIL)) (-3451 (((-112) $) NIL (|has| |#1| (-556)))) (-2637 (((-112) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) $) NIL)) (-4084 (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-2275 (((-641 (-2 (|:| |val| (-777 |#1| (-861 |#2|))) (|:| -3906 $))) (-777 |#1| (-861 |#2|)) $) NIL)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ (-861 |#2|)) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-3346 (($ (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-3 (-777 |#1| (-861 |#2|)) "failed") $ (-861 |#2|)) NIL)) (-1692 (($) NIL T CONST)) (-1492 (((-112) $) NIL (|has| |#1| (-556)))) (-1504 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3693 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3368 (((-112) $) NIL (|has| |#1| (-556)))) (-3987 (((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|))) $ (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) (-1 (-112) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)))) NIL)) (-2266 (((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|))) $) NIL (|has| |#1| (-556)))) (-3554 (((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|))) $) NIL (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 (-777 |#1| (-861 |#2|)))) NIL)) (-3437 (($ (-641 (-777 |#1| (-861 |#2|)))) NIL)) (-1908 (((-3 $ "failed") $) NIL)) (-1998 (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-777 |#1| (-861 |#2|)) (-1094))))) (-3813 (($ (-777 |#1| (-861 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (($ (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-777 |#1| (-861 |#2|))) (|:| |den| |#1|)) (-777 |#1| (-861 |#2|)) $) NIL (|has| |#1| (-556)))) (-3121 (((-112) (-777 |#1| (-861 |#2|)) $ (-1 (-112) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)))) NIL)) (-2440 (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-3658 (((-777 |#1| (-861 |#2|)) (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) $ (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (((-777 |#1| (-861 |#2|)) (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) $ (-777 |#1| (-861 |#2|))) NIL (|has| $ (-6 -4412))) (((-777 |#1| (-861 |#2|)) (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $ (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) (-1 (-112) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)))) NIL)) (-2393 (((-2 (|:| -2151 (-641 (-777 |#1| (-861 |#2|)))) (|:| -1940 (-641 (-777 |#1| (-861 |#2|))))) $) NIL)) (-3123 (((-112) (-777 |#1| (-861 |#2|)) $) NIL)) (-2583 (((-112) (-777 |#1| (-861 |#2|)) $) NIL)) (-3477 (((-112) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) $) NIL)) (-1597 (((-641 (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1926 (((-112) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) $) NIL)) (-3698 (((-861 |#2|) $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-777 |#1| (-861 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-777 |#1| (-861 |#2|)) (-1094))))) (-1439 (($ (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) $) NIL)) (-1490 (((-641 (-861 |#2|)) $) NIL)) (-1714 (((-112) (-861 |#2|) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-3941 (((-3 (-777 |#1| (-861 |#2|)) (-641 $)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-3994 (((-641 (-2 (|:| |val| (-777 |#1| (-861 |#2|))) (|:| -3906 $))) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-3837 (((-3 (-777 |#1| (-861 |#2|)) "failed") $) NIL)) (-2657 (((-641 $) (-777 |#1| (-861 |#2|)) $) NIL)) (-1978 (((-3 (-112) (-641 $)) (-777 |#1| (-861 |#2|)) $) NIL)) (-4251 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 $))) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) (-777 |#1| (-861 |#2|)) $) NIL)) (-1475 (((-641 $) (-777 |#1| (-861 |#2|)) $) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) $) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-641 $)) NIL) (((-641 $) (-777 |#1| (-861 |#2|)) (-641 $)) NIL)) (-3267 (($ (-777 |#1| (-861 |#2|)) $) NIL) (($ (-641 (-777 |#1| (-861 |#2|))) $) NIL)) (-2224 (((-641 (-777 |#1| (-861 |#2|))) $) NIL)) (-1762 (((-112) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) $) NIL)) (-3657 (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-4067 (((-112) $ $) NIL)) (-4188 (((-2 (|:| |num| (-777 |#1| (-861 |#2|))) (|:| |den| |#1|)) (-777 |#1| (-861 |#2|)) $) NIL (|has| |#1| (-556)))) (-3186 (((-112) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) $) NIL)) (-1999 (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 (((-3 (-777 |#1| (-861 |#2|)) "failed") $) NIL)) (-2061 (((-3 (-777 |#1| (-861 |#2|)) "failed") (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL)) (-4177 (((-3 $ "failed") $ (-777 |#1| (-861 |#2|))) NIL)) (-3450 (($ $ (-777 |#1| (-861 |#2|))) NIL) (((-641 $) (-777 |#1| (-861 |#2|)) $) NIL) (((-641 $) (-777 |#1| (-861 |#2|)) (-641 $)) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) $) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-641 $)) NIL)) (-2070 (((-112) (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|)))) NIL (-12 (|has| (-777 |#1| (-861 |#2|)) (-309 (-777 |#1| (-861 |#2|)))) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (($ $ (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) NIL (-12 (|has| (-777 |#1| (-861 |#2|)) (-309 (-777 |#1| (-861 |#2|)))) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (($ $ (-294 (-777 |#1| (-861 |#2|)))) NIL (-12 (|has| (-777 |#1| (-861 |#2|)) (-309 (-777 |#1| (-861 |#2|)))) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (($ $ (-641 (-294 (-777 |#1| (-861 |#2|))))) NIL (-12 (|has| (-777 |#1| (-861 |#2|)) (-309 (-777 |#1| (-861 |#2|)))) (|has| (-777 |#1| (-861 |#2|)) (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-4341 (((-768) $) NIL)) (-1292 (((-768) (-777 |#1| (-861 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (((-768) (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-777 |#1| (-861 |#2|)) (-612 (-536))))) (-1732 (($ (-641 (-777 |#1| (-861 |#2|)))) NIL)) (-2718 (($ $ (-861 |#2|)) NIL)) (-3119 (($ $ (-861 |#2|)) NIL)) (-2463 (($ $) NIL)) (-1442 (($ $ (-861 |#2|)) NIL)) (-1721 (((-859) $) NIL) (((-641 (-777 |#1| (-861 |#2|))) $) NIL)) (-4107 (((-768) $) NIL (|has| (-861 |#2|) (-368)))) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 (-777 |#1| (-861 |#2|))))) "failed") (-641 (-777 |#1| (-861 |#2|))) (-1 (-112) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)))) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 (-777 |#1| (-861 |#2|))))) "failed") (-641 (-777 |#1| (-861 |#2|))) (-1 (-112) (-777 |#1| (-861 |#2|))) (-1 (-112) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)))) NIL)) (-1544 (((-112) $ (-1 (-112) (-777 |#1| (-861 |#2|)) (-641 (-777 |#1| (-861 |#2|))))) NIL)) (-1495 (((-641 $) (-777 |#1| (-861 |#2|)) $) NIL) (((-641 $) (-777 |#1| (-861 |#2|)) (-641 $)) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) $) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-641 $)) NIL)) (-2666 (((-112) (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-4380 (((-641 (-861 |#2|)) $) NIL)) (-1853 (((-112) (-777 |#1| (-861 |#2|)) $) NIL)) (-2614 (((-112) (-861 |#2|) $) NIL)) (-2853 (((-112) $ $) NIL)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1043 |#1| |#2|) (-13 (-1066 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|))) (-10 -8 (-15 -2838 ((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-112) (-112))))) (-452) (-641 (-1170))) (T -1043))
-((-2838 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452)) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-1043 *5 *6)))))
-(-13 (-1066 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|))) (-10 -8 (-15 -2838 ((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-112) (-112)))))
-((-1868 (((-1 (-564)) (-1088 (-564))) 33)) (-4042 (((-564) (-564) (-564) (-564) (-564)) 30)) (-3823 (((-1 (-564)) |RationalNumber|) NIL)) (-3334 (((-1 (-564)) |RationalNumber|) NIL)) (-3483 (((-1 (-564)) (-564) |RationalNumber|) NIL)))
-(((-1044) (-10 -7 (-15 -1868 ((-1 (-564)) (-1088 (-564)))) (-15 -3483 ((-1 (-564)) (-564) |RationalNumber|)) (-15 -3823 ((-1 (-564)) |RationalNumber|)) (-15 -3334 ((-1 (-564)) |RationalNumber|)) (-15 -4042 ((-564) (-564) (-564) (-564) (-564))))) (T -1044))
-((-4042 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1044)))) (-3334 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))) (-3823 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))) (-3483 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044)) (-5 *3 (-564)))) (-1868 (*1 *2 *3) (-12 (-5 *3 (-1088 (-564))) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))))
-(-10 -7 (-15 -1868 ((-1 (-564)) (-1088 (-564)))) (-15 -3483 ((-1 (-564)) (-564) |RationalNumber|)) (-15 -3823 ((-1 (-564)) |RationalNumber|)) (-15 -3334 ((-1 (-564)) |RationalNumber|)) (-15 -4042 ((-564) (-564) (-564) (-564) (-564))))
-((-1721 (((-859) $) NIL) (($ (-564)) 10)))
-(((-1045 |#1|) (-10 -8 (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|))) (-1046)) (T -1045))
-NIL
-(-10 -8 (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-1817 (((-112) $ $) NIL)) (-3250 (((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 (-777 |#1| (-861 |#2|)))))) (-641 (-777 |#1| (-861 |#2|)))) NIL)) (-2951 (((-641 $) (-641 (-777 |#1| (-861 |#2|)))) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-112)) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-112) (-112)) NIL)) (-3209 (((-641 (-861 |#2|)) $) NIL)) (-3449 (((-112) $) NIL)) (-3961 (((-112) $) NIL (|has| |#1| (-556)))) (-1712 (((-112) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) $) NIL)) (-4136 (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-2427 (((-641 (-2 (|:| |val| (-777 |#1| (-861 |#2|))) (|:| -2956 $))) (-777 |#1| (-861 |#2|)) $) NIL)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ (-861 |#2|)) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-3752 (($ (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-3 (-777 |#1| (-861 |#2|)) "failed") $ (-861 |#2|)) NIL)) (-1778 (($) NIL T CONST)) (-3602 (((-112) $) NIL (|has| |#1| (-556)))) (-2495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2536 (((-112) $) NIL (|has| |#1| (-556)))) (-2559 (((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|))) $ (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) (-1 (-112) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)))) NIL)) (-2338 (((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|))) $) NIL (|has| |#1| (-556)))) (-3814 (((-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|))) $) NIL (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 (-777 |#1| (-861 |#2|)))) NIL)) (-2237 (($ (-641 (-777 |#1| (-861 |#2|)))) NIL)) (-3314 (((-3 $ "failed") $) NIL)) (-1470 (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-777 |#1| (-861 |#2|)) (-1094))))) (-2576 (($ (-777 |#1| (-861 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (($ (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-777 |#1| (-861 |#2|))) (|:| |den| |#1|)) (-777 |#1| (-861 |#2|)) $) NIL (|has| |#1| (-556)))) (-3827 (((-112) (-777 |#1| (-861 |#2|)) $ (-1 (-112) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)))) NIL)) (-3492 (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-1988 (((-777 |#1| (-861 |#2|)) (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) $ (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (((-777 |#1| (-861 |#2|)) (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) $ (-777 |#1| (-861 |#2|))) NIL (|has| $ (-6 -4406))) (((-777 |#1| (-861 |#2|)) (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $ (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) (-1 (-112) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)))) NIL)) (-4236 (((-2 (|:| -3689 (-641 (-777 |#1| (-861 |#2|)))) (|:| -1669 (-641 (-777 |#1| (-861 |#2|))))) $) NIL)) (-3843 (((-112) (-777 |#1| (-861 |#2|)) $) NIL)) (-2421 (((-112) (-777 |#1| (-861 |#2|)) $) NIL)) (-4204 (((-112) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) $) NIL)) (-1433 (((-641 (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2021 (((-112) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) $) NIL)) (-1543 (((-861 |#2|) $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-777 |#1| (-861 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-777 |#1| (-861 |#2|)) (-1094))))) (-2250 (($ (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) $) NIL)) (-3580 (((-641 (-861 |#2|)) $) NIL)) (-3879 (((-112) (-861 |#2|) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-2100 (((-3 (-777 |#1| (-861 |#2|)) (-641 $)) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-2624 (((-641 (-2 (|:| |val| (-777 |#1| (-861 |#2|))) (|:| -2956 $))) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-2598 (((-3 (-777 |#1| (-861 |#2|)) "failed") $) NIL)) (-1889 (((-641 $) (-777 |#1| (-861 |#2|)) $) NIL)) (-4369 (((-3 (-112) (-641 $)) (-777 |#1| (-861 |#2|)) $) NIL)) (-3273 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 $))) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) (-777 |#1| (-861 |#2|)) $) NIL)) (-3425 (((-641 $) (-777 |#1| (-861 |#2|)) $) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) $) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-641 $)) NIL) (((-641 $) (-777 |#1| (-861 |#2|)) (-641 $)) NIL)) (-2817 (($ (-777 |#1| (-861 |#2|)) $) NIL) (($ (-641 (-777 |#1| (-861 |#2|))) $) NIL)) (-3123 (((-641 (-777 |#1| (-861 |#2|))) $) NIL)) (-4281 (((-112) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) $) NIL)) (-2356 (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-3984 (((-112) $ $) NIL)) (-2706 (((-2 (|:| |num| (-777 |#1| (-861 |#2|))) (|:| |den| |#1|)) (-777 |#1| (-861 |#2|)) $) NIL (|has| |#1| (-556)))) (-3253 (((-112) (-777 |#1| (-861 |#2|)) $) NIL) (((-112) $) NIL)) (-1482 (((-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)) $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 (((-3 (-777 |#1| (-861 |#2|)) "failed") $) NIL)) (-3995 (((-3 (-777 |#1| (-861 |#2|)) "failed") (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL)) (-3824 (((-3 $ "failed") $ (-777 |#1| (-861 |#2|))) NIL)) (-3951 (($ $ (-777 |#1| (-861 |#2|))) NIL) (((-641 $) (-777 |#1| (-861 |#2|)) $) NIL) (((-641 $) (-777 |#1| (-861 |#2|)) (-641 $)) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) $) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-641 $)) NIL)) (-4077 (((-112) (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-777 |#1| (-861 |#2|))) (-641 (-777 |#1| (-861 |#2|)))) NIL (-12 (|has| (-777 |#1| (-861 |#2|)) (-309 (-777 |#1| (-861 |#2|)))) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (($ $ (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|))) NIL (-12 (|has| (-777 |#1| (-861 |#2|)) (-309 (-777 |#1| (-861 |#2|)))) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (($ $ (-294 (-777 |#1| (-861 |#2|)))) NIL (-12 (|has| (-777 |#1| (-861 |#2|)) (-309 (-777 |#1| (-861 |#2|)))) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (($ $ (-641 (-294 (-777 |#1| (-861 |#2|))))) NIL (-12 (|has| (-777 |#1| (-861 |#2|)) (-309 (-777 |#1| (-861 |#2|)))) (|has| (-777 |#1| (-861 |#2|)) (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1619 (((-768) $) NIL)) (-2791 (((-768) (-777 |#1| (-861 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-777 |#1| (-861 |#2|)) (-1094)))) (((-768) (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-777 |#1| (-861 |#2|)) (-612 (-536))))) (-1842 (($ (-641 (-777 |#1| (-861 |#2|)))) NIL)) (-4287 (($ $ (-861 |#2|)) NIL)) (-1887 (($ $ (-861 |#2|)) NIL)) (-3728 (($ $) NIL)) (-3111 (($ $ (-861 |#2|)) NIL)) (-1831 (((-859) $) NIL) (((-641 (-777 |#1| (-861 |#2|))) $) NIL)) (-4321 (((-768) $) NIL (|has| (-861 |#2|) (-368)))) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 (-777 |#1| (-861 |#2|))))) "failed") (-641 (-777 |#1| (-861 |#2|))) (-1 (-112) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)))) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 (-777 |#1| (-861 |#2|))))) "failed") (-641 (-777 |#1| (-861 |#2|))) (-1 (-112) (-777 |#1| (-861 |#2|))) (-1 (-112) (-777 |#1| (-861 |#2|)) (-777 |#1| (-861 |#2|)))) NIL)) (-2885 (((-112) $ (-1 (-112) (-777 |#1| (-861 |#2|)) (-641 (-777 |#1| (-861 |#2|))))) NIL)) (-3635 (((-641 $) (-777 |#1| (-861 |#2|)) $) NIL) (((-641 $) (-777 |#1| (-861 |#2|)) (-641 $)) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) $) NIL) (((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-641 $)) NIL)) (-1963 (((-112) (-1 (-112) (-777 |#1| (-861 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2014 (((-641 (-861 |#2|)) $) NIL)) (-2637 (((-112) (-777 |#1| (-861 |#2|)) $) NIL)) (-1484 (((-112) (-861 |#2|) $) NIL)) (-1702 (((-112) $ $) NIL)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1043 |#1| |#2|) (-13 (-1066 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|))) (-10 -8 (-15 -2951 ((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-112) (-112))))) (-452) (-641 (-1170))) (T -1043))
+((-2951 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452)) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-1043 *5 *6)))))
+(-13 (-1066 |#1| (-531 (-861 |#2|)) (-861 |#2|) (-777 |#1| (-861 |#2|))) (-10 -8 (-15 -2951 ((-641 $) (-641 (-777 |#1| (-861 |#2|))) (-112) (-112)))))
+((-2769 (((-1 (-564)) (-1088 (-564))) 33)) (-1854 (((-564) (-564) (-564) (-564) (-564)) 30)) (-3418 (((-1 (-564)) |RationalNumber|) NIL)) (-2193 (((-1 (-564)) |RationalNumber|) NIL)) (-4254 (((-1 (-564)) (-564) |RationalNumber|) NIL)))
+(((-1044) (-10 -7 (-15 -2769 ((-1 (-564)) (-1088 (-564)))) (-15 -4254 ((-1 (-564)) (-564) |RationalNumber|)) (-15 -3418 ((-1 (-564)) |RationalNumber|)) (-15 -2193 ((-1 (-564)) |RationalNumber|)) (-15 -1854 ((-564) (-564) (-564) (-564) (-564))))) (T -1044))
+((-1854 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1044)))) (-2193 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))) (-3418 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))) (-4254 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044)) (-5 *3 (-564)))) (-2769 (*1 *2 *3) (-12 (-5 *3 (-1088 (-564))) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))))
+(-10 -7 (-15 -2769 ((-1 (-564)) (-1088 (-564)))) (-15 -4254 ((-1 (-564)) (-564) |RationalNumber|)) (-15 -3418 ((-1 (-564)) |RationalNumber|)) (-15 -2193 ((-1 (-564)) |RationalNumber|)) (-15 -1854 ((-564) (-564) (-564) (-564) (-564))))
+((-1831 (((-859) $) NIL) (($ (-564)) 10)))
+(((-1045 |#1|) (-10 -8 (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|))) (-1046)) (T -1045))
+NIL
+(-10 -8 (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-1046) (-140)) (T -1046))
-((-1303 (*1 *2) (-12 (-4 *1 (-1046)) (-5 *2 (-768)))))
-(-13 (-1053) (-723) (-644 $) (-614 (-564)) (-10 -7 (-15 -1303 ((-768)) -1367) (-6 -4409)))
+((-2219 (*1 *2) (-12 (-4 *1 (-1046)) (-5 *2 (-768)))))
+(-13 (-1053) (-723) (-644 $) (-614 (-564)) (-10 -7 (-15 -2219 ((-768)) -1809) (-6 -4403)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-614 (-564)) . T) ((-611 (-859)) . T) ((-644 $) . T) ((-723) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2995 (((-407 (-949 |#2|)) (-641 |#2|) (-641 |#2|) (-768) (-768)) 60)))
-(((-1047 |#1| |#2|) (-10 -7 (-15 -2995 ((-407 (-949 |#2|)) (-641 |#2|) (-641 |#2|) (-768) (-768)))) (-1170) (-363)) (T -1047))
-((-2995 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-768)) (-4 *6 (-363)) (-5 *2 (-407 (-949 *6))) (-5 *1 (-1047 *5 *6)) (-14 *5 (-1170)))))
-(-10 -7 (-15 -2995 ((-407 (-949 |#2|)) (-641 |#2|) (-641 |#2|) (-768) (-768))))
-((-1663 (((-112) $) 40)) (-3354 (((-112) $) 17)) (-3393 (((-768) $) 13)) (-3402 (((-768) $) 14)) (-3065 (((-112) $) 30)) (-3490 (((-112) $) 42)))
-(((-1048 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -3402 ((-768) |#1|)) (-15 -3393 ((-768) |#1|)) (-15 -3490 ((-112) |#1|)) (-15 -1663 ((-112) |#1|)) (-15 -3065 ((-112) |#1|)) (-15 -3354 ((-112) |#1|))) (-1049 |#2| |#3| |#4| |#5| |#6|) (-768) (-768) (-1046) (-238 |#3| |#4|) (-238 |#2| |#4|)) (T -1048))
-NIL
-(-10 -8 (-15 -3402 ((-768) |#1|)) (-15 -3393 ((-768) |#1|)) (-15 -3490 ((-112) |#1|)) (-15 -1663 ((-112) |#1|)) (-15 -3065 ((-112) |#1|)) (-15 -3354 ((-112) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-1663 (((-112) $) 51)) (-2071 (((-3 $ "failed") $ $) 19)) (-3354 (((-112) $) 53)) (-1729 (((-112) $ (-768)) 61)) (-1692 (($) 17 T CONST)) (-1816 (($ $) 34 (|has| |#3| (-307)))) (-2787 ((|#4| $ (-564)) 39)) (-3147 (((-768) $) 33 (|has| |#3| (-556)))) (-1379 ((|#3| $ (-564) (-564)) 41)) (-1597 (((-641 |#3|) $) 68 (|has| $ (-6 -4412)))) (-2751 (((-768) $) 32 (|has| |#3| (-556)))) (-2137 (((-641 |#5|) $) 31 (|has| |#3| (-556)))) (-3393 (((-768) $) 45)) (-3402 (((-768) $) 44)) (-2575 (((-112) $ (-768)) 60)) (-4209 (((-564) $) 49)) (-1581 (((-564) $) 47)) (-4317 (((-641 |#3|) $) 69 (|has| $ (-6 -4412)))) (-3983 (((-112) |#3| $) 71 (-12 (|has| |#3| (-1094)) (|has| $ (-6 -4412))))) (-1314 (((-564) $) 48)) (-1875 (((-564) $) 46)) (-2670 (($ (-641 (-641 |#3|))) 54)) (-1439 (($ (-1 |#3| |#3|) $) 64 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#3| |#3|) $) 63) (($ (-1 |#3| |#3| |#3|) $ $) 37)) (-2708 (((-641 (-641 |#3|)) $) 43)) (-3715 (((-112) $ (-768)) 59)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-2628 (((-3 $ "failed") $ |#3|) 36 (|has| |#3| (-556)))) (-2070 (((-112) (-1 (-112) |#3|) $) 66 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#3|) (-641 |#3|)) 75 (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ |#3| |#3|) 74 (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-294 |#3|)) 73 (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-641 (-294 |#3|))) 72 (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))) (-3530 (((-112) $ $) 55)) (-4102 (((-112) $) 58)) (-3456 (($) 57)) (-2961 ((|#3| $ (-564) (-564)) 42) ((|#3| $ (-564) (-564) |#3|) 40)) (-3065 (((-112) $) 52)) (-1292 (((-768) |#3| $) 70 (-12 (|has| |#3| (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) |#3|) $) 67 (|has| $ (-6 -4412)))) (-1892 (($ $) 56)) (-1903 ((|#5| $ (-564)) 38)) (-1721 (((-859) $) 11)) (-2666 (((-112) (-1 (-112) |#3|) $) 65 (|has| $ (-6 -4412)))) (-3490 (((-112) $) 50)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#3|) 35 (|has| |#3| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#3| $) 23) (($ $ |#3|) 26)) (-3435 (((-768) $) 62 (|has| $ (-6 -4412)))))
+((-1947 (((-407 (-949 |#2|)) (-641 |#2|) (-641 |#2|) (-768) (-768)) 60)))
+(((-1047 |#1| |#2|) (-10 -7 (-15 -1947 ((-407 (-949 |#2|)) (-641 |#2|) (-641 |#2|) (-768) (-768)))) (-1170) (-363)) (T -1047))
+((-1947 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-768)) (-4 *6 (-363)) (-5 *2 (-407 (-949 *6))) (-5 *1 (-1047 *5 *6)) (-14 *5 (-1170)))))
+(-10 -7 (-15 -1947 ((-407 (-949 |#2|)) (-641 |#2|) (-641 |#2|) (-768) (-768))))
+((-1512 (((-112) $) 40)) (-2385 (((-112) $) 17)) (-1745 (((-768) $) 13)) (-1757 (((-768) $) 14)) (-1302 (((-112) $) 30)) (-4320 (((-112) $) 42)))
+(((-1048 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -1757 ((-768) |#1|)) (-15 -1745 ((-768) |#1|)) (-15 -4320 ((-112) |#1|)) (-15 -1512 ((-112) |#1|)) (-15 -1302 ((-112) |#1|)) (-15 -2385 ((-112) |#1|))) (-1049 |#2| |#3| |#4| |#5| |#6|) (-768) (-768) (-1046) (-238 |#3| |#4|) (-238 |#2| |#4|)) (T -1048))
+NIL
+(-10 -8 (-15 -1757 ((-768) |#1|)) (-15 -1745 ((-768) |#1|)) (-15 -4320 ((-112) |#1|)) (-15 -1512 ((-112) |#1|)) (-15 -1302 ((-112) |#1|)) (-15 -2385 ((-112) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-1512 (((-112) $) 51)) (-4088 (((-3 $ "failed") $ $) 19)) (-2385 (((-112) $) 53)) (-4010 (((-112) $ (-768)) 61)) (-1778 (($) 17 T CONST)) (-3543 (($ $) 34 (|has| |#3| (-307)))) (-3751 ((|#4| $ (-564)) 39)) (-3531 (((-768) $) 33 (|has| |#3| (-556)))) (-2190 ((|#3| $ (-564) (-564)) 41)) (-1433 (((-641 |#3|) $) 68 (|has| $ (-6 -4406)))) (-3408 (((-768) $) 32 (|has| |#3| (-556)))) (-3540 (((-641 |#5|) $) 31 (|has| |#3| (-556)))) (-1745 (((-768) $) 45)) (-1757 (((-768) $) 44)) (-2324 (((-112) $ (-768)) 60)) (-2904 (((-564) $) 49)) (-2015 (((-564) $) 47)) (-2640 (((-641 |#3|) $) 69 (|has| $ (-6 -4406)))) (-2516 (((-112) |#3| $) 71 (-12 (|has| |#3| (-1094)) (|has| $ (-6 -4406))))) (-2381 (((-564) $) 48)) (-2821 (((-564) $) 46)) (-4309 (($ (-641 (-641 |#3|))) 54)) (-2250 (($ (-1 |#3| |#3|) $) 64 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#3| |#3|) $) 63) (($ (-1 |#3| |#3| |#3|) $ $) 37)) (-4217 (((-641 (-641 |#3|)) $) 43)) (-1713 (((-112) $ (-768)) 59)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1403 (((-3 $ "failed") $ |#3|) 36 (|has| |#3| (-556)))) (-4077 (((-112) (-1 (-112) |#3|) $) 66 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#3|) (-641 |#3|)) 75 (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ |#3| |#3|) 74 (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-294 |#3|)) 73 (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-641 (-294 |#3|))) 72 (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))) (-3565 (((-112) $ $) 55)) (-4284 (((-112) $) 58)) (-4012 (($) 57)) (-1350 ((|#3| $ (-564) (-564)) 42) ((|#3| $ (-564) (-564) |#3|) 40)) (-1302 (((-112) $) 52)) (-2791 (((-768) |#3| $) 70 (-12 (|has| |#3| (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) |#3|) $) 67 (|has| $ (-6 -4406)))) (-1991 (($ $) 56)) (-3065 ((|#5| $ (-564)) 38)) (-1831 (((-859) $) 11)) (-1963 (((-112) (-1 (-112) |#3|) $) 65 (|has| $ (-6 -4406)))) (-4320 (((-112) $) 50)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#3|) 35 (|has| |#3| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#3| $) 23) (($ $ |#3|) 26)) (-2828 (((-768) $) 62 (|has| $ (-6 -4406)))))
(((-1049 |#1| |#2| |#3| |#4| |#5|) (-140) (-768) (-768) (-1046) (-238 |t#2| |t#3|) (-238 |t#1| |t#3|)) (T -1049))
-((-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-2670 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *5))) (-4 *5 (-1046)) (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-3354 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-3065 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-1663 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-3490 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-4209 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))) (-1314 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))) (-1581 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))) (-1875 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))) (-3393 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-768)))) (-3402 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-768)))) (-2708 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-641 (-641 *5))))) (-2961 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1046)))) (-1379 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1046)))) (-2961 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7)) (-4 *2 (-1046)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)))) (-2787 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *6 *2 *7)) (-4 *6 (-1046)) (-4 *7 (-238 *4 *6)) (-4 *2 (-238 *5 *6)))) (-1903 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *6 *7 *2)) (-4 *6 (-1046)) (-4 *7 (-238 *5 *6)) (-4 *2 (-238 *4 *6)))) (-2110 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-2628 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1049 *3 *4 *2 *5 *6)) (-4 *2 (-1046)) (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-556)))) (-2983 (*1 *1 *1 *2) (-12 (-4 *1 (-1049 *3 *4 *2 *5 *6)) (-4 *2 (-1046)) (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-363)))) (-1816 (*1 *1 *1) (-12 (-4 *1 (-1049 *2 *3 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *2 *4)) (-4 *4 (-307)))) (-3147 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556)) (-5 *2 (-768)))) (-2751 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556)) (-5 *2 (-768)))) (-2137 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556)) (-5 *2 (-641 *7)))))
-(-13 (-111 |t#3| |t#3|) (-489 |t#3|) (-10 -8 (-6 -4412) (IF (|has| |t#3| (-172)) (-6 (-714 |t#3|)) |%noBranch|) (-15 -2670 ($ (-641 (-641 |t#3|)))) (-15 -3354 ((-112) $)) (-15 -3065 ((-112) $)) (-15 -1663 ((-112) $)) (-15 -3490 ((-112) $)) (-15 -4209 ((-564) $)) (-15 -1314 ((-564) $)) (-15 -1581 ((-564) $)) (-15 -1875 ((-564) $)) (-15 -3393 ((-768) $)) (-15 -3402 ((-768) $)) (-15 -2708 ((-641 (-641 |t#3|)) $)) (-15 -2961 (|t#3| $ (-564) (-564))) (-15 -1379 (|t#3| $ (-564) (-564))) (-15 -2961 (|t#3| $ (-564) (-564) |t#3|)) (-15 -2787 (|t#4| $ (-564))) (-15 -1903 (|t#5| $ (-564))) (-15 -2110 ($ (-1 |t#3| |t#3|) $)) (-15 -2110 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-556)) (-15 -2628 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-363)) (-15 -2983 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-307)) (-15 -1816 ($ $)) |%noBranch|) (IF (|has| |t#3| (-556)) (PROGN (-15 -3147 ((-768) $)) (-15 -2751 ((-768) $)) (-15 -2137 ((-641 |t#5|) $))) |%noBranch|)))
+((-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-4309 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *5))) (-4 *5 (-1046)) (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-2385 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-1302 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-4320 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-2904 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))) (-2381 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))) (-2015 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))) (-2821 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))) (-1745 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-768)))) (-1757 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-768)))) (-4217 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-641 (-641 *5))))) (-1350 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1046)))) (-2190 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1046)))) (-1350 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7)) (-4 *2 (-1046)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)))) (-3751 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *6 *2 *7)) (-4 *6 (-1046)) (-4 *7 (-238 *4 *6)) (-4 *2 (-238 *5 *6)))) (-3065 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *6 *7 *2)) (-4 *6 (-1046)) (-4 *7 (-238 *5 *6)) (-4 *2 (-238 *4 *6)))) (-2449 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-1403 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1049 *3 *4 *2 *5 *6)) (-4 *2 (-1046)) (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-556)))) (-1823 (*1 *1 *1 *2) (-12 (-4 *1 (-1049 *3 *4 *2 *5 *6)) (-4 *2 (-1046)) (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-363)))) (-3543 (*1 *1 *1) (-12 (-4 *1 (-1049 *2 *3 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *2 *4)) (-4 *4 (-307)))) (-3531 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556)) (-5 *2 (-768)))) (-3408 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556)) (-5 *2 (-768)))) (-3540 (*1 *2 *1) (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556)) (-5 *2 (-641 *7)))))
+(-13 (-111 |t#3| |t#3|) (-489 |t#3|) (-10 -8 (-6 -4406) (IF (|has| |t#3| (-172)) (-6 (-714 |t#3|)) |%noBranch|) (-15 -4309 ($ (-641 (-641 |t#3|)))) (-15 -2385 ((-112) $)) (-15 -1302 ((-112) $)) (-15 -1512 ((-112) $)) (-15 -4320 ((-112) $)) (-15 -2904 ((-564) $)) (-15 -2381 ((-564) $)) (-15 -2015 ((-564) $)) (-15 -2821 ((-564) $)) (-15 -1745 ((-768) $)) (-15 -1757 ((-768) $)) (-15 -4217 ((-641 (-641 |t#3|)) $)) (-15 -1350 (|t#3| $ (-564) (-564))) (-15 -2190 (|t#3| $ (-564) (-564))) (-15 -1350 (|t#3| $ (-564) (-564) |t#3|)) (-15 -3751 (|t#4| $ (-564))) (-15 -3065 (|t#5| $ (-564))) (-15 -2449 ($ (-1 |t#3| |t#3|) $)) (-15 -2449 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-556)) (-15 -1403 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-363)) (-15 -1823 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-307)) (-15 -3543 ($ $)) |%noBranch|) (IF (|has| |t#3| (-556)) (PROGN (-15 -3531 ((-768) $)) (-15 -3408 ((-768) $)) (-15 -3540 ((-641 |t#5|) $))) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-102) . T) ((-111 |#3| |#3|) . T) ((-131) . T) ((-611 (-859)) . T) ((-309 |#3|) -12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))) ((-489 |#3|) . T) ((-514 |#3| |#3|) -12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))) ((-644 |#3|) . T) ((-714 |#3|) |has| |#3| (-172)) ((-1052 |#3|) . T) ((-1094) . T) ((-1209) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1663 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-3354 (((-112) $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-1692 (($) NIL T CONST)) (-1816 (($ $) 47 (|has| |#3| (-307)))) (-2787 (((-240 |#2| |#3|) $ (-564)) 36)) (-3257 (($ (-685 |#3|)) 45)) (-3147 (((-768) $) 49 (|has| |#3| (-556)))) (-1379 ((|#3| $ (-564) (-564)) NIL)) (-1597 (((-641 |#3|) $) NIL (|has| $ (-6 -4412)))) (-2751 (((-768) $) 51 (|has| |#3| (-556)))) (-2137 (((-641 (-240 |#1| |#3|)) $) 55 (|has| |#3| (-556)))) (-3393 (((-768) $) NIL)) (-3402 (((-768) $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4209 (((-564) $) NIL)) (-1581 (((-564) $) NIL)) (-4317 (((-641 |#3|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#3| (-1094))))) (-1314 (((-564) $) NIL)) (-1875 (((-564) $) NIL)) (-2670 (($ (-641 (-641 |#3|))) 31)) (-1439 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) NIL)) (-2708 (((-641 (-641 |#3|)) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2628 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-556)))) (-2070 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#3|) (-641 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-294 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-641 (-294 |#3|))) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#3| $ (-564) (-564)) NIL) ((|#3| $ (-564) (-564) |#3|) NIL)) (-1358 (((-134)) 59 (|has| |#3| (-363)))) (-3065 (((-112) $) NIL)) (-1292 (((-768) |#3| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#3| (-1094)))) (((-768) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) 65 (|has| |#3| (-612 (-536))))) (-1903 (((-240 |#1| |#3|) $ (-564)) 40)) (-1721 (((-859) $) 19) (((-685 |#3|) $) 42)) (-2666 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4412)))) (-3490 (((-112) $) NIL)) (-2885 (($) 16 T CONST)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#3|) NIL (|has| |#3| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#3| $) NIL) (($ $ |#3|) NIL)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1050 |#1| |#2| |#3|) (-13 (-1049 |#1| |#2| |#3| (-240 |#2| |#3|) (-240 |#1| |#3|)) (-611 (-685 |#3|)) (-10 -8 (IF (|has| |#3| (-363)) (-6 (-1266 |#3|)) |%noBranch|) (IF (|has| |#3| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (-15 -3257 ($ (-685 |#3|))))) (-768) (-768) (-1046)) (T -1050))
-((-3257 (*1 *1 *2) (-12 (-5 *2 (-685 *5)) (-4 *5 (-1046)) (-5 *1 (-1050 *3 *4 *5)) (-14 *3 (-768)) (-14 *4 (-768)))))
-(-13 (-1049 |#1| |#2| |#3| (-240 |#2| |#3|) (-240 |#1| |#3|)) (-611 (-685 |#3|)) (-10 -8 (IF (|has| |#3| (-363)) (-6 (-1266 |#3|)) |%noBranch|) (IF (|has| |#3| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (-15 -3257 ($ (-685 |#3|)))))
-((-3658 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 36)) (-2110 ((|#10| (-1 |#7| |#3|) |#6|) 34)))
-(((-1051 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -2110 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3658 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-768) (-768) (-1046) (-238 |#2| |#3|) (-238 |#1| |#3|) (-1049 |#1| |#2| |#3| |#4| |#5|) (-1046) (-238 |#2| |#7|) (-238 |#1| |#7|) (-1049 |#1| |#2| |#7| |#8| |#9|)) (T -1051))
-((-3658 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1046)) (-4 *2 (-1046)) (-14 *5 (-768)) (-14 *6 (-768)) (-4 *8 (-238 *6 *7)) (-4 *9 (-238 *5 *7)) (-4 *10 (-238 *6 *2)) (-4 *11 (-238 *5 *2)) (-5 *1 (-1051 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-1049 *5 *6 *7 *8 *9)) (-4 *12 (-1049 *5 *6 *2 *10 *11)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1046)) (-4 *10 (-1046)) (-14 *5 (-768)) (-14 *6 (-768)) (-4 *8 (-238 *6 *7)) (-4 *9 (-238 *5 *7)) (-4 *2 (-1049 *5 *6 *10 *11 *12)) (-5 *1 (-1051 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-1049 *5 *6 *7 *8 *9)) (-4 *11 (-238 *6 *10)) (-4 *12 (-238 *5 *10)))))
-(-10 -7 (-15 -2110 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3658 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ |#1|) 23)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-1512 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2385 (((-112) $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-1778 (($) NIL T CONST)) (-3543 (($ $) 47 (|has| |#3| (-307)))) (-3751 (((-240 |#2| |#3|) $ (-564)) 36)) (-2710 (($ (-685 |#3|)) 45)) (-3531 (((-768) $) 49 (|has| |#3| (-556)))) (-2190 ((|#3| $ (-564) (-564)) NIL)) (-1433 (((-641 |#3|) $) NIL (|has| $ (-6 -4406)))) (-3408 (((-768) $) 51 (|has| |#3| (-556)))) (-3540 (((-641 (-240 |#1| |#3|)) $) 55 (|has| |#3| (-556)))) (-1745 (((-768) $) NIL)) (-1757 (((-768) $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-2904 (((-564) $) NIL)) (-2015 (((-564) $) NIL)) (-2640 (((-641 |#3|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#3| (-1094))))) (-2381 (((-564) $) NIL)) (-2821 (((-564) $) NIL)) (-4309 (($ (-641 (-641 |#3|))) 31)) (-2250 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) NIL)) (-4217 (((-641 (-641 |#3|)) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1403 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-556)))) (-4077 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#3|) (-641 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-294 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-641 (-294 |#3|))) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#3| $ (-564) (-564)) NIL) ((|#3| $ (-564) (-564) |#3|) NIL)) (-3548 (((-134)) 59 (|has| |#3| (-363)))) (-1302 (((-112) $) NIL)) (-2791 (((-768) |#3| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#3| (-1094)))) (((-768) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) 65 (|has| |#3| (-612 (-536))))) (-3065 (((-240 |#1| |#3|) $ (-564)) 40)) (-1831 (((-859) $) 19) (((-685 |#3|) $) 42)) (-1963 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4406)))) (-4320 (((-112) $) NIL)) (-1293 (($) 16 T CONST)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#3|) NIL (|has| |#3| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#3| $) NIL) (($ $ |#3|) NIL)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1050 |#1| |#2| |#3|) (-13 (-1049 |#1| |#2| |#3| (-240 |#2| |#3|) (-240 |#1| |#3|)) (-611 (-685 |#3|)) (-10 -8 (IF (|has| |#3| (-363)) (-6 (-1266 |#3|)) |%noBranch|) (IF (|has| |#3| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (-15 -2710 ($ (-685 |#3|))))) (-768) (-768) (-1046)) (T -1050))
+((-2710 (*1 *1 *2) (-12 (-5 *2 (-685 *5)) (-4 *5 (-1046)) (-5 *1 (-1050 *3 *4 *5)) (-14 *3 (-768)) (-14 *4 (-768)))))
+(-13 (-1049 |#1| |#2| |#3| (-240 |#2| |#3|) (-240 |#1| |#3|)) (-611 (-685 |#3|)) (-10 -8 (IF (|has| |#3| (-363)) (-6 (-1266 |#3|)) |%noBranch|) (IF (|has| |#3| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|) (-15 -2710 ($ (-685 |#3|)))))
+((-1988 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 36)) (-2449 ((|#10| (-1 |#7| |#3|) |#6|) 34)))
+(((-1051 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -2449 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -1988 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-768) (-768) (-1046) (-238 |#2| |#3|) (-238 |#1| |#3|) (-1049 |#1| |#2| |#3| |#4| |#5|) (-1046) (-238 |#2| |#7|) (-238 |#1| |#7|) (-1049 |#1| |#2| |#7| |#8| |#9|)) (T -1051))
+((-1988 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1046)) (-4 *2 (-1046)) (-14 *5 (-768)) (-14 *6 (-768)) (-4 *8 (-238 *6 *7)) (-4 *9 (-238 *5 *7)) (-4 *10 (-238 *6 *2)) (-4 *11 (-238 *5 *2)) (-5 *1 (-1051 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-1049 *5 *6 *7 *8 *9)) (-4 *12 (-1049 *5 *6 *2 *10 *11)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1046)) (-4 *10 (-1046)) (-14 *5 (-768)) (-14 *6 (-768)) (-4 *8 (-238 *6 *7)) (-4 *9 (-238 *5 *7)) (-4 *2 (-1049 *5 *6 *10 *11 *12)) (-5 *1 (-1051 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-1049 *5 *6 *7 *8 *9)) (-4 *11 (-238 *6 *10)) (-4 *12 (-238 *5 *10)))))
+(-10 -7 (-15 -2449 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -1988 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ |#1|) 23)))
(((-1052 |#1|) (-140) (-1053)) (T -1052))
((* (*1 *1 *1 *2) (-12 (-4 *1 (-1052 *2)) (-4 *2 (-1053)))))
(-13 (-21) (-10 -8 (-15 * ($ $ |t#1|))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-1053) (-140)) (T -1053))
NIL
(-13 (-21) (-1106))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-611 (-859)) . T) ((-1106) . T) ((-1094) . T))
-((-3183 (($ $) 17)) (-4221 (($ $) 25)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 54)) (-2471 (($ $) 27)) (-1775 (($ $) 12)) (-4037 (($ $) 43)) (-2153 (((-379) $) NIL) (((-225) $) NIL) (((-889 (-379)) $) 36)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) 31) (($ (-564)) NIL) (($ (-407 (-564))) 31)) (-1303 (((-768)) 9)) (-2698 (($ $) 44)))
-(((-1054 |#1|) (-10 -8 (-15 -4221 (|#1| |#1|)) (-15 -3183 (|#1| |#1|)) (-15 -1775 (|#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 -2698 (|#1| |#1|)) (-15 -2471 (|#1| |#1|)) (-15 -3327 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 (|#1| (-564))) (-15 -2153 ((-225) |#1|)) (-15 -2153 ((-379) |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 (|#1| |#1|)) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|))) (-1055)) (T -1054))
-((-1303 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1054 *3)) (-4 *3 (-1055)))))
-(-10 -8 (-15 -4221 (|#1| |#1|)) (-15 -3183 (|#1| |#1|)) (-15 -1775 (|#1| |#1|)) (-15 -4037 (|#1| |#1|)) (-15 -2698 (|#1| |#1|)) (-15 -2471 (|#1| |#1|)) (-15 -3327 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 (|#1| (-564))) (-15 -2153 ((-225) |#1|)) (-15 -2153 ((-379) |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 (|#1| |#1|)) (-15 -1303 ((-768))) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4137 (((-564) $) 90)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-3183 (($ $) 88)) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 74)) (-1798 (((-418 $) $) 73)) (-4029 (($ $) 98)) (-1817 (((-112) $ $) 60)) (-1672 (((-564) $) 115)) (-1692 (($) 17 T CONST)) (-4221 (($ $) 87)) (-2035 (((-3 (-564) "failed") $) 103) (((-3 (-407 (-564)) "failed") $) 100)) (-3437 (((-564) $) 104) (((-407 (-564)) $) 101)) (-2668 (($ $ $) 56)) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-2941 (((-112) $) 72)) (-2955 (((-112) $) 113)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 94)) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 97)) (-2471 (($ $) 93)) (-1515 (((-112) $) 114)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-2766 (($ $ $) 112)) (-1650 (($ $ $) 111)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 71)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-1775 (($ $) 89)) (-4037 (($ $) 91)) (-4020 (((-418 $) $) 75)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2358 (((-768) $) 59)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-2153 (((-379) $) 106) (((-225) $) 105) (((-889 (-379)) $) 95)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ (-564)) 102) (($ (-407 (-564))) 99)) (-1303 (((-768)) 28 T CONST)) (-2698 (($ $) 92)) (-1720 (((-112) $ $) 40)) (-1699 (($ $) 116)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2920 (((-112) $ $) 109)) (-2893 (((-112) $ $) 108)) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 110)) (-2880 (((-112) $ $) 107)) (-2983 (($ $ $) 66)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70) (($ $ (-407 (-564))) 96)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
+((-3220 (($ $) 17)) (-3015 (($ $) 25)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 54)) (-3797 (($ $) 27)) (-3191 (($ $) 12)) (-1818 (($ $) 43)) (-2511 (((-379) $) NIL) (((-225) $) NIL) (((-889 (-379)) $) 36)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL) (($ (-407 (-564))) 31) (($ (-564)) NIL) (($ (-407 (-564))) 31)) (-2219 (((-768)) 9)) (-4150 (($ $) 44)))
+(((-1054 |#1|) (-10 -8 (-15 -3015 (|#1| |#1|)) (-15 -3220 (|#1| |#1|)) (-15 -3191 (|#1| |#1|)) (-15 -1818 (|#1| |#1|)) (-15 -4150 (|#1| |#1|)) (-15 -3797 (|#1| |#1|)) (-15 -2131 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 (|#1| (-564))) (-15 -2511 ((-225) |#1|)) (-15 -2511 ((-379) |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 (|#1| |#1|)) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|))) (-1055)) (T -1054))
+((-2219 (*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1054 *3)) (-4 *3 (-1055)))))
+(-10 -8 (-15 -3015 (|#1| |#1|)) (-15 -3220 (|#1| |#1|)) (-15 -3191 (|#1| |#1|)) (-15 -1818 (|#1| |#1|)) (-15 -4150 (|#1| |#1|)) (-15 -3797 (|#1| |#1|)) (-15 -2131 ((-886 (-379) |#1|) |#1| (-889 (-379)) (-886 (-379) |#1|))) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 (|#1| (-564))) (-15 -2511 ((-225) |#1|)) (-15 -2511 ((-379) |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 (|#1| |#1|)) (-15 -2219 ((-768))) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3423 (((-564) $) 90)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-3220 (($ $) 88)) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 74)) (-3399 (((-418 $) $) 73)) (-3083 (($ $) 98)) (-3554 (((-112) $ $) 60)) (-1598 (((-564) $) 115)) (-1778 (($) 17 T CONST)) (-3015 (($ $) 87)) (-2347 (((-3 (-564) "failed") $) 103) (((-3 (-407 (-564)) "failed") $) 100)) (-2237 (((-564) $) 104) (((-407 (-564)) $) 101)) (-1449 (($ $ $) 56)) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-1420 (((-112) $) 72)) (-1569 (((-112) $) 113)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 94)) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 97)) (-3797 (($ $) 93)) (-2607 (((-112) $) 114)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-1925 (($ $ $) 112)) (-3375 (($ $ $) 111)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 71)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3191 (($ $) 89)) (-1818 (($ $) 91)) (-3070 (((-418 $) $) 75)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-3920 (((-768) $) 59)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-2511 (((-379) $) 106) (((-225) $) 105) (((-889 (-379)) $) 95)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ (-564)) 102) (($ (-407 (-564))) 99)) (-2219 (((-768)) 28 T CONST)) (-4150 (($ $) 92)) (-3939 (((-112) $ $) 40)) (-1849 (($ $) 116)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1762 (((-112) $ $) 109)) (-1737 (((-112) $ $) 108)) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 110)) (-1723 (((-112) $ $) 107)) (-1823 (($ $ $) 66)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70) (($ $ (-407 (-564))) 96)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68)))
(((-1055) (-140)) (T -1055))
-((-1699 (*1 *1 *1) (-4 *1 (-1055))) (-2471 (*1 *1 *1) (-4 *1 (-1055))) (-2698 (*1 *1 *1) (-4 *1 (-1055))) (-4037 (*1 *1 *1) (-4 *1 (-1055))) (-4137 (*1 *2 *1) (-12 (-4 *1 (-1055)) (-5 *2 (-564)))) (-1775 (*1 *1 *1) (-4 *1 (-1055))) (-3183 (*1 *1 *1) (-4 *1 (-1055))) (-4221 (*1 *1 *1) (-4 *1 (-1055))))
-(-13 (-363) (-845) (-1019) (-1035 (-564)) (-1035 (-407 (-564))) (-999) (-612 (-889 (-379))) (-883 (-379)) (-147) (-10 -8 (-15 -2471 ($ $)) (-15 -2698 ($ $)) (-15 -4037 ($ $)) (-15 -4137 ((-564) $)) (-15 -1775 ($ $)) (-15 -3183 ($ $)) (-15 -4221 ($ $)) (-15 -1699 ($ $))))
+((-1849 (*1 *1 *1) (-4 *1 (-1055))) (-3797 (*1 *1 *1) (-4 *1 (-1055))) (-4150 (*1 *1 *1) (-4 *1 (-1055))) (-1818 (*1 *1 *1) (-4 *1 (-1055))) (-3423 (*1 *2 *1) (-12 (-4 *1 (-1055)) (-5 *2 (-564)))) (-3191 (*1 *1 *1) (-4 *1 (-1055))) (-3220 (*1 *1 *1) (-4 *1 (-1055))) (-3015 (*1 *1 *1) (-4 *1 (-1055))))
+(-13 (-363) (-845) (-1019) (-1035 (-564)) (-1035 (-407 (-564))) (-999) (-612 (-889 (-379))) (-883 (-379)) (-147) (-10 -8 (-15 -3797 ($ $)) (-15 -4150 ($ $)) (-15 -1818 ($ $)) (-15 -3423 ((-564) $)) (-15 -3191 ($ $)) (-15 -3220 ($ $)) (-15 -3015 ($ $)) (-15 -1849 ($ $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-612 (-225)) . T) ((-612 (-379)) . T) ((-612 (-889 (-379))) . T) ((-243) . T) ((-290) . T) ((-307) . T) ((-363) . T) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 $) . T) ((-723) . T) ((-788) . T) ((-789) . T) ((-791) . T) ((-792) . T) ((-845) . T) ((-847) . T) ((-883 (-379)) . T) ((-917) . T) ((-999) . T) ((-1019) . T) ((-1035 (-407 (-564))) . T) ((-1035 (-564)) . T) ((-1052 #0#) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) |#2| $) 26)) (-1860 ((|#1| $) 10)) (-1672 (((-564) |#2| $) 114)) (-1300 (((-3 $ "failed") |#2| (-918)) 75)) (-3602 ((|#1| $) 31)) (-4352 ((|#1| |#2| $ |#1|) 40)) (-3341 (($ $) 28)) (-3233 (((-3 |#2| "failed") |#2| $) 110)) (-2955 (((-112) |#2| $) NIL)) (-1515 (((-112) |#2| $) NIL)) (-1511 (((-112) |#2| $) 27)) (-2667 ((|#1| $) 115)) (-3590 ((|#1| $) 30)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3290 ((|#2| $) 102)) (-1721 (((-859) $) 94)) (-4124 ((|#1| |#2| $ |#1|) 41)) (-4329 (((-641 $) |#2|) 77)) (-2853 (((-112) $ $) 97)))
-(((-1056 |#1| |#2|) (-13 (-1063 |#1| |#2|) (-10 -8 (-15 -3590 (|#1| $)) (-15 -3602 (|#1| $)) (-15 -1860 (|#1| $)) (-15 -2667 (|#1| $)) (-15 -3341 ($ $)) (-15 -1511 ((-112) |#2| $)) (-15 -4352 (|#1| |#2| $ |#1|)))) (-13 (-845) (-363)) (-1235 |#1|)) (T -1056))
-((-4352 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-3590 (*1 *2 *1) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-3602 (*1 *2 *1) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-1860 (*1 *2 *1) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-2667 (*1 *2 *1) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-3341 (*1 *1 *1) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-1511 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-845) (-363))) (-5 *2 (-112)) (-5 *1 (-1056 *4 *3)) (-4 *3 (-1235 *4)))))
-(-13 (-1063 |#1| |#2|) (-10 -8 (-15 -3590 (|#1| $)) (-15 -3602 (|#1| $)) (-15 -1860 (|#1| $)) (-15 -2667 (|#1| $)) (-15 -3341 ($ $)) (-15 -1511 ((-112) |#2| $)) (-15 -4352 (|#1| |#2| $ |#1|))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2281 (($ $ $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2635 (($ $ $ $) NIL)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1672 (((-564) $) NIL)) (-1673 (($ $ $) NIL)) (-1692 (($) NIL T CONST)) (-3066 (($ (-1170)) 10) (($ (-564)) 7)) (-2035 (((-3 (-564) "failed") $) NIL)) (-3437 (((-564) $) NIL)) (-2668 (($ $ $) NIL)) (-3762 (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2242 (((-3 (-407 (-564)) "failed") $) NIL)) (-2260 (((-112) $) NIL)) (-3600 (((-407 (-564)) $) NIL)) (-3746 (($) NIL) (($ $) NIL)) (-2649 (($ $ $) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-3689 (($ $ $ $) NIL)) (-2256 (($ $ $) NIL)) (-2955 (((-112) $) NIL)) (-2250 (($ $ $) NIL)) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL)) (-3282 (((-112) $) NIL)) (-2400 (((-112) $) NIL)) (-1516 (((-3 $ "failed") $) NIL)) (-1515 (((-112) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4337 (($ $ $ $) NIL)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-3845 (($ $) NIL)) (-2088 (($ $) NIL)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-3185 (($ $ $) NIL)) (-2558 (($) NIL T CONST)) (-3515 (($ $) NIL)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3867 (($ $) NIL)) (-4020 (((-418 $) $) NIL)) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2000 (((-112) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1795 (($ $ (-768)) NIL) (($ $) NIL)) (-1443 (($ $) NIL)) (-1892 (($ $) NIL)) (-2153 (((-564) $) 16) (((-536) $) NIL) (((-889 (-564)) $) NIL) (((-379) $) NIL) (((-225) $) NIL) (($ (-1170)) 9)) (-1721 (((-859) $) 23) (($ (-564)) 6) (($ $) NIL) (($ (-564)) 6)) (-1303 (((-768)) NIL T CONST)) (-1571 (((-112) $ $) NIL)) (-3483 (($ $ $) NIL)) (-1540 (($) NIL)) (-1720 (((-112) $ $) NIL)) (-2190 (($ $ $ $) NIL)) (-1699 (($ $) NIL)) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-768)) NIL) (($ $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)) (-2970 (($ $) 22) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL)))
-(((-1057) (-13 (-545) (-616 (-1170)) (-10 -8 (-6 -4399) (-6 -4404) (-6 -4400) (-15 -3066 ($ (-1170))) (-15 -3066 ($ (-564)))))) (T -1057))
-((-3066 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1057)))) (-3066 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1057)))))
-(-13 (-545) (-616 (-1170)) (-10 -8 (-6 -4399) (-6 -4404) (-6 -4400) (-15 -3066 ($ (-1170))) (-15 -3066 ($ (-564)))))
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094))))) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL)) (-2229 (((-1264) $ (-1170) (-1170)) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-3225 (($) 9)) (-1869 (((-52) $ (-1170) (-52)) NIL)) (-1849 (($ $) 32)) (-1589 (($ $) 30)) (-1498 (($ $) 29)) (-1531 (($ $) 31)) (-3809 (($ $) 35)) (-3816 (($ $) 36)) (-1901 (($ $) 28)) (-2448 (($ $) 33)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) 27 (|has| $ (-6 -4412)))) (-1593 (((-3 (-52) "failed") (-1170) $) 43)) (-1692 (($) NIL T CONST)) (-2692 (($) 7)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094))))) (-3537 (($ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) 53 (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-3 (-52) "failed") (-1170) $) NIL)) (-3813 (($ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (((-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412)))) (-1409 (((-3 (-1152) "failed") $ (-1152) (-564)) 74)) (-1452 (((-52) $ (-1170) (-52)) NIL (|has| $ (-6 -4413)))) (-1379 (((-52) $ (-1170)) NIL)) (-1597 (((-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-641 (-52)) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-1170) $) NIL (|has| (-1170) (-847)))) (-4317 (((-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) 38 (|has| $ (-6 -4412))) (((-641 (-52)) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-52) (-1094))))) (-3825 (((-1170) $) NIL (|has| (-1170) (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4413))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094))))) (-2659 (((-641 (-1170)) $) NIL)) (-1509 (((-112) (-1170) $) NIL)) (-4290 (((-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL)) (-3573 (($ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) 46)) (-4184 (((-641 (-1170)) $) NIL)) (-2405 (((-112) (-1170) $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094))))) (-2479 (((-379) $ (-1170)) 52)) (-2768 (((-641 (-1152)) $ (-1152)) 76)) (-1897 (((-52) $) NIL (|has| (-1170) (-847)))) (-2061 (((-3 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) "failed") (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL)) (-1759 (($ $ (-52)) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))))) NIL (-12 (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (($ $ (-294 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL (-12 (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (($ $ (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) NIL (-12 (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (($ $ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL (-12 (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-309 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (($ $ (-641 (-52)) (-641 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-294 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-641 (-294 (-52)))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-52) (-1094))))) (-3111 (((-641 (-52)) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 (((-52) $ (-1170)) NIL) (((-52) $ (-1170) (-52)) NIL)) (-2710 (($) NIL) (($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL)) (-4203 (($ $ (-1170)) 54)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094)))) (((-768) (-52) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-52) (-1094)))) (((-768) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) 40)) (-2834 (($ $ $) 41)) (-1721 (((-859) $) NIL (-2713 (|has| (-52) (-611 (-859))) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-611 (-859)))))) (-1736 (($ $ (-1170) (-379)) 50)) (-2074 (($ $ (-1170) (-379)) 51)) (-1959 (($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))))) NIL)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 (-1170)) (|:| -3096 (-52)))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (-2713 (|has| (-52) (-1094)) (|has| (-2 (|:| -2381 (-1170)) (|:| -3096 (-52))) (-1094))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1058) (-13 (-1185 (-1170) (-52)) (-10 -8 (-15 -2834 ($ $ $)) (-15 -2692 ($)) (-15 -1901 ($ $)) (-15 -1498 ($ $)) (-15 -1589 ($ $)) (-15 -1531 ($ $)) (-15 -2448 ($ $)) (-15 -1849 ($ $)) (-15 -3809 ($ $)) (-15 -3816 ($ $)) (-15 -1736 ($ $ (-1170) (-379))) (-15 -2074 ($ $ (-1170) (-379))) (-15 -2479 ((-379) $ (-1170))) (-15 -2768 ((-641 (-1152)) $ (-1152))) (-15 -4203 ($ $ (-1170))) (-15 -3225 ($)) (-15 -1409 ((-3 (-1152) "failed") $ (-1152) (-564))) (-6 -4412)))) (T -1058))
-((-2834 (*1 *1 *1 *1) (-5 *1 (-1058))) (-2692 (*1 *1) (-5 *1 (-1058))) (-1901 (*1 *1 *1) (-5 *1 (-1058))) (-1498 (*1 *1 *1) (-5 *1 (-1058))) (-1589 (*1 *1 *1) (-5 *1 (-1058))) (-1531 (*1 *1 *1) (-5 *1 (-1058))) (-2448 (*1 *1 *1) (-5 *1 (-1058))) (-1849 (*1 *1 *1) (-5 *1 (-1058))) (-3809 (*1 *1 *1) (-5 *1 (-1058))) (-3816 (*1 *1 *1) (-5 *1 (-1058))) (-1736 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-379)) (-5 *1 (-1058)))) (-2074 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-379)) (-5 *1 (-1058)))) (-2479 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-379)) (-5 *1 (-1058)))) (-2768 (*1 *2 *1 *3) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1058)) (-5 *3 (-1152)))) (-4203 (*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1058)))) (-3225 (*1 *1) (-5 *1 (-1058))) (-1409 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-1058)))))
-(-13 (-1185 (-1170) (-52)) (-10 -8 (-15 -2834 ($ $ $)) (-15 -2692 ($)) (-15 -1901 ($ $)) (-15 -1498 ($ $)) (-15 -1589 ($ $)) (-15 -1531 ($ $)) (-15 -2448 ($ $)) (-15 -1849 ($ $)) (-15 -3809 ($ $)) (-15 -3816 ($ $)) (-15 -1736 ($ $ (-1170) (-379))) (-15 -2074 ($ $ (-1170) (-379))) (-15 -2479 ((-379) $ (-1170))) (-15 -2768 ((-641 (-1152)) $ (-1152))) (-15 -4203 ($ $ (-1170))) (-15 -3225 ($)) (-15 -1409 ((-3 (-1152) "failed") $ (-1152) (-564))) (-6 -4412)))
-((-1800 (($ $) 46)) (-1347 (((-112) $ $) 80)) (-2035 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 $ "failed") (-949 (-407 (-564)))) 248) (((-3 $ "failed") (-949 (-564))) 247) (((-3 $ "failed") (-949 |#2|)) 250)) (-3437 ((|#2| $) NIL) (((-407 (-564)) $) NIL) (((-564) $) NIL) ((|#4| $) NIL) (($ (-949 (-407 (-564)))) 236) (($ (-949 (-564))) 232) (($ (-949 |#2|)) 252)) (-4316 (($ $) NIL) (($ $ |#4|) 44)) (-3121 (((-112) $ $) 126) (((-112) $ (-641 $)) 130)) (-2602 (((-112) $) 60)) (-2737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 120)) (-4025 (($ $) 155)) (-3625 (($ $) 151)) (-3831 (($ $) 150)) (-1965 (($ $ $) 85) (($ $ $ |#4|) 90)) (-4169 (($ $ $) 88) (($ $ $ |#4|) 92)) (-1926 (((-112) $ $) 138) (((-112) $ (-641 $)) 139)) (-3698 ((|#4| $) 32)) (-3997 (($ $ $) 123)) (-3110 (((-112) $) 59)) (-3804 (((-768) $) 35)) (-4091 (($ $) 169)) (-1455 (($ $) 166)) (-1768 (((-641 $) $) 72)) (-2534 (($ $) 62)) (-3325 (($ $) 162)) (-2156 (((-641 $) $) 69)) (-1530 (($ $) 64)) (-4292 ((|#2| $) NIL) (($ $ |#4|) 39)) (-4348 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -1975 (-768))) $ $) 125)) (-2053 (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $) 121) (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $ |#4|) 122)) (-3789 (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -3101 $)) $ $) 116) (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -3101 $)) $ $ |#4|) 118)) (-1927 (($ $ $) 95) (($ $ $ |#4|) 103)) (-2877 (($ $ $) 96) (($ $ $ |#4|) 104)) (-3595 (((-641 $) $) 54)) (-1762 (((-112) $ $) 135) (((-112) $ (-641 $)) 136)) (-3657 (($ $ $) 111)) (-2558 (($ $) 37)) (-4067 (((-112) $ $) 78)) (-3186 (((-112) $ $) 131) (((-112) $ (-641 $)) 133)) (-1999 (($ $ $) 109)) (-1752 (($ $) 41)) (-3377 ((|#2| |#2| $) 159) (($ (-641 $)) NIL) (($ $ $) NIL)) (-3747 (($ $ |#2|) NIL) (($ $ $) 148)) (-3835 (($ $ |#2|) 143) (($ $ $) 146)) (-3645 (($ $) 49)) (-1385 (($ $) 55)) (-2153 (((-889 (-379)) $) NIL) (((-889 (-564)) $) NIL) (((-536) $) NIL) (($ (-949 (-407 (-564)))) 238) (($ (-949 (-564))) 234) (($ (-949 |#2|)) 249) (((-1152) $) 277) (((-949 |#2|) $) 179)) (-1721 (((-859) $) 29) (($ (-564)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (((-949 |#2|) $) 180) (($ (-407 (-564))) NIL) (($ $) NIL)) (-3564 (((-3 (-112) "failed") $ $) 77)))
-(((-1059 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1721 (|#1| |#1|)) (-15 -3377 (|#1| |#1| |#1|)) (-15 -3377 (|#1| (-641 |#1|))) (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 ((-949 |#2|) |#1|)) (-15 -2153 ((-949 |#2|) |#1|)) (-15 -2153 ((-1152) |#1|)) (-15 -4091 (|#1| |#1|)) (-15 -1455 (|#1| |#1|)) (-15 -3325 (|#1| |#1|)) (-15 -4025 (|#1| |#1|)) (-15 -3377 (|#2| |#2| |#1|)) (-15 -3747 (|#1| |#1| |#1|)) (-15 -3835 (|#1| |#1| |#1|)) (-15 -3747 (|#1| |#1| |#2|)) (-15 -3835 (|#1| |#1| |#2|)) (-15 -3625 (|#1| |#1|)) (-15 -3831 (|#1| |#1|)) (-15 -2153 (|#1| (-949 |#2|))) (-15 -3437 (|#1| (-949 |#2|))) (-15 -2035 ((-3 |#1| "failed") (-949 |#2|))) (-15 -2153 (|#1| (-949 (-564)))) (-15 -3437 (|#1| (-949 (-564)))) (-15 -2035 ((-3 |#1| "failed") (-949 (-564)))) (-15 -2153 (|#1| (-949 (-407 (-564))))) (-15 -3437 (|#1| (-949 (-407 (-564))))) (-15 -2035 ((-3 |#1| "failed") (-949 (-407 (-564))))) (-15 -3657 (|#1| |#1| |#1|)) (-15 -1999 (|#1| |#1| |#1|)) (-15 -4348 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -1975 (-768))) |#1| |#1|)) (-15 -3997 (|#1| |#1| |#1|)) (-15 -2737 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -2053 ((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1| |#4|)) (-15 -2053 ((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -3789 ((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -3101 |#1|)) |#1| |#1| |#4|)) (-15 -3789 ((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -2877 (|#1| |#1| |#1| |#4|)) (-15 -1927 (|#1| |#1| |#1| |#4|)) (-15 -2877 (|#1| |#1| |#1|)) (-15 -1927 (|#1| |#1| |#1|)) (-15 -4169 (|#1| |#1| |#1| |#4|)) (-15 -1965 (|#1| |#1| |#1| |#4|)) (-15 -4169 (|#1| |#1| |#1|)) (-15 -1965 (|#1| |#1| |#1|)) (-15 -1926 ((-112) |#1| (-641 |#1|))) (-15 -1926 ((-112) |#1| |#1|)) (-15 -1762 ((-112) |#1| (-641 |#1|))) (-15 -1762 ((-112) |#1| |#1|)) (-15 -3186 ((-112) |#1| (-641 |#1|))) (-15 -3186 ((-112) |#1| |#1|)) (-15 -3121 ((-112) |#1| (-641 |#1|))) (-15 -3121 ((-112) |#1| |#1|)) (-15 -1347 ((-112) |#1| |#1|)) (-15 -4067 ((-112) |#1| |#1|)) (-15 -3564 ((-3 (-112) "failed") |#1| |#1|)) (-15 -1768 ((-641 |#1|) |#1|)) (-15 -2156 ((-641 |#1|) |#1|)) (-15 -1530 (|#1| |#1|)) (-15 -2534 (|#1| |#1|)) (-15 -2602 ((-112) |#1|)) (-15 -3110 ((-112) |#1|)) (-15 -4316 (|#1| |#1| |#4|)) (-15 -4292 (|#1| |#1| |#4|)) (-15 -1385 (|#1| |#1|)) (-15 -3595 ((-641 |#1|) |#1|)) (-15 -3645 (|#1| |#1|)) (-15 -1800 (|#1| |#1|)) (-15 -1752 (|#1| |#1|)) (-15 -2558 (|#1| |#1|)) (-15 -3804 ((-768) |#1|)) (-15 -3698 (|#4| |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -1721 (|#1| |#4|)) (-15 -2035 ((-3 |#4| "failed") |#1|)) (-15 -3437 (|#4| |#1|)) (-15 -4292 (|#2| |#1|)) (-15 -4316 (|#1| |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|))) (-1060 |#2| |#3| |#4|) (-1046) (-790) (-847)) (T -1059))
-NIL
-(-10 -8 (-15 -1721 (|#1| |#1|)) (-15 -3377 (|#1| |#1| |#1|)) (-15 -3377 (|#1| (-641 |#1|))) (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 ((-949 |#2|) |#1|)) (-15 -2153 ((-949 |#2|) |#1|)) (-15 -2153 ((-1152) |#1|)) (-15 -4091 (|#1| |#1|)) (-15 -1455 (|#1| |#1|)) (-15 -3325 (|#1| |#1|)) (-15 -4025 (|#1| |#1|)) (-15 -3377 (|#2| |#2| |#1|)) (-15 -3747 (|#1| |#1| |#1|)) (-15 -3835 (|#1| |#1| |#1|)) (-15 -3747 (|#1| |#1| |#2|)) (-15 -3835 (|#1| |#1| |#2|)) (-15 -3625 (|#1| |#1|)) (-15 -3831 (|#1| |#1|)) (-15 -2153 (|#1| (-949 |#2|))) (-15 -3437 (|#1| (-949 |#2|))) (-15 -2035 ((-3 |#1| "failed") (-949 |#2|))) (-15 -2153 (|#1| (-949 (-564)))) (-15 -3437 (|#1| (-949 (-564)))) (-15 -2035 ((-3 |#1| "failed") (-949 (-564)))) (-15 -2153 (|#1| (-949 (-407 (-564))))) (-15 -3437 (|#1| (-949 (-407 (-564))))) (-15 -2035 ((-3 |#1| "failed") (-949 (-407 (-564))))) (-15 -3657 (|#1| |#1| |#1|)) (-15 -1999 (|#1| |#1| |#1|)) (-15 -4348 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -1975 (-768))) |#1| |#1|)) (-15 -3997 (|#1| |#1| |#1|)) (-15 -2737 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -2053 ((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1| |#4|)) (-15 -2053 ((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -3789 ((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -3101 |#1|)) |#1| |#1| |#4|)) (-15 -3789 ((-2 (|:| -2784 |#1|) (|:| |gap| (-768)) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -2877 (|#1| |#1| |#1| |#4|)) (-15 -1927 (|#1| |#1| |#1| |#4|)) (-15 -2877 (|#1| |#1| |#1|)) (-15 -1927 (|#1| |#1| |#1|)) (-15 -4169 (|#1| |#1| |#1| |#4|)) (-15 -1965 (|#1| |#1| |#1| |#4|)) (-15 -4169 (|#1| |#1| |#1|)) (-15 -1965 (|#1| |#1| |#1|)) (-15 -1926 ((-112) |#1| (-641 |#1|))) (-15 -1926 ((-112) |#1| |#1|)) (-15 -1762 ((-112) |#1| (-641 |#1|))) (-15 -1762 ((-112) |#1| |#1|)) (-15 -3186 ((-112) |#1| (-641 |#1|))) (-15 -3186 ((-112) |#1| |#1|)) (-15 -3121 ((-112) |#1| (-641 |#1|))) (-15 -3121 ((-112) |#1| |#1|)) (-15 -1347 ((-112) |#1| |#1|)) (-15 -4067 ((-112) |#1| |#1|)) (-15 -3564 ((-3 (-112) "failed") |#1| |#1|)) (-15 -1768 ((-641 |#1|) |#1|)) (-15 -2156 ((-641 |#1|) |#1|)) (-15 -1530 (|#1| |#1|)) (-15 -2534 (|#1| |#1|)) (-15 -2602 ((-112) |#1|)) (-15 -3110 ((-112) |#1|)) (-15 -4316 (|#1| |#1| |#4|)) (-15 -4292 (|#1| |#1| |#4|)) (-15 -1385 (|#1| |#1|)) (-15 -3595 ((-641 |#1|) |#1|)) (-15 -3645 (|#1| |#1|)) (-15 -1800 (|#1| |#1|)) (-15 -1752 (|#1| |#1|)) (-15 -2558 (|#1| |#1|)) (-15 -3804 ((-768) |#1|)) (-15 -3698 (|#4| |#1|)) (-15 -2153 ((-536) |#1|)) (-15 -2153 ((-889 (-564)) |#1|)) (-15 -2153 ((-889 (-379)) |#1|)) (-15 -1721 (|#1| |#4|)) (-15 -2035 ((-3 |#4| "failed") |#1|)) (-15 -3437 (|#4| |#1|)) (-15 -4292 (|#2| |#1|)) (-15 -4316 (|#1| |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4153 (((-641 |#3|) $) 110)) (-3992 (((-1166 $) $ |#3|) 125) (((-1166 |#1|) $) 124)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 87 (|has| |#1| (-556)))) (-4010 (($ $) 88 (|has| |#1| (-556)))) (-2662 (((-112) $) 90 (|has| |#1| (-556)))) (-4277 (((-768) $) 112) (((-768) $ (-641 |#3|)) 111)) (-1800 (($ $) 271)) (-1347 (((-112) $ $) 257)) (-2071 (((-3 $ "failed") $ $) 19)) (-2490 (($ $ $) 216 (|has| |#1| (-556)))) (-2341 (((-641 $) $ $) 211 (|has| |#1| (-556)))) (-4284 (((-418 (-1166 $)) (-1166 $)) 100 (|has| |#1| (-906)))) (-2275 (($ $) 98 (|has| |#1| (-452)))) (-1798 (((-418 $) $) 97 (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 103 (|has| |#1| (-906)))) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#1| "failed") $) 164) (((-3 (-407 (-564)) "failed") $) 161 (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) 159 (|has| |#1| (-1035 (-564)))) (((-3 |#3| "failed") $) 136) (((-3 $ "failed") (-949 (-407 (-564)))) 231 (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170))))) (((-3 $ "failed") (-949 (-564))) 228 (-2713 (-12 (-2819 (|has| |#1| (-38 (-407 (-564))))) (|has| |#1| (-38 (-564))) (|has| |#3| (-612 (-1170)))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170)))))) (((-3 $ "failed") (-949 |#1|)) 225 (-2713 (-12 (-2819 (|has| |#1| (-38 (-407 (-564))))) (-2819 (|has| |#1| (-38 (-564)))) (|has| |#3| (-612 (-1170)))) (-12 (-2819 (|has| |#1| (-545))) (-2819 (|has| |#1| (-38 (-407 (-564))))) (|has| |#1| (-38 (-564))) (|has| |#3| (-612 (-1170)))) (-12 (-2819 (|has| |#1| (-989 (-564)))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170))))))) (-3437 ((|#1| $) 163) (((-407 (-564)) $) 162 (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) 160 (|has| |#1| (-1035 (-564)))) ((|#3| $) 137) (($ (-949 (-407 (-564)))) 230 (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170))))) (($ (-949 (-564))) 227 (-2713 (-12 (-2819 (|has| |#1| (-38 (-407 (-564))))) (|has| |#1| (-38 (-564))) (|has| |#3| (-612 (-1170)))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170)))))) (($ (-949 |#1|)) 224 (-2713 (-12 (-2819 (|has| |#1| (-38 (-407 (-564))))) (-2819 (|has| |#1| (-38 (-564)))) (|has| |#3| (-612 (-1170)))) (-12 (-2819 (|has| |#1| (-545))) (-2819 (|has| |#1| (-38 (-407 (-564))))) (|has| |#1| (-38 (-564))) (|has| |#3| (-612 (-1170)))) (-12 (-2819 (|has| |#1| (-989 (-564)))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170))))))) (-3378 (($ $ $ |#3|) 108 (|has| |#1| (-172))) (($ $ $) 212 (|has| |#1| (-556)))) (-4316 (($ $) 154) (($ $ |#3|) 266)) (-3762 (((-685 (-564)) (-685 $)) 134 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 133 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 132) (((-685 |#1|) (-685 $)) 131)) (-3121 (((-112) $ $) 256) (((-112) $ (-641 $)) 255)) (-3233 (((-3 $ "failed") $) 33)) (-2602 (((-112) $) 264)) (-2737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 236)) (-4025 (($ $) 205 (|has| |#1| (-452)))) (-3912 (($ $) 176 (|has| |#1| (-452))) (($ $ |#3|) 105 (|has| |#1| (-452)))) (-4305 (((-641 $) $) 109)) (-2941 (((-112) $) 96 (|has| |#1| (-906)))) (-3625 (($ $) 221 (|has| |#1| (-556)))) (-3831 (($ $) 222 (|has| |#1| (-556)))) (-1965 (($ $ $) 248) (($ $ $ |#3|) 246)) (-4169 (($ $ $) 247) (($ $ $ |#3|) 245)) (-1587 (($ $ |#1| |#2| $) 172)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 84 (-12 (|has| |#3| (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 83 (-12 (|has| |#3| (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-3282 (((-112) $) 31)) (-4083 (((-768) $) 169)) (-1926 (((-112) $ $) 250) (((-112) $ (-641 $)) 249)) (-2329 (($ $ $ $ $) 207 (|has| |#1| (-556)))) (-3698 ((|#3| $) 275)) (-4143 (($ (-1166 |#1|) |#3|) 117) (($ (-1166 $) |#3|) 116)) (-3863 (((-641 $) $) 126)) (-1924 (((-112) $) 152)) (-4132 (($ |#1| |#2|) 153) (($ $ |#3| (-768)) 119) (($ $ (-641 |#3|) (-641 (-768))) 118)) (-3997 (($ $ $) 235)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ |#3|) 120)) (-3110 (((-112) $) 265)) (-1696 ((|#2| $) 170) (((-768) $ |#3|) 122) (((-641 (-768)) $ (-641 |#3|)) 121)) (-2766 (($ $ $) 79 (|has| |#1| (-847)))) (-3804 (((-768) $) 274)) (-1650 (($ $ $) 78 (|has| |#1| (-847)))) (-2286 (($ (-1 |#2| |#2|) $) 171)) (-2110 (($ (-1 |#1| |#1|) $) 151)) (-4264 (((-3 |#3| "failed") $) 123)) (-4091 (($ $) 202 (|has| |#1| (-452)))) (-1455 (($ $) 203 (|has| |#1| (-452)))) (-1768 (((-641 $) $) 260)) (-2534 (($ $) 263)) (-3325 (($ $) 204 (|has| |#1| (-452)))) (-2156 (((-641 $) $) 261)) (-1530 (($ $) 262)) (-4280 (($ $) 149)) (-4292 ((|#1| $) 148) (($ $ |#3|) 267)) (-3340 (($ (-641 $)) 94 (|has| |#1| (-452))) (($ $ $) 93 (|has| |#1| (-452)))) (-4348 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -1975 (-768))) $ $) 234)) (-2053 (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $) 238) (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $ |#3|) 237)) (-3789 (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -3101 $)) $ $) 240) (((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -3101 $)) $ $ |#3|) 239)) (-1927 (($ $ $) 244) (($ $ $ |#3|) 242)) (-2877 (($ $ $) 243) (($ $ $ |#3|) 241)) (-2811 (((-1152) $) 9)) (-3994 (($ $ $) 210 (|has| |#1| (-556)))) (-3595 (((-641 $) $) 269)) (-4215 (((-3 (-641 $) "failed") $) 114)) (-3366 (((-3 (-641 $) "failed") $) 115)) (-3763 (((-3 (-2 (|:| |var| |#3|) (|:| -2954 (-768))) "failed") $) 113)) (-1762 (((-112) $ $) 252) (((-112) $ (-641 $)) 251)) (-3657 (($ $ $) 232)) (-2558 (($ $) 273)) (-4067 (((-112) $ $) 258)) (-3186 (((-112) $ $) 254) (((-112) $ (-641 $)) 253)) (-1999 (($ $ $) 233)) (-1752 (($ $) 272)) (-4382 (((-1114) $) 10)) (-2083 (((-2 (|:| -3377 $) (|:| |coef2| $)) $ $) 213 (|has| |#1| (-556)))) (-1601 (((-2 (|:| -3377 $) (|:| |coef1| $)) $ $) 214 (|has| |#1| (-556)))) (-4258 (((-112) $) 166)) (-4269 ((|#1| $) 167)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 95 (|has| |#1| (-452)))) (-3377 ((|#1| |#1| $) 206 (|has| |#1| (-452))) (($ (-641 $)) 92 (|has| |#1| (-452))) (($ $ $) 91 (|has| |#1| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) 102 (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) 101 (|has| |#1| (-906)))) (-4020 (((-418 $) $) 99 (|has| |#1| (-906)))) (-1312 (((-2 (|:| -3377 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 215 (|has| |#1| (-556)))) (-2628 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-556)))) (-3747 (($ $ |#1|) 219 (|has| |#1| (-556))) (($ $ $) 217 (|has| |#1| (-556)))) (-3835 (($ $ |#1|) 220 (|has| |#1| (-556))) (($ $ $) 218 (|has| |#1| (-556)))) (-3227 (($ $ (-641 (-294 $))) 145) (($ $ (-294 $)) 144) (($ $ $ $) 143) (($ $ (-641 $) (-641 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-641 |#3|) (-641 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-641 |#3|) (-641 $)) 138)) (-3928 (($ $ |#3|) 107 (|has| |#1| (-172)))) (-1795 (($ $ |#3|) 42) (($ $ (-641 |#3|)) 41) (($ $ |#3| (-768)) 40) (($ $ (-641 |#3|) (-641 (-768))) 39)) (-4341 ((|#2| $) 150) (((-768) $ |#3|) 130) (((-641 (-768)) $ (-641 |#3|)) 129)) (-3645 (($ $) 270)) (-1385 (($ $) 268)) (-2153 (((-889 (-379)) $) 82 (-12 (|has| |#3| (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) 81 (-12 (|has| |#3| (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) 80 (-12 (|has| |#3| (-612 (-536))) (|has| |#1| (-612 (-536))))) (($ (-949 (-407 (-564)))) 229 (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170))))) (($ (-949 (-564))) 226 (-2713 (-12 (-2819 (|has| |#1| (-38 (-407 (-564))))) (|has| |#1| (-38 (-564))) (|has| |#3| (-612 (-1170)))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170)))))) (($ (-949 |#1|)) 223 (|has| |#3| (-612 (-1170)))) (((-1152) $) 201 (-12 (|has| |#1| (-1035 (-564))) (|has| |#3| (-612 (-1170))))) (((-949 |#1|) $) 200 (|has| |#3| (-612 (-1170))))) (-2211 ((|#1| $) 175 (|has| |#1| (-452))) (($ $ |#3|) 106 (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 104 (-2832 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 165) (($ |#3|) 135) (((-949 |#1|) $) 199 (|has| |#3| (-612 (-1170)))) (($ (-407 (-564))) 72 (-2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564)))))) (($ $) 85 (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) 168)) (-1346 ((|#1| $ |#2|) 155) (($ $ |#3| (-768)) 128) (($ $ (-641 |#3|) (-641 (-768))) 127)) (-2684 (((-3 $ "failed") $) 73 (-2713 (-2832 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) 28 T CONST)) (-3305 (($ $ $ (-768)) 173 (|has| |#1| (-172)))) (-1720 (((-112) $ $) 89 (|has| |#1| (-556)))) (-2885 (($) 18 T CONST)) (-3564 (((-3 (-112) "failed") $ $) 259)) (-2898 (($) 30 T CONST)) (-1567 (($ $ $ $ (-768)) 208 (|has| |#1| (-556)))) (-1883 (($ $ $ (-768)) 209 (|has| |#1| (-556)))) (-3256 (($ $ |#3|) 38) (($ $ (-641 |#3|)) 37) (($ $ |#3| (-768)) 36) (($ $ (-641 |#3|) (-641 (-768))) 35)) (-2920 (((-112) $ $) 76 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 75 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 77 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 74 (|has| |#1| (-847)))) (-2983 (($ $ |#1|) 156 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 158 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 157 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) |#2| $) 26)) (-3267 ((|#1| $) 10)) (-1598 (((-564) |#2| $) 114)) (-2929 (((-3 $ "failed") |#2| (-918)) 75)) (-3777 ((|#1| $) 31)) (-1751 ((|#1| |#2| $ |#1|) 40)) (-2264 (($ $) 28)) (-3733 (((-3 |#2| "failed") |#2| $) 110)) (-1569 (((-112) |#2| $) NIL)) (-2607 (((-112) |#2| $) NIL)) (-2575 (((-112) |#2| $) 27)) (-3887 ((|#1| $) 115)) (-3766 ((|#1| $) 30)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3019 ((|#2| $) 102)) (-1831 (((-859) $) 94)) (-2508 ((|#1| |#2| $ |#1|) 41)) (-1496 (((-641 $) |#2|) 77)) (-1702 (((-112) $ $) 97)))
+(((-1056 |#1| |#2|) (-13 (-1063 |#1| |#2|) (-10 -8 (-15 -3766 (|#1| $)) (-15 -3777 (|#1| $)) (-15 -3267 (|#1| $)) (-15 -3887 (|#1| $)) (-15 -2264 ($ $)) (-15 -2575 ((-112) |#2| $)) (-15 -1751 (|#1| |#2| $ |#1|)))) (-13 (-845) (-363)) (-1235 |#1|)) (T -1056))
+((-1751 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-3766 (*1 *2 *1) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-3777 (*1 *2 *1) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-3267 (*1 *2 *1) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-3887 (*1 *2 *1) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-2264 (*1 *1 *1) (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3)) (-4 *3 (-1235 *2)))) (-2575 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-845) (-363))) (-5 *2 (-112)) (-5 *1 (-1056 *4 *3)) (-4 *3 (-1235 *4)))))
+(-13 (-1063 |#1| |#2|) (-10 -8 (-15 -3766 (|#1| $)) (-15 -3777 (|#1| $)) (-15 -3267 (|#1| $)) (-15 -3887 (|#1| $)) (-15 -2264 ($ $)) (-15 -2575 ((-112) |#2| $)) (-15 -1751 (|#1| |#2| $ |#1|))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-2487 (($ $ $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1689 (($ $ $ $) NIL)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-1598 (((-564) $) NIL)) (-1815 (($ $ $) NIL)) (-1778 (($) NIL T CONST)) (-1314 (($ (-1170)) 10) (($ (-564)) 7)) (-2347 (((-3 (-564) "failed") $) NIL)) (-2237 (((-564) $) NIL)) (-1449 (($ $ $) NIL)) (-4050 (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-685 (-564)) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2078 (((-3 (-407 (-564)) "failed") $) NIL)) (-2272 (((-112) $) NIL)) (-3036 (((-407 (-564)) $) NIL)) (-2900 (($) NIL) (($ $) NIL)) (-1424 (($ $ $) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1447 (($ $ $ $) NIL)) (-2227 (($ $ $) NIL)) (-1569 (((-112) $) NIL)) (-2163 (($ $ $) NIL)) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL)) (-2949 (((-112) $) NIL)) (-4301 (((-112) $) NIL)) (-2619 (((-3 $ "failed") $) NIL)) (-2607 (((-112) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1584 (($ $ $ $) NIL)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-1781 (($ $) NIL)) (-1502 (($ $) NIL)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3244 (($ $ $) NIL)) (-2884 (($) NIL T CONST)) (-3900 (($ $) NIL)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) NIL) (($ (-641 $)) NIL)) (-3839 (($ $) NIL)) (-3070 (((-418 $) $) NIL)) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1492 (((-112) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-3534 (($ $ (-768)) NIL) (($ $) NIL)) (-3656 (($ $) NIL)) (-1991 (($ $) NIL)) (-2511 (((-564) $) 16) (((-536) $) NIL) (((-889 (-564)) $) NIL) (((-379) $) NIL) (((-225) $) NIL) (($ (-1170)) 9)) (-1831 (((-859) $) 23) (($ (-564)) 6) (($ $) NIL) (($ (-564)) 6)) (-2219 (((-768)) NIL T CONST)) (-1935 (((-112) $ $) NIL)) (-4254 (($ $ $) NIL)) (-3655 (($) NIL)) (-3939 (((-112) $ $) NIL)) (-2807 (($ $ $ $) NIL)) (-1849 (($ $) NIL)) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-768)) NIL) (($ $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)) (-1808 (($ $) 22) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL)))
+(((-1057) (-13 (-545) (-616 (-1170)) (-10 -8 (-6 -4393) (-6 -4398) (-6 -4394) (-15 -1314 ($ (-1170))) (-15 -1314 ($ (-564)))))) (T -1057))
+((-1314 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1057)))) (-1314 (*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1057)))))
+(-13 (-545) (-616 (-1170)) (-10 -8 (-6 -4393) (-6 -4398) (-6 -4394) (-15 -1314 ($ (-1170))) (-15 -1314 ($ (-564)))))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094))))) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL)) (-1956 (((-1264) $ (-1170) (-1170)) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-3663 (($) 9)) (-1970 (((-52) $ (-1170) (-52)) NIL)) (-2592 (($ $) 32)) (-2076 (($ $) 30)) (-3670 (($ $) 29)) (-2764 (($ $) 31)) (-3268 (($ $) 35)) (-3346 (($ $) 36)) (-3045 (($ $) 28)) (-3578 (($ $) 33)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) 27 (|has| $ (-6 -4406)))) (-1725 (((-3 (-52) "failed") (-1170) $) 43)) (-1778 (($) NIL T CONST)) (-4092 (($) 7)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094))))) (-3644 (($ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) 53 (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-3 (-52) "failed") (-1170) $) NIL)) (-2576 (($ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (((-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406)))) (-3943 (((-3 (-1152) "failed") $ (-1152) (-564)) 74)) (-2261 (((-52) $ (-1170) (-52)) NIL (|has| $ (-6 -4407)))) (-2190 (((-52) $ (-1170)) NIL)) (-1433 (((-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-641 (-52)) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-1170) $) NIL (|has| (-1170) (-847)))) (-2640 (((-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) 38 (|has| $ (-6 -4406))) (((-641 (-52)) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-52) (-1094))))) (-3440 (((-1170) $) NIL (|has| (-1170) (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4407))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094))))) (-2945 (((-641 (-1170)) $) NIL)) (-2554 (((-112) (-1170) $) NIL)) (-2401 (((-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL)) (-2783 (($ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) 46)) (-3883 (((-641 (-1170)) $) NIL)) (-4336 (((-112) (-1170) $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094))))) (-2646 (((-379) $ (-1170)) 52)) (-3552 (((-641 (-1152)) $ (-1152)) 76)) (-3303 (((-52) $) NIL (|has| (-1170) (-847)))) (-3995 (((-3 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) "failed") (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL)) (-4253 (($ $ (-52)) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))))) NIL (-12 (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (($ $ (-294 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL (-12 (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (($ $ (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) NIL (-12 (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (($ $ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL (-12 (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-309 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (($ $ (-641 (-52)) (-641 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-294 (-52))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094)))) (($ $ (-641 (-294 (-52)))) NIL (-12 (|has| (-52) (-309 (-52))) (|has| (-52) (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-52) (-1094))))) (-1794 (((-641 (-52)) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 (((-52) $ (-1170)) NIL) (((-52) $ (-1170) (-52)) NIL)) (-4232 (($) NIL) (($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL)) (-2853 (($ $ (-1170)) 54)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094)))) (((-768) (-52) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-52) (-1094)))) (((-768) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) 40)) (-3043 (($ $ $) 41)) (-1831 (((-859) $) NIL (-4078 (|has| (-52) (-611 (-859))) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-611 (-859)))))) (-4061 (($ $ (-1170) (-379)) 50)) (-4110 (($ $ (-1170) (-379)) 51)) (-2321 (($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))))) NIL)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 (-1170)) (|:| -1389 (-52)))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (-4078 (|has| (-52) (-1094)) (|has| (-2 (|:| -2568 (-1170)) (|:| -1389 (-52))) (-1094))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1058) (-13 (-1185 (-1170) (-52)) (-10 -8 (-15 -3043 ($ $ $)) (-15 -4092 ($)) (-15 -3045 ($ $)) (-15 -3670 ($ $)) (-15 -2076 ($ $)) (-15 -2764 ($ $)) (-15 -3578 ($ $)) (-15 -2592 ($ $)) (-15 -3268 ($ $)) (-15 -3346 ($ $)) (-15 -4061 ($ $ (-1170) (-379))) (-15 -4110 ($ $ (-1170) (-379))) (-15 -2646 ((-379) $ (-1170))) (-15 -3552 ((-641 (-1152)) $ (-1152))) (-15 -2853 ($ $ (-1170))) (-15 -3663 ($)) (-15 -3943 ((-3 (-1152) "failed") $ (-1152) (-564))) (-6 -4406)))) (T -1058))
+((-3043 (*1 *1 *1 *1) (-5 *1 (-1058))) (-4092 (*1 *1) (-5 *1 (-1058))) (-3045 (*1 *1 *1) (-5 *1 (-1058))) (-3670 (*1 *1 *1) (-5 *1 (-1058))) (-2076 (*1 *1 *1) (-5 *1 (-1058))) (-2764 (*1 *1 *1) (-5 *1 (-1058))) (-3578 (*1 *1 *1) (-5 *1 (-1058))) (-2592 (*1 *1 *1) (-5 *1 (-1058))) (-3268 (*1 *1 *1) (-5 *1 (-1058))) (-3346 (*1 *1 *1) (-5 *1 (-1058))) (-4061 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-379)) (-5 *1 (-1058)))) (-4110 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-379)) (-5 *1 (-1058)))) (-2646 (*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-379)) (-5 *1 (-1058)))) (-3552 (*1 *2 *1 *3) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1058)) (-5 *3 (-1152)))) (-2853 (*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1058)))) (-3663 (*1 *1) (-5 *1 (-1058))) (-3943 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-1058)))))
+(-13 (-1185 (-1170) (-52)) (-10 -8 (-15 -3043 ($ $ $)) (-15 -4092 ($)) (-15 -3045 ($ $)) (-15 -3670 ($ $)) (-15 -2076 ($ $)) (-15 -2764 ($ $)) (-15 -3578 ($ $)) (-15 -2592 ($ $)) (-15 -3268 ($ $)) (-15 -3346 ($ $)) (-15 -4061 ($ $ (-1170) (-379))) (-15 -4110 ($ $ (-1170) (-379))) (-15 -2646 ((-379) $ (-1170))) (-15 -3552 ((-641 (-1152)) $ (-1152))) (-15 -2853 ($ $ (-1170))) (-15 -3663 ($)) (-15 -3943 ((-3 (-1152) "failed") $ (-1152) (-564))) (-6 -4406)))
+((-4045 (($ $) 46)) (-2752 (((-112) $ $) 80)) (-2347 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 $ "failed") (-949 (-407 (-564)))) 248) (((-3 $ "failed") (-949 (-564))) 247) (((-3 $ "failed") (-949 |#2|)) 250)) (-2237 ((|#2| $) NIL) (((-407 (-564)) $) NIL) (((-564) $) NIL) ((|#4| $) NIL) (($ (-949 (-407 (-564)))) 236) (($ (-949 (-564))) 232) (($ (-949 |#2|)) 252)) (-3396 (($ $) NIL) (($ $ |#4|) 44)) (-3827 (((-112) $ $) 126) (((-112) $ (-641 $)) 130)) (-1371 (((-112) $) 60)) (-1330 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 120)) (-1695 (($ $) 155)) (-2032 (($ $) 151)) (-3507 (($ $) 150)) (-2376 (($ $ $) 85) (($ $ $ |#4|) 90)) (-3748 (($ $ $) 88) (($ $ $ |#4|) 92)) (-2021 (((-112) $ $) 138) (((-112) $ (-641 $)) 139)) (-1543 ((|#4| $) 32)) (-1387 (($ $ $) 123)) (-1784 (((-112) $) 59)) (-1305 (((-768) $) 35)) (-4195 (($ $) 169)) (-3208 (($ $) 166)) (-4318 (((-641 $) $) 72)) (-3161 (($ $) 62)) (-2110 (($ $) 162)) (-3710 (((-641 $) $) 69)) (-2753 (($ $) 64)) (-3370 ((|#2| $) NIL) (($ $ |#4|) 39)) (-1704 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2491 (-768))) $ $) 125)) (-3915 (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $) 121) (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $ |#4|) 122)) (-4272 (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -1678 $)) $ $) 116) (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -1678 $)) $ $ |#4|) 118)) (-2031 (($ $ $) 95) (($ $ $ |#4|) 103)) (-2070 (($ $ $) 96) (($ $ $ |#4|) 104)) (-2983 (((-641 $) $) 54)) (-4281 (((-112) $ $) 135) (((-112) $ (-641 $)) 136)) (-2356 (($ $ $) 111)) (-2884 (($ $) 37)) (-3984 (((-112) $ $) 78)) (-3253 (((-112) $ $) 131) (((-112) $ (-641 $)) 133)) (-1482 (($ $ $) 109)) (-4202 (($ $) 41)) (-2777 ((|#2| |#2| $) 159) (($ (-641 $)) NIL) (($ $ $) NIL)) (-3916 (($ $ |#2|) NIL) (($ $ $) 148)) (-3542 (($ $ |#2|) 143) (($ $ $) 146)) (-2248 (($ $) 49)) (-2281 (($ $) 55)) (-2511 (((-889 (-379)) $) NIL) (((-889 (-564)) $) NIL) (((-536) $) NIL) (($ (-949 (-407 (-564)))) 238) (($ (-949 (-564))) 234) (($ (-949 |#2|)) 249) (((-1152) $) 277) (((-949 |#2|) $) 179)) (-1831 (((-859) $) 29) (($ (-564)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (((-949 |#2|) $) 180) (($ (-407 (-564))) NIL) (($ $) NIL)) (-2683 (((-3 (-112) "failed") $ $) 77)))
+(((-1059 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1831 (|#1| |#1|)) (-15 -2777 (|#1| |#1| |#1|)) (-15 -2777 (|#1| (-641 |#1|))) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 ((-949 |#2|) |#1|)) (-15 -2511 ((-949 |#2|) |#1|)) (-15 -2511 ((-1152) |#1|)) (-15 -4195 (|#1| |#1|)) (-15 -3208 (|#1| |#1|)) (-15 -2110 (|#1| |#1|)) (-15 -1695 (|#1| |#1|)) (-15 -2777 (|#2| |#2| |#1|)) (-15 -3916 (|#1| |#1| |#1|)) (-15 -3542 (|#1| |#1| |#1|)) (-15 -3916 (|#1| |#1| |#2|)) (-15 -3542 (|#1| |#1| |#2|)) (-15 -2032 (|#1| |#1|)) (-15 -3507 (|#1| |#1|)) (-15 -2511 (|#1| (-949 |#2|))) (-15 -2237 (|#1| (-949 |#2|))) (-15 -2347 ((-3 |#1| "failed") (-949 |#2|))) (-15 -2511 (|#1| (-949 (-564)))) (-15 -2237 (|#1| (-949 (-564)))) (-15 -2347 ((-3 |#1| "failed") (-949 (-564)))) (-15 -2511 (|#1| (-949 (-407 (-564))))) (-15 -2237 (|#1| (-949 (-407 (-564))))) (-15 -2347 ((-3 |#1| "failed") (-949 (-407 (-564))))) (-15 -2356 (|#1| |#1| |#1|)) (-15 -1482 (|#1| |#1| |#1|)) (-15 -1704 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2491 (-768))) |#1| |#1|)) (-15 -1387 (|#1| |#1| |#1|)) (-15 -1330 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -3915 ((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1| |#4|)) (-15 -3915 ((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -4272 ((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -1678 |#1|)) |#1| |#1| |#4|)) (-15 -4272 ((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -2070 (|#1| |#1| |#1| |#4|)) (-15 -2031 (|#1| |#1| |#1| |#4|)) (-15 -2070 (|#1| |#1| |#1|)) (-15 -2031 (|#1| |#1| |#1|)) (-15 -3748 (|#1| |#1| |#1| |#4|)) (-15 -2376 (|#1| |#1| |#1| |#4|)) (-15 -3748 (|#1| |#1| |#1|)) (-15 -2376 (|#1| |#1| |#1|)) (-15 -2021 ((-112) |#1| (-641 |#1|))) (-15 -2021 ((-112) |#1| |#1|)) (-15 -4281 ((-112) |#1| (-641 |#1|))) (-15 -4281 ((-112) |#1| |#1|)) (-15 -3253 ((-112) |#1| (-641 |#1|))) (-15 -3253 ((-112) |#1| |#1|)) (-15 -3827 ((-112) |#1| (-641 |#1|))) (-15 -3827 ((-112) |#1| |#1|)) (-15 -2752 ((-112) |#1| |#1|)) (-15 -3984 ((-112) |#1| |#1|)) (-15 -2683 ((-3 (-112) "failed") |#1| |#1|)) (-15 -4318 ((-641 |#1|) |#1|)) (-15 -3710 ((-641 |#1|) |#1|)) (-15 -2753 (|#1| |#1|)) (-15 -3161 (|#1| |#1|)) (-15 -1371 ((-112) |#1|)) (-15 -1784 ((-112) |#1|)) (-15 -3396 (|#1| |#1| |#4|)) (-15 -3370 (|#1| |#1| |#4|)) (-15 -2281 (|#1| |#1|)) (-15 -2983 ((-641 |#1|) |#1|)) (-15 -2248 (|#1| |#1|)) (-15 -4045 (|#1| |#1|)) (-15 -4202 (|#1| |#1|)) (-15 -2884 (|#1| |#1|)) (-15 -1305 ((-768) |#1|)) (-15 -1543 (|#4| |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -1831 (|#1| |#4|)) (-15 -2347 ((-3 |#4| "failed") |#1|)) (-15 -2237 (|#4| |#1|)) (-15 -3370 (|#2| |#1|)) (-15 -3396 (|#1| |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|))) (-1060 |#2| |#3| |#4|) (-1046) (-790) (-847)) (T -1059))
+NIL
+(-10 -8 (-15 -1831 (|#1| |#1|)) (-15 -2777 (|#1| |#1| |#1|)) (-15 -2777 (|#1| (-641 |#1|))) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 ((-949 |#2|) |#1|)) (-15 -2511 ((-949 |#2|) |#1|)) (-15 -2511 ((-1152) |#1|)) (-15 -4195 (|#1| |#1|)) (-15 -3208 (|#1| |#1|)) (-15 -2110 (|#1| |#1|)) (-15 -1695 (|#1| |#1|)) (-15 -2777 (|#2| |#2| |#1|)) (-15 -3916 (|#1| |#1| |#1|)) (-15 -3542 (|#1| |#1| |#1|)) (-15 -3916 (|#1| |#1| |#2|)) (-15 -3542 (|#1| |#1| |#2|)) (-15 -2032 (|#1| |#1|)) (-15 -3507 (|#1| |#1|)) (-15 -2511 (|#1| (-949 |#2|))) (-15 -2237 (|#1| (-949 |#2|))) (-15 -2347 ((-3 |#1| "failed") (-949 |#2|))) (-15 -2511 (|#1| (-949 (-564)))) (-15 -2237 (|#1| (-949 (-564)))) (-15 -2347 ((-3 |#1| "failed") (-949 (-564)))) (-15 -2511 (|#1| (-949 (-407 (-564))))) (-15 -2237 (|#1| (-949 (-407 (-564))))) (-15 -2347 ((-3 |#1| "failed") (-949 (-407 (-564))))) (-15 -2356 (|#1| |#1| |#1|)) (-15 -1482 (|#1| |#1| |#1|)) (-15 -1704 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2491 (-768))) |#1| |#1|)) (-15 -1387 (|#1| |#1| |#1|)) (-15 -1330 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -3915 ((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1| |#4|)) (-15 -3915 ((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -4272 ((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -1678 |#1|)) |#1| |#1| |#4|)) (-15 -4272 ((-2 (|:| -2860 |#1|) (|:| |gap| (-768)) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -2070 (|#1| |#1| |#1| |#4|)) (-15 -2031 (|#1| |#1| |#1| |#4|)) (-15 -2070 (|#1| |#1| |#1|)) (-15 -2031 (|#1| |#1| |#1|)) (-15 -3748 (|#1| |#1| |#1| |#4|)) (-15 -2376 (|#1| |#1| |#1| |#4|)) (-15 -3748 (|#1| |#1| |#1|)) (-15 -2376 (|#1| |#1| |#1|)) (-15 -2021 ((-112) |#1| (-641 |#1|))) (-15 -2021 ((-112) |#1| |#1|)) (-15 -4281 ((-112) |#1| (-641 |#1|))) (-15 -4281 ((-112) |#1| |#1|)) (-15 -3253 ((-112) |#1| (-641 |#1|))) (-15 -3253 ((-112) |#1| |#1|)) (-15 -3827 ((-112) |#1| (-641 |#1|))) (-15 -3827 ((-112) |#1| |#1|)) (-15 -2752 ((-112) |#1| |#1|)) (-15 -3984 ((-112) |#1| |#1|)) (-15 -2683 ((-3 (-112) "failed") |#1| |#1|)) (-15 -4318 ((-641 |#1|) |#1|)) (-15 -3710 ((-641 |#1|) |#1|)) (-15 -2753 (|#1| |#1|)) (-15 -3161 (|#1| |#1|)) (-15 -1371 ((-112) |#1|)) (-15 -1784 ((-112) |#1|)) (-15 -3396 (|#1| |#1| |#4|)) (-15 -3370 (|#1| |#1| |#4|)) (-15 -2281 (|#1| |#1|)) (-15 -2983 ((-641 |#1|) |#1|)) (-15 -2248 (|#1| |#1|)) (-15 -4045 (|#1| |#1|)) (-15 -4202 (|#1| |#1|)) (-15 -2884 (|#1| |#1|)) (-15 -1305 ((-768) |#1|)) (-15 -1543 (|#4| |#1|)) (-15 -2511 ((-536) |#1|)) (-15 -2511 ((-889 (-564)) |#1|)) (-15 -2511 ((-889 (-379)) |#1|)) (-15 -1831 (|#1| |#4|)) (-15 -2347 ((-3 |#4| "failed") |#1|)) (-15 -2237 (|#4| |#1|)) (-15 -3370 (|#2| |#1|)) (-15 -3396 (|#1| |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3209 (((-641 |#3|) $) 110)) (-3040 (((-1166 $) $ |#3|) 125) (((-1166 |#1|) $) 124)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 87 (|has| |#1| (-556)))) (-1537 (($ $) 88 (|has| |#1| (-556)))) (-1932 (((-112) $) 90 (|has| |#1| (-556)))) (-2291 (((-768) $) 112) (((-768) $ (-641 |#3|)) 111)) (-4045 (($ $) 271)) (-2752 (((-112) $ $) 257)) (-4088 (((-3 $ "failed") $ $) 19)) (-2749 (($ $ $) 216 (|has| |#1| (-556)))) (-1828 (((-641 $) $ $) 211 (|has| |#1| (-556)))) (-2345 (((-418 (-1166 $)) (-1166 $)) 100 (|has| |#1| (-906)))) (-2427 (($ $) 98 (|has| |#1| (-452)))) (-3399 (((-418 $) $) 97 (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 103 (|has| |#1| (-906)))) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#1| "failed") $) 164) (((-3 (-407 (-564)) "failed") $) 161 (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) 159 (|has| |#1| (-1035 (-564)))) (((-3 |#3| "failed") $) 136) (((-3 $ "failed") (-949 (-407 (-564)))) 231 (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170))))) (((-3 $ "failed") (-949 (-564))) 228 (-4078 (-12 (-4338 (|has| |#1| (-38 (-407 (-564))))) (|has| |#1| (-38 (-564))) (|has| |#3| (-612 (-1170)))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170)))))) (((-3 $ "failed") (-949 |#1|)) 225 (-4078 (-12 (-4338 (|has| |#1| (-38 (-407 (-564))))) (-4338 (|has| |#1| (-38 (-564)))) (|has| |#3| (-612 (-1170)))) (-12 (-4338 (|has| |#1| (-545))) (-4338 (|has| |#1| (-38 (-407 (-564))))) (|has| |#1| (-38 (-564))) (|has| |#3| (-612 (-1170)))) (-12 (-4338 (|has| |#1| (-989 (-564)))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170))))))) (-2237 ((|#1| $) 163) (((-407 (-564)) $) 162 (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) 160 (|has| |#1| (-1035 (-564)))) ((|#3| $) 137) (($ (-949 (-407 (-564)))) 230 (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170))))) (($ (-949 (-564))) 227 (-4078 (-12 (-4338 (|has| |#1| (-38 (-407 (-564))))) (|has| |#1| (-38 (-564))) (|has| |#3| (-612 (-1170)))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170)))))) (($ (-949 |#1|)) 224 (-4078 (-12 (-4338 (|has| |#1| (-38 (-407 (-564))))) (-4338 (|has| |#1| (-38 (-564)))) (|has| |#3| (-612 (-1170)))) (-12 (-4338 (|has| |#1| (-545))) (-4338 (|has| |#1| (-38 (-407 (-564))))) (|has| |#1| (-38 (-564))) (|has| |#3| (-612 (-1170)))) (-12 (-4338 (|has| |#1| (-989 (-564)))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170))))))) (-1357 (($ $ $ |#3|) 108 (|has| |#1| (-172))) (($ $ $) 212 (|has| |#1| (-556)))) (-3396 (($ $) 154) (($ $ |#3|) 266)) (-4050 (((-685 (-564)) (-685 $)) 134 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 133 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 132) (((-685 |#1|) (-685 $)) 131)) (-3827 (((-112) $ $) 256) (((-112) $ (-641 $)) 255)) (-3733 (((-3 $ "failed") $) 33)) (-1371 (((-112) $) 264)) (-1330 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 236)) (-1695 (($ $) 205 (|has| |#1| (-452)))) (-3031 (($ $) 176 (|has| |#1| (-452))) (($ $ |#3|) 105 (|has| |#1| (-452)))) (-3383 (((-641 $) $) 109)) (-1420 (((-112) $) 96 (|has| |#1| (-906)))) (-2032 (($ $) 221 (|has| |#1| (-556)))) (-3507 (($ $) 222 (|has| |#1| (-556)))) (-2376 (($ $ $) 248) (($ $ $ |#3|) 246)) (-3748 (($ $ $) 247) (($ $ $ |#3|) 245)) (-2055 (($ $ |#1| |#2| $) 172)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 84 (-12 (|has| |#3| (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 83 (-12 (|has| |#3| (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2949 (((-112) $) 31)) (-4128 (((-768) $) 169)) (-2021 (((-112) $ $) 250) (((-112) $ (-641 $)) 249)) (-1707 (($ $ $ $ $) 207 (|has| |#1| (-556)))) (-1543 ((|#3| $) 275)) (-3198 (($ (-1166 |#1|) |#3|) 117) (($ (-1166 $) |#3|) 116)) (-3802 (((-641 $) $) 126)) (-2003 (((-112) $) 152)) (-3186 (($ |#1| |#2|) 153) (($ $ |#3| (-768)) 119) (($ $ (-641 |#3|) (-641 (-768))) 118)) (-1387 (($ $ $) 235)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ |#3|) 120)) (-1784 (((-112) $) 265)) (-1826 ((|#2| $) 170) (((-768) $ |#3|) 122) (((-641 (-768)) $ (-641 |#3|)) 121)) (-1925 (($ $ $) 79 (|has| |#1| (-847)))) (-1305 (((-768) $) 274)) (-3375 (($ $ $) 78 (|has| |#1| (-847)))) (-2546 (($ (-1 |#2| |#2|) $) 171)) (-2449 (($ (-1 |#1| |#1|) $) 151)) (-2169 (((-3 |#3| "failed") $) 123)) (-4195 (($ $) 202 (|has| |#1| (-452)))) (-3208 (($ $) 203 (|has| |#1| (-452)))) (-4318 (((-641 $) $) 260)) (-3161 (($ $) 263)) (-2110 (($ $) 204 (|has| |#1| (-452)))) (-3710 (((-641 $) $) 261)) (-2753 (($ $) 262)) (-3356 (($ $) 149)) (-3370 ((|#1| $) 148) (($ $ |#3|) 267)) (-2740 (($ (-641 $)) 94 (|has| |#1| (-452))) (($ $ $) 93 (|has| |#1| (-452)))) (-1704 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2491 (-768))) $ $) 234)) (-3915 (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $) 238) (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $ |#3|) 237)) (-4272 (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -1678 $)) $ $) 240) (((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -1678 $)) $ $ |#3|) 239)) (-2031 (($ $ $) 244) (($ $ $ |#3|) 242)) (-2070 (($ $ $) 243) (($ $ $ |#3|) 241)) (-2723 (((-1152) $) 9)) (-2624 (($ $ $) 210 (|has| |#1| (-556)))) (-2983 (((-641 $) $) 269)) (-2955 (((-3 (-641 $) "failed") $) 114)) (-2512 (((-3 (-641 $) "failed") $) 115)) (-4059 (((-3 (-2 (|:| |var| |#3|) (|:| -1558 (-768))) "failed") $) 113)) (-4281 (((-112) $ $) 252) (((-112) $ (-641 $)) 251)) (-2356 (($ $ $) 232)) (-2884 (($ $) 273)) (-3984 (((-112) $ $) 258)) (-3253 (((-112) $ $) 254) (((-112) $ (-641 $)) 253)) (-1482 (($ $ $) 233)) (-4202 (($ $) 272)) (-2780 (((-1114) $) 10)) (-4197 (((-2 (|:| -2777 $) (|:| |coef2| $)) $ $) 213 (|has| |#1| (-556)))) (-2180 (((-2 (|:| -2777 $) (|:| |coef1| $)) $ $) 214 (|has| |#1| (-556)))) (-3326 (((-112) $) 166)) (-3341 ((|#1| $) 167)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 95 (|has| |#1| (-452)))) (-2777 ((|#1| |#1| $) 206 (|has| |#1| (-452))) (($ (-641 $)) 92 (|has| |#1| (-452))) (($ $ $) 91 (|has| |#1| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) 102 (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) 101 (|has| |#1| (-906)))) (-3070 (((-418 $) $) 99 (|has| |#1| (-906)))) (-3848 (((-2 (|:| -2777 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 215 (|has| |#1| (-556)))) (-1403 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-556)))) (-3916 (($ $ |#1|) 219 (|has| |#1| (-556))) (($ $ $) 217 (|has| |#1| (-556)))) (-3542 (($ $ |#1|) 220 (|has| |#1| (-556))) (($ $ $) 218 (|has| |#1| (-556)))) (-2633 (($ $ (-641 (-294 $))) 145) (($ $ (-294 $)) 144) (($ $ $ $) 143) (($ $ (-641 $) (-641 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-641 |#3|) (-641 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-641 |#3|) (-641 $)) 138)) (-3190 (($ $ |#3|) 107 (|has| |#1| (-172)))) (-3534 (($ $ |#3|) 42) (($ $ (-641 |#3|)) 41) (($ $ |#3| (-768)) 40) (($ $ (-641 |#3|) (-641 (-768))) 39)) (-1619 ((|#2| $) 150) (((-768) $ |#3|) 130) (((-641 (-768)) $ (-641 |#3|)) 129)) (-2248 (($ $) 270)) (-2281 (($ $) 268)) (-2511 (((-889 (-379)) $) 82 (-12 (|has| |#3| (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) 81 (-12 (|has| |#3| (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) 80 (-12 (|has| |#3| (-612 (-536))) (|has| |#1| (-612 (-536))))) (($ (-949 (-407 (-564)))) 229 (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170))))) (($ (-949 (-564))) 226 (-4078 (-12 (-4338 (|has| |#1| (-38 (-407 (-564))))) (|has| |#1| (-38 (-564))) (|has| |#3| (-612 (-1170)))) (-12 (|has| |#1| (-38 (-407 (-564)))) (|has| |#3| (-612 (-1170)))))) (($ (-949 |#1|)) 223 (|has| |#3| (-612 (-1170)))) (((-1152) $) 201 (-12 (|has| |#1| (-1035 (-564))) (|has| |#3| (-612 (-1170))))) (((-949 |#1|) $) 200 (|has| |#3| (-612 (-1170))))) (-3008 ((|#1| $) 175 (|has| |#1| (-452))) (($ $ |#3|) 106 (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 104 (-4348 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 165) (($ |#3|) 135) (((-949 |#1|) $) 199 (|has| |#3| (-612 (-1170)))) (($ (-407 (-564))) 72 (-4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564)))))) (($ $) 85 (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) 168)) (-2742 ((|#1| $ |#2|) 155) (($ $ |#3| (-768)) 128) (($ $ (-641 |#3|) (-641 (-768))) 127)) (-4018 (((-3 $ "failed") $) 73 (-4078 (-4348 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) 28 T CONST)) (-3154 (($ $ $ (-768)) 173 (|has| |#1| (-172)))) (-3939 (((-112) $ $) 89 (|has| |#1| (-556)))) (-1293 (($) 18 T CONST)) (-2683 (((-3 (-112) "failed") $ $) 259)) (-1300 (($) 30 T CONST)) (-1892 (($ $ $ $ (-768)) 208 (|has| |#1| (-556)))) (-2891 (($ $ $ (-768)) 209 (|has| |#1| (-556)))) (-3435 (($ $ |#3|) 38) (($ $ (-641 |#3|)) 37) (($ $ |#3| (-768)) 36) (($ $ (-641 |#3|) (-641 (-768))) 35)) (-1762 (((-112) $ $) 76 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 75 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 77 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 74 (|has| |#1| (-847)))) (-1823 (($ $ |#1|) 156 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 158 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 157 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
(((-1060 |#1| |#2| |#3|) (-140) (-1046) (-790) (-847)) (T -1060))
-((-3698 (*1 *2 *1) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-3804 (*1 *2 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-768)))) (-2558 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-1752 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-1800 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-3645 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-3595 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1060 *3 *4 *5)))) (-1385 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-4292 (*1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-4316 (*1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-3110 (*1 *2 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-2602 (*1 *2 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-2534 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-1530 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2156 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1060 *3 *4 *5)))) (-1768 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1060 *3 *4 *5)))) (-3564 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-4067 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-1347 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-3121 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-3121 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)))) (-3186 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-3186 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)))) (-1762 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-1762 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)))) (-1926 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-1926 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)))) (-1965 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-4169 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-1965 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-4169 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-1927 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2877 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-1927 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-2877 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-3789 (*1 *2 *1 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -2784 *1) (|:| |gap| (-768)) (|:| -3101 *1))) (-4 *1 (-1060 *3 *4 *5)))) (-3789 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-2 (|:| -2784 *1) (|:| |gap| (-768)) (|:| -3101 *1))) (-4 *1 (-1060 *4 *5 *3)))) (-2053 (*1 *2 *1 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -2784 *1) (|:| |gap| (-768)) (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-1060 *3 *4 *5)))) (-2053 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-2 (|:| -2784 *1) (|:| |gap| (-768)) (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-1060 *4 *5 *3)))) (-2737 (*1 *2 *1 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-1060 *3 *4 *5)))) (-3997 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-4348 (*1 *2 *1 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -1975 (-768)))) (-4 *1 (-1060 *3 *4 *5)))) (-1999 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-3657 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2035 (*1 *1 *2) (|partial| -12 (-5 *2 (-949 (-407 (-564)))) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))) (-3437 (*1 *1 *2) (-12 (-5 *2 (-949 (-407 (-564)))) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))) (-2153 (*1 *1 *2) (-12 (-5 *2 (-949 (-407 (-564)))) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))) (-2035 (*1 *1 *2) (|partial| -2713 (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-2819 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))))) (-3437 (*1 *1 *2) (-2713 (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-2819 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))))) (-2153 (*1 *1 *2) (-2713 (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-2819 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))))) (-2035 (*1 *1 *2) (|partial| -2713 (-12 (-5 *2 (-949 *3)) (-12 (-2819 (-4 *3 (-38 (-407 (-564))))) (-2819 (-4 *3 (-38 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 *3)) (-12 (-2819 (-4 *3 (-545))) (-2819 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 *3)) (-12 (-2819 (-4 *3 (-989 (-564)))) (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))))) (-3437 (*1 *1 *2) (-2713 (-12 (-5 *2 (-949 *3)) (-12 (-2819 (-4 *3 (-38 (-407 (-564))))) (-2819 (-4 *3 (-38 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 *3)) (-12 (-2819 (-4 *3 (-545))) (-2819 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 *3)) (-12 (-2819 (-4 *3 (-989 (-564)))) (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))))) (-2153 (*1 *1 *2) (-12 (-5 *2 (-949 *3)) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *5 (-612 (-1170))) (-4 *4 (-790)) (-4 *5 (-847)))) (-3831 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3625 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3835 (*1 *1 *1 *2) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3747 (*1 *1 *1 *2) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3835 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3747 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-2490 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-1312 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -3377 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-1060 *3 *4 *5)))) (-1601 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -3377 *1) (|:| |coef1| *1))) (-4 *1 (-1060 *3 *4 *5)))) (-2083 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -3377 *1) (|:| |coef2| *1))) (-4 *1 (-1060 *3 *4 *5)))) (-3378 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-2341 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1060 *3 *4 *5)))) (-3994 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-1883 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *3 (-556)))) (-1567 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *3 (-556)))) (-2329 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3377 (*1 *2 *2 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-4025 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-3325 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-1455 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-4091 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))))
-(-13 (-946 |t#1| |t#2| |t#3|) (-10 -8 (-15 -3698 (|t#3| $)) (-15 -3804 ((-768) $)) (-15 -2558 ($ $)) (-15 -1752 ($ $)) (-15 -1800 ($ $)) (-15 -3645 ($ $)) (-15 -3595 ((-641 $) $)) (-15 -1385 ($ $)) (-15 -4292 ($ $ |t#3|)) (-15 -4316 ($ $ |t#3|)) (-15 -3110 ((-112) $)) (-15 -2602 ((-112) $)) (-15 -2534 ($ $)) (-15 -1530 ($ $)) (-15 -2156 ((-641 $) $)) (-15 -1768 ((-641 $) $)) (-15 -3564 ((-3 (-112) "failed") $ $)) (-15 -4067 ((-112) $ $)) (-15 -1347 ((-112) $ $)) (-15 -3121 ((-112) $ $)) (-15 -3121 ((-112) $ (-641 $))) (-15 -3186 ((-112) $ $)) (-15 -3186 ((-112) $ (-641 $))) (-15 -1762 ((-112) $ $)) (-15 -1762 ((-112) $ (-641 $))) (-15 -1926 ((-112) $ $)) (-15 -1926 ((-112) $ (-641 $))) (-15 -1965 ($ $ $)) (-15 -4169 ($ $ $)) (-15 -1965 ($ $ $ |t#3|)) (-15 -4169 ($ $ $ |t#3|)) (-15 -1927 ($ $ $)) (-15 -2877 ($ $ $)) (-15 -1927 ($ $ $ |t#3|)) (-15 -2877 ($ $ $ |t#3|)) (-15 -3789 ((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -3101 $)) $ $)) (-15 -3789 ((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -3101 $)) $ $ |t#3|)) (-15 -2053 ((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -2053 ((-2 (|:| -2784 $) (|:| |gap| (-768)) (|:| -4110 $) (|:| -3101 $)) $ $ |t#3|)) (-15 -2737 ((-2 (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -3997 ($ $ $)) (-15 -4348 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -1975 (-768))) $ $)) (-15 -1999 ($ $ $)) (-15 -3657 ($ $ $)) (IF (|has| |t#3| (-612 (-1170))) (PROGN (-6 (-611 (-949 |t#1|))) (-6 (-612 (-949 |t#1|))) (IF (|has| |t#1| (-38 (-407 (-564)))) (PROGN (-15 -2035 ((-3 $ "failed") (-949 (-407 (-564))))) (-15 -3437 ($ (-949 (-407 (-564))))) (-15 -2153 ($ (-949 (-407 (-564))))) (-15 -2035 ((-3 $ "failed") (-949 (-564)))) (-15 -3437 ($ (-949 (-564)))) (-15 -2153 ($ (-949 (-564)))) (IF (|has| |t#1| (-989 (-564))) |%noBranch| (PROGN (-15 -2035 ((-3 $ "failed") (-949 |t#1|))) (-15 -3437 ($ (-949 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-564))) (IF (|has| |t#1| (-38 (-407 (-564)))) |%noBranch| (PROGN (-15 -2035 ((-3 $ "failed") (-949 (-564)))) (-15 -3437 ($ (-949 (-564)))) (-15 -2153 ($ (-949 (-564)))) (IF (|has| |t#1| (-545)) |%noBranch| (PROGN (-15 -2035 ((-3 $ "failed") (-949 |t#1|))) (-15 -3437 ($ (-949 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-564))) |%noBranch| (IF (|has| |t#1| (-38 (-407 (-564)))) |%noBranch| (PROGN (-15 -2035 ((-3 $ "failed") (-949 |t#1|))) (-15 -3437 ($ (-949 |t#1|)))))) (-15 -2153 ($ (-949 |t#1|))) (IF (|has| |t#1| (-1035 (-564))) (-6 (-612 (-1152))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-15 -3831 ($ $)) (-15 -3625 ($ $)) (-15 -3835 ($ $ |t#1|)) (-15 -3747 ($ $ |t#1|)) (-15 -3835 ($ $ $)) (-15 -3747 ($ $ $)) (-15 -2490 ($ $ $)) (-15 -1312 ((-2 (|:| -3377 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -1601 ((-2 (|:| -3377 $) (|:| |coef1| $)) $ $)) (-15 -2083 ((-2 (|:| -3377 $) (|:| |coef2| $)) $ $)) (-15 -3378 ($ $ $)) (-15 -2341 ((-641 $) $ $)) (-15 -3994 ($ $ $)) (-15 -1883 ($ $ $ (-768))) (-15 -1567 ($ $ $ $ (-768))) (-15 -2329 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-452)) (PROGN (-15 -3377 (|t#1| |t#1| $)) (-15 -4025 ($ $)) (-15 -3325 ($ $)) (-15 -1455 ($ $)) (-15 -4091 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 |#3|) . T) ((-614 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-611 (-859)) . T) ((-611 (-949 |#1|)) |has| |#3| (-612 (-1170))) ((-172) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-612 (-536)) -12 (|has| |#1| (-612 (-536))) (|has| |#3| (-612 (-536)))) ((-612 (-889 (-379))) -12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#3| (-612 (-889 (-379))))) ((-612 (-889 (-564))) -12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#3| (-612 (-889 (-564))))) ((-612 (-949 |#1|)) |has| |#3| (-612 (-1170))) ((-612 (-1152)) -12 (|has| |#1| (-1035 (-564))) (|has| |#3| (-612 (-1170)))) ((-290) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-309 $) . T) ((-326 |#1| |#2|) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-452) -2713 (|has| |#1| (-906)) (|has| |#1| (-452))) ((-514 |#3| |#1|) . T) ((-514 |#3| $) . T) ((-514 $ $) . T) ((-556) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 |#3|) . T) ((-883 (-379)) -12 (|has| |#1| (-883 (-379))) (|has| |#3| (-883 (-379)))) ((-883 (-564)) -12 (|has| |#1| (-883 (-564))) (|has| |#3| (-883 (-564)))) ((-946 |#1| |#2| |#3|) . T) ((-906) |has| |#1| (-906)) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1035 |#3|) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) |has| |#1| (-906)))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-2808 (((-641 (-1129)) $) 18)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 27) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2551 (((-1129) $) 20)) (-2853 (((-112) $ $) NIL)))
-(((-1061) (-13 (-1077) (-10 -8 (-15 -2808 ((-641 (-1129)) $)) (-15 -2551 ((-1129) $))))) (T -1061))
-((-2808 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1061)))) (-2551 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1061)))))
-(-13 (-1077) (-10 -8 (-15 -2808 ((-641 (-1129)) $)) (-15 -2551 ((-1129) $))))
-((-2013 (((-112) |#3| $) 15)) (-1300 (((-3 $ "failed") |#3| (-918)) 29)) (-3233 (((-3 |#3| "failed") |#3| $) 45)) (-2955 (((-112) |#3| $) 19)) (-1515 (((-112) |#3| $) 17)))
-(((-1062 |#1| |#2| |#3|) (-10 -8 (-15 -1300 ((-3 |#1| "failed") |#3| (-918))) (-15 -3233 ((-3 |#3| "failed") |#3| |#1|)) (-15 -2955 ((-112) |#3| |#1|)) (-15 -1515 ((-112) |#3| |#1|)) (-15 -2013 ((-112) |#3| |#1|))) (-1063 |#2| |#3|) (-13 (-845) (-363)) (-1235 |#2|)) (T -1062))
-NIL
-(-10 -8 (-15 -1300 ((-3 |#1| "failed") |#3| (-918))) (-15 -3233 ((-3 |#3| "failed") |#3| |#1|)) (-15 -2955 ((-112) |#3| |#1|)) (-15 -1515 ((-112) |#3| |#1|)) (-15 -2013 ((-112) |#3| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) |#2| $) 21)) (-1672 (((-564) |#2| $) 22)) (-1300 (((-3 $ "failed") |#2| (-918)) 15)) (-4352 ((|#1| |#2| $ |#1|) 13)) (-3233 (((-3 |#2| "failed") |#2| $) 18)) (-2955 (((-112) |#2| $) 19)) (-1515 (((-112) |#2| $) 20)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-3290 ((|#2| $) 17)) (-1721 (((-859) $) 11)) (-4124 ((|#1| |#2| $ |#1|) 14)) (-4329 (((-641 $) |#2|) 16)) (-2853 (((-112) $ $) 6)))
+((-1543 (*1 *2 *1) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-1305 (*1 *2 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-768)))) (-2884 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-4202 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-4045 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2248 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2983 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1060 *3 *4 *5)))) (-2281 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-3370 (*1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-3396 (*1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-1784 (*1 *2 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-1371 (*1 *2 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-3161 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2753 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-3710 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1060 *3 *4 *5)))) (-4318 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1060 *3 *4 *5)))) (-2683 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-3984 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-2752 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-3827 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-3827 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)))) (-3253 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-3253 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)))) (-4281 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-4281 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)))) (-2021 (*1 *2 *1 *1) (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))) (-2021 (*1 *2 *1 *3) (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)))) (-2376 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-3748 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2376 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-3748 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-2031 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2070 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2031 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-2070 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *2 (-847)))) (-4272 (*1 *2 *1 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -2860 *1) (|:| |gap| (-768)) (|:| -1678 *1))) (-4 *1 (-1060 *3 *4 *5)))) (-4272 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-2 (|:| -2860 *1) (|:| |gap| (-768)) (|:| -1678 *1))) (-4 *1 (-1060 *4 *5 *3)))) (-3915 (*1 *2 *1 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -2860 *1) (|:| |gap| (-768)) (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-1060 *3 *4 *5)))) (-3915 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847)) (-5 *2 (-2 (|:| -2860 *1) (|:| |gap| (-768)) (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-1060 *4 *5 *3)))) (-1330 (*1 *2 *1 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-1060 *3 *4 *5)))) (-1387 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-1704 (*1 *2 *1 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2491 (-768)))) (-4 *1 (-1060 *3 *4 *5)))) (-1482 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2356 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)))) (-2347 (*1 *1 *2) (|partial| -12 (-5 *2 (-949 (-407 (-564)))) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))) (-2237 (*1 *1 *2) (-12 (-5 *2 (-949 (-407 (-564)))) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))) (-2511 (*1 *1 *2) (-12 (-5 *2 (-949 (-407 (-564)))) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))) (-2347 (*1 *1 *2) (|partial| -4078 (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-4338 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))))) (-2237 (*1 *1 *2) (-4078 (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-4338 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))))) (-2511 (*1 *1 *2) (-4078 (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-4338 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5)) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))))) (-2347 (*1 *1 *2) (|partial| -4078 (-12 (-5 *2 (-949 *3)) (-12 (-4338 (-4 *3 (-38 (-407 (-564))))) (-4338 (-4 *3 (-38 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 *3)) (-12 (-4338 (-4 *3 (-545))) (-4338 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 *3)) (-12 (-4338 (-4 *3 (-989 (-564)))) (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))))) (-2237 (*1 *1 *2) (-4078 (-12 (-5 *2 (-949 *3)) (-12 (-4338 (-4 *3 (-38 (-407 (-564))))) (-4338 (-4 *3 (-38 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 *3)) (-12 (-4338 (-4 *3 (-545))) (-4338 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))) (-12 (-5 *2 (-949 *3)) (-12 (-4338 (-4 *3 (-989 (-564)))) (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790)) (-4 *5 (-847))))) (-2511 (*1 *1 *2) (-12 (-5 *2 (-949 *3)) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *5 (-612 (-1170))) (-4 *4 (-790)) (-4 *5 (-847)))) (-3507 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-2032 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3542 (*1 *1 *1 *2) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3916 (*1 *1 *1 *2) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3542 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3916 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-2749 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-3848 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -2777 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-1060 *3 *4 *5)))) (-2180 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -2777 *1) (|:| |coef1| *1))) (-4 *1 (-1060 *3 *4 *5)))) (-4197 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-2 (|:| -2777 *1) (|:| |coef2| *1))) (-4 *1 (-1060 *3 *4 *5)))) (-1357 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-1828 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1060 *3 *4 *5)))) (-2624 (*1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-2891 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *3 (-556)))) (-1892 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *3 (-556)))) (-1707 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-556)))) (-2777 (*1 *2 *2 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-1695 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-2110 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-3208 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))) (-4195 (*1 *1 *1) (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-452)))))
+(-13 (-946 |t#1| |t#2| |t#3|) (-10 -8 (-15 -1543 (|t#3| $)) (-15 -1305 ((-768) $)) (-15 -2884 ($ $)) (-15 -4202 ($ $)) (-15 -4045 ($ $)) (-15 -2248 ($ $)) (-15 -2983 ((-641 $) $)) (-15 -2281 ($ $)) (-15 -3370 ($ $ |t#3|)) (-15 -3396 ($ $ |t#3|)) (-15 -1784 ((-112) $)) (-15 -1371 ((-112) $)) (-15 -3161 ($ $)) (-15 -2753 ($ $)) (-15 -3710 ((-641 $) $)) (-15 -4318 ((-641 $) $)) (-15 -2683 ((-3 (-112) "failed") $ $)) (-15 -3984 ((-112) $ $)) (-15 -2752 ((-112) $ $)) (-15 -3827 ((-112) $ $)) (-15 -3827 ((-112) $ (-641 $))) (-15 -3253 ((-112) $ $)) (-15 -3253 ((-112) $ (-641 $))) (-15 -4281 ((-112) $ $)) (-15 -4281 ((-112) $ (-641 $))) (-15 -2021 ((-112) $ $)) (-15 -2021 ((-112) $ (-641 $))) (-15 -2376 ($ $ $)) (-15 -3748 ($ $ $)) (-15 -2376 ($ $ $ |t#3|)) (-15 -3748 ($ $ $ |t#3|)) (-15 -2031 ($ $ $)) (-15 -2070 ($ $ $)) (-15 -2031 ($ $ $ |t#3|)) (-15 -2070 ($ $ $ |t#3|)) (-15 -4272 ((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -1678 $)) $ $)) (-15 -4272 ((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -1678 $)) $ $ |t#3|)) (-15 -3915 ((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -3915 ((-2 (|:| -2860 $) (|:| |gap| (-768)) (|:| -4347 $) (|:| -1678 $)) $ $ |t#3|)) (-15 -1330 ((-2 (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -1387 ($ $ $)) (-15 -1704 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2491 (-768))) $ $)) (-15 -1482 ($ $ $)) (-15 -2356 ($ $ $)) (IF (|has| |t#3| (-612 (-1170))) (PROGN (-6 (-611 (-949 |t#1|))) (-6 (-612 (-949 |t#1|))) (IF (|has| |t#1| (-38 (-407 (-564)))) (PROGN (-15 -2347 ((-3 $ "failed") (-949 (-407 (-564))))) (-15 -2237 ($ (-949 (-407 (-564))))) (-15 -2511 ($ (-949 (-407 (-564))))) (-15 -2347 ((-3 $ "failed") (-949 (-564)))) (-15 -2237 ($ (-949 (-564)))) (-15 -2511 ($ (-949 (-564)))) (IF (|has| |t#1| (-989 (-564))) |%noBranch| (PROGN (-15 -2347 ((-3 $ "failed") (-949 |t#1|))) (-15 -2237 ($ (-949 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-564))) (IF (|has| |t#1| (-38 (-407 (-564)))) |%noBranch| (PROGN (-15 -2347 ((-3 $ "failed") (-949 (-564)))) (-15 -2237 ($ (-949 (-564)))) (-15 -2511 ($ (-949 (-564)))) (IF (|has| |t#1| (-545)) |%noBranch| (PROGN (-15 -2347 ((-3 $ "failed") (-949 |t#1|))) (-15 -2237 ($ (-949 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-564))) |%noBranch| (IF (|has| |t#1| (-38 (-407 (-564)))) |%noBranch| (PROGN (-15 -2347 ((-3 $ "failed") (-949 |t#1|))) (-15 -2237 ($ (-949 |t#1|)))))) (-15 -2511 ($ (-949 |t#1|))) (IF (|has| |t#1| (-1035 (-564))) (-6 (-612 (-1152))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-15 -3507 ($ $)) (-15 -2032 ($ $)) (-15 -3542 ($ $ |t#1|)) (-15 -3916 ($ $ |t#1|)) (-15 -3542 ($ $ $)) (-15 -3916 ($ $ $)) (-15 -2749 ($ $ $)) (-15 -3848 ((-2 (|:| -2777 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2180 ((-2 (|:| -2777 $) (|:| |coef1| $)) $ $)) (-15 -4197 ((-2 (|:| -2777 $) (|:| |coef2| $)) $ $)) (-15 -1357 ($ $ $)) (-15 -1828 ((-641 $) $ $)) (-15 -2624 ($ $ $)) (-15 -2891 ($ $ $ (-768))) (-15 -1892 ($ $ $ $ (-768))) (-15 -1707 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-452)) (PROGN (-15 -2777 (|t#1| |t#1| $)) (-15 -1695 ($ $)) (-15 -2110 ($ $)) (-15 -3208 ($ $)) (-15 -4195 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) -4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 |#3|) . T) ((-614 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-611 (-859)) . T) ((-611 (-949 |#1|)) |has| |#3| (-612 (-1170))) ((-172) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-612 (-536)) -12 (|has| |#1| (-612 (-536))) (|has| |#3| (-612 (-536)))) ((-612 (-889 (-379))) -12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#3| (-612 (-889 (-379))))) ((-612 (-889 (-564))) -12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#3| (-612 (-889 (-564))))) ((-612 (-949 |#1|)) |has| |#3| (-612 (-1170))) ((-612 (-1152)) -12 (|has| |#1| (-1035 (-564))) (|has| |#3| (-612 (-1170)))) ((-290) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-309 $) . T) ((-326 |#1| |#2|) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-452) -4078 (|has| |#1| (-906)) (|has| |#1| (-452))) ((-514 |#3| |#1|) . T) ((-514 |#3| $) . T) ((-514 $ $) . T) ((-556) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452))) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 |#3|) . T) ((-883 (-379)) -12 (|has| |#1| (-883 (-379))) (|has| |#3| (-883 (-379)))) ((-883 (-564)) -12 (|has| |#1| (-883 (-564))) (|has| |#3| (-883 (-564)))) ((-946 |#1| |#2| |#3|) . T) ((-906) |has| |#1| (-906)) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 |#1|) . T) ((-1035 |#3|) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) |has| |#1| (-906)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-3880 (((-641 (-1129)) $) 18)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 27) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1328 (((-1129) $) 20)) (-1702 (((-112) $ $) NIL)))
+(((-1061) (-13 (-1077) (-10 -8 (-15 -3880 ((-641 (-1129)) $)) (-15 -1328 ((-1129) $))))) (T -1061))
+((-3880 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1061)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1061)))))
+(-13 (-1077) (-10 -8 (-15 -3880 ((-641 (-1129)) $)) (-15 -1328 ((-1129) $))))
+((-1615 (((-112) |#3| $) 15)) (-2929 (((-3 $ "failed") |#3| (-918)) 29)) (-3733 (((-3 |#3| "failed") |#3| $) 45)) (-1569 (((-112) |#3| $) 19)) (-2607 (((-112) |#3| $) 17)))
+(((-1062 |#1| |#2| |#3|) (-10 -8 (-15 -2929 ((-3 |#1| "failed") |#3| (-918))) (-15 -3733 ((-3 |#3| "failed") |#3| |#1|)) (-15 -1569 ((-112) |#3| |#1|)) (-15 -2607 ((-112) |#3| |#1|)) (-15 -1615 ((-112) |#3| |#1|))) (-1063 |#2| |#3|) (-13 (-845) (-363)) (-1235 |#2|)) (T -1062))
+NIL
+(-10 -8 (-15 -2929 ((-3 |#1| "failed") |#3| (-918))) (-15 -3733 ((-3 |#3| "failed") |#3| |#1|)) (-15 -1569 ((-112) |#3| |#1|)) (-15 -2607 ((-112) |#3| |#1|)) (-15 -1615 ((-112) |#3| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) |#2| $) 21)) (-1598 (((-564) |#2| $) 22)) (-2929 (((-3 $ "failed") |#2| (-918)) 15)) (-1751 ((|#1| |#2| $ |#1|) 13)) (-3733 (((-3 |#2| "failed") |#2| $) 18)) (-1569 (((-112) |#2| $) 19)) (-2607 (((-112) |#2| $) 20)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3019 ((|#2| $) 17)) (-1831 (((-859) $) 11)) (-2508 ((|#1| |#2| $ |#1|) 14)) (-1496 (((-641 $) |#2|) 16)) (-1702 (((-112) $ $) 6)))
(((-1063 |#1| |#2|) (-140) (-13 (-845) (-363)) (-1235 |t#1|)) (T -1063))
-((-1672 (*1 *2 *3 *1) (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-564)))) (-2013 (*1 *2 *3 *1) (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-112)))) (-1515 (*1 *2 *3 *1) (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-112)))) (-2955 (*1 *2 *3 *1) (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-112)))) (-3233 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-1063 *3 *2)) (-4 *3 (-13 (-845) (-363))) (-4 *2 (-1235 *3)))) (-3290 (*1 *2 *1) (-12 (-4 *1 (-1063 *3 *2)) (-4 *3 (-13 (-845) (-363))) (-4 *2 (-1235 *3)))) (-4329 (*1 *2 *3) (-12 (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-641 *1)) (-4 *1 (-1063 *4 *3)))) (-1300 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-918)) (-4 *4 (-13 (-845) (-363))) (-4 *1 (-1063 *4 *2)) (-4 *2 (-1235 *4)))) (-4124 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1063 *2 *3)) (-4 *2 (-13 (-845) (-363))) (-4 *3 (-1235 *2)))) (-4352 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1063 *2 *3)) (-4 *2 (-13 (-845) (-363))) (-4 *3 (-1235 *2)))))
-(-13 (-1094) (-10 -8 (-15 -1672 ((-564) |t#2| $)) (-15 -2013 ((-112) |t#2| $)) (-15 -1515 ((-112) |t#2| $)) (-15 -2955 ((-112) |t#2| $)) (-15 -3233 ((-3 |t#2| "failed") |t#2| $)) (-15 -3290 (|t#2| $)) (-15 -4329 ((-641 $) |t#2|)) (-15 -1300 ((-3 $ "failed") |t#2| (-918))) (-15 -4124 (|t#1| |t#2| $ |t#1|)) (-15 -4352 (|t#1| |t#2| $ |t#1|))))
+((-1598 (*1 *2 *3 *1) (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-564)))) (-1615 (*1 *2 *3 *1) (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-112)))) (-2607 (*1 *2 *3 *1) (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-112)))) (-1569 (*1 *2 *3 *1) (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-112)))) (-3733 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-1063 *3 *2)) (-4 *3 (-13 (-845) (-363))) (-4 *2 (-1235 *3)))) (-3019 (*1 *2 *1) (-12 (-4 *1 (-1063 *3 *2)) (-4 *3 (-13 (-845) (-363))) (-4 *2 (-1235 *3)))) (-1496 (*1 *2 *3) (-12 (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-641 *1)) (-4 *1 (-1063 *4 *3)))) (-2929 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-918)) (-4 *4 (-13 (-845) (-363))) (-4 *1 (-1063 *4 *2)) (-4 *2 (-1235 *4)))) (-2508 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1063 *2 *3)) (-4 *2 (-13 (-845) (-363))) (-4 *3 (-1235 *2)))) (-1751 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1063 *2 *3)) (-4 *2 (-13 (-845) (-363))) (-4 *3 (-1235 *2)))))
+(-13 (-1094) (-10 -8 (-15 -1598 ((-564) |t#2| $)) (-15 -1615 ((-112) |t#2| $)) (-15 -2607 ((-112) |t#2| $)) (-15 -1569 ((-112) |t#2| $)) (-15 -3733 ((-3 |t#2| "failed") |t#2| $)) (-15 -3019 (|t#2| $)) (-15 -1496 ((-641 $) |t#2|)) (-15 -2929 ((-3 $ "failed") |t#2| (-918))) (-15 -2508 (|t#1| |t#2| $ |t#1|)) (-15 -1751 (|t#1| |t#2| $ |t#1|))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-2068 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) (-768)) 114)) (-1932 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768)) 63)) (-3950 (((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-768)) 100)) (-2049 (((-768) (-641 |#4|) (-641 |#5|)) 30)) (-1584 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|) 66) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768)) 65) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768) (-112)) 67)) (-3064 (((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112)) 86) (((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112)) 87)) (-2153 (((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) 92)) (-3751 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-112)) 62)) (-3998 (((-768) (-641 |#4|) (-641 |#5|)) 21)))
-(((-1064 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3998 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -2049 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3751 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-112))) (-15 -1932 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768))) (-15 -1932 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|)) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768) (-112))) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768))) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|)) (-15 -3064 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -3064 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -2068 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) (-768))) (-15 -2153 ((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)))) (-15 -3950 ((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-768)))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -1064))
-((-3950 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -3906 *9)))) (-5 *4 (-768)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-1264)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-2153 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -3906 *8))) (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1152)) (-5 *1 (-1064 *4 *5 *6 *7 *8)))) (-2068 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-641 *11)) (|:| |todo| (-641 (-2 (|:| |val| *3) (|:| -3906 *11)))))) (-5 *6 (-768)) (-5 *2 (-641 (-2 (|:| |val| (-641 *10)) (|:| -3906 *11)))) (-5 *3 (-641 *10)) (-5 *4 (-641 *11)) (-4 *10 (-1060 *7 *8 *9)) (-4 *11 (-1066 *7 *8 *9 *10)) (-4 *7 (-452)) (-4 *8 (-790)) (-4 *9 (-847)) (-5 *1 (-1064 *7 *8 *9 *10 *11)))) (-3064 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-3064 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-1584 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1584 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3)))) (-1584 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-768)) (-5 *6 (-112)) (-4 *7 (-452)) (-4 *8 (-790)) (-4 *9 (-847)) (-4 *3 (-1060 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1064 *7 *8 *9 *3 *4)) (-4 *4 (-1066 *7 *8 *9 *3)))) (-1932 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1932 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3)))) (-3751 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3)))) (-2049 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-3998 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -3998 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -2049 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3751 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-112))) (-15 -1932 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768))) (-15 -1932 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|)) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768) (-112))) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768))) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|)) (-15 -3064 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -3064 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -2068 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) (-768))) (-15 -2153 ((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)))) (-15 -3950 ((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-768))))
-((-3123 (((-112) |#5| $) 25)) (-2583 (((-112) |#5| $) 28)) (-3477 (((-112) |#5| $) 18) (((-112) $) 51)) (-1475 (((-641 $) |#5| $) NIL) (((-641 $) (-641 |#5|) $) 93) (((-641 $) (-641 |#5|) (-641 $)) 91) (((-641 $) |#5| (-641 $)) 94)) (-3450 (($ $ |#5|) NIL) (((-641 $) |#5| $) NIL) (((-641 $) |#5| (-641 $)) 72) (((-641 $) (-641 |#5|) $) 74) (((-641 $) (-641 |#5|) (-641 $)) 76)) (-1495 (((-641 $) |#5| $) NIL) (((-641 $) |#5| (-641 $)) 63) (((-641 $) (-641 |#5|) $) 68) (((-641 $) (-641 |#5|) (-641 $)) 70)) (-1853 (((-112) |#5| $) 31)))
-(((-1065 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3450 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -3450 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -3450 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -3450 ((-641 |#1|) |#5| |#1|)) (-15 -1495 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -1495 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -1495 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -1495 ((-641 |#1|) |#5| |#1|)) (-15 -1475 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -1475 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -1475 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -1475 ((-641 |#1|) |#5| |#1|)) (-15 -2583 ((-112) |#5| |#1|)) (-15 -3477 ((-112) |#1|)) (-15 -1853 ((-112) |#5| |#1|)) (-15 -3123 ((-112) |#5| |#1|)) (-15 -3477 ((-112) |#5| |#1|)) (-15 -3450 (|#1| |#1| |#5|))) (-1066 |#2| |#3| |#4| |#5|) (-452) (-790) (-847) (-1060 |#2| |#3| |#4|)) (T -1065))
-NIL
-(-10 -8 (-15 -3450 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -3450 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -3450 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -3450 ((-641 |#1|) |#5| |#1|)) (-15 -1495 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -1495 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -1495 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -1495 ((-641 |#1|) |#5| |#1|)) (-15 -1475 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -1475 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -1475 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -1475 ((-641 |#1|) |#5| |#1|)) (-15 -2583 ((-112) |#5| |#1|)) (-15 -3477 ((-112) |#1|)) (-15 -1853 ((-112) |#5| |#1|)) (-15 -3123 ((-112) |#5| |#1|)) (-15 -3477 ((-112) |#5| |#1|)) (-15 -3450 (|#1| |#1| |#5|)))
-((-1709 (((-112) $ $) 7)) (-4249 (((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 |#4|)))) (-641 |#4|)) 85)) (-2838 (((-641 $) (-641 |#4|)) 86) (((-641 $) (-641 |#4|) (-112)) 111)) (-4153 (((-641 |#3|) $) 33)) (-2129 (((-112) $) 26)) (-3451 (((-112) $) 17 (|has| |#1| (-556)))) (-2637 (((-112) |#4| $) 101) (((-112) $) 97)) (-4084 ((|#4| |#4| $) 92)) (-2275 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| $) 126)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) 27)) (-1729 (((-112) $ (-768)) 44)) (-3346 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4412))) (((-3 |#4| "failed") $ |#3|) 79)) (-1692 (($) 45 T CONST)) (-1492 (((-112) $) 22 (|has| |#1| (-556)))) (-1504 (((-112) $ $) 24 (|has| |#1| (-556)))) (-3693 (((-112) $ $) 23 (|has| |#1| (-556)))) (-3368 (((-112) $) 25 (|has| |#1| (-556)))) (-3987 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 93)) (-2266 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) 36)) (-3437 (($ (-641 |#4|)) 35)) (-1908 (((-3 $ "failed") $) 82)) (-1998 ((|#4| |#4| $) 89)) (-1928 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3121 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 102)) (-2440 ((|#4| |#4| $) 87)) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4412))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-2393 (((-2 (|:| -2151 (-641 |#4|)) (|:| -1940 (-641 |#4|))) $) 105)) (-3123 (((-112) |#4| $) 136)) (-2583 (((-112) |#4| $) 133)) (-3477 (((-112) |#4| $) 137) (((-112) $) 134)) (-1597 (((-641 |#4|) $) 52 (|has| $ (-6 -4412)))) (-1926 (((-112) |#4| $) 104) (((-112) $) 103)) (-3698 ((|#3| $) 34)) (-2575 (((-112) $ (-768)) 43)) (-4317 (((-641 |#4|) $) 53 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) 47)) (-1490 (((-641 |#3|) $) 32)) (-1714 (((-112) |#3| $) 31)) (-3715 (((-112) $ (-768)) 42)) (-2811 (((-1152) $) 9)) (-3941 (((-3 |#4| (-641 $)) |#4| |#4| $) 128)) (-3994 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| |#4| $) 127)) (-3837 (((-3 |#4| "failed") $) 83)) (-2657 (((-641 $) |#4| $) 129)) (-1978 (((-3 (-112) (-641 $)) |#4| $) 132)) (-4251 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 $))) |#4| $) 131) (((-112) |#4| $) 130)) (-1475 (((-641 $) |#4| $) 125) (((-641 $) (-641 |#4|) $) 124) (((-641 $) (-641 |#4|) (-641 $)) 123) (((-641 $) |#4| (-641 $)) 122)) (-3267 (($ |#4| $) 117) (($ (-641 |#4|) $) 116)) (-2224 (((-641 |#4|) $) 107)) (-1762 (((-112) |#4| $) 99) (((-112) $) 95)) (-3657 ((|#4| |#4| $) 90)) (-4067 (((-112) $ $) 110)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-3186 (((-112) |#4| $) 100) (((-112) $) 96)) (-1999 ((|#4| |#4| $) 91)) (-4382 (((-1114) $) 10)) (-1897 (((-3 |#4| "failed") $) 84)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-4177 (((-3 $ "failed") $ |#4|) 78)) (-3450 (($ $ |#4|) 77) (((-641 $) |#4| $) 115) (((-641 $) |#4| (-641 $)) 114) (((-641 $) (-641 |#4|) $) 113) (((-641 $) (-641 |#4|) (-641 $)) 112)) (-2070 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) 38)) (-4102 (((-112) $) 41)) (-3456 (($) 40)) (-4341 (((-768) $) 106)) (-1292 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4412)))) (-1892 (($ $) 39)) (-2153 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1732 (($ (-641 |#4|)) 60)) (-2718 (($ $ |#3|) 28)) (-3119 (($ $ |#3|) 30)) (-2463 (($ $) 88)) (-1442 (($ $ |#3|) 29)) (-1721 (((-859) $) 11) (((-641 |#4|) $) 37)) (-4107 (((-768) $) 76 (|has| |#3| (-368)))) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 108)) (-1544 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) 98)) (-1495 (((-641 $) |#4| $) 121) (((-641 $) |#4| (-641 $)) 120) (((-641 $) (-641 |#4|) $) 119) (((-641 $) (-641 |#4|) (-641 $)) 118)) (-2666 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4412)))) (-4380 (((-641 |#3|) $) 81)) (-1853 (((-112) |#4| $) 135)) (-2614 (((-112) |#3| $) 80)) (-2853 (((-112) $ $) 6)) (-3435 (((-768) $) 46 (|has| $ (-6 -4412)))))
+((-4058 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) (-768)) 114)) (-2062 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768)) 63)) (-3012 (((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-768)) 100)) (-3876 (((-768) (-641 |#4|) (-641 |#5|)) 30)) (-2035 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|) 66) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768)) 65) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768) (-112)) 67)) (-1295 (((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112)) 86) (((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112)) 87)) (-2511 (((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) 92)) (-3937 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-112)) 62)) (-1397 (((-768) (-641 |#4|) (-641 |#5|)) 21)))
+(((-1064 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1397 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3876 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3937 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-112))) (-15 -2062 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768))) (-15 -2062 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|)) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768) (-112))) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768))) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|)) (-15 -1295 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -1295 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4058 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) (-768))) (-15 -2511 ((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)))) (-15 -3012 ((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-768)))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -1064))
+((-3012 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -2956 *9)))) (-5 *4 (-768)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-1264)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-2511 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -2956 *8))) (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1152)) (-5 *1 (-1064 *4 *5 *6 *7 *8)))) (-4058 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-641 *11)) (|:| |todo| (-641 (-2 (|:| |val| *3) (|:| -2956 *11)))))) (-5 *6 (-768)) (-5 *2 (-641 (-2 (|:| |val| (-641 *10)) (|:| -2956 *11)))) (-5 *3 (-641 *10)) (-5 *4 (-641 *11)) (-4 *10 (-1060 *7 *8 *9)) (-4 *11 (-1066 *7 *8 *9 *10)) (-4 *7 (-452)) (-4 *8 (-790)) (-4 *9 (-847)) (-5 *1 (-1064 *7 *8 *9 *10 *11)))) (-1295 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-1295 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-2035 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2035 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3)))) (-2035 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-768)) (-5 *6 (-112)) (-4 *7 (-452)) (-4 *8 (-790)) (-4 *9 (-847)) (-4 *3 (-1060 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1064 *7 *8 *9 *3 *4)) (-4 *4 (-1066 *7 *8 *9 *3)))) (-2062 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2062 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3)))) (-3937 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3)))) (-3876 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-1397 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -1397 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3876 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3937 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-112))) (-15 -2062 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768))) (-15 -2062 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|)) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768) (-112))) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768))) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|)) (-15 -1295 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -1295 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4058 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) (-768))) (-15 -2511 ((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)))) (-15 -3012 ((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-768))))
+((-3843 (((-112) |#5| $) 25)) (-2421 (((-112) |#5| $) 28)) (-4204 (((-112) |#5| $) 18) (((-112) $) 51)) (-3425 (((-641 $) |#5| $) NIL) (((-641 $) (-641 |#5|) $) 93) (((-641 $) (-641 |#5|) (-641 $)) 91) (((-641 $) |#5| (-641 $)) 94)) (-3951 (($ $ |#5|) NIL) (((-641 $) |#5| $) NIL) (((-641 $) |#5| (-641 $)) 72) (((-641 $) (-641 |#5|) $) 74) (((-641 $) (-641 |#5|) (-641 $)) 76)) (-3635 (((-641 $) |#5| $) NIL) (((-641 $) |#5| (-641 $)) 63) (((-641 $) (-641 |#5|) $) 68) (((-641 $) (-641 |#5|) (-641 $)) 70)) (-2637 (((-112) |#5| $) 31)))
+(((-1065 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3951 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -3951 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -3951 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -3951 ((-641 |#1|) |#5| |#1|)) (-15 -3635 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -3635 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -3635 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -3635 ((-641 |#1|) |#5| |#1|)) (-15 -3425 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -3425 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -3425 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -3425 ((-641 |#1|) |#5| |#1|)) (-15 -2421 ((-112) |#5| |#1|)) (-15 -4204 ((-112) |#1|)) (-15 -2637 ((-112) |#5| |#1|)) (-15 -3843 ((-112) |#5| |#1|)) (-15 -4204 ((-112) |#5| |#1|)) (-15 -3951 (|#1| |#1| |#5|))) (-1066 |#2| |#3| |#4| |#5|) (-452) (-790) (-847) (-1060 |#2| |#3| |#4|)) (T -1065))
+NIL
+(-10 -8 (-15 -3951 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -3951 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -3951 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -3951 ((-641 |#1|) |#5| |#1|)) (-15 -3635 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -3635 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -3635 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -3635 ((-641 |#1|) |#5| |#1|)) (-15 -3425 ((-641 |#1|) |#5| (-641 |#1|))) (-15 -3425 ((-641 |#1|) (-641 |#5|) (-641 |#1|))) (-15 -3425 ((-641 |#1|) (-641 |#5|) |#1|)) (-15 -3425 ((-641 |#1|) |#5| |#1|)) (-15 -2421 ((-112) |#5| |#1|)) (-15 -4204 ((-112) |#1|)) (-15 -2637 ((-112) |#5| |#1|)) (-15 -3843 ((-112) |#5| |#1|)) (-15 -4204 ((-112) |#5| |#1|)) (-15 -3951 (|#1| |#1| |#5|)))
+((-1817 (((-112) $ $) 7)) (-3250 (((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 |#4|)))) (-641 |#4|)) 85)) (-2951 (((-641 $) (-641 |#4|)) 86) (((-641 $) (-641 |#4|) (-112)) 111)) (-3209 (((-641 |#3|) $) 33)) (-3449 (((-112) $) 26)) (-3961 (((-112) $) 17 (|has| |#1| (-556)))) (-1712 (((-112) |#4| $) 101) (((-112) $) 97)) (-4136 ((|#4| |#4| $) 92)) (-2427 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| $) 126)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) 27)) (-4010 (((-112) $ (-768)) 44)) (-3752 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4406))) (((-3 |#4| "failed") $ |#3|) 79)) (-1778 (($) 45 T CONST)) (-3602 (((-112) $) 22 (|has| |#1| (-556)))) (-2495 (((-112) $ $) 24 (|has| |#1| (-556)))) (-1495 (((-112) $ $) 23 (|has| |#1| (-556)))) (-2536 (((-112) $) 25 (|has| |#1| (-556)))) (-2559 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 93)) (-2338 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) 36)) (-2237 (($ (-641 |#4|)) 35)) (-3314 (((-3 $ "failed") $) 82)) (-1470 ((|#4| |#4| $) 89)) (-3337 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3827 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 102)) (-3492 ((|#4| |#4| $) 87)) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4406))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-4236 (((-2 (|:| -3689 (-641 |#4|)) (|:| -1669 (-641 |#4|))) $) 105)) (-3843 (((-112) |#4| $) 136)) (-2421 (((-112) |#4| $) 133)) (-4204 (((-112) |#4| $) 137) (((-112) $) 134)) (-1433 (((-641 |#4|) $) 52 (|has| $ (-6 -4406)))) (-2021 (((-112) |#4| $) 104) (((-112) $) 103)) (-1543 ((|#3| $) 34)) (-2324 (((-112) $ (-768)) 43)) (-2640 (((-641 |#4|) $) 53 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) 47)) (-3580 (((-641 |#3|) $) 32)) (-3879 (((-112) |#3| $) 31)) (-1713 (((-112) $ (-768)) 42)) (-2723 (((-1152) $) 9)) (-2100 (((-3 |#4| (-641 $)) |#4| |#4| $) 128)) (-2624 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| |#4| $) 127)) (-2598 (((-3 |#4| "failed") $) 83)) (-1889 (((-641 $) |#4| $) 129)) (-4369 (((-3 (-112) (-641 $)) |#4| $) 132)) (-3273 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 $))) |#4| $) 131) (((-112) |#4| $) 130)) (-3425 (((-641 $) |#4| $) 125) (((-641 $) (-641 |#4|) $) 124) (((-641 $) (-641 |#4|) (-641 $)) 123) (((-641 $) |#4| (-641 $)) 122)) (-2817 (($ |#4| $) 117) (($ (-641 |#4|) $) 116)) (-3123 (((-641 |#4|) $) 107)) (-4281 (((-112) |#4| $) 99) (((-112) $) 95)) (-2356 ((|#4| |#4| $) 90)) (-3984 (((-112) $ $) 110)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-3253 (((-112) |#4| $) 100) (((-112) $) 96)) (-1482 ((|#4| |#4| $) 91)) (-2780 (((-1114) $) 10)) (-3303 (((-3 |#4| "failed") $) 84)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-3824 (((-3 $ "failed") $ |#4|) 78)) (-3951 (($ $ |#4|) 77) (((-641 $) |#4| $) 115) (((-641 $) |#4| (-641 $)) 114) (((-641 $) (-641 |#4|) $) 113) (((-641 $) (-641 |#4|) (-641 $)) 112)) (-4077 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) 38)) (-4284 (((-112) $) 41)) (-4012 (($) 40)) (-1619 (((-768) $) 106)) (-2791 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4406)))) (-1991 (($ $) 39)) (-2511 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1842 (($ (-641 |#4|)) 60)) (-4287 (($ $ |#3|) 28)) (-1887 (($ $ |#3|) 30)) (-3728 (($ $) 88)) (-3111 (($ $ |#3|) 29)) (-1831 (((-859) $) 11) (((-641 |#4|) $) 37)) (-4321 (((-768) $) 76 (|has| |#3| (-368)))) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 108)) (-2885 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) 98)) (-3635 (((-641 $) |#4| $) 121) (((-641 $) |#4| (-641 $)) 120) (((-641 $) (-641 |#4|) $) 119) (((-641 $) (-641 |#4|) (-641 $)) 118)) (-1963 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4406)))) (-2014 (((-641 |#3|) $) 81)) (-2637 (((-112) |#4| $) 135)) (-1484 (((-112) |#3| $) 80)) (-1702 (((-112) $ $) 6)) (-2828 (((-768) $) 46 (|has| $ (-6 -4406)))))
(((-1066 |#1| |#2| |#3| |#4|) (-140) (-452) (-790) (-847) (-1060 |t#1| |t#2| |t#3|)) (T -1066))
-((-3477 (*1 *2 *3 *1) (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-3123 (*1 *2 *3 *1) (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-1853 (*1 *2 *3 *1) (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-3477 (*1 *2 *1) (-12 (-4 *1 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-2583 (*1 *2 *3 *1) (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-1978 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-3 (-112) (-641 *1))) (-4 *1 (-1066 *4 *5 *6 *3)))) (-4251 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *1)))) (-4 *1 (-1066 *4 *5 *6 *3)))) (-4251 (*1 *2 *3 *1) (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-2657 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)))) (-3941 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-3 *3 (-641 *1))) (-4 *1 (-1066 *4 *5 *6 *3)))) (-3994 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *1)))) (-4 *1 (-1066 *4 *5 *6 *3)))) (-2275 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *1)))) (-4 *1 (-1066 *4 *5 *6 *3)))) (-1475 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)))) (-1475 (*1 *2 *3 *1) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *7)))) (-1475 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)))) (-1475 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)))) (-1495 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)))) (-1495 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)))) (-1495 (*1 *2 *3 *1) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *7)))) (-1495 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)))) (-3267 (*1 *1 *2 *1) (-12 (-4 *1 (-1066 *3 *4 *5 *2)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-3267 (*1 *1 *2 *1) (-12 (-5 *2 (-641 *6)) (-4 *1 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)))) (-3450 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)))) (-3450 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)))) (-3450 (*1 *2 *3 *1) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *7)))) (-3450 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)))) (-2838 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *5 *6 *7 *8)))))
-(-13 (-1202 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -3477 ((-112) |t#4| $)) (-15 -3123 ((-112) |t#4| $)) (-15 -1853 ((-112) |t#4| $)) (-15 -3477 ((-112) $)) (-15 -2583 ((-112) |t#4| $)) (-15 -1978 ((-3 (-112) (-641 $)) |t#4| $)) (-15 -4251 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 $))) |t#4| $)) (-15 -4251 ((-112) |t#4| $)) (-15 -2657 ((-641 $) |t#4| $)) (-15 -3941 ((-3 |t#4| (-641 $)) |t#4| |t#4| $)) (-15 -3994 ((-641 (-2 (|:| |val| |t#4|) (|:| -3906 $))) |t#4| |t#4| $)) (-15 -2275 ((-641 (-2 (|:| |val| |t#4|) (|:| -3906 $))) |t#4| $)) (-15 -1475 ((-641 $) |t#4| $)) (-15 -1475 ((-641 $) (-641 |t#4|) $)) (-15 -1475 ((-641 $) (-641 |t#4|) (-641 $))) (-15 -1475 ((-641 $) |t#4| (-641 $))) (-15 -1495 ((-641 $) |t#4| $)) (-15 -1495 ((-641 $) |t#4| (-641 $))) (-15 -1495 ((-641 $) (-641 |t#4|) $)) (-15 -1495 ((-641 $) (-641 |t#4|) (-641 $))) (-15 -3267 ($ |t#4| $)) (-15 -3267 ($ (-641 |t#4|) $)) (-15 -3450 ((-641 $) |t#4| $)) (-15 -3450 ((-641 $) |t#4| (-641 $))) (-15 -3450 ((-641 $) (-641 |t#4|) $)) (-15 -3450 ((-641 $) (-641 |t#4|) (-641 $))) (-15 -2838 ((-641 $) (-641 |t#4|) (-112)))))
+((-4204 (*1 *2 *3 *1) (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-3843 (*1 *2 *3 *1) (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-2637 (*1 *2 *3 *1) (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-4204 (*1 *2 *1) (-12 (-4 *1 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-2421 (*1 *2 *3 *1) (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-4369 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-3 (-112) (-641 *1))) (-4 *1 (-1066 *4 *5 *6 *3)))) (-3273 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *1)))) (-4 *1 (-1066 *4 *5 *6 *3)))) (-3273 (*1 *2 *3 *1) (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-1889 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)))) (-2100 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-3 *3 (-641 *1))) (-4 *1 (-1066 *4 *5 *6 *3)))) (-2624 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *1)))) (-4 *1 (-1066 *4 *5 *6 *3)))) (-2427 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *1)))) (-4 *1 (-1066 *4 *5 *6 *3)))) (-3425 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)))) (-3425 (*1 *2 *3 *1) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *7)))) (-3425 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)))) (-3425 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)))) (-3635 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)))) (-3635 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)))) (-3635 (*1 *2 *3 *1) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *7)))) (-3635 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)))) (-2817 (*1 *1 *2 *1) (-12 (-4 *1 (-1066 *3 *4 *5 *2)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-2817 (*1 *1 *2 *1) (-12 (-5 *2 (-641 *6)) (-4 *1 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)))) (-3951 (*1 *2 *3 *1) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)))) (-3951 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)))) (-3951 (*1 *2 *3 *1) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *7)))) (-3951 (*1 *2 *3 *2) (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)))) (-2951 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1066 *5 *6 *7 *8)))))
+(-13 (-1202 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -4204 ((-112) |t#4| $)) (-15 -3843 ((-112) |t#4| $)) (-15 -2637 ((-112) |t#4| $)) (-15 -4204 ((-112) $)) (-15 -2421 ((-112) |t#4| $)) (-15 -4369 ((-3 (-112) (-641 $)) |t#4| $)) (-15 -3273 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 $))) |t#4| $)) (-15 -3273 ((-112) |t#4| $)) (-15 -1889 ((-641 $) |t#4| $)) (-15 -2100 ((-3 |t#4| (-641 $)) |t#4| |t#4| $)) (-15 -2624 ((-641 (-2 (|:| |val| |t#4|) (|:| -2956 $))) |t#4| |t#4| $)) (-15 -2427 ((-641 (-2 (|:| |val| |t#4|) (|:| -2956 $))) |t#4| $)) (-15 -3425 ((-641 $) |t#4| $)) (-15 -3425 ((-641 $) (-641 |t#4|) $)) (-15 -3425 ((-641 $) (-641 |t#4|) (-641 $))) (-15 -3425 ((-641 $) |t#4| (-641 $))) (-15 -3635 ((-641 $) |t#4| $)) (-15 -3635 ((-641 $) |t#4| (-641 $))) (-15 -3635 ((-641 $) (-641 |t#4|) $)) (-15 -3635 ((-641 $) (-641 |t#4|) (-641 $))) (-15 -2817 ($ |t#4| $)) (-15 -2817 ($ (-641 |t#4|) $)) (-15 -3951 ((-641 $) |t#4| $)) (-15 -3951 ((-641 $) |t#4| (-641 $))) (-15 -3951 ((-641 $) (-641 |t#4|) $)) (-15 -3951 ((-641 $) (-641 |t#4|) (-641 $))) (-15 -2951 ((-641 $) (-641 |t#4|) (-112)))))
(((-34) . T) ((-102) . T) ((-611 (-641 |#4|)) . T) ((-611 (-859)) . T) ((-151 |#4|) . T) ((-612 (-536)) |has| |#4| (-612 (-536))) ((-309 |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-489 |#4|) . T) ((-514 |#4| |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-973 |#1| |#2| |#3| |#4|) . T) ((-1094) . T) ((-1202 |#1| |#2| |#3| |#4|) . T) ((-1209) . T))
-((-2348 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#5|) 87)) (-3084 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|) 129)) (-2428 (((-641 |#5|) |#4| |#5|) 75)) (-3396 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|) 48) (((-112) |#4| |#5|) 56)) (-1753 (((-1264)) 37)) (-1907 (((-1264)) 26)) (-3288 (((-1264) (-1152) (-1152) (-1152)) 33)) (-1741 (((-1264) (-1152) (-1152) (-1152)) 22)) (-3680 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#4| |#4| |#5|) 109)) (-4167 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#3| (-112)) 120) (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5| (-112) (-112)) 53)) (-3522 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|) 115)))
-(((-1067 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1741 ((-1264) (-1152) (-1152) (-1152))) (-15 -1907 ((-1264))) (-15 -3288 ((-1264) (-1152) (-1152) (-1152))) (-15 -1753 ((-1264))) (-15 -3680 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -4167 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -4167 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#3| (-112))) (-15 -3522 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -3084 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -3396 ((-112) |#4| |#5|)) (-15 -3396 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|)) (-15 -2428 ((-641 |#5|) |#4| |#5|)) (-15 -2348 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#5|))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -1067))
-((-2348 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4)))) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2428 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4)) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3396 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *4)))) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3396 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3084 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4)))) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3522 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4)))) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-4167 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -3906 *9)))) (-5 *5 (-112)) (-4 *8 (-1060 *6 *7 *4)) (-4 *9 (-1066 *6 *7 *4 *8)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *4 (-847)) (-5 *2 (-641 (-2 (|:| |val| *8) (|:| -3906 *9)))) (-5 *1 (-1067 *6 *7 *4 *8 *9)))) (-4167 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4)))) (-5 *1 (-1067 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3)))) (-3680 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1753 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-1067 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-3288 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-1067 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-1907 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-1067 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-1741 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-1067 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
-(-10 -7 (-15 -1741 ((-1264) (-1152) (-1152) (-1152))) (-15 -1907 ((-1264))) (-15 -3288 ((-1264) (-1152) (-1152) (-1152))) (-15 -1753 ((-1264))) (-15 -3680 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -4167 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -4167 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#3| (-112))) (-15 -3522 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -3084 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -3396 ((-112) |#4| |#5|)) (-15 -3396 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|)) (-15 -2428 ((-641 |#5|) |#4| |#5|)) (-15 -2348 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#5|)))
-((-1709 (((-112) $ $) NIL)) (-4245 (((-1208) $) 13)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3734 (((-1129) $) 10)) (-1721 (((-859) $) 20) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-1068) (-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $)) (-15 -4245 ((-1208) $))))) (T -1068))
-((-3734 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1068)))) (-4245 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1068)))))
-(-13 (-1077) (-10 -8 (-15 -3734 ((-1129) $)) (-15 -4245 ((-1208) $))))
-((-1709 (((-112) $ $) NIL)) (-2540 (((-1170) $) 8)) (-2811 (((-1152) $) 17)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 14)))
-(((-1069 |#1|) (-13 (-1094) (-10 -8 (-15 -2540 ((-1170) $)))) (-1170)) (T -1069))
-((-2540 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-1069 *3)) (-14 *3 *2))))
-(-13 (-1094) (-10 -8 (-15 -2540 ((-1170) $))))
-((-1709 (((-112) $ $) NIL)) (-2032 (($ $ (-641 (-1170)) (-1 (-112) (-641 |#3|))) 34)) (-3614 (($ |#3| |#3|) 23) (($ |#3| |#3| (-641 (-1170))) 21)) (-4240 ((|#3| $) 13)) (-2035 (((-3 (-294 |#3|) "failed") $) 60)) (-3437 (((-294 |#3|) $) NIL)) (-2873 (((-641 (-1170)) $) 16)) (-4031 (((-889 |#1|) $) 11)) (-4230 ((|#3| $) 12)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2961 ((|#3| $ |#3|) 28) ((|#3| $ |#3| (-918)) 41)) (-1721 (((-859) $) 89) (($ (-294 |#3|)) 22)) (-2853 (((-112) $ $) 38)))
-(((-1070 |#1| |#2| |#3|) (-13 (-1094) (-286 |#3| |#3|) (-1035 (-294 |#3|)) (-10 -8 (-15 -3614 ($ |#3| |#3|)) (-15 -3614 ($ |#3| |#3| (-641 (-1170)))) (-15 -2032 ($ $ (-641 (-1170)) (-1 (-112) (-641 |#3|)))) (-15 -4031 ((-889 |#1|) $)) (-15 -4230 (|#3| $)) (-15 -4240 (|#3| $)) (-15 -2961 (|#3| $ |#3| (-918))) (-15 -2873 ((-641 (-1170)) $)))) (-1094) (-13 (-1046) (-883 |#1|) (-847) (-612 (-889 |#1|))) (-13 (-430 |#2|) (-883 |#1|) (-612 (-889 |#1|)))) (T -1070))
-((-3614 (*1 *1 *2 *2) (-12 (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))) (-5 *1 (-1070 *3 *4 *2)) (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))) (-3614 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-5 *1 (-1070 *4 *5 *2)) (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))))) (-2032 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-1 (-112) (-641 *6))) (-4 *6 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-5 *1 (-1070 *4 *5 *6)))) (-4031 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 *2))) (-5 *2 (-889 *3)) (-5 *1 (-1070 *3 *4 *5)) (-4 *5 (-13 (-430 *4) (-883 *3) (-612 *2))))) (-4230 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))) (-5 *1 (-1070 *3 *4 *2)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))))) (-4240 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))) (-5 *1 (-1070 *3 *4 *2)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))))) (-2961 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-918)) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-5 *1 (-1070 *4 *5 *2)) (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))))) (-2873 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))) (-5 *2 (-641 (-1170))) (-5 *1 (-1070 *3 *4 *5)) (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))))
-(-13 (-1094) (-286 |#3| |#3|) (-1035 (-294 |#3|)) (-10 -8 (-15 -3614 ($ |#3| |#3|)) (-15 -3614 ($ |#3| |#3| (-641 (-1170)))) (-15 -2032 ($ $ (-641 (-1170)) (-1 (-112) (-641 |#3|)))) (-15 -4031 ((-889 |#1|) $)) (-15 -4230 (|#3| $)) (-15 -4240 (|#3| $)) (-15 -2961 (|#3| $ |#3| (-918))) (-15 -2873 ((-641 (-1170)) $))))
-((-1709 (((-112) $ $) NIL)) (-2001 (($ (-641 (-1070 |#1| |#2| |#3|))) 14)) (-1819 (((-641 (-1070 |#1| |#2| |#3|)) $) 21)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2961 ((|#3| $ |#3|) 24) ((|#3| $ |#3| (-918)) 27)) (-1721 (((-859) $) 17)) (-2853 (((-112) $ $) 20)))
-(((-1071 |#1| |#2| |#3|) (-13 (-1094) (-286 |#3| |#3|) (-10 -8 (-15 -2001 ($ (-641 (-1070 |#1| |#2| |#3|)))) (-15 -1819 ((-641 (-1070 |#1| |#2| |#3|)) $)) (-15 -2961 (|#3| $ |#3| (-918))))) (-1094) (-13 (-1046) (-883 |#1|) (-847) (-612 (-889 |#1|))) (-13 (-430 |#2|) (-883 |#1|) (-612 (-889 |#1|)))) (T -1071))
-((-2001 (*1 *1 *2) (-12 (-5 *2 (-641 (-1070 *3 *4 *5))) (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))) (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))) (-5 *1 (-1071 *3 *4 *5)))) (-1819 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))) (-5 *2 (-641 (-1070 *3 *4 *5))) (-5 *1 (-1071 *3 *4 *5)) (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))) (-2961 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-918)) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-5 *1 (-1071 *4 *5 *2)) (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))))))
-(-13 (-1094) (-286 |#3| |#3|) (-10 -8 (-15 -2001 ($ (-641 (-1070 |#1| |#2| |#3|)))) (-15 -1819 ((-641 (-1070 |#1| |#2| |#3|)) $)) (-15 -2961 (|#3| $ |#3| (-918)))))
-((-3575 (((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112)) 87) (((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|))) 91) (((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112)) 89)))
-(((-1072 |#1| |#2|) (-10 -7 (-15 -3575 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112))) (-15 -3575 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -3575 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112)))) (-13 (-307) (-147)) (-641 (-1170))) (T -1072))
-((-3575 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-5 *2 (-641 (-2 (|:| -2120 (-1166 *5)) (|:| -3057 (-641 (-949 *5)))))) (-5 *1 (-1072 *5 *6)) (-5 *3 (-641 (-949 *5))) (-14 *6 (-641 (-1170))))) (-3575 (*1 *2 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-5 *2 (-641 (-2 (|:| -2120 (-1166 *4)) (|:| -3057 (-641 (-949 *4)))))) (-5 *1 (-1072 *4 *5)) (-5 *3 (-641 (-949 *4))) (-14 *5 (-641 (-1170))))) (-3575 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-5 *2 (-641 (-2 (|:| -2120 (-1166 *5)) (|:| -3057 (-641 (-949 *5)))))) (-5 *1 (-1072 *5 *6)) (-5 *3 (-641 (-949 *5))) (-14 *6 (-641 (-1170))))))
-(-10 -7 (-15 -3575 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112))) (-15 -3575 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -3575 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112))))
-((-4020 (((-418 |#3|) |#3|) 18)))
-(((-1073 |#1| |#2| |#3|) (-10 -7 (-15 -4020 ((-418 |#3|) |#3|))) (-1235 (-407 (-564))) (-13 (-363) (-147) (-721 (-407 (-564)) |#1|)) (-1235 |#2|)) (T -1073))
-((-4020 (*1 *2 *3) (-12 (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-13 (-363) (-147) (-721 (-407 (-564)) *4))) (-5 *2 (-418 *3)) (-5 *1 (-1073 *4 *5 *3)) (-4 *3 (-1235 *5)))))
-(-10 -7 (-15 -4020 ((-418 |#3|) |#3|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 142)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-363)))) (-4010 (($ $) NIL (|has| |#1| (-363)))) (-2662 (((-112) $) NIL (|has| |#1| (-363)))) (-4133 (((-685 |#1|) (-1259 $)) NIL) (((-685 |#1|)) 125)) (-4321 ((|#1| $) 130)) (-3754 (((-1182 (-918) (-768)) (-564)) NIL (|has| |#1| (-349)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL (|has| |#1| (-363)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-363)))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1860 (((-768)) 46 (|has| |#1| (-368)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3222 (($ (-1259 |#1|) (-1259 $)) NIL) (($ (-1259 |#1|)) 49)) (-3894 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-349)))) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-3160 (((-685 |#1|) $ (-1259 $)) NIL) (((-685 |#1|) $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 115) (((-685 |#1|) (-685 $)) 110)) (-3658 (($ |#2|) 67) (((-3 $ "failed") (-407 |#2|)) NIL (|has| |#1| (-363)))) (-3233 (((-3 $ "failed") $) NIL)) (-3147 (((-918)) 84)) (-3746 (($) 50 (|has| |#1| (-368)))) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2982 (($) NIL (|has| |#1| (-349)))) (-2398 (((-112) $) NIL (|has| |#1| (-349)))) (-3195 (($ $ (-768)) NIL (|has| |#1| (-349))) (($ $) NIL (|has| |#1| (-349)))) (-2941 (((-112) $) NIL (|has| |#1| (-363)))) (-2887 (((-918) $) NIL (|has| |#1| (-349))) (((-830 (-918)) $) NIL (|has| |#1| (-349)))) (-3282 (((-112) $) NIL)) (-2471 ((|#1| $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-349)))) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2162 ((|#2| $) 91 (|has| |#1| (-363)))) (-2981 (((-918) $) 150 (|has| |#1| (-368)))) (-3646 ((|#2| $) 64)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| |#1| (-363)))) (-2558 (($) NIL (|has| |#1| (-349)) CONST)) (-1359 (($ (-918)) 141 (|has| |#1| (-368)))) (-4382 (((-1114) $) NIL)) (-2739 (($) 132)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2617 (((-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))) NIL (|has| |#1| (-349)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-3928 ((|#1| (-1259 $)) NIL) ((|#1|) 119)) (-2031 (((-768) $) NIL (|has| |#1| (-349))) (((-3 (-768) "failed") $ $) NIL (|has| |#1| (-349)))) (-1795 (($ $) NIL (-2713 (-12 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-768)) NIL (-2713 (-12 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-1 |#1| |#1|) (-768)) NIL (|has| |#1| (-363))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-363)))) (-3141 (((-685 |#1|) (-1259 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-363)))) (-3290 ((|#2|) 80)) (-2117 (($) NIL (|has| |#1| (-349)))) (-3057 (((-1259 |#1|) $ (-1259 $)) 96) (((-685 |#1|) (-1259 $) (-1259 $)) NIL) (((-1259 |#1|) $) 77) (((-685 |#1|) (-1259 $)) 92)) (-2153 (((-1259 |#1|) $) NIL) (($ (-1259 |#1|)) NIL) ((|#2| $) NIL) (($ |#2|) NIL)) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-349)))) (-1721 (((-859) $) 63) (($ (-564)) 59) (($ |#1|) 60) (($ $) NIL (|has| |#1| (-363))) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564))))))) (-2684 (($ $) NIL (|has| |#1| (-349))) (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-4120 ((|#2| $) 89)) (-1303 (((-768)) 82 T CONST)) (-2745 (((-1259 $)) 88)) (-1720 (((-112) $ $) NIL (|has| |#1| (-363)))) (-2885 (($) 32 T CONST)) (-2898 (($) 19 T CONST)) (-3256 (($ $) NIL (-2713 (-12 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-768)) NIL (-2713 (-12 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-1 |#1| |#1|) (-768)) NIL (|has| |#1| (-363))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-363)))) (-2853 (((-112) $ $) 69)) (-2983 (($ $ $) NIL (|has| |#1| (-363)))) (-2970 (($ $) 73) (($ $ $) NIL)) (-2956 (($ $ $) 71)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 57) (($ $ $) 75) (($ $ |#1|) NIL) (($ |#1| $) 54) (($ (-407 (-564)) $) NIL (|has| |#1| (-363))) (($ $ (-407 (-564))) NIL (|has| |#1| (-363)))))
+((-1904 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#5|) 87)) (-1493 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|) 129)) (-3364 (((-641 |#5|) |#4| |#5|) 75)) (-1513 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|) 48) (((-112) |#4| |#5|) 56)) (-4210 (((-1264)) 37)) (-3097 (((-1264)) 26)) (-2997 (((-1264) (-1152) (-1152) (-1152)) 33)) (-4113 (((-1264) (-1152) (-1152) (-1152)) 22)) (-1354 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#4| |#4| |#5|) 109)) (-3739 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#3| (-112)) 120) (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5| (-112) (-112)) 53)) (-3480 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|) 115)))
+(((-1067 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4113 ((-1264) (-1152) (-1152) (-1152))) (-15 -3097 ((-1264))) (-15 -2997 ((-1264) (-1152) (-1152) (-1152))) (-15 -4210 ((-1264))) (-15 -1354 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -3739 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -3739 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#3| (-112))) (-15 -3480 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -1493 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -1513 ((-112) |#4| |#5|)) (-15 -1513 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|)) (-15 -3364 ((-641 |#5|) |#4| |#5|)) (-15 -1904 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#5|))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -1067))
+((-1904 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4)))) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3364 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4)) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1513 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *4)))) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1513 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1493 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4)))) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3480 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4)))) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3739 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -2956 *9)))) (-5 *5 (-112)) (-4 *8 (-1060 *6 *7 *4)) (-4 *9 (-1066 *6 *7 *4 *8)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *4 (-847)) (-5 *2 (-641 (-2 (|:| |val| *8) (|:| -2956 *9)))) (-5 *1 (-1067 *6 *7 *4 *8 *9)))) (-3739 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4)))) (-5 *1 (-1067 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3)))) (-1354 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))) (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-4210 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-1067 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-2997 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-1067 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-3097 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-1067 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-4113 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-1067 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
+(-10 -7 (-15 -4113 ((-1264) (-1152) (-1152) (-1152))) (-15 -3097 ((-1264))) (-15 -2997 ((-1264) (-1152) (-1152) (-1152))) (-15 -4210 ((-1264))) (-15 -1354 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -3739 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -3739 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#3| (-112))) (-15 -3480 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -1493 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -1513 ((-112) |#4| |#5|)) (-15 -1513 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|)) (-15 -3364 ((-641 |#5|) |#4| |#5|)) (-15 -1904 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#5|)))
+((-1817 (((-112) $ $) NIL)) (-4352 (((-1208) $) 13)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3877 (((-1129) $) 10)) (-1831 (((-859) $) 20) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-1068) (-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $)) (-15 -4352 ((-1208) $))))) (T -1068))
+((-3877 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1068)))) (-4352 (*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1068)))))
+(-13 (-1077) (-10 -8 (-15 -3877 ((-1129) $)) (-15 -4352 ((-1208) $))))
+((-1817 (((-112) $ $) NIL)) (-1316 (((-1170) $) 8)) (-2723 (((-1152) $) 17)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 14)))
+(((-1069 |#1|) (-13 (-1094) (-10 -8 (-15 -1316 ((-1170) $)))) (-1170)) (T -1069))
+((-1316 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-1069 *3)) (-14 *3 *2))))
+(-13 (-1094) (-10 -8 (-15 -1316 ((-1170) $))))
+((-1817 (((-112) $ $) NIL)) (-3724 (($ $ (-641 (-1170)) (-1 (-112) (-641 |#3|))) 34)) (-2111 (($ |#3| |#3|) 23) (($ |#3| |#3| (-641 (-1170))) 21)) (-4383 ((|#3| $) 13)) (-2347 (((-3 (-294 |#3|) "failed") $) 60)) (-2237 (((-294 |#3|) $) NIL)) (-2039 (((-641 (-1170)) $) 16)) (-4164 (((-889 |#1|) $) 11)) (-4372 ((|#3| $) 12)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1350 ((|#3| $ |#3|) 28) ((|#3| $ |#3| (-918)) 41)) (-1831 (((-859) $) 89) (($ (-294 |#3|)) 22)) (-1702 (((-112) $ $) 38)))
+(((-1070 |#1| |#2| |#3|) (-13 (-1094) (-286 |#3| |#3|) (-1035 (-294 |#3|)) (-10 -8 (-15 -2111 ($ |#3| |#3|)) (-15 -2111 ($ |#3| |#3| (-641 (-1170)))) (-15 -3724 ($ $ (-641 (-1170)) (-1 (-112) (-641 |#3|)))) (-15 -4164 ((-889 |#1|) $)) (-15 -4372 (|#3| $)) (-15 -4383 (|#3| $)) (-15 -1350 (|#3| $ |#3| (-918))) (-15 -2039 ((-641 (-1170)) $)))) (-1094) (-13 (-1046) (-883 |#1|) (-847) (-612 (-889 |#1|))) (-13 (-430 |#2|) (-883 |#1|) (-612 (-889 |#1|)))) (T -1070))
+((-2111 (*1 *1 *2 *2) (-12 (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))) (-5 *1 (-1070 *3 *4 *2)) (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))) (-2111 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-5 *1 (-1070 *4 *5 *2)) (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))))) (-3724 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-1 (-112) (-641 *6))) (-4 *6 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-5 *1 (-1070 *4 *5 *6)))) (-4164 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 *2))) (-5 *2 (-889 *3)) (-5 *1 (-1070 *3 *4 *5)) (-4 *5 (-13 (-430 *4) (-883 *3) (-612 *2))))) (-4372 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))) (-5 *1 (-1070 *3 *4 *2)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))))) (-4383 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))) (-5 *1 (-1070 *3 *4 *2)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))))) (-1350 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-918)) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-5 *1 (-1070 *4 *5 *2)) (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))))) (-2039 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))) (-5 *2 (-641 (-1170))) (-5 *1 (-1070 *3 *4 *5)) (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))))
+(-13 (-1094) (-286 |#3| |#3|) (-1035 (-294 |#3|)) (-10 -8 (-15 -2111 ($ |#3| |#3|)) (-15 -2111 ($ |#3| |#3| (-641 (-1170)))) (-15 -3724 ($ $ (-641 (-1170)) (-1 (-112) (-641 |#3|)))) (-15 -4164 ((-889 |#1|) $)) (-15 -4372 (|#3| $)) (-15 -4383 (|#3| $)) (-15 -1350 (|#3| $ |#3| (-918))) (-15 -2039 ((-641 (-1170)) $))))
+((-1817 (((-112) $ $) NIL)) (-3690 (($ (-641 (-1070 |#1| |#2| |#3|))) 14)) (-3016 (((-641 (-1070 |#1| |#2| |#3|)) $) 21)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1350 ((|#3| $ |#3|) 24) ((|#3| $ |#3| (-918)) 27)) (-1831 (((-859) $) 17)) (-1702 (((-112) $ $) 20)))
+(((-1071 |#1| |#2| |#3|) (-13 (-1094) (-286 |#3| |#3|) (-10 -8 (-15 -3690 ($ (-641 (-1070 |#1| |#2| |#3|)))) (-15 -3016 ((-641 (-1070 |#1| |#2| |#3|)) $)) (-15 -1350 (|#3| $ |#3| (-918))))) (-1094) (-13 (-1046) (-883 |#1|) (-847) (-612 (-889 |#1|))) (-13 (-430 |#2|) (-883 |#1|) (-612 (-889 |#1|)))) (T -1071))
+((-3690 (*1 *1 *2) (-12 (-5 *2 (-641 (-1070 *3 *4 *5))) (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))) (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))) (-5 *1 (-1071 *3 *4 *5)))) (-3016 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3)))) (-5 *2 (-641 (-1070 *3 *4 *5))) (-5 *1 (-1071 *3 *4 *5)) (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))) (-1350 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-918)) (-4 *4 (-1094)) (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4)))) (-5 *1 (-1071 *4 *5 *2)) (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))))))
+(-13 (-1094) (-286 |#3| |#3|) (-10 -8 (-15 -3690 ($ (-641 (-1070 |#1| |#2| |#3|)))) (-15 -3016 ((-641 (-1070 |#1| |#2| |#3|)) $)) (-15 -1350 (|#3| $ |#3| (-918)))))
+((-2803 (((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112)) 87) (((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|))) 91) (((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112)) 89)))
+(((-1072 |#1| |#2|) (-10 -7 (-15 -2803 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112))) (-15 -2803 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -2803 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112)))) (-13 (-307) (-147)) (-641 (-1170))) (T -1072))
+((-2803 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-5 *2 (-641 (-2 (|:| -3339 (-1166 *5)) (|:| -2467 (-641 (-949 *5)))))) (-5 *1 (-1072 *5 *6)) (-5 *3 (-641 (-949 *5))) (-14 *6 (-641 (-1170))))) (-2803 (*1 *2 *3) (-12 (-4 *4 (-13 (-307) (-147))) (-5 *2 (-641 (-2 (|:| -3339 (-1166 *4)) (|:| -2467 (-641 (-949 *4)))))) (-5 *1 (-1072 *4 *5)) (-5 *3 (-641 (-949 *4))) (-14 *5 (-641 (-1170))))) (-2803 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-5 *2 (-641 (-2 (|:| -3339 (-1166 *5)) (|:| -2467 (-641 (-949 *5)))))) (-5 *1 (-1072 *5 *6)) (-5 *3 (-641 (-949 *5))) (-14 *6 (-641 (-1170))))))
+(-10 -7 (-15 -2803 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112))) (-15 -2803 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -2803 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112))))
+((-3070 (((-418 |#3|) |#3|) 18)))
+(((-1073 |#1| |#2| |#3|) (-10 -7 (-15 -3070 ((-418 |#3|) |#3|))) (-1235 (-407 (-564))) (-13 (-363) (-147) (-721 (-407 (-564)) |#1|)) (-1235 |#2|)) (T -1073))
+((-3070 (*1 *2 *3) (-12 (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-13 (-363) (-147) (-721 (-407 (-564)) *4))) (-5 *2 (-418 *3)) (-5 *1 (-1073 *4 *5 *3)) (-4 *3 (-1235 *5)))))
+(-10 -7 (-15 -3070 ((-418 |#3|) |#3|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 142)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-363)))) (-1537 (($ $) NIL (|has| |#1| (-363)))) (-1932 (((-112) $) NIL (|has| |#1| (-363)))) (-3390 (((-685 |#1|) (-1259 $)) NIL) (((-685 |#1|)) 125)) (-2713 ((|#1| $) 130)) (-3967 (((-1182 (-918) (-768)) (-564)) NIL (|has| |#1| (-349)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL (|has| |#1| (-363)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3267 (((-768)) 46 (|has| |#1| (-368)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3624 (($ (-1259 |#1|) (-1259 $)) NIL) (($ (-1259 |#1|)) 49)) (-2870 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-349)))) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-4206 (((-685 |#1|) $ (-1259 $)) NIL) (((-685 |#1|) $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 115) (((-685 |#1|) (-685 $)) 110)) (-1988 (($ |#2|) 67) (((-3 $ "failed") (-407 |#2|)) NIL (|has| |#1| (-363)))) (-3733 (((-3 $ "failed") $) NIL)) (-3531 (((-918)) 84)) (-2900 (($) 50 (|has| |#1| (-368)))) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-1830 (($) NIL (|has| |#1| (-349)))) (-4282 (((-112) $) NIL (|has| |#1| (-349)))) (-3340 (($ $ (-768)) NIL (|has| |#1| (-349))) (($ $) NIL (|has| |#1| (-349)))) (-1420 (((-112) $) NIL (|has| |#1| (-363)))) (-2155 (((-918) $) NIL (|has| |#1| (-349))) (((-830 (-918)) $) NIL (|has| |#1| (-349)))) (-2949 (((-112) $) NIL)) (-3797 ((|#1| $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-349)))) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3774 ((|#2| $) 91 (|has| |#1| (-363)))) (-1811 (((-918) $) 150 (|has| |#1| (-368)))) (-1977 ((|#2| $) 64)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| |#1| (-363)))) (-2884 (($) NIL (|has| |#1| (-349)) CONST)) (-1468 (($ (-918)) 141 (|has| |#1| (-368)))) (-2780 (((-1114) $) NIL)) (-1426 (($) 132)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-1520 (((-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))) NIL (|has| |#1| (-349)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3190 ((|#1| (-1259 $)) NIL) ((|#1|) 119)) (-1820 (((-768) $) NIL (|has| |#1| (-349))) (((-3 (-768) "failed") $ $) NIL (|has| |#1| (-349)))) (-3534 (($ $) NIL (-4078 (-12 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-768)) NIL (-4078 (-12 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-1 |#1| |#1|) (-768)) NIL (|has| |#1| (-363))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-363)))) (-4027 (((-685 |#1|) (-1259 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-363)))) (-3019 ((|#2|) 80)) (-3297 (($) NIL (|has| |#1| (-349)))) (-2467 (((-1259 |#1|) $ (-1259 $)) 96) (((-685 |#1|) (-1259 $) (-1259 $)) NIL) (((-1259 |#1|) $) 77) (((-685 |#1|) (-1259 $)) 92)) (-2511 (((-1259 |#1|) $) NIL) (($ (-1259 |#1|)) NIL) ((|#2| $) NIL) (($ |#2|) NIL)) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (|has| |#1| (-349)))) (-1831 (((-859) $) 63) (($ (-564)) 59) (($ |#1|) 60) (($ $) NIL (|has| |#1| (-363))) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-363)) (|has| |#1| (-1035 (-407 (-564))))))) (-4018 (($ $) NIL (|has| |#1| (-349))) (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1349 ((|#2| $) 89)) (-2219 (((-768)) 82 T CONST)) (-3331 (((-1259 $)) 88)) (-3939 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1293 (($) 32 T CONST)) (-1300 (($) 19 T CONST)) (-3435 (($ $) NIL (-4078 (-12 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-768)) NIL (-4078 (-12 (|has| |#1| (-233)) (|has| |#1| (-363))) (|has| |#1| (-349)))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-363)) (|has| |#1| (-897 (-1170))))) (($ $ (-1 |#1| |#1|) (-768)) NIL (|has| |#1| (-363))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-363)))) (-1702 (((-112) $ $) 69)) (-1823 (($ $ $) NIL (|has| |#1| (-363)))) (-1808 (($ $) 73) (($ $ $) NIL)) (-1797 (($ $ $) 71)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 57) (($ $ $) 75) (($ $ |#1|) NIL) (($ |#1| $) 54) (($ (-407 (-564)) $) NIL (|has| |#1| (-363))) (($ $ (-407 (-564))) NIL (|has| |#1| (-363)))))
(((-1074 |#1| |#2| |#3|) (-721 |#1| |#2|) (-172) (-1235 |#1|) |#2|) (T -1074))
NIL
(-721 |#1| |#2|)
-((-4020 (((-418 |#3|) |#3|) 19)))
-(((-1075 |#1| |#2| |#3|) (-10 -7 (-15 -4020 ((-418 |#3|) |#3|))) (-1235 (-407 (-949 (-564)))) (-13 (-363) (-147) (-721 (-407 (-949 (-564))) |#1|)) (-1235 |#2|)) (T -1075))
-((-4020 (*1 *2 *3) (-12 (-4 *4 (-1235 (-407 (-949 (-564))))) (-4 *5 (-13 (-363) (-147) (-721 (-407 (-949 (-564))) *4))) (-5 *2 (-418 *3)) (-5 *1 (-1075 *4 *5 *3)) (-4 *3 (-1235 *5)))))
-(-10 -7 (-15 -4020 ((-418 |#3|) |#3|)))
-((-1709 (((-112) $ $) NIL)) (-2766 (($ $ $) 16)) (-1650 (($ $ $) 17)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2443 (($) 6)) (-2153 (((-1170) $) 20)) (-1721 (((-859) $) 13)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 15)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 9)))
-(((-1076) (-13 (-847) (-612 (-1170)) (-10 -8 (-15 -2443 ($))))) (T -1076))
-((-2443 (*1 *1) (-5 *1 (-1076))))
-(-13 (-847) (-612 (-1170)) (-10 -8 (-15 -2443 ($))))
-((-1709 (((-112) $ $) 7)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-1175)) 16) (((-1175) $) 15)) (-2853 (((-112) $ $) 6)))
+((-3070 (((-418 |#3|) |#3|) 19)))
+(((-1075 |#1| |#2| |#3|) (-10 -7 (-15 -3070 ((-418 |#3|) |#3|))) (-1235 (-407 (-949 (-564)))) (-13 (-363) (-147) (-721 (-407 (-949 (-564))) |#1|)) (-1235 |#2|)) (T -1075))
+((-3070 (*1 *2 *3) (-12 (-4 *4 (-1235 (-407 (-949 (-564))))) (-4 *5 (-13 (-363) (-147) (-721 (-407 (-949 (-564))) *4))) (-5 *2 (-418 *3)) (-5 *1 (-1075 *4 *5 *3)) (-4 *3 (-1235 *5)))))
+(-10 -7 (-15 -3070 ((-418 |#3|) |#3|)))
+((-1817 (((-112) $ $) NIL)) (-1925 (($ $ $) 16)) (-3375 (($ $ $) 17)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3522 (($) 6)) (-2511 (((-1170) $) 20)) (-1831 (((-859) $) 13)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 15)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 9)))
+(((-1076) (-13 (-847) (-612 (-1170)) (-10 -8 (-15 -3522 ($))))) (T -1076))
+((-3522 (*1 *1) (-5 *1 (-1076))))
+(-13 (-847) (-612 (-1170)) (-10 -8 (-15 -3522 ($))))
+((-1817 (((-112) $ $) 7)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-1175)) 16) (((-1175) $) 15)) (-1702 (((-112) $ $) 6)))
(((-1077) (-140)) (T -1077))
NIL
(-13 (-93))
(((-93) . T) ((-102) . T) ((-614 #0=(-1175)) . T) ((-611 (-859)) . T) ((-611 #0#) . T) ((-490 #0#) . T) ((-1094) . T))
-((-2459 ((|#1| |#1| (-1 (-564) |#1| |#1|)) 38) ((|#1| |#1| (-1 (-112) |#1|)) 29)) (-1618 (((-1264)) 18)) (-2938 (((-641 |#1|)) 10)))
-(((-1078 |#1|) (-10 -7 (-15 -1618 ((-1264))) (-15 -2938 ((-641 |#1|))) (-15 -2459 (|#1| |#1| (-1 (-112) |#1|))) (-15 -2459 (|#1| |#1| (-1 (-564) |#1| |#1|)))) (-132)) (T -1078))
-((-2459 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-564) *2 *2)) (-4 *2 (-132)) (-5 *1 (-1078 *2)))) (-2459 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-132)) (-5 *1 (-1078 *2)))) (-2938 (*1 *2) (-12 (-5 *2 (-641 *3)) (-5 *1 (-1078 *3)) (-4 *3 (-132)))) (-1618 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1078 *3)) (-4 *3 (-132)))))
-(-10 -7 (-15 -1618 ((-1264))) (-15 -2938 ((-641 |#1|))) (-15 -2459 (|#1| |#1| (-1 (-112) |#1|))) (-15 -2459 (|#1| |#1| (-1 (-564) |#1| |#1|))))
-((-3879 (($ (-109) $) 20)) (-1902 (((-687 (-109)) (-1170) $) 19)) (-3456 (($) 7)) (-1949 (($) 21)) (-2596 (($) 22)) (-2532 (((-641 (-175)) $) 10)) (-1721 (((-859) $) 25)))
-(((-1079) (-13 (-611 (-859)) (-10 -8 (-15 -3456 ($)) (-15 -2532 ((-641 (-175)) $)) (-15 -1902 ((-687 (-109)) (-1170) $)) (-15 -3879 ($ (-109) $)) (-15 -1949 ($)) (-15 -2596 ($))))) (T -1079))
-((-3456 (*1 *1) (-5 *1 (-1079))) (-2532 (*1 *2 *1) (-12 (-5 *2 (-641 (-175))) (-5 *1 (-1079)))) (-1902 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-109))) (-5 *1 (-1079)))) (-3879 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1079)))) (-1949 (*1 *1) (-5 *1 (-1079))) (-2596 (*1 *1) (-5 *1 (-1079))))
-(-13 (-611 (-859)) (-10 -8 (-15 -3456 ($)) (-15 -2532 ((-641 (-175)) $)) (-15 -1902 ((-687 (-109)) (-1170) $)) (-15 -3879 ($ (-109) $)) (-15 -1949 ($)) (-15 -2596 ($))))
-((-2315 (((-1259 (-685 |#1|)) (-641 (-685 |#1|))) 47) (((-1259 (-685 (-949 |#1|))) (-641 (-1170)) (-685 (-949 |#1|))) 76) (((-1259 (-685 (-407 (-949 |#1|)))) (-641 (-1170)) (-685 (-407 (-949 |#1|)))) 94)) (-3057 (((-1259 |#1|) (-685 |#1|) (-641 (-685 |#1|))) 41)))
-(((-1080 |#1|) (-10 -7 (-15 -2315 ((-1259 (-685 (-407 (-949 |#1|)))) (-641 (-1170)) (-685 (-407 (-949 |#1|))))) (-15 -2315 ((-1259 (-685 (-949 |#1|))) (-641 (-1170)) (-685 (-949 |#1|)))) (-15 -2315 ((-1259 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -3057 ((-1259 |#1|) (-685 |#1|) (-641 (-685 |#1|))))) (-363)) (T -1080))
-((-3057 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-685 *5))) (-5 *3 (-685 *5)) (-4 *5 (-363)) (-5 *2 (-1259 *5)) (-5 *1 (-1080 *5)))) (-2315 (*1 *2 *3) (-12 (-5 *3 (-641 (-685 *4))) (-4 *4 (-363)) (-5 *2 (-1259 (-685 *4))) (-5 *1 (-1080 *4)))) (-2315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-1170))) (-4 *5 (-363)) (-5 *2 (-1259 (-685 (-949 *5)))) (-5 *1 (-1080 *5)) (-5 *4 (-685 (-949 *5))))) (-2315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-1170))) (-4 *5 (-363)) (-5 *2 (-1259 (-685 (-407 (-949 *5))))) (-5 *1 (-1080 *5)) (-5 *4 (-685 (-407 (-949 *5)))))))
-(-10 -7 (-15 -2315 ((-1259 (-685 (-407 (-949 |#1|)))) (-641 (-1170)) (-685 (-407 (-949 |#1|))))) (-15 -2315 ((-1259 (-685 (-949 |#1|))) (-641 (-1170)) (-685 (-949 |#1|)))) (-15 -2315 ((-1259 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -3057 ((-1259 |#1|) (-685 |#1|) (-641 (-685 |#1|)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1382 (((-641 (-768)) $) NIL) (((-641 (-768)) $ (-1170)) NIL)) (-2076 (((-768) $) NIL) (((-768) $ (-1170)) NIL)) (-4153 (((-641 (-1082 (-1170))) $) NIL)) (-3992 (((-1166 $) $ (-1082 (-1170))) NIL) (((-1166 |#1|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-1082 (-1170)))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2275 (($ $) NIL (|has| |#1| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3903 (($ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-1082 (-1170)) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL) (((-3 (-1119 |#1| (-1170)) "failed") $) NIL)) (-3437 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-1082 (-1170)) $) NIL) (((-1170) $) NIL) (((-1119 |#1| (-1170)) $) NIL)) (-3378 (($ $ $ (-1082 (-1170))) NIL (|has| |#1| (-172)))) (-4316 (($ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#1| (-452))) (($ $ (-1082 (-1170))) NIL (|has| |#1| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#1| (-906)))) (-1587 (($ $ |#1| (-531 (-1082 (-1170))) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1082 (-1170)) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1082 (-1170)) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2887 (((-768) $ (-1170)) NIL) (((-768) $) NIL)) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-4143 (($ (-1166 |#1|) (-1082 (-1170))) NIL) (($ (-1166 $) (-1082 (-1170))) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-531 (-1082 (-1170)))) NIL) (($ $ (-1082 (-1170)) (-768)) NIL) (($ $ (-641 (-1082 (-1170))) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-1082 (-1170))) NIL)) (-1696 (((-531 (-1082 (-1170))) $) NIL) (((-768) $ (-1082 (-1170))) NIL) (((-641 (-768)) $ (-641 (-1082 (-1170)))) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2286 (($ (-1 (-531 (-1082 (-1170))) (-531 (-1082 (-1170)))) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3956 (((-1 $ (-768)) (-1170)) NIL) (((-1 $ (-768)) $) NIL (|has| |#1| (-233)))) (-4264 (((-3 (-1082 (-1170)) "failed") $) NIL)) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-1864 (((-1082 (-1170)) $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2811 (((-1152) $) NIL)) (-2891 (((-112) $) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-1082 (-1170))) (|:| -2954 (-768))) "failed") $) NIL)) (-3561 (($ $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 ((|#1| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-906)))) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1082 (-1170)) |#1|) NIL) (($ $ (-641 (-1082 (-1170))) (-641 |#1|)) NIL) (($ $ (-1082 (-1170)) $) NIL) (($ $ (-641 (-1082 (-1170))) (-641 $)) NIL) (($ $ (-1170) $) NIL (|has| |#1| (-233))) (($ $ (-641 (-1170)) (-641 $)) NIL (|has| |#1| (-233))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-233))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-233)))) (-3928 (($ $ (-1082 (-1170))) NIL (|has| |#1| (-172)))) (-1795 (($ $ (-1082 (-1170))) NIL) (($ $ (-641 (-1082 (-1170)))) NIL) (($ $ (-1082 (-1170)) (-768)) NIL) (($ $ (-641 (-1082 (-1170))) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-3877 (((-641 (-1170)) $) NIL)) (-4341 (((-531 (-1082 (-1170))) $) NIL) (((-768) $ (-1082 (-1170))) NIL) (((-641 (-768)) $ (-641 (-1082 (-1170)))) NIL) (((-768) $ (-1170)) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-1082 (-1170)) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1082 (-1170)) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1082 (-1170)) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-2211 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ (-1082 (-1170))) NIL (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-1082 (-1170))) NIL) (($ (-1170)) NIL) (($ (-1119 |#1| (-1170))) NIL) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-531 (-1082 (-1170)))) NIL) (($ $ (-1082 (-1170)) (-768)) NIL) (($ $ (-641 (-1082 (-1170))) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-1082 (-1170))) NIL) (($ $ (-641 (-1082 (-1170)))) NIL) (($ $ (-1082 (-1170)) (-768)) NIL) (($ $ (-641 (-1082 (-1170))) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+((-3695 ((|#1| |#1| (-1 (-564) |#1| |#1|)) 38) ((|#1| |#1| (-1 (-112) |#1|)) 29)) (-2814 (((-1264)) 18)) (-1909 (((-641 |#1|)) 10)))
+(((-1078 |#1|) (-10 -7 (-15 -2814 ((-1264))) (-15 -1909 ((-641 |#1|))) (-15 -3695 (|#1| |#1| (-1 (-112) |#1|))) (-15 -3695 (|#1| |#1| (-1 (-564) |#1| |#1|)))) (-132)) (T -1078))
+((-3695 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-564) *2 *2)) (-4 *2 (-132)) (-5 *1 (-1078 *2)))) (-3695 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-132)) (-5 *1 (-1078 *2)))) (-1909 (*1 *2) (-12 (-5 *2 (-641 *3)) (-5 *1 (-1078 *3)) (-4 *3 (-132)))) (-2814 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1078 *3)) (-4 *3 (-132)))))
+(-10 -7 (-15 -2814 ((-1264))) (-15 -1909 ((-641 |#1|))) (-15 -3695 (|#1| |#1| (-1 (-112) |#1|))) (-15 -3695 (|#1| |#1| (-1 (-564) |#1| |#1|))))
+((-2733 (($ (-109) $) 20)) (-3055 (((-687 (-109)) (-1170) $) 19)) (-4012 (($) 7)) (-2209 (($) 21)) (-2571 (($) 22)) (-3139 (((-641 (-175)) $) 10)) (-1831 (((-859) $) 25)))
+(((-1079) (-13 (-611 (-859)) (-10 -8 (-15 -4012 ($)) (-15 -3139 ((-641 (-175)) $)) (-15 -3055 ((-687 (-109)) (-1170) $)) (-15 -2733 ($ (-109) $)) (-15 -2209 ($)) (-15 -2571 ($))))) (T -1079))
+((-4012 (*1 *1) (-5 *1 (-1079))) (-3139 (*1 *2 *1) (-12 (-5 *2 (-641 (-175))) (-5 *1 (-1079)))) (-3055 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-109))) (-5 *1 (-1079)))) (-2733 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1079)))) (-2209 (*1 *1) (-5 *1 (-1079))) (-2571 (*1 *1) (-5 *1 (-1079))))
+(-13 (-611 (-859)) (-10 -8 (-15 -4012 ($)) (-15 -3139 ((-641 (-175)) $)) (-15 -3055 ((-687 (-109)) (-1170) $)) (-15 -2733 ($ (-109) $)) (-15 -2209 ($)) (-15 -2571 ($))))
+((-1546 (((-1259 (-685 |#1|)) (-641 (-685 |#1|))) 47) (((-1259 (-685 (-949 |#1|))) (-641 (-1170)) (-685 (-949 |#1|))) 76) (((-1259 (-685 (-407 (-949 |#1|)))) (-641 (-1170)) (-685 (-407 (-949 |#1|)))) 94)) (-2467 (((-1259 |#1|) (-685 |#1|) (-641 (-685 |#1|))) 41)))
+(((-1080 |#1|) (-10 -7 (-15 -1546 ((-1259 (-685 (-407 (-949 |#1|)))) (-641 (-1170)) (-685 (-407 (-949 |#1|))))) (-15 -1546 ((-1259 (-685 (-949 |#1|))) (-641 (-1170)) (-685 (-949 |#1|)))) (-15 -1546 ((-1259 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -2467 ((-1259 |#1|) (-685 |#1|) (-641 (-685 |#1|))))) (-363)) (T -1080))
+((-2467 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-685 *5))) (-5 *3 (-685 *5)) (-4 *5 (-363)) (-5 *2 (-1259 *5)) (-5 *1 (-1080 *5)))) (-1546 (*1 *2 *3) (-12 (-5 *3 (-641 (-685 *4))) (-4 *4 (-363)) (-5 *2 (-1259 (-685 *4))) (-5 *1 (-1080 *4)))) (-1546 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-1170))) (-4 *5 (-363)) (-5 *2 (-1259 (-685 (-949 *5)))) (-5 *1 (-1080 *5)) (-5 *4 (-685 (-949 *5))))) (-1546 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-1170))) (-4 *5 (-363)) (-5 *2 (-1259 (-685 (-407 (-949 *5))))) (-5 *1 (-1080 *5)) (-5 *4 (-685 (-407 (-949 *5)))))))
+(-10 -7 (-15 -1546 ((-1259 (-685 (-407 (-949 |#1|)))) (-641 (-1170)) (-685 (-407 (-949 |#1|))))) (-15 -1546 ((-1259 (-685 (-949 |#1|))) (-641 (-1170)) (-685 (-949 |#1|)))) (-15 -1546 ((-1259 (-685 |#1|)) (-641 (-685 |#1|)))) (-15 -2467 ((-1259 |#1|) (-685 |#1|) (-641 (-685 |#1|)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-2408 (((-641 (-768)) $) NIL) (((-641 (-768)) $ (-1170)) NIL)) (-4129 (((-768) $) NIL) (((-768) $ (-1170)) NIL)) (-3209 (((-641 (-1082 (-1170))) $) NIL)) (-3040 (((-1166 $) $ (-1082 (-1170))) NIL) (((-1166 |#1|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-1082 (-1170)))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2427 (($ $) NIL (|has| |#1| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2946 (($ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-1082 (-1170)) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL) (((-3 (-1119 |#1| (-1170)) "failed") $) NIL)) (-2237 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-1082 (-1170)) $) NIL) (((-1170) $) NIL) (((-1119 |#1| (-1170)) $) NIL)) (-1357 (($ $ $ (-1082 (-1170))) NIL (|has| |#1| (-172)))) (-3396 (($ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#1| (-452))) (($ $ (-1082 (-1170))) NIL (|has| |#1| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#1| (-906)))) (-2055 (($ $ |#1| (-531 (-1082 (-1170))) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1082 (-1170)) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1082 (-1170)) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2155 (((-768) $ (-1170)) NIL) (((-768) $) NIL)) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-3198 (($ (-1166 |#1|) (-1082 (-1170))) NIL) (($ (-1166 $) (-1082 (-1170))) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-531 (-1082 (-1170)))) NIL) (($ $ (-1082 (-1170)) (-768)) NIL) (($ $ (-641 (-1082 (-1170))) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-1082 (-1170))) NIL)) (-1826 (((-531 (-1082 (-1170))) $) NIL) (((-768) $ (-1082 (-1170))) NIL) (((-641 (-768)) $ (-641 (-1082 (-1170)))) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2546 (($ (-1 (-531 (-1082 (-1170))) (-531 (-1082 (-1170)))) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2243 (((-1 $ (-768)) (-1170)) NIL) (((-1 $ (-768)) $) NIL (|has| |#1| (-233)))) (-2169 (((-3 (-1082 (-1170)) "failed") $) NIL)) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-4103 (((-1082 (-1170)) $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2723 (((-1152) $) NIL)) (-2194 (((-112) $) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-1082 (-1170))) (|:| -1558 (-768))) "failed") $) NIL)) (-1434 (($ $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 ((|#1| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-906)))) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1082 (-1170)) |#1|) NIL) (($ $ (-641 (-1082 (-1170))) (-641 |#1|)) NIL) (($ $ (-1082 (-1170)) $) NIL) (($ $ (-641 (-1082 (-1170))) (-641 $)) NIL) (($ $ (-1170) $) NIL (|has| |#1| (-233))) (($ $ (-641 (-1170)) (-641 $)) NIL (|has| |#1| (-233))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-233))) (($ $ (-641 (-1170)) (-641 |#1|)) NIL (|has| |#1| (-233)))) (-3190 (($ $ (-1082 (-1170))) NIL (|has| |#1| (-172)))) (-3534 (($ $ (-1082 (-1170))) NIL) (($ $ (-641 (-1082 (-1170)))) NIL) (($ $ (-1082 (-1170)) (-768)) NIL) (($ $ (-641 (-1082 (-1170))) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2722 (((-641 (-1170)) $) NIL)) (-1619 (((-531 (-1082 (-1170))) $) NIL) (((-768) $ (-1082 (-1170))) NIL) (((-641 (-768)) $ (-641 (-1082 (-1170)))) NIL) (((-768) $ (-1170)) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-1082 (-1170)) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1082 (-1170)) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1082 (-1170)) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-3008 ((|#1| $) NIL (|has| |#1| (-452))) (($ $ (-1082 (-1170))) NIL (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-1082 (-1170))) NIL) (($ (-1170)) NIL) (($ (-1119 |#1| (-1170))) NIL) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-531 (-1082 (-1170)))) NIL) (($ $ (-1082 (-1170)) (-768)) NIL) (($ $ (-641 (-1082 (-1170))) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-1082 (-1170))) NIL) (($ $ (-641 (-1082 (-1170)))) NIL) (($ $ (-1082 (-1170)) (-768)) NIL) (($ $ (-641 (-1082 (-1170))) (-641 (-768))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-768)) NIL (|has| |#1| (-233))) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
(((-1081 |#1|) (-13 (-253 |#1| (-1170) (-1082 (-1170)) (-531 (-1082 (-1170)))) (-1035 (-1119 |#1| (-1170)))) (-1046)) (T -1081))
NIL
(-13 (-253 |#1| (-1170) (-1082 (-1170)) (-531 (-1082 (-1170)))) (-1035 (-1119 |#1| (-1170))))
-((-1709 (((-112) $ $) NIL)) (-2076 (((-768) $) NIL)) (-2794 ((|#1| $) 10)) (-2035 (((-3 |#1| "failed") $) NIL)) (-3437 ((|#1| $) NIL)) (-2887 (((-768) $) 11)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-3956 (($ |#1| (-768)) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1795 (($ $) NIL) (($ $ (-768)) NIL)) (-1721 (((-859) $) NIL) (($ |#1|) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 16)))
+((-1817 (((-112) $ $) NIL)) (-4129 (((-768) $) NIL)) (-3871 ((|#1| $) 10)) (-2347 (((-3 |#1| "failed") $) NIL)) (-2237 ((|#1| $) NIL)) (-2155 (((-768) $) 11)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-2243 (($ |#1| (-768)) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3534 (($ $) NIL) (($ $ (-768)) NIL)) (-1831 (((-859) $) NIL) (($ |#1|) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 16)))
(((-1082 |#1|) (-266 |#1|) (-847)) (T -1082))
NIL
(-266 |#1|)
-((-2110 (((-641 |#2|) (-1 |#2| |#1|) (-1088 |#1|)) 27 (|has| |#1| (-845))) (((-1088 |#2|) (-1 |#2| |#1|) (-1088 |#1|)) 14)))
-(((-1083 |#1| |#2|) (-10 -7 (-15 -2110 ((-1088 |#2|) (-1 |#2| |#1|) (-1088 |#1|))) (IF (|has| |#1| (-845)) (-15 -2110 ((-641 |#2|) (-1 |#2| |#1|) (-1088 |#1|))) |%noBranch|)) (-1209) (-1209)) (T -1083))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1088 *5)) (-4 *5 (-845)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-641 *6)) (-5 *1 (-1083 *5 *6)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1088 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1088 *6)) (-5 *1 (-1083 *5 *6)))))
-(-10 -7 (-15 -2110 ((-1088 |#2|) (-1 |#2| |#1|) (-1088 |#1|))) (IF (|has| |#1| (-845)) (-15 -2110 ((-641 |#2|) (-1 |#2| |#1|) (-1088 |#1|))) |%noBranch|))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 16) (($ (-1175)) NIL) (((-1175) $) NIL)) (-3629 (((-641 (-1129)) $) 10)) (-2853 (((-112) $ $) NIL)))
-(((-1084) (-13 (-1077) (-10 -8 (-15 -3629 ((-641 (-1129)) $))))) (T -1084))
-((-3629 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1084)))))
-(-13 (-1077) (-10 -8 (-15 -3629 ((-641 (-1129)) $))))
-((-2110 (((-1086 |#2|) (-1 |#2| |#1|) (-1086 |#1|)) 19)))
-(((-1085 |#1| |#2|) (-10 -7 (-15 -2110 ((-1086 |#2|) (-1 |#2| |#1|) (-1086 |#1|)))) (-1209) (-1209)) (T -1085))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1086 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1086 *6)) (-5 *1 (-1085 *5 *6)))))
-(-10 -7 (-15 -2110 ((-1086 |#2|) (-1 |#2| |#1|) (-1086 |#1|))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2794 (((-1170) $) 11)) (-1582 (((-1088 |#1|) $) 12)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3962 (($ (-1170) (-1088 |#1|)) 10)) (-1721 (((-859) $) 22 (|has| |#1| (-1094)))) (-2853 (((-112) $ $) 17 (|has| |#1| (-1094)))))
-(((-1086 |#1|) (-13 (-1209) (-10 -8 (-15 -3962 ($ (-1170) (-1088 |#1|))) (-15 -2794 ((-1170) $)) (-15 -1582 ((-1088 |#1|) $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|))) (-1209)) (T -1086))
-((-3962 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1088 *4)) (-4 *4 (-1209)) (-5 *1 (-1086 *4)))) (-2794 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-1086 *3)) (-4 *3 (-1209)))) (-1582 (*1 *2 *1) (-12 (-5 *2 (-1088 *3)) (-5 *1 (-1086 *3)) (-4 *3 (-1209)))))
-(-13 (-1209) (-10 -8 (-15 -3962 ($ (-1170) (-1088 |#1|))) (-15 -2794 ((-1170) $)) (-15 -1582 ((-1088 |#1|) $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|)))
-((-1582 (($ |#1| |#1|) 8)) (-1461 ((|#1| $) 11)) (-1424 ((|#1| $) 13)) (-1450 (((-564) $) 9)) (-2222 ((|#1| $) 10)) (-1460 ((|#1| $) 12)) (-2153 (($ |#1|) 6)) (-2752 (($ |#1| |#1|) 15)) (-2640 (($ $ (-564)) 14)))
+((-2449 (((-641 |#2|) (-1 |#2| |#1|) (-1088 |#1|)) 27 (|has| |#1| (-845))) (((-1088 |#2|) (-1 |#2| |#1|) (-1088 |#1|)) 14)))
+(((-1083 |#1| |#2|) (-10 -7 (-15 -2449 ((-1088 |#2|) (-1 |#2| |#1|) (-1088 |#1|))) (IF (|has| |#1| (-845)) (-15 -2449 ((-641 |#2|) (-1 |#2| |#1|) (-1088 |#1|))) |%noBranch|)) (-1209) (-1209)) (T -1083))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1088 *5)) (-4 *5 (-845)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-641 *6)) (-5 *1 (-1083 *5 *6)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1088 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1088 *6)) (-5 *1 (-1083 *5 *6)))))
+(-10 -7 (-15 -2449 ((-1088 |#2|) (-1 |#2| |#1|) (-1088 |#1|))) (IF (|has| |#1| (-845)) (-15 -2449 ((-641 |#2|) (-1 |#2| |#1|) (-1088 |#1|))) |%noBranch|))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 16) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2073 (((-641 (-1129)) $) 10)) (-1702 (((-112) $ $) NIL)))
+(((-1084) (-13 (-1077) (-10 -8 (-15 -2073 ((-641 (-1129)) $))))) (T -1084))
+((-2073 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1084)))))
+(-13 (-1077) (-10 -8 (-15 -2073 ((-641 (-1129)) $))))
+((-2449 (((-1086 |#2|) (-1 |#2| |#1|) (-1086 |#1|)) 19)))
+(((-1085 |#1| |#2|) (-10 -7 (-15 -2449 ((-1086 |#2|) (-1 |#2| |#1|) (-1086 |#1|)))) (-1209) (-1209)) (T -1085))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1086 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1086 *6)) (-5 *1 (-1085 *5 *6)))))
+(-10 -7 (-15 -2449 ((-1086 |#2|) (-1 |#2| |#1|) (-1086 |#1|))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3871 (((-1170) $) 11)) (-3825 (((-1088 |#1|) $) 12)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2772 (($ (-1170) (-1088 |#1|)) 10)) (-1831 (((-859) $) 22 (|has| |#1| (-1094)))) (-1702 (((-112) $ $) 17 (|has| |#1| (-1094)))))
+(((-1086 |#1|) (-13 (-1209) (-10 -8 (-15 -2772 ($ (-1170) (-1088 |#1|))) (-15 -3871 ((-1170) $)) (-15 -3825 ((-1088 |#1|) $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|))) (-1209)) (T -1086))
+((-2772 (*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1088 *4)) (-4 *4 (-1209)) (-5 *1 (-1086 *4)))) (-3871 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-1086 *3)) (-4 *3 (-1209)))) (-3825 (*1 *2 *1) (-12 (-5 *2 (-1088 *3)) (-5 *1 (-1086 *3)) (-4 *3 (-1209)))))
+(-13 (-1209) (-10 -8 (-15 -2772 ($ (-1170) (-1088 |#1|))) (-15 -3871 ((-1170) $)) (-15 -3825 ((-1088 |#1|) $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|)))
+((-3825 (($ |#1| |#1|) 8)) (-3264 ((|#1| $) 11)) (-1627 ((|#1| $) 13)) (-1639 (((-564) $) 9)) (-3103 ((|#1| $) 10)) (-1771 ((|#1| $) 12)) (-2511 (($ |#1|) 6)) (-2966 (($ |#1| |#1|) 15)) (-1465 (($ $ (-564)) 14)))
(((-1087 |#1|) (-140) (-1209)) (T -1087))
-((-2752 (*1 *1 *2 *2) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))) (-2640 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1087 *3)) (-4 *3 (-1209)))) (-1424 (*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))) (-1460 (*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))) (-1461 (*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))) (-2222 (*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))) (-1450 (*1 *2 *1) (-12 (-4 *1 (-1087 *3)) (-4 *3 (-1209)) (-5 *2 (-564)))) (-1582 (*1 *1 *2 *2) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))))
-(-13 (-616 |t#1|) (-10 -8 (-15 -2752 ($ |t#1| |t#1|)) (-15 -2640 ($ $ (-564))) (-15 -1424 (|t#1| $)) (-15 -1460 (|t#1| $)) (-15 -1461 (|t#1| $)) (-15 -2222 (|t#1| $)) (-15 -1450 ((-564) $)) (-15 -1582 ($ |t#1| |t#1|))))
+((-2966 (*1 *1 *2 *2) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))) (-1465 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1087 *3)) (-4 *3 (-1209)))) (-1627 (*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))) (-1771 (*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))) (-3264 (*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))) (-3103 (*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))) (-1639 (*1 *2 *1) (-12 (-4 *1 (-1087 *3)) (-4 *3 (-1209)) (-5 *2 (-564)))) (-3825 (*1 *1 *2 *2) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))))
+(-13 (-616 |t#1|) (-10 -8 (-15 -2966 ($ |t#1| |t#1|)) (-15 -1465 ($ $ (-564))) (-15 -1627 (|t#1| $)) (-15 -1771 (|t#1| $)) (-15 -3264 (|t#1| $)) (-15 -3103 (|t#1| $)) (-15 -1639 ((-564) $)) (-15 -3825 ($ |t#1| |t#1|))))
(((-616 |#1|) . T))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1582 (($ |#1| |#1|) 16)) (-2110 (((-641 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-845)))) (-1461 ((|#1| $) 12)) (-1424 ((|#1| $) 11)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-1450 (((-564) $) 15)) (-2222 ((|#1| $) 14)) (-1460 ((|#1| $) 13)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3310 (((-641 |#1|) $) 42 (|has| |#1| (-845))) (((-641 |#1|) (-641 $)) 41 (|has| |#1| (-845)))) (-2153 (($ |#1|) 29)) (-1721 (((-859) $) 28 (|has| |#1| (-1094)))) (-2752 (($ |#1| |#1|) 10)) (-2640 (($ $ (-564)) 17)) (-2853 (((-112) $ $) 22 (|has| |#1| (-1094)))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3825 (($ |#1| |#1|) 16)) (-2449 (((-641 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-845)))) (-3264 ((|#1| $) 12)) (-1627 ((|#1| $) 11)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-1639 (((-564) $) 15)) (-3103 ((|#1| $) 14)) (-1771 ((|#1| $) 13)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3723 (((-641 |#1|) $) 42 (|has| |#1| (-845))) (((-641 |#1|) (-641 $)) 41 (|has| |#1| (-845)))) (-2511 (($ |#1|) 29)) (-1831 (((-859) $) 28 (|has| |#1| (-1094)))) (-2966 (($ |#1| |#1|) 10)) (-1465 (($ $ (-564)) 17)) (-1702 (((-112) $ $) 22 (|has| |#1| (-1094)))))
(((-1088 |#1|) (-13 (-1087 |#1|) (-10 -7 (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-1089 |#1| (-641 |#1|))) |%noBranch|))) (-1209)) (T -1088))
NIL
(-13 (-1087 |#1|) (-10 -7 (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-1089 |#1| (-641 |#1|))) |%noBranch|)))
-((-1582 (($ |#1| |#1|) 8)) (-2110 ((|#2| (-1 |#1| |#1|) $) 16)) (-1461 ((|#1| $) 11)) (-1424 ((|#1| $) 13)) (-1450 (((-564) $) 9)) (-2222 ((|#1| $) 10)) (-1460 ((|#1| $) 12)) (-3310 ((|#2| (-641 $)) 18) ((|#2| $) 17)) (-2153 (($ |#1|) 6)) (-2752 (($ |#1| |#1|) 15)) (-2640 (($ $ (-564)) 14)))
+((-3825 (($ |#1| |#1|) 8)) (-2449 ((|#2| (-1 |#1| |#1|) $) 16)) (-3264 ((|#1| $) 11)) (-1627 ((|#1| $) 13)) (-1639 (((-564) $) 9)) (-3103 ((|#1| $) 10)) (-1771 ((|#1| $) 12)) (-3723 ((|#2| (-641 $)) 18) ((|#2| $) 17)) (-2511 (($ |#1|) 6)) (-2966 (($ |#1| |#1|) 15)) (-1465 (($ $ (-564)) 14)))
(((-1089 |#1| |#2|) (-140) (-845) (-1143 |t#1|)) (T -1089))
-((-3310 (*1 *2 *3) (-12 (-5 *3 (-641 *1)) (-4 *1 (-1089 *4 *2)) (-4 *4 (-845)) (-4 *2 (-1143 *4)))) (-3310 (*1 *2 *1) (-12 (-4 *1 (-1089 *3 *2)) (-4 *3 (-845)) (-4 *2 (-1143 *3)))) (-2110 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1089 *4 *2)) (-4 *4 (-845)) (-4 *2 (-1143 *4)))))
-(-13 (-1087 |t#1|) (-10 -8 (-15 -3310 (|t#2| (-641 $))) (-15 -3310 (|t#2| $)) (-15 -2110 (|t#2| (-1 |t#1| |t#1|) $))))
+((-3723 (*1 *2 *3) (-12 (-5 *3 (-641 *1)) (-4 *1 (-1089 *4 *2)) (-4 *4 (-845)) (-4 *2 (-1143 *4)))) (-3723 (*1 *2 *1) (-12 (-4 *1 (-1089 *3 *2)) (-4 *3 (-845)) (-4 *2 (-1143 *3)))) (-2449 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1089 *4 *2)) (-4 *4 (-845)) (-4 *2 (-1143 *4)))))
+(-13 (-1087 |t#1|) (-10 -8 (-15 -3723 (|t#2| (-641 $))) (-15 -3723 (|t#2| $)) (-15 -2449 (|t#2| (-1 |t#1| |t#1|) $))))
(((-616 |#1|) . T) ((-1087 |#1|) . T))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-3837 (((-1129) $) 12)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 18) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2551 (((-641 (-1129)) $) 10)) (-2853 (((-112) $ $) NIL)))
-(((-1090) (-13 (-1077) (-10 -8 (-15 -2551 ((-641 (-1129)) $)) (-15 -3837 ((-1129) $))))) (T -1090))
-((-2551 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1090)))) (-3837 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1090)))))
-(-13 (-1077) (-10 -8 (-15 -2551 ((-641 (-1129)) $)) (-15 -3837 ((-1129) $))))
-((-1749 (($ $ $) NIL) (($ $ |#2|) 13) (($ |#2| $) 14)) (-1623 (($ $ $) 10)) (-2125 (($ $ $) NIL) (($ $ |#2|) 15)))
-(((-1091 |#1| |#2|) (-10 -8 (-15 -1749 (|#1| |#2| |#1|)) (-15 -1749 (|#1| |#1| |#2|)) (-15 -1749 (|#1| |#1| |#1|)) (-15 -1623 (|#1| |#1| |#1|)) (-15 -2125 (|#1| |#1| |#2|)) (-15 -2125 (|#1| |#1| |#1|))) (-1092 |#2|) (-1094)) (T -1091))
-NIL
-(-10 -8 (-15 -1749 (|#1| |#2| |#1|)) (-15 -1749 (|#1| |#1| |#2|)) (-15 -1749 (|#1| |#1| |#1|)) (-15 -1623 (|#1| |#1| |#1|)) (-15 -2125 (|#1| |#1| |#2|)) (-15 -2125 (|#1| |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-1749 (($ $ $) 18) (($ $ |#1|) 17) (($ |#1| $) 16)) (-1623 (($ $ $) 20)) (-3331 (((-112) $ $) 19)) (-1729 (((-112) $ (-768)) 35)) (-2268 (($) 25) (($ (-641 |#1|)) 24)) (-3346 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4412)))) (-1692 (($) 36 T CONST)) (-1928 (($ $) 59 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#1| $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4412)))) (-1597 (((-641 |#1|) $) 43 (|has| $ (-6 -4412)))) (-3539 (((-112) $ $) 28)) (-2575 (((-112) $ (-768)) 34)) (-4317 (((-641 |#1|) $) 44 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 46 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 38)) (-3715 (((-112) $ (-768)) 33)) (-2811 (((-1152) $) 9)) (-1475 (($ $ $) 23)) (-4382 (((-1114) $) 10)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-2070 (((-112) (-1 (-112) |#1|) $) 41 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#1|) (-641 |#1|)) 50 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 49 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 48 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 (-294 |#1|))) 47 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 29)) (-4102 (((-112) $) 32)) (-3456 (($) 31)) (-2125 (($ $ $) 22) (($ $ |#1|) 21)) (-1292 (((-768) |#1| $) 45 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) |#1|) $) 42 (|has| $ (-6 -4412)))) (-1892 (($ $) 30)) (-2153 (((-536) $) 60 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 51)) (-1721 (((-859) $) 11)) (-4081 (($) 27) (($ (-641 |#1|)) 26)) (-2666 (((-112) (-1 (-112) |#1|) $) 40 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 6)) (-3435 (((-768) $) 37 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2598 (((-1129) $) 12)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 18) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1328 (((-641 (-1129)) $) 10)) (-1702 (((-112) $ $) NIL)))
+(((-1090) (-13 (-1077) (-10 -8 (-15 -1328 ((-641 (-1129)) $)) (-15 -2598 ((-1129) $))))) (T -1090))
+((-1328 (*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1090)))) (-2598 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1090)))))
+(-13 (-1077) (-10 -8 (-15 -1328 ((-641 (-1129)) $)) (-15 -2598 ((-1129) $))))
+((-3650 (($ $ $) NIL) (($ $ |#2|) 13) (($ |#2| $) 14)) (-2396 (($ $ $) 10)) (-3405 (($ $ $) NIL) (($ $ |#2|) 15)))
+(((-1091 |#1| |#2|) (-10 -8 (-15 -3650 (|#1| |#2| |#1|)) (-15 -3650 (|#1| |#1| |#2|)) (-15 -3650 (|#1| |#1| |#1|)) (-15 -2396 (|#1| |#1| |#1|)) (-15 -3405 (|#1| |#1| |#2|)) (-15 -3405 (|#1| |#1| |#1|))) (-1092 |#2|) (-1094)) (T -1091))
+NIL
+(-10 -8 (-15 -3650 (|#1| |#2| |#1|)) (-15 -3650 (|#1| |#1| |#2|)) (-15 -3650 (|#1| |#1| |#1|)) (-15 -2396 (|#1| |#1| |#1|)) (-15 -3405 (|#1| |#1| |#2|)) (-15 -3405 (|#1| |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-3650 (($ $ $) 18) (($ $ |#1|) 17) (($ |#1| $) 16)) (-2396 (($ $ $) 20)) (-2172 (((-112) $ $) 19)) (-4010 (((-112) $ (-768)) 35)) (-3810 (($) 25) (($ (-641 |#1|)) 24)) (-3752 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4406)))) (-1778 (($) 36 T CONST)) (-3337 (($ $) 59 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#1| $) 58 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4406)))) (-1433 (((-641 |#1|) $) 43 (|has| $ (-6 -4406)))) (-3668 (((-112) $ $) 28)) (-2324 (((-112) $ (-768)) 34)) (-2640 (((-641 |#1|) $) 44 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 46 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 38)) (-1713 (((-112) $ (-768)) 33)) (-2723 (((-1152) $) 9)) (-3425 (($ $ $) 23)) (-2780 (((-1114) $) 10)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-4077 (((-112) (-1 (-112) |#1|) $) 41 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#1|) (-641 |#1|)) 50 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 49 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 48 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 (-294 |#1|))) 47 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 29)) (-4284 (((-112) $) 32)) (-4012 (($) 31)) (-3405 (($ $ $) 22) (($ $ |#1|) 21)) (-2791 (((-768) |#1| $) 45 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) |#1|) $) 42 (|has| $ (-6 -4406)))) (-1991 (($ $) 30)) (-2511 (((-536) $) 60 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 51)) (-1831 (((-859) $) 11)) (-3131 (($) 27) (($ (-641 |#1|)) 26)) (-1963 (((-112) (-1 (-112) |#1|) $) 40 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 6)) (-2828 (((-768) $) 37 (|has| $ (-6 -4406)))))
(((-1092 |#1|) (-140) (-1094)) (T -1092))
-((-3539 (*1 *2 *1 *1) (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))) (-4081 (*1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-4081 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-1092 *3)))) (-2268 (*1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-2268 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-1092 *3)))) (-1475 (*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-2125 (*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-2125 (*1 *1 *1 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-1623 (*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-3331 (*1 *2 *1 *1) (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))) (-1749 (*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-1749 (*1 *1 *1 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-1749 (*1 *1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
-(-13 (-1094) (-151 |t#1|) (-10 -8 (-6 -4402) (-15 -3539 ((-112) $ $)) (-15 -4081 ($)) (-15 -4081 ($ (-641 |t#1|))) (-15 -2268 ($)) (-15 -2268 ($ (-641 |t#1|))) (-15 -1475 ($ $ $)) (-15 -2125 ($ $ $)) (-15 -2125 ($ $ |t#1|)) (-15 -1623 ($ $ $)) (-15 -3331 ((-112) $ $)) (-15 -1749 ($ $ $)) (-15 -1749 ($ $ |t#1|)) (-15 -1749 ($ |t#1| $))))
+((-3668 (*1 *2 *1 *1) (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))) (-3131 (*1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-3131 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-1092 *3)))) (-3810 (*1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-3810 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-1092 *3)))) (-3425 (*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-3405 (*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-3405 (*1 *1 *1 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-2396 (*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-2172 (*1 *2 *1 *1) (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))) (-3650 (*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-3650 (*1 *1 *1 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))) (-3650 (*1 *1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
+(-13 (-1094) (-151 |t#1|) (-10 -8 (-6 -4396) (-15 -3668 ((-112) $ $)) (-15 -3131 ($)) (-15 -3131 ($ (-641 |t#1|))) (-15 -3810 ($)) (-15 -3810 ($ (-641 |t#1|))) (-15 -3425 ($ $ $)) (-15 -3405 ($ $ $)) (-15 -3405 ($ $ |t#1|)) (-15 -2396 ($ $ $)) (-15 -2172 ((-112) $ $)) (-15 -3650 ($ $ $)) (-15 -3650 ($ $ |t#1|)) (-15 -3650 ($ |t#1| $))))
(((-34) . T) ((-102) . T) ((-611 (-859)) . T) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) . T) ((-1209) . T))
-((-2811 (((-1152) $) 10)) (-4382 (((-1114) $) 8)))
-(((-1093 |#1|) (-10 -8 (-15 -2811 ((-1152) |#1|)) (-15 -4382 ((-1114) |#1|))) (-1094)) (T -1093))
+((-2723 (((-1152) $) 10)) (-2780 (((-1114) $) 8)))
+(((-1093 |#1|) (-10 -8 (-15 -2723 ((-1152) |#1|)) (-15 -2780 ((-1114) |#1|))) (-1094)) (T -1093))
NIL
-(-10 -8 (-15 -2811 ((-1152) |#1|)) (-15 -4382 ((-1114) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 6)))
+(-10 -8 (-15 -2723 ((-1152) |#1|)) (-15 -2780 ((-1114) |#1|)))
+((-1817 (((-112) $ $) 7)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 6)))
(((-1094) (-140)) (T -1094))
-((-4382 (*1 *2 *1) (-12 (-4 *1 (-1094)) (-5 *2 (-1114)))) (-2811 (*1 *2 *1) (-12 (-4 *1 (-1094)) (-5 *2 (-1152)))))
-(-13 (-102) (-611 (-859)) (-10 -8 (-15 -4382 ((-1114) $)) (-15 -2811 ((-1152) $))))
+((-2780 (*1 *2 *1) (-12 (-4 *1 (-1094)) (-5 *2 (-1114)))) (-2723 (*1 *2 *1) (-12 (-4 *1 (-1094)) (-5 *2 (-1152)))))
+(-13 (-102) (-611 (-859)) (-10 -8 (-15 -2780 ((-1114) $)) (-15 -2723 ((-1152) $))))
(((-102) . T) ((-611 (-859)) . T))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) 36)) (-2346 (($ (-641 (-918))) 72)) (-3418 (((-3 $ "failed") $ (-918) (-918)) 83)) (-3746 (($) 40)) (-3983 (((-112) (-918) $) 44)) (-2981 (((-918) $) 66)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) 39)) (-2927 (((-3 $ "failed") $ (-918)) 79)) (-4382 (((-1114) $) NIL)) (-2326 (((-1259 $)) 49)) (-3721 (((-641 (-918)) $) 27)) (-4287 (((-768) $ (-918) (-918)) 80)) (-1721 (((-859) $) 32)) (-2853 (((-112) $ $) 24)))
-(((-1095 |#1| |#2|) (-13 (-368) (-10 -8 (-15 -2927 ((-3 $ "failed") $ (-918))) (-15 -3418 ((-3 $ "failed") $ (-918) (-918))) (-15 -3721 ((-641 (-918)) $)) (-15 -2346 ($ (-641 (-918)))) (-15 -2326 ((-1259 $))) (-15 -3983 ((-112) (-918) $)) (-15 -4287 ((-768) $ (-918) (-918))))) (-918) (-918)) (T -1095))
-((-2927 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-918)) (-5 *1 (-1095 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3418 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-918)) (-5 *1 (-1095 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3721 (*1 *2 *1) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1095 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))) (-2346 (*1 *1 *2) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1095 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))) (-2326 (*1 *2) (-12 (-5 *2 (-1259 (-1095 *3 *4))) (-5 *1 (-1095 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))) (-3983 (*1 *2 *3 *1) (-12 (-5 *3 (-918)) (-5 *2 (-112)) (-5 *1 (-1095 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-4287 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-768)) (-5 *1 (-1095 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-13 (-368) (-10 -8 (-15 -2927 ((-3 $ "failed") $ (-918))) (-15 -3418 ((-3 $ "failed") $ (-918) (-918))) (-15 -3721 ((-641 (-918)) $)) (-15 -2346 ($ (-641 (-918)))) (-15 -2326 ((-1259 $))) (-15 -3983 ((-112) (-918) $)) (-15 -4287 ((-768) $ (-918) (-918)))))
-((-1709 (((-112) $ $) NIL)) (-3597 (($) NIL (|has| |#1| (-368)))) (-1749 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 80)) (-1623 (($ $ $) 78)) (-3331 (((-112) $ $) 79)) (-1729 (((-112) $ (-768)) NIL)) (-1860 (((-768)) NIL (|has| |#1| (-368)))) (-2268 (($ (-641 |#1|)) NIL) (($) 13)) (-4085 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3537 (($ |#1| $) 74 (|has| $ (-6 -4412))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4412)))) (-3746 (($) NIL (|has| |#1| (-368)))) (-1597 (((-641 |#1|) $) 19 (|has| $ (-6 -4412)))) (-3539 (((-112) $ $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-2766 ((|#1| $) 55 (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 73 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1650 ((|#1| $) 53 (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 34)) (-2981 (((-918) $) NIL (|has| |#1| (-368)))) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-1475 (($ $ $) 76)) (-4290 ((|#1| $) 25)) (-3573 (($ |#1| $) 69)) (-1359 (($ (-918)) NIL (|has| |#1| (-368)))) (-4382 (((-1114) $) NIL)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 31)) (-2382 ((|#1| $) 27)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 21)) (-3456 (($) 11)) (-2125 (($ $ |#1|) NIL) (($ $ $) 77)) (-2710 (($) NIL) (($ (-641 |#1|)) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) 16)) (-2153 (((-536) $) 50 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 62)) (-1559 (($ $) NIL (|has| |#1| (-368)))) (-1721 (((-859) $) NIL)) (-4138 (((-768) $) NIL)) (-4081 (($ (-641 |#1|)) NIL) (($) 12)) (-1959 (($ (-641 |#1|)) NIL)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 52)) (-3435 (((-768) $) 10 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) 36)) (-1882 (($ (-641 (-918))) 72)) (-1729 (((-3 $ "failed") $ (-918) (-918)) 83)) (-2900 (($) 40)) (-2516 (((-112) (-918) $) 44)) (-1811 (((-918) $) 66)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) 39)) (-2548 (((-3 $ "failed") $ (-918)) 79)) (-2780 (((-1114) $) NIL)) (-1673 (((-1259 $)) 49)) (-1775 (((-641 (-918)) $) 27)) (-3597 (((-768) $ (-918) (-918)) 80)) (-1831 (((-859) $) 32)) (-1702 (((-112) $ $) 24)))
+(((-1095 |#1| |#2|) (-13 (-368) (-10 -8 (-15 -2548 ((-3 $ "failed") $ (-918))) (-15 -1729 ((-3 $ "failed") $ (-918) (-918))) (-15 -1775 ((-641 (-918)) $)) (-15 -1882 ($ (-641 (-918)))) (-15 -1673 ((-1259 $))) (-15 -2516 ((-112) (-918) $)) (-15 -3597 ((-768) $ (-918) (-918))))) (-918) (-918)) (T -1095))
+((-2548 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-918)) (-5 *1 (-1095 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-1729 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-918)) (-5 *1 (-1095 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-1775 (*1 *2 *1) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1095 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))) (-1882 (*1 *1 *2) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1095 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))) (-1673 (*1 *2) (-12 (-5 *2 (-1259 (-1095 *3 *4))) (-5 *1 (-1095 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918)))) (-2516 (*1 *2 *3 *1) (-12 (-5 *3 (-918)) (-5 *2 (-112)) (-5 *1 (-1095 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-3597 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-768)) (-5 *1 (-1095 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-13 (-368) (-10 -8 (-15 -2548 ((-3 $ "failed") $ (-918))) (-15 -1729 ((-3 $ "failed") $ (-918) (-918))) (-15 -1775 ((-641 (-918)) $)) (-15 -1882 ($ (-641 (-918)))) (-15 -1673 ((-1259 $))) (-15 -2516 ((-112) (-918) $)) (-15 -3597 ((-768) $ (-918) (-918)))))
+((-1817 (((-112) $ $) NIL)) (-3002 (($) NIL (|has| |#1| (-368)))) (-3650 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 80)) (-2396 (($ $ $) 78)) (-2172 (((-112) $ $) 79)) (-4010 (((-112) $ (-768)) NIL)) (-3267 (((-768)) NIL (|has| |#1| (-368)))) (-3810 (($ (-641 |#1|)) NIL) (($) 13)) (-4145 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3644 (($ |#1| $) 74 (|has| $ (-6 -4406))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4406)))) (-2900 (($) NIL (|has| |#1| (-368)))) (-1433 (((-641 |#1|) $) 19 (|has| $ (-6 -4406)))) (-3668 (((-112) $ $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-1925 ((|#1| $) 55 (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 73 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3375 ((|#1| $) 53 (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 34)) (-1811 (((-918) $) NIL (|has| |#1| (-368)))) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-3425 (($ $ $) 76)) (-2401 ((|#1| $) 25)) (-2783 (($ |#1| $) 69)) (-1468 (($ (-918)) NIL (|has| |#1| (-368)))) (-2780 (((-1114) $) NIL)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 31)) (-4153 ((|#1| $) 27)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 21)) (-4012 (($) 11)) (-3405 (($ $ |#1|) NIL) (($ $ $) 77)) (-4232 (($) NIL) (($ (-641 |#1|)) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) 16)) (-2511 (((-536) $) 50 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 62)) (-3028 (($ $) NIL (|has| |#1| (-368)))) (-1831 (((-859) $) NIL)) (-3434 (((-768) $) NIL)) (-3131 (($ (-641 |#1|)) NIL) (($) 12)) (-2321 (($ (-641 |#1|)) NIL)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 52)) (-2828 (((-768) $) 10 (|has| $ (-6 -4406)))))
(((-1096 |#1|) (-425 |#1|) (-1094)) (T -1096))
NIL
(-425 |#1|)
-((-1709 (((-112) $ $) 7)) (-1952 (((-112) $) 32)) (-3722 ((|#2| $) 27)) (-3018 (((-112) $) 33)) (-3729 ((|#1| $) 28)) (-3031 (((-112) $) 35)) (-3988 (((-112) $) 37)) (-2185 (((-112) $) 34)) (-2811 (((-1152) $) 9)) (-3220 (((-112) $) 31)) (-3748 ((|#3| $) 26)) (-4382 (((-1114) $) 10)) (-3560 (((-112) $) 30)) (-2874 ((|#4| $) 25)) (-2756 ((|#5| $) 24)) (-2026 (((-112) $ $) 38)) (-2961 (($ $ (-564)) 20) (($ $ (-641 (-564))) 19)) (-4090 (((-641 $) $) 29)) (-2153 (($ |#1|) 44) (($ |#2|) 43) (($ |#3|) 42) (($ |#4|) 41) (($ |#5|) 40) (($ (-641 $)) 39)) (-1721 (((-859) $) 11)) (-1793 (($ $) 22)) (-1780 (($ $) 23)) (-3335 (((-112) $) 36)) (-2853 (((-112) $ $) 6)) (-3435 (((-564) $) 21)))
+((-1817 (((-112) $ $) 7)) (-2246 (((-112) $) 32)) (-3866 ((|#2| $) 27)) (-2061 (((-112) $) 33)) (-1307 ((|#1| $) 28)) (-2197 (((-112) $) 35)) (-2566 (((-112) $) 37)) (-2766 (((-112) $) 34)) (-2723 (((-1152) $) 9)) (-3604 (((-112) $) 31)) (-3888 ((|#3| $) 26)) (-2780 (((-1114) $) 10)) (-2647 (((-112) $) 30)) (-2293 ((|#4| $) 25)) (-3832 ((|#5| $) 24)) (-4252 (((-112) $ $) 38)) (-1350 (($ $ (-564)) 20) (($ $ (-641 (-564))) 19)) (-3143 (((-641 $) $) 29)) (-2511 (($ |#1|) 44) (($ |#2|) 43) (($ |#3|) 42) (($ |#4|) 41) (($ |#5|) 40) (($ (-641 $)) 39)) (-1831 (((-859) $) 11)) (-3200 (($ $) 22)) (-3188 (($ $) 23)) (-2205 (((-112) $) 36)) (-1702 (((-112) $ $) 6)) (-2828 (((-564) $) 21)))
(((-1097 |#1| |#2| |#3| |#4| |#5|) (-140) (-1094) (-1094) (-1094) (-1094) (-1094)) (T -1097))
-((-2026 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-3988 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-3335 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-3031 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-2185 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-3018 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-1952 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-3220 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-3560 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-4090 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-641 *1)) (-4 *1 (-1097 *3 *4 *5 *6 *7)))) (-3729 (*1 *2 *1) (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))) (-3722 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *2 *4 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))) (-3748 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *2 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))) (-2874 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *2 *6)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))) (-2756 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *2)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))) (-1780 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *2 (-1094)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)))) (-1793 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *2 (-1094)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)))) (-3435 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-564)))) (-2961 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)))) (-2961 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)))))
-(-13 (-1094) (-616 |t#1|) (-616 |t#2|) (-616 |t#3|) (-616 |t#4|) (-616 |t#4|) (-616 |t#5|) (-616 (-641 $)) (-10 -8 (-15 -2026 ((-112) $ $)) (-15 -3988 ((-112) $)) (-15 -3335 ((-112) $)) (-15 -3031 ((-112) $)) (-15 -2185 ((-112) $)) (-15 -3018 ((-112) $)) (-15 -1952 ((-112) $)) (-15 -3220 ((-112) $)) (-15 -3560 ((-112) $)) (-15 -4090 ((-641 $) $)) (-15 -3729 (|t#1| $)) (-15 -3722 (|t#2| $)) (-15 -3748 (|t#3| $)) (-15 -2874 (|t#4| $)) (-15 -2756 (|t#5| $)) (-15 -1780 ($ $)) (-15 -1793 ($ $)) (-15 -3435 ((-564) $)) (-15 -2961 ($ $ (-564))) (-15 -2961 ($ $ (-641 (-564))))))
+((-4252 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-2566 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-2205 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-2197 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-2766 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-2061 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-2246 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-3604 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-2647 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))) (-3143 (*1 *2 *1) (-12 (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-641 *1)) (-4 *1 (-1097 *3 *4 *5 *6 *7)))) (-1307 (*1 *2 *1) (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))) (-3866 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *2 *4 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))) (-3888 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *2 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))) (-2293 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *2 *6)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))) (-3832 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *2)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))) (-3188 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *2 (-1094)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)))) (-3200 (*1 *1 *1) (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *2 (-1094)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)))) (-2828 (*1 *2 *1) (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-564)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)))))
+(-13 (-1094) (-616 |t#1|) (-616 |t#2|) (-616 |t#3|) (-616 |t#4|) (-616 |t#4|) (-616 |t#5|) (-616 (-641 $)) (-10 -8 (-15 -4252 ((-112) $ $)) (-15 -2566 ((-112) $)) (-15 -2205 ((-112) $)) (-15 -2197 ((-112) $)) (-15 -2766 ((-112) $)) (-15 -2061 ((-112) $)) (-15 -2246 ((-112) $)) (-15 -3604 ((-112) $)) (-15 -2647 ((-112) $)) (-15 -3143 ((-641 $) $)) (-15 -1307 (|t#1| $)) (-15 -3866 (|t#2| $)) (-15 -3888 (|t#3| $)) (-15 -2293 (|t#4| $)) (-15 -3832 (|t#5| $)) (-15 -3188 ($ $)) (-15 -3200 ($ $)) (-15 -2828 ((-564) $)) (-15 -1350 ($ $ (-564))) (-15 -1350 ($ $ (-641 (-564))))))
(((-102) . T) ((-611 (-859)) . T) ((-616 (-641 $)) . T) ((-616 |#1|) . T) ((-616 |#2|) . T) ((-616 |#3|) . T) ((-616 |#4|) . T) ((-616 |#5|) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-1952 (((-112) $) NIL)) (-3722 (((-1170) $) NIL)) (-3018 (((-112) $) NIL)) (-3729 (((-1152) $) NIL)) (-3031 (((-112) $) NIL)) (-3988 (((-112) $) NIL)) (-2185 (((-112) $) NIL)) (-2811 (((-1152) $) NIL)) (-3220 (((-112) $) NIL)) (-3748 (((-564) $) NIL)) (-4382 (((-1114) $) NIL)) (-3560 (((-112) $) NIL)) (-2874 (((-225) $) NIL)) (-2756 (((-859) $) NIL)) (-2026 (((-112) $ $) NIL)) (-2961 (($ $ (-564)) NIL) (($ $ (-641 (-564))) NIL)) (-4090 (((-641 $) $) NIL)) (-2153 (($ (-1152)) NIL) (($ (-1170)) NIL) (($ (-564)) NIL) (($ (-225)) NIL) (($ (-859)) NIL) (($ (-641 $)) NIL)) (-1721 (((-859) $) NIL)) (-1793 (($ $) NIL)) (-1780 (($ $) NIL)) (-3335 (((-112) $) NIL)) (-2853 (((-112) $ $) NIL)) (-3435 (((-564) $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-2246 (((-112) $) NIL)) (-3866 (((-1170) $) NIL)) (-2061 (((-112) $) NIL)) (-1307 (((-1152) $) NIL)) (-2197 (((-112) $) NIL)) (-2566 (((-112) $) NIL)) (-2766 (((-112) $) NIL)) (-2723 (((-1152) $) NIL)) (-3604 (((-112) $) NIL)) (-3888 (((-564) $) NIL)) (-2780 (((-1114) $) NIL)) (-2647 (((-112) $) NIL)) (-2293 (((-225) $) NIL)) (-3832 (((-859) $) NIL)) (-4252 (((-112) $ $) NIL)) (-1350 (($ $ (-564)) NIL) (($ $ (-641 (-564))) NIL)) (-3143 (((-641 $) $) NIL)) (-2511 (($ (-1152)) NIL) (($ (-1170)) NIL) (($ (-564)) NIL) (($ (-225)) NIL) (($ (-859)) NIL) (($ (-641 $)) NIL)) (-1831 (((-859) $) NIL)) (-3200 (($ $) NIL)) (-3188 (($ $) NIL)) (-2205 (((-112) $) NIL)) (-1702 (((-112) $ $) NIL)) (-2828 (((-564) $) NIL)))
(((-1098) (-1097 (-1152) (-1170) (-564) (-225) (-859))) (T -1098))
NIL
(-1097 (-1152) (-1170) (-564) (-225) (-859))
-((-1709 (((-112) $ $) NIL)) (-1952 (((-112) $) 44)) (-3722 ((|#2| $) 47)) (-3018 (((-112) $) 20)) (-3729 ((|#1| $) 21)) (-3031 (((-112) $) 41)) (-3988 (((-112) $) 14)) (-2185 (((-112) $) 43)) (-2811 (((-1152) $) NIL)) (-3220 (((-112) $) 45)) (-3748 ((|#3| $) 49)) (-4382 (((-1114) $) NIL)) (-3560 (((-112) $) 46)) (-2874 ((|#4| $) 48)) (-2756 ((|#5| $) 50)) (-2026 (((-112) $ $) 40)) (-2961 (($ $ (-564)) 61) (($ $ (-641 (-564))) 63)) (-4090 (((-641 $) $) 26)) (-2153 (($ |#1|) 52) (($ |#2|) 53) (($ |#3|) 54) (($ |#4|) 55) (($ |#5|) 56) (($ (-641 $)) 51)) (-1721 (((-859) $) 27)) (-1793 (($ $) 25)) (-1780 (($ $) 57)) (-3335 (((-112) $) 23)) (-2853 (((-112) $ $) 39)) (-3435 (((-564) $) 59)))
+((-1817 (((-112) $ $) NIL)) (-2246 (((-112) $) 44)) (-3866 ((|#2| $) 47)) (-2061 (((-112) $) 20)) (-1307 ((|#1| $) 21)) (-2197 (((-112) $) 41)) (-2566 (((-112) $) 14)) (-2766 (((-112) $) 43)) (-2723 (((-1152) $) NIL)) (-3604 (((-112) $) 45)) (-3888 ((|#3| $) 49)) (-2780 (((-1114) $) NIL)) (-2647 (((-112) $) 46)) (-2293 ((|#4| $) 48)) (-3832 ((|#5| $) 50)) (-4252 (((-112) $ $) 40)) (-1350 (($ $ (-564)) 61) (($ $ (-641 (-564))) 63)) (-3143 (((-641 $) $) 26)) (-2511 (($ |#1|) 52) (($ |#2|) 53) (($ |#3|) 54) (($ |#4|) 55) (($ |#5|) 56) (($ (-641 $)) 51)) (-1831 (((-859) $) 27)) (-3200 (($ $) 25)) (-3188 (($ $) 57)) (-2205 (((-112) $) 23)) (-1702 (((-112) $ $) 39)) (-2828 (((-564) $) 59)))
(((-1099 |#1| |#2| |#3| |#4| |#5|) (-1097 |#1| |#2| |#3| |#4| |#5|) (-1094) (-1094) (-1094) (-1094) (-1094)) (T -1099))
NIL
(-1097 |#1| |#2| |#3| |#4| |#5|)
-((-1648 (((-1264) $) 23)) (-4182 (($ (-1170) (-434) |#2|) 11)) (-1721 (((-859) $) 16)))
-(((-1100 |#1| |#2|) (-13 (-395) (-10 -8 (-15 -4182 ($ (-1170) (-434) |#2|)))) (-847) (-430 |#1|)) (T -1100))
-((-4182 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-434)) (-4 *5 (-847)) (-5 *1 (-1100 *5 *4)) (-4 *4 (-430 *5)))))
-(-13 (-395) (-10 -8 (-15 -4182 ($ (-1170) (-434) |#2|))))
-((-3303 (((-112) |#5| |#5|) 43)) (-3618 (((-112) |#5| |#5|) 57)) (-1522 (((-112) |#5| (-641 |#5|)) 80) (((-112) |#5| |#5|) 66)) (-4207 (((-112) (-641 |#4|) (-641 |#4|)) 63)) (-2906 (((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) 68)) (-3753 (((-1264)) 33)) (-2468 (((-1264) (-1152) (-1152) (-1152)) 29)) (-3172 (((-641 |#5|) (-641 |#5|)) 99)) (-2896 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)))) 91)) (-4345 (((-641 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112)) 121)) (-2930 (((-112) |#5| |#5|) 52)) (-4088 (((-3 (-112) "failed") |#5| |#5|) 76)) (-2709 (((-112) (-641 |#4|) (-641 |#4|)) 62)) (-2771 (((-112) (-641 |#4|) (-641 |#4|)) 64)) (-4067 (((-112) (-641 |#4|) (-641 |#4|)) 65)) (-3964 (((-3 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112)) 116)) (-3886 (((-641 |#5|) (-641 |#5|)) 48)))
-(((-1101 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2468 ((-1264) (-1152) (-1152) (-1152))) (-15 -3753 ((-1264))) (-15 -3303 ((-112) |#5| |#5|)) (-15 -3886 ((-641 |#5|) (-641 |#5|))) (-15 -2930 ((-112) |#5| |#5|)) (-15 -3618 ((-112) |#5| |#5|)) (-15 -4207 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -2709 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -2771 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4067 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4088 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1522 ((-112) |#5| |#5|)) (-15 -1522 ((-112) |#5| (-641 |#5|))) (-15 -3172 ((-641 |#5|) (-641 |#5|))) (-15 -2906 ((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)))) (-15 -2896 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) (-15 -4345 ((-641 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -3964 ((-3 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -1101))
-((-3964 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| -2026 (-641 *9)) (|:| -3906 *4) (|:| |ineq| (-641 *9)))) (-5 *1 (-1101 *6 *7 *8 *9 *4)) (-5 *3 (-641 *9)) (-4 *4 (-1066 *6 *7 *8 *9)))) (-4345 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-641 *10)) (-5 *5 (-112)) (-4 *10 (-1066 *6 *7 *8 *9)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8)) (-5 *2 (-641 (-2 (|:| -2026 (-641 *9)) (|:| -3906 *10) (|:| |ineq| (-641 *9))))) (-5 *1 (-1101 *6 *7 *8 *9 *10)) (-5 *3 (-641 *9)))) (-2896 (*1 *2 *2) (-12 (-5 *2 (-641 (-2 (|:| |val| (-641 *6)) (|:| -3906 *7)))) (-4 *6 (-1060 *3 *4 *5)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1101 *3 *4 *5 *6 *7)))) (-2906 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -3906 *8))) (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *8)))) (-3172 (*1 *2 *2) (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-1101 *3 *4 *5 *6 *7)))) (-1522 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1101 *5 *6 *7 *8 *3)))) (-1522 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-4088 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-4067 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-2771 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-2709 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-4207 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-3618 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-2930 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-3886 (*1 *2 *2) (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-1101 *3 *4 *5 *6 *7)))) (-3303 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-3753 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-1101 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-2468 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2468 ((-1264) (-1152) (-1152) (-1152))) (-15 -3753 ((-1264))) (-15 -3303 ((-112) |#5| |#5|)) (-15 -3886 ((-641 |#5|) (-641 |#5|))) (-15 -2930 ((-112) |#5| |#5|)) (-15 -3618 ((-112) |#5| |#5|)) (-15 -4207 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -2709 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -2771 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4067 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4088 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1522 ((-112) |#5| |#5|)) (-15 -1522 ((-112) |#5| (-641 |#5|))) (-15 -3172 ((-641 |#5|) (-641 |#5|))) (-15 -2906 ((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)))) (-15 -2896 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) (-15 -4345 ((-641 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -3964 ((-3 (-2 (|:| -2026 (-641 |#4|)) (|:| -3906 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112))))
-((-3300 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#5|) 110)) (-2023 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#4| |#4| |#5|) 82)) (-3562 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|) 104)) (-2441 (((-641 |#5|) |#4| |#5|) 126)) (-3120 (((-641 |#5|) |#4| |#5|) 133)) (-3036 (((-641 |#5|) |#4| |#5|) 134)) (-2119 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|) 111)) (-1884 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|) 132)) (-2587 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|) 48) (((-112) |#4| |#5|) 56)) (-2003 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#3| (-112)) 94) (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5| (-112) (-112)) 53)) (-1340 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|) 89)) (-1753 (((-1264)) 37)) (-1907 (((-1264)) 26)) (-3288 (((-1264) (-1152) (-1152) (-1152)) 33)) (-1741 (((-1264) (-1152) (-1152) (-1152)) 22)))
-(((-1102 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1741 ((-1264) (-1152) (-1152) (-1152))) (-15 -1907 ((-1264))) (-15 -3288 ((-1264) (-1152) (-1152) (-1152))) (-15 -1753 ((-1264))) (-15 -2023 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -2003 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -2003 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#3| (-112))) (-15 -1340 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -3562 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -2587 ((-112) |#4| |#5|)) (-15 -2119 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|)) (-15 -2441 ((-641 |#5|) |#4| |#5|)) (-15 -1884 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|)) (-15 -3120 ((-641 |#5|) |#4| |#5|)) (-15 -2587 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|)) (-15 -3036 ((-641 |#5|) |#4| |#5|)) (-15 -3300 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#5|))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -1102))
-((-3300 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3036 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4)) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2587 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3120 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4)) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1884 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2441 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4)) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2119 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2587 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3562 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1340 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2003 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -3906 *9)))) (-5 *5 (-112)) (-4 *8 (-1060 *6 *7 *4)) (-4 *9 (-1066 *6 *7 *4 *8)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *4 (-847)) (-5 *2 (-641 (-2 (|:| |val| *8) (|:| -3906 *9)))) (-5 *1 (-1102 *6 *7 *4 *8 *9)))) (-2003 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4)))) (-5 *1 (-1102 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3)))) (-2023 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1753 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-3288 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-1102 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-1907 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-1741 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-1102 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
-(-10 -7 (-15 -1741 ((-1264) (-1152) (-1152) (-1152))) (-15 -1907 ((-1264))) (-15 -3288 ((-1264) (-1152) (-1152) (-1152))) (-15 -1753 ((-1264))) (-15 -2023 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -2003 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -2003 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) |#3| (-112))) (-15 -1340 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -3562 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#4| |#5|)) (-15 -2587 ((-112) |#4| |#5|)) (-15 -2119 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|)) (-15 -2441 ((-641 |#5|) |#4| |#5|)) (-15 -1884 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|)) (-15 -3120 ((-641 |#5|) |#4| |#5|)) (-15 -2587 ((-641 (-2 (|:| |val| (-112)) (|:| -3906 |#5|))) |#4| |#5|)) (-15 -3036 ((-641 |#5|) |#4| |#5|)) (-15 -3300 ((-641 (-2 (|:| |val| |#4|) (|:| -3906 |#5|))) |#4| |#5|)))
-((-1709 (((-112) $ $) 7)) (-4249 (((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 |#4|)))) (-641 |#4|)) 85)) (-2838 (((-641 $) (-641 |#4|)) 86) (((-641 $) (-641 |#4|) (-112)) 111)) (-4153 (((-641 |#3|) $) 33)) (-2129 (((-112) $) 26)) (-3451 (((-112) $) 17 (|has| |#1| (-556)))) (-2637 (((-112) |#4| $) 101) (((-112) $) 97)) (-4084 ((|#4| |#4| $) 92)) (-2275 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| $) 126)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) 27)) (-1729 (((-112) $ (-768)) 44)) (-3346 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4412))) (((-3 |#4| "failed") $ |#3|) 79)) (-1692 (($) 45 T CONST)) (-1492 (((-112) $) 22 (|has| |#1| (-556)))) (-1504 (((-112) $ $) 24 (|has| |#1| (-556)))) (-3693 (((-112) $ $) 23 (|has| |#1| (-556)))) (-3368 (((-112) $) 25 (|has| |#1| (-556)))) (-3987 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 93)) (-2266 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) 36)) (-3437 (($ (-641 |#4|)) 35)) (-1908 (((-3 $ "failed") $) 82)) (-1998 ((|#4| |#4| $) 89)) (-1928 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3121 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 102)) (-2440 ((|#4| |#4| $) 87)) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4412))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-2393 (((-2 (|:| -2151 (-641 |#4|)) (|:| -1940 (-641 |#4|))) $) 105)) (-3123 (((-112) |#4| $) 136)) (-2583 (((-112) |#4| $) 133)) (-3477 (((-112) |#4| $) 137) (((-112) $) 134)) (-1597 (((-641 |#4|) $) 52 (|has| $ (-6 -4412)))) (-1926 (((-112) |#4| $) 104) (((-112) $) 103)) (-3698 ((|#3| $) 34)) (-2575 (((-112) $ (-768)) 43)) (-4317 (((-641 |#4|) $) 53 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) 47)) (-1490 (((-641 |#3|) $) 32)) (-1714 (((-112) |#3| $) 31)) (-3715 (((-112) $ (-768)) 42)) (-2811 (((-1152) $) 9)) (-3941 (((-3 |#4| (-641 $)) |#4| |#4| $) 128)) (-3994 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| |#4| $) 127)) (-3837 (((-3 |#4| "failed") $) 83)) (-2657 (((-641 $) |#4| $) 129)) (-1978 (((-3 (-112) (-641 $)) |#4| $) 132)) (-4251 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 $))) |#4| $) 131) (((-112) |#4| $) 130)) (-1475 (((-641 $) |#4| $) 125) (((-641 $) (-641 |#4|) $) 124) (((-641 $) (-641 |#4|) (-641 $)) 123) (((-641 $) |#4| (-641 $)) 122)) (-3267 (($ |#4| $) 117) (($ (-641 |#4|) $) 116)) (-2224 (((-641 |#4|) $) 107)) (-1762 (((-112) |#4| $) 99) (((-112) $) 95)) (-3657 ((|#4| |#4| $) 90)) (-4067 (((-112) $ $) 110)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-3186 (((-112) |#4| $) 100) (((-112) $) 96)) (-1999 ((|#4| |#4| $) 91)) (-4382 (((-1114) $) 10)) (-1897 (((-3 |#4| "failed") $) 84)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-4177 (((-3 $ "failed") $ |#4|) 78)) (-3450 (($ $ |#4|) 77) (((-641 $) |#4| $) 115) (((-641 $) |#4| (-641 $)) 114) (((-641 $) (-641 |#4|) $) 113) (((-641 $) (-641 |#4|) (-641 $)) 112)) (-2070 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) 38)) (-4102 (((-112) $) 41)) (-3456 (($) 40)) (-4341 (((-768) $) 106)) (-1292 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4412)))) (-1892 (($ $) 39)) (-2153 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1732 (($ (-641 |#4|)) 60)) (-2718 (($ $ |#3|) 28)) (-3119 (($ $ |#3|) 30)) (-2463 (($ $) 88)) (-1442 (($ $ |#3|) 29)) (-1721 (((-859) $) 11) (((-641 |#4|) $) 37)) (-4107 (((-768) $) 76 (|has| |#3| (-368)))) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 108)) (-1544 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) 98)) (-1495 (((-641 $) |#4| $) 121) (((-641 $) |#4| (-641 $)) 120) (((-641 $) (-641 |#4|) $) 119) (((-641 $) (-641 |#4|) (-641 $)) 118)) (-2666 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4412)))) (-4380 (((-641 |#3|) $) 81)) (-1853 (((-112) |#4| $) 135)) (-2614 (((-112) |#3| $) 80)) (-2853 (((-112) $ $) 6)) (-3435 (((-768) $) 46 (|has| $ (-6 -4412)))))
+((-3069 (((-1264) $) 23)) (-3392 (($ (-1170) (-434) |#2|) 11)) (-1831 (((-859) $) 16)))
+(((-1100 |#1| |#2|) (-13 (-395) (-10 -8 (-15 -3392 ($ (-1170) (-434) |#2|)))) (-847) (-430 |#1|)) (T -1100))
+((-3392 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1170)) (-5 *3 (-434)) (-4 *5 (-847)) (-5 *1 (-1100 *5 *4)) (-4 *4 (-430 *5)))))
+(-13 (-395) (-10 -8 (-15 -3392 ($ (-1170) (-434) |#2|))))
+((-3133 (((-112) |#5| |#5|) 43)) (-3193 (((-112) |#5| |#5|) 57)) (-2687 (((-112) |#5| (-641 |#5|)) 80) (((-112) |#5| |#5|) 66)) (-2883 (((-112) (-641 |#4|) (-641 |#4|)) 63)) (-2330 (((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) 68)) (-3958 (((-1264)) 33)) (-3770 (((-1264) (-1152) (-1152) (-1152)) 29)) (-4306 (((-641 |#5|) (-641 |#5|)) 99)) (-2244 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)))) 91)) (-1670 (((-641 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112)) 121)) (-2580 (((-112) |#5| |#5|) 52)) (-4175 (((-3 (-112) "failed") |#5| |#5|) 76)) (-4225 (((-112) (-641 |#4|) (-641 |#4|)) 62)) (-3585 (((-112) (-641 |#4|) (-641 |#4|)) 64)) (-3984 (((-112) (-641 |#4|) (-641 |#4|)) 65)) (-2297 (((-3 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112)) 116)) (-2808 (((-641 |#5|) (-641 |#5|)) 48)))
+(((-1101 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3770 ((-1264) (-1152) (-1152) (-1152))) (-15 -3958 ((-1264))) (-15 -3133 ((-112) |#5| |#5|)) (-15 -2808 ((-641 |#5|) (-641 |#5|))) (-15 -2580 ((-112) |#5| |#5|)) (-15 -3193 ((-112) |#5| |#5|)) (-15 -2883 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4225 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -3585 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -3984 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4175 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2687 ((-112) |#5| |#5|)) (-15 -2687 ((-112) |#5| (-641 |#5|))) (-15 -4306 ((-641 |#5|) (-641 |#5|))) (-15 -2330 ((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)))) (-15 -2244 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) (-15 -1670 ((-641 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -2297 ((-3 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -1101))
+((-2297 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| -4252 (-641 *9)) (|:| -2956 *4) (|:| |ineq| (-641 *9)))) (-5 *1 (-1101 *6 *7 *8 *9 *4)) (-5 *3 (-641 *9)) (-4 *4 (-1066 *6 *7 *8 *9)))) (-1670 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-641 *10)) (-5 *5 (-112)) (-4 *10 (-1066 *6 *7 *8 *9)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8)) (-5 *2 (-641 (-2 (|:| -4252 (-641 *9)) (|:| -2956 *10) (|:| |ineq| (-641 *9))))) (-5 *1 (-1101 *6 *7 *8 *9 *10)) (-5 *3 (-641 *9)))) (-2244 (*1 *2 *2) (-12 (-5 *2 (-641 (-2 (|:| |val| (-641 *6)) (|:| -2956 *7)))) (-4 *6 (-1060 *3 *4 *5)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1101 *3 *4 *5 *6 *7)))) (-2330 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -2956 *8))) (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *8)))) (-4306 (*1 *2 *2) (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-1101 *3 *4 *5 *6 *7)))) (-2687 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1101 *5 *6 *7 *8 *3)))) (-2687 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-4175 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-3984 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-3585 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-4225 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-2883 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-3193 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-2580 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-2808 (*1 *2 *2) (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-1101 *3 *4 *5 *6 *7)))) (-3133 (*1 *2 *3 *3) (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))) (-3958 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-1101 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-3770 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
+(-10 -7 (-15 -3770 ((-1264) (-1152) (-1152) (-1152))) (-15 -3958 ((-1264))) (-15 -3133 ((-112) |#5| |#5|)) (-15 -2808 ((-641 |#5|) (-641 |#5|))) (-15 -2580 ((-112) |#5| |#5|)) (-15 -3193 ((-112) |#5| |#5|)) (-15 -2883 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4225 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -3585 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -3984 ((-112) (-641 |#4|) (-641 |#4|))) (-15 -4175 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2687 ((-112) |#5| |#5|)) (-15 -2687 ((-112) |#5| (-641 |#5|))) (-15 -4306 ((-641 |#5|) (-641 |#5|))) (-15 -2330 ((-112) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)))) (-15 -2244 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) (-15 -1670 ((-641 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|)))) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -2297 ((-3 (-2 (|:| -4252 (-641 |#4|)) (|:| -2956 |#5|) (|:| |ineq| (-641 |#4|))) "failed") (-641 |#4|) |#5| (-641 |#4|) (-112) (-112) (-112) (-112) (-112))))
+((-3104 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#5|) 110)) (-1734 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#4| |#4| |#5|) 82)) (-2658 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|) 104)) (-3501 (((-641 |#5|) |#4| |#5|) 126)) (-3817 (((-641 |#5|) |#4| |#5|) 133)) (-2256 (((-641 |#5|) |#4| |#5|) 134)) (-3328 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|) 111)) (-2901 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|) 132)) (-2470 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|) 48) (((-112) |#4| |#5|) 56)) (-1518 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#3| (-112)) 94) (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5| (-112) (-112)) 53)) (-2675 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|) 89)) (-4210 (((-1264)) 37)) (-3097 (((-1264)) 26)) (-2997 (((-1264) (-1152) (-1152) (-1152)) 33)) (-4113 (((-1264) (-1152) (-1152) (-1152)) 22)))
+(((-1102 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4113 ((-1264) (-1152) (-1152) (-1152))) (-15 -3097 ((-1264))) (-15 -2997 ((-1264) (-1152) (-1152) (-1152))) (-15 -4210 ((-1264))) (-15 -1734 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -1518 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -1518 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#3| (-112))) (-15 -2675 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -2658 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -2470 ((-112) |#4| |#5|)) (-15 -3328 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|)) (-15 -3501 ((-641 |#5|) |#4| |#5|)) (-15 -2901 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|)) (-15 -3817 ((-641 |#5|) |#4| |#5|)) (-15 -2470 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|)) (-15 -2256 ((-641 |#5|) |#4| |#5|)) (-15 -3104 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#5|))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1066 |#1| |#2| |#3| |#4|)) (T -1102))
+((-3104 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2256 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4)) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2470 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3817 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4)) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2901 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3501 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4)) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-3328 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2470 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2658 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-2675 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-1518 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -2956 *9)))) (-5 *5 (-112)) (-4 *8 (-1060 *6 *7 *4)) (-4 *9 (-1066 *6 *7 *4 *8)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *4 (-847)) (-5 *2 (-641 (-2 (|:| |val| *8) (|:| -2956 *9)))) (-5 *1 (-1102 *6 *7 *4 *8 *9)))) (-1518 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4)))) (-5 *1 (-1102 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3)))) (-1734 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))) (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))) (-4210 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-2997 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-1102 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))) (-3097 (*1 *2) (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264)) (-5 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))) (-4113 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264)) (-5 *1 (-1102 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
+(-10 -7 (-15 -4113 ((-1264) (-1152) (-1152) (-1152))) (-15 -3097 ((-1264))) (-15 -2997 ((-1264) (-1152) (-1152) (-1152))) (-15 -4210 ((-1264))) (-15 -1734 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -1518 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -1518 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) |#3| (-112))) (-15 -2675 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -2658 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#4| |#5|)) (-15 -2470 ((-112) |#4| |#5|)) (-15 -3328 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|)) (-15 -3501 ((-641 |#5|) |#4| |#5|)) (-15 -2901 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|)) (-15 -3817 ((-641 |#5|) |#4| |#5|)) (-15 -2470 ((-641 (-2 (|:| |val| (-112)) (|:| -2956 |#5|))) |#4| |#5|)) (-15 -2256 ((-641 |#5|) |#4| |#5|)) (-15 -3104 ((-641 (-2 (|:| |val| |#4|) (|:| -2956 |#5|))) |#4| |#5|)))
+((-1817 (((-112) $ $) 7)) (-3250 (((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 |#4|)))) (-641 |#4|)) 85)) (-2951 (((-641 $) (-641 |#4|)) 86) (((-641 $) (-641 |#4|) (-112)) 111)) (-3209 (((-641 |#3|) $) 33)) (-3449 (((-112) $) 26)) (-3961 (((-112) $) 17 (|has| |#1| (-556)))) (-1712 (((-112) |#4| $) 101) (((-112) $) 97)) (-4136 ((|#4| |#4| $) 92)) (-2427 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| $) 126)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) 27)) (-4010 (((-112) $ (-768)) 44)) (-3752 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4406))) (((-3 |#4| "failed") $ |#3|) 79)) (-1778 (($) 45 T CONST)) (-3602 (((-112) $) 22 (|has| |#1| (-556)))) (-2495 (((-112) $ $) 24 (|has| |#1| (-556)))) (-1495 (((-112) $ $) 23 (|has| |#1| (-556)))) (-2536 (((-112) $) 25 (|has| |#1| (-556)))) (-2559 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 93)) (-2338 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) 36)) (-2237 (($ (-641 |#4|)) 35)) (-3314 (((-3 $ "failed") $) 82)) (-1470 ((|#4| |#4| $) 89)) (-3337 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3827 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 102)) (-3492 ((|#4| |#4| $) 87)) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4406))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-4236 (((-2 (|:| -3689 (-641 |#4|)) (|:| -1669 (-641 |#4|))) $) 105)) (-3843 (((-112) |#4| $) 136)) (-2421 (((-112) |#4| $) 133)) (-4204 (((-112) |#4| $) 137) (((-112) $) 134)) (-1433 (((-641 |#4|) $) 52 (|has| $ (-6 -4406)))) (-2021 (((-112) |#4| $) 104) (((-112) $) 103)) (-1543 ((|#3| $) 34)) (-2324 (((-112) $ (-768)) 43)) (-2640 (((-641 |#4|) $) 53 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) 47)) (-3580 (((-641 |#3|) $) 32)) (-3879 (((-112) |#3| $) 31)) (-1713 (((-112) $ (-768)) 42)) (-2723 (((-1152) $) 9)) (-2100 (((-3 |#4| (-641 $)) |#4| |#4| $) 128)) (-2624 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| |#4| $) 127)) (-2598 (((-3 |#4| "failed") $) 83)) (-1889 (((-641 $) |#4| $) 129)) (-4369 (((-3 (-112) (-641 $)) |#4| $) 132)) (-3273 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 $))) |#4| $) 131) (((-112) |#4| $) 130)) (-3425 (((-641 $) |#4| $) 125) (((-641 $) (-641 |#4|) $) 124) (((-641 $) (-641 |#4|) (-641 $)) 123) (((-641 $) |#4| (-641 $)) 122)) (-2817 (($ |#4| $) 117) (($ (-641 |#4|) $) 116)) (-3123 (((-641 |#4|) $) 107)) (-4281 (((-112) |#4| $) 99) (((-112) $) 95)) (-2356 ((|#4| |#4| $) 90)) (-3984 (((-112) $ $) 110)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-3253 (((-112) |#4| $) 100) (((-112) $) 96)) (-1482 ((|#4| |#4| $) 91)) (-2780 (((-1114) $) 10)) (-3303 (((-3 |#4| "failed") $) 84)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-3824 (((-3 $ "failed") $ |#4|) 78)) (-3951 (($ $ |#4|) 77) (((-641 $) |#4| $) 115) (((-641 $) |#4| (-641 $)) 114) (((-641 $) (-641 |#4|) $) 113) (((-641 $) (-641 |#4|) (-641 $)) 112)) (-4077 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) 38)) (-4284 (((-112) $) 41)) (-4012 (($) 40)) (-1619 (((-768) $) 106)) (-2791 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4406)))) (-1991 (($ $) 39)) (-2511 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1842 (($ (-641 |#4|)) 60)) (-4287 (($ $ |#3|) 28)) (-1887 (($ $ |#3|) 30)) (-3728 (($ $) 88)) (-3111 (($ $ |#3|) 29)) (-1831 (((-859) $) 11) (((-641 |#4|) $) 37)) (-4321 (((-768) $) 76 (|has| |#3| (-368)))) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 108)) (-2885 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) 98)) (-3635 (((-641 $) |#4| $) 121) (((-641 $) |#4| (-641 $)) 120) (((-641 $) (-641 |#4|) $) 119) (((-641 $) (-641 |#4|) (-641 $)) 118)) (-1963 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4406)))) (-2014 (((-641 |#3|) $) 81)) (-2637 (((-112) |#4| $) 135)) (-1484 (((-112) |#3| $) 80)) (-1702 (((-112) $ $) 6)) (-2828 (((-768) $) 46 (|has| $ (-6 -4406)))))
(((-1103 |#1| |#2| |#3| |#4|) (-140) (-452) (-790) (-847) (-1060 |t#1| |t#2| |t#3|)) (T -1103))
NIL
(-13 (-1066 |t#1| |t#2| |t#3| |t#4|))
(((-34) . T) ((-102) . T) ((-611 (-641 |#4|)) . T) ((-611 (-859)) . T) ((-151 |#4|) . T) ((-612 (-536)) |has| |#4| (-612 (-536))) ((-309 |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-489 |#4|) . T) ((-514 |#4| |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-973 |#1| |#2| |#3| |#4|) . T) ((-1066 |#1| |#2| |#3| |#4|) . T) ((-1094) . T) ((-1202 |#1| |#2| |#3| |#4|) . T) ((-1209) . T))
-((-4379 (((-641 (-564)) (-564) (-564) (-564)) 37)) (-3430 (((-641 (-564)) (-564) (-564) (-564)) 27)) (-2604 (((-641 (-564)) (-564) (-564) (-564)) 32)) (-3218 (((-564) (-564) (-564)) 22)) (-2860 (((-1259 (-564)) (-641 (-564)) (-1259 (-564)) (-564)) 72) (((-1259 (-564)) (-1259 (-564)) (-1259 (-564)) (-564)) 67)) (-3106 (((-641 (-564)) (-641 (-564)) (-641 (-564)) (-112)) 49)) (-4043 (((-685 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564))) 71)) (-2813 (((-685 (-564)) (-641 (-564)) (-641 (-564))) 55)) (-2165 (((-641 (-685 (-564))) (-641 (-564))) 60)) (-2388 (((-641 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564))) 75)) (-2812 (((-685 (-564)) (-641 (-564)) (-641 (-564)) (-641 (-564))) 85)))
-(((-1104) (-10 -7 (-15 -2812 ((-685 (-564)) (-641 (-564)) (-641 (-564)) (-641 (-564)))) (-15 -2388 ((-641 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564)))) (-15 -2165 ((-641 (-685 (-564))) (-641 (-564)))) (-15 -2813 ((-685 (-564)) (-641 (-564)) (-641 (-564)))) (-15 -4043 ((-685 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564)))) (-15 -3106 ((-641 (-564)) (-641 (-564)) (-641 (-564)) (-112))) (-15 -2860 ((-1259 (-564)) (-1259 (-564)) (-1259 (-564)) (-564))) (-15 -2860 ((-1259 (-564)) (-641 (-564)) (-1259 (-564)) (-564))) (-15 -3218 ((-564) (-564) (-564))) (-15 -2604 ((-641 (-564)) (-564) (-564) (-564))) (-15 -3430 ((-641 (-564)) (-564) (-564) (-564))) (-15 -4379 ((-641 (-564)) (-564) (-564) (-564))))) (T -1104))
-((-4379 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))) (-3430 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))) (-2604 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))) (-3218 (*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1104)))) (-2860 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1259 (-564))) (-5 *3 (-641 (-564))) (-5 *4 (-564)) (-5 *1 (-1104)))) (-2860 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1259 (-564))) (-5 *3 (-564)) (-5 *1 (-1104)))) (-3106 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *3 (-112)) (-5 *1 (-1104)))) (-4043 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-685 (-564))) (-5 *3 (-641 (-564))) (-5 *1 (-1104)))) (-2813 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1104)))) (-2165 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-641 (-685 (-564)))) (-5 *1 (-1104)))) (-2388 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *3 (-685 (-564))) (-5 *1 (-1104)))) (-2812 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1104)))))
-(-10 -7 (-15 -2812 ((-685 (-564)) (-641 (-564)) (-641 (-564)) (-641 (-564)))) (-15 -2388 ((-641 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564)))) (-15 -2165 ((-641 (-685 (-564))) (-641 (-564)))) (-15 -2813 ((-685 (-564)) (-641 (-564)) (-641 (-564)))) (-15 -4043 ((-685 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564)))) (-15 -3106 ((-641 (-564)) (-641 (-564)) (-641 (-564)) (-112))) (-15 -2860 ((-1259 (-564)) (-1259 (-564)) (-1259 (-564)) (-564))) (-15 -2860 ((-1259 (-564)) (-641 (-564)) (-1259 (-564)) (-564))) (-15 -3218 ((-564) (-564) (-564))) (-15 -2604 ((-641 (-564)) (-564) (-564) (-564))) (-15 -3430 ((-641 (-564)) (-564) (-564) (-564))) (-15 -4379 ((-641 (-564)) (-564) (-564) (-564))))
+((-2006 (((-641 (-564)) (-564) (-564) (-564)) 37)) (-1871 (((-641 (-564)) (-564) (-564) (-564)) 27)) (-1392 (((-641 (-564)) (-564) (-564) (-564)) 32)) (-3583 (((-564) (-564) (-564)) 22)) (-3134 (((-1259 (-564)) (-641 (-564)) (-1259 (-564)) (-564)) 72) (((-1259 (-564)) (-1259 (-564)) (-1259 (-564)) (-564)) 67)) (-1735 (((-641 (-564)) (-641 (-564)) (-641 (-564)) (-112)) 49)) (-1863 (((-685 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564))) 71)) (-2746 (((-685 (-564)) (-641 (-564)) (-641 (-564))) 55)) (-3801 (((-641 (-685 (-564))) (-641 (-564))) 60)) (-4193 (((-641 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564))) 75)) (-2734 (((-685 (-564)) (-641 (-564)) (-641 (-564)) (-641 (-564))) 85)))
+(((-1104) (-10 -7 (-15 -2734 ((-685 (-564)) (-641 (-564)) (-641 (-564)) (-641 (-564)))) (-15 -4193 ((-641 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564)))) (-15 -3801 ((-641 (-685 (-564))) (-641 (-564)))) (-15 -2746 ((-685 (-564)) (-641 (-564)) (-641 (-564)))) (-15 -1863 ((-685 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564)))) (-15 -1735 ((-641 (-564)) (-641 (-564)) (-641 (-564)) (-112))) (-15 -3134 ((-1259 (-564)) (-1259 (-564)) (-1259 (-564)) (-564))) (-15 -3134 ((-1259 (-564)) (-641 (-564)) (-1259 (-564)) (-564))) (-15 -3583 ((-564) (-564) (-564))) (-15 -1392 ((-641 (-564)) (-564) (-564) (-564))) (-15 -1871 ((-641 (-564)) (-564) (-564) (-564))) (-15 -2006 ((-641 (-564)) (-564) (-564) (-564))))) (T -1104))
+((-2006 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))) (-1871 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))) (-1392 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))) (-3583 (*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1104)))) (-3134 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1259 (-564))) (-5 *3 (-641 (-564))) (-5 *4 (-564)) (-5 *1 (-1104)))) (-3134 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1259 (-564))) (-5 *3 (-564)) (-5 *1 (-1104)))) (-1735 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *3 (-112)) (-5 *1 (-1104)))) (-1863 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-685 (-564))) (-5 *3 (-641 (-564))) (-5 *1 (-1104)))) (-2746 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1104)))) (-3801 (*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-641 (-685 (-564)))) (-5 *1 (-1104)))) (-4193 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *3 (-685 (-564))) (-5 *1 (-1104)))) (-2734 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1104)))))
+(-10 -7 (-15 -2734 ((-685 (-564)) (-641 (-564)) (-641 (-564)) (-641 (-564)))) (-15 -4193 ((-641 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564)))) (-15 -3801 ((-641 (-685 (-564))) (-641 (-564)))) (-15 -2746 ((-685 (-564)) (-641 (-564)) (-641 (-564)))) (-15 -1863 ((-685 (-564)) (-641 (-564)) (-641 (-564)) (-685 (-564)))) (-15 -1735 ((-641 (-564)) (-641 (-564)) (-641 (-564)) (-112))) (-15 -3134 ((-1259 (-564)) (-1259 (-564)) (-1259 (-564)) (-564))) (-15 -3134 ((-1259 (-564)) (-641 (-564)) (-1259 (-564)) (-564))) (-15 -3583 ((-564) (-564) (-564))) (-15 -1392 ((-641 (-564)) (-564) (-564) (-564))) (-15 -1871 ((-641 (-564)) (-564) (-564) (-564))) (-15 -2006 ((-641 (-564)) (-564) (-564) (-564))))
((** (($ $ (-918)) 10)))
(((-1105 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-918)))) (-1106)) (T -1105))
NIL
(-10 -8 (-15 ** (|#1| |#1| (-918))))
-((-1709 (((-112) $ $) 7)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 6)) (** (($ $ (-918)) 13)) (* (($ $ $) 14)))
+((-1817 (((-112) $ $) 7)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 6)) (** (($ $ (-918)) 13)) (* (($ $ $) 14)))
(((-1106) (-140)) (T -1106))
((* (*1 *1 *1 *1) (-4 *1 (-1106))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1106)) (-5 *2 (-918)))))
(-13 (-1094) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-918)))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL (|has| |#3| (-1094)))) (-2013 (((-112) $) NIL (|has| |#3| (-131)))) (-1670 (($ (-918)) NIL (|has| |#3| (-1046)))) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-1578 (($ $ $) NIL (|has| |#3| (-790)))) (-2071 (((-3 $ "failed") $ $) NIL (|has| |#3| (-131)))) (-1729 (((-112) $ (-768)) NIL)) (-1860 (((-768)) NIL (|has| |#3| (-368)))) (-1672 (((-564) $) NIL (|has| |#3| (-845)))) (-1869 ((|#3| $ (-564) |#3|) NIL (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094)))) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1094)))) (-3437 (((-564) $) NIL (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094)))) ((|#3| $) NIL (|has| |#3| (-1094)))) (-3762 (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046)))) (((-2 (|:| -1315 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 $) (-1259 $)) NIL (|has| |#3| (-1046))) (((-685 |#3|) (-685 $)) NIL (|has| |#3| (-1046)))) (-3233 (((-3 $ "failed") $) NIL (|has| |#3| (-723)))) (-3746 (($) NIL (|has| |#3| (-368)))) (-1452 ((|#3| $ (-564) |#3|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#3| $ (-564)) 12)) (-2955 (((-112) $) NIL (|has| |#3| (-845)))) (-1597 (((-641 |#3|) $) NIL (|has| $ (-6 -4412)))) (-3282 (((-112) $) NIL (|has| |#3| (-723)))) (-1515 (((-112) $) NIL (|has| |#3| (-845)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-4317 (((-641 |#3|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#3| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-1439 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#3| |#3|) $) NIL)) (-2981 (((-918) $) NIL (|has| |#3| (-368)))) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#3| (-1094)))) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-1359 (($ (-918)) NIL (|has| |#3| (-368)))) (-4382 (((-1114) $) NIL (|has| |#3| (-1094)))) (-1897 ((|#3| $) NIL (|has| (-564) (-847)))) (-1759 (($ $ |#3|) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#3|))) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-294 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-641 |#3|) (-641 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#3| (-1094))))) (-3111 (((-641 |#3|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#3| $ (-564) |#3|) NIL) ((|#3| $ (-564)) NIL)) (-2848 ((|#3| $ $) NIL (|has| |#3| (-1046)))) (-4061 (($ (-1259 |#3|)) NIL)) (-1358 (((-134)) NIL (|has| |#3| (-363)))) (-1795 (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1 |#3| |#3|) (-768)) NIL (|has| |#3| (-1046))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1046)))) (-1292 (((-768) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4412))) (((-768) |#3| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#3| (-1094))))) (-1892 (($ $) NIL)) (-1721 (((-1259 |#3|) $) NIL) (($ (-564)) NIL (-2713 (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094))) (|has| |#3| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094)))) (($ |#3|) NIL (|has| |#3| (-1094))) (((-859) $) NIL (|has| |#3| (-611 (-859))))) (-1303 (((-768)) NIL (|has| |#3| (-1046)) CONST)) (-2666 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4412)))) (-1699 (($ $) NIL (|has| |#3| (-845)))) (-2885 (($) NIL (|has| |#3| (-131)) CONST)) (-2898 (($) NIL (|has| |#3| (-723)) CONST)) (-3256 (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1 |#3| |#3|) (-768)) NIL (|has| |#3| (-1046))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1046)))) (-2920 (((-112) $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2893 (((-112) $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2853 (((-112) $ $) NIL (|has| |#3| (-1094)))) (-2908 (((-112) $ $) NIL (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2880 (((-112) $ $) 24 (-2713 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2983 (($ $ |#3|) NIL (|has| |#3| (-363)))) (-2970 (($ $ $) NIL (|has| |#3| (-1046))) (($ $) NIL (|has| |#3| (-1046)))) (-2956 (($ $ $) NIL (|has| |#3| (-25)))) (** (($ $ (-768)) NIL (|has| |#3| (-723))) (($ $ (-918)) NIL (|has| |#3| (-723)))) (* (($ (-564) $) NIL (|has| |#3| (-1046))) (($ $ $) NIL (|has| |#3| (-723))) (($ $ |#3|) NIL (|has| |#3| (-723))) (($ |#3| $) NIL (|has| |#3| (-723))) (($ (-768) $) NIL (|has| |#3| (-131))) (($ (-918) $) NIL (|has| |#3| (-25)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL (|has| |#3| (-1094)))) (-1615 (((-112) $) NIL (|has| |#3| (-131)))) (-1575 (($ (-918)) NIL (|has| |#3| (-1046)))) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-1986 (($ $ $) NIL (|has| |#3| (-790)))) (-4088 (((-3 $ "failed") $ $) NIL (|has| |#3| (-131)))) (-4010 (((-112) $ (-768)) NIL)) (-3267 (((-768)) NIL (|has| |#3| (-368)))) (-1598 (((-564) $) NIL (|has| |#3| (-845)))) (-1970 ((|#3| $ (-564) |#3|) NIL (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094)))) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1094)))) (-2237 (((-564) $) NIL (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094)))) (((-407 (-564)) $) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094)))) ((|#3| $) NIL (|has| |#3| (-1094)))) (-4050 (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#3| (-637 (-564))) (|has| |#3| (-1046)))) (((-2 (|:| -2394 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 $) (-1259 $)) NIL (|has| |#3| (-1046))) (((-685 |#3|) (-685 $)) NIL (|has| |#3| (-1046)))) (-3733 (((-3 $ "failed") $) NIL (|has| |#3| (-723)))) (-2900 (($) NIL (|has| |#3| (-368)))) (-2261 ((|#3| $ (-564) |#3|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#3| $ (-564)) 12)) (-1569 (((-112) $) NIL (|has| |#3| (-845)))) (-1433 (((-641 |#3|) $) NIL (|has| $ (-6 -4406)))) (-2949 (((-112) $) NIL (|has| |#3| (-723)))) (-2607 (((-112) $) NIL (|has| |#3| (-845)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2640 (((-641 |#3|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#3| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-2250 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#3| |#3|) $) NIL)) (-1811 (((-918) $) NIL (|has| |#3| (-368)))) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#3| (-1094)))) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-1468 (($ (-918)) NIL (|has| |#3| (-368)))) (-2780 (((-1114) $) NIL (|has| |#3| (-1094)))) (-3303 ((|#3| $) NIL (|has| (-564) (-847)))) (-4253 (($ $ |#3|) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#3|))) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-294 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094)))) (($ $ (-641 |#3|) (-641 |#3|)) NIL (-12 (|has| |#3| (-309 |#3|)) (|has| |#3| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#3| (-1094))))) (-1794 (((-641 |#3|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#3| $ (-564) |#3|) NIL) ((|#3| $ (-564)) NIL)) (-3032 ((|#3| $ $) NIL (|has| |#3| (-1046)))) (-3112 (($ (-1259 |#3|)) NIL)) (-3548 (((-134)) NIL (|has| |#3| (-363)))) (-3534 (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1 |#3| |#3|) (-768)) NIL (|has| |#3| (-1046))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1046)))) (-2791 (((-768) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4406))) (((-768) |#3| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#3| (-1094))))) (-1991 (($ $) NIL)) (-1831 (((-1259 |#3|) $) NIL) (($ (-564)) NIL (-4078 (-12 (|has| |#3| (-1035 (-564))) (|has| |#3| (-1094))) (|has| |#3| (-1046)))) (($ (-407 (-564))) NIL (-12 (|has| |#3| (-1035 (-407 (-564)))) (|has| |#3| (-1094)))) (($ |#3|) NIL (|has| |#3| (-1094))) (((-859) $) NIL (|has| |#3| (-611 (-859))))) (-2219 (((-768)) NIL (|has| |#3| (-1046)) CONST)) (-1963 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4406)))) (-1849 (($ $) NIL (|has| |#3| (-845)))) (-1293 (($) NIL (|has| |#3| (-131)) CONST)) (-1300 (($) NIL (|has| |#3| (-723)) CONST)) (-3435 (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $ (-768)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1046)))) (($ $ (-1170)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#3| (-897 (-1170))) (|has| |#3| (-1046)))) (($ $ (-1 |#3| |#3|) (-768)) NIL (|has| |#3| (-1046))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1046)))) (-1762 (((-112) $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-1737 (((-112) $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-1702 (((-112) $ $) NIL (|has| |#3| (-1094)))) (-1749 (((-112) $ $) NIL (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-1723 (((-112) $ $) 24 (-4078 (|has| |#3| (-790)) (|has| |#3| (-845))))) (-1823 (($ $ |#3|) NIL (|has| |#3| (-363)))) (-1808 (($ $ $) NIL (|has| |#3| (-1046))) (($ $) NIL (|has| |#3| (-1046)))) (-1797 (($ $ $) NIL (|has| |#3| (-25)))) (** (($ $ (-768)) NIL (|has| |#3| (-723))) (($ $ (-918)) NIL (|has| |#3| (-723)))) (* (($ (-564) $) NIL (|has| |#3| (-1046))) (($ $ $) NIL (|has| |#3| (-723))) (($ $ |#3|) NIL (|has| |#3| (-723))) (($ |#3| $) NIL (|has| |#3| (-723))) (($ (-768) $) NIL (|has| |#3| (-131))) (($ (-918) $) NIL (|has| |#3| (-25)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-1107 |#1| |#2| |#3|) (-238 |#1| |#3|) (-768) (-768) (-790)) (T -1107))
NIL
(-238 |#1| |#3|)
-((-2993 (((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|)) 52)) (-3672 (((-564) (-1232 |#2| |#1|)) 99 (|has| |#1| (-452)))) (-2686 (((-564) (-1232 |#2| |#1|)) 81)) (-3407 (((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|)) 62)) (-3966 (((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|)) 98 (|has| |#1| (-452)))) (-2963 (((-641 |#1|) (-1232 |#2| |#1|) (-1232 |#2| |#1|)) 66)) (-4229 (((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|)) 80)))
-(((-1108 |#1| |#2|) (-10 -7 (-15 -2993 ((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -3407 ((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -2963 ((-641 |#1|) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -4229 ((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -2686 ((-564) (-1232 |#2| |#1|))) (IF (|has| |#1| (-452)) (PROGN (-15 -3966 ((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -3672 ((-564) (-1232 |#2| |#1|)))) |%noBranch|)) (-817) (-1170)) (T -1108))
-((-3672 (*1 *2 *3) (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-452)) (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))) (-3966 (*1 *2 *3 *3) (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-452)) (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))) (-2686 (*1 *2 *3) (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))) (-4229 (*1 *2 *3 *3) (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))) (-2963 (*1 *2 *3 *3) (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-641 *4)) (-5 *1 (-1108 *4 *5)))) (-3407 (*1 *2 *3 *3) (-12 (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-641 (-1232 *5 *4))) (-5 *1 (-1108 *4 *5)) (-5 *3 (-1232 *5 *4)))) (-2993 (*1 *2 *3 *3) (-12 (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-641 (-1232 *5 *4))) (-5 *1 (-1108 *4 *5)) (-5 *3 (-1232 *5 *4)))))
-(-10 -7 (-15 -2993 ((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -3407 ((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -2963 ((-641 |#1|) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -4229 ((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -2686 ((-564) (-1232 |#2| |#1|))) (IF (|has| |#1| (-452)) (PROGN (-15 -3966 ((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -3672 ((-564) (-1232 |#2| |#1|)))) |%noBranch|))
-((-1709 (((-112) $ $) NIL)) (-2855 (($ (-506) (-1112)) 13)) (-3309 (((-1112) $) 19)) (-2540 (((-506) $) 16)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 26) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-1109) (-13 (-1077) (-10 -8 (-15 -2855 ($ (-506) (-1112))) (-15 -2540 ((-506) $)) (-15 -3309 ((-1112) $))))) (T -1109))
-((-2855 (*1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-1112)) (-5 *1 (-1109)))) (-2540 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-1109)))) (-3309 (*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-1109)))))
-(-13 (-1077) (-10 -8 (-15 -2855 ($ (-506) (-1112))) (-15 -2540 ((-506) $)) (-15 -3309 ((-1112) $))))
-((-1672 (((-3 (-564) "failed") |#2| (-1170) |#2| (-1152)) 19) (((-3 (-564) "failed") |#2| (-1170) (-840 |#2|)) 17) (((-3 (-564) "failed") |#2|) 60)))
-(((-1110 |#1| |#2|) (-10 -7 (-15 -1672 ((-3 (-564) "failed") |#2|)) (-15 -1672 ((-3 (-564) "failed") |#2| (-1170) (-840 |#2|))) (-15 -1672 ((-3 (-564) "failed") |#2| (-1170) |#2| (-1152)))) (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)) (-452)) (-13 (-27) (-1194) (-430 |#1|))) (T -1110))
-((-1672 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-1152)) (-4 *6 (-13 (-556) (-847) (-1035 *2) (-637 *2) (-452))) (-5 *2 (-564)) (-5 *1 (-1110 *6 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))))) (-1672 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-840 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 *2) (-637 *2) (-452))) (-5 *2 (-564)) (-5 *1 (-1110 *6 *3)))) (-1672 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-556) (-847) (-1035 *2) (-637 *2) (-452))) (-5 *2 (-564)) (-5 *1 (-1110 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))))
-(-10 -7 (-15 -1672 ((-3 (-564) "failed") |#2|)) (-15 -1672 ((-3 (-564) "failed") |#2| (-1170) (-840 |#2|))) (-15 -1672 ((-3 (-564) "failed") |#2| (-1170) |#2| (-1152))))
-((-1672 (((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)) (-1152)) 38) (((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-840 (-407 (-949 |#1|)))) 33) (((-3 (-564) "failed") (-407 (-949 |#1|))) 14)))
-(((-1111 |#1|) (-10 -7 (-15 -1672 ((-3 (-564) "failed") (-407 (-949 |#1|)))) (-15 -1672 ((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-840 (-407 (-949 |#1|))))) (-15 -1672 ((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)) (-1152)))) (-452)) (T -1111))
-((-1672 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-407 (-949 *6))) (-5 *4 (-1170)) (-5 *5 (-1152)) (-4 *6 (-452)) (-5 *2 (-564)) (-5 *1 (-1111 *6)))) (-1672 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-840 (-407 (-949 *6)))) (-5 *3 (-407 (-949 *6))) (-4 *6 (-452)) (-5 *2 (-564)) (-5 *1 (-1111 *6)))) (-1672 (*1 *2 *3) (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-452)) (-5 *2 (-564)) (-5 *1 (-1111 *4)))))
-(-10 -7 (-15 -1672 ((-3 (-564) "failed") (-407 (-949 |#1|)))) (-15 -1672 ((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-840 (-407 (-949 |#1|))))) (-15 -1672 ((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)) (-1152))))
-((-1709 (((-112) $ $) NIL)) (-4245 (((-1175) $) 12)) (-4194 (((-641 (-1175)) $) 14)) (-3309 (($ (-641 (-1175)) (-1175)) 10)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 29)) (-2853 (((-112) $ $) 17)))
-(((-1112) (-13 (-1094) (-10 -8 (-15 -3309 ($ (-641 (-1175)) (-1175))) (-15 -4245 ((-1175) $)) (-15 -4194 ((-641 (-1175)) $))))) (T -1112))
-((-3309 (*1 *1 *2 *3) (-12 (-5 *2 (-641 (-1175))) (-5 *3 (-1175)) (-5 *1 (-1112)))) (-4245 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1112)))) (-4194 (*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1112)))))
-(-13 (-1094) (-10 -8 (-15 -3309 ($ (-641 (-1175)) (-1175))) (-15 -4245 ((-1175) $)) (-15 -4194 ((-641 (-1175)) $))))
-((-4301 (((-316 (-564)) (-48)) 12)))
-(((-1113) (-10 -7 (-15 -4301 ((-316 (-564)) (-48))))) (T -1113))
-((-4301 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-316 (-564))) (-5 *1 (-1113)))))
-(-10 -7 (-15 -4301 ((-316 (-564)) (-48))))
-((-1709 (((-112) $ $) NIL)) (-1917 (($ $) 44)) (-2013 (((-112) $) 65)) (-2858 (($ $ $) 51)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 93)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2281 (($ $ $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2635 (($ $ $ $) 76)) (-2275 (($ $) NIL)) (-1798 (((-418 $) $) NIL)) (-1817 (((-112) $ $) NIL)) (-1860 (((-768)) 78)) (-1672 (((-564) $) NIL)) (-1673 (($ $ $) 73)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL)) (-3437 (((-564) $) NIL)) (-2668 (($ $ $) 59)) (-3762 (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 87) (((-685 (-564)) (-685 $)) 32)) (-3233 (((-3 $ "failed") $) NIL)) (-2242 (((-3 (-407 (-564)) "failed") $) NIL)) (-2260 (((-112) $) NIL)) (-3600 (((-407 (-564)) $) NIL)) (-3746 (($) 90) (($ $) 91)) (-2649 (($ $ $) 58)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL)) (-2941 (((-112) $) NIL)) (-3689 (($ $ $ $) NIL)) (-2256 (($ $ $) 88)) (-2955 (((-112) $) NIL)) (-2250 (($ $ $) NIL)) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL)) (-3282 (((-112) $) 67)) (-2400 (((-112) $) 64)) (-2819 (($ $) 45)) (-1516 (((-3 $ "failed") $) NIL)) (-1515 (((-112) $) 77)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-4337 (($ $ $ $) 74)) (-2766 (($ $ $) 69) (($) 42 T CONST)) (-1650 (($ $ $) 68) (($) 41 T CONST)) (-3845 (($ $) NIL)) (-2981 (((-918) $) 83)) (-2088 (($ $) 72)) (-3340 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2811 (((-1152) $) NIL)) (-3185 (($ $ $) NIL)) (-2558 (($) NIL T CONST)) (-1359 (($ (-918)) 82)) (-3515 (($ $) 52)) (-4382 (((-1114) $) 71)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-3377 (($ $ $) 62) (($ (-641 $)) NIL)) (-3867 (($ $) NIL)) (-4020 (((-418 $) $) NIL)) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL)) (-2628 (((-3 $ "failed") $ $) NIL)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-2000 (((-112) $) NIL)) (-2358 (((-768) $) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 61)) (-1795 (($ $ (-768)) NIL) (($ $) NIL)) (-1443 (($ $) 53)) (-1892 (($ $) NIL)) (-2153 (((-564) $) 17) (((-536) $) NIL) (((-889 (-564)) $) NIL) (((-379) $) NIL) (((-225) $) NIL)) (-1721 (((-859) $) 35) (($ (-564)) 89) (($ $) NIL) (($ (-564)) 89)) (-1303 (((-768)) NIL T CONST)) (-1571 (((-112) $ $) NIL)) (-3483 (($ $ $) NIL)) (-1540 (($) 40)) (-1720 (((-112) $ $) NIL)) (-2190 (($ $ $ $) 75)) (-1699 (($ $) 63)) (-1431 (($ $ $) 47)) (-2885 (($) 7 T CONST)) (-1388 (($ $ $) 50)) (-2898 (($) 39 T CONST)) (-3930 (((-1152) $) 26) (((-1152) $ (-112)) 27) (((-1264) (-819) $) 28) (((-1264) (-819) $ (-112)) 29)) (-1400 (($ $) 48)) (-3256 (($ $ (-768)) NIL) (($ $) NIL)) (-1377 (($ $ $) 49)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 43)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 10)) (-1417 (($ $ $) 46)) (-2970 (($ $) 16) (($ $ $) 55)) (-2956 (($ $ $) 54)) (** (($ $ (-918)) NIL) (($ $ (-768)) 57)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 38) (($ $ $) 37)))
-(((-1114) (-13 (-545) (-841) (-657) (-825) (-10 -8 (-6 -4399) (-6 -4404) (-6 -4400) (-15 -2819 ($ $)) (-15 -2858 ($ $ $)) (-15 -1400 ($ $)) (-15 -1377 ($ $ $)) (-15 -1388 ($ $ $))))) (T -1114))
-((-2819 (*1 *1 *1) (-5 *1 (-1114))) (-2858 (*1 *1 *1 *1) (-5 *1 (-1114))) (-1400 (*1 *1 *1) (-5 *1 (-1114))) (-1377 (*1 *1 *1 *1) (-5 *1 (-1114))) (-1388 (*1 *1 *1 *1) (-5 *1 (-1114))))
-(-13 (-545) (-841) (-657) (-825) (-10 -8 (-6 -4399) (-6 -4404) (-6 -4400) (-15 -2819 ($ $)) (-15 -2858 ($ $ $)) (-15 -1400 ($ $)) (-15 -1377 ($ $ $)) (-15 -1388 ($ $ $))))
+((-1929 (((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|)) 52)) (-2531 (((-564) (-1232 |#2| |#1|)) 99 (|has| |#1| (-452)))) (-4041 (((-564) (-1232 |#2| |#1|)) 81)) (-1623 (((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|)) 62)) (-2320 (((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|)) 98 (|has| |#1| (-452)))) (-1636 (((-641 |#1|) (-1232 |#2| |#1|) (-1232 |#2| |#1|)) 66)) (-3081 (((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|)) 80)))
+(((-1108 |#1| |#2|) (-10 -7 (-15 -1929 ((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -1623 ((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -1636 ((-641 |#1|) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -3081 ((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -4041 ((-564) (-1232 |#2| |#1|))) (IF (|has| |#1| (-452)) (PROGN (-15 -2320 ((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -2531 ((-564) (-1232 |#2| |#1|)))) |%noBranch|)) (-817) (-1170)) (T -1108))
+((-2531 (*1 *2 *3) (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-452)) (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))) (-2320 (*1 *2 *3 *3) (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-452)) (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))) (-4041 (*1 *2 *3) (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))) (-3081 (*1 *2 *3 *3) (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))) (-1636 (*1 *2 *3 *3) (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-641 *4)) (-5 *1 (-1108 *4 *5)))) (-1623 (*1 *2 *3 *3) (-12 (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-641 (-1232 *5 *4))) (-5 *1 (-1108 *4 *5)) (-5 *3 (-1232 *5 *4)))) (-1929 (*1 *2 *3 *3) (-12 (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-641 (-1232 *5 *4))) (-5 *1 (-1108 *4 *5)) (-5 *3 (-1232 *5 *4)))))
+(-10 -7 (-15 -1929 ((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -1623 ((-641 (-1232 |#2| |#1|)) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -1636 ((-641 |#1|) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -3081 ((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -4041 ((-564) (-1232 |#2| |#1|))) (IF (|has| |#1| (-452)) (PROGN (-15 -2320 ((-564) (-1232 |#2| |#1|) (-1232 |#2| |#1|))) (-15 -2531 ((-564) (-1232 |#2| |#1|)))) |%noBranch|))
+((-1817 (((-112) $ $) NIL)) (-3096 (($ (-506) (-1112)) 13)) (-3080 (((-1112) $) 19)) (-1316 (((-506) $) 16)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 26) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-1109) (-13 (-1077) (-10 -8 (-15 -3096 ($ (-506) (-1112))) (-15 -1316 ((-506) $)) (-15 -3080 ((-1112) $))))) (T -1109))
+((-3096 (*1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-1112)) (-5 *1 (-1109)))) (-1316 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-1109)))) (-3080 (*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-1109)))))
+(-13 (-1077) (-10 -8 (-15 -3096 ($ (-506) (-1112))) (-15 -1316 ((-506) $)) (-15 -3080 ((-1112) $))))
+((-1598 (((-3 (-564) "failed") |#2| (-1170) |#2| (-1152)) 19) (((-3 (-564) "failed") |#2| (-1170) (-840 |#2|)) 17) (((-3 (-564) "failed") |#2|) 60)))
+(((-1110 |#1| |#2|) (-10 -7 (-15 -1598 ((-3 (-564) "failed") |#2|)) (-15 -1598 ((-3 (-564) "failed") |#2| (-1170) (-840 |#2|))) (-15 -1598 ((-3 (-564) "failed") |#2| (-1170) |#2| (-1152)))) (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)) (-452)) (-13 (-27) (-1194) (-430 |#1|))) (T -1110))
+((-1598 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-1152)) (-4 *6 (-13 (-556) (-847) (-1035 *2) (-637 *2) (-452))) (-5 *2 (-564)) (-5 *1 (-1110 *6 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))))) (-1598 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-840 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *6))) (-4 *6 (-13 (-556) (-847) (-1035 *2) (-637 *2) (-452))) (-5 *2 (-564)) (-5 *1 (-1110 *6 *3)))) (-1598 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-556) (-847) (-1035 *2) (-637 *2) (-452))) (-5 *2 (-564)) (-5 *1 (-1110 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))))
+(-10 -7 (-15 -1598 ((-3 (-564) "failed") |#2|)) (-15 -1598 ((-3 (-564) "failed") |#2| (-1170) (-840 |#2|))) (-15 -1598 ((-3 (-564) "failed") |#2| (-1170) |#2| (-1152))))
+((-1598 (((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)) (-1152)) 38) (((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-840 (-407 (-949 |#1|)))) 33) (((-3 (-564) "failed") (-407 (-949 |#1|))) 14)))
+(((-1111 |#1|) (-10 -7 (-15 -1598 ((-3 (-564) "failed") (-407 (-949 |#1|)))) (-15 -1598 ((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-840 (-407 (-949 |#1|))))) (-15 -1598 ((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)) (-1152)))) (-452)) (T -1111))
+((-1598 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-407 (-949 *6))) (-5 *4 (-1170)) (-5 *5 (-1152)) (-4 *6 (-452)) (-5 *2 (-564)) (-5 *1 (-1111 *6)))) (-1598 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-840 (-407 (-949 *6)))) (-5 *3 (-407 (-949 *6))) (-4 *6 (-452)) (-5 *2 (-564)) (-5 *1 (-1111 *6)))) (-1598 (*1 *2 *3) (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-452)) (-5 *2 (-564)) (-5 *1 (-1111 *4)))))
+(-10 -7 (-15 -1598 ((-3 (-564) "failed") (-407 (-949 |#1|)))) (-15 -1598 ((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-840 (-407 (-949 |#1|))))) (-15 -1598 ((-3 (-564) "failed") (-407 (-949 |#1|)) (-1170) (-407 (-949 |#1|)) (-1152))))
+((-1817 (((-112) $ $) NIL)) (-4352 (((-1175) $) 12)) (-4308 (((-641 (-1175)) $) 14)) (-3080 (($ (-641 (-1175)) (-1175)) 10)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 29)) (-1702 (((-112) $ $) 17)))
+(((-1112) (-13 (-1094) (-10 -8 (-15 -3080 ($ (-641 (-1175)) (-1175))) (-15 -4352 ((-1175) $)) (-15 -4308 ((-641 (-1175)) $))))) (T -1112))
+((-3080 (*1 *1 *2 *3) (-12 (-5 *2 (-641 (-1175))) (-5 *3 (-1175)) (-5 *1 (-1112)))) (-4352 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1112)))) (-4308 (*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1112)))))
+(-13 (-1094) (-10 -8 (-15 -3080 ($ (-641 (-1175)) (-1175))) (-15 -4352 ((-1175) $)) (-15 -4308 ((-641 (-1175)) $))))
+((-2507 (((-316 (-564)) (-48)) 12)))
+(((-1113) (-10 -7 (-15 -2507 ((-316 (-564)) (-48))))) (T -1113))
+((-2507 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-316 (-564))) (-5 *1 (-1113)))))
+(-10 -7 (-15 -2507 ((-316 (-564)) (-48))))
+((-1817 (((-112) $ $) NIL)) (-1644 (($ $) 44)) (-1615 (((-112) $) 65)) (-4366 (($ $ $) 51)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 93)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-2487 (($ $ $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1689 (($ $ $ $) 76)) (-2427 (($ $) NIL)) (-3399 (((-418 $) $) NIL)) (-3554 (((-112) $ $) NIL)) (-3267 (((-768)) 78)) (-1598 (((-564) $) NIL)) (-1815 (($ $ $) 73)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL)) (-2237 (((-564) $) NIL)) (-1449 (($ $ $) 59)) (-4050 (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 87) (((-685 (-564)) (-685 $)) 32)) (-3733 (((-3 $ "failed") $) NIL)) (-2078 (((-3 (-407 (-564)) "failed") $) NIL)) (-2272 (((-112) $) NIL)) (-3036 (((-407 (-564)) $) NIL)) (-2900 (($) 90) (($ $) 91)) (-1424 (($ $ $) 58)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL)) (-1420 (((-112) $) NIL)) (-1447 (($ $ $ $) NIL)) (-2227 (($ $ $) 88)) (-1569 (((-112) $) NIL)) (-2163 (($ $ $) NIL)) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL)) (-2949 (((-112) $) 67)) (-4301 (((-112) $) 64)) (-4338 (($ $) 45)) (-2619 (((-3 $ "failed") $) NIL)) (-2607 (((-112) $) 77)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1584 (($ $ $ $) 74)) (-1925 (($ $ $) 69) (($) 42 T CONST)) (-3375 (($ $ $) 68) (($) 41 T CONST)) (-1781 (($ $) NIL)) (-1811 (((-918) $) 83)) (-1502 (($ $) 72)) (-2740 (($ $ $) NIL) (($ (-641 $)) NIL)) (-2723 (((-1152) $) NIL)) (-3244 (($ $ $) NIL)) (-2884 (($) NIL T CONST)) (-1468 (($ (-918)) 82)) (-3900 (($ $) 52)) (-2780 (((-1114) $) 71)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL)) (-2777 (($ $ $) 62) (($ (-641 $)) NIL)) (-3839 (($ $) NIL)) (-3070 (((-418 $) $) NIL)) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL)) (-1403 (((-3 $ "failed") $ $) NIL)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL)) (-1492 (((-112) $) NIL)) (-3920 (((-768) $) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 61)) (-3534 (($ $ (-768)) NIL) (($ $) NIL)) (-3656 (($ $) 53)) (-1991 (($ $) NIL)) (-2511 (((-564) $) 17) (((-536) $) NIL) (((-889 (-564)) $) NIL) (((-379) $) NIL) (((-225) $) NIL)) (-1831 (((-859) $) 35) (($ (-564)) 89) (($ $) NIL) (($ (-564)) 89)) (-2219 (((-768)) NIL T CONST)) (-1935 (((-112) $ $) NIL)) (-4254 (($ $ $) NIL)) (-3655 (($) 40)) (-3939 (((-112) $ $) NIL)) (-2807 (($ $ $ $) 75)) (-1849 (($ $) 63)) (-3705 (($ $ $) 47)) (-1293 (($) 7 T CONST)) (-1498 (($ $ $) 50)) (-1300 (($) 39 T CONST)) (-3213 (((-1152) $) 26) (((-1152) $ (-112)) 27) (((-1264) (-819) $) 28) (((-1264) (-819) $ (-112)) 29)) (-1510 (($ $) 48)) (-3435 (($ $ (-768)) NIL) (($ $) NIL)) (-1486 (($ $ $) 49)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 43)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 10)) (-3694 (($ $ $) 46)) (-1808 (($ $) 16) (($ $ $) 55)) (-1797 (($ $ $) 54)) (** (($ $ (-918)) NIL) (($ $ (-768)) 57)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 38) (($ $ $) 37)))
+(((-1114) (-13 (-545) (-841) (-657) (-825) (-10 -8 (-6 -4393) (-6 -4398) (-6 -4394) (-15 -4338 ($ $)) (-15 -4366 ($ $ $)) (-15 -1510 ($ $)) (-15 -1486 ($ $ $)) (-15 -1498 ($ $ $))))) (T -1114))
+((-4338 (*1 *1 *1) (-5 *1 (-1114))) (-4366 (*1 *1 *1 *1) (-5 *1 (-1114))) (-1510 (*1 *1 *1) (-5 *1 (-1114))) (-1486 (*1 *1 *1 *1) (-5 *1 (-1114))) (-1498 (*1 *1 *1 *1) (-5 *1 (-1114))))
+(-13 (-545) (-841) (-657) (-825) (-10 -8 (-6 -4393) (-6 -4398) (-6 -4394) (-15 -4338 ($ $)) (-15 -4366 ($ $ $)) (-15 -1510 ($ $)) (-15 -1486 ($ $ $)) (-15 -1498 ($ $ $))))
((|Integer|) (SMINTP |#1|))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-3192 ((|#1| $) 44)) (-1729 (((-112) $ (-768)) 8)) (-1692 (($) 7 T CONST)) (-2075 ((|#1| |#1| $) 46)) (-1407 ((|#1| $) 45)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-4290 ((|#1| $) 39)) (-3573 (($ |#1| $) 40)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-2382 ((|#1| $) 41)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2105 (((-768) $) 43)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) 42)) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-3155 ((|#1| $) 44)) (-4010 (((-112) $ (-768)) 8)) (-1778 (($) 7 T CONST)) (-4120 ((|#1| |#1| $) 46)) (-3923 ((|#1| $) 45)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2401 ((|#1| $) 39)) (-2783 (($ |#1| $) 40)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-4153 ((|#1| $) 41)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-2950 (((-768) $) 43)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) 42)) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-1115 |#1|) (-140) (-1209)) (T -1115))
-((-2075 (*1 *2 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))) (-1407 (*1 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))) (-3192 (*1 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))) (-2105 (*1 *2 *1) (-12 (-4 *1 (-1115 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4412) (-15 -2075 (|t#1| |t#1| $)) (-15 -1407 (|t#1| $)) (-15 -3192 (|t#1| $)) (-15 -2105 ((-768) $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-4321 ((|#3| $) 87)) (-2035 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#3| "failed") $) 50)) (-3437 (((-564) $) NIL) (((-407 (-564)) $) NIL) ((|#3| $) 47)) (-3762 (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -1315 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 $) (-1259 $)) 84) (((-685 |#3|) (-685 $)) 76)) (-1795 (($ $ (-1 |#3| |#3|)) 28) (($ $ (-1 |#3| |#3|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)) (-3381 ((|#3| $) 89)) (-1327 ((|#4| $) 43)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL) (($ |#3|) 25)) (** (($ $ (-918)) NIL) (($ $ (-768)) 24) (($ $ (-564)) 95)))
-(((-1116 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 ** (|#1| |#1| (-564))) (-15 -3381 (|#3| |#1|)) (-15 -4321 (|#3| |#1|)) (-15 -1327 (|#4| |#1|)) (-15 -3762 ((-685 |#3|) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -1721 (|#1| |#3|)) (-15 -2035 ((-3 |#3| "failed") |#1|)) (-15 -3437 (|#3| |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1 |#3| |#3|) (-768))) (-15 -1795 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1721 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))) (-15 -1721 ((-859) |#1|))) (-1117 |#2| |#3| |#4| |#5|) (-768) (-1046) (-238 |#2| |#3|) (-238 |#2| |#3|)) (T -1116))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-564))) (-15 -3381 (|#3| |#1|)) (-15 -4321 (|#3| |#1|)) (-15 -1327 (|#4| |#1|)) (-15 -3762 ((-685 |#3|) (-685 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -3762 ((-685 (-564)) (-685 |#1|))) (-15 -1721 (|#1| |#3|)) (-15 -2035 ((-3 |#3| "failed") |#1|)) (-15 -3437 (|#3| |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1 |#3| |#3|) (-768))) (-15 -1795 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1721 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4321 ((|#2| $) 71)) (-1663 (((-112) $) 111)) (-2071 (((-3 $ "failed") $ $) 19)) (-3354 (((-112) $) 109)) (-1729 (((-112) $ (-768)) 101)) (-2831 (($ |#2|) 74)) (-1692 (($) 17 T CONST)) (-1816 (($ $) 128 (|has| |#2| (-307)))) (-2787 ((|#3| $ (-564)) 123)) (-2035 (((-3 (-564) "failed") $) 86 (|has| |#2| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 83 (|has| |#2| (-1035 (-407 (-564))))) (((-3 |#2| "failed") $) 80)) (-3437 (((-564) $) 85 (|has| |#2| (-1035 (-564)))) (((-407 (-564)) $) 82 (|has| |#2| (-1035 (-407 (-564))))) ((|#2| $) 81)) (-3762 (((-685 (-564)) (-685 $)) 78 (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 77 (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 76) (((-685 |#2|) (-685 $)) 75)) (-3233 (((-3 $ "failed") $) 33)) (-3147 (((-768) $) 129 (|has| |#2| (-556)))) (-1379 ((|#2| $ (-564) (-564)) 121)) (-1597 (((-641 |#2|) $) 94 (|has| $ (-6 -4412)))) (-3282 (((-112) $) 31)) (-2751 (((-768) $) 130 (|has| |#2| (-556)))) (-2137 (((-641 |#4|) $) 131 (|has| |#2| (-556)))) (-3393 (((-768) $) 117)) (-3402 (((-768) $) 118)) (-2575 (((-112) $ (-768)) 102)) (-2762 ((|#2| $) 66 (|has| |#2| (-6 (-4414 "*"))))) (-4209 (((-564) $) 113)) (-1581 (((-564) $) 115)) (-4317 (((-641 |#2|) $) 93 (|has| $ (-6 -4412)))) (-3983 (((-112) |#2| $) 91 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4412))))) (-1314 (((-564) $) 114)) (-1875 (((-564) $) 116)) (-2670 (($ (-641 (-641 |#2|))) 108)) (-1439 (($ (-1 |#2| |#2|) $) 98 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#2| |#2| |#2|) $ $) 125) (($ (-1 |#2| |#2|) $) 99)) (-2708 (((-641 (-641 |#2|)) $) 119)) (-3715 (((-112) $ (-768)) 103)) (-2811 (((-1152) $) 9)) (-3429 (((-3 $ "failed") $) 65 (|has| |#2| (-363)))) (-4382 (((-1114) $) 10)) (-2628 (((-3 $ "failed") $ |#2|) 126 (|has| |#2| (-556)))) (-2070 (((-112) (-1 (-112) |#2|) $) 96 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#2|))) 90 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) 89 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) 88 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) 87 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) 107)) (-4102 (((-112) $) 104)) (-3456 (($) 105)) (-2961 ((|#2| $ (-564) (-564) |#2|) 122) ((|#2| $ (-564) (-564)) 120)) (-1795 (($ $ (-1 |#2| |#2|)) 52) (($ $ (-1 |#2| |#2|) (-768)) 51) (($ $ (-641 (-1170)) (-641 (-768))) 44 (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) 43 (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) 42 (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) 41 (|has| |#2| (-897 (-1170)))) (($ $ (-768)) 39 (|has| |#2| (-233))) (($ $) 37 (|has| |#2| (-233)))) (-3381 ((|#2| $) 70)) (-3323 (($ (-641 |#2|)) 73)) (-3065 (((-112) $) 110)) (-1327 ((|#3| $) 72)) (-3274 ((|#2| $) 67 (|has| |#2| (-6 (-4414 "*"))))) (-1292 (((-768) (-1 (-112) |#2|) $) 95 (|has| $ (-6 -4412))) (((-768) |#2| $) 92 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 106)) (-1903 ((|#4| $ (-564)) 124)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 84 (|has| |#2| (-1035 (-407 (-564))))) (($ |#2|) 79)) (-1303 (((-768)) 28 T CONST)) (-2666 (((-112) (-1 (-112) |#2|) $) 97 (|has| $ (-6 -4412)))) (-3490 (((-112) $) 112)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-1 |#2| |#2|)) 50) (($ $ (-1 |#2| |#2|) (-768)) 49) (($ $ (-641 (-1170)) (-641 (-768))) 48 (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) 47 (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) 46 (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) 45 (|has| |#2| (-897 (-1170)))) (($ $ (-768)) 40 (|has| |#2| (-233))) (($ $) 38 (|has| |#2| (-233)))) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#2|) 127 (|has| |#2| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 64 (|has| |#2| (-363)))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#2|) 133) (($ |#2| $) 132) ((|#4| $ |#4|) 69) ((|#3| |#3| $) 68)) (-3435 (((-768) $) 100 (|has| $ (-6 -4412)))))
+((-4120 (*1 *2 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))) (-3923 (*1 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))) (-3155 (*1 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))) (-2950 (*1 *2 *1) (-12 (-4 *1 (-1115 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4406) (-15 -4120 (|t#1| |t#1| $)) (-15 -3923 (|t#1| $)) (-15 -3155 (|t#1| $)) (-15 -2950 ((-768) $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-2713 ((|#3| $) 87)) (-2347 (((-3 (-564) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 |#3| "failed") $) 50)) (-2237 (((-564) $) NIL) (((-407 (-564)) $) NIL) ((|#3| $) 47)) (-4050 (((-685 (-564)) (-685 $)) NIL) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL) (((-2 (|:| -2394 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 $) (-1259 $)) 84) (((-685 |#3|) (-685 $)) 76)) (-3534 (($ $ (-1 |#3| |#3|)) 28) (($ $ (-1 |#3| |#3|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170)) NIL) (($ $ (-768)) NIL) (($ $) NIL)) (-1385 ((|#3| $) 89)) (-2534 ((|#4| $) 43)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ (-407 (-564))) NIL) (($ |#3|) 25)) (** (($ $ (-918)) NIL) (($ $ (-768)) 24) (($ $ (-564)) 95)))
+(((-1116 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 ** (|#1| |#1| (-564))) (-15 -1385 (|#3| |#1|)) (-15 -2713 (|#3| |#1|)) (-15 -2534 (|#4| |#1|)) (-15 -4050 ((-685 |#3|) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -1831 (|#1| |#3|)) (-15 -2347 ((-3 |#3| "failed") |#1|)) (-15 -2237 (|#3| |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1 |#3| |#3|) (-768))) (-15 -3534 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1831 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))) (-15 -1831 ((-859) |#1|))) (-1117 |#2| |#3| |#4| |#5|) (-768) (-1046) (-238 |#2| |#3|) (-238 |#2| |#3|)) (T -1116))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-564))) (-15 -1385 (|#3| |#1|)) (-15 -2713 (|#3| |#1|)) (-15 -2534 (|#4| |#1|)) (-15 -4050 ((-685 |#3|) (-685 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 |#3|)) (|:| |vec| (-1259 |#3|))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 |#1|) (-1259 |#1|))) (-15 -4050 ((-685 (-564)) (-685 |#1|))) (-15 -1831 (|#1| |#3|)) (-15 -2347 ((-3 |#3| "failed") |#1|)) (-15 -2237 (|#3| |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1 |#3| |#3|) (-768))) (-15 -3534 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1831 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-2713 ((|#2| $) 71)) (-1512 (((-112) $) 111)) (-4088 (((-3 $ "failed") $ $) 19)) (-2385 (((-112) $) 109)) (-4010 (((-112) $ (-768)) 101)) (-2899 (($ |#2|) 74)) (-1778 (($) 17 T CONST)) (-3543 (($ $) 128 (|has| |#2| (-307)))) (-3751 ((|#3| $ (-564)) 123)) (-2347 (((-3 (-564) "failed") $) 86 (|has| |#2| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) 83 (|has| |#2| (-1035 (-407 (-564))))) (((-3 |#2| "failed") $) 80)) (-2237 (((-564) $) 85 (|has| |#2| (-1035 (-564)))) (((-407 (-564)) $) 82 (|has| |#2| (-1035 (-407 (-564))))) ((|#2| $) 81)) (-4050 (((-685 (-564)) (-685 $)) 78 (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 77 (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 76) (((-685 |#2|) (-685 $)) 75)) (-3733 (((-3 $ "failed") $) 33)) (-3531 (((-768) $) 129 (|has| |#2| (-556)))) (-2190 ((|#2| $ (-564) (-564)) 121)) (-1433 (((-641 |#2|) $) 94 (|has| $ (-6 -4406)))) (-2949 (((-112) $) 31)) (-3408 (((-768) $) 130 (|has| |#2| (-556)))) (-3540 (((-641 |#4|) $) 131 (|has| |#2| (-556)))) (-1745 (((-768) $) 117)) (-1757 (((-768) $) 118)) (-2324 (((-112) $ (-768)) 102)) (-3508 ((|#2| $) 66 (|has| |#2| (-6 (-4408 "*"))))) (-2904 (((-564) $) 113)) (-2015 (((-564) $) 115)) (-2640 (((-641 |#2|) $) 93 (|has| $ (-6 -4406)))) (-2516 (((-112) |#2| $) 91 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4406))))) (-2381 (((-564) $) 114)) (-2821 (((-564) $) 116)) (-4309 (($ (-641 (-641 |#2|))) 108)) (-2250 (($ (-1 |#2| |#2|) $) 98 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#2| |#2| |#2|) $ $) 125) (($ (-1 |#2| |#2|) $) 99)) (-4217 (((-641 (-641 |#2|)) $) 119)) (-1713 (((-112) $ (-768)) 103)) (-2723 (((-1152) $) 9)) (-1861 (((-3 $ "failed") $) 65 (|has| |#2| (-363)))) (-2780 (((-1114) $) 10)) (-1403 (((-3 $ "failed") $ |#2|) 126 (|has| |#2| (-556)))) (-4077 (((-112) (-1 (-112) |#2|) $) 96 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#2|))) 90 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) 89 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) 88 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) 87 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) 107)) (-4284 (((-112) $) 104)) (-4012 (($) 105)) (-1350 ((|#2| $ (-564) (-564) |#2|) 122) ((|#2| $ (-564) (-564)) 120)) (-3534 (($ $ (-1 |#2| |#2|)) 52) (($ $ (-1 |#2| |#2|) (-768)) 51) (($ $ (-641 (-1170)) (-641 (-768))) 44 (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) 43 (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) 42 (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) 41 (|has| |#2| (-897 (-1170)))) (($ $ (-768)) 39 (|has| |#2| (-233))) (($ $) 37 (|has| |#2| (-233)))) (-1385 ((|#2| $) 70)) (-2088 (($ (-641 |#2|)) 73)) (-1302 (((-112) $) 110)) (-2534 ((|#3| $) 72)) (-2876 ((|#2| $) 67 (|has| |#2| (-6 (-4408 "*"))))) (-2791 (((-768) (-1 (-112) |#2|) $) 95 (|has| $ (-6 -4406))) (((-768) |#2| $) 92 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 106)) (-3065 ((|#4| $ (-564)) 124)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 84 (|has| |#2| (-1035 (-407 (-564))))) (($ |#2|) 79)) (-2219 (((-768)) 28 T CONST)) (-1963 (((-112) (-1 (-112) |#2|) $) 97 (|has| $ (-6 -4406)))) (-4320 (((-112) $) 112)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-1 |#2| |#2|)) 50) (($ $ (-1 |#2| |#2|) (-768)) 49) (($ $ (-641 (-1170)) (-641 (-768))) 48 (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) 47 (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) 46 (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) 45 (|has| |#2| (-897 (-1170)))) (($ $ (-768)) 40 (|has| |#2| (-233))) (($ $) 38 (|has| |#2| (-233)))) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#2|) 127 (|has| |#2| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 64 (|has| |#2| (-363)))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#2|) 133) (($ |#2| $) 132) ((|#4| $ |#4|) 69) ((|#3| |#3| $) 68)) (-2828 (((-768) $) 100 (|has| $ (-6 -4406)))))
(((-1117 |#1| |#2| |#3| |#4|) (-140) (-768) (-1046) (-238 |t#1| |t#2|) (-238 |t#1| |t#2|)) (T -1117))
-((-2831 (*1 *1 *2) (-12 (-4 *2 (-1046)) (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)))) (-3323 (*1 *1 *2) (-12 (-5 *2 (-641 *4)) (-4 *4 (-1046)) (-4 *1 (-1117 *3 *4 *5 *6)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)))) (-1327 (*1 *2 *1) (-12 (-4 *1 (-1117 *3 *4 *2 *5)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4)) (-4 *2 (-238 *3 *4)))) (-4321 (*1 *2 *1) (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (-4 *2 (-1046)))) (-3381 (*1 *2 *1) (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (-4 *2 (-1046)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1117 *3 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4)) (-4 *2 (-238 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1117 *3 *4 *2 *5)) (-4 *4 (-1046)) (-4 *2 (-238 *3 *4)) (-4 *5 (-238 *3 *4)))) (-3274 (*1 *2 *1) (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4414 "*"))) (-4 *2 (-1046)))) (-2762 (*1 *2 *1) (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4414 "*"))) (-4 *2 (-1046)))) (-3429 (*1 *1 *1) (|partial| -12 (-4 *1 (-1117 *2 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-238 *2 *3)) (-4 *5 (-238 *2 *3)) (-4 *3 (-363)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1117 *3 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)) (-4 *4 (-363)))))
-(-13 (-231 |t#2|) (-111 |t#2| |t#2|) (-1049 |t#1| |t#1| |t#2| |t#3| |t#4|) (-411 |t#2|) (-377 |t#2|) (-10 -8 (IF (|has| |t#2| (-172)) (-6 (-714 |t#2|)) |%noBranch|) (-15 -2831 ($ |t#2|)) (-15 -3323 ($ (-641 |t#2|))) (-15 -1327 (|t#3| $)) (-15 -4321 (|t#2| $)) (-15 -3381 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4414 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -3274 (|t#2| $)) (-15 -2762 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-363)) (PROGN (-15 -3429 ((-3 $ "failed") $)) (-15 ** ($ $ (-564)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-4414 "*"))) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-614 #0=(-407 (-564))) |has| |#2| (-1035 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#2|) . T) ((-611 (-859)) . T) ((-231 |#2|) . T) ((-233) |has| |#2| (-233)) ((-309 |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-377 |#2|) . T) ((-411 |#2|) . T) ((-489 |#2|) . T) ((-514 |#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-644 |#2|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#2| (-637 (-564))) ((-637 |#2|) . T) ((-714 |#2|) -2713 (|has| |#2| (-172)) (|has| |#2| (-6 (-4414 "*")))) ((-723) . T) ((-897 (-1170)) |has| |#2| (-897 (-1170))) ((-1049 |#1| |#1| |#2| |#3| |#4|) . T) ((-1035 #0#) |has| |#2| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#2| (-1035 (-564))) ((-1035 |#2|) . T) ((-1052 |#2|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1209) . T))
-((-4146 ((|#4| |#4|) 82)) (-2263 ((|#4| |#4|) 77)) (-2147 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2745 (-641 |#3|))) |#4| |#3|) 92)) (-3029 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 81)) (-1921 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 79)))
-(((-1118 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2263 (|#4| |#4|)) (-15 -1921 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -4146 (|#4| |#4|)) (-15 -3029 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -2147 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2745 (-641 |#3|))) |#4| |#3|))) (-307) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|)) (T -1118))
-((-2147 (*1 *2 *3 *4) (-12 (-4 *5 (-307)) (-4 *6 (-373 *5)) (-4 *4 (-373 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4)))) (-5 *1 (-1118 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))) (-3029 (*1 *2 *3) (-12 (-4 *4 (-307)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1118 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-4146 (*1 *2 *2) (-12 (-4 *3 (-307)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-1118 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-1921 (*1 *2 *3) (-12 (-4 *4 (-307)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1118 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-2263 (*1 *2 *2) (-12 (-4 *3 (-307)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-1118 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
-(-10 -7 (-15 -2263 (|#4| |#4|)) (-15 -1921 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -4146 (|#4| |#4|)) (-15 -3029 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -2147 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2745 (-641 |#3|))) |#4| |#3|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 18)) (-4153 (((-641 |#2|) $) 176)) (-3992 (((-1166 $) $ |#2|) 62) (((-1166 |#1|) $) 51)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 116 (|has| |#1| (-556)))) (-4010 (($ $) 118 (|has| |#1| (-556)))) (-2662 (((-112) $) 120 (|has| |#1| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 |#2|)) 215)) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2275 (($ $) NIL (|has| |#1| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) 170) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 |#2| "failed") $) NIL)) (-3437 ((|#1| $) 168) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) ((|#2| $) NIL)) (-3378 (($ $ $ |#2|) NIL (|has| |#1| (-172)))) (-4316 (($ $) 219)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) 90)) (-3912 (($ $) NIL (|has| |#1| (-452))) (($ $ |#2|) NIL (|has| |#1| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#1| (-906)))) (-1587 (($ $ |#1| (-531 |#2|) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| |#1| (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| |#1| (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-3282 (((-112) $) 20)) (-4083 (((-768) $) 30)) (-4143 (($ (-1166 |#1|) |#2|) 56) (($ (-1166 $) |#2|) 73)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) 41)) (-4132 (($ |#1| (-531 |#2|)) 80) (($ $ |#2| (-768)) 60) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ |#2|) NIL)) (-1696 (((-531 |#2|) $) 207) (((-768) $ |#2|) 208) (((-641 (-768)) $ (-641 |#2|)) 209)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2286 (($ (-1 (-531 |#2|) (-531 |#2|)) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) 128)) (-4264 (((-3 |#2| "failed") $) 179)) (-4280 (($ $) 218)) (-4292 ((|#1| $) 45)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2811 (((-1152) $) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| |#2|) (|:| -2954 (-768))) "failed") $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) 42)) (-4269 ((|#1| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 148 (|has| |#1| (-452)))) (-3377 (($ (-641 $)) 153 (|has| |#1| (-452))) (($ $ $) 138 (|has| |#1| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-906)))) (-2628 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) 126 (|has| |#1| (-556)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ |#2| |#1|) 182) (($ $ (-641 |#2|) (-641 |#1|)) 197) (($ $ |#2| $) 181) (($ $ (-641 |#2|) (-641 $)) 196)) (-3928 (($ $ |#2|) NIL (|has| |#1| (-172)))) (-1795 (($ $ |#2|) 217) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-4341 (((-531 |#2|) $) 203) (((-768) $ |#2|) 198) (((-641 (-768)) $ (-641 |#2|)) 201)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| |#1| (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-2211 ((|#1| $) 134 (|has| |#1| (-452))) (($ $ |#2|) 137 (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1721 (((-859) $) 159) (($ (-564)) 84) (($ |#1|) 85) (($ |#2|) 33) (($ $) NIL (|has| |#1| (-556))) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-2415 (((-641 |#1|) $) 162)) (-1346 ((|#1| $ (-531 |#2|)) 82) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) 87 T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-1720 (((-112) $ $) 123 (|has| |#1| (-556)))) (-2885 (($) 12 T CONST)) (-2898 (($) 14 T CONST)) (-3256 (($ $ |#2|) NIL) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) 106)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2983 (($ $ |#1|) 132 (|has| |#1| (-363)))) (-2970 (($ $) 93) (($ $ $) 104)) (-2956 (($ $ $) 57)) (** (($ $ (-918)) 110) (($ $ (-768)) 109)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 96) (($ $ $) 74) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 99) (($ $ |#1|) NIL)))
+((-2899 (*1 *1 *2) (-12 (-4 *2 (-1046)) (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)))) (-2088 (*1 *1 *2) (-12 (-5 *2 (-641 *4)) (-4 *4 (-1046)) (-4 *1 (-1117 *3 *4 *5 *6)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)))) (-2534 (*1 *2 *1) (-12 (-4 *1 (-1117 *3 *4 *2 *5)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4)) (-4 *2 (-238 *3 *4)))) (-2713 (*1 *2 *1) (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (-4 *2 (-1046)))) (-1385 (*1 *2 *1) (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (-4 *2 (-1046)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1117 *3 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4)) (-4 *2 (-238 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1117 *3 *4 *2 *5)) (-4 *4 (-1046)) (-4 *2 (-238 *3 *4)) (-4 *5 (-238 *3 *4)))) (-2876 (*1 *2 *1) (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4408 "*"))) (-4 *2 (-1046)))) (-3508 (*1 *2 *1) (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4408 "*"))) (-4 *2 (-1046)))) (-1861 (*1 *1 *1) (|partial| -12 (-4 *1 (-1117 *2 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-238 *2 *3)) (-4 *5 (-238 *2 *3)) (-4 *3 (-363)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1117 *3 *4 *5 *6)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)) (-4 *4 (-363)))))
+(-13 (-231 |t#2|) (-111 |t#2| |t#2|) (-1049 |t#1| |t#1| |t#2| |t#3| |t#4|) (-411 |t#2|) (-377 |t#2|) (-10 -8 (IF (|has| |t#2| (-172)) (-6 (-714 |t#2|)) |%noBranch|) (-15 -2899 ($ |t#2|)) (-15 -2088 ($ (-641 |t#2|))) (-15 -2534 (|t#3| $)) (-15 -2713 (|t#2| $)) (-15 -1385 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4408 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -2876 (|t#2| $)) (-15 -3508 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-363)) (PROGN (-15 -1861 ((-3 $ "failed") $)) (-15 ** ($ $ (-564)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-4408 "*"))) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-614 #0=(-407 (-564))) |has| |#2| (-1035 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#2|) . T) ((-611 (-859)) . T) ((-231 |#2|) . T) ((-233) |has| |#2| (-233)) ((-309 |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-377 |#2|) . T) ((-411 |#2|) . T) ((-489 |#2|) . T) ((-514 |#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-644 |#2|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#2| (-637 (-564))) ((-637 |#2|) . T) ((-714 |#2|) -4078 (|has| |#2| (-172)) (|has| |#2| (-6 (-4408 "*")))) ((-723) . T) ((-897 (-1170)) |has| |#2| (-897 (-1170))) ((-1049 |#1| |#1| |#2| |#3| |#4|) . T) ((-1035 #0#) |has| |#2| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#2| (-1035 (-564))) ((-1035 |#2|) . T) ((-1052 |#2|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1209) . T))
+((-3513 ((|#4| |#4|) 82)) (-2306 ((|#4| |#4|) 77)) (-3637 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3331 (-641 |#3|))) |#4| |#3|) 92)) (-2176 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 81)) (-1972 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 79)))
+(((-1118 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2306 (|#4| |#4|)) (-15 -1972 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3513 (|#4| |#4|)) (-15 -2176 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -3637 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3331 (-641 |#3|))) |#4| |#3|))) (-307) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|)) (T -1118))
+((-3637 (*1 *2 *3 *4) (-12 (-4 *5 (-307)) (-4 *6 (-373 *5)) (-4 *4 (-373 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4)))) (-5 *1 (-1118 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))) (-2176 (*1 *2 *3) (-12 (-4 *4 (-307)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1118 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-3513 (*1 *2 *2) (-12 (-4 *3 (-307)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-1118 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-1972 (*1 *2 *3) (-12 (-4 *4 (-307)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1118 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))) (-2306 (*1 *2 *2) (-12 (-4 *3 (-307)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-1118 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
+(-10 -7 (-15 -2306 (|#4| |#4|)) (-15 -1972 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3513 (|#4| |#4|)) (-15 -2176 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -3637 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3331 (-641 |#3|))) |#4| |#3|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 18)) (-3209 (((-641 |#2|) $) 176)) (-3040 (((-1166 $) $ |#2|) 62) (((-1166 |#1|) $) 51)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 116 (|has| |#1| (-556)))) (-1537 (($ $) 118 (|has| |#1| (-556)))) (-1932 (((-112) $) 120 (|has| |#1| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 |#2|)) 215)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2427 (($ $) NIL (|has| |#1| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) 170) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 |#2| "failed") $) NIL)) (-2237 ((|#1| $) 168) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) ((|#2| $) NIL)) (-1357 (($ $ $ |#2|) NIL (|has| |#1| (-172)))) (-3396 (($ $) 219)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) 90)) (-3031 (($ $) NIL (|has| |#1| (-452))) (($ $ |#2|) NIL (|has| |#1| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#1| (-906)))) (-2055 (($ $ |#1| (-531 |#2|) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| |#1| (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| |#1| (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-2949 (((-112) $) 20)) (-4128 (((-768) $) 30)) (-3198 (($ (-1166 |#1|) |#2|) 56) (($ (-1166 $) |#2|) 73)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) 41)) (-3186 (($ |#1| (-531 |#2|)) 80) (($ $ |#2| (-768)) 60) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ |#2|) NIL)) (-1826 (((-531 |#2|) $) 207) (((-768) $ |#2|) 208) (((-641 (-768)) $ (-641 |#2|)) 209)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2546 (($ (-1 (-531 |#2|) (-531 |#2|)) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) 128)) (-2169 (((-3 |#2| "failed") $) 179)) (-3356 (($ $) 218)) (-3370 ((|#1| $) 45)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2723 (((-1152) $) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| |#2|) (|:| -1558 (-768))) "failed") $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) 42)) (-3341 ((|#1| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 148 (|has| |#1| (-452)))) (-2777 (($ (-641 $)) 153 (|has| |#1| (-452))) (($ $ $) 138 (|has| |#1| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#1| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-906)))) (-1403 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ $) 126 (|has| |#1| (-556)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ |#2| |#1|) 182) (($ $ (-641 |#2|) (-641 |#1|)) 197) (($ $ |#2| $) 181) (($ $ (-641 |#2|) (-641 $)) 196)) (-3190 (($ $ |#2|) NIL (|has| |#1| (-172)))) (-3534 (($ $ |#2|) 217) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-1619 (((-531 |#2|) $) 203) (((-768) $ |#2|) 198) (((-641 (-768)) $ (-641 |#2|)) 201)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| |#1| (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| |#1| (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| |#1| (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-3008 ((|#1| $) 134 (|has| |#1| (-452))) (($ $ |#2|) 137 (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1831 (((-859) $) 159) (($ (-564)) 84) (($ |#1|) 85) (($ |#2|) 33) (($ $) NIL (|has| |#1| (-556))) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-3227 (((-641 |#1|) $) 162)) (-2742 ((|#1| $ (-531 |#2|)) 82) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) 87 T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-3939 (((-112) $ $) 123 (|has| |#1| (-556)))) (-1293 (($) 12 T CONST)) (-1300 (($) 14 T CONST)) (-3435 (($ $ |#2|) NIL) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) 106)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1823 (($ $ |#1|) 132 (|has| |#1| (-363)))) (-1808 (($ $) 93) (($ $ $) 104)) (-1797 (($ $ $) 57)) (** (($ $ (-918)) 110) (($ $ (-768)) 109)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 96) (($ $ $) 74) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 99) (($ $ |#1|) NIL)))
(((-1119 |#1| |#2|) (-946 |#1| (-531 |#2|) |#2|) (-1046) (-847)) (T -1119))
NIL
(-946 |#1| (-531 |#2|) |#2|)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 |#2|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-1848 (($ $) 151 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1827 (($ $) 147 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1871 (($ $) 155 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3229 (((-949 |#1|) $ (-768)) NIL) (((-949 |#1|) $ (-768) (-768)) NIL)) (-2214 (((-112) $) NIL)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-768) $ |#2|) NIL) (((-768) $ |#2| (-768)) NIL)) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1924 (((-112) $) NIL)) (-4132 (($ $ (-641 |#2|) (-641 (-531 |#2|))) NIL) (($ $ |#2| (-531 |#2|)) NIL) (($ |#1| (-531 |#2|)) NIL) (($ $ |#2| (-768)) 62) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3612 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-2052 (($ $ |#2|) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ |#2| |#1|) 174 (|has| |#1| (-38 (-407 (-564)))))) (-4382 (((-1114) $) NIL)) (-2293 (($ (-1 $) |#2| |#1|) 173 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $ (-768)) 16)) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2103 (($ $) 119 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (($ $ |#2| $) 105) (($ $ (-641 |#2|) (-641 $)) 98) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL)) (-1795 (($ $ |#2|) 108) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-4341 (((-531 |#2|) $) NIL)) (-1786 (((-1 (-1150 |#3|) |#3|) (-641 |#2|) (-641 (-1150 |#3|))) 86)) (-1882 (($ $) 157 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 153 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 149 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) 18)) (-1721 (((-859) $) 198) (($ (-564)) NIL) (($ |#1|) 45 (|has| |#1| (-172))) (($ $) NIL (|has| |#1| (-556))) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#2|) 69) (($ |#3|) 67)) (-1346 ((|#1| $ (-531 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL) ((|#3| $ (-768)) 43)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-1919 (($ $) 163 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) 159 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 167 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-2712 (($ $) 169 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 165 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 161 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 52 T CONST)) (-2898 (($) 61 T CONST)) (-3256 (($ $ |#2|) NIL) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#1|) 200 (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 65)) (** (($ $ (-918)) NIL) (($ $ (-768)) 76) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 111 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 64) (($ $ (-407 (-564))) 116 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 114 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 48) (($ $ |#1|) 49) (($ |#3| $) 47)))
-(((-1120 |#1| |#2| |#3|) (-13 (-737 |#1| |#2|) (-10 -8 (-15 -1346 (|#3| $ (-768))) (-15 -1721 ($ |#2|)) (-15 -1721 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -1786 ((-1 (-1150 |#3|) |#3|) (-641 |#2|) (-641 (-1150 |#3|)))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ($ $ |#2| |#1|)) (-15 -2293 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-1046) (-847) (-946 |#1| (-531 |#2|) |#2|)) (T -1120))
-((-1346 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *2 (-946 *4 (-531 *5) *5)) (-5 *1 (-1120 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-847)))) (-1721 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-4 *2 (-847)) (-5 *1 (-1120 *3 *2 *4)) (-4 *4 (-946 *3 (-531 *2) *2)))) (-1721 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-4 *4 (-847)) (-5 *1 (-1120 *3 *4 *2)) (-4 *2 (-946 *3 (-531 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-847)) (-5 *1 (-1120 *3 *4 *2)) (-4 *2 (-946 *3 (-531 *4) *4)))) (-1786 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-1150 *7))) (-4 *6 (-847)) (-4 *7 (-946 *5 (-531 *6) *6)) (-4 *5 (-1046)) (-5 *2 (-1 (-1150 *7) *7)) (-5 *1 (-1120 *5 *6 *7)))) (-2052 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-4 *2 (-847)) (-5 *1 (-1120 *3 *2 *4)) (-4 *4 (-946 *3 (-531 *2) *2)))) (-2293 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1120 *4 *3 *5))) (-4 *4 (-38 (-407 (-564)))) (-4 *4 (-1046)) (-4 *3 (-847)) (-5 *1 (-1120 *4 *3 *5)) (-4 *5 (-946 *4 (-531 *3) *3)))))
-(-13 (-737 |#1| |#2|) (-10 -8 (-15 -1346 (|#3| $ (-768))) (-15 -1721 ($ |#2|)) (-15 -1721 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -1786 ((-1 (-1150 |#3|) |#3|) (-641 |#2|) (-641 (-1150 |#3|)))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ($ $ |#2| |#1|)) (-15 -2293 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
-((-1709 (((-112) $ $) 7)) (-4249 (((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 |#4|)))) (-641 |#4|)) 85)) (-2838 (((-641 $) (-641 |#4|)) 86) (((-641 $) (-641 |#4|) (-112)) 111)) (-4153 (((-641 |#3|) $) 33)) (-2129 (((-112) $) 26)) (-3451 (((-112) $) 17 (|has| |#1| (-556)))) (-2637 (((-112) |#4| $) 101) (((-112) $) 97)) (-4084 ((|#4| |#4| $) 92)) (-2275 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| $) 126)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) 27)) (-1729 (((-112) $ (-768)) 44)) (-3346 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4412))) (((-3 |#4| "failed") $ |#3|) 79)) (-1692 (($) 45 T CONST)) (-1492 (((-112) $) 22 (|has| |#1| (-556)))) (-1504 (((-112) $ $) 24 (|has| |#1| (-556)))) (-3693 (((-112) $ $) 23 (|has| |#1| (-556)))) (-3368 (((-112) $) 25 (|has| |#1| (-556)))) (-3987 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 93)) (-2266 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) 36)) (-3437 (($ (-641 |#4|)) 35)) (-1908 (((-3 $ "failed") $) 82)) (-1998 ((|#4| |#4| $) 89)) (-1928 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3121 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 102)) (-2440 ((|#4| |#4| $) 87)) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4412))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-2393 (((-2 (|:| -2151 (-641 |#4|)) (|:| -1940 (-641 |#4|))) $) 105)) (-3123 (((-112) |#4| $) 136)) (-2583 (((-112) |#4| $) 133)) (-3477 (((-112) |#4| $) 137) (((-112) $) 134)) (-1597 (((-641 |#4|) $) 52 (|has| $ (-6 -4412)))) (-1926 (((-112) |#4| $) 104) (((-112) $) 103)) (-3698 ((|#3| $) 34)) (-2575 (((-112) $ (-768)) 43)) (-4317 (((-641 |#4|) $) 53 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) 47)) (-1490 (((-641 |#3|) $) 32)) (-1714 (((-112) |#3| $) 31)) (-3715 (((-112) $ (-768)) 42)) (-2811 (((-1152) $) 9)) (-3941 (((-3 |#4| (-641 $)) |#4| |#4| $) 128)) (-3994 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| |#4| $) 127)) (-3837 (((-3 |#4| "failed") $) 83)) (-2657 (((-641 $) |#4| $) 129)) (-1978 (((-3 (-112) (-641 $)) |#4| $) 132)) (-4251 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 $))) |#4| $) 131) (((-112) |#4| $) 130)) (-1475 (((-641 $) |#4| $) 125) (((-641 $) (-641 |#4|) $) 124) (((-641 $) (-641 |#4|) (-641 $)) 123) (((-641 $) |#4| (-641 $)) 122)) (-3267 (($ |#4| $) 117) (($ (-641 |#4|) $) 116)) (-2224 (((-641 |#4|) $) 107)) (-1762 (((-112) |#4| $) 99) (((-112) $) 95)) (-3657 ((|#4| |#4| $) 90)) (-4067 (((-112) $ $) 110)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-3186 (((-112) |#4| $) 100) (((-112) $) 96)) (-1999 ((|#4| |#4| $) 91)) (-4382 (((-1114) $) 10)) (-1897 (((-3 |#4| "failed") $) 84)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-4177 (((-3 $ "failed") $ |#4|) 78)) (-3450 (($ $ |#4|) 77) (((-641 $) |#4| $) 115) (((-641 $) |#4| (-641 $)) 114) (((-641 $) (-641 |#4|) $) 113) (((-641 $) (-641 |#4|) (-641 $)) 112)) (-2070 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) 38)) (-4102 (((-112) $) 41)) (-3456 (($) 40)) (-4341 (((-768) $) 106)) (-1292 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4412)))) (-1892 (($ $) 39)) (-2153 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1732 (($ (-641 |#4|)) 60)) (-2718 (($ $ |#3|) 28)) (-3119 (($ $ |#3|) 30)) (-2463 (($ $) 88)) (-1442 (($ $ |#3|) 29)) (-1721 (((-859) $) 11) (((-641 |#4|) $) 37)) (-4107 (((-768) $) 76 (|has| |#3| (-368)))) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 108)) (-1544 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) 98)) (-1495 (((-641 $) |#4| $) 121) (((-641 $) |#4| (-641 $)) 120) (((-641 $) (-641 |#4|) $) 119) (((-641 $) (-641 |#4|) (-641 $)) 118)) (-2666 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4412)))) (-4380 (((-641 |#3|) $) 81)) (-1853 (((-112) |#4| $) 135)) (-2614 (((-112) |#3| $) 80)) (-2853 (((-112) $ $) 6)) (-3435 (((-768) $) 46 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 |#2|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-3357 (($ $) 151 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3330 (($ $) 147 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-3384 (($ $) 155 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2469 (((-949 |#1|) $ (-768)) NIL) (((-949 |#1|) $ (-768) (-768)) NIL)) (-3030 (((-112) $) NIL)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-768) $ |#2|) NIL) (((-768) $ |#2| (-768)) NIL)) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2003 (((-112) $) NIL)) (-3186 (($ $ (-641 |#2|) (-641 (-531 |#2|))) NIL) (($ $ |#2| (-531 |#2|)) NIL) (($ |#1| (-531 |#2|)) NIL) (($ $ |#2| (-768)) 62) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2358 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-3907 (($ $ |#2|) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ |#2| |#1|) 174 (|has| |#1| (-38 (-407 (-564)))))) (-2780 (((-1114) $) NIL)) (-1348 (($ (-1 $) |#2| |#1|) 173 (|has| |#1| (-38 (-407 (-564)))))) (-3951 (($ $ (-768)) 16)) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-4326 (($ $) 119 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (($ $ |#2| $) 105) (($ $ (-641 |#2|) (-641 $)) 98) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL)) (-3534 (($ $ |#2|) 108) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-1619 (((-531 |#2|) $) NIL)) (-3280 (((-1 (-1150 |#3|) |#3|) (-641 |#2|) (-641 (-1150 |#3|))) 86)) (-3395 (($ $) 157 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 153 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 149 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) 18)) (-1831 (((-859) $) 198) (($ (-564)) NIL) (($ |#1|) 45 (|has| |#1| (-172))) (($ $) NIL (|has| |#1| (-556))) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#2|) 69) (($ |#3|) 67)) (-2742 ((|#1| $ (-531 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL) ((|#3| $ (-768)) 43)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-3427 (($ $) 163 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) 159 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 167 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-2315 (($ $) 169 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 165 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 161 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 52 T CONST)) (-1300 (($) 61 T CONST)) (-3435 (($ $ |#2|) NIL) (($ $ (-641 |#2|)) NIL) (($ $ |#2| (-768)) NIL) (($ $ (-641 |#2|) (-641 (-768))) NIL)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#1|) 200 (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 65)) (** (($ $ (-918)) NIL) (($ $ (-768)) 76) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 111 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 64) (($ $ (-407 (-564))) 116 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 114 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 48) (($ $ |#1|) 49) (($ |#3| $) 47)))
+(((-1120 |#1| |#2| |#3|) (-13 (-737 |#1| |#2|) (-10 -8 (-15 -2742 (|#3| $ (-768))) (-15 -1831 ($ |#2|)) (-15 -1831 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -3280 ((-1 (-1150 |#3|) |#3|) (-641 |#2|) (-641 (-1150 |#3|)))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ($ $ |#2| |#1|)) (-15 -1348 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-1046) (-847) (-946 |#1| (-531 |#2|) |#2|)) (T -1120))
+((-2742 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *2 (-946 *4 (-531 *5) *5)) (-5 *1 (-1120 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-847)))) (-1831 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-4 *2 (-847)) (-5 *1 (-1120 *3 *2 *4)) (-4 *4 (-946 *3 (-531 *2) *2)))) (-1831 (*1 *1 *2) (-12 (-4 *3 (-1046)) (-4 *4 (-847)) (-5 *1 (-1120 *3 *4 *2)) (-4 *2 (-946 *3 (-531 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-1046)) (-4 *4 (-847)) (-5 *1 (-1120 *3 *4 *2)) (-4 *2 (-946 *3 (-531 *4) *4)))) (-3280 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-1150 *7))) (-4 *6 (-847)) (-4 *7 (-946 *5 (-531 *6) *6)) (-4 *5 (-1046)) (-5 *2 (-1 (-1150 *7) *7)) (-5 *1 (-1120 *5 *6 *7)))) (-3907 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-4 *2 (-847)) (-5 *1 (-1120 *3 *2 *4)) (-4 *4 (-946 *3 (-531 *2) *2)))) (-1348 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1120 *4 *3 *5))) (-4 *4 (-38 (-407 (-564)))) (-4 *4 (-1046)) (-4 *3 (-847)) (-5 *1 (-1120 *4 *3 *5)) (-4 *5 (-946 *4 (-531 *3) *3)))))
+(-13 (-737 |#1| |#2|) (-10 -8 (-15 -2742 (|#3| $ (-768))) (-15 -1831 ($ |#2|)) (-15 -1831 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -3280 ((-1 (-1150 |#3|) |#3|) (-641 |#2|) (-641 (-1150 |#3|)))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ($ $ |#2| |#1|)) (-15 -1348 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
+((-1817 (((-112) $ $) 7)) (-3250 (((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 |#4|)))) (-641 |#4|)) 85)) (-2951 (((-641 $) (-641 |#4|)) 86) (((-641 $) (-641 |#4|) (-112)) 111)) (-3209 (((-641 |#3|) $) 33)) (-3449 (((-112) $) 26)) (-3961 (((-112) $) 17 (|has| |#1| (-556)))) (-1712 (((-112) |#4| $) 101) (((-112) $) 97)) (-4136 ((|#4| |#4| $) 92)) (-2427 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| $) 126)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) 27)) (-4010 (((-112) $ (-768)) 44)) (-3752 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4406))) (((-3 |#4| "failed") $ |#3|) 79)) (-1778 (($) 45 T CONST)) (-3602 (((-112) $) 22 (|has| |#1| (-556)))) (-2495 (((-112) $ $) 24 (|has| |#1| (-556)))) (-1495 (((-112) $ $) 23 (|has| |#1| (-556)))) (-2536 (((-112) $) 25 (|has| |#1| (-556)))) (-2559 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 93)) (-2338 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) 36)) (-2237 (($ (-641 |#4|)) 35)) (-3314 (((-3 $ "failed") $) 82)) (-1470 ((|#4| |#4| $) 89)) (-3337 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3827 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 102)) (-3492 ((|#4| |#4| $) 87)) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4406))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-4236 (((-2 (|:| -3689 (-641 |#4|)) (|:| -1669 (-641 |#4|))) $) 105)) (-3843 (((-112) |#4| $) 136)) (-2421 (((-112) |#4| $) 133)) (-4204 (((-112) |#4| $) 137) (((-112) $) 134)) (-1433 (((-641 |#4|) $) 52 (|has| $ (-6 -4406)))) (-2021 (((-112) |#4| $) 104) (((-112) $) 103)) (-1543 ((|#3| $) 34)) (-2324 (((-112) $ (-768)) 43)) (-2640 (((-641 |#4|) $) 53 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) 47)) (-3580 (((-641 |#3|) $) 32)) (-3879 (((-112) |#3| $) 31)) (-1713 (((-112) $ (-768)) 42)) (-2723 (((-1152) $) 9)) (-2100 (((-3 |#4| (-641 $)) |#4| |#4| $) 128)) (-2624 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| |#4| $) 127)) (-2598 (((-3 |#4| "failed") $) 83)) (-1889 (((-641 $) |#4| $) 129)) (-4369 (((-3 (-112) (-641 $)) |#4| $) 132)) (-3273 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 $))) |#4| $) 131) (((-112) |#4| $) 130)) (-3425 (((-641 $) |#4| $) 125) (((-641 $) (-641 |#4|) $) 124) (((-641 $) (-641 |#4|) (-641 $)) 123) (((-641 $) |#4| (-641 $)) 122)) (-2817 (($ |#4| $) 117) (($ (-641 |#4|) $) 116)) (-3123 (((-641 |#4|) $) 107)) (-4281 (((-112) |#4| $) 99) (((-112) $) 95)) (-2356 ((|#4| |#4| $) 90)) (-3984 (((-112) $ $) 110)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-3253 (((-112) |#4| $) 100) (((-112) $) 96)) (-1482 ((|#4| |#4| $) 91)) (-2780 (((-1114) $) 10)) (-3303 (((-3 |#4| "failed") $) 84)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-3824 (((-3 $ "failed") $ |#4|) 78)) (-3951 (($ $ |#4|) 77) (((-641 $) |#4| $) 115) (((-641 $) |#4| (-641 $)) 114) (((-641 $) (-641 |#4|) $) 113) (((-641 $) (-641 |#4|) (-641 $)) 112)) (-4077 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) 38)) (-4284 (((-112) $) 41)) (-4012 (($) 40)) (-1619 (((-768) $) 106)) (-2791 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4406)))) (-1991 (($ $) 39)) (-2511 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1842 (($ (-641 |#4|)) 60)) (-4287 (($ $ |#3|) 28)) (-1887 (($ $ |#3|) 30)) (-3728 (($ $) 88)) (-3111 (($ $ |#3|) 29)) (-1831 (((-859) $) 11) (((-641 |#4|) $) 37)) (-4321 (((-768) $) 76 (|has| |#3| (-368)))) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 108)) (-2885 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) 98)) (-3635 (((-641 $) |#4| $) 121) (((-641 $) |#4| (-641 $)) 120) (((-641 $) (-641 |#4|) $) 119) (((-641 $) (-641 |#4|) (-641 $)) 118)) (-1963 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4406)))) (-2014 (((-641 |#3|) $) 81)) (-2637 (((-112) |#4| $) 135)) (-1484 (((-112) |#3| $) 80)) (-1702 (((-112) $ $) 6)) (-2828 (((-768) $) 46 (|has| $ (-6 -4406)))))
(((-1121 |#1| |#2| |#3| |#4|) (-140) (-452) (-790) (-847) (-1060 |t#1| |t#2| |t#3|)) (T -1121))
NIL
(-13 (-1103 |t#1| |t#2| |t#3| |t#4|) (-781 |t#1| |t#2| |t#3| |t#4|))
(((-34) . T) ((-102) . T) ((-611 (-641 |#4|)) . T) ((-611 (-859)) . T) ((-151 |#4|) . T) ((-612 (-536)) |has| |#4| (-612 (-536))) ((-309 |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-489 |#4|) . T) ((-514 |#4| |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-781 |#1| |#2| |#3| |#4|) . T) ((-973 |#1| |#2| |#3| |#4|) . T) ((-1066 |#1| |#2| |#3| |#4|) . T) ((-1094) . T) ((-1103 |#1| |#2| |#3| |#4|) . T) ((-1202 |#1| |#2| |#3| |#4|) . T) ((-1209) . T))
-((-3315 (((-641 |#2|) |#1|) 15)) (-2367 (((-641 |#2|) |#2| |#2| |#2| |#2| |#2|) 47) (((-641 |#2|) |#1|) 63)) (-2347 (((-641 |#2|) |#2| |#2| |#2|) 45) (((-641 |#2|) |#1|) 61)) (-4099 ((|#2| |#1|) 56)) (-2158 (((-2 (|:| |solns| (-641 |#2|)) (|:| |maps| (-641 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 20)) (-3205 (((-641 |#2|) |#2| |#2|) 42) (((-641 |#2|) |#1|) 60)) (-4034 (((-641 |#2|) |#2| |#2| |#2| |#2|) 46) (((-641 |#2|) |#1|) 62)) (-3504 ((|#2| |#2| |#2| |#2| |#2| |#2|) 55)) (-3844 ((|#2| |#2| |#2| |#2|) 53)) (-4065 ((|#2| |#2| |#2|) 52)) (-2330 ((|#2| |#2| |#2| |#2| |#2|) 54)))
-(((-1122 |#1| |#2|) (-10 -7 (-15 -3315 ((-641 |#2|) |#1|)) (-15 -4099 (|#2| |#1|)) (-15 -2158 ((-2 (|:| |solns| (-641 |#2|)) (|:| |maps| (-641 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -3205 ((-641 |#2|) |#1|)) (-15 -2347 ((-641 |#2|) |#1|)) (-15 -4034 ((-641 |#2|) |#1|)) (-15 -2367 ((-641 |#2|) |#1|)) (-15 -3205 ((-641 |#2|) |#2| |#2|)) (-15 -2347 ((-641 |#2|) |#2| |#2| |#2|)) (-15 -4034 ((-641 |#2|) |#2| |#2| |#2| |#2|)) (-15 -2367 ((-641 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -4065 (|#2| |#2| |#2|)) (-15 -3844 (|#2| |#2| |#2| |#2|)) (-15 -2330 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3504 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1235 |#2|) (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (T -1122))
-((-3504 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))) (-2330 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))) (-3844 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))) (-4065 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))) (-2367 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))) (-4034 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))) (-2347 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))) (-3205 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))) (-2367 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4)))) (-4034 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4)))) (-2347 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4)))) (-3205 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4)))) (-2158 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-2 (|:| |solns| (-641 *5)) (|:| |maps| (-641 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1122 *3 *5)) (-4 *3 (-1235 *5)))) (-4099 (*1 *2 *3) (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))) (-3315 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4)))))
-(-10 -7 (-15 -3315 ((-641 |#2|) |#1|)) (-15 -4099 (|#2| |#1|)) (-15 -2158 ((-2 (|:| |solns| (-641 |#2|)) (|:| |maps| (-641 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -3205 ((-641 |#2|) |#1|)) (-15 -2347 ((-641 |#2|) |#1|)) (-15 -4034 ((-641 |#2|) |#1|)) (-15 -2367 ((-641 |#2|) |#1|)) (-15 -3205 ((-641 |#2|) |#2| |#2|)) (-15 -2347 ((-641 |#2|) |#2| |#2| |#2|)) (-15 -4034 ((-641 |#2|) |#2| |#2| |#2| |#2|)) (-15 -2367 ((-641 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -4065 (|#2| |#2| |#2|)) (-15 -3844 (|#2| |#2| |#2| |#2|)) (-15 -2330 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3504 (|#2| |#2| |#2| |#2| |#2| |#2|)))
-((-2687 (((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|))))) 128) (((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170))) 127) (((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|)))) 125) (((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|))) (-641 (-1170))) 123) (((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|)))) 101) (((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|))) (-1170)) 102) (((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|))) 96) (((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|)) (-1170)) 82)) (-3740 (((-641 (-641 (-316 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170))) 121) (((-641 (-316 |#1|)) (-407 (-949 |#1|)) (-1170)) 54)) (-3342 (((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-407 (-949 |#1|)) (-1170)) 132) (((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170)) 131)))
-(((-1123 |#1|) (-10 -7 (-15 -2687 ((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -2687 ((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|)))) (-15 -2687 ((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -2687 ((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|))))) (-15 -2687 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -2687 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|))))) (-15 -2687 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170)))) (-15 -2687 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -3740 ((-641 (-316 |#1|)) (-407 (-949 |#1|)) (-1170))) (-15 -3740 ((-641 (-641 (-316 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -3342 ((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -3342 ((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-407 (-949 |#1|)) (-1170)))) (-13 (-307) (-847) (-147))) (T -1123))
-((-3342 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-1159 (-641 (-316 *5)) (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5)))) (-3342 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-407 (-949 *5)))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-1159 (-641 (-316 *5)) (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5)))) (-3740 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170))) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-316 *5)))) (-5 *1 (-1123 *5)))) (-3740 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-316 *5))) (-5 *1 (-1123 *5)))) (-2687 (*1 *2 *3) (-12 (-5 *3 (-641 (-294 (-407 (-949 *4))))) (-4 *4 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-294 (-316 *4))))) (-5 *1 (-1123 *4)))) (-2687 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-294 (-407 (-949 *5))))) (-5 *4 (-641 (-1170))) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5)))) (-2687 (*1 *2 *3) (-12 (-5 *3 (-641 (-407 (-949 *4)))) (-4 *4 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-294 (-316 *4))))) (-5 *1 (-1123 *4)))) (-2687 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170))) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5)))) (-2687 (*1 *2 *3) (-12 (-5 *3 (-294 (-407 (-949 *4)))) (-4 *4 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1123 *4)))) (-2687 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-407 (-949 *5)))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1123 *5)))) (-2687 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1123 *4)))) (-2687 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1123 *5)))))
-(-10 -7 (-15 -2687 ((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -2687 ((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|)))) (-15 -2687 ((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -2687 ((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|))))) (-15 -2687 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -2687 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|))))) (-15 -2687 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170)))) (-15 -2687 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -3740 ((-641 (-316 |#1|)) (-407 (-949 |#1|)) (-1170))) (-15 -3740 ((-641 (-641 (-316 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -3342 ((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -3342 ((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-407 (-949 |#1|)) (-1170))))
-((-3461 (((-407 (-1166 (-316 |#1|))) (-1259 (-316 |#1|)) (-407 (-1166 (-316 |#1|))) (-564)) 38)) (-3946 (((-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|)))) 49)))
-(((-1124 |#1|) (-10 -7 (-15 -3946 ((-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))))) (-15 -3461 ((-407 (-1166 (-316 |#1|))) (-1259 (-316 |#1|)) (-407 (-1166 (-316 |#1|))) (-564)))) (-13 (-556) (-847))) (T -1124))
-((-3461 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-407 (-1166 (-316 *5)))) (-5 *3 (-1259 (-316 *5))) (-5 *4 (-564)) (-4 *5 (-13 (-556) (-847))) (-5 *1 (-1124 *5)))) (-3946 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-407 (-1166 (-316 *3)))) (-4 *3 (-13 (-556) (-847))) (-5 *1 (-1124 *3)))))
-(-10 -7 (-15 -3946 ((-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))))) (-15 -3461 ((-407 (-1166 (-316 |#1|))) (-1259 (-316 |#1|)) (-407 (-1166 (-316 |#1|))) (-564))))
-((-3315 (((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-316 |#1|))) (-641 (-1170))) 257) (((-641 (-294 (-316 |#1|))) (-316 |#1|) (-1170)) 29) (((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|)) (-1170)) 35) (((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|))) 34) (((-641 (-294 (-316 |#1|))) (-316 |#1|)) 30)))
-(((-1125 |#1|) (-10 -7 (-15 -3315 ((-641 (-294 (-316 |#1|))) (-316 |#1|))) (-15 -3315 ((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|)))) (-15 -3315 ((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|)) (-1170))) (-15 -3315 ((-641 (-294 (-316 |#1|))) (-316 |#1|) (-1170))) (-15 -3315 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-316 |#1|))) (-641 (-1170))))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (T -1125))
-((-3315 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-1170))) (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1125 *5)) (-5 *3 (-641 (-294 (-316 *5)))))) (-3315 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1125 *5)) (-5 *3 (-316 *5)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1125 *5)) (-5 *3 (-294 (-316 *5))))) (-3315 (*1 *2 *3) (-12 (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1125 *4)) (-5 *3 (-294 (-316 *4))))) (-3315 (*1 *2 *3) (-12 (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1125 *4)) (-5 *3 (-316 *4)))))
-(-10 -7 (-15 -3315 ((-641 (-294 (-316 |#1|))) (-316 |#1|))) (-15 -3315 ((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|)))) (-15 -3315 ((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|)) (-1170))) (-15 -3315 ((-641 (-294 (-316 |#1|))) (-316 |#1|) (-1170))) (-15 -3315 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-316 |#1|))) (-641 (-1170)))))
-((-3271 ((|#2| |#2|) 30 (|has| |#1| (-847))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 27)) (-2725 ((|#2| |#2|) 29 (|has| |#1| (-847))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 22)))
-(((-1126 |#1| |#2|) (-10 -7 (-15 -2725 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -3271 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-847)) (PROGN (-15 -2725 (|#2| |#2|)) (-15 -3271 (|#2| |#2|))) |%noBranch|)) (-1209) (-13 (-602 (-564) |#1|) (-10 -7 (-6 -4412) (-6 -4413)))) (T -1126))
-((-3271 (*1 *2 *2) (-12 (-4 *3 (-847)) (-4 *3 (-1209)) (-5 *1 (-1126 *3 *2)) (-4 *2 (-13 (-602 (-564) *3) (-10 -7 (-6 -4412) (-6 -4413)))))) (-2725 (*1 *2 *2) (-12 (-4 *3 (-847)) (-4 *3 (-1209)) (-5 *1 (-1126 *3 *2)) (-4 *2 (-13 (-602 (-564) *3) (-10 -7 (-6 -4412) (-6 -4413)))))) (-3271 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-1126 *4 *2)) (-4 *2 (-13 (-602 (-564) *4) (-10 -7 (-6 -4412) (-6 -4413)))))) (-2725 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-1126 *4 *2)) (-4 *2 (-13 (-602 (-564) *4) (-10 -7 (-6 -4412) (-6 -4413)))))))
-(-10 -7 (-15 -2725 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -3271 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-847)) (PROGN (-15 -2725 (|#2| |#2|)) (-15 -3271 (|#2| |#2|))) |%noBranch|))
-((-1709 (((-112) $ $) NIL)) (-3524 (((-1158 3 |#1|) $) 142)) (-3136 (((-112) $) 100)) (-2825 (($ $ (-641 (-940 |#1|))) 44) (($ $ (-641 (-641 |#1|))) 103) (($ (-641 (-940 |#1|))) 102) (((-641 (-940 |#1|)) $) 101)) (-2073 (((-112) $) 71)) (-2699 (($ $ (-940 |#1|)) 75) (($ $ (-641 |#1|)) 80) (($ $ (-768)) 82) (($ (-940 |#1|)) 76) (((-940 |#1|) $) 74)) (-1529 (((-2 (|:| -2817 (-768)) (|:| |curves| (-768)) (|:| |polygons| (-768)) (|:| |constructs| (-768))) $) 140)) (-3090 (((-768) $) 53)) (-3455 (((-768) $) 52)) (-1588 (($ $ (-768) (-940 |#1|)) 67)) (-3621 (((-112) $) 113)) (-2589 (($ $ (-641 (-641 (-940 |#1|))) (-641 (-171)) (-171)) 120) (($ $ (-641 (-641 (-641 |#1|))) (-641 (-171)) (-171)) 122) (($ $ (-641 (-641 (-940 |#1|))) (-112) (-112)) 117) (($ $ (-641 (-641 (-641 |#1|))) (-112) (-112)) 129) (($ (-641 (-641 (-940 |#1|)))) 118) (($ (-641 (-641 (-940 |#1|))) (-112) (-112)) 119) (((-641 (-641 (-940 |#1|))) $) 116)) (-2057 (($ (-641 $)) 56) (($ $ $) 57)) (-3107 (((-641 (-171)) $) 135)) (-2339 (((-641 (-940 |#1|)) $) 132)) (-2059 (((-641 (-641 (-171))) $) 134)) (-3127 (((-641 (-641 (-641 (-940 |#1|)))) $) NIL)) (-4289 (((-641 (-641 (-641 (-768)))) $) 133)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1781 (((-768) $ (-641 (-940 |#1|))) 65)) (-2453 (((-112) $) 83)) (-1987 (($ $ (-641 (-940 |#1|))) 85) (($ $ (-641 (-641 |#1|))) 91) (($ (-641 (-940 |#1|))) 86) (((-641 (-940 |#1|)) $) 84)) (-1565 (($) 48) (($ (-1158 3 |#1|)) 49)) (-1892 (($ $) 63)) (-1336 (((-641 $) $) 62)) (-2658 (($ (-641 $)) 59)) (-4164 (((-641 $) $) 61)) (-1721 (((-859) $) 147)) (-2629 (((-112) $) 93)) (-3039 (($ $ (-641 (-940 |#1|))) 95) (($ $ (-641 (-641 |#1|))) 98) (($ (-641 (-940 |#1|))) 96) (((-641 (-940 |#1|)) $) 94)) (-1628 (($ $) 141)) (-2853 (((-112) $ $) NIL)))
+((-2017 (((-641 |#2|) |#1|) 15)) (-4011 (((-641 |#2|) |#2| |#2| |#2| |#2| |#2|) 47) (((-641 |#2|) |#1|) 63)) (-1893 (((-641 |#2|) |#2| |#2| |#2|) 45) (((-641 |#2|) |#1|) 61)) (-4257 ((|#2| |#1|) 56)) (-3732 (((-2 (|:| |solns| (-641 |#2|)) (|:| |maps| (-641 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 20)) (-2445 (((-641 |#2|) |#2| |#2|) 42) (((-641 |#2|) |#1|) 60)) (-1782 (((-641 |#2|) |#2| |#2| |#2| |#2|) 46) (((-641 |#2|) |#1|) 62)) (-3271 ((|#2| |#2| |#2| |#2| |#2| |#2|) 55)) (-3627 ((|#2| |#2| |#2| |#2|) 53)) (-3964 ((|#2| |#2| |#2|) 52)) (-1717 ((|#2| |#2| |#2| |#2| |#2|) 54)))
+(((-1122 |#1| |#2|) (-10 -7 (-15 -2017 ((-641 |#2|) |#1|)) (-15 -4257 (|#2| |#1|)) (-15 -3732 ((-2 (|:| |solns| (-641 |#2|)) (|:| |maps| (-641 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2445 ((-641 |#2|) |#1|)) (-15 -1893 ((-641 |#2|) |#1|)) (-15 -1782 ((-641 |#2|) |#1|)) (-15 -4011 ((-641 |#2|) |#1|)) (-15 -2445 ((-641 |#2|) |#2| |#2|)) (-15 -1893 ((-641 |#2|) |#2| |#2| |#2|)) (-15 -1782 ((-641 |#2|) |#2| |#2| |#2| |#2|)) (-15 -4011 ((-641 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3964 (|#2| |#2| |#2|)) (-15 -3627 (|#2| |#2| |#2| |#2|)) (-15 -1717 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3271 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1235 |#2|) (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (T -1122))
+((-3271 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))) (-1717 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))) (-3627 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))) (-3964 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))) (-4011 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))) (-1782 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))) (-1893 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))) (-2445 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))) (-4011 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4)))) (-1782 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4)))) (-1893 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4)))) (-2445 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4)))) (-3732 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-2 (|:| |solns| (-641 *5)) (|:| |maps| (-641 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1122 *3 *5)) (-4 *3 (-1235 *5)))) (-4257 (*1 *2 *3) (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))) (-2017 (*1 *2 *3) (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564))))))) (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4)))))
+(-10 -7 (-15 -2017 ((-641 |#2|) |#1|)) (-15 -4257 (|#2| |#1|)) (-15 -3732 ((-2 (|:| |solns| (-641 |#2|)) (|:| |maps| (-641 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2445 ((-641 |#2|) |#1|)) (-15 -1893 ((-641 |#2|) |#1|)) (-15 -1782 ((-641 |#2|) |#1|)) (-15 -4011 ((-641 |#2|) |#1|)) (-15 -2445 ((-641 |#2|) |#2| |#2|)) (-15 -1893 ((-641 |#2|) |#2| |#2| |#2|)) (-15 -1782 ((-641 |#2|) |#2| |#2| |#2| |#2|)) (-15 -4011 ((-641 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3964 (|#2| |#2| |#2|)) (-15 -3627 (|#2| |#2| |#2| |#2|)) (-15 -1717 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3271 (|#2| |#2| |#2| |#2| |#2| |#2|)))
+((-4051 (((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|))))) 128) (((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170))) 127) (((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|)))) 125) (((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|))) (-641 (-1170))) 123) (((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|)))) 101) (((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|))) (-1170)) 102) (((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|))) 96) (((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|)) (-1170)) 82)) (-1951 (((-641 (-641 (-316 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170))) 121) (((-641 (-316 |#1|)) (-407 (-949 |#1|)) (-1170)) 54)) (-2273 (((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-407 (-949 |#1|)) (-1170)) 132) (((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170)) 131)))
+(((-1123 |#1|) (-10 -7 (-15 -4051 ((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -4051 ((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|)))) (-15 -4051 ((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -4051 ((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|))))) (-15 -4051 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -4051 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|))))) (-15 -4051 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170)))) (-15 -4051 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -1951 ((-641 (-316 |#1|)) (-407 (-949 |#1|)) (-1170))) (-15 -1951 ((-641 (-641 (-316 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -2273 ((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -2273 ((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-407 (-949 |#1|)) (-1170)))) (-13 (-307) (-847) (-147))) (T -1123))
+((-2273 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-1159 (-641 (-316 *5)) (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5)))) (-2273 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-407 (-949 *5)))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-1159 (-641 (-316 *5)) (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5)))) (-1951 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170))) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-316 *5)))) (-5 *1 (-1123 *5)))) (-1951 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-316 *5))) (-5 *1 (-1123 *5)))) (-4051 (*1 *2 *3) (-12 (-5 *3 (-641 (-294 (-407 (-949 *4))))) (-4 *4 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-294 (-316 *4))))) (-5 *1 (-1123 *4)))) (-4051 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-294 (-407 (-949 *5))))) (-5 *4 (-641 (-1170))) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5)))) (-4051 (*1 *2 *3) (-12 (-5 *3 (-641 (-407 (-949 *4)))) (-4 *4 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-294 (-316 *4))))) (-5 *1 (-1123 *4)))) (-4051 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170))) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5)))) (-4051 (*1 *2 *3) (-12 (-5 *3 (-294 (-407 (-949 *4)))) (-4 *4 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1123 *4)))) (-4051 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-407 (-949 *5)))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1123 *5)))) (-4051 (*1 *2 *3) (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1123 *4)))) (-4051 (*1 *2 *3 *4) (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1123 *5)))))
+(-10 -7 (-15 -4051 ((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|)) (-1170))) (-15 -4051 ((-641 (-294 (-316 |#1|))) (-407 (-949 |#1|)))) (-15 -4051 ((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -4051 ((-641 (-294 (-316 |#1|))) (-294 (-407 (-949 |#1|))))) (-15 -4051 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -4051 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-407 (-949 |#1|))))) (-15 -4051 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170)))) (-15 -4051 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -1951 ((-641 (-316 |#1|)) (-407 (-949 |#1|)) (-1170))) (-15 -1951 ((-641 (-641 (-316 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -2273 ((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -2273 ((-1159 (-641 (-316 |#1|)) (-641 (-294 (-316 |#1|)))) (-407 (-949 |#1|)) (-1170))))
+((-4063 (((-407 (-1166 (-316 |#1|))) (-1259 (-316 |#1|)) (-407 (-1166 (-316 |#1|))) (-564)) 38)) (-2154 (((-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|)))) 49)))
+(((-1124 |#1|) (-10 -7 (-15 -2154 ((-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))))) (-15 -4063 ((-407 (-1166 (-316 |#1|))) (-1259 (-316 |#1|)) (-407 (-1166 (-316 |#1|))) (-564)))) (-13 (-556) (-847))) (T -1124))
+((-4063 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-407 (-1166 (-316 *5)))) (-5 *3 (-1259 (-316 *5))) (-5 *4 (-564)) (-4 *5 (-13 (-556) (-847))) (-5 *1 (-1124 *5)))) (-2154 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-407 (-1166 (-316 *3)))) (-4 *3 (-13 (-556) (-847))) (-5 *1 (-1124 *3)))))
+(-10 -7 (-15 -2154 ((-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))) (-407 (-1166 (-316 |#1|))))) (-15 -4063 ((-407 (-1166 (-316 |#1|))) (-1259 (-316 |#1|)) (-407 (-1166 (-316 |#1|))) (-564))))
+((-2017 (((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-316 |#1|))) (-641 (-1170))) 257) (((-641 (-294 (-316 |#1|))) (-316 |#1|) (-1170)) 29) (((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|)) (-1170)) 35) (((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|))) 34) (((-641 (-294 (-316 |#1|))) (-316 |#1|)) 30)))
+(((-1125 |#1|) (-10 -7 (-15 -2017 ((-641 (-294 (-316 |#1|))) (-316 |#1|))) (-15 -2017 ((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|)))) (-15 -2017 ((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|)) (-1170))) (-15 -2017 ((-641 (-294 (-316 |#1|))) (-316 |#1|) (-1170))) (-15 -2017 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-316 |#1|))) (-641 (-1170))))) (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (T -1125))
+((-2017 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-1170))) (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1125 *5)) (-5 *3 (-641 (-294 (-316 *5)))))) (-2017 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1125 *5)) (-5 *3 (-316 *5)))) (-2017 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1125 *5)) (-5 *3 (-294 (-316 *5))))) (-2017 (*1 *2 *3) (-12 (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1125 *4)) (-5 *3 (-294 (-316 *4))))) (-2017 (*1 *2 *3) (-12 (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147))) (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1125 *4)) (-5 *3 (-316 *4)))))
+(-10 -7 (-15 -2017 ((-641 (-294 (-316 |#1|))) (-316 |#1|))) (-15 -2017 ((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|)))) (-15 -2017 ((-641 (-294 (-316 |#1|))) (-294 (-316 |#1|)) (-1170))) (-15 -2017 ((-641 (-294 (-316 |#1|))) (-316 |#1|) (-1170))) (-15 -2017 ((-641 (-641 (-294 (-316 |#1|)))) (-641 (-294 (-316 |#1|))) (-641 (-1170)))))
+((-2846 ((|#2| |#2|) 30 (|has| |#1| (-847))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 27)) (-4334 ((|#2| |#2|) 29 (|has| |#1| (-847))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 22)))
+(((-1126 |#1| |#2|) (-10 -7 (-15 -4334 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -2846 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-847)) (PROGN (-15 -4334 (|#2| |#2|)) (-15 -2846 (|#2| |#2|))) |%noBranch|)) (-1209) (-13 (-602 (-564) |#1|) (-10 -7 (-6 -4406) (-6 -4407)))) (T -1126))
+((-2846 (*1 *2 *2) (-12 (-4 *3 (-847)) (-4 *3 (-1209)) (-5 *1 (-1126 *3 *2)) (-4 *2 (-13 (-602 (-564) *3) (-10 -7 (-6 -4406) (-6 -4407)))))) (-4334 (*1 *2 *2) (-12 (-4 *3 (-847)) (-4 *3 (-1209)) (-5 *1 (-1126 *3 *2)) (-4 *2 (-13 (-602 (-564) *3) (-10 -7 (-6 -4406) (-6 -4407)))))) (-2846 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-1126 *4 *2)) (-4 *2 (-13 (-602 (-564) *4) (-10 -7 (-6 -4406) (-6 -4407)))))) (-4334 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-1126 *4 *2)) (-4 *2 (-13 (-602 (-564) *4) (-10 -7 (-6 -4406) (-6 -4407)))))))
+(-10 -7 (-15 -4334 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -2846 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-847)) (PROGN (-15 -4334 (|#2| |#2|)) (-15 -2846 (|#2| |#2|))) |%noBranch|))
+((-1817 (((-112) $ $) NIL)) (-3502 (((-1158 3 |#1|) $) 142)) (-3976 (((-112) $) 100)) (-2849 (($ $ (-641 (-940 |#1|))) 44) (($ $ (-641 (-641 |#1|))) 103) (($ (-641 (-940 |#1|))) 102) (((-641 (-940 |#1|)) $) 101)) (-4100 (((-112) $) 71)) (-1850 (($ $ (-940 |#1|)) 75) (($ $ (-641 |#1|)) 80) (($ $ (-768)) 82) (($ (-940 |#1|)) 76) (((-940 |#1|) $) 74)) (-3640 (((-2 (|:| -2779 (-768)) (|:| |curves| (-768)) (|:| |polygons| (-768)) (|:| |constructs| (-768))) $) 140)) (-1561 (((-768) $) 53)) (-4002 (((-768) $) 52)) (-2066 (($ $ (-768) (-940 |#1|)) 67)) (-2005 (((-112) $) 113)) (-2493 (($ $ (-641 (-641 (-940 |#1|))) (-641 (-171)) (-171)) 120) (($ $ (-641 (-641 (-641 |#1|))) (-641 (-171)) (-171)) 122) (($ $ (-641 (-641 (-940 |#1|))) (-112) (-112)) 117) (($ $ (-641 (-641 (-641 |#1|))) (-112) (-112)) 129) (($ (-641 (-641 (-940 |#1|)))) 118) (($ (-641 (-641 (-940 |#1|))) (-112) (-112)) 119) (((-641 (-641 (-940 |#1|))) $) 116)) (-3956 (($ (-641 $)) 56) (($ $ $) 57)) (-1747 (((-641 (-171)) $) 135)) (-2123 (((-641 (-940 |#1|)) $) 132)) (-3975 (((-641 (-641 (-171))) $) 134)) (-3885 (((-641 (-641 (-641 (-940 |#1|)))) $) NIL)) (-2393 (((-641 (-641 (-641 (-768)))) $) 133)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3237 (((-768) $ (-641 (-940 |#1|))) 65)) (-3631 (((-112) $) 83)) (-1352 (($ $ (-641 (-940 |#1|))) 85) (($ $ (-641 (-641 |#1|))) 91) (($ (-641 (-940 |#1|))) 86) (((-641 (-940 |#1|)) $) 84)) (-1869 (($) 48) (($ (-1158 3 |#1|)) 49)) (-1991 (($ $) 63)) (-2632 (((-641 $) $) 62)) (-1900 (($ (-641 $)) 59)) (-3706 (((-641 $) $) 61)) (-1831 (((-859) $) 147)) (-1631 (((-112) $) 93)) (-2288 (($ $ (-641 (-940 |#1|))) 95) (($ $ (-641 (-641 |#1|))) 98) (($ (-641 (-940 |#1|))) 96) (((-641 (-940 |#1|)) $) 94)) (-2461 (($ $) 141)) (-1702 (((-112) $ $) NIL)))
(((-1127 |#1|) (-1128 |#1|) (-1046)) (T -1127))
NIL
(-1128 |#1|)
-((-1709 (((-112) $ $) 7)) (-3524 (((-1158 3 |#1|) $) 13)) (-3136 (((-112) $) 29)) (-2825 (($ $ (-641 (-940 |#1|))) 33) (($ $ (-641 (-641 |#1|))) 32) (($ (-641 (-940 |#1|))) 31) (((-641 (-940 |#1|)) $) 30)) (-2073 (((-112) $) 44)) (-2699 (($ $ (-940 |#1|)) 49) (($ $ (-641 |#1|)) 48) (($ $ (-768)) 47) (($ (-940 |#1|)) 46) (((-940 |#1|) $) 45)) (-1529 (((-2 (|:| -2817 (-768)) (|:| |curves| (-768)) (|:| |polygons| (-768)) (|:| |constructs| (-768))) $) 15)) (-3090 (((-768) $) 58)) (-3455 (((-768) $) 59)) (-1588 (($ $ (-768) (-940 |#1|)) 50)) (-3621 (((-112) $) 21)) (-2589 (($ $ (-641 (-641 (-940 |#1|))) (-641 (-171)) (-171)) 28) (($ $ (-641 (-641 (-641 |#1|))) (-641 (-171)) (-171)) 27) (($ $ (-641 (-641 (-940 |#1|))) (-112) (-112)) 26) (($ $ (-641 (-641 (-641 |#1|))) (-112) (-112)) 25) (($ (-641 (-641 (-940 |#1|)))) 24) (($ (-641 (-641 (-940 |#1|))) (-112) (-112)) 23) (((-641 (-641 (-940 |#1|))) $) 22)) (-2057 (($ (-641 $)) 57) (($ $ $) 56)) (-3107 (((-641 (-171)) $) 16)) (-2339 (((-641 (-940 |#1|)) $) 20)) (-2059 (((-641 (-641 (-171))) $) 17)) (-3127 (((-641 (-641 (-641 (-940 |#1|)))) $) 18)) (-4289 (((-641 (-641 (-641 (-768)))) $) 19)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1781 (((-768) $ (-641 (-940 |#1|))) 51)) (-2453 (((-112) $) 39)) (-1987 (($ $ (-641 (-940 |#1|))) 43) (($ $ (-641 (-641 |#1|))) 42) (($ (-641 (-940 |#1|))) 41) (((-641 (-940 |#1|)) $) 40)) (-1565 (($) 61) (($ (-1158 3 |#1|)) 60)) (-1892 (($ $) 52)) (-1336 (((-641 $) $) 53)) (-2658 (($ (-641 $)) 55)) (-4164 (((-641 $) $) 54)) (-1721 (((-859) $) 11)) (-2629 (((-112) $) 34)) (-3039 (($ $ (-641 (-940 |#1|))) 38) (($ $ (-641 (-641 |#1|))) 37) (($ (-641 (-940 |#1|))) 36) (((-641 (-940 |#1|)) $) 35)) (-1628 (($ $) 14)) (-2853 (((-112) $ $) 6)))
+((-1817 (((-112) $ $) 7)) (-3502 (((-1158 3 |#1|) $) 13)) (-3976 (((-112) $) 29)) (-2849 (($ $ (-641 (-940 |#1|))) 33) (($ $ (-641 (-641 |#1|))) 32) (($ (-641 (-940 |#1|))) 31) (((-641 (-940 |#1|)) $) 30)) (-4100 (((-112) $) 44)) (-1850 (($ $ (-940 |#1|)) 49) (($ $ (-641 |#1|)) 48) (($ $ (-768)) 47) (($ (-940 |#1|)) 46) (((-940 |#1|) $) 45)) (-3640 (((-2 (|:| -2779 (-768)) (|:| |curves| (-768)) (|:| |polygons| (-768)) (|:| |constructs| (-768))) $) 15)) (-1561 (((-768) $) 58)) (-4002 (((-768) $) 59)) (-2066 (($ $ (-768) (-940 |#1|)) 50)) (-2005 (((-112) $) 21)) (-2493 (($ $ (-641 (-641 (-940 |#1|))) (-641 (-171)) (-171)) 28) (($ $ (-641 (-641 (-641 |#1|))) (-641 (-171)) (-171)) 27) (($ $ (-641 (-641 (-940 |#1|))) (-112) (-112)) 26) (($ $ (-641 (-641 (-641 |#1|))) (-112) (-112)) 25) (($ (-641 (-641 (-940 |#1|)))) 24) (($ (-641 (-641 (-940 |#1|))) (-112) (-112)) 23) (((-641 (-641 (-940 |#1|))) $) 22)) (-3956 (($ (-641 $)) 57) (($ $ $) 56)) (-1747 (((-641 (-171)) $) 16)) (-2123 (((-641 (-940 |#1|)) $) 20)) (-3975 (((-641 (-641 (-171))) $) 17)) (-3885 (((-641 (-641 (-641 (-940 |#1|)))) $) 18)) (-2393 (((-641 (-641 (-641 (-768)))) $) 19)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3237 (((-768) $ (-641 (-940 |#1|))) 51)) (-3631 (((-112) $) 39)) (-1352 (($ $ (-641 (-940 |#1|))) 43) (($ $ (-641 (-641 |#1|))) 42) (($ (-641 (-940 |#1|))) 41) (((-641 (-940 |#1|)) $) 40)) (-1869 (($) 61) (($ (-1158 3 |#1|)) 60)) (-1991 (($ $) 52)) (-2632 (((-641 $) $) 53)) (-1900 (($ (-641 $)) 55)) (-3706 (((-641 $) $) 54)) (-1831 (((-859) $) 11)) (-1631 (((-112) $) 34)) (-2288 (($ $ (-641 (-940 |#1|))) 38) (($ $ (-641 (-641 |#1|))) 37) (($ (-641 (-940 |#1|))) 36) (((-641 (-940 |#1|)) $) 35)) (-2461 (($ $) 14)) (-1702 (((-112) $ $) 6)))
(((-1128 |#1|) (-140) (-1046)) (T -1128))
-((-1721 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-859)))) (-1565 (*1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))) (-1565 (*1 *1 *2) (-12 (-5 *2 (-1158 3 *3)) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-3455 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-3090 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-2057 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-2057 (*1 *1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))) (-2658 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-4164 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)))) (-1336 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)))) (-1892 (*1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))) (-1781 (*1 *2 *1 *3) (-12 (-5 *3 (-641 (-940 *4))) (-4 *1 (-1128 *4)) (-4 *4 (-1046)) (-5 *2 (-768)))) (-1588 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-940 *4)) (-4 *1 (-1128 *4)) (-4 *4 (-1046)))) (-2699 (*1 *1 *1 *2) (-12 (-5 *2 (-940 *3)) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-2699 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-2699 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-2699 (*1 *1 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-2699 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-940 *3)))) (-2073 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))) (-1987 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-1987 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-1987 (*1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-1987 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3))))) (-2453 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))) (-3039 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-3039 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-3039 (*1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-3039 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3))))) (-2629 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))) (-2825 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-2825 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-2825 (*1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-2825 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3))))) (-3136 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))) (-2589 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-641 (-641 (-940 *5)))) (-5 *3 (-641 (-171))) (-5 *4 (-171)) (-4 *1 (-1128 *5)) (-4 *5 (-1046)))) (-2589 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-641 (-641 (-641 *5)))) (-5 *3 (-641 (-171))) (-5 *4 (-171)) (-4 *1 (-1128 *5)) (-4 *5 (-1046)))) (-2589 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-641 (-641 (-940 *4)))) (-5 *3 (-112)) (-4 *1 (-1128 *4)) (-4 *4 (-1046)))) (-2589 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-641 (-641 (-641 *4)))) (-5 *3 (-112)) (-4 *1 (-1128 *4)) (-4 *4 (-1046)))) (-2589 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-940 *3)))) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-2589 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-641 (-641 (-940 *4)))) (-5 *3 (-112)) (-4 *4 (-1046)) (-4 *1 (-1128 *4)))) (-2589 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-641 (-940 *3)))))) (-3621 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))) (-2339 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3))))) (-4289 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-641 (-641 (-768))))))) (-3127 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-641 (-641 (-940 *3))))))) (-2059 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-641 (-171)))))) (-3107 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-171))))) (-1529 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -2817 (-768)) (|:| |curves| (-768)) (|:| |polygons| (-768)) (|:| |constructs| (-768)))))) (-1628 (*1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))) (-3524 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-1158 3 *3)))))
-(-13 (-1094) (-10 -8 (-15 -1565 ($)) (-15 -1565 ($ (-1158 3 |t#1|))) (-15 -3455 ((-768) $)) (-15 -3090 ((-768) $)) (-15 -2057 ($ (-641 $))) (-15 -2057 ($ $ $)) (-15 -2658 ($ (-641 $))) (-15 -4164 ((-641 $) $)) (-15 -1336 ((-641 $) $)) (-15 -1892 ($ $)) (-15 -1781 ((-768) $ (-641 (-940 |t#1|)))) (-15 -1588 ($ $ (-768) (-940 |t#1|))) (-15 -2699 ($ $ (-940 |t#1|))) (-15 -2699 ($ $ (-641 |t#1|))) (-15 -2699 ($ $ (-768))) (-15 -2699 ($ (-940 |t#1|))) (-15 -2699 ((-940 |t#1|) $)) (-15 -2073 ((-112) $)) (-15 -1987 ($ $ (-641 (-940 |t#1|)))) (-15 -1987 ($ $ (-641 (-641 |t#1|)))) (-15 -1987 ($ (-641 (-940 |t#1|)))) (-15 -1987 ((-641 (-940 |t#1|)) $)) (-15 -2453 ((-112) $)) (-15 -3039 ($ $ (-641 (-940 |t#1|)))) (-15 -3039 ($ $ (-641 (-641 |t#1|)))) (-15 -3039 ($ (-641 (-940 |t#1|)))) (-15 -3039 ((-641 (-940 |t#1|)) $)) (-15 -2629 ((-112) $)) (-15 -2825 ($ $ (-641 (-940 |t#1|)))) (-15 -2825 ($ $ (-641 (-641 |t#1|)))) (-15 -2825 ($ (-641 (-940 |t#1|)))) (-15 -2825 ((-641 (-940 |t#1|)) $)) (-15 -3136 ((-112) $)) (-15 -2589 ($ $ (-641 (-641 (-940 |t#1|))) (-641 (-171)) (-171))) (-15 -2589 ($ $ (-641 (-641 (-641 |t#1|))) (-641 (-171)) (-171))) (-15 -2589 ($ $ (-641 (-641 (-940 |t#1|))) (-112) (-112))) (-15 -2589 ($ $ (-641 (-641 (-641 |t#1|))) (-112) (-112))) (-15 -2589 ($ (-641 (-641 (-940 |t#1|))))) (-15 -2589 ($ (-641 (-641 (-940 |t#1|))) (-112) (-112))) (-15 -2589 ((-641 (-641 (-940 |t#1|))) $)) (-15 -3621 ((-112) $)) (-15 -2339 ((-641 (-940 |t#1|)) $)) (-15 -4289 ((-641 (-641 (-641 (-768)))) $)) (-15 -3127 ((-641 (-641 (-641 (-940 |t#1|)))) $)) (-15 -2059 ((-641 (-641 (-171))) $)) (-15 -3107 ((-641 (-171)) $)) (-15 -1529 ((-2 (|:| -2817 (-768)) (|:| |curves| (-768)) (|:| |polygons| (-768)) (|:| |constructs| (-768))) $)) (-15 -1628 ($ $)) (-15 -3524 ((-1158 3 |t#1|) $)) (-15 -1721 ((-859) $))))
+((-1831 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-859)))) (-1869 (*1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))) (-1869 (*1 *1 *2) (-12 (-5 *2 (-1158 3 *3)) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-4002 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-1561 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))) (-3956 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-3956 (*1 *1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))) (-1900 (*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-3706 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)))) (-2632 (*1 *2 *1) (-12 (-4 *3 (-1046)) (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)))) (-1991 (*1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))) (-3237 (*1 *2 *1 *3) (-12 (-5 *3 (-641 (-940 *4))) (-4 *1 (-1128 *4)) (-4 *4 (-1046)) (-5 *2 (-768)))) (-2066 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-940 *4)) (-4 *1 (-1128 *4)) (-4 *4 (-1046)))) (-1850 (*1 *1 *1 *2) (-12 (-5 *2 (-940 *3)) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-1850 (*1 *1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-1850 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-1850 (*1 *1 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-1850 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-940 *3)))) (-4100 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))) (-1352 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-1352 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-1352 (*1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-1352 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3))))) (-3631 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))) (-2288 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-2288 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-2288 (*1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-2288 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3))))) (-1631 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))) (-2849 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-2849 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))) (-2849 (*1 *1 *2) (-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-2849 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3))))) (-3976 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))) (-2493 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-641 (-641 (-940 *5)))) (-5 *3 (-641 (-171))) (-5 *4 (-171)) (-4 *1 (-1128 *5)) (-4 *5 (-1046)))) (-2493 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-641 (-641 (-641 *5)))) (-5 *3 (-641 (-171))) (-5 *4 (-171)) (-4 *1 (-1128 *5)) (-4 *5 (-1046)))) (-2493 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-641 (-641 (-940 *4)))) (-5 *3 (-112)) (-4 *1 (-1128 *4)) (-4 *4 (-1046)))) (-2493 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-641 (-641 (-641 *4)))) (-5 *3 (-112)) (-4 *1 (-1128 *4)) (-4 *4 (-1046)))) (-2493 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-940 *3)))) (-4 *3 (-1046)) (-4 *1 (-1128 *3)))) (-2493 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-641 (-641 (-940 *4)))) (-5 *3 (-112)) (-4 *4 (-1046)) (-4 *1 (-1128 *4)))) (-2493 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-641 (-940 *3)))))) (-2005 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))) (-2123 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3))))) (-2393 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-641 (-641 (-768))))))) (-3885 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-641 (-641 (-940 *3))))))) (-3975 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-641 (-171)))))) (-1747 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-171))))) (-3640 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -2779 (-768)) (|:| |curves| (-768)) (|:| |polygons| (-768)) (|:| |constructs| (-768)))))) (-2461 (*1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))) (-3502 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-1158 3 *3)))))
+(-13 (-1094) (-10 -8 (-15 -1869 ($)) (-15 -1869 ($ (-1158 3 |t#1|))) (-15 -4002 ((-768) $)) (-15 -1561 ((-768) $)) (-15 -3956 ($ (-641 $))) (-15 -3956 ($ $ $)) (-15 -1900 ($ (-641 $))) (-15 -3706 ((-641 $) $)) (-15 -2632 ((-641 $) $)) (-15 -1991 ($ $)) (-15 -3237 ((-768) $ (-641 (-940 |t#1|)))) (-15 -2066 ($ $ (-768) (-940 |t#1|))) (-15 -1850 ($ $ (-940 |t#1|))) (-15 -1850 ($ $ (-641 |t#1|))) (-15 -1850 ($ $ (-768))) (-15 -1850 ($ (-940 |t#1|))) (-15 -1850 ((-940 |t#1|) $)) (-15 -4100 ((-112) $)) (-15 -1352 ($ $ (-641 (-940 |t#1|)))) (-15 -1352 ($ $ (-641 (-641 |t#1|)))) (-15 -1352 ($ (-641 (-940 |t#1|)))) (-15 -1352 ((-641 (-940 |t#1|)) $)) (-15 -3631 ((-112) $)) (-15 -2288 ($ $ (-641 (-940 |t#1|)))) (-15 -2288 ($ $ (-641 (-641 |t#1|)))) (-15 -2288 ($ (-641 (-940 |t#1|)))) (-15 -2288 ((-641 (-940 |t#1|)) $)) (-15 -1631 ((-112) $)) (-15 -2849 ($ $ (-641 (-940 |t#1|)))) (-15 -2849 ($ $ (-641 (-641 |t#1|)))) (-15 -2849 ($ (-641 (-940 |t#1|)))) (-15 -2849 ((-641 (-940 |t#1|)) $)) (-15 -3976 ((-112) $)) (-15 -2493 ($ $ (-641 (-641 (-940 |t#1|))) (-641 (-171)) (-171))) (-15 -2493 ($ $ (-641 (-641 (-641 |t#1|))) (-641 (-171)) (-171))) (-15 -2493 ($ $ (-641 (-641 (-940 |t#1|))) (-112) (-112))) (-15 -2493 ($ $ (-641 (-641 (-641 |t#1|))) (-112) (-112))) (-15 -2493 ($ (-641 (-641 (-940 |t#1|))))) (-15 -2493 ($ (-641 (-641 (-940 |t#1|))) (-112) (-112))) (-15 -2493 ((-641 (-641 (-940 |t#1|))) $)) (-15 -2005 ((-112) $)) (-15 -2123 ((-641 (-940 |t#1|)) $)) (-15 -2393 ((-641 (-641 (-641 (-768)))) $)) (-15 -3885 ((-641 (-641 (-641 (-940 |t#1|)))) $)) (-15 -3975 ((-641 (-641 (-171))) $)) (-15 -1747 ((-641 (-171)) $)) (-15 -3640 ((-2 (|:| -2779 (-768)) (|:| |curves| (-768)) (|:| |polygons| (-768)) (|:| |constructs| (-768))) $)) (-15 -2461 ($ $)) (-15 -3502 ((-1158 3 |t#1|) $)) (-15 -1831 ((-859) $))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 174) (($ (-1175)) NIL) (((-1175) $) 7)) (-2872 (((-112) $ (|[\|\|]| (-524))) 19) (((-112) $ (|[\|\|]| (-218))) 23) (((-112) $ (|[\|\|]| (-672))) 27) (((-112) $ (|[\|\|]| (-1269))) 31) (((-112) $ (|[\|\|]| (-138))) 35) (((-112) $ (|[\|\|]| (-133))) 39) (((-112) $ (|[\|\|]| (-1109))) 43) (((-112) $ (|[\|\|]| (-96))) 47) (((-112) $ (|[\|\|]| (-677))) 51) (((-112) $ (|[\|\|]| (-517))) 55) (((-112) $ (|[\|\|]| (-1061))) 59) (((-112) $ (|[\|\|]| (-1270))) 63) (((-112) $ (|[\|\|]| (-525))) 67) (((-112) $ (|[\|\|]| (-154))) 71) (((-112) $ (|[\|\|]| (-667))) 75) (((-112) $ (|[\|\|]| (-311))) 79) (((-112) $ (|[\|\|]| (-1033))) 83) (((-112) $ (|[\|\|]| (-180))) 87) (((-112) $ (|[\|\|]| (-967))) 91) (((-112) $ (|[\|\|]| (-1068))) 95) (((-112) $ (|[\|\|]| (-1084))) 99) (((-112) $ (|[\|\|]| (-1090))) 103) (((-112) $ (|[\|\|]| (-624))) 107) (((-112) $ (|[\|\|]| (-1160))) 111) (((-112) $ (|[\|\|]| (-156))) 115) (((-112) $ (|[\|\|]| (-137))) 119) (((-112) $ (|[\|\|]| (-478))) 123) (((-112) $ (|[\|\|]| (-591))) 127) (((-112) $ (|[\|\|]| (-506))) 131) (((-112) $ (|[\|\|]| (-1152))) 135) (((-112) $ (|[\|\|]| (-564))) 139)) (-3169 (((-524) $) 20) (((-218) $) 24) (((-672) $) 28) (((-1269) $) 32) (((-138) $) 36) (((-133) $) 40) (((-1109) $) 44) (((-96) $) 48) (((-677) $) 52) (((-517) $) 56) (((-1061) $) 60) (((-1270) $) 64) (((-525) $) 68) (((-154) $) 72) (((-667) $) 76) (((-311) $) 80) (((-1033) $) 84) (((-180) $) 88) (((-967) $) 92) (((-1068) $) 96) (((-1084) $) 100) (((-1090) $) 104) (((-624) $) 108) (((-1160) $) 112) (((-156) $) 116) (((-137) $) 120) (((-478) $) 124) (((-591) $) 128) (((-506) $) 132) (((-1152) $) 136) (((-564) $) 140)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 174) (($ (-1175)) NIL) (((-1175) $) 7)) (-4378 (((-112) $ (|[\|\|]| (-524))) 19) (((-112) $ (|[\|\|]| (-218))) 23) (((-112) $ (|[\|\|]| (-672))) 27) (((-112) $ (|[\|\|]| (-1269))) 31) (((-112) $ (|[\|\|]| (-138))) 35) (((-112) $ (|[\|\|]| (-133))) 39) (((-112) $ (|[\|\|]| (-1109))) 43) (((-112) $ (|[\|\|]| (-96))) 47) (((-112) $ (|[\|\|]| (-677))) 51) (((-112) $ (|[\|\|]| (-517))) 55) (((-112) $ (|[\|\|]| (-1061))) 59) (((-112) $ (|[\|\|]| (-1270))) 63) (((-112) $ (|[\|\|]| (-525))) 67) (((-112) $ (|[\|\|]| (-154))) 71) (((-112) $ (|[\|\|]| (-667))) 75) (((-112) $ (|[\|\|]| (-311))) 79) (((-112) $ (|[\|\|]| (-1033))) 83) (((-112) $ (|[\|\|]| (-180))) 87) (((-112) $ (|[\|\|]| (-967))) 91) (((-112) $ (|[\|\|]| (-1068))) 95) (((-112) $ (|[\|\|]| (-1084))) 99) (((-112) $ (|[\|\|]| (-1090))) 103) (((-112) $ (|[\|\|]| (-624))) 107) (((-112) $ (|[\|\|]| (-1160))) 111) (((-112) $ (|[\|\|]| (-156))) 115) (((-112) $ (|[\|\|]| (-137))) 119) (((-112) $ (|[\|\|]| (-478))) 123) (((-112) $ (|[\|\|]| (-591))) 127) (((-112) $ (|[\|\|]| (-506))) 131) (((-112) $ (|[\|\|]| (-1152))) 135) (((-112) $ (|[\|\|]| (-564))) 139)) (-3309 (((-524) $) 20) (((-218) $) 24) (((-672) $) 28) (((-1269) $) 32) (((-138) $) 36) (((-133) $) 40) (((-1109) $) 44) (((-96) $) 48) (((-677) $) 52) (((-517) $) 56) (((-1061) $) 60) (((-1270) $) 64) (((-525) $) 68) (((-154) $) 72) (((-667) $) 76) (((-311) $) 80) (((-1033) $) 84) (((-180) $) 88) (((-967) $) 92) (((-1068) $) 96) (((-1084) $) 100) (((-1090) $) 104) (((-624) $) 108) (((-1160) $) 112) (((-156) $) 116) (((-137) $) 120) (((-478) $) 124) (((-591) $) 128) (((-506) $) 132) (((-1152) $) 136) (((-564) $) 140)) (-1702 (((-112) $ $) NIL)))
(((-1129) (-1131)) (T -1129))
NIL
(-1131)
-((-2424 (((-641 (-1175)) (-1152)) 9)))
-(((-1130) (-10 -7 (-15 -2424 ((-641 (-1175)) (-1152))))) (T -1130))
-((-2424 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-641 (-1175))) (-5 *1 (-1130)))))
-(-10 -7 (-15 -2424 ((-641 (-1175)) (-1152))))
-((-1709 (((-112) $ $) 7)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-1175)) 16) (((-1175) $) 15)) (-2872 (((-112) $ (|[\|\|]| (-524))) 80) (((-112) $ (|[\|\|]| (-218))) 78) (((-112) $ (|[\|\|]| (-672))) 76) (((-112) $ (|[\|\|]| (-1269))) 74) (((-112) $ (|[\|\|]| (-138))) 72) (((-112) $ (|[\|\|]| (-133))) 70) (((-112) $ (|[\|\|]| (-1109))) 68) (((-112) $ (|[\|\|]| (-96))) 66) (((-112) $ (|[\|\|]| (-677))) 64) (((-112) $ (|[\|\|]| (-517))) 62) (((-112) $ (|[\|\|]| (-1061))) 60) (((-112) $ (|[\|\|]| (-1270))) 58) (((-112) $ (|[\|\|]| (-525))) 56) (((-112) $ (|[\|\|]| (-154))) 54) (((-112) $ (|[\|\|]| (-667))) 52) (((-112) $ (|[\|\|]| (-311))) 50) (((-112) $ (|[\|\|]| (-1033))) 48) (((-112) $ (|[\|\|]| (-180))) 46) (((-112) $ (|[\|\|]| (-967))) 44) (((-112) $ (|[\|\|]| (-1068))) 42) (((-112) $ (|[\|\|]| (-1084))) 40) (((-112) $ (|[\|\|]| (-1090))) 38) (((-112) $ (|[\|\|]| (-624))) 36) (((-112) $ (|[\|\|]| (-1160))) 34) (((-112) $ (|[\|\|]| (-156))) 32) (((-112) $ (|[\|\|]| (-137))) 30) (((-112) $ (|[\|\|]| (-478))) 28) (((-112) $ (|[\|\|]| (-591))) 26) (((-112) $ (|[\|\|]| (-506))) 24) (((-112) $ (|[\|\|]| (-1152))) 22) (((-112) $ (|[\|\|]| (-564))) 20)) (-3169 (((-524) $) 79) (((-218) $) 77) (((-672) $) 75) (((-1269) $) 73) (((-138) $) 71) (((-133) $) 69) (((-1109) $) 67) (((-96) $) 65) (((-677) $) 63) (((-517) $) 61) (((-1061) $) 59) (((-1270) $) 57) (((-525) $) 55) (((-154) $) 53) (((-667) $) 51) (((-311) $) 49) (((-1033) $) 47) (((-180) $) 45) (((-967) $) 43) (((-1068) $) 41) (((-1084) $) 39) (((-1090) $) 37) (((-624) $) 35) (((-1160) $) 33) (((-156) $) 31) (((-137) $) 29) (((-478) $) 27) (((-591) $) 25) (((-506) $) 23) (((-1152) $) 21) (((-564) $) 19)) (-2853 (((-112) $ $) 6)))
+((-2614 (((-641 (-1175)) (-1152)) 9)))
+(((-1130) (-10 -7 (-15 -2614 ((-641 (-1175)) (-1152))))) (T -1130))
+((-2614 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-641 (-1175))) (-5 *1 (-1130)))))
+(-10 -7 (-15 -2614 ((-641 (-1175)) (-1152))))
+((-1817 (((-112) $ $) 7)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-1175)) 16) (((-1175) $) 15)) (-4378 (((-112) $ (|[\|\|]| (-524))) 80) (((-112) $ (|[\|\|]| (-218))) 78) (((-112) $ (|[\|\|]| (-672))) 76) (((-112) $ (|[\|\|]| (-1269))) 74) (((-112) $ (|[\|\|]| (-138))) 72) (((-112) $ (|[\|\|]| (-133))) 70) (((-112) $ (|[\|\|]| (-1109))) 68) (((-112) $ (|[\|\|]| (-96))) 66) (((-112) $ (|[\|\|]| (-677))) 64) (((-112) $ (|[\|\|]| (-517))) 62) (((-112) $ (|[\|\|]| (-1061))) 60) (((-112) $ (|[\|\|]| (-1270))) 58) (((-112) $ (|[\|\|]| (-525))) 56) (((-112) $ (|[\|\|]| (-154))) 54) (((-112) $ (|[\|\|]| (-667))) 52) (((-112) $ (|[\|\|]| (-311))) 50) (((-112) $ (|[\|\|]| (-1033))) 48) (((-112) $ (|[\|\|]| (-180))) 46) (((-112) $ (|[\|\|]| (-967))) 44) (((-112) $ (|[\|\|]| (-1068))) 42) (((-112) $ (|[\|\|]| (-1084))) 40) (((-112) $ (|[\|\|]| (-1090))) 38) (((-112) $ (|[\|\|]| (-624))) 36) (((-112) $ (|[\|\|]| (-1160))) 34) (((-112) $ (|[\|\|]| (-156))) 32) (((-112) $ (|[\|\|]| (-137))) 30) (((-112) $ (|[\|\|]| (-478))) 28) (((-112) $ (|[\|\|]| (-591))) 26) (((-112) $ (|[\|\|]| (-506))) 24) (((-112) $ (|[\|\|]| (-1152))) 22) (((-112) $ (|[\|\|]| (-564))) 20)) (-3309 (((-524) $) 79) (((-218) $) 77) (((-672) $) 75) (((-1269) $) 73) (((-138) $) 71) (((-133) $) 69) (((-1109) $) 67) (((-96) $) 65) (((-677) $) 63) (((-517) $) 61) (((-1061) $) 59) (((-1270) $) 57) (((-525) $) 55) (((-154) $) 53) (((-667) $) 51) (((-311) $) 49) (((-1033) $) 47) (((-180) $) 45) (((-967) $) 43) (((-1068) $) 41) (((-1084) $) 39) (((-1090) $) 37) (((-624) $) 35) (((-1160) $) 33) (((-156) $) 31) (((-137) $) 29) (((-478) $) 27) (((-591) $) 25) (((-506) $) 23) (((-1152) $) 21) (((-564) $) 19)) (-1702 (((-112) $ $) 6)))
(((-1131) (-140)) (T -1131))
-((-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-524))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-524)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-218))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-218)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-672))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-672)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1269))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1269)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-138)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-133))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-133)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1109))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1109)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-96)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-677))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-677)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-517))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-517)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1061))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1061)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1270))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1270)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-525))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-525)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-154)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-667))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-667)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-311))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-311)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1033))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1033)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-180))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-180)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-967))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-967)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1068))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1068)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1084))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1084)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1090))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1090)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-624))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-624)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1160))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1160)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-156)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-137))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-137)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-478))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-478)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-591))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-591)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-506))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-506)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1152))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1152)))) (-2872 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-564))) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-564)))))
-(-13 (-1077) (-1254) (-10 -8 (-15 -2872 ((-112) $ (|[\|\|]| (-524)))) (-15 -3169 ((-524) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-218)))) (-15 -3169 ((-218) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-672)))) (-15 -3169 ((-672) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-1269)))) (-15 -3169 ((-1269) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-138)))) (-15 -3169 ((-138) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-133)))) (-15 -3169 ((-133) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-1109)))) (-15 -3169 ((-1109) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-96)))) (-15 -3169 ((-96) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-677)))) (-15 -3169 ((-677) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-517)))) (-15 -3169 ((-517) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-1061)))) (-15 -3169 ((-1061) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-1270)))) (-15 -3169 ((-1270) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-525)))) (-15 -3169 ((-525) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-154)))) (-15 -3169 ((-154) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-667)))) (-15 -3169 ((-667) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-311)))) (-15 -3169 ((-311) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-1033)))) (-15 -3169 ((-1033) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-180)))) (-15 -3169 ((-180) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-967)))) (-15 -3169 ((-967) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-1068)))) (-15 -3169 ((-1068) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-1084)))) (-15 -3169 ((-1084) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-1090)))) (-15 -3169 ((-1090) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-624)))) (-15 -3169 ((-624) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-1160)))) (-15 -3169 ((-1160) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-156)))) (-15 -3169 ((-156) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-137)))) (-15 -3169 ((-137) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-478)))) (-15 -3169 ((-478) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-591)))) (-15 -3169 ((-591) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-506)))) (-15 -3169 ((-506) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-1152)))) (-15 -3169 ((-1152) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-564)))) (-15 -3169 ((-564) $))))
+((-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-524))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-524)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-218))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-218)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-672))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-672)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1269))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1269)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-138)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-133))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-133)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1109))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1109)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-96)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-677))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-677)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-517))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-517)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1061))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1061)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1270))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1270)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-525))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-525)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-154)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-667))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-667)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-311))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-311)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1033))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1033)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-180))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-180)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-967))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-967)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1068))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1068)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1084))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1084)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1090))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1090)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-624))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-624)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1160))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1160)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-156)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-137))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-137)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-478))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-478)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-591))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-591)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-506))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-506)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1152))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1152)))) (-4378 (*1 *2 *1 *3) (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-564))) (-5 *2 (-112)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-564)))))
+(-13 (-1077) (-1254) (-10 -8 (-15 -4378 ((-112) $ (|[\|\|]| (-524)))) (-15 -3309 ((-524) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-218)))) (-15 -3309 ((-218) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-672)))) (-15 -3309 ((-672) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-1269)))) (-15 -3309 ((-1269) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-138)))) (-15 -3309 ((-138) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-133)))) (-15 -3309 ((-133) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-1109)))) (-15 -3309 ((-1109) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-96)))) (-15 -3309 ((-96) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-677)))) (-15 -3309 ((-677) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-517)))) (-15 -3309 ((-517) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-1061)))) (-15 -3309 ((-1061) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-1270)))) (-15 -3309 ((-1270) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-525)))) (-15 -3309 ((-525) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-154)))) (-15 -3309 ((-154) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-667)))) (-15 -3309 ((-667) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-311)))) (-15 -3309 ((-311) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-1033)))) (-15 -3309 ((-1033) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-180)))) (-15 -3309 ((-180) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-967)))) (-15 -3309 ((-967) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-1068)))) (-15 -3309 ((-1068) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-1084)))) (-15 -3309 ((-1084) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-1090)))) (-15 -3309 ((-1090) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-624)))) (-15 -3309 ((-624) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-1160)))) (-15 -3309 ((-1160) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-156)))) (-15 -3309 ((-156) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-137)))) (-15 -3309 ((-137) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-478)))) (-15 -3309 ((-478) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-591)))) (-15 -3309 ((-591) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-506)))) (-15 -3309 ((-506) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-1152)))) (-15 -3309 ((-1152) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-564)))) (-15 -3309 ((-564) $))))
(((-93) . T) ((-102) . T) ((-614 #0=(-1175)) . T) ((-611 (-859)) . T) ((-611 #0#) . T) ((-490 #0#) . T) ((-1094) . T) ((-1077) . T) ((-1254) . T))
-((-3426 (((-1264) (-641 (-859))) 23) (((-1264) (-859)) 22)) (-3711 (((-1264) (-641 (-859))) 21) (((-1264) (-859)) 20)) (-1648 (((-1264) (-641 (-859))) 19) (((-1264) (-859)) 11) (((-1264) (-1152) (-859)) 17)))
-(((-1132) (-10 -7 (-15 -1648 ((-1264) (-1152) (-859))) (-15 -1648 ((-1264) (-859))) (-15 -3711 ((-1264) (-859))) (-15 -3426 ((-1264) (-859))) (-15 -1648 ((-1264) (-641 (-859)))) (-15 -3711 ((-1264) (-641 (-859)))) (-15 -3426 ((-1264) (-641 (-859)))))) (T -1132))
-((-3426 (*1 *2 *3) (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-3711 (*1 *2 *3) (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-1648 (*1 *2 *3) (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-3426 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-3711 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-1648 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-1648 (*1 *2 *3 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132)))))
-(-10 -7 (-15 -1648 ((-1264) (-1152) (-859))) (-15 -1648 ((-1264) (-859))) (-15 -3711 ((-1264) (-859))) (-15 -3426 ((-1264) (-859))) (-15 -1648 ((-1264) (-641 (-859)))) (-15 -3711 ((-1264) (-641 (-859)))) (-15 -3426 ((-1264) (-641 (-859)))))
-((-1391 (($ $ $) 10)) (-2041 (($ $) 9)) (-3839 (($ $ $) 13)) (-3089 (($ $ $) 15)) (-2095 (($ $ $) 12)) (-4195 (($ $ $) 14)) (-3791 (($ $) 17)) (-1632 (($ $) 16)) (-1699 (($ $) 6)) (-2931 (($ $ $) 11) (($ $) 7)) (-1324 (($ $ $) 8)))
+((-1829 (((-1264) (-641 (-859))) 23) (((-1264) (-859)) 22)) (-1668 (((-1264) (-641 (-859))) 21) (((-1264) (-859)) 20)) (-3069 (((-1264) (-641 (-859))) 19) (((-1264) (-859)) 11) (((-1264) (-1152) (-859)) 17)))
+(((-1132) (-10 -7 (-15 -3069 ((-1264) (-1152) (-859))) (-15 -3069 ((-1264) (-859))) (-15 -1668 ((-1264) (-859))) (-15 -1829 ((-1264) (-859))) (-15 -3069 ((-1264) (-641 (-859)))) (-15 -1668 ((-1264) (-641 (-859)))) (-15 -1829 ((-1264) (-641 (-859)))))) (T -1132))
+((-1829 (*1 *2 *3) (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-1668 (*1 *2 *3) (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-3069 (*1 *2 *3) (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-1829 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-1668 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-3069 (*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132)))) (-3069 (*1 *2 *3 *4) (-12 (-5 *3 (-1152)) (-5 *4 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132)))))
+(-10 -7 (-15 -3069 ((-1264) (-1152) (-859))) (-15 -3069 ((-1264) (-859))) (-15 -1668 ((-1264) (-859))) (-15 -1829 ((-1264) (-859))) (-15 -3069 ((-1264) (-641 (-859)))) (-15 -1668 ((-1264) (-641 (-859)))) (-15 -1829 ((-1264) (-641 (-859)))))
+((-1827 (($ $ $) 10)) (-1888 (($ $) 9)) (-3573 (($ $ $) 13)) (-1551 (($ $ $) 15)) (-4296 (($ $ $) 12)) (-2773 (($ $ $) 14)) (-4288 (($ $) 17)) (-4354 (($ $) 16)) (-1849 (($ $) 6)) (-2591 (($ $ $) 11) (($ $) 7)) (-2496 (($ $ $) 8)))
(((-1133) (-140)) (T -1133))
-((-3791 (*1 *1 *1) (-4 *1 (-1133))) (-1632 (*1 *1 *1) (-4 *1 (-1133))) (-3089 (*1 *1 *1 *1) (-4 *1 (-1133))) (-4195 (*1 *1 *1 *1) (-4 *1 (-1133))) (-3839 (*1 *1 *1 *1) (-4 *1 (-1133))) (-2095 (*1 *1 *1 *1) (-4 *1 (-1133))) (-2931 (*1 *1 *1 *1) (-4 *1 (-1133))) (-1391 (*1 *1 *1 *1) (-4 *1 (-1133))) (-2041 (*1 *1 *1) (-4 *1 (-1133))) (-1324 (*1 *1 *1 *1) (-4 *1 (-1133))) (-2931 (*1 *1 *1) (-4 *1 (-1133))) (-1699 (*1 *1 *1) (-4 *1 (-1133))))
-(-13 (-10 -8 (-15 -1699 ($ $)) (-15 -2931 ($ $)) (-15 -1324 ($ $ $)) (-15 -2041 ($ $)) (-15 -1391 ($ $ $)) (-15 -2931 ($ $ $)) (-15 -2095 ($ $ $)) (-15 -3839 ($ $ $)) (-15 -4195 ($ $ $)) (-15 -3089 ($ $ $)) (-15 -1632 ($ $)) (-15 -3791 ($ $))))
-((-1709 (((-112) $ $) 44)) (-1411 ((|#1| $) 17)) (-2055 (((-112) $ $ (-1 (-112) |#2| |#2|)) 39)) (-4122 (((-112) $) 19)) (-2940 (($ $ |#1|) 30)) (-4350 (($ $ (-112)) 32)) (-1810 (($ $) 33)) (-3420 (($ $ |#2|) 31)) (-2811 (((-1152) $) NIL)) (-3551 (((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|)) 38)) (-4382 (((-1114) $) NIL)) (-4102 (((-112) $) 16)) (-3456 (($) 13)) (-1892 (($ $) 29)) (-1732 (($ |#1| |#2| (-112)) 20) (($ |#1| |#2|) 21) (($ (-2 (|:| |val| |#1|) (|:| -3906 |#2|))) 23) (((-641 $) (-641 (-2 (|:| |val| |#1|) (|:| -3906 |#2|)))) 26) (((-641 $) |#1| (-641 |#2|)) 28)) (-3254 ((|#2| $) 18)) (-1721 (((-859) $) 53)) (-2853 (((-112) $ $) 42)))
-(((-1134 |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -3456 ($)) (-15 -4102 ((-112) $)) (-15 -1411 (|#1| $)) (-15 -3254 (|#2| $)) (-15 -4122 ((-112) $)) (-15 -1732 ($ |#1| |#2| (-112))) (-15 -1732 ($ |#1| |#2|)) (-15 -1732 ($ (-2 (|:| |val| |#1|) (|:| -3906 |#2|)))) (-15 -1732 ((-641 $) (-641 (-2 (|:| |val| |#1|) (|:| -3906 |#2|))))) (-15 -1732 ((-641 $) |#1| (-641 |#2|))) (-15 -1892 ($ $)) (-15 -2940 ($ $ |#1|)) (-15 -3420 ($ $ |#2|)) (-15 -4350 ($ $ (-112))) (-15 -1810 ($ $)) (-15 -3551 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -2055 ((-112) $ $ (-1 (-112) |#2| |#2|))))) (-13 (-1094) (-34)) (-13 (-1094) (-34))) (T -1134))
-((-3456 (*1 *1) (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-4102 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))) (-1411 (*1 *2 *1) (-12 (-4 *2 (-13 (-1094) (-34))) (-5 *1 (-1134 *2 *3)) (-4 *3 (-13 (-1094) (-34))))) (-3254 (*1 *2 *1) (-12 (-4 *2 (-13 (-1094) (-34))) (-5 *1 (-1134 *3 *2)) (-4 *3 (-13 (-1094) (-34))))) (-4122 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))) (-1732 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1732 (*1 *1 *2 *3) (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1732 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -3906 *4))) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1134 *3 *4)))) (-1732 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| |val| *4) (|:| -3906 *5)))) (-4 *4 (-13 (-1094) (-34))) (-4 *5 (-13 (-1094) (-34))) (-5 *2 (-641 (-1134 *4 *5))) (-5 *1 (-1134 *4 *5)))) (-1732 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *5)) (-4 *5 (-13 (-1094) (-34))) (-5 *2 (-641 (-1134 *3 *5))) (-5 *1 (-1134 *3 *5)) (-4 *3 (-13 (-1094) (-34))))) (-1892 (*1 *1 *1) (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-2940 (*1 *1 *1 *2) (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-3420 (*1 *1 *1 *2) (-12 (-5 *1 (-1134 *3 *2)) (-4 *3 (-13 (-1094) (-34))) (-4 *2 (-13 (-1094) (-34))))) (-4350 (*1 *1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))) (-1810 (*1 *1 *1) (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-3551 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1094) (-34))) (-4 *6 (-13 (-1094) (-34))) (-5 *2 (-112)) (-5 *1 (-1134 *5 *6)))) (-2055 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1094) (-34))) (-5 *2 (-112)) (-5 *1 (-1134 *4 *5)) (-4 *4 (-13 (-1094) (-34))))))
-(-13 (-1094) (-10 -8 (-15 -3456 ($)) (-15 -4102 ((-112) $)) (-15 -1411 (|#1| $)) (-15 -3254 (|#2| $)) (-15 -4122 ((-112) $)) (-15 -1732 ($ |#1| |#2| (-112))) (-15 -1732 ($ |#1| |#2|)) (-15 -1732 ($ (-2 (|:| |val| |#1|) (|:| -3906 |#2|)))) (-15 -1732 ((-641 $) (-641 (-2 (|:| |val| |#1|) (|:| -3906 |#2|))))) (-15 -1732 ((-641 $) |#1| (-641 |#2|))) (-15 -1892 ($ $)) (-15 -2940 ($ $ |#1|)) (-15 -3420 ($ $ |#2|)) (-15 -4350 ($ $ (-112))) (-15 -1810 ($ $)) (-15 -3551 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -2055 ((-112) $ $ (-1 (-112) |#2| |#2|)))))
-((-1709 (((-112) $ $) NIL (|has| (-1134 |#1| |#2|) (-1094)))) (-1411 (((-1134 |#1| |#2|) $) 27)) (-1394 (($ $) 90)) (-1499 (((-112) (-1134 |#1| |#2|) $ (-1 (-112) |#2| |#2|)) 99)) (-2928 (($ $ $ (-641 (-1134 |#1| |#2|))) 107) (($ $ $ (-641 (-1134 |#1| |#2|)) (-1 (-112) |#2| |#2|)) 108)) (-1729 (((-112) $ (-768)) NIL)) (-2270 (((-1134 |#1| |#2|) $ (-1134 |#1| |#2|)) 45 (|has| $ (-6 -4413)))) (-1869 (((-1134 |#1| |#2|) $ "value" (-1134 |#1| |#2|)) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 43 (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-2488 (((-641 (-2 (|:| |val| |#1|) (|:| -3906 |#2|))) $) 94)) (-3537 (($ (-1134 |#1| |#2|) $) 41)) (-3813 (($ (-1134 |#1| |#2|) $) 33)) (-1597 (((-641 (-1134 |#1| |#2|)) $) NIL (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) 53)) (-1811 (((-112) (-1134 |#1| |#2|) $) 96)) (-3496 (((-112) $ $) NIL (|has| (-1134 |#1| |#2|) (-1094)))) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 (-1134 |#1| |#2|)) $) 57 (|has| $ (-6 -4412)))) (-3983 (((-112) (-1134 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-1134 |#1| |#2|) (-1094))))) (-1439 (($ (-1 (-1134 |#1| |#2|) (-1134 |#1| |#2|)) $) 49 (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-1134 |#1| |#2|) (-1134 |#1| |#2|)) $) 48)) (-3715 (((-112) $ (-768)) NIL)) (-1939 (((-641 (-1134 |#1| |#2|)) $) 55)) (-2545 (((-112) $) 44)) (-2811 (((-1152) $) NIL (|has| (-1134 |#1| |#2|) (-1094)))) (-4382 (((-1114) $) NIL (|has| (-1134 |#1| |#2|) (-1094)))) (-2857 (((-3 $ "failed") $) 88)) (-2070 (((-112) (-1 (-112) (-1134 |#1| |#2|)) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-1134 |#1| |#2|)))) NIL (-12 (|has| (-1134 |#1| |#2|) (-309 (-1134 |#1| |#2|))) (|has| (-1134 |#1| |#2|) (-1094)))) (($ $ (-294 (-1134 |#1| |#2|))) NIL (-12 (|has| (-1134 |#1| |#2|) (-309 (-1134 |#1| |#2|))) (|has| (-1134 |#1| |#2|) (-1094)))) (($ $ (-1134 |#1| |#2|) (-1134 |#1| |#2|)) NIL (-12 (|has| (-1134 |#1| |#2|) (-309 (-1134 |#1| |#2|))) (|has| (-1134 |#1| |#2|) (-1094)))) (($ $ (-641 (-1134 |#1| |#2|)) (-641 (-1134 |#1| |#2|))) NIL (-12 (|has| (-1134 |#1| |#2|) (-309 (-1134 |#1| |#2|))) (|has| (-1134 |#1| |#2|) (-1094))))) (-3530 (((-112) $ $) 52)) (-4102 (((-112) $) 24)) (-3456 (($) 26)) (-2961 (((-1134 |#1| |#2|) $ "value") NIL)) (-2705 (((-564) $ $) NIL)) (-3735 (((-112) $) 46)) (-1292 (((-768) (-1 (-112) (-1134 |#1| |#2|)) $) NIL (|has| $ (-6 -4412))) (((-768) (-1134 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-1134 |#1| |#2|) (-1094))))) (-1892 (($ $) 51)) (-1732 (($ (-1134 |#1| |#2|)) 10) (($ |#1| |#2| (-641 $)) 13) (($ |#1| |#2| (-641 (-1134 |#1| |#2|))) 15) (($ |#1| |#2| |#1| (-641 |#2|)) 18)) (-2455 (((-641 |#2|) $) 95)) (-1721 (((-859) $) 86 (|has| (-1134 |#1| |#2|) (-611 (-859))))) (-2202 (((-641 $) $) 31)) (-4252 (((-112) $ $) NIL (|has| (-1134 |#1| |#2|) (-1094)))) (-2666 (((-112) (-1 (-112) (-1134 |#1| |#2|)) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 69 (|has| (-1134 |#1| |#2|) (-1094)))) (-3435 (((-768) $) 63 (|has| $ (-6 -4412)))))
-(((-1135 |#1| |#2|) (-13 (-1007 (-1134 |#1| |#2|)) (-10 -8 (-6 -4413) (-6 -4412) (-15 -2857 ((-3 $ "failed") $)) (-15 -1394 ($ $)) (-15 -1732 ($ (-1134 |#1| |#2|))) (-15 -1732 ($ |#1| |#2| (-641 $))) (-15 -1732 ($ |#1| |#2| (-641 (-1134 |#1| |#2|)))) (-15 -1732 ($ |#1| |#2| |#1| (-641 |#2|))) (-15 -2455 ((-641 |#2|) $)) (-15 -2488 ((-641 (-2 (|:| |val| |#1|) (|:| -3906 |#2|))) $)) (-15 -1811 ((-112) (-1134 |#1| |#2|) $)) (-15 -1499 ((-112) (-1134 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -3813 ($ (-1134 |#1| |#2|) $)) (-15 -3537 ($ (-1134 |#1| |#2|) $)) (-15 -2928 ($ $ $ (-641 (-1134 |#1| |#2|)))) (-15 -2928 ($ $ $ (-641 (-1134 |#1| |#2|)) (-1 (-112) |#2| |#2|))))) (-13 (-1094) (-34)) (-13 (-1094) (-34))) (T -1135))
-((-2857 (*1 *1 *1) (|partial| -12 (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1394 (*1 *1 *1) (-12 (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1732 (*1 *1 *2) (-12 (-5 *2 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))) (-1732 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-641 (-1135 *2 *3))) (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1732 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-641 (-1134 *2 *3))) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))) (-5 *1 (-1135 *2 *3)))) (-1732 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-13 (-1094) (-34))) (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34))))) (-2455 (*1 *2 *1) (-12 (-5 *2 (-641 *4)) (-5 *1 (-1135 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))) (-2488 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4)))) (-5 *1 (-1135 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))) (-1811 (*1 *2 *3 *1) (-12 (-5 *3 (-1134 *4 *5)) (-4 *4 (-13 (-1094) (-34))) (-4 *5 (-13 (-1094) (-34))) (-5 *2 (-112)) (-5 *1 (-1135 *4 *5)))) (-1499 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1134 *5 *6)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1094) (-34))) (-4 *6 (-13 (-1094) (-34))) (-5 *2 (-112)) (-5 *1 (-1135 *5 *6)))) (-3813 (*1 *1 *2 *1) (-12 (-5 *2 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))) (-3537 (*1 *1 *2 *1) (-12 (-5 *2 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))) (-2928 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-641 (-1134 *3 *4))) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))) (-2928 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1134 *4 *5))) (-5 *3 (-1 (-112) *5 *5)) (-4 *4 (-13 (-1094) (-34))) (-4 *5 (-13 (-1094) (-34))) (-5 *1 (-1135 *4 *5)))))
-(-13 (-1007 (-1134 |#1| |#2|)) (-10 -8 (-6 -4413) (-6 -4412) (-15 -2857 ((-3 $ "failed") $)) (-15 -1394 ($ $)) (-15 -1732 ($ (-1134 |#1| |#2|))) (-15 -1732 ($ |#1| |#2| (-641 $))) (-15 -1732 ($ |#1| |#2| (-641 (-1134 |#1| |#2|)))) (-15 -1732 ($ |#1| |#2| |#1| (-641 |#2|))) (-15 -2455 ((-641 |#2|) $)) (-15 -2488 ((-641 (-2 (|:| |val| |#1|) (|:| -3906 |#2|))) $)) (-15 -1811 ((-112) (-1134 |#1| |#2|) $)) (-15 -1499 ((-112) (-1134 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -3813 ($ (-1134 |#1| |#2|) $)) (-15 -3537 ($ (-1134 |#1| |#2|) $)) (-15 -2928 ($ $ $ (-641 (-1134 |#1| |#2|)))) (-15 -2928 ($ $ $ (-641 (-1134 |#1| |#2|)) (-1 (-112) |#2| |#2|)))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1532 (($ $) NIL)) (-4321 ((|#2| $) NIL)) (-1663 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2968 (($ (-685 |#2|)) 56)) (-3354 (((-112) $) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-2831 (($ |#2|) 14)) (-1692 (($) NIL T CONST)) (-1816 (($ $) 69 (|has| |#2| (-307)))) (-2787 (((-240 |#1| |#2|) $ (-564)) 42)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 |#2| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) ((|#2| $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) 83)) (-3147 (((-768) $) 71 (|has| |#2| (-556)))) (-1379 ((|#2| $ (-564) (-564)) NIL)) (-1597 (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3282 (((-112) $) NIL)) (-2751 (((-768) $) 73 (|has| |#2| (-556)))) (-2137 (((-641 (-240 |#1| |#2|)) $) 77 (|has| |#2| (-556)))) (-3393 (((-768) $) NIL)) (-1585 (($ |#2|) 25)) (-3402 (((-768) $) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-2762 ((|#2| $) 67 (|has| |#2| (-6 (-4414 "*"))))) (-4209 (((-564) $) NIL)) (-1581 (((-564) $) NIL)) (-4317 (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-1314 (((-564) $) NIL)) (-1875 (((-564) $) NIL)) (-2670 (($ (-641 (-641 |#2|))) 37)) (-1439 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-2708 (((-641 (-641 |#2|)) $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-3429 (((-3 $ "failed") $) 80 (|has| |#2| (-363)))) (-4382 (((-1114) $) NIL)) (-2628 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556)))) (-2070 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#2| $ (-564) (-564) |#2|) NIL) ((|#2| $ (-564) (-564)) NIL)) (-1795 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-3381 ((|#2| $) NIL)) (-3323 (($ (-641 |#2|)) 50)) (-3065 (((-112) $) NIL)) (-1327 (((-240 |#1| |#2|) $) NIL)) (-3274 ((|#2| $) 65 (|has| |#2| (-6 (-4414 "*"))))) (-1292 (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-1892 (($ $) NIL)) (-2153 (((-536) $) 89 (|has| |#2| (-612 (-536))))) (-1903 (((-240 |#1| |#2|) $ (-564)) 44)) (-1721 (((-859) $) 47) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#2| (-1035 (-407 (-564))))) (($ |#2|) NIL) (((-685 |#2|) $) 52)) (-1303 (((-768)) 23 T CONST)) (-2666 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3490 (((-112) $) NIL)) (-2885 (($) 16 T CONST)) (-2898 (($) 21 T CONST)) (-3256 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) 63) (($ $ (-564)) 82 (|has| |#2| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-240 |#1| |#2|) $ (-240 |#1| |#2|)) 59) (((-240 |#1| |#2|) (-240 |#1| |#2|) $) 61)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1136 |#1| |#2|) (-13 (-1117 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-611 (-685 |#2|)) (-10 -8 (-15 -1585 ($ |#2|)) (-15 -1532 ($ $)) (-15 -2968 ($ (-685 |#2|))) (IF (|has| |#2| (-6 (-4414 "*"))) (-6 -4401) |%noBranch|) (IF (|has| |#2| (-6 (-4414 "*"))) (IF (|has| |#2| (-6 -4409)) (-6 -4409) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|))) (-768) (-1046)) (T -1136))
-((-1585 (*1 *1 *2) (-12 (-5 *1 (-1136 *3 *2)) (-14 *3 (-768)) (-4 *2 (-1046)))) (-1532 (*1 *1 *1) (-12 (-5 *1 (-1136 *2 *3)) (-14 *2 (-768)) (-4 *3 (-1046)))) (-2968 (*1 *1 *2) (-12 (-5 *2 (-685 *4)) (-4 *4 (-1046)) (-5 *1 (-1136 *3 *4)) (-14 *3 (-768)))))
-(-13 (-1117 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-611 (-685 |#2|)) (-10 -8 (-15 -1585 ($ |#2|)) (-15 -1532 ($ $)) (-15 -2968 ($ (-685 |#2|))) (IF (|has| |#2| (-6 (-4414 "*"))) (-6 -4401) |%noBranch|) (IF (|has| |#2| (-6 (-4414 "*"))) (IF (|has| |#2| (-6 -4409)) (-6 -4409) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|)))
-((-4235 (($ $) 19)) (-3099 (($ $ (-144)) 10) (($ $ (-141)) 14)) (-3766 (((-112) $ $) 24)) (-3702 (($ $) 17)) (-2961 (((-144) $ (-564) (-144)) NIL) (((-144) $ (-564)) NIL) (($ $ (-1226 (-564))) NIL) (($ $ $) 31)) (-1721 (($ (-144)) 29) (((-859) $) NIL)))
-(((-1137 |#1|) (-10 -8 (-15 -1721 ((-859) |#1|)) (-15 -2961 (|#1| |#1| |#1|)) (-15 -3099 (|#1| |#1| (-141))) (-15 -3099 (|#1| |#1| (-144))) (-15 -1721 (|#1| (-144))) (-15 -3766 ((-112) |#1| |#1|)) (-15 -4235 (|#1| |#1|)) (-15 -3702 (|#1| |#1|)) (-15 -2961 (|#1| |#1| (-1226 (-564)))) (-15 -2961 ((-144) |#1| (-564))) (-15 -2961 ((-144) |#1| (-564) (-144)))) (-1138)) (T -1137))
-NIL
-(-10 -8 (-15 -1721 ((-859) |#1|)) (-15 -2961 (|#1| |#1| |#1|)) (-15 -3099 (|#1| |#1| (-141))) (-15 -3099 (|#1| |#1| (-144))) (-15 -1721 (|#1| (-144))) (-15 -3766 ((-112) |#1| |#1|)) (-15 -4235 (|#1| |#1|)) (-15 -3702 (|#1| |#1|)) (-15 -2961 (|#1| |#1| (-1226 (-564)))) (-15 -2961 ((-144) |#1| (-564))) (-15 -2961 ((-144) |#1| (-564) (-144))))
-((-1709 (((-112) $ $) 19 (|has| (-144) (-1094)))) (-4152 (($ $) 120)) (-4235 (($ $) 121)) (-3099 (($ $ (-144)) 108) (($ $ (-141)) 107)) (-2229 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4413)))) (-3742 (((-112) $ $) 118)) (-3717 (((-112) $ $ (-564)) 117)) (-2045 (((-641 $) $ (-144)) 110) (((-641 $) $ (-141)) 109)) (-2912 (((-112) (-1 (-112) (-144) (-144)) $) 98) (((-112) $) 92 (|has| (-144) (-847)))) (-1331 (($ (-1 (-112) (-144) (-144)) $) 89 (|has| $ (-6 -4413))) (($ $) 88 (-12 (|has| (-144) (-847)) (|has| $ (-6 -4413))))) (-3699 (($ (-1 (-112) (-144) (-144)) $) 99) (($ $) 93 (|has| (-144) (-847)))) (-1729 (((-112) $ (-768)) 8)) (-1869 (((-144) $ (-564) (-144)) 52 (|has| $ (-6 -4413))) (((-144) $ (-1226 (-564)) (-144)) 58 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) (-144)) $) 75 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-3948 (($ $ (-144)) 104) (($ $ (-141)) 103)) (-3796 (($ $) 90 (|has| $ (-6 -4413)))) (-2460 (($ $) 100)) (-1566 (($ $ (-1226 (-564)) $) 114)) (-1928 (($ $) 78 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ (-144) $) 77 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) (-144)) $) 74 (|has| $ (-6 -4412)))) (-3658 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) 76 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4412)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) 73 (|has| $ (-6 -4412))) (((-144) (-1 (-144) (-144) (-144)) $) 72 (|has| $ (-6 -4412)))) (-1452 (((-144) $ (-564) (-144)) 53 (|has| $ (-6 -4413)))) (-1379 (((-144) $ (-564)) 51)) (-3766 (((-112) $ $) 119)) (-1317 (((-564) (-1 (-112) (-144)) $) 97) (((-564) (-144) $) 96 (|has| (-144) (-1094))) (((-564) (-144) $ (-564)) 95 (|has| (-144) (-1094))) (((-564) $ $ (-564)) 113) (((-564) (-141) $ (-564)) 112)) (-1597 (((-641 (-144)) $) 30 (|has| $ (-6 -4412)))) (-1585 (($ (-768) (-144)) 69)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 43 (|has| (-564) (-847)))) (-2766 (($ $ $) 87 (|has| (-144) (-847)))) (-2057 (($ (-1 (-112) (-144) (-144)) $ $) 101) (($ $ $) 94 (|has| (-144) (-847)))) (-4317 (((-641 (-144)) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) (-144) $) 27 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 44 (|has| (-564) (-847)))) (-1650 (($ $ $) 86 (|has| (-144) (-847)))) (-3187 (((-112) $ $ (-144)) 115)) (-2465 (((-768) $ $ (-144)) 116)) (-1439 (($ (-1 (-144) (-144)) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-144) (-144)) $) 35) (($ (-1 (-144) (-144) (-144)) $ $) 64)) (-1638 (($ $) 122)) (-3702 (($ $) 123)) (-3715 (((-112) $ (-768)) 10)) (-3960 (($ $ (-144)) 106) (($ $ (-141)) 105)) (-2811 (((-1152) $) 22 (|has| (-144) (-1094)))) (-3476 (($ (-144) $ (-564)) 60) (($ $ $ (-564)) 59)) (-4184 (((-641 (-564)) $) 46)) (-2405 (((-112) (-564) $) 47)) (-4382 (((-1114) $) 21 (|has| (-144) (-1094)))) (-1897 (((-144) $) 42 (|has| (-564) (-847)))) (-2061 (((-3 (-144) "failed") (-1 (-112) (-144)) $) 71)) (-1759 (($ $ (-144)) 41 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) (-144)) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-144)))) 26 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-294 (-144))) 25 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-144) (-144)) 24 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-641 (-144)) (-641 (-144))) 23 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) (-144) $) 45 (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3111 (((-641 (-144)) $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 (((-144) $ (-564) (-144)) 50) (((-144) $ (-564)) 49) (($ $ (-1226 (-564))) 63) (($ $ $) 102)) (-3383 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-1292 (((-768) (-1 (-112) (-144)) $) 31 (|has| $ (-6 -4412))) (((-768) (-144) $) 28 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4412))))) (-1494 (($ $ $ (-564)) 91 (|has| $ (-6 -4413)))) (-1892 (($ $) 13)) (-2153 (((-536) $) 79 (|has| (-144) (-612 (-536))))) (-1732 (($ (-641 (-144))) 70)) (-2834 (($ $ (-144)) 68) (($ (-144) $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1721 (($ (-144)) 111) (((-859) $) 18 (|has| (-144) (-611 (-859))))) (-2666 (((-112) (-1 (-112) (-144)) $) 33 (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) 84 (|has| (-144) (-847)))) (-2893 (((-112) $ $) 83 (|has| (-144) (-847)))) (-2853 (((-112) $ $) 20 (|has| (-144) (-1094)))) (-2908 (((-112) $ $) 85 (|has| (-144) (-847)))) (-2880 (((-112) $ $) 82 (|has| (-144) (-847)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-4288 (*1 *1 *1) (-4 *1 (-1133))) (-4354 (*1 *1 *1) (-4 *1 (-1133))) (-1551 (*1 *1 *1 *1) (-4 *1 (-1133))) (-2773 (*1 *1 *1 *1) (-4 *1 (-1133))) (-3573 (*1 *1 *1 *1) (-4 *1 (-1133))) (-4296 (*1 *1 *1 *1) (-4 *1 (-1133))) (-2591 (*1 *1 *1 *1) (-4 *1 (-1133))) (-1827 (*1 *1 *1 *1) (-4 *1 (-1133))) (-1888 (*1 *1 *1) (-4 *1 (-1133))) (-2496 (*1 *1 *1 *1) (-4 *1 (-1133))) (-2591 (*1 *1 *1) (-4 *1 (-1133))) (-1849 (*1 *1 *1) (-4 *1 (-1133))))
+(-13 (-10 -8 (-15 -1849 ($ $)) (-15 -2591 ($ $)) (-15 -2496 ($ $ $)) (-15 -1888 ($ $)) (-15 -1827 ($ $ $)) (-15 -2591 ($ $ $)) (-15 -4296 ($ $ $)) (-15 -3573 ($ $ $)) (-15 -2773 ($ $ $)) (-15 -1551 ($ $ $)) (-15 -4354 ($ $)) (-15 -4288 ($ $))))
+((-1817 (((-112) $ $) 44)) (-1522 ((|#1| $) 17)) (-3935 (((-112) $ $ (-1 (-112) |#2| |#2|)) 39)) (-1358 (((-112) $) 19)) (-1408 (($ $ |#1|) 30)) (-1726 (($ $ (-112)) 32)) (-3500 (($ $) 33)) (-1753 (($ $ |#2|) 31)) (-2723 (((-1152) $) NIL)) (-3788 (((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|)) 38)) (-2780 (((-1114) $) NIL)) (-4284 (((-112) $) 16)) (-4012 (($) 13)) (-1991 (($ $) 29)) (-1842 (($ |#1| |#2| (-112)) 20) (($ |#1| |#2|) 21) (($ (-2 (|:| |val| |#1|) (|:| -2956 |#2|))) 23) (((-641 $) (-641 (-2 (|:| |val| |#1|) (|:| -2956 |#2|)))) 26) (((-641 $) |#1| (-641 |#2|)) 28)) (-4270 ((|#2| $) 18)) (-1831 (((-859) $) 53)) (-1702 (((-112) $ $) 42)))
+(((-1134 |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -4012 ($)) (-15 -4284 ((-112) $)) (-15 -1522 (|#1| $)) (-15 -4270 (|#2| $)) (-15 -1358 ((-112) $)) (-15 -1842 ($ |#1| |#2| (-112))) (-15 -1842 ($ |#1| |#2|)) (-15 -1842 ($ (-2 (|:| |val| |#1|) (|:| -2956 |#2|)))) (-15 -1842 ((-641 $) (-641 (-2 (|:| |val| |#1|) (|:| -2956 |#2|))))) (-15 -1842 ((-641 $) |#1| (-641 |#2|))) (-15 -1991 ($ $)) (-15 -1408 ($ $ |#1|)) (-15 -1753 ($ $ |#2|)) (-15 -1726 ($ $ (-112))) (-15 -3500 ($ $)) (-15 -3788 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -3935 ((-112) $ $ (-1 (-112) |#2| |#2|))))) (-13 (-1094) (-34)) (-13 (-1094) (-34))) (T -1134))
+((-4012 (*1 *1) (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-4284 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))) (-1522 (*1 *2 *1) (-12 (-4 *2 (-13 (-1094) (-34))) (-5 *1 (-1134 *2 *3)) (-4 *3 (-13 (-1094) (-34))))) (-4270 (*1 *2 *1) (-12 (-4 *2 (-13 (-1094) (-34))) (-5 *1 (-1134 *3 *2)) (-4 *3 (-13 (-1094) (-34))))) (-1358 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))) (-1842 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1842 (*1 *1 *2 *3) (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1842 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -2956 *4))) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1134 *3 *4)))) (-1842 (*1 *2 *3) (-12 (-5 *3 (-641 (-2 (|:| |val| *4) (|:| -2956 *5)))) (-4 *4 (-13 (-1094) (-34))) (-4 *5 (-13 (-1094) (-34))) (-5 *2 (-641 (-1134 *4 *5))) (-5 *1 (-1134 *4 *5)))) (-1842 (*1 *2 *3 *4) (-12 (-5 *4 (-641 *5)) (-4 *5 (-13 (-1094) (-34))) (-5 *2 (-641 (-1134 *3 *5))) (-5 *1 (-1134 *3 *5)) (-4 *3 (-13 (-1094) (-34))))) (-1991 (*1 *1 *1) (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1408 (*1 *1 *1 *2) (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1753 (*1 *1 *1 *2) (-12 (-5 *1 (-1134 *3 *2)) (-4 *3 (-13 (-1094) (-34))) (-4 *2 (-13 (-1094) (-34))))) (-1726 (*1 *1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))) (-3500 (*1 *1 *1) (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-3788 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1094) (-34))) (-4 *6 (-13 (-1094) (-34))) (-5 *2 (-112)) (-5 *1 (-1134 *5 *6)))) (-3935 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1094) (-34))) (-5 *2 (-112)) (-5 *1 (-1134 *4 *5)) (-4 *4 (-13 (-1094) (-34))))))
+(-13 (-1094) (-10 -8 (-15 -4012 ($)) (-15 -4284 ((-112) $)) (-15 -1522 (|#1| $)) (-15 -4270 (|#2| $)) (-15 -1358 ((-112) $)) (-15 -1842 ($ |#1| |#2| (-112))) (-15 -1842 ($ |#1| |#2|)) (-15 -1842 ($ (-2 (|:| |val| |#1|) (|:| -2956 |#2|)))) (-15 -1842 ((-641 $) (-641 (-2 (|:| |val| |#1|) (|:| -2956 |#2|))))) (-15 -1842 ((-641 $) |#1| (-641 |#2|))) (-15 -1991 ($ $)) (-15 -1408 ($ $ |#1|)) (-15 -1753 ($ $ |#2|)) (-15 -1726 ($ $ (-112))) (-15 -3500 ($ $)) (-15 -3788 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -3935 ((-112) $ $ (-1 (-112) |#2| |#2|)))))
+((-1817 (((-112) $ $) NIL (|has| (-1134 |#1| |#2|) (-1094)))) (-1522 (((-1134 |#1| |#2|) $) 27)) (-3799 (($ $) 90)) (-3686 (((-112) (-1134 |#1| |#2|) $ (-1 (-112) |#2| |#2|)) 99)) (-2558 (($ $ $ (-641 (-1134 |#1| |#2|))) 107) (($ $ $ (-641 (-1134 |#1| |#2|)) (-1 (-112) |#2| |#2|)) 108)) (-4010 (((-112) $ (-768)) NIL)) (-2373 (((-1134 |#1| |#2|) $ (-1134 |#1| |#2|)) 45 (|has| $ (-6 -4407)))) (-1970 (((-1134 |#1| |#2|) $ "value" (-1134 |#1| |#2|)) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 43 (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-1641 (((-641 (-2 (|:| |val| |#1|) (|:| -2956 |#2|))) $) 94)) (-3644 (($ (-1134 |#1| |#2|) $) 41)) (-2576 (($ (-1134 |#1| |#2|) $) 33)) (-1433 (((-641 (-1134 |#1| |#2|)) $) NIL (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) 53)) (-3510 (((-112) (-1134 |#1| |#2|) $) 96)) (-4376 (((-112) $ $) NIL (|has| (-1134 |#1| |#2|) (-1094)))) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 (-1134 |#1| |#2|)) $) 57 (|has| $ (-6 -4406)))) (-2516 (((-112) (-1134 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-1134 |#1| |#2|) (-1094))))) (-2250 (($ (-1 (-1134 |#1| |#2|) (-1134 |#1| |#2|)) $) 49 (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-1134 |#1| |#2|) (-1134 |#1| |#2|)) $) 48)) (-1713 (((-112) $ (-768)) NIL)) (-4119 (((-641 (-1134 |#1| |#2|)) $) 55)) (-2033 (((-112) $) 44)) (-2723 (((-1152) $) NIL (|has| (-1134 |#1| |#2|) (-1094)))) (-2780 (((-1114) $) NIL (|has| (-1134 |#1| |#2|) (-1094)))) (-3116 (((-3 $ "failed") $) 88)) (-4077 (((-112) (-1 (-112) (-1134 |#1| |#2|)) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-1134 |#1| |#2|)))) NIL (-12 (|has| (-1134 |#1| |#2|) (-309 (-1134 |#1| |#2|))) (|has| (-1134 |#1| |#2|) (-1094)))) (($ $ (-294 (-1134 |#1| |#2|))) NIL (-12 (|has| (-1134 |#1| |#2|) (-309 (-1134 |#1| |#2|))) (|has| (-1134 |#1| |#2|) (-1094)))) (($ $ (-1134 |#1| |#2|) (-1134 |#1| |#2|)) NIL (-12 (|has| (-1134 |#1| |#2|) (-309 (-1134 |#1| |#2|))) (|has| (-1134 |#1| |#2|) (-1094)))) (($ $ (-641 (-1134 |#1| |#2|)) (-641 (-1134 |#1| |#2|))) NIL (-12 (|has| (-1134 |#1| |#2|) (-309 (-1134 |#1| |#2|))) (|has| (-1134 |#1| |#2|) (-1094))))) (-3565 (((-112) $ $) 52)) (-4284 (((-112) $) 24)) (-4012 (($) 26)) (-1350 (((-1134 |#1| |#2|) $ "value") NIL)) (-4190 (((-564) $ $) NIL)) (-1899 (((-112) $) 46)) (-2791 (((-768) (-1 (-112) (-1134 |#1| |#2|)) $) NIL (|has| $ (-6 -4406))) (((-768) (-1134 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-1134 |#1| |#2|) (-1094))))) (-1991 (($ $) 51)) (-1842 (($ (-1134 |#1| |#2|)) 10) (($ |#1| |#2| (-641 $)) 13) (($ |#1| |#2| (-641 (-1134 |#1| |#2|))) 15) (($ |#1| |#2| |#1| (-641 |#2|)) 18)) (-3329 (((-641 |#2|) $) 95)) (-1831 (((-859) $) 86 (|has| (-1134 |#1| |#2|) (-611 (-859))))) (-2926 (((-641 $) $) 31)) (-2054 (((-112) $ $) NIL (|has| (-1134 |#1| |#2|) (-1094)))) (-1963 (((-112) (-1 (-112) (-1134 |#1| |#2|)) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 69 (|has| (-1134 |#1| |#2|) (-1094)))) (-2828 (((-768) $) 63 (|has| $ (-6 -4406)))))
+(((-1135 |#1| |#2|) (-13 (-1007 (-1134 |#1| |#2|)) (-10 -8 (-6 -4407) (-6 -4406) (-15 -3116 ((-3 $ "failed") $)) (-15 -3799 ($ $)) (-15 -1842 ($ (-1134 |#1| |#2|))) (-15 -1842 ($ |#1| |#2| (-641 $))) (-15 -1842 ($ |#1| |#2| (-641 (-1134 |#1| |#2|)))) (-15 -1842 ($ |#1| |#2| |#1| (-641 |#2|))) (-15 -3329 ((-641 |#2|) $)) (-15 -1641 ((-641 (-2 (|:| |val| |#1|) (|:| -2956 |#2|))) $)) (-15 -3510 ((-112) (-1134 |#1| |#2|) $)) (-15 -3686 ((-112) (-1134 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -2576 ($ (-1134 |#1| |#2|) $)) (-15 -3644 ($ (-1134 |#1| |#2|) $)) (-15 -2558 ($ $ $ (-641 (-1134 |#1| |#2|)))) (-15 -2558 ($ $ $ (-641 (-1134 |#1| |#2|)) (-1 (-112) |#2| |#2|))))) (-13 (-1094) (-34)) (-13 (-1094) (-34))) (T -1135))
+((-3116 (*1 *1 *1) (|partial| -12 (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-3799 (*1 *1 *1) (-12 (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1842 (*1 *1 *2) (-12 (-5 *2 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))) (-1842 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-641 (-1135 *2 *3))) (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))))) (-1842 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-641 (-1134 *2 *3))) (-4 *2 (-13 (-1094) (-34))) (-4 *3 (-13 (-1094) (-34))) (-5 *1 (-1135 *2 *3)))) (-1842 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-641 *3)) (-4 *3 (-13 (-1094) (-34))) (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34))))) (-3329 (*1 *2 *1) (-12 (-5 *2 (-641 *4)) (-5 *1 (-1135 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))) (-1641 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4)))) (-5 *1 (-1135 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))) (-3510 (*1 *2 *3 *1) (-12 (-5 *3 (-1134 *4 *5)) (-4 *4 (-13 (-1094) (-34))) (-4 *5 (-13 (-1094) (-34))) (-5 *2 (-112)) (-5 *1 (-1135 *4 *5)))) (-3686 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1134 *5 *6)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1094) (-34))) (-4 *6 (-13 (-1094) (-34))) (-5 *2 (-112)) (-5 *1 (-1135 *5 *6)))) (-2576 (*1 *1 *2 *1) (-12 (-5 *2 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))) (-3644 (*1 *1 *2 *1) (-12 (-5 *2 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))) (-2558 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-641 (-1134 *3 *4))) (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))) (-2558 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-1134 *4 *5))) (-5 *3 (-1 (-112) *5 *5)) (-4 *4 (-13 (-1094) (-34))) (-4 *5 (-13 (-1094) (-34))) (-5 *1 (-1135 *4 *5)))))
+(-13 (-1007 (-1134 |#1| |#2|)) (-10 -8 (-6 -4407) (-6 -4406) (-15 -3116 ((-3 $ "failed") $)) (-15 -3799 ($ $)) (-15 -1842 ($ (-1134 |#1| |#2|))) (-15 -1842 ($ |#1| |#2| (-641 $))) (-15 -1842 ($ |#1| |#2| (-641 (-1134 |#1| |#2|)))) (-15 -1842 ($ |#1| |#2| |#1| (-641 |#2|))) (-15 -3329 ((-641 |#2|) $)) (-15 -1641 ((-641 (-2 (|:| |val| |#1|) (|:| -2956 |#2|))) $)) (-15 -3510 ((-112) (-1134 |#1| |#2|) $)) (-15 -3686 ((-112) (-1134 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -2576 ($ (-1134 |#1| |#2|) $)) (-15 -3644 ($ (-1134 |#1| |#2|) $)) (-15 -2558 ($ $ $ (-641 (-1134 |#1| |#2|)))) (-15 -2558 ($ $ $ (-641 (-1134 |#1| |#2|)) (-1 (-112) |#2| |#2|)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-2775 (($ $) NIL)) (-2713 ((|#2| $) NIL)) (-1512 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1696 (($ (-685 |#2|)) 56)) (-2385 (((-112) $) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-2899 (($ |#2|) 14)) (-1778 (($) NIL T CONST)) (-3543 (($ $) 69 (|has| |#2| (-307)))) (-3751 (((-240 |#1| |#2|) $ (-564)) 42)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 |#2| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) ((|#2| $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) 83)) (-3531 (((-768) $) 71 (|has| |#2| (-556)))) (-2190 ((|#2| $ (-564) (-564)) NIL)) (-1433 (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2949 (((-112) $) NIL)) (-3408 (((-768) $) 73 (|has| |#2| (-556)))) (-3540 (((-641 (-240 |#1| |#2|)) $) 77 (|has| |#2| (-556)))) (-1745 (((-768) $) NIL)) (-3654 (($ |#2|) 25)) (-1757 (((-768) $) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3508 ((|#2| $) 67 (|has| |#2| (-6 (-4408 "*"))))) (-2904 (((-564) $) NIL)) (-2015 (((-564) $) NIL)) (-2640 (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-2381 (((-564) $) NIL)) (-2821 (((-564) $) NIL)) (-4309 (($ (-641 (-641 |#2|))) 37)) (-2250 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-4217 (((-641 (-641 |#2|)) $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-1861 (((-3 $ "failed") $) 80 (|has| |#2| (-363)))) (-2780 (((-1114) $) NIL)) (-1403 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556)))) (-4077 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#2| $ (-564) (-564) |#2|) NIL) ((|#2| $ (-564) (-564)) NIL)) (-3534 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-1385 ((|#2| $) NIL)) (-2088 (($ (-641 |#2|)) 50)) (-1302 (((-112) $) NIL)) (-2534 (((-240 |#1| |#2|) $) NIL)) (-2876 ((|#2| $) 65 (|has| |#2| (-6 (-4408 "*"))))) (-2791 (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1991 (($ $) NIL)) (-2511 (((-536) $) 89 (|has| |#2| (-612 (-536))))) (-3065 (((-240 |#1| |#2|) $ (-564)) 44)) (-1831 (((-859) $) 47) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#2| (-1035 (-407 (-564))))) (($ |#2|) NIL) (((-685 |#2|) $) 52)) (-2219 (((-768)) 23 T CONST)) (-1963 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-4320 (((-112) $) NIL)) (-1293 (($) 16 T CONST)) (-1300 (($) 21 T CONST)) (-3435 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-768)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) 63) (($ $ (-564)) 82 (|has| |#2| (-363)))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-240 |#1| |#2|) $ (-240 |#1| |#2|)) 59) (((-240 |#1| |#2|) (-240 |#1| |#2|) $) 61)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1136 |#1| |#2|) (-13 (-1117 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-611 (-685 |#2|)) (-10 -8 (-15 -3654 ($ |#2|)) (-15 -2775 ($ $)) (-15 -1696 ($ (-685 |#2|))) (IF (|has| |#2| (-6 (-4408 "*"))) (-6 -4395) |%noBranch|) (IF (|has| |#2| (-6 (-4408 "*"))) (IF (|has| |#2| (-6 -4403)) (-6 -4403) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|))) (-768) (-1046)) (T -1136))
+((-3654 (*1 *1 *2) (-12 (-5 *1 (-1136 *3 *2)) (-14 *3 (-768)) (-4 *2 (-1046)))) (-2775 (*1 *1 *1) (-12 (-5 *1 (-1136 *2 *3)) (-14 *2 (-768)) (-4 *3 (-1046)))) (-1696 (*1 *1 *2) (-12 (-5 *2 (-685 *4)) (-4 *4 (-1046)) (-5 *1 (-1136 *3 *4)) (-14 *3 (-768)))))
+(-13 (-1117 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-611 (-685 |#2|)) (-10 -8 (-15 -3654 ($ |#2|)) (-15 -2775 ($ $)) (-15 -1696 ($ (-685 |#2|))) (IF (|has| |#2| (-6 (-4408 "*"))) (-6 -4395) |%noBranch|) (IF (|has| |#2| (-6 (-4408 "*"))) (IF (|has| |#2| (-6 -4403)) (-6 -4403) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-612 (-536))) (-6 (-612 (-536))) |%noBranch|)))
+((-3129 (($ $) 19)) (-1655 (($ $ (-144)) 10) (($ $ (-141)) 14)) (-1647 (((-112) $ $) 24)) (-1573 (($ $) 17)) (-1350 (((-144) $ (-564) (-144)) NIL) (((-144) $ (-564)) NIL) (($ $ (-1226 (-564))) NIL) (($ $ $) 31)) (-1831 (($ (-144)) 29) (((-859) $) NIL)))
+(((-1137 |#1|) (-10 -8 (-15 -1831 ((-859) |#1|)) (-15 -1350 (|#1| |#1| |#1|)) (-15 -1655 (|#1| |#1| (-141))) (-15 -1655 (|#1| |#1| (-144))) (-15 -1831 (|#1| (-144))) (-15 -1647 ((-112) |#1| |#1|)) (-15 -3129 (|#1| |#1|)) (-15 -1573 (|#1| |#1|)) (-15 -1350 (|#1| |#1| (-1226 (-564)))) (-15 -1350 ((-144) |#1| (-564))) (-15 -1350 ((-144) |#1| (-564) (-144)))) (-1138)) (T -1137))
+NIL
+(-10 -8 (-15 -1831 ((-859) |#1|)) (-15 -1350 (|#1| |#1| |#1|)) (-15 -1655 (|#1| |#1| (-141))) (-15 -1655 (|#1| |#1| (-144))) (-15 -1831 (|#1| (-144))) (-15 -1647 ((-112) |#1| |#1|)) (-15 -3129 (|#1| |#1|)) (-15 -1573 (|#1| |#1|)) (-15 -1350 (|#1| |#1| (-1226 (-564)))) (-15 -1350 ((-144) |#1| (-564))) (-15 -1350 ((-144) |#1| (-564) (-144))))
+((-1817 (((-112) $ $) 19 (|has| (-144) (-1094)))) (-3579 (($ $) 120)) (-3129 (($ $) 121)) (-1655 (($ $ (-144)) 108) (($ $ (-141)) 107)) (-1956 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4407)))) (-1620 (((-112) $ $) 118)) (-1596 (((-112) $ $ (-564)) 117)) (-3838 (((-641 $) $ (-144)) 110) (((-641 $) $ (-141)) 109)) (-2386 (((-112) (-1 (-112) (-144) (-144)) $) 98) (((-112) $) 92 (|has| (-144) (-847)))) (-2573 (($ (-1 (-112) (-144) (-144)) $) 89 (|has| $ (-6 -4407))) (($ $) 88 (-12 (|has| (-144) (-847)) (|has| $ (-6 -4407))))) (-2861 (($ (-1 (-112) (-144) (-144)) $) 99) (($ $) 93 (|has| (-144) (-847)))) (-4010 (((-112) $ (-768)) 8)) (-1970 (((-144) $ (-564) (-144)) 52 (|has| $ (-6 -4407))) (((-144) $ (-1226 (-564)) (-144)) 58 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) (-144)) $) 75 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-4082 (($ $ (-144)) 104) (($ $ (-141)) 103)) (-4325 (($ $) 90 (|has| $ (-6 -4407)))) (-3919 (($ $) 100)) (-1880 (($ $ (-1226 (-564)) $) 114)) (-3337 (($ $) 78 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ (-144) $) 77 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) (-144)) $) 74 (|has| $ (-6 -4406)))) (-1988 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) 76 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4406)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) 73 (|has| $ (-6 -4406))) (((-144) (-1 (-144) (-144) (-144)) $) 72 (|has| $ (-6 -4406)))) (-2261 (((-144) $ (-564) (-144)) 53 (|has| $ (-6 -4407)))) (-2190 (((-144) $ (-564)) 51)) (-1647 (((-112) $ $) 119)) (-3360 (((-564) (-1 (-112) (-144)) $) 97) (((-564) (-144) $) 96 (|has| (-144) (-1094))) (((-564) (-144) $ (-564)) 95 (|has| (-144) (-1094))) (((-564) $ $ (-564)) 113) (((-564) (-141) $ (-564)) 112)) (-1433 (((-641 (-144)) $) 30 (|has| $ (-6 -4406)))) (-3654 (($ (-768) (-144)) 69)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 43 (|has| (-564) (-847)))) (-1925 (($ $ $) 87 (|has| (-144) (-847)))) (-3956 (($ (-1 (-112) (-144) (-144)) $ $) 101) (($ $ $) 94 (|has| (-144) (-847)))) (-2640 (((-641 (-144)) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) (-144) $) 27 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 44 (|has| (-564) (-847)))) (-3375 (($ $ $) 86 (|has| (-144) (-847)))) (-3373 (((-112) $ $ (-144)) 115)) (-3343 (((-768) $ $ (-144)) 116)) (-2250 (($ (-1 (-144) (-144)) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-144) (-144)) $) 35) (($ (-1 (-144) (-144) (-144)) $ $) 64)) (-1309 (($ $) 122)) (-1573 (($ $) 123)) (-1713 (((-112) $ (-768)) 10)) (-4093 (($ $ (-144)) 106) (($ $ (-141)) 105)) (-2723 (((-1152) $) 22 (|has| (-144) (-1094)))) (-3652 (($ (-144) $ (-564)) 60) (($ $ $ (-564)) 59)) (-3883 (((-641 (-564)) $) 46)) (-4336 (((-112) (-564) $) 47)) (-2780 (((-1114) $) 21 (|has| (-144) (-1094)))) (-3303 (((-144) $) 42 (|has| (-564) (-847)))) (-3995 (((-3 (-144) "failed") (-1 (-112) (-144)) $) 71)) (-4253 (($ $ (-144)) 41 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) (-144)) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-144)))) 26 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-294 (-144))) 25 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-144) (-144)) 24 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-641 (-144)) (-641 (-144))) 23 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) (-144) $) 45 (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-1794 (((-641 (-144)) $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 (((-144) $ (-564) (-144)) 50) (((-144) $ (-564)) 49) (($ $ (-1226 (-564))) 63) (($ $ $) 102)) (-2126 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-2791 (((-768) (-1 (-112) (-144)) $) 31 (|has| $ (-6 -4406))) (((-768) (-144) $) 28 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4406))))) (-3623 (($ $ $ (-564)) 91 (|has| $ (-6 -4407)))) (-1991 (($ $) 13)) (-2511 (((-536) $) 79 (|has| (-144) (-612 (-536))))) (-1842 (($ (-641 (-144))) 70)) (-3043 (($ $ (-144)) 68) (($ (-144) $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1831 (($ (-144)) 111) (((-859) $) 18 (|has| (-144) (-611 (-859))))) (-1963 (((-112) (-1 (-112) (-144)) $) 33 (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) 84 (|has| (-144) (-847)))) (-1737 (((-112) $ $) 83 (|has| (-144) (-847)))) (-1702 (((-112) $ $) 20 (|has| (-144) (-1094)))) (-1749 (((-112) $ $) 85 (|has| (-144) (-847)))) (-1723 (((-112) $ $) 82 (|has| (-144) (-847)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-1138) (-140)) (T -1138))
-((-3702 (*1 *1 *1) (-4 *1 (-1138))) (-1638 (*1 *1 *1) (-4 *1 (-1138))) (-4235 (*1 *1 *1) (-4 *1 (-1138))) (-4152 (*1 *1 *1) (-4 *1 (-1138))) (-3766 (*1 *2 *1 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-112)))) (-3742 (*1 *2 *1 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-112)))) (-3717 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-564)) (-5 *2 (-112)))) (-2465 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-144)) (-5 *2 (-768)))) (-3187 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-144)) (-5 *2 (-112)))) (-1566 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-1226 (-564))))) (-1317 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-564)))) (-1317 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-564)) (-5 *3 (-141)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-144)) (-4 *1 (-1138)))) (-2045 (*1 *2 *1 *3) (-12 (-5 *3 (-144)) (-5 *2 (-641 *1)) (-4 *1 (-1138)))) (-2045 (*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-641 *1)) (-4 *1 (-1138)))) (-3099 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))) (-3099 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141)))) (-3960 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))) (-3960 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141)))) (-3948 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))) (-3948 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141)))) (-2961 (*1 *1 *1 *1) (-4 *1 (-1138))))
-(-13 (-19 (-144)) (-10 -8 (-15 -3702 ($ $)) (-15 -1638 ($ $)) (-15 -4235 ($ $)) (-15 -4152 ($ $)) (-15 -3766 ((-112) $ $)) (-15 -3742 ((-112) $ $)) (-15 -3717 ((-112) $ $ (-564))) (-15 -2465 ((-768) $ $ (-144))) (-15 -3187 ((-112) $ $ (-144))) (-15 -1566 ($ $ (-1226 (-564)) $)) (-15 -1317 ((-564) $ $ (-564))) (-15 -1317 ((-564) (-141) $ (-564))) (-15 -1721 ($ (-144))) (-15 -2045 ((-641 $) $ (-144))) (-15 -2045 ((-641 $) $ (-141))) (-15 -3099 ($ $ (-144))) (-15 -3099 ($ $ (-141))) (-15 -3960 ($ $ (-144))) (-15 -3960 ($ $ (-141))) (-15 -3948 ($ $ (-144))) (-15 -3948 ($ $ (-141))) (-15 -2961 ($ $ $))))
-(((-34) . T) ((-102) -2713 (|has| (-144) (-1094)) (|has| (-144) (-847))) ((-611 (-859)) -2713 (|has| (-144) (-1094)) (|has| (-144) (-847)) (|has| (-144) (-611 (-859)))) ((-151 #0=(-144)) . T) ((-612 (-536)) |has| (-144) (-612 (-536))) ((-286 #1=(-564) #0#) . T) ((-288 #1# #0#) . T) ((-309 #0#) -12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))) ((-373 #0#) . T) ((-489 #0#) . T) ((-602 #1# #0#) . T) ((-514 #0# #0#) -12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))) ((-647 #0#) . T) ((-19 #0#) . T) ((-847) |has| (-144) (-847)) ((-1094) -2713 (|has| (-144) (-1094)) (|has| (-144) (-847))) ((-1209) . T))
-((-2068 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) (-768)) 112)) (-1932 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|) 62) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768)) 61)) (-3950 (((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-768)) 98)) (-2049 (((-768) (-641 |#4|) (-641 |#5|)) 30)) (-1584 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768)) 63) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768) (-112)) 65)) (-3064 (((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112)) 84) (((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112)) 85)) (-2153 (((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) 90)) (-3751 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|) 60)) (-3998 (((-768) (-641 |#4|) (-641 |#5|)) 21)))
-(((-1139 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3998 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -2049 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3751 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|)) (-15 -1932 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768))) (-15 -1932 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|)) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768) (-112))) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768))) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|)) (-15 -3064 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -3064 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -2068 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) (-768))) (-15 -2153 ((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)))) (-15 -3950 ((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-768)))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|)) (T -1139))
-((-3950 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -3906 *9)))) (-5 *4 (-768)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-1264)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))) (-2153 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -3906 *8))) (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1103 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1152)) (-5 *1 (-1139 *4 *5 *6 *7 *8)))) (-2068 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-641 *11)) (|:| |todo| (-641 (-2 (|:| |val| *3) (|:| -3906 *11)))))) (-5 *6 (-768)) (-5 *2 (-641 (-2 (|:| |val| (-641 *10)) (|:| -3906 *11)))) (-5 *3 (-641 *10)) (-5 *4 (-641 *11)) (-4 *10 (-1060 *7 *8 *9)) (-4 *11 (-1103 *7 *8 *9 *10)) (-4 *7 (-452)) (-4 *8 (-790)) (-4 *9 (-847)) (-5 *1 (-1139 *7 *8 *9 *10 *11)))) (-3064 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))) (-3064 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))) (-1584 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-1584 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1139 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3)))) (-1584 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-768)) (-5 *6 (-112)) (-4 *7 (-452)) (-4 *8 (-790)) (-4 *9 (-847)) (-4 *3 (-1060 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1139 *7 *8 *9 *3 *4)) (-4 *4 (-1103 *7 *8 *9 *3)))) (-1932 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-1932 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1139 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3)))) (-3751 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4)))))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2049 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))) (-3998 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -3998 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -2049 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3751 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|)) (-15 -1932 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768))) (-15 -1932 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|)) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768) (-112))) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5| (-768))) (-15 -1584 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) |#4| |#5|)) (-15 -3064 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -3064 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -2068 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))))) (-768))) (-15 -2153 ((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|)))) (-15 -3950 ((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -3906 |#5|))) (-768))))
-((-1709 (((-112) $ $) NIL)) (-4249 (((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 |#4|)))) (-641 |#4|)) NIL)) (-2838 (((-641 $) (-641 |#4|)) 121) (((-641 $) (-641 |#4|) (-112)) 122) (((-641 $) (-641 |#4|) (-112) (-112)) 120) (((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112)) 123)) (-4153 (((-641 |#3|) $) NIL)) (-2129 (((-112) $) NIL)) (-3451 (((-112) $) NIL (|has| |#1| (-556)))) (-2637 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4084 ((|#4| |#4| $) NIL)) (-2275 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| $) 94)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-3346 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412))) (((-3 |#4| "failed") $ |#3|) 72)) (-1692 (($) NIL T CONST)) (-1492 (((-112) $) 29 (|has| |#1| (-556)))) (-1504 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3693 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3368 (((-112) $) NIL (|has| |#1| (-556)))) (-3987 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2266 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) NIL)) (-3437 (($ (-641 |#4|)) NIL)) (-1908 (((-3 $ "failed") $) 45)) (-1998 ((|#4| |#4| $) 75)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-3813 (($ |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 88 (|has| |#1| (-556)))) (-3121 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2440 ((|#4| |#4| $) NIL)) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4412))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2393 (((-2 (|:| -2151 (-641 |#4|)) (|:| -1940 (-641 |#4|))) $) NIL)) (-3123 (((-112) |#4| $) NIL)) (-2583 (((-112) |#4| $) NIL)) (-3477 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2511 (((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112)) 136)) (-1597 (((-641 |#4|) $) 18 (|has| $ (-6 -4412)))) (-1926 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3698 ((|#3| $) 38)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#4|) $) 19 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-1439 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) 23)) (-1490 (((-641 |#3|) $) NIL)) (-1714 (((-112) |#3| $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-3941 (((-3 |#4| (-641 $)) |#4| |#4| $) NIL)) (-3994 (((-641 (-2 (|:| |val| |#4|) (|:| -3906 $))) |#4| |#4| $) 114)) (-3837 (((-3 |#4| "failed") $) 42)) (-2657 (((-641 $) |#4| $) 99)) (-1978 (((-3 (-112) (-641 $)) |#4| $) NIL)) (-4251 (((-641 (-2 (|:| |val| (-112)) (|:| -3906 $))) |#4| $) 109) (((-112) |#4| $) 62)) (-1475 (((-641 $) |#4| $) 118) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) 119) (((-641 $) |#4| (-641 $)) NIL)) (-1850 (((-641 $) (-641 |#4|) (-112) (-112) (-112)) 131)) (-3267 (($ |#4| $) 85) (($ (-641 |#4|) $) 86) (((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 84)) (-2224 (((-641 |#4|) $) NIL)) (-1762 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3657 ((|#4| |#4| $) NIL)) (-4067 (((-112) $ $) NIL)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3186 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1999 ((|#4| |#4| $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 (((-3 |#4| "failed") $) 40)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-4177 (((-3 $ "failed") $ |#4|) 57)) (-3450 (($ $ |#4|) NIL) (((-641 $) |#4| $) 101) (((-641 $) |#4| (-641 $)) NIL) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) 96)) (-2070 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 17)) (-3456 (($) 14)) (-4341 (((-768) $) NIL)) (-1292 (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) 13)) (-2153 (((-536) $) NIL (|has| |#4| (-612 (-536))))) (-1732 (($ (-641 |#4|)) 22)) (-2718 (($ $ |#3|) 52)) (-3119 (($ $ |#3|) 53)) (-2463 (($ $) NIL)) (-1442 (($ $ |#3|) NIL)) (-1721 (((-859) $) 35) (((-641 |#4|) $) 46)) (-4107 (((-768) $) NIL (|has| |#3| (-368)))) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1544 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) NIL)) (-1495 (((-641 $) |#4| $) 63) (((-641 $) |#4| (-641 $)) NIL) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) NIL)) (-2666 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-4380 (((-641 |#3|) $) NIL)) (-1853 (((-112) |#4| $) NIL)) (-2614 (((-112) |#3| $) 71)) (-2853 (((-112) $ $) NIL)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1140 |#1| |#2| |#3| |#4|) (-13 (-1103 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3267 ((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2838 ((-641 $) (-641 |#4|) (-112) (-112))) (-15 -2838 ((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112))) (-15 -1850 ((-641 $) (-641 |#4|) (-112) (-112) (-112))) (-15 -2511 ((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112))))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -1140))
-((-3267 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1140 *5 *6 *7 *3))) (-5 *1 (-1140 *5 *6 *7 *3)) (-4 *3 (-1060 *5 *6 *7)))) (-2838 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8)))) (-2838 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8)))) (-1850 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8)))) (-2511 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-641 *8)) (|:| |towers| (-641 (-1140 *5 *6 *7 *8))))) (-5 *1 (-1140 *5 *6 *7 *8)) (-5 *3 (-641 *8)))))
-(-13 (-1103 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3267 ((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2838 ((-641 $) (-641 |#4|) (-112) (-112))) (-15 -2838 ((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112))) (-15 -1850 ((-641 $) (-641 |#4|) (-112) (-112) (-112))) (-15 -2511 ((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112)))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3192 ((|#1| $) 37)) (-3890 (($ (-641 |#1|)) 45)) (-1729 (((-112) $ (-768)) NIL)) (-1692 (($) NIL T CONST)) (-2075 ((|#1| |#1| $) 40)) (-1407 ((|#1| $) 35)) (-1597 (((-641 |#1|) $) 18 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 22)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4290 ((|#1| $) 38)) (-3573 (($ |#1| $) 41)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2382 ((|#1| $) 36)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 32)) (-3456 (($) 43)) (-2105 (((-768) $) 30)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) 27)) (-1721 (((-859) $) 14 (|has| |#1| (-611 (-859))))) (-1959 (($ (-641 |#1|)) NIL)) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 17 (|has| |#1| (-1094)))) (-3435 (((-768) $) 31 (|has| $ (-6 -4412)))))
-(((-1141 |#1|) (-13 (-1115 |#1|) (-10 -8 (-15 -3890 ($ (-641 |#1|))))) (-1209)) (T -1141))
-((-3890 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1141 *3)))))
-(-13 (-1115 |#1|) (-10 -8 (-15 -3890 ($ (-641 |#1|)))))
-((-1869 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) NIL) (($ $ "rest" $) NIL) ((|#2| $ "last" |#2|) NIL) ((|#2| $ (-1226 (-564)) |#2|) 54) ((|#2| $ (-564) |#2|) 51)) (-1644 (((-112) $) 11)) (-1439 (($ (-1 |#2| |#2|) $) 49)) (-1897 ((|#2| $) NIL) (($ $ (-768)) 19)) (-1759 (($ $ |#2|) 50)) (-3492 (((-112) $) 10)) (-2961 ((|#2| $ "value") NIL) ((|#2| $ "first") NIL) (($ $ "rest") NIL) ((|#2| $ "last") NIL) (($ $ (-1226 (-564))) 37) ((|#2| $ (-564)) 28) ((|#2| $ (-564) |#2|) NIL)) (-1321 (($ $ $) 57) (($ $ |#2|) NIL)) (-2834 (($ $ $) 39) (($ |#2| $) NIL) (($ (-641 $)) 46) (($ $ |#2|) NIL)))
-(((-1142 |#1| |#2|) (-10 -8 (-15 -1644 ((-112) |#1|)) (-15 -3492 ((-112) |#1|)) (-15 -1869 (|#2| |#1| (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564))) (-15 -1759 (|#1| |#1| |#2|)) (-15 -2834 (|#1| |#1| |#2|)) (-15 -2834 (|#1| (-641 |#1|))) (-15 -2961 (|#1| |#1| (-1226 (-564)))) (-15 -1869 (|#2| |#1| (-1226 (-564)) |#2|)) (-15 -1869 (|#2| |#1| "last" |#2|)) (-15 -1869 (|#1| |#1| "rest" |#1|)) (-15 -1869 (|#2| |#1| "first" |#2|)) (-15 -1321 (|#1| |#1| |#2|)) (-15 -1321 (|#1| |#1| |#1|)) (-15 -2961 (|#2| |#1| "last")) (-15 -2961 (|#1| |#1| "rest")) (-15 -1897 (|#1| |#1| (-768))) (-15 -2961 (|#2| |#1| "first")) (-15 -1897 (|#2| |#1|)) (-15 -2834 (|#1| |#2| |#1|)) (-15 -2834 (|#1| |#1| |#1|)) (-15 -1869 (|#2| |#1| "value" |#2|)) (-15 -2961 (|#2| |#1| "value")) (-15 -1439 (|#1| (-1 |#2| |#2|) |#1|))) (-1143 |#2|) (-1209)) (T -1142))
-NIL
-(-10 -8 (-15 -1644 ((-112) |#1|)) (-15 -3492 ((-112) |#1|)) (-15 -1869 (|#2| |#1| (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564) |#2|)) (-15 -2961 (|#2| |#1| (-564))) (-15 -1759 (|#1| |#1| |#2|)) (-15 -2834 (|#1| |#1| |#2|)) (-15 -2834 (|#1| (-641 |#1|))) (-15 -2961 (|#1| |#1| (-1226 (-564)))) (-15 -1869 (|#2| |#1| (-1226 (-564)) |#2|)) (-15 -1869 (|#2| |#1| "last" |#2|)) (-15 -1869 (|#1| |#1| "rest" |#1|)) (-15 -1869 (|#2| |#1| "first" |#2|)) (-15 -1321 (|#1| |#1| |#2|)) (-15 -1321 (|#1| |#1| |#1|)) (-15 -2961 (|#2| |#1| "last")) (-15 -2961 (|#1| |#1| "rest")) (-15 -1897 (|#1| |#1| (-768))) (-15 -2961 (|#2| |#1| "first")) (-15 -1897 (|#2| |#1|)) (-15 -2834 (|#1| |#2| |#1|)) (-15 -2834 (|#1| |#1| |#1|)) (-15 -1869 (|#2| |#1| "value" |#2|)) (-15 -2961 (|#2| |#1| "value")) (-15 -1439 (|#1| (-1 |#2| |#2|) |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1411 ((|#1| $) 48)) (-4053 ((|#1| $) 65)) (-1800 (($ $) 67)) (-2229 (((-1264) $ (-564) (-564)) 97 (|has| $ (-6 -4413)))) (-4140 (($ $ (-564)) 52 (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) 8)) (-2270 ((|#1| $ |#1|) 39 (|has| $ (-6 -4413)))) (-2777 (($ $ $) 56 (|has| $ (-6 -4413)))) (-2354 ((|#1| $ |#1|) 54 (|has| $ (-6 -4413)))) (-4211 ((|#1| $ |#1|) 58 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4413))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4413))) (($ $ "rest" $) 55 (|has| $ (-6 -4413))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) 117 (|has| $ (-6 -4413))) ((|#1| $ (-564) |#1|) 86 (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 41 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) 102 (|has| $ (-6 -4412)))) (-4041 ((|#1| $) 66)) (-1692 (($) 7 T CONST)) (-1908 (($ $) 73) (($ $ (-768)) 71)) (-1928 (($ $) 99 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ (-1 (-112) |#1|) $) 103 (|has| $ (-6 -4412))) (($ |#1| $) 100 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1452 ((|#1| $ (-564) |#1|) 85 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 87)) (-1644 (((-112) $) 83)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) 50)) (-3496 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-1585 (($ (-768) |#1|) 108)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 95 (|has| (-564) (-847)))) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 94 (|has| (-564) (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-3715 (((-112) $ (-768)) 10)) (-1939 (((-641 |#1|) $) 45)) (-2545 (((-112) $) 49)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3837 ((|#1| $) 70) (($ $ (-768)) 68)) (-3476 (($ $ $ (-564)) 116) (($ |#1| $ (-564)) 115)) (-4184 (((-641 (-564)) $) 92)) (-2405 (((-112) (-564) $) 91)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1897 ((|#1| $) 76) (($ $ (-768)) 74)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 106)) (-1759 (($ $ |#1|) 96 (|has| $ (-6 -4413)))) (-3492 (((-112) $) 84)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#1| $) 93 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) 90)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1226 (-564))) 112) ((|#1| $ (-564)) 89) ((|#1| $ (-564) |#1|) 88)) (-2705 (((-564) $ $) 44)) (-3383 (($ $ (-1226 (-564))) 114) (($ $ (-564)) 113)) (-3735 (((-112) $) 46)) (-4383 (($ $) 62)) (-1787 (($ $) 59 (|has| $ (-6 -4413)))) (-3716 (((-768) $) 63)) (-1717 (($ $) 64)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-2153 (((-536) $) 98 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 107)) (-1321 (($ $ $) 61 (|has| $ (-6 -4413))) (($ $ |#1|) 60 (|has| $ (-6 -4413)))) (-2834 (($ $ $) 78) (($ |#1| $) 77) (($ (-641 $)) 110) (($ $ |#1|) 109)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) 51)) (-4252 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1573 (*1 *1 *1) (-4 *1 (-1138))) (-1309 (*1 *1 *1) (-4 *1 (-1138))) (-3129 (*1 *1 *1) (-4 *1 (-1138))) (-3579 (*1 *1 *1) (-4 *1 (-1138))) (-1647 (*1 *2 *1 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-112)))) (-1620 (*1 *2 *1 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-112)))) (-1596 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-564)) (-5 *2 (-112)))) (-3343 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-144)) (-5 *2 (-768)))) (-3373 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-144)) (-5 *2 (-112)))) (-1880 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-1226 (-564))))) (-3360 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-564)))) (-3360 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-564)) (-5 *3 (-141)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-144)) (-4 *1 (-1138)))) (-3838 (*1 *2 *1 *3) (-12 (-5 *3 (-144)) (-5 *2 (-641 *1)) (-4 *1 (-1138)))) (-3838 (*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-641 *1)) (-4 *1 (-1138)))) (-1655 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))) (-1655 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141)))) (-4093 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))) (-4093 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141)))) (-4082 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))) (-4082 (*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141)))) (-1350 (*1 *1 *1 *1) (-4 *1 (-1138))))
+(-13 (-19 (-144)) (-10 -8 (-15 -1573 ($ $)) (-15 -1309 ($ $)) (-15 -3129 ($ $)) (-15 -3579 ($ $)) (-15 -1647 ((-112) $ $)) (-15 -1620 ((-112) $ $)) (-15 -1596 ((-112) $ $ (-564))) (-15 -3343 ((-768) $ $ (-144))) (-15 -3373 ((-112) $ $ (-144))) (-15 -1880 ($ $ (-1226 (-564)) $)) (-15 -3360 ((-564) $ $ (-564))) (-15 -3360 ((-564) (-141) $ (-564))) (-15 -1831 ($ (-144))) (-15 -3838 ((-641 $) $ (-144))) (-15 -3838 ((-641 $) $ (-141))) (-15 -1655 ($ $ (-144))) (-15 -1655 ($ $ (-141))) (-15 -4093 ($ $ (-144))) (-15 -4093 ($ $ (-141))) (-15 -4082 ($ $ (-144))) (-15 -4082 ($ $ (-141))) (-15 -1350 ($ $ $))))
+(((-34) . T) ((-102) -4078 (|has| (-144) (-1094)) (|has| (-144) (-847))) ((-611 (-859)) -4078 (|has| (-144) (-1094)) (|has| (-144) (-847)) (|has| (-144) (-611 (-859)))) ((-151 #0=(-144)) . T) ((-612 (-536)) |has| (-144) (-612 (-536))) ((-286 #1=(-564) #0#) . T) ((-288 #1# #0#) . T) ((-309 #0#) -12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))) ((-373 #0#) . T) ((-489 #0#) . T) ((-602 #1# #0#) . T) ((-514 #0# #0#) -12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))) ((-647 #0#) . T) ((-19 #0#) . T) ((-847) |has| (-144) (-847)) ((-1094) -4078 (|has| (-144) (-1094)) (|has| (-144) (-847))) ((-1209) . T))
+((-4058 (((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) (-768)) 112)) (-2062 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|) 62) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768)) 61)) (-3012 (((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-768)) 98)) (-3876 (((-768) (-641 |#4|) (-641 |#5|)) 30)) (-2035 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768)) 63) (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768) (-112)) 65)) (-1295 (((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112)) 84) (((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112)) 85)) (-2511 (((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) 90)) (-3937 (((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|) 60)) (-1397 (((-768) (-641 |#4|) (-641 |#5|)) 21)))
+(((-1139 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1397 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3876 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3937 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|)) (-15 -2062 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768))) (-15 -2062 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|)) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768) (-112))) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768))) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|)) (-15 -1295 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -1295 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4058 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) (-768))) (-15 -2511 ((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)))) (-15 -3012 ((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-768)))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|) (-1103 |#1| |#2| |#3| |#4|)) (T -1139))
+((-3012 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -2956 *9)))) (-5 *4 (-768)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-1264)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))) (-2511 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -2956 *8))) (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1103 *4 *5 *6 *7)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1152)) (-5 *1 (-1139 *4 *5 *6 *7 *8)))) (-4058 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-641 *11)) (|:| |todo| (-641 (-2 (|:| |val| *3) (|:| -2956 *11)))))) (-5 *6 (-768)) (-5 *2 (-641 (-2 (|:| |val| (-641 *10)) (|:| -2956 *11)))) (-5 *3 (-641 *10)) (-5 *4 (-641 *11)) (-4 *10 (-1060 *7 *8 *9)) (-4 *11 (-1103 *7 *8 *9 *10)) (-4 *7 (-452)) (-4 *8 (-790)) (-4 *9 (-847)) (-5 *1 (-1139 *7 *8 *9 *10 *11)))) (-1295 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))) (-1295 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))) (-2035 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2035 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1139 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3)))) (-2035 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-768)) (-5 *6 (-112)) (-4 *7 (-452)) (-4 *8 (-790)) (-4 *9 (-847)) (-4 *3 (-1060 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1139 *7 *8 *9 *3 *4)) (-4 *4 (-1103 *7 *8 *9 *3)))) (-2062 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-2062 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *3 (-1060 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1139 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3)))) (-3937 (*1 *2 *3 *4) (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-641 *4)) (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4)))))) (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))) (-3876 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))) (-1397 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -1397 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3876 ((-768) (-641 |#4|) (-641 |#5|))) (-15 -3937 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|)) (-15 -2062 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768))) (-15 -2062 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|)) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768) (-112))) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5| (-768))) (-15 -2035 ((-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) |#4| |#5|)) (-15 -1295 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112))) (-15 -1295 ((-641 |#5|) (-641 |#4|) (-641 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4058 ((-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-641 |#4|) (-641 |#5|) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-2 (|:| |done| (-641 |#5|)) (|:| |todo| (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))))) (-768))) (-15 -2511 ((-1152) (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|)))) (-15 -3012 ((-1264) (-641 (-2 (|:| |val| (-641 |#4|)) (|:| -2956 |#5|))) (-768))))
+((-1817 (((-112) $ $) NIL)) (-3250 (((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 |#4|)))) (-641 |#4|)) NIL)) (-2951 (((-641 $) (-641 |#4|)) 121) (((-641 $) (-641 |#4|) (-112)) 122) (((-641 $) (-641 |#4|) (-112) (-112)) 120) (((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112)) 123)) (-3209 (((-641 |#3|) $) NIL)) (-3449 (((-112) $) NIL)) (-3961 (((-112) $) NIL (|has| |#1| (-556)))) (-1712 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4136 ((|#4| |#4| $) NIL)) (-2427 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| $) 94)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-3752 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406))) (((-3 |#4| "failed") $ |#3|) 72)) (-1778 (($) NIL T CONST)) (-3602 (((-112) $) 29 (|has| |#1| (-556)))) (-2495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2536 (((-112) $) NIL (|has| |#1| (-556)))) (-2559 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2338 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) NIL)) (-2237 (($ (-641 |#4|)) NIL)) (-3314 (((-3 $ "failed") $) 45)) (-1470 ((|#4| |#4| $) 75)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-2576 (($ |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 88 (|has| |#1| (-556)))) (-3827 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-3492 ((|#4| |#4| $) NIL)) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4406))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-4236 (((-2 (|:| -3689 (-641 |#4|)) (|:| -1669 (-641 |#4|))) $) NIL)) (-3843 (((-112) |#4| $) NIL)) (-2421 (((-112) |#4| $) NIL)) (-4204 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2954 (((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112)) 136)) (-1433 (((-641 |#4|) $) 18 (|has| $ (-6 -4406)))) (-2021 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1543 ((|#3| $) 38)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#4|) $) 19 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-2250 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) 23)) (-3580 (((-641 |#3|) $) NIL)) (-3879 (((-112) |#3| $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-2100 (((-3 |#4| (-641 $)) |#4| |#4| $) NIL)) (-2624 (((-641 (-2 (|:| |val| |#4|) (|:| -2956 $))) |#4| |#4| $) 114)) (-2598 (((-3 |#4| "failed") $) 42)) (-1889 (((-641 $) |#4| $) 99)) (-4369 (((-3 (-112) (-641 $)) |#4| $) NIL)) (-3273 (((-641 (-2 (|:| |val| (-112)) (|:| -2956 $))) |#4| $) 109) (((-112) |#4| $) 62)) (-3425 (((-641 $) |#4| $) 118) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) 119) (((-641 $) |#4| (-641 $)) NIL)) (-2603 (((-641 $) (-641 |#4|) (-112) (-112) (-112)) 131)) (-2817 (($ |#4| $) 85) (($ (-641 |#4|) $) 86) (((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 84)) (-3123 (((-641 |#4|) $) NIL)) (-4281 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2356 ((|#4| |#4| $) NIL)) (-3984 (((-112) $ $) NIL)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3253 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1482 ((|#4| |#4| $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 (((-3 |#4| "failed") $) 40)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-3824 (((-3 $ "failed") $ |#4|) 57)) (-3951 (($ $ |#4|) NIL) (((-641 $) |#4| $) 101) (((-641 $) |#4| (-641 $)) NIL) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) 96)) (-4077 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 17)) (-4012 (($) 14)) (-1619 (((-768) $) NIL)) (-2791 (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) 13)) (-2511 (((-536) $) NIL (|has| |#4| (-612 (-536))))) (-1842 (($ (-641 |#4|)) 22)) (-4287 (($ $ |#3|) 52)) (-1887 (($ $ |#3|) 53)) (-3728 (($ $) NIL)) (-3111 (($ $ |#3|) NIL)) (-1831 (((-859) $) 35) (((-641 |#4|) $) 46)) (-4321 (((-768) $) NIL (|has| |#3| (-368)))) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2885 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) NIL)) (-3635 (((-641 $) |#4| $) 63) (((-641 $) |#4| (-641 $)) NIL) (((-641 $) (-641 |#4|) $) NIL) (((-641 $) (-641 |#4|) (-641 $)) NIL)) (-1963 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-2014 (((-641 |#3|) $) NIL)) (-2637 (((-112) |#4| $) NIL)) (-1484 (((-112) |#3| $) 71)) (-1702 (((-112) $ $) NIL)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1140 |#1| |#2| |#3| |#4|) (-13 (-1103 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2817 ((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2951 ((-641 $) (-641 |#4|) (-112) (-112))) (-15 -2951 ((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112))) (-15 -2603 ((-641 $) (-641 |#4|) (-112) (-112) (-112))) (-15 -2954 ((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112))))) (-452) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -1140))
+((-2817 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1140 *5 *6 *7 *3))) (-5 *1 (-1140 *5 *6 *7 *3)) (-4 *3 (-1060 *5 *6 *7)))) (-2951 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8)))) (-2951 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8)))) (-2603 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8)))) (-2954 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-641 *8)) (|:| |towers| (-641 (-1140 *5 *6 *7 *8))))) (-5 *1 (-1140 *5 *6 *7 *8)) (-5 *3 (-641 *8)))))
+(-13 (-1103 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2817 ((-641 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2951 ((-641 $) (-641 |#4|) (-112) (-112))) (-15 -2951 ((-641 $) (-641 |#4|) (-112) (-112) (-112) (-112))) (-15 -2603 ((-641 $) (-641 |#4|) (-112) (-112) (-112))) (-15 -2954 ((-2 (|:| |val| (-641 |#4|)) (|:| |towers| (-641 $))) (-641 |#4|) (-112) (-112)))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3155 ((|#1| $) 37)) (-1960 (($ (-641 |#1|)) 45)) (-4010 (((-112) $ (-768)) NIL)) (-1778 (($) NIL T CONST)) (-4120 ((|#1| |#1| $) 40)) (-3923 ((|#1| $) 35)) (-1433 (((-641 |#1|) $) 18 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 22)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2401 ((|#1| $) 38)) (-2783 (($ |#1| $) 41)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4153 ((|#1| $) 36)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 32)) (-4012 (($) 43)) (-2950 (((-768) $) 30)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) 27)) (-1831 (((-859) $) 14 (|has| |#1| (-611 (-859))))) (-2321 (($ (-641 |#1|)) NIL)) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 17 (|has| |#1| (-1094)))) (-2828 (((-768) $) 31 (|has| $ (-6 -4406)))))
+(((-1141 |#1|) (-13 (-1115 |#1|) (-10 -8 (-15 -1960 ($ (-641 |#1|))))) (-1209)) (T -1141))
+((-1960 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1141 *3)))))
+(-13 (-1115 |#1|) (-10 -8 (-15 -1960 ($ (-641 |#1|)))))
+((-1970 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) NIL) (($ $ "rest" $) NIL) ((|#2| $ "last" |#2|) NIL) ((|#2| $ (-1226 (-564)) |#2|) 54) ((|#2| $ (-564) |#2|) 51)) (-1346 (((-112) $) 11)) (-2250 (($ (-1 |#2| |#2|) $) 49)) (-3303 ((|#2| $) NIL) (($ $ (-768)) 19)) (-4253 (($ $ |#2|) 50)) (-4337 (((-112) $) 10)) (-1350 ((|#2| $ "value") NIL) ((|#2| $ "first") NIL) (($ $ "rest") NIL) ((|#2| $ "last") NIL) (($ $ (-1226 (-564))) 37) ((|#2| $ (-564)) 28) ((|#2| $ (-564) |#2|) NIL)) (-2460 (($ $ $) 57) (($ $ |#2|) NIL)) (-3043 (($ $ $) 39) (($ |#2| $) NIL) (($ (-641 $)) 46) (($ $ |#2|) NIL)))
+(((-1142 |#1| |#2|) (-10 -8 (-15 -1346 ((-112) |#1|)) (-15 -4337 ((-112) |#1|)) (-15 -1970 (|#2| |#1| (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564))) (-15 -4253 (|#1| |#1| |#2|)) (-15 -3043 (|#1| |#1| |#2|)) (-15 -3043 (|#1| (-641 |#1|))) (-15 -1350 (|#1| |#1| (-1226 (-564)))) (-15 -1970 (|#2| |#1| (-1226 (-564)) |#2|)) (-15 -1970 (|#2| |#1| "last" |#2|)) (-15 -1970 (|#1| |#1| "rest" |#1|)) (-15 -1970 (|#2| |#1| "first" |#2|)) (-15 -2460 (|#1| |#1| |#2|)) (-15 -2460 (|#1| |#1| |#1|)) (-15 -1350 (|#2| |#1| "last")) (-15 -1350 (|#1| |#1| "rest")) (-15 -3303 (|#1| |#1| (-768))) (-15 -1350 (|#2| |#1| "first")) (-15 -3303 (|#2| |#1|)) (-15 -3043 (|#1| |#2| |#1|)) (-15 -3043 (|#1| |#1| |#1|)) (-15 -1970 (|#2| |#1| "value" |#2|)) (-15 -1350 (|#2| |#1| "value")) (-15 -2250 (|#1| (-1 |#2| |#2|) |#1|))) (-1143 |#2|) (-1209)) (T -1142))
+NIL
+(-10 -8 (-15 -1346 ((-112) |#1|)) (-15 -4337 ((-112) |#1|)) (-15 -1970 (|#2| |#1| (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564) |#2|)) (-15 -1350 (|#2| |#1| (-564))) (-15 -4253 (|#1| |#1| |#2|)) (-15 -3043 (|#1| |#1| |#2|)) (-15 -3043 (|#1| (-641 |#1|))) (-15 -1350 (|#1| |#1| (-1226 (-564)))) (-15 -1970 (|#2| |#1| (-1226 (-564)) |#2|)) (-15 -1970 (|#2| |#1| "last" |#2|)) (-15 -1970 (|#1| |#1| "rest" |#1|)) (-15 -1970 (|#2| |#1| "first" |#2|)) (-15 -2460 (|#1| |#1| |#2|)) (-15 -2460 (|#1| |#1| |#1|)) (-15 -1350 (|#2| |#1| "last")) (-15 -1350 (|#1| |#1| "rest")) (-15 -3303 (|#1| |#1| (-768))) (-15 -1350 (|#2| |#1| "first")) (-15 -3303 (|#2| |#1|)) (-15 -3043 (|#1| |#2| |#1|)) (-15 -3043 (|#1| |#1| |#1|)) (-15 -1970 (|#2| |#1| "value" |#2|)) (-15 -1350 (|#2| |#1| "value")) (-15 -2250 (|#1| (-1 |#2| |#2|) |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1522 ((|#1| $) 48)) (-3149 ((|#1| $) 65)) (-4045 (($ $) 67)) (-1956 (((-1264) $ (-564) (-564)) 97 (|has| $ (-6 -4407)))) (-3459 (($ $ (-564)) 52 (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) 8)) (-2373 ((|#1| $ |#1|) 39 (|has| $ (-6 -4407)))) (-3653 (($ $ $) 56 (|has| $ (-6 -4407)))) (-3881 ((|#1| $ |#1|) 54 (|has| $ (-6 -4407)))) (-2923 ((|#1| $ |#1|) 58 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4407))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4407))) (($ $ "rest" $) 55 (|has| $ (-6 -4407))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) 117 (|has| $ (-6 -4407))) ((|#1| $ (-564) |#1|) 86 (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 41 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) 102 (|has| $ (-6 -4406)))) (-3137 ((|#1| $) 66)) (-1778 (($) 7 T CONST)) (-3314 (($ $) 73) (($ $ (-768)) 71)) (-3337 (($ $) 99 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ (-1 (-112) |#1|) $) 103 (|has| $ (-6 -4406))) (($ |#1| $) 100 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2261 ((|#1| $ (-564) |#1|) 85 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 87)) (-1346 (((-112) $) 83)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) 50)) (-4376 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-3654 (($ (-768) |#1|) 108)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 95 (|has| (-564) (-847)))) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 94 (|has| (-564) (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-1713 (((-112) $ (-768)) 10)) (-4119 (((-641 |#1|) $) 45)) (-2033 (((-112) $) 49)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2598 ((|#1| $) 70) (($ $ (-768)) 68)) (-3652 (($ $ $ (-564)) 116) (($ |#1| $ (-564)) 115)) (-3883 (((-641 (-564)) $) 92)) (-4336 (((-112) (-564) $) 91)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3303 ((|#1| $) 76) (($ $ (-768)) 74)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 106)) (-4253 (($ $ |#1|) 96 (|has| $ (-6 -4407)))) (-4337 (((-112) $) 84)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#1| $) 93 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) 90)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1226 (-564))) 112) ((|#1| $ (-564)) 89) ((|#1| $ (-564) |#1|) 88)) (-4190 (((-564) $ $) 44)) (-2126 (($ $ (-1226 (-564))) 114) (($ $ (-564)) 113)) (-1899 (((-112) $) 46)) (-2034 (($ $) 62)) (-3292 (($ $) 59 (|has| $ (-6 -4407)))) (-1724 (((-768) $) 63)) (-3910 (($ $) 64)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2511 (((-536) $) 98 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 107)) (-2460 (($ $ $) 61 (|has| $ (-6 -4407))) (($ $ |#1|) 60 (|has| $ (-6 -4407)))) (-3043 (($ $ $) 78) (($ |#1| $) 77) (($ (-641 $)) 110) (($ $ |#1|) 109)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) 51)) (-2054 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-1143 |#1|) (-140) (-1209)) (T -1143))
-((-3492 (*1 *2 *1) (-12 (-4 *1 (-1143 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-1644 (*1 *2 *1) (-12 (-4 *1 (-1143 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
-(-13 (-1247 |t#1|) (-647 |t#1|) (-10 -8 (-15 -3492 ((-112) $)) (-15 -1644 ((-112) $))))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T) ((-1247 |#1|) . T))
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2229 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#2| $ |#1| |#2|) NIL)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1593 (((-3 |#2| "failed") |#1| $) NIL)) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3537 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-3 |#2| "failed") |#1| $) NIL)) (-3813 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) NIL)) (-1597 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 ((|#1| $) NIL (|has| |#1| (-847)))) (-4317 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3825 ((|#1| $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4413))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2659 (((-641 |#1|) $) NIL)) (-1509 (((-112) |#1| $) NIL)) (-4290 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-3573 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-4184 (((-641 |#1|) $) NIL)) (-2405 (((-112) |#1| $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1897 ((|#2| $) NIL (|has| |#1| (-847)))) (-2061 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL)) (-1759 (($ $ |#2|) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2710 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1721 (((-859) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-1959 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-4337 (*1 *2 *1) (-12 (-4 *1 (-1143 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))) (-1346 (*1 *2 *1) (-12 (-4 *1 (-1143 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
+(-13 (-1247 |t#1|) (-647 |t#1|) (-10 -8 (-15 -4337 ((-112) $)) (-15 -1346 ((-112) $))))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T) ((-1247 |#1|) . T))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1956 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#2| $ |#1| |#2|) NIL)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1725 (((-3 |#2| "failed") |#1| $) NIL)) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3644 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-3 |#2| "failed") |#1| $) NIL)) (-2576 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) NIL)) (-1433 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 ((|#1| $) NIL (|has| |#1| (-847)))) (-2640 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-3440 ((|#1| $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4407))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2945 (((-641 |#1|) $) NIL)) (-2554 (((-112) |#1| $) NIL)) (-2401 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-2783 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-3883 (((-641 |#1|) $) NIL)) (-4336 (((-112) |#1| $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3303 ((|#2| $) NIL (|has| |#1| (-847)))) (-3995 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL)) (-4253 (($ $ |#2|) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-4232 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1831 (((-859) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-2321 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-1144 |#1| |#2| |#3|) (-1185 |#1| |#2|) (-1094) (-1094) |#2|) (T -1144))
NIL
(-1185 |#1| |#2|)
-((-1709 (((-112) $ $) 7)) (-1516 (((-3 $ "failed") $) 13)) (-2811 (((-1152) $) 9)) (-2558 (($) 14 T CONST)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11)) (-2853 (((-112) $ $) 6)))
+((-1817 (((-112) $ $) 7)) (-2619 (((-3 $ "failed") $) 13)) (-2723 (((-1152) $) 9)) (-2884 (($) 14 T CONST)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11)) (-1702 (((-112) $ $) 6)))
(((-1145) (-140)) (T -1145))
-((-2558 (*1 *1) (-4 *1 (-1145))) (-1516 (*1 *1 *1) (|partial| -4 *1 (-1145))))
-(-13 (-1094) (-10 -8 (-15 -2558 ($) -1367) (-15 -1516 ((-3 $ "failed") $))))
+((-2884 (*1 *1) (-4 *1 (-1145))) (-2619 (*1 *1 *1) (|partial| -4 *1 (-1145))))
+(-13 (-1094) (-10 -8 (-15 -2884 ($) -1809) (-15 -2619 ((-3 $ "failed") $))))
(((-102) . T) ((-611 (-859)) . T) ((-1094) . T))
-((-4086 (((-1150 |#1|) (-1150 |#1|)) 17)) (-3419 (((-1150 |#1|) (-1150 |#1|)) 13)) (-1295 (((-1150 |#1|) (-1150 |#1|) (-564) (-564)) 20)) (-2601 (((-1150 |#1|) (-1150 |#1|)) 15)))
-(((-1146 |#1|) (-10 -7 (-15 -3419 ((-1150 |#1|) (-1150 |#1|))) (-15 -2601 ((-1150 |#1|) (-1150 |#1|))) (-15 -4086 ((-1150 |#1|) (-1150 |#1|))) (-15 -1295 ((-1150 |#1|) (-1150 |#1|) (-564) (-564)))) (-13 (-556) (-147))) (T -1146))
-((-1295 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-13 (-556) (-147))) (-5 *1 (-1146 *4)))) (-4086 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147))) (-5 *1 (-1146 *3)))) (-2601 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147))) (-5 *1 (-1146 *3)))) (-3419 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147))) (-5 *1 (-1146 *3)))))
-(-10 -7 (-15 -3419 ((-1150 |#1|) (-1150 |#1|))) (-15 -2601 ((-1150 |#1|) (-1150 |#1|))) (-15 -4086 ((-1150 |#1|) (-1150 |#1|))) (-15 -1295 ((-1150 |#1|) (-1150 |#1|) (-564) (-564))))
-((-2834 (((-1150 |#1|) (-1150 (-1150 |#1|))) 15)))
-(((-1147 |#1|) (-10 -7 (-15 -2834 ((-1150 |#1|) (-1150 (-1150 |#1|))))) (-1209)) (T -1147))
-((-2834 (*1 *2 *3) (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1147 *4)) (-4 *4 (-1209)))))
-(-10 -7 (-15 -2834 ((-1150 |#1|) (-1150 (-1150 |#1|)))))
-((-2328 (((-1150 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|)) 25)) (-3658 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|)) 26)) (-2110 (((-1150 |#2|) (-1 |#2| |#1|) (-1150 |#1|)) 16)))
-(((-1148 |#1| |#2|) (-10 -7 (-15 -2110 ((-1150 |#2|) (-1 |#2| |#1|) (-1150 |#1|))) (-15 -2328 ((-1150 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|))) (-15 -3658 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|)))) (-1209) (-1209)) (T -1148))
-((-3658 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1150 *5)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-1148 *5 *2)))) (-2328 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1150 *6)) (-4 *6 (-1209)) (-4 *3 (-1209)) (-5 *2 (-1150 *3)) (-5 *1 (-1148 *6 *3)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1150 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1150 *6)) (-5 *1 (-1148 *5 *6)))))
-(-10 -7 (-15 -2110 ((-1150 |#2|) (-1 |#2| |#1|) (-1150 |#1|))) (-15 -2328 ((-1150 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|))) (-15 -3658 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|))))
-((-2110 (((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-1150 |#2|)) 21)))
-(((-1149 |#1| |#2| |#3|) (-10 -7 (-15 -2110 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-1150 |#2|)))) (-1209) (-1209) (-1209)) (T -1149))
-((-2110 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1150 *6)) (-5 *5 (-1150 *7)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-4 *8 (-1209)) (-5 *2 (-1150 *8)) (-5 *1 (-1149 *6 *7 *8)))))
-(-10 -7 (-15 -2110 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-1150 |#2|))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1411 ((|#1| $) NIL)) (-4053 ((|#1| $) NIL)) (-1800 (($ $) 66)) (-2229 (((-1264) $ (-564) (-564)) 97 (|has| $ (-6 -4413)))) (-4140 (($ $ (-564)) 126 (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-2518 (((-859) $) 55 (|has| |#1| (-1094)))) (-3470 (((-112)) 54 (|has| |#1| (-1094)))) (-2270 ((|#1| $ |#1|) NIL (|has| $ (-6 -4413)))) (-2777 (($ $ $) 114 (|has| $ (-6 -4413))) (($ $ (-564) $) 139)) (-2354 ((|#1| $ |#1|) 123 (|has| $ (-6 -4413)))) (-4211 ((|#1| $ |#1|) 118 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ "first" |#1|) 120 (|has| $ (-6 -4413))) (($ $ "rest" $) 122 (|has| $ (-6 -4413))) ((|#1| $ "last" |#1|) 125 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) 111 (|has| $ (-6 -4413))) ((|#1| $ (-564) |#1|) 75 (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) NIL (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) 78)) (-4041 ((|#1| $) NIL)) (-1692 (($) NIL T CONST)) (-3015 (($ $) 14)) (-1908 (($ $) 41) (($ $ (-768)) 109)) (-2757 (((-112) (-641 |#1|) $) 132 (|has| |#1| (-1094)))) (-3498 (($ (-641 |#1|)) 128)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) 77)) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1452 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) NIL)) (-1644 (((-112) $) NIL)) (-1597 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-2976 (((-1264) (-564) $) 138 (|has| |#1| (-1094)))) (-1790 (((-768) $) 135)) (-3610 (((-641 $) $) NIL)) (-3496 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1585 (($ (-768) |#1|) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 93 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 83) (($ (-1 |#1| |#1| |#1|) $ $) 87)) (-3715 (((-112) $ (-768)) NIL)) (-1939 (((-641 |#1|) $) NIL)) (-2545 (((-112) $) NIL)) (-4196 (($ $) 112)) (-4185 (((-112) $) 13)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3837 ((|#1| $) NIL) (($ $ (-768)) NIL)) (-3476 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) 94)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3275 (($ (-1 |#1|)) 141) (($ (-1 |#1| |#1|) |#1|) 142)) (-3516 ((|#1| $) 10)) (-1897 ((|#1| $) 40) (($ $ (-768)) 64)) (-3042 (((-2 (|:| |cycle?| (-112)) (|:| -2043 (-768)) (|:| |period| (-768))) (-768) $) 35)) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3320 (($ (-1 (-112) |#1|) $) 143)) (-3332 (($ (-1 (-112) |#1|) $) 144)) (-1759 (($ $ |#1|) 88 (|has| $ (-6 -4413)))) (-3450 (($ $ (-564)) 44)) (-3492 (((-112) $) 92)) (-2899 (((-112) $) 12)) (-2389 (((-112) $) 134)) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 30)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) 20)) (-3456 (($) 59)) (-2961 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1226 (-564))) NIL) ((|#1| $ (-564)) 73) ((|#1| $ (-564) |#1|) NIL)) (-2705 (((-564) $ $) 63)) (-3383 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-3932 (($ (-1 $)) 62)) (-3735 (((-112) $) 89)) (-4383 (($ $) 90)) (-1787 (($ $) 115 (|has| $ (-6 -4413)))) (-3716 (((-768) $) NIL)) (-1717 (($ $) NIL)) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) 58)) (-2153 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 72)) (-4128 (($ |#1| $) 113)) (-1321 (($ $ $) 116 (|has| $ (-6 -4413))) (($ $ |#1|) 117 (|has| $ (-6 -4413)))) (-2834 (($ $ $) 99) (($ |#1| $) 60) (($ (-641 $)) 104) (($ $ |#1|) 98)) (-4072 (($ $) 65)) (-1721 (($ (-641 |#1|)) 127) (((-859) $) 56 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) NIL)) (-4252 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 130 (|has| |#1| (-1094)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1150 |#1|) (-13 (-670 |#1|) (-614 (-641 |#1|)) (-10 -8 (-6 -4413) (-15 -3498 ($ (-641 |#1|))) (IF (|has| |#1| (-1094)) (-15 -2757 ((-112) (-641 |#1|) $)) |%noBranch|) (-15 -3042 ((-2 (|:| |cycle?| (-112)) (|:| -2043 (-768)) (|:| |period| (-768))) (-768) $)) (-15 -3932 ($ (-1 $))) (-15 -4128 ($ |#1| $)) (IF (|has| |#1| (-1094)) (PROGN (-15 -2976 ((-1264) (-564) $)) (-15 -2518 ((-859) $)) (-15 -3470 ((-112)))) |%noBranch|) (-15 -2777 ($ $ (-564) $)) (-15 -3275 ($ (-1 |#1|))) (-15 -3275 ($ (-1 |#1| |#1|) |#1|)) (-15 -3320 ($ (-1 (-112) |#1|) $)) (-15 -3332 ($ (-1 (-112) |#1|) $)))) (-1209)) (T -1150))
-((-3498 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))) (-2757 (*1 *2 *3 *1) (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-4 *4 (-1209)) (-5 *2 (-112)) (-5 *1 (-1150 *4)))) (-3042 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-112)) (|:| -2043 (-768)) (|:| |period| (-768)))) (-5 *1 (-1150 *4)) (-4 *4 (-1209)) (-5 *3 (-768)))) (-3932 (*1 *1 *2) (-12 (-5 *2 (-1 (-1150 *3))) (-5 *1 (-1150 *3)) (-4 *3 (-1209)))) (-4128 (*1 *1 *2 *1) (-12 (-5 *1 (-1150 *2)) (-4 *2 (-1209)))) (-2976 (*1 *2 *3 *1) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1150 *4)) (-4 *4 (-1094)) (-4 *4 (-1209)))) (-2518 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-1150 *3)) (-4 *3 (-1094)) (-4 *3 (-1209)))) (-3470 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1150 *3)) (-4 *3 (-1094)) (-4 *3 (-1209)))) (-2777 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1150 *3)) (-4 *3 (-1209)))) (-3275 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))) (-3275 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))) (-3320 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))) (-3332 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))))
-(-13 (-670 |#1|) (-614 (-641 |#1|)) (-10 -8 (-6 -4413) (-15 -3498 ($ (-641 |#1|))) (IF (|has| |#1| (-1094)) (-15 -2757 ((-112) (-641 |#1|) $)) |%noBranch|) (-15 -3042 ((-2 (|:| |cycle?| (-112)) (|:| -2043 (-768)) (|:| |period| (-768))) (-768) $)) (-15 -3932 ($ (-1 $))) (-15 -4128 ($ |#1| $)) (IF (|has| |#1| (-1094)) (PROGN (-15 -2976 ((-1264) (-564) $)) (-15 -2518 ((-859) $)) (-15 -3470 ((-112)))) |%noBranch|) (-15 -2777 ($ $ (-564) $)) (-15 -3275 ($ (-1 |#1|))) (-15 -3275 ($ (-1 |#1| |#1|) |#1|)) (-15 -3320 ($ (-1 (-112) |#1|) $)) (-15 -3332 ($ (-1 (-112) |#1|) $))))
-((-1709 (((-112) $ $) 19)) (-4152 (($ $) 120)) (-4235 (($ $) 121)) (-3099 (($ $ (-144)) 108) (($ $ (-141)) 107)) (-2229 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4413)))) (-3742 (((-112) $ $) 118)) (-3717 (((-112) $ $ (-564)) 117)) (-3729 (($ (-564)) 127)) (-2045 (((-641 $) $ (-144)) 110) (((-641 $) $ (-141)) 109)) (-2912 (((-112) (-1 (-112) (-144) (-144)) $) 98) (((-112) $) 92 (|has| (-144) (-847)))) (-1331 (($ (-1 (-112) (-144) (-144)) $) 89 (|has| $ (-6 -4413))) (($ $) 88 (-12 (|has| (-144) (-847)) (|has| $ (-6 -4413))))) (-3699 (($ (-1 (-112) (-144) (-144)) $) 99) (($ $) 93 (|has| (-144) (-847)))) (-1729 (((-112) $ (-768)) 8)) (-1869 (((-144) $ (-564) (-144)) 52 (|has| $ (-6 -4413))) (((-144) $ (-1226 (-564)) (-144)) 58 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) (-144)) $) 75 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-3948 (($ $ (-144)) 104) (($ $ (-141)) 103)) (-3796 (($ $) 90 (|has| $ (-6 -4413)))) (-2460 (($ $) 100)) (-1566 (($ $ (-1226 (-564)) $) 114)) (-1928 (($ $) 78 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ (-144) $) 77 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) (-144)) $) 74 (|has| $ (-6 -4412)))) (-3658 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) 76 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4412)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) 73 (|has| $ (-6 -4412))) (((-144) (-1 (-144) (-144) (-144)) $) 72 (|has| $ (-6 -4412)))) (-1452 (((-144) $ (-564) (-144)) 53 (|has| $ (-6 -4413)))) (-1379 (((-144) $ (-564)) 51)) (-3766 (((-112) $ $) 119)) (-1317 (((-564) (-1 (-112) (-144)) $) 97) (((-564) (-144) $) 96 (|has| (-144) (-1094))) (((-564) (-144) $ (-564)) 95 (|has| (-144) (-1094))) (((-564) $ $ (-564)) 113) (((-564) (-141) $ (-564)) 112)) (-1597 (((-641 (-144)) $) 30 (|has| $ (-6 -4412)))) (-1585 (($ (-768) (-144)) 69)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 43 (|has| (-564) (-847)))) (-2766 (($ $ $) 87 (|has| (-144) (-847)))) (-2057 (($ (-1 (-112) (-144) (-144)) $ $) 101) (($ $ $) 94 (|has| (-144) (-847)))) (-4317 (((-641 (-144)) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) (-144) $) 27 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 44 (|has| (-564) (-847)))) (-1650 (($ $ $) 86 (|has| (-144) (-847)))) (-3187 (((-112) $ $ (-144)) 115)) (-2465 (((-768) $ $ (-144)) 116)) (-1439 (($ (-1 (-144) (-144)) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-144) (-144)) $) 35) (($ (-1 (-144) (-144) (-144)) $ $) 64)) (-1638 (($ $) 122)) (-3702 (($ $) 123)) (-3715 (((-112) $ (-768)) 10)) (-3960 (($ $ (-144)) 106) (($ $ (-141)) 105)) (-2811 (((-1152) $) 22)) (-3476 (($ (-144) $ (-564)) 60) (($ $ $ (-564)) 59)) (-4184 (((-641 (-564)) $) 46)) (-2405 (((-112) (-564) $) 47)) (-4382 (((-1114) $) 21)) (-1897 (((-144) $) 42 (|has| (-564) (-847)))) (-2061 (((-3 (-144) "failed") (-1 (-112) (-144)) $) 71)) (-1759 (($ $ (-144)) 41 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) (-144)) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-144)))) 26 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-294 (-144))) 25 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-144) (-144)) 24 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-641 (-144)) (-641 (-144))) 23 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) (-144) $) 45 (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3111 (((-641 (-144)) $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 (((-144) $ (-564) (-144)) 50) (((-144) $ (-564)) 49) (($ $ (-1226 (-564))) 63) (($ $ $) 102)) (-3383 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-1292 (((-768) (-1 (-112) (-144)) $) 31 (|has| $ (-6 -4412))) (((-768) (-144) $) 28 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4412))))) (-1494 (($ $ $ (-564)) 91 (|has| $ (-6 -4413)))) (-1892 (($ $) 13)) (-2153 (((-536) $) 79 (|has| (-144) (-612 (-536))))) (-1732 (($ (-641 (-144))) 70)) (-2834 (($ $ (-144)) 68) (($ (-144) $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1721 (($ (-144)) 111) (((-859) $) 18)) (-2666 (((-112) (-1 (-112) (-144)) $) 33 (|has| $ (-6 -4412)))) (-3930 (((-1152) $) 131) (((-1152) $ (-112)) 130) (((-1264) (-819) $) 129) (((-1264) (-819) $ (-112)) 128)) (-2920 (((-112) $ $) 84 (|has| (-144) (-847)))) (-2893 (((-112) $ $) 83 (|has| (-144) (-847)))) (-2853 (((-112) $ $) 20)) (-2908 (((-112) $ $) 85 (|has| (-144) (-847)))) (-2880 (((-112) $ $) 82 (|has| (-144) (-847)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-4156 (((-1150 |#1|) (-1150 |#1|)) 17)) (-1742 (((-1150 |#1|) (-1150 |#1|)) 13)) (-2360 (((-1150 |#1|) (-1150 |#1|) (-564) (-564)) 20)) (-1363 (((-1150 |#1|) (-1150 |#1|)) 15)))
+(((-1146 |#1|) (-10 -7 (-15 -1742 ((-1150 |#1|) (-1150 |#1|))) (-15 -1363 ((-1150 |#1|) (-1150 |#1|))) (-15 -4156 ((-1150 |#1|) (-1150 |#1|))) (-15 -2360 ((-1150 |#1|) (-1150 |#1|) (-564) (-564)))) (-13 (-556) (-147))) (T -1146))
+((-2360 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-13 (-556) (-147))) (-5 *1 (-1146 *4)))) (-4156 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147))) (-5 *1 (-1146 *3)))) (-1363 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147))) (-5 *1 (-1146 *3)))) (-1742 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147))) (-5 *1 (-1146 *3)))))
+(-10 -7 (-15 -1742 ((-1150 |#1|) (-1150 |#1|))) (-15 -1363 ((-1150 |#1|) (-1150 |#1|))) (-15 -4156 ((-1150 |#1|) (-1150 |#1|))) (-15 -2360 ((-1150 |#1|) (-1150 |#1|) (-564) (-564))))
+((-3043 (((-1150 |#1|) (-1150 (-1150 |#1|))) 15)))
+(((-1147 |#1|) (-10 -7 (-15 -3043 ((-1150 |#1|) (-1150 (-1150 |#1|))))) (-1209)) (T -1147))
+((-3043 (*1 *2 *3) (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1147 *4)) (-4 *4 (-1209)))))
+(-10 -7 (-15 -3043 ((-1150 |#1|) (-1150 (-1150 |#1|)))))
+((-1694 (((-1150 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|)) 25)) (-1988 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|)) 26)) (-2449 (((-1150 |#2|) (-1 |#2| |#1|) (-1150 |#1|)) 16)))
+(((-1148 |#1| |#2|) (-10 -7 (-15 -2449 ((-1150 |#2|) (-1 |#2| |#1|) (-1150 |#1|))) (-15 -1694 ((-1150 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|))) (-15 -1988 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|)))) (-1209) (-1209)) (T -1148))
+((-1988 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1150 *5)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-1148 *5 *2)))) (-1694 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1150 *6)) (-4 *6 (-1209)) (-4 *3 (-1209)) (-5 *2 (-1150 *3)) (-5 *1 (-1148 *6 *3)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1150 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1150 *6)) (-5 *1 (-1148 *5 *6)))))
+(-10 -7 (-15 -2449 ((-1150 |#2|) (-1 |#2| |#1|) (-1150 |#1|))) (-15 -1694 ((-1150 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|))) (-15 -1988 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1150 |#1|))))
+((-2449 (((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-1150 |#2|)) 21)))
+(((-1149 |#1| |#2| |#3|) (-10 -7 (-15 -2449 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-1150 |#2|)))) (-1209) (-1209) (-1209)) (T -1149))
+((-2449 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1150 *6)) (-5 *5 (-1150 *7)) (-4 *6 (-1209)) (-4 *7 (-1209)) (-4 *8 (-1209)) (-5 *2 (-1150 *8)) (-5 *1 (-1149 *6 *7 *8)))))
+(-10 -7 (-15 -2449 ((-1150 |#3|) (-1 |#3| |#1| |#2|) (-1150 |#1|) (-1150 |#2|))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1522 ((|#1| $) NIL)) (-3149 ((|#1| $) NIL)) (-4045 (($ $) 66)) (-1956 (((-1264) $ (-564) (-564)) 97 (|has| $ (-6 -4407)))) (-3459 (($ $ (-564)) 126 (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-3024 (((-859) $) 55 (|has| |#1| (-1094)))) (-4154 (((-112)) 54 (|has| |#1| (-1094)))) (-2373 ((|#1| $ |#1|) NIL (|has| $ (-6 -4407)))) (-3653 (($ $ $) 114 (|has| $ (-6 -4407))) (($ $ (-564) $) 139)) (-3881 ((|#1| $ |#1|) 123 (|has| $ (-6 -4407)))) (-2923 ((|#1| $ |#1|) 118 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ "first" |#1|) 120 (|has| $ (-6 -4407))) (($ $ "rest" $) 122 (|has| $ (-6 -4407))) ((|#1| $ "last" |#1|) 125 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) 111 (|has| $ (-6 -4407))) ((|#1| $ (-564) |#1|) 75 (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) NIL (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) 78)) (-3137 ((|#1| $) NIL)) (-1778 (($) NIL T CONST)) (-2030 (($ $) 14)) (-3314 (($ $) 41) (($ $ (-768)) 109)) (-3452 (((-112) (-641 |#1|) $) 132 (|has| |#1| (-1094)))) (-3216 (($ (-641 |#1|)) 128)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) 77)) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2261 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) NIL)) (-1346 (((-112) $) NIL)) (-1433 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-1478 (((-1264) (-564) $) 138 (|has| |#1| (-1094)))) (-3334 (((-768) $) 135)) (-3128 (((-641 $) $) NIL)) (-4376 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3654 (($ (-768) |#1|) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 93 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 83) (($ (-1 |#1| |#1| |#1|) $ $) 87)) (-1713 (((-112) $ (-768)) NIL)) (-4119 (((-641 |#1|) $) NIL)) (-2033 (((-112) $) NIL)) (-2784 (($ $) 112)) (-3894 (((-112) $) 13)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2598 ((|#1| $) NIL) (($ $ (-768)) NIL)) (-3652 (($ $ $ (-564)) NIL) (($ |#1| $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) 94)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3688 (($ (-1 |#1|)) 141) (($ (-1 |#1| |#1|) |#1|) 142)) (-3411 ((|#1| $) 10)) (-3303 ((|#1| $) 40) (($ $ (-768)) 64)) (-2310 (((-2 (|:| |cycle?| (-112)) (|:| -3057 (-768)) (|:| |period| (-768))) (-768) $) 35)) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3735 (($ (-1 (-112) |#1|) $) 143)) (-3744 (($ (-1 (-112) |#1|) $) 144)) (-4253 (($ $ |#1|) 88 (|has| $ (-6 -4407)))) (-3951 (($ $ (-564)) 44)) (-4337 (((-112) $) 92)) (-2265 (((-112) $) 12)) (-4201 (((-112) $) 134)) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 30)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) 20)) (-4012 (($) 59)) (-1350 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1226 (-564))) NIL) ((|#1| $ (-564)) 73) ((|#1| $ (-564) |#1|) NIL)) (-4190 (((-564) $ $) 63)) (-2126 (($ $ (-1226 (-564))) NIL) (($ $ (-564)) NIL)) (-3236 (($ (-1 $)) 62)) (-1899 (((-112) $) 89)) (-2034 (($ $) 90)) (-3292 (($ $) 115 (|has| $ (-6 -4407)))) (-1724 (((-768) $) NIL)) (-3910 (($ $) NIL)) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) 58)) (-2511 (((-536) $) NIL (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 72)) (-4251 (($ |#1| $) 113)) (-2460 (($ $ $) 116 (|has| $ (-6 -4407))) (($ $ |#1|) 117 (|has| $ (-6 -4407)))) (-3043 (($ $ $) 99) (($ |#1| $) 60) (($ (-641 $)) 104) (($ $ |#1|) 98)) (-4037 (($ $) 65)) (-1831 (($ (-641 |#1|)) 127) (((-859) $) 56 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) NIL)) (-2054 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 130 (|has| |#1| (-1094)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1150 |#1|) (-13 (-670 |#1|) (-614 (-641 |#1|)) (-10 -8 (-6 -4407) (-15 -3216 ($ (-641 |#1|))) (IF (|has| |#1| (-1094)) (-15 -3452 ((-112) (-641 |#1|) $)) |%noBranch|) (-15 -2310 ((-2 (|:| |cycle?| (-112)) (|:| -3057 (-768)) (|:| |period| (-768))) (-768) $)) (-15 -3236 ($ (-1 $))) (-15 -4251 ($ |#1| $)) (IF (|has| |#1| (-1094)) (PROGN (-15 -1478 ((-1264) (-564) $)) (-15 -3024 ((-859) $)) (-15 -4154 ((-112)))) |%noBranch|) (-15 -3653 ($ $ (-564) $)) (-15 -3688 ($ (-1 |#1|))) (-15 -3688 ($ (-1 |#1| |#1|) |#1|)) (-15 -3735 ($ (-1 (-112) |#1|) $)) (-15 -3744 ($ (-1 (-112) |#1|) $)))) (-1209)) (T -1150))
+((-3216 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))) (-3452 (*1 *2 *3 *1) (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-4 *4 (-1209)) (-5 *2 (-112)) (-5 *1 (-1150 *4)))) (-2310 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-112)) (|:| -3057 (-768)) (|:| |period| (-768)))) (-5 *1 (-1150 *4)) (-4 *4 (-1209)) (-5 *3 (-768)))) (-3236 (*1 *1 *2) (-12 (-5 *2 (-1 (-1150 *3))) (-5 *1 (-1150 *3)) (-4 *3 (-1209)))) (-4251 (*1 *1 *2 *1) (-12 (-5 *1 (-1150 *2)) (-4 *2 (-1209)))) (-1478 (*1 *2 *3 *1) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1150 *4)) (-4 *4 (-1094)) (-4 *4 (-1209)))) (-3024 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-1150 *3)) (-4 *3 (-1094)) (-4 *3 (-1209)))) (-4154 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1150 *3)) (-4 *3 (-1094)) (-4 *3 (-1209)))) (-3653 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1150 *3)) (-4 *3 (-1209)))) (-3688 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))) (-3688 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))) (-3735 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))) (-3744 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))))
+(-13 (-670 |#1|) (-614 (-641 |#1|)) (-10 -8 (-6 -4407) (-15 -3216 ($ (-641 |#1|))) (IF (|has| |#1| (-1094)) (-15 -3452 ((-112) (-641 |#1|) $)) |%noBranch|) (-15 -2310 ((-2 (|:| |cycle?| (-112)) (|:| -3057 (-768)) (|:| |period| (-768))) (-768) $)) (-15 -3236 ($ (-1 $))) (-15 -4251 ($ |#1| $)) (IF (|has| |#1| (-1094)) (PROGN (-15 -1478 ((-1264) (-564) $)) (-15 -3024 ((-859) $)) (-15 -4154 ((-112)))) |%noBranch|) (-15 -3653 ($ $ (-564) $)) (-15 -3688 ($ (-1 |#1|))) (-15 -3688 ($ (-1 |#1| |#1|) |#1|)) (-15 -3735 ($ (-1 (-112) |#1|) $)) (-15 -3744 ($ (-1 (-112) |#1|) $))))
+((-1817 (((-112) $ $) 19)) (-3579 (($ $) 120)) (-3129 (($ $) 121)) (-1655 (($ $ (-144)) 108) (($ $ (-141)) 107)) (-1956 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4407)))) (-1620 (((-112) $ $) 118)) (-1596 (((-112) $ $ (-564)) 117)) (-1307 (($ (-564)) 127)) (-3838 (((-641 $) $ (-144)) 110) (((-641 $) $ (-141)) 109)) (-2386 (((-112) (-1 (-112) (-144) (-144)) $) 98) (((-112) $) 92 (|has| (-144) (-847)))) (-2573 (($ (-1 (-112) (-144) (-144)) $) 89 (|has| $ (-6 -4407))) (($ $) 88 (-12 (|has| (-144) (-847)) (|has| $ (-6 -4407))))) (-2861 (($ (-1 (-112) (-144) (-144)) $) 99) (($ $) 93 (|has| (-144) (-847)))) (-4010 (((-112) $ (-768)) 8)) (-1970 (((-144) $ (-564) (-144)) 52 (|has| $ (-6 -4407))) (((-144) $ (-1226 (-564)) (-144)) 58 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) (-144)) $) 75 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-4082 (($ $ (-144)) 104) (($ $ (-141)) 103)) (-4325 (($ $) 90 (|has| $ (-6 -4407)))) (-3919 (($ $) 100)) (-1880 (($ $ (-1226 (-564)) $) 114)) (-3337 (($ $) 78 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ (-144) $) 77 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) (-144)) $) 74 (|has| $ (-6 -4406)))) (-1988 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) 76 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4406)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) 73 (|has| $ (-6 -4406))) (((-144) (-1 (-144) (-144) (-144)) $) 72 (|has| $ (-6 -4406)))) (-2261 (((-144) $ (-564) (-144)) 53 (|has| $ (-6 -4407)))) (-2190 (((-144) $ (-564)) 51)) (-1647 (((-112) $ $) 119)) (-3360 (((-564) (-1 (-112) (-144)) $) 97) (((-564) (-144) $) 96 (|has| (-144) (-1094))) (((-564) (-144) $ (-564)) 95 (|has| (-144) (-1094))) (((-564) $ $ (-564)) 113) (((-564) (-141) $ (-564)) 112)) (-1433 (((-641 (-144)) $) 30 (|has| $ (-6 -4406)))) (-3654 (($ (-768) (-144)) 69)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 43 (|has| (-564) (-847)))) (-1925 (($ $ $) 87 (|has| (-144) (-847)))) (-3956 (($ (-1 (-112) (-144) (-144)) $ $) 101) (($ $ $) 94 (|has| (-144) (-847)))) (-2640 (((-641 (-144)) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) (-144) $) 27 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 44 (|has| (-564) (-847)))) (-3375 (($ $ $) 86 (|has| (-144) (-847)))) (-3373 (((-112) $ $ (-144)) 115)) (-3343 (((-768) $ $ (-144)) 116)) (-2250 (($ (-1 (-144) (-144)) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-144) (-144)) $) 35) (($ (-1 (-144) (-144) (-144)) $ $) 64)) (-1309 (($ $) 122)) (-1573 (($ $) 123)) (-1713 (((-112) $ (-768)) 10)) (-4093 (($ $ (-144)) 106) (($ $ (-141)) 105)) (-2723 (((-1152) $) 22)) (-3652 (($ (-144) $ (-564)) 60) (($ $ $ (-564)) 59)) (-3883 (((-641 (-564)) $) 46)) (-4336 (((-112) (-564) $) 47)) (-2780 (((-1114) $) 21)) (-3303 (((-144) $) 42 (|has| (-564) (-847)))) (-3995 (((-3 (-144) "failed") (-1 (-112) (-144)) $) 71)) (-4253 (($ $ (-144)) 41 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) (-144)) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-144)))) 26 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-294 (-144))) 25 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-144) (-144)) 24 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-641 (-144)) (-641 (-144))) 23 (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) (-144) $) 45 (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-1794 (((-641 (-144)) $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 (((-144) $ (-564) (-144)) 50) (((-144) $ (-564)) 49) (($ $ (-1226 (-564))) 63) (($ $ $) 102)) (-2126 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-2791 (((-768) (-1 (-112) (-144)) $) 31 (|has| $ (-6 -4406))) (((-768) (-144) $) 28 (-12 (|has| (-144) (-1094)) (|has| $ (-6 -4406))))) (-3623 (($ $ $ (-564)) 91 (|has| $ (-6 -4407)))) (-1991 (($ $) 13)) (-2511 (((-536) $) 79 (|has| (-144) (-612 (-536))))) (-1842 (($ (-641 (-144))) 70)) (-3043 (($ $ (-144)) 68) (($ (-144) $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1831 (($ (-144)) 111) (((-859) $) 18)) (-1963 (((-112) (-1 (-112) (-144)) $) 33 (|has| $ (-6 -4406)))) (-3213 (((-1152) $) 131) (((-1152) $ (-112)) 130) (((-1264) (-819) $) 129) (((-1264) (-819) $ (-112)) 128)) (-1762 (((-112) $ $) 84 (|has| (-144) (-847)))) (-1737 (((-112) $ $) 83 (|has| (-144) (-847)))) (-1702 (((-112) $ $) 20)) (-1749 (((-112) $ $) 85 (|has| (-144) (-847)))) (-1723 (((-112) $ $) 82 (|has| (-144) (-847)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-1151) (-140)) (T -1151))
-((-3729 (*1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1151)))))
-(-13 (-1138) (-1094) (-825) (-10 -8 (-15 -3729 ($ (-564)))))
+((-1307 (*1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1151)))))
+(-13 (-1138) (-1094) (-825) (-10 -8 (-15 -1307 ($ (-564)))))
(((-34) . T) ((-102) . T) ((-611 (-859)) . T) ((-151 #0=(-144)) . T) ((-612 (-536)) |has| (-144) (-612 (-536))) ((-286 #1=(-564) #0#) . T) ((-288 #1# #0#) . T) ((-309 #0#) -12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))) ((-373 #0#) . T) ((-489 #0#) . T) ((-602 #1# #0#) . T) ((-514 #0# #0#) -12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))) ((-647 #0#) . T) ((-19 #0#) . T) ((-825) . T) ((-847) |has| (-144) (-847)) ((-1094) . T) ((-1138) . T) ((-1209) . T))
-((-1709 (((-112) $ $) NIL)) (-4152 (($ $) NIL)) (-4235 (($ $) NIL)) (-3099 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-3742 (((-112) $ $) NIL)) (-3717 (((-112) $ $ (-564)) NIL)) (-3729 (($ (-564)) 8)) (-2045 (((-641 $) $ (-144)) NIL) (((-641 $) $ (-141)) NIL)) (-2912 (((-112) (-1 (-112) (-144) (-144)) $) NIL) (((-112) $) NIL (|has| (-144) (-847)))) (-1331 (($ (-1 (-112) (-144) (-144)) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| (-144) (-847))))) (-3699 (($ (-1 (-112) (-144) (-144)) $) NIL) (($ $) NIL (|has| (-144) (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 (((-144) $ (-564) (-144)) NIL (|has| $ (-6 -4413))) (((-144) $ (-1226 (-564)) (-144)) NIL (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3948 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1566 (($ $ (-1226 (-564)) $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3813 (($ (-144) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094)))) (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4412))) (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4412)))) (-1452 (((-144) $ (-564) (-144)) NIL (|has| $ (-6 -4413)))) (-1379 (((-144) $ (-564)) NIL)) (-3766 (((-112) $ $) NIL)) (-1317 (((-564) (-1 (-112) (-144)) $) NIL) (((-564) (-144) $) NIL (|has| (-144) (-1094))) (((-564) (-144) $ (-564)) NIL (|has| (-144) (-1094))) (((-564) $ $ (-564)) NIL) (((-564) (-141) $ (-564)) NIL)) (-1597 (((-641 (-144)) $) NIL (|has| $ (-6 -4412)))) (-1585 (($ (-768) (-144)) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| (-144) (-847)))) (-2057 (($ (-1 (-112) (-144) (-144)) $ $) NIL) (($ $ $) NIL (|has| (-144) (-847)))) (-4317 (((-641 (-144)) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| (-144) (-847)))) (-3187 (((-112) $ $ (-144)) NIL)) (-2465 (((-768) $ $ (-144)) NIL)) (-1439 (($ (-1 (-144) (-144)) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-144) (-144)) $) NIL) (($ (-1 (-144) (-144) (-144)) $ $) NIL)) (-1638 (($ $) NIL)) (-3702 (($ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-3960 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-2811 (((-1152) $) NIL)) (-3476 (($ (-144) $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 (((-144) $) NIL (|has| (-564) (-847)))) (-2061 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-1759 (($ $ (-144)) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-144)))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-294 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-641 (-144)) (-641 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-3111 (((-641 (-144)) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 (((-144) $ (-564) (-144)) NIL) (((-144) $ (-564)) NIL) (($ $ (-1226 (-564))) NIL) (($ $ $) NIL)) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-1292 (((-768) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412))) (((-768) (-144) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-144) (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-144) (-612 (-536))))) (-1732 (($ (-641 (-144))) NIL)) (-2834 (($ $ (-144)) NIL) (($ (-144) $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1721 (($ (-144)) NIL) (((-859) $) NIL)) (-2666 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4412)))) (-3930 (((-1152) $) 19) (((-1152) $ (-112)) 21) (((-1264) (-819) $) 22) (((-1264) (-819) $ (-112)) 23)) (-2920 (((-112) $ $) NIL (|has| (-144) (-847)))) (-2893 (((-112) $ $) NIL (|has| (-144) (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| (-144) (-847)))) (-2880 (((-112) $ $) NIL (|has| (-144) (-847)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-3579 (($ $) NIL)) (-3129 (($ $) NIL)) (-1655 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-1620 (((-112) $ $) NIL)) (-1596 (((-112) $ $ (-564)) NIL)) (-1307 (($ (-564)) 8)) (-3838 (((-641 $) $ (-144)) NIL) (((-641 $) $ (-141)) NIL)) (-2386 (((-112) (-1 (-112) (-144) (-144)) $) NIL) (((-112) $) NIL (|has| (-144) (-847)))) (-2573 (($ (-1 (-112) (-144) (-144)) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| (-144) (-847))))) (-2861 (($ (-1 (-112) (-144) (-144)) $) NIL) (($ $) NIL (|has| (-144) (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 (((-144) $ (-564) (-144)) NIL (|has| $ (-6 -4407))) (((-144) $ (-1226 (-564)) (-144)) NIL (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4082 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-1880 (($ $ (-1226 (-564)) $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-2576 (($ (-144) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094)))) (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4406))) (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4406)))) (-2261 (((-144) $ (-564) (-144)) NIL (|has| $ (-6 -4407)))) (-2190 (((-144) $ (-564)) NIL)) (-1647 (((-112) $ $) NIL)) (-3360 (((-564) (-1 (-112) (-144)) $) NIL) (((-564) (-144) $) NIL (|has| (-144) (-1094))) (((-564) (-144) $ (-564)) NIL (|has| (-144) (-1094))) (((-564) $ $ (-564)) NIL) (((-564) (-141) $ (-564)) NIL)) (-1433 (((-641 (-144)) $) NIL (|has| $ (-6 -4406)))) (-3654 (($ (-768) (-144)) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| (-144) (-847)))) (-3956 (($ (-1 (-112) (-144) (-144)) $ $) NIL) (($ $ $) NIL (|has| (-144) (-847)))) (-2640 (((-641 (-144)) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| (-144) (-847)))) (-3373 (((-112) $ $ (-144)) NIL)) (-3343 (((-768) $ $ (-144)) NIL)) (-2250 (($ (-1 (-144) (-144)) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-144) (-144)) $) NIL) (($ (-1 (-144) (-144) (-144)) $ $) NIL)) (-1309 (($ $) NIL)) (-1573 (($ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-4093 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-2723 (((-1152) $) NIL)) (-3652 (($ (-144) $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 (((-144) $) NIL (|has| (-564) (-847)))) (-3995 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-4253 (($ $ (-144)) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-144)))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-294 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094)))) (($ $ (-641 (-144)) (-641 (-144))) NIL (-12 (|has| (-144) (-309 (-144))) (|has| (-144) (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-1794 (((-641 (-144)) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 (((-144) $ (-564) (-144)) NIL) (((-144) $ (-564)) NIL) (($ $ (-1226 (-564))) NIL) (($ $ $) NIL)) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2791 (((-768) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406))) (((-768) (-144) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-144) (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-144) (-612 (-536))))) (-1842 (($ (-641 (-144))) NIL)) (-3043 (($ $ (-144)) NIL) (($ (-144) $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1831 (($ (-144)) NIL) (((-859) $) NIL)) (-1963 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4406)))) (-3213 (((-1152) $) 19) (((-1152) $ (-112)) 21) (((-1264) (-819) $) 22) (((-1264) (-819) $ (-112)) 23)) (-1762 (((-112) $ $) NIL (|has| (-144) (-847)))) (-1737 (((-112) $ $) NIL (|has| (-144) (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| (-144) (-847)))) (-1723 (((-112) $ $) NIL (|has| (-144) (-847)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
(((-1152) (-1151)) (T -1152))
NIL
(-1151)
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)) (|has| |#1| (-1094))))) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL)) (-2229 (((-1264) $ (-1152) (-1152)) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-1152) |#1|) NIL)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-1593 (((-3 |#1| "failed") (-1152) $) NIL)) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094))))) (-3537 (($ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412))) (((-3 |#1| "failed") (-1152) $) NIL)) (-3813 (($ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-1152) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-1152)) NIL)) (-1597 (((-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-1152) $) NIL (|has| (-1152) (-847)))) (-4317 (((-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-1152) $) NIL (|has| (-1152) (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4413))) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (-2713 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)) (|has| |#1| (-1094))))) (-2659 (((-641 (-1152)) $) NIL)) (-1509 (((-112) (-1152) $) NIL)) (-4290 (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL)) (-3573 (($ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL)) (-4184 (((-641 (-1152)) $) NIL)) (-2405 (((-112) (-1152) $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)) (|has| |#1| (-1094))))) (-1897 ((|#1| $) NIL (|has| (-1152) (-847)))) (-2061 (((-3 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) "failed") (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL)) (-1759 (($ $ |#1|) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (($ $ (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL (-12 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-309 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-1152)) NIL) ((|#1| $ (-1152) |#1|) NIL)) (-2710 (($) NIL) (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL)) (-1721 (((-859) $) NIL (-2713 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-611 (-859))) (|has| |#1| (-611 (-859)))))) (-1959 (($ (-641 (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)))) NIL)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 (-1152)) (|:| -3096 |#1|)) (-1094)) (|has| |#1| (-1094))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1153 |#1|) (-13 (-1185 (-1152) |#1|) (-10 -7 (-6 -4412))) (-1094)) (T -1153))
-NIL
-(-13 (-1185 (-1152) |#1|) (-10 -7 (-6 -4412)))
-((-2646 (((-1150 |#1|) (-1150 |#1|)) 84)) (-3233 (((-3 (-1150 |#1|) "failed") (-1150 |#1|)) 42)) (-3713 (((-1150 |#1|) (-407 (-564)) (-1150 |#1|)) 135 (|has| |#1| (-38 (-407 (-564)))))) (-1975 (((-1150 |#1|) |#1| (-1150 |#1|)) 141 (|has| |#1| (-363)))) (-2821 (((-1150 |#1|) (-1150 |#1|)) 99)) (-2929 (((-1150 (-564)) (-564)) 63)) (-3723 (((-1150 |#1|) (-1150 (-1150 |#1|))) 118 (|has| |#1| (-38 (-407 (-564)))))) (-3285 (((-1150 |#1|) (-564) (-564) (-1150 |#1|)) 104)) (-3591 (((-1150 |#1|) |#1| (-564)) 53)) (-1702 (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 66)) (-2180 (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 138 (|has| |#1| (-363)))) (-4354 (((-1150 |#1|) |#1| (-1 (-1150 |#1|))) 117 (|has| |#1| (-38 (-407 (-564)))))) (-3981 (((-1150 |#1|) (-1 |#1| (-564)) |#1| (-1 (-1150 |#1|))) 139 (|has| |#1| (-363)))) (-2909 (((-1150 |#1|) (-1150 |#1|)) 98)) (-2566 (((-1150 |#1|) (-1150 |#1|)) 82)) (-3733 (((-1150 |#1|) (-564) (-564) (-1150 |#1|)) 105)) (-2052 (((-1150 |#1|) |#1| (-1150 |#1|)) 114 (|has| |#1| (-38 (-407 (-564)))))) (-2871 (((-1150 (-564)) (-564)) 62)) (-3817 (((-1150 |#1|) |#1|) 65)) (-4109 (((-1150 |#1|) (-1150 |#1|) (-564) (-564)) 101)) (-1561 (((-1150 |#1|) (-1 |#1| (-564)) (-1150 |#1|)) 72)) (-2628 (((-3 (-1150 |#1|) "failed") (-1150 |#1|) (-1150 |#1|)) 40)) (-1855 (((-1150 |#1|) (-1150 |#1|)) 100)) (-3227 (((-1150 |#1|) (-1150 |#1|) |#1|) 77)) (-2439 (((-1150 |#1|) (-1150 |#1|)) 68)) (-3936 (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 78)) (-1721 (((-1150 |#1|) |#1|) 73)) (-3613 (((-1150 |#1|) (-1150 (-1150 |#1|))) 89)) (-2983 (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 41)) (-2970 (((-1150 |#1|) (-1150 |#1|)) 21) (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 23)) (-2956 (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 17)) (* (((-1150 |#1|) (-1150 |#1|) |#1|) 29) (((-1150 |#1|) |#1| (-1150 |#1|)) 26) (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 27)))
-(((-1154 |#1|) (-10 -7 (-15 -2956 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2970 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2970 ((-1150 |#1|) (-1150 |#1|))) (-15 * ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 * ((-1150 |#1|) |#1| (-1150 |#1|))) (-15 * ((-1150 |#1|) (-1150 |#1|) |#1|)) (-15 -2628 ((-3 (-1150 |#1|) "failed") (-1150 |#1|) (-1150 |#1|))) (-15 -2983 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3233 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -3591 ((-1150 |#1|) |#1| (-564))) (-15 -2871 ((-1150 (-564)) (-564))) (-15 -2929 ((-1150 (-564)) (-564))) (-15 -3817 ((-1150 |#1|) |#1|)) (-15 -1702 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2439 ((-1150 |#1|) (-1150 |#1|))) (-15 -1561 ((-1150 |#1|) (-1 |#1| (-564)) (-1150 |#1|))) (-15 -1721 ((-1150 |#1|) |#1|)) (-15 -3227 ((-1150 |#1|) (-1150 |#1|) |#1|)) (-15 -3936 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2566 ((-1150 |#1|) (-1150 |#1|))) (-15 -2646 ((-1150 |#1|) (-1150 |#1|))) (-15 -3613 ((-1150 |#1|) (-1150 (-1150 |#1|)))) (-15 -2909 ((-1150 |#1|) (-1150 |#1|))) (-15 -2821 ((-1150 |#1|) (-1150 |#1|))) (-15 -1855 ((-1150 |#1|) (-1150 |#1|))) (-15 -4109 ((-1150 |#1|) (-1150 |#1|) (-564) (-564))) (-15 -3285 ((-1150 |#1|) (-564) (-564) (-1150 |#1|))) (-15 -3733 ((-1150 |#1|) (-564) (-564) (-1150 |#1|))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ((-1150 |#1|) |#1| (-1150 |#1|))) (-15 -4354 ((-1150 |#1|) |#1| (-1 (-1150 |#1|)))) (-15 -3723 ((-1150 |#1|) (-1150 (-1150 |#1|)))) (-15 -3713 ((-1150 |#1|) (-407 (-564)) (-1150 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -2180 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3981 ((-1150 |#1|) (-1 |#1| (-564)) |#1| (-1 (-1150 |#1|)))) (-15 -1975 ((-1150 |#1|) |#1| (-1150 |#1|)))) |%noBranch|)) (-1046)) (T -1154))
-((-1975 (*1 *2 *3 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-3981 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-564))) (-5 *5 (-1 (-1150 *4))) (-4 *4 (-363)) (-4 *4 (-1046)) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4)))) (-2180 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-3713 (*1 *2 *3 *2) (-12 (-5 *2 (-1150 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1046)) (-5 *3 (-407 (-564))) (-5 *1 (-1154 *4)))) (-3723 (*1 *2 *3) (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4)) (-4 *4 (-38 (-407 (-564)))) (-4 *4 (-1046)))) (-4354 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1150 *3))) (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)))) (-2052 (*1 *2 *3 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-3733 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046)) (-5 *1 (-1154 *4)))) (-3285 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046)) (-5 *1 (-1154 *4)))) (-4109 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046)) (-5 *1 (-1154 *4)))) (-1855 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2821 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2909 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-3613 (*1 *2 *3) (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4)) (-4 *4 (-1046)))) (-2646 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2566 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-3936 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-3227 (*1 *2 *2 *3) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-1721 (*1 *2 *3) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3)) (-4 *3 (-1046)))) (-1561 (*1 *2 *3 *2) (-12 (-5 *2 (-1150 *4)) (-5 *3 (-1 *4 (-564))) (-4 *4 (-1046)) (-5 *1 (-1154 *4)))) (-2439 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-1702 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-3817 (*1 *2 *3) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3)) (-4 *3 (-1046)))) (-2929 (*1 *2 *3) (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1154 *4)) (-4 *4 (-1046)) (-5 *3 (-564)))) (-2871 (*1 *2 *3) (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1154 *4)) (-4 *4 (-1046)) (-5 *3 (-564)))) (-3591 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3)) (-4 *3 (-1046)))) (-3233 (*1 *2 *2) (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2983 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2628 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2970 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2970 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2956 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
-(-10 -7 (-15 -2956 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2970 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2970 ((-1150 |#1|) (-1150 |#1|))) (-15 * ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 * ((-1150 |#1|) |#1| (-1150 |#1|))) (-15 * ((-1150 |#1|) (-1150 |#1|) |#1|)) (-15 -2628 ((-3 (-1150 |#1|) "failed") (-1150 |#1|) (-1150 |#1|))) (-15 -2983 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3233 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -3591 ((-1150 |#1|) |#1| (-564))) (-15 -2871 ((-1150 (-564)) (-564))) (-15 -2929 ((-1150 (-564)) (-564))) (-15 -3817 ((-1150 |#1|) |#1|)) (-15 -1702 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2439 ((-1150 |#1|) (-1150 |#1|))) (-15 -1561 ((-1150 |#1|) (-1 |#1| (-564)) (-1150 |#1|))) (-15 -1721 ((-1150 |#1|) |#1|)) (-15 -3227 ((-1150 |#1|) (-1150 |#1|) |#1|)) (-15 -3936 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2566 ((-1150 |#1|) (-1150 |#1|))) (-15 -2646 ((-1150 |#1|) (-1150 |#1|))) (-15 -3613 ((-1150 |#1|) (-1150 (-1150 |#1|)))) (-15 -2909 ((-1150 |#1|) (-1150 |#1|))) (-15 -2821 ((-1150 |#1|) (-1150 |#1|))) (-15 -1855 ((-1150 |#1|) (-1150 |#1|))) (-15 -4109 ((-1150 |#1|) (-1150 |#1|) (-564) (-564))) (-15 -3285 ((-1150 |#1|) (-564) (-564) (-1150 |#1|))) (-15 -3733 ((-1150 |#1|) (-564) (-564) (-1150 |#1|))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ((-1150 |#1|) |#1| (-1150 |#1|))) (-15 -4354 ((-1150 |#1|) |#1| (-1 (-1150 |#1|)))) (-15 -3723 ((-1150 |#1|) (-1150 (-1150 |#1|)))) (-15 -3713 ((-1150 |#1|) (-407 (-564)) (-1150 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -2180 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3981 ((-1150 |#1|) (-1 |#1| (-564)) |#1| (-1 (-1150 |#1|)))) (-15 -1975 ((-1150 |#1|) |#1| (-1150 |#1|)))) |%noBranch|))
-((-1848 (((-1150 |#1|) (-1150 |#1|)) 60)) (-1711 (((-1150 |#1|) (-1150 |#1|)) 42)) (-1827 (((-1150 |#1|) (-1150 |#1|)) 56)) (-1688 (((-1150 |#1|) (-1150 |#1|)) 38)) (-1871 (((-1150 |#1|) (-1150 |#1|)) 63)) (-1734 (((-1150 |#1|) (-1150 |#1|)) 45)) (-3612 (((-1150 |#1|) (-1150 |#1|)) 34)) (-2103 (((-1150 |#1|) (-1150 |#1|)) 29)) (-1882 (((-1150 |#1|) (-1150 |#1|)) 64)) (-1744 (((-1150 |#1|) (-1150 |#1|)) 46)) (-1858 (((-1150 |#1|) (-1150 |#1|)) 61)) (-1723 (((-1150 |#1|) (-1150 |#1|)) 43)) (-1838 (((-1150 |#1|) (-1150 |#1|)) 58)) (-1700 (((-1150 |#1|) (-1150 |#1|)) 40)) (-1919 (((-1150 |#1|) (-1150 |#1|)) 68)) (-1777 (((-1150 |#1|) (-1150 |#1|)) 50)) (-1895 (((-1150 |#1|) (-1150 |#1|)) 66)) (-1755 (((-1150 |#1|) (-1150 |#1|)) 48)) (-1942 (((-1150 |#1|) (-1150 |#1|)) 71)) (-1803 (((-1150 |#1|) (-1150 |#1|)) 53)) (-2712 (((-1150 |#1|) (-1150 |#1|)) 72)) (-1813 (((-1150 |#1|) (-1150 |#1|)) 54)) (-1930 (((-1150 |#1|) (-1150 |#1|)) 70)) (-1791 (((-1150 |#1|) (-1150 |#1|)) 52)) (-1906 (((-1150 |#1|) (-1150 |#1|)) 69)) (-1766 (((-1150 |#1|) (-1150 |#1|)) 51)) (** (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 36)))
-(((-1155 |#1|) (-10 -7 (-15 -2103 ((-1150 |#1|) (-1150 |#1|))) (-15 -3612 ((-1150 |#1|) (-1150 |#1|))) (-15 ** ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -1688 ((-1150 |#1|) (-1150 |#1|))) (-15 -1700 ((-1150 |#1|) (-1150 |#1|))) (-15 -1711 ((-1150 |#1|) (-1150 |#1|))) (-15 -1723 ((-1150 |#1|) (-1150 |#1|))) (-15 -1734 ((-1150 |#1|) (-1150 |#1|))) (-15 -1744 ((-1150 |#1|) (-1150 |#1|))) (-15 -1755 ((-1150 |#1|) (-1150 |#1|))) (-15 -1766 ((-1150 |#1|) (-1150 |#1|))) (-15 -1777 ((-1150 |#1|) (-1150 |#1|))) (-15 -1791 ((-1150 |#1|) (-1150 |#1|))) (-15 -1803 ((-1150 |#1|) (-1150 |#1|))) (-15 -1813 ((-1150 |#1|) (-1150 |#1|))) (-15 -1827 ((-1150 |#1|) (-1150 |#1|))) (-15 -1838 ((-1150 |#1|) (-1150 |#1|))) (-15 -1848 ((-1150 |#1|) (-1150 |#1|))) (-15 -1858 ((-1150 |#1|) (-1150 |#1|))) (-15 -1871 ((-1150 |#1|) (-1150 |#1|))) (-15 -1882 ((-1150 |#1|) (-1150 |#1|))) (-15 -1895 ((-1150 |#1|) (-1150 |#1|))) (-15 -1906 ((-1150 |#1|) (-1150 |#1|))) (-15 -1919 ((-1150 |#1|) (-1150 |#1|))) (-15 -1930 ((-1150 |#1|) (-1150 |#1|))) (-15 -1942 ((-1150 |#1|) (-1150 |#1|))) (-15 -2712 ((-1150 |#1|) (-1150 |#1|)))) (-38 (-407 (-564)))) (T -1155))
-((-2712 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1942 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1930 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1919 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1906 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1895 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1882 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1871 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1858 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1848 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1838 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1827 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1813 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1803 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1791 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1777 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1766 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1755 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1744 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1734 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1723 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1711 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1700 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-1688 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3612 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-2103 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))))
-(-10 -7 (-15 -2103 ((-1150 |#1|) (-1150 |#1|))) (-15 -3612 ((-1150 |#1|) (-1150 |#1|))) (-15 ** ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -1688 ((-1150 |#1|) (-1150 |#1|))) (-15 -1700 ((-1150 |#1|) (-1150 |#1|))) (-15 -1711 ((-1150 |#1|) (-1150 |#1|))) (-15 -1723 ((-1150 |#1|) (-1150 |#1|))) (-15 -1734 ((-1150 |#1|) (-1150 |#1|))) (-15 -1744 ((-1150 |#1|) (-1150 |#1|))) (-15 -1755 ((-1150 |#1|) (-1150 |#1|))) (-15 -1766 ((-1150 |#1|) (-1150 |#1|))) (-15 -1777 ((-1150 |#1|) (-1150 |#1|))) (-15 -1791 ((-1150 |#1|) (-1150 |#1|))) (-15 -1803 ((-1150 |#1|) (-1150 |#1|))) (-15 -1813 ((-1150 |#1|) (-1150 |#1|))) (-15 -1827 ((-1150 |#1|) (-1150 |#1|))) (-15 -1838 ((-1150 |#1|) (-1150 |#1|))) (-15 -1848 ((-1150 |#1|) (-1150 |#1|))) (-15 -1858 ((-1150 |#1|) (-1150 |#1|))) (-15 -1871 ((-1150 |#1|) (-1150 |#1|))) (-15 -1882 ((-1150 |#1|) (-1150 |#1|))) (-15 -1895 ((-1150 |#1|) (-1150 |#1|))) (-15 -1906 ((-1150 |#1|) (-1150 |#1|))) (-15 -1919 ((-1150 |#1|) (-1150 |#1|))) (-15 -1930 ((-1150 |#1|) (-1150 |#1|))) (-15 -1942 ((-1150 |#1|) (-1150 |#1|))) (-15 -2712 ((-1150 |#1|) (-1150 |#1|))))
-((-1848 (((-1150 |#1|) (-1150 |#1|)) 108)) (-1711 (((-1150 |#1|) (-1150 |#1|)) 65)) (-4156 (((-2 (|:| -1827 (-1150 |#1|)) (|:| -1838 (-1150 |#1|))) (-1150 |#1|)) 104)) (-1827 (((-1150 |#1|) (-1150 |#1|)) 105)) (-2782 (((-2 (|:| -1688 (-1150 |#1|)) (|:| -1700 (-1150 |#1|))) (-1150 |#1|)) 54)) (-1688 (((-1150 |#1|) (-1150 |#1|)) 55)) (-1871 (((-1150 |#1|) (-1150 |#1|)) 110)) (-1734 (((-1150 |#1|) (-1150 |#1|)) 72)) (-3612 (((-1150 |#1|) (-1150 |#1|)) 40)) (-2103 (((-1150 |#1|) (-1150 |#1|)) 37)) (-1882 (((-1150 |#1|) (-1150 |#1|)) 111)) (-1744 (((-1150 |#1|) (-1150 |#1|)) 73)) (-1858 (((-1150 |#1|) (-1150 |#1|)) 109)) (-1723 (((-1150 |#1|) (-1150 |#1|)) 68)) (-1838 (((-1150 |#1|) (-1150 |#1|)) 106)) (-1700 (((-1150 |#1|) (-1150 |#1|)) 56)) (-1919 (((-1150 |#1|) (-1150 |#1|)) 119)) (-1777 (((-1150 |#1|) (-1150 |#1|)) 94)) (-1895 (((-1150 |#1|) (-1150 |#1|)) 113)) (-1755 (((-1150 |#1|) (-1150 |#1|)) 90)) (-1942 (((-1150 |#1|) (-1150 |#1|)) 123)) (-1803 (((-1150 |#1|) (-1150 |#1|)) 98)) (-2712 (((-1150 |#1|) (-1150 |#1|)) 125)) (-1813 (((-1150 |#1|) (-1150 |#1|)) 100)) (-1930 (((-1150 |#1|) (-1150 |#1|)) 121)) (-1791 (((-1150 |#1|) (-1150 |#1|)) 96)) (-1906 (((-1150 |#1|) (-1150 |#1|)) 115)) (-1766 (((-1150 |#1|) (-1150 |#1|)) 92)) (** (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 41)))
-(((-1156 |#1|) (-10 -7 (-15 -2103 ((-1150 |#1|) (-1150 |#1|))) (-15 -3612 ((-1150 |#1|) (-1150 |#1|))) (-15 ** ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2782 ((-2 (|:| -1688 (-1150 |#1|)) (|:| -1700 (-1150 |#1|))) (-1150 |#1|))) (-15 -1688 ((-1150 |#1|) (-1150 |#1|))) (-15 -1700 ((-1150 |#1|) (-1150 |#1|))) (-15 -1711 ((-1150 |#1|) (-1150 |#1|))) (-15 -1723 ((-1150 |#1|) (-1150 |#1|))) (-15 -1734 ((-1150 |#1|) (-1150 |#1|))) (-15 -1744 ((-1150 |#1|) (-1150 |#1|))) (-15 -1755 ((-1150 |#1|) (-1150 |#1|))) (-15 -1766 ((-1150 |#1|) (-1150 |#1|))) (-15 -1777 ((-1150 |#1|) (-1150 |#1|))) (-15 -1791 ((-1150 |#1|) (-1150 |#1|))) (-15 -1803 ((-1150 |#1|) (-1150 |#1|))) (-15 -1813 ((-1150 |#1|) (-1150 |#1|))) (-15 -4156 ((-2 (|:| -1827 (-1150 |#1|)) (|:| -1838 (-1150 |#1|))) (-1150 |#1|))) (-15 -1827 ((-1150 |#1|) (-1150 |#1|))) (-15 -1838 ((-1150 |#1|) (-1150 |#1|))) (-15 -1848 ((-1150 |#1|) (-1150 |#1|))) (-15 -1858 ((-1150 |#1|) (-1150 |#1|))) (-15 -1871 ((-1150 |#1|) (-1150 |#1|))) (-15 -1882 ((-1150 |#1|) (-1150 |#1|))) (-15 -1895 ((-1150 |#1|) (-1150 |#1|))) (-15 -1906 ((-1150 |#1|) (-1150 |#1|))) (-15 -1919 ((-1150 |#1|) (-1150 |#1|))) (-15 -1930 ((-1150 |#1|) (-1150 |#1|))) (-15 -1942 ((-1150 |#1|) (-1150 |#1|))) (-15 -2712 ((-1150 |#1|) (-1150 |#1|)))) (-38 (-407 (-564)))) (T -1156))
-((-2712 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1942 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1930 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1919 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1906 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1895 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1882 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1871 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1858 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1848 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1838 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1827 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-4156 (*1 *2 *3) (-12 (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-2 (|:| -1827 (-1150 *4)) (|:| -1838 (-1150 *4)))) (-5 *1 (-1156 *4)) (-5 *3 (-1150 *4)))) (-1813 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1803 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1791 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1777 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1766 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1755 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1744 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1734 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1723 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1711 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1700 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-1688 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-2782 (*1 *2 *3) (-12 (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-2 (|:| -1688 (-1150 *4)) (|:| -1700 (-1150 *4)))) (-5 *1 (-1156 *4)) (-5 *3 (-1150 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3612 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-2103 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))))
-(-10 -7 (-15 -2103 ((-1150 |#1|) (-1150 |#1|))) (-15 -3612 ((-1150 |#1|) (-1150 |#1|))) (-15 ** ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2782 ((-2 (|:| -1688 (-1150 |#1|)) (|:| -1700 (-1150 |#1|))) (-1150 |#1|))) (-15 -1688 ((-1150 |#1|) (-1150 |#1|))) (-15 -1700 ((-1150 |#1|) (-1150 |#1|))) (-15 -1711 ((-1150 |#1|) (-1150 |#1|))) (-15 -1723 ((-1150 |#1|) (-1150 |#1|))) (-15 -1734 ((-1150 |#1|) (-1150 |#1|))) (-15 -1744 ((-1150 |#1|) (-1150 |#1|))) (-15 -1755 ((-1150 |#1|) (-1150 |#1|))) (-15 -1766 ((-1150 |#1|) (-1150 |#1|))) (-15 -1777 ((-1150 |#1|) (-1150 |#1|))) (-15 -1791 ((-1150 |#1|) (-1150 |#1|))) (-15 -1803 ((-1150 |#1|) (-1150 |#1|))) (-15 -1813 ((-1150 |#1|) (-1150 |#1|))) (-15 -4156 ((-2 (|:| -1827 (-1150 |#1|)) (|:| -1838 (-1150 |#1|))) (-1150 |#1|))) (-15 -1827 ((-1150 |#1|) (-1150 |#1|))) (-15 -1838 ((-1150 |#1|) (-1150 |#1|))) (-15 -1848 ((-1150 |#1|) (-1150 |#1|))) (-15 -1858 ((-1150 |#1|) (-1150 |#1|))) (-15 -1871 ((-1150 |#1|) (-1150 |#1|))) (-15 -1882 ((-1150 |#1|) (-1150 |#1|))) (-15 -1895 ((-1150 |#1|) (-1150 |#1|))) (-15 -1906 ((-1150 |#1|) (-1150 |#1|))) (-15 -1919 ((-1150 |#1|) (-1150 |#1|))) (-15 -1930 ((-1150 |#1|) (-1150 |#1|))) (-15 -1942 ((-1150 |#1|) (-1150 |#1|))) (-15 -2712 ((-1150 |#1|) (-1150 |#1|))))
-((-2430 (((-955 |#2|) |#2| |#2|) 50)) (-3912 ((|#2| |#2| |#1|) 19 (|has| |#1| (-307)))))
-(((-1157 |#1| |#2|) (-10 -7 (-15 -2430 ((-955 |#2|) |#2| |#2|)) (IF (|has| |#1| (-307)) (-15 -3912 (|#2| |#2| |#1|)) |%noBranch|)) (-556) (-1235 |#1|)) (T -1157))
-((-3912 (*1 *2 *2 *3) (-12 (-4 *3 (-307)) (-4 *3 (-556)) (-5 *1 (-1157 *3 *2)) (-4 *2 (-1235 *3)))) (-2430 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-955 *3)) (-5 *1 (-1157 *4 *3)) (-4 *3 (-1235 *4)))))
-(-10 -7 (-15 -2430 ((-955 |#2|) |#2| |#2|)) (IF (|has| |#1| (-307)) (-15 -3912 (|#2| |#2| |#1|)) |%noBranch|))
-((-1709 (((-112) $ $) NIL)) (-2560 (($ $ (-641 (-768))) 80)) (-3524 (($) 32)) (-1481 (($ $) 50)) (-3012 (((-641 $) $) 59)) (-3399 (((-112) $) 19)) (-1659 (((-641 (-940 |#2|)) $) 87)) (-3265 (($ $) 81)) (-1856 (((-768) $) 46)) (-1585 (($) 31)) (-3247 (($ $ (-641 (-768)) (-940 |#2|)) 73) (($ $ (-641 (-768)) (-768)) 74) (($ $ (-768) (-940 |#2|)) 76)) (-2057 (($ $ $) 56) (($ (-641 $)) 58)) (-1419 (((-768) $) 88)) (-2545 (((-112) $) 15)) (-2811 (((-1152) $) NIL)) (-1985 (((-112) $) 21)) (-4382 (((-1114) $) NIL)) (-3674 (((-171) $) 86)) (-3812 (((-940 |#2|) $) 82)) (-1655 (((-768) $) 83)) (-3714 (((-112) $) 85)) (-3171 (($ $ (-641 (-768)) (-171)) 79)) (-3431 (($ $) 51)) (-1721 (((-859) $) 99)) (-3769 (($ $ (-641 (-768)) (-112)) 78)) (-2202 (((-641 $) $) 11)) (-2194 (($ $ (-768)) 45)) (-1797 (($ $) 42)) (-1778 (($ $ $ (-940 |#2|) (-768)) 69)) (-2773 (($ $ (-940 |#2|)) 68)) (-4216 (($ $ (-641 (-768)) (-940 |#2|)) 65) (($ $ (-641 (-768)) (-768)) 71) (((-768) $ (-940 |#2|)) 72)) (-2853 (((-112) $ $) 93)))
-(((-1158 |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -2545 ((-112) $)) (-15 -3399 ((-112) $)) (-15 -1985 ((-112) $)) (-15 -1585 ($)) (-15 -3524 ($)) (-15 -1797 ($ $)) (-15 -2194 ($ $ (-768))) (-15 -2202 ((-641 $) $)) (-15 -1856 ((-768) $)) (-15 -1481 ($ $)) (-15 -3431 ($ $)) (-15 -2057 ($ $ $)) (-15 -2057 ($ (-641 $))) (-15 -3012 ((-641 $) $)) (-15 -4216 ($ $ (-641 (-768)) (-940 |#2|))) (-15 -2773 ($ $ (-940 |#2|))) (-15 -1778 ($ $ $ (-940 |#2|) (-768))) (-15 -3247 ($ $ (-641 (-768)) (-940 |#2|))) (-15 -4216 ($ $ (-641 (-768)) (-768))) (-15 -3247 ($ $ (-641 (-768)) (-768))) (-15 -4216 ((-768) $ (-940 |#2|))) (-15 -3247 ($ $ (-768) (-940 |#2|))) (-15 -3769 ($ $ (-641 (-768)) (-112))) (-15 -3171 ($ $ (-641 (-768)) (-171))) (-15 -2560 ($ $ (-641 (-768)))) (-15 -3812 ((-940 |#2|) $)) (-15 -1655 ((-768) $)) (-15 -3714 ((-112) $)) (-15 -3674 ((-171) $)) (-15 -1419 ((-768) $)) (-15 -3265 ($ $)) (-15 -1659 ((-641 (-940 |#2|)) $)))) (-918) (-1046)) (T -1158))
-((-2545 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-3399 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-1985 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-1585 (*1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-3524 (*1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-1797 (*1 *1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-2194 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-2202 (*1 *2 *1) (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-1856 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-1481 (*1 *1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-3431 (*1 *1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-2057 (*1 *1 *1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-2057 (*1 *1 *2) (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-3012 (*1 *2 *1) (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-4216 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-940 *5)) (-4 *5 (-1046)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))) (-2773 (*1 *1 *1 *2) (-12 (-5 *2 (-940 *4)) (-4 *4 (-1046)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)))) (-1778 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-940 *5)) (-5 *3 (-768)) (-4 *5 (-1046)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))) (-3247 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-940 *5)) (-4 *5 (-1046)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))) (-4216 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-768)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)) (-4 *5 (-1046)))) (-3247 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-768)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)) (-4 *5 (-1046)))) (-4216 (*1 *2 *1 *3) (-12 (-5 *3 (-940 *5)) (-4 *5 (-1046)) (-5 *2 (-768)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))) (-3247 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-940 *5)) (-4 *5 (-1046)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))) (-3769 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-112)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)) (-4 *5 (-1046)))) (-3171 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-171)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)) (-4 *5 (-1046)))) (-2560 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-3812 (*1 *2 *1) (-12 (-5 *2 (-940 *4)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-1655 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-3714 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-3674 (*1 *2 *1) (-12 (-5 *2 (-171)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-1419 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-3265 (*1 *1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-1659 (*1 *2 *1) (-12 (-5 *2 (-641 (-940 *4))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))))
-(-13 (-1094) (-10 -8 (-15 -2545 ((-112) $)) (-15 -3399 ((-112) $)) (-15 -1985 ((-112) $)) (-15 -1585 ($)) (-15 -3524 ($)) (-15 -1797 ($ $)) (-15 -2194 ($ $ (-768))) (-15 -2202 ((-641 $) $)) (-15 -1856 ((-768) $)) (-15 -1481 ($ $)) (-15 -3431 ($ $)) (-15 -2057 ($ $ $)) (-15 -2057 ($ (-641 $))) (-15 -3012 ((-641 $) $)) (-15 -4216 ($ $ (-641 (-768)) (-940 |#2|))) (-15 -2773 ($ $ (-940 |#2|))) (-15 -1778 ($ $ $ (-940 |#2|) (-768))) (-15 -3247 ($ $ (-641 (-768)) (-940 |#2|))) (-15 -4216 ($ $ (-641 (-768)) (-768))) (-15 -3247 ($ $ (-641 (-768)) (-768))) (-15 -4216 ((-768) $ (-940 |#2|))) (-15 -3247 ($ $ (-768) (-940 |#2|))) (-15 -3769 ($ $ (-641 (-768)) (-112))) (-15 -3171 ($ $ (-641 (-768)) (-171))) (-15 -2560 ($ $ (-641 (-768)))) (-15 -3812 ((-940 |#2|) $)) (-15 -1655 ((-768) $)) (-15 -3714 ((-112) $)) (-15 -3674 ((-171) $)) (-15 -1419 ((-768) $)) (-15 -3265 ($ $)) (-15 -1659 ((-641 (-940 |#2|)) $))))
-((-1709 (((-112) $ $) NIL)) (-4240 ((|#2| $) 11)) (-4230 ((|#1| $) 10)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1732 (($ |#1| |#2|) 9)) (-1721 (((-859) $) 16)) (-2853 (((-112) $ $) NIL)))
-(((-1159 |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -1732 ($ |#1| |#2|)) (-15 -4230 (|#1| $)) (-15 -4240 (|#2| $)))) (-1094) (-1094)) (T -1159))
-((-1732 (*1 *1 *2 *3) (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-4230 (*1 *2 *1) (-12 (-4 *2 (-1094)) (-5 *1 (-1159 *2 *3)) (-4 *3 (-1094)))) (-4240 (*1 *2 *1) (-12 (-4 *2 (-1094)) (-5 *1 (-1159 *3 *2)) (-4 *3 (-1094)))))
-(-13 (-1094) (-10 -8 (-15 -1732 ($ |#1| |#2|)) (-15 -4230 (|#1| $)) (-15 -4240 (|#2| $))))
-((-1709 (((-112) $ $) NIL)) (-3298 (((-1129) $) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 15) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-1160) (-13 (-1077) (-10 -8 (-15 -3298 ((-1129) $))))) (T -1160))
-((-3298 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1160)))))
-(-13 (-1077) (-10 -8 (-15 -3298 ((-1129) $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4137 (((-1168 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-307)) (|has| |#1| (-363))))) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) 11)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-4010 (($ $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-2662 (((-112) $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-3183 (($ $ (-564)) NIL) (($ $ (-564) (-564)) 75)) (-1747 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) NIL)) (-2306 (((-1168 |#1| |#2| |#3|) $) 42)) (-2109 (((-3 (-1168 |#1| |#2| |#3|) "failed") $) 32)) (-4204 (((-1168 |#1| |#2| |#3|) $) 33)) (-1848 (($ $) 116 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 92 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-2275 (($ $) NIL (|has| |#1| (-363)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-363)))) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1827 (($ $) 112 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 88 (|has| |#1| (-38 (-407 (-564)))))) (-1672 (((-564) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-2729 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) NIL)) (-1871 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 96 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-1168 |#1| |#2| |#3|) "failed") $) 34) (((-3 (-1170) "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-564) "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))))) (-3437 (((-1168 |#1| |#2| |#3|) $) 140) (((-1170) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (((-407 (-564)) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363)))) (((-564) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))))) (-3532 (($ $) 37) (($ (-564) $) 38)) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) NIL)) (-3762 (((-685 (-1168 |#1| |#2| |#3|)) (-685 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -1315 (-685 (-1168 |#1| |#2| |#3|))) (|:| |vec| (-1259 (-1168 |#1| |#2| |#3|)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-637 (-564))) (|has| |#1| (-363)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-637 (-564))) (|has| |#1| (-363))))) (-3233 (((-3 $ "failed") $) 54)) (-3924 (((-407 (-949 |#1|)) $ (-564)) 74 (|has| |#1| (-556))) (((-407 (-949 |#1|)) $ (-564) (-564)) 76 (|has| |#1| (-556)))) (-3746 (($) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2941 (((-112) $) NIL (|has| |#1| (-363)))) (-2955 (((-112) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-2214 (((-112) $) 28)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-883 (-379))) (|has| |#1| (-363)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-883 (-564))) (|has| |#1| (-363))))) (-2887 (((-564) $) NIL) (((-564) $ (-564)) 26)) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL (|has| |#1| (-363)))) (-2654 (((-1168 |#1| |#2| |#3|) $) 44 (|has| |#1| (-363)))) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1516 (((-3 $ "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1145)) (|has| |#1| (-363))))) (-1515 (((-112) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-4282 (($ $ (-918)) NIL)) (-2308 (($ (-1 |#1| (-564)) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-564)) 19) (($ $ (-1076) (-564)) NIL) (($ $ (-641 (-1076)) (-641 (-564))) NIL)) (-2766 (($ $ $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-1650 (($ $ $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-363)))) (-3612 (($ $) 81 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-4214 (($ (-564) (-1168 |#1| |#2| |#3|)) 36)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| |#1| (-363)))) (-2052 (($ $) 79 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 80 (|has| |#1| (-38 (-407 (-564)))))) (-2558 (($) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1145)) (|has| |#1| (-363))) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-1775 (($ $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-307)) (|has| |#1| (-363))))) (-4037 (((-1168 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-4020 (((-418 $) $) NIL (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3450 (($ $ (-564)) 158)) (-2628 (((-3 $ "failed") $ $) 55 (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2103 (($ $) 82 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-564))))) (($ $ (-1170) (-1168 |#1| |#2| |#3|)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-514 (-1170) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 (-1168 |#1| |#2| |#3|))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-514 (-1170) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-294 (-1168 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-309 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-294 (-1168 |#1| |#2| |#3|))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-309 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-309 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-1168 |#1| |#2| |#3|)) (-641 (-1168 |#1| |#2| |#3|))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-309 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363))))) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ (-564)) NIL) (($ $ $) 61 (|has| (-564) (-1106))) (($ $ (-1168 |#1| |#2| |#3|)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-286 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-1795 (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) NIL (|has| |#1| (-363))) (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) (-768)) NIL (|has| |#1| (-363))) (($ $ (-1255 |#2|)) 57) (($ $ (-768)) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) 56 (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-2173 (($ $) NIL (|has| |#1| (-363)))) (-2663 (((-1168 |#1| |#2| |#3|) $) 46 (|has| |#1| (-363)))) (-4341 (((-564) $) 43)) (-1882 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 98 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 118 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 94 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 114 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 90 (|has| |#1| (-38 (-407 (-564)))))) (-2153 (((-536) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-612 (-536))) (|has| |#1| (-363)))) (((-379) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1019)) (|has| |#1| (-363)))) (((-225) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1019)) (|has| |#1| (-363)))) (((-889 (-379)) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-612 (-889 (-379)))) (|has| |#1| (-363)))) (((-889 (-564)) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-612 (-889 (-564)))) (|has| |#1| (-363))))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-4072 (($ $) NIL)) (-1721 (((-859) $) 162) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1168 |#1| |#2| |#3|)) 30) (($ (-1255 |#2|)) 25) (($ (-1170)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (($ $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556)))) (($ (-407 (-564))) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))) (|has| |#1| (-38 (-407 (-564))))))) (-1346 ((|#1| $ (-564)) 77)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-145)) (|has| |#1| (-363))) (|has| |#1| (-145))))) (-1303 (((-768)) NIL T CONST)) (-1526 ((|#1| $) 12)) (-2698 (((-1168 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-1919 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 104 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-1895 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 100 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 108 (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-564)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 110 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 106 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 102 (|has| |#1| (-38 (-407 (-564)))))) (-1699 (($ $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-2885 (($) 21 T CONST)) (-2898 (($) 16 T CONST)) (-3256 (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) NIL (|has| |#1| (-363))) (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) (-768)) NIL (|has| |#1| (-363))) (($ $ (-768)) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-2920 (((-112) $ $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2893 (((-112) $ $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2880 (((-112) $ $) NIL (-2713 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) 49 (|has| |#1| (-363))) (($ (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) 50 (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 23)) (** (($ $ (-918)) NIL) (($ $ (-768)) 60) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) 83 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 137 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 35) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1168 |#1| |#2| |#3|)) 48 (|has| |#1| (-363))) (($ (-1168 |#1| |#2| |#3|) $) 47 (|has| |#1| (-363))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-1161 |#1| |#2| |#3|) (-13 (-1221 |#1| (-1168 |#1| |#2| |#3|)) (-10 -8 (-15 -1721 ($ (-1255 |#2|))) (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1161))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1161 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1161 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-2052 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1161 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
-(-13 (-1221 |#1| (-1168 |#1| |#2| |#3|)) (-10 -8 (-15 -1721 ($ (-1255 |#2|))) (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|)))
-((-2290 ((|#2| |#2| (-1086 |#2|)) 26) ((|#2| |#2| (-1170)) 28)))
-(((-1162 |#1| |#2|) (-10 -7 (-15 -2290 (|#2| |#2| (-1170))) (-15 -2290 (|#2| |#2| (-1086 |#2|)))) (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-430 |#1|) (-160) (-27) (-1194))) (T -1162))
-((-2290 (*1 *2 *2 *3) (-12 (-5 *3 (-1086 *2)) (-4 *2 (-13 (-430 *4) (-160) (-27) (-1194))) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1162 *4 *2)))) (-2290 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1162 *4 *2)) (-4 *2 (-13 (-430 *4) (-160) (-27) (-1194))))))
-(-10 -7 (-15 -2290 (|#2| |#2| (-1170))) (-15 -2290 (|#2| |#2| (-1086 |#2|))))
-((-2290 (((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1086 (-407 (-949 |#1|)))) 31) (((-407 (-949 |#1|)) (-949 |#1|) (-1086 (-949 |#1|))) 44) (((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1170)) 33) (((-407 (-949 |#1|)) (-949 |#1|) (-1170)) 36)))
-(((-1163 |#1|) (-10 -7 (-15 -2290 ((-407 (-949 |#1|)) (-949 |#1|) (-1170))) (-15 -2290 ((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1170))) (-15 -2290 ((-407 (-949 |#1|)) (-949 |#1|) (-1086 (-949 |#1|)))) (-15 -2290 ((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1086 (-407 (-949 |#1|)))))) (-13 (-556) (-847) (-1035 (-564)))) (T -1163))
-((-2290 (*1 *2 *3 *4) (-12 (-5 *4 (-1086 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5))) (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-3 *3 (-316 *5))) (-5 *1 (-1163 *5)))) (-2290 (*1 *2 *3 *4) (-12 (-5 *4 (-1086 (-949 *5))) (-5 *3 (-949 *5)) (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-407 *3)) (-5 *1 (-1163 *5)))) (-2290 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-3 (-407 (-949 *5)) (-316 *5))) (-5 *1 (-1163 *5)) (-5 *3 (-407 (-949 *5))))) (-2290 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-407 (-949 *5))) (-5 *1 (-1163 *5)) (-5 *3 (-949 *5)))))
-(-10 -7 (-15 -2290 ((-407 (-949 |#1|)) (-949 |#1|) (-1170))) (-15 -2290 ((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1170))) (-15 -2290 ((-407 (-949 |#1|)) (-949 |#1|) (-1086 (-949 |#1|)))) (-15 -2290 ((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1086 (-407 (-949 |#1|))))))
-((-2110 (((-1166 |#2|) (-1 |#2| |#1|) (-1166 |#1|)) 13)))
-(((-1164 |#1| |#2|) (-10 -7 (-15 -2110 ((-1166 |#2|) (-1 |#2| |#1|) (-1166 |#1|)))) (-1046) (-1046)) (T -1164))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1166 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-5 *2 (-1166 *6)) (-5 *1 (-1164 *5 *6)))))
-(-10 -7 (-15 -2110 ((-1166 |#2|) (-1 |#2| |#1|) (-1166 |#1|))))
-((-1798 (((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|))) 51)) (-4020 (((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|))) 52)))
-(((-1165 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4020 ((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|)))) (-15 -1798 ((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|))))) (-790) (-847) (-452) (-946 |#3| |#1| |#2|)) (T -1165))
-((-1798 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-452)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-418 (-1166 (-407 *7)))) (-5 *1 (-1165 *4 *5 *6 *7)) (-5 *3 (-1166 (-407 *7))))) (-4020 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-452)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-418 (-1166 (-407 *7)))) (-5 *1 (-1165 *4 *5 *6 *7)) (-5 *3 (-1166 (-407 *7))))))
-(-10 -7 (-15 -4020 ((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|)))) (-15 -1798 ((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|)))))
-((-1709 (((-112) $ $) 169)) (-2013 (((-112) $) 42)) (-2533 (((-1259 |#1|) $ (-768)) NIL)) (-4153 (((-641 (-1076)) $) NIL)) (-2331 (($ (-1166 |#1|)) NIL)) (-3992 (((-1166 $) $ (-1076)) 81) (((-1166 |#1|) $) 70)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) 162 (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-1076))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2490 (($ $ $) 156 (|has| |#1| (-556)))) (-4284 (((-418 (-1166 $)) (-1166 $)) 94 (|has| |#1| (-906)))) (-2275 (($ $) NIL (|has| |#1| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 114 (|has| |#1| (-906)))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-4226 (($ $ (-768)) 60)) (-2980 (($ $ (-768)) 62)) (-3012 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-452)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-1076) "failed") $) NIL)) (-3437 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-1076) $) NIL)) (-3378 (($ $ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $ $) 158 (|has| |#1| (-172)))) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) 79)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-2447 (($ $ $) 129)) (-4154 (($ $ $) NIL (|has| |#1| (-556)))) (-2737 (((-2 (|:| -2784 |#1|) (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-556)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-3912 (($ $) 163 (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#1| (-906)))) (-1587 (($ $ |#1| (-768) $) 68)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1076) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1076) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-3170 (((-859) $ (-859)) 146)) (-2887 (((-768) $ $) NIL (|has| |#1| (-556)))) (-3282 (((-112) $) 47)) (-4083 (((-768) $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| |#1| (-1145)))) (-4143 (($ (-1166 |#1|) (-1076)) 72) (($ (-1166 $) (-1076)) 88)) (-4282 (($ $ (-768)) 50)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-768)) 86) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-1076)) NIL) (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 151)) (-1696 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-2286 (($ (-1 (-768) (-768)) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-1365 (((-1166 |#1|) $) NIL)) (-4264 (((-3 (-1076) "failed") $) NIL)) (-4280 (($ $) NIL)) (-4292 ((|#1| $) 75)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2811 (((-1152) $) NIL)) (-1626 (((-2 (|:| -4110 $) (|:| -3101 $)) $ (-768)) 59)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-1076)) (|:| -2954 (-768))) "failed") $) NIL)) (-2052 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2558 (($) NIL (|has| |#1| (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) 49)) (-4269 ((|#1| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 102 (|has| |#1| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) 165 (|has| |#1| (-452)))) (-4174 (($ $ (-768) |#1| $) 121)) (-4004 (((-418 (-1166 $)) (-1166 $)) 100 (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) 99 (|has| |#1| (-906)))) (-4020 (((-418 $) $) 107 (|has| |#1| (-906)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-2628 (((-3 $ "failed") $ |#1|) 161 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 122 (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1076) |#1|) NIL) (($ $ (-641 (-1076)) (-641 |#1|)) NIL) (($ $ (-1076) $) NIL) (($ $ (-641 (-1076)) (-641 $)) NIL)) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ |#1|) 148) (($ $ $) 149) (((-407 $) (-407 $) (-407 $)) NIL (|has| |#1| (-556))) ((|#1| (-407 $) |#1|) NIL (|has| |#1| (-363))) (((-407 $) $ (-407 $)) NIL (|has| |#1| (-556)))) (-2744 (((-3 $ "failed") $ (-768)) 53)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 170 (|has| |#1| (-363)))) (-3928 (($ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $) 154 (|has| |#1| (-172)))) (-1795 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-4341 (((-768) $) 77) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1076) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-2211 ((|#1| $) 160 (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-2658 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556))) (((-3 (-407 $) "failed") (-407 $) $) NIL (|has| |#1| (-556)))) (-1721 (((-859) $) 147) (($ (-564)) NIL) (($ |#1|) 76) (($ (-1076)) NIL) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-768)) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) 40 (|has| |#1| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2885 (($) 17 T CONST)) (-2898 (($) 19 T CONST)) (-3256 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) 119)) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2983 (($ $ |#1|) 171 (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 89)) (** (($ $ (-918)) 14) (($ $ (-768)) 12)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 39) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 127) (($ $ |#1|) NIL)))
-(((-1166 |#1|) (-13 (-1235 |#1|) (-10 -8 (-15 -3170 ((-859) $ (-859))) (-15 -4174 ($ $ (-768) |#1| $)))) (-1046)) (T -1166))
-((-3170 (*1 *2 *1 *2) (-12 (-5 *2 (-859)) (-5 *1 (-1166 *3)) (-4 *3 (-1046)))) (-4174 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1166 *3)) (-4 *3 (-1046)))))
-(-13 (-1235 |#1|) (-10 -8 (-15 -3170 ((-859) $ (-859))) (-15 -4174 ($ $ (-768) |#1| $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) 11)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-3183 (($ $ (-407 (-564))) NIL) (($ $ (-407 (-564)) (-407 (-564))) NIL)) (-1747 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) NIL)) (-1848 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL (|has| |#1| (-363)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-363)))) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1827 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) NIL)) (-1871 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-1161 |#1| |#2| |#3|) "failed") $) 33) (((-3 (-1168 |#1| |#2| |#3|) "failed") $) 36)) (-3437 (((-1161 |#1| |#2| |#3|) $) NIL) (((-1168 |#1| |#2| |#3|) $) NIL)) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3488 (((-407 (-564)) $) 59)) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-4224 (($ (-407 (-564)) (-1161 |#1| |#2| |#3|)) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2941 (((-112) $) NIL (|has| |#1| (-363)))) (-2214 (((-112) $) NIL)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-407 (-564)) $) NIL) (((-407 (-564)) $ (-407 (-564))) NIL)) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4282 (($ $ (-918)) NIL) (($ $ (-407 (-564))) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-407 (-564))) 20) (($ $ (-1076) (-407 (-564))) NIL) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3612 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3181 (((-1161 |#1| |#2| |#3|) $) 41)) (-4217 (((-3 (-1161 |#1| |#2| |#3|) "failed") $) NIL)) (-4214 (((-1161 |#1| |#2| |#3|) $) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| |#1| (-363)))) (-2052 (($ $) 39 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 40 (|has| |#1| (-38 (-407 (-564)))))) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3450 (($ $ (-407 (-564))) NIL)) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2103 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ (-407 (-564))) NIL) (($ $ $) NIL (|has| (-407 (-564)) (-1106)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $ (-1255 |#2|)) 38)) (-4341 (((-407 (-564)) $) NIL)) (-1882 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) NIL)) (-1721 (((-859) $) 62) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1161 |#1| |#2| |#3|)) 30) (($ (-1168 |#1| |#2| |#3|)) 31) (($ (-1255 |#2|)) 26) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-1346 ((|#1| $ (-407 (-564))) NIL)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-1526 ((|#1| $) 12)) (-1919 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-407 (-564))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 22 T CONST)) (-2898 (($) 16 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 24)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-1167 |#1| |#2| |#3|) (-13 (-1242 |#1| (-1161 |#1| |#2| |#3|)) (-1035 (-1168 |#1| |#2| |#3|)) (-614 (-1255 |#2|)) (-10 -8 (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1167))
-((-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1167 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-2052 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1167 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
-(-13 (-1242 |#1| (-1161 |#1| |#2| |#3|)) (-1035 (-1168 |#1| |#2| |#3|)) (-614 (-1255 |#2|)) (-10 -8 (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 130)) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) 120)) (-2549 (((-1232 |#2| |#1|) $ (-768)) 68)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-3183 (($ $ (-768)) 84) (($ $ (-768) (-768)) 81)) (-1747 (((-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|))) $) 106)) (-1848 (($ $) 174 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 150 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1827 (($ $) 170 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|)))) 119) (($ (-1150 |#1|)) 114)) (-1871 (($ $) 178 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 154 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) 25)) (-1947 (($ $) 28)) (-3229 (((-949 |#1|) $ (-768)) 80) (((-949 |#1|) $ (-768) (-768)) 82)) (-2214 (((-112) $) 125)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-768) $) 127) (((-768) $ (-768)) 129)) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4282 (($ $ (-918)) NIL)) (-2308 (($ (-1 |#1| (-564)) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-768)) 13) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3612 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-2052 (($ $) 134 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 135 (|has| |#1| (-38 (-407 (-564)))))) (-4382 (((-1114) $) NIL)) (-3450 (($ $ (-768)) 15)) (-2628 (((-3 $ "failed") $ $) 26 (|has| |#1| (-556)))) (-2103 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-768)))))) (-2961 ((|#1| $ (-768)) 123) (($ $ $) 133 (|has| (-768) (-1106)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) 29 (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $ (-1255 |#2|)) 31)) (-4341 (((-768) $) NIL)) (-1882 (($ $) 180 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 156 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 176 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 152 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 172 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 148 (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) NIL)) (-1721 (((-859) $) 207) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556))) (($ |#1|) 131 (|has| |#1| (-172))) (($ (-1232 |#2| |#1|)) 54) (($ (-1255 |#2|)) 36)) (-2415 (((-1150 |#1|) $) 102)) (-1346 ((|#1| $ (-768)) 122)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-1526 ((|#1| $) 57)) (-1919 (($ $) 186 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 162 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) 182 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 158 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 190 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 166 (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-768)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-768)))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) 192 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 168 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 188 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 164 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 184 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 160 (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 17 T CONST)) (-2898 (($) 20 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) 199)) (-2956 (($ $ $) 35)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ |#1|) 204 (|has| |#1| (-363))) (($ $ $) 139 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 142 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 137) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-1168 |#1| |#2| |#3|) (-13 (-1250 |#1|) (-10 -8 (-15 -1721 ($ (-1232 |#2| |#1|))) (-15 -2549 ((-1232 |#2| |#1|) $ (-768))) (-15 -1721 ($ (-1255 |#2|))) (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1168))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1232 *4 *3)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3) (-5 *1 (-1168 *3 *4 *5)))) (-2549 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1232 *5 *4)) (-5 *1 (-1168 *4 *5 *6)) (-4 *4 (-1046)) (-14 *5 (-1170)) (-14 *6 *4))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-2052 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
-(-13 (-1250 |#1|) (-10 -8 (-15 -1721 ($ (-1232 |#2| |#1|))) (-15 -2549 ((-1232 |#2| |#1|) $ (-768))) (-15 -1721 ($ (-1255 |#2|))) (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|)))
-((-1721 (((-859) $) 33) (($ (-1170)) 35)) (-2713 (($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 46)) (-2703 (($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 39) (($ $) 40)) (-3013 (($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 41)) (-3001 (($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 43)) (-2990 (($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 42)) (-2974 (($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 44)) (-2064 (($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 47)) (-12 (($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 45)))
-(((-1169) (-13 (-611 (-859)) (-10 -8 (-15 -1721 ($ (-1170))) (-15 -3013 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2990 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -3001 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2974 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2713 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2064 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2703 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2703 ($ $))))) (T -1169))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1169)))) (-3013 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-2990 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-3001 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-2974 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-2713 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-2064 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-2703 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-2703 (*1 *1 *1) (-5 *1 (-1169))))
-(-13 (-611 (-859)) (-10 -8 (-15 -1721 ($ (-1170))) (-15 -3013 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2990 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -3001 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2974 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2713 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2064 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2703 ($ (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2703 ($ $))))
-((-1709 (((-112) $ $) NIL)) (-2356 (($ $ (-641 (-859))) 64)) (-2493 (($ $ (-641 (-859))) 62)) (-3729 (((-1152) $) 103)) (-2096 (((-2 (|:| -3752 (-641 (-859))) (|:| -1578 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3512 (-641 (-859))) (|:| |args| (-641 (-859)))) $) 109)) (-2069 (((-112) $) 23)) (-4355 (($ $ (-641 (-641 (-859)))) 61) (($ $ (-2 (|:| -3752 (-641 (-859))) (|:| -1578 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3512 (-641 (-859))) (|:| |args| (-641 (-859))))) 101)) (-1692 (($) 163 T CONST)) (-2009 (((-1264)) 136)) (-3327 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 71) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 78)) (-1585 (($) 122) (($ $) 131)) (-2540 (($ $) 102)) (-2766 (($ $ $) NIL)) (-1650 (($ $ $) NIL)) (-1769 (((-641 $) $) 138)) (-2811 (((-1152) $) 114)) (-4382 (((-1114) $) NIL)) (-2961 (($ $ (-641 (-859))) 63)) (-2153 (((-536) $) 48) (((-1170) $) 49) (((-889 (-564)) $) 82) (((-889 (-379)) $) 80)) (-1721 (((-859) $) 55) (($ (-1152)) 50)) (-3168 (($ $ (-641 (-859))) 65)) (-3930 (((-1152) $) 34) (((-1152) $ (-112)) 35) (((-1264) (-819) $) 36) (((-1264) (-819) $ (-112)) 37)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) 51)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) 52)))
-(((-1170) (-13 (-847) (-612 (-536)) (-825) (-612 (-1170)) (-614 (-1152)) (-612 (-889 (-564))) (-612 (-889 (-379))) (-883 (-564)) (-883 (-379)) (-10 -8 (-15 -1585 ($)) (-15 -1585 ($ $)) (-15 -2009 ((-1264))) (-15 -2540 ($ $)) (-15 -2069 ((-112) $)) (-15 -2096 ((-2 (|:| -3752 (-641 (-859))) (|:| -1578 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3512 (-641 (-859))) (|:| |args| (-641 (-859)))) $)) (-15 -4355 ($ $ (-641 (-641 (-859))))) (-15 -4355 ($ $ (-2 (|:| -3752 (-641 (-859))) (|:| -1578 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3512 (-641 (-859))) (|:| |args| (-641 (-859)))))) (-15 -2493 ($ $ (-641 (-859)))) (-15 -2356 ($ $ (-641 (-859)))) (-15 -3168 ($ $ (-641 (-859)))) (-15 -2961 ($ $ (-641 (-859)))) (-15 -3729 ((-1152) $)) (-15 -1769 ((-641 $) $)) (-15 -1692 ($) -1367)))) (T -1170))
-((-1585 (*1 *1) (-5 *1 (-1170))) (-1585 (*1 *1 *1) (-5 *1 (-1170))) (-2009 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1170)))) (-2540 (*1 *1 *1) (-5 *1 (-1170))) (-2069 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1170)))) (-2096 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -3752 (-641 (-859))) (|:| -1578 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3512 (-641 (-859))) (|:| |args| (-641 (-859))))) (-5 *1 (-1170)))) (-4355 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-641 (-859)))) (-5 *1 (-1170)))) (-4355 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -3752 (-641 (-859))) (|:| -1578 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3512 (-641 (-859))) (|:| |args| (-641 (-859))))) (-5 *1 (-1170)))) (-2493 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))) (-2356 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))) (-3168 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))) (-2961 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))) (-3729 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1170)))) (-1769 (*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1170)))) (-1692 (*1 *1) (-5 *1 (-1170))))
-(-13 (-847) (-612 (-536)) (-825) (-612 (-1170)) (-614 (-1152)) (-612 (-889 (-564))) (-612 (-889 (-379))) (-883 (-564)) (-883 (-379)) (-10 -8 (-15 -1585 ($)) (-15 -1585 ($ $)) (-15 -2009 ((-1264))) (-15 -2540 ($ $)) (-15 -2069 ((-112) $)) (-15 -2096 ((-2 (|:| -3752 (-641 (-859))) (|:| -1578 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3512 (-641 (-859))) (|:| |args| (-641 (-859)))) $)) (-15 -4355 ($ $ (-641 (-641 (-859))))) (-15 -4355 ($ $ (-2 (|:| -3752 (-641 (-859))) (|:| -1578 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3512 (-641 (-859))) (|:| |args| (-641 (-859)))))) (-15 -2493 ($ $ (-641 (-859)))) (-15 -2356 ($ $ (-641 (-859)))) (-15 -3168 ($ $ (-641 (-859)))) (-15 -2961 ($ $ (-641 (-859)))) (-15 -3729 ((-1152) $)) (-15 -1769 ((-641 $) $)) (-15 -1692 ($) -1367)))
-((-4044 (((-1259 |#1|) |#1| (-918)) 18) (((-1259 |#1|) (-641 |#1|)) 25)))
-(((-1171 |#1|) (-10 -7 (-15 -4044 ((-1259 |#1|) (-641 |#1|))) (-15 -4044 ((-1259 |#1|) |#1| (-918)))) (-1046)) (T -1171))
-((-4044 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-5 *2 (-1259 *3)) (-5 *1 (-1171 *3)) (-4 *3 (-1046)))) (-4044 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-1046)) (-5 *2 (-1259 *4)) (-5 *1 (-1171 *4)))))
-(-10 -7 (-15 -4044 ((-1259 |#1|) (-641 |#1|))) (-15 -4044 ((-1259 |#1|) |#1| (-918))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-3437 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3912 (($ $) NIL (|has| |#1| (-452)))) (-1587 (($ $ |#1| (-968) $) NIL)) (-3282 (((-112) $) 17)) (-4083 (((-768) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-968)) NIL)) (-1696 (((-968) $) NIL)) (-2286 (($ (-1 (-968) (-968)) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 ((|#1| $) NIL)) (-4174 (($ $ (-968) |#1| $) NIL (-12 (|has| (-968) (-131)) (|has| |#1| (-556))))) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-4341 (((-968) $) NIL)) (-2211 ((|#1| $) NIL (|has| |#1| (-452)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL (|has| |#1| (-556))) (($ |#1|) NIL) (($ (-407 (-564))) NIL (-2713 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ (-968)) NIL)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2885 (($) 11 T CONST)) (-2898 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 21)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 22) (($ $ |#1|) NIL) (($ |#1| $) 16) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-1172 |#1|) (-13 (-326 |#1| (-968)) (-10 -8 (IF (|has| |#1| (-556)) (IF (|has| (-968) (-131)) (-15 -4174 ($ $ (-968) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4410)) (-6 -4410) |%noBranch|))) (-1046)) (T -1172))
-((-4174 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-968)) (-4 *2 (-131)) (-5 *1 (-1172 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))))
-(-13 (-326 |#1| (-968)) (-10 -8 (IF (|has| |#1| (-556)) (IF (|has| (-968) (-131)) (-15 -4174 ($ $ (-968) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4410)) (-6 -4410) |%noBranch|)))
-((-1989 (((-1174) (-1170) $) 25)) (-2255 (($) 29)) (-3005 (((-3 (|:| |fst| (-434)) (|:| -4104 "void")) (-1170) $) 22)) (-3853 (((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -4104 "void")) $) 41) (((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) 42) (((-1264) (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) 43)) (-1429 (((-1264) (-1170)) 58)) (-2625 (((-1264) (-1170) $) 55) (((-1264) (-1170)) 56) (((-1264)) 57)) (-3836 (((-1264) (-1170)) 37)) (-3283 (((-1170)) 36)) (-3456 (($) 34)) (-1514 (((-437) (-1170) (-437) (-1170) $) 45) (((-437) (-641 (-1170)) (-437) (-1170) $) 49) (((-437) (-1170) (-437)) 46) (((-437) (-1170) (-437) (-1170)) 50)) (-4116 (((-1170)) 35)) (-1721 (((-859) $) 28)) (-1671 (((-1264)) 30) (((-1264) (-1170)) 33)) (-2935 (((-641 (-1170)) (-1170) $) 24)) (-4170 (((-1264) (-1170) (-641 (-1170)) $) 38) (((-1264) (-1170) (-641 (-1170))) 39) (((-1264) (-641 (-1170))) 40)))
-(((-1173) (-13 (-611 (-859)) (-10 -8 (-15 -2255 ($)) (-15 -1671 ((-1264))) (-15 -1671 ((-1264) (-1170))) (-15 -1514 ((-437) (-1170) (-437) (-1170) $)) (-15 -1514 ((-437) (-641 (-1170)) (-437) (-1170) $)) (-15 -1514 ((-437) (-1170) (-437))) (-15 -1514 ((-437) (-1170) (-437) (-1170))) (-15 -3836 ((-1264) (-1170))) (-15 -4116 ((-1170))) (-15 -3283 ((-1170))) (-15 -4170 ((-1264) (-1170) (-641 (-1170)) $)) (-15 -4170 ((-1264) (-1170) (-641 (-1170)))) (-15 -4170 ((-1264) (-641 (-1170)))) (-15 -3853 ((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -4104 "void")) $)) (-15 -3853 ((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -4104 "void")))) (-15 -3853 ((-1264) (-3 (|:| |fst| (-434)) (|:| -4104 "void")))) (-15 -2625 ((-1264) (-1170) $)) (-15 -2625 ((-1264) (-1170))) (-15 -2625 ((-1264))) (-15 -1429 ((-1264) (-1170))) (-15 -3456 ($)) (-15 -3005 ((-3 (|:| |fst| (-434)) (|:| -4104 "void")) (-1170) $)) (-15 -2935 ((-641 (-1170)) (-1170) $)) (-15 -1989 ((-1174) (-1170) $))))) (T -1173))
-((-2255 (*1 *1) (-5 *1 (-1173))) (-1671 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1173)))) (-1671 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-1514 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173)))) (-1514 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-437)) (-5 *3 (-641 (-1170))) (-5 *4 (-1170)) (-5 *1 (-1173)))) (-1514 (*1 *2 *3 *2) (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173)))) (-1514 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173)))) (-3836 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-4116 (*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1173)))) (-3283 (*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1173)))) (-4170 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-4170 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-4170 (*1 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-3853 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1170)) (-5 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-3853 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-3853 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-2625 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-2625 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-2625 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1173)))) (-1429 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-3456 (*1 *1) (-5 *1 (-1173))) (-3005 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-5 *1 (-1173)))) (-2935 (*1 *2 *3 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1173)) (-5 *3 (-1170)))) (-1989 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-1174)) (-5 *1 (-1173)))))
-(-13 (-611 (-859)) (-10 -8 (-15 -2255 ($)) (-15 -1671 ((-1264))) (-15 -1671 ((-1264) (-1170))) (-15 -1514 ((-437) (-1170) (-437) (-1170) $)) (-15 -1514 ((-437) (-641 (-1170)) (-437) (-1170) $)) (-15 -1514 ((-437) (-1170) (-437))) (-15 -1514 ((-437) (-1170) (-437) (-1170))) (-15 -3836 ((-1264) (-1170))) (-15 -4116 ((-1170))) (-15 -3283 ((-1170))) (-15 -4170 ((-1264) (-1170) (-641 (-1170)) $)) (-15 -4170 ((-1264) (-1170) (-641 (-1170)))) (-15 -4170 ((-1264) (-641 (-1170)))) (-15 -3853 ((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -4104 "void")) $)) (-15 -3853 ((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -4104 "void")))) (-15 -3853 ((-1264) (-3 (|:| |fst| (-434)) (|:| -4104 "void")))) (-15 -2625 ((-1264) (-1170) $)) (-15 -2625 ((-1264) (-1170))) (-15 -2625 ((-1264))) (-15 -1429 ((-1264) (-1170))) (-15 -3456 ($)) (-15 -3005 ((-3 (|:| |fst| (-434)) (|:| -4104 "void")) (-1170) $)) (-15 -2935 ((-641 (-1170)) (-1170) $)) (-15 -1989 ((-1174) (-1170) $))))
-((-3102 (((-641 (-641 (-3 (|:| -2540 (-1170)) (|:| -3629 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564))))))))) $) 66)) (-4002 (((-641 (-3 (|:| -2540 (-1170)) (|:| -3629 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564)))))))) (-434) $) 47)) (-1603 (($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-437))))) 17)) (-1429 (((-1264) $) 74)) (-3043 (((-641 (-1170)) $) 22)) (-3917 (((-1098) $) 60)) (-2569 (((-437) (-1170) $) 27)) (-2512 (((-641 (-1170)) $) 30)) (-3456 (($) 19)) (-1514 (((-437) (-641 (-1170)) (-437) $) 25) (((-437) (-1170) (-437) $) 24)) (-1721 (((-859) $) 9) (((-1182 (-1170) (-437)) $) 13)))
-(((-1174) (-13 (-611 (-859)) (-10 -8 (-15 -1721 ((-1182 (-1170) (-437)) $)) (-15 -3456 ($)) (-15 -1514 ((-437) (-641 (-1170)) (-437) $)) (-15 -1514 ((-437) (-1170) (-437) $)) (-15 -2569 ((-437) (-1170) $)) (-15 -3043 ((-641 (-1170)) $)) (-15 -4002 ((-641 (-3 (|:| -2540 (-1170)) (|:| -3629 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564)))))))) (-434) $)) (-15 -2512 ((-641 (-1170)) $)) (-15 -3102 ((-641 (-641 (-3 (|:| -2540 (-1170)) (|:| -3629 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564))))))))) $)) (-15 -3917 ((-1098) $)) (-15 -1429 ((-1264) $)) (-15 -1603 ($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-437))))))))) (T -1174))
-((-1721 (*1 *2 *1) (-12 (-5 *2 (-1182 (-1170) (-437))) (-5 *1 (-1174)))) (-3456 (*1 *1) (-5 *1 (-1174))) (-1514 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-437)) (-5 *3 (-641 (-1170))) (-5 *1 (-1174)))) (-1514 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1174)))) (-2569 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-437)) (-5 *1 (-1174)))) (-3043 (*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1174)))) (-4002 (*1 *2 *3 *1) (-12 (-5 *3 (-434)) (-5 *2 (-641 (-3 (|:| -2540 (-1170)) (|:| -3629 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564))))))))) (-5 *1 (-1174)))) (-2512 (*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1174)))) (-3102 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-3 (|:| -2540 (-1170)) (|:| -3629 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564)))))))))) (-5 *1 (-1174)))) (-3917 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-1174)))) (-1429 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1174)))) (-1603 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-437))))) (-5 *1 (-1174)))))
-(-13 (-611 (-859)) (-10 -8 (-15 -1721 ((-1182 (-1170) (-437)) $)) (-15 -3456 ($)) (-15 -1514 ((-437) (-641 (-1170)) (-437) $)) (-15 -1514 ((-437) (-1170) (-437) $)) (-15 -2569 ((-437) (-1170) $)) (-15 -3043 ((-641 (-1170)) $)) (-15 -4002 ((-641 (-3 (|:| -2540 (-1170)) (|:| -3629 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564)))))))) (-434) $)) (-15 -2512 ((-641 (-1170)) $)) (-15 -3102 ((-641 (-641 (-3 (|:| -2540 (-1170)) (|:| -3629 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564))))))))) $)) (-15 -3917 ((-1098) $)) (-15 -1429 ((-1264) $)) (-15 -1603 ($ (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-437))))))))
-((-1709 (((-112) $ $) NIL)) (-2035 (((-3 (-564) "failed") $) 29) (((-3 (-225) "failed") $) 35) (((-3 (-506) "failed") $) 43) (((-3 (-1152) "failed") $) 47)) (-3437 (((-564) $) 30) (((-225) $) 36) (((-506) $) 40) (((-1152) $) 48)) (-1986 (((-112) $) 53)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2496 (((-3 (-564) (-225) (-506) (-1152) $) $) 55)) (-2665 (((-641 $) $) 57)) (-2153 (((-1098) $) 24) (($ (-1098)) 25)) (-2738 (((-112) $) 56)) (-1721 (((-859) $) 23) (($ (-564)) 26) (($ (-225)) 32) (($ (-506)) 38) (($ (-1152)) 44) (((-536) $) 59) (((-564) $) 31) (((-225) $) 37) (((-506) $) 41) (((-1152) $) 49)) (-2872 (((-112) $ (|[\|\|]| (-564))) 10) (((-112) $ (|[\|\|]| (-225))) 13) (((-112) $ (|[\|\|]| (-506))) 19) (((-112) $ (|[\|\|]| (-1152))) 16)) (-2154 (($ (-506) (-641 $)) 51) (($ $ (-641 $)) 52)) (-3169 (((-564) $) 27) (((-225) $) 33) (((-506) $) 39) (((-1152) $) 45)) (-2853 (((-112) $ $) 7)))
-(((-1175) (-13 (-1254) (-1094) (-1035 (-564)) (-1035 (-225)) (-1035 (-506)) (-1035 (-1152)) (-611 (-536)) (-10 -8 (-15 -2153 ((-1098) $)) (-15 -2153 ($ (-1098))) (-15 -1721 ((-564) $)) (-15 -3169 ((-564) $)) (-15 -1721 ((-225) $)) (-15 -3169 ((-225) $)) (-15 -1721 ((-506) $)) (-15 -3169 ((-506) $)) (-15 -1721 ((-1152) $)) (-15 -3169 ((-1152) $)) (-15 -2154 ($ (-506) (-641 $))) (-15 -2154 ($ $ (-641 $))) (-15 -1986 ((-112) $)) (-15 -2496 ((-3 (-564) (-225) (-506) (-1152) $) $)) (-15 -2665 ((-641 $) $)) (-15 -2738 ((-112) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-564)))) (-15 -2872 ((-112) $ (|[\|\|]| (-225)))) (-15 -2872 ((-112) $ (|[\|\|]| (-506)))) (-15 -2872 ((-112) $ (|[\|\|]| (-1152))))))) (T -1175))
-((-2153 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-1175)))) (-2153 (*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-1175)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1175)))) (-3169 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1175)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1175)))) (-3169 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1175)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-1175)))) (-3169 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-1175)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1175)))) (-3169 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1175)))) (-2154 (*1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-641 (-1175))) (-5 *1 (-1175)))) (-2154 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1175)))) (-1986 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))) (-2496 (*1 *2 *1) (-12 (-5 *2 (-3 (-564) (-225) (-506) (-1152) (-1175))) (-5 *1 (-1175)))) (-2665 (*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1175)))) (-2738 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))) (-2872 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-564))) (-5 *2 (-112)) (-5 *1 (-1175)))) (-2872 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-225))) (-5 *2 (-112)) (-5 *1 (-1175)))) (-2872 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-506))) (-5 *2 (-112)) (-5 *1 (-1175)))) (-2872 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1152))) (-5 *2 (-112)) (-5 *1 (-1175)))))
-(-13 (-1254) (-1094) (-1035 (-564)) (-1035 (-225)) (-1035 (-506)) (-1035 (-1152)) (-611 (-536)) (-10 -8 (-15 -2153 ((-1098) $)) (-15 -2153 ($ (-1098))) (-15 -1721 ((-564) $)) (-15 -3169 ((-564) $)) (-15 -1721 ((-225) $)) (-15 -3169 ((-225) $)) (-15 -1721 ((-506) $)) (-15 -3169 ((-506) $)) (-15 -1721 ((-1152) $)) (-15 -3169 ((-1152) $)) (-15 -2154 ($ (-506) (-641 $))) (-15 -2154 ($ $ (-641 $))) (-15 -1986 ((-112) $)) (-15 -2496 ((-3 (-564) (-225) (-506) (-1152) $) $)) (-15 -2665 ((-641 $) $)) (-15 -2738 ((-112) $)) (-15 -2872 ((-112) $ (|[\|\|]| (-564)))) (-15 -2872 ((-112) $ (|[\|\|]| (-225)))) (-15 -2872 ((-112) $ (|[\|\|]| (-506)))) (-15 -2872 ((-112) $ (|[\|\|]| (-1152))))))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) 24)) (-1692 (($) 14 T CONST)) (-3746 (($) 29)) (-2766 (($ $ $) NIL) (($) 21 T CONST)) (-1650 (($ $ $) NIL) (($) 22 T CONST)) (-2981 (((-918) $) 26)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) 25)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
-(((-1176 |#1|) (-13 (-841) (-10 -8 (-15 -1692 ($) -1367))) (-918)) (T -1176))
-((-1692 (*1 *1) (-12 (-5 *1 (-1176 *2)) (-14 *2 (-918)))))
-(-13 (-841) (-10 -8 (-15 -1692 ($) -1367)))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)) (|has| |#1| (-1094))))) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL)) (-1956 (((-1264) $ (-1152) (-1152)) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-1152) |#1|) NIL)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-1725 (((-3 |#1| "failed") (-1152) $) NIL)) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094))))) (-3644 (($ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406))) (((-3 |#1| "failed") (-1152) $) NIL)) (-2576 (($ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-1152) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-1152)) NIL)) (-1433 (((-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-1152) $) NIL (|has| (-1152) (-847)))) (-2640 (((-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-1152) $) NIL (|has| (-1152) (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4407))) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (-4078 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)) (|has| |#1| (-1094))))) (-2945 (((-641 (-1152)) $) NIL)) (-2554 (((-112) (-1152) $) NIL)) (-2401 (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL)) (-2783 (($ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL)) (-3883 (((-641 (-1152)) $) NIL)) (-4336 (((-112) (-1152) $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)) (|has| |#1| (-1094))))) (-3303 ((|#1| $) NIL (|has| (-1152) (-847)))) (-3995 (((-3 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) "failed") (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL)) (-4253 (($ $ |#1|) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (($ $ (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL (-12 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-309 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-1152)) NIL) ((|#1| $ (-1152) |#1|) NIL)) (-4232 (($) NIL) (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL)) (-1831 (((-859) $) NIL (-4078 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-611 (-859))) (|has| |#1| (-611 (-859)))))) (-2321 (($ (-641 (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)))) NIL)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 (-1152)) (|:| -1389 |#1|)) (-1094)) (|has| |#1| (-1094))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1153 |#1|) (-13 (-1185 (-1152) |#1|) (-10 -7 (-6 -4406))) (-1094)) (T -1153))
+NIL
+(-13 (-1185 (-1152) |#1|) (-10 -7 (-6 -4406)))
+((-1786 (((-1150 |#1|) (-1150 |#1|)) 84)) (-3733 (((-3 (-1150 |#1|) "failed") (-1150 |#1|)) 42)) (-1690 (((-1150 |#1|) (-407 (-564)) (-1150 |#1|)) 135 (|has| |#1| (-38 (-407 (-564)))))) (-2491 (((-1150 |#1|) |#1| (-1150 |#1|)) 141 (|has| |#1| (-363)))) (-2809 (((-1150 |#1|) (-1150 |#1|)) 99)) (-2567 (((-1150 (-564)) (-564)) 63)) (-1785 (((-1150 |#1|) (-1150 (-1150 |#1|))) 118 (|has| |#1| (-38 (-407 (-564)))))) (-2978 (((-1150 |#1|) (-564) (-564) (-1150 |#1|)) 104)) (-1383 (((-1150 |#1|) |#1| (-564)) 53)) (-3795 (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 66)) (-2711 (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 138 (|has| |#1| (-363)))) (-1776 (((-1150 |#1|) |#1| (-1 (-1150 |#1|))) 117 (|has| |#1| (-38 (-407 (-564)))))) (-2489 (((-1150 |#1|) (-1 |#1| (-564)) |#1| (-1 (-1150 |#1|))) 139 (|has| |#1| (-363)))) (-2352 (((-1150 |#1|) (-1150 |#1|)) 98)) (-2223 (((-1150 |#1|) (-1150 |#1|)) 82)) (-1890 (((-1150 |#1|) (-564) (-564) (-1150 |#1|)) 105)) (-3907 (((-1150 |#1|) |#1| (-1150 |#1|)) 114 (|has| |#1| (-38 (-407 (-564)))))) (-2029 (((-1150 (-564)) (-564)) 62)) (-2133 (((-1150 |#1|) |#1|) 65)) (-4339 (((-1150 |#1|) (-1150 |#1|) (-564) (-564)) 101)) (-3049 (((-1150 |#1|) (-1 |#1| (-564)) (-1150 |#1|)) 72)) (-1403 (((-3 (-1150 |#1|) "failed") (-1150 |#1|) (-1150 |#1|)) 40)) (-2657 (((-1150 |#1|) (-1150 |#1|)) 100)) (-2633 (((-1150 |#1|) (-1150 |#1|) |#1|) 77)) (-3481 (((-1150 |#1|) (-1150 |#1|)) 68)) (-2049 (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 78)) (-1831 (((-1150 |#1|) |#1|) 73)) (-3150 (((-1150 |#1|) (-1150 (-1150 |#1|))) 89)) (-1823 (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 41)) (-1808 (((-1150 |#1|) (-1150 |#1|)) 21) (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 23)) (-1797 (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 17)) (* (((-1150 |#1|) (-1150 |#1|) |#1|) 29) (((-1150 |#1|) |#1| (-1150 |#1|)) 26) (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 27)))
+(((-1154 |#1|) (-10 -7 (-15 -1797 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -1808 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -1808 ((-1150 |#1|) (-1150 |#1|))) (-15 * ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 * ((-1150 |#1|) |#1| (-1150 |#1|))) (-15 * ((-1150 |#1|) (-1150 |#1|) |#1|)) (-15 -1403 ((-3 (-1150 |#1|) "failed") (-1150 |#1|) (-1150 |#1|))) (-15 -1823 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3733 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -1383 ((-1150 |#1|) |#1| (-564))) (-15 -2029 ((-1150 (-564)) (-564))) (-15 -2567 ((-1150 (-564)) (-564))) (-15 -2133 ((-1150 |#1|) |#1|)) (-15 -3795 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3481 ((-1150 |#1|) (-1150 |#1|))) (-15 -3049 ((-1150 |#1|) (-1 |#1| (-564)) (-1150 |#1|))) (-15 -1831 ((-1150 |#1|) |#1|)) (-15 -2633 ((-1150 |#1|) (-1150 |#1|) |#1|)) (-15 -2049 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2223 ((-1150 |#1|) (-1150 |#1|))) (-15 -1786 ((-1150 |#1|) (-1150 |#1|))) (-15 -3150 ((-1150 |#1|) (-1150 (-1150 |#1|)))) (-15 -2352 ((-1150 |#1|) (-1150 |#1|))) (-15 -2809 ((-1150 |#1|) (-1150 |#1|))) (-15 -2657 ((-1150 |#1|) (-1150 |#1|))) (-15 -4339 ((-1150 |#1|) (-1150 |#1|) (-564) (-564))) (-15 -2978 ((-1150 |#1|) (-564) (-564) (-1150 |#1|))) (-15 -1890 ((-1150 |#1|) (-564) (-564) (-1150 |#1|))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ((-1150 |#1|) |#1| (-1150 |#1|))) (-15 -1776 ((-1150 |#1|) |#1| (-1 (-1150 |#1|)))) (-15 -1785 ((-1150 |#1|) (-1150 (-1150 |#1|)))) (-15 -1690 ((-1150 |#1|) (-407 (-564)) (-1150 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -2711 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2489 ((-1150 |#1|) (-1 |#1| (-564)) |#1| (-1 (-1150 |#1|)))) (-15 -2491 ((-1150 |#1|) |#1| (-1150 |#1|)))) |%noBranch|)) (-1046)) (T -1154))
+((-2491 (*1 *2 *3 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2489 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-564))) (-5 *5 (-1 (-1150 *4))) (-4 *4 (-363)) (-4 *4 (-1046)) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4)))) (-2711 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-363)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-1690 (*1 *2 *3 *2) (-12 (-5 *2 (-1150 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1046)) (-5 *3 (-407 (-564))) (-5 *1 (-1154 *4)))) (-1785 (*1 *2 *3) (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4)) (-4 *4 (-38 (-407 (-564)))) (-4 *4 (-1046)))) (-1776 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1150 *3))) (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)))) (-3907 (*1 *2 *3 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-1890 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046)) (-5 *1 (-1154 *4)))) (-2978 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046)) (-5 *1 (-1154 *4)))) (-4339 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046)) (-5 *1 (-1154 *4)))) (-2657 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2809 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2352 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-3150 (*1 *2 *3) (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4)) (-4 *4 (-1046)))) (-1786 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2223 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2049 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2633 (*1 *2 *2 *3) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-1831 (*1 *2 *3) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3)) (-4 *3 (-1046)))) (-3049 (*1 *2 *3 *2) (-12 (-5 *2 (-1150 *4)) (-5 *3 (-1 *4 (-564))) (-4 *4 (-1046)) (-5 *1 (-1154 *4)))) (-3481 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-3795 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-2133 (*1 *2 *3) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3)) (-4 *3 (-1046)))) (-2567 (*1 *2 *3) (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1154 *4)) (-4 *4 (-1046)) (-5 *3 (-564)))) (-2029 (*1 *2 *3) (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1154 *4)) (-4 *4 (-1046)) (-5 *3 (-564)))) (-1383 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3)) (-4 *3 (-1046)))) (-3733 (*1 *2 *2) (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-1823 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-1403 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-1808 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-1808 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))) (-1797 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
+(-10 -7 (-15 -1797 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -1808 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -1808 ((-1150 |#1|) (-1150 |#1|))) (-15 * ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 * ((-1150 |#1|) |#1| (-1150 |#1|))) (-15 * ((-1150 |#1|) (-1150 |#1|) |#1|)) (-15 -1403 ((-3 (-1150 |#1|) "failed") (-1150 |#1|) (-1150 |#1|))) (-15 -1823 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3733 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -1383 ((-1150 |#1|) |#1| (-564))) (-15 -2029 ((-1150 (-564)) (-564))) (-15 -2567 ((-1150 (-564)) (-564))) (-15 -2133 ((-1150 |#1|) |#1|)) (-15 -3795 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3481 ((-1150 |#1|) (-1150 |#1|))) (-15 -3049 ((-1150 |#1|) (-1 |#1| (-564)) (-1150 |#1|))) (-15 -1831 ((-1150 |#1|) |#1|)) (-15 -2633 ((-1150 |#1|) (-1150 |#1|) |#1|)) (-15 -2049 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2223 ((-1150 |#1|) (-1150 |#1|))) (-15 -1786 ((-1150 |#1|) (-1150 |#1|))) (-15 -3150 ((-1150 |#1|) (-1150 (-1150 |#1|)))) (-15 -2352 ((-1150 |#1|) (-1150 |#1|))) (-15 -2809 ((-1150 |#1|) (-1150 |#1|))) (-15 -2657 ((-1150 |#1|) (-1150 |#1|))) (-15 -4339 ((-1150 |#1|) (-1150 |#1|) (-564) (-564))) (-15 -2978 ((-1150 |#1|) (-564) (-564) (-1150 |#1|))) (-15 -1890 ((-1150 |#1|) (-564) (-564) (-1150 |#1|))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ((-1150 |#1|) |#1| (-1150 |#1|))) (-15 -1776 ((-1150 |#1|) |#1| (-1 (-1150 |#1|)))) (-15 -1785 ((-1150 |#1|) (-1150 (-1150 |#1|)))) (-15 -1690 ((-1150 |#1|) (-407 (-564)) (-1150 |#1|)))) |%noBranch|) (IF (|has| |#1| (-363)) (PROGN (-15 -2711 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2489 ((-1150 |#1|) (-1 |#1| (-564)) |#1| (-1 (-1150 |#1|)))) (-15 -2491 ((-1150 |#1|) |#1| (-1150 |#1|)))) |%noBranch|))
+((-3357 (((-1150 |#1|) (-1150 |#1|)) 60)) (-3210 (((-1150 |#1|) (-1150 |#1|)) 42)) (-3330 (((-1150 |#1|) (-1150 |#1|)) 56)) (-3187 (((-1150 |#1|) (-1150 |#1|)) 38)) (-3384 (((-1150 |#1|) (-1150 |#1|)) 63)) (-3233 (((-1150 |#1|) (-1150 |#1|)) 45)) (-2358 (((-1150 |#1|) (-1150 |#1|)) 34)) (-4326 (((-1150 |#1|) (-1150 |#1|)) 29)) (-3395 (((-1150 |#1|) (-1150 |#1|)) 64)) (-3245 (((-1150 |#1|) (-1150 |#1|)) 46)) (-3371 (((-1150 |#1|) (-1150 |#1|)) 61)) (-3221 (((-1150 |#1|) (-1150 |#1|)) 43)) (-3344 (((-1150 |#1|) (-1150 |#1|)) 58)) (-3199 (((-1150 |#1|) (-1150 |#1|)) 40)) (-3427 (((-1150 |#1|) (-1150 |#1|)) 68)) (-3276 (((-1150 |#1|) (-1150 |#1|)) 50)) (-3406 (((-1150 |#1|) (-1150 |#1|)) 66)) (-3254 (((-1150 |#1|) (-1150 |#1|)) 48)) (-3450 (((-1150 |#1|) (-1150 |#1|)) 71)) (-3302 (((-1150 |#1|) (-1150 |#1|)) 53)) (-2315 (((-1150 |#1|) (-1150 |#1|)) 72)) (-3316 (((-1150 |#1|) (-1150 |#1|)) 54)) (-3439 (((-1150 |#1|) (-1150 |#1|)) 70)) (-3287 (((-1150 |#1|) (-1150 |#1|)) 52)) (-3416 (((-1150 |#1|) (-1150 |#1|)) 69)) (-3265 (((-1150 |#1|) (-1150 |#1|)) 51)) (** (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 36)))
+(((-1155 |#1|) (-10 -7 (-15 -4326 ((-1150 |#1|) (-1150 |#1|))) (-15 -2358 ((-1150 |#1|) (-1150 |#1|))) (-15 ** ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3187 ((-1150 |#1|) (-1150 |#1|))) (-15 -3199 ((-1150 |#1|) (-1150 |#1|))) (-15 -3210 ((-1150 |#1|) (-1150 |#1|))) (-15 -3221 ((-1150 |#1|) (-1150 |#1|))) (-15 -3233 ((-1150 |#1|) (-1150 |#1|))) (-15 -3245 ((-1150 |#1|) (-1150 |#1|))) (-15 -3254 ((-1150 |#1|) (-1150 |#1|))) (-15 -3265 ((-1150 |#1|) (-1150 |#1|))) (-15 -3276 ((-1150 |#1|) (-1150 |#1|))) (-15 -3287 ((-1150 |#1|) (-1150 |#1|))) (-15 -3302 ((-1150 |#1|) (-1150 |#1|))) (-15 -3316 ((-1150 |#1|) (-1150 |#1|))) (-15 -3330 ((-1150 |#1|) (-1150 |#1|))) (-15 -3344 ((-1150 |#1|) (-1150 |#1|))) (-15 -3357 ((-1150 |#1|) (-1150 |#1|))) (-15 -3371 ((-1150 |#1|) (-1150 |#1|))) (-15 -3384 ((-1150 |#1|) (-1150 |#1|))) (-15 -3395 ((-1150 |#1|) (-1150 |#1|))) (-15 -3406 ((-1150 |#1|) (-1150 |#1|))) (-15 -3416 ((-1150 |#1|) (-1150 |#1|))) (-15 -3427 ((-1150 |#1|) (-1150 |#1|))) (-15 -3439 ((-1150 |#1|) (-1150 |#1|))) (-15 -3450 ((-1150 |#1|) (-1150 |#1|))) (-15 -2315 ((-1150 |#1|) (-1150 |#1|)))) (-38 (-407 (-564)))) (T -1155))
+((-2315 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3450 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3439 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3427 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3416 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3406 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3395 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3384 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3371 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3357 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3344 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3330 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3316 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3302 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3287 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3276 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3265 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3254 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3245 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3233 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3221 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3210 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3199 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-3187 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-2358 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))) (-4326 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1155 *3)))))
+(-10 -7 (-15 -4326 ((-1150 |#1|) (-1150 |#1|))) (-15 -2358 ((-1150 |#1|) (-1150 |#1|))) (-15 ** ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3187 ((-1150 |#1|) (-1150 |#1|))) (-15 -3199 ((-1150 |#1|) (-1150 |#1|))) (-15 -3210 ((-1150 |#1|) (-1150 |#1|))) (-15 -3221 ((-1150 |#1|) (-1150 |#1|))) (-15 -3233 ((-1150 |#1|) (-1150 |#1|))) (-15 -3245 ((-1150 |#1|) (-1150 |#1|))) (-15 -3254 ((-1150 |#1|) (-1150 |#1|))) (-15 -3265 ((-1150 |#1|) (-1150 |#1|))) (-15 -3276 ((-1150 |#1|) (-1150 |#1|))) (-15 -3287 ((-1150 |#1|) (-1150 |#1|))) (-15 -3302 ((-1150 |#1|) (-1150 |#1|))) (-15 -3316 ((-1150 |#1|) (-1150 |#1|))) (-15 -3330 ((-1150 |#1|) (-1150 |#1|))) (-15 -3344 ((-1150 |#1|) (-1150 |#1|))) (-15 -3357 ((-1150 |#1|) (-1150 |#1|))) (-15 -3371 ((-1150 |#1|) (-1150 |#1|))) (-15 -3384 ((-1150 |#1|) (-1150 |#1|))) (-15 -3395 ((-1150 |#1|) (-1150 |#1|))) (-15 -3406 ((-1150 |#1|) (-1150 |#1|))) (-15 -3416 ((-1150 |#1|) (-1150 |#1|))) (-15 -3427 ((-1150 |#1|) (-1150 |#1|))) (-15 -3439 ((-1150 |#1|) (-1150 |#1|))) (-15 -3450 ((-1150 |#1|) (-1150 |#1|))) (-15 -2315 ((-1150 |#1|) (-1150 |#1|))))
+((-3357 (((-1150 |#1|) (-1150 |#1|)) 108)) (-3210 (((-1150 |#1|) (-1150 |#1|)) 65)) (-3611 (((-2 (|:| -3330 (-1150 |#1|)) (|:| -3344 (-1150 |#1|))) (-1150 |#1|)) 104)) (-3330 (((-1150 |#1|) (-1150 |#1|)) 105)) (-3709 (((-2 (|:| -3187 (-1150 |#1|)) (|:| -3199 (-1150 |#1|))) (-1150 |#1|)) 54)) (-3187 (((-1150 |#1|) (-1150 |#1|)) 55)) (-3384 (((-1150 |#1|) (-1150 |#1|)) 110)) (-3233 (((-1150 |#1|) (-1150 |#1|)) 72)) (-2358 (((-1150 |#1|) (-1150 |#1|)) 40)) (-4326 (((-1150 |#1|) (-1150 |#1|)) 37)) (-3395 (((-1150 |#1|) (-1150 |#1|)) 111)) (-3245 (((-1150 |#1|) (-1150 |#1|)) 73)) (-3371 (((-1150 |#1|) (-1150 |#1|)) 109)) (-3221 (((-1150 |#1|) (-1150 |#1|)) 68)) (-3344 (((-1150 |#1|) (-1150 |#1|)) 106)) (-3199 (((-1150 |#1|) (-1150 |#1|)) 56)) (-3427 (((-1150 |#1|) (-1150 |#1|)) 119)) (-3276 (((-1150 |#1|) (-1150 |#1|)) 94)) (-3406 (((-1150 |#1|) (-1150 |#1|)) 113)) (-3254 (((-1150 |#1|) (-1150 |#1|)) 90)) (-3450 (((-1150 |#1|) (-1150 |#1|)) 123)) (-3302 (((-1150 |#1|) (-1150 |#1|)) 98)) (-2315 (((-1150 |#1|) (-1150 |#1|)) 125)) (-3316 (((-1150 |#1|) (-1150 |#1|)) 100)) (-3439 (((-1150 |#1|) (-1150 |#1|)) 121)) (-3287 (((-1150 |#1|) (-1150 |#1|)) 96)) (-3416 (((-1150 |#1|) (-1150 |#1|)) 115)) (-3265 (((-1150 |#1|) (-1150 |#1|)) 92)) (** (((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) 41)))
+(((-1156 |#1|) (-10 -7 (-15 -4326 ((-1150 |#1|) (-1150 |#1|))) (-15 -2358 ((-1150 |#1|) (-1150 |#1|))) (-15 ** ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3709 ((-2 (|:| -3187 (-1150 |#1|)) (|:| -3199 (-1150 |#1|))) (-1150 |#1|))) (-15 -3187 ((-1150 |#1|) (-1150 |#1|))) (-15 -3199 ((-1150 |#1|) (-1150 |#1|))) (-15 -3210 ((-1150 |#1|) (-1150 |#1|))) (-15 -3221 ((-1150 |#1|) (-1150 |#1|))) (-15 -3233 ((-1150 |#1|) (-1150 |#1|))) (-15 -3245 ((-1150 |#1|) (-1150 |#1|))) (-15 -3254 ((-1150 |#1|) (-1150 |#1|))) (-15 -3265 ((-1150 |#1|) (-1150 |#1|))) (-15 -3276 ((-1150 |#1|) (-1150 |#1|))) (-15 -3287 ((-1150 |#1|) (-1150 |#1|))) (-15 -3302 ((-1150 |#1|) (-1150 |#1|))) (-15 -3316 ((-1150 |#1|) (-1150 |#1|))) (-15 -3611 ((-2 (|:| -3330 (-1150 |#1|)) (|:| -3344 (-1150 |#1|))) (-1150 |#1|))) (-15 -3330 ((-1150 |#1|) (-1150 |#1|))) (-15 -3344 ((-1150 |#1|) (-1150 |#1|))) (-15 -3357 ((-1150 |#1|) (-1150 |#1|))) (-15 -3371 ((-1150 |#1|) (-1150 |#1|))) (-15 -3384 ((-1150 |#1|) (-1150 |#1|))) (-15 -3395 ((-1150 |#1|) (-1150 |#1|))) (-15 -3406 ((-1150 |#1|) (-1150 |#1|))) (-15 -3416 ((-1150 |#1|) (-1150 |#1|))) (-15 -3427 ((-1150 |#1|) (-1150 |#1|))) (-15 -3439 ((-1150 |#1|) (-1150 |#1|))) (-15 -3450 ((-1150 |#1|) (-1150 |#1|))) (-15 -2315 ((-1150 |#1|) (-1150 |#1|)))) (-38 (-407 (-564)))) (T -1156))
+((-2315 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3450 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3439 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3427 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3416 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3406 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3395 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3384 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3371 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3357 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3344 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3330 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3611 (*1 *2 *3) (-12 (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-2 (|:| -3330 (-1150 *4)) (|:| -3344 (-1150 *4)))) (-5 *1 (-1156 *4)) (-5 *3 (-1150 *4)))) (-3316 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3302 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3287 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3276 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3265 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3254 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3245 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3233 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3221 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3210 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3199 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3187 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-3709 (*1 *2 *3) (-12 (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-2 (|:| -3187 (-1150 *4)) (|:| -3199 (-1150 *4)))) (-5 *1 (-1156 *4)) (-5 *3 (-1150 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-2358 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))) (-4326 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1156 *3)))))
+(-10 -7 (-15 -4326 ((-1150 |#1|) (-1150 |#1|))) (-15 -2358 ((-1150 |#1|) (-1150 |#1|))) (-15 ** ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3709 ((-2 (|:| -3187 (-1150 |#1|)) (|:| -3199 (-1150 |#1|))) (-1150 |#1|))) (-15 -3187 ((-1150 |#1|) (-1150 |#1|))) (-15 -3199 ((-1150 |#1|) (-1150 |#1|))) (-15 -3210 ((-1150 |#1|) (-1150 |#1|))) (-15 -3221 ((-1150 |#1|) (-1150 |#1|))) (-15 -3233 ((-1150 |#1|) (-1150 |#1|))) (-15 -3245 ((-1150 |#1|) (-1150 |#1|))) (-15 -3254 ((-1150 |#1|) (-1150 |#1|))) (-15 -3265 ((-1150 |#1|) (-1150 |#1|))) (-15 -3276 ((-1150 |#1|) (-1150 |#1|))) (-15 -3287 ((-1150 |#1|) (-1150 |#1|))) (-15 -3302 ((-1150 |#1|) (-1150 |#1|))) (-15 -3316 ((-1150 |#1|) (-1150 |#1|))) (-15 -3611 ((-2 (|:| -3330 (-1150 |#1|)) (|:| -3344 (-1150 |#1|))) (-1150 |#1|))) (-15 -3330 ((-1150 |#1|) (-1150 |#1|))) (-15 -3344 ((-1150 |#1|) (-1150 |#1|))) (-15 -3357 ((-1150 |#1|) (-1150 |#1|))) (-15 -3371 ((-1150 |#1|) (-1150 |#1|))) (-15 -3384 ((-1150 |#1|) (-1150 |#1|))) (-15 -3395 ((-1150 |#1|) (-1150 |#1|))) (-15 -3406 ((-1150 |#1|) (-1150 |#1|))) (-15 -3416 ((-1150 |#1|) (-1150 |#1|))) (-15 -3427 ((-1150 |#1|) (-1150 |#1|))) (-15 -3439 ((-1150 |#1|) (-1150 |#1|))) (-15 -3450 ((-1150 |#1|) (-1150 |#1|))) (-15 -2315 ((-1150 |#1|) (-1150 |#1|))))
+((-3389 (((-955 |#2|) |#2| |#2|) 50)) (-3031 ((|#2| |#2| |#1|) 19 (|has| |#1| (-307)))))
+(((-1157 |#1| |#2|) (-10 -7 (-15 -3389 ((-955 |#2|) |#2| |#2|)) (IF (|has| |#1| (-307)) (-15 -3031 (|#2| |#2| |#1|)) |%noBranch|)) (-556) (-1235 |#1|)) (T -1157))
+((-3031 (*1 *2 *2 *3) (-12 (-4 *3 (-307)) (-4 *3 (-556)) (-5 *1 (-1157 *3 *2)) (-4 *2 (-1235 *3)))) (-3389 (*1 *2 *3 *3) (-12 (-4 *4 (-556)) (-5 *2 (-955 *3)) (-5 *1 (-1157 *4 *3)) (-4 *3 (-1235 *4)))))
+(-10 -7 (-15 -3389 ((-955 |#2|) |#2| |#2|)) (IF (|has| |#1| (-307)) (-15 -3031 (|#2| |#2| |#1|)) |%noBranch|))
+((-1817 (((-112) $ $) NIL)) (-2168 (($ $ (-641 (-768))) 80)) (-3502 (($) 32)) (-3484 (($ $) 50)) (-2011 (((-641 $) $) 59)) (-1547 (((-112) $) 19)) (-1464 (((-641 (-940 |#2|)) $) 87)) (-2798 (($ $) 81)) (-2670 (((-768) $) 46)) (-3654 (($) 31)) (-2622 (($ $ (-641 (-768)) (-940 |#2|)) 73) (($ $ (-641 (-768)) (-768)) 74) (($ $ (-768) (-940 |#2|)) 76)) (-3956 (($ $ $) 56) (($ (-641 $)) 58)) (-4289 (((-768) $) 88)) (-2033 (((-112) $) 15)) (-2723 (((-1152) $) NIL)) (-1336 (((-112) $) 21)) (-2780 (((-1114) $) NIL)) (-2551 (((-171) $) 86)) (-3304 (((-940 |#2|) $) 82)) (-1416 (((-768) $) 83)) (-1703 (((-112) $) 85)) (-4297 (($ $ (-641 (-768)) (-171)) 79)) (-1883 (($ $) 51)) (-1831 (((-859) $) 99)) (-4102 (($ $ (-641 (-768)) (-112)) 78)) (-2926 (((-641 $) $) 11)) (-2847 (($ $ (-768)) 45)) (-3387 (($ $) 42)) (-3214 (($ $ $ (-940 |#2|) (-768)) 69)) (-3606 (($ $ (-940 |#2|)) 68)) (-2965 (($ $ (-641 (-768)) (-940 |#2|)) 65) (($ $ (-641 (-768)) (-768)) 71) (((-768) $ (-940 |#2|)) 72)) (-1702 (((-112) $ $) 93)))
+(((-1158 |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -2033 ((-112) $)) (-15 -1547 ((-112) $)) (-15 -1336 ((-112) $)) (-15 -3654 ($)) (-15 -3502 ($)) (-15 -3387 ($ $)) (-15 -2847 ($ $ (-768))) (-15 -2926 ((-641 $) $)) (-15 -2670 ((-768) $)) (-15 -3484 ($ $)) (-15 -1883 ($ $)) (-15 -3956 ($ $ $)) (-15 -3956 ($ (-641 $))) (-15 -2011 ((-641 $) $)) (-15 -2965 ($ $ (-641 (-768)) (-940 |#2|))) (-15 -3606 ($ $ (-940 |#2|))) (-15 -3214 ($ $ $ (-940 |#2|) (-768))) (-15 -2622 ($ $ (-641 (-768)) (-940 |#2|))) (-15 -2965 ($ $ (-641 (-768)) (-768))) (-15 -2622 ($ $ (-641 (-768)) (-768))) (-15 -2965 ((-768) $ (-940 |#2|))) (-15 -2622 ($ $ (-768) (-940 |#2|))) (-15 -4102 ($ $ (-641 (-768)) (-112))) (-15 -4297 ($ $ (-641 (-768)) (-171))) (-15 -2168 ($ $ (-641 (-768)))) (-15 -3304 ((-940 |#2|) $)) (-15 -1416 ((-768) $)) (-15 -1703 ((-112) $)) (-15 -2551 ((-171) $)) (-15 -4289 ((-768) $)) (-15 -2798 ($ $)) (-15 -1464 ((-641 (-940 |#2|)) $)))) (-918) (-1046)) (T -1158))
+((-2033 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-1547 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-1336 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-3654 (*1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-3502 (*1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-3387 (*1 *1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-2847 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-2926 (*1 *2 *1) (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-2670 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-3484 (*1 *1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-1883 (*1 *1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-3956 (*1 *1 *1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-3956 (*1 *1 *2) (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-2011 (*1 *2 *1) (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-2965 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-940 *5)) (-4 *5 (-1046)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))) (-3606 (*1 *1 *1 *2) (-12 (-5 *2 (-940 *4)) (-4 *4 (-1046)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)))) (-3214 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-940 *5)) (-5 *3 (-768)) (-4 *5 (-1046)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))) (-2622 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-940 *5)) (-4 *5 (-1046)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))) (-2965 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-768)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)) (-4 *5 (-1046)))) (-2622 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-768)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)) (-4 *5 (-1046)))) (-2965 (*1 *2 *1 *3) (-12 (-5 *3 (-940 *5)) (-4 *5 (-1046)) (-5 *2 (-768)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))) (-2622 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-940 *5)) (-4 *5 (-1046)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))) (-4102 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-112)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)) (-4 *5 (-1046)))) (-4297 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-641 (-768))) (-5 *3 (-171)) (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)) (-4 *5 (-1046)))) (-2168 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-3304 (*1 *2 *1) (-12 (-5 *2 (-940 *4)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-1416 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-1703 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-2551 (*1 *2 *1) (-12 (-5 *2 (-171)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-4289 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))) (-2798 (*1 *1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))) (-1464 (*1 *2 *1) (-12 (-5 *2 (-641 (-940 *4))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918)) (-4 *4 (-1046)))))
+(-13 (-1094) (-10 -8 (-15 -2033 ((-112) $)) (-15 -1547 ((-112) $)) (-15 -1336 ((-112) $)) (-15 -3654 ($)) (-15 -3502 ($)) (-15 -3387 ($ $)) (-15 -2847 ($ $ (-768))) (-15 -2926 ((-641 $) $)) (-15 -2670 ((-768) $)) (-15 -3484 ($ $)) (-15 -1883 ($ $)) (-15 -3956 ($ $ $)) (-15 -3956 ($ (-641 $))) (-15 -2011 ((-641 $) $)) (-15 -2965 ($ $ (-641 (-768)) (-940 |#2|))) (-15 -3606 ($ $ (-940 |#2|))) (-15 -3214 ($ $ $ (-940 |#2|) (-768))) (-15 -2622 ($ $ (-641 (-768)) (-940 |#2|))) (-15 -2965 ($ $ (-641 (-768)) (-768))) (-15 -2622 ($ $ (-641 (-768)) (-768))) (-15 -2965 ((-768) $ (-940 |#2|))) (-15 -2622 ($ $ (-768) (-940 |#2|))) (-15 -4102 ($ $ (-641 (-768)) (-112))) (-15 -4297 ($ $ (-641 (-768)) (-171))) (-15 -2168 ($ $ (-641 (-768)))) (-15 -3304 ((-940 |#2|) $)) (-15 -1416 ((-768) $)) (-15 -1703 ((-112) $)) (-15 -2551 ((-171) $)) (-15 -4289 ((-768) $)) (-15 -2798 ($ $)) (-15 -1464 ((-641 (-940 |#2|)) $))))
+((-1817 (((-112) $ $) NIL)) (-4383 ((|#2| $) 11)) (-4372 ((|#1| $) 10)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1842 (($ |#1| |#2|) 9)) (-1831 (((-859) $) 16)) (-1702 (((-112) $ $) NIL)))
+(((-1159 |#1| |#2|) (-13 (-1094) (-10 -8 (-15 -1842 ($ |#1| |#2|)) (-15 -4372 (|#1| $)) (-15 -4383 (|#2| $)))) (-1094) (-1094)) (T -1159))
+((-1842 (*1 *1 *2 *3) (-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-4372 (*1 *2 *1) (-12 (-4 *2 (-1094)) (-5 *1 (-1159 *2 *3)) (-4 *3 (-1094)))) (-4383 (*1 *2 *1) (-12 (-4 *2 (-1094)) (-5 *1 (-1159 *3 *2)) (-4 *3 (-1094)))))
+(-13 (-1094) (-10 -8 (-15 -1842 ($ |#1| |#2|)) (-15 -4372 (|#1| $)) (-15 -4383 (|#2| $))))
+((-1817 (((-112) $ $) NIL)) (-1649 (((-1129) $) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 15) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-1160) (-13 (-1077) (-10 -8 (-15 -1649 ((-1129) $))))) (T -1160))
+((-1649 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1160)))))
+(-13 (-1077) (-10 -8 (-15 -1649 ((-1129) $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3423 (((-1168 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-307)) (|has| |#1| (-363))))) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) 11)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-1537 (($ $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-1932 (((-112) $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-3220 (($ $ (-564)) NIL) (($ $ (-564) (-564)) 75)) (-4163 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) NIL)) (-1454 (((-1168 |#1| |#2| |#3|) $) 42)) (-3219 (((-3 (-1168 |#1| |#2| |#3|) "failed") $) 32)) (-3266 (((-1168 |#1| |#2| |#3|) $) 33)) (-3357 (($ $) 116 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 92 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-2427 (($ $) NIL (|has| |#1| (-363)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3330 (($ $) 112 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 88 (|has| |#1| (-38 (-407 (-564)))))) (-1598 (((-564) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-1881 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) NIL)) (-3384 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 96 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-1168 |#1| |#2| |#3|) "failed") $) 34) (((-3 (-1170) "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-564) "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))))) (-2237 (((-1168 |#1| |#2| |#3|) $) 140) (((-1170) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (((-407 (-564)) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363)))) (((-564) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))))) (-3588 (($ $) 37) (($ (-564) $) 38)) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) NIL)) (-4050 (((-685 (-1168 |#1| |#2| |#3|)) (-685 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -2394 (-685 (-1168 |#1| |#2| |#3|))) (|:| |vec| (-1259 (-1168 |#1| |#2| |#3|)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-637 (-564))) (|has| |#1| (-363)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-637 (-564))) (|has| |#1| (-363))))) (-3733 (((-3 $ "failed") $) 54)) (-3158 (((-407 (-949 |#1|)) $ (-564)) 74 (|has| |#1| (-556))) (((-407 (-949 |#1|)) $ (-564) (-564)) 76 (|has| |#1| (-556)))) (-2900 (($) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-1420 (((-112) $) NIL (|has| |#1| (-363)))) (-1569 (((-112) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-3030 (((-112) $) 28)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-883 (-379))) (|has| |#1| (-363)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-883 (-564))) (|has| |#1| (-363))))) (-2155 (((-564) $) NIL) (((-564) $ (-564)) 26)) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL (|has| |#1| (-363)))) (-3678 (((-1168 |#1| |#2| |#3|) $) 44 (|has| |#1| (-363)))) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2619 (((-3 $ "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1145)) (|has| |#1| (-363))))) (-2607 (((-112) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-2325 (($ $ (-918)) NIL)) (-1477 (($ (-1 |#1| (-564)) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-564)) 19) (($ $ (-1076) (-564)) NIL) (($ $ (-641 (-1076)) (-641 (-564))) NIL)) (-1925 (($ $ $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-3375 (($ $ $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-363)))) (-2358 (($ $) 81 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3277 (($ (-564) (-1168 |#1| |#2| |#3|)) 36)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| |#1| (-363)))) (-3907 (($ $) 79 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 80 (|has| |#1| (-38 (-407 (-564)))))) (-2884 (($) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1145)) (|has| |#1| (-363))) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3191 (($ $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-307)) (|has| |#1| (-363))))) (-1818 (((-1168 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-3070 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-3951 (($ $ (-564)) 158)) (-1403 (((-3 $ "failed") $ $) 55 (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-4326 (($ $) 82 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-564))))) (($ $ (-1170) (-1168 |#1| |#2| |#3|)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-514 (-1170) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 (-1168 |#1| |#2| |#3|))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-514 (-1170) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-294 (-1168 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-309 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-294 (-1168 |#1| |#2| |#3|))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-309 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-309 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-1168 |#1| |#2| |#3|)) (-641 (-1168 |#1| |#2| |#3|))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-309 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363))))) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ (-564)) NIL) (($ $ $) 61 (|has| (-564) (-1106))) (($ $ (-1168 |#1| |#2| |#3|)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-286 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-363))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3534 (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) NIL (|has| |#1| (-363))) (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) (-768)) NIL (|has| |#1| (-363))) (($ $ (-1255 |#2|)) 57) (($ $ (-768)) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) 56 (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-2644 (($ $) NIL (|has| |#1| (-363)))) (-3693 (((-1168 |#1| |#2| |#3|) $) 46 (|has| |#1| (-363)))) (-1619 (((-564) $) 43)) (-3395 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 98 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 118 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 94 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 114 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 90 (|has| |#1| (-38 (-407 (-564)))))) (-2511 (((-536) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-612 (-536))) (|has| |#1| (-363)))) (((-379) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1019)) (|has| |#1| (-363)))) (((-225) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1019)) (|has| |#1| (-363)))) (((-889 (-379)) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-612 (-889 (-379)))) (|has| |#1| (-363)))) (((-889 (-564)) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-612 (-889 (-564)))) (|has| |#1| (-363))))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-4037 (($ $) NIL)) (-1831 (((-859) $) 162) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1168 |#1| |#2| |#3|)) 30) (($ (-1255 |#2|)) 25) (($ (-1170)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (($ $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556)))) (($ (-407 (-564))) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))) (|has| |#1| (-38 (-407 (-564))))))) (-2742 ((|#1| $ (-564)) 77)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-145)) (|has| |#1| (-363))) (|has| |#1| (-145))))) (-2219 (((-768)) NIL T CONST)) (-2513 ((|#1| $) 12)) (-4150 (((-1168 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-3427 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 104 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-3406 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 100 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 108 (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-564)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 110 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 106 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 102 (|has| |#1| (-38 (-407 (-564)))))) (-1849 (($ $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-1293 (($) 21 T CONST)) (-1300 (($) 16 T CONST)) (-3435 (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) NIL (|has| |#1| (-363))) (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) (-768)) NIL (|has| |#1| (-363))) (($ $ (-768)) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-1762 (((-112) $ $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-1737 (((-112) $ $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-1723 (((-112) $ $) NIL (-4078 (-12 (|has| (-1168 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) 49 (|has| |#1| (-363))) (($ (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) 50 (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 23)) (** (($ $ (-918)) NIL) (($ $ (-768)) 60) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) 83 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 137 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 35) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1168 |#1| |#2| |#3|)) 48 (|has| |#1| (-363))) (($ (-1168 |#1| |#2| |#3|) $) 47 (|has| |#1| (-363))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-1161 |#1| |#2| |#3|) (-13 (-1221 |#1| (-1168 |#1| |#2| |#3|)) (-10 -8 (-15 -1831 ($ (-1255 |#2|))) (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1161))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1161 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1161 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-3907 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1161 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
+(-13 (-1221 |#1| (-1168 |#1| |#2| |#3|)) (-10 -8 (-15 -1831 ($ (-1255 |#2|))) (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|)))
+((-3837 ((|#2| |#2| (-1086 |#2|)) 26) ((|#2| |#2| (-1170)) 28)))
+(((-1162 |#1| |#2|) (-10 -7 (-15 -3837 (|#2| |#2| (-1170))) (-15 -3837 (|#2| |#2| (-1086 |#2|)))) (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-430 |#1|) (-160) (-27) (-1194))) (T -1162))
+((-3837 (*1 *2 *2 *3) (-12 (-5 *3 (-1086 *2)) (-4 *2 (-13 (-430 *4) (-160) (-27) (-1194))) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1162 *4 *2)))) (-3837 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1162 *4 *2)) (-4 *2 (-13 (-430 *4) (-160) (-27) (-1194))))))
+(-10 -7 (-15 -3837 (|#2| |#2| (-1170))) (-15 -3837 (|#2| |#2| (-1086 |#2|))))
+((-3837 (((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1086 (-407 (-949 |#1|)))) 31) (((-407 (-949 |#1|)) (-949 |#1|) (-1086 (-949 |#1|))) 44) (((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1170)) 33) (((-407 (-949 |#1|)) (-949 |#1|) (-1170)) 36)))
+(((-1163 |#1|) (-10 -7 (-15 -3837 ((-407 (-949 |#1|)) (-949 |#1|) (-1170))) (-15 -3837 ((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1170))) (-15 -3837 ((-407 (-949 |#1|)) (-949 |#1|) (-1086 (-949 |#1|)))) (-15 -3837 ((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1086 (-407 (-949 |#1|)))))) (-13 (-556) (-847) (-1035 (-564)))) (T -1163))
+((-3837 (*1 *2 *3 *4) (-12 (-5 *4 (-1086 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5))) (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-3 *3 (-316 *5))) (-5 *1 (-1163 *5)))) (-3837 (*1 *2 *3 *4) (-12 (-5 *4 (-1086 (-949 *5))) (-5 *3 (-949 *5)) (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-407 *3)) (-5 *1 (-1163 *5)))) (-3837 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-3 (-407 (-949 *5)) (-316 *5))) (-5 *1 (-1163 *5)) (-5 *3 (-407 (-949 *5))))) (-3837 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-407 (-949 *5))) (-5 *1 (-1163 *5)) (-5 *3 (-949 *5)))))
+(-10 -7 (-15 -3837 ((-407 (-949 |#1|)) (-949 |#1|) (-1170))) (-15 -3837 ((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1170))) (-15 -3837 ((-407 (-949 |#1|)) (-949 |#1|) (-1086 (-949 |#1|)))) (-15 -3837 ((-3 (-407 (-949 |#1|)) (-316 |#1|)) (-407 (-949 |#1|)) (-1086 (-407 (-949 |#1|))))))
+((-2449 (((-1166 |#2|) (-1 |#2| |#1|) (-1166 |#1|)) 13)))
+(((-1164 |#1| |#2|) (-10 -7 (-15 -2449 ((-1166 |#2|) (-1 |#2| |#1|) (-1166 |#1|)))) (-1046) (-1046)) (T -1164))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1166 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-5 *2 (-1166 *6)) (-5 *1 (-1164 *5 *6)))))
+(-10 -7 (-15 -2449 ((-1166 |#2|) (-1 |#2| |#1|) (-1166 |#1|))))
+((-3399 (((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|))) 51)) (-3070 (((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|))) 52)))
+(((-1165 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3070 ((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|)))) (-15 -3399 ((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|))))) (-790) (-847) (-452) (-946 |#3| |#1| |#2|)) (T -1165))
+((-3399 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-452)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-418 (-1166 (-407 *7)))) (-5 *1 (-1165 *4 *5 *6 *7)) (-5 *3 (-1166 (-407 *7))))) (-3070 (*1 *2 *3) (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-452)) (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-418 (-1166 (-407 *7)))) (-5 *1 (-1165 *4 *5 *6 *7)) (-5 *3 (-1166 (-407 *7))))))
+(-10 -7 (-15 -3070 ((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|)))) (-15 -3399 ((-418 (-1166 (-407 |#4|))) (-1166 (-407 |#4|)))))
+((-1817 (((-112) $ $) 169)) (-1615 (((-112) $) 42)) (-3151 (((-1259 |#1|) $ (-768)) NIL)) (-3209 (((-641 (-1076)) $) NIL)) (-1730 (($ (-1166 |#1|)) NIL)) (-3040 (((-1166 $) $ (-1076)) 81) (((-1166 |#1|) $) 70)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) 162 (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-1076))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2749 (($ $ $) 156 (|has| |#1| (-556)))) (-2345 (((-418 (-1166 $)) (-1166 $)) 94 (|has| |#1| (-906)))) (-2427 (($ $) NIL (|has| |#1| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 114 (|has| |#1| (-906)))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3048 (($ $ (-768)) 60)) (-1803 (($ $ (-768)) 62)) (-2011 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-452)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#1| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-1076) "failed") $) NIL)) (-2237 ((|#1| $) NIL) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-1076) $) NIL)) (-1357 (($ $ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $ $) 158 (|has| |#1| (-172)))) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) 79)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) NIL) (((-685 |#1|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3566 (($ $ $) 129)) (-3590 (($ $ $) NIL (|has| |#1| (-556)))) (-1330 (((-2 (|:| -2860 |#1|) (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-556)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-3031 (($ $) 163 (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#1| (-906)))) (-2055 (($ $ |#1| (-768) $) 68)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1076) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1076) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-4286 (((-859) $ (-859)) 146)) (-2155 (((-768) $ $) NIL (|has| |#1| (-556)))) (-2949 (((-112) $) 47)) (-4128 (((-768) $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| |#1| (-1145)))) (-3198 (($ (-1166 |#1|) (-1076)) 72) (($ (-1166 $) (-1076)) 88)) (-2325 (($ $ (-768)) 50)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-768)) 86) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-1076)) NIL) (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 151)) (-1826 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2546 (($ (-1 (-768) (-768)) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3478 (((-1166 |#1|) $) NIL)) (-2169 (((-3 (-1076) "failed") $) NIL)) (-3356 (($ $) NIL)) (-3370 ((|#1| $) 75)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) NIL (|has| |#1| (-452)))) (-2723 (((-1152) $) NIL)) (-2436 (((-2 (|:| -4347 $) (|:| -1678 $)) $ (-768)) 59)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-1076)) (|:| -1558 (-768))) "failed") $) NIL)) (-3907 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2884 (($) NIL (|has| |#1| (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) 49)) (-3341 ((|#1| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 102 (|has| |#1| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-452))) (($ $ $) 165 (|has| |#1| (-452)))) (-3798 (($ $ (-768) |#1| $) 121)) (-1469 (((-418 (-1166 $)) (-1166 $)) 100 (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) 99 (|has| |#1| (-906)))) (-3070 (((-418 $) $) 107 (|has| |#1| (-906)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-1403 (((-3 $ "failed") $ |#1|) 161 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 122 (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1076) |#1|) NIL) (($ $ (-641 (-1076)) (-641 |#1|)) NIL) (($ $ (-1076) $) NIL) (($ $ (-641 (-1076)) (-641 $)) NIL)) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ |#1|) 148) (($ $ $) 149) (((-407 $) (-407 $) (-407 $)) NIL (|has| |#1| (-556))) ((|#1| (-407 $) |#1|) NIL (|has| |#1| (-363))) (((-407 $) $ (-407 $)) NIL (|has| |#1| (-556)))) (-3318 (((-3 $ "failed") $ (-768)) 53)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 170 (|has| |#1| (-363)))) (-3190 (($ $ (-1076)) NIL (|has| |#1| (-172))) ((|#1| $) 154 (|has| |#1| (-172)))) (-3534 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-1619 (((-768) $) 77) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1076) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-3008 ((|#1| $) 160 (|has| |#1| (-452))) (($ $ (-1076)) NIL (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-906))))) (-1900 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556))) (((-3 (-407 $) "failed") (-407 $) $) NIL (|has| |#1| (-556)))) (-1831 (((-859) $) 147) (($ (-564)) NIL) (($ |#1|) 76) (($ (-1076)) NIL) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-768)) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) 40 (|has| |#1| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1293 (($) 17 T CONST)) (-1300 (($) 19 T CONST)) (-3435 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) 119)) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1823 (($ $ |#1|) 171 (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 89)) (** (($ $ (-918)) 14) (($ $ (-768)) 12)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 39) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 127) (($ $ |#1|) NIL)))
+(((-1166 |#1|) (-13 (-1235 |#1|) (-10 -8 (-15 -4286 ((-859) $ (-859))) (-15 -3798 ($ $ (-768) |#1| $)))) (-1046)) (T -1166))
+((-4286 (*1 *2 *1 *2) (-12 (-5 *2 (-859)) (-5 *1 (-1166 *3)) (-4 *3 (-1046)))) (-3798 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1166 *3)) (-4 *3 (-1046)))))
+(-13 (-1235 |#1|) (-10 -8 (-15 -4286 ((-859) $ (-859))) (-15 -3798 ($ $ (-768) |#1| $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) 11)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-3220 (($ $ (-407 (-564))) NIL) (($ $ (-407 (-564)) (-407 (-564))) NIL)) (-4163 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) NIL)) (-3357 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL (|has| |#1| (-363)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3330 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) NIL)) (-3384 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-1161 |#1| |#2| |#3|) "failed") $) 33) (((-3 (-1168 |#1| |#2| |#3|) "failed") $) 36)) (-2237 (((-1161 |#1| |#2| |#3|) $) NIL) (((-1168 |#1| |#2| |#3|) $) NIL)) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-4302 (((-407 (-564)) $) 59)) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3288 (($ (-407 (-564)) (-1161 |#1| |#2| |#3|)) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-1420 (((-112) $) NIL (|has| |#1| (-363)))) (-3030 (((-112) $) NIL)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-407 (-564)) $) NIL) (((-407 (-564)) $ (-407 (-564))) NIL)) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2325 (($ $ (-918)) NIL) (($ $ (-407 (-564))) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-407 (-564))) 20) (($ $ (-1076) (-407 (-564))) NIL) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2358 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3207 (((-1161 |#1| |#2| |#3|) $) 41)) (-2975 (((-3 (-1161 |#1| |#2| |#3|) "failed") $) NIL)) (-3277 (((-1161 |#1| |#2| |#3|) $) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| |#1| (-363)))) (-3907 (($ $) 39 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 40 (|has| |#1| (-38 (-407 (-564)))))) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-3951 (($ $ (-407 (-564))) NIL)) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-4326 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ (-407 (-564))) NIL) (($ $ $) NIL (|has| (-407 (-564)) (-1106)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $ (-1255 |#2|)) 38)) (-1619 (((-407 (-564)) $) NIL)) (-3395 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) NIL)) (-1831 (((-859) $) 62) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1161 |#1| |#2| |#3|)) 30) (($ (-1168 |#1| |#2| |#3|)) 31) (($ (-1255 |#2|)) 26) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-2742 ((|#1| $ (-407 (-564))) NIL)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-2513 ((|#1| $) 12)) (-3427 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-407 (-564))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 22 T CONST)) (-1300 (($) 16 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 24)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-1167 |#1| |#2| |#3|) (-13 (-1242 |#1| (-1161 |#1| |#2| |#3|)) (-1035 (-1168 |#1| |#2| |#3|)) (-614 (-1255 |#2|)) (-10 -8 (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1167))
+((-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1167 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-3907 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1167 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
+(-13 (-1242 |#1| (-1161 |#1| |#2| |#3|)) (-1035 (-1168 |#1| |#2| |#3|)) (-614 (-1255 |#2|)) (-10 -8 (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 130)) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) 120)) (-2074 (((-1232 |#2| |#1|) $ (-768)) 68)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-3220 (($ $ (-768)) 84) (($ $ (-768) (-768)) 81)) (-4163 (((-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|))) $) 106)) (-3357 (($ $) 174 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 150 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3330 (($ $) 170 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|)))) 119) (($ (-1150 |#1|)) 114)) (-3384 (($ $) 178 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 154 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) 25)) (-2186 (($ $) 28)) (-2469 (((-949 |#1|) $ (-768)) 80) (((-949 |#1|) $ (-768) (-768)) 82)) (-3030 (((-112) $) 125)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-768) $) 127) (((-768) $ (-768)) 129)) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2325 (($ $ (-918)) NIL)) (-1477 (($ (-1 |#1| (-564)) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-768)) 13) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2358 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-3907 (($ $) 134 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 135 (|has| |#1| (-38 (-407 (-564)))))) (-2780 (((-1114) $) NIL)) (-3951 (($ $ (-768)) 15)) (-1403 (((-3 $ "failed") $ $) 26 (|has| |#1| (-556)))) (-4326 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-768)))))) (-1350 ((|#1| $ (-768)) 123) (($ $ $) 133 (|has| (-768) (-1106)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) 29 (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $ (-1255 |#2|)) 31)) (-1619 (((-768) $) NIL)) (-3395 (($ $) 180 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 156 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 176 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 152 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 172 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 148 (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) NIL)) (-1831 (((-859) $) 207) (($ (-564)) NIL) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556))) (($ |#1|) 131 (|has| |#1| (-172))) (($ (-1232 |#2| |#1|)) 54) (($ (-1255 |#2|)) 36)) (-3227 (((-1150 |#1|) $) 102)) (-2742 ((|#1| $ (-768)) 122)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-2513 ((|#1| $) 57)) (-3427 (($ $) 186 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 162 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) 182 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 158 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 190 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 166 (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-768)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-768)))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) 192 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 168 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 188 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 164 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 184 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 160 (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 17 T CONST)) (-1300 (($) 20 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) 199)) (-1797 (($ $ $) 35)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ |#1|) 204 (|has| |#1| (-363))) (($ $ $) 139 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 142 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 137) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-1168 |#1| |#2| |#3|) (-13 (-1250 |#1|) (-10 -8 (-15 -1831 ($ (-1232 |#2| |#1|))) (-15 -2074 ((-1232 |#2| |#1|) $ (-768))) (-15 -1831 ($ (-1255 |#2|))) (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1168))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1232 *4 *3)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3) (-5 *1 (-1168 *3 *4 *5)))) (-2074 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1232 *5 *4)) (-5 *1 (-1168 *4 *5 *6)) (-4 *4 (-1046)) (-14 *5 (-1170)) (-14 *6 *4))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-3907 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
+(-13 (-1250 |#1|) (-10 -8 (-15 -1831 ($ (-1232 |#2| |#1|))) (-15 -2074 ((-1232 |#2| |#1|) $ (-768))) (-15 -1831 ($ (-1255 |#2|))) (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|)))
+((-1831 (((-859) $) 33) (($ (-1170)) 35)) (-4078 (($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 46)) (-4067 (($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 39) (($ $) 40)) (-2424 (($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 41)) (-2409 (($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 43)) (-2395 (($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 42)) (-2383 (($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 44)) (-3382 (($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 47)) (-12 (($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $))) 45)))
+(((-1169) (-13 (-611 (-859)) (-10 -8 (-15 -1831 ($ (-1170))) (-15 -2424 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2395 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2409 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2383 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -4078 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -3382 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -4067 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -4067 ($ $))))) (T -1169))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1169)))) (-2424 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-2395 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-2409 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-2383 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-4078 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-3382 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-4067 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169)))) (-5 *1 (-1169)))) (-4067 (*1 *1 *1) (-5 *1 (-1169))))
+(-13 (-611 (-859)) (-10 -8 (-15 -1831 ($ (-1170))) (-15 -2424 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2395 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2409 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -2383 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -4078 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -3382 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)) (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -4067 ($ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379))) (|:| CF (-316 (-169 (-379)))) (|:| |switch| $)))) (-15 -4067 ($ $))))
+((-1817 (((-112) $ $) NIL)) (-3902 (($ $ (-641 (-859))) 64)) (-2782 (($ $ (-641 (-859))) 62)) (-1307 (((-1152) $) 103)) (-1514 (((-2 (|:| -3946 (-641 (-859))) (|:| -1986 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3377 (-641 (-859))) (|:| |args| (-641 (-859)))) $) 109)) (-4068 (((-112) $) 23)) (-3524 (($ $ (-641 (-641 (-859)))) 61) (($ $ (-2 (|:| -3946 (-641 (-859))) (|:| -1986 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3377 (-641 (-859))) (|:| |args| (-641 (-859))))) 101)) (-1778 (($) 163 T CONST)) (-1581 (((-1264)) 136)) (-2131 (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 71) (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 78)) (-3654 (($) 122) (($ $) 131)) (-1316 (($ $) 102)) (-1925 (($ $ $) NIL)) (-3375 (($ $ $) NIL)) (-3176 (((-641 $) $) 138)) (-2723 (((-1152) $) 114)) (-2780 (((-1114) $) NIL)) (-1350 (($ $ (-641 (-859))) 63)) (-2511 (((-536) $) 48) (((-1170) $) 49) (((-889 (-564)) $) 82) (((-889 (-379)) $) 80)) (-1831 (((-859) $) 55) (($ (-1152)) 50)) (-4278 (($ $ (-641 (-859))) 65)) (-3213 (((-1152) $) 34) (((-1152) $ (-112)) 35) (((-1264) (-819) $) 36) (((-1264) (-819) $ (-112)) 37)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) 51)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) 52)))
+(((-1170) (-13 (-847) (-612 (-536)) (-825) (-612 (-1170)) (-614 (-1152)) (-612 (-889 (-564))) (-612 (-889 (-379))) (-883 (-564)) (-883 (-379)) (-10 -8 (-15 -3654 ($)) (-15 -3654 ($ $)) (-15 -1581 ((-1264))) (-15 -1316 ($ $)) (-15 -4068 ((-112) $)) (-15 -1514 ((-2 (|:| -3946 (-641 (-859))) (|:| -1986 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3377 (-641 (-859))) (|:| |args| (-641 (-859)))) $)) (-15 -3524 ($ $ (-641 (-641 (-859))))) (-15 -3524 ($ $ (-2 (|:| -3946 (-641 (-859))) (|:| -1986 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3377 (-641 (-859))) (|:| |args| (-641 (-859)))))) (-15 -2782 ($ $ (-641 (-859)))) (-15 -3902 ($ $ (-641 (-859)))) (-15 -4278 ($ $ (-641 (-859)))) (-15 -1350 ($ $ (-641 (-859)))) (-15 -1307 ((-1152) $)) (-15 -3176 ((-641 $) $)) (-15 -1778 ($) -1809)))) (T -1170))
+((-3654 (*1 *1) (-5 *1 (-1170))) (-3654 (*1 *1 *1) (-5 *1 (-1170))) (-1581 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1170)))) (-1316 (*1 *1 *1) (-5 *1 (-1170))) (-4068 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1170)))) (-1514 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -3946 (-641 (-859))) (|:| -1986 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3377 (-641 (-859))) (|:| |args| (-641 (-859))))) (-5 *1 (-1170)))) (-3524 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-641 (-859)))) (-5 *1 (-1170)))) (-3524 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -3946 (-641 (-859))) (|:| -1986 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3377 (-641 (-859))) (|:| |args| (-641 (-859))))) (-5 *1 (-1170)))) (-2782 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))) (-3902 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))) (-4278 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))) (-1307 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1170)))) (-3176 (*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1170)))) (-1778 (*1 *1) (-5 *1 (-1170))))
+(-13 (-847) (-612 (-536)) (-825) (-612 (-1170)) (-614 (-1152)) (-612 (-889 (-564))) (-612 (-889 (-379))) (-883 (-564)) (-883 (-379)) (-10 -8 (-15 -3654 ($)) (-15 -3654 ($ $)) (-15 -1581 ((-1264))) (-15 -1316 ($ $)) (-15 -4068 ((-112) $)) (-15 -1514 ((-2 (|:| -3946 (-641 (-859))) (|:| -1986 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3377 (-641 (-859))) (|:| |args| (-641 (-859)))) $)) (-15 -3524 ($ $ (-641 (-641 (-859))))) (-15 -3524 ($ $ (-2 (|:| -3946 (-641 (-859))) (|:| -1986 (-641 (-859))) (|:| |presup| (-641 (-859))) (|:| -3377 (-641 (-859))) (|:| |args| (-641 (-859)))))) (-15 -2782 ($ $ (-641 (-859)))) (-15 -3902 ($ $ (-641 (-859)))) (-15 -4278 ($ $ (-641 (-859)))) (-15 -1350 ($ $ (-641 (-859)))) (-15 -1307 ((-1152) $)) (-15 -3176 ((-641 $) $)) (-15 -1778 ($) -1809)))
+((-1873 (((-1259 |#1|) |#1| (-918)) 18) (((-1259 |#1|) (-641 |#1|)) 25)))
+(((-1171 |#1|) (-10 -7 (-15 -1873 ((-1259 |#1|) (-641 |#1|))) (-15 -1873 ((-1259 |#1|) |#1| (-918)))) (-1046)) (T -1171))
+((-1873 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-5 *2 (-1259 *3)) (-5 *1 (-1171 *3)) (-4 *3 (-1046)))) (-1873 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-1046)) (-5 *2 (-1259 *4)) (-5 *1 (-1171 *4)))))
+(-10 -7 (-15 -1873 ((-1259 |#1|) (-641 |#1|))) (-15 -1873 ((-1259 |#1|) |#1| (-918))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| |#1| (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#1| (-1035 (-407 (-564))))) (((-3 |#1| "failed") $) NIL)) (-2237 (((-564) $) NIL (|has| |#1| (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| |#1| (-1035 (-407 (-564))))) ((|#1| $) NIL)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3031 (($ $) NIL (|has| |#1| (-452)))) (-2055 (($ $ |#1| (-968) $) NIL)) (-2949 (((-112) $) 17)) (-4128 (((-768) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-968)) NIL)) (-1826 (((-968) $) NIL)) (-2546 (($ (-1 (-968) (-968)) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 ((|#1| $) NIL)) (-3798 (($ $ (-968) |#1| $) NIL (-12 (|has| (-968) (-131)) (|has| |#1| (-556))))) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556))) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-556)))) (-1619 (((-968) $) NIL)) (-3008 ((|#1| $) NIL (|has| |#1| (-452)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ $) NIL (|has| |#1| (-556))) (($ |#1|) NIL) (($ (-407 (-564))) NIL (-4078 (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-1035 (-407 (-564))))))) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ (-968)) NIL)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#1| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1293 (($) 11 T CONST)) (-1300 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 21)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 22) (($ $ |#1|) NIL) (($ |#1| $) 16) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-1172 |#1|) (-13 (-326 |#1| (-968)) (-10 -8 (IF (|has| |#1| (-556)) (IF (|has| (-968) (-131)) (-15 -3798 ($ $ (-968) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4404)) (-6 -4404) |%noBranch|))) (-1046)) (T -1172))
+((-3798 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-968)) (-4 *2 (-131)) (-5 *1 (-1172 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))))
+(-13 (-326 |#1| (-968)) (-10 -8 (IF (|has| |#1| (-556)) (IF (|has| (-968) (-131)) (-15 -3798 ($ $ (-968) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4404)) (-6 -4404) |%noBranch|)))
+((-1369 (((-1174) (-1170) $) 25)) (-2217 (($) 29)) (-1939 (((-3 (|:| |fst| (-434)) (|:| -3495 "void")) (-1170) $) 22)) (-3711 (((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -3495 "void")) $) 41) (((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) 42) (((-1264) (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) 43)) (-4076 (((-1264) (-1170)) 58)) (-1607 (((-1264) (-1170) $) 55) (((-1264) (-1170)) 56) (((-1264)) 57)) (-3553 (((-1264) (-1170)) 37)) (-2959 (((-1170)) 36)) (-4012 (($) 34)) (-3760 (((-437) (-1170) (-437) (-1170) $) 45) (((-437) (-641 (-1170)) (-437) (-1170) $) 49) (((-437) (-1170) (-437)) 46) (((-437) (-1170) (-437) (-1170)) 50)) (-1313 (((-1170)) 35)) (-1831 (((-859) $) 28)) (-1585 (((-1264)) 30) (((-1264) (-1170)) 33)) (-2636 (((-641 (-1170)) (-1170) $) 24)) (-3759 (((-1264) (-1170) (-641 (-1170)) $) 38) (((-1264) (-1170) (-641 (-1170))) 39) (((-1264) (-641 (-1170))) 40)))
+(((-1173) (-13 (-611 (-859)) (-10 -8 (-15 -2217 ($)) (-15 -1585 ((-1264))) (-15 -1585 ((-1264) (-1170))) (-15 -3760 ((-437) (-1170) (-437) (-1170) $)) (-15 -3760 ((-437) (-641 (-1170)) (-437) (-1170) $)) (-15 -3760 ((-437) (-1170) (-437))) (-15 -3760 ((-437) (-1170) (-437) (-1170))) (-15 -3553 ((-1264) (-1170))) (-15 -1313 ((-1170))) (-15 -2959 ((-1170))) (-15 -3759 ((-1264) (-1170) (-641 (-1170)) $)) (-15 -3759 ((-1264) (-1170) (-641 (-1170)))) (-15 -3759 ((-1264) (-641 (-1170)))) (-15 -3711 ((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -3495 "void")) $)) (-15 -3711 ((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -3495 "void")))) (-15 -3711 ((-1264) (-3 (|:| |fst| (-434)) (|:| -3495 "void")))) (-15 -1607 ((-1264) (-1170) $)) (-15 -1607 ((-1264) (-1170))) (-15 -1607 ((-1264))) (-15 -4076 ((-1264) (-1170))) (-15 -4012 ($)) (-15 -1939 ((-3 (|:| |fst| (-434)) (|:| -3495 "void")) (-1170) $)) (-15 -2636 ((-641 (-1170)) (-1170) $)) (-15 -1369 ((-1174) (-1170) $))))) (T -1173))
+((-2217 (*1 *1) (-5 *1 (-1173))) (-1585 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1173)))) (-1585 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-3760 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173)))) (-3760 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-437)) (-5 *3 (-641 (-1170))) (-5 *4 (-1170)) (-5 *1 (-1173)))) (-3760 (*1 *2 *3 *2) (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173)))) (-3760 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173)))) (-3553 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-1313 (*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1173)))) (-2959 (*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1173)))) (-3759 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-3759 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-3759 (*1 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-3711 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1170)) (-5 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-3711 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-5 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-3711 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-1607 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-1607 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-1607 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1173)))) (-4076 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))) (-4012 (*1 *1) (-5 *1 (-1173))) (-1939 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-5 *1 (-1173)))) (-2636 (*1 *2 *3 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1173)) (-5 *3 (-1170)))) (-1369 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-1174)) (-5 *1 (-1173)))))
+(-13 (-611 (-859)) (-10 -8 (-15 -2217 ($)) (-15 -1585 ((-1264))) (-15 -1585 ((-1264) (-1170))) (-15 -3760 ((-437) (-1170) (-437) (-1170) $)) (-15 -3760 ((-437) (-641 (-1170)) (-437) (-1170) $)) (-15 -3760 ((-437) (-1170) (-437))) (-15 -3760 ((-437) (-1170) (-437) (-1170))) (-15 -3553 ((-1264) (-1170))) (-15 -1313 ((-1170))) (-15 -2959 ((-1170))) (-15 -3759 ((-1264) (-1170) (-641 (-1170)) $)) (-15 -3759 ((-1264) (-1170) (-641 (-1170)))) (-15 -3759 ((-1264) (-641 (-1170)))) (-15 -3711 ((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -3495 "void")) $)) (-15 -3711 ((-1264) (-1170) (-3 (|:| |fst| (-434)) (|:| -3495 "void")))) (-15 -3711 ((-1264) (-3 (|:| |fst| (-434)) (|:| -3495 "void")))) (-15 -1607 ((-1264) (-1170) $)) (-15 -1607 ((-1264) (-1170))) (-15 -1607 ((-1264))) (-15 -4076 ((-1264) (-1170))) (-15 -4012 ($)) (-15 -1939 ((-3 (|:| |fst| (-434)) (|:| -3495 "void")) (-1170) $)) (-15 -2636 ((-641 (-1170)) (-1170) $)) (-15 -1369 ((-1174) (-1170) $))))
+((-1688 (((-641 (-641 (-3 (|:| -1316 (-1170)) (|:| -2073 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564))))))))) $) 66)) (-1444 (((-641 (-3 (|:| -1316 (-1170)) (|:| -2073 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564)))))))) (-434) $) 47)) (-2985 (($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-437))))) 17)) (-4076 (((-1264) $) 74)) (-2322 (((-641 (-1170)) $) 22)) (-3087 (((-1098) $) 60)) (-2259 (((-437) (-1170) $) 27)) (-2964 (((-641 (-1170)) $) 30)) (-4012 (($) 19)) (-3760 (((-437) (-641 (-1170)) (-437) $) 25) (((-437) (-1170) (-437) $) 24)) (-1831 (((-859) $) 9) (((-1182 (-1170) (-437)) $) 13)))
+(((-1174) (-13 (-611 (-859)) (-10 -8 (-15 -1831 ((-1182 (-1170) (-437)) $)) (-15 -4012 ($)) (-15 -3760 ((-437) (-641 (-1170)) (-437) $)) (-15 -3760 ((-437) (-1170) (-437) $)) (-15 -2259 ((-437) (-1170) $)) (-15 -2322 ((-641 (-1170)) $)) (-15 -1444 ((-641 (-3 (|:| -1316 (-1170)) (|:| -2073 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564)))))))) (-434) $)) (-15 -2964 ((-641 (-1170)) $)) (-15 -1688 ((-641 (-641 (-3 (|:| -1316 (-1170)) (|:| -2073 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564))))))))) $)) (-15 -3087 ((-1098) $)) (-15 -4076 ((-1264) $)) (-15 -2985 ($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-437))))))))) (T -1174))
+((-1831 (*1 *2 *1) (-12 (-5 *2 (-1182 (-1170) (-437))) (-5 *1 (-1174)))) (-4012 (*1 *1) (-5 *1 (-1174))) (-3760 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-437)) (-5 *3 (-641 (-1170))) (-5 *1 (-1174)))) (-3760 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1174)))) (-2259 (*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-437)) (-5 *1 (-1174)))) (-2322 (*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1174)))) (-1444 (*1 *2 *3 *1) (-12 (-5 *3 (-434)) (-5 *2 (-641 (-3 (|:| -1316 (-1170)) (|:| -2073 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564))))))))) (-5 *1 (-1174)))) (-2964 (*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1174)))) (-1688 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-3 (|:| -1316 (-1170)) (|:| -2073 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564)))))))))) (-5 *1 (-1174)))) (-3087 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-1174)))) (-4076 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1174)))) (-2985 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-437))))) (-5 *1 (-1174)))))
+(-13 (-611 (-859)) (-10 -8 (-15 -1831 ((-1182 (-1170) (-437)) $)) (-15 -4012 ($)) (-15 -3760 ((-437) (-641 (-1170)) (-437) $)) (-15 -3760 ((-437) (-1170) (-437) $)) (-15 -2259 ((-437) (-1170) $)) (-15 -2322 ((-641 (-1170)) $)) (-15 -1444 ((-641 (-3 (|:| -1316 (-1170)) (|:| -2073 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564)))))))) (-434) $)) (-15 -2964 ((-641 (-1170)) $)) (-15 -1688 ((-641 (-641 (-3 (|:| -1316 (-1170)) (|:| -2073 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564))))))))) $)) (-15 -3087 ((-1098) $)) (-15 -4076 ((-1264) $)) (-15 -2985 ($ (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-437))))))))
+((-1817 (((-112) $ $) NIL)) (-2347 (((-3 (-564) "failed") $) 29) (((-3 (-225) "failed") $) 35) (((-3 (-506) "failed") $) 43) (((-3 (-1152) "failed") $) 47)) (-2237 (((-564) $) 30) (((-225) $) 36) (((-506) $) 40) (((-1152) $) 48)) (-1342 (((-112) $) 53)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2812 (((-3 (-564) (-225) (-506) (-1152) $) $) 55)) (-1952 (((-641 $) $) 57)) (-2511 (((-1098) $) 24) (($ (-1098)) 25)) (-3256 (((-112) $) 56)) (-1831 (((-859) $) 23) (($ (-564)) 26) (($ (-225)) 32) (($ (-506)) 38) (($ (-1152)) 44) (((-536) $) 59) (((-564) $) 31) (((-225) $) 37) (((-506) $) 41) (((-1152) $) 49)) (-4378 (((-112) $ (|[\|\|]| (-564))) 10) (((-112) $ (|[\|\|]| (-225))) 13) (((-112) $ (|[\|\|]| (-506))) 19) (((-112) $ (|[\|\|]| (-1152))) 16)) (-3699 (($ (-506) (-641 $)) 51) (($ $ (-641 $)) 52)) (-3309 (((-564) $) 27) (((-225) $) 33) (((-506) $) 39) (((-1152) $) 45)) (-1702 (((-112) $ $) 7)))
+(((-1175) (-13 (-1254) (-1094) (-1035 (-564)) (-1035 (-225)) (-1035 (-506)) (-1035 (-1152)) (-611 (-536)) (-10 -8 (-15 -2511 ((-1098) $)) (-15 -2511 ($ (-1098))) (-15 -1831 ((-564) $)) (-15 -3309 ((-564) $)) (-15 -1831 ((-225) $)) (-15 -3309 ((-225) $)) (-15 -1831 ((-506) $)) (-15 -3309 ((-506) $)) (-15 -1831 ((-1152) $)) (-15 -3309 ((-1152) $)) (-15 -3699 ($ (-506) (-641 $))) (-15 -3699 ($ $ (-641 $))) (-15 -1342 ((-112) $)) (-15 -2812 ((-3 (-564) (-225) (-506) (-1152) $) $)) (-15 -1952 ((-641 $) $)) (-15 -3256 ((-112) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-564)))) (-15 -4378 ((-112) $ (|[\|\|]| (-225)))) (-15 -4378 ((-112) $ (|[\|\|]| (-506)))) (-15 -4378 ((-112) $ (|[\|\|]| (-1152))))))) (T -1175))
+((-2511 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-1175)))) (-2511 (*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-1175)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1175)))) (-3309 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1175)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1175)))) (-3309 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1175)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-1175)))) (-3309 (*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-1175)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1175)))) (-3309 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1175)))) (-3699 (*1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-641 (-1175))) (-5 *1 (-1175)))) (-3699 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1175)))) (-1342 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))) (-2812 (*1 *2 *1) (-12 (-5 *2 (-3 (-564) (-225) (-506) (-1152) (-1175))) (-5 *1 (-1175)))) (-1952 (*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1175)))) (-3256 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))) (-4378 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-564))) (-5 *2 (-112)) (-5 *1 (-1175)))) (-4378 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-225))) (-5 *2 (-112)) (-5 *1 (-1175)))) (-4378 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-506))) (-5 *2 (-112)) (-5 *1 (-1175)))) (-4378 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1152))) (-5 *2 (-112)) (-5 *1 (-1175)))))
+(-13 (-1254) (-1094) (-1035 (-564)) (-1035 (-225)) (-1035 (-506)) (-1035 (-1152)) (-611 (-536)) (-10 -8 (-15 -2511 ((-1098) $)) (-15 -2511 ($ (-1098))) (-15 -1831 ((-564) $)) (-15 -3309 ((-564) $)) (-15 -1831 ((-225) $)) (-15 -3309 ((-225) $)) (-15 -1831 ((-506) $)) (-15 -3309 ((-506) $)) (-15 -1831 ((-1152) $)) (-15 -3309 ((-1152) $)) (-15 -3699 ($ (-506) (-641 $))) (-15 -3699 ($ $ (-641 $))) (-15 -1342 ((-112) $)) (-15 -2812 ((-3 (-564) (-225) (-506) (-1152) $) $)) (-15 -1952 ((-641 $) $)) (-15 -3256 ((-112) $)) (-15 -4378 ((-112) $ (|[\|\|]| (-564)))) (-15 -4378 ((-112) $ (|[\|\|]| (-225)))) (-15 -4378 ((-112) $ (|[\|\|]| (-506)))) (-15 -4378 ((-112) $ (|[\|\|]| (-1152))))))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) 24)) (-1778 (($) 14 T CONST)) (-2900 (($) 29)) (-1925 (($ $ $) NIL) (($) 21 T CONST)) (-3375 (($ $ $) NIL) (($) 22 T CONST)) (-1811 (((-918) $) 26)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) 25)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
+(((-1176 |#1|) (-13 (-841) (-10 -8 (-15 -1778 ($) -1809))) (-918)) (T -1176))
+((-1778 (*1 *1) (-12 (-5 *1 (-1176 *2)) (-14 *2 (-918)))))
+(-13 (-841) (-10 -8 (-15 -1778 ($) -1809)))
((|Integer|) (COND ((< @1 (INTEGER-LENGTH |#1|)) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) 21 T CONST)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) 14 T CONST)) (-1650 (($ $ $) NIL) (($) 20 T CONST)) (-2981 (((-918) $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2305 (($ $ $) 23)) (-2294 (($ $ $) 22)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
-(((-1177 |#1|) (-13 (-841) (-10 -8 (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367))) (-918)) (T -1177))
-((-2294 (*1 *1 *1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918)))) (-2305 (*1 *1 *1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918)))) (-1692 (*1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918)))))
-(-13 (-841) (-10 -8 (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) 21 T CONST)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) 14 T CONST)) (-3375 (($ $ $) NIL) (($) 20 T CONST)) (-1811 (((-918) $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-4186 (($ $ $) 23)) (-4177 (($ $ $) 22)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
+(((-1177 |#1|) (-13 (-841) (-10 -8 (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809))) (-918)) (T -1177))
+((-4177 (*1 *1 *1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918)))) (-4186 (*1 *1 *1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918)))) (-1778 (*1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918)))))
+(-13 (-841) (-10 -8 (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))
((|NonNegativeInteger|) (COND ((< @1 (INTEGER-LENGTH |#1|)) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-4180 (((-641 (-641 (-949 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170))) 70)) (-3315 (((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|)))) 84) (((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|))) 80) (((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170)) 85) (((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170)) 79) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|))))) 112) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|)))) 111) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170))) 113) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|))) (-641 (-1170))) 110)))
-(((-1178 |#1|) (-10 -7 (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170)))) (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|))))) (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -3315 ((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170))) (-15 -3315 ((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -3315 ((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|)))) (-15 -3315 ((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|))))) (-15 -4180 ((-641 (-641 (-949 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170))))) (-556)) (T -1178))
-((-4180 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-949 *5)))) (-5 *1 (-1178 *5)))) (-3315 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *4))))) (-5 *1 (-1178 *4)) (-5 *3 (-294 (-407 (-949 *4)))))) (-3315 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *4))))) (-5 *1 (-1178 *4)) (-5 *3 (-407 (-949 *4))))) (-3315 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *5))))) (-5 *1 (-1178 *5)) (-5 *3 (-294 (-407 (-949 *5)))))) (-3315 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *5))))) (-5 *1 (-1178 *5)) (-5 *3 (-407 (-949 *5))))) (-3315 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-1178 *4)) (-5 *3 (-641 (-294 (-407 (-949 *4))))))) (-3315 (*1 *2 *3) (-12 (-5 *3 (-641 (-407 (-949 *4)))) (-4 *4 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-1178 *4)))) (-3315 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-1170))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-1178 *5)) (-5 *3 (-641 (-294 (-407 (-949 *5))))))) (-3315 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-1178 *5)))))
-(-10 -7 (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170)))) (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|))))) (-15 -3315 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -3315 ((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170))) (-15 -3315 ((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -3315 ((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|)))) (-15 -3315 ((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|))))) (-15 -4180 ((-641 (-641 (-949 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))))
-((-3771 (((-1152)) 7)) (-3648 (((-1152)) 11 T CONST)) (-4225 (((-1264) (-1152)) 13)) (-2303 (((-1152)) 8 T CONST)) (-1861 (((-130)) 10 T CONST)))
-(((-1179) (-13 (-1209) (-10 -7 (-15 -3771 ((-1152))) (-15 -2303 ((-1152)) -1367) (-15 -1861 ((-130)) -1367) (-15 -3648 ((-1152)) -1367) (-15 -4225 ((-1264) (-1152)))))) (T -1179))
-((-3771 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))) (-2303 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))) (-1861 (*1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-1179)))) (-3648 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))) (-4225 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1179)))))
-(-13 (-1209) (-10 -7 (-15 -3771 ((-1152))) (-15 -2303 ((-1152)) -1367) (-15 -1861 ((-130)) -1367) (-15 -3648 ((-1152)) -1367) (-15 -4225 ((-1264) (-1152)))))
-((-2323 (((-641 (-641 |#1|)) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|)))) 55)) (-1772 (((-641 (-641 (-641 |#1|))) (-641 (-641 |#1|))) 38)) (-2369 (((-1181 (-641 |#1|)) (-641 |#1|)) 49)) (-4125 (((-641 (-641 |#1|)) (-641 |#1|)) 45)) (-1640 (((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 (-641 (-641 |#1|)))) 52)) (-2363 (((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 |#1|) (-641 (-641 (-641 |#1|))) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|)))) 51)) (-3432 (((-641 (-641 |#1|)) (-641 (-641 |#1|))) 43)) (-3429 (((-641 |#1|) (-641 |#1|)) 46)) (-3125 (((-641 (-641 (-641 |#1|))) (-641 |#1|) (-641 (-641 (-641 |#1|)))) 32)) (-3448 (((-641 (-641 (-641 |#1|))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 (-641 |#1|)))) 29)) (-3474 (((-2 (|:| |fs| (-112)) (|:| |sd| (-641 |#1|)) (|:| |td| (-641 (-641 |#1|)))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 |#1|))) 24)) (-1879 (((-641 (-641 |#1|)) (-641 (-641 (-641 |#1|)))) 57)) (-4011 (((-641 (-641 |#1|)) (-1181 (-641 |#1|))) 59)))
-(((-1180 |#1|) (-10 -7 (-15 -3474 ((-2 (|:| |fs| (-112)) (|:| |sd| (-641 |#1|)) (|:| |td| (-641 (-641 |#1|)))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 |#1|)))) (-15 -3448 ((-641 (-641 (-641 |#1|))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 (-641 |#1|))))) (-15 -3125 ((-641 (-641 (-641 |#1|))) (-641 |#1|) (-641 (-641 (-641 |#1|))))) (-15 -2323 ((-641 (-641 |#1|)) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))))) (-15 -1879 ((-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))))) (-15 -4011 ((-641 (-641 |#1|)) (-1181 (-641 |#1|)))) (-15 -1772 ((-641 (-641 (-641 |#1|))) (-641 (-641 |#1|)))) (-15 -2369 ((-1181 (-641 |#1|)) (-641 |#1|))) (-15 -3432 ((-641 (-641 |#1|)) (-641 (-641 |#1|)))) (-15 -4125 ((-641 (-641 |#1|)) (-641 |#1|))) (-15 -3429 ((-641 |#1|) (-641 |#1|))) (-15 -2363 ((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 |#1|) (-641 (-641 (-641 |#1|))) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|))))) (-15 -1640 ((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 (-641 (-641 |#1|)))))) (-847)) (T -1180))
-((-1640 (*1 *2 *3) (-12 (-4 *4 (-847)) (-5 *2 (-2 (|:| |f1| (-641 *4)) (|:| |f2| (-641 (-641 (-641 *4)))) (|:| |f3| (-641 (-641 *4))) (|:| |f4| (-641 (-641 (-641 *4)))))) (-5 *1 (-1180 *4)) (-5 *3 (-641 (-641 (-641 *4)))))) (-2363 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-847)) (-5 *3 (-641 *6)) (-5 *5 (-641 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-641 *5)) (|:| |f3| *5) (|:| |f4| (-641 *5)))) (-5 *1 (-1180 *6)) (-5 *4 (-641 *5)))) (-3429 (*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-1180 *3)))) (-4125 (*1 *2 *3) (-12 (-4 *4 (-847)) (-5 *2 (-641 (-641 *4))) (-5 *1 (-1180 *4)) (-5 *3 (-641 *4)))) (-3432 (*1 *2 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-847)) (-5 *1 (-1180 *3)))) (-2369 (*1 *2 *3) (-12 (-4 *4 (-847)) (-5 *2 (-1181 (-641 *4))) (-5 *1 (-1180 *4)) (-5 *3 (-641 *4)))) (-1772 (*1 *2 *3) (-12 (-4 *4 (-847)) (-5 *2 (-641 (-641 (-641 *4)))) (-5 *1 (-1180 *4)) (-5 *3 (-641 (-641 *4))))) (-4011 (*1 *2 *3) (-12 (-5 *3 (-1181 (-641 *4))) (-4 *4 (-847)) (-5 *2 (-641 (-641 *4))) (-5 *1 (-1180 *4)))) (-1879 (*1 *2 *3) (-12 (-5 *3 (-641 (-641 (-641 *4)))) (-5 *2 (-641 (-641 *4))) (-5 *1 (-1180 *4)) (-4 *4 (-847)))) (-2323 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-641 (-641 *4)))) (-5 *2 (-641 (-641 *4))) (-4 *4 (-847)) (-5 *1 (-1180 *4)))) (-3125 (*1 *2 *3 *2) (-12 (-5 *2 (-641 (-641 (-641 *4)))) (-5 *3 (-641 *4)) (-4 *4 (-847)) (-5 *1 (-1180 *4)))) (-3448 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-641 (-641 (-641 *5)))) (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-641 *5)) (-4 *5 (-847)) (-5 *1 (-1180 *5)))) (-3474 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-847)) (-5 *4 (-641 *6)) (-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-641 *4)))) (-5 *1 (-1180 *6)) (-5 *5 (-641 *4)))))
-(-10 -7 (-15 -3474 ((-2 (|:| |fs| (-112)) (|:| |sd| (-641 |#1|)) (|:| |td| (-641 (-641 |#1|)))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 |#1|)))) (-15 -3448 ((-641 (-641 (-641 |#1|))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 (-641 |#1|))))) (-15 -3125 ((-641 (-641 (-641 |#1|))) (-641 |#1|) (-641 (-641 (-641 |#1|))))) (-15 -2323 ((-641 (-641 |#1|)) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))))) (-15 -1879 ((-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))))) (-15 -4011 ((-641 (-641 |#1|)) (-1181 (-641 |#1|)))) (-15 -1772 ((-641 (-641 (-641 |#1|))) (-641 (-641 |#1|)))) (-15 -2369 ((-1181 (-641 |#1|)) (-641 |#1|))) (-15 -3432 ((-641 (-641 |#1|)) (-641 (-641 |#1|)))) (-15 -4125 ((-641 (-641 |#1|)) (-641 |#1|))) (-15 -3429 ((-641 |#1|) (-641 |#1|))) (-15 -2363 ((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 |#1|) (-641 (-641 (-641 |#1|))) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|))))) (-15 -1640 ((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 (-641 (-641 |#1|))))))
-((-1733 (($ (-641 (-641 |#1|))) 10)) (-2708 (((-641 (-641 |#1|)) $) 11)) (-1721 (((-859) $) 38)))
-(((-1181 |#1|) (-10 -8 (-15 -1733 ($ (-641 (-641 |#1|)))) (-15 -2708 ((-641 (-641 |#1|)) $)) (-15 -1721 ((-859) $))) (-1094)) (T -1181))
-((-1721 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-1181 *3)) (-4 *3 (-1094)))) (-2708 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 *3))) (-5 *1 (-1181 *3)) (-4 *3 (-1094)))) (-1733 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-1181 *3)))))
-(-10 -8 (-15 -1733 ($ (-641 (-641 |#1|)))) (-15 -2708 ((-641 (-641 |#1|)) $)) (-15 -1721 ((-859) $)))
-((-1709 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1573 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2229 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#2| $ |#1| |#2|) NIL)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1593 (((-3 |#2| "failed") |#1| $) NIL)) (-1692 (($) NIL T CONST)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3537 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-3 |#2| "failed") |#1| $) NIL)) (-3813 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) NIL)) (-1597 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) NIL)) (-4232 ((|#1| $) NIL (|has| |#1| (-847)))) (-4317 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-641 |#2|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3825 ((|#1| $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4413))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2659 (((-641 |#1|) $) NIL)) (-1509 (((-112) |#1| $) NIL)) (-4290 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-3573 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-4184 (((-641 |#1|) $) NIL)) (-2405 (((-112) |#1| $) NIL)) (-4382 (((-1114) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-1897 ((|#2| $) NIL (|has| |#1| (-847)))) (-2061 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL)) (-1759 (($ $ |#2|) NIL (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2710 (($) NIL) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) NIL (-12 (|has| $ (-6 -4412)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-1721 (((-859) $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-1959 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) NIL)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) NIL (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) NIL (-2713 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1182 |#1| |#2|) (-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4412))) (-1094) (-1094)) (T -1182))
-NIL
-(-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4412)))
-((-4361 ((|#1| (-641 |#1|)) 49)) (-2024 ((|#1| |#1| (-564)) 24)) (-2481 (((-1166 |#1|) |#1| (-918)) 20)))
-(((-1183 |#1|) (-10 -7 (-15 -4361 (|#1| (-641 |#1|))) (-15 -2481 ((-1166 |#1|) |#1| (-918))) (-15 -2024 (|#1| |#1| (-564)))) (-363)) (T -1183))
-((-2024 (*1 *2 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-1183 *2)) (-4 *2 (-363)))) (-2481 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-5 *2 (-1166 *3)) (-5 *1 (-1183 *3)) (-4 *3 (-363)))) (-4361 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-5 *1 (-1183 *2)) (-4 *2 (-363)))))
-(-10 -7 (-15 -4361 (|#1| (-641 |#1|))) (-15 -2481 ((-1166 |#1|) |#1| (-918))) (-15 -2024 (|#1| |#1| (-564))))
-((-1573 (($) 10) (($ (-641 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)))) 14)) (-3537 (($ (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) $) 67) (($ (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) $) NIL) (((-3 |#3| "failed") |#2| $) NIL)) (-1597 (((-641 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) $) 39) (((-641 |#3|) $) 41)) (-1439 (($ (-1 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) $) 57) (($ (-1 |#3| |#3|) $) 33)) (-2110 (($ (-1 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) $) 53) (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) 38)) (-4290 (((-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) $) 60)) (-3573 (($ (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) $) 16)) (-4184 (((-641 |#2|) $) 19)) (-2405 (((-112) |#2| $) 65)) (-2061 (((-3 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) "failed") (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) $) 64)) (-2382 (((-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) $) 69)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 72)) (-3111 (((-641 |#3|) $) 43)) (-2961 ((|#3| $ |#2|) 30) ((|#3| $ |#2| |#3|) 31)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) $) NIL) (((-768) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) $) NIL) (((-768) |#3| $) NIL) (((-768) (-1 (-112) |#3|) $) 78)) (-1721 (((-859) $) 27)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 71)) (-2853 (((-112) $ $) 51)))
-(((-1184 |#1| |#2| |#3|) (-10 -8 (-15 -2853 ((-112) |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2110 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -1573 (|#1| (-641 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))))) (-15 -1573 (|#1|)) (-15 -2110 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1439 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -2070 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -1292 ((-768) (-1 (-112) |#3|) |#1|)) (-15 -1597 ((-641 |#3|) |#1|)) (-15 -1292 ((-768) |#3| |#1|)) (-15 -2961 (|#3| |#1| |#2| |#3|)) (-15 -2961 (|#3| |#1| |#2|)) (-15 -3111 ((-641 |#3|) |#1|)) (-15 -2405 ((-112) |#2| |#1|)) (-15 -4184 ((-641 |#2|) |#1|)) (-15 -3537 ((-3 |#3| "failed") |#2| |#1|)) (-15 -3537 (|#1| (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -3537 (|#1| (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)) (-15 -2061 ((-3 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) "failed") (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -4290 ((-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)) (-15 -3573 (|#1| (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)) (-15 -2382 ((-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)) (-15 -1292 ((-768) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)) (-15 -1597 ((-641 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -1292 ((-768) (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -2070 ((-112) (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -2666 ((-112) (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -1439 (|#1| (-1 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -2110 (|#1| (-1 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|))) (-1185 |#2| |#3|) (-1094) (-1094)) (T -1184))
-NIL
-(-10 -8 (-15 -2853 ((-112) |#1| |#1|)) (-15 -1721 ((-859) |#1|)) (-15 -2110 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -1573 (|#1| (-641 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))))) (-15 -1573 (|#1|)) (-15 -2110 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1439 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2666 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -2070 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -1292 ((-768) (-1 (-112) |#3|) |#1|)) (-15 -1597 ((-641 |#3|) |#1|)) (-15 -1292 ((-768) |#3| |#1|)) (-15 -2961 (|#3| |#1| |#2| |#3|)) (-15 -2961 (|#3| |#1| |#2|)) (-15 -3111 ((-641 |#3|) |#1|)) (-15 -2405 ((-112) |#2| |#1|)) (-15 -4184 ((-641 |#2|) |#1|)) (-15 -3537 ((-3 |#3| "failed") |#2| |#1|)) (-15 -3537 (|#1| (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -3537 (|#1| (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)) (-15 -2061 ((-3 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) "failed") (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -4290 ((-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)) (-15 -3573 (|#1| (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)) (-15 -2382 ((-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)) (-15 -1292 ((-768) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) |#1|)) (-15 -1597 ((-641 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -1292 ((-768) (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -2070 ((-112) (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -2666 ((-112) (-1 (-112) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -1439 (|#1| (-1 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)) (-15 -2110 (|#1| (-1 (-2 (|:| -2381 |#2|) (|:| -3096 |#3|)) (-2 (|:| -2381 |#2|) (|:| -3096 |#3|))) |#1|)))
-((-1709 (((-112) $ $) 19 (-2713 (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-1573 (($) 72) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 71)) (-2229 (((-1264) $ |#1| |#1|) 99 (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) 8)) (-1869 ((|#2| $ |#1| |#2|) 73)) (-4085 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 45 (|has| $ (-6 -4412)))) (-3346 (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 55 (|has| $ (-6 -4412)))) (-1593 (((-3 |#2| "failed") |#1| $) 61)) (-1692 (($) 7 T CONST)) (-1928 (($ $) 58 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412))))) (-3537 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 47 (|has| $ (-6 -4412))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 46 (|has| $ (-6 -4412))) (((-3 |#2| "failed") |#1| $) 62)) (-3813 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 54 (|has| $ (-6 -4412)))) (-3658 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 56 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 53 (|has| $ (-6 -4412))) (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 52 (|has| $ (-6 -4412)))) (-1452 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4413)))) (-1379 ((|#2| $ |#1|) 88)) (-1597 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 30 (|has| $ (-6 -4412))) (((-641 |#2|) $) 79 (|has| $ (-6 -4412)))) (-2575 (((-112) $ (-768)) 9)) (-4232 ((|#1| $) 96 (|has| |#1| (-847)))) (-4317 (((-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 29 (|has| $ (-6 -4412))) (((-641 |#2|) $) 80 (|has| $ (-6 -4412)))) (-3983 (((-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (((-112) |#2| $) 82 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4412))))) (-3825 ((|#1| $) 95 (|has| |#1| (-847)))) (-1439 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 34 (|has| $ (-6 -4413))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4413)))) (-2110 (($ (-1 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70)) (-3715 (((-112) $ (-768)) 10)) (-2811 (((-1152) $) 22 (-2713 (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-2659 (((-641 |#1|) $) 63)) (-1509 (((-112) |#1| $) 64)) (-4290 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 39)) (-3573 (($ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 40)) (-4184 (((-641 |#1|) $) 93)) (-2405 (((-112) |#1| $) 92)) (-4382 (((-1114) $) 21 (-2713 (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-1897 ((|#2| $) 97 (|has| |#1| (-847)))) (-2061 (((-3 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) "failed") (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 51)) (-1759 (($ $ |#2|) 98 (|has| $ (-6 -4413)))) (-2382 (((-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 41)) (-2070 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 32 (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))))) 26 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 25 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) 24 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 23 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) 86 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) 84 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) 83 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#2| $) 94 (-12 (|has| $ (-6 -4412)) (|has| |#2| (-1094))))) (-3111 (((-641 |#2|) $) 91)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89)) (-2710 (($) 49) (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 48)) (-1292 (((-768) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 31 (|has| $ (-6 -4412))) (((-768) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| $ (-6 -4412)))) (((-768) |#2| $) 81 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4412)))) (-1892 (($ $) 13)) (-2153 (((-536) $) 59 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))))) (-1732 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 50)) (-1721 (((-859) $) 18 (-2713 (|has| |#2| (-611 (-859))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859)))))) (-1959 (($ (-641 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) 42)) (-2666 (((-112) (-1 (-112) (-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) $) 33 (|has| $ (-6 -4412))) (((-112) (-1 (-112) |#2|) $) 76 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (-2713 (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-3851 (((-641 (-641 (-949 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170))) 70)) (-2017 (((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|)))) 84) (((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|))) 80) (((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170)) 85) (((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170)) 79) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|))))) 112) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|)))) 111) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170))) 113) (((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|))) (-641 (-1170))) 110)))
+(((-1178 |#1|) (-10 -7 (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170)))) (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|))))) (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -2017 ((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170))) (-15 -2017 ((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -2017 ((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|)))) (-15 -2017 ((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|))))) (-15 -3851 ((-641 (-641 (-949 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170))))) (-556)) (T -1178))
+((-3851 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-949 *5)))) (-5 *1 (-1178 *5)))) (-2017 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *4))))) (-5 *1 (-1178 *4)) (-5 *3 (-294 (-407 (-949 *4)))))) (-2017 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *4))))) (-5 *1 (-1178 *4)) (-5 *3 (-407 (-949 *4))))) (-2017 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *5))))) (-5 *1 (-1178 *5)) (-5 *3 (-294 (-407 (-949 *5)))))) (-2017 (*1 *2 *3 *4) (-12 (-5 *4 (-1170)) (-4 *5 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *5))))) (-5 *1 (-1178 *5)) (-5 *3 (-407 (-949 *5))))) (-2017 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-1178 *4)) (-5 *3 (-641 (-294 (-407 (-949 *4))))))) (-2017 (*1 *2 *3) (-12 (-5 *3 (-641 (-407 (-949 *4)))) (-4 *4 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-1178 *4)))) (-2017 (*1 *2 *3 *4) (-12 (-5 *4 (-641 (-1170))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-1178 *5)) (-5 *3 (-641 (-294 (-407 (-949 *5))))))) (-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170))) (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-1178 *5)))))
+(-10 -7 (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))) (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|)))) (-641 (-1170)))) (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-407 (-949 |#1|))))) (-15 -2017 ((-641 (-641 (-294 (-407 (-949 |#1|))))) (-641 (-294 (-407 (-949 |#1|)))))) (-15 -2017 ((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|)) (-1170))) (-15 -2017 ((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|))) (-1170))) (-15 -2017 ((-641 (-294 (-407 (-949 |#1|)))) (-407 (-949 |#1|)))) (-15 -2017 ((-641 (-294 (-407 (-949 |#1|)))) (-294 (-407 (-949 |#1|))))) (-15 -3851 ((-641 (-641 (-949 |#1|))) (-641 (-407 (-949 |#1|))) (-641 (-1170)))))
+((-4121 (((-1152)) 7)) (-2270 (((-1152)) 11 T CONST)) (-2497 (((-1264) (-1152)) 13)) (-1443 (((-1152)) 8 T CONST)) (-2703 (((-130)) 10 T CONST)))
+(((-1179) (-13 (-1209) (-10 -7 (-15 -4121 ((-1152))) (-15 -1443 ((-1152)) -1809) (-15 -2703 ((-130)) -1809) (-15 -2270 ((-1152)) -1809) (-15 -2497 ((-1264) (-1152)))))) (T -1179))
+((-4121 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))) (-1443 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))) (-2703 (*1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-1179)))) (-2270 (*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))) (-2497 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1179)))))
+(-13 (-1209) (-10 -7 (-15 -4121 ((-1152))) (-15 -1443 ((-1152)) -1809) (-15 -2703 ((-130)) -1809) (-15 -2270 ((-1152)) -1809) (-15 -2497 ((-1264) (-1152)))))
+((-1635 (((-641 (-641 |#1|)) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|)))) 55)) (-3159 (((-641 (-641 (-641 |#1|))) (-641 (-641 |#1|))) 38)) (-4035 (((-1181 (-641 |#1|)) (-641 |#1|)) 49)) (-3310 (((-641 (-641 |#1|)) (-641 |#1|)) 45)) (-3509 (((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 (-641 (-641 |#1|)))) 52)) (-3972 (((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 |#1|) (-641 (-641 (-641 |#1|))) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|)))) 51)) (-1894 (((-641 (-641 |#1|)) (-641 (-641 |#1|))) 43)) (-1861 (((-641 |#1|) (-641 |#1|)) 46)) (-3864 (((-641 (-641 (-641 |#1|))) (-641 |#1|) (-641 (-641 (-641 |#1|)))) 32)) (-3931 (((-641 (-641 (-641 |#1|))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 (-641 |#1|)))) 29)) (-4184 (((-2 (|:| |fs| (-112)) (|:| |sd| (-641 |#1|)) (|:| |td| (-641 (-641 |#1|)))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 |#1|))) 24)) (-2862 (((-641 (-641 |#1|)) (-641 (-641 (-641 |#1|)))) 57)) (-1549 (((-641 (-641 |#1|)) (-1181 (-641 |#1|))) 59)))
+(((-1180 |#1|) (-10 -7 (-15 -4184 ((-2 (|:| |fs| (-112)) (|:| |sd| (-641 |#1|)) (|:| |td| (-641 (-641 |#1|)))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 |#1|)))) (-15 -3931 ((-641 (-641 (-641 |#1|))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 (-641 |#1|))))) (-15 -3864 ((-641 (-641 (-641 |#1|))) (-641 |#1|) (-641 (-641 (-641 |#1|))))) (-15 -1635 ((-641 (-641 |#1|)) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))))) (-15 -2862 ((-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))))) (-15 -1549 ((-641 (-641 |#1|)) (-1181 (-641 |#1|)))) (-15 -3159 ((-641 (-641 (-641 |#1|))) (-641 (-641 |#1|)))) (-15 -4035 ((-1181 (-641 |#1|)) (-641 |#1|))) (-15 -1894 ((-641 (-641 |#1|)) (-641 (-641 |#1|)))) (-15 -3310 ((-641 (-641 |#1|)) (-641 |#1|))) (-15 -1861 ((-641 |#1|) (-641 |#1|))) (-15 -3972 ((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 |#1|) (-641 (-641 (-641 |#1|))) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|))))) (-15 -3509 ((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 (-641 (-641 |#1|)))))) (-847)) (T -1180))
+((-3509 (*1 *2 *3) (-12 (-4 *4 (-847)) (-5 *2 (-2 (|:| |f1| (-641 *4)) (|:| |f2| (-641 (-641 (-641 *4)))) (|:| |f3| (-641 (-641 *4))) (|:| |f4| (-641 (-641 (-641 *4)))))) (-5 *1 (-1180 *4)) (-5 *3 (-641 (-641 (-641 *4)))))) (-3972 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-847)) (-5 *3 (-641 *6)) (-5 *5 (-641 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-641 *5)) (|:| |f3| *5) (|:| |f4| (-641 *5)))) (-5 *1 (-1180 *6)) (-5 *4 (-641 *5)))) (-1861 (*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-1180 *3)))) (-3310 (*1 *2 *3) (-12 (-4 *4 (-847)) (-5 *2 (-641 (-641 *4))) (-5 *1 (-1180 *4)) (-5 *3 (-641 *4)))) (-1894 (*1 *2 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-847)) (-5 *1 (-1180 *3)))) (-4035 (*1 *2 *3) (-12 (-4 *4 (-847)) (-5 *2 (-1181 (-641 *4))) (-5 *1 (-1180 *4)) (-5 *3 (-641 *4)))) (-3159 (*1 *2 *3) (-12 (-4 *4 (-847)) (-5 *2 (-641 (-641 (-641 *4)))) (-5 *1 (-1180 *4)) (-5 *3 (-641 (-641 *4))))) (-1549 (*1 *2 *3) (-12 (-5 *3 (-1181 (-641 *4))) (-4 *4 (-847)) (-5 *2 (-641 (-641 *4))) (-5 *1 (-1180 *4)))) (-2862 (*1 *2 *3) (-12 (-5 *3 (-641 (-641 (-641 *4)))) (-5 *2 (-641 (-641 *4))) (-5 *1 (-1180 *4)) (-4 *4 (-847)))) (-1635 (*1 *2 *2 *3) (-12 (-5 *3 (-641 (-641 (-641 *4)))) (-5 *2 (-641 (-641 *4))) (-4 *4 (-847)) (-5 *1 (-1180 *4)))) (-3864 (*1 *2 *3 *2) (-12 (-5 *2 (-641 (-641 (-641 *4)))) (-5 *3 (-641 *4)) (-4 *4 (-847)) (-5 *1 (-1180 *4)))) (-3931 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-641 (-641 (-641 *5)))) (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-641 *5)) (-4 *5 (-847)) (-5 *1 (-1180 *5)))) (-4184 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-847)) (-5 *4 (-641 *6)) (-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-641 *4)))) (-5 *1 (-1180 *6)) (-5 *5 (-641 *4)))))
+(-10 -7 (-15 -4184 ((-2 (|:| |fs| (-112)) (|:| |sd| (-641 |#1|)) (|:| |td| (-641 (-641 |#1|)))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 |#1|)))) (-15 -3931 ((-641 (-641 (-641 |#1|))) (-1 (-112) |#1| |#1|) (-641 |#1|) (-641 (-641 (-641 |#1|))))) (-15 -3864 ((-641 (-641 (-641 |#1|))) (-641 |#1|) (-641 (-641 (-641 |#1|))))) (-15 -1635 ((-641 (-641 |#1|)) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))))) (-15 -2862 ((-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))))) (-15 -1549 ((-641 (-641 |#1|)) (-1181 (-641 |#1|)))) (-15 -3159 ((-641 (-641 (-641 |#1|))) (-641 (-641 |#1|)))) (-15 -4035 ((-1181 (-641 |#1|)) (-641 |#1|))) (-15 -1894 ((-641 (-641 |#1|)) (-641 (-641 |#1|)))) (-15 -3310 ((-641 (-641 |#1|)) (-641 |#1|))) (-15 -1861 ((-641 |#1|) (-641 |#1|))) (-15 -3972 ((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 |#1|) (-641 (-641 (-641 |#1|))) (-641 (-641 |#1|)) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|))) (-641 (-641 (-641 |#1|))))) (-15 -3509 ((-2 (|:| |f1| (-641 |#1|)) (|:| |f2| (-641 (-641 (-641 |#1|)))) (|:| |f3| (-641 (-641 |#1|))) (|:| |f4| (-641 (-641 (-641 |#1|))))) (-641 (-641 (-641 |#1|))))))
+((-4043 (($ (-641 (-641 |#1|))) 10)) (-4217 (((-641 (-641 |#1|)) $) 11)) (-1831 (((-859) $) 38)))
+(((-1181 |#1|) (-10 -8 (-15 -4043 ($ (-641 (-641 |#1|)))) (-15 -4217 ((-641 (-641 |#1|)) $)) (-15 -1831 ((-859) $))) (-1094)) (T -1181))
+((-1831 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-1181 *3)) (-4 *3 (-1094)))) (-4217 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 *3))) (-5 *1 (-1181 *3)) (-4 *3 (-1094)))) (-4043 (*1 *1 *2) (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-1181 *3)))))
+(-10 -8 (-15 -4043 ($ (-641 (-641 |#1|)))) (-15 -4217 ((-641 (-641 |#1|)) $)) (-15 -1831 ((-859) $)))
+((-1817 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3639 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1956 (((-1264) $ |#1| |#1|) NIL (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#2| $ |#1| |#2|) NIL)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1725 (((-3 |#2| "failed") |#1| $) NIL)) (-1778 (($) NIL T CONST)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3644 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-3 |#2| "failed") |#1| $) NIL)) (-2576 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) NIL)) (-1433 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) NIL)) (-3100 ((|#1| $) NIL (|has| |#1| (-847)))) (-2640 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-641 |#2|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-3440 ((|#1| $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4407))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2945 (((-641 |#1|) $) NIL)) (-2554 (((-112) |#1| $) NIL)) (-2401 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-2783 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-3883 (((-641 |#1|) $) NIL)) (-4336 (((-112) |#1| $) NIL)) (-2780 (((-1114) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-3303 ((|#2| $) NIL (|has| |#1| (-847)))) (-3995 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL)) (-4253 (($ $ |#2|) NIL (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-4232 (($) NIL) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) NIL (-12 (|has| $ (-6 -4406)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (((-768) |#2| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094)))) (((-768) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1831 (((-859) $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859))) (|has| |#2| (-611 (-859)))))) (-2321 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) NIL)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) NIL (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) NIL (-4078 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| |#2| (-1094))))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1182 |#1| |#2|) (-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4406))) (-1094) (-1094)) (T -1182))
+NIL
+(-13 (-1185 |#1| |#2|) (-10 -7 (-6 -4406)))
+((-1836 ((|#1| (-641 |#1|)) 49)) (-1748 ((|#1| |#1| (-564)) 24)) (-2659 (((-1166 |#1|) |#1| (-918)) 20)))
+(((-1183 |#1|) (-10 -7 (-15 -1836 (|#1| (-641 |#1|))) (-15 -2659 ((-1166 |#1|) |#1| (-918))) (-15 -1748 (|#1| |#1| (-564)))) (-363)) (T -1183))
+((-1748 (*1 *2 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-1183 *2)) (-4 *2 (-363)))) (-2659 (*1 *2 *3 *4) (-12 (-5 *4 (-918)) (-5 *2 (-1166 *3)) (-5 *1 (-1183 *3)) (-4 *3 (-363)))) (-1836 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-5 *1 (-1183 *2)) (-4 *2 (-363)))))
+(-10 -7 (-15 -1836 (|#1| (-641 |#1|))) (-15 -2659 ((-1166 |#1|) |#1| (-918))) (-15 -1748 (|#1| |#1| (-564))))
+((-3639 (($) 10) (($ (-641 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)))) 14)) (-3644 (($ (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) $) 67) (($ (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) $) NIL) (((-3 |#3| "failed") |#2| $) NIL)) (-1433 (((-641 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) $) 39) (((-641 |#3|) $) 41)) (-2250 (($ (-1 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) $) 57) (($ (-1 |#3| |#3|) $) 33)) (-2449 (($ (-1 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) $) 53) (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) 38)) (-2401 (((-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) $) 60)) (-2783 (($ (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) $) 16)) (-3883 (((-641 |#2|) $) 19)) (-4336 (((-112) |#2| $) 65)) (-3995 (((-3 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) "failed") (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) $) 64)) (-4153 (((-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) $) 69)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 72)) (-1794 (((-641 |#3|) $) 43)) (-1350 ((|#3| $ |#2|) 30) ((|#3| $ |#2| |#3|) 31)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) $) NIL) (((-768) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) $) NIL) (((-768) |#3| $) NIL) (((-768) (-1 (-112) |#3|) $) 78)) (-1831 (((-859) $) 27)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 71)) (-1702 (((-112) $ $) 51)))
+(((-1184 |#1| |#2| |#3|) (-10 -8 (-15 -1702 ((-112) |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -2449 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3639 (|#1| (-641 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))))) (-15 -3639 (|#1|)) (-15 -2449 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2250 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -4077 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -2791 ((-768) (-1 (-112) |#3|) |#1|)) (-15 -1433 ((-641 |#3|) |#1|)) (-15 -2791 ((-768) |#3| |#1|)) (-15 -1350 (|#3| |#1| |#2| |#3|)) (-15 -1350 (|#3| |#1| |#2|)) (-15 -1794 ((-641 |#3|) |#1|)) (-15 -4336 ((-112) |#2| |#1|)) (-15 -3883 ((-641 |#2|) |#1|)) (-15 -3644 ((-3 |#3| "failed") |#2| |#1|)) (-15 -3644 (|#1| (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -3644 (|#1| (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)) (-15 -3995 ((-3 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) "failed") (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -2401 ((-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)) (-15 -2783 (|#1| (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)) (-15 -4153 ((-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)) (-15 -2791 ((-768) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)) (-15 -1433 ((-641 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -2791 ((-768) (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -4077 ((-112) (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -1963 ((-112) (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -2250 (|#1| (-1 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -2449 (|#1| (-1 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|))) (-1185 |#2| |#3|) (-1094) (-1094)) (T -1184))
+NIL
+(-10 -8 (-15 -1702 ((-112) |#1| |#1|)) (-15 -1831 ((-859) |#1|)) (-15 -2449 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3639 (|#1| (-641 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))))) (-15 -3639 (|#1|)) (-15 -2449 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2250 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1963 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -4077 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -2791 ((-768) (-1 (-112) |#3|) |#1|)) (-15 -1433 ((-641 |#3|) |#1|)) (-15 -2791 ((-768) |#3| |#1|)) (-15 -1350 (|#3| |#1| |#2| |#3|)) (-15 -1350 (|#3| |#1| |#2|)) (-15 -1794 ((-641 |#3|) |#1|)) (-15 -4336 ((-112) |#2| |#1|)) (-15 -3883 ((-641 |#2|) |#1|)) (-15 -3644 ((-3 |#3| "failed") |#2| |#1|)) (-15 -3644 (|#1| (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -3644 (|#1| (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)) (-15 -3995 ((-3 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) "failed") (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -2401 ((-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)) (-15 -2783 (|#1| (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)) (-15 -4153 ((-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)) (-15 -2791 ((-768) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) |#1|)) (-15 -1433 ((-641 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -2791 ((-768) (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -4077 ((-112) (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -1963 ((-112) (-1 (-112) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -2250 (|#1| (-1 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)) (-15 -2449 (|#1| (-1 (-2 (|:| -2568 |#2|) (|:| -1389 |#3|)) (-2 (|:| -2568 |#2|) (|:| -1389 |#3|))) |#1|)))
+((-1817 (((-112) $ $) 19 (-4078 (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3639 (($) 72) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 71)) (-1956 (((-1264) $ |#1| |#1|) 99 (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) 8)) (-1970 ((|#2| $ |#1| |#2|) 73)) (-4145 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 45 (|has| $ (-6 -4406)))) (-3752 (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 55 (|has| $ (-6 -4406)))) (-1725 (((-3 |#2| "failed") |#1| $) 61)) (-1778 (($) 7 T CONST)) (-3337 (($ $) 58 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406))))) (-3644 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 47 (|has| $ (-6 -4406))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 46 (|has| $ (-6 -4406))) (((-3 |#2| "failed") |#1| $) 62)) (-2576 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 54 (|has| $ (-6 -4406)))) (-1988 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 56 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 53 (|has| $ (-6 -4406))) (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 52 (|has| $ (-6 -4406)))) (-2261 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4407)))) (-2190 ((|#2| $ |#1|) 88)) (-1433 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 30 (|has| $ (-6 -4406))) (((-641 |#2|) $) 79 (|has| $ (-6 -4406)))) (-2324 (((-112) $ (-768)) 9)) (-3100 ((|#1| $) 96 (|has| |#1| (-847)))) (-2640 (((-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 29 (|has| $ (-6 -4406))) (((-641 |#2|) $) 80 (|has| $ (-6 -4406)))) (-2516 (((-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (((-112) |#2| $) 82 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4406))))) (-3440 ((|#1| $) 95 (|has| |#1| (-847)))) (-2250 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 34 (|has| $ (-6 -4407))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4407)))) (-2449 (($ (-1 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70)) (-1713 (((-112) $ (-768)) 10)) (-2723 (((-1152) $) 22 (-4078 (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-2945 (((-641 |#1|) $) 63)) (-2554 (((-112) |#1| $) 64)) (-2401 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 39)) (-2783 (($ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 40)) (-3883 (((-641 |#1|) $) 93)) (-4336 (((-112) |#1| $) 92)) (-2780 (((-1114) $) 21 (-4078 (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-3303 ((|#2| $) 97 (|has| |#1| (-847)))) (-3995 (((-3 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) "failed") (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 51)) (-4253 (($ $ |#2|) 98 (|has| $ (-6 -4407)))) (-4153 (((-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 41)) (-4077 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 32 (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))))) 26 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-294 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 25 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) 24 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 23 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)))) (($ $ (-641 |#2|) (-641 |#2|)) 86 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-294 |#2|)) 84 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094)))) (($ $ (-641 (-294 |#2|))) 83 (-12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#2| $) 94 (-12 (|has| $ (-6 -4406)) (|has| |#2| (-1094))))) (-1794 (((-641 |#2|) $) 91)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89)) (-4232 (($) 49) (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 48)) (-2791 (((-768) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 31 (|has| $ (-6 -4406))) (((-768) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| $ (-6 -4406)))) (((-768) |#2| $) 81 (-12 (|has| |#2| (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4406)))) (-1991 (($ $) 13)) (-2511 (((-536) $) 59 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))))) (-1842 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 50)) (-1831 (((-859) $) 18 (-4078 (|has| |#2| (-611 (-859))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859)))))) (-2321 (($ (-641 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) 42)) (-1963 (((-112) (-1 (-112) (-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) $) 33 (|has| $ (-6 -4406))) (((-112) (-1 (-112) |#2|) $) 76 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (-4078 (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-1185 |#1| |#2|) (-140) (-1094) (-1094)) (T -1185))
-((-1869 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1185 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))) (-1573 (*1 *1) (-12 (-4 *1 (-1185 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-1573 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2381 *3) (|:| -3096 *4)))) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *1 (-1185 *3 *4)))) (-2110 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1185 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))))
-(-13 (-608 |t#1| |t#2|) (-602 |t#1| |t#2|) (-10 -8 (-15 -1869 (|t#2| $ |t#1| |t#2|)) (-15 -1573 ($)) (-15 -1573 ($ (-641 (-2 (|:| -2381 |t#1|) (|:| -3096 |t#2|))))) (-15 -2110 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -2381 |#1|) (|:| -3096 |#2|))) . T) ((-102) -2713 (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))) ((-611 (-859)) -2713 (|has| |#2| (-1094)) (|has| |#2| (-611 (-859))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-611 (-859)))) ((-151 #0#) . T) ((-612 (-536)) |has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-612 (-536))) ((-229 #0#) . T) ((-235 #0#) . T) ((-286 |#1| |#2|) . T) ((-288 |#1| |#2|) . T) ((-309 #0#) -12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))) ((-309 |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-489 #0#) . T) ((-489 |#2|) . T) ((-602 |#1| |#2|) . T) ((-514 #0# #0#) -12 (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-309 (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)))) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))) ((-514 |#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-608 |#1| |#2|) . T) ((-1094) -2713 (|has| |#2| (-1094)) (|has| (-2 (|:| -2381 |#1|) (|:| -3096 |#2|)) (-1094))) ((-1209) . T))
-((-2090 (((-112)) 29)) (-1502 (((-1264) (-1152)) 31)) (-3148 (((-112)) 41)) (-2466 (((-1264)) 39)) (-2060 (((-1264) (-1152) (-1152)) 30)) (-3639 (((-112)) 42)) (-3573 (((-1264) |#1| |#2|) 53)) (-1613 (((-1264)) 27)) (-2988 (((-3 |#2| "failed") |#1|) 51)) (-3188 (((-1264)) 40)))
-(((-1186 |#1| |#2|) (-10 -7 (-15 -1613 ((-1264))) (-15 -2060 ((-1264) (-1152) (-1152))) (-15 -1502 ((-1264) (-1152))) (-15 -2466 ((-1264))) (-15 -3188 ((-1264))) (-15 -2090 ((-112))) (-15 -3148 ((-112))) (-15 -3639 ((-112))) (-15 -2988 ((-3 |#2| "failed") |#1|)) (-15 -3573 ((-1264) |#1| |#2|))) (-1094) (-1094)) (T -1186))
-((-3573 (*1 *2 *3 *4) (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-2988 (*1 *2 *3) (|partial| -12 (-4 *2 (-1094)) (-5 *1 (-1186 *3 *2)) (-4 *3 (-1094)))) (-3639 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-3148 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-2090 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-3188 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-2466 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-1502 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1186 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094)))) (-2060 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1186 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094)))) (-1613 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))))
-(-10 -7 (-15 -1613 ((-1264))) (-15 -2060 ((-1264) (-1152) (-1152))) (-15 -1502 ((-1264) (-1152))) (-15 -2466 ((-1264))) (-15 -3188 ((-1264))) (-15 -2090 ((-112))) (-15 -3148 ((-112))) (-15 -3639 ((-112))) (-15 -2988 ((-3 |#2| "failed") |#1|)) (-15 -3573 ((-1264) |#1| |#2|)))
-((-1479 (((-1152) (-1152)) 22)) (-2133 (((-52) (-1152)) 25)))
-(((-1187) (-10 -7 (-15 -2133 ((-52) (-1152))) (-15 -1479 ((-1152) (-1152))))) (T -1187))
-((-1479 (*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1187)))) (-2133 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-1187)))))
-(-10 -7 (-15 -2133 ((-52) (-1152))) (-15 -1479 ((-1152) (-1152))))
-((-1721 (((-1189) |#1|) 11)))
-(((-1188 |#1|) (-10 -7 (-15 -1721 ((-1189) |#1|))) (-1094)) (T -1188))
-((-1721 (*1 *2 *3) (-12 (-5 *2 (-1189)) (-5 *1 (-1188 *3)) (-4 *3 (-1094)))))
-(-10 -7 (-15 -1721 ((-1189) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-4389 (((-641 (-1152)) $) 39)) (-2616 (((-641 (-1152)) $ (-641 (-1152))) 42)) (-1393 (((-641 (-1152)) $ (-641 (-1152))) 41)) (-2282 (((-641 (-1152)) $ (-641 (-1152))) 43)) (-2541 (((-641 (-1152)) $) 38)) (-1585 (($) 26)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3872 (((-641 (-1152)) $) 40)) (-2170 (((-1264) $ (-564)) 35) (((-1264) $) 36)) (-2153 (($ (-859) (-564)) 32) (($ (-859) (-564) (-859)) NIL)) (-1721 (((-859) $) 53) (($ (-859)) 31)) (-2853 (((-112) $ $) NIL)))
-(((-1189) (-13 (-1094) (-614 (-859)) (-10 -8 (-15 -2153 ($ (-859) (-564))) (-15 -2153 ($ (-859) (-564) (-859))) (-15 -2170 ((-1264) $ (-564))) (-15 -2170 ((-1264) $)) (-15 -3872 ((-641 (-1152)) $)) (-15 -4389 ((-641 (-1152)) $)) (-15 -1585 ($)) (-15 -2541 ((-641 (-1152)) $)) (-15 -2282 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -2616 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -1393 ((-641 (-1152)) $ (-641 (-1152))))))) (T -1189))
-((-2153 (*1 *1 *2 *3) (-12 (-5 *2 (-859)) (-5 *3 (-564)) (-5 *1 (-1189)))) (-2153 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-859)) (-5 *3 (-564)) (-5 *1 (-1189)))) (-2170 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1189)))) (-2170 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1189)))) (-3872 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))) (-4389 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))) (-1585 (*1 *1) (-5 *1 (-1189))) (-2541 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))) (-2282 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))) (-2616 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))) (-1393 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
-(-13 (-1094) (-614 (-859)) (-10 -8 (-15 -2153 ($ (-859) (-564))) (-15 -2153 ($ (-859) (-564) (-859))) (-15 -2170 ((-1264) $ (-564))) (-15 -2170 ((-1264) $)) (-15 -3872 ((-641 (-1152)) $)) (-15 -4389 ((-641 (-1152)) $)) (-15 -1585 ($)) (-15 -2541 ((-641 (-1152)) $)) (-15 -2282 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -2616 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -1393 ((-641 (-1152)) $ (-641 (-1152))))))
-((-1709 (((-112) $ $) NIL)) (-2114 (((-1152) $ (-1152)) 17) (((-1152) $) 16)) (-3501 (((-1152) $ (-1152)) 15)) (-2664 (($ $ (-1152)) NIL)) (-2856 (((-3 (-1152) "failed") $) 11)) (-2499 (((-1152) $) 8)) (-2611 (((-3 (-1152) "failed") $) 12)) (-1456 (((-1152) $) 9)) (-1940 (($ (-388)) NIL) (($ (-388) (-1152)) NIL)) (-2540 (((-388) $) NIL)) (-2811 (((-1152) $) NIL)) (-1306 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1646 (((-112) $) 21)) (-1721 (((-859) $) NIL)) (-3728 (($ $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-1190) (-13 (-364 (-388) (-1152)) (-10 -8 (-15 -2114 ((-1152) $ (-1152))) (-15 -2114 ((-1152) $)) (-15 -2499 ((-1152) $)) (-15 -2856 ((-3 (-1152) "failed") $)) (-15 -2611 ((-3 (-1152) "failed") $)) (-15 -1646 ((-112) $))))) (T -1190))
-((-2114 (*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1190)))) (-2114 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1190)))) (-2499 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1190)))) (-2856 (*1 *2 *1) (|partial| -12 (-5 *2 (-1152)) (-5 *1 (-1190)))) (-2611 (*1 *2 *1) (|partial| -12 (-5 *2 (-1152)) (-5 *1 (-1190)))) (-1646 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1190)))))
-(-13 (-364 (-388) (-1152)) (-10 -8 (-15 -2114 ((-1152) $ (-1152))) (-15 -2114 ((-1152) $)) (-15 -2499 ((-1152) $)) (-15 -2856 ((-3 (-1152) "failed") $)) (-15 -2611 ((-3 (-1152) "failed") $)) (-15 -1646 ((-112) $))))
-((-1672 (((-3 (-564) "failed") |#1|) 19)) (-4190 (((-3 (-564) "failed") |#1|) 14)) (-2837 (((-564) (-1152)) 33)))
-(((-1191 |#1|) (-10 -7 (-15 -1672 ((-3 (-564) "failed") |#1|)) (-15 -4190 ((-3 (-564) "failed") |#1|)) (-15 -2837 ((-564) (-1152)))) (-1046)) (T -1191))
-((-2837 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-564)) (-5 *1 (-1191 *4)) (-4 *4 (-1046)))) (-4190 (*1 *2 *3) (|partial| -12 (-5 *2 (-564)) (-5 *1 (-1191 *3)) (-4 *3 (-1046)))) (-1672 (*1 *2 *3) (|partial| -12 (-5 *2 (-564)) (-5 *1 (-1191 *3)) (-4 *3 (-1046)))))
-(-10 -7 (-15 -1672 ((-3 (-564) "failed") |#1|)) (-15 -4190 ((-3 (-564) "failed") |#1|)) (-15 -2837 ((-564) (-1152))))
-((-2444 (((-1127 (-225))) 9)))
-(((-1192) (-10 -7 (-15 -2444 ((-1127 (-225)))))) (T -1192))
-((-2444 (*1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1192)))))
-(-10 -7 (-15 -2444 ((-1127 (-225)))))
-((-2682 (($) 12)) (-1919 (($ $) 36)) (-1895 (($ $) 34)) (-1755 (($ $) 26)) (-1942 (($ $) 18)) (-2712 (($ $) 16)) (-1930 (($ $) 20)) (-1791 (($ $) 31)) (-1906 (($ $) 35)) (-1766 (($ $) 30)))
-(((-1193 |#1|) (-10 -8 (-15 -2682 (|#1|)) (-15 -1919 (|#1| |#1|)) (-15 -1895 (|#1| |#1|)) (-15 -1942 (|#1| |#1|)) (-15 -2712 (|#1| |#1|)) (-15 -1930 (|#1| |#1|)) (-15 -1906 (|#1| |#1|)) (-15 -1755 (|#1| |#1|)) (-15 -1791 (|#1| |#1|)) (-15 -1766 (|#1| |#1|))) (-1194)) (T -1193))
-NIL
-(-10 -8 (-15 -2682 (|#1|)) (-15 -1919 (|#1| |#1|)) (-15 -1895 (|#1| |#1|)) (-15 -1942 (|#1| |#1|)) (-15 -2712 (|#1| |#1|)) (-15 -1930 (|#1| |#1|)) (-15 -1906 (|#1| |#1|)) (-15 -1755 (|#1| |#1|)) (-15 -1791 (|#1| |#1|)) (-15 -1766 (|#1| |#1|)))
-((-1848 (($ $) 26)) (-1711 (($ $) 11)) (-1827 (($ $) 27)) (-1688 (($ $) 10)) (-1871 (($ $) 28)) (-1734 (($ $) 9)) (-2682 (($) 16)) (-3612 (($ $) 19)) (-2103 (($ $) 18)) (-1882 (($ $) 29)) (-1744 (($ $) 8)) (-1858 (($ $) 30)) (-1723 (($ $) 7)) (-1838 (($ $) 31)) (-1700 (($ $) 6)) (-1919 (($ $) 20)) (-1777 (($ $) 32)) (-1895 (($ $) 21)) (-1755 (($ $) 33)) (-1942 (($ $) 22)) (-1803 (($ $) 34)) (-2712 (($ $) 23)) (-1813 (($ $) 35)) (-1930 (($ $) 24)) (-1791 (($ $) 36)) (-1906 (($ $) 25)) (-1766 (($ $) 37)) (** (($ $ $) 17)))
+((-1970 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1185 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))) (-3639 (*1 *1) (-12 (-4 *1 (-1185 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))) (-3639 (*1 *1 *2) (-12 (-5 *2 (-641 (-2 (|:| -2568 *3) (|:| -1389 *4)))) (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *1 (-1185 *3 *4)))) (-2449 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1185 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))))
+(-13 (-608 |t#1| |t#2|) (-602 |t#1| |t#2|) (-10 -8 (-15 -1970 (|t#2| $ |t#1| |t#2|)) (-15 -3639 ($)) (-15 -3639 ($ (-641 (-2 (|:| -2568 |t#1|) (|:| -1389 |t#2|))))) (-15 -2449 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -2568 |#1|) (|:| -1389 |#2|))) . T) ((-102) -4078 (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))) ((-611 (-859)) -4078 (|has| |#2| (-1094)) (|has| |#2| (-611 (-859))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-611 (-859)))) ((-151 #0#) . T) ((-612 (-536)) |has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-612 (-536))) ((-229 #0#) . T) ((-235 #0#) . T) ((-286 |#1| |#2|) . T) ((-288 |#1| |#2|) . T) ((-309 #0#) -12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))) ((-309 |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-489 #0#) . T) ((-489 |#2|) . T) ((-602 |#1| |#2|) . T) ((-514 #0# #0#) -12 (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-309 (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)))) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))) ((-514 |#2| |#2|) -12 (|has| |#2| (-309 |#2|)) (|has| |#2| (-1094))) ((-608 |#1| |#2|) . T) ((-1094) -4078 (|has| |#2| (-1094)) (|has| (-2 (|:| -2568 |#1|) (|:| -1389 |#2|)) (-1094))) ((-1209) . T))
+((-4249 (((-112)) 29)) (-3720 (((-1264) (-1152)) 31)) (-4090 (((-112)) 41)) (-3747 (((-1264)) 39)) (-3986 (((-1264) (-1152) (-1152)) 30)) (-2178 (((-112)) 42)) (-2783 (((-1264) |#1| |#2|) 53)) (-2304 (((-1264)) 27)) (-1885 (((-3 |#2| "failed") |#1|) 51)) (-3262 (((-1264)) 40)))
+(((-1186 |#1| |#2|) (-10 -7 (-15 -2304 ((-1264))) (-15 -3986 ((-1264) (-1152) (-1152))) (-15 -3720 ((-1264) (-1152))) (-15 -3747 ((-1264))) (-15 -3262 ((-1264))) (-15 -4249 ((-112))) (-15 -4090 ((-112))) (-15 -2178 ((-112))) (-15 -1885 ((-3 |#2| "failed") |#1|)) (-15 -2783 ((-1264) |#1| |#2|))) (-1094) (-1094)) (T -1186))
+((-2783 (*1 *2 *3 *4) (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-1885 (*1 *2 *3) (|partial| -12 (-4 *2 (-1094)) (-5 *1 (-1186 *3 *2)) (-4 *3 (-1094)))) (-2178 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-4090 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-4249 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-3262 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-3747 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))) (-3720 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1186 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094)))) (-3986 (*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1186 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094)))) (-2304 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094)))))
+(-10 -7 (-15 -2304 ((-1264))) (-15 -3986 ((-1264) (-1152) (-1152))) (-15 -3720 ((-1264) (-1152))) (-15 -3747 ((-1264))) (-15 -3262 ((-1264))) (-15 -4249 ((-112))) (-15 -4090 ((-112))) (-15 -2178 ((-112))) (-15 -1885 ((-3 |#2| "failed") |#1|)) (-15 -2783 ((-1264) |#1| |#2|)))
+((-3472 (((-1152) (-1152)) 22)) (-3497 (((-52) (-1152)) 25)))
+(((-1187) (-10 -7 (-15 -3497 ((-52) (-1152))) (-15 -3472 ((-1152) (-1152))))) (T -1187))
+((-3472 (*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1187)))) (-3497 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-1187)))))
+(-10 -7 (-15 -3497 ((-52) (-1152))) (-15 -3472 ((-1152) (-1152))))
+((-1831 (((-1189) |#1|) 11)))
+(((-1188 |#1|) (-10 -7 (-15 -1831 ((-1189) |#1|))) (-1094)) (T -1188))
+((-1831 (*1 *2 *3) (-12 (-5 *2 (-1189)) (-5 *1 (-1188 *3)) (-4 *3 (-1094)))))
+(-10 -7 (-15 -1831 ((-1189) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-3558 (((-641 (-1152)) $) 39)) (-1508 (((-641 (-1152)) $ (-641 (-1152))) 42)) (-4158 (((-641 (-1152)) $ (-641 (-1152))) 41)) (-2499 (((-641 (-1152)) $ (-641 (-1152))) 43)) (-1995 (((-641 (-1152)) $) 38)) (-3654 (($) 26)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-2668 (((-641 (-1152)) $) 40)) (-3712 (((-1264) $ (-564)) 35) (((-1264) $) 36)) (-2511 (($ (-859) (-564)) 32) (($ (-859) (-564) (-859)) NIL)) (-1831 (((-859) $) 53) (($ (-859)) 31)) (-1702 (((-112) $ $) NIL)))
+(((-1189) (-13 (-1094) (-614 (-859)) (-10 -8 (-15 -2511 ($ (-859) (-564))) (-15 -2511 ($ (-859) (-564) (-859))) (-15 -3712 ((-1264) $ (-564))) (-15 -3712 ((-1264) $)) (-15 -2668 ((-641 (-1152)) $)) (-15 -3558 ((-641 (-1152)) $)) (-15 -3654 ($)) (-15 -1995 ((-641 (-1152)) $)) (-15 -2499 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -1508 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -4158 ((-641 (-1152)) $ (-641 (-1152))))))) (T -1189))
+((-2511 (*1 *1 *2 *3) (-12 (-5 *2 (-859)) (-5 *3 (-564)) (-5 *1 (-1189)))) (-2511 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-859)) (-5 *3 (-564)) (-5 *1 (-1189)))) (-3712 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1189)))) (-3712 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1189)))) (-2668 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))) (-3558 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))) (-3654 (*1 *1) (-5 *1 (-1189))) (-1995 (*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))) (-2499 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))) (-1508 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))) (-4158 (*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
+(-13 (-1094) (-614 (-859)) (-10 -8 (-15 -2511 ($ (-859) (-564))) (-15 -2511 ($ (-859) (-564) (-859))) (-15 -3712 ((-1264) $ (-564))) (-15 -3712 ((-1264) $)) (-15 -2668 ((-641 (-1152)) $)) (-15 -3558 ((-641 (-1152)) $)) (-15 -3654 ($)) (-15 -1995 ((-641 (-1152)) $)) (-15 -2499 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -1508 ((-641 (-1152)) $ (-641 (-1152)))) (-15 -4158 ((-641 (-1152)) $ (-641 (-1152))))))
+((-1817 (((-112) $ $) NIL)) (-3263 (((-1152) $ (-1152)) 17) (((-1152) $) 16)) (-3239 (((-1152) $ (-1152)) 15)) (-1940 (($ $ (-1152)) NIL)) (-3106 (((-3 (-1152) "failed") $) 11)) (-2843 (((-1152) $) 8)) (-1460 (((-3 (-1152) "failed") $) 12)) (-3218 (((-1152) $) 9)) (-1669 (($ (-388)) NIL) (($ (-388) (-1152)) NIL)) (-1316 (((-388) $) NIL)) (-2723 (((-1152) $) NIL)) (-3455 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1365 (((-112) $) 21)) (-1831 (((-859) $) NIL)) (-1846 (($ $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-1190) (-13 (-364 (-388) (-1152)) (-10 -8 (-15 -3263 ((-1152) $ (-1152))) (-15 -3263 ((-1152) $)) (-15 -2843 ((-1152) $)) (-15 -3106 ((-3 (-1152) "failed") $)) (-15 -1460 ((-3 (-1152) "failed") $)) (-15 -1365 ((-112) $))))) (T -1190))
+((-3263 (*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1190)))) (-3263 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1190)))) (-2843 (*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1190)))) (-3106 (*1 *2 *1) (|partial| -12 (-5 *2 (-1152)) (-5 *1 (-1190)))) (-1460 (*1 *2 *1) (|partial| -12 (-5 *2 (-1152)) (-5 *1 (-1190)))) (-1365 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1190)))))
+(-13 (-364 (-388) (-1152)) (-10 -8 (-15 -3263 ((-1152) $ (-1152))) (-15 -3263 ((-1152) $)) (-15 -2843 ((-1152) $)) (-15 -3106 ((-3 (-1152) "failed") $)) (-15 -1460 ((-3 (-1152) "failed") $)) (-15 -1365 ((-112) $))))
+((-1598 (((-3 (-564) "failed") |#1|) 19)) (-2728 (((-3 (-564) "failed") |#1|) 14)) (-2940 (((-564) (-1152)) 33)))
+(((-1191 |#1|) (-10 -7 (-15 -1598 ((-3 (-564) "failed") |#1|)) (-15 -2728 ((-3 (-564) "failed") |#1|)) (-15 -2940 ((-564) (-1152)))) (-1046)) (T -1191))
+((-2940 (*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-564)) (-5 *1 (-1191 *4)) (-4 *4 (-1046)))) (-2728 (*1 *2 *3) (|partial| -12 (-5 *2 (-564)) (-5 *1 (-1191 *3)) (-4 *3 (-1046)))) (-1598 (*1 *2 *3) (|partial| -12 (-5 *2 (-564)) (-5 *1 (-1191 *3)) (-4 *3 (-1046)))))
+(-10 -7 (-15 -1598 ((-3 (-564) "failed") |#1|)) (-15 -2728 ((-3 (-564) "failed") |#1|)) (-15 -2940 ((-564) (-1152))))
+((-3533 (((-1127 (-225))) 9)))
+(((-1192) (-10 -7 (-15 -3533 ((-1127 (-225)))))) (T -1192))
+((-3533 (*1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1192)))))
+(-10 -7 (-15 -3533 ((-1127 (-225)))))
+((-3714 (($) 12)) (-3427 (($ $) 36)) (-3406 (($ $) 34)) (-3254 (($ $) 26)) (-3450 (($ $) 18)) (-2315 (($ $) 16)) (-3439 (($ $) 20)) (-3287 (($ $) 31)) (-3416 (($ $) 35)) (-3265 (($ $) 30)))
+(((-1193 |#1|) (-10 -8 (-15 -3714 (|#1|)) (-15 -3427 (|#1| |#1|)) (-15 -3406 (|#1| |#1|)) (-15 -3450 (|#1| |#1|)) (-15 -2315 (|#1| |#1|)) (-15 -3439 (|#1| |#1|)) (-15 -3416 (|#1| |#1|)) (-15 -3254 (|#1| |#1|)) (-15 -3287 (|#1| |#1|)) (-15 -3265 (|#1| |#1|))) (-1194)) (T -1193))
+NIL
+(-10 -8 (-15 -3714 (|#1|)) (-15 -3427 (|#1| |#1|)) (-15 -3406 (|#1| |#1|)) (-15 -3450 (|#1| |#1|)) (-15 -2315 (|#1| |#1|)) (-15 -3439 (|#1| |#1|)) (-15 -3416 (|#1| |#1|)) (-15 -3254 (|#1| |#1|)) (-15 -3287 (|#1| |#1|)) (-15 -3265 (|#1| |#1|)))
+((-3357 (($ $) 26)) (-3210 (($ $) 11)) (-3330 (($ $) 27)) (-3187 (($ $) 10)) (-3384 (($ $) 28)) (-3233 (($ $) 9)) (-3714 (($) 16)) (-2358 (($ $) 19)) (-4326 (($ $) 18)) (-3395 (($ $) 29)) (-3245 (($ $) 8)) (-3371 (($ $) 30)) (-3221 (($ $) 7)) (-3344 (($ $) 31)) (-3199 (($ $) 6)) (-3427 (($ $) 20)) (-3276 (($ $) 32)) (-3406 (($ $) 21)) (-3254 (($ $) 33)) (-3450 (($ $) 22)) (-3302 (($ $) 34)) (-2315 (($ $) 23)) (-3316 (($ $) 35)) (-3439 (($ $) 24)) (-3287 (($ $) 36)) (-3416 (($ $) 25)) (-3265 (($ $) 37)) (** (($ $ $) 17)))
(((-1194) (-140)) (T -1194))
-((-2682 (*1 *1) (-4 *1 (-1194))))
-(-13 (-1197) (-95) (-493) (-35) (-284) (-10 -8 (-15 -2682 ($))))
+((-3714 (*1 *1) (-4 *1 (-1194))))
+(-13 (-1197) (-95) (-493) (-35) (-284) (-10 -8 (-15 -3714 ($))))
(((-35) . T) ((-95) . T) ((-284) . T) ((-493) . T) ((-1197) . T))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1411 ((|#1| $) 19)) (-3794 (($ |#1| (-641 $)) 28) (($ (-641 |#1|)) 35) (($ |#1|) 30)) (-1729 (((-112) $ (-768)) 70)) (-2270 ((|#1| $ |#1|) 14 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 13 (|has| $ (-6 -4413)))) (-1692 (($) NIL T CONST)) (-1597 (((-641 |#1|) $) 74 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) 62)) (-3496 (((-112) $ $) 48 (|has| |#1| (-1094)))) (-2575 (((-112) $ (-768)) 60)) (-4317 (((-641 |#1|) $) 75 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 73 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1439 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 27)) (-3715 (((-112) $ (-768)) 59)) (-1939 (((-641 |#1|) $) 53)) (-2545 (((-112) $) 51)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2070 (((-112) (-1 (-112) |#1|) $) 72 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 104)) (-4102 (((-112) $) 9)) (-3456 (($) 10)) (-2961 ((|#1| $ "value") NIL)) (-2705 (((-564) $ $) 47)) (-3546 (((-641 $) $) 87)) (-1478 (((-112) $ $) 107)) (-3676 (((-641 $) $) 102)) (-4303 (($ $) 103)) (-3735 (((-112) $) 82)) (-1292 (((-768) (-1 (-112) |#1|) $) 25 (|has| $ (-6 -4412))) (((-768) |#1| $) 17 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1892 (($ $) 86)) (-1721 (((-859) $) 89 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) 12)) (-4252 (((-112) $ $) 39 (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) 71 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 37 (|has| |#1| (-1094)))) (-3435 (((-768) $) 57 (|has| $ (-6 -4412)))))
-(((-1195 |#1|) (-13 (-1007 |#1|) (-10 -8 (-6 -4412) (-6 -4413) (-15 -3794 ($ |#1| (-641 $))) (-15 -3794 ($ (-641 |#1|))) (-15 -3794 ($ |#1|)) (-15 -3735 ((-112) $)) (-15 -4303 ($ $)) (-15 -3676 ((-641 $) $)) (-15 -1478 ((-112) $ $)) (-15 -3546 ((-641 $) $)))) (-1094)) (T -1195))
-((-3735 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))) (-3794 (*1 *1 *2 *3) (-12 (-5 *3 (-641 (-1195 *2))) (-5 *1 (-1195 *2)) (-4 *2 (-1094)))) (-3794 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-1195 *3)))) (-3794 (*1 *1 *2) (-12 (-5 *1 (-1195 *2)) (-4 *2 (-1094)))) (-4303 (*1 *1 *1) (-12 (-5 *1 (-1195 *2)) (-4 *2 (-1094)))) (-3676 (*1 *2 *1) (-12 (-5 *2 (-641 (-1195 *3))) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))) (-1478 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))) (-3546 (*1 *2 *1) (-12 (-5 *2 (-641 (-1195 *3))) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))))
-(-13 (-1007 |#1|) (-10 -8 (-6 -4412) (-6 -4413) (-15 -3794 ($ |#1| (-641 $))) (-15 -3794 ($ (-641 |#1|))) (-15 -3794 ($ |#1|)) (-15 -3735 ((-112) $)) (-15 -4303 ($ $)) (-15 -3676 ((-641 $) $)) (-15 -1478 ((-112) $ $)) (-15 -3546 ((-641 $) $))))
-((-1711 (($ $) 15)) (-1734 (($ $) 12)) (-1744 (($ $) 10)) (-1723 (($ $) 17)))
-(((-1196 |#1|) (-10 -8 (-15 -1723 (|#1| |#1|)) (-15 -1744 (|#1| |#1|)) (-15 -1734 (|#1| |#1|)) (-15 -1711 (|#1| |#1|))) (-1197)) (T -1196))
-NIL
-(-10 -8 (-15 -1723 (|#1| |#1|)) (-15 -1744 (|#1| |#1|)) (-15 -1734 (|#1| |#1|)) (-15 -1711 (|#1| |#1|)))
-((-1711 (($ $) 11)) (-1688 (($ $) 10)) (-1734 (($ $) 9)) (-1744 (($ $) 8)) (-1723 (($ $) 7)) (-1700 (($ $) 6)))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1522 ((|#1| $) 19)) (-2629 (($ |#1| (-641 $)) 28) (($ (-641 |#1|)) 35) (($ |#1|) 30)) (-4010 (((-112) $ (-768)) 70)) (-2373 ((|#1| $ |#1|) 14 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 13 (|has| $ (-6 -4407)))) (-1778 (($) NIL T CONST)) (-1433 (((-641 |#1|) $) 74 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) 62)) (-4376 (((-112) $ $) 48 (|has| |#1| (-1094)))) (-2324 (((-112) $ (-768)) 60)) (-2640 (((-641 |#1|) $) 75 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 73 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2250 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 27)) (-1713 (((-112) $ (-768)) 59)) (-4119 (((-641 |#1|) $) 53)) (-2033 (((-112) $) 51)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-4077 (((-112) (-1 (-112) |#1|) $) 72 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 104)) (-4284 (((-112) $) 9)) (-4012 (($) 10)) (-1350 ((|#1| $ "value") NIL)) (-4190 (((-564) $ $) 47)) (-3737 (((-641 $) $) 87)) (-3460 (((-112) $ $) 107)) (-2572 (((-641 $) $) 102)) (-2532 (($ $) 103)) (-1899 (((-112) $) 82)) (-2791 (((-768) (-1 (-112) |#1|) $) 25 (|has| $ (-6 -4406))) (((-768) |#1| $) 17 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1991 (($ $) 86)) (-1831 (((-859) $) 89 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) 12)) (-2054 (((-112) $ $) 39 (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) 71 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 37 (|has| |#1| (-1094)))) (-2828 (((-768) $) 57 (|has| $ (-6 -4406)))))
+(((-1195 |#1|) (-13 (-1007 |#1|) (-10 -8 (-6 -4406) (-6 -4407) (-15 -2629 ($ |#1| (-641 $))) (-15 -2629 ($ (-641 |#1|))) (-15 -2629 ($ |#1|)) (-15 -1899 ((-112) $)) (-15 -2532 ($ $)) (-15 -2572 ((-641 $) $)) (-15 -3460 ((-112) $ $)) (-15 -3737 ((-641 $) $)))) (-1094)) (T -1195))
+((-1899 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))) (-2629 (*1 *1 *2 *3) (-12 (-5 *3 (-641 (-1195 *2))) (-5 *1 (-1195 *2)) (-4 *2 (-1094)))) (-2629 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-1195 *3)))) (-2629 (*1 *1 *2) (-12 (-5 *1 (-1195 *2)) (-4 *2 (-1094)))) (-2532 (*1 *1 *1) (-12 (-5 *1 (-1195 *2)) (-4 *2 (-1094)))) (-2572 (*1 *2 *1) (-12 (-5 *2 (-641 (-1195 *3))) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))) (-3460 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))) (-3737 (*1 *2 *1) (-12 (-5 *2 (-641 (-1195 *3))) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))))
+(-13 (-1007 |#1|) (-10 -8 (-6 -4406) (-6 -4407) (-15 -2629 ($ |#1| (-641 $))) (-15 -2629 ($ (-641 |#1|))) (-15 -2629 ($ |#1|)) (-15 -1899 ((-112) $)) (-15 -2532 ($ $)) (-15 -2572 ((-641 $) $)) (-15 -3460 ((-112) $ $)) (-15 -3737 ((-641 $) $))))
+((-3210 (($ $) 15)) (-3233 (($ $) 12)) (-3245 (($ $) 10)) (-3221 (($ $) 17)))
+(((-1196 |#1|) (-10 -8 (-15 -3221 (|#1| |#1|)) (-15 -3245 (|#1| |#1|)) (-15 -3233 (|#1| |#1|)) (-15 -3210 (|#1| |#1|))) (-1197)) (T -1196))
+NIL
+(-10 -8 (-15 -3221 (|#1| |#1|)) (-15 -3245 (|#1| |#1|)) (-15 -3233 (|#1| |#1|)) (-15 -3210 (|#1| |#1|)))
+((-3210 (($ $) 11)) (-3187 (($ $) 10)) (-3233 (($ $) 9)) (-3245 (($ $) 8)) (-3221 (($ $) 7)) (-3199 (($ $) 6)))
(((-1197) (-140)) (T -1197))
-((-1711 (*1 *1 *1) (-4 *1 (-1197))) (-1688 (*1 *1 *1) (-4 *1 (-1197))) (-1734 (*1 *1 *1) (-4 *1 (-1197))) (-1744 (*1 *1 *1) (-4 *1 (-1197))) (-1723 (*1 *1 *1) (-4 *1 (-1197))) (-1700 (*1 *1 *1) (-4 *1 (-1197))))
-(-13 (-10 -8 (-15 -1700 ($ $)) (-15 -1723 ($ $)) (-15 -1744 ($ $)) (-15 -1734 ($ $)) (-15 -1688 ($ $)) (-15 -1711 ($ $))))
-((-1503 ((|#2| |#2|) 99)) (-3014 (((-112) |#2|) 29)) (-4040 ((|#2| |#2|) 33)) (-4050 ((|#2| |#2|) 35)) (-2327 ((|#2| |#2| (-1170)) 93) ((|#2| |#2|) 94)) (-2423 (((-169 |#2|) |#2|) 31)) (-3016 ((|#2| |#2| (-1170)) 95) ((|#2| |#2|) 96)))
-(((-1198 |#1| |#2|) (-10 -7 (-15 -2327 (|#2| |#2|)) (-15 -2327 (|#2| |#2| (-1170))) (-15 -3016 (|#2| |#2|)) (-15 -3016 (|#2| |#2| (-1170))) (-15 -1503 (|#2| |#2|)) (-15 -4040 (|#2| |#2|)) (-15 -4050 (|#2| |#2|)) (-15 -3014 ((-112) |#2|)) (-15 -2423 ((-169 |#2|) |#2|))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -1198))
-((-2423 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-169 *3)) (-5 *1 (-1198 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-3014 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-112)) (-5 *1 (-1198 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-4050 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))) (-4040 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))) (-1503 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))) (-3016 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-3016 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))) (-2327 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-2327 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))))
-(-10 -7 (-15 -2327 (|#2| |#2|)) (-15 -2327 (|#2| |#2| (-1170))) (-15 -3016 (|#2| |#2|)) (-15 -3016 (|#2| |#2| (-1170))) (-15 -1503 (|#2| |#2|)) (-15 -4040 (|#2| |#2|)) (-15 -4050 (|#2| |#2|)) (-15 -3014 ((-112) |#2|)) (-15 -2423 ((-169 |#2|) |#2|)))
-((-3019 ((|#4| |#4| |#1|) 32)) (-3103 ((|#4| |#4| |#1|) 33)))
-(((-1199 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3019 (|#4| |#4| |#1|)) (-15 -3103 (|#4| |#4| |#1|))) (-556) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|)) (T -1199))
-((-3103 (*1 *2 *2 *3) (-12 (-4 *3 (-556)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-1199 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-3019 (*1 *2 *2 *3) (-12 (-4 *3 (-556)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-1199 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
-(-10 -7 (-15 -3019 (|#4| |#4| |#1|)) (-15 -3103 (|#4| |#4| |#1|)))
-((-3017 ((|#2| |#2|) 148)) (-3707 ((|#2| |#2|) 145)) (-2618 ((|#2| |#2|) 136)) (-2379 ((|#2| |#2|) 133)) (-2973 ((|#2| |#2|) 141)) (-1518 ((|#2| |#2|) 129)) (-2497 ((|#2| |#2|) 44)) (-1831 ((|#2| |#2|) 105)) (-4301 ((|#2| |#2|) 88)) (-2749 ((|#2| |#2|) 143)) (-2063 ((|#2| |#2|) 131)) (-1913 ((|#2| |#2|) 153)) (-2563 ((|#2| |#2|) 151)) (-4333 ((|#2| |#2|) 152)) (-4130 ((|#2| |#2|) 150)) (-3439 ((|#2| |#2|) 163)) (-2175 ((|#2| |#2|) 30 (-12 (|has| |#2| (-612 (-889 |#1|))) (|has| |#2| (-883 |#1|)) (|has| |#1| (-612 (-889 |#1|))) (|has| |#1| (-883 |#1|))))) (-2574 ((|#2| |#2|) 89)) (-3814 ((|#2| |#2|) 154)) (-3310 ((|#2| |#2|) 155)) (-3922 ((|#2| |#2|) 142)) (-4296 ((|#2| |#2|) 130)) (-4365 ((|#2| |#2|) 149)) (-3666 ((|#2| |#2|) 147)) (-1486 ((|#2| |#2|) 137)) (-2865 ((|#2| |#2|) 135)) (-3799 ((|#2| |#2|) 139)) (-3384 ((|#2| |#2|) 127)))
-(((-1200 |#1| |#2|) (-10 -7 (-15 -3310 (|#2| |#2|)) (-15 -4301 (|#2| |#2|)) (-15 -3439 (|#2| |#2|)) (-15 -1831 (|#2| |#2|)) (-15 -2497 (|#2| |#2|)) (-15 -2574 (|#2| |#2|)) (-15 -3814 (|#2| |#2|)) (-15 -3384 (|#2| |#2|)) (-15 -3799 (|#2| |#2|)) (-15 -1486 (|#2| |#2|)) (-15 -4365 (|#2| |#2|)) (-15 -4296 (|#2| |#2|)) (-15 -3922 (|#2| |#2|)) (-15 -2063 (|#2| |#2|)) (-15 -2749 (|#2| |#2|)) (-15 -1518 (|#2| |#2|)) (-15 -2973 (|#2| |#2|)) (-15 -2618 (|#2| |#2|)) (-15 -3017 (|#2| |#2|)) (-15 -2379 (|#2| |#2|)) (-15 -3707 (|#2| |#2|)) (-15 -2865 (|#2| |#2|)) (-15 -3666 (|#2| |#2|)) (-15 -4130 (|#2| |#2|)) (-15 -2563 (|#2| |#2|)) (-15 -4333 (|#2| |#2|)) (-15 -1913 (|#2| |#2|)) (IF (|has| |#1| (-883 |#1|)) (IF (|has| |#1| (-612 (-889 |#1|))) (IF (|has| |#2| (-612 (-889 |#1|))) (IF (|has| |#2| (-883 |#1|)) (-15 -2175 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-13 (-847) (-452)) (-13 (-430 |#1|) (-1194))) (T -1200))
-((-2175 (*1 *2 *2) (-12 (-4 *3 (-612 (-889 *3))) (-4 *3 (-883 *3)) (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-612 (-889 *3))) (-4 *2 (-883 *3)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1913 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-4333 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2563 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-4130 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3666 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2865 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3707 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2379 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3017 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2618 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2973 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1518 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2749 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2063 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3922 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-4296 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-4365 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1486 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3799 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3384 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3814 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2574 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2497 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1831 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3439 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-4301 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3310 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))))
-(-10 -7 (-15 -3310 (|#2| |#2|)) (-15 -4301 (|#2| |#2|)) (-15 -3439 (|#2| |#2|)) (-15 -1831 (|#2| |#2|)) (-15 -2497 (|#2| |#2|)) (-15 -2574 (|#2| |#2|)) (-15 -3814 (|#2| |#2|)) (-15 -3384 (|#2| |#2|)) (-15 -3799 (|#2| |#2|)) (-15 -1486 (|#2| |#2|)) (-15 -4365 (|#2| |#2|)) (-15 -4296 (|#2| |#2|)) (-15 -3922 (|#2| |#2|)) (-15 -2063 (|#2| |#2|)) (-15 -2749 (|#2| |#2|)) (-15 -1518 (|#2| |#2|)) (-15 -2973 (|#2| |#2|)) (-15 -2618 (|#2| |#2|)) (-15 -3017 (|#2| |#2|)) (-15 -2379 (|#2| |#2|)) (-15 -3707 (|#2| |#2|)) (-15 -2865 (|#2| |#2|)) (-15 -3666 (|#2| |#2|)) (-15 -4130 (|#2| |#2|)) (-15 -2563 (|#2| |#2|)) (-15 -4333 (|#2| |#2|)) (-15 -1913 (|#2| |#2|)) (IF (|has| |#1| (-883 |#1|)) (IF (|has| |#1| (-612 (-889 |#1|))) (IF (|has| |#2| (-612 (-889 |#1|))) (IF (|has| |#2| (-883 |#1|)) (-15 -2175 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
-((-2637 (((-112) |#5| $) 67) (((-112) $) 109)) (-4084 ((|#5| |#5| $) 82)) (-3346 (($ (-1 (-112) |#5|) $) NIL) (((-3 |#5| "failed") $ |#4|) 126)) (-3987 (((-641 |#5|) (-641 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|)) 80)) (-2035 (((-3 $ "failed") (-641 |#5|)) 134)) (-1908 (((-3 $ "failed") $) 119)) (-1998 ((|#5| |#5| $) 101)) (-3121 (((-112) |#5| $ (-1 (-112) |#5| |#5|)) 35)) (-2440 ((|#5| |#5| $) 105)) (-3658 ((|#5| (-1 |#5| |#5| |#5|) $ |#5| |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $ |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $) NIL) ((|#5| |#5| $ (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|)) 76)) (-2393 (((-2 (|:| -2151 (-641 |#5|)) (|:| -1940 (-641 |#5|))) $) 62)) (-1926 (((-112) |#5| $) 65) (((-112) $) 110)) (-3698 ((|#4| $) 115)) (-3837 (((-3 |#5| "failed") $) 117)) (-2224 (((-641 |#5|) $) 54)) (-1762 (((-112) |#5| $) 74) (((-112) $) 114)) (-3657 ((|#5| |#5| $) 88)) (-4067 (((-112) $ $) 28)) (-3186 (((-112) |#5| $) 70) (((-112) $) 112)) (-1999 ((|#5| |#5| $) 85)) (-1897 (((-3 |#5| "failed") $) 116)) (-3450 (($ $ |#5|) 135)) (-4341 (((-768) $) 59)) (-1732 (($ (-641 |#5|)) 132)) (-2718 (($ $ |#4|) 130)) (-3119 (($ $ |#4|) 128)) (-2463 (($ $) 127)) (-1721 (((-859) $) NIL) (((-641 |#5|) $) 120)) (-4107 (((-768) $) 139)) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5| |#5|)) 48) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|)) 50)) (-1544 (((-112) $ (-1 (-112) |#5| (-641 |#5|))) 107)) (-4380 (((-641 |#4|) $) 122)) (-2614 (((-112) |#4| $) 125)) (-2853 (((-112) $ $) 20)))
-(((-1201 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4107 ((-768) |#1|)) (-15 -3450 (|#1| |#1| |#5|)) (-15 -3346 ((-3 |#5| "failed") |#1| |#4|)) (-15 -2614 ((-112) |#4| |#1|)) (-15 -4380 ((-641 |#4|) |#1|)) (-15 -1908 ((-3 |#1| "failed") |#1|)) (-15 -3837 ((-3 |#5| "failed") |#1|)) (-15 -1897 ((-3 |#5| "failed") |#1|)) (-15 -2440 (|#5| |#5| |#1|)) (-15 -2463 (|#1| |#1|)) (-15 -1998 (|#5| |#5| |#1|)) (-15 -3657 (|#5| |#5| |#1|)) (-15 -1999 (|#5| |#5| |#1|)) (-15 -4084 (|#5| |#5| |#1|)) (-15 -3987 ((-641 |#5|) (-641 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -3658 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -1762 ((-112) |#1|)) (-15 -3186 ((-112) |#1|)) (-15 -2637 ((-112) |#1|)) (-15 -1544 ((-112) |#1| (-1 (-112) |#5| (-641 |#5|)))) (-15 -1762 ((-112) |#5| |#1|)) (-15 -3186 ((-112) |#5| |#1|)) (-15 -2637 ((-112) |#5| |#1|)) (-15 -3121 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -1926 ((-112) |#1|)) (-15 -1926 ((-112) |#5| |#1|)) (-15 -2393 ((-2 (|:| -2151 (-641 |#5|)) (|:| -1940 (-641 |#5|))) |#1|)) (-15 -4341 ((-768) |#1|)) (-15 -2224 ((-641 |#5|) |#1|)) (-15 -2299 ((-3 (-2 (|:| |bas| |#1|) (|:| -3192 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -2299 ((-3 (-2 (|:| |bas| |#1|) (|:| -3192 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5| |#5|))) (-15 -4067 ((-112) |#1| |#1|)) (-15 -2718 (|#1| |#1| |#4|)) (-15 -3119 (|#1| |#1| |#4|)) (-15 -3698 (|#4| |#1|)) (-15 -2035 ((-3 |#1| "failed") (-641 |#5|))) (-15 -1721 ((-641 |#5|) |#1|)) (-15 -1732 (|#1| (-641 |#5|))) (-15 -3658 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3658 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3346 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -3658 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|))) (-1202 |#2| |#3| |#4| |#5|) (-556) (-790) (-847) (-1060 |#2| |#3| |#4|)) (T -1201))
-NIL
-(-10 -8 (-15 -4107 ((-768) |#1|)) (-15 -3450 (|#1| |#1| |#5|)) (-15 -3346 ((-3 |#5| "failed") |#1| |#4|)) (-15 -2614 ((-112) |#4| |#1|)) (-15 -4380 ((-641 |#4|) |#1|)) (-15 -1908 ((-3 |#1| "failed") |#1|)) (-15 -3837 ((-3 |#5| "failed") |#1|)) (-15 -1897 ((-3 |#5| "failed") |#1|)) (-15 -2440 (|#5| |#5| |#1|)) (-15 -2463 (|#1| |#1|)) (-15 -1998 (|#5| |#5| |#1|)) (-15 -3657 (|#5| |#5| |#1|)) (-15 -1999 (|#5| |#5| |#1|)) (-15 -4084 (|#5| |#5| |#1|)) (-15 -3987 ((-641 |#5|) (-641 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -3658 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -1762 ((-112) |#1|)) (-15 -3186 ((-112) |#1|)) (-15 -2637 ((-112) |#1|)) (-15 -1544 ((-112) |#1| (-1 (-112) |#5| (-641 |#5|)))) (-15 -1762 ((-112) |#5| |#1|)) (-15 -3186 ((-112) |#5| |#1|)) (-15 -2637 ((-112) |#5| |#1|)) (-15 -3121 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -1926 ((-112) |#1|)) (-15 -1926 ((-112) |#5| |#1|)) (-15 -2393 ((-2 (|:| -2151 (-641 |#5|)) (|:| -1940 (-641 |#5|))) |#1|)) (-15 -4341 ((-768) |#1|)) (-15 -2224 ((-641 |#5|) |#1|)) (-15 -2299 ((-3 (-2 (|:| |bas| |#1|) (|:| -3192 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -2299 ((-3 (-2 (|:| |bas| |#1|) (|:| -3192 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5| |#5|))) (-15 -4067 ((-112) |#1| |#1|)) (-15 -2718 (|#1| |#1| |#4|)) (-15 -3119 (|#1| |#1| |#4|)) (-15 -3698 (|#4| |#1|)) (-15 -2035 ((-3 |#1| "failed") (-641 |#5|))) (-15 -1721 ((-641 |#5|) |#1|)) (-15 -1732 (|#1| (-641 |#5|))) (-15 -3658 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3658 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3346 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -3658 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -1721 ((-859) |#1|)) (-15 -2853 ((-112) |#1| |#1|)))
-((-1709 (((-112) $ $) 7)) (-4249 (((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 |#4|)))) (-641 |#4|)) 85)) (-2838 (((-641 $) (-641 |#4|)) 86)) (-4153 (((-641 |#3|) $) 33)) (-2129 (((-112) $) 26)) (-3451 (((-112) $) 17 (|has| |#1| (-556)))) (-2637 (((-112) |#4| $) 101) (((-112) $) 97)) (-4084 ((|#4| |#4| $) 92)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) 27)) (-1729 (((-112) $ (-768)) 44)) (-3346 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4412))) (((-3 |#4| "failed") $ |#3|) 79)) (-1692 (($) 45 T CONST)) (-1492 (((-112) $) 22 (|has| |#1| (-556)))) (-1504 (((-112) $ $) 24 (|has| |#1| (-556)))) (-3693 (((-112) $ $) 23 (|has| |#1| (-556)))) (-3368 (((-112) $) 25 (|has| |#1| (-556)))) (-3987 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 93)) (-2266 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) 36)) (-3437 (($ (-641 |#4|)) 35)) (-1908 (((-3 $ "failed") $) 82)) (-1998 ((|#4| |#4| $) 89)) (-1928 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3121 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 102)) (-2440 ((|#4| |#4| $) 87)) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4412))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-2393 (((-2 (|:| -2151 (-641 |#4|)) (|:| -1940 (-641 |#4|))) $) 105)) (-1597 (((-641 |#4|) $) 52 (|has| $ (-6 -4412)))) (-1926 (((-112) |#4| $) 104) (((-112) $) 103)) (-3698 ((|#3| $) 34)) (-2575 (((-112) $ (-768)) 43)) (-4317 (((-641 |#4|) $) 53 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) 47)) (-1490 (((-641 |#3|) $) 32)) (-1714 (((-112) |#3| $) 31)) (-3715 (((-112) $ (-768)) 42)) (-2811 (((-1152) $) 9)) (-3837 (((-3 |#4| "failed") $) 83)) (-2224 (((-641 |#4|) $) 107)) (-1762 (((-112) |#4| $) 99) (((-112) $) 95)) (-3657 ((|#4| |#4| $) 90)) (-4067 (((-112) $ $) 110)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-3186 (((-112) |#4| $) 100) (((-112) $) 96)) (-1999 ((|#4| |#4| $) 91)) (-4382 (((-1114) $) 10)) (-1897 (((-3 |#4| "failed") $) 84)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-4177 (((-3 $ "failed") $ |#4|) 78)) (-3450 (($ $ |#4|) 77)) (-2070 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) 38)) (-4102 (((-112) $) 41)) (-3456 (($) 40)) (-4341 (((-768) $) 106)) (-1292 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4412)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4412)))) (-1892 (($ $) 39)) (-2153 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1732 (($ (-641 |#4|)) 60)) (-2718 (($ $ |#3|) 28)) (-3119 (($ $ |#3|) 30)) (-2463 (($ $) 88)) (-1442 (($ $ |#3|) 29)) (-1721 (((-859) $) 11) (((-641 |#4|) $) 37)) (-4107 (((-768) $) 76 (|has| |#3| (-368)))) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 108)) (-1544 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) 98)) (-2666 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4412)))) (-4380 (((-641 |#3|) $) 81)) (-2614 (((-112) |#3| $) 80)) (-2853 (((-112) $ $) 6)) (-3435 (((-768) $) 46 (|has| $ (-6 -4412)))))
+((-3210 (*1 *1 *1) (-4 *1 (-1197))) (-3187 (*1 *1 *1) (-4 *1 (-1197))) (-3233 (*1 *1 *1) (-4 *1 (-1197))) (-3245 (*1 *1 *1) (-4 *1 (-1197))) (-3221 (*1 *1 *1) (-4 *1 (-1197))) (-3199 (*1 *1 *1) (-4 *1 (-1197))))
+(-13 (-10 -8 (-15 -3199 ($ $)) (-15 -3221 ($ $)) (-15 -3245 ($ $)) (-15 -3233 ($ $)) (-15 -3187 ($ $)) (-15 -3210 ($ $))))
+((-3731 ((|#2| |#2|) 99)) (-2020 (((-112) |#2|) 29)) (-3092 ((|#2| |#2|) 33)) (-3102 ((|#2| |#2|) 35)) (-1684 ((|#2| |#2| (-1170)) 93) ((|#2| |#2|) 94)) (-3322 (((-169 |#2|) |#2|) 31)) (-2041 ((|#2| |#2| (-1170)) 95) ((|#2| |#2|) 96)))
+(((-1198 |#1| |#2|) (-10 -7 (-15 -1684 (|#2| |#2|)) (-15 -1684 (|#2| |#2| (-1170))) (-15 -2041 (|#2| |#2|)) (-15 -2041 (|#2| |#2| (-1170))) (-15 -3731 (|#2| |#2|)) (-15 -3092 (|#2| |#2|)) (-15 -3102 (|#2| |#2|)) (-15 -2020 ((-112) |#2|)) (-15 -3322 ((-169 |#2|) |#2|))) (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))) (-13 (-27) (-1194) (-430 |#1|))) (T -1198))
+((-3322 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-169 *3)) (-5 *1 (-1198 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-2020 (*1 *2 *3) (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *2 (-112)) (-5 *1 (-1198 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *4))))) (-3102 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))) (-3092 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))) (-3731 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))) (-2041 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-2041 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))) (-1684 (*1 *2 *2 *3) (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))) (-1684 (*1 *2 *2) (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564)))) (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))))
+(-10 -7 (-15 -1684 (|#2| |#2|)) (-15 -1684 (|#2| |#2| (-1170))) (-15 -2041 (|#2| |#2|)) (-15 -2041 (|#2| |#2| (-1170))) (-15 -3731 (|#2| |#2|)) (-15 -3092 (|#2| |#2|)) (-15 -3102 (|#2| |#2|)) (-15 -2020 ((-112) |#2|)) (-15 -3322 ((-169 |#2|) |#2|)))
+((-2072 ((|#4| |#4| |#1|) 32)) (-1701 ((|#4| |#4| |#1|) 33)))
+(((-1199 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2072 (|#4| |#4| |#1|)) (-15 -1701 (|#4| |#4| |#1|))) (-556) (-373 |#1|) (-373 |#1|) (-683 |#1| |#2| |#3|)) (T -1199))
+((-1701 (*1 *2 *2 *3) (-12 (-4 *3 (-556)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-1199 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))) (-2072 (*1 *2 *2 *3) (-12 (-4 *3 (-556)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-5 *1 (-1199 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
+(-10 -7 (-15 -2072 (|#4| |#4| |#1|)) (-15 -1701 (|#4| |#4| |#1|)))
+((-2051 ((|#2| |#2|) 148)) (-1618 ((|#2| |#2|) 145)) (-1532 ((|#2| |#2|) 136)) (-4135 ((|#2| |#2|) 133)) (-1744 ((|#2| |#2|) 141)) (-2642 ((|#2| |#2|) 129)) (-2822 ((|#2| |#2|) 44)) (-3666 ((|#2| |#2|) 105)) (-2507 ((|#2| |#2|) 88)) (-3386 ((|#2| |#2|) 143)) (-4017 ((|#2| |#2|) 131)) (-1931 ((|#2| |#2|) 153)) (-2188 ((|#2| |#2|) 151)) (-1544 ((|#2| |#2|) 152)) (-3365 ((|#2| |#2|) 150)) (-3850 ((|#2| |#2|) 163)) (-2666 ((|#2| |#2|) 30 (-12 (|has| |#2| (-612 (-889 |#1|))) (|has| |#2| (-883 |#1|)) (|has| |#1| (-612 (-889 |#1|))) (|has| |#1| (-883 |#1|))))) (-2312 ((|#2| |#2|) 89)) (-3317 ((|#2| |#2|) 154)) (-3723 ((|#2| |#2|) 155)) (-3135 ((|#2| |#2|) 142)) (-2459 ((|#2| |#2|) 130)) (-1879 ((|#2| |#2|) 149)) (-2458 ((|#2| |#2|) 147)) (-3538 ((|#2| |#2|) 137)) (-3189 ((|#2| |#2|) 135)) (-4353 ((|#2| |#2|) 139)) (-1406 ((|#2| |#2|) 127)))
+(((-1200 |#1| |#2|) (-10 -7 (-15 -3723 (|#2| |#2|)) (-15 -2507 (|#2| |#2|)) (-15 -3850 (|#2| |#2|)) (-15 -3666 (|#2| |#2|)) (-15 -2822 (|#2| |#2|)) (-15 -2312 (|#2| |#2|)) (-15 -3317 (|#2| |#2|)) (-15 -1406 (|#2| |#2|)) (-15 -4353 (|#2| |#2|)) (-15 -3538 (|#2| |#2|)) (-15 -1879 (|#2| |#2|)) (-15 -2459 (|#2| |#2|)) (-15 -3135 (|#2| |#2|)) (-15 -4017 (|#2| |#2|)) (-15 -3386 (|#2| |#2|)) (-15 -2642 (|#2| |#2|)) (-15 -1744 (|#2| |#2|)) (-15 -1532 (|#2| |#2|)) (-15 -2051 (|#2| |#2|)) (-15 -4135 (|#2| |#2|)) (-15 -1618 (|#2| |#2|)) (-15 -3189 (|#2| |#2|)) (-15 -2458 (|#2| |#2|)) (-15 -3365 (|#2| |#2|)) (-15 -2188 (|#2| |#2|)) (-15 -1544 (|#2| |#2|)) (-15 -1931 (|#2| |#2|)) (IF (|has| |#1| (-883 |#1|)) (IF (|has| |#1| (-612 (-889 |#1|))) (IF (|has| |#2| (-612 (-889 |#1|))) (IF (|has| |#2| (-883 |#1|)) (-15 -2666 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-13 (-847) (-452)) (-13 (-430 |#1|) (-1194))) (T -1200))
+((-2666 (*1 *2 *2) (-12 (-4 *3 (-612 (-889 *3))) (-4 *3 (-883 *3)) (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-612 (-889 *3))) (-4 *2 (-883 *3)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1931 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1544 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2188 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3365 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2458 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3189 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1618 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-4135 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2051 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1532 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1744 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2642 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3386 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-4017 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3135 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2459 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1879 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3538 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-4353 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-1406 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3317 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2312 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2822 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3666 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3850 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-2507 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))) (-3723 (*1 *2 *2) (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2)) (-4 *2 (-13 (-430 *3) (-1194))))))
+(-10 -7 (-15 -3723 (|#2| |#2|)) (-15 -2507 (|#2| |#2|)) (-15 -3850 (|#2| |#2|)) (-15 -3666 (|#2| |#2|)) (-15 -2822 (|#2| |#2|)) (-15 -2312 (|#2| |#2|)) (-15 -3317 (|#2| |#2|)) (-15 -1406 (|#2| |#2|)) (-15 -4353 (|#2| |#2|)) (-15 -3538 (|#2| |#2|)) (-15 -1879 (|#2| |#2|)) (-15 -2459 (|#2| |#2|)) (-15 -3135 (|#2| |#2|)) (-15 -4017 (|#2| |#2|)) (-15 -3386 (|#2| |#2|)) (-15 -2642 (|#2| |#2|)) (-15 -1744 (|#2| |#2|)) (-15 -1532 (|#2| |#2|)) (-15 -2051 (|#2| |#2|)) (-15 -4135 (|#2| |#2|)) (-15 -1618 (|#2| |#2|)) (-15 -3189 (|#2| |#2|)) (-15 -2458 (|#2| |#2|)) (-15 -3365 (|#2| |#2|)) (-15 -2188 (|#2| |#2|)) (-15 -1544 (|#2| |#2|)) (-15 -1931 (|#2| |#2|)) (IF (|has| |#1| (-883 |#1|)) (IF (|has| |#1| (-612 (-889 |#1|))) (IF (|has| |#2| (-612 (-889 |#1|))) (IF (|has| |#2| (-883 |#1|)) (-15 -2666 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
+((-1712 (((-112) |#5| $) 67) (((-112) $) 109)) (-4136 ((|#5| |#5| $) 82)) (-3752 (($ (-1 (-112) |#5|) $) NIL) (((-3 |#5| "failed") $ |#4|) 126)) (-2559 (((-641 |#5|) (-641 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|)) 80)) (-2347 (((-3 $ "failed") (-641 |#5|)) 134)) (-3314 (((-3 $ "failed") $) 119)) (-1470 ((|#5| |#5| $) 101)) (-3827 (((-112) |#5| $ (-1 (-112) |#5| |#5|)) 35)) (-3492 ((|#5| |#5| $) 105)) (-1988 ((|#5| (-1 |#5| |#5| |#5|) $ |#5| |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $ |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $) NIL) ((|#5| |#5| $ (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|)) 76)) (-4236 (((-2 (|:| -3689 (-641 |#5|)) (|:| -1669 (-641 |#5|))) $) 62)) (-2021 (((-112) |#5| $) 65) (((-112) $) 110)) (-1543 ((|#4| $) 115)) (-2598 (((-3 |#5| "failed") $) 117)) (-3123 (((-641 |#5|) $) 54)) (-4281 (((-112) |#5| $) 74) (((-112) $) 114)) (-2356 ((|#5| |#5| $) 88)) (-3984 (((-112) $ $) 28)) (-3253 (((-112) |#5| $) 70) (((-112) $) 112)) (-1482 ((|#5| |#5| $) 85)) (-3303 (((-3 |#5| "failed") $) 116)) (-3951 (($ $ |#5|) 135)) (-1619 (((-768) $) 59)) (-1842 (($ (-641 |#5|)) 132)) (-4287 (($ $ |#4|) 130)) (-1887 (($ $ |#4|) 128)) (-3728 (($ $) 127)) (-1831 (((-859) $) NIL) (((-641 |#5|) $) 120)) (-4321 (((-768) $) 139)) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5| |#5|)) 48) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|)) 50)) (-2885 (((-112) $ (-1 (-112) |#5| (-641 |#5|))) 107)) (-2014 (((-641 |#4|) $) 122)) (-1484 (((-112) |#4| $) 125)) (-1702 (((-112) $ $) 20)))
+(((-1201 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4321 ((-768) |#1|)) (-15 -3951 (|#1| |#1| |#5|)) (-15 -3752 ((-3 |#5| "failed") |#1| |#4|)) (-15 -1484 ((-112) |#4| |#1|)) (-15 -2014 ((-641 |#4|) |#1|)) (-15 -3314 ((-3 |#1| "failed") |#1|)) (-15 -2598 ((-3 |#5| "failed") |#1|)) (-15 -3303 ((-3 |#5| "failed") |#1|)) (-15 -3492 (|#5| |#5| |#1|)) (-15 -3728 (|#1| |#1|)) (-15 -1470 (|#5| |#5| |#1|)) (-15 -2356 (|#5| |#5| |#1|)) (-15 -1482 (|#5| |#5| |#1|)) (-15 -4136 (|#5| |#5| |#1|)) (-15 -2559 ((-641 |#5|) (-641 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -1988 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -4281 ((-112) |#1|)) (-15 -3253 ((-112) |#1|)) (-15 -1712 ((-112) |#1|)) (-15 -2885 ((-112) |#1| (-1 (-112) |#5| (-641 |#5|)))) (-15 -4281 ((-112) |#5| |#1|)) (-15 -3253 ((-112) |#5| |#1|)) (-15 -1712 ((-112) |#5| |#1|)) (-15 -3827 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -2021 ((-112) |#1|)) (-15 -2021 ((-112) |#5| |#1|)) (-15 -4236 ((-2 (|:| -3689 (-641 |#5|)) (|:| -1669 (-641 |#5|))) |#1|)) (-15 -1619 ((-768) |#1|)) (-15 -3123 ((-641 |#5|) |#1|)) (-15 -1395 ((-3 (-2 (|:| |bas| |#1|) (|:| -3155 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -1395 ((-3 (-2 (|:| |bas| |#1|) (|:| -3155 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5| |#5|))) (-15 -3984 ((-112) |#1| |#1|)) (-15 -4287 (|#1| |#1| |#4|)) (-15 -1887 (|#1| |#1| |#4|)) (-15 -1543 (|#4| |#1|)) (-15 -2347 ((-3 |#1| "failed") (-641 |#5|))) (-15 -1831 ((-641 |#5|) |#1|)) (-15 -1842 (|#1| (-641 |#5|))) (-15 -1988 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -1988 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3752 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -1988 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|))) (-1202 |#2| |#3| |#4| |#5|) (-556) (-790) (-847) (-1060 |#2| |#3| |#4|)) (T -1201))
+NIL
+(-10 -8 (-15 -4321 ((-768) |#1|)) (-15 -3951 (|#1| |#1| |#5|)) (-15 -3752 ((-3 |#5| "failed") |#1| |#4|)) (-15 -1484 ((-112) |#4| |#1|)) (-15 -2014 ((-641 |#4|) |#1|)) (-15 -3314 ((-3 |#1| "failed") |#1|)) (-15 -2598 ((-3 |#5| "failed") |#1|)) (-15 -3303 ((-3 |#5| "failed") |#1|)) (-15 -3492 (|#5| |#5| |#1|)) (-15 -3728 (|#1| |#1|)) (-15 -1470 (|#5| |#5| |#1|)) (-15 -2356 (|#5| |#5| |#1|)) (-15 -1482 (|#5| |#5| |#1|)) (-15 -4136 (|#5| |#5| |#1|)) (-15 -2559 ((-641 |#5|) (-641 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -1988 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -4281 ((-112) |#1|)) (-15 -3253 ((-112) |#1|)) (-15 -1712 ((-112) |#1|)) (-15 -2885 ((-112) |#1| (-1 (-112) |#5| (-641 |#5|)))) (-15 -4281 ((-112) |#5| |#1|)) (-15 -3253 ((-112) |#5| |#1|)) (-15 -1712 ((-112) |#5| |#1|)) (-15 -3827 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -2021 ((-112) |#1|)) (-15 -2021 ((-112) |#5| |#1|)) (-15 -4236 ((-2 (|:| -3689 (-641 |#5|)) (|:| -1669 (-641 |#5|))) |#1|)) (-15 -1619 ((-768) |#1|)) (-15 -3123 ((-641 |#5|) |#1|)) (-15 -1395 ((-3 (-2 (|:| |bas| |#1|) (|:| -3155 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -1395 ((-3 (-2 (|:| |bas| |#1|) (|:| -3155 (-641 |#5|))) "failed") (-641 |#5|) (-1 (-112) |#5| |#5|))) (-15 -3984 ((-112) |#1| |#1|)) (-15 -4287 (|#1| |#1| |#4|)) (-15 -1887 (|#1| |#1| |#4|)) (-15 -1543 (|#4| |#1|)) (-15 -2347 ((-3 |#1| "failed") (-641 |#5|))) (-15 -1831 ((-641 |#5|) |#1|)) (-15 -1842 (|#1| (-641 |#5|))) (-15 -1988 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -1988 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3752 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -1988 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -1831 ((-859) |#1|)) (-15 -1702 ((-112) |#1| |#1|)))
+((-1817 (((-112) $ $) 7)) (-3250 (((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 |#4|)))) (-641 |#4|)) 85)) (-2951 (((-641 $) (-641 |#4|)) 86)) (-3209 (((-641 |#3|) $) 33)) (-3449 (((-112) $) 26)) (-3961 (((-112) $) 17 (|has| |#1| (-556)))) (-1712 (((-112) |#4| $) 101) (((-112) $) 97)) (-4136 ((|#4| |#4| $) 92)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) 27)) (-4010 (((-112) $ (-768)) 44)) (-3752 (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4406))) (((-3 |#4| "failed") $ |#3|) 79)) (-1778 (($) 45 T CONST)) (-3602 (((-112) $) 22 (|has| |#1| (-556)))) (-2495 (((-112) $ $) 24 (|has| |#1| (-556)))) (-1495 (((-112) $ $) 23 (|has| |#1| (-556)))) (-2536 (((-112) $) 25 (|has| |#1| (-556)))) (-2559 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 93)) (-2338 (((-641 |#4|) (-641 |#4|) $) 18 (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) 19 (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) 36)) (-2237 (($ (-641 |#4|)) 35)) (-3314 (((-3 $ "failed") $) 82)) (-1470 ((|#4| |#4| $) 89)) (-3337 (($ $) 68 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#4| $) 67 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#4|) $) 64 (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-556)))) (-3827 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 102)) (-3492 ((|#4| |#4| $) 87)) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4406))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-4236 (((-2 (|:| -3689 (-641 |#4|)) (|:| -1669 (-641 |#4|))) $) 105)) (-1433 (((-641 |#4|) $) 52 (|has| $ (-6 -4406)))) (-2021 (((-112) |#4| $) 104) (((-112) $) 103)) (-1543 ((|#3| $) 34)) (-2324 (((-112) $ (-768)) 43)) (-2640 (((-641 |#4|) $) 53 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) 55 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) 47)) (-3580 (((-641 |#3|) $) 32)) (-3879 (((-112) |#3| $) 31)) (-1713 (((-112) $ (-768)) 42)) (-2723 (((-1152) $) 9)) (-2598 (((-3 |#4| "failed") $) 83)) (-3123 (((-641 |#4|) $) 107)) (-4281 (((-112) |#4| $) 99) (((-112) $) 95)) (-2356 ((|#4| |#4| $) 90)) (-3984 (((-112) $ $) 110)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-556)))) (-3253 (((-112) |#4| $) 100) (((-112) $) 96)) (-1482 ((|#4| |#4| $) 91)) (-2780 (((-1114) $) 10)) (-3303 (((-3 |#4| "failed") $) 84)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 61)) (-3824 (((-3 $ "failed") $ |#4|) 78)) (-3951 (($ $ |#4|) 77)) (-4077 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) 59 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) 57 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) 56 (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) 38)) (-4284 (((-112) $) 41)) (-4012 (($) 40)) (-1619 (((-768) $) 106)) (-2791 (((-768) |#4| $) 54 (-12 (|has| |#4| (-1094)) (|has| $ (-6 -4406)))) (((-768) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4406)))) (-1991 (($ $) 39)) (-2511 (((-536) $) 69 (|has| |#4| (-612 (-536))))) (-1842 (($ (-641 |#4|)) 60)) (-4287 (($ $ |#3|) 28)) (-1887 (($ $ |#3|) 30)) (-3728 (($ $) 88)) (-3111 (($ $ |#3|) 29)) (-1831 (((-859) $) 11) (((-641 |#4|) $) 37)) (-4321 (((-768) $) 76 (|has| |#3| (-368)))) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 108)) (-2885 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) 98)) (-1963 (((-112) (-1 (-112) |#4|) $) 49 (|has| $ (-6 -4406)))) (-2014 (((-641 |#3|) $) 81)) (-1484 (((-112) |#3| $) 80)) (-1702 (((-112) $ $) 6)) (-2828 (((-768) $) 46 (|has| $ (-6 -4406)))))
(((-1202 |#1| |#2| |#3| |#4|) (-140) (-556) (-790) (-847) (-1060 |t#1| |t#2| |t#3|)) (T -1202))
-((-4067 (*1 *2 *1 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-2299 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3192 (-641 *8)))) (-5 *3 (-641 *8)) (-4 *1 (-1202 *5 *6 *7 *8)))) (-2299 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9)) (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556)) (-4 *7 (-790)) (-4 *8 (-847)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3192 (-641 *9)))) (-5 *3 (-641 *9)) (-4 *1 (-1202 *6 *7 *8 *9)))) (-2224 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *6)))) (-4341 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-768)))) (-2393 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-2 (|:| -2151 (-641 *6)) (|:| -1940 (-641 *6)))))) (-1926 (*1 *2 *3 *1) (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-1926 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-3121 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1202 *5 *6 *7 *3)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112)))) (-2637 (*1 *2 *3 *1) (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-3186 (*1 *2 *3 *1) (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-1762 (*1 *2 *3 *1) (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-1544 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-112) *7 (-641 *7))) (-4 *1 (-1202 *4 *5 *6 *7)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-2637 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-3186 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-1762 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-3658 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2)) (-4 *1 (-1202 *5 *6 *7 *2)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *2 (-1060 *5 *6 *7)))) (-3987 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-641 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1202 *5 *6 *7 *8)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)))) (-4084 (*1 *2 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-1999 (*1 *2 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-3657 (*1 *2 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-1998 (*1 *2 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-2463 (*1 *1 *1) (-12 (-4 *1 (-1202 *2 *3 *4 *5)) (-4 *2 (-556)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-1060 *2 *3 *4)))) (-2440 (*1 *2 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-2838 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1202 *4 *5 *6 *7)))) (-4249 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-641 (-2 (|:| -2151 *1) (|:| -1940 (-641 *7))))) (-5 *3 (-641 *7)) (-4 *1 (-1202 *4 *5 *6 *7)))) (-1897 (*1 *2 *1) (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-3837 (*1 *2 *1) (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-1908 (*1 *1 *1) (|partial| -12 (-4 *1 (-1202 *2 *3 *4 *5)) (-4 *2 (-556)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-1060 *2 *3 *4)))) (-4380 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *5)))) (-2614 (*1 *2 *3 *1) (-12 (-4 *1 (-1202 *4 *5 *3 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *3 (-847)) (-4 *6 (-1060 *4 *5 *3)) (-5 *2 (-112)))) (-3346 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1202 *4 *5 *3 *2)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *3 (-847)) (-4 *2 (-1060 *4 *5 *3)))) (-4177 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-3450 (*1 *1 *1 *2) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-4107 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *5 (-368)) (-5 *2 (-768)))))
-(-13 (-973 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4412) (-6 -4413) (-15 -4067 ((-112) $ $)) (-15 -2299 ((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |t#4|))) "failed") (-641 |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -2299 ((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |t#4|))) "failed") (-641 |t#4|) (-1 (-112) |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -2224 ((-641 |t#4|) $)) (-15 -4341 ((-768) $)) (-15 -2393 ((-2 (|:| -2151 (-641 |t#4|)) (|:| -1940 (-641 |t#4|))) $)) (-15 -1926 ((-112) |t#4| $)) (-15 -1926 ((-112) $)) (-15 -3121 ((-112) |t#4| $ (-1 (-112) |t#4| |t#4|))) (-15 -2637 ((-112) |t#4| $)) (-15 -3186 ((-112) |t#4| $)) (-15 -1762 ((-112) |t#4| $)) (-15 -1544 ((-112) $ (-1 (-112) |t#4| (-641 |t#4|)))) (-15 -2637 ((-112) $)) (-15 -3186 ((-112) $)) (-15 -1762 ((-112) $)) (-15 -3658 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -3987 ((-641 |t#4|) (-641 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -4084 (|t#4| |t#4| $)) (-15 -1999 (|t#4| |t#4| $)) (-15 -3657 (|t#4| |t#4| $)) (-15 -1998 (|t#4| |t#4| $)) (-15 -2463 ($ $)) (-15 -2440 (|t#4| |t#4| $)) (-15 -2838 ((-641 $) (-641 |t#4|))) (-15 -4249 ((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 |t#4|)))) (-641 |t#4|))) (-15 -1897 ((-3 |t#4| "failed") $)) (-15 -3837 ((-3 |t#4| "failed") $)) (-15 -1908 ((-3 $ "failed") $)) (-15 -4380 ((-641 |t#3|) $)) (-15 -2614 ((-112) |t#3| $)) (-15 -3346 ((-3 |t#4| "failed") $ |t#3|)) (-15 -4177 ((-3 $ "failed") $ |t#4|)) (-15 -3450 ($ $ |t#4|)) (IF (|has| |t#3| (-368)) (-15 -4107 ((-768) $)) |%noBranch|)))
+((-3984 (*1 *2 *1 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-1395 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3155 (-641 *8)))) (-5 *3 (-641 *8)) (-4 *1 (-1202 *5 *6 *7 *8)))) (-1395 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9)) (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556)) (-4 *7 (-790)) (-4 *8 (-847)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3155 (-641 *9)))) (-5 *3 (-641 *9)) (-4 *1 (-1202 *6 *7 *8 *9)))) (-3123 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *6)))) (-1619 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-768)))) (-4236 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-2 (|:| -3689 (-641 *6)) (|:| -1669 (-641 *6)))))) (-2021 (*1 *2 *3 *1) (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-2021 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-3827 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1202 *5 *6 *7 *3)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112)))) (-1712 (*1 *2 *3 *1) (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-3253 (*1 *2 *3 *1) (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-4281 (*1 *2 *3 *1) (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-2885 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-112) *7 (-641 *7))) (-4 *1 (-1202 *4 *5 *6 *7)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)))) (-1712 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-3253 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-4281 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))) (-1988 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2)) (-4 *1 (-1202 *5 *6 *7 *2)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *2 (-1060 *5 *6 *7)))) (-2559 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-641 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1202 *5 *6 *7 *8)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)))) (-4136 (*1 *2 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-1482 (*1 *2 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-2356 (*1 *2 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-1470 (*1 *2 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-3728 (*1 *1 *1) (-12 (-4 *1 (-1202 *2 *3 *4 *5)) (-4 *2 (-556)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-1060 *2 *3 *4)))) (-3492 (*1 *2 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-2951 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1)) (-4 *1 (-1202 *4 *5 *6 *7)))) (-3250 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-641 (-2 (|:| -3689 *1) (|:| -1669 (-641 *7))))) (-5 *3 (-641 *7)) (-4 *1 (-1202 *4 *5 *6 *7)))) (-3303 (*1 *2 *1) (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-2598 (*1 *2 *1) (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-3314 (*1 *1 *1) (|partial| -12 (-4 *1 (-1202 *2 *3 *4 *5)) (-4 *2 (-556)) (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-1060 *2 *3 *4)))) (-2014 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *5)))) (-1484 (*1 *2 *3 *1) (-12 (-4 *1 (-1202 *4 *5 *3 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *3 (-847)) (-4 *6 (-1060 *4 *5 *3)) (-5 *2 (-112)))) (-3752 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1202 *4 *5 *3 *2)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *3 (-847)) (-4 *2 (-1060 *4 *5 *3)))) (-3824 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-3951 (*1 *1 *1 *2) (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))) (-4321 (*1 *2 *1) (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *5 (-368)) (-5 *2 (-768)))))
+(-13 (-973 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4406) (-6 -4407) (-15 -3984 ((-112) $ $)) (-15 -1395 ((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |t#4|))) "failed") (-641 |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -1395 ((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |t#4|))) "failed") (-641 |t#4|) (-1 (-112) |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -3123 ((-641 |t#4|) $)) (-15 -1619 ((-768) $)) (-15 -4236 ((-2 (|:| -3689 (-641 |t#4|)) (|:| -1669 (-641 |t#4|))) $)) (-15 -2021 ((-112) |t#4| $)) (-15 -2021 ((-112) $)) (-15 -3827 ((-112) |t#4| $ (-1 (-112) |t#4| |t#4|))) (-15 -1712 ((-112) |t#4| $)) (-15 -3253 ((-112) |t#4| $)) (-15 -4281 ((-112) |t#4| $)) (-15 -2885 ((-112) $ (-1 (-112) |t#4| (-641 |t#4|)))) (-15 -1712 ((-112) $)) (-15 -3253 ((-112) $)) (-15 -4281 ((-112) $)) (-15 -1988 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -2559 ((-641 |t#4|) (-641 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -4136 (|t#4| |t#4| $)) (-15 -1482 (|t#4| |t#4| $)) (-15 -2356 (|t#4| |t#4| $)) (-15 -1470 (|t#4| |t#4| $)) (-15 -3728 ($ $)) (-15 -3492 (|t#4| |t#4| $)) (-15 -2951 ((-641 $) (-641 |t#4|))) (-15 -3250 ((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 |t#4|)))) (-641 |t#4|))) (-15 -3303 ((-3 |t#4| "failed") $)) (-15 -2598 ((-3 |t#4| "failed") $)) (-15 -3314 ((-3 $ "failed") $)) (-15 -2014 ((-641 |t#3|) $)) (-15 -1484 ((-112) |t#3| $)) (-15 -3752 ((-3 |t#4| "failed") $ |t#3|)) (-15 -3824 ((-3 $ "failed") $ |t#4|)) (-15 -3951 ($ $ |t#4|)) (IF (|has| |t#3| (-368)) (-15 -4321 ((-768) $)) |%noBranch|)))
(((-34) . T) ((-102) . T) ((-611 (-641 |#4|)) . T) ((-611 (-859)) . T) ((-151 |#4|) . T) ((-612 (-536)) |has| |#4| (-612 (-536))) ((-309 |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-489 |#4|) . T) ((-514 |#4| |#4|) -12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))) ((-973 |#1| |#2| |#3| |#4|) . T) ((-1094) . T) ((-1209) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-1170)) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-1848 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1827 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1871 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3229 (((-949 |#1|) $ (-768)) 19) (((-949 |#1|) $ (-768) (-768)) NIL)) (-2214 (((-112) $) NIL)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-768) $ (-1170)) NIL) (((-768) $ (-1170) (-768)) NIL)) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1924 (((-112) $) NIL)) (-4132 (($ $ (-641 (-1170)) (-641 (-531 (-1170)))) NIL) (($ $ (-1170) (-531 (-1170))) NIL) (($ |#1| (-531 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3612 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-2052 (($ $ (-1170)) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4382 (((-1114) $) NIL)) (-2293 (($ (-1 $) (-1170) |#1|) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $ (-768)) NIL)) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2103 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3227 (($ $ (-1170) $) NIL) (($ $ (-641 (-1170)) (-641 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL)) (-1795 (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-4341 (((-531 (-1170)) $) NIL)) (-1882 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ $) NIL (|has| |#1| (-556))) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-1170)) NIL) (($ (-949 |#1|)) NIL)) (-1346 ((|#1| $ (-531 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (((-949 |#1|) $ (-768)) NIL)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-1919 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2712 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) NIL T CONST)) (-2898 (($) NIL T CONST)) (-3256 (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-1203 |#1|) (-13 (-737 |#1| (-1170)) (-10 -8 (-15 -1346 ((-949 |#1|) $ (-768))) (-15 -1721 ($ (-1170))) (-15 -1721 ($ (-949 |#1|))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ($ $ (-1170) |#1|)) (-15 -2293 ($ (-1 $) (-1170) |#1|))) |%noBranch|))) (-1046)) (T -1203))
-((-1346 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-949 *4)) (-5 *1 (-1203 *4)) (-4 *4 (-1046)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1203 *3)) (-4 *3 (-1046)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-949 *3)) (-4 *3 (-1046)) (-5 *1 (-1203 *3)))) (-2052 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *1 (-1203 *3)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)))) (-2293 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1203 *4))) (-5 *3 (-1170)) (-5 *1 (-1203 *4)) (-4 *4 (-38 (-407 (-564)))) (-4 *4 (-1046)))))
-(-13 (-737 |#1| (-1170)) (-10 -8 (-15 -1346 ((-949 |#1|) $ (-768))) (-15 -1721 ($ (-1170))) (-15 -1721 ($ (-949 |#1|))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ($ $ (-1170) |#1|)) (-15 -2293 ($ (-1 $) (-1170) |#1|))) |%noBranch|)))
-((-1961 (($ |#1| (-641 (-641 (-940 (-225)))) (-112)) 18)) (-2220 (((-112) $ (-112)) 17)) (-1624 (((-112) $) 16)) (-4385 (((-641 (-641 (-940 (-225)))) $) 13)) (-3650 ((|#1| $) 8)) (-3802 (((-112) $) 15)))
-(((-1204 |#1|) (-10 -8 (-15 -3650 (|#1| $)) (-15 -4385 ((-641 (-641 (-940 (-225)))) $)) (-15 -3802 ((-112) $)) (-15 -1624 ((-112) $)) (-15 -2220 ((-112) $ (-112))) (-15 -1961 ($ |#1| (-641 (-641 (-940 (-225)))) (-112)))) (-971)) (T -1204))
-((-1961 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-112)) (-5 *1 (-1204 *2)) (-4 *2 (-971)))) (-2220 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))) (-1624 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))) (-3802 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))) (-4385 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-1204 *3)) (-4 *3 (-971)))) (-3650 (*1 *2 *1) (-12 (-5 *1 (-1204 *2)) (-4 *2 (-971)))))
-(-10 -8 (-15 -3650 (|#1| $)) (-15 -4385 ((-641 (-641 (-940 (-225)))) $)) (-15 -3802 ((-112) $)) (-15 -1624 ((-112) $)) (-15 -2220 ((-112) $ (-112))) (-15 -1961 ($ |#1| (-641 (-641 (-940 (-225)))) (-112))))
-((-1670 (((-940 (-225)) (-940 (-225))) 31)) (-2699 (((-940 (-225)) (-225) (-225) (-225) (-225)) 10)) (-2695 (((-641 (-940 (-225))) (-940 (-225)) (-940 (-225)) (-940 (-225)) (-225) (-641 (-641 (-225)))) 59)) (-2848 (((-225) (-940 (-225)) (-940 (-225))) 27)) (-3163 (((-940 (-225)) (-940 (-225)) (-940 (-225))) 28)) (-4314 (((-641 (-641 (-225))) (-564)) 48)) (-2970 (((-940 (-225)) (-940 (-225)) (-940 (-225))) 26)) (-2956 (((-940 (-225)) (-940 (-225)) (-940 (-225))) 24)) (* (((-940 (-225)) (-225) (-940 (-225))) 22)))
-(((-1205) (-10 -7 (-15 -2699 ((-940 (-225)) (-225) (-225) (-225) (-225))) (-15 * ((-940 (-225)) (-225) (-940 (-225)))) (-15 -2956 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -2970 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -2848 ((-225) (-940 (-225)) (-940 (-225)))) (-15 -3163 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -1670 ((-940 (-225)) (-940 (-225)))) (-15 -4314 ((-641 (-641 (-225))) (-564))) (-15 -2695 ((-641 (-940 (-225))) (-940 (-225)) (-940 (-225)) (-940 (-225)) (-225) (-641 (-641 (-225))))))) (T -1205))
-((-2695 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-641 (-641 (-225)))) (-5 *4 (-225)) (-5 *2 (-641 (-940 *4))) (-5 *1 (-1205)) (-5 *3 (-940 *4)))) (-4314 (*1 *2 *3) (-12 (-5 *3 (-564)) (-5 *2 (-641 (-641 (-225)))) (-5 *1 (-1205)))) (-1670 (*1 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)))) (-3163 (*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)))) (-2848 (*1 *2 *3 *3) (-12 (-5 *3 (-940 (-225))) (-5 *2 (-225)) (-5 *1 (-1205)))) (-2970 (*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)))) (-2956 (*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-940 (-225))) (-5 *3 (-225)) (-5 *1 (-1205)))) (-2699 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)) (-5 *3 (-225)))))
-(-10 -7 (-15 -2699 ((-940 (-225)) (-225) (-225) (-225) (-225))) (-15 * ((-940 (-225)) (-225) (-940 (-225)))) (-15 -2956 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -2970 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -2848 ((-225) (-940 (-225)) (-940 (-225)))) (-15 -3163 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -1670 ((-940 (-225)) (-940 (-225)))) (-15 -4314 ((-641 (-641 (-225))) (-564))) (-15 -2695 ((-641 (-940 (-225))) (-940 (-225)) (-940 (-225)) (-940 (-225)) (-225) (-641 (-641 (-225))))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3346 ((|#1| $ (-768)) 18)) (-2088 (((-768) $) 13)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1721 (((-955 |#1|) $) 12) (($ (-955 |#1|)) 11) (((-859) $) 29 (|has| |#1| (-611 (-859))))) (-2853 (((-112) $ $) 22 (|has| |#1| (-1094)))))
-(((-1206 |#1|) (-13 (-490 (-955 |#1|)) (-10 -8 (-15 -3346 (|#1| $ (-768))) (-15 -2088 ((-768) $)) (IF (|has| |#1| (-611 (-859))) (-6 (-611 (-859))) |%noBranch|) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|))) (-1209)) (T -1206))
-((-3346 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-1206 *2)) (-4 *2 (-1209)))) (-2088 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1206 *3)) (-4 *3 (-1209)))))
-(-13 (-490 (-955 |#1|)) (-10 -8 (-15 -3346 (|#1| $ (-768))) (-15 -2088 ((-768) $)) (IF (|has| |#1| (-611 (-859))) (-6 (-611 (-859))) |%noBranch|) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|)))
-((-3179 (((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)) (-564)) 96)) (-2008 (((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|))) 88)) (-2881 (((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|))) 70)))
-(((-1207 |#1|) (-10 -7 (-15 -2008 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)))) (-15 -2881 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)))) (-15 -3179 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)) (-564)))) (-349)) (T -1207))
-((-3179 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-4 *5 (-349)) (-5 *2 (-418 (-1166 (-1166 *5)))) (-5 *1 (-1207 *5)) (-5 *3 (-1166 (-1166 *5))))) (-2881 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-418 (-1166 (-1166 *4)))) (-5 *1 (-1207 *4)) (-5 *3 (-1166 (-1166 *4))))) (-2008 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-418 (-1166 (-1166 *4)))) (-5 *1 (-1207 *4)) (-5 *3 (-1166 (-1166 *4))))))
-(-10 -7 (-15 -2008 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)))) (-15 -2881 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)))) (-15 -3179 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)) (-564))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 9) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-1170)) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-3357 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3330 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3384 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2469 (((-949 |#1|) $ (-768)) 19) (((-949 |#1|) $ (-768) (-768)) NIL)) (-3030 (((-112) $) NIL)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-768) $ (-1170)) NIL) (((-768) $ (-1170) (-768)) NIL)) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2003 (((-112) $) NIL)) (-3186 (($ $ (-641 (-1170)) (-641 (-531 (-1170)))) NIL) (($ $ (-1170) (-531 (-1170))) NIL) (($ |#1| (-531 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2358 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-3907 (($ $ (-1170)) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170) |#1|) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2780 (((-1114) $) NIL)) (-1348 (($ (-1 $) (-1170) |#1|) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3951 (($ $ (-768)) NIL)) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-4326 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2633 (($ $ (-1170) $) NIL) (($ $ (-641 (-1170)) (-641 $)) NIL) (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL)) (-3534 (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-1619 (((-531 (-1170)) $) NIL)) (-3395 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ $) NIL (|has| |#1| (-556))) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-1170)) NIL) (($ (-949 |#1|)) NIL)) (-2742 ((|#1| $ (-531 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (((-949 |#1|) $ (-768)) NIL)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-3427 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2315 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) NIL T CONST)) (-1300 (($) NIL T CONST)) (-3435 (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-1203 |#1|) (-13 (-737 |#1| (-1170)) (-10 -8 (-15 -2742 ((-949 |#1|) $ (-768))) (-15 -1831 ($ (-1170))) (-15 -1831 ($ (-949 |#1|))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ($ $ (-1170) |#1|)) (-15 -1348 ($ (-1 $) (-1170) |#1|))) |%noBranch|))) (-1046)) (T -1203))
+((-2742 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-949 *4)) (-5 *1 (-1203 *4)) (-4 *4 (-1046)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1203 *3)) (-4 *3 (-1046)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-949 *3)) (-4 *3 (-1046)) (-5 *1 (-1203 *3)))) (-3907 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *1 (-1203 *3)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)))) (-1348 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1203 *4))) (-5 *3 (-1170)) (-5 *1 (-1203 *4)) (-4 *4 (-38 (-407 (-564)))) (-4 *4 (-1046)))))
+(-13 (-737 |#1| (-1170)) (-10 -8 (-15 -2742 ((-949 |#1|) $ (-768))) (-15 -1831 ($ (-1170))) (-15 -1831 ($ (-949 |#1|))) (IF (|has| |#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ($ $ (-1170) |#1|)) (-15 -1348 ($ (-1 $) (-1170) |#1|))) |%noBranch|)))
+((-2332 (($ |#1| (-641 (-641 (-940 (-225)))) (-112)) 18)) (-3085 (((-112) $ (-112)) 17)) (-2411 (((-112) $) 16)) (-3969 (((-641 (-641 (-940 (-225)))) $) 13)) (-2290 ((|#1| $) 8)) (-4382 (((-112) $) 15)))
+(((-1204 |#1|) (-10 -8 (-15 -2290 (|#1| $)) (-15 -3969 ((-641 (-641 (-940 (-225)))) $)) (-15 -4382 ((-112) $)) (-15 -2411 ((-112) $)) (-15 -3085 ((-112) $ (-112))) (-15 -2332 ($ |#1| (-641 (-641 (-940 (-225)))) (-112)))) (-971)) (T -1204))
+((-2332 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-112)) (-5 *1 (-1204 *2)) (-4 *2 (-971)))) (-3085 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))) (-2411 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))) (-4382 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))) (-3969 (*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-1204 *3)) (-4 *3 (-971)))) (-2290 (*1 *2 *1) (-12 (-5 *1 (-1204 *2)) (-4 *2 (-971)))))
+(-10 -8 (-15 -2290 (|#1| $)) (-15 -3969 ((-641 (-641 (-940 (-225)))) $)) (-15 -4382 ((-112) $)) (-15 -2411 ((-112) $)) (-15 -3085 ((-112) $ (-112))) (-15 -2332 ($ |#1| (-641 (-641 (-940 (-225)))) (-112))))
+((-1575 (((-940 (-225)) (-940 (-225))) 31)) (-1850 (((-940 (-225)) (-225) (-225) (-225) (-225)) 10)) (-4122 (((-641 (-940 (-225))) (-940 (-225)) (-940 (-225)) (-940 (-225)) (-225) (-641 (-641 (-225)))) 59)) (-3032 (((-225) (-940 (-225)) (-940 (-225))) 27)) (-4231 (((-940 (-225)) (-940 (-225)) (-940 (-225))) 28)) (-2630 (((-641 (-641 (-225))) (-564)) 48)) (-1808 (((-940 (-225)) (-940 (-225)) (-940 (-225))) 26)) (-1797 (((-940 (-225)) (-940 (-225)) (-940 (-225))) 24)) (* (((-940 (-225)) (-225) (-940 (-225))) 22)))
+(((-1205) (-10 -7 (-15 -1850 ((-940 (-225)) (-225) (-225) (-225) (-225))) (-15 * ((-940 (-225)) (-225) (-940 (-225)))) (-15 -1797 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -1808 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -3032 ((-225) (-940 (-225)) (-940 (-225)))) (-15 -4231 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -1575 ((-940 (-225)) (-940 (-225)))) (-15 -2630 ((-641 (-641 (-225))) (-564))) (-15 -4122 ((-641 (-940 (-225))) (-940 (-225)) (-940 (-225)) (-940 (-225)) (-225) (-641 (-641 (-225))))))) (T -1205))
+((-4122 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-641 (-641 (-225)))) (-5 *4 (-225)) (-5 *2 (-641 (-940 *4))) (-5 *1 (-1205)) (-5 *3 (-940 *4)))) (-2630 (*1 *2 *3) (-12 (-5 *3 (-564)) (-5 *2 (-641 (-641 (-225)))) (-5 *1 (-1205)))) (-1575 (*1 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)))) (-4231 (*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)))) (-3032 (*1 *2 *3 *3) (-12 (-5 *3 (-940 (-225))) (-5 *2 (-225)) (-5 *1 (-1205)))) (-1808 (*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)))) (-1797 (*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-940 (-225))) (-5 *3 (-225)) (-5 *1 (-1205)))) (-1850 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)) (-5 *3 (-225)))))
+(-10 -7 (-15 -1850 ((-940 (-225)) (-225) (-225) (-225) (-225))) (-15 * ((-940 (-225)) (-225) (-940 (-225)))) (-15 -1797 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -1808 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -3032 ((-225) (-940 (-225)) (-940 (-225)))) (-15 -4231 ((-940 (-225)) (-940 (-225)) (-940 (-225)))) (-15 -1575 ((-940 (-225)) (-940 (-225)))) (-15 -2630 ((-641 (-641 (-225))) (-564))) (-15 -4122 ((-641 (-940 (-225))) (-940 (-225)) (-940 (-225)) (-940 (-225)) (-225) (-641 (-641 (-225))))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3752 ((|#1| $ (-768)) 18)) (-1502 (((-768) $) 13)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1831 (((-955 |#1|) $) 12) (($ (-955 |#1|)) 11) (((-859) $) 29 (|has| |#1| (-611 (-859))))) (-1702 (((-112) $ $) 22 (|has| |#1| (-1094)))))
+(((-1206 |#1|) (-13 (-490 (-955 |#1|)) (-10 -8 (-15 -3752 (|#1| $ (-768))) (-15 -1502 ((-768) $)) (IF (|has| |#1| (-611 (-859))) (-6 (-611 (-859))) |%noBranch|) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|))) (-1209)) (T -1206))
+((-3752 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-1206 *2)) (-4 *2 (-1209)))) (-1502 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1206 *3)) (-4 *3 (-1209)))))
+(-13 (-490 (-955 |#1|)) (-10 -8 (-15 -3752 (|#1| $ (-768))) (-15 -1502 ((-768) $)) (IF (|has| |#1| (-611 (-859))) (-6 (-611 (-859))) |%noBranch|) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|)))
+((-3185 (((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)) (-564)) 96)) (-1571 (((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|))) 88)) (-2101 (((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|))) 70)))
+(((-1207 |#1|) (-10 -7 (-15 -1571 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)))) (-15 -2101 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)))) (-15 -3185 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)) (-564)))) (-349)) (T -1207))
+((-3185 (*1 *2 *3 *4) (-12 (-5 *4 (-564)) (-4 *5 (-349)) (-5 *2 (-418 (-1166 (-1166 *5)))) (-5 *1 (-1207 *5)) (-5 *3 (-1166 (-1166 *5))))) (-2101 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-418 (-1166 (-1166 *4)))) (-5 *1 (-1207 *4)) (-5 *3 (-1166 (-1166 *4))))) (-1571 (*1 *2 *3) (-12 (-4 *4 (-349)) (-5 *2 (-418 (-1166 (-1166 *4)))) (-5 *1 (-1207 *4)) (-5 *3 (-1166 (-1166 *4))))))
+(-10 -7 (-15 -1571 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)))) (-15 -2101 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)))) (-15 -3185 ((-418 (-1166 (-1166 |#1|))) (-1166 (-1166 |#1|)) (-564))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 9) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
(((-1208) (-1077)) (T -1208))
NIL
(-1077)
NIL
(((-1209) (-140)) (T -1209))
NIL
-(-13 (-10 -7 (-6 -4094)))
-((-2793 (((-112)) 17)) (-3471 (((-1264) (-641 |#1|) (-641 |#1|)) 21) (((-1264) (-641 |#1|)) 22)) (-2575 (((-112) |#1| |#1|) 37 (|has| |#1| (-847)))) (-3715 (((-112) |#1| |#1| (-1 (-112) |#1| |#1|)) 29) (((-3 (-112) "failed") |#1| |#1|) 27)) (-1616 ((|#1| (-641 |#1|)) 38 (|has| |#1| (-847))) ((|#1| (-641 |#1|) (-1 (-112) |#1| |#1|)) 32)) (-1682 (((-2 (|:| -1461 (-641 |#1|)) (|:| -2222 (-641 |#1|)))) 19)))
-(((-1210 |#1|) (-10 -7 (-15 -3471 ((-1264) (-641 |#1|))) (-15 -3471 ((-1264) (-641 |#1|) (-641 |#1|))) (-15 -1682 ((-2 (|:| -1461 (-641 |#1|)) (|:| -2222 (-641 |#1|))))) (-15 -3715 ((-3 (-112) "failed") |#1| |#1|)) (-15 -3715 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -1616 (|#1| (-641 |#1|) (-1 (-112) |#1| |#1|))) (-15 -2793 ((-112))) (IF (|has| |#1| (-847)) (PROGN (-15 -1616 (|#1| (-641 |#1|))) (-15 -2575 ((-112) |#1| |#1|))) |%noBranch|)) (-1094)) (T -1210))
-((-2575 (*1 *2 *3 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-847)) (-4 *3 (-1094)))) (-1616 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-847)) (-5 *1 (-1210 *2)))) (-2793 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-1094)))) (-1616 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1210 *2)) (-4 *2 (-1094)))) (-3715 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1094)) (-5 *2 (-112)) (-5 *1 (-1210 *3)))) (-3715 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-1094)))) (-1682 (*1 *2) (-12 (-5 *2 (-2 (|:| -1461 (-641 *3)) (|:| -2222 (-641 *3)))) (-5 *1 (-1210 *3)) (-4 *3 (-1094)))) (-3471 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-5 *2 (-1264)) (-5 *1 (-1210 *4)))) (-3471 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-5 *2 (-1264)) (-5 *1 (-1210 *4)))))
-(-10 -7 (-15 -3471 ((-1264) (-641 |#1|))) (-15 -3471 ((-1264) (-641 |#1|) (-641 |#1|))) (-15 -1682 ((-2 (|:| -1461 (-641 |#1|)) (|:| -2222 (-641 |#1|))))) (-15 -3715 ((-3 (-112) "failed") |#1| |#1|)) (-15 -3715 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -1616 (|#1| (-641 |#1|) (-1 (-112) |#1| |#1|))) (-15 -2793 ((-112))) (IF (|has| |#1| (-847)) (PROGN (-15 -1616 (|#1| (-641 |#1|))) (-15 -2575 ((-112) |#1| |#1|))) |%noBranch|))
-((-4012 (((-1264) (-641 (-1170)) (-641 (-1170))) 14) (((-1264) (-641 (-1170))) 12)) (-3927 (((-1264)) 16)) (-2197 (((-2 (|:| -2222 (-641 (-1170))) (|:| -1461 (-641 (-1170))))) 20)))
-(((-1211) (-10 -7 (-15 -4012 ((-1264) (-641 (-1170)))) (-15 -4012 ((-1264) (-641 (-1170)) (-641 (-1170)))) (-15 -2197 ((-2 (|:| -2222 (-641 (-1170))) (|:| -1461 (-641 (-1170)))))) (-15 -3927 ((-1264))))) (T -1211))
-((-3927 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1211)))) (-2197 (*1 *2) (-12 (-5 *2 (-2 (|:| -2222 (-641 (-1170))) (|:| -1461 (-641 (-1170))))) (-5 *1 (-1211)))) (-4012 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1211)))) (-4012 (*1 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1211)))))
-(-10 -7 (-15 -4012 ((-1264) (-641 (-1170)))) (-15 -4012 ((-1264) (-641 (-1170)) (-641 (-1170)))) (-15 -2197 ((-2 (|:| -2222 (-641 (-1170))) (|:| -1461 (-641 (-1170)))))) (-15 -3927 ((-1264))))
-((-2275 (($ $) 17)) (-2941 (((-112) $) 28)))
-(((-1212 |#1|) (-10 -8 (-15 -2275 (|#1| |#1|)) (-15 -2941 ((-112) |#1|))) (-1213)) (T -1212))
-NIL
-(-10 -8 (-15 -2275 (|#1| |#1|)) (-15 -2941 ((-112) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 52)) (-1798 (((-418 $) $) 53)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-2941 (((-112) $) 54)) (-3282 (((-112) $) 31)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-4020 (((-418 $) $) 51)) (-2628 (((-3 $ "failed") $ $) 43)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
+(-13 (-10 -7 (-6 -2471)))
+((-3803 (((-112)) 17)) (-4165 (((-1264) (-641 |#1|) (-641 |#1|)) 21) (((-1264) (-641 |#1|)) 22)) (-2324 (((-112) |#1| |#1|) 37 (|has| |#1| (-847)))) (-1713 (((-112) |#1| |#1| (-1 (-112) |#1| |#1|)) 29) (((-3 (-112) "failed") |#1| |#1|) 27)) (-2336 ((|#1| (-641 |#1|)) 38 (|has| |#1| (-847))) ((|#1| (-641 |#1|) (-1 (-112) |#1| |#1|)) 32)) (-1671 (((-2 (|:| -3264 (-641 |#1|)) (|:| -3103 (-641 |#1|)))) 19)))
+(((-1210 |#1|) (-10 -7 (-15 -4165 ((-1264) (-641 |#1|))) (-15 -4165 ((-1264) (-641 |#1|) (-641 |#1|))) (-15 -1671 ((-2 (|:| -3264 (-641 |#1|)) (|:| -3103 (-641 |#1|))))) (-15 -1713 ((-3 (-112) "failed") |#1| |#1|)) (-15 -1713 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -2336 (|#1| (-641 |#1|) (-1 (-112) |#1| |#1|))) (-15 -3803 ((-112))) (IF (|has| |#1| (-847)) (PROGN (-15 -2336 (|#1| (-641 |#1|))) (-15 -2324 ((-112) |#1| |#1|))) |%noBranch|)) (-1094)) (T -1210))
+((-2324 (*1 *2 *3 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-847)) (-4 *3 (-1094)))) (-2336 (*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-847)) (-5 *1 (-1210 *2)))) (-3803 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-1094)))) (-2336 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1210 *2)) (-4 *2 (-1094)))) (-1713 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1094)) (-5 *2 (-112)) (-5 *1 (-1210 *3)))) (-1713 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-1094)))) (-1671 (*1 *2) (-12 (-5 *2 (-2 (|:| -3264 (-641 *3)) (|:| -3103 (-641 *3)))) (-5 *1 (-1210 *3)) (-4 *3 (-1094)))) (-4165 (*1 *2 *3 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-5 *2 (-1264)) (-5 *1 (-1210 *4)))) (-4165 (*1 *2 *3) (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-5 *2 (-1264)) (-5 *1 (-1210 *4)))))
+(-10 -7 (-15 -4165 ((-1264) (-641 |#1|))) (-15 -4165 ((-1264) (-641 |#1|) (-641 |#1|))) (-15 -1671 ((-2 (|:| -3264 (-641 |#1|)) (|:| -3103 (-641 |#1|))))) (-15 -1713 ((-3 (-112) "failed") |#1| |#1|)) (-15 -1713 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -2336 (|#1| (-641 |#1|) (-1 (-112) |#1| |#1|))) (-15 -3803 ((-112))) (IF (|has| |#1| (-847)) (PROGN (-15 -2336 (|#1| (-641 |#1|))) (-15 -2324 ((-112) |#1| |#1|))) |%noBranch|))
+((-1559 (((-1264) (-641 (-1170)) (-641 (-1170))) 14) (((-1264) (-641 (-1170))) 12)) (-3178 (((-1264)) 16)) (-2877 (((-2 (|:| -3103 (-641 (-1170))) (|:| -3264 (-641 (-1170))))) 20)))
+(((-1211) (-10 -7 (-15 -1559 ((-1264) (-641 (-1170)))) (-15 -1559 ((-1264) (-641 (-1170)) (-641 (-1170)))) (-15 -2877 ((-2 (|:| -3103 (-641 (-1170))) (|:| -3264 (-641 (-1170)))))) (-15 -3178 ((-1264))))) (T -1211))
+((-3178 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1211)))) (-2877 (*1 *2) (-12 (-5 *2 (-2 (|:| -3103 (-641 (-1170))) (|:| -3264 (-641 (-1170))))) (-5 *1 (-1211)))) (-1559 (*1 *2 *3 *3) (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1211)))) (-1559 (*1 *2 *3) (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1211)))))
+(-10 -7 (-15 -1559 ((-1264) (-641 (-1170)))) (-15 -1559 ((-1264) (-641 (-1170)) (-641 (-1170)))) (-15 -2877 ((-2 (|:| -3103 (-641 (-1170))) (|:| -3264 (-641 (-1170)))))) (-15 -3178 ((-1264))))
+((-2427 (($ $) 17)) (-1420 (((-112) $) 28)))
+(((-1212 |#1|) (-10 -8 (-15 -2427 (|#1| |#1|)) (-15 -1420 ((-112) |#1|))) (-1213)) (T -1212))
+NIL
+(-10 -8 (-15 -2427 (|#1| |#1|)) (-15 -1420 ((-112) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 52)) (-3399 (((-418 $) $) 53)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-1420 (((-112) $) 54)) (-2949 (((-112) $) 31)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3070 (((-418 $) $) 51)) (-1403 (((-3 $ "failed") $ $) 43)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44)) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24)))
(((-1213) (-140)) (T -1213))
-((-2941 (*1 *2 *1) (-12 (-4 *1 (-1213)) (-5 *2 (-112)))) (-1798 (*1 *2 *1) (-12 (-5 *2 (-418 *1)) (-4 *1 (-1213)))) (-2275 (*1 *1 *1) (-4 *1 (-1213))) (-4020 (*1 *2 *1) (-12 (-5 *2 (-418 *1)) (-4 *1 (-1213)))))
-(-13 (-452) (-10 -8 (-15 -2941 ((-112) $)) (-15 -1798 ((-418 $) $)) (-15 -2275 ($ $)) (-15 -4020 ((-418 $) $))))
+((-1420 (*1 *2 *1) (-12 (-4 *1 (-1213)) (-5 *2 (-112)))) (-3399 (*1 *2 *1) (-12 (-5 *2 (-418 *1)) (-4 *1 (-1213)))) (-2427 (*1 *1 *1) (-4 *1 (-1213))) (-3070 (*1 *2 *1) (-12 (-5 *2 (-418 *1)) (-4 *1 (-1213)))))
+(-13 (-452) (-10 -8 (-15 -1420 ((-112) $)) (-15 -3399 ((-418 $) $)) (-15 -2427 ($ $)) (-15 -3070 ((-418 $) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-290) . T) ((-452) . T) ((-556) . T) ((-644 $) . T) ((-714 $) . T) ((-723) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) NIL T CONST)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-2981 (((-918) $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2305 (($ $ $) NIL)) (-2294 (($ $ $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
-(((-1214) (-13 (-841) (-10 -8 (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))) (T -1214))
-((-2294 (*1 *1 *1 *1) (-5 *1 (-1214))) (-2305 (*1 *1 *1 *1) (-5 *1 (-1214))) (-1692 (*1 *1) (-5 *1 (-1214))))
-(-13 (-841) (-10 -8 (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) NIL T CONST)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-1811 (((-918) $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-4186 (($ $ $) NIL)) (-4177 (($ $ $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
+(((-1214) (-13 (-841) (-10 -8 (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))) (T -1214))
+((-4177 (*1 *1 *1 *1) (-5 *1 (-1214))) (-4186 (*1 *1 *1 *1) (-5 *1 (-1214))) (-1778 (*1 *1) (-5 *1 (-1214))))
+(-13 (-841) (-10 -8 (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))
((|NonNegativeInteger|) (COND ((< 16 (INTEGER-LENGTH |#1|)) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) NIL T CONST)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-2981 (((-918) $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2305 (($ $ $) NIL)) (-2294 (($ $ $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
-(((-1215) (-13 (-841) (-10 -8 (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))) (T -1215))
-((-2294 (*1 *1 *1 *1) (-5 *1 (-1215))) (-2305 (*1 *1 *1 *1) (-5 *1 (-1215))) (-1692 (*1 *1) (-5 *1 (-1215))))
-(-13 (-841) (-10 -8 (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) NIL T CONST)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-1811 (((-918) $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-4186 (($ $ $) NIL)) (-4177 (($ $ $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
+(((-1215) (-13 (-841) (-10 -8 (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))) (T -1215))
+((-4177 (*1 *1 *1 *1) (-5 *1 (-1215))) (-4186 (*1 *1 *1 *1) (-5 *1 (-1215))) (-1778 (*1 *1) (-5 *1 (-1215))))
+(-13 (-841) (-10 -8 (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))
((|NonNegativeInteger|) (COND ((< 32 (INTEGER-LENGTH |#1|)) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) NIL T CONST)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-2981 (((-918) $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2305 (($ $ $) NIL)) (-2294 (($ $ $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
-(((-1216) (-13 (-841) (-10 -8 (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))) (T -1216))
-((-2294 (*1 *1 *1 *1) (-5 *1 (-1216))) (-2305 (*1 *1 *1 *1) (-5 *1 (-1216))) (-1692 (*1 *1) (-5 *1 (-1216))))
-(-13 (-841) (-10 -8 (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) NIL T CONST)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-1811 (((-918) $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-4186 (($ $ $) NIL)) (-4177 (($ $ $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
+(((-1216) (-13 (-841) (-10 -8 (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))) (T -1216))
+((-4177 (*1 *1 *1 *1) (-5 *1 (-1216))) (-4186 (*1 *1 *1 *1) (-5 *1 (-1216))) (-1778 (*1 *1) (-5 *1 (-1216))))
+(-13 (-841) (-10 -8 (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))
((|NonNegativeInteger|) (COND ((< 64 (INTEGER-LENGTH |#1|)) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-1709 (((-112) $ $) NIL)) (-1860 (((-768)) NIL)) (-1692 (($) NIL T CONST)) (-3746 (($) NIL)) (-2766 (($ $ $) NIL) (($) NIL T CONST)) (-1650 (($ $ $) NIL) (($) NIL T CONST)) (-2981 (((-918) $) NIL)) (-2811 (((-1152) $) NIL)) (-1359 (($ (-918)) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) NIL)) (-2305 (($ $ $) NIL)) (-2294 (($ $ $) NIL)) (-2920 (((-112) $ $) NIL)) (-2893 (((-112) $ $) NIL)) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL)) (-2880 (((-112) $ $) NIL)))
-(((-1217) (-13 (-841) (-10 -8 (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))) (T -1217))
-((-2294 (*1 *1 *1 *1) (-5 *1 (-1217))) (-2305 (*1 *1 *1 *1) (-5 *1 (-1217))) (-1692 (*1 *1) (-5 *1 (-1217))))
-(-13 (-841) (-10 -8 (-15 -2294 ($ $ $)) (-15 -2305 ($ $ $)) (-15 -1692 ($) -1367)))
+((-1817 (((-112) $ $) NIL)) (-3267 (((-768)) NIL)) (-1778 (($) NIL T CONST)) (-2900 (($) NIL)) (-1925 (($ $ $) NIL) (($) NIL T CONST)) (-3375 (($ $ $) NIL) (($) NIL T CONST)) (-1811 (((-918) $) NIL)) (-2723 (((-1152) $) NIL)) (-1468 (($ (-918)) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) NIL)) (-4186 (($ $ $) NIL)) (-4177 (($ $ $) NIL)) (-1762 (((-112) $ $) NIL)) (-1737 (((-112) $ $) NIL)) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL)) (-1723 (((-112) $ $) NIL)))
+(((-1217) (-13 (-841) (-10 -8 (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))) (T -1217))
+((-4177 (*1 *1 *1 *1) (-5 *1 (-1217))) (-4186 (*1 *1 *1 *1) (-5 *1 (-1217))) (-1778 (*1 *1) (-5 *1 (-1217))))
+(-13 (-841) (-10 -8 (-15 -4177 ($ $ $)) (-15 -4186 ($ $ $)) (-15 -1778 ($) -1809)))
((|NonNegativeInteger|) (COND ((< 8 (INTEGER-LENGTH |#1|)) (QUOTE NIL)) ((QUOTE T) (QUOTE T))))
-((-2110 (((-1223 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1223 |#1| |#3| |#5|)) 23)))
-(((-1218 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2110 ((-1223 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1223 |#1| |#3| |#5|)))) (-1046) (-1046) (-1170) (-1170) |#1| |#2|) (T -1218))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1223 *5 *7 *9)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-14 *7 (-1170)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1223 *6 *8 *10)) (-5 *1 (-1218 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1170)))))
-(-10 -7 (-15 -2110 ((-1223 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1223 |#1| |#3| |#5|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4153 (((-641 (-1076)) $) 77)) (-2794 (((-1170) $) 106)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-4010 (($ $) 55 (|has| |#1| (-556)))) (-2662 (((-112) $) 57 (|has| |#1| (-556)))) (-3183 (($ $ (-564)) 101) (($ $ (-564) (-564)) 100)) (-1747 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) 108)) (-1848 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 165 (|has| |#1| (-363)))) (-1798 (((-418 $) $) 166 (|has| |#1| (-363)))) (-4029 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-1817 (((-112) $ $) 156 (|has| |#1| (-363)))) (-1827 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) 176)) (-1871 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) 17 T CONST)) (-2668 (($ $ $) 160 (|has| |#1| (-363)))) (-4316 (($ $) 63)) (-3233 (((-3 $ "failed") $) 33)) (-3924 (((-407 (-949 |#1|)) $ (-564)) 174 (|has| |#1| (-556))) (((-407 (-949 |#1|)) $ (-564) (-564)) 173 (|has| |#1| (-556)))) (-2649 (($ $ $) 159 (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 154 (|has| |#1| (-363)))) (-2941 (((-112) $) 167 (|has| |#1| (-363)))) (-2214 (((-112) $) 76)) (-2682 (($) 148 (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-564) $) 103) (((-564) $ (-564)) 102)) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 119 (|has| |#1| (-38 (-407 (-564)))))) (-4282 (($ $ (-918)) 104)) (-2308 (($ (-1 |#1| (-564)) $) 175)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 163 (|has| |#1| (-363)))) (-1924 (((-112) $) 65)) (-4132 (($ |#1| (-564)) 64) (($ $ (-1076) (-564)) 79) (($ $ (-641 (-1076)) (-641 (-564))) 78)) (-2110 (($ (-1 |#1| |#1|) $) 66)) (-3612 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) 68)) (-4292 ((|#1| $) 69)) (-3340 (($ (-641 $)) 152 (|has| |#1| (-363))) (($ $ $) 151 (|has| |#1| (-363)))) (-2811 (((-1152) $) 9)) (-4247 (($ $) 168 (|has| |#1| (-363)))) (-2052 (($ $) 172 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 171 (-2713 (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-956)) (|has| |#1| (-1194)) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-38 (-407 (-564)))))))) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 153 (|has| |#1| (-363)))) (-3377 (($ (-641 $)) 150 (|has| |#1| (-363))) (($ $ $) 149 (|has| |#1| (-363)))) (-4020 (((-418 $) $) 164 (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 162 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 161 (|has| |#1| (-363)))) (-3450 (($ $ (-564)) 98)) (-2628 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 155 (|has| |#1| (-363)))) (-2103 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-564)))))) (-2358 (((-768) $) 157 (|has| |#1| (-363)))) (-2961 ((|#1| $ (-564)) 107) (($ $ $) 84 (|has| (-564) (-1106)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 158 (|has| |#1| (-363)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) 92 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-1170) (-768)) 91 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170))) 90 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-1170)) 89 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-768)) 87 (|has| |#1| (-15 * (|#1| (-564) |#1|)))) (($ $) 85 (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (-4341 (((-564) $) 67)) (-1882 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) 75)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 50 (|has| |#1| (-172))) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556)))) (-1346 ((|#1| $ (-564)) 62)) (-2684 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1526 ((|#1| $) 105)) (-1919 (($ $) 144 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) 56 (|has| |#1| (-556)))) (-1895 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 142 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-564)) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 140 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) 96 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-1170) (-768)) 95 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170))) 94 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-1170)) 93 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-768)) 88 (|has| |#1| (-15 * (|#1| (-564) |#1|)))) (($ $) 86 (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 61 (|has| |#1| (-363))) (($ $ $) 170 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 169 (|has| |#1| (-363))) (($ $ $) 147 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 118 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
+((-2449 (((-1223 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1223 |#1| |#3| |#5|)) 23)))
+(((-1218 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2449 ((-1223 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1223 |#1| |#3| |#5|)))) (-1046) (-1046) (-1170) (-1170) |#1| |#2|) (T -1218))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1223 *5 *7 *9)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-14 *7 (-1170)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1223 *6 *8 *10)) (-5 *1 (-1218 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1170)))))
+(-10 -7 (-15 -2449 ((-1223 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1223 |#1| |#3| |#5|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3209 (((-641 (-1076)) $) 77)) (-3871 (((-1170) $) 106)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-1537 (($ $) 55 (|has| |#1| (-556)))) (-1932 (((-112) $) 57 (|has| |#1| (-556)))) (-3220 (($ $ (-564)) 101) (($ $ (-564) (-564)) 100)) (-4163 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) 108)) (-3357 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 165 (|has| |#1| (-363)))) (-3399 (((-418 $) $) 166 (|has| |#1| (-363)))) (-3083 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-3554 (((-112) $ $) 156 (|has| |#1| (-363)))) (-3330 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) 176)) (-3384 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) 17 T CONST)) (-1449 (($ $ $) 160 (|has| |#1| (-363)))) (-3396 (($ $) 63)) (-3733 (((-3 $ "failed") $) 33)) (-3158 (((-407 (-949 |#1|)) $ (-564)) 174 (|has| |#1| (-556))) (((-407 (-949 |#1|)) $ (-564) (-564)) 173 (|has| |#1| (-556)))) (-1424 (($ $ $) 159 (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 154 (|has| |#1| (-363)))) (-1420 (((-112) $) 167 (|has| |#1| (-363)))) (-3030 (((-112) $) 76)) (-3714 (($) 148 (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-564) $) 103) (((-564) $ (-564)) 102)) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 119 (|has| |#1| (-38 (-407 (-564)))))) (-2325 (($ $ (-918)) 104)) (-1477 (($ (-1 |#1| (-564)) $) 175)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 163 (|has| |#1| (-363)))) (-2003 (((-112) $) 65)) (-3186 (($ |#1| (-564)) 64) (($ $ (-1076) (-564)) 79) (($ $ (-641 (-1076)) (-641 (-564))) 78)) (-2449 (($ (-1 |#1| |#1|) $) 66)) (-2358 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) 68)) (-3370 ((|#1| $) 69)) (-2740 (($ (-641 $)) 152 (|has| |#1| (-363))) (($ $ $) 151 (|has| |#1| (-363)))) (-2723 (((-1152) $) 9)) (-3315 (($ $) 168 (|has| |#1| (-363)))) (-3907 (($ $) 172 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 171 (-4078 (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-956)) (|has| |#1| (-1194)) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-38 (-407 (-564)))))))) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 153 (|has| |#1| (-363)))) (-2777 (($ (-641 $)) 150 (|has| |#1| (-363))) (($ $ $) 149 (|has| |#1| (-363)))) (-3070 (((-418 $) $) 164 (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 162 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 161 (|has| |#1| (-363)))) (-3951 (($ $ (-564)) 98)) (-1403 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 155 (|has| |#1| (-363)))) (-4326 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-564)))))) (-3920 (((-768) $) 157 (|has| |#1| (-363)))) (-1350 ((|#1| $ (-564)) 107) (($ $ $) 84 (|has| (-564) (-1106)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 158 (|has| |#1| (-363)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) 92 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-1170) (-768)) 91 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170))) 90 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-1170)) 89 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-768)) 87 (|has| |#1| (-15 * (|#1| (-564) |#1|)))) (($ $) 85 (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (-1619 (((-564) $) 67)) (-3395 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) 75)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 50 (|has| |#1| (-172))) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556)))) (-2742 ((|#1| $ (-564)) 62)) (-4018 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-2513 ((|#1| $) 105)) (-3427 (($ $) 144 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) 56 (|has| |#1| (-556)))) (-3406 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 142 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-564)) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 140 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) 96 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-1170) (-768)) 95 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170))) 94 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-1170)) 93 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-768)) 88 (|has| |#1| (-15 * (|#1| (-564) |#1|)))) (($ $) 86 (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 61 (|has| |#1| (-363))) (($ $ $) 170 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 169 (|has| |#1| (-363))) (($ $ $) 147 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 118 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
(((-1219 |#1|) (-140) (-1046)) (T -1219))
-((-2729 (*1 *1 *2) (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3)))) (-4 *3 (-1046)) (-4 *1 (-1219 *3)))) (-2308 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-564))) (-4 *1 (-1219 *3)) (-4 *3 (-1046)))) (-3924 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1219 *4)) (-4 *4 (-1046)) (-4 *4 (-556)) (-5 *2 (-407 (-949 *4))))) (-3924 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1219 *4)) (-4 *4 (-1046)) (-4 *4 (-556)) (-5 *2 (-407 (-949 *4))))) (-2052 (*1 *1 *1) (-12 (-4 *1 (-1219 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564)))))) (-2052 (*1 *1 *1 *2) (-2713 (-12 (-5 *2 (-1170)) (-4 *1 (-1219 *3)) (-4 *3 (-1046)) (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194)) (-4 *3 (-38 (-407 (-564)))))) (-12 (-5 *2 (-1170)) (-4 *1 (-1219 *3)) (-4 *3 (-1046)) (-12 (|has| *3 (-15 -4153 ((-641 *2) *3))) (|has| *3 (-15 -2052 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564)))))))))
-(-13 (-1237 |t#1| (-564)) (-10 -8 (-15 -2729 ($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |t#1|))))) (-15 -2308 ($ (-1 |t#1| (-564)) $)) (IF (|has| |t#1| (-556)) (PROGN (-15 -3924 ((-407 (-949 |t#1|)) $ (-564))) (-15 -3924 ((-407 (-949 |t#1|)) $ (-564) (-564)))) |%noBranch|) (IF (|has| |t#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ($ $)) (IF (|has| |t#1| (-15 -2052 (|t#1| |t#1| (-1170)))) (IF (|has| |t#1| (-15 -4153 ((-641 (-1170)) |t#1|))) (-15 -2052 ($ $ (-1170))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1194)) (IF (|has| |t#1| (-956)) (IF (|has| |t#1| (-29 (-564))) (-15 -2052 ($ $ (-1170))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-999)) (-6 (-1194))) |%noBranch|) (IF (|has| |t#1| (-363)) (-6 (-363)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-564)) . T) ((-25) . T) ((-38 #1=(-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-564) |#1|))) ((-243) |has| |#1| (-363)) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-286 $ $) |has| (-564) (-1106)) ((-290) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-307) |has| |#1| (-363)) ((-363) |has| |#1| (-363)) ((-452) |has| |#1| (-363)) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-556) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-644 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))) ((-970 |#1| #0# (-1076)) . T) ((-917) |has| |#1| (-363)) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1052 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))) ((-1213) |has| |#1| (-363)) ((-1237 |#1| #0#) . T))
-((-2013 (((-112) $) 12)) (-2035 (((-3 |#3| "failed") $) 17) (((-3 (-1170) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) NIL)) (-3437 ((|#3| $) 14) (((-1170) $) NIL) (((-407 (-564)) $) NIL) (((-564) $) NIL)))
-(((-1220 |#1| |#2| |#3|) (-10 -8 (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-1170) "failed") |#1|)) (-15 -3437 ((-1170) |#1|)) (-15 -2035 ((-3 |#3| "failed") |#1|)) (-15 -3437 (|#3| |#1|)) (-15 -2013 ((-112) |#1|))) (-1221 |#2| |#3|) (-1046) (-1250 |#2|)) (T -1220))
-NIL
-(-10 -8 (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -2035 ((-3 (-1170) "failed") |#1|)) (-15 -3437 ((-1170) |#1|)) (-15 -2035 ((-3 |#3| "failed") |#1|)) (-15 -3437 (|#3| |#1|)) (-15 -2013 ((-112) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4137 ((|#2| $) 231 (-2832 (|has| |#2| (-307)) (|has| |#1| (-363))))) (-4153 (((-641 (-1076)) $) 77)) (-2794 (((-1170) $) 106)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-4010 (($ $) 55 (|has| |#1| (-556)))) (-2662 (((-112) $) 57 (|has| |#1| (-556)))) (-3183 (($ $ (-564)) 101) (($ $ (-564) (-564)) 100)) (-1747 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) 108)) (-2306 ((|#2| $) 267)) (-2109 (((-3 |#2| "failed") $) 263)) (-4204 ((|#2| $) 264)) (-1848 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) 19)) (-4284 (((-418 (-1166 $)) (-1166 $)) 240 (-2832 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-2275 (($ $) 165 (|has| |#1| (-363)))) (-1798 (((-418 $) $) 166 (|has| |#1| (-363)))) (-4029 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 237 (-2832 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-1817 (((-112) $ $) 156 (|has| |#1| (-363)))) (-1827 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-1672 (((-564) $) 249 (-2832 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-2729 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) 176)) (-1871 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#2| "failed") $) 270) (((-3 (-564) "failed") $) 260 (-2832 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-407 (-564)) "failed") $) 258 (-2832 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-1170) "failed") $) 242 (-2832 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363))))) (-3437 ((|#2| $) 271) (((-564) $) 259 (-2832 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-407 (-564)) $) 257 (-2832 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-1170) $) 241 (-2832 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363))))) (-3532 (($ $) 266) (($ (-564) $) 265)) (-2668 (($ $ $) 160 (|has| |#1| (-363)))) (-4316 (($ $) 63)) (-3762 (((-685 |#2|) (-685 $)) 221 (|has| |#1| (-363))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 220 (|has| |#1| (-363))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 219 (-2832 (|has| |#2| (-637 (-564))) (|has| |#1| (-363)))) (((-685 (-564)) (-685 $)) 218 (-2832 (|has| |#2| (-637 (-564))) (|has| |#1| (-363))))) (-3233 (((-3 $ "failed") $) 33)) (-3924 (((-407 (-949 |#1|)) $ (-564)) 174 (|has| |#1| (-556))) (((-407 (-949 |#1|)) $ (-564) (-564)) 173 (|has| |#1| (-556)))) (-3746 (($) 233 (-2832 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-2649 (($ $ $) 159 (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 154 (|has| |#1| (-363)))) (-2941 (((-112) $) 167 (|has| |#1| (-363)))) (-2955 (((-112) $) 247 (-2832 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-2214 (((-112) $) 76)) (-2682 (($) 148 (|has| |#1| (-38 (-407 (-564)))))) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 225 (-2832 (|has| |#2| (-883 (-379))) (|has| |#1| (-363)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 224 (-2832 (|has| |#2| (-883 (-564))) (|has| |#1| (-363))))) (-2887 (((-564) $) 103) (((-564) $ (-564)) 102)) (-3282 (((-112) $) 31)) (-2079 (($ $) 229 (|has| |#1| (-363)))) (-2654 ((|#2| $) 227 (|has| |#1| (-363)))) (-2201 (($ $ (-564)) 119 (|has| |#1| (-38 (-407 (-564)))))) (-1516 (((-3 $ "failed") $) 261 (-2832 (|has| |#2| (-1145)) (|has| |#1| (-363))))) (-1515 (((-112) $) 248 (-2832 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-4282 (($ $ (-918)) 104)) (-2308 (($ (-1 |#1| (-564)) $) 175)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 163 (|has| |#1| (-363)))) (-1924 (((-112) $) 65)) (-4132 (($ |#1| (-564)) 64) (($ $ (-1076) (-564)) 79) (($ $ (-641 (-1076)) (-641 (-564))) 78)) (-2766 (($ $ $) 251 (-2832 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-1650 (($ $ $) 252 (-2832 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2110 (($ (-1 |#1| |#1|) $) 66) (($ (-1 |#2| |#2|) $) 213 (|has| |#1| (-363)))) (-3612 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) 68)) (-4292 ((|#1| $) 69)) (-3340 (($ (-641 $)) 152 (|has| |#1| (-363))) (($ $ $) 151 (|has| |#1| (-363)))) (-4214 (($ (-564) |#2|) 268)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 168 (|has| |#1| (-363)))) (-2052 (($ $) 172 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 171 (-2713 (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-956)) (|has| |#1| (-1194)) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-38 (-407 (-564)))))))) (-2558 (($) 262 (-2832 (|has| |#2| (-1145)) (|has| |#1| (-363))) CONST)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 153 (|has| |#1| (-363)))) (-3377 (($ (-641 $)) 150 (|has| |#1| (-363))) (($ $ $) 149 (|has| |#1| (-363)))) (-1775 (($ $) 232 (-2832 (|has| |#2| (-307)) (|has| |#1| (-363))))) (-4037 ((|#2| $) 235 (-2832 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-4004 (((-418 (-1166 $)) (-1166 $)) 238 (-2832 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-3947 (((-418 (-1166 $)) (-1166 $)) 239 (-2832 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-4020 (((-418 $) $) 164 (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 162 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 161 (|has| |#1| (-363)))) (-3450 (($ $ (-564)) 98)) (-2628 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 155 (|has| |#1| (-363)))) (-2103 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-564))))) (($ $ (-1170) |#2|) 212 (-2832 (|has| |#2| (-514 (-1170) |#2|)) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 |#2|)) 211 (-2832 (|has| |#2| (-514 (-1170) |#2|)) (|has| |#1| (-363)))) (($ $ (-641 (-294 |#2|))) 210 (-2832 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ (-294 |#2|)) 209 (-2832 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ |#2| |#2|) 208 (-2832 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ (-641 |#2|) (-641 |#2|)) 207 (-2832 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363))))) (-2358 (((-768) $) 157 (|has| |#1| (-363)))) (-2961 ((|#1| $ (-564)) 107) (($ $ $) 84 (|has| (-564) (-1106))) (($ $ |#2|) 206 (-2832 (|has| |#2| (-286 |#2| |#2|)) (|has| |#1| (-363))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 158 (|has| |#1| (-363)))) (-1795 (($ $ (-1 |#2| |#2|)) 217 (|has| |#1| (-363))) (($ $ (-1 |#2| |#2|) (-768)) 216 (|has| |#1| (-363))) (($ $ (-768)) 87 (-2713 (-2832 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) 85 (-2713 (-2832 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) 92 (-2713 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-1170) (-768)) 91 (-2713 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-641 (-1170))) 90 (-2713 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-1170)) 89 (-2713 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))))) (-2173 (($ $) 230 (|has| |#1| (-363)))) (-2663 ((|#2| $) 228 (|has| |#1| (-363)))) (-4341 (((-564) $) 67)) (-1882 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-2153 (((-225) $) 246 (-2832 (|has| |#2| (-1019)) (|has| |#1| (-363)))) (((-379) $) 245 (-2832 (|has| |#2| (-1019)) (|has| |#1| (-363)))) (((-536) $) 244 (-2832 (|has| |#2| (-612 (-536))) (|has| |#1| (-363)))) (((-889 (-379)) $) 223 (-2832 (|has| |#2| (-612 (-889 (-379)))) (|has| |#1| (-363)))) (((-889 (-564)) $) 222 (-2832 (|has| |#2| (-612 (-889 (-564)))) (|has| |#1| (-363))))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 236 (-2832 (-2832 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#1| (-363))))) (-4072 (($ $) 75)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 50 (|has| |#1| (-172))) (($ |#2|) 269) (($ (-1170)) 243 (-2832 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363)))) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556)))) (-1346 ((|#1| $ (-564)) 62)) (-2684 (((-3 $ "failed") $) 51 (-2713 (-2832 (-2713 (|has| |#2| (-145)) (-2832 (|has| $ (-145)) (|has| |#2| (-906)))) (|has| |#1| (-363))) (|has| |#1| (-145))))) (-1303 (((-768)) 28 T CONST)) (-1526 ((|#1| $) 105)) (-2698 ((|#2| $) 234 (-2832 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-1919 (($ $) 144 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) 56 (|has| |#1| (-556)))) (-1895 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 142 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-564)) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 140 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-1699 (($ $) 250 (-2832 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-1 |#2| |#2|)) 215 (|has| |#1| (-363))) (($ $ (-1 |#2| |#2|) (-768)) 214 (|has| |#1| (-363))) (($ $ (-768)) 88 (-2713 (-2832 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) 86 (-2713 (-2832 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) 96 (-2713 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-1170) (-768)) 95 (-2713 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-641 (-1170))) 94 (-2713 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-1170)) 93 (-2713 (-2832 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))))) (-2920 (((-112) $ $) 254 (-2832 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2893 (((-112) $ $) 255 (-2832 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 253 (-2832 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2880 (((-112) $ $) 256 (-2832 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2983 (($ $ |#1|) 61 (|has| |#1| (-363))) (($ $ $) 170 (|has| |#1| (-363))) (($ |#2| |#2|) 226 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 169 (|has| |#1| (-363))) (($ $ $) 147 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 118 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ $ |#2|) 205 (|has| |#1| (-363))) (($ |#2| $) 204 (|has| |#1| (-363))) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
+((-1881 (*1 *1 *2) (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3)))) (-4 *3 (-1046)) (-4 *1 (-1219 *3)))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-564))) (-4 *1 (-1219 *3)) (-4 *3 (-1046)))) (-3158 (*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1219 *4)) (-4 *4 (-1046)) (-4 *4 (-556)) (-5 *2 (-407 (-949 *4))))) (-3158 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-4 *1 (-1219 *4)) (-4 *4 (-1046)) (-4 *4 (-556)) (-5 *2 (-407 (-949 *4))))) (-3907 (*1 *1 *1) (-12 (-4 *1 (-1219 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564)))))) (-3907 (*1 *1 *1 *2) (-4078 (-12 (-5 *2 (-1170)) (-4 *1 (-1219 *3)) (-4 *3 (-1046)) (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194)) (-4 *3 (-38 (-407 (-564)))))) (-12 (-5 *2 (-1170)) (-4 *1 (-1219 *3)) (-4 *3 (-1046)) (-12 (|has| *3 (-15 -3209 ((-641 *2) *3))) (|has| *3 (-15 -3907 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564)))))))))
+(-13 (-1237 |t#1| (-564)) (-10 -8 (-15 -1881 ($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |t#1|))))) (-15 -1477 ($ (-1 |t#1| (-564)) $)) (IF (|has| |t#1| (-556)) (PROGN (-15 -3158 ((-407 (-949 |t#1|)) $ (-564))) (-15 -3158 ((-407 (-949 |t#1|)) $ (-564) (-564)))) |%noBranch|) (IF (|has| |t#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ($ $)) (IF (|has| |t#1| (-15 -3907 (|t#1| |t#1| (-1170)))) (IF (|has| |t#1| (-15 -3209 ((-641 (-1170)) |t#1|))) (-15 -3907 ($ $ (-1170))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1194)) (IF (|has| |t#1| (-956)) (IF (|has| |t#1| (-29 (-564))) (-15 -3907 ($ $ (-1170))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-999)) (-6 (-1194))) |%noBranch|) (IF (|has| |t#1| (-363)) (-6 (-363)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-564)) . T) ((-25) . T) ((-38 #1=(-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-564) |#1|))) ((-243) |has| |#1| (-363)) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-286 $ $) |has| (-564) (-1106)) ((-290) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-307) |has| |#1| (-363)) ((-363) |has| |#1| (-363)) ((-452) |has| |#1| (-363)) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-556) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-644 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))) ((-970 |#1| #0# (-1076)) . T) ((-917) |has| |#1| (-363)) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1052 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))) ((-1213) |has| |#1| (-363)) ((-1237 |#1| #0#) . T))
+((-1615 (((-112) $) 12)) (-2347 (((-3 |#3| "failed") $) 17) (((-3 (-1170) "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) NIL)) (-2237 ((|#3| $) 14) (((-1170) $) NIL) (((-407 (-564)) $) NIL) (((-564) $) NIL)))
+(((-1220 |#1| |#2| |#3|) (-10 -8 (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-1170) "failed") |#1|)) (-15 -2237 ((-1170) |#1|)) (-15 -2347 ((-3 |#3| "failed") |#1|)) (-15 -2237 (|#3| |#1|)) (-15 -1615 ((-112) |#1|))) (-1221 |#2| |#3|) (-1046) (-1250 |#2|)) (T -1220))
+NIL
+(-10 -8 (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2347 ((-3 (-1170) "failed") |#1|)) (-15 -2237 ((-1170) |#1|)) (-15 -2347 ((-3 |#3| "failed") |#1|)) (-15 -2237 (|#3| |#1|)) (-15 -1615 ((-112) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3423 ((|#2| $) 231 (-4348 (|has| |#2| (-307)) (|has| |#1| (-363))))) (-3209 (((-641 (-1076)) $) 77)) (-3871 (((-1170) $) 106)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-1537 (($ $) 55 (|has| |#1| (-556)))) (-1932 (((-112) $) 57 (|has| |#1| (-556)))) (-3220 (($ $ (-564)) 101) (($ $ (-564) (-564)) 100)) (-4163 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) 108)) (-1454 ((|#2| $) 267)) (-3219 (((-3 |#2| "failed") $) 263)) (-3266 ((|#2| $) 264)) (-3357 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) 19)) (-2345 (((-418 (-1166 $)) (-1166 $)) 240 (-4348 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-2427 (($ $) 165 (|has| |#1| (-363)))) (-3399 (((-418 $) $) 166 (|has| |#1| (-363)))) (-3083 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 237 (-4348 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-3554 (((-112) $ $) 156 (|has| |#1| (-363)))) (-3330 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-1598 (((-564) $) 249 (-4348 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-1881 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) 176)) (-3384 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#2| "failed") $) 270) (((-3 (-564) "failed") $) 260 (-4348 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-407 (-564)) "failed") $) 258 (-4348 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-1170) "failed") $) 242 (-4348 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363))))) (-2237 ((|#2| $) 271) (((-564) $) 259 (-4348 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-407 (-564)) $) 257 (-4348 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-1170) $) 241 (-4348 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363))))) (-3588 (($ $) 266) (($ (-564) $) 265)) (-1449 (($ $ $) 160 (|has| |#1| (-363)))) (-3396 (($ $) 63)) (-4050 (((-685 |#2|) (-685 $)) 221 (|has| |#1| (-363))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) 220 (|has| |#1| (-363))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 219 (-4348 (|has| |#2| (-637 (-564))) (|has| |#1| (-363)))) (((-685 (-564)) (-685 $)) 218 (-4348 (|has| |#2| (-637 (-564))) (|has| |#1| (-363))))) (-3733 (((-3 $ "failed") $) 33)) (-3158 (((-407 (-949 |#1|)) $ (-564)) 174 (|has| |#1| (-556))) (((-407 (-949 |#1|)) $ (-564) (-564)) 173 (|has| |#1| (-556)))) (-2900 (($) 233 (-4348 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-1424 (($ $ $) 159 (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 154 (|has| |#1| (-363)))) (-1420 (((-112) $) 167 (|has| |#1| (-363)))) (-1569 (((-112) $) 247 (-4348 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-3030 (((-112) $) 76)) (-3714 (($) 148 (|has| |#1| (-38 (-407 (-564)))))) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 225 (-4348 (|has| |#2| (-883 (-379))) (|has| |#1| (-363)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 224 (-4348 (|has| |#2| (-883 (-564))) (|has| |#1| (-363))))) (-2155 (((-564) $) 103) (((-564) $ (-564)) 102)) (-2949 (((-112) $) 31)) (-4157 (($ $) 229 (|has| |#1| (-363)))) (-3678 ((|#2| $) 227 (|has| |#1| (-363)))) (-2915 (($ $ (-564)) 119 (|has| |#1| (-38 (-407 (-564)))))) (-2619 (((-3 $ "failed") $) 261 (-4348 (|has| |#2| (-1145)) (|has| |#1| (-363))))) (-2607 (((-112) $) 248 (-4348 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-2325 (($ $ (-918)) 104)) (-1477 (($ (-1 |#1| (-564)) $) 175)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 163 (|has| |#1| (-363)))) (-2003 (((-112) $) 65)) (-3186 (($ |#1| (-564)) 64) (($ $ (-1076) (-564)) 79) (($ $ (-641 (-1076)) (-641 (-564))) 78)) (-1925 (($ $ $) 251 (-4348 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-3375 (($ $ $) 252 (-4348 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2449 (($ (-1 |#1| |#1|) $) 66) (($ (-1 |#2| |#2|) $) 213 (|has| |#1| (-363)))) (-2358 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) 68)) (-3370 ((|#1| $) 69)) (-2740 (($ (-641 $)) 152 (|has| |#1| (-363))) (($ $ $) 151 (|has| |#1| (-363)))) (-3277 (($ (-564) |#2|) 268)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 168 (|has| |#1| (-363)))) (-3907 (($ $) 172 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 171 (-4078 (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-956)) (|has| |#1| (-1194)) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-38 (-407 (-564)))))))) (-2884 (($) 262 (-4348 (|has| |#2| (-1145)) (|has| |#1| (-363))) CONST)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 153 (|has| |#1| (-363)))) (-2777 (($ (-641 $)) 150 (|has| |#1| (-363))) (($ $ $) 149 (|has| |#1| (-363)))) (-3191 (($ $) 232 (-4348 (|has| |#2| (-307)) (|has| |#1| (-363))))) (-1818 ((|#2| $) 235 (-4348 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-1469 (((-418 (-1166 $)) (-1166 $)) 238 (-4348 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-2165 (((-418 (-1166 $)) (-1166 $)) 239 (-4348 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-3070 (((-418 $) $) 164 (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 162 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 161 (|has| |#1| (-363)))) (-3951 (($ $ (-564)) 98)) (-1403 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 155 (|has| |#1| (-363)))) (-4326 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-564))))) (($ $ (-1170) |#2|) 212 (-4348 (|has| |#2| (-514 (-1170) |#2|)) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 |#2|)) 211 (-4348 (|has| |#2| (-514 (-1170) |#2|)) (|has| |#1| (-363)))) (($ $ (-641 (-294 |#2|))) 210 (-4348 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ (-294 |#2|)) 209 (-4348 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ |#2| |#2|) 208 (-4348 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ (-641 |#2|) (-641 |#2|)) 207 (-4348 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363))))) (-3920 (((-768) $) 157 (|has| |#1| (-363)))) (-1350 ((|#1| $ (-564)) 107) (($ $ $) 84 (|has| (-564) (-1106))) (($ $ |#2|) 206 (-4348 (|has| |#2| (-286 |#2| |#2|)) (|has| |#1| (-363))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 158 (|has| |#1| (-363)))) (-3534 (($ $ (-1 |#2| |#2|)) 217 (|has| |#1| (-363))) (($ $ (-1 |#2| |#2|) (-768)) 216 (|has| |#1| (-363))) (($ $ (-768)) 87 (-4078 (-4348 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) 85 (-4078 (-4348 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) 92 (-4078 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-1170) (-768)) 91 (-4078 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-641 (-1170))) 90 (-4078 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-1170)) 89 (-4078 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))))) (-2644 (($ $) 230 (|has| |#1| (-363)))) (-3693 ((|#2| $) 228 (|has| |#1| (-363)))) (-1619 (((-564) $) 67)) (-3395 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-2511 (((-225) $) 246 (-4348 (|has| |#2| (-1019)) (|has| |#1| (-363)))) (((-379) $) 245 (-4348 (|has| |#2| (-1019)) (|has| |#1| (-363)))) (((-536) $) 244 (-4348 (|has| |#2| (-612 (-536))) (|has| |#1| (-363)))) (((-889 (-379)) $) 223 (-4348 (|has| |#2| (-612 (-889 (-379)))) (|has| |#1| (-363)))) (((-889 (-564)) $) 222 (-4348 (|has| |#2| (-612 (-889 (-564)))) (|has| |#1| (-363))))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 236 (-4348 (-4348 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#1| (-363))))) (-4037 (($ $) 75)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 50 (|has| |#1| (-172))) (($ |#2|) 269) (($ (-1170)) 243 (-4348 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363)))) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556)))) (-2742 ((|#1| $ (-564)) 62)) (-4018 (((-3 $ "failed") $) 51 (-4078 (-4348 (-4078 (|has| |#2| (-145)) (-4348 (|has| $ (-145)) (|has| |#2| (-906)))) (|has| |#1| (-363))) (|has| |#1| (-145))))) (-2219 (((-768)) 28 T CONST)) (-2513 ((|#1| $) 105)) (-4150 ((|#2| $) 234 (-4348 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-3427 (($ $) 144 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) 56 (|has| |#1| (-556)))) (-3406 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 142 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-564)) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 140 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-1849 (($ $) 250 (-4348 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-1 |#2| |#2|)) 215 (|has| |#1| (-363))) (($ $ (-1 |#2| |#2|) (-768)) 214 (|has| |#1| (-363))) (($ $ (-768)) 88 (-4078 (-4348 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) 86 (-4078 (-4348 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) 96 (-4078 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-1170) (-768)) 95 (-4078 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-641 (-1170))) 94 (-4078 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))))) (($ $ (-1170)) 93 (-4078 (-4348 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))))) (-1762 (((-112) $ $) 254 (-4348 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-1737 (((-112) $ $) 255 (-4348 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 253 (-4348 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-1723 (((-112) $ $) 256 (-4348 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-1823 (($ $ |#1|) 61 (|has| |#1| (-363))) (($ $ $) 170 (|has| |#1| (-363))) (($ |#2| |#2|) 226 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 169 (|has| |#1| (-363))) (($ $ $) 147 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 118 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ $ |#2|) 205 (|has| |#1| (-363))) (($ |#2| $) 204 (|has| |#1| (-363))) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
(((-1221 |#1| |#2|) (-140) (-1046) (-1250 |t#1|)) (T -1221))
-((-4341 (*1 *2 *1) (-12 (-4 *1 (-1221 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1250 *3)) (-5 *2 (-564)))) (-4214 (*1 *1 *2 *3) (-12 (-5 *2 (-564)) (-4 *4 (-1046)) (-4 *1 (-1221 *4 *3)) (-4 *3 (-1250 *4)))) (-2306 (*1 *2 *1) (-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1250 *3)))) (-3532 (*1 *1 *1) (-12 (-4 *1 (-1221 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1250 *2)))) (-3532 (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-4 *1 (-1221 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1250 *3)))) (-4204 (*1 *2 *1) (-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1250 *3)))) (-2109 (*1 *2 *1) (|partial| -12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1250 *3)))))
-(-13 (-1219 |t#1|) (-1035 |t#2|) (-614 |t#2|) (-10 -8 (-15 -4214 ($ (-564) |t#2|)) (-15 -4341 ((-564) $)) (-15 -2306 (|t#2| $)) (-15 -3532 ($ $)) (-15 -3532 ($ (-564) $)) (-15 -4204 (|t#2| $)) (-15 -2109 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-363)) (-6 (-989 |t#2|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-564)) . T) ((-25) . T) ((-38 #1=(-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 |#2|) |has| |#1| (-363)) ((-38 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-111 |#1| |#1|) . T) ((-111 |#2| |#2|) |has| |#1| (-363)) ((-111 $ $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-131) . T) ((-145) -2713 (-12 (|has| |#1| (-363)) (|has| |#2| (-145))) (|has| |#1| (-145))) ((-147) -2713 (-12 (|has| |#1| (-363)) (|has| |#2| (-147))) (|has| |#1| (-147))) ((-614 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 #2=(-1170)) -12 (|has| |#1| (-363)) (|has| |#2| (-1035 (-1170)))) ((-614 |#1|) |has| |#1| (-172)) ((-614 |#2|) . T) ((-614 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-612 (-225)) -12 (|has| |#1| (-363)) (|has| |#2| (-1019))) ((-612 (-379)) -12 (|has| |#1| (-363)) (|has| |#2| (-1019))) ((-612 (-536)) -12 (|has| |#1| (-363)) (|has| |#2| (-612 (-536)))) ((-612 (-889 (-379))) -12 (|has| |#1| (-363)) (|has| |#2| (-612 (-889 (-379))))) ((-612 (-889 (-564))) -12 (|has| |#1| (-363)) (|has| |#2| (-612 (-889 (-564))))) ((-231 |#2|) |has| |#1| (-363)) ((-233) -2713 (-12 (|has| |#1| (-363)) (|has| |#2| (-233))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))) ((-243) |has| |#1| (-363)) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-286 |#2| $) -12 (|has| |#1| (-363)) (|has| |#2| (-286 |#2| |#2|))) ((-286 $ $) |has| (-564) (-1106)) ((-290) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-307) |has| |#1| (-363)) ((-309 |#2|) -12 (|has| |#1| (-363)) (|has| |#2| (-309 |#2|))) ((-363) |has| |#1| (-363)) ((-338 |#2|) |has| |#1| (-363)) ((-377 |#2|) |has| |#1| (-363)) ((-400 |#2|) |has| |#1| (-363)) ((-452) |has| |#1| (-363)) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-514 (-1170) |#2|) -12 (|has| |#1| (-363)) (|has| |#2| (-514 (-1170) |#2|))) ((-514 |#2| |#2|) -12 (|has| |#1| (-363)) (|has| |#2| (-309 |#2|))) ((-556) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-644 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-644 |#1|) . T) ((-644 |#2|) |has| |#1| (-363)) ((-644 $) . T) ((-637 (-564)) -12 (|has| |#1| (-363)) (|has| |#2| (-637 (-564)))) ((-637 |#2|) |has| |#1| (-363)) ((-714 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-714 |#1|) |has| |#1| (-172)) ((-714 |#2|) |has| |#1| (-363)) ((-714 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-723) . T) ((-788) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-789) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-791) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-792) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-817) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-845) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-847) -2713 (-12 (|has| |#1| (-363)) (|has| |#2| (-847))) (-12 (|has| |#1| (-363)) (|has| |#2| (-817)))) ((-897 (-1170)) -2713 (-12 (|has| |#1| (-363)) (|has| |#2| (-897 (-1170)))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) ((-883 (-379)) -12 (|has| |#1| (-363)) (|has| |#2| (-883 (-379)))) ((-883 (-564)) -12 (|has| |#1| (-363)) (|has| |#2| (-883 (-564)))) ((-881 |#2|) |has| |#1| (-363)) ((-906) -12 (|has| |#1| (-363)) (|has| |#2| (-906))) ((-970 |#1| #0# (-1076)) . T) ((-917) |has| |#1| (-363)) ((-989 |#2|) |has| |#1| (-363)) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1019) -12 (|has| |#1| (-363)) (|has| |#2| (-1019))) ((-1035 (-407 (-564))) -12 (|has| |#1| (-363)) (|has| |#2| (-1035 (-564)))) ((-1035 (-564)) -12 (|has| |#1| (-363)) (|has| |#2| (-1035 (-564)))) ((-1035 #2#) -12 (|has| |#1| (-363)) (|has| |#2| (-1035 (-1170)))) ((-1035 |#2|) . T) ((-1052 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-1052 |#1|) . T) ((-1052 |#2|) |has| |#1| (-363)) ((-1052 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) -12 (|has| |#1| (-363)) (|has| |#2| (-1145))) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))) ((-1209) |has| |#1| (-363)) ((-1213) |has| |#1| (-363)) ((-1219 |#1|) . T) ((-1237 |#1| #0#) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 79)) (-4137 ((|#2| $) NIL (-12 (|has| |#2| (-307)) (|has| |#1| (-363))))) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) 98)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-3183 (($ $ (-564)) 107) (($ $ (-564) (-564)) 109)) (-1747 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) 51)) (-2306 ((|#2| $) 11)) (-2109 (((-3 |#2| "failed") $) 35)) (-4204 ((|#2| $) 36)) (-1848 (($ $) 204 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 180 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-2275 (($ $) NIL (|has| |#1| (-363)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-363)))) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1827 (($ $) 200 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 176 (|has| |#1| (-38 (-407 (-564)))))) (-1672 (((-564) $) NIL (-12 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-2729 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) 59)) (-1871 (($ $) 208 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 184 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) 155) (((-3 (-564) "failed") $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-1170) "failed") $) NIL (-12 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363))))) (-3437 ((|#2| $) 154) (((-564) $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-407 (-564)) $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-1170) $) NIL (-12 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363))))) (-3532 (($ $) 65) (($ (-564) $) 28)) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) NIL)) (-3762 (((-685 |#2|) (-685 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#1| (-363)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#1| (-363))))) (-3233 (((-3 $ "failed") $) 86)) (-3924 (((-407 (-949 |#1|)) $ (-564)) 122 (|has| |#1| (-556))) (((-407 (-949 |#1|)) $ (-564) (-564)) 124 (|has| |#1| (-556)))) (-3746 (($) NIL (-12 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2941 (((-112) $) NIL (|has| |#1| (-363)))) (-2955 (((-112) $) NIL (-12 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-2214 (((-112) $) 72)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| |#2| (-883 (-379))) (|has| |#1| (-363)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| |#2| (-883 (-564))) (|has| |#1| (-363))))) (-2887 (((-564) $) 103) (((-564) $ (-564)) 105)) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL (|has| |#1| (-363)))) (-2654 ((|#2| $) 163 (|has| |#1| (-363)))) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1516 (((-3 $ "failed") $) NIL (-12 (|has| |#2| (-1145)) (|has| |#1| (-363))))) (-1515 (((-112) $) NIL (-12 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-4282 (($ $ (-918)) 146)) (-2308 (($ (-1 |#1| (-564)) $) 142)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-564)) 20) (($ $ (-1076) (-564)) NIL) (($ $ (-641 (-1076)) (-641 (-564))) NIL)) (-2766 (($ $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-1650 (($ $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2110 (($ (-1 |#1| |#1|) $) 139) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-363)))) (-3612 (($ $) 174 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-4214 (($ (-564) |#2|) 10)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 157 (|has| |#1| (-363)))) (-2052 (($ $) 226 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 231 (-2713 (-12 (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194)))))) (-2558 (($) NIL (-12 (|has| |#2| (-1145)) (|has| |#1| (-363))) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-1775 (($ $) NIL (-12 (|has| |#2| (-307)) (|has| |#1| (-363))))) (-4037 ((|#2| $) NIL (-12 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-4020 (((-418 $) $) NIL (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3450 (($ $ (-564)) 136)) (-2628 (((-3 $ "failed") $ $) 126 (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2103 (($ $) 172 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) 95 (|has| |#1| (-15 ** (|#1| |#1| (-564))))) (($ $ (-1170) |#2|) NIL (-12 (|has| |#2| (-514 (-1170) |#2|)) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 |#2|)) NIL (-12 (|has| |#2| (-514 (-1170) |#2|)) (|has| |#1| (-363)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363))))) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ (-564)) 101) (($ $ $) 88 (|has| (-564) (-1106))) (($ $ |#2|) NIL (-12 (|has| |#2| (-286 |#2| |#2|)) (|has| |#1| (-363))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-1795 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-363))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#1| (-363))) (($ $ (-768)) NIL (-2713 (-12 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) 147 (-2713 (-12 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-2713 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-2713 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-2713 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) 151 (-2713 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-2173 (($ $) NIL (|has| |#1| (-363)))) (-2663 ((|#2| $) 164 (|has| |#1| (-363)))) (-4341 (((-564) $) 12)) (-1882 (($ $) 210 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 186 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 206 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 182 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 202 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 178 (|has| |#1| (-38 (-407 (-564)))))) (-2153 (((-225) $) NIL (-12 (|has| |#2| (-1019)) (|has| |#1| (-363)))) (((-379) $) NIL (-12 (|has| |#2| (-1019)) (|has| |#1| (-363)))) (((-536) $) NIL (-12 (|has| |#2| (-612 (-536))) (|has| |#1| (-363)))) (((-889 (-379)) $) NIL (-12 (|has| |#2| (-612 (-889 (-379)))) (|has| |#1| (-363)))) (((-889 (-564)) $) NIL (-12 (|has| |#2| (-612 (-889 (-564)))) (|has| |#1| (-363))))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906)) (|has| |#1| (-363))))) (-4072 (($ $) 134)) (-1721 (((-859) $) 264) (($ (-564)) 24) (($ |#1|) 22 (|has| |#1| (-172))) (($ |#2|) 21) (($ (-1170)) NIL (-12 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363)))) (($ (-407 (-564))) 167 (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-1346 ((|#1| $ (-564)) 83)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#2| (-906)) (|has| |#1| (-363))) (-12 (|has| |#2| (-145)) (|has| |#1| (-363))) (|has| |#1| (-145))))) (-1303 (((-768)) 153 T CONST)) (-1526 ((|#1| $) 100)) (-2698 ((|#2| $) NIL (-12 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-1919 (($ $) 216 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 192 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) 212 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 188 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 220 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 196 (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-564)) 132 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) 222 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 198 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 218 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 194 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 214 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 190 (|has| |#1| (-38 (-407 (-564)))))) (-1699 (($ $) NIL (-12 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-2885 (($) 13 T CONST)) (-2898 (($) 18 T CONST)) (-3256 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-363))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#1| (-363))) (($ $ (-768)) NIL (-2713 (-12 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) NIL (-2713 (-12 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-2713 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-2713 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-2713 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-2920 (((-112) $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2893 (((-112) $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2853 (((-112) $ $) 71)) (-2908 (((-112) $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2880 (((-112) $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) 161 (|has| |#1| (-363))) (($ |#2| |#2|) 162 (|has| |#1| (-363)))) (-2970 (($ $) 225) (($ $ $) 76)) (-2956 (($ $ $) 74)) (** (($ $ (-918)) NIL) (($ $ (-768)) 82) (($ $ (-564)) 158 (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 170 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 77) (($ $ |#1|) NIL) (($ |#1| $) 150) (($ $ |#2|) 160 (|has| |#1| (-363))) (($ |#2| $) 159 (|has| |#1| (-363))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+((-1619 (*1 *2 *1) (-12 (-4 *1 (-1221 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1250 *3)) (-5 *2 (-564)))) (-3277 (*1 *1 *2 *3) (-12 (-5 *2 (-564)) (-4 *4 (-1046)) (-4 *1 (-1221 *4 *3)) (-4 *3 (-1250 *4)))) (-1454 (*1 *2 *1) (-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1250 *3)))) (-3588 (*1 *1 *1) (-12 (-4 *1 (-1221 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1250 *2)))) (-3588 (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-4 *1 (-1221 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1250 *3)))) (-3266 (*1 *2 *1) (-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1250 *3)))) (-3219 (*1 *2 *1) (|partial| -12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1250 *3)))))
+(-13 (-1219 |t#1|) (-1035 |t#2|) (-614 |t#2|) (-10 -8 (-15 -3277 ($ (-564) |t#2|)) (-15 -1619 ((-564) $)) (-15 -1454 (|t#2| $)) (-15 -3588 ($ $)) (-15 -3588 ($ (-564) $)) (-15 -3266 (|t#2| $)) (-15 -3219 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-363)) (-6 (-989 |t#2|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-564)) . T) ((-25) . T) ((-38 #1=(-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 |#2|) |has| |#1| (-363)) ((-38 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-111 |#1| |#1|) . T) ((-111 |#2| |#2|) |has| |#1| (-363)) ((-111 $ $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-131) . T) ((-145) -4078 (-12 (|has| |#1| (-363)) (|has| |#2| (-145))) (|has| |#1| (-145))) ((-147) -4078 (-12 (|has| |#1| (-363)) (|has| |#2| (-147))) (|has| |#1| (-147))) ((-614 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 #2=(-1170)) -12 (|has| |#1| (-363)) (|has| |#2| (-1035 (-1170)))) ((-614 |#1|) |has| |#1| (-172)) ((-614 |#2|) . T) ((-614 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-612 (-225)) -12 (|has| |#1| (-363)) (|has| |#2| (-1019))) ((-612 (-379)) -12 (|has| |#1| (-363)) (|has| |#2| (-1019))) ((-612 (-536)) -12 (|has| |#1| (-363)) (|has| |#2| (-612 (-536)))) ((-612 (-889 (-379))) -12 (|has| |#1| (-363)) (|has| |#2| (-612 (-889 (-379))))) ((-612 (-889 (-564))) -12 (|has| |#1| (-363)) (|has| |#2| (-612 (-889 (-564))))) ((-231 |#2|) |has| |#1| (-363)) ((-233) -4078 (-12 (|has| |#1| (-363)) (|has| |#2| (-233))) (|has| |#1| (-15 * (|#1| (-564) |#1|)))) ((-243) |has| |#1| (-363)) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-286 |#2| $) -12 (|has| |#1| (-363)) (|has| |#2| (-286 |#2| |#2|))) ((-286 $ $) |has| (-564) (-1106)) ((-290) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-307) |has| |#1| (-363)) ((-309 |#2|) -12 (|has| |#1| (-363)) (|has| |#2| (-309 |#2|))) ((-363) |has| |#1| (-363)) ((-338 |#2|) |has| |#1| (-363)) ((-377 |#2|) |has| |#1| (-363)) ((-400 |#2|) |has| |#1| (-363)) ((-452) |has| |#1| (-363)) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-514 (-1170) |#2|) -12 (|has| |#1| (-363)) (|has| |#2| (-514 (-1170) |#2|))) ((-514 |#2| |#2|) -12 (|has| |#1| (-363)) (|has| |#2| (-309 |#2|))) ((-556) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-644 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-644 |#1|) . T) ((-644 |#2|) |has| |#1| (-363)) ((-644 $) . T) ((-637 (-564)) -12 (|has| |#1| (-363)) (|has| |#2| (-637 (-564)))) ((-637 |#2|) |has| |#1| (-363)) ((-714 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-714 |#1|) |has| |#1| (-172)) ((-714 |#2|) |has| |#1| (-363)) ((-714 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-723) . T) ((-788) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-789) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-791) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-792) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-817) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-845) -12 (|has| |#1| (-363)) (|has| |#2| (-817))) ((-847) -4078 (-12 (|has| |#1| (-363)) (|has| |#2| (-847))) (-12 (|has| |#1| (-363)) (|has| |#2| (-817)))) ((-897 (-1170)) -4078 (-12 (|has| |#1| (-363)) (|has| |#2| (-897 (-1170)))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))) ((-883 (-379)) -12 (|has| |#1| (-363)) (|has| |#2| (-883 (-379)))) ((-883 (-564)) -12 (|has| |#1| (-363)) (|has| |#2| (-883 (-564)))) ((-881 |#2|) |has| |#1| (-363)) ((-906) -12 (|has| |#1| (-363)) (|has| |#2| (-906))) ((-970 |#1| #0# (-1076)) . T) ((-917) |has| |#1| (-363)) ((-989 |#2|) |has| |#1| (-363)) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1019) -12 (|has| |#1| (-363)) (|has| |#2| (-1019))) ((-1035 (-407 (-564))) -12 (|has| |#1| (-363)) (|has| |#2| (-1035 (-564)))) ((-1035 (-564)) -12 (|has| |#1| (-363)) (|has| |#2| (-1035 (-564)))) ((-1035 #2#) -12 (|has| |#1| (-363)) (|has| |#2| (-1035 (-1170)))) ((-1035 |#2|) . T) ((-1052 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-1052 |#1|) . T) ((-1052 |#2|) |has| |#1| (-363)) ((-1052 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) -12 (|has| |#1| (-363)) (|has| |#2| (-1145))) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))) ((-1209) |has| |#1| (-363)) ((-1213) |has| |#1| (-363)) ((-1219 |#1|) . T) ((-1237 |#1| #0#) . T))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 79)) (-3423 ((|#2| $) NIL (-12 (|has| |#2| (-307)) (|has| |#1| (-363))))) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) 98)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-3220 (($ $ (-564)) 107) (($ $ (-564) (-564)) 109)) (-4163 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) 51)) (-1454 ((|#2| $) 11)) (-3219 (((-3 |#2| "failed") $) 35)) (-3266 ((|#2| $) 36)) (-3357 (($ $) 204 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 180 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-2427 (($ $) NIL (|has| |#1| (-363)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3330 (($ $) 200 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 176 (|has| |#1| (-38 (-407 (-564)))))) (-1598 (((-564) $) NIL (-12 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-1881 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) 59)) (-3384 (($ $) 208 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 184 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) 155) (((-3 (-564) "failed") $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-1170) "failed") $) NIL (-12 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363))))) (-2237 ((|#2| $) 154) (((-564) $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-407 (-564)) $) NIL (-12 (|has| |#2| (-1035 (-564))) (|has| |#1| (-363)))) (((-1170) $) NIL (-12 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363))))) (-3588 (($ $) 65) (($ (-564) $) 28)) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) NIL)) (-4050 (((-685 |#2|) (-685 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#1| (-363)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| |#2| (-637 (-564))) (|has| |#1| (-363))))) (-3733 (((-3 $ "failed") $) 86)) (-3158 (((-407 (-949 |#1|)) $ (-564)) 122 (|has| |#1| (-556))) (((-407 (-949 |#1|)) $ (-564) (-564)) 124 (|has| |#1| (-556)))) (-2900 (($) NIL (-12 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-1420 (((-112) $) NIL (|has| |#1| (-363)))) (-1569 (((-112) $) NIL (-12 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-3030 (((-112) $) 72)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| |#2| (-883 (-379))) (|has| |#1| (-363)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| |#2| (-883 (-564))) (|has| |#1| (-363))))) (-2155 (((-564) $) 103) (((-564) $ (-564)) 105)) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL (|has| |#1| (-363)))) (-3678 ((|#2| $) 163 (|has| |#1| (-363)))) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2619 (((-3 $ "failed") $) NIL (-12 (|has| |#2| (-1145)) (|has| |#1| (-363))))) (-2607 (((-112) $) NIL (-12 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-2325 (($ $ (-918)) 146)) (-1477 (($ (-1 |#1| (-564)) $) 142)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-564)) 20) (($ $ (-1076) (-564)) NIL) (($ $ (-641 (-1076)) (-641 (-564))) NIL)) (-1925 (($ $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-3375 (($ $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-2449 (($ (-1 |#1| |#1|) $) 139) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-363)))) (-2358 (($ $) 174 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3277 (($ (-564) |#2|) 10)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 157 (|has| |#1| (-363)))) (-3907 (($ $) 226 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 231 (-4078 (-12 (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194)))))) (-2884 (($) NIL (-12 (|has| |#2| (-1145)) (|has| |#1| (-363))) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3191 (($ $) NIL (-12 (|has| |#2| (-307)) (|has| |#1| (-363))))) (-1818 ((|#2| $) NIL (-12 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| |#2| (-906)) (|has| |#1| (-363))))) (-3070 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-3951 (($ $ (-564)) 136)) (-1403 (((-3 $ "failed") $ $) 126 (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-4326 (($ $) 172 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) 95 (|has| |#1| (-15 ** (|#1| |#1| (-564))))) (($ $ (-1170) |#2|) NIL (-12 (|has| |#2| (-514 (-1170) |#2|)) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 |#2|)) NIL (-12 (|has| |#2| (-514 (-1170) |#2|)) (|has| |#1| (-363)))) (($ $ (-641 (-294 |#2|))) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ (-294 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363)))) (($ $ (-641 |#2|) (-641 |#2|)) NIL (-12 (|has| |#2| (-309 |#2|)) (|has| |#1| (-363))))) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ (-564)) 101) (($ $ $) 88 (|has| (-564) (-1106))) (($ $ |#2|) NIL (-12 (|has| |#2| (-286 |#2| |#2|)) (|has| |#1| (-363))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3534 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-363))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#1| (-363))) (($ $ (-768)) NIL (-4078 (-12 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) 147 (-4078 (-12 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-4078 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-4078 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-4078 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) 151 (-4078 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-2644 (($ $) NIL (|has| |#1| (-363)))) (-3693 ((|#2| $) 164 (|has| |#1| (-363)))) (-1619 (((-564) $) 12)) (-3395 (($ $) 210 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 186 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 206 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 182 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 202 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 178 (|has| |#1| (-38 (-407 (-564)))))) (-2511 (((-225) $) NIL (-12 (|has| |#2| (-1019)) (|has| |#1| (-363)))) (((-379) $) NIL (-12 (|has| |#2| (-1019)) (|has| |#1| (-363)))) (((-536) $) NIL (-12 (|has| |#2| (-612 (-536))) (|has| |#1| (-363)))) (((-889 (-379)) $) NIL (-12 (|has| |#2| (-612 (-889 (-379)))) (|has| |#1| (-363)))) (((-889 (-564)) $) NIL (-12 (|has| |#2| (-612 (-889 (-564)))) (|has| |#1| (-363))))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906)) (|has| |#1| (-363))))) (-4037 (($ $) 134)) (-1831 (((-859) $) 264) (($ (-564)) 24) (($ |#1|) 22 (|has| |#1| (-172))) (($ |#2|) 21) (($ (-1170)) NIL (-12 (|has| |#2| (-1035 (-1170))) (|has| |#1| (-363)))) (($ (-407 (-564))) 167 (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-2742 ((|#1| $ (-564)) 83)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#2| (-906)) (|has| |#1| (-363))) (-12 (|has| |#2| (-145)) (|has| |#1| (-363))) (|has| |#1| (-145))))) (-2219 (((-768)) 153 T CONST)) (-2513 ((|#1| $) 100)) (-4150 ((|#2| $) NIL (-12 (|has| |#2| (-545)) (|has| |#1| (-363))))) (-3427 (($ $) 216 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 192 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) 212 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 188 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 220 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 196 (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-564)) 132 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) 222 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 198 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 218 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 194 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 214 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 190 (|has| |#1| (-38 (-407 (-564)))))) (-1849 (($ $) NIL (-12 (|has| |#2| (-817)) (|has| |#1| (-363))))) (-1293 (($) 13 T CONST)) (-1300 (($) 18 T CONST)) (-3435 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-363))) (($ $ (-1 |#2| |#2|) (-768)) NIL (|has| |#1| (-363))) (($ $ (-768)) NIL (-4078 (-12 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) NIL (-4078 (-12 (|has| |#2| (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-4078 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-4078 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-4078 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| |#2| (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-1762 (((-112) $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-1737 (((-112) $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-1702 (((-112) $ $) 71)) (-1749 (((-112) $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-1723 (((-112) $ $) NIL (-12 (|has| |#2| (-847)) (|has| |#1| (-363))))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) 161 (|has| |#1| (-363))) (($ |#2| |#2|) 162 (|has| |#1| (-363)))) (-1808 (($ $) 225) (($ $ $) 76)) (-1797 (($ $ $) 74)) (** (($ $ (-918)) NIL) (($ $ (-768)) 82) (($ $ (-564)) 158 (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 170 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 77) (($ $ |#1|) NIL) (($ |#1| $) 150) (($ $ |#2|) 160 (|has| |#1| (-363))) (($ |#2| $) 159 (|has| |#1| (-363))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
(((-1222 |#1| |#2|) (-1221 |#1| |#2|) (-1046) (-1250 |#1|)) (T -1222))
NIL
(-1221 |#1| |#2|)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4137 (((-1251 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-307)) (|has| |#1| (-363))))) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) 10)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-4010 (($ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-2662 (((-112) $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-3183 (($ $ (-564)) NIL) (($ $ (-564) (-564)) NIL)) (-1747 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) NIL)) (-2306 (((-1251 |#1| |#2| |#3|) $) NIL)) (-2109 (((-3 (-1251 |#1| |#2| |#3|) "failed") $) NIL)) (-4204 (((-1251 |#1| |#2| |#3|) $) NIL)) (-1848 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-2275 (($ $) NIL (|has| |#1| (-363)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-363)))) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1827 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1672 (((-564) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-2729 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) NIL)) (-1871 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-1251 |#1| |#2| |#3|) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-564) "failed") $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))))) (-3437 (((-1251 |#1| |#2| |#3|) $) NIL) (((-1170) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (((-407 (-564)) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363)))) (((-564) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))))) (-3532 (($ $) NIL) (($ (-564) $) NIL)) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) NIL)) (-3762 (((-685 (-1251 |#1| |#2| |#3|)) (-685 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -1315 (-685 (-1251 |#1| |#2| |#3|))) (|:| |vec| (-1259 (-1251 |#1| |#2| |#3|)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-637 (-564))) (|has| |#1| (-363)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-637 (-564))) (|has| |#1| (-363))))) (-3233 (((-3 $ "failed") $) NIL)) (-3924 (((-407 (-949 |#1|)) $ (-564)) NIL (|has| |#1| (-556))) (((-407 (-949 |#1|)) $ (-564) (-564)) NIL (|has| |#1| (-556)))) (-3746 (($) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2941 (((-112) $) NIL (|has| |#1| (-363)))) (-2955 (((-112) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-2214 (((-112) $) NIL)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-883 (-379))) (|has| |#1| (-363)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-883 (-564))) (|has| |#1| (-363))))) (-2887 (((-564) $) NIL) (((-564) $ (-564)) NIL)) (-3282 (((-112) $) NIL)) (-2079 (($ $) NIL (|has| |#1| (-363)))) (-2654 (((-1251 |#1| |#2| |#3|) $) NIL (|has| |#1| (-363)))) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1516 (((-3 $ "failed") $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1145)) (|has| |#1| (-363))))) (-1515 (((-112) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-4282 (($ $ (-918)) NIL)) (-2308 (($ (-1 |#1| (-564)) $) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-564)) 18) (($ $ (-1076) (-564)) NIL) (($ $ (-641 (-1076)) (-641 (-564))) NIL)) (-2766 (($ $ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-1650 (($ $ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-363)))) (-3612 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-4214 (($ (-564) (-1251 |#1| |#2| |#3|)) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| |#1| (-363)))) (-2052 (($ $) 27 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 28 (|has| |#1| (-38 (-407 (-564)))))) (-2558 (($) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1145)) (|has| |#1| (-363))) CONST)) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-1775 (($ $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-307)) (|has| |#1| (-363))))) (-4037 (((-1251 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-4020 (((-418 $) $) NIL (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3450 (($ $ (-564)) NIL)) (-2628 (((-3 $ "failed") $ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2103 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-564))))) (($ $ (-1170) (-1251 |#1| |#2| |#3|)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-514 (-1170) (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 (-1251 |#1| |#2| |#3|))) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-514 (-1170) (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-294 (-1251 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-309 (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-294 (-1251 |#1| |#2| |#3|))) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-309 (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-309 (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-1251 |#1| |#2| |#3|)) (-641 (-1251 |#1| |#2| |#3|))) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-309 (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363))))) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ (-564)) NIL) (($ $ $) NIL (|has| (-564) (-1106))) (($ $ (-1251 |#1| |#2| |#3|)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-286 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363))))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-1795 (($ $ (-1 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|))) NIL (|has| |#1| (-363))) (($ $ (-1 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) (-768)) NIL (|has| |#1| (-363))) (($ $ (-1255 |#2|)) 26) (($ $ (-768)) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) 25 (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-2173 (($ $) NIL (|has| |#1| (-363)))) (-2663 (((-1251 |#1| |#2| |#3|) $) NIL (|has| |#1| (-363)))) (-4341 (((-564) $) NIL)) (-1882 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2153 (((-536) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-612 (-536))) (|has| |#1| (-363)))) (((-379) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1019)) (|has| |#1| (-363)))) (((-225) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1019)) (|has| |#1| (-363)))) (((-889 (-379)) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-612 (-889 (-379)))) (|has| |#1| (-363)))) (((-889 (-564)) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-612 (-889 (-564)))) (|has| |#1| (-363))))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-4072 (($ $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1251 |#1| |#2| |#3|)) NIL) (($ (-1255 |#2|)) 24) (($ (-1170)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (($ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556)))) (($ (-407 (-564))) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))) (|has| |#1| (-38 (-407 (-564))))))) (-1346 ((|#1| $ (-564)) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-145)) (|has| |#1| (-363))) (|has| |#1| (-145))))) (-1303 (((-768)) NIL T CONST)) (-1526 ((|#1| $) 11)) (-2698 (((-1251 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-1919 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-1895 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-564)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1699 (($ $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-2885 (($) 20 T CONST)) (-2898 (($) 15 T CONST)) (-3256 (($ $ (-1 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|))) NIL (|has| |#1| (-363))) (($ $ (-1 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) (-768)) NIL (|has| |#1| (-363))) (($ $ (-768)) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-2920 (((-112) $ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2893 (((-112) $ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2880 (((-112) $ $) NIL (-2713 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363))) (($ (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 22)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1251 |#1| |#2| |#3|)) NIL (|has| |#1| (-363))) (($ (-1251 |#1| |#2| |#3|) $) NIL (|has| |#1| (-363))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-1223 |#1| |#2| |#3|) (-13 (-1221 |#1| (-1251 |#1| |#2| |#3|)) (-10 -8 (-15 -1721 ($ (-1255 |#2|))) (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1223))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1223 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1223 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-2052 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1223 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
-(-13 (-1221 |#1| (-1251 |#1| |#2| |#3|)) (-10 -8 (-15 -1721 ($ (-1255 |#2|))) (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|)))
-((-3030 (((-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))) |#1| (-112)) 13)) (-3909 (((-418 |#1|) |#1|) 26)) (-4020 (((-418 |#1|) |#1|) 24)))
-(((-1224 |#1|) (-10 -7 (-15 -4020 ((-418 |#1|) |#1|)) (-15 -3909 ((-418 |#1|) |#1|)) (-15 -3030 ((-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))) |#1| (-112)))) (-1235 (-564))) (T -1224))
-((-3030 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| *3) (|:| -1395 (-564))))))) (-5 *1 (-1224 *3)) (-4 *3 (-1235 (-564))))) (-3909 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-1224 *3)) (-4 *3 (-1235 (-564))))) (-4020 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-1224 *3)) (-4 *3 (-1235 (-564))))))
-(-10 -7 (-15 -4020 ((-418 |#1|) |#1|)) (-15 -3909 ((-418 |#1|) |#1|)) (-15 -3030 ((-2 (|:| |contp| (-564)) (|:| -2798 (-641 (-2 (|:| |irr| |#1|) (|:| -1395 (-564)))))) |#1| (-112))))
-((-2110 (((-1150 |#2|) (-1 |#2| |#1|) (-1226 |#1|)) 23 (|has| |#1| (-845))) (((-1226 |#2|) (-1 |#2| |#1|) (-1226 |#1|)) 17)))
-(((-1225 |#1| |#2|) (-10 -7 (-15 -2110 ((-1226 |#2|) (-1 |#2| |#1|) (-1226 |#1|))) (IF (|has| |#1| (-845)) (-15 -2110 ((-1150 |#2|) (-1 |#2| |#1|) (-1226 |#1|))) |%noBranch|)) (-1209) (-1209)) (T -1225))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1226 *5)) (-4 *5 (-845)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1150 *6)) (-5 *1 (-1225 *5 *6)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1226 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1226 *6)) (-5 *1 (-1225 *5 *6)))))
-(-10 -7 (-15 -2110 ((-1226 |#2|) (-1 |#2| |#1|) (-1226 |#1|))) (IF (|has| |#1| (-845)) (-15 -2110 ((-1150 |#2|) (-1 |#2| |#1|) (-1226 |#1|))) |%noBranch|))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1582 (($ |#1| |#1|) 11) (($ |#1|) 10)) (-2110 (((-1150 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-845)))) (-1461 ((|#1| $) 15)) (-1424 ((|#1| $) 12)) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-1450 (((-564) $) 19)) (-2222 ((|#1| $) 18)) (-1460 ((|#1| $) 13)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3049 (((-112) $) 17)) (-3310 (((-1150 |#1|) $) 41 (|has| |#1| (-845))) (((-1150 |#1|) (-641 $)) 40 (|has| |#1| (-845)))) (-2153 (($ |#1|) 26)) (-1721 (($ (-1088 |#1|)) 25) (((-859) $) 37 (|has| |#1| (-1094)))) (-2752 (($ |#1| |#1|) 21) (($ |#1|) 20)) (-2640 (($ $ (-564)) 14)) (-2853 (((-112) $ $) 30 (|has| |#1| (-1094)))))
-(((-1226 |#1|) (-13 (-1087 |#1|) (-10 -8 (-15 -2752 ($ |#1|)) (-15 -1582 ($ |#1|)) (-15 -1721 ($ (-1088 |#1|))) (-15 -3049 ((-112) $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-1089 |#1| (-1150 |#1|))) |%noBranch|))) (-1209)) (T -1226))
-((-2752 (*1 *1 *2) (-12 (-5 *1 (-1226 *2)) (-4 *2 (-1209)))) (-1582 (*1 *1 *2) (-12 (-5 *1 (-1226 *2)) (-4 *2 (-1209)))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-1088 *3)) (-4 *3 (-1209)) (-5 *1 (-1226 *3)))) (-3049 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1226 *3)) (-4 *3 (-1209)))))
-(-13 (-1087 |#1|) (-10 -8 (-15 -2752 ($ |#1|)) (-15 -1582 ($ |#1|)) (-15 -1721 ($ (-1088 |#1|))) (-15 -3049 ((-112) $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-1089 |#1| (-1150 |#1|))) |%noBranch|)))
-((-2110 (((-1232 |#3| |#4|) (-1 |#4| |#2|) (-1232 |#1| |#2|)) 15)))
-(((-1227 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2110 ((-1232 |#3| |#4|) (-1 |#4| |#2|) (-1232 |#1| |#2|)))) (-1170) (-1046) (-1170) (-1046)) (T -1227))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1232 *5 *6)) (-14 *5 (-1170)) (-4 *6 (-1046)) (-4 *8 (-1046)) (-5 *2 (-1232 *7 *8)) (-5 *1 (-1227 *5 *6 *7 *8)) (-14 *7 (-1170)))))
-(-10 -7 (-15 -2110 ((-1232 |#3| |#4|) (-1 |#4| |#2|) (-1232 |#1| |#2|))))
-((-1604 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21)) (-3907 ((|#1| |#3|) 13)) (-1680 ((|#3| |#3|) 19)))
-(((-1228 |#1| |#2| |#3|) (-10 -7 (-15 -3907 (|#1| |#3|)) (-15 -1680 (|#3| |#3|)) (-15 -1604 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-556) (-989 |#1|) (-1235 |#2|)) (T -1228))
-((-1604 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-989 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1228 *4 *5 *3)) (-4 *3 (-1235 *5)))) (-1680 (*1 *2 *2) (-12 (-4 *3 (-556)) (-4 *4 (-989 *3)) (-5 *1 (-1228 *3 *4 *2)) (-4 *2 (-1235 *4)))) (-3907 (*1 *2 *3) (-12 (-4 *4 (-989 *2)) (-4 *2 (-556)) (-5 *1 (-1228 *2 *4 *3)) (-4 *3 (-1235 *4)))))
-(-10 -7 (-15 -3907 (|#1| |#3|)) (-15 -1680 (|#3| |#3|)) (-15 -1604 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-4262 (((-3 |#2| "failed") |#2| (-768) |#1|) 37)) (-4026 (((-3 |#2| "failed") |#2| (-768)) 38)) (-2672 (((-3 (-2 (|:| -3590 |#2|) (|:| -3602 |#2|)) "failed") |#2|) 51)) (-1469 (((-641 |#2|) |#2|) 53)) (-2450 (((-3 |#2| "failed") |#2| |#2|) 47)))
-(((-1229 |#1| |#2|) (-10 -7 (-15 -4026 ((-3 |#2| "failed") |#2| (-768))) (-15 -4262 ((-3 |#2| "failed") |#2| (-768) |#1|)) (-15 -2450 ((-3 |#2| "failed") |#2| |#2|)) (-15 -2672 ((-3 (-2 (|:| -3590 |#2|) (|:| -3602 |#2|)) "failed") |#2|)) (-15 -1469 ((-641 |#2|) |#2|))) (-13 (-556) (-147)) (-1235 |#1|)) (T -1229))
-((-1469 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-147))) (-5 *2 (-641 *3)) (-5 *1 (-1229 *4 *3)) (-4 *3 (-1235 *4)))) (-2672 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-556) (-147))) (-5 *2 (-2 (|:| -3590 *3) (|:| -3602 *3))) (-5 *1 (-1229 *4 *3)) (-4 *3 (-1235 *4)))) (-2450 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-1229 *3 *2)) (-4 *2 (-1235 *3)))) (-4262 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-768)) (-4 *4 (-13 (-556) (-147))) (-5 *1 (-1229 *4 *2)) (-4 *2 (-1235 *4)))) (-4026 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-768)) (-4 *4 (-13 (-556) (-147))) (-5 *1 (-1229 *4 *2)) (-4 *2 (-1235 *4)))))
-(-10 -7 (-15 -4026 ((-3 |#2| "failed") |#2| (-768))) (-15 -4262 ((-3 |#2| "failed") |#2| (-768) |#1|)) (-15 -2450 ((-3 |#2| "failed") |#2| |#2|)) (-15 -2672 ((-3 (-2 (|:| -3590 |#2|) (|:| -3602 |#2|)) "failed") |#2|)) (-15 -1469 ((-641 |#2|) |#2|)))
-((-1715 (((-3 (-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) "failed") |#2| |#2|) 29)))
-(((-1230 |#1| |#2|) (-10 -7 (-15 -1715 ((-3 (-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) "failed") |#2| |#2|))) (-556) (-1235 |#1|)) (T -1230))
-((-1715 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-556)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-1230 *4 *3)) (-4 *3 (-1235 *4)))))
-(-10 -7 (-15 -1715 ((-3 (-2 (|:| -4110 |#2|) (|:| -3101 |#2|)) "failed") |#2| |#2|)))
-((-3529 ((|#2| |#2| |#2|) 22)) (-1820 ((|#2| |#2| |#2|) 36)) (-2122 ((|#2| |#2| |#2| (-768) (-768)) 44)))
-(((-1231 |#1| |#2|) (-10 -7 (-15 -3529 (|#2| |#2| |#2|)) (-15 -1820 (|#2| |#2| |#2|)) (-15 -2122 (|#2| |#2| |#2| (-768) (-768)))) (-1046) (-1235 |#1|)) (T -1231))
-((-2122 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-768)) (-4 *4 (-1046)) (-5 *1 (-1231 *4 *2)) (-4 *2 (-1235 *4)))) (-1820 (*1 *2 *2 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-1231 *3 *2)) (-4 *2 (-1235 *3)))) (-3529 (*1 *2 *2 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-1231 *3 *2)) (-4 *2 (-1235 *3)))))
-(-10 -7 (-15 -3529 (|#2| |#2| |#2|)) (-15 -1820 (|#2| |#2| |#2|)) (-15 -2122 (|#2| |#2| |#2| (-768) (-768))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2533 (((-1259 |#2|) $ (-768)) NIL)) (-4153 (((-641 (-1076)) $) NIL)) (-2331 (($ (-1166 |#2|)) NIL)) (-3992 (((-1166 $) $ (-1076)) NIL) (((-1166 |#2|) $) NIL)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#2| (-556)))) (-4010 (($ $) NIL (|has| |#2| (-556)))) (-2662 (((-112) $) NIL (|has| |#2| (-556)))) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-1076))) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2490 (($ $ $) NIL (|has| |#2| (-556)))) (-4284 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2275 (($ $) NIL (|has| |#2| (-452)))) (-1798 (((-418 $) $) NIL (|has| |#2| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-1817 (((-112) $ $) NIL (|has| |#2| (-363)))) (-4226 (($ $ (-768)) NIL)) (-2980 (($ $ (-768)) NIL)) (-3012 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-452)))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-1076) "failed") $) NIL)) (-3437 ((|#2| $) NIL) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-1076) $) NIL)) (-3378 (($ $ $ (-1076)) NIL (|has| |#2| (-172))) ((|#2| $ $) NIL (|has| |#2| (-172)))) (-2668 (($ $ $) NIL (|has| |#2| (-363)))) (-4316 (($ $) NIL)) (-3762 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-2649 (($ $ $) NIL (|has| |#2| (-363)))) (-2447 (($ $ $) NIL)) (-4154 (($ $ $) NIL (|has| |#2| (-556)))) (-2737 (((-2 (|:| -2784 |#2|) (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#2| (-556)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#2| (-363)))) (-3912 (($ $) NIL (|has| |#2| (-452))) (($ $ (-1076)) NIL (|has| |#2| (-452)))) (-4305 (((-641 $) $) NIL)) (-2941 (((-112) $) NIL (|has| |#2| (-906)))) (-1587 (($ $ |#2| (-768) $) NIL)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1076) (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1076) (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-2887 (((-768) $ $) NIL (|has| |#2| (-556)))) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-1516 (((-3 $ "failed") $) NIL (|has| |#2| (-1145)))) (-4143 (($ (-1166 |#2|) (-1076)) NIL) (($ (-1166 $) (-1076)) NIL)) (-4282 (($ $ (-768)) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#2| (-363)))) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-4132 (($ |#2| (-768)) 18) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-1076)) NIL) (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL)) (-1696 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2766 (($ $ $) NIL (|has| |#2| (-847)))) (-1650 (($ $ $) NIL (|has| |#2| (-847)))) (-2286 (($ (-1 (-768) (-768)) $) NIL)) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-1365 (((-1166 |#2|) $) NIL)) (-4264 (((-3 (-1076) "failed") $) NIL)) (-4280 (($ $) NIL)) (-4292 ((|#2| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-2811 (((-1152) $) NIL)) (-1626 (((-2 (|:| -4110 $) (|:| -3101 $)) $ (-768)) NIL)) (-4215 (((-3 (-641 $) "failed") $) NIL)) (-3366 (((-3 (-641 $) "failed") $) NIL)) (-3763 (((-3 (-2 (|:| |var| (-1076)) (|:| -2954 (-768))) "failed") $) NIL)) (-2052 (($ $) NIL (|has| |#2| (-38 (-407 (-564)))))) (-2558 (($) NIL (|has| |#2| (-1145)) CONST)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 ((|#2| $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-452)))) (-3377 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-4174 (($ $ (-768) |#2| $) NIL)) (-4004 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-4020 (((-418 $) $) NIL (|has| |#2| (-906)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#2| (-363)))) (-2628 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#2| (-363)))) (-3227 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1076) |#2|) NIL) (($ $ (-641 (-1076)) (-641 |#2|)) NIL) (($ $ (-1076) $) NIL) (($ $ (-641 (-1076)) (-641 $)) NIL)) (-2358 (((-768) $) NIL (|has| |#2| (-363)))) (-2961 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-407 $) (-407 $) (-407 $)) NIL (|has| |#2| (-556))) ((|#2| (-407 $) |#2|) NIL (|has| |#2| (-363))) (((-407 $) $ (-407 $)) NIL (|has| |#2| (-556)))) (-2744 (((-3 $ "failed") $ (-768)) NIL)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#2| (-363)))) (-3928 (($ $ (-1076)) NIL (|has| |#2| (-172))) ((|#2| $) NIL (|has| |#2| (-172)))) (-1795 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) $) NIL)) (-4341 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2153 (((-889 (-379)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1076) (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-2211 ((|#2| $) NIL (|has| |#2| (-452))) (($ $ (-1076)) NIL (|has| |#2| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-2658 (((-3 $ "failed") $ $) NIL (|has| |#2| (-556))) (((-3 (-407 $) "failed") (-407 $) $) NIL (|has| |#2| (-556)))) (-1721 (((-859) $) 13) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-1076)) NIL) (($ (-1255 |#1|)) 20) (($ (-407 (-564))) NIL (-2713 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#2| (-556)))) (-2415 (((-641 |#2|) $) NIL)) (-1346 ((|#2| $ (-768)) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2684 (((-3 $ "failed") $) NIL (-2713 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| |#2| (-172)))) (-1720 (((-112) $ $) NIL (|has| |#2| (-556)))) (-2885 (($) NIL T CONST)) (-2898 (($) 14 T CONST)) (-3256 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2920 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2853 (((-112) $ $) NIL)) (-2908 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#2| (-847)))) (-2983 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#2| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#2| (-38 (-407 (-564))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-1232 |#1| |#2|) (-13 (-1235 |#2|) (-614 (-1255 |#1|)) (-10 -8 (-15 -4174 ($ $ (-768) |#2| $)))) (-1170) (-1046)) (T -1232))
-((-4174 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1232 *4 *3)) (-14 *4 (-1170)) (-4 *3 (-1046)))))
-(-13 (-1235 |#2|) (-614 (-1255 |#1|)) (-10 -8 (-15 -4174 ($ $ (-768) |#2| $))))
-((-2110 ((|#4| (-1 |#3| |#1|) |#2|) 22)))
-(((-1233 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2110 (|#4| (-1 |#3| |#1|) |#2|))) (-1046) (-1235 |#1|) (-1046) (-1235 |#3|)) (T -1233))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-4 *2 (-1235 *6)) (-5 *1 (-1233 *5 *4 *6 *2)) (-4 *4 (-1235 *5)))))
-(-10 -7 (-15 -2110 (|#4| (-1 |#3| |#1|) |#2|)))
-((-2533 (((-1259 |#2|) $ (-768)) 129)) (-4153 (((-641 (-1076)) $) 16)) (-2331 (($ (-1166 |#2|)) 80)) (-4277 (((-768) $) NIL) (((-768) $ (-641 (-1076))) 21)) (-4284 (((-418 (-1166 $)) (-1166 $)) 205)) (-2275 (($ $) 195)) (-1798 (((-418 $) $) 193)) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 95)) (-4226 (($ $ (-768)) 84)) (-2980 (($ $ (-768)) 86)) (-3012 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 146)) (-2035 (((-3 |#2| "failed") $) 132) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 (-1076) "failed") $) NIL)) (-3437 ((|#2| $) 130) (((-407 (-564)) $) NIL) (((-564) $) NIL) (((-1076) $) NIL)) (-4154 (($ $ $) 172)) (-2737 (((-2 (|:| -2784 |#2|) (|:| -4110 $) (|:| -3101 $)) $ $) 174)) (-2887 (((-768) $ $) 190)) (-1516 (((-3 $ "failed") $) 139)) (-4132 (($ |#2| (-768)) NIL) (($ $ (-1076) (-768)) 59) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-1696 (((-768) $) NIL) (((-768) $ (-1076)) 54) (((-641 (-768)) $ (-641 (-1076))) 55)) (-1365 (((-1166 |#2|) $) 72)) (-4264 (((-3 (-1076) "failed") $) 52)) (-1626 (((-2 (|:| -4110 $) (|:| -3101 $)) $ (-768)) 83)) (-2052 (($ $) 218)) (-2558 (($) 134)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 202)) (-4004 (((-418 (-1166 $)) (-1166 $)) 101)) (-3947 (((-418 (-1166 $)) (-1166 $)) 99)) (-4020 (((-418 $) $) 120)) (-3227 (($ $ (-641 (-294 $))) 51) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1076) |#2|) 39) (($ $ (-641 (-1076)) (-641 |#2|)) 36) (($ $ (-1076) $) 32) (($ $ (-641 (-1076)) (-641 $)) 30)) (-2358 (((-768) $) 208)) (-2961 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-407 $) (-407 $) (-407 $)) 166) ((|#2| (-407 $) |#2|) 207) (((-407 $) $ (-407 $)) 189)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 212)) (-1795 (($ $ (-1076)) 159) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) 157) (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 156) (($ $ (-1 |#2| |#2|) $) 151)) (-4341 (((-768) $) NIL) (((-768) $ (-1076)) 17) (((-641 (-768)) $ (-641 (-1076))) 23)) (-2211 ((|#2| $) NIL) (($ $ (-1076)) 141)) (-2658 (((-3 $ "failed") $ $) 182) (((-3 (-407 $) "failed") (-407 $) $) 178)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-1076)) 64) (($ (-407 (-564))) NIL) (($ $) NIL)))
-(((-1234 |#1| |#2|) (-10 -8 (-15 -1721 (|#1| |#1|)) (-15 -4336 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -1798 ((-418 |#1|) |#1|)) (-15 -2275 (|#1| |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -2558 (|#1|)) (-15 -1516 ((-3 |#1| "failed") |#1|)) (-15 -2961 ((-407 |#1|) |#1| (-407 |#1|))) (-15 -2358 ((-768) |#1|)) (-15 -3737 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -2052 (|#1| |#1|)) (-15 -2961 (|#2| (-407 |#1|) |#2|)) (-15 -3012 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -2737 ((-2 (|:| -2784 |#2|) (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -4154 (|#1| |#1| |#1|)) (-15 -2658 ((-3 (-407 |#1|) "failed") (-407 |#1|) |#1|)) (-15 -2658 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2887 ((-768) |#1| |#1|)) (-15 -2961 ((-407 |#1|) (-407 |#1|) (-407 |#1|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -2980 (|#1| |#1| (-768))) (-15 -4226 (|#1| |#1| (-768))) (-15 -1626 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| (-768))) (-15 -2331 (|#1| (-1166 |#2|))) (-15 -1365 ((-1166 |#2|) |#1|)) (-15 -2533 ((-1259 |#2|) |#1| (-768))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -2961 (|#1| |#1| |#1|)) (-15 -2961 (|#2| |#1| |#2|)) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -4284 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -3947 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -4004 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -3991 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -2211 (|#1| |#1| (-1076))) (-15 -4153 ((-641 (-1076)) |#1|)) (-15 -4277 ((-768) |#1| (-641 (-1076)))) (-15 -4277 ((-768) |#1|)) (-15 -4132 (|#1| |#1| (-641 (-1076)) (-641 (-768)))) (-15 -4132 (|#1| |#1| (-1076) (-768))) (-15 -1696 ((-641 (-768)) |#1| (-641 (-1076)))) (-15 -1696 ((-768) |#1| (-1076))) (-15 -4264 ((-3 (-1076) "failed") |#1|)) (-15 -4341 ((-641 (-768)) |#1| (-641 (-1076)))) (-15 -4341 ((-768) |#1| (-1076))) (-15 -1721 (|#1| (-1076))) (-15 -2035 ((-3 (-1076) "failed") |#1|)) (-15 -3437 ((-1076) |#1|)) (-15 -3227 (|#1| |#1| (-641 (-1076)) (-641 |#1|))) (-15 -3227 (|#1| |#1| (-1076) |#1|)) (-15 -3227 (|#1| |#1| (-641 (-1076)) (-641 |#2|))) (-15 -3227 (|#1| |#1| (-1076) |#2|)) (-15 -3227 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#1| |#1|)) (-15 -3227 (|#1| |#1| (-294 |#1|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -4341 ((-768) |#1|)) (-15 -4132 (|#1| |#2| (-768))) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -1696 ((-768) |#1|)) (-15 -2211 (|#2| |#1|)) (-15 -1795 (|#1| |#1| (-641 (-1076)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1076) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1076)))) (-15 -1795 (|#1| |#1| (-1076))) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|))) (-1235 |#2|) (-1046)) (T -1234))
-NIL
-(-10 -8 (-15 -1721 (|#1| |#1|)) (-15 -4336 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -1798 ((-418 |#1|) |#1|)) (-15 -2275 (|#1| |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -2558 (|#1|)) (-15 -1516 ((-3 |#1| "failed") |#1|)) (-15 -2961 ((-407 |#1|) |#1| (-407 |#1|))) (-15 -2358 ((-768) |#1|)) (-15 -3737 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -2052 (|#1| |#1|)) (-15 -2961 (|#2| (-407 |#1|) |#2|)) (-15 -3012 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -2737 ((-2 (|:| -2784 |#2|) (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| |#1|)) (-15 -4154 (|#1| |#1| |#1|)) (-15 -2658 ((-3 (-407 |#1|) "failed") (-407 |#1|) |#1|)) (-15 -2658 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2887 ((-768) |#1| |#1|)) (-15 -2961 ((-407 |#1|) (-407 |#1|) (-407 |#1|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -2980 (|#1| |#1| (-768))) (-15 -4226 (|#1| |#1| (-768))) (-15 -1626 ((-2 (|:| -4110 |#1|) (|:| -3101 |#1|)) |#1| (-768))) (-15 -2331 (|#1| (-1166 |#2|))) (-15 -1365 ((-1166 |#2|) |#1|)) (-15 -2533 ((-1259 |#2|) |#1| (-768))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|))) (-15 -1795 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1170) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1170)))) (-15 -1795 (|#1| |#1| (-1170))) (-15 -1795 (|#1| |#1|)) (-15 -1795 (|#1| |#1| (-768))) (-15 -2961 (|#1| |#1| |#1|)) (-15 -2961 (|#2| |#1| |#2|)) (-15 -4020 ((-418 |#1|) |#1|)) (-15 -4284 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -3947 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -4004 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -3991 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -2211 (|#1| |#1| (-1076))) (-15 -4153 ((-641 (-1076)) |#1|)) (-15 -4277 ((-768) |#1| (-641 (-1076)))) (-15 -4277 ((-768) |#1|)) (-15 -4132 (|#1| |#1| (-641 (-1076)) (-641 (-768)))) (-15 -4132 (|#1| |#1| (-1076) (-768))) (-15 -1696 ((-641 (-768)) |#1| (-641 (-1076)))) (-15 -1696 ((-768) |#1| (-1076))) (-15 -4264 ((-3 (-1076) "failed") |#1|)) (-15 -4341 ((-641 (-768)) |#1| (-641 (-1076)))) (-15 -4341 ((-768) |#1| (-1076))) (-15 -1721 (|#1| (-1076))) (-15 -2035 ((-3 (-1076) "failed") |#1|)) (-15 -3437 ((-1076) |#1|)) (-15 -3227 (|#1| |#1| (-641 (-1076)) (-641 |#1|))) (-15 -3227 (|#1| |#1| (-1076) |#1|)) (-15 -3227 (|#1| |#1| (-641 (-1076)) (-641 |#2|))) (-15 -3227 (|#1| |#1| (-1076) |#2|)) (-15 -3227 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -3227 (|#1| |#1| |#1| |#1|)) (-15 -3227 (|#1| |#1| (-294 |#1|))) (-15 -3227 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -4341 ((-768) |#1|)) (-15 -4132 (|#1| |#2| (-768))) (-15 -2035 ((-3 (-564) "failed") |#1|)) (-15 -3437 ((-564) |#1|)) (-15 -2035 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -3437 ((-407 (-564)) |#1|)) (-15 -3437 (|#2| |#1|)) (-15 -2035 ((-3 |#2| "failed") |#1|)) (-15 -1721 (|#1| |#2|)) (-15 -1696 ((-768) |#1|)) (-15 -2211 (|#2| |#1|)) (-15 -1795 (|#1| |#1| (-641 (-1076)) (-641 (-768)))) (-15 -1795 (|#1| |#1| (-1076) (-768))) (-15 -1795 (|#1| |#1| (-641 (-1076)))) (-15 -1795 (|#1| |#1| (-1076))) (-15 -1721 (|#1| (-564))) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2533 (((-1259 |#1|) $ (-768)) 238)) (-4153 (((-641 (-1076)) $) 110)) (-2331 (($ (-1166 |#1|)) 236)) (-3992 (((-1166 $) $ (-1076)) 125) (((-1166 |#1|) $) 124)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 87 (|has| |#1| (-556)))) (-4010 (($ $) 88 (|has| |#1| (-556)))) (-2662 (((-112) $) 90 (|has| |#1| (-556)))) (-4277 (((-768) $) 112) (((-768) $ (-641 (-1076))) 111)) (-2071 (((-3 $ "failed") $ $) 19)) (-2490 (($ $ $) 223 (|has| |#1| (-556)))) (-4284 (((-418 (-1166 $)) (-1166 $)) 100 (|has| |#1| (-906)))) (-2275 (($ $) 98 (|has| |#1| (-452)))) (-1798 (((-418 $) $) 97 (|has| |#1| (-452)))) (-3991 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 103 (|has| |#1| (-906)))) (-1817 (((-112) $ $) 208 (|has| |#1| (-363)))) (-4226 (($ $ (-768)) 231)) (-2980 (($ $ (-768)) 230)) (-3012 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 218 (|has| |#1| (-452)))) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#1| "failed") $) 164) (((-3 (-407 (-564)) "failed") $) 161 (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) 159 (|has| |#1| (-1035 (-564)))) (((-3 (-1076) "failed") $) 136)) (-3437 ((|#1| $) 163) (((-407 (-564)) $) 162 (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) 160 (|has| |#1| (-1035 (-564)))) (((-1076) $) 137)) (-3378 (($ $ $ (-1076)) 108 (|has| |#1| (-172))) ((|#1| $ $) 226 (|has| |#1| (-172)))) (-2668 (($ $ $) 212 (|has| |#1| (-363)))) (-4316 (($ $) 154)) (-3762 (((-685 (-564)) (-685 $)) 134 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 133 (|has| |#1| (-637 (-564)))) (((-2 (|:| -1315 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 132) (((-685 |#1|) (-685 $)) 131)) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 211 (|has| |#1| (-363)))) (-2447 (($ $ $) 229)) (-4154 (($ $ $) 220 (|has| |#1| (-556)))) (-2737 (((-2 (|:| -2784 |#1|) (|:| -4110 $) (|:| -3101 $)) $ $) 219 (|has| |#1| (-556)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 206 (|has| |#1| (-363)))) (-3912 (($ $) 176 (|has| |#1| (-452))) (($ $ (-1076)) 105 (|has| |#1| (-452)))) (-4305 (((-641 $) $) 109)) (-2941 (((-112) $) 96 (|has| |#1| (-906)))) (-1587 (($ $ |#1| (-768) $) 172)) (-3327 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 84 (-12 (|has| (-1076) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 83 (-12 (|has| (-1076) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2887 (((-768) $ $) 224 (|has| |#1| (-556)))) (-3282 (((-112) $) 31)) (-4083 (((-768) $) 169)) (-1516 (((-3 $ "failed") $) 204 (|has| |#1| (-1145)))) (-4143 (($ (-1166 |#1|) (-1076)) 117) (($ (-1166 $) (-1076)) 116)) (-4282 (($ $ (-768)) 235)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 215 (|has| |#1| (-363)))) (-3863 (((-641 $) $) 126)) (-1924 (((-112) $) 152)) (-4132 (($ |#1| (-768)) 153) (($ $ (-1076) (-768)) 119) (($ $ (-641 (-1076)) (-641 (-768))) 118)) (-1611 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $ (-1076)) 120) (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 233)) (-1696 (((-768) $) 170) (((-768) $ (-1076)) 122) (((-641 (-768)) $ (-641 (-1076))) 121)) (-2766 (($ $ $) 79 (|has| |#1| (-847)))) (-1650 (($ $ $) 78 (|has| |#1| (-847)))) (-2286 (($ (-1 (-768) (-768)) $) 171)) (-2110 (($ (-1 |#1| |#1|) $) 151)) (-1365 (((-1166 |#1|) $) 237)) (-4264 (((-3 (-1076) "failed") $) 123)) (-4280 (($ $) 149)) (-4292 ((|#1| $) 148)) (-3340 (($ (-641 $)) 94 (|has| |#1| (-452))) (($ $ $) 93 (|has| |#1| (-452)))) (-2811 (((-1152) $) 9)) (-1626 (((-2 (|:| -4110 $) (|:| -3101 $)) $ (-768)) 232)) (-4215 (((-3 (-641 $) "failed") $) 114)) (-3366 (((-3 (-641 $) "failed") $) 115)) (-3763 (((-3 (-2 (|:| |var| (-1076)) (|:| -2954 (-768))) "failed") $) 113)) (-2052 (($ $) 216 (|has| |#1| (-38 (-407 (-564)))))) (-2558 (($) 203 (|has| |#1| (-1145)) CONST)) (-4382 (((-1114) $) 10)) (-4258 (((-112) $) 166)) (-4269 ((|#1| $) 167)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 95 (|has| |#1| (-452)))) (-3377 (($ (-641 $)) 92 (|has| |#1| (-452))) (($ $ $) 91 (|has| |#1| (-452)))) (-4004 (((-418 (-1166 $)) (-1166 $)) 102 (|has| |#1| (-906)))) (-3947 (((-418 (-1166 $)) (-1166 $)) 101 (|has| |#1| (-906)))) (-4020 (((-418 $) $) 99 (|has| |#1| (-906)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 214 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 213 (|has| |#1| (-363)))) (-2628 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 207 (|has| |#1| (-363)))) (-3227 (($ $ (-641 (-294 $))) 145) (($ $ (-294 $)) 144) (($ $ $ $) 143) (($ $ (-641 $) (-641 $)) 142) (($ $ (-1076) |#1|) 141) (($ $ (-641 (-1076)) (-641 |#1|)) 140) (($ $ (-1076) $) 139) (($ $ (-641 (-1076)) (-641 $)) 138)) (-2358 (((-768) $) 209 (|has| |#1| (-363)))) (-2961 ((|#1| $ |#1|) 256) (($ $ $) 255) (((-407 $) (-407 $) (-407 $)) 225 (|has| |#1| (-556))) ((|#1| (-407 $) |#1|) 217 (|has| |#1| (-363))) (((-407 $) $ (-407 $)) 205 (|has| |#1| (-556)))) (-2744 (((-3 $ "failed") $ (-768)) 234)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 210 (|has| |#1| (-363)))) (-3928 (($ $ (-1076)) 107 (|has| |#1| (-172))) ((|#1| $) 227 (|has| |#1| (-172)))) (-1795 (($ $ (-1076)) 42) (($ $ (-641 (-1076))) 41) (($ $ (-1076) (-768)) 40) (($ $ (-641 (-1076)) (-641 (-768))) 39) (($ $ (-768)) 253) (($ $) 251) (($ $ (-1170)) 250 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 249 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 248 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 247 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 240) (($ $ (-1 |#1| |#1|)) 239) (($ $ (-1 |#1| |#1|) $) 228)) (-4341 (((-768) $) 150) (((-768) $ (-1076)) 130) (((-641 (-768)) $ (-641 (-1076))) 129)) (-2153 (((-889 (-379)) $) 82 (-12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) 81 (-12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) 80 (-12 (|has| (-1076) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-2211 ((|#1| $) 175 (|has| |#1| (-452))) (($ $ (-1076)) 106 (|has| |#1| (-452)))) (-2700 (((-3 (-1259 $) "failed") (-685 $)) 104 (-2832 (|has| $ (-145)) (|has| |#1| (-906))))) (-2658 (((-3 $ "failed") $ $) 222 (|has| |#1| (-556))) (((-3 (-407 $) "failed") (-407 $) $) 221 (|has| |#1| (-556)))) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 165) (($ (-1076)) 135) (($ (-407 (-564))) 72 (-2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564)))))) (($ $) 85 (|has| |#1| (-556)))) (-2415 (((-641 |#1|) $) 168)) (-1346 ((|#1| $ (-768)) 155) (($ $ (-1076) (-768)) 128) (($ $ (-641 (-1076)) (-641 (-768))) 127)) (-2684 (((-3 $ "failed") $) 73 (-2713 (-2832 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-1303 (((-768)) 28 T CONST)) (-3305 (($ $ $ (-768)) 173 (|has| |#1| (-172)))) (-1720 (((-112) $ $) 89 (|has| |#1| (-556)))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-1076)) 38) (($ $ (-641 (-1076))) 37) (($ $ (-1076) (-768)) 36) (($ $ (-641 (-1076)) (-641 (-768))) 35) (($ $ (-768)) 254) (($ $) 252) (($ $ (-1170)) 246 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 245 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 244 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 243 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 242) (($ $ (-1 |#1| |#1|)) 241)) (-2920 (((-112) $ $) 76 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 75 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 6)) (-2908 (((-112) $ $) 77 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 74 (|has| |#1| (-847)))) (-2983 (($ $ |#1|) 156 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 158 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 157 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3423 (((-1251 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-307)) (|has| |#1| (-363))))) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) 10)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-1537 (($ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-1932 (((-112) $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-3220 (($ $ (-564)) NIL) (($ $ (-564) (-564)) NIL)) (-4163 (((-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|))) $) NIL)) (-1454 (((-1251 |#1| |#2| |#3|) $) NIL)) (-3219 (((-3 (-1251 |#1| |#2| |#3|) "failed") $) NIL)) (-3266 (((-1251 |#1| |#2| |#3|) $) NIL)) (-3357 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-2427 (($ $) NIL (|has| |#1| (-363)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3330 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1598 (((-564) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-1881 (($ (-1150 (-2 (|:| |k| (-564)) (|:| |c| |#1|)))) NIL)) (-3384 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-1251 |#1| |#2| |#3|) "failed") $) NIL) (((-3 (-1170) "failed") $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (((-3 (-407 (-564)) "failed") $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363)))) (((-3 (-564) "failed") $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))))) (-2237 (((-1251 |#1| |#2| |#3|) $) NIL) (((-1170) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (((-407 (-564)) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363)))) (((-564) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))))) (-3588 (($ $) NIL) (($ (-564) $) NIL)) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) NIL)) (-4050 (((-685 (-1251 |#1| |#2| |#3|)) (-685 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -2394 (-685 (-1251 |#1| |#2| |#3|))) (|:| |vec| (-1259 (-1251 |#1| |#2| |#3|)))) (-685 $) (-1259 $)) NIL (|has| |#1| (-363))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-637 (-564))) (|has| |#1| (-363)))) (((-685 (-564)) (-685 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-637 (-564))) (|has| |#1| (-363))))) (-3733 (((-3 $ "failed") $) NIL)) (-3158 (((-407 (-949 |#1|)) $ (-564)) NIL (|has| |#1| (-556))) (((-407 (-949 |#1|)) $ (-564) (-564)) NIL (|has| |#1| (-556)))) (-2900 (($) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-1420 (((-112) $) NIL (|has| |#1| (-363)))) (-1569 (((-112) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-3030 (((-112) $) NIL)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-883 (-379))) (|has| |#1| (-363)))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-883 (-564))) (|has| |#1| (-363))))) (-2155 (((-564) $) NIL) (((-564) $ (-564)) NIL)) (-2949 (((-112) $) NIL)) (-4157 (($ $) NIL (|has| |#1| (-363)))) (-3678 (((-1251 |#1| |#2| |#3|) $) NIL (|has| |#1| (-363)))) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2619 (((-3 $ "failed") $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1145)) (|has| |#1| (-363))))) (-2607 (((-112) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-2325 (($ $ (-918)) NIL)) (-1477 (($ (-1 |#1| (-564)) $) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-564)) 18) (($ $ (-1076) (-564)) NIL) (($ $ (-641 (-1076)) (-641 (-564))) NIL)) (-1925 (($ $ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-3375 (($ $ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-363)))) (-2358 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3277 (($ (-564) (-1251 |#1| |#2| |#3|)) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| |#1| (-363)))) (-3907 (($ $) 27 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 28 (|has| |#1| (-38 (-407 (-564)))))) (-2884 (($) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1145)) (|has| |#1| (-363))) CONST)) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3191 (($ $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-307)) (|has| |#1| (-363))))) (-1818 (((-1251 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-3070 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-3951 (($ $ (-564)) NIL)) (-1403 (((-3 $ "failed") $ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-4326 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-564))))) (($ $ (-1170) (-1251 |#1| |#2| |#3|)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-514 (-1170) (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-1170)) (-641 (-1251 |#1| |#2| |#3|))) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-514 (-1170) (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-294 (-1251 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-309 (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-294 (-1251 |#1| |#2| |#3|))) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-309 (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-309 (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363)))) (($ $ (-641 (-1251 |#1| |#2| |#3|)) (-641 (-1251 |#1| |#2| |#3|))) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-309 (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363))))) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ (-564)) NIL) (($ $ $) NIL (|has| (-564) (-1106))) (($ $ (-1251 |#1| |#2| |#3|)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-286 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|))) (|has| |#1| (-363))))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3534 (($ $ (-1 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|))) NIL (|has| |#1| (-363))) (($ $ (-1 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) (-768)) NIL (|has| |#1| (-363))) (($ $ (-1255 |#2|)) 26) (($ $ (-768)) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) 25 (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-2644 (($ $) NIL (|has| |#1| (-363)))) (-3693 (((-1251 |#1| |#2| |#3|) $) NIL (|has| |#1| (-363)))) (-1619 (((-564) $) NIL)) (-3395 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2511 (((-536) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-612 (-536))) (|has| |#1| (-363)))) (((-379) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1019)) (|has| |#1| (-363)))) (((-225) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1019)) (|has| |#1| (-363)))) (((-889 (-379)) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-612 (-889 (-379)))) (|has| |#1| (-363)))) (((-889 (-564)) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-612 (-889 (-564)))) (|has| |#1| (-363))))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))))) (-4037 (($ $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1251 |#1| |#2| |#3|)) NIL) (($ (-1255 |#2|)) 24) (($ (-1170)) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-1170))) (|has| |#1| (-363)))) (($ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556)))) (($ (-407 (-564))) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-1035 (-564))) (|has| |#1| (-363))) (|has| |#1| (-38 (-407 (-564))))))) (-2742 ((|#1| $ (-564)) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-145)) (|has| |#1| (-363))) (|has| |#1| (-145))))) (-2219 (((-768)) NIL T CONST)) (-2513 ((|#1| $) 11)) (-4150 (((-1251 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-545)) (|has| |#1| (-363))))) (-3427 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-906)) (|has| |#1| (-363))) (|has| |#1| (-556))))) (-3406 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-564)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-564)))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1849 (($ $) NIL (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))))) (-1293 (($) 20 T CONST)) (-1300 (($) 15 T CONST)) (-3435 (($ $ (-1 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|))) NIL (|has| |#1| (-363))) (($ $ (-1 (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) (-768)) NIL (|has| |#1| (-363))) (($ $ (-768)) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-233)) (|has| |#1| (-363))) (|has| |#1| (-15 * (|#1| (-564) |#1|))))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170) (-768)) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-641 (-1170))) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170)))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-897 (-1170))) (|has| |#1| (-363))) (-12 (|has| |#1| (-15 * (|#1| (-564) |#1|))) (|has| |#1| (-897 (-1170))))))) (-1762 (((-112) $ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-1737 (((-112) $ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-1723 (((-112) $ $) NIL (-4078 (-12 (|has| (-1251 |#1| |#2| |#3|) (-817)) (|has| |#1| (-363))) (-12 (|has| (-1251 |#1| |#2| |#3|) (-847)) (|has| |#1| (-363)))))) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363))) (($ (-1251 |#1| |#2| |#3|) (-1251 |#1| |#2| |#3|)) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 22)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1251 |#1| |#2| |#3|)) NIL (|has| |#1| (-363))) (($ (-1251 |#1| |#2| |#3|) $) NIL (|has| |#1| (-363))) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-1223 |#1| |#2| |#3|) (-13 (-1221 |#1| (-1251 |#1| |#2| |#3|)) (-10 -8 (-15 -1831 ($ (-1255 |#2|))) (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1223))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1223 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1223 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-3907 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1223 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
+(-13 (-1221 |#1| (-1251 |#1| |#2| |#3|)) (-10 -8 (-15 -1831 ($ (-1255 |#2|))) (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|)))
+((-2185 (((-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))) |#1| (-112)) 13)) (-2999 (((-418 |#1|) |#1|) 26)) (-3070 (((-418 |#1|) |#1|) 24)))
+(((-1224 |#1|) (-10 -7 (-15 -3070 ((-418 |#1|) |#1|)) (-15 -2999 ((-418 |#1|) |#1|)) (-15 -2185 ((-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))) |#1| (-112)))) (-1235 (-564))) (T -1224))
+((-2185 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| *3) (|:| -1874 (-564))))))) (-5 *1 (-1224 *3)) (-4 *3 (-1235 (-564))))) (-2999 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-1224 *3)) (-4 *3 (-1235 (-564))))) (-3070 (*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-1224 *3)) (-4 *3 (-1235 (-564))))))
+(-10 -7 (-15 -3070 ((-418 |#1|) |#1|)) (-15 -2999 ((-418 |#1|) |#1|)) (-15 -2185 ((-2 (|:| |contp| (-564)) (|:| -3840 (-641 (-2 (|:| |irr| |#1|) (|:| -1874 (-564)))))) |#1| (-112))))
+((-2449 (((-1150 |#2|) (-1 |#2| |#1|) (-1226 |#1|)) 23 (|has| |#1| (-845))) (((-1226 |#2|) (-1 |#2| |#1|) (-1226 |#1|)) 17)))
+(((-1225 |#1| |#2|) (-10 -7 (-15 -2449 ((-1226 |#2|) (-1 |#2| |#1|) (-1226 |#1|))) (IF (|has| |#1| (-845)) (-15 -2449 ((-1150 |#2|) (-1 |#2| |#1|) (-1226 |#1|))) |%noBranch|)) (-1209) (-1209)) (T -1225))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1226 *5)) (-4 *5 (-845)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1150 *6)) (-5 *1 (-1225 *5 *6)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1226 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1226 *6)) (-5 *1 (-1225 *5 *6)))))
+(-10 -7 (-15 -2449 ((-1226 |#2|) (-1 |#2| |#1|) (-1226 |#1|))) (IF (|has| |#1| (-845)) (-15 -2449 ((-1150 |#2|) (-1 |#2| |#1|) (-1226 |#1|))) |%noBranch|))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-3825 (($ |#1| |#1|) 11) (($ |#1|) 10)) (-2449 (((-1150 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-845)))) (-3264 ((|#1| $) 15)) (-1627 ((|#1| $) 12)) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-1639 (((-564) $) 19)) (-3103 ((|#1| $) 18)) (-1771 ((|#1| $) 13)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-2377 (((-112) $) 17)) (-3723 (((-1150 |#1|) $) 41 (|has| |#1| (-845))) (((-1150 |#1|) (-641 $)) 40 (|has| |#1| (-845)))) (-2511 (($ |#1|) 26)) (-1831 (($ (-1088 |#1|)) 25) (((-859) $) 37 (|has| |#1| (-1094)))) (-2966 (($ |#1| |#1|) 21) (($ |#1|) 20)) (-1465 (($ $ (-564)) 14)) (-1702 (((-112) $ $) 30 (|has| |#1| (-1094)))))
+(((-1226 |#1|) (-13 (-1087 |#1|) (-10 -8 (-15 -2966 ($ |#1|)) (-15 -3825 ($ |#1|)) (-15 -1831 ($ (-1088 |#1|))) (-15 -2377 ((-112) $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-1089 |#1| (-1150 |#1|))) |%noBranch|))) (-1209)) (T -1226))
+((-2966 (*1 *1 *2) (-12 (-5 *1 (-1226 *2)) (-4 *2 (-1209)))) (-3825 (*1 *1 *2) (-12 (-5 *1 (-1226 *2)) (-4 *2 (-1209)))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-1088 *3)) (-4 *3 (-1209)) (-5 *1 (-1226 *3)))) (-2377 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1226 *3)) (-4 *3 (-1209)))))
+(-13 (-1087 |#1|) (-10 -8 (-15 -2966 ($ |#1|)) (-15 -3825 ($ |#1|)) (-15 -1831 ($ (-1088 |#1|))) (-15 -2377 ((-112) $)) (IF (|has| |#1| (-1094)) (-6 (-1094)) |%noBranch|) (IF (|has| |#1| (-845)) (-6 (-1089 |#1| (-1150 |#1|))) |%noBranch|)))
+((-2449 (((-1232 |#3| |#4|) (-1 |#4| |#2|) (-1232 |#1| |#2|)) 15)))
+(((-1227 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2449 ((-1232 |#3| |#4|) (-1 |#4| |#2|) (-1232 |#1| |#2|)))) (-1170) (-1046) (-1170) (-1046)) (T -1227))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1232 *5 *6)) (-14 *5 (-1170)) (-4 *6 (-1046)) (-4 *8 (-1046)) (-5 *2 (-1232 *7 *8)) (-5 *1 (-1227 *5 *6 *7 *8)) (-14 *7 (-1170)))))
+(-10 -7 (-15 -2449 ((-1232 |#3| |#4|) (-1 |#4| |#2|) (-1232 |#1| |#2|))))
+((-2203 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21)) (-2980 ((|#1| |#3|) 13)) (-1648 ((|#3| |#3|) 19)))
+(((-1228 |#1| |#2| |#3|) (-10 -7 (-15 -2980 (|#1| |#3|)) (-15 -1648 (|#3| |#3|)) (-15 -2203 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-556) (-989 |#1|) (-1235 |#2|)) (T -1228))
+((-2203 (*1 *2 *3) (-12 (-4 *4 (-556)) (-4 *5 (-989 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1228 *4 *5 *3)) (-4 *3 (-1235 *5)))) (-1648 (*1 *2 *2) (-12 (-4 *3 (-556)) (-4 *4 (-989 *3)) (-5 *1 (-1228 *3 *4 *2)) (-4 *2 (-1235 *4)))) (-2980 (*1 *2 *3) (-12 (-4 *4 (-989 *2)) (-4 *2 (-556)) (-5 *1 (-1228 *2 *4 *3)) (-4 *3 (-1235 *4)))))
+(-10 -7 (-15 -2980 (|#1| |#3|)) (-15 -1648 (|#3| |#3|)) (-15 -2203 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-2150 (((-3 |#2| "failed") |#2| (-768) |#1|) 37)) (-1709 (((-3 |#2| "failed") |#2| (-768)) 38)) (-3917 (((-3 (-2 (|:| -3766 |#2|) (|:| -3777 |#2|)) "failed") |#2|) 51)) (-3369 (((-641 |#2|) |#2|) 53)) (-3599 (((-3 |#2| "failed") |#2| |#2|) 47)))
+(((-1229 |#1| |#2|) (-10 -7 (-15 -1709 ((-3 |#2| "failed") |#2| (-768))) (-15 -2150 ((-3 |#2| "failed") |#2| (-768) |#1|)) (-15 -3599 ((-3 |#2| "failed") |#2| |#2|)) (-15 -3917 ((-3 (-2 (|:| -3766 |#2|) (|:| -3777 |#2|)) "failed") |#2|)) (-15 -3369 ((-641 |#2|) |#2|))) (-13 (-556) (-147)) (-1235 |#1|)) (T -1229))
+((-3369 (*1 *2 *3) (-12 (-4 *4 (-13 (-556) (-147))) (-5 *2 (-641 *3)) (-5 *1 (-1229 *4 *3)) (-4 *3 (-1235 *4)))) (-3917 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-556) (-147))) (-5 *2 (-2 (|:| -3766 *3) (|:| -3777 *3))) (-5 *1 (-1229 *4 *3)) (-4 *3 (-1235 *4)))) (-3599 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-1229 *3 *2)) (-4 *2 (-1235 *3)))) (-2150 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-768)) (-4 *4 (-13 (-556) (-147))) (-5 *1 (-1229 *4 *2)) (-4 *2 (-1235 *4)))) (-1709 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-768)) (-4 *4 (-13 (-556) (-147))) (-5 *1 (-1229 *4 *2)) (-4 *2 (-1235 *4)))))
+(-10 -7 (-15 -1709 ((-3 |#2| "failed") |#2| (-768))) (-15 -2150 ((-3 |#2| "failed") |#2| (-768) |#1|)) (-15 -3599 ((-3 |#2| "failed") |#2| |#2|)) (-15 -3917 ((-3 (-2 (|:| -3766 |#2|) (|:| -3777 |#2|)) "failed") |#2|)) (-15 -3369 ((-641 |#2|) |#2|)))
+((-3890 (((-3 (-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) "failed") |#2| |#2|) 29)))
+(((-1230 |#1| |#2|) (-10 -7 (-15 -3890 ((-3 (-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) "failed") |#2| |#2|))) (-556) (-1235 |#1|)) (T -1230))
+((-3890 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-556)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-1230 *4 *3)) (-4 *3 (-1235 *4)))))
+(-10 -7 (-15 -3890 ((-3 (-2 (|:| -4347 |#2|) (|:| -1678 |#2|)) "failed") |#2| |#2|)))
+((-3556 ((|#2| |#2| |#2|) 22)) (-3576 ((|#2| |#2| |#2|) 36)) (-3368 ((|#2| |#2| |#2| (-768) (-768)) 44)))
+(((-1231 |#1| |#2|) (-10 -7 (-15 -3556 (|#2| |#2| |#2|)) (-15 -3576 (|#2| |#2| |#2|)) (-15 -3368 (|#2| |#2| |#2| (-768) (-768)))) (-1046) (-1235 |#1|)) (T -1231))
+((-3368 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-768)) (-4 *4 (-1046)) (-5 *1 (-1231 *4 *2)) (-4 *2 (-1235 *4)))) (-3576 (*1 *2 *2 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-1231 *3 *2)) (-4 *2 (-1235 *3)))) (-3556 (*1 *2 *2 *2) (-12 (-4 *3 (-1046)) (-5 *1 (-1231 *3 *2)) (-4 *2 (-1235 *3)))))
+(-10 -7 (-15 -3556 (|#2| |#2| |#2|)) (-15 -3576 (|#2| |#2| |#2|)) (-15 -3368 (|#2| |#2| |#2| (-768) (-768))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3151 (((-1259 |#2|) $ (-768)) NIL)) (-3209 (((-641 (-1076)) $) NIL)) (-1730 (($ (-1166 |#2|)) NIL)) (-3040 (((-1166 $) $ (-1076)) NIL) (((-1166 |#2|) $) NIL)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#2| (-556)))) (-1537 (($ $) NIL (|has| |#2| (-556)))) (-1932 (((-112) $) NIL (|has| |#2| (-556)))) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-1076))) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-2749 (($ $ $) NIL (|has| |#2| (-556)))) (-2345 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2427 (($ $) NIL (|has| |#2| (-452)))) (-3399 (((-418 $) $) NIL (|has| |#2| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3554 (((-112) $ $) NIL (|has| |#2| (-363)))) (-3048 (($ $ (-768)) NIL)) (-1803 (($ $ (-768)) NIL)) (-2011 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-452)))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) NIL) (((-3 (-407 (-564)) "failed") $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) NIL (|has| |#2| (-1035 (-564)))) (((-3 (-1076) "failed") $) NIL)) (-2237 ((|#2| $) NIL) (((-407 (-564)) $) NIL (|has| |#2| (-1035 (-407 (-564))))) (((-564) $) NIL (|has| |#2| (-1035 (-564)))) (((-1076) $) NIL)) (-1357 (($ $ $ (-1076)) NIL (|has| |#2| (-172))) ((|#2| $ $) NIL (|has| |#2| (-172)))) (-1449 (($ $ $) NIL (|has| |#2| (-363)))) (-3396 (($ $) NIL)) (-4050 (((-685 (-564)) (-685 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) NIL (|has| |#2| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#2|)) (|:| |vec| (-1259 |#2|))) (-685 $) (-1259 $)) NIL) (((-685 |#2|) (-685 $)) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-1424 (($ $ $) NIL (|has| |#2| (-363)))) (-3566 (($ $ $) NIL)) (-3590 (($ $ $) NIL (|has| |#2| (-556)))) (-1330 (((-2 (|:| -2860 |#2|) (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#2| (-556)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#2| (-363)))) (-3031 (($ $) NIL (|has| |#2| (-452))) (($ $ (-1076)) NIL (|has| |#2| (-452)))) (-3383 (((-641 $) $) NIL)) (-1420 (((-112) $) NIL (|has| |#2| (-906)))) (-2055 (($ $ |#2| (-768) $) NIL)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) NIL (-12 (|has| (-1076) (-883 (-379))) (|has| |#2| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) NIL (-12 (|has| (-1076) (-883 (-564))) (|has| |#2| (-883 (-564)))))) (-2155 (((-768) $ $) NIL (|has| |#2| (-556)))) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-2619 (((-3 $ "failed") $) NIL (|has| |#2| (-1145)))) (-3198 (($ (-1166 |#2|) (-1076)) NIL) (($ (-1166 $) (-1076)) NIL)) (-2325 (($ $ (-768)) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#2| (-363)))) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-3186 (($ |#2| (-768)) 18) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-1076)) NIL) (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL)) (-1826 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-1925 (($ $ $) NIL (|has| |#2| (-847)))) (-3375 (($ $ $) NIL (|has| |#2| (-847)))) (-2546 (($ (-1 (-768) (-768)) $) NIL)) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-3478 (((-1166 |#2|) $) NIL)) (-2169 (((-3 (-1076) "failed") $) NIL)) (-3356 (($ $) NIL)) (-3370 ((|#2| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-2723 (((-1152) $) NIL)) (-2436 (((-2 (|:| -4347 $) (|:| -1678 $)) $ (-768)) NIL)) (-2955 (((-3 (-641 $) "failed") $) NIL)) (-2512 (((-3 (-641 $) "failed") $) NIL)) (-4059 (((-3 (-2 (|:| |var| (-1076)) (|:| -1558 (-768))) "failed") $) NIL)) (-3907 (($ $) NIL (|has| |#2| (-38 (-407 (-564)))))) (-2884 (($) NIL (|has| |#2| (-1145)) CONST)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 ((|#2| $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#2| (-452)))) (-2777 (($ (-641 $)) NIL (|has| |#2| (-452))) (($ $ $) NIL (|has| |#2| (-452)))) (-3798 (($ $ (-768) |#2| $) NIL)) (-1469 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) NIL (|has| |#2| (-906)))) (-3070 (((-418 $) $) NIL (|has| |#2| (-906)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#2| (-363)))) (-1403 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-556))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#2| (-363)))) (-2633 (($ $ (-641 (-294 $))) NIL) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1076) |#2|) NIL) (($ $ (-641 (-1076)) (-641 |#2|)) NIL) (($ $ (-1076) $) NIL) (($ $ (-641 (-1076)) (-641 $)) NIL)) (-3920 (((-768) $) NIL (|has| |#2| (-363)))) (-1350 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-407 $) (-407 $) (-407 $)) NIL (|has| |#2| (-556))) ((|#2| (-407 $) |#2|) NIL (|has| |#2| (-363))) (((-407 $) $ (-407 $)) NIL (|has| |#2| (-556)))) (-3318 (((-3 $ "failed") $ (-768)) NIL)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#2| (-363)))) (-3190 (($ $ (-1076)) NIL (|has| |#2| (-172))) ((|#2| $) NIL (|has| |#2| (-172)))) (-3534 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) $) NIL)) (-1619 (((-768) $) NIL) (((-768) $ (-1076)) NIL) (((-641 (-768)) $ (-641 (-1076))) NIL)) (-2511 (((-889 (-379)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#2| (-612 (-889 (-379)))))) (((-889 (-564)) $) NIL (-12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#2| (-612 (-889 (-564)))))) (((-536) $) NIL (-12 (|has| (-1076) (-612 (-536))) (|has| |#2| (-612 (-536)))))) (-3008 ((|#2| $) NIL (|has| |#2| (-452))) (($ $ (-1076)) NIL (|has| |#2| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-906))))) (-1900 (((-3 $ "failed") $ $) NIL (|has| |#2| (-556))) (((-3 (-407 $) "failed") (-407 $) $) NIL (|has| |#2| (-556)))) (-1831 (((-859) $) 13) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-1076)) NIL) (($ (-1255 |#1|)) 20) (($ (-407 (-564))) NIL (-4078 (|has| |#2| (-38 (-407 (-564)))) (|has| |#2| (-1035 (-407 (-564)))))) (($ $) NIL (|has| |#2| (-556)))) (-3227 (((-641 |#2|) $) NIL)) (-2742 ((|#2| $ (-768)) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-4018 (((-3 $ "failed") $) NIL (-4078 (-12 (|has| $ (-145)) (|has| |#2| (-906))) (|has| |#2| (-145))))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| |#2| (-172)))) (-3939 (((-112) $ $) NIL (|has| |#2| (-556)))) (-1293 (($) NIL T CONST)) (-1300 (($) 14 T CONST)) (-3435 (($ $ (-1076)) NIL) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) NIL) (($ $ (-1170)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1170) (-768)) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) NIL (|has| |#2| (-897 (-1170)))) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-1762 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1702 (((-112) $ $) NIL)) (-1749 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#2| (-847)))) (-1823 (($ $ |#2|) NIL (|has| |#2| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-407 (-564))) NIL (|has| |#2| (-38 (-407 (-564))))) (($ (-407 (-564)) $) NIL (|has| |#2| (-38 (-407 (-564))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-1232 |#1| |#2|) (-13 (-1235 |#2|) (-614 (-1255 |#1|)) (-10 -8 (-15 -3798 ($ $ (-768) |#2| $)))) (-1170) (-1046)) (T -1232))
+((-3798 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1232 *4 *3)) (-14 *4 (-1170)) (-4 *3 (-1046)))))
+(-13 (-1235 |#2|) (-614 (-1255 |#1|)) (-10 -8 (-15 -3798 ($ $ (-768) |#2| $))))
+((-2449 ((|#4| (-1 |#3| |#1|) |#2|) 22)))
+(((-1233 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2449 (|#4| (-1 |#3| |#1|) |#2|))) (-1046) (-1235 |#1|) (-1046) (-1235 |#3|)) (T -1233))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-4 *2 (-1235 *6)) (-5 *1 (-1233 *5 *4 *6 *2)) (-4 *4 (-1235 *5)))))
+(-10 -7 (-15 -2449 (|#4| (-1 |#3| |#1|) |#2|)))
+((-3151 (((-1259 |#2|) $ (-768)) 129)) (-3209 (((-641 (-1076)) $) 16)) (-1730 (($ (-1166 |#2|)) 80)) (-2291 (((-768) $) NIL) (((-768) $ (-641 (-1076))) 21)) (-2345 (((-418 (-1166 $)) (-1166 $)) 205)) (-2427 (($ $) 195)) (-3399 (((-418 $) $) 193)) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 95)) (-3048 (($ $ (-768)) 84)) (-1803 (($ $ (-768)) 86)) (-2011 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 146)) (-2347 (((-3 |#2| "failed") $) 132) (((-3 (-407 (-564)) "failed") $) NIL) (((-3 (-564) "failed") $) NIL) (((-3 (-1076) "failed") $) NIL)) (-2237 ((|#2| $) 130) (((-407 (-564)) $) NIL) (((-564) $) NIL) (((-1076) $) NIL)) (-3590 (($ $ $) 172)) (-1330 (((-2 (|:| -2860 |#2|) (|:| -4347 $) (|:| -1678 $)) $ $) 174)) (-2155 (((-768) $ $) 190)) (-2619 (((-3 $ "failed") $) 139)) (-3186 (($ |#2| (-768)) NIL) (($ $ (-1076) (-768)) 59) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-1826 (((-768) $) NIL) (((-768) $ (-1076)) 54) (((-641 (-768)) $ (-641 (-1076))) 55)) (-3478 (((-1166 |#2|) $) 72)) (-2169 (((-3 (-1076) "failed") $) 52)) (-2436 (((-2 (|:| -4347 $) (|:| -1678 $)) $ (-768)) 83)) (-3907 (($ $) 218)) (-2884 (($) 134)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 202)) (-1469 (((-418 (-1166 $)) (-1166 $)) 101)) (-2165 (((-418 (-1166 $)) (-1166 $)) 99)) (-3070 (((-418 $) $) 120)) (-2633 (($ $ (-641 (-294 $))) 51) (($ $ (-294 $)) NIL) (($ $ $ $) NIL) (($ $ (-641 $) (-641 $)) NIL) (($ $ (-1076) |#2|) 39) (($ $ (-641 (-1076)) (-641 |#2|)) 36) (($ $ (-1076) $) 32) (($ $ (-641 (-1076)) (-641 $)) 30)) (-3920 (((-768) $) 208)) (-1350 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-407 $) (-407 $) (-407 $)) 166) ((|#2| (-407 $) |#2|) 207) (((-407 $) $ (-407 $)) 189)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 212)) (-3534 (($ $ (-1076)) 159) (($ $ (-641 (-1076))) NIL) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL) (($ $ (-768)) NIL) (($ $) 157) (($ $ (-1170)) NIL) (($ $ (-641 (-1170))) NIL) (($ $ (-1170) (-768)) NIL) (($ $ (-641 (-1170)) (-641 (-768))) NIL) (($ $ (-1 |#2| |#2|) (-768)) NIL) (($ $ (-1 |#2| |#2|)) 156) (($ $ (-1 |#2| |#2|) $) 151)) (-1619 (((-768) $) NIL) (((-768) $ (-1076)) 17) (((-641 (-768)) $ (-641 (-1076))) 23)) (-3008 ((|#2| $) NIL) (($ $ (-1076)) 141)) (-1900 (((-3 $ "failed") $ $) 182) (((-3 (-407 $) "failed") (-407 $) $) 178)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#2|) NIL) (($ (-1076)) 64) (($ (-407 (-564))) NIL) (($ $) NIL)))
+(((-1234 |#1| |#2|) (-10 -8 (-15 -1831 (|#1| |#1|)) (-15 -1574 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -3399 ((-418 |#1|) |#1|)) (-15 -2427 (|#1| |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2884 (|#1|)) (-15 -2619 ((-3 |#1| "failed") |#1|)) (-15 -1350 ((-407 |#1|) |#1| (-407 |#1|))) (-15 -3920 ((-768) |#1|)) (-15 -1922 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -3907 (|#1| |#1|)) (-15 -1350 (|#2| (-407 |#1|) |#2|)) (-15 -2011 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -1330 ((-2 (|:| -2860 |#2|) (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -3590 (|#1| |#1| |#1|)) (-15 -1900 ((-3 (-407 |#1|) "failed") (-407 |#1|) |#1|)) (-15 -1900 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2155 ((-768) |#1| |#1|)) (-15 -1350 ((-407 |#1|) (-407 |#1|) (-407 |#1|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -1803 (|#1| |#1| (-768))) (-15 -3048 (|#1| |#1| (-768))) (-15 -2436 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| (-768))) (-15 -1730 (|#1| (-1166 |#2|))) (-15 -3478 ((-1166 |#2|) |#1|)) (-15 -3151 ((-1259 |#2|) |#1| (-768))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -1350 (|#1| |#1| |#1|)) (-15 -1350 (|#2| |#1| |#2|)) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -2345 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -2165 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -1469 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -2601 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -3008 (|#1| |#1| (-1076))) (-15 -3209 ((-641 (-1076)) |#1|)) (-15 -2291 ((-768) |#1| (-641 (-1076)))) (-15 -2291 ((-768) |#1|)) (-15 -3186 (|#1| |#1| (-641 (-1076)) (-641 (-768)))) (-15 -3186 (|#1| |#1| (-1076) (-768))) (-15 -1826 ((-641 (-768)) |#1| (-641 (-1076)))) (-15 -1826 ((-768) |#1| (-1076))) (-15 -2169 ((-3 (-1076) "failed") |#1|)) (-15 -1619 ((-641 (-768)) |#1| (-641 (-1076)))) (-15 -1619 ((-768) |#1| (-1076))) (-15 -1831 (|#1| (-1076))) (-15 -2347 ((-3 (-1076) "failed") |#1|)) (-15 -2237 ((-1076) |#1|)) (-15 -2633 (|#1| |#1| (-641 (-1076)) (-641 |#1|))) (-15 -2633 (|#1| |#1| (-1076) |#1|)) (-15 -2633 (|#1| |#1| (-641 (-1076)) (-641 |#2|))) (-15 -2633 (|#1| |#1| (-1076) |#2|)) (-15 -2633 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#1| |#1|)) (-15 -2633 (|#1| |#1| (-294 |#1|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -1619 ((-768) |#1|)) (-15 -3186 (|#1| |#2| (-768))) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -1826 ((-768) |#1|)) (-15 -3008 (|#2| |#1|)) (-15 -3534 (|#1| |#1| (-641 (-1076)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1076) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1076)))) (-15 -3534 (|#1| |#1| (-1076))) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|))) (-1235 |#2|) (-1046)) (T -1234))
+NIL
+(-10 -8 (-15 -1831 (|#1| |#1|)) (-15 -1574 ((-1166 |#1|) (-1166 |#1|) (-1166 |#1|))) (-15 -3399 ((-418 |#1|) |#1|)) (-15 -2427 (|#1| |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -2884 (|#1|)) (-15 -2619 ((-3 |#1| "failed") |#1|)) (-15 -1350 ((-407 |#1|) |#1| (-407 |#1|))) (-15 -3920 ((-768) |#1|)) (-15 -1922 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -3907 (|#1| |#1|)) (-15 -1350 (|#2| (-407 |#1|) |#2|)) (-15 -2011 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -1330 ((-2 (|:| -2860 |#2|) (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| |#1|)) (-15 -3590 (|#1| |#1| |#1|)) (-15 -1900 ((-3 (-407 |#1|) "failed") (-407 |#1|) |#1|)) (-15 -1900 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2155 ((-768) |#1| |#1|)) (-15 -1350 ((-407 |#1|) (-407 |#1|) (-407 |#1|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -1803 (|#1| |#1| (-768))) (-15 -3048 (|#1| |#1| (-768))) (-15 -2436 ((-2 (|:| -4347 |#1|) (|:| -1678 |#1|)) |#1| (-768))) (-15 -1730 (|#1| (-1166 |#2|))) (-15 -3478 ((-1166 |#2|) |#1|)) (-15 -3151 ((-1259 |#2|) |#1| (-768))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3534 (|#1| |#1| (-1 |#2| |#2|) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1170) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1170)))) (-15 -3534 (|#1| |#1| (-1170))) (-15 -3534 (|#1| |#1|)) (-15 -3534 (|#1| |#1| (-768))) (-15 -1350 (|#1| |#1| |#1|)) (-15 -1350 (|#2| |#1| |#2|)) (-15 -3070 ((-418 |#1|) |#1|)) (-15 -2345 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -2165 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -1469 ((-418 (-1166 |#1|)) (-1166 |#1|))) (-15 -2601 ((-3 (-641 (-1166 |#1|)) "failed") (-641 (-1166 |#1|)) (-1166 |#1|))) (-15 -3008 (|#1| |#1| (-1076))) (-15 -3209 ((-641 (-1076)) |#1|)) (-15 -2291 ((-768) |#1| (-641 (-1076)))) (-15 -2291 ((-768) |#1|)) (-15 -3186 (|#1| |#1| (-641 (-1076)) (-641 (-768)))) (-15 -3186 (|#1| |#1| (-1076) (-768))) (-15 -1826 ((-641 (-768)) |#1| (-641 (-1076)))) (-15 -1826 ((-768) |#1| (-1076))) (-15 -2169 ((-3 (-1076) "failed") |#1|)) (-15 -1619 ((-641 (-768)) |#1| (-641 (-1076)))) (-15 -1619 ((-768) |#1| (-1076))) (-15 -1831 (|#1| (-1076))) (-15 -2347 ((-3 (-1076) "failed") |#1|)) (-15 -2237 ((-1076) |#1|)) (-15 -2633 (|#1| |#1| (-641 (-1076)) (-641 |#1|))) (-15 -2633 (|#1| |#1| (-1076) |#1|)) (-15 -2633 (|#1| |#1| (-641 (-1076)) (-641 |#2|))) (-15 -2633 (|#1| |#1| (-1076) |#2|)) (-15 -2633 (|#1| |#1| (-641 |#1|) (-641 |#1|))) (-15 -2633 (|#1| |#1| |#1| |#1|)) (-15 -2633 (|#1| |#1| (-294 |#1|))) (-15 -2633 (|#1| |#1| (-641 (-294 |#1|)))) (-15 -1619 ((-768) |#1|)) (-15 -3186 (|#1| |#2| (-768))) (-15 -2347 ((-3 (-564) "failed") |#1|)) (-15 -2237 ((-564) |#1|)) (-15 -2347 ((-3 (-407 (-564)) "failed") |#1|)) (-15 -2237 ((-407 (-564)) |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -2347 ((-3 |#2| "failed") |#1|)) (-15 -1831 (|#1| |#2|)) (-15 -1826 ((-768) |#1|)) (-15 -3008 (|#2| |#1|)) (-15 -3534 (|#1| |#1| (-641 (-1076)) (-641 (-768)))) (-15 -3534 (|#1| |#1| (-1076) (-768))) (-15 -3534 (|#1| |#1| (-641 (-1076)))) (-15 -3534 (|#1| |#1| (-1076))) (-15 -1831 (|#1| (-564))) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3151 (((-1259 |#1|) $ (-768)) 238)) (-3209 (((-641 (-1076)) $) 110)) (-1730 (($ (-1166 |#1|)) 236)) (-3040 (((-1166 $) $ (-1076)) 125) (((-1166 |#1|) $) 124)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 87 (|has| |#1| (-556)))) (-1537 (($ $) 88 (|has| |#1| (-556)))) (-1932 (((-112) $) 90 (|has| |#1| (-556)))) (-2291 (((-768) $) 112) (((-768) $ (-641 (-1076))) 111)) (-4088 (((-3 $ "failed") $ $) 19)) (-2749 (($ $ $) 223 (|has| |#1| (-556)))) (-2345 (((-418 (-1166 $)) (-1166 $)) 100 (|has| |#1| (-906)))) (-2427 (($ $) 98 (|has| |#1| (-452)))) (-3399 (((-418 $) $) 97 (|has| |#1| (-452)))) (-2601 (((-3 (-641 (-1166 $)) "failed") (-641 (-1166 $)) (-1166 $)) 103 (|has| |#1| (-906)))) (-3554 (((-112) $ $) 208 (|has| |#1| (-363)))) (-3048 (($ $ (-768)) 231)) (-1803 (($ $ (-768)) 230)) (-2011 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 218 (|has| |#1| (-452)))) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#1| "failed") $) 164) (((-3 (-407 (-564)) "failed") $) 161 (|has| |#1| (-1035 (-407 (-564))))) (((-3 (-564) "failed") $) 159 (|has| |#1| (-1035 (-564)))) (((-3 (-1076) "failed") $) 136)) (-2237 ((|#1| $) 163) (((-407 (-564)) $) 162 (|has| |#1| (-1035 (-407 (-564))))) (((-564) $) 160 (|has| |#1| (-1035 (-564)))) (((-1076) $) 137)) (-1357 (($ $ $ (-1076)) 108 (|has| |#1| (-172))) ((|#1| $ $) 226 (|has| |#1| (-172)))) (-1449 (($ $ $) 212 (|has| |#1| (-363)))) (-3396 (($ $) 154)) (-4050 (((-685 (-564)) (-685 $)) 134 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 (-564))) (|:| |vec| (-1259 (-564)))) (-685 $) (-1259 $)) 133 (|has| |#1| (-637 (-564)))) (((-2 (|:| -2394 (-685 |#1|)) (|:| |vec| (-1259 |#1|))) (-685 $) (-1259 $)) 132) (((-685 |#1|) (-685 $)) 131)) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 211 (|has| |#1| (-363)))) (-3566 (($ $ $) 229)) (-3590 (($ $ $) 220 (|has| |#1| (-556)))) (-1330 (((-2 (|:| -2860 |#1|) (|:| -4347 $) (|:| -1678 $)) $ $) 219 (|has| |#1| (-556)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 206 (|has| |#1| (-363)))) (-3031 (($ $) 176 (|has| |#1| (-452))) (($ $ (-1076)) 105 (|has| |#1| (-452)))) (-3383 (((-641 $) $) 109)) (-1420 (((-112) $) 96 (|has| |#1| (-906)))) (-2055 (($ $ |#1| (-768) $) 172)) (-2131 (((-886 (-379) $) $ (-889 (-379)) (-886 (-379) $)) 84 (-12 (|has| (-1076) (-883 (-379))) (|has| |#1| (-883 (-379))))) (((-886 (-564) $) $ (-889 (-564)) (-886 (-564) $)) 83 (-12 (|has| (-1076) (-883 (-564))) (|has| |#1| (-883 (-564)))))) (-2155 (((-768) $ $) 224 (|has| |#1| (-556)))) (-2949 (((-112) $) 31)) (-4128 (((-768) $) 169)) (-2619 (((-3 $ "failed") $) 204 (|has| |#1| (-1145)))) (-3198 (($ (-1166 |#1|) (-1076)) 117) (($ (-1166 $) (-1076)) 116)) (-2325 (($ $ (-768)) 235)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 215 (|has| |#1| (-363)))) (-3802 (((-641 $) $) 126)) (-2003 (((-112) $) 152)) (-3186 (($ |#1| (-768)) 153) (($ $ (-1076) (-768)) 119) (($ $ (-641 (-1076)) (-641 (-768))) 118)) (-2282 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $ (-1076)) 120) (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 233)) (-1826 (((-768) $) 170) (((-768) $ (-1076)) 122) (((-641 (-768)) $ (-641 (-1076))) 121)) (-1925 (($ $ $) 79 (|has| |#1| (-847)))) (-3375 (($ $ $) 78 (|has| |#1| (-847)))) (-2546 (($ (-1 (-768) (-768)) $) 171)) (-2449 (($ (-1 |#1| |#1|) $) 151)) (-3478 (((-1166 |#1|) $) 237)) (-2169 (((-3 (-1076) "failed") $) 123)) (-3356 (($ $) 149)) (-3370 ((|#1| $) 148)) (-2740 (($ (-641 $)) 94 (|has| |#1| (-452))) (($ $ $) 93 (|has| |#1| (-452)))) (-2723 (((-1152) $) 9)) (-2436 (((-2 (|:| -4347 $) (|:| -1678 $)) $ (-768)) 232)) (-2955 (((-3 (-641 $) "failed") $) 114)) (-2512 (((-3 (-641 $) "failed") $) 115)) (-4059 (((-3 (-2 (|:| |var| (-1076)) (|:| -1558 (-768))) "failed") $) 113)) (-3907 (($ $) 216 (|has| |#1| (-38 (-407 (-564)))))) (-2884 (($) 203 (|has| |#1| (-1145)) CONST)) (-2780 (((-1114) $) 10)) (-3326 (((-112) $) 166)) (-3341 ((|#1| $) 167)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 95 (|has| |#1| (-452)))) (-2777 (($ (-641 $)) 92 (|has| |#1| (-452))) (($ $ $) 91 (|has| |#1| (-452)))) (-1469 (((-418 (-1166 $)) (-1166 $)) 102 (|has| |#1| (-906)))) (-2165 (((-418 (-1166 $)) (-1166 $)) 101 (|has| |#1| (-906)))) (-3070 (((-418 $) $) 99 (|has| |#1| (-906)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 214 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 213 (|has| |#1| (-363)))) (-1403 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-556))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 207 (|has| |#1| (-363)))) (-2633 (($ $ (-641 (-294 $))) 145) (($ $ (-294 $)) 144) (($ $ $ $) 143) (($ $ (-641 $) (-641 $)) 142) (($ $ (-1076) |#1|) 141) (($ $ (-641 (-1076)) (-641 |#1|)) 140) (($ $ (-1076) $) 139) (($ $ (-641 (-1076)) (-641 $)) 138)) (-3920 (((-768) $) 209 (|has| |#1| (-363)))) (-1350 ((|#1| $ |#1|) 256) (($ $ $) 255) (((-407 $) (-407 $) (-407 $)) 225 (|has| |#1| (-556))) ((|#1| (-407 $) |#1|) 217 (|has| |#1| (-363))) (((-407 $) $ (-407 $)) 205 (|has| |#1| (-556)))) (-3318 (((-3 $ "failed") $ (-768)) 234)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 210 (|has| |#1| (-363)))) (-3190 (($ $ (-1076)) 107 (|has| |#1| (-172))) ((|#1| $) 227 (|has| |#1| (-172)))) (-3534 (($ $ (-1076)) 42) (($ $ (-641 (-1076))) 41) (($ $ (-1076) (-768)) 40) (($ $ (-641 (-1076)) (-641 (-768))) 39) (($ $ (-768)) 253) (($ $) 251) (($ $ (-1170)) 250 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 249 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 248 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 247 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 240) (($ $ (-1 |#1| |#1|)) 239) (($ $ (-1 |#1| |#1|) $) 228)) (-1619 (((-768) $) 150) (((-768) $ (-1076)) 130) (((-641 (-768)) $ (-641 (-1076))) 129)) (-2511 (((-889 (-379)) $) 82 (-12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379)))))) (((-889 (-564)) $) 81 (-12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564)))))) (((-536) $) 80 (-12 (|has| (-1076) (-612 (-536))) (|has| |#1| (-612 (-536)))))) (-3008 ((|#1| $) 175 (|has| |#1| (-452))) (($ $ (-1076)) 106 (|has| |#1| (-452)))) (-4160 (((-3 (-1259 $) "failed") (-685 $)) 104 (-4348 (|has| $ (-145)) (|has| |#1| (-906))))) (-1900 (((-3 $ "failed") $ $) 222 (|has| |#1| (-556))) (((-3 (-407 $) "failed") (-407 $) $) 221 (|has| |#1| (-556)))) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 165) (($ (-1076)) 135) (($ (-407 (-564))) 72 (-4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564)))))) (($ $) 85 (|has| |#1| (-556)))) (-3227 (((-641 |#1|) $) 168)) (-2742 ((|#1| $ (-768)) 155) (($ $ (-1076) (-768)) 128) (($ $ (-641 (-1076)) (-641 (-768))) 127)) (-4018 (((-3 $ "failed") $) 73 (-4078 (-4348 (|has| $ (-145)) (|has| |#1| (-906))) (|has| |#1| (-145))))) (-2219 (((-768)) 28 T CONST)) (-3154 (($ $ $ (-768)) 173 (|has| |#1| (-172)))) (-3939 (((-112) $ $) 89 (|has| |#1| (-556)))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-1076)) 38) (($ $ (-641 (-1076))) 37) (($ $ (-1076) (-768)) 36) (($ $ (-641 (-1076)) (-641 (-768))) 35) (($ $ (-768)) 254) (($ $) 252) (($ $ (-1170)) 246 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170))) 245 (|has| |#1| (-897 (-1170)))) (($ $ (-1170) (-768)) 244 (|has| |#1| (-897 (-1170)))) (($ $ (-641 (-1170)) (-641 (-768))) 243 (|has| |#1| (-897 (-1170)))) (($ $ (-1 |#1| |#1|) (-768)) 242) (($ $ (-1 |#1| |#1|)) 241)) (-1762 (((-112) $ $) 76 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 75 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 6)) (-1749 (((-112) $ $) 77 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 74 (|has| |#1| (-847)))) (-1823 (($ $ |#1|) 156 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 158 (|has| |#1| (-38 (-407 (-564))))) (($ (-407 (-564)) $) 157 (|has| |#1| (-38 (-407 (-564))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
(((-1235 |#1|) (-140) (-1046)) (T -1235))
-((-2533 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-1235 *4)) (-4 *4 (-1046)) (-5 *2 (-1259 *4)))) (-1365 (*1 *2 *1) (-12 (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-5 *2 (-1166 *3)))) (-2331 (*1 *1 *2) (-12 (-5 *2 (-1166 *3)) (-4 *3 (-1046)) (-4 *1 (-1235 *3)))) (-4282 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))) (-2744 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))) (-1611 (*1 *2 *1 *1) (-12 (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-1235 *3)))) (-1626 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *4 (-1046)) (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-1235 *4)))) (-4226 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))) (-2980 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))) (-2447 (*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)))) (-1795 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))) (-3928 (*1 *2 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-172)))) (-3378 (*1 *2 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-172)))) (-2961 (*1 *2 *2 *2) (-12 (-5 *2 (-407 *1)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-4 *3 (-556)))) (-2887 (*1 *2 *1 *1) (-12 (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-4 *3 (-556)) (-5 *2 (-768)))) (-2490 (*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))) (-2658 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))) (-2658 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-407 *1)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-4 *3 (-556)))) (-4154 (*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))) (-2737 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -2784 *3) (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-1235 *3)))) (-3012 (*1 *2 *1 *1) (-12 (-4 *3 (-452)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1235 *3)))) (-2961 (*1 *2 *3 *2) (-12 (-5 *3 (-407 *1)) (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-2052 (*1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564)))))))
-(-13 (-946 |t#1| (-768) (-1076)) (-286 |t#1| |t#1|) (-286 $ $) (-233) (-231 |t#1|) (-10 -8 (-15 -2533 ((-1259 |t#1|) $ (-768))) (-15 -1365 ((-1166 |t#1|) $)) (-15 -2331 ($ (-1166 |t#1|))) (-15 -4282 ($ $ (-768))) (-15 -2744 ((-3 $ "failed") $ (-768))) (-15 -1611 ((-2 (|:| -4110 $) (|:| -3101 $)) $ $)) (-15 -1626 ((-2 (|:| -4110 $) (|:| -3101 $)) $ (-768))) (-15 -4226 ($ $ (-768))) (-15 -2980 ($ $ (-768))) (-15 -2447 ($ $ $)) (-15 -1795 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1145)) (-6 (-1145)) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-15 -3928 (|t#1| $)) (-15 -3378 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-6 (-286 (-407 $) (-407 $))) (-15 -2961 ((-407 $) (-407 $) (-407 $))) (-15 -2887 ((-768) $ $)) (-15 -2490 ($ $ $)) (-15 -2658 ((-3 $ "failed") $ $)) (-15 -2658 ((-3 (-407 $) "failed") (-407 $) $)) (-15 -4154 ($ $ $)) (-15 -2737 ((-2 (|:| -2784 |t#1|) (|:| -4110 $) (|:| -3101 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-452)) (-15 -3012 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-363)) (PROGN (-6 (-307)) (-6 -4408) (-15 -2961 (|t#1| (-407 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-407 (-564)))) (-15 -2052 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-768)) . T) ((-25) . T) ((-38 #1=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) -2713 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 #2=(-1076)) . T) ((-614 |#1|) . T) ((-614 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-612 (-536)) -12 (|has| (-1076) (-612 (-536))) (|has| |#1| (-612 (-536)))) ((-612 (-889 (-379))) -12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379))))) ((-612 (-889 (-564))) -12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564))))) ((-231 |#1|) . T) ((-233) . T) ((-286 (-407 $) (-407 $)) |has| |#1| (-556)) ((-286 |#1| |#1|) . T) ((-286 $ $) . T) ((-290) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-307) |has| |#1| (-363)) ((-309 $) . T) ((-326 |#1| #0#) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-452) -2713 (|has| |#1| (-906)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-514 #2# |#1|) . T) ((-514 #2# $) . T) ((-514 $ $) . T) ((-556) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-644 #1#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #1#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 #2#) . T) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-883 (-379)) -12 (|has| (-1076) (-883 (-379))) (|has| |#1| (-883 (-379)))) ((-883 (-564)) -12 (|has| (-1076) (-883 (-564))) (|has| |#1| (-883 (-564)))) ((-946 |#1| #0# #2#) . T) ((-906) |has| |#1| (-906)) ((-917) |has| |#1| (-363)) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 #2#) . T) ((-1035 |#1|) . T) ((-1052 #1#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| |#1| (-1145)) ((-1213) |has| |#1| (-906)))
-((-4153 (((-641 (-1076)) $) 34)) (-4316 (($ $) 31)) (-4132 (($ |#2| |#3|) NIL) (($ $ (-1076) |#3|) 28) (($ $ (-641 (-1076)) (-641 |#3|)) 27)) (-4280 (($ $) 14)) (-4292 ((|#2| $) 12)) (-4341 ((|#3| $) 10)))
-(((-1236 |#1| |#2| |#3|) (-10 -8 (-15 -4153 ((-641 (-1076)) |#1|)) (-15 -4132 (|#1| |#1| (-641 (-1076)) (-641 |#3|))) (-15 -4132 (|#1| |#1| (-1076) |#3|)) (-15 -4316 (|#1| |#1|)) (-15 -4132 (|#1| |#2| |#3|)) (-15 -4341 (|#3| |#1|)) (-15 -4280 (|#1| |#1|)) (-15 -4292 (|#2| |#1|))) (-1237 |#2| |#3|) (-1046) (-789)) (T -1236))
-NIL
-(-10 -8 (-15 -4153 ((-641 (-1076)) |#1|)) (-15 -4132 (|#1| |#1| (-641 (-1076)) (-641 |#3|))) (-15 -4132 (|#1| |#1| (-1076) |#3|)) (-15 -4316 (|#1| |#1|)) (-15 -4132 (|#1| |#2| |#3|)) (-15 -4341 (|#3| |#1|)) (-15 -4280 (|#1| |#1|)) (-15 -4292 (|#2| |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4153 (((-641 (-1076)) $) 77)) (-2794 (((-1170) $) 106)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-4010 (($ $) 55 (|has| |#1| (-556)))) (-2662 (((-112) $) 57 (|has| |#1| (-556)))) (-3183 (($ $ |#2|) 101) (($ $ |#2| |#2|) 100)) (-1747 (((-1150 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 108)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-4316 (($ $) 63)) (-3233 (((-3 $ "failed") $) 33)) (-2214 (((-112) $) 76)) (-2887 ((|#2| $) 103) ((|#2| $ |#2|) 102)) (-3282 (((-112) $) 31)) (-4282 (($ $ (-918)) 104)) (-1924 (((-112) $) 65)) (-4132 (($ |#1| |#2|) 64) (($ $ (-1076) |#2|) 79) (($ $ (-641 (-1076)) (-641 |#2|)) 78)) (-2110 (($ (-1 |#1| |#1|) $) 66)) (-4280 (($ $) 68)) (-4292 ((|#1| $) 69)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-3450 (($ $ |#2|) 98)) (-2628 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-3227 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| |#2|))))) (-2961 ((|#1| $ |#2|) 107) (($ $ $) 84 (|has| |#2| (-1106)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) 92 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1170) (-768)) 91 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-641 (-1170))) 90 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1170)) 89 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-768)) 87 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 85 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-4341 ((|#2| $) 67)) (-4072 (($ $) 75)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556))) (($ |#1|) 50 (|has| |#1| (-172)))) (-1346 ((|#1| $ |#2|) 62)) (-2684 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1526 ((|#1| $) 105)) (-1720 (((-112) $ $) 56 (|has| |#1| (-556)))) (-4124 ((|#1| $ |#2|) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) 96 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1170) (-768)) 95 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-641 (-1170))) 94 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1170)) 93 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-768)) 88 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 86 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 61 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
+((-3151 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-1235 *4)) (-4 *4 (-1046)) (-5 *2 (-1259 *4)))) (-3478 (*1 *2 *1) (-12 (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-5 *2 (-1166 *3)))) (-1730 (*1 *1 *2) (-12 (-5 *2 (-1166 *3)) (-4 *3 (-1046)) (-4 *1 (-1235 *3)))) (-2325 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))) (-3318 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))) (-2282 (*1 *2 *1 *1) (-12 (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-1235 *3)))) (-2436 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *4 (-1046)) (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-1235 *4)))) (-3048 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))) (-1803 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))) (-3566 (*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)))) (-3534 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))) (-3190 (*1 *2 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-172)))) (-1357 (*1 *2 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-172)))) (-1350 (*1 *2 *2 *2) (-12 (-5 *2 (-407 *1)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-4 *3 (-556)))) (-2155 (*1 *2 *1 *1) (-12 (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-4 *3 (-556)) (-5 *2 (-768)))) (-2749 (*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))) (-1900 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))) (-1900 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-407 *1)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-4 *3 (-556)))) (-3590 (*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))) (-1330 (*1 *2 *1 *1) (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| -2860 *3) (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-1235 *3)))) (-2011 (*1 *2 *1 *1) (-12 (-4 *3 (-452)) (-4 *3 (-1046)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1235 *3)))) (-1350 (*1 *2 *3 *2) (-12 (-5 *3 (-407 *1)) (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-3907 (*1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564)))))))
+(-13 (-946 |t#1| (-768) (-1076)) (-286 |t#1| |t#1|) (-286 $ $) (-233) (-231 |t#1|) (-10 -8 (-15 -3151 ((-1259 |t#1|) $ (-768))) (-15 -3478 ((-1166 |t#1|) $)) (-15 -1730 ($ (-1166 |t#1|))) (-15 -2325 ($ $ (-768))) (-15 -3318 ((-3 $ "failed") $ (-768))) (-15 -2282 ((-2 (|:| -4347 $) (|:| -1678 $)) $ $)) (-15 -2436 ((-2 (|:| -4347 $) (|:| -1678 $)) $ (-768))) (-15 -3048 ($ $ (-768))) (-15 -1803 ($ $ (-768))) (-15 -3566 ($ $ $)) (-15 -3534 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1145)) (-6 (-1145)) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-15 -3190 (|t#1| $)) (-15 -1357 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-556)) (PROGN (-6 (-286 (-407 $) (-407 $))) (-15 -1350 ((-407 $) (-407 $) (-407 $))) (-15 -2155 ((-768) $ $)) (-15 -2749 ($ $ $)) (-15 -1900 ((-3 $ "failed") $ $)) (-15 -1900 ((-3 (-407 $) "failed") (-407 $) $)) (-15 -3590 ($ $ $)) (-15 -1330 ((-2 (|:| -2860 |t#1|) (|:| -4347 $) (|:| -1678 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-452)) (-15 -2011 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-363)) (PROGN (-6 (-307)) (-6 -4402) (-15 -1350 (|t#1| (-407 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-407 (-564)))) (-15 -3907 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-768)) . T) ((-25) . T) ((-38 #1=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) -4078 (|has| |#1| (-1035 (-407 (-564)))) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 #2=(-1076)) . T) ((-614 |#1|) . T) ((-614 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-612 (-536)) -12 (|has| (-1076) (-612 (-536))) (|has| |#1| (-612 (-536)))) ((-612 (-889 (-379))) -12 (|has| (-1076) (-612 (-889 (-379)))) (|has| |#1| (-612 (-889 (-379))))) ((-612 (-889 (-564))) -12 (|has| (-1076) (-612 (-889 (-564)))) (|has| |#1| (-612 (-889 (-564))))) ((-231 |#1|) . T) ((-233) . T) ((-286 (-407 $) (-407 $)) |has| |#1| (-556)) ((-286 |#1| |#1|) . T) ((-286 $ $) . T) ((-290) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-307) |has| |#1| (-363)) ((-309 $) . T) ((-326 |#1| #0#) . T) ((-377 |#1|) . T) ((-411 |#1|) . T) ((-452) -4078 (|has| |#1| (-906)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-514 #2# |#1|) . T) ((-514 #2# $) . T) ((-514 $ $) . T) ((-556) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-644 #1#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-637 (-564)) |has| |#1| (-637 (-564))) ((-637 |#1|) . T) ((-714 #1#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363))) ((-723) . T) ((-847) |has| |#1| (-847)) ((-897 #2#) . T) ((-897 (-1170)) |has| |#1| (-897 (-1170))) ((-883 (-379)) -12 (|has| (-1076) (-883 (-379))) (|has| |#1| (-883 (-379)))) ((-883 (-564)) -12 (|has| (-1076) (-883 (-564))) (|has| |#1| (-883 (-564)))) ((-946 |#1| #0# #2#) . T) ((-906) |has| |#1| (-906)) ((-917) |has| |#1| (-363)) ((-1035 (-407 (-564))) |has| |#1| (-1035 (-407 (-564)))) ((-1035 (-564)) |has| |#1| (-1035 (-564))) ((-1035 #2#) . T) ((-1035 |#1|) . T) ((-1052 #1#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-906)) (|has| |#1| (-556)) (|has| |#1| (-452)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1145) |has| |#1| (-1145)) ((-1213) |has| |#1| (-906)))
+((-3209 (((-641 (-1076)) $) 34)) (-3396 (($ $) 31)) (-3186 (($ |#2| |#3|) NIL) (($ $ (-1076) |#3|) 28) (($ $ (-641 (-1076)) (-641 |#3|)) 27)) (-3356 (($ $) 14)) (-3370 ((|#2| $) 12)) (-1619 ((|#3| $) 10)))
+(((-1236 |#1| |#2| |#3|) (-10 -8 (-15 -3209 ((-641 (-1076)) |#1|)) (-15 -3186 (|#1| |#1| (-641 (-1076)) (-641 |#3|))) (-15 -3186 (|#1| |#1| (-1076) |#3|)) (-15 -3396 (|#1| |#1|)) (-15 -3186 (|#1| |#2| |#3|)) (-15 -1619 (|#3| |#1|)) (-15 -3356 (|#1| |#1|)) (-15 -3370 (|#2| |#1|))) (-1237 |#2| |#3|) (-1046) (-789)) (T -1236))
+NIL
+(-10 -8 (-15 -3209 ((-641 (-1076)) |#1|)) (-15 -3186 (|#1| |#1| (-641 (-1076)) (-641 |#3|))) (-15 -3186 (|#1| |#1| (-1076) |#3|)) (-15 -3396 (|#1| |#1|)) (-15 -3186 (|#1| |#2| |#3|)) (-15 -1619 (|#3| |#1|)) (-15 -3356 (|#1| |#1|)) (-15 -3370 (|#2| |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3209 (((-641 (-1076)) $) 77)) (-3871 (((-1170) $) 106)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-1537 (($ $) 55 (|has| |#1| (-556)))) (-1932 (((-112) $) 57 (|has| |#1| (-556)))) (-3220 (($ $ |#2|) 101) (($ $ |#2| |#2|) 100)) (-4163 (((-1150 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 108)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3396 (($ $) 63)) (-3733 (((-3 $ "failed") $) 33)) (-3030 (((-112) $) 76)) (-2155 ((|#2| $) 103) ((|#2| $ |#2|) 102)) (-2949 (((-112) $) 31)) (-2325 (($ $ (-918)) 104)) (-2003 (((-112) $) 65)) (-3186 (($ |#1| |#2|) 64) (($ $ (-1076) |#2|) 79) (($ $ (-641 (-1076)) (-641 |#2|)) 78)) (-2449 (($ (-1 |#1| |#1|) $) 66)) (-3356 (($ $) 68)) (-3370 ((|#1| $) 69)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3951 (($ $ |#2|) 98)) (-1403 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-2633 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| |#2|))))) (-1350 ((|#1| $ |#2|) 107) (($ $ $) 84 (|has| |#2| (-1106)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) 92 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1170) (-768)) 91 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-641 (-1170))) 90 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1170)) 89 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-768)) 87 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 85 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-1619 ((|#2| $) 67)) (-4037 (($ $) 75)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556))) (($ |#1|) 50 (|has| |#1| (-172)))) (-2742 ((|#1| $ |#2|) 62)) (-4018 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-2513 ((|#1| $) 105)) (-3939 (((-112) $ $) 56 (|has| |#1| (-556)))) (-2508 ((|#1| $ |#2|) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) 96 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1170) (-768)) 95 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-641 (-1170))) 94 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1170)) 93 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-768)) 88 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 86 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 61 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
(((-1237 |#1| |#2|) (-140) (-1046) (-789)) (T -1237))
-((-1747 (*1 *2 *1) (-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-1150 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-2961 (*1 *2 *1 *3) (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))) (-2794 (*1 *2 *1) (-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-1170)))) (-1526 (*1 *2 *1) (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))) (-4282 (*1 *1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)))) (-2887 (*1 *2 *1) (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-2887 (*1 *2 *1 *2) (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-3183 (*1 *1 *1 *2) (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-3183 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-4124 (*1 *2 *1 *3) (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -1721 (*2 (-1170)))) (-4 *2 (-1046)))) (-3450 (*1 *1 *1 *2) (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-3227 (*1 *2 *1 *3) (-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1150 *3)))))
-(-13 (-970 |t#1| |t#2| (-1076)) (-10 -8 (-15 -1747 ((-1150 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -2961 (|t#1| $ |t#2|)) (-15 -2794 ((-1170) $)) (-15 -1526 (|t#1| $)) (-15 -4282 ($ $ (-918))) (-15 -2887 (|t#2| $)) (-15 -2887 (|t#2| $ |t#2|)) (-15 -3183 ($ $ |t#2|)) (-15 -3183 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -1721 (|t#1| (-1170)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -4124 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -3450 ($ $ |t#2|)) (IF (|has| |t#2| (-1106)) (-6 (-286 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-233)) (IF (|has| |t#1| (-897 (-1170))) (-6 (-897 (-1170))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -3227 ((-1150 |t#1|) $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) |has| |#1| (-38 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-286 $ $) |has| |#2| (-1106)) ((-290) |has| |#1| (-556)) ((-556) |has| |#1| (-556)) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-897 (-1170)))) ((-970 |#1| |#2| (-1076)) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-2275 ((|#2| |#2|) 12)) (-1798 (((-418 |#2|) |#2|) 14)) (-3487 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564)))) 30)))
-(((-1238 |#1| |#2|) (-10 -7 (-15 -1798 ((-418 |#2|) |#2|)) (-15 -2275 (|#2| |#2|)) (-15 -3487 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564)))))) (-556) (-13 (-1235 |#1|) (-556) (-10 -8 (-15 -3377 ($ $ $))))) (T -1238))
-((-3487 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-564)))) (-4 *4 (-13 (-1235 *3) (-556) (-10 -8 (-15 -3377 ($ $ $))))) (-4 *3 (-556)) (-5 *1 (-1238 *3 *4)))) (-2275 (*1 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-1235 *3) (-556) (-10 -8 (-15 -3377 ($ $ $))))))) (-1798 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-418 *3)) (-5 *1 (-1238 *4 *3)) (-4 *3 (-13 (-1235 *4) (-556) (-10 -8 (-15 -3377 ($ $ $))))))))
-(-10 -7 (-15 -1798 ((-418 |#2|) |#2|)) (-15 -2275 (|#2| |#2|)) (-15 -3487 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564))))))
-((-2110 (((-1244 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1244 |#1| |#3| |#5|)) 24)))
-(((-1239 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2110 ((-1244 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1244 |#1| |#3| |#5|)))) (-1046) (-1046) (-1170) (-1170) |#1| |#2|) (T -1239))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1244 *5 *7 *9)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-14 *7 (-1170)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1244 *6 *8 *10)) (-5 *1 (-1239 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1170)))))
-(-10 -7 (-15 -2110 ((-1244 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1244 |#1| |#3| |#5|))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4153 (((-641 (-1076)) $) 77)) (-2794 (((-1170) $) 106)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-4010 (($ $) 55 (|has| |#1| (-556)))) (-2662 (((-112) $) 57 (|has| |#1| (-556)))) (-3183 (($ $ (-407 (-564))) 101) (($ $ (-407 (-564)) (-407 (-564))) 100)) (-1747 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) 108)) (-1848 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 165 (|has| |#1| (-363)))) (-1798 (((-418 $) $) 166 (|has| |#1| (-363)))) (-4029 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-1817 (((-112) $ $) 156 (|has| |#1| (-363)))) (-1827 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) 174)) (-1871 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) 17 T CONST)) (-2668 (($ $ $) 160 (|has| |#1| (-363)))) (-4316 (($ $) 63)) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 159 (|has| |#1| (-363)))) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 154 (|has| |#1| (-363)))) (-2941 (((-112) $) 167 (|has| |#1| (-363)))) (-2214 (((-112) $) 76)) (-2682 (($) 148 (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-407 (-564)) $) 103) (((-407 (-564)) $ (-407 (-564))) 102)) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 119 (|has| |#1| (-38 (-407 (-564)))))) (-4282 (($ $ (-918)) 104) (($ $ (-407 (-564))) 173)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 163 (|has| |#1| (-363)))) (-1924 (((-112) $) 65)) (-4132 (($ |#1| (-407 (-564))) 64) (($ $ (-1076) (-407 (-564))) 79) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) 78)) (-2110 (($ (-1 |#1| |#1|) $) 66)) (-3612 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) 68)) (-4292 ((|#1| $) 69)) (-3340 (($ (-641 $)) 152 (|has| |#1| (-363))) (($ $ $) 151 (|has| |#1| (-363)))) (-2811 (((-1152) $) 9)) (-4247 (($ $) 168 (|has| |#1| (-363)))) (-2052 (($ $) 172 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 171 (-2713 (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-956)) (|has| |#1| (-1194)) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-38 (-407 (-564)))))))) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 153 (|has| |#1| (-363)))) (-3377 (($ (-641 $)) 150 (|has| |#1| (-363))) (($ $ $) 149 (|has| |#1| (-363)))) (-4020 (((-418 $) $) 164 (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 162 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 161 (|has| |#1| (-363)))) (-3450 (($ $ (-407 (-564))) 98)) (-2628 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 155 (|has| |#1| (-363)))) (-2103 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-2358 (((-768) $) 157 (|has| |#1| (-363)))) (-2961 ((|#1| $ (-407 (-564))) 107) (($ $ $) 84 (|has| (-407 (-564)) (-1106)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 158 (|has| |#1| (-363)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) 92 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170) (-768)) 91 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-641 (-1170))) 90 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170)) 89 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-768)) 87 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 85 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-4341 (((-407 (-564)) $) 67)) (-1882 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) 75)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 50 (|has| |#1| (-172))) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556)))) (-1346 ((|#1| $ (-407 (-564))) 62)) (-2684 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1526 ((|#1| $) 105)) (-1919 (($ $) 144 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) 56 (|has| |#1| (-556)))) (-1895 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 142 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-407 (-564))) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 140 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) 96 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170) (-768)) 95 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-641 (-1170))) 94 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170)) 93 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-768)) 88 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 86 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 61 (|has| |#1| (-363))) (($ $ $) 170 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 169 (|has| |#1| (-363))) (($ $ $) 147 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 118 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
+((-4163 (*1 *2 *1) (-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-1150 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-1350 (*1 *2 *1 *3) (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))) (-3871 (*1 *2 *1) (-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (-5 *2 (-1170)))) (-2513 (*1 *2 *1) (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))) (-2325 (*1 *1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)))) (-2155 (*1 *2 *1) (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-2155 (*1 *2 *1 *2) (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-3220 (*1 *1 *1 *2) (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-3220 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-2508 (*1 *2 *1 *3) (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -1831 (*2 (-1170)))) (-4 *2 (-1046)))) (-3951 (*1 *1 *1 *2) (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))) (-2633 (*1 *2 *1 *3) (-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1150 *3)))))
+(-13 (-970 |t#1| |t#2| (-1076)) (-10 -8 (-15 -4163 ((-1150 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -1350 (|t#1| $ |t#2|)) (-15 -3871 ((-1170) $)) (-15 -2513 (|t#1| $)) (-15 -2325 ($ $ (-918))) (-15 -2155 (|t#2| $)) (-15 -2155 (|t#2| $ |t#2|)) (-15 -3220 ($ $ |t#2|)) (-15 -3220 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -1831 (|t#1| (-1170)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2508 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -3951 ($ $ |t#2|)) (IF (|has| |t#2| (-1106)) (-6 (-286 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-233)) (IF (|has| |t#1| (-897 (-1170))) (-6 (-897 (-1170))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2633 ((-1150 |t#1|) $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #0#) |has| |#1| (-38 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-286 $ $) |has| |#2| (-1106)) ((-290) |has| |#1| (-556)) ((-556) |has| |#1| (-556)) ((-644 #0#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-897 (-1170)))) ((-970 |#1| |#2| (-1076)) . T) ((-1052 #0#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
+((-2427 ((|#2| |#2|) 12)) (-3399 (((-418 |#2|) |#2|) 14)) (-4294 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564)))) 30)))
+(((-1238 |#1| |#2|) (-10 -7 (-15 -3399 ((-418 |#2|) |#2|)) (-15 -2427 (|#2| |#2|)) (-15 -4294 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564)))))) (-556) (-13 (-1235 |#1|) (-556) (-10 -8 (-15 -2777 ($ $ $))))) (T -1238))
+((-4294 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-564)))) (-4 *4 (-13 (-1235 *3) (-556) (-10 -8 (-15 -2777 ($ $ $))))) (-4 *3 (-556)) (-5 *1 (-1238 *3 *4)))) (-2427 (*1 *2 *2) (-12 (-4 *3 (-556)) (-5 *1 (-1238 *3 *2)) (-4 *2 (-13 (-1235 *3) (-556) (-10 -8 (-15 -2777 ($ $ $))))))) (-3399 (*1 *2 *3) (-12 (-4 *4 (-556)) (-5 *2 (-418 *3)) (-5 *1 (-1238 *4 *3)) (-4 *3 (-13 (-1235 *4) (-556) (-10 -8 (-15 -2777 ($ $ $))))))))
+(-10 -7 (-15 -3399 ((-418 |#2|) |#2|)) (-15 -2427 (|#2| |#2|)) (-15 -4294 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-564))))))
+((-2449 (((-1244 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1244 |#1| |#3| |#5|)) 24)))
+(((-1239 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2449 ((-1244 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1244 |#1| |#3| |#5|)))) (-1046) (-1046) (-1170) (-1170) |#1| |#2|) (T -1239))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1244 *5 *7 *9)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-14 *7 (-1170)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1244 *6 *8 *10)) (-5 *1 (-1239 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1170)))))
+(-10 -7 (-15 -2449 ((-1244 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1244 |#1| |#3| |#5|))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3209 (((-641 (-1076)) $) 77)) (-3871 (((-1170) $) 106)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-1537 (($ $) 55 (|has| |#1| (-556)))) (-1932 (((-112) $) 57 (|has| |#1| (-556)))) (-3220 (($ $ (-407 (-564))) 101) (($ $ (-407 (-564)) (-407 (-564))) 100)) (-4163 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) 108)) (-3357 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 165 (|has| |#1| (-363)))) (-3399 (((-418 $) $) 166 (|has| |#1| (-363)))) (-3083 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-3554 (((-112) $ $) 156 (|has| |#1| (-363)))) (-3330 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) 174)) (-3384 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) 17 T CONST)) (-1449 (($ $ $) 160 (|has| |#1| (-363)))) (-3396 (($ $) 63)) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 159 (|has| |#1| (-363)))) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 154 (|has| |#1| (-363)))) (-1420 (((-112) $) 167 (|has| |#1| (-363)))) (-3030 (((-112) $) 76)) (-3714 (($) 148 (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-407 (-564)) $) 103) (((-407 (-564)) $ (-407 (-564))) 102)) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 119 (|has| |#1| (-38 (-407 (-564)))))) (-2325 (($ $ (-918)) 104) (($ $ (-407 (-564))) 173)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 163 (|has| |#1| (-363)))) (-2003 (((-112) $) 65)) (-3186 (($ |#1| (-407 (-564))) 64) (($ $ (-1076) (-407 (-564))) 79) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) 78)) (-2449 (($ (-1 |#1| |#1|) $) 66)) (-2358 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) 68)) (-3370 ((|#1| $) 69)) (-2740 (($ (-641 $)) 152 (|has| |#1| (-363))) (($ $ $) 151 (|has| |#1| (-363)))) (-2723 (((-1152) $) 9)) (-3315 (($ $) 168 (|has| |#1| (-363)))) (-3907 (($ $) 172 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 171 (-4078 (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-956)) (|has| |#1| (-1194)) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-38 (-407 (-564)))))))) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 153 (|has| |#1| (-363)))) (-2777 (($ (-641 $)) 150 (|has| |#1| (-363))) (($ $ $) 149 (|has| |#1| (-363)))) (-3070 (((-418 $) $) 164 (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 162 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 161 (|has| |#1| (-363)))) (-3951 (($ $ (-407 (-564))) 98)) (-1403 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 155 (|has| |#1| (-363)))) (-4326 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-3920 (((-768) $) 157 (|has| |#1| (-363)))) (-1350 ((|#1| $ (-407 (-564))) 107) (($ $ $) 84 (|has| (-407 (-564)) (-1106)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 158 (|has| |#1| (-363)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) 92 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170) (-768)) 91 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-641 (-1170))) 90 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170)) 89 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-768)) 87 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 85 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1619 (((-407 (-564)) $) 67)) (-3395 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) 75)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 50 (|has| |#1| (-172))) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556)))) (-2742 ((|#1| $ (-407 (-564))) 62)) (-4018 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-2513 ((|#1| $) 105)) (-3427 (($ $) 144 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) 56 (|has| |#1| (-556)))) (-3406 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 142 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-407 (-564))) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 140 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) 96 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170) (-768)) 95 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-641 (-1170))) 94 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170)) 93 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-768)) 88 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 86 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 61 (|has| |#1| (-363))) (($ $ $) 170 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 169 (|has| |#1| (-363))) (($ $ $) 147 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 118 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
(((-1240 |#1|) (-140) (-1046)) (T -1240))
-((-2729 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| *4)))) (-4 *4 (-1046)) (-4 *1 (-1240 *4)))) (-4282 (*1 *1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-4 *1 (-1240 *3)) (-4 *3 (-1046)))) (-2052 (*1 *1 *1) (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564)))))) (-2052 (*1 *1 *1 *2) (-2713 (-12 (-5 *2 (-1170)) (-4 *1 (-1240 *3)) (-4 *3 (-1046)) (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194)) (-4 *3 (-38 (-407 (-564)))))) (-12 (-5 *2 (-1170)) (-4 *1 (-1240 *3)) (-4 *3 (-1046)) (-12 (|has| *3 (-15 -4153 ((-641 *2) *3))) (|has| *3 (-15 -2052 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564)))))))))
-(-13 (-1237 |t#1| (-407 (-564))) (-10 -8 (-15 -2729 ($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |t#1|))))) (-15 -4282 ($ $ (-407 (-564)))) (IF (|has| |t#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ($ $)) (IF (|has| |t#1| (-15 -2052 (|t#1| |t#1| (-1170)))) (IF (|has| |t#1| (-15 -4153 ((-641 (-1170)) |t#1|))) (-15 -2052 ($ $ (-1170))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1194)) (IF (|has| |t#1| (-956)) (IF (|has| |t#1| (-29 (-564))) (-15 -2052 ($ $ (-1170))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-999)) (-6 (-1194))) |%noBranch|) (IF (|has| |t#1| (-363)) (-6 (-363)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-407 (-564))) . T) ((-25) . T) ((-38 #1=(-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) ((-243) |has| |#1| (-363)) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-286 $ $) |has| (-407 (-564)) (-1106)) ((-290) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-307) |has| |#1| (-363)) ((-363) |has| |#1| (-363)) ((-452) |has| |#1| (-363)) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-556) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-644 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170)))) ((-970 |#1| #0# (-1076)) . T) ((-917) |has| |#1| (-363)) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1052 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))) ((-1213) |has| |#1| (-363)) ((-1237 |#1| #0#) . T))
-((-2013 (((-112) $) 12)) (-2035 (((-3 |#3| "failed") $) 17)) (-3437 ((|#3| $) 14)))
-(((-1241 |#1| |#2| |#3|) (-10 -8 (-15 -2035 ((-3 |#3| "failed") |#1|)) (-15 -3437 (|#3| |#1|)) (-15 -2013 ((-112) |#1|))) (-1242 |#2| |#3|) (-1046) (-1219 |#2|)) (T -1241))
-NIL
-(-10 -8 (-15 -2035 ((-3 |#3| "failed") |#1|)) (-15 -3437 (|#3| |#1|)) (-15 -2013 ((-112) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4153 (((-641 (-1076)) $) 77)) (-2794 (((-1170) $) 106)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-4010 (($ $) 55 (|has| |#1| (-556)))) (-2662 (((-112) $) 57 (|has| |#1| (-556)))) (-3183 (($ $ (-407 (-564))) 101) (($ $ (-407 (-564)) (-407 (-564))) 100)) (-1747 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) 108)) (-1848 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 165 (|has| |#1| (-363)))) (-1798 (((-418 $) $) 166 (|has| |#1| (-363)))) (-4029 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-1817 (((-112) $ $) 156 (|has| |#1| (-363)))) (-1827 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) 174)) (-1871 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#2| "failed") $) 185)) (-3437 ((|#2| $) 186)) (-2668 (($ $ $) 160 (|has| |#1| (-363)))) (-4316 (($ $) 63)) (-3233 (((-3 $ "failed") $) 33)) (-3488 (((-407 (-564)) $) 182)) (-2649 (($ $ $) 159 (|has| |#1| (-363)))) (-4224 (($ (-407 (-564)) |#2|) 183)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 154 (|has| |#1| (-363)))) (-2941 (((-112) $) 167 (|has| |#1| (-363)))) (-2214 (((-112) $) 76)) (-2682 (($) 148 (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-407 (-564)) $) 103) (((-407 (-564)) $ (-407 (-564))) 102)) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 119 (|has| |#1| (-38 (-407 (-564)))))) (-4282 (($ $ (-918)) 104) (($ $ (-407 (-564))) 173)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 163 (|has| |#1| (-363)))) (-1924 (((-112) $) 65)) (-4132 (($ |#1| (-407 (-564))) 64) (($ $ (-1076) (-407 (-564))) 79) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) 78)) (-2110 (($ (-1 |#1| |#1|) $) 66)) (-3612 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) 68)) (-4292 ((|#1| $) 69)) (-3340 (($ (-641 $)) 152 (|has| |#1| (-363))) (($ $ $) 151 (|has| |#1| (-363)))) (-3181 ((|#2| $) 181)) (-4217 (((-3 |#2| "failed") $) 179)) (-4214 ((|#2| $) 180)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 168 (|has| |#1| (-363)))) (-2052 (($ $) 172 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 171 (-2713 (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-956)) (|has| |#1| (-1194)) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-38 (-407 (-564)))))))) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 153 (|has| |#1| (-363)))) (-3377 (($ (-641 $)) 150 (|has| |#1| (-363))) (($ $ $) 149 (|has| |#1| (-363)))) (-4020 (((-418 $) $) 164 (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 162 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 161 (|has| |#1| (-363)))) (-3450 (($ $ (-407 (-564))) 98)) (-2628 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 155 (|has| |#1| (-363)))) (-2103 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-2358 (((-768) $) 157 (|has| |#1| (-363)))) (-2961 ((|#1| $ (-407 (-564))) 107) (($ $ $) 84 (|has| (-407 (-564)) (-1106)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 158 (|has| |#1| (-363)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) 92 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170) (-768)) 91 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-641 (-1170))) 90 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170)) 89 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-768)) 87 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 85 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-4341 (((-407 (-564)) $) 67)) (-1882 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) 75)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 50 (|has| |#1| (-172))) (($ |#2|) 184) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556)))) (-1346 ((|#1| $ (-407 (-564))) 62)) (-2684 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1526 ((|#1| $) 105)) (-1919 (($ $) 144 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) 56 (|has| |#1| (-556)))) (-1895 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 142 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-407 (-564))) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 140 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) 96 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170) (-768)) 95 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-641 (-1170))) 94 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170)) 93 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-768)) 88 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 86 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 61 (|has| |#1| (-363))) (($ $ $) 170 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 169 (|has| |#1| (-363))) (($ $ $) 147 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 118 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
+((-1881 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| *4)))) (-4 *4 (-1046)) (-4 *1 (-1240 *4)))) (-2325 (*1 *1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-4 *1 (-1240 *3)) (-4 *3 (-1046)))) (-3907 (*1 *1 *1) (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564)))))) (-3907 (*1 *1 *1 *2) (-4078 (-12 (-5 *2 (-1170)) (-4 *1 (-1240 *3)) (-4 *3 (-1046)) (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194)) (-4 *3 (-38 (-407 (-564)))))) (-12 (-5 *2 (-1170)) (-4 *1 (-1240 *3)) (-4 *3 (-1046)) (-12 (|has| *3 (-15 -3209 ((-641 *2) *3))) (|has| *3 (-15 -3907 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564)))))))))
+(-13 (-1237 |t#1| (-407 (-564))) (-10 -8 (-15 -1881 ($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |t#1|))))) (-15 -2325 ($ $ (-407 (-564)))) (IF (|has| |t#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ($ $)) (IF (|has| |t#1| (-15 -3907 (|t#1| |t#1| (-1170)))) (IF (|has| |t#1| (-15 -3209 ((-641 (-1170)) |t#1|))) (-15 -3907 ($ $ (-1170))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1194)) (IF (|has| |t#1| (-956)) (IF (|has| |t#1| (-29 (-564))) (-15 -3907 ($ $ (-1170))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-999)) (-6 (-1194))) |%noBranch|) (IF (|has| |t#1| (-363)) (-6 (-363)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-407 (-564))) . T) ((-25) . T) ((-38 #1=(-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) ((-243) |has| |#1| (-363)) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-286 $ $) |has| (-407 (-564)) (-1106)) ((-290) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-307) |has| |#1| (-363)) ((-363) |has| |#1| (-363)) ((-452) |has| |#1| (-363)) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-556) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-644 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170)))) ((-970 |#1| #0# (-1076)) . T) ((-917) |has| |#1| (-363)) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1052 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))) ((-1213) |has| |#1| (-363)) ((-1237 |#1| #0#) . T))
+((-1615 (((-112) $) 12)) (-2347 (((-3 |#3| "failed") $) 17)) (-2237 ((|#3| $) 14)))
+(((-1241 |#1| |#2| |#3|) (-10 -8 (-15 -2347 ((-3 |#3| "failed") |#1|)) (-15 -2237 (|#3| |#1|)) (-15 -1615 ((-112) |#1|))) (-1242 |#2| |#3|) (-1046) (-1219 |#2|)) (T -1241))
+NIL
+(-10 -8 (-15 -2347 ((-3 |#3| "failed") |#1|)) (-15 -2237 (|#3| |#1|)) (-15 -1615 ((-112) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3209 (((-641 (-1076)) $) 77)) (-3871 (((-1170) $) 106)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-1537 (($ $) 55 (|has| |#1| (-556)))) (-1932 (((-112) $) 57 (|has| |#1| (-556)))) (-3220 (($ $ (-407 (-564))) 101) (($ $ (-407 (-564)) (-407 (-564))) 100)) (-4163 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) 108)) (-3357 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 165 (|has| |#1| (-363)))) (-3399 (((-418 $) $) 166 (|has| |#1| (-363)))) (-3083 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-3554 (((-112) $ $) 156 (|has| |#1| (-363)))) (-3330 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) 174)) (-3384 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#2| "failed") $) 185)) (-2237 ((|#2| $) 186)) (-1449 (($ $ $) 160 (|has| |#1| (-363)))) (-3396 (($ $) 63)) (-3733 (((-3 $ "failed") $) 33)) (-4302 (((-407 (-564)) $) 182)) (-1424 (($ $ $) 159 (|has| |#1| (-363)))) (-3288 (($ (-407 (-564)) |#2|) 183)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 154 (|has| |#1| (-363)))) (-1420 (((-112) $) 167 (|has| |#1| (-363)))) (-3030 (((-112) $) 76)) (-3714 (($) 148 (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-407 (-564)) $) 103) (((-407 (-564)) $ (-407 (-564))) 102)) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 119 (|has| |#1| (-38 (-407 (-564)))))) (-2325 (($ $ (-918)) 104) (($ $ (-407 (-564))) 173)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 163 (|has| |#1| (-363)))) (-2003 (((-112) $) 65)) (-3186 (($ |#1| (-407 (-564))) 64) (($ $ (-1076) (-407 (-564))) 79) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) 78)) (-2449 (($ (-1 |#1| |#1|) $) 66)) (-2358 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) 68)) (-3370 ((|#1| $) 69)) (-2740 (($ (-641 $)) 152 (|has| |#1| (-363))) (($ $ $) 151 (|has| |#1| (-363)))) (-3207 ((|#2| $) 181)) (-2975 (((-3 |#2| "failed") $) 179)) (-3277 ((|#2| $) 180)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 168 (|has| |#1| (-363)))) (-3907 (($ $) 172 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 171 (-4078 (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-956)) (|has| |#1| (-1194)) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-38 (-407 (-564)))))))) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 153 (|has| |#1| (-363)))) (-2777 (($ (-641 $)) 150 (|has| |#1| (-363))) (($ $ $) 149 (|has| |#1| (-363)))) (-3070 (((-418 $) $) 164 (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 162 (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 161 (|has| |#1| (-363)))) (-3951 (($ $ (-407 (-564))) 98)) (-1403 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 155 (|has| |#1| (-363)))) (-4326 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-3920 (((-768) $) 157 (|has| |#1| (-363)))) (-1350 ((|#1| $ (-407 (-564))) 107) (($ $ $) 84 (|has| (-407 (-564)) (-1106)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 158 (|has| |#1| (-363)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) 92 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170) (-768)) 91 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-641 (-1170))) 90 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170)) 89 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-768)) 87 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 85 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1619 (((-407 (-564)) $) 67)) (-3395 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) 75)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 50 (|has| |#1| (-172))) (($ |#2|) 184) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556)))) (-2742 ((|#1| $ (-407 (-564))) 62)) (-4018 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-2513 ((|#1| $) 105)) (-3427 (($ $) 144 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) 56 (|has| |#1| (-556)))) (-3406 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 142 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-407 (-564))) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 140 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) 96 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170) (-768)) 95 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-641 (-1170))) 94 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-1170)) 93 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (($ $ (-768)) 88 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 86 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 61 (|has| |#1| (-363))) (($ $ $) 170 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 169 (|has| |#1| (-363))) (($ $ $) 147 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 118 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
(((-1242 |#1| |#2|) (-140) (-1046) (-1219 |t#1|)) (T -1242))
-((-4341 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1219 *3)) (-5 *2 (-407 (-564))))) (-4224 (*1 *1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-4 *4 (-1046)) (-4 *1 (-1242 *4 *3)) (-4 *3 (-1219 *4)))) (-3488 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1219 *3)) (-5 *2 (-407 (-564))))) (-3181 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1219 *3)))) (-4214 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1219 *3)))) (-4217 (*1 *2 *1) (|partial| -12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1219 *3)))))
-(-13 (-1240 |t#1|) (-1035 |t#2|) (-614 |t#2|) (-10 -8 (-15 -4224 ($ (-407 (-564)) |t#2|)) (-15 -3488 ((-407 (-564)) $)) (-15 -3181 (|t#2| $)) (-15 -4341 ((-407 (-564)) $)) (-15 -4214 (|t#2| $)) (-15 -4217 ((-3 |t#2| "failed") $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-407 (-564))) . T) ((-25) . T) ((-38 #1=(-407 (-564))) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 |#2|) . T) ((-614 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) ((-243) |has| |#1| (-363)) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-286 $ $) |has| (-407 (-564)) (-1106)) ((-290) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-307) |has| |#1| (-363)) ((-363) |has| |#1| (-363)) ((-452) |has| |#1| (-363)) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-556) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-644 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170)))) ((-970 |#1| #0# (-1076)) . T) ((-917) |has| |#1| (-363)) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1035 |#2|) . T) ((-1052 #1#) -2713 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))) ((-1213) |has| |#1| (-363)) ((-1237 |#1| #0#) . T) ((-1240 |#1|) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) 104)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-3183 (($ $ (-407 (-564))) 116) (($ $ (-407 (-564)) (-407 (-564))) 118)) (-1747 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) 54)) (-1848 (($ $) 192 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 168 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL (|has| |#1| (-363)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-363)))) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1827 (($ $) 188 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 164 (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) 65)) (-1871 (($ $) 196 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 172 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) NIL)) (-3437 ((|#2| $) NIL)) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) 85)) (-3488 (((-407 (-564)) $) 13)) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-4224 (($ (-407 (-564)) |#2|) 11)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2941 (((-112) $) NIL (|has| |#1| (-363)))) (-2214 (((-112) $) 74)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-407 (-564)) $) 113) (((-407 (-564)) $ (-407 (-564))) 114)) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4282 (($ $ (-918)) 130) (($ $ (-407 (-564))) 128)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-407 (-564))) 33) (($ $ (-1076) (-407 (-564))) NIL) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) NIL)) (-2110 (($ (-1 |#1| |#1|) $) 125)) (-3612 (($ $) 162 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3181 ((|#2| $) 12)) (-4217 (((-3 |#2| "failed") $) 44)) (-4214 ((|#2| $) 45)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) 101 (|has| |#1| (-363)))) (-2052 (($ $) 146 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 151 (-2713 (-12 (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194)))))) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3450 (($ $ (-407 (-564))) 122)) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2103 (($ $) 160 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ (-407 (-564))) 108) (($ $ $) 94 (|has| (-407 (-564)) (-1106)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) 138 (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 134 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-4341 (((-407 (-564)) $) 16)) (-1882 (($ $) 198 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 174 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 194 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 170 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 190 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 166 (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) 120)) (-1721 (((-859) $) NIL) (($ (-564)) 37) (($ |#1|) 27 (|has| |#1| (-172))) (($ |#2|) 34) (($ (-407 (-564))) 139 (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-1346 ((|#1| $ (-407 (-564))) 107)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) 127 T CONST)) (-1526 ((|#1| $) 106)) (-1919 (($ $) 204 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 180 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) 200 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 176 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 208 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 184 (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-407 (-564))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) 210 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 186 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 206 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 182 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 202 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 178 (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 21 T CONST)) (-2898 (($) 17 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-2853 (((-112) $ $) 72)) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) 100 (|has| |#1| (-363)))) (-2970 (($ $) 142) (($ $ $) 78)) (-2956 (($ $ $) 76)) (** (($ $ (-918)) NIL) (($ $ (-768)) 82) (($ $ (-564)) 157 (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 158 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 80) (($ $ |#1|) NIL) (($ |#1| $) 137) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+((-1619 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1219 *3)) (-5 *2 (-407 (-564))))) (-3288 (*1 *1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-4 *4 (-1046)) (-4 *1 (-1242 *4 *3)) (-4 *3 (-1219 *4)))) (-4302 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1219 *3)) (-5 *2 (-407 (-564))))) (-3207 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1219 *3)))) (-3277 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1219 *3)))) (-2975 (*1 *2 *1) (|partial| -12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1219 *3)))))
+(-13 (-1240 |t#1|) (-1035 |t#2|) (-614 |t#2|) (-10 -8 (-15 -3288 ($ (-407 (-564)) |t#2|)) (-15 -4302 ((-407 (-564)) $)) (-15 -3207 (|t#2| $)) (-15 -1619 ((-407 (-564)) $)) (-15 -3277 (|t#2| $)) (-15 -2975 ((-3 |t#2| "failed") $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-407 (-564))) . T) ((-25) . T) ((-38 #1=(-407 (-564))) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 |#2|) . T) ((-614 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) ((-243) |has| |#1| (-363)) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-286 $ $) |has| (-407 (-564)) (-1106)) ((-290) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-307) |has| |#1| (-363)) ((-363) |has| |#1| (-363)) ((-452) |has| |#1| (-363)) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-556) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-644 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363))) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170)))) ((-970 |#1| #0# (-1076)) . T) ((-917) |has| |#1| (-363)) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1035 |#2|) . T) ((-1052 #1#) -4078 (|has| |#1| (-363)) (|has| |#1| (-38 (-407 (-564))))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-363)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))) ((-1213) |has| |#1| (-363)) ((-1237 |#1| #0#) . T) ((-1240 |#1|) . T))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) 104)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-3220 (($ $ (-407 (-564))) 116) (($ $ (-407 (-564)) (-407 (-564))) 118)) (-4163 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) 54)) (-3357 (($ $) 192 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 168 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL (|has| |#1| (-363)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3330 (($ $) 188 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 164 (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) 65)) (-3384 (($ $) 196 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 172 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) NIL)) (-2237 ((|#2| $) NIL)) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) 85)) (-4302 (((-407 (-564)) $) 13)) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3288 (($ (-407 (-564)) |#2|) 11)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-1420 (((-112) $) NIL (|has| |#1| (-363)))) (-3030 (((-112) $) 74)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-407 (-564)) $) 113) (((-407 (-564)) $ (-407 (-564))) 114)) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2325 (($ $ (-918)) 130) (($ $ (-407 (-564))) 128)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-407 (-564))) 33) (($ $ (-1076) (-407 (-564))) NIL) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) NIL)) (-2449 (($ (-1 |#1| |#1|) $) 125)) (-2358 (($ $) 162 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3207 ((|#2| $) 12)) (-2975 (((-3 |#2| "failed") $) 44)) (-3277 ((|#2| $) 45)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) 101 (|has| |#1| (-363)))) (-3907 (($ $) 146 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 151 (-4078 (-12 (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194)))))) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-3951 (($ $ (-407 (-564))) 122)) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-4326 (($ $) 160 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ (-407 (-564))) 108) (($ $ $) 94 (|has| (-407 (-564)) (-1106)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) 138 (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 134 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1619 (((-407 (-564)) $) 16)) (-3395 (($ $) 198 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 174 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 194 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 170 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 190 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 166 (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) 120)) (-1831 (((-859) $) NIL) (($ (-564)) 37) (($ |#1|) 27 (|has| |#1| (-172))) (($ |#2|) 34) (($ (-407 (-564))) 139 (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-2742 ((|#1| $ (-407 (-564))) 107)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) 127 T CONST)) (-2513 ((|#1| $) 106)) (-3427 (($ $) 204 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 180 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) 200 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 176 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 208 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 184 (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-407 (-564))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) 210 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 186 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 206 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 182 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 202 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 178 (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 21 T CONST)) (-1300 (($) 17 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1702 (((-112) $ $) 72)) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) 100 (|has| |#1| (-363)))) (-1808 (($ $) 142) (($ $ $) 78)) (-1797 (($ $ $) 76)) (** (($ $ (-918)) NIL) (($ $ (-768)) 82) (($ $ (-564)) 157 (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 158 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 80) (($ $ |#1|) NIL) (($ |#1| $) 137) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
(((-1243 |#1| |#2|) (-1242 |#1| |#2|) (-1046) (-1219 |#1|)) (T -1243))
NIL
(-1242 |#1| |#2|)
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) 11)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) NIL (|has| |#1| (-556)))) (-3183 (($ $ (-407 (-564))) NIL) (($ $ (-407 (-564)) (-407 (-564))) NIL)) (-1747 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) NIL)) (-1848 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-2275 (($ $) NIL (|has| |#1| (-363)))) (-1798 (((-418 $) $) NIL (|has| |#1| (-363)))) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1817 (((-112) $ $) NIL (|has| |#1| (-363)))) (-1827 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) NIL)) (-1871 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-1223 |#1| |#2| |#3|) "failed") $) 19) (((-3 (-1251 |#1| |#2| |#3|) "failed") $) 22)) (-3437 (((-1223 |#1| |#2| |#3|) $) NIL) (((-1251 |#1| |#2| |#3|) $) NIL)) (-2668 (($ $ $) NIL (|has| |#1| (-363)))) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3488 (((-407 (-564)) $) 69)) (-2649 (($ $ $) NIL (|has| |#1| (-363)))) (-4224 (($ (-407 (-564)) (-1223 |#1| |#2| |#3|)) NIL)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-2941 (((-112) $) NIL (|has| |#1| (-363)))) (-2214 (((-112) $) NIL)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-407 (-564)) $) NIL) (((-407 (-564)) $ (-407 (-564))) NIL)) (-3282 (((-112) $) NIL)) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4282 (($ $ (-918)) NIL) (($ $ (-407 (-564))) NIL)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-407 (-564))) 30) (($ $ (-1076) (-407 (-564))) NIL) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3612 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-3340 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3181 (((-1223 |#1| |#2| |#3|) $) 72)) (-4217 (((-3 (-1223 |#1| |#2| |#3|) "failed") $) NIL)) (-4214 (((-1223 |#1| |#2| |#3|) $) NIL)) (-2811 (((-1152) $) NIL)) (-4247 (($ $) NIL (|has| |#1| (-363)))) (-2052 (($ $) 39 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-2713 (-12 (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 40 (|has| |#1| (-38 (-407 (-564)))))) (-4382 (((-1114) $) NIL)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-3377 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-4020 (((-418 $) $) NIL (|has| |#1| (-363)))) (-1471 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) NIL (|has| |#1| (-363)))) (-3450 (($ $ (-407 (-564))) NIL)) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-3632 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2103 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-2358 (((-768) $) NIL (|has| |#1| (-363)))) (-2961 ((|#1| $ (-407 (-564))) NIL) (($ $ $) NIL (|has| (-407 (-564)) (-1106)))) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) NIL (|has| |#1| (-363)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $ (-1255 |#2|)) 38)) (-4341 (((-407 (-564)) $) NIL)) (-1882 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) NIL)) (-1721 (((-859) $) 108) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1223 |#1| |#2| |#3|)) 16) (($ (-1251 |#1| |#2| |#3|)) 17) (($ (-1255 |#2|)) 36) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-1346 ((|#1| $ (-407 (-564))) NIL)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-1526 ((|#1| $) 12)) (-1919 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-407 (-564))) 74 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 32 T CONST)) (-2898 (($) 26 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 34)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-1244 |#1| |#2| |#3|) (-13 (-1242 |#1| (-1223 |#1| |#2| |#3|)) (-1035 (-1251 |#1| |#2| |#3|)) (-614 (-1255 |#2|)) (-10 -8 (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1244))
-((-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1244 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-2052 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1244 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
-(-13 (-1242 |#1| (-1223 |#1| |#2| |#3|)) (-1035 (-1251 |#1| |#2| |#3|)) (-614 (-1255 |#2|)) (-10 -8 (-15 -1795 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 37)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL)) (-4010 (($ $) NIL)) (-2662 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 (-564) "failed") $) NIL (|has| (-1244 |#2| |#3| |#4|) (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-1244 |#2| |#3| |#4|) (-1035 (-407 (-564))))) (((-3 (-1244 |#2| |#3| |#4|) "failed") $) 22)) (-3437 (((-564) $) NIL (|has| (-1244 |#2| |#3| |#4|) (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| (-1244 |#2| |#3| |#4|) (-1035 (-407 (-564))))) (((-1244 |#2| |#3| |#4|) $) NIL)) (-4316 (($ $) 41)) (-3233 (((-3 $ "failed") $) 27)) (-3912 (($ $) NIL (|has| (-1244 |#2| |#3| |#4|) (-452)))) (-1587 (($ $ (-1244 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|) $) NIL)) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) 11)) (-1924 (((-112) $) NIL)) (-4132 (($ (-1244 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|)) 25)) (-1696 (((-319 |#2| |#3| |#4|) $) NIL)) (-2286 (($ (-1 (-319 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|)) $) NIL)) (-2110 (($ (-1 (-1244 |#2| |#3| |#4|) (-1244 |#2| |#3| |#4|)) $) NIL)) (-3294 (((-3 (-840 |#2|) "failed") $) 90)) (-4280 (($ $) NIL)) (-4292 (((-1244 |#2| |#3| |#4|) $) 20)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4258 (((-112) $) NIL)) (-4269 (((-1244 |#2| |#3| |#4|) $) NIL)) (-2628 (((-3 $ "failed") $ (-1244 |#2| |#3| |#4|)) NIL (|has| (-1244 |#2| |#3| |#4|) (-556))) (((-3 $ "failed") $ $) NIL)) (-3002 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1244 |#2| |#3| |#4|)) (|:| |%expon| (-319 |#2| |#3| |#4|)) (|:| |%expTerms| (-641 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#2|)))))) (|:| |%type| (-1152))) "failed") $) 72)) (-4341 (((-319 |#2| |#3| |#4|) $) 17)) (-2211 (((-1244 |#2| |#3| |#4|) $) NIL (|has| (-1244 |#2| |#3| |#4|) (-452)))) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ (-1244 |#2| |#3| |#4|)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL (-2713 (|has| (-1244 |#2| |#3| |#4|) (-38 (-407 (-564)))) (|has| (-1244 |#2| |#3| |#4|) (-1035 (-407 (-564))))))) (-2415 (((-641 (-1244 |#2| |#3| |#4|)) $) NIL)) (-1346 (((-1244 |#2| |#3| |#4|) $ (-319 |#2| |#3| |#4|)) NIL)) (-2684 (((-3 $ "failed") $) NIL (|has| (-1244 |#2| |#3| |#4|) (-145)))) (-1303 (((-768)) NIL T CONST)) (-3305 (($ $ $ (-768)) NIL (|has| (-1244 |#2| |#3| |#4|) (-172)))) (-1720 (((-112) $ $) NIL)) (-2885 (($) 78 T CONST)) (-2898 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ (-1244 |#2| |#3| |#4|)) NIL (|has| (-1244 |#2| |#3| |#4|) (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-1244 |#2| |#3| |#4|)) NIL) (($ (-1244 |#2| |#3| |#4|) $) NIL) (($ (-407 (-564)) $) NIL (|has| (-1244 |#2| |#3| |#4|) (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| (-1244 |#2| |#3| |#4|) (-38 (-407 (-564)))))))
-(((-1245 |#1| |#2| |#3| |#4|) (-13 (-326 (-1244 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|)) (-556) (-10 -8 (-15 -3294 ((-3 (-840 |#2|) "failed") $)) (-15 -3002 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1244 |#2| |#3| |#4|)) (|:| |%expon| (-319 |#2| |#3| |#4|)) (|:| |%expTerms| (-641 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#2|)))))) (|:| |%type| (-1152))) "failed") $)))) (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452)) (-13 (-27) (-1194) (-430 |#1|)) (-1170) |#2|) (T -1245))
-((-3294 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452))) (-5 *2 (-840 *4)) (-5 *1 (-1245 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170)) (-14 *6 *4))) (-3002 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1244 *4 *5 *6)) (|:| |%expon| (-319 *4 *5 *6)) (|:| |%expTerms| (-641 (-2 (|:| |k| (-407 (-564))) (|:| |c| *4)))))) (|:| |%type| (-1152)))) (-5 *1 (-1245 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170)) (-14 *6 *4))))
-(-13 (-326 (-1244 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|)) (-556) (-10 -8 (-15 -3294 ((-3 (-840 |#2|) "failed") $)) (-15 -3002 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1244 |#2| |#3| |#4|)) (|:| |%expon| (-319 |#2| |#3| |#4|)) (|:| |%expTerms| (-641 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#2|)))))) (|:| |%type| (-1152))) "failed") $))))
-((-1411 ((|#2| $) 33)) (-4053 ((|#2| $) 18)) (-1800 (($ $) 51)) (-4140 (($ $ (-564)) 83)) (-1729 (((-112) $ (-768)) 45)) (-2270 ((|#2| $ |#2|) 81)) (-2354 ((|#2| $ |#2|) 77)) (-1869 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) 70) (($ $ "rest" $) 74) ((|#2| $ "last" |#2|) 72)) (-3424 (($ $ (-641 $)) 80)) (-4041 ((|#2| $) 17)) (-1908 (($ $) NIL) (($ $ (-768)) 58)) (-3610 (((-641 $) $) 30)) (-3496 (((-112) $ $) 68)) (-2575 (((-112) $ (-768)) 44)) (-3715 (((-112) $ (-768)) 42)) (-2545 (((-112) $) 32)) (-3837 ((|#2| $) 24) (($ $ (-768)) 63)) (-2961 ((|#2| $ "value") NIL) ((|#2| $ "first") 10) (($ $ "rest") 16) ((|#2| $ "last") 13)) (-3735 (((-112) $) 22)) (-4383 (($ $) 54)) (-1787 (($ $) 84)) (-3716 (((-768) $) 57)) (-1717 (($ $) 56)) (-2834 (($ $ $) 76) (($ |#2| $) NIL)) (-2202 (((-641 $) $) 31)) (-2853 (((-112) $ $) 66)) (-3435 (((-768) $) 50)))
-(((-1246 |#1| |#2|) (-10 -8 (-15 -4140 (|#1| |#1| (-564))) (-15 -1869 (|#2| |#1| "last" |#2|)) (-15 -2354 (|#2| |#1| |#2|)) (-15 -1869 (|#1| |#1| "rest" |#1|)) (-15 -1869 (|#2| |#1| "first" |#2|)) (-15 -1787 (|#1| |#1|)) (-15 -4383 (|#1| |#1|)) (-15 -3716 ((-768) |#1|)) (-15 -1717 (|#1| |#1|)) (-15 -4053 (|#2| |#1|)) (-15 -4041 (|#2| |#1|)) (-15 -1800 (|#1| |#1|)) (-15 -3837 (|#1| |#1| (-768))) (-15 -2961 (|#2| |#1| "last")) (-15 -3837 (|#2| |#1|)) (-15 -1908 (|#1| |#1| (-768))) (-15 -2961 (|#1| |#1| "rest")) (-15 -1908 (|#1| |#1|)) (-15 -2961 (|#2| |#1| "first")) (-15 -2834 (|#1| |#2| |#1|)) (-15 -2834 (|#1| |#1| |#1|)) (-15 -2270 (|#2| |#1| |#2|)) (-15 -1869 (|#2| |#1| "value" |#2|)) (-15 -3424 (|#1| |#1| (-641 |#1|))) (-15 -3496 ((-112) |#1| |#1|)) (-15 -3735 ((-112) |#1|)) (-15 -2961 (|#2| |#1| "value")) (-15 -1411 (|#2| |#1|)) (-15 -2545 ((-112) |#1|)) (-15 -3610 ((-641 |#1|) |#1|)) (-15 -2202 ((-641 |#1|) |#1|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -3435 ((-768) |#1|)) (-15 -1729 ((-112) |#1| (-768))) (-15 -2575 ((-112) |#1| (-768))) (-15 -3715 ((-112) |#1| (-768)))) (-1247 |#2|) (-1209)) (T -1246))
-NIL
-(-10 -8 (-15 -4140 (|#1| |#1| (-564))) (-15 -1869 (|#2| |#1| "last" |#2|)) (-15 -2354 (|#2| |#1| |#2|)) (-15 -1869 (|#1| |#1| "rest" |#1|)) (-15 -1869 (|#2| |#1| "first" |#2|)) (-15 -1787 (|#1| |#1|)) (-15 -4383 (|#1| |#1|)) (-15 -3716 ((-768) |#1|)) (-15 -1717 (|#1| |#1|)) (-15 -4053 (|#2| |#1|)) (-15 -4041 (|#2| |#1|)) (-15 -1800 (|#1| |#1|)) (-15 -3837 (|#1| |#1| (-768))) (-15 -2961 (|#2| |#1| "last")) (-15 -3837 (|#2| |#1|)) (-15 -1908 (|#1| |#1| (-768))) (-15 -2961 (|#1| |#1| "rest")) (-15 -1908 (|#1| |#1|)) (-15 -2961 (|#2| |#1| "first")) (-15 -2834 (|#1| |#2| |#1|)) (-15 -2834 (|#1| |#1| |#1|)) (-15 -2270 (|#2| |#1| |#2|)) (-15 -1869 (|#2| |#1| "value" |#2|)) (-15 -3424 (|#1| |#1| (-641 |#1|))) (-15 -3496 ((-112) |#1| |#1|)) (-15 -3735 ((-112) |#1|)) (-15 -2961 (|#2| |#1| "value")) (-15 -1411 (|#2| |#1|)) (-15 -2545 ((-112) |#1|)) (-15 -3610 ((-641 |#1|) |#1|)) (-15 -2202 ((-641 |#1|) |#1|)) (-15 -2853 ((-112) |#1| |#1|)) (-15 -3435 ((-768) |#1|)) (-15 -1729 ((-112) |#1| (-768))) (-15 -2575 ((-112) |#1| (-768))) (-15 -3715 ((-112) |#1| (-768))))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1411 ((|#1| $) 48)) (-4053 ((|#1| $) 65)) (-1800 (($ $) 67)) (-4140 (($ $ (-564)) 52 (|has| $ (-6 -4413)))) (-1729 (((-112) $ (-768)) 8)) (-2270 ((|#1| $ |#1|) 39 (|has| $ (-6 -4413)))) (-2777 (($ $ $) 56 (|has| $ (-6 -4413)))) (-2354 ((|#1| $ |#1|) 54 (|has| $ (-6 -4413)))) (-4211 ((|#1| $ |#1|) 58 (|has| $ (-6 -4413)))) (-1869 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4413))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4413))) (($ $ "rest" $) 55 (|has| $ (-6 -4413))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4413)))) (-3424 (($ $ (-641 $)) 41 (|has| $ (-6 -4413)))) (-4041 ((|#1| $) 66)) (-1692 (($) 7 T CONST)) (-1908 (($ $) 73) (($ $ (-768)) 71)) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-3610 (((-641 $) $) 50)) (-3496 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-2575 (((-112) $ (-768)) 9)) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35)) (-3715 (((-112) $ (-768)) 10)) (-1939 (((-641 |#1|) $) 45)) (-2545 (((-112) $) 49)) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3837 ((|#1| $) 70) (($ $ (-768)) 68)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1897 ((|#1| $) 76) (($ $ (-768)) 74)) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69)) (-2705 (((-564) $ $) 44)) (-3735 (((-112) $) 46)) (-4383 (($ $) 62)) (-1787 (($ $) 59 (|has| $ (-6 -4413)))) (-3716 (((-768) $) 63)) (-1717 (($ $) 64)) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1892 (($ $) 13)) (-1321 (($ $ $) 61 (|has| $ (-6 -4413))) (($ $ |#1|) 60 (|has| $ (-6 -4413)))) (-2834 (($ $ $) 78) (($ |#1| $) 77)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2202 (((-641 $) $) 51)) (-4252 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) 11)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) NIL (|has| |#1| (-556)))) (-3220 (($ $ (-407 (-564))) NIL) (($ $ (-407 (-564)) (-407 (-564))) NIL)) (-4163 (((-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|))) $) NIL)) (-3357 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-2427 (($ $) NIL (|has| |#1| (-363)))) (-3399 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3554 (((-112) $ $) NIL (|has| |#1| (-363)))) (-3330 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-768) (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#1|)))) NIL)) (-3384 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-1223 |#1| |#2| |#3|) "failed") $) 19) (((-3 (-1251 |#1| |#2| |#3|) "failed") $) 22)) (-2237 (((-1223 |#1| |#2| |#3|) $) NIL) (((-1251 |#1| |#2| |#3|) $) NIL)) (-1449 (($ $ $) NIL (|has| |#1| (-363)))) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-4302 (((-407 (-564)) $) 69)) (-1424 (($ $ $) NIL (|has| |#1| (-363)))) (-3288 (($ (-407 (-564)) (-1223 |#1| |#2| |#3|)) NIL)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) NIL (|has| |#1| (-363)))) (-1420 (((-112) $) NIL (|has| |#1| (-363)))) (-3030 (((-112) $) NIL)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-407 (-564)) $) NIL) (((-407 (-564)) $ (-407 (-564))) NIL)) (-2949 (((-112) $) NIL)) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2325 (($ $ (-918)) NIL) (($ $ (-407 (-564))) NIL)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-407 (-564))) 30) (($ $ (-1076) (-407 (-564))) NIL) (($ $ (-641 (-1076)) (-641 (-407 (-564)))) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2358 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2740 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3207 (((-1223 |#1| |#2| |#3|) $) 72)) (-2975 (((-3 (-1223 |#1| |#2| |#3|) "failed") $) NIL)) (-3277 (((-1223 |#1| |#2| |#3|) $) NIL)) (-2723 (((-1152) $) NIL)) (-3315 (($ $) NIL (|has| |#1| (-363)))) (-3907 (($ $) 39 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) NIL (-4078 (-12 (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 40 (|has| |#1| (-38 (-407 (-564)))))) (-2780 (((-1114) $) NIL)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) NIL (|has| |#1| (-363)))) (-2777 (($ (-641 $)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-3070 (((-418 $) $) NIL (|has| |#1| (-363)))) (-3380 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-363))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) NIL (|has| |#1| (-363)))) (-3951 (($ $ (-407 (-564))) NIL)) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2106 (((-3 (-641 $) "failed") (-641 $) $) NIL (|has| |#1| (-363)))) (-4326 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))))) (-3920 (((-768) $) NIL (|has| |#1| (-363)))) (-1350 ((|#1| $ (-407 (-564))) NIL) (($ $ $) NIL (|has| (-407 (-564)) (-1106)))) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) NIL (|has| |#1| (-363)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $ (-1255 |#2|)) 38)) (-1619 (((-407 (-564)) $) NIL)) (-3395 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) NIL)) (-1831 (((-859) $) 108) (($ (-564)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1223 |#1| |#2| |#3|)) 16) (($ (-1251 |#1| |#2| |#3|)) 17) (($ (-1255 |#2|)) 36) (($ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556)))) (-2742 ((|#1| $ (-407 (-564))) NIL)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-2513 ((|#1| $) 12)) (-3427 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-407 (-564))) 74 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-407 (-564))))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 32 T CONST)) (-1300 (($) 26 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-407 (-564)) |#1|))))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 34)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ (-564)) NIL (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-1244 |#1| |#2| |#3|) (-13 (-1242 |#1| (-1223 |#1| |#2| |#3|)) (-1035 (-1251 |#1| |#2| |#3|)) (-614 (-1255 |#2|)) (-10 -8 (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1244))
+((-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1244 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-3907 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1244 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
+(-13 (-1242 |#1| (-1223 |#1| |#2| |#3|)) (-1035 (-1251 |#1| |#2| |#3|)) (-614 (-1255 |#2|)) (-10 -8 (-15 -3534 ($ $ (-1255 |#2|))) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 37)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL)) (-1537 (($ $) NIL)) (-1932 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 (-564) "failed") $) NIL (|has| (-1244 |#2| |#3| |#4|) (-1035 (-564)))) (((-3 (-407 (-564)) "failed") $) NIL (|has| (-1244 |#2| |#3| |#4|) (-1035 (-407 (-564))))) (((-3 (-1244 |#2| |#3| |#4|) "failed") $) 22)) (-2237 (((-564) $) NIL (|has| (-1244 |#2| |#3| |#4|) (-1035 (-564)))) (((-407 (-564)) $) NIL (|has| (-1244 |#2| |#3| |#4|) (-1035 (-407 (-564))))) (((-1244 |#2| |#3| |#4|) $) NIL)) (-3396 (($ $) 41)) (-3733 (((-3 $ "failed") $) 27)) (-3031 (($ $) NIL (|has| (-1244 |#2| |#3| |#4|) (-452)))) (-2055 (($ $ (-1244 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|) $) NIL)) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) 11)) (-2003 (((-112) $) NIL)) (-3186 (($ (-1244 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|)) 25)) (-1826 (((-319 |#2| |#3| |#4|) $) NIL)) (-2546 (($ (-1 (-319 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|)) $) NIL)) (-2449 (($ (-1 (-1244 |#2| |#3| |#4|) (-1244 |#2| |#3| |#4|)) $) NIL)) (-3062 (((-3 (-840 |#2|) "failed") $) 90)) (-3356 (($ $) NIL)) (-3370 (((-1244 |#2| |#3| |#4|) $) 20)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3326 (((-112) $) NIL)) (-3341 (((-1244 |#2| |#3| |#4|) $) NIL)) (-1403 (((-3 $ "failed") $ (-1244 |#2| |#3| |#4|)) NIL (|has| (-1244 |#2| |#3| |#4|) (-556))) (((-3 $ "failed") $ $) NIL)) (-1910 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1244 |#2| |#3| |#4|)) (|:| |%expon| (-319 |#2| |#3| |#4|)) (|:| |%expTerms| (-641 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#2|)))))) (|:| |%type| (-1152))) "failed") $) 72)) (-1619 (((-319 |#2| |#3| |#4|) $) 17)) (-3008 (((-1244 |#2| |#3| |#4|) $) NIL (|has| (-1244 |#2| |#3| |#4|) (-452)))) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ (-1244 |#2| |#3| |#4|)) NIL) (($ $) NIL) (($ (-407 (-564))) NIL (-4078 (|has| (-1244 |#2| |#3| |#4|) (-38 (-407 (-564)))) (|has| (-1244 |#2| |#3| |#4|) (-1035 (-407 (-564))))))) (-3227 (((-641 (-1244 |#2| |#3| |#4|)) $) NIL)) (-2742 (((-1244 |#2| |#3| |#4|) $ (-319 |#2| |#3| |#4|)) NIL)) (-4018 (((-3 $ "failed") $) NIL (|has| (-1244 |#2| |#3| |#4|) (-145)))) (-2219 (((-768)) NIL T CONST)) (-3154 (($ $ $ (-768)) NIL (|has| (-1244 |#2| |#3| |#4|) (-172)))) (-3939 (((-112) $ $) NIL)) (-1293 (($) 78 T CONST)) (-1300 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ (-1244 |#2| |#3| |#4|)) NIL (|has| (-1244 |#2| |#3| |#4|) (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ (-1244 |#2| |#3| |#4|)) NIL) (($ (-1244 |#2| |#3| |#4|) $) NIL) (($ (-407 (-564)) $) NIL (|has| (-1244 |#2| |#3| |#4|) (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| (-1244 |#2| |#3| |#4|) (-38 (-407 (-564)))))))
+(((-1245 |#1| |#2| |#3| |#4|) (-13 (-326 (-1244 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|)) (-556) (-10 -8 (-15 -3062 ((-3 (-840 |#2|) "failed") $)) (-15 -1910 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1244 |#2| |#3| |#4|)) (|:| |%expon| (-319 |#2| |#3| |#4|)) (|:| |%expTerms| (-641 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#2|)))))) (|:| |%type| (-1152))) "failed") $)))) (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452)) (-13 (-27) (-1194) (-430 |#1|)) (-1170) |#2|) (T -1245))
+((-3062 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452))) (-5 *2 (-840 *4)) (-5 *1 (-1245 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170)) (-14 *6 *4))) (-1910 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1244 *4 *5 *6)) (|:| |%expon| (-319 *4 *5 *6)) (|:| |%expTerms| (-641 (-2 (|:| |k| (-407 (-564))) (|:| |c| *4)))))) (|:| |%type| (-1152)))) (-5 *1 (-1245 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170)) (-14 *6 *4))))
+(-13 (-326 (-1244 |#2| |#3| |#4|) (-319 |#2| |#3| |#4|)) (-556) (-10 -8 (-15 -3062 ((-3 (-840 |#2|) "failed") $)) (-15 -1910 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1244 |#2| |#3| |#4|)) (|:| |%expon| (-319 |#2| |#3| |#4|)) (|:| |%expTerms| (-641 (-2 (|:| |k| (-407 (-564))) (|:| |c| |#2|)))))) (|:| |%type| (-1152))) "failed") $))))
+((-1522 ((|#2| $) 33)) (-3149 ((|#2| $) 18)) (-4045 (($ $) 51)) (-3459 (($ $ (-564)) 83)) (-4010 (((-112) $ (-768)) 45)) (-2373 ((|#2| $ |#2|) 81)) (-3881 ((|#2| $ |#2|) 77)) (-1970 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) 70) (($ $ "rest" $) 74) ((|#2| $ "last" |#2|) 72)) (-1801 (($ $ (-641 $)) 80)) (-3137 ((|#2| $) 17)) (-3314 (($ $) NIL) (($ $ (-768)) 58)) (-3128 (((-641 $) $) 30)) (-4376 (((-112) $ $) 68)) (-2324 (((-112) $ (-768)) 44)) (-1713 (((-112) $ (-768)) 42)) (-2033 (((-112) $) 32)) (-2598 ((|#2| $) 24) (($ $ (-768)) 63)) (-1350 ((|#2| $ "value") NIL) ((|#2| $ "first") 10) (($ $ "rest") 16) ((|#2| $ "last") 13)) (-1899 (((-112) $) 22)) (-2034 (($ $) 54)) (-3292 (($ $) 84)) (-1724 (((-768) $) 57)) (-3910 (($ $) 56)) (-3043 (($ $ $) 76) (($ |#2| $) NIL)) (-2926 (((-641 $) $) 31)) (-1702 (((-112) $ $) 66)) (-2828 (((-768) $) 50)))
+(((-1246 |#1| |#2|) (-10 -8 (-15 -3459 (|#1| |#1| (-564))) (-15 -1970 (|#2| |#1| "last" |#2|)) (-15 -3881 (|#2| |#1| |#2|)) (-15 -1970 (|#1| |#1| "rest" |#1|)) (-15 -1970 (|#2| |#1| "first" |#2|)) (-15 -3292 (|#1| |#1|)) (-15 -2034 (|#1| |#1|)) (-15 -1724 ((-768) |#1|)) (-15 -3910 (|#1| |#1|)) (-15 -3149 (|#2| |#1|)) (-15 -3137 (|#2| |#1|)) (-15 -4045 (|#1| |#1|)) (-15 -2598 (|#1| |#1| (-768))) (-15 -1350 (|#2| |#1| "last")) (-15 -2598 (|#2| |#1|)) (-15 -3314 (|#1| |#1| (-768))) (-15 -1350 (|#1| |#1| "rest")) (-15 -3314 (|#1| |#1|)) (-15 -1350 (|#2| |#1| "first")) (-15 -3043 (|#1| |#2| |#1|)) (-15 -3043 (|#1| |#1| |#1|)) (-15 -2373 (|#2| |#1| |#2|)) (-15 -1970 (|#2| |#1| "value" |#2|)) (-15 -1801 (|#1| |#1| (-641 |#1|))) (-15 -4376 ((-112) |#1| |#1|)) (-15 -1899 ((-112) |#1|)) (-15 -1350 (|#2| |#1| "value")) (-15 -1522 (|#2| |#1|)) (-15 -2033 ((-112) |#1|)) (-15 -3128 ((-641 |#1|) |#1|)) (-15 -2926 ((-641 |#1|) |#1|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -2828 ((-768) |#1|)) (-15 -4010 ((-112) |#1| (-768))) (-15 -2324 ((-112) |#1| (-768))) (-15 -1713 ((-112) |#1| (-768)))) (-1247 |#2|) (-1209)) (T -1246))
+NIL
+(-10 -8 (-15 -3459 (|#1| |#1| (-564))) (-15 -1970 (|#2| |#1| "last" |#2|)) (-15 -3881 (|#2| |#1| |#2|)) (-15 -1970 (|#1| |#1| "rest" |#1|)) (-15 -1970 (|#2| |#1| "first" |#2|)) (-15 -3292 (|#1| |#1|)) (-15 -2034 (|#1| |#1|)) (-15 -1724 ((-768) |#1|)) (-15 -3910 (|#1| |#1|)) (-15 -3149 (|#2| |#1|)) (-15 -3137 (|#2| |#1|)) (-15 -4045 (|#1| |#1|)) (-15 -2598 (|#1| |#1| (-768))) (-15 -1350 (|#2| |#1| "last")) (-15 -2598 (|#2| |#1|)) (-15 -3314 (|#1| |#1| (-768))) (-15 -1350 (|#1| |#1| "rest")) (-15 -3314 (|#1| |#1|)) (-15 -1350 (|#2| |#1| "first")) (-15 -3043 (|#1| |#2| |#1|)) (-15 -3043 (|#1| |#1| |#1|)) (-15 -2373 (|#2| |#1| |#2|)) (-15 -1970 (|#2| |#1| "value" |#2|)) (-15 -1801 (|#1| |#1| (-641 |#1|))) (-15 -4376 ((-112) |#1| |#1|)) (-15 -1899 ((-112) |#1|)) (-15 -1350 (|#2| |#1| "value")) (-15 -1522 (|#2| |#1|)) (-15 -2033 ((-112) |#1|)) (-15 -3128 ((-641 |#1|) |#1|)) (-15 -2926 ((-641 |#1|) |#1|)) (-15 -1702 ((-112) |#1| |#1|)) (-15 -2828 ((-768) |#1|)) (-15 -4010 ((-112) |#1| (-768))) (-15 -2324 ((-112) |#1| (-768))) (-15 -1713 ((-112) |#1| (-768))))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1522 ((|#1| $) 48)) (-3149 ((|#1| $) 65)) (-4045 (($ $) 67)) (-3459 (($ $ (-564)) 52 (|has| $ (-6 -4407)))) (-4010 (((-112) $ (-768)) 8)) (-2373 ((|#1| $ |#1|) 39 (|has| $ (-6 -4407)))) (-3653 (($ $ $) 56 (|has| $ (-6 -4407)))) (-3881 ((|#1| $ |#1|) 54 (|has| $ (-6 -4407)))) (-2923 ((|#1| $ |#1|) 58 (|has| $ (-6 -4407)))) (-1970 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4407))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4407))) (($ $ "rest" $) 55 (|has| $ (-6 -4407))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4407)))) (-1801 (($ $ (-641 $)) 41 (|has| $ (-6 -4407)))) (-3137 ((|#1| $) 66)) (-1778 (($) 7 T CONST)) (-3314 (($ $) 73) (($ $ (-768)) 71)) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3128 (((-641 $) $) 50)) (-4376 (((-112) $ $) 42 (|has| |#1| (-1094)))) (-2324 (((-112) $ (-768)) 9)) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35)) (-1713 (((-112) $ (-768)) 10)) (-4119 (((-641 |#1|) $) 45)) (-2033 (((-112) $) 49)) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-2598 ((|#1| $) 70) (($ $ (-768)) 68)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3303 ((|#1| $) 76) (($ $ (-768)) 74)) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69)) (-4190 (((-564) $ $) 44)) (-1899 (((-112) $) 46)) (-2034 (($ $) 62)) (-3292 (($ $) 59 (|has| $ (-6 -4407)))) (-1724 (((-768) $) 63)) (-3910 (($ $) 64)) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-1991 (($ $) 13)) (-2460 (($ $ $) 61 (|has| $ (-6 -4407))) (($ $ |#1|) 60 (|has| $ (-6 -4407)))) (-3043 (($ $ $) 78) (($ |#1| $) 77)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2926 (((-641 $) $) 51)) (-2054 (((-112) $ $) 43 (|has| |#1| (-1094)))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-1247 |#1|) (-140) (-1209)) (T -1247))
-((-2834 (*1 *1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-2834 (*1 *1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1897 (*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1897 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209)))) (-1908 (*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-2961 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1247 *3)) (-4 *3 (-1209)))) (-1908 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209)))) (-3837 (*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-2961 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3837 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209)))) (-1800 (*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-4041 (*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-4053 (*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1717 (*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3716 (*1 *2 *1) (-12 (-4 *1 (-1247 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))) (-4383 (*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1321 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1321 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1787 (*1 *1 *1) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-4211 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1869 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-2777 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1869 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4413)) (-4 *1 (-1247 *3)) (-4 *3 (-1209)))) (-2354 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1869 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-4140 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (|has| *1 (-6 -4413)) (-4 *1 (-1247 *3)) (-4 *3 (-1209)))))
-(-13 (-1007 |t#1|) (-10 -8 (-15 -2834 ($ $ $)) (-15 -2834 ($ |t#1| $)) (-15 -1897 (|t#1| $)) (-15 -2961 (|t#1| $ "first")) (-15 -1897 ($ $ (-768))) (-15 -1908 ($ $)) (-15 -2961 ($ $ "rest")) (-15 -1908 ($ $ (-768))) (-15 -3837 (|t#1| $)) (-15 -2961 (|t#1| $ "last")) (-15 -3837 ($ $ (-768))) (-15 -1800 ($ $)) (-15 -4041 (|t#1| $)) (-15 -4053 (|t#1| $)) (-15 -1717 ($ $)) (-15 -3716 ((-768) $)) (-15 -4383 ($ $)) (IF (|has| $ (-6 -4413)) (PROGN (-15 -1321 ($ $ $)) (-15 -1321 ($ $ |t#1|)) (-15 -1787 ($ $)) (-15 -4211 (|t#1| $ |t#1|)) (-15 -1869 (|t#1| $ "first" |t#1|)) (-15 -2777 ($ $ $)) (-15 -1869 ($ $ "rest" $)) (-15 -2354 (|t#1| $ |t#1|)) (-15 -1869 (|t#1| $ "last" |t#1|)) (-15 -4140 ($ $ (-564)))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
-((-2110 ((|#4| (-1 |#2| |#1|) |#3|) 17)))
-(((-1248 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2110 (|#4| (-1 |#2| |#1|) |#3|))) (-1046) (-1046) (-1250 |#1|) (-1250 |#2|)) (T -1248))
-((-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-4 *2 (-1250 *6)) (-5 *1 (-1248 *5 *6 *4 *2)) (-4 *4 (-1250 *5)))))
-(-10 -7 (-15 -2110 (|#4| (-1 |#2| |#1|) |#3|)))
-((-2013 (((-112) $) 17)) (-1848 (($ $) 105)) (-1711 (($ $) 81)) (-1827 (($ $) 101)) (-1688 (($ $) 77)) (-1871 (($ $) 109)) (-1734 (($ $) 85)) (-3612 (($ $) 75)) (-2103 (($ $) 73)) (-1882 (($ $) 111)) (-1744 (($ $) 87)) (-1858 (($ $) 107)) (-1723 (($ $) 83)) (-1838 (($ $) 103)) (-1700 (($ $) 79)) (-1721 (((-859) $) 61) (($ (-564)) NIL) (($ (-407 (-564))) NIL) (($ $) NIL) (($ |#2|) NIL)) (-1919 (($ $) 117)) (-1777 (($ $) 93)) (-1895 (($ $) 113)) (-1755 (($ $) 89)) (-1942 (($ $) 121)) (-1803 (($ $) 97)) (-2712 (($ $) 123)) (-1813 (($ $) 99)) (-1930 (($ $) 119)) (-1791 (($ $) 95)) (-1906 (($ $) 115)) (-1766 (($ $) 91)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ |#2|) 65) (($ $ $) 68) (($ $ (-407 (-564))) 71)))
-(((-1249 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -1711 (|#1| |#1|)) (-15 -1688 (|#1| |#1|)) (-15 -1734 (|#1| |#1|)) (-15 -1744 (|#1| |#1|)) (-15 -1723 (|#1| |#1|)) (-15 -1700 (|#1| |#1|)) (-15 -1766 (|#1| |#1|)) (-15 -1791 (|#1| |#1|)) (-15 -1813 (|#1| |#1|)) (-15 -1803 (|#1| |#1|)) (-15 -1755 (|#1| |#1|)) (-15 -1777 (|#1| |#1|)) (-15 -1838 (|#1| |#1|)) (-15 -1858 (|#1| |#1|)) (-15 -1882 (|#1| |#1|)) (-15 -1871 (|#1| |#1|)) (-15 -1827 (|#1| |#1|)) (-15 -1848 (|#1| |#1|)) (-15 -1906 (|#1| |#1|)) (-15 -1930 (|#1| |#1|)) (-15 -2712 (|#1| |#1|)) (-15 -1942 (|#1| |#1|)) (-15 -1895 (|#1| |#1|)) (-15 -1919 (|#1| |#1|)) (-15 -3612 (|#1| |#1|)) (-15 -2103 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -1721 (|#1| |#2|)) (-15 -1721 (|#1| |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))) (-15 -2013 ((-112) |#1|)) (-15 -1721 ((-859) |#1|))) (-1250 |#2|) (-1046)) (T -1249))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -1711 (|#1| |#1|)) (-15 -1688 (|#1| |#1|)) (-15 -1734 (|#1| |#1|)) (-15 -1744 (|#1| |#1|)) (-15 -1723 (|#1| |#1|)) (-15 -1700 (|#1| |#1|)) (-15 -1766 (|#1| |#1|)) (-15 -1791 (|#1| |#1|)) (-15 -1813 (|#1| |#1|)) (-15 -1803 (|#1| |#1|)) (-15 -1755 (|#1| |#1|)) (-15 -1777 (|#1| |#1|)) (-15 -1838 (|#1| |#1|)) (-15 -1858 (|#1| |#1|)) (-15 -1882 (|#1| |#1|)) (-15 -1871 (|#1| |#1|)) (-15 -1827 (|#1| |#1|)) (-15 -1848 (|#1| |#1|)) (-15 -1906 (|#1| |#1|)) (-15 -1930 (|#1| |#1|)) (-15 -2712 (|#1| |#1|)) (-15 -1942 (|#1| |#1|)) (-15 -1895 (|#1| |#1|)) (-15 -1919 (|#1| |#1|)) (-15 -3612 (|#1| |#1|)) (-15 -2103 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -1721 (|#1| |#2|)) (-15 -1721 (|#1| |#1|)) (-15 -1721 (|#1| (-407 (-564)))) (-15 -1721 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))) (-15 -2013 ((-112) |#1|)) (-15 -1721 ((-859) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-4153 (((-641 (-1076)) $) 77)) (-2794 (((-1170) $) 106)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-4010 (($ $) 55 (|has| |#1| (-556)))) (-2662 (((-112) $) 57 (|has| |#1| (-556)))) (-3183 (($ $ (-768)) 101) (($ $ (-768) (-768)) 100)) (-1747 (((-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|))) $) 108)) (-1848 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) 19)) (-4029 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-1827 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|)))) 158) (($ (-1150 |#1|)) 156)) (-1871 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) 17 T CONST)) (-4316 (($ $) 63)) (-3233 (((-3 $ "failed") $) 33)) (-1947 (($ $) 155)) (-3229 (((-949 |#1|) $ (-768)) 153) (((-949 |#1|) $ (-768) (-768)) 152)) (-2214 (((-112) $) 76)) (-2682 (($) 148 (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-768) $) 103) (((-768) $ (-768)) 102)) (-3282 (((-112) $) 31)) (-2201 (($ $ (-564)) 119 (|has| |#1| (-38 (-407 (-564)))))) (-4282 (($ $ (-918)) 104)) (-2308 (($ (-1 |#1| (-564)) $) 154)) (-1924 (((-112) $) 65)) (-4132 (($ |#1| (-768)) 64) (($ $ (-1076) (-768)) 79) (($ $ (-641 (-1076)) (-641 (-768))) 78)) (-2110 (($ (-1 |#1| |#1|) $) 66)) (-3612 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) 68)) (-4292 ((|#1| $) 69)) (-2811 (((-1152) $) 9)) (-2052 (($ $) 150 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 149 (-2713 (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-956)) (|has| |#1| (-1194)) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-38 (-407 (-564)))))))) (-4382 (((-1114) $) 10)) (-3450 (($ $ (-768)) 98)) (-2628 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-2103 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-3227 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-768)))))) (-2961 ((|#1| $ (-768)) 107) (($ $ $) 84 (|has| (-768) (-1106)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) 92 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-1170) (-768)) 91 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-641 (-1170))) 90 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-1170)) 89 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-768)) 87 (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) 85 (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (-4341 (((-768) $) 67)) (-1882 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) 75)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556))) (($ |#1|) 50 (|has| |#1| (-172)))) (-2415 (((-1150 |#1|) $) 157)) (-1346 ((|#1| $ (-768)) 62)) (-2684 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-1303 (((-768)) 28 T CONST)) (-1526 ((|#1| $) 105)) (-1919 (($ $) 144 (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) 56 (|has| |#1| (-556)))) (-1895 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) 142 (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-768)) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-768)))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) 140 (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) 96 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-1170) (-768)) 95 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-641 (-1170))) 94 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-1170)) 93 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-768)) 88 (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) 86 (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 61 (|has| |#1| (-363)))) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ |#1|) 151 (|has| |#1| (-363))) (($ $ $) 147 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 118 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
+((-3043 (*1 *1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3043 (*1 *1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3303 (*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3303 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209)))) (-3314 (*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1350 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1247 *3)) (-4 *3 (-1209)))) (-3314 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209)))) (-2598 (*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-2598 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209)))) (-4045 (*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3137 (*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3149 (*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3910 (*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1724 (*1 *2 *1) (-12 (-4 *1 (-1247 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))) (-2034 (*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-2460 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-2460 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3292 (*1 *1 *1) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-2923 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1970 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3653 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1970 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4407)) (-4 *1 (-1247 *3)) (-4 *3 (-1209)))) (-3881 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-1970 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))) (-3459 (*1 *1 *1 *2) (-12 (-5 *2 (-564)) (|has| *1 (-6 -4407)) (-4 *1 (-1247 *3)) (-4 *3 (-1209)))))
+(-13 (-1007 |t#1|) (-10 -8 (-15 -3043 ($ $ $)) (-15 -3043 ($ |t#1| $)) (-15 -3303 (|t#1| $)) (-15 -1350 (|t#1| $ "first")) (-15 -3303 ($ $ (-768))) (-15 -3314 ($ $)) (-15 -1350 ($ $ "rest")) (-15 -3314 ($ $ (-768))) (-15 -2598 (|t#1| $)) (-15 -1350 (|t#1| $ "last")) (-15 -2598 ($ $ (-768))) (-15 -4045 ($ $)) (-15 -3137 (|t#1| $)) (-15 -3149 (|t#1| $)) (-15 -3910 ($ $)) (-15 -1724 ((-768) $)) (-15 -2034 ($ $)) (IF (|has| $ (-6 -4407)) (PROGN (-15 -2460 ($ $ $)) (-15 -2460 ($ $ |t#1|)) (-15 -3292 ($ $)) (-15 -2923 (|t#1| $ |t#1|)) (-15 -1970 (|t#1| $ "first" |t#1|)) (-15 -3653 ($ $ $)) (-15 -1970 ($ $ "rest" $)) (-15 -3881 (|t#1| $ |t#1|)) (-15 -1970 (|t#1| $ "last" |t#1|)) (-15 -3459 ($ $ (-564)))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1094)) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-611 (-859)))) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-489 |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-1007 |#1|) . T) ((-1094) |has| |#1| (-1094)) ((-1209) . T))
+((-2449 ((|#4| (-1 |#2| |#1|) |#3|) 17)))
+(((-1248 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2449 (|#4| (-1 |#2| |#1|) |#3|))) (-1046) (-1046) (-1250 |#1|) (-1250 |#2|)) (T -1248))
+((-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1046)) (-4 *6 (-1046)) (-4 *2 (-1250 *6)) (-5 *1 (-1248 *5 *6 *4 *2)) (-4 *4 (-1250 *5)))))
+(-10 -7 (-15 -2449 (|#4| (-1 |#2| |#1|) |#3|)))
+((-1615 (((-112) $) 17)) (-3357 (($ $) 105)) (-3210 (($ $) 81)) (-3330 (($ $) 101)) (-3187 (($ $) 77)) (-3384 (($ $) 109)) (-3233 (($ $) 85)) (-2358 (($ $) 75)) (-4326 (($ $) 73)) (-3395 (($ $) 111)) (-3245 (($ $) 87)) (-3371 (($ $) 107)) (-3221 (($ $) 83)) (-3344 (($ $) 103)) (-3199 (($ $) 79)) (-1831 (((-859) $) 61) (($ (-564)) NIL) (($ (-407 (-564))) NIL) (($ $) NIL) (($ |#2|) NIL)) (-3427 (($ $) 117)) (-3276 (($ $) 93)) (-3406 (($ $) 113)) (-3254 (($ $) 89)) (-3450 (($ $) 121)) (-3302 (($ $) 97)) (-2315 (($ $) 123)) (-3316 (($ $) 99)) (-3439 (($ $) 119)) (-3287 (($ $) 95)) (-3416 (($ $) 115)) (-3265 (($ $) 91)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ |#2|) 65) (($ $ $) 68) (($ $ (-407 (-564))) 71)))
+(((-1249 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -3210 (|#1| |#1|)) (-15 -3187 (|#1| |#1|)) (-15 -3233 (|#1| |#1|)) (-15 -3245 (|#1| |#1|)) (-15 -3221 (|#1| |#1|)) (-15 -3199 (|#1| |#1|)) (-15 -3265 (|#1| |#1|)) (-15 -3287 (|#1| |#1|)) (-15 -3316 (|#1| |#1|)) (-15 -3302 (|#1| |#1|)) (-15 -3254 (|#1| |#1|)) (-15 -3276 (|#1| |#1|)) (-15 -3344 (|#1| |#1|)) (-15 -3371 (|#1| |#1|)) (-15 -3395 (|#1| |#1|)) (-15 -3384 (|#1| |#1|)) (-15 -3330 (|#1| |#1|)) (-15 -3357 (|#1| |#1|)) (-15 -3416 (|#1| |#1|)) (-15 -3439 (|#1| |#1|)) (-15 -2315 (|#1| |#1|)) (-15 -3450 (|#1| |#1|)) (-15 -3406 (|#1| |#1|)) (-15 -3427 (|#1| |#1|)) (-15 -2358 (|#1| |#1|)) (-15 -4326 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -1831 (|#1| |#2|)) (-15 -1831 (|#1| |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))) (-15 -1615 ((-112) |#1|)) (-15 -1831 ((-859) |#1|))) (-1250 |#2|) (-1046)) (T -1249))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-407 (-564)))) (-15 -3210 (|#1| |#1|)) (-15 -3187 (|#1| |#1|)) (-15 -3233 (|#1| |#1|)) (-15 -3245 (|#1| |#1|)) (-15 -3221 (|#1| |#1|)) (-15 -3199 (|#1| |#1|)) (-15 -3265 (|#1| |#1|)) (-15 -3287 (|#1| |#1|)) (-15 -3316 (|#1| |#1|)) (-15 -3302 (|#1| |#1|)) (-15 -3254 (|#1| |#1|)) (-15 -3276 (|#1| |#1|)) (-15 -3344 (|#1| |#1|)) (-15 -3371 (|#1| |#1|)) (-15 -3395 (|#1| |#1|)) (-15 -3384 (|#1| |#1|)) (-15 -3330 (|#1| |#1|)) (-15 -3357 (|#1| |#1|)) (-15 -3416 (|#1| |#1|)) (-15 -3439 (|#1| |#1|)) (-15 -2315 (|#1| |#1|)) (-15 -3450 (|#1| |#1|)) (-15 -3406 (|#1| |#1|)) (-15 -3427 (|#1| |#1|)) (-15 -2358 (|#1| |#1|)) (-15 -4326 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -1831 (|#1| |#2|)) (-15 -1831 (|#1| |#1|)) (-15 -1831 (|#1| (-407 (-564)))) (-15 -1831 (|#1| (-564))) (-15 ** (|#1| |#1| (-768))) (-15 ** (|#1| |#1| (-918))) (-15 -1615 ((-112) |#1|)) (-15 -1831 ((-859) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3209 (((-641 (-1076)) $) 77)) (-3871 (((-1170) $) 106)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 54 (|has| |#1| (-556)))) (-1537 (($ $) 55 (|has| |#1| (-556)))) (-1932 (((-112) $) 57 (|has| |#1| (-556)))) (-3220 (($ $ (-768)) 101) (($ $ (-768) (-768)) 100)) (-4163 (((-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|))) $) 108)) (-3357 (($ $) 138 (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) 121 (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) 19)) (-3083 (($ $) 120 (|has| |#1| (-38 (-407 (-564)))))) (-3330 (($ $) 137 (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) 122 (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|)))) 158) (($ (-1150 |#1|)) 156)) (-3384 (($ $) 136 (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) 123 (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) 17 T CONST)) (-3396 (($ $) 63)) (-3733 (((-3 $ "failed") $) 33)) (-2186 (($ $) 155)) (-2469 (((-949 |#1|) $ (-768)) 153) (((-949 |#1|) $ (-768) (-768)) 152)) (-3030 (((-112) $) 76)) (-3714 (($) 148 (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-768) $) 103) (((-768) $ (-768)) 102)) (-2949 (((-112) $) 31)) (-2915 (($ $ (-564)) 119 (|has| |#1| (-38 (-407 (-564)))))) (-2325 (($ $ (-918)) 104)) (-1477 (($ (-1 |#1| (-564)) $) 154)) (-2003 (((-112) $) 65)) (-3186 (($ |#1| (-768)) 64) (($ $ (-1076) (-768)) 79) (($ $ (-641 (-1076)) (-641 (-768))) 78)) (-2449 (($ (-1 |#1| |#1|) $) 66)) (-2358 (($ $) 145 (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) 68)) (-3370 ((|#1| $) 69)) (-2723 (((-1152) $) 9)) (-3907 (($ $) 150 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 149 (-4078 (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-956)) (|has| |#1| (-1194)) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-38 (-407 (-564)))))))) (-2780 (((-1114) $) 10)) (-3951 (($ $ (-768)) 98)) (-1403 (((-3 $ "failed") $ $) 53 (|has| |#1| (-556)))) (-4326 (($ $) 146 (|has| |#1| (-38 (-407 (-564)))))) (-2633 (((-1150 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-768)))))) (-1350 ((|#1| $ (-768)) 107) (($ $ $) 84 (|has| (-768) (-1106)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) 92 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-1170) (-768)) 91 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-641 (-1170))) 90 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-1170)) 89 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-768)) 87 (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) 85 (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (-1619 (((-768) $) 67)) (-3395 (($ $) 135 (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) 124 (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) 134 (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) 125 (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) 133 (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) 126 (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) 75)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ (-407 (-564))) 60 (|has| |#1| (-38 (-407 (-564))))) (($ $) 52 (|has| |#1| (-556))) (($ |#1|) 50 (|has| |#1| (-172)))) (-3227 (((-1150 |#1|) $) 157)) (-2742 ((|#1| $ (-768)) 62)) (-4018 (((-3 $ "failed") $) 51 (|has| |#1| (-145)))) (-2219 (((-768)) 28 T CONST)) (-2513 ((|#1| $) 105)) (-3427 (($ $) 144 (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) 132 (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) 56 (|has| |#1| (-556)))) (-3406 (($ $) 143 (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) 131 (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) 142 (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) 130 (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-768)) 99 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-768)))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) 141 (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) 129 (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) 140 (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) 128 (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) 139 (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) 127 (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) 96 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-1170) (-768)) 95 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-641 (-1170))) 94 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-1170)) 93 (-12 (|has| |#1| (-897 (-1170))) (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (($ $ (-768)) 88 (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) 86 (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 61 (|has| |#1| (-363)))) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ |#1|) 151 (|has| |#1| (-363))) (($ $ $) 147 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 118 (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 71) (($ |#1| $) 70) (($ (-407 (-564)) $) 59 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) 58 (|has| |#1| (-38 (-407 (-564)))))))
(((-1250 |#1|) (-140) (-1046)) (T -1250))
-((-2729 (*1 *1 *2) (-12 (-5 *2 (-1150 (-2 (|:| |k| (-768)) (|:| |c| *3)))) (-4 *3 (-1046)) (-4 *1 (-1250 *3)))) (-2415 (*1 *2 *1) (-12 (-4 *1 (-1250 *3)) (-4 *3 (-1046)) (-5 *2 (-1150 *3)))) (-2729 (*1 *1 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-4 *1 (-1250 *3)))) (-1947 (*1 *1 *1) (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)))) (-2308 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-564))) (-4 *1 (-1250 *3)) (-4 *3 (-1046)))) (-3229 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-1250 *4)) (-4 *4 (-1046)) (-5 *2 (-949 *4)))) (-3229 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-4 *1 (-1250 *4)) (-4 *4 (-1046)) (-5 *2 (-949 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-2052 (*1 *1 *1) (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564)))))) (-2052 (*1 *1 *1 *2) (-2713 (-12 (-5 *2 (-1170)) (-4 *1 (-1250 *3)) (-4 *3 (-1046)) (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194)) (-4 *3 (-38 (-407 (-564)))))) (-12 (-5 *2 (-1170)) (-4 *1 (-1250 *3)) (-4 *3 (-1046)) (-12 (|has| *3 (-15 -4153 ((-641 *2) *3))) (|has| *3 (-15 -2052 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564)))))))))
-(-13 (-1237 |t#1| (-768)) (-10 -8 (-15 -2729 ($ (-1150 (-2 (|:| |k| (-768)) (|:| |c| |t#1|))))) (-15 -2415 ((-1150 |t#1|) $)) (-15 -2729 ($ (-1150 |t#1|))) (-15 -1947 ($ $)) (-15 -2308 ($ (-1 |t#1| (-564)) $)) (-15 -3229 ((-949 |t#1|) $ (-768))) (-15 -3229 ((-949 |t#1|) $ (-768) (-768))) (IF (|has| |t#1| (-363)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-407 (-564)))) (PROGN (-15 -2052 ($ $)) (IF (|has| |t#1| (-15 -2052 (|t#1| |t#1| (-1170)))) (IF (|has| |t#1| (-15 -4153 ((-641 (-1170)) |t#1|))) (-15 -2052 ($ $ (-1170))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1194)) (IF (|has| |t#1| (-956)) (IF (|has| |t#1| (-29 (-564))) (-15 -2052 ($ $ (-1170))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-999)) (-6 (-1194))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-768)) . T) ((-25) . T) ((-38 #1=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) |has| |#1| (-38 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-768) |#1|))) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-286 $ $) |has| (-768) (-1106)) ((-290) |has| |#1| (-556)) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-556) |has| |#1| (-556)) ((-644 #1#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #1#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170)))) ((-970 |#1| #0# (-1076)) . T) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1052 #1#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -2713 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))) ((-1237 |#1| #0#) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-4153 (((-641 (-1076)) $) NIL)) (-2794 (((-1170) $) 92)) (-2549 (((-1232 |#2| |#1|) $ (-768)) 74)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-4010 (($ $) NIL (|has| |#1| (-556)))) (-2662 (((-112) $) 143 (|has| |#1| (-556)))) (-3183 (($ $ (-768)) 129) (($ $ (-768) (-768)) 131)) (-1747 (((-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|))) $) 43)) (-1848 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1711 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2071 (((-3 $ "failed") $ $) NIL)) (-4029 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1827 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1688 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2729 (($ (-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|)))) 53) (($ (-1150 |#1|)) NIL)) (-1871 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1734 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1692 (($) NIL T CONST)) (-2646 (($ $) 135)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-1947 (($ $) 141)) (-3229 (((-949 |#1|) $ (-768)) 64) (((-949 |#1|) $ (-768) (-768)) 66)) (-2214 (((-112) $) NIL)) (-2682 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2887 (((-768) $) NIL) (((-768) $ (-768)) NIL)) (-3282 (((-112) $) NIL)) (-2821 (($ $) 119)) (-2201 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3285 (($ (-564) (-564) $) 137)) (-4282 (($ $ (-918)) 140)) (-2308 (($ (-1 |#1| (-564)) $) 113)) (-1924 (((-112) $) NIL)) (-4132 (($ |#1| (-768)) 16) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2110 (($ (-1 |#1| |#1|) $) 100)) (-3612 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4280 (($ $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-2909 (($ $) 117)) (-2566 (($ $) 115)) (-3733 (($ (-564) (-564) $) 139)) (-2052 (($ $) 151 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 157 (-2713 (-12 (|has| |#1| (-15 -2052 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -4153 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 152 (|has| |#1| (-38 (-407 (-564)))))) (-4382 (((-1114) $) NIL)) (-4109 (($ $ (-564) (-564)) 123)) (-3450 (($ $ (-768)) 125)) (-2628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-2103 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1855 (($ $) 121)) (-3227 (((-1150 |#1|) $ |#1|) 102 (|has| |#1| (-15 ** (|#1| |#1| (-768)))))) (-2961 ((|#1| $ (-768)) 97) (($ $ $) 133 (|has| (-768) (-1106)))) (-1795 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) 110 (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) 104 (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $ (-1255 |#2|)) 105)) (-4341 (((-768) $) NIL)) (-1882 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1744 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1858 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1723 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1838 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1700 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4072 (($ $) 127)) (-1721 (((-859) $) NIL) (($ (-564)) 26) (($ (-407 (-564))) 149 (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556))) (($ |#1|) 25 (|has| |#1| (-172))) (($ (-1232 |#2| |#1|)) 83) (($ (-1255 |#2|)) 22)) (-2415 (((-1150 |#1|) $) NIL)) (-1346 ((|#1| $ (-768)) 96)) (-2684 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-1303 (((-768)) NIL T CONST)) (-1526 ((|#1| $) 93)) (-1919 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1777 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1720 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1895 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1755 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1942 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1803 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4124 ((|#1| $ (-768)) 91 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-768)))) (|has| |#1| (-15 -1721 (|#1| (-1170))))))) (-2712 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1813 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1930 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1791 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1906 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1766 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2885 (($) 18 T CONST)) (-2898 (($) 13 T CONST)) (-3256 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (-2853 (((-112) $ $) NIL)) (-2983 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) 109)) (-2956 (($ $ $) 20)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ |#1|) 146 (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 108) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
-(((-1251 |#1| |#2| |#3|) (-13 (-1250 |#1|) (-10 -8 (-15 -1721 ($ (-1232 |#2| |#1|))) (-15 -2549 ((-1232 |#2| |#1|) $ (-768))) (-15 -1721 ($ (-1255 |#2|))) (-15 -1795 ($ $ (-1255 |#2|))) (-15 -2566 ($ $)) (-15 -2909 ($ $)) (-15 -2821 ($ $)) (-15 -1855 ($ $)) (-15 -4109 ($ $ (-564) (-564))) (-15 -2646 ($ $)) (-15 -3285 ($ (-564) (-564) $)) (-15 -3733 ($ (-564) (-564) $)) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1251))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-1232 *4 *3)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3) (-5 *1 (-1251 *3 *4 *5)))) (-2549 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1232 *5 *4)) (-5 *1 (-1251 *4 *5 *6)) (-4 *4 (-1046)) (-14 *5 (-1170)) (-14 *6 *4))) (-1721 (*1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-1795 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-2566 (*1 *1 *1) (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170)) (-14 *4 *2))) (-2909 (*1 *1 *1) (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170)) (-14 *4 *2))) (-2821 (*1 *1 *1) (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170)) (-14 *4 *2))) (-1855 (*1 *1 *1) (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170)) (-14 *4 *2))) (-4109 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3))) (-2646 (*1 *1 *1) (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170)) (-14 *4 *2))) (-3285 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3))) (-3733 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3))) (-2052 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
-(-13 (-1250 |#1|) (-10 -8 (-15 -1721 ($ (-1232 |#2| |#1|))) (-15 -2549 ((-1232 |#2| |#1|) $ (-768))) (-15 -1721 ($ (-1255 |#2|))) (-15 -1795 ($ $ (-1255 |#2|))) (-15 -2566 ($ $)) (-15 -2909 ($ $)) (-15 -2821 ($ $)) (-15 -1855 ($ $)) (-15 -4109 ($ $ (-564) (-564))) (-15 -2646 ($ $)) (-15 -3285 ($ (-564) (-564) $)) (-15 -3733 ($ (-564) (-564) $)) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -2052 ($ $ (-1255 |#2|))) |%noBranch|)))
-((-3162 (((-1 (-1150 |#1|) (-641 (-1150 |#1|))) (-1 |#2| (-641 |#2|))) 24)) (-4242 (((-1 (-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2| |#2|)) 16)) (-3306 (((-1 (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2|)) 13)) (-2066 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48)) (-3533 ((|#2| (-1 |#2| |#2|) |#1|) 46)) (-3087 ((|#2| (-1 |#2| (-641 |#2|)) (-641 |#1|)) 60)) (-3337 (((-641 |#2|) (-641 |#1|) (-641 (-1 |#2| (-641 |#2|)))) 66)) (-1608 ((|#2| |#2| |#2|) 43)))
-(((-1252 |#1| |#2|) (-10 -7 (-15 -3306 ((-1 (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2|))) (-15 -4242 ((-1 (-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3162 ((-1 (-1150 |#1|) (-641 (-1150 |#1|))) (-1 |#2| (-641 |#2|)))) (-15 -1608 (|#2| |#2| |#2|)) (-15 -3533 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2066 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3087 (|#2| (-1 |#2| (-641 |#2|)) (-641 |#1|))) (-15 -3337 ((-641 |#2|) (-641 |#1|) (-641 (-1 |#2| (-641 |#2|)))))) (-38 (-407 (-564))) (-1250 |#1|)) (T -1252))
-((-3337 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 (-1 *6 (-641 *6)))) (-4 *5 (-38 (-407 (-564)))) (-4 *6 (-1250 *5)) (-5 *2 (-641 *6)) (-5 *1 (-1252 *5 *6)))) (-3087 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-641 *2))) (-5 *4 (-641 *5)) (-4 *5 (-38 (-407 (-564)))) (-4 *2 (-1250 *5)) (-5 *1 (-1252 *5 *2)))) (-2066 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1250 *4)) (-5 *1 (-1252 *4 *2)) (-4 *4 (-38 (-407 (-564)))))) (-3533 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1250 *4)) (-5 *1 (-1252 *4 *2)) (-4 *4 (-38 (-407 (-564)))))) (-1608 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1252 *3 *2)) (-4 *2 (-1250 *3)))) (-3162 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-641 *5))) (-4 *5 (-1250 *4)) (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-1 (-1150 *4) (-641 (-1150 *4)))) (-5 *1 (-1252 *4 *5)))) (-4242 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1250 *4)) (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-1 (-1150 *4) (-1150 *4) (-1150 *4))) (-5 *1 (-1252 *4 *5)))) (-3306 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1250 *4)) (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-1 (-1150 *4) (-1150 *4))) (-5 *1 (-1252 *4 *5)))))
-(-10 -7 (-15 -3306 ((-1 (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2|))) (-15 -4242 ((-1 (-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3162 ((-1 (-1150 |#1|) (-641 (-1150 |#1|))) (-1 |#2| (-641 |#2|)))) (-15 -1608 (|#2| |#2| |#2|)) (-15 -3533 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2066 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3087 (|#2| (-1 |#2| (-641 |#2|)) (-641 |#1|))) (-15 -3337 ((-641 |#2|) (-641 |#1|) (-641 (-1 |#2| (-641 |#2|))))))
-((-2422 ((|#2| |#4| (-768)) 34)) (-4369 ((|#4| |#2|) 29)) (-3673 ((|#4| (-407 |#2|)) 53 (|has| |#1| (-556)))) (-4068 (((-1 |#4| (-641 |#4|)) |#3|) 46)))
-(((-1253 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4369 (|#4| |#2|)) (-15 -2422 (|#2| |#4| (-768))) (-15 -4068 ((-1 |#4| (-641 |#4|)) |#3|)) (IF (|has| |#1| (-556)) (-15 -3673 (|#4| (-407 |#2|))) |%noBranch|)) (-1046) (-1235 |#1|) (-652 |#2|) (-1250 |#1|)) (T -1253))
-((-3673 (*1 *2 *3) (-12 (-5 *3 (-407 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-556)) (-4 *4 (-1046)) (-4 *2 (-1250 *4)) (-5 *1 (-1253 *4 *5 *6 *2)) (-4 *6 (-652 *5)))) (-4068 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-1235 *4)) (-5 *2 (-1 *6 (-641 *6))) (-5 *1 (-1253 *4 *5 *3 *6)) (-4 *3 (-652 *5)) (-4 *6 (-1250 *4)))) (-2422 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-1046)) (-4 *2 (-1235 *5)) (-5 *1 (-1253 *5 *2 *6 *3)) (-4 *6 (-652 *2)) (-4 *3 (-1250 *5)))) (-4369 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *3 (-1235 *4)) (-4 *2 (-1250 *4)) (-5 *1 (-1253 *4 *3 *5 *2)) (-4 *5 (-652 *3)))))
-(-10 -7 (-15 -4369 (|#4| |#2|)) (-15 -2422 (|#2| |#4| (-768))) (-15 -4068 ((-1 |#4| (-641 |#4|)) |#3|)) (IF (|has| |#1| (-556)) (-15 -3673 (|#4| (-407 |#2|))) |%noBranch|))
+((-1881 (*1 *1 *2) (-12 (-5 *2 (-1150 (-2 (|:| |k| (-768)) (|:| |c| *3)))) (-4 *3 (-1046)) (-4 *1 (-1250 *3)))) (-3227 (*1 *2 *1) (-12 (-4 *1 (-1250 *3)) (-4 *3 (-1046)) (-5 *2 (-1150 *3)))) (-1881 (*1 *1 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-4 *1 (-1250 *3)))) (-2186 (*1 *1 *1) (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-564))) (-4 *1 (-1250 *3)) (-4 *3 (-1046)))) (-2469 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-1250 *4)) (-4 *4 (-1046)) (-5 *2 (-949 *4)))) (-2469 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-4 *1 (-1250 *4)) (-4 *4 (-1046)) (-5 *2 (-949 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))) (-3907 (*1 *1 *1) (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564)))))) (-3907 (*1 *1 *1 *2) (-4078 (-12 (-5 *2 (-1170)) (-4 *1 (-1250 *3)) (-4 *3 (-1046)) (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194)) (-4 *3 (-38 (-407 (-564)))))) (-12 (-5 *2 (-1170)) (-4 *1 (-1250 *3)) (-4 *3 (-1046)) (-12 (|has| *3 (-15 -3209 ((-641 *2) *3))) (|has| *3 (-15 -3907 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564)))))))))
+(-13 (-1237 |t#1| (-768)) (-10 -8 (-15 -1881 ($ (-1150 (-2 (|:| |k| (-768)) (|:| |c| |t#1|))))) (-15 -3227 ((-1150 |t#1|) $)) (-15 -1881 ($ (-1150 |t#1|))) (-15 -2186 ($ $)) (-15 -1477 ($ (-1 |t#1| (-564)) $)) (-15 -2469 ((-949 |t#1|) $ (-768))) (-15 -2469 ((-949 |t#1|) $ (-768) (-768))) (IF (|has| |t#1| (-363)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-407 (-564)))) (PROGN (-15 -3907 ($ $)) (IF (|has| |t#1| (-15 -3907 (|t#1| |t#1| (-1170)))) (IF (|has| |t#1| (-15 -3209 ((-641 (-1170)) |t#1|))) (-15 -3907 ($ $ (-1170))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1194)) (IF (|has| |t#1| (-956)) (IF (|has| |t#1| (-29 (-564))) (-15 -3907 ($ $ (-1170))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-999)) (-6 (-1194))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-768)) . T) ((-25) . T) ((-38 #1=(-407 (-564))) |has| |#1| (-38 (-407 (-564)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-556)) ((-35) |has| |#1| (-38 (-407 (-564)))) ((-95) |has| |#1| (-38 (-407 (-564)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-407 (-564)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-614 #1#) |has| |#1| (-38 (-407 (-564)))) ((-614 (-564)) . T) ((-614 |#1|) |has| |#1| (-172)) ((-614 $) |has| |#1| (-556)) ((-611 (-859)) . T) ((-172) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-768) |#1|))) ((-284) |has| |#1| (-38 (-407 (-564)))) ((-286 $ $) |has| (-768) (-1106)) ((-290) |has| |#1| (-556)) ((-493) |has| |#1| (-38 (-407 (-564)))) ((-556) |has| |#1| (-556)) ((-644 #1#) |has| |#1| (-38 (-407 (-564)))) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #1#) |has| |#1| (-38 (-407 (-564)))) ((-714 |#1|) |has| |#1| (-172)) ((-714 $) |has| |#1| (-556)) ((-723) . T) ((-897 (-1170)) -12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170)))) ((-970 |#1| #0# (-1076)) . T) ((-999) |has| |#1| (-38 (-407 (-564)))) ((-1052 #1#) |has| |#1| (-38 (-407 (-564)))) ((-1052 |#1|) . T) ((-1052 $) -4078 (|has| |#1| (-556)) (|has| |#1| (-172))) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1194) |has| |#1| (-38 (-407 (-564)))) ((-1197) |has| |#1| (-38 (-407 (-564)))) ((-1237 |#1| #0#) . T))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-3209 (((-641 (-1076)) $) NIL)) (-3871 (((-1170) $) 92)) (-2074 (((-1232 |#2| |#1|) $ (-768)) 74)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) NIL (|has| |#1| (-556)))) (-1537 (($ $) NIL (|has| |#1| (-556)))) (-1932 (((-112) $) 143 (|has| |#1| (-556)))) (-3220 (($ $ (-768)) 129) (($ $ (-768) (-768)) 131)) (-4163 (((-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|))) $) 43)) (-3357 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3210 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4088 (((-3 $ "failed") $ $) NIL)) (-3083 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3330 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3187 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1881 (($ (-1150 (-2 (|:| |k| (-768)) (|:| |c| |#1|)))) 53) (($ (-1150 |#1|)) NIL)) (-3384 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3233 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1778 (($) NIL T CONST)) (-1786 (($ $) 135)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-2186 (($ $) 141)) (-2469 (((-949 |#1|) $ (-768)) 64) (((-949 |#1|) $ (-768) (-768)) 66)) (-3030 (((-112) $) NIL)) (-3714 (($) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2155 (((-768) $) NIL) (((-768) $ (-768)) NIL)) (-2949 (((-112) $) NIL)) (-2809 (($ $) 119)) (-2915 (($ $ (-564)) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2978 (($ (-564) (-564) $) 137)) (-2325 (($ $ (-918)) 140)) (-1477 (($ (-1 |#1| (-564)) $) 113)) (-2003 (((-112) $) NIL)) (-3186 (($ |#1| (-768)) 16) (($ $ (-1076) (-768)) NIL) (($ $ (-641 (-1076)) (-641 (-768))) NIL)) (-2449 (($ (-1 |#1| |#1|) $) 100)) (-2358 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3356 (($ $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2352 (($ $) 117)) (-2223 (($ $) 115)) (-1890 (($ (-564) (-564) $) 139)) (-3907 (($ $) 151 (|has| |#1| (-38 (-407 (-564))))) (($ $ (-1170)) 157 (-4078 (-12 (|has| |#1| (-15 -3907 (|#1| |#1| (-1170)))) (|has| |#1| (-15 -3209 ((-641 (-1170)) |#1|))) (|has| |#1| (-38 (-407 (-564))))) (-12 (|has| |#1| (-29 (-564))) (|has| |#1| (-38 (-407 (-564)))) (|has| |#1| (-956)) (|has| |#1| (-1194))))) (($ $ (-1255 |#2|)) 152 (|has| |#1| (-38 (-407 (-564)))))) (-2780 (((-1114) $) NIL)) (-4339 (($ $ (-564) (-564)) 123)) (-3951 (($ $ (-768)) 125)) (-1403 (((-3 $ "failed") $ $) NIL (|has| |#1| (-556)))) (-4326 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2657 (($ $) 121)) (-2633 (((-1150 |#1|) $ |#1|) 102 (|has| |#1| (-15 ** (|#1| |#1| (-768)))))) (-1350 ((|#1| $ (-768)) 97) (($ $ $) 133 (|has| (-768) (-1106)))) (-3534 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) 110 (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) 104 (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $ (-1255 |#2|)) 105)) (-1619 (((-768) $) NIL)) (-3395 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3245 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3371 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3221 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3344 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3199 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-4037 (($ $) 127)) (-1831 (((-859) $) NIL) (($ (-564)) 26) (($ (-407 (-564))) 149 (|has| |#1| (-38 (-407 (-564))))) (($ $) NIL (|has| |#1| (-556))) (($ |#1|) 25 (|has| |#1| (-172))) (($ (-1232 |#2| |#1|)) 83) (($ (-1255 |#2|)) 22)) (-3227 (((-1150 |#1|) $) NIL)) (-2742 ((|#1| $ (-768)) 96)) (-4018 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2219 (((-768)) NIL T CONST)) (-2513 ((|#1| $) 93)) (-3427 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3276 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3939 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3406 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3254 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3450 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3302 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-2508 ((|#1| $ (-768)) 91 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-768)))) (|has| |#1| (-15 -1831 (|#1| (-1170))))))) (-2315 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3316 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3439 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3287 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3416 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-3265 (($ $) NIL (|has| |#1| (-38 (-407 (-564)))))) (-1293 (($) 18 T CONST)) (-1300 (($) 13 T CONST)) (-3435 (($ $ (-641 (-1170)) (-641 (-768))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170) (-768)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-641 (-1170))) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-1170)) NIL (-12 (|has| |#1| (-15 * (|#1| (-768) |#1|))) (|has| |#1| (-897 (-1170))))) (($ $ (-768)) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-768) |#1|))))) (-1702 (((-112) $ $) NIL)) (-1823 (($ $ |#1|) NIL (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) 109)) (-1797 (($ $ $) 20)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL) (($ $ |#1|) 146 (|has| |#1| (-363))) (($ $ $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 108) (($ (-407 (-564)) $) NIL (|has| |#1| (-38 (-407 (-564))))) (($ $ (-407 (-564))) NIL (|has| |#1| (-38 (-407 (-564)))))))
+(((-1251 |#1| |#2| |#3|) (-13 (-1250 |#1|) (-10 -8 (-15 -1831 ($ (-1232 |#2| |#1|))) (-15 -2074 ((-1232 |#2| |#1|) $ (-768))) (-15 -1831 ($ (-1255 |#2|))) (-15 -3534 ($ $ (-1255 |#2|))) (-15 -2223 ($ $)) (-15 -2352 ($ $)) (-15 -2809 ($ $)) (-15 -2657 ($ $)) (-15 -4339 ($ $ (-564) (-564))) (-15 -1786 ($ $)) (-15 -2978 ($ (-564) (-564) $)) (-15 -1890 ($ (-564) (-564) $)) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|))) (-1046) (-1170) |#1|) (T -1251))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-1232 *4 *3)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3) (-5 *1 (-1251 *3 *4 *5)))) (-2074 (*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1232 *5 *4)) (-5 *1 (-1251 *4 *5 *6)) (-4 *4 (-1046)) (-14 *5 (-1170)) (-14 *6 *4))) (-1831 (*1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-3534 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046)) (-14 *5 *3))) (-2223 (*1 *1 *1) (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170)) (-14 *4 *2))) (-2352 (*1 *1 *1) (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170)) (-14 *4 *2))) (-2809 (*1 *1 *1) (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170)) (-14 *4 *2))) (-2657 (*1 *1 *1) (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170)) (-14 *4 *2))) (-4339 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3))) (-1786 (*1 *1 *1) (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170)) (-14 *4 *2))) (-2978 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3))) (-1890 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046)) (-14 *4 (-1170)) (-14 *5 *3))) (-3907 (*1 *1 *1 *2) (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
+(-13 (-1250 |#1|) (-10 -8 (-15 -1831 ($ (-1232 |#2| |#1|))) (-15 -2074 ((-1232 |#2| |#1|) $ (-768))) (-15 -1831 ($ (-1255 |#2|))) (-15 -3534 ($ $ (-1255 |#2|))) (-15 -2223 ($ $)) (-15 -2352 ($ $)) (-15 -2809 ($ $)) (-15 -2657 ($ $)) (-15 -4339 ($ $ (-564) (-564))) (-15 -1786 ($ $)) (-15 -2978 ($ (-564) (-564) $)) (-15 -1890 ($ (-564) (-564) $)) (IF (|has| |#1| (-38 (-407 (-564)))) (-15 -3907 ($ $ (-1255 |#2|))) |%noBranch|)))
+((-4223 (((-1 (-1150 |#1|) (-641 (-1150 |#1|))) (-1 |#2| (-641 |#2|))) 24)) (-3195 (((-1 (-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2| |#2|)) 16)) (-1945 (((-1 (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2|)) 13)) (-4039 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48)) (-3600 ((|#2| (-1 |#2| |#2|) |#1|) 46)) (-1530 ((|#2| (-1 |#2| (-641 |#2|)) (-641 |#1|)) 60)) (-2228 (((-641 |#2|) (-641 |#1|) (-641 (-1 |#2| (-641 |#2|)))) 66)) (-2251 ((|#2| |#2| |#2|) 43)))
+(((-1252 |#1| |#2|) (-10 -7 (-15 -1945 ((-1 (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2|))) (-15 -3195 ((-1 (-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -4223 ((-1 (-1150 |#1|) (-641 (-1150 |#1|))) (-1 |#2| (-641 |#2|)))) (-15 -2251 (|#2| |#2| |#2|)) (-15 -3600 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -4039 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1530 (|#2| (-1 |#2| (-641 |#2|)) (-641 |#1|))) (-15 -2228 ((-641 |#2|) (-641 |#1|) (-641 (-1 |#2| (-641 |#2|)))))) (-38 (-407 (-564))) (-1250 |#1|)) (T -1252))
+((-2228 (*1 *2 *3 *4) (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 (-1 *6 (-641 *6)))) (-4 *5 (-38 (-407 (-564)))) (-4 *6 (-1250 *5)) (-5 *2 (-641 *6)) (-5 *1 (-1252 *5 *6)))) (-1530 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-641 *2))) (-5 *4 (-641 *5)) (-4 *5 (-38 (-407 (-564)))) (-4 *2 (-1250 *5)) (-5 *1 (-1252 *5 *2)))) (-4039 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1250 *4)) (-5 *1 (-1252 *4 *2)) (-4 *4 (-38 (-407 (-564)))))) (-3600 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1250 *4)) (-5 *1 (-1252 *4 *2)) (-4 *4 (-38 (-407 (-564)))))) (-2251 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1252 *3 *2)) (-4 *2 (-1250 *3)))) (-4223 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-641 *5))) (-4 *5 (-1250 *4)) (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-1 (-1150 *4) (-641 (-1150 *4)))) (-5 *1 (-1252 *4 *5)))) (-3195 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1250 *4)) (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-1 (-1150 *4) (-1150 *4) (-1150 *4))) (-5 *1 (-1252 *4 *5)))) (-1945 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1250 *4)) (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-1 (-1150 *4) (-1150 *4))) (-5 *1 (-1252 *4 *5)))))
+(-10 -7 (-15 -1945 ((-1 (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2|))) (-15 -3195 ((-1 (-1150 |#1|) (-1150 |#1|) (-1150 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -4223 ((-1 (-1150 |#1|) (-641 (-1150 |#1|))) (-1 |#2| (-641 |#2|)))) (-15 -2251 (|#2| |#2| |#2|)) (-15 -3600 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -4039 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1530 (|#2| (-1 |#2| (-641 |#2|)) (-641 |#1|))) (-15 -2228 ((-641 |#2|) (-641 |#1|) (-641 (-1 |#2| (-641 |#2|))))))
+((-3308 ((|#2| |#4| (-768)) 34)) (-1913 ((|#4| |#2|) 29)) (-2541 ((|#4| (-407 |#2|)) 53 (|has| |#1| (-556)))) (-3994 (((-1 |#4| (-641 |#4|)) |#3|) 46)))
+(((-1253 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1913 (|#4| |#2|)) (-15 -3308 (|#2| |#4| (-768))) (-15 -3994 ((-1 |#4| (-641 |#4|)) |#3|)) (IF (|has| |#1| (-556)) (-15 -2541 (|#4| (-407 |#2|))) |%noBranch|)) (-1046) (-1235 |#1|) (-652 |#2|) (-1250 |#1|)) (T -1253))
+((-2541 (*1 *2 *3) (-12 (-5 *3 (-407 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-556)) (-4 *4 (-1046)) (-4 *2 (-1250 *4)) (-5 *1 (-1253 *4 *5 *6 *2)) (-4 *6 (-652 *5)))) (-3994 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *5 (-1235 *4)) (-5 *2 (-1 *6 (-641 *6))) (-5 *1 (-1253 *4 *5 *3 *6)) (-4 *3 (-652 *5)) (-4 *6 (-1250 *4)))) (-3308 (*1 *2 *3 *4) (-12 (-5 *4 (-768)) (-4 *5 (-1046)) (-4 *2 (-1235 *5)) (-5 *1 (-1253 *5 *2 *6 *3)) (-4 *6 (-652 *2)) (-4 *3 (-1250 *5)))) (-1913 (*1 *2 *3) (-12 (-4 *4 (-1046)) (-4 *3 (-1235 *4)) (-4 *2 (-1250 *4)) (-5 *1 (-1253 *4 *3 *5 *2)) (-4 *5 (-652 *3)))))
+(-10 -7 (-15 -1913 (|#4| |#2|)) (-15 -3308 (|#2| |#4| (-768))) (-15 -3994 ((-1 |#4| (-641 |#4|)) |#3|)) (IF (|has| |#1| (-556)) (-15 -2541 (|#4| (-407 |#2|))) |%noBranch|))
NIL
(((-1254) (-140)) (T -1254))
NIL
-(-13 (-10 -7 (-6 -4094)))
-((-1709 (((-112) $ $) NIL)) (-2794 (((-1170)) 12)) (-2811 (((-1152) $) 18)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 11) (((-1170) $) 8)) (-2853 (((-112) $ $) 15)))
-(((-1255 |#1|) (-13 (-1094) (-611 (-1170)) (-10 -8 (-15 -1721 ((-1170) $)) (-15 -2794 ((-1170))))) (-1170)) (T -1255))
-((-1721 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-1255 *3)) (-14 *3 *2))) (-2794 (*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1255 *3)) (-14 *3 *2))))
-(-13 (-1094) (-611 (-1170)) (-10 -8 (-15 -1721 ((-1170) $)) (-15 -2794 ((-1170)))))
-((-1356 (($ (-768)) 19)) (-2144 (((-685 |#2|) $ $) 41)) (-3633 ((|#2| $) 51)) (-2088 ((|#2| $) 50)) (-2848 ((|#2| $ $) 36)) (-3163 (($ $ $) 47)) (-2970 (($ $) 23) (($ $ $) 29)) (-2956 (($ $ $) 15)) (* (($ (-564) $) 26) (($ |#2| $) 32) (($ $ |#2|) 31)))
-(((-1256 |#1| |#2|) (-10 -8 (-15 -3633 (|#2| |#1|)) (-15 -2088 (|#2| |#1|)) (-15 -3163 (|#1| |#1| |#1|)) (-15 -2144 ((-685 |#2|) |#1| |#1|)) (-15 -2848 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 -1356 (|#1| (-768))) (-15 -2956 (|#1| |#1| |#1|))) (-1257 |#2|) (-1209)) (T -1256))
+(-13 (-10 -7 (-6 -2471)))
+((-1817 (((-112) $ $) NIL)) (-3871 (((-1170)) 12)) (-2723 (((-1152) $) 18)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 11) (((-1170) $) 8)) (-1702 (((-112) $ $) 15)))
+(((-1255 |#1|) (-13 (-1094) (-611 (-1170)) (-10 -8 (-15 -1831 ((-1170) $)) (-15 -3871 ((-1170))))) (-1170)) (T -1255))
+((-1831 (*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-1255 *3)) (-14 *3 *2))) (-3871 (*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1255 *3)) (-14 *3 *2))))
+(-13 (-1094) (-611 (-1170)) (-10 -8 (-15 -1831 ((-1170) $)) (-15 -3871 ((-1170)))))
+((-1463 (($ (-768)) 19)) (-3167 (((-685 |#2|) $ $) 41)) (-2117 ((|#2| $) 51)) (-1502 ((|#2| $) 50)) (-3032 ((|#2| $ $) 36)) (-4231 (($ $ $) 47)) (-1808 (($ $) 23) (($ $ $) 29)) (-1797 (($ $ $) 15)) (* (($ (-564) $) 26) (($ |#2| $) 32) (($ $ |#2|) 31)))
+(((-1256 |#1| |#2|) (-10 -8 (-15 -2117 (|#2| |#1|)) (-15 -1502 (|#2| |#1|)) (-15 -4231 (|#1| |#1| |#1|)) (-15 -3167 ((-685 |#2|) |#1| |#1|)) (-15 -3032 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 -1463 (|#1| (-768))) (-15 -1797 (|#1| |#1| |#1|))) (-1257 |#2|) (-1209)) (T -1256))
NIL
-(-10 -8 (-15 -3633 (|#2| |#1|)) (-15 -2088 (|#2| |#1|)) (-15 -3163 (|#1| |#1| |#1|)) (-15 -2144 ((-685 |#2|) |#1| |#1|)) (-15 -2848 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -2970 (|#1| |#1| |#1|)) (-15 -2970 (|#1| |#1|)) (-15 -1356 (|#1| (-768))) (-15 -2956 (|#1| |#1| |#1|)))
-((-1709 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1356 (($ (-768)) 112 (|has| |#1| (-23)))) (-2229 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) 98) (((-112) $) 92 (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) 89 (|has| $ (-6 -4413))) (($ $) 88 (-12 (|has| |#1| (-847)) (|has| $ (-6 -4413))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) 8)) (-1869 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4412)))) (-1692 (($) 7 T CONST)) (-3796 (($ $) 90 (|has| $ (-6 -4413)))) (-2460 (($ $) 100)) (-1928 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3813 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) 51)) (-1317 (((-564) (-1 (-112) |#1|) $) 97) (((-564) |#1| $) 96 (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) 95 (|has| |#1| (-1094)))) (-1597 (((-641 |#1|) $) 30 (|has| $ (-6 -4412)))) (-2144 (((-685 |#1|) $ $) 105 (|has| |#1| (-1046)))) (-1585 (($ (-768) |#1|) 69)) (-2575 (((-112) $ (-768)) 9)) (-4232 (((-564) $) 43 (|has| (-564) (-847)))) (-2766 (($ $ $) 87 (|has| |#1| (-847)))) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) 29 (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-3825 (((-564) $) 44 (|has| (-564) (-847)))) (-1650 (($ $ $) 86 (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3633 ((|#1| $) 102 (-12 (|has| |#1| (-1046)) (|has| |#1| (-999))))) (-3715 (((-112) $ (-768)) 10)) (-2088 ((|#1| $) 103 (-12 (|has| |#1| (-1046)) (|has| |#1| (-999))))) (-2811 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-4184 (((-641 (-564)) $) 46)) (-2405 (((-112) (-564) $) 47)) (-4382 (((-1114) $) 21 (|has| |#1| (-1094)))) (-1897 ((|#1| $) 42 (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-1759 (($ $ |#1|) 41 (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) 14)) (-3216 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) 48)) (-4102 (((-112) $) 11)) (-3456 (($) 12)) (-2961 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-2848 ((|#1| $ $) 106 (|has| |#1| (-1046)))) (-3383 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-3163 (($ $ $) 104 (|has| |#1| (-1046)))) (-1292 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4412))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4412))))) (-1494 (($ $ $ (-564)) 91 (|has| $ (-6 -4413)))) (-1892 (($ $) 13)) (-2153 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 70)) (-2834 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1721 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) 84 (|has| |#1| (-847)))) (-2893 (((-112) $ $) 83 (|has| |#1| (-847)))) (-2853 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-2908 (((-112) $ $) 85 (|has| |#1| (-847)))) (-2880 (((-112) $ $) 82 (|has| |#1| (-847)))) (-2970 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-2956 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-564) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-723))) (($ $ |#1|) 107 (|has| |#1| (-723)))) (-3435 (((-768) $) 6 (|has| $ (-6 -4412)))))
+(-10 -8 (-15 -2117 (|#2| |#1|)) (-15 -1502 (|#2| |#1|)) (-15 -4231 (|#1| |#1| |#1|)) (-15 -3167 ((-685 |#2|) |#1| |#1|)) (-15 -3032 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-564) |#1|)) (-15 -1808 (|#1| |#1| |#1|)) (-15 -1808 (|#1| |#1|)) (-15 -1463 (|#1| (-768))) (-15 -1797 (|#1| |#1| |#1|)))
+((-1817 (((-112) $ $) 19 (|has| |#1| (-1094)))) (-1463 (($ (-768)) 112 (|has| |#1| (-23)))) (-1956 (((-1264) $ (-564) (-564)) 40 (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) 98) (((-112) $) 92 (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) 89 (|has| $ (-6 -4407))) (($ $) 88 (-12 (|has| |#1| (-847)) (|has| $ (-6 -4407))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) 8)) (-1970 ((|#1| $ (-564) |#1|) 52 (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) 58 (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4406)))) (-1778 (($) 7 T CONST)) (-4325 (($ $) 90 (|has| $ (-6 -4407)))) (-3919 (($ $) 100)) (-3337 (($ $) 78 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-2576 (($ |#1| $) 77 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) (($ (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) 53 (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) 51)) (-3360 (((-564) (-1 (-112) |#1|) $) 97) (((-564) |#1| $) 96 (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) 95 (|has| |#1| (-1094)))) (-1433 (((-641 |#1|) $) 30 (|has| $ (-6 -4406)))) (-3167 (((-685 |#1|) $ $) 105 (|has| |#1| (-1046)))) (-3654 (($ (-768) |#1|) 69)) (-2324 (((-112) $ (-768)) 9)) (-3100 (((-564) $) 43 (|has| (-564) (-847)))) (-1925 (($ $ $) 87 (|has| |#1| (-847)))) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) 29 (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) 27 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3440 (((-564) $) 44 (|has| (-564) (-847)))) (-3375 (($ $ $) 86 (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-2117 ((|#1| $) 102 (-12 (|has| |#1| (-1046)) (|has| |#1| (-999))))) (-1713 (((-112) $ (-768)) 10)) (-1502 ((|#1| $) 103 (-12 (|has| |#1| (-1046)) (|has| |#1| (-999))))) (-2723 (((-1152) $) 22 (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) 60) (($ $ $ (-564)) 59)) (-3883 (((-641 (-564)) $) 46)) (-4336 (((-112) (-564) $) 47)) (-2780 (((-1114) $) 21 (|has| |#1| (-1094)))) (-3303 ((|#1| $) 42 (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 71)) (-4253 (($ $ |#1|) 41 (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) 26 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) 25 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) 23 (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) 14)) (-3561 (((-112) |#1| $) 45 (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) 48)) (-4284 (((-112) $) 11)) (-4012 (($) 12)) (-1350 ((|#1| $ (-564) |#1|) 50) ((|#1| $ (-564)) 49) (($ $ (-1226 (-564))) 63)) (-3032 ((|#1| $ $) 106 (|has| |#1| (-1046)))) (-2126 (($ $ (-564)) 62) (($ $ (-1226 (-564))) 61)) (-4231 (($ $ $) 104 (|has| |#1| (-1046)))) (-2791 (((-768) (-1 (-112) |#1|) $) 31 (|has| $ (-6 -4406))) (((-768) |#1| $) 28 (-12 (|has| |#1| (-1094)) (|has| $ (-6 -4406))))) (-3623 (($ $ $ (-564)) 91 (|has| $ (-6 -4407)))) (-1991 (($ $) 13)) (-2511 (((-536) $) 79 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 70)) (-3043 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-641 $)) 65)) (-1831 (((-859) $) 18 (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) 84 (|has| |#1| (-847)))) (-1737 (((-112) $ $) 83 (|has| |#1| (-847)))) (-1702 (((-112) $ $) 20 (|has| |#1| (-1094)))) (-1749 (((-112) $ $) 85 (|has| |#1| (-847)))) (-1723 (((-112) $ $) 82 (|has| |#1| (-847)))) (-1808 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-1797 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-564) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-723))) (($ $ |#1|) 107 (|has| |#1| (-723)))) (-2828 (((-768) $) 6 (|has| $ (-6 -4406)))))
(((-1257 |#1|) (-140) (-1209)) (T -1257))
-((-2956 (*1 *1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-25)))) (-1356 (*1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1257 *3)) (-4 *3 (-23)) (-4 *3 (-1209)))) (-2970 (*1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-21)))) (-2970 (*1 *1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-4 *1 (-1257 *3)) (-4 *3 (-1209)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-723)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-723)))) (-2848 (*1 *2 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-1046)))) (-2144 (*1 *2 *1 *1) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-1209)) (-4 *3 (-1046)) (-5 *2 (-685 *3)))) (-3163 (*1 *1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-1046)))) (-2088 (*1 *2 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-999)) (-4 *2 (-1046)))) (-3633 (*1 *2 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-999)) (-4 *2 (-1046)))))
-(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -2956 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -1356 ($ (-768))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -2970 ($ $)) (-15 -2970 ($ $ $)) (-15 * ($ (-564) $))) |%noBranch|) (IF (|has| |t#1| (-723)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-1046)) (PROGN (-15 -2848 (|t#1| $ $)) (-15 -2144 ((-685 |t#1|) $ $)) (-15 -3163 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-999)) (IF (|has| |t#1| (-1046)) (PROGN (-15 -2088 (|t#1| $)) (-15 -3633 (|t#1| $))) |%noBranch|) |%noBranch|)))
-(((-34) . T) ((-102) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-611 (-859)) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-373 |#1|) . T) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-19 |#1|) . T) ((-847) |has| |#1| (-847)) ((-1094) -2713 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-1209) . T))
-((-2328 (((-1259 |#2|) (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|) 13)) (-3658 ((|#2| (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|) 15)) (-2110 (((-3 (-1259 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1259 |#1|)) 30) (((-1259 |#2|) (-1 |#2| |#1|) (-1259 |#1|)) 18)))
-(((-1258 |#1| |#2|) (-10 -7 (-15 -2328 ((-1259 |#2|) (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|)) (-15 -3658 (|#2| (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|)) (-15 -2110 ((-1259 |#2|) (-1 |#2| |#1|) (-1259 |#1|))) (-15 -2110 ((-3 (-1259 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1259 |#1|)))) (-1209) (-1209)) (T -1258))
-((-2110 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1259 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1259 *6)) (-5 *1 (-1258 *5 *6)))) (-2110 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1259 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1259 *6)) (-5 *1 (-1258 *5 *6)))) (-3658 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1259 *5)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-1258 *5 *2)))) (-2328 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1259 *6)) (-4 *6 (-1209)) (-4 *5 (-1209)) (-5 *2 (-1259 *5)) (-5 *1 (-1258 *6 *5)))))
-(-10 -7 (-15 -2328 ((-1259 |#2|) (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|)) (-15 -3658 (|#2| (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|)) (-15 -2110 ((-1259 |#2|) (-1 |#2| |#1|) (-1259 |#1|))) (-15 -2110 ((-3 (-1259 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1259 |#1|))))
-((-1709 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1356 (($ (-768)) NIL (|has| |#1| (-23)))) (-1782 (($ (-641 |#1|)) 11)) (-2229 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4413)))) (-2912 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-1331 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4413))) (($ $) NIL (-12 (|has| $ (-6 -4413)) (|has| |#1| (-847))))) (-3699 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-1729 (((-112) $ (-768)) NIL)) (-1869 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4413)))) (-3346 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-1692 (($) NIL T CONST)) (-3796 (($ $) NIL (|has| $ (-6 -4413)))) (-2460 (($ $) NIL)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3813 (($ |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3658 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4412))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4412)))) (-1452 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4413)))) (-1379 ((|#1| $ (-564)) NIL)) (-1317 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1597 (((-641 |#1|) $) 15 (|has| $ (-6 -4412)))) (-2144 (((-685 |#1|) $ $) NIL (|has| |#1| (-1046)))) (-1585 (($ (-768) |#1|) NIL)) (-2575 (((-112) $ (-768)) NIL)) (-4232 (((-564) $) NIL (|has| (-564) (-847)))) (-2766 (($ $ $) NIL (|has| |#1| (-847)))) (-2057 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-4317 (((-641 |#1|) $) NIL (|has| $ (-6 -4412)))) (-3983 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3825 (((-564) $) NIL (|has| (-564) (-847)))) (-1650 (($ $ $) NIL (|has| |#1| (-847)))) (-1439 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3633 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-3715 (((-112) $ (-768)) NIL)) (-2088 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-2811 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3476 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-4184 (((-641 (-564)) $) NIL)) (-2405 (((-112) (-564) $) NIL)) (-4382 (((-1114) $) NIL (|has| |#1| (-1094)))) (-1897 ((|#1| $) NIL (|has| (-564) (-847)))) (-2061 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1759 (($ $ |#1|) NIL (|has| $ (-6 -4413)))) (-2070 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3530 (((-112) $ $) NIL)) (-3216 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-3111 (((-641 |#1|) $) NIL)) (-4102 (((-112) $) NIL)) (-3456 (($) NIL)) (-2961 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-2848 ((|#1| $ $) NIL (|has| |#1| (-1046)))) (-3383 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-3163 (($ $ $) NIL (|has| |#1| (-1046)))) (-1292 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#1| (-1094))))) (-1494 (($ $ $ (-564)) NIL (|has| $ (-6 -4413)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) 19 (|has| |#1| (-612 (-536))))) (-1732 (($ (-641 |#1|)) 10)) (-2834 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1721 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-2666 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4412)))) (-2920 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2893 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2853 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-2908 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2880 (((-112) $ $) NIL (|has| |#1| (-847)))) (-2970 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2956 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-564) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-723))) (($ $ |#1|) NIL (|has| |#1| (-723)))) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1259 |#1|) (-13 (-1257 |#1|) (-10 -8 (-15 -1782 ($ (-641 |#1|))))) (-1209)) (T -1259))
-((-1782 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1259 *3)))))
-(-13 (-1257 |#1|) (-10 -8 (-15 -1782 ($ (-641 |#1|)))))
-((-1709 (((-112) $ $) NIL)) (-2530 (((-1152) $ (-1152)) 109) (((-1152) $ (-1152) (-1152)) 107) (((-1152) $ (-1152) (-641 (-1152))) 106)) (-2996 (($) 69)) (-4366 (((-1264) $ (-468) (-918)) 54)) (-2337 (((-1264) $ (-918) (-1152)) 91) (((-1264) $ (-918) (-871)) 92)) (-3055 (((-1264) $ (-918) (-379) (-379)) 57)) (-3765 (((-1264) $ (-1152)) 86)) (-4299 (((-1264) $ (-918) (-1152)) 96)) (-2364 (((-1264) $ (-918) (-379) (-379)) 58)) (-4322 (((-1264) $ (-918) (-918)) 55)) (-3777 (((-1264) $) 87)) (-2948 (((-1264) $ (-918) (-1152)) 95)) (-2395 (((-1264) $ (-468) (-918)) 40)) (-2817 (((-1264) $ (-918) (-1152)) 94)) (-3694 (((-641 (-263)) $) 29) (($ $ (-641 (-263))) 30)) (-4324 (((-1264) $ (-768) (-768)) 52)) (-4309 (($ $) 71) (($ (-468) (-641 (-263))) 72)) (-2811 (((-1152) $) NIL)) (-2381 (((-564) $) 47)) (-4382 (((-1114) $) NIL)) (-3174 (((-1259 (-3 (-468) "undefined")) $) 46)) (-4142 (((-1259 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -2817 (-564)) (|:| -3466 (-564)) (|:| |spline| (-564)) (|:| -3053 (-564)) (|:| |axesColor| (-871)) (|:| -2337 (-564)) (|:| |unitsColor| (-871)) (|:| |showing| (-564)))) $) 45)) (-2046 (((-1264) $ (-918) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-871) (-564) (-871) (-564)) 85)) (-3146 (((-641 (-940 (-225))) $) NIL)) (-2911 (((-468) $ (-918)) 42)) (-4131 (((-1264) $ (-768) (-768) (-918) (-918)) 50)) (-1297 (((-1264) $ (-1152)) 97)) (-3466 (((-1264) $ (-918) (-1152)) 93)) (-1721 (((-859) $) 104)) (-2151 (((-1264) $) 98)) (-3053 (((-1264) $ (-918) (-1152)) 89) (((-1264) $ (-918) (-871)) 90)) (-2853 (((-112) $ $) NIL)))
-(((-1260) (-13 (-1094) (-10 -8 (-15 -3146 ((-641 (-940 (-225))) $)) (-15 -2996 ($)) (-15 -4309 ($ $)) (-15 -3694 ((-641 (-263)) $)) (-15 -3694 ($ $ (-641 (-263)))) (-15 -4309 ($ (-468) (-641 (-263)))) (-15 -2046 ((-1264) $ (-918) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-871) (-564) (-871) (-564))) (-15 -4142 ((-1259 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -2817 (-564)) (|:| -3466 (-564)) (|:| |spline| (-564)) (|:| -3053 (-564)) (|:| |axesColor| (-871)) (|:| -2337 (-564)) (|:| |unitsColor| (-871)) (|:| |showing| (-564)))) $)) (-15 -3174 ((-1259 (-3 (-468) "undefined")) $)) (-15 -3765 ((-1264) $ (-1152))) (-15 -2395 ((-1264) $ (-468) (-918))) (-15 -2911 ((-468) $ (-918))) (-15 -3053 ((-1264) $ (-918) (-1152))) (-15 -3053 ((-1264) $ (-918) (-871))) (-15 -2337 ((-1264) $ (-918) (-1152))) (-15 -2337 ((-1264) $ (-918) (-871))) (-15 -2817 ((-1264) $ (-918) (-1152))) (-15 -2948 ((-1264) $ (-918) (-1152))) (-15 -3466 ((-1264) $ (-918) (-1152))) (-15 -1297 ((-1264) $ (-1152))) (-15 -2151 ((-1264) $)) (-15 -4131 ((-1264) $ (-768) (-768) (-918) (-918))) (-15 -2364 ((-1264) $ (-918) (-379) (-379))) (-15 -3055 ((-1264) $ (-918) (-379) (-379))) (-15 -4299 ((-1264) $ (-918) (-1152))) (-15 -4324 ((-1264) $ (-768) (-768))) (-15 -4366 ((-1264) $ (-468) (-918))) (-15 -4322 ((-1264) $ (-918) (-918))) (-15 -2530 ((-1152) $ (-1152))) (-15 -2530 ((-1152) $ (-1152) (-1152))) (-15 -2530 ((-1152) $ (-1152) (-641 (-1152)))) (-15 -3777 ((-1264) $)) (-15 -2381 ((-564) $)) (-15 -1721 ((-859) $))))) (T -1260))
-((-1721 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-1260)))) (-3146 (*1 *2 *1) (-12 (-5 *2 (-641 (-940 (-225)))) (-5 *1 (-1260)))) (-2996 (*1 *1) (-5 *1 (-1260))) (-4309 (*1 *1 *1) (-5 *1 (-1260))) (-3694 (*1 *2 *1) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1260)))) (-3694 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1260)))) (-4309 (*1 *1 *2 *3) (-12 (-5 *2 (-468)) (-5 *3 (-641 (-263))) (-5 *1 (-1260)))) (-2046 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-918)) (-5 *4 (-225)) (-5 *5 (-564)) (-5 *6 (-871)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-4142 (*1 *2 *1) (-12 (-5 *2 (-1259 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -2817 (-564)) (|:| -3466 (-564)) (|:| |spline| (-564)) (|:| -3053 (-564)) (|:| |axesColor| (-871)) (|:| -2337 (-564)) (|:| |unitsColor| (-871)) (|:| |showing| (-564))))) (-5 *1 (-1260)))) (-3174 (*1 *2 *1) (-12 (-5 *2 (-1259 (-3 (-468) "undefined"))) (-5 *1 (-1260)))) (-3765 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2395 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-468)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2911 (*1 *2 *1 *3) (-12 (-5 *3 (-918)) (-5 *2 (-468)) (-5 *1 (-1260)))) (-3053 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-3053 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-871)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2337 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2337 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-871)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2817 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2948 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-3466 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-1297 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2151 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1260)))) (-4131 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-768)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2364 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-918)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-3055 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-918)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-4299 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-4324 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-4366 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-468)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-4322 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2530 (*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1260)))) (-2530 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1260)))) (-2530 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-1260)))) (-3777 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2381 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1260)))))
-(-13 (-1094) (-10 -8 (-15 -3146 ((-641 (-940 (-225))) $)) (-15 -2996 ($)) (-15 -4309 ($ $)) (-15 -3694 ((-641 (-263)) $)) (-15 -3694 ($ $ (-641 (-263)))) (-15 -4309 ($ (-468) (-641 (-263)))) (-15 -2046 ((-1264) $ (-918) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-871) (-564) (-871) (-564))) (-15 -4142 ((-1259 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -2817 (-564)) (|:| -3466 (-564)) (|:| |spline| (-564)) (|:| -3053 (-564)) (|:| |axesColor| (-871)) (|:| -2337 (-564)) (|:| |unitsColor| (-871)) (|:| |showing| (-564)))) $)) (-15 -3174 ((-1259 (-3 (-468) "undefined")) $)) (-15 -3765 ((-1264) $ (-1152))) (-15 -2395 ((-1264) $ (-468) (-918))) (-15 -2911 ((-468) $ (-918))) (-15 -3053 ((-1264) $ (-918) (-1152))) (-15 -3053 ((-1264) $ (-918) (-871))) (-15 -2337 ((-1264) $ (-918) (-1152))) (-15 -2337 ((-1264) $ (-918) (-871))) (-15 -2817 ((-1264) $ (-918) (-1152))) (-15 -2948 ((-1264) $ (-918) (-1152))) (-15 -3466 ((-1264) $ (-918) (-1152))) (-15 -1297 ((-1264) $ (-1152))) (-15 -2151 ((-1264) $)) (-15 -4131 ((-1264) $ (-768) (-768) (-918) (-918))) (-15 -2364 ((-1264) $ (-918) (-379) (-379))) (-15 -3055 ((-1264) $ (-918) (-379) (-379))) (-15 -4299 ((-1264) $ (-918) (-1152))) (-15 -4324 ((-1264) $ (-768) (-768))) (-15 -4366 ((-1264) $ (-468) (-918))) (-15 -4322 ((-1264) $ (-918) (-918))) (-15 -2530 ((-1152) $ (-1152))) (-15 -2530 ((-1152) $ (-1152) (-1152))) (-15 -2530 ((-1152) $ (-1152) (-641 (-1152)))) (-15 -3777 ((-1264) $)) (-15 -2381 ((-564) $)) (-15 -1721 ((-859) $))))
-((-1709 (((-112) $ $) NIL)) (-1983 (((-1264) $ (-379)) 172) (((-1264) $ (-379) (-379) (-379)) 173)) (-2530 (((-1152) $ (-1152)) 180) (((-1152) $ (-1152) (-1152)) 178) (((-1152) $ (-1152) (-641 (-1152))) 177)) (-1953 (($) 67)) (-4033 (((-1264) $ (-379) (-379) (-379) (-379) (-379)) 144) (((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $) 142) (((-1264) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 143) (((-1264) $ (-564) (-564) (-379) (-379) (-379)) 147) (((-1264) $ (-379) (-379)) 148) (((-1264) $ (-379) (-379) (-379)) 155)) (-3095 (((-379)) 125) (((-379) (-379)) 126)) (-3861 (((-379)) 120) (((-379) (-379)) 122)) (-3301 (((-379)) 123) (((-379) (-379)) 124)) (-1449 (((-379)) 129) (((-379) (-379)) 130)) (-3209 (((-379)) 127) (((-379) (-379)) 128)) (-3055 (((-1264) $ (-379) (-379)) 174)) (-3765 (((-1264) $ (-1152)) 156)) (-3524 (((-1127 (-225)) $) 68) (($ $ (-1127 (-225))) 69)) (-1483 (((-1264) $ (-1152)) 188)) (-1366 (((-1264) $ (-1152)) 189)) (-3577 (((-1264) $ (-379) (-379)) 154) (((-1264) $ (-564) (-564)) 171)) (-4322 (((-1264) $ (-918) (-918)) 163)) (-3777 (((-1264) $) 140)) (-2307 (((-1264) $ (-1152)) 187)) (-2507 (((-1264) $ (-1152)) 137)) (-3694 (((-641 (-263)) $) 70) (($ $ (-641 (-263))) 71)) (-4324 (((-1264) $ (-768) (-768)) 162)) (-1588 (((-1264) $ (-768) (-940 (-225))) 194)) (-3925 (($ $) 73) (($ (-1127 (-225)) (-1152)) 74) (($ (-1127 (-225)) (-641 (-263))) 75)) (-1662 (((-1264) $ (-379) (-379) (-379)) 134)) (-2811 (((-1152) $) NIL)) (-2381 (((-564) $) 131)) (-1351 (((-1264) $ (-379)) 175)) (-4103 (((-1264) $ (-379)) 192)) (-4382 (((-1114) $) NIL)) (-3052 (((-1264) $ (-379)) 191)) (-1783 (((-1264) $ (-1152)) 139)) (-4131 (((-1264) $ (-768) (-768) (-918) (-918)) 161)) (-2916 (((-1264) $ (-1152)) 136)) (-1297 (((-1264) $ (-1152)) 138)) (-1829 (((-1264) $ (-157) (-157)) 160)) (-1721 (((-859) $) 169)) (-2151 (((-1264) $) 141)) (-2333 (((-1264) $ (-1152)) 190)) (-3053 (((-1264) $ (-1152)) 135)) (-2853 (((-112) $ $) NIL)))
-(((-1261) (-13 (-1094) (-10 -8 (-15 -3861 ((-379))) (-15 -3861 ((-379) (-379))) (-15 -3301 ((-379))) (-15 -3301 ((-379) (-379))) (-15 -3095 ((-379))) (-15 -3095 ((-379) (-379))) (-15 -3209 ((-379))) (-15 -3209 ((-379) (-379))) (-15 -1449 ((-379))) (-15 -1449 ((-379) (-379))) (-15 -1953 ($)) (-15 -3925 ($ $)) (-15 -3925 ($ (-1127 (-225)) (-1152))) (-15 -3925 ($ (-1127 (-225)) (-641 (-263)))) (-15 -3524 ((-1127 (-225)) $)) (-15 -3524 ($ $ (-1127 (-225)))) (-15 -1588 ((-1264) $ (-768) (-940 (-225)))) (-15 -3694 ((-641 (-263)) $)) (-15 -3694 ($ $ (-641 (-263)))) (-15 -4324 ((-1264) $ (-768) (-768))) (-15 -4322 ((-1264) $ (-918) (-918))) (-15 -3765 ((-1264) $ (-1152))) (-15 -4131 ((-1264) $ (-768) (-768) (-918) (-918))) (-15 -4033 ((-1264) $ (-379) (-379) (-379) (-379) (-379))) (-15 -4033 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $)) (-15 -4033 ((-1264) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -4033 ((-1264) $ (-564) (-564) (-379) (-379) (-379))) (-15 -4033 ((-1264) $ (-379) (-379))) (-15 -4033 ((-1264) $ (-379) (-379) (-379))) (-15 -1297 ((-1264) $ (-1152))) (-15 -3053 ((-1264) $ (-1152))) (-15 -2916 ((-1264) $ (-1152))) (-15 -2507 ((-1264) $ (-1152))) (-15 -1783 ((-1264) $ (-1152))) (-15 -3577 ((-1264) $ (-379) (-379))) (-15 -3577 ((-1264) $ (-564) (-564))) (-15 -1983 ((-1264) $ (-379))) (-15 -1983 ((-1264) $ (-379) (-379) (-379))) (-15 -3055 ((-1264) $ (-379) (-379))) (-15 -2307 ((-1264) $ (-1152))) (-15 -3052 ((-1264) $ (-379))) (-15 -4103 ((-1264) $ (-379))) (-15 -1483 ((-1264) $ (-1152))) (-15 -1366 ((-1264) $ (-1152))) (-15 -2333 ((-1264) $ (-1152))) (-15 -1662 ((-1264) $ (-379) (-379) (-379))) (-15 -1351 ((-1264) $ (-379))) (-15 -3777 ((-1264) $)) (-15 -1829 ((-1264) $ (-157) (-157))) (-15 -2530 ((-1152) $ (-1152))) (-15 -2530 ((-1152) $ (-1152) (-1152))) (-15 -2530 ((-1152) $ (-1152) (-641 (-1152)))) (-15 -2151 ((-1264) $)) (-15 -2381 ((-564) $))))) (T -1261))
-((-3861 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3861 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3301 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3301 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3095 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3095 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3209 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3209 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-1449 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-1449 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-1953 (*1 *1) (-5 *1 (-1261))) (-3925 (*1 *1 *1) (-5 *1 (-1261))) (-3925 (*1 *1 *2 *3) (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-1152)) (-5 *1 (-1261)))) (-3925 (*1 *1 *2 *3) (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-641 (-263))) (-5 *1 (-1261)))) (-3524 (*1 *2 *1) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1261)))) (-3524 (*1 *1 *1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1261)))) (-1588 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-768)) (-5 *4 (-940 (-225))) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3694 (*1 *2 *1) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1261)))) (-3694 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1261)))) (-4324 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4322 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3765 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4131 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-768)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4033 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4033 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *1 (-1261)))) (-4033 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4033 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-564)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4033 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4033 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1297 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3053 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2916 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2507 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1783 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3577 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3577 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1983 (*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1983 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3055 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2307 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3052 (*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4103 (*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1483 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1366 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2333 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1662 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1351 (*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3777 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1829 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-157)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2530 (*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1261)))) (-2530 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1261)))) (-2530 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-1261)))) (-2151 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2381 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1261)))))
-(-13 (-1094) (-10 -8 (-15 -3861 ((-379))) (-15 -3861 ((-379) (-379))) (-15 -3301 ((-379))) (-15 -3301 ((-379) (-379))) (-15 -3095 ((-379))) (-15 -3095 ((-379) (-379))) (-15 -3209 ((-379))) (-15 -3209 ((-379) (-379))) (-15 -1449 ((-379))) (-15 -1449 ((-379) (-379))) (-15 -1953 ($)) (-15 -3925 ($ $)) (-15 -3925 ($ (-1127 (-225)) (-1152))) (-15 -3925 ($ (-1127 (-225)) (-641 (-263)))) (-15 -3524 ((-1127 (-225)) $)) (-15 -3524 ($ $ (-1127 (-225)))) (-15 -1588 ((-1264) $ (-768) (-940 (-225)))) (-15 -3694 ((-641 (-263)) $)) (-15 -3694 ($ $ (-641 (-263)))) (-15 -4324 ((-1264) $ (-768) (-768))) (-15 -4322 ((-1264) $ (-918) (-918))) (-15 -3765 ((-1264) $ (-1152))) (-15 -4131 ((-1264) $ (-768) (-768) (-918) (-918))) (-15 -4033 ((-1264) $ (-379) (-379) (-379) (-379) (-379))) (-15 -4033 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $)) (-15 -4033 ((-1264) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -4033 ((-1264) $ (-564) (-564) (-379) (-379) (-379))) (-15 -4033 ((-1264) $ (-379) (-379))) (-15 -4033 ((-1264) $ (-379) (-379) (-379))) (-15 -1297 ((-1264) $ (-1152))) (-15 -3053 ((-1264) $ (-1152))) (-15 -2916 ((-1264) $ (-1152))) (-15 -2507 ((-1264) $ (-1152))) (-15 -1783 ((-1264) $ (-1152))) (-15 -3577 ((-1264) $ (-379) (-379))) (-15 -3577 ((-1264) $ (-564) (-564))) (-15 -1983 ((-1264) $ (-379))) (-15 -1983 ((-1264) $ (-379) (-379) (-379))) (-15 -3055 ((-1264) $ (-379) (-379))) (-15 -2307 ((-1264) $ (-1152))) (-15 -3052 ((-1264) $ (-379))) (-15 -4103 ((-1264) $ (-379))) (-15 -1483 ((-1264) $ (-1152))) (-15 -1366 ((-1264) $ (-1152))) (-15 -2333 ((-1264) $ (-1152))) (-15 -1662 ((-1264) $ (-379) (-379) (-379))) (-15 -1351 ((-1264) $ (-379))) (-15 -3777 ((-1264) $)) (-15 -1829 ((-1264) $ (-157) (-157))) (-15 -2530 ((-1152) $ (-1152))) (-15 -2530 ((-1152) $ (-1152) (-1152))) (-15 -2530 ((-1152) $ (-1152) (-641 (-1152)))) (-15 -2151 ((-1264) $)) (-15 -2381 ((-564) $))))
-((-2505 (((-641 (-1152)) (-641 (-1152))) 104) (((-641 (-1152))) 96)) (-2377 (((-641 (-1152))) 94)) (-4019 (((-641 (-918)) (-641 (-918))) 69) (((-641 (-918))) 64)) (-2318 (((-641 (-768)) (-641 (-768))) 61) (((-641 (-768))) 55)) (-4279 (((-1264)) 71)) (-3319 (((-918) (-918)) 87) (((-918)) 86)) (-3272 (((-918) (-918)) 85) (((-918)) 84)) (-1859 (((-871) (-871)) 81) (((-871)) 80)) (-3606 (((-225)) 91) (((-225) (-379)) 93)) (-4319 (((-918)) 88) (((-918) (-918)) 89)) (-3827 (((-918) (-918)) 83) (((-918)) 82)) (-2669 (((-871) (-871)) 75) (((-871)) 73)) (-1339 (((-871) (-871)) 77) (((-871)) 76)) (-1305 (((-871) (-871)) 79) (((-871)) 78)))
-(((-1262) (-10 -7 (-15 -2669 ((-871))) (-15 -2669 ((-871) (-871))) (-15 -1339 ((-871))) (-15 -1339 ((-871) (-871))) (-15 -1305 ((-871))) (-15 -1305 ((-871) (-871))) (-15 -1859 ((-871))) (-15 -1859 ((-871) (-871))) (-15 -3827 ((-918))) (-15 -3827 ((-918) (-918))) (-15 -2318 ((-641 (-768)))) (-15 -2318 ((-641 (-768)) (-641 (-768)))) (-15 -4019 ((-641 (-918)))) (-15 -4019 ((-641 (-918)) (-641 (-918)))) (-15 -4279 ((-1264))) (-15 -2505 ((-641 (-1152)))) (-15 -2505 ((-641 (-1152)) (-641 (-1152)))) (-15 -2377 ((-641 (-1152)))) (-15 -3272 ((-918))) (-15 -3319 ((-918))) (-15 -3272 ((-918) (-918))) (-15 -3319 ((-918) (-918))) (-15 -4319 ((-918) (-918))) (-15 -4319 ((-918))) (-15 -3606 ((-225) (-379))) (-15 -3606 ((-225))))) (T -1262))
-((-3606 (*1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-1262)))) (-3606 (*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-225)) (-5 *1 (-1262)))) (-4319 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-4319 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-3319 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-3272 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-3319 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-3272 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-2377 (*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262)))) (-2505 (*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262)))) (-2505 (*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262)))) (-4279 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1262)))) (-4019 (*1 *2 *2) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1262)))) (-4019 (*1 *2) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1262)))) (-2318 (*1 *2 *2) (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1262)))) (-2318 (*1 *2) (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1262)))) (-3827 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-3827 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-1859 (*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-1859 (*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-1305 (*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-1305 (*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-1339 (*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-1339 (*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-2669 (*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-2669 (*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))))
-(-10 -7 (-15 -2669 ((-871))) (-15 -2669 ((-871) (-871))) (-15 -1339 ((-871))) (-15 -1339 ((-871) (-871))) (-15 -1305 ((-871))) (-15 -1305 ((-871) (-871))) (-15 -1859 ((-871))) (-15 -1859 ((-871) (-871))) (-15 -3827 ((-918))) (-15 -3827 ((-918) (-918))) (-15 -2318 ((-641 (-768)))) (-15 -2318 ((-641 (-768)) (-641 (-768)))) (-15 -4019 ((-641 (-918)))) (-15 -4019 ((-641 (-918)) (-641 (-918)))) (-15 -4279 ((-1264))) (-15 -2505 ((-641 (-1152)))) (-15 -2505 ((-641 (-1152)) (-641 (-1152)))) (-15 -2377 ((-641 (-1152)))) (-15 -3272 ((-918))) (-15 -3319 ((-918))) (-15 -3272 ((-918) (-918))) (-15 -3319 ((-918) (-918))) (-15 -4319 ((-918) (-918))) (-15 -4319 ((-918))) (-15 -3606 ((-225) (-379))) (-15 -3606 ((-225))))
-((-2283 (((-468) (-641 (-641 (-940 (-225)))) (-641 (-263))) 22) (((-468) (-641 (-641 (-940 (-225))))) 21) (((-468) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263))) 20)) (-2675 (((-1260) (-641 (-641 (-940 (-225)))) (-641 (-263))) 33) (((-1260) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263))) 32)) (-1721 (((-1260) (-468)) 48)))
-(((-1263) (-10 -7 (-15 -2283 ((-468) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263)))) (-15 -2283 ((-468) (-641 (-641 (-940 (-225)))))) (-15 -2283 ((-468) (-641 (-641 (-940 (-225)))) (-641 (-263)))) (-15 -2675 ((-1260) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263)))) (-15 -2675 ((-1260) (-641 (-641 (-940 (-225)))) (-641 (-263)))) (-15 -1721 ((-1260) (-468))))) (T -1263))
-((-1721 (*1 *2 *3) (-12 (-5 *3 (-468)) (-5 *2 (-1260)) (-5 *1 (-1263)))) (-2675 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-1263)))) (-2675 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-871)) (-5 *5 (-918)) (-5 *6 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-1263)))) (-2283 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-641 (-263))) (-5 *2 (-468)) (-5 *1 (-1263)))) (-2283 (*1 *2 *3) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *2 (-468)) (-5 *1 (-1263)))) (-2283 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-871)) (-5 *5 (-918)) (-5 *6 (-641 (-263))) (-5 *2 (-468)) (-5 *1 (-1263)))))
-(-10 -7 (-15 -2283 ((-468) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263)))) (-15 -2283 ((-468) (-641 (-641 (-940 (-225)))))) (-15 -2283 ((-468) (-641 (-641 (-940 (-225)))) (-641 (-263)))) (-15 -2675 ((-1260) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263)))) (-15 -2675 ((-1260) (-641 (-641 (-940 (-225)))) (-641 (-263)))) (-15 -1721 ((-1260) (-468))))
-((-4104 (($) 7)) (-1721 (((-859) $) 10)))
-(((-1264) (-13 (-611 (-859)) (-10 -8 (-15 -4104 ($))))) (T -1264))
-((-4104 (*1 *1) (-5 *1 (-1264))))
-(-13 (-611 (-859)) (-10 -8 (-15 -4104 ($))))
-((-2983 (($ $ |#2|) 10)))
-(((-1265 |#1| |#2|) (-10 -8 (-15 -2983 (|#1| |#1| |#2|))) (-1266 |#2|) (-363)) (T -1265))
-NIL
-(-10 -8 (-15 -2983 (|#1| |#1| |#2|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1358 (((-134)) 28)) (-1721 (((-859) $) 11)) (-2885 (($) 18 T CONST)) (-2853 (((-112) $ $) 6)) (-2983 (($ $ |#1|) 29)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
+((-1797 (*1 *1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-25)))) (-1463 (*1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1257 *3)) (-4 *3 (-23)) (-4 *3 (-1209)))) (-1808 (*1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-21)))) (-1808 (*1 *1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-4 *1 (-1257 *3)) (-4 *3 (-1209)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-723)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-723)))) (-3032 (*1 *2 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-1046)))) (-3167 (*1 *2 *1 *1) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-1209)) (-4 *3 (-1046)) (-5 *2 (-685 *3)))) (-4231 (*1 *1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-1046)))) (-1502 (*1 *2 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-999)) (-4 *2 (-1046)))) (-2117 (*1 *2 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-999)) (-4 *2 (-1046)))))
+(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -1797 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -1463 ($ (-768))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -1808 ($ $)) (-15 -1808 ($ $ $)) (-15 * ($ (-564) $))) |%noBranch|) (IF (|has| |t#1| (-723)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-1046)) (PROGN (-15 -3032 (|t#1| $ $)) (-15 -3167 ((-685 |t#1|) $ $)) (-15 -4231 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-999)) (IF (|has| |t#1| (-1046)) (PROGN (-15 -1502 (|t#1| $)) (-15 -2117 (|t#1| $))) |%noBranch|) |%noBranch|)))
+(((-34) . T) ((-102) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-611 (-859)) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847)) (|has| |#1| (-611 (-859)))) ((-151 |#1|) . T) ((-612 (-536)) |has| |#1| (-612 (-536))) ((-286 #0=(-564) |#1|) . T) ((-288 #0# |#1|) . T) ((-309 |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-373 |#1|) . T) ((-489 |#1|) . T) ((-602 #0# |#1|) . T) ((-514 |#1| |#1|) -12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))) ((-647 |#1|) . T) ((-19 |#1|) . T) ((-847) |has| |#1| (-847)) ((-1094) -4078 (|has| |#1| (-1094)) (|has| |#1| (-847))) ((-1209) . T))
+((-1694 (((-1259 |#2|) (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|) 13)) (-1988 ((|#2| (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|) 15)) (-2449 (((-3 (-1259 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1259 |#1|)) 30) (((-1259 |#2|) (-1 |#2| |#1|) (-1259 |#1|)) 18)))
+(((-1258 |#1| |#2|) (-10 -7 (-15 -1694 ((-1259 |#2|) (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|)) (-15 -1988 (|#2| (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|)) (-15 -2449 ((-1259 |#2|) (-1 |#2| |#1|) (-1259 |#1|))) (-15 -2449 ((-3 (-1259 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1259 |#1|)))) (-1209) (-1209)) (T -1258))
+((-2449 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1259 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1259 *6)) (-5 *1 (-1258 *5 *6)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1259 *5)) (-4 *5 (-1209)) (-4 *6 (-1209)) (-5 *2 (-1259 *6)) (-5 *1 (-1258 *5 *6)))) (-1988 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1259 *5)) (-4 *5 (-1209)) (-4 *2 (-1209)) (-5 *1 (-1258 *5 *2)))) (-1694 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1259 *6)) (-4 *6 (-1209)) (-4 *5 (-1209)) (-5 *2 (-1259 *5)) (-5 *1 (-1258 *6 *5)))))
+(-10 -7 (-15 -1694 ((-1259 |#2|) (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|)) (-15 -1988 (|#2| (-1 |#2| |#1| |#2|) (-1259 |#1|) |#2|)) (-15 -2449 ((-1259 |#2|) (-1 |#2| |#1|) (-1259 |#1|))) (-15 -2449 ((-3 (-1259 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1259 |#1|))))
+((-1817 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1463 (($ (-768)) NIL (|has| |#1| (-23)))) (-3454 (($ (-641 |#1|)) 11)) (-1956 (((-1264) $ (-564) (-564)) NIL (|has| $ (-6 -4407)))) (-2386 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-847)))) (-2573 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4407))) (($ $) NIL (-12 (|has| $ (-6 -4407)) (|has| |#1| (-847))))) (-2861 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-847)))) (-4010 (((-112) $ (-768)) NIL)) (-1970 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407))) ((|#1| $ (-1226 (-564)) |#1|) NIL (|has| $ (-6 -4407)))) (-3752 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1778 (($) NIL T CONST)) (-4325 (($ $) NIL (|has| $ (-6 -4407)))) (-3919 (($ $) NIL)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-2576 (($ |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1988 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4406))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4406)))) (-2261 ((|#1| $ (-564) |#1|) NIL (|has| $ (-6 -4407)))) (-2190 ((|#1| $ (-564)) NIL)) (-3360 (((-564) (-1 (-112) |#1|) $) NIL) (((-564) |#1| $) NIL (|has| |#1| (-1094))) (((-564) |#1| $ (-564)) NIL (|has| |#1| (-1094)))) (-1433 (((-641 |#1|) $) 15 (|has| $ (-6 -4406)))) (-3167 (((-685 |#1|) $ $) NIL (|has| |#1| (-1046)))) (-3654 (($ (-768) |#1|) NIL)) (-2324 (((-112) $ (-768)) NIL)) (-3100 (((-564) $) NIL (|has| (-564) (-847)))) (-1925 (($ $ $) NIL (|has| |#1| (-847)))) (-3956 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-847)))) (-2640 (((-641 |#1|) $) NIL (|has| $ (-6 -4406)))) (-2516 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3440 (((-564) $) NIL (|has| (-564) (-847)))) (-3375 (($ $ $) NIL (|has| |#1| (-847)))) (-2250 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2117 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-1713 (((-112) $ (-768)) NIL)) (-1502 ((|#1| $) NIL (-12 (|has| |#1| (-999)) (|has| |#1| (-1046))))) (-2723 (((-1152) $) NIL (|has| |#1| (-1094)))) (-3652 (($ |#1| $ (-564)) NIL) (($ $ $ (-564)) NIL)) (-3883 (((-641 (-564)) $) NIL)) (-4336 (((-112) (-564) $) NIL)) (-2780 (((-1114) $) NIL (|has| |#1| (-1094)))) (-3303 ((|#1| $) NIL (|has| (-564) (-847)))) (-3995 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-4253 (($ $ |#1|) NIL (|has| $ (-6 -4407)))) (-4077 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 (-294 |#1|))) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-294 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094)))) (($ $ (-641 |#1|) (-641 |#1|)) NIL (-12 (|has| |#1| (-309 |#1|)) (|has| |#1| (-1094))))) (-3565 (((-112) $ $) NIL)) (-3561 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-1794 (((-641 |#1|) $) NIL)) (-4284 (((-112) $) NIL)) (-4012 (($) NIL)) (-1350 ((|#1| $ (-564) |#1|) NIL) ((|#1| $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-3032 ((|#1| $ $) NIL (|has| |#1| (-1046)))) (-2126 (($ $ (-564)) NIL) (($ $ (-1226 (-564))) NIL)) (-4231 (($ $ $) NIL (|has| |#1| (-1046)))) (-2791 (((-768) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406))) (((-768) |#1| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#1| (-1094))))) (-3623 (($ $ $ (-564)) NIL (|has| $ (-6 -4407)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) 19 (|has| |#1| (-612 (-536))))) (-1842 (($ (-641 |#1|)) 10)) (-3043 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-641 $)) NIL)) (-1831 (((-859) $) NIL (|has| |#1| (-611 (-859))))) (-1963 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4406)))) (-1762 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1737 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1702 (((-112) $ $) NIL (|has| |#1| (-1094)))) (-1749 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1723 (((-112) $ $) NIL (|has| |#1| (-847)))) (-1808 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-1797 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-564) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-723))) (($ $ |#1|) NIL (|has| |#1| (-723)))) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1259 |#1|) (-13 (-1257 |#1|) (-10 -8 (-15 -3454 ($ (-641 |#1|))))) (-1209)) (T -1259))
+((-3454 (*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1259 *3)))))
+(-13 (-1257 |#1|) (-10 -8 (-15 -3454 ($ (-641 |#1|)))))
+((-1817 (((-112) $ $) NIL)) (-3614 (((-1152) $ (-1152)) 109) (((-1152) $ (-1152) (-1152)) 107) (((-1152) $ (-1152) (-641 (-1152))) 106)) (-1958 (($) 69)) (-1364 (((-1264) $ (-468) (-918)) 54)) (-2521 (((-1264) $ (-918) (-1152)) 91) (((-1264) $ (-918) (-871)) 92)) (-1676 (((-1264) $ (-918) (-379) (-379)) 57)) (-2696 (((-1264) $ (-1152)) 86)) (-2691 (((-1264) $ (-918) (-1152)) 96)) (-3982 (((-1264) $ (-918) (-379) (-379)) 58)) (-1414 (((-1264) $ (-918) (-918)) 55)) (-3594 (((-1264) $) 87)) (-1491 (((-1264) $ (-918) (-1152)) 95)) (-4255 (((-1264) $ (-468) (-918)) 40)) (-2779 (((-1264) $ (-918) (-1152)) 94)) (-4373 (((-641 (-263)) $) 29) (($ $ (-641 (-263))) 30)) (-1439 (((-1264) $ (-768) (-768)) 52)) (-2574 (($ $) 71) (($ (-468) (-641 (-263))) 72)) (-2723 (((-1152) $) NIL)) (-2568 (((-564) $) 47)) (-2780 (((-1114) $) NIL)) (-4323 (((-1259 (-3 (-468) "undefined")) $) 46)) (-3482 (((-1259 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -2779 (-564)) (|:| -4114 (-564)) (|:| |spline| (-564)) (|:| -2431 (-564)) (|:| |axesColor| (-871)) (|:| -2521 (-564)) (|:| |unitsColor| (-871)) (|:| |showing| (-564)))) $) 45)) (-3844 (((-1264) $ (-918) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-871) (-564) (-871) (-564)) 85)) (-4079 (((-641 (-940 (-225))) $) NIL)) (-2375 (((-468) $ (-918)) 42)) (-3378 (((-1264) $ (-768) (-768) (-918) (-918)) 50)) (-4192 (((-1264) $ (-1152)) 97)) (-4114 (((-1264) $ (-918) (-1152)) 93)) (-1831 (((-859) $) 104)) (-3689 (((-1264) $) 98)) (-2431 (((-1264) $ (-918) (-1152)) 89) (((-1264) $ (-918) (-871)) 90)) (-1702 (((-112) $ $) NIL)))
+(((-1260) (-13 (-1094) (-10 -8 (-15 -4079 ((-641 (-940 (-225))) $)) (-15 -1958 ($)) (-15 -2574 ($ $)) (-15 -4373 ((-641 (-263)) $)) (-15 -4373 ($ $ (-641 (-263)))) (-15 -2574 ($ (-468) (-641 (-263)))) (-15 -3844 ((-1264) $ (-918) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-871) (-564) (-871) (-564))) (-15 -3482 ((-1259 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -2779 (-564)) (|:| -4114 (-564)) (|:| |spline| (-564)) (|:| -2431 (-564)) (|:| |axesColor| (-871)) (|:| -2521 (-564)) (|:| |unitsColor| (-871)) (|:| |showing| (-564)))) $)) (-15 -4323 ((-1259 (-3 (-468) "undefined")) $)) (-15 -2696 ((-1264) $ (-1152))) (-15 -4255 ((-1264) $ (-468) (-918))) (-15 -2375 ((-468) $ (-918))) (-15 -2431 ((-1264) $ (-918) (-1152))) (-15 -2431 ((-1264) $ (-918) (-871))) (-15 -2521 ((-1264) $ (-918) (-1152))) (-15 -2521 ((-1264) $ (-918) (-871))) (-15 -2779 ((-1264) $ (-918) (-1152))) (-15 -1491 ((-1264) $ (-918) (-1152))) (-15 -4114 ((-1264) $ (-918) (-1152))) (-15 -4192 ((-1264) $ (-1152))) (-15 -3689 ((-1264) $)) (-15 -3378 ((-1264) $ (-768) (-768) (-918) (-918))) (-15 -3982 ((-1264) $ (-918) (-379) (-379))) (-15 -1676 ((-1264) $ (-918) (-379) (-379))) (-15 -2691 ((-1264) $ (-918) (-1152))) (-15 -1439 ((-1264) $ (-768) (-768))) (-15 -1364 ((-1264) $ (-468) (-918))) (-15 -1414 ((-1264) $ (-918) (-918))) (-15 -3614 ((-1152) $ (-1152))) (-15 -3614 ((-1152) $ (-1152) (-1152))) (-15 -3614 ((-1152) $ (-1152) (-641 (-1152)))) (-15 -3594 ((-1264) $)) (-15 -2568 ((-564) $)) (-15 -1831 ((-859) $))))) (T -1260))
+((-1831 (*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-1260)))) (-4079 (*1 *2 *1) (-12 (-5 *2 (-641 (-940 (-225)))) (-5 *1 (-1260)))) (-1958 (*1 *1) (-5 *1 (-1260))) (-2574 (*1 *1 *1) (-5 *1 (-1260))) (-4373 (*1 *2 *1) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1260)))) (-4373 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1260)))) (-2574 (*1 *1 *2 *3) (-12 (-5 *2 (-468)) (-5 *3 (-641 (-263))) (-5 *1 (-1260)))) (-3844 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-918)) (-5 *4 (-225)) (-5 *5 (-564)) (-5 *6 (-871)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-3482 (*1 *2 *1) (-12 (-5 *2 (-1259 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -2779 (-564)) (|:| -4114 (-564)) (|:| |spline| (-564)) (|:| -2431 (-564)) (|:| |axesColor| (-871)) (|:| -2521 (-564)) (|:| |unitsColor| (-871)) (|:| |showing| (-564))))) (-5 *1 (-1260)))) (-4323 (*1 *2 *1) (-12 (-5 *2 (-1259 (-3 (-468) "undefined"))) (-5 *1 (-1260)))) (-2696 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-4255 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-468)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2375 (*1 *2 *1 *3) (-12 (-5 *3 (-918)) (-5 *2 (-468)) (-5 *1 (-1260)))) (-2431 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2431 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-871)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2521 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2521 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-871)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2779 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-1491 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-4114 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-4192 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-3689 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1260)))) (-3378 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-768)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-3982 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-918)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-1676 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-918)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2691 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-1439 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-1364 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-468)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-1414 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))) (-3614 (*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1260)))) (-3614 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1260)))) (-3614 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-1260)))) (-3594 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1260)))) (-2568 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1260)))))
+(-13 (-1094) (-10 -8 (-15 -4079 ((-641 (-940 (-225))) $)) (-15 -1958 ($)) (-15 -2574 ($ $)) (-15 -4373 ((-641 (-263)) $)) (-15 -4373 ($ $ (-641 (-263)))) (-15 -2574 ($ (-468) (-641 (-263)))) (-15 -3844 ((-1264) $ (-918) (-225) (-225) (-225) (-225) (-564) (-564) (-564) (-564) (-871) (-564) (-871) (-564))) (-15 -3482 ((-1259 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -2779 (-564)) (|:| -4114 (-564)) (|:| |spline| (-564)) (|:| -2431 (-564)) (|:| |axesColor| (-871)) (|:| -2521 (-564)) (|:| |unitsColor| (-871)) (|:| |showing| (-564)))) $)) (-15 -4323 ((-1259 (-3 (-468) "undefined")) $)) (-15 -2696 ((-1264) $ (-1152))) (-15 -4255 ((-1264) $ (-468) (-918))) (-15 -2375 ((-468) $ (-918))) (-15 -2431 ((-1264) $ (-918) (-1152))) (-15 -2431 ((-1264) $ (-918) (-871))) (-15 -2521 ((-1264) $ (-918) (-1152))) (-15 -2521 ((-1264) $ (-918) (-871))) (-15 -2779 ((-1264) $ (-918) (-1152))) (-15 -1491 ((-1264) $ (-918) (-1152))) (-15 -4114 ((-1264) $ (-918) (-1152))) (-15 -4192 ((-1264) $ (-1152))) (-15 -3689 ((-1264) $)) (-15 -3378 ((-1264) $ (-768) (-768) (-918) (-918))) (-15 -3982 ((-1264) $ (-918) (-379) (-379))) (-15 -1676 ((-1264) $ (-918) (-379) (-379))) (-15 -2691 ((-1264) $ (-918) (-1152))) (-15 -1439 ((-1264) $ (-768) (-768))) (-15 -1364 ((-1264) $ (-468) (-918))) (-15 -1414 ((-1264) $ (-918) (-918))) (-15 -3614 ((-1152) $ (-1152))) (-15 -3614 ((-1152) $ (-1152) (-1152))) (-15 -3614 ((-1152) $ (-1152) (-641 (-1152)))) (-15 -3594 ((-1264) $)) (-15 -2568 ((-564) $)) (-15 -1831 ((-859) $))))
+((-1817 (((-112) $ $) NIL)) (-1315 (((-1264) $ (-379)) 172) (((-1264) $ (-379) (-379) (-379)) 173)) (-3614 (((-1152) $ (-1152)) 180) (((-1152) $ (-1152) (-1152)) 178) (((-1152) $ (-1152) (-641 (-1152))) 177)) (-2257 (($) 67)) (-1768 (((-1264) $ (-379) (-379) (-379) (-379) (-379)) 144) (((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $) 142) (((-1264) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 143) (((-1264) $ (-564) (-564) (-379) (-379) (-379)) 147) (((-1264) $ (-379) (-379)) 148) (((-1264) $ (-379) (-379) (-379)) 155)) (-1616 (((-379)) 125) (((-379) (-379)) 126)) (-3794 (((-379)) 120) (((-379) (-379)) 122)) (-3114 (((-379)) 123) (((-379) (-379)) 124)) (-3163 (((-379)) 129) (((-379) (-379)) 130)) (-3486 (((-379)) 127) (((-379) (-379)) 128)) (-1676 (((-1264) $ (-379) (-379)) 174)) (-2696 (((-1264) $ (-1152)) 156)) (-3502 (((-1127 (-225)) $) 68) (($ $ (-1127 (-225))) 69)) (-3504 (((-1264) $ (-1152)) 188)) (-1312 (((-1264) $ (-1152)) 189)) (-2823 (((-1264) $ (-379) (-379)) 154) (((-1264) $ (-564) (-564)) 171)) (-1414 (((-1264) $ (-918) (-918)) 163)) (-3594 (((-1264) $) 140)) (-1467 (((-1264) $ (-1152)) 187)) (-2912 (((-1264) $ (-1152)) 137)) (-4373 (((-641 (-263)) $) 70) (($ $ (-641 (-263))) 71)) (-1439 (((-1264) $ (-768) (-768)) 162)) (-2066 (((-1264) $ (-768) (-940 (-225))) 194)) (-3166 (($ $) 73) (($ (-1127 (-225)) (-1152)) 74) (($ (-1127 (-225)) (-641 (-263))) 75)) (-1500 (((-1264) $ (-379) (-379) (-379)) 134)) (-2723 (((-1152) $) NIL)) (-2568 (((-564) $) 131)) (-2933 (((-1264) $ (-379)) 175)) (-4295 (((-1264) $ (-379)) 192)) (-2780 (((-1114) $) NIL)) (-2419 (((-1264) $ (-379)) 191)) (-3247 (((-1264) $ (-1152)) 139)) (-3378 (((-1264) $ (-768) (-768) (-918) (-918)) 161)) (-2440 (((-1264) $ (-1152)) 136)) (-4192 (((-1264) $ (-1152)) 138)) (-3642 (((-1264) $ (-157) (-157)) 160)) (-1831 (((-859) $) 169)) (-3689 (((-1264) $) 141)) (-1754 (((-1264) $ (-1152)) 190)) (-2431 (((-1264) $ (-1152)) 135)) (-1702 (((-112) $ $) NIL)))
+(((-1261) (-13 (-1094) (-10 -8 (-15 -3794 ((-379))) (-15 -3794 ((-379) (-379))) (-15 -3114 ((-379))) (-15 -3114 ((-379) (-379))) (-15 -1616 ((-379))) (-15 -1616 ((-379) (-379))) (-15 -3486 ((-379))) (-15 -3486 ((-379) (-379))) (-15 -3163 ((-379))) (-15 -3163 ((-379) (-379))) (-15 -2257 ($)) (-15 -3166 ($ $)) (-15 -3166 ($ (-1127 (-225)) (-1152))) (-15 -3166 ($ (-1127 (-225)) (-641 (-263)))) (-15 -3502 ((-1127 (-225)) $)) (-15 -3502 ($ $ (-1127 (-225)))) (-15 -2066 ((-1264) $ (-768) (-940 (-225)))) (-15 -4373 ((-641 (-263)) $)) (-15 -4373 ($ $ (-641 (-263)))) (-15 -1439 ((-1264) $ (-768) (-768))) (-15 -1414 ((-1264) $ (-918) (-918))) (-15 -2696 ((-1264) $ (-1152))) (-15 -3378 ((-1264) $ (-768) (-768) (-918) (-918))) (-15 -1768 ((-1264) $ (-379) (-379) (-379) (-379) (-379))) (-15 -1768 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $)) (-15 -1768 ((-1264) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -1768 ((-1264) $ (-564) (-564) (-379) (-379) (-379))) (-15 -1768 ((-1264) $ (-379) (-379))) (-15 -1768 ((-1264) $ (-379) (-379) (-379))) (-15 -4192 ((-1264) $ (-1152))) (-15 -2431 ((-1264) $ (-1152))) (-15 -2440 ((-1264) $ (-1152))) (-15 -2912 ((-1264) $ (-1152))) (-15 -3247 ((-1264) $ (-1152))) (-15 -2823 ((-1264) $ (-379) (-379))) (-15 -2823 ((-1264) $ (-564) (-564))) (-15 -1315 ((-1264) $ (-379))) (-15 -1315 ((-1264) $ (-379) (-379) (-379))) (-15 -1676 ((-1264) $ (-379) (-379))) (-15 -1467 ((-1264) $ (-1152))) (-15 -2419 ((-1264) $ (-379))) (-15 -4295 ((-1264) $ (-379))) (-15 -3504 ((-1264) $ (-1152))) (-15 -1312 ((-1264) $ (-1152))) (-15 -1754 ((-1264) $ (-1152))) (-15 -1500 ((-1264) $ (-379) (-379) (-379))) (-15 -2933 ((-1264) $ (-379))) (-15 -3594 ((-1264) $)) (-15 -3642 ((-1264) $ (-157) (-157))) (-15 -3614 ((-1152) $ (-1152))) (-15 -3614 ((-1152) $ (-1152) (-1152))) (-15 -3614 ((-1152) $ (-1152) (-641 (-1152)))) (-15 -3689 ((-1264) $)) (-15 -2568 ((-564) $))))) (T -1261))
+((-3794 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3794 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3114 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3114 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-1616 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-1616 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3486 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3486 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3163 (*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-3163 (*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))) (-2257 (*1 *1) (-5 *1 (-1261))) (-3166 (*1 *1 *1) (-5 *1 (-1261))) (-3166 (*1 *1 *2 *3) (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-1152)) (-5 *1 (-1261)))) (-3166 (*1 *1 *2 *3) (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-641 (-263))) (-5 *1 (-1261)))) (-3502 (*1 *2 *1) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1261)))) (-3502 (*1 *1 *1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1261)))) (-2066 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-768)) (-5 *4 (-940 (-225))) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4373 (*1 *2 *1) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1261)))) (-4373 (*1 *1 *1 *2) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1261)))) (-1439 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1414 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2696 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3378 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-768)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1768 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1768 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *1 (-1261)))) (-1768 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1768 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-564)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1768 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1768 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4192 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2431 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2440 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2912 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3247 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2823 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2823 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1315 (*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1315 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1676 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1467 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2419 (*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-4295 (*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3504 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1312 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1754 (*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-1500 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2933 (*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3594 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3642 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-157)) (-5 *2 (-1264)) (-5 *1 (-1261)))) (-3614 (*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1261)))) (-3614 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1261)))) (-3614 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-1261)))) (-3689 (*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1261)))) (-2568 (*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1261)))))
+(-13 (-1094) (-10 -8 (-15 -3794 ((-379))) (-15 -3794 ((-379) (-379))) (-15 -3114 ((-379))) (-15 -3114 ((-379) (-379))) (-15 -1616 ((-379))) (-15 -1616 ((-379) (-379))) (-15 -3486 ((-379))) (-15 -3486 ((-379) (-379))) (-15 -3163 ((-379))) (-15 -3163 ((-379) (-379))) (-15 -2257 ($)) (-15 -3166 ($ $)) (-15 -3166 ($ (-1127 (-225)) (-1152))) (-15 -3166 ($ (-1127 (-225)) (-641 (-263)))) (-15 -3502 ((-1127 (-225)) $)) (-15 -3502 ($ $ (-1127 (-225)))) (-15 -2066 ((-1264) $ (-768) (-940 (-225)))) (-15 -4373 ((-641 (-263)) $)) (-15 -4373 ($ $ (-641 (-263)))) (-15 -1439 ((-1264) $ (-768) (-768))) (-15 -1414 ((-1264) $ (-918) (-918))) (-15 -2696 ((-1264) $ (-1152))) (-15 -3378 ((-1264) $ (-768) (-768) (-918) (-918))) (-15 -1768 ((-1264) $ (-379) (-379) (-379) (-379) (-379))) (-15 -1768 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $)) (-15 -1768 ((-1264) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -1768 ((-1264) $ (-564) (-564) (-379) (-379) (-379))) (-15 -1768 ((-1264) $ (-379) (-379))) (-15 -1768 ((-1264) $ (-379) (-379) (-379))) (-15 -4192 ((-1264) $ (-1152))) (-15 -2431 ((-1264) $ (-1152))) (-15 -2440 ((-1264) $ (-1152))) (-15 -2912 ((-1264) $ (-1152))) (-15 -3247 ((-1264) $ (-1152))) (-15 -2823 ((-1264) $ (-379) (-379))) (-15 -2823 ((-1264) $ (-564) (-564))) (-15 -1315 ((-1264) $ (-379))) (-15 -1315 ((-1264) $ (-379) (-379) (-379))) (-15 -1676 ((-1264) $ (-379) (-379))) (-15 -1467 ((-1264) $ (-1152))) (-15 -2419 ((-1264) $ (-379))) (-15 -4295 ((-1264) $ (-379))) (-15 -3504 ((-1264) $ (-1152))) (-15 -1312 ((-1264) $ (-1152))) (-15 -1754 ((-1264) $ (-1152))) (-15 -1500 ((-1264) $ (-379) (-379) (-379))) (-15 -2933 ((-1264) $ (-379))) (-15 -3594 ((-1264) $)) (-15 -3642 ((-1264) $ (-157) (-157))) (-15 -3614 ((-1152) $ (-1152))) (-15 -3614 ((-1152) $ (-1152) (-1152))) (-15 -3614 ((-1152) $ (-1152) (-641 (-1152)))) (-15 -3689 ((-1264) $)) (-15 -2568 ((-564) $))))
+((-2893 (((-641 (-1152)) (-641 (-1152))) 104) (((-641 (-1152))) 96)) (-4115 (((-641 (-1152))) 94)) (-1637 (((-641 (-918)) (-641 (-918))) 69) (((-641 (-918))) 64)) (-1577 (((-641 (-768)) (-641 (-768))) 61) (((-641 (-768))) 55)) (-2314 (((-1264)) 71)) (-2057 (((-918) (-918)) 87) (((-918)) 86)) (-2857 (((-918) (-918)) 85) (((-918)) 84)) (-2692 (((-871) (-871)) 81) (((-871)) 80)) (-3090 (((-225)) 91) (((-225) (-379)) 93)) (-2662 (((-918)) 88) (((-918) (-918)) 89)) (-3464 (((-918) (-918)) 83) (((-918)) 82)) (-3898 (((-871) (-871)) 75) (((-871)) 73)) (-2664 (((-871) (-871)) 77) (((-871)) 76)) (-3442 (((-871) (-871)) 79) (((-871)) 78)))
+(((-1262) (-10 -7 (-15 -3898 ((-871))) (-15 -3898 ((-871) (-871))) (-15 -2664 ((-871))) (-15 -2664 ((-871) (-871))) (-15 -3442 ((-871))) (-15 -3442 ((-871) (-871))) (-15 -2692 ((-871))) (-15 -2692 ((-871) (-871))) (-15 -3464 ((-918))) (-15 -3464 ((-918) (-918))) (-15 -1577 ((-641 (-768)))) (-15 -1577 ((-641 (-768)) (-641 (-768)))) (-15 -1637 ((-641 (-918)))) (-15 -1637 ((-641 (-918)) (-641 (-918)))) (-15 -2314 ((-1264))) (-15 -2893 ((-641 (-1152)))) (-15 -2893 ((-641 (-1152)) (-641 (-1152)))) (-15 -4115 ((-641 (-1152)))) (-15 -2857 ((-918))) (-15 -2057 ((-918))) (-15 -2857 ((-918) (-918))) (-15 -2057 ((-918) (-918))) (-15 -2662 ((-918) (-918))) (-15 -2662 ((-918))) (-15 -3090 ((-225) (-379))) (-15 -3090 ((-225))))) (T -1262))
+((-3090 (*1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-1262)))) (-3090 (*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-225)) (-5 *1 (-1262)))) (-2662 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-2662 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-2057 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-2857 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-2057 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-2857 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-4115 (*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262)))) (-2893 (*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262)))) (-2893 (*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262)))) (-2314 (*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1262)))) (-1637 (*1 *2 *2) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1262)))) (-1637 (*1 *2) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1262)))) (-1577 (*1 *2 *2) (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1262)))) (-1577 (*1 *2) (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1262)))) (-3464 (*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-3464 (*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))) (-2692 (*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-2692 (*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-3442 (*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-3442 (*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-2664 (*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-2664 (*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-3898 (*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))) (-3898 (*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))))
+(-10 -7 (-15 -3898 ((-871))) (-15 -3898 ((-871) (-871))) (-15 -2664 ((-871))) (-15 -2664 ((-871) (-871))) (-15 -3442 ((-871))) (-15 -3442 ((-871) (-871))) (-15 -2692 ((-871))) (-15 -2692 ((-871) (-871))) (-15 -3464 ((-918))) (-15 -3464 ((-918) (-918))) (-15 -1577 ((-641 (-768)))) (-15 -1577 ((-641 (-768)) (-641 (-768)))) (-15 -1637 ((-641 (-918)))) (-15 -1637 ((-641 (-918)) (-641 (-918)))) (-15 -2314 ((-1264))) (-15 -2893 ((-641 (-1152)))) (-15 -2893 ((-641 (-1152)) (-641 (-1152)))) (-15 -4115 ((-641 (-1152)))) (-15 -2857 ((-918))) (-15 -2057 ((-918))) (-15 -2857 ((-918) (-918))) (-15 -2057 ((-918) (-918))) (-15 -2662 ((-918) (-918))) (-15 -2662 ((-918))) (-15 -3090 ((-225) (-379))) (-15 -3090 ((-225))))
+((-2514 (((-468) (-641 (-641 (-940 (-225)))) (-641 (-263))) 22) (((-468) (-641 (-641 (-940 (-225))))) 21) (((-468) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263))) 20)) (-3947 (((-1260) (-641 (-641 (-940 (-225)))) (-641 (-263))) 33) (((-1260) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263))) 32)) (-1831 (((-1260) (-468)) 48)))
+(((-1263) (-10 -7 (-15 -2514 ((-468) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263)))) (-15 -2514 ((-468) (-641 (-641 (-940 (-225)))))) (-15 -2514 ((-468) (-641 (-641 (-940 (-225)))) (-641 (-263)))) (-15 -3947 ((-1260) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263)))) (-15 -3947 ((-1260) (-641 (-641 (-940 (-225)))) (-641 (-263)))) (-15 -1831 ((-1260) (-468))))) (T -1263))
+((-1831 (*1 *2 *3) (-12 (-5 *3 (-468)) (-5 *2 (-1260)) (-5 *1 (-1263)))) (-3947 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-1263)))) (-3947 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-871)) (-5 *5 (-918)) (-5 *6 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-1263)))) (-2514 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-641 (-263))) (-5 *2 (-468)) (-5 *1 (-1263)))) (-2514 (*1 *2 *3) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *2 (-468)) (-5 *1 (-1263)))) (-2514 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-871)) (-5 *5 (-918)) (-5 *6 (-641 (-263))) (-5 *2 (-468)) (-5 *1 (-1263)))))
+(-10 -7 (-15 -2514 ((-468) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263)))) (-15 -2514 ((-468) (-641 (-641 (-940 (-225)))))) (-15 -2514 ((-468) (-641 (-641 (-940 (-225)))) (-641 (-263)))) (-15 -3947 ((-1260) (-641 (-641 (-940 (-225)))) (-871) (-871) (-918) (-641 (-263)))) (-15 -3947 ((-1260) (-641 (-641 (-940 (-225)))) (-641 (-263)))) (-15 -1831 ((-1260) (-468))))
+((-3495 (($) 7)) (-1831 (((-859) $) 10)))
+(((-1264) (-13 (-611 (-859)) (-10 -8 (-15 -3495 ($))))) (T -1264))
+((-3495 (*1 *1) (-5 *1 (-1264))))
+(-13 (-611 (-859)) (-10 -8 (-15 -3495 ($))))
+((-1823 (($ $ |#2|) 10)))
+(((-1265 |#1| |#2|) (-10 -8 (-15 -1823 (|#1| |#1| |#2|))) (-1266 |#2|) (-363)) (T -1265))
+NIL
+(-10 -8 (-15 -1823 (|#1| |#1| |#2|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3548 (((-134)) 28)) (-1831 (((-859) $) 11)) (-1293 (($) 18 T CONST)) (-1702 (((-112) $ $) 6)) (-1823 (($ $ |#1|) 29)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
(((-1266 |#1|) (-140) (-363)) (T -1266))
-((-2983 (*1 *1 *1 *2) (-12 (-4 *1 (-1266 *2)) (-4 *2 (-363)))) (-1358 (*1 *2) (-12 (-4 *1 (-1266 *3)) (-4 *3 (-363)) (-5 *2 (-134)))))
-(-13 (-714 |t#1|) (-10 -8 (-15 -2983 ($ $ |t#1|)) (-15 -1358 ((-134)))))
+((-1823 (*1 *1 *1 *2) (-12 (-4 *1 (-1266 *2)) (-4 *2 (-363)))) (-3548 (*1 *2) (-12 (-4 *1 (-1266 *3)) (-4 *3 (-363)) (-5 *2 (-134)))))
+(-13 (-714 |t#1|) (-10 -8 (-15 -1823 ($ $ |t#1|)) (-15 -3548 ((-134)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-714 |#1|) . T) ((-1052 |#1|) . T) ((-1094) . T))
-((-1973 (((-641 (-1203 |#1|)) (-1170) (-1203 |#1|)) 83)) (-2470 (((-1150 (-1150 (-949 |#1|))) (-1170) (-1150 (-949 |#1|))) 63)) (-2943 (((-1 (-1150 (-1203 |#1|)) (-1150 (-1203 |#1|))) (-768) (-1203 |#1|) (-1150 (-1203 |#1|))) 74)) (-3040 (((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768)) 65)) (-3082 (((-1 (-1166 (-949 |#1|)) (-949 |#1|)) (-1170)) 32)) (-2343 (((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768)) 64)))
-(((-1267 |#1|) (-10 -7 (-15 -3040 ((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768))) (-15 -2343 ((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768))) (-15 -2470 ((-1150 (-1150 (-949 |#1|))) (-1170) (-1150 (-949 |#1|)))) (-15 -3082 ((-1 (-1166 (-949 |#1|)) (-949 |#1|)) (-1170))) (-15 -1973 ((-641 (-1203 |#1|)) (-1170) (-1203 |#1|))) (-15 -2943 ((-1 (-1150 (-1203 |#1|)) (-1150 (-1203 |#1|))) (-768) (-1203 |#1|) (-1150 (-1203 |#1|))))) (-363)) (T -1267))
-((-2943 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-768)) (-4 *6 (-363)) (-5 *4 (-1203 *6)) (-5 *2 (-1 (-1150 *4) (-1150 *4))) (-5 *1 (-1267 *6)) (-5 *5 (-1150 *4)))) (-1973 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-4 *5 (-363)) (-5 *2 (-641 (-1203 *5))) (-5 *1 (-1267 *5)) (-5 *4 (-1203 *5)))) (-3082 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1 (-1166 (-949 *4)) (-949 *4))) (-5 *1 (-1267 *4)) (-4 *4 (-363)))) (-2470 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-4 *5 (-363)) (-5 *2 (-1150 (-1150 (-949 *5)))) (-5 *1 (-1267 *5)) (-5 *4 (-1150 (-949 *5))))) (-2343 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-1150 (-949 *4)) (-1150 (-949 *4)))) (-5 *1 (-1267 *4)) (-4 *4 (-363)))) (-3040 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-1150 (-949 *4)) (-1150 (-949 *4)))) (-5 *1 (-1267 *4)) (-4 *4 (-363)))))
-(-10 -7 (-15 -3040 ((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768))) (-15 -2343 ((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768))) (-15 -2470 ((-1150 (-1150 (-949 |#1|))) (-1170) (-1150 (-949 |#1|)))) (-15 -3082 ((-1 (-1166 (-949 |#1|)) (-949 |#1|)) (-1170))) (-15 -1973 ((-641 (-1203 |#1|)) (-1170) (-1203 |#1|))) (-15 -2943 ((-1 (-1150 (-1203 |#1|)) (-1150 (-1203 |#1|))) (-768) (-1203 |#1|) (-1150 (-1203 |#1|)))))
-((-4330 (((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|) 85)) (-1620 (((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) 84)))
-(((-1268 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1620 ((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))))) (-15 -4330 ((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|))) (-349) (-1235 |#1|) (-1235 |#2|) (-409 |#2| |#3|)) (T -1268))
-((-4330 (*1 *2 *3) (-12 (-4 *4 (-349)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 *3)) (-5 *2 (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-5 *1 (-1268 *4 *3 *5 *6)) (-4 *6 (-409 *3 *5)))) (-1620 (*1 *2) (-12 (-4 *3 (-349)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| -2745 (-685 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-685 *4)))) (-5 *1 (-1268 *3 *4 *5 *6)) (-4 *6 (-409 *4 *5)))))
-(-10 -7 (-15 -1620 ((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))))) (-15 -4330 ((-2 (|:| -2745 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|)))
-((-1709 (((-112) $ $) NIL)) (-3475 (((-1129) $) 11)) (-3558 (((-1129) $) 9)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-1269) (-13 (-1077) (-10 -8 (-15 -3558 ((-1129) $)) (-15 -3475 ((-1129) $))))) (T -1269))
-((-3558 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1269)))) (-3475 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1269)))))
-(-13 (-1077) (-10 -8 (-15 -3558 ((-1129) $)) (-15 -3475 ((-1129) $))))
-((-1709 (((-112) $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3254 (((-1129) $) 9)) (-1721 (((-859) $) 15) (($ (-1175)) NIL) (((-1175) $) NIL)) (-2853 (((-112) $ $) NIL)))
-(((-1270) (-13 (-1077) (-10 -8 (-15 -3254 ((-1129) $))))) (T -1270))
-((-3254 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1270)))))
-(-13 (-1077) (-10 -8 (-15 -3254 ((-1129) $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 56)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) NIL)) (-3282 (((-112) $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-1721 (((-859) $) 79) (($ (-564)) NIL) (($ |#4|) 63) ((|#4| $) 68) (($ |#1|) NIL (|has| |#1| (-172)))) (-1303 (((-768)) NIL T CONST)) (-2310 (((-1264) (-768)) 16)) (-2885 (($) 37 T CONST)) (-2898 (($) 82 T CONST)) (-2853 (((-112) $ $) 85)) (-2983 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-2970 (($ $) 87) (($ $ $) NIL)) (-2956 (($ $ $) 61)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 89) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
-(((-1271 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-1046) (-490 |#4|) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -2983 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2310 ((-1264) (-768))))) (-1046) (-847) (-790) (-946 |#1| |#3| |#2|) (-641 |#2|) (-641 (-768)) (-768)) (T -1271))
-((-2983 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-363)) (-4 *2 (-1046)) (-4 *3 (-847)) (-4 *4 (-790)) (-14 *6 (-641 *3)) (-5 *1 (-1271 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-946 *2 *4 *3)) (-14 *7 (-641 (-768))) (-14 *8 (-768)))) (-2310 (*1 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-1046)) (-4 *5 (-847)) (-4 *6 (-790)) (-14 *8 (-641 *5)) (-5 *2 (-1264)) (-5 *1 (-1271 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-946 *4 *6 *5)) (-14 *9 (-641 *3)) (-14 *10 *3))))
-(-13 (-1046) (-490 |#4|) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -2983 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2310 ((-1264) (-768)))))
-((-1709 (((-112) $ $) NIL)) (-4249 (((-641 (-2 (|:| -2151 $) (|:| -1940 (-641 |#4|)))) (-641 |#4|)) NIL)) (-2838 (((-641 $) (-641 |#4|)) 95)) (-4153 (((-641 |#3|) $) NIL)) (-2129 (((-112) $) NIL)) (-3451 (((-112) $) NIL (|has| |#1| (-556)))) (-2637 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4084 ((|#4| |#4| $) NIL)) (-3699 (((-2 (|:| |under| $) (|:| -4037 $) (|:| |upper| $)) $ |#3|) NIL)) (-1729 (((-112) $ (-768)) NIL)) (-3346 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412))) (((-3 |#4| "failed") $ |#3|) NIL)) (-1692 (($) NIL T CONST)) (-1492 (((-112) $) NIL (|has| |#1| (-556)))) (-1504 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3693 (((-112) $ $) NIL (|has| |#1| (-556)))) (-3368 (((-112) $) NIL (|has| |#1| (-556)))) (-3987 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 30)) (-2266 (((-641 |#4|) (-641 |#4|) $) 27 (|has| |#1| (-556)))) (-3554 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-2035 (((-3 $ "failed") (-641 |#4|)) NIL)) (-3437 (($ (-641 |#4|)) NIL)) (-1908 (((-3 $ "failed") $) 77)) (-1998 ((|#4| |#4| $) 82)) (-1928 (($ $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-3813 (($ |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3101 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3121 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2440 ((|#4| |#4| $) NIL)) (-3658 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4412))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4412))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2393 (((-2 (|:| -2151 (-641 |#4|)) (|:| -1940 (-641 |#4|))) $) NIL)) (-1597 (((-641 |#4|) $) NIL (|has| $ (-6 -4412)))) (-1926 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3698 ((|#3| $) 83)) (-2575 (((-112) $ (-768)) NIL)) (-4317 (((-641 |#4|) $) 31 (|has| $ (-6 -4412)))) (-3983 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094))))) (-1886 (((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 34) (((-3 $ "failed") (-641 |#4|)) 37)) (-1439 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4413)))) (-2110 (($ (-1 |#4| |#4|) $) NIL)) (-1490 (((-641 |#3|) $) NIL)) (-1714 (((-112) |#3| $) NIL)) (-3715 (((-112) $ (-768)) NIL)) (-2811 (((-1152) $) NIL)) (-3837 (((-3 |#4| "failed") $) NIL)) (-2224 (((-641 |#4|) $) 53)) (-1762 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3657 ((|#4| |#4| $) 81)) (-4067 (((-112) $ $) 92)) (-4188 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3186 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1999 ((|#4| |#4| $) NIL)) (-4382 (((-1114) $) NIL)) (-1897 (((-3 |#4| "failed") $) 76)) (-2061 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-4177 (((-3 $ "failed") $ |#4|) NIL)) (-3450 (($ $ |#4|) NIL)) (-2070 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-3227 (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3530 (((-112) $ $) NIL)) (-4102 (((-112) $) 74)) (-3456 (($) 45)) (-4341 (((-768) $) NIL)) (-1292 (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4412)) (|has| |#4| (-1094)))) (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-1892 (($ $) NIL)) (-2153 (((-536) $) NIL (|has| |#4| (-612 (-536))))) (-1732 (($ (-641 |#4|)) NIL)) (-2718 (($ $ |#3|) NIL)) (-3119 (($ $ |#3|) NIL)) (-2463 (($ $) NIL)) (-1442 (($ $ |#3|) NIL)) (-1721 (((-859) $) NIL) (((-641 |#4|) $) 62)) (-4107 (((-768) $) NIL (|has| |#3| (-368)))) (-4327 (((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 43) (((-3 $ "failed") (-641 |#4|)) 44)) (-2849 (((-641 $) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 72) (((-641 $) (-641 |#4|)) 73)) (-2299 (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 26) (((-3 (-2 (|:| |bas| $) (|:| -3192 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1544 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) NIL)) (-2666 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4412)))) (-4380 (((-641 |#3|) $) NIL)) (-2614 (((-112) |#3| $) NIL)) (-2853 (((-112) $ $) NIL)) (-3435 (((-768) $) NIL (|has| $ (-6 -4412)))))
-(((-1272 |#1| |#2| |#3| |#4|) (-13 (-1202 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1886 ((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1886 ((-3 $ "failed") (-641 |#4|))) (-15 -4327 ((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -4327 ((-3 $ "failed") (-641 |#4|))) (-15 -2849 ((-641 $) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2849 ((-641 $) (-641 |#4|))))) (-556) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -1272))
-((-1886 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1272 *5 *6 *7 *8)))) (-1886 (*1 *1 *2) (|partial| -12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1272 *3 *4 *5 *6)))) (-4327 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1272 *5 *6 *7 *8)))) (-4327 (*1 *1 *2) (|partial| -12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1272 *3 *4 *5 *6)))) (-2849 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556)) (-4 *7 (-790)) (-4 *8 (-847)) (-5 *2 (-641 (-1272 *6 *7 *8 *9))) (-5 *1 (-1272 *6 *7 *8 *9)))) (-2849 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 (-1272 *4 *5 *6 *7))) (-5 *1 (-1272 *4 *5 *6 *7)))))
-(-13 (-1202 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1886 ((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1886 ((-3 $ "failed") (-641 |#4|))) (-15 -4327 ((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -4327 ((-3 $ "failed") (-641 |#4|))) (-15 -2849 ((-641 $) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2849 ((-641 $) (-641 |#4|)))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2071 (((-3 $ "failed") $ $) 19)) (-1692 (($) 17 T CONST)) (-3233 (((-3 $ "failed") $) 33)) (-3282 (((-112) $) 31)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 39)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 41) (($ |#1| $) 40)))
+((-2468 (((-641 (-1203 |#1|)) (-1170) (-1203 |#1|)) 83)) (-3789 (((-1150 (-1150 (-949 |#1|))) (-1170) (-1150 (-949 |#1|))) 63)) (-1445 (((-1 (-1150 (-1203 |#1|)) (-1150 (-1203 |#1|))) (-768) (-1203 |#1|) (-1150 (-1203 |#1|))) 74)) (-2299 (((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768)) 65)) (-1471 (((-1 (-1166 (-949 |#1|)) (-949 |#1|)) (-1170)) 32)) (-1852 (((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768)) 64)))
+(((-1267 |#1|) (-10 -7 (-15 -2299 ((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768))) (-15 -1852 ((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768))) (-15 -3789 ((-1150 (-1150 (-949 |#1|))) (-1170) (-1150 (-949 |#1|)))) (-15 -1471 ((-1 (-1166 (-949 |#1|)) (-949 |#1|)) (-1170))) (-15 -2468 ((-641 (-1203 |#1|)) (-1170) (-1203 |#1|))) (-15 -1445 ((-1 (-1150 (-1203 |#1|)) (-1150 (-1203 |#1|))) (-768) (-1203 |#1|) (-1150 (-1203 |#1|))))) (-363)) (T -1267))
+((-1445 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-768)) (-4 *6 (-363)) (-5 *4 (-1203 *6)) (-5 *2 (-1 (-1150 *4) (-1150 *4))) (-5 *1 (-1267 *6)) (-5 *5 (-1150 *4)))) (-2468 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-4 *5 (-363)) (-5 *2 (-641 (-1203 *5))) (-5 *1 (-1267 *5)) (-5 *4 (-1203 *5)))) (-1471 (*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1 (-1166 (-949 *4)) (-949 *4))) (-5 *1 (-1267 *4)) (-4 *4 (-363)))) (-3789 (*1 *2 *3 *4) (-12 (-5 *3 (-1170)) (-4 *5 (-363)) (-5 *2 (-1150 (-1150 (-949 *5)))) (-5 *1 (-1267 *5)) (-5 *4 (-1150 (-949 *5))))) (-1852 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-1150 (-949 *4)) (-1150 (-949 *4)))) (-5 *1 (-1267 *4)) (-4 *4 (-363)))) (-2299 (*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-1150 (-949 *4)) (-1150 (-949 *4)))) (-5 *1 (-1267 *4)) (-4 *4 (-363)))))
+(-10 -7 (-15 -2299 ((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768))) (-15 -1852 ((-1 (-1150 (-949 |#1|)) (-1150 (-949 |#1|))) (-768))) (-15 -3789 ((-1150 (-1150 (-949 |#1|))) (-1170) (-1150 (-949 |#1|)))) (-15 -1471 ((-1 (-1166 (-949 |#1|)) (-949 |#1|)) (-1170))) (-15 -2468 ((-641 (-1203 |#1|)) (-1170) (-1203 |#1|))) (-15 -1445 ((-1 (-1150 (-1203 |#1|)) (-1150 (-1203 |#1|))) (-768) (-1203 |#1|) (-1150 (-1203 |#1|)))))
+((-1509 (((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|) 85)) (-2359 (((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|)))) 84)))
+(((-1268 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2359 ((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))))) (-15 -1509 ((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|))) (-349) (-1235 |#1|) (-1235 |#2|) (-409 |#2| |#3|)) (T -1268))
+((-1509 (*1 *2 *3) (-12 (-4 *4 (-349)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 *3)) (-5 *2 (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-685 *3)))) (-5 *1 (-1268 *4 *3 *5 *6)) (-4 *6 (-409 *3 *5)))) (-2359 (*1 *2) (-12 (-4 *3 (-349)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 *4)) (-5 *2 (-2 (|:| -3331 (-685 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-685 *4)))) (-5 *1 (-1268 *3 *4 *5 *6)) (-4 *6 (-409 *4 *5)))))
+(-10 -7 (-15 -2359 ((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))))) (-15 -1509 ((-2 (|:| -3331 (-685 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-685 |#2|))) |#2|)))
+((-1817 (((-112) $ $) NIL)) (-4194 (((-1129) $) 11)) (-2627 (((-1129) $) 9)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 17) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-1269) (-13 (-1077) (-10 -8 (-15 -2627 ((-1129) $)) (-15 -4194 ((-1129) $))))) (T -1269))
+((-2627 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1269)))) (-4194 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1269)))))
+(-13 (-1077) (-10 -8 (-15 -2627 ((-1129) $)) (-15 -4194 ((-1129) $))))
+((-1817 (((-112) $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-4270 (((-1129) $) 9)) (-1831 (((-859) $) 15) (($ (-1175)) NIL) (((-1175) $) NIL)) (-1702 (((-112) $ $) NIL)))
+(((-1270) (-13 (-1077) (-10 -8 (-15 -4270 ((-1129) $))))) (T -1270))
+((-4270 (*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1270)))))
+(-13 (-1077) (-10 -8 (-15 -4270 ((-1129) $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 56)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) NIL)) (-2949 (((-112) $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1831 (((-859) $) 79) (($ (-564)) NIL) (($ |#4|) 63) ((|#4| $) 68) (($ |#1|) NIL (|has| |#1| (-172)))) (-2219 (((-768)) NIL T CONST)) (-1489 (((-1264) (-768)) 16)) (-1293 (($) 37 T CONST)) (-1300 (($) 82 T CONST)) (-1702 (((-112) $ $) 85)) (-1823 (((-3 $ "failed") $ $) NIL (|has| |#1| (-363)))) (-1808 (($ $) 87) (($ $ $) NIL)) (-1797 (($ $ $) 61)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 89) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
+(((-1271 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-1046) (-490 |#4|) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -1823 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1489 ((-1264) (-768))))) (-1046) (-847) (-790) (-946 |#1| |#3| |#2|) (-641 |#2|) (-641 (-768)) (-768)) (T -1271))
+((-1823 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-363)) (-4 *2 (-1046)) (-4 *3 (-847)) (-4 *4 (-790)) (-14 *6 (-641 *3)) (-5 *1 (-1271 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-946 *2 *4 *3)) (-14 *7 (-641 (-768))) (-14 *8 (-768)))) (-1489 (*1 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-1046)) (-4 *5 (-847)) (-4 *6 (-790)) (-14 *8 (-641 *5)) (-5 *2 (-1264)) (-5 *1 (-1271 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-946 *4 *6 *5)) (-14 *9 (-641 *3)) (-14 *10 *3))))
+(-13 (-1046) (-490 |#4|) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-363)) (-15 -1823 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1489 ((-1264) (-768)))))
+((-1817 (((-112) $ $) NIL)) (-3250 (((-641 (-2 (|:| -3689 $) (|:| -1669 (-641 |#4|)))) (-641 |#4|)) NIL)) (-2951 (((-641 $) (-641 |#4|)) 95)) (-3209 (((-641 |#3|) $) NIL)) (-3449 (((-112) $) NIL)) (-3961 (((-112) $) NIL (|has| |#1| (-556)))) (-1712 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4136 ((|#4| |#4| $) NIL)) (-2861 (((-2 (|:| |under| $) (|:| -1818 $) (|:| |upper| $)) $ |#3|) NIL)) (-4010 (((-112) $ (-768)) NIL)) (-3752 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406))) (((-3 |#4| "failed") $ |#3|) NIL)) (-1778 (($) NIL T CONST)) (-3602 (((-112) $) NIL (|has| |#1| (-556)))) (-2495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-1495 (((-112) $ $) NIL (|has| |#1| (-556)))) (-2536 (((-112) $) NIL (|has| |#1| (-556)))) (-2559 (((-641 |#4|) (-641 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 30)) (-2338 (((-641 |#4|) (-641 |#4|) $) 27 (|has| |#1| (-556)))) (-3814 (((-641 |#4|) (-641 |#4|) $) NIL (|has| |#1| (-556)))) (-2347 (((-3 $ "failed") (-641 |#4|)) NIL)) (-2237 (($ (-641 |#4|)) NIL)) (-3314 (((-3 $ "failed") $) 77)) (-1470 ((|#4| |#4| $) 82)) (-3337 (($ $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-2576 (($ |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1678 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3827 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-3492 ((|#4| |#4| $) NIL)) (-1988 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4406))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4406))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-4236 (((-2 (|:| -3689 (-641 |#4|)) (|:| -1669 (-641 |#4|))) $) NIL)) (-1433 (((-641 |#4|) $) NIL (|has| $ (-6 -4406)))) (-2021 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1543 ((|#3| $) 83)) (-2324 (((-112) $ (-768)) NIL)) (-2640 (((-641 |#4|) $) 31 (|has| $ (-6 -4406)))) (-2516 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094))))) (-2920 (((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 34) (((-3 $ "failed") (-641 |#4|)) 37)) (-2250 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4407)))) (-2449 (($ (-1 |#4| |#4|) $) NIL)) (-3580 (((-641 |#3|) $) NIL)) (-3879 (((-112) |#3| $) NIL)) (-1713 (((-112) $ (-768)) NIL)) (-2723 (((-1152) $) NIL)) (-2598 (((-3 |#4| "failed") $) NIL)) (-3123 (((-641 |#4|) $) 53)) (-4281 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2356 ((|#4| |#4| $) 81)) (-3984 (((-112) $ $) 92)) (-2706 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-556)))) (-3253 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1482 ((|#4| |#4| $) NIL)) (-2780 (((-1114) $) NIL)) (-3303 (((-3 |#4| "failed") $) 76)) (-3995 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-3824 (((-3 $ "failed") $ |#4|) NIL)) (-3951 (($ $ |#4|) NIL)) (-4077 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-2633 (($ $ (-641 |#4|) (-641 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-294 |#4|)) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094)))) (($ $ (-641 (-294 |#4|))) NIL (-12 (|has| |#4| (-309 |#4|)) (|has| |#4| (-1094))))) (-3565 (((-112) $ $) NIL)) (-4284 (((-112) $) 74)) (-4012 (($) 45)) (-1619 (((-768) $) NIL)) (-2791 (((-768) |#4| $) NIL (-12 (|has| $ (-6 -4406)) (|has| |#4| (-1094)))) (((-768) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-1991 (($ $) NIL)) (-2511 (((-536) $) NIL (|has| |#4| (-612 (-536))))) (-1842 (($ (-641 |#4|)) NIL)) (-4287 (($ $ |#3|) NIL)) (-1887 (($ $ |#3|) NIL)) (-3728 (($ $) NIL)) (-3111 (($ $ |#3|) NIL)) (-1831 (((-859) $) NIL) (((-641 |#4|) $) 62)) (-4321 (((-768) $) NIL (|has| |#3| (-368)))) (-1474 (((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 43) (((-3 $ "failed") (-641 |#4|)) 44)) (-3044 (((-641 $) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 72) (((-641 $) (-641 |#4|)) 73)) (-1395 (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4| |#4|)) 26) (((-3 (-2 (|:| |bas| $) (|:| -3155 (-641 |#4|))) "failed") (-641 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-2885 (((-112) $ (-1 (-112) |#4| (-641 |#4|))) NIL)) (-1963 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4406)))) (-2014 (((-641 |#3|) $) NIL)) (-1484 (((-112) |#3| $) NIL)) (-1702 (((-112) $ $) NIL)) (-2828 (((-768) $) NIL (|has| $ (-6 -4406)))))
+(((-1272 |#1| |#2| |#3| |#4|) (-13 (-1202 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2920 ((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2920 ((-3 $ "failed") (-641 |#4|))) (-15 -1474 ((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1474 ((-3 $ "failed") (-641 |#4|))) (-15 -3044 ((-641 $) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3044 ((-641 $) (-641 |#4|))))) (-556) (-790) (-847) (-1060 |#1| |#2| |#3|)) (T -1272))
+((-2920 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1272 *5 *6 *7 *8)))) (-2920 (*1 *1 *2) (|partial| -12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1272 *3 *4 *5 *6)))) (-1474 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1272 *5 *6 *7 *8)))) (-1474 (*1 *1 *2) (|partial| -12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1272 *3 *4 *5 *6)))) (-3044 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-641 *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556)) (-4 *7 (-790)) (-4 *8 (-847)) (-5 *2 (-641 (-1272 *6 *7 *8 *9))) (-5 *1 (-1272 *6 *7 *8 *9)))) (-3044 (*1 *2 *3) (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 (-1272 *4 *5 *6 *7))) (-5 *1 (-1272 *4 *5 *6 *7)))))
+(-13 (-1202 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2920 ((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2920 ((-3 $ "failed") (-641 |#4|))) (-15 -1474 ((-3 $ "failed") (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1474 ((-3 $ "failed") (-641 |#4|))) (-15 -3044 ((-641 $) (-641 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3044 ((-641 $) (-641 |#4|)))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-4088 (((-3 $ "failed") $ $) 19)) (-1778 (($) 17 T CONST)) (-3733 (((-3 $ "failed") $) 33)) (-2949 (((-112) $) 31)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#1|) 39)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ |#1|) 41) (($ |#1| $) 40)))
(((-1273 |#1|) (-140) (-1046)) (T -1273))
NIL
(-13 (-1046) (-111 |t#1| |t#1|) (-614 |t#1|) (-10 -7 (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-172)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-611 (-859)) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 |#1|) |has| |#1| (-172)) ((-723) . T) ((-1052 |#1|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T))
-((-1709 (((-112) $ $) 66)) (-2013 (((-112) $) NIL)) (-1480 (((-641 |#1|) $) 52)) (-1814 (($ $ (-768)) 46)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2688 (($ $ (-768)) 24 (|has| |#2| (-172))) (($ $ $) 25 (|has| |#2| (-172)))) (-1692 (($) NIL T CONST)) (-3942 (($ $ $) 69) (($ $ (-816 |#1|)) 55) (($ $ |#1|) 59)) (-2035 (((-3 (-816 |#1|) "failed") $) NIL)) (-3437 (((-816 |#1|) $) NIL)) (-4316 (($ $) 39)) (-3233 (((-3 $ "failed") $) NIL)) (-3302 (((-112) $) NIL)) (-3312 (($ $) NIL)) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-3591 (($ (-816 |#1|) |#2|) 38)) (-2227 (($ $) 40)) (-2316 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) 12)) (-3397 (((-816 |#1|) $) NIL)) (-2685 (((-816 |#1|) $) 41)) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-1521 (($ $ $) 68) (($ $ (-816 |#1|)) 57) (($ $ |#1|) 61)) (-3375 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) NIL)) (-4280 (((-816 |#1|) $) 35)) (-4292 ((|#2| $) 37)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-4341 (((-768) $) 43)) (-2352 (((-112) $) 47)) (-1367 ((|#2| $) NIL)) (-1721 (((-859) $) NIL) (($ (-816 |#1|)) 30) (($ |#1|) 31) (($ |#2|) NIL) (($ (-564)) NIL)) (-2415 (((-641 |#2|) $) NIL)) (-1346 ((|#2| $ (-816 |#1|)) NIL)) (-2784 ((|#2| $ $) 75) ((|#2| $ (-816 |#1|)) NIL)) (-1303 (((-768)) NIL T CONST)) (-2885 (($) 13 T CONST)) (-2898 (($) 19 T CONST)) (-2302 (((-641 (-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2853 (((-112) $ $) 44)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 28)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#2| $) 27) (($ $ |#2|) 67) (($ |#2| (-816 |#1|)) NIL) (($ |#1| $) 33) (($ $ $) NIL)))
+((-1817 (((-112) $ $) 66)) (-1615 (((-112) $) NIL)) (-2412 (((-641 |#1|) $) 52)) (-3520 (($ $ (-768)) 46)) (-4088 (((-3 $ "failed") $ $) NIL)) (-4060 (($ $ (-768)) 24 (|has| |#2| (-172))) (($ $ $) 25 (|has| |#2| (-172)))) (-1778 (($) NIL T CONST)) (-2113 (($ $ $) 69) (($ $ (-816 |#1|)) 55) (($ $ |#1|) 59)) (-2347 (((-3 (-816 |#1|) "failed") $) NIL)) (-2237 (((-816 |#1|) $) NIL)) (-3396 (($ $) 39)) (-3733 (((-3 $ "failed") $) NIL)) (-3124 (((-112) $) NIL)) (-1987 (($ $) NIL)) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-1383 (($ (-816 |#1|) |#2|) 38)) (-3156 (($ $) 40)) (-1557 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) 12)) (-1525 (((-816 |#1|) $) NIL)) (-4029 (((-816 |#1|) $) 41)) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-2674 (($ $ $) 68) (($ $ (-816 |#1|)) 57) (($ $ |#1|) 61)) (-1338 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3356 (((-816 |#1|) $) 35)) (-3370 ((|#2| $) 37)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-1619 (((-768) $) 43)) (-3859 (((-112) $) 47)) (-1809 ((|#2| $) NIL)) (-1831 (((-859) $) NIL) (($ (-816 |#1|)) 30) (($ |#1|) 31) (($ |#2|) NIL) (($ (-564)) NIL)) (-3227 (((-641 |#2|) $) NIL)) (-2742 ((|#2| $ (-816 |#1|)) NIL)) (-2860 ((|#2| $ $) 75) ((|#2| $ (-816 |#1|)) NIL)) (-2219 (((-768)) NIL T CONST)) (-1293 (($) 13 T CONST)) (-1300 (($) 19 T CONST)) (-1430 (((-641 (-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1702 (((-112) $ $) 44)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 28)) (** (($ $ (-768)) NIL) (($ $ (-918)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ |#2| $) 27) (($ $ |#2|) 67) (($ |#2| (-816 |#1|)) NIL) (($ |#1| $) 33) (($ $ $) NIL)))
(((-1274 |#1| |#2|) (-13 (-382 |#2| (-816 |#1|)) (-1280 |#1| |#2|)) (-847) (-1046)) (T -1274))
NIL
(-13 (-382 |#2| (-816 |#1|)) (-1280 |#1| |#2|))
-((-3612 ((|#3| |#3| (-768)) 30)) (-2103 ((|#3| |#3| (-768)) 36)) (-4260 ((|#3| |#3| |#3| (-768)) 37)))
-(((-1275 |#1| |#2| |#3|) (-10 -7 (-15 -2103 (|#3| |#3| (-768))) (-15 -3612 (|#3| |#3| (-768))) (-15 -4260 (|#3| |#3| |#3| (-768)))) (-13 (-1046) (-714 (-407 (-564)))) (-847) (-1280 |#2| |#1|)) (T -1275))
-((-4260 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564))))) (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4)))) (-3612 (*1 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564))))) (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4)))) (-2103 (*1 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564))))) (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4)))))
-(-10 -7 (-15 -2103 (|#3| |#3| (-768))) (-15 -3612 (|#3| |#3| (-768))) (-15 -4260 (|#3| |#3| |#3| (-768))))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-1480 (((-641 |#1|) $) 41)) (-2071 (((-3 $ "failed") $ $) 19)) (-2688 (($ $ $) 44 (|has| |#2| (-172))) (($ $ (-768)) 43 (|has| |#2| (-172)))) (-1692 (($) 17 T CONST)) (-3942 (($ $ |#1|) 55) (($ $ (-816 |#1|)) 54) (($ $ $) 53)) (-2035 (((-3 (-816 |#1|) "failed") $) 65)) (-3437 (((-816 |#1|) $) 66)) (-3233 (((-3 $ "failed") $) 33)) (-3302 (((-112) $) 46)) (-3312 (($ $) 45)) (-3282 (((-112) $) 31)) (-1924 (((-112) $) 51)) (-3591 (($ (-816 |#1|) |#2|) 52)) (-2227 (($ $) 50)) (-2316 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) 61)) (-3397 (((-816 |#1|) $) 62)) (-2110 (($ (-1 |#2| |#2|) $) 42)) (-1521 (($ $ |#1|) 58) (($ $ (-816 |#1|)) 57) (($ $ $) 56)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-2352 (((-112) $) 48)) (-1367 ((|#2| $) 47)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#2|) 69) (($ (-816 |#1|)) 64) (($ |#1|) 49)) (-2784 ((|#2| $ (-816 |#1|)) 60) ((|#2| $ $) 59)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ |#2| $) 68) (($ $ |#2|) 67) (($ |#1| $) 63)))
+((-2358 ((|#3| |#3| (-768)) 30)) (-4326 ((|#3| |#3| (-768)) 36)) (-2129 ((|#3| |#3| |#3| (-768)) 37)))
+(((-1275 |#1| |#2| |#3|) (-10 -7 (-15 -4326 (|#3| |#3| (-768))) (-15 -2358 (|#3| |#3| (-768))) (-15 -2129 (|#3| |#3| |#3| (-768)))) (-13 (-1046) (-714 (-407 (-564)))) (-847) (-1280 |#2| |#1|)) (T -1275))
+((-2129 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564))))) (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4)))) (-2358 (*1 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564))))) (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4)))) (-4326 (*1 *2 *2 *3) (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564))))) (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4)))))
+(-10 -7 (-15 -4326 (|#3| |#3| (-768))) (-15 -2358 (|#3| |#3| (-768))) (-15 -2129 (|#3| |#3| |#3| (-768))))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-2412 (((-641 |#1|) $) 41)) (-4088 (((-3 $ "failed") $ $) 19)) (-4060 (($ $ $) 44 (|has| |#2| (-172))) (($ $ (-768)) 43 (|has| |#2| (-172)))) (-1778 (($) 17 T CONST)) (-2113 (($ $ |#1|) 55) (($ $ (-816 |#1|)) 54) (($ $ $) 53)) (-2347 (((-3 (-816 |#1|) "failed") $) 65)) (-2237 (((-816 |#1|) $) 66)) (-3733 (((-3 $ "failed") $) 33)) (-3124 (((-112) $) 46)) (-1987 (($ $) 45)) (-2949 (((-112) $) 31)) (-2003 (((-112) $) 51)) (-1383 (($ (-816 |#1|) |#2|) 52)) (-3156 (($ $) 50)) (-1557 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) 61)) (-1525 (((-816 |#1|) $) 62)) (-2449 (($ (-1 |#2| |#2|) $) 42)) (-2674 (($ $ |#1|) 58) (($ $ (-816 |#1|)) 57) (($ $ $) 56)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-3859 (((-112) $) 48)) (-1809 ((|#2| $) 47)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#2|) 69) (($ (-816 |#1|)) 64) (($ |#1|) 49)) (-2860 ((|#2| $ (-816 |#1|)) 60) ((|#2| $ $) 59)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ |#2| $) 68) (($ $ |#2|) 67) (($ |#1| $) 63)))
(((-1276 |#1| |#2|) (-140) (-847) (-1046)) (T -1276))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-3397 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-816 *3)))) (-2316 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-2 (|:| |k| (-816 *3)) (|:| |c| *4))))) (-2784 (*1 *2 *1 *3) (-12 (-5 *3 (-816 *4)) (-4 *1 (-1276 *4 *2)) (-4 *4 (-847)) (-4 *2 (-1046)))) (-2784 (*1 *2 *1 *1) (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046)))) (-1521 (*1 *1 *1 *2) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-1521 (*1 *1 *1 *2) (-12 (-5 *2 (-816 *3)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))) (-1521 (*1 *1 *1 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-3942 (*1 *1 *1 *2) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-3942 (*1 *1 *1 *2) (-12 (-5 *2 (-816 *3)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))) (-3942 (*1 *1 *1 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-3591 (*1 *1 *2 *3) (-12 (-5 *2 (-816 *4)) (-4 *4 (-847)) (-4 *1 (-1276 *4 *3)) (-4 *3 (-1046)))) (-1924 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-112)))) (-2227 (*1 *1 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-1721 (*1 *1 *2) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-2352 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-112)))) (-1367 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046)))) (-3302 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-112)))) (-3312 (*1 *1 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-2688 (*1 *1 *1 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)) (-4 *3 (-172)))) (-2688 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-4 *4 (-172)))) (-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))) (-1480 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-641 *3)))))
-(-13 (-1046) (-1273 |t#2|) (-1035 (-816 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -3397 ((-816 |t#1|) $)) (-15 -2316 ((-2 (|:| |k| (-816 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -2784 (|t#2| $ (-816 |t#1|))) (-15 -2784 (|t#2| $ $)) (-15 -1521 ($ $ |t#1|)) (-15 -1521 ($ $ (-816 |t#1|))) (-15 -1521 ($ $ $)) (-15 -3942 ($ $ |t#1|)) (-15 -3942 ($ $ (-816 |t#1|))) (-15 -3942 ($ $ $)) (-15 -3591 ($ (-816 |t#1|) |t#2|)) (-15 -1924 ((-112) $)) (-15 -2227 ($ $)) (-15 -1721 ($ |t#1|)) (-15 -2352 ((-112) $)) (-15 -1367 (|t#2| $)) (-15 -3302 ((-112) $)) (-15 -3312 ($ $)) (IF (|has| |t#2| (-172)) (PROGN (-15 -2688 ($ $ $)) (-15 -2688 ($ $ (-768)))) |%noBranch|) (-15 -2110 ($ (-1 |t#2| |t#2|) $)) (-15 -1480 ((-641 |t#1|) $)) (IF (|has| |t#2| (-6 -4405)) (-6 -4405) |%noBranch|)))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-1525 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-816 *3)))) (-1557 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-2 (|:| |k| (-816 *3)) (|:| |c| *4))))) (-2860 (*1 *2 *1 *3) (-12 (-5 *3 (-816 *4)) (-4 *1 (-1276 *4 *2)) (-4 *4 (-847)) (-4 *2 (-1046)))) (-2860 (*1 *2 *1 *1) (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046)))) (-2674 (*1 *1 *1 *2) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-2674 (*1 *1 *1 *2) (-12 (-5 *2 (-816 *3)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))) (-2674 (*1 *1 *1 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-2113 (*1 *1 *1 *2) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-2113 (*1 *1 *1 *2) (-12 (-5 *2 (-816 *3)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))) (-2113 (*1 *1 *1 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-1383 (*1 *1 *2 *3) (-12 (-5 *2 (-816 *4)) (-4 *4 (-847)) (-4 *1 (-1276 *4 *3)) (-4 *3 (-1046)))) (-2003 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-112)))) (-3156 (*1 *1 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-1831 (*1 *1 *2) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-3859 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-112)))) (-1809 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046)))) (-3124 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-112)))) (-1987 (*1 *1 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))) (-4060 (*1 *1 *1 *1) (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)) (-4 *3 (-172)))) (-4060 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-4 *4 (-172)))) (-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))) (-2412 (*1 *2 *1) (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-641 *3)))))
+(-13 (-1046) (-1273 |t#2|) (-1035 (-816 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -1525 ((-816 |t#1|) $)) (-15 -1557 ((-2 (|:| |k| (-816 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -2860 (|t#2| $ (-816 |t#1|))) (-15 -2860 (|t#2| $ $)) (-15 -2674 ($ $ |t#1|)) (-15 -2674 ($ $ (-816 |t#1|))) (-15 -2674 ($ $ $)) (-15 -2113 ($ $ |t#1|)) (-15 -2113 ($ $ (-816 |t#1|))) (-15 -2113 ($ $ $)) (-15 -1383 ($ (-816 |t#1|) |t#2|)) (-15 -2003 ((-112) $)) (-15 -3156 ($ $)) (-15 -1831 ($ |t#1|)) (-15 -3859 ((-112) $)) (-15 -1809 (|t#2| $)) (-15 -3124 ((-112) $)) (-15 -1987 ($ $)) (IF (|has| |t#2| (-172)) (PROGN (-15 -4060 ($ $ $)) (-15 -4060 ($ $ (-768)))) |%noBranch|) (-15 -2449 ($ (-1 |t#2| |t#2|) $)) (-15 -2412 ((-641 |t#1|) $)) (IF (|has| |t#2| (-6 -4399)) (-6 -4399) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-172)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 #0=(-816 |#1|)) . T) ((-614 |#2|) . T) ((-611 (-859)) . T) ((-644 |#2|) . T) ((-644 $) . T) ((-714 |#2|) |has| |#2| (-172)) ((-723) . T) ((-1035 #0#) . T) ((-1052 |#2|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1273 |#2|) . T))
-((-3143 (((-112) $) 14)) (-2614 (((-112) $) 13)) (-2362 (($ $) 18) (($ $ (-768)) 20)))
-(((-1277 |#1| |#2|) (-10 -8 (-15 -2362 (|#1| |#1| (-768))) (-15 -2362 (|#1| |#1|)) (-15 -3143 ((-112) |#1|)) (-15 -2614 ((-112) |#1|))) (-1278 |#2|) (-363)) (T -1277))
+((-4048 (((-112) $) 14)) (-1484 (((-112) $) 13)) (-3962 (($ $) 18) (($ $ (-768)) 20)))
+(((-1277 |#1| |#2|) (-10 -8 (-15 -3962 (|#1| |#1| (-768))) (-15 -3962 (|#1| |#1|)) (-15 -4048 ((-112) |#1|)) (-15 -1484 ((-112) |#1|))) (-1278 |#2|) (-363)) (T -1277))
NIL
-(-10 -8 (-15 -2362 (|#1| |#1| (-768))) (-15 -2362 (|#1| |#1|)) (-15 -3143 ((-112) |#1|)) (-15 -2614 ((-112) |#1|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-2163 (((-2 (|:| -4023 $) (|:| -4399 $) (|:| |associate| $)) $) 42)) (-4010 (($ $) 41)) (-2662 (((-112) $) 39)) (-3143 (((-112) $) 95)) (-1745 (((-768)) 91)) (-2071 (((-3 $ "failed") $ $) 19)) (-2275 (($ $) 74)) (-1798 (((-418 $) $) 73)) (-1817 (((-112) $ $) 60)) (-1692 (($) 17 T CONST)) (-2035 (((-3 |#1| "failed") $) 102)) (-3437 ((|#1| $) 103)) (-2668 (($ $ $) 56)) (-3233 (((-3 $ "failed") $) 33)) (-2649 (($ $ $) 57)) (-1464 (((-2 (|:| -2784 (-641 $)) (|:| -2739 $)) (-641 $)) 52)) (-3195 (($ $ (-768)) 88 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) 87 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2941 (((-112) $) 72)) (-2887 (((-830 (-918)) $) 85 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3282 (((-112) $) 31)) (-3596 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-3340 (($ $ $) 47) (($ (-641 $)) 46)) (-2811 (((-1152) $) 9)) (-4247 (($ $) 71)) (-2350 (((-112) $) 94)) (-4382 (((-1114) $) 10)) (-4336 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-3377 (($ $ $) 49) (($ (-641 $)) 48)) (-4020 (((-418 $) $) 75)) (-2374 (((-830 (-918))) 92)) (-1471 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2739 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-2628 (((-3 $ "failed") $ $) 43)) (-3632 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-2358 (((-768) $) 59)) (-3737 (((-2 (|:| -4110 $) (|:| -3101 $)) $ $) 58)) (-2031 (((-3 (-768) "failed") $ $) 86 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1358 (((-134)) 100)) (-4341 (((-830 (-918)) $) 93)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ |#1|) 101)) (-2684 (((-3 $ "failed") $) 84 (-2713 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1303 (((-768)) 28 T CONST)) (-1720 (((-112) $ $) 40)) (-2614 (((-112) $) 96)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2362 (($ $) 90 (|has| |#1| (-368))) (($ $ (-768)) 89 (|has| |#1| (-368)))) (-2853 (((-112) $ $) 6)) (-2983 (($ $ $) 66) (($ $ |#1|) 99)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68) (($ $ |#1|) 98) (($ |#1| $) 97)))
+(-10 -8 (-15 -3962 (|#1| |#1| (-768))) (-15 -3962 (|#1| |#1|)) (-15 -4048 ((-112) |#1|)) (-15 -1484 ((-112) |#1|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-3784 (((-2 (|:| -1674 $) (|:| -4393 $) (|:| |associate| $)) $) 42)) (-1537 (($ $) 41)) (-1932 (((-112) $) 39)) (-4048 (((-112) $) 95)) (-4142 (((-768)) 91)) (-4088 (((-3 $ "failed") $ $) 19)) (-2427 (($ $) 74)) (-3399 (((-418 $) $) 73)) (-3554 (((-112) $ $) 60)) (-1778 (($) 17 T CONST)) (-2347 (((-3 |#1| "failed") $) 102)) (-2237 ((|#1| $) 103)) (-1449 (($ $ $) 56)) (-3733 (((-3 $ "failed") $) 33)) (-1424 (($ $ $) 57)) (-3300 (((-2 (|:| -2860 (-641 $)) (|:| -1426 $)) (-641 $)) 52)) (-3340 (($ $ (-768)) 88 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368)))) (($ $) 87 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-1420 (((-112) $) 72)) (-2155 (((-830 (-918)) $) 85 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2949 (((-112) $) 31)) (-2993 (((-3 (-641 $) "failed") (-641 $) $) 53)) (-2740 (($ $ $) 47) (($ (-641 $)) 46)) (-2723 (((-1152) $) 9)) (-3315 (($ $) 71)) (-1927 (((-112) $) 94)) (-2780 (((-1114) $) 10)) (-1574 (((-1166 $) (-1166 $) (-1166 $)) 45)) (-2777 (($ $ $) 49) (($ (-641 $)) 48)) (-3070 (((-418 $) $) 75)) (-4085 (((-830 (-918))) 92)) (-3380 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -1426 $)) $ $) 55) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 54)) (-1403 (((-3 $ "failed") $ $) 43)) (-2106 (((-3 (-641 $) "failed") (-641 $) $) 51)) (-3920 (((-768) $) 59)) (-1922 (((-2 (|:| -4347 $) (|:| -1678 $)) $ $) 58)) (-1820 (((-3 (-768) "failed") $ $) 86 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-3548 (((-134)) 100)) (-1619 (((-830 (-918)) $) 93)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ $) 44) (($ (-407 (-564))) 67) (($ |#1|) 101)) (-4018 (((-3 $ "failed") $) 84 (-4078 (|has| |#1| (-145)) (|has| |#1| (-368))))) (-2219 (((-768)) 28 T CONST)) (-3939 (((-112) $ $) 40)) (-1484 (((-112) $) 96)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-3962 (($ $) 90 (|has| |#1| (-368))) (($ $ (-768)) 89 (|has| |#1| (-368)))) (-1702 (((-112) $ $) 6)) (-1823 (($ $ $) 66) (($ $ |#1|) 99)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32) (($ $ (-564)) 70)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ $ (-407 (-564))) 69) (($ (-407 (-564)) $) 68) (($ $ |#1|) 98) (($ |#1| $) 97)))
(((-1278 |#1|) (-140) (-363)) (T -1278))
-((-2614 (*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))) (-3143 (*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))) (-2350 (*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))) (-4341 (*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-830 (-918))))) (-2374 (*1 *2) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-830 (-918))))) (-1745 (*1 *2) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-768)))) (-2362 (*1 *1 *1) (-12 (-4 *1 (-1278 *2)) (-4 *2 (-363)) (-4 *2 (-368)))) (-2362 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-4 *3 (-368)))))
-(-13 (-363) (-1035 |t#1|) (-1266 |t#1|) (-10 -8 (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-402)) |%noBranch|) (-15 -2614 ((-112) $)) (-15 -3143 ((-112) $)) (-15 -2350 ((-112) $)) (-15 -4341 ((-830 (-918)) $)) (-15 -2374 ((-830 (-918)))) (-15 -1745 ((-768))) (IF (|has| |t#1| (-368)) (PROGN (-6 (-402)) (-15 -2362 ($ $)) (-15 -2362 ($ $ (-768)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2713 (|has| |#1| (-368)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-243) . T) ((-290) . T) ((-307) . T) ((-363) . T) ((-402) -2713 (|has| |#1| (-368)) (|has| |#1| (-145))) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 |#1|) . T) ((-714 $) . T) ((-723) . T) ((-917) . T) ((-1035 |#1|) . T) ((-1052 #0#) . T) ((-1052 |#1|) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) . T) ((-1266 |#1|) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1480 (((-641 |#1|) $) 98)) (-1814 (($ $ (-768)) 102)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2688 (($ $ $) NIL (|has| |#2| (-172))) (($ $ (-768)) NIL (|has| |#2| (-172)))) (-1692 (($) NIL T CONST)) (-3942 (($ $ |#1|) NIL) (($ $ (-816 |#1|)) NIL) (($ $ $) NIL)) (-2035 (((-3 (-816 |#1|) "failed") $) NIL) (((-3 (-890 |#1|) "failed") $) NIL)) (-3437 (((-816 |#1|) $) NIL) (((-890 |#1|) $) NIL)) (-4316 (($ $) 101)) (-3233 (((-3 $ "failed") $) NIL)) (-3302 (((-112) $) 90)) (-3312 (($ $) 93)) (-2067 (($ $ $ (-768)) 103)) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-3591 (($ (-816 |#1|) |#2|) NIL) (($ (-890 |#1|) |#2|) 28)) (-2227 (($ $) 120)) (-2316 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3397 (((-816 |#1|) $) NIL)) (-2685 (((-816 |#1|) $) NIL)) (-2110 (($ (-1 |#2| |#2|) $) NIL)) (-1521 (($ $ |#1|) NIL) (($ $ (-816 |#1|)) NIL) (($ $ $) NIL)) (-3612 (($ $ (-768)) 113 (|has| |#2| (-714 (-407 (-564)))))) (-3375 (((-2 (|:| |k| (-890 |#1|)) (|:| |c| |#2|)) $) NIL)) (-4280 (((-890 |#1|) $) 83)) (-4292 ((|#2| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2103 (($ $ (-768)) 110 (|has| |#2| (-714 (-407 (-564)))))) (-4341 (((-768) $) 99)) (-2352 (((-112) $) 84)) (-1367 ((|#2| $) 88)) (-1721 (((-859) $) 69) (($ (-564)) NIL) (($ |#2|) 59) (($ (-816 |#1|)) NIL) (($ |#1|) 71) (($ (-890 |#1|)) NIL) (($ (-660 |#1| |#2|)) 47) (((-1274 |#1| |#2|) $) 76) (((-1283 |#1| |#2|) $) 81)) (-2415 (((-641 |#2|) $) NIL)) (-1346 ((|#2| $ (-890 |#1|)) NIL)) (-2784 ((|#2| $ (-816 |#1|)) NIL) ((|#2| $ $) NIL)) (-1303 (((-768)) NIL T CONST)) (-2885 (($) 21 T CONST)) (-2898 (($) 27 T CONST)) (-2302 (((-641 (-2 (|:| |k| (-890 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1636 (((-3 (-660 |#1| |#2|) "failed") $) 119)) (-2853 (((-112) $ $) 77)) (-2970 (($ $) 112) (($ $ $) 111)) (-2956 (($ $ $) 20)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 48) (($ |#2| $) 19) (($ $ |#2|) NIL) (($ |#1| $) NIL) (($ |#2| (-890 |#1|)) NIL)))
-(((-1279 |#1| |#2|) (-13 (-1280 |#1| |#2|) (-382 |#2| (-890 |#1|)) (-10 -8 (-15 -1721 ($ (-660 |#1| |#2|))) (-15 -1721 ((-1274 |#1| |#2|) $)) (-15 -1721 ((-1283 |#1| |#2|) $)) (-15 -1636 ((-3 (-660 |#1| |#2|) "failed") $)) (-15 -2067 ($ $ $ (-768))) (IF (|has| |#2| (-714 (-407 (-564)))) (PROGN (-15 -2103 ($ $ (-768))) (-15 -3612 ($ $ (-768)))) |%noBranch|))) (-847) (-172)) (T -1279))
-((-1721 (*1 *1 *2) (-12 (-5 *2 (-660 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *1 (-1279 *3 *4)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-1274 *3 *4)) (-5 *1 (-1279 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-1721 (*1 *2 *1) (-12 (-5 *2 (-1283 *3 *4)) (-5 *1 (-1279 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-1636 (*1 *2 *1) (|partial| -12 (-5 *2 (-660 *3 *4)) (-5 *1 (-1279 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-2067 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-2103 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4)) (-4 *4 (-714 (-407 (-564)))) (-4 *3 (-847)) (-4 *4 (-172)))) (-3612 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4)) (-4 *4 (-714 (-407 (-564)))) (-4 *3 (-847)) (-4 *4 (-172)))))
-(-13 (-1280 |#1| |#2|) (-382 |#2| (-890 |#1|)) (-10 -8 (-15 -1721 ($ (-660 |#1| |#2|))) (-15 -1721 ((-1274 |#1| |#2|) $)) (-15 -1721 ((-1283 |#1| |#2|) $)) (-15 -1636 ((-3 (-660 |#1| |#2|) "failed") $)) (-15 -2067 ($ $ $ (-768))) (IF (|has| |#2| (-714 (-407 (-564)))) (PROGN (-15 -2103 ($ $ (-768))) (-15 -3612 ($ $ (-768)))) |%noBranch|)))
-((-1709 (((-112) $ $) 7)) (-2013 (((-112) $) 16)) (-1480 (((-641 |#1|) $) 41)) (-1814 (($ $ (-768)) 74)) (-2071 (((-3 $ "failed") $ $) 19)) (-2688 (($ $ $) 44 (|has| |#2| (-172))) (($ $ (-768)) 43 (|has| |#2| (-172)))) (-1692 (($) 17 T CONST)) (-3942 (($ $ |#1|) 55) (($ $ (-816 |#1|)) 54) (($ $ $) 53)) (-2035 (((-3 (-816 |#1|) "failed") $) 65)) (-3437 (((-816 |#1|) $) 66)) (-3233 (((-3 $ "failed") $) 33)) (-3302 (((-112) $) 46)) (-3312 (($ $) 45)) (-3282 (((-112) $) 31)) (-1924 (((-112) $) 51)) (-3591 (($ (-816 |#1|) |#2|) 52)) (-2227 (($ $) 50)) (-2316 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) 61)) (-3397 (((-816 |#1|) $) 62)) (-2685 (((-816 |#1|) $) 76)) (-2110 (($ (-1 |#2| |#2|) $) 42)) (-1521 (($ $ |#1|) 58) (($ $ (-816 |#1|)) 57) (($ $ $) 56)) (-2811 (((-1152) $) 9)) (-4382 (((-1114) $) 10)) (-4341 (((-768) $) 75)) (-2352 (((-112) $) 48)) (-1367 ((|#2| $) 47)) (-1721 (((-859) $) 11) (($ (-564)) 29) (($ |#2|) 69) (($ (-816 |#1|)) 64) (($ |#1|) 49)) (-2784 ((|#2| $ (-816 |#1|)) 60) ((|#2| $ $) 59)) (-1303 (((-768)) 28 T CONST)) (-2885 (($) 18 T CONST)) (-2898 (($) 30 T CONST)) (-2853 (((-112) $ $) 6)) (-2970 (($ $) 22) (($ $ $) 21)) (-2956 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ |#2| $) 68) (($ $ |#2|) 67) (($ |#1| $) 63)))
+((-1484 (*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))) (-4048 (*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))) (-1927 (*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))) (-1619 (*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-830 (-918))))) (-4085 (*1 *2) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-830 (-918))))) (-4142 (*1 *2) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-768)))) (-3962 (*1 *1 *1) (-12 (-4 *1 (-1278 *2)) (-4 *2 (-363)) (-4 *2 (-368)))) (-3962 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-4 *3 (-368)))))
+(-13 (-363) (-1035 |t#1|) (-1266 |t#1|) (-10 -8 (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-402)) |%noBranch|) (-15 -1484 ((-112) $)) (-15 -4048 ((-112) $)) (-15 -1927 ((-112) $)) (-15 -1619 ((-830 (-918)) $)) (-15 -4085 ((-830 (-918)))) (-15 -4142 ((-768))) (IF (|has| |t#1| (-368)) (PROGN (-6 (-402)) (-15 -3962 ($ $)) (-15 -3962 ($ $ (-768)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-407 (-564))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -4078 (|has| |#1| (-368)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-614 #0#) . T) ((-614 (-564)) . T) ((-614 |#1|) . T) ((-614 $) . T) ((-611 (-859)) . T) ((-172) . T) ((-243) . T) ((-290) . T) ((-307) . T) ((-363) . T) ((-402) -4078 (|has| |#1| (-368)) (|has| |#1| (-145))) ((-452) . T) ((-556) . T) ((-644 #0#) . T) ((-644 |#1|) . T) ((-644 $) . T) ((-714 #0#) . T) ((-714 |#1|) . T) ((-714 $) . T) ((-723) . T) ((-917) . T) ((-1035 |#1|) . T) ((-1052 #0#) . T) ((-1052 |#1|) . T) ((-1052 $) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1213) . T) ((-1266 |#1|) . T))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-2412 (((-641 |#1|) $) 98)) (-3520 (($ $ (-768)) 102)) (-4088 (((-3 $ "failed") $ $) NIL)) (-4060 (($ $ $) NIL (|has| |#2| (-172))) (($ $ (-768)) NIL (|has| |#2| (-172)))) (-1778 (($) NIL T CONST)) (-2113 (($ $ |#1|) NIL) (($ $ (-816 |#1|)) NIL) (($ $ $) NIL)) (-2347 (((-3 (-816 |#1|) "failed") $) NIL) (((-3 (-890 |#1|) "failed") $) NIL)) (-2237 (((-816 |#1|) $) NIL) (((-890 |#1|) $) NIL)) (-3396 (($ $) 101)) (-3733 (((-3 $ "failed") $) NIL)) (-3124 (((-112) $) 90)) (-1987 (($ $) 93)) (-4049 (($ $ $ (-768)) 103)) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-1383 (($ (-816 |#1|) |#2|) NIL) (($ (-890 |#1|) |#2|) 28)) (-3156 (($ $) 120)) (-1557 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) NIL)) (-1525 (((-816 |#1|) $) NIL)) (-4029 (((-816 |#1|) $) NIL)) (-2449 (($ (-1 |#2| |#2|) $) NIL)) (-2674 (($ $ |#1|) NIL) (($ $ (-816 |#1|)) NIL) (($ $ $) NIL)) (-2358 (($ $ (-768)) 113 (|has| |#2| (-714 (-407 (-564)))))) (-1338 (((-2 (|:| |k| (-890 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3356 (((-890 |#1|) $) 83)) (-3370 ((|#2| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-4326 (($ $ (-768)) 110 (|has| |#2| (-714 (-407 (-564)))))) (-1619 (((-768) $) 99)) (-3859 (((-112) $) 84)) (-1809 ((|#2| $) 88)) (-1831 (((-859) $) 69) (($ (-564)) NIL) (($ |#2|) 59) (($ (-816 |#1|)) NIL) (($ |#1|) 71) (($ (-890 |#1|)) NIL) (($ (-660 |#1| |#2|)) 47) (((-1274 |#1| |#2|) $) 76) (((-1283 |#1| |#2|) $) 81)) (-3227 (((-641 |#2|) $) NIL)) (-2742 ((|#2| $ (-890 |#1|)) NIL)) (-2860 ((|#2| $ (-816 |#1|)) NIL) ((|#2| $ $) NIL)) (-2219 (((-768)) NIL T CONST)) (-1293 (($) 21 T CONST)) (-1300 (($) 27 T CONST)) (-1430 (((-641 (-2 (|:| |k| (-890 |#1|)) (|:| |c| |#2|))) $) NIL)) (-4384 (((-3 (-660 |#1| |#2|) "failed") $) 119)) (-1702 (((-112) $ $) 77)) (-1808 (($ $) 112) (($ $ $) 111)) (-1797 (($ $ $) 20)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 48) (($ |#2| $) 19) (($ $ |#2|) NIL) (($ |#1| $) NIL) (($ |#2| (-890 |#1|)) NIL)))
+(((-1279 |#1| |#2|) (-13 (-1280 |#1| |#2|) (-382 |#2| (-890 |#1|)) (-10 -8 (-15 -1831 ($ (-660 |#1| |#2|))) (-15 -1831 ((-1274 |#1| |#2|) $)) (-15 -1831 ((-1283 |#1| |#2|) $)) (-15 -4384 ((-3 (-660 |#1| |#2|) "failed") $)) (-15 -4049 ($ $ $ (-768))) (IF (|has| |#2| (-714 (-407 (-564)))) (PROGN (-15 -4326 ($ $ (-768))) (-15 -2358 ($ $ (-768)))) |%noBranch|))) (-847) (-172)) (T -1279))
+((-1831 (*1 *1 *2) (-12 (-5 *2 (-660 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)) (-5 *1 (-1279 *3 *4)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-1274 *3 *4)) (-5 *1 (-1279 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-1831 (*1 *2 *1) (-12 (-5 *2 (-1283 *3 *4)) (-5 *1 (-1279 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-4384 (*1 *2 *1) (|partial| -12 (-5 *2 (-660 *3 *4)) (-5 *1 (-1279 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-4049 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172)))) (-4326 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4)) (-4 *4 (-714 (-407 (-564)))) (-4 *3 (-847)) (-4 *4 (-172)))) (-2358 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4)) (-4 *4 (-714 (-407 (-564)))) (-4 *3 (-847)) (-4 *4 (-172)))))
+(-13 (-1280 |#1| |#2|) (-382 |#2| (-890 |#1|)) (-10 -8 (-15 -1831 ($ (-660 |#1| |#2|))) (-15 -1831 ((-1274 |#1| |#2|) $)) (-15 -1831 ((-1283 |#1| |#2|) $)) (-15 -4384 ((-3 (-660 |#1| |#2|) "failed") $)) (-15 -4049 ($ $ $ (-768))) (IF (|has| |#2| (-714 (-407 (-564)))) (PROGN (-15 -4326 ($ $ (-768))) (-15 -2358 ($ $ (-768)))) |%noBranch|)))
+((-1817 (((-112) $ $) 7)) (-1615 (((-112) $) 16)) (-2412 (((-641 |#1|) $) 41)) (-3520 (($ $ (-768)) 74)) (-4088 (((-3 $ "failed") $ $) 19)) (-4060 (($ $ $) 44 (|has| |#2| (-172))) (($ $ (-768)) 43 (|has| |#2| (-172)))) (-1778 (($) 17 T CONST)) (-2113 (($ $ |#1|) 55) (($ $ (-816 |#1|)) 54) (($ $ $) 53)) (-2347 (((-3 (-816 |#1|) "failed") $) 65)) (-2237 (((-816 |#1|) $) 66)) (-3733 (((-3 $ "failed") $) 33)) (-3124 (((-112) $) 46)) (-1987 (($ $) 45)) (-2949 (((-112) $) 31)) (-2003 (((-112) $) 51)) (-1383 (($ (-816 |#1|) |#2|) 52)) (-3156 (($ $) 50)) (-1557 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) 61)) (-1525 (((-816 |#1|) $) 62)) (-4029 (((-816 |#1|) $) 76)) (-2449 (($ (-1 |#2| |#2|) $) 42)) (-2674 (($ $ |#1|) 58) (($ $ (-816 |#1|)) 57) (($ $ $) 56)) (-2723 (((-1152) $) 9)) (-2780 (((-1114) $) 10)) (-1619 (((-768) $) 75)) (-3859 (((-112) $) 48)) (-1809 ((|#2| $) 47)) (-1831 (((-859) $) 11) (($ (-564)) 29) (($ |#2|) 69) (($ (-816 |#1|)) 64) (($ |#1|) 49)) (-2860 ((|#2| $ (-816 |#1|)) 60) ((|#2| $ $) 59)) (-2219 (((-768)) 28 T CONST)) (-1293 (($) 18 T CONST)) (-1300 (($) 30 T CONST)) (-1702 (((-112) $ $) 6)) (-1808 (($ $) 22) (($ $ $) 21)) (-1797 (($ $ $) 14)) (** (($ $ (-918)) 25) (($ $ (-768)) 32)) (* (($ (-918) $) 13) (($ (-768) $) 15) (($ (-564) $) 20) (($ $ $) 24) (($ |#2| $) 68) (($ $ |#2|) 67) (($ |#1| $) 63)))
(((-1280 |#1| |#2|) (-140) (-847) (-1046)) (T -1280))
-((-2685 (*1 *2 *1) (-12 (-4 *1 (-1280 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-816 *3)))) (-4341 (*1 *2 *1) (-12 (-4 *1 (-1280 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-768)))) (-1814 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1280 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))))
-(-13 (-1276 |t#1| |t#2|) (-10 -8 (-15 -2685 ((-816 |t#1|) $)) (-15 -4341 ((-768) $)) (-15 -1814 ($ $ (-768)))))
+((-4029 (*1 *2 *1) (-12 (-4 *1 (-1280 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-816 *3)))) (-1619 (*1 *2 *1) (-12 (-4 *1 (-1280 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *2 (-768)))) (-3520 (*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-1280 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))))
+(-13 (-1276 |t#1| |t#2|) (-10 -8 (-15 -4029 ((-816 |t#1|) $)) (-15 -1619 ((-768) $)) (-15 -3520 ($ $ (-768)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-172)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-614 (-564)) . T) ((-614 #0=(-816 |#1|)) . T) ((-614 |#2|) . T) ((-611 (-859)) . T) ((-644 |#2|) . T) ((-644 $) . T) ((-714 |#2|) |has| |#2| (-172)) ((-723) . T) ((-1035 #0#) . T) ((-1052 |#2|) . T) ((-1046) . T) ((-1053) . T) ((-1106) . T) ((-1094) . T) ((-1273 |#2|) . T) ((-1276 |#1| |#2|) . T))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-1480 (((-641 (-1170)) $) NIL)) (-1349 (($ (-1274 (-1170) |#1|)) NIL)) (-1814 (($ $ (-768)) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2688 (($ $ $) NIL (|has| |#1| (-172))) (($ $ (-768)) NIL (|has| |#1| (-172)))) (-1692 (($) NIL T CONST)) (-3942 (($ $ (-1170)) NIL) (($ $ (-816 (-1170))) NIL) (($ $ $) NIL)) (-2035 (((-3 (-816 (-1170)) "failed") $) NIL)) (-3437 (((-816 (-1170)) $) NIL)) (-3233 (((-3 $ "failed") $) NIL)) (-3302 (((-112) $) NIL)) (-3312 (($ $) NIL)) (-3282 (((-112) $) NIL)) (-1924 (((-112) $) NIL)) (-3591 (($ (-816 (-1170)) |#1|) NIL)) (-2227 (($ $) NIL)) (-2316 (((-2 (|:| |k| (-816 (-1170))) (|:| |c| |#1|)) $) NIL)) (-3397 (((-816 (-1170)) $) NIL)) (-2685 (((-816 (-1170)) $) NIL)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-1521 (($ $ (-1170)) NIL) (($ $ (-816 (-1170))) NIL) (($ $ $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3310 (((-1274 (-1170) |#1|) $) NIL)) (-4341 (((-768) $) NIL)) (-2352 (((-112) $) NIL)) (-1367 ((|#1| $) NIL)) (-1721 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-816 (-1170))) NIL) (($ (-1170)) NIL)) (-2784 ((|#1| $ (-816 (-1170))) NIL) ((|#1| $ $) NIL)) (-1303 (((-768)) NIL T CONST)) (-2885 (($) NIL T CONST)) (-4246 (((-641 (-2 (|:| |k| (-1170)) (|:| |c| $))) $) NIL)) (-2898 (($) NIL T CONST)) (-2853 (((-112) $ $) NIL)) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-1170) $) NIL)))
-(((-1281 |#1|) (-13 (-1280 (-1170) |#1|) (-10 -8 (-15 -3310 ((-1274 (-1170) |#1|) $)) (-15 -1349 ($ (-1274 (-1170) |#1|))) (-15 -4246 ((-641 (-2 (|:| |k| (-1170)) (|:| |c| $))) $)))) (-1046)) (T -1281))
-((-3310 (*1 *2 *1) (-12 (-5 *2 (-1274 (-1170) *3)) (-5 *1 (-1281 *3)) (-4 *3 (-1046)))) (-1349 (*1 *1 *2) (-12 (-5 *2 (-1274 (-1170) *3)) (-4 *3 (-1046)) (-5 *1 (-1281 *3)))) (-4246 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |k| (-1170)) (|:| |c| (-1281 *3))))) (-5 *1 (-1281 *3)) (-4 *3 (-1046)))))
-(-13 (-1280 (-1170) |#1|) (-10 -8 (-15 -3310 ((-1274 (-1170) |#1|) $)) (-15 -1349 ($ (-1274 (-1170) |#1|))) (-15 -4246 ((-641 (-2 (|:| |k| (-1170)) (|:| |c| $))) $))))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) NIL)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1692 (($) NIL T CONST)) (-2035 (((-3 |#2| "failed") $) NIL)) (-3437 ((|#2| $) NIL)) (-4316 (($ $) NIL)) (-3233 (((-3 $ "failed") $) 40)) (-3302 (((-112) $) 35)) (-3312 (($ $) 36)) (-3282 (((-112) $) NIL)) (-4083 (((-768) $) NIL)) (-3863 (((-641 $) $) NIL)) (-1924 (((-112) $) NIL)) (-3591 (($ |#2| |#1|) NIL)) (-3397 ((|#2| $) 24)) (-2685 ((|#2| $) 22)) (-2110 (($ (-1 |#1| |#1|) $) NIL)) (-3375 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL)) (-4280 ((|#2| $) NIL)) (-4292 ((|#1| $) NIL)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-2352 (((-112) $) 32)) (-1367 ((|#1| $) 33)) (-1721 (((-859) $) 63) (($ (-564)) 44) (($ |#1|) 39) (($ |#2|) NIL)) (-2415 (((-641 |#1|) $) NIL)) (-1346 ((|#1| $ |#2|) NIL)) (-2784 ((|#1| $ |#2|) 28)) (-1303 (((-768)) 14 T CONST)) (-2885 (($) 29 T CONST)) (-2898 (($) 11 T CONST)) (-2302 (((-641 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL)) (-2853 (((-112) $ $) 30)) (-2983 (($ $ |#1|) 65 (|has| |#1| (-363)))) (-2970 (($ $) NIL) (($ $ $) NIL)) (-2956 (($ $ $) 48)) (** (($ $ (-918)) NIL) (($ $ (-768)) 50)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 49) (($ |#1| $) 45) (($ $ |#1|) NIL) (($ |#1| |#2|) NIL)) (-3435 (((-768) $) 16)))
-(((-1282 |#1| |#2|) (-13 (-1046) (-1273 |#1|) (-382 |#1| |#2|) (-614 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -3435 ((-768) $)) (-15 -2685 (|#2| $)) (-15 -3397 (|#2| $)) (-15 -4316 ($ $)) (-15 -2784 (|#1| $ |#2|)) (-15 -2352 ((-112) $)) (-15 -1367 (|#1| $)) (-15 -3302 ((-112) $)) (-15 -3312 ($ $)) (-15 -2110 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-363)) (-15 -2983 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4405)) (-6 -4405) |%noBranch|) (IF (|has| |#1| (-6 -4409)) (-6 -4409) |%noBranch|) (IF (|has| |#1| (-6 -4410)) (-6 -4410) |%noBranch|))) (-1046) (-843)) (T -1282))
-((* (*1 *1 *1 *2) (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))) (-4316 (*1 *1 *1) (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))) (-2110 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-1282 *3 *4)) (-4 *4 (-843)))) (-3435 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-843)))) (-2685 (*1 *2 *1) (-12 (-4 *2 (-843)) (-5 *1 (-1282 *3 *2)) (-4 *3 (-1046)))) (-3397 (*1 *2 *1) (-12 (-4 *2 (-843)) (-5 *1 (-1282 *3 *2)) (-4 *3 (-1046)))) (-2784 (*1 *2 *1 *3) (-12 (-4 *2 (-1046)) (-5 *1 (-1282 *2 *3)) (-4 *3 (-843)))) (-2352 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-843)))) (-1367 (*1 *2 *1) (-12 (-4 *2 (-1046)) (-5 *1 (-1282 *2 *3)) (-4 *3 (-843)))) (-3302 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-843)))) (-3312 (*1 *1 *1) (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))) (-2983 (*1 *1 *1 *2) (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-363)) (-4 *2 (-1046)) (-4 *3 (-843)))))
-(-13 (-1046) (-1273 |#1|) (-382 |#1| |#2|) (-614 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -3435 ((-768) $)) (-15 -2685 (|#2| $)) (-15 -3397 (|#2| $)) (-15 -4316 ($ $)) (-15 -2784 (|#1| $ |#2|)) (-15 -2352 ((-112) $)) (-15 -1367 (|#1| $)) (-15 -3302 ((-112) $)) (-15 -3312 ($ $)) (-15 -2110 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-363)) (-15 -2983 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4405)) (-6 -4405) |%noBranch|) (IF (|has| |#1| (-6 -4409)) (-6 -4409) |%noBranch|) (IF (|has| |#1| (-6 -4410)) (-6 -4410) |%noBranch|)))
-((-1709 (((-112) $ $) 27)) (-2013 (((-112) $) NIL)) (-1480 (((-641 |#1|) $) 131)) (-1349 (($ (-1274 |#1| |#2|)) 50)) (-1814 (($ $ (-768)) 38)) (-2071 (((-3 $ "failed") $ $) NIL)) (-2688 (($ $ $) 54 (|has| |#2| (-172))) (($ $ (-768)) 52 (|has| |#2| (-172)))) (-1692 (($) NIL T CONST)) (-3942 (($ $ |#1|) 113) (($ $ (-816 |#1|)) 114) (($ $ $) 26)) (-2035 (((-3 (-816 |#1|) "failed") $) NIL)) (-3437 (((-816 |#1|) $) NIL)) (-3233 (((-3 $ "failed") $) 121)) (-3302 (((-112) $) 116)) (-3312 (($ $) 117)) (-3282 (((-112) $) NIL)) (-1924 (((-112) $) NIL)) (-3591 (($ (-816 |#1|) |#2|) 20)) (-2227 (($ $) NIL)) (-2316 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3397 (((-816 |#1|) $) 122)) (-2685 (((-816 |#1|) $) 125)) (-2110 (($ (-1 |#2| |#2|) $) 130)) (-1521 (($ $ |#1|) 111) (($ $ (-816 |#1|)) 112) (($ $ $) 62)) (-2811 (((-1152) $) NIL)) (-4382 (((-1114) $) NIL)) (-3310 (((-1274 |#1| |#2|) $) 93)) (-4341 (((-768) $) 128)) (-2352 (((-112) $) 80)) (-1367 ((|#2| $) 32)) (-1721 (((-859) $) 72) (($ (-564)) 86) (($ |#2|) 84) (($ (-816 |#1|)) 18) (($ |#1|) 83)) (-2784 ((|#2| $ (-816 |#1|)) 115) ((|#2| $ $) 28)) (-1303 (((-768)) 119 T CONST)) (-2885 (($) 15 T CONST)) (-4246 (((-641 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 59)) (-2898 (($) 33 T CONST)) (-2853 (((-112) $ $) 14)) (-2970 (($ $) 97) (($ $ $) 100)) (-2956 (($ $ $) 61)) (** (($ $ (-918)) NIL) (($ $ (-768)) 55)) (* (($ (-918) $) NIL) (($ (-768) $) 53) (($ (-564) $) 105) (($ $ $) 22) (($ |#2| $) 19) (($ $ |#2|) 21) (($ |#1| $) 91)))
-(((-1283 |#1| |#2|) (-13 (-1280 |#1| |#2|) (-10 -8 (-15 -3310 ((-1274 |#1| |#2|) $)) (-15 -1349 ($ (-1274 |#1| |#2|))) (-15 -4246 ((-641 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-847) (-1046)) (T -1283))
-((-3310 (*1 *2 *1) (-12 (-5 *2 (-1274 *3 *4)) (-5 *1 (-1283 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))) (-1349 (*1 *1 *2) (-12 (-5 *2 (-1274 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *1 (-1283 *3 *4)))) (-4246 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |k| *3) (|:| |c| (-1283 *3 *4))))) (-5 *1 (-1283 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))))
-(-13 (-1280 |#1| |#2|) (-10 -8 (-15 -3310 ((-1274 |#1| |#2|) $)) (-15 -1349 ($ (-1274 |#1| |#2|))) (-15 -4246 ((-641 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
-((-2412 (((-641 (-1150 |#1|)) (-1 (-641 (-1150 |#1|)) (-641 (-1150 |#1|))) (-564)) 20) (((-1150 |#1|) (-1 (-1150 |#1|) (-1150 |#1|))) 13)))
-(((-1284 |#1|) (-10 -7 (-15 -2412 ((-1150 |#1|) (-1 (-1150 |#1|) (-1150 |#1|)))) (-15 -2412 ((-641 (-1150 |#1|)) (-1 (-641 (-1150 |#1|)) (-641 (-1150 |#1|))) (-564)))) (-1209)) (T -1284))
-((-2412 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-641 (-1150 *5)) (-641 (-1150 *5)))) (-5 *4 (-564)) (-5 *2 (-641 (-1150 *5))) (-5 *1 (-1284 *5)) (-4 *5 (-1209)))) (-2412 (*1 *2 *3) (-12 (-5 *3 (-1 (-1150 *4) (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1284 *4)) (-4 *4 (-1209)))))
-(-10 -7 (-15 -2412 ((-1150 |#1|) (-1 (-1150 |#1|) (-1150 |#1|)))) (-15 -2412 ((-641 (-1150 |#1|)) (-1 (-641 (-1150 |#1|)) (-641 (-1150 |#1|))) (-564))))
-((-3864 (((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|))) 173) (((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112)) 172) (((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112)) 171) (((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112) (-112)) 170) (((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-1043 |#1| |#2|)) 155)) (-1738 (((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|))) 84) (((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112)) 83) (((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112) (-112)) 82)) (-1798 (((-641 (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|)))) (-1043 |#1| |#2|)) 72)) (-2449 (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|))) 139) (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112)) 138) (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112)) 137) (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112) (-112)) 136) (((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|)) 131)) (-3025 (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|))) 144) (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112)) 143) (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112)) 142) (((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|)) 141)) (-2153 (((-641 (-777 |#1| (-861 |#3|))) (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|)))) 110) (((-1166 (-1021 (-407 |#1|))) (-1166 |#1|)) 101) (((-949 (-1021 (-407 |#1|))) (-777 |#1| (-861 |#3|))) 108) (((-949 (-1021 (-407 |#1|))) (-949 |#1|)) 106) (((-777 |#1| (-861 |#3|)) (-777 |#1| (-861 |#2|))) 32)))
-(((-1285 |#1| |#2| |#3|) (-10 -7 (-15 -1738 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112) (-112))) (-15 -1738 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112))) (-15 -1738 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)))) (-15 -3864 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-1043 |#1| |#2|))) (-15 -3864 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112) (-112))) (-15 -3864 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -3864 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112))) (-15 -3864 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -2449 ((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|))) (-15 -2449 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112) (-112))) (-15 -2449 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -2449 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112))) (-15 -2449 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)))) (-15 -3025 ((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|))) (-15 -3025 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -3025 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112))) (-15 -3025 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)))) (-15 -1798 ((-641 (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|)))) (-1043 |#1| |#2|))) (-15 -2153 ((-777 |#1| (-861 |#3|)) (-777 |#1| (-861 |#2|)))) (-15 -2153 ((-949 (-1021 (-407 |#1|))) (-949 |#1|))) (-15 -2153 ((-949 (-1021 (-407 |#1|))) (-777 |#1| (-861 |#3|)))) (-15 -2153 ((-1166 (-1021 (-407 |#1|))) (-1166 |#1|))) (-15 -2153 ((-641 (-777 |#1| (-861 |#3|))) (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|)))))) (-13 (-845) (-307) (-147) (-1019)) (-641 (-1170)) (-641 (-1170))) (T -1285))
-((-2153 (*1 *2 *3) (-12 (-5 *3 (-1140 *4 (-531 (-861 *6)) (-861 *6) (-777 *4 (-861 *6)))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-777 *4 (-861 *6)))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))))) (-2153 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-1166 (-1021 (-407 *4)))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-2153 (*1 *2 *3) (-12 (-5 *3 (-777 *4 (-861 *6))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *6 (-641 (-1170))) (-5 *2 (-949 (-1021 (-407 *4)))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))))) (-2153 (*1 *2 *3) (-12 (-5 *3 (-949 *4)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-949 (-1021 (-407 *4)))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-2153 (*1 *2 *3) (-12 (-5 *3 (-777 *4 (-861 *5))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *5 (-641 (-1170))) (-5 *2 (-777 *4 (-861 *6))) (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))) (-1798 (*1 *2 *3) (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-1140 *4 (-531 (-861 *6)) (-861 *6) (-777 *4 (-861 *6))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))) (-3025 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-3025 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3025 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3025 (*1 *2 *3) (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))) (-2449 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-2449 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-2449 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-2449 (*1 *2 *3) (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))) (-3864 (*1 *2 *3) (-12 (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-2 (|:| -2120 (-1166 *4)) (|:| -3057 (-641 (-949 *4)))))) (-5 *1 (-1285 *4 *5 *6)) (-5 *3 (-641 (-949 *4))) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-3864 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-2 (|:| -2120 (-1166 *5)) (|:| -3057 (-641 (-949 *5)))))) (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5))) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3864 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-2 (|:| -2120 (-1166 *5)) (|:| -3057 (-641 (-949 *5)))))) (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5))) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3864 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-2 (|:| -2120 (-1166 *5)) (|:| -3057 (-641 (-949 *5)))))) (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5))) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3864 (*1 *2 *3) (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-2 (|:| -2120 (-1166 *4)) (|:| -3057 (-641 (-949 *4)))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))) (-1738 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-1043 *4 *5))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-1738 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-1738 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))))
-(-10 -7 (-15 -1738 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112) (-112))) (-15 -1738 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112))) (-15 -1738 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)))) (-15 -3864 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-1043 |#1| |#2|))) (-15 -3864 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112) (-112))) (-15 -3864 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -3864 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112))) (-15 -3864 ((-641 (-2 (|:| -2120 (-1166 |#1|)) (|:| -3057 (-641 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -2449 ((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|))) (-15 -2449 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112) (-112))) (-15 -2449 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -2449 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112))) (-15 -2449 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)))) (-15 -3025 ((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|))) (-15 -3025 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -3025 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112))) (-15 -3025 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)))) (-15 -1798 ((-641 (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|)))) (-1043 |#1| |#2|))) (-15 -2153 ((-777 |#1| (-861 |#3|)) (-777 |#1| (-861 |#2|)))) (-15 -2153 ((-949 (-1021 (-407 |#1|))) (-949 |#1|))) (-15 -2153 ((-949 (-1021 (-407 |#1|))) (-777 |#1| (-861 |#3|)))) (-15 -2153 ((-1166 (-1021 (-407 |#1|))) (-1166 |#1|))) (-15 -2153 ((-641 (-777 |#1| (-861 |#3|))) (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|))))))
-((-3849 (((-3 (-1259 (-407 (-564))) "failed") (-1259 |#1|) |#1|) 21)) (-3857 (((-112) (-1259 |#1|)) 12)) (-2464 (((-3 (-1259 (-564)) "failed") (-1259 |#1|)) 16)))
-(((-1286 |#1|) (-10 -7 (-15 -3857 ((-112) (-1259 |#1|))) (-15 -2464 ((-3 (-1259 (-564)) "failed") (-1259 |#1|))) (-15 -3849 ((-3 (-1259 (-407 (-564))) "failed") (-1259 |#1|) |#1|))) (-637 (-564))) (T -1286))
-((-3849 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564))) (-5 *2 (-1259 (-407 (-564)))) (-5 *1 (-1286 *4)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564))) (-5 *2 (-1259 (-564))) (-5 *1 (-1286 *4)))) (-3857 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564))) (-5 *2 (-112)) (-5 *1 (-1286 *4)))))
-(-10 -7 (-15 -3857 ((-112) (-1259 |#1|))) (-15 -2464 ((-3 (-1259 (-564)) "failed") (-1259 |#1|))) (-15 -3849 ((-3 (-1259 (-407 (-564))) "failed") (-1259 |#1|) |#1|)))
-((-1709 (((-112) $ $) NIL)) (-2013 (((-112) $) 11)) (-2071 (((-3 $ "failed") $ $) NIL)) (-1860 (((-768)) 8)) (-1692 (($) NIL T CONST)) (-3233 (((-3 $ "failed") $) 58)) (-3746 (($) 49)) (-3282 (((-112) $) 57)) (-1516 (((-3 $ "failed") $) 40)) (-2981 (((-918) $) 15)) (-2811 (((-1152) $) NIL)) (-2558 (($) 32 T CONST)) (-1359 (($ (-918)) 50)) (-4382 (((-1114) $) NIL)) (-2153 (((-564) $) 13)) (-1721 (((-859) $) 27) (($ (-564)) 24)) (-1303 (((-768)) 9 T CONST)) (-2885 (($) 29 T CONST)) (-2898 (($) 31 T CONST)) (-2853 (((-112) $ $) 38)) (-2970 (($ $) 52) (($ $ $) 47)) (-2956 (($ $ $) 35)) (** (($ $ (-918)) NIL) (($ $ (-768)) 54)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 44) (($ $ $) 43)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-2412 (((-641 (-1170)) $) NIL)) (-3772 (($ (-1274 (-1170) |#1|)) NIL)) (-3520 (($ $ (-768)) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-4060 (($ $ $) NIL (|has| |#1| (-172))) (($ $ (-768)) NIL (|has| |#1| (-172)))) (-1778 (($) NIL T CONST)) (-2113 (($ $ (-1170)) NIL) (($ $ (-816 (-1170))) NIL) (($ $ $) NIL)) (-2347 (((-3 (-816 (-1170)) "failed") $) NIL)) (-2237 (((-816 (-1170)) $) NIL)) (-3733 (((-3 $ "failed") $) NIL)) (-3124 (((-112) $) NIL)) (-1987 (($ $) NIL)) (-2949 (((-112) $) NIL)) (-2003 (((-112) $) NIL)) (-1383 (($ (-816 (-1170)) |#1|) NIL)) (-3156 (($ $) NIL)) (-1557 (((-2 (|:| |k| (-816 (-1170))) (|:| |c| |#1|)) $) NIL)) (-1525 (((-816 (-1170)) $) NIL)) (-4029 (((-816 (-1170)) $) NIL)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-2674 (($ $ (-1170)) NIL) (($ $ (-816 (-1170))) NIL) (($ $ $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3723 (((-1274 (-1170) |#1|) $) NIL)) (-1619 (((-768) $) NIL)) (-3859 (((-112) $) NIL)) (-1809 ((|#1| $) NIL)) (-1831 (((-859) $) NIL) (($ (-564)) NIL) (($ |#1|) NIL) (($ (-816 (-1170))) NIL) (($ (-1170)) NIL)) (-2860 ((|#1| $ (-816 (-1170))) NIL) ((|#1| $ $) NIL)) (-2219 (((-768)) NIL T CONST)) (-1293 (($) NIL T CONST)) (-3229 (((-641 (-2 (|:| |k| (-1170)) (|:| |c| $))) $) NIL)) (-1300 (($) NIL T CONST)) (-1702 (((-112) $ $) NIL)) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) NIL)) (** (($ $ (-918)) NIL) (($ $ (-768)) NIL)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-1170) $) NIL)))
+(((-1281 |#1|) (-13 (-1280 (-1170) |#1|) (-10 -8 (-15 -3723 ((-1274 (-1170) |#1|) $)) (-15 -3772 ($ (-1274 (-1170) |#1|))) (-15 -3229 ((-641 (-2 (|:| |k| (-1170)) (|:| |c| $))) $)))) (-1046)) (T -1281))
+((-3723 (*1 *2 *1) (-12 (-5 *2 (-1274 (-1170) *3)) (-5 *1 (-1281 *3)) (-4 *3 (-1046)))) (-3772 (*1 *1 *2) (-12 (-5 *2 (-1274 (-1170) *3)) (-4 *3 (-1046)) (-5 *1 (-1281 *3)))) (-3229 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |k| (-1170)) (|:| |c| (-1281 *3))))) (-5 *1 (-1281 *3)) (-4 *3 (-1046)))))
+(-13 (-1280 (-1170) |#1|) (-10 -8 (-15 -3723 ((-1274 (-1170) |#1|) $)) (-15 -3772 ($ (-1274 (-1170) |#1|))) (-15 -3229 ((-641 (-2 (|:| |k| (-1170)) (|:| |c| $))) $))))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) NIL)) (-4088 (((-3 $ "failed") $ $) NIL)) (-1778 (($) NIL T CONST)) (-2347 (((-3 |#2| "failed") $) NIL)) (-2237 ((|#2| $) NIL)) (-3396 (($ $) NIL)) (-3733 (((-3 $ "failed") $) 40)) (-3124 (((-112) $) 35)) (-1987 (($ $) 36)) (-2949 (((-112) $) NIL)) (-4128 (((-768) $) NIL)) (-3802 (((-641 $) $) NIL)) (-2003 (((-112) $) NIL)) (-1383 (($ |#2| |#1|) NIL)) (-1525 ((|#2| $) 24)) (-4029 ((|#2| $) 22)) (-2449 (($ (-1 |#1| |#1|) $) NIL)) (-1338 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL)) (-3356 ((|#2| $) NIL)) (-3370 ((|#1| $) NIL)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3859 (((-112) $) 32)) (-1809 ((|#1| $) 33)) (-1831 (((-859) $) 63) (($ (-564)) 44) (($ |#1|) 39) (($ |#2|) NIL)) (-3227 (((-641 |#1|) $) NIL)) (-2742 ((|#1| $ |#2|) NIL)) (-2860 ((|#1| $ |#2|) 28)) (-2219 (((-768)) 14 T CONST)) (-1293 (($) 29 T CONST)) (-1300 (($) 11 T CONST)) (-1430 (((-641 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL)) (-1702 (((-112) $ $) 30)) (-1823 (($ $ |#1|) 65 (|has| |#1| (-363)))) (-1808 (($ $) NIL) (($ $ $) NIL)) (-1797 (($ $ $) 48)) (** (($ $ (-918)) NIL) (($ $ (-768)) 50)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) NIL) (($ $ $) 49) (($ |#1| $) 45) (($ $ |#1|) NIL) (($ |#1| |#2|) NIL)) (-2828 (((-768) $) 16)))
+(((-1282 |#1| |#2|) (-13 (-1046) (-1273 |#1|) (-382 |#1| |#2|) (-614 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2828 ((-768) $)) (-15 -4029 (|#2| $)) (-15 -1525 (|#2| $)) (-15 -3396 ($ $)) (-15 -2860 (|#1| $ |#2|)) (-15 -3859 ((-112) $)) (-15 -1809 (|#1| $)) (-15 -3124 ((-112) $)) (-15 -1987 ($ $)) (-15 -2449 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-363)) (-15 -1823 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4399)) (-6 -4399) |%noBranch|) (IF (|has| |#1| (-6 -4403)) (-6 -4403) |%noBranch|) (IF (|has| |#1| (-6 -4404)) (-6 -4404) |%noBranch|))) (-1046) (-843)) (T -1282))
+((* (*1 *1 *1 *2) (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))) (-3396 (*1 *1 *1) (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))) (-2449 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-1282 *3 *4)) (-4 *4 (-843)))) (-2828 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-843)))) (-4029 (*1 *2 *1) (-12 (-4 *2 (-843)) (-5 *1 (-1282 *3 *2)) (-4 *3 (-1046)))) (-1525 (*1 *2 *1) (-12 (-4 *2 (-843)) (-5 *1 (-1282 *3 *2)) (-4 *3 (-1046)))) (-2860 (*1 *2 *1 *3) (-12 (-4 *2 (-1046)) (-5 *1 (-1282 *2 *3)) (-4 *3 (-843)))) (-3859 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-843)))) (-1809 (*1 *2 *1) (-12 (-4 *2 (-1046)) (-5 *1 (-1282 *2 *3)) (-4 *3 (-843)))) (-3124 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-843)))) (-1987 (*1 *1 *1) (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))) (-1823 (*1 *1 *1 *2) (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-363)) (-4 *2 (-1046)) (-4 *3 (-843)))))
+(-13 (-1046) (-1273 |#1|) (-382 |#1| |#2|) (-614 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2828 ((-768) $)) (-15 -4029 (|#2| $)) (-15 -1525 (|#2| $)) (-15 -3396 ($ $)) (-15 -2860 (|#1| $ |#2|)) (-15 -3859 ((-112) $)) (-15 -1809 (|#1| $)) (-15 -3124 ((-112) $)) (-15 -1987 ($ $)) (-15 -2449 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-363)) (-15 -1823 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4399)) (-6 -4399) |%noBranch|) (IF (|has| |#1| (-6 -4403)) (-6 -4403) |%noBranch|) (IF (|has| |#1| (-6 -4404)) (-6 -4404) |%noBranch|)))
+((-1817 (((-112) $ $) 27)) (-1615 (((-112) $) NIL)) (-2412 (((-641 |#1|) $) 131)) (-3772 (($ (-1274 |#1| |#2|)) 50)) (-3520 (($ $ (-768)) 38)) (-4088 (((-3 $ "failed") $ $) NIL)) (-4060 (($ $ $) 54 (|has| |#2| (-172))) (($ $ (-768)) 52 (|has| |#2| (-172)))) (-1778 (($) NIL T CONST)) (-2113 (($ $ |#1|) 113) (($ $ (-816 |#1|)) 114) (($ $ $) 26)) (-2347 (((-3 (-816 |#1|) "failed") $) NIL)) (-2237 (((-816 |#1|) $) NIL)) (-3733 (((-3 $ "failed") $) 121)) (-3124 (((-112) $) 116)) (-1987 (($ $) 117)) (-2949 (((-112) $) NIL)) (-2003 (((-112) $) NIL)) (-1383 (($ (-816 |#1|) |#2|) 20)) (-3156 (($ $) NIL)) (-1557 (((-2 (|:| |k| (-816 |#1|)) (|:| |c| |#2|)) $) NIL)) (-1525 (((-816 |#1|) $) 122)) (-4029 (((-816 |#1|) $) 125)) (-2449 (($ (-1 |#2| |#2|) $) 130)) (-2674 (($ $ |#1|) 111) (($ $ (-816 |#1|)) 112) (($ $ $) 62)) (-2723 (((-1152) $) NIL)) (-2780 (((-1114) $) NIL)) (-3723 (((-1274 |#1| |#2|) $) 93)) (-1619 (((-768) $) 128)) (-3859 (((-112) $) 80)) (-1809 ((|#2| $) 32)) (-1831 (((-859) $) 72) (($ (-564)) 86) (($ |#2|) 84) (($ (-816 |#1|)) 18) (($ |#1|) 83)) (-2860 ((|#2| $ (-816 |#1|)) 115) ((|#2| $ $) 28)) (-2219 (((-768)) 119 T CONST)) (-1293 (($) 15 T CONST)) (-3229 (((-641 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 59)) (-1300 (($) 33 T CONST)) (-1702 (((-112) $ $) 14)) (-1808 (($ $) 97) (($ $ $) 100)) (-1797 (($ $ $) 61)) (** (($ $ (-918)) NIL) (($ $ (-768)) 55)) (* (($ (-918) $) NIL) (($ (-768) $) 53) (($ (-564) $) 105) (($ $ $) 22) (($ |#2| $) 19) (($ $ |#2|) 21) (($ |#1| $) 91)))
+(((-1283 |#1| |#2|) (-13 (-1280 |#1| |#2|) (-10 -8 (-15 -3723 ((-1274 |#1| |#2|) $)) (-15 -3772 ($ (-1274 |#1| |#2|))) (-15 -3229 ((-641 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-847) (-1046)) (T -1283))
+((-3723 (*1 *2 *1) (-12 (-5 *2 (-1274 *3 *4)) (-5 *1 (-1283 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))) (-3772 (*1 *1 *2) (-12 (-5 *2 (-1274 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)) (-5 *1 (-1283 *3 *4)))) (-3229 (*1 *2 *1) (-12 (-5 *2 (-641 (-2 (|:| |k| *3) (|:| |c| (-1283 *3 *4))))) (-5 *1 (-1283 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))))
+(-13 (-1280 |#1| |#2|) (-10 -8 (-15 -3723 ((-1274 |#1| |#2|) $)) (-15 -3772 ($ (-1274 |#1| |#2|))) (-15 -3229 ((-641 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
+((-4290 (((-641 (-1150 |#1|)) (-1 (-641 (-1150 |#1|)) (-641 (-1150 |#1|))) (-564)) 20) (((-1150 |#1|) (-1 (-1150 |#1|) (-1150 |#1|))) 13)))
+(((-1284 |#1|) (-10 -7 (-15 -4290 ((-1150 |#1|) (-1 (-1150 |#1|) (-1150 |#1|)))) (-15 -4290 ((-641 (-1150 |#1|)) (-1 (-641 (-1150 |#1|)) (-641 (-1150 |#1|))) (-564)))) (-1209)) (T -1284))
+((-4290 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-641 (-1150 *5)) (-641 (-1150 *5)))) (-5 *4 (-564)) (-5 *2 (-641 (-1150 *5))) (-5 *1 (-1284 *5)) (-4 *5 (-1209)))) (-4290 (*1 *2 *3) (-12 (-5 *3 (-1 (-1150 *4) (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1284 *4)) (-4 *4 (-1209)))))
+(-10 -7 (-15 -4290 ((-1150 |#1|) (-1 (-1150 |#1|) (-1150 |#1|)))) (-15 -4290 ((-641 (-1150 |#1|)) (-1 (-641 (-1150 |#1|)) (-641 (-1150 |#1|))) (-564))))
+((-3811 (((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|))) 173) (((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112)) 172) (((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112)) 171) (((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112) (-112)) 170) (((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-1043 |#1| |#2|)) 155)) (-4083 (((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|))) 84) (((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112)) 83) (((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112) (-112)) 82)) (-3399 (((-641 (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|)))) (-1043 |#1| |#2|)) 72)) (-3589 (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|))) 139) (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112)) 138) (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112)) 137) (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112) (-112)) 136) (((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|)) 131)) (-2137 (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|))) 144) (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112)) 143) (((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112)) 142) (((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|)) 141)) (-2511 (((-641 (-777 |#1| (-861 |#3|))) (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|)))) 110) (((-1166 (-1021 (-407 |#1|))) (-1166 |#1|)) 101) (((-949 (-1021 (-407 |#1|))) (-777 |#1| (-861 |#3|))) 108) (((-949 (-1021 (-407 |#1|))) (-949 |#1|)) 106) (((-777 |#1| (-861 |#3|)) (-777 |#1| (-861 |#2|))) 32)))
+(((-1285 |#1| |#2| |#3|) (-10 -7 (-15 -4083 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112) (-112))) (-15 -4083 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112))) (-15 -4083 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)))) (-15 -3811 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-1043 |#1| |#2|))) (-15 -3811 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112) (-112))) (-15 -3811 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -3811 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112))) (-15 -3811 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -3589 ((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|))) (-15 -3589 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112) (-112))) (-15 -3589 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -3589 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112))) (-15 -3589 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)))) (-15 -2137 ((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|))) (-15 -2137 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -2137 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112))) (-15 -2137 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)))) (-15 -3399 ((-641 (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|)))) (-1043 |#1| |#2|))) (-15 -2511 ((-777 |#1| (-861 |#3|)) (-777 |#1| (-861 |#2|)))) (-15 -2511 ((-949 (-1021 (-407 |#1|))) (-949 |#1|))) (-15 -2511 ((-949 (-1021 (-407 |#1|))) (-777 |#1| (-861 |#3|)))) (-15 -2511 ((-1166 (-1021 (-407 |#1|))) (-1166 |#1|))) (-15 -2511 ((-641 (-777 |#1| (-861 |#3|))) (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|)))))) (-13 (-845) (-307) (-147) (-1019)) (-641 (-1170)) (-641 (-1170))) (T -1285))
+((-2511 (*1 *2 *3) (-12 (-5 *3 (-1140 *4 (-531 (-861 *6)) (-861 *6) (-777 *4 (-861 *6)))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-777 *4 (-861 *6)))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))))) (-2511 (*1 *2 *3) (-12 (-5 *3 (-1166 *4)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-1166 (-1021 (-407 *4)))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-2511 (*1 *2 *3) (-12 (-5 *3 (-777 *4 (-861 *6))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *6 (-641 (-1170))) (-5 *2 (-949 (-1021 (-407 *4)))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))))) (-2511 (*1 *2 *3) (-12 (-5 *3 (-949 *4)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-949 (-1021 (-407 *4)))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-2511 (*1 *2 *3) (-12 (-5 *3 (-777 *4 (-861 *5))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *5 (-641 (-1170))) (-5 *2 (-777 *4 (-861 *6))) (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))) (-3399 (*1 *2 *3) (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-1140 *4 (-531 (-861 *6)) (-861 *6) (-777 *4 (-861 *6))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))) (-2137 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-2137 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-2137 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-2137 (*1 *2 *3) (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))) (-3589 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-3589 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3589 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3589 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3589 (*1 *2 *3) (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))) (-3811 (*1 *2 *3) (-12 (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-2 (|:| -3339 (-1166 *4)) (|:| -2467 (-641 (-949 *4)))))) (-5 *1 (-1285 *4 *5 *6)) (-5 *3 (-641 (-949 *4))) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-3811 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-2 (|:| -3339 (-1166 *5)) (|:| -2467 (-641 (-949 *5)))))) (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5))) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3811 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-2 (|:| -3339 (-1166 *5)) (|:| -2467 (-641 (-949 *5)))))) (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5))) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3811 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-2 (|:| -3339 (-1166 *5)) (|:| -2467 (-641 (-949 *5)))))) (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5))) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-3811 (*1 *2 *3) (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-2 (|:| -3339 (-1166 *4)) (|:| -2467 (-641 (-949 *4)))))) (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))) (-4083 (*1 *2 *3) (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-1043 *4 *5))) (-5 *1 (-1285 *4 *5 *6)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))) (-4083 (*1 *2 *3 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))) (-4083 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019))) (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-1285 *5 *6 *7)) (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170))))))
+(-10 -7 (-15 -4083 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112) (-112))) (-15 -4083 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)) (-112))) (-15 -4083 ((-641 (-1043 |#1| |#2|)) (-641 (-949 |#1|)))) (-15 -3811 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-1043 |#1| |#2|))) (-15 -3811 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112) (-112))) (-15 -3811 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -3811 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)) (-112))) (-15 -3811 ((-641 (-2 (|:| -3339 (-1166 |#1|)) (|:| -2467 (-641 (-949 |#1|))))) (-641 (-949 |#1|)))) (-15 -3589 ((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|))) (-15 -3589 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112) (-112))) (-15 -3589 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -3589 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112))) (-15 -3589 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)))) (-15 -2137 ((-641 (-641 (-1021 (-407 |#1|)))) (-1043 |#1| |#2|))) (-15 -2137 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112) (-112))) (-15 -2137 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)) (-112))) (-15 -2137 ((-641 (-641 (-1021 (-407 |#1|)))) (-641 (-949 |#1|)))) (-15 -3399 ((-641 (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|)))) (-1043 |#1| |#2|))) (-15 -2511 ((-777 |#1| (-861 |#3|)) (-777 |#1| (-861 |#2|)))) (-15 -2511 ((-949 (-1021 (-407 |#1|))) (-949 |#1|))) (-15 -2511 ((-949 (-1021 (-407 |#1|))) (-777 |#1| (-861 |#3|)))) (-15 -2511 ((-1166 (-1021 (-407 |#1|))) (-1166 |#1|))) (-15 -2511 ((-641 (-777 |#1| (-861 |#3|))) (-1140 |#1| (-531 (-861 |#3|)) (-861 |#3|) (-777 |#1| (-861 |#3|))))))
+((-3665 (((-3 (-1259 (-407 (-564))) "failed") (-1259 |#1|) |#1|) 21)) (-3753 (((-112) (-1259 |#1|)) 12)) (-3738 (((-3 (-1259 (-564)) "failed") (-1259 |#1|)) 16)))
+(((-1286 |#1|) (-10 -7 (-15 -3753 ((-112) (-1259 |#1|))) (-15 -3738 ((-3 (-1259 (-564)) "failed") (-1259 |#1|))) (-15 -3665 ((-3 (-1259 (-407 (-564))) "failed") (-1259 |#1|) |#1|))) (-637 (-564))) (T -1286))
+((-3665 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564))) (-5 *2 (-1259 (-407 (-564)))) (-5 *1 (-1286 *4)))) (-3738 (*1 *2 *3) (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564))) (-5 *2 (-1259 (-564))) (-5 *1 (-1286 *4)))) (-3753 (*1 *2 *3) (-12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564))) (-5 *2 (-112)) (-5 *1 (-1286 *4)))))
+(-10 -7 (-15 -3753 ((-112) (-1259 |#1|))) (-15 -3738 ((-3 (-1259 (-564)) "failed") (-1259 |#1|))) (-15 -3665 ((-3 (-1259 (-407 (-564))) "failed") (-1259 |#1|) |#1|)))
+((-1817 (((-112) $ $) NIL)) (-1615 (((-112) $) 11)) (-4088 (((-3 $ "failed") $ $) NIL)) (-3267 (((-768)) 8)) (-1778 (($) NIL T CONST)) (-3733 (((-3 $ "failed") $) 58)) (-2900 (($) 49)) (-2949 (((-112) $) 57)) (-2619 (((-3 $ "failed") $) 40)) (-1811 (((-918) $) 15)) (-2723 (((-1152) $) NIL)) (-2884 (($) 32 T CONST)) (-1468 (($ (-918)) 50)) (-2780 (((-1114) $) NIL)) (-2511 (((-564) $) 13)) (-1831 (((-859) $) 27) (($ (-564)) 24)) (-2219 (((-768)) 9 T CONST)) (-1293 (($) 29 T CONST)) (-1300 (($) 31 T CONST)) (-1702 (((-112) $ $) 38)) (-1808 (($ $) 52) (($ $ $) 47)) (-1797 (($ $ $) 35)) (** (($ $ (-918)) NIL) (($ $ (-768)) 54)) (* (($ (-918) $) NIL) (($ (-768) $) NIL) (($ (-564) $) 44) (($ $ $) 43)))
(((-1287 |#1|) (-13 (-172) (-368) (-612 (-564)) (-1145)) (-918)) (T -1287))
NIL
(-13 (-172) (-368) (-612 (-564)) (-1145))
@@ -5306,4 +5306,4 @@ NIL
NIL
NIL
NIL
-((-3 3200540 3200545 3200550 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-2 3200525 3200530 3200535 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1 3200510 3200515 3200520 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (0 3200495 3200500 3200505 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1287 3199664 3200370 3200447 "ZMOD" 3200452 NIL ZMOD (NIL NIL) -8 NIL NIL NIL) (-1286 3198774 3198938 3199147 "ZLINDEP" 3199496 NIL ZLINDEP (NIL T) -7 NIL NIL NIL) (-1285 3188074 3189842 3191814 "ZDSOLVE" 3196904 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL NIL) (-1284 3187320 3187461 3187650 "YSTREAM" 3187920 NIL YSTREAM (NIL T) -7 NIL NIL NIL) (-1283 3185121 3186621 3186825 "XRPOLY" 3187163 NIL XRPOLY (NIL T T) -8 NIL NIL NIL) (-1282 3181701 3182992 3183567 "XPR" 3184593 NIL XPR (NIL T T) -8 NIL NIL NIL) (-1281 3179449 3181032 3181236 "XPOLY" 3181532 NIL XPOLY (NIL T) -8 NIL NIL NIL) (-1280 3177232 3178574 3178629 "XPOLYC" 3178917 NIL XPOLYC (NIL T T) -9 NIL 3179030 NIL) (-1279 3173635 3175749 3176137 "XPBWPOLY" 3176890 NIL XPBWPOLY (NIL T T) -8 NIL NIL NIL) (-1278 3169538 3171798 3171840 "XF" 3172461 NIL XF (NIL T) -9 NIL 3172861 NIL) (-1277 3169159 3169247 3169416 "XF-" 3169421 NIL XF- (NIL T T) -8 NIL NIL NIL) (-1276 3164485 3165748 3165803 "XFALG" 3167975 NIL XFALG (NIL T T) -9 NIL 3168764 NIL) (-1275 3163618 3163722 3163927 "XEXPPKG" 3164377 NIL XEXPPKG (NIL T T T) -7 NIL NIL NIL) (-1274 3161754 3163468 3163564 "XDPOLY" 3163569 NIL XDPOLY (NIL T T) -8 NIL NIL NIL) (-1273 3160691 3161265 3161308 "XALG" 3161313 NIL XALG (NIL T) -9 NIL 3161424 NIL) (-1272 3154160 3158668 3159162 "WUTSET" 3160283 NIL WUTSET (NIL T T T T) -8 NIL NIL NIL) (-1271 3152443 3153212 3153535 "WP" 3153971 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL NIL) (-1270 3152072 3152265 3152335 "WHILEAST" 3152395 T WHILEAST (NIL) -8 NIL NIL NIL) (-1269 3151571 3151789 3151883 "WHEREAST" 3152000 T WHEREAST (NIL) -8 NIL NIL NIL) (-1268 3150457 3150655 3150950 "WFFINTBS" 3151368 NIL WFFINTBS (NIL T T T T) -7 NIL NIL NIL) (-1267 3148361 3148788 3149250 "WEIER" 3150029 NIL WEIER (NIL T) -7 NIL NIL NIL) (-1266 3147508 3147932 3147974 "VSPACE" 3148110 NIL VSPACE (NIL T) -9 NIL 3148184 NIL) (-1265 3147346 3147373 3147464 "VSPACE-" 3147469 NIL VSPACE- (NIL T T) -8 NIL NIL NIL) (-1264 3147154 3147197 3147265 "VOID" 3147300 T VOID (NIL) -8 NIL NIL NIL) (-1263 3145290 3145649 3146055 "VIEW" 3146770 T VIEW (NIL) -7 NIL NIL NIL) (-1262 3141714 3142353 3143090 "VIEWDEF" 3144575 T VIEWDEF (NIL) -7 NIL NIL NIL) (-1261 3131045 3133262 3135435 "VIEW3D" 3139563 T VIEW3D (NIL) -8 NIL NIL NIL) (-1260 3123323 3124956 3126535 "VIEW2D" 3129488 T VIEW2D (NIL) -8 NIL NIL NIL) (-1259 3118725 3123093 3123185 "VECTOR" 3123266 NIL VECTOR (NIL T) -8 NIL NIL NIL) (-1258 3117302 3117561 3117879 "VECTOR2" 3118455 NIL VECTOR2 (NIL T T) -7 NIL NIL NIL) (-1257 3110829 3115086 3115129 "VECTCAT" 3116122 NIL VECTCAT (NIL T) -9 NIL 3116708 NIL) (-1256 3109843 3110097 3110487 "VECTCAT-" 3110492 NIL VECTCAT- (NIL T T) -8 NIL NIL NIL) (-1255 3109324 3109494 3109614 "VARIABLE" 3109758 NIL VARIABLE (NIL NIL) -8 NIL NIL NIL) (-1254 3109257 3109262 3109292 "UTYPE" 3109297 T UTYPE (NIL) -9 NIL NIL NIL) (-1253 3108087 3108241 3108503 "UTSODETL" 3109083 NIL UTSODETL (NIL T T T T) -7 NIL NIL NIL) (-1252 3105527 3105987 3106511 "UTSODE" 3107628 NIL UTSODE (NIL T T) -7 NIL NIL NIL) (-1251 3097391 3103153 3103642 "UTS" 3105096 NIL UTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1250 3088626 3093958 3094001 "UTSCAT" 3095113 NIL UTSCAT (NIL T) -9 NIL 3095870 NIL) (-1249 3085974 3086696 3087685 "UTSCAT-" 3087690 NIL UTSCAT- (NIL T T) -8 NIL NIL NIL) (-1248 3085601 3085644 3085777 "UTS2" 3085925 NIL UTS2 (NIL T T T T) -7 NIL NIL NIL) (-1247 3079874 3082439 3082482 "URAGG" 3084552 NIL URAGG (NIL T) -9 NIL 3085275 NIL) (-1246 3076813 3077676 3078799 "URAGG-" 3078804 NIL URAGG- (NIL T T) -8 NIL NIL NIL) (-1245 3072529 3075427 3075899 "UPXSSING" 3076477 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL NIL) (-1244 3064622 3071776 3072049 "UPXS" 3072314 NIL UPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1243 3057722 3064526 3064598 "UPXSCONS" 3064603 NIL UPXSCONS (NIL T T) -8 NIL NIL NIL) (-1242 3047959 3054717 3054779 "UPXSCCA" 3055353 NIL UPXSCCA (NIL T T) -9 NIL 3055586 NIL) (-1241 3047597 3047682 3047856 "UPXSCCA-" 3047861 NIL UPXSCCA- (NIL T T T) -8 NIL NIL NIL) (-1240 3037687 3044218 3044261 "UPXSCAT" 3044909 NIL UPXSCAT (NIL T) -9 NIL 3045517 NIL) (-1239 3037117 3037196 3037375 "UPXS2" 3037602 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1238 3035771 3036024 3036375 "UPSQFREE" 3036860 NIL UPSQFREE (NIL T T) -7 NIL NIL NIL) (-1237 3029551 3032573 3032628 "UPSCAT" 3033789 NIL UPSCAT (NIL T T) -9 NIL 3034563 NIL) (-1236 3028755 3028962 3029289 "UPSCAT-" 3029294 NIL UPSCAT- (NIL T T T) -8 NIL NIL NIL) (-1235 3014597 3022603 3022646 "UPOLYC" 3024747 NIL UPOLYC (NIL T) -9 NIL 3025968 NIL) (-1234 3005925 3008351 3011498 "UPOLYC-" 3011503 NIL UPOLYC- (NIL T T) -8 NIL NIL NIL) (-1233 3005552 3005595 3005728 "UPOLYC2" 3005876 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL NIL) (-1232 2997118 3005235 3005364 "UP" 3005471 NIL UP (NIL NIL T) -8 NIL NIL NIL) (-1231 2996457 2996564 2996728 "UPMP" 2997007 NIL UPMP (NIL T T) -7 NIL NIL NIL) (-1230 2996010 2996091 2996230 "UPDIVP" 2996370 NIL UPDIVP (NIL T T) -7 NIL NIL NIL) (-1229 2994578 2994827 2995143 "UPDECOMP" 2995759 NIL UPDECOMP (NIL T T) -7 NIL NIL NIL) (-1228 2993813 2993925 2994110 "UPCDEN" 2994462 NIL UPCDEN (NIL T T T) -7 NIL NIL NIL) (-1227 2993332 2993401 2993550 "UP2" 2993738 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL NIL) (-1226 2991847 2992536 2992813 "UNISEG" 2993090 NIL UNISEG (NIL T) -8 NIL NIL NIL) (-1225 2991062 2991189 2991394 "UNISEG2" 2991690 NIL UNISEG2 (NIL T T) -7 NIL NIL NIL) (-1224 2990122 2990302 2990528 "UNIFACT" 2990878 NIL UNIFACT (NIL T) -7 NIL NIL NIL) (-1223 2974081 2989299 2989550 "ULS" 2989929 NIL ULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1222 2962107 2973985 2974057 "ULSCONS" 2974062 NIL ULSCONS (NIL T T) -8 NIL NIL NIL) (-1221 2944715 2956665 2956727 "ULSCCAT" 2957365 NIL ULSCCAT (NIL T T) -9 NIL 2957653 NIL) (-1220 2943765 2944010 2944398 "ULSCCAT-" 2944403 NIL ULSCCAT- (NIL T T T) -8 NIL NIL NIL) (-1219 2933632 2940077 2940120 "ULSCAT" 2940983 NIL ULSCAT (NIL T) -9 NIL 2941713 NIL) (-1218 2933062 2933141 2933320 "ULS2" 2933547 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1217 2932179 2932662 2932769 "UINT8" 2932880 T UINT8 (NIL) -8 NIL NIL 2932965) (-1216 2931295 2931778 2931885 "UINT64" 2931996 T UINT64 (NIL) -8 NIL NIL 2932081) (-1215 2930411 2930894 2931001 "UINT32" 2931112 T UINT32 (NIL) -8 NIL NIL 2931197) (-1214 2929527 2930010 2930117 "UINT16" 2930228 T UINT16 (NIL) -8 NIL NIL 2930313) (-1213 2927922 2928853 2928883 "UFD" 2929095 T UFD (NIL) -9 NIL 2929209 NIL) (-1212 2927716 2927762 2927857 "UFD-" 2927862 NIL UFD- (NIL T) -8 NIL NIL NIL) (-1211 2926798 2926981 2927197 "UDVO" 2927522 T UDVO (NIL) -7 NIL NIL NIL) (-1210 2924614 2925023 2925494 "UDPO" 2926362 NIL UDPO (NIL T) -7 NIL NIL NIL) (-1209 2924547 2924552 2924582 "TYPE" 2924587 T TYPE (NIL) -9 NIL NIL NIL) (-1208 2924334 2924502 2924533 "TYPEAST" 2924538 T TYPEAST (NIL) -8 NIL NIL NIL) (-1207 2923305 2923507 2923747 "TWOFACT" 2924128 NIL TWOFACT (NIL T) -7 NIL NIL NIL) (-1206 2922376 2922714 2922949 "TUPLE" 2923105 NIL TUPLE (NIL T) -8 NIL NIL NIL) (-1205 2920067 2920586 2921125 "TUBETOOL" 2921859 T TUBETOOL (NIL) -7 NIL NIL NIL) (-1204 2918916 2919121 2919362 "TUBE" 2919860 NIL TUBE (NIL T) -8 NIL NIL NIL) (-1203 2913672 2917888 2918171 "TS" 2918668 NIL TS (NIL T) -8 NIL NIL NIL) (-1202 2902339 2906431 2906528 "TSETCAT" 2911797 NIL TSETCAT (NIL T T T T) -9 NIL 2913328 NIL) (-1201 2897071 2898671 2900562 "TSETCAT-" 2900567 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1200 2891333 2892180 2893122 "TRMANIP" 2896207 NIL TRMANIP (NIL T T) -7 NIL NIL NIL) (-1199 2890774 2890837 2891000 "TRIMAT" 2891265 NIL TRIMAT (NIL T T T T) -7 NIL NIL NIL) (-1198 2888570 2888807 2889171 "TRIGMNIP" 2890523 NIL TRIGMNIP (NIL T T) -7 NIL NIL NIL) (-1197 2888090 2888203 2888233 "TRIGCAT" 2888446 T TRIGCAT (NIL) -9 NIL NIL NIL) (-1196 2887759 2887838 2887979 "TRIGCAT-" 2887984 NIL TRIGCAT- (NIL T) -8 NIL NIL NIL) (-1195 2884652 2886617 2886898 "TREE" 2887513 NIL TREE (NIL T) -8 NIL NIL NIL) (-1194 2883926 2884454 2884484 "TRANFUN" 2884519 T TRANFUN (NIL) -9 NIL 2884585 NIL) (-1193 2883205 2883396 2883676 "TRANFUN-" 2883681 NIL TRANFUN- (NIL T) -8 NIL NIL NIL) (-1192 2883009 2883041 2883102 "TOPSP" 2883166 T TOPSP (NIL) -7 NIL NIL NIL) (-1191 2882357 2882472 2882626 "TOOLSIGN" 2882890 NIL TOOLSIGN (NIL T) -7 NIL NIL NIL) (-1190 2881018 2881534 2881773 "TEXTFILE" 2882140 T TEXTFILE (NIL) -8 NIL NIL NIL) (-1189 2878957 2879471 2879900 "TEX" 2880611 T TEX (NIL) -8 NIL NIL NIL) (-1188 2878738 2878769 2878841 "TEX1" 2878920 NIL TEX1 (NIL T) -7 NIL NIL NIL) (-1187 2878386 2878449 2878539 "TEMUTL" 2878670 T TEMUTL (NIL) -7 NIL NIL NIL) (-1186 2876540 2876820 2877145 "TBCMPPK" 2878109 NIL TBCMPPK (NIL T T) -7 NIL NIL NIL) (-1185 2868428 2874700 2874756 "TBAGG" 2875156 NIL TBAGG (NIL T T) -9 NIL 2875367 NIL) (-1184 2863498 2864986 2866740 "TBAGG-" 2866745 NIL TBAGG- (NIL T T T) -8 NIL NIL NIL) (-1183 2862882 2862989 2863134 "TANEXP" 2863387 NIL TANEXP (NIL T) -7 NIL NIL NIL) (-1182 2856383 2862739 2862832 "TABLE" 2862837 NIL TABLE (NIL T T) -8 NIL NIL NIL) (-1181 2855795 2855894 2856032 "TABLEAU" 2856280 NIL TABLEAU (NIL T) -8 NIL NIL NIL) (-1180 2850403 2851623 2852871 "TABLBUMP" 2854581 NIL TABLBUMP (NIL T) -7 NIL NIL NIL) (-1179 2849625 2849772 2849953 "SYSTEM" 2850244 T SYSTEM (NIL) -8 NIL NIL NIL) (-1178 2846084 2846783 2847566 "SYSSOLP" 2848876 NIL SYSSOLP (NIL T) -7 NIL NIL NIL) (-1177 2845118 2845596 2845715 "SYSNNI" 2845901 NIL SYSNNI (NIL NIL) -8 NIL NIL 2845986) (-1176 2844415 2844847 2844926 "SYSINT" 2844986 NIL SYSINT (NIL NIL) -8 NIL NIL 2845031) (-1175 2840774 2841693 2842403 "SYNTAX" 2843727 T SYNTAX (NIL) -8 NIL NIL NIL) (-1174 2837932 2838534 2839166 "SYMTAB" 2840164 T SYMTAB (NIL) -8 NIL NIL NIL) (-1173 2833181 2834083 2835066 "SYMS" 2836971 T SYMS (NIL) -8 NIL NIL NIL) (-1172 2830443 2832639 2832869 "SYMPOLY" 2832986 NIL SYMPOLY (NIL T) -8 NIL NIL NIL) (-1171 2829960 2830035 2830158 "SYMFUNC" 2830355 NIL SYMFUNC (NIL T) -7 NIL NIL NIL) (-1170 2826006 2827272 2828085 "SYMBOL" 2829169 T SYMBOL (NIL) -8 NIL NIL NIL) (-1169 2819545 2821234 2822954 "SWITCH" 2824308 T SWITCH (NIL) -8 NIL NIL NIL) (-1168 2812806 2818366 2818669 "SUTS" 2819300 NIL SUTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1167 2804899 2812053 2812326 "SUPXS" 2812591 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1166 2796414 2804517 2804643 "SUP" 2804808 NIL SUP (NIL T) -8 NIL NIL NIL) (-1165 2795573 2795700 2795917 "SUPFRACF" 2796282 NIL SUPFRACF (NIL T T T T) -7 NIL NIL NIL) (-1164 2795194 2795253 2795366 "SUP2" 2795508 NIL SUP2 (NIL T T) -7 NIL NIL NIL) (-1163 2793607 2793881 2794244 "SUMRF" 2794893 NIL SUMRF (NIL T) -7 NIL NIL NIL) (-1162 2792921 2792987 2793186 "SUMFS" 2793528 NIL SUMFS (NIL T T) -7 NIL NIL NIL) (-1161 2776915 2792098 2792349 "SULS" 2792728 NIL SULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1160 2776544 2776737 2776807 "SUCHTAST" 2776867 T SUCHTAST (NIL) -8 NIL NIL NIL) (-1159 2775866 2776069 2776209 "SUCH" 2776452 NIL SUCH (NIL T T) -8 NIL NIL NIL) (-1158 2769760 2770772 2771731 "SUBSPACE" 2774954 NIL SUBSPACE (NIL NIL T) -8 NIL NIL NIL) (-1157 2769190 2769280 2769444 "SUBRESP" 2769648 NIL SUBRESP (NIL T T) -7 NIL NIL NIL) (-1156 2762555 2763855 2765166 "STTF" 2767926 NIL STTF (NIL T) -7 NIL NIL NIL) (-1155 2756728 2757848 2758995 "STTFNC" 2761455 NIL STTFNC (NIL T) -7 NIL NIL NIL) (-1154 2748039 2749910 2751704 "STTAYLOR" 2754969 NIL STTAYLOR (NIL T) -7 NIL NIL NIL) (-1153 2741283 2747903 2747986 "STRTBL" 2747991 NIL STRTBL (NIL T) -8 NIL NIL NIL) (-1152 2736674 2741238 2741269 "STRING" 2741274 T STRING (NIL) -8 NIL NIL NIL) (-1151 2731562 2736047 2736077 "STRICAT" 2736136 T STRICAT (NIL) -9 NIL 2736198 NIL) (-1150 2724365 2729181 2729792 "STREAM" 2730986 NIL STREAM (NIL T) -8 NIL NIL NIL) (-1149 2723875 2723952 2724096 "STREAM3" 2724282 NIL STREAM3 (NIL T T T) -7 NIL NIL NIL) (-1148 2722857 2723040 2723275 "STREAM2" 2723688 NIL STREAM2 (NIL T T) -7 NIL NIL NIL) (-1147 2722545 2722597 2722690 "STREAM1" 2722799 NIL STREAM1 (NIL T) -7 NIL NIL NIL) (-1146 2721561 2721742 2721973 "STINPROD" 2722361 NIL STINPROD (NIL T) -7 NIL NIL NIL) (-1145 2721139 2721323 2721353 "STEP" 2721433 T STEP (NIL) -9 NIL 2721511 NIL) (-1144 2714682 2721038 2721115 "STBL" 2721120 NIL STBL (NIL T T NIL) -8 NIL NIL NIL) (-1143 2709856 2713903 2713946 "STAGG" 2714099 NIL STAGG (NIL T) -9 NIL 2714188 NIL) (-1142 2707558 2708160 2709032 "STAGG-" 2709037 NIL STAGG- (NIL T T) -8 NIL NIL NIL) (-1141 2705753 2707328 2707420 "STACK" 2707501 NIL STACK (NIL T) -8 NIL NIL NIL) (-1140 2698476 2703894 2704350 "SREGSET" 2705383 NIL SREGSET (NIL T T T T) -8 NIL NIL NIL) (-1139 2690901 2692270 2693783 "SRDCMPK" 2697082 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1138 2683868 2688341 2688371 "SRAGG" 2689674 T SRAGG (NIL) -9 NIL 2690282 NIL) (-1137 2682885 2683140 2683519 "SRAGG-" 2683524 NIL SRAGG- (NIL T) -8 NIL NIL NIL) (-1136 2677372 2681832 2682253 "SQMATRIX" 2682511 NIL SQMATRIX (NIL NIL T) -8 NIL NIL NIL) (-1135 2671119 2674090 2674817 "SPLTREE" 2676717 NIL SPLTREE (NIL T T) -8 NIL NIL NIL) (-1134 2667109 2667775 2668421 "SPLNODE" 2670545 NIL SPLNODE (NIL T T) -8 NIL NIL NIL) (-1133 2666156 2666389 2666419 "SPFCAT" 2666863 T SPFCAT (NIL) -9 NIL NIL NIL) (-1132 2664893 2665103 2665367 "SPECOUT" 2665914 T SPECOUT (NIL) -7 NIL NIL NIL) (-1131 2656545 2658289 2658319 "SPADXPT" 2662711 T SPADXPT (NIL) -9 NIL 2664745 NIL) (-1130 2656306 2656346 2656415 "SPADPRSR" 2656498 T SPADPRSR (NIL) -7 NIL NIL NIL) (-1129 2654488 2656261 2656292 "SPADAST" 2656297 T SPADAST (NIL) -8 NIL NIL NIL) (-1128 2646459 2648206 2648249 "SPACEC" 2652622 NIL SPACEC (NIL T) -9 NIL 2654438 NIL) (-1127 2644616 2646391 2646440 "SPACE3" 2646445 NIL SPACE3 (NIL T) -8 NIL NIL NIL) (-1126 2643368 2643539 2643830 "SORTPAK" 2644421 NIL SORTPAK (NIL T T) -7 NIL NIL NIL) (-1125 2641418 2641721 2642140 "SOLVETRA" 2643032 NIL SOLVETRA (NIL T) -7 NIL NIL NIL) (-1124 2640429 2640651 2640925 "SOLVESER" 2641191 NIL SOLVESER (NIL T) -7 NIL NIL NIL) (-1123 2635640 2636530 2637532 "SOLVERAD" 2639481 NIL SOLVERAD (NIL T) -7 NIL NIL NIL) (-1122 2631455 2632064 2632793 "SOLVEFOR" 2635007 NIL SOLVEFOR (NIL T T) -7 NIL NIL NIL) (-1121 2625752 2630804 2630901 "SNTSCAT" 2630906 NIL SNTSCAT (NIL T T T T) -9 NIL 2630976 NIL) (-1120 2619885 2624075 2624466 "SMTS" 2625442 NIL SMTS (NIL T T T) -8 NIL NIL NIL) (-1119 2614325 2619773 2619850 "SMP" 2619855 NIL SMP (NIL T T) -8 NIL NIL NIL) (-1118 2612484 2612785 2613183 "SMITH" 2614022 NIL SMITH (NIL T T T T) -7 NIL NIL NIL) (-1117 2605371 2609535 2609638 "SMATCAT" 2610989 NIL SMATCAT (NIL NIL T T T) -9 NIL 2611539 NIL) (-1116 2602311 2603134 2604312 "SMATCAT-" 2604317 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL NIL) (-1115 2600024 2601547 2601590 "SKAGG" 2601851 NIL SKAGG (NIL T) -9 NIL 2601986 NIL) (-1114 2596359 2599440 2599635 "SINT" 2599822 T SINT (NIL) -8 NIL NIL 2599995) (-1113 2596131 2596169 2596235 "SIMPAN" 2596315 T SIMPAN (NIL) -7 NIL NIL NIL) (-1112 2595437 2595666 2595806 "SIG" 2596013 T SIG (NIL) -8 NIL NIL NIL) (-1111 2594275 2594496 2594771 "SIGNRF" 2595196 NIL SIGNRF (NIL T) -7 NIL NIL NIL) (-1110 2593080 2593231 2593522 "SIGNEF" 2594104 NIL SIGNEF (NIL T T) -7 NIL NIL NIL) (-1109 2592413 2592663 2592787 "SIGAST" 2592978 T SIGAST (NIL) -8 NIL NIL NIL) (-1108 2590103 2590557 2591063 "SHP" 2591954 NIL SHP (NIL T NIL) -7 NIL NIL NIL) (-1107 2584003 2590004 2590080 "SHDP" 2590085 NIL SHDP (NIL NIL NIL T) -8 NIL NIL NIL) (-1106 2583602 2583768 2583798 "SGROUP" 2583891 T SGROUP (NIL) -9 NIL 2583953 NIL) (-1105 2583460 2583486 2583559 "SGROUP-" 2583564 NIL SGROUP- (NIL T) -8 NIL NIL NIL) (-1104 2580295 2580993 2581716 "SGCF" 2582759 T SGCF (NIL) -7 NIL NIL NIL) (-1103 2574690 2579742 2579839 "SFRTCAT" 2579844 NIL SFRTCAT (NIL T T T T) -9 NIL 2579883 NIL) (-1102 2568111 2569129 2570265 "SFRGCD" 2573673 NIL SFRGCD (NIL T T T T T) -7 NIL NIL NIL) (-1101 2561238 2562310 2563496 "SFQCMPK" 2567044 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1100 2560860 2560949 2561059 "SFORT" 2561179 NIL SFORT (NIL T T) -8 NIL NIL NIL) (-1099 2560005 2560700 2560821 "SEXOF" 2560826 NIL SEXOF (NIL T T T T T) -8 NIL NIL NIL) (-1098 2559139 2559886 2559954 "SEX" 2559959 T SEX (NIL) -8 NIL NIL NIL) (-1097 2554678 2555367 2555462 "SEXCAT" 2558399 NIL SEXCAT (NIL T T T T T) -9 NIL 2558977 NIL) (-1096 2551858 2554612 2554660 "SET" 2554665 NIL SET (NIL T) -8 NIL NIL NIL) (-1095 2550109 2550571 2550876 "SETMN" 2551599 NIL SETMN (NIL NIL NIL) -8 NIL NIL NIL) (-1094 2549715 2549841 2549871 "SETCAT" 2549988 T SETCAT (NIL) -9 NIL 2550073 NIL) (-1093 2549495 2549547 2549646 "SETCAT-" 2549651 NIL SETCAT- (NIL T) -8 NIL NIL NIL) (-1092 2545882 2547956 2547999 "SETAGG" 2548869 NIL SETAGG (NIL T) -9 NIL 2549209 NIL) (-1091 2545340 2545456 2545693 "SETAGG-" 2545698 NIL SETAGG- (NIL T T) -8 NIL NIL NIL) (-1090 2544810 2545036 2545137 "SEQAST" 2545261 T SEQAST (NIL) -8 NIL NIL NIL) (-1089 2544009 2544303 2544364 "SEGXCAT" 2544650 NIL SEGXCAT (NIL T T) -9 NIL 2544770 NIL) (-1088 2543063 2543675 2543857 "SEG" 2543862 NIL SEG (NIL T) -8 NIL NIL NIL) (-1087 2542042 2542256 2542299 "SEGCAT" 2542821 NIL SEGCAT (NIL T) -9 NIL 2543042 NIL) (-1086 2541091 2541421 2541621 "SEGBIND" 2541877 NIL SEGBIND (NIL T) -8 NIL NIL NIL) (-1085 2540712 2540771 2540884 "SEGBIND2" 2541026 NIL SEGBIND2 (NIL T T) -7 NIL NIL NIL) (-1084 2540312 2540513 2540590 "SEGAST" 2540657 T SEGAST (NIL) -8 NIL NIL NIL) (-1083 2539531 2539657 2539861 "SEG2" 2540156 NIL SEG2 (NIL T T) -7 NIL NIL NIL) (-1082 2538968 2539466 2539513 "SDVAR" 2539518 NIL SDVAR (NIL T) -8 NIL NIL NIL) (-1081 2531250 2538738 2538868 "SDPOL" 2538873 NIL SDPOL (NIL T) -8 NIL NIL NIL) (-1080 2529843 2530109 2530428 "SCPKG" 2530965 NIL SCPKG (NIL T) -7 NIL NIL NIL) (-1079 2529003 2529176 2529369 "SCOPE" 2529672 T SCOPE (NIL) -8 NIL NIL NIL) (-1078 2528223 2528357 2528536 "SCACHE" 2528858 NIL SCACHE (NIL T) -7 NIL NIL NIL) (-1077 2527895 2528055 2528085 "SASTCAT" 2528090 T SASTCAT (NIL) -9 NIL 2528103 NIL) (-1076 2527409 2527730 2527806 "SAOS" 2527841 T SAOS (NIL) -8 NIL NIL NIL) (-1075 2526974 2527009 2527182 "SAERFFC" 2527368 NIL SAERFFC (NIL T T T) -7 NIL NIL NIL) (-1074 2520940 2526871 2526951 "SAE" 2526956 NIL SAE (NIL T T NIL) -8 NIL NIL NIL) (-1073 2520533 2520568 2520727 "SAEFACT" 2520899 NIL SAEFACT (NIL T T T) -7 NIL NIL NIL) (-1072 2518854 2519168 2519569 "RURPK" 2520199 NIL RURPK (NIL T NIL) -7 NIL NIL NIL) (-1071 2517490 2517769 2518081 "RULESET" 2518688 NIL RULESET (NIL T T T) -8 NIL NIL NIL) (-1070 2514677 2515180 2515645 "RULE" 2517171 NIL RULE (NIL T T T) -8 NIL NIL NIL) (-1069 2514316 2514471 2514554 "RULECOLD" 2514629 NIL RULECOLD (NIL NIL) -8 NIL NIL NIL) (-1068 2513814 2514033 2514127 "RSTRCAST" 2514244 T RSTRCAST (NIL) -8 NIL NIL NIL) (-1067 2508662 2509457 2510377 "RSETGCD" 2513013 NIL RSETGCD (NIL T T T T T) -7 NIL NIL NIL) (-1066 2497919 2502971 2503068 "RSETCAT" 2507187 NIL RSETCAT (NIL T T T T) -9 NIL 2508284 NIL) (-1065 2495846 2496385 2497209 "RSETCAT-" 2497214 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1064 2488231 2489608 2491128 "RSDCMPK" 2494445 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1063 2486236 2486677 2486751 "RRCC" 2487837 NIL RRCC (NIL T T) -9 NIL 2488181 NIL) (-1062 2485587 2485761 2486040 "RRCC-" 2486045 NIL RRCC- (NIL T T T) -8 NIL NIL NIL) (-1061 2485057 2485283 2485384 "RPTAST" 2485508 T RPTAST (NIL) -8 NIL NIL NIL) (-1060 2459055 2468650 2468717 "RPOLCAT" 2479381 NIL RPOLCAT (NIL T T T) -9 NIL 2482540 NIL) (-1059 2450553 2452893 2456015 "RPOLCAT-" 2456020 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL NIL) (-1058 2441600 2448764 2449246 "ROUTINE" 2450093 T ROUTINE (NIL) -8 NIL NIL NIL) (-1057 2438425 2441226 2441366 "ROMAN" 2441482 T ROMAN (NIL) -8 NIL NIL NIL) (-1056 2436696 2437285 2437545 "ROIRC" 2438230 NIL ROIRC (NIL T T) -8 NIL NIL NIL) (-1055 2433081 2435332 2435362 "RNS" 2435666 T RNS (NIL) -9 NIL 2435939 NIL) (-1054 2431590 2431973 2432507 "RNS-" 2432582 NIL RNS- (NIL T) -8 NIL NIL NIL) (-1053 2431039 2431421 2431451 "RNG" 2431456 T RNG (NIL) -9 NIL 2431477 NIL) (-1052 2430431 2430793 2430836 "RMODULE" 2430898 NIL RMODULE (NIL T) -9 NIL 2430940 NIL) (-1051 2429267 2429361 2429697 "RMCAT2" 2430332 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL NIL) (-1050 2426144 2428613 2428910 "RMATRIX" 2429029 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL NIL) (-1049 2419086 2421320 2421435 "RMATCAT" 2424794 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2425776 NIL) (-1048 2418461 2418608 2418915 "RMATCAT-" 2418920 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL NIL) (-1047 2418028 2418103 2418231 "RINTERP" 2418380 NIL RINTERP (NIL NIL T) -7 NIL NIL NIL) (-1046 2417147 2417675 2417705 "RING" 2417761 T RING (NIL) -9 NIL 2417853 NIL) (-1045 2416939 2416983 2417080 "RING-" 2417085 NIL RING- (NIL T) -8 NIL NIL NIL) (-1044 2415780 2416017 2416275 "RIDIST" 2416703 T RIDIST (NIL) -7 NIL NIL NIL) (-1043 2407096 2415248 2415454 "RGCHAIN" 2415628 NIL RGCHAIN (NIL T NIL) -8 NIL NIL NIL) (-1042 2406472 2406852 2406893 "RGBCSPC" 2406951 NIL RGBCSPC (NIL T) -9 NIL 2407003 NIL) (-1041 2405656 2406011 2406052 "RGBCMDL" 2406284 NIL RGBCMDL (NIL T) -9 NIL 2406398 NIL) (-1040 2402650 2403264 2403934 "RF" 2405020 NIL RF (NIL T) -7 NIL NIL NIL) (-1039 2402296 2402359 2402462 "RFFACTOR" 2402581 NIL RFFACTOR (NIL T) -7 NIL NIL NIL) (-1038 2402021 2402056 2402153 "RFFACT" 2402255 NIL RFFACT (NIL T) -7 NIL NIL NIL) (-1037 2400138 2400502 2400884 "RFDIST" 2401661 T RFDIST (NIL) -7 NIL NIL NIL) (-1036 2399591 2399683 2399846 "RETSOL" 2400040 NIL RETSOL (NIL T T) -7 NIL NIL NIL) (-1035 2399227 2399307 2399350 "RETRACT" 2399483 NIL RETRACT (NIL T) -9 NIL 2399570 NIL) (-1034 2399076 2399101 2399188 "RETRACT-" 2399193 NIL RETRACT- (NIL T T) -8 NIL NIL NIL) (-1033 2398705 2398898 2398968 "RETAST" 2399028 T RETAST (NIL) -8 NIL NIL NIL) (-1032 2391559 2398358 2398485 "RESULT" 2398600 T RESULT (NIL) -8 NIL NIL NIL) (-1031 2390177 2390828 2391027 "RESRING" 2391462 NIL RESRING (NIL T T T T NIL) -8 NIL NIL NIL) (-1030 2389813 2389862 2389960 "RESLATC" 2390114 NIL RESLATC (NIL T) -7 NIL NIL NIL) (-1029 2389518 2389553 2389660 "REPSQ" 2389772 NIL REPSQ (NIL T) -7 NIL NIL NIL) (-1028 2386940 2387520 2388122 "REP" 2388938 T REP (NIL) -7 NIL NIL NIL) (-1027 2386637 2386672 2386783 "REPDB" 2386899 NIL REPDB (NIL T) -7 NIL NIL NIL) (-1026 2380537 2381926 2383149 "REP2" 2385449 NIL REP2 (NIL T) -7 NIL NIL NIL) (-1025 2376914 2377595 2378403 "REP1" 2379764 NIL REP1 (NIL T) -7 NIL NIL NIL) (-1024 2369637 2375055 2375511 "REGSET" 2376544 NIL REGSET (NIL T T T T) -8 NIL NIL NIL) (-1023 2368450 2368785 2369035 "REF" 2369422 NIL REF (NIL T) -8 NIL NIL NIL) (-1022 2367827 2367930 2368097 "REDORDER" 2368334 NIL REDORDER (NIL T T) -7 NIL NIL NIL) (-1021 2363822 2367040 2367267 "RECLOS" 2367655 NIL RECLOS (NIL T) -8 NIL NIL NIL) (-1020 2362874 2363055 2363270 "REALSOLV" 2363629 T REALSOLV (NIL) -7 NIL NIL NIL) (-1019 2362720 2362761 2362791 "REAL" 2362796 T REAL (NIL) -9 NIL 2362831 NIL) (-1018 2359203 2360005 2360889 "REAL0Q" 2361885 NIL REAL0Q (NIL T) -7 NIL NIL NIL) (-1017 2354804 2355792 2356853 "REAL0" 2358184 NIL REAL0 (NIL T) -7 NIL NIL NIL) (-1016 2354302 2354521 2354615 "RDUCEAST" 2354732 T RDUCEAST (NIL) -8 NIL NIL NIL) (-1015 2353707 2353779 2353986 "RDIV" 2354224 NIL RDIV (NIL T T T T T) -7 NIL NIL NIL) (-1014 2352775 2352949 2353162 "RDIST" 2353529 NIL RDIST (NIL T) -7 NIL NIL NIL) (-1013 2351372 2351659 2352031 "RDETRS" 2352483 NIL RDETRS (NIL T T) -7 NIL NIL NIL) (-1012 2349184 2349638 2350176 "RDETR" 2350914 NIL RDETR (NIL T T) -7 NIL NIL NIL) (-1011 2347795 2348073 2348477 "RDEEFS" 2348900 NIL RDEEFS (NIL T T) -7 NIL NIL NIL) (-1010 2346290 2346596 2347028 "RDEEF" 2347483 NIL RDEEF (NIL T T) -7 NIL NIL NIL) (-1009 2340543 2343426 2343456 "RCFIELD" 2344751 T RCFIELD (NIL) -9 NIL 2345481 NIL) (-1008 2338607 2339111 2339807 "RCFIELD-" 2339882 NIL RCFIELD- (NIL T) -8 NIL NIL NIL) (-1007 2334923 2336708 2336751 "RCAGG" 2337835 NIL RCAGG (NIL T) -9 NIL 2338300 NIL) (-1006 2334551 2334645 2334808 "RCAGG-" 2334813 NIL RCAGG- (NIL T T) -8 NIL NIL NIL) (-1005 2333886 2333998 2334163 "RATRET" 2334435 NIL RATRET (NIL T) -7 NIL NIL NIL) (-1004 2333439 2333506 2333627 "RATFACT" 2333814 NIL RATFACT (NIL T) -7 NIL NIL NIL) (-1003 2332747 2332867 2333019 "RANDSRC" 2333309 T RANDSRC (NIL) -7 NIL NIL NIL) (-1002 2332481 2332525 2332598 "RADUTIL" 2332696 T RADUTIL (NIL) -7 NIL NIL NIL) (-1001 2325624 2331314 2331624 "RADIX" 2332205 NIL RADIX (NIL NIL) -8 NIL NIL NIL) (-1000 2317270 2325466 2325596 "RADFF" 2325601 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL NIL) (-999 2316922 2316997 2317025 "RADCAT" 2317182 T RADCAT (NIL) -9 NIL NIL NIL) (-998 2316707 2316755 2316852 "RADCAT-" 2316857 NIL RADCAT- (NIL T) -8 NIL NIL NIL) (-997 2314858 2316482 2316571 "QUEUE" 2316651 NIL QUEUE (NIL T) -8 NIL NIL NIL) (-996 2311426 2314795 2314840 "QUAT" 2314845 NIL QUAT (NIL T) -8 NIL NIL NIL) (-995 2311064 2311107 2311234 "QUATCT2" 2311377 NIL QUATCT2 (NIL T T T T) -7 NIL NIL NIL) (-994 2304803 2308113 2308153 "QUATCAT" 2308933 NIL QUATCAT (NIL T) -9 NIL 2309699 NIL) (-993 2300947 2301984 2303371 "QUATCAT-" 2303465 NIL QUATCAT- (NIL T T) -8 NIL NIL NIL) (-992 2298467 2300031 2300072 "QUAGG" 2300447 NIL QUAGG (NIL T) -9 NIL 2300622 NIL) (-991 2298099 2298292 2298360 "QQUTAST" 2298419 T QQUTAST (NIL) -8 NIL NIL NIL) (-990 2297024 2297497 2297669 "QFORM" 2297971 NIL QFORM (NIL NIL T) -8 NIL NIL NIL) (-989 2288228 2293441 2293481 "QFCAT" 2294139 NIL QFCAT (NIL T) -9 NIL 2295140 NIL) (-988 2283800 2285001 2286592 "QFCAT-" 2286686 NIL QFCAT- (NIL T T) -8 NIL NIL NIL) (-987 2283438 2283481 2283608 "QFCAT2" 2283751 NIL QFCAT2 (NIL T T T T) -7 NIL NIL NIL) (-986 2282898 2283008 2283138 "QEQUAT" 2283328 T QEQUAT (NIL) -8 NIL NIL NIL) (-985 2276045 2277117 2278301 "QCMPACK" 2281831 NIL QCMPACK (NIL T T T T T) -7 NIL NIL NIL) (-984 2273621 2274042 2274470 "QALGSET" 2275700 NIL QALGSET (NIL T T T T) -8 NIL NIL NIL) (-983 2272866 2273040 2273272 "QALGSET2" 2273441 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL NIL) (-982 2271556 2271780 2272097 "PWFFINTB" 2272639 NIL PWFFINTB (NIL T T T T) -7 NIL NIL NIL) (-981 2269738 2269906 2270260 "PUSHVAR" 2271370 NIL PUSHVAR (NIL T T T T) -7 NIL NIL NIL) (-980 2265656 2266710 2266751 "PTRANFN" 2268635 NIL PTRANFN (NIL T) -9 NIL NIL NIL) (-979 2264058 2264349 2264671 "PTPACK" 2265367 NIL PTPACK (NIL T) -7 NIL NIL NIL) (-978 2263690 2263747 2263856 "PTFUNC2" 2263995 NIL PTFUNC2 (NIL T T) -7 NIL NIL NIL) (-977 2258217 2262562 2262603 "PTCAT" 2262899 NIL PTCAT (NIL T) -9 NIL 2263052 NIL) (-976 2257875 2257910 2258034 "PSQFR" 2258176 NIL PSQFR (NIL T T T T) -7 NIL NIL NIL) (-975 2256470 2256768 2257102 "PSEUDLIN" 2257573 NIL PSEUDLIN (NIL T) -7 NIL NIL NIL) (-974 2243233 2245604 2247928 "PSETPK" 2254230 NIL PSETPK (NIL T T T T) -7 NIL NIL NIL) (-973 2236277 2238991 2239087 "PSETCAT" 2242108 NIL PSETCAT (NIL T T T T) -9 NIL 2242922 NIL) (-972 2234113 2234747 2235568 "PSETCAT-" 2235573 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-971 2233462 2233627 2233655 "PSCURVE" 2233923 T PSCURVE (NIL) -9 NIL 2234090 NIL) (-970 2229810 2231300 2231365 "PSCAT" 2232209 NIL PSCAT (NIL T T T) -9 NIL 2232449 NIL) (-969 2228873 2229089 2229489 "PSCAT-" 2229494 NIL PSCAT- (NIL T T T T) -8 NIL NIL NIL) (-968 2227605 2228238 2228443 "PRTITION" 2228688 T PRTITION (NIL) -8 NIL NIL NIL) (-967 2227107 2227326 2227418 "PRTDAST" 2227533 T PRTDAST (NIL) -8 NIL NIL NIL) (-966 2216197 2218411 2220599 "PRS" 2224969 NIL PRS (NIL T T) -7 NIL NIL NIL) (-965 2214055 2215547 2215587 "PRQAGG" 2215770 NIL PRQAGG (NIL T) -9 NIL 2215872 NIL) (-964 2213441 2213670 2213698 "PROPLOG" 2213883 T PROPLOG (NIL) -9 NIL 2214005 NIL) (-963 2210611 2211255 2211719 "PROPFRML" 2213009 NIL PROPFRML (NIL T) -8 NIL NIL NIL) (-962 2210071 2210181 2210311 "PROPERTY" 2210501 T PROPERTY (NIL) -8 NIL NIL NIL) (-961 2204156 2208237 2209057 "PRODUCT" 2209297 NIL PRODUCT (NIL T T) -8 NIL NIL NIL) (-960 2201461 2203614 2203848 "PR" 2203967 NIL PR (NIL T T) -8 NIL NIL NIL) (-959 2201257 2201289 2201348 "PRINT" 2201422 T PRINT (NIL) -7 NIL NIL NIL) (-958 2200597 2200714 2200866 "PRIMES" 2201137 NIL PRIMES (NIL T) -7 NIL NIL NIL) (-957 2198662 2199063 2199529 "PRIMELT" 2200176 NIL PRIMELT (NIL T) -7 NIL NIL NIL) (-956 2198391 2198440 2198468 "PRIMCAT" 2198592 T PRIMCAT (NIL) -9 NIL NIL NIL) (-955 2194554 2198329 2198374 "PRIMARR" 2198379 NIL PRIMARR (NIL T) -8 NIL NIL NIL) (-954 2193561 2193739 2193967 "PRIMARR2" 2194372 NIL PRIMARR2 (NIL T T) -7 NIL NIL NIL) (-953 2193204 2193260 2193371 "PREASSOC" 2193499 NIL PREASSOC (NIL T T) -7 NIL NIL NIL) (-952 2192679 2192812 2192840 "PPCURVE" 2193045 T PPCURVE (NIL) -9 NIL 2193181 NIL) (-951 2192301 2192474 2192557 "PORTNUM" 2192616 T PORTNUM (NIL) -8 NIL NIL NIL) (-950 2189660 2190059 2190651 "POLYROOT" 2191882 NIL POLYROOT (NIL T T T T T) -7 NIL NIL NIL) (-949 2183597 2189264 2189424 "POLY" 2189533 NIL POLY (NIL T) -8 NIL NIL NIL) (-948 2182980 2183038 2183272 "POLYLIFT" 2183533 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL NIL) (-947 2179255 2179704 2180333 "POLYCATQ" 2182525 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL NIL) (-946 2166064 2171430 2171495 "POLYCAT" 2175009 NIL POLYCAT (NIL T T T) -9 NIL 2176937 NIL) (-945 2159513 2161375 2163759 "POLYCAT-" 2163764 NIL POLYCAT- (NIL T T T T) -8 NIL NIL NIL) (-944 2159100 2159168 2159288 "POLY2UP" 2159439 NIL POLY2UP (NIL NIL T) -7 NIL NIL NIL) (-943 2158732 2158789 2158898 "POLY2" 2159037 NIL POLY2 (NIL T T) -7 NIL NIL NIL) (-942 2157417 2157656 2157932 "POLUTIL" 2158506 NIL POLUTIL (NIL T T) -7 NIL NIL NIL) (-941 2155772 2156049 2156380 "POLTOPOL" 2157139 NIL POLTOPOL (NIL NIL T) -7 NIL NIL NIL) (-940 2151287 2155708 2155754 "POINT" 2155759 NIL POINT (NIL T) -8 NIL NIL NIL) (-939 2149474 2149831 2150206 "PNTHEORY" 2150932 T PNTHEORY (NIL) -7 NIL NIL NIL) (-938 2147893 2148190 2148602 "PMTOOLS" 2149172 NIL PMTOOLS (NIL T T T) -7 NIL NIL NIL) (-937 2147486 2147564 2147681 "PMSYM" 2147809 NIL PMSYM (NIL T) -7 NIL NIL NIL) (-936 2146996 2147065 2147239 "PMQFCAT" 2147411 NIL PMQFCAT (NIL T T T) -7 NIL NIL NIL) (-935 2146351 2146461 2146617 "PMPRED" 2146873 NIL PMPRED (NIL T) -7 NIL NIL NIL) (-934 2145747 2145833 2145994 "PMPREDFS" 2146252 NIL PMPREDFS (NIL T T T) -7 NIL NIL NIL) (-933 2144390 2144598 2144983 "PMPLCAT" 2145509 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL NIL) (-932 2143922 2144001 2144153 "PMLSAGG" 2144305 NIL PMLSAGG (NIL T T T) -7 NIL NIL NIL) (-931 2143397 2143473 2143654 "PMKERNEL" 2143840 NIL PMKERNEL (NIL T T) -7 NIL NIL NIL) (-930 2143014 2143089 2143202 "PMINS" 2143316 NIL PMINS (NIL T) -7 NIL NIL NIL) (-929 2142442 2142511 2142727 "PMFS" 2142939 NIL PMFS (NIL T T T) -7 NIL NIL NIL) (-928 2141670 2141788 2141993 "PMDOWN" 2142319 NIL PMDOWN (NIL T T T) -7 NIL NIL NIL) (-927 2140833 2140992 2141174 "PMASS" 2141508 T PMASS (NIL) -7 NIL NIL NIL) (-926 2140107 2140218 2140381 "PMASSFS" 2140719 NIL PMASSFS (NIL T T) -7 NIL NIL NIL) (-925 2139762 2139830 2139924 "PLOTTOOL" 2140033 T PLOTTOOL (NIL) -7 NIL NIL NIL) (-924 2134369 2135573 2136721 "PLOT" 2138634 T PLOT (NIL) -8 NIL NIL NIL) (-923 2130173 2131217 2132138 "PLOT3D" 2133468 T PLOT3D (NIL) -8 NIL NIL NIL) (-922 2129085 2129262 2129497 "PLOT1" 2129977 NIL PLOT1 (NIL T) -7 NIL NIL NIL) (-921 2104474 2109151 2114002 "PLEQN" 2124351 NIL PLEQN (NIL T T T T) -7 NIL NIL NIL) (-920 2103792 2103914 2104094 "PINTERP" 2104339 NIL PINTERP (NIL NIL T) -7 NIL NIL NIL) (-919 2103485 2103532 2103635 "PINTERPA" 2103739 NIL PINTERPA (NIL T T) -7 NIL NIL NIL) (-918 2102733 2103254 2103341 "PI" 2103381 T PI (NIL) -8 NIL NIL 2103448) (-917 2101122 2102071 2102099 "PID" 2102281 T PID (NIL) -9 NIL 2102415 NIL) (-916 2100847 2100884 2100972 "PICOERCE" 2101079 NIL PICOERCE (NIL T) -7 NIL NIL NIL) (-915 2100167 2100306 2100482 "PGROEB" 2100703 NIL PGROEB (NIL T) -7 NIL NIL NIL) (-914 2095754 2096568 2097473 "PGE" 2099282 T PGE (NIL) -7 NIL NIL NIL) (-913 2093877 2094124 2094490 "PGCD" 2095471 NIL PGCD (NIL T T T T) -7 NIL NIL NIL) (-912 2093215 2093318 2093479 "PFRPAC" 2093761 NIL PFRPAC (NIL T) -7 NIL NIL NIL) (-911 2089883 2091763 2092116 "PFR" 2092894 NIL PFR (NIL T) -8 NIL NIL NIL) (-910 2088272 2088516 2088841 "PFOTOOLS" 2089630 NIL PFOTOOLS (NIL T T) -7 NIL NIL NIL) (-909 2086805 2087044 2087395 "PFOQ" 2088029 NIL PFOQ (NIL T T T) -7 NIL NIL NIL) (-908 2085278 2085490 2085853 "PFO" 2086589 NIL PFO (NIL T T T T T) -7 NIL NIL NIL) (-907 2081858 2085167 2085236 "PF" 2085241 NIL PF (NIL NIL) -8 NIL NIL NIL) (-906 2079284 2080529 2080557 "PFECAT" 2081142 T PFECAT (NIL) -9 NIL 2081526 NIL) (-905 2078729 2078883 2079097 "PFECAT-" 2079102 NIL PFECAT- (NIL T) -8 NIL NIL NIL) (-904 2077332 2077584 2077885 "PFBRU" 2078478 NIL PFBRU (NIL T T) -7 NIL NIL NIL) (-903 2075197 2075550 2075982 "PFBR" 2076983 NIL PFBR (NIL T T T T) -7 NIL NIL NIL) (-902 2071106 2072573 2073249 "PERM" 2074554 NIL PERM (NIL T) -8 NIL NIL NIL) (-901 2066367 2067313 2068183 "PERMGRP" 2070269 NIL PERMGRP (NIL T) -8 NIL NIL NIL) (-900 2064499 2065430 2065471 "PERMCAT" 2065917 NIL PERMCAT (NIL T) -9 NIL 2066222 NIL) (-899 2064152 2064193 2064317 "PERMAN" 2064452 NIL PERMAN (NIL NIL T) -7 NIL NIL NIL) (-898 2061688 2063817 2063939 "PENDTREE" 2064063 NIL PENDTREE (NIL T) -8 NIL NIL NIL) (-897 2059773 2060515 2060556 "PDRING" 2061213 NIL PDRING (NIL T) -9 NIL 2061499 NIL) (-896 2058876 2059094 2059456 "PDRING-" 2059461 NIL PDRING- (NIL T T) -8 NIL NIL NIL) (-895 2056118 2056869 2057537 "PDEPROB" 2058228 T PDEPROB (NIL) -8 NIL NIL NIL) (-894 2053663 2054167 2054722 "PDEPACK" 2055583 T PDEPACK (NIL) -7 NIL NIL NIL) (-893 2052575 2052765 2053016 "PDECOMP" 2053462 NIL PDECOMP (NIL T T) -7 NIL NIL NIL) (-892 2050180 2050997 2051025 "PDECAT" 2051812 T PDECAT (NIL) -9 NIL 2052525 NIL) (-891 2049931 2049964 2050054 "PCOMP" 2050141 NIL PCOMP (NIL T T) -7 NIL NIL NIL) (-890 2048136 2048732 2049029 "PBWLB" 2049660 NIL PBWLB (NIL T) -8 NIL NIL NIL) (-889 2040636 2042209 2043547 "PATTERN" 2046819 NIL PATTERN (NIL T) -8 NIL NIL NIL) (-888 2040268 2040325 2040434 "PATTERN2" 2040573 NIL PATTERN2 (NIL T T) -7 NIL NIL NIL) (-887 2038025 2038413 2038870 "PATTERN1" 2039857 NIL PATTERN1 (NIL T T) -7 NIL NIL NIL) (-886 2035420 2035974 2036455 "PATRES" 2037590 NIL PATRES (NIL T T) -8 NIL NIL NIL) (-885 2034984 2035051 2035183 "PATRES2" 2035347 NIL PATRES2 (NIL T T T) -7 NIL NIL NIL) (-884 2032867 2033272 2033679 "PATMATCH" 2034651 NIL PATMATCH (NIL T T T) -7 NIL NIL NIL) (-883 2032403 2032586 2032627 "PATMAB" 2032734 NIL PATMAB (NIL T) -9 NIL 2032817 NIL) (-882 2030948 2031257 2031515 "PATLRES" 2032208 NIL PATLRES (NIL T T T) -8 NIL NIL NIL) (-881 2030494 2030617 2030658 "PATAB" 2030663 NIL PATAB (NIL T) -9 NIL 2030835 NIL) (-880 2027975 2028507 2029080 "PARTPERM" 2029941 T PARTPERM (NIL) -7 NIL NIL NIL) (-879 2027596 2027659 2027761 "PARSURF" 2027906 NIL PARSURF (NIL T) -8 NIL NIL NIL) (-878 2027228 2027285 2027394 "PARSU2" 2027533 NIL PARSU2 (NIL T T) -7 NIL NIL NIL) (-877 2026992 2027032 2027099 "PARSER" 2027181 T PARSER (NIL) -7 NIL NIL NIL) (-876 2026613 2026676 2026778 "PARSCURV" 2026923 NIL PARSCURV (NIL T) -8 NIL NIL NIL) (-875 2026245 2026302 2026411 "PARSC2" 2026550 NIL PARSC2 (NIL T T) -7 NIL NIL NIL) (-874 2025884 2025942 2026039 "PARPCURV" 2026181 NIL PARPCURV (NIL T) -8 NIL NIL NIL) (-873 2025516 2025573 2025682 "PARPC2" 2025821 NIL PARPC2 (NIL T T) -7 NIL NIL NIL) (-872 2025036 2025122 2025241 "PAN2EXPR" 2025417 T PAN2EXPR (NIL) -7 NIL NIL NIL) (-871 2023840 2024157 2024385 "PALETTE" 2024828 T PALETTE (NIL) -8 NIL NIL NIL) (-870 2022308 2022845 2023205 "PAIR" 2023526 NIL PAIR (NIL T T) -8 NIL NIL NIL) (-869 2016205 2021567 2021761 "PADICRC" 2022163 NIL PADICRC (NIL NIL T) -8 NIL NIL NIL) (-868 2009461 2015551 2015735 "PADICRAT" 2016053 NIL PADICRAT (NIL NIL) -8 NIL NIL NIL) (-867 2007803 2009398 2009443 "PADIC" 2009448 NIL PADIC (NIL NIL) -8 NIL NIL NIL) (-866 2005005 2006543 2006583 "PADICCT" 2007164 NIL PADICCT (NIL NIL) -9 NIL 2007446 NIL) (-865 2003962 2004162 2004430 "PADEPAC" 2004792 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL NIL) (-864 2003174 2003307 2003513 "PADE" 2003824 NIL PADE (NIL T T T) -7 NIL NIL NIL) (-863 2001588 2002382 2002662 "OWP" 2002978 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-862 2001108 2001294 2001391 "OVERSET" 2001511 T OVERSET (NIL) -8 NIL NIL NIL) (-861 2000181 2000713 2000885 "OVAR" 2000976 NIL OVAR (NIL NIL) -8 NIL NIL NIL) (-860 1999445 1999566 1999727 "OUT" 2000040 T OUT (NIL) -7 NIL NIL NIL) (-859 1988343 1990554 1992754 "OUTFORM" 1997265 T OUTFORM (NIL) -8 NIL NIL NIL) (-858 1987679 1987940 1988067 "OUTBFILE" 1988236 T OUTBFILE (NIL) -8 NIL NIL NIL) (-857 1986986 1987151 1987179 "OUTBCON" 1987497 T OUTBCON (NIL) -9 NIL 1987663 NIL) (-856 1986587 1986699 1986856 "OUTBCON-" 1986861 NIL OUTBCON- (NIL T) -8 NIL NIL NIL) (-855 1985994 1986316 1986405 "OSI" 1986518 T OSI (NIL) -8 NIL NIL NIL) (-854 1985550 1985862 1985890 "OSGROUP" 1985895 T OSGROUP (NIL) -9 NIL 1985917 NIL) (-853 1984295 1984522 1984807 "ORTHPOL" 1985297 NIL ORTHPOL (NIL T) -7 NIL NIL NIL) (-852 1981873 1984130 1984251 "OREUP" 1984256 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL NIL) (-851 1979303 1981564 1981691 "ORESUP" 1981815 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL NIL) (-850 1976831 1977331 1977892 "OREPCTO" 1978792 NIL OREPCTO (NIL T T) -7 NIL NIL NIL) (-849 1970647 1972822 1972863 "OREPCAT" 1975211 NIL OREPCAT (NIL T) -9 NIL 1976315 NIL) (-848 1967794 1968576 1969634 "OREPCAT-" 1969639 NIL OREPCAT- (NIL T T) -8 NIL NIL NIL) (-847 1966971 1967243 1967271 "ORDSET" 1967580 T ORDSET (NIL) -9 NIL 1967744 NIL) (-846 1966490 1966612 1966805 "ORDSET-" 1966810 NIL ORDSET- (NIL T) -8 NIL NIL NIL) (-845 1965116 1965881 1965909 "ORDRING" 1966111 T ORDRING (NIL) -9 NIL 1966236 NIL) (-844 1964761 1964855 1964999 "ORDRING-" 1965004 NIL ORDRING- (NIL T) -8 NIL NIL NIL) (-843 1964167 1964604 1964632 "ORDMON" 1964637 T ORDMON (NIL) -9 NIL 1964658 NIL) (-842 1963329 1963476 1963671 "ORDFUNS" 1964016 NIL ORDFUNS (NIL NIL T) -7 NIL NIL NIL) (-841 1962693 1963086 1963114 "ORDFIN" 1963179 T ORDFIN (NIL) -9 NIL 1963253 NIL) (-840 1959279 1961279 1961688 "ORDCOMP" 1962317 NIL ORDCOMP (NIL T) -8 NIL NIL NIL) (-839 1958545 1958672 1958858 "ORDCOMP2" 1959139 NIL ORDCOMP2 (NIL T T) -7 NIL NIL NIL) (-838 1955153 1956036 1956850 "OPTPROB" 1957751 T OPTPROB (NIL) -8 NIL NIL NIL) (-837 1951955 1952594 1953298 "OPTPACK" 1954469 T OPTPACK (NIL) -7 NIL NIL NIL) (-836 1949668 1950408 1950436 "OPTCAT" 1951255 T OPTCAT (NIL) -9 NIL 1951905 NIL) (-835 1949111 1949345 1949450 "OPSIG" 1949583 T OPSIG (NIL) -8 NIL NIL NIL) (-834 1948879 1948918 1948984 "OPQUERY" 1949065 T OPQUERY (NIL) -7 NIL NIL NIL) (-833 1946037 1947190 1947694 "OP" 1948408 NIL OP (NIL T) -8 NIL NIL NIL) (-832 1945572 1945743 1945784 "OPERCAT" 1945919 NIL OPERCAT (NIL T) -9 NIL 1945987 NIL) (-831 1945418 1945445 1945531 "OPERCAT-" 1945536 NIL OPERCAT- (NIL T T) -8 NIL NIL NIL) (-830 1942257 1944215 1944584 "ONECOMP" 1945082 NIL ONECOMP (NIL T) -8 NIL NIL NIL) (-829 1941562 1941677 1941851 "ONECOMP2" 1942129 NIL ONECOMP2 (NIL T T) -7 NIL NIL NIL) (-828 1940981 1941087 1941217 "OMSERVER" 1941452 T OMSERVER (NIL) -7 NIL NIL NIL) (-827 1937869 1940421 1940461 "OMSAGG" 1940522 NIL OMSAGG (NIL T) -9 NIL 1940586 NIL) (-826 1936492 1936755 1937037 "OMPKG" 1937607 T OMPKG (NIL) -7 NIL NIL NIL) (-825 1935922 1936025 1936053 "OM" 1936352 T OM (NIL) -9 NIL NIL NIL) (-824 1934496 1935471 1935640 "OMLO" 1935803 NIL OMLO (NIL T T) -8 NIL NIL NIL) (-823 1933421 1933568 1933795 "OMEXPR" 1934322 NIL OMEXPR (NIL T) -7 NIL NIL NIL) (-822 1932739 1932967 1933103 "OMERR" 1933305 T OMERR (NIL) -8 NIL NIL NIL) (-821 1931917 1932160 1932320 "OMERRK" 1932599 T OMERRK (NIL) -8 NIL NIL NIL) (-820 1931395 1931594 1931702 "OMENC" 1931829 T OMENC (NIL) -8 NIL NIL NIL) (-819 1925290 1926475 1927646 "OMDEV" 1930244 T OMDEV (NIL) -8 NIL NIL NIL) (-818 1924359 1924530 1924724 "OMCONN" 1925116 T OMCONN (NIL) -8 NIL NIL NIL) (-817 1922972 1923922 1923950 "OINTDOM" 1923955 T OINTDOM (NIL) -9 NIL 1923976 NIL) (-816 1918778 1919962 1920678 "OFMONOID" 1922288 NIL OFMONOID (NIL T) -8 NIL NIL NIL) (-815 1918216 1918715 1918760 "ODVAR" 1918765 NIL ODVAR (NIL T) -8 NIL NIL NIL) (-814 1915666 1917961 1918116 "ODR" 1918121 NIL ODR (NIL T T NIL) -8 NIL NIL NIL) (-813 1908002 1915442 1915568 "ODPOL" 1915573 NIL ODPOL (NIL T) -8 NIL NIL NIL) (-812 1901872 1907874 1907979 "ODP" 1907984 NIL ODP (NIL NIL T NIL) -8 NIL NIL NIL) (-811 1900638 1900853 1901128 "ODETOOLS" 1901646 NIL ODETOOLS (NIL T T) -7 NIL NIL NIL) (-810 1897605 1898263 1898979 "ODESYS" 1899971 NIL ODESYS (NIL T T) -7 NIL NIL NIL) (-809 1892487 1893395 1894420 "ODERTRIC" 1896680 NIL ODERTRIC (NIL T T) -7 NIL NIL NIL) (-808 1891913 1891995 1892189 "ODERED" 1892399 NIL ODERED (NIL T T T T T) -7 NIL NIL NIL) (-807 1888801 1889349 1890026 "ODERAT" 1891336 NIL ODERAT (NIL T T) -7 NIL NIL NIL) (-806 1885758 1886225 1886822 "ODEPRRIC" 1888330 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL NIL) (-805 1883728 1884297 1884783 "ODEPROB" 1885292 T ODEPROB (NIL) -8 NIL NIL NIL) (-804 1880248 1880733 1881380 "ODEPRIM" 1883207 NIL ODEPRIM (NIL T T T T) -7 NIL NIL NIL) (-803 1879497 1879599 1879859 "ODEPAL" 1880140 NIL ODEPAL (NIL T T T T) -7 NIL NIL NIL) (-802 1875659 1876450 1877314 "ODEPACK" 1878653 T ODEPACK (NIL) -7 NIL NIL NIL) (-801 1874692 1874799 1875028 "ODEINT" 1875548 NIL ODEINT (NIL T T) -7 NIL NIL NIL) (-800 1868793 1870218 1871665 "ODEIFTBL" 1873265 T ODEIFTBL (NIL) -8 NIL NIL NIL) (-799 1864128 1864914 1865873 "ODEEF" 1867952 NIL ODEEF (NIL T T) -7 NIL NIL NIL) (-798 1863463 1863552 1863782 "ODECONST" 1864033 NIL ODECONST (NIL T T T) -7 NIL NIL NIL) (-797 1861614 1862249 1862277 "ODECAT" 1862882 T ODECAT (NIL) -9 NIL 1863413 NIL) (-796 1858513 1861326 1861445 "OCT" 1861527 NIL OCT (NIL T) -8 NIL NIL NIL) (-795 1858151 1858194 1858321 "OCTCT2" 1858464 NIL OCTCT2 (NIL T T T T) -7 NIL NIL NIL) (-794 1852917 1855325 1855365 "OC" 1856462 NIL OC (NIL T) -9 NIL 1857320 NIL) (-793 1850144 1850892 1851882 "OC-" 1851976 NIL OC- (NIL T T) -8 NIL NIL NIL) (-792 1849522 1849964 1849992 "OCAMON" 1849997 T OCAMON (NIL) -9 NIL 1850018 NIL) (-791 1849079 1849394 1849422 "OASGP" 1849427 T OASGP (NIL) -9 NIL 1849447 NIL) (-790 1848366 1848829 1848857 "OAMONS" 1848897 T OAMONS (NIL) -9 NIL 1848940 NIL) (-789 1847806 1848213 1848241 "OAMON" 1848246 T OAMON (NIL) -9 NIL 1848266 NIL) (-788 1847110 1847602 1847630 "OAGROUP" 1847635 T OAGROUP (NIL) -9 NIL 1847655 NIL) (-787 1846800 1846850 1846938 "NUMTUBE" 1847054 NIL NUMTUBE (NIL T) -7 NIL NIL NIL) (-786 1840373 1841891 1843427 "NUMQUAD" 1845284 T NUMQUAD (NIL) -7 NIL NIL NIL) (-785 1836129 1837117 1838142 "NUMODE" 1839368 T NUMODE (NIL) -7 NIL NIL NIL) (-784 1833510 1834364 1834392 "NUMINT" 1835315 T NUMINT (NIL) -9 NIL 1836079 NIL) (-783 1832458 1832655 1832873 "NUMFMT" 1833312 T NUMFMT (NIL) -7 NIL NIL NIL) (-782 1818817 1821762 1824294 "NUMERIC" 1829965 NIL NUMERIC (NIL T) -7 NIL NIL NIL) (-781 1813214 1818266 1818361 "NTSCAT" 1818366 NIL NTSCAT (NIL T T T T) -9 NIL 1818405 NIL) (-780 1812408 1812573 1812766 "NTPOLFN" 1813053 NIL NTPOLFN (NIL T) -7 NIL NIL NIL) (-779 1800240 1809233 1810045 "NSUP" 1811629 NIL NSUP (NIL T) -8 NIL NIL NIL) (-778 1799872 1799929 1800038 "NSUP2" 1800177 NIL NSUP2 (NIL T T) -7 NIL NIL NIL) (-777 1789855 1799646 1799779 "NSMP" 1799784 NIL NSMP (NIL T T) -8 NIL NIL NIL) (-776 1788287 1788588 1788945 "NREP" 1789543 NIL NREP (NIL T) -7 NIL NIL NIL) (-775 1786878 1787130 1787488 "NPCOEF" 1788030 NIL NPCOEF (NIL T T T T T) -7 NIL NIL NIL) (-774 1785944 1786059 1786275 "NORMRETR" 1786759 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL NIL) (-773 1783985 1784275 1784684 "NORMPK" 1785652 NIL NORMPK (NIL T T T T T) -7 NIL NIL NIL) (-772 1783670 1783698 1783822 "NORMMA" 1783951 NIL NORMMA (NIL T T T T) -7 NIL NIL NIL) (-771 1783497 1783627 1783656 "NONE" 1783661 T NONE (NIL) -8 NIL NIL NIL) (-770 1783286 1783315 1783384 "NONE1" 1783461 NIL NONE1 (NIL T) -7 NIL NIL NIL) (-769 1782769 1782831 1783017 "NODE1" 1783218 NIL NODE1 (NIL T T) -7 NIL NIL NIL) (-768 1781039 1781863 1782118 "NNI" 1782465 T NNI (NIL) -8 NIL NIL 1782700) (-767 1779459 1779772 1780136 "NLINSOL" 1780707 NIL NLINSOL (NIL T) -7 NIL NIL NIL) (-766 1775727 1776695 1777594 "NIPROB" 1778580 T NIPROB (NIL) -8 NIL NIL NIL) (-765 1774484 1774718 1775020 "NFINTBAS" 1775489 NIL NFINTBAS (NIL T T) -7 NIL NIL NIL) (-764 1773658 1774134 1774175 "NETCLT" 1774347 NIL NETCLT (NIL T) -9 NIL 1774429 NIL) (-763 1772366 1772597 1772878 "NCODIV" 1773426 NIL NCODIV (NIL T T) -7 NIL NIL NIL) (-762 1772128 1772165 1772240 "NCNTFRAC" 1772323 NIL NCNTFRAC (NIL T) -7 NIL NIL NIL) (-761 1770308 1770672 1771092 "NCEP" 1771753 NIL NCEP (NIL T) -7 NIL NIL NIL) (-760 1769205 1769952 1769980 "NASRING" 1770090 T NASRING (NIL) -9 NIL 1770170 NIL) (-759 1769000 1769044 1769138 "NASRING-" 1769143 NIL NASRING- (NIL T) -8 NIL NIL NIL) (-758 1768153 1768652 1768680 "NARNG" 1768797 T NARNG (NIL) -9 NIL 1768888 NIL) (-757 1767845 1767912 1768046 "NARNG-" 1768051 NIL NARNG- (NIL T) -8 NIL NIL NIL) (-756 1766724 1766931 1767166 "NAGSP" 1767630 T NAGSP (NIL) -7 NIL NIL NIL) (-755 1757996 1759680 1761353 "NAGS" 1765071 T NAGS (NIL) -7 NIL NIL NIL) (-754 1756544 1756852 1757183 "NAGF07" 1757685 T NAGF07 (NIL) -7 NIL NIL NIL) (-753 1751082 1752373 1753680 "NAGF04" 1755257 T NAGF04 (NIL) -7 NIL NIL NIL) (-752 1744050 1745664 1747297 "NAGF02" 1749469 T NAGF02 (NIL) -7 NIL NIL NIL) (-751 1739274 1740374 1741491 "NAGF01" 1742953 T NAGF01 (NIL) -7 NIL NIL NIL) (-750 1732902 1734468 1736053 "NAGE04" 1737709 T NAGE04 (NIL) -7 NIL NIL NIL) (-749 1724071 1726192 1728322 "NAGE02" 1730792 T NAGE02 (NIL) -7 NIL NIL NIL) (-748 1720024 1720971 1721935 "NAGE01" 1723127 T NAGE01 (NIL) -7 NIL NIL NIL) (-747 1717819 1718353 1718911 "NAGD03" 1719486 T NAGD03 (NIL) -7 NIL NIL NIL) (-746 1709569 1711497 1713451 "NAGD02" 1715885 T NAGD02 (NIL) -7 NIL NIL NIL) (-745 1703380 1704805 1706245 "NAGD01" 1708149 T NAGD01 (NIL) -7 NIL NIL NIL) (-744 1699589 1700411 1701248 "NAGC06" 1702563 T NAGC06 (NIL) -7 NIL NIL NIL) (-743 1698054 1698386 1698742 "NAGC05" 1699253 T NAGC05 (NIL) -7 NIL NIL NIL) (-742 1697430 1697549 1697693 "NAGC02" 1697930 T NAGC02 (NIL) -7 NIL NIL NIL) (-741 1696490 1697047 1697087 "NAALG" 1697166 NIL NAALG (NIL T) -9 NIL 1697227 NIL) (-740 1696325 1696354 1696444 "NAALG-" 1696449 NIL NAALG- (NIL T T) -8 NIL NIL NIL) (-739 1690275 1691383 1692570 "MULTSQFR" 1695221 NIL MULTSQFR (NIL T T T T) -7 NIL NIL NIL) (-738 1689594 1689669 1689853 "MULTFACT" 1690187 NIL MULTFACT (NIL T T T T) -7 NIL NIL NIL) (-737 1682679 1686557 1686610 "MTSCAT" 1687680 NIL MTSCAT (NIL T T) -9 NIL 1688194 NIL) (-736 1682391 1682445 1682537 "MTHING" 1682619 NIL MTHING (NIL T) -7 NIL NIL NIL) (-735 1682183 1682216 1682276 "MSYSCMD" 1682351 T MSYSCMD (NIL) -7 NIL NIL NIL) (-734 1678292 1680938 1681258 "MSET" 1681896 NIL MSET (NIL T) -8 NIL NIL NIL) (-733 1675387 1677853 1677894 "MSETAGG" 1677899 NIL MSETAGG (NIL T) -9 NIL 1677933 NIL) (-732 1671255 1672766 1673511 "MRING" 1674687 NIL MRING (NIL T T) -8 NIL NIL NIL) (-731 1670821 1670888 1671019 "MRF2" 1671182 NIL MRF2 (NIL T T T) -7 NIL NIL NIL) (-730 1670439 1670474 1670618 "MRATFAC" 1670780 NIL MRATFAC (NIL T T T T) -7 NIL NIL NIL) (-729 1668051 1668346 1668777 "MPRFF" 1670144 NIL MPRFF (NIL T T T T) -7 NIL NIL NIL) (-728 1662103 1667905 1668002 "MPOLY" 1668007 NIL MPOLY (NIL NIL T) -8 NIL NIL NIL) (-727 1661593 1661628 1661836 "MPCPF" 1662062 NIL MPCPF (NIL T T T T) -7 NIL NIL NIL) (-726 1661107 1661150 1661334 "MPC3" 1661544 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL NIL) (-725 1660302 1660383 1660604 "MPC2" 1661022 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL NIL) (-724 1658603 1658940 1659330 "MONOTOOL" 1659962 NIL MONOTOOL (NIL T T) -7 NIL NIL NIL) (-723 1657854 1658145 1658173 "MONOID" 1658392 T MONOID (NIL) -9 NIL 1658539 NIL) (-722 1657400 1657519 1657700 "MONOID-" 1657705 NIL MONOID- (NIL T) -8 NIL NIL NIL) (-721 1648251 1654167 1654226 "MONOGEN" 1654900 NIL MONOGEN (NIL T T) -9 NIL 1655356 NIL) (-720 1645469 1646204 1647204 "MONOGEN-" 1647323 NIL MONOGEN- (NIL T T T) -8 NIL NIL NIL) (-719 1644328 1644748 1644776 "MONADWU" 1645168 T MONADWU (NIL) -9 NIL 1645406 NIL) (-718 1643700 1643859 1644107 "MONADWU-" 1644112 NIL MONADWU- (NIL T) -8 NIL NIL NIL) (-717 1643085 1643303 1643331 "MONAD" 1643538 T MONAD (NIL) -9 NIL 1643650 NIL) (-716 1642770 1642848 1642980 "MONAD-" 1642985 NIL MONAD- (NIL T) -8 NIL NIL NIL) (-715 1641086 1641683 1641962 "MOEBIUS" 1642523 NIL MOEBIUS (NIL T) -8 NIL NIL NIL) (-714 1640478 1640856 1640896 "MODULE" 1640901 NIL MODULE (NIL T) -9 NIL 1640927 NIL) (-713 1640046 1640142 1640332 "MODULE-" 1640337 NIL MODULE- (NIL T T) -8 NIL NIL NIL) (-712 1637753 1638410 1638737 "MODRING" 1639870 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-711 1634724 1635858 1636379 "MODOP" 1637282 NIL MODOP (NIL T T) -8 NIL NIL NIL) (-710 1633339 1633791 1634068 "MODMONOM" 1634587 NIL MODMONOM (NIL T T NIL) -8 NIL NIL NIL) (-709 1623136 1631630 1632044 "MODMON" 1632976 NIL MODMON (NIL T T) -8 NIL NIL NIL) (-708 1620319 1621980 1622256 "MODFIELD" 1623011 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-707 1619323 1619600 1619790 "MMLFORM" 1620149 T MMLFORM (NIL) -8 NIL NIL NIL) (-706 1618849 1618892 1619071 "MMAP" 1619274 NIL MMAP (NIL T T T T T T) -7 NIL NIL NIL) (-705 1617058 1617799 1617840 "MLO" 1618263 NIL MLO (NIL T) -9 NIL 1618505 NIL) (-704 1614424 1614940 1615542 "MLIFT" 1616539 NIL MLIFT (NIL T T T T) -7 NIL NIL NIL) (-703 1613815 1613899 1614053 "MKUCFUNC" 1614335 NIL MKUCFUNC (NIL T T T) -7 NIL NIL NIL) (-702 1613414 1613484 1613607 "MKRECORD" 1613738 NIL MKRECORD (NIL T T) -7 NIL NIL NIL) (-701 1612461 1612623 1612851 "MKFUNC" 1613225 NIL MKFUNC (NIL T) -7 NIL NIL NIL) (-700 1611849 1611953 1612109 "MKFLCFN" 1612344 NIL MKFLCFN (NIL T) -7 NIL NIL NIL) (-699 1611392 1611759 1611818 "MKCHSET" 1611823 NIL MKCHSET (NIL T) -8 NIL NIL NIL) (-698 1610669 1610771 1610956 "MKBCFUNC" 1611285 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL NIL) (-697 1607403 1610223 1610359 "MINT" 1610553 T MINT (NIL) -8 NIL NIL NIL) (-696 1606215 1606458 1606735 "MHROWRED" 1607158 NIL MHROWRED (NIL T) -7 NIL NIL NIL) (-695 1601622 1604750 1605155 "MFLOAT" 1605830 T MFLOAT (NIL) -8 NIL NIL NIL) (-694 1600979 1601055 1601226 "MFINFACT" 1601534 NIL MFINFACT (NIL T T T T) -7 NIL NIL NIL) (-693 1597294 1598142 1599026 "MESH" 1600115 T MESH (NIL) -7 NIL NIL NIL) (-692 1595684 1595996 1596349 "MDDFACT" 1596981 NIL MDDFACT (NIL T) -7 NIL NIL NIL) (-691 1592526 1594843 1594884 "MDAGG" 1595139 NIL MDAGG (NIL T) -9 NIL 1595282 NIL) (-690 1582296 1591819 1592026 "MCMPLX" 1592339 T MCMPLX (NIL) -8 NIL NIL NIL) (-689 1581437 1581583 1581783 "MCDEN" 1582145 NIL MCDEN (NIL T T) -7 NIL NIL NIL) (-688 1579327 1579597 1579977 "MCALCFN" 1581167 NIL MCALCFN (NIL T T T T) -7 NIL NIL NIL) (-687 1578252 1578492 1578725 "MAYBE" 1579133 NIL MAYBE (NIL T) -8 NIL NIL NIL) (-686 1575864 1576387 1576949 "MATSTOR" 1577723 NIL MATSTOR (NIL T) -7 NIL NIL NIL) (-685 1571869 1575236 1575484 "MATRIX" 1575649 NIL MATRIX (NIL T) -8 NIL NIL NIL) (-684 1567633 1568342 1569078 "MATLIN" 1571226 NIL MATLIN (NIL T T T T) -7 NIL NIL NIL) (-683 1557787 1560925 1561002 "MATCAT" 1565882 NIL MATCAT (NIL T T T) -9 NIL 1567299 NIL) (-682 1554143 1555164 1556520 "MATCAT-" 1556525 NIL MATCAT- (NIL T T T T) -8 NIL NIL NIL) (-681 1552737 1552890 1553223 "MATCAT2" 1553978 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-680 1550849 1551173 1551557 "MAPPKG3" 1552412 NIL MAPPKG3 (NIL T T T) -7 NIL NIL NIL) (-679 1549830 1550003 1550225 "MAPPKG2" 1550673 NIL MAPPKG2 (NIL T T) -7 NIL NIL NIL) (-678 1548329 1548613 1548940 "MAPPKG1" 1549536 NIL MAPPKG1 (NIL T) -7 NIL NIL NIL) (-677 1547435 1547735 1547912 "MAPPAST" 1548172 T MAPPAST (NIL) -8 NIL NIL NIL) (-676 1547046 1547104 1547227 "MAPHACK3" 1547371 NIL MAPHACK3 (NIL T T T) -7 NIL NIL NIL) (-675 1546638 1546699 1546813 "MAPHACK2" 1546978 NIL MAPHACK2 (NIL T T) -7 NIL NIL NIL) (-674 1546075 1546179 1546321 "MAPHACK1" 1546529 NIL MAPHACK1 (NIL T) -7 NIL NIL NIL) (-673 1544181 1544775 1545079 "MAGMA" 1545803 NIL MAGMA (NIL T) -8 NIL NIL NIL) (-672 1543687 1543905 1543996 "MACROAST" 1544110 T MACROAST (NIL) -8 NIL NIL NIL) (-671 1540153 1541926 1542387 "M3D" 1543259 NIL M3D (NIL T) -8 NIL NIL NIL) (-670 1534307 1538522 1538563 "LZSTAGG" 1539345 NIL LZSTAGG (NIL T) -9 NIL 1539640 NIL) (-669 1530264 1531438 1532895 "LZSTAGG-" 1532900 NIL LZSTAGG- (NIL T T) -8 NIL NIL NIL) (-668 1527378 1528155 1528642 "LWORD" 1529809 NIL LWORD (NIL T) -8 NIL NIL NIL) (-667 1526981 1527182 1527257 "LSTAST" 1527323 T LSTAST (NIL) -8 NIL NIL NIL) (-666 1520174 1526752 1526886 "LSQM" 1526891 NIL LSQM (NIL NIL T) -8 NIL NIL NIL) (-665 1519398 1519537 1519765 "LSPP" 1520029 NIL LSPP (NIL T T T T) -7 NIL NIL NIL) (-664 1517210 1517511 1517967 "LSMP" 1519087 NIL LSMP (NIL T T T T) -7 NIL NIL NIL) (-663 1513989 1514663 1515393 "LSMP1" 1516512 NIL LSMP1 (NIL T) -7 NIL NIL NIL) (-662 1507914 1513156 1513197 "LSAGG" 1513259 NIL LSAGG (NIL T) -9 NIL 1513337 NIL) (-661 1504609 1505533 1506746 "LSAGG-" 1506751 NIL LSAGG- (NIL T T) -8 NIL NIL NIL) (-660 1502235 1503753 1504002 "LPOLY" 1504404 NIL LPOLY (NIL T T) -8 NIL NIL NIL) (-659 1501817 1501902 1502025 "LPEFRAC" 1502144 NIL LPEFRAC (NIL T) -7 NIL NIL NIL) (-658 1500164 1500911 1501164 "LO" 1501649 NIL LO (NIL T T T) -8 NIL NIL NIL) (-657 1499816 1499928 1499956 "LOGIC" 1500067 T LOGIC (NIL) -9 NIL 1500148 NIL) (-656 1499678 1499701 1499772 "LOGIC-" 1499777 NIL LOGIC- (NIL T) -8 NIL NIL NIL) (-655 1498871 1499011 1499204 "LODOOPS" 1499534 NIL LODOOPS (NIL T T) -7 NIL NIL NIL) (-654 1496321 1498787 1498853 "LODO" 1498858 NIL LODO (NIL T NIL) -8 NIL NIL NIL) (-653 1494859 1495094 1495447 "LODOF" 1496068 NIL LODOF (NIL T T) -7 NIL NIL NIL) (-652 1491207 1493612 1493653 "LODOCAT" 1494091 NIL LODOCAT (NIL T) -9 NIL 1494302 NIL) (-651 1490940 1490998 1491125 "LODOCAT-" 1491130 NIL LODOCAT- (NIL T T) -8 NIL NIL NIL) (-650 1488287 1490781 1490899 "LODO2" 1490904 NIL LODO2 (NIL T T) -8 NIL NIL NIL) (-649 1485749 1488224 1488269 "LODO1" 1488274 NIL LODO1 (NIL T) -8 NIL NIL NIL) (-648 1484609 1484774 1485086 "LODEEF" 1485572 NIL LODEEF (NIL T T T) -7 NIL NIL NIL) (-647 1479895 1482739 1482780 "LNAGG" 1483727 NIL LNAGG (NIL T) -9 NIL 1484171 NIL) (-646 1479042 1479256 1479598 "LNAGG-" 1479603 NIL LNAGG- (NIL T T) -8 NIL NIL NIL) (-645 1475205 1475967 1476606 "LMOPS" 1478457 NIL LMOPS (NIL T T NIL) -8 NIL NIL NIL) (-644 1474600 1474962 1475003 "LMODULE" 1475064 NIL LMODULE (NIL T) -9 NIL 1475106 NIL) (-643 1471846 1474245 1474368 "LMDICT" 1474510 NIL LMDICT (NIL T) -8 NIL NIL NIL) (-642 1471572 1471754 1471814 "LITERAL" 1471819 NIL LITERAL (NIL T) -8 NIL NIL NIL) (-641 1464803 1470518 1470816 "LIST" 1471307 NIL LIST (NIL T) -8 NIL NIL NIL) (-640 1464328 1464402 1464541 "LIST3" 1464723 NIL LIST3 (NIL T T T) -7 NIL NIL NIL) (-639 1463335 1463513 1463741 "LIST2" 1464146 NIL LIST2 (NIL T T) -7 NIL NIL NIL) (-638 1461469 1461781 1462180 "LIST2MAP" 1462982 NIL LIST2MAP (NIL T T) -7 NIL NIL NIL) (-637 1460191 1460835 1460876 "LINEXP" 1461131 NIL LINEXP (NIL T) -9 NIL 1461280 NIL) (-636 1458838 1459098 1459395 "LINDEP" 1459943 NIL LINDEP (NIL T T) -7 NIL NIL NIL) (-635 1455605 1456324 1457101 "LIMITRF" 1458093 NIL LIMITRF (NIL T) -7 NIL NIL NIL) (-634 1453880 1454176 1454592 "LIMITPS" 1455300 NIL LIMITPS (NIL T T) -7 NIL NIL NIL) (-633 1448335 1453391 1453619 "LIE" 1453701 NIL LIE (NIL T T) -8 NIL NIL NIL) (-632 1447384 1447827 1447867 "LIECAT" 1448007 NIL LIECAT (NIL T) -9 NIL 1448158 NIL) (-631 1447225 1447252 1447340 "LIECAT-" 1447345 NIL LIECAT- (NIL T T) -8 NIL NIL NIL) (-630 1439837 1446674 1446839 "LIB" 1447080 T LIB (NIL) -8 NIL NIL NIL) (-629 1435472 1436355 1437290 "LGROBP" 1438954 NIL LGROBP (NIL NIL T) -7 NIL NIL NIL) (-628 1433338 1433612 1433974 "LF" 1435193 NIL LF (NIL T T) -7 NIL NIL NIL) (-627 1432178 1432870 1432898 "LFCAT" 1433105 T LFCAT (NIL) -9 NIL 1433244 NIL) (-626 1429080 1429710 1430398 "LEXTRIPK" 1431542 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL NIL) (-625 1425851 1426650 1427153 "LEXP" 1428660 NIL LEXP (NIL T T NIL) -8 NIL NIL NIL) (-624 1425354 1425572 1425664 "LETAST" 1425779 T LETAST (NIL) -8 NIL NIL NIL) (-623 1423752 1424065 1424466 "LEADCDET" 1425036 NIL LEADCDET (NIL T T T T) -7 NIL NIL NIL) (-622 1422942 1423016 1423245 "LAZM3PK" 1423673 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL NIL) (-621 1417886 1421019 1421557 "LAUPOL" 1422454 NIL LAUPOL (NIL T T) -8 NIL NIL NIL) (-620 1417451 1417495 1417663 "LAPLACE" 1417836 NIL LAPLACE (NIL T T) -7 NIL NIL NIL) (-619 1415417 1416552 1416803 "LA" 1417284 NIL LA (NIL T T T) -8 NIL NIL NIL) (-618 1414490 1415048 1415089 "LALG" 1415151 NIL LALG (NIL T) -9 NIL 1415210 NIL) (-617 1414204 1414263 1414399 "LALG-" 1414404 NIL LALG- (NIL T T) -8 NIL NIL NIL) (-616 1414039 1414063 1414104 "KVTFROM" 1414166 NIL KVTFROM (NIL T) -9 NIL NIL NIL) (-615 1412839 1413256 1413485 "KTVLOGIC" 1413830 T KTVLOGIC (NIL) -8 NIL NIL NIL) (-614 1412674 1412698 1412739 "KRCFROM" 1412801 NIL KRCFROM (NIL T) -9 NIL NIL NIL) (-613 1411578 1411765 1412064 "KOVACIC" 1412474 NIL KOVACIC (NIL T T) -7 NIL NIL NIL) (-612 1411413 1411437 1411478 "KONVERT" 1411540 NIL KONVERT (NIL T) -9 NIL NIL NIL) (-611 1411248 1411272 1411313 "KOERCE" 1411375 NIL KOERCE (NIL T) -9 NIL NIL NIL) (-610 1408982 1409742 1410135 "KERNEL" 1410887 NIL KERNEL (NIL T) -8 NIL NIL NIL) (-609 1408484 1408565 1408695 "KERNEL2" 1408896 NIL KERNEL2 (NIL T T) -7 NIL NIL NIL) (-608 1402335 1407023 1407077 "KDAGG" 1407454 NIL KDAGG (NIL T T) -9 NIL 1407660 NIL) (-607 1401864 1401988 1402193 "KDAGG-" 1402198 NIL KDAGG- (NIL T T T) -8 NIL NIL NIL) (-606 1395039 1401525 1401680 "KAFILE" 1401742 NIL KAFILE (NIL T) -8 NIL NIL NIL) (-605 1389494 1394550 1394778 "JORDAN" 1394860 NIL JORDAN (NIL T T) -8 NIL NIL NIL) (-604 1388900 1389143 1389264 "JOINAST" 1389393 T JOINAST (NIL) -8 NIL NIL NIL) (-603 1388746 1388805 1388860 "JAVACODE" 1388865 T JAVACODE (NIL) -8 NIL NIL NIL) (-602 1385045 1386951 1387005 "IXAGG" 1387934 NIL IXAGG (NIL T T) -9 NIL 1388393 NIL) (-601 1383964 1384270 1384689 "IXAGG-" 1384694 NIL IXAGG- (NIL T T T) -8 NIL NIL NIL) (-600 1379544 1383886 1383945 "IVECTOR" 1383950 NIL IVECTOR (NIL T NIL) -8 NIL NIL NIL) (-599 1378310 1378547 1378813 "ITUPLE" 1379311 NIL ITUPLE (NIL T) -8 NIL NIL NIL) (-598 1376746 1376923 1377229 "ITRIGMNP" 1378132 NIL ITRIGMNP (NIL T T T) -7 NIL NIL NIL) (-597 1375491 1375695 1375978 "ITFUN3" 1376522 NIL ITFUN3 (NIL T T T) -7 NIL NIL NIL) (-596 1375123 1375180 1375289 "ITFUN2" 1375428 NIL ITFUN2 (NIL T T) -7 NIL NIL NIL) (-595 1372952 1373985 1374284 "ITAYLOR" 1374857 NIL ITAYLOR (NIL T) -8 NIL NIL NIL) (-594 1361924 1367089 1368252 "ISUPS" 1371822 NIL ISUPS (NIL T) -8 NIL NIL NIL) (-593 1361028 1361168 1361404 "ISUMP" 1361771 NIL ISUMP (NIL T T T T) -7 NIL NIL NIL) (-592 1356292 1360829 1360908 "ISTRING" 1360981 NIL ISTRING (NIL NIL) -8 NIL NIL NIL) (-591 1355795 1356013 1356105 "ISAST" 1356220 T ISAST (NIL) -8 NIL NIL NIL) (-590 1355005 1355086 1355302 "IRURPK" 1355709 NIL IRURPK (NIL T T T T T) -7 NIL NIL NIL) (-589 1353941 1354142 1354382 "IRSN" 1354785 T IRSN (NIL) -7 NIL NIL NIL) (-588 1351970 1352325 1352761 "IRRF2F" 1353579 NIL IRRF2F (NIL T) -7 NIL NIL NIL) (-587 1351717 1351755 1351831 "IRREDFFX" 1351926 NIL IRREDFFX (NIL T) -7 NIL NIL NIL) (-586 1350332 1350591 1350890 "IROOT" 1351450 NIL IROOT (NIL T) -7 NIL NIL NIL) (-585 1346963 1348016 1348708 "IR" 1349672 NIL IR (NIL T) -8 NIL NIL NIL) (-584 1344576 1345071 1345637 "IR2" 1346441 NIL IR2 (NIL T T) -7 NIL NIL NIL) (-583 1343648 1343761 1343982 "IR2F" 1344459 NIL IR2F (NIL T T) -7 NIL NIL NIL) (-582 1343439 1343473 1343533 "IPRNTPK" 1343608 T IPRNTPK (NIL) -7 NIL NIL NIL) (-581 1340046 1343328 1343397 "IPF" 1343402 NIL IPF (NIL NIL) -8 NIL NIL NIL) (-580 1338400 1339971 1340028 "IPADIC" 1340033 NIL IPADIC (NIL NIL NIL) -8 NIL NIL NIL) (-579 1337739 1337960 1338090 "IP4ADDR" 1338290 T IP4ADDR (NIL) -8 NIL NIL NIL) (-578 1337239 1337443 1337553 "IOMODE" 1337649 T IOMODE (NIL) -8 NIL NIL NIL) (-577 1336312 1336836 1336963 "IOBFILE" 1337132 T IOBFILE (NIL) -8 NIL NIL NIL) (-576 1335800 1336216 1336244 "IOBCON" 1336249 T IOBCON (NIL) -9 NIL 1336270 NIL) (-575 1335297 1335355 1335545 "INVLAPLA" 1335736 NIL INVLAPLA (NIL T T) -7 NIL NIL NIL) (-574 1324945 1327299 1329685 "INTTR" 1332961 NIL INTTR (NIL T T) -7 NIL NIL NIL) (-573 1321289 1322031 1322895 "INTTOOLS" 1324130 NIL INTTOOLS (NIL T T) -7 NIL NIL NIL) (-572 1320875 1320966 1321083 "INTSLPE" 1321192 T INTSLPE (NIL) -7 NIL NIL NIL) (-571 1318856 1320798 1320857 "INTRVL" 1320862 NIL INTRVL (NIL T) -8 NIL NIL NIL) (-570 1316458 1316970 1317545 "INTRF" 1318341 NIL INTRF (NIL T) -7 NIL NIL NIL) (-569 1315869 1315966 1316108 "INTRET" 1316356 NIL INTRET (NIL T) -7 NIL NIL NIL) (-568 1313866 1314255 1314725 "INTRAT" 1315477 NIL INTRAT (NIL T T) -7 NIL NIL NIL) (-567 1311094 1311677 1312303 "INTPM" 1313351 NIL INTPM (NIL T T) -7 NIL NIL NIL) (-566 1307796 1308396 1309141 "INTPAF" 1310480 NIL INTPAF (NIL T T T) -7 NIL NIL NIL) (-565 1302975 1303937 1304988 "INTPACK" 1306765 T INTPACK (NIL) -7 NIL NIL NIL) (-564 1299879 1302704 1302831 "INT" 1302868 T INT (NIL) -8 NIL NIL NIL) (-563 1299131 1299283 1299491 "INTHERTR" 1299721 NIL INTHERTR (NIL T T) -7 NIL NIL NIL) (-562 1298570 1298650 1298838 "INTHERAL" 1299045 NIL INTHERAL (NIL T T T T) -7 NIL NIL NIL) (-561 1296416 1296859 1297316 "INTHEORY" 1298133 T INTHEORY (NIL) -7 NIL NIL NIL) (-560 1287724 1289345 1291124 "INTG0" 1294768 NIL INTG0 (NIL T T T) -7 NIL NIL NIL) (-559 1268297 1273087 1277897 "INTFTBL" 1282934 T INTFTBL (NIL) -8 NIL NIL NIL) (-558 1267546 1267684 1267857 "INTFACT" 1268156 NIL INTFACT (NIL T) -7 NIL NIL NIL) (-557 1264931 1265377 1265941 "INTEF" 1267100 NIL INTEF (NIL T T) -7 NIL NIL NIL) (-556 1263390 1264103 1264131 "INTDOM" 1264432 T INTDOM (NIL) -9 NIL 1264639 NIL) (-555 1262759 1262933 1263175 "INTDOM-" 1263180 NIL INTDOM- (NIL T) -8 NIL NIL NIL) (-554 1259246 1261143 1261197 "INTCAT" 1261996 NIL INTCAT (NIL T) -9 NIL 1262316 NIL) (-553 1258718 1258821 1258949 "INTBIT" 1259138 T INTBIT (NIL) -7 NIL NIL NIL) (-552 1257389 1257543 1257857 "INTALG" 1258563 NIL INTALG (NIL T T T T T) -7 NIL NIL NIL) (-551 1256846 1256936 1257106 "INTAF" 1257293 NIL INTAF (NIL T T) -7 NIL NIL NIL) (-550 1250300 1256656 1256796 "INTABL" 1256801 NIL INTABL (NIL T T T) -8 NIL NIL NIL) (-549 1249631 1250070 1250135 "INT8" 1250169 T INT8 (NIL) -8 NIL NIL 1250214) (-548 1248961 1249400 1249465 "INT64" 1249499 T INT64 (NIL) -8 NIL NIL 1249544) (-547 1248291 1248730 1248795 "INT32" 1248829 T INT32 (NIL) -8 NIL NIL 1248874) (-546 1247621 1248060 1248125 "INT16" 1248159 T INT16 (NIL) -8 NIL NIL 1248204) (-545 1242628 1245310 1245338 "INS" 1246272 T INS (NIL) -9 NIL 1246937 NIL) (-544 1239868 1240639 1241613 "INS-" 1241686 NIL INS- (NIL T) -8 NIL NIL NIL) (-543 1238643 1238870 1239168 "INPSIGN" 1239621 NIL INPSIGN (NIL T T) -7 NIL NIL NIL) (-542 1237761 1237878 1238075 "INPRODPF" 1238523 NIL INPRODPF (NIL T T) -7 NIL NIL NIL) (-541 1236655 1236772 1237009 "INPRODFF" 1237641 NIL INPRODFF (NIL T T T T) -7 NIL NIL NIL) (-540 1235655 1235807 1236067 "INNMFACT" 1236491 NIL INNMFACT (NIL T T T T) -7 NIL NIL NIL) (-539 1234852 1234949 1235137 "INMODGCD" 1235554 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL NIL) (-538 1233360 1233605 1233929 "INFSP" 1234597 NIL INFSP (NIL T T T) -7 NIL NIL NIL) (-537 1232544 1232661 1232844 "INFPROD0" 1233240 NIL INFPROD0 (NIL T T) -7 NIL NIL NIL) (-536 1229426 1230609 1231124 "INFORM" 1232037 T INFORM (NIL) -8 NIL NIL NIL) (-535 1229036 1229096 1229194 "INFORM1" 1229361 NIL INFORM1 (NIL T) -7 NIL NIL NIL) (-534 1228559 1228648 1228762 "INFINITY" 1228942 T INFINITY (NIL) -7 NIL NIL NIL) (-533 1227735 1228279 1228380 "INETCLTS" 1228478 T INETCLTS (NIL) -8 NIL NIL NIL) (-532 1226351 1226601 1226922 "INEP" 1227483 NIL INEP (NIL T T T) -7 NIL NIL NIL) (-531 1225627 1226248 1226313 "INDE" 1226318 NIL INDE (NIL T) -8 NIL NIL NIL) (-530 1225191 1225259 1225376 "INCRMAPS" 1225554 NIL INCRMAPS (NIL T) -7 NIL NIL NIL) (-529 1224009 1224460 1224666 "INBFILE" 1225005 T INBFILE (NIL) -8 NIL NIL NIL) (-528 1219309 1220245 1221189 "INBFF" 1223097 NIL INBFF (NIL T) -7 NIL NIL NIL) (-527 1218217 1218486 1218514 "INBCON" 1219027 T INBCON (NIL) -9 NIL 1219293 NIL) (-526 1217469 1217692 1217968 "INBCON-" 1217973 NIL INBCON- (NIL T) -8 NIL NIL NIL) (-525 1216975 1217193 1217284 "INAST" 1217398 T INAST (NIL) -8 NIL NIL NIL) (-524 1216429 1216654 1216760 "IMPTAST" 1216889 T IMPTAST (NIL) -8 NIL NIL NIL) (-523 1212923 1216273 1216377 "IMATRIX" 1216382 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL NIL) (-522 1211635 1211758 1212073 "IMATQF" 1212779 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL NIL) (-521 1209855 1210082 1210419 "IMATLIN" 1211391 NIL IMATLIN (NIL T T T T) -7 NIL NIL NIL) (-520 1204481 1209779 1209837 "ILIST" 1209842 NIL ILIST (NIL T NIL) -8 NIL NIL NIL) (-519 1202434 1204341 1204454 "IIARRAY2" 1204459 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL NIL) (-518 1197859 1202345 1202409 "IFF" 1202414 NIL IFF (NIL NIL NIL) -8 NIL NIL NIL) (-517 1197233 1197476 1197592 "IFAST" 1197763 T IFAST (NIL) -8 NIL NIL NIL) (-516 1192276 1196525 1196713 "IFARRAY" 1197090 NIL IFARRAY (NIL T NIL) -8 NIL NIL NIL) (-515 1191483 1192180 1192253 "IFAMON" 1192258 NIL IFAMON (NIL T T NIL) -8 NIL NIL NIL) (-514 1191067 1191132 1191186 "IEVALAB" 1191393 NIL IEVALAB (NIL T T) -9 NIL NIL NIL) (-513 1190742 1190810 1190970 "IEVALAB-" 1190975 NIL IEVALAB- (NIL T T T) -8 NIL NIL NIL) (-512 1190400 1190656 1190719 "IDPO" 1190724 NIL IDPO (NIL T T) -8 NIL NIL NIL) (-511 1189677 1190289 1190364 "IDPOAMS" 1190369 NIL IDPOAMS (NIL T T) -8 NIL NIL NIL) (-510 1189011 1189566 1189641 "IDPOAM" 1189646 NIL IDPOAM (NIL T T) -8 NIL NIL NIL) (-509 1188096 1188346 1188399 "IDPC" 1188812 NIL IDPC (NIL T T) -9 NIL 1188961 NIL) (-508 1187592 1187988 1188061 "IDPAM" 1188066 NIL IDPAM (NIL T T) -8 NIL NIL NIL) (-507 1186995 1187484 1187557 "IDPAG" 1187562 NIL IDPAG (NIL T T) -8 NIL NIL NIL) (-506 1186667 1186831 1186906 "IDENT" 1186940 T IDENT (NIL) -8 NIL NIL NIL) (-505 1182922 1183770 1184665 "IDECOMP" 1185824 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL NIL) (-504 1175786 1176845 1177892 "IDEAL" 1181958 NIL IDEAL (NIL T T T T) -8 NIL NIL NIL) (-503 1174950 1175062 1175261 "ICDEN" 1175670 NIL ICDEN (NIL T T T T) -7 NIL NIL NIL) (-502 1174048 1174430 1174577 "ICARD" 1174823 T ICARD (NIL) -8 NIL NIL NIL) (-501 1172108 1172421 1172826 "IBPTOOLS" 1173725 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL NIL) (-500 1167742 1171728 1171841 "IBITS" 1172027 NIL IBITS (NIL NIL) -8 NIL NIL NIL) (-499 1164465 1165041 1165736 "IBATOOL" 1167159 NIL IBATOOL (NIL T T T) -7 NIL NIL NIL) (-498 1162244 1162706 1163239 "IBACHIN" 1164000 NIL IBACHIN (NIL T T T) -7 NIL NIL NIL) (-497 1160121 1162090 1162193 "IARRAY2" 1162198 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL NIL) (-496 1156275 1160047 1160104 "IARRAY1" 1160109 NIL IARRAY1 (NIL T NIL) -8 NIL NIL NIL) (-495 1150259 1154687 1155168 "IAN" 1155814 T IAN (NIL) -8 NIL NIL NIL) (-494 1149770 1149827 1150000 "IALGFACT" 1150196 NIL IALGFACT (NIL T T T T) -7 NIL NIL NIL) (-493 1149298 1149411 1149439 "HYPCAT" 1149646 T HYPCAT (NIL) -9 NIL NIL NIL) (-492 1148836 1148953 1149139 "HYPCAT-" 1149144 NIL HYPCAT- (NIL T) -8 NIL NIL NIL) (-491 1148458 1148631 1148714 "HOSTNAME" 1148773 T HOSTNAME (NIL) -8 NIL NIL NIL) (-490 1148303 1148340 1148381 "HOMOTOP" 1148386 NIL HOMOTOP (NIL T) -9 NIL 1148419 NIL) (-489 1144982 1146313 1146354 "HOAGG" 1147335 NIL HOAGG (NIL T) -9 NIL 1148014 NIL) (-488 1143576 1143975 1144501 "HOAGG-" 1144506 NIL HOAGG- (NIL T T) -8 NIL NIL NIL) (-487 1137607 1143171 1143320 "HEXADEC" 1143447 T HEXADEC (NIL) -8 NIL NIL NIL) (-486 1136355 1136577 1136840 "HEUGCD" 1137384 NIL HEUGCD (NIL T) -7 NIL NIL NIL) (-485 1135458 1136192 1136322 "HELLFDIV" 1136327 NIL HELLFDIV (NIL T T T T) -8 NIL NIL NIL) (-484 1133685 1135235 1135323 "HEAP" 1135402 NIL HEAP (NIL T) -8 NIL NIL NIL) (-483 1132975 1133237 1133371 "HEADAST" 1133571 T HEADAST (NIL) -8 NIL NIL NIL) (-482 1126889 1132890 1132952 "HDP" 1132957 NIL HDP (NIL NIL T) -8 NIL NIL NIL) (-481 1120632 1126524 1126676 "HDMP" 1126790 NIL HDMP (NIL NIL T) -8 NIL NIL NIL) (-480 1119956 1120096 1120260 "HB" 1120488 T HB (NIL) -7 NIL NIL NIL) (-479 1113453 1119802 1119906 "HASHTBL" 1119911 NIL HASHTBL (NIL T T NIL) -8 NIL NIL NIL) (-478 1112956 1113174 1113266 "HASAST" 1113381 T HASAST (NIL) -8 NIL NIL NIL) (-477 1110761 1112578 1112760 "HACKPI" 1112794 T HACKPI (NIL) -8 NIL NIL NIL) (-476 1106456 1110614 1110727 "GTSET" 1110732 NIL GTSET (NIL T T T T) -8 NIL NIL NIL) (-475 1099982 1106334 1106432 "GSTBL" 1106437 NIL GSTBL (NIL T T T NIL) -8 NIL NIL NIL) (-474 1092287 1099013 1099278 "GSERIES" 1099773 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL NIL) (-473 1091454 1091845 1091873 "GROUP" 1092076 T GROUP (NIL) -9 NIL 1092210 NIL) (-472 1090820 1090979 1091230 "GROUP-" 1091235 NIL GROUP- (NIL T) -8 NIL NIL NIL) (-471 1089187 1089508 1089895 "GROEBSOL" 1090497 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL NIL) (-470 1088127 1088389 1088440 "GRMOD" 1088969 NIL GRMOD (NIL T T) -9 NIL 1089137 NIL) (-469 1087895 1087931 1088059 "GRMOD-" 1088064 NIL GRMOD- (NIL T T T) -8 NIL NIL NIL) (-468 1083212 1084249 1085249 "GRIMAGE" 1086915 T GRIMAGE (NIL) -8 NIL NIL NIL) (-467 1081678 1081939 1082263 "GRDEF" 1082908 T GRDEF (NIL) -7 NIL NIL NIL) (-466 1081122 1081238 1081379 "GRAY" 1081557 T GRAY (NIL) -7 NIL NIL NIL) (-465 1080335 1080715 1080766 "GRALG" 1080919 NIL GRALG (NIL T T) -9 NIL 1081012 NIL) (-464 1079996 1080069 1080232 "GRALG-" 1080237 NIL GRALG- (NIL T T T) -8 NIL NIL NIL) (-463 1076800 1079581 1079759 "GPOLSET" 1079903 NIL GPOLSET (NIL T T T T) -8 NIL NIL NIL) (-462 1076154 1076211 1076469 "GOSPER" 1076737 NIL GOSPER (NIL T T T T T) -7 NIL NIL NIL) (-461 1071913 1072592 1073118 "GMODPOL" 1075853 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL NIL) (-460 1070918 1071102 1071340 "GHENSEL" 1071725 NIL GHENSEL (NIL T T) -7 NIL NIL NIL) (-459 1064969 1065812 1066839 "GENUPS" 1070002 NIL GENUPS (NIL T T) -7 NIL NIL NIL) (-458 1064666 1064717 1064806 "GENUFACT" 1064912 NIL GENUFACT (NIL T) -7 NIL NIL NIL) (-457 1064078 1064155 1064320 "GENPGCD" 1064584 NIL GENPGCD (NIL T T T T) -7 NIL NIL NIL) (-456 1063552 1063587 1063800 "GENMFACT" 1064037 NIL GENMFACT (NIL T T T T T) -7 NIL NIL NIL) (-455 1062118 1062375 1062682 "GENEEZ" 1063295 NIL GENEEZ (NIL T T) -7 NIL NIL NIL) (-454 1056019 1061729 1061891 "GDMP" 1062041 NIL GDMP (NIL NIL T T) -8 NIL NIL NIL) (-453 1045388 1049790 1050896 "GCNAALG" 1055002 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-452 1043807 1044643 1044671 "GCDDOM" 1044926 T GCDDOM (NIL) -9 NIL 1045083 NIL) (-451 1043277 1043404 1043619 "GCDDOM-" 1043624 NIL GCDDOM- (NIL T) -8 NIL NIL NIL) (-450 1041949 1042134 1042438 "GB" 1043056 NIL GB (NIL T T T T) -7 NIL NIL NIL) (-449 1030565 1032895 1035287 "GBINTERN" 1039640 NIL GBINTERN (NIL T T T T) -7 NIL NIL NIL) (-448 1028402 1028694 1029115 "GBF" 1030240 NIL GBF (NIL T T T T) -7 NIL NIL NIL) (-447 1027183 1027348 1027615 "GBEUCLID" 1028218 NIL GBEUCLID (NIL T T T T) -7 NIL NIL NIL) (-446 1026532 1026657 1026806 "GAUSSFAC" 1027054 T GAUSSFAC (NIL) -7 NIL NIL NIL) (-445 1024899 1025201 1025515 "GALUTIL" 1026251 NIL GALUTIL (NIL T) -7 NIL NIL NIL) (-444 1023207 1023481 1023805 "GALPOLYU" 1024626 NIL GALPOLYU (NIL T T) -7 NIL NIL NIL) (-443 1020572 1020862 1021269 "GALFACTU" 1022904 NIL GALFACTU (NIL T T T) -7 NIL NIL NIL) (-442 1012378 1013877 1015485 "GALFACT" 1019004 NIL GALFACT (NIL T) -7 NIL NIL NIL) (-441 1009766 1010424 1010452 "FVFUN" 1011608 T FVFUN (NIL) -9 NIL 1012328 NIL) (-440 1009032 1009214 1009242 "FVC" 1009533 T FVC (NIL) -9 NIL 1009716 NIL) (-439 1008702 1008857 1008925 "FUNDESC" 1008984 T FUNDESC (NIL) -8 NIL NIL NIL) (-438 1008344 1008499 1008580 "FUNCTION" 1008654 NIL FUNCTION (NIL NIL) -8 NIL NIL NIL) (-437 1006115 1006666 1007132 "FT" 1007898 T FT (NIL) -8 NIL NIL NIL) (-436 1004933 1005416 1005619 "FTEM" 1005932 T FTEM (NIL) -8 NIL NIL NIL) (-435 1003189 1003478 1003882 "FSUPFACT" 1004624 NIL FSUPFACT (NIL T T T) -7 NIL NIL NIL) (-434 1001586 1001875 1002207 "FST" 1002877 T FST (NIL) -8 NIL NIL NIL) (-433 1000757 1000863 1001058 "FSRED" 1001468 NIL FSRED (NIL T T) -7 NIL NIL NIL) (-432 999435 999691 1000045 "FSPRMELT" 1000472 NIL FSPRMELT (NIL T T) -7 NIL NIL NIL) (-431 996520 996958 997457 "FSPECF" 998998 NIL FSPECF (NIL T T) -7 NIL NIL NIL) (-430 978574 987023 987063 "FS" 990911 NIL FS (NIL T) -9 NIL 993200 NIL) (-429 967221 970214 974270 "FS-" 974567 NIL FS- (NIL T T) -8 NIL NIL NIL) (-428 966735 966789 966966 "FSINT" 967162 NIL FSINT (NIL T T) -7 NIL NIL NIL) (-427 965054 965728 966031 "FSERIES" 966514 NIL FSERIES (NIL T T) -8 NIL NIL NIL) (-426 964068 964184 964415 "FSCINT" 964934 NIL FSCINT (NIL T T) -7 NIL NIL NIL) (-425 960302 963012 963053 "FSAGG" 963423 NIL FSAGG (NIL T) -9 NIL 963682 NIL) (-424 958064 958665 959461 "FSAGG-" 959556 NIL FSAGG- (NIL T T) -8 NIL NIL NIL) (-423 957106 957249 957476 "FSAGG2" 957917 NIL FSAGG2 (NIL T T T T) -7 NIL NIL NIL) (-422 954760 955040 955594 "FS2UPS" 956824 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL NIL) (-421 954342 954385 954540 "FS2" 954711 NIL FS2 (NIL T T T T) -7 NIL NIL NIL) (-420 953199 953370 953679 "FS2EXPXP" 954167 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL NIL) (-419 952625 952740 952892 "FRUTIL" 953079 NIL FRUTIL (NIL T) -7 NIL NIL NIL) (-418 944065 948120 949478 "FR" 951299 NIL FR (NIL T) -8 NIL NIL NIL) (-417 939140 941783 941823 "FRNAALG" 943219 NIL FRNAALG (NIL T) -9 NIL 943826 NIL) (-416 934813 935889 937164 "FRNAALG-" 937914 NIL FRNAALG- (NIL T T) -8 NIL NIL NIL) (-415 934451 934494 934621 "FRNAAF2" 934764 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL NIL) (-414 932858 933305 933600 "FRMOD" 934263 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL NIL) (-413 930636 931241 931558 "FRIDEAL" 932649 NIL FRIDEAL (NIL T T T T) -8 NIL NIL NIL) (-412 929831 929918 930207 "FRIDEAL2" 930543 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-411 928964 929378 929419 "FRETRCT" 929424 NIL FRETRCT (NIL T) -9 NIL 929600 NIL) (-410 928076 928307 928658 "FRETRCT-" 928663 NIL FRETRCT- (NIL T T) -8 NIL NIL NIL) (-409 925280 926464 926523 "FRAMALG" 927405 NIL FRAMALG (NIL T T) -9 NIL 927697 NIL) (-408 923414 923869 924499 "FRAMALG-" 924722 NIL FRAMALG- (NIL T T T) -8 NIL NIL NIL) (-407 917362 922889 923165 "FRAC" 923170 NIL FRAC (NIL T) -8 NIL NIL NIL) (-406 916998 917055 917162 "FRAC2" 917299 NIL FRAC2 (NIL T T) -7 NIL NIL NIL) (-405 916634 916691 916798 "FR2" 916935 NIL FR2 (NIL T T) -7 NIL NIL NIL) (-404 911299 914159 914187 "FPS" 915306 T FPS (NIL) -9 NIL 915863 NIL) (-403 910748 910857 911021 "FPS-" 911167 NIL FPS- (NIL T) -8 NIL NIL NIL) (-402 908194 909837 909865 "FPC" 910090 T FPC (NIL) -9 NIL 910232 NIL) (-401 907987 908027 908124 "FPC-" 908129 NIL FPC- (NIL T) -8 NIL NIL NIL) (-400 906865 907475 907516 "FPATMAB" 907521 NIL FPATMAB (NIL T) -9 NIL 907673 NIL) (-399 904565 905041 905467 "FPARFRAC" 906502 NIL FPARFRAC (NIL T T) -8 NIL NIL NIL) (-398 899958 900457 901139 "FORTRAN" 903997 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL NIL) (-397 897674 898174 898713 "FORT" 899439 T FORT (NIL) -7 NIL NIL NIL) (-396 895350 895912 895940 "FORTFN" 897000 T FORTFN (NIL) -9 NIL 897624 NIL) (-395 895114 895164 895192 "FORTCAT" 895251 T FORTCAT (NIL) -9 NIL 895313 NIL) (-394 893247 893730 894120 "FORMULA" 894744 T FORMULA (NIL) -8 NIL NIL NIL) (-393 893035 893065 893134 "FORMULA1" 893211 NIL FORMULA1 (NIL T) -7 NIL NIL NIL) (-392 892558 892610 892783 "FORDER" 892977 NIL FORDER (NIL T T T T) -7 NIL NIL NIL) (-391 891654 891818 892011 "FOP" 892385 T FOP (NIL) -7 NIL NIL NIL) (-390 890262 890934 891108 "FNLA" 891536 NIL FNLA (NIL NIL NIL T) -8 NIL NIL NIL) (-389 889017 889406 889434 "FNCAT" 889894 T FNCAT (NIL) -9 NIL 890154 NIL) (-388 888583 888976 889004 "FNAME" 889009 T FNAME (NIL) -8 NIL NIL NIL) (-387 887238 888175 888203 "FMTC" 888208 T FMTC (NIL) -9 NIL 888244 NIL) (-386 883598 884761 885390 "FMONOID" 886642 NIL FMONOID (NIL T) -8 NIL NIL NIL) (-385 882817 883340 883489 "FM" 883494 NIL FM (NIL T T) -8 NIL NIL NIL) (-384 880241 880887 880915 "FMFUN" 882059 T FMFUN (NIL) -9 NIL 882767 NIL) (-383 879510 879691 879719 "FMC" 880009 T FMC (NIL) -9 NIL 880191 NIL) (-382 876704 877538 877592 "FMCAT" 878787 NIL FMCAT (NIL T T) -9 NIL 879282 NIL) (-381 875597 876470 876570 "FM1" 876649 NIL FM1 (NIL T T) -8 NIL NIL NIL) (-380 873371 873787 874281 "FLOATRP" 875148 NIL FLOATRP (NIL T) -7 NIL NIL NIL) (-379 866972 871100 871721 "FLOAT" 872770 T FLOAT (NIL) -8 NIL NIL NIL) (-378 864410 864910 865488 "FLOATCP" 866439 NIL FLOATCP (NIL T) -7 NIL NIL NIL) (-377 863211 864023 864064 "FLINEXP" 864069 NIL FLINEXP (NIL T) -9 NIL 864162 NIL) (-376 862365 862600 862928 "FLINEXP-" 862933 NIL FLINEXP- (NIL T T) -8 NIL NIL NIL) (-375 861441 861585 861809 "FLASORT" 862217 NIL FLASORT (NIL T T) -7 NIL NIL NIL) (-374 858658 859500 859552 "FLALG" 860779 NIL FLALG (NIL T T) -9 NIL 861246 NIL) (-373 852442 856144 856185 "FLAGG" 857447 NIL FLAGG (NIL T) -9 NIL 858099 NIL) (-372 851168 851507 851997 "FLAGG-" 852002 NIL FLAGG- (NIL T T) -8 NIL NIL NIL) (-371 850210 850353 850580 "FLAGG2" 851021 NIL FLAGG2 (NIL T T T T) -7 NIL NIL NIL) (-370 847177 848159 848218 "FINRALG" 849346 NIL FINRALG (NIL T T) -9 NIL 849854 NIL) (-369 846337 846566 846905 "FINRALG-" 846910 NIL FINRALG- (NIL T T T) -8 NIL NIL NIL) (-368 845743 845956 845984 "FINITE" 846180 T FINITE (NIL) -9 NIL 846287 NIL) (-367 838201 840362 840402 "FINAALG" 844069 NIL FINAALG (NIL T) -9 NIL 845522 NIL) (-366 833533 834583 835727 "FINAALG-" 837106 NIL FINAALG- (NIL T T) -8 NIL NIL NIL) (-365 832928 833288 833391 "FILE" 833463 NIL FILE (NIL T) -8 NIL NIL NIL) (-364 831612 831924 831978 "FILECAT" 832662 NIL FILECAT (NIL T T) -9 NIL 832878 NIL) (-363 829472 830974 831002 "FIELD" 831042 T FIELD (NIL) -9 NIL 831122 NIL) (-362 828092 828477 828988 "FIELD-" 828993 NIL FIELD- (NIL T) -8 NIL NIL NIL) (-361 825969 826727 827074 "FGROUP" 827778 NIL FGROUP (NIL T) -8 NIL NIL NIL) (-360 825059 825223 825443 "FGLMICPK" 825801 NIL FGLMICPK (NIL T NIL) -7 NIL NIL NIL) (-359 820918 824984 825041 "FFX" 825046 NIL FFX (NIL T NIL) -8 NIL NIL NIL) (-358 820519 820580 820715 "FFSLPE" 820851 NIL FFSLPE (NIL T T T) -7 NIL NIL NIL) (-357 816508 817291 818087 "FFPOLY" 819755 NIL FFPOLY (NIL T) -7 NIL NIL NIL) (-356 816012 816048 816257 "FFPOLY2" 816466 NIL FFPOLY2 (NIL T T) -7 NIL NIL NIL) (-355 811882 815931 815994 "FFP" 815999 NIL FFP (NIL T NIL) -8 NIL NIL NIL) (-354 807307 811793 811857 "FF" 811862 NIL FF (NIL NIL NIL) -8 NIL NIL NIL) (-353 802460 806650 806840 "FFNBX" 807161 NIL FFNBX (NIL T NIL) -8 NIL NIL NIL) (-352 797416 801595 801853 "FFNBP" 802314 NIL FFNBP (NIL T NIL) -8 NIL NIL NIL) (-351 792076 796700 796911 "FFNB" 797249 NIL FFNB (NIL NIL NIL) -8 NIL NIL NIL) (-350 790908 791106 791421 "FFINTBAS" 791873 NIL FFINTBAS (NIL T T T) -7 NIL NIL NIL) (-349 787128 789315 789343 "FFIELDC" 789963 T FFIELDC (NIL) -9 NIL 790339 NIL) (-348 785790 786161 786658 "FFIELDC-" 786663 NIL FFIELDC- (NIL T) -8 NIL NIL NIL) (-347 785359 785405 785529 "FFHOM" 785732 NIL FFHOM (NIL T T T) -7 NIL NIL NIL) (-346 783054 783541 784058 "FFF" 784874 NIL FFF (NIL T) -7 NIL NIL NIL) (-345 778699 782796 782897 "FFCGX" 782997 NIL FFCGX (NIL T NIL) -8 NIL NIL NIL) (-344 774347 778431 778538 "FFCGP" 778642 NIL FFCGP (NIL T NIL) -8 NIL NIL NIL) (-343 769557 774074 774182 "FFCG" 774283 NIL FFCG (NIL NIL NIL) -8 NIL NIL NIL) (-342 751382 760428 760514 "FFCAT" 765679 NIL FFCAT (NIL T T T) -9 NIL 767130 NIL) (-341 746580 747627 748941 "FFCAT-" 750171 NIL FFCAT- (NIL T T T T) -8 NIL NIL NIL) (-340 745991 746034 746269 "FFCAT2" 746531 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-339 735188 738963 740183 "FEXPR" 744843 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL NIL) (-338 734188 734623 734664 "FEVALAB" 734748 NIL FEVALAB (NIL T) -9 NIL 735009 NIL) (-337 733347 733557 733895 "FEVALAB-" 733900 NIL FEVALAB- (NIL T T) -8 NIL NIL NIL) (-336 731940 732730 732933 "FDIV" 733246 NIL FDIV (NIL T T T T) -8 NIL NIL NIL) (-335 729006 729721 729836 "FDIVCAT" 731404 NIL FDIVCAT (NIL T T T T) -9 NIL 731841 NIL) (-334 728768 728795 728965 "FDIVCAT-" 728970 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL NIL) (-333 727988 728075 728352 "FDIV2" 728675 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-332 726674 726933 727222 "FCPAK1" 727719 T FCPAK1 (NIL) -7 NIL NIL NIL) (-331 725800 726174 726315 "FCOMP" 726565 NIL FCOMP (NIL T) -8 NIL NIL NIL) (-330 709529 712950 716488 "FC" 722282 T FC (NIL) -8 NIL NIL NIL) (-329 702100 706093 706133 "FAXF" 707935 NIL FAXF (NIL T) -9 NIL 708627 NIL) (-328 699376 700034 700859 "FAXF-" 701324 NIL FAXF- (NIL T T) -8 NIL NIL NIL) (-327 694476 698752 698928 "FARRAY" 699233 NIL FARRAY (NIL T) -8 NIL NIL NIL) (-326 689721 691761 691814 "FAMR" 692837 NIL FAMR (NIL T T) -9 NIL 693297 NIL) (-325 688611 688913 689348 "FAMR-" 689353 NIL FAMR- (NIL T T T) -8 NIL NIL NIL) (-324 687807 688533 688586 "FAMONOID" 688591 NIL FAMONOID (NIL T) -8 NIL NIL NIL) (-323 685619 686303 686356 "FAMONC" 687297 NIL FAMONC (NIL T T) -9 NIL 687683 NIL) (-322 684311 685373 685510 "FAGROUP" 685515 NIL FAGROUP (NIL T) -8 NIL NIL NIL) (-321 682106 682425 682828 "FACUTIL" 683992 NIL FACUTIL (NIL T T T T) -7 NIL NIL NIL) (-320 681205 681390 681612 "FACTFUNC" 681916 NIL FACTFUNC (NIL T) -7 NIL NIL NIL) (-319 673602 680456 680668 "EXPUPXS" 681061 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-318 671085 671625 672211 "EXPRTUBE" 673036 T EXPRTUBE (NIL) -7 NIL NIL NIL) (-317 667279 667871 668608 "EXPRODE" 670424 NIL EXPRODE (NIL T T) -7 NIL NIL NIL) (-316 652645 665934 666362 "EXPR" 666883 NIL EXPR (NIL T) -8 NIL NIL NIL) (-315 647052 647639 648452 "EXPR2UPS" 651943 NIL EXPR2UPS (NIL T T) -7 NIL NIL NIL) (-314 646688 646745 646852 "EXPR2" 646989 NIL EXPR2 (NIL T T) -7 NIL NIL NIL) (-313 638085 645820 646117 "EXPEXPAN" 646525 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL NIL) (-312 637912 638042 638071 "EXIT" 638076 T EXIT (NIL) -8 NIL NIL NIL) (-311 637419 637636 637727 "EXITAST" 637841 T EXITAST (NIL) -8 NIL NIL NIL) (-310 637046 637108 637221 "EVALCYC" 637351 NIL EVALCYC (NIL T) -7 NIL NIL NIL) (-309 636587 636705 636746 "EVALAB" 636916 NIL EVALAB (NIL T) -9 NIL 637020 NIL) (-308 636068 636190 636411 "EVALAB-" 636416 NIL EVALAB- (NIL T T) -8 NIL NIL NIL) (-307 633528 634804 634832 "EUCDOM" 635387 T EUCDOM (NIL) -9 NIL 635737 NIL) (-306 631933 632375 632965 "EUCDOM-" 632970 NIL EUCDOM- (NIL T) -8 NIL NIL NIL) (-305 619471 622231 624981 "ESTOOLS" 629203 T ESTOOLS (NIL) -7 NIL NIL NIL) (-304 619103 619160 619269 "ESTOOLS2" 619408 NIL ESTOOLS2 (NIL T T) -7 NIL NIL NIL) (-303 618854 618896 618976 "ESTOOLS1" 619055 NIL ESTOOLS1 (NIL T) -7 NIL NIL NIL) (-302 612759 614487 614515 "ES" 617283 T ES (NIL) -9 NIL 618692 NIL) (-301 607706 608993 610810 "ES-" 610974 NIL ES- (NIL T) -8 NIL NIL NIL) (-300 604080 604841 605621 "ESCONT" 606946 T ESCONT (NIL) -7 NIL NIL NIL) (-299 603825 603857 603939 "ESCONT1" 604042 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL NIL) (-298 603500 603550 603650 "ES2" 603769 NIL ES2 (NIL T T) -7 NIL NIL NIL) (-297 603130 603188 603297 "ES1" 603436 NIL ES1 (NIL T T) -7 NIL NIL NIL) (-296 602346 602475 602651 "ERROR" 602974 T ERROR (NIL) -7 NIL NIL NIL) (-295 595849 602205 602296 "EQTBL" 602301 NIL EQTBL (NIL T T) -8 NIL NIL NIL) (-294 588400 591163 592612 "EQ" 594433 NIL -2064 (NIL T) -8 NIL NIL NIL) (-293 588032 588089 588198 "EQ2" 588337 NIL EQ2 (NIL T T) -7 NIL NIL NIL) (-292 583321 584370 585463 "EP" 586971 NIL EP (NIL T) -7 NIL NIL NIL) (-291 581899 582196 582508 "ENV" 583029 T ENV (NIL) -8 NIL NIL NIL) (-290 581070 581598 581626 "ENTIRER" 581631 T ENTIRER (NIL) -9 NIL 581677 NIL) (-289 577564 579025 579395 "EMR" 580869 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL NIL) (-288 576708 576893 576947 "ELTAGG" 577327 NIL ELTAGG (NIL T T) -9 NIL 577538 NIL) (-287 576427 576489 576630 "ELTAGG-" 576635 NIL ELTAGG- (NIL T T T) -8 NIL NIL NIL) (-286 576216 576245 576299 "ELTAB" 576383 NIL ELTAB (NIL T T) -9 NIL NIL NIL) (-285 575342 575488 575687 "ELFUTS" 576067 NIL ELFUTS (NIL T T) -7 NIL NIL NIL) (-284 575084 575140 575168 "ELEMFUN" 575273 T ELEMFUN (NIL) -9 NIL NIL NIL) (-283 574954 574975 575043 "ELEMFUN-" 575048 NIL ELEMFUN- (NIL T) -8 NIL NIL NIL) (-282 569845 573054 573095 "ELAGG" 574035 NIL ELAGG (NIL T) -9 NIL 574498 NIL) (-281 568130 568564 569227 "ELAGG-" 569232 NIL ELAGG- (NIL T T) -8 NIL NIL NIL) (-280 566795 567073 567366 "ELABEXPR" 567857 T ELABEXPR (NIL) -8 NIL NIL NIL) (-279 559659 561462 562289 "EFUPXS" 566071 NIL EFUPXS (NIL T T T T) -8 NIL NIL NIL) (-278 553109 554910 555720 "EFULS" 558935 NIL EFULS (NIL T T T) -8 NIL NIL NIL) (-277 550531 550889 551368 "EFSTRUC" 552741 NIL EFSTRUC (NIL T T) -7 NIL NIL NIL) (-276 539602 541168 542728 "EF" 549046 NIL EF (NIL T T) -7 NIL NIL NIL) (-275 538703 539087 539236 "EAB" 539473 T EAB (NIL) -8 NIL NIL NIL) (-274 537912 538662 538690 "E04UCFA" 538695 T E04UCFA (NIL) -8 NIL NIL NIL) (-273 537121 537871 537899 "E04NAFA" 537904 T E04NAFA (NIL) -8 NIL NIL NIL) (-272 536330 537080 537108 "E04MBFA" 537113 T E04MBFA (NIL) -8 NIL NIL NIL) (-271 535539 536289 536317 "E04JAFA" 536322 T E04JAFA (NIL) -8 NIL NIL NIL) (-270 534750 535498 535526 "E04GCFA" 535531 T E04GCFA (NIL) -8 NIL NIL NIL) (-269 533961 534709 534737 "E04FDFA" 534742 T E04FDFA (NIL) -8 NIL NIL NIL) (-268 533170 533920 533948 "E04DGFA" 533953 T E04DGFA (NIL) -8 NIL NIL NIL) (-267 527343 528695 530059 "E04AGNT" 531826 T E04AGNT (NIL) -7 NIL NIL NIL) (-266 526049 526529 526569 "DVARCAT" 527044 NIL DVARCAT (NIL T) -9 NIL 527243 NIL) (-265 525253 525465 525779 "DVARCAT-" 525784 NIL DVARCAT- (NIL T T) -8 NIL NIL NIL) (-264 518145 525052 525181 "DSMP" 525186 NIL DSMP (NIL T T T) -8 NIL NIL NIL) (-263 512954 514090 515158 "DROPT" 517097 T DROPT (NIL) -8 NIL NIL NIL) (-262 512619 512678 512776 "DROPT1" 512889 NIL DROPT1 (NIL T) -7 NIL NIL NIL) (-261 507734 508860 509997 "DROPT0" 511502 T DROPT0 (NIL) -7 NIL NIL NIL) (-260 506079 506404 506790 "DRAWPT" 507368 T DRAWPT (NIL) -7 NIL NIL NIL) (-259 500666 501589 502668 "DRAW" 505053 NIL DRAW (NIL T) -7 NIL NIL NIL) (-258 500299 500352 500470 "DRAWHACK" 500607 NIL DRAWHACK (NIL T) -7 NIL NIL NIL) (-257 499030 499299 499590 "DRAWCX" 500028 T DRAWCX (NIL) -7 NIL NIL NIL) (-256 498545 498614 498765 "DRAWCURV" 498956 NIL DRAWCURV (NIL T T) -7 NIL NIL NIL) (-255 489013 490975 493090 "DRAWCFUN" 496450 T DRAWCFUN (NIL) -7 NIL NIL NIL) (-254 485826 487708 487749 "DQAGG" 488378 NIL DQAGG (NIL T) -9 NIL 488651 NIL) (-253 474097 480804 480887 "DPOLCAT" 482739 NIL DPOLCAT (NIL T T T T) -9 NIL 483284 NIL) (-252 468933 470282 472240 "DPOLCAT-" 472245 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL NIL) (-251 462082 468794 468892 "DPMO" 468897 NIL DPMO (NIL NIL T T) -8 NIL NIL NIL) (-250 455134 461862 462029 "DPMM" 462034 NIL DPMM (NIL NIL T T T) -8 NIL NIL NIL) (-249 454766 455053 455101 "DOMCTOR" 455106 T DOMCTOR (NIL) -8 NIL NIL NIL) (-248 454061 454288 454425 "DOMAIN" 454649 T DOMAIN (NIL) -8 NIL NIL NIL) (-247 447804 453696 453848 "DMP" 453962 NIL DMP (NIL NIL T) -8 NIL NIL NIL) (-246 447404 447460 447604 "DLP" 447742 NIL DLP (NIL T) -7 NIL NIL NIL) (-245 441274 446731 446921 "DLIST" 447246 NIL DLIST (NIL T) -8 NIL NIL NIL) (-244 438118 440127 440168 "DLAGG" 440718 NIL DLAGG (NIL T) -9 NIL 440948 NIL) (-243 436923 437561 437589 "DIVRING" 437681 T DIVRING (NIL) -9 NIL 437764 NIL) (-242 436160 436350 436650 "DIVRING-" 436655 NIL DIVRING- (NIL T) -8 NIL NIL NIL) (-241 434262 434619 435025 "DISPLAY" 435774 T DISPLAY (NIL) -7 NIL NIL NIL) (-240 428198 434176 434239 "DIRPROD" 434244 NIL DIRPROD (NIL NIL T) -8 NIL NIL NIL) (-239 427046 427249 427514 "DIRPROD2" 427991 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL NIL) (-238 416303 422261 422314 "DIRPCAT" 422724 NIL DIRPCAT (NIL NIL T) -9 NIL 423564 NIL) (-237 413629 414271 415152 "DIRPCAT-" 415489 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL NIL) (-236 412916 413076 413262 "DIOSP" 413463 T DIOSP (NIL) -7 NIL NIL NIL) (-235 409618 411828 411869 "DIOPS" 412303 NIL DIOPS (NIL T) -9 NIL 412532 NIL) (-234 409167 409281 409472 "DIOPS-" 409477 NIL DIOPS- (NIL T T) -8 NIL NIL NIL) (-233 408051 408653 408681 "DIFRING" 408868 T DIFRING (NIL) -9 NIL 408978 NIL) (-232 407697 407774 407926 "DIFRING-" 407931 NIL DIFRING- (NIL T) -8 NIL NIL NIL) (-231 405494 406740 406781 "DIFEXT" 407144 NIL DIFEXT (NIL T) -9 NIL 407438 NIL) (-230 403779 404207 404873 "DIFEXT-" 404878 NIL DIFEXT- (NIL T T) -8 NIL NIL NIL) (-229 401101 403311 403352 "DIAGG" 403357 NIL DIAGG (NIL T) -9 NIL 403377 NIL) (-228 400485 400642 400894 "DIAGG-" 400899 NIL DIAGG- (NIL T T) -8 NIL NIL NIL) (-227 395950 399444 399721 "DHMATRIX" 400254 NIL DHMATRIX (NIL T) -8 NIL NIL NIL) (-226 391562 392471 393481 "DFSFUN" 394960 T DFSFUN (NIL) -7 NIL NIL NIL) (-225 386667 390493 390805 "DFLOAT" 391270 T DFLOAT (NIL) -8 NIL NIL NIL) (-224 384895 385176 385572 "DFINTTLS" 386375 NIL DFINTTLS (NIL T T) -7 NIL NIL NIL) (-223 381951 382916 383316 "DERHAM" 384561 NIL DERHAM (NIL T NIL) -8 NIL NIL NIL) (-222 379800 381726 381815 "DEQUEUE" 381895 NIL DEQUEUE (NIL T) -8 NIL NIL NIL) (-221 379015 379148 379344 "DEGRED" 379662 NIL DEGRED (NIL T T) -7 NIL NIL NIL) (-220 375410 376155 377008 "DEFINTRF" 378243 NIL DEFINTRF (NIL T) -7 NIL NIL NIL) (-219 372937 373406 374005 "DEFINTEF" 374929 NIL DEFINTEF (NIL T T) -7 NIL NIL NIL) (-218 372314 372557 372672 "DEFAST" 372842 T DEFAST (NIL) -8 NIL NIL NIL) (-217 366345 371909 372058 "DECIMAL" 372185 T DECIMAL (NIL) -8 NIL NIL NIL) (-216 363855 364315 364821 "DDFACT" 365889 NIL DDFACT (NIL T T) -7 NIL NIL NIL) (-215 363451 363494 363645 "DBLRESP" 363806 NIL DBLRESP (NIL T T T T) -7 NIL NIL NIL) (-214 361350 361684 362044 "DBASE" 363218 NIL DBASE (NIL T) -8 NIL NIL NIL) (-213 360619 360830 360976 "DATAARY" 361249 NIL DATAARY (NIL NIL T) -8 NIL NIL NIL) (-212 359752 360578 360606 "D03FAFA" 360611 T D03FAFA (NIL) -8 NIL NIL NIL) (-211 358886 359711 359739 "D03EEFA" 359744 T D03EEFA (NIL) -8 NIL NIL NIL) (-210 356836 357302 357791 "D03AGNT" 358417 T D03AGNT (NIL) -7 NIL NIL NIL) (-209 356152 356795 356823 "D02EJFA" 356828 T D02EJFA (NIL) -8 NIL NIL NIL) (-208 355468 356111 356139 "D02CJFA" 356144 T D02CJFA (NIL) -8 NIL NIL NIL) (-207 354784 355427 355455 "D02BHFA" 355460 T D02BHFA (NIL) -8 NIL NIL NIL) (-206 354100 354743 354771 "D02BBFA" 354776 T D02BBFA (NIL) -8 NIL NIL NIL) (-205 347297 348886 350492 "D02AGNT" 352514 T D02AGNT (NIL) -7 NIL NIL NIL) (-204 345065 345588 346134 "D01WGTS" 346771 T D01WGTS (NIL) -7 NIL NIL NIL) (-203 344159 345024 345052 "D01TRNS" 345057 T D01TRNS (NIL) -8 NIL NIL NIL) (-202 343254 344118 344146 "D01GBFA" 344151 T D01GBFA (NIL) -8 NIL NIL NIL) (-201 342349 343213 343241 "D01FCFA" 343246 T D01FCFA (NIL) -8 NIL NIL NIL) (-200 341444 342308 342336 "D01ASFA" 342341 T D01ASFA (NIL) -8 NIL NIL NIL) (-199 340539 341403 341431 "D01AQFA" 341436 T D01AQFA (NIL) -8 NIL NIL NIL) (-198 339634 340498 340526 "D01APFA" 340531 T D01APFA (NIL) -8 NIL NIL NIL) (-197 338729 339593 339621 "D01ANFA" 339626 T D01ANFA (NIL) -8 NIL NIL NIL) (-196 337824 338688 338716 "D01AMFA" 338721 T D01AMFA (NIL) -8 NIL NIL NIL) (-195 336919 337783 337811 "D01ALFA" 337816 T D01ALFA (NIL) -8 NIL NIL NIL) (-194 336014 336878 336906 "D01AKFA" 336911 T D01AKFA (NIL) -8 NIL NIL NIL) (-193 335109 335973 336001 "D01AJFA" 336006 T D01AJFA (NIL) -8 NIL NIL NIL) (-192 328404 329957 331518 "D01AGNT" 333568 T D01AGNT (NIL) -7 NIL NIL NIL) (-191 327741 327869 328021 "CYCLOTOM" 328272 T CYCLOTOM (NIL) -7 NIL NIL NIL) (-190 324476 325189 325916 "CYCLES" 327034 T CYCLES (NIL) -7 NIL NIL NIL) (-189 323788 323922 324093 "CVMP" 324337 NIL CVMP (NIL T) -7 NIL NIL NIL) (-188 321559 321817 322193 "CTRIGMNP" 323516 NIL CTRIGMNP (NIL T T) -7 NIL NIL NIL) (-187 321054 321353 321426 "CTOR" 321506 T CTOR (NIL) -8 NIL NIL NIL) (-186 320590 320785 320886 "CTORKIND" 320973 T CTORKIND (NIL) -8 NIL NIL NIL) (-185 319938 320197 320225 "CTORCAT" 320407 T CTORCAT (NIL) -9 NIL 320520 NIL) (-184 319536 319647 319806 "CTORCAT-" 319811 NIL CTORCAT- (NIL T) -8 NIL NIL NIL) (-183 319052 319239 319337 "CTORCALL" 319458 T CTORCALL (NIL) -8 NIL NIL NIL) (-182 318426 318525 318678 "CSTTOOLS" 318949 NIL CSTTOOLS (NIL T T) -7 NIL NIL NIL) (-181 314225 314882 315640 "CRFP" 317738 NIL CRFP (NIL T T) -7 NIL NIL NIL) (-180 313727 313946 314038 "CRCEAST" 314153 T CRCEAST (NIL) -8 NIL NIL NIL) (-179 312774 312959 313187 "CRAPACK" 313531 NIL CRAPACK (NIL T) -7 NIL NIL NIL) (-178 312158 312259 312463 "CPMATCH" 312650 NIL CPMATCH (NIL T T T) -7 NIL NIL NIL) (-177 311883 311911 312017 "CPIMA" 312124 NIL CPIMA (NIL T T T) -7 NIL NIL NIL) (-176 308247 308919 309637 "COORDSYS" 311218 NIL COORDSYS (NIL T) -7 NIL NIL NIL) (-175 307655 307777 307920 "CONTOUR" 308124 T CONTOUR (NIL) -8 NIL NIL NIL) (-174 303573 305658 306150 "CONTFRAC" 307195 NIL CONTFRAC (NIL T) -8 NIL NIL NIL) (-173 303453 303474 303502 "CONDUIT" 303539 T CONDUIT (NIL) -9 NIL NIL NIL) (-172 302618 303146 303174 "COMRING" 303179 T COMRING (NIL) -9 NIL 303231 NIL) (-171 301699 301976 302160 "COMPPROP" 302454 T COMPPROP (NIL) -8 NIL NIL NIL) (-170 301360 301395 301523 "COMPLPAT" 301658 NIL COMPLPAT (NIL T T T) -7 NIL NIL NIL) (-169 291409 301169 301278 "COMPLEX" 301283 NIL COMPLEX (NIL T) -8 NIL NIL NIL) (-168 291045 291102 291209 "COMPLEX2" 291346 NIL COMPLEX2 (NIL T T) -7 NIL NIL NIL) (-167 290763 290798 290896 "COMPFACT" 291004 NIL COMPFACT (NIL T T) -7 NIL NIL NIL) (-166 274917 285145 285185 "COMPCAT" 286189 NIL COMPCAT (NIL T) -9 NIL 287585 NIL) (-165 264428 267356 270983 "COMPCAT-" 271339 NIL COMPCAT- (NIL T T) -8 NIL NIL NIL) (-164 264157 264185 264288 "COMMUPC" 264394 NIL COMMUPC (NIL T T T) -7 NIL NIL NIL) (-163 263951 263985 264044 "COMMONOP" 264118 T COMMONOP (NIL) -7 NIL NIL NIL) (-162 263534 263702 263789 "COMM" 263884 T COMM (NIL) -8 NIL NIL NIL) (-161 263137 263338 263413 "COMMAAST" 263479 T COMMAAST (NIL) -8 NIL NIL NIL) (-160 262386 262580 262608 "COMBOPC" 262946 T COMBOPC (NIL) -9 NIL 263121 NIL) (-159 261282 261492 261734 "COMBINAT" 262176 NIL COMBINAT (NIL T) -7 NIL NIL NIL) (-158 257479 258053 258693 "COMBF" 260704 NIL COMBF (NIL T T) -7 NIL NIL NIL) (-157 256264 256595 256830 "COLOR" 257264 T COLOR (NIL) -8 NIL NIL NIL) (-156 255767 255985 256077 "COLONAST" 256192 T COLONAST (NIL) -8 NIL NIL NIL) (-155 255407 255454 255579 "CMPLXRT" 255714 NIL CMPLXRT (NIL T T) -7 NIL NIL NIL) (-154 254882 255107 255206 "CLLCTAST" 255328 T CLLCTAST (NIL) -8 NIL NIL NIL) (-153 250382 251412 252492 "CLIP" 253822 T CLIP (NIL) -7 NIL NIL NIL) (-152 248755 249488 249727 "CLIF" 250209 NIL CLIF (NIL NIL T NIL) -8 NIL NIL NIL) (-151 244977 246901 246942 "CLAGG" 247871 NIL CLAGG (NIL T) -9 NIL 248407 NIL) (-150 243399 243856 244439 "CLAGG-" 244444 NIL CLAGG- (NIL T T) -8 NIL NIL NIL) (-149 242943 243028 243168 "CINTSLPE" 243308 NIL CINTSLPE (NIL T T) -7 NIL NIL NIL) (-148 240444 240915 241463 "CHVAR" 242471 NIL CHVAR (NIL T T T) -7 NIL NIL NIL) (-147 239679 240207 240235 "CHARZ" 240240 T CHARZ (NIL) -9 NIL 240255 NIL) (-146 239433 239473 239551 "CHARPOL" 239633 NIL CHARPOL (NIL T) -7 NIL NIL NIL) (-145 238552 239113 239141 "CHARNZ" 239188 T CHARNZ (NIL) -9 NIL 239244 NIL) (-144 236541 237242 237577 "CHAR" 238237 T CHAR (NIL) -8 NIL NIL NIL) (-143 236267 236328 236356 "CFCAT" 236467 T CFCAT (NIL) -9 NIL NIL NIL) (-142 235512 235623 235805 "CDEN" 236151 NIL CDEN (NIL T T T) -7 NIL NIL NIL) (-141 231504 234665 234945 "CCLASS" 235252 T CCLASS (NIL) -8 NIL NIL NIL) (-140 230811 230954 231117 "CATEGORY" 231361 T -10 (NIL) -8 NIL NIL NIL) (-139 230443 230730 230778 "CATCTOR" 230783 T CATCTOR (NIL) -8 NIL NIL NIL) (-138 229921 230146 230244 "CATAST" 230365 T CATAST (NIL) -8 NIL NIL NIL) (-137 229424 229642 229734 "CASEAST" 229849 T CASEAST (NIL) -8 NIL NIL NIL) (-136 224460 225453 226206 "CARTEN" 228727 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL NIL) (-135 223568 223716 223937 "CARTEN2" 224307 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL NIL) (-134 221910 222718 222975 "CARD" 223331 T CARD (NIL) -8 NIL NIL NIL) (-133 221513 221714 221789 "CAPSLAST" 221855 T CAPSLAST (NIL) -8 NIL NIL NIL) (-132 220885 221213 221241 "CACHSET" 221373 T CACHSET (NIL) -9 NIL 221450 NIL) (-131 220381 220677 220705 "CABMON" 220755 T CABMON (NIL) -9 NIL 220811 NIL) (-130 219881 220085 220195 "BYTEORD" 220291 T BYTEORD (NIL) -8 NIL NIL NIL) (-129 218884 219415 219557 "BYTE" 219720 T BYTE (NIL) -8 NIL NIL 219842) (-128 214284 218389 218561 "BYTEBUF" 218732 T BYTEBUF (NIL) -8 NIL NIL NIL) (-127 211841 213976 214083 "BTREE" 214210 NIL BTREE (NIL T) -8 NIL NIL NIL) (-126 209338 211489 211611 "BTOURN" 211751 NIL BTOURN (NIL T) -8 NIL NIL NIL) (-125 206755 208808 208849 "BTCAT" 208917 NIL BTCAT (NIL T) -9 NIL 208994 NIL) (-124 206422 206502 206651 "BTCAT-" 206656 NIL BTCAT- (NIL T T) -8 NIL NIL NIL) (-123 201714 205565 205593 "BTAGG" 205815 T BTAGG (NIL) -9 NIL 205976 NIL) (-122 201204 201329 201535 "BTAGG-" 201540 NIL BTAGG- (NIL T) -8 NIL NIL NIL) (-121 198247 200482 200697 "BSTREE" 201021 NIL BSTREE (NIL T) -8 NIL NIL NIL) (-120 197385 197511 197695 "BRILL" 198103 NIL BRILL (NIL T) -7 NIL NIL NIL) (-119 194084 196111 196152 "BRAGG" 196801 NIL BRAGG (NIL T) -9 NIL 197059 NIL) (-118 192613 193019 193574 "BRAGG-" 193579 NIL BRAGG- (NIL T T) -8 NIL NIL NIL) (-117 185869 191959 192143 "BPADICRT" 192461 NIL BPADICRT (NIL NIL) -8 NIL NIL NIL) (-116 184211 185806 185851 "BPADIC" 185856 NIL BPADIC (NIL NIL) -8 NIL NIL NIL) (-115 183909 183939 184053 "BOUNDZRO" 184175 NIL BOUNDZRO (NIL T T) -7 NIL NIL NIL) (-114 179021 180193 181138 "BOP" 182984 T BOP (NIL) -8 NIL NIL NIL) (-113 176642 177086 177606 "BOP1" 178534 NIL BOP1 (NIL T) -7 NIL NIL NIL) (-112 175344 176066 176259 "BOOLEAN" 176469 T BOOLEAN (NIL) -8 NIL NIL NIL) (-111 174706 175084 175138 "BMODULE" 175143 NIL BMODULE (NIL T T) -9 NIL 175208 NIL) (-110 170534 174504 174577 "BITS" 174653 T BITS (NIL) -8 NIL NIL NIL) (-109 169946 170068 170210 "BINDING" 170412 T BINDING (NIL) -8 NIL NIL NIL) (-108 163980 169543 169691 "BINARY" 169818 T BINARY (NIL) -8 NIL NIL NIL) (-107 161807 163235 163276 "BGAGG" 163536 NIL BGAGG (NIL T) -9 NIL 163673 NIL) (-106 161638 161670 161761 "BGAGG-" 161766 NIL BGAGG- (NIL T T) -8 NIL NIL NIL) (-105 160736 161022 161227 "BFUNCT" 161453 T BFUNCT (NIL) -8 NIL NIL NIL) (-104 159426 159604 159892 "BEZOUT" 160560 NIL BEZOUT (NIL T T T T T) -7 NIL NIL NIL) (-103 155943 158278 158608 "BBTREE" 159129 NIL BBTREE (NIL T) -8 NIL NIL NIL) (-102 155677 155730 155758 "BASTYPE" 155877 T BASTYPE (NIL) -9 NIL NIL NIL) (-101 155530 155558 155631 "BASTYPE-" 155636 NIL BASTYPE- (NIL T) -8 NIL NIL NIL) (-100 154964 155040 155192 "BALFACT" 155441 NIL BALFACT (NIL T T) -7 NIL NIL NIL) (-99 153847 154379 154565 "AUTOMOR" 154809 NIL AUTOMOR (NIL T) -8 NIL NIL NIL) (-98 153573 153578 153604 "ATTREG" 153609 T ATTREG (NIL) -9 NIL NIL NIL) (-97 151852 152270 152622 "ATTRBUT" 153239 T ATTRBUT (NIL) -8 NIL NIL NIL) (-96 151487 151680 151746 "ATTRAST" 151804 T ATTRAST (NIL) -8 NIL NIL NIL) (-95 151023 151136 151162 "ATRIG" 151363 T ATRIG (NIL) -9 NIL NIL NIL) (-94 150832 150873 150960 "ATRIG-" 150965 NIL ATRIG- (NIL T) -8 NIL NIL NIL) (-93 150503 150663 150689 "ASTCAT" 150694 T ASTCAT (NIL) -9 NIL 150724 NIL) (-92 150230 150289 150408 "ASTCAT-" 150413 NIL ASTCAT- (NIL T) -8 NIL NIL NIL) (-91 148427 150006 150094 "ASTACK" 150173 NIL ASTACK (NIL T) -8 NIL NIL NIL) (-90 146932 147229 147594 "ASSOCEQ" 148109 NIL ASSOCEQ (NIL T T) -7 NIL NIL NIL) (-89 145964 146591 146715 "ASP9" 146839 NIL ASP9 (NIL NIL) -8 NIL NIL NIL) (-88 145727 145912 145951 "ASP8" 145956 NIL ASP8 (NIL NIL) -8 NIL NIL NIL) (-87 144595 145332 145474 "ASP80" 145616 NIL ASP80 (NIL NIL) -8 NIL NIL NIL) (-86 143493 144230 144362 "ASP7" 144494 NIL ASP7 (NIL NIL) -8 NIL NIL NIL) (-85 142447 143170 143288 "ASP78" 143406 NIL ASP78 (NIL NIL) -8 NIL NIL NIL) (-84 141416 142127 142244 "ASP77" 142361 NIL ASP77 (NIL NIL) -8 NIL NIL NIL) (-83 140328 141054 141185 "ASP74" 141316 NIL ASP74 (NIL NIL) -8 NIL NIL NIL) (-82 139228 139963 140095 "ASP73" 140227 NIL ASP73 (NIL NIL) -8 NIL NIL NIL) (-81 138332 139054 139154 "ASP6" 139159 NIL ASP6 (NIL NIL) -8 NIL NIL NIL) (-80 137276 138009 138127 "ASP55" 138245 NIL ASP55 (NIL NIL) -8 NIL NIL NIL) (-79 136225 136950 137069 "ASP50" 137188 NIL ASP50 (NIL NIL) -8 NIL NIL NIL) (-78 135313 135926 136036 "ASP4" 136146 NIL ASP4 (NIL NIL) -8 NIL NIL NIL) (-77 134401 135014 135124 "ASP49" 135234 NIL ASP49 (NIL NIL) -8 NIL NIL NIL) (-76 133185 133940 134108 "ASP42" 134290 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-75 131961 132718 132888 "ASP41" 133072 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-74 130911 131638 131756 "ASP35" 131874 NIL ASP35 (NIL NIL) -8 NIL NIL NIL) (-73 130676 130859 130898 "ASP34" 130903 NIL ASP34 (NIL NIL) -8 NIL NIL NIL) (-72 130413 130480 130556 "ASP33" 130631 NIL ASP33 (NIL NIL) -8 NIL NIL NIL) (-71 129306 130048 130180 "ASP31" 130312 NIL ASP31 (NIL NIL) -8 NIL NIL NIL) (-70 129071 129254 129293 "ASP30" 129298 NIL ASP30 (NIL NIL) -8 NIL NIL NIL) (-69 128806 128875 128951 "ASP29" 129026 NIL ASP29 (NIL NIL) -8 NIL NIL NIL) (-68 128571 128754 128793 "ASP28" 128798 NIL ASP28 (NIL NIL) -8 NIL NIL NIL) (-67 128336 128519 128558 "ASP27" 128563 NIL ASP27 (NIL NIL) -8 NIL NIL NIL) (-66 127420 128034 128145 "ASP24" 128256 NIL ASP24 (NIL NIL) -8 NIL NIL NIL) (-65 126496 127222 127334 "ASP20" 127339 NIL ASP20 (NIL NIL) -8 NIL NIL NIL) (-64 125584 126197 126307 "ASP1" 126417 NIL ASP1 (NIL NIL) -8 NIL NIL NIL) (-63 124526 125258 125377 "ASP19" 125496 NIL ASP19 (NIL NIL) -8 NIL NIL NIL) (-62 124263 124330 124406 "ASP12" 124481 NIL ASP12 (NIL NIL) -8 NIL NIL NIL) (-61 123115 123862 124006 "ASP10" 124150 NIL ASP10 (NIL NIL) -8 NIL NIL NIL) (-60 121014 122959 123050 "ARRAY2" 123055 NIL ARRAY2 (NIL T) -8 NIL NIL NIL) (-59 116827 120662 120776 "ARRAY1" 120931 NIL ARRAY1 (NIL T) -8 NIL NIL NIL) (-58 115859 116032 116253 "ARRAY12" 116650 NIL ARRAY12 (NIL T T) -7 NIL NIL NIL) (-57 110218 112089 112164 "ARR2CAT" 114794 NIL ARR2CAT (NIL T T T) -9 NIL 115552 NIL) (-56 107652 108396 109350 "ARR2CAT-" 109355 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL NIL) (-55 106996 107279 107404 "ARITY" 107545 T ARITY (NIL) -8 NIL NIL NIL) (-54 105744 105896 106202 "APPRULE" 106832 NIL APPRULE (NIL T T T) -7 NIL NIL NIL) (-53 105395 105443 105562 "APPLYORE" 105690 NIL APPLYORE (NIL T T T) -7 NIL NIL NIL) (-52 104369 104660 104855 "ANY" 105218 T ANY (NIL) -8 NIL NIL NIL) (-51 103647 103770 103927 "ANY1" 104243 NIL ANY1 (NIL T) -7 NIL NIL NIL) (-50 101204 102084 102411 "ANTISYM" 103371 NIL ANTISYM (NIL T NIL) -8 NIL NIL NIL) (-49 100723 100911 101007 "ANON" 101126 T ANON (NIL) -8 NIL NIL NIL) (-48 94847 99262 99716 "AN" 100287 T AN (NIL) -8 NIL NIL NIL) (-47 91095 92457 92508 "AMR" 93256 NIL AMR (NIL T T) -9 NIL 93856 NIL) (-46 90207 90428 90791 "AMR-" 90796 NIL AMR- (NIL T T T) -8 NIL NIL NIL) (-45 74757 90124 90185 "ALIST" 90190 NIL ALIST (NIL T T) -8 NIL NIL NIL) (-44 71586 74351 74520 "ALGSC" 74675 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-43 68141 68696 69303 "ALGPKG" 71026 NIL ALGPKG (NIL T T) -7 NIL NIL NIL) (-42 67418 67519 67703 "ALGMFACT" 68027 NIL ALGMFACT (NIL T T T) -7 NIL NIL NIL) (-41 63155 63842 64497 "ALGMANIP" 66941 NIL ALGMANIP (NIL T T) -7 NIL NIL NIL) (-40 54552 62781 62931 "ALGFF" 63088 NIL ALGFF (NIL T T T NIL) -8 NIL NIL NIL) (-39 53748 53879 54058 "ALGFACT" 54410 NIL ALGFACT (NIL T) -7 NIL NIL NIL) (-38 52805 53379 53417 "ALGEBRA" 53422 NIL ALGEBRA (NIL T) -9 NIL 53463 NIL) (-37 52523 52582 52714 "ALGEBRA-" 52719 NIL ALGEBRA- (NIL T T) -8 NIL NIL NIL) (-36 34782 50525 50577 "ALAGG" 50713 NIL ALAGG (NIL T T) -9 NIL 50874 NIL) (-35 34318 34431 34457 "AHYP" 34658 T AHYP (NIL) -9 NIL NIL NIL) (-34 33249 33497 33523 "AGG" 34022 T AGG (NIL) -9 NIL 34301 NIL) (-33 32683 32845 33059 "AGG-" 33064 NIL AGG- (NIL T) -8 NIL NIL NIL) (-32 30359 30782 31200 "AF" 32325 NIL AF (NIL T T) -7 NIL NIL NIL) (-31 29866 30084 30174 "ADDAST" 30287 T ADDAST (NIL) -8 NIL NIL NIL) (-30 29134 29393 29549 "ACPLOT" 29728 T ACPLOT (NIL) -8 NIL NIL NIL) (-29 18418 26347 26398 "ACFS" 27109 NIL ACFS (NIL T) -9 NIL 27348 NIL) (-28 16432 16922 17697 "ACFS-" 17702 NIL ACFS- (NIL T T) -8 NIL NIL NIL) (-27 12697 14599 14625 "ACF" 15504 T ACF (NIL) -9 NIL 15916 NIL) (-26 11401 11735 12228 "ACF-" 12233 NIL ACF- (NIL T) -8 NIL NIL NIL) (-25 10999 11168 11194 "ABELSG" 11286 T ABELSG (NIL) -9 NIL 11351 NIL) (-24 10866 10891 10957 "ABELSG-" 10962 NIL ABELSG- (NIL T) -8 NIL NIL NIL) (-23 10235 10496 10522 "ABELMON" 10692 T ABELMON (NIL) -9 NIL 10804 NIL) (-22 9899 9983 10121 "ABELMON-" 10126 NIL ABELMON- (NIL T) -8 NIL NIL NIL) (-21 9233 9579 9605 "ABELGRP" 9730 T ABELGRP (NIL) -9 NIL 9812 NIL) (-20 8696 8825 9041 "ABELGRP-" 9046 NIL ABELGRP- (NIL T) -8 NIL NIL NIL) (-19 4333 8035 8074 "A1AGG" 8079 NIL A1AGG (NIL T) -9 NIL 8119 NIL) (-18 30 1251 2813 "A1AGG-" 2818 NIL A1AGG- (NIL T T) -8 NIL NIL NIL)) \ No newline at end of file
+((-3 3199202 3199207 3199212 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-2 3199187 3199192 3199197 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1 3199172 3199177 3199182 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (0 3199157 3199162 3199167 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1287 3198326 3199032 3199109 "ZMOD" 3199114 NIL ZMOD (NIL NIL) -8 NIL NIL NIL) (-1286 3197436 3197600 3197809 "ZLINDEP" 3198158 NIL ZLINDEP (NIL T) -7 NIL NIL NIL) (-1285 3186736 3188504 3190476 "ZDSOLVE" 3195566 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL NIL) (-1284 3185982 3186123 3186312 "YSTREAM" 3186582 NIL YSTREAM (NIL T) -7 NIL NIL NIL) (-1283 3183783 3185283 3185487 "XRPOLY" 3185825 NIL XRPOLY (NIL T T) -8 NIL NIL NIL) (-1282 3180363 3181654 3182229 "XPR" 3183255 NIL XPR (NIL T T) -8 NIL NIL NIL) (-1281 3178111 3179694 3179898 "XPOLY" 3180194 NIL XPOLY (NIL T) -8 NIL NIL NIL) (-1280 3175894 3177236 3177291 "XPOLYC" 3177579 NIL XPOLYC (NIL T T) -9 NIL 3177692 NIL) (-1279 3172297 3174411 3174799 "XPBWPOLY" 3175552 NIL XPBWPOLY (NIL T T) -8 NIL NIL NIL) (-1278 3168200 3170460 3170502 "XF" 3171123 NIL XF (NIL T) -9 NIL 3171523 NIL) (-1277 3167821 3167909 3168078 "XF-" 3168083 NIL XF- (NIL T T) -8 NIL NIL NIL) (-1276 3163147 3164410 3164465 "XFALG" 3166637 NIL XFALG (NIL T T) -9 NIL 3167426 NIL) (-1275 3162280 3162384 3162589 "XEXPPKG" 3163039 NIL XEXPPKG (NIL T T T) -7 NIL NIL NIL) (-1274 3160416 3162130 3162226 "XDPOLY" 3162231 NIL XDPOLY (NIL T T) -8 NIL NIL NIL) (-1273 3159353 3159927 3159970 "XALG" 3159975 NIL XALG (NIL T) -9 NIL 3160086 NIL) (-1272 3152822 3157330 3157824 "WUTSET" 3158945 NIL WUTSET (NIL T T T T) -8 NIL NIL NIL) (-1271 3151105 3151874 3152197 "WP" 3152633 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL NIL) (-1270 3150734 3150927 3150997 "WHILEAST" 3151057 T WHILEAST (NIL) -8 NIL NIL NIL) (-1269 3150233 3150451 3150545 "WHEREAST" 3150662 T WHEREAST (NIL) -8 NIL NIL NIL) (-1268 3149119 3149317 3149612 "WFFINTBS" 3150030 NIL WFFINTBS (NIL T T T T) -7 NIL NIL NIL) (-1267 3147023 3147450 3147912 "WEIER" 3148691 NIL WEIER (NIL T) -7 NIL NIL NIL) (-1266 3146170 3146594 3146636 "VSPACE" 3146772 NIL VSPACE (NIL T) -9 NIL 3146846 NIL) (-1265 3146008 3146035 3146126 "VSPACE-" 3146131 NIL VSPACE- (NIL T T) -8 NIL NIL NIL) (-1264 3145816 3145859 3145927 "VOID" 3145962 T VOID (NIL) -8 NIL NIL NIL) (-1263 3143952 3144311 3144717 "VIEW" 3145432 T VIEW (NIL) -7 NIL NIL NIL) (-1262 3140376 3141015 3141752 "VIEWDEF" 3143237 T VIEWDEF (NIL) -7 NIL NIL NIL) (-1261 3129707 3131924 3134097 "VIEW3D" 3138225 T VIEW3D (NIL) -8 NIL NIL NIL) (-1260 3121985 3123618 3125197 "VIEW2D" 3128150 T VIEW2D (NIL) -8 NIL NIL NIL) (-1259 3117387 3121755 3121847 "VECTOR" 3121928 NIL VECTOR (NIL T) -8 NIL NIL NIL) (-1258 3115964 3116223 3116541 "VECTOR2" 3117117 NIL VECTOR2 (NIL T T) -7 NIL NIL NIL) (-1257 3109491 3113748 3113791 "VECTCAT" 3114784 NIL VECTCAT (NIL T) -9 NIL 3115370 NIL) (-1256 3108505 3108759 3109149 "VECTCAT-" 3109154 NIL VECTCAT- (NIL T T) -8 NIL NIL NIL) (-1255 3107986 3108156 3108276 "VARIABLE" 3108420 NIL VARIABLE (NIL NIL) -8 NIL NIL NIL) (-1254 3107919 3107924 3107954 "UTYPE" 3107959 T UTYPE (NIL) -9 NIL NIL NIL) (-1253 3106749 3106903 3107165 "UTSODETL" 3107745 NIL UTSODETL (NIL T T T T) -7 NIL NIL NIL) (-1252 3104189 3104649 3105173 "UTSODE" 3106290 NIL UTSODE (NIL T T) -7 NIL NIL NIL) (-1251 3096053 3101815 3102304 "UTS" 3103758 NIL UTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1250 3087288 3092620 3092663 "UTSCAT" 3093775 NIL UTSCAT (NIL T) -9 NIL 3094532 NIL) (-1249 3084636 3085358 3086347 "UTSCAT-" 3086352 NIL UTSCAT- (NIL T T) -8 NIL NIL NIL) (-1248 3084263 3084306 3084439 "UTS2" 3084587 NIL UTS2 (NIL T T T T) -7 NIL NIL NIL) (-1247 3078536 3081101 3081144 "URAGG" 3083214 NIL URAGG (NIL T) -9 NIL 3083937 NIL) (-1246 3075475 3076338 3077461 "URAGG-" 3077466 NIL URAGG- (NIL T T) -8 NIL NIL NIL) (-1245 3071191 3074089 3074561 "UPXSSING" 3075139 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL NIL) (-1244 3063284 3070438 3070711 "UPXS" 3070976 NIL UPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1243 3056384 3063188 3063260 "UPXSCONS" 3063265 NIL UPXSCONS (NIL T T) -8 NIL NIL NIL) (-1242 3046621 3053379 3053441 "UPXSCCA" 3054015 NIL UPXSCCA (NIL T T) -9 NIL 3054248 NIL) (-1241 3046259 3046344 3046518 "UPXSCCA-" 3046523 NIL UPXSCCA- (NIL T T T) -8 NIL NIL NIL) (-1240 3036349 3042880 3042923 "UPXSCAT" 3043571 NIL UPXSCAT (NIL T) -9 NIL 3044179 NIL) (-1239 3035779 3035858 3036037 "UPXS2" 3036264 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1238 3034433 3034686 3035037 "UPSQFREE" 3035522 NIL UPSQFREE (NIL T T) -7 NIL NIL NIL) (-1237 3028213 3031235 3031290 "UPSCAT" 3032451 NIL UPSCAT (NIL T T) -9 NIL 3033225 NIL) (-1236 3027417 3027624 3027951 "UPSCAT-" 3027956 NIL UPSCAT- (NIL T T T) -8 NIL NIL NIL) (-1235 3013259 3021265 3021308 "UPOLYC" 3023409 NIL UPOLYC (NIL T) -9 NIL 3024630 NIL) (-1234 3004587 3007013 3010160 "UPOLYC-" 3010165 NIL UPOLYC- (NIL T T) -8 NIL NIL NIL) (-1233 3004214 3004257 3004390 "UPOLYC2" 3004538 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL NIL) (-1232 2995780 3003897 3004026 "UP" 3004133 NIL UP (NIL NIL T) -8 NIL NIL NIL) (-1231 2995119 2995226 2995390 "UPMP" 2995669 NIL UPMP (NIL T T) -7 NIL NIL NIL) (-1230 2994672 2994753 2994892 "UPDIVP" 2995032 NIL UPDIVP (NIL T T) -7 NIL NIL NIL) (-1229 2993240 2993489 2993805 "UPDECOMP" 2994421 NIL UPDECOMP (NIL T T) -7 NIL NIL NIL) (-1228 2992475 2992587 2992772 "UPCDEN" 2993124 NIL UPCDEN (NIL T T T) -7 NIL NIL NIL) (-1227 2991994 2992063 2992212 "UP2" 2992400 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL NIL) (-1226 2990509 2991198 2991475 "UNISEG" 2991752 NIL UNISEG (NIL T) -8 NIL NIL NIL) (-1225 2989724 2989851 2990056 "UNISEG2" 2990352 NIL UNISEG2 (NIL T T) -7 NIL NIL NIL) (-1224 2988784 2988964 2989190 "UNIFACT" 2989540 NIL UNIFACT (NIL T) -7 NIL NIL NIL) (-1223 2972743 2987961 2988212 "ULS" 2988591 NIL ULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1222 2960769 2972647 2972719 "ULSCONS" 2972724 NIL ULSCONS (NIL T T) -8 NIL NIL NIL) (-1221 2943377 2955327 2955389 "ULSCCAT" 2956027 NIL ULSCCAT (NIL T T) -9 NIL 2956315 NIL) (-1220 2942427 2942672 2943060 "ULSCCAT-" 2943065 NIL ULSCCAT- (NIL T T T) -8 NIL NIL NIL) (-1219 2932294 2938739 2938782 "ULSCAT" 2939645 NIL ULSCAT (NIL T) -9 NIL 2940375 NIL) (-1218 2931724 2931803 2931982 "ULS2" 2932209 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1217 2930841 2931324 2931431 "UINT8" 2931542 T UINT8 (NIL) -8 NIL NIL 2931627) (-1216 2929957 2930440 2930547 "UINT64" 2930658 T UINT64 (NIL) -8 NIL NIL 2930743) (-1215 2929073 2929556 2929663 "UINT32" 2929774 T UINT32 (NIL) -8 NIL NIL 2929859) (-1214 2928189 2928672 2928779 "UINT16" 2928890 T UINT16 (NIL) -8 NIL NIL 2928975) (-1213 2926584 2927515 2927545 "UFD" 2927757 T UFD (NIL) -9 NIL 2927871 NIL) (-1212 2926378 2926424 2926519 "UFD-" 2926524 NIL UFD- (NIL T) -8 NIL NIL NIL) (-1211 2925460 2925643 2925859 "UDVO" 2926184 T UDVO (NIL) -7 NIL NIL NIL) (-1210 2923276 2923685 2924156 "UDPO" 2925024 NIL UDPO (NIL T) -7 NIL NIL NIL) (-1209 2923209 2923214 2923244 "TYPE" 2923249 T TYPE (NIL) -9 NIL NIL NIL) (-1208 2922996 2923164 2923195 "TYPEAST" 2923200 T TYPEAST (NIL) -8 NIL NIL NIL) (-1207 2921967 2922169 2922409 "TWOFACT" 2922790 NIL TWOFACT (NIL T) -7 NIL NIL NIL) (-1206 2921038 2921376 2921611 "TUPLE" 2921767 NIL TUPLE (NIL T) -8 NIL NIL NIL) (-1205 2918729 2919248 2919787 "TUBETOOL" 2920521 T TUBETOOL (NIL) -7 NIL NIL NIL) (-1204 2917578 2917783 2918024 "TUBE" 2918522 NIL TUBE (NIL T) -8 NIL NIL NIL) (-1203 2912334 2916550 2916833 "TS" 2917330 NIL TS (NIL T) -8 NIL NIL NIL) (-1202 2901001 2905093 2905190 "TSETCAT" 2910459 NIL TSETCAT (NIL T T T T) -9 NIL 2911990 NIL) (-1201 2895733 2897333 2899224 "TSETCAT-" 2899229 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1200 2889995 2890842 2891784 "TRMANIP" 2894869 NIL TRMANIP (NIL T T) -7 NIL NIL NIL) (-1199 2889436 2889499 2889662 "TRIMAT" 2889927 NIL TRIMAT (NIL T T T T) -7 NIL NIL NIL) (-1198 2887232 2887469 2887833 "TRIGMNIP" 2889185 NIL TRIGMNIP (NIL T T) -7 NIL NIL NIL) (-1197 2886752 2886865 2886895 "TRIGCAT" 2887108 T TRIGCAT (NIL) -9 NIL NIL NIL) (-1196 2886421 2886500 2886641 "TRIGCAT-" 2886646 NIL TRIGCAT- (NIL T) -8 NIL NIL NIL) (-1195 2883314 2885279 2885560 "TREE" 2886175 NIL TREE (NIL T) -8 NIL NIL NIL) (-1194 2882588 2883116 2883146 "TRANFUN" 2883181 T TRANFUN (NIL) -9 NIL 2883247 NIL) (-1193 2881867 2882058 2882338 "TRANFUN-" 2882343 NIL TRANFUN- (NIL T) -8 NIL NIL NIL) (-1192 2881671 2881703 2881764 "TOPSP" 2881828 T TOPSP (NIL) -7 NIL NIL NIL) (-1191 2881019 2881134 2881288 "TOOLSIGN" 2881552 NIL TOOLSIGN (NIL T) -7 NIL NIL NIL) (-1190 2879680 2880196 2880435 "TEXTFILE" 2880802 T TEXTFILE (NIL) -8 NIL NIL NIL) (-1189 2877619 2878133 2878562 "TEX" 2879273 T TEX (NIL) -8 NIL NIL NIL) (-1188 2877400 2877431 2877503 "TEX1" 2877582 NIL TEX1 (NIL T) -7 NIL NIL NIL) (-1187 2877048 2877111 2877201 "TEMUTL" 2877332 T TEMUTL (NIL) -7 NIL NIL NIL) (-1186 2875202 2875482 2875807 "TBCMPPK" 2876771 NIL TBCMPPK (NIL T T) -7 NIL NIL NIL) (-1185 2867090 2873362 2873418 "TBAGG" 2873818 NIL TBAGG (NIL T T) -9 NIL 2874029 NIL) (-1184 2862160 2863648 2865402 "TBAGG-" 2865407 NIL TBAGG- (NIL T T T) -8 NIL NIL NIL) (-1183 2861544 2861651 2861796 "TANEXP" 2862049 NIL TANEXP (NIL T) -7 NIL NIL NIL) (-1182 2855045 2861401 2861494 "TABLE" 2861499 NIL TABLE (NIL T T) -8 NIL NIL NIL) (-1181 2854457 2854556 2854694 "TABLEAU" 2854942 NIL TABLEAU (NIL T) -8 NIL NIL NIL) (-1180 2849065 2850285 2851533 "TABLBUMP" 2853243 NIL TABLBUMP (NIL T) -7 NIL NIL NIL) (-1179 2848287 2848434 2848615 "SYSTEM" 2848906 T SYSTEM (NIL) -8 NIL NIL NIL) (-1178 2844746 2845445 2846228 "SYSSOLP" 2847538 NIL SYSSOLP (NIL T) -7 NIL NIL NIL) (-1177 2843780 2844258 2844377 "SYSNNI" 2844563 NIL SYSNNI (NIL NIL) -8 NIL NIL 2844648) (-1176 2843077 2843509 2843588 "SYSINT" 2843648 NIL SYSINT (NIL NIL) -8 NIL NIL 2843693) (-1175 2839436 2840355 2841065 "SYNTAX" 2842389 T SYNTAX (NIL) -8 NIL NIL NIL) (-1174 2836594 2837196 2837828 "SYMTAB" 2838826 T SYMTAB (NIL) -8 NIL NIL NIL) (-1173 2831843 2832745 2833728 "SYMS" 2835633 T SYMS (NIL) -8 NIL NIL NIL) (-1172 2829105 2831301 2831531 "SYMPOLY" 2831648 NIL SYMPOLY (NIL T) -8 NIL NIL NIL) (-1171 2828622 2828697 2828820 "SYMFUNC" 2829017 NIL SYMFUNC (NIL T) -7 NIL NIL NIL) (-1170 2824668 2825934 2826747 "SYMBOL" 2827831 T SYMBOL (NIL) -8 NIL NIL NIL) (-1169 2818207 2819896 2821616 "SWITCH" 2822970 T SWITCH (NIL) -8 NIL NIL NIL) (-1168 2811468 2817028 2817331 "SUTS" 2817962 NIL SUTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1167 2803561 2810715 2810988 "SUPXS" 2811253 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1166 2795076 2803179 2803305 "SUP" 2803470 NIL SUP (NIL T) -8 NIL NIL NIL) (-1165 2794235 2794362 2794579 "SUPFRACF" 2794944 NIL SUPFRACF (NIL T T T T) -7 NIL NIL NIL) (-1164 2793856 2793915 2794028 "SUP2" 2794170 NIL SUP2 (NIL T T) -7 NIL NIL NIL) (-1163 2792269 2792543 2792906 "SUMRF" 2793555 NIL SUMRF (NIL T) -7 NIL NIL NIL) (-1162 2791583 2791649 2791848 "SUMFS" 2792190 NIL SUMFS (NIL T T) -7 NIL NIL NIL) (-1161 2775577 2790760 2791011 "SULS" 2791390 NIL SULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1160 2775206 2775399 2775469 "SUCHTAST" 2775529 T SUCHTAST (NIL) -8 NIL NIL NIL) (-1159 2774528 2774731 2774871 "SUCH" 2775114 NIL SUCH (NIL T T) -8 NIL NIL NIL) (-1158 2768422 2769434 2770393 "SUBSPACE" 2773616 NIL SUBSPACE (NIL NIL T) -8 NIL NIL NIL) (-1157 2767852 2767942 2768106 "SUBRESP" 2768310 NIL SUBRESP (NIL T T) -7 NIL NIL NIL) (-1156 2761217 2762517 2763828 "STTF" 2766588 NIL STTF (NIL T) -7 NIL NIL NIL) (-1155 2755390 2756510 2757657 "STTFNC" 2760117 NIL STTFNC (NIL T) -7 NIL NIL NIL) (-1154 2746701 2748572 2750366 "STTAYLOR" 2753631 NIL STTAYLOR (NIL T) -7 NIL NIL NIL) (-1153 2739945 2746565 2746648 "STRTBL" 2746653 NIL STRTBL (NIL T) -8 NIL NIL NIL) (-1152 2735336 2739900 2739931 "STRING" 2739936 T STRING (NIL) -8 NIL NIL NIL) (-1151 2730224 2734709 2734739 "STRICAT" 2734798 T STRICAT (NIL) -9 NIL 2734860 NIL) (-1150 2723027 2727843 2728454 "STREAM" 2729648 NIL STREAM (NIL T) -8 NIL NIL NIL) (-1149 2722537 2722614 2722758 "STREAM3" 2722944 NIL STREAM3 (NIL T T T) -7 NIL NIL NIL) (-1148 2721519 2721702 2721937 "STREAM2" 2722350 NIL STREAM2 (NIL T T) -7 NIL NIL NIL) (-1147 2721207 2721259 2721352 "STREAM1" 2721461 NIL STREAM1 (NIL T) -7 NIL NIL NIL) (-1146 2720223 2720404 2720635 "STINPROD" 2721023 NIL STINPROD (NIL T) -7 NIL NIL NIL) (-1145 2719801 2719985 2720015 "STEP" 2720095 T STEP (NIL) -9 NIL 2720173 NIL) (-1144 2713344 2719700 2719777 "STBL" 2719782 NIL STBL (NIL T T NIL) -8 NIL NIL NIL) (-1143 2708518 2712565 2712608 "STAGG" 2712761 NIL STAGG (NIL T) -9 NIL 2712850 NIL) (-1142 2706220 2706822 2707694 "STAGG-" 2707699 NIL STAGG- (NIL T T) -8 NIL NIL NIL) (-1141 2704415 2705990 2706082 "STACK" 2706163 NIL STACK (NIL T) -8 NIL NIL NIL) (-1140 2697138 2702556 2703012 "SREGSET" 2704045 NIL SREGSET (NIL T T T T) -8 NIL NIL NIL) (-1139 2689563 2690932 2692445 "SRDCMPK" 2695744 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1138 2682530 2687003 2687033 "SRAGG" 2688336 T SRAGG (NIL) -9 NIL 2688944 NIL) (-1137 2681547 2681802 2682181 "SRAGG-" 2682186 NIL SRAGG- (NIL T) -8 NIL NIL NIL) (-1136 2676034 2680494 2680915 "SQMATRIX" 2681173 NIL SQMATRIX (NIL NIL T) -8 NIL NIL NIL) (-1135 2669781 2672752 2673479 "SPLTREE" 2675379 NIL SPLTREE (NIL T T) -8 NIL NIL NIL) (-1134 2665771 2666437 2667083 "SPLNODE" 2669207 NIL SPLNODE (NIL T T) -8 NIL NIL NIL) (-1133 2664818 2665051 2665081 "SPFCAT" 2665525 T SPFCAT (NIL) -9 NIL NIL NIL) (-1132 2663555 2663765 2664029 "SPECOUT" 2664576 T SPECOUT (NIL) -7 NIL NIL NIL) (-1131 2655207 2656951 2656981 "SPADXPT" 2661373 T SPADXPT (NIL) -9 NIL 2663407 NIL) (-1130 2654968 2655008 2655077 "SPADPRSR" 2655160 T SPADPRSR (NIL) -7 NIL NIL NIL) (-1129 2653150 2654923 2654954 "SPADAST" 2654959 T SPADAST (NIL) -8 NIL NIL NIL) (-1128 2645121 2646868 2646911 "SPACEC" 2651284 NIL SPACEC (NIL T) -9 NIL 2653100 NIL) (-1127 2643278 2645053 2645102 "SPACE3" 2645107 NIL SPACE3 (NIL T) -8 NIL NIL NIL) (-1126 2642030 2642201 2642492 "SORTPAK" 2643083 NIL SORTPAK (NIL T T) -7 NIL NIL NIL) (-1125 2640080 2640383 2640802 "SOLVETRA" 2641694 NIL SOLVETRA (NIL T) -7 NIL NIL NIL) (-1124 2639091 2639313 2639587 "SOLVESER" 2639853 NIL SOLVESER (NIL T) -7 NIL NIL NIL) (-1123 2634302 2635192 2636194 "SOLVERAD" 2638143 NIL SOLVERAD (NIL T) -7 NIL NIL NIL) (-1122 2630117 2630726 2631455 "SOLVEFOR" 2633669 NIL SOLVEFOR (NIL T T) -7 NIL NIL NIL) (-1121 2624414 2629466 2629563 "SNTSCAT" 2629568 NIL SNTSCAT (NIL T T T T) -9 NIL 2629638 NIL) (-1120 2618547 2622737 2623128 "SMTS" 2624104 NIL SMTS (NIL T T T) -8 NIL NIL NIL) (-1119 2612987 2618435 2618512 "SMP" 2618517 NIL SMP (NIL T T) -8 NIL NIL NIL) (-1118 2611146 2611447 2611845 "SMITH" 2612684 NIL SMITH (NIL T T T T) -7 NIL NIL NIL) (-1117 2604033 2608197 2608300 "SMATCAT" 2609651 NIL SMATCAT (NIL NIL T T T) -9 NIL 2610201 NIL) (-1116 2600973 2601796 2602974 "SMATCAT-" 2602979 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL NIL) (-1115 2598686 2600209 2600252 "SKAGG" 2600513 NIL SKAGG (NIL T) -9 NIL 2600648 NIL) (-1114 2595021 2598102 2598297 "SINT" 2598484 T SINT (NIL) -8 NIL NIL 2598657) (-1113 2594793 2594831 2594897 "SIMPAN" 2594977 T SIMPAN (NIL) -7 NIL NIL NIL) (-1112 2594099 2594328 2594468 "SIG" 2594675 T SIG (NIL) -8 NIL NIL NIL) (-1111 2592937 2593158 2593433 "SIGNRF" 2593858 NIL SIGNRF (NIL T) -7 NIL NIL NIL) (-1110 2591742 2591893 2592184 "SIGNEF" 2592766 NIL SIGNEF (NIL T T) -7 NIL NIL NIL) (-1109 2591075 2591325 2591449 "SIGAST" 2591640 T SIGAST (NIL) -8 NIL NIL NIL) (-1108 2588765 2589219 2589725 "SHP" 2590616 NIL SHP (NIL T NIL) -7 NIL NIL NIL) (-1107 2582665 2588666 2588742 "SHDP" 2588747 NIL SHDP (NIL NIL NIL T) -8 NIL NIL NIL) (-1106 2582264 2582430 2582460 "SGROUP" 2582553 T SGROUP (NIL) -9 NIL 2582615 NIL) (-1105 2582122 2582148 2582221 "SGROUP-" 2582226 NIL SGROUP- (NIL T) -8 NIL NIL NIL) (-1104 2578957 2579655 2580378 "SGCF" 2581421 T SGCF (NIL) -7 NIL NIL NIL) (-1103 2573352 2578404 2578501 "SFRTCAT" 2578506 NIL SFRTCAT (NIL T T T T) -9 NIL 2578545 NIL) (-1102 2566773 2567791 2568927 "SFRGCD" 2572335 NIL SFRGCD (NIL T T T T T) -7 NIL NIL NIL) (-1101 2559900 2560972 2562158 "SFQCMPK" 2565706 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1100 2559522 2559611 2559721 "SFORT" 2559841 NIL SFORT (NIL T T) -8 NIL NIL NIL) (-1099 2558667 2559362 2559483 "SEXOF" 2559488 NIL SEXOF (NIL T T T T T) -8 NIL NIL NIL) (-1098 2557801 2558548 2558616 "SEX" 2558621 T SEX (NIL) -8 NIL NIL NIL) (-1097 2553340 2554029 2554124 "SEXCAT" 2557061 NIL SEXCAT (NIL T T T T T) -9 NIL 2557639 NIL) (-1096 2550520 2553274 2553322 "SET" 2553327 NIL SET (NIL T) -8 NIL NIL NIL) (-1095 2548771 2549233 2549538 "SETMN" 2550261 NIL SETMN (NIL NIL NIL) -8 NIL NIL NIL) (-1094 2548377 2548503 2548533 "SETCAT" 2548650 T SETCAT (NIL) -9 NIL 2548735 NIL) (-1093 2548157 2548209 2548308 "SETCAT-" 2548313 NIL SETCAT- (NIL T) -8 NIL NIL NIL) (-1092 2544544 2546618 2546661 "SETAGG" 2547531 NIL SETAGG (NIL T) -9 NIL 2547871 NIL) (-1091 2544002 2544118 2544355 "SETAGG-" 2544360 NIL SETAGG- (NIL T T) -8 NIL NIL NIL) (-1090 2543472 2543698 2543799 "SEQAST" 2543923 T SEQAST (NIL) -8 NIL NIL NIL) (-1089 2542671 2542965 2543026 "SEGXCAT" 2543312 NIL SEGXCAT (NIL T T) -9 NIL 2543432 NIL) (-1088 2541725 2542337 2542519 "SEG" 2542524 NIL SEG (NIL T) -8 NIL NIL NIL) (-1087 2540704 2540918 2540961 "SEGCAT" 2541483 NIL SEGCAT (NIL T) -9 NIL 2541704 NIL) (-1086 2539753 2540083 2540283 "SEGBIND" 2540539 NIL SEGBIND (NIL T) -8 NIL NIL NIL) (-1085 2539374 2539433 2539546 "SEGBIND2" 2539688 NIL SEGBIND2 (NIL T T) -7 NIL NIL NIL) (-1084 2538974 2539175 2539252 "SEGAST" 2539319 T SEGAST (NIL) -8 NIL NIL NIL) (-1083 2538193 2538319 2538523 "SEG2" 2538818 NIL SEG2 (NIL T T) -7 NIL NIL NIL) (-1082 2537630 2538128 2538175 "SDVAR" 2538180 NIL SDVAR (NIL T) -8 NIL NIL NIL) (-1081 2529912 2537400 2537530 "SDPOL" 2537535 NIL SDPOL (NIL T) -8 NIL NIL NIL) (-1080 2528505 2528771 2529090 "SCPKG" 2529627 NIL SCPKG (NIL T) -7 NIL NIL NIL) (-1079 2527665 2527838 2528031 "SCOPE" 2528334 T SCOPE (NIL) -8 NIL NIL NIL) (-1078 2526885 2527019 2527198 "SCACHE" 2527520 NIL SCACHE (NIL T) -7 NIL NIL NIL) (-1077 2526557 2526717 2526747 "SASTCAT" 2526752 T SASTCAT (NIL) -9 NIL 2526765 NIL) (-1076 2526071 2526392 2526468 "SAOS" 2526503 T SAOS (NIL) -8 NIL NIL NIL) (-1075 2525636 2525671 2525844 "SAERFFC" 2526030 NIL SAERFFC (NIL T T T) -7 NIL NIL NIL) (-1074 2519602 2525533 2525613 "SAE" 2525618 NIL SAE (NIL T T NIL) -8 NIL NIL NIL) (-1073 2519195 2519230 2519389 "SAEFACT" 2519561 NIL SAEFACT (NIL T T T) -7 NIL NIL NIL) (-1072 2517516 2517830 2518231 "RURPK" 2518861 NIL RURPK (NIL T NIL) -7 NIL NIL NIL) (-1071 2516152 2516431 2516743 "RULESET" 2517350 NIL RULESET (NIL T T T) -8 NIL NIL NIL) (-1070 2513339 2513842 2514307 "RULE" 2515833 NIL RULE (NIL T T T) -8 NIL NIL NIL) (-1069 2512978 2513133 2513216 "RULECOLD" 2513291 NIL RULECOLD (NIL NIL) -8 NIL NIL NIL) (-1068 2512476 2512695 2512789 "RSTRCAST" 2512906 T RSTRCAST (NIL) -8 NIL NIL NIL) (-1067 2507324 2508119 2509039 "RSETGCD" 2511675 NIL RSETGCD (NIL T T T T T) -7 NIL NIL NIL) (-1066 2496581 2501633 2501730 "RSETCAT" 2505849 NIL RSETCAT (NIL T T T T) -9 NIL 2506946 NIL) (-1065 2494508 2495047 2495871 "RSETCAT-" 2495876 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1064 2486893 2488270 2489790 "RSDCMPK" 2493107 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1063 2484898 2485339 2485413 "RRCC" 2486499 NIL RRCC (NIL T T) -9 NIL 2486843 NIL) (-1062 2484249 2484423 2484702 "RRCC-" 2484707 NIL RRCC- (NIL T T T) -8 NIL NIL NIL) (-1061 2483719 2483945 2484046 "RPTAST" 2484170 T RPTAST (NIL) -8 NIL NIL NIL) (-1060 2457717 2467312 2467379 "RPOLCAT" 2478043 NIL RPOLCAT (NIL T T T) -9 NIL 2481202 NIL) (-1059 2449215 2451555 2454677 "RPOLCAT-" 2454682 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL NIL) (-1058 2440262 2447426 2447908 "ROUTINE" 2448755 T ROUTINE (NIL) -8 NIL NIL NIL) (-1057 2437087 2439888 2440028 "ROMAN" 2440144 T ROMAN (NIL) -8 NIL NIL NIL) (-1056 2435358 2435947 2436207 "ROIRC" 2436892 NIL ROIRC (NIL T T) -8 NIL NIL NIL) (-1055 2431743 2433994 2434024 "RNS" 2434328 T RNS (NIL) -9 NIL 2434601 NIL) (-1054 2430252 2430635 2431169 "RNS-" 2431244 NIL RNS- (NIL T) -8 NIL NIL NIL) (-1053 2429701 2430083 2430113 "RNG" 2430118 T RNG (NIL) -9 NIL 2430139 NIL) (-1052 2429093 2429455 2429498 "RMODULE" 2429560 NIL RMODULE (NIL T) -9 NIL 2429602 NIL) (-1051 2427929 2428023 2428359 "RMCAT2" 2428994 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL NIL) (-1050 2424806 2427275 2427572 "RMATRIX" 2427691 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL NIL) (-1049 2417748 2419982 2420097 "RMATCAT" 2423456 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2424438 NIL) (-1048 2417123 2417270 2417577 "RMATCAT-" 2417582 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL NIL) (-1047 2416690 2416765 2416893 "RINTERP" 2417042 NIL RINTERP (NIL NIL T) -7 NIL NIL NIL) (-1046 2415809 2416337 2416367 "RING" 2416423 T RING (NIL) -9 NIL 2416515 NIL) (-1045 2415601 2415645 2415742 "RING-" 2415747 NIL RING- (NIL T) -8 NIL NIL NIL) (-1044 2414442 2414679 2414937 "RIDIST" 2415365 T RIDIST (NIL) -7 NIL NIL NIL) (-1043 2405758 2413910 2414116 "RGCHAIN" 2414290 NIL RGCHAIN (NIL T NIL) -8 NIL NIL NIL) (-1042 2405134 2405514 2405555 "RGBCSPC" 2405613 NIL RGBCSPC (NIL T) -9 NIL 2405665 NIL) (-1041 2404318 2404673 2404714 "RGBCMDL" 2404946 NIL RGBCMDL (NIL T) -9 NIL 2405060 NIL) (-1040 2401312 2401926 2402596 "RF" 2403682 NIL RF (NIL T) -7 NIL NIL NIL) (-1039 2400958 2401021 2401124 "RFFACTOR" 2401243 NIL RFFACTOR (NIL T) -7 NIL NIL NIL) (-1038 2400683 2400718 2400815 "RFFACT" 2400917 NIL RFFACT (NIL T) -7 NIL NIL NIL) (-1037 2398800 2399164 2399546 "RFDIST" 2400323 T RFDIST (NIL) -7 NIL NIL NIL) (-1036 2398253 2398345 2398508 "RETSOL" 2398702 NIL RETSOL (NIL T T) -7 NIL NIL NIL) (-1035 2397889 2397969 2398012 "RETRACT" 2398145 NIL RETRACT (NIL T) -9 NIL 2398232 NIL) (-1034 2397738 2397763 2397850 "RETRACT-" 2397855 NIL RETRACT- (NIL T T) -8 NIL NIL NIL) (-1033 2397367 2397560 2397630 "RETAST" 2397690 T RETAST (NIL) -8 NIL NIL NIL) (-1032 2390221 2397020 2397147 "RESULT" 2397262 T RESULT (NIL) -8 NIL NIL NIL) (-1031 2388839 2389490 2389689 "RESRING" 2390124 NIL RESRING (NIL T T T T NIL) -8 NIL NIL NIL) (-1030 2388475 2388524 2388622 "RESLATC" 2388776 NIL RESLATC (NIL T) -7 NIL NIL NIL) (-1029 2388180 2388215 2388322 "REPSQ" 2388434 NIL REPSQ (NIL T) -7 NIL NIL NIL) (-1028 2385602 2386182 2386784 "REP" 2387600 T REP (NIL) -7 NIL NIL NIL) (-1027 2385299 2385334 2385445 "REPDB" 2385561 NIL REPDB (NIL T) -7 NIL NIL NIL) (-1026 2379199 2380588 2381811 "REP2" 2384111 NIL REP2 (NIL T) -7 NIL NIL NIL) (-1025 2375576 2376257 2377065 "REP1" 2378426 NIL REP1 (NIL T) -7 NIL NIL NIL) (-1024 2368299 2373717 2374173 "REGSET" 2375206 NIL REGSET (NIL T T T T) -8 NIL NIL NIL) (-1023 2367112 2367447 2367697 "REF" 2368084 NIL REF (NIL T) -8 NIL NIL NIL) (-1022 2366489 2366592 2366759 "REDORDER" 2366996 NIL REDORDER (NIL T T) -7 NIL NIL NIL) (-1021 2362484 2365702 2365929 "RECLOS" 2366317 NIL RECLOS (NIL T) -8 NIL NIL NIL) (-1020 2361536 2361717 2361932 "REALSOLV" 2362291 T REALSOLV (NIL) -7 NIL NIL NIL) (-1019 2361382 2361423 2361453 "REAL" 2361458 T REAL (NIL) -9 NIL 2361493 NIL) (-1018 2357865 2358667 2359551 "REAL0Q" 2360547 NIL REAL0Q (NIL T) -7 NIL NIL NIL) (-1017 2353466 2354454 2355515 "REAL0" 2356846 NIL REAL0 (NIL T) -7 NIL NIL NIL) (-1016 2352964 2353183 2353277 "RDUCEAST" 2353394 T RDUCEAST (NIL) -8 NIL NIL NIL) (-1015 2352369 2352441 2352648 "RDIV" 2352886 NIL RDIV (NIL T T T T T) -7 NIL NIL NIL) (-1014 2351437 2351611 2351824 "RDIST" 2352191 NIL RDIST (NIL T) -7 NIL NIL NIL) (-1013 2350034 2350321 2350693 "RDETRS" 2351145 NIL RDETRS (NIL T T) -7 NIL NIL NIL) (-1012 2347846 2348300 2348838 "RDETR" 2349576 NIL RDETR (NIL T T) -7 NIL NIL NIL) (-1011 2346457 2346735 2347139 "RDEEFS" 2347562 NIL RDEEFS (NIL T T) -7 NIL NIL NIL) (-1010 2344952 2345258 2345690 "RDEEF" 2346145 NIL RDEEF (NIL T T) -7 NIL NIL NIL) (-1009 2339205 2342088 2342118 "RCFIELD" 2343413 T RCFIELD (NIL) -9 NIL 2344143 NIL) (-1008 2337269 2337773 2338469 "RCFIELD-" 2338544 NIL RCFIELD- (NIL T) -8 NIL NIL NIL) (-1007 2333585 2335370 2335413 "RCAGG" 2336497 NIL RCAGG (NIL T) -9 NIL 2336962 NIL) (-1006 2333213 2333307 2333470 "RCAGG-" 2333475 NIL RCAGG- (NIL T T) -8 NIL NIL NIL) (-1005 2332548 2332660 2332825 "RATRET" 2333097 NIL RATRET (NIL T) -7 NIL NIL NIL) (-1004 2332101 2332168 2332289 "RATFACT" 2332476 NIL RATFACT (NIL T) -7 NIL NIL NIL) (-1003 2331409 2331529 2331681 "RANDSRC" 2331971 T RANDSRC (NIL) -7 NIL NIL NIL) (-1002 2331143 2331187 2331260 "RADUTIL" 2331358 T RADUTIL (NIL) -7 NIL NIL NIL) (-1001 2324286 2329976 2330286 "RADIX" 2330867 NIL RADIX (NIL NIL) -8 NIL NIL NIL) (-1000 2315932 2324128 2324258 "RADFF" 2324263 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL NIL) (-999 2315584 2315659 2315687 "RADCAT" 2315844 T RADCAT (NIL) -9 NIL NIL NIL) (-998 2315369 2315417 2315514 "RADCAT-" 2315519 NIL RADCAT- (NIL T) -8 NIL NIL NIL) (-997 2313520 2315144 2315233 "QUEUE" 2315313 NIL QUEUE (NIL T) -8 NIL NIL NIL) (-996 2310088 2313457 2313502 "QUAT" 2313507 NIL QUAT (NIL T) -8 NIL NIL NIL) (-995 2309726 2309769 2309896 "QUATCT2" 2310039 NIL QUATCT2 (NIL T T T T) -7 NIL NIL NIL) (-994 2303465 2306775 2306815 "QUATCAT" 2307595 NIL QUATCAT (NIL T) -9 NIL 2308361 NIL) (-993 2299609 2300646 2302033 "QUATCAT-" 2302127 NIL QUATCAT- (NIL T T) -8 NIL NIL NIL) (-992 2297129 2298693 2298734 "QUAGG" 2299109 NIL QUAGG (NIL T) -9 NIL 2299284 NIL) (-991 2296761 2296954 2297022 "QQUTAST" 2297081 T QQUTAST (NIL) -8 NIL NIL NIL) (-990 2295686 2296159 2296331 "QFORM" 2296633 NIL QFORM (NIL NIL T) -8 NIL NIL NIL) (-989 2286890 2292103 2292143 "QFCAT" 2292801 NIL QFCAT (NIL T) -9 NIL 2293802 NIL) (-988 2282462 2283663 2285254 "QFCAT-" 2285348 NIL QFCAT- (NIL T T) -8 NIL NIL NIL) (-987 2282100 2282143 2282270 "QFCAT2" 2282413 NIL QFCAT2 (NIL T T T T) -7 NIL NIL NIL) (-986 2281560 2281670 2281800 "QEQUAT" 2281990 T QEQUAT (NIL) -8 NIL NIL NIL) (-985 2274707 2275779 2276963 "QCMPACK" 2280493 NIL QCMPACK (NIL T T T T T) -7 NIL NIL NIL) (-984 2272283 2272704 2273132 "QALGSET" 2274362 NIL QALGSET (NIL T T T T) -8 NIL NIL NIL) (-983 2271528 2271702 2271934 "QALGSET2" 2272103 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL NIL) (-982 2270218 2270442 2270759 "PWFFINTB" 2271301 NIL PWFFINTB (NIL T T T T) -7 NIL NIL NIL) (-981 2268400 2268568 2268922 "PUSHVAR" 2270032 NIL PUSHVAR (NIL T T T T) -7 NIL NIL NIL) (-980 2264318 2265372 2265413 "PTRANFN" 2267297 NIL PTRANFN (NIL T) -9 NIL NIL NIL) (-979 2262720 2263011 2263333 "PTPACK" 2264029 NIL PTPACK (NIL T) -7 NIL NIL NIL) (-978 2262352 2262409 2262518 "PTFUNC2" 2262657 NIL PTFUNC2 (NIL T T) -7 NIL NIL NIL) (-977 2256879 2261224 2261265 "PTCAT" 2261561 NIL PTCAT (NIL T) -9 NIL 2261714 NIL) (-976 2256537 2256572 2256696 "PSQFR" 2256838 NIL PSQFR (NIL T T T T) -7 NIL NIL NIL) (-975 2255132 2255430 2255764 "PSEUDLIN" 2256235 NIL PSEUDLIN (NIL T) -7 NIL NIL NIL) (-974 2241895 2244266 2246590 "PSETPK" 2252892 NIL PSETPK (NIL T T T T) -7 NIL NIL NIL) (-973 2234939 2237653 2237749 "PSETCAT" 2240770 NIL PSETCAT (NIL T T T T) -9 NIL 2241584 NIL) (-972 2232775 2233409 2234230 "PSETCAT-" 2234235 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-971 2232124 2232289 2232317 "PSCURVE" 2232585 T PSCURVE (NIL) -9 NIL 2232752 NIL) (-970 2228472 2229962 2230027 "PSCAT" 2230871 NIL PSCAT (NIL T T T) -9 NIL 2231111 NIL) (-969 2227535 2227751 2228151 "PSCAT-" 2228156 NIL PSCAT- (NIL T T T T) -8 NIL NIL NIL) (-968 2226267 2226900 2227105 "PRTITION" 2227350 T PRTITION (NIL) -8 NIL NIL NIL) (-967 2225769 2225988 2226080 "PRTDAST" 2226195 T PRTDAST (NIL) -8 NIL NIL NIL) (-966 2214859 2217073 2219261 "PRS" 2223631 NIL PRS (NIL T T) -7 NIL NIL NIL) (-965 2212717 2214209 2214249 "PRQAGG" 2214432 NIL PRQAGG (NIL T) -9 NIL 2214534 NIL) (-964 2212103 2212332 2212360 "PROPLOG" 2212545 T PROPLOG (NIL) -9 NIL 2212667 NIL) (-963 2210611 2211054 2211311 "PROPFRML" 2211879 NIL PROPFRML (NIL T) -8 NIL NIL NIL) (-962 2210071 2210181 2210311 "PROPERTY" 2210501 T PROPERTY (NIL) -8 NIL NIL NIL) (-961 2204156 2208237 2209057 "PRODUCT" 2209297 NIL PRODUCT (NIL T T) -8 NIL NIL NIL) (-960 2201461 2203614 2203848 "PR" 2203967 NIL PR (NIL T T) -8 NIL NIL NIL) (-959 2201257 2201289 2201348 "PRINT" 2201422 T PRINT (NIL) -7 NIL NIL NIL) (-958 2200597 2200714 2200866 "PRIMES" 2201137 NIL PRIMES (NIL T) -7 NIL NIL NIL) (-957 2198662 2199063 2199529 "PRIMELT" 2200176 NIL PRIMELT (NIL T) -7 NIL NIL NIL) (-956 2198391 2198440 2198468 "PRIMCAT" 2198592 T PRIMCAT (NIL) -9 NIL NIL NIL) (-955 2194554 2198329 2198374 "PRIMARR" 2198379 NIL PRIMARR (NIL T) -8 NIL NIL NIL) (-954 2193561 2193739 2193967 "PRIMARR2" 2194372 NIL PRIMARR2 (NIL T T) -7 NIL NIL NIL) (-953 2193204 2193260 2193371 "PREASSOC" 2193499 NIL PREASSOC (NIL T T) -7 NIL NIL NIL) (-952 2192679 2192812 2192840 "PPCURVE" 2193045 T PPCURVE (NIL) -9 NIL 2193181 NIL) (-951 2192301 2192474 2192557 "PORTNUM" 2192616 T PORTNUM (NIL) -8 NIL NIL NIL) (-950 2189660 2190059 2190651 "POLYROOT" 2191882 NIL POLYROOT (NIL T T T T T) -7 NIL NIL NIL) (-949 2183597 2189264 2189424 "POLY" 2189533 NIL POLY (NIL T) -8 NIL NIL NIL) (-948 2182980 2183038 2183272 "POLYLIFT" 2183533 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL NIL) (-947 2179255 2179704 2180333 "POLYCATQ" 2182525 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL NIL) (-946 2166064 2171430 2171495 "POLYCAT" 2175009 NIL POLYCAT (NIL T T T) -9 NIL 2176937 NIL) (-945 2159513 2161375 2163759 "POLYCAT-" 2163764 NIL POLYCAT- (NIL T T T T) -8 NIL NIL NIL) (-944 2159100 2159168 2159288 "POLY2UP" 2159439 NIL POLY2UP (NIL NIL T) -7 NIL NIL NIL) (-943 2158732 2158789 2158898 "POLY2" 2159037 NIL POLY2 (NIL T T) -7 NIL NIL NIL) (-942 2157417 2157656 2157932 "POLUTIL" 2158506 NIL POLUTIL (NIL T T) -7 NIL NIL NIL) (-941 2155772 2156049 2156380 "POLTOPOL" 2157139 NIL POLTOPOL (NIL NIL T) -7 NIL NIL NIL) (-940 2151287 2155708 2155754 "POINT" 2155759 NIL POINT (NIL T) -8 NIL NIL NIL) (-939 2149474 2149831 2150206 "PNTHEORY" 2150932 T PNTHEORY (NIL) -7 NIL NIL NIL) (-938 2147893 2148190 2148602 "PMTOOLS" 2149172 NIL PMTOOLS (NIL T T T) -7 NIL NIL NIL) (-937 2147486 2147564 2147681 "PMSYM" 2147809 NIL PMSYM (NIL T) -7 NIL NIL NIL) (-936 2146996 2147065 2147239 "PMQFCAT" 2147411 NIL PMQFCAT (NIL T T T) -7 NIL NIL NIL) (-935 2146351 2146461 2146617 "PMPRED" 2146873 NIL PMPRED (NIL T) -7 NIL NIL NIL) (-934 2145747 2145833 2145994 "PMPREDFS" 2146252 NIL PMPREDFS (NIL T T T) -7 NIL NIL NIL) (-933 2144390 2144598 2144983 "PMPLCAT" 2145509 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL NIL) (-932 2143922 2144001 2144153 "PMLSAGG" 2144305 NIL PMLSAGG (NIL T T T) -7 NIL NIL NIL) (-931 2143397 2143473 2143654 "PMKERNEL" 2143840 NIL PMKERNEL (NIL T T) -7 NIL NIL NIL) (-930 2143014 2143089 2143202 "PMINS" 2143316 NIL PMINS (NIL T) -7 NIL NIL NIL) (-929 2142442 2142511 2142727 "PMFS" 2142939 NIL PMFS (NIL T T T) -7 NIL NIL NIL) (-928 2141670 2141788 2141993 "PMDOWN" 2142319 NIL PMDOWN (NIL T T T) -7 NIL NIL NIL) (-927 2140833 2140992 2141174 "PMASS" 2141508 T PMASS (NIL) -7 NIL NIL NIL) (-926 2140107 2140218 2140381 "PMASSFS" 2140719 NIL PMASSFS (NIL T T) -7 NIL NIL NIL) (-925 2139762 2139830 2139924 "PLOTTOOL" 2140033 T PLOTTOOL (NIL) -7 NIL NIL NIL) (-924 2134369 2135573 2136721 "PLOT" 2138634 T PLOT (NIL) -8 NIL NIL NIL) (-923 2130173 2131217 2132138 "PLOT3D" 2133468 T PLOT3D (NIL) -8 NIL NIL NIL) (-922 2129085 2129262 2129497 "PLOT1" 2129977 NIL PLOT1 (NIL T) -7 NIL NIL NIL) (-921 2104474 2109151 2114002 "PLEQN" 2124351 NIL PLEQN (NIL T T T T) -7 NIL NIL NIL) (-920 2103792 2103914 2104094 "PINTERP" 2104339 NIL PINTERP (NIL NIL T) -7 NIL NIL NIL) (-919 2103485 2103532 2103635 "PINTERPA" 2103739 NIL PINTERPA (NIL T T) -7 NIL NIL NIL) (-918 2102733 2103254 2103341 "PI" 2103381 T PI (NIL) -8 NIL NIL 2103448) (-917 2101122 2102071 2102099 "PID" 2102281 T PID (NIL) -9 NIL 2102415 NIL) (-916 2100847 2100884 2100972 "PICOERCE" 2101079 NIL PICOERCE (NIL T) -7 NIL NIL NIL) (-915 2100167 2100306 2100482 "PGROEB" 2100703 NIL PGROEB (NIL T) -7 NIL NIL NIL) (-914 2095754 2096568 2097473 "PGE" 2099282 T PGE (NIL) -7 NIL NIL NIL) (-913 2093877 2094124 2094490 "PGCD" 2095471 NIL PGCD (NIL T T T T) -7 NIL NIL NIL) (-912 2093215 2093318 2093479 "PFRPAC" 2093761 NIL PFRPAC (NIL T) -7 NIL NIL NIL) (-911 2089883 2091763 2092116 "PFR" 2092894 NIL PFR (NIL T) -8 NIL NIL NIL) (-910 2088272 2088516 2088841 "PFOTOOLS" 2089630 NIL PFOTOOLS (NIL T T) -7 NIL NIL NIL) (-909 2086805 2087044 2087395 "PFOQ" 2088029 NIL PFOQ (NIL T T T) -7 NIL NIL NIL) (-908 2085278 2085490 2085853 "PFO" 2086589 NIL PFO (NIL T T T T T) -7 NIL NIL NIL) (-907 2081858 2085167 2085236 "PF" 2085241 NIL PF (NIL NIL) -8 NIL NIL NIL) (-906 2079284 2080529 2080557 "PFECAT" 2081142 T PFECAT (NIL) -9 NIL 2081526 NIL) (-905 2078729 2078883 2079097 "PFECAT-" 2079102 NIL PFECAT- (NIL T) -8 NIL NIL NIL) (-904 2077332 2077584 2077885 "PFBRU" 2078478 NIL PFBRU (NIL T T) -7 NIL NIL NIL) (-903 2075197 2075550 2075982 "PFBR" 2076983 NIL PFBR (NIL T T T T) -7 NIL NIL NIL) (-902 2071106 2072573 2073249 "PERM" 2074554 NIL PERM (NIL T) -8 NIL NIL NIL) (-901 2066367 2067313 2068183 "PERMGRP" 2070269 NIL PERMGRP (NIL T) -8 NIL NIL NIL) (-900 2064499 2065430 2065471 "PERMCAT" 2065917 NIL PERMCAT (NIL T) -9 NIL 2066222 NIL) (-899 2064152 2064193 2064317 "PERMAN" 2064452 NIL PERMAN (NIL NIL T) -7 NIL NIL NIL) (-898 2061688 2063817 2063939 "PENDTREE" 2064063 NIL PENDTREE (NIL T) -8 NIL NIL NIL) (-897 2059773 2060515 2060556 "PDRING" 2061213 NIL PDRING (NIL T) -9 NIL 2061499 NIL) (-896 2058876 2059094 2059456 "PDRING-" 2059461 NIL PDRING- (NIL T T) -8 NIL NIL NIL) (-895 2056118 2056869 2057537 "PDEPROB" 2058228 T PDEPROB (NIL) -8 NIL NIL NIL) (-894 2053663 2054167 2054722 "PDEPACK" 2055583 T PDEPACK (NIL) -7 NIL NIL NIL) (-893 2052575 2052765 2053016 "PDECOMP" 2053462 NIL PDECOMP (NIL T T) -7 NIL NIL NIL) (-892 2050180 2050997 2051025 "PDECAT" 2051812 T PDECAT (NIL) -9 NIL 2052525 NIL) (-891 2049931 2049964 2050054 "PCOMP" 2050141 NIL PCOMP (NIL T T) -7 NIL NIL NIL) (-890 2048136 2048732 2049029 "PBWLB" 2049660 NIL PBWLB (NIL T) -8 NIL NIL NIL) (-889 2040636 2042209 2043547 "PATTERN" 2046819 NIL PATTERN (NIL T) -8 NIL NIL NIL) (-888 2040268 2040325 2040434 "PATTERN2" 2040573 NIL PATTERN2 (NIL T T) -7 NIL NIL NIL) (-887 2038025 2038413 2038870 "PATTERN1" 2039857 NIL PATTERN1 (NIL T T) -7 NIL NIL NIL) (-886 2035420 2035974 2036455 "PATRES" 2037590 NIL PATRES (NIL T T) -8 NIL NIL NIL) (-885 2034984 2035051 2035183 "PATRES2" 2035347 NIL PATRES2 (NIL T T T) -7 NIL NIL NIL) (-884 2032867 2033272 2033679 "PATMATCH" 2034651 NIL PATMATCH (NIL T T T) -7 NIL NIL NIL) (-883 2032403 2032586 2032627 "PATMAB" 2032734 NIL PATMAB (NIL T) -9 NIL 2032817 NIL) (-882 2030948 2031257 2031515 "PATLRES" 2032208 NIL PATLRES (NIL T T T) -8 NIL NIL NIL) (-881 2030494 2030617 2030658 "PATAB" 2030663 NIL PATAB (NIL T) -9 NIL 2030835 NIL) (-880 2027975 2028507 2029080 "PARTPERM" 2029941 T PARTPERM (NIL) -7 NIL NIL NIL) (-879 2027596 2027659 2027761 "PARSURF" 2027906 NIL PARSURF (NIL T) -8 NIL NIL NIL) (-878 2027228 2027285 2027394 "PARSU2" 2027533 NIL PARSU2 (NIL T T) -7 NIL NIL NIL) (-877 2026992 2027032 2027099 "PARSER" 2027181 T PARSER (NIL) -7 NIL NIL NIL) (-876 2026613 2026676 2026778 "PARSCURV" 2026923 NIL PARSCURV (NIL T) -8 NIL NIL NIL) (-875 2026245 2026302 2026411 "PARSC2" 2026550 NIL PARSC2 (NIL T T) -7 NIL NIL NIL) (-874 2025884 2025942 2026039 "PARPCURV" 2026181 NIL PARPCURV (NIL T) -8 NIL NIL NIL) (-873 2025516 2025573 2025682 "PARPC2" 2025821 NIL PARPC2 (NIL T T) -7 NIL NIL NIL) (-872 2025036 2025122 2025241 "PAN2EXPR" 2025417 T PAN2EXPR (NIL) -7 NIL NIL NIL) (-871 2023840 2024157 2024385 "PALETTE" 2024828 T PALETTE (NIL) -8 NIL NIL NIL) (-870 2022308 2022845 2023205 "PAIR" 2023526 NIL PAIR (NIL T T) -8 NIL NIL NIL) (-869 2016205 2021567 2021761 "PADICRC" 2022163 NIL PADICRC (NIL NIL T) -8 NIL NIL NIL) (-868 2009461 2015551 2015735 "PADICRAT" 2016053 NIL PADICRAT (NIL NIL) -8 NIL NIL NIL) (-867 2007803 2009398 2009443 "PADIC" 2009448 NIL PADIC (NIL NIL) -8 NIL NIL NIL) (-866 2005005 2006543 2006583 "PADICCT" 2007164 NIL PADICCT (NIL NIL) -9 NIL 2007446 NIL) (-865 2003962 2004162 2004430 "PADEPAC" 2004792 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL NIL) (-864 2003174 2003307 2003513 "PADE" 2003824 NIL PADE (NIL T T T) -7 NIL NIL NIL) (-863 2001588 2002382 2002662 "OWP" 2002978 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-862 2001108 2001294 2001391 "OVERSET" 2001511 T OVERSET (NIL) -8 NIL NIL NIL) (-861 2000181 2000713 2000885 "OVAR" 2000976 NIL OVAR (NIL NIL) -8 NIL NIL NIL) (-860 1999445 1999566 1999727 "OUT" 2000040 T OUT (NIL) -7 NIL NIL NIL) (-859 1988343 1990554 1992754 "OUTFORM" 1997265 T OUTFORM (NIL) -8 NIL NIL NIL) (-858 1987679 1987940 1988067 "OUTBFILE" 1988236 T OUTBFILE (NIL) -8 NIL NIL NIL) (-857 1986986 1987151 1987179 "OUTBCON" 1987497 T OUTBCON (NIL) -9 NIL 1987663 NIL) (-856 1986587 1986699 1986856 "OUTBCON-" 1986861 NIL OUTBCON- (NIL T) -8 NIL NIL NIL) (-855 1985994 1986316 1986405 "OSI" 1986518 T OSI (NIL) -8 NIL NIL NIL) (-854 1985550 1985862 1985890 "OSGROUP" 1985895 T OSGROUP (NIL) -9 NIL 1985917 NIL) (-853 1984295 1984522 1984807 "ORTHPOL" 1985297 NIL ORTHPOL (NIL T) -7 NIL NIL NIL) (-852 1981873 1984130 1984251 "OREUP" 1984256 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL NIL) (-851 1979303 1981564 1981691 "ORESUP" 1981815 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL NIL) (-850 1976831 1977331 1977892 "OREPCTO" 1978792 NIL OREPCTO (NIL T T) -7 NIL NIL NIL) (-849 1970647 1972822 1972863 "OREPCAT" 1975211 NIL OREPCAT (NIL T) -9 NIL 1976315 NIL) (-848 1967794 1968576 1969634 "OREPCAT-" 1969639 NIL OREPCAT- (NIL T T) -8 NIL NIL NIL) (-847 1966971 1967243 1967271 "ORDSET" 1967580 T ORDSET (NIL) -9 NIL 1967744 NIL) (-846 1966490 1966612 1966805 "ORDSET-" 1966810 NIL ORDSET- (NIL T) -8 NIL NIL NIL) (-845 1965116 1965881 1965909 "ORDRING" 1966111 T ORDRING (NIL) -9 NIL 1966236 NIL) (-844 1964761 1964855 1964999 "ORDRING-" 1965004 NIL ORDRING- (NIL T) -8 NIL NIL NIL) (-843 1964167 1964604 1964632 "ORDMON" 1964637 T ORDMON (NIL) -9 NIL 1964658 NIL) (-842 1963329 1963476 1963671 "ORDFUNS" 1964016 NIL ORDFUNS (NIL NIL T) -7 NIL NIL NIL) (-841 1962693 1963086 1963114 "ORDFIN" 1963179 T ORDFIN (NIL) -9 NIL 1963253 NIL) (-840 1959279 1961279 1961688 "ORDCOMP" 1962317 NIL ORDCOMP (NIL T) -8 NIL NIL NIL) (-839 1958545 1958672 1958858 "ORDCOMP2" 1959139 NIL ORDCOMP2 (NIL T T) -7 NIL NIL NIL) (-838 1955153 1956036 1956850 "OPTPROB" 1957751 T OPTPROB (NIL) -8 NIL NIL NIL) (-837 1951955 1952594 1953298 "OPTPACK" 1954469 T OPTPACK (NIL) -7 NIL NIL NIL) (-836 1949668 1950408 1950436 "OPTCAT" 1951255 T OPTCAT (NIL) -9 NIL 1951905 NIL) (-835 1949111 1949345 1949450 "OPSIG" 1949583 T OPSIG (NIL) -8 NIL NIL NIL) (-834 1948879 1948918 1948984 "OPQUERY" 1949065 T OPQUERY (NIL) -7 NIL NIL NIL) (-833 1946037 1947190 1947694 "OP" 1948408 NIL OP (NIL T) -8 NIL NIL NIL) (-832 1945572 1945743 1945784 "OPERCAT" 1945919 NIL OPERCAT (NIL T) -9 NIL 1945987 NIL) (-831 1945418 1945445 1945531 "OPERCAT-" 1945536 NIL OPERCAT- (NIL T T) -8 NIL NIL NIL) (-830 1942257 1944215 1944584 "ONECOMP" 1945082 NIL ONECOMP (NIL T) -8 NIL NIL NIL) (-829 1941562 1941677 1941851 "ONECOMP2" 1942129 NIL ONECOMP2 (NIL T T) -7 NIL NIL NIL) (-828 1940981 1941087 1941217 "OMSERVER" 1941452 T OMSERVER (NIL) -7 NIL NIL NIL) (-827 1937869 1940421 1940461 "OMSAGG" 1940522 NIL OMSAGG (NIL T) -9 NIL 1940586 NIL) (-826 1936492 1936755 1937037 "OMPKG" 1937607 T OMPKG (NIL) -7 NIL NIL NIL) (-825 1935922 1936025 1936053 "OM" 1936352 T OM (NIL) -9 NIL NIL NIL) (-824 1934496 1935471 1935640 "OMLO" 1935803 NIL OMLO (NIL T T) -8 NIL NIL NIL) (-823 1933421 1933568 1933795 "OMEXPR" 1934322 NIL OMEXPR (NIL T) -7 NIL NIL NIL) (-822 1932739 1932967 1933103 "OMERR" 1933305 T OMERR (NIL) -8 NIL NIL NIL) (-821 1931917 1932160 1932320 "OMERRK" 1932599 T OMERRK (NIL) -8 NIL NIL NIL) (-820 1931395 1931594 1931702 "OMENC" 1931829 T OMENC (NIL) -8 NIL NIL NIL) (-819 1925290 1926475 1927646 "OMDEV" 1930244 T OMDEV (NIL) -8 NIL NIL NIL) (-818 1924359 1924530 1924724 "OMCONN" 1925116 T OMCONN (NIL) -8 NIL NIL NIL) (-817 1922972 1923922 1923950 "OINTDOM" 1923955 T OINTDOM (NIL) -9 NIL 1923976 NIL) (-816 1918778 1919962 1920678 "OFMONOID" 1922288 NIL OFMONOID (NIL T) -8 NIL NIL NIL) (-815 1918216 1918715 1918760 "ODVAR" 1918765 NIL ODVAR (NIL T) -8 NIL NIL NIL) (-814 1915666 1917961 1918116 "ODR" 1918121 NIL ODR (NIL T T NIL) -8 NIL NIL NIL) (-813 1908002 1915442 1915568 "ODPOL" 1915573 NIL ODPOL (NIL T) -8 NIL NIL NIL) (-812 1901872 1907874 1907979 "ODP" 1907984 NIL ODP (NIL NIL T NIL) -8 NIL NIL NIL) (-811 1900638 1900853 1901128 "ODETOOLS" 1901646 NIL ODETOOLS (NIL T T) -7 NIL NIL NIL) (-810 1897605 1898263 1898979 "ODESYS" 1899971 NIL ODESYS (NIL T T) -7 NIL NIL NIL) (-809 1892487 1893395 1894420 "ODERTRIC" 1896680 NIL ODERTRIC (NIL T T) -7 NIL NIL NIL) (-808 1891913 1891995 1892189 "ODERED" 1892399 NIL ODERED (NIL T T T T T) -7 NIL NIL NIL) (-807 1888801 1889349 1890026 "ODERAT" 1891336 NIL ODERAT (NIL T T) -7 NIL NIL NIL) (-806 1885758 1886225 1886822 "ODEPRRIC" 1888330 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL NIL) (-805 1883728 1884297 1884783 "ODEPROB" 1885292 T ODEPROB (NIL) -8 NIL NIL NIL) (-804 1880248 1880733 1881380 "ODEPRIM" 1883207 NIL ODEPRIM (NIL T T T T) -7 NIL NIL NIL) (-803 1879497 1879599 1879859 "ODEPAL" 1880140 NIL ODEPAL (NIL T T T T) -7 NIL NIL NIL) (-802 1875659 1876450 1877314 "ODEPACK" 1878653 T ODEPACK (NIL) -7 NIL NIL NIL) (-801 1874692 1874799 1875028 "ODEINT" 1875548 NIL ODEINT (NIL T T) -7 NIL NIL NIL) (-800 1868793 1870218 1871665 "ODEIFTBL" 1873265 T ODEIFTBL (NIL) -8 NIL NIL NIL) (-799 1864128 1864914 1865873 "ODEEF" 1867952 NIL ODEEF (NIL T T) -7 NIL NIL NIL) (-798 1863463 1863552 1863782 "ODECONST" 1864033 NIL ODECONST (NIL T T T) -7 NIL NIL NIL) (-797 1861614 1862249 1862277 "ODECAT" 1862882 T ODECAT (NIL) -9 NIL 1863413 NIL) (-796 1858513 1861326 1861445 "OCT" 1861527 NIL OCT (NIL T) -8 NIL NIL NIL) (-795 1858151 1858194 1858321 "OCTCT2" 1858464 NIL OCTCT2 (NIL T T T T) -7 NIL NIL NIL) (-794 1852917 1855325 1855365 "OC" 1856462 NIL OC (NIL T) -9 NIL 1857320 NIL) (-793 1850144 1850892 1851882 "OC-" 1851976 NIL OC- (NIL T T) -8 NIL NIL NIL) (-792 1849522 1849964 1849992 "OCAMON" 1849997 T OCAMON (NIL) -9 NIL 1850018 NIL) (-791 1849079 1849394 1849422 "OASGP" 1849427 T OASGP (NIL) -9 NIL 1849447 NIL) (-790 1848366 1848829 1848857 "OAMONS" 1848897 T OAMONS (NIL) -9 NIL 1848940 NIL) (-789 1847806 1848213 1848241 "OAMON" 1848246 T OAMON (NIL) -9 NIL 1848266 NIL) (-788 1847110 1847602 1847630 "OAGROUP" 1847635 T OAGROUP (NIL) -9 NIL 1847655 NIL) (-787 1846800 1846850 1846938 "NUMTUBE" 1847054 NIL NUMTUBE (NIL T) -7 NIL NIL NIL) (-786 1840373 1841891 1843427 "NUMQUAD" 1845284 T NUMQUAD (NIL) -7 NIL NIL NIL) (-785 1836129 1837117 1838142 "NUMODE" 1839368 T NUMODE (NIL) -7 NIL NIL NIL) (-784 1833510 1834364 1834392 "NUMINT" 1835315 T NUMINT (NIL) -9 NIL 1836079 NIL) (-783 1832458 1832655 1832873 "NUMFMT" 1833312 T NUMFMT (NIL) -7 NIL NIL NIL) (-782 1818817 1821762 1824294 "NUMERIC" 1829965 NIL NUMERIC (NIL T) -7 NIL NIL NIL) (-781 1813214 1818266 1818361 "NTSCAT" 1818366 NIL NTSCAT (NIL T T T T) -9 NIL 1818405 NIL) (-780 1812408 1812573 1812766 "NTPOLFN" 1813053 NIL NTPOLFN (NIL T) -7 NIL NIL NIL) (-779 1800240 1809233 1810045 "NSUP" 1811629 NIL NSUP (NIL T) -8 NIL NIL NIL) (-778 1799872 1799929 1800038 "NSUP2" 1800177 NIL NSUP2 (NIL T T) -7 NIL NIL NIL) (-777 1789855 1799646 1799779 "NSMP" 1799784 NIL NSMP (NIL T T) -8 NIL NIL NIL) (-776 1788287 1788588 1788945 "NREP" 1789543 NIL NREP (NIL T) -7 NIL NIL NIL) (-775 1786878 1787130 1787488 "NPCOEF" 1788030 NIL NPCOEF (NIL T T T T T) -7 NIL NIL NIL) (-774 1785944 1786059 1786275 "NORMRETR" 1786759 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL NIL) (-773 1783985 1784275 1784684 "NORMPK" 1785652 NIL NORMPK (NIL T T T T T) -7 NIL NIL NIL) (-772 1783670 1783698 1783822 "NORMMA" 1783951 NIL NORMMA (NIL T T T T) -7 NIL NIL NIL) (-771 1783497 1783627 1783656 "NONE" 1783661 T NONE (NIL) -8 NIL NIL NIL) (-770 1783286 1783315 1783384 "NONE1" 1783461 NIL NONE1 (NIL T) -7 NIL NIL NIL) (-769 1782769 1782831 1783017 "NODE1" 1783218 NIL NODE1 (NIL T T) -7 NIL NIL NIL) (-768 1781039 1781863 1782118 "NNI" 1782465 T NNI (NIL) -8 NIL NIL 1782700) (-767 1779459 1779772 1780136 "NLINSOL" 1780707 NIL NLINSOL (NIL T) -7 NIL NIL NIL) (-766 1775727 1776695 1777594 "NIPROB" 1778580 T NIPROB (NIL) -8 NIL NIL NIL) (-765 1774484 1774718 1775020 "NFINTBAS" 1775489 NIL NFINTBAS (NIL T T) -7 NIL NIL NIL) (-764 1773658 1774134 1774175 "NETCLT" 1774347 NIL NETCLT (NIL T) -9 NIL 1774429 NIL) (-763 1772366 1772597 1772878 "NCODIV" 1773426 NIL NCODIV (NIL T T) -7 NIL NIL NIL) (-762 1772128 1772165 1772240 "NCNTFRAC" 1772323 NIL NCNTFRAC (NIL T) -7 NIL NIL NIL) (-761 1770308 1770672 1771092 "NCEP" 1771753 NIL NCEP (NIL T) -7 NIL NIL NIL) (-760 1769205 1769952 1769980 "NASRING" 1770090 T NASRING (NIL) -9 NIL 1770170 NIL) (-759 1769000 1769044 1769138 "NASRING-" 1769143 NIL NASRING- (NIL T) -8 NIL NIL NIL) (-758 1768153 1768652 1768680 "NARNG" 1768797 T NARNG (NIL) -9 NIL 1768888 NIL) (-757 1767845 1767912 1768046 "NARNG-" 1768051 NIL NARNG- (NIL T) -8 NIL NIL NIL) (-756 1766724 1766931 1767166 "NAGSP" 1767630 T NAGSP (NIL) -7 NIL NIL NIL) (-755 1757996 1759680 1761353 "NAGS" 1765071 T NAGS (NIL) -7 NIL NIL NIL) (-754 1756544 1756852 1757183 "NAGF07" 1757685 T NAGF07 (NIL) -7 NIL NIL NIL) (-753 1751082 1752373 1753680 "NAGF04" 1755257 T NAGF04 (NIL) -7 NIL NIL NIL) (-752 1744050 1745664 1747297 "NAGF02" 1749469 T NAGF02 (NIL) -7 NIL NIL NIL) (-751 1739274 1740374 1741491 "NAGF01" 1742953 T NAGF01 (NIL) -7 NIL NIL NIL) (-750 1732902 1734468 1736053 "NAGE04" 1737709 T NAGE04 (NIL) -7 NIL NIL NIL) (-749 1724071 1726192 1728322 "NAGE02" 1730792 T NAGE02 (NIL) -7 NIL NIL NIL) (-748 1720024 1720971 1721935 "NAGE01" 1723127 T NAGE01 (NIL) -7 NIL NIL NIL) (-747 1717819 1718353 1718911 "NAGD03" 1719486 T NAGD03 (NIL) -7 NIL NIL NIL) (-746 1709569 1711497 1713451 "NAGD02" 1715885 T NAGD02 (NIL) -7 NIL NIL NIL) (-745 1703380 1704805 1706245 "NAGD01" 1708149 T NAGD01 (NIL) -7 NIL NIL NIL) (-744 1699589 1700411 1701248 "NAGC06" 1702563 T NAGC06 (NIL) -7 NIL NIL NIL) (-743 1698054 1698386 1698742 "NAGC05" 1699253 T NAGC05 (NIL) -7 NIL NIL NIL) (-742 1697430 1697549 1697693 "NAGC02" 1697930 T NAGC02 (NIL) -7 NIL NIL NIL) (-741 1696490 1697047 1697087 "NAALG" 1697166 NIL NAALG (NIL T) -9 NIL 1697227 NIL) (-740 1696325 1696354 1696444 "NAALG-" 1696449 NIL NAALG- (NIL T T) -8 NIL NIL NIL) (-739 1690275 1691383 1692570 "MULTSQFR" 1695221 NIL MULTSQFR (NIL T T T T) -7 NIL NIL NIL) (-738 1689594 1689669 1689853 "MULTFACT" 1690187 NIL MULTFACT (NIL T T T T) -7 NIL NIL NIL) (-737 1682679 1686557 1686610 "MTSCAT" 1687680 NIL MTSCAT (NIL T T) -9 NIL 1688194 NIL) (-736 1682391 1682445 1682537 "MTHING" 1682619 NIL MTHING (NIL T) -7 NIL NIL NIL) (-735 1682183 1682216 1682276 "MSYSCMD" 1682351 T MSYSCMD (NIL) -7 NIL NIL NIL) (-734 1678292 1680938 1681258 "MSET" 1681896 NIL MSET (NIL T) -8 NIL NIL NIL) (-733 1675387 1677853 1677894 "MSETAGG" 1677899 NIL MSETAGG (NIL T) -9 NIL 1677933 NIL) (-732 1671255 1672766 1673511 "MRING" 1674687 NIL MRING (NIL T T) -8 NIL NIL NIL) (-731 1670821 1670888 1671019 "MRF2" 1671182 NIL MRF2 (NIL T T T) -7 NIL NIL NIL) (-730 1670439 1670474 1670618 "MRATFAC" 1670780 NIL MRATFAC (NIL T T T T) -7 NIL NIL NIL) (-729 1668051 1668346 1668777 "MPRFF" 1670144 NIL MPRFF (NIL T T T T) -7 NIL NIL NIL) (-728 1662103 1667905 1668002 "MPOLY" 1668007 NIL MPOLY (NIL NIL T) -8 NIL NIL NIL) (-727 1661593 1661628 1661836 "MPCPF" 1662062 NIL MPCPF (NIL T T T T) -7 NIL NIL NIL) (-726 1661107 1661150 1661334 "MPC3" 1661544 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL NIL) (-725 1660302 1660383 1660604 "MPC2" 1661022 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL NIL) (-724 1658603 1658940 1659330 "MONOTOOL" 1659962 NIL MONOTOOL (NIL T T) -7 NIL NIL NIL) (-723 1657854 1658145 1658173 "MONOID" 1658392 T MONOID (NIL) -9 NIL 1658539 NIL) (-722 1657400 1657519 1657700 "MONOID-" 1657705 NIL MONOID- (NIL T) -8 NIL NIL NIL) (-721 1648251 1654167 1654226 "MONOGEN" 1654900 NIL MONOGEN (NIL T T) -9 NIL 1655356 NIL) (-720 1645469 1646204 1647204 "MONOGEN-" 1647323 NIL MONOGEN- (NIL T T T) -8 NIL NIL NIL) (-719 1644328 1644748 1644776 "MONADWU" 1645168 T MONADWU (NIL) -9 NIL 1645406 NIL) (-718 1643700 1643859 1644107 "MONADWU-" 1644112 NIL MONADWU- (NIL T) -8 NIL NIL NIL) (-717 1643085 1643303 1643331 "MONAD" 1643538 T MONAD (NIL) -9 NIL 1643650 NIL) (-716 1642770 1642848 1642980 "MONAD-" 1642985 NIL MONAD- (NIL T) -8 NIL NIL NIL) (-715 1641086 1641683 1641962 "MOEBIUS" 1642523 NIL MOEBIUS (NIL T) -8 NIL NIL NIL) (-714 1640478 1640856 1640896 "MODULE" 1640901 NIL MODULE (NIL T) -9 NIL 1640927 NIL) (-713 1640046 1640142 1640332 "MODULE-" 1640337 NIL MODULE- (NIL T T) -8 NIL NIL NIL) (-712 1637753 1638410 1638737 "MODRING" 1639870 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-711 1634724 1635858 1636379 "MODOP" 1637282 NIL MODOP (NIL T T) -8 NIL NIL NIL) (-710 1633339 1633791 1634068 "MODMONOM" 1634587 NIL MODMONOM (NIL T T NIL) -8 NIL NIL NIL) (-709 1623136 1631630 1632044 "MODMON" 1632976 NIL MODMON (NIL T T) -8 NIL NIL NIL) (-708 1620319 1621980 1622256 "MODFIELD" 1623011 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-707 1619323 1619600 1619790 "MMLFORM" 1620149 T MMLFORM (NIL) -8 NIL NIL NIL) (-706 1618849 1618892 1619071 "MMAP" 1619274 NIL MMAP (NIL T T T T T T) -7 NIL NIL NIL) (-705 1617058 1617799 1617840 "MLO" 1618263 NIL MLO (NIL T) -9 NIL 1618505 NIL) (-704 1614424 1614940 1615542 "MLIFT" 1616539 NIL MLIFT (NIL T T T T) -7 NIL NIL NIL) (-703 1613815 1613899 1614053 "MKUCFUNC" 1614335 NIL MKUCFUNC (NIL T T T) -7 NIL NIL NIL) (-702 1613414 1613484 1613607 "MKRECORD" 1613738 NIL MKRECORD (NIL T T) -7 NIL NIL NIL) (-701 1612461 1612623 1612851 "MKFUNC" 1613225 NIL MKFUNC (NIL T) -7 NIL NIL NIL) (-700 1611849 1611953 1612109 "MKFLCFN" 1612344 NIL MKFLCFN (NIL T) -7 NIL NIL NIL) (-699 1611392 1611759 1611818 "MKCHSET" 1611823 NIL MKCHSET (NIL T) -8 NIL NIL NIL) (-698 1610669 1610771 1610956 "MKBCFUNC" 1611285 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL NIL) (-697 1607403 1610223 1610359 "MINT" 1610553 T MINT (NIL) -8 NIL NIL NIL) (-696 1606215 1606458 1606735 "MHROWRED" 1607158 NIL MHROWRED (NIL T) -7 NIL NIL NIL) (-695 1601622 1604750 1605155 "MFLOAT" 1605830 T MFLOAT (NIL) -8 NIL NIL NIL) (-694 1600979 1601055 1601226 "MFINFACT" 1601534 NIL MFINFACT (NIL T T T T) -7 NIL NIL NIL) (-693 1597294 1598142 1599026 "MESH" 1600115 T MESH (NIL) -7 NIL NIL NIL) (-692 1595684 1595996 1596349 "MDDFACT" 1596981 NIL MDDFACT (NIL T) -7 NIL NIL NIL) (-691 1592526 1594843 1594884 "MDAGG" 1595139 NIL MDAGG (NIL T) -9 NIL 1595282 NIL) (-690 1582296 1591819 1592026 "MCMPLX" 1592339 T MCMPLX (NIL) -8 NIL NIL NIL) (-689 1581437 1581583 1581783 "MCDEN" 1582145 NIL MCDEN (NIL T T) -7 NIL NIL NIL) (-688 1579327 1579597 1579977 "MCALCFN" 1581167 NIL MCALCFN (NIL T T T T) -7 NIL NIL NIL) (-687 1578252 1578492 1578725 "MAYBE" 1579133 NIL MAYBE (NIL T) -8 NIL NIL NIL) (-686 1575864 1576387 1576949 "MATSTOR" 1577723 NIL MATSTOR (NIL T) -7 NIL NIL NIL) (-685 1571869 1575236 1575484 "MATRIX" 1575649 NIL MATRIX (NIL T) -8 NIL NIL NIL) (-684 1567633 1568342 1569078 "MATLIN" 1571226 NIL MATLIN (NIL T T T T) -7 NIL NIL NIL) (-683 1557787 1560925 1561002 "MATCAT" 1565882 NIL MATCAT (NIL T T T) -9 NIL 1567299 NIL) (-682 1554143 1555164 1556520 "MATCAT-" 1556525 NIL MATCAT- (NIL T T T T) -8 NIL NIL NIL) (-681 1552737 1552890 1553223 "MATCAT2" 1553978 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-680 1550849 1551173 1551557 "MAPPKG3" 1552412 NIL MAPPKG3 (NIL T T T) -7 NIL NIL NIL) (-679 1549830 1550003 1550225 "MAPPKG2" 1550673 NIL MAPPKG2 (NIL T T) -7 NIL NIL NIL) (-678 1548329 1548613 1548940 "MAPPKG1" 1549536 NIL MAPPKG1 (NIL T) -7 NIL NIL NIL) (-677 1547435 1547735 1547912 "MAPPAST" 1548172 T MAPPAST (NIL) -8 NIL NIL NIL) (-676 1547046 1547104 1547227 "MAPHACK3" 1547371 NIL MAPHACK3 (NIL T T T) -7 NIL NIL NIL) (-675 1546638 1546699 1546813 "MAPHACK2" 1546978 NIL MAPHACK2 (NIL T T) -7 NIL NIL NIL) (-674 1546075 1546179 1546321 "MAPHACK1" 1546529 NIL MAPHACK1 (NIL T) -7 NIL NIL NIL) (-673 1544181 1544775 1545079 "MAGMA" 1545803 NIL MAGMA (NIL T) -8 NIL NIL NIL) (-672 1543687 1543905 1543996 "MACROAST" 1544110 T MACROAST (NIL) -8 NIL NIL NIL) (-671 1540153 1541926 1542387 "M3D" 1543259 NIL M3D (NIL T) -8 NIL NIL NIL) (-670 1534307 1538522 1538563 "LZSTAGG" 1539345 NIL LZSTAGG (NIL T) -9 NIL 1539640 NIL) (-669 1530264 1531438 1532895 "LZSTAGG-" 1532900 NIL LZSTAGG- (NIL T T) -8 NIL NIL NIL) (-668 1527378 1528155 1528642 "LWORD" 1529809 NIL LWORD (NIL T) -8 NIL NIL NIL) (-667 1526981 1527182 1527257 "LSTAST" 1527323 T LSTAST (NIL) -8 NIL NIL NIL) (-666 1520174 1526752 1526886 "LSQM" 1526891 NIL LSQM (NIL NIL T) -8 NIL NIL NIL) (-665 1519398 1519537 1519765 "LSPP" 1520029 NIL LSPP (NIL T T T T) -7 NIL NIL NIL) (-664 1517210 1517511 1517967 "LSMP" 1519087 NIL LSMP (NIL T T T T) -7 NIL NIL NIL) (-663 1513989 1514663 1515393 "LSMP1" 1516512 NIL LSMP1 (NIL T) -7 NIL NIL NIL) (-662 1507914 1513156 1513197 "LSAGG" 1513259 NIL LSAGG (NIL T) -9 NIL 1513337 NIL) (-661 1504609 1505533 1506746 "LSAGG-" 1506751 NIL LSAGG- (NIL T T) -8 NIL NIL NIL) (-660 1502235 1503753 1504002 "LPOLY" 1504404 NIL LPOLY (NIL T T) -8 NIL NIL NIL) (-659 1501817 1501902 1502025 "LPEFRAC" 1502144 NIL LPEFRAC (NIL T) -7 NIL NIL NIL) (-658 1500164 1500911 1501164 "LO" 1501649 NIL LO (NIL T T T) -8 NIL NIL NIL) (-657 1499816 1499928 1499956 "LOGIC" 1500067 T LOGIC (NIL) -9 NIL 1500148 NIL) (-656 1499678 1499701 1499772 "LOGIC-" 1499777 NIL LOGIC- (NIL T) -8 NIL NIL NIL) (-655 1498871 1499011 1499204 "LODOOPS" 1499534 NIL LODOOPS (NIL T T) -7 NIL NIL NIL) (-654 1496321 1498787 1498853 "LODO" 1498858 NIL LODO (NIL T NIL) -8 NIL NIL NIL) (-653 1494859 1495094 1495447 "LODOF" 1496068 NIL LODOF (NIL T T) -7 NIL NIL NIL) (-652 1491207 1493612 1493653 "LODOCAT" 1494091 NIL LODOCAT (NIL T) -9 NIL 1494302 NIL) (-651 1490940 1490998 1491125 "LODOCAT-" 1491130 NIL LODOCAT- (NIL T T) -8 NIL NIL NIL) (-650 1488287 1490781 1490899 "LODO2" 1490904 NIL LODO2 (NIL T T) -8 NIL NIL NIL) (-649 1485749 1488224 1488269 "LODO1" 1488274 NIL LODO1 (NIL T) -8 NIL NIL NIL) (-648 1484609 1484774 1485086 "LODEEF" 1485572 NIL LODEEF (NIL T T T) -7 NIL NIL NIL) (-647 1479895 1482739 1482780 "LNAGG" 1483727 NIL LNAGG (NIL T) -9 NIL 1484171 NIL) (-646 1479042 1479256 1479598 "LNAGG-" 1479603 NIL LNAGG- (NIL T T) -8 NIL NIL NIL) (-645 1475205 1475967 1476606 "LMOPS" 1478457 NIL LMOPS (NIL T T NIL) -8 NIL NIL NIL) (-644 1474600 1474962 1475003 "LMODULE" 1475064 NIL LMODULE (NIL T) -9 NIL 1475106 NIL) (-643 1471846 1474245 1474368 "LMDICT" 1474510 NIL LMDICT (NIL T) -8 NIL NIL NIL) (-642 1471572 1471754 1471814 "LITERAL" 1471819 NIL LITERAL (NIL T) -8 NIL NIL NIL) (-641 1464803 1470518 1470816 "LIST" 1471307 NIL LIST (NIL T) -8 NIL NIL NIL) (-640 1464328 1464402 1464541 "LIST3" 1464723 NIL LIST3 (NIL T T T) -7 NIL NIL NIL) (-639 1463335 1463513 1463741 "LIST2" 1464146 NIL LIST2 (NIL T T) -7 NIL NIL NIL) (-638 1461469 1461781 1462180 "LIST2MAP" 1462982 NIL LIST2MAP (NIL T T) -7 NIL NIL NIL) (-637 1460191 1460835 1460876 "LINEXP" 1461131 NIL LINEXP (NIL T) -9 NIL 1461280 NIL) (-636 1458838 1459098 1459395 "LINDEP" 1459943 NIL LINDEP (NIL T T) -7 NIL NIL NIL) (-635 1455605 1456324 1457101 "LIMITRF" 1458093 NIL LIMITRF (NIL T) -7 NIL NIL NIL) (-634 1453880 1454176 1454592 "LIMITPS" 1455300 NIL LIMITPS (NIL T T) -7 NIL NIL NIL) (-633 1448335 1453391 1453619 "LIE" 1453701 NIL LIE (NIL T T) -8 NIL NIL NIL) (-632 1447384 1447827 1447867 "LIECAT" 1448007 NIL LIECAT (NIL T) -9 NIL 1448158 NIL) (-631 1447225 1447252 1447340 "LIECAT-" 1447345 NIL LIECAT- (NIL T T) -8 NIL NIL NIL) (-630 1439837 1446674 1446839 "LIB" 1447080 T LIB (NIL) -8 NIL NIL NIL) (-629 1435472 1436355 1437290 "LGROBP" 1438954 NIL LGROBP (NIL NIL T) -7 NIL NIL NIL) (-628 1433338 1433612 1433974 "LF" 1435193 NIL LF (NIL T T) -7 NIL NIL NIL) (-627 1432178 1432870 1432898 "LFCAT" 1433105 T LFCAT (NIL) -9 NIL 1433244 NIL) (-626 1429080 1429710 1430398 "LEXTRIPK" 1431542 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL NIL) (-625 1425851 1426650 1427153 "LEXP" 1428660 NIL LEXP (NIL T T NIL) -8 NIL NIL NIL) (-624 1425354 1425572 1425664 "LETAST" 1425779 T LETAST (NIL) -8 NIL NIL NIL) (-623 1423752 1424065 1424466 "LEADCDET" 1425036 NIL LEADCDET (NIL T T T T) -7 NIL NIL NIL) (-622 1422942 1423016 1423245 "LAZM3PK" 1423673 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL NIL) (-621 1417886 1421019 1421557 "LAUPOL" 1422454 NIL LAUPOL (NIL T T) -8 NIL NIL NIL) (-620 1417451 1417495 1417663 "LAPLACE" 1417836 NIL LAPLACE (NIL T T) -7 NIL NIL NIL) (-619 1415417 1416552 1416803 "LA" 1417284 NIL LA (NIL T T T) -8 NIL NIL NIL) (-618 1414490 1415048 1415089 "LALG" 1415151 NIL LALG (NIL T) -9 NIL 1415210 NIL) (-617 1414204 1414263 1414399 "LALG-" 1414404 NIL LALG- (NIL T T) -8 NIL NIL NIL) (-616 1414039 1414063 1414104 "KVTFROM" 1414166 NIL KVTFROM (NIL T) -9 NIL NIL NIL) (-615 1412839 1413256 1413485 "KTVLOGIC" 1413830 T KTVLOGIC (NIL) -8 NIL NIL NIL) (-614 1412674 1412698 1412739 "KRCFROM" 1412801 NIL KRCFROM (NIL T) -9 NIL NIL NIL) (-613 1411578 1411765 1412064 "KOVACIC" 1412474 NIL KOVACIC (NIL T T) -7 NIL NIL NIL) (-612 1411413 1411437 1411478 "KONVERT" 1411540 NIL KONVERT (NIL T) -9 NIL NIL NIL) (-611 1411248 1411272 1411313 "KOERCE" 1411375 NIL KOERCE (NIL T) -9 NIL NIL NIL) (-610 1408982 1409742 1410135 "KERNEL" 1410887 NIL KERNEL (NIL T) -8 NIL NIL NIL) (-609 1408484 1408565 1408695 "KERNEL2" 1408896 NIL KERNEL2 (NIL T T) -7 NIL NIL NIL) (-608 1402335 1407023 1407077 "KDAGG" 1407454 NIL KDAGG (NIL T T) -9 NIL 1407660 NIL) (-607 1401864 1401988 1402193 "KDAGG-" 1402198 NIL KDAGG- (NIL T T T) -8 NIL NIL NIL) (-606 1395039 1401525 1401680 "KAFILE" 1401742 NIL KAFILE (NIL T) -8 NIL NIL NIL) (-605 1389494 1394550 1394778 "JORDAN" 1394860 NIL JORDAN (NIL T T) -8 NIL NIL NIL) (-604 1388900 1389143 1389264 "JOINAST" 1389393 T JOINAST (NIL) -8 NIL NIL NIL) (-603 1388746 1388805 1388860 "JAVACODE" 1388865 T JAVACODE (NIL) -8 NIL NIL NIL) (-602 1385045 1386951 1387005 "IXAGG" 1387934 NIL IXAGG (NIL T T) -9 NIL 1388393 NIL) (-601 1383964 1384270 1384689 "IXAGG-" 1384694 NIL IXAGG- (NIL T T T) -8 NIL NIL NIL) (-600 1379544 1383886 1383945 "IVECTOR" 1383950 NIL IVECTOR (NIL T NIL) -8 NIL NIL NIL) (-599 1378310 1378547 1378813 "ITUPLE" 1379311 NIL ITUPLE (NIL T) -8 NIL NIL NIL) (-598 1376746 1376923 1377229 "ITRIGMNP" 1378132 NIL ITRIGMNP (NIL T T T) -7 NIL NIL NIL) (-597 1375491 1375695 1375978 "ITFUN3" 1376522 NIL ITFUN3 (NIL T T T) -7 NIL NIL NIL) (-596 1375123 1375180 1375289 "ITFUN2" 1375428 NIL ITFUN2 (NIL T T) -7 NIL NIL NIL) (-595 1372952 1373985 1374284 "ITAYLOR" 1374857 NIL ITAYLOR (NIL T) -8 NIL NIL NIL) (-594 1361924 1367089 1368252 "ISUPS" 1371822 NIL ISUPS (NIL T) -8 NIL NIL NIL) (-593 1361028 1361168 1361404 "ISUMP" 1361771 NIL ISUMP (NIL T T T T) -7 NIL NIL NIL) (-592 1356292 1360829 1360908 "ISTRING" 1360981 NIL ISTRING (NIL NIL) -8 NIL NIL NIL) (-591 1355795 1356013 1356105 "ISAST" 1356220 T ISAST (NIL) -8 NIL NIL NIL) (-590 1355005 1355086 1355302 "IRURPK" 1355709 NIL IRURPK (NIL T T T T T) -7 NIL NIL NIL) (-589 1353941 1354142 1354382 "IRSN" 1354785 T IRSN (NIL) -7 NIL NIL NIL) (-588 1351970 1352325 1352761 "IRRF2F" 1353579 NIL IRRF2F (NIL T) -7 NIL NIL NIL) (-587 1351717 1351755 1351831 "IRREDFFX" 1351926 NIL IRREDFFX (NIL T) -7 NIL NIL NIL) (-586 1350332 1350591 1350890 "IROOT" 1351450 NIL IROOT (NIL T) -7 NIL NIL NIL) (-585 1346963 1348016 1348708 "IR" 1349672 NIL IR (NIL T) -8 NIL NIL NIL) (-584 1344576 1345071 1345637 "IR2" 1346441 NIL IR2 (NIL T T) -7 NIL NIL NIL) (-583 1343648 1343761 1343982 "IR2F" 1344459 NIL IR2F (NIL T T) -7 NIL NIL NIL) (-582 1343439 1343473 1343533 "IPRNTPK" 1343608 T IPRNTPK (NIL) -7 NIL NIL NIL) (-581 1340046 1343328 1343397 "IPF" 1343402 NIL IPF (NIL NIL) -8 NIL NIL NIL) (-580 1338400 1339971 1340028 "IPADIC" 1340033 NIL IPADIC (NIL NIL NIL) -8 NIL NIL NIL) (-579 1337739 1337960 1338090 "IP4ADDR" 1338290 T IP4ADDR (NIL) -8 NIL NIL NIL) (-578 1337239 1337443 1337553 "IOMODE" 1337649 T IOMODE (NIL) -8 NIL NIL NIL) (-577 1336312 1336836 1336963 "IOBFILE" 1337132 T IOBFILE (NIL) -8 NIL NIL NIL) (-576 1335800 1336216 1336244 "IOBCON" 1336249 T IOBCON (NIL) -9 NIL 1336270 NIL) (-575 1335297 1335355 1335545 "INVLAPLA" 1335736 NIL INVLAPLA (NIL T T) -7 NIL NIL NIL) (-574 1324945 1327299 1329685 "INTTR" 1332961 NIL INTTR (NIL T T) -7 NIL NIL NIL) (-573 1321289 1322031 1322895 "INTTOOLS" 1324130 NIL INTTOOLS (NIL T T) -7 NIL NIL NIL) (-572 1320875 1320966 1321083 "INTSLPE" 1321192 T INTSLPE (NIL) -7 NIL NIL NIL) (-571 1318856 1320798 1320857 "INTRVL" 1320862 NIL INTRVL (NIL T) -8 NIL NIL NIL) (-570 1316458 1316970 1317545 "INTRF" 1318341 NIL INTRF (NIL T) -7 NIL NIL NIL) (-569 1315869 1315966 1316108 "INTRET" 1316356 NIL INTRET (NIL T) -7 NIL NIL NIL) (-568 1313866 1314255 1314725 "INTRAT" 1315477 NIL INTRAT (NIL T T) -7 NIL NIL NIL) (-567 1311094 1311677 1312303 "INTPM" 1313351 NIL INTPM (NIL T T) -7 NIL NIL NIL) (-566 1307796 1308396 1309141 "INTPAF" 1310480 NIL INTPAF (NIL T T T) -7 NIL NIL NIL) (-565 1302975 1303937 1304988 "INTPACK" 1306765 T INTPACK (NIL) -7 NIL NIL NIL) (-564 1299879 1302704 1302831 "INT" 1302868 T INT (NIL) -8 NIL NIL NIL) (-563 1299131 1299283 1299491 "INTHERTR" 1299721 NIL INTHERTR (NIL T T) -7 NIL NIL NIL) (-562 1298570 1298650 1298838 "INTHERAL" 1299045 NIL INTHERAL (NIL T T T T) -7 NIL NIL NIL) (-561 1296416 1296859 1297316 "INTHEORY" 1298133 T INTHEORY (NIL) -7 NIL NIL NIL) (-560 1287724 1289345 1291124 "INTG0" 1294768 NIL INTG0 (NIL T T T) -7 NIL NIL NIL) (-559 1268297 1273087 1277897 "INTFTBL" 1282934 T INTFTBL (NIL) -8 NIL NIL NIL) (-558 1267546 1267684 1267857 "INTFACT" 1268156 NIL INTFACT (NIL T) -7 NIL NIL NIL) (-557 1264931 1265377 1265941 "INTEF" 1267100 NIL INTEF (NIL T T) -7 NIL NIL NIL) (-556 1263390 1264103 1264131 "INTDOM" 1264432 T INTDOM (NIL) -9 NIL 1264639 NIL) (-555 1262759 1262933 1263175 "INTDOM-" 1263180 NIL INTDOM- (NIL T) -8 NIL NIL NIL) (-554 1259246 1261143 1261197 "INTCAT" 1261996 NIL INTCAT (NIL T) -9 NIL 1262316 NIL) (-553 1258718 1258821 1258949 "INTBIT" 1259138 T INTBIT (NIL) -7 NIL NIL NIL) (-552 1257389 1257543 1257857 "INTALG" 1258563 NIL INTALG (NIL T T T T T) -7 NIL NIL NIL) (-551 1256846 1256936 1257106 "INTAF" 1257293 NIL INTAF (NIL T T) -7 NIL NIL NIL) (-550 1250300 1256656 1256796 "INTABL" 1256801 NIL INTABL (NIL T T T) -8 NIL NIL NIL) (-549 1249631 1250070 1250135 "INT8" 1250169 T INT8 (NIL) -8 NIL NIL 1250214) (-548 1248961 1249400 1249465 "INT64" 1249499 T INT64 (NIL) -8 NIL NIL 1249544) (-547 1248291 1248730 1248795 "INT32" 1248829 T INT32 (NIL) -8 NIL NIL 1248874) (-546 1247621 1248060 1248125 "INT16" 1248159 T INT16 (NIL) -8 NIL NIL 1248204) (-545 1242628 1245310 1245338 "INS" 1246272 T INS (NIL) -9 NIL 1246937 NIL) (-544 1239868 1240639 1241613 "INS-" 1241686 NIL INS- (NIL T) -8 NIL NIL NIL) (-543 1238643 1238870 1239168 "INPSIGN" 1239621 NIL INPSIGN (NIL T T) -7 NIL NIL NIL) (-542 1237761 1237878 1238075 "INPRODPF" 1238523 NIL INPRODPF (NIL T T) -7 NIL NIL NIL) (-541 1236655 1236772 1237009 "INPRODFF" 1237641 NIL INPRODFF (NIL T T T T) -7 NIL NIL NIL) (-540 1235655 1235807 1236067 "INNMFACT" 1236491 NIL INNMFACT (NIL T T T T) -7 NIL NIL NIL) (-539 1234852 1234949 1235137 "INMODGCD" 1235554 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL NIL) (-538 1233360 1233605 1233929 "INFSP" 1234597 NIL INFSP (NIL T T T) -7 NIL NIL NIL) (-537 1232544 1232661 1232844 "INFPROD0" 1233240 NIL INFPROD0 (NIL T T) -7 NIL NIL NIL) (-536 1229426 1230609 1231124 "INFORM" 1232037 T INFORM (NIL) -8 NIL NIL NIL) (-535 1229036 1229096 1229194 "INFORM1" 1229361 NIL INFORM1 (NIL T) -7 NIL NIL NIL) (-534 1228559 1228648 1228762 "INFINITY" 1228942 T INFINITY (NIL) -7 NIL NIL NIL) (-533 1227735 1228279 1228380 "INETCLTS" 1228478 T INETCLTS (NIL) -8 NIL NIL NIL) (-532 1226351 1226601 1226922 "INEP" 1227483 NIL INEP (NIL T T T) -7 NIL NIL NIL) (-531 1225627 1226248 1226313 "INDE" 1226318 NIL INDE (NIL T) -8 NIL NIL NIL) (-530 1225191 1225259 1225376 "INCRMAPS" 1225554 NIL INCRMAPS (NIL T) -7 NIL NIL NIL) (-529 1224009 1224460 1224666 "INBFILE" 1225005 T INBFILE (NIL) -8 NIL NIL NIL) (-528 1219309 1220245 1221189 "INBFF" 1223097 NIL INBFF (NIL T) -7 NIL NIL NIL) (-527 1218217 1218486 1218514 "INBCON" 1219027 T INBCON (NIL) -9 NIL 1219293 NIL) (-526 1217469 1217692 1217968 "INBCON-" 1217973 NIL INBCON- (NIL T) -8 NIL NIL NIL) (-525 1216975 1217193 1217284 "INAST" 1217398 T INAST (NIL) -8 NIL NIL NIL) (-524 1216429 1216654 1216760 "IMPTAST" 1216889 T IMPTAST (NIL) -8 NIL NIL NIL) (-523 1212923 1216273 1216377 "IMATRIX" 1216382 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL NIL) (-522 1211635 1211758 1212073 "IMATQF" 1212779 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL NIL) (-521 1209855 1210082 1210419 "IMATLIN" 1211391 NIL IMATLIN (NIL T T T T) -7 NIL NIL NIL) (-520 1204481 1209779 1209837 "ILIST" 1209842 NIL ILIST (NIL T NIL) -8 NIL NIL NIL) (-519 1202434 1204341 1204454 "IIARRAY2" 1204459 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL NIL) (-518 1197859 1202345 1202409 "IFF" 1202414 NIL IFF (NIL NIL NIL) -8 NIL NIL NIL) (-517 1197233 1197476 1197592 "IFAST" 1197763 T IFAST (NIL) -8 NIL NIL NIL) (-516 1192276 1196525 1196713 "IFARRAY" 1197090 NIL IFARRAY (NIL T NIL) -8 NIL NIL NIL) (-515 1191483 1192180 1192253 "IFAMON" 1192258 NIL IFAMON (NIL T T NIL) -8 NIL NIL NIL) (-514 1191067 1191132 1191186 "IEVALAB" 1191393 NIL IEVALAB (NIL T T) -9 NIL NIL NIL) (-513 1190742 1190810 1190970 "IEVALAB-" 1190975 NIL IEVALAB- (NIL T T T) -8 NIL NIL NIL) (-512 1190400 1190656 1190719 "IDPO" 1190724 NIL IDPO (NIL T T) -8 NIL NIL NIL) (-511 1189677 1190289 1190364 "IDPOAMS" 1190369 NIL IDPOAMS (NIL T T) -8 NIL NIL NIL) (-510 1189011 1189566 1189641 "IDPOAM" 1189646 NIL IDPOAM (NIL T T) -8 NIL NIL NIL) (-509 1188096 1188346 1188399 "IDPC" 1188812 NIL IDPC (NIL T T) -9 NIL 1188961 NIL) (-508 1187592 1187988 1188061 "IDPAM" 1188066 NIL IDPAM (NIL T T) -8 NIL NIL NIL) (-507 1186995 1187484 1187557 "IDPAG" 1187562 NIL IDPAG (NIL T T) -8 NIL NIL NIL) (-506 1186667 1186831 1186906 "IDENT" 1186940 T IDENT (NIL) -8 NIL NIL NIL) (-505 1182922 1183770 1184665 "IDECOMP" 1185824 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL NIL) (-504 1175786 1176845 1177892 "IDEAL" 1181958 NIL IDEAL (NIL T T T T) -8 NIL NIL NIL) (-503 1174950 1175062 1175261 "ICDEN" 1175670 NIL ICDEN (NIL T T T T) -7 NIL NIL NIL) (-502 1174048 1174430 1174577 "ICARD" 1174823 T ICARD (NIL) -8 NIL NIL NIL) (-501 1172108 1172421 1172826 "IBPTOOLS" 1173725 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL NIL) (-500 1167742 1171728 1171841 "IBITS" 1172027 NIL IBITS (NIL NIL) -8 NIL NIL NIL) (-499 1164465 1165041 1165736 "IBATOOL" 1167159 NIL IBATOOL (NIL T T T) -7 NIL NIL NIL) (-498 1162244 1162706 1163239 "IBACHIN" 1164000 NIL IBACHIN (NIL T T T) -7 NIL NIL NIL) (-497 1160121 1162090 1162193 "IARRAY2" 1162198 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL NIL) (-496 1156275 1160047 1160104 "IARRAY1" 1160109 NIL IARRAY1 (NIL T NIL) -8 NIL NIL NIL) (-495 1150259 1154687 1155168 "IAN" 1155814 T IAN (NIL) -8 NIL NIL NIL) (-494 1149770 1149827 1150000 "IALGFACT" 1150196 NIL IALGFACT (NIL T T T T) -7 NIL NIL NIL) (-493 1149298 1149411 1149439 "HYPCAT" 1149646 T HYPCAT (NIL) -9 NIL NIL NIL) (-492 1148836 1148953 1149139 "HYPCAT-" 1149144 NIL HYPCAT- (NIL T) -8 NIL NIL NIL) (-491 1148458 1148631 1148714 "HOSTNAME" 1148773 T HOSTNAME (NIL) -8 NIL NIL NIL) (-490 1148303 1148340 1148381 "HOMOTOP" 1148386 NIL HOMOTOP (NIL T) -9 NIL 1148419 NIL) (-489 1144982 1146313 1146354 "HOAGG" 1147335 NIL HOAGG (NIL T) -9 NIL 1148014 NIL) (-488 1143576 1143975 1144501 "HOAGG-" 1144506 NIL HOAGG- (NIL T T) -8 NIL NIL NIL) (-487 1137607 1143171 1143320 "HEXADEC" 1143447 T HEXADEC (NIL) -8 NIL NIL NIL) (-486 1136355 1136577 1136840 "HEUGCD" 1137384 NIL HEUGCD (NIL T) -7 NIL NIL NIL) (-485 1135458 1136192 1136322 "HELLFDIV" 1136327 NIL HELLFDIV (NIL T T T T) -8 NIL NIL NIL) (-484 1133685 1135235 1135323 "HEAP" 1135402 NIL HEAP (NIL T) -8 NIL NIL NIL) (-483 1132975 1133237 1133371 "HEADAST" 1133571 T HEADAST (NIL) -8 NIL NIL NIL) (-482 1126889 1132890 1132952 "HDP" 1132957 NIL HDP (NIL NIL T) -8 NIL NIL NIL) (-481 1120632 1126524 1126676 "HDMP" 1126790 NIL HDMP (NIL NIL T) -8 NIL NIL NIL) (-480 1119956 1120096 1120260 "HB" 1120488 T HB (NIL) -7 NIL NIL NIL) (-479 1113453 1119802 1119906 "HASHTBL" 1119911 NIL HASHTBL (NIL T T NIL) -8 NIL NIL NIL) (-478 1112956 1113174 1113266 "HASAST" 1113381 T HASAST (NIL) -8 NIL NIL NIL) (-477 1110761 1112578 1112760 "HACKPI" 1112794 T HACKPI (NIL) -8 NIL NIL NIL) (-476 1106456 1110614 1110727 "GTSET" 1110732 NIL GTSET (NIL T T T T) -8 NIL NIL NIL) (-475 1099982 1106334 1106432 "GSTBL" 1106437 NIL GSTBL (NIL T T T NIL) -8 NIL NIL NIL) (-474 1092287 1099013 1099278 "GSERIES" 1099773 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL NIL) (-473 1091454 1091845 1091873 "GROUP" 1092076 T GROUP (NIL) -9 NIL 1092210 NIL) (-472 1090820 1090979 1091230 "GROUP-" 1091235 NIL GROUP- (NIL T) -8 NIL NIL NIL) (-471 1089187 1089508 1089895 "GROEBSOL" 1090497 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL NIL) (-470 1088127 1088389 1088440 "GRMOD" 1088969 NIL GRMOD (NIL T T) -9 NIL 1089137 NIL) (-469 1087895 1087931 1088059 "GRMOD-" 1088064 NIL GRMOD- (NIL T T T) -8 NIL NIL NIL) (-468 1083212 1084249 1085249 "GRIMAGE" 1086915 T GRIMAGE (NIL) -8 NIL NIL NIL) (-467 1081678 1081939 1082263 "GRDEF" 1082908 T GRDEF (NIL) -7 NIL NIL NIL) (-466 1081122 1081238 1081379 "GRAY" 1081557 T GRAY (NIL) -7 NIL NIL NIL) (-465 1080335 1080715 1080766 "GRALG" 1080919 NIL GRALG (NIL T T) -9 NIL 1081012 NIL) (-464 1079996 1080069 1080232 "GRALG-" 1080237 NIL GRALG- (NIL T T T) -8 NIL NIL NIL) (-463 1076800 1079581 1079759 "GPOLSET" 1079903 NIL GPOLSET (NIL T T T T) -8 NIL NIL NIL) (-462 1076154 1076211 1076469 "GOSPER" 1076737 NIL GOSPER (NIL T T T T T) -7 NIL NIL NIL) (-461 1071913 1072592 1073118 "GMODPOL" 1075853 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL NIL) (-460 1070918 1071102 1071340 "GHENSEL" 1071725 NIL GHENSEL (NIL T T) -7 NIL NIL NIL) (-459 1064969 1065812 1066839 "GENUPS" 1070002 NIL GENUPS (NIL T T) -7 NIL NIL NIL) (-458 1064666 1064717 1064806 "GENUFACT" 1064912 NIL GENUFACT (NIL T) -7 NIL NIL NIL) (-457 1064078 1064155 1064320 "GENPGCD" 1064584 NIL GENPGCD (NIL T T T T) -7 NIL NIL NIL) (-456 1063552 1063587 1063800 "GENMFACT" 1064037 NIL GENMFACT (NIL T T T T T) -7 NIL NIL NIL) (-455 1062118 1062375 1062682 "GENEEZ" 1063295 NIL GENEEZ (NIL T T) -7 NIL NIL NIL) (-454 1056019 1061729 1061891 "GDMP" 1062041 NIL GDMP (NIL NIL T T) -8 NIL NIL NIL) (-453 1045388 1049790 1050896 "GCNAALG" 1055002 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-452 1043807 1044643 1044671 "GCDDOM" 1044926 T GCDDOM (NIL) -9 NIL 1045083 NIL) (-451 1043277 1043404 1043619 "GCDDOM-" 1043624 NIL GCDDOM- (NIL T) -8 NIL NIL NIL) (-450 1041949 1042134 1042438 "GB" 1043056 NIL GB (NIL T T T T) -7 NIL NIL NIL) (-449 1030565 1032895 1035287 "GBINTERN" 1039640 NIL GBINTERN (NIL T T T T) -7 NIL NIL NIL) (-448 1028402 1028694 1029115 "GBF" 1030240 NIL GBF (NIL T T T T) -7 NIL NIL NIL) (-447 1027183 1027348 1027615 "GBEUCLID" 1028218 NIL GBEUCLID (NIL T T T T) -7 NIL NIL NIL) (-446 1026532 1026657 1026806 "GAUSSFAC" 1027054 T GAUSSFAC (NIL) -7 NIL NIL NIL) (-445 1024899 1025201 1025515 "GALUTIL" 1026251 NIL GALUTIL (NIL T) -7 NIL NIL NIL) (-444 1023207 1023481 1023805 "GALPOLYU" 1024626 NIL GALPOLYU (NIL T T) -7 NIL NIL NIL) (-443 1020572 1020862 1021269 "GALFACTU" 1022904 NIL GALFACTU (NIL T T T) -7 NIL NIL NIL) (-442 1012378 1013877 1015485 "GALFACT" 1019004 NIL GALFACT (NIL T) -7 NIL NIL NIL) (-441 1009766 1010424 1010452 "FVFUN" 1011608 T FVFUN (NIL) -9 NIL 1012328 NIL) (-440 1009032 1009214 1009242 "FVC" 1009533 T FVC (NIL) -9 NIL 1009716 NIL) (-439 1008702 1008857 1008925 "FUNDESC" 1008984 T FUNDESC (NIL) -8 NIL NIL NIL) (-438 1008344 1008499 1008580 "FUNCTION" 1008654 NIL FUNCTION (NIL NIL) -8 NIL NIL NIL) (-437 1006115 1006666 1007132 "FT" 1007898 T FT (NIL) -8 NIL NIL NIL) (-436 1004933 1005416 1005619 "FTEM" 1005932 T FTEM (NIL) -8 NIL NIL NIL) (-435 1003189 1003478 1003882 "FSUPFACT" 1004624 NIL FSUPFACT (NIL T T T) -7 NIL NIL NIL) (-434 1001586 1001875 1002207 "FST" 1002877 T FST (NIL) -8 NIL NIL NIL) (-433 1000757 1000863 1001058 "FSRED" 1001468 NIL FSRED (NIL T T) -7 NIL NIL NIL) (-432 999435 999691 1000045 "FSPRMELT" 1000472 NIL FSPRMELT (NIL T T) -7 NIL NIL NIL) (-431 996520 996958 997457 "FSPECF" 998998 NIL FSPECF (NIL T T) -7 NIL NIL NIL) (-430 978574 987023 987063 "FS" 990911 NIL FS (NIL T) -9 NIL 993200 NIL) (-429 967221 970214 974270 "FS-" 974567 NIL FS- (NIL T T) -8 NIL NIL NIL) (-428 966735 966789 966966 "FSINT" 967162 NIL FSINT (NIL T T) -7 NIL NIL NIL) (-427 965054 965728 966031 "FSERIES" 966514 NIL FSERIES (NIL T T) -8 NIL NIL NIL) (-426 964068 964184 964415 "FSCINT" 964934 NIL FSCINT (NIL T T) -7 NIL NIL NIL) (-425 960302 963012 963053 "FSAGG" 963423 NIL FSAGG (NIL T) -9 NIL 963682 NIL) (-424 958064 958665 959461 "FSAGG-" 959556 NIL FSAGG- (NIL T T) -8 NIL NIL NIL) (-423 957106 957249 957476 "FSAGG2" 957917 NIL FSAGG2 (NIL T T T T) -7 NIL NIL NIL) (-422 954760 955040 955594 "FS2UPS" 956824 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL NIL) (-421 954342 954385 954540 "FS2" 954711 NIL FS2 (NIL T T T T) -7 NIL NIL NIL) (-420 953199 953370 953679 "FS2EXPXP" 954167 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL NIL) (-419 952625 952740 952892 "FRUTIL" 953079 NIL FRUTIL (NIL T) -7 NIL NIL NIL) (-418 944065 948120 949478 "FR" 951299 NIL FR (NIL T) -8 NIL NIL NIL) (-417 939140 941783 941823 "FRNAALG" 943219 NIL FRNAALG (NIL T) -9 NIL 943826 NIL) (-416 934813 935889 937164 "FRNAALG-" 937914 NIL FRNAALG- (NIL T T) -8 NIL NIL NIL) (-415 934451 934494 934621 "FRNAAF2" 934764 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL NIL) (-414 932858 933305 933600 "FRMOD" 934263 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL NIL) (-413 930636 931241 931558 "FRIDEAL" 932649 NIL FRIDEAL (NIL T T T T) -8 NIL NIL NIL) (-412 929831 929918 930207 "FRIDEAL2" 930543 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-411 928964 929378 929419 "FRETRCT" 929424 NIL FRETRCT (NIL T) -9 NIL 929600 NIL) (-410 928076 928307 928658 "FRETRCT-" 928663 NIL FRETRCT- (NIL T T) -8 NIL NIL NIL) (-409 925280 926464 926523 "FRAMALG" 927405 NIL FRAMALG (NIL T T) -9 NIL 927697 NIL) (-408 923414 923869 924499 "FRAMALG-" 924722 NIL FRAMALG- (NIL T T T) -8 NIL NIL NIL) (-407 917362 922889 923165 "FRAC" 923170 NIL FRAC (NIL T) -8 NIL NIL NIL) (-406 916998 917055 917162 "FRAC2" 917299 NIL FRAC2 (NIL T T) -7 NIL NIL NIL) (-405 916634 916691 916798 "FR2" 916935 NIL FR2 (NIL T T) -7 NIL NIL NIL) (-404 911299 914159 914187 "FPS" 915306 T FPS (NIL) -9 NIL 915863 NIL) (-403 910748 910857 911021 "FPS-" 911167 NIL FPS- (NIL T) -8 NIL NIL NIL) (-402 908194 909837 909865 "FPC" 910090 T FPC (NIL) -9 NIL 910232 NIL) (-401 907987 908027 908124 "FPC-" 908129 NIL FPC- (NIL T) -8 NIL NIL NIL) (-400 906865 907475 907516 "FPATMAB" 907521 NIL FPATMAB (NIL T) -9 NIL 907673 NIL) (-399 904565 905041 905467 "FPARFRAC" 906502 NIL FPARFRAC (NIL T T) -8 NIL NIL NIL) (-398 899958 900457 901139 "FORTRAN" 903997 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL NIL) (-397 897674 898174 898713 "FORT" 899439 T FORT (NIL) -7 NIL NIL NIL) (-396 895350 895912 895940 "FORTFN" 897000 T FORTFN (NIL) -9 NIL 897624 NIL) (-395 895114 895164 895192 "FORTCAT" 895251 T FORTCAT (NIL) -9 NIL 895313 NIL) (-394 893247 893730 894120 "FORMULA" 894744 T FORMULA (NIL) -8 NIL NIL NIL) (-393 893035 893065 893134 "FORMULA1" 893211 NIL FORMULA1 (NIL T) -7 NIL NIL NIL) (-392 892558 892610 892783 "FORDER" 892977 NIL FORDER (NIL T T T T) -7 NIL NIL NIL) (-391 891654 891818 892011 "FOP" 892385 T FOP (NIL) -7 NIL NIL NIL) (-390 890262 890934 891108 "FNLA" 891536 NIL FNLA (NIL NIL NIL T) -8 NIL NIL NIL) (-389 889017 889406 889434 "FNCAT" 889894 T FNCAT (NIL) -9 NIL 890154 NIL) (-388 888583 888976 889004 "FNAME" 889009 T FNAME (NIL) -8 NIL NIL NIL) (-387 887238 888175 888203 "FMTC" 888208 T FMTC (NIL) -9 NIL 888244 NIL) (-386 883598 884761 885390 "FMONOID" 886642 NIL FMONOID (NIL T) -8 NIL NIL NIL) (-385 882817 883340 883489 "FM" 883494 NIL FM (NIL T T) -8 NIL NIL NIL) (-384 880241 880887 880915 "FMFUN" 882059 T FMFUN (NIL) -9 NIL 882767 NIL) (-383 879510 879691 879719 "FMC" 880009 T FMC (NIL) -9 NIL 880191 NIL) (-382 876704 877538 877592 "FMCAT" 878787 NIL FMCAT (NIL T T) -9 NIL 879282 NIL) (-381 875597 876470 876570 "FM1" 876649 NIL FM1 (NIL T T) -8 NIL NIL NIL) (-380 873371 873787 874281 "FLOATRP" 875148 NIL FLOATRP (NIL T) -7 NIL NIL NIL) (-379 866972 871100 871721 "FLOAT" 872770 T FLOAT (NIL) -8 NIL NIL NIL) (-378 864410 864910 865488 "FLOATCP" 866439 NIL FLOATCP (NIL T) -7 NIL NIL NIL) (-377 863211 864023 864064 "FLINEXP" 864069 NIL FLINEXP (NIL T) -9 NIL 864162 NIL) (-376 862365 862600 862928 "FLINEXP-" 862933 NIL FLINEXP- (NIL T T) -8 NIL NIL NIL) (-375 861441 861585 861809 "FLASORT" 862217 NIL FLASORT (NIL T T) -7 NIL NIL NIL) (-374 858658 859500 859552 "FLALG" 860779 NIL FLALG (NIL T T) -9 NIL 861246 NIL) (-373 852442 856144 856185 "FLAGG" 857447 NIL FLAGG (NIL T) -9 NIL 858099 NIL) (-372 851168 851507 851997 "FLAGG-" 852002 NIL FLAGG- (NIL T T) -8 NIL NIL NIL) (-371 850210 850353 850580 "FLAGG2" 851021 NIL FLAGG2 (NIL T T T T) -7 NIL NIL NIL) (-370 847177 848159 848218 "FINRALG" 849346 NIL FINRALG (NIL T T) -9 NIL 849854 NIL) (-369 846337 846566 846905 "FINRALG-" 846910 NIL FINRALG- (NIL T T T) -8 NIL NIL NIL) (-368 845743 845956 845984 "FINITE" 846180 T FINITE (NIL) -9 NIL 846287 NIL) (-367 838201 840362 840402 "FINAALG" 844069 NIL FINAALG (NIL T) -9 NIL 845522 NIL) (-366 833533 834583 835727 "FINAALG-" 837106 NIL FINAALG- (NIL T T) -8 NIL NIL NIL) (-365 832928 833288 833391 "FILE" 833463 NIL FILE (NIL T) -8 NIL NIL NIL) (-364 831612 831924 831978 "FILECAT" 832662 NIL FILECAT (NIL T T) -9 NIL 832878 NIL) (-363 829472 830974 831002 "FIELD" 831042 T FIELD (NIL) -9 NIL 831122 NIL) (-362 828092 828477 828988 "FIELD-" 828993 NIL FIELD- (NIL T) -8 NIL NIL NIL) (-361 825969 826727 827074 "FGROUP" 827778 NIL FGROUP (NIL T) -8 NIL NIL NIL) (-360 825059 825223 825443 "FGLMICPK" 825801 NIL FGLMICPK (NIL T NIL) -7 NIL NIL NIL) (-359 820918 824984 825041 "FFX" 825046 NIL FFX (NIL T NIL) -8 NIL NIL NIL) (-358 820519 820580 820715 "FFSLPE" 820851 NIL FFSLPE (NIL T T T) -7 NIL NIL NIL) (-357 816508 817291 818087 "FFPOLY" 819755 NIL FFPOLY (NIL T) -7 NIL NIL NIL) (-356 816012 816048 816257 "FFPOLY2" 816466 NIL FFPOLY2 (NIL T T) -7 NIL NIL NIL) (-355 811882 815931 815994 "FFP" 815999 NIL FFP (NIL T NIL) -8 NIL NIL NIL) (-354 807307 811793 811857 "FF" 811862 NIL FF (NIL NIL NIL) -8 NIL NIL NIL) (-353 802460 806650 806840 "FFNBX" 807161 NIL FFNBX (NIL T NIL) -8 NIL NIL NIL) (-352 797416 801595 801853 "FFNBP" 802314 NIL FFNBP (NIL T NIL) -8 NIL NIL NIL) (-351 792076 796700 796911 "FFNB" 797249 NIL FFNB (NIL NIL NIL) -8 NIL NIL NIL) (-350 790908 791106 791421 "FFINTBAS" 791873 NIL FFINTBAS (NIL T T T) -7 NIL NIL NIL) (-349 787128 789315 789343 "FFIELDC" 789963 T FFIELDC (NIL) -9 NIL 790339 NIL) (-348 785790 786161 786658 "FFIELDC-" 786663 NIL FFIELDC- (NIL T) -8 NIL NIL NIL) (-347 785359 785405 785529 "FFHOM" 785732 NIL FFHOM (NIL T T T) -7 NIL NIL NIL) (-346 783054 783541 784058 "FFF" 784874 NIL FFF (NIL T) -7 NIL NIL NIL) (-345 778699 782796 782897 "FFCGX" 782997 NIL FFCGX (NIL T NIL) -8 NIL NIL NIL) (-344 774347 778431 778538 "FFCGP" 778642 NIL FFCGP (NIL T NIL) -8 NIL NIL NIL) (-343 769557 774074 774182 "FFCG" 774283 NIL FFCG (NIL NIL NIL) -8 NIL NIL NIL) (-342 751382 760428 760514 "FFCAT" 765679 NIL FFCAT (NIL T T T) -9 NIL 767130 NIL) (-341 746580 747627 748941 "FFCAT-" 750171 NIL FFCAT- (NIL T T T T) -8 NIL NIL NIL) (-340 745991 746034 746269 "FFCAT2" 746531 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-339 735188 738963 740183 "FEXPR" 744843 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL NIL) (-338 734188 734623 734664 "FEVALAB" 734748 NIL FEVALAB (NIL T) -9 NIL 735009 NIL) (-337 733347 733557 733895 "FEVALAB-" 733900 NIL FEVALAB- (NIL T T) -8 NIL NIL NIL) (-336 731940 732730 732933 "FDIV" 733246 NIL FDIV (NIL T T T T) -8 NIL NIL NIL) (-335 729006 729721 729836 "FDIVCAT" 731404 NIL FDIVCAT (NIL T T T T) -9 NIL 731841 NIL) (-334 728768 728795 728965 "FDIVCAT-" 728970 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL NIL) (-333 727988 728075 728352 "FDIV2" 728675 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-332 726674 726933 727222 "FCPAK1" 727719 T FCPAK1 (NIL) -7 NIL NIL NIL) (-331 725800 726174 726315 "FCOMP" 726565 NIL FCOMP (NIL T) -8 NIL NIL NIL) (-330 709529 712950 716488 "FC" 722282 T FC (NIL) -8 NIL NIL NIL) (-329 702100 706093 706133 "FAXF" 707935 NIL FAXF (NIL T) -9 NIL 708627 NIL) (-328 699376 700034 700859 "FAXF-" 701324 NIL FAXF- (NIL T T) -8 NIL NIL NIL) (-327 694476 698752 698928 "FARRAY" 699233 NIL FARRAY (NIL T) -8 NIL NIL NIL) (-326 689721 691761 691814 "FAMR" 692837 NIL FAMR (NIL T T) -9 NIL 693297 NIL) (-325 688611 688913 689348 "FAMR-" 689353 NIL FAMR- (NIL T T T) -8 NIL NIL NIL) (-324 687807 688533 688586 "FAMONOID" 688591 NIL FAMONOID (NIL T) -8 NIL NIL NIL) (-323 685619 686303 686356 "FAMONC" 687297 NIL FAMONC (NIL T T) -9 NIL 687683 NIL) (-322 684311 685373 685510 "FAGROUP" 685515 NIL FAGROUP (NIL T) -8 NIL NIL NIL) (-321 682106 682425 682828 "FACUTIL" 683992 NIL FACUTIL (NIL T T T T) -7 NIL NIL NIL) (-320 681205 681390 681612 "FACTFUNC" 681916 NIL FACTFUNC (NIL T) -7 NIL NIL NIL) (-319 673602 680456 680668 "EXPUPXS" 681061 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-318 671085 671625 672211 "EXPRTUBE" 673036 T EXPRTUBE (NIL) -7 NIL NIL NIL) (-317 667279 667871 668608 "EXPRODE" 670424 NIL EXPRODE (NIL T T) -7 NIL NIL NIL) (-316 652645 665934 666362 "EXPR" 666883 NIL EXPR (NIL T) -8 NIL NIL NIL) (-315 647052 647639 648452 "EXPR2UPS" 651943 NIL EXPR2UPS (NIL T T) -7 NIL NIL NIL) (-314 646688 646745 646852 "EXPR2" 646989 NIL EXPR2 (NIL T T) -7 NIL NIL NIL) (-313 638085 645820 646117 "EXPEXPAN" 646525 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL NIL) (-312 637912 638042 638071 "EXIT" 638076 T EXIT (NIL) -8 NIL NIL NIL) (-311 637419 637636 637727 "EXITAST" 637841 T EXITAST (NIL) -8 NIL NIL NIL) (-310 637046 637108 637221 "EVALCYC" 637351 NIL EVALCYC (NIL T) -7 NIL NIL NIL) (-309 636587 636705 636746 "EVALAB" 636916 NIL EVALAB (NIL T) -9 NIL 637020 NIL) (-308 636068 636190 636411 "EVALAB-" 636416 NIL EVALAB- (NIL T T) -8 NIL NIL NIL) (-307 633528 634804 634832 "EUCDOM" 635387 T EUCDOM (NIL) -9 NIL 635737 NIL) (-306 631933 632375 632965 "EUCDOM-" 632970 NIL EUCDOM- (NIL T) -8 NIL NIL NIL) (-305 619471 622231 624981 "ESTOOLS" 629203 T ESTOOLS (NIL) -7 NIL NIL NIL) (-304 619103 619160 619269 "ESTOOLS2" 619408 NIL ESTOOLS2 (NIL T T) -7 NIL NIL NIL) (-303 618854 618896 618976 "ESTOOLS1" 619055 NIL ESTOOLS1 (NIL T) -7 NIL NIL NIL) (-302 612759 614487 614515 "ES" 617283 T ES (NIL) -9 NIL 618692 NIL) (-301 607706 608993 610810 "ES-" 610974 NIL ES- (NIL T) -8 NIL NIL NIL) (-300 604080 604841 605621 "ESCONT" 606946 T ESCONT (NIL) -7 NIL NIL NIL) (-299 603825 603857 603939 "ESCONT1" 604042 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL NIL) (-298 603500 603550 603650 "ES2" 603769 NIL ES2 (NIL T T) -7 NIL NIL NIL) (-297 603130 603188 603297 "ES1" 603436 NIL ES1 (NIL T T) -7 NIL NIL NIL) (-296 602346 602475 602651 "ERROR" 602974 T ERROR (NIL) -7 NIL NIL NIL) (-295 595849 602205 602296 "EQTBL" 602301 NIL EQTBL (NIL T T) -8 NIL NIL NIL) (-294 588400 591163 592612 "EQ" 594433 NIL -3382 (NIL T) -8 NIL NIL NIL) (-293 588032 588089 588198 "EQ2" 588337 NIL EQ2 (NIL T T) -7 NIL NIL NIL) (-292 583321 584370 585463 "EP" 586971 NIL EP (NIL T) -7 NIL NIL NIL) (-291 581899 582196 582508 "ENV" 583029 T ENV (NIL) -8 NIL NIL NIL) (-290 581070 581598 581626 "ENTIRER" 581631 T ENTIRER (NIL) -9 NIL 581677 NIL) (-289 577564 579025 579395 "EMR" 580869 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL NIL) (-288 576708 576893 576947 "ELTAGG" 577327 NIL ELTAGG (NIL T T) -9 NIL 577538 NIL) (-287 576427 576489 576630 "ELTAGG-" 576635 NIL ELTAGG- (NIL T T T) -8 NIL NIL NIL) (-286 576216 576245 576299 "ELTAB" 576383 NIL ELTAB (NIL T T) -9 NIL NIL NIL) (-285 575342 575488 575687 "ELFUTS" 576067 NIL ELFUTS (NIL T T) -7 NIL NIL NIL) (-284 575084 575140 575168 "ELEMFUN" 575273 T ELEMFUN (NIL) -9 NIL NIL NIL) (-283 574954 574975 575043 "ELEMFUN-" 575048 NIL ELEMFUN- (NIL T) -8 NIL NIL NIL) (-282 569845 573054 573095 "ELAGG" 574035 NIL ELAGG (NIL T) -9 NIL 574498 NIL) (-281 568130 568564 569227 "ELAGG-" 569232 NIL ELAGG- (NIL T T) -8 NIL NIL NIL) (-280 566795 567073 567366 "ELABEXPR" 567857 T ELABEXPR (NIL) -8 NIL NIL NIL) (-279 559659 561462 562289 "EFUPXS" 566071 NIL EFUPXS (NIL T T T T) -8 NIL NIL NIL) (-278 553109 554910 555720 "EFULS" 558935 NIL EFULS (NIL T T T) -8 NIL NIL NIL) (-277 550531 550889 551368 "EFSTRUC" 552741 NIL EFSTRUC (NIL T T) -7 NIL NIL NIL) (-276 539602 541168 542728 "EF" 549046 NIL EF (NIL T T) -7 NIL NIL NIL) (-275 538703 539087 539236 "EAB" 539473 T EAB (NIL) -8 NIL NIL NIL) (-274 537912 538662 538690 "E04UCFA" 538695 T E04UCFA (NIL) -8 NIL NIL NIL) (-273 537121 537871 537899 "E04NAFA" 537904 T E04NAFA (NIL) -8 NIL NIL NIL) (-272 536330 537080 537108 "E04MBFA" 537113 T E04MBFA (NIL) -8 NIL NIL NIL) (-271 535539 536289 536317 "E04JAFA" 536322 T E04JAFA (NIL) -8 NIL NIL NIL) (-270 534750 535498 535526 "E04GCFA" 535531 T E04GCFA (NIL) -8 NIL NIL NIL) (-269 533961 534709 534737 "E04FDFA" 534742 T E04FDFA (NIL) -8 NIL NIL NIL) (-268 533170 533920 533948 "E04DGFA" 533953 T E04DGFA (NIL) -8 NIL NIL NIL) (-267 527343 528695 530059 "E04AGNT" 531826 T E04AGNT (NIL) -7 NIL NIL NIL) (-266 526049 526529 526569 "DVARCAT" 527044 NIL DVARCAT (NIL T) -9 NIL 527243 NIL) (-265 525253 525465 525779 "DVARCAT-" 525784 NIL DVARCAT- (NIL T T) -8 NIL NIL NIL) (-264 518145 525052 525181 "DSMP" 525186 NIL DSMP (NIL T T T) -8 NIL NIL NIL) (-263 512954 514090 515158 "DROPT" 517097 T DROPT (NIL) -8 NIL NIL NIL) (-262 512619 512678 512776 "DROPT1" 512889 NIL DROPT1 (NIL T) -7 NIL NIL NIL) (-261 507734 508860 509997 "DROPT0" 511502 T DROPT0 (NIL) -7 NIL NIL NIL) (-260 506079 506404 506790 "DRAWPT" 507368 T DRAWPT (NIL) -7 NIL NIL NIL) (-259 500666 501589 502668 "DRAW" 505053 NIL DRAW (NIL T) -7 NIL NIL NIL) (-258 500299 500352 500470 "DRAWHACK" 500607 NIL DRAWHACK (NIL T) -7 NIL NIL NIL) (-257 499030 499299 499590 "DRAWCX" 500028 T DRAWCX (NIL) -7 NIL NIL NIL) (-256 498545 498614 498765 "DRAWCURV" 498956 NIL DRAWCURV (NIL T T) -7 NIL NIL NIL) (-255 489013 490975 493090 "DRAWCFUN" 496450 T DRAWCFUN (NIL) -7 NIL NIL NIL) (-254 485826 487708 487749 "DQAGG" 488378 NIL DQAGG (NIL T) -9 NIL 488651 NIL) (-253 474097 480804 480887 "DPOLCAT" 482739 NIL DPOLCAT (NIL T T T T) -9 NIL 483284 NIL) (-252 468933 470282 472240 "DPOLCAT-" 472245 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL NIL) (-251 462082 468794 468892 "DPMO" 468897 NIL DPMO (NIL NIL T T) -8 NIL NIL NIL) (-250 455134 461862 462029 "DPMM" 462034 NIL DPMM (NIL NIL T T T) -8 NIL NIL NIL) (-249 454766 455053 455101 "DOMCTOR" 455106 T DOMCTOR (NIL) -8 NIL NIL NIL) (-248 454061 454288 454425 "DOMAIN" 454649 T DOMAIN (NIL) -8 NIL NIL NIL) (-247 447804 453696 453848 "DMP" 453962 NIL DMP (NIL NIL T) -8 NIL NIL NIL) (-246 447404 447460 447604 "DLP" 447742 NIL DLP (NIL T) -7 NIL NIL NIL) (-245 441274 446731 446921 "DLIST" 447246 NIL DLIST (NIL T) -8 NIL NIL NIL) (-244 438118 440127 440168 "DLAGG" 440718 NIL DLAGG (NIL T) -9 NIL 440948 NIL) (-243 436923 437561 437589 "DIVRING" 437681 T DIVRING (NIL) -9 NIL 437764 NIL) (-242 436160 436350 436650 "DIVRING-" 436655 NIL DIVRING- (NIL T) -8 NIL NIL NIL) (-241 434262 434619 435025 "DISPLAY" 435774 T DISPLAY (NIL) -7 NIL NIL NIL) (-240 428198 434176 434239 "DIRPROD" 434244 NIL DIRPROD (NIL NIL T) -8 NIL NIL NIL) (-239 427046 427249 427514 "DIRPROD2" 427991 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL NIL) (-238 416303 422261 422314 "DIRPCAT" 422724 NIL DIRPCAT (NIL NIL T) -9 NIL 423564 NIL) (-237 413629 414271 415152 "DIRPCAT-" 415489 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL NIL) (-236 412916 413076 413262 "DIOSP" 413463 T DIOSP (NIL) -7 NIL NIL NIL) (-235 409618 411828 411869 "DIOPS" 412303 NIL DIOPS (NIL T) -9 NIL 412532 NIL) (-234 409167 409281 409472 "DIOPS-" 409477 NIL DIOPS- (NIL T T) -8 NIL NIL NIL) (-233 408051 408653 408681 "DIFRING" 408868 T DIFRING (NIL) -9 NIL 408978 NIL) (-232 407697 407774 407926 "DIFRING-" 407931 NIL DIFRING- (NIL T) -8 NIL NIL NIL) (-231 405494 406740 406781 "DIFEXT" 407144 NIL DIFEXT (NIL T) -9 NIL 407438 NIL) (-230 403779 404207 404873 "DIFEXT-" 404878 NIL DIFEXT- (NIL T T) -8 NIL NIL NIL) (-229 401101 403311 403352 "DIAGG" 403357 NIL DIAGG (NIL T) -9 NIL 403377 NIL) (-228 400485 400642 400894 "DIAGG-" 400899 NIL DIAGG- (NIL T T) -8 NIL NIL NIL) (-227 395950 399444 399721 "DHMATRIX" 400254 NIL DHMATRIX (NIL T) -8 NIL NIL NIL) (-226 391562 392471 393481 "DFSFUN" 394960 T DFSFUN (NIL) -7 NIL NIL NIL) (-225 386667 390493 390805 "DFLOAT" 391270 T DFLOAT (NIL) -8 NIL NIL NIL) (-224 384895 385176 385572 "DFINTTLS" 386375 NIL DFINTTLS (NIL T T) -7 NIL NIL NIL) (-223 381951 382916 383316 "DERHAM" 384561 NIL DERHAM (NIL T NIL) -8 NIL NIL NIL) (-222 379800 381726 381815 "DEQUEUE" 381895 NIL DEQUEUE (NIL T) -8 NIL NIL NIL) (-221 379015 379148 379344 "DEGRED" 379662 NIL DEGRED (NIL T T) -7 NIL NIL NIL) (-220 375410 376155 377008 "DEFINTRF" 378243 NIL DEFINTRF (NIL T) -7 NIL NIL NIL) (-219 372937 373406 374005 "DEFINTEF" 374929 NIL DEFINTEF (NIL T T) -7 NIL NIL NIL) (-218 372314 372557 372672 "DEFAST" 372842 T DEFAST (NIL) -8 NIL NIL NIL) (-217 366345 371909 372058 "DECIMAL" 372185 T DECIMAL (NIL) -8 NIL NIL NIL) (-216 363855 364315 364821 "DDFACT" 365889 NIL DDFACT (NIL T T) -7 NIL NIL NIL) (-215 363451 363494 363645 "DBLRESP" 363806 NIL DBLRESP (NIL T T T T) -7 NIL NIL NIL) (-214 361350 361684 362044 "DBASE" 363218 NIL DBASE (NIL T) -8 NIL NIL NIL) (-213 360619 360830 360976 "DATAARY" 361249 NIL DATAARY (NIL NIL T) -8 NIL NIL NIL) (-212 359752 360578 360606 "D03FAFA" 360611 T D03FAFA (NIL) -8 NIL NIL NIL) (-211 358886 359711 359739 "D03EEFA" 359744 T D03EEFA (NIL) -8 NIL NIL NIL) (-210 356836 357302 357791 "D03AGNT" 358417 T D03AGNT (NIL) -7 NIL NIL NIL) (-209 356152 356795 356823 "D02EJFA" 356828 T D02EJFA (NIL) -8 NIL NIL NIL) (-208 355468 356111 356139 "D02CJFA" 356144 T D02CJFA (NIL) -8 NIL NIL NIL) (-207 354784 355427 355455 "D02BHFA" 355460 T D02BHFA (NIL) -8 NIL NIL NIL) (-206 354100 354743 354771 "D02BBFA" 354776 T D02BBFA (NIL) -8 NIL NIL NIL) (-205 347297 348886 350492 "D02AGNT" 352514 T D02AGNT (NIL) -7 NIL NIL NIL) (-204 345065 345588 346134 "D01WGTS" 346771 T D01WGTS (NIL) -7 NIL NIL NIL) (-203 344159 345024 345052 "D01TRNS" 345057 T D01TRNS (NIL) -8 NIL NIL NIL) (-202 343254 344118 344146 "D01GBFA" 344151 T D01GBFA (NIL) -8 NIL NIL NIL) (-201 342349 343213 343241 "D01FCFA" 343246 T D01FCFA (NIL) -8 NIL NIL NIL) (-200 341444 342308 342336 "D01ASFA" 342341 T D01ASFA (NIL) -8 NIL NIL NIL) (-199 340539 341403 341431 "D01AQFA" 341436 T D01AQFA (NIL) -8 NIL NIL NIL) (-198 339634 340498 340526 "D01APFA" 340531 T D01APFA (NIL) -8 NIL NIL NIL) (-197 338729 339593 339621 "D01ANFA" 339626 T D01ANFA (NIL) -8 NIL NIL NIL) (-196 337824 338688 338716 "D01AMFA" 338721 T D01AMFA (NIL) -8 NIL NIL NIL) (-195 336919 337783 337811 "D01ALFA" 337816 T D01ALFA (NIL) -8 NIL NIL NIL) (-194 336014 336878 336906 "D01AKFA" 336911 T D01AKFA (NIL) -8 NIL NIL NIL) (-193 335109 335973 336001 "D01AJFA" 336006 T D01AJFA (NIL) -8 NIL NIL NIL) (-192 328404 329957 331518 "D01AGNT" 333568 T D01AGNT (NIL) -7 NIL NIL NIL) (-191 327741 327869 328021 "CYCLOTOM" 328272 T CYCLOTOM (NIL) -7 NIL NIL NIL) (-190 324476 325189 325916 "CYCLES" 327034 T CYCLES (NIL) -7 NIL NIL NIL) (-189 323788 323922 324093 "CVMP" 324337 NIL CVMP (NIL T) -7 NIL NIL NIL) (-188 321559 321817 322193 "CTRIGMNP" 323516 NIL CTRIGMNP (NIL T T) -7 NIL NIL NIL) (-187 321054 321353 321426 "CTOR" 321506 T CTOR (NIL) -8 NIL NIL NIL) (-186 320590 320785 320886 "CTORKIND" 320973 T CTORKIND (NIL) -8 NIL NIL NIL) (-185 319938 320197 320225 "CTORCAT" 320407 T CTORCAT (NIL) -9 NIL 320520 NIL) (-184 319536 319647 319806 "CTORCAT-" 319811 NIL CTORCAT- (NIL T) -8 NIL NIL NIL) (-183 319052 319239 319337 "CTORCALL" 319458 T CTORCALL (NIL) -8 NIL NIL NIL) (-182 318426 318525 318678 "CSTTOOLS" 318949 NIL CSTTOOLS (NIL T T) -7 NIL NIL NIL) (-181 314225 314882 315640 "CRFP" 317738 NIL CRFP (NIL T T) -7 NIL NIL NIL) (-180 313727 313946 314038 "CRCEAST" 314153 T CRCEAST (NIL) -8 NIL NIL NIL) (-179 312774 312959 313187 "CRAPACK" 313531 NIL CRAPACK (NIL T) -7 NIL NIL NIL) (-178 312158 312259 312463 "CPMATCH" 312650 NIL CPMATCH (NIL T T T) -7 NIL NIL NIL) (-177 311883 311911 312017 "CPIMA" 312124 NIL CPIMA (NIL T T T) -7 NIL NIL NIL) (-176 308247 308919 309637 "COORDSYS" 311218 NIL COORDSYS (NIL T) -7 NIL NIL NIL) (-175 307655 307777 307920 "CONTOUR" 308124 T CONTOUR (NIL) -8 NIL NIL NIL) (-174 303573 305658 306150 "CONTFRAC" 307195 NIL CONTFRAC (NIL T) -8 NIL NIL NIL) (-173 303453 303474 303502 "CONDUIT" 303539 T CONDUIT (NIL) -9 NIL NIL NIL) (-172 302618 303146 303174 "COMRING" 303179 T COMRING (NIL) -9 NIL 303231 NIL) (-171 301699 301976 302160 "COMPPROP" 302454 T COMPPROP (NIL) -8 NIL NIL NIL) (-170 301360 301395 301523 "COMPLPAT" 301658 NIL COMPLPAT (NIL T T T) -7 NIL NIL NIL) (-169 291409 301169 301278 "COMPLEX" 301283 NIL COMPLEX (NIL T) -8 NIL NIL NIL) (-168 291045 291102 291209 "COMPLEX2" 291346 NIL COMPLEX2 (NIL T T) -7 NIL NIL NIL) (-167 290763 290798 290896 "COMPFACT" 291004 NIL COMPFACT (NIL T T) -7 NIL NIL NIL) (-166 274917 285145 285185 "COMPCAT" 286189 NIL COMPCAT (NIL T) -9 NIL 287585 NIL) (-165 264428 267356 270983 "COMPCAT-" 271339 NIL COMPCAT- (NIL T T) -8 NIL NIL NIL) (-164 264157 264185 264288 "COMMUPC" 264394 NIL COMMUPC (NIL T T T) -7 NIL NIL NIL) (-163 263951 263985 264044 "COMMONOP" 264118 T COMMONOP (NIL) -7 NIL NIL NIL) (-162 263534 263702 263789 "COMM" 263884 T COMM (NIL) -8 NIL NIL NIL) (-161 263137 263338 263413 "COMMAAST" 263479 T COMMAAST (NIL) -8 NIL NIL NIL) (-160 262386 262580 262608 "COMBOPC" 262946 T COMBOPC (NIL) -9 NIL 263121 NIL) (-159 261282 261492 261734 "COMBINAT" 262176 NIL COMBINAT (NIL T) -7 NIL NIL NIL) (-158 257479 258053 258693 "COMBF" 260704 NIL COMBF (NIL T T) -7 NIL NIL NIL) (-157 256264 256595 256830 "COLOR" 257264 T COLOR (NIL) -8 NIL NIL NIL) (-156 255767 255985 256077 "COLONAST" 256192 T COLONAST (NIL) -8 NIL NIL NIL) (-155 255407 255454 255579 "CMPLXRT" 255714 NIL CMPLXRT (NIL T T) -7 NIL NIL NIL) (-154 254882 255107 255206 "CLLCTAST" 255328 T CLLCTAST (NIL) -8 NIL NIL NIL) (-153 250382 251412 252492 "CLIP" 253822 T CLIP (NIL) -7 NIL NIL NIL) (-152 248755 249488 249727 "CLIF" 250209 NIL CLIF (NIL NIL T NIL) -8 NIL NIL NIL) (-151 244977 246901 246942 "CLAGG" 247871 NIL CLAGG (NIL T) -9 NIL 248407 NIL) (-150 243399 243856 244439 "CLAGG-" 244444 NIL CLAGG- (NIL T T) -8 NIL NIL NIL) (-149 242943 243028 243168 "CINTSLPE" 243308 NIL CINTSLPE (NIL T T) -7 NIL NIL NIL) (-148 240444 240915 241463 "CHVAR" 242471 NIL CHVAR (NIL T T T) -7 NIL NIL NIL) (-147 239679 240207 240235 "CHARZ" 240240 T CHARZ (NIL) -9 NIL 240255 NIL) (-146 239433 239473 239551 "CHARPOL" 239633 NIL CHARPOL (NIL T) -7 NIL NIL NIL) (-145 238552 239113 239141 "CHARNZ" 239188 T CHARNZ (NIL) -9 NIL 239244 NIL) (-144 236541 237242 237577 "CHAR" 238237 T CHAR (NIL) -8 NIL NIL NIL) (-143 236267 236328 236356 "CFCAT" 236467 T CFCAT (NIL) -9 NIL NIL NIL) (-142 235512 235623 235805 "CDEN" 236151 NIL CDEN (NIL T T T) -7 NIL NIL NIL) (-141 231504 234665 234945 "CCLASS" 235252 T CCLASS (NIL) -8 NIL NIL NIL) (-140 230811 230954 231117 "CATEGORY" 231361 T -10 (NIL) -8 NIL NIL NIL) (-139 230443 230730 230778 "CATCTOR" 230783 T CATCTOR (NIL) -8 NIL NIL NIL) (-138 229921 230146 230244 "CATAST" 230365 T CATAST (NIL) -8 NIL NIL NIL) (-137 229424 229642 229734 "CASEAST" 229849 T CASEAST (NIL) -8 NIL NIL NIL) (-136 224460 225453 226206 "CARTEN" 228727 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL NIL) (-135 223568 223716 223937 "CARTEN2" 224307 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL NIL) (-134 221910 222718 222975 "CARD" 223331 T CARD (NIL) -8 NIL NIL NIL) (-133 221513 221714 221789 "CAPSLAST" 221855 T CAPSLAST (NIL) -8 NIL NIL NIL) (-132 220885 221213 221241 "CACHSET" 221373 T CACHSET (NIL) -9 NIL 221450 NIL) (-131 220381 220677 220705 "CABMON" 220755 T CABMON (NIL) -9 NIL 220811 NIL) (-130 219881 220085 220195 "BYTEORD" 220291 T BYTEORD (NIL) -8 NIL NIL NIL) (-129 218884 219415 219557 "BYTE" 219720 T BYTE (NIL) -8 NIL NIL 219842) (-128 214284 218389 218561 "BYTEBUF" 218732 T BYTEBUF (NIL) -8 NIL NIL NIL) (-127 211841 213976 214083 "BTREE" 214210 NIL BTREE (NIL T) -8 NIL NIL NIL) (-126 209338 211489 211611 "BTOURN" 211751 NIL BTOURN (NIL T) -8 NIL NIL NIL) (-125 206755 208808 208849 "BTCAT" 208917 NIL BTCAT (NIL T) -9 NIL 208994 NIL) (-124 206422 206502 206651 "BTCAT-" 206656 NIL BTCAT- (NIL T T) -8 NIL NIL NIL) (-123 201714 205565 205593 "BTAGG" 205815 T BTAGG (NIL) -9 NIL 205976 NIL) (-122 201204 201329 201535 "BTAGG-" 201540 NIL BTAGG- (NIL T) -8 NIL NIL NIL) (-121 198247 200482 200697 "BSTREE" 201021 NIL BSTREE (NIL T) -8 NIL NIL NIL) (-120 197385 197511 197695 "BRILL" 198103 NIL BRILL (NIL T) -7 NIL NIL NIL) (-119 194084 196111 196152 "BRAGG" 196801 NIL BRAGG (NIL T) -9 NIL 197059 NIL) (-118 192613 193019 193574 "BRAGG-" 193579 NIL BRAGG- (NIL T T) -8 NIL NIL NIL) (-117 185869 191959 192143 "BPADICRT" 192461 NIL BPADICRT (NIL NIL) -8 NIL NIL NIL) (-116 184211 185806 185851 "BPADIC" 185856 NIL BPADIC (NIL NIL) -8 NIL NIL NIL) (-115 183909 183939 184053 "BOUNDZRO" 184175 NIL BOUNDZRO (NIL T T) -7 NIL NIL NIL) (-114 179021 180193 181138 "BOP" 182984 T BOP (NIL) -8 NIL NIL NIL) (-113 176642 177086 177606 "BOP1" 178534 NIL BOP1 (NIL T) -7 NIL NIL NIL) (-112 175344 176066 176259 "BOOLEAN" 176469 T BOOLEAN (NIL) -8 NIL NIL NIL) (-111 174706 175084 175138 "BMODULE" 175143 NIL BMODULE (NIL T T) -9 NIL 175208 NIL) (-110 170534 174504 174577 "BITS" 174653 T BITS (NIL) -8 NIL NIL NIL) (-109 169946 170068 170210 "BINDING" 170412 T BINDING (NIL) -8 NIL NIL NIL) (-108 163980 169543 169691 "BINARY" 169818 T BINARY (NIL) -8 NIL NIL NIL) (-107 161807 163235 163276 "BGAGG" 163536 NIL BGAGG (NIL T) -9 NIL 163673 NIL) (-106 161638 161670 161761 "BGAGG-" 161766 NIL BGAGG- (NIL T T) -8 NIL NIL NIL) (-105 160736 161022 161227 "BFUNCT" 161453 T BFUNCT (NIL) -8 NIL NIL NIL) (-104 159426 159604 159892 "BEZOUT" 160560 NIL BEZOUT (NIL T T T T T) -7 NIL NIL NIL) (-103 155943 158278 158608 "BBTREE" 159129 NIL BBTREE (NIL T) -8 NIL NIL NIL) (-102 155677 155730 155758 "BASTYPE" 155877 T BASTYPE (NIL) -9 NIL NIL NIL) (-101 155530 155558 155631 "BASTYPE-" 155636 NIL BASTYPE- (NIL T) -8 NIL NIL NIL) (-100 154964 155040 155192 "BALFACT" 155441 NIL BALFACT (NIL T T) -7 NIL NIL NIL) (-99 153847 154379 154565 "AUTOMOR" 154809 NIL AUTOMOR (NIL T) -8 NIL NIL NIL) (-98 153573 153578 153604 "ATTREG" 153609 T ATTREG (NIL) -9 NIL NIL NIL) (-97 151852 152270 152622 "ATTRBUT" 153239 T ATTRBUT (NIL) -8 NIL NIL NIL) (-96 151487 151680 151746 "ATTRAST" 151804 T ATTRAST (NIL) -8 NIL NIL NIL) (-95 151023 151136 151162 "ATRIG" 151363 T ATRIG (NIL) -9 NIL NIL NIL) (-94 150832 150873 150960 "ATRIG-" 150965 NIL ATRIG- (NIL T) -8 NIL NIL NIL) (-93 150503 150663 150689 "ASTCAT" 150694 T ASTCAT (NIL) -9 NIL 150724 NIL) (-92 150230 150289 150408 "ASTCAT-" 150413 NIL ASTCAT- (NIL T) -8 NIL NIL NIL) (-91 148427 150006 150094 "ASTACK" 150173 NIL ASTACK (NIL T) -8 NIL NIL NIL) (-90 146932 147229 147594 "ASSOCEQ" 148109 NIL ASSOCEQ (NIL T T) -7 NIL NIL NIL) (-89 145964 146591 146715 "ASP9" 146839 NIL ASP9 (NIL NIL) -8 NIL NIL NIL) (-88 145727 145912 145951 "ASP8" 145956 NIL ASP8 (NIL NIL) -8 NIL NIL NIL) (-87 144595 145332 145474 "ASP80" 145616 NIL ASP80 (NIL NIL) -8 NIL NIL NIL) (-86 143493 144230 144362 "ASP7" 144494 NIL ASP7 (NIL NIL) -8 NIL NIL NIL) (-85 142447 143170 143288 "ASP78" 143406 NIL ASP78 (NIL NIL) -8 NIL NIL NIL) (-84 141416 142127 142244 "ASP77" 142361 NIL ASP77 (NIL NIL) -8 NIL NIL NIL) (-83 140328 141054 141185 "ASP74" 141316 NIL ASP74 (NIL NIL) -8 NIL NIL NIL) (-82 139228 139963 140095 "ASP73" 140227 NIL ASP73 (NIL NIL) -8 NIL NIL NIL) (-81 138332 139054 139154 "ASP6" 139159 NIL ASP6 (NIL NIL) -8 NIL NIL NIL) (-80 137276 138009 138127 "ASP55" 138245 NIL ASP55 (NIL NIL) -8 NIL NIL NIL) (-79 136225 136950 137069 "ASP50" 137188 NIL ASP50 (NIL NIL) -8 NIL NIL NIL) (-78 135313 135926 136036 "ASP4" 136146 NIL ASP4 (NIL NIL) -8 NIL NIL NIL) (-77 134401 135014 135124 "ASP49" 135234 NIL ASP49 (NIL NIL) -8 NIL NIL NIL) (-76 133185 133940 134108 "ASP42" 134290 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-75 131961 132718 132888 "ASP41" 133072 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-74 130911 131638 131756 "ASP35" 131874 NIL ASP35 (NIL NIL) -8 NIL NIL NIL) (-73 130676 130859 130898 "ASP34" 130903 NIL ASP34 (NIL NIL) -8 NIL NIL NIL) (-72 130413 130480 130556 "ASP33" 130631 NIL ASP33 (NIL NIL) -8 NIL NIL NIL) (-71 129306 130048 130180 "ASP31" 130312 NIL ASP31 (NIL NIL) -8 NIL NIL NIL) (-70 129071 129254 129293 "ASP30" 129298 NIL ASP30 (NIL NIL) -8 NIL NIL NIL) (-69 128806 128875 128951 "ASP29" 129026 NIL ASP29 (NIL NIL) -8 NIL NIL NIL) (-68 128571 128754 128793 "ASP28" 128798 NIL ASP28 (NIL NIL) -8 NIL NIL NIL) (-67 128336 128519 128558 "ASP27" 128563 NIL ASP27 (NIL NIL) -8 NIL NIL NIL) (-66 127420 128034 128145 "ASP24" 128256 NIL ASP24 (NIL NIL) -8 NIL NIL NIL) (-65 126496 127222 127334 "ASP20" 127339 NIL ASP20 (NIL NIL) -8 NIL NIL NIL) (-64 125584 126197 126307 "ASP1" 126417 NIL ASP1 (NIL NIL) -8 NIL NIL NIL) (-63 124526 125258 125377 "ASP19" 125496 NIL ASP19 (NIL NIL) -8 NIL NIL NIL) (-62 124263 124330 124406 "ASP12" 124481 NIL ASP12 (NIL NIL) -8 NIL NIL NIL) (-61 123115 123862 124006 "ASP10" 124150 NIL ASP10 (NIL NIL) -8 NIL NIL NIL) (-60 121014 122959 123050 "ARRAY2" 123055 NIL ARRAY2 (NIL T) -8 NIL NIL NIL) (-59 116827 120662 120776 "ARRAY1" 120931 NIL ARRAY1 (NIL T) -8 NIL NIL NIL) (-58 115859 116032 116253 "ARRAY12" 116650 NIL ARRAY12 (NIL T T) -7 NIL NIL NIL) (-57 110218 112089 112164 "ARR2CAT" 114794 NIL ARR2CAT (NIL T T T) -9 NIL 115552 NIL) (-56 107652 108396 109350 "ARR2CAT-" 109355 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL NIL) (-55 106996 107279 107404 "ARITY" 107545 T ARITY (NIL) -8 NIL NIL NIL) (-54 105744 105896 106202 "APPRULE" 106832 NIL APPRULE (NIL T T T) -7 NIL NIL NIL) (-53 105395 105443 105562 "APPLYORE" 105690 NIL APPLYORE (NIL T T T) -7 NIL NIL NIL) (-52 104369 104660 104855 "ANY" 105218 T ANY (NIL) -8 NIL NIL NIL) (-51 103647 103770 103927 "ANY1" 104243 NIL ANY1 (NIL T) -7 NIL NIL NIL) (-50 101204 102084 102411 "ANTISYM" 103371 NIL ANTISYM (NIL T NIL) -8 NIL NIL NIL) (-49 100723 100911 101007 "ANON" 101126 T ANON (NIL) -8 NIL NIL NIL) (-48 94847 99262 99716 "AN" 100287 T AN (NIL) -8 NIL NIL NIL) (-47 91095 92457 92508 "AMR" 93256 NIL AMR (NIL T T) -9 NIL 93856 NIL) (-46 90207 90428 90791 "AMR-" 90796 NIL AMR- (NIL T T T) -8 NIL NIL NIL) (-45 74757 90124 90185 "ALIST" 90190 NIL ALIST (NIL T T) -8 NIL NIL NIL) (-44 71586 74351 74520 "ALGSC" 74675 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-43 68141 68696 69303 "ALGPKG" 71026 NIL ALGPKG (NIL T T) -7 NIL NIL NIL) (-42 67418 67519 67703 "ALGMFACT" 68027 NIL ALGMFACT (NIL T T T) -7 NIL NIL NIL) (-41 63155 63842 64497 "ALGMANIP" 66941 NIL ALGMANIP (NIL T T) -7 NIL NIL NIL) (-40 54552 62781 62931 "ALGFF" 63088 NIL ALGFF (NIL T T T NIL) -8 NIL NIL NIL) (-39 53748 53879 54058 "ALGFACT" 54410 NIL ALGFACT (NIL T) -7 NIL NIL NIL) (-38 52805 53379 53417 "ALGEBRA" 53422 NIL ALGEBRA (NIL T) -9 NIL 53463 NIL) (-37 52523 52582 52714 "ALGEBRA-" 52719 NIL ALGEBRA- (NIL T T) -8 NIL NIL NIL) (-36 34782 50525 50577 "ALAGG" 50713 NIL ALAGG (NIL T T) -9 NIL 50874 NIL) (-35 34318 34431 34457 "AHYP" 34658 T AHYP (NIL) -9 NIL NIL NIL) (-34 33249 33497 33523 "AGG" 34022 T AGG (NIL) -9 NIL 34301 NIL) (-33 32683 32845 33059 "AGG-" 33064 NIL AGG- (NIL T) -8 NIL NIL NIL) (-32 30359 30782 31200 "AF" 32325 NIL AF (NIL T T) -7 NIL NIL NIL) (-31 29866 30084 30174 "ADDAST" 30287 T ADDAST (NIL) -8 NIL NIL NIL) (-30 29134 29393 29549 "ACPLOT" 29728 T ACPLOT (NIL) -8 NIL NIL NIL) (-29 18418 26347 26398 "ACFS" 27109 NIL ACFS (NIL T) -9 NIL 27348 NIL) (-28 16432 16922 17697 "ACFS-" 17702 NIL ACFS- (NIL T T) -8 NIL NIL NIL) (-27 12697 14599 14625 "ACF" 15504 T ACF (NIL) -9 NIL 15916 NIL) (-26 11401 11735 12228 "ACF-" 12233 NIL ACF- (NIL T) -8 NIL NIL NIL) (-25 10999 11168 11194 "ABELSG" 11286 T ABELSG (NIL) -9 NIL 11351 NIL) (-24 10866 10891 10957 "ABELSG-" 10962 NIL ABELSG- (NIL T) -8 NIL NIL NIL) (-23 10235 10496 10522 "ABELMON" 10692 T ABELMON (NIL) -9 NIL 10804 NIL) (-22 9899 9983 10121 "ABELMON-" 10126 NIL ABELMON- (NIL T) -8 NIL NIL NIL) (-21 9233 9579 9605 "ABELGRP" 9730 T ABELGRP (NIL) -9 NIL 9812 NIL) (-20 8696 8825 9041 "ABELGRP-" 9046 NIL ABELGRP- (NIL T) -8 NIL NIL NIL) (-19 4333 8035 8074 "A1AGG" 8079 NIL A1AGG (NIL T) -9 NIL 8119 NIL) (-18 30 1251 2813 "A1AGG-" 2818 NIL A1AGG- (NIL T T) -8 NIL NIL NIL)) \ No newline at end of file
diff --git a/src/share/algebra/operation.daase b/src/share/algebra/operation.daase
index c7fa5f8a..dc47058f 100644
--- a/src/share/algebra/operation.daase
+++ b/src/share/algebra/operation.daase
@@ -1,24 +1,2023 @@
-(736244 . 3450896462)
+(735565 . 3451054385)
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *4 (-556)) (-5 *1 (-966 *4 *2))
+ (-4 *2 (-1235 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 (-949 *3))) (-4 *3 (-452)) (-5 *1 (-360 *3 *4))
+ (-14 *4 (-641 (-1170)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-450 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6))
+ (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-5 *1 (-450 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6))
+ (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-5 *1 (-450 *4 *5 *6 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
+ (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-641 (-777 *3 (-861 *4)))) (-4 *3 (-452))
+ (-14 *4 (-641 (-1170))) (-5 *1 (-626 *3 *4)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1274 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172))
+ (-5 *1 (-660 *3 *4))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-660 *3 *4)) (-5 *1 (-1279 *3 *4))
+ (-4 *3 (-847)) (-4 *4 (-172)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-137))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-156))))
+ ((*1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-478))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-591))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-624))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1094))
+ (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3))))
+ (-5 *1 (-1070 *3 *4 *2))
+ (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1094)) (-5 *1 (-1159 *3 *2)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
+ (-5 *2
+ (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564))
+ (|:| |success| (-112))))
+ (-5 *1 (-786)) (-5 *5 (-564)))))
+(((*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *3 (-641 (-1 *4 (-641 *4)))) (-4 *4 (-1094))
+ (-5 *1 (-113 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1094))
+ (-5 *1 (-113 *4))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-114)) (-5 *2 (-641 (-1 *4 (-641 *4))))
+ (-5 *1 (-113 *4)) (-4 *4 (-1094)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -3955)) (-5 *2 (-112)) (-5 *1 (-615))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -3033)) (-5 *2 (-112)) (-5 *1 (-615))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -2788)) (-5 *2 (-112)) (-5 *1 (-615))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -2762)) (-5 *2 (-112)) (-5 *1 (-687 *4))
+ (-4 *4 (-611 (-859)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-611 (-859))) (-5 *2 (-112))
+ (-5 *1 (-687 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-564))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1152))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-506))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-591))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-478))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-137))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1160))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-624))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1090))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1084))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1068))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-967))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-180))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1033))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-311))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-667))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-525))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1270))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1061))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-517))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-677))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1109))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-133))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1269))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-672))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-218))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-524))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-1152))) (-5 *2 (-112)) (-5 *1 (-1175))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-506))) (-5 *2 (-112)) (-5 *1 (-1175))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-225))) (-5 *2 (-112)) (-5 *1 (-1175))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-564))) (-5 *2 (-112)) (-5 *1 (-1175)))))
+(((*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-112)) (-5 *1 (-267)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-4 *3 (-1094))
+ (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-748)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1260))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1260))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1261))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1261)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-137))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-156))))
+ ((*1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-478))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-591))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-624))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1094))
+ (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3))))
+ (-5 *1 (-1070 *3 *4 *2))
+ (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1094)) (-5 *1 (-1159 *2 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-363) (-845))) (-5 *1 (-181 *3 *2))
+ (-4 *2 (-1235 (-169 *3))))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-3 (-112) (-641 *1)))
+ (-4 *1 (-1066 *4 *5 *6 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1094))
+ (-4 *6 (-1094)) (-4 *2 (-1094)) (-5 *1 (-676 *5 *6 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
+(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123)))
+ ((*1 *1 *1 *1) (-5 *1 (-1114))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1259 (-768))) (-5 *1 (-671 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-3 (|:| |Null| "null") (|:| |Assignment| "assignment")
+ (|:| |Conditional| "conditional") (|:| |Return| "return")
+ (|:| |Block| "block") (|:| |Comment| "comment")
+ (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while")
+ (|:| |Repeat| "repeat") (|:| |Goto| "goto")
+ (|:| |Continue| "continue")
+ (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save")
+ (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")))
+ (-5 *1 (-330)))))
+(((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
+(((*1 *1) (-5 *1 (-800))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1 *1) (-4 *1 (-964))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-2 (|:| -3053 (-564)) (|:| -3840 (-641 *3))))
+ (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *2 *2) (-12 (-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-174 (-407 (-564)))) (-5 *1 (-117 *3)) (-14 *3 (-564))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *3 (-1150 *2)) (-4 *2 (-307)) (-5 *1 (-174 *2))))
+ ((*1 *1 *2) (-12 (-5 *2 (-407 *3)) (-4 *3 (-307)) (-5 *1 (-174 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-174 (-564))) (-5 *1 (-762 *3)) (-4 *3 (-404))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-174 (-407 (-564)))) (-5 *1 (-868 *3)) (-14 *3 (-564))))
+ ((*1 *2 *1)
+ (-12 (-14 *3 (-564)) (-5 *2 (-174 (-407 (-564))))
+ (-5 *1 (-869 *3 *4)) (-4 *4 (-866 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *1 *1) (-4 *1 (-1133))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-677))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-967))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1068))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564)))))
+ (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *5))
+ (-4 *5 (-1235 (-407 *4))))))
+(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-129))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-1213)) (-4 *5 (-1235 *3)) (-4 *6 (-1235 (-407 *5)))
+ (-5 *2 (-112)) (-5 *1 (-341 *4 *3 *5 *6)) (-4 *4 (-342 *3 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
+(((*1 *1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1 *1) (-4 *1 (-964))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-504 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
+ (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))))
+(((*1 *1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
+(((*1 *1) (-5 *1 (-141))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225)))
+ (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined"))
+ (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225)))
+ (-5 *1 (-693))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-225)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-693))))
+ ((*1 *2 *2 *3 *4 *4 *5)
+ (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-1 (-940 (-225)) (-225) (-225)))
+ (-5 *4 (-1088 (-225))) (-5 *5 (-641 (-263))) (-5 *1 (-693)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *2 (-641 (-225)))
+ (-5 *1 (-468)))))
+(((*1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-1094))))
+ ((*1 *1 *1) (-12 (-4 *1 (-691 *2)) (-4 *2 (-1094)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046))
+ (-5 *1 (-1154 *4))))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046))
+ (-14 *4 (-1170)) (-14 *5 *3))))
+(((*1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1) (-4 *1 (-964))) ((*1 *1 *1) (-5 *1 (-1114))))
+(((*1 *2 *1) (-12 (-4 *1 (-1143 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209))
+ (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *4 *5 *6 *7)
+ (-12 (-5 *5 (-1170))
+ (-5 *6
+ (-1
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-641 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -3521 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1194) (-27) (-430 *8)))
+ (-4 *8 (-13 (-452) (-847) (-147) (-1035 *3) (-637 *3)))
+ (-5 *3 (-564))
+ (-5 *2 (-2 (|:| |ans| *4) (|:| -3777 *4) (|:| |sol?| (-112))))
+ (-5 *1 (-1010 *8 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-1126 *4 *2))
+ (-4 *2 (-13 (-602 (-564) *4) (-10 -7 (-6 -4406) (-6 -4407))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-847)) (-4 *3 (-1209)) (-5 *1 (-1126 *3 *2))
+ (-4 *2 (-13 (-602 (-564) *3) (-10 -7 (-6 -4406) (-6 -4407)))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 (-564))) (-4 *3 (-1046)) (-5 *1 (-99 *3))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-99 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-99 *3)))))
+(((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *5 (-610 *4)) (-5 *6 (-1166 *4))
+ (-4 *4 (-13 (-430 *7) (-27) (-1194)))
+ (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4))))
+ (-5 *1 (-560 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094))))
+ ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
+ (-12 (-5 *5 (-610 *4)) (-5 *6 (-407 (-1166 *4)))
+ (-4 *4 (-13 (-430 *7) (-27) (-1194)))
+ (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4))))
+ (-5 *1 (-560 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-641 *3)) (-4 *3 (-1209)))))
+(((*1 *2 *3 *2 *4 *5)
+ (-12 (-5 *2 (-641 *3)) (-5 *5 (-918)) (-4 *3 (-1235 *4))
+ (-4 *4 (-307)) (-5 *1 (-460 *4 *3)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-52)) (-5 *1 (-889 *4))
+ (-4 *4 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *4)) (-4 *4 (-363)) (-5 *2 (-685 *4))
+ (-5 *1 (-811 *4 *5)) (-4 *5 (-652 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *5)) (-5 *4 (-768)) (-4 *5 (-363))
+ (-5 *2 (-685 *5)) (-5 *1 (-811 *5 *6)) (-4 *6 (-652 *5)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046))
+ (-14 *4 (-641 (-1170)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1) (-4 *1 (-284)))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-660 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-5 *1 (-625 *3 *4 *5))
+ (-14 *5 (-918))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564)))))
+ (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4))
+ (-4 *4 (-714 (-407 (-564)))) (-4 *3 (-847)) (-4 *4 (-172)))))
+(((*1 *1 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-373 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
+ (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2 (-379)) (-5 *1 (-205)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1259 (-3 (-468) "undefined"))) (-5 *1 (-1260)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *5 (-368))
+ (-5 *2 (-768)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
+(((*1 *1) (-5 *1 (-291))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-1060 *3 *4 *5)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1166 (-564))) (-5 *3 (-564)) (-4 *1 (-866 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-997 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1094)) (-5 *1 (-961 *2 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-418 *6)) (-4 *6 (-1235 *5))
+ (-4 *5 (-1046)) (-5 *2 (-641 *6)) (-5 *1 (-444 *5 *6)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-418 *2)) (-4 *2 (-307)) (-5 *1 (-911 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170))
+ (-4 *5 (-13 (-307) (-147))) (-5 *2 (-52)) (-5 *1 (-912 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-418 (-949 *6))) (-5 *5 (-1170)) (-5 *3 (-949 *6))
+ (-4 *6 (-13 (-307) (-147))) (-5 *2 (-52)) (-5 *1 (-912 *6)))))
+(((*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1259 *4)) (-5 *1 (-528 *4))
+ (-4 *4 (-349)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-529))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-577))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-858)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-859)))) (-5 *1 (-859))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1136 *3 *4)) (-5 *1 (-990 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-363))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-641 *5))) (-4 *5 (-1046))
+ (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *6 (-238 *4 *5))
+ (-4 *7 (-238 *3 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-677))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-968)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
+ (-5 *1 (-985 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
+ (-5 *1 (-1101 *3 *4 *5 *6 *7)))))
+(((*1 *2)
+ (-12 (-4 *3 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-1264))
+ (-5 *1 (-433 *3 *4)) (-4 *4 (-430 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3))
+ (-4 *3 (-1235 (-169 *2))))))
+(((*1 *2 *3 *3 *2)
+ (|partial| -12 (-5 *2 (-768))
+ (-4 *3 (-13 (-723) (-368) (-10 -7 (-15 ** (*3 *3 (-564))))))
+ (-5 *1 (-246 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1219 *3))
+ (-5 *2 (-407 (-564))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1035 (-564))) (-4 *1 (-302)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
+ ((*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-1 (-641 *2) *2 *2 *2)) (-4 *2 (-1094))
+ (-5 *1 (-103 *2))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1094)) (-5 *1 (-103 *2)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-768))) (-5 *3 (-171)) (-5 *1 (-1158 *4 *5))
+ (-14 *4 (-918)) (-4 *5 (-1046)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1133))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
+ (|:| |xpnt| (-564))))
+ (-4 *4 (-13 (-1235 *3) (-556) (-10 -8 (-15 -2777 ($ $ $)))))
+ (-4 *3 (-556)) (-5 *1 (-1238 *3 *4)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-530 *3)) (-4 *3 (-13 (-723) (-25))))))
+(((*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4397)) (-4 *1 (-404))))
+ ((*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918))))
+ ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695))))
+ ((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 (-1150 *4) (-1150 *4))) (-5 *2 (-1150 *4))
+ (-5 *1 (-1284 *4)) (-4 *4 (-1209))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-641 (-1150 *5)) (-641 (-1150 *5)))) (-5 *4 (-564))
+ (-5 *2 (-641 (-1150 *5))) (-5 *1 (-1284 *5)) (-4 *5 (-1209)))))
+(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-311))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-1046)))))
+(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *1 *1) (-4 *1 (-1133))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))))
+(((*1 *2 *1 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-859) (-859) (-859))) (-5 *4 (-564)) (-5 *2 (-859))
+ (-5 *1 (-645 *5 *6 *7)) (-4 *5 (-1094)) (-4 *6 (-23)) (-14 *7 *6)))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-859)) (-5 *1 (-851 *3 *4 *5)) (-4 *3 (-1046))
+ (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-859))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-859))))
+ ((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-859)) (-5 *1 (-1166 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *3) (-12 (-5 *3 (-949 (-225))) (-5 *2 (-225)) (-5 *1 (-305)))))
+(((*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *2 (-112))
+ (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
+ (-4 *4 (-13 (-1094) (-34))))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-748)))))
+(((*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-112))
+ (-5 *1 (-357 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-816 *4)) (-4 *4 (-847)) (-5 *2 (-112))
+ (-5 *1 (-668 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-641 *6) "failed") (-564) *6 *6)) (-4 *6 (-363))
+ (-4 *7 (-1235 *6))
+ (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6)))
+ (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-244 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1166 *1)) (-4 *1 (-1009)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363))
+ (-5 *2 (-2 (|:| -3345 (-418 *3)) (|:| |special| (-418 *3))))
+ (-5 *1 (-724 *5 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-564)) (-5 *1 (-204)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847))
+ (-5 *2 (-2 (|:| -2860 *1) (|:| |gap| (-768)) (|:| -1678 *1)))
+ (-4 *1 (-1060 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-2 (|:| -2860 *1) (|:| |gap| (-768)) (|:| -1678 *1)))
+ (-4 *1 (-1060 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-1094) (-34))) (-5 *1 (-1134 *3 *2))
+ (-4 *3 (-13 (-1094) (-34)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1270)))))
+(((*1 *2 *2) (-12 (-5 *2 (-685 (-316 (-564)))) (-5 *1 (-1028)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *1) (-5 *1 (-820))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-845)))
+ (-5 *2 (-2 (|:| |start| *3) (|:| -3840 (-418 *3))))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-302))))
+ ((*1 *1 *1) (-4 *1 (-302))) ((*1 *1 *1) (-5 *1 (-859))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-126 *3)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-768)) (-4 *2 (-1094))
+ (-5 *1 (-674 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1166 *2)) (-4 *2 (-946 (-407 (-949 *6)) *5 *4))
+ (-5 *1 (-729 *5 *4 *6 *2)) (-4 *5 (-790))
+ (-4 *4 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $)))))
+ (-4 *6 (-556)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-1166 *4)) (-5 *1 (-528 *4))
+ (-4 *4 (-349)))))
+(((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))))
+(((*1 *2 *2) (-12 (-5 *2 (-388)) (-5 *1 (-436))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-388)) (-5 *1 (-436)))))
+(((*1 *2 *3 *2)
+ (|partial| -12 (-5 *2 (-1259 *4)) (-5 *3 (-685 *4)) (-4 *4 (-363))
+ (-5 *1 (-663 *4))))
+ ((*1 *2 *3 *2)
+ (|partial| -12 (-4 *4 (-363))
+ (-4 *5 (-13 (-373 *4) (-10 -7 (-6 -4407))))
+ (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4407))))
+ (-5 *1 (-664 *4 *5 *2 *3)) (-4 *3 (-683 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4 *5)
+ (|partial| -12 (-5 *4 (-641 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-363))
+ (-5 *1 (-811 *2 *3)) (-4 *3 (-652 *2))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-468)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
+(((*1 *1 *1 *1) (-4 *1 (-143)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545))))
+ ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044))
+ (-5 *3 (-564)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1209)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2))))
+ ((*1 *1 *1 *2)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-602 *3 *2)) (-4 *3 (-1094))
+ (-4 *2 (-1209)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-1150 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-900 *3)) (-4 *3 (-1094)) (-5 *2 (-1096 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1094)) (-5 *2 (-1096 (-641 *4))) (-5 *1 (-901 *4))
+ (-5 *3 (-641 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1094)) (-5 *2 (-1096 (-1096 *4))) (-5 *1 (-901 *4))
+ (-5 *3 (-1096 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *2 (-1096 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-1094)))))
+(((*1 *1) (-5 *1 (-559))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 (-641 *6))) (-4 *6 (-946 *3 *5 *4))
+ (-4 *3 (-13 (-307) (-147))) (-4 *4 (-13 (-847) (-612 (-1170))))
+ (-4 *5 (-790)) (-5 *1 (-921 *3 *4 *5 *6)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-114)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -3521 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-363)) (-4 *7 (-1235 *6))
+ (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6)))
+ (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
+(((*1 *1) (-5 *1 (-437))))
+(((*1 *2 *3 *4 *3 *3)
+ (-12 (-5 *3 (-294 *6)) (-5 *4 (-114)) (-4 *6 (-430 *5))
+ (-4 *5 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
+ (-5 *1 (-317 *5 *6))))
+ ((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-294 *7)) (-5 *4 (-114)) (-5 *5 (-641 *7))
+ (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536))))
+ (-5 *2 (-52)) (-5 *1 (-317 *6 *7))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-641 (-294 *7))) (-5 *4 (-641 (-114))) (-5 *5 (-294 *7))
+ (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536))))
+ (-5 *2 (-52)) (-5 *1 (-317 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-641 (-294 *8))) (-5 *4 (-641 (-114))) (-5 *5 (-294 *8))
+ (-5 *6 (-641 *8)) (-4 *8 (-430 *7))
+ (-4 *7 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
+ (-5 *1 (-317 *7 *8))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-641 *7)) (-5 *4 (-641 (-114))) (-5 *5 (-294 *7))
+ (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536))))
+ (-5 *2 (-52)) (-5 *1 (-317 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 (-114))) (-5 *6 (-641 (-294 *8)))
+ (-4 *8 (-430 *7)) (-5 *5 (-294 *8))
+ (-4 *7 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
+ (-5 *1 (-317 *7 *8))))
+ ((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-294 *5)) (-5 *4 (-114)) (-4 *5 (-430 *6))
+ (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
+ (-5 *1 (-317 *6 *5))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-4 *3 (-430 *6))
+ (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
+ (-5 *1 (-317 *6 *3))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-4 *3 (-430 *6))
+ (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
+ (-5 *1 (-317 *6 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-5 *6 (-641 *3))
+ (-4 *3 (-430 *7)) (-4 *7 (-13 (-847) (-556) (-612 (-536))))
+ (-5 *2 (-52)) (-5 *1 (-317 *7 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-768)) (-5 *4 (-1259 *2)) (-4 *5 (-307))
+ (-4 *6 (-989 *5)) (-4 *2 (-13 (-409 *6 *7) (-1035 *6)))
+ (-5 *1 (-413 *5 *6 *7 *2)) (-4 *7 (-1235 *6)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))))
+(((*1 *1 *2 *3 *3 *4 *4)
+ (-12 (-5 *2 (-949 (-564))) (-5 *3 (-1170))
+ (-5 *4 (-1088 (-407 (-564)))) (-5 *1 (-30)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *2 (-556)) (-5 *1 (-966 *2 *4))
+ (-4 *4 (-1235 *2)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
+ (-5 *2 (-2 (|:| -3689 (-641 *6)) (|:| -1669 (-641 *6)))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-191)) (-5 *3 (-564))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-172))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-564)) (-4 *3 (-172)) (-4 *5 (-373 *3))
+ (-4 *6 (-373 *3)) (-5 *1 (-684 *3 *5 *6 *2))
+ (-4 *2 (-683 *3 *5 *6)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-235 *3))))
+ ((*1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1094)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1046))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-1046)))))
+(((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2 *3)
+ (-12 (-4 *2 (-363)) (-4 *2 (-845)) (-5 *1 (-942 *2 *3))
+ (-4 *3 (-1235 *2)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-641 (-1166 *7))) (-5 *3 (-1166 *7))
+ (-4 *7 (-946 *5 *6 *4)) (-4 *5 (-906)) (-4 *6 (-790))
+ (-4 *4 (-847)) (-5 *1 (-903 *5 *6 *4 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-263))) (-5 *4 (-1170)) (-5 *2 (-112))
+ (-5 *1 (-263)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-363)) (-4 *5 (-556))
+ (-5 *2
+ (-2 (|:| |minor| (-641 (-918))) (|:| -4252 *3)
+ (|:| |minors| (-641 (-641 (-918)))) (|:| |ops| (-641 *3))))
+ (-5 *1 (-90 *5 *3)) (-5 *4 (-918)) (-4 *3 (-652 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1166 *5)) (-4 *5 (-363)) (-5 *2 (-641 *6))
+ (-5 *1 (-532 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 (-641 *5))) (-4 *5 (-1250 *4))
+ (-4 *4 (-38 (-407 (-564))))
+ (-5 *2 (-1 (-1150 *4) (-641 (-1150 *4)))) (-5 *1 (-1252 *4 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790)) (-5 *2 (-641 (-641 (-564))))
+ (-5 *1 (-921 *4 *5 *6 *7)) (-5 *3 (-564)) (-4 *7 (-946 *4 *6 *5)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
+ (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564))
+ (-5 *2 (-1032)) (-5 *1 (-753)))))
+(((*1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-641 (-641 *3)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-641 (-641 *5)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-641 *3))) (-5 *1 (-1181 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170)) (-4 *4 (-452)) (-4 *4 (-847))
+ (-5 *1 (-573 *4 *2)) (-4 *2 (-284)) (-4 *2 (-430 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *4 (-641 (-1170)))
+ (-5 *2 (-685 (-316 (-225)))) (-5 *1 (-205))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1094)) (-4 *6 (-897 *5)) (-5 *2 (-685 *6))
+ (-5 *1 (-688 *5 *6 *3 *4)) (-4 *3 (-373 *6))
+ (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4406)))))))
+(((*1 *2 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-685 *4)) (-5 *3 (-768)) (-4 *4 (-1046))
+ (-5 *1 (-686 *4)))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
+(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *3 *3 *5 *6 *3 *6 *6 *5 *6 *6 *6 *6
+ *5 *3 *3 *3 *3 *3 *6 *6 *6 *3 *3 *3 *3 *3 *7 *4 *4 *4 *4 *3 *8
+ *9)
+ (-12 (-5 *4 (-685 (-225))) (-5 *5 (-112)) (-5 *6 (-225))
+ (-5 *7 (-685 (-564)))
+ (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-80 CONFUN))))
+ (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))
+ (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-750)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
+(((*1 *2)
+ (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
+ (-5 *1 (-1067 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
+ (-5 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-363) (-1194) (-999))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112))
+ (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172))
+ (-4 *5 (-1235 *4)) (-5 *2 (-685 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3))
+ (-5 *2 (-685 *3)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-557 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859)))))
+(((*1 *2 *1) (-12 (-5 *2 (-483)) (-5 *1 (-218))))
+ ((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1) (-12 (-5 *2 (-483)) (-5 *1 (-672))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)))))
+(((*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *2 *2 *2)
+ (-12
+ (-5 *2
+ (-641
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-768)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-790)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *5 (-847))
+ (-5 *1 (-449 *3 *4 *5 *6)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1172 (-407 (-564)))) (-5 *2 (-407 (-564)))
+ (-5 *1 (-190)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -2777 (-779 *3)) (|:| |coef2| (-779 *3))))
+ (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-2 (|:| -2777 *1) (|:| |coef2| *1)))
+ (-4 *1 (-1060 *3 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-452)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1269)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-641 (-564))) (-5 *3 (-685 (-564))) (-5 *1 (-1104)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-564)))))
+(((*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-128)))))
+(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-749)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *1 *1) (-5 *1 (-129)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918))))
+ ((*1 *1 *1 *1) (-5 *1 (-1214))) ((*1 *1 *1 *1) (-5 *1 (-1215)))
+ ((*1 *1 *1 *1) (-5 *1 (-1216))) ((*1 *1 *1 *1) (-5 *1 (-1217))))
+(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-418 *3)) (-4 *3 (-556))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-2 (|:| -3070 *4) (|:| -1619 (-564)))))
+ (-4 *4 (-1235 (-564))) (-5 *2 (-768)) (-5 *1 (-442 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-847)) (-5 *4 (-641 *6))
+ (-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-641 *4))))
+ (-5 *1 (-1180 *6)) (-5 *5 (-641 *4)))))
+(((*1 *2 *3 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-748)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))))
+(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-112))
+ (-5 *6 (-225)) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-68 APROD))))
+ (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-73 MSOLVE))))
+ (-5 *2 (-1032)) (-5 *1 (-753)))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032))
+ (-5 *1 (-752)))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-564))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-768))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-918))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768))
+ (-4 *4 (-172))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-157))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-157))))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194)))
+ (-5 *1 (-227 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-723))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-723))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *1 (-294 *2)) (-4 *2 (-1106)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *1 (-294 *2)) (-4 *2 (-1106)) (-4 *2 (-1209))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *1 (-323 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-131))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-361 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-361 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-381 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-847))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *1 (-382 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1094))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *2 *1)
+ (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172))
+ (-4 *6 (-238 (-2828 *3) (-768)))
+ (-14 *7
+ (-1 (-112) (-2 (|:| -1468 *5) (|:| -1558 *6))
+ (-2 (|:| -1468 *5) (|:| -1558 *6))))
+ (-5 *1 (-461 *3 *4 *5 *6 *7 *2)) (-4 *5 (-847))
+ (-4 *2 (-946 *4 *6 (-861 *3)))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
+ (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-536)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-595 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1046))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1046))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-644 *2)) (-4 *2 (-1053))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1094))
+ (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-1 *7 *5))
+ (-5 *1 (-680 *5 *6 *7))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-683 *3 *2 *4)) (-4 *3 (-1046)) (-4 *2 (-373 *3))
+ (-4 *4 (-373 *3))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *1 (-683 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
+ (-4 *2 (-373 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2))))
+ ((*1 *1 *1 *1) (-4 *1 (-717)))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1259 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-556))
+ (-5 *1 (-966 *3 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1052 *2)) (-4 *2 (-1053))))
+ ((*1 *1 *1 *1) (-4 *1 (-1106)))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1117 *3 *4 *2 *5)) (-4 *4 (-1046)) (-4 *2 (-238 *3 *4))
+ (-4 *5 (-238 *3 *4))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *1 (-1117 *3 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4))
+ (-4 *2 (-238 *3 *4))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *3 (-1046)) (-4 *4 (-847)) (-5 *1 (-1120 *3 *4 *2))
+ (-4 *2 (-946 *3 (-531 *4) *4))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-940 (-225))) (-5 *3 (-225)) (-5 *1 (-1205))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-723))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-723))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-564)) (-4 *1 (-1257 *3)) (-4 *3 (-1209)) (-4 *3 (-21))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1094) (-1035 *5)))
+ (-4 *5 (-883 *4)) (-4 *4 (-1094)) (-5 *2 (-1 (-112) *5))
+ (-5 *1 (-928 *4 *5 *6)))))
+(((*1 *1 *1 *1) (-5 *1 (-129)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918))))
+ ((*1 *1 *1 *1) (-5 *1 (-1214))) ((*1 *1 *1 *1) (-5 *1 (-1215)))
+ ((*1 *1 *1 *1) (-5 *1 (-1216))) ((*1 *1 *1 *1) (-5 *1 (-1217))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-363)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3)))
+ (-5 *1 (-763 *3 *4)) (-4 *3 (-705 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-363)) (-4 *3 (-1046))
+ (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-849 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-363)) (-4 *5 (-1046))
+ (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-850 *5 *3))
+ (-4 *3 (-849 *5)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1114)) (-5 *2 (-112)) (-5 *1 (-818)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-744)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-564)) (|has| *1 (-6 -4397)) (-4 *1 (-404))
+ (-5 *2 (-918)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-610 *5)) (-4 *5 (-430 *4)) (-4 *4 (-1035 (-564)))
+ (-4 *4 (-13 (-847) (-556))) (-5 *2 (-1166 *5)) (-5 *1 (-32 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-610 *1)) (-4 *1 (-1046)) (-4 *1 (-302))
+ (-5 *2 (-1166 *1)))))
+(((*1 *1 *1) (-5 *1 (-225)))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *1 *1) (-5 *1 (-379))) ((*1 *1) (-5 *1 (-379))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-5 *2 (-1264))
+ (-5 *1 (-1210 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-5 *2 (-1264))
+ (-5 *1 (-1210 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 *2)))
+ (-5 *2 (-889 *3)) (-5 *1 (-1070 *3 *4 *5))
+ (-4 *5 (-13 (-430 *4) (-883 *3) (-612 *2))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131))
+ (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 *4))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| -2860 *3) (|:| -1383 *4))))
+ (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
+ (-5 *2 (-1150 (-2 (|:| |k| *4) (|:| |c| *3)))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-307))
+ (-5 *2 (-407 (-418 (-949 *4)))) (-5 *1 (-1039 *4)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -1357 *3) (|:| |coef1| (-779 *3))))
+ (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-685 *1)) (-4 *1 (-349)) (-5 *2 (-1259 *1))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-685 *1)) (-4 *1 (-145)) (-4 *1 (-906))
+ (-5 *2 (-1259 *1)))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
+(((*1 *1 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)) (-4 *2 (-1046))))
+ ((*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2))
+ (-4 *2 (-1250 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3))
+ (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2))
+ (-4 *2 (-1250 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147)))
+ (-5 *1 (-1146 *3)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-620 *4 *2)) (-4 *2 (-13 (-1194) (-956) (-29 *4))))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1150 *3)) (-4 *3 (-1094))
+ (-4 *3 (-1209)))))
+(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-641
+ (-2
+ (|:| -2568
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1259 (-316 (-225))))
+ (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225)))
+ (|:| |g| (-316 (-225))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (|:| -1389
+ (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379))
+ (|:| |expense| (-379)) (|:| |accuracy| (-379))
+ (|:| |intermediateResults| (-379)))))))
+ (-5 *1 (-800)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-524)))))
+(((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-545))))
+ ((*1 *1 *1) (-4 *1 (-1055))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
+ (-4 *2 (-430 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *2 (-1235 *4)) (-5 *1 (-806 *4 *2 *3 *5))
+ (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2))
+ (-4 *5 (-652 (-407 *2))))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4))
+ (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556))
+ (-5 *2 (-1166 *3)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4406)) (-4 *1 (-235 *3))
+ (-4 *3 (-1094))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-685 *3))
+ (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))))
+ (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-685 *3))
+ (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))))
+ (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-641 (-610 *2))) (-5 *4 (-1170))
+ (-4 *2 (-13 (-27) (-1194) (-430 *5)))
+ (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-277 *5 *2)))))
+(((*1 *2)
+ (-12 (-4 *4 (-363)) (-5 *2 (-768)) (-5 *1 (-328 *3 *4))
+ (-4 *3 (-329 *4))))
+ ((*1 *2) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-768)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-112)) (-5 *5 (-685 (-225)))
+ (-5 *2 (-1032)) (-5 *1 (-752)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-294 (-949 (-564))))
+ (-5 *2
+ (-2 (|:| |varOrder| (-641 (-1170)))
+ (|:| |inhom| (-3 (-641 (-1259 (-768))) "failed"))
+ (|:| |hom| (-641 (-1259 (-768))))))
+ (-5 *1 (-236)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-641 (-1070 *4 *5 *2))) (-4 *4 (-1094))
+ (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
+ (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4))))
+ (-5 *1 (-54 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-641 (-1070 *5 *6 *2))) (-5 *4 (-918)) (-4 *5 (-1094))
+ (-4 *6 (-13 (-1046) (-883 *5) (-847) (-612 (-889 *5))))
+ (-4 *2 (-13 (-430 *6) (-883 *5) (-612 (-889 *5))))
+ (-5 *1 (-54 *5 *6 *2)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147))
+ (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-974 *3 *4 *5 *6)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *1 *1 *1) (-4 *1 (-964))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-407 (-564))))) (-5 *1 (-263))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 *5)) (-4 *5 (-363))
+ (-4 *5 (-556)) (-5 *2 (-1259 *5)) (-5 *1 (-636 *5 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 *5))
+ (-4338 (-4 *5 (-363))) (-4 *5 (-556)) (-5 *2 (-1259 (-407 *5)))
+ (-5 *1 (-636 *5 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1152)) (-5 *1 (-305)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-826)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-114))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847))
+ (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847))
+ (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-4 *1 (-266 *3)) (-4 *3 (-847)) (-5 *2 (-768)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
+ (-5 *2 (-768))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094))
+ (-5 *2 (-768))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-768)) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-723)))))
+(((*1 *1 *1) (-4 *1 (-627)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-610 *4)) (-4 *4 (-847)) (-4 *2 (-847))
+ (-5 *1 (-609 *2 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-397)))))
+(((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-641 (-641 (-225)))) (-5 *4 (-225))
+ (-5 *2 (-641 (-940 *4))) (-5 *1 (-1205)) (-5 *3 (-940 *4)))))
+(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-641 *3)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-859)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
+(((*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
+ (-5 *1 (-1067 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
+ (-5 *1 (-1102 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
+(((*1 *1) (-5 *1 (-157)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452))
+ (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-974 *3 *4 *5 *6)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-379)) (-5 *1 (-1058)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 (-949 *4))) (-5 *3 (-641 (-1170))) (-4 *4 (-452))
+ (-5 *1 (-915 *4)))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213))
+ (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307))
+ (-5 *1 (-913 *3 *4 *5 *2)) (-4 *2 (-946 *5 *3 *4))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *6 *4 *5))
+ (-5 *1 (-913 *4 *5 *6 *2)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-4 *6 (-307)))))
+(((*1 *2)
+ (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 (-407 *2)))
+ (-4 *2 (-1235 *4)) (-5 *1 (-341 *3 *4 *2 *5))
+ (-4 *3 (-342 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-342 *3 *2 *4)) (-4 *3 (-1213))
+ (-4 *4 (-1235 (-407 *2))) (-4 *2 (-1235 *3)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
+ (-5 *4 (-685 (-1166 *8))) (-4 *5 (-1046)) (-4 *8 (-1046))
+ (-4 *6 (-1235 *5)) (-5 *2 (-685 *6)) (-5 *1 (-501 *5 *6 *7 *8))
+ (-4 *7 (-1235 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-253 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-847))
+ (-4 *5 (-790)) (-4 *2 (-266 *4)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-768))) (-5 *3 (-112)) (-5 *1 (-1158 *4 *5))
+ (-14 *4 (-918)) (-4 *5 (-1046)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1235 *4)) (-4 *4 (-1213))
+ (-4 *1 (-342 *4 *3 *5)) (-4 *5 (-1235 (-407 *3))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-847)) (-4 *5 (-906)) (-4 *6 (-790))
+ (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-418 (-1166 *8)))
+ (-5 *1 (-903 *5 *6 *7 *8)) (-5 *4 (-1166 *8))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5)))
+ (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-417 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-691 *3)) (-4 *3 (-1094))
+ (-5 *2 (-641 (-2 (|:| -1389 *3) (|:| -2791 (-768))))))))
+(((*1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-641 (-114))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-564)) (|has| *1 (-6 -4397)) (-4 *1 (-404))
+ (-5 *2 (-918)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))))
+(((*1 *1) (-5 *1 (-1058))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-1094)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379)))
+ (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
+ (-5 *1 (-1169)))))
+(((*1 *1 *1 *1) (|partial| -4 *1 (-131))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-1259 *5)) (-4 *5 (-307))
+ (-4 *5 (-1046)) (-5 *2 (-685 *5)) (-5 *1 (-1026 *5)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2)
+ (-12 (-4 *4 (-363)) (-5 *2 (-918)) (-5 *1 (-328 *3 *4))
+ (-4 *3 (-329 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-363)) (-5 *2 (-830 (-918))) (-5 *1 (-328 *3 *4))
+ (-4 *3 (-329 *4))))
+ ((*1 *2) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-918))))
+ ((*1 *2)
+ (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-830 (-918))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1046)) (-4 *2 (-683 *4 *5 *6))
+ (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1235 *4)) (-4 *5 (-373 *4))
+ (-4 *6 (-373 *4)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-1285 *5 *6 *7))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-1285 *5 *6 *7))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-949 *4)))
+ (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2 (-641 (-1043 *4 *5))) (-5 *1 (-1285 *4 *5 *6))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
+ (-5 *4 (-316 (-169 (-379)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
+ (-5 *4 (-316 (-379))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
+ (-5 *4 (-316 (-564))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-169 (-379)))))
+ (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-379)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-564)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-169 (-379)))))
+ (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-379)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-564)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-169 (-379)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-379))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-564))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
+ (-5 *4 (-316 (-690))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
+ (-5 *4 (-316 (-695))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
+ (-5 *4 (-316 (-697))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-690)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-695)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-697)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-690)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-695)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-697)))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-690))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-695))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-697))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-690))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-695))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-697))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-690))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-695))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-697))) (-5 *1 (-330))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1152)) (-5 *1 (-330))))
+ ((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-641 *5) *6))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5))
+ (-5 *2 (-641 (-2 (|:| -1809 *5) (|:| -4252 *3))))
+ (-5 *1 (-806 *5 *6 *3 *7)) (-4 *3 (-652 *6))
+ (-4 *7 (-652 (-407 *6))))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-940 (-225)))) (-5 *1 (-1260)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379)))
+ (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
+ (-5 *1 (-1169)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4406)) (-4 *1 (-489 *4))
+ (-4 *4 (-1209)) (-5 *2 (-112)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1174)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999)))
+ (-5 *1 (-176 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1357 *4)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-245 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-97)))))
+(((*1 *1)
+ (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-768)) (-4 *4 (-307)) (-4 *6 (-1235 *4))
+ (-5 *2 (-1259 (-641 *6))) (-5 *1 (-455 *4 *6)) (-5 *5 (-641 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1170)))))
+(((*1 *1 *1) (-5 *1 (-1169)))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379)))
+ (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
+ (-5 *1 (-1169)))))
+(((*1 *1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-923))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-923))))
+ ((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-924))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-924)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880))
+ (-5 *3 (-641 (-564)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880))
+ (-5 *3 (-641 (-564))))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 *6)))
+ (-4 *6 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-557 *6 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *4)) (-4 *4 (-1046)) (-4 *2 (-1235 *4))
+ (-5 *1 (-444 *4 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-407 (-1166 (-316 *5)))) (-5 *3 (-1259 (-316 *5)))
+ (-5 *4 (-564)) (-4 *5 (-13 (-556) (-847))) (-5 *1 (-1124 *5)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-379)) (-5 *1 (-1058)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-1046)) (-4 *4 (-172))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046))
+ (-4 *3 (-172)))))
+(((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-1170)) (-4 *4 (-1046)) (-4 *4 (-847))
+ (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -1558 (-564))))
+ (-4 *1 (-430 *4))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-114)) (-4 *4 (-1046)) (-4 *4 (-847))
+ (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -1558 (-564))))
+ (-4 *1 (-430 *4))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1106)) (-4 *3 (-847))
+ (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -1558 (-564))))
+ (-4 *1 (-430 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |val| (-889 *3)) (|:| -1558 (-768))))
+ (-5 *1 (-889 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *2 (-2 (|:| |var| *5) (|:| -1558 (-768))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046))
+ (-4 *7 (-946 *6 *4 *5))
+ (-5 *2 (-2 (|:| |var| *5) (|:| -1558 (-564))))
+ (-5 *1 (-947 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-363)
+ (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $))
+ (-15 -3693 (*7 $))))))))
+(((*1 *2 *3 *4 *2 *5 *6)
+ (-12
+ (-5 *5
+ (-2 (|:| |done| (-641 *11))
+ (|:| |todo| (-641 (-2 (|:| |val| *3) (|:| -2956 *11))))))
+ (-5 *6 (-768))
+ (-5 *2 (-641 (-2 (|:| |val| (-641 *10)) (|:| -2956 *11))))
+ (-5 *3 (-641 *10)) (-5 *4 (-641 *11)) (-4 *10 (-1060 *7 *8 *9))
+ (-4 *11 (-1066 *7 *8 *9 *10)) (-4 *7 (-452)) (-4 *8 (-790))
+ (-4 *9 (-847)) (-5 *1 (-1064 *7 *8 *9 *10 *11))))
+ ((*1 *2 *3 *4 *2 *5 *6)
+ (-12
+ (-5 *5
+ (-2 (|:| |done| (-641 *11))
+ (|:| |todo| (-641 (-2 (|:| |val| *3) (|:| -2956 *11))))))
+ (-5 *6 (-768))
+ (-5 *2 (-641 (-2 (|:| |val| (-641 *10)) (|:| -2956 *11))))
+ (-5 *3 (-641 *10)) (-5 *4 (-641 *11)) (-4 *10 (-1060 *7 *8 *9))
+ (-4 *11 (-1103 *7 *8 *9 *10)) (-4 *7 (-452)) (-4 *8 (-790))
+ (-4 *9 (-847)) (-5 *1 (-1139 *7 *8 *9 *10 *11)))))
+(((*1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4))
+ (-4 *6 (-373 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
+ (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3))
+ (-4 *3 (-644 *2))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3))
+ (-4 *3 (-644 *2))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046))))
+ ((*1 *1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046)))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-753)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-768)) (-5 *5 (-641 *3)) (-4 *3 (-307)) (-4 *6 (-847))
+ (-4 *7 (-790)) (-5 *2 (-112)) (-5 *1 (-623 *6 *7 *3 *8))
+ (-4 *8 (-946 *3 *7 *6)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-3 (-2 (|:| -3521 *7) (|:| |coeff| *7)) "failed") *7))
+ (-5 *6 (-641 (-407 *8))) (-4 *7 (-363)) (-4 *8 (-1235 *7))
+ (-5 *3 (-407 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-574 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *5 *6)) (-4 *6 (-612 (-1170)))
+ (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-5 *2 (-1159 (-641 (-949 *4)) (-641 (-294 (-949 *4)))))
+ (-5 *1 (-504 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170))
+ (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *5))))
+ (-5 *1 (-1123 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-13 (-307) (-847) (-147)))
+ (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1123 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-294 (-407 (-949 *5)))) (-5 *4 (-1170))
+ (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *5))))
+ (-5 *1 (-1123 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-294 (-407 (-949 *4))))
+ (-4 *4 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *4))))
+ (-5 *1 (-1123 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170)))
+ (-4 *5 (-13 (-307) (-847) (-147)))
+ (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-407 (-949 *4))))
+ (-4 *4 (-13 (-307) (-847) (-147)))
+ (-5 *2 (-641 (-641 (-294 (-316 *4))))) (-5 *1 (-1123 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-294 (-407 (-949 *5))))) (-5 *4 (-641 (-1170)))
+ (-4 *5 (-13 (-307) (-847) (-147)))
+ (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-294 (-407 (-949 *4)))))
+ (-4 *4 (-13 (-307) (-847) (-147)))
+ (-5 *2 (-641 (-641 (-294 (-316 *4))))) (-5 *1 (-1123 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 *1)) (-5 *4 (-1259 *1)) (-4 *1 (-637 *5))
+ (-4 *5 (-1046))
+ (-5 *2 (-2 (|:| -2394 (-685 *5)) (|:| |vec| (-1259 *5))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-685 *1)) (-4 *1 (-637 *4)) (-4 *4 (-1046))
+ (-5 *2 (-685 *4)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768))
+ (-4 *4 (-172))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2))
+ (-4 *2 (-430 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1086 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556)))
+ (-5 *1 (-158 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-160))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-465 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-172)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
+ (-12 (-5 *6 (-641 (-112))) (-5 *7 (-685 (-225)))
+ (-5 *8 (-685 (-564))) (-5 *3 (-564)) (-5 *4 (-225)) (-5 *5 (-112))
+ (-5 *2 (-1032)) (-5 *1 (-751)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1235 *5))
+ (-5 *1 (-724 *5 *2)) (-4 *5 (-363)))))
+(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -1357 *4)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-1181 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170))
+ (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1250 *4)) (-5 *1 (-1252 *4 *2))
+ (-4 *4 (-38 (-407 (-564)))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3))
+ (-5 *1 (-739 *4 *5 *6 *3)) (-4 *3 (-946 *6 *4 *5)))))
+(((*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564))))
+ ((*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1) (-4 *1 (-866 *2)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-970 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-789))
+ (-4 *4 (-847)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2))
+ (-4 *2 (-1235 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-847)) (-5 *2 (-1181 (-641 *4))) (-5 *1 (-1180 *4))
+ (-5 *3 (-641 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-641 (-263))) (-5 *4 (-1170))
+ (-5 *1 (-262 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-641 (-263))) (-5 *4 (-1170)) (-5 *2 (-52))
+ (-5 *1 (-263)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-536))) (-5 *2 (-1170)) (-5 *1 (-536)))))
(((*1 *2 *3 *4)
(-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-363)) (-4 *6 (-1235 (-407 *2)))
(-4 *2 (-1235 *5)) (-5 *1 (-215 *5 *2 *6 *3))
(-4 *3 (-342 *5 *2 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1280 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
+ (-5 *2 (-816 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-843)) (-5 *1 (-1282 *3 *2)) (-4 *3 (-1046)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-529)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1259 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-363))
+ (-4 *1 (-721 *5 *6)) (-4 *5 (-172)) (-4 *6 (-1235 *5))
+ (-5 *2 (-685 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1079))) (-5 *1 (-291)))))
+(((*1 *2 *3 *4 *4 *5 *3 *6)
+ (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3)) (-5 *6 (-1166 *3))
+ (-4 *3 (-13 (-430 *7) (-27) (-1194)))
+ (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-560 *7 *3 *8)) (-4 *8 (-1094))))
+ ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
+ (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3))
+ (-5 *6 (-407 (-1166 *3))) (-4 *3 (-13 (-430 *7) (-27) (-1194)))
+ (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-560 *7 *3 *8)) (-4 *8 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1209)) (-5 *2 (-768)) (-5 *1 (-182 *4 *3))
+ (-4 *3 (-670 *4)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-363) (-147) (-1035 (-564))))
+ (-4 *5 (-1235 *4))
+ (-5 *2 (-2 (|:| -3521 (-407 *5)) (|:| |coeff| (-407 *5))))
+ (-5 *1 (-568 *4 *5)) (-5 *3 (-407 *5)))))
+(((*1 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-561)) (-5 *3 (-564)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112))
+ (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2
+ (-3 (|:| |%expansion| (-313 *5 *3 *6 *7))
+ (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))))
+ (-5 *1 (-420 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1194) (-430 *5)))
+ (-14 *6 (-1170)) (-14 *7 *3))))
(((*1 *2 *3 *4 *4)
(-12 (-5 *3 (-641 *5)) (-5 *4 (-564)) (-4 *5 (-845)) (-4 *5 (-363))
(-5 *2 (-768)) (-5 *1 (-942 *5 *6)) (-4 *6 (-1235 *5)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *1 *1) (|partial| -4 *1 (-145))) ((*1 *1 *1) (-4 *1 (-349)))
+ ((*1 *1 *1) (|partial| -12 (-4 *1 (-145)) (-4 *1 (-906)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *1) (-12 (-5 *2 (-139)) (-5 *1 (-140))))
+ ((*1 *2 *1) (-12 (-5 *2 (-187)) (-5 *1 (-183))))
+ ((*1 *2 *1) (-12 (-5 *2 (-249)) (-5 *1 (-248)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-97)))))
+(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-291)))
+ ((*1 *1) (-5 *1 (-859)))
+ ((*1 *1)
+ (-12 (-4 *2 (-452)) (-4 *3 (-847)) (-4 *4 (-790))
+ (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3))))
+ ((*1 *1) (-5 *1 (-1079)))
+ ((*1 *1)
+ (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
+ (-4 *3 (-13 (-1094) (-34)))))
+ ((*1 *1) (-5 *1 (-1173))) ((*1 *1) (-5 *1 (-1174))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4))))
+ ((*1 *2 *3 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112)))))
(((*1 *2 *3 *4)
(-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1235 *6))
(-4 *6 (-13 (-27) (-430 *5)))
(-4 *5 (-13 (-847) (-556) (-1035 (-564)))) (-4 *8 (-1235 (-407 *7)))
(-5 *2 (-585 *3)) (-5 *1 (-552 *5 *6 *7 *8 *3))
(-4 *3 (-342 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147))
+ (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-974 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-818)) (-5 *4 (-52)) (-5 *2 (-1264)) (-5 *1 (-828)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-901 *4))
+ (-4 *4 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-547))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-363)) (-4 *7 (-1235 *5)) (-4 *4 (-721 *5 *7))
+ (-5 *2 (-2 (|:| -2394 (-685 *6)) (|:| |vec| (-1259 *5))))
+ (-5 *1 (-808 *5 *6 *7 *4 *3)) (-4 *6 (-652 *5)) (-4 *3 (-652 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-924))
+ (-5 *2
+ (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
+ (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
+ (-5 *1 (-153))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-924)) (-5 *4 (-407 (-564)))
+ (-5 *2
+ (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
+ (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
+ (-5 *1 (-153)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5)))
+ (-5 *2 (-768)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-109))) (-5 *1 (-175)))))
(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379))))
((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 (-407 (-564))))
+ (-5 *2
+ (-641
+ (-2 (|:| |outval| *4) (|:| |outmult| (-564))
+ (|:| |outvect| (-641 (-685 *4))))))
+ (-5 *1 (-776 *4)) (-4 *4 (-13 (-363) (-845))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-768)) (-5 *4 (-564)) (-5 *1 (-445 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-151 *2))
+ (-4 *2 (-1209)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1046)) (-4 *5 (-1235 *4)) (-5 *2 (-1 *6 (-641 *6)))
+ (-5 *1 (-1253 *4 *5 *3 *6)) (-4 *3 (-652 *5)) (-4 *6 (-1250 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-668 *3)) (-4 *3 (-847)) (-4 *1 (-374 *3 *4))
+ (-4 *4 (-172)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
+ (-12 (-5 *4 (-564)) (-5 *5 (-1152)) (-5 *6 (-685 (-225)))
+ (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))))
+ (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))
+ (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-641
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
+ (|:| |xpnt| (-564)))))
+ (-5 *1 (-418 *3)) (-4 *3 (-556))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-768)) (-4 *3 (-349)) (-4 *5 (-1235 *3))
+ (-5 *2 (-641 (-1166 *3))) (-5 *1 (-498 *3 *5 *6))
+ (-4 *6 (-1235 *5)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-610 *3)) (-5 *5 (-1 (-1166 *3) (-1166 *3)))
+ (-4 *3 (-13 (-27) (-430 *6))) (-4 *6 (-13 (-847) (-556)))
+ (-5 *2 (-585 *3)) (-5 *1 (-551 *6 *3)))))
(((*1 *2 *3)
(-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
(-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-363) (-845)))
+ (-5 *2 (-641 (-2 (|:| -3840 (-641 *3)) (|:| -2044 *5))))
+ (-5 *1 (-181 *5 *3)) (-4 *3 (-1235 (-169 *5)))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-363) (-845)))
+ (-5 *2 (-641 (-2 (|:| -3840 (-641 *3)) (|:| -2044 *4))))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1186 *4 *5))
+ (-4 *4 (-1094)) (-4 *5 (-1094)))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-586 *2)) (-4 *2 (-545)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *2 (-112))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152))
+ (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *1 *2 *2 *2)
+ (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194)))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363))))
+ ((*1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363))))
+ ((*1 *2 *1 *3 *4 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-192))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-300))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-305)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-379)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
+ ((*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))))
(((*1 *2 *3)
(-12 (-5 *3 (-649 (-407 *2))) (-4 *2 (-1235 *4)) (-5 *1 (-807 *4 *2))
(-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))))
@@ -26,352 +2025,3094 @@
(-12 (-5 *3 (-650 *2 (-407 *2))) (-4 *2 (-1235 *4))
(-5 *1 (-807 *4 *2))
(-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564))))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-275)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-641 (-171)))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-1166 *3)) (-5 *1 (-41 *4 *3))
+ (-4 *3
+ (-13 (-363) (-302)
+ (-10 -8 (-15 -3678 ((-1119 *4 (-610 $)) $))
+ (-15 -3693 ((-1119 *4 (-610 $)) $))
+ (-15 -1831 ($ (-1119 *4 (-610 $))))))))))
+(((*1 *2 *3 *4 *5 *4 *4 *4)
+ (-12 (-4 *6 (-847)) (-5 *3 (-641 *6)) (-5 *5 (-641 *3))
+ (-5 *2
+ (-2 (|:| |f1| *3) (|:| |f2| (-641 *5)) (|:| |f3| *5)
+ (|:| |f4| (-641 *5))))
+ (-5 *1 (-1180 *6)) (-5 *4 (-641 *5)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-556)) (-4 *3 (-1046))
+ (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-849 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-556)) (-4 *5 (-1046))
+ (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-850 *5 *3))
+ (-4 *3 (-849 *5)))))
(((*1 *2 *1)
(-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-1204 *3))
(-4 *3 (-971)))))
+(((*1 *1 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-918))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-592 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-4 *1 (-1094)) (-5 *2 (-1114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+ (-12 (-4 *1 (-349)) (-5 *3 (-564)) (-5 *2 (-1182 (-918) (-768))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-205))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 (-379))) (-5 *2 (-379)) (-5 *1 (-205)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564)))
+ (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3))
+ (-4 *2
+ (-13 (-363) (-302)
+ (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $))
+ (-15 -3693 ((-1119 *3 (-610 $)) $))
+ (-15 -1831 ($ (-1119 *3 (-610 $))))))))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-835))) (-5 *1 (-140)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-349)) (-4 *4 (-329 *3)) (-4 *5 (-1235 *4))
+ (-5 *1 (-774 *3 *4 *5 *2 *6)) (-4 *2 (-1235 *5)) (-14 *6 (-918))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-4 *3 (-368))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1278 *2)) (-4 *2 (-363)) (-4 *2 (-368)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *5)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))))
-(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))))
+ (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790)) (-5 *2 (-641 *3)) (-5 *1 (-921 *4 *5 *6 *3))
- (-4 *3 (-946 *4 *6 *5)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
- ((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1032))
- (-5 *1 (-743)))))
-(((*1 *1) (-5 *1 (-820))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-323 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-131))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-361 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-386 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-645 *3 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4))))
+ (-12 (-5 *3 (-641 *4)) (-4 *4 (-847)) (-5 *2 (-641 (-660 *4 *5)))
+ (-5 *1 (-625 *4 *5 *6)) (-4 *5 (-13 (-172) (-714 (-407 (-564)))))
+ (-14 *6 (-918)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-685 (-407 (-949 (-564)))))
+ (-12 (-5 *3 (-641 (-918))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2)
+ (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
+ (-5 *1 (-985 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
+ (-5 *1 (-1101 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1150 (-407 *3))) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209)) (-4 *2 (-847))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-373 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4))
+ (-14 *3 (-918)) (-4 *4 (-1046))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))))
+(((*1 *1) (-5 *1 (-112))) ((*1 *1) (-5 *1 (-615))))
+(((*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 *8)) (-5 *4 (-768)) (-4 *8 (-946 *5 *7 *6))
+ (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
+ (-4 *7 (-790))
(-5 *2
(-641
- (-2 (|:| |radval| (-316 (-564))) (|:| |radmult| (-564))
- (|:| |radvect| (-641 (-685 (-316 (-564))))))))
- (-5 *1 (-1028)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1046)) (-4 *3 (-1235 *4)) (-4 *2 (-1250 *4))
- (-5 *1 (-1253 *4 *3 *5 *2)) (-4 *5 (-652 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+ (-2 (|:| |det| *8) (|:| |rows| (-641 (-564)))
+ (|:| |cols| (-641 (-564))))))
+ (-5 *1 (-921 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4 *4 *3 *5)
+ (-12 (-5 *4 (-610 *3)) (-5 *5 (-1166 *3))
+ (-4 *3 (-13 (-430 *6) (-27) (-1194)))
+ (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2 (-585 *3)) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094))))
+ ((*1 *2 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *4 (-610 *3)) (-5 *5 (-407 (-1166 *3)))
+ (-4 *3 (-13 (-430 *6) (-27) (-1194)))
+ (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2 (-585 *3)) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-174 *3)) (-4 *3 (-307))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-670 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-737 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-847))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *1 (-977 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7))
+ (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1))
+ (-4 *1 (-1066 *4 *5 *6 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363))
+ (-5 *2
+ (-2 (|:| |ir| (-585 (-407 *6))) (|:| |specpart| (-407 *6))
+ (|:| |polypart| *6)))
+ (-5 *1 (-574 *5 *6)) (-5 *3 (-407 *6)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-621 *4 *5))
+ (-5 *3
+ (-1 (-2 (|:| |ans| *4) (|:| -3777 *4) (|:| |sol?| (-112)))
+ (-564) *4))
+ (-4 *4 (-363)) (-4 *5 (-1235 *4)) (-5 *1 (-574 *4 *5)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-871))
+ (-5 *5 (-918)) (-5 *6 (-641 (-263))) (-5 *2 (-1260))
+ (-5 *1 (-1263))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-641 (-263)))
+ (-5 *2 (-1260)) (-5 *1 (-1263)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-307)) (-5 *1 (-179 *3)))))
+(((*1 *2 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-1058)))))
(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-468)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
- (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-622 *3 *4 *5 *6 *7 *2))
- (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *2 (-1103 *3 *4 *5 *6)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-559)))))
-(((*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-5 *1 (-1183 *2)) (-4 *2 (-363)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-536)))))
+(((*1 *2 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152))
+ (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-556)) (-5 *2 (-112)))))
+(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-685 *6)) (-5 *5 (-1 (-418 (-1166 *6)) (-1166 *6)))
- (-4 *6 (-363))
+ (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
+ (-4 *3 (-1060 *6 *7 *8))
(-5 *2
- (-641
- (-2 (|:| |outval| *7) (|:| |outmult| (-564))
- (|:| |outvect| (-641 (-685 *7))))))
- (-5 *1 (-532 *6 *7 *4)) (-4 *7 (-363)) (-4 *4 (-13 (-363) (-845))))))
+ (-2 (|:| |done| (-641 *4))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
+ (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-641 *4))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
+ (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-418 *4)) (-4 *4 (-556)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1094) (-34)))
+ (-5 *2 (-112)) (-5 *1 (-1134 *4 *5)) (-4 *4 (-13 (-1094) (-34))))))
(((*1 *2 *3)
- (-12 (-4 *1 (-892))
- (-5 *3
- (-2 (|:| |pde| (-641 (-316 (-225))))
- (|:| |constraints|
- (-641
- (-2 (|:| |start| (-225)) (|:| |finish| (-225))
- (|:| |grid| (-768)) (|:| |boundaryType| (-564))
- (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225))))))
- (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152))
- (|:| |tol| (-225))))
- (-5 *2 (-1032)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-363)) (-4 *3 (-1046))
- (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-849 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-363)) (-4 *5 (-1046))
- (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-850 *5 *3))
- (-4 *3 (-849 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))))
-(((*1 *1 *1 *2)
+ (-12 (-5 *3 (-1259 (-1259 *4))) (-4 *4 (-1046)) (-5 *2 (-685 *4))
+ (-5 *1 (-1026 *4)))))
+(((*1 *2 *2 *3)
(-12
(-5 *2
- (-2 (|:| -3752 (-641 (-859))) (|:| -1578 (-641 (-859)))
- (|:| |presup| (-641 (-859))) (|:| -3512 (-641 (-859)))
- (|:| |args| (-641 (-859)))))
- (-5 *1 (-1170))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-641 (-859)))) (-5 *1 (-1170)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-1150 *3))) (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3))
- (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871)))
- (-5 *1 (-468)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1021 *3))
- (-4 *3 (-13 (-845) (-363) (-1019)))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
- (-4 *3 (-1235 *2))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-1063 *2 *3)) (-4 *2 (-13 (-845) (-363)))
- (-4 *3 (-1235 *2)))))
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *4))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *4)))))))
+ (-5 *3 (-641 *7)) (-4 *4 (-13 (-307) (-147)))
+ (-4 *7 (-946 *4 *6 *5)) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790)) (-5 *1 (-921 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924))
+ (-5 *1 (-922 *3)) (-4 *3 (-612 (-536)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170)) (-5 *2 (-924)) (-5 *1 (-922 *3))
+ (-4 *3 (-612 (-536)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-924))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-924)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-641 (-641 (-641 *5)))) (-5 *3 (-1 (-112) *5 *5))
+ (-5 *4 (-641 *5)) (-4 *5 (-847)) (-5 *1 (-1180 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-840 (-379))) (-5 *2 (-840 (-225))) (-5 *1 (-305)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
- (-4 *4 (-13 (-1094) (-34))))))
+ (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5))
+ (-4 *3 (-1235 *4))
+ (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))))
(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6))
- (-5 *2 (-2 (|:| |bas| (-476 *4 *5 *6 *7)) (|:| -3192 (-641 *7))))
- (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *2)
+ (|:| |polj| *2)))
+ (-4 *5 (-790)) (-4 *2 (-946 *4 *5 *6)) (-5 *1 (-449 *4 *5 *6 *2))
+ (-4 *4 (-452)) (-4 *6 (-847)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1235 (-407 (-564)))) (-5 *1 (-910 *3 *2))
+ (-4 *2 (-1235 (-407 *3))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *2 *1) (-12 (-4 *1 (-254 *3)) (-4 *3 (-1209)) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-768))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1046))
+ (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284)))
+ (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-610 *3)) (-4 *3 (-847))))
+ ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
+ ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-307))
+ (-5 *2 (-768)) (-5 *1 (-455 *5 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-768)) (-4 *5 (-363)) (-5 *2 (-174 *6))
+ (-5 *1 (-864 *5 *4 *6)) (-4 *4 (-1250 *5)) (-4 *6 (-1235 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *1) (-12 (-4 *1 (-307)) (-5 *2 (-768)))))
+(((*1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-556) (-147)))
+ (-5 *2 (-2 (|:| -3766 *3) (|:| -3777 *3))) (-5 *1 (-1229 *4 *3))
+ (-4 *3 (-1235 *4)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-556))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-556)))))
(((*1 *2 *1 *1)
(-12
(-5 *2
- (-2 (|:| |polnum| (-779 *3)) (|:| |polden| *3) (|:| -1975 (-768))))
+ (-2 (|:| -2860 *3) (|:| |gap| (-768)) (|:| -4347 (-779 *3))
+ (|:| -1678 (-779 *3))))
(-5 *1 (-779 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847))
+ (-5 *2
+ (-2 (|:| -2860 *1) (|:| |gap| (-768)) (|:| -4347 *1)
+ (|:| -1678 *1)))
+ (-4 *1 (-1060 *4 *5 *3))))
((*1 *2 *1 *1)
(-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -1975 (-768))))
+ (-5 *2
+ (-2 (|:| -2860 *1) (|:| |gap| (-768)) (|:| -4347 *1)
+ (|:| -1678 *1)))
(-4 *1 (-1060 *3 *4 *5)))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *4 (-225))
+ (-5 *2
+ (-2 (|:| |brans| (-641 (-641 (-940 *4))))
+ (|:| |xValues| (-1088 *4)) (|:| |yValues| (-1088 *4))))
+ (-5 *1 (-153)) (-5 *3 (-641 (-641 (-940 *4)))))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-790))
+ (-4 *3 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))) (-4 *5 (-556))
+ (-5 *1 (-729 *4 *3 *5 *2)) (-4 *2 (-946 (-407 (-949 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1046)) (-4 *5 (-790))
+ (-4 *3
+ (-13 (-847)
+ (-10 -8 (-15 -2511 ((-1170) $))
+ (-15 -3871 ((-3 $ "failed") (-1170))))))
+ (-5 *1 (-981 *4 *5 *3 *2)) (-4 *2 (-946 (-949 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 *6))
+ (-4 *6
+ (-13 (-847)
+ (-10 -8 (-15 -2511 ((-1170) $))
+ (-15 -3871 ((-3 $ "failed") (-1170))))))
+ (-4 *4 (-1046)) (-4 *5 (-790)) (-5 *1 (-981 *4 *5 *6 *2))
+ (-4 *2 (-946 (-949 *4) *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-838)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-837))))
+ ((*1 *2 *3) (-12 (-5 *3 (-838)) (-5 *2 (-1032)) (-5 *1 (-837))))
+ ((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-641 (-379))) (-5 *5 (-641 (-840 (-379))))
+ (-5 *6 (-641 (-316 (-379)))) (-5 *3 (-316 (-379))) (-5 *2 (-1032))
+ (-5 *1 (-837))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-379)))
+ (-5 *5 (-641 (-840 (-379)))) (-5 *2 (-1032)) (-5 *1 (-837))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-379))) (-5 *2 (-1032))
+ (-5 *1 (-837))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-316 (-379)))) (-5 *4 (-641 (-379)))
+ (-5 *2 (-1032)) (-5 *1 (-837)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1086 (-840 *3))) (-4 *3 (-13 (-1194) (-956) (-29 *5)))
+ (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2
+ (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-219 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1086 (-840 *3))) (-5 *5 (-1152))
+ (-4 *3 (-13 (-1194) (-956) (-29 *6)))
+ (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2
+ (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-219 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1086 (-840 (-316 *5))))
+ (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2
+ (-3 (|:| |f1| (-840 (-316 *5))) (|:| |f2| (-641 (-840 (-316 *5))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-220 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-407 (-949 *6))) (-5 *4 (-1086 (-840 (-316 *6))))
+ (-5 *5 (-1152))
+ (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2
+ (-3 (|:| |f1| (-840 (-316 *6))) (|:| |f2| (-641 (-840 (-316 *6))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-220 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1086 (-840 (-407 (-949 *5))))) (-5 *3 (-407 (-949 *5)))
+ (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2
+ (-3 (|:| |f1| (-840 (-316 *5))) (|:| |f2| (-641 (-840 (-316 *5))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-220 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1086 (-840 (-407 (-949 *6))))) (-5 *5 (-1152))
+ (-5 *3 (-407 (-949 *6)))
+ (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2
+ (-3 (|:| |f1| (-840 (-316 *6))) (|:| |f2| (-641 (-840 (-316 *6))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-220 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170))
+ (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-3 *3 (-641 *3))) (-5 *1 (-428 *5 *3))
+ (-4 *3 (-13 (-1194) (-956) (-29 *5)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-474 *3 *4 *5))
+ (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379))))
+ (-5 *5 (-379)) (-5 *6 (-1058)) (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3) (-12 (-5 *3 (-766)) (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379))))
+ (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379))))
+ (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379))))
+ (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379)))))
+ (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379)))))
+ (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379)))))
+ (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379)))))
+ (-5 *5 (-379)) (-5 *6 (-1058)) (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-316 (-379))) (-5 *4 (-1086 (-840 (-379))))
+ (-5 *5 (-1152)) (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-316 (-379))) (-5 *4 (-1086 (-840 (-379))))
+ (-5 *5 (-1170)) (-5 *2 (-1032)) (-5 *1 (-565))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4))
+ (-5 *2 (-585 (-407 *5))) (-5 *1 (-568 *4 *5)) (-5 *3 (-407 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-147))
+ (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
+ (-5 *2 (-3 (-316 *5) (-641 (-316 *5)))) (-5 *1 (-588 *5))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-737 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-847))
+ (-4 *3 (-38 (-407 (-564))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1170)) (-5 *1 (-949 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-4 *3 (-1046))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-4 *2 (-847))
+ (-5 *1 (-1120 *3 *2 *4)) (-4 *4 (-946 *3 (-531 *2) *2))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046))
+ (-5 *1 (-1154 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1161 *3 *4 *5))
+ (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1167 *3 *4 *5))
+ (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1168 *3 *4 *5))
+ (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *1 (-1203 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-4 *3 (-1046))))
+ ((*1 *1 *1 *2)
+ (-4078
+ (-12 (-5 *2 (-1170)) (-4 *1 (-1219 *3)) (-4 *3 (-1046))
+ (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194))
+ (-4 *3 (-38 (-407 (-564))))))
+ (-12 (-5 *2 (-1170)) (-4 *1 (-1219 *3)) (-4 *3 (-1046))
+ (-12 (|has| *3 (-15 -3209 ((-641 *2) *3)))
+ (|has| *3 (-15 -3907 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1219 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1223 *3 *4 *5))
+ (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564))))))
+ ((*1 *1 *1 *2)
+ (-4078
+ (-12 (-5 *2 (-1170)) (-4 *1 (-1240 *3)) (-4 *3 (-1046))
+ (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194))
+ (-4 *3 (-38 (-407 (-564))))))
+ (-12 (-5 *2 (-1170)) (-4 *1 (-1240 *3)) (-4 *3 (-1046))
+ (-12 (|has| *3 (-15 -3209 ((-641 *2) *3)))
+ (|has| *3 (-15 -3907 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1244 *3 *4 *5))
+ (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-4078
+ (-12 (-5 *2 (-1170)) (-4 *1 (-1250 *3)) (-4 *3 (-1046))
+ (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194))
+ (-4 *3 (-38 (-407 (-564))))))
+ (-12 (-5 *2 (-1170)) (-4 *1 (-1250 *3)) (-4 *3 (-1046))
+ (-12 (|has| *3 (-15 -3209 ((-641 *2) *3)))
+ (|has| *3 (-15 -3907 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1251 *3 *4 *5))
+ (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-641 *5))
+ (-5 *1 (-887 *4 *5)) (-4 *5 (-1209)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-172)) (-4 *2 (-23)) (-5 *1 (-289 *3 *4 *2 *5 *6 *7))
- (-4 *4 (-1235 *3)) (-14 *5 (-1 *4 *4 *2))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2))
- (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2))))
+ (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-5 *2 (-112)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225)))
+ (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined"))
+ (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225)))
+ (-5 *1 (-693)))))
+(((*1 *1 *1) (-4 *1 (-545))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(((*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262))))
+ ((*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
+ (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
+ (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
+ (-5 *1 (-785)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-783)))))
+(((*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3 *2 *2)
+ (-12 (-5 *2 (-641 (-481 *4 *5))) (-5 *3 (-861 *4))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-629 *4 *5)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-556))
+ (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-1230 *4 *3))
+ (-4 *3 (-1235 *4)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-756)))))
+(((*1 *2 *3) (-12 (-5 *2 (-564)) (-5 *1 (-569 *3)) (-4 *3 (-1035 *2))))
((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-708 *3 *2 *4 *5 *6)) (-4 *3 (-172))
- (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2))
- (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2))))
+ (-12 (-4 *1 (-1097 *3 *4 *2 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
+ (-4 *3 (-1235 *2)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-323 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-131))
+ (-4 *3 (-789)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046))
+ (-5 *2 (-641 (-641 (-641 (-940 *3))))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5))
+ (-5 *2 (-413 *4 (-407 *4) *5 *6))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1259 *6)) (-4 *6 (-13 (-409 *4 *5) (-1035 *4)))
+ (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-4 *3 (-307))
+ (-5 *1 (-413 *3 *4 *5 *6))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-363))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209))
+ (-5 *2 (-641 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2))
+ (-4 *2 (-430 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170))))
+ ((*1 *1 *1) (-4 *1 (-160))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-154))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1061)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-973 *4 *5 *3 *6)) (-4 *4 (-1046)) (-4 *5 (-790))
+ (-4 *3 (-847)) (-4 *6 (-1060 *4 *5 *3)) (-5 *2 (-112)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5)))
+ (-5 *2 (-768)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *2 (-1235 *3)) (-5 *1 (-709 *3 *2)) (-4 *3 (-1046))))
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-768)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-311))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-967))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-991))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1033))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1068)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790))
+ (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1064 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790))
+ (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-316 (-225))) (-5 *1 (-305))))
((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-712 *3 *2 *4 *5 *6)) (-4 *3 (-172))
- (-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 (-866 *3)) (-5 *2 (-564)))))
-(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-641 *10)) (-5 *5 (-112)) (-4 *10 (-1066 *6 *7 *8 *9))
- (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
- (-4 *9 (-1060 *6 *7 *8))
+ (|partial| -12
+ (-5 *2 (-2 (|:| |num| (-889 *3)) (|:| |den| (-889 *3))))
+ (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556))))
+ ((*1 *1 *1) (|partial| -4 *1 (-719))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-5 *1 (-330)))))
+(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
+ (-12 (-5 *5 (-685 (-225))) (-5 *6 (-685 (-564))) (-5 *3 (-564))
+ (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *2 *1) (-12 (-4 *1 (-266 *2)) (-4 *2 (-847))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1170)) (-5 *1 (-861 *3)) (-14 *3 (-641 *2))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-986))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-1086 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
+ (-5 *2 (-1170))))
+ ((*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1255 *3)) (-14 *3 *2))))
+(((*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-685 *11)) (-5 *4 (-641 (-407 (-949 *8))))
+ (-5 *5 (-768)) (-5 *6 (-1152)) (-4 *8 (-13 (-307) (-147)))
+ (-4 *11 (-946 *8 *10 *9)) (-4 *9 (-13 (-847) (-612 (-1170))))
+ (-4 *10 (-790))
(-5 *2
- (-641
- (-2 (|:| -2026 (-641 *9)) (|:| -3906 *10) (|:| |ineq| (-641 *9)))))
- (-5 *1 (-985 *6 *7 *8 *9 *10)) (-5 *3 (-641 *9))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-641 *10)) (-5 *5 (-112)) (-4 *10 (-1066 *6 *7 *8 *9))
- (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
- (-4 *9 (-1060 *6 *7 *8))
+ (-2
+ (|:| |rgl|
+ (-641
+ (-2 (|:| |eqzro| (-641 *11)) (|:| |neqzro| (-641 *11))
+ (|:| |wcond| (-641 (-949 *8)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *8))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *8))))))))))
+ (|:| |rgsz| (-564))))
+ (-5 *1 (-921 *8 *9 *10 *11)) (-5 *7 (-564)))))
+(((*1 *1)
+ (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-942 *4 *3))
+ (-4 *3 (-1235 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *2 *4 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-641 (-641 (-641 *4)))) (-5 *3 (-641 *4)) (-4 *4 (-847))
+ (-5 *1 (-1180 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-924)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094))
+ (-4 *6 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-680 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-52)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
+ (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-843)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1259 (-1170))) (-5 *3 (-1259 (-453 *4 *5 *6 *7)))
+ (-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-918))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-1259 (-685 *4)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-453 *4 *5 *6 *7)))
+ (-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-918))
+ (-14 *6 (-641 *2)) (-14 *7 (-1259 (-685 *4)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1259 (-453 *3 *4 *5 *6))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170)))
+ (-14 *6 (-1259 (-685 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1259 (-1170))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170)))
+ (-14 *6 (-1259 (-685 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1170)) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172))
+ (-14 *4 (-918)) (-14 *5 (-641 *2)) (-14 *6 (-1259 (-685 *3)))))
+ ((*1 *1)
+ (-12 (-5 *1 (-453 *2 *3 *4 *5)) (-4 *2 (-172)) (-14 *3 (-918))
+ (-14 *4 (-641 (-1170))) (-14 *5 (-1259 (-685 *2))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-940 (-225)) (-225) (-225)))
+ (-5 *3 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-255)))))
+(((*1 *2)
+ (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-417 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-1060 *4 *5 *6)) (-4 *4 (-556))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *2)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-610 *2))) (-5 *4 (-641 (-1170)))
+ (-4 *2 (-13 (-430 (-169 *5)) (-999) (-1194)))
+ (-4 *5 (-13 (-556) (-847))) (-5 *1 (-598 *5 *6 *2))
+ (-4 *6 (-13 (-430 *5) (-999) (-1194))))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))
+ (-5 *2 (-1032)) (-5 *1 (-745)))))
+(((*1 *1) (-5 *1 (-130))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170)))
+ (-4 *5 (-556)) (-5 *2 (-641 (-641 (-949 *5)))) (-5 *1 (-1178 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-484 *3)))))
+(((*1 *2 *1 *1)
+ (-12
(-5 *2
+ (-2 (|:| -2777 (-779 *3)) (|:| |coef1| (-779 *3))
+ (|:| |coef2| (-779 *3))))
+ (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-2 (|:| -2777 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-1060 *3 *4 *5)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-847))
+ (-5 *2 (-2 (|:| -2860 (-564)) (|:| |var| (-610 *1))))
+ (-4 *1 (-430 *3)))))
+(((*1 *2 *3 *4)
+ (-12
+ (-5 *3
(-641
- (-2 (|:| -2026 (-641 *9)) (|:| -3906 *10) (|:| |ineq| (-641 *9)))))
- (-5 *1 (-1101 *6 *7 *8 *9 *10)) (-5 *3 (-641 *9)))))
+ (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8))
+ (|:| |wcond| (-641 (-949 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *5))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *5))))))))))
+ (-5 *4 (-1152)) (-4 *5 (-13 (-307) (-147))) (-4 *8 (-946 *5 *7 *6))
+ (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-564))
+ (-5 *1 (-921 *5 *6 *7 *8)))))
+(((*1 *2)
+ (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
+ (-12 (-5 *3 (-918)) (-5 *4 (-225)) (-5 *5 (-564)) (-5 *6 (-871))
+ (-5 *2 (-1264)) (-5 *1 (-1260)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
+ (-4 *4 (-349)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 (-564)))))
+ (-5 *1 (-361 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 (-768)))))
+ (-5 *1 (-386 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| -3070 *3) (|:| -1558 (-564)))))
+ (-5 *1 (-418 *3)) (-4 *3 (-556))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 (-768)))))
+ (-5 *1 (-816 *3)) (-4 *3 (-847)))))
+(((*1 *1 *1) (-4 *1 (-143)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-418 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48)))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *2 (-2 (|:| |less| (-121 *3)) (|:| |greater| (-121 *3))))
+ (-5 *1 (-121 *3)) (-4 *3 (-847))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-585 *4)) (-4 *4 (-13 (-29 *3) (-1194)))
+ (-4 *3 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
+ (-5 *1 (-583 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-585 (-407 (-949 *3))))
+ (-4 *3 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
+ (-5 *1 (-588 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363))
+ (-5 *2 (-2 (|:| -3345 *3) (|:| |special| *3))) (-5 *1 (-724 *5 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1259 *5)) (-4 *5 (-363)) (-4 *5 (-1046))
+ (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5))
+ (-5 *3 (-641 (-685 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1259 (-1259 *5))) (-4 *5 (-363)) (-4 *5 (-1046))
+ (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5))
+ (-5 *3 (-641 (-685 *5)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-641 *1)) (-4 *1 (-1138))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-144)) (-5 *2 (-641 *1)) (-4 *1 (-1138)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-1088 *3)) (-4 *3 (-946 *7 *6 *4)) (-4 *6 (-790))
+ (-4 *4 (-847)) (-4 *7 (-556))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-564))))
+ (-5 *1 (-593 *6 *4 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-556))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-564))))
+ (-5 *1 (-593 *5 *4 *6 *3)) (-4 *3 (-946 *6 *5 *4))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1) (-5 *1 (-859)))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-1162 *4 *2)) (-4 *2 (-13 (-430 *4) (-160) (-27) (-1194)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1086 *2)) (-4 *2 (-13 (-430 *4) (-160) (-27) (-1194)))
+ (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-1162 *4 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-847) (-1035 (-564))))
+ (-5 *2 (-407 (-949 *5))) (-5 *1 (-1163 *5)) (-5 *3 (-949 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-847) (-1035 (-564))))
+ (-5 *2 (-3 (-407 (-949 *5)) (-316 *5))) (-5 *1 (-1163 *5))
+ (-5 *3 (-407 (-949 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1086 (-949 *5))) (-5 *3 (-949 *5))
+ (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-407 *3))
+ (-5 *1 (-1163 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1086 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5)))
+ (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-3 *3 (-316 *5)))
+ (-5 *1 (-1163 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *7 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-556))
+ (-4 *8 (-946 *7 *5 *6))
+ (-5 *2 (-2 (|:| -1558 (-768)) (|:| -2860 *3) (|:| |radicand| *3)))
+ (-5 *1 (-950 *5 *6 *7 *8 *3)) (-5 *4 (-768))
+ (-4 *3
+ (-13 (-363)
+ (-10 -8 (-15 -1831 ($ *8)) (-15 -3678 (*8 $)) (-15 -3693 (*8 $))))))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *7) (|:| -3777 *7) (|:| |sol?| (-112)))
+ (-564) *7))
+ (-5 *6 (-641 (-407 *8))) (-4 *7 (-363)) (-4 *8 (-1235 *7))
+ (-5 *3 (-407 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-574 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1170)) (-5 *2 (-536)) (-5 *1 (-535 *4))
+ (-4 *4 (-1209)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5 *6 *2)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))))
(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-244 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1202 *5 *6 *7 *3))
+ (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1088 *3)) (-5 *1 (-1086 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1226 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
+(((*1 *1) (-5 *1 (-468))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1152) (-771))) (-5 *1 (-114)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225)))
+ (-5 *2 (-1032)) (-5 *1 (-744)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1166 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556)))
+ (-5 *1 (-32 *4 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *2 (-112)) (-5 *1 (-267)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5))
+ (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790)) (-5 *2 (-112)) (-5 *1 (-921 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-13 (-307) (-147)))
+ (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-112))
+ (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-641 *6)) (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
+ (-4 *3 (-556)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046))
+ (-5 *2 (-481 *4 *5)) (-5 *1 (-941 *4 *5)))))
+(((*1 *1 *1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
+ (-14 *5 (-641 (-1170)))
+ (-5 *2
+ (-641 (-2 (|:| -3339 (-1166 *4)) (|:| -2467 (-641 (-949 *4))))))
+ (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2
+ (-641 (-2 (|:| -3339 (-1166 *5)) (|:| -2467 (-641 (-949 *5))))))
+ (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5)))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2
+ (-641 (-2 (|:| -3339 (-1166 *5)) (|:| -2467 (-641 (-949 *5))))))
+ (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5)))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2
+ (-641 (-2 (|:| -3339 (-1166 *5)) (|:| -2467 (-641 (-949 *5))))))
+ (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5)))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2
+ (-641 (-2 (|:| -3339 (-1166 *4)) (|:| -2467 (-641 (-949 *4))))))
+ (-5 *1 (-1285 *4 *5 *6)) (-5 *3 (-641 (-949 *4)))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-1092 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
+ (-5 *1 (-702 *3 *4)) (-4 *3 (-1209)) (-4 *4 (-1209)))))
+(((*1 *1) (-5 *1 (-55))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1235 *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 (-708 *2 *3 *4 *5 *6)) (-4 *2 (-172))
+ (-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 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172))
+ (-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 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1046)) (-4 *7 (-1046))
+ (-4 *6 (-1235 *5)) (-5 *2 (-1166 (-1166 *7)))
+ (-5 *1 (-501 *5 *6 *4 *7)) (-4 *4 (-1235 *6)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-294 *2)) (-4 *2 (-723)) (-4 *2 (-1209)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-641 *1))
+ (-4 *1 (-382 *3 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-732 *3 *4))) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-723))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-946 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-641 (-685 (-564))))
+ (-5 *1 (-1104)))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-641 (-225))) (-5 *1 (-204)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
+ (-4 *3 (-13 (-1094) (-34))))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-768)) (-5 *1 (-779 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *1 (-960 *3 *2)) (-4 *2 (-131)) (-4 *3 (-556))
+ (-4 *3 (-1046)) (-4 *2 (-789))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-768)) (-5 *1 (-1166 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-968)) (-4 *2 (-131)) (-5 *1 (-1172 *3)) (-4 *3 (-556))
+ (-4 *3 (-1046))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-768)) (-5 *1 (-1232 *4 *3)) (-14 *4 (-1170))
+ (-4 *3 (-1046)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-610 (-48)))) (-5 *1 (-48))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-610 (-48))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1166 (-48))) (-5 *3 (-641 (-610 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1166 (-48))) (-5 *3 (-610 (-48))) (-5 *1 (-48))))
+ ((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3))
+ (-4 *3 (-1235 (-169 *2)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-918)) (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368))))
+ ((*1 *2 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-363))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-370 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1235 *2)) (-4 *2 (-989 *3)) (-5 *1 (-413 *3 *2 *4 *5))
+ (-4 *3 (-307)) (-4 *5 (-13 (-409 *2 *4) (-1035 *2)))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1235 *2)) (-4 *2 (-989 *3))
+ (-5 *1 (-414 *3 *2 *4 *5 *6)) (-4 *3 (-307)) (-4 *5 (-409 *2 *4))
+ (-14 *6 (-1259 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-918)) (-4 *5 (-1046))
+ (-4 *2 (-13 (-404) (-1035 *5) (-363) (-1194) (-284)))
+ (-5 *1 (-443 *5 *3 *2)) (-4 *3 (-1235 *5))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-610 (-495)))) (-5 *1 (-495))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-610 (-495))) (-5 *1 (-495))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1166 (-495))) (-5 *3 (-641 (-610 (-495))))
+ (-5 *1 (-495))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1166 (-495))) (-5 *3 (-610 (-495))) (-5 *1 (-495))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1259 *4)) (-5 *3 (-918)) (-4 *4 (-349))
+ (-5 *1 (-528 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-452)) (-4 *5 (-721 *4 *2)) (-4 *2 (-1235 *4))
+ (-5 *1 (-772 *4 *2 *5 *3)) (-4 *3 (-1235 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172))))
+ ((*1 *1 *1) (-4 *1 (-1055))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-857)) (-5 *2 (-687 (-1217))) (-5 *3 (-1217)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261))))
+ ((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-27))
+ (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-4 *5 (-1235 *4)) (-5 *2 (-641 (-649 (-407 *5))))
+ (-5 *1 (-653 *4 *5)) (-5 *3 (-649 (-407 *5))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
+(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1215))))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
+ (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-75 FCN JACOBF JACEPS))))
+ (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-76 G JACOBG JACGEP))))
+ (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170)) (-4 *5 (-363)) (-5 *2 (-1150 (-1150 (-949 *5))))
+ (-5 *1 (-1267 *5)) (-5 *4 (-1150 (-949 *5))))))
+(((*1 *2 *1 *1 *3 *4)
+ (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6))
+ (-4 *5 (-13 (-1094) (-34))) (-4 *6 (-13 (-1094) (-34)))
+ (-5 *2 (-112)) (-5 *1 (-1134 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-820)) (-5 *1 (-819)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-1150 (-225))) (-5 *1 (-192))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-316 (-225))) (-5 *4 (-641 (-1170)))
+ (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *4 (-641 (-1170)))
+ (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| -1674 *1) (|:| -4393 *1) (|:| |associate| *1)))
+ (-4 *1 (-556)))))
+(((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
+ (-12 (-5 *4 (-641 (-112))) (-5 *5 (-685 (-225)))
+ (-5 *6 (-685 (-564))) (-5 *7 (-225)) (-5 *3 (-564)) (-5 *2 (-1032))
+ (-5 *1 (-751)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-768)) (-5 *2 (-112)) (-5 *1 (-586 *3)) (-4 *3 (-545)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-840 (-225)))) (-5 *4 (-225)) (-5 *2 (-641 *4))
+ (-5 *1 (-267)))))
+(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-564))) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-556)) (-4 *8 (-946 *7 *5 *6))
+ (-5 *2 (-2 (|:| -1558 (-768)) (|:| -2860 *9) (|:| |radicand| *9)))
+ (-5 *1 (-950 *5 *6 *7 *8 *9)) (-5 *4 (-768))
+ (-4 *9
+ (-13 (-363)
+ (-10 -8 (-15 -1831 ($ *8)) (-15 -3678 (*8 $)) (-15 -3693 (*8 $))))))))
+(((*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1) (-12 (-5 *1 (-668 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
+ (-4 *3 (-1235 *2)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *4 (-556))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3352 *4)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789))))
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-974 *4 *5 *6 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-630)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-918)) (-4 *4 (-368)) (-4 *4 (-363)) (-5 *2 (-1166 *1))
+ (-4 *1 (-329 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1166 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046))
- (-14 *4 (-641 (-1170)))))
+ (-12 (-4 *1 (-370 *3 *2)) (-4 *3 (-172)) (-4 *3 (-363))
+ (-4 *2 (-1235 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-1166 *4))
+ (-5 *1 (-528 *4)))))
+(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
+ (-12 (-5 *2 (-564))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-768)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-790)) (-4 *4 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *7 (-847))
+ (-5 *1 (-449 *5 *6 *7 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1274 (-1170) *3)) (-4 *3 (-1046)) (-5 *1 (-1281 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1274 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
+ (-5 *1 (-1283 *3 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
+ ((*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
+ (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
+ (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1046)) (-5 *1 (-709 *3 *2)) (-4 *2 (-1235 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1260)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-874 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-874 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1260)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1261)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1261)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1261)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1261)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1261)) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-294 *7)) (-5 *4 (-1170)) (-5 *5 (-641 (-263)))
+ (-4 *7 (-430 *6)) (-4 *6 (-13 (-556) (-847) (-1035 (-564))))
+ (-5 *2 (-1260)) (-5 *1 (-256 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1260))
+ (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1260)) (-5 *1 (-259 *3))
+ (-4 *3 (-13 (-612 (-536)) (-1094)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-874 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
+ (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1260))
+ (-5 *1 (-259 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-874 *5)) (-5 *4 (-1086 (-379)))
+ (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1260))
+ (-5 *1 (-259 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-876 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
+ (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261))
+ (-5 *1 (-259 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-876 *5)) (-5 *4 (-1086 (-379)))
+ (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261))
+ (-5 *1 (-259 *5))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261))
+ (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1261)) (-5 *1 (-259 *3))
+ (-4 *3 (-13 (-612 (-536)) (-1094)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-879 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
+ (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261))
+ (-5 *1 (-259 *6))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-879 *5)) (-5 *4 (-1086 (-379)))
+ (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261))
+ (-5 *1 (-259 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1260)) (-5 *1 (-260))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-641 (-225))) (-5 *4 (-641 (-263))) (-5 *2 (-1260))
+ (-5 *1 (-260))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *2 (-1260)) (-5 *1 (-260))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *4 (-641 (-263)))
+ (-5 *2 (-1260)) (-5 *1 (-260))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1261)) (-5 *1 (-260))))
+ ((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-641 (-225))) (-5 *4 (-641 (-263))) (-5 *2 (-1261))
+ (-5 *1 (-260)))))
+(((*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1) (-12 (-5 *1 (-668 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
((*1 *2 *1)
- (-12 (-5 *2 (-564)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847)))
- (-14 *4 (-641 (-1170)))))
+ (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
+ (-4 *3 (-1235 *2)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *6))))
+ (-5 *4 (-1023 (-840 (-564)))) (-5 *5 (-1170)) (-5 *7 (-407 (-564)))
+ (-4 *6 (-1046)) (-5 *2 (-859)) (-5 *1 (-594 *6)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1023 (-840 (-564))))
+ (-5 *3 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *4)))) (-4 *4 (-1046))
+ (-5 *1 (-594 *4)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1 (-536) (-641 (-536)))) (-5 *1 (-114))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-536) (-641 (-536)))) (-5 *1 (-114))))
+ ((*1 *1) (-5 *1 (-578))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2))
+ (-4 *3 (-13 (-847) (-556))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1046)) (-4 *2 (-683 *4 *5 *6))
+ (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1235 *4)) (-4 *5 (-373 *4))
+ (-4 *6 (-373 *4)))))
+(((*1 *2 *3 *2 *3)
+ (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173))))
+ ((*1 *2 *3 *2 *4 *1)
+ (-12 (-5 *2 (-437)) (-5 *3 (-641 (-1170))) (-5 *4 (-1170))
+ (-5 *1 (-1173))))
+ ((*1 *2 *3 *2 *3 *1)
+ (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173))))
+ ((*1 *2 *3 *2 *1)
+ (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1174))))
+ ((*1 *2 *3 *2 *1)
+ (-12 (-5 *2 (-437)) (-5 *3 (-641 (-1170))) (-5 *1 (-1174)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1173))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1264))
+ (-5 *1 (-1173))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *4 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1264))
+ (-5 *1 (-1173)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1094)) (-4 *5 (-1094))
+ (-5 *2 (-1 *5)) (-5 *1 (-679 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-349)) (-4 *5 (-329 *4)) (-4 *6 (-1235 *5))
+ (-5 *2 (-641 *3)) (-5 *1 (-774 *4 *5 *6 *3 *7)) (-4 *3 (-1235 *6))
+ (-14 *7 (-918)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-112))
+ (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-4 *3 (-13 (-27) (-1194) (-430 *6) (-10 -8 (-15 -1831 ($ *7)))))
+ (-4 *7 (-845))
+ (-4 *8
+ (-13 (-1237 *3 *7) (-363) (-1194)
+ (-10 -8 (-15 -3534 ($ $)) (-15 -3907 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))))
+ (-5 *1 (-422 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1152)) (-4 *9 (-980 *8))
+ (-14 *10 (-1170)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 *1)) (-4 *1 (-302))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-114)) (-5 *3 (-641 *5)) (-5 *4 (-768)) (-4 *5 (-847))
+ (-5 *1 (-610 *5)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *1 (-103 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564))) (-5 *2 (-112))
+ (-5 *1 (-1286 *4)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4406)) (-4 *1 (-151 *3))
+ (-4 *3 (-1209))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-670 *3)) (-4 *3 (-1209))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847))
- (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-275))))
+ (|partial| -12 (-4 *1 (-1202 *4 *5 *3 *2)) (-4 *4 (-556))
+ (-4 *5 (-790)) (-4 *3 (-847)) (-4 *2 (-1060 *4 *5 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-768)) (-5 *1 (-1206 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1209))
+ (-4 *5 (-373 *4)) (-4 *2 (-373 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *6 *2 *7)) (-4 *6 (-1046))
+ (-4 *7 (-238 *4 *6)) (-4 *2 (-238 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *7)) (-4 *7 (-847))
+ (-4 *8 (-946 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1259 (-407 *8)) "failed"))
+ (|:| -3331 (-641 (-1259 (-407 *8))))))
+ (-5 *1 (-665 *5 *6 *7 *8)))))
+(((*1 *2)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-685 (-316 (-225))))
+ (-5 *2
+ (-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))))
+ (-5 *1 (-205)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-918))
+ (-5 *2
+ (-3 (-1166 *4)
+ (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114)))))))
+ (-5 *1 (-346 *4)) (-4 *4 (-349)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *6))
+ (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-643 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-112))
+ (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-4 *3 (-13 (-27) (-1194) (-430 *6) (-10 -8 (-15 -1831 ($ *7)))))
+ (-4 *7 (-845))
+ (-4 *8
+ (-13 (-1237 *3 *7) (-363) (-1194)
+ (-10 -8 (-15 -3534 ($ $)) (-15 -3907 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))))
+ (-5 *1 (-422 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1152)) (-4 *9 (-980 *8))
+ (-14 *10 (-1170)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
+ (-4 *3 (-1060 *6 *7 *8))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4))))
+ (-5 *1 (-1067 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -2956 *9))))
+ (-5 *5 (-112)) (-4 *8 (-1060 *6 *7 *4)) (-4 *9 (-1066 *6 *7 *4 *8))
+ (-4 *6 (-452)) (-4 *7 (-790)) (-4 *4 (-847))
+ (-5 *2 (-641 (-2 (|:| |val| *8) (|:| -2956 *9))))
+ (-5 *1 (-1067 *6 *7 *4 *8 *9)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564)))
+ (-5 *2 (-1259 (-564))) (-5 *1 (-1286 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-1195 *3))) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
+ (-12 (-5 *3 (-564)) (-5 *5 (-112)) (-5 *6 (-685 (-225)))
+ (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))
+ (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-750)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-152 *2 *3 *4)) (-14 *2 (-918)) (-4 *3 (-363))
+ (-14 *4 (-990 *2 *3))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1235 *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 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172))
+ (-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 (-715 *2)) (-4 *2 (-363))))
+ ((*1 *1) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363))))
+ ((*1 *1 *1) (|partial| -4 *1 (-719)))
+ ((*1 *1 *1) (|partial| -4 *1 (-723)))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1166 *8)) (-5 *4 (-641 *6)) (-4 *6 (-847))
- (-4 *8 (-946 *7 *5 *6)) (-4 *5 (-790)) (-4 *7 (-1046))
- (-5 *2 (-641 (-768))) (-5 *1 (-321 *5 *6 *7 *8))))
- ((*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-918))))
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
+ (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-4 *1 (-1063 *3 *2)) (-4 *3 (-13 (-845) (-363)))
+ (-4 *2 (-1235 *3))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *5 *5))
+ (-4 *5 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *2
+ (-2 (|:| |solns| (-641 *5))
+ (|:| |maps| (-641 (-2 (|:| |arg| *5) (|:| |res| *5))))))
+ (-5 *1 (-1122 *3 *5)) (-4 *3 (-1235 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2))
+ (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-685 *4)) (-4 *4 (-363)) (-5 *2 (-1166 *4))
+ (-5 *1 (-532 *4 *5 *6)) (-4 *5 (-363)) (-4 *6 (-13 (-363) (-845))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1202 *2 *3 *4 *5)) (-4 *2 (-556)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *5 (-1060 *2 *3 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2) (-12 (-5 *2 (-830 (-564))) (-5 *1 (-534))))
+ ((*1 *1) (-12 (-5 *1 (-830 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225)))
+ (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225))))
+ (|:| |ub| (-641 (-840 (-225))))))
+ (-5 *1 (-267)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-889 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1094))
+ (-4 *5 (-1209)) (-5 *1 (-887 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-889 *4)) (-5 *3 (-641 (-1 (-112) *5))) (-4 *4 (-1094))
+ (-4 *5 (-1209)) (-5 *1 (-887 *4 *5))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-889 *5)) (-5 *3 (-641 (-1170)))
+ (-5 *4 (-1 (-112) (-641 *6))) (-4 *5 (-1094)) (-4 *6 (-1209))
+ (-5 *1 (-887 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1209)) (-4 *4 (-847))
+ (-5 *1 (-934 *4 *2 *5)) (-4 *2 (-430 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 (-1 (-112) *5))) (-4 *5 (-1209)) (-4 *4 (-847))
+ (-5 *1 (-934 *4 *2 *5)) (-4 *2 (-430 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1209))
+ (-5 *2 (-316 (-564))) (-5 *1 (-935 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170)) (-5 *4 (-641 (-1 (-112) *5))) (-4 *5 (-1209))
+ (-5 *2 (-316 (-564))) (-5 *1 (-935 *5))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-1 (-112) (-641 *6)))
+ (-4 *6 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))) (-4 *4 (-1094))
+ (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
+ (-5 *1 (-1070 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-918)) (-4 *6 (-13 (-556) (-847)))
+ (-5 *2 (-641 (-316 *6))) (-5 *1 (-221 *5 *6)) (-5 *3 (-316 *6))
+ (-4 *5 (-1046))))
+ ((*1 *2 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-585 *5)) (-4 *5 (-13 (-29 *4) (-1194)))
+ (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
+ (-5 *2 (-641 *5)) (-5 *1 (-583 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-585 (-407 (-949 *4))))
+ (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
+ (-5 *2 (-641 (-316 *4))) (-5 *1 (-588 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172))
- (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-4 *1 (-470 *3 *2)) (-4 *3 (-172)) (-4 *2 (-23))))
+ (-12 (-4 *1 (-1089 *3 *2)) (-4 *3 (-845)) (-4 *2 (-1143 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 *1)) (-4 *1 (-1089 *4 *2)) (-4 *4 (-845))
+ (-4 *2 (-1143 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194)))))
((*1 *2 *1)
- (-12 (-4 *3 (-556)) (-5 *2 (-564)) (-5 *1 (-621 *3 *4))
- (-4 *4 (-1235 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-705 *3)) (-4 *3 (-1046)) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-901 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094))))
+ (-12 (-5 *2 (-1274 (-1170) *3)) (-5 *1 (-1281 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1274 *3 *4)) (-5 *1 (-1283 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-1046)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))
+ (-5 *2 (-1032)) (-5 *1 (-745)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-564)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1186 *4 *5))
+ (-4 *4 (-1094)) (-4 *5 (-1094)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-871)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-363) (-1194) (-999))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *4))))
+ (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))))
+(((*1 *2)
+ (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2))
+ (-4 *3 (-13 (-847) (-556)))))
+ ((*1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *1) (-5 *1 (-477))) ((*1 *1) (-4 *1 (-1194))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452))
+ (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-974 *3 *4 *5 *6)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-859) (-859))) (-5 *1 (-114))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-859) (-641 (-859)))) (-5 *1 (-114))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1 (-859) (-641 (-859)))) (-5 *1 (-114))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1264)) (-5 *1 (-214 *3))
+ (-4 *3
+ (-13 (-847)
+ (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 (*2 $))
+ (-15 -3595 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-394))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-394))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-502))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-707))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1189))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1189)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
+ (-5 *2 (-1264)) (-5 *1 (-1173))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170))
+ (-5 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-5 *2 (-1264))
+ (-5 *1 (-1173))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *3 (-1170))
+ (-5 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-5 *2 (-1264))
+ (-5 *1 (-1173)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-1060 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-38 (-407 (-564))))
+ (-5 *2 (-2 (|:| -3187 (-1150 *4)) (|:| -3199 (-1150 *4))))
+ (-5 *1 (-1156 *4)) (-5 *3 (-1150 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-530 *3)) (-4 *3 (-13 (-723) (-25))))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1046)) (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)))))
+(((*1 *1 *1 *1) (-4 *1 (-657))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-112)) (-5 *5 (-1096 (-768))) (-5 *6 (-768))
+ (-5 *2
+ (-2 (|:| |contp| (-564))
+ (|:| -3840 (-641 (-2 (|:| |irr| *3) (|:| -1874 (-564)))))))
+ (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-225))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 *6)) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 (-768)))))
+ (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-225))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-379))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-946 *4 *5 *3)) (-4 *4 (-1046)) (-4 *5 (-790))
- (-4 *3 (-847)) (-5 *2 (-768))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-970 *3 *2 *4)) (-4 *3 (-1046)) (-4 *4 (-847))
- (-4 *2 (-789))))
+ (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-379)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-641 *5) *6))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5))
+ (-5 *2 (-641 (-2 (|:| |poly| *6) (|:| -4252 *3))))
+ (-5 *1 (-806 *5 *6 *3 *7)) (-4 *3 (-652 *6))
+ (-4 *7 (-652 (-407 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-641 *5) *6))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-4 *6 (-1235 *5))
+ (-5 *2 (-641 (-2 (|:| |poly| *6) (|:| -4252 (-650 *6 (-407 *6))))))
+ (-5 *1 (-809 *5 *6)) (-5 *3 (-650 *6 (-407 *6))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1175))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-506)) (-5 *3 (-641 (-1175))) (-5 *1 (-1175)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-327 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-564)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209)) (-14 *4 *2))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3))
+ (-5 *1 (-739 *5 *4 *6 *3)) (-4 *3 (-946 *6 *5 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368))
+ (-5 *2 (-1166 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-132)) (-5 *1 (-1078 *2))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-564) *2 *2)) (-4 *2 (-132)) (-5 *1 (-1078 *2)))))
+(((*1 *1 *1 *1) (-4 *1 (-657))))
+(((*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48))))
((*1 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-768))))
+ (-12 (-4 *3 (-989 *2)) (-4 *4 (-1235 *3)) (-4 *2 (-307))
+ (-5 *1 (-413 *2 *3 *4 *5)) (-4 *5 (-13 (-409 *3 *4) (-1035 *3)))))
((*1 *2 *1)
- (-12 (-4 *1 (-1221 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1250 *3))
- (-5 *2 (-564))))
+ (-12 (-4 *3 (-556)) (-4 *3 (-847)) (-5 *2 (-1119 *3 (-610 *1)))
+ (-4 *1 (-430 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-495)))) (-5 *1 (-495))))
((*1 *2 *1)
- (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1219 *3))
- (-5 *2 (-407 (-564)))))
+ (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-723) *4))
+ (-5 *1 (-619 *3 *4 *2)) (-4 *3 (-38 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-830 (-918)))))
+ (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-723) *4))
+ (-5 *1 (-658 *3 *4 *2)) (-4 *3 (-714 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-363) (-1194) (-999))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-545)) (-5 *1 (-159 *2)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-1070 *3 *4 *5))) (-4 *3 (-1094))
+ (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))
+ (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3))))
+ (-5 *1 (-1071 *3 *4 *5)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-1259 (-641 (-564)))) (-5 *1 (-480))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-546))))))
+(((*1 *2 *3 *1 *4)
+ (-12 (-5 *3 (-1134 *5 *6)) (-5 *4 (-1 (-112) *6 *6))
+ (-4 *5 (-13 (-1094) (-34))) (-4 *6 (-13 (-1094) (-34)))
+ (-5 *2 (-112)) (-5 *1 (-1135 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1046))
+ (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284)))
+ (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-918)) (-5 *1 (-1027 *2))
+ (-4 *2 (-13 (-1094) (-10 -8 (-15 -1797 ($ $ $))))))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4))
+ (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-4 *1 (-1280 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
- (-5 *2 (-768)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-241))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1264)) (-5 *1 (-241)))))
-(((*1 *2 *2) (-12 (-5 *2 (-316 (-225))) (-5 *1 (-210)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-545))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-452))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *5 (-906)) (-5 *1 (-457 *3 *4 *5 *6))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-906)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-5 *5 (-641 *8))
+ (-4 *7 (-847)) (-4 *8 (-1046)) (-4 *9 (-946 *8 *6 *7))
+ (-4 *6 (-790)) (-5 *2 (-1166 *8)) (-5 *1 (-321 *6 *7 *8 *9)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *1 (-113 *3)) (-4 *3 (-847)) (-4 *3 (-1094)))))
+ (-12 (-5 *3 (-316 (-225))) (-5 *2 (-316 (-379))) (-5 *1 (-305)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-564)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-418 *2)) (-4 *2 (-556)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4))
+ (-5 *2 (-1259 *6)) (-5 *1 (-413 *3 *4 *5 *6))
+ (-4 *6 (-13 (-409 *4 *5) (-1035 *4)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1046)) (-4 *3 (-847)) (-5 *2 (-1119 *3 (-610 *1)))
+ (-4 *1 (-430 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-495)))) (-5 *1 (-495))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-172)) (-4 *2 (-38 *3)) (-5 *1 (-619 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-723) *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-172)) (-4 *2 (-714 *3)) (-5 *1 (-658 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-723) *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-536)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-125 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-437)))))
+(((*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))))
+(((*1 *2 *1) (-12 (-5 *2 (-819)) (-5 *1 (-818)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -1357 *3) (|:| |coef1| (-779 *3)) (|:| |coef2| (-779 *3))))
+ (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))))
+(((*1 *1 *1) (-5 *1 (-1058))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-1 (-585 *3) *3 (-1170)))
+ (-5 *6
+ (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
+ (-1170)))
+ (-4 *3 (-284)) (-4 *3 (-627)) (-4 *3 (-1035 *4)) (-4 *3 (-430 *7))
+ (-5 *4 (-1170)) (-4 *7 (-612 (-889 (-564)))) (-4 *7 (-452))
+ (-4 *7 (-883 (-564))) (-4 *7 (-847)) (-5 *2 (-585 *3))
+ (-5 *1 (-573 *7 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))))
+(((*1 *2 *3) (-12 (-5 *3 (-407 (-564))) (-5 *2 (-225)) (-5 *1 (-305)))))
(((*1 *2 *2)
(-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
(-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-826)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564)))
+ (-5 *2 (-1259 (-407 (-564)))) (-5 *1 (-1286 *4)))))
(((*1 *2 *3)
- (-12 (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))))
- (-4 *4 (-1235 *3))
+ (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
+(((*1 *1) (-5 *1 (-1058))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 *3)) (-4 *3 (-946 *5 *6 *7)) (-4 *5 (-452))
+ (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
+ (-5 *1 (-449 *5 *6 *7 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2))
+ (-4 *2 (-430 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1086 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556)))
+ (-5 *1 (-158 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-160))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170)))
+ (-4 *6 (-13 (-556) (-1035 *5))) (-4 *5 (-556))
+ (-5 *2 (-641 (-641 (-294 (-407 (-949 *6)))))) (-5 *1 (-1036 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-52)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-407 (-949 *4))) (-5 *3 (-1170))
+ (-4 *4 (-13 (-556) (-1035 (-564)) (-147))) (-5 *1 (-570 *4)))))
+(((*1 *1 *1) (-4 *1 (-545))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-31))))
+ ((*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))) ((*1 *1) (-4 *1 (-545)))
+ ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-768)) (-4 *3 (-1209)) (-4 *1 (-57 *3 *4 *5))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
+ ((*1 *1) (-5 *1 (-171)))
+ ((*1 *1) (-12 (-5 *1 (-213 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1094))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1152)) (-4 *1 (-389))))
+ ((*1 *1) (-5 *1 (-394)))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-4 *1 (-647 *3)) (-4 *3 (-1209))))
+ ((*1 *1)
+ (-12 (-4 *3 (-1094)) (-5 *1 (-882 *2 *3 *4)) (-4 *2 (-1094))
+ (-4 *4 (-662 *3))))
+ ((*1 *1) (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094))))
+ ((*1 *1 *2)
+ (-12 (-5 *1 (-1136 *3 *2)) (-14 *3 (-768)) (-4 *2 (-1046))))
+ ((*1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046))))
+ ((*1 *1 *1) (-5 *1 (-1170))) ((*1 *1) (-5 *1 (-1170)))
+ ((*1 *1) (-5 *1 (-1189))))
+(((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-564)) (-5 *1 (-1150 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-564)) (-4 *1 (-647 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-647 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-641 (-610 *4))) (-4 *4 (-430 *3)) (-4 *3 (-847))
+ (-5 *1 (-573 *3 *4))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))))
+(((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-586 *3)) (-4 *3 (-545)))))
+(((*1 *1) (-5 *1 (-578))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-641 *1)) (-4 *1 (-430 *4))
+ (-4 *4 (-847))))
+ ((*1 *1 *2 *1 *1 *1 *1)
+ (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847))))
+ ((*1 *1 *2 *1 *1 *1)
+ (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4406)) (-4 *1 (-235 *3))
+ (-4 *3 (-1094))))
+ ((*1 *1 *2 *1)
+ (-12 (|has| *1 (-6 -4406)) (-4 *1 (-235 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-1094))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-608 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-564)) (-4 *4 (-1094))
+ (-5 *1 (-734 *4))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-5 *1 (-734 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
+ (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1166 *5)) (-4 *5 (-452)) (-5 *2 (-641 *6))
+ (-5 *1 (-538 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-949 *5)) (-4 *5 (-452)) (-5 *2 (-641 *6))
+ (-5 *1 (-538 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845))))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-157)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-641 (-862))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046))
(-5 *2
- (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-685 *3))))
- (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-409 *3 *4))))
+ (-2 (|:| -2779 (-768)) (|:| |curves| (-768))
+ (|:| |polygons| (-768)) (|:| |constructs| (-768)))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-2 (|:| -2568 *3) (|:| -1389 *4))))
+ (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *1 (-1185 *3 *4))))
+ ((*1 *1) (-12 (-4 *1 (-1185 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-564)) (-4 *4 (-1235 *3))
+ (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-307)) (-4 *6 (-373 *5)) (-4 *4 (-373 *5))
(-5 *2
- (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-685 *3))))
- (-5 *1 (-765 *4 *5)) (-4 *5 (-409 *3 *4))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4))))
+ (-5 *1 (-1118 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *2 (-641 *6))
+ (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7))
+ (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1))
+ (-4 *1 (-1066 *4 *5 *6 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-527)) (-5 *3 (-128)) (-5 *2 (-768)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-955 (-1114)))
+ (-5 *1 (-346 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-768)) (-4 *6 (-1094)) (-4 *3 (-897 *6))
+ (-5 *2 (-685 *3)) (-5 *1 (-688 *6 *3 *7 *4)) (-4 *7 (-373 *3))
+ (-4 *4 (-13 (-373 *6) (-10 -7 (-6 -4406)))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))))
+(((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))))
+(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-753)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564)))))
+ (-4 *5 (-1235 *4)) (-5 *2 (-641 (-2 (|:| -2513 *5) (|:| -2772 *5))))
+ (-5 *1 (-804 *4 *5 *3 *6)) (-4 *3 (-652 *5))
+ (-4 *6 (-652 (-407 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564)))))
+ (-4 *4 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -2513 *4) (|:| -2772 *4))))
+ (-5 *1 (-804 *5 *4 *3 *6)) (-4 *3 (-652 *4))
+ (-4 *6 (-652 (-407 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-349)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 *3))
+ (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564)))))
+ (-4 *5 (-1235 *4)) (-5 *2 (-641 (-2 (|:| -2513 *5) (|:| -2772 *5))))
+ (-5 *1 (-804 *4 *5 *6 *3)) (-4 *6 (-652 *5))
+ (-4 *3 (-652 (-407 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564)))))
+ (-4 *4 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -2513 *4) (|:| -2772 *4))))
+ (-5 *1 (-804 *5 *4 *6 *3)) (-4 *6 (-652 *4))
+ (-4 *3 (-652 (-407 *4))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-363)) (-4 *1 (-329 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1235 *4)) (-4 *4 (-1213))
+ (-4 *1 (-342 *4 *3 *5)) (-4 *5 (-1235 (-407 *3)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1259 *1)) (-4 *4 (-172))
+ (-4 *1 (-367 *4))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1259 *1)) (-4 *4 (-172))
+ (-4 *1 (-370 *4 *5)) (-4 *5 (-1235 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-409 *3 *4))
+ (-4 *4 (-1235 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-417 *3)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-564)) (|has| *1 (-6 -4407)) (-4 *1 (-373 *3))
+ (-4 *3 (-1209)))))
+(((*1 *1) (-5 *1 (-330))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *4)) (-4 *4 (-845)) (-4 *4 (-363)) (-5 *2 (-768))
+ (-5 *1 (-942 *4 *5)) (-4 *5 (-1235 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-685 *7)) (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5))
+ (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790)) (-5 *1 (-921 *4 *5 *6 *7)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-294 *2)) (-4 *2 (-723)) (-4 *2 (-1209)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-790))
+ (-4 *5 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))) (-4 *6 (-556))
+ (-5 *2 (-2 (|:| -1986 (-949 *6)) (|:| -1351 (-949 *6))))
+ (-5 *1 (-729 *4 *5 *6 *3)) (-4 *3 (-946 (-407 (-949 *6)) *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3))))
+ (-5 *1 (-594 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-407 *6)) (-4 *6 (-1235 *5))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
(-5 *2
- (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-685 *3))))
- (-5 *1 (-982 *4 *3 *5 *6)) (-4 *6 (-721 *3 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-349)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 *3))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4))))
+ (-5 *1 (-807 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-649 (-407 *6))) (-4 *6 (-1235 *5))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-5 *2 (-2 (|:| -3331 (-641 (-407 *6))) (|:| -2394 (-685 *5))))
+ (-5 *1 (-807 *5 *6)) (-5 *4 (-641 (-407 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-407 *6)) (-4 *6 (-1235 *5))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
(-5 *2
- (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-685 *3))))
- (-5 *1 (-1268 *4 *3 *5 *6)) (-4 *6 (-409 *3 *5)))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4))))
+ (-5 *1 (-807 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-650 *6 (-407 *6))) (-4 *6 (-1235 *5))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-5 *2 (-2 (|:| -3331 (-641 (-407 *6))) (|:| -2394 (-685 *5))))
+ (-5 *1 (-807 *5 *6)) (-5 *4 (-641 (-407 *6))))))
+(((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-1261))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1261))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1261)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-949 (-564))) (-5 *2 (-641 *1)) (-4 *1 (-1009))))
+ (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307))
+ (-5 *2 (-641 (-768))) (-5 *1 (-775 *3 *4 *5 *6 *7))
+ (-4 *3 (-1235 *6)) (-4 *7 (-946 *6 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-564)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1046))
+ (-5 *1 (-321 *4 *5 *2 *6)) (-4 *6 (-946 *2 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-38 (-407 (-564))))
+ (-5 *2 (-2 (|:| -3330 (-1150 *4)) (|:| -3344 (-1150 *4))))
+ (-5 *1 (-1156 *4)) (-5 *3 (-1150 *4)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1032))
+ (-5 *1 (-743)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-307)) (-4 *3 (-989 *2)) (-4 *4 (-1235 *3))
+ (-5 *1 (-413 *2 *3 *4 *5)) (-4 *5 (-13 (-409 *3 *4) (-1035 *3))))))
+(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1094)) (-5 *2 (-886 *3 *5)) (-5 *1 (-882 *3 *4 *5))
+ (-4 *3 (-1094)) (-4 *5 (-662 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-940 *4)) (-4 *4 (-1046)) (-5 *1 (-1158 *3 *4))
+ (-14 *3 (-918)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 *4))
+ (-5 *2 (-2 (|:| |radicand| (-407 *5)) (|:| |deg| (-768))))
+ (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434))))
((*1 *2 *3)
- (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *2 (-641 *1)) (-4 *1 (-1009))))
- ((*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-1009)) (-5 *2 (-641 *1))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-569 *3)) (-4 *3 (-1035 (-564)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-4 *1 (-900 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152))
+ (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1250 *4)) (-5 *1 (-1252 *4 *2))
+ (-4 *4 (-38 (-407 (-564)))))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-1229 *3 *2))
+ (-4 *2 (-1235 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
+ (-5 *1 (-574 *5 *3)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-768)) (-5 *1 (-1095 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1094)) (-4 *6 (-1094))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-680 *4 *5 *6)) (-4 *4 (-1094)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-214 *4))
+ (-4 *4
+ (-13 (-847)
+ (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 (*2 $))
+ (-15 -3595 (*2 $)))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1264)) (-5 *1 (-214 *3))
+ (-4 *3
+ (-13 (-847)
+ (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 (*2 $))
+ (-15 -3595 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-502)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170))
+ (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-585 *3)) (-5 *1 (-426 *5 *3))
+ (-4 *3 (-13 (-1194) (-29 *5))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
+ (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2
+ (-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))))
+ (-5 *1 (-205)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-641 (-1170)))
+ (-5 *2 (-641 (-641 (-379)))) (-5 *1 (-1020)) (-5 *5 (-379))))
((*1 *2 *3)
- (-12 (-5 *3 (-1166 (-564))) (-5 *2 (-641 *1)) (-4 *1 (-1009))))
+ (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
+ (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-641 (-1021 (-407 *4)))))
+ (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
((*1 *2 *3)
- (-12 (-5 *3 (-1166 (-407 (-564)))) (-5 *2 (-641 *1)) (-4 *1 (-1009))))
+ (-12 (-5 *3 (-641 (-949 *4)))
+ (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-117 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-117 *2)) (-14 *2 (-564))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-868 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-868 *2)) (-14 *2 (-564))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-564)) (-14 *3 *2) (-5 *1 (-869 *3 *4))
+ (-4 *4 (-866 *3))))
+ ((*1 *1 *1)
+ (-12 (-14 *2 (-564)) (-5 *1 (-869 *2 *3)) (-4 *3 (-866 *2))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-564)) (-4 *1 (-1221 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-1250 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1221 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1250 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-564)) (-5 *1 (-316 *3)) (-4 *3 (-556)) (-4 *3 (-847)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-1208))) (-5 *3 (-1208)) (-5 *1 (-677)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1104)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *1 *2)
+ (-12 (-4 *3 (-1046)) (-5 *1 (-824 *2 *3)) (-4 *2 (-705 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *5)))))
+(((*1 *1 *1) (-4 *1 (-1138))))
+(((*1 *1 *1) (-5 *1 (-1058))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1136 *3 *4)) (-14 *3 (-918)) (-4 *4 (-363))
+ (-5 *1 (-990 *3 *4)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1046)) (-5 *1 (-1231 *3 *2)) (-4 *2 (-1235 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452))
+ (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6)))
+ (-5 *1 (-626 *5 *6)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-302)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-610 *1))) (-5 *3 (-641 *1)) (-4 *1 (-302))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-294 *1))) (-4 *1 (-302))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-294 *1)) (-4 *1 (-302)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1133))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
+ ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263))))
+ ((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467))))
+ ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1166 *3)) (-5 *1 (-911 *3)) (-4 *3 (-307)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-900 *3)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3))
+ (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-186)) (-5 *1 (-138))))
+ ((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-186)))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225)))
+ (-5 *6 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924))
+ (-5 *1 (-922 *3)) (-4 *3 (-612 (-536)))))
+ ((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924))
+ (-5 *1 (-922 *3)) (-4 *3 (-612 (-536)))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923))))
+ ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-923))))
+ ((*1 *1 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-923))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924))))
+ ((*1 *1 *2 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-924))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-924))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-641 (-1 (-225) (-225)))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-924))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-1 (-225) (-225)))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-924))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-924))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
+ (-5 *1 (-924)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-449 *3 *4 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213))
+ (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4406)) (-4 *1 (-602 *4 *3)) (-4 *4 (-1094))
+ (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7))))
+ (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1046)) (-5 *1 (-1231 *3 *2)) (-4 *2 (-1235 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-487)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-307)) (-5 *2 (-112)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1058)) (-5 *3 (-1152)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-685 *2)) (-5 *4 (-768))
+ (-4 *2 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))))
+ (-4 *5 (-1235 *2)) (-5 *1 (-499 *2 *5 *6)) (-4 *6 (-409 *2 *5)))))
+(((*1 *1 *2 *2 *3 *1)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1098)) (-5 *1 (-291)))))
+(((*1 *2)
+ (-12 (-14 *4 (-768)) (-4 *5 (-1209)) (-5 *2 (-134))
+ (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *4 (-363)) (-5 *2 (-134)) (-5 *1 (-328 *3 *4))
+ (-4 *3 (-329 *4))))
+ ((*1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-172))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-564))
+ (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790))
+ (-5 *2 (-564)) (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-977 *3)) (-4 *3 (-1046)) (-5 *2 (-918))))
+ ((*1 *2) (-12 (-4 *1 (-1266 *3)) (-4 *3 (-363)) (-5 *2 (-134)))))
+(((*1 *2 *3) (-12 (-5 *3 (-491)) (-5 *2 (-687 (-579))) (-5 *1 (-579)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949 *5)) (-4 *5 (-1046)) (-5 *2 (-481 *4 *5))
+ (-5 *1 (-941 *4 *5)) (-14 *4 (-641 (-1170))))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *5 (-1035 (-48)))
+ (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4))
+ (-5 *2 (-418 (-1166 (-48)))) (-5 *1 (-435 *4 *5 *3))
+ (-4 *3 (-1235 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
+ (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-1166 *1)) (-4 *1 (-1009)) (-5 *2 (-641 *1))))
+ (-12 (-4 *4 (-556)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
+ (-4 *7 (-989 *4)) (-4 *2 (-683 *7 *8 *9))
+ (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-683 *4 *5 *6))
+ (-4 *8 (-373 *7)) (-4 *9 (-373 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2)) (-4 *2 (-307))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-307)) (-4 *3 (-172)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2))
+ (-4 *2 (-683 *3 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1049 *2 *3 *4 *5 *6)) (-4 *4 (-1046))
+ (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *2 *4)) (-4 *4 (-307)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-556))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-556)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-906)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-418 (-1166 *7)))
+ (-5 *1 (-903 *4 *5 *6 *7)) (-5 *3 (-1166 *7))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-641 *1))
- (-4 *1 (-1063 *4 *3)))))
+ (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5)))
+ (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-418 (-1166 (-564)))) (-5 *1 (-191)) (-5 *3 (-564)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5))
- (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-1272 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556))
- (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1272 *5 *6 *7 *8)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
+ (-12 (|has| *6 (-6 -4407)) (-4 *4 (-363)) (-4 *5 (-373 *4))
+ (-4 *6 (-373 *4)) (-5 *2 (-641 *6)) (-5 *1 (-521 *4 *5 *6 *3))
+ (-4 *3 (-683 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (|has| *9 (-6 -4407)) (-4 *4 (-556)) (-4 *5 (-373 *4))
+ (-4 *6 (-373 *4)) (-4 *7 (-989 *4)) (-4 *8 (-373 *7))
+ (-4 *9 (-373 *7)) (-5 *2 (-641 *6))
+ (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-683 *4 *5 *6))
+ (-4 *10 (-683 *7 *8 *9))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-641 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4))
+ (-4 *6 (-373 *4)) (-5 *2 (-641 *6)) (-5 *1 (-684 *4 *5 *6 *3))
+ (-4 *3 (-683 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556))
+ (-5 *2 (-641 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-1259 (-685 *4))) (-5 *1 (-90 *4 *5))
+ (-5 *3 (-685 *4)) (-4 *5 (-652 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *1 (-59 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-59 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-859))))
+ ((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-959)))))
+(((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-697))))
+ ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-697)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *1 (-231 *4))
+ (-4 *4 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-768))))
+ ((*1 *1 *1) (-4 *1 (-233)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-266 *3)) (-4 *3 (-847))))
+ ((*1 *1 *1) (-12 (-4 *1 (-266 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213))
+ (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4))
+ (-4 *4 (-1235 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-363) (-147))) (-5 *1 (-399 *2 *3))
+ (-4 *3 (-1235 *2))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-474 *3 *4 *5))
+ (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-363)) (-4 *2 (-897 *3)) (-5 *1 (-585 *2))
+ (-5 *3 (-1170))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-585 *2)) (-4 *2 (-363))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 (-768))) (-4 *1 (-897 *4))
+ (-4 *4 (-1094))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *1 (-897 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *1 (-897 *3)) (-4 *3 (-1094))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-897 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1161 *3 *4 *5))
+ (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1167 *3 *4 *5))
+ (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1168 *3 *4 *5))
+ (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1223 *3 *4 *5))
+ (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1235 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1244 *3 *4 *5))
+ (-4 *3 (-1046)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1251 *3 *4 *5))
+ (-4 *3 (-1046)) (-14 *5 *3))))
+(((*1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1192)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-966 *4 *3))
+ (-4 *3 (-1235 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-768)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564))
+ (-14 *4 *2) (-4 *5 (-172))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-918)) (-5 *1 (-165 *3 *4))
+ (-4 *3 (-166 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-918))))
+ ((*1 *2)
+ (-12 (-4 *1 (-370 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3))
+ (-5 *2 (-918))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
+ (-5 *2 (-768)) (-5 *1 (-521 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)) (-4 *5 (-363))
+ (-5 *2 (-768)) (-5 *1 (-663 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4407))))
+ (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4407)))) (-5 *2 (-768))
+ (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-768))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4))
+ (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-684 *4 *5 *6 *3))
+ (-4 *3 (-683 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556))
+ (-5 *2 (-768)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1094)) (-5 *2 (-886 *3 *4)) (-5 *1 (-882 *3 *4 *5))
+ (-4 *3 (-1094)) (-4 *5 (-662 *4)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-169 (-225)))) (-5 *2 (-1032))
+ (-5 *1 (-751)))))
+(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
+ (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225)))
+ (-5 *5 (-1088 (-225))) (-5 *6 (-564)) (-5 *2 (-1204 (-923)))
+ (-5 *1 (-318))))
+ ((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
+ (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225)))
+ (-5 *5 (-1088 (-225))) (-5 *6 (-564)) (-5 *7 (-1152))
+ (-5 *2 (-1204 (-923))) (-5 *1 (-318))))
+ ((*1 *2 *3 *3 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225)))
+ (-5 *5 (-1088 (-225))) (-5 *6 (-225)) (-5 *7 (-564))
+ (-5 *2 (-1204 (-923))) (-5 *1 (-318))))
+ ((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
+ (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225)))
+ (-5 *5 (-1088 (-225))) (-5 *6 (-225)) (-5 *7 (-564)) (-5 *8 (-1152))
+ (-5 *2 (-1204 (-923))) (-5 *1 (-318)))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12
+ (-4 *4 (-13 (-147) (-27) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-4 *5 (-1235 *4)) (-5 *2 (-1166 (-407 *5))) (-5 *1 (-613 *4 *5))
+ (-5 *3 (-407 *5))))
+ ((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5))
+ (-4 *5 (-13 (-147) (-27) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-5 *2 (-1166 (-407 *6))) (-5 *1 (-613 *5 *6)) (-5 *3 (-407 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1235 *6))
+ (-4 *6 (-13 (-27) (-430 *5)))
+ (-4 *5 (-13 (-847) (-556) (-1035 (-564)))) (-4 *8 (-1235 (-407 *7)))
+ (-5 *2 (-585 *3)) (-5 *1 (-552 *5 *6 *7 *8 *3))
+ (-4 *3 (-342 *6 *7 *8)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *2)) (-4 *2 (-172))))
+ ((*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-416 *3 *2)) (-4 *3 (-417 *2))))
+ ((*1 *2) (-12 (-4 *1 (-417 *2)) (-4 *2 (-172)))))
+(((*1 *1 *1 *2)
+ (-12
(-5 *2
- (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564))
- (|:| |success| (-112))))
- (-5 *1 (-786)) (-5 *5 (-564)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-91 *3)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
- (|partial| -12 (-5 *5 (-1170))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-641 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -3526 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1194) (-27) (-430 *8)))
- (-4 *8 (-13 (-452) (-847) (-147) (-1035 *3) (-637 *3)))
- (-5 *3 (-564)) (-5 *2 (-641 *4)) (-5 *1 (-1011 *8 *4)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+ (-2 (|:| -3946 (-641 (-859))) (|:| -1986 (-641 (-859)))
+ (|:| |presup| (-641 (-859))) (|:| -3377 (-641 (-859)))
+ (|:| |args| (-641 (-859)))))
+ (-5 *1 (-1170))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-641 (-859)))) (-5 *1 (-1170)))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-363) (-147) (-1035 (-564))))
+ (-4 *5 (-1235 *4)) (-5 *2 (-641 (-407 *5))) (-5 *1 (-1013 *4 *5))
+ (-5 *3 (-407 *5)))))
+(((*1 *1) (-5 *1 (-1076))))
+(((*1 *2 *1) (-12 (-5 *1 (-585 *2)) (-4 *2 (-363)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-918)) (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368))))
- ((*1 *2 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-363))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-370 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1259 *4)) (-5 *3 (-918)) (-4 *4 (-349))
- (-5 *1 (-528 *4))))
+ (-12 (-5 *2 (-768)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-172))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1280 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-1046)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *5 (-610 *4)) (-5 *6 (-1170))
+ (-4 *4 (-13 (-430 *7) (-27) (-1194)))
+ (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4))))
+ (-5 *1 (-566 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1046)) (-14 *3 (-641 (-1170)))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1046) (-847)))
+ (-14 *3 (-641 (-1170))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-768)) (-5 *1 (-586 *2)) (-4 *2 (-545))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-2 (|:| -3655 *3) (|:| -1558 (-768)))) (-5 *1 (-586 *3))
+ (-4 *3 (-545)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(((*1 *1) (-5 *1 (-506))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-183)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-307)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
+ (-5 *1 (-1118 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-564)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-307))
+ (-4 *9 (-946 *8 *6 *7))
+ (-5 *2 (-2 (|:| -3194 (-1166 *9)) (|:| |polval| (-1166 *8))))
+ (-5 *1 (-739 *6 *7 *8 *9)) (-5 *3 (-1166 *9)) (-5 *4 (-1166 *8)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1114)) (-4 *4 (-349))
+ (-5 *1 (-528 *4)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1134 *4 *5)) (-4 *4 (-13 (-1094) (-34)))
+ (-4 *5 (-13 (-1094) (-34))) (-5 *2 (-112)) (-5 *1 (-1135 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-847))
+ (-5 *2
+ (-2 (|:| |f1| (-641 *4)) (|:| |f2| (-641 (-641 (-641 *4))))
+ (|:| |f3| (-641 (-641 *4))) (|:| |f4| (-641 (-641 (-641 *4))))))
+ (-5 *1 (-1180 *4)) (-5 *3 (-641 (-641 (-641 *4)))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2))
+ (|has| *2 (-6 (-4408 "*"))) (-4 *2 (-1046))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-172))
+ (-5 *1 (-684 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5))))
((*1 *2 *1)
(-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
- (-4 *5 (-238 *3 *2)) (-4 *2 (-1046)))))
+ (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4408 "*"))) (-4 *2 (-1046)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-556)))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *1 (-801 *4 *2)) (-4 *2 (-13 (-29 *4) (-1194) (-956))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1032)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-1158 3 *3))))
+ ((*1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1261))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1261)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
+ (-4 *3 (-13 (-1094) (-34))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-564)) (-5 *1 (-486 *4))
- (-4 *4 (-1235 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262))))
- ((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))))
+ (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1046) (-847)))
+ (-14 *3 (-641 (-1170))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-1187)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
+ (-12 (-5 *4 (-685 (-564))) (-5 *5 (-112)) (-5 *7 (-685 (-225)))
+ (-5 *3 (-564)) (-5 *6 (-225)) (-5 *2 (-1032)) (-5 *1 (-751)))))
+(((*1 *1) (-5 *1 (-1264))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12
+ (-5 *3
+ (-1 (-3 (-2 (|:| -3521 *4) (|:| |coeff| *4)) "failed") *4))
+ (-4 *4 (-363)) (-5 *1 (-574 *4 *2)) (-4 *2 (-1235 *4)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-641
+ (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 *3))
+ (|:| |logand| (-1166 *3)))))
+ (-5 *1 (-585 *3)) (-4 *3 (-363)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 *4))))
+ (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-641 *7)) (-5 *3 (-564)) (-4 *7 (-946 *4 *5 *6))
+ (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-5 *1 (-449 *4 *5 *6 *7)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-38 (-407 (-564))))
+ (-4 *2 (-172)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5)))
+ (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
+(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261))))
+ ((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-342 *4 *5 *6)) (-4 *4 (-1213))
+ (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5)))
+ (-5 *2 (-2 (|:| |num| (-685 *5)) (|:| |den| *5))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))))
+(((*1 *2 *3) (-12 (-5 *3 (-641 (-52))) (-5 *2 (-1264)) (-5 *1 (-860)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-1259
+ (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225))
+ (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -2779 (-564))
+ (|:| -4114 (-564)) (|:| |spline| (-564)) (|:| -2431 (-564))
+ (|:| |axesColor| (-871)) (|:| -2521 (-564))
+ (|:| |unitsColor| (-871)) (|:| |showing| (-564)))))
+ (-5 *1 (-1260)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1235 (-564))) (-5 *1 (-486 *3)))))
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4))))
+ (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
(((*1 *2 *1)
- (-12 (|has| *1 (-6 -4412)) (-4 *1 (-489 *3)) (-4 *3 (-1209))
- (-5 *2 (-641 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-734 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-439))) (-5 *1 (-862)))))
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-5 *2 (-1166 *3)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-564)) (-5 *1 (-379)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))))
+(((*1 *2 *1) (-12 (-5 *2 (-821)) (-5 *1 (-822)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1187)))))
+(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-771)) (-5 *1 (-114))))
+ ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-771)) (-5 *1 (-114)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-649 *4)) (-4 *4 (-342 *5 *6 *7))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6)))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4))))
+ (-5 *1 (-803 *5 *6 *7 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))))
+(((*1 *1 *1 *1) (-4 *1 (-302))) ((*1 *1 *1) (-4 *1 (-302))))
+(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))))
+(((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262))))
+ ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564)))
+ (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3))
+ (-4 *2
+ (-13 (-363) (-302)
+ (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $))
+ (-15 -3693 ((-1119 *3 (-610 $)) $))
+ (-15 -1831 ($ (-1119 *3 (-610 $))))))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-644 *3)) (-4 *3 (-1046))
+ (-5 *1 (-711 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-833 *3)))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-564)) (|has| *1 (-6 -4407)) (-4 *1 (-1247 *3))
+ (-4 *3 (-1209)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-641 (-294 *4))) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847))
+ (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))))
+(((*1 *2 *1)
+ (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172))
+ (-4 *5 (-238 (-2828 *3) (-768)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1468 *2) (|:| -1558 *5))
+ (-2 (|:| -1468 *2) (|:| -1558 *5))))
+ (-4 *2 (-847)) (-5 *1 (-461 *3 *4 *2 *5 *6 *7))
+ (-4 *7 (-946 *4 *5 (-861 *3))))))
+(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-257)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-364 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-5 *2 (-1152)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1259 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-4 *4 (-1209)) (-5 *2 (-112))
+ (-5 *1 (-1150 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1170))
+ (-5 *2
+ (-2 (|:| |zeros| (-1150 (-225))) (|:| |ones| (-1150 (-225)))
+ (|:| |singularities| (-1150 (-225)))))
+ (-5 *1 (-105)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-1 (-641 *5) *6))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-4 *6 (-1235 *5)) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-649 (-407 *7))) (-5 *4 (-1 (-641 *6) *7))
+ (-5 *5 (-1 (-418 *7) *7))
+ (-4 *6 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-4 *7 (-1235 *6)) (-5 *2 (-641 (-407 *7))) (-5 *1 (-809 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-1 (-641 *5) *6))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-4 *6 (-1235 *5)) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-650 *7 (-407 *7))) (-5 *4 (-1 (-641 *6) *7))
+ (-5 *5 (-1 (-418 *7) *7))
+ (-4 *6 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-4 *7 (-1235 *6)) (-5 *2 (-641 (-407 *7))) (-5 *1 (-809 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-649 (-407 *5))) (-4 *5 (-1235 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-5 *2 (-641 (-407 *5))) (-5 *1 (-809 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-1 (-418 *6) *6))
+ (-4 *6 (-1235 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-650 *5 (-407 *5))) (-4 *5 (-1235 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-5 *2 (-641 (-407 *5))) (-5 *1 (-809 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-1 (-418 *6) *6))
+ (-4 *6 (-1235 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-3 (-407 (-949 *5)) (-1159 (-1170) (-949 *5))))
+ (-4 *5 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *5)))))
+ (-5 *1 (-292 *5)) (-5 *4 (-685 (-407 (-949 *5)))))))
+(((*1 *2 *1) (-12 (-4 *1 (-509 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-847)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-695)) (-5 *1 (-305)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+(((*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262))))
+ ((*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-747)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-602 *2 *3)) (-4 *3 (-1209)) (-4 *2 (-1094))
+ (-4 *2 (-847)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032))
+ (-5 *1 (-745)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-128)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-564)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1209))
+ (-4 *5 (-373 *4)) (-4 *3 (-373 *4)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *1 (-231 *4))
+ (-4 *4 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-768))))
+ ((*1 *1 *1) (-4 *1 (-233)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4))
+ (-4 *4 (-1235 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-363) (-147))) (-5 *1 (-399 *2 *3))
+ (-4 *3 (-1235 *2))))
+ ((*1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 (-768))) (-4 *1 (-897 *4))
+ (-4 *4 (-1094))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *1 (-897 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *1 (-897 *3)) (-4 *3 (-1094))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-897 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *1) (-12 (-4 *1 (-425 *3)) (-4 *3 (-1094)) (-5 *2 (-768)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-363) (-1194) (-999))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-641 (-685 *4))) (-5 *2 (-685 *4)) (-4 *4 (-1046))
+ (-5 *1 (-1026 *4)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564)))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-902 *3))) (-4 *3 (-1094)) (-5 *1 (-901 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-504 *3 *4 *5 *6))) (-4 *3 (-363)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
+ (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7))
+ (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1))
+ (-4 *1 (-1066 *4 *5 *6 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
+(((*1 *1) (-5 *1 (-141))))
+(((*1 *2 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307))))
+ ((*1 *2 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307))))
+ ((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-307))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1055)) (-5 *2 (-564)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))))
+(((*1 *2 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1003)))))
+(((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-112)) (-5 *1 (-889 *4))
+ (-4 *4 (-1094)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
+ (-247 *4 (-407 (-564)))))
+ (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112))
+ (-5 *1 (-505 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-768)) (-4 *5 (-363)) (-5 *2 (-407 *6))
+ (-5 *1 (-864 *5 *4 *6)) (-4 *4 (-1250 *5)) (-4 *6 (-1235 *5))))
+ ((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-768)) (-5 *4 (-1251 *5 *6 *7)) (-4 *5 (-363))
+ (-14 *6 (-1170)) (-14 *7 *5) (-5 *2 (-407 (-1232 *6 *5)))
+ (-5 *1 (-865 *5 *6 *7))))
+ ((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-768)) (-5 *4 (-1251 *5 *6 *7)) (-4 *5 (-363))
+ (-14 *6 (-1170)) (-14 *7 *5) (-5 *2 (-407 (-1232 *6 *5)))
+ (-5 *1 (-865 *5 *6 *7)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147))
+ (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-974 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-764 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))))
+(((*1 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-452)) (-4 *3 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
+ (-5 *1 (-449 *4 *3 *5 *6)) (-4 *6 (-946 *4 *3 *5)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
+ (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))))
+ (-5 *2 (-1032)) (-5 *1 (-746))))
+ ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
+ (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))))
+ (-5 *8 (-388)) (-5 *2 (-1032)) (-5 *1 (-746)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
+ (-5 *2 (-768)) (-5 *1 (-521 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-768))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4))
+ (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-684 *4 *5 *6 *3))
+ (-4 *3 (-683 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556))
+ (-5 *2 (-768)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-836))
+ (-5 *3
+ (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225)))
+ (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225))))
+ (|:| |ub| (-641 (-840 (-225))))))
+ (-5 *2 (-1032))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-836))
+ (-5 *3
+ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))
+ (-5 *2 (-1032)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *3 *3 *2 *4)
+ (-12 (-5 *3 (-685 *2)) (-5 *4 (-564))
+ (-4 *2 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))))
+ (-4 *5 (-1235 *2)) (-5 *1 (-499 *2 *5 *6)) (-4 *6 (-409 *2 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |preimage| (-641 *3)) (|:| |image| (-641 *3))))
+ (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-363)) (-4 *3 (-1046))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -1426 *1)))
+ (-4 *1 (-849 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))))
+(((*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-558 *3)) (-4 *3 (-545))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3))
+ (-5 *1 (-739 *4 *5 *6 *3)) (-4 *3 (-946 *6 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307))
+ (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-418 (-1166 *7)))
+ (-5 *1 (-739 *4 *5 *6 *7)) (-5 *3 (-1166 *7))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-452)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-418 *1)) (-4 *1 (-946 *3 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-452)) (-5 *2 (-418 *3))
+ (-5 *1 (-976 *4 *5 *6 *3)) (-4 *3 (-946 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-452))
+ (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-418 (-1166 (-407 *7))))
+ (-5 *1 (-1165 *4 *5 *6 *7)) (-5 *3 (-1166 (-407 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-418 *1)) (-4 *1 (-1213))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-418 *3)) (-5 *1 (-1238 *4 *3))
+ (-4 *3 (-13 (-1235 *4) (-556) (-10 -8 (-15 -2777 ($ $ $)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
+ (-14 *5 (-641 (-1170)))
+ (-5 *2
+ (-641 (-1140 *4 (-531 (-861 *6)) (-861 *6) (-777 *4 (-861 *6)))))
+ (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))))
+(((*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789))))
((*1 *1 *1)
(-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1046)) (-14 *3 (-641 (-1170)))))
@@ -382,10 +5123,10 @@
(-12 (-4 *1 (-382 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1094))))
((*1 *1 *1)
(-12 (-14 *2 (-641 (-1170))) (-4 *3 (-172))
- (-4 *5 (-238 (-3435 *2) (-768)))
+ (-4 *5 (-238 (-2828 *2) (-768)))
(-14 *6
- (-1 (-112) (-2 (|:| -1359 *4) (|:| -2954 *5))
- (-2 (|:| -1359 *4) (|:| -2954 *5))))
+ (-1 (-112) (-2 (|:| -1468 *4) (|:| -1558 *5))
+ (-2 (|:| -1468 *4) (|:| -1558 *5))))
(-5 *1 (-461 *2 *3 *4 *5 *6 *7)) (-4 *4 (-847))
(-4 *7 (-946 *3 *5 (-861 *2)))))
((*1 *1 *1) (-12 (-4 *1 (-509 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-847))))
@@ -401,95 +5142,137 @@
(-4 *2 (-847))))
((*1 *1 *1)
(-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-564))
- (-14 *6 (-768)) (-4 *7 (-172)) (-4 *8 (-172))
- (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *9)) (-4 *9 (-1046)) (-4 *5 (-847)) (-4 *6 (-790))
- (-4 *8 (-1046)) (-4 *2 (-946 *9 *7 *5))
- (-5 *1 (-725 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-790))
- (-4 *4 (-946 *8 *6 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1) (-4 *1 (-493)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-349)) (-4 *2 (-1046)) (-5 *1 (-709 *2 *3))
+ (-4 *3 (-1235 *2)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-564)) (-5 *2 (-641 (-641 (-225)))) (-5 *1 (-1205)))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-586 *2)) (-4 *2 (-545)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |cd| (-1152)) (|:| -2540 (-1152))))
- (-5 *1 (-819)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
- ((*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-468)) (-5 *3 (-641 (-263))) (-5 *1 (-1260))))
- ((*1 *1 *1) (-5 *1 (-1260))))
-(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-379)) (-5 *1 (-1037)))))
+ (-12 (-5 *2 (-610 *4)) (-5 *1 (-609 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-847)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-434)) (-4 *5 (-847))
+ (-5 *1 (-1100 *5 *4)) (-4 *4 (-430 *5)))))
+(((*1 *1) (-5 *1 (-291))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172))
+ (-4 *5 (-1235 *4)) (-5 *2 (-685 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4))
+ (-5 *1 (-408 *3 *4 *5)) (-4 *3 (-409 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3))
+ (-5 *2 (-685 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-955 *3)) (-5 *1 (-1157 *4 *3))
+ (-4 *3 (-1235 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-641 (-1166 (-564)))) (-5 *1 (-191)) (-5 *3 (-564)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1056 (-1021 *3) (-1166 (-1021 *3))))
- (-5 *1 (-1021 *3)) (-4 *3 (-13 (-845) (-363) (-1019))))))
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1) (-4 *1 (-493)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
(((*1 *2 *1)
(-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1))
(-4 *1 (-946 *3 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 *5)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564))
- (-14 *4 (-768)) (-4 *5 (-172)))))
-(((*1 *1 *1) (-12 (-5 *1 (-1195 *2)) (-4 *2 (-1094)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379)))
+ (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
+ (-5 *1 (-1169)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-819)))))
+(((*1 *2 *1 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-307))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -1426 *1)))
+ (-4 *1 (-307)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
+(((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-768)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-768)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-407 (-949 (-169 (-564))))))
+ (-5 *2 (-641 (-641 (-294 (-949 (-169 *4)))))) (-5 *1 (-378 *4))
+ (-4 *4 (-13 (-363) (-845)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-294 (-407 (-949 (-169 (-564)))))))
+ (-5 *2 (-641 (-641 (-294 (-949 (-169 *4)))))) (-5 *1 (-378 *4))
+ (-4 *4 (-13 (-363) (-845)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 (-169 (-564)))))
+ (-5 *2 (-641 (-294 (-949 (-169 *4))))) (-5 *1 (-378 *4))
+ (-4 *4 (-13 (-363) (-845)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-294 (-407 (-949 (-169 (-564))))))
+ (-5 *2 (-641 (-294 (-949 (-169 *4))))) (-5 *1 (-378 *4))
+ (-4 *4 (-13 (-363) (-845))))))
+(((*1 *1)
+ (-12 (-4 *1 (-404)) (-4338 (|has| *1 (-6 -4397)))
+ (-4338 (|has| *1 (-6 -4389)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-847))))
+ ((*1 *1) (-4 *1 (-841))) ((*1 *1 *1 *1) (-4 *1 (-847)))
+ ((*1 *2 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847)))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-144)) (-5 *2 (-112)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-556)) (-4 *3 (-1046))
+ (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-849 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-556)) (-4 *5 (-1046))
+ (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-850 *5 *3))
+ (-4 *3 (-849 *5)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-307))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-447 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6))
- (-4 *4 (-307)) (-4 *5 (-790)) (-4 *6 (-847))
- (-5 *1 (-447 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6))
- (-4 *4 (-307)) (-4 *5 (-790)) (-4 *6 (-847))
- (-5 *1 (-447 *4 *5 *6 *7)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-147)) (-4 *2 (-307)) (-4 *2 (-452)) (-4 *3 (-847))
- (-4 *4 (-790)) (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-316 (-564))) (-5 *1 (-1113))))
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
- (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225)))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210)))) (-5 *3 (-225))
- (-5 *2 (-1032)) (-5 *1 (-745)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225)))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-63 LSFUN2))))
- (-5 *2 (-1032)) (-5 *1 (-750)))))
-(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
- (-12 (-5 *4 (-564))
- (-5 *6
- (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -4168 (-379))))
- (-5 *7 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
- (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
- (-5 *1 (-785))))
- ((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
- (-12 (-5 *4 (-564))
- (-5 *6
- (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -4168 (-379))))
- (-5 *7 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
- (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
- (-5 *1 (-785)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *4 (-363)) (-4 *5 (-1235 *4)) (-5 *2 (-1264))
- (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1235 (-407 *5))) (-14 *7 *6))))
-(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
- (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564))
- (-5 *2 (-1032)) (-5 *1 (-753)))))
-(((*1 *1) (-5 *1 (-186))))
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1) (-4 *1 (-493)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046))))
((*1 *2 *1)
(-12 (-4 *2 (-1046)) (-5 *1 (-50 *2 *3)) (-14 *3 (-641 (-1170)))))
@@ -499,10 +5282,10 @@
((*1 *2 *1)
(-12 (-4 *1 (-382 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1046))))
((*1 *2 *1)
- (-12 (-14 *3 (-641 (-1170))) (-4 *5 (-238 (-3435 *3) (-768)))
+ (-12 (-14 *3 (-641 (-1170))) (-4 *5 (-238 (-2828 *3) (-768)))
(-14 *6
- (-1 (-112) (-2 (|:| -1359 *4) (|:| -2954 *5))
- (-2 (|:| -1359 *4) (|:| -2954 *5))))
+ (-1 (-112) (-2 (|:| -1468 *4) (|:| -1558 *5))
+ (-2 (|:| -1468 *4) (|:| -1558 *5))))
(-4 *2 (-172)) (-5 *1 (-461 *3 *2 *4 *5 *6 *7)) (-4 *4 (-847))
(-4 *7 (-946 *2 *5 (-861 *3)))))
((*1 *2 *1) (-12 (-4 *1 (-509 *2 *3)) (-4 *3 (-847)) (-4 *2 (-1094))))
@@ -519,47 +5302,80 @@
((*1 *1 *1 *2)
(-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
(-4 *2 (-847)))))
-(((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-403 *3)) (-4 *3 (-404))))
- ((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-403 *3)) (-4 *3 (-404))))
- ((*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4403)) (-4 *1 (-404))))
- ((*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918))))
- ((*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-1150 (-564))))))
-(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046))
- (-5 *2 (-641 (-641 (-641 (-768))))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1259 *5)) (-4 *5 (-637 *4)) (-4 *4 (-556))
- (-5 *2 (-112)) (-5 *1 (-636 *4 *5)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-768)) (-5 *1 (-1095 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-446)) (-5 *3 (-564)))))
+ (-12 (-4 *4 (-13 (-556) (-147))) (-5 *2 (-641 *3))
+ (-5 *1 (-1229 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *2 *2 *3 *3)
+ (-12 (-5 *3 (-768)) (-4 *4 (-1046)) (-5 *1 (-1231 *4 *2))
+ (-4 *2 (-1235 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-192))))
+ ((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-300))))
+ ((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-305)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-418 (-1166 *1))) (-5 *1 (-316 *4)) (-5 *3 (-1166 *1))
- (-4 *4 (-452)) (-4 *4 (-556)) (-4 *4 (-847))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-820)) (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-918)) (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-789))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-407 (-564))) (-4 *1 (-1240 *3)) (-4 *3 (-1046)))))
-(((*1 *1) (-5 *1 (-186))))
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4))
+ (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-407 (-564))) (-4 *1 (-554 *3))
+ (-4 *3 (-13 (-404) (-1194)))))
+ ((*1 *1 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194)))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-641 (-2 (|:| |totdeg| (-768)) (|:| -3194 *3))))
+ (-5 *4 (-768)) (-4 *3 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790))
+ (-4 *7 (-847)) (-5 *1 (-449 *5 *6 *7 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-687 (-870 (-963 *3) (-963 *3)))) (-5 *1 (-963 *3))
+ (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-4 *1 (-132)) (-5 *2 (-768))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-5 *2 (-564)) (-4 *1 (-373 *3)) (-4 *3 (-1209))
+ (-4 *3 (-1094))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-373 *3)) (-4 *3 (-1209)) (-4 *3 (-1094))
+ (-5 *2 (-564))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-373 *4)) (-4 *4 (-1209))
+ (-5 *2 (-564))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-529))))
+ ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-564)) (-5 *3 (-141))))
+ ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-564)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999)))
+ (-5 *1 (-176 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *1 *1) (-4 *1 (-493)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789))))
((*1 *2 *1)
(-12 (-4 *1 (-382 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1094))))
((*1 *2 *1)
(-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172))
- (-4 *6 (-238 (-3435 *3) (-768)))
+ (-4 *6 (-238 (-2828 *3) (-768)))
(-14 *7
- (-1 (-112) (-2 (|:| -1359 *5) (|:| -2954 *6))
- (-2 (|:| -1359 *5) (|:| -2954 *6))))
+ (-1 (-112) (-2 (|:| -1468 *5) (|:| -1558 *6))
+ (-2 (|:| -1468 *5) (|:| -1558 *6))))
(-5 *2 (-710 *5 *6 *7)) (-5 *1 (-461 *3 *4 *5 *6 *7 *8))
(-4 *5 (-847)) (-4 *8 (-946 *4 *6 (-861 *3)))))
((*1 *2 *1)
@@ -568,135 +5384,278 @@
((*1 *1 *1)
(-12 (-4 *1 (-970 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-789))
(-4 *4 (-847)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1262)))))
-(((*1 *2 *2 *2)
- (-12
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-641 *7)) (-5 *5 (-641 (-641 *8))) (-4 *7 (-847))
+ (-4 *8 (-307)) (-4 *6 (-790)) (-4 *9 (-946 *8 *6 *7))
(-5 *2
- (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-685 *3))))
- (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))))
- (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 *6)) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-768))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *2 (-768)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-819)))))
+ (-2 (|:| |unitPart| *9)
+ (|:| |suPart|
+ (-641 (-2 (|:| -3070 (-1166 *9)) (|:| -1558 (-564)))))))
+ (-5 *1 (-739 *6 *7 *8 *9)) (-5 *3 (-1166 *9)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-247 *5 *6))) (-4 *6 (-452))
+ (-5 *2 (-247 *5 *6)) (-14 *5 (-641 (-1170))) (-5 *1 (-629 *5 *6)))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -3331 (-641 *1))))
+ (-4 *1 (-367 *3))))
+ ((*1 *2)
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-453 *3 *4 *5 *6))
+ (|:| -3331 (-641 (-453 *3 *4 *5 *6)))))
+ (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-302))))
+ ((*1 *1 *1) (-4 *1 (-302)))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
+ ((*1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949 *4)) (-4 *4 (-13 (-307) (-147)))
+ (-4 *2 (-946 *4 *6 *5)) (-5 *1 (-921 *4 *5 *6 *2))
+ (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)))))
+(((*1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-407 (-564))) (-4 *4 (-1035 (-564)))
+ (-4 *4 (-13 (-847) (-556))) (-5 *1 (-32 *4 *2)) (-4 *2 (-430 *4))))
+ ((*1 *1 *1 *1) (-5 *1 (-134)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-225)))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-243)) (-5 *2 (-564))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-407 (-564))) (-4 *4 (-363)) (-4 *4 (-38 *3))
+ (-4 *5 (-1250 *4)) (-5 *1 (-278 *4 *5 *2)) (-4 *2 (-1221 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-407 (-564))) (-4 *4 (-363)) (-4 *4 (-38 *3))
+ (-4 *5 (-1219 *4)) (-5 *1 (-279 *4 *5 *2 *6)) (-4 *2 (-1242 *4 *5))
+ (-4 *6 (-980 *5))))
+ ((*1 *1 *1 *1) (-4 *1 (-284)))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-361 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *1) (-5 *1 (-379)))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-386 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-430 *3)) (-4 *3 (-847)) (-4 *3 (-1106))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-473)) (-5 *2 (-564))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1259 *4)) (-5 *3 (-564)) (-4 *4 (-349))
+ (-5 *1 (-528 *4))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-536))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-536))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *4 (-1094))
+ (-5 *1 (-678 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-4 *3 (-363))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-685 *4)) (-5 *3 (-768)) (-4 *4 (-1046))
+ (-5 *1 (-686 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-564)) (-4 *3 (-1046)) (-5 *1 (-711 *3 *4))
+ (-4 *4 (-644 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *3 (-564)) (-4 *4 (-1046))
+ (-5 *1 (-711 *4 *5)) (-4 *5 (-644 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-723)) (-5 *2 (-768))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-816 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-833 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *3 (-564)) (-5 *1 (-833 *4)) (-4 *4 (-1046))))
+ ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-889 *3)) (-4 *3 (-1094))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-999)) (-5 *2 (-407 (-564)))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1106)) (-5 *2 (-918))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-564)) (-4 *1 (-1117 *3 *4 *5 *6)) (-4 *4 (-1046))
+ (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)) (-4 *4 (-363))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-556) (-847)))
+ (-4 *2 (-13 (-430 (-169 *4)) (-999) (-1194)))
+ (-5 *1 (-598 *4 *3 *2)) (-4 *3 (-13 (-430 *4) (-999) (-1194))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-687 (-870 (-963 *3) (-963 *3)))) (-5 *1 (-963 *3))
+ (-4 *3 (-1094)))))
+(((*1 *1 *1) (-5 *1 (-1058))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *1 *1) (-4 *1 (-493)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1166 *1)) (-5 *4 (-1170)) (-4 *1 (-27))
- (-5 *2 (-641 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1166 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-641 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *3))))
+ (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *6)) (-4 *5 (-1094))
+ (-4 *6 (-1209)) (-5 *2 (-1 *6 *5)) (-5 *1 (-638 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-316 (-225))) (-5 *4 (-641 (-1170)))
- (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-407 (-564))) (-5 *1 (-594 *3)) (-4 *3 (-38 *2))
- (-4 *3 (-1046)))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1235 *6))
- (-4 *6 (-13 (-363) (-147) (-1035 *4))) (-5 *4 (-564))
- (-5 *2
- (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112))))
- (|:| -2026
- (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
- (|:| |beta| *3)))))
- (-5 *1 (-1012 *6 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *2 (-641 *4)) (-5 *1 (-776 *4))
- (-4 *4 (-13 (-363) (-845))))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-316 (-225))) (-5 *1 (-267)))))
-(((*1 *1) (-5 *1 (-186))))
+ (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-4 *5 (-1094))
+ (-4 *2 (-1209)) (-5 *1 (-638 *5 *2))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 *5)) (-4 *6 (-1094))
+ (-4 *5 (-1209)) (-5 *2 (-1 *5 *6)) (-5 *1 (-638 *6 *5))))
+ ((*1 *2 *3 *4 *5 *2)
+ (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-4 *5 (-1094))
+ (-4 *2 (-1209)) (-5 *1 (-638 *5 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-641 *5)) (-5 *4 (-641 *6))
+ (-4 *5 (-1094)) (-4 *6 (-1209)) (-5 *1 (-638 *5 *6))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-5 *6 (-1 *2 *5))
+ (-4 *5 (-1094)) (-4 *2 (-1209)) (-5 *1 (-638 *5 *2))))
+ ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-144)) (-5 *2 (-768)))))
+(((*1 *2 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-748)))))
(((*1 *2 *1) (-12 (-4 *1 (-326 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046))))
((*1 *2 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-13 (-847) (-556))))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-641 (-481 *4 *5))) (-5 *3 (-641 (-861 *4)))
- (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-471 *4 *5 *6))
- (-4 *6 (-452)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-402)) (-5 *2 (-768))))
+ ((*1 *1 *1) (-4 *1 (-402))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 (-169 (-564))))) (-5 *2 (-641 (-169 *4)))
+ (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-641 (-407 (-949 (-169 (-564))))))
+ (-5 *4 (-641 (-1170))) (-5 *2 (-641 (-641 (-169 *5))))
+ (-5 *1 (-378 *5)) (-4 *5 (-13 (-363) (-845))))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4406)) (-4 *1 (-151 *2)) (-4 *2 (-1209))
+ (-4 *2 (-1094)))))
+(((*1 *2 *3 *4 *4 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847))))
+ (-12 (-5 *2 (-687 (-870 (-963 *3) (-963 *3)))) (-5 *1 (-963 *3))
+ (-4 *3 (-1094)))))
+(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-643 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1259 *4)) (-4 *4 (-417 *3)) (-4 *3 (-307))
+ (-4 *3 (-556)) (-5 *1 (-43 *3 *4))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-790)) (-4 *5 (-1046)) (-4 *6 (-946 *5 *4 *2))
- (-4 *2 (-847)) (-5 *1 (-947 *4 *2 *5 *6 *3))
- (-4 *3
- (-13 (-363)
- (-10 -8 (-15 -1721 ($ *6)) (-15 -2654 (*6 $))
- (-15 -2663 (*6 $)))))))
+ (-12 (-5 *3 (-918)) (-4 *4 (-363)) (-5 *2 (-1259 *1))
+ (-4 *1 (-329 *4))))
+ ((*1 *2) (-12 (-4 *3 (-363)) (-5 *2 (-1259 *1)) (-4 *1 (-329 *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-1259 *1))
+ (-4 *1 (-409 *3 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4))
+ (-5 *2 (-1259 *6)) (-5 *1 (-413 *3 *4 *5 *6))
+ (-4 *6 (-13 (-409 *4 *5) (-1035 *4)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4))
+ (-5 *2 (-1259 *6)) (-5 *1 (-414 *3 *4 *5 *6 *7))
+ (-4 *6 (-409 *4 *5)) (-14 *7 *2)))
+ ((*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1259 *1)) (-4 *1 (-417 *3))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556))
- (-5 *2 (-1170)) (-5 *1 (-1040 *4)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
- ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-768)) (-4 *4 (-13 (-556) (-147)))
- (-5 *1 (-1229 *4 *2)) (-4 *2 (-1235 *4)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1150 *2)) (-4 *2 (-307)) (-5 *1 (-174 *2)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564)))))
- (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))))
+ (-12 (-5 *3 (-918)) (-5 *2 (-1259 (-1259 *4))) (-5 *1 (-528 *4))
+ (-4 *4 (-349)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *1 *1) (-4 *1 (-493)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 *4)) (-5 *1 (-1135 *3 *4))
+ (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *4))))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1096 (-1096 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
(((*1 *2 *1)
(-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
(-5 *2 (-112))))
((*1 *2 *1) (-12 (-4 *1 (-430 *3)) (-4 *3 (-847)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-744)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-536)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
- (-5 *2 (-1032)) (-5 *1 (-750)))))
-(((*1 *1 *2) (-12 (-5 *2 (-183)) (-5 *1 (-248)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-4 *3 (-1094))
- (-5 *2 (-112)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790))
- (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *3 (-1060 *4 *5 *6))
- (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *1))))
- (-4 *1 (-1066 *4 *5 *6 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-506)) (-5 *1 (-280)))))
+(((*1 *2 *1) (-12 (-5 *2 (-183)) (-5 *1 (-248)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6))
- (-5 *2 (-641 (-2 (|:| -2151 *1) (|:| -1940 (-641 *7)))))
- (-5 *3 (-641 *7)) (-4 *1 (-1202 *4 *5 *6 *7)))))
+ (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564))))
+ (-5 *2 (-169 (-316 *4))) (-5 *1 (-188 *4 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-169 *3)) (-5 *1 (-1198 *4 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 *4))))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-687 (-963 *3))) (-5 *1 (-963 *3)) (-4 *3 (-1094)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-247 *3 *4))
- (-14 *3 (-641 (-1170))) (-4 *4 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-564))) (-14 *3 (-641 (-1170)))
- (-5 *1 (-454 *3 *4 *5)) (-4 *4 (-1046))
- (-4 *5 (-238 (-3435 *3) (-768)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-481 *3 *4))
- (-14 *3 (-641 (-1170))) (-4 *4 (-1046)))))
+ (|partial| -12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
(((*1 *1 *1) (-4 *1 (-243)))
((*1 *1 *1)
(-12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7))
@@ -704,7 +5663,7 @@
(-14 *6 (-1 (-3 *4 "failed") *4 *4))
(-14 *7 (-1 (-3 *3 "failed") *3 *3 *4))))
((*1 *1 *1)
- (-2713 (-12 (-5 *1 (-294 *2)) (-4 *2 (-363)) (-4 *2 (-1209)))
+ (-4078 (-12 (-5 *1 (-294 *2)) (-4 *2 (-363)) (-4 *2 (-1209)))
(-12 (-5 *1 (-294 *2)) (-4 *2 (-473)) (-4 *2 (-1209)))))
((*1 *1 *1) (-4 *1 (-473)))
((*1 *2 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3))))
@@ -713,88 +5672,141 @@
(-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 (-794 *2)) (-4 *2 (-172)) (-4 *2 (-363)))))
+(((*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1) (-12 (-5 *1 (-890 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1202 *2 *3 *4 *5)) (-4 *2 (-556))
+ (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-1060 *2 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| |k| (-1170)) (|:| |c| (-1281 *3)))))
- (-5 *1 (-1281 *3)) (-4 *3 (-1046))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| |k| *3) (|:| |c| (-1283 *3 *4)))))
- (-5 *1 (-1283 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-180))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-677))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-967))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-1068))))
- ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1112)))))
-(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-169 (-225)))) (-5 *2 (-1032))
- (-5 *1 (-753)))))
-(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-327 *3)) (-4 *3 (-1209))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209))
- (-14 *4 (-564)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1250 *4))
- (-4 *4 (-38 (-407 (-564))))
- (-5 *2 (-1 (-1150 *4) (-1150 *4) (-1150 *4))) (-5 *1 (-1252 *4 *5)))))
+ (-12 (-4 *3 (-1046)) (-5 *2 (-1259 *3)) (-5 *1 (-709 *3 *4))
+ (-4 *4 (-1235 *3)))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-137))))
- ((*1 *2 *1) (-12 (-5 *2 (-1208)) (-5 *1 (-156))))
- ((*1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-478))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-591))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-624))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1094))
- (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3))))
- (-5 *1 (-1070 *3 *4 *2))
- (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1094)) (-5 *1 (-1159 *3 *2)) (-4 *3 (-1094)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452))
- (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-974 *3 *4 *5 *6)))))
-(((*1 *1) (-5 *1 (-820))))
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-426 *4 *2)) (-4 *2 (-13 (-1194) (-29 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-147))
+ (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
+ (-5 *2 (-316 *5)) (-5 *1 (-588 *5)))))
+(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
- ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *1) (-5 *1 (-141))) ((*1 *1 *1) (-5 *1 (-144)))
- ((*1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999)))
- (-5 *1 (-176 *3)))))
+ (-12 (-4 *4 (-847)) (-5 *2 (-641 (-641 *4))) (-5 *1 (-1180 *4))
+ (-5 *3 (-641 *4)))))
+(((*1 *2 *1) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-564))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1152))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-506))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-591))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-478))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-137))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-156))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1160))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-624))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1090))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1084))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1068))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-967))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-180))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1033))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-311))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-667))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-154))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-525))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1270))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1061))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-517))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-677))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-96))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1109))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-133))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-138))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1269))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-672))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-218))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-524))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1175))))
+ ((*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-1175))))
+ ((*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1175))))
+ ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1175)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-768)) (-4 *5 (-1046)) (-4 *2 (-1235 *5))
+ (-5 *1 (-1253 *5 *2 *6 *3)) (-4 *6 (-652 *2)) (-4 *3 (-1250 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-585 *3)) (-4 *3 (-363)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1094)) (-5 *1 (-961 *3 *2)) (-4 *3 (-1094)))))
+ (-12 (-5 *2 (-687 (-870 (-963 *3) (-963 *3)))) (-5 *1 (-963 *3))
+ (-4 *3 (-1094)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-602 *2 *3)) (-4 *3 (-1209)) (-4 *2 (-1094))
- (-4 *2 (-847)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-685 (-407 (-949 (-564)))))
- (-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-137))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-156))))
- ((*1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-478))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-591))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-624))))
+ (-12 (-5 *2 (-940 *4)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-1046)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-602 *3 *2)) (-4 *3 (-1094)) (-4 *3 (-847))
+ (-4 *2 (-1209))))
+ ((*1 *2 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
+ ((*1 *2 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
((*1 *2 *1)
- (-12 (-4 *3 (-1094))
- (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3))))
- (-5 *1 (-1070 *3 *4 *2))
- (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))))
+ (-12 (-4 *2 (-1209)) (-5 *1 (-870 *2 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *1) (-12 (-5 *2 (-668 *3)) (-5 *1 (-890 *3)) (-4 *3 (-847))))
((*1 *2 *1)
- (-12 (-4 *2 (-1094)) (-5 *1 (-1159 *2 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170))
- (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-558 *3)) (-4 *3 (-545)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330))
- (-5 *1 (-332)))))
+ (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-752)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-917)) (-5 *2 (-2 (|:| -2860 (-641 *1)) (|:| -1426 *1)))
+ (-5 *3 (-641 *1)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-735)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *1 (-675 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
+(((*1 *1) (-4 *1 (-349))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1179)))))
+ (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-452)) (-4 *4 (-847))
+ (-4 *5 (-790)) (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-641 (-316 (-225)))) (-5 *1 (-267)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046))))
+ ((*1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-13 (-363) (-147)))
+ (-5 *2 (-641 (-2 (|:| -1558 (-768)) (|:| -2513 *4) (|:| |num| *4))))
+ (-5 *1 (-399 *3 *4)) (-4 *4 (-1235 *3)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1) (-12 (-5 *2 (-687 *3)) (-5 *1 (-963 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *2 *2 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-610 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170)))
+ (-4 *2 (-13 (-430 *5) (-27) (-1194)))
+ (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *1 (-566 *5 *2 *6)) (-4 *6 (-1094)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))))
(((*1 *2 *3)
(-12 (-5 *3 (-1170))
(-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
@@ -832,88 +5844,57 @@
((*1 *1 *2 *3)
(-12 (-5 *2 (-407 (-564))) (-4 *4 (-1046)) (-4 *1 (-1242 *4 *3))
(-4 *3 (-1219 *4)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-294 (-840 *3))) (-4 *3 (-13 (-27) (-1194) (-430 *5)))
- (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2
- (-3 (-840 *3)
- (-2 (|:| |leftHandLimit| (-3 (-840 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-840 *3) "failed")))
- "failed"))
- (-5 *1 (-634 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-294 *3)) (-5 *5 (-1152))
- (-4 *3 (-13 (-27) (-1194) (-430 *6)))
- (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-840 *3)) (-5 *1 (-634 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-294 (-840 (-949 *5)))) (-4 *5 (-452))
- (-5 *2
- (-3 (-840 (-407 (-949 *5)))
- (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 *5))) "failed"))
- (|:| |rightHandLimit| (-3 (-840 (-407 (-949 *5))) "failed")))
- "failed"))
- (-5 *1 (-635 *5)) (-5 *3 (-407 (-949 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-294 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5)))
- (-4 *5 (-452))
- (-5 *2
- (-3 (-840 *3)
- (-2 (|:| |leftHandLimit| (-3 (-840 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-840 *3) "failed")))
- "failed"))
- (-5 *1 (-635 *5))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-294 (-407 (-949 *6)))) (-5 *5 (-1152))
- (-5 *3 (-407 (-949 *6))) (-4 *6 (-452)) (-5 *2 (-840 *3))
- (-5 *1 (-635 *6)))))
-(((*1 *1 *1) (-4 *1 (-1055))))
-(((*1 *2 *3 *3)
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 (-949 *4))) (-5 *3 (-641 (-1170))) (-4 *4 (-452))
+ (-5 *1 (-915 *4)))))
+(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
+ (|partial| -12 (-5 *2 (-641 (-1166 *11))) (-5 *3 (-1166 *11))
+ (-5 *4 (-641 *10)) (-5 *5 (-641 *8)) (-5 *6 (-641 (-768)))
+ (-5 *7 (-1259 (-641 (-1166 *8)))) (-4 *10 (-847))
+ (-4 *8 (-307)) (-4 *11 (-946 *8 *9 *10)) (-4 *9 (-790))
+ (-5 *1 (-704 *9 *10 *8 *11)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *1 (-675 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-871)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170))) (-4 *6 (-452))
+ (-5 *2 (-641 (-641 *7))) (-5 *1 (-538 *6 *7 *5)) (-4 *7 (-363))
+ (-4 *5 (-13 (-363) (-845))))))
+(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-790)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847))
- (-5 *2 (-112)) (-5 *1 (-449 *4 *5 *6 *7)))))
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-112)) (-5 *1 (-300)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-1150 *7))) (-4 *6 (-847))
+ (-4 *7 (-946 *5 (-531 *6) *6)) (-4 *5 (-1046))
+ (-5 *2 (-1 (-1150 *7) *7)) (-5 *1 (-1120 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7))))
- (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-564)) (-5 *1 (-241))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-564)) (-5 *1 (-241)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046))
- (-4 *2 (-1219 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-940 *5)) (-4 *5 (-1046)) (-5 *2 (-768))
- (-5 *1 (-1158 *4 *5)) (-14 *4 (-918))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-768))) (-5 *3 (-768)) (-5 *1 (-1158 *4 *5))
- (-14 *4 (-918)) (-4 *5 (-1046))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-768))) (-5 *3 (-940 *5)) (-4 *5 (-1046))
- (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1106)) (-4 *3 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-430 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3))
- (-4 *3 (-1094))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046))
- (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-641 *3))
- (-5 *1 (-947 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-363)
- (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $))
- (-15 -2663 (*7 $))))))))
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1264))
+ (-5 *1 (-449 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-349)) (-5 *2 (-955 (-1166 *4))) (-5 *1 (-357 *4))
+ (-5 *3 (-1166 *4)))))
(((*1 *2 *3)
(-12 (-5 *3 (-1170))
(-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
@@ -950,43 +5931,96 @@
(-4 *3 (-1250 *4))))
((*1 *2 *1)
(-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1219 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-564)) (-5 *2 (-641 (-2 (|:| -4020 *3) (|:| -4341 *4))))
- (-5 *1 (-692 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-564)) (-4 *2 (-430 *3)) (-5 *1 (-32 *3 *2))
- (-4 *3 (-1035 *4)) (-4 *3 (-13 (-847) (-556))))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-870 (-963 *3) (-963 *3))) (-5 *1 (-963 *3))
- (-4 *3 (-964)))))
+(((*1 *1 *1) (-4 *1 (-95))) ((*1 *1 *1 *1) (-5 *1 (-225)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *1 *1 *1) (-5 *1 (-379)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-564))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *3 (-641 (-263)))
- (-5 *1 (-261))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *1 (-263))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-481 *5 *6))) (-5 *3 (-481 *5 *6))
- (-14 *5 (-641 (-1170))) (-4 *6 (-452)) (-5 *2 (-1259 *6))
- (-5 *1 (-629 *5 *6)))))
+ (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-121 *3)))))
+ (-12 (-5 *3 (-641 *2)) (-5 *1 (-179 *2)) (-4 *2 (-307))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *3 (-641 (-641 *4))) (-5 *2 (-641 *4)) (-4 *4 (-307))
+ (-5 *1 (-179 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-641 *8))
+ (-5 *4
+ (-641
+ (-2 (|:| -3331 (-685 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-685 *7)))))
+ (-5 *5 (-768)) (-4 *8 (-1235 *7)) (-4 *7 (-1235 *6)) (-4 *6 (-349))
+ (-5 *2
+ (-2 (|:| -3331 (-685 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-685 *7))))
+ (-5 *1 (-498 *6 *7 *8))))
+ ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *3 (-1060 *4 *5 *6))
+ (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *1))))
+ (-4 *1 (-1066 *4 *5 *6 *3)))))
+(((*1 *2)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
+(((*1 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-257)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+ (-12 (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-556))
+ (-4 *3 (-946 *7 *5 *6))
+ (-5 *2
+ (-2 (|:| -1558 (-768)) (|:| -2860 *3) (|:| |radicand| (-641 *3))))
+ (-5 *1 (-950 *5 *6 *7 *3 *8)) (-5 *4 (-768))
+ (-4 *8
+ (-13 (-363)
+ (-10 -8 (-15 -1831 ($ *3)) (-15 -3678 (*3 $)) (-15 -3693 (*3 $))))))))
+(((*1 *1 *1) (-5 *1 (-1058))))
+(((*1 *2)
+ (-12 (-14 *4 *2) (-4 *5 (-1209)) (-5 *2 (-768))
+ (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131))
+ (-5 *2 (-768))))
+ ((*1 *2)
+ (-12 (-4 *4 (-363)) (-5 *2 (-768)) (-5 *1 (-328 *3 *4))
+ (-4 *3 (-329 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-361 *3)) (-4 *3 (-1094))))
+ ((*1 *2) (-12 (-4 *1 (-368)) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-386 *3)) (-4 *3 (-1094))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1094)) (-5 *2 (-768)) (-5 *1 (-424 *3 *4))
+ (-4 *3 (-425 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-768)) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094))
+ (-4 *4 (-23)) (-14 *5 *4)))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-768))
+ (-5 *1 (-720 *3 *4 *5)) (-4 *3 (-721 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-816 *3)) (-4 *3 (-847))))
+ ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
+ (-4 *3 (-1235 *2)))))
(((*1 *2 *3)
(-12 (-5 *3 (-1170))
(-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
@@ -1032,237 +6066,320 @@
(-5 *2 (-52)) (-5 *1 (-459 *7 *3))))
((*1 *2 *1)
(-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1250 *3)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1058)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-363))
- (-5 *2
- (-2 (|:| A (-685 *5))
- (|:| |eqs|
- (-641
- (-2 (|:| C (-685 *5)) (|:| |g| (-1259 *5)) (|:| -2026 *6)
- (|:| |rh| *5))))))
- (-5 *1 (-810 *5 *6)) (-5 *3 (-685 *5)) (-5 *4 (-1259 *5))
- (-4 *6 (-652 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-363)) (-4 *6 (-652 *5))
- (-5 *2 (-2 (|:| -1315 (-685 *6)) (|:| |vec| (-1259 *5))))
- (-5 *1 (-810 *5 *6)) (-5 *3 (-685 *6)) (-5 *4 (-1259 *5)))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
- (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *6 (-225))
- (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-748)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1190))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1190)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-1094)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))
- (-5 *2 (-379)) (-5 *1 (-267))))
+ (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4))
+ (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112))))
((*1 *2 *3)
- (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *2 (-379)) (-5 *1 (-305)))))
-(((*1 *1 *2) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859))))))
-(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
- (-5 *2 (-1032)) (-5 *1 (-748)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
- (-5 *2
- (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564))
- (|:| |success| (-112))))
- (-5 *1 (-786)) (-5 *5 (-564)))))
-(((*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1133))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-677))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1112)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-556) (-847)))
- (-4 *2 (-13 (-430 *4) (-999) (-1194))) (-5 *1 (-598 *4 *2 *3))
- (-4 *3 (-13 (-430 (-169 *4)) (-999) (-1194))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-481 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046))
- (-5 *2 (-247 *4 *5)) (-5 *1 (-941 *4 *5)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-14 *4 (-641 (-1170))) (-4 *2 (-172))
- (-4 *3 (-238 (-3435 *4) (-768)))
- (-14 *6
- (-1 (-112) (-2 (|:| -1359 *5) (|:| -2954 *3))
- (-2 (|:| -1359 *5) (|:| -2954 *3))))
- (-5 *1 (-461 *4 *2 *5 *3 *6 *7)) (-4 *5 (-847))
- (-4 *7 (-946 *2 *3 (-861 *4))))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-564)) (-5 *1 (-1191 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1259 (-695))) (-5 *1 (-305)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-973 *4 *5 *6 *3)) (-4 *4 (-1046)) (-4 *5 (-790))
- (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-641 (-685 *6))) (-5 *4 (-112)) (-5 *5 (-564))
- (-5 *2 (-685 *6)) (-5 *1 (-1026 *6)) (-4 *6 (-363)) (-4 *6 (-1046))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 (-685 *4))) (-5 *2 (-685 *4)) (-5 *1 (-1026 *4))
- (-4 *4 (-363)) (-4 *4 (-1046))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-564)) (-5 *2 (-685 *5))
- (-5 *1 (-1026 *5)) (-4 *5 (-363)) (-4 *5 (-1046)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))))
-(((*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209))
- (-5 *2 (-641 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-5 *1 (-330)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1170)) (-5 *3 (-434)) (-4 *5 (-847))
- (-5 *1 (-1100 *5 *4)) (-4 *4 (-430 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094))
- (-4 *6 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-680 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170)))
- (-4 *5 (-556)) (-5 *2 (-641 (-641 (-949 *5)))) (-5 *1 (-1178 *5)))))
-(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123))))
-(((*1 *2 *3 *4)
- (-12 (-4 *7 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-556))
- (-4 *8 (-946 *7 *5 *6))
- (-5 *2 (-2 (|:| -2954 (-768)) (|:| -2784 *3) (|:| |radicand| *3)))
- (-5 *1 (-950 *5 *6 *7 *8 *3)) (-5 *4 (-768))
- (-4 *3
- (-13 (-363)
- (-10 -8 (-15 -1721 ($ *8)) (-15 -2654 (*8 $)) (-15 -2663 (*8 $))))))))
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-819)) (-5 *1 (-818)))))
+(((*1 *2)
+ (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-417 *3)))))
(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
+ (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))))
+(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-564)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1209))
+ (-4 *3 (-373 *4)) (-4 *5 (-373 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5))
- (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790)) (-5 *2 (-112)) (-5 *1 (-921 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-13 (-307) (-147)))
- (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-112))
- (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))))
-(((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1235 *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 (-708 *2 *3 *4 *5 *6)) (-4 *2 (-172))
- (-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 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172))
- (-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 *2 *3 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-779 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *1 (-960 *3 *2)) (-4 *2 (-131)) (-4 *3 (-556))
- (-4 *3 (-1046)) (-4 *2 (-789))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-1166 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-968)) (-4 *2 (-131)) (-5 *1 (-1172 *3)) (-4 *3 (-556))
- (-4 *3 (-1046))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-1232 *4 *3)) (-14 *4 (-1170))
- (-4 *3 (-1046)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
+ (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6))
+ (-5 *2 (-641 (-2 (|:| -3689 *1) (|:| -1669 (-641 *7)))))
+ (-5 *3 (-641 *7)) (-4 *1 (-1202 *4 *5 *6 *7)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
(-12 (-5 *3 (-564)) (-5 *5 (-685 (-225)))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-75 FCN JACOBF JACEPS))))
- (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-76 G JACOBG JACGEP))))
- (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
- (-12 (-5 *4 (-641 (-112))) (-5 *5 (-685 (-225)))
- (-5 *6 (-685 (-564))) (-5 *7 (-225)) (-5 *3 (-564)) (-5 *2 (-1032))
- (-5 *1 (-751)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
- ((*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-70 APROD)))) (-5 *4 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-753)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-644 *5)) (-4 *5 (-1046))
+ (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-849 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-685 *3)) (-4 *1 (-417 *3)) (-4 *3 (-172))))
+ ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046))))
+ ((*1 *2 *3 *2 *2 *4 *5)
+ (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1046))
+ (-5 *1 (-850 *2 *3)) (-4 *3 (-849 *2)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3))))
+ ((*1 *1 *1) (-4 *1 (-1197))))
+(((*1 *1 *1 *1) (-4 *1 (-545))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1173))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1264))
- (-5 *1 (-1173))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *4 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1264))
- (-5 *1 (-1173)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)))))
-(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
- (-4 *3 (-1060 *6 *7 *8))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4))))
- (-5 *1 (-1067 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -3906 *9))))
- (-5 *5 (-112)) (-4 *8 (-1060 *6 *7 *4)) (-4 *9 (-1066 *6 *7 *4 *8))
- (-4 *6 (-452)) (-4 *7 (-790)) (-4 *4 (-847))
- (-5 *2 (-641 (-2 (|:| |val| *8) (|:| -3906 *9))))
- (-5 *1 (-1067 *6 *7 *4 *8 *9)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))))
+ (-12 (-5 *3 (-316 (-225))) (-5 *2 (-316 (-407 (-564))))
+ (-5 *1 (-305)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1152)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-263)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1046)) (-5 *1 (-709 *3 *4))
+ (-4 *4 (-1235 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-247 *3 *4))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-564))) (-14 *3 (-641 (-1170)))
+ (-5 *1 (-454 *3 *4 *5)) (-4 *4 (-1046))
+ (-4 *5 (-238 (-2828 *3) (-768)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-481 *3 *4))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-1046)))))
+(((*1 *2 *1 *2)
+ (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5)))
+ (-5 *2 (-641 (-641 *4))) (-5 *1 (-341 *3 *4 *5 *6))
+ (-4 *3 (-342 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-4 *3 (-368)) (-5 *2 (-641 (-641 *3))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-641 (-940 *4))) (-4 *1 (-1128 *4)) (-4 *4 (-1046))
+ (-5 *2 (-768)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-1150 *3))) (-5 *1 (-1150 *3)) (-4 *3 (-1209)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3))))
+ ((*1 *1 *1) (-4 *1 (-1197))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *4))))
- (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+ (-12 (-5 *3 (-407 (-564))) (-5 *4 (-564)) (-5 *2 (-52))
+ (-5 *1 (-1002)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-797))
+ (-5 *3
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
+ (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2 (-1032)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1046)) (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)))))
+ (-12 (-5 *2 (-641 (-2 (|:| |k| (-1170)) (|:| |c| (-1281 *3)))))
+ (-5 *1 (-1281 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| |k| *3) (|:| |c| (-1283 *3 *4)))))
+ (-5 *1 (-1283 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-564) (-564))) (-5 *1 (-361 *3)) (-4 *3 (-1094))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-768) (-768))) (-5 *1 (-386 *3)) (-4 *3 (-1094))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
+ (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368))
- (-5 *2 (-1166 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-5 *5 (-641 *8))
- (-4 *7 (-847)) (-4 *8 (-1046)) (-4 *9 (-946 *8 *6 *7))
- (-4 *6 (-790)) (-5 *2 (-1166 *8)) (-5 *1 (-321 *6 *7 *8 *9)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-1 (-585 *3) *3 (-1170)))
- (-5 *6
- (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
- (-1170)))
- (-4 *3 (-284)) (-4 *3 (-627)) (-4 *3 (-1035 *4)) (-4 *3 (-430 *7))
- (-5 *4 (-1170)) (-4 *7 (-612 (-889 (-564)))) (-4 *7 (-452))
- (-4 *7 (-883 (-564))) (-4 *7 (-847)) (-5 *2 (-585 *3))
- (-5 *1 (-573 *7 *3)))))
+ (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
+ (-5 *2 (-641 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094))
+ (-5 *2 (-641 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1150 *3)) (-5 *1 (-595 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 *3)) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-723))))
+ ((*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-641 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1250 *3)) (-4 *3 (-1046)) (-5 *2 (-1150 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-361 (-114))) (-4 *2 (-1046)) (-5 *1 (-711 *2 *4))
+ (-4 *4 (-644 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-361 (-114))) (-5 *1 (-833 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1094)) (-5 *2 (-112)) (-5 *1 (-882 *3 *4 *5))
+ (-4 *3 (-1094)) (-4 *5 (-662 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-886 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-1094)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1088 (-225)))
+ (-5 *2 (-1261)) (-5 *1 (-257)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3))))
+ ((*1 *1 *1) (-4 *1 (-1197))))
+(((*1 *1 *1) (-4 *1 (-1055)))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046))
+ (-4 *2 (-1250 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
+(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-169 (-225)))) (-5 *2 (-1032))
+ (-5 *1 (-753)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2))
- (-4 *2 (-430 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1086 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556)))
- (-5 *1 (-158 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-160))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-955 (-1114)))
- (-5 *1 (-346 *4)))))
+ (|partial| -12 (-5 *3 (-768)) (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-940 *5)) (-5 *3 (-768)) (-4 *5 (-1046))
+ (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 *4)) (-4 *4 (-845)) (-4 *4 (-363)) (-5 *2 (-768))
- (-5 *1 (-942 *4 *5)) (-4 *5 (-1235 *4)))))
+ (-12 (-5 *3 (-316 *4)) (-4 *4 (-13 (-825) (-847) (-1046)))
+ (-5 *2 (-1152)) (-5 *1 (-823 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-316 *5)) (-5 *4 (-112))
+ (-4 *5 (-13 (-825) (-847) (-1046))) (-5 *2 (-1152))
+ (-5 *1 (-823 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-819)) (-5 *4 (-316 *5))
+ (-4 *5 (-13 (-825) (-847) (-1046))) (-5 *2 (-1264))
+ (-5 *1 (-823 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-819)) (-5 *4 (-316 *6)) (-5 *5 (-112))
+ (-4 *6 (-13 (-825) (-847) (-1046))) (-5 *2 (-1264))
+ (-5 *1 (-823 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-825)) (-5 *2 (-1152))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-825)) (-5 *3 (-112)) (-5 *2 (-1152))))
+ ((*1 *2 *3 *1) (-12 (-4 *1 (-825)) (-5 *3 (-819)) (-5 *2 (-1264))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-4 *1 (-825)) (-5 *3 (-819)) (-5 *4 (-112)) (-5 *2 (-1264)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-407 (-564))))
- (-5 *2 (-2 (|:| -1827 (-1150 *4)) (|:| -1838 (-1150 *4))))
- (-5 *1 (-1156 *4)) (-5 *3 (-1150 *4)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152))
- (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+ (-12 (-4 *4 (-349)) (-5 *2 (-112)) (-5 *1 (-216 *4 *3))
+ (-4 *3 (-1235 *4)))))
(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))))
+ (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3))))
+ ((*1 *1 *1) (-4 *1 (-1197))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))
+ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))
(-5 *2 (-641 (-1170))) (-5 *1 (-267))))
((*1 *2 *3)
(-12 (-5 *3 (-1166 *7)) (-4 *7 (-946 *6 *4 *5)) (-4 *4 (-790))
@@ -1284,9 +6401,7 @@
(-5 *1 (-947 *4 *5 *6 *7 *3))
(-4 *3
(-13 (-363)
- (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $)))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1096 (-1170))) (-5 *1 (-963 *3)) (-4 *3 (-964))))
+ (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $)))))))
((*1 *2 *1)
(-12 (-4 *1 (-970 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-789))
(-4 *5 (-847)) (-5 *2 (-641 *5))))
@@ -1296,33 +6411,52 @@
((*1 *2 *3)
(-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-5 *2 (-641 (-1170)))
(-5 *1 (-1040 *4)))))
-(((*1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
- (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225)))
- (-5 *6 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-452)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1219 *3)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-744)))))
+(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-327 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-768)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209))
+ (-14 *4 (-564)))))
+(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
+ ((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7))))
- (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
-(((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-697))))
- ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-697)))))
-(((*1 *2 *3 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-363) (-147) (-1035 (-564))))
- (-4 *5 (-1235 *4)) (-5 *2 (-641 (-407 *5))) (-5 *1 (-1013 *4 *5))
- (-5 *3 (-407 *5)))))
+ (-12 (-5 *3 (-641 (-2 (|:| -3070 *4) (|:| -1619 (-564)))))
+ (-4 *4 (-1235 (-564))) (-5 *2 (-734 (-768))) (-5 *1 (-442 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-418 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-1046))
+ (-5 *2 (-734 (-768))) (-5 *1 (-444 *4 *5)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *2 (-1094)) (-4 *3 (-1094))
+ (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-307)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
- (-5 *1 (-1118 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1032)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-641
- (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 *3))
- (|:| |logand| (-1166 *3)))))
- (-5 *1 (-585 *3)) (-4 *3 (-363)))))
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3))))
+ ((*1 *1 *1) (-4 *1 (-1197))))
(((*1 *2 *3 *4 *2)
(-12 (-5 *3 (-1166 (-407 (-1166 *2)))) (-5 *4 (-610 *2))
(-4 *2 (-13 (-430 *5) (-27) (-1194)))
@@ -1339,45 +6473,93 @@
(-4 *6 (-1046))
(-4 *2
(-13 (-363)
- (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $)))))
+ (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $)))))
(-5 *1 (-947 *5 *4 *6 *7 *2)) (-4 *7 (-946 *6 *5 *4))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-407 (-1166 (-407 (-949 *5))))) (-5 *4 (-1170))
(-5 *2 (-407 (-949 *5))) (-5 *1 (-1040 *5)) (-4 *5 (-556)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-1259
- (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225))
- (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -2817 (-564))
- (|:| -3466 (-564)) (|:| |spline| (-564)) (|:| -3053 (-564))
- (|:| |axesColor| (-871)) (|:| -2337 (-564))
- (|:| |unitsColor| (-871)) (|:| |showing| (-564)))))
- (-5 *1 (-1260)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-564)) (|has| *1 (-6 -4413)) (-4 *1 (-1247 *3))
- (-4 *3 (-1209)))))
-(((*1 *2 *1) (-12 (-4 *1 (-509 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-847)))))
-(((*1 *2 *1) (-12 (-4 *1 (-425 *3)) (-4 *3 (-1094)) (-5 *2 (-768)))))
-(((*1 *2 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307))))
- ((*1 *2 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307))))
- ((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-307))))
- ((*1 *2 *1) (-12 (-4 *1 (-1055)) (-5 *2 (-564)))))
-(((*1 *2 *2) (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |preimage| (-641 *3)) (|:| |image| (-641 *3))))
- (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172))
- (-4 *5 (-1235 *4)) (-5 *2 (-685 *4))))
+ (-12 (-4 *4 (-906)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-418 (-1166 *7)))
+ (-5 *1 (-903 *4 *5 *6 *7)) (-5 *3 (-1166 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5)))
+ (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-307)) (-4 *3 (-172)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3)))
+ (-5 *1 (-684 *3 *4 *5 *6)) (-4 *6 (-683 *3 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-696 *3))
+ (-4 *3 (-307)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1250 *4))
+ (-4 *4 (-38 (-407 (-564))))
+ (-5 *2 (-1 (-1150 *4) (-1150 *4) (-1150 *4))) (-5 *1 (-1252 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-1166 *4))
+ (-5 *1 (-528 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-918)) (-5 *1 (-1029 *2))
+ (-4 *2 (-13 (-1094) (-10 -8 (-15 * ($ $ $))))))))
+(((*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-108))))
+ ((*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-217))))
+ ((*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-487))))
+ ((*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-307))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564))))
+ ((*1 *1 *1) (-4 *1 (-1055))))
+(((*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-165 *3 *2)) (-4 *3 (-166 *2))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *2 *4)) (-4 *4 (-1235 *2))
+ (-4 *2 (-172))))
((*1 *2)
- (-12 (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-685 *4))
- (-5 *1 (-408 *3 *4 *5)) (-4 *3 (-409 *4 *5))))
+ (-12 (-4 *4 (-1235 *2)) (-4 *2 (-172)) (-5 *1 (-408 *3 *2 *4))
+ (-4 *3 (-409 *2 *4))))
+ ((*1 *2) (-12 (-4 *1 (-409 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172))))
((*1 *2)
- (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3))
- (-5 *2 (-685 *3)))))
+ (-12 (-4 *3 (-1235 *2)) (-5 *2 (-564)) (-5 *1 (-765 *3 *4))
+ (-4 *4 (-409 *2 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847)) (-4 *3 (-172))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-172)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *2 (-1094)) (-4 *3 (-1094))
+ (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3))))
+ ((*1 *1 *1) (-4 *1 (-1197))))
(((*1 *1 *2 *3)
(-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789))))
((*1 *1 *2 *3)
@@ -1385,10 +6567,10 @@
(-4 *2 (-363)) (-14 *5 (-990 *4 *2))))
((*1 *1 *2 *3)
(-12 (-5 *3 (-710 *5 *6 *7)) (-4 *5 (-847))
- (-4 *6 (-238 (-3435 *4) (-768)))
+ (-4 *6 (-238 (-2828 *4) (-768)))
(-14 *7
- (-1 (-112) (-2 (|:| -1359 *5) (|:| -2954 *6))
- (-2 (|:| -1359 *5) (|:| -2954 *6))))
+ (-1 (-112) (-2 (|:| -1468 *5) (|:| -1558 *6))
+ (-2 (|:| -1468 *5) (|:| -1558 *6))))
(-14 *4 (-641 (-1170))) (-4 *2 (-172))
(-5 *1 (-461 *4 *2 *5 *6 *7 *8)) (-4 *8 (-946 *2 *6 (-861 *4)))))
((*1 *1 *2 *3)
@@ -1418,361 +6600,320 @@
((*1 *1 *1 *2 *3)
(-12 (-4 *1 (-970 *4 *3 *2)) (-4 *4 (-1046)) (-4 *3 (-789))
(-4 *2 (-847)))))
-(((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-768)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-768)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-302))))
- ((*1 *1 *1) (-4 *1 (-302)))
- ((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
- ((*1 *1 *1) (-5 *1 (-859))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-1150 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-847)) (-5 *2 (-641 (-641 *4))) (-5 *1 (-1180 *4))
- (-5 *3 (-641 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *2 (-407 (-564))) (-5 *1 (-117 *4)) (-14 *4 *3)
- (-5 *3 (-564))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564))))
- ((*1 *2 *1 *3)
- (-12 (-5 *2 (-407 (-564))) (-5 *1 (-868 *4)) (-14 *4 *3)
- (-5 *3 (-564))))
- ((*1 *2 *1 *3)
- (-12 (-14 *4 *3) (-5 *2 (-407 (-564))) (-5 *1 (-869 *4 *5))
- (-5 *3 (-564)) (-4 *5 (-866 *4))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-1009)) (-5 *2 (-407 (-564)))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-1063 *2 *3)) (-4 *2 (-13 (-845) (-363)))
- (-4 *3 (-1235 *2))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789))
- (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -1721 (*2 (-1170))))
- (-4 *2 (-1046)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-452)) (-4 *4 (-847))
- (-4 *5 (-790)) (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790))
- (-5 *2 (-112)) (-5 *1 (-984 *3 *4 *5 *6))
- (-4 *6 (-946 *3 *5 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
- (-4 *4 (-13 (-1094) (-34))))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-822)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-685 *2)) (-4 *2 (-172)) (-5 *1 (-146 *2))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-172)) (-4 *2 (-1235 *4)) (-5 *1 (-177 *4 *2 *3))
- (-4 *3 (-721 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 (-407 (-949 *5)))) (-5 *4 (-1170))
- (-5 *2 (-949 *5)) (-5 *1 (-292 *5)) (-4 *5 (-452))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-685 (-407 (-949 *4)))) (-5 *2 (-949 *4))
- (-5 *1 (-292 *4)) (-4 *4 (-452))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-370 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-685 (-169 (-407 (-564)))))
- (-5 *2 (-949 (-169 (-407 (-564))))) (-5 *1 (-761 *4))
- (-4 *4 (-13 (-363) (-845)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *4 (-1170))
- (-5 *2 (-949 (-169 (-407 (-564))))) (-5 *1 (-761 *5))
- (-4 *5 (-13 (-363) (-845)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *2 (-949 (-407 (-564))))
- (-5 *1 (-776 *4)) (-4 *4 (-13 (-363) (-845)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *4 (-1170))
- (-5 *2 (-949 (-407 (-564)))) (-5 *1 (-776 *5))
- (-4 *5 (-13 (-363) (-845))))))
-(((*1 *1 *2 *3 *3 *3 *4)
- (-12 (-4 *4 (-363)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3)))
- (-4 *1 (-335 *4 *3 *5 *2)) (-4 *2 (-342 *4 *3 *5))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-564)) (-4 *2 (-363)) (-4 *4 (-1235 *2))
- (-4 *5 (-1235 (-407 *4))) (-4 *1 (-335 *2 *4 *5 *6))
- (-4 *6 (-342 *2 *4 *5))))
- ((*1 *1 *2 *2)
- (-12 (-4 *2 (-363)) (-4 *3 (-1235 *2)) (-4 *4 (-1235 (-407 *3)))
- (-4 *1 (-335 *2 *3 *4 *5)) (-4 *5 (-342 *2 *3 *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
- (-4 *1 (-335 *3 *4 *5 *2)) (-4 *2 (-342 *3 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-413 *4 (-407 *4) *5 *6)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-4 *3 (-363))
- (-4 *1 (-335 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-749)))))
-(((*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1173)))))
-(((*1 *2 *3) (-12 (-5 *3 (-112)) (-5 *2 (-1152)) (-5 *1 (-52)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 *3)) (-4 *3 (-1103 *5 *6 *7 *8))
- (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-112))
- (-5 *1 (-590 *5 *6 *7 *8 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-112)) (-5 *1 (-267)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -3914 (-564)) (|:| -2798 (-641 *3))))
- (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *1 *1 *2)
- (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-504 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
- (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046))
- (-5 *1 (-1154 *4))))
- ((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046))
- (-14 *4 (-1170)) (-14 *5 *3))))
-(((*1 *2 *3 *2 *4 *5)
- (-12 (-5 *2 (-641 *3)) (-5 *5 (-918)) (-4 *3 (-1235 *4))
- (-4 *4 (-307)) (-5 *1 (-460 *4 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *5 (-368))
- (-5 *2 (-768)))))
+ (-12 (-5 *4 (-564)) (-4 *5 (-349)) (-5 *2 (-418 (-1166 (-1166 *5))))
+ (-5 *1 (-1207 *5)) (-5 *3 (-1166 (-1166 *5))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-418 *6)) (-4 *6 (-1235 *5))
- (-4 *5 (-1046)) (-5 *2 (-641 *6)) (-5 *1 (-444 *5 *6)))))
-(((*1 *2 *3 *3 *2)
- (|partial| -12 (-5 *2 (-768))
- (-4 *3 (-13 (-723) (-368) (-10 -7 (-15 ** (*3 *3 (-564))))))
- (-5 *1 (-246 *3)))))
-(((*1 *1) (-5 *1 (-1264))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *2 (-112))
- (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
- (-4 *4 (-13 (-1094) (-34))))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1166 *1)) (-4 *1 (-1009)))))
-(((*1 *1) (-5 *1 (-820))))
+ (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452))
+ (-14 *6 (-641 (-1170)))
+ (-5 *2
+ (-641 (-1140 *5 (-531 (-861 *6)) (-861 *6) (-777 *5 (-861 *6)))))
+ (-5 *1 (-626 *5 *6)))))
(((*1 *2 *3 *2)
- (|partial| -12 (-5 *2 (-1259 *4)) (-5 *3 (-685 *4)) (-4 *4 (-363))
- (-5 *1 (-663 *4))))
- ((*1 *2 *3 *2)
- (|partial| -12 (-4 *4 (-363))
- (-4 *5 (-13 (-373 *4) (-10 -7 (-6 -4413))))
- (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4413))))
- (-5 *1 (-664 *4 *5 *2 *3)) (-4 *3 (-683 *4 *5 *2))))
+ (|partial| -12 (-5 *3 (-918)) (-5 *1 (-442 *2))
+ (-4 *2 (-1235 (-564)))))
+ ((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-918)) (-5 *4 (-768)) (-5 *1 (-442 *2))
+ (-4 *2 (-1235 (-564)))))
+ ((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *1 (-442 *2))
+ (-4 *2 (-1235 (-564)))))
((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *4 (-641 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-363))
- (-5 *1 (-811 *2 *3)) (-4 *3 (-652 *2))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-114)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *2 (-556)) (-5 *1 (-966 *2 *4))
- (-4 *4 (-1235 *2)))))
-(((*1 *2 *3)
- (-12 (-4 *2 (-363)) (-4 *2 (-845)) (-5 *1 (-942 *2 *3))
- (-4 *3 (-1235 *2)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768)))))
-(((*1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209)))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
+ (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *5 (-768))
+ (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564)))))
+ ((*1 *2 *3 *2 *4 *5 *6)
+ (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *5 (-768))
+ (-5 *6 (-112)) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-418 *2)) (-4 *2 (-1235 *5))
+ (-5 *1 (-444 *5 *2)) (-4 *5 (-1046)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1170))
- (-4 *4 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-557 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))))
+ (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-886 *4 *5)) (-5 *3 (-886 *4 *6)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-662 *5)) (-5 *1 (-882 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1166 *6)) (-4 *6 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-1166 *7)) (-5 *1 (-321 *4 *5 *6 *7))
+ (-4 *7 (-946 *6 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-641 (-316 (-225)))) (-5 *1 (-267)))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1211)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
+ (-12 (-5 *3 (-564)) (-5 *5 (-112)) (-5 *6 (-685 (-225)))
+ (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))))
+(((*1 *1 *2) (-12 (-4 *1 (-662 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1170)))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225)))
+ (-5 *2 (-1032)) (-5 *1 (-744)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1094)) (-4 *3 (-897 *5)) (-5 *2 (-1259 *3))
+ (-5 *1 (-688 *5 *3 *6 *4)) (-4 *6 (-373 *3))
+ (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4406)))))))
+(((*1 *1 *1) (-4 *1 (-627)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5))
+ (-14 *3 (-564)) (-14 *4 (-768)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-2 (|:| -3581 (-114)) (|:| |w| (-225)))) (-5 *1 (-204)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2))
+ (-4 *2 (-1235 *4)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1257 *3)) (-4 *3 (-1209)) (-4 *3 (-1046))
+ (-5 *2 (-685 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-641 (-263))) (-5 *1 (-1261))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-1152)) (-5 *1 (-1261))))
+ ((*1 *1 *1) (-5 *1 (-1261))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1170)) (-5 *1 (-585 *2)) (-4 *2 (-1035 *3))
+ (-4 *2 (-363))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-585 *2)) (-4 *2 (-363))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-628 *4 *2))
+ (-4 *2 (-13 (-430 *4) (-999) (-1194)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1086 *2)) (-4 *2 (-13 (-430 *4) (-999) (-1194)))
+ (-4 *4 (-13 (-847) (-556))) (-5 *1 (-628 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-956)) (-5 *2 (-1170))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-956)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-330))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-330)))))
+(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261))))
+ ((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452))
+ (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-974 *3 *4 *5 *6)))))
(((*1 *1 *1)
(-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-452)))))
+ (-4 *4 (-847)))))
+(((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032))
+ (-5 *1 (-745)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-847)) (-5 *2 (-641 (-641 (-641 *4))))
+ (-5 *1 (-1180 *4)) (-5 *3 (-641 (-641 *4))))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-1219 *4)) (-4 *4 (-1046)) (-4 *4 (-556))
+ (-5 *2 (-407 (-949 *4)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-1219 *4)) (-4 *4 (-1046)) (-4 *4 (-556))
+ (-5 *2 (-407 (-949 *4))))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-114)) (-5 *4 (-641 *2)) (-5 *1 (-113 *2))
+ (-4 *2 (-1094))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 (-641 *4))) (-4 *4 (-1094))
+ (-5 *1 (-113 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1094))
+ (-5 *1 (-113 *4))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-114)) (-5 *2 (-1 *4 (-641 *4)))
+ (-5 *1 (-113 *4)) (-4 *4 (-1094))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-644 *3)) (-4 *3 (-1046))
+ (-5 *1 (-711 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-833 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-374 *2 *3)) (-4 *2 (-847)) (-4 *3 (-172))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-625 *2 *3 *4)) (-4 *2 (-847))
+ (-4 *3 (-13 (-172) (-714 (-407 (-564))))) (-14 *4 (-918))))
+ ((*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-326 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-789)) (-4 *3 (-172)))))
+(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
+ (-12
+ (-5 *3
+ (-2 (|:| |det| *12) (|:| |rows| (-641 (-564)))
+ (|:| |cols| (-641 (-564)))))
+ (-5 *4 (-685 *12)) (-5 *5 (-641 (-407 (-949 *9))))
+ (-5 *6 (-641 (-641 *12))) (-5 *7 (-768)) (-5 *8 (-564))
+ (-4 *9 (-13 (-307) (-147))) (-4 *12 (-946 *9 *11 *10))
+ (-4 *10 (-13 (-847) (-612 (-1170)))) (-4 *11 (-790))
+ (-5 *2
+ (-2 (|:| |eqzro| (-641 *12)) (|:| |neqzro| (-641 *12))
+ (|:| |wcond| (-641 (-949 *9)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *9))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *9)))))))))
+ (-5 *1 (-921 *9 *10 *11 *12)))))
+(((*1 *1) (-5 *1 (-820))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-768)) (-4 *1 (-1235 *4)) (-4 *4 (-1046))
+ (-5 *2 (-1259 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4))
+ (-4 *4 (-1046)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-553)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-902 *3)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363))
+ (-5 *2 (-2 (|:| -3521 (-407 *6)) (|:| |coeff| (-407 *6))))
+ (-5 *1 (-574 *5 *6)) (-5 *3 (-407 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 *4))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
+ (-5 *1 (-437)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 *4))))
(-5 *1 (-886 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094))))
((*1 *2 *1)
(-12 (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094))
(-4 *7 (-1094)) (-5 *2 (-641 *1)) (-4 *1 (-1097 *3 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-418 *3)) (-4 *3 (-556))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-2 (|:| -4020 *4) (|:| -4341 (-564)))))
- (-4 *4 (-1235 (-564))) (-5 *2 (-768)) (-5 *1 (-442 *4)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2))
- (-4 *2 (-1250 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3))
- (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2))
- (-4 *2 (-1250 *3))))
+(((*1 *1 *1) (-4 *1 (-627)))
((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147)))
- (-5 *1 (-1146 *3)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4412)) (-4 *1 (-235 *3))
- (-4 *3 (-1094))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
+(((*1 *2 *3 *3 *3 *3 *3 *3 *3 *3 *4 *5 *5 *5 *5 *5 *5 *6 *6 *6 *3 *3 *5
+ *7 *3 *8)
+ (-12 (-5 *5 (-685 (-225))) (-5 *6 (-112)) (-5 *7 (-685 (-564)))
+ (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-65 QPHESS))))
+ (-5 *3 (-564)) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-750)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-175))) (-5 *1 (-1079)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556))
+ (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-974 *5 *6 *7 *8)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
- (-5 *2 (-768))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094))
- (-5 *2 (-768))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-723)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
+ (-12 (-4 *2 (-1209)) (-5 *1 (-870 *3 *2)) (-4 *3 (-1209))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1259 (-564))) (-5 *3 (-564)) (-5 *1 (-1104))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-1259 (-564))) (-5 *3 (-641 (-564))) (-5 *4 (-564))
+ (-5 *1 (-1104)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))))
+(((*1 *1 *1) (-5 *1 (-859))))
(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
((*1 *1 *1) (-5 *1 (-859)))
((*1 *1 *2)
(-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-1092 *3))))
((*1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213))
- (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2)
+ (-12 (-4 *3 (-1046)) (-5 *2 (-955 (-709 *3 *4))) (-5 *1 (-709 *3 *4))
+ (-4 *4 (-1235 *3)))))
+(((*1 *1) (-5 *1 (-141))) ((*1 *1 *1) (-5 *1 (-144)))
+ ((*1 *1 *1) (-4 *1 (-1138))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1209)) (-5 *2 (-641 *1)) (-4 *1 (-1007 *3)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-1152)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
+ (-4 *4 (-1060 *6 *7 *8)) (-5 *2 (-1264))
+ (-5 *1 (-773 *6 *7 *8 *4 *5)) (-4 *5 (-1066 *6 *7 *8 *4)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-752)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 (-407 (-949 *6))))
+ (-5 *3 (-407 (-949 *6)))
+ (-4 *6 (-13 (-556) (-1035 (-564)) (-147)))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-570 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
+ (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-843)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *6)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-1259 *5)) (-4 *5 (-307))
- (-4 *5 (-1046)) (-5 *2 (-685 *5)) (-5 *1 (-1026 *5)))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
(((*1 *2 *2)
(-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999)))
(-5 *1 (-176 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880))
- (-5 *3 (-641 (-564)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880))
- (-5 *3 (-641 (-564))))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-753)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1235 *5))
- (-5 *1 (-724 *5 *2)) (-4 *5 (-363)))))
-(((*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564))))
- ((*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1) (-4 *1 (-866 *2)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-970 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-789))
- (-4 *4 (-847)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1209)) (-5 *2 (-768)) (-5 *1 (-182 *4 *3))
- (-4 *3 (-670 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-924))
- (-5 *2
- (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
- (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
- (-5 *1 (-153))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-924)) (-5 *4 (-407 (-564)))
- (-5 *2
- (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
- (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
- (-5 *1 (-153)))))
+ (-12 (-5 *4 (-1170))
+ (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564))))
+ (-5 *2 (-2 (|:| -2792 *3) (|:| |nconst| *3))) (-5 *1 (-567 *5 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1235 *5))
+ (-4 *5 (-13 (-27) (-430 *4)))
+ (-4 *4 (-13 (-847) (-556) (-1035 (-564))))
+ (-4 *7 (-1235 (-407 *6))) (-5 *1 (-552 *4 *5 *6 *7 *2))
+ (-4 *2 (-342 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1046)) (-4 *5 (-1235 *4)) (-5 *2 (-1 *6 (-641 *6)))
- (-5 *1 (-1253 *4 *5 *3 *6)) (-4 *3 (-652 *5)) (-4 *6 (-1250 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *2 (-112))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))))
+ (|partial| -12 (-5 *3 (-1259 *5)) (-4 *5 (-637 *4)) (-4 *4 (-556))
+ (-5 *2 (-1259 *4)) (-5 *1 (-636 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-52)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
+ (-4 *3 (-13 (-1094) (-34))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-1166 *3)) (-5 *1 (-41 *4 *3))
- (-4 *3
- (-13 (-363) (-302)
- (-10 -8 (-15 -2654 ((-1119 *4 (-610 $)) $))
- (-15 -2663 ((-1119 *4 (-610 $)) $))
- (-15 -1721 ($ (-1119 *4 (-610 $))))))))))
-(((*1 *2 *2 *2)
- (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))))
-(((*1 *2 *3 *4 *4 *3 *5)
- (-12 (-5 *4 (-610 *3)) (-5 *5 (-1166 *3))
- (-4 *3 (-13 (-430 *6) (-27) (-1194)))
- (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2 (-585 *3)) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094))))
- ((*1 *2 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *4 (-610 *3)) (-5 *5 (-407 (-1166 *3)))
- (-4 *3 (-13 (-430 *6) (-27) (-1194)))
- (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2 (-585 *3)) (-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924))
- (-5 *1 (-922 *3)) (-4 *3 (-612 (-536)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170)) (-5 *2 (-924)) (-5 *1 (-922 *3))
- (-4 *3 (-612 (-536)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-924))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-924)))))
+ (|partial| -12 (-4 *4 (-13 (-556) (-847) (-1035 (-564))))
+ (-4 *5 (-430 *4)) (-5 *2 (-418 (-1166 (-407 (-564)))))
+ (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261))))
+ ((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
(((*1 *1 *2)
(-12 (-5 *2 (-1259 *4)) (-4 *4 (-1209)) (-4 *1 (-238 *3 *4)))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-768)) (-4 *5 (-363)) (-5 *2 (-174 *6))
- (-5 *1 (-864 *5 *4 *6)) (-4 *4 (-1250 *5)) (-4 *6 (-1235 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-323 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-131)))))
+ (-12 (-4 *2 (-1094)) (-5 *1 (-961 *3 *2)) (-4 *3 (-1094)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-879 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-1152)) (-5 *4 (-1114)) (-5 *2 (-112)) (-5 *1 (-818)))))
+ (|partial| -12 (-5 *2 (-641 (-949 *3))) (-4 *3 (-452))
+ (-5 *1 (-360 *3 *4)) (-14 *4 (-641 (-1170)))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-641 (-777 *3 (-861 *4)))) (-4 *3 (-452))
+ (-14 *4 (-641 (-1170))) (-5 *1 (-626 *3 *4)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-768)) (-5 *1 (-561)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-610 *5))) (-4 *4 (-847)) (-5 *2 (-610 *5))
+ (-5 *1 (-573 *4 *5)) (-4 *5 (-430 *4)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1152)) (-5 *1 (-1190)))))
+(((*1 *2)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4))))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))))
(((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
((*1 *2 *3)
(-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-316 *4))
@@ -1780,37 +6921,44 @@
((*1 *2 *2)
(-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
(-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-768)) (-4 *5 (-556))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-602 *2 *3)) (-4 *3 (-1209)) (-4 *2 (-1094))
+ (-4 *2 (-847)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1170)) (-4 *5 (-1213)) (-4 *6 (-1235 *5))
+ (-4 *7 (-1235 (-407 *6))) (-5 *2 (-641 (-949 *5)))
+ (-5 *1 (-341 *4 *5 *6 *7)) (-4 *4 (-342 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1170)) (-4 *1 (-342 *4 *5 *6)) (-4 *4 (-1213))
+ (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-4 *4 (-363))
+ (-5 *2 (-641 (-949 *4))))))
+(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-316 (-379))) (-5 *1 (-305)))))
+(((*1 *2)
+ (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
+ (-5 *1 (-1067 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
+ (-5 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-1112)) (-5 *1 (-1109)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| -1315 (-685 (-407 (-949 *4))))
- (|:| |vec| (-641 (-407 (-949 *4)))) (|:| -3147 (-768))
- (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))
- (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790))
- (-5 *2
- (-2 (|:| |partsol| (-1259 (-407 (-949 *4))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *4)))))))
- (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-816 *3)) (-4 *3 (-847)) (-5 *1 (-668 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1259 *4)) (-5 *3 (-564)) (-4 *4 (-349))
- (-5 *1 (-528 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *4)) (-4 *4 (-1046)) (-5 *2 (-1259 *4))
- (-5 *1 (-1171 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-918)) (-5 *2 (-1259 *3)) (-5 *1 (-1171 *3))
- (-4 *3 (-1046)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-685 (-564))) (-5 *3 (-641 (-564))) (-5 *1 (-1104)))))
-(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1044)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1209)) (-5 *1 (-870 *3 *2)) (-4 *3 (-1209))))
- ((*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
+ (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2 (-379)) (-5 *1 (-205)))))
+(((*1 *2 *1 *3 *3 *3 *2)
+ (-12 (-5 *3 (-768)) (-5 *1 (-671 *2)) (-4 *2 (-1094)))))
+(((*1 *2)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))))
(((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
((*1 *2 *3)
(-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-316 *4))
@@ -1820,75 +6968,24 @@
((*1 *2 *2)
(-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
(-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-744)))))
-(((*1 *2 *3 *4 *4 *5)
- (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3))
- (-4 *3 (-13 (-430 *6) (-27) (-1194)))
- (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-566 *6 *3 *7)) (-4 *7 (-1094)))))
-(((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-545))))
- ((*1 *1 *1) (-4 *1 (-1055))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-610 *1)) (-4 *1 (-302)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-13 (-847) (-556))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225))
- (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
- (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
- (-5 *3 (-641 (-263))) (-5 *1 (-261))))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225))
- (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
- (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
- (-5 *1 (-263))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261))))
- ((*1 *2 *1 *3 *3 *4 *4 *4)
- (-12 (-5 *3 (-564)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261))))
- ((*1 *2 *1 *3)
- (-12
- (-5 *3
- (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225))
- (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
- (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
- (-5 *2 (-1264)) (-5 *1 (-1261))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2364 (-225))
- (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
- (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
- (-5 *1 (-1261))))
- ((*1 *2 *1 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1094)) (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 *2)))
- (-5 *2 (-889 *3)) (-5 *1 (-1070 *3 *4 *5))
- (-4 *5 (-13 (-430 *4) (-883 *3) (-612 *2))))))
+ (-12 (-5 *3 (-685 (-407 (-949 (-564)))))
+ (-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028)))))
+(((*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-225)) (-5 *1 (-1262))))
+ ((*1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-1262)))))
+(((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-685 *3))
+ (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))))
+ (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-1174)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+ (-12 (-5 *3 (-641 (-1 (-112) *8))) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8))))
+ (-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
(((*1 *1 *1)
(-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
(-14 *3 (-641 (-1170))) (-4 *4 (-387))))
@@ -1898,44 +6995,37 @@
((*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-4 *1 (-1009))))
((*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-918))))
((*1 *1 *1) (-4 *1 (-1009))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170))
- (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-585 *3)) (-5 *1 (-426 *5 *3))
- (-4 *3 (-13 (-1194) (-29 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-1035 (-564)) (-147)))
- (-5 *2 (-585 (-407 (-949 *5)))) (-5 *1 (-570 *5))
- (-5 *3 (-407 (-949 *5))))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-641
- (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-768)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *3 (-790)) (-4 *6 (-946 *4 *3 *5)) (-4 *4 (-452)) (-4 *5 (-847))
- (-5 *1 (-449 *4 *3 *5 *6)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-768)) (-4 *4 (-13 (-556) (-147)))
- (-5 *1 (-1229 *4 *2)) (-4 *2 (-1235 *4)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-452)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
- (-247 *4 (-407 (-564)))))
- (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112))
- (-5 *1 (-505 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-263))))
- ((*1 *1)
- (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172))))
- ((*1 *2 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 (-610 *5))) (-5 *3 (-1170)) (-4 *5 (-430 *4))
- (-4 *4 (-847)) (-5 *1 (-573 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+ (-12 (-5 *3 (-949 (-225))) (-5 *2 (-316 (-379))) (-5 *1 (-305)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170))
+ (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-218))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-439))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-835))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-1109))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-1175))) (-5 *3 (-1175)) (-5 *1 (-1112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-13 (-847) (-556))))))
+(((*1 *2) (-12 (-5 *2 (-1141 (-1152))) (-5 *1 (-391)))))
+(((*1 *1 *1) (-5 *1 (-536))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-564)) (-4 *4 (-172)) (-4 *5 (-373 *4))
+ (-4 *6 (-373 *4)) (-5 *1 (-684 *4 *5 *6 *2))
+ (-4 *2 (-683 *4 *5 *6)))))
+(((*1 *1 *1) (-4 *1 (-627)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-587 *4))
+ (-4 *4 (-349)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-826)))))
(((*1 *2 *3 *4)
(-12 (-5 *4 (-641 (-48))) (-5 *2 (-418 *3)) (-5 *1 (-39 *3))
(-4 *3 (-1235 (-48)))))
@@ -1984,8 +7074,8 @@
(-12
(-4 *4
(-13 (-847)
- (-10 -8 (-15 -2153 ((-1170) $))
- (-15 -2794 ((-3 $ "failed") (-1170))))))
+ (-10 -8 (-15 -2511 ((-1170) $))
+ (-15 -3871 ((-3 $ "failed") (-1170))))))
(-4 *5 (-790)) (-4 *7 (-556)) (-5 *2 (-418 *3))
(-5 *1 (-456 *4 *5 *6 *7 *3)) (-4 *6 (-556))
(-4 *3 (-946 *7 *5 *4))))
@@ -2034,13 +7124,13 @@
(-12 (-4 *4 (-790))
(-4 *5
(-13 (-847)
- (-10 -8 (-15 -2153 ((-1170) $))
- (-15 -2794 ((-3 $ "failed") (-1170))))))
+ (-10 -8 (-15 -2511 ((-1170) $))
+ (-15 -3871 ((-3 $ "failed") (-1170))))))
(-4 *6 (-307)) (-5 *2 (-418 *3)) (-5 *1 (-727 *4 *5 *6 *3))
(-4 *3 (-946 (-949 *6) *4 *5))))
((*1 *2 *3)
(-12 (-4 *4 (-790))
- (-4 *5 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))) (-4 *6 (-556))
+ (-4 *5 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))) (-4 *6 (-556))
(-5 *2 (-418 *3)) (-5 *1 (-729 *4 *5 *6 *3))
(-4 *3 (-946 (-407 (-949 *6)) *4 *5))))
((*1 *2 *3)
@@ -2076,113 +7166,133 @@
((*1 *2 *1) (-12 (-5 *2 (-418 *1)) (-4 *1 (-1213))))
((*1 *2 *3)
(-12 (-5 *2 (-418 *3)) (-5 *1 (-1224 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *2) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1262))))
- ((*1 *2 *2) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1262)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094))
- (-4 *6 (-1094)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-680 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-452))
- (-5 *2 (-481 *4 *5)) (-5 *1 (-629 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-62 *3)) (-14 *3 (-1170))))
+ ((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-69 *3)) (-14 *3 (-1170))))
+ ((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-72 *3)) (-14 *3 (-1170))))
+ ((*1 *2 *1) (-12 (-4 *1 (-395)) (-5 *2 (-1264))))
+ ((*1 *2 *3) (-12 (-5 *3 (-388)) (-5 *2 (-1264)) (-5 *1 (-397))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132))))
+ ((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))))
+(((*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-558 *3)) (-4 *3 (-545)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-407 (-564))) (-5 *1 (-319 *3 *4 *5))
- (-4 *3 (-13 (-363) (-847))) (-14 *4 (-1170)) (-14 *5 *3))))
-(((*1 *2 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-752)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-2 (|:| |totdeg| (-768)) (|:| -3194 *4))) (-5 *5 (-768))
+ (-4 *4 (-946 *6 *7 *8)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
+ (-5 *2
+ (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-5 *1 (-449 *6 *7 *8 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1209))
+ (-4 *5 (-373 *4)) (-4 *2 (-373 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *6 *7 *2)) (-4 *6 (-1046))
+ (-4 *7 (-238 *5 *6)) (-4 *2 (-238 *4 *6)))))
+(((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-112))
+ (-5 *1 (-886 *4 *5)) (-4 *5 (-1094))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-5 *2 (-112))
+ (-5 *1 (-887 *5 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *6)) (-5 *4 (-889 *5)) (-4 *5 (-1094))
+ (-4 *6 (-1209)) (-5 *2 (-112)) (-5 *1 (-887 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1211))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1211)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1181 (-641 *4))) (-4 *4 (-847))
- (-5 *2 (-641 (-641 *4))) (-5 *1 (-1180 *4)))))
-(((*1 *1 *1) (-4 *1 (-556))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-790))
- (-4 *3 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))) (-4 *5 (-556))
- (-5 *1 (-729 *4 *3 *5 *2)) (-4 *2 (-946 (-407 (-949 *5)) *4 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *4 (-1046)) (-4 *5 (-790))
- (-4 *3
- (-13 (-847)
- (-10 -8 (-15 -2153 ((-1170) $))
- (-15 -2794 ((-3 $ "failed") (-1170))))))
- (-5 *1 (-981 *4 *5 *3 *2)) (-4 *2 (-946 (-949 *4) *5 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 *6))
- (-4 *6
- (-13 (-847)
- (-10 -8 (-15 -2153 ((-1170) $))
- (-15 -2794 ((-3 $ "failed") (-1170))))))
- (-4 *4 (-1046)) (-4 *5 (-790)) (-5 *1 (-981 *4 *5 *6 *2))
- (-4 *2 (-946 (-949 *4) *5 *6)))))
+ (|partial| -12
+ (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452)))
+ (-5 *2 (-840 *4)) (-5 *1 (-313 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170))
+ (-14 *6 *4)))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452)))
+ (-5 *2 (-840 *4)) (-5 *1 (-1245 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170))
+ (-14 *6 *4))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-612 (-889 (-564))))
- (-4 *5 (-883 (-564)))
- (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-567 *5 *3)) (-4 *3 (-627))
- (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
-(((*1 *1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-112)) (-5 *1 (-594 *3)) (-4 *3 (-1046)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467))))
- ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))))
-(((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-641 (-779 *3))) (-5 *1 (-779 *3)) (-4 *3 (-556))
- (-4 *3 (-1046)))))
+ (-12 (-5 *3 (-641 *6)) (-5 *4 (-1170)) (-4 *6 (-430 *5))
+ (-4 *5 (-847)) (-5 *2 (-641 (-610 *6))) (-5 *1 (-573 *5 *6)))))
+(((*1 *2 *3 *4 *4 *3)
+ (|partial| -12 (-5 *4 (-610 *3))
+ (-4 *3 (-13 (-430 *5) (-27) (-1194)))
+ (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2 (-2 (|:| -3521 *3) (|:| |coeff| *3)))
+ (-5 *1 (-566 *5 *3 *6)) (-4 *6 (-1094)))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-391)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330))
+ (-5 *1 (-332)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-434))
- (-5 *2
- (-641
- (-3 (|:| -2540 (-1170))
- (|:| -3629 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564)))))))))
- (-5 *1 (-1174)))))
-(((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+ (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-109))) (-5 *1 (-175))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-109))) (-5 *1 (-1079)))))
+(((*1 *2) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-105)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859))))
+ ((*1 *1 *1) (-5 *1 (-859))))
(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790))
- (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1064 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790))
- (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-1025 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-641 (-685 *3))) (-4 *3 (-1046)) (-5 *1 (-1025 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-1025 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-641 (-685 *3))) (-4 *3 (-1046)) (-5 *1 (-1025 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1150 *4)) (-5 *3 (-1 *4 (-564))) (-4 *4 (-1046))
+ (-5 *1 (-1154 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))))
+(((*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
+ ((*1 *1 *1 *1) (-4 *1 (-473)))
+ ((*1 *1 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
+ ((*1 *2 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-880))))
+ ((*1 *1 *1) (-5 *1 (-968)))
+ ((*1 *1 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-564)) (-4 *4 (-1235 (-407 *3))) (-5 *2 (-918))
- (-5 *1 (-910 *4 *5)) (-4 *5 (-1235 (-407 *4))))))
+ (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-417 *4)))))
+(((*1 *1 *1) (-5 *1 (-1058))))
(((*1 *2 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
- (-4 *4 (-349)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-556)) (-4 *2 (-1046))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-556))))
- ((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *3 (-1060 *4 *5 *6))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *1))))
- (-4 *1 (-1066 *4 *5 *6 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-641 (-768)))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 (-1272 *4 *5 *6 *7)))
+ (-5 *1 (-1272 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-641 *9)) (-5 *4 (-1 (-112) *9 *9))
+ (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556))
+ (-4 *7 (-790)) (-4 *8 (-847)) (-5 *2 (-641 (-1272 *6 *7 *8 *9)))
+ (-5 *1 (-1272 *6 *7 *8 *9)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1032)) (-5 *1 (-305))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-1032))) (-5 *2 (-1032)) (-5 *1 (-305))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-647 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *1) (-5 *1 (-1058)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1147 *4))
+ (-4 *4 (-1209))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032))
+ (-5 *1 (-745)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-1172 (-407 (-564))))
+ (-5 *1 (-190)))))
(((*1 *2 *1 *3)
(-12 (-5 *3 (-610 *1)) (-4 *1 (-430 *4)) (-4 *4 (-847))
(-4 *4 (-556)) (-5 *2 (-407 (-1166 *1)))))
@@ -2206,175 +7316,219 @@
(-5 *1 (-947 *5 *4 *6 *7 *3))
(-4 *3
(-13 (-363)
- (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $)))))))
+ (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $)))))))
((*1 *2 *3 *4 *2)
(-12 (-5 *2 (-1166 *3))
(-4 *3
(-13 (-363)
- (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $)))))
+ (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $)))))
(-4 *7 (-946 *6 *5 *4)) (-4 *5 (-790)) (-4 *4 (-847))
(-4 *6 (-1046)) (-5 *1 (-947 *5 *4 *6 *7 *3))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-1170)) (-4 *5 (-556))
(-5 *2 (-407 (-1166 (-407 (-949 *5))))) (-5 *1 (-1040 *5))
(-5 *3 (-407 (-949 *5))))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-641 (-1166 *5))) (-5 *3 (-1166 *5))
- (-4 *5 (-166 *4)) (-4 *4 (-545)) (-5 *1 (-149 *4 *5))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-641 *3)) (-4 *3 (-1235 *5))
- (-4 *5 (-1235 *4)) (-4 *4 (-349)) (-5 *1 (-358 *4 *5 *3))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-641 (-1166 (-564)))) (-5 *3 (-1166 (-564)))
- (-5 *1 (-572))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-641 (-1166 *1))) (-5 *3 (-1166 *1))
- (-4 *1 (-906)))))
-(((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1244 *3 *4 *5)) (-4 *3 (-13 (-363) (-847)))
- (-14 *4 (-1170)) (-14 *5 *3) (-5 *1 (-319 *3 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
-(((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *2 (-641 *8)) (-5 *3 (-1 *8 *8 *8))
- (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1202 *5 *6 *7 *8)) (-4 *5 (-556))
- (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1094)) (-4 *6 (-1094))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-680 *4 *5 *6)) (-4 *5 (-1094)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
- (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
- (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4412)) (-4 *1 (-489 *3)) (-4 *3 (-1209))
- (-4 *3 (-1094)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-112))
- (-5 *1 (-901 *4))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-918)) (-5 *2 (-112)) (-5 *1 (-1095 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *4 (-564))) (-5 *5 (-1 (-1150 *4))) (-4 *4 (-363))
- (-4 *4 (-1046)) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-610 *1))) (-4 *1 (-302)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1032)) (-5 *3 (-1170)) (-5 *1 (-192)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-754)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-192))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-300))))
+ (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-417 *4)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545))
+ (-5 *2 (-407 (-564)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-407 (-564))) (-5 *1 (-418 *3)) (-4 *3 (-545))
+ (-4 *3 (-556))))
+ ((*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-407 (-564)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545))
+ (-5 *2 (-407 (-564)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-407 (-564))) (-5 *1 (-830 *3)) (-4 *3 (-545))
+ (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-407 (-564))) (-5 *1 (-840 *3)) (-4 *3 (-545))
+ (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545))
+ (-5 *2 (-407 (-564)))))
((*1 *2 *3)
- (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-305)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))))
-(((*1 *2)
- (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-417 *3)))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-112))
- (-5 *2 (-1032)) (-5 *1 (-742)))))
-(((*1 *1)
- (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768))
- (-4 *4 (-172)))))
+ (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1005 *3)) (-4 *3 (-1035 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1166 *7)) (-4 *5 (-1046))
+ (-4 *7 (-1046)) (-4 *2 (-1235 *5)) (-5 *1 (-501 *5 *2 *6 *7))
+ (-4 *6 (-1235 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1046)) (-4 *7 (-1046))
+ (-4 *4 (-1235 *5)) (-5 *2 (-1166 *7)) (-5 *1 (-501 *5 *4 *6 *7))
+ (-4 *6 (-1235 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -3777 *6) (|:| |sol?| (-112))) (-564)
+ *6))
+ (-4 *6 (-363)) (-4 *7 (-1235 *6))
+ (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6)))
+ (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
+(((*1 *1) (-5 *1 (-615))))
(((*1 *2 *1 *1)
- (-12 (-4 *3 (-363)) (-4 *3 (-1046))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2739 *1)))
- (-4 *1 (-849 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3)))))
+ (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-1046))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859))))
+ ((*1 *1 *1) (-5 *1 (-859)))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-940 (-225))) (-5 *2 (-225)) (-5 *1 (-1205))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-1046)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789))
+ (-4 *2 (-452))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-342 *2 *3 *4)) (-4 *2 (-1213)) (-4 *3 (-1235 *2))
+ (-4 *4 (-1235 (-407 *3)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-452))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847)) (-4 *3 (-452))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-946 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-452))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4)))))
- ((*1 *1 *1) (-5 *1 (-379)))
+ (-12 (-4 *3 (-307)) (-4 *3 (-556)) (-5 *1 (-1157 *3 *2))
+ (-4 *2 (-1235 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-595 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-970 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-789))
+ (-4 *5 (-847)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2777 *3)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *1 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-368)))))
+(((*1 *2 *3) (-12 (-5 *3 (-388)) (-5 *2 (-1264)) (-5 *1 (-391))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-391)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-610 *1))) (-4 *1 (-302)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-294 (-840 *3))) (-4 *3 (-13 (-27) (-1194) (-430 *5)))
+ (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2
+ (-3 (-840 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-840 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-840 *3) "failed")))
+ "failed"))
+ (-5 *1 (-634 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-294 *3)) (-5 *5 (-1152))
+ (-4 *3 (-13 (-27) (-1194) (-430 *6)))
+ (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-840 *3)) (-5 *1 (-634 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4))))
- (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1170)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-698 *4 *5 *6 *7))
- (-4 *4 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209))
- (-4 *7 (-1209)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-112)) (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4)))))
+ (-12 (-5 *4 (-294 (-840 (-949 *5)))) (-4 *5 (-452))
+ (-5 *2
+ (-3 (-840 (-407 (-949 *5)))
+ (-2 (|:| |leftHandLimit| (-3 (-840 (-407 (-949 *5))) "failed"))
+ (|:| |rightHandLimit| (-3 (-840 (-407 (-949 *5))) "failed")))
+ "failed"))
+ (-5 *1 (-635 *5)) (-5 *3 (-407 (-949 *5)))))
((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-564)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-363) (-302)
- (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $))
- (-15 -2663 ((-1119 *3 (-610 $)) $))
- (-15 -1721 ($ (-1119 *3 (-610 $)))))))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-363) (-302)
- (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $))
- (-15 -2663 ((-1119 *3 (-610 $)) $))
- (-15 -1721 ($ (-1119 *3 (-610 $)))))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 *2))
- (-4 *2
- (-13 (-363) (-302)
- (-10 -8 (-15 -2654 ((-1119 *4 (-610 $)) $))
- (-15 -2663 ((-1119 *4 (-610 $)) $))
- (-15 -1721 ($ (-1119 *4 (-610 $)))))))
- (-4 *4 (-556)) (-5 *1 (-41 *4 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 (-610 *2)))
- (-4 *2
- (-13 (-363) (-302)
- (-10 -8 (-15 -2654 ((-1119 *4 (-610 $)) $))
- (-15 -2663 ((-1119 *4 (-610 $)) $))
- (-15 -1721 ($ (-1119 *4 (-610 $)))))))
- (-4 *4 (-556)) (-5 *1 (-41 *4 *2)))))
+ (-12 (-5 *4 (-294 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5)))
+ (-4 *5 (-452))
+ (-5 *2
+ (-3 (-840 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-840 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-840 *3) "failed")))
+ "failed"))
+ (-5 *1 (-635 *5))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-294 (-407 (-949 *6)))) (-5 *5 (-1152))
+ (-5 *3 (-407 (-949 *6))) (-4 *6 (-452)) (-5 *2 (-840 *3))
+ (-5 *1 (-635 *6)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-859)) (-5 *1 (-1150 *3)) (-4 *3 (-1094))
+ (-4 *3 (-1209)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-452)) (-4 *4 (-817))
- (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-225)) (-5 *1 (-305)))))
-(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790))
- (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8))
- (-5 *2
- (-2 (|:| -2026 (-641 *9)) (|:| -3906 *4) (|:| |ineq| (-641 *9))))
- (-5 *1 (-985 *6 *7 *8 *9 *4)) (-5 *3 (-641 *9))
- (-4 *4 (-1066 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790))
- (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8))
+ (-12 (-4 *4 (-556))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1357 *4)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-169 (-225))))
+ (-5 *2 (-1032)) (-5 *1 (-751)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-427 *3 *2)) (-4 *3 (-13 (-172) (-38 (-407 (-564)))))
+ (-4 *2 (-13 (-847) (-21))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1035 (-564))) (-4 *3 (-13 (-847) (-556)))
+ (-5 *1 (-32 *3 *2)) (-4 *2 (-430 *3))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-1166 *4)) (-5 *1 (-165 *3 *4))
+ (-4 *3 (-166 *4))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1046)) (-4 *1 (-302))))
+ ((*1 *2) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1166 *3))))
+ ((*1 *2) (-12 (-4 *1 (-721 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1063 *3 *2)) (-4 *3 (-13 (-845) (-363)))
+ (-4 *2 (-1235 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-157))))
+ ((*1 *2 *1) (-12 (-5 *2 (-157)) (-5 *1 (-871))))
+ ((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1094))
+ (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))
+ (-5 *2 (-641 (-1070 *3 *4 *5))) (-5 *1 (-1071 *3 *4 *5))
+ (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))))
+(((*1 *1 *1) (-4 *1 (-1055))))
+(((*1 *2 *3 *2)
+ (-12 (-4 *1 (-784)) (-5 *2 (-1032))
+ (-5 *3
+ (-2 (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))))
+ ((*1 *2 *3 *2)
+ (-12 (-4 *1 (-784)) (-5 *2 (-1032))
+ (-5 *3
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-525)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -2956 *9))))
+ (-5 *4 (-768)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8))
+ (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-1264))
+ (-5 *1 (-1064 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -2956 *9))))
+ (-5 *4 (-768)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8))
+ (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-1264))
+ (-5 *1 (-1139 *5 *6 *7 *8 *9)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
+ (-5 *2
+ (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564))
+ (|:| |success| (-112))))
+ (-5 *1 (-786)) (-5 *5 (-564)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-641 (-407 *6))) (-5 *3 (-407 *6))
+ (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564))))
(-5 *2
- (-2 (|:| -2026 (-641 *9)) (|:| -3906 *4) (|:| |ineq| (-641 *9))))
- (-5 *1 (-1101 *6 *7 *8 *9 *4)) (-5 *3 (-641 *9))
- (-4 *4 (-1066 *6 *7 *8 *9)))))
-(((*1 *2 *3 *3 *4 *4 *5 *5 *3 *3 *4 *4 *5 *5 *3 *3 *4 *4 *5 *5 *3 *4 *4
- *4 *6 *4)
- (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-671 (-225)))
- (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-747)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1152)) (-5 *1 (-986))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1088 *4)) (-4 *4 (-1209))
- (-5 *1 (-1086 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))))
-(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-568 *5 *6)))))
+(((*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-845)) (-5 *1 (-303 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-326 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046))
+ (-4 *2 (-452))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 *4)) (-4 *4 (-1235 (-564))) (-5 *2 (-641 (-564)))
+ (-5 *1 (-486 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-452))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847)) (-4 *3 (-452)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-491)))))
(((*1 *2 *3)
(-12 (-5 *2 (-169 (-379))) (-5 *1 (-782 *3)) (-4 *3 (-612 (-379)))))
((*1 *2 *3 *4)
@@ -2423,248 +7577,25 @@
(-12 (-5 *3 (-316 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-556))
(-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379)))
(-5 *1 (-782 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
- (-4 *4 (-349)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-233)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4))
- (-4 *6 (-790)) (-5 *2 (-1 *1 (-768))) (-4 *1 (-253 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790))
- (-5 *2 (-1 *1 (-768))) (-4 *1 (-253 *4 *3 *5 *6))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-266 *2)) (-4 *2 (-847)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-169 *5)) (-4 *5 (-13 (-430 *4) (-999) (-1194)))
- (-4 *4 (-13 (-556) (-847)))
- (-4 *2 (-13 (-430 (-169 *4)) (-999) (-1194)))
- (-5 *1 (-598 *4 *5 *2)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-577))))
- ((*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-577)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
- (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790))
- (-5 *2 (-112)) (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 *6)) (-4 *5 (-1213)) (-4 *6 (-1235 *5))
- (-5 *2 (-2 (|:| -2954 (-768)) (|:| -2784 *3) (|:| |radicand| *6)))
- (-5 *1 (-148 *5 *6 *7)) (-5 *4 (-768)) (-4 *7 (-1235 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -3906 *9))))
- (-5 *4 (-768)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8))
- (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-1264))
- (-5 *1 (-1064 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -3906 *9))))
- (-5 *4 (-768)) (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8))
- (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-1264))
- (-5 *1 (-1139 *5 *6 *7 *8 *9)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *3))
- (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 (-641 *7) (-641 *7))) (-5 *2 (-641 *7))
- (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790))
- (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *7)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-418 (-1166 *1))) (-5 *1 (-316 *4)) (-5 *3 (-1166 *1))
- (-4 *4 (-452)) (-4 *4 (-556)) (-4 *4 (-847))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-407 (-1166 (-316 *3)))) (-4 *3 (-13 (-556) (-847)))
- (-5 *1 (-1124 *3)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
- (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
- (-5 *1 (-785)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4))
- (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-871))))
- ((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1283 *3 *4)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847))
- (-4 *4 (-172))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-816 *3)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847))
- (-4 *4 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))))
-(((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-3 *3 (-641 *1)))
- (-4 *1 (-1066 *4 *5 *6 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *5)) (-4 *5 (-430 *4)) (-4 *4 (-13 (-847) (-556)))
- (-5 *2 (-859)) (-5 *1 (-32 *4 *5)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-768)) (-4 *5 (-172))))
- ((*1 *1 *1 *2 *1 *2)
- (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-768)) (-4 *5 (-172))))
- ((*1 *2 *2 *3)
- (-12
- (-5 *2
- (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
- (-247 *4 (-407 (-564)))))
- (-5 *3 (-641 (-861 *4))) (-14 *4 (-641 (-1170))) (-14 *5 (-768))
- (-5 *1 (-505 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1046)) (-5 *1 (-891 *2 *3)) (-4 *2 (-1235 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1152)) (-5 *2 (-214 (-502))) (-5 *1 (-834)))))
-(((*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1) (-12 (-5 *2 (-213 4 (-129))) (-5 *1 (-579)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-1150 *3))) (-5 *1 (-1150 *3)) (-4 *3 (-1209)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-316 *4)) (-4 *4 (-13 (-825) (-847) (-1046)))
- (-5 *2 (-1152)) (-5 *1 (-823 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-316 *5)) (-5 *4 (-112))
- (-4 *5 (-13 (-825) (-847) (-1046))) (-5 *2 (-1152))
- (-5 *1 (-823 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-819)) (-5 *4 (-316 *5))
- (-4 *5 (-13 (-825) (-847) (-1046))) (-5 *2 (-1264))
- (-5 *1 (-823 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-819)) (-5 *4 (-316 *6)) (-5 *5 (-112))
- (-4 *6 (-13 (-825) (-847) (-1046))) (-5 *2 (-1264))
- (-5 *1 (-823 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-825)) (-5 *2 (-1152))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-825)) (-5 *3 (-112)) (-5 *2 (-1152))))
- ((*1 *2 *3 *1) (-12 (-4 *1 (-825)) (-5 *3 (-819)) (-5 *2 (-1264))))
- ((*1 *2 *3 *1 *4)
- (-12 (-4 *1 (-825)) (-5 *3 (-819)) (-5 *4 (-112)) (-5 *2 (-1264)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-2 (|:| -4020 *4) (|:| -4341 (-564)))))
- (-4 *4 (-1235 (-564))) (-5 *2 (-734 (-768))) (-5 *1 (-442 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-418 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-1046))
- (-5 *2 (-734 (-768))) (-5 *1 (-444 *4 *5)))))
-(((*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-165 *3 *2)) (-4 *3 (-166 *2))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *2 *4)) (-4 *4 (-1235 *2))
- (-4 *2 (-172))))
- ((*1 *2)
- (-12 (-4 *4 (-1235 *2)) (-4 *2 (-172)) (-5 *1 (-408 *3 *2 *4))
- (-4 *3 (-409 *2 *4))))
- ((*1 *2) (-12 (-4 *1 (-409 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172))))
- ((*1 *2)
- (-12 (-4 *3 (-1235 *2)) (-5 *2 (-564)) (-5 *1 (-765 *3 *4))
- (-4 *4 (-409 *2 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847)) (-4 *3 (-172))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-172)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1211)))))
-(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-641 (-263))) (-5 *1 (-1261))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-1152)) (-5 *1 (-1261))))
- ((*1 *1 *1) (-5 *1 (-1261))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-1219 *4)) (-4 *4 (-1046)) (-4 *4 (-556))
- (-5 *2 (-407 (-949 *4)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-1219 *4)) (-4 *4 (-1046)) (-4 *4 (-556))
- (-5 *2 (-407 (-949 *4))))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-902 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
+(((*1 *2 *3 *3 *4 *3)
(-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-752)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-556) (-847) (-1035 (-564))))
- (-4 *5 (-430 *4)) (-5 *2 (-418 (-1166 (-407 (-564)))))
- (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))))
-(((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))))
-(((*1 *2 *3)
+ (-5 *1 (-744)))))
+(((*1 *1 *1) (-5 *1 (-112))))
+(((*1 *2 *3 *3)
(-12
(-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
- (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-379)) (-5 *1 (-205)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-1174)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *4 (-172)) (-4 *5 (-373 *4))
- (-4 *6 (-373 *4)) (-5 *1 (-684 *4 *5 *6 *2))
- (-4 *2 (-683 *4 *5 *6)))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-112))
- (-5 *1 (-886 *4 *5)) (-4 *5 (-1094))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-889 *5)) (-4 *5 (-1094)) (-5 *2 (-112))
- (-5 *1 (-887 *5 *3)) (-4 *3 (-1209))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *6)) (-5 *4 (-889 *5)) (-4 *5 (-1094))
- (-4 *6 (-1209)) (-5 *2 (-112)) (-5 *1 (-887 *5 *6)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859))))
- ((*1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-1172 (-407 (-564))))
- (-5 *1 (-190)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789))
- (-4 *2 (-452))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-342 *2 *3 *4)) (-4 *2 (-1213)) (-4 *3 (-1235 *2))
- (-4 *4 (-1235 (-407 *3)))))
- ((*1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-452))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847)) (-4 *3 (-452))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-946 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-452))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-307)) (-4 *3 (-556)) (-5 *1 (-1157 *3 *2))
- (-4 *2 (-1235 *3)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-169 (-225))))
- (-5 *2 (-1032)) (-5 *1 (-751)))))
-(((*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-845)) (-5 *1 (-303 *3)))))
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-790)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847))
+ (-5 *2 (-112)) (-5 *1 (-449 *4 *5 *6 *7)))))
+(((*1 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-368)) (-4 *2 (-1094)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 (-247 *4 *5))) (-5 *2 (-247 *4 *5))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-629 *4 *5)))))
(((*1 *2 *3)
(-12 (-4 *4 (-349)) (-5 *2 (-418 *3)) (-5 *1 (-216 *4 *3))
(-4 *3 (-1235 *4))))
@@ -2687,8 +7618,72 @@
(-4 *3 (-1235 (-407 (-564))))))
((*1 *2 *3)
(-12 (-5 *2 (-418 *3)) (-5 *1 (-1224 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-13 (-847) (-556))))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
+ (-5 *1 (-1067 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
+ (-5 *1 (-1102 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-826)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-685 *5))) (-4 *5 (-307)) (-4 *5 (-1046))
+ (-5 *2 (-1259 (-1259 *5))) (-5 *1 (-1026 *5)) (-5 *4 (-1259 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7))))
+ (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-641 *1)) (-4 *1 (-307)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-1170)) (-5 *6 (-112))
+ (-4 *7 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-4 *3 (-13 (-1194) (-956) (-29 *7)))
+ (-5 *2
+ (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-219 *7 *3)) (-5 *5 (-840 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-790)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847))
+ (-5 *2 (-112)) (-5 *1 (-449 *4 *5 *6 *7)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-961 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-407 *6)) (|:| |c| (-407 *6))
+ (|:| -1401 *6)))
+ (-5 *1 (-1012 *5 *6)) (-5 *3 (-407 *6)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-452)) (-4 *4 (-556))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| -2362 *4))) (-5 *1 (-966 *4 *3))
+ (-4 *3 (-1235 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 (-437)))))
+ (-5 *1 (-1174)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-564)) (-5 *1 (-241))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-564)) (-5 *1 (-241)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-1060 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-114)) (-4 *2 (-1094)) (-4 *2 (-847))
+ (-5 *1 (-113 *2)))))
(((*1 *2 *3)
(-12 (-4 *4 (-989 *2)) (-4 *2 (-556)) (-5 *1 (-142 *2 *4 *3))
(-4 *3 (-373 *4))))
@@ -2701,693 +7696,421 @@
((*1 *2 *3)
(-12 (-4 *4 (-989 *2)) (-4 *2 (-556)) (-5 *1 (-1228 *2 *4 *3))
(-4 *3 (-1235 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-610 *1))) (-4 *1 (-302)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-818)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225)))
- (-5 *2 (-1032)) (-5 *1 (-754)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-253 *2 *3 *4 *5)) (-4 *2 (-1046)) (-4 *3 (-847))
- (-4 *4 (-266 *3)) (-4 *5 (-790)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
-(((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1094)) (-4 *5 (-1094))
- (-5 *2 (-1 *5 *4)) (-5 *1 (-679 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-561)) (-5 *3 (-564)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)) (-4 *5 (-363))
- (-5 *2 (-112)) (-5 *1 (-663 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4413))))
- (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4413)))) (-5 *2 (-112))
- (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-641 (-263))) (-5 *4 (-1170))
- (-5 *1 (-262 *2)) (-4 *2 (-1209))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-641 (-263))) (-5 *4 (-1170)) (-5 *2 (-52))
- (-5 *1 (-263)))))
-(((*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-307)) (-5 *1 (-455 *3 *2)) (-4 *2 (-1235 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-307)) (-5 *1 (-460 *3 *2)) (-4 *2 (-1235 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-307)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-768)))
- (-5 *1 (-539 *3 *2 *4 *5)) (-4 *2 (-1235 *3)))))
-(((*1 *2)
- (-12 (-4 *1 (-349))
- (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
- ((*1 *2 *3) (-12 (-5 *3 (-968)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790))
- (-5 *2
- (-2 (|:| |mval| (-685 *4)) (|:| |invmval| (-685 *4))
- (|:| |genIdeal| (-504 *4 *5 *6 *7))))
- (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))))
-(((*1 *2 *3 *2)
- (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3))
- (-4 *3 (-1235 (-169 *2)))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3))
- (-4 *3 (-1235 (-169 *2))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1141 *3)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-744)))))
-(((*1 *2 *3) (-12 (-5 *3 (-536)) (-5 *1 (-535 *2)) (-4 *2 (-1209))))
- ((*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-536)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
- (-5 *2 (-1259 *6)) (-5 *1 (-336 *3 *4 *5 *6))
- (-4 *6 (-342 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
- (-5 *1 (-985 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
- (-5 *1 (-1101 *3 *4 *5 *6 *7)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-857)) (-5 *2 (-687 (-129))) (-5 *3 (-129)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170))
- (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2
- (-2 (|:| |func| *3) (|:| |kers| (-641 (-610 *3)))
- (|:| |vals| (-641 *3))))
- (-5 *1 (-277 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112))
- (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114))))))
- (-4 *4 (-349)) (-5 *2 (-1264)) (-5 *1 (-528 *4)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1079)))))
-(((*1 *2 *1) (-12 (-5 *2 (-139)) (-5 *1 (-140))))
- ((*1 *2 *1) (-12 (-5 *2 (-187)) (-5 *1 (-183))))
- ((*1 *2 *1) (-12 (-5 *2 (-249)) (-5 *1 (-248)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847))
- (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-641 *4)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225)))
- (-5 *2 (-1032)) (-5 *1 (-751)))))
+ (-12 (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-556))
+ (-4 *7 (-946 *3 *5 *6))
+ (-5 *2 (-2 (|:| -1558 (-768)) (|:| -2860 *8) (|:| |radicand| *8)))
+ (-5 *1 (-950 *5 *6 *3 *7 *8)) (-5 *4 (-768))
+ (-4 *8
+ (-13 (-363)
+ (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $)) (-15 -3693 (*7 $))))))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046))
+ (-5 *1 (-1154 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046))
+ (-14 *4 (-1170)) (-14 *5 *3))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
+(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-1055)) (-4 *3 (-1194))
- (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-783)))))
-(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1214))))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
+ (|partial| -12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046))
+ (-4 *2 (-1219 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
(-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
(-5 *2
- (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564))
+ (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564))
(|:| |success| (-112))))
(-5 *1 (-786)) (-5 *5 (-564)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-942 *4 *3))
- (-4 *3 (-1235 *4)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-641 (-610 *2))) (-5 *4 (-641 (-1170)))
- (-4 *2 (-13 (-430 (-169 *5)) (-999) (-1194)))
- (-4 *5 (-13 (-556) (-847))) (-5 *1 (-598 *5 *6 *2))
- (-4 *6 (-13 (-430 *5) (-999) (-1194))))))
-(((*1 *2 *3 *4)
- (-12
- (-5 *3
- (-641
- (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8))
- (|:| |wcond| (-641 (-949 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1259 (-407 (-949 *5))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *5))))))))))
- (-5 *4 (-1152)) (-4 *5 (-13 (-307) (-147))) (-4 *8 (-946 *5 *7 *6))
- (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-564))
- (-5 *1 (-921 *5 *6 *7 *8)))))
-(((*1 *1 *1) (-4 *1 (-143)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))))
-(((*1 *2) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1166 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556)))
- (-5 *1 (-32 *4 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
- (-14 *5 (-641 (-1170)))
+(((*1 *1) (-5 *1 (-437))))
+(((*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-818)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225)))
+ (-5 *4 (-1 (-225) (-225) (-225) (-225)))
+ (-5 *2 (-1 (-940 (-225)) (-225) (-225))) (-5 *1 (-693)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
+ (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *6 (-225))
+ (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-316 *3)) (-4 *3 (-13 (-1046) (-847)))
+ (-5 *1 (-223 *3 *4)) (-14 *4 (-641 (-1170))))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
+ (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1032))
+ (-5 *1 (-746)))))
+(((*1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1226 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-940 *5)) (-4 *5 (-1046)) (-5 *2 (-768))
+ (-5 *1 (-1158 *4 *5)) (-14 *4 (-918))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-768))) (-5 *3 (-768)) (-5 *1 (-1158 *4 *5))
+ (-14 *4 (-918)) (-4 *5 (-1046))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-768))) (-5 *3 (-940 *5)) (-4 *5 (-1046))
+ (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1174)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-5 *5 (-641 (-641 *8)))
+ (-4 *7 (-847)) (-4 *8 (-307)) (-4 *9 (-946 *8 *6 *7)) (-4 *6 (-790))
(-5 *2
- (-641 (-2 (|:| -2120 (-1166 *4)) (|:| -3057 (-641 (-949 *4))))))
- (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-2 (|:| |upol| (-1166 *8)) (|:| |Lval| (-641 *8))
+ (|:| |Lfact|
+ (-641 (-2 (|:| -3070 (-1166 *8)) (|:| -1558 (-564)))))
+ (|:| |ctpol| *8)))
+ (-5 *1 (-739 *6 *7 *8 *9)))))
+(((*1 *2 *1)
+ (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1468 *5) (|:| -1558 *2))
+ (-2 (|:| -1468 *5) (|:| -1558 *2))))
+ (-4 *2 (-238 (-2828 *3) (-768))) (-5 *1 (-461 *3 *4 *5 *2 *6 *7))
+ (-4 *5 (-847)) (-4 *7 (-946 *4 *2 (-861 *3))))))
+(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-911 *3)) (-4 *3 (-307)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225)))
+ (-5 *2 (-1032)) (-5 *1 (-754)))))
+(((*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1173)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *1 *1 *1) (-4 *1 (-964))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-610 *1))) (-4 *1 (-302)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1106)) (-4 *3 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-430 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3))
+ (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046))
+ (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-641 *3))
+ (-5 *1 (-947 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-363)
+ (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $))
+ (-15 -3693 (*7 $))))))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *8 (-1060 *5 *6 *7))
(-5 *2
- (-641 (-2 (|:| -2120 (-1166 *5)) (|:| -3057 (-641 (-949 *5))))))
- (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5)))
- (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ (-2 (|:| |val| (-641 *8))
+ (|:| |towers| (-641 (-1024 *5 *6 *7 *8)))))
+ (-5 *1 (-1024 *5 *6 *7 *8)) (-5 *3 (-641 *8))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *8 (-1060 *5 *6 *7))
(-5 *2
- (-641 (-2 (|:| -2120 (-1166 *5)) (|:| -3057 (-641 (-949 *5))))))
- (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5)))
- (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ (-2 (|:| |val| (-641 *8))
+ (|:| |towers| (-641 (-1140 *5 *6 *7 *8)))))
+ (-5 *1 (-1140 *5 *6 *7 *8)) (-5 *3 (-641 *8)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-940 (-225))) (-5 *2 (-1264)) (-5 *1 (-468)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-14 *5 (-641 (-1170))) (-4 *2 (-172))
+ (-4 *4 (-238 (-2828 *5) (-768)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1468 *3) (|:| -1558 *4))
+ (-2 (|:| -1468 *3) (|:| -1558 *4))))
+ (-5 *1 (-461 *5 *2 *3 *4 *6 *7)) (-4 *3 (-847))
+ (-4 *7 (-946 *2 *4 (-861 *5))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 *10))
+ (-5 *1 (-622 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1066 *5 *6 *7 *8))
+ (-4 *10 (-1103 *5 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452))
+ (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6)))
+ (-5 *1 (-626 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452))
+ (-14 *6 (-641 (-1170)))
(-5 *2
- (-641 (-2 (|:| -2120 (-1166 *5)) (|:| -3057 (-641 (-949 *5))))))
- (-5 *1 (-1285 *5 *6 *7)) (-5 *3 (-641 (-949 *5)))
- (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ (-641 (-1140 *5 (-531 (-861 *6)) (-861 *6) (-777 *5 (-861 *6)))))
+ (-5 *1 (-626 *5 *6))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452))
+ (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6)))
+ (-5 *1 (-1043 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-1066 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2
- (-641 (-2 (|:| -2120 (-1166 *4)) (|:| -3057 (-641 (-949 *4))))))
- (-5 *1 (-1285 *4 *5 *6)) (-5 *3 (-641 (-949 *4)))
- (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1046)) (-4 *4 (-1094)) (-5 *2 (-641 *1))
- (-4 *1 (-382 *3 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-732 *3 *4))) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-723))))
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-1202 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-889 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1115 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55))))
((*1 *2 *1)
- (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-946 *3 *4 *5)))))
-(((*1 *1) (-5 *1 (-330))))
-(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261))))
- ((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-820)) (-5 *1 (-819)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-564))) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-556)) (-4 *8 (-946 *7 *5 *6))
- (-5 *2 (-2 (|:| -2954 (-768)) (|:| -2784 *9) (|:| |radicand| *9)))
- (-5 *1 (-950 *5 *6 *7 *8 *9)) (-5 *4 (-768))
- (-4 *9
- (-13 (-363)
- (-10 -8 (-15 -1721 ($ *8)) (-15 -2654 (*8 $)) (-15 -2663 (*8 $))))))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *6))))
- (-5 *4 (-1023 (-840 (-564)))) (-5 *5 (-1170)) (-5 *7 (-407 (-564)))
- (-4 *6 (-1046)) (-5 *2 (-859)) (-5 *1 (-594 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564))) (-5 *2 (-112))
- (-5 *1 (-1286 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-112))
- (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-4 *3 (-13 (-27) (-1194) (-430 *6) (-10 -8 (-15 -1721 ($ *7)))))
- (-4 *7 (-845))
- (-4 *8
- (-13 (-1237 *3 *7) (-363) (-1194)
- (-10 -8 (-15 -1795 ($ $)) (-15 -2052 ($ $)))))
- (-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))))
- (-5 *1 (-422 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1152)) (-4 *9 (-980 *8))
- (-14 *10 (-1170)))))
+ (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
+ (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-719)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-723)) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-564)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
- (-5 *2 (-1264)) (-5 *1 (-1173))))
+ (-12 (-5 *3 (-902 (-564))) (-5 *4 (-564)) (-5 *2 (-685 *4))
+ (-5 *1 (-1025 *5)) (-4 *5 (-1046))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1025 *4))
+ (-4 *4 (-1046))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170))
- (-5 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-5 *2 (-1264))
- (-5 *1 (-1173))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *3 (-1170))
- (-5 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-5 *2 (-1264))
- (-5 *1 (-1173)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4))
- (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
-(((*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564)))
- (-5 *2 (-1259 (-407 (-564)))) (-5 *1 (-1286 *4)))))
-(((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-586 *3)) (-4 *3 (-545)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-5 *2 (-2 (|:| -2381 *3) (|:| -3096 *4))))))
-(((*1 *1 *1) (-4 *1 (-545))))
-(((*1 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))))
+ (-12 (-5 *3 (-641 (-902 (-564)))) (-5 *4 (-564))
+ (-5 *2 (-641 (-685 *4))) (-5 *1 (-1025 *5)) (-4 *5 (-1046))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-641 (-564)))) (-5 *2 (-641 (-685 (-564))))
+ (-5 *1 (-1025 *4)) (-4 *4 (-1046)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-253 *2 *3 *4 *5)) (-4 *2 (-1046)) (-4 *3 (-847))
+ (-4 *4 (-266 *3)) (-4 *5 (-790)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3))))
- (-5 *1 (-594 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 *4))
- (-5 *2 (-2 (|:| |radicand| (-407 *5)) (|:| |deg| (-768))))
- (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1094)) (-4 *6 (-1094))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-680 *4 *5 *6)) (-4 *4 (-1094)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-1208))) (-5 *3 (-1208)) (-5 *1 (-677)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1133))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213))
- (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))))
-(((*1 *2 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1090))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209))))
- ((*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-556))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-556)))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-169 (-225)))) (-5 *2 (-1032))
- (-5 *1 (-751)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-859)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *5 (-610 *4)) (-5 *6 (-1170))
- (-4 *4 (-13 (-430 *7) (-27) (-1194)))
- (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-12
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4))))
- (-5 *1 (-566 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-556)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1046) (-847)))
- (-14 *3 (-641 (-1170))))))
-(((*1 *2)
- (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5)))
- (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
-(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-771)) (-5 *1 (-114))))
- ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-771)) (-5 *1 (-114)))))
-(((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262))))
- ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1170))
+ (-641
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225)))))
+ (-5 *1 (-559))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-608 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-5 *2 (-641 *3))))
+ ((*1 *2 *1)
+ (-12
(-5 *2
- (-2 (|:| |zeros| (-1150 (-225))) (|:| |ones| (-1150 (-225)))
- (|:| |singularities| (-1150 (-225)))))
- (-5 *1 (-105)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-602 *2 *3)) (-4 *3 (-1209)) (-4 *2 (-1094))
- (-4 *2 (-847)))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))))
+ (-641
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
+ (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225)))))
+ (-5 *1 (-800)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-564)) (-5 *2 (-641 (-2 (|:| -3070 *3) (|:| -1619 *4))))
+ (-5 *1 (-692 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225)))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-79 LSFUN1))))
+ (-5 *2 (-1032)) (-5 *1 (-750)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))))
+ (-12 (-5 *3 (-1152)) (-5 *2 (-564)) (-5 *1 (-1191 *4))
+ (-4 *4 (-1046)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-836))
- (-5 *3
- (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225)))
- (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225))))
- (|:| |ub| (-641 (-840 (-225))))))
- (-5 *2 (-1032))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-836))
- (-5 *3
- (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))
- (-5 *2 (-1032)))))
+ (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-192))))
- ((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-300))))
- ((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1152)) (-5 *1 (-305)))))
+ (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556))
+ (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8))))
+ (-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))))
(((*1 *2 *2)
(-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999)))
(-5 *1 (-176 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *1 (-801 *4 *2)) (-4 *2 (-13 (-29 *4) (-1194) (-956)))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1) (-5 *1 (-859)))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3)) (-4 *3 (-1046)))))
-(((*1 *1 *1) (-5 *1 (-1058))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-506)) (-5 *1 (-280)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4412)) (-4 *1 (-151 *2)) (-4 *2 (-1209))
- (-4 *2 (-1094))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4412)) (-4 *1 (-151 *3))
- (-4 *3 (-1209))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-670 *3)) (-4 *3 (-1209))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-564)) (-4 *4 (-1094))
- (-5 *1 (-734 *4))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-5 *1 (-734 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
- (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-940 *4)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-1046)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1264))
- (-5 *1 (-449 *4 *5 *6 *7)))))
-(((*1 *1 *1) (-5 *1 (-1058))))
-(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-818)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-756)))))
+(((*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564))))
+ ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-695)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-564)) (-5 *4 (-418 *2)) (-4 *2 (-946 *7 *5 *6))
- (-5 *1 (-739 *5 *6 *7 *2)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-307)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *2 (-768)))))
+ (-12 (-5 *4 (-564)) (-4 *2 (-430 *3)) (-5 *1 (-32 *3 *2))
+ (-4 *3 (-1035 *4)) (-4 *3 (-13 (-847) (-556))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
+ ((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
+ ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-641 (-506))) (-5 *2 (-506)) (-5 *1 (-483)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-192))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-300))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-305)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1166 *1)) (-5 *3 (-1170)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-949 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1170)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-847) (-556)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-847) (-556)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1166 *2)) (-5 *4 (-1170)) (-4 *2 (-430 *5))
+ (-5 *1 (-32 *5 *2)) (-4 *5 (-13 (-847) (-556)))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1166 *1)) (-5 *3 (-918)) (-4 *1 (-1009))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-1166 *1)) (-5 *3 (-918)) (-5 *4 (-859))
+ (-4 *1 (-1009))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *3 (-918)) (-4 *4 (-13 (-845) (-363)))
+ (-4 *1 (-1063 *4 *2)) (-4 *2 (-1235 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))))
+(((*1 *2)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1096 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094))))
+ (-12 (-4 *3 (-1209)) (-5 *2 (-641 *1)) (-4 *1 (-1007 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-1096 *3)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-363) (-845))) (-5 *1 (-181 *3 *2))
- (-4 *2 (-1235 (-169 *3))))))
-(((*1 *1) (-5 *1 (-800))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 (-564))) (-4 *3 (-1046)) (-5 *1 (-99 *3))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-99 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-99 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-373 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1195 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-1195 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-641 (-1195 *2))) (-5 *1 (-1195 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-968)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *1 *1) (-4 *1 (-1133))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-816 *4)) (-4 *4 (-847)) (-5 *2 (-112))
- (-5 *1 (-668 *4)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847))
- (-5 *2 (-2 (|:| -2784 *1) (|:| |gap| (-768)) (|:| -3101 *1)))
- (-4 *1 (-1060 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-2 (|:| -2784 *1) (|:| |gap| (-768)) (|:| -3101 *1)))
- (-4 *1 (-1060 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1166 *4)) (-5 *1 (-528 *4))
- (-4 *4 (-349)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-900 *3)) (-4 *3 (-1094)) (-5 *2 (-1096 *3))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1094)) (-5 *2 (-1096 (-641 *4))) (-5 *1 (-901 *4))
- (-5 *3 (-641 *4))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1094)) (-5 *2 (-1096 (-1096 *4))) (-5 *1 (-901 *4))
- (-5 *3 (-1096 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *2 (-1096 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-768)) (-5 *4 (-1259 *2)) (-4 *5 (-307))
- (-4 *6 (-989 *5)) (-4 *2 (-13 (-409 *6 *7) (-1035 *6)))
- (-5 *1 (-413 *5 *6 *7 *2)) (-4 *7 (-1235 *6)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-564)) (-4 *3 (-172)) (-4 *5 (-373 *3))
- (-4 *6 (-373 *3)) (-5 *1 (-684 *3 *5 *6 *2))
- (-4 *2 (-683 *3 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1166 *5)) (-4 *5 (-363)) (-5 *2 (-641 *6))
- (-5 *1 (-532 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845))))))
-(((*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-129)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170)) (-4 *4 (-452)) (-4 *4 (-847))
- (-5 *1 (-573 *4 *2)) (-4 *2 (-284)) (-4 *2 (-430 *4)))))
+ (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4))
+ (-14 *3 (-918)) (-4 *4 (-1046)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-363) (-1194) (-999))))))
-(((*1 *2 *2 *2)
- (-12
+ (-12 (-5 *3 (-1152)) (-4 *4 (-13 (-307) (-147)))
+ (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790))
(-5 *2
(-641
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-768)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-790)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *5 (-847))
- (-5 *1 (-449 *3 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-128)))))
-(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
+ (-2 (|:| |eqzro| (-641 *7)) (|:| |neqzro| (-641 *7))
+ (|:| |wcond| (-641 (-949 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *4))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *4))))))))))
+ (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))))
+(((*1 *1 *1) (-4 *1 (-627)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
(-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-112))
- (-5 *6 (-225)) (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-68 APROD))))
- (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-73 MSOLVE))))
- (-5 *2 (-1032)) (-5 *1 (-753)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-744)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
- (-4 *2 (-430 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1152)) (-5 *1 (-305)))))
-(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))))
-(((*1 *1) (-5 *1 (-157)))
- ((*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-768))) (-5 *3 (-112)) (-5 *1 (-1158 *4 *5))
- (-14 *4 (-918)) (-4 *5 (-1046)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
- (-5 *4 (-316 (-169 (-379)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
- (-5 *4 (-316 (-379))) (-5 *1 (-330))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
- (-5 *4 (-316 (-564))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-169 (-379)))))
- (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-379)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-564)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-169 (-379)))))
- (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-379)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-564)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-169 (-379)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-379))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-564))) (-5 *1 (-330))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
- (-5 *4 (-316 (-690))) (-5 *1 (-330))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
- (-5 *4 (-316 (-695))) (-5 *1 (-330))))
+ (-5 *2 (-1032)) (-5 *1 (-750)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5))
+ (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-1272 *3 *4 *5 *6))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-949 (-564))))
- (-5 *4 (-316 (-697))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-690)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-695)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-316 (-697)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-690)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-695)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-316 (-697)))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-690))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-695))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-697))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-690))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-695))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-685 (-697))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-690))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-695))) (-5 *1 (-330))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-316 (-697))) (-5 *1 (-330))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1152)) (-5 *1 (-330))))
- ((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-112)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1152)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
- ((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-263))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *1)
- (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1170)) (-4 *4 (-1046)) (-4 *4 (-847))
- (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -2954 (-564))))
- (-4 *1 (-430 *4))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-114)) (-4 *4 (-1046)) (-4 *4 (-847))
- (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -2954 (-564))))
- (-4 *1 (-430 *4))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1106)) (-4 *3 (-847))
- (-5 *2 (-2 (|:| |var| (-610 *1)) (|:| -2954 (-564))))
- (-4 *1 (-430 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |val| (-889 *3)) (|:| -2954 (-768))))
- (-5 *1 (-889 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *2 (-2 (|:| |var| *5) (|:| -2954 (-768))))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046))
- (-4 *7 (-946 *6 *4 *5))
- (-5 *2 (-2 (|:| |var| *5) (|:| -2954 (-564))))
- (-5 *1 (-947 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-363)
- (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $))
- (-15 -2663 (*7 $))))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *1)) (-5 *4 (-1259 *1)) (-4 *1 (-637 *5))
- (-4 *5 (-1046))
- (-5 *2 (-2 (|:| -1315 (-685 *5)) (|:| |vec| (-1259 *5))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-685 *1)) (-4 *1 (-637 *4)) (-4 *4 (-1046))
- (-5 *2 (-685 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-529)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-818)) (-5 *4 (-52)) (-5 *2 (-1264)) (-5 *1 (-828)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-768)) (-5 *4 (-564)) (-5 *1 (-445 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-275)))))
+ (|partial| -12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556))
+ (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1272 *5 *6 *7 *8)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-132)) (-5 *3 (-768)) (-5 *2 (-1264)))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-558 *2)) (-4 *2 (-545)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-349)) (-5 *3 (-564)) (-5 *2 (-1182 (-918) (-768))))))
+ (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1094)) (-4 *5 (-1094))
+ (-5 *2 (-1 *5 *4)) (-5 *1 (-679 *4 *5)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 (-768) *2)) (-5 *4 (-768)) (-4 *2 (-1094))
+ (-5 *1 (-674 *2))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1 *3 (-768) *3)) (-4 *3 (-1094)) (-5 *1 (-678 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-418 *5)) (-4 *5 (-556))
+ (-5 *2
+ (-2 (|:| -1558 (-768)) (|:| -2860 *5) (|:| |radicand| (-641 *5))))
+ (-5 *1 (-320 *5)) (-5 *4 (-768))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-999)) (-5 *2 (-564)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3581 (-114)) (|:| |arg| (-641 (-889 *3)))))
+ (-5 *1 (-889 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-114)) (-5 *2 (-641 (-889 *4)))
+ (-5 *1 (-889 *4)) (-4 *4 (-1094)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *1) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))))
(((*1 *2)
- (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
- (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
- (-5 *1 (-985 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-343 *3 *4)) (-14 *3 (-918))
+ (-14 *4 (-918))))
((*1 *2)
- (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
- (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
- (-5 *1 (-1101 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
- (-4 *3 (-1060 *6 *7 *8))
+ (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-344 *3 *4)) (-4 *3 (-349))
+ (-14 *4 (-1166 *3))))
+ ((*1 *2)
+ (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-345 *3 *4)) (-4 *3 (-349))
+ (-14 *4 (-918)))))
+(((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))))
+(((*1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-561)) (-5 *3 (-564)))))
+(((*1 *1 *2)
+ (-12
(-5 *2
- (-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
- (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
+ (-641
+ (-2
+ (|:| -2568
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (|:| -1389
+ (-2
+ (|:| |endPointContinuity|
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "There is a singularity at the upper end point")
+ (|:| |bothSingular|
+ "There are singularities at both end points")
+ (|:| |notEvaluated|
+ "End point continuity not yet evaluated")))
+ (|:| |singularitiesStream|
+ (-3 (|:| |str| (-1150 (-225)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -4133
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite|
+ "The bottom of range is infinite")
+ (|:| |upperInfinite| "The top of range is infinite")
+ (|:| |bothInfinite|
+ "Both top and bottom points are infinite")
+ (|:| |notEvaluated| "Range not yet evaluated"))))))))
+ (-5 *1 (-559)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
(-5 *2
- (-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1235 (-407 (-564)))) (-5 *1 (-910 *3 *2))
- (-4 *2 (-1235 (-407 *3))))))
-(((*1 *1)
- (-12 (-4 *3 (-1094)) (-5 *1 (-882 *2 *3 *4)) (-4 *2 (-1094))
- (-4 *4 (-662 *3))))
- ((*1 *1) (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
-(((*1 *2 *3) (-12 (-5 *2 (-564)) (-5 *1 (-569 *3)) (-4 *3 (-1035 *2))))
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite| "The bottom of range is infinite")
+ (|:| |upperInfinite| "The top of range is infinite")
+ (|:| |bothInfinite| "Both top and bottom points are infinite")
+ (|:| |notEvaluated| "Range not yet evaluated")))
+ (-5 *1 (-192)))))
+(((*1 *1 *1) (-4 *1 (-866 *2))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-564))))
((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *4 *2 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-556))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-556)))))
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-413 *3 *4 *5 *6)) (-4 *6 (-1035 *4)) (-4 *3 (-307))
+ (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-4 *6 (-409 *4 *5))
+ (-14 *7 (-1259 *6)) (-5 *1 (-414 *3 *4 *5 *6 *7))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1259 *6)) (-4 *6 (-409 *4 *5)) (-4 *4 (-989 *3))
+ (-4 *5 (-1235 *4)) (-4 *3 (-307)) (-5 *1 (-414 *3 *4 *5 *6 *7))
+ (-14 *7 *2))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-962))) (-5 *1 (-109)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *4))))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
(((*1 *2 *3)
(-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
(-4 *4 (-349))))
@@ -3405,733 +8128,74 @@
(-12 (-5 *3 (-564)) (-5 *2 (-902 *4)) (-5 *1 (-901 *4))
(-4 *4 (-1094))))
((*1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-545)) (-4 *2 (-556)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-323 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-131))
- (-4 *3 (-789)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-349))
- (-5 *2 (-641 (-2 (|:| |deg| (-768)) (|:| -1669 *3))))
- (-5 *1 (-216 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-768)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
+ ((*1 *1 *2)
+ (-12 (-4 *2 (-1046)) (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
+ (-4 *5 (-238 *3 *2)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170))
- (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-316 *5)))
- (-5 *1 (-1123 *5))))
+ (-12 (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)) (-4 *5 (-363))
+ (-5 *2 (-112)) (-5 *1 (-663 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170)))
- (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-316 *5))))
- (-5 *1 (-1123 *5)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-768)) (-5 *1 (-589)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-307))))
- ((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-386 *3)) (|:| |rm| (-386 *3))))
- (-5 *1 (-386 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -4110 (-768)) (|:| -3101 (-768))))
- (-5 *1 (-768))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-180))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-311))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-967))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-991))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1033))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1068)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046))
- (-5 *1 (-1154 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046))
- (-14 *4 (-1170)) (-14 *5 *3))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-103 *3))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1094)))))
-(((*1 *1 *1) (-5 *1 (-859)))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094))))
- ((*1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1151))))
- ((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1170)))))
-(((*1 *1 *1) (-4 *1 (-173)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-364 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *4 (-768))
- (-5 *2 (-685 (-225))) (-5 *1 (-267)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))))
-(((*1 *1 *1) (-4 *1 (-627)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-119 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4))
- (-4 *4 (-38 (-407 (-564)))) (-4 *4 (-1046)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *2 *4 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-667))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1095 *3 *4)) (-14 *3 (-918))
- (-14 *4 (-918)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
- (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3378 *3) (|:| |coef2| (-779 *3))))
- (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-745)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-564)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1247 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-1094))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1094)) (-5 *2 (-112))
- (-5 *1 (-1210 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-1046)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1150 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1046))
- (-5 *3 (-407 (-564))) (-5 *1 (-1154 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-870 (-963 *3) (-963 *3))) (-5 *1 (-963 *3))
- (-4 *3 (-964)))))
-(((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))))
-(((*1 *1 *1 *1) (-4 *1 (-758))))
+ (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4407))))
+ (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4407)))) (-5 *2 (-112))
+ (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *3))
- (-4 *3 (-1235 (-407 *4))))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *6 (-918)) (-4 *5 (-307)) (-4 *3 (-1235 *5))
- (-5 *2 (-2 (|:| |plist| (-641 *3)) (|:| |modulo| *5)))
- (-5 *1 (-460 *5 *3)) (-5 *4 (-641 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-949 (-564)))) (-5 *1 (-437))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170)) (-5 *4 (-685 (-225))) (-5 *2 (-1098))
- (-5 *1 (-756))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170)) (-5 *4 (-685 (-564))) (-5 *2 (-1098))
- (-5 *1 (-756)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-52)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452))
- (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-974 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 *7)) (-5 *3 (-112)) (-4 *7 (-1060 *4 *5 *6))
- (-4 *4 (-452)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
- (-5 *1 (-974 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-1152)) (-5 *2 (-641 (-1175))) (-5 *1 (-877)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *1) (-5 *1 (-141))) ((*1 *1 *1) (-5 *1 (-144)))
- ((*1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-685 (-407 (-949 (-564))))) (-5 *2 (-641 (-316 (-564))))
- (-5 *1 (-1028)))))
-(((*1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209)) (-4 *2 (-847))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-373 *3)) (-4 *3 (-1209))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-902 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847))
- (-4 *6 (-1060 *4 *5 *3))
- (-5 *2 (-2 (|:| |under| *1) (|:| -4037 *1) (|:| |upper| *1)))
- (-4 *1 (-973 *4 *5 *3 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-1060 *3 *4 *2)) (-4 *2 (-847))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847)))))
+ (-12 (-4 *2 (-1235 *4)) (-5 *1 (-804 *4 *2 *3 *5))
+ (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2))
+ (-4 *5 (-652 (-407 *2)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1235 *4)) (-5 *1 (-804 *4 *2 *5 *3))
+ (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-652 *2))
+ (-4 *3 (-652 (-407 *2))))))
(((*1 *2 *3)
- (-12 (-4 *3 (-1235 (-407 (-564))))
- (-5 *2 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))))
- (-5 *1 (-910 *3 *4)) (-4 *4 (-1235 (-407 *3)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *3))
- (-4 *3 (-1235 (-407 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-641 (-768)))
- (-5 *1 (-901 *4)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1260))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1260))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1261))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-263))) (-5 *1 (-1261)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-5 *2 (-112)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-652 *3)) (-4 *3 (-1046)) (-4 *3 (-363))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-768)) (-5 *4 (-1 *5 *5)) (-4 *5 (-363))
- (-5 *1 (-655 *5 *2)) (-4 *2 (-652 *5)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-847)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-545))))
-(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
- (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-225))
- (-5 *7 (-685 (-564))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1023 (-840 (-564)))) (-5 *1 (-594 *3)) (-4 *3 (-1046)))))
+ (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-417 *4)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-38 (-407 (-564))))
- (-4 *2 (-172)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-506)) (-5 *1 (-114))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-114)))))
-(((*1 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-23)))))
-(((*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-1235 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-982 *4 *2 *3 *5))
- (-4 *4 (-349)) (-4 *5 (-721 *2 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))
- (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-751)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170)) (-4 *4 (-556)) (-4 *4 (-847))
- (-5 *1 (-573 *4 *2)) (-4 *2 (-430 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-1166 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-1195 *3))) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))))
-(((*1 *1) (-5 *1 (-141))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-171)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-407 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-556))
- (-4 *4 (-1046)) (-4 *2 (-1250 *4)) (-5 *1 (-1253 *4 *5 *6 *2))
- (-4 *6 (-652 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-452)) (-4 *4 (-817))
- (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-847)) (-4 *5 (-790))
- (-4 *6 (-556)) (-4 *7 (-946 *6 *5 *3))
- (-5 *1 (-462 *5 *3 *6 *7 *2))
- (-4 *2
- (-13 (-1035 (-407 (-564))) (-363)
- (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $))
- (-15 -2663 (*7 $))))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-556) (-847))) (-5 *2 (-169 *5))
- (-5 *1 (-598 *4 *5 *3)) (-4 *5 (-13 (-430 *4) (-999) (-1194)))
- (-4 *3 (-13 (-430 (-169 *4)) (-999) (-1194))))))
-(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
- (|partial| -12 (-5 *3 (-610 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170))) (-5 *5 (-1166 *2))
- (-4 *2 (-13 (-430 *6) (-27) (-1194)))
- (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *1 (-560 *6 *2 *7)) (-4 *7 (-1094))))
- ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
- (|partial| -12 (-5 *3 (-610 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170)))
- (-5 *5 (-407 (-1166 *2))) (-4 *2 (-13 (-430 *6) (-27) (-1194)))
- (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *1 (-560 *6 *2 *7)) (-4 *7 (-1094)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-741 *3)) (-4 *3 (-172)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *2 (-641 (-169 *4))) (-5 *1 (-155 *3 *4))
- (-4 *3 (-1235 (-169 (-564)))) (-4 *4 (-13 (-363) (-845)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-641 (-169 *4)))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4)))))
+ (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *3 (-641 (-263)))
+ (-5 *1 (-261))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *1 (-263))))
((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-641 (-169 *4)))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
+ (-12 (-5 *4 (-641 (-481 *5 *6))) (-5 *3 (-481 *5 *6))
+ (-14 *5 (-641 (-1170))) (-4 *6 (-452)) (-5 *2 (-1259 *6))
+ (-5 *1 (-629 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262))))
+ ((*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-641 (-1166 *4))) (-5 *3 (-1166 *4))
+ (-4 *4 (-906)) (-5 *1 (-659 *4)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *3 (-556)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-564)) (-4 *5 (-363))
- (-4 *5 (-1046)) (-5 *2 (-112)) (-5 *1 (-1026 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-685 *4))) (-4 *4 (-363)) (-4 *4 (-1046))
- (-5 *2 (-112)) (-5 *1 (-1026 *4)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-1170)) (-5 *2 (-112))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-641 (-407 (-949 (-564))))) (-5 *4 (-641 (-1170)))
- (-5 *2 (-641 (-641 *5))) (-5 *1 (-380 *5))
- (-4 *5 (-13 (-845) (-363)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 (-564)))) (-5 *2 (-641 *4)) (-5 *1 (-380 *4))
- (-4 *4 (-13 (-845) (-363))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-1035 (-407 *2)))) (-5 *2 (-564))
- (-5 *1 (-115 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170))
- (-4 *5 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-585 *3)) (-5 *1 (-557 *5 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
-(((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
-(((*1 *1 *1) (-5 *1 (-48)))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1209))
- (-4 *2 (-1209)) (-5 *1 (-58 *5 *2))))
- ((*1 *2 *3 *1 *2 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1094)) (|has| *1 (-6 -4412))
- (-4 *1 (-151 *2)) (-4 *2 (-1209))))
- ((*1 *2 *3 *1 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4412)) (-4 *1 (-151 *2))
- (-4 *2 (-1209))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4412)) (-4 *1 (-151 *2))
- (-4 *2 (-1209))))
+ (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3))))
((*1 *2 *3)
- (-12 (-4 *4 (-1046))
- (-5 *2 (-2 (|:| -2107 (-1166 *4)) (|:| |deg| (-918))))
- (-5 *1 (-221 *4 *5)) (-5 *3 (-1166 *4)) (-4 *5 (-13 (-556) (-847)))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-240 *5 *6)) (-14 *5 (-768))
- (-4 *6 (-1209)) (-4 *2 (-1209)) (-5 *1 (-239 *5 *6 *2))))
- ((*1 *1 *2 *3)
- (-12 (-4 *4 (-172)) (-5 *1 (-289 *4 *2 *3 *5 *6 *7))
- (-4 *2 (-1235 *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 (-316 *2)) (-4 *2 (-556)) (-4 *2 (-847))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-335 *2 *3 *4 *5)) (-4 *2 (-363)) (-4 *3 (-1235 *2))
- (-4 *4 (-1235 (-407 *3))) (-4 *5 (-342 *2 *3 *4))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1209)) (-4 *2 (-1209))
- (-5 *1 (-371 *5 *4 *2 *6)) (-4 *4 (-373 *5)) (-4 *6 (-373 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1094)) (-4 *2 (-1094))
- (-5 *1 (-423 *5 *4 *2 *6)) (-4 *4 (-425 *5)) (-4 *6 (-425 *2))))
- ((*1 *1 *1) (-5 *1 (-495)))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-641 *5)) (-4 *5 (-1209))
- (-4 *2 (-1209)) (-5 *1 (-639 *5 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1046)) (-4 *2 (-1046))
- (-4 *6 (-373 *5)) (-4 *7 (-373 *5)) (-4 *8 (-373 *2))
- (-4 *9 (-373 *2)) (-5 *1 (-681 *5 *6 *7 *4 *2 *8 *9 *10))
- (-4 *4 (-683 *5 *6 *7)) (-4 *10 (-683 *2 *8 *9))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-708 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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 (-1046)) (-5 *1 (-709 *3 *2)) (-4 *2 (-1235 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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 (-407 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-363))
- (-4 *3 (-172)) (-4 *1 (-721 *3 *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-172)) (-4 *1 (-721 *3 *2)) (-4 *2 (-1235 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-955 *5)) (-4 *5 (-1209))
- (-4 *2 (-1209)) (-5 *1 (-954 *5 *2))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-1031 *3 *4 *5 *2 *6)) (-4 *2 (-946 *3 *4 *5))
- (-14 *6 (-641 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1046)) (-4 *2 (-1046))
- (-14 *5 (-768)) (-14 *6 (-768)) (-4 *8 (-238 *6 *7))
- (-4 *9 (-238 *5 *7)) (-4 *10 (-238 *6 *2)) (-4 *11 (-238 *5 *2))
- (-5 *1 (-1051 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
- (-4 *4 (-1049 *5 *6 *7 *8 *9)) (-4 *12 (-1049 *5 *6 *2 *10 *11))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1150 *5)) (-4 *5 (-1209))
- (-4 *2 (-1209)) (-5 *1 (-1148 *5 *2))))
- ((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2))
- (-4 *1 (-1202 *5 *6 *7 *2)) (-4 *5 (-556)) (-4 *6 (-790))
- (-4 *7 (-847)) (-4 *2 (-1060 *5 *6 *7))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1259 *5)) (-4 *5 (-1209))
- (-4 *2 (-1209)) (-5 *1 (-1258 *5 *2)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
-(((*1 *1) (-5 *1 (-225))) ((*1 *1) (-5 *1 (-379))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-752)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-3 (|:| |Null| "null") (|:| |Assignment| "assignment")
- (|:| |Conditional| "conditional") (|:| |Return| "return")
- (|:| |Block| "block") (|:| |Comment| "comment")
- (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while")
- (|:| |Repeat| "repeat") (|:| |Goto| "goto")
- (|:| |Continue| "continue")
- (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save")
- (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")))
- (-5 *1 (-330)))))
-(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-144)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1204 *2)) (-4 *2 (-971)))))
-(((*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-641 (-641 (-940 (-225)))))))
- ((*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-641 (-641 (-940 (-225))))))))
-(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-3
- (|:| |noa|
- (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225)))
- (|:| |lb| (-641 (-840 (-225))))
- (|:| |cf| (-641 (-316 (-225))))
- (|:| |ub| (-641 (-840 (-225))))))
- (|:| |lsa|
- (-2 (|:| |lfn| (-641 (-316 (-225))))
- (|:| -2558 (-641 (-225)))))))
- (-5 *2 (-641 (-1152))) (-5 *1 (-267)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-610 *6)) (-4 *6 (-13 (-430 *5) (-27) (-1194)))
- (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2 (-1166 (-407 (-1166 *6)))) (-5 *1 (-560 *5 *6 *7))
- (-5 *3 (-1166 *6)) (-4 *7 (-1094))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1235 *3)) (-5 *1 (-709 *3 *2)) (-4 *3 (-1046))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-721 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3))))
- ((*1 *2 *3 *4 *4 *5 *6 *7 *8)
- (|partial| -12 (-5 *4 (-1166 *11)) (-5 *6 (-641 *10))
- (-5 *7 (-641 (-768))) (-5 *8 (-641 *11)) (-4 *10 (-847))
- (-4 *11 (-307)) (-4 *9 (-790)) (-4 *5 (-946 *11 *9 *10))
- (-5 *2 (-641 (-1166 *5))) (-5 *1 (-739 *9 *10 *11 *5))
- (-5 *3 (-1166 *5))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-946 *3 *4 *5)) (-5 *1 (-1031 *3 *4 *5 *2 *6))
- (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-14 *6 (-641 *2)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4))
- (-5 *2 (-2 (|:| |ans| (-407 *5)) (|:| |nosol| (-112))))
- (-5 *1 (-1012 *4 *5)) (-5 *3 (-407 *5)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-641
- (-2 (|:| -3147 (-768))
- (|:| |eqns|
- (-641
- (-2 (|:| |det| *7) (|:| |rows| (-641 (-564)))
- (|:| |cols| (-641 (-564))))))
- (|:| |fgb| (-641 *7)))))
- (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147)))
- (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-768))
- (-5 *1 (-921 *4 *5 *6 *7)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-363) (-1194) (-999))))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1259 (-641 *3))) (-4 *4 (-307))
- (-5 *2 (-641 *3)) (-5 *1 (-455 *4 *3)) (-4 *3 (-1235 *4)))))
+ (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-800)))))
+(((*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-307)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-1094)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790)) (-5 *2 (-407 (-949 *4))) (-5 *1 (-921 *4 *5 *6 *3))
- (-4 *3 (-946 *4 *6 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-685 *7)) (-4 *7 (-946 *4 *6 *5))
- (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790)) (-5 *2 (-685 (-407 (-949 *4))))
- (-5 *1 (-921 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5))
- (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790)) (-5 *2 (-641 (-407 (-949 *4))))
- (-5 *1 (-921 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-641
- (-2 (|:| -3147 (-768))
- (|:| |eqns|
- (-641
- (-2 (|:| |det| *7) (|:| |rows| (-641 (-564)))
- (|:| |cols| (-641 (-564))))))
- (|:| |fgb| (-641 *7)))))
- (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147)))
- (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-768))
- (-5 *1 (-921 *4 *5 *6 *7)))))
-(((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1170)) (-5 *1 (-671 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-363))
- (-5 *2 (-641 (-2 (|:| C (-685 *5)) (|:| |g| (-1259 *5)))))
- (-5 *1 (-975 *5)) (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-316 (-169 (-379)))) (-5 *1 (-330))))
- ((*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-5 *1 (-330))))
- ((*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-5 *1 (-330))))
- ((*1 *1 *2) (-12 (-5 *2 (-316 (-690))) (-5 *1 (-330))))
- ((*1 *1 *2) (-12 (-5 *2 (-316 (-697))) (-5 *1 (-330))))
- ((*1 *1 *2) (-12 (-5 *2 (-316 (-695))) (-5 *1 (-330))))
- ((*1 *1) (-5 *1 (-330))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-999))
- (-4 *2 (-1046)))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-641 *1)) (-4 *1 (-917)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-859)))))
-(((*1 *1) (-5 *1 (-157))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1084)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-407 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-13 (-363) (-147)))
- (-5 *1 (-399 *3 *4)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))))
+ (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
(((*1 *2 *1 *3)
- (-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112)))))
+ (-12 (-5 *3 (-1 (-112) *7 (-641 *7))) (-4 *1 (-1202 *4 *5 *6 *7))
+ (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
(((*1 *1 *1)
(-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-556)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1170)) (-5 *1 (-330)))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-753)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-1152))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-82 PDEF))))
- (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1032))
- (-5 *1 (-747)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-183))) (-5 *1 (-140)))))
-(((*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-968)))))
+ (-4 *4 (-847))))
+ ((*1 *1) (-4 *1 (-1145))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-886 *4 *5)) (-5 *3 (-886 *4 *6)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-662 *5)) (-5 *1 (-882 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032))
- (-5 *1 (-745)))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-1094))
- (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
- (-5 *1 (-1070 *4 *5 *2))
- (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4))))))
- ((*1 *1 *2 *2)
- (-12 (-4 *3 (-1094))
- (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))
- (-5 *1 (-1070 *3 *4 *2))
- (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4))
- (-4 *4 (-1046)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *1) (-4 *1 (-284)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-418 *4)) (-4 *4 (-556))
- (-5 *2 (-641 (-2 (|:| -2784 (-768)) (|:| |logand| *4))))
- (-5 *1 (-320 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-660 *3 *4)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847))
- (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564)))))
- (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4))
- (-4 *4 (-714 (-407 (-564)))) (-4 *3 (-847)) (-4 *4 (-172)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556))
- (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-974 *5 *6 *7 *8)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1209)) (-5 *2 (-641 *1)) (-4 *1 (-1007 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170))
- (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564))))
- (-5 *2 (-2 (|:| -1872 *3) (|:| |nconst| *3))) (-5 *1 (-567 *5 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-768)) (-5 *1 (-561)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1170)) (-4 *5 (-1213)) (-4 *6 (-1235 *5))
- (-4 *7 (-1235 (-407 *6))) (-5 *2 (-641 (-949 *5)))
- (-5 *1 (-341 *4 *5 *6 *7)) (-4 *4 (-342 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1170)) (-4 *1 (-342 *4 *5 *6)) (-4 *4 (-1213))
- (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-4 *4 (-363))
- (-5 *2 (-641 (-949 *4))))))
-(((*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-225)) (-5 *1 (-1262))))
- ((*1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-1262)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1) (-12 (-5 *1 (-668 *2)) (-4 *2 (-847))))
- ((*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
- ((*1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
- (-4 *3 (-1235 *2)))))
-(((*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
- ((*1 *1 *1 *1) (-4 *1 (-473)))
- ((*1 *1 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
- ((*1 *2 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-880))))
- ((*1 *1 *1) (-5 *1 (-968)))
- ((*1 *1 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545))
- (-5 *2 (-407 (-564)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-407 (-564))) (-5 *1 (-418 *3)) (-4 *3 (-545))
- (-4 *3 (-556))))
- ((*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-407 (-564)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545))
- (-5 *2 (-407 (-564)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-407 (-564))) (-5 *1 (-830 *3)) (-4 *3 (-545))
- (-4 *3 (-1094))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-407 (-564))) (-5 *1 (-840 *3)) (-4 *3 (-545))
- (-4 *3 (-1094))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545))
- (-5 *2 (-407 (-564)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1005 *3)) (-4 *3 (-1035 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3 *2)
- (-12 (-4 *1 (-784)) (-5 *2 (-1032))
- (-5 *3
- (-2 (|:| |fn| (-316 (-225)))
- (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))))
- ((*1 *2 *3 *2)
- (-12 (-4 *1 (-784)) (-5 *2 (-1032))
- (-5 *3
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225)))))))
-(((*1 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-368)) (-4 *2 (-1094)))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-641 *1)) (-4 *1 (-307)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-1060 *3 *4 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-5 *5 (-641 (-641 *8)))
- (-4 *7 (-847)) (-4 *8 (-307)) (-4 *9 (-946 *8 *6 *7)) (-4 *6 (-790))
- (-5 *2
- (-2 (|:| |upol| (-1166 *8)) (|:| |Lval| (-641 *8))
- (|:| |Lfact|
- (-641 (-2 (|:| -4020 (-1166 *8)) (|:| -2954 (-564)))))
- (|:| |ctpol| *8)))
- (-5 *1 (-739 *6 *7 *8 *9)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-940 (-225))) (-5 *2 (-1264)) (-5 *1 (-468)))))
-(((*1 *1 *2 *3)
- (-12 (-4 *1 (-382 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1094))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-564)) (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3))
- (-4 *3 (-1046))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-816 *4)) (-4 *4 (-847)) (-4 *1 (-1276 *4 *3))
- (-4 *3 (-1046)))))
-(((*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1) (-12 (-5 *1 (-668 *2)) (-4 *2 (-847))))
- ((*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
- ((*1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
- (-4 *3 (-1235 *2)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-641 (-506))) (-5 *2 (-506)) (-5 *1 (-483)))))
-(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-112))
- (-5 *2 (-1032)) (-5 *1 (-750)))))
-(((*1 *1) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-962))) (-5 *1 (-109)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-641 (-1166 *4))) (-5 *3 (-1166 *4))
- (-4 *4 (-906)) (-5 *1 (-659 *4)))))
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170))) (-4 *5 (-556))
(-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-767 *5))))
@@ -4141,15 +8205,139 @@
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-685 *7))
(-5 *5
- (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -2745 (-641 *6)))
+ (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -3331 (-641 *6)))
*7 *6))
(-4 *6 (-363)) (-4 *7 (-652 *6))
(-5 *2
(-2 (|:| |particular| (-3 (-1259 *6) "failed"))
- (|:| -2745 (-641 (-1259 *6)))))
+ (|:| -3331 (-641 (-1259 *6)))))
(-5 *1 (-810 *6 *7)) (-5 *4 (-1259 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-610 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4)))
+ (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-277 *4 *2)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225)))
+ (-5 *2 (-1032)) (-5 *1 (-754)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-307)) (-5 *1 (-455 *3 *2)) (-4 *2 (-1235 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-307)) (-5 *1 (-460 *3 *2)) (-4 *2 (-1235 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-307)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-768)))
+ (-5 *1 (-539 *3 *2 *4 *5)) (-4 *2 (-1235 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556))
+ (-5 *2 (-1166 *3)))))
+(((*1 *2)
+ (-12
+ (-5 *2 (-2 (|:| -3103 (-641 (-1170))) (|:| -3264 (-641 (-1170)))))
+ (-5 *1 (-1211)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-363))
+ (-5 *1 (-521 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2))
+ (|has| *2 (-6 (-4408 "*"))) (-4 *2 (-1046))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-172))
+ (-5 *1 (-684 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
+ (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4408 "*"))) (-4 *2 (-1046)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 (-861 *5))) (-14 *5 (-641 (-1170))) (-4 *6 (-452))
+ (-5 *2
+ (-2 (|:| |dpolys| (-641 (-247 *5 *6)))
+ (|:| |coords| (-641 (-564)))))
+ (-5 *1 (-471 *5 *6 *7)) (-5 *3 (-641 (-247 *5 *6))) (-4 *7 (-452)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-121 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))))
(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-192))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-300))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-305)))))
+(((*1 *2)
+ (-12 (-4 *1 (-349))
+ (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-1172 (-407 (-564))))
+ (-5 *1 (-190)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170)) (-5 *2 (-1 (-225) (-225))) (-5 *1 (-700 *3))
+ (-4 *3 (-612 (-536)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1170)) (-5 *2 (-1 (-225) (-225) (-225)))
+ (-5 *1 (-700 *3)) (-4 *3 (-612 (-536))))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2
+ (|:| |endPointContinuity|
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "There is a singularity at the upper end point")
+ (|:| |bothSingular|
+ "There are singularities at both end points")
+ (|:| |notEvaluated|
+ "End point continuity not yet evaluated")))
+ (|:| |singularitiesStream|
+ (-3 (|:| |str| (-1150 (-225)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -4133
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite| "The bottom of range is infinite")
+ (|:| |upperInfinite| "The top of range is infinite")
+ (|:| |bothInfinite|
+ "Both top and bottom points are infinite")
+ (|:| |notEvaluated| "Range not yet evaluated")))))
+ (-5 *2 (-1032)) (-5 *1 (-305)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
(((*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-553)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-641 (-641 *4)))) (-5 *2 (-641 (-641 *4)))
+ (-5 *1 (-1180 *4)) (-4 *4 (-847)))))
+(((*1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209)) (-4 *2 (-847))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-373 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-902 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847))
+ (-4 *6 (-1060 *4 *5 *3))
+ (-5 *2 (-2 (|:| |under| *1) (|:| -1818 *1) (|:| |upper| *1)))
+ (-4 *1 (-973 *4 *5 *3 *6)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1283 *4 *2)) (-4 *1 (-374 *4 *2)) (-4 *4 (-847))
+ (-4 *2 (-172))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-816 *4)) (-4 *1 (-1276 *4 *2)) (-4 *4 (-847))
+ (-4 *2 (-1046))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-1046)) (-5 *1 (-1282 *2 *3)) (-4 *3 (-843)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2 *3) (-12 (-5 *3 (-968)) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1032)) (-5 *3 (-1170)) (-5 *1 (-267)))))
+(((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262))))
+ ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-859)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 (-768))
+ (-14 *4 (-768)) (-4 *5 (-172)))))
+(((*1 *1) (-5 *1 (-291))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1058)))))
(((*1 *2 *3)
(-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
(-5 *2 (-641 (-949 *4)))))
@@ -4166,39 +8354,345 @@
(-12 (-5 *3 (-1259 (-453 *4 *5 *6 *7))) (-5 *2 (-641 (-949 *4)))
(-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-556)) (-4 *4 (-172))
(-14 *5 (-918)) (-14 *6 (-641 (-1170))) (-14 *7 (-1259 (-685 *4))))))
+(((*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-217)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790))
+ (-5 *2
+ (-2 (|:| |mval| (-685 *4)) (|:| |invmval| (-685 *4))
+ (|:| |genIdeal| (-504 *4 *5 *6 *7))))
+ (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-1046)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-1126 *4 *2))
+ (-4 *2 (-13 (-602 (-564) *4) (-10 -7 (-6 -4406) (-6 -4407))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-847)) (-4 *3 (-1209)) (-5 *1 (-1126 *3 *2))
+ (-4 *2 (-13 (-602 (-564) *3) (-10 -7 (-6 -4406) (-6 -4407)))))))
+(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))
+ (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))
+ (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-363))
+ (-5 *2
+ (-2 (|:| A (-685 *5))
+ (|:| |eqs|
+ (-641
+ (-2 (|:| C (-685 *5)) (|:| |g| (-1259 *5)) (|:| -4252 *6)
+ (|:| |rh| *5))))))
+ (-5 *1 (-810 *5 *6)) (-5 *3 (-685 *5)) (-5 *4 (-1259 *5))
+ (-4 *6 (-652 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-363)) (-4 *6 (-652 *5))
+ (-5 *2 (-2 (|:| -2394 (-685 *6)) (|:| |vec| (-1259 *5))))
+ (-5 *1 (-810 *5 *6)) (-5 *3 (-685 *6)) (-5 *4 (-1259 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1190)))))
(((*1 *2 *2) (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)))))
+(((*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-819)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379)))
+ (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379)))
+ (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-876 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
+ (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225)))
+ (-5 *1 (-259 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-876 *5)) (-5 *4 (-1086 (-379)))
+ (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225)))
+ (-5 *1 (-259 *5))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
+ (-5 *2 (-1127 (-225))) (-5 *1 (-259 *3))
+ (-4 *3 (-13 (-612 (-536)) (-1094)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *3))
+ (-4 *3 (-13 (-612 (-536)) (-1094)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-879 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
+ (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225)))
+ (-5 *1 (-259 *6))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-879 *5)) (-5 *4 (-1086 (-379)))
+ (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225)))
+ (-5 *1 (-259 *5)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768)))))
+(((*1 *2 *3 *2)
+ (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3))
+ (-4 *3 (-1235 (-169 *2)))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3))
+ (-4 *3 (-1235 (-169 *2))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363))
+ (-4 *7 (-1235 (-407 *6)))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| -3493 *3)))
+ (-5 *1 (-562 *5 *6 *7 *3)) (-4 *3 (-342 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363))
+ (-5 *2
+ (-2 (|:| |answer| (-407 *6)) (|:| -3493 (-407 *6))
+ (|:| |specpart| (-407 *6)) (|:| |polypart| *6)))
+ (-5 *1 (-563 *5 *6)) (-5 *3 (-407 *6)))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
+ (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *6 (-225))
+ (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-748)))))
(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-1259 *5)) (-5 *3 (-768)) (-5 *4 (-1114)) (-4 *5 (-349))
+ (-5 *1 (-528 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-641 (-112))))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-744)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1046))
+ (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284)))
+ (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-918)) (-4 *5 (-1046))
+ (-4 *2 (-13 (-404) (-1035 *5) (-363) (-1194) (-284)))
+ (-5 *1 (-443 *5 *3 *2)) (-4 *3 (-1235 *5)))))
+(((*1 *2 *1) (-12 (|has| *1 (-6 -4406)) (-4 *1 (-34)) (-5 *2 (-768))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-564))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-768)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-843)))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
+ (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-84 FCNF))))
+ (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-746)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1046)) (-4 *3 (-847))
+ (-5 *2 (-2 (|:| |val| *1) (|:| -1558 (-564)))) (-4 *1 (-430 *3))))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| |val| (-889 *3)) (|:| -1558 (-889 *3))))
+ (-5 *1 (-889 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046))
+ (-4 *7 (-946 *6 *4 *5))
+ (-5 *2 (-2 (|:| |val| *3) (|:| -1558 (-564))))
+ (-5 *1 (-947 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-363)
+ (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $))
+ (-15 -3693 (*7 $))))))))
+(((*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))
+ (-5 *2 (-379)) (-5 *1 (-267))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *2 (-379)) (-5 *1 (-305)))))
(((*1 *2 *1 *3 *3)
(-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1261))))
((*1 *2 *1 *3 *3)
(-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-564))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))))
+(((*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194)))))
+ ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
+ ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
+ (-5 *2 (-1259 *6)) (-5 *1 (-336 *3 *4 *5 *6))
+ (-4 *6 (-342 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999)))
+ (-5 *1 (-176 *3)))))
+(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-641 (-1024 *5 *6 *7 *3))) (-5 *1 (-1024 *5 *6 *7 *3))
+ (-4 *3 (-1060 *5 *6 *7))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-641 *6)) (-4 *1 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-1066 *3 *4 *5 *2)) (-4 *3 (-452)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5))))
+ ((*1 *2 *3 *1 *4 *4 *4 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-641 (-1140 *5 *6 *7 *3))) (-5 *1 (-1140 *5 *6 *7 *3))
+ (-4 *3 (-1060 *5 *6 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
+(((*1 *2)
+ (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1078 *3)) (-4 *3 (-132)))))
+(((*1 *1 *2) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859))))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-506)) (-5 *1 (-280))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-3 (-564) (-225) (-506) (-1152) (-1175)))
+ (-5 *1 (-1175)))))
(((*1 *2 *3 *3)
(-12 (-5 *3 (-641 *4)) (-4 *4 (-363)) (-4 *2 (-1235 *4))
(-5 *1 (-919 *4 *2)))))
(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-564))) (-5 *4 (-902 (-564)))
+ (-5 *2 (-685 (-564))) (-5 *1 (-589))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-641 (-685 (-564))))
+ (-5 *1 (-589))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-564))) (-5 *4 (-641 (-902 (-564))))
+ (-5 *2 (-641 (-685 (-564)))) (-5 *1 (-589)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170))
+ (-14 *4 *2))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
+ (-5 *1 (-985 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
+ (-5 *1 (-1101 *3 *4 *5 *6 *7)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-545))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-1213))
+ (-4 *6 (-1235 (-407 *5)))
+ (-5 *2
+ (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
+ (|:| |gd| *5)))
+ (-4 *1 (-342 *4 *5 *6)))))
+(((*1 *1) (-5 *1 (-437))))
+(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-748)))))
+(((*1 *2 *3 *4)
(-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790))
(-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-641 *3))
(-5 *1 (-590 *5 *6 *7 *8 *3)) (-4 *3 (-1103 *5 *6 *7 *8))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147)))
(-5 *2
- (-641 (-2 (|:| -2120 (-1166 *5)) (|:| -3057 (-641 (-949 *5))))))
+ (-641 (-2 (|:| -3339 (-1166 *5)) (|:| -2467 (-641 (-949 *5))))))
(-5 *1 (-1072 *5 *6)) (-5 *3 (-641 (-949 *5)))
(-14 *6 (-641 (-1170)))))
((*1 *2 *3)
(-12 (-4 *4 (-13 (-307) (-147)))
(-5 *2
- (-641 (-2 (|:| -2120 (-1166 *4)) (|:| -3057 (-641 (-949 *4))))))
+ (-641 (-2 (|:| -3339 (-1166 *4)) (|:| -2467 (-641 (-949 *4))))))
(-5 *1 (-1072 *4 *5)) (-5 *3 (-641 (-949 *4)))
(-14 *5 (-641 (-1170)))))
((*1 *2 *3 *4 *4)
(-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147)))
(-5 *2
- (-641 (-2 (|:| -2120 (-1166 *5)) (|:| -3057 (-641 (-949 *5))))))
+ (-641 (-2 (|:| -3339 (-1166 *5)) (|:| -2467 (-641 (-949 *5))))))
(-5 *1 (-1072 *5 *6)) (-5 *3 (-641 (-949 *5)))
(-14 *6 (-641 (-1170))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-323 *4 *2)) (-4 *4 (-1094))
+ (-4 *2 (-131)))))
+(((*1 *1) (-5 *1 (-144))) ((*1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-857)) (-5 *2 (-687 (-129))) (-5 *3 (-129)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-169 (-225))) (-5 *5 (-564))
+ (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-525)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-225)))) (-5 *1 (-923)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
+ (-5 *2
+ (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564))
+ (|:| |success| (-112))))
+ (-5 *1 (-786)) (-5 *5 (-564)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
(((*1 *1 *1) (-5 *1 (-225))) ((*1 *1 *1) (-5 *1 (-379)))
((*1 *1) (-5 *1 (-379))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-679 *4 *3)) (-4 *4 (-1094))
+ (-4 *3 (-1094)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4406)) (-4 *1 (-489 *3)) (-4 *3 (-1209))
+ (-4 *3 (-1094)) (-5 *2 (-768))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4406)) (-4 *1 (-489 *4))
+ (-4 *4 (-1209)) (-5 *2 (-768)))))
+(((*1 *2 *2 *3 *4 *5)
+ (-12 (-5 *2 (-641 *9)) (-5 *3 (-1 (-112) *9))
+ (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9))
+ (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556)) (-4 *7 (-790))
+ (-4 *8 (-847)) (-5 *1 (-974 *6 *7 *8 *9)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170))
+ (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2
+ (-2 (|:| |func| *3) (|:| |kers| (-641 (-610 *3)))
+ (|:| |vals| (-641 *3))))
+ (-5 *1 (-277 *5 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
+(((*1 *1) (-5 *1 (-112))) ((*1 *1) (-5 *1 (-615))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-1170))) (-4 *6 (-363))
+ (-5 *2 (-641 (-294 (-949 *6)))) (-5 *1 (-538 *5 *6 *7))
+ (-4 *5 (-452)) (-4 *7 (-13 (-363) (-845))))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-962))) (-5 *1 (-291)))))
+(((*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))))
(((*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209))))
((*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-847))))
((*1 *1 *2 *1) (-12 (-5 *1 (-126 *2)) (-4 *2 (-847))))
@@ -4210,11 +8704,11 @@
(-12
(-5 *2
(-2
- (|:| -2381
+ (|:| -2568
(-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
- (|:| -3096
+ (|:| -1389
(-2
(|:| |endPointContinuity|
(-3 (|:| |continuous| "Continuous at the end points")
@@ -4230,7 +8724,7 @@
(-3 (|:| |str| (-1150 (-225)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -1743
+ (|:| -4133
(-3 (|:| |finite| "The range is finite")
(|:| |lowerInfinite|
"The bottom of range is infinite")
@@ -4245,12 +8739,12 @@
(-12
(-5 *2
(-2
- (|:| -2381
+ (|:| -2568
(-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
(|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
(|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
(|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (|:| -3096
+ (|:| -1389
(-2 (|:| |stiffness| (-379)) (|:| |stability| (-379))
(|:| |expense| (-379)) (|:| |accuracy| (-379))
(|:| |intermediateResults| (-379))))))
@@ -4258,644 +8752,336 @@
((*1 *2 *3 *4)
(-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
(-4 *4 (-1094)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-678 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-592 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1094)) (-5 *2 (-1114)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-452))))
+ ((*1 *1 *1 *1) (-4 *1 (-452)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-5 *1 (-486 *2)) (-4 *2 (-1235 (-564)))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-768)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307))
+ (-5 *1 (-913 *3 *4 *5 *2)) (-4 *2 (-946 *5 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *6 *4 *5))
+ (-5 *1 (-913 *4 *5 *6 *2)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-4 *6 (-307))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-1166 *7))) (-4 *4 (-790)) (-4 *5 (-847))
+ (-4 *6 (-307)) (-5 *2 (-1166 *7)) (-5 *1 (-913 *4 *5 *6 *7))
+ (-4 *7 (-946 *6 *4 *5))))
+ ((*1 *1 *1 *1) (-5 *1 (-918)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-452)) (-4 *3 (-556)) (-5 *1 (-966 *3 *2))
+ (-4 *2 (-1235 *3))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-452)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1259 *4)) (-5 *3 (-768)) (-4 *4 (-349))
+ (-5 *1 (-528 *4)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-768)) (-4 *5 (-172))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768))
+ (-4 *4 (-172))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-1046)) (-4 *1 (-683 *3 *2 *4)) (-4 *2 (-373 *3))
+ (-4 *4 (-373 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1136 *2 *3)) (-14 *2 (-768)) (-4 *3 (-1046)))))
+(((*1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1133))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1152)) (-5 *1 (-986))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1170)) (-5 *3 (-1088 *4)) (-4 *4 (-1209))
+ (-5 *1 (-1086 *4)))))
(((*1 *2 *3 *4 *3 *5 *3)
(-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564))
(-5 *2 (-1032)) (-5 *1 (-751)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-327 *3)) (-4 *3 (-1209))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209))
- (-14 *4 (-564)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4))
- (-5 *2 (-418 *3)) (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
-(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
- (|partial| -12 (-5 *4 (-641 *11)) (-5 *5 (-641 (-1166 *9)))
- (-5 *6 (-641 *9)) (-5 *7 (-641 *12)) (-5 *8 (-641 (-768)))
- (-4 *11 (-847)) (-4 *9 (-307)) (-4 *12 (-946 *9 *10 *11))
- (-4 *10 (-790)) (-5 *2 (-641 (-1166 *12)))
- (-5 *1 (-704 *10 *11 *9 *12)) (-5 *3 (-1166 *12)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 (-169 (-407 (-564)))))
- (-5 *2
- (-641
- (-2 (|:| |outval| (-169 *4)) (|:| |outmult| (-564))
- (|:| |outvect| (-641 (-685 (-169 *4)))))))
- (-5 *1 (-761 *4)) (-4 *4 (-13 (-363) (-845))))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-112)) (-5 *5 (-685 (-169 (-225))))
- (-5 *2 (-1032)) (-5 *1 (-752)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4))))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+ (-12 (-4 *3 (-1046)) (-4 *4 (-1235 *3)) (-5 *1 (-164 *3 *4 *2))
+ (-4 *2 (-1235 *4))))
+ ((*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1096 *4)) (-4 *4 (-1094)) (-5 *2 (-1 *4))
+ (-5 *1 (-1014 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1088 (-564))) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112))
+ (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-253 *2 *3 *4 *5)) (-4 *2 (-1046)) (-4 *3 (-847))
- (-4 *4 (-266 *3)) (-4 *5 (-790)))))
+ (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556))))
+ ((*1 *1 *1) (|partial| -4 *1 (-719))))
(((*1 *2 *1)
(-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
(-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-103 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1269)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-579)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-2 (|:| |ans| *7) (|:| -3602 *7) (|:| |sol?| (-112)))
- (-564) *7))
- (-5 *6 (-641 (-407 *8))) (-4 *7 (-363)) (-4 *8 (-1235 *7))
- (-5 *3 (-407 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-574 *7 *8)))))
-(((*1 *1) (-5 *1 (-468))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-641 *6)) (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
- (-4 *3 (-556)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1046)) (-4 *7 (-1046))
- (-4 *6 (-1235 *5)) (-5 *2 (-1166 (-1166 *7)))
- (-5 *1 (-501 *5 *6 *4 *7)) (-4 *4 (-1235 *6)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-857)) (-5 *2 (-687 (-1217))) (-5 *3 (-1217)))))
-(((*1 *2 *1 *1 *3 *4)
- (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6))
- (-4 *5 (-13 (-1094) (-34))) (-4 *6 (-13 (-1094) (-34)))
- (-5 *2 (-112)) (-5 *1 (-1134 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-768)) (-5 *2 (-112)) (-5 *1 (-586 *3)) (-4 *3 (-545)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-112))
- (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-4 *3 (-13 (-27) (-1194) (-430 *6) (-10 -8 (-15 -1721 ($ *7)))))
- (-4 *7 (-845))
- (-4 *8
- (-13 (-1237 *3 *7) (-363) (-1194)
- (-10 -8 (-15 -1795 ($ $)) (-15 -2052 ($ $)))))
- (-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))))
- (-5 *1 (-422 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1152)) (-4 *9 (-980 *8))
- (-14 *10 (-1170)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *1) (-5 *1 (-1058))))
+(((*1 *1) (-5 *1 (-437))))
+(((*1 *1) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-685 (-316 (-225))))
- (-5 *2
- (-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))))
- (-5 *1 (-205)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-1195 *3))) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1046))
- (-5 *1 (-850 *5 *2)) (-4 *2 (-849 *5)))))
-(((*1 *2)
- (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-112)) (-5 *5 (-1096 (-768))) (-5 *6 (-768))
- (-5 *2
- (-2 (|:| |contp| (-564))
- (|:| -2798 (-641 (-2 (|:| |irr| *3) (|:| -1395 (-564)))))))
- (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
+ (-12 (-4 *4 (-13 (-556) (-847)))
+ (-4 *2 (-13 (-430 *4) (-999) (-1194))) (-5 *1 (-598 *4 *2 *3))
+ (-4 *3 (-13 (-430 (-169 *4)) (-999) (-1194))))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-327 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209))
+ (-14 *4 (-564)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-363) (-1194) (-999))))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-564)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-418 *2)) (-4 *2 (-556)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))))
+ (-12 (-5 *3 (-481 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046))
+ (-5 *2 (-949 *5)) (-5 *1 (-941 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170)))
- (-4 *6 (-13 (-556) (-1035 *5))) (-4 *5 (-556))
- (-5 *2 (-641 (-641 (-294 (-407 (-949 *6)))))) (-5 *1 (-1036 *5 *6)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4412)) (-4 *1 (-235 *3))
- (-4 *3 (-1094))))
- ((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4412)) (-4 *1 (-235 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-1094))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209))))
- ((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-608 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-564)) (-4 *4 (-1094))
- (-5 *1 (-734 *4))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-5 *1 (-734 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
- (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-768)) (-4 *6 (-1094)) (-4 *3 (-897 *6))
- (-5 *2 (-685 *3)) (-5 *1 (-688 *6 *3 *7 *4)) (-4 *7 (-373 *3))
- (-4 *4 (-13 (-373 *6) (-10 -7 (-6 -4412)))))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-819)))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1114)) (-5 *2 (-1264)) (-5 *1 (-828)))))
(((*1 *1 *1)
- (-12 (-4 *2 (-307)) (-4 *3 (-989 *2)) (-4 *4 (-1235 *3))
- (-5 *1 (-413 *2 *3 *4 *5)) (-4 *5 (-13 (-409 *3 *4) (-1035 *3))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1250 *4)) (-5 *1 (-1252 *4 *2))
- (-4 *4 (-38 (-407 (-564)))))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-117 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-117 *2)) (-14 *2 (-564))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-868 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-868 *2)) (-14 *2 (-564))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-564)) (-14 *3 *2) (-5 *1 (-869 *3 *4))
- (-4 *4 (-866 *3))))
- ((*1 *1 *1)
- (-12 (-14 *2 (-564)) (-5 *1 (-869 *2 *3)) (-4 *3 (-866 *2))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-564)) (-4 *1 (-1221 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-1250 *3))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1221 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1250 *2)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1136 *3 *4)) (-14 *3 (-918)) (-4 *4 (-363))
- (-5 *1 (-990 *3 *4)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))))
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *2 (-112)))))
(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1046)) (-5 *1 (-1231 *3 *2)) (-4 *2 (-1235 *3)))))
+ (-12 (-5 *2 (-418 *3)) (-4 *3 (-556)) (-5 *1 (-419 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-949 *5)) (-4 *5 (-1046)) (-5 *2 (-481 *4 *5))
- (-5 *1 (-941 *4 *5)) (-14 *4 (-641 (-1170))))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1094)) (-5 *2 (-886 *3 *4)) (-5 *1 (-882 *3 *4 *5))
- (-4 *3 (-1094)) (-4 *5 (-662 *4)))))
-(((*1 *2 *1) (-12 (-5 *1 (-585 *2)) (-4 *2 (-363)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1114)) (-4 *4 (-349))
- (-5 *1 (-528 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-1158 3 *3))))
- ((*1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1261))))
- ((*1 *2 *1) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1261)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 *4))))
- (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4))))
- (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+ (-12 (-5 *3 (-481 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046))
+ (-5 *2 (-247 *4 *5)) (-5 *1 (-941 *4 *5)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-556))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4))
+ (-5 *2 (-418 *3)) (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330))
+ (-5 *1 (-332))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1170)) (-5 *4 (-1086 (-949 (-564)))) (-5 *2 (-330))
+ (-5 *1 (-332))))
+ ((*1 *1 *2 *2 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-671 *3)) (-4 *3 (-1046))
+ (-4 *3 (-1094)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1104)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-649 *4)) (-4 *4 (-342 *5 *6 *7))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6)))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4))))
- (-5 *1 (-803 *5 *6 *7 *4)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-641 (-294 *4))) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847))
- (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))))
-(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-695)) (-5 *1 (-305)))))
+ (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114))))))
+ (-4 *4 (-349)) (-5 *2 (-1264)) (-5 *1 (-528 *4)))))
+(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))))
+ (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *3 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-746)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-363) (-1194) (-999))))))
-(((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-112)) (-5 *1 (-889 *4))
- (-4 *4 (-1094)))))
-(((*1 *2 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))))
-(((*1 *1 *1) (-4 *1 (-545))))
-(((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))))
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-678 *2)) (-4 *2 (-1094))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-641 *5) (-641 *5))) (-5 *4 (-564))
+ (-5 *2 (-641 *5)) (-5 *1 (-678 *5)) (-4 *5 (-1094)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *2 (-1046)) (-5 *1 (-50 *2 *3)) (-14 *3 (-641 (-1170)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-641 (-918))) (-4 *2 (-363)) (-5 *1 (-152 *4 *2 *5))
+ (-14 *4 (-918)) (-14 *5 (-990 *4 *2))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-316 *3)) (-5 *1 (-223 *3 *4))
+ (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170)))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-323 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-131))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-382 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1046))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *2 (-556)) (-5 *1 (-621 *2 *4))
+ (-4 *4 (-1235 *2))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-705 *2)) (-4 *2 (-1046))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-1046)) (-5 *1 (-732 *2 *3)) (-4 *3 (-723))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 *5)) (-5 *3 (-641 (-768))) (-4 *1 (-737 *4 *5))
+ (-4 *4 (-1046)) (-4 *5 (-847))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *2)) (-4 *4 (-1046))
+ (-4 *2 (-847))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-849 *2)) (-4 *2 (-1046))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 *6)) (-5 *3 (-641 (-768))) (-4 *1 (-946 *4 *5 *6))
+ (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *1 (-946 *4 *5 *2)) (-4 *4 (-1046))
+ (-4 *5 (-790)) (-4 *2 (-847))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-768)) (-4 *2 (-946 *4 (-531 *5) *5))
+ (-5 *1 (-1120 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-847))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-949 *4)) (-5 *1 (-1203 *4))
+ (-4 *4 (-1046)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 (-861 *5))) (-14 *5 (-641 (-1170))) (-4 *6 (-452))
+ (-5 *2 (-641 (-641 (-247 *5 *6)))) (-5 *1 (-471 *5 *6 *7))
+ (-5 *3 (-641 (-247 *5 *6))) (-4 *7 (-452)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-452))))
+ ((*1 *1 *1 *1) (-4 *1 (-452))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-14 *4 (-641 (-1170))) (-4 *2 (-172))
+ (-4 *3 (-238 (-2828 *4) (-768)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1468 *5) (|:| -1558 *3))
+ (-2 (|:| -1468 *5) (|:| -1558 *3))))
+ (-5 *1 (-461 *4 *2 *5 *3 *6 *7)) (-4 *5 (-847))
+ (-4 *7 (-946 *2 *3 (-861 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152))
+ (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1104)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1079)))))
+(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
+ (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-685 (-564)))
+ (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-754)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2))
+ (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4407)))))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
+(((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-407 *6)) (|:| |h| *6)
+ (|:| |c1| (-407 *6)) (|:| |c2| (-407 *6)) (|:| -1401 *6)))
+ (-5 *1 (-1013 *5 *6)) (-5 *3 (-407 *6)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-641 (-1166 (-564)))) (-5 *1 (-191)) (-5 *3 (-564)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
+ (|partial| -12 (-5 *2 (-564)) (-5 *1 (-1191 *3)) (-4 *3 (-1046)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-407 (-564))) (-4 *1 (-554 *3))
- (-4 *3 (-13 (-404) (-1194)))))
- ((*1 *1 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194)))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))))
-(((*1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *3 *4 *4 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
- (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-585 *3)) (-4 *3 (-363)))))
+ (-12 (-5 *2 (-918)) (-5 *1 (-152 *3 *4 *5)) (-14 *3 *2)
+ (-4 *4 (-363)) (-14 *5 (-990 *3 *4)))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-753)))))
+(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
+ (|partial| -12 (-5 *4 (-641 *11)) (-5 *5 (-641 (-1166 *9)))
+ (-5 *6 (-641 *9)) (-5 *7 (-641 *12)) (-5 *8 (-641 (-768)))
+ (-4 *11 (-847)) (-4 *9 (-307)) (-4 *12 (-946 *9 *10 *11))
+ (-4 *10 (-790)) (-5 *2 (-641 (-1166 *12)))
+ (-5 *1 (-704 *10 *11 *9 *12)) (-5 *3 (-1166 *12)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *3))
+ (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1094)) (-5 *2 (-1152)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-13 (-363) (-147)))
- (-5 *2 (-641 (-2 (|:| -2954 (-768)) (|:| -1526 *4) (|:| |num| *4))))
- (-5 *1 (-399 *3 *4)) (-4 *4 (-1235 *3)))))
+ (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847))
+ (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-641 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1217))))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-112)) (-5 *1 (-300)))))
-(((*1 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-819)) (-5 *1 (-818)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(((*1 *2 *1 *2)
- (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-361 (-114))) (-4 *2 (-1046)) (-5 *1 (-711 *2 *4))
- (-4 *4 (-644 *2))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-361 (-114))) (-5 *1 (-833 *2)) (-4 *2 (-1046)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
- (-14 *4 *3)))
- ((*1 *1 *2 *3 *1)
- (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
- (-14 *4 *3)))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-671 *2)) (-4 *2 (-1046)) (-4 *2 (-1094)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))))
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
+ (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2 (-379)) (-5 *1 (-205)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-768))
+ (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-641 (-316 (-225)))) (-5 *3 (-225)) (-5 *2 (-112))
+ (-5 *1 (-210)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1259 (-695))) (-5 *1 (-305)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-749)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-641 (-949 *3))) (-4 *3 (-452)) (-5 *1 (-360 *3 *4))
- (-14 *4 (-641 (-1170)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-450 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-918)) (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368))))
+ ((*1 *2 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-363))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-370 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6))
- (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-5 *1 (-450 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6))
- (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-5 *1 (-450 *4 *5 *6 *7))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
- (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-641 (-777 *3 (-861 *4)))) (-4 *3 (-452))
- (-14 *4 (-641 (-1170))) (-5 *1 (-626 *3 *4)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-4 *3 (-1094))
- (-5 *2 (-112)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *2 *2) (-12 (-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028)))))
-(((*1 *1) (-5 *1 (-141))))
-(((*1 *2 *1) (-12 (-4 *1 (-1143 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-52)) (-5 *1 (-889 *4))
- (-4 *4 (-1094)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-112))))
+ (-12 (-5 *2 (-1259 *4)) (-5 *3 (-918)) (-4 *4 (-349))
+ (-5 *1 (-528 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
-(((*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1259 *4)) (-5 *1 (-528 *4))
- (-4 *4 (-349)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1219 *3))
- (-5 *2 (-407 (-564))))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
- (|:| |xpnt| (-564))))
- (-4 *4 (-13 (-1235 *3) (-556) (-10 -8 (-15 -3377 ($ $ $)))))
- (-4 *3 (-556)) (-5 *1 (-1238 *3 *4)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-748)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *1 *1 *1) (-4 *1 (-143)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545))))
- ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044))
- (-5 *3 (-564)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -3526 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-363)) (-4 *7 (-1235 *6))
- (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6)))
- (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-191)) (-5 *3 (-564))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-172))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-263))) (-5 *4 (-1170)) (-5 *2 (-112))
- (-5 *1 (-263)))))
-(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
- (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564))
- (-5 *2 (-1032)) (-5 *1 (-753)))))
-(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *3 *3 *5 *6 *3 *6 *6 *5 *6 *6 *6 *6
- *5 *3 *3 *3 *3 *3 *6 *6 *6 *3 *3 *3 *3 *3 *7 *4 *4 *4 *4 *3 *8
- *9)
- (-12 (-5 *4 (-685 (-225))) (-5 *5 (-112)) (-5 *6 (-225))
- (-5 *7 (-685 (-564)))
- (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-80 CONFUN))))
- (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))
- (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-750)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1066 *3 *4 *5 *6)) (-4 *3 (-452)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790))
- (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-564)) (-4 *1 (-647 *3)) (-4 *3 (-1209))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-647 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1269)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-847)) (-5 *4 (-641 *6))
- (-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-641 *4))))
- (-5 *1 (-1180 *6)) (-5 *5 (-641 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-245 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-5 *2 (-1264))
- (-5 *1 (-1210 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-5 *2 (-1264))
- (-5 *1 (-1210 *4)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1150 *3)) (-4 *3 (-1094))
- (-4 *3 (-1209)))))
+ (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
+ (-4 *5 (-238 *3 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225)))
+ (-5 *2 (-1032)) (-5 *1 (-751)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-685 *3))
- (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))))
- (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-685 *3))
- (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))))
- (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))))
-(((*1 *1 *1 *1) (-4 *1 (-964))))
-(((*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-397)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
-(((*1 *2)
- (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 (-407 *2)))
- (-4 *2 (-1235 *4)) (-5 *1 (-341 *3 *4 *2 *5))
- (-4 *3 (-342 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-342 *3 *2 *4)) (-4 *3 (-1213))
- (-4 *4 (-1235 (-407 *2))) (-4 *2 (-1235 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-691 *3)) (-4 *3 (-1094))
- (-5 *2 (-641 (-2 (|:| -3096 *3) (|:| -1292 (-768))))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1046)) (-4 *2 (-683 *4 *5 *6))
- (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1235 *4)) (-4 *5 (-373 *4))
- (-4 *6 (-373 *4)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 *4)) (-4 *4 (-1046)) (-4 *2 (-1235 *4))
- (-5 *1 (-444 *4 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-407 (-1166 (-316 *5)))) (-5 *3 (-1259 (-316 *5)))
- (-5 *4 (-564)) (-4 *5 (-13 (-556) (-847))) (-5 *1 (-1124 *5)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-3 (-2 (|:| -3526 *7) (|:| |coeff| *7)) "failed") *7))
- (-5 *6 (-641 (-407 *8))) (-4 *7 (-363)) (-4 *8 (-1235 *7))
- (-5 *3 (-407 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-574 *7 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-561)) (-5 *3 (-564)))))
-(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-291)))
- ((*1 *1) (-5 *1 (-859)))
- ((*1 *1)
- (-12 (-4 *2 (-452)) (-4 *3 (-847)) (-4 *4 (-790))
- (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3))))
- ((*1 *1) (-5 *1 (-1079)))
- ((*1 *1)
- (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
- (-4 *3 (-13 (-1094) (-34)))))
- ((*1 *1) (-5 *1 (-1173))) ((*1 *1) (-5 *1 (-1174))))
-(((*1 *2)
- (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5)))
- (-5 *2 (-768)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
- (-12 (-5 *4 (-564)) (-5 *5 (-1152)) (-5 *6 (-685 (-225)))
- (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))))
- (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))
- (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))
- (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))))
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-363)) (-4 *3 (-1046))
+ (-5 *1 (-1154 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-685 *5)) (-4 *5 (-1046)) (-5 *1 (-1050 *3 *4 *5))
+ (-14 *3 (-768)) (-14 *4 (-768)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-192))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-300))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-305)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-5 *2 (-112)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-174 *3)) (-4 *3 (-307))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-670 *3)) (-4 *3 (-1209))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-737 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-847))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *1 (-977 *3)) (-4 *3 (-1046))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7))
- (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1))
- (-4 *1 (-1066 *4 *5 *6 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))))
-(((*1 *2 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-641 (-641 (-641 *5)))) (-5 *3 (-1 (-112) *5 *5))
- (-5 *4 (-641 *5)) (-4 *5 (-847)) (-5 *1 (-1180 *5)))))
+ (-12 (-5 *3 (-641 (-481 *4 *5))) (-14 *4 (-641 (-1170)))
+ (-4 *5 (-452))
+ (-5 *2
+ (-2 (|:| |gblist| (-641 (-247 *4 *5)))
+ (|:| |gvlist| (-641 (-564)))))
+ (-5 *1 (-629 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1088 (-840 (-225)))) (-5 *1 (-305)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-307)) (-5 *1 (-179 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-973 *4 *5 *6 *3)) (-4 *4 (-1046)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))))
-(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-225) (-225) (-225)))
- (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined"))
- (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225)))
- (-5 *1 (-693)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1046)))))
-(((*1 *2)
- (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5)))
- (-5 *2 (-768)) (-5 *1 (-341 *3 *4 *5 *6)) (-4 *3 (-342 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-768)))))
-(((*1 *1)
- (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1259 (-1170))) (-5 *3 (-1259 (-453 *4 *5 *6 *7)))
- (-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-918))
- (-14 *6 (-641 (-1170))) (-14 *7 (-1259 (-685 *4)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1259 (-453 *4 *5 *6 *7)))
- (-5 *1 (-453 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-918))
- (-14 *6 (-641 *2)) (-14 *7 (-1259 (-685 *4)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-453 *3 *4 *5 *6))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170)))
- (-14 *6 (-1259 (-685 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-1170))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-172)) (-14 *4 (-918)) (-14 *5 (-641 (-1170)))
- (-14 *6 (-1259 (-685 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1170)) (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172))
- (-14 *4 (-918)) (-14 *5 (-641 *2)) (-14 *6 (-1259 (-685 *3)))))
- ((*1 *1)
- (-12 (-5 *1 (-453 *2 *3 *4 *5)) (-4 *2 (-172)) (-14 *3 (-918))
- (-14 *4 (-641 (-1170))) (-14 *5 (-1259 (-685 *2))))))
+ (-12 (-5 *3 (-685 (-169 (-407 (-564)))))
+ (-5 *2
+ (-641
+ (-2 (|:| |outval| (-169 *4)) (|:| |outmult| (-564))
+ (|:| |outvect| (-641 (-685 (-169 *4)))))))
+ (-5 *1 (-761 *4)) (-4 *4 (-13 (-363) (-845))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3)))))
+(((*1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-1179)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
-(((*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1209))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-949 (-379))) (-5 *1 (-339 *3 *4 *5))
- (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170)))
- (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-407 (-949 (-379)))) (-5 *1 (-339 *3 *4 *5))
- (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170)))
- (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-316 (-379))) (-5 *1 (-339 *3 *4 *5))
- (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170)))
- (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-949 (-564))) (-5 *1 (-339 *3 *4 *5))
- (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170)))
- (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-407 (-949 (-564)))) (-5 *1 (-339 *3 *4 *5))
- (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170)))
- (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-316 (-564))) (-5 *1 (-339 *3 *4 *5))
- (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170)))
- (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1170)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 *2))
- (-14 *4 (-641 *2)) (-4 *5 (-387))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-316 *5)) (-4 *5 (-387)) (-5 *1 (-339 *3 *4 *5))
- (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170)))))
- ((*1 *1 *2) (-12 (-5 *2 (-685 (-407 (-949 (-564))))) (-4 *1 (-384))))
- ((*1 *1 *2) (-12 (-5 *2 (-685 (-407 (-949 (-379))))) (-4 *1 (-384))))
- ((*1 *1 *2) (-12 (-5 *2 (-685 (-949 (-564)))) (-4 *1 (-384))))
- ((*1 *1 *2) (-12 (-5 *2 (-685 (-949 (-379)))) (-4 *1 (-384))))
- ((*1 *1 *2) (-12 (-5 *2 (-685 (-316 (-564)))) (-4 *1 (-384))))
- ((*1 *1 *2) (-12 (-5 *2 (-685 (-316 (-379)))) (-4 *1 (-384))))
- ((*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-564)))) (-4 *1 (-396))))
- ((*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-379)))) (-4 *1 (-396))))
- ((*1 *1 *2) (-12 (-5 *2 (-949 (-564))) (-4 *1 (-396))))
- ((*1 *1 *2) (-12 (-5 *2 (-949 (-379))) (-4 *1 (-396))))
- ((*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-4 *1 (-396))))
- ((*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-4 *1 (-396))))
- ((*1 *1 *2) (-12 (-5 *2 (-1259 (-407 (-949 (-564))))) (-4 *1 (-441))))
- ((*1 *1 *2) (-12 (-5 *2 (-1259 (-407 (-949 (-379))))) (-4 *1 (-441))))
- ((*1 *1 *2) (-12 (-5 *2 (-1259 (-949 (-564)))) (-4 *1 (-441))))
- ((*1 *1 *2) (-12 (-5 *2 (-1259 (-949 (-379)))) (-4 *1 (-441))))
- ((*1 *1 *2) (-12 (-5 *2 (-1259 (-316 (-564)))) (-4 *1 (-441))))
- ((*1 *1 *2) (-12 (-5 *2 (-1259 (-316 (-379)))) (-4 *1 (-441))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-3
- (|:| |nia|
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (|:| |mdnia|
- (-2 (|:| |fn| (-316 (-225)))
- (|:| -1743 (-641 (-1088 (-840 (-225)))))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
- (-5 *1 (-766))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
- (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *1 (-805))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-3
- (|:| |noa|
- (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225)))
- (|:| |lb| (-641 (-840 (-225))))
- (|:| |cf| (-641 (-316 (-225))))
- (|:| |ub| (-641 (-840 (-225))))))
- (|:| |lsa|
- (-2 (|:| |lfn| (-641 (-316 (-225))))
- (|:| -2558 (-641 (-225)))))))
- (-5 *1 (-838))))
- ((*1 *2 *1)
+ (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-1055)) (-4 *3 (-1194))
+ (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-417 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-826)))))
+(((*1 *2 *3)
(-12
- (-5 *2
+ (-5 *3
(-2 (|:| |pde| (-641 (-316 (-225))))
(|:| |constraints|
(-641
@@ -4904,1356 +9090,269 @@
(|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225))))))
(|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152))
(|:| |tol| (-225))))
- (-5 *1 (-895))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *1 (-973 *3 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-1035 *2)) (-4 *2 (-1209))))
- ((*1 *1 *2)
- (-2713
- (-12 (-5 *2 (-949 *3))
- (-12 (-2819 (-4 *3 (-38 (-407 (-564)))))
- (-2819 (-4 *3 (-38 (-564)))) (-4 *5 (-612 (-1170))))
- (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790))
- (-4 *5 (-847)))
- (-12 (-5 *2 (-949 *3))
- (-12 (-2819 (-4 *3 (-545))) (-2819 (-4 *3 (-38 (-407 (-564)))))
- (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170))))
- (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790))
- (-4 *5 (-847)))
- (-12 (-5 *2 (-949 *3))
- (-12 (-2819 (-4 *3 (-989 (-564)))) (-4 *3 (-38 (-407 (-564))))
- (-4 *5 (-612 (-1170))))
- (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790))
- (-4 *5 (-847)))))
- ((*1 *1 *2)
- (-2713
- (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5))
- (-12 (-2819 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564)))
- (-4 *5 (-612 (-1170))))
- (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))
- (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5))
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))))
- (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-949 (-407 (-564)))) (-4 *1 (-1060 *3 *4 *5))
- (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))) (-4 *3 (-1046))
- (-4 *4 (-790)) (-4 *5 (-847)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-125 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *1) (-12 (|has| *1 (-6 -4412)) (-4 *1 (-34)) (-5 *2 (-768))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-564))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-843)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1170)) (-5 *2 (-641 (-962))) (-5 *1 (-291)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-847)) (-5 *1 (-1180 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
- (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-556)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
- (-4 *7 (-989 *4)) (-4 *2 (-683 *7 *8 *9))
- (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-683 *4 *5 *6))
- (-4 *8 (-373 *7)) (-4 *9 (-373 *7))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046))
- (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-363))))
- ((*1 *2 *2)
- (|partial| -12 (-4 *3 (-363)) (-4 *3 (-172)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2))
- (-4 *2 (-683 *3 *4 *5))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-685 *2)) (-4 *2 (-363)) (-4 *2 (-1046))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1117 *2 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-238 *2 *3)) (-4 *5 (-238 *2 *3)) (-4 *3 (-363))))
- ((*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-1180 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-641 *7)) (-5 *3 (-112)) (-4 *7 (-1060 *4 *5 *6))
- (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
- (-5 *1 (-974 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1166 *7))
- (-4 *5 (-1046)) (-4 *7 (-1046)) (-4 *2 (-1235 *5))
- (-5 *1 (-501 *5 *2 *6 *7)) (-4 *6 (-1235 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-610 *3)) (-4 *3 (-13 (-430 *5) (-27) (-1194)))
- (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2 (-585 *3)) (-5 *1 (-566 *5 *3 *6)) (-4 *6 (-1094)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 *1)) (|has| *1 (-6 -4413)) (-4 *1 (-1007 *3))
- (-4 *3 (-1209)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-307) (-147))) (-4 *4 (-13 (-847) (-612 (-1170))))
- (-4 *5 (-790)) (-5 *1 (-921 *3 *4 *5 *2)) (-4 *2 (-946 *3 *5 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-323 *2 *4)) (-4 *4 (-131))
- (-4 *2 (-1094))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-361 *2)) (-4 *2 (-1094))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-386 *2)) (-4 *2 (-1094))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *2 (-1094)) (-5 *1 (-645 *2 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4)))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-816 *2)) (-4 *2 (-847)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1134 *3 *2)) (-4 *3 (-13 (-1094) (-34)))
- (-4 *2 (-13 (-1094) (-34))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2))
- (-4 *2 (-1250 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3))
- (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2))
- (-4 *2 (-1250 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147)))
- (-5 *1 (-1146 *3)))))
-(((*1 *1 *1 *2 *2)
- (|partial| -12 (-5 *2 (-918)) (-5 *1 (-1095 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-536))) (-5 *1 (-536)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1170)) (-5 *2 (-1 *6 *5)) (-5 *1 (-703 *4 *5 *6))
- (-4 *4 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
- (-5 *1 (-702 *3 *4)) (-4 *3 (-1209)) (-4 *4 (-1209)))))
+ (-5 *2 (-112)) (-5 *1 (-210)))))
(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2)
- (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-417 *3)))))
-(((*1 *2 *2) (-12 (-5 *1 (-958 *2)) (-4 *2 (-545)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
- (-4 *4 (-349)))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *4 (-1 (-3 (-564) "failed") *5)) (-4 *5 (-1046))
- (-5 *2 (-564)) (-5 *1 (-543 *5 *3)) (-4 *3 (-1235 *5))))
- ((*1 *2 *3 *4 *2 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-564) "failed") *4)) (-4 *4 (-1046))
- (-5 *2 (-564)) (-5 *1 (-543 *4 *3)) (-4 *3 (-1235 *4))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-564) "failed") *4)) (-4 *4 (-1046))
- (-5 *2 (-564)) (-5 *1 (-543 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-641 (-1232 *5 *4)))
- (-5 *1 (-1108 *4 *5)) (-5 *3 (-1232 *5 *4)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-819)))))
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-564))
+ (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-38 (-407 (-564))))
- (-4 *2 (-172)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-407 *2)) (-4 *2 (-1235 *5))
- (-5 *1 (-804 *5 *2 *3 *6))
- (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564)))))
- (-4 *3 (-652 *2)) (-4 *6 (-652 *4))))
+ (-12 (-5 *2 (-1152)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-263))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-641 (-685 *6))) (-5 *4 (-112)) (-5 *5 (-564))
+ (-5 *2 (-685 *6)) (-5 *1 (-1026 *6)) (-4 *6 (-363)) (-4 *6 (-1046))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 (-685 *4))) (-5 *2 (-685 *4)) (-5 *1 (-1026 *4))
+ (-4 *4 (-363)) (-4 *4 (-1046))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-564)) (-5 *2 (-685 *5))
+ (-5 *1 (-1026 *5)) (-4 *5 (-363)) (-4 *5 (-1046)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-112)) (-5 *5 (-685 (-169 (-225))))
+ (-5 *2 (-1032)) (-5 *1 (-752)))))
+(((*1 *2 *3 *4 *4 *2 *2 *2)
+ (-12 (-5 *2 (-564))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-768)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-790)) (-4 *4 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *7 (-847))
+ (-5 *1 (-449 *5 *6 *7 *4)))))
+(((*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262))))
+ ((*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-783)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-192))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-768))
+ (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))))
+ (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-407 *2))) (-4 *2 (-1235 *5))
- (-5 *1 (-804 *5 *2 *3 *6))
- (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2))
- (-4 *6 (-652 (-407 *2))))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-748)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-768))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-768)))))
+ (-12 (-5 *4 (-641 *3)) (-4 *3 (-1066 *5 *6 *7 *8)) (-4 *5 (-452))
+ (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7))
+ (-5 *2 (-112)) (-5 *1 (-985 *5 *6 *7 *8 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 *3)) (-4 *3 (-1066 *5 *6 *7 *8)) (-4 *5 (-452))
+ (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7))
+ (-5 *2 (-112)) (-5 *1 (-1101 *5 *6 *7 *8 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-331 *3)) (-4 *3 (-847)))))
(((*1 *2 *3)
(|partial| -12
(-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
- (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
(-5 *2
- (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379))
- (|:| |expense| (-379)) (|:| |accuracy| (-379))
- (|:| |intermediateResults| (-379))))
- (-5 *1 (-800)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-4 *7 (-847))
- (-4 *9 (-946 *8 *6 *7)) (-4 *6 (-790)) (-4 *8 (-307))
- (-5 *2 (-641 (-768))) (-5 *1 (-739 *6 *7 *8 *9)) (-5 *5 (-768)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-1046)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1166 *1)) (-4 *1 (-1009)))))
+ (-2
+ (|:| |endPointContinuity|
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "There is a singularity at the upper end point")
+ (|:| |bothSingular|
+ "There are singularities at both end points")
+ (|:| |notEvaluated|
+ "End point continuity not yet evaluated")))
+ (|:| |singularitiesStream|
+ (-3 (|:| |str| (-1150 (-225)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -4133
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite| "The bottom of range is infinite")
+ (|:| |upperInfinite| "The top of range is infinite")
+ (|:| |bothInfinite|
+ "Both top and bottom points are infinite")
+ (|:| |notEvaluated| "Range not yet evaluated")))))
+ (-5 *1 (-559)))))
+(((*1 *2 *3) (-12 (-5 *3 (-506)) (-5 *2 (-687 (-187))) (-5 *1 (-187)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
- (-5 *2 (-816 *3))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-843)) (-5 *1 (-1282 *3 *2)) (-4 *3 (-1046)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112))
- (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3))))
+ (-12 (-5 *2 (-859)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 (-768))
+ (-14 *4 (-768)) (-4 *5 (-172)))))
+(((*1 *1) (-5 *1 (-186))))
+(((*1 *2 *3)
+ (-12 (|has| *2 (-6 (-4408 "*"))) (-4 *5 (-373 *2)) (-4 *6 (-373 *2))
+ (-4 *2 (-1046)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1235 *2))
+ (-4 *4 (-683 *2 *5 *6)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-641 *3)) (-5 *1 (-958 *3)) (-4 *3 (-545)))))
+(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1214))))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-363)) (-5 *1 (-1022 *3 *2)) (-4 *2 (-652 *3))))
((*1 *2 *3 *4)
+ (-12 (-4 *5 (-363)) (-5 *2 (-2 (|:| -4252 *3) (|:| -3581 (-641 *5))))
+ (-5 *1 (-1022 *5 *3)) (-5 *4 (-641 *5)) (-4 *3 (-652 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(((*1 *2 *3 *3 *4)
(-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
(-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *4))))
- (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4))))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1283 *3 *4)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-172))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-816 *3)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4))
- (-5 *2
- (-3 (|:| |overq| (-1166 (-407 (-564))))
- (|:| |overan| (-1166 (-48))) (|:| -3749 (-112))))
- (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-641 (-1259 *4))) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556))
- (-5 *2 (-641 (-1259 *3))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-768))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-768)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-506))) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-506))) (-5 *1 (-483)))))
-(((*1 *1) (-5 *1 (-112))) ((*1 *1) (-5 *1 (-615))))
-(((*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-1166 *3)))))
-(((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |mval| (-685 *3)) (|:| |invmval| (-685 *3))
- (|:| |genIdeal| (-504 *3 *4 *5 *6))))
- (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))))
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-564)) (-5 *1 (-486 *4))
+ (-4 *4 (-1235 *2)))))
+(((*1 *1) (-5 *1 (-186))))
+(((*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-134)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-363) (-1194) (-999))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-504 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))))
+ (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-1046)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *5)) (-5 *4 (-918)) (-4 *5 (-847))
+ (-5 *2 (-59 (-641 (-668 *5)))) (-5 *1 (-668 *5)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-12 (-4 *3 (-612 (-889 *3))) (-4 *3 (-883 *3))
+ (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-612 (-889 *3))) (-4 *2 (-883 *3))
(-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-647 *3)) (-4 *3 (-1209))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-539 *4 *2 *5 *6))
- (-4 *4 (-307)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-768))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-685 *2)) (-4 *4 (-1235 *2))
- (-4 *2 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))))
- (-5 *1 (-499 *2 *4 *5)) (-4 *5 (-409 *2 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
- (-4 *5 (-238 *3 *2)) (-4 *2 (-1046)))))
(((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))
+ (-5 *2 (-407 (-564))) (-5 *1 (-1017 *4)) (-4 *4 (-1235 (-564))))))
+(((*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262))))
+ ((*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))))
+(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *2) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262))))
+ ((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-248)))))
+(((*1 *2 *2)
(-12
- (-5 *3
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-379)) (-5 *1 (-192)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1235 *2)) (-4 *2 (-1213)) (-5 *1 (-148 *2 *4 *3))
- (-4 *3 (-1235 (-407 *4))))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847)) (-4 *3 (-172))))
- ((*1 *2 *3 *3)
- (-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-556))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-172)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-452))))
- ((*1 *1 *1 *1) (-4 *1 (-452)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-5 *1 (-486 *2)) (-4 *2 (-1235 (-564)))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-768)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307))
- (-5 *1 (-913 *3 *4 *5 *2)) (-4 *2 (-946 *5 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *6 *4 *5))
- (-5 *1 (-913 *4 *5 *6 *2)) (-4 *4 (-790)) (-4 *5 (-847))
- (-4 *6 (-307))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-1166 *7))) (-4 *4 (-790)) (-4 *5 (-847))
- (-4 *6 (-307)) (-5 *2 (-1166 *7)) (-5 *1 (-913 *4 *5 *6 *7))
- (-4 *7 (-946 *6 *4 *5))))
- ((*1 *1 *1 *1) (-5 *1 (-918)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-452)) (-4 *3 (-556)) (-5 *1 (-966 *3 *2))
- (-4 *2 (-1235 *3))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-452)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564)))))
- (-4 *3 (-1235 *4)) (-5 *1 (-806 *4 *3 *2 *5)) (-4 *2 (-652 *3))
- (-4 *5 (-652 (-407 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-407 *5))
- (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4))
- (-5 *1 (-806 *4 *5 *2 *6)) (-4 *2 (-652 *5)) (-4 *6 (-652 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094))
- (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-641 (-1170))) (-4 *5 (-452))
(-5 *2
- (-2 (|:| |glbase| (-641 (-247 *4 *5))) (|:| |glval| (-641 (-564)))))
- (-5 *1 (-629 *4 *5)) (-5 *3 (-641 (-247 *4 *5))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-316 *3)) (-4 *3 (-556)) (-4 *3 (-847)))))
-(((*1 *2 *3) (-12 (-5 *3 (-491)) (-5 *2 (-687 (-579))) (-5 *1 (-579)))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *3 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
- (-5 *1 (-449 *4 *3 *5 *6)) (-4 *6 (-946 *4 *3 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-222 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-254 *3))))
- ((*1 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-5 *2 (-112)))))
+ (-504 (-407 (-564)) (-240 *4 (-768)) (-861 *3)
+ (-247 *3 (-407 (-564)))))
+ (-14 *3 (-641 (-1170))) (-14 *4 (-768)) (-5 *1 (-505 *3 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-430 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3))
- (-4 *3 (-1094))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046))
- (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-641 *3))
- (-5 *1 (-947 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-363)
- (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $))
- (-15 -2663 (*7 $))))))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379))
- (|:| |expense| (-379)) (|:| |accuracy| (-379))
- (|:| |intermediateResults| (-379))))
- (-5 *2 (-1032)) (-5 *1 (-305)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
-(((*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-52)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
- ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-495)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-641 (-768))) (-5 *1 (-966 *4 *3))
- (-4 *3 (-1235 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-859))))
- ((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-959)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *4 (-918)) (-5 *2 (-1166 *3)) (-5 *1 (-1183 *3))
+ (-4 *3 (-363)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4))))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170))
+ (-14 *4 *2))))
+(((*1 *1) (-5 *1 (-186))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
(-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
(-5 *2
- (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564))
+ (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564))
(|:| |success| (-112))))
(-5 *1 (-786)) (-5 *5 (-564)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-736 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
- ((*1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *3 *3)
- (-12 (-4 *2 (-556)) (-4 *2 (-452)) (-5 *1 (-966 *2 *3))
- (-4 *3 (-1235 *2)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
-(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
- (-12 (-5 *4 (-564)) (-5 *5 (-1152)) (-5 *6 (-685 (-225)))
- (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))))
- (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))
- (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-71 PEDERV))))
- (-5 *10 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))
- (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-536)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
- (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4412)) (-4 *1 (-151 *3))
- (-4 *3 (-1209))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-670 *3)) (-4 *3 (-1209))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-4 *1 (-1202 *4 *5 *3 *2)) (-4 *4 (-556))
- (-4 *5 (-790)) (-4 *3 (-847)) (-4 *2 (-1060 *4 *5 *3))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-5 *1 (-1206 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *8)) (-4 *8 (-946 *5 *7 *6))
- (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
- (-4 *7 (-790))
- (-5 *2
- (-641
- (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8))
- (|:| |wcond| (-641 (-949 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1259 (-407 (-949 *5))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *5))))))))))
- (-5 *1 (-921 *5 *6 *7 *8)) (-5 *4 (-641 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *8)) (-5 *4 (-641 (-1170))) (-4 *8 (-946 *5 *7 *6))
- (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
- (-4 *7 (-790))
- (-5 *2
- (-641
- (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8))
- (|:| |wcond| (-641 (-949 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1259 (-407 (-949 *5))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *5))))))))))
- (-5 *1 (-921 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-685 *7)) (-4 *7 (-946 *4 *6 *5))
- (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790))
- (-5 *2
- (-641
- (-2 (|:| |eqzro| (-641 *7)) (|:| |neqzro| (-641 *7))
- (|:| |wcond| (-641 (-949 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1259 (-407 (-949 *4))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *4))))))))))
- (-5 *1 (-921 *4 *5 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-685 *9)) (-5 *5 (-918)) (-4 *9 (-946 *6 *8 *7))
- (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170))))
- (-4 *8 (-790))
- (-5 *2
- (-641
- (-2 (|:| |eqzro| (-641 *9)) (|:| |neqzro| (-641 *9))
- (|:| |wcond| (-641 (-949 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1259 (-407 (-949 *6))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *6))))))))))
- (-5 *1 (-921 *6 *7 *8 *9)) (-5 *4 (-641 *9))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 (-1170))) (-5 *5 (-918))
- (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147)))
- (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790))
- (-5 *2
- (-641
- (-2 (|:| |eqzro| (-641 *9)) (|:| |neqzro| (-641 *9))
- (|:| |wcond| (-641 (-949 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1259 (-407 (-949 *6))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *6))))))))))
- (-5 *1 (-921 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *8)) (-5 *4 (-918)) (-4 *8 (-946 *5 *7 *6))
- (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
- (-4 *7 (-790))
- (-5 *2
- (-641
- (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8))
- (|:| |wcond| (-641 (-949 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1259 (-407 (-949 *5))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *5))))))))))
- (-5 *1 (-921 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 *9)) (-5 *5 (-1152))
- (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147)))
- (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564))
- (-5 *1 (-921 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 (-1170))) (-5 *5 (-1152))
- (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147)))
- (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564))
- (-5 *1 (-921 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *8)) (-5 *4 (-1152)) (-4 *8 (-946 *5 *7 *6))
- (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
- (-4 *7 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-685 *10)) (-5 *4 (-641 *10)) (-5 *5 (-918))
- (-5 *6 (-1152)) (-4 *10 (-946 *7 *9 *8)) (-4 *7 (-13 (-307) (-147)))
- (-4 *8 (-13 (-847) (-612 (-1170)))) (-4 *9 (-790)) (-5 *2 (-564))
- (-5 *1 (-921 *7 *8 *9 *10))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-685 *10)) (-5 *4 (-641 (-1170))) (-5 *5 (-918))
- (-5 *6 (-1152)) (-4 *10 (-946 *7 *9 *8)) (-4 *7 (-13 (-307) (-147)))
- (-4 *8 (-13 (-847) (-612 (-1170)))) (-4 *9 (-790)) (-5 *2 (-564))
- (-5 *1 (-921 *7 *8 *9 *10))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-685 *9)) (-5 *4 (-918)) (-5 *5 (-1152))
- (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147)))
- (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564))
- (-5 *1 (-921 *6 *7 *8 *9)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *3 (-641 (-263)))
+ (-5 *1 (-261))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-468))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-468)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-585 *2)) (-4 *2 (-13 (-29 *4) (-1194)))
- (-5 *1 (-583 *4 *2))
- (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-585 (-407 (-949 *4))))
- (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
- (-5 *2 (-316 *4)) (-5 *1 (-588 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 (-407 (-949 *5)))) (-5 *4 (-1170))
- (-4 *5 (-13 (-307) (-847) (-147)))
- (-5 *2 (-1159 (-641 (-316 *5)) (-641 (-294 (-316 *5)))))
- (-5 *1 (-1123 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170))
- (-4 *5 (-13 (-307) (-847) (-147)))
- (-5 *2 (-1159 (-641 (-316 *5)) (-641 (-294 (-316 *5)))))
- (-5 *1 (-1123 *5)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-30))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-418 *4) *4)) (-4 *4 (-556)) (-5 *2 (-418 *4))
- (-5 *1 (-419 *4))))
- ((*1 *1 *1) (-5 *1 (-923)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923))))
- ((*1 *1 *1) (-5 *1 (-924)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))
- (-5 *4 (-407 (-564))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564)))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))
- (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564)))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))
- (-5 *4 (-407 (-564))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 *4))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))
- (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564))))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
- (-4 *3 (-1235 *2)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-452))))
- ((*1 *1 *1 *1) (-4 *1 (-452))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-330)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 (-1 *6 (-641 *6))))
- (-4 *5 (-38 (-407 (-564)))) (-4 *6 (-1250 *5)) (-5 *2 (-641 *6))
- (-5 *1 (-1252 *5 *6)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1170)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-698 *3 *5 *6 *7))
- (-4 *3 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209))
- (-4 *7 (-1209))))
+ (-12 (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-299 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3)))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170)) (-5 *2 (-1 *6 *5)) (-5 *1 (-703 *3 *5 *6))
- (-4 *3 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))))
-(((*1 *2)
- (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-417 *3)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1152)) (-5 *1 (-97))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1152)) (-5 *1 (-97)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-946 *4 *6 *5)) (-4 *4 (-452))
- (-4 *5 (-847)) (-4 *6 (-790)) (-5 *1 (-984 *4 *5 *6 *3)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225)))
- (-5 *2 (-1032)) (-5 *1 (-744)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-886 *5 *3)) (-5 *4 (-889 *5)) (-4 *5 (-1094))
- (-4 *3 (-166 *6)) (-4 (-949 *6) (-883 *5))
- (-4 *6 (-13 (-883 *5) (-172))) (-5 *1 (-178 *5 *6 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-886 *4 *1)) (-5 *3 (-889 *4)) (-4 *1 (-883 *4))
- (-4 *4 (-1094))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-886 *5 *6)) (-5 *4 (-889 *5)) (-4 *5 (-1094))
- (-4 *6 (-13 (-1094) (-1035 *3))) (-4 *3 (-883 *5))
- (-5 *1 (-928 *5 *3 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094))
- (-4 *3 (-13 (-430 *6) (-612 *4) (-883 *5) (-1035 (-610 $))))
- (-5 *4 (-889 *5)) (-4 *6 (-13 (-556) (-847) (-883 *5)))
- (-5 *1 (-929 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-886 (-564) *3)) (-5 *4 (-889 (-564))) (-4 *3 (-545))
- (-5 *1 (-930 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-886 *5 *6)) (-5 *3 (-610 *6)) (-4 *5 (-1094))
- (-4 *6 (-13 (-847) (-1035 (-610 $)) (-612 *4) (-883 *5)))
- (-5 *4 (-889 *5)) (-5 *1 (-931 *5 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-882 *5 *6 *3)) (-5 *4 (-889 *5)) (-4 *5 (-1094))
- (-4 *6 (-883 *5)) (-4 *3 (-662 *6)) (-5 *1 (-932 *5 *6 *3))))
- ((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *5 (-1 (-886 *6 *3) *8 (-889 *6) (-886 *6 *3)))
- (-4 *8 (-847)) (-5 *2 (-886 *6 *3)) (-5 *4 (-889 *6))
- (-4 *6 (-1094)) (-4 *3 (-13 (-946 *9 *7 *8) (-612 *4)))
- (-4 *7 (-790)) (-4 *9 (-13 (-1046) (-847) (-883 *6)))
- (-5 *1 (-933 *6 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094))
- (-4 *3 (-13 (-946 *8 *6 *7) (-612 *4))) (-5 *4 (-889 *5))
- (-4 *7 (-883 *5)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *8 (-13 (-1046) (-847) (-883 *5)))
- (-5 *1 (-933 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094)) (-4 *3 (-989 *6))
- (-4 *6 (-13 (-556) (-883 *5) (-612 *4))) (-5 *4 (-889 *5))
- (-5 *1 (-936 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-886 *5 (-1170))) (-5 *3 (-1170)) (-5 *4 (-889 *5))
- (-4 *5 (-1094)) (-5 *1 (-937 *5))))
- ((*1 *2 *3 *4 *5 *2 *6)
- (-12 (-5 *4 (-641 (-889 *7))) (-5 *5 (-1 *9 (-641 *9)))
- (-5 *6 (-1 (-886 *7 *9) *9 (-889 *7) (-886 *7 *9))) (-4 *7 (-1094))
- (-4 *9 (-13 (-1046) (-612 (-889 *7)) (-1035 *8)))
- (-5 *2 (-886 *7 *9)) (-5 *3 (-641 *9)) (-4 *8 (-13 (-1046) (-847)))
- (-5 *1 (-938 *7 *8 *9)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1170))
- (-4 *5 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-2 (|:| -3526 *3) (|:| |coeff| *3))) (-5 *1 (-557 *5 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-452)))))
-(((*1 *2 *2 *3 *3 *4)
- (-12 (-5 *4 (-768)) (-4 *3 (-556)) (-5 *1 (-966 *3 *2))
- (-4 *2 (-1235 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 *1)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1046)) (-5 *1 (-685 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 *4)) (-4 *4 (-1046)) (-4 *1 (-1117 *3 *4 *5 *6))
- (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *2 (-641 (-169 *4)))
- (-5 *1 (-761 *4)) (-4 *4 (-13 (-363) (-845))))))
+ (-12 (-5 *4 (-1088 (-840 (-225)))) (-5 *3 (-225)) (-5 *2 (-112))
+ (-5 *1 (-305))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
+ (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))))
+(((*1 *1) (-5 *1 (-130))))
+(((*1 *1) (-5 *1 (-157)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
(((*1 *2 *2)
- (-12
- (-5 *2
- (-641
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-768)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-790)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *5 (-847))
- (-5 *1 (-449 *3 *4 *5 *6)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))))
-(((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262))))
- ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
- ((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
- ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003))))
- ((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))))
-(((*1 *2 *3) (-12 (-5 *3 (-838)) (-5 *2 (-1032)) (-5 *1 (-837))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-316 (-379)))) (-5 *4 (-641 (-379)))
- (-5 *2 (-1032)) (-5 *1 (-837)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-407 (-949 (-564)))))
- (-5 *2 (-641 (-641 (-294 (-949 *4))))) (-5 *1 (-380 *4))
- (-4 *4 (-13 (-845) (-363)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-294 (-407 (-949 (-564))))))
- (-5 *2 (-641 (-641 (-294 (-949 *4))))) (-5 *1 (-380 *4))
- (-4 *4 (-13 (-845) (-363)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 (-564)))) (-5 *2 (-641 (-294 (-949 *4))))
- (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 (-407 (-949 (-564)))))
- (-5 *2 (-641 (-294 (-949 *4)))) (-5 *1 (-380 *4))
- (-4 *4 (-13 (-845) (-363)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1170))
- (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-4 *4 (-13 (-29 *6) (-1194) (-956)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -2745 (-641 *4))))
- (-5 *1 (-648 *6 *4 *3)) (-4 *3 (-652 *4))))
- ((*1 *2 *3 *2 *4 *2 *5)
- (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 *2))
- (-4 *2 (-13 (-29 *6) (-1194) (-956)))
- (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *1 (-648 *6 *2 *3)) (-4 *3 (-652 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *5)) (-4 *5 (-363))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1259 *5) "failed"))
- (|:| -2745 (-641 (-1259 *5)))))
- (-5 *1 (-663 *5)) (-5 *4 (-1259 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-641 *5))) (-4 *5 (-363))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1259 *5) "failed"))
- (|:| -2745 (-641 (-1259 *5)))))
- (-5 *1 (-663 *5)) (-5 *4 (-1259 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *5)) (-4 *5 (-363))
- (-5 *2
- (-641
- (-2 (|:| |particular| (-3 (-1259 *5) "failed"))
- (|:| -2745 (-641 (-1259 *5))))))
- (-5 *1 (-663 *5)) (-5 *4 (-641 (-1259 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-641 *5))) (-4 *5 (-363))
- (-5 *2
- (-641
- (-2 (|:| |particular| (-3 (-1259 *5) "failed"))
- (|:| -2745 (-641 (-1259 *5))))))
- (-5 *1 (-663 *5)) (-5 *4 (-641 (-1259 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4413))))
- (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4413))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4))))
- (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4413))))
- (-4 *7 (-13 (-373 *5) (-10 -7 (-6 -4413))))
- (-5 *2
- (-641
- (-2 (|:| |particular| (-3 *7 "failed")) (|:| -2745 (-641 *7)))))
- (-5 *1 (-664 *5 *6 *7 *3)) (-5 *4 (-641 *7))
- (-4 *3 (-683 *5 *6 *7))))
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1235 (-564))) (-5 *1 (-486 *3)))))
+(((*1 *2 *3) (-12 (-5 *2 (-379)) (-5 *1 (-782 *3)) (-4 *3 (-612 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170))) (-4 *5 (-556))
- (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-767 *5))))
+ (-12 (-5 *4 (-918)) (-5 *2 (-379)) (-5 *1 (-782 *3))
+ (-4 *3 (-612 *2))))
((*1 *2 *3)
- (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-556))
- (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-767 *4))))
- ((*1 *2 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-114)) (-5 *4 (-1170))
- (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *1 (-769 *5 *2)) (-4 *2 (-13 (-29 *5) (-1194) (-956)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-685 *7)) (-5 *5 (-1170))
- (-4 *7 (-13 (-29 *6) (-1194) (-956)))
- (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2
- (-2 (|:| |particular| (-1259 *7)) (|:| -2745 (-641 (-1259 *7)))))
- (-5 *1 (-799 *6 *7)) (-5 *4 (-1259 *7))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-685 *6)) (-5 *4 (-1170))
- (-4 *6 (-13 (-29 *5) (-1194) (-956)))
- (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2 (-641 (-1259 *6))) (-5 *1 (-799 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-641 (-294 *7))) (-5 *4 (-641 (-114)))
- (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956)))
- (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2
- (-2 (|:| |particular| (-1259 *7)) (|:| -2745 (-641 (-1259 *7)))))
- (-5 *1 (-799 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-641 *7)) (-5 *4 (-641 (-114)))
- (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956)))
- (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2
- (-2 (|:| |particular| (-1259 *7)) (|:| -2745 (-641 (-1259 *7)))))
- (-5 *1 (-799 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-294 *7)) (-5 *4 (-114)) (-5 *5 (-1170))
- (-4 *7 (-13 (-29 *6) (-1194) (-956)))
- (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2
- (-3 (-2 (|:| |particular| *7) (|:| -2745 (-641 *7))) *7 "failed"))
- (-5 *1 (-799 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-114)) (-5 *5 (-1170))
- (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2
- (-3 (-2 (|:| |particular| *3) (|:| -2745 (-641 *3))) *3 "failed"))
- (-5 *1 (-799 *6 *3)) (-4 *3 (-13 (-29 *6) (-1194) (-956)))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-294 *2)) (-5 *4 (-114)) (-5 *5 (-641 *2))
- (-4 *2 (-13 (-29 *6) (-1194) (-956))) (-5 *1 (-799 *6 *2))
- (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))))
- ((*1 *2 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-114)) (-5 *4 (-294 *2)) (-5 *5 (-641 *2))
- (-4 *2 (-13 (-29 *6) (-1194) (-956)))
- (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *1 (-799 *6 *2))))
- ((*1 *2 *3) (-12 (-5 *3 (-805)) (-5 *2 (-1032)) (-5 *1 (-802))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-805)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-802))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4))
- (-5 *2 (-1032)) (-5 *1 (-802))))
- ((*1 *2 *3 *4 *4 *5 *4)
- (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4))
- (-5 *2 (-1032)) (-5 *1 (-802))))
- ((*1 *2 *3 *4 *4 *5 *6 *4)
- (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379)))
- (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802))))
- ((*1 *2 *3 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4))
- (-5 *2 (-1032)) (-5 *1 (-802))))
- ((*1 *2 *3 *4 *4 *5 *6 *5 *4)
- (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379)))
- (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802))))
- ((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
- (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379)))
- (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12
- (-5 *5
- (-1
- (-3 (-2 (|:| |particular| *6) (|:| -2745 (-641 *6))) "failed")
- *7 *6))
- (-4 *6 (-363)) (-4 *7 (-652 *6))
- (-5 *2 (-2 (|:| |particular| (-1259 *6)) (|:| -2745 (-685 *6))))
- (-5 *1 (-810 *6 *7)) (-5 *3 (-685 *6)) (-5 *4 (-1259 *6))))
- ((*1 *2 *3) (-12 (-5 *3 (-895)) (-5 *2 (-1032)) (-5 *1 (-894))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-895)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-894))))
- ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
- (-12 (-5 *4 (-768)) (-5 *6 (-641 (-641 (-316 *3)))) (-5 *7 (-1152))
- (-5 *8 (-225)) (-5 *5 (-641 (-316 (-379)))) (-5 *3 (-379))
- (-5 *2 (-1032)) (-5 *1 (-894))))
- ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *4 (-768)) (-5 *6 (-641 (-641 (-316 *3)))) (-5 *7 (-1152))
- (-5 *5 (-641 (-316 (-379)))) (-5 *3 (-379)) (-5 *2 (-1032))
- (-5 *1 (-894))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *2 (-641 (-379)))
- (-5 *1 (-1020)) (-5 *4 (-379))))
+ (-12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 *2))
+ (-5 *2 (-379)) (-5 *1 (-782 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-949 (-564))) (-5 *2 (-641 (-379))) (-5 *1 (-1020))
- (-5 *4 (-379))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1125 *4))
- (-5 *3 (-316 *4))))
+ (-12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046))
+ (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1125 *4))
- (-5 *3 (-294 (-316 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170))
- (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1125 *5))
- (-5 *3 (-294 (-316 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170))
- (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1125 *5))
- (-5 *3 (-316 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-1170)))
- (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1125 *5))
- (-5 *3 (-641 (-294 (-316 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170)))
- (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *5))))))
- (-5 *1 (-1178 *5))))
+ (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-4 *4 (-612 *2))
+ (-5 *2 (-379)) (-5 *1 (-782 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-1170))) (-4 *5 (-556))
- (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-1178 *5))
- (-5 *3 (-641 (-294 (-407 (-949 *5)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-407 (-949 *4)))) (-4 *4 (-556))
- (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-1178 *4))))
+ (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556))
+ (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *4))))))
- (-5 *1 (-1178 *4)) (-5 *3 (-641 (-294 (-407 (-949 *4)))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170)) (-4 *5 (-556))
- (-5 *2 (-641 (-294 (-407 (-949 *5))))) (-5 *1 (-1178 *5))
- (-5 *3 (-407 (-949 *5)))))
+ (-12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847))
+ (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170)) (-4 *5 (-556))
- (-5 *2 (-641 (-294 (-407 (-949 *5))))) (-5 *1 (-1178 *5))
- (-5 *3 (-294 (-407 (-949 *5))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *4)))))
- (-5 *1 (-1178 *4)) (-5 *3 (-407 (-949 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *4)))))
- (-5 *1 (-1178 *4)) (-5 *3 (-294 (-407 (-949 *4)))))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880))
- (-5 *3 (-641 (-564))))))
-(((*1 *2) (-12 (-5 *2 (-1141 (-1152))) (-5 *1 (-391)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))))
-(((*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-918)) (-4 *6 (-13 (-556) (-847)))
- (-5 *2 (-641 (-316 *6))) (-5 *1 (-221 *5 *6)) (-5 *3 (-316 *6))
- (-4 *5 (-1046))))
- ((*1 *2 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-585 *5)) (-4 *5 (-13 (-29 *4) (-1194)))
- (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
- (-5 *2 (-641 *5)) (-5 *1 (-583 *4 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-585 (-407 (-949 *4))))
- (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
- (-5 *2 (-641 (-316 *4))) (-5 *1 (-588 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1089 *3 *2)) (-4 *3 (-845)) (-4 *2 (-1143 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 *1)) (-4 *1 (-1089 *4 *2)) (-4 *4 (-845))
- (-4 *2 (-1143 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1274 (-1170) *3)) (-5 *1 (-1281 *3)) (-4 *3 (-1046))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1274 *3 *4)) (-5 *1 (-1283 *3 *4)) (-4 *3 (-847))
- (-4 *4 (-1046)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-218))))
- ((*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-439))))
- ((*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-835))))
- ((*1 *2 *1) (-12 (-5 *2 (-1112)) (-5 *1 (-1109))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-1175))) (-5 *3 (-1175)) (-5 *1 (-1112)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))))
-(((*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-225)) (-5 *1 (-305)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1250 *4))
- (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-1 (-1150 *4) (-1150 *4)))
- (-5 *1 (-1252 *4 *5)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-326 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-789)) (-4 *3 (-172)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
- (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-843)))))
-(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261))))
- ((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4))))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-1 (-112) *5))
- (-5 *1 (-887 *4 *5)) (-4 *5 (-1209))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1160)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-530 *3)) (-4 *3 (-13 (-723) (-25))))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-587 *4))
- (-4 *4 (-349)))))
+ (-12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847))
+ (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))))
(((*1 *2 *1)
- (|partial| -12
- (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452)))
- (-5 *2 (-840 *4)) (-5 *1 (-313 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170))
- (-14 *6 *4)))
- ((*1 *2 *1)
- (|partial| -12
- (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452)))
- (-5 *2 (-840 *4)) (-5 *1 (-1245 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1194) (-430 *3))) (-14 *5 (-1170))
- (-14 *6 *4))))
-(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-564))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032))
- (-5 *1 (-745)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3377 *3)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1035 (-564))) (-4 *3 (-13 (-847) (-556)))
- (-5 *1 (-32 *3 *2)) (-4 *2 (-430 *3))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-1166 *4)) (-5 *1 (-165 *3 *4))
- (-4 *3 (-166 *4))))
- ((*1 *1 *1) (-12 (-4 *1 (-1046)) (-4 *1 (-302))))
- ((*1 *2) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1166 *3))))
- ((*1 *2) (-12 (-4 *1 (-721 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1063 *3 *2)) (-4 *3 (-13 (-845) (-363)))
- (-4 *2 (-1235 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-491)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
- (-5 *1 (-1067 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
- (-5 *1 (-1102 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *4 (-556))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| -3352 *4))) (-5 *1 (-966 *4 *3))
- (-4 *3 (-1235 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046))
- (-5 *1 (-1154 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046))
- (-14 *4 (-1170)) (-14 *5 *3))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-316 *3)) (-4 *3 (-13 (-1046) (-847)))
- (-5 *1 (-223 *3 *4)) (-14 *4 (-641 (-1170))))))
-(((*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1173)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
- (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-719)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-723)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556))
- (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8))))
- (-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))))
+ (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-379)) (-5 *1 (-1058)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1152)) (-4 *4 (-13 (-307) (-147)))
- (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790))
- (-5 *2
- (-641
- (-2 (|:| |eqzro| (-641 *7)) (|:| |neqzro| (-641 *7))
- (|:| |wcond| (-641 (-949 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1259 (-407 (-949 *4))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *4))))))))))
- (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))))
+ (-12 (-5 *2 (-169 *4)) (-5 *1 (-181 *4 *3))
+ (-4 *4 (-13 (-363) (-845))) (-4 *3 (-1235 *2)))))
+(((*1 *1 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)) (-4 *2 (-556))))
+ ((*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))))
(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite| "The bottom of range is infinite")
- (|:| |upperInfinite| "The top of range is infinite")
- (|:| |bothInfinite| "Both top and bottom points are infinite")
- (|:| |notEvaluated| "Range not yet evaluated")))
- (-5 *1 (-192)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *2 (-1235 *4)) (-5 *1 (-804 *4 *2 *3 *5))
- (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2))
- (-4 *5 (-652 (-407 *2)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *2 (-1235 *4)) (-5 *1 (-804 *4 *2 *5 *3))
- (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-652 *2))
- (-4 *3 (-652 (-407 *2))))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1259 (-641 (-564)))) (-5 *1 (-480))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-599 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1209)) (-5 *1 (-1150 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-363))
- (-5 *1 (-521 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2))
- (|has| *2 (-6 (-4414 "*"))) (-4 *2 (-1046))))
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *1) (-5 *1 (-144)))
((*1 *2 *3)
- (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-172))
- (-5 *1 (-684 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
- (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4414 "*"))) (-4 *2 (-1046)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262))))
- ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-1126 *4 *2))
- (-4 *2 (-13 (-602 (-564) *4) (-10 -7 (-6 -4412) (-6 -4413))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-847)) (-4 *3 (-1209)) (-5 *1 (-1126 *3 *2))
- (-4 *2 (-13 (-602 (-564) *3) (-10 -7 (-6 -4412) (-6 -4413)))))))
+ (-12 (-5 *3 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-261))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-263)))))
+(((*1 *2 *1)
+ (-12 (|has| *1 (-6 -4406)) (-4 *1 (-489 *3)) (-4 *3 (-1209))
+ (-5 *2 (-641 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-734 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-439))) (-5 *1 (-862)))))
+(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-128)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *1 *1) (-5 *1 (-536))))
-(((*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-641 (-1024 *5 *6 *7 *3))) (-5 *1 (-1024 *5 *6 *7 *3))
- (-4 *3 (-1060 *5 *6 *7))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-641 *6)) (-4 *1 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-1066 *3 *4 *5 *2)) (-4 *3 (-452)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5))))
- ((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-641 (-1140 *5 *6 *7 *3))) (-5 *1 (-1140 *5 *6 *7 *3))
- (-4 *3 (-1060 *5 *6 *7)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-1213))
- (-4 *6 (-1235 (-407 *5)))
- (-5 *2
- (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
- (|:| |gd| *5)))
- (-4 *1 (-342 *4 *5 *6)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-962))) (-5 *1 (-291)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1259 *4)) (-5 *3 (-768)) (-4 *4 (-349))
- (-5 *1 (-528 *4)))))
-(((*1 *1) (-5 *1 (-437))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1114)) (-5 *2 (-1264)) (-5 *1 (-828)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-678 *2)) (-4 *2 (-1094))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-641 *5) (-641 *5))) (-5 *4 (-564))
- (-5 *2 (-641 *5)) (-5 *1 (-678 *5)) (-4 *5 (-1094)))))
-(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
- (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-685 (-564)))
- (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-754)))))
-(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1217))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-685 *5)) (-4 *5 (-1046)) (-5 *1 (-1050 *3 *4 *5))
- (-14 *3 (-768)) (-14 *4 (-768)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *1 (-231 *4))
- (-4 *4 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-768))))
- ((*1 *1 *1) (-4 *1 (-233)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4))
- (-4 *4 (-1235 *3))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-363) (-147))) (-5 *1 (-399 *2 *3))
- (-4 *3 (-1235 *2))))
- ((*1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 (-768))) (-4 *1 (-897 *4))
- (-4 *4 (-1094))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *1 (-897 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *1 (-897 *3)) (-4 *3 (-1094))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-897 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-826)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1094) (-34))) (-5 *1 (-1134 *3 *2))
- (-4 *3 (-13 (-1094) (-34)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1270)))))
-(((*1 *2 *3) (-12 (-5 *3 (-506)) (-5 *2 (-687 (-187))) (-5 *1 (-187)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-103 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1173)) (-5 *3 (-1170)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))
- (-5 *2 (-407 (-564))) (-5 *1 (-1017 *4)) (-4 *4 (-1235 (-564))))))
-(((*1 *1) (-5 *1 (-130))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+ (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
+ (-4 *4 (-349)))))
(((*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-874 *2)) (-4 *2 (-1209))))
((*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-876 *2)) (-4 *2 (-1209))))
((*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-5 *1 (-879 *2)) (-4 *2 (-1209)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-768)) (-5 *3 (-940 *5)) (-4 *5 (-1046))
- (-5 *1 (-1158 *4 *5)) (-14 *4 (-918))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-768))) (-5 *3 (-768)) (-5 *1 (-1158 *4 *5))
- (-14 *4 (-918)) (-4 *5 (-1046))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-768))) (-5 *3 (-940 *5)) (-4 *5 (-1046))
- (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-294 *3))) (-5 *1 (-294 *3)) (-4 *3 (-556))
- (-4 *3 (-1209)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-330)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-420 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1194) (-430 *3)))
- (-14 *4 (-1170)) (-14 *5 *2)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-4 *2 (-13 (-27) (-1194) (-430 *3) (-10 -8 (-15 -1721 ($ *4)))))
- (-4 *4 (-845))
- (-4 *5
- (-13 (-1237 *2 *4) (-363) (-1194)
- (-10 -8 (-15 -1795 ($ $)) (-15 -2052 ($ $)))))
- (-5 *1 (-422 *3 *2 *4 *5 *6 *7)) (-4 *6 (-980 *5)) (-14 *7 (-1170)))))
-(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-241)))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-641 (-225))) (-5 *1 (-204)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
-(((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-974 *4 *5 *6 *7)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1023 (-840 (-564))))
- (-5 *3 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *4)))) (-4 *4 (-1046))
- (-5 *1 (-594 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1094)) (-5 *2 (-886 *3 *5)) (-5 *1 (-882 *3 *4 *5))
- (-4 *3 (-1094)) (-4 *5 (-662 *4)))))
-(((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-152 *2 *3 *4)) (-14 *2 (-918)) (-4 *3 (-363))
- (-14 *4 (-990 *2 *3))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *2 (-172)) (-5 *1 (-289 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1235 *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 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172))
- (-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 (-715 *2)) (-4 *2 (-363))))
- ((*1 *1) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363))))
- ((*1 *1 *1) (|partial| -4 *1 (-719)))
- ((*1 *1 *1) (|partial| -4 *1 (-723)))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
- (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-4 *1 (-1063 *3 *2)) (-4 *3 (-13 (-845) (-363)))
- (-4 *2 (-1235 *3))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-871)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-327 *3)) (-4 *3 (-1209))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-564)) (-5 *1 (-516 *3 *4)) (-4 *3 (-1209)) (-14 *4 *2))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046))
- (-4 *5 (-847)) (-5 *2 (-949 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046))
- (-4 *5 (-847)) (-5 *2 (-949 *4))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-768)) (-4 *1 (-1250 *4)) (-4 *4 (-1046))
- (-5 *2 (-949 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-4 *1 (-1250 *4)) (-4 *4 (-1046))
- (-5 *2 (-949 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-316 (-225))) (-5 *2 (-316 (-379))) (-5 *1 (-305)))))
(((*1 *2 *2 *3 *3)
(-12 (-5 *3 (-407 *5)) (-4 *4 (-1213)) (-4 *5 (-1235 *4))
(-5 *1 (-148 *4 *5 *2)) (-4 *2 (-1235 *3))))
@@ -6353,1592 +9452,242 @@
((*1 *2 *1 *3)
(-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
(|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1150 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-819)) (-5 *1 (-818)))))
-(((*1 *1) (-5 *1 (-1058))))
-(((*1 *1) (-5 *1 (-578))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-527)) (-5 *3 (-128)) (-5 *2 (-768)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-363)) (-4 *1 (-329 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1235 *4)) (-4 *4 (-1213))
- (-4 *1 (-342 *4 *3 *5)) (-4 *5 (-1235 (-407 *3)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1259 *1)) (-4 *4 (-172))
- (-4 *1 (-367 *4))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1259 *4)) (-5 *3 (-1259 *1)) (-4 *4 (-172))
- (-4 *1 (-370 *4 *5)) (-4 *5 (-1235 *4))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1046)) (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-564)) (-5 *2 (-641 (-641 (-225)))) (-5 *1 (-1205)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1195 *2)) (-4 *2 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-409 *3 *4))
- (-4 *4 (-1235 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1259 *3)) (-4 *3 (-172)) (-4 *1 (-417 *3)))))
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-1195 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-641 (-1195 *2))) (-5 *1 (-1195 *2)) (-4 *2 (-1094)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1269)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307))
- (-5 *2 (-641 (-768))) (-5 *1 (-775 *3 *4 *5 *6 *7))
- (-4 *3 (-1235 *6)) (-4 *7 (-946 *6 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-569 *3)) (-4 *3 (-1035 (-564)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
+ (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046))
+ (-5 *2 (-949 *5)) (-5 *1 (-941 *4 *5)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225)))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-66 FUNCT1))))
+ (-5 *2 (-1032)) (-5 *1 (-750)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-556)) (-4 *2 (-1046))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-556))))
+ ((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *3 (-1060 *4 *5 *6))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *1))))
+ (-4 *1 (-1066 *4 *5 *6 *3)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-918)) (-4 *5 (-556)) (-5 *2 (-685 *5))
+ (-5 *1 (-953 *5 *3)) (-4 *3 (-652 *5)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-768)) (-5 *3 (-940 *5)) (-4 *5 (-1046))
+ (-5 *1 (-1158 *4 *5)) (-14 *4 (-918))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-768))) (-5 *3 (-768)) (-5 *1 (-1158 *4 *5))
+ (-14 *4 (-918)) (-4 *5 (-1046))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-768))) (-5 *3 (-940 *5)) (-4 *5 (-1046))
+ (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
- (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
(-5 *2
- (-2 (|:| |stiffnessFactor| (-379)) (|:| |stabilityFactor| (-379))))
- (-5 *1 (-205)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1104)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1166 *3)) (-5 *1 (-911 *3)) (-4 *3 (-307)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4412)) (-4 *1 (-602 *4 *3)) (-4 *4 (-1094))
- (-4 *3 (-1209)) (-4 *3 (-1094)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-1259 (-685 *4))) (-5 *1 (-90 *4 *5))
- (-5 *3 (-685 *4)) (-4 *5 (-652 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1235 *6))
- (-4 *6 (-13 (-27) (-430 *5)))
- (-4 *5 (-13 (-847) (-556) (-1035 (-564)))) (-4 *8 (-1235 (-407 *7)))
- (-5 *2 (-585 *3)) (-5 *1 (-552 *5 *6 *7 *8 *3))
- (-4 *3 (-342 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *1 (-801 *4 *2)) (-4 *2 (-13 (-29 *4) (-1194) (-956))))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
- (-12 (-5 *4 (-685 (-564))) (-5 *5 (-112)) (-5 *7 (-685 (-225)))
- (-5 *3 (-564)) (-5 *6 (-225)) (-5 *2 (-1032)) (-5 *1 (-751)))))
-(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261))))
- ((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))))
-(((*1 *2 *1) (-12 (-5 *2 (-821)) (-5 *1 (-822)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-644 *3)) (-4 *3 (-1046))
- (-5 *1 (-711 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-833 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-3 (-407 (-949 *5)) (-1159 (-1170) (-949 *5))))
- (-4 *5 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *5)))))
- (-5 *1 (-292 *5)) (-5 *4 (-685 (-407 (-949 *5)))))))
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "There is a singularity at the upper end point")
+ (|:| |bothSingular| "There are singularities at both end points")
+ (|:| |notEvaluated| "End point continuity not yet evaluated")))
+ (-5 *1 (-192)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4))))
- ((*1 *2 *3 *3)
- (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-128)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-902 *3))) (-4 *3 (-1094)) (-5 *1 (-901 *3)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-1170)) (-5 *1 (-536))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536)))))
- ((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536)))))
- ((*1 *2 *3 *2 *2 *2)
- (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536)))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *4 (-641 (-1170))) (-5 *2 (-1170)) (-5 *1 (-701 *3))
- (-4 *3 (-612 (-536))))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-768)) (-4 *5 (-363)) (-5 *2 (-407 *6))
- (-5 *1 (-864 *5 *4 *6)) (-4 *4 (-1250 *5)) (-4 *6 (-1235 *5))))
- ((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-768)) (-5 *4 (-1251 *5 *6 *7)) (-4 *5 (-363))
- (-14 *6 (-1170)) (-14 *7 *5) (-5 *2 (-407 (-1232 *6 *5)))
- (-5 *1 (-865 *5 *6 *7))))
- ((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-768)) (-5 *4 (-1251 *5 *6 *7)) (-4 *5 (-363))
- (-14 *6 (-1170)) (-14 *7 *5) (-5 *2 (-407 (-1232 *6 *5)))
- (-5 *1 (-865 *5 *6 *7)))))
-(((*1 *2 *3 *3 *2 *4)
- (-12 (-5 *3 (-685 *2)) (-5 *4 (-564))
- (-4 *2 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))))
- (-4 *5 (-1235 *2)) (-5 *1 (-499 *2 *5 *6)) (-4 *6 (-409 *2 *5)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-349)) (-4 *2 (-1046)) (-5 *1 (-709 *2 *3))
- (-4 *3 (-1235 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-641 *7)) (-5 *5 (-641 (-641 *8))) (-4 *7 (-847))
- (-4 *8 (-307)) (-4 *6 (-790)) (-4 *9 (-946 *8 *6 *7))
+ (-12 (-5 *3 (-766))
(-5 *2
- (-2 (|:| |unitPart| *9)
- (|:| |suPart|
- (-641 (-2 (|:| -4020 (-1166 *9)) (|:| -2954 (-564)))))))
- (-5 *1 (-739 *6 *7 *8 *9)) (-5 *3 (-1166 *9)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-402)) (-5 *2 (-768))))
- ((*1 *1 *1) (-4 *1 (-402))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1096 (-1096 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-426 *4 *2)) (-4 *2 (-13 (-1194) (-29 *4)))))
+ (-2 (|:| -2620 (-379)) (|:| -1316 (-1152))
+ (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))))
+ (-5 *1 (-565))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-147))
- (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
- (-5 *2 (-316 *5)) (-5 *1 (-588 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *2) (-12 (-5 *2 (-641 (-316 (-225)))) (-5 *1 (-267)))))
-(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
- (|partial| -12 (-5 *2 (-641 (-1166 *11))) (-5 *3 (-1166 *11))
- (-5 *4 (-641 *10)) (-5 *5 (-641 *8)) (-5 *6 (-641 (-768)))
- (-5 *7 (-1259 (-641 (-1166 *8)))) (-4 *10 (-847))
- (-4 *8 (-307)) (-4 *11 (-946 *8 *9 *10)) (-4 *9 (-790))
- (-5 *1 (-704 *9 *10 *8 *11)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *2)) (-5 *1 (-179 *2)) (-4 *2 (-307))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-641 (-641 *4))) (-5 *2 (-641 *4)) (-4 *4 (-307))
- (-5 *1 (-179 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-641 *8))
- (-5 *4
- (-641
- (-2 (|:| -2745 (-685 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-685 *7)))))
- (-5 *5 (-768)) (-4 *8 (-1235 *7)) (-4 *7 (-1235 *6)) (-4 *6 (-349))
- (-5 *2
- (-2 (|:| -2745 (-685 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-685 *7))))
- (-5 *1 (-498 *6 *7 *8))))
- ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
-(((*1 *2)
- (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-1094)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-144)) (-5 *2 (-112)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790))
- (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *1 *1 *1) (-4 *1 (-545))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *1 *1) (-4 *1 (-1055)))
- ((*1 *1 *1 *2 *2)
- (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-241)) (-5 *3 (-1152))))
- ((*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-241))))
- ((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1219 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-906)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-418 (-1166 *7)))
- (-5 *1 (-903 *4 *5 *6 *7)) (-5 *3 (-1166 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5)))
- (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-564)) (-4 *5 (-349)) (-5 *2 (-418 (-1166 (-1166 *5))))
- (-5 *1 (-1207 *5)) (-5 *3 (-1166 (-1166 *5))))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225)))
- (-5 *2 (-1032)) (-5 *1 (-744)))))
-(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-129))))))
-(((*1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-1094))))
- ((*1 *1 *1) (-12 (-4 *1 (-691 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *5 (-610 *4)) (-5 *6 (-1166 *4))
- (-4 *4 (-13 (-430 *7) (-27) (-1194)))
- (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4))))
- (-5 *1 (-560 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094))))
- ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
- (-12 (-5 *5 (-610 *4)) (-5 *6 (-407 (-1166 *4)))
- (-4 *4 (-13 (-430 *7) (-27) (-1194)))
- (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4))))
- (-5 *1 (-560 *7 *4 *3)) (-4 *3 (-652 *4)) (-4 *3 (-1094)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1259 (-3 (-468) "undefined"))) (-5 *1 (-1260)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-997 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
- (-5 *1 (-985 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-641 *7)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
- (-5 *1 (-1101 *3 *4 *5 *6 *7)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-768))) (-5 *3 (-171)) (-5 *1 (-1158 *4 *5))
- (-14 *4 (-918)) (-4 *5 (-1046)))))
-(((*1 *2 *1 *3 *3 *4)
- (-12 (-5 *3 (-1 (-859) (-859) (-859))) (-5 *4 (-564)) (-5 *2 (-859))
- (-5 *1 (-645 *5 *6 *7)) (-4 *5 (-1094)) (-4 *6 (-23)) (-14 *7 *6)))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-859)) (-5 *1 (-851 *3 *4 *5)) (-4 *3 (-1046))
- (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-859))))
- ((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859))))
- ((*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-859))))
- ((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-859)) (-5 *1 (-1166 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *1) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859)))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-564))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1152))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-506))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-591))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-478))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-137))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-156))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1160))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-624))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1090))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1084))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1068))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-967))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-180))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1033))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-311))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-667))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-154))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-525))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1270))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1061))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-517))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-677))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-96))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1109))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-133))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-138))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-1269))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-672))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-218))))
- ((*1 *2 *1) (-12 (-4 *1 (-1131)) (-5 *2 (-524))))
- ((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1175))))
- ((*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-1175))))
- ((*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1175))))
- ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1175)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))))
-(((*1 *1 *2 *3 *3 *4 *4)
- (-12 (-5 *2 (-949 (-564))) (-5 *3 (-1170))
- (-5 *4 (-1088 (-407 (-564)))) (-5 *1 (-30)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1046))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 (-641 *5))) (-4 *5 (-1250 *4))
- (-4 *4 (-38 (-407 (-564))))
- (-5 *2 (-1 (-1150 *4) (-641 (-1150 *4)))) (-5 *1 (-1252 *4 *5)))))
-(((*1 *2 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-685 *4)) (-5 *3 (-768)) (-4 *4 (-1046))
- (-5 *1 (-686 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172))
- (-4 *5 (-1235 *4)) (-5 *2 (-685 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3))
- (-5 *2 (-685 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-749)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-363)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3)))
- (-5 *1 (-763 *3 *4)) (-4 *3 (-705 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-363)) (-4 *3 (-1046))
- (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-849 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-363)) (-4 *5 (-1046))
- (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-850 *5 *3))
- (-4 *3 (-849 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-610 *5)) (-4 *5 (-430 *4)) (-4 *4 (-1035 (-564)))
- (-4 *4 (-13 (-847) (-556))) (-5 *2 (-1166 *5)) (-5 *1 (-32 *4 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-610 *1)) (-4 *1 (-1046)) (-4 *1 (-302))
- (-5 *2 (-1166 *1)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4))
- (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-294 (-949 (-564))))
+ (-12 (-5 *3 (-766)) (-5 *4 (-1058))
(-5 *2
- (-2 (|:| |varOrder| (-641 (-1170)))
- (|:| |inhom| (-3 (-641 (-1259 (-768))) "failed"))
- (|:| |hom| (-641 (-1259 (-768))))))
- (-5 *1 (-236)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-112)) (-5 *1 (-826)))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
- (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 (-949 *4))) (-5 *3 (-641 (-1170))) (-4 *4 (-452))
- (-5 *1 (-915 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-847)) (-4 *5 (-906)) (-4 *6 (-790))
- (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-418 (-1166 *8)))
- (-5 *1 (-903 *5 *6 *7 *8)) (-5 *4 (-1166 *8))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5)))
- (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-1094)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564))
- (-14 *4 *2) (-4 *5 (-172))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-918)) (-5 *1 (-165 *3 *4))
- (-4 *3 (-166 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-918))))
- ((*1 *2)
- (-12 (-4 *1 (-370 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3))
- (-5 *2 (-918))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
- (-5 *2 (-768)) (-5 *1 (-521 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)) (-4 *5 (-363))
- (-5 *2 (-768)) (-5 *1 (-663 *5))))
+ (-2 (|:| -2620 (-379)) (|:| -1316 (-1152))
+ (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))))
+ (-5 *1 (-565))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4413))))
- (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4413)))) (-5 *2 (-768))
- (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-768))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4))
- (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-684 *4 *5 *6 *3))
- (-4 *3 (-683 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556))
- (-5 *2 (-768)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-940 (-225)))) (-5 *1 (-1260)))))
-(((*1 *1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-923))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-923))))
- ((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-924))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-940 (-225)) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-924)))))
-(((*1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4))
- (-4 *6 (-373 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
- (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3))
- (-4 *3 (-644 *2))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3))
- (-4 *3 (-644 *2))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046))))
- ((*1 *1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3))
- (-5 *1 (-739 *4 *5 *6 *3)) (-4 *3 (-946 *6 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1259 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-363))
- (-4 *1 (-721 *5 *6)) (-4 *5 (-172)) (-4 *6 (-1235 *5))
- (-5 *2 (-685 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-901 *4))
- (-4 *4 (-1094))))
- ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-586 *2)) (-4 *2 (-545)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-205))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 (-379))) (-5 *2 (-379)) (-5 *1 (-205)))))
-(((*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-307)) (-5 *1 (-179 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 (-1259 *4))) (-4 *4 (-1046)) (-5 *2 (-685 *4))
- (-5 *1 (-1026 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-307))
- (-5 *2 (-768)) (-5 *1 (-455 *5 *3)))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *4 (-225))
- (-5 *2
- (-2 (|:| |brans| (-641 (-641 (-940 *4))))
- (|:| |xValues| (-1088 *4)) (|:| |yValues| (-1088 *4))))
- (-5 *1 (-153)) (-5 *3 (-641 (-641 (-940 *4)))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-641 *5))
- (-5 *1 (-887 *4 *5)) (-4 *5 (-1209)))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
- (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
- (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
- (-5 *1 (-785)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046))
- (-5 *2 (-641 (-641 (-641 (-940 *3))))))))
-(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556))))
- ((*1 *1 *1) (|partial| -4 *1 (-719))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-641 (-641 (-641 *4)))) (-5 *3 (-641 *4)) (-4 *4 (-847))
- (-5 *1 (-1180 *4)))))
-(((*1 *1) (-5 *1 (-130))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790))
- (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *2 (-112))))
- ((*1 *2 *3 *1 *4)
- (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1202 *5 *6 *7 *3))
- (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))))
-(((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-940 (-225))) (-5 *4 (-871)) (-5 *5 (-918))
- (-5 *2 (-1264)) (-5 *1 (-468))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-940 (-225))) (-5 *2 (-1264)) (-5 *1 (-468))))
- ((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *4 (-871)) (-5 *5 (-918))
- (-5 *2 (-1264)) (-5 *1 (-468)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1259 (-1259 (-564)))) (-5 *3 (-918)) (-5 *1 (-466)))))
-(((*1 *1 *2 *3 *1 *3)
- (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3))
- (-4 *3 (-1094)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-452)) (-4 *3 (-847)) (-4 *4 (-790))
- (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1032)))))
-(((*1 *2 *1)
- (-12
+ (-12 (-4 *1 (-784)) (-5 *3 (-1058))
+ (-5 *4
+ (-2 (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
(-5 *2
- (-641
- (-2
- (|:| -2381
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (|:| -3096
- (-2
- (|:| |endPointContinuity|
- (-3 (|:| |continuous| "Continuous at the end points")
- (|:| |lowerSingular|
- "There is a singularity at the lower end point")
- (|:| |upperSingular|
- "There is a singularity at the upper end point")
- (|:| |bothSingular|
- "There are singularities at both end points")
- (|:| |notEvaluated|
- "End point continuity not yet evaluated")))
- (|:| |singularitiesStream|
- (-3 (|:| |str| (-1150 (-225)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -1743
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite|
- "The bottom of range is infinite")
- (|:| |upperInfinite| "The top of range is infinite")
- (|:| |bothInfinite|
- "Both top and bottom points are infinite")
- (|:| |notEvaluated| "Range not yet evaluated"))))))))
- (-5 *1 (-559))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209))
- (-5 *2 (-641 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1046)) (-5 *2 (-112)) (-5 *1 (-444 *4 *3))
- (-4 *3 (-1235 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7)))
- (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7))))
+ (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))
+ (|:| |extra| (-1032))))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790))
- (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8)))
- (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-363) (-1194) (-999)))))
- ((*1 *2)
- (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 (-407 *2)))
- (-4 *2 (-1235 *4)) (-5 *1 (-341 *3 *4 *2 *5))
- (-4 *3 (-342 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-342 *3 *2 *4)) (-4 *3 (-1213))
- (-4 *4 (-1235 (-407 *2))) (-4 *2 (-1235 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-171))))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-641 (-564))) (-5 *3 (-112)) (-5 *1 (-1104)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
- (-5 *2
- (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564))
- (|:| |success| (-112))))
- (-5 *1 (-786)) (-5 *5 (-564)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-685 (-407 (-949 *4)))) (-4 *4 (-452))
- (-5 *2 (-641 (-3 (-407 (-949 *4)) (-1159 (-1170) (-949 *4)))))
- (-5 *1 (-292 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-556)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
- (-5 *1 (-1199 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-641
- (-641
- (-3 (|:| -2540 (-1170))
- (|:| -3629 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564))))))))))
- (-5 *1 (-1174)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-973 *4 *5 *6 *3)) (-4 *4 (-1046)) (-4 *5 (-790))
- (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556))
- (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))))
-(((*1 *1) (-5 *1 (-820))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-452)) (-5 *2 (-112))
- (-5 *1 (-360 *4 *5)) (-14 *5 (-641 (-1170)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-777 *4 (-861 *5)))) (-4 *4 (-452))
- (-14 *5 (-641 (-1170))) (-5 *2 (-112)) (-5 *1 (-626 *4 *5)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
+ (-12 (-4 *1 (-784)) (-5 *3 (-1058))
+ (-5 *4
(-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
(-5 *2
- (-2
- (|:| |endPointContinuity|
- (-3 (|:| |continuous| "Continuous at the end points")
- (|:| |lowerSingular|
- "There is a singularity at the lower end point")
- (|:| |upperSingular|
- "There is a singularity at the upper end point")
- (|:| |bothSingular|
- "There are singularities at both end points")
- (|:| |notEvaluated|
- "End point continuity not yet evaluated")))
- (|:| |singularitiesStream|
- (-3 (|:| |str| (-1150 (-225)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -1743
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite| "The bottom of range is infinite")
- (|:| |upperInfinite| "The top of range is infinite")
- (|:| |bothInfinite|
- "Both top and bottom points are infinite")
- (|:| |notEvaluated| "Range not yet evaluated")))))
- (-5 *1 (-559)))))
-(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261))))
- ((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-685 *4)) (-5 *3 (-918)) (|has| *4 (-6 (-4414 "*")))
- (-4 *4 (-1046)) (-5 *1 (-1025 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 (-685 *4))) (-5 *3 (-918))
- (|has| *4 (-6 (-4414 "*"))) (-4 *4 (-1046)) (-5 *1 (-1025 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-556)) (-4 *3 (-172)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2))
- (-4 *2 (-683 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1133))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349))
- (-5 *2 (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114))))))
- (-5 *1 (-346 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-641 *2))) (-5 *4 (-641 *5))
- (-4 *5 (-38 (-407 (-564)))) (-4 *2 (-1250 *5))
- (-5 *1 (-1252 *5 *2)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-752)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046))
- (-14 *4 (-641 (-1170)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847)))
- (-14 *4 (-641 (-1170))))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4))))
- (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1170))
- (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-4 *4 (-13 (-29 *6) (-1194) (-956)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -2745 (-641 *4))))
- (-5 *1 (-798 *6 *4 *3)) (-4 *3 (-652 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1170)) (-5 *2 (-1 (-1166 (-949 *4)) (-949 *4)))
- (-5 *1 (-1267 *4)) (-4 *4 (-363)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1166 (-949 *6))) (-4 *6 (-556))
- (-4 *2 (-946 (-407 (-949 *6)) *5 *4)) (-5 *1 (-729 *5 *4 *6 *2))
- (-4 *5 (-790))
- (-4 *4 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-564))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))
- (-5 *2 (-1032)) (-5 *1 (-743)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-363)) (-5 *1 (-655 *4 *2))
- (-4 *2 (-652 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *2 (-1259 (-316 (-379))))
- (-5 *1 (-305)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-949 (-169 *4))) (-4 *4 (-172))
- (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-949 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-172))
- (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-949 *4)) (-4 *4 (-1046))
- (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
+ (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))
+ (|:| |extra| (-1032))))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046))
- (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5))))
+ (-12 (-4 *1 (-797)) (-5 *3 (-1058))
+ (-5 *4
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
+ (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2 (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556))
- (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
+ (-12 (-5 *3 (-805))
+ (-5 *2
+ (-2 (|:| -2620 (-379)) (|:| -1316 (-1152))
+ (|:| |explanations| (-641 (-1152)))))
+ (-5 *1 (-802))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556))
- (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-407 (-949 (-169 *4)))) (-4 *4 (-556))
- (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
+ (-12 (-5 *3 (-805)) (-5 *4 (-1058))
+ (-5 *2
+ (-2 (|:| -2620 (-379)) (|:| -1316 (-1152))
+ (|:| |explanations| (-641 (-1152)))))
+ (-5 *1 (-802))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-407 (-949 (-169 *5)))) (-5 *4 (-918))
- (-4 *5 (-556)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379)))
- (-5 *1 (-782 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847))
- (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
+ (-12 (-4 *1 (-836)) (-5 *3 (-1058))
+ (-5 *4
+ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))
+ (-5 *2 (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556))
- (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379)))
- (-5 *1 (-782 *5))))
+ (-12 (-4 *1 (-836)) (-5 *3 (-1058))
+ (-5 *4
+ (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225)))
+ (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225))))
+ (|:| |ub| (-641 (-840 (-225))))))
+ (-5 *2 (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-316 (-169 *4))) (-4 *4 (-556)) (-4 *4 (-847))
- (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-316 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-556))
- (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379)))
- (-5 *1 (-782 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213))
- (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-330)))))
-(((*1 *1 *1) (-4 *1 (-627)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1166 *6)) (-5 *3 (-564)) (-4 *6 (-307)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 (-316 (-225))))
- (-5 *2
- (-2 (|:| |additions| (-564)) (|:| |multiplications| (-564))
- (|:| |exponentiations| (-564)) (|:| |functionCalls| (-564))))
- (-5 *1 (-305)))))
-(((*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-556))
- (-5 *2 (-2 (|:| -1315 (-685 *5)) (|:| |vec| (-1259 (-641 (-918))))))
- (-5 *1 (-90 *5 *3)) (-5 *4 (-918)) (-4 *3 (-652 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-859)))))
-(((*1 *2 *1) (|partial| -12 (-4 *1 (-1009)) (-5 *2 (-859)))))
-(((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1057))))
- ((*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1057)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5))
+ (-12 (-5 *3 (-838))
(-5 *2
- (-2 (|:| -1554 (-413 *4 (-407 *4) *5 *6)) (|:| |principalPart| *6)))))
+ (-2 (|:| -2620 (-379)) (|:| -1316 (-1152))
+ (|:| |explanations| (-641 (-1152)))))
+ (-5 *1 (-837))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363))
+ (-12 (-5 *3 (-838)) (-5 *4 (-1058))
(-5 *2
- (-2 (|:| |poly| *6) (|:| -2309 (-407 *6))
- (|:| |special| (-407 *6))))
- (-5 *1 (-724 *5 *6)) (-5 *3 (-407 *6))))
+ (-2 (|:| -2620 (-379)) (|:| -1316 (-1152))
+ (|:| |explanations| (-641 (-1152)))))
+ (-5 *1 (-837))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-892)) (-5 *3 (-1058))
+ (-5 *4
+ (-2 (|:| |pde| (-641 (-316 (-225))))
+ (|:| |constraints|
+ (-641
+ (-2 (|:| |start| (-225)) (|:| |finish| (-225))
+ (|:| |grid| (-768)) (|:| |boundaryType| (-564))
+ (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225))))))
+ (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152))
+ (|:| |tol| (-225))))
+ (-5 *2 (-2 (|:| -2620 (-379)) (|:| |explanations| (-1152))))))
((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-893 *3 *4))
- (-4 *3 (-1235 *4))))
- ((*1 *2 *3 *4 *4)
- (|partial| -12 (-5 *4 (-768)) (-4 *5 (-363))
- (-5 *2 (-2 (|:| -3590 *3) (|:| -3602 *3))) (-5 *1 (-893 *3 *5))
- (-4 *3 (-1235 *5))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112))
- (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452))
- (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1064 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112))
- (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452))
- (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1064 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112))
- (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452))
- (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1139 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112))
- (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452))
- (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))))
-(((*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-668 *3)) (-4 *3 (-847))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-673 *3)) (-4 *3 (-847))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-816 *3)) (-4 *3 (-847)))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-641 (-1170))) (-14 *5 (-768))
+ (-12 (-5 *3 (-895))
(-5 *2
- (-641
- (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
- (-247 *4 (-407 (-564))))))
- (-5 *1 (-505 *4 *5))
- (-5 *3
- (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
- (-247 *4 (-407 (-564))))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-748)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *1 (-263))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-329 *4)) (-4 *4 (-363))
- (-5 *2 (-685 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1259 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
- (-5 *2 (-685 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
- (-5 *2 (-1259 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172))
- (-4 *5 (-1235 *4)) (-5 *2 (-685 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172))
- (-4 *5 (-1235 *4)) (-5 *2 (-1259 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-409 *4 *5)) (-4 *4 (-172))
- (-4 *5 (-1235 *4)) (-5 *2 (-685 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3))
- (-5 *2 (-1259 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-417 *4)) (-4 *4 (-172))
- (-5 *2 (-685 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-1259 *3))))
+ (-2 (|:| -2620 (-379)) (|:| -1316 (-1152))
+ (|:| |explanations| (-641 (-1152)))))
+ (-5 *1 (-894))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-685 *5))) (-5 *3 (-685 *5)) (-4 *5 (-363))
- (-5 *2 (-1259 *5)) (-5 *1 (-1080 *5)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
- (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
- (-5 *1 (-785))))
- ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
- (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
- (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
- (-5 *1 (-785)))))
-(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194)))))
- ((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-871)) (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-504 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349))
- (-4 *2
- (-13 (-402)
- (-10 -7 (-15 -1721 (*2 *4)) (-15 -2981 ((-918) *2))
- (-15 -2745 ((-1259 *2) (-918))) (-15 -2362 (*2 *2)))))
- (-5 *1 (-356 *2 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1226 *3)) (-4 *3 (-1209)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1264))
- (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-175)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1150 (-407 *3))) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
-(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
- (-5 *2 (-1032)) (-5 *1 (-752)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1174)))))
-(((*1 *2 *3 *1)
- (-12
+ (-12 (-5 *3 (-895)) (-5 *4 (-1058))
(-5 *2
- (-2 (|:| |cycle?| (-112)) (|:| -2043 (-768)) (|:| |period| (-768))))
- (-5 *1 (-1150 *4)) (-4 *4 (-1209)) (-5 *3 (-768)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-962))) (-5 *1 (-109))))
- ((*1 *2 *1) (-12 (-5 *2 (-45 (-1152) (-771))) (-5 *1 (-114)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1 (-1150 (-949 *4)) (-1150 (-949 *4))))
- (-5 *1 (-1267 *4)) (-4 *4 (-363)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-13 (-307) (-147)))
- (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790))
- (-5 *2 (-641 (-407 (-949 *4)))) (-5 *1 (-921 *4 *5 *6 *7))
- (-4 *7 (-946 *4 *6 *5)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-114)) (-5 *4 (-768)) (-4 *5 (-452)) (-4 *5 (-847))
- (-4 *5 (-1035 (-564))) (-4 *5 (-556)) (-5 *1 (-41 *5 *2))
- (-4 *2 (-430 *5))
- (-4 *2
- (-13 (-363) (-302)
- (-10 -8 (-15 -2654 ((-1119 *5 (-610 $)) $))
- (-15 -2663 ((-1119 *5 (-610 $)) $))
- (-15 -1721 ($ (-1119 *5 (-610 $))))))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-641 *8))) (-5 *3 (-641 *8))
- (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790))
- (-4 *7 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *5 *6 *7 *8)))))
+ (-2 (|:| -2620 (-379)) (|:| -1316 (-1152))
+ (|:| |explanations| (-641 (-1152)))))
+ (-5 *1 (-894)))))
+(((*1 *1 *1) (|partial| -4 *1 (-1145))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-586 *2)) (-4 *2 (-545)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-579)))))
(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-1166 (-949 *4))) (-5 *1 (-416 *3 *4))
- (-4 *3 (-417 *4))))
+ (-12 (-5 *2 (-685 (-907 *3))) (-5 *1 (-351 *3 *4)) (-14 *3 (-918))
+ (-14 *4 (-918))))
((*1 *2)
- (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-4 *3 (-363))
- (-5 *2 (-1166 (-949 *3)))))
+ (-12 (-5 *2 (-685 *3)) (-5 *1 (-352 *3 *4)) (-4 *3 (-349))
+ (-14 *4
+ (-3 (-1166 *3)
+ (-1259 (-641 (-2 (|:| -1522 *3) (|:| -1468 (-1114)))))))))
((*1 *2)
- (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *1) (-5 *1 (-141))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-564))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))
- (-5 *2 (-1032)) (-5 *1 (-745)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112))
- (-5 *2
- (-2 (|:| |contp| (-564))
- (|:| -2798 (-641 (-2 (|:| |irr| *3) (|:| -1395 (-564)))))))
- (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112))
- (-5 *2
- (-2 (|:| |contp| (-564))
- (|:| -2798 (-641 (-2 (|:| |irr| *3) (|:| -1395 (-564)))))))
- (-5 *1 (-1224 *3)) (-4 *3 (-1235 (-564))))))
+ (-12 (-5 *2 (-685 *3)) (-5 *1 (-353 *3 *4)) (-4 *3 (-349))
+ (-14 *4 (-918)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1088 (-225)))
+ (-5 *5 (-112)) (-5 *2 (-1261)) (-5 *1 (-257)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-307)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
- (-5 *2
- (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
- (-5 *1 (-1118 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-870 (-963 *3) (-963 *3))) (-5 *1 (-963 *3))
- (-4 *3 (-964)))))
-(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))))
+ (-12 (-5 *3 (-1152)) (-5 *2 (-641 (-1175))) (-5 *1 (-1130)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
- (-5 *1 (-585 *3)) (-4 *3 (-363)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
- (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-641 (-1021 (-407 *4)))))
- (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7))
- (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7))
- (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-949 *4)))
- (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6))
- (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))))
-(((*1 *1 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
- ((*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))))
-(((*1 *2 *2) (-12 (-5 *1 (-586 *2)) (-4 *2 (-545)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3377 *3)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-556)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
- (-5 *1 (-1199 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
+ (-12 (-5 *2 (-641 (-641 (-768)))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-898 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *2) (-12 (-5 *1 (-898 *2)) (-4 *2 (-1094)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-758))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2))
- (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564))))
- (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-1198 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))))
-(((*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-112))
- (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4))))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-112)) (-5 *1 (-1198 *4 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 *4))))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379)))
- (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
- (-5 *1 (-1169)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-4 *4 (-556)) (-4 *5 (-1235 *4))
- (-5 *2 (-2 (|:| -2319 (-621 *4 *5)) (|:| -3506 (-407 *5))))
- (-5 *1 (-621 *4 *5)) (-5 *3 (-407 *5))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4))
- (-14 *3 (-918)) (-4 *4 (-1046))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-452)) (-4 *3 (-1046))
- (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
- (-4 *1 (-1235 *3)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-641 (-768)))
- (-5 *1 (-901 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4)) (-4 *6 (-1235 *5))
- (-4 *7 (-1235 (-407 *6))) (-4 *8 (-342 *5 *6 *7))
- (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-112))
- (-5 *1 (-908 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6))
- (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4)))
- (-4 *6 (-342 (-407 (-564)) *4 *5)) (-5 *2 (-112))
- (-5 *1 (-909 *4 *5 *6)))))
-(((*1 *2 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-744)))))
+ (-12 (-5 *2 (-1096 *3)) (-5 *1 (-902 *3)) (-4 *3 (-368))
+ (-4 *3 (-1094)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-1170)) (-5 *1 (-536))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536)))))
+ ((*1 *2 *3 *2 *2)
+ (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536)))))
+ ((*1 *2 *3 *2 *2 *2)
+ (-12 (-5 *2 (-1170)) (-5 *1 (-701 *3)) (-4 *3 (-612 (-536)))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *4 (-641 (-1170))) (-5 *2 (-1170)) (-5 *1 (-701 *3))
+ (-4 *3 (-612 (-536))))))
(((*1 *2 *3)
(-12
- (-5 *3
- (-2 (|:| -1335 (-379)) (|:| -2540 (-1152))
- (|:| |explanations| (-641 (-1152)))))
- (-5 *2 (-1032)) (-5 *1 (-305))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -1335 (-379)) (|:| -2540 (-1152))
- (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))))
- (-5 *2 (-1032)) (-5 *1 (-305)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-918)) (-5 *1 (-783)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1170))
- (-5 *2 (-3 (|:| |fst| (-434)) (|:| -4104 "void"))) (-5 *1 (-1173)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-407 (-564))) (-5 *1 (-305)))))
-(((*1 *2 *1)
- (|partial| -12
- (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452)))
- (-5 *2
- (-2
- (|:| |%term|
- (-2 (|:| |%coef| (-1244 *4 *5 *6))
- (|:| |%expon| (-319 *4 *5 *6))
- (|:| |%expTerms|
- (-641 (-2 (|:| |k| (-407 (-564))) (|:| |c| *4))))))
- (|:| |%type| (-1152))))
- (-5 *1 (-1245 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1194) (-430 *3)))
- (-14 *5 (-1170)) (-14 *6 *4))))
-(((*1 *1 *2 *2)
- (-12
(-5 *2
- (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379)))
- (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
- (-5 *1 (-1169)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-705 *3)) (-5 *1 (-824 *2 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-349))
- (-5 *2
- (-2 (|:| |cont| *5)
- (|:| -2798 (-641 (-2 (|:| |irr| *3) (|:| -1395 (-564)))))))
- (-5 *1 (-216 *5 *3)) (-4 *3 (-1235 *5)))))
-(((*1 *1) (-5 *1 (-1260))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1232 *4 *5)) (-5 *3 (-641 *5)) (-14 *4 (-1170))
- (-4 *5 (-363)) (-5 *1 (-920 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *5)) (-4 *5 (-363)) (-5 *2 (-1166 *5))
- (-5 *1 (-920 *4 *5)) (-14 *4 (-1170))))
- ((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-641 *6)) (-5 *4 (-768)) (-4 *6 (-363))
- (-5 *2 (-407 (-949 *6))) (-5 *1 (-1047 *5 *6)) (-14 *5 (-1170)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-564))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032))
- (-5 *1 (-745)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-641 (-1232 *5 *4)))
- (-5 *1 (-1108 *4 *5)) (-5 *3 (-1232 *5 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-887 *4 *3))
- (-4 *3 (-1209))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *1) (-5 *1 (-144))))
-(((*1 *1 *2 *2)
+ (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))
+ (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564)))))
+ ((*1 *2 *3 *4)
(-12
(-5 *2
- (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379)))
- (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
- (-5 *1 (-1169)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *2 (-1060 *4 *5 *6)) (-5 *1 (-773 *4 *5 *6 *2 *3))
- (-4 *3 (-1066 *4 *5 *6 *2)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *2 (-1094)) (-5 *1 (-1186 *3 *2)) (-4 *3 (-1094)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467))))
- ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-641 (-641 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-641 (-3 (|:| |array| (-641 *3)) (|:| |scalar| (-1170)))))
- (-5 *6 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1098))
- (-5 *1 (-397))))
- ((*1 *2 *3 *4 *5 *6 *3)
- (-12 (-5 *5 (-641 (-641 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-641 (-3 (|:| |array| (-641 *3)) (|:| |scalar| (-1170)))))
- (-5 *6 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1098))
- (-5 *1 (-397))))
- ((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *4 (-641 (-1170))) (-5 *5 (-1173)) (-5 *3 (-1170))
- (-5 *2 (-1098)) (-5 *1 (-397)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-32 *3 *4))
- (-4 *4 (-430 *3))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-55)) (-5 *1 (-114))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-768)) (-5 *1 (-114))))
- ((*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-114))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *4))
- (-4 *4 (-430 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-114)) (-5 *1 (-163))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *4))
- (-4 *4 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-301 *3)) (-4 *3 (-302))))
- ((*1 *2 *2) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *4 (-847)) (-5 *1 (-429 *3 *4))
- (-4 *3 (-430 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *4))
- (-4 *4 (-430 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-610 *3)) (-4 *3 (-847))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *4))
- (-4 *4 (-13 (-430 *3) (-999) (-1194)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1016)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789))
- (-4 *2 (-363))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-225))))
- ((*1 *1 *1 *1)
- (-2713 (-12 (-5 *1 (-294 *2)) (-4 *2 (-363)) (-4 *2 (-1209)))
- (-12 (-5 *1 (-294 *2)) (-4 *2 (-473)) (-4 *2 (-1209)))))
- ((*1 *1 *1 *1) (-4 *1 (-363)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-379))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-1119 *3 (-610 *1))) (-4 *3 (-556)) (-4 *3 (-847))
- (-4 *1 (-430 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-473)))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-536)))
- ((*1 *1 *2 *3)
- (-12 (-4 *4 (-172)) (-5 *1 (-619 *2 *4 *3)) (-4 *2 (-38 *4))
- (-4 *3 (|SubsetCategory| (-723) *4))))
- ((*1 *1 *1 *2)
- (-12 (-4 *4 (-172)) (-5 *1 (-619 *3 *4 *2)) (-4 *3 (-38 *4))
- (-4 *2 (|SubsetCategory| (-723) *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-632 *2)) (-4 *2 (-172)) (-4 *2 (-363))))
- ((*1 *1 *2 *3)
- (-12 (-4 *4 (-172)) (-5 *1 (-658 *2 *4 *3)) (-4 *2 (-714 *4))
- (-4 *3 (|SubsetCategory| (-723) *4))))
- ((*1 *1 *1 *2)
- (-12 (-4 *4 (-172)) (-5 *1 (-658 *3 *4 *2)) (-4 *3 (-714 *4))
- (-4 *2 (|SubsetCategory| (-723) *4))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2)) (-4 *2 (-363))))
- ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1 *1)
- (|partial| -12 (-5 *1 (-863 *2 *3 *4 *5)) (-4 *2 (-363))
- (-4 *2 (-1046)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-768)))
- (-14 *5 (-768))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1049 *3 *4 *2 *5 *6)) (-4 *2 (-1046))
- (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-363))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1266 *2)) (-4 *2 (-363))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-363)) (-4 *2 (-1046)) (-4 *3 (-847))
- (-4 *4 (-790)) (-14 *6 (-641 *3))
- (-5 *1 (-1271 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-946 *2 *4 *3))
- (-14 *7 (-641 (-768))) (-14 *8 (-768))))
- ((*1 *1 *1 *2)
- (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-363)) (-4 *2 (-1046))
- (-4 *3 (-843)))))
-(((*1 *1) (-4 *1 (-349)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 *5)) (-4 *5 (-430 *4))
- (-4 *4 (-13 (-556) (-847) (-147)))
- (-5 *2
- (-2 (|:| |primelt| *5) (|:| |poly| (-641 (-1166 *5)))
- (|:| |prim| (-1166 *5))))
- (-5 *1 (-432 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-556) (-847) (-147)))
- (-5 *2
- (-2 (|:| |primelt| *3) (|:| |pol1| (-1166 *3))
- (|:| |pol2| (-1166 *3)) (|:| |prim| (-1166 *3))))
- (-5 *1 (-432 *4 *3)) (-4 *3 (-27)) (-4 *3 (-430 *4))))
- ((*1 *2 *3 *4 *3 *4)
- (-12 (-5 *3 (-949 *5)) (-5 *4 (-1170)) (-4 *5 (-13 (-363) (-147)))
- (-5 *2
- (-2 (|:| |coef1| (-564)) (|:| |coef2| (-564))
- (|:| |prim| (-1166 *5))))
- (-5 *1 (-957 *5))))
+ (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))
+ (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564)))
+ (-5 *4 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170)))
- (-4 *5 (-13 (-363) (-147)))
+ (-12
(-5 *2
- (-2 (|:| -2784 (-641 (-564))) (|:| |poly| (-641 (-1166 *5)))
- (|:| |prim| (-1166 *5))))
- (-5 *1 (-957 *5))))
+ (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))
+ (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))) (-5 *4 (-407 (-564)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170))) (-5 *5 (-1170))
- (-4 *6 (-13 (-363) (-147)))
- (-5 *2
- (-2 (|:| -2784 (-641 (-564))) (|:| |poly| (-641 (-1166 *6)))
- (|:| |prim| (-1166 *6))))
- (-5 *1 (-957 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-368)) (-5 *2 (-918))))
+ (-12 (-5 *5 (-407 (-564)))
+ (-5 *2 (-641 (-2 (|:| -3766 *5) (|:| -3777 *5)))) (-5 *1 (-1017 *3))
+ (-4 *3 (-1235 (-564))) (-5 *4 (-2 (|:| -3766 *5) (|:| -3777 *5)))))
((*1 *2 *3)
- (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-918))
- (-5 *1 (-528 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))))
-(((*1 *2)
(-12
(-5 *2
- (-1259 (-641 (-2 (|:| -1411 (-907 *3)) (|:| -1359 (-1114))))))
- (-5 *1 (-351 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918))))
- ((*1 *2)
- (-12 (-5 *2 (-1259 (-641 (-2 (|:| -1411 *3) (|:| -1359 (-1114))))))
- (-5 *1 (-352 *3 *4)) (-4 *3 (-349)) (-14 *4 (-3 (-1166 *3) *2))))
- ((*1 *2)
- (-12 (-5 *2 (-1259 (-641 (-2 (|:| -1411 *3) (|:| -1359 (-1114))))))
- (-5 *1 (-353 *3 *4)) (-4 *3 (-349)) (-14 *4 (-918)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4)))
- (-5 *2 (-2 (|:| |num| (-1259 *4)) (|:| |den| *4))))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-361 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-5 *2 (-768)) (-5 *1 (-386 *4)) (-4 *4 (-1094))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *2 (-23)) (-5 *1 (-645 *4 *2 *5))
- (-4 *4 (-1094)) (-14 *5 *2)))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-5 *2 (-768)) (-5 *1 (-816 *4)) (-4 *4 (-847)))))
-(((*1 *1) (-5 *1 (-578)))
- ((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-860))))
- ((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-860))))
+ (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))
+ (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564))))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1152)) (-5 *4 (-859)) (-5 *2 (-1264)) (-5 *1 (-860))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1150 *4))
- (-4 *4 (-1094)) (-4 *4 (-1209)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-556))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3928 *4)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379)))
- (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
- (-5 *1 (-1169)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-749)))))
-(((*1 *2)
- (-12 (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
- (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)))))
-(((*1 *1 *1 *1) (-4 *1 (-21))) ((*1 *1 *1) (-4 *1 (-21)))
- ((*1 *1 *1 *1) (|partial| -5 *1 (-134)))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-214 *2))
- (-4 *2
- (-13 (-847)
- (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 ((-1264) $))
- (-15 -2772 ((-1264) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2))))
- ((*1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-21))))
- ((*1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-21)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-685 *4)) (-4 *4 (-1046)) (-5 *1 (-1136 *3 *4))
- (-14 *3 (-768)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-257)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
- (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-391)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-263))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-263))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-263)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170))
- (-5 *2 (-641 *4)) (-5 *1 (-1108 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209))
- (-4 *4 (-373 *2)) (-4 *5 (-373 *2))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-373 *2))
- (-4 *5 (-373 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "right") (-4 *1 (-119 *3)) (-4 *3 (-1209))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-119 *3)) (-4 *3 (-1209))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 (-564))) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
- (-14 *4 (-564)) (-14 *5 (-768))))
- ((*1 *2 *1 *3 *3 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-768))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-768))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-768))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-768))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-172)) (-5 *1 (-136 *3 *4 *2)) (-14 *3 (-564))
- (-14 *4 (-768))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1170)) (-5 *2 (-245 (-1152))) (-5 *1 (-214 *4))
- (-4 *4
- (-13 (-847)
- (-10 -8 (-15 -2961 ((-1152) $ *3)) (-15 -2170 ((-1264) $))
- (-15 -2772 ((-1264) $)))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-986)) (-5 *1 (-214 *3))
- (-4 *3
- (-13 (-847)
- (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 ((-1264) $))
- (-15 -2772 ((-1264) $)))))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "count") (-5 *2 (-768)) (-5 *1 (-245 *4)) (-4 *4 (-847))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-245 *3)) (-4 *3 (-847))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "unique") (-5 *1 (-245 *3)) (-4 *3 (-847))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-286 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209))))
- ((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209))))
- ((*1 *2 *1 *2)
- (-12 (-4 *3 (-172)) (-5 *1 (-289 *3 *2 *4 *5 *6 *7))
- (-4 *2 (-1235 *3)) (-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 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 *1)) (-4 *1 (-302))))
- ((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
- ((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
- ((*1 *1 *2 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
- ((*1 *2 *1 *2 *2)
- (-12 (-4 *1 (-342 *2 *3 *4)) (-4 *2 (-1213)) (-4 *3 (-1235 *2))
- (-4 *4 (-1235 (-407 *3)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-417 *2)) (-4 *2 (-172))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1152)) (-5 *1 (-502))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-52)) (-5 *1 (-630))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-647 *3)) (-4 *3 (-1209))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-768)) (-5 *1 (-671 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-641 (-564))) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-641 (-889 *4))) (-5 *1 (-889 *4))
- (-4 *4 (-1094))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1094))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-902 *4)) (-5 *1 (-901 *4))
- (-4 *4 (-1094))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-240 *4 *2)) (-14 *4 (-918)) (-4 *2 (-363))
- (-5 *1 (-990 *4 *2))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "value") (-4 *1 (-1007 *2)) (-4 *2 (-1209))))
- ((*1 *2 *1) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209))))
- ((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7)) (-4 *2 (-1046))
- (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7))
- (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1046))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-918)) (-4 *4 (-1094))
- (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
- (-5 *1 (-1070 *4 *5 *2))
- (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4))))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-918)) (-4 *4 (-1094))
- (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
- (-5 *1 (-1071 *4 *5 *2))
- (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-564))) (-4 *1 (-1097 *3 *4 *5 *6 *7))
- (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094))
- (-4 *7 (-1094))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-564)) (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094))
- (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094))))
- ((*1 *1 *1 *1) (-4 *1 (-1138)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-407 *1)) (-4 *1 (-1235 *2)) (-4 *2 (-1046))
- (-4 *2 (-363))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-407 *1)) (-4 *1 (-1235 *3)) (-4 *3 (-1046))
- (-4 *3 (-556))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "last") (-4 *1 (-1247 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "rest") (-4 *1 (-1247 *3)) (-4 *3 (-1209))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "first") (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-942 *4 *3))
- (-4 *3 (-1235 *4)))))
-(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
- (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564))
- (-5 *2 (-1032)) (-5 *1 (-753)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170)))
- (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
- ((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170)))
- (-14 *4 (-641 (-1170))) (-4 *5 (-387)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-946 *3 *5 *4)) (-5 *1 (-984 *3 *4 *5 *2))
- (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)))))
-(((*1 *1 *1 *1) (-4 *1 (-25))) ((*1 *1 *1 *1) (-5 *1 (-157)))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-214 *2))
- (-4 *2
- (-13 (-847)
- (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 ((-1264) $))
- (-15 -2772 ((-1264) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-25)) (-4 *2 (-1209))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-25)) (-4 *2 (-1209))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-323 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-131))))
- ((*1 *1 *2 *1)
- (-12 (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *2))
- (-4 *2 (-1235 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
- (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4))))
- ((*1 *1 *1 *1) (-5 *1 (-536)))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2))))
- ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-25)))))
+ (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))
+ (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564))))
+ (-5 *4 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-407 (-564)))
+ (-5 *2 (-641 (-2 (|:| -3766 *4) (|:| -3777 *4)))) (-5 *1 (-1018 *3))
+ (-4 *3 (-1235 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-407 (-564)))
+ (-5 *2 (-641 (-2 (|:| -3766 *5) (|:| -3777 *5)))) (-5 *1 (-1018 *3))
+ (-4 *3 (-1235 *5)) (-5 *4 (-2 (|:| -3766 *5) (|:| -3777 *5))))))
(((*1 *2 *1)
(-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112))))
((*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-112))))
@@ -7946,88 +9695,70 @@
(-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363)))
(-4 *3 (-1235 *4)) (-5 *2 (-112)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1244 *3 *4 *5)) (-5 *1 (-319 *3 *4 *5))
- (-4 *3 (-13 (-363) (-847))) (-14 *4 (-1170)) (-14 *5 *3)))
- ((*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564))))
- ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-418 *3)) (-4 *3 (-556))))
- ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-695))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1094)) (-5 *1 (-710 *3 *2 *4)) (-4 *3 (-847))
- (-14 *4
- (-1 (-112) (-2 (|:| -1359 *3) (|:| -2954 *2))
- (-2 (|:| -1359 *3) (|:| -2954 *2)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-491)) (-5 *4 (-951)) (-5 *2 (-687 (-533)))
- (-5 *1 (-533))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-951)) (-4 *3 (-1094)) (-5 *2 (-687 *1))
- (-4 *1 (-764 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-582)))))
-(((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-157)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
- (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-536))) (-5 *2 (-1170)) (-5 *1 (-536)))))
-(((*1 *1 *2) (-12 (-5 *2 (-816 *3)) (-4 *3 (-847)) (-5 *1 (-668 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |lm| (-386 *3)) (|:| |mm| (-386 *3)) (|:| |rm| (-386 *3))))
- (-5 *1 (-386 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |lm| (-816 *3)) (|:| |mm| (-816 *3)) (|:| |rm| (-816 *3))))
- (-5 *1 (-816 *3)) (-4 *3 (-847)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-768)) (-4 *6 (-363)) (-5 *4 (-1203 *6))
- (-5 *2 (-1 (-1150 *4) (-1150 *4))) (-5 *1 (-1267 *6))
- (-5 *5 (-1150 *4)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-407 (-564)))
- (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))))
-(((*1 *2 *3) (-12 (-5 *3 (-169 (-564))) (-5 *2 (-112)) (-5 *1 (-446))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
- (-247 *4 (-407 (-564)))))
- (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112))
- (-5 *1 (-505 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-958 *3)) (-4 *3 (-545))))
- ((*1 *2 *1) (-12 (-4 *1 (-1213)) (-5 *2 (-112)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
- (-4 *3 (-13 (-1094) (-34))))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))))
-(((*1 *2) (-12 (-5 *2 (-641 *3)) (-5 *1 (-1078 *3)) (-4 *3 (-132)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-857)) (-5 *3 (-128)) (-5 *2 (-768)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-752)))))
+ (-12 (-5 *2 (-2 (|:| |cd| (-1152)) (|:| -1316 (-1152))))
+ (-5 *1 (-819)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-294 *3))) (-5 *1 (-294 *3)) (-4 *3 (-556))
+ (-4 *3 (-1209)))))
(((*1 *2 *3 *1)
- (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1173)) (-5 *3 (-1170)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-918)) (-4 *5 (-556)) (-5 *2 (-685 *5))
- (-5 *1 (-953 *5 *3)) (-4 *3 (-652 *5)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-758))))
+ (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-5 *2 (-2 (|:| -2568 *3) (|:| -1389 *4))))))
+(((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8)))))
(((*1 *2 *3 *3)
(-12 (-4 *4 (-556))
(-5 *2
(-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
(-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-641 (-1166 *5))) (-5 *3 (-1166 *5))
+ (-4 *5 (-166 *4)) (-4 *4 (-545)) (-5 *1 (-149 *4 *5))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-641 *3)) (-4 *3 (-1235 *5))
+ (-4 *5 (-1235 *4)) (-4 *4 (-349)) (-5 *1 (-358 *4 *5 *3))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-641 (-1166 (-564)))) (-5 *3 (-1166 (-564)))
+ (-5 *1 (-572))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-641 (-1166 *1))) (-5 *3 (-1166 *1))
+ (-4 *1 (-906)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1094)) (-4 *2 (-897 *4)) (-5 *1 (-688 *4 *2 *5 *3))
+ (-4 *5 (-373 *2)) (-4 *3 (-13 (-373 *4) (-10 -7 (-6 -4406)))))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-330)))))
+(((*1 *2 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1090))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))
+ (-5 *2 (-1032)) (-5 *1 (-745)))))
+(((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 (-889 *6)))
+ (-5 *5 (-1 (-886 *6 *8) *8 (-889 *6) (-886 *6 *8))) (-4 *6 (-1094))
+ (-4 *8 (-13 (-1046) (-612 (-889 *6)) (-1035 *7)))
+ (-5 *2 (-886 *6 *8)) (-4 *7 (-13 (-1046) (-847)))
+ (-5 *1 (-938 *6 *7 *8)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170)) (-4 *4 (-556)) (-4 *4 (-847))
+ (-5 *1 (-573 *4 *2)) (-4 *2 (-430 *4)))))
+(((*1 *1 *1) (-5 *1 (-1058))))
(((*1 *1 *1) (-5 *1 (-225)))
((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
@@ -8038,1368 +9769,35 @@
(-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
(-4 *2 (-430 *3))))
((*1 *1 *1) (-4 *1 (-1133))) ((*1 *1 *1 *1) (-4 *1 (-1133))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1154 *4)) (-4 *4 (-1046))
- (-5 *3 (-564)))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-1134 *4 *5))) (-5 *3 (-1 (-112) *5 *5))
- (-4 *4 (-13 (-1094) (-34))) (-4 *5 (-13 (-1094) (-34)))
- (-5 *1 (-1135 *4 *5))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-1134 *3 *4))) (-4 *3 (-13 (-1094) (-34)))
- (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-918)) (-5 *1 (-1095 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
-(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-52)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1094)) (-4 *3 (-897 *5)) (-5 *2 (-685 *3))
- (-5 *1 (-688 *5 *3 *6 *4)) (-4 *6 (-373 *3))
- (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4412)))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| |k| (-668 *3)) (|:| |c| *4))))
- (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847))
- (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))))
-(((*1 *1) (-5 *1 (-437))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-294 (-830 *3)))
- (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-830 *3)) (-5 *1 (-634 *5 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-294 (-830 (-949 *5)))) (-4 *5 (-452))
- (-5 *2 (-830 (-407 (-949 *5)))) (-5 *1 (-635 *5))
- (-5 *3 (-407 (-949 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-294 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5)))
- (-4 *5 (-452)) (-5 *2 (-830 *3)) (-5 *1 (-635 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1152)) (-5 *1 (-783)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 *2))
- (-5 *2 (-379)) (-5 *1 (-782 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046))
- (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556))
- (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556))
- (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847))
- (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556))
- (-4 *5 (-847)) (-4 *5 (-612 *2)) (-5 *2 (-379))
- (-5 *1 (-782 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-847))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-307))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-447 *4 *5 *6 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
- ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-373 *3)) (-4 *3 (-1209)) (-4 *3 (-847)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-373 *4)) (-4 *4 (-1209))
- (-5 *2 (-112)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-918)) (-5 *2 (-468)) (-5 *1 (-1260)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-2 (|:| -1411 *4) (|:| -2076 (-564)))))
- (-4 *4 (-1094)) (-5 *2 (-1 *4)) (-5 *1 (-1014 *4)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170))
- (-14 *4 *2))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-241)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -3906 *8)))
- (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-985 *4 *5 *6 *7 *8))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -3906 *8)))
- (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-1101 *4 *5 *6 *7 *8)))))
-(((*1 *2 *3 *4 *3 *4 *4 *4)
- (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032))
- (-5 *1 (-753)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |var| (-641 (-1170))) (|:| |pred| (-52))))
- (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *1) (-12 (-5 *2 (-183)) (-5 *1 (-280)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-363)) (-5 *1 (-893 *2 *3))
- (-4 *2 (-1235 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
-(((*1 *1) (-12 (-4 *1 (-465 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-536))) ((*1 *1) (-4 *1 (-719)))
- ((*1 *1) (-4 *1 (-723)))
- ((*1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
- ((*1 *1) (-12 (-5 *1 (-890 *2)) (-4 *2 (-847)))))
-(((*1 *1) (-5 *1 (-157)))
- ((*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 (-2 (|:| |val| (-641 *6)) (|:| -3906 *7))))
- (-4 *6 (-1060 *3 *4 *5)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-985 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-641 (-2 (|:| |val| (-641 *6)) (|:| -3906 *7))))
- (-4 *6 (-1060 *3 *4 *5)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1101 *3 *4 *5 *6 *7)))))
-(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379))))
- ((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-974 *4 *5 *6 *7)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046))))
- ((*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847))
- (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1259 *6)) (-5 *4 (-1259 (-564))) (-5 *5 (-564))
- (-4 *6 (-1094)) (-5 *2 (-1 *6)) (-5 *1 (-1014 *6)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2))
- (-4 *2 (-1235 *4))))
- ((*1 *2 *2 *3 *2 *3)
- (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-768)) (-4 *5 (-349)) (-4 *6 (-1235 *5))
- (-5 *2
- (-641
- (-2 (|:| -2745 (-685 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-685 *6)))))
- (-5 *1 (-498 *5 *6 *7))
- (-5 *3
- (-2 (|:| -2745 (-685 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-685 *6))))
- (-4 *7 (-1235 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847))
- (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-768))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847))
- (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-4 *1 (-266 *3)) (-4 *3 (-847)) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-918))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-336 *4 *5 *6 *7)) (-4 *4 (-13 (-368) (-363)))
- (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-4 *7 (-342 *4 *5 *6))
- (-5 *2 (-768)) (-5 *1 (-392 *4 *5 *6 *7))))
- ((*1 *2 *1) (-12 (-4 *1 (-402)) (-5 *2 (-830 (-918)))))
- ((*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-595 *3)) (-4 *3 (-1046))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-595 *3)) (-4 *3 (-1046))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-556)) (-5 *2 (-564)) (-5 *1 (-621 *3 *4))
- (-4 *4 (-1235 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-737 *4 *3)) (-4 *4 (-1046))
- (-4 *3 (-847))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-737 *4 *3)) (-4 *4 (-1046)) (-4 *3 (-847))
- (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-901 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4))
- (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6)))
- (-4 *8 (-342 *5 *6 *7))
- (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-768))
- (-5 *1 (-908 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6))
- (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4)))
- (-4 *6 (-342 (-407 (-564)) *4 *5)) (-5 *2 (-768))
- (-5 *1 (-909 *4 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-336 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-363))
- (-4 *7 (-1235 *6)) (-4 *4 (-1235 (-407 *7))) (-4 *8 (-342 *6 *7 *4))
- (-4 *9 (-13 (-368) (-363))) (-5 *2 (-768))
- (-5 *1 (-1015 *6 *7 *4 *8 *9))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-4 *3 (-556))
- (-5 *2 (-768))))
- ((*1 *2 *1 *2)
- (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564)))
- (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3))
- (-4 *2
- (-13 (-363) (-302)
- (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $))
- (-15 -2663 ((-1119 *3 (-610 $)) $))
- (-15 -1721 ($ (-1119 *3 (-610 $))))))))))
-(((*1 *1) (-4 *1 (-23)))
- ((*1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-536)))
- ((*1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-641 *4)) (-4 *4 (-363)) (-5 *2 (-1259 *4))
- (-5 *1 (-811 *4 *3)) (-4 *3 (-652 *4)))))
-(((*1 *1)
- (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768))
- (-4 *4 (-172)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-349)) (-5 *2 (-418 (-1166 (-1166 *4))))
- (-5 *1 (-1207 *4)) (-5 *3 (-1166 (-1166 *4))))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-900 *3)) (-4 *3 (-1094)) (-5 *2 (-112))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
- ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564))
- (-14 *4 (-768)) (-4 *5 (-172)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-918)) (-4 *1 (-404))))
- ((*1 *1 *2 *2) (-12 (-5 *2 (-564)) (-4 *1 (-404))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *4 *5 *2 *6)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1094))
- (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))
- (-5 *2 (-641 (-1170))) (-5 *1 (-1070 *3 *4 *5))
- (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -2072)) (-5 *2 (-112)) (-5 *1 (-615))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -1823)) (-5 *2 (-112)) (-5 *1 (-615))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -3391)) (-5 *2 (-112)) (-5 *1 (-615))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -2562)) (-5 *2 (-112)) (-5 *1 (-687 *4))
- (-4 *4 (-611 (-859)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-611 (-859))) (-5 *2 (-112))
- (-5 *1 (-687 *4))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-564))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1152))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-506))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-591))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-478))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-137))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1160))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-624))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1090))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1084))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1068))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-967))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-180))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1033))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-311))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-667))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-525))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1270))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1061))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-517))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-677))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1109))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-133))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-1269))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-672))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-218))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1131)) (-5 *3 (|[\|\|]| (-524))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-1152))) (-5 *2 (-112)) (-5 *1 (-1175))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-506))) (-5 *2 (-112)) (-5 *1 (-1175))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-225))) (-5 *2 (-112)) (-5 *1 (-1175))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-564))) (-5 *2 (-112)) (-5 *1 (-1175)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1154 *4)) (-4 *4 (-1046))
- (-5 *3 (-564)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114))))))
- (-4 *4 (-349)) (-5 *2 (-685 *4)) (-5 *1 (-346 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1088 (-225)))
- (-5 *2 (-1261)) (-5 *1 (-257)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-349)) (-5 *2 (-112)) (-5 *1 (-216 *4 *3))
- (-4 *3 (-1235 *4)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
- (-12 (-5 *3 (-564)) (-5 *5 (-112)) (-5 *6 (-685 (-225)))
- (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1170)) (-5 *1 (-585 *2)) (-4 *2 (-1035 *3))
- (-4 *2 (-363))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-585 *2)) (-4 *2 (-363))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-628 *4 *2))
- (-4 *2 (-13 (-430 *4) (-999) (-1194)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1086 *2)) (-4 *2 (-13 (-430 *4) (-999) (-1194)))
- (-4 *4 (-13 (-847) (-556))) (-5 *1 (-628 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-956)) (-5 *2 (-1170))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-956)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-114)) (-5 *4 (-641 *2)) (-5 *1 (-113 *2))
- (-4 *2 (-1094))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 (-641 *4))) (-4 *4 (-1094))
- (-5 *1 (-113 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1094))
- (-5 *1 (-113 *4))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-114)) (-5 *2 (-1 *4 (-641 *4)))
- (-5 *1 (-113 *4)) (-4 *4 (-1094))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-644 *3)) (-4 *3 (-1046))
- (-5 *1 (-711 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-833 *3)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363))
- (-5 *2 (-2 (|:| -3526 (-407 *6)) (|:| |coeff| (-407 *6))))
- (-5 *1 (-574 *5 *6)) (-5 *3 (-407 *6)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-1259 (-564))) (-5 *3 (-564)) (-5 *1 (-1104))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-1259 (-564))) (-5 *3 (-641 (-564))) (-5 *4 (-564))
- (-5 *1 (-1104)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 (-407 (-949 *6))))
- (-5 *3 (-407 (-949 *6)))
- (-4 *6 (-13 (-556) (-1035 (-564)) (-147)))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-570 *6)))))
-(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123)))
- ((*1 *1 *1 *1) (-5 *1 (-1114))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
- (-4 *3 (-13 (-1094) (-34))))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1152)) (-5 *1 (-1190)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-1112)) (-5 *1 (-1109)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-1 (-112) *8))) (-4 *8 (-1060 *5 *6 *7))
- (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8))))
- (-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434))))
- ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1023 *3)) (-4 *3 (-1209)))))
-(((*1 *1 *1) (-4 *1 (-627)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1152)) (-4 *1 (-389)))))
+(((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 (-1272 *4 *5 *6 *7)))
- (-5 *1 (-1272 *4 *5 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-641 *9)) (-5 *4 (-1 (-112) *9 *9))
- (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556))
- (-4 *7 (-790)) (-4 *8 (-847)) (-5 *2 (-641 (-1272 *6 *7 *8 *9)))
- (-5 *1 (-1272 *6 *7 *8 *9)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-1046))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859))))
- ((*1 *1 *1) (-5 *1 (-859)))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-940 (-225))) (-5 *2 (-225)) (-5 *1 (-1205))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-1046)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-427 *3 *2)) (-4 *3 (-13 (-172) (-38 (-407 (-564)))))
- (-4 *2 (-13 (-847) (-21))))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-641 (-407 *6))) (-5 *3 (-407 *6))
- (-4 *6 (-1235 *5)) (-4 *5 (-13 (-363) (-147) (-1035 (-564))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-568 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-13 (-847) (-556))))))
-(((*1 *1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1 *1) (-4 *1 (-964))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-961 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-556))
- (-4 *7 (-946 *3 *5 *6))
- (-5 *2 (-2 (|:| -2954 (-768)) (|:| -2784 *8) (|:| |radicand| *8)))
- (-5 *1 (-950 *5 *6 *3 *7 *8)) (-5 *4 (-768))
- (-4 *8
- (-13 (-363)
- (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $)) (-15 -2663 (*7 $))))))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-1 (-225) (-225) (-225)))
- (-5 *4 (-1 (-225) (-225) (-225) (-225)))
- (-5 *2 (-1 (-940 (-225)) (-225) (-225))) (-5 *1 (-693)))))
-(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-911 *3)) (-4 *3 (-307)))))
-(((*1 *2) (-12 (-5 *2 (-840 (-564))) (-5 *1 (-534))))
- ((*1 *1) (-12 (-5 *1 (-840 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 *10))
- (-5 *1 (-622 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1066 *5 *6 *7 *8))
- (-4 *10 (-1103 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452))
- (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6)))
- (-5 *1 (-626 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452))
- (-14 *6 (-641 (-1170)))
- (-5 *2
- (-641 (-1140 *5 (-531 (-861 *6)) (-861 *6) (-777 *5 (-861 *6)))))
- (-5 *1 (-626 *5 *6))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452))
- (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6)))
- (-5 *1 (-1043 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-1066 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-1202 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1152)) (-5 *2 (-564)) (-5 *1 (-1191 *4))
- (-4 *4 (-1046)))))
-(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 (-768) *2)) (-5 *4 (-768)) (-4 *2 (-1094))
- (-5 *1 (-674 *2))))
+ (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-420 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1194) (-430 *3)))
+ (-14 *4 (-1170)) (-14 *5 *2)))
((*1 *2 *2)
- (-12 (-5 *2 (-1 *3 (-768) *3)) (-4 *3 (-1094)) (-5 *1 (-678 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1032)) (-5 *1 (-305))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-1032))) (-5 *2 (-1032)) (-5 *1 (-305))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-647 *3)) (-4 *3 (-1209))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-647 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1 *1) (-5 *1 (-1058)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1147 *4))
- (-4 *4 (-1209))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))))
-(((*1 *1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1 *1) (-4 *1 (-964))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-768)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
- ((*1 *1 *2)
- (-12 (-4 *2 (-1046)) (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
- (-4 *5 (-238 *3 *2)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-800)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556))
- (-5 *2 (-1166 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-1172 (-407 (-564))))
- (-5 *1 (-190)))))
-(((*1 *2) (-12 (-5 *2 (-840 (-564))) (-5 *1 (-534))))
- ((*1 *1) (-12 (-5 *1 (-840 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1032)) (-5 *3 (-1170)) (-5 *1 (-267)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1046))
- (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284)))
- (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-918)) (-4 *5 (-1046))
- (-4 *2 (-13 (-404) (-1035 *5) (-363) (-1194) (-284)))
- (-5 *1 (-443 *5 *3 *2)) (-4 *3 (-1235 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999)))
- (-5 *1 (-176 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170))
- (-14 *4 *2))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1152)) (-5 *4 (-169 (-225))) (-5 *5 (-564))
- (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1) (-4 *1 (-964))) ((*1 *1 *1) (-5 *1 (-1114))))
-(((*1 *2 *2 *3 *4 *5)
- (-12 (-5 *2 (-641 *9)) (-5 *3 (-1 (-112) *9))
- (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9))
- (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556)) (-4 *7 (-790))
- (-4 *8 (-847)) (-5 *1 (-974 *6 *7 *8 *9)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
-(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-172)) (-4 *2 (-556))))
- ((*1 *1 *1) (|partial| -4 *1 (-719))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-564))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-768))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-918))))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768))
- (-4 *4 (-172))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-157))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-157))))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194)))
- (-5 *1 (-227 *3))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-723))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1209)) (-4 *2 (-723))))
- ((*1 *1 *2 *1)
- (-12 (-5 *1 (-294 *2)) (-4 *2 (-1106)) (-4 *2 (-1209))))
- ((*1 *1 *1 *2)
- (-12 (-5 *1 (-294 *2)) (-4 *2 (-1106)) (-4 *2 (-1209))))
- ((*1 *1 *2 *3)
- (-12 (-4 *1 (-323 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-131))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-361 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-361 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-381 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-847))))
- ((*1 *1 *2 *3)
- (-12 (-4 *1 (-382 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-1094))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2 *1)
- (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172))
- (-4 *6 (-238 (-3435 *3) (-768)))
- (-14 *7
- (-1 (-112) (-2 (|:| -1359 *5) (|:| -2954 *6))
- (-2 (|:| -1359 *5) (|:| -2954 *6))))
- (-5 *1 (-461 *3 *4 *5 *6 *7 *2)) (-4 *5 (-847))
- (-4 *2 (-946 *4 *6 (-861 *3)))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
- (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-536)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-595 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1046))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1046))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-644 *2)) (-4 *2 (-1053))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1094))
- (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-1 *7 *5))
- (-5 *1 (-680 *5 *6 *7))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-683 *3 *2 *4)) (-4 *3 (-1046)) (-4 *2 (-373 *3))
- (-4 *4 (-373 *3))))
- ((*1 *2 *1 *2)
- (-12 (-4 *1 (-683 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
- (-4 *2 (-373 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2))))
- ((*1 *1 *1 *1) (-4 *1 (-717)))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
- ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1259 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-556))
- (-5 *1 (-966 *3 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1052 *2)) (-4 *2 (-1053))))
- ((*1 *1 *1 *1) (-4 *1 (-1106)))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1117 *3 *4 *2 *5)) (-4 *4 (-1046)) (-4 *2 (-238 *3 *4))
- (-4 *5 (-238 *3 *4))))
- ((*1 *2 *1 *2)
- (-12 (-4 *1 (-1117 *3 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4))
- (-4 *2 (-238 *3 *4))))
- ((*1 *1 *2 *1)
- (-12 (-4 *3 (-1046)) (-4 *4 (-847)) (-5 *1 (-1120 *3 *4 *2))
- (-4 *2 (-946 *3 (-531 *4) *4))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-940 (-225))) (-5 *3 (-225)) (-5 *1 (-1205))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-723))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-723))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-564)) (-4 *1 (-1257 *3)) (-4 *3 (-1209)) (-4 *3 (-21))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1104)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1104)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1094)) (-5 *2 (-1152)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-481 *4 *5))) (-14 *4 (-641 (-1170)))
- (-4 *5 (-452))
- (-5 *2
- (-2 (|:| |gblist| (-641 (-247 *4 *5)))
- (|:| |gvlist| (-641 (-564)))))
- (-5 *1 (-629 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-417 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-154))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1061)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-768))
- (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))))
- (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-641 *3)) (-5 *1 (-958 *3)) (-4 *3 (-545)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *5)) (-5 *4 (-918)) (-4 *5 (-847))
- (-5 *2 (-59 (-641 (-668 *5)))) (-5 *1 (-668 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-641 *3)) (-4 *3 (-1209)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *3 (-641 (-263)))
- (-5 *1 (-261))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-468))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-468)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-144))))
- ((*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-144)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48))))))
+ (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-4 *2 (-13 (-27) (-1194) (-430 *3) (-10 -8 (-15 -1831 ($ *4)))))
+ (-4 *4 (-845))
+ (-4 *5
+ (-13 (-1237 *2 *4) (-363) (-1194)
+ (-10 -8 (-15 -3534 ($ $)) (-15 -3907 ($ $)))))
+ (-5 *1 (-422 *3 *2 *4 *5 *6 *7)) (-4 *6 (-980 *5)) (-14 *7 (-1170)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-1060 *4 *5 *6)) (-4 *4 (-556))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *2)))))
-(((*1 *2)
- (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 (-564)))))
- (-5 *1 (-361 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 (-768)))))
- (-5 *1 (-386 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| -4020 *3) (|:| -2954 (-564)))))
- (-5 *1 (-418 *3)) (-4 *3 (-556))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 (-768)))))
- (-5 *1 (-816 *3)) (-4 *3 (-847)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-244 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225)))
- (-5 *2 (-1032)) (-5 *1 (-744)))))
-(((*1 *1) (-5 *1 (-55))))
-(((*1 *2 *1) (-12 (-4 *1 (-266 *2)) (-4 *2 (-847))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1170)) (-5 *1 (-861 *3)) (-14 *3 (-641 *2))))
- ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-963 *3)) (-4 *3 (-964))))
- ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-986))))
- ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-1086 *3)) (-4 *3 (-1209))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
- (-5 *2 (-1170))))
- ((*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1255 *3)) (-14 *3 *2))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-27))
- (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-4 *5 (-1235 *4)) (-5 *2 (-641 (-649 (-407 *5))))
- (-5 *1 (-653 *4 *5)) (-5 *3 (-649 (-407 *5))))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-1150 (-225))) (-5 *1 (-192))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-316 (-225))) (-5 *4 (-641 (-1170)))
- (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *4 (-641 (-1170)))
- (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300)))))
-(((*1 *1) (-5 *1 (-291))))
-(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
- (-12 (-5 *2 (-564))
- (-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-768)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-790)) (-4 *4 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *7 (-847))
- (-5 *1 (-449 *5 *6 *7 *4)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2))
- (-4 *3 (-13 (-847) (-556))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1209))
- (-4 *5 (-373 *4)) (-4 *2 (-373 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *6 *2 *7)) (-4 *6 (-1046))
- (-4 *7 (-238 *4 *6)) (-4 *2 (-238 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *6))
- (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-685 *4)) (-4 *4 (-363)) (-5 *2 (-1166 *4))
- (-5 *1 (-532 *4 *5 *6)) (-4 *5 (-363)) (-4 *6 (-13 (-363) (-845))))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1283 *4 *2)) (-4 *1 (-374 *4 *2)) (-4 *4 (-847))
- (-4 *2 (-172))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-816 *4)) (-4 *1 (-1276 *4 *2)) (-4 *4 (-847))
- (-4 *2 (-1046))))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-1046)) (-5 *1 (-1282 *2 *3)) (-4 *3 (-843)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))
- (-5 *2 (-1032)) (-5 *1 (-745)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-407 (-564))))
- (-5 *2 (-2 (|:| -1688 (-1150 *4)) (|:| -1700 (-1150 *4))))
- (-5 *1 (-1156 *4)) (-5 *3 (-1150 *4)))))
+ (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-1094))
+ (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
+ (-5 *1 (-54 *4 *5 *2))
+ (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-112))
+ (-5 *2 (-1032)) (-5 *1 (-742)))))
+(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-641 *5) *6))
- (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5))
- (-5 *2 (-641 (-2 (|:| |poly| *6) (|:| -2026 *3))))
- (-5 *1 (-806 *5 *6 *3 *7)) (-4 *3 (-652 *6))
- (-4 *7 (-652 (-407 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-641 *5) *6))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-4 *6 (-1235 *5))
- (-5 *2 (-641 (-2 (|:| |poly| *6) (|:| -2026 (-650 *6 (-407 *6))))))
- (-5 *1 (-809 *5 *6)) (-5 *3 (-650 *6 (-407 *6))))))
-(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-546))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-437)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
-(((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-564)) (-5 *1 (-1150 *3)) (-4 *3 (-1209))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)) (-5 *2 (-641 *6))
- (-5 *1 (-984 *3 *4 *5 *6)) (-4 *6 (-946 *3 *5 *4)))))
-(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
- (-5 *2 (-1032)) (-5 *1 (-753)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-790))
- (-4 *5 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))) (-4 *6 (-556))
- (-5 *2 (-2 (|:| -1578 (-949 *6)) (|:| -3070 (-949 *6))))
- (-5 *1 (-729 *4 *5 *6 *3)) (-4 *3 (-946 (-407 (-949 *6)) *4 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-940 *4)) (-4 *4 (-1046)) (-5 *1 (-1158 *3 *4))
- (-14 *3 (-918)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-214 *4))
- (-4 *4
- (-13 (-847)
- (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 (*2 $))
- (-15 -2772 (*2 $)))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1264)) (-5 *1 (-214 *3))
- (-4 *3
- (-13 (-847)
- (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 (*2 $))
- (-15 -2772 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-502)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
- ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263))))
- ((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467))))
- ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-449 *3 *4 *5 *6)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1058)) (-5 *3 (-1152)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-906)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-418 (-1166 *7)))
- (-5 *1 (-903 *4 *5 *6 *7)) (-5 *3 (-1166 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-906)) (-4 *5 (-1235 *4)) (-5 *2 (-418 (-1166 *5)))
- (-5 *1 (-904 *4 *5)) (-5 *3 (-1166 *5)))))
-(((*1 *1)
- (-12 (-4 *1 (-404)) (-2819 (|has| *1 (-6 -4403)))
- (-2819 (|has| *1 (-6 -4395)))))
- ((*1 *2 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-847))))
- ((*1 *2 *1) (-12 (-4 *1 (-827 *2)) (-4 *2 (-847))))
- ((*1 *1) (-4 *1 (-841))) ((*1 *1 *1 *1) (-4 *1 (-847))))
-(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
- (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225)))
- (-5 *5 (-1088 (-225))) (-5 *6 (-564)) (-5 *2 (-1204 (-923)))
- (-5 *1 (-318))))
- ((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225)))
- (-5 *5 (-1088 (-225))) (-5 *6 (-564)) (-5 *7 (-1152))
- (-5 *2 (-1204 (-923))) (-5 *1 (-318))))
- ((*1 *2 *3 *3 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225)))
- (-5 *5 (-1088 (-225))) (-5 *6 (-225)) (-5 *7 (-564))
- (-5 *2 (-1204 (-923))) (-5 *1 (-318))))
- ((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
- (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225)))
- (-5 *5 (-1088 (-225))) (-5 *6 (-225)) (-5 *7 (-564)) (-5 *8 (-1152))
- (-5 *2 (-1204 (-923))) (-5 *1 (-318)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1127 (-225))) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-876 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
- (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225)))
- (-5 *1 (-259 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-876 *5)) (-5 *4 (-1086 (-379)))
- (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225)))
- (-5 *1 (-259 *5))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
- (-5 *2 (-1127 (-225))) (-5 *1 (-259 *3))
- (-4 *3 (-13 (-612 (-536)) (-1094)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1127 (-225))) (-5 *1 (-259 *3))
- (-4 *3 (-13 (-612 (-536)) (-1094)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-879 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
- (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225)))
- (-5 *1 (-259 *6))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-879 *5)) (-5 *4 (-1086 (-379)))
- (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1127 (-225)))
- (-5 *1 (-259 *5)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1046)) (-14 *3 (-641 (-1170)))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1046) (-847)))
- (-14 *3 (-641 (-1170))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *3 (-373 *2)) (-4 *4 (-373 *2))
- (|has| *2 (-6 (-4414 "*"))) (-4 *2 (-1046))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-373 *2)) (-4 *5 (-373 *2)) (-4 *2 (-172))
- (-5 *1 (-684 *2 *4 *5 *3)) (-4 *3 (-683 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
- (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4414 "*"))) (-4 *2 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-38 (-407 (-564))))
- (-4 *2 (-172)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-564)) (-5 *1 (-379)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564)))
- (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3))
- (-4 *2
- (-13 (-363) (-302)
- (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $))
- (-15 -2663 ((-1119 *3 (-610 $)) $))
- (-15 -1721 ($ (-1119 *3 (-610 $))))))))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-641 *4)) (-4 *4 (-1094)) (-4 *4 (-1209)) (-5 *2 (-112))
- (-5 *1 (-1150 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *4 *5 *6 *2)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
- (-5 *2 (-1032)) (-5 *1 (-747)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564)))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847)))))
-(((*1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209))))
- ((*1 *1 *2) (-12 (-5 *1 (-1226 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-363)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
- (-5 *2 (-768)) (-5 *1 (-521 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-768))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4))
- (-4 *6 (-373 *4)) (-5 *2 (-768)) (-5 *1 (-684 *4 *5 *6 *3))
- (-4 *3 (-683 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556))
- (-5 *2 (-768)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-859)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-556)) (-4 *3 (-1046))
- (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-849 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-556)) (-4 *5 (-1046))
- (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-850 *5 *3))
- (-4 *3 (-849 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1259 *4)) (-4 *4 (-417 *3)) (-4 *3 (-307))
- (-4 *3 (-556)) (-5 *1 (-43 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-918)) (-4 *4 (-363)) (-5 *2 (-1259 *1))
- (-4 *1 (-329 *4))))
- ((*1 *2) (-12 (-4 *3 (-363)) (-5 *2 (-1259 *1)) (-4 *1 (-329 *3))))
- ((*1 *2)
- (-12 (-4 *3 (-172)) (-4 *4 (-1235 *3)) (-5 *2 (-1259 *1))
- (-4 *1 (-409 *3 *4))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4))
- (-5 *2 (-1259 *6)) (-5 *1 (-413 *3 *4 *5 *6))
- (-4 *6 (-13 (-409 *4 *5) (-1035 *4)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4))
- (-5 *2 (-1259 *6)) (-5 *1 (-414 *3 *4 *5 *6 *7))
- (-4 *6 (-409 *4 *5)) (-14 *7 *2)))
- ((*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1259 *1)) (-4 *1 (-417 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1259 (-1259 *4))) (-5 *1 (-528 *4))
- (-4 *4 (-349)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-752)))))
-(((*1 *2 *2 *2 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-610 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170)))
- (-4 *2 (-13 (-430 *5) (-27) (-1194)))
- (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *1 (-566 *5 *2 *6)) (-4 *6 (-1094)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-349)) (-5 *2 (-955 (-1166 *4))) (-5 *1 (-357 *4))
- (-5 *3 (-1166 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4))
- (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046))
- (-14 *4 (-641 (-1170)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847)))
- (-14 *4 (-641 (-1170)))))
- ((*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-335 *3 *4 *5 *2)) (-4 *3 (-363))
- (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
- (-4 *2 (-342 *3 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-172))))
- ((*1 *1) (-12 (-4 *2 (-172)) (-4 *1 (-721 *2 *3)) (-4 *3 (-1235 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556))
- (-5 *2 (-2 (|:| -2784 *4) (|:| -4110 *3) (|:| -3101 *3)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-1060 *3 *4 *5))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-556)) (-4 *3 (-1046))
- (-5 *2 (-2 (|:| -2784 *3) (|:| -4110 *1) (|:| -3101 *1)))
- (-4 *1 (-1235 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-2 (|:| -4020 (-1166 *6)) (|:| -2954 (-564)))))
- (-4 *6 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-564))
- (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-330))))
- ((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-330)))))
-(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-819)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
- (-5 *2
- (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564))
- (|:| |success| (-112))))
- (-5 *1 (-786)) (-5 *5 (-564)))))
-(((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-315 *4 *5))
- (-4 *5 (-13 (-27) (-1194) (-430 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-315 *4 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-407 (-564)))
- (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-315 *5 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5)))
- (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-315 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-294 *3)) (-5 *5 (-407 (-564)))
- (-4 *3 (-13 (-27) (-1194) (-430 *6)))
- (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-315 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 (-564))) (-5 *4 (-294 *6))
- (-4 *6 (-13 (-27) (-1194) (-430 *5)))
- (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-459 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 *6)))
- (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-459 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-564))) (-5 *4 (-294 *7)) (-5 *5 (-1226 (-564)))
- (-4 *7 (-13 (-27) (-1194) (-430 *6)))
- (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-459 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-564)))
- (-4 *3 (-13 (-27) (-1194) (-430 *7)))
- (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-459 *7 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-1 *8 (-407 (-564)))) (-5 *4 (-294 *8))
- (-5 *5 (-1226 (-407 (-564)))) (-5 *6 (-407 (-564)))
- (-4 *8 (-13 (-27) (-1194) (-430 *7)))
- (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-459 *7 *8))))
- ((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-407 (-564))))
- (-5 *7 (-407 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *8)))
- (-4 *8 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-52)) (-5 *1 (-459 *8 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3))))
- (-4 *3 (-1046)) (-5 *1 (-594 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-595 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3))))
- (-4 *3 (-1046)) (-4 *1 (-1219 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-768))
- (-5 *3 (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| *4))))
- (-4 *4 (-1046)) (-4 *1 (-1240 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-4 *1 (-1250 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1150 (-2 (|:| |k| (-768)) (|:| |c| *3))))
- (-4 *3 (-1046)) (-4 *1 (-1250 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564)))))
- (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *5))
- (-4 *5 (-1235 (-407 *4))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-255))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1260)) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-874 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1260)) (-5 *1 (-255))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-874 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1260)) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-876 (-1 (-225) (-225)))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1261)) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-940 (-225)) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1261)) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1261)) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1261)) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1261)) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-879 (-1 (-225) (-225) (-225)))) (-5 *4 (-1088 (-379)))
- (-5 *2 (-1261)) (-5 *1 (-255))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-294 *7)) (-5 *4 (-1170)) (-5 *5 (-641 (-263)))
- (-4 *7 (-430 *6)) (-4 *6 (-13 (-556) (-847) (-1035 (-564))))
- (-5 *2 (-1260)) (-5 *1 (-256 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1260))
- (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1260)) (-5 *1 (-259 *3))
- (-4 *3 (-13 (-612 (-536)) (-1094)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-874 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
- (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1260))
- (-5 *1 (-259 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-874 *5)) (-5 *4 (-1086 (-379)))
- (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1260))
- (-5 *1 (-259 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-876 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
- (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261))
- (-5 *1 (-259 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-876 *5)) (-5 *4 (-1086 (-379)))
- (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261))
- (-5 *1 (-259 *5))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263))) (-5 *2 (-1261))
- (-5 *1 (-259 *3)) (-4 *3 (-13 (-612 (-536)) (-1094)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1086 (-379))) (-5 *2 (-1261)) (-5 *1 (-259 *3))
- (-4 *3 (-13 (-612 (-536)) (-1094)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-879 *6)) (-5 *4 (-1086 (-379))) (-5 *5 (-641 (-263)))
- (-4 *6 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261))
- (-5 *1 (-259 *6))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-879 *5)) (-5 *4 (-1086 (-379)))
- (-4 *5 (-13 (-612 (-536)) (-1094))) (-5 *2 (-1261))
- (-5 *1 (-259 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1260)) (-5 *1 (-260))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-641 (-225))) (-5 *4 (-641 (-263))) (-5 *2 (-1260))
- (-5 *1 (-260))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *2 (-1260)) (-5 *1 (-260))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *4 (-641 (-263)))
- (-5 *2 (-1260)) (-5 *1 (-260))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-641 (-225))) (-5 *2 (-1261)) (-5 *1 (-260))))
- ((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-641 (-225))) (-5 *4 (-641 (-263))) (-5 *2 (-1261))
- (-5 *1 (-260)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *2 (-641 (-225)))
- (-5 *1 (-468)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-1126 *4 *2))
- (-4 *2 (-13 (-602 (-564) *4) (-10 -7 (-6 -4412) (-6 -4413))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-847)) (-4 *3 (-1209)) (-5 *1 (-1126 *3 *2))
- (-4 *2 (-13 (-602 (-564) *3) (-10 -7 (-6 -4412) (-6 -4413)))))))
+ (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1094)) (-4 *4 (-1094))
+ (-4 *6 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-680 *5 *4 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-1166 *3)))))
(((*1 *2 *3)
(-12
(-5 *3
@@ -9408,1527 +9806,60 @@
(|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
(|:| |abserr| (-225)) (|:| |relerr| (-225))))
(-5 *2 (-379)) (-5 *1 (-205)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379)))
- (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
- (-5 *1 (-1169)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1166 (-564))) (-5 *3 (-564)) (-4 *1 (-866 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3))
- (-4 *3 (-1235 (-169 *2))))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 *1)) (-4 *1 (-302))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
- ((*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-114)) (-5 *3 (-641 *5)) (-5 *4 (-768)) (-4 *5 (-847))
- (-5 *1 (-610 *5)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 (-641 *2) *2 *2 *2)) (-4 *2 (-1094))
- (-5 *1 (-103 *2))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1094)) (-5 *1 (-103 *2)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-641 *6) "failed") (-564) *6 *6)) (-4 *6 (-363))
- (-4 *7 (-1235 *6))
- (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6)))
- (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1166 *2)) (-4 *2 (-946 (-407 (-949 *6)) *5 *4))
- (-5 *1 (-729 *5 *4 *6 *2)) (-4 *5 (-790))
- (-4 *4 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $)))))
- (-4 *6 (-556)))))
-(((*1 *1) (-5 *1 (-559))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379)))
- (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
- (-5 *1 (-1169)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-235 *3))))
- ((*1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1094)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-641 (-641 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-641 (-641 *5)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-641 *3))) (-5 *1 (-1181 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1172 (-407 (-564)))) (-5 *2 (-407 (-564)))
- (-5 *1 (-190)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-564)))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032))
- (-5 *1 (-752)))))
-(((*1 *1 *1) (-5 *1 (-1169)))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379)))
- (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
- (-5 *1 (-1169)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-604)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-685 *1)) (-4 *1 (-349)) (-5 *2 (-1259 *1))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-685 *1)) (-4 *1 (-145)) (-4 *1 (-906))
- (-5 *2 (-1259 *1)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-940 (-225))) (-5 *4 (-871)) (-5 *2 (-1264))
- (-5 *1 (-468))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1046)) (-4 *1 (-977 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-940 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-940 *3)) (-4 *3 (-1046)) (-4 *1 (-1128 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-940 *3)) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)) (-5 *3 (-225)))))
-(((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-545))))
- ((*1 *1 *1) (-4 *1 (-1055))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-112)) (-5 *5 (-685 (-225)))
- (-5 *2 (-1032)) (-5 *1 (-752)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 *5)) (-4 *5 (-363))
- (-4 *5 (-556)) (-5 *2 (-1259 *5)) (-5 *1 (-636 *5 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 *5))
- (-2819 (-4 *5 (-363))) (-4 *5 (-556)) (-5 *2 (-1259 (-407 *5)))
- (-5 *1 (-636 *5 *4)))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-641 (-641 (-225)))) (-5 *4 (-225))
- (-5 *2 (-641 (-940 *4))) (-5 *1 (-1205)) (-5 *3 (-940 *4)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452))
- (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-974 *3 *4 *5 *6)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1235 *4)) (-4 *4 (-1213))
- (-4 *1 (-342 *4 *3 *5)) (-4 *5 (-1235 (-407 *3))))))
-(((*1 *1) (-5 *1 (-1058))))
-(((*1 *2) (-12 (-5 *2 (-830 (-564))) (-5 *1 (-534))))
- ((*1 *1) (-12 (-5 *1 (-830 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-641 *5) *6))
- (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *6 (-1235 *5))
- (-5 *2 (-641 (-2 (|:| -1367 *5) (|:| -2026 *3))))
- (-5 *1 (-806 *5 *6 *3 *7)) (-4 *3 (-652 *6))
- (-4 *7 (-652 (-407 *6))))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-768)) (-4 *4 (-307)) (-4 *6 (-1235 *4))
- (-5 *2 (-1259 (-641 *6))) (-5 *1 (-455 *4 *6)) (-5 *5 (-641 *6)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847))
- (-4 *4 (-1046)) (-4 *4 (-172))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046))
- (-4 *3 (-172)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170))
- (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *5))))
- (-5 *1 (-1123 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-13 (-307) (-847) (-147)))
- (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1123 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 (-407 (-949 *5)))) (-5 *4 (-1170))
- (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *5))))
- (-5 *1 (-1123 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-294 (-407 (-949 *4))))
- (-4 *4 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-294 (-316 *4))))
- (-5 *1 (-1123 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170)))
- (-4 *5 (-13 (-307) (-847) (-147)))
- (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-407 (-949 *4))))
- (-4 *4 (-13 (-307) (-847) (-147)))
- (-5 *2 (-641 (-641 (-294 (-316 *4))))) (-5 *1 (-1123 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-294 (-407 (-949 *5))))) (-5 *4 (-641 (-1170)))
- (-4 *5 (-13 (-307) (-847) (-147)))
- (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1123 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-294 (-407 (-949 *4)))))
- (-4 *4 (-13 (-307) (-847) (-147)))
- (-5 *2 (-641 (-641 (-294 (-316 *4))))) (-5 *1 (-1123 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170))
- (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1280 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
- (-5 *2 (-816 *3))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-843)) (-5 *1 (-1282 *3 *2)) (-4 *3 (-1046)))))
-(((*1 *1 *1) (|partial| -4 *1 (-145))) ((*1 *1 *1) (-4 *1 (-349)))
- ((*1 *1 *1) (|partial| -12 (-4 *1 (-145)) (-4 *1 (-906)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2))
- (-4 *3 (-13 (-847) (-556)))))
- ((*1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *1) (-5 *1 (-477))) ((*1 *1) (-4 *1 (-1194))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147))
- (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-974 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 (-407 (-564))))
- (-5 *2
- (-641
- (-2 (|:| |outval| *4) (|:| |outmult| (-564))
- (|:| |outvect| (-641 (-685 *4))))))
- (-5 *1 (-776 *4)) (-4 *4 (-13 (-363) (-845))))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-363) (-845)))
- (-5 *2 (-641 (-2 (|:| -2798 (-641 *3)) (|:| -2632 *5))))
- (-5 *1 (-181 *5 *3)) (-4 *3 (-1235 (-169 *5)))))
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-363) (-845)))
- (-5 *2 (-641 (-2 (|:| -2798 (-641 *3)) (|:| -2632 *4))))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *1 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1150 (-407 *3))) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-871))
- (-5 *5 (-918)) (-5 *6 (-641 (-263))) (-5 *2 (-1260))
- (-5 *1 (-1263))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-641 (-263)))
- (-5 *2 (-1260)) (-5 *1 (-1263)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-418 *4)) (-4 *4 (-556)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-556) (-147)))
- (-5 *2 (-2 (|:| -3590 *3) (|:| -3602 *3))) (-5 *1 (-1229 *4 *3))
- (-4 *3 (-1235 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-790))
- (-4 *3 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))) (-4 *5 (-556))
- (-5 *1 (-729 *4 *3 *5 *2)) (-4 *2 (-946 (-407 (-949 *5)) *4 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *4 (-1046)) (-4 *5 (-790))
- (-4 *3
- (-13 (-847)
- (-10 -8 (-15 -2153 ((-1170) $))
- (-15 -2794 ((-3 $ "failed") (-1170))))))
- (-5 *1 (-981 *4 *5 *3 *2)) (-4 *2 (-946 (-949 *4) *5 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 *6))
- (-4 *6
- (-13 (-847)
- (-10 -8 (-15 -2153 ((-1170) $))
- (-15 -2794 ((-3 $ "failed") (-1170))))))
- (-4 *4 (-1046)) (-4 *5 (-790)) (-5 *1 (-981 *4 *5 *6 *2))
- (-4 *2 (-946 (-949 *4) *5 *6)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-859)))) (-5 *1 (-859))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1136 *3 *4)) (-5 *1 (-990 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-363))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 (-641 *5))) (-4 *5 (-1046))
- (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *6 (-238 *4 *5))
- (-4 *7 (-238 *3 *5)))))
-(((*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262))))
- ((*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))))
-(((*1 *1 *1 *1) (-4 *1 (-307))) ((*1 *1 *1 *1) (-5 *1 (-768)))
- ((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
- (-4 *3 (-1235 *2)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4412)) (-4 *1 (-489 *4))
- (-4 *4 (-1209)) (-5 *2 (-112)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-641 (-280))) (-5 *1 (-280))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1175)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1152)) (-4 *1 (-364 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-989 *2)) (-4 *4 (-1235 *3)) (-4 *2 (-307))
- (-5 *1 (-413 *2 *3 *4 *5)) (-4 *5 (-13 (-409 *3 *4) (-1035 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-556)) (-4 *3 (-847)) (-5 *2 (-1119 *3 (-610 *1)))
- (-4 *1 (-430 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-495)))) (-5 *1 (-495))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-723) *4))
- (-5 *1 (-619 *3 *4 *2)) (-4 *3 (-38 *4))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-723) *4))
- (-5 *1 (-658 *3 *4 *2)) (-4 *3 (-714 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))))
-(((*1 *2 *1) (-12 (-4 *1 (-556)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3928 *4)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
- (-5 *2 (-685 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-685 *4)) (-5 *1 (-416 *3 *4))
- (-4 *3 (-417 *4))))
- ((*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-641
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225)))))
- (-5 *1 (-559))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-608 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-5 *2 (-641 *3))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-641
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
- (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225)))))
- (-5 *1 (-800)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-5 *2 (-407 *1)) (-4 *1 (-1235 *3)) (-4 *3 (-1046))
- (-4 *3 (-556))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))))
-(((*1 *2 *3 *1)
(-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1))
- (-4 *1 (-1066 *4 *5 *6 *3)))))
-(((*1 *2)
- (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-906))
- (-5 *1 (-457 *3 *4 *2 *5)) (-4 *5 (-946 *2 *3 *4))))
- ((*1 *2)
- (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-906))
- (-5 *1 (-903 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4))))
- ((*1 *2) (-12 (-4 *2 (-906)) (-5 *1 (-904 *2 *3)) (-4 *3 (-1235 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-307)) (-4 *4 (-989 *3)) (-4 *5 (-1235 *4))
- (-5 *2 (-1259 *6)) (-5 *1 (-413 *3 *4 *5 *6))
- (-4 *6 (-13 (-409 *4 *5) (-1035 *4)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1046)) (-4 *3 (-847)) (-5 *2 (-1119 *3 (-610 *1)))
- (-4 *1 (-430 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1119 (-564) (-610 (-495)))) (-5 *1 (-495))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-172)) (-4 *2 (-38 *3)) (-5 *1 (-619 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-723) *3))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-172)) (-4 *2 (-714 *3)) (-5 *1 (-658 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-723) *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *4 (-556)) (-5 *1 (-966 *4 *2))
- (-4 *2 (-1235 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
-(((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))))
-(((*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))))
-(((*1 *1 *1 *1) (-4 *1 (-307))) ((*1 *1 *1 *1) (-5 *1 (-768)))
- ((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3378 *4)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3378 *4)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170))
- (-14 *4 *2))))
+ (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-671 *3)) (-4 *3 (-1046))
- (-4 *3 (-1094)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-114))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1152)) (-4 *4 (-847)) (-5 *1 (-926 *4 *2))
- (-4 *2 (-430 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170)) (-5 *4 (-1152)) (-5 *2 (-316 (-564)))
- (-5 *1 (-927)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *1 *2 *3 *4)
- (-12
- (-5 *3
- (-641
- (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 *2))
- (|:| |logand| (-1166 *2)))))
- (-5 *4 (-641 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
- (-4 *2 (-363)) (-5 *1 (-585 *2)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-564)) (-4 *1 (-1087 *3)) (-4 *3 (-1209)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-857)) (-5 *2 (-687 (-549))) (-5 *3 (-549)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-816 *3)) (|:| |rm| (-816 *3))))
- (-5 *1 (-816 *3)) (-4 *3 (-847))))
- ((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790))
- (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *2 *2 *2 *3)
- (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-545))))
-(((*1 *1) (-5 *1 (-437))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-5 *1 (-486 *2)) (-4 *2 (-1235 (-564))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-296))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-312)) (-5 *1 (-296))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-296))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-1152))) (-5 *3 (-1152)) (-5 *2 (-312))
- (-5 *1 (-296)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-112)) (-5 *1 (-114))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-1170)) (-5 *2 (-112))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-114)) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1170)) (-5 *2 (-112)) (-5 *1 (-610 *4)) (-4 *4 (-847))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-610 *4)) (-4 *4 (-847))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1094)) (-5 *2 (-112)) (-5 *1 (-884 *5 *3 *4))
- (-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *6)) (-4 *6 (-883 *5)) (-4 *5 (-1094))
- (-5 *2 (-112)) (-5 *1 (-884 *5 *6 *4)) (-4 *4 (-612 (-889 *5))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-924))
- (-5 *2
- (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
- (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
- (-5 *1 (-153))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-924)) (-5 *4 (-407 (-564)))
- (-5 *2
- (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
- (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
- (-5 *1 (-153))))
- ((*1 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
- (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
- (-5 *1 (-153)) (-5 *3 (-641 (-940 (-225))))))
- ((*1 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
- (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
- (-5 *1 (-153)) (-5 *3 (-641 (-641 (-940 (-225)))))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263))))
- ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-556))))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789))
- (-4 *2 (-556))))
- ((*1 *1 *1 *1) (|partial| -4 *1 (-556)))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046))
- (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-556))))
- ((*1 *1 *1 *1) (|partial| -5 *1 (-768)))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-556))))
- ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1259 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-556))
- (-5 *1 (-966 *3 *4))))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1049 *3 *4 *2 *5 *6)) (-4 *2 (-1046))
- (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-556))))
- ((*1 *2 *2 *2)
- (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))))
-(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
- (|partial| -12 (-5 *2 (-641 (-1166 *13))) (-5 *3 (-1166 *13))
- (-5 *4 (-641 *12)) (-5 *5 (-641 *10)) (-5 *6 (-641 *13))
- (-5 *7 (-641 (-641 (-2 (|:| -2538 (-768)) (|:| |pcoef| *13)))))
- (-5 *8 (-641 (-768))) (-5 *9 (-1259 (-641 (-1166 *10))))
- (-4 *12 (-847)) (-4 *10 (-307)) (-4 *13 (-946 *10 *11 *12))
- (-4 *11 (-790)) (-5 *1 (-704 *11 *12 *10 *13)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1173))))
- ((*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173))))
- ((*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-826)))))
-(((*1 *1 *1) (-12 (-5 *1 (-606 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1) (-5 *1 (-630))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-481 *4 *5))) (-14 *4 (-641 (-1170)))
- (-4 *5 (-452)) (-5 *2 (-641 (-247 *4 *5))) (-5 *1 (-629 *4 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
- ((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
- ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2)
- (-12 (-4 *1 (-349))
- (-5 *2 (-641 (-2 (|:| -4020 (-564)) (|:| -2954 (-564))))))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-612 (-889 (-564))))
- (-4 *5 (-883 (-564)))
- (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-567 *5 *3)) (-4 *3 (-627))
- (-4 *3 (-13 (-27) (-1194) (-430 *5)))))
- ((*1 *2 *2 *3 *4 *4)
- (|partial| -12 (-5 *3 (-1170)) (-5 *4 (-840 *2)) (-4 *2 (-1133))
- (-4 *2 (-13 (-27) (-1194) (-430 *5)))
- (-4 *5 (-612 (-889 (-564)))) (-4 *5 (-883 (-564)))
- (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564))))
- (-5 *1 (-567 *5 *2)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1202 *4 *5 *3 *6)) (-4 *4 (-556)) (-4 *5 (-790))
- (-4 *3 (-847)) (-4 *6 (-1060 *4 *5 *3)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194)))))
- ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
- ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *2)))))
-(((*1 *2 *1) (|partial| -12 (-5 *1 (-365 *2)) (-4 *2 (-1094))))
- ((*1 *2 *1) (|partial| -12 (-5 *2 (-1152)) (-5 *1 (-1190)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-820)) (-5 *1 (-819)))))
-(((*1 *2 *2) (-12 (-5 *2 (-316 (-225))) (-5 *1 (-267)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-951)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-1166 (-949 *4))) (-5 *1 (-416 *3 *4))
- (-4 *3 (-417 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-4 *3 (-363))
- (-5 *2 (-1166 (-949 *3)))))
- ((*1 *2)
- (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-13 (-847) (-556))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2))
- (-4 *2 (-1250 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3))
- (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2))
- (-4 *2 (-1250 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147)))
- (-5 *1 (-1146 *3)))))
-(((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7))))
- (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
-(((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 (-889 *6)))
- (-5 *5 (-1 (-886 *6 *8) *8 (-889 *6) (-886 *6 *8))) (-4 *6 (-1094))
- (-4 *8 (-13 (-1046) (-612 (-889 *6)) (-1035 *7)))
- (-5 *2 (-886 *6 *8)) (-4 *7 (-13 (-1046) (-847)))
- (-5 *1 (-938 *6 *7 *8)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1094)) (-4 *4 (-1094))
- (-4 *6 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-680 *5 *4 *6)))))
-(((*1 *1) (-5 *1 (-1079))))
-(((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1194))))
- ((*1 *2 *1) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-610 *3)) (-4 *3 (-847)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790))
- (-5 *1 (-504 *4 *5 *6 *2)) (-4 *2 (-946 *4 *5 *6))))
- ((*1 *1 *1 *2)
- (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-504 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-984 (-407 (-564)) (-861 *3) (-240 *4 (-768))
- (-247 *3 (-407 (-564)))))
- (-14 *3 (-641 (-1170))) (-14 *4 (-768)) (-5 *1 (-983 *3 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
-(((*1 *1) (-5 *1 (-437))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *4 (-363)) (-5 *1 (-893 *2 *4))
- (-4 *2 (-1235 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046))
- (-5 *2 (-641 (-641 (-940 *3))))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-641 (-641 (-940 *4)))) (-5 *3 (-112)) (-4 *4 (-1046))
- (-4 *1 (-1128 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 (-641 (-940 *3)))) (-4 *3 (-1046))
- (-4 *1 (-1128 *3))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-641 (-641 (-641 *4)))) (-5 *3 (-112))
- (-4 *1 (-1128 *4)) (-4 *4 (-1046))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-641 (-641 (-940 *4)))) (-5 *3 (-112))
- (-4 *1 (-1128 *4)) (-4 *4 (-1046))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-641 (-641 (-641 *5)))) (-5 *3 (-641 (-171)))
- (-5 *4 (-171)) (-4 *1 (-1128 *5)) (-4 *5 (-1046))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-641 (-641 (-940 *5)))) (-5 *3 (-641 (-171)))
- (-5 *4 (-171)) (-4 *1 (-1128 *5)) (-4 *5 (-1046)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-641 (-481 *5 *6))) (-5 *4 (-861 *5))
- (-14 *5 (-641 (-1170))) (-5 *2 (-481 *5 *6)) (-5 *1 (-629 *5 *6))
- (-4 *6 (-452))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-481 *5 *6))) (-5 *4 (-861 *5))
- (-14 *5 (-641 (-1170))) (-5 *2 (-481 *5 *6)) (-5 *1 (-629 *5 *6))
- (-4 *6 (-452)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *4))))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-564)) (-4 *3 (-172)) (-4 *5 (-373 *3))
- (-4 *6 (-373 *3)) (-5 *1 (-684 *3 *5 *6 *2))
- (-4 *2 (-683 *3 *5 *6)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-112)) (-5 *1 (-110))))
- ((*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4403)) (-4 *1 (-404))))
- ((*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790))
- (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225)))
- (-5 *2 (-1032)) (-5 *1 (-744)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330))
- (-5 *1 (-332)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-641 (-940 (-225)))))
- (-5 *2 (-641 (-1088 (-225)))) (-5 *1 (-925)))))
-(((*1 *2 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-4 *6 (-1235 *9)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-307))
- (-4 *10 (-946 *9 *7 *8))
- (-5 *2
- (-2 (|:| |deter| (-641 (-1166 *10)))
- (|:| |dterm|
- (-641 (-641 (-2 (|:| -2538 (-768)) (|:| |pcoef| *10)))))
- (|:| |nfacts| (-641 *6)) (|:| |nlead| (-641 *10))))
- (-5 *1 (-775 *6 *7 *8 *9 *10)) (-5 *3 (-1166 *10)) (-5 *4 (-641 *6))
- (-5 *5 (-641 *10)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-847))
- (-4 *3 (-1094)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-564)) (-5 *2 (-112)) (-5 *1 (-553)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
- (-5 *2 (-685 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790)) (-4 *7 (-946 *4 *6 *5))
- (-5 *2
- (-2 (|:| |sysok| (-112)) (|:| |z0| (-641 *7)) (|:| |n0| (-641 *7))))
- (-5 *1 (-921 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-821)) (-5 *3 (-641 (-1170))) (-5 *1 (-822)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-437)) (-5 *1 (-1174)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-768)) (-4 *5 (-556))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-840 (-379)))) (-5 *2 (-1088 (-840 (-225))))
- (-5 *1 (-305)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170))
- (-14 *4 *2))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-685 (-316 (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *1) (-12 (-5 *1 (-687 *2)) (-4 *2 (-611 (-859))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1259 (-1259 (-564)))) (-5 *1 (-466)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-1046)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847))))
- ((*1 *1) (-4 *1 (-1145))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2))
- (-4 *2 (-683 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-276 *4 *3))
- (-4 *3 (-13 (-430 *4) (-999))))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-119 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7)))
- (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790))
- (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8)))
- (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7)))
- (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790))
- (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8)))
- (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-427 *3 *2)) (-4 *3 (-13 (-172) (-38 (-407 (-564)))))
- (-4 *2 (-13 (-847) (-21))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-539 *4 *2 *5 *6))
- (-4 *4 (-307)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-768))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-31))))
- ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-133))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-138))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-154))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-161))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-218))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-672))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1016))))
- ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1061))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1090)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4)))
- (-5 *2 (-2 (|:| |num| (-1259 *4)) (|:| |den| *4))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1232 *5 *4)) (-5 *1 (-1168 *4 *5 *6))
- (-4 *4 (-1046)) (-14 *5 (-1170)) (-14 *6 *4)))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1232 *5 *4)) (-5 *1 (-1251 *4 *5 *6))
- (-4 *4 (-1046)) (-14 *5 (-1170)) (-14 *6 *4))))
-(((*1 *2 *2) (-12 (-5 *1 (-958 *2)) (-4 *2 (-545)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-363) (-845))) (-5 *1 (-181 *3 *2))
- (-4 *2 (-1235 (-169 *3))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-316 (-379))) (-5 *2 (-316 (-225))) (-5 *1 (-305)))))
-(((*1 *2 *3 *4 *2 *2 *5)
- (|partial| -12 (-5 *2 (-840 *4)) (-5 *3 (-610 *4)) (-5 *5 (-112))
- (-4 *4 (-13 (-1194) (-29 *6)))
+ (-12 (-5 *2 (-1244 *3 *4 *5)) (-4 *3 (-13 (-363) (-847)))
+ (-14 *4 (-1170)) (-14 *5 *3) (-5 *1 (-319 *3 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379)))))
+(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-241)))))
+(((*1 *2 *3 *4 *5 *5 *2)
+ (|partial| -12 (-5 *2 (-112)) (-5 *3 (-949 *6)) (-5 *4 (-1170))
+ (-5 *5 (-840 *7))
(-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-224 *6 *4)))))
-(((*1 *1 *2 *3)
- (-12
- (-5 *3
- (-641
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
- (|:| |xpnt| (-564)))))
- (-4 *2 (-556)) (-5 *1 (-418 *2))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |contp| (-564))
- (|:| -2798 (-641 (-2 (|:| |irr| *4) (|:| -1395 (-564)))))))
- (-4 *4 (-1235 (-564))) (-5 *2 (-418 *4)) (-5 *1 (-442 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-96))))
- ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-109))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1094))))
- ((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152))))
- ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-438 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-483))))
- ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847))))
- ((*1 *2 *1) (-12 (-4 *1 (-832 *2)) (-4 *2 (-1094))))
- ((*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-962))))
- ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-1069 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-1109))))
- ((*1 *1 *1) (-5 *1 (-1170))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172))))
- ((*1 *2 *3 *3 *2)
- (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-918)) (-5 *1 (-1029 *2))
- (-4 *2 (-13 (-1094) (-10 -8 (-15 * ($ $ $))))))))
-(((*1 *1) (-5 *1 (-330))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1166 *6)) (-4 *6 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-1166 *7)) (-5 *1 (-321 *4 *5 *6 *7))
- (-4 *7 (-946 *6 *4 *5)))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-2 (|:| -1678 (-114)) (|:| |w| (-225)))) (-5 *1 (-204)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-4 *1 (-1235 *4)) (-4 *4 (-1046))
- (-5 *2 (-1259 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-175))) (-5 *1 (-1079)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-1152)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
- (-4 *4 (-1060 *6 *7 *8)) (-5 *2 (-1264))
- (-5 *1 (-773 *6 *7 *8 *4 *5)) (-4 *5 (-1066 *6 *7 *8 *4)))))
-(((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-1260))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1260))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1260))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-1261))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1261))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1261)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1235 *5))
- (-4 *5 (-13 (-27) (-430 *4)))
- (-4 *4 (-13 (-847) (-556) (-1035 (-564))))
- (-4 *7 (-1235 (-407 *6))) (-5 *1 (-552 *4 *5 *6 *7 *2))
- (-4 *2 (-342 *5 *6 *7)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-641 (-949 *3))) (-4 *3 (-452))
- (-5 *1 (-360 *3 *4)) (-14 *4 (-641 (-1170)))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-641 (-777 *3 (-861 *4)))) (-4 *3 (-452))
- (-14 *4 (-641 (-1170))) (-5 *1 (-626 *3 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-316 (-379))) (-5 *1 (-305)))))
-(((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-13 (-847) (-556))))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2
- (-2
- (|:| |endPointContinuity|
- (-3 (|:| |continuous| "Continuous at the end points")
- (|:| |lowerSingular|
- "There is a singularity at the lower end point")
- (|:| |upperSingular|
- "There is a singularity at the upper end point")
- (|:| |bothSingular|
- "There are singularities at both end points")
- (|:| |notEvaluated|
- "End point continuity not yet evaluated")))
- (|:| |singularitiesStream|
- (-3 (|:| |str| (-1150 (-225)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -1743
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite| "The bottom of range is infinite")
- (|:| |upperInfinite| "The top of range is infinite")
- (|:| |bothInfinite|
- "Both top and bottom points are infinite")
- (|:| |notEvaluated| "Range not yet evaluated")))))
- (-5 *1 (-559)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-918)) (-5 *1 (-152 *3 *4 *5)) (-14 *3 *2)
- (-4 *4 (-363)) (-14 *5 (-990 *3 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-2 (|:| |totdeg| (-768)) (|:| -2107 *4))) (-5 *5 (-768))
- (-4 *4 (-946 *6 *7 *8)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
- (-5 *2
- (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-5 *1 (-449 *6 *7 *8 *4)))))
-(((*1 *2) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-105)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-417 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1166 *7)) (-4 *5 (-1046))
- (-4 *7 (-1046)) (-4 *2 (-1235 *5)) (-5 *1 (-501 *5 *2 *6 *7))
- (-4 *6 (-1235 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1046)) (-4 *7 (-1046))
- (-4 *4 (-1235 *5)) (-5 *2 (-1166 *7)) (-5 *1 (-501 *5 *4 *6 *7))
- (-4 *6 (-1235 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-859)) (-5 *1 (-1150 *3)) (-4 *3 (-1094))
- (-4 *3 (-1209)))))
-(((*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-525)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-1170)) (-5 *6 (-112))
- (-4 *7 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-4 *3 (-13 (-1194) (-956) (-29 *7)))
- (-5 *2
- (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-219 *7 *3)) (-5 *5 (-840 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
- ((*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
- (-5 *2
- (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564))
- (|:| |success| (-112))))
- (-5 *1 (-786)) (-5 *5 (-564)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1174)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *8 (-1060 *5 *6 *7))
- (-5 *2
- (-2 (|:| |val| (-641 *8))
- (|:| |towers| (-641 (-1024 *5 *6 *7 *8)))))
- (-5 *1 (-1024 *5 *6 *7 *8)) (-5 *3 (-641 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *8 (-1060 *5 *6 *7))
- (-5 *2
- (-2 (|:| |val| (-641 *8))
- (|:| |towers| (-641 (-1140 *5 *6 *7 *8)))))
- (-5 *1 (-1140 *5 *6 *7 *8)) (-5 *3 (-641 *8)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225)))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-79 LSFUN1))))
- (-5 *2 (-1032)) (-5 *1 (-750)))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
- ((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
- ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-413 *3 *4 *5 *6)) (-4 *6 (-1035 *4)) (-4 *3 (-307))
- (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-4 *6 (-409 *4 *5))
- (-14 *7 (-1259 *6)) (-5 *1 (-414 *3 *4 *5 *6 *7))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1259 *6)) (-4 *6 (-409 *4 *5)) (-4 *4 (-989 *3))
- (-4 *5 (-1235 *4)) (-4 *3 (-307)) (-5 *1 (-414 *3 *4 *5 *6 *7))
- (-14 *7 *2))))
-(((*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262))))
- ((*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-248)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-610 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4)))
- (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-277 *4 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1169)) (-5 *1 (-330)))))
-(((*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-217)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1190)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-1259 *5)) (-5 *3 (-768)) (-5 *4 (-1114)) (-4 *5 (-349))
- (-5 *1 (-528 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-506)) (-5 *1 (-280))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-3 (-564) (-225) (-506) (-1152) (-1175)))
- (-5 *1 (-1175)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-323 *4 *2)) (-4 *4 (-1094))
- (-4 *2 (-131)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1046)) (-4 *4 (-1235 *3)) (-5 *1 (-164 *3 *4 *2))
- (-4 *2 (-1235 *4))))
- ((*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-556))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4))))
- (-5 *1 (-1135 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
- (-4 *4 (-13 (-1094) (-34))))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-753)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-749)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3)))))
-(((*1 *2 *3 *4 *4 *2 *2 *2)
- (-12 (-5 *2 (-564))
- (-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-768)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-790)) (-4 *4 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *7 (-847))
- (-5 *1 (-449 *5 *6 *7 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-859)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 (-768))
- (-14 *4 (-768)) (-4 *5 (-172)))))
-(((*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-134)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-918)) (-5 *2 (-1166 *3)) (-5 *1 (-1183 *3))
- (-4 *3 (-363)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-183))) (-5 *1 (-140)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-379)) (-5 *1 (-1058)))))
-(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-128)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046))
- (-5 *2 (-949 *5)) (-5 *1 (-941 *4 *5)))))
-(((*1 *2)
- (-12 (-5 *2 (-685 (-907 *3))) (-5 *1 (-351 *3 *4)) (-14 *3 (-918))
- (-14 *4 (-918))))
- ((*1 *2)
- (-12 (-5 *2 (-685 *3)) (-5 *1 (-352 *3 *4)) (-4 *3 (-349))
- (-14 *4
- (-3 (-1166 *3)
- (-1259 (-641 (-2 (|:| -1411 *3) (|:| -1359 (-1114)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-685 *3)) (-5 *1 (-353 *3 *4)) (-4 *3 (-349))
- (-14 *4 (-918)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1170)) (-5 *2 (-536)) (-5 *1 (-535 *4))
- (-4 *4 (-1209)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046))
- (-5 *2 (-481 *4 *5)) (-5 *1 (-941 *4 *5)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-294 *2)) (-4 *2 (-723)) (-4 *2 (-1209)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-610 (-48)))) (-5 *1 (-48))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-610 (-48))) (-5 *1 (-48))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1166 (-48))) (-5 *3 (-641 (-610 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1166 (-48))) (-5 *3 (-610 (-48))) (-5 *1 (-48))))
- ((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-363) (-845))) (-5 *1 (-181 *2 *3))
- (-4 *3 (-1235 (-169 *2)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-918)) (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368))))
- ((*1 *2 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-363))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-370 *2 *3)) (-4 *3 (-1235 *2)) (-4 *2 (-172))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1235 *2)) (-4 *2 (-989 *3)) (-5 *1 (-413 *3 *2 *4 *5))
- (-4 *3 (-307)) (-4 *5 (-13 (-409 *2 *4) (-1035 *2)))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1235 *2)) (-4 *2 (-989 *3))
- (-5 *1 (-414 *3 *2 *4 *5 *6)) (-4 *3 (-307)) (-4 *5 (-409 *2 *4))
- (-14 *6 (-1259 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-918)) (-4 *5 (-1046))
- (-4 *2 (-13 (-404) (-1035 *5) (-363) (-1194) (-284)))
- (-5 *1 (-443 *5 *3 *2)) (-4 *3 (-1235 *5))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-610 (-495)))) (-5 *1 (-495))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-610 (-495))) (-5 *1 (-495))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1166 (-495))) (-5 *3 (-641 (-610 (-495))))
- (-5 *1 (-495))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1166 (-495))) (-5 *3 (-610 (-495))) (-5 *1 (-495))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1259 *4)) (-5 *3 (-918)) (-4 *4 (-349))
- (-5 *1 (-528 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-721 *4 *2)) (-4 *2 (-1235 *4))
- (-5 *1 (-772 *4 *2 *5 *3)) (-4 *3 (-1235 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
- ((*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172))))
- ((*1 *1 *1) (-4 *1 (-1055))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170)) (-4 *5 (-363)) (-5 *2 (-1150 (-1150 (-949 *5))))
- (-5 *1 (-1267 *5)) (-5 *4 (-1150 (-949 *5))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-840 (-225)))) (-5 *4 (-225)) (-5 *2 (-641 *4))
- (-5 *1 (-267)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
- (-5 *1 (-985 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
- (-5 *1 (-1101 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-349)) (-4 *5 (-329 *4)) (-4 *6 (-1235 *5))
- (-5 *2 (-641 *3)) (-5 *1 (-774 *4 *5 *6 *3 *7)) (-4 *3 (-1235 *6))
- (-14 *7 (-918)))))
-(((*1 *2)
- (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *6)) (-4 *5 (-1094))
- (-4 *6 (-1209)) (-5 *2 (-1 *6 *5)) (-5 *1 (-638 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-4 *5 (-1094))
- (-4 *2 (-1209)) (-5 *1 (-638 *5 *2))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 *5)) (-4 *6 (-1094))
- (-4 *5 (-1209)) (-5 *2 (-1 *5 *6)) (-5 *1 (-638 *6 *5))))
- ((*1 *2 *3 *4 *5 *2)
- (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-4 *5 (-1094))
- (-4 *2 (-1209)) (-5 *1 (-638 *5 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-641 *5)) (-5 *4 (-641 *6))
- (-4 *5 (-1094)) (-4 *6 (-1209)) (-5 *1 (-638 *5 *6))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 *2)) (-5 *6 (-1 *2 *5))
- (-4 *5 (-1094)) (-4 *2 (-1209)) (-5 *1 (-638 *5 *2))))
- ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-144)) (-5 *2 (-768)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1259 *4)) (-4 *4 (-637 (-564)))
- (-5 *2 (-1259 (-564))) (-5 *1 (-1286 *4)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1202 *2 *3 *4 *5)) (-4 *2 (-556)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *5 (-1060 *2 *3 *4)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-225))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-225))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-379))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-407 (-564))) (-5 *1 (-379)))))
-(((*1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-132)) (-5 *1 (-1078 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-564) *2 *2)) (-4 *2 (-132)) (-5 *1 (-1078 *2)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3) (-12 (-5 *3 (-407 (-564))) (-5 *2 (-225)) (-5 *1 (-305)))))
-(((*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-52)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 *4)) (-5 *1 (-1135 *3 *4))
- (-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1166 *5)) (-4 *5 (-452)) (-5 *2 (-641 *6))
- (-5 *1 (-538 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-949 *5)) (-4 *5 (-452)) (-5 *2 (-641 *6))
- (-5 *1 (-538 *5 *6 *4)) (-4 *6 (-363)) (-4 *4 (-13 (-363) (-845))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-685 *7)) (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5))
- (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790)) (-5 *1 (-921 *4 *5 *6 *7)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1032))
- (-5 *1 (-743)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-1229 *3 *2))
- (-4 *2 (-1235 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-641 (-949 (-564)))) (-5 *4 (-641 (-1170)))
- (-5 *2 (-641 (-641 (-379)))) (-5 *1 (-1020)) (-5 *5 (-379))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
- (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-641 (-1021 (-407 *4)))))
- (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7))
- (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7))
- (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7))
- (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-949 *4)))
- (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6))
- (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))))
-(((*1 *1 *1) (-5 *1 (-1058))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)))))
-(((*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-487)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *5 (-1035 (-48)))
- (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4))
- (-5 *2 (-418 (-1166 (-48)))) (-5 *1 (-435 *4 *5 *3))
- (-4 *3 (-1235 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-1192)))))
-(((*1 *1) (-5 *1 (-1076))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-564)) (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-307))
- (-4 *9 (-946 *8 *6 *7))
- (-5 *2 (-2 (|:| -2107 (-1166 *9)) (|:| |polval| (-1166 *8))))
- (-5 *1 (-739 *6 *7 *8 *9)) (-5 *3 (-1166 *9)) (-5 *4 (-1166 *8)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1152)) (-5 *1 (-707)))))
-(((*1 *2 *1)
- (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172))
- (-4 *5 (-238 (-3435 *3) (-768)))
- (-14 *6
- (-1 (-112) (-2 (|:| -1359 *2) (|:| -2954 *5))
- (-2 (|:| -1359 *2) (|:| -2954 *5))))
- (-4 *2 (-847)) (-5 *1 (-461 *3 *4 *2 *5 *6 *7))
- (-4 *7 (-946 *4 *5 (-861 *3))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *1 (-675 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
- ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *2 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1003)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *3 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
- (-5 *1 (-449 *4 *3 *5 *6)) (-4 *6 (-946 *4 *3 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-363)) (-4 *3 (-1046))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2739 *1)))
- (-4 *1 (-849 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-955 *3)) (-5 *1 (-1157 *4 *3))
- (-4 *3 (-1235 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-407 (-949 (-169 (-564))))))
- (-5 *2 (-641 (-641 (-294 (-949 (-169 *4)))))) (-5 *1 (-378 *4))
- (-4 *4 (-13 (-363) (-845)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-294 (-407 (-949 (-169 (-564)))))))
- (-5 *2 (-641 (-641 (-294 (-949 (-169 *4)))))) (-5 *1 (-378 *4))
- (-4 *4 (-13 (-363) (-845)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 (-169 (-564)))))
- (-5 *2 (-641 (-294 (-949 (-169 *4))))) (-5 *1 (-378 *4))
- (-4 *4 (-13 (-363) (-845)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 (-407 (-949 (-169 (-564))))))
- (-5 *2 (-641 (-294 (-949 (-169 *4))))) (-5 *1 (-378 *4))
- (-4 *4 (-13 (-363) (-845))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4))
- (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-949 *4)) (-4 *4 (-13 (-307) (-147)))
- (-4 *2 (-946 *4 *6 *5)) (-5 *1 (-921 *4 *5 *6 *2))
- (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *1 (-675 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1152)) (-5 *2 (-641 (-1175))) (-5 *1 (-1130)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564))))
- (-5 *2 (-169 (-316 *4))) (-5 *1 (-188 *4 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-169 *3)) (-5 *1 (-1198 *4 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 *4))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-768)) (-4 *5 (-1046)) (-4 *2 (-1235 *5))
- (-5 *1 (-1253 *5 *2 *6 *3)) (-4 *6 (-652 *2)) (-4 *3 (-1250 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046))))
- ((*1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170))) (-4 *6 (-452))
- (-5 *2 (-641 (-641 *7))) (-5 *1 (-538 *6 *7 *5)) (-4 *7 (-363))
- (-4 *5 (-13 (-363) (-845))))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-257)))))
-(((*1 *2)
- (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-417 *3)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
- (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225)))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-70 APROD)))) (-5 *4 (-225))
- (-5 *2 (-1032)) (-5 *1 (-753)))))
-(((*1 *2)
- (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5)))
- (-5 *2 (-641 (-641 *4))) (-5 *1 (-341 *3 *4 *5 *6))
- (-4 *3 (-342 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-4 *3 (-368)) (-5 *2 (-641 (-641 *3))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-326 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
- (-5 *2 (-641 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094))
- (-5 *2 (-641 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1150 *3)) (-5 *1 (-595 *3)) (-4 *3 (-1046))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 *3)) (-5 *1 (-732 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-723))))
- ((*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-641 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1250 *3)) (-4 *3 (-1046)) (-5 *2 (-1150 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-768)) (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-1150 *4) (-1150 *4))) (-5 *2 (-1150 *4))
- (-5 *1 (-1284 *4)) (-4 *4 (-1209))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-641 (-1150 *5)) (-641 (-1150 *5)))) (-5 *4 (-564))
- (-5 *2 (-641 (-1150 *5))) (-5 *1 (-1284 *5)) (-4 *5 (-1209)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *4 (-556)) (-5 *1 (-966 *4 *2))
- (-4 *2 (-1235 *4)))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-748)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1259 (-768))) (-5 *1 (-671 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-174 (-407 (-564)))) (-5 *1 (-117 *3)) (-14 *3 (-564))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *3 (-1150 *2)) (-4 *2 (-307)) (-5 *1 (-174 *2))))
- ((*1 *1 *2) (-12 (-5 *2 (-407 *3)) (-4 *3 (-307)) (-5 *1 (-174 *3))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-174 (-564))) (-5 *1 (-762 *3)) (-4 *3 (-404))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-174 (-407 (-564)))) (-5 *1 (-868 *3)) (-14 *3 (-564))))
- ((*1 *2 *1)
- (-12 (-14 *3 (-564)) (-5 *2 (-174 (-407 (-564))))
- (-5 *1 (-869 *3 *4)) (-4 *4 (-866 *3)))))
-(((*1 *1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
-(((*1 *2 *3) (-12 (-5 *3 (-641 (-52))) (-5 *2 (-1264)) (-5 *1 (-860)))))
+ (-4 *7 (-13 (-1194) (-29 *6))) (-5 *1 (-224 *6 *7))))
+ ((*1 *2 *3 *4 *4 *2)
+ (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1166 *6)) (-5 *4 (-840 *6))
+ (-4 *6 (-13 (-1194) (-29 *5)))
+ (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-224 *5 *6)))))
+(((*1 *1 *2 *1)
+ (-12 (|has| *1 (-6 -4406)) (-4 *1 (-151 *2)) (-4 *2 (-1209))
+ (-4 *2 (-1094))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4406)) (-4 *1 (-151 *3))
+ (-4 *3 (-1209))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-670 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-564)) (-4 *4 (-1094))
+ (-5 *1 (-734 *4))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-5 *1 (-734 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
+ (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209))
- (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *4)) (-4 *4 (-363)) (-5 *2 (-685 *4))
- (-5 *1 (-811 *4 *5)) (-4 *5 (-652 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *5)) (-5 *4 (-768)) (-4 *5 (-363))
- (-5 *2 (-685 *5)) (-5 *1 (-811 *5 *6)) (-4 *6 (-652 *5)))))
-(((*1 *1) (-5 *1 (-291))))
+ (-12 (-4 *4 (-13 (-845) (-363))) (-5 *2 (-112)) (-5 *1 (-1056 *4 *3))
+ (-4 *3 (-1235 *4)))))
(((*1 *1 *2 *3)
- (-12 (-5 *3 (-418 *2)) (-4 *2 (-307)) (-5 *1 (-911 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170))
- (-4 *5 (-13 (-307) (-147))) (-5 *2 (-52)) (-5 *1 (-912 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-418 (-949 *6))) (-5 *5 (-1170)) (-5 *3 (-949 *6))
- (-4 *6 (-13 (-307) (-147))) (-5 *2 (-52)) (-5 *1 (-912 *6)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1152)) (-4 *1 (-389)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1035 (-564))) (-4 *1 (-302)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
-(((*1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-530 *3)) (-4 *3 (-13 (-723) (-25))))))
-(((*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-112))
- (-5 *1 (-357 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363))
- (-5 *2 (-2 (|:| -2309 (-418 *3)) (|:| |special| (-418 *3))))
- (-5 *1 (-724 *5 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-845)))
- (-5 *2 (-2 (|:| |start| *3) (|:| -2798 (-418 *3))))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-468)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
-(((*1 *1) (-5 *1 (-437))))
+ (-12 (-5 *2 (-468)) (-5 *3 (-641 (-263))) (-5 *1 (-1260))))
+ ((*1 *1 *1) (-5 *1 (-1260))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-373 *2)) (-4 *2 (-1209))
+ (-4 *2 (-847))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4407))
+ (-4 *1 (-373 *3)) (-4 *3 (-1209)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
- (-5 *2 (-2 (|:| -2151 (-641 *6)) (|:| -1940 (-641 *6)))))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *2 (-641 (-1166 *7))) (-5 *3 (-1166 *7))
- (-4 *7 (-946 *5 *6 *4)) (-4 *5 (-906)) (-4 *6 (-790))
- (-4 *4 (-847)) (-5 *1 (-903 *5 *6 *4 *7)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
-(((*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-641 (-564))) (-5 *3 (-685 (-564))) (-5 *1 (-1104)))))
-(((*1 *2 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-748)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1114)) (-5 *2 (-112)) (-5 *1 (-818)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3378 *3) (|:| |coef1| (-779 *3))))
- (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-838)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-837))))
- ((*1 *2 *3) (-12 (-5 *3 (-838)) (-5 *2 (-1032)) (-5 *1 (-837))))
- ((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-641 (-379))) (-5 *5 (-641 (-840 (-379))))
- (-5 *6 (-641 (-316 (-379)))) (-5 *3 (-316 (-379))) (-5 *2 (-1032))
- (-5 *1 (-837))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-379)))
- (-5 *5 (-641 (-840 (-379)))) (-5 *2 (-1032)) (-5 *1 (-837))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-379))) (-5 *2 (-1032))
- (-5 *1 (-837))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-316 (-379)))) (-5 *4 (-641 (-379)))
- (-5 *2 (-1032)) (-5 *1 (-837)))))
+ (-12 (-5 *2 (-641 (-1195 *3))) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))))
+(((*1 *1) (-5 *1 (-1079))))
(((*1 *2 *1)
(-12
(-5 *2
@@ -10937,7 +9868,7 @@
(-2 (|:| |var| (-1170))
(|:| |arrayIndex| (-641 (-949 (-564))))
(|:| |rand|
- (-2 (|:| |ints2Floats?| (-112)) (|:| -2756 (-859))))))
+ (-2 (|:| |ints2Floats?| (-112)) (|:| -3832 (-859))))))
(|:| |arrayAssignmentBranch|
(-2 (|:| |var| (-1170)) (|:| |rand| (-859))
(|:| |ints2Floats?| (-112))))
@@ -10945,461 +9876,220 @@
(-2 (|:| |switch| (-1169)) (|:| |thenClause| (-330))
(|:| |elseClause| (-330))))
(|:| |returnBranch|
- (-2 (|:| -4102 (-112))
- (|:| -1411
- (-2 (|:| |ints2Floats?| (-112)) (|:| -2756 (-859))))))
+ (-2 (|:| -4284 (-112))
+ (|:| -1522
+ (-2 (|:| |ints2Floats?| (-112)) (|:| -3832 (-859))))))
(|:| |blockBranch| (-641 (-330)))
(|:| |commentBranch| (-641 (-1152))) (|:| |callBranch| (-1152))
(|:| |forBranch|
- (-2 (|:| -1743 (-1086 (-949 (-564))))
- (|:| |span| (-949 (-564))) (|:| -2551 (-330))))
+ (-2 (|:| -4133 (-1086 (-949 (-564))))
+ (|:| |span| (-949 (-564))) (|:| -1328 (-330))))
(|:| |labelBranch| (-1114))
- (|:| |loopBranch| (-2 (|:| |switch| (-1169)) (|:| -2551 (-330))))
+ (|:| |loopBranch| (-2 (|:| |switch| (-1169)) (|:| -1328 (-330))))
(|:| |commonBranch|
- (-2 (|:| -2540 (-1170)) (|:| |contents| (-641 (-1170)))))
+ (-2 (|:| -1316 (-1170)) (|:| |contents| (-641 (-1170)))))
(|:| |printBranch| (-641 (-859)))))
(-5 *1 (-330)))))
-(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-468))))
((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1260))))
((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-1261)))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-641 (-610 *2))) (-5 *4 (-1170))
- (-4 *2 (-13 (-27) (-1194) (-430 *5)))
- (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-277 *5 *2)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1262)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-307))
- (-5 *1 (-913 *3 *4 *5 *2)) (-4 *2 (-946 *5 *3 *4))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *5 (-307)) (-5 *1 (-913 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *6 *4 *5))
- (-5 *1 (-913 *4 *5 *6 *2)) (-4 *4 (-790)) (-4 *5 (-847))
- (-4 *6 (-307)))))
-(((*1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-641 (-114))))))
-(((*1 *2)
- (-12 (-4 *4 (-363)) (-5 *2 (-918)) (-5 *1 (-328 *3 *4))
- (-4 *3 (-329 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-363)) (-5 *2 (-830 (-918))) (-5 *1 (-328 *3 *4))
- (-4 *3 (-329 *4))))
- ((*1 *2) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-918))))
- ((*1 *2)
- (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-830 (-918))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3378 *4)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3378 *4)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-847)) (-5 *2 (-1181 (-641 *4))) (-5 *1 (-1180 *4))
- (-5 *3 (-641 *4)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-363) (-147) (-1035 (-564))))
- (-4 *5 (-1235 *4))
- (-5 *2 (-2 (|:| -3526 (-407 *5)) (|:| |coeff| (-407 *5))))
- (-5 *1 (-568 *4 *5)) (-5 *3 (-407 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4))))
- ((*1 *2 *3 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-924)))))
+ (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1154 *4)) (-4 *4 (-1046))
+ (-5 *3 (-564)))))
(((*1 *2 *1)
- (-12
- (-5 *2
- (-641
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
- (|:| |xpnt| (-564)))))
- (-5 *1 (-418 *3)) (-4 *3 (-556))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-768)) (-4 *3 (-349)) (-4 *5 (-1235 *3))
- (-5 *2 (-641 (-1166 *3))) (-5 *1 (-498 *3 *5 *6))
- (-4 *6 (-1235 *5)))))
-(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194)))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363))))
- ((*1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363))))
- ((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
-(((*1 *2 *3 *4 *5 *4 *4 *4)
- (-12 (-4 *6 (-847)) (-5 *3 (-641 *6)) (-5 *5 (-641 *3))
- (-5 *2
- (-2 (|:| |f1| *3) (|:| |f2| (-641 *5)) (|:| |f3| *5)
- (|:| |f4| (-641 *5))))
- (-5 *1 (-1180 *6)) (-5 *4 (-641 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-349)) (-4 *4 (-329 *3)) (-4 *5 (-1235 *4))
- (-5 *1 (-774 *3 *4 *5 *2 *6)) (-4 *2 (-1235 *5)) (-14 *6 (-918))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-4 *3 (-368))))
- ((*1 *1 *1) (-12 (-4 *1 (-1278 *2)) (-4 *2 (-363)) (-4 *2 (-368)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-621 *4 *5))
- (-5 *3
- (-1 (-2 (|:| |ans| *4) (|:| -3602 *4) (|:| |sol?| (-112)))
- (-564) *4))
- (-4 *4 (-363)) (-4 *5 (-1235 *4)) (-5 *1 (-574 *4 *5)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152))
- (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5))
- (-4 *3 (-1235 *4))
- (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))))
-(((*1 *2 *1) (-12 (-4 *1 (-307)) (-5 *2 (-768)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170)))))
-(((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-641 (-481 *4 *5))) (-5 *3 (-861 *4))
- (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-629 *4 *5)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
- (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1282 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-843)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-484 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-363) (-1194) (-999))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4))))
- (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4))))
- ((*1 *2 *3 *3 *3)
- (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))))
+ (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-529)))))
+(((*1 *1 *2 *3 *3 *4 *5)
+ (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871)))
+ (-5 *4 (-641 (-918))) (-5 *5 (-641 (-263))) (-5 *1 (-468))))
+ ((*1 *1 *2 *3 *3 *4)
+ (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871)))
+ (-5 *4 (-641 (-918))) (-5 *1 (-468))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-468))))
+ ((*1 *1 *1) (-5 *1 (-468))))
+(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-379)) (-5 *1 (-1037)))))
+(((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1194))))
+ ((*1 *2 *1) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-610 *3)) (-4 *3 (-847)))))
+(((*1 *1) (-5 *1 (-141))))
(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1095 *3 *4)) (-14 *3 (-918))
- (-14 *4 (-918)))))
+ (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-902 *3)))))
+(((*1 *2 *2 *1 *3 *4)
+ (-12 (-5 *2 (-641 *8)) (-5 *3 (-1 *8 *8 *8))
+ (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1202 *5 *6 *7 *8)) (-4 *5 (-556))
+ (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7)))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-641 (-1134 *4 *5))) (-5 *3 (-1 (-112) *5 *5))
+ (-4 *4 (-13 (-1094) (-34))) (-4 *5 (-13 (-1094) (-34)))
+ (-5 *1 (-1135 *4 *5))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-1134 *3 *4))) (-4 *3 (-13 (-1094) (-34)))
+ (-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4)))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *4 (-452)) (-4 *3 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
+ (-5 *1 (-449 *4 *3 *5 *6)) (-4 *6 (-946 *4 *3 *5)))))
+(((*1 *2)
+ (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-417 *3)))))
+(((*1 *1 *2 *2)
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-608 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-870 (-963 *3) (-963 *3))) (-5 *1 (-963 *3))
- (-4 *3 (-964)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1 (-1150 (-949 *4)) (-1150 (-949 *4))))
- (-5 *1 (-1267 *4)) (-4 *4 (-363)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-468)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-641 *1)) (-4 *1 (-1060 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))
- (-5 *2 (-641 (-407 (-564)))) (-5 *1 (-1017 *4))
- (-4 *4 (-1235 (-564))))))
+ (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3))))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-752)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-641 (-379))) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-468))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-468))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-871)) (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
-(((*1 *1 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379))))
- ((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1166 *3)) (-4 *3 (-1046)) (-4 *1 (-1235 *3)))))
-(((*1 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))))
-(((*1 *1 *1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-556)))))
+ (-12 (-5 *2 (-171)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-1046)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790))
+ (-5 *1 (-504 *4 *5 *6 *2)) (-4 *2 (-946 *4 *5 *6))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-504 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1209))
- (-4 *5 (-1209)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-240 *6 *7)) (-14 *6 (-768))
- (-4 *7 (-1209)) (-4 *5 (-1209)) (-5 *2 (-240 *6 *5))
- (-5 *1 (-239 *6 *7 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1209)) (-4 *5 (-1209))
- (-4 *2 (-373 *5)) (-5 *1 (-371 *6 *4 *5 *2)) (-4 *4 (-373 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1094)) (-4 *5 (-1094))
- (-4 *2 (-425 *5)) (-5 *1 (-423 *6 *4 *5 *2)) (-4 *4 (-425 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-641 *6)) (-4 *6 (-1209))
- (-4 *5 (-1209)) (-5 *2 (-641 *5)) (-5 *1 (-639 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-955 *6)) (-4 *6 (-1209))
- (-4 *5 (-1209)) (-5 *2 (-955 *5)) (-5 *1 (-954 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1150 *6)) (-4 *6 (-1209))
- (-4 *3 (-1209)) (-5 *2 (-1150 *3)) (-5 *1 (-1148 *6 *3))))
+ (-12 (-5 *3 (-316 (-225))) (-5 *4 (-1170))
+ (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-192))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1259 *6)) (-4 *6 (-1209))
- (-4 *5 (-1209)) (-5 *2 (-1259 *5)) (-5 *1 (-1258 *6 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2))
- (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564))))
- (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-1198 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))))
-(((*1 *2)
- (-12 (-5 *2 (-1259 (-1095 *3 *4))) (-5 *1 (-1095 *3 *4))
- (-14 *3 (-918)) (-14 *4 (-918)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1094)) (-4 *2 (-897 *5)) (-5 *1 (-688 *5 *2 *3 *4))
- (-4 *3 (-373 *2)) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4412)))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 (-641 (-641 *4)))) (-5 *2 (-641 (-641 *4)))
- (-4 *4 (-847)) (-5 *1 (-1180 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-818)) (-5 *2 (-52)) (-5 *1 (-828)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-768)) (-4 *5 (-556))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1235 *3)) (-5 *1 (-399 *3 *2))
- (-4 *3 (-13 (-363) (-147))))))
-(((*1 *2) (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1262))))
- ((*1 *2 *2) (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1262)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
- (-5 *2 (-2 (|:| |k| (-816 *3)) (|:| |c| *4))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
- (-5 *2 (-1259 (-685 *4)))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-1259 (-685 *4))) (-5 *1 (-416 *3 *4))
- (-4 *3 (-417 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-1259 (-685 *3)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-1170))) (-4 *5 (-363))
- (-5 *2 (-1259 (-685 (-407 (-949 *5))))) (-5 *1 (-1080 *5))
- (-5 *4 (-685 (-407 (-949 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-1170))) (-4 *5 (-363))
- (-5 *2 (-1259 (-685 (-949 *5)))) (-5 *1 (-1080 *5))
- (-5 *4 (-685 (-949 *5)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-685 *4))) (-4 *4 (-363))
- (-5 *2 (-1259 (-685 *4))) (-5 *1 (-1080 *4)))))
-(((*1 *2)
- (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2))
- (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4413)))))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
- (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *5)) (-5 *4 (-918)) (-4 *5 (-847))
- (-5 *2 (-641 (-668 *5))) (-5 *1 (-668 *5)))))
+ (-12 (-5 *3 (-316 (-225))) (-5 *4 (-1170))
+ (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-300)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-918)) (-5 *1 (-1095 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
(((*1 *2 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-863 *4 *5 *6 *7))
- (-4 *4 (-1046)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 *3))
- (-14 *7 *3)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *4 (-1046)) (-4 *5 (-847)) (-4 *6 (-790))
- (-14 *8 (-641 *5)) (-5 *2 (-1264))
- (-5 *1 (-1271 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-946 *4 *6 *5))
- (-14 *9 (-641 *3)) (-14 *10 *3))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379)))))
+ (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1094)) (-4 *6 (-1094))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-680 *4 *5 *6)) (-4 *5 (-1094)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-564))) (-4 *3 (-1046)) (-5 *1 (-594 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-564))) (-4 *1 (-1219 *3)) (-4 *3 (-1046))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-564))) (-4 *1 (-1250 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1250 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-129)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918))))
- ((*1 *1 *1 *1) (-5 *1 (-1214))) ((*1 *1 *1 *1) (-5 *1 (-1215)))
- ((*1 *1 *1 *1) (-5 *1 (-1216))) ((*1 *1 *1 *1) (-5 *1 (-1217))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-506)) (-5 *2 (-687 (-771))) (-5 *1 (-114))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1152)) (-5 *2 (-771)) (-5 *1 (-114))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1098)) (-5 *1 (-962)))))
-(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094))
- (-5 *2 (-641 (-2 (|:| |k| *4) (|:| |c| *3))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| |k| (-890 *3)) (|:| |c| *4))))
- (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847))
- (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-668 *3))) (-5 *1 (-890 *3)) (-4 *3 (-847)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *3 (-641 (-564)))
- (-5 *1 (-880)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-789)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-222 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-254 *3))))
+ ((*1 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9))
- (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556)) (-4 *7 (-790))
- (-4 *8 (-847)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3192 (-641 *9))))
- (-5 *3 (-641 *9)) (-4 *1 (-1202 *6 *7 *8 *9))))
+ (-12 (-5 *4 (-1 (-641 *7) *7 (-1166 *7))) (-5 *5 (-1 (-418 *7) *7))
+ (-4 *7 (-1235 *6)) (-4 *6 (-13 (-363) (-147) (-1035 (-407 (-564)))))
+ (-5 *2 (-641 (-2 (|:| |frac| (-407 *7)) (|:| -4252 *3))))
+ (-5 *1 (-806 *6 *7 *3 *8)) (-4 *3 (-652 *7))
+ (-4 *8 (-652 (-407 *7)))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-2 (|:| |bas| *1) (|:| -3192 (-641 *8))))
- (-5 *3 (-641 *8)) (-4 *1 (-1202 *5 *6 *7 *8)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046))
- (-14 *4 (-641 (-1170)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1209))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847)))
- (-14 *4 (-641 (-1170)))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-668 *3)) (-4 *3 (-847))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-673 *3)) (-4 *3 (-847))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-890 *3)) (-4 *3 (-847)))))
+ (-12 (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
+ (-5 *2
+ (-641 (-2 (|:| |frac| (-407 *6)) (|:| -4252 (-650 *6 (-407 *6))))))
+ (-5 *1 (-809 *5 *6)) (-5 *3 (-650 *6 (-407 *6))))))
(((*1 *2 *1)
- (-12 (-4 *2 (-556)) (-5 *1 (-621 *2 *3)) (-4 *3 (-1235 *2)))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))))
-(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-549))))))
-(((*1 *1 *1 *1) (-5 *1 (-129)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918))))
- ((*1 *1 *1 *1) (-5 *1 (-1214))) ((*1 *1 *1 *1) (-5 *1 (-1215)))
- ((*1 *1 *1 *1) (-5 *1 (-1216))) ((*1 *1 *1 *1) (-5 *1 (-1217))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1120 *4 *3 *5))) (-4 *4 (-38 (-407 (-564))))
- (-4 *4 (-1046)) (-4 *3 (-847)) (-5 *1 (-1120 *4 *3 *5))
- (-4 *5 (-946 *4 (-531 *3) *3))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1203 *4))) (-5 *3 (-1170)) (-5 *1 (-1203 *4))
- (-4 *4 (-38 (-407 (-564)))) (-4 *4 (-1046)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-918)) (-5 *1 (-695))))
- ((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *2 (-685 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5))
- (-4 *5 (-363)) (-5 *1 (-975 *5)))))
+ (-12 (-4 *3 (-1046)) (-5 *2 (-1259 *3)) (-5 *1 (-709 *3 *4))
+ (-4 *4 (-1235 *3)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
- (-5 *2 (-1259 *6)) (-5 *1 (-336 *3 *4 *5 *6))
- (-4 *6 (-342 *3 *4 *5)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1088 *3)) (-4 *3 (-946 *7 *6 *4)) (-4 *6 (-790))
- (-4 *4 (-847)) (-4 *7 (-556))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-564))))
- (-5 *1 (-593 *6 *4 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-556))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-564))))
- (-5 *1 (-593 *5 *4 *6 *3)) (-4 *3 (-946 *6 *5 *4))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1) (-5 *1 (-859)))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-1162 *4 *2)) (-4 *2 (-13 (-430 *4) (-160) (-27) (-1194)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1086 *2)) (-4 *2 (-13 (-430 *4) (-160) (-27) (-1194)))
- (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-1162 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-847) (-1035 (-564))))
- (-5 *2 (-407 (-949 *5))) (-5 *1 (-1163 *5)) (-5 *3 (-949 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-847) (-1035 (-564))))
- (-5 *2 (-3 (-407 (-949 *5)) (-316 *5))) (-5 *1 (-1163 *5))
- (-5 *3 (-407 (-949 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1086 (-949 *5))) (-5 *3 (-949 *5))
- (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-407 *3))
- (-5 *1 (-1163 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1086 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5)))
- (-4 *5 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-3 *3 (-316 *5)))
- (-5 *1 (-1163 *5)))))
+ (|partial| -12 (-5 *2 (-1056 (-1021 *3) (-1166 (-1021 *3))))
+ (-5 *1 (-1021 *3)) (-4 *3 (-13 (-845) (-363) (-1019))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112))
- (-5 *1 (-32 *4 *5)) (-4 *5 (-430 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112))
- (-5 *1 (-158 *4 *5)) (-4 *5 (-430 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112))
- (-5 *1 (-276 *4 *5)) (-4 *5 (-13 (-430 *4) (-999)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-301 *4)) (-4 *4 (-302))))
- ((*1 *2 *3) (-12 (-4 *1 (-302)) (-5 *3 (-114)) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *5 (-847)) (-5 *2 (-112))
- (-5 *1 (-429 *4 *5)) (-4 *4 (-430 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112))
- (-5 *1 (-431 *4 *5)) (-4 *5 (-430 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112))
- (-5 *1 (-628 *4 *5)) (-4 *5 (-13 (-430 *4) (-999) (-1194))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1166 *7)) (-5 *3 (-564)) (-4 *7 (-946 *6 *4 *5))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046))
- (-5 *1 (-321 *4 *5 *6 *7)))))
-(((*1 *2)
- (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-417 *3)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-326 *3 *4)) (-4 *3 (-1046))
- (-4 *4 (-789)))))
+ (-12 (-5 *3 (-407 *5)) (-4 *5 (-1235 *4)) (-4 *4 (-556))
+ (-4 *4 (-1046)) (-4 *2 (-1250 *4)) (-5 *1 (-1253 *4 *5 *6 *2))
+ (-4 *6 (-652 *5)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-984 (-407 (-564)) (-861 *3) (-240 *4 (-768))
+ (-247 *3 (-407 (-564)))))
+ (-14 *3 (-641 (-1170))) (-14 *4 (-768)) (-5 *1 (-983 *3 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-418 *3)) (-5 *1 (-911 *3)) (-4 *3 (-307)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-5 *2 (-112)))))
(((*1 *2 *3 *3)
(-12 (-4 *4 (-13 (-452) (-147))) (-5 *2 (-418 *3))
(-5 *1 (-100 *4 *3)) (-4 *3 (-1235 *4))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-641 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-13 (-452) (-147)))
(-5 *2 (-418 *3)) (-5 *1 (-100 *5 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1117 *3 *4 *2 *5)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4))
+ (-4 *2 (-238 *3 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1195 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-452)) (-4 *4 (-817))
+ (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
+ (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
(-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
(-5 *2 (-1032)) (-5 *1 (-748)))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-734 *3))))
+ ((*1 *1 *2) (-12 (-5 *1 (-734 *2)) (-4 *2 (-1094))))
+ ((*1 *1) (-12 (-5 *1 (-734 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-307))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-447 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6))
+ (-4 *4 (-307)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-5 *1 (-447 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-641 *7)) (-5 *3 (-1152)) (-4 *7 (-946 *4 *5 *6))
+ (-4 *4 (-307)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-5 *1 (-447 *4 *5 *6 *7)))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-641 (-379))) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-468))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-468))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-871)) (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-847)) (-4 *5 (-790))
+ (-4 *6 (-556)) (-4 *7 (-946 *6 *5 *3))
+ (-5 *1 (-462 *5 *3 *6 *7 *2))
+ (-4 *2
+ (-13 (-1035 (-407 (-564))) (-363)
+ (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $))
+ (-15 -3693 (*7 $))))))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-668 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-673 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-816 *3)) (-4 *3 (-847)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564)))))
+ (-4 *5 (-1235 *4))
+ (-5 *2 (-641 (-2 (|:| |deg| (-768)) (|:| -4252 *5))))
+ (-5 *1 (-806 *4 *5 *3 *6)) (-4 *3 (-652 *5))
+ (-4 *6 (-652 (-407 *5))))))
+(((*1 *1) (-5 *1 (-437))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4406)) (-4 *1 (-489 *3)) (-4 *3 (-1209))
+ (-4 *3 (-1094)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-112))
+ (-5 *1 (-901 *4))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-918)) (-5 *2 (-112)) (-5 *1 (-1095 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1094)) (-4 *3 (-897 *5)) (-5 *2 (-685 *3))
+ (-5 *1 (-688 *5 *3 *6 *4)) (-4 *6 (-373 *3))
+ (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4406)))))))
(((*1 *2 *3 *4 *4 *5 *6)
(-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-871))
(-5 *5 (-918)) (-5 *6 (-641 (-263))) (-5 *2 (-468)) (-5 *1 (-1263))))
@@ -11409,573 +10099,31 @@
((*1 *2 *3 *4)
(-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-641 (-263)))
(-5 *2 (-468)) (-5 *1 (-1263)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
-(((*1 *1 *1 *1) (-4 *1 (-545))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695))))
- ((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -3526 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-363)) (-4 *7 (-1235 *6))
- (-5 *2
- (-3 (-2 (|:| |answer| (-407 *7)) (|:| |a0| *6))
- (-2 (|:| -3526 (-407 *7)) (|:| |coeff| (-407 *7))) "failed"))
- (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))))
-(((*1 *1 *1) (-5 *1 (-225)))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *1 *1) (-5 *1 (-379))) ((*1 *1) (-5 *1 (-379))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-946 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-452))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *3 (-1060 *4 *5 *6))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *1))))
- (-4 *1 (-1066 *4 *5 *6 *3))))
- ((*1 *1 *1) (-4 *1 (-1213)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-556)) (-5 *1 (-1238 *3 *2))
- (-4 *2 (-13 (-1235 *3) (-556) (-10 -8 (-15 -3377 ($ $ $))))))))
-(((*1 *1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-263))))
- ((*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-318)) (-5 *3 (-225)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-735)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1007 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-1092 *3))))
- ((*1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
-(((*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-641 *6)) (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
- (-4 *3 (-556)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-480)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-307)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
- (-5 *1 (-1118 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
-(((*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1259 *1)) (-4 *1 (-367 *3)))))
-(((*1 *2)
- (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-417 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-418 *3)) (-4 *3 (-545)) (-4 *3 (-556))))
- ((*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-545)) (-4 *3 (-1094))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-545)) (-4 *3 (-1094))))
+(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-241))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-641 (-1152))) (-5 *3 (-564)) (-5 *4 (-1152))
+ (-5 *1 (-241))))
+ ((*1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
((*1 *2 *1)
- (-12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-1005 *3)) (-4 *3 (-1035 (-407 (-564)))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-529))))
- ((*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-529)))))
-(((*1 *2 *1) (-12 (-5 *2 (-968)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-641 (-407 *7)))
- (-4 *7 (-1235 *6)) (-5 *3 (-407 *7)) (-4 *6 (-363))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-574 *6 *7)))))
-(((*1 *1 *1 *1) (-4 *1 (-545))))
-(((*1 *1) (-5 *1 (-1173))))
-(((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-918)) (-5 *1 (-783)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
- (-5 *2
- (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564))
- (|:| |success| (-112))))
- (-5 *1 (-786)) (-5 *5 (-564)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-564)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-5 *2 (-1264)) (-5 *1 (-449 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))))
-(((*1 *1 *1 *1) (-4 *1 (-143)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))))
-(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2))
- (-4 *3 (-13 (-847) (-556))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-949 *5)) (-4 *5 (-1046)) (-5 *2 (-247 *4 *5))
- (-5 *1 (-941 *4 *5)) (-14 *4 (-641 (-1170))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-363))
- (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-5 *1 (-450 *4 *5 *6 *2))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-363))
- (-5 *2
- (-2 (|:| R (-685 *6)) (|:| A (-685 *6)) (|:| |Ainv| (-685 *6))))
- (-5 *1 (-975 *6)) (-5 *3 (-685 *6)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -3602 *6) (|:| |sol?| (-112))) (-564)
- *6))
- (-4 *6 (-363)) (-4 *7 (-1235 *6))
- (-5 *2
- (-3 (-2 (|:| |answer| (-407 *7)) (|:| |a0| *6))
- (-2 (|:| -3526 (-407 *7)) (|:| |coeff| (-407 *7))) "failed"))
- (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *3 (-564)) (-5 *2 (-112)) (-5 *1 (-480)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-282 *3)) (-4 *3 (-1209))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))))
+ (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545))
- (-5 *2 (-407 (-564)))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-418 *3)) (-4 *3 (-545))
- (-4 *3 (-556))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-545)) (-5 *2 (-407 (-564)))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545))
- (-5 *2 (-407 (-564)))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-830 *3)) (-4 *3 (-545))
- (-4 *3 (-1094))))
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-847)) (-5 *2 (-641 *1))
+ (-4 *1 (-430 *3))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-840 *3)) (-4 *3 (-545))
+ (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3))
(-4 *3 (-1094))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545))
- (-5 *2 (-407 (-564)))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-1005 *3))
- (-4 *3 (-1035 *2)))))
-(((*1 *2 *3 *4 *5 *6 *7 *6)
- (|partial| -12
- (-5 *5
- (-2 (|:| |contp| *3)
- (|:| -2798 (-641 (-2 (|:| |irr| *10) (|:| -1395 (-564)))))))
- (-5 *6 (-641 *3)) (-5 *7 (-641 *8)) (-4 *8 (-847)) (-4 *3 (-307))
- (-4 *10 (-946 *3 *9 *8)) (-4 *9 (-790))
- (-5 *2
- (-2 (|:| |polfac| (-641 *10)) (|:| |correct| *3)
- (|:| |corrfact| (-641 (-1166 *3)))))
- (-5 *1 (-623 *8 *9 *3 *10)) (-5 *4 (-641 (-1166 *3))))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1152)) (-5 *4 (-169 (-225))) (-5 *5 (-564))
- (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 *5)) (-4 *5 (-1235 *3)) (-4 *3 (-307))
- (-5 *2 (-112)) (-5 *1 (-455 *3 *5)))))
-(((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *8)) (-4 *8 (-946 *5 *7 *6))
- (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
- (-4 *7 (-790))
- (-5 *2
- (-641
- (-2 (|:| -3147 (-768))
- (|:| |eqns|
- (-641
- (-2 (|:| |det| *8) (|:| |rows| (-641 (-564)))
- (|:| |cols| (-641 (-564))))))
- (|:| |fgb| (-641 *8)))))
- (-5 *1 (-921 *5 *6 *7 *8)) (-5 *4 (-768)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *4 (-1170))
- (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-300)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-436)))))
-(((*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-630)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
-(((*1 *2 *1 *3 *3)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-602 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-1209)) (-5 *2 (-1264)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-3 (-407 (-949 *6)) (-1159 (-1170) (-949 *6))))
- (-5 *5 (-768)) (-4 *6 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *6)))))
- (-5 *1 (-292 *6)) (-5 *4 (-685 (-407 (-949 *6))))))
- ((*1 *2 *3 *4)
- (-12
- (-5 *3
- (-2 (|:| |eigval| (-3 (-407 (-949 *5)) (-1159 (-1170) (-949 *5))))
- (|:| |eigmult| (-768)) (|:| |eigvec| (-641 *4))))
- (-4 *5 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *5)))))
- (-5 *1 (-292 *5)) (-5 *4 (-685 (-407 (-949 *5)))))))
-(((*1 *1 *1) (-12 (-4 *1 (-374 *2 *3)) (-4 *2 (-847)) (-4 *3 (-172))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-625 *2 *3 *4)) (-4 *2 (-847))
- (-4 *3 (-13 (-172) (-714 (-407 (-564))))) (-14 *4 (-918))))
- ((*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
- ((*1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
- (-5 *1 (-437)))))
-(((*1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *6)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1 *3 *3 *3 *2)
- (-12 (-5 *3 (-768)) (-5 *1 (-671 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-536) (-641 (-536)))) (-5 *1 (-114))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-536) (-641 (-536)))) (-5 *1 (-114))))
- ((*1 *1) (-5 *1 (-578))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *6)) (-5 *4 (-1170)) (-4 *6 (-430 *5))
- (-4 *5 (-847)) (-5 *2 (-641 (-610 *6))) (-5 *1 (-573 *5 *6)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-1025 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-641 (-685 *3))) (-4 *3 (-1046)) (-5 *1 (-1025 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-1025 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-641 (-685 *3))) (-4 *3 (-1046)) (-5 *1 (-1025 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-417 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-595 *3)) (-4 *3 (-1046))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-970 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-789))
- (-4 *5 (-847)) (-5 *2 (-112)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-756)))))
-(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-157))))
- ((*1 *2 *1) (-12 (-5 *2 (-157)) (-5 *1 (-871))))
- ((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-326 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046))
- (-4 *2 (-452))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 *4)) (-4 *4 (-1235 (-564))) (-5 *2 (-641 (-564)))
- (-5 *1 (-486 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-452))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847)) (-4 *3 (-452)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-826)))))
-(((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-407 *6)) (|:| |c| (-407 *6))
- (|:| -2627 *6)))
- (-5 *1 (-1012 *5 *6)) (-5 *3 (-407 *6)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
- (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *6 (-225))
- (-5 *3 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999)))
- (-5 *1 (-176 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1209)) (-5 *2 (-641 *1)) (-4 *1 (-1007 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4))
- (-14 *3 (-918)) (-4 *4 (-1046)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-418 *5)) (-4 *5 (-556))
- (-5 *2
- (-2 (|:| -2954 (-768)) (|:| -2784 *5) (|:| |radicand| (-641 *5))))
- (-5 *1 (-320 *5)) (-5 *4 (-768))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-999)) (-5 *2 (-564)))))
-(((*1 *1 *2)
- (-12
- (-5 *2
- (-641
- (-2
- (|:| -2381
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (|:| -3096
- (-2
- (|:| |endPointContinuity|
- (-3 (|:| |continuous| "Continuous at the end points")
- (|:| |lowerSingular|
- "There is a singularity at the lower end point")
- (|:| |upperSingular|
- "There is a singularity at the upper end point")
- (|:| |bothSingular|
- "There are singularities at both end points")
- (|:| |notEvaluated|
- "End point continuity not yet evaluated")))
- (|:| |singularitiesStream|
- (-3 (|:| |str| (-1150 (-225)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -1743
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite|
- "The bottom of range is infinite")
- (|:| |upperInfinite| "The top of range is infinite")
- (|:| |bothInfinite|
- "Both top and bottom points are infinite")
- (|:| |notEvaluated| "Range not yet evaluated"))))))))
- (-5 *1 (-559)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1152)) (-5 *2 (-641 (-1175))) (-5 *1 (-877)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2)
- (-12
- (-5 *2 (-2 (|:| -2222 (-641 (-1170))) (|:| -1461 (-641 (-1170)))))
- (-5 *1 (-1211)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170)) (-5 *2 (-1 (-225) (-225))) (-5 *1 (-700 *3))
- (-4 *3 (-612 (-536)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1170)) (-5 *2 (-1 (-225) (-225) (-225)))
- (-5 *1 (-700 *3)) (-4 *3 (-612 (-536))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-1046)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
- (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225)))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-84 FCNF))))
- (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-225))
- (-5 *2 (-1032)) (-5 *1 (-746)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-545))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-525)))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-504 (-407 (-564)) (-240 *4 (-768)) (-861 *3)
- (-247 *3 (-407 (-564)))))
- (-14 *3 (-641 (-1170))) (-14 *4 (-768)) (-5 *1 (-505 *3 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-418 *3)) (-4 *3 (-556)) (-5 *1 (-419 *3)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225)))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))))
- (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *3 (-225))
- (-5 *2 (-1032)) (-5 *1 (-746)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2))
- (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4413)))))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
- (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-379)) (-5 *1 (-205)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-363)) (-4 *3 (-1046))
- (-5 *1 (-1154 *3)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |pde| (-641 (-316 (-225))))
- (|:| |constraints|
- (-641
- (-2 (|:| |start| (-225)) (|:| |finish| (-225))
- (|:| |grid| (-768)) (|:| |boundaryType| (-564))
- (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225))))))
- (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152))
- (|:| |tol| (-225))))
- (-5 *2 (-112)) (-5 *1 (-210)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1152)) (-5 *1 (-192))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
-(((*1 *2 *3) (-12 (-5 *2 (-379)) (-5 *1 (-782 *3)) (-4 *3 (-612 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-918)) (-5 *2 (-379)) (-5 *1 (-782 *3))
- (-4 *3 (-612 *2))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 *2))
- (-5 *2 (-379)) (-5 *1 (-782 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046))
- (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556)) (-4 *4 (-612 *2))
- (-5 *2 (-379)) (-5 *1 (-782 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556))
- (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847))
- (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556)) (-4 *5 (-847))
- (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-363)) (-5 *1 (-1022 *3 *2)) (-4 *2 (-652 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-363)) (-5 *2 (-2 (|:| -2026 *3) (|:| -1678 (-641 *5))))
- (-5 *1 (-1022 *5 *3)) (-5 *4 (-641 *5)) (-4 *3 (-652 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-612 (-889 *3))) (-4 *3 (-883 *3))
- (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-612 (-889 *3))) (-4 *2 (-883 *3))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-299 *4 *5)) (-14 *4 *3)
- (-14 *5 *3)))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1088 (-840 (-225)))) (-5 *3 (-225)) (-5 *2 (-112))
- (-5 *1 (-305))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
- (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))))
-(((*1 *1 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)) (-4 *2 (-556))))
- ((*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2
- (-3 (|:| |continuous| "Continuous at the end points")
- (|:| |lowerSingular|
- "There is a singularity at the lower end point")
- (|:| |upperSingular|
- "There is a singularity at the upper end point")
- (|:| |bothSingular| "There are singularities at both end points")
- (|:| |notEvaluated| "End point continuity not yet evaluated")))
- (-5 *1 (-192)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-859) (-859))) (-5 *1 (-114))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-859) (-641 (-859)))) (-5 *1 (-114))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-859) (-641 (-859)))) (-5 *1 (-114))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1264)) (-5 *1 (-214 *3))
- (-4 *3
- (-13 (-847)
- (-10 -8 (-15 -2961 ((-1152) $ (-1170))) (-15 -2170 (*2 $))
- (-15 -2772 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-394))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-394))))
- ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-502))))
- ((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-707))))
- ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1189))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1189)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1096 *3)) (-5 *1 (-902 *3)) (-4 *3 (-368))
- (-4 *3 (-1094)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-1094)) (-4 *2 (-897 *4)) (-5 *1 (-688 *4 *2 *5 *3))
- (-4 *5 (-373 *2)) (-4 *3 (-13 (-373 *4) (-10 -7 (-6 -4412)))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-1094))
- (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
- (-5 *1 (-54 *4 *5 *2))
- (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))))))
-(((*1 *2 *3 *4 *5 *5 *2)
- (|partial| -12 (-5 *2 (-112)) (-5 *3 (-949 *6)) (-5 *4 (-1170))
- (-5 *5 (-840 *7))
- (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-4 *7 (-13 (-1194) (-29 *6))) (-5 *1 (-224 *6 *7))))
- ((*1 *2 *3 *4 *4 *2)
- (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1166 *6)) (-5 *4 (-840 *6))
- (-4 *6 (-13 (-1194) (-29 *5)))
- (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-224 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-641 (-685 (-564))))
- (-5 *1 (-1104)))))
-(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-1215))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| -4023 *1) (|:| -4399 *1) (|:| |associate| *1)))
- (-4 *1 (-556)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-918)) (-4 *4 (-368)) (-4 *4 (-363)) (-5 *2 (-1166 *1))
- (-4 *1 (-329 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1166 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-370 *3 *2)) (-4 *3 (-172)) (-4 *3 (-363))
- (-4 *2 (-1235 *3))))
+ (|partial| -12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-641 *1)) (-4 *1 (-946 *3 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-1166 *4))
- (-5 *1 (-528 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1046)) (-4 *2 (-683 *4 *5 *6))
- (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1235 *4)) (-4 *5 (-373 *4))
- (-4 *6 (-373 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *7)) (-4 *7 (-847))
- (-4 *8 (-946 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1259 (-407 *8)) "failed"))
- (|:| -2745 (-641 (-1259 (-407 *8))))))
- (-5 *1 (-665 *5 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-643 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *5 *5))
- (-4 *5 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
- (-5 *2
- (-2 (|:| |solns| (-641 *5))
- (|:| |maps| (-641 (-2 (|:| |arg| *5) (|:| |res| *5))))))
- (-5 *1 (-1122 *3 *5)) (-4 *3 (-1235 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-363) (-1194) (-999))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-1060 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564))))
- ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-695)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1175))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-506)) (-5 *3 (-641 (-1175))) (-5 *1 (-1175)))))
+ (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046))
+ (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-641 *3))
+ (-5 *1 (-947 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-363)
+ (-10 -8 (-15 -1831 ($ *7)) (-15 -3678 (*7 $))
+ (-15 -3693 (*7 $))))))))
(((*1 *2 *3)
(-12 (-4 *5 (-13 (-612 *2) (-172))) (-5 *2 (-889 *4))
(-5 *1 (-170 *4 *5 *3)) (-4 *4 (-1094)) (-4 *3 (-166 *5))))
@@ -12008,9 +10156,9 @@
(-12 (-5 *2 (-949 *3)) (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5))
(-4 *5 (-612 (-1170))) (-4 *4 (-790)) (-4 *5 (-847))))
((*1 *1 *2)
- (-2713
+ (-4078
(-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5))
- (-12 (-2819 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564)))
+ (-12 (-4338 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564)))
(-4 *5 (-612 (-1170))))
(-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))
(-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5))
@@ -12021,12 +10169,12 @@
(-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))) (-4 *3 (-1046))
(-4 *4 (-790)) (-4 *5 (-847))))
((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -3906 *8)))
+ (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -2956 *8)))
(-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452))
(-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1152))
(-5 *1 (-1064 *4 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -3906 *8)))
+ (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -2956 *8)))
(-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1103 *4 *5 *6 *7)) (-4 *4 (-452))
(-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1152))
(-5 *1 (-1139 *4 *5 *6 *7 *8))))
@@ -12059,191 +10207,345 @@
(-5 *2 (-641 (-777 *4 (-861 *6)))) (-5 *1 (-1285 *4 *5 *6))
(-14 *5 (-641 (-1170))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1046))
- (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284)))
- (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171))))
- ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| -3378 *3) (|:| |coef1| (-779 *3)) (|:| |coef2| (-779 *3))))
- (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 *3)) (-4 *3 (-946 *5 *6 *7)) (-4 *5 (-452))
- (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
- (-5 *1 (-449 *5 *6 *7 *3)))))
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
+ (-5 *2 (-685 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-685 *4)) (-5 *1 (-416 *3 *4))
+ (-4 *3 (-417 *4))))
+ ((*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *2 (-407 (-564))) (-5 *1 (-117 *4)) (-14 *4 *3)
+ (-5 *3 (-564))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *2 (-407 (-564))) (-5 *1 (-868 *4)) (-14 *4 *3)
+ (-5 *3 (-564))))
+ ((*1 *2 *1 *3)
+ (-12 (-14 *4 *3) (-5 *2 (-407 (-564))) (-5 *1 (-869 *4 *5))
+ (-5 *3 (-564)) (-4 *5 (-866 *4))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-1009)) (-5 *2 (-407 (-564)))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *1 (-1063 *2 *3)) (-4 *2 (-13 (-845) (-363)))
+ (-4 *3 (-1235 *2))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789))
+ (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -1831 (*2 (-1170))))
+ (-4 *2 (-1046)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-307)) (-4 *6 (-373 *5)) (-4 *4 (-373 *5))
+ (-12 (-4 *2 (-147)) (-4 *2 (-307)) (-4 *2 (-452)) (-4 *3 (-847))
+ (-4 *4 (-790)) (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-316 (-564))) (-5 *1 (-1113))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *4 (-363)) (-5 *1 (-893 *2 *4))
+ (-4 *2 (-1235 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-556) (-847))) (-5 *2 (-169 *5))
+ (-5 *1 (-598 *4 *5 *3)) (-4 *5 (-13 (-430 *4) (-999) (-1194)))
+ (-4 *3 (-13 (-430 (-169 *4)) (-999) (-1194))))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
+(((*1 *2 *3)
+ (-12 (-14 *4 (-641 (-1170))) (-14 *5 (-768))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4))))
- (-5 *1 (-1118 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4)))))
+ (-641
+ (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
+ (-247 *4 (-407 (-564))))))
+ (-5 *1 (-505 *4 *5))
+ (-5 *3
+ (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
+ (-247 *4 (-407 (-564))))))))
+(((*1 *1) (-5 *1 (-130))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| |k| (-668 *3)) (|:| |c| *4))))
+ (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847))
+ (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564)))))
- (-4 *5 (-1235 *4)) (-5 *2 (-641 (-2 (|:| -1526 *5) (|:| -3962 *5))))
- (-5 *1 (-804 *4 *5 *3 *6)) (-4 *3 (-652 *5))
- (-4 *6 (-652 (-407 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564)))))
- (-4 *4 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -1526 *4) (|:| -3962 *4))))
- (-5 *1 (-804 *5 *4 *3 *6)) (-4 *3 (-652 *4))
- (-4 *6 (-652 (-407 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564)))))
- (-4 *5 (-1235 *4)) (-5 *2 (-641 (-2 (|:| -1526 *5) (|:| -3962 *5))))
- (-5 *1 (-804 *4 *5 *6 *3)) (-4 *6 (-652 *5))
- (-4 *3 (-652 (-407 *5)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379))
+ (|:| |expense| (-379)) (|:| |accuracy| (-379))
+ (|:| |intermediateResults| (-379))))
+ (-5 *2 (-1032)) (-5 *1 (-305)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1179)))))
+(((*1 *1 *1 *1) (-5 *1 (-225)))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037))))
+ ((*1 *1 *1 *1) (-4 *1 (-1133))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
+ (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629)))) (-5 *3 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-745)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046))
+ (-5 *2 (-641 (-641 (-940 *3))))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-641 (-641 (-940 *4)))) (-5 *3 (-112)) (-4 *4 (-1046))
+ (-4 *1 (-1128 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-641 (-940 *3)))) (-4 *3 (-1046))
+ (-4 *1 (-1128 *3))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-641 (-641 (-641 *4)))) (-5 *3 (-112))
+ (-4 *1 (-1128 *4)) (-4 *4 (-1046))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-641 (-641 (-940 *4)))) (-5 *3 (-112))
+ (-4 *1 (-1128 *4)) (-4 *4 (-1046))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-641 (-641 (-641 *5)))) (-5 *3 (-641 (-171)))
+ (-5 *4 (-171)) (-4 *1 (-1128 *5)) (-4 *5 (-1046))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-641 (-641 (-940 *5)))) (-5 *3 (-641 (-171)))
+ (-5 *4 (-171)) (-4 *1 (-1128 *5)) (-4 *5 (-1046)))))
+(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
+ (|partial| -12 (-5 *3 (-610 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170))) (-5 *5 (-1166 *2))
+ (-4 *2 (-13 (-430 *6) (-27) (-1194)))
+ (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *1 (-560 *6 *2 *7)) (-4 *7 (-1094))))
+ ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
+ (|partial| -12 (-5 *3 (-610 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1170)))
+ (-5 *5 (-407 (-1166 *2))) (-4 *2 (-13 (-430 *6) (-27) (-1194)))
+ (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *1 (-560 *6 *2 *7)) (-4 *7 (-1094)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-363)) (-4 *3 (-1046))
+ (-5 *1 (-1154 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *4 (-564))) (-5 *5 (-1 (-1150 *4))) (-4 *4 (-363))
+ (-4 *4 (-1046)) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4)))))
+(((*1 *1) (-5 *1 (-437))))
+(((*1 *1 *1 *1) (-4 *1 (-545))))
+(((*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5))
+ (-4 *3 (-1235 *4))
+ (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225)))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-63 LSFUN2))))
+ (-5 *2 (-1032)) (-5 *1 (-750)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-506)) (-5 *2 (-687 (-771))) (-5 *1 (-114))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-1152)) (-5 *2 (-771)) (-5 *1 (-114))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-1098)) (-5 *1 (-962)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-741 *3)) (-4 *3 (-172)))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-748)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-641 (-481 *5 *6))) (-5 *4 (-861 *5))
+ (-14 *5 (-641 (-1170))) (-5 *2 (-481 *5 *6)) (-5 *1 (-629 *5 *6))
+ (-4 *6 (-452))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564)))))
- (-4 *4 (-1235 *5)) (-5 *2 (-641 (-2 (|:| -1526 *4) (|:| -3962 *4))))
- (-5 *1 (-804 *5 *4 *6 *3)) (-4 *6 (-652 *4))
- (-4 *3 (-652 (-407 *4))))))
+ (-12 (-5 *3 (-641 (-481 *5 *6))) (-5 *4 (-861 *5))
+ (-14 *5 (-641 (-1170))) (-5 *2 (-481 *5 *6)) (-5 *1 (-629 *5 *6))
+ (-4 *6 (-452)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-407 *6)) (-4 *6 (-1235 *5))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4))))
- (-5 *1 (-807 *5 *6))))
+ (-12 (-4 *4 (-363)) (-5 *2 (-641 (-1150 *4))) (-5 *1 (-285 *4 *5))
+ (-5 *3 (-1150 *4)) (-4 *5 (-1250 *4)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-294 (-830 *3)))
+ (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-830 *3)) (-5 *1 (-634 *5 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-649 (-407 *6))) (-4 *6 (-1235 *5))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-5 *2 (-2 (|:| -2745 (-641 (-407 *6))) (|:| -1315 (-685 *5))))
- (-5 *1 (-807 *5 *6)) (-5 *4 (-641 (-407 *6)))))
+ (-12 (-5 *4 (-294 (-830 (-949 *5)))) (-4 *5 (-452))
+ (-5 *2 (-830 (-407 (-949 *5)))) (-5 *1 (-635 *5))
+ (-5 *3 (-407 (-949 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-407 *6)) (-4 *6 (-1235 *5))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2745 (-641 *4))))
- (-5 *1 (-807 *5 *6))))
+ (-12 (-5 *4 (-294 (-407 (-949 *5)))) (-5 *3 (-407 (-949 *5)))
+ (-4 *5 (-452)) (-5 *2 (-830 *3)) (-5 *1 (-635 *5)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1032)) (-5 *3 (-1170)) (-5 *1 (-192)))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695))))
+ ((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))))
+(((*1 *2 *1) (-12 (-5 *2 (-859)) (-5 *1 (-52)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1166 *1)) (-5 *3 (-1170)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-949 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1170)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-847) (-556)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-847) (-556))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-407 (-564)))
+ (-5 *1 (-433 *4 *3)) (-4 *3 (-430 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-650 *6 (-407 *6))) (-4 *6 (-1235 *5))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-5 *2 (-2 (|:| -2745 (-641 (-407 *6))) (|:| -1315 (-685 *5))))
- (-5 *1 (-807 *5 *6)) (-5 *4 (-641 (-407 *6))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1257 *3)) (-4 *3 (-1209)) (-4 *3 (-1046))
- (-5 *2 (-685 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-4 *1 (-900 *3)))))
+ (-12 (-5 *4 (-610 *3)) (-4 *3 (-430 *5))
+ (-4 *5 (-13 (-847) (-556) (-1035 (-564))))
+ (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-433 *5 *3)))))
+(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
+ (-12 (-5 *4 (-564))
+ (-5 *6
+ (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -3938 (-379))))
+ (-5 *7 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
+ (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
+ (-5 *1 (-785))))
+ ((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
+ (-12 (-5 *4 (-564))
+ (-5 *6
+ (-2 (|:| |try| (-379)) (|:| |did| (-379)) (|:| -3938 (-379))))
+ (-5 *7 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
+ (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
+ (-5 *1 (-785)))))
+(((*1 *1) (-12 (-5 *1 (-641 *2)) (-4 *2 (-1209)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170))
- (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-585 *3)) (-5 *1 (-426 *5 *3))
- (-4 *3 (-13 (-1194) (-29 *5))))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-4 *1 (-900 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-685 *2)) (-5 *4 (-768))
- (-4 *2 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))))
- (-4 *5 (-1235 *2)) (-5 *1 (-499 *2 *5 *6)) (-4 *6 (-409 *2 *5)))))
-(((*1 *2 *3)
- (-12 (|has| *6 (-6 -4413)) (-4 *4 (-363)) (-4 *5 (-373 *4))
- (-4 *6 (-373 *4)) (-5 *2 (-641 *6)) (-5 *1 (-521 *4 *5 *6 *3))
- (-4 *3 (-683 *4 *5 *6))))
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *4))))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046))
+ (-4 *5 (-847)) (-5 *2 (-949 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *5)) (-4 *4 (-1046))
+ (-4 *5 (-847)) (-5 *2 (-949 *4))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-768)) (-4 *1 (-1250 *4)) (-4 *4 (-1046))
+ (-5 *2 (-949 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-768)) (-4 *1 (-1250 *4)) (-4 *4 (-1046))
+ (-5 *2 (-949 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170)) (-4 *5 (-363)) (-5 *2 (-641 (-1203 *5)))
+ (-5 *1 (-1267 *5)) (-5 *4 (-1203 *5)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-940 (-225)) (-940 (-225)))) (-5 *1 (-263))))
((*1 *2 *3)
- (-12 (|has| *9 (-6 -4413)) (-4 *4 (-556)) (-4 *5 (-373 *4))
- (-4 *6 (-373 *4)) (-4 *7 (-989 *4)) (-4 *8 (-373 *7))
- (-4 *9 (-373 *7)) (-5 *2 (-641 *6))
- (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-683 *4 *5 *6))
- (-4 *10 (-683 *7 *8 *9))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-4 *3 (-556)) (-5 *2 (-641 *5))))
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-329 *4)) (-4 *4 (-363))
+ (-5 *2 (-685 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-1259 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
+ (-5 *2 (-685 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
+ (-5 *2 (-1259 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172))
+ (-4 *5 (-1235 *4)) (-5 *2 (-685 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-370 *4 *5)) (-4 *4 (-172))
+ (-4 *5 (-1235 *4)) (-5 *2 (-1259 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *4 (-172)) (-4 *5 (-373 *4))
- (-4 *6 (-373 *4)) (-5 *2 (-641 *6)) (-5 *1 (-684 *4 *5 *6 *3))
- (-4 *3 (-683 *4 *5 *6))))
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-409 *4 *5)) (-4 *4 (-172))
+ (-4 *5 (-1235 *4)) (-5 *2 (-685 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-556))
- (-5 *2 (-641 *7)))))
-(((*1 *2 *3 *3 *3)
- (|partial| -12
- (-4 *4 (-13 (-147) (-27) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-4 *5 (-1235 *4)) (-5 *2 (-1166 (-407 *5))) (-5 *1 (-613 *4 *5))
- (-5 *3 (-407 *5))))
- ((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5))
- (-4 *5 (-13 (-147) (-27) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-5 *2 (-1166 (-407 *6))) (-5 *1 (-613 *5 *6)) (-5 *3 (-407 *6)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-768)) (-5 *1 (-586 *2)) (-4 *2 (-545))))
+ (-12 (-4 *1 (-409 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1235 *3))
+ (-5 *2 (-1259 *3))))
((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -1540 *3) (|:| -2954 (-768)))) (-5 *1 (-586 *3))
- (-4 *3 (-545)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-1187)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-342 *4 *5 *6)) (-4 *4 (-1213))
- (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5)))
- (-5 *2 (-2 (|:| |num| (-685 *5)) (|:| |den| *5))))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-564))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032))
- (-5 *1 (-745)))))
-(((*1 *1) (-5 *1 (-141))))
-(((*1 *2 *1) (-12 (-4 *1 (-764 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
-(((*1 *1) (-5 *1 (-291))))
-(((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-819)))))
-(((*1 *2 *2 *2 *3 *3)
- (-12 (-5 *3 (-768)) (-4 *4 (-1046)) (-5 *1 (-1231 *4 *2))
- (-4 *2 (-1235 *4)))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -2745 (-641 *1))))
- (-4 *1 (-367 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-453 *3 *4 *5 *6))
- (|:| -2745 (-641 (-453 *3 *4 *5 *6)))))
- (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-417 *4)) (-4 *4 (-172))
+ (-5 *2 (-685 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-1259 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 (-685 *5))) (-5 *3 (-685 *5)) (-4 *5 (-363))
+ (-5 *2 (-1259 *5)) (-5 *1 (-1080 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 (-169 (-564))))) (-5 *2 (-641 (-169 *4)))
- (-5 *1 (-378 *4)) (-4 *4 (-13 (-363) (-845)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-641 (-407 (-949 (-169 (-564))))))
- (-5 *4 (-641 (-1170))) (-5 *2 (-641 (-641 (-169 *5))))
- (-5 *1 (-378 *5)) (-4 *5 (-13 (-363) (-845))))))
+ (-12 (-5 *2 (-641 (-169 *4))) (-5 *1 (-155 *3 *4))
+ (-4 *3 (-1235 (-169 (-564)))) (-4 *4 (-13 (-363) (-845)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-641 (-169 *4)))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-641 (-169 *4)))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
+(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1152)) (-5 *1 (-783)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *4))))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123))))
-(((*1 *1) (-4 *1 (-349))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-871)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))))
-(((*1 *2)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1190))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1190)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-564)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1209))
- (-4 *3 (-373 *4)) (-4 *5 (-373 *4)))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-316 (-225))) (-5 *2 (-316 (-407 (-564))))
- (-5 *1 (-305)))))
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -3521 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-363)) (-4 *7 (-1235 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-407 *7)) (|:| |a0| *6))
+ (-2 (|:| -3521 (-407 *7)) (|:| |coeff| (-407 *7))) "failed"))
+ (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 (-2 (|:| -3070 (-1166 *6)) (|:| -1558 (-564)))))
+ (-4 *6 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
+ (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-244 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *2)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-564))) (-5 *4 (-564)) (-5 *2 (-52))
- (-5 *1 (-1002)))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
+ (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
+ (-5 *1 (-785))))
+ ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
+ (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
+ (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
+ (-5 *1 (-785)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-949 *4)) (-4 *4 (-1046)) (-4 *4 (-612 *2))
+ (-5 *2 (-379)) (-5 *1 (-782 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046))
+ (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556))
+ (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556))
+ (-4 *5 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847))
+ (-4 *4 (-612 *2)) (-5 *2 (-379)) (-5 *1 (-782 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556))
+ (-4 *5 (-847)) (-4 *5 (-612 *2)) (-5 *2 (-379))
+ (-5 *1 (-782 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-192))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-300))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-305)))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-495)))))
+(((*1 *2 *1) (-12 (-4 *1 (-832 *3)) (-4 *3 (-1094)) (-5 *2 (-55)))))
(((*1 *1 *2 *1)
(-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1046))
(-4 *4 (-789))))
@@ -12351,9 +10653,9 @@
(-4 *6 (-363)) (-5 *2 (-585 *6)) (-5 *1 (-584 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *6 *5))
- (-5 *4 (-3 (-2 (|:| -3526 *5) (|:| |coeff| *5)) "failed"))
+ (-5 *4 (-3 (-2 (|:| -3521 *5) (|:| |coeff| *5)) "failed"))
(-4 *5 (-363)) (-4 *6 (-363))
- (-5 *2 (-2 (|:| -3526 *6) (|:| |coeff| *6)))
+ (-5 *2 (-2 (|:| -3521 *6) (|:| |coeff| *6)))
(-5 *1 (-584 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed"))
@@ -12472,7 +10774,7 @@
(-4 *8 (-1046)) (-4 *6 (-790))
(-4 *2
(-13 (-1094)
- (-10 -8 (-15 -2956 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-768))))))
+ (-10 -8 (-15 -1797 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-768))))))
(-5 *1 (-948 *6 *7 *8 *5 *2)) (-4 *5 (-946 *8 *6 *7))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-955 *5)) (-4 *5 (-1209))
@@ -12485,8 +10787,8 @@
(-4 *2 (-946 (-949 *4) *5 *6)) (-4 *5 (-790))
(-4 *6
(-13 (-847)
- (-10 -8 (-15 -2153 ((-1170) $))
- (-15 -2794 ((-3 $ "failed") (-1170))))))
+ (-10 -8 (-15 -2511 ((-1170) $))
+ (-15 -3871 ((-3 $ "failed") (-1170))))))
(-5 *1 (-981 *4 *5 *6 *2))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-556)) (-4 *6 (-556))
@@ -12573,527 +10875,443 @@
((*1 *1 *2 *1)
(-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1046)) (-5 *1 (-1282 *3 *4))
(-4 *4 (-843)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046))
- (-4 *2 (-1250 *3)))))
-(((*1 *2 *3 *4 *3)
+(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
(-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-744)))))
+ (-5 *1 (-749)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-1166 *4))
- (-5 *1 (-528 *4)))))
-(((*1 *2 *3 *2)
- (|partial| -12 (-5 *3 (-918)) (-5 *1 (-442 *2))
- (-4 *2 (-1235 (-564)))))
- ((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-918)) (-5 *4 (-768)) (-5 *1 (-442 *2))
- (-4 *2 (-1235 (-564)))))
- ((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *1 (-442 *2))
- (-4 *2 (-1235 (-564)))))
- ((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *5 (-768))
- (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564)))))
- ((*1 *2 *3 *2 *4 *5 *6)
- (|partial| -12 (-5 *3 (-918)) (-5 *4 (-641 (-768))) (-5 *5 (-768))
- (-5 *6 (-112)) (-5 *1 (-442 *2)) (-4 *2 (-1235 (-564)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-918)) (-5 *4 (-418 *2)) (-4 *2 (-1235 *5))
- (-5 *1 (-444 *5 *2)) (-4 *5 (-1046)))))
-(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-889 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))))
+ (-12 (-5 *3 (-768)) (-4 *4 (-363)) (-4 *5 (-1235 *4)) (-5 *2 (-1264))
+ (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1235 (-407 *5))) (-14 *7 *6))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1094)) (-4 *3 (-897 *5)) (-5 *2 (-1259 *3))
- (-5 *1 (-688 *5 *3 *6 *4)) (-4 *6 (-373 *3))
- (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4412)))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046))
- (-14 *4 (-641 (-1170)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *1) (-4 *1 (-284)))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-660 *3 *4)) (-4 *3 (-847))
- (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-5 *1 (-625 *3 *4 *5))
- (-14 *5 (-918))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-564)) (-4 *3 (-172)) (-4 *5 (-373 *3))
+ (-4 *6 (-373 *3)) (-5 *1 (-684 *3 *5 *6 *2))
+ (-4 *2 (-683 *3 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
+ (-4 *4 (-349)))))
+(((*1 *1) (-5 *1 (-330))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-768)) (-4 *4 (-1046))
+ (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-1235 *4)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2)))))
+(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
+ (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564))
+ (-5 *2 (-1032)) (-5 *1 (-753)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-685 *5))) (-5 *4 (-564)) (-4 *5 (-363))
+ (-4 *5 (-1046)) (-5 *2 (-112)) (-5 *1 (-1026 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-685 *4))) (-4 *4 (-363)) (-4 *4 (-1046))
+ (-5 *2 (-112)) (-5 *1 (-1026 *4)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-112)) (-5 *1 (-110))))
+ ((*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4397)) (-4 *1 (-404))))
+ ((*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-871)) (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114))))))
+ (-4 *4 (-349)) (-5 *2 (-768)) (-5 *1 (-346 *4))))
+ ((*1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-351 *3 *4)) (-14 *3 (-918))
+ (-14 *4 (-918))))
+ ((*1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-352 *3 *4)) (-4 *3 (-349))
+ (-14 *4
+ (-3 (-1166 *3)
+ (-1259 (-641 (-2 (|:| -1522 *3) (|:| -1468 (-1114)))))))))
+ ((*1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-353 *3 *4)) (-4 *3 (-349))
+ (-14 *4 (-918)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209)) (-4 *2 (-847))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-282 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847)))))
+(((*1 *2)
+ (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-417 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-946 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-452))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *3 (-1060 *4 *5 *6))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *1))))
+ (-4 *1 (-1066 *4 *5 *6 *3))))
+ ((*1 *1 *1) (-4 *1 (-1213)))
((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564)))))
- (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4))
- (-4 *4 (-714 (-407 (-564)))) (-4 *3 (-847)) (-4 *4 (-172)))))
+ (-12 (-4 *3 (-556)) (-5 *1 (-1238 *3 *2))
+ (-4 *2 (-13 (-1235 *3) (-556) (-10 -8 (-15 -2777 ($ $ $))))))))
(((*1 *2 *3 *3)
- (-12 (-4 *3 (-1213)) (-4 *5 (-1235 *3)) (-4 *6 (-1235 (-407 *5)))
- (-5 *2 (-112)) (-5 *1 (-341 *4 *3 *5 *6)) (-4 *4 (-342 *3 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1094)) (-5 *1 (-961 *2 *3)) (-4 *3 (-1094)))))
-(((*1 *2)
- (-12 (-4 *3 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-1264))
- (-5 *1 (-433 *3 *4)) (-4 *4 (-430 *3)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
- ((*1 *2 *1)
+ (-12 (-4 *4 (-556)) (-5 *2 (-641 (-768))) (-5 *1 (-966 *4 *3))
+ (-4 *3 (-1235 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2777 *3)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *1 *2 *2)
(-12
(-5 *2
- (-2 (|:| -3752 (-641 (-859))) (|:| -1578 (-641 (-859)))
- (|:| |presup| (-641 (-859))) (|:| -3512 (-641 (-859)))
- (|:| |args| (-641 (-859)))))
- (-5 *1 (-1170)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1133))))
-(((*1 *2 *3) (-12 (-5 *3 (-949 (-225))) (-5 *2 (-225)) (-5 *1 (-305)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-244 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *2) (-12 (-5 *2 (-685 (-316 (-564)))) (-5 *1 (-1028)))))
-(((*1 *2 *2) (-12 (-5 *2 (-388)) (-5 *1 (-436))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-388)) (-5 *1 (-436)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-1094)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))))
+ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379)))
+ (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
+ (-5 *1 (-1169)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1046))
- (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284)))
- (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4))))
- ((*1 *1 *1) (-4 *1 (-545)))
- ((*1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-668 *3)) (-4 *3 (-847))))
- ((*1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-673 *3)) (-4 *3 (-847))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-816 *3)) (-4 *3 (-847))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-890 *3)) (-4 *3 (-847))))
- ((*1 *2 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1209)) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1206 *3)) (-4 *3 (-1209))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-999))
- (-4 *2 (-1046)))))
-(((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790)) (-5 *2 (-641 (-641 (-564))))
- (-5 *1 (-921 *4 *5 *6 *7)) (-5 *3 (-564)) (-4 *7 (-946 *4 *6 *5)))))
+ (|partial| -12 (-5 *3 (-685 (-407 (-949 (-564)))))
+ (-5 *2 (-685 (-316 (-564)))) (-5 *1 (-1028)))))
+(((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-403 *3)) (-4 *3 (-404))))
+ ((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-403 *3)) (-4 *3 (-404))))
+ ((*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4397)) (-4 *1 (-404))))
+ ((*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918))))
+ ((*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-1150 (-564))))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-858))))
+ ((*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-858)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-1170)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-112))
+ (-5 *2 (-1032)) (-5 *1 (-742)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-307))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-447 *4 *5 *6 *2)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
+ (-5 *2
+ (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564))
+ (|:| |success| (-112))))
+ (-5 *1 (-786)) (-5 *5 (-564)))))
+(((*1 *1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-263))))
+ ((*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *4 (-641 (-1170)))
- (-5 *2 (-685 (-316 (-225)))) (-5 *1 (-205))))
+ (-12 (-5 *4 (-768)) (-5 *2 (-641 (-1170))) (-5 *1 (-210))
+ (-5 *3 (-1170))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1094)) (-4 *6 (-897 *5)) (-5 *2 (-685 *6))
- (-5 *1 (-688 *5 *6 *3 *4)) (-4 *3 (-373 *6))
- (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4412)))))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112))
- (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3377 (-779 *3)) (|:| |coef2| (-779 *3))))
- (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-2 (|:| -3377 *1) (|:| |coef2| *1)))
- (-4 *1 (-1060 *3 *4 *5)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1094) (-1035 *5)))
- (-4 *5 (-883 *4)) (-4 *4 (-1094)) (-5 *2 (-1 (-112) *5))
- (-5 *1 (-928 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-564)) (|has| *1 (-6 -4403)) (-4 *1 (-404))
- (-5 *2 (-918)))))
-(((*1 *1 *1) (-12 (-4 *1 (-430 *2)) (-4 *2 (-847)) (-4 *2 (-1046))))
- ((*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)))))
-(((*1 *2 *3)
- (-12 (-4 *2 (-1235 *4)) (-5 *1 (-806 *4 *2 *3 *5))
- (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2))
- (-4 *5 (-652 (-407 *2))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-641 (-1070 *4 *5 *2))) (-4 *4 (-1094))
- (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
- (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4))))
- (-5 *1 (-54 *4 *5 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-641 (-1070 *5 *6 *2))) (-5 *4 (-918)) (-4 *5 (-1094))
- (-4 *6 (-13 (-1046) (-883 *5) (-847) (-612 (-889 *5))))
- (-4 *2 (-13 (-430 *6) (-883 *5) (-612 (-889 *5))))
- (-5 *1 (-54 *5 *6 *2)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-114))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-114))))
- ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-316 (-225))) (-5 *4 (-768)) (-5 *2 (-641 (-1170)))
+ (-5 *1 (-267))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172))
+ (-5 *2 (-641 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 *3)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847))
+ (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-668 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-673 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-816 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-890 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
+ (-5 *2 (-641 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 (-641 *8))) (-5 *3 (-641 *8))
+ (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147)))
+ (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-112))
+ (-5 *1 (-921 *5 *6 *7 *8)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379)))
+ (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
+ (-5 *1 (-1169)))))
+(((*1 *2 *1 *3)
(-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847))
- (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768))))
+ (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-641 (-768)))))
((*1 *2 *1)
(-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847))
- (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-4 *1 (-266 *3)) (-4 *3 (-847)) (-5 *2 (-768)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-379)) (-5 *1 (-1058)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))))
-(((*1 *1) (-5 *1 (-112))) ((*1 *1) (-5 *1 (-615))))
-(((*1 *1 *1 *1) (|partial| -4 *1 (-131))))
+ (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-641 (-768))))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-183))) (-5 *1 (-140)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-641 (-407 (-949 (-564))))) (-5 *4 (-641 (-1170)))
+ (-5 *2 (-641 (-641 *5))) (-5 *1 (-380 *5))
+ (-4 *5 (-13 (-845) (-363)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 (-564)))) (-5 *2 (-641 *4)) (-5 *1 (-380 *4))
+ (-4 *4 (-13 (-845) (-363))))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4412)) (-4 *1 (-489 *4))
- (-4 *4 (-1209)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1170)))))
-(((*1 *2 *3 *4 *2 *5 *6)
- (-12
- (-5 *5
- (-2 (|:| |done| (-641 *11))
- (|:| |todo| (-641 (-2 (|:| |val| *3) (|:| -3906 *11))))))
- (-5 *6 (-768))
- (-5 *2 (-641 (-2 (|:| |val| (-641 *10)) (|:| -3906 *11))))
- (-5 *3 (-641 *10)) (-5 *4 (-641 *11)) (-4 *10 (-1060 *7 *8 *9))
- (-4 *11 (-1066 *7 *8 *9 *10)) (-4 *7 (-452)) (-4 *8 (-790))
- (-4 *9 (-847)) (-5 *1 (-1064 *7 *8 *9 *10 *11))))
- ((*1 *2 *3 *4 *2 *5 *6)
- (-12
- (-5 *5
- (-2 (|:| |done| (-641 *11))
- (|:| |todo| (-641 (-2 (|:| |val| *3) (|:| -3906 *11))))))
- (-5 *6 (-768))
- (-5 *2 (-641 (-2 (|:| |val| (-641 *10)) (|:| -3906 *11))))
- (-5 *3 (-641 *10)) (-5 *4 (-641 *11)) (-4 *10 (-1060 *7 *8 *9))
- (-4 *11 (-1103 *7 *8 *9 *10)) (-4 *7 (-452)) (-4 *8 (-790))
- (-4 *9 (-847)) (-5 *1 (-1139 *7 *8 *9 *10 *11)))))
-(((*1 *1 *1 *1)
+ (-12 (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-504 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2))
+ (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4407)))))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368))
+ (-5 *2 (-1166 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368))
+ (-5 *2 (-1166 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *1)
(-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768))
- (-4 *4 (-172))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2))
- (-4 *2 (-430 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1086 *2)) (-4 *2 (-430 *4)) (-4 *4 (-13 (-847) (-556)))
- (-5 *1 (-158 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1086 *1)) (-4 *1 (-160))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-465 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4)) (-4 *3 (-847))
(-4 *4 (-172)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1250 *4)) (-5 *1 (-1252 *4 *2))
- (-4 *4 (-38 (-407 (-564)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1079))) (-5 *1 (-291)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-736 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-318)) (-5 *3 (-225)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-316 (-564))) (|:| -2210 (-316 (-379)))
+ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379)))
(|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
(-5 *1 (-1169)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-547))))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-151 *2))
- (-4 *2 (-1209)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1186 *4 *5))
- (-4 *4 (-1094)) (-4 *5 (-1094)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-225))) (-5 *4 (-768)) (-5 *2 (-685 (-225)))
+ (-5 *1 (-305)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-641 (-171)))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564)))
- (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3))
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046))
+ (-5 *2 (-641 (-641 (-641 (-768))))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *2 (-112)) (-5 *1 (-267))))
+ ((*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-112)) (-5 *1 (-267))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225)))
+ (-5 *2 (-1032)) (-5 *1 (-744)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-1035 (-407 *2)))) (-5 *2 (-564))
+ (-5 *1 (-115 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349))
(-4 *2
- (-13 (-363) (-302)
- (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $))
- (-15 -2663 ((-1119 *3 (-610 $)) $))
- (-15 -1721 ($ (-1119 *3 (-610 $))))))))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-373 *2)) (-4 *2 (-1209)) (-4 *2 (-847))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-373 *3)) (-4 *3 (-1209))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4))
- (-14 *3 (-918)) (-4 *4 (-1046))))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1094) (-34)))
- (-5 *2 (-112)) (-5 *1 (-1134 *4 *5)) (-4 *4 (-13 (-1094) (-34))))))
-(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))))
+ (-13 (-402)
+ (-10 -7 (-15 -1831 (*2 *4)) (-15 -1811 ((-918) *2))
+ (-15 -3331 ((-1259 *2) (-918))) (-15 -3962 (*2 *2)))))
+ (-5 *1 (-356 *2 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-363)) (-4 *3 (-1046))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -1426 *1)))
+ (-4 *1 (-849 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-373 *3)) (-4 *3 (-1209)) (-4 *3 (-847)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-373 *4)) (-4 *4 (-1209))
+ (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
+(((*1 *1 *2 *2)
(-12
(-5 *2
- (-2 (|:| -2784 *3) (|:| |gap| (-768)) (|:| -4110 (-779 *3))
- (|:| -3101 (-779 *3))))
- (-5 *1 (-779 *3)) (-4 *3 (-1046))))
- ((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847))
- (-5 *2
- (-2 (|:| -2784 *1) (|:| |gap| (-768)) (|:| -4110 *1)
- (|:| -3101 *1)))
- (-4 *1 (-1060 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2
- (-2 (|:| -2784 *1) (|:| |gap| (-768)) (|:| -4110 *1)
- (|:| -3101 *1)))
- (-4 *1 (-1060 *3 *4 *5)))))
+ (-3 (|:| I (-316 (-564))) (|:| -3629 (-316 (-379)))
+ (|:| CF (-316 (-169 (-379)))) (|:| |switch| (-1169))))
+ (-5 *1 (-1169)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 (-481 *3 *4))) (-14 *3 (-641 (-1170)))
+ (-4 *4 (-452)) (-5 *1 (-629 *3 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-564))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *5)) (-4 *5 (-637 *4)) (-4 *4 (-556))
+ (-5 *2 (-112)) (-5 *1 (-636 *4 *5)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1086 (-840 *3))) (-4 *3 (-13 (-1194) (-956) (-29 *5)))
- (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *2
- (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-219 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1086 (-840 *3))) (-5 *5 (-1152))
- (-4 *3 (-13 (-1194) (-956) (-29 *6)))
- (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *2
- (-3 (|:| |f1| (-840 *3)) (|:| |f2| (-641 (-840 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-219 *6 *3))))
+ (-12 (-5 *4 (-1170))
+ (-4 *5 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-585 *3)) (-5 *1 (-557 *5 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1226 *3)) (-4 *3 (-1209)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-918)) (-5 *2 (-468)) (-5 *1 (-1260)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4)))))
+ ((*1 *1 *1) (-5 *1 (-379)))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1086 (-840 (-316 *5))))
- (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4))))
+ (-5 *1 (-773 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-1007 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
+ ((*1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032))
+ (-5 *1 (-745)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-112))
+ (-5 *1 (-357 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-112))
+ (-5 *1 (-528 *4)))))
+(((*1 *2 *3) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-446)) (-5 *3 (-564)))))
+(((*1 *2)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330))
+ (-5 *1 (-332)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-1264))
+ (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-2 (|:| -1522 *4) (|:| -4129 (-564)))))
+ (-4 *4 (-1094)) (-5 *2 (-1 *4)) (-5 *1 (-1014 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1170)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-698 *4 *5 *6 *7))
+ (-4 *4 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209))
+ (-4 *7 (-1209)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *2 (-556)) (-4 *2 (-452)) (-5 *1 (-966 *2 *3))
+ (-4 *3 (-1235 *2)))))
+(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-564)) (-4 *4 (-13 (-556) (-147))) (-5 *1 (-537 *4 *2))
+ (-4 *2 (-1250 *4))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-564)) (-4 *4 (-13 (-363) (-368) (-612 *3)))
+ (-4 *5 (-1235 *4)) (-4 *6 (-721 *4 *5)) (-5 *1 (-541 *4 *5 *6 *2))
+ (-4 *2 (-1250 *6))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-564)) (-4 *4 (-13 (-363) (-368) (-612 *3)))
+ (-5 *1 (-542 *4 *2)) (-4 *2 (-1250 *4))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-13 (-556) (-147)))
+ (-5 *1 (-1146 *4)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
+ (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))))
+ (-4 *4 (-1235 *3))
(-5 *2
- (-3 (|:| |f1| (-840 (-316 *5))) (|:| |f2| (-641 (-840 (-316 *5))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-220 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-407 (-949 *6))) (-5 *4 (-1086 (-840 (-316 *6))))
- (-5 *5 (-1152))
- (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-685 *3))))
+ (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-409 *3 *4))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1235 (-564)))
(-5 *2
- (-3 (|:| |f1| (-840 (-316 *6))) (|:| |f2| (-641 (-840 (-316 *6))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-220 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1086 (-840 (-407 (-949 *5))))) (-5 *3 (-407 (-949 *5)))
- (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-2 (|:| -3331 (-685 (-564))) (|:| |basisDen| (-564))
+ (|:| |basisInv| (-685 (-564)))))
+ (-5 *1 (-765 *3 *4)) (-4 *4 (-409 (-564) *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-349)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 *4))
(-5 *2
- (-3 (|:| |f1| (-840 (-316 *5))) (|:| |f2| (-641 (-840 (-316 *5))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-220 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1086 (-840 (-407 (-949 *6))))) (-5 *5 (-1152))
- (-5 *3 (-407 (-949 *6)))
- (-4 *6 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-2 (|:| -3331 (-685 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-685 *4))))
+ (-5 *1 (-982 *3 *4 *5 *6)) (-4 *6 (-721 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-349)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 *4))
(-5 *2
- (-3 (|:| |f1| (-840 (-316 *6))) (|:| |f2| (-641 (-840 (-316 *6))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-220 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170))
- (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-3 *3 (-641 *3))) (-5 *1 (-428 *5 *3))
- (-4 *3 (-13 (-1194) (-956) (-29 *5)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-474 *3 *4 *5))
- (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379))))
- (-5 *5 (-379)) (-5 *6 (-1058)) (-5 *2 (-1032)) (-5 *1 (-565))))
- ((*1 *2 *3) (-12 (-5 *3 (-766)) (-5 *2 (-1032)) (-5 *1 (-565))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379))))
- (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379))))
- (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-316 (-379))) (-5 *4 (-1088 (-840 (-379))))
- (-5 *2 (-1032)) (-5 *1 (-565))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379)))))
- (-5 *2 (-1032)) (-5 *1 (-565))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379)))))
- (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379)))))
- (-5 *5 (-379)) (-5 *2 (-1032)) (-5 *1 (-565))))
- ((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-316 (-379))) (-5 *4 (-641 (-1088 (-840 (-379)))))
- (-5 *5 (-379)) (-5 *6 (-1058)) (-5 *2 (-1032)) (-5 *1 (-565))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-316 (-379))) (-5 *4 (-1086 (-840 (-379))))
- (-5 *5 (-1152)) (-5 *2 (-1032)) (-5 *1 (-565))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-316 (-379))) (-5 *4 (-1086 (-840 (-379))))
- (-5 *5 (-1170)) (-5 *2 (-1032)) (-5 *1 (-565))))
+ (-2 (|:| -3331 (-685 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-685 *4))))
+ (-5 *1 (-1268 *3 *4 *5 *6)) (-4 *6 (-409 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *1 *1) (-4 *1 (-284)))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4))
- (-5 *2 (-585 (-407 *5))) (-5 *1 (-568 *4 *5)) (-5 *3 (-407 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170)) (-4 *5 (-147))
- (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
- (-5 *2 (-3 (-316 *5) (-641 (-316 *5)))) (-5 *1 (-588 *5))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-737 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-847))
- (-4 *3 (-38 (-407 (-564))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170)) (-5 *1 (-949 *3)) (-4 *3 (-38 (-407 (-564))))
- (-4 *3 (-1046))))
- ((*1 *1 *1 *2 *3)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-4 *2 (-847))
- (-5 *1 (-1120 *3 *2 *4)) (-4 *4 (-946 *3 (-531 *2) *2))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046))
- (-5 *1 (-1154 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1161 *3 *4 *5))
- (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1167 *3 *4 *5))
- (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1168 *3 *4 *5))
- (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *1 (-1203 *3)) (-4 *3 (-38 (-407 (-564))))
- (-4 *3 (-1046))))
- ((*1 *1 *1 *2)
- (-2713
- (-12 (-5 *2 (-1170)) (-4 *1 (-1219 *3)) (-4 *3 (-1046))
- (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194))
- (-4 *3 (-38 (-407 (-564))))))
- (-12 (-5 *2 (-1170)) (-4 *1 (-1219 *3)) (-4 *3 (-1046))
- (-12 (|has| *3 (-15 -4153 ((-641 *2) *3)))
- (|has| *3 (-15 -2052 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1219 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1223 *3 *4 *5))
- (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564))))))
- ((*1 *1 *1 *2)
- (-2713
- (-12 (-5 *2 (-1170)) (-4 *1 (-1240 *3)) (-4 *3 (-1046))
- (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194))
- (-4 *3 (-38 (-407 (-564))))))
- (-12 (-5 *2 (-1170)) (-4 *1 (-1240 *3)) (-4 *3 (-1046))
- (-12 (|has| *3 (-15 -4153 ((-641 *2) *3)))
- (|has| *3 (-15 -2052 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1244 *3 *4 *5))
- (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-2713
- (-12 (-5 *2 (-1170)) (-4 *1 (-1250 *3)) (-4 *3 (-1046))
- (-12 (-4 *3 (-29 (-564))) (-4 *3 (-956)) (-4 *3 (-1194))
- (-4 *3 (-38 (-407 (-564))))))
- (-12 (-5 *2 (-1170)) (-4 *1 (-1250 *3)) (-4 *3 (-1046))
- (-12 (|has| *3 (-15 -4153 ((-641 *2) *3)))
- (|has| *3 (-15 -2052 (*3 *3 *2))) (-4 *3 (-38 (-407 (-564))))))))
+ (-12 (-5 *3 (-418 *4)) (-4 *4 (-556))
+ (-5 *2 (-641 (-2 (|:| -2860 (-768)) (|:| |logand| *4))))
+ (-5 *1 (-320 *4))))
((*1 *1 *1)
- (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)) (-4 *2 (-38 (-407 (-564))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1251 *3 *4 *5))
- (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)) (-14 *5 *3))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-783)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3))
- (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5))
- (-5 *2 (-413 *4 (-407 *4) *5 *6))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1259 *6)) (-4 *6 (-13 (-409 *4 *5) (-1035 *4)))
- (-4 *4 (-989 *3)) (-4 *5 (-1235 *4)) (-4 *3 (-307))
- (-5 *1 (-413 *3 *4 *5 *6))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-363))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790))
- (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1064 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790))
- (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-924)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-564))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))
- (-5 *2 (-1032)) (-5 *1 (-745)))))
-(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
- (-12 (-5 *3 (-918)) (-5 *4 (-225)) (-5 *5 (-564)) (-5 *6 (-871))
- (-5 *2 (-1264)) (-5 *1 (-1260)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-418 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1235 (-48)))))
- ((*1 *2 *3 *1)
- (-12 (-5 *2 (-2 (|:| |less| (-121 *3)) (|:| |greater| (-121 *3))))
- (-5 *1 (-121 *3)) (-4 *3 (-847))))
+ (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
+ (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-660 *3 *4)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847))
+ (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918))))
((*1 *2 *2)
- (-12 (-5 *2 (-585 *4)) (-4 *4 (-13 (-29 *3) (-1194)))
- (-4 *3 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
- (-5 *1 (-583 *3 *4))))
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-585 (-407 (-949 *3))))
- (-4 *3 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
- (-5 *1 (-588 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363))
- (-5 *2 (-2 (|:| -2309 *3) (|:| |special| *3))) (-5 *1 (-724 *5 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1259 *5)) (-4 *5 (-363)) (-4 *5 (-1046))
- (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5))
- (-5 *3 (-641 (-685 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1259 (-1259 *5))) (-4 *5 (-363)) (-4 *5 (-1046))
- (-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5))
- (-5 *3 (-641 (-685 *5)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-641 *1)) (-4 *1 (-1138))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-144)) (-5 *2 (-641 *1)) (-4 *1 (-1138)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564)))))
+ (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-1279 *3 *4))
+ (-4 *4 (-714 (-407 (-564)))) (-4 *3 (-847)) (-4 *4 (-172)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *2 (-112)) (-5 *1 (-267)))))
-(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *1 *1) (-4 *1 (-1133))))
+ (-12 (-5 *3 (-641 (-641 (-940 (-225)))))
+ (-5 *2 (-641 (-1088 (-225)))) (-5 *1 (-925)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1098)) (-5 *1 (-280)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-175)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-768)) (-4 *2 (-1094))
- (-5 *1 (-674 *2)))))
-(((*1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-183)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-826)) (-5 *3 (-1152)))))
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170))
+ (-14 *4 *2))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-112)) (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-363) (-845))) (-5 *2 (-418 *3))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1235 (-169 *4))))))
+(((*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-610 *6))) (-5 *4 (-1170)) (-5 *2 (-610 *6))
+ (-4 *6 (-430 *5)) (-4 *5 (-847)) (-5 *1 (-573 *5 *6)))))
+(((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
(((*1 *2 *3)
(|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1209))))
((*1 *1 *2)
@@ -13169,26 +11387,26 @@
(-4 *1 (-973 *3 *4 *5 *6))))
((*1 *2 *1) (|partial| -12 (-4 *1 (-1035 *2)) (-4 *2 (-1209))))
((*1 *1 *2)
- (|partial| -2713
+ (|partial| -4078
(-12 (-5 *2 (-949 *3))
- (-12 (-2819 (-4 *3 (-38 (-407 (-564)))))
- (-2819 (-4 *3 (-38 (-564)))) (-4 *5 (-612 (-1170))))
+ (-12 (-4338 (-4 *3 (-38 (-407 (-564)))))
+ (-4338 (-4 *3 (-38 (-564)))) (-4 *5 (-612 (-1170))))
(-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790))
(-4 *5 (-847)))
(-12 (-5 *2 (-949 *3))
- (-12 (-2819 (-4 *3 (-545))) (-2819 (-4 *3 (-38 (-407 (-564)))))
+ (-12 (-4338 (-4 *3 (-545))) (-4338 (-4 *3 (-38 (-407 (-564)))))
(-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170))))
(-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790))
(-4 *5 (-847)))
(-12 (-5 *2 (-949 *3))
- (-12 (-2819 (-4 *3 (-989 (-564)))) (-4 *3 (-38 (-407 (-564))))
+ (-12 (-4338 (-4 *3 (-989 (-564)))) (-4 *3 (-38 (-407 (-564))))
(-4 *5 (-612 (-1170))))
(-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790))
(-4 *5 (-847)))))
((*1 *1 *2)
- (|partial| -2713
+ (|partial| -4078
(-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5))
- (-12 (-2819 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564)))
+ (-12 (-4338 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564)))
(-4 *5 (-612 (-1170))))
(-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))
(-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5))
@@ -13198,200 +11416,343 @@
(|partial| -12 (-5 *2 (-949 (-407 (-564)))) (-4 *1 (-1060 *3 *4 *5))
(-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170)))
(-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
- (-5 *2 (-1 *5 *5)) (-5 *1 (-801 *4 *5))
- (-4 *5 (-13 (-29 *4) (-1194) (-956))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-889 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1094))
- (-4 *5 (-1209)) (-5 *1 (-887 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-889 *4)) (-5 *3 (-641 (-1 (-112) *5))) (-4 *4 (-1094))
- (-4 *5 (-1209)) (-5 *1 (-887 *4 *5))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-889 *5)) (-5 *3 (-641 (-1170)))
- (-5 *4 (-1 (-112) (-641 *6))) (-4 *5 (-1094)) (-4 *6 (-1209))
- (-5 *1 (-887 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1209)) (-4 *4 (-847))
- (-5 *1 (-934 *4 *2 *5)) (-4 *2 (-430 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 (-1 (-112) *5))) (-4 *5 (-1209)) (-4 *4 (-847))
- (-5 *1 (-934 *4 *2 *5)) (-4 *2 (-430 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1209))
- (-5 *2 (-316 (-564))) (-5 *1 (-935 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170)) (-5 *4 (-641 (-1 (-112) *5))) (-4 *5 (-1209))
- (-5 *2 (-316 (-564))) (-5 *1 (-935 *5))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-1170))) (-5 *3 (-1 (-112) (-641 *6)))
- (-4 *6 (-13 (-430 *5) (-883 *4) (-612 (-889 *4)))) (-4 *4 (-1094))
- (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
- (-5 *1 (-1070 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-768))))
- ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-402)) (-5 *2 (-768)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-452))
- (-5 *2
- (-641
- (-2 (|:| |eigval| (-3 (-407 (-949 *4)) (-1159 (-1170) (-949 *4))))
- (|:| |geneigvec| (-641 (-685 (-407 (-949 *4))))))))
- (-5 *1 (-292 *4)) (-5 *3 (-685 (-407 (-949 *4)))))))
+ (-12 (-5 *2 (-418 (-1166 *1))) (-5 *1 (-316 *4)) (-5 *3 (-1166 *1))
+ (-4 *4 (-452)) (-4 *4 (-556)) (-4 *4 (-847))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))))
+(((*1 *2 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))))
+(((*1 *1) (-5 *1 (-225))) ((*1 *1) (-5 *1 (-379))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1150 (-407 *3))) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
+(((*1 *1 *1 *1) (-5 *1 (-162)))
+ ((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-162)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-363))
- (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)))))
-(((*1 *2)
- (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-417 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
-(((*1 *2)
- (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-417 *3)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-1183 *2)) (-4 *2 (-363)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2 *3 *2)
- (-12
+ (-12 (-5 *2 (-564)) (-5 *1 (-445 *3)) (-4 *3 (-404)) (-4 *3 (-1046)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-241)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-641 *6)) (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5))
+ (-4 *3 (-556)))))
+(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
+ (-12 (-5 *4 (-564)) (-5 *5 (-1152)) (-5 *6 (-685 (-225)))
+ (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-89 G))))
+ (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-388)) (|:| |fp| (-71 PEDERV))))
+ (-5 *10 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))
+ (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1210 *2))
+ (-4 *2 (-1094))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-847))
+ (-5 *1 (-1210 *2)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-820)) (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-4 *6 (-1235 *9)) (-4 *7 (-790)) (-4 *8 (-847)) (-4 *9 (-307))
+ (-4 *10 (-946 *9 *7 *8))
(-5 *2
- (-641
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *3)
- (|:| |polj| *3))))
- (-4 *5 (-790)) (-4 *3 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847))
- (-5 *1 (-449 *4 *5 *6 *3)))))
-(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1166 *7)) (-4 *7 (-946 *6 *4 *5)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1046)) (-5 *2 (-1166 *6))
- (-5 *1 (-321 *4 *5 *6 *7)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-641 (-1166 *7))) (-5 *3 (-1166 *7))
- (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-906)) (-4 *5 (-790))
- (-4 *6 (-847)) (-5 *1 (-903 *4 *5 *6 *7))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-641 (-1166 *5))) (-5 *3 (-1166 *5))
- (-4 *5 (-1235 *4)) (-4 *4 (-906)) (-5 *1 (-904 *4 *5)))))
+ (-2 (|:| |deter| (-641 (-1166 *10)))
+ (|:| |dterm|
+ (-641 (-641 (-2 (|:| -3192 (-768)) (|:| |pcoef| *10)))))
+ (|:| |nfacts| (-641 *6)) (|:| |nlead| (-641 *10))))
+ (-5 *1 (-775 *6 *7 *8 *9 *10)) (-5 *3 (-1166 *10)) (-5 *4 (-641 *6))
+ (-5 *5 (-641 *10)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-225)) (-5 *5 (-564)) (-5 *2 (-1204 *3))
+ (-5 *1 (-787 *3)) (-4 *3 (-971))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-112))
+ (-5 *1 (-1204 *2)) (-4 *2 (-971)))))
+(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-752)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -2956 *8)))
+ (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-985 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-641 *7)) (|:| -2956 *8)))
+ (-4 *7 (-1060 *4 *5 *6)) (-4 *8 (-1066 *4 *5 *6 *7)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-1101 *4 *5 *6 *7 *8)))))
(((*1 *2 *2)
(-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2))
(-4 *2
(-13 (-363) (-302)
- (-10 -8 (-15 -2654 ((-1119 *3 (-610 $)) $))
- (-15 -2663 ((-1119 *3 (-610 $)) $))
- (-15 -1721 ($ (-1119 *3 (-610 $))))))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-1259 *5))) (-5 *4 (-564)) (-5 *2 (-1259 *5))
- (-5 *1 (-1026 *5)) (-4 *5 (-363)) (-4 *5 (-368)) (-4 *5 (-1046)))))
-(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-996 *3)) (-4 *3 (-172)) (-5 *1 (-796 *3)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
- (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363)))
- (-4 *3 (-1235 *4)) (-5 *2 (-112)))))
+ (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $))
+ (-15 -3693 ((-1119 *3 (-610 $)) $))
+ (-15 -1831 ($ (-1119 *3 (-610 $)))))))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-363) (-302)
+ (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $))
+ (-15 -3693 ((-1119 *3 (-610 $)) $))
+ (-15 -1831 ($ (-1119 *3 (-610 $)))))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 *2))
+ (-4 *2
+ (-13 (-363) (-302)
+ (-10 -8 (-15 -3678 ((-1119 *4 (-610 $)) $))
+ (-15 -3693 ((-1119 *4 (-610 $)) $))
+ (-15 -1831 ($ (-1119 *4 (-610 $)))))))
+ (-4 *4 (-556)) (-5 *1 (-41 *4 *2))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 (-610 *2)))
+ (-4 *2
+ (-13 (-363) (-302)
+ (-10 -8 (-15 -3678 ((-1119 *4 (-610 $)) $))
+ (-15 -3693 ((-1119 *4 (-610 $)) $))
+ (-15 -1831 ($ (-1119 *4 (-610 $)))))))
+ (-4 *4 (-556)) (-5 *1 (-41 *4 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-536)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-480)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1209)) (-5 *1 (-182 *3 *2)) (-4 *2 (-670 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-918)) (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046))
+ (-4 *4 (-789))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-407 (-564))) (-4 *1 (-1240 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-847))
+ (-4 *3 (-1094)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-752)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1174)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-107 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-452)) (-4 *4 (-817))
+ (-14 *5 (-1170)) (-5 *2 (-564)) (-5 *1 (-1108 *4 *5)))))
+(((*1 *2 *3 *4 *3 *4 *4 *4)
+ (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032))
+ (-5 *1 (-753)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
(((*1 *2)
(-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
(-4 *3 (-367 *4))))
((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-685 *4)) (-5 *3 (-918)) (-4 *4 (-1046))
+ (-5 *1 (-1025 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 (-685 *4))) (-5 *3 (-918)) (-4 *4 (-1046))
+ (-5 *1 (-1025 *4)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
+ (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
+ (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1155 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
+ (-5 *1 (-1156 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1262)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *3 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |cycle?| (-112)) (|:| -3057 (-768)) (|:| |period| (-768))))
+ (-5 *1 (-1150 *4)) (-4 *4 (-1209)) (-5 *3 (-768)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |var| (-641 (-1170))) (|:| |pred| (-52))))
+ (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-225)) (-5 *1 (-305)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-685 (-949 *4))) (-5 *1 (-1025 *4))
- (-4 *4 (-1046)))))
-(((*1 *1 *1) (-5 *1 (-112))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1170)))))
+ (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-307)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
+ (-5 *1 (-1118 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-1094)))))
+(((*1 *2 *2 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-685 *3))))
+ (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))))
+ (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))))
+(((*1 *1)
+ (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-564)) (-5 *2 (-112)) (-5 *1 (-553)))))
+(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-144)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-349)) (-5 *2 (-418 (-1166 (-1166 *4))))
- (-5 *1 (-1207 *4)) (-5 *3 (-1166 (-1166 *4))))))
+ (-12 (-5 *3 (-768)) (-5 *2 (-1 (-1150 (-949 *4)) (-1150 (-949 *4))))
+ (-5 *1 (-1267 *4)) (-4 *4 (-363)))))
(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3))
- (-4 *3 (-1094)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-641 (-641 (-564)))) (-5 *1 (-968))
- (-5 *3 (-641 (-564))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923))))
- ((*1 *2 *1) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))))
-(((*1 *2 *3 *3)
- (-12 (|has| *2 (-6 (-4414 "*"))) (-4 *5 (-373 *2)) (-4 *6 (-373 *2))
- (-4 *2 (-1046)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1235 *2))
- (-4 *4 (-683 *2 *5 *6)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
- (-4 *3 (-1060 *6 *7 *8))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4))))
- (-5 *1 (-1102 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -3906 *9))))
- (-5 *5 (-112)) (-4 *8 (-1060 *6 *7 *4)) (-4 *9 (-1066 *6 *7 *4 *8))
- (-4 *6 (-452)) (-4 *7 (-790)) (-4 *4 (-847))
- (-5 *2 (-641 (-2 (|:| |val| *8) (|:| -3906 *9))))
- (-5 *1 (-1102 *6 *7 *4 *8 *9)))))
-(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ (-12 (-5 *2 (-1086 (-949 (-564)))) (-5 *3 (-949 (-564)))
+ (-5 *1 (-330))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1086 (-949 (-564)))) (-5 *1 (-330)))))
+(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790))
+ (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -4252 (-641 *9)) (|:| -2956 *4) (|:| |ineq| (-641 *9))))
+ (-5 *1 (-985 *6 *7 *8 *9 *4)) (-5 *3 (-641 *9))
+ (-4 *4 (-1066 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790))
+ (-4 *8 (-847)) (-4 *9 (-1060 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -4252 (-641 *9)) (|:| -2956 *4) (|:| |ineq| (-641 *9))))
+ (-5 *1 (-1101 *6 *7 *8 *9 *4)) (-5 *3 (-641 *9))
+ (-4 *4 (-1066 *6 *7 *8 *9)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 *8)) (-4 *8 (-946 *5 *7 *6))
+ (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
+ (-4 *7 (-790))
+ (-5 *2
+ (-641
+ (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8))
+ (|:| |wcond| (-641 (-949 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *5))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *5))))))))))
+ (-5 *1 (-921 *5 *6 *7 *8)) (-5 *4 (-641 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 *8)) (-5 *4 (-641 (-1170))) (-4 *8 (-946 *5 *7 *6))
+ (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
+ (-4 *7 (-790))
+ (-5 *2
+ (-641
+ (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8))
+ (|:| |wcond| (-641 (-949 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *5))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *5))))))))))
+ (-5 *1 (-921 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-1070 *3 *4 *5))) (-4 *3 (-1094))
- (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))
- (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3))))
- (-5 *1 (-1071 *3 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1035 (-564))) (-4 *1 (-302)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-902 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1152))
- (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-112)) (-5 *1 (-224 *4 *5)) (-4 *5 (-13 (-1194) (-29 *4))))))
-(((*1 *2 *2 *3)
- (|partial| -12
- (-5 *3 (-641 (-2 (|:| |func| *2) (|:| |pole| (-112)))))
- (-4 *2 (-13 (-430 *4) (-999))) (-4 *4 (-13 (-847) (-556)))
- (-5 *1 (-276 *4 *2)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4))
- (-5 *2 (-2 (|:| -2784 (-407 *5)) (|:| |poly| *3)))
- (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))))
-(((*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
+ (-12 (-5 *3 (-685 *7)) (-4 *7 (-946 *4 *6 *5))
+ (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790))
+ (-5 *2
+ (-641
+ (-2 (|:| |eqzro| (-641 *7)) (|:| |neqzro| (-641 *7))
+ (|:| |wcond| (-641 (-949 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *4))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *4))))))))))
+ (-5 *1 (-921 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-685 *9)) (-5 *5 (-918)) (-4 *9 (-946 *6 *8 *7))
+ (-4 *6 (-13 (-307) (-147))) (-4 *7 (-13 (-847) (-612 (-1170))))
+ (-4 *8 (-790))
+ (-5 *2
+ (-641
+ (-2 (|:| |eqzro| (-641 *9)) (|:| |neqzro| (-641 *9))
+ (|:| |wcond| (-641 (-949 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *6))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *6))))))))))
+ (-5 *1 (-921 *6 *7 *8 *9)) (-5 *4 (-641 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 (-1170))) (-5 *5 (-918))
+ (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147)))
+ (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790))
+ (-5 *2
+ (-641
+ (-2 (|:| |eqzro| (-641 *9)) (|:| |neqzro| (-641 *9))
+ (|:| |wcond| (-641 (-949 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *6))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *6))))))))))
+ (-5 *1 (-921 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 *8)) (-5 *4 (-918)) (-4 *8 (-946 *5 *7 *6))
+ (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
+ (-4 *7 (-790))
+ (-5 *2
+ (-641
+ (-2 (|:| |eqzro| (-641 *8)) (|:| |neqzro| (-641 *8))
+ (|:| |wcond| (-641 (-949 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *5))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *5))))))))))
+ (-5 *1 (-921 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 *9)) (-5 *5 (-1152))
+ (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147)))
+ (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564))
+ (-5 *1 (-921 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-685 *9)) (-5 *4 (-641 (-1170))) (-5 *5 (-1152))
+ (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147)))
+ (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564))
+ (-5 *1 (-921 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 *8)) (-5 *4 (-1152)) (-4 *8 (-946 *5 *7 *6))
+ (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
+ (-4 *7 (-790)) (-5 *2 (-564)) (-5 *1 (-921 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-685 *10)) (-5 *4 (-641 *10)) (-5 *5 (-918))
+ (-5 *6 (-1152)) (-4 *10 (-946 *7 *9 *8)) (-4 *7 (-13 (-307) (-147)))
+ (-4 *8 (-13 (-847) (-612 (-1170)))) (-4 *9 (-790)) (-5 *2 (-564))
+ (-5 *1 (-921 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-685 *10)) (-5 *4 (-641 (-1170))) (-5 *5 (-918))
+ (-5 *6 (-1152)) (-4 *10 (-946 *7 *9 *8)) (-4 *7 (-13 (-307) (-147)))
+ (-4 *8 (-13 (-847) (-612 (-1170)))) (-4 *9 (-790)) (-5 *2 (-564))
+ (-5 *1 (-921 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-685 *9)) (-5 *4 (-918)) (-5 *5 (-1152))
+ (-4 *9 (-946 *6 *8 *7)) (-4 *6 (-13 (-307) (-147)))
+ (-4 *7 (-13 (-847) (-612 (-1170)))) (-4 *8 (-790)) (-5 *2 (-564))
+ (-5 *1 (-921 *6 *7 *8 *9)))))
+(((*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1259 *1)) (-4 *1 (-367 *3)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-918)) (-4 *1 (-404))))
+ ((*1 *1 *2 *2) (-12 (-5 *2 (-564)) (-4 *1 (-404))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5 *2 *6)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-417 *4)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3))
- (-4 *3 (-1094)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112))
- (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-1174)) (-5 *1 (-1173)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1209))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-876 *2)) (-4 *2 (-1209))))
+ (-12 (-4 *4 (-1046))
+ (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284)))
+ (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-641 *6)) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-768))))
((*1 *2 *1)
+ (-12 (-4 *1 (-946 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *2 (-768)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1204 *2)) (-4 *2 (-971)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
+ (-5 *2 (-685 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))))
+(((*1 *2 *1)
(-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3)))))
((*1 *1 *2)
(-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3))))
@@ -13399,162 +11760,852 @@
(-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
((*1 *1 *1 *2)
(-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-1046)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-4 *2 (-1094))
- (-5 *1 (-886 *4 *2)))))
-(((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923))))
- ((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
- (-5 *2 (-1032)) (-5 *1 (-748)))))
-(((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-641 (-862))))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-641 (-1 *4 (-641 *4)))) (-4 *4 (-1094))
- (-5 *1 (-113 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1094))
- (-5 *1 (-113 *4))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
+(((*1 *2 *3 *3 *4 *4 *5 *5 *3 *3 *4 *4 *5 *5 *3 *3 *4 *4 *5 *5 *3 *4 *4
+ *4 *6 *4)
+ (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225))) (-5 *6 (-671 (-225)))
+ (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-747)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-585 *2)) (-4 *2 (-13 (-29 *4) (-1194)))
+ (-5 *1 (-583 *4 *2))
+ (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-114)) (-5 *2 (-641 (-1 *4 (-641 *4))))
- (-5 *1 (-113 *4)) (-4 *4 (-1094)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-3 (-112) (-641 *1)))
- (-4 *1 (-1066 *4 *5 *6 *3)))))
+ (-12 (-5 *3 (-585 (-407 (-949 *4))))
+ (-4 *4 (-13 (-452) (-1035 (-564)) (-847) (-637 (-564))))
+ (-5 *2 (-316 *4)) (-5 *1 (-588 *4)))))
+(((*1 *2)
+ (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-417 *3)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847))
+ (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-946 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1)))
+ (-4 *1 (-1235 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-819)))))
+(((*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-641 (-641 (-940 (-225)))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-641 (-641 (-940 (-225))))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790)) (-4 *7 (-946 *4 *6 *5))
+ (-5 *2
+ (-2 (|:| |sysok| (-112)) (|:| |z0| (-641 *7)) (|:| |n0| (-641 *7))))
+ (-5 *1 (-921 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564)))))
- (-4 *5 (-1235 *4))
- (-5 *2 (-641 (-2 (|:| |deg| (-768)) (|:| -2026 *5))))
- (-5 *1 (-806 *4 *5 *3 *6)) (-4 *3 (-652 *5))
- (-4 *6 (-652 (-407 *5))))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-363)) (-4 *3 (-1046))
- (-5 *1 (-1154 *3)))))
+ (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-13 (-307) (-147)))
+ (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790))
+ (-5 *2 (-641 (-407 (-949 *4)))) (-5 *1 (-921 *4 *5 *6 *7))
+ (-4 *7 (-946 *4 *6 *5)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-363)) (-5 *1 (-893 *2 *3))
+ (-4 *2 (-1235 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
(((*1 *2 *3 *4)
- (-12 (-4 *4 (-363)) (-5 *2 (-641 (-1150 *4))) (-5 *1 (-285 *4 *5))
- (-5 *3 (-1150 *4)) (-4 *5 (-1250 *4)))))
+ (-12 (-5 *3 (-294 (-407 (-949 *5)))) (-5 *4 (-1170))
+ (-4 *5 (-13 (-307) (-847) (-147)))
+ (-5 *2 (-1159 (-641 (-316 *5)) (-641 (-294 (-316 *5)))))
+ (-5 *1 (-1123 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170))
+ (-4 *5 (-13 (-307) (-847) (-147)))
+ (-5 *2 (-1159 (-641 (-316 *5)) (-641 (-294 (-316 *5)))))
+ (-5 *1 (-1123 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-418 *3)) (-4 *3 (-545)) (-4 *3 (-556))))
+ ((*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-545)) (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-545)) (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545)) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1005 *3)) (-4 *3 (-1035 (-407 (-564)))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170)) (-4 *5 (-363)) (-5 *2 (-641 (-1203 *5)))
- (-5 *1 (-1267 *5)) (-5 *4 (-1203 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
+ (-12 (-5 *3 (-1166 *1)) (-5 *4 (-1170)) (-4 *1 (-27))
+ (-5 *2 (-641 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1166 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-641 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-316 (-225))) (-5 *4 (-641 (-1170)))
+ (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-1150 (-225))) (-5 *1 (-300)))))
+(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-641 *1)) (-4 *1 (-430 *4))
- (-4 *4 (-847))))
- ((*1 *1 *2 *1 *1 *1 *1)
- (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847))))
- ((*1 *1 *2 *1 *1 *1)
- (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1170)) (-4 *1 (-430 *3)) (-4 *3 (-847)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
- (-4 *4 (-349)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114))))))
- (-4 *4 (-349)) (-5 *2 (-768)) (-5 *1 (-346 *4))))
- ((*1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-351 *3 *4)) (-14 *3 (-918))
- (-14 *4 (-918))))
- ((*1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-352 *3 *4)) (-4 *3 (-349))
- (-14 *4
- (-3 (-1166 *3)
- (-1259 (-641 (-2 (|:| -1411 *3) (|:| -1359 (-1114)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-353 *3 *4)) (-4 *3 (-349))
- (-14 *4 (-918)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-858))))
- ((*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-858)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2))
- (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4413)))))))
+ (-12 (-5 *2 (-821)) (-5 *3 (-641 (-1170))) (-5 *1 (-822)))))
(((*1 *2 *2)
(-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
(-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847))))
- ((*1 *1 *1 *1)
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-114)) (-5 *4 (-768)) (-4 *5 (-452)) (-4 *5 (-847))
+ (-4 *5 (-1035 (-564))) (-4 *5 (-556)) (-5 *1 (-41 *5 *2))
+ (-4 *2 (-430 *5))
+ (-4 *2
+ (-13 (-363) (-302)
+ (-10 -8 (-15 -3678 ((-1119 *5 (-610 $)) $))
+ (-15 -3693 ((-1119 *5 (-610 $)) $))
+ (-15 -1831 ($ (-1119 *5 (-610 $))))))))))
+(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-30))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-418 *4) *4)) (-4 *4 (-556)) (-5 *2 (-418 *4))
+ (-5 *1 (-419 *4))))
+ ((*1 *1 *1) (-5 *1 (-923)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923))))
+ ((*1 *1 *1) (-5 *1 (-924)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))
+ (-5 *4 (-407 (-564))) (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564)))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))
+ (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564)))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))
+ (-5 *4 (-407 (-564))) (-5 *1 (-1018 *3)) (-4 *3 (-1235 *4))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564)))))
+ (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564))))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
+ (-4 *3 (-1235 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-529))))
+ ((*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-529)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 (-685 *4))) (-4 *4 (-172))
+ (-5 *2 (-1259 (-685 (-949 *4)))) (-5 *1 (-189 *4)))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209))
+ (-4 *4 (-373 *2)) (-4 *5 (-373 *2))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-288 *3 *2)) (-4 *3 (-1094))
+ (-4 *2 (-1209)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-407 (-564))) (-5 *1 (-594 *3)) (-4 *3 (-38 *2))
+ (-4 *3 (-1046)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-437)) (-5 *1 (-1174)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-3
+ (|:| |noa|
+ (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225)))
+ (|:| |lb| (-641 (-840 (-225))))
+ (|:| |cf| (-641 (-316 (-225))))
+ (|:| |ub| (-641 (-840 (-225))))))
+ (|:| |lsa|
+ (-2 (|:| |lfn| (-641 (-316 (-225))))
+ (|:| -2884 (-641 (-225)))))))
+ (-5 *2 (-641 (-1152))) (-5 *1 (-267)))))
+(((*1 *1) (-5 *1 (-1261))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-641 *4))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *1) (-5 *1 (-157)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
+ (-4 *4 (-349)))))
+(((*1 *2 *1) (-12 (-5 *2 (-968)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-330)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1252 *3 *2))
+ (-4 *2 (-1250 *3)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4407)) (-4 *1 (-489 *3))
+ (-4 *3 (-1209)))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1235 *6))
+ (-4 *6 (-13 (-363) (-147) (-1035 *4))) (-5 *4 (-564))
+ (-5 *2
+ (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112))))
+ (|:| -4252
+ (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
+ (|:| |beta| *3)))))
+ (-5 *1 (-1012 *6 *3)))))
+(((*1 *1 *1)
(-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
(-4 *4 (-847)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1098)) (-5 *1 (-280)))))
-(((*1 *1 *1 *1) (-5 *1 (-162)))
- ((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-162)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-225)) (-5 *5 (-564)) (-5 *2 (-1204 *3))
- (-5 *1 (-787 *3)) (-4 *3 (-971))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-641 (-940 (-225))))) (-5 *4 (-112))
- (-5 *1 (-1204 *2)) (-4 *2 (-971)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-107 *3)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
- (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-1086 (-949 (-564)))) (-5 *3 (-949 (-564)))
- (-5 *1 (-330))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1086 (-949 (-564)))) (-5 *1 (-330)))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *1) (-5 *1 (-1261))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-768)) (-4 *5 (-556))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))))
(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094))))
((*1 *2 *1)
(-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
(-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 (-641 *8))) (-5 *3 (-641 *8))
+ (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556)) (-4 *6 (-790))
+ (-4 *7 (-847)) (-5 *2 (-112)) (-5 *1 (-974 *5 *6 *7 *8)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 (-2 (|:| |val| (-641 *6)) (|:| -2956 *7))))
+ (-4 *6 (-1060 *3 *4 *5)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-985 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-641 (-2 (|:| |val| (-641 *6)) (|:| -2956 *7))))
+ (-4 *6 (-1060 *3 *4 *5)) (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *3 (-452))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-1101 *3 *4 *5 *6 *7)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-233)) (-4 *3 (-1046)) (-4 *4 (-847)) (-4 *5 (-266 *4))
+ (-4 *6 (-790)) (-5 *2 (-1 *1 (-768))) (-4 *1 (-253 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1046)) (-4 *3 (-847)) (-4 *5 (-266 *3)) (-4 *6 (-790))
+ (-5 *2 (-1 *1 (-768))) (-4 *1 (-253 *4 *3 *5 *6))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-4 *1 (-266 *2)) (-4 *2 (-847)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-641 (-407 *7)))
+ (-4 *7 (-1235 *6)) (-5 *3 (-407 *7)) (-4 *6 (-363))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-574 *6 *7)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225)))
+ (-5 *2 (-1032)) (-5 *1 (-751)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-144))))
+ ((*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-144)))))
+(((*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))))
+(((*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-949 (-379))) (-5 *1 (-339 *3 *4 *5))
+ (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170)))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-407 (-949 (-379)))) (-5 *1 (-339 *3 *4 *5))
+ (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170)))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-316 (-379))) (-5 *1 (-339 *3 *4 *5))
+ (-4 *5 (-1035 (-379))) (-14 *3 (-641 (-1170)))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-949 (-564))) (-5 *1 (-339 *3 *4 *5))
+ (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170)))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-407 (-949 (-564)))) (-5 *1 (-339 *3 *4 *5))
+ (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170)))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-316 (-564))) (-5 *1 (-339 *3 *4 *5))
+ (-4 *5 (-1035 (-564))) (-14 *3 (-641 (-1170)))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1170)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 *2))
+ (-14 *4 (-641 *2)) (-4 *5 (-387))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-316 *5)) (-4 *5 (-387)) (-5 *1 (-339 *3 *4 *5))
+ (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-1170)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-685 (-407 (-949 (-564))))) (-4 *1 (-384))))
+ ((*1 *1 *2) (-12 (-5 *2 (-685 (-407 (-949 (-379))))) (-4 *1 (-384))))
+ ((*1 *1 *2) (-12 (-5 *2 (-685 (-949 (-564)))) (-4 *1 (-384))))
+ ((*1 *1 *2) (-12 (-5 *2 (-685 (-949 (-379)))) (-4 *1 (-384))))
+ ((*1 *1 *2) (-12 (-5 *2 (-685 (-316 (-564)))) (-4 *1 (-384))))
+ ((*1 *1 *2) (-12 (-5 *2 (-685 (-316 (-379)))) (-4 *1 (-384))))
+ ((*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-564)))) (-4 *1 (-396))))
+ ((*1 *1 *2) (-12 (-5 *2 (-407 (-949 (-379)))) (-4 *1 (-396))))
+ ((*1 *1 *2) (-12 (-5 *2 (-949 (-564))) (-4 *1 (-396))))
+ ((*1 *1 *2) (-12 (-5 *2 (-949 (-379))) (-4 *1 (-396))))
+ ((*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-4 *1 (-396))))
+ ((*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-4 *1 (-396))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1259 (-407 (-949 (-564))))) (-4 *1 (-441))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1259 (-407 (-949 (-379))))) (-4 *1 (-441))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1259 (-949 (-564)))) (-4 *1 (-441))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1259 (-949 (-379)))) (-4 *1 (-441))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1259 (-316 (-564)))) (-4 *1 (-441))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1259 (-316 (-379)))) (-4 *1 (-441))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-3
+ (|:| |nia|
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (|:| |mdnia|
+ (-2 (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-641 (-1088 (-840 (-225)))))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
+ (-5 *1 (-766))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
+ (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *1 (-805))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-3
+ (|:| |noa|
+ (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225)))
+ (|:| |lb| (-641 (-840 (-225))))
+ (|:| |cf| (-641 (-316 (-225))))
+ (|:| |ub| (-641 (-840 (-225))))))
+ (|:| |lsa|
+ (-2 (|:| |lfn| (-641 (-316 (-225))))
+ (|:| -2884 (-641 (-225)))))))
+ (-5 *1 (-838))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |pde| (-641 (-316 (-225))))
+ (|:| |constraints|
+ (-641
+ (-2 (|:| |start| (-225)) (|:| |finish| (-225))
+ (|:| |grid| (-768)) (|:| |boundaryType| (-564))
+ (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225))))))
+ (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152))
+ (|:| |tol| (-225))))
+ (-5 *1 (-895))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *1 (-973 *3 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1035 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *2)
+ (-4078
+ (-12 (-5 *2 (-949 *3))
+ (-12 (-4338 (-4 *3 (-38 (-407 (-564)))))
+ (-4338 (-4 *3 (-38 (-564)))) (-4 *5 (-612 (-1170))))
+ (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790))
+ (-4 *5 (-847)))
+ (-12 (-5 *2 (-949 *3))
+ (-12 (-4338 (-4 *3 (-545))) (-4338 (-4 *3 (-38 (-407 (-564)))))
+ (-4 *3 (-38 (-564))) (-4 *5 (-612 (-1170))))
+ (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790))
+ (-4 *5 (-847)))
+ (-12 (-5 *2 (-949 *3))
+ (-12 (-4338 (-4 *3 (-989 (-564)))) (-4 *3 (-38 (-407 (-564))))
+ (-4 *5 (-612 (-1170))))
+ (-4 *3 (-1046)) (-4 *1 (-1060 *3 *4 *5)) (-4 *4 (-790))
+ (-4 *5 (-847)))))
+ ((*1 *1 *2)
+ (-4078
+ (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5))
+ (-12 (-4338 (-4 *3 (-38 (-407 (-564))))) (-4 *3 (-38 (-564)))
+ (-4 *5 (-612 (-1170))))
+ (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))
+ (-12 (-5 *2 (-949 (-564))) (-4 *1 (-1060 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))))
+ (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-949 (-407 (-564)))) (-4 *1 (-1060 *3 *4 *5))
+ (-4 *3 (-38 (-407 (-564)))) (-4 *5 (-612 (-1170))) (-4 *3 (-1046))
+ (-4 *4 (-790)) (-4 *5 (-847)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *2 (-641 *4)) (-5 *1 (-776 *4))
+ (-4 *4 (-13 (-363) (-845))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-564)))) (-4 *5 (-1235 *4))
+ (-5 *2 (-2 (|:| |ans| (-407 *5)) (|:| |nosol| (-112))))
+ (-5 *1 (-1012 *4 *5)) (-5 *3 (-407 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1088 (-840 (-379)))) (-5 *2 (-1088 (-840 (-225))))
+ (-5 *1 (-305)))))
(((*1 *2 *2)
(-12 (-4 *2 (-172)) (-4 *2 (-1046)) (-5 *1 (-711 *2 *3))
(-4 *3 (-644 *2))))
((*1 *2 *2) (-12 (-5 *1 (-833 *2)) (-4 *2 (-172)) (-4 *2 (-1046)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-1166 (-949 *4))) (-5 *1 (-416 *3 *4))
+ (-4 *3 (-417 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-4 *3 (-363))
+ (-5 *2 (-1166 (-949 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-241))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-1264)) (-5 *1 (-241)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379))))
+ ((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *5)) (-5 *4 (-641 (-1 *6 (-641 *6))))
+ (-4 *5 (-38 (-407 (-564)))) (-4 *6 (-1250 *5)) (-5 *2 (-641 *6))
+ (-5 *1 (-1252 *5 *6)))))
+(((*1 *1 *1 *1) (-4 *1 (-545))))
+(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
+ (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-225))
+ (-5 *7 (-685 (-564))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-1088 (-225)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-316 (-225))) (-5 *1 (-267)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170))
+ (-14 *4 *2))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-641
+ (-2 (|:| -3531 (-768))
+ (|:| |eqns|
+ (-641
+ (-2 (|:| |det| *7) (|:| |rows| (-641 (-564)))
+ (|:| |cols| (-641 (-564))))))
+ (|:| |fgb| (-641 *7)))))
+ (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147)))
+ (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-768))
+ (-5 *1 (-921 *4 *5 *6 *7)))))
(((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-911 *3)) (-4 *3 (-307)))))
+(((*1 *1) (-5 *1 (-141))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-165 *3 *4))
+ (-4 *3 (-166 *4))))
+ ((*1 *2)
+ (-12 (-14 *4 *2) (-4 *5 (-1209)) (-5 *2 (-768))
+ (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *4 (-847)) (-5 *2 (-768)) (-5 *1 (-429 *3 *4))
+ (-4 *3 (-430 *4))))
+ ((*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-544 *3)) (-4 *3 (-545))))
+ ((*1 *2) (-12 (-4 *1 (-760)) (-5 *2 (-768))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-793 *3 *4))
+ (-4 *3 (-794 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-988 *3 *4))
+ (-4 *3 (-989 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-993 *3 *4))
+ (-4 *3 (-994 *4))))
+ ((*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1008 *3)) (-4 *3 (-1009))))
+ ((*1 *2) (-12 (-4 *1 (-1046)) (-5 *2 (-768))))
+ ((*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1054 *3)) (-4 *3 (-1055)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-974 *4 *5 *6 *7)))))
+(((*1 *1) (-5 *1 (-1173))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1170)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-698 *3 *5 *6 *7))
+ (-4 *3 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209))
+ (-4 *7 (-1209))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170)) (-5 *2 (-1 *6 *5)) (-5 *1 (-703 *3 *5 *6))
+ (-4 *3 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-169 *5)) (-4 *5 (-13 (-430 *4) (-999) (-1194)))
+ (-4 *4 (-13 (-556) (-847)))
+ (-4 *2 (-13 (-430 (-169 *4)) (-999) (-1194)))
+ (-5 *1 (-598 *4 *5 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))))
+(((*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-1088 (-225)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-363) (-1194) (-999))))))
(((*1 *1) (-5 *1 (-1079))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))
+ (-5 *2 (-1032)) (-5 *1 (-745)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-577))))
+ ((*1 *1 *2) (-12 (-5 *2 (-388)) (-5 *1 (-577)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
+(((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *5 (-989 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-142 *4 *5 *3))
+ (-4 *3 (-373 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *5 (-989 *4))
+ (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
+ (-5 *1 (-503 *4 *5 *6 *3)) (-4 *6 (-373 *4)) (-4 *3 (-373 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-685 *5)) (-4 *5 (-989 *4)) (-4 *4 (-556))
+ (-5 *2 (-2 (|:| |num| (-685 *4)) (|:| |den| *4)))
+ (-5 *1 (-689 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564)))))
+ (-4 *6 (-1235 *5))
+ (-5 *2 (-2 (|:| -4252 *7) (|:| |rh| (-641 (-407 *6)))))
+ (-5 *1 (-804 *5 *6 *7 *3)) (-5 *4 (-641 (-407 *6)))
+ (-4 *7 (-652 *6)) (-4 *3 (-652 (-407 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *5 (-989 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1228 *4 *5 *3))
+ (-4 *3 (-1235 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046))))
+ ((*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-445 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 (-768)) (-5 *1 (-213 *4 *2)) (-14 *4 (-918))
+ (-4 *2 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-13 (-847) (-556))))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1259 (-641 *3))) (-4 *4 (-307))
+ (-5 *2 (-641 *3)) (-5 *1 (-455 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-685 (-316 (-225)))) (-5 *2 (-379)) (-5 *1 (-205)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695))))
((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-695)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
+ (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790))
+ (-5 *2 (-112)) (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847))
+ (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-918)) (-5 *1 (-783)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-373 *2))
+ (-4 *5 (-373 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-768)) (-4 *2 (-1094)) (-5 *1 (-213 *4 *2))
+ (-14 *4 (-918))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7))
+ (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-641 (-481 *4 *5))) (-5 *3 (-641 (-861 *4)))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-471 *4 *5 *6))
+ (-4 *6 (-452)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
(((*1 *1 *1) (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112))
+ (-5 *2
+ (-2 (|:| |contp| (-564))
+ (|:| -3840 (-641 (-2 (|:| |irr| *3) (|:| -1874 (-564)))))))
+ (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112))
+ (-5 *2
+ (-2 (|:| |contp| (-564))
+ (|:| -3840 (-641 (-2 (|:| |irr| *3) (|:| -1874 (-564)))))))
+ (-5 *1 (-1224 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1259 *6)) (-5 *4 (-1259 (-564))) (-5 *5 (-564))
+ (-4 *6 (-1094)) (-5 *2 (-1 *6)) (-5 *1 (-1014 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 *6)) (-4 *5 (-1213)) (-4 *6 (-1235 *5))
+ (-5 *2 (-2 (|:| -1558 (-768)) (|:| -2860 *3) (|:| |radicand| *6)))
+ (-5 *1 (-148 *5 *6 *7)) (-5 *4 (-768)) (-4 *7 (-1235 *3)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
+ (-5 *2
+ (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564))
+ (|:| |success| (-112))))
+ (-5 *1 (-786)) (-5 *5 (-564)))))
+(((*1 *2)
+ (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-417 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -2777 (-779 *3)) (|:| |coef1| (-779 *3))))
+ (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-2 (|:| -2777 *1) (|:| |coef1| *1)))
+ (-4 *1 (-1060 *3 *4 *5)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1259 (-1259 (-564)))) (-5 *1 (-466)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-307)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
+ (-5 *2
+ (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
+ (-5 *1 (-1118 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))))
(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-436)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *3))
+ (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-641 *7) (-641 *7))) (-5 *2 (-641 *7))
+ (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-556)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-5 *1 (-974 *4 *5 *6 *7)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2))
+ (-4 *2 (-1235 *4))))
+ ((*1 *2 *2 *3 *2 *3)
+ (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1094)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-564)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-5 *2 (-1264)) (-5 *1 (-449 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-169 (-225))) (-5 *4 (-564)) (-5 *2 (-1032))
+ (-5 *1 (-755)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-790)) (-4 *5 (-1046)) (-4 *6 (-946 *5 *4 *2))
+ (-4 *2 (-847)) (-5 *1 (-947 *4 *2 *5 *6 *3))
+ (-4 *3
+ (-13 (-363)
+ (-10 -8 (-15 -1831 ($ *6)) (-15 -3678 (*6 $))
+ (-15 -3693 (*6 $)))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556))
+ (-5 *2 (-1170)) (-5 *1 (-1040 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790)) (-5 *2 (-407 (-949 *4))) (-5 *1 (-921 *4 *5 *6 *3))
+ (-4 *3 (-946 *4 *6 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-685 *7)) (-4 *7 (-946 *4 *6 *5))
+ (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790)) (-5 *2 (-685 (-407 (-949 *4))))
+ (-5 *1 (-921 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *6 *5))
+ (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790)) (-5 *2 (-641 (-407 (-949 *4))))
+ (-5 *1 (-921 *4 *5 *6 *7)))))
(((*1 *2 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-418 (-1166 *1))) (-5 *1 (-316 *4)) (-5 *3 (-1166 *1))
+ (-4 *4 (-452)) (-4 *4 (-556)) (-4 *4 (-847))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-768)) (-4 *5 (-349)) (-4 *6 (-1235 *5))
+ (-5 *2
+ (-641
+ (-2 (|:| -3331 (-685 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-685 *6)))))
+ (-5 *1 (-498 *5 *6 *7))
+ (-5 *3
+ (-2 (|:| -3331 (-685 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-685 *6))))
+ (-4 *7 (-1235 *6)))))
+(((*1 *1 *1 *1) (-4 *1 (-143)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))))
+(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1152)) (-5 *1 (-97))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-379)) (-5 *3 (-1152)) (-5 *1 (-97)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
+ ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-641
+ (-2 (|:| -3531 (-768))
+ (|:| |eqns|
+ (-641
+ (-2 (|:| |det| *7) (|:| |rows| (-641 (-564)))
+ (|:| |cols| (-641 (-564))))))
+ (|:| |fgb| (-641 *7)))))
+ (-4 *7 (-946 *4 *6 *5)) (-4 *4 (-13 (-307) (-147)))
+ (-4 *5 (-13 (-847) (-612 (-1170)))) (-4 *6 (-790)) (-5 *2 (-768))
+ (-5 *1 (-921 *4 *5 *6 *7)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
(((*1 *2 *3 *4)
(-12 (-5 *4 (-685 (-407 (-949 (-564)))))
(-5 *2 (-641 (-685 (-316 (-564))))) (-5 *1 (-1028))
(-5 *3 (-316 (-564))))))
+(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847))
+ (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-768))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847))
+ (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-4 *1 (-266 *3)) (-4 *3 (-847)) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-918))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-336 *4 *5 *6 *7)) (-4 *4 (-13 (-368) (-363)))
+ (-4 *5 (-1235 *4)) (-4 *6 (-1235 (-407 *5))) (-4 *7 (-342 *4 *5 *6))
+ (-5 *2 (-768)) (-5 *1 (-392 *4 *5 *6 *7))))
+ ((*1 *2 *1) (-12 (-4 *1 (-402)) (-5 *2 (-830 (-918)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-595 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-595 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-556)) (-5 *2 (-564)) (-5 *1 (-621 *3 *4))
+ (-4 *4 (-1235 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-737 *4 *3)) (-4 *4 (-1046))
+ (-4 *3 (-847))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-737 *4 *3)) (-4 *4 (-1046)) (-4 *3 (-847))
+ (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-901 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4))
+ (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6)))
+ (-4 *8 (-342 *5 *6 *7))
+ (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-768))
+ (-5 *1 (-908 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6))
+ (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4)))
+ (-4 *6 (-342 (-407 (-564)) *4 *5)) (-5 *2 (-768))
+ (-5 *1 (-909 *4 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-336 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-363))
+ (-4 *7 (-1235 *6)) (-4 *4 (-1235 (-407 *7))) (-4 *8 (-342 *6 *7 *4))
+ (-4 *9 (-13 (-368) (-363))) (-5 *2 (-768))
+ (-5 *1 (-1015 *6 *7 *4 *8 *9))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-4 *3 (-556))
+ (-5 *2 (-768))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1237 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-407 (-1166 (-316 *3)))) (-4 *3 (-13 (-556) (-847)))
+ (-5 *1 (-1124 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-946 *4 *6 *5)) (-4 *4 (-452))
+ (-4 *5 (-847)) (-4 *6 (-790)) (-5 *1 (-984 *4 *5 *6 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2 *3) (-12 (-5 *3 (-819)) (-5 *2 (-52)) (-5 *1 (-826)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-768)) (-4 *4 (-13 (-556) (-147)))
+ (-5 *1 (-1229 *4 *2)) (-4 *2 (-1235 *4)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2))
+ (-4 *2 (-683 *3 *4 *5)))))
+(((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1170)) (-5 *1 (-671 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
+ (-5 *1 (-585 *3)) (-4 *3 (-363)))))
(((*1 *2 *2)
(-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999)))
(-5 *1 (-176 *3)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *4 (-564)) (-5 *6 (-1 (-1264) (-1259 *5) (-1259 *5) (-379)))
+ (-5 *3 (-1259 (-379))) (-5 *5 (-379)) (-5 *2 (-1264))
+ (-5 *1 (-785)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-452)) (-4 *3 (-847)) (-4 *3 (-1035 (-564)))
+ (-4 *3 (-556)) (-5 *1 (-41 *3 *2)) (-4 *2 (-430 *3))
+ (-4 *2
+ (-13 (-363) (-302)
+ (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $))
+ (-15 -3693 ((-1119 *3 (-610 $)) $))
+ (-15 -1831 ($ (-1119 *3 (-610 $))))))))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-1152)) (-5 *5 (-685 (-225)))
+ (-5 *2 (-1032)) (-5 *1 (-744)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-430 *3) (-999))) (-5 *1 (-276 *3 *2))
+ (-4 *3 (-13 (-847) (-556))))))
+(((*1 *2 *3 *3 *3 *4 *5 *6)
+ (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225)))
+ (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225)))
+ (-5 *1 (-693)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1150 *2)) (-4 *2 (-307)) (-5 *1 (-174 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-363))
+ (-5 *2 (-641 (-2 (|:| C (-685 *5)) (|:| |g| (-1259 *5)))))
+ (-5 *1 (-975 *5)) (-5 *3 (-685 *5)) (-5 *4 (-1259 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112)) (-5 *1 (-276 *4 *3))
+ (-4 *3 (-13 (-430 *4) (-999))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
+ (-14 *5 (-641 (-1170))) (-5 *2 (-641 (-641 (-1021 (-407 *4)))))
+ (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2 (-641 (-641 (-1021 (-407 *5))))) (-5 *1 (-1285 *5 *6 *7))
+ (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-949 *4)))
+ (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
+ (-5 *2 (-641 (-641 (-1021 (-407 *4))))) (-5 *1 (-1285 *4 *5 *6))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))))
(((*1 *2 *3 *4 *5 *5)
(-12 (-5 *4 (-112)) (-5 *5 (-564)) (-4 *6 (-363)) (-4 *6 (-368))
(-4 *6 (-1046)) (-5 *2 (-641 (-641 (-685 *6)))) (-5 *1 (-1026 *6))
@@ -13571,13 +12622,97 @@
(-12 (-5 *4 (-918)) (-4 *5 (-363)) (-4 *5 (-368)) (-4 *5 (-1046))
(-5 *2 (-641 (-641 (-685 *5)))) (-5 *1 (-1026 *5))
(-5 *3 (-641 (-685 *5))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1152)) (-4 *1 (-364 *2 *4)) (-4 *2 (-1094))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-342 *4 *3 *5)) (-4 *4 (-1213)) (-4 *3 (-1235 *4))
+ (-4 *5 (-1235 (-407 *3))) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *1 (-801 *4 *2)) (-4 *2 (-13 (-29 *4) (-1194) (-956)))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1) (-5 *1 (-859)))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949 *5)) (-4 *5 (-1046)) (-5 *2 (-247 *4 *5))
+ (-5 *1 (-941 *4 *5)) (-14 *4 (-641 (-1170))))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-886 *5 *3)) (-5 *4 (-889 *5)) (-4 *5 (-1094))
+ (-4 *3 (-166 *6)) (-4 (-949 *6) (-883 *5))
+ (-4 *6 (-13 (-883 *5) (-172))) (-5 *1 (-178 *5 *6 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-886 *4 *1)) (-5 *3 (-889 *4)) (-4 *1 (-883 *4))
(-4 *4 (-1094))))
- ((*1 *1 *2)
- (-12 (-4 *1 (-364 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-641 *3)))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-886 *5 *6)) (-5 *4 (-889 *5)) (-4 *5 (-1094))
+ (-4 *6 (-13 (-1094) (-1035 *3))) (-4 *3 (-883 *5))
+ (-5 *1 (-928 *5 *3 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094))
+ (-4 *3 (-13 (-430 *6) (-612 *4) (-883 *5) (-1035 (-610 $))))
+ (-5 *4 (-889 *5)) (-4 *6 (-13 (-556) (-847) (-883 *5)))
+ (-5 *1 (-929 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-886 (-564) *3)) (-5 *4 (-889 (-564))) (-4 *3 (-545))
+ (-5 *1 (-930 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-886 *5 *6)) (-5 *3 (-610 *6)) (-4 *5 (-1094))
+ (-4 *6 (-13 (-847) (-1035 (-610 $)) (-612 *4) (-883 *5)))
+ (-5 *4 (-889 *5)) (-5 *1 (-931 *5 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-882 *5 *6 *3)) (-5 *4 (-889 *5)) (-4 *5 (-1094))
+ (-4 *6 (-883 *5)) (-4 *3 (-662 *6)) (-5 *1 (-932 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *5 (-1 (-886 *6 *3) *8 (-889 *6) (-886 *6 *3)))
+ (-4 *8 (-847)) (-5 *2 (-886 *6 *3)) (-5 *4 (-889 *6))
+ (-4 *6 (-1094)) (-4 *3 (-13 (-946 *9 *7 *8) (-612 *4)))
+ (-4 *7 (-790)) (-4 *9 (-13 (-1046) (-847) (-883 *6)))
+ (-5 *1 (-933 *6 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094))
+ (-4 *3 (-13 (-946 *8 *6 *7) (-612 *4))) (-5 *4 (-889 *5))
+ (-4 *7 (-883 *5)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *8 (-13 (-1046) (-847) (-883 *5)))
+ (-5 *1 (-933 *5 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-886 *5 *3)) (-4 *5 (-1094)) (-4 *3 (-989 *6))
+ (-4 *6 (-13 (-556) (-883 *5) (-612 *4))) (-5 *4 (-889 *5))
+ (-5 *1 (-936 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-886 *5 (-1170))) (-5 *3 (-1170)) (-5 *4 (-889 *5))
+ (-4 *5 (-1094)) (-5 *1 (-937 *5))))
+ ((*1 *2 *3 *4 *5 *2 *6)
+ (-12 (-5 *4 (-641 (-889 *7))) (-5 *5 (-1 *9 (-641 *9)))
+ (-5 *6 (-1 (-886 *7 *9) *9 (-889 *7) (-886 *7 *9))) (-4 *7 (-1094))
+ (-4 *9 (-13 (-1046) (-612 (-889 *7)) (-1035 *8)))
+ (-5 *2 (-886 *7 *9)) (-5 *3 (-641 *9)) (-4 *8 (-13 (-1046) (-847)))
+ (-5 *1 (-938 *7 *8 *9)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *4 (-13 (-1046) (-714 (-407 (-564)))))
+ (-4 *5 (-847)) (-5 *1 (-1275 *4 *5 *2)) (-4 *2 (-1280 *5 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-316 (-169 (-379)))) (-5 *1 (-330))))
+ ((*1 *1 *2) (-12 (-5 *2 (-316 (-564))) (-5 *1 (-330))))
+ ((*1 *1 *2) (-12 (-5 *2 (-316 (-379))) (-5 *1 (-330))))
+ ((*1 *1 *2) (-12 (-5 *2 (-316 (-690))) (-5 *1 (-330))))
+ ((*1 *1 *2) (-12 (-5 *2 (-316 (-697))) (-5 *1 (-330))))
+ ((*1 *1 *2) (-12 (-5 *2 (-316 (-695))) (-5 *1 (-330))))
+ ((*1 *1) (-5 *1 (-330))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-119 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-647 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-647 *3)) (-4 *3 (-1209)))))
+(((*1 *1 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556)))))
(((*1 *2 *3)
(-12 (-4 *4 (-452))
(-5 *2
@@ -13586,80 +12721,461 @@
(|:| |eigmult| (-768))
(|:| |eigvec| (-641 (-685 (-407 (-949 *4))))))))
(-5 *1 (-292 *4)) (-5 *3 (-685 (-407 (-949 *4)))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3))))))
+(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-871))))
+ ((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-641 *4)) (-4 *4 (-363)) (-5 *2 (-1259 *4))
+ (-5 *1 (-811 *4 *3)) (-4 *3 (-652 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-363))
+ (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-5 *1 (-450 *4 *5 *6 *2))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-363))
+ (-5 *2
+ (-2 (|:| R (-685 *6)) (|:| A (-685 *6)) (|:| |Ainv| (-685 *6))))
+ (-5 *1 (-975 *6)) (-5 *3 (-685 *6)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1170))
+ (-4 *5 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-2 (|:| -3521 *3) (|:| |coeff| *3))) (-5 *1 (-557 *5 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
+(((*1 *1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-263))))
+ ((*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-999))
+ (-4 *2 (-1046)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7)))
+ (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790))
+ (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8)))
+ (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7)))
+ (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790))
+ (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8)))
+ (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
(((*1 *2 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-418 *3)) (-4 *3 (-556)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1283 *3 *4)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-172))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-816 *3)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847))
+ (-4 *4 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))))
+(((*1 *1)
+ (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768))
+ (-4 *4 (-172)))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *3 (-641 (-1170))) (-4 *4 (-1094))
+ (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
+ (-5 *1 (-1070 *4 *5 *2))
+ (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4))))))
+ ((*1 *1 *2 *2)
+ (-12 (-4 *3 (-1094))
+ (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))
+ (-5 *1 (-1070 *3 *4 *2))
+ (-4 *2 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-452)))))
+(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1152)) (-5 *1 (-783)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -3777 *6) (|:| |sol?| (-112))) (-564)
+ *6))
+ (-4 *6 (-363)) (-4 *7 (-1235 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-407 *7)) (|:| |a0| *6))
+ (-2 (|:| -3521 (-407 *7)) (|:| |coeff| (-407 *7))) "failed"))
+ (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-744)))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-641 *1)) (-4 *1 (-917)))))
+(((*1 *1)
+ (-12 (-4 *3 (-1094)) (-5 *1 (-882 *2 *3 *4)) (-4 *2 (-1094))
+ (-4 *4 (-662 *3))))
+ ((*1 *1) (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-427 *3 *2)) (-4 *3 (-13 (-172) (-38 (-407 (-564)))))
+ (-4 *2 (-13 (-847) (-21))))))
(((*1 *2)
(-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
(-4 *3 (-367 *4))))
((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
+ ((*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-349)) (-5 *2 (-418 (-1166 (-1166 *4))))
+ (-5 *1 (-1207 *4)) (-5 *3 (-1166 (-1166 *4))))))
+(((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-3 *3 (-641 *1)))
+ (-4 *1 (-1066 *4 *5 *6 *3)))))
+(((*1 *2 *2 *3 *3 *4)
+ (-12 (-5 *4 (-768)) (-4 *3 (-556)) (-5 *1 (-966 *3 *2))
+ (-4 *2 (-1235 *3)))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *3 (-564)) (-5 *2 (-112)) (-5 *1 (-480)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
+ (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-129)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-536)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-859)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-539 *4 *2 *5 *6))
+ (-4 *4 (-307)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-768))))))
(((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-157))))
((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *2) (-12 (-5 *1 (-586 *2)) (-4 *2 (-545)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 *1)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1046)) (-5 *1 (-685 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 *4)) (-4 *4 (-1046)) (-4 *1 (-1117 *3 *4 *5 *6))
+ (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-282 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-282 *3)) (-4 *3 (-1209)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-327 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-516 *3 *4))
+ (-14 *4 (-564)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-750)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4)))
+ (-5 *2 (-2 (|:| |num| (-1259 *4)) (|:| |den| *4))))))
+(((*1 *1) (-5 *1 (-157))))
(((*1 *2 *3)
(-12 (-4 *4 (-452)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
(-5 *2 (-641 *3)) (-5 *1 (-974 *4 *5 *6 *3))
(-4 *3 (-1060 *4 *5 *6)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2777 *3)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564))
+ (-14 *4 (-768)) (-4 *5 (-172)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *5)) (-4 *5 (-430 *4)) (-4 *4 (-13 (-847) (-556)))
+ (-5 *2 (-859)) (-5 *1 (-32 *4 *5)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-545))
+ (-5 *2 (-407 (-564)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-418 *3)) (-4 *3 (-545))
+ (-4 *3 (-556))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-545)) (-5 *2 (-407 (-564)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-794 *3)) (-4 *3 (-172)) (-4 *3 (-545))
+ (-5 *2 (-407 (-564)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-830 *3)) (-4 *3 (-545))
+ (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-840 *3)) (-4 *3 (-545))
+ (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-994 *3)) (-4 *3 (-172)) (-4 *3 (-545))
+ (-5 *2 (-407 (-564)))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-407 (-564))) (-5 *1 (-1005 *3))
+ (-4 *3 (-1035 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *2 (-641 (-169 *4)))
+ (-5 *1 (-761 *4)) (-4 *4 (-13 (-363) (-845))))))
+(((*1 *1 *1) (-5 *1 (-1058))))
+(((*1 *1 *2) (-12 (-5 *2 (-183)) (-5 *1 (-248)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-1232 *5 *4)) (-5 *1 (-1168 *4 *5 *6))
+ (-4 *4 (-1046)) (-14 *5 (-1170)) (-14 *6 *4)))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-1232 *5 *4)) (-5 *1 (-1251 *4 *5 *6))
+ (-4 *4 (-1046)) (-14 *5 (-1170)) (-14 *6 *4))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1084)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-556)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
+ (-5 *1 (-1199 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
(((*1 *2 *2)
(|partial| -12 (-4 *3 (-1209)) (-5 *1 (-182 *3 *2))
(-4 *2 (-670 *3)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-768)) (-4 *5 (-172))))
+ ((*1 *1 *1 *2 *1 *2)
+ (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-768)) (-4 *5 (-172))))
+ ((*1 *2 *2 *3)
+ (-12
+ (-5 *2
+ (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
+ (-247 *4 (-407 (-564)))))
+ (-5 *3 (-641 (-861 *4))) (-14 *4 (-641 (-1170))) (-14 *5 (-768))
+ (-5 *1 (-505 *4 *5)))))
+(((*1 *2 *3 *4 *5 *6 *7 *6)
+ (|partial| -12
+ (-5 *5
+ (-2 (|:| |contp| *3)
+ (|:| -3840 (-641 (-2 (|:| |irr| *10) (|:| -1874 (-564)))))))
+ (-5 *6 (-641 *3)) (-5 *7 (-641 *8)) (-4 *8 (-847)) (-4 *3 (-307))
+ (-4 *10 (-946 *3 *9 *8)) (-4 *9 (-790))
+ (-5 *2
+ (-2 (|:| |polfac| (-641 *10)) (|:| |correct| *3)
+ (|:| |corrfact| (-641 (-1166 *3)))))
+ (-5 *1 (-623 *8 *9 *3 *10)) (-5 *4 (-641 (-1166 *3))))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-641
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-768)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-790)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-452)) (-4 *5 (-847))
+ (-5 *1 (-449 *3 *4 *5 *6)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-768)) (-5 *3 (-940 *4)) (-4 *1 (-1128 *4))
+ (-4 *4 (-1046))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-768)) (-5 *4 (-940 (-225))) (-5 *2 (-1264))
+ (-5 *1 (-1261)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *2) (-12 (-5 *1 (-958 *2)) (-4 *2 (-545)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-407 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-13 (-363) (-147)))
+ (-5 *1 (-399 *3 *4)))))
(((*1 *2 *3 *4 *5)
(-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
(-4 *3 (-1060 *6 *7 *8))
(-5 *2
(-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
(-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3))))
((*1 *2 *3 *4)
(-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
(-4 *3 (-1060 *5 *6 *7))
(-5 *2
(-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
(-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3))))
((*1 *2 *3 *4 *5)
(-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
(-4 *3 (-1060 *6 *7 *8))
(-5 *2
(-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
(-5 *1 (-1139 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3))))
((*1 *2 *3 *4)
(-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
(-4 *3 (-1060 *5 *6 *7))
(-5 *2
(-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
(-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094)) (-5 *2 (-112)))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-114))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1152)) (-4 *4 (-847)) (-5 *1 (-926 *4 *2))
+ (-4 *2 (-430 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170)) (-5 *4 (-1152)) (-5 *2 (-316 (-564)))
+ (-5 *1 (-927)))))
+(((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262))))
+ ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-1262)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-169 (-225))) (-5 *5 (-564))
+ (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-4 *3 (-1094))
+ (-5 *2 (-112)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
(((*1 *2 *1 *3)
(-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
(-5 *2 (-685 *4))))
((*1 *2 *1) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1046)) (-5 *1 (-891 *2 *3)) (-4 *2 (-1235 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
+ ((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
+ ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-114)) (-4 *4 (-1046)) (-5 *1 (-711 *4 *2))
+ (-4 *2 (-644 *4))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-5 *1 (-833 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-296))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-1152))) (-5 *2 (-312)) (-5 *1 (-296))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-312)) (-5 *1 (-296))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 (-1152))) (-5 *3 (-1152)) (-5 *2 (-312))
+ (-5 *1 (-296)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-363) (-845))) (-5 *1 (-181 *3 *2))
+ (-4 *2 (-1235 (-169 *3))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2))
+ (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564))))
+ (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *4))))))
((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
+ (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-1198 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))))
(((*1 *2 *2)
(|partial| -12 (-5 *2 (-407 *4)) (-4 *4 (-1235 *3))
(-4 *3 (-13 (-363) (-147) (-1035 (-564)))) (-5 *1 (-568 *3 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1094))
+ (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))
+ (-5 *2 (-641 (-1170))) (-5 *1 (-1070 *3 *4 *5))
+ (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1152)) (-5 *2 (-214 (-502))) (-5 *1 (-834)))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003))))
+ ((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 *5)) (-4 *5 (-1235 *3)) (-4 *3 (-307))
+ (-5 *2 (-112)) (-5 *1 (-455 *3 *5)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-768)) (-5 *6 (-112)) (-4 *7 (-452)) (-4 *8 (-790))
+ (-4 *9 (-847)) (-4 *3 (-1060 *7 *8 *9))
+ (-5 *2
+ (-2 (|:| |done| (-641 *4))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
+ (-5 *1 (-1064 *7 *8 *9 *3 *4)) (-4 *4 (-1066 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
+ (-4 *3 (-1060 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-641 *4))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
+ (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-641 *4))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
+ (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-768)) (-5 *6 (-112)) (-4 *7 (-452)) (-4 *8 (-790))
+ (-4 *9 (-847)) (-4 *3 (-1060 *7 *8 *9))
+ (-5 *2
+ (-2 (|:| |done| (-641 *4))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
+ (-5 *1 (-1139 *7 *8 *9 *3 *4)) (-4 *4 (-1103 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
+ (-4 *3 (-1060 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-641 *4))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
+ (-5 *1 (-1139 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-641 *4))
+ (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))))
+ (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-1046)))))
(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4412)) (-4 *1 (-151 *2)) (-4 *2 (-1209))
- (-4 *2 (-1094)))))
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-556)))))
(((*1 *1 *1 *1 *2)
(-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
(-4 *2 (-847))))
((*1 *1 *1 *1)
(-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
(-4 *4 (-847)))))
+(((*1 *1 *1) (-12 (-4 *1 (-670 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1154 *4)) (-4 *4 (-1046))
+ (-5 *3 (-564)))))
+(((*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
+(((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1037)))))
+(((*1 *2 *3) (-12 (-5 *3 (-838)) (-5 *2 (-1032)) (-5 *1 (-837))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-316 (-379)))) (-5 *4 (-641 (-379)))
+ (-5 *2 (-1032)) (-5 *1 (-837)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-768)) (-4 *5 (-1046)) (-5 *2 (-564))
+ (-5 *1 (-443 *5 *3 *6)) (-4 *3 (-1235 *5))
+ (-4 *6 (-13 (-404) (-1035 *5) (-363) (-1194) (-284)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5))
+ (-4 *3 (-1235 *4))
+ (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-753)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-316 (-379))) (-5 *2 (-316 (-225))) (-5 *1 (-305)))))
(((*1 *2 *1 *3)
(-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046))
(-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))))
@@ -13672,6 +13188,286 @@
((*1 *2 *3 *1)
(-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790))
(-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-5 *2 (-112))
+ (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1194) (-430 (-169 *4))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-112)) (-5 *1 (-1198 *4 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-213 4 (-129))) (-5 *1 (-579)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114))))))
+ (-4 *4 (-349)) (-5 *2 (-685 *4)) (-5 *1 (-346 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-407 (-949 (-564)))))
+ (-5 *2 (-641 (-641 (-294 (-949 *4))))) (-5 *1 (-380 *4))
+ (-4 *4 (-13 (-845) (-363)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-294 (-407 (-949 (-564))))))
+ (-5 *2 (-641 (-641 (-294 (-949 *4))))) (-5 *1 (-380 *4))
+ (-4 *4 (-13 (-845) (-363)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 (-564)))) (-5 *2 (-641 (-294 (-949 *4))))
+ (-5 *1 (-380 *4)) (-4 *4 (-13 (-845) (-363)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-294 (-407 (-949 (-564)))))
+ (-5 *2 (-641 (-294 (-949 *4)))) (-5 *1 (-380 *4))
+ (-4 *4 (-13 (-845) (-363)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1170))
+ (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-4 *4 (-13 (-29 *6) (-1194) (-956)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -3331 (-641 *4))))
+ (-5 *1 (-648 *6 *4 *3)) (-4 *3 (-652 *4))))
+ ((*1 *2 *3 *2 *4 *2 *5)
+ (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 *2))
+ (-4 *2 (-13 (-29 *6) (-1194) (-956)))
+ (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *1 (-648 *6 *2 *3)) (-4 *3 (-652 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 *5)) (-4 *5 (-363))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1259 *5) "failed"))
+ (|:| -3331 (-641 (-1259 *5)))))
+ (-5 *1 (-663 *5)) (-5 *4 (-1259 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-641 *5))) (-4 *5 (-363))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1259 *5) "failed"))
+ (|:| -3331 (-641 (-1259 *5)))))
+ (-5 *1 (-663 *5)) (-5 *4 (-1259 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 *5)) (-4 *5 (-363))
+ (-5 *2
+ (-641
+ (-2 (|:| |particular| (-3 (-1259 *5) "failed"))
+ (|:| -3331 (-641 (-1259 *5))))))
+ (-5 *1 (-663 *5)) (-5 *4 (-641 (-1259 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-641 *5))) (-4 *5 (-363))
+ (-5 *2
+ (-641
+ (-2 (|:| |particular| (-3 (-1259 *5) "failed"))
+ (|:| -3331 (-641 (-1259 *5))))))
+ (-5 *1 (-663 *5)) (-5 *4 (-641 (-1259 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4407))))
+ (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4407))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3331 (-641 *4))))
+ (-5 *1 (-664 *5 *6 *4 *3)) (-4 *3 (-683 *5 *6 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-363)) (-4 *6 (-13 (-373 *5) (-10 -7 (-6 -4407))))
+ (-4 *7 (-13 (-373 *5) (-10 -7 (-6 -4407))))
+ (-5 *2
+ (-641
+ (-2 (|:| |particular| (-3 *7 "failed")) (|:| -3331 (-641 *7)))))
+ (-5 *1 (-664 *5 *6 *7 *3)) (-5 *4 (-641 *7))
+ (-4 *3 (-683 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170))) (-4 *5 (-556))
+ (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-767 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-556))
+ (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-767 *4))))
+ ((*1 *2 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-114)) (-5 *4 (-1170))
+ (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *1 (-769 *5 *2)) (-4 *2 (-13 (-29 *5) (-1194) (-956)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-685 *7)) (-5 *5 (-1170))
+ (-4 *7 (-13 (-29 *6) (-1194) (-956)))
+ (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2
+ (-2 (|:| |particular| (-1259 *7)) (|:| -3331 (-641 (-1259 *7)))))
+ (-5 *1 (-799 *6 *7)) (-5 *4 (-1259 *7))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-685 *6)) (-5 *4 (-1170))
+ (-4 *6 (-13 (-29 *5) (-1194) (-956)))
+ (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2 (-641 (-1259 *6))) (-5 *1 (-799 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-641 (-294 *7))) (-5 *4 (-641 (-114)))
+ (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956)))
+ (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2
+ (-2 (|:| |particular| (-1259 *7)) (|:| -3331 (-641 (-1259 *7)))))
+ (-5 *1 (-799 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-641 *7)) (-5 *4 (-641 (-114)))
+ (-5 *5 (-1170)) (-4 *7 (-13 (-29 *6) (-1194) (-956)))
+ (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2
+ (-2 (|:| |particular| (-1259 *7)) (|:| -3331 (-641 (-1259 *7)))))
+ (-5 *1 (-799 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-294 *7)) (-5 *4 (-114)) (-5 *5 (-1170))
+ (-4 *7 (-13 (-29 *6) (-1194) (-956)))
+ (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2
+ (-3 (-2 (|:| |particular| *7) (|:| -3331 (-641 *7))) *7 "failed"))
+ (-5 *1 (-799 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-114)) (-5 *5 (-1170))
+ (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2
+ (-3 (-2 (|:| |particular| *3) (|:| -3331 (-641 *3))) *3 "failed"))
+ (-5 *1 (-799 *6 *3)) (-4 *3 (-13 (-29 *6) (-1194) (-956)))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *3 (-294 *2)) (-5 *4 (-114)) (-5 *5 (-641 *2))
+ (-4 *2 (-13 (-29 *6) (-1194) (-956))) (-5 *1 (-799 *6 *2))
+ (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))))
+ ((*1 *2 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-114)) (-5 *4 (-294 *2)) (-5 *5 (-641 *2))
+ (-4 *2 (-13 (-29 *6) (-1194) (-956)))
+ (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *1 (-799 *6 *2))))
+ ((*1 *2 *3) (-12 (-5 *3 (-805)) (-5 *2 (-1032)) (-5 *1 (-802))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-805)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-802))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4))
+ (-5 *2 (-1032)) (-5 *1 (-802))))
+ ((*1 *2 *3 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4))
+ (-5 *2 (-1032)) (-5 *1 (-802))))
+ ((*1 *2 *3 *4 *4 *5 *6 *4)
+ (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379)))
+ (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802))))
+ ((*1 *2 *3 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1259 (-316 (-379)))) (-5 *4 (-379)) (-5 *5 (-641 *4))
+ (-5 *2 (-1032)) (-5 *1 (-802))))
+ ((*1 *2 *3 *4 *4 *5 *6 *5 *4)
+ (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379)))
+ (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802))))
+ ((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
+ (-12 (-5 *3 (-1259 (-316 *4))) (-5 *5 (-641 (-379)))
+ (-5 *6 (-316 (-379))) (-5 *4 (-379)) (-5 *2 (-1032)) (-5 *1 (-802))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12
+ (-5 *5
+ (-1
+ (-3 (-2 (|:| |particular| *6) (|:| -3331 (-641 *6))) "failed")
+ *7 *6))
+ (-4 *6 (-363)) (-4 *7 (-652 *6))
+ (-5 *2 (-2 (|:| |particular| (-1259 *6)) (|:| -3331 (-685 *6))))
+ (-5 *1 (-810 *6 *7)) (-5 *3 (-685 *6)) (-5 *4 (-1259 *6))))
+ ((*1 *2 *3) (-12 (-5 *3 (-895)) (-5 *2 (-1032)) (-5 *1 (-894))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-895)) (-5 *4 (-1058)) (-5 *2 (-1032)) (-5 *1 (-894))))
+ ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
+ (-12 (-5 *4 (-768)) (-5 *6 (-641 (-641 (-316 *3)))) (-5 *7 (-1152))
+ (-5 *8 (-225)) (-5 *5 (-641 (-316 (-379)))) (-5 *3 (-379))
+ (-5 *2 (-1032)) (-5 *1 (-894))))
+ ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
+ (-12 (-5 *4 (-768)) (-5 *6 (-641 (-641 (-316 *3)))) (-5 *7 (-1152))
+ (-5 *5 (-641 (-316 (-379)))) (-5 *3 (-379)) (-5 *2 (-1032))
+ (-5 *1 (-894))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *2 (-641 (-379)))
+ (-5 *1 (-1020)) (-5 *4 (-379))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-949 (-564))) (-5 *2 (-641 (-379))) (-5 *1 (-1020))
+ (-5 *4 (-379))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1125 *4))
+ (-5 *3 (-316 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2 (-641 (-294 (-316 *4)))) (-5 *1 (-1125 *4))
+ (-5 *3 (-294 (-316 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170))
+ (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1125 *5))
+ (-5 *3 (-294 (-316 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170))
+ (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2 (-641 (-294 (-316 *5)))) (-5 *1 (-1125 *5))
+ (-5 *3 (-316 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 (-1170)))
+ (-4 *5 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2 (-641 (-641 (-294 (-316 *5))))) (-5 *1 (-1125 *5))
+ (-5 *3 (-641 (-294 (-316 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170)))
+ (-4 *5 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *5))))))
+ (-5 *1 (-1178 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 (-1170))) (-4 *5 (-556))
+ (-5 *2 (-641 (-641 (-294 (-407 (-949 *5)))))) (-5 *1 (-1178 *5))
+ (-5 *3 (-641 (-294 (-407 (-949 *5)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-407 (-949 *4)))) (-4 *4 (-556))
+ (-5 *2 (-641 (-641 (-294 (-407 (-949 *4)))))) (-5 *1 (-1178 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-641 (-641 (-294 (-407 (-949 *4))))))
+ (-5 *1 (-1178 *4)) (-5 *3 (-641 (-294 (-407 (-949 *4)))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170)) (-4 *5 (-556))
+ (-5 *2 (-641 (-294 (-407 (-949 *5))))) (-5 *1 (-1178 *5))
+ (-5 *3 (-407 (-949 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170)) (-4 *5 (-556))
+ (-5 *2 (-641 (-294 (-407 (-949 *5))))) (-5 *1 (-1178 *5))
+ (-5 *3 (-294 (-407 (-949 *5))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *4)))))
+ (-5 *1 (-1178 *4)) (-5 *3 (-407 (-949 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-641 (-294 (-407 (-949 *4)))))
+ (-5 *1 (-1178 *4)) (-5 *3 (-294 (-407 (-949 *4)))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-685 *8)) (-4 *8 (-946 *5 *7 *6))
+ (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
+ (-4 *7 (-790))
+ (-5 *2
+ (-641
+ (-2 (|:| -3531 (-768))
+ (|:| |eqns|
+ (-641
+ (-2 (|:| |det| *8) (|:| |rows| (-641 (-564)))
+ (|:| |cols| (-641 (-564))))))
+ (|:| |fgb| (-641 *8)))))
+ (-5 *1 (-921 *5 *6 *7 *8)) (-5 *4 (-768)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-564))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *5)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *5 (-1152))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-82 PDEF))))
+ (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1032))
+ (-5 *1 (-747)))))
+(((*1 *2 *3 *4 *2 *2 *5)
+ (|partial| -12 (-5 *2 (-840 *4)) (-5 *3 (-610 *4)) (-5 *5 (-112))
+ (-4 *4 (-13 (-1194) (-29 *6)))
+ (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-224 *6 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-4 *4 (-556)) (-4 *5 (-1235 *4))
+ (-5 *2 (-2 (|:| -1586 (-621 *4 *5)) (|:| -3293 (-407 *5))))
+ (-5 *1 (-621 *4 *5)) (-5 *3 (-407 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-1158 *3 *4))) (-5 *1 (-1158 *3 *4))
+ (-14 *3 (-918)) (-4 *4 (-1046))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-452)) (-4 *3 (-1046))
+ (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
+ (-4 *1 (-1235 *3)))))
(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
(-12 (-5 *3 (-564)) (-5 *5 (-685 (-225)))
(-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))))
@@ -13682,6 +13478,31 @@
(-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-67 DOT))))
(-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-388))
(-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-752)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880))
+ (-5 *3 (-641 (-564))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *4 (-1170))
+ (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-300)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-449 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))))
+(((*1 *1 *2 *3)
+ (-12
+ (-5 *3
+ (-641
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
+ (|:| |xpnt| (-564)))))
+ (-4 *2 (-556)) (-5 *1 (-418 *2))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |contp| (-564))
+ (|:| -3840 (-641 (-2 (|:| |irr| *4) (|:| -1874 (-564)))))))
+ (-4 *4 (-1235 (-564))) (-5 *2 (-418 *4)) (-5 *1 (-442 *4)))))
(((*1 *2 *1)
(-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
(-5 *2 (-112))))
@@ -13698,1190 +13519,830 @@
((*1 *2 *1)
(-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
(-5 *2 (-112)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-641 (-768)))
+ (-5 *1 (-901 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-705 *3)) (-5 *1 (-824 *2 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2) (-12 (-5 *2 (-1141 (-1152))) (-5 *1 (-391)))))
+(((*1 *2)
+ (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-417 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-756)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-183))) (-5 *1 (-140)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4)) (-4 *6 (-1235 *5))
+ (-4 *7 (-1235 (-407 *6))) (-4 *8 (-342 *5 *6 *7))
+ (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-112))
+ (-5 *1 (-908 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6))
+ (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4)))
+ (-4 *6 (-342 (-407 (-564)) *4 *5)) (-5 *2 (-112))
+ (-5 *1 (-909 *4 *5 *6)))))
(((*1 *1 *1 *1) (-4 *1 (-473))) ((*1 *1 *1 *1) (-4 *1 (-758))))
+(((*1 *1 *1) (-4 *1 (-34))) ((*1 *1 *1) (-5 *1 (-114)))
+ ((*1 *1 *1) (-5 *1 (-171))) ((*1 *1 *1) (-4 *1 (-545)))
+ ((*1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
+ (-4 *3 (-13 (-1094) (-34))))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
+(((*1 *1 *1) (-5 *1 (-48)))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1209))
+ (-4 *2 (-1209)) (-5 *1 (-58 *5 *2))))
+ ((*1 *2 *3 *1 *2 *2)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1094)) (|has| *1 (-6 -4406))
+ (-4 *1 (-151 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4406)) (-4 *1 (-151 *2))
+ (-4 *2 (-1209))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4406)) (-4 *1 (-151 *2))
+ (-4 *2 (-1209))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1046))
+ (-5 *2 (-2 (|:| -3194 (-1166 *4)) (|:| |deg| (-918))))
+ (-5 *1 (-221 *4 *5)) (-5 *3 (-1166 *4)) (-4 *5 (-13 (-556) (-847)))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-240 *5 *6)) (-14 *5 (-768))
+ (-4 *6 (-1209)) (-4 *2 (-1209)) (-5 *1 (-239 *5 *6 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *4 (-172)) (-5 *1 (-289 *4 *2 *3 *5 *6 *7))
+ (-4 *2 (-1235 *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 (-316 *2)) (-4 *2 (-556)) (-4 *2 (-847))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-335 *2 *3 *4 *5)) (-4 *2 (-363)) (-4 *3 (-1235 *2))
+ (-4 *4 (-1235 (-407 *3))) (-4 *5 (-342 *2 *3 *4))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1209)) (-4 *2 (-1209))
+ (-5 *1 (-371 *5 *4 *2 *6)) (-4 *4 (-373 *5)) (-4 *6 (-373 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1094)) (-4 *2 (-1094))
+ (-5 *1 (-423 *5 *4 *2 *6)) (-4 *4 (-425 *5)) (-4 *6 (-425 *2))))
+ ((*1 *1 *1) (-5 *1 (-495)))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-641 *5)) (-4 *5 (-1209))
+ (-4 *2 (-1209)) (-5 *1 (-639 *5 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1046)) (-4 *2 (-1046))
+ (-4 *6 (-373 *5)) (-4 *7 (-373 *5)) (-4 *8 (-373 *2))
+ (-4 *9 (-373 *2)) (-5 *1 (-681 *5 *6 *7 *4 *2 *8 *9 *10))
+ (-4 *4 (-683 *5 *6 *7)) (-4 *10 (-683 *2 *8 *9))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-708 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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 (-1046)) (-5 *1 (-709 *3 *2)) (-4 *2 (-1235 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-712 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-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 (-407 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-363))
+ (-4 *3 (-172)) (-4 *1 (-721 *3 *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-172)) (-4 *1 (-721 *3 *2)) (-4 *2 (-1235 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-955 *5)) (-4 *5 (-1209))
+ (-4 *2 (-1209)) (-5 *1 (-954 *5 *2))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-1031 *3 *4 *5 *2 *6)) (-4 *2 (-946 *3 *4 *5))
+ (-14 *6 (-641 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1046)) (-4 *2 (-1046))
+ (-14 *5 (-768)) (-14 *6 (-768)) (-4 *8 (-238 *6 *7))
+ (-4 *9 (-238 *5 *7)) (-4 *10 (-238 *6 *2)) (-4 *11 (-238 *5 *2))
+ (-5 *1 (-1051 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
+ (-4 *4 (-1049 *5 *6 *7 *8 *9)) (-4 *12 (-1049 *5 *6 *2 *10 *11))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1150 *5)) (-4 *5 (-1209))
+ (-4 *2 (-1209)) (-5 *1 (-1148 *5 *2))))
+ ((*1 *2 *2 *1 *3 *4)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2))
+ (-4 *1 (-1202 *5 *6 *7 *2)) (-4 *5 (-556)) (-4 *6 (-790))
+ (-4 *7 (-847)) (-4 *2 (-1060 *5 *6 *7))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1259 *5)) (-4 *5 (-1209))
+ (-4 *2 (-1209)) (-5 *1 (-1258 *5 *2)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-843)))))
+(((*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194)))))
+ ((*1 *1 *1 *1) (-4 *1 (-790))))
+(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790)) (-5 *2 (-641 *3)) (-5 *1 (-921 *4 *5 *6 *3))
+ (-4 *3 (-946 *4 *6 *5)))))
+(((*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-968)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172))))
+ ((*1 *2 *3 *3 *2)
+ (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-744)))))
(((*1 *2 *3 *4 *4 *3 *3 *5)
(|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-1166 *3))
(-4 *3 (-13 (-430 *6) (-27) (-1194)))
(-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2 (-2 (|:| -3526 *3) (|:| |coeff| *3)))
+ (-5 *2 (-2 (|:| -3521 *3) (|:| |coeff| *3)))
(-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094))))
((*1 *2 *3 *4 *4 *3 *4 *3 *5)
(|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-407 (-1166 *3)))
(-4 *3 (-13 (-430 *6) (-27) (-1194)))
(-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2 (-2 (|:| -3526 *3) (|:| |coeff| *3)))
+ (-5 *2 (-2 (|:| -3521 *3) (|:| |coeff| *3)))
(-5 *1 (-560 *6 *3 *7)) (-4 *7 (-1094)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-307)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
- (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
- (-5 *1 (-1118 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))))
-(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-643 *2)) (-4 *2 (-1094)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-752)))))
-(((*1 *1 *1) (-4 *1 (-657))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1170))
- (-4 *5 (-13 (-556) (-1035 (-564)) (-147)))
- (-5 *2
- (-2 (|:| -3526 (-407 (-949 *5))) (|:| |coeff| (-407 (-949 *5)))))
- (-5 *1 (-570 *5)) (-5 *3 (-407 (-949 *5))))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1098)) (-5 *3 (-771)) (-5 *1 (-52)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-112)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1166 *1)) (-5 *4 (-1170)) (-4 *1 (-27))
- (-5 *2 (-641 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1166 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-641 *1))
- (-4 *1 (-29 *4))))
+ (-12 (-5 *4 (-610 *6)) (-4 *6 (-13 (-430 *5) (-27) (-1194)))
+ (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2 (-1166 (-407 (-1166 *6)))) (-5 *1 (-560 *5 *6 *7))
+ (-5 *3 (-1166 *6)) (-4 *7 (-1094))))
((*1 *2 *1)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1235 (-564))) (-5 *1 (-486 *3)))))
-(((*1 *2 *2 *3 *3)
- (|partial| -12 (-5 *3 (-1170))
- (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-575 *4 *2))
- (-4 *2 (-13 (-1194) (-956) (-1133) (-29 *4))))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1259 *5)) (-4 *5 (-637 *4)) (-4 *4 (-556))
- (-5 *2 (-1259 *4)) (-5 *1 (-636 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-610 *5))) (-4 *4 (-847)) (-5 *2 (-610 *5))
- (-5 *1 (-573 *4 *5)) (-4 *5 (-430 *4)))))
-(((*1 *1 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
- ((*1 *1 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
- ((*1 *1 *1) (-12 (-5 *1 (-890 *2)) (-4 *2 (-847))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1202 *2 *3 *4 *5)) (-4 *2 (-556))
- (-4 *3 (-790)) (-4 *4 (-847)) (-4 *5 (-1060 *2 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209))))
- ((*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2)
- (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
- (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
- (-5 *1 (-1067 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
- (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
- (-5 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-685 *3))
- (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))))
- (-4 *4 (-1235 *3)) (-5 *1 (-499 *3 *4 *5)) (-4 *5 (-409 *3 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1141 (-1152))) (-5 *1 (-391)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1209))
- (-4 *5 (-373 *4)) (-4 *2 (-373 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *6 *7 *2)) (-4 *6 (-1046))
- (-4 *7 (-238 *5 *6)) (-4 *2 (-238 *4 *6)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-109))) (-5 *1 (-175))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-109))) (-5 *1 (-1079)))))
-(((*1 *1 *1) (-5 *1 (-1058))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -3602 *6) (|:| |sol?| (-112))) (-564)
- *6))
- (-4 *6 (-363)) (-4 *7 (-1235 *6))
- (-5 *2 (-2 (|:| |answer| (-585 (-407 *7))) (|:| |a0| *6)))
- (-5 *1 (-574 *6 *7)) (-5 *3 (-407 *7)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3378 *4)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
- (-5 *2
- (-2 (|:| -1411 *4) (|:| -2632 *4) (|:| |totalpts| (-564))
- (|:| |success| (-112))))
- (-5 *1 (-786)) (-5 *5 (-564)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-602 *3 *2)) (-4 *3 (-1094)) (-4 *3 (-847))
- (-4 *2 (-1209))))
- ((*1 *2 *1) (-12 (-5 *1 (-673 *2)) (-4 *2 (-847))))
- ((*1 *2 *1) (-12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
+ (-12 (-4 *2 (-1235 *3)) (-5 *1 (-709 *3 *2)) (-4 *3 (-1046))))
((*1 *2 *1)
- (-12 (-4 *2 (-1209)) (-5 *1 (-870 *2 *3)) (-4 *3 (-1209))))
- ((*1 *2 *1) (-12 (-5 *2 (-668 *3)) (-5 *1 (-890 *3)) (-4 *3 (-847))))
+ (-12 (-4 *1 (-721 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3))))
+ ((*1 *2 *3 *4 *4 *5 *6 *7 *8)
+ (|partial| -12 (-5 *4 (-1166 *11)) (-5 *6 (-641 *10))
+ (-5 *7 (-641 (-768))) (-5 *8 (-641 *11)) (-4 *10 (-847))
+ (-4 *11 (-307)) (-4 *9 (-790)) (-4 *5 (-946 *11 *9 *10))
+ (-5 *2 (-641 (-1166 *5))) (-5 *1 (-739 *9 *10 *11 *5))
+ (-5 *3 (-1166 *5))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1247 *3)) (-4 *3 (-1209))))
- ((*1 *2 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 (-247 *4 *5))) (-5 *2 (-247 *4 *5))
- (-14 *4 (-641 (-1170))) (-4 *5 (-452)) (-5 *1 (-629 *4 *5)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-790)) (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847))
- (-5 *2 (-112)) (-5 *1 (-449 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-114)) (-4 *2 (-1094)) (-4 *2 (-847))
- (-5 *1 (-113 *2)))))
-(((*1 *1 *1) (-4 *1 (-34))) ((*1 *1 *1) (-5 *1 (-114)))
- ((*1 *1 *1) (-5 *1 (-171))) ((*1 *1 *1) (-4 *1 (-545)))
- ((*1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
- (-4 *3 (-13 (-1094) (-34))))))
-(((*1 *1) (-5 *1 (-437))))
-(((*1 *2 *1)
- (-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172))
- (-14 *6
- (-1 (-112) (-2 (|:| -1359 *5) (|:| -2954 *2))
- (-2 (|:| -1359 *5) (|:| -2954 *2))))
- (-4 *2 (-238 (-3435 *3) (-768))) (-5 *1 (-461 *3 *4 *5 *2 *6 *7))
- (-4 *5 (-847)) (-4 *7 (-946 *4 *2 (-861 *3))))))
-(((*1 *1 *2 *3 *4)
- (-12 (-14 *5 (-641 (-1170))) (-4 *2 (-172))
- (-4 *4 (-238 (-3435 *5) (-768)))
- (-14 *6
- (-1 (-112) (-2 (|:| -1359 *3) (|:| -2954 *4))
- (-2 (|:| -1359 *3) (|:| -2954 *4))))
- (-5 *1 (-461 *5 *2 *3 *4 *6 *7)) (-4 *3 (-847))
- (-4 *7 (-946 *2 *4 (-861 *5))))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
+ (-12 (-4 *2 (-946 *3 *4 *5)) (-5 *1 (-1031 *3 *4 *5 *2 *6))
+ (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-14 *6 (-641 *2)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-436)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-192))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-300))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1150 (-225))) (-5 *2 (-641 (-1152))) (-5 *1 (-305)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5))
- (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-1272 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556))
- (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1272 *5 *6 *7 *8)))))
-(((*1 *2)
- (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-343 *3 *4)) (-14 *3 (-918))
- (-14 *4 (-918))))
- ((*1 *2)
- (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-344 *3 *4)) (-4 *3 (-349))
- (-14 *4 (-1166 *3))))
- ((*1 *2)
- (-12 (-5 *2 (-955 (-1114))) (-5 *1 (-345 *3 *4)) (-4 *3 (-349))
- (-14 *4 (-918)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -3906 *4))))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *3 (-556)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *1) (-4 *1 (-493)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
- (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225)))
- (-5 *2 (-1032)) (-5 *1 (-754)))))
+ (-12 (-5 *3 (-1166 (-564))) (-5 *2 (-564)) (-5 *1 (-939)))))
+(((*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
+ ((*1 *1 *1 *1) (-5 *1 (-859))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-192))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-300))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-840 (-225)))) (-5 *2 (-225)) (-5 *1 (-305)))))
+ (-12 (-4 *4 (-307)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
+ (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
+ (-5 *1 (-1118 *4 *5 *6 *3)) (-4 *3 (-683 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-641 (-641 *4)))) (-5 *2 (-641 (-641 *4)))
- (-5 *1 (-1180 *4)) (-4 *4 (-847)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(((*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-819)))))
-(((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-641 (-112))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-564))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-564))) (-5 *4 (-902 (-564)))
- (-5 *2 (-685 (-564))) (-5 *1 (-589))))
+ (-12
+ (-5 *3
+ (-2 (|:| -2620 (-379)) (|:| -1316 (-1152))
+ (|:| |explanations| (-641 (-1152)))))
+ (-5 *2 (-1032)) (-5 *1 (-305))))
((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-641 (-685 (-564))))
- (-5 *1 (-589))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-564))) (-5 *4 (-641 (-902 (-564))))
- (-5 *2 (-641 (-685 (-564)))) (-5 *1 (-589)))))
-(((*1 *1) (-5 *1 (-144))) ((*1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-679 *4 *3)) (-4 *4 (-1094))
- (-4 *3 (-1094)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *1) (-4 *1 (-493)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-678 *3)) (-4 *3 (-1094)))))
+ (-12
+ (-5 *3
+ (-2 (|:| -2620 (-379)) (|:| -1316 (-1152))
+ (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))))
+ (-5 *2 (-1032)) (-5 *1 (-305)))))
(((*1 *2 *1 *3 *3 *2)
(-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209))
(-4 *4 (-373 *2)) (-4 *5 (-373 *2))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "right") (|has| *1 (-6 -4413)) (-4 *1 (-119 *3))
+ (-12 (-5 *2 "right") (|has| *1 (-6 -4407)) (-4 *1 (-119 *3))
(-4 *3 (-1209))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "left") (|has| *1 (-6 -4413)) (-4 *1 (-119 *3))
+ (-12 (-5 *2 "left") (|has| *1 (-6 -4407)) (-4 *1 (-119 *3))
(-4 *3 (-1209))))
((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-288 *3 *2)) (-4 *3 (-1094))
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-288 *3 *2)) (-4 *3 (-1094))
(-4 *2 (-1209))))
((*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1170)) (-5 *1 (-630))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-1226 (-564))) (|has| *1 (-6 -4413)) (-4 *1 (-647 *2))
+ (-12 (-5 *3 (-1226 (-564))) (|has| *1 (-6 -4407)) (-4 *1 (-647 *2))
(-4 *2 (-1209))))
((*1 *1 *1 *2 *2 *1)
(-12 (-5 *2 (-641 (-564))) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
(-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "value") (|has| *1 (-6 -4413)) (-4 *1 (-1007 *2))
+ (-12 (-5 *3 "value") (|has| *1 (-6 -4407)) (-4 *1 (-1007 *2))
(-4 *2 (-1209))))
((*1 *2 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209))))
((*1 *2 *1 *3 *2)
(-12 (-4 *1 (-1185 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "last") (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2))
+ (-12 (-5 *3 "last") (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2))
(-4 *2 (-1209))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "rest") (|has| *1 (-6 -4413)) (-4 *1 (-1247 *3))
+ (-12 (-5 *2 "rest") (|has| *1 (-6 -4407)) (-4 *1 (-1247 *3))
(-4 *3 (-1209))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "first") (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2))
+ (-12 (-5 *3 "first") (|has| *1 (-6 -4407)) (-4 *1 (-1247 *2))
(-4 *2 (-1209)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1096 *4)) (-4 *4 (-1094)) (-5 *2 (-1 *4))
- (-5 *1 (-1014 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-379))) (-5 *1 (-1037)) (-5 *3 (-379))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-349))
+ (-5 *2
+ (-2 (|:| |cont| *5)
+ (|:| -3840 (-641 (-2 (|:| |irr| *3) (|:| -1874 (-564)))))))
+ (-5 *1 (-216 *5 *3)) (-4 *3 (-1235 *5)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564))))
((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-564))) (-5 *2 (-1 (-564))) (-5 *1 (-1044)))))
+ (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *1 (-880)) (-5 *3 (-564)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-481 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-1046))
- (-5 *2 (-949 *5)) (-5 *1 (-941 *4 *5)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330))
- (-5 *1 (-332))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1170)) (-5 *4 (-1086 (-949 (-564)))) (-5 *2 (-330))
- (-5 *1 (-332))))
- ((*1 *1 *2 *2 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-671 *3)) (-4 *3 (-1046))
- (-4 *3 (-1094)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152))
- (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-253 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-847))
- (-4 *5 (-790)) (-4 *2 (-266 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *3))
- (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-564)) (-5 *1 (-692 *2)) (-4 *2 (-1235 *3)))))
-(((*1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-1179)))))
-(((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1209)) (-5 *2 (-768))
- (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131))
- (-5 *2 (-768))))
- ((*1 *2)
- (-12 (-4 *4 (-363)) (-5 *2 (-768)) (-5 *1 (-328 *3 *4))
- (-4 *3 (-329 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-361 *3)) (-4 *3 (-1094))))
- ((*1 *2) (-12 (-4 *1 (-368)) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-386 *3)) (-4 *3 (-1094))))
- ((*1 *2)
- (-12 (-4 *4 (-1094)) (-5 *2 (-768)) (-5 *1 (-424 *3 *4))
- (-4 *3 (-425 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094))
- (-4 *4 (-23)) (-14 *5 *4)))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-4 *5 (-1235 *4)) (-5 *2 (-768))
- (-5 *1 (-720 *3 *4 *5)) (-4 *3 (-721 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-816 *3)) (-4 *3 (-847))))
- ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
- (-4 *3 (-1235 *2)))))
-(((*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262))))
- ((*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *1) (-4 *1 (-493)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
+ (|partial| -12 (-5 *3 (-918))
+ (-5 *2 (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114))))))
+ (-5 *1 (-346 *4)) (-4 *4 (-349)))))
+(((*1 *2 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1032))
+ (-5 *1 (-743)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4406)) (-4 *1 (-489 *4))
+ (-4 *4 (-1209)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (|has| *2 (-6 (-4414 "*"))) (-4 *5 (-373 *2)) (-4 *6 (-373 *2))
- (-4 *2 (-1046)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1235 *2))
- (-4 *4 (-683 *2 *5 *6)))))
+ (-12 (-4 *4 (-349))
+ (-5 *2 (-641 (-2 (|:| |deg| (-768)) (|:| -1565 *3))))
+ (-5 *1 (-216 *4 *3)) (-4 *3 (-1235 *4)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-1046)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170))
- (-14 *4 *2))))
+ (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1141 *3)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-752)))))
+(((*1 *1) (-5 *1 (-1260))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-323 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-131)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-602 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-1209)) (-5 *2 (-1264)))))
+(((*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-225)) (-5 *1 (-305)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1170)) (-5 *6 (-641 (-610 *3)))
+ (-5 *5 (-610 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *7)))
+ (-4 *7 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-2 (|:| -3521 *3) (|:| |coeff| *3)))
+ (-5 *1 (-557 *7 *3)))))
+(((*1 *1) (-5 *1 (-820))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-641 (-280))) (-5 *1 (-280))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1175))) (-5 *1 (-1175)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-1170))
+ (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-316 *5)))
+ (-5 *1 (-1123 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-407 (-949 *5)))) (-5 *4 (-641 (-1170)))
+ (-4 *5 (-13 (-307) (-847) (-147))) (-5 *2 (-641 (-641 (-316 *5))))
+ (-5 *1 (-1123 *5)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-169 *4)) (-5 *1 (-181 *4 *3))
- (-4 *4 (-13 (-363) (-845))) (-4 *3 (-1235 *2)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452)) (-4 *5 (-790))
- (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225)))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-66 FUNCT1))))
- (-5 *2 (-1032)) (-5 *1 (-750)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1088 (-225)))
- (-5 *5 (-112)) (-5 *2 (-1261)) (-5 *1 (-257)))))
-(((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-641 (-1024 *5 *6 *7 *8))) (-5 *1 (-1024 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-112)) (-4 *8 (-1060 *5 *6 *7))
- (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-5 *2 (-641 (-1140 *5 *6 *7 *8))) (-5 *1 (-1140 *5 *6 *7 *8)))))
-(((*1 *1 *1) (-5 *1 (-1058))))
+ (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-241)) (-5 *3 (-1152))))
+ ((*1 *2 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-241))))
+ ((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-918)) (-5 *1 (-783)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1170))
+ (-4 *5 (-13 (-556) (-1035 (-564)) (-147)))
+ (-5 *2
+ (-2 (|:| -3521 (-407 (-949 *5))) (|:| |coeff| (-407 (-949 *5)))))
+ (-5 *1 (-570 *5)) (-5 *3 (-407 (-949 *5))))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1232 *4 *5)) (-5 *3 (-641 *5)) (-14 *4 (-1170))
+ (-4 *5 (-363)) (-5 *1 (-920 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 *5)) (-4 *5 (-363)) (-5 *2 (-1166 *5))
+ (-5 *1 (-920 *4 *5)) (-14 *4 (-1170))))
+ ((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-641 *6)) (-5 *4 (-768)) (-4 *6 (-363))
+ (-5 *2 (-407 (-949 *6))) (-5 *1 (-1047 *5 *6)) (-14 *5 (-1170)))))
(((*1 *2 *2)
(-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *1 *1) (-4 *1 (-493)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
+ (-4 *2 (-13 (-430 *3) (-999))))))
(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1250 *4))
+ (-4 *4 (-38 (-407 (-564)))) (-5 *2 (-1 (-1150 *4) (-1150 *4)))
+ (-5 *1 (-1252 *4 *5)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-3 (-407 (-949 *6)) (-1159 (-1170) (-949 *6))))
+ (-5 *5 (-768)) (-4 *6 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *6)))))
+ (-5 *1 (-292 *6)) (-5 *4 (-685 (-407 (-949 *6))))))
+ ((*1 *2 *3 *4)
(-12
(-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
- (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-379)) (-5 *1 (-205)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-902 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-316 (-225))) (-5 *4 (-1170))
- (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-192))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-316 (-225))) (-5 *4 (-1170))
- (-5 *5 (-1088 (-840 (-225)))) (-5 *2 (-641 (-225))) (-5 *1 (-300)))))
-(((*1 *2 *1) (-12 (-5 *2 (-418 *3)) (-5 *1 (-911 *3)) (-4 *3 (-307)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1046)) (-5 *1 (-709 *3 *2)) (-4 *2 (-1235 *3)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *1 (-103 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-644 *5)) (-4 *5 (-1046))
- (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-849 *5))))
+ (-2 (|:| |eigval| (-3 (-407 (-949 *5)) (-1159 (-1170) (-949 *5))))
+ (|:| |eigmult| (-768)) (|:| |eigvec| (-641 *4))))
+ (-4 *5 (-452)) (-5 *2 (-641 (-685 (-407 (-949 *5)))))
+ (-5 *1 (-292 *5)) (-5 *4 (-685 (-407 (-949 *5)))))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4))
+ (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6)))
+ (-4 *8 (-342 *5 *6 *7))
+ (-4 *4 (-13 (-847) (-556) (-1035 (-564))))
+ (-5 *2 (-2 (|:| -2155 (-768)) (|:| -2609 *8)))
+ (-5 *1 (-908 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6))
+ (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4)))
+ (-4 *6 (-342 (-407 (-564)) *4 *5))
+ (-5 *2 (-2 (|:| -2155 (-768)) (|:| -2609 *6)))
+ (-5 *1 (-909 *4 *5 *6)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1152)) (-4 *1 (-364 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-1094)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1170))
+ (-5 *2 (-3 (|:| |fst| (-434)) (|:| -3495 "void"))) (-5 *1 (-1173)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1166 *1)) (-5 *4 (-1170)) (-4 *1 (-27))
+ (-5 *2 (-641 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1166 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-27)) (-5 *2 (-641 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-641 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *2 (-641 *1)) (-4 *1 (-29 *3)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-879 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032))
+ (-5 *1 (-745)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-323 *3 *4)) (-4 *3 (-1094))
+ (-4 *4 (-131))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-685 *3)) (-4 *1 (-417 *3)) (-4 *3 (-172))))
- ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046))))
- ((*1 *2 *3 *2 *2 *4 *5)
- (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1046))
- (-5 *1 (-850 *2 *3)) (-4 *3 (-849 *2)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-361 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-386 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-645 *3 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *3) (-12 (-5 *3 (-641 (-564))) (-5 *2 (-768)) (-5 *1 (-589)))))
+(((*1 *2 *1) (-12 (-4 *1 (-556)) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-641 (-1232 *5 *4)))
+ (-5 *1 (-1108 *4 *5)) (-5 *3 (-1232 *5 *4)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-1114)) (-5 *2 (-112)) (-5 *1 (-818)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1150 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
+(((*1 *1)
+ (-12 (-4 *1 (-404)) (-4338 (|has| *1 (-6 -4397)))
+ (-4338 (|has| *1 (-6 -4389)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-847))))
+ ((*1 *2 *1) (-12 (-4 *1 (-827 *2)) (-4 *2 (-847))))
+ ((*1 *1) (-4 *1 (-841))) ((*1 *1 *1 *1) (-4 *1 (-847))))
(((*1 *2 *3)
- (-12 (-5 *3 (-918))
+ (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7))))
+ (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-685 (-407 (-949 (-564)))))
(-5 *2
- (-3 (-1166 *4)
- (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114)))))))
- (-5 *1 (-346 *4)) (-4 *4 (-349)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *1 *1) (-4 *1 (-493)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
- (-12 (-5 *3 (-564)) (-5 *5 (-112)) (-5 *6 (-685 (-225)))
- (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-77 OBJFUN))))
- (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-750)))))
+ (-641
+ (-2 (|:| |radval| (-316 (-564))) (|:| |radmult| (-564))
+ (|:| |radvect| (-641 (-685 (-316 (-564))))))))
+ (-5 *1 (-1028)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-307))))
+ ((*1 *2 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-386 *3)) (|:| |rm| (-386 *3))))
+ (-5 *1 (-386 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -4347 (-768)) (|:| -1678 (-768))))
+ (-5 *1 (-768))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3190 *4)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *3 (-1235 (-564))) (-5 *1 (-486 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-407 (-564))) (-5 *1 (-305)))))
+(((*1 *2 *3)
(-12
+ (-5 *3
+ (-2 (|:| -2394 (-685 (-407 (-949 *4))))
+ (|:| |vec| (-641 (-407 (-949 *4)))) (|:| -3531 (-768))
+ (|:| |rows| (-641 (-564))) (|:| |cols| (-641 (-564)))))
+ (-4 *4 (-13 (-307) (-147))) (-4 *5 (-13 (-847) (-612 (-1170))))
+ (-4 *6 (-790))
(-5 *2
- (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225)))
- (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225))))
- (|:| |ub| (-641 (-840 (-225))))))
- (-5 *1 (-267)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452))
- (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-974 *3 *4 *5 *6)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-545)) (-5 *1 (-159 *2)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
+ (-2 (|:| |partsol| (-1259 (-407 (-949 *4))))
+ (|:| -3331 (-641 (-1259 (-407 (-949 *4)))))))
+ (-5 *1 (-921 *4 *5 *6 *7)) (-4 *7 (-946 *4 *6 *5)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-407 (-949 *4))) (-5 *3 (-1170))
- (-4 *4 (-13 (-556) (-1035 (-564)) (-147))) (-5 *1 (-570 *4)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-157)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *1 *1) (-4 *1 (-493)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-294 *2)) (-4 *2 (-723)) (-4 *2 (-1209)))))
-(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
-(((*1 *1) (-5 *1 (-615))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1235 *5)) (-4 *5 (-363))
- (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
- (-5 *1 (-574 *5 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1046)) (-5 *1 (-1231 *3 *2)) (-4 *2 (-1235 *3)))))
+ (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-887 *4 *3))
+ (-4 *3 (-1209))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-363) (-1194) (-999))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-13 (-847) (-556))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1046)) (-4 *3 (-1235 *4)) (-4 *2 (-1250 *4))
+ (-5 *1 (-1253 *4 *3 *5 *2)) (-4 *5 (-652 *3)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
+ (-5 *2 (-685 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-685 *4)) (-5 *1 (-416 *3 *4))
+ (-4 *3 (-417 *4))))
+ ((*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1094))
- (-4 *4 (-13 (-1046) (-883 *3) (-847) (-612 (-889 *3))))
- (-5 *2 (-641 (-1070 *3 *4 *5))) (-5 *1 (-1071 *3 *4 *5))
- (-4 *5 (-13 (-430 *4) (-883 *3) (-612 (-889 *3)))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924))
- (-5 *1 (-922 *3)) (-4 *3 (-612 (-536)))))
- ((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *4 (-1170)) (-5 *5 (-1088 (-225))) (-5 *2 (-924))
- (-5 *1 (-922 *3)) (-4 *3 (-612 (-536)))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923))))
- ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-923))))
- ((*1 *1 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-923))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924))))
- ((*1 *1 *2 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-924))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-924))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-641 (-1 (-225) (-225)))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-924))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-1 (-225) (-225)))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-924))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-924))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1088 (-225)))
- (-5 *1 (-924)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-307)) (-5 *2 (-112)))))
+ (|partial| -12
+ (-4 *3 (-13 (-847) (-1035 (-564)) (-637 (-564)) (-452)))
+ (-5 *2
+ (-2
+ (|:| |%term|
+ (-2 (|:| |%coef| (-1244 *4 *5 *6))
+ (|:| |%expon| (-319 *4 *5 *6))
+ (|:| |%expTerms|
+ (-641 (-2 (|:| |k| (-407 (-564))) (|:| |c| *4))))))
+ (|:| |%type| (-1152))))
+ (-5 *1 (-1245 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1194) (-430 *3)))
+ (-14 *5 (-1170)) (-14 *6 *4))))
+(((*1 *2) (-12 (-5 *2 (-641 *3)) (-5 *1 (-1078 *3)) (-4 *3 (-132)))))
+(((*1 *2 *2 *3 *3)
+ (|partial| -12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-575 *4 *2))
+ (-4 *2 (-13 (-1194) (-956) (-1133) (-29 *4))))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -3331 (-641 *1))))
+ (-4 *1 (-367 *3))))
+ ((*1 *2)
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-453 *3 *4 *5 *6))
+ (|:| -3331 (-641 (-453 *3 *4 *5 *6)))))
+ (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-816 *3)) (-4 *3 (-847)) (-5 *1 (-668 *3)))))
+(((*1 *1) (-5 *1 (-144))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4))))
+ (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1170)) (-5 *2 (-641 (-962))) (-5 *1 (-291)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
- (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
- (-4 *7 (-989 *4)) (-4 *2 (-683 *7 *8 *9))
- (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-683 *4 *5 *6))
- (-4 *8 (-373 *7)) (-4 *9 (-373 *7))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2)) (-4 *2 (-307))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-307)) (-4 *3 (-172)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2))
- (-4 *2 (-683 *3 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-685 *3)) (-4 *3 (-307)) (-5 *1 (-696 *3))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1049 *2 *3 *4 *5 *6)) (-4 *4 (-1046))
- (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *2 *4)) (-4 *4 (-307)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-966 *4 *3))
- (-4 *3 (-1235 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847))
- (-4 *4 (-172))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1280 *3 *4)) (-4 *3 (-847))
- (-4 *4 (-1046)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
(-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-5 *2 (-407 *1)) (-4 *1 (-1235 *3)) (-4 *3 (-1046))
+ (-4 *3 (-556))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-556)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1007 *3)) (-4 *3 (-1209)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-604)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-819)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *2 (-1060 *4 *5 *6)) (-5 *1 (-773 *4 *5 *6 *2 *3))
+ (-4 *3 (-1066 *4 *5 *6 *2)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1259 *4)) (-5 *3 (-564)) (-4 *4 (-349))
+ (-5 *1 (-528 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-847)) (-5 *1 (-1180 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))))
+(((*1 *1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *3 (-556)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-1046))
+ (-5 *1 (-1154 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-564)) (-5 *1 (-1251 *3 *4 *5)) (-4 *3 (-1046))
+ (-14 *4 (-1170)) (-14 *5 *3))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1134 *4 *5)) (-4 *4 (-13 (-1094) (-34)))
- (-4 *5 (-13 (-1094) (-34))) (-5 *2 (-112)) (-5 *1 (-1135 *4 *5)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
- (-4 *3 (-13 (-1094) (-34))))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-379)) (-5 *1 (-97)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
-(((*1 *1 *1 *1) (-4 *1 (-302))) ((*1 *1 *1) (-4 *1 (-302))))
-(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-257)))))
-(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-1209)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
+ (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1))
+ (-4 *1 (-1066 *4 *5 *6 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *1 *1) (-4 *1 (-1133))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-275)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
- (-247 *4 (-407 (-564)))))
- (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112))
- (-5 *1 (-505 *4 *5)))))
-(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847))))
- ((*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
- (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))))
- (-5 *2 (-1032)) (-5 *1 (-746))))
- ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
- (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-61 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-87 BDYVAL))))
- (-5 *8 (-388)) (-5 *2 (-1032)) (-5 *1 (-746)))))
-(((*1 *2 *3) (-12 (-5 *2 (-418 *3)) (-5 *1 (-558 *3)) (-4 *3 (-545))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3))
- (-5 *1 (-739 *4 *5 *6 *3)) (-4 *3 (-946 *6 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-307))
- (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-418 (-1166 *7)))
- (-5 *1 (-739 *4 *5 *6 *7)) (-5 *3 (-1166 *7))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-452)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-418 *1)) (-4 *1 (-946 *3 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-847)) (-4 *5 (-790)) (-4 *6 (-452)) (-5 *2 (-418 *3))
- (-5 *1 (-976 *4 *5 *6 *3)) (-4 *3 (-946 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-452))
- (-4 *7 (-946 *6 *4 *5)) (-5 *2 (-418 (-1166 (-407 *7))))
- (-5 *1 (-1165 *4 *5 *6 *7)) (-5 *3 (-1166 (-407 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-418 *1)) (-4 *1 (-1213))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-418 *3)) (-5 *1 (-1238 *4 *3))
- (-4 *3 (-13 (-1235 *4) (-556) (-10 -8 (-15 -3377 ($ $ $)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1043 *4 *5)) (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
- (-14 *5 (-641 (-1170)))
- (-5 *2
- (-641 (-1140 *4 (-531 (-861 *6)) (-861 *6) (-777 *4 (-861 *6)))))
- (-5 *1 (-1285 *4 *5 *6)) (-14 *6 (-641 (-1170))))))
+ (|partial| -12 (-4 *2 (-1094)) (-5 *1 (-1186 *3 *2)) (-4 *3 (-1094)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))))
(((*1 *1 *1)
(-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *1 (-231 *4))
- (-4 *4 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-768))))
- ((*1 *1 *1) (-4 *1 (-233)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-4 *1 (-266 *3)) (-4 *3 (-847))))
- ((*1 *1 *1) (-12 (-4 *1 (-266 *2)) (-4 *2 (-847))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213))
- (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4))
- (-4 *4 (-1235 *3))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-363) (-147))) (-5 *1 (-399 *2 *3))
- (-4 *3 (-1235 *2))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-474 *3 *4 *5))
- (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-363)) (-4 *2 (-897 *3)) (-5 *1 (-585 *2))
- (-5 *3 (-1170))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-585 *2)) (-4 *2 (-363))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-859))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 *4)) (-5 *3 (-641 (-768))) (-4 *1 (-897 *4))
- (-4 *4 (-1094))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *1 (-897 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *1 (-897 *3)) (-4 *3 (-1094))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-897 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1161 *3 *4 *5))
- (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1167 *3 *4 *5))
- (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1168 *3 *4 *5))
- (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1223 *3 *4 *5))
- (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1235 *3)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1244 *3 *4 *5))
- (-4 *3 (-1046)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1255 *4)) (-14 *4 (-1170)) (-5 *1 (-1251 *3 *4 *5))
- (-4 *3 (-1046)) (-14 *5 *3))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-641 (-2 (|:| |totdeg| (-768)) (|:| -2107 *3))))
- (-5 *4 (-768)) (-4 *3 (-946 *5 *6 *7)) (-4 *5 (-452)) (-4 *6 (-790))
- (-4 *7 (-847)) (-5 *1 (-449 *5 *6 *7 *3)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *2 (-1094)) (-4 *3 (-1094))
- (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1095 *3 *4)) (-14 *3 (-918))
+ (-14 *4 (-918)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-556) (-847)))
- (-4 *2 (-13 (-430 (-169 *4)) (-999) (-1194)))
- (-5 *1 (-598 *4 *3 *2)) (-4 *3 (-13 (-430 *4) (-999) (-1194))))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-315 *4 *5))
+ (-4 *5 (-13 (-27) (-1194) (-430 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-315 *4 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-407 (-564)))
+ (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-315 *5 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-294 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *5)))
+ (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-315 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-294 *3)) (-5 *5 (-407 (-564)))
+ (-4 *3 (-13 (-27) (-1194) (-430 *6)))
+ (-4 *6 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-315 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 (-564))) (-5 *4 (-294 *6))
+ (-4 *6 (-13 (-27) (-1194) (-430 *5)))
+ (-4 *5 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-459 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3))
+ (-4 *3 (-13 (-27) (-1194) (-430 *6)))
+ (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-459 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *7 (-564))) (-5 *4 (-294 *7)) (-5 *5 (-1226 (-564)))
+ (-4 *7 (-13 (-27) (-1194) (-430 *6)))
+ (-4 *6 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-459 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-564)))
+ (-4 *3 (-13 (-27) (-1194) (-430 *7)))
+ (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-459 *7 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-1 *8 (-407 (-564)))) (-5 *4 (-294 *8))
+ (-5 *5 (-1226 (-407 (-564)))) (-5 *6 (-407 (-564)))
+ (-4 *8 (-13 (-27) (-1194) (-430 *7)))
+ (-4 *7 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-459 *7 *8))))
+ ((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *4 (-1170)) (-5 *5 (-294 *3)) (-5 *6 (-1226 (-407 (-564))))
+ (-5 *7 (-407 (-564))) (-4 *3 (-13 (-27) (-1194) (-430 *8)))
+ (-4 *8 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-52)) (-5 *1 (-459 *8 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3))))
+ (-4 *3 (-1046)) (-5 *1 (-594 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-595 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1150 (-2 (|:| |k| (-564)) (|:| |c| *3))))
+ (-4 *3 (-1046)) (-4 *1 (-1219 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-768))
+ (-5 *3 (-1150 (-2 (|:| |k| (-407 (-564))) (|:| |c| *4))))
+ (-4 *4 (-1046)) (-4 *1 (-1240 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-4 *1 (-1250 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1150 (-2 (|:| |k| (-768)) (|:| |c| *3))))
+ (-4 *3 (-1046)) (-4 *1 (-1250 *3)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-1226 (-564))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2)
+ (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-906))
+ (-5 *1 (-457 *3 *4 *2 *5)) (-4 *5 (-946 *2 *3 *4))))
+ ((*1 *2)
+ (-12 (-4 *3 (-790)) (-4 *4 (-847)) (-4 *2 (-906))
+ (-5 *1 (-903 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4))))
+ ((*1 *2) (-12 (-4 *2 (-906)) (-5 *1 (-904 *2 *3)) (-4 *3 (-1235 *2)))))
+(((*1 *2 *2)
(-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-670 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-940 (-225))) (-5 *4 (-871)) (-5 *5 (-918))
+ (-5 *2 (-1264)) (-5 *1 (-468))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-940 (-225))) (-5 *2 (-1264)) (-5 *1 (-468))))
+ ((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-641 (-940 (-225)))) (-5 *4 (-871)) (-5 *5 (-918))
+ (-5 *2 (-1264)) (-5 *1 (-468)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2)
+ (-12 (-4 *3 (-1046)) (-5 *2 (-955 (-709 *3 *4))) (-5 *1 (-709 *3 *4))
+ (-4 *4 (-1235 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-1150 *7))) (-4 *6 (-847))
- (-4 *7 (-946 *5 (-531 *6) *6)) (-4 *5 (-1046))
- (-5 *2 (-1 (-1150 *7) *7)) (-5 *1 (-1120 *5 *6 *7)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-790)) (-4 *6 (-847)) (-4 *7 (-556))
- (-4 *3 (-946 *7 *5 *6))
- (-5 *2
- (-2 (|:| -2954 (-768)) (|:| -2784 *3) (|:| |radicand| (-641 *3))))
- (-5 *1 (-950 *5 *6 *7 *3 *8)) (-5 *4 (-768))
- (-4 *8
- (-13 (-363)
- (-10 -8 (-15 -1721 ($ *3)) (-15 -2654 (*3 $)) (-15 -2663 (*3 $))))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-641 (-52))) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+ (-12 (-5 *3 (-641 *4)) (-4 *4 (-1046)) (-5 *2 (-1259 *4))
+ (-5 *1 (-1171 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-918)) (-5 *2 (-1259 *3)) (-5 *1 (-1171 *3))
+ (-4 *3 (-1046)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467))))
+ ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-1259 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 (-940 *4))) (-4 *1 (-1128 *4)) (-4 *4 (-1046))
- (-5 *2 (-768)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *2 (-1094)) (-4 *3 (-1094))
- (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1094)) (-5 *2 (-112)) (-5 *1 (-882 *3 *4 *5))
- (-4 *3 (-1094)) (-4 *5 (-662 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-886 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-1094)))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-940 *5)) (-5 *3 (-768)) (-4 *5 (-1046))
- (-5 *1 (-1158 *4 *5)) (-14 *4 (-918)))))
-(((*1 *1 *1) (-4 *1 (-95))) ((*1 *1 *1 *1) (-5 *1 (-225)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ (-12 (-5 *2 (-1158 3 *3)) (-4 *3 (-1046)) (-4 *1 (-1128 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))))
+(((*1 *2 *3) (-12 (-5 *3 (-940 *2)) (-5 *1 (-979 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1259 (-1259 (-564)))) (-5 *3 (-918)) (-5 *1 (-466)))))
+(((*1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ (-12 (-5 *2 (-768)) (-5 *1 (-120 *3)) (-4 *3 (-1235 (-564))))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-685 (-564))) (-5 *3 (-641 (-564))) (-5 *1 (-1104)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-641 (-641 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-641 (-3 (|:| |array| (-641 *3)) (|:| |scalar| (-1170)))))
+ (-5 *6 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1098))
+ (-5 *1 (-397))))
+ ((*1 *2 *3 *4 *5 *6 *3)
+ (-12 (-5 *5 (-641 (-641 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-641 (-3 (|:| |array| (-641 *3)) (|:| |scalar| (-1170)))))
+ (-5 *6 (-641 (-1170))) (-5 *3 (-1170)) (-5 *2 (-1098))
+ (-5 *1 (-397))))
+ ((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *4 (-641 (-1170))) (-5 *5 (-1173)) (-5 *3 (-1170))
+ (-5 *2 (-1098)) (-5 *1 (-397)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
+ (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-556)) (-4 *5 (-373 *4)) (-4 *6 (-373 *4))
+ (-4 *7 (-989 *4)) (-4 *2 (-683 *7 *8 *9))
+ (-5 *1 (-522 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-683 *4 *5 *6))
+ (-4 *8 (-373 *7)) (-4 *9 (-373 *7))))
((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *1 *1 *1) (-5 *1 (-379)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
+ (|partial| -12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046))
+ (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-363))))
((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
- ((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-108))))
- ((*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-217))))
- ((*1 *2 *1) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-487))))
- ((*1 *1 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-307))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564))))
- ((*1 *1 *1) (-4 *1 (-1055))))
-(((*1 *2 *2) (-12 (-5 *2 (-641 (-316 (-225)))) (-5 *1 (-267)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2))
+ (|partial| -12 (-4 *3 (-363)) (-4 *3 (-172)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2))
+ (-4 *2 (-683 *3 *4 *5))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-685 *2)) (-4 *2 (-363)) (-4 *2 (-1046))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1117 *2 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-238 *2 *3)) (-4 *5 (-238 *2 *3)) (-4 *3 (-363))))
+ ((*1 *2 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-1180 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-4 *6 (-1060 *3 *4 *5)) (-5 *1 (-622 *3 *4 *5 *6 *7 *2))
+ (-4 *7 (-1066 *3 *4 *5 *6)) (-4 *2 (-1103 *3 *4 *5 *6)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *4 (-556)) (-5 *1 (-966 *4 *2))
(-4 *2 (-1235 *4)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1094)) (-5 *1 (-103 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1094)))))
+(((*1 *1 *2 *3 *1 *3)
+ (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3))
+ (-4 *3 (-1094)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-847)) (-5 *2 (-641 (-641 (-641 *4))))
- (-5 *1 (-1180 *4)) (-5 *3 (-641 (-641 *4))))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-553)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
-(((*1 *1 *2) (-12 (-4 *1 (-662 *2)) (-4 *2 (-1209))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-1170)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-1060 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-529))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-577))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-858)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-918)) (|has| *1 (-6 -4403)) (-4 *1 (-404))))
- ((*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918))))
- ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695))))
- ((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-918)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
- ((*1 *1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-263)))))
+ (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-826)) (-5 *3 (-1152)))))
+(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1044)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 *1)) (-4 *1 (-1060 *4 *5 *6)) (-4 *4 (-1046))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790))
- (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
+ (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-564)) (-5 *1 (-204)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-847)) (-5 *1 (-126 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1209)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2))))
+ (-12 (-5 *3 (-768)) (-5 *2 (-1 (-1150 (-949 *4)) (-1150 (-949 *4))))
+ (-5 *1 (-1267 *4)) (-4 *4 (-363)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-974 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-641 *7)) (-5 *3 (-112)) (-4 *7 (-1060 *4 *5 *6))
+ (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-5 *1 (-974 *4 *5 *6 *7)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-940 (-225))) (-5 *4 (-871)) (-5 *2 (-1264))
+ (-5 *1 (-468))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1046)) (-4 *1 (-977 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-940 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-940 *3)) (-4 *3 (-1046)) (-4 *1 (-1128 *3))))
((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-602 *3 *2)) (-4 *3 (-1094))
- (-4 *2 (-1209)))))
-(((*1 *2 *3 *4 *3 *3)
- (-12 (-5 *3 (-294 *6)) (-5 *4 (-114)) (-4 *6 (-430 *5))
- (-4 *5 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
- (-5 *1 (-317 *5 *6))))
- ((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-294 *7)) (-5 *4 (-114)) (-5 *5 (-641 *7))
- (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536))))
- (-5 *2 (-52)) (-5 *1 (-317 *6 *7))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-641 (-294 *7))) (-5 *4 (-641 (-114))) (-5 *5 (-294 *7))
- (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536))))
- (-5 *2 (-52)) (-5 *1 (-317 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-641 (-294 *8))) (-5 *4 (-641 (-114))) (-5 *5 (-294 *8))
- (-5 *6 (-641 *8)) (-4 *8 (-430 *7))
- (-4 *7 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
- (-5 *1 (-317 *7 *8))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-641 *7)) (-5 *4 (-641 (-114))) (-5 *5 (-294 *7))
- (-4 *7 (-430 *6)) (-4 *6 (-13 (-847) (-556) (-612 (-536))))
- (-5 *2 (-52)) (-5 *1 (-317 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 (-114))) (-5 *6 (-641 (-294 *8)))
- (-4 *8 (-430 *7)) (-5 *5 (-294 *8))
- (-4 *7 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
- (-5 *1 (-317 *7 *8))))
- ((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-294 *5)) (-5 *4 (-114)) (-4 *5 (-430 *6))
- (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
- (-5 *1 (-317 *6 *5))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-4 *3 (-430 *6))
- (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
- (-5 *1 (-317 *6 *3))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-4 *3 (-430 *6))
- (-4 *6 (-13 (-847) (-556) (-612 (-536)))) (-5 *2 (-52))
- (-5 *1 (-317 *6 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-114)) (-5 *5 (-294 *3)) (-5 *6 (-641 *3))
- (-4 *3 (-430 *7)) (-4 *7 (-13 (-847) (-556) (-612 (-536))))
- (-5 *2 (-52)) (-5 *1 (-317 *7 *3)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-923)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-363)) (-4 *5 (-556))
- (-5 *2
- (-2 (|:| |minor| (-641 (-918))) (|:| -2026 *3)
- (|:| |minors| (-641 (-641 (-918)))) (|:| |ops| (-641 *3))))
- (-5 *1 (-90 *5 *3)) (-5 *4 (-918)) (-4 *3 (-652 *5)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ (-12 (-5 *2 (-768)) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 *3)) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-940 *3)) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)) (-5 *3 (-225)))))
+(((*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1055))))
((*1 *1 *1)
(-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
(-14 *3 (-641 (-1170))) (-4 *4 (-387))))
((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(((*1 *2)
- (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
- (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
- (-5 *1 (-1067 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
- (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-1264))
- (-5 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *7 (-1066 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-483)) (-5 *1 (-218))))
- ((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209))))
- ((*1 *2 *1) (-12 (-5 *2 (-483)) (-5 *1 (-672))))
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)) (-4 *2 (-1055))))
+ ((*1 *1 *1) (-4 *1 (-845)))
+ ((*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)) (-4 *2 (-1055))))
+ ((*1 *1 *1) (-4 *1 (-1055))) ((*1 *1 *1) (-4 *1 (-1133))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-559)))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
+(((*1 *1 *1) (-4 *1 (-173)))
((*1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))))
+ (-12 (-4 *1 (-364 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-641 (-610 *4))) (-4 *4 (-430 *3)) (-4 *3 (-847))
- (-5 *1 (-573 *3 *4))))
+ (|partial| -12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3))))
((*1 *1 *1 *1)
- (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-323 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-131))
- (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 *4))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 (-2 (|:| -2784 *3) (|:| -3591 *4))))
- (-5 *1 (-732 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-723))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1237 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-789))
- (-5 *2 (-1150 (-2 (|:| |k| *4) (|:| |c| *3)))))))
-(((*1 *1 *2)
- (-12
- (-5 *2
- (-641
- (-2
- (|:| -2381
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1259 (-316 (-225))))
- (|:| |yinit| (-641 (-225))) (|:| |intvals| (-641 (-225)))
- (|:| |g| (-316 (-225))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (|:| -3096
- (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379))
- (|:| |expense| (-379)) (|:| |accuracy| (-379))
- (|:| |intermediateResults| (-379)))))))
- (-5 *1 (-800)))))
-(((*1 *2)
- (-12 (-4 *4 (-363)) (-5 *2 (-768)) (-5 *1 (-328 *3 *4))
- (-4 *3 (-329 *4))))
- ((*1 *2) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-768)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3))))
- ((*1 *1 *1) (-4 *1 (-1197))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-407 (-564))))) (-5 *1 (-263))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263)))))
-(((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
- (-5 *1 (-1067 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1152)) (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-1264))
- (-5 *1 (-1102 *4 *5 *6 *7 *8)) (-4 *8 (-1066 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
- (-5 *4 (-685 (-1166 *8))) (-4 *5 (-1046)) (-4 *8 (-1046))
- (-4 *6 (-1235 *5)) (-5 *2 (-685 *6)) (-5 *1 (-501 *5 *6 *7 *8))
- (-4 *7 (-1235 *6)))))
+ (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-564)) (|has| *1 (-6 -4403)) (-4 *1 (-404))
- (-5 *2 (-918)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-1285 *5 *6 *7))
- (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2 (-641 (-1043 *5 *6))) (-5 *1 (-1285 *5 *6 *7))
- (-14 *6 (-641 (-1170))) (-14 *7 (-641 (-1170)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-949 *4)))
- (-4 *4 (-13 (-845) (-307) (-147) (-1019)))
- (-5 *2 (-641 (-1043 *4 *5))) (-5 *1 (-1285 *4 *5 *6))
- (-14 *5 (-641 (-1170))) (-14 *6 (-641 (-1170))))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-97)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1170)) (-5 *3 (-379)) (-5 *1 (-1058)))))
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-5 *2 (-1 *5 *5)) (-5 *1 (-801 *4 *5))
+ (-4 *5 (-13 (-29 *4) (-1194) (-956))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-946 *4 *5 *6)) (-4 *6 (-612 (-1170)))
- (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847))
- (-5 *2 (-1159 (-641 (-949 *4)) (-641 (-294 (-949 *4)))))
- (-5 *1 (-504 *4 *5 *6 *7)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3))))
- ((*1 *1 *1) (-4 *1 (-1197))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-1181 *3)))))
+ (-12 (-5 *3 (-641 (-2 (|:| |deg| (-768)) (|:| -1565 *5))))
+ (-4 *5 (-1235 *4)) (-4 *4 (-349)) (-5 *2 (-641 *5))
+ (-5 *1 (-216 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-2 (|:| -3070 *5) (|:| -1619 (-564)))))
+ (-5 *4 (-564)) (-4 *5 (-1235 *4)) (-5 *2 (-641 *5))
+ (-5 *1 (-692 *5)))))
(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-4 *1 (-151 *3))))
((*1 *1 *2)
(-12
- (-5 *2 (-641 (-2 (|:| -2954 (-768)) (|:| -1526 *4) (|:| |num| *4))))
+ (-5 *2 (-641 (-2 (|:| -1558 (-768)) (|:| -2513 *4) (|:| |num| *4))))
(-4 *4 (-1235 *3)) (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *4))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-5 *3 (-641 (-949 (-564)))) (-5 *4 (-112)) (-5 *1 (-437))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-12 (-5 *2 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-5 *3 (-641 (-1170))) (-5 *4 (-112)) (-5 *1 (-437))))
((*1 *2 *1)
(-12 (-5 *2 (-1150 *3)) (-5 *1 (-599 *3)) (-4 *3 (-1209))))
@@ -14901,24 +14362,24 @@
((*1 *1 *2 *3)
(-12 (-5 *1 (-710 *2 *3 *4)) (-4 *2 (-847)) (-4 *3 (-1094))
(-14 *4
- (-1 (-112) (-2 (|:| -1359 *2) (|:| -2954 *3))
- (-2 (|:| -1359 *2) (|:| -2954 *3))))))
+ (-1 (-112) (-2 (|:| -1468 *2) (|:| -1558 *3))
+ (-2 (|:| -1468 *2) (|:| -1558 *3))))))
((*1 *1 *2 *3) (-12 (-5 *2 (-506)) (-5 *3 (-1112)) (-5 *1 (-835))))
((*1 *1 *2 *3)
(-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1209)) (-4 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 *4))))
+ (-12 (-5 *2 (-641 (-2 (|:| -2568 (-1170)) (|:| -1389 *4))))
(-4 *4 (-1094)) (-5 *1 (-886 *3 *4)) (-4 *3 (-1094))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-641 *5)) (-4 *5 (-13 (-1094) (-34)))
(-5 *2 (-641 (-1134 *3 *5))) (-5 *1 (-1134 *3 *5))
(-4 *3 (-13 (-1094) (-34)))))
((*1 *2 *3)
- (-12 (-5 *3 (-641 (-2 (|:| |val| *4) (|:| -3906 *5))))
+ (-12 (-5 *3 (-641 (-2 (|:| |val| *4) (|:| -2956 *5))))
(-4 *4 (-13 (-1094) (-34))) (-4 *5 (-13 (-1094) (-34)))
(-5 *2 (-641 (-1134 *4 *5))) (-5 *1 (-1134 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -3906 *4)))
+ (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -2956 *4)))
(-4 *3 (-13 (-1094) (-34))) (-4 *4 (-13 (-1094) (-34)))
(-5 *1 (-1134 *3 *4))))
((*1 *1 *2 *3)
@@ -14941,121 +14402,117 @@
(-4 *4 (-13 (-1094) (-34))) (-5 *1 (-1135 *3 *4))))
((*1 *1 *2 *3)
(-12 (-5 *1 (-1159 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112))
- (-4 *5 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *2
- (-3 (|:| |%expansion| (-313 *5 *3 *6 *7))
- (|:| |%problem| (-2 (|:| |func| (-1152)) (|:| |prob| (-1152))))))
- (-5 *1 (-420 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1194) (-430 *5)))
- (-14 *6 (-1170)) (-14 *7 *3))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-109))) (-5 *1 (-175)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-610 *3)) (-5 *5 (-1 (-1166 *3) (-1166 *3)))
- (-4 *3 (-13 (-27) (-430 *6))) (-4 *6 (-13 (-847) (-556)))
- (-5 *2 (-585 *3)) (-5 *1 (-551 *6 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-379)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
- ((*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-556)) (-4 *3 (-1046))
- (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-849 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-556)) (-4 *5 (-1046))
- (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-850 *5 *3))
- (-4 *3 (-849 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *4)) (-4 *4 (-847)) (-5 *2 (-641 (-660 *4 *5)))
- (-5 *1 (-625 *4 *5 *6)) (-4 *5 (-13 (-172) (-714 (-407 (-564)))))
- (-14 *6 (-918)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
+ (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-32 *3 *4))
+ (-4 *4 (-430 *3))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-55)) (-5 *1 (-114))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1170)) (-5 *3 (-768)) (-5 *1 (-114))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-114))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *4))
+ (-4 *4 (-430 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-114)) (-5 *1 (-163))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
+ (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *4))
+ (-4 *4 (-13 (-430 *3) (-999)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-301 *3)) (-4 *3 (-302))))
+ ((*1 *2 *2) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
+ (-12 (-5 *2 (-114)) (-4 *4 (-847)) (-5 *1 (-429 *3 *4))
+ (-4 *3 (-430 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3))))
- ((*1 *1 *1) (-4 *1 (-1197))))
+ (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *4))
+ (-4 *4 (-430 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-610 *3)) (-4 *3 (-847))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-114)) (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *4))
+ (-4 *4 (-13 (-430 *3) (-999) (-1194)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1016)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-744)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363))
- (-5 *2
- (-2 (|:| |ir| (-585 (-407 *6))) (|:| |specpart| (-407 *6))
- (|:| |polypart| *6)))
- (-5 *1 (-574 *5 *6)) (-5 *3 (-407 *6)))))
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1166 *7))
+ (-4 *5 (-1046)) (-4 *7 (-1046)) (-4 *2 (-1235 *5))
+ (-5 *1 (-501 *5 *2 *6 *7)) (-4 *6 (-1235 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-468)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-316 (-225))) (-5 *2 (-407 (-564))) (-5 *1 (-305)))))
+(((*1 *2 *3) (-12 (-5 *3 (-641 *2)) (-5 *1 (-1183 *2)) (-4 *2 (-363)))))
+(((*1 *2)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-5 *2 (-685 (-407 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *4 (-768))
+ (-5 *2 (-685 (-225))) (-5 *1 (-267)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
(((*1 *1 *2)
(-12 (-5 *2 (-1259 *3)) (-4 *3 (-363)) (-14 *6 (-1259 (-685 *3)))
(-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-918)) (-14 *5 (-641 (-1170)))))
((*1 *1 *2) (-12 (-5 *2 (-1119 (-564) (-610 (-48)))) (-5 *1 (-48))))
((*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1209))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732 'JINT 'X 'ELAM) (-1732) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842 'JINT 'X 'ELAM) (-1842) (-695))))
(-5 *1 (-61 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732) (-1732 'XC) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842) (-1842 'XC) (-695))))
(-5 *1 (-63 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-339 (-1732 'X) (-1732) (-695))) (-5 *1 (-64 *3))
+ (-12 (-5 *2 (-339 (-1842 'X) (-1842) (-695))) (-5 *1 (-64 *3))
(-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-339 (-1732) (-1732 'XC) (-695))) (-5 *1 (-66 *3))
+ (-12 (-5 *2 (-339 (-1842) (-1842 'XC) (-695))) (-5 *1 (-66 *3))
(-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732 'X) (-1732 '-2412) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842 'X) (-1842 '-4290) (-695))))
(-5 *1 (-71 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732) (-1732 'X) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842) (-1842 'X) (-695))))
(-5 *1 (-74 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732 'X 'EPS) (-1732 '-2412) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842 'X 'EPS) (-1842 '-4290) (-695))))
(-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1170)) (-14 *4 (-1170))
(-14 *5 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732 'EPS) (-1732 'YA 'YB) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842 'EPS) (-1842 'YA 'YB) (-695))))
(-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1170)) (-14 *4 (-1170))
(-14 *5 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-339 (-1732) (-1732 'X) (-695))) (-5 *1 (-77 *3))
+ (-12 (-5 *2 (-339 (-1842) (-1842 'X) (-695))) (-5 *1 (-77 *3))
(-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-339 (-1732) (-1732 'X) (-695))) (-5 *1 (-78 *3))
+ (-12 (-5 *2 (-339 (-1842) (-1842 'X) (-695))) (-5 *1 (-78 *3))
(-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732) (-1732 'XC) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842) (-1842 'XC) (-695))))
(-5 *1 (-79 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732) (-1732 'X) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842) (-1842 'X) (-695))))
(-5 *1 (-80 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732 'X '-2412) (-1732) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842 'X '-4290) (-1842) (-695))))
(-5 *1 (-82 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-685 (-339 (-1732 'X '-2412) (-1732) (-695))))
+ (-12 (-5 *2 (-685 (-339 (-1842 'X '-4290) (-1842) (-695))))
(-5 *1 (-83 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-685 (-339 (-1732 'X) (-1732) (-695)))) (-5 *1 (-84 *3))
+ (-12 (-5 *2 (-685 (-339 (-1842 'X) (-1842) (-695)))) (-5 *1 (-84 *3))
(-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732 'X) (-1732) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842 'X) (-1842) (-695))))
(-5 *1 (-85 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-1259 (-339 (-1732 'X) (-1732 '-2412) (-695))))
+ (-12 (-5 *2 (-1259 (-339 (-1842 'X) (-1842 '-4290) (-695))))
(-5 *1 (-86 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-685 (-339 (-1732 'XL 'XR 'ELAM) (-1732) (-695))))
+ (-12 (-5 *2 (-685 (-339 (-1842 'XL 'XR 'ELAM) (-1842) (-695))))
(-5 *1 (-87 *3)) (-14 *3 (-1170))))
((*1 *1 *2)
- (-12 (-5 *2 (-339 (-1732 'X) (-1732 '-2412) (-695))) (-5 *1 (-89 *3))
+ (-12 (-5 *2 (-339 (-1842 'X) (-1842 '-4290) (-695))) (-5 *1 (-89 *3))
(-14 *3 (-1170))))
((*1 *1 *2)
(-12 (-5 *2 (-641 (-136 *3 *4 *5))) (-5 *1 (-136 *3 *4 *5))
@@ -15106,85 +14563,85 @@
((*1 *1 *2) (-12 (-4 *1 (-374 *2 *3)) (-4 *2 (-847)) (-4 *3 (-172))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))
(-4 *1 (-383))))
((*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-383))))
((*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-383))))
((*1 *1 *2) (-12 (-5 *2 (-685 (-695))) (-4 *1 (-383))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))
(-4 *1 (-384))))
((*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-384))))
((*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-384))))
((*1 *2 *3) (-12 (-5 *2 (-394)) (-5 *1 (-393 *3)) (-4 *3 (-1094))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))
(-4 *1 (-396))))
((*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-396))))
((*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-396))))
((*1 *1 *2)
(-12 (-5 *2 (-294 (-316 (-169 (-379))))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-294 (-316 (-379)))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-294 (-316 (-564)))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-316 (-169 (-379)))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-316 (-379))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-316 (-564))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-294 (-316 (-690)))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-294 (-316 (-695)))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-294 (-316 (-697)))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-316 (-690))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-316 (-695))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-316 (-697))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))
(-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170))
- (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-641 (-330))) (-5 *1 (-398 *3 *4 *5 *6))
- (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *3 (-1170)) (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-330)) (-5 *1 (-398 *3 *4 *5 *6)) (-14 *3 (-1170))
- (-14 *4 (-3 (|:| |fst| (-434)) (|:| -4104 "void")))
+ (-14 *4 (-3 (|:| |fst| (-434)) (|:| -3495 "void")))
(-14 *5 (-641 (-1170))) (-14 *6 (-1174))))
((*1 *1 *2)
(-12 (-5 *2 (-331 *4)) (-4 *4 (-13 (-847) (-21)))
@@ -15211,14 +14668,14 @@
((*1 *1 *2) (-12 (-5 *2 (-434)) (-5 *1 (-437))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))
(-4 *1 (-440))))
((*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-440))))
((*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-440))))
((*1 *1 *2) (-12 (-5 *2 (-1259 (-695))) (-4 *1 (-440))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2383 (-641 (-330)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1174)) (|:| -2570 (-641 (-330)))))
(-4 *1 (-441))))
((*1 *1 *2) (-12 (-5 *2 (-330)) (-4 *1 (-441))))
((*1 *1 *2) (-12 (-5 *2 (-641 (-330))) (-4 *1 (-441))))
@@ -15287,7 +14744,7 @@
(-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 (-641 (-2 (|:| -2784 *3) (|:| -3591 *4))))
+ (-12 (-5 *2 (-641 (-2 (|:| -2860 *3) (|:| -1383 *4))))
(-4 *3 (-1046)) (-4 *4 (-723)) (-5 *1 (-732 *3 *4))))
((*1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-760))))
((*1 *1 *2)
@@ -15296,25 +14753,25 @@
(-3
(|:| |nia|
(-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
(|:| |mdnia|
(-2 (|:| |fn| (-316 (-225)))
- (|:| -1743 (-641 (-1088 (-840 (-225)))))
+ (|:| -4133 (-641 (-1088 (-840 (-225)))))
(|:| |abserr| (-225)) (|:| |relerr| (-225))))))
(-5 *1 (-766))))
((*1 *1 *2)
(-12
(-5 *2
(-2 (|:| |fn| (-316 (-225)))
- (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225))
+ (|:| -4133 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
(-5 *1 (-766))))
((*1 *1 *2)
(-12
(-5 *2
(-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
(-5 *1 (-766))))
((*1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-770 *3)) (-4 *3 (-1209))))
@@ -15332,23 +14789,23 @@
(-5 *2
(-3
(|:| |noa|
- (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225)))
+ (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225)))
(|:| |lb| (-641 (-840 (-225))))
(|:| |cf| (-641 (-316 (-225))))
(|:| |ub| (-641 (-840 (-225))))))
(|:| |lsa|
(-2 (|:| |lfn| (-641 (-316 (-225))))
- (|:| -2558 (-641 (-225)))))))
+ (|:| -2884 (-641 (-225)))))))
(-5 *1 (-838))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))
+ (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2884 (-641 (-225)))))
(-5 *1 (-838))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225)))
+ (-2 (|:| |fn| (-316 (-225))) (|:| -2884 (-641 (-225)))
(|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225))))
(|:| |ub| (-641 (-840 (-225))))))
(-5 *1 (-838))))
@@ -15386,8 +14843,6 @@
((*1 *2 *3)
(-12 (-5 *3 (-477)) (-5 *2 (-316 *4)) (-5 *1 (-916 *4))
(-4 *4 (-13 (-847) (-556)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-963 *3)) (-4 *3 (-964))))
- ((*1 *1 *2) (-12 (-5 *1 (-963 *2)) (-4 *2 (-964))))
((*1 *2 *3) (-12 (-5 *2 (-1264)) (-5 *1 (-1030 *3)) (-4 *3 (-1209))))
((*1 *2 *3) (-12 (-5 *3 (-312)) (-5 *1 (-1030 *2)) (-4 *2 (-1209))))
((*1 *1 *2)
@@ -15451,124 +14906,53 @@
((*1 *1 *2)
(-12 (-5 *2 (-660 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172))
(-5 *1 (-1279 *3 *4)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-556)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *2)
- (|:| |polj| *2)))
- (-4 *5 (-790)) (-4 *2 (-946 *4 *5 *6)) (-5 *1 (-449 *4 *5 *6 *2))
- (-4 *4 (-452)) (-4 *6 (-847)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-556))
- (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-1230 *4 *3))
- (-4 *3 (-1235 *4)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-973 *4 *5 *3 *6)) (-4 *4 (-1046)) (-4 *5 (-790))
- (-4 *3 (-847)) (-4 *6 (-1060 *4 *5 *3)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-685 *11)) (-5 *4 (-641 (-407 (-949 *8))))
- (-5 *5 (-768)) (-5 *6 (-1152)) (-4 *8 (-13 (-307) (-147)))
- (-4 *11 (-946 *8 *10 *9)) (-4 *9 (-13 (-847) (-612 (-1170))))
- (-4 *10 (-790))
+(((*1 *1) (-4 *1 (-349)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 *5)) (-4 *5 (-430 *4))
+ (-4 *4 (-13 (-556) (-847) (-147)))
(-5 *2
- (-2
- (|:| |rgl|
- (-641
- (-2 (|:| |eqzro| (-641 *11)) (|:| |neqzro| (-641 *11))
- (|:| |wcond| (-641 (-949 *8)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1259 (-407 (-949 *8))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *8))))))))))
- (|:| |rgsz| (-564))))
- (-5 *1 (-921 *8 *9 *10 *11)) (-5 *7 (-564)))))
-(((*1 *2)
- (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-417 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3))))
- ((*1 *1 *1) (-4 *1 (-1197))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-847))
- (-5 *2 (-2 (|:| -2784 (-564)) (|:| |var| (-610 *1))))
- (-4 *1 (-430 *3)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
- (-4 *4 (-349)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1152) (-771))) (-5 *1 (-114)))))
-(((*1 *1 *1 *2 *2 *2 *2)
- (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *1) (-12 (-4 *1 (-254 *3)) (-4 *3 (-1209)) (-5 *2 (-768))))
- ((*1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-768))))
+ (-2 (|:| |primelt| *5) (|:| |poly| (-641 (-1166 *5)))
+ (|:| |prim| (-1166 *5))))
+ (-5 *1 (-432 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-556) (-847) (-147)))
+ (-5 *2
+ (-2 (|:| |primelt| *3) (|:| |pol1| (-1166 *3))
+ (|:| |pol2| (-1166 *3)) (|:| |prim| (-1166 *3))))
+ (-5 *1 (-432 *4 *3)) (-4 *3 (-27)) (-4 *3 (-430 *4))))
+ ((*1 *2 *3 *4 *3 *4)
+ (-12 (-5 *3 (-949 *5)) (-5 *4 (-1170)) (-4 *5 (-13 (-363) (-147)))
+ (-5 *2
+ (-2 (|:| |coef1| (-564)) (|:| |coef2| (-564))
+ (|:| |prim| (-1166 *5))))
+ (-5 *1 (-957 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-949 *5))) (-5 *4 (-641 (-1170)))
+ (-4 *5 (-13 (-363) (-147)))
+ (-5 *2
+ (-2 (|:| -2860 (-641 (-564))) (|:| |poly| (-641 (-1166 *5)))
+ (|:| |prim| (-1166 *5))))
+ (-5 *1 (-957 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-641 (-949 *6))) (-5 *4 (-641 (-1170))) (-5 *5 (-1170))
+ (-4 *6 (-13 (-363) (-147)))
+ (-5 *2
+ (-2 (|:| -2860 (-641 (-564))) (|:| |poly| (-641 (-1166 *6)))
+ (|:| |prim| (-1166 *6))))
+ (-5 *1 (-957 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132))))
((*1 *2 *3)
- (-12 (-4 *4 (-1046))
- (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284)))
- (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-610 *3)) (-4 *3 (-847))))
- ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
- ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3))))
- ((*1 *1 *1) (-4 *1 (-1197))))
-(((*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1055))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
- ((*1 *2 *2)
+ (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-641 *1)) (-4 *1 (-1060 *3 *4 *5)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-225)) (-5 *3 (-768)) (-5 *1 (-226))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-169 (-225))) (-5 *3 (-768)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
(-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
(-4 *2 (-430 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)) (-4 *2 (-1055))))
- ((*1 *1 *1) (-4 *1 (-845)))
- ((*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)) (-4 *2 (-1055))))
- ((*1 *1 *1) (-4 *1 (-1055))) ((*1 *1 *1) (-4 *1 (-1133))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-316 (-225))) (-5 *2 (-407 (-564))) (-5 *1 (-305)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-363)) (-5 *1 (-285 *3 *2)) (-4 *2 (-1250 *3)))))
+ ((*1 *1 *1 *1) (-4 *1 (-1133))))
(((*1 *2 *1) (-12 (-4 *1 (-326 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789))))
((*1 *2 *1) (-12 (-4 *1 (-705 *3)) (-4 *3 (-1046)) (-5 *2 (-768))))
((*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-768))))
@@ -15578,16 +14962,320 @@
((*1 *2 *1 *3)
(-12 (-4 *1 (-946 *4 *5 *3)) (-4 *4 (-1046)) (-4 *5 (-790))
(-4 *3 (-847)) (-5 *2 (-768)))))
+(((*1 *2 *3 *4 *4 *5)
+ (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3))
+ (-4 *3 (-13 (-430 *6) (-27) (-1194)))
+ (-4 *6 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-566 *6 *3 *7)) (-4 *7 (-1094)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-685 *6)) (-5 *5 (-1 (-418 (-1166 *6)) (-1166 *6)))
+ (-4 *6 (-363))
+ (-5 *2
+ (-641
+ (-2 (|:| |outval| *7) (|:| |outmult| (-564))
+ (|:| |outvect| (-641 (-685 *7))))))
+ (-5 *1 (-532 *6 *7 *4)) (-4 *7 (-363)) (-4 *4 (-13 (-363) (-845))))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789))
+ (-4 *2 (-363))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-225))))
+ ((*1 *1 *1 *1)
+ (-4078 (-12 (-5 *1 (-294 *2)) (-4 *2 (-363)) (-4 *2 (-1209)))
+ (-12 (-5 *1 (-294 *2)) (-4 *2 (-473)) (-4 *2 (-1209)))))
+ ((*1 *1 *1 *1) (-4 *1 (-363)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-379))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-1119 *3 (-610 *1))) (-4 *3 (-556)) (-4 *3 (-847))
+ (-4 *1 (-430 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-473)))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1259 *3)) (-4 *3 (-349)) (-5 *1 (-528 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-536)))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *4 (-172)) (-5 *1 (-619 *2 *4 *3)) (-4 *2 (-38 *4))
+ (-4 *3 (|SubsetCategory| (-723) *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *4 (-172)) (-5 *1 (-619 *3 *4 *2)) (-4 *3 (-38 *4))
+ (-4 *2 (|SubsetCategory| (-723) *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-632 *2)) (-4 *2 (-172)) (-4 *2 (-363))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *4 (-172)) (-5 *1 (-658 *2 *4 *3)) (-4 *2 (-714 *4))
+ (-4 *3 (|SubsetCategory| (-723) *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *4 (-172)) (-5 *1 (-658 *3 *4 *2)) (-4 *3 (-714 *4))
+ (-4 *2 (|SubsetCategory| (-723) *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2)) (-4 *2 (-363))))
+ ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-5 *1 (-863 *2 *3 *4 *5)) (-4 *2 (-363))
+ (-4 *2 (-1046)) (-14 *3 (-641 (-1170))) (-14 *4 (-641 (-768)))
+ (-14 *5 (-768))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1049 *3 *4 *2 *5 *6)) (-4 *2 (-1046))
+ (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-363))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1266 *2)) (-4 *2 (-363))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-4 *2 (-363)) (-4 *2 (-1046)) (-4 *3 (-847))
+ (-4 *4 (-790)) (-14 *6 (-641 *3))
+ (-5 *1 (-1271 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-946 *2 *4 *3))
+ (-14 *7 (-641 (-768))) (-14 *8 (-768))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1282 *2 *3)) (-4 *2 (-363)) (-4 *2 (-1046))
+ (-4 *3 (-843)))))
+(((*1 *2 *1) (-12 (-4 *1 (-866 *3)) (-5 *2 (-564)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-452)) (-4 *3 (-847)) (-4 *4 (-790))
+ (-5 *1 (-984 *2 *3 *4 *5)) (-4 *5 (-946 *2 *4 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-349)) (-5 *2 (-768))))
+ ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-402)) (-5 *2 (-768)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)))))
+(((*1 *2 *1) (-12 (-4 *1 (-989 *2)) (-4 *2 (-556)) (-4 *2 (-545))))
+ ((*1 *1 *1) (-4 *1 (-1055))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))
+ (-5 *2 (-641 (-407 (-564)))) (-5 *1 (-1017 *4))
+ (-4 *4 (-1235 (-564))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-379))))
+ ((*1 *1 *1 *1) (-4 *1 (-545)))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363))))
+ ((*1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-768)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-641 (-1 (-112) *8))) (-4 *8 (-1060 *5 *6 *7))
(-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847))
(-5 *2 (-2 (|:| |goodPols| (-641 *8)) (|:| |badPols| (-641 *8))))
(-5 *1 (-974 *5 *6 *7 *8)) (-5 *4 (-641 *8)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-564)) (-5 *1 (-569 *3)) (-4 *3 (-1035 *2)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-610 *3)) (-4 *3 (-13 (-430 *5) (-27) (-1194)))
+ (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
+ (-5 *2 (-585 *3)) (-5 *1 (-566 *5 *3 *6)) (-4 *6 (-1094)))))
+(((*1 *2 *1) (-12 (-4 *1 (-368)) (-5 *2 (-918))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-918))
+ (-5 *1 (-528 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-892))
+ (-5 *3
+ (-2 (|:| |pde| (-641 (-316 (-225))))
+ (|:| |constraints|
+ (-641
+ (-2 (|:| |start| (-225)) (|:| |finish| (-225))
+ (|:| |grid| (-768)) (|:| |boundaryType| (-564))
+ (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225))))))
+ (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152))
+ (|:| |tol| (-225))))
+ (-5 *2 (-1032)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5)) (-4 *5 (-1094)) (-5 *2 (-1 *5 *4))
+ (-5 *1 (-679 *4 *5)) (-4 *4 (-1094))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1046)) (-5 *1 (-1282 *2 *3)) (-4 *3 (-843)))))
+(((*1 *1 *1 *1) (-4 *1 (-21))) ((*1 *1 *1) (-4 *1 (-21)))
+ ((*1 *1 *1 *1) (|partial| -5 *1 (-134)))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-214 *2))
+ (-4 *2
+ (-13 (-847)
+ (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 ((-1264) $))
+ (-15 -3595 ((-1264) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-21)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2))))
+ ((*1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-21))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-21)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1357 *4)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1032)))))
+(((*1 *1 *1) (-4 *1 (-627)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-452))
+ (-5 *2
+ (-641
+ (-2 (|:| |eigval| (-3 (-407 (-949 *4)) (-1159 (-1170) (-949 *4))))
+ (|:| |geneigvec| (-641 (-685 (-407 (-949 *4))))))))
+ (-5 *1 (-292 *4)) (-5 *3 (-685 (-407 (-949 *4)))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1235 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-610 *1)) (-4 *1 (-302)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 *1)) (|has| *1 (-6 -4407)) (-4 *1 (-1007 *3))
+ (-4 *3 (-1209)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-752)))))
(((*1 *2 *2 *2)
(-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3))))
((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-363)) (-4 *3 (-1046))
+ (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-849 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-363)) (-4 *5 (-1046))
+ (-5 *2 (-2 (|:| -4347 *3) (|:| -1678 *3))) (-5 *1 (-850 *5 *3))
+ (-4 *3 (-849 *5)))))
+(((*1 *1 *1 *1) (-4 *1 (-25))) ((*1 *1 *1 *1) (-5 *1 (-157)))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-214 *2))
+ (-4 *2
+ (-13 (-847)
+ (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 ((-1264) $))
+ (-15 -3595 ((-1264) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-25)) (-4 *2 (-1209))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-25)) (-4 *2 (-1209))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-323 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-131))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *3 (-13 (-363) (-147))) (-5 *1 (-399 *3 *2))
+ (-4 *2 (-1235 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
+ (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4))))
+ ((*1 *1 *1 *1) (-5 *1 (-536)))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2))))
+ ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-25)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1357 *4)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-641
+ (-2
+ (|:| -2568
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (|:| -1389
+ (-2
+ (|:| |endPointContinuity|
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "There is a singularity at the upper end point")
+ (|:| |bothSingular|
+ "There are singularities at both end points")
+ (|:| |notEvaluated|
+ "End point continuity not yet evaluated")))
+ (|:| |singularitiesStream|
+ (-3 (|:| |str| (-1150 (-225)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -4133
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite|
+ "The bottom of range is infinite")
+ (|:| |upperInfinite| "The top of range is infinite")
+ (|:| |bothInfinite|
+ "Both top and bottom points are infinite")
+ (|:| |notEvaluated| "Range not yet evaluated"))))))))
+ (-5 *1 (-559))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-602 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1209))
+ (-5 *2 (-641 *4)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4407)) (-4 *1 (-119 *2)) (-4 *2 (-1209)))))
+(((*1 *2)
+ (-12
+ (-5 *2
+ (-1259 (-641 (-2 (|:| -1522 (-907 *3)) (|:| -1468 (-1114))))))
+ (-5 *1 (-351 *3 *4)) (-14 *3 (-918)) (-14 *4 (-918))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1259 (-641 (-2 (|:| -1522 *3) (|:| -1468 (-1114))))))
+ (-5 *1 (-352 *3 *4)) (-4 *3 (-349)) (-14 *4 (-3 (-1166 *3) *2))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1259 (-641 (-2 (|:| -1522 *3) (|:| -1468 (-1114))))))
+ (-5 *1 (-353 *3 *4)) (-4 *3 (-349)) (-14 *4 (-918)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-13 (-847) (-556))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-307) (-147))) (-4 *4 (-13 (-847) (-612 (-1170))))
+ (-4 *5 (-790)) (-5 *1 (-921 *3 *4 *5 *2)) (-4 *2 (-946 *3 *5 *4)))))
+(((*1 *1 *1) (-12 (-5 *1 (-911 *2)) (-4 *2 (-307)))))
(((*1 *1 *2) (-12 (-5 *2 (-641 (-144))) (-5 *1 (-141))))
((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-141)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1251 *2 *3 *4)) (-4 *2 (-1046)) (-14 *3 (-1170))
+ (-14 *4 *2))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1150 (-1150 *4))) (-5 *2 (-1150 *4)) (-5 *1 (-1154 *4))
+ (-4 *4 (-38 (-407 (-564)))) (-4 *4 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1046)) (-5 *2 (-112)) (-5 *1 (-444 *4 *3))
+ (-4 *3 (-1235 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *2 (-112)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-946 *3 *4 *5)) (-4 *3 (-363))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *2 (-641 *4)) (-5 *1 (-1122 *3 *4)) (-4 *3 (-1235 *4))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *2 (-641 *3)) (-5 *1 (-1122 *4 *3)) (-4 *4 (-1235 *3)))))
+(((*1 *1 *1) (-4 *1 (-545))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-34)))
((*1 *1) (-5 *1 (-129)))
((*1 *1)
@@ -15600,63 +15288,549 @@
((*1 *1) (-12 (-5 *1 (-1177 *2)) (-14 *2 (-918))))
((*1 *1) (-5 *1 (-1214))) ((*1 *1) (-5 *1 (-1215)))
((*1 *1) (-5 *1 (-1216))) ((*1 *1) (-5 *1 (-1217))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4)))
+ (-5 *2 (-2 (|:| |num| (-1259 *4)) (|:| |den| *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-1150 *3))) (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3))
+ (-4 *3 (-38 (-407 (-564)))) (-4 *3 (-1046)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-667))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1095 *3 *4)) (-14 *3 (-918))
+ (-14 *4 (-918)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-671 *3)) (-4 *3 (-1046))
+ (-4 *3 (-1094)))))
+(((*1 *2 *3) (-12 (-5 *3 (-536)) (-5 *1 (-535 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-536)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-307) (-147))) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-946 *4 *5 *6)) (-5 *2 (-641 (-641 *7)))
+ (-5 *1 (-448 *4 *5 *6 *7)) (-5 *3 (-641 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790))
+ (-4 *7 (-847)) (-4 *8 (-946 *5 *6 *7)) (-5 *2 (-641 (-641 *8)))
+ (-5 *1 (-448 *5 *6 *7 *8)) (-5 *3 (-641 *8)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))))
+(((*1 *2)
+ (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-417 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-859)))))
+(((*1 *2 *3 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225))
+ (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
+ (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
+ (-5 *3 (-641 (-263))) (-5 *1 (-261))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225))
+ (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
+ (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
+ (-5 *1 (-263))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261))))
+ ((*1 *2 *1 *3 *3 *4 *4 *4)
+ (-12 (-5 *3 (-564)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261))))
+ ((*1 *2 *1 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225))
+ (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
+ (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
+ (-5 *2 (-1264)) (-5 *1 (-1261))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -3982 (-225))
+ (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
+ (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
+ (-5 *1 (-1261))))
+ ((*1 *2 *1 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-361 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-5 *2 (-768)) (-5 *1 (-386 *4)) (-4 *4 (-1094))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *2 (-23)) (-5 *1 (-645 *4 *2 *5))
+ (-4 *4 (-1094)) (-14 *5 *2)))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-5 *2 (-768)) (-5 *1 (-816 *4)) (-4 *4 (-847)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-323 *2 *4)) (-4 *4 (-131))
+ (-4 *2 (-1094))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-361 *2)) (-4 *2 (-1094))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-386 *2)) (-4 *2 (-1094))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *2 (-1094)) (-5 *1 (-645 *2 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4)))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-5 *1 (-816 *2)) (-4 *2 (-847)))))
(((*1 *2 *3 *3)
(-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4))
(-5 *2
(-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-407 *5))
(|:| |c2| (-407 *5)) (|:| |deg| (-768))))
(-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871)))
+ (-5 *1 (-468)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-363) (-1194) (-999)))))
+ ((*1 *2)
+ (|partial| -12 (-4 *4 (-1213)) (-4 *5 (-1235 (-407 *2)))
+ (-4 *2 (-1235 *4)) (-5 *1 (-341 *3 *4 *2 *5))
+ (-4 *3 (-342 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-342 *3 *2 *4)) (-4 *3 (-1213))
+ (-4 *4 (-1235 (-407 *2))) (-4 *2 (-1235 *3)))))
+(((*1 *2)
+ (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-417 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-768))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-768)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-556))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3190 *4)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1134 *3 *2)) (-4 *3 (-13 (-1094) (-34)))
+ (-4 *2 (-13 (-1094) (-34))))))
(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
(-12 (-5 *3 (-225)) (-5 *4 (-564))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -2210))))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))
(-5 *2 (-1032)) (-5 *1 (-745)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+ (-12 (-5 *2 (-407 (-564))) (-5 *1 (-1021 *3))
+ (-4 *3 (-13 (-845) (-363) (-1019)))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *2 (-13 (-845) (-363))) (-5 *1 (-1056 *2 *3))
+ (-4 *3 (-1235 *2))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *1 (-1063 *2 *3)) (-4 *2 (-13 (-845) (-363)))
+ (-4 *3 (-1235 *2)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-1183 *2)) (-4 *2 (-363)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-171))))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -1357 *3) (|:| |coef2| (-779 *3))))
+ (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-768))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-768)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1250 *3))
- (-5 *1 (-278 *3 *4 *2)) (-4 *2 (-1221 *3 *4))))
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2))
+ (-4 *2 (-1250 *3))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-4 *4 (-1219 *3))
- (-5 *1 (-279 *3 *4 *2 *5)) (-4 *2 (-1242 *3 *4)) (-4 *5 (-980 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-331 *2)) (-4 *2 (-847))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-339 *2 *3 *4)) (-14 *2 (-641 (-1170)))
- (-14 *3 (-641 (-1170))) (-4 *4 (-387))))
+ (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3))
+ (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5))))
((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
+ (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2))
+ (-4 *2 (-1250 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3))))
- ((*1 *1 *1) (-4 *1 (-1197))))
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147)))
+ (-5 *1 (-1146 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-379))))
+ ((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-379)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-506))) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-506))) (-5 *1 (-483)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-840 (-379))) (-5 *2 (-840 (-225))) (-5 *1 (-305)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *3 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-745)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-641 (-564))) (-5 *3 (-112)) (-5 *1 (-1104)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))
+ (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-641
+ (-2 (|:| |scalar| (-407 (-564))) (|:| |coeff| (-1166 *2))
+ (|:| |logand| (-1166 *2)))))
+ (-5 *4 (-641 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
+ (-4 *2 (-363)) (-5 *1 (-585 *2)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-749)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170))
+ (-4 *5 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-585 *3)) (-5 *1 (-426 *5 *3))
+ (-4 *3 (-13 (-1194) (-29 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1170)) (-4 *5 (-13 (-556) (-1035 (-564)) (-147)))
+ (-5 *2 (-585 (-407 (-949 *5)))) (-5 *1 (-570 *5))
+ (-5 *3 (-407 (-949 *5))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1166 *3)) (-4 *3 (-1046)) (-4 *1 (-1235 *3)))))
+(((*1 *1 *1 *2 *2)
+ (|partial| -12 (-5 *2 (-918)) (-5 *1 (-1095 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
(((*1 *1 *2 *3 *1)
(-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3))
(-4 *3 (-1094)))))
+(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-871)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
+ (-4 *4 (-13 (-1094) (-34))))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-608 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1247 *3)) (-4 *3 (-1209)) (-5 *2 (-768)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-847)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-900 *3)) (-4 *3 (-1094)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
+ (-5 *2
+ (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564))
+ (|:| |success| (-112))))
+ (-5 *1 (-786)) (-5 *5 (-564)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-857)) (-5 *2 (-687 (-549))) (-5 *3 (-549)))))
+(((*1 *2 *3 *2)
+ (-12
+ (-5 *2
+ (-641
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-768)) (|:| |poli| *3)
+ (|:| |polj| *3))))
+ (-4 *5 (-790)) (-4 *3 (-946 *4 *5 *6)) (-4 *4 (-452)) (-4 *6 (-847))
+ (-5 *1 (-449 *4 *5 *6 *3)))))
+(((*1 *2 *3 *2)
+ (-12
+ (-5 *2
+ (-641
+ (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-768)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *3 (-790)) (-4 *6 (-946 *4 *3 *5)) (-4 *4 (-452)) (-4 *5 (-847))
+ (-5 *1 (-449 *4 *3 *5 *6)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
+ (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)))))
+(((*1 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-363) (-10 -8 (-15 ** ($ $ (-407 (-564)))))))
+ (-5 *1 (-1122 *3 *2)) (-4 *3 (-1235 *2)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
(((*1 *2 *2)
(-12 (-5 *2 (-940 *3)) (-4 *3 (-13 (-363) (-1194) (-999)))
(-5 *1 (-176 *3)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6))
+ (-5 *2 (-2 (|:| |bas| (-476 *4 *5 *6 *7)) (|:| -3155 (-641 *7))))
+ (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-768)) (-5 *2 (-112))))
+ ((*1 *2 *3 *3)
+ (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1094)) (-5 *2 (-112))
+ (-5 *1 (-1210 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1202 *4 *5 *6 *3)) (-4 *4 (-556)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-685 (-407 (-949 *4)))) (-4 *4 (-452))
+ (-5 *2 (-641 (-3 (-407 (-949 *4)) (-1159 (-1170) (-949 *4)))))
+ (-5 *1 (-292 *4)))))
+(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-768)) (-4 *4 (-13 (-556) (-147)))
+ (-5 *1 (-1229 *4 *2)) (-4 *2 (-1235 *4)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1166 *3)) (-4 *3 (-349)) (-5 *1 (-357 *3)))))
+(((*1 *1 *1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-556)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1170)) (-5 *2 (-1 *6 *5)) (-5 *1 (-703 *4 *5 *6))
+ (-4 *4 (-612 (-536))) (-4 *5 (-1209)) (-4 *6 (-1209)))))
(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
(-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-169 (-225))))
(-5 *2 (-1032)) (-5 *1 (-751)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |polnum| (-779 *3)) (|:| |polden| *3) (|:| -2491 (-768))))
+ (-5 *1 (-779 *3)) (-4 *3 (-1046))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2491 (-768))))
+ (-4 *1 (-1060 *3 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-1046)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-294 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434))))
+ ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1023 *3)) (-4 *3 (-1209)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-556)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
+ (-5 *1 (-1199 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
+(((*1 *2 *2 *2 *2 *3)
+ (-12 (-4 *3 (-556)) (-5 *1 (-966 *3 *2)) (-4 *2 (-1235 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-183)) (-5 *1 (-280)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-545)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-685 *4)) (-4 *4 (-1046)) (-5 *1 (-1136 *3 *4))
+ (-14 *3 (-768)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-452)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1209))
+ (-4 *5 (-1209)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-240 *6 *7)) (-14 *6 (-768))
+ (-4 *7 (-1209)) (-4 *5 (-1209)) (-5 *2 (-240 *6 *5))
+ (-5 *1 (-239 *6 *7 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1209)) (-4 *5 (-1209))
+ (-4 *2 (-373 *5)) (-5 *1 (-371 *6 *4 *5 *2)) (-4 *4 (-373 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1094)) (-4 *5 (-1094))
+ (-4 *2 (-425 *5)) (-5 *1 (-423 *6 *4 *5 *2)) (-4 *4 (-425 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-641 *6)) (-4 *6 (-1209))
+ (-4 *5 (-1209)) (-5 *2 (-641 *5)) (-5 *1 (-639 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-955 *6)) (-4 *6 (-1209))
+ (-4 *5 (-1209)) (-5 *2 (-955 *5)) (-5 *1 (-954 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1150 *6)) (-4 *6 (-1209))
+ (-4 *3 (-1209)) (-5 *2 (-1150 *3)) (-5 *1 (-1148 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1259 *6)) (-4 *6 (-1209))
+ (-4 *5 (-1209)) (-5 *2 (-1259 *5)) (-5 *1 (-1258 *6 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
(((*1 *2 *2 *2)
(-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3))))
((*1 *2 *2 *2 *2)
(-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-172)) (-4 *2 (-23)) (-5 *1 (-289 *3 *4 *2 *5 *6 *7))
+ (-4 *4 (-1235 *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 (-708 *3 *2 *4 *5 *6)) (-4 *3 (-172))
+ (-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 (-1235 *3)) (-5 *1 (-709 *3 *2)) (-4 *3 (-1046))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-23)) (-5 *1 (-712 *3 *2 *4 *5 *6)) (-4 *3 (-172))
+ (-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 (-866 *3)) (-5 *2 (-564)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1150 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1046))
+ (-5 *3 (-407 (-564))) (-5 *1 (-1154 *4)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-545))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-641
+ (-641
+ (-3 (|:| -1316 (-1170))
+ (|:| -2073 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564))))))))))
+ (-5 *1 (-1174)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1166 *7)) (-4 *7 (-946 *6 *4 *5)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1046)) (-5 *2 (-1166 *6))
+ (-5 *1 (-321 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
+ (-247 *4 (-407 (-564)))))
+ (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112))
+ (-5 *1 (-505 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-257)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2))
+ (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-556) (-847) (-1035 (-564))))
+ (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 (-169 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1170))
+ (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-1198 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
(((*1 *2 *3 *3 *3 *3 *4)
(-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))))
+(((*1 *2 *2) (-12 (-5 *1 (-678 *2)) (-4 *2 (-1094)))))
+(((*1 *1) (-5 *1 (-437))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-973 *4 *5 *6 *3)) (-4 *4 (-1046)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6)) (-4 *4 (-556))
+ (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-641 (-1166 *7))) (-5 *3 (-1166 *7))
+ (-4 *7 (-946 *4 *5 *6)) (-4 *4 (-906)) (-4 *5 (-790))
+ (-4 *6 (-847)) (-5 *1 (-903 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-641 (-1166 *5))) (-5 *3 (-1166 *5))
+ (-4 *5 (-1235 *4)) (-4 *4 (-906)) (-5 *1 (-904 *4 *5)))))
+(((*1 *1 *2 *2 *2)
+ (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194)))))
+ ((*1 *2 *1 *3 *4 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-379)) (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
+ (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 (-379))) (-5 *1 (-263))))
+ ((*1 *1)
+ (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172))))
+ ((*1 *2 *1) (-12 (-5 *1 (-418 *2)) (-4 *2 (-556)))))
(((*1 *2)
- (-12 (-5 *2 (-2 (|:| -1461 (-641 *3)) (|:| -2222 (-641 *3))))
+ (-12 (-5 *2 (-1259 (-1095 *3 *4))) (-5 *1 (-1095 *3 *4))
+ (-14 *3 (-918)) (-14 *4 (-918)))))
+(((*1 *2)
+ (-12 (-4 *3 (-556)) (-5 *2 (-641 (-685 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-417 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-2 (|:| -3264 (-641 *3)) (|:| -3103 (-641 *3))))
(-5 *1 (-1210 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-641 *10)) (-5 *5 (-112)) (-4 *10 (-1066 *6 *7 *8 *9))
+ (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
+ (-4 *9 (-1060 *6 *7 *8))
+ (-5 *2
+ (-641
+ (-2 (|:| -4252 (-641 *9)) (|:| -2956 *10) (|:| |ineq| (-641 *9)))))
+ (-5 *1 (-985 *6 *7 *8 *9 *10)) (-5 *3 (-641 *9))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-641 *10)) (-5 *5 (-112)) (-4 *10 (-1066 *6 *7 *8 *9))
+ (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
+ (-4 *9 (-1060 *6 *7 *8))
+ (-5 *2
+ (-641
+ (-2 (|:| -4252 (-641 *9)) (|:| -2956 *10) (|:| |ineq| (-641 *9)))))
+ (-5 *1 (-1101 *6 *7 *8 *9 *10)) (-5 *3 (-641 *9)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1152)) (-4 *1 (-364 *2 *4)) (-4 *2 (-1094))
+ (-4 *4 (-1094))))
+ ((*1 *1 *2)
+ (-12 (-4 *1 (-364 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
+(((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-5 *1 (-486 *2)) (-4 *2 (-1235 (-564))))))
+(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-561)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-962))) (-5 *1 (-109))))
+ ((*1 *2 *1) (-12 (-5 *2 (-45 (-1152) (-771))) (-5 *1 (-114)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-556)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-363) (-302)
+ (-10 -8 (-15 -3678 ((-1119 *3 (-610 $)) $))
+ (-15 -3693 ((-1119 *3 (-610 $)) $))
+ (-15 -1831 ($ (-1119 *3 (-610 $))))))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 (-610 *5))) (-5 *3 (-1170)) (-4 *5 (-430 *4))
+ (-4 *4 (-847)) (-5 *1 (-573 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-391)))))
+(((*1 *2 *2) (-12 (-5 *1 (-958 *2)) (-4 *2 (-545)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
(((*1 *2 *3 *3 *4)
(-12 (-5 *4 (-768)) (-4 *5 (-556))
(-5 *2
(-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
(-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-112)) (-5 *1 (-114))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-1170)) (-5 *2 (-112))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-302)) (-5 *3 (-114)) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1170)) (-5 *2 (-112)) (-5 *1 (-610 *4)) (-4 *4 (-847))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-610 *4)) (-4 *4 (-847))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1094)) (-5 *2 (-112)) (-5 *1 (-884 *5 *3 *4))
+ (-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *6)) (-4 *6 (-883 *5)) (-4 *5 (-1094))
+ (-5 *2 (-112)) (-5 *1 (-884 *5 *6 *4)) (-4 *4 (-612 (-889 *5))))))
+(((*1 *1 *1 *1) (-4 *1 (-758))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-141))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-144)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-1259 *5))) (-5 *4 (-564)) (-5 *2 (-1259 *5))
+ (-5 *1 (-1026 *5)) (-4 *5 (-363)) (-4 *5 (-368)) (-4 *5 (-1046)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-263))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-263))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-263)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1094)) (-4 *2 (-897 *5)) (-5 *1 (-688 *5 *2 *3 *4))
+ (-4 *3 (-373 *2)) (-4 *4 (-13 (-373 *5) (-10 -7 (-6 -4406)))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1166 *4)) (-5 *1 (-357 *4))
+ (-4 *4 (-349)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-5 *2 (-1 (-112) *5))
+ (-5 *1 (-887 *4 *5)) (-4 *5 (-1209))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1160)))))
(((*1 *2 *2)
(-12 (-4 *3 (-556)) (-4 *4 (-989 *3)) (-5 *1 (-142 *3 *4 *2))
(-4 *2 (-373 *4))))
@@ -15669,28 +15843,218 @@
((*1 *2 *2)
(-12 (-4 *3 (-556)) (-4 *4 (-989 *3)) (-5 *1 (-1228 *3 *4 *2))
(-4 *2 (-1235 *4)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-452)) (-4 *4 (-556))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2362 *4)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *3))
+ (-4 *3 (-1235 (-407 *4))))))
+(((*1 *1 *1) (-4 *1 (-657))))
+(((*1 *1) (-5 *1 (-820))))
+(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-996 *3)) (-4 *3 (-172)) (-5 *1 (-796 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4))))
+ (-5 *1 (-1135 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
+ (-4 *4 (-13 (-1094) (-34))))))
+(((*1 *2) (-12 (-5 *2 (-840 (-564))) (-5 *1 (-534))))
+ ((*1 *1) (-12 (-5 *1 (-840 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1087 *3)) (-4 *3 (-1209)) (-5 *2 (-564)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-924))
+ (-5 *2
+ (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
+ (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
+ (-5 *1 (-153))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-924)) (-5 *4 (-407 (-564)))
+ (-5 *2
+ (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
+ (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
+ (-5 *1 (-153))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
+ (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
+ (-5 *1 (-153)) (-5 *3 (-641 (-940 (-225))))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-2 (|:| |brans| (-641 (-641 (-940 (-225)))))
+ (|:| |xValues| (-1088 (-225))) (|:| |yValues| (-1088 (-225)))))
+ (-5 *1 (-153)) (-5 *3 (-641 (-641 (-940 (-225)))))))
+ ((*1 *1 *2) (-12 (-5 *2 (-641 (-1088 (-379)))) (-5 *1 (-263))))
+ ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-263)))))
+(((*1 *2) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1262))))
+ ((*1 *2 *2) (-12 (-5 *2 (-641 (-918))) (-5 *1 (-1262)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1232 *5 *4)) (-4 *4 (-817)) (-14 *5 (-1170))
+ (-5 *2 (-641 *4)) (-5 *1 (-1108 *4 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 (-641 (-641 *4)))) (-5 *2 (-641 (-641 *4)))
+ (-4 *4 (-847)) (-5 *1 (-1180 *4)))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *4 (-1 (-3 (-564) "failed") *5)) (-4 *5 (-1046))
+ (-5 *2 (-564)) (-5 *1 (-543 *5 *3)) (-4 *3 (-1235 *5))))
+ ((*1 *2 *3 *4 *2 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-564) "failed") *4)) (-4 *4 (-1046))
+ (-5 *2 (-564)) (-5 *1 (-543 *4 *3)) (-4 *3 (-1235 *4))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-564) "failed") *4)) (-4 *4 (-1046))
+ (-5 *2 (-564)) (-5 *1 (-543 *4 *3)) (-4 *3 (-1235 *4)))))
(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *1 *2)
- (-12 (-4 *3 (-1046)) (-5 *1 (-824 *2 *3)) (-4 *2 (-705 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1094))
- (-4 *6 (-1094)) (-4 *2 (-1094)) (-5 *1 (-676 *5 *6 *2)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *6 (-918)) (-4 *5 (-307)) (-4 *3 (-1235 *5))
+ (-5 *2 (-2 (|:| |plist| (-641 *3)) (|:| |modulo| *5)))
+ (-5 *1 (-460 *5 *3)) (-5 *4 (-641 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-949 *4))) (-4 *4 (-452)) (-5 *2 (-112))
+ (-5 *1 (-360 *4 *5)) (-14 *5 (-641 (-1170)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-777 *4 (-861 *5)))) (-4 *4 (-452))
+ (-14 *5 (-641 (-1170))) (-5 *2 (-112)) (-5 *1 (-626 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))))
+(((*1 *2) (-12 (-5 *2 (-840 (-564))) (-5 *1 (-534))))
+ ((*1 *1) (-12 (-5 *1 (-840 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1094)) (-4 *5 (-1094))
+ (-4 *6 (-1094)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-680 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-817)) (-14 *5 (-1170)) (-5 *2 (-641 (-1232 *5 *4)))
+ (-5 *1 (-1108 *4 *5)) (-5 *3 (-1232 *5 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-818)) (-5 *2 (-52)) (-5 *1 (-828)))))
(((*1 *1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363))))
((*1 *2 *2 *2 *3)
(-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-363)) (-5 *1 (-655 *4 *2))
(-4 *2 (-652 *4)))))
-(((*1 *1 *1) (-4 *1 (-627)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-789))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-768)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046))
+ (-14 *4 (-641 (-1170)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-564)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847)))
+ (-14 *4 (-641 (-1170)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847))
+ (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-275))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1166 *8)) (-5 *4 (-641 *6)) (-4 *6 (-847))
+ (-4 *8 (-946 *7 *5 *6)) (-4 *5 (-790)) (-4 *7 (-1046))
+ (-5 *2 (-641 (-768))) (-5 *1 (-321 *5 *6 *7 *8))))
+ ((*1 *2 *1) (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-5 *2 (-918))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172))
+ (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-4 *1 (-470 *3 *2)) (-4 *3 (-172)) (-4 *2 (-23))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-556)) (-5 *2 (-564)) (-5 *1 (-621 *3 *4))
+ (-4 *4 (-1235 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-705 *3)) (-4 *3 (-1046)) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-4 *1 (-849 *3)) (-4 *3 (-1046)) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-901 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-902 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-641 *6)) (-4 *1 (-946 *4 *5 *6)) (-4 *4 (-1046))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 (-768)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-946 *4 *5 *3)) (-4 *4 (-1046)) (-4 *5 (-790))
+ (-4 *3 (-847)) (-5 *2 (-768))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-970 *3 *2 *4)) (-4 *3 (-1046)) (-4 *4 (-847))
+ (-4 *2 (-789))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *6)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-768))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1221 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1250 *3))
+ (-5 *2 (-564))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1219 *3))
+ (-5 *2 (-407 (-564)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-830 (-918)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1280 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
+ (-5 *2 (-768)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
+ (|partial| -12 (-5 *2 (-641 (-1166 *13))) (-5 *3 (-1166 *13))
+ (-5 *4 (-641 *12)) (-5 *5 (-641 *10)) (-5 *6 (-641 *13))
+ (-5 *7 (-641 (-641 (-2 (|:| -3192 (-768)) (|:| |pcoef| *13)))))
+ (-5 *8 (-641 (-768))) (-5 *9 (-1259 (-641 (-1166 *10))))
+ (-4 *12 (-847)) (-4 *10 (-307)) (-4 *13 (-946 *10 *11 *12))
+ (-4 *11 (-790)) (-5 *1 (-704 *11 *12 *10 *13)))))
+(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261))))
+ ((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))))
+(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
+ (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363)))
+ (-4 *3 (-1235 *4)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-942 *4 *3))
+ (-4 *3 (-1235 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-641 (-1170))) (-4 *5 (-452))
+ (-5 *2 (-481 *4 *5)) (-5 *1 (-629 *4 *5)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-768)) (-4 *5 (-556))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-819)))))
(((*1 *1 *2 *3)
(-12 (-5 *2 (-1056 (-1021 *4) (-1166 (-1021 *4)))) (-5 *3 (-859))
(-5 *1 (-1021 *4)) (-4 *4 (-13 (-845) (-363) (-1019))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-379))))
- ((*1 *1 *1 *1) (-4 *1 (-545)))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363))))
- ((*1 *1 *2) (-12 (-5 *1 (-715 *2)) (-4 *2 (-363))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-768)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330))
+ (-5 *1 (-332)))))
+(((*1 *2 *2) (-12 (-5 *2 (-316 (-225))) (-5 *1 (-210)))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1173))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173))))
+ ((*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-949 (-564)))) (-5 *1 (-437))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170)) (-5 *4 (-685 (-225))) (-5 *2 (-1098))
+ (-5 *1 (-756))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1170)) (-5 *4 (-685 (-564))) (-5 *2 (-1098))
+ (-5 *1 (-756)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-108))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-536))) (-5 *1 (-536)))))
+(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
+ (-12 (-5 *4 (-685 (-225))) (-5 *5 (-685 (-564))) (-5 *3 (-564))
+ (-5 *2 (-1032)) (-5 *1 (-753)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-407 (-564))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *3 (-13 (-363) (-847))) (-14 *4 (-1170)) (-14 *5 *3))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-768)) (-5 *1 (-780 *2)) (-4 *2 (-38 (-407 (-564))))
+ (-4 *2 (-172)))))
(((*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-564))))
((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-902 *3)) (-4 *3 (-1094))))
((*1 *2 *3 *1)
@@ -15723,53 +16087,652 @@
(-5 *5 (-1152)) (-4 *6 (-452)) (-5 *2 (-564)) (-5 *1 (-1111 *6))))
((*1 *2 *3)
(|partial| -12 (-5 *2 (-564)) (-5 *1 (-1191 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *5 (-768)) (-4 *6 (-1094)) (-4 *7 (-897 *6))
+ (-5 *2 (-685 *7)) (-5 *1 (-688 *6 *7 *3 *4)) (-4 *3 (-373 *7))
+ (-4 *4 (-13 (-373 *6) (-10 -7 (-6 -4406)))))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1138)) (-5 *3 (-564)) (-5 *2 (-112)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-452))
+ (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-974 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 *7)) (-5 *3 (-112)) (-4 *7 (-1060 *4 *5 *6))
+ (-4 *4 (-452)) (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-5 *1 (-974 *4 *5 *6 *7)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-826)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-685 (-949 *4))) (-5 *1 (-1025 *4))
+ (-4 *4 (-1046)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-685 *4)) (-5 *3 (-918)) (|has| *4 (-6 (-4408 "*")))
+ (-4 *4 (-1046)) (-5 *1 (-1025 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-641 (-685 *4))) (-5 *3 (-918))
+ (|has| *4 (-6 (-4408 "*"))) (-4 *4 (-1046)) (-5 *1 (-1025 *4)))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-436)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-752)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170)))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-387))))
+ ((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-339 *3 *4 *5)) (-14 *3 (-641 (-1170)))
+ (-14 *4 (-641 (-1170))) (-4 *5 (-387)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-407 *2)) (-4 *2 (-1235 *5))
+ (-5 *1 (-804 *5 *2 *3 *6))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564)))))
+ (-4 *3 (-652 *2)) (-4 *6 (-652 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 (-407 *2))) (-4 *2 (-1235 *5))
+ (-5 *1 (-804 *5 *2 *3 *6))
+ (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *3 (-652 *2))
+ (-4 *6 (-652 (-407 *2))))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1235 *3)) (-5 *1 (-399 *3 *2))
+ (-4 *3 (-13 (-363) (-147))))))
(((*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173))))
((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1173)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-545))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *1 *1) (-12 (-5 *1 (-606 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1) (-5 *1 (-630))))
+(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1170)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-556)) (-4 *3 (-172)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *1 (-684 *3 *4 *5 *2))
+ (-4 *2 (-683 *3 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-946 *3 *5 *4)) (-5 *1 (-984 *3 *4 *5 *2))
+ (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *2) (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1262))))
+ ((*1 *2 *2) (-12 (-5 *2 (-641 (-768))) (-5 *1 (-1262)))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-748)))))
(((*1 *1 *2)
(-12 (-5 *2 (-918)) (-4 *1 (-238 *3 *4)) (-4 *4 (-1046))
(-4 *4 (-1209))))
((*1 *1 *2)
(-12 (-14 *3 (-641 (-1170))) (-4 *4 (-172))
- (-4 *5 (-238 (-3435 *3) (-768)))
+ (-4 *5 (-238 (-2828 *3) (-768)))
(-14 *6
- (-1 (-112) (-2 (|:| -1359 *2) (|:| -2954 *5))
- (-2 (|:| -1359 *2) (|:| -2954 *5))))
+ (-1 (-112) (-2 (|:| -1468 *2) (|:| -1558 *5))
+ (-2 (|:| -1468 *2) (|:| -1558 *5))))
(-5 *1 (-461 *3 *4 *2 *5 *6 *7)) (-4 *2 (-847))
(-4 *7 (-946 *4 *5 (-861 *3)))))
((*1 *2 *2) (-12 (-5 *2 (-940 (-225))) (-5 *1 (-1205)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-452))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1166 *6)) (-4 *6 (-946 *5 *3 *4)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *5 (-906)) (-5 *1 (-457 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-906)))))
+(((*1 *1) (-5 *1 (-141))) ((*1 *1 *1) (-5 *1 (-144)))
+ ((*1 *1 *1) (-4 *1 (-1138))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-481 *4 *5))) (-14 *4 (-641 (-1170)))
+ (-4 *5 (-452)) (-5 *2 (-641 (-247 *4 *5))) (-5 *1 (-629 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-349)) (-5 *2 (-418 (-1166 (-1166 *4))))
+ (-5 *1 (-1207 *4)) (-5 *3 (-1166 (-1166 *4))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1172 (-407 (-564)))) (-5 *1 (-190)) (-5 *3 (-564)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363)))
+ (-4 *3 (-1235 *4)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
+ (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2
+ (-2 (|:| |stiffness| (-379)) (|:| |stability| (-379))
+ (|:| |expense| (-379)) (|:| |accuracy| (-379))
+ (|:| |intermediateResults| (-379))))
+ (-5 *1 (-800)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-174 *3)) (-4 *3 (-307)))))
(((*1 *1 *1 *1 *1) (-5 *1 (-859))) ((*1 *1 *1 *1) (-5 *1 (-859)))
((*1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-768)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-889 *4)) (-4 *4 (-1094)) (-5 *1 (-886 *4 *3))
+ (-4 *3 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1211))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1264)) (-5 *1 (-1211)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1244 *3 *4 *5)) (-5 *1 (-319 *3 *4 *5))
+ (-4 *3 (-13 (-363) (-847))) (-14 *4 (-1170)) (-14 *5 *3)))
+ ((*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-564))))
+ ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-418 *3)) (-4 *3 (-556))))
+ ((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-695))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1094)) (-5 *1 (-710 *3 *2 *4)) (-4 *3 (-847))
+ (-14 *4
+ (-1 (-112) (-2 (|:| -1468 *3) (|:| -1558 *2))
+ (-2 (|:| -1468 *3) (|:| -1558 *2)))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
+ (-5 *2 (-2 (|:| |k| (-816 *3)) (|:| |c| *4))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1166 *9)) (-5 *4 (-641 *7)) (-4 *7 (-847))
+ (-4 *9 (-946 *8 *6 *7)) (-4 *6 (-790)) (-4 *8 (-307))
+ (-5 *2 (-641 (-768))) (-5 *1 (-739 *6 *7 *8 *9)) (-5 *5 (-768)))))
(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *1 (-113 *3)) (-4 *3 (-847)) (-4 *3 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-685 (-407 (-949 (-564))))) (-5 *2 (-641 (-316 (-564))))
+ (-5 *1 (-1028)))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
+ ((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-467))))
+ ((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
+ (-4 *2 (-430 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1133))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-641 (-641 (-564)))) (-5 *1 (-968))
+ (-5 *3 (-641 (-564))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1181 (-641 *4))) (-4 *4 (-847))
+ (-5 *2 (-641 (-641 *4))) (-5 *1 (-1180 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-491)) (-5 *4 (-951)) (-5 *2 (-687 (-533)))
+ (-5 *1 (-533))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-951)) (-4 *3 (-1094)) (-5 *2 (-687 *1))
+ (-4 *1 (-764 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
+ (-5 *2 (-1259 (-685 *4)))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-1259 (-685 *4))) (-5 *1 (-416 *3 *4))
+ (-4 *3 (-417 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-1259 (-685 *3)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-1170))) (-4 *5 (-363))
+ (-5 *2 (-1259 (-685 (-407 (-949 *5))))) (-5 *1 (-1080 *5))
+ (-5 *4 (-685 (-407 (-949 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 (-1170))) (-4 *5 (-363))
+ (-5 *2 (-1259 (-685 (-949 *5)))) (-5 *1 (-1080 *5))
+ (-5 *4 (-685 (-949 *5)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-685 *4))) (-4 *4 (-363))
+ (-5 *2 (-1259 (-685 *4))) (-5 *1 (-1080 *4)))))
(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-1060 *3 *4 *2)) (-4 *2 (-847))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1060 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847)))))
+(((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *1) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349))
+ (-5 *2 (-1259 (-641 (-2 (|:| -1522 *4) (|:| -1468 (-1114))))))
+ (-5 *1 (-346 *4)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-744)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-582)))))
+(((*1 *1 *1) (-4 *1 (-556))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1166 *1)) (-4 *1 (-1009)))))
+(((*1 *2)
+ (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-918)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
(((*1 *2 *3)
(-12
(-5 *3
- (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))
+ (-641 (-2 (|:| -3766 (-407 (-564))) (|:| -3777 (-407 (-564))))))
(-5 *2 (-641 (-225))) (-5 *1 (-305)))))
+(((*1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-826)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-1235 (-407 (-564))))
+ (-5 *2 (-2 (|:| |den| (-564)) (|:| |gcdnum| (-564))))
+ (-5 *1 (-910 *3 *4)) (-4 *4 (-1235 (-407 *3)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1235 (-407 *2))) (-5 *2 (-564)) (-5 *1 (-910 *4 *3))
+ (-4 *3 (-1235 (-407 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 (-641 *2))) (-5 *4 (-641 *5))
+ (-4 *5 (-38 (-407 (-564)))) (-4 *2 (-1250 *5))
+ (-5 *1 (-1252 *5 *2)))))
+(((*1 *2 *3 *3)
+ (-12 (|has| *2 (-6 (-4408 "*"))) (-4 *5 (-373 *2)) (-4 *6 (-373 *2))
+ (-4 *2 (-1046)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1235 *2))
+ (-4 *4 (-683 *2 *5 *6)))))
+(((*1 *2 *3 *4 *5 *3 *6 *3)
+ (-12 (-5 *3 (-564)) (-5 *5 (-169 (-225))) (-5 *6 (-1152))
+ (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-790))
+ (-4 *3 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))) (-4 *5 (-556))
+ (-5 *1 (-729 *4 *3 *5 *2)) (-4 *2 (-946 (-407 (-949 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1046)) (-4 *5 (-790))
+ (-4 *3
+ (-13 (-847)
+ (-10 -8 (-15 -2511 ((-1170) $))
+ (-15 -3871 ((-3 $ "failed") (-1170))))))
+ (-5 *1 (-981 *4 *5 *3 *2)) (-4 *2 (-946 (-949 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 *6))
+ (-4 *6
+ (-13 (-847)
+ (-10 -8 (-15 -2511 ((-1170) $))
+ (-15 -3871 ((-3 $ "failed") (-1170))))))
+ (-4 *4 (-1046)) (-4 *5 (-790)) (-5 *1 (-981 *4 *5 *6 *2))
+ (-4 *2 (-946 (-949 *4) *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-918)) (-5 *1 (-157)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
+ (-5 *2 (-816 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-843)) (-5 *1 (-1282 *3 *2)) (-4 *3 (-1046)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1209)) (-5 *1 (-375 *4 *2))
+ (-4 *2 (-13 (-373 *4) (-10 -7 (-6 -4407)))))))
(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -2103 *4))))
+ (-12 (-5 *2 (-641 (-2 (|:| |gen| *3) (|:| -4326 *4))))
(-4 *3 (-1094)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-645 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-186)) (-5 *1 (-138))))
- ((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-186)))))
+(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-855))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-962))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-986))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-1094) (-34))) (-5 *1 (-1134 *2 *3))
+ (-4 *3 (-13 (-1094) (-34))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-517)))))
+(((*1 *2)
+ (-12 (-4 *1 (-349))
+ (-5 *2 (-641 (-2 (|:| -3070 (-564)) (|:| -1558 (-564))))))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-280)))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-112)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
+ (-4 *3 (-1060 *6 *7 *8))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4))))
+ (-5 *1 (-1102 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-641 (-2 (|:| |val| (-641 *8)) (|:| -2956 *9))))
+ (-5 *5 (-112)) (-4 *8 (-1060 *6 *7 *4)) (-4 *9 (-1066 *6 *7 *4 *8))
+ (-4 *6 (-452)) (-4 *7 (-790)) (-4 *4 (-847))
+ (-5 *2 (-641 (-2 (|:| |val| *8) (|:| -2956 *9))))
+ (-5 *1 (-1102 *6 *7 *4 *8 *9)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-752)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
+ (-4 *4 (-373 *2)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-612 (-889 (-564))))
+ (-4 *5 (-883 (-564)))
+ (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-567 *5 *3)) (-4 *3 (-627))
+ (-4 *3 (-13 (-27) (-1194) (-430 *5))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -3946 (-641 (-859))) (|:| -1986 (-641 (-859)))
+ (|:| |presup| (-641 (-859))) (|:| -3377 (-641 (-859)))
+ (|:| |args| (-641 (-859)))))
+ (-5 *1 (-1170)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7)) (-5 *2 (-112))
+ (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| (-112)) (|:| -2956 *4))))
+ (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
(((*1 *2 *1)
(-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
(-4 *5 (-373 *3)) (-5 *2 (-112))))
((*1 *2 *1)
(-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
(-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-564)) (-5 *5 (-685 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564))))
+ ((*1 *1 *1) (-5 *1 (-1114))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))))
+ (-4 *4 (-1235 *3))
+ (-5 *2
+ (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-685 *3))))
+ (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-409 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-564)) (-4 *4 (-1235 *3))
+ (-5 *2
+ (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-685 *3))))
+ (-5 *1 (-765 *4 *5)) (-4 *5 (-409 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-349)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 *3))
+ (-5 *2
+ (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-685 *3))))
+ (-5 *1 (-982 *4 *3 *5 *6)) (-4 *6 (-721 *3 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-349)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 *3))
+ (-5 *2
+ (-2 (|:| -3331 (-685 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-685 *3))))
+ (-5 *1 (-1268 *4 *3 *5 *6)) (-4 *6 (-409 *3 *5)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-902 *4)) (-4 *4 (-1094)) (-5 *2 (-641 (-768)))
+ (-5 *1 (-901 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046))
+ (-14 *4 (-641 (-1170)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847)))
+ (-14 *4 (-641 (-1170))))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1209)) (-4 *3 (-1209)))))
+(((*1 *1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-112)) (-5 *1 (-594 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1046))
+ (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284)))
+ (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4))))
+ ((*1 *1 *1) (-4 *1 (-545)))
+ ((*1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-668 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1) (-12 (-5 *2 (-918)) (-5 *1 (-673 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-816 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-890 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1209)) (-5 *2 (-768))))
+ ((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-1206 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1257 *2)) (-4 *2 (-1209)) (-4 *2 (-999))
+ (-4 *2 (-1046)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *5)) (-5 *4 (-918)) (-4 *5 (-847))
+ (-5 *2 (-641 (-668 *5))) (-5 *1 (-668 *5)))))
(((*1 *2 *1 *3 *3 *3)
(-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-363)) (-4 *4 (-373 *3)) (-4 *5 (-373 *3))
+ (-5 *1 (-521 *3 *4 *5 *2)) (-4 *2 (-683 *3 *4 *5)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564))))
+ ((*1 *1 *1 *1) (-5 *1 (-1114))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-556) (-847) (-1035 (-564)))) (-4 *5 (-430 *4))
+ (-5 *2
+ (-3 (|:| |overq| (-1166 (-407 (-564))))
+ (|:| |overan| (-1166 (-48))) (|:| -2105 (-112))))
+ (-5 *1 (-435 *4 *5 *3)) (-4 *3 (-1235 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-949 (-564))) (-5 *2 (-641 *1)) (-4 *1 (-1009))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-949 (-407 (-564)))) (-5 *2 (-641 *1)) (-4 *1 (-1009))))
+ ((*1 *2 *3) (-12 (-5 *3 (-949 *1)) (-4 *1 (-1009)) (-5 *2 (-641 *1))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1166 (-564))) (-5 *2 (-641 *1)) (-4 *1 (-1009))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1166 (-407 (-564)))) (-5 *2 (-641 *1)) (-4 *1 (-1009))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1166 *1)) (-4 *1 (-1009)) (-5 *2 (-641 *1))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-845) (-363))) (-4 *3 (-1235 *4)) (-5 *2 (-641 *1))
+ (-4 *1 (-1063 *4 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
+ (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1170)) (-4 *5 (-612 (-889 (-564))))
+ (-4 *5 (-883 (-564)))
+ (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-567 *5 *3)) (-4 *3 (-627))
+ (-4 *3 (-13 (-27) (-1194) (-430 *5)))))
+ ((*1 *2 *2 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-1170)) (-5 *4 (-840 *2)) (-4 *2 (-1133))
+ (-4 *2 (-13 (-27) (-1194) (-430 *5)))
+ (-4 *5 (-612 (-889 (-564)))) (-4 *5 (-883 (-564)))
+ (-4 *5 (-13 (-847) (-1035 (-564)) (-452) (-637 (-564))))
+ (-5 *1 (-567 *5 *2)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -2956 *4))))
+ (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1035 (-564))) (-4 *1 (-302)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-918)) (-5 *4 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467))))
+ ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-467)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-863 *4 *5 *6 *7))
+ (-4 *4 (-1046)) (-14 *5 (-641 (-1170))) (-14 *6 (-641 *3))
+ (-14 *7 *3)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-768)) (-4 *4 (-1046)) (-4 *5 (-847)) (-4 *6 (-790))
+ (-14 *8 (-641 *5)) (-5 *2 (-1264))
+ (-5 *1 (-1271 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-946 *4 *6 *5))
+ (-14 *9 (-641 *3)) (-14 *10 *3))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-641 (-1259 *4))) (-5 *1 (-366 *3 *4))
+ (-4 *3 (-367 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556))
+ (-5 *2 (-641 (-1259 *3))))))
(((*1 *2 *3 *3)
(-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564))))
+ ((*1 *1 *1 *1) (-5 *1 (-1114))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-418 (-1166 (-564)))) (-5 *1 (-191)) (-5 *3 (-564)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1202 *4 *5 *3 *6)) (-4 *4 (-556)) (-4 *5 (-790))
+ (-4 *3 (-847)) (-4 *6 (-1060 *4 *5 *3)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1278 *3)) (-4 *3 (-363)) (-5 *2 (-112)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-652 *3)) (-4 *3 (-1046)) (-4 *3 (-363))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-768)) (-5 *4 (-1 *5 *5)) (-4 *5 (-363))
+ (-5 *1 (-655 *5 *2)) (-4 *2 (-652 *5)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-1170))
+ (-4 *6 (-13 (-847) (-307) (-1035 (-564)) (-637 (-564)) (-147)))
+ (-4 *4 (-13 (-29 *6) (-1194) (-956)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -3331 (-641 *4))))
+ (-5 *1 (-798 *6 *4 *3)) (-4 *3 (-652 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
+(((*1 *1 *2) (-12 (-5 *2 (-816 *3)) (-4 *3 (-847)) (-5 *1 (-668 *3)))))
+(((*1 *1) (-5 *1 (-578)))
+ ((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-860))))
+ ((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-860))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1152)) (-5 *4 (-859)) (-5 *2 (-1264)) (-5 *1 (-860))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-564)) (-5 *2 (-1264)) (-5 *1 (-1150 *4))
+ (-4 *4 (-1094)) (-4 *4 (-1209)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-564))) (-4 *3 (-1046)) (-5 *1 (-594 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-564))) (-4 *1 (-1219 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-564))) (-4 *1 (-1250 *3)) (-4 *3 (-1046)))))
(((*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *2)) (-4 *2 (-172))))
((*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-416 *3 *2)) (-4 *3 (-417 *2))))
((*1 *2) (-12 (-4 *1 (-417 *2)) (-4 *2 (-172)))))
+(((*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-1166 *3)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5))
+ (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-1272 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-641 *8)) (-5 *3 (-1 (-112) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1060 *5 *6 *7)) (-4 *5 (-556))
+ (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1272 *5 *6 *7 *8)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-946 *4 *5 *6)) (-4 *4 (-452))
+ (-4 *5 (-790)) (-4 *6 (-847)) (-5 *1 (-449 *4 *5 *6 *2)))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-847)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1170)) (-5 *2 (-1 (-1166 (-949 *4)) (-949 *4)))
+ (-5 *1 (-1267 *4)) (-4 *4 (-363)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1202 *3 *4 *5 *2)) (-4 *3 (-556)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-4 *2 (-1060 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-906)) (-5 *2 (-418 (-1166 *1))) (-5 *3 (-1166 *1)))))
+(((*1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-368))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1259 *4)) (-5 *1 (-528 *4))
+ (-4 *4 (-349))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-847)) (-5 *1 (-710 *2 *3 *4)) (-4 *3 (-1094))
+ (-14 *4
+ (-1 (-112) (-2 (|:| -1468 *2) (|:| -1558 *3))
+ (-2 (|:| -1468 *2) (|:| -1558 *3)))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |mval| (-685 *3)) (|:| |invmval| (-685 *3))
+ (|:| |genIdeal| (-504 *3 *4 *5 *6))))
+ (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-564)) (-4 *1 (-1087 *3)) (-4 *3 (-1209)))))
(((*1 *2 *1)
(-12 (-5 *2 (-641 (-940 *4))) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
(-4 *4 (-1046)))))
+(((*1 *1 *2 *2)
+ (-12 (-5 *2 (-768)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-768)) (-4 *1 (-1257 *3)) (-4 *3 (-23)) (-4 *3 (-1209)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-999))))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-379) (-379))) (-5 *4 (-379))
+ (-5 *2
+ (-2 (|:| -1522 *4) (|:| -2044 *4) (|:| |totalpts| (-564))
+ (|:| |success| (-112))))
+ (-5 *1 (-786)) (-5 *5 (-564)))))
+(((*1 *2 *1) (|partial| -12 (-5 *1 (-365 *2)) (-4 *2 (-1094))))
+ ((*1 *2 *1) (|partial| -12 (-5 *2 (-1152)) (-5 *1 (-1190)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-641 *3))) (-4 *3 (-1094)) (-5 *1 (-902 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1166 (-949 *6))) (-4 *6 (-556))
+ (-4 *2 (-946 (-407 (-949 *6)) *5 *4)) (-5 *1 (-729 *5 *4 *6 *2))
+ (-4 *5 (-790))
+ (-4 *4 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |lm| (-386 *3)) (|:| |mm| (-386 *3)) (|:| |rm| (-386 *3))))
+ (-5 *1 (-386 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |lm| (-816 *3)) (|:| |mm| (-816 *3)) (|:| |rm| (-816 *3))))
+ (-5 *1 (-816 *3)) (-4 *3 (-847)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-641 (-779 *3))) (-5 *1 (-779 *3)) (-4 *3 (-556))
+ (-4 *3 (-1046)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1250 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
(((*1 *2 *3)
(-12 (-4 *4 (-556)) (-5 *2 (-641 *3)) (-5 *1 (-43 *4 *3))
(-4 *3 (-417 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-91 *3)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1152)) (-5 *3 (-820)) (-5 *1 (-819)))))
+(((*1 *1 *1 *1) (-4 *1 (-307))) ((*1 *1 *1 *1) (-5 *1 (-768)))
+ ((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-545))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1152))
+ (-4 *4 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *2 (-112)) (-5 *1 (-224 *4 *5)) (-4 *5 (-13 (-1194) (-29 *4))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-768)) (-4 *6 (-363)) (-5 *4 (-1203 *6))
+ (-5 *2 (-1 (-1150 *4) (-1150 *4))) (-5 *1 (-1267 *6))
+ (-5 *5 (-1150 *4)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-434))
+ (-5 *2
+ (-641
+ (-3 (|:| -1316 (-1170))
+ (|:| -2073 (-641 (-3 (|:| S (-1170)) (|:| P (-949 (-564)))))))))
+ (-5 *1 (-1174)))))
+(((*1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1179)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-940 *3) (-940 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-363) (-1194) (-999))))))
(((*1 *2 *3 *4)
(-12 (-4 *5 (-1094)) (-4 *6 (-883 *5)) (-5 *2 (-882 *5 *6 (-641 *6)))
(-5 *1 (-884 *5 *6 *4)) (-5 *3 (-641 *6)) (-4 *4 (-612 (-889 *5)))))
@@ -15779,509 +16742,265 @@
((*1 *2 *3 *4)
(-12 (-4 *5 (-1094)) (-5 *2 (-641 (-294 (-949 *3))))
(-5 *1 (-884 *5 *3 *4)) (-4 *3 (-1046))
- (-2819 (-4 *3 (-1035 (-1170)))) (-4 *3 (-883 *5))
+ (-4338 (-4 *3 (-1035 (-1170)))) (-4 *3 (-883 *5))
(-4 *4 (-612 (-889 *5)))))
((*1 *2 *3 *4)
(-12 (-4 *5 (-1094)) (-5 *2 (-886 *5 *3)) (-5 *1 (-884 *5 *3 *4))
- (-2819 (-4 *3 (-1035 (-1170)))) (-2819 (-4 *3 (-1046)))
+ (-4338 (-4 *3 (-1035 (-1170)))) (-4338 (-4 *3 (-1046)))
(-4 *3 (-883 *5)) (-4 *4 (-612 (-889 *5))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-330)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-768)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
+ (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-225))
+ (-5 *7 (-685 (-564))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))))
+(((*1 *2 *2) (-12 (-5 *2 (-316 (-225))) (-5 *1 (-267)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564))
+ (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 -3629))))
+ (-5 *2 (-1032)) (-5 *1 (-743)))))
+(((*1 *2 *2 *3)
+ (|partial| -12
+ (-5 *3 (-641 (-2 (|:| |func| *2) (|:| |pole| (-112)))))
+ (-4 *2 (-13 (-430 *4) (-999))) (-4 *4 (-13 (-847) (-556)))
+ (-5 *1 (-276 *4 *2)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-253 *2 *3 *4 *5)) (-4 *2 (-1046)) (-4 *3 (-847))
+ (-4 *4 (-266 *3)) (-4 *5 (-790)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-641 *3))))
+ ((*1 *2 *1)
+ (-12 (|has| *1 (-6 -4406)) (-4 *1 (-489 *3)) (-4 *3 (-1209))
+ (-5 *2 (-641 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-357 *3)) (-4 *3 (-349)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-407 (-564)))
+ (-4 *4 (-13 (-556) (-847) (-1035 (-564)) (-637 (-564))))
+ (-5 *1 (-277 *4 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *4))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094))
+ (-5 *2 (-641 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-2 (|:| |k| (-890 *3)) (|:| |c| *4))))
+ (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847))
+ (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-641 (-668 *3))) (-5 *1 (-890 *3)) (-4 *3 (-847)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
(((*1 *2 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1152)) (-5 *1 (-305)))))
+(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
+ (|partial| -12 (-5 *5 (-1170))
+ (-5 *6
+ (-1
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-641 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-641 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -3521 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1194) (-27) (-430 *8)))
+ (-4 *8 (-13 (-452) (-847) (-147) (-1035 *3) (-637 *3)))
+ (-5 *3 (-564)) (-5 *2 (-641 *4)) (-5 *1 (-1011 *8 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046))
+ (-14 *4 (-641 (-1170)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847)))
+ (-14 *4 (-641 (-1170)))))
+ ((*1 *1) (-12 (-4 *1 (-329 *2)) (-4 *2 (-368)) (-4 *2 (-363))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-335 *3 *4 *5 *2)) (-4 *3 (-363))
+ (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
+ (-4 *2 (-342 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-768)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-172))))
+ ((*1 *1) (-12 (-4 *2 (-172)) (-4 *1 (-721 *2 *3)) (-4 *3 (-1235 *2)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
+(((*1 *1 *1 *1) (-4 *1 (-307))) ((*1 *1 *1 *1) (-5 *1 (-768)))
+ ((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-652 *2)) (-4 *2 (-1046)) (-4 *2 (-363))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-363)) (-5 *1 (-655 *4 *2))
+ (-4 *2 (-652 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1023 (-840 (-564)))) (-5 *1 (-594 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1213)) (-4 *5 (-1235 *4))
+ (-5 *2 (-2 (|:| -2860 (-407 *5)) (|:| |poly| *3)))
+ (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1235 (-407 *5))))))
+(((*1 *2 *3) (-12 (-5 *3 (-169 (-564))) (-5 *2 (-112)) (-5 *1 (-446))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-504 (-407 (-564)) (-240 *5 (-768)) (-861 *4)
+ (-247 *4 (-407 (-564)))))
+ (-14 *4 (-641 (-1170))) (-14 *5 (-768)) (-5 *2 (-112))
+ (-5 *1 (-505 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-958 *3)) (-4 *3 (-545))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1213)) (-5 *2 (-112)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1150 (-641 (-564)))) (-5 *3 (-641 (-564)))
+ (-5 *1 (-880)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-363)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
+ (-5 *1 (-504 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))))
(((*1 *2 *1)
(-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
(-4 *4 (-1046)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-641 (-1170))) (-5 *2 (-1170)) (-5 *1 (-330)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-918)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-38 (-407 (-564))))
+ (-4 *2 (-172)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-816 *3)) (|:| |rm| (-816 *3))))
+ (-5 *1 (-816 *3)) (-4 *3 (-847))))
+ ((*1 *1 *1 *1) (-5 *1 (-859))))
+(((*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1259 (-316 (-225)))) (-5 *2 (-1259 (-316 (-379))))
+ (-5 *1 (-305)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1134 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
+ (-4 *3 (-13 (-1094) (-34))))))
+(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-363) (-1194))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
+ (-4 *2 (-13 (-430 *3) (-1194))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
(-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
(-5 *1 (-749)))))
-(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-561)) (-5 *3 (-564))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))))
-(((*1 *1)
- (-12 (-4 *1 (-404)) (-2819 (|has| *1 (-6 -4403)))
- (-2819 (|has| *1 (-6 -4395)))))
- ((*1 *2 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-847))))
- ((*1 *1) (-4 *1 (-841))) ((*1 *1 *1 *1) (-4 *1 (-847)))
- ((*1 *2 *1) (-12 (-4 *1 (-965 *2)) (-4 *2 (-847)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1166 *3)) (-4 *3 (-368)) (-4 *1 (-329 *3))
- (-4 *3 (-363)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-62 *3)) (-14 *3 (-1170))))
- ((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-69 *3)) (-14 *3 (-1170))))
- ((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-72 *3)) (-14 *3 (-1170))))
- ((*1 *2 *1) (-12 (-4 *1 (-395)) (-5 *2 (-1264))))
- ((*1 *2 *3) (-12 (-5 *3 (-388)) (-5 *2 (-1264)) (-5 *1 (-397))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1152)) (-5 *4 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132))))
- ((*1 *2 *3) (-12 (-5 *3 (-859)) (-5 *2 (-1264)) (-5 *1 (-1132))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-859))) (-5 *2 (-1264)) (-5 *1 (-1132)))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-316 (-225))) (-5 *1 (-305))))
- ((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |num| (-889 *3)) (|:| |den| (-889 *3))))
- (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1190)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
- ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1143 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *6 (-556)) (-4 *2 (-946 *3 *5 *4))
- (-5 *1 (-729 *5 *4 *6 *2)) (-5 *3 (-407 (-949 *6))) (-4 *5 (-790))
- (-4 *4 (-13 (-847) (-10 -8 (-15 -2153 ((-1170) $))))))))
-(((*1 *1 *1) (-4 *1 (-627)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
-(((*1 *2 *3 *3 *1)
- (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-1098))) (-5 *1 (-291)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-847))
- (-5 *2
- (-2 (|:| |f1| (-641 *4)) (|:| |f2| (-641 (-641 (-641 *4))))
- (|:| |f3| (-641 (-641 *4))) (|:| |f4| (-641 (-641 (-641 *4))))))
- (-5 *1 (-1180 *4)) (-5 *3 (-641 (-641 (-641 *4)))))))
-(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
- (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032))
- (-5 *1 (-752)))))
-(((*1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1274 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172))
- (-5 *1 (-660 *3 *4))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-660 *3 *4)) (-5 *1 (-1279 *3 *4))
- (-4 *3 (-847)) (-4 *4 (-172)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-391)))))
-(((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *1 *1) (-4 *1 (-1133))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-225) (-225) (-225)))
- (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined"))
- (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225)))
- (-5 *1 (-693))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-940 (-225)) (-225) (-225))) (-5 *4 (-1088 (-225)))
- (-5 *5 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-693))))
- ((*1 *2 *2 *3 *4 *4 *5)
- (-12 (-5 *2 (-1127 (-225))) (-5 *3 (-1 (-940 (-225)) (-225) (-225)))
- (-5 *4 (-1088 (-225))) (-5 *5 (-641 (-263))) (-5 *1 (-693)))))
-(((*1 *2 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *5 (-1170))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-641 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -3526 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1194) (-27) (-430 *8)))
- (-4 *8 (-13 (-452) (-847) (-147) (-1035 *3) (-637 *3)))
- (-5 *3 (-564))
- (-5 *2 (-2 (|:| |ans| *4) (|:| -3602 *4) (|:| |sol?| (-112))))
- (-5 *1 (-1010 *8 *4)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1166 *1)) (-5 *3 (-1170)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-949 *1)) (-4 *1 (-27))))
+ (|partial| -12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-556))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-847) (-556)))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-847) (-556))))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-641 (-2 (|:| -4020 (-1166 *6)) (|:| -2954 (-564)))))
- (-4 *6 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-112))
- (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5))))
- ((*1 *1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *1) (-12 (-4 *1 (-832 *3)) (-4 *3 (-1094)) (-5 *2 (-55)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-4 *4 (-1046))
- (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-1235 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-556))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3377 *3)))
- (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1204 *3)) (-4 *3 (-971)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 (-481 *3 *4))) (-14 *3 (-641 (-1170)))
- (-4 *4 (-452)) (-5 *1 (-629 *3 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368)) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1166 *4)) (-4 *4 (-349)) (-5 *2 (-112))
- (-5 *1 (-357 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1259 *4)) (-4 *4 (-349)) (-5 *2 (-112))
- (-5 *1 (-528 *4)))))
+ (|partial| -12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789))
+ (-4 *2 (-556))))
+ ((*1 *1 *1 *1) (|partial| -4 *1 (-556)))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046))
+ (-4 *3 (-373 *2)) (-4 *4 (-373 *2)) (-4 *2 (-556))))
+ ((*1 *1 *1 *1) (|partial| -5 *1 (-768)))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-556))))
+ ((*1 *1 *1 *1) (-5 *1 (-859)))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1259 *4)) (-4 *4 (-1235 *3)) (-4 *3 (-556))
+ (-5 *1 (-966 *3 *4))))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-1049 *3 *4 *2 *5 *6)) (-4 *2 (-1046))
+ (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-556))))
+ ((*1 *2 *2 *2)
+ (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-1046)) (-5 *1 (-1154 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-1213)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
- (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5))))
- ((*1 *2)
- (-12 (-4 *3 (-13 (-307) (-10 -8 (-15 -1798 ((-418 $) $)))))
- (-4 *4 (-1235 *3))
- (-5 *2
- (-2 (|:| -2745 (-685 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-685 *3))))
- (-5 *1 (-350 *3 *4 *5)) (-4 *5 (-409 *3 *4))))
- ((*1 *2)
- (-12 (-4 *3 (-1235 (-564)))
- (-5 *2
- (-2 (|:| -2745 (-685 (-564))) (|:| |basisDen| (-564))
- (|:| |basisInv| (-685 (-564)))))
- (-5 *1 (-765 *3 *4)) (-4 *4 (-409 (-564) *3))))
+ (-12 (-4 *4 (-172)) (-5 *2 (-1166 (-949 *4))) (-5 *1 (-416 *3 *4))
+ (-4 *3 (-417 *4))))
((*1 *2)
- (-12 (-4 *3 (-349)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 *4))
- (-5 *2
- (-2 (|:| -2745 (-685 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-685 *4))))
- (-5 *1 (-982 *3 *4 *5 *6)) (-4 *6 (-721 *4 *5))))
+ (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-4 *3 (-363))
+ (-5 *2 (-1166 (-949 *3)))))
((*1 *2)
- (-12 (-4 *3 (-349)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 *4))
- (-5 *2
- (-2 (|:| -2745 (-685 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-685 *4))))
- (-5 *1 (-1268 *3 *4 *5 *6)) (-4 *6 (-409 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-388)) (-5 *2 (-1264)) (-5 *1 (-391))))
- ((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-391)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-1078 *3)) (-4 *3 (-132)))))
-(((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1210 *2))
- (-4 *2 (-1094))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-1094)) (-4 *2 (-847))
- (-5 *1 (-1210 *2)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1209)) (-5 *1 (-182 *3 *2)) (-4 *2 (-670 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-685 *4)) (-5 *3 (-918)) (-4 *4 (-1046))
- (-5 *1 (-1025 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 (-685 *4))) (-5 *3 (-918)) (-4 *4 (-1046))
- (-5 *1 (-1025 *4)))))
-(((*1 *2)
- (-12 (-5 *2 (-1264)) (-5 *1 (-1186 *3 *4)) (-4 *3 (-1094))
- (-4 *4 (-1094)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1046))
- (-4 *2 (-13 (-404) (-1035 *4) (-363) (-1194) (-284)))
- (-5 *1 (-443 *4 *3 *2)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *3 (-847))
- (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1))) (-4 *1 (-946 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1046)) (-5 *2 (-2 (|:| -4110 *1) (|:| -3101 *1)))
- (-4 *1 (-1235 *3)))))
-(((*1 *2 *1) (-12 (-5 *1 (-963 *2)) (-4 *2 (-964)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 (-685 *4))) (-4 *4 (-172))
- (-5 *2 (-1259 (-685 (-949 *4)))) (-5 *1 (-189 *4)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-38 (-407 (-564)))) (-5 *1 (-1252 *3 *2))
- (-4 *2 (-1250 *3)))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1152)) (-5 *4 (-564)) (-5 *5 (-685 (-225)))
- (-5 *2 (-1032)) (-5 *1 (-751)))))
-(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
- (-12 (-5 *3 (-1152)) (-5 *5 (-685 (-225))) (-5 *6 (-225))
- (-5 *7 (-685 (-564))) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-330)))))
+ (-12 (-5 *2 (-1166 (-407 (-949 *3)))) (-5 *1 (-453 *3 *4 *5 *6))
+ (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
+ (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
+(((*1 *2 *3) (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-989 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-142 *4 *5 *3))
- (-4 *3 (-373 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-989 *4))
- (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
- (-5 *1 (-503 *4 *5 *6 *3)) (-4 *6 (-373 *4)) (-4 *3 (-373 *5))))
+ (|partial| -12 (-5 *3 (-949 (-169 *4))) (-4 *4 (-172))
+ (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-949 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-172))
+ (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-685 *5)) (-4 *5 (-989 *4)) (-4 *4 (-556))
- (-5 *2 (-2 (|:| |num| (-685 *4)) (|:| |den| *4)))
- (-5 *1 (-689 *4 *5))))
+ (|partial| -12 (-5 *3 (-949 *4)) (-4 *4 (-1046))
+ (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-363) (-147) (-1035 (-407 (-564)))))
- (-4 *6 (-1235 *5))
- (-5 *2 (-2 (|:| -2026 *7) (|:| |rh| (-641 (-407 *6)))))
- (-5 *1 (-804 *5 *6 *7 *3)) (-5 *4 (-641 (-407 *6)))
- (-4 *7 (-652 *6)) (-4 *3 (-652 (-407 *6)))))
+ (|partial| -12 (-5 *3 (-949 *5)) (-5 *4 (-918)) (-4 *5 (-1046))
+ (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-989 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1228 *4 *5 *3))
- (-4 *3 (-1235 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-2 (|:| -2381 (-1170)) (|:| -3096 (-437)))))
- (-5 *1 (-1174)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3377 (-779 *3)) (|:| |coef1| (-779 *3))))
- (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-2 (|:| -3377 *1) (|:| |coef1| *1)))
- (-4 *1 (-1060 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-169 (-225))) (-5 *4 (-564)) (-5 *2 (-1032))
- (-5 *1 (-755)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *3) (-12 (-5 *3 (-819)) (-5 *2 (-52)) (-5 *1 (-826)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-641 *3))))
- ((*1 *2 *1)
- (-12 (|has| *1 (-6 -4412)) (-4 *1 (-489 *3)) (-4 *3 (-1209))
- (-5 *2 (-641 *3)))))
-(((*1 *2 *3 *3 *3 *4 *5 *6)
- (-12 (-5 *3 (-316 (-564))) (-5 *4 (-1 (-225) (-225)))
- (-5 *5 (-1088 (-225))) (-5 *6 (-641 (-263))) (-5 *2 (-1127 (-225)))
- (-5 *1 (-693)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-263))))
- ((*1 *1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-263)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-608 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
-(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-1152)) (-5 *1 (-783)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
- (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-327 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-516 *3 *4))
- (-14 *4 (-564)))))
-(((*1 *1 *1) (-5 *1 (-1058))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-768)) (-5 *3 (-940 *4)) (-4 *1 (-1128 *4))
- (-4 *4 (-1046))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-768)) (-5 *4 (-940 (-225))) (-5 *2 (-1264))
- (-5 *1 (-1261)))))
-(((*1 *1 *1 *2 *3 *1)
- (-12 (-4 *1 (-326 *2 *3)) (-4 *2 (-1046)) (-4 *3 (-789)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-114)) (-4 *4 (-1046)) (-5 *1 (-711 *4 *2))
- (-4 *2 (-644 *4))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-5 *1 (-833 *2)) (-4 *2 (-1046)))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-768)) (-4 *3 (-1209)) (-4 *1 (-57 *3 *4 *5))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
- ((*1 *1) (-5 *1 (-171)))
- ((*1 *1) (-12 (-5 *1 (-213 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1094))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1152)) (-4 *1 (-389))))
- ((*1 *1) (-5 *1 (-394)))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-4 *1 (-647 *3)) (-4 *3 (-1209))))
- ((*1 *1)
- (-12 (-4 *3 (-1094)) (-5 *1 (-882 *2 *3 *4)) (-4 *2 (-1094))
- (-4 *4 (-662 *3))))
- ((*1 *1) (-12 (-5 *1 (-886 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094))))
- ((*1 *1 *2)
- (-12 (-5 *1 (-1136 *3 *2)) (-14 *3 (-768)) (-4 *2 (-1046))))
- ((*1 *1) (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046))))
- ((*1 *1 *1) (-5 *1 (-1170))) ((*1 *1) (-5 *1 (-1170)))
- ((*1 *1) (-5 *1 (-1189))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-768)) (-5 *6 (-112)) (-4 *7 (-452)) (-4 *8 (-790))
- (-4 *9 (-847)) (-4 *3 (-1060 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
- (-5 *1 (-1064 *7 *8 *9 *3 *4)) (-4 *4 (-1066 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
- (-4 *3 (-1060 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
- (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1066 *6 *7 *8 *3))))
+ (|partial| -12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-556))
+ (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
- (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-768)) (-5 *6 (-112)) (-4 *7 (-452)) (-4 *8 (-790))
- (-4 *9 (-847)) (-4 *3 (-1060 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
- (-5 *1 (-1139 *7 *8 *9 *3 *4)) (-4 *4 (-1103 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-768)) (-4 *6 (-452)) (-4 *7 (-790)) (-4 *8 (-847))
- (-4 *3 (-1060 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
- (-5 *1 (-1139 *6 *7 *8 *3 *4)) (-4 *4 (-1103 *6 *7 *8 *3))))
+ (|partial| -12 (-5 *3 (-407 (-949 *5))) (-5 *4 (-918)) (-4 *5 (-556))
+ (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-407 (-949 (-169 *4)))) (-4 *4 (-556))
+ (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-641 *4))
- (|:| |todo| (-641 (-2 (|:| |val| (-641 *3)) (|:| -3906 *4))))))
- (-5 *1 (-1139 *5 *6 *7 *3 *4)) (-4 *4 (-1103 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-768)) (-4 *5 (-1046)) (-5 *2 (-564))
- (-5 *1 (-443 *5 *3 *6)) (-4 *3 (-1235 *5))
- (-4 *6 (-13 (-404) (-1035 *5) (-363) (-1194) (-284)))))
+ (|partial| -12 (-5 *3 (-407 (-949 (-169 *5)))) (-5 *4 (-918))
+ (-4 *5 (-556)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379)))
+ (-5 *1 (-782 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5))
- (-4 *3 (-1235 *4))
- (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1088 *3)) (-5 *1 (-1086 *3)) (-4 *3 (-1209))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209))))
- ((*1 *1 *2) (-12 (-5 *1 (-1226 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-564))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-452)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-449 *3 *4 *5 *2)) (-4 *2 (-946 *3 *4 *5)))))
-(((*1 *2)
- (-12 (-4 *3 (-556)) (-5 *2 (-641 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-417 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194)))))
- ((*1 *1 *1 *1) (-4 *1 (-790))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1166 (-564))) (-5 *2 (-564)) (-5 *1 (-939)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-918))
- (-5 *2 (-1259 (-641 (-2 (|:| -1411 *4) (|:| -1359 (-1114))))))
- (-5 *1 (-346 *4)) (-4 *4 (-349)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1170)) (-5 *6 (-641 (-610 *3)))
- (-5 *5 (-610 *3)) (-4 *3 (-13 (-27) (-1194) (-430 *7)))
- (-4 *7 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *2 (-2 (|:| -3526 *3) (|:| |coeff| *3)))
- (-5 *1 (-557 *7 *3)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-898 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2) (-12 (-5 *1 (-898 *2)) (-4 *2 (-1094)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-2 (|:| -2381 *3) (|:| -3096 *4))))
- (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *1 (-1185 *3 *4))))
- ((*1 *1) (-12 (-4 *1 (-1185 *2 *3)) (-4 *2 (-1094)) (-4 *3 (-1094)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-336 *5 *6 *7 *8)) (-4 *5 (-430 *4))
- (-4 *6 (-1235 *5)) (-4 *7 (-1235 (-407 *6)))
- (-4 *8 (-342 *5 *6 *7))
- (-4 *4 (-13 (-847) (-556) (-1035 (-564))))
- (-5 *2 (-2 (|:| -2887 (-768)) (|:| -3202 *8)))
- (-5 *1 (-908 *4 *5 *6 *7 *8))))
+ (|partial| -12 (-5 *3 (-316 *4)) (-4 *4 (-556)) (-4 *4 (-847))
+ (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-316 *5)) (-5 *4 (-918)) (-4 *5 (-556))
+ (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379)))
+ (-5 *1 (-782 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-336 (-407 (-564)) *4 *5 *6))
- (-4 *4 (-1235 (-407 (-564)))) (-4 *5 (-1235 (-407 *4)))
- (-4 *6 (-342 (-407 (-564)) *4 *5))
- (-5 *2 (-2 (|:| -2887 (-768)) (|:| -3202 *6)))
- (-5 *1 (-909 *4 *5 *6)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-545)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7))))
- (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-13 (-847) (-556))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *1 *1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-790)) (-4 *5 (-847)) (-4 *3 (-556)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1138)) (-5 *2 (-1226 (-564))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1158 3 *3)) (-4 *3 (-1046)) (-4 *1 (-1128 *3))))
- ((*1 *1) (-12 (-4 *1 (-1128 *2)) (-4 *2 (-1046)))))
+ (|partial| -12 (-5 *3 (-316 (-169 *4))) (-4 *4 (-556)) (-4 *4 (-847))
+ (-4 *4 (-612 (-379))) (-5 *2 (-169 (-379))) (-5 *1 (-782 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-316 (-169 *5))) (-5 *4 (-918)) (-4 *5 (-556))
+ (-4 *5 (-847)) (-4 *5 (-612 (-379))) (-5 *2 (-169 (-379)))
+ (-5 *1 (-782 *5)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-506)) (-5 *1 (-114))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-114)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-949 (-225))) (-5 *2 (-316 (-379))) (-5 *1 (-305)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-52)) (-5 *1 (-826)))))
-(((*1 *2 *3 *4 *4 *3)
- (|partial| -12 (-5 *4 (-610 *3))
- (-4 *3 (-13 (-430 *5) (-27) (-1194)))
- (-4 *5 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2 (-2 (|:| -3526 *3) (|:| |coeff| *3)))
- (-5 *1 (-566 *5 *3 *6)) (-4 *6 (-1094)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1150 *4)) (-5 *3 (-1 *4 (-564))) (-4 *4 (-1046))
- (-5 *1 (-1154 *4)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-754)))))
-(((*1 *1 *1) (-12 (-4 *1 (-425 *2)) (-4 *2 (-1094)) (-4 *2 (-368)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-744)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-685 *5))) (-4 *5 (-307)) (-4 *5 (-1046))
- (-5 *2 (-1259 (-1259 *5))) (-5 *1 (-1026 *5)) (-5 *4 (-1259 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-980 *2)) (-4 *2 (-1194)))))
-(((*1 *2 *2) (-12 (-5 *1 (-678 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
- (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1032))
- (-5 *1 (-746)))))
-(((*1 *1 *1 *1) (-4 *1 (-964))))
+ (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-417 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-902 (-564))) (-5 *4 (-564)) (-5 *2 (-685 *4))
- (-5 *1 (-1025 *5)) (-4 *5 (-1046))))
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790))
+ (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1064 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-641 *9)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452)) (-4 *6 (-790))
+ (-4 *7 (-847)) (-5 *2 (-768)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-768)) (-5 *1 (-853 *2)) (-4 *2 (-172))))
((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-685 (-564))) (-5 *1 (-1025 *4))
- (-4 *4 (-1046))))
+ (-12 (-5 *2 (-1166 (-564))) (-5 *1 (-939)) (-5 *3 (-564)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9))
+ (-4 *9 (-1060 *6 *7 *8)) (-4 *6 (-556)) (-4 *7 (-790))
+ (-4 *8 (-847)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3155 (-641 *9))))
+ (-5 *3 (-641 *9)) (-4 *1 (-1202 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-902 (-564)))) (-5 *4 (-564))
- (-5 *2 (-641 (-685 *4))) (-5 *1 (-1025 *5)) (-4 *5 (-1046))))
+ (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1060 *5 *6 *7))
+ (-4 *5 (-556)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-5 *2 (-2 (|:| |bas| *1) (|:| -3155 (-641 *8))))
+ (-5 *3 (-641 *8)) (-4 *1 (-1202 *5 *6 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-539 *4 *2 *5 *6))
+ (-4 *4 (-307)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-768))))))
+(((*1 *2 *3) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-561)) (-5 *3 (-564))))
((*1 *2 *3)
- (-12 (-5 *3 (-641 (-641 (-564)))) (-5 *2 (-641 (-685 (-564))))
- (-5 *1 (-1025 *4)) (-4 *4 (-1046)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-756)))))
-(((*1 *1 *1) (-4 *1 (-627)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-628 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999) (-1194))))))
+ (-12 (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-939)) (-5 *3 (-564)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1104)) (-5 *3 (-564)))))
+(((*1 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-23)))))
(((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| -1678 (-114)) (|:| |arg| (-641 (-889 *3)))))
- (-5 *1 (-889 *3)) (-4 *3 (-1094))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-114)) (-5 *2 (-641 (-889 *4)))
- (-5 *1 (-889 *4)) (-4 *4 (-1094)))))
-(((*1 *1 *1) (-4 *1 (-866 *2))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-417 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 (-112) *7 (-641 *7))) (-4 *1 (-1202 *4 *5 *6 *7))
- (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-861 *5))) (-14 *5 (-641 (-1170))) (-4 *6 (-452))
- (-5 *2
- (-2 (|:| |dpolys| (-641 (-247 *5 *6)))
- (|:| |coords| (-641 (-564)))))
- (-5 *1 (-471 *5 *6 *7)) (-5 *3 (-641 (-247 *5 *6))) (-4 *7 (-452)))))
+ (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3))
+ (-4 *3 (-1094)))))
(((*1 *2 *3)
(-12
(-5 *3
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2
(-2
(|:| |endPointContinuity|
(-3 (|:| |continuous| "Continuous at the end points")
@@ -16297,2082 +17016,1351 @@
(-3 (|:| |str| (-1150 (-225)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -1743
+ (|:| -4133
(-3 (|:| |finite| "The range is finite")
(|:| |lowerInfinite| "The bottom of range is infinite")
(|:| |upperInfinite| "The top of range is infinite")
(|:| |bothInfinite|
"Both top and bottom points are infinite")
(|:| |notEvaluated| "Range not yet evaluated")))))
- (-5 *2 (-1032)) (-5 *1 (-305)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-859)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 (-768))
- (-14 *4 (-768)) (-4 *5 (-172)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-31))))
- ((*1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-918)))) ((*1 *1) (-4 *1 (-545)))
- ((*1 *2 *2) (-12 (-5 *2 (-918)) (-5 *1 (-695))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-564)) (-5 *5 (-685 (-225)))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-86 FCN))))
- (-5 *7 (-3 (|:| |fn| (-388)) (|:| |fp| (-88 OUTPUT))))
- (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-746)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363))
- (-4 *7 (-1235 (-407 *6)))
- (-5 *2 (-2 (|:| |answer| *3) (|:| -4144 *3)))
- (-5 *1 (-562 *5 *6 *7 *3)) (-4 *3 (-342 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363))
- (-5 *2
- (-2 (|:| |answer| (-407 *6)) (|:| -4144 (-407 *6))
- (|:| |specpart| (-407 *6)) (|:| |polypart| *6)))
- (-5 *1 (-563 *5 *6)) (-5 *3 (-407 *6)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1046)) (-4 *3 (-847))
- (-5 *2 (-2 (|:| |val| *1) (|:| -2954 (-564)))) (-4 *1 (-430 *3))))
- ((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |val| (-889 *3)) (|:| -2954 (-889 *3))))
- (-5 *1 (-889 *3)) (-4 *3 (-1094))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046))
- (-4 *7 (-946 *6 *4 *5))
- (-5 *2 (-2 (|:| |val| *3) (|:| -2954 (-564))))
- (-5 *1 (-947 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-363)
- (-10 -8 (-15 -1721 ($ *7)) (-15 -2654 (*7 $))
- (-15 -2663 (*7 $))))))))
-(((*1 *2)
- (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *1) (-5 *1 (-437))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-641 (-225)))) (-5 *1 (-923)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-1170))) (-4 *6 (-363))
- (-5 *2 (-641 (-294 (-949 *6)))) (-5 *1 (-538 *5 *6 *7))
- (-4 *5 (-452)) (-4 *7 (-13 (-363) (-845))))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-564)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-768)) (-4 *5 (-172))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-564)) (-14 *3 (-768))
- (-4 *4 (-172))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-1046)) (-4 *1 (-683 *3 *2 *4)) (-4 *2 (-373 *3))
- (-4 *4 (-373 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1136 *2 *3)) (-14 *2 (-768)) (-4 *3 (-1046)))))
-(((*1 *1 *1) (-5 *1 (-1058))))
-(((*1 *1 *1)
+ (-5 *1 (-559)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1259 *1)) (-4 *1 (-342 *3 *4 *5)) (-4 *3 (-1213))
+ (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4))))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-779 *2)) (-4 *2 (-1046))))
+ ((*1 *1 *1 *1)
(-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
(-4 *4 (-847)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046))
- (-5 *2
- (-2 (|:| -2817 (-768)) (|:| |curves| (-768))
- (|:| |polygons| (-768)) (|:| |constructs| (-768)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-861 *5))) (-14 *5 (-641 (-1170))) (-4 *6 (-452))
- (-5 *2 (-641 (-641 (-247 *5 *6)))) (-5 *1 (-471 *5 *6 *7))
- (-5 *3 (-641 (-247 *5 *6))) (-4 *7 (-452)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
-(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-241))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-641 (-1152))) (-5 *3 (-564)) (-5 *4 (-1152))
- (-5 *1 (-241))))
- ((*1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-859))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-768))
- (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1088 (-840 (-225)))) (-5 *1 (-305)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-564))
- (-5 *1 (-449 *4 *5 *6 *3)) (-4 *3 (-946 *4 *5 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-985 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 *3)) (-4 *3 (-1066 *5 *6 *7 *8)) (-4 *5 (-452))
- (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7))
- (-5 *2 (-112)) (-5 *1 (-985 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1101 *4 *5 *6 *7 *3)) (-4 *3 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 *3)) (-4 *3 (-1066 *5 *6 *7 *8)) (-4 *5 (-452))
- (-4 *6 (-790)) (-4 *7 (-847)) (-4 *8 (-1060 *5 *6 *7))
- (-5 *2 (-112)) (-5 *1 (-1101 *5 *6 *7 *8 *3)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1283 *3 *4)) (-4 *1 (-374 *3 *4)) (-4 *3 (-847))
- (-4 *4 (-172))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-386 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-816 *2)) (-4 *2 (-847))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-816 *3)) (-4 *1 (-1276 *3 *4)) (-4 *3 (-847))
- (-4 *4 (-1046))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1276 *2 *3)) (-4 *2 (-847)) (-4 *3 (-1046)))))
-(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1094))))
- ((*1 *1 *2) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1094)))))
-(((*1 *1) (-5 *1 (-157)))
- ((*1 *2 *1) (-12 (-4 *1 (-1041 *2)) (-4 *2 (-23)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *1 *1) (|partial| -4 *1 (-1145))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-554 *3)) (-4 *3 (-13 (-404) (-1194))) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-845)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1063 *4 *3)) (-4 *4 (-13 (-845) (-363)))
- (-4 *3 (-1235 *4)) (-5 *2 (-112)))))
-(((*1 *2 *3 *2 *3)
- (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173))))
- ((*1 *2 *3 *2 *4 *1)
- (-12 (-5 *2 (-437)) (-5 *3 (-641 (-1170))) (-5 *4 (-1170))
- (-5 *1 (-1173))))
- ((*1 *2 *3 *2 *3 *1)
- (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1173))))
- ((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-437)) (-5 *3 (-1170)) (-5 *1 (-1174))))
- ((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-437)) (-5 *3 (-641 (-1170))) (-5 *1 (-1174)))))
-(((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152)))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *5 (-112))
- (-5 *2 (-1032)) (-5 *1 (-742)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-13 (-845) (-363))) (-5 *2 (-112)) (-5 *1 (-1056 *4 *3))
- (-4 *3 (-1235 *4)))))
-(((*1 *1 *2 *3 *3 *4 *5)
- (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871)))
- (-5 *4 (-641 (-918))) (-5 *5 (-641 (-263))) (-5 *1 (-468))))
- ((*1 *1 *2 *3 *3 *4)
- (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *3 (-641 (-871)))
- (-5 *4 (-641 (-918))) (-5 *1 (-468))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 (-641 (-940 (-225))))) (-5 *1 (-468))))
- ((*1 *1 *1) (-5 *1 (-468))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-608 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 (-641 *7) *7 (-1166 *7))) (-5 *5 (-1 (-418 *7) *7))
- (-4 *7 (-1235 *6)) (-4 *6 (-13 (-363) (-147) (-1035 (-407 (-564)))))
- (-5 *2 (-641 (-2 (|:| |frac| (-407 *7)) (|:| -2026 *3))))
- (-5 *1 (-806 *6 *7 *3 *8)) (-4 *3 (-652 *7))
- (-4 *8 (-652 (-407 *7)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-418 *6) *6)) (-4 *6 (-1235 *5))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-5 *2
- (-641 (-2 (|:| |frac| (-407 *6)) (|:| -2026 (-650 *6 (-407 *6))))))
- (-5 *1 (-809 *5 *6)) (-5 *3 (-650 *6 (-407 *6))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *3 (-641 (-263))) (-5 *1 (-261)))))
-(((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-112)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-556) (-847) (-1035 (-564)))) (-5 *1 (-188 *3 *2))
- (-4 *2 (-13 (-27) (-1194) (-430 (-169 *3))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-452) (-847) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-1198 *3 *2)) (-4 *2 (-13 (-27) (-1194) (-430 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1186 *4 *5))
- (-4 *4 (-1094)) (-4 *5 (-1094)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-790)) (-4 *4 (-847)) (-4 *6 (-307)) (-5 *2 (-418 *3))
- (-5 *1 (-739 *5 *4 *6 *3)) (-4 *3 (-946 *6 *5 *4)))))
-(((*1 *2 *3 *1 *4)
- (-12 (-5 *3 (-1134 *5 *6)) (-5 *4 (-1 (-112) *6 *6))
- (-4 *5 (-13 (-1094) (-34))) (-4 *6 (-13 (-1094) (-34)))
- (-5 *2 (-112)) (-5 *1 (-1135 *5 *6)))))
-(((*1 *1 *1) (-5 *1 (-1058))))
-(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172))))
- ((*1 *2 *1) (-12 (-4 *1 (-994 *2)) (-4 *2 (-172)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7))
- (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1))
- (-4 *1 (-1066 *4 *5 *6 *3)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-564)) (|has| *1 (-6 -4413)) (-4 *1 (-373 *3))
- (-4 *3 (-1209)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-857)) (-5 *3 (-128)) (-5 *2 (-768)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-564)) (-4 *4 (-790)) (-4 *5 (-847)) (-4 *2 (-1046))
- (-5 *1 (-321 *4 *5 *2 *6)) (-4 *6 (-946 *2 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-556))
- (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-973 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-4 *6 (-1060 *3 *4 *5)) (-5 *2 (-641 *5)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-641 (-889 *3))) (-5 *1 (-889 *3))
- (-4 *3 (-1094)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-1046)) (-5 *1 (-444 *3 *2)) (-4 *2 (-1235 *3)))))
-(((*1 *1 *2 *2 *3 *1)
- (-12 (-5 *2 (-1170)) (-5 *3 (-1098)) (-5 *1 (-291)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-452))) (-5 *1 (-1200 *3 *2))
- (-4 *2 (-13 (-430 *3) (-1194))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *2)) (-4 *2 (-172))))
- ((*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-416 *3 *2)) (-4 *3 (-417 *2))))
- ((*1 *2) (-12 (-4 *1 (-417 *2)) (-4 *2 (-172)))))
-(((*1 *1) (-5 *1 (-506))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12
- (-5 *3
- (-1 (-3 (-2 (|:| -3526 *4) (|:| |coeff| *4)) "failed") *4))
- (-4 *4 (-363)) (-5 *1 (-574 *4 *2)) (-4 *2 (-1235 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1158 *2 *3)) (-14 *2 (-918)) (-4 *3 (-1046)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-768)) (-5 *2 (-641 (-1170))) (-5 *1 (-210))
- (-5 *3 (-1170))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-316 (-225))) (-5 *4 (-768)) (-5 *2 (-641 (-1170)))
- (-5 *1 (-267))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-374 *3 *4)) (-4 *3 (-847)) (-4 *4 (-172))
- (-5 *2 (-641 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-641 *3)) (-5 *1 (-625 *3 *4 *5)) (-4 *3 (-847))
- (-4 *4 (-13 (-172) (-714 (-407 (-564))))) (-14 *5 (-918))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-668 *3)) (-4 *3 (-847))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-673 *3)) (-4 *3 (-847))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-816 *3)) (-4 *3 (-847))))
- ((*1 *2 *1) (-12 (-5 *2 (-641 *3)) (-5 *1 (-890 *3)) (-4 *3 (-847))))
+ (-12 (-5 *3 (-685 *2)) (-4 *4 (-1235 *2))
+ (-4 *2 (-13 (-307) (-10 -8 (-15 -3399 ((-418 $) $)))))
+ (-5 *1 (-499 *2 *4 *5)) (-4 *5 (-409 *2 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1276 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
- (-5 *2 (-641 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-1187)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1195 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-1 (-641 *5) *6))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-4 *6 (-1235 *5)) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-649 (-407 *7))) (-5 *4 (-1 (-641 *6) *7))
- (-5 *5 (-1 (-418 *7) *7))
- (-4 *6 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-4 *7 (-1235 *6)) (-5 *2 (-641 (-407 *7))) (-5 *1 (-809 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-1 (-641 *5) *6))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-4 *6 (-1235 *5)) (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-650 *7 (-407 *7))) (-5 *4 (-1 (-641 *6) *7))
- (-5 *5 (-1 (-418 *7) *7))
- (-4 *6 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-4 *7 (-1235 *6)) (-5 *2 (-641 (-407 *7))) (-5 *1 (-809 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-649 (-407 *5))) (-4 *5 (-1235 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-5 *2 (-641 (-407 *5))) (-5 *1 (-809 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-649 (-407 *6))) (-5 *4 (-1 (-418 *6) *6))
- (-4 *6 (-1235 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6))))
+ (-12 (-4 *1 (-1117 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
+ (-4 *5 (-238 *3 *2)) (-4 *2 (-1046)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1046))
+ (-14 *4 (-641 (-1170)))))
((*1 *2 *3)
- (-12 (-5 *3 (-650 *5 (-407 *5))) (-4 *5 (-1235 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-5 *2 (-641 (-407 *5))) (-5 *1 (-809 *4 *5))))
+ (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1209))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1046) (-847)))
+ (-14 *4 (-641 (-1170)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-668 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-673 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-890 *3)) (-4 *3 (-847)))))
+(((*1 *1 *2 *3)
+ (-12 (-4 *1 (-382 *3 *2)) (-4 *3 (-1046)) (-4 *2 (-1094))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-650 *6 (-407 *6))) (-5 *4 (-1 (-418 *6) *6))
- (-4 *6 (-1235 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564)) (-1035 (-407 (-564)))))
- (-5 *2 (-641 (-407 *6))) (-5 *1 (-809 *5 *6)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-564)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1209))
- (-4 *5 (-373 *4)) (-4 *3 (-373 *4)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 (-504 *3 *4 *5 *6))) (-4 *3 (-363)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-363)) (-4 *3 (-790)) (-4 *4 (-847))
- (-5 *1 (-504 *2 *3 *4 *5)) (-4 *5 (-946 *2 *3 *4))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-641 *1)) (-4 *1 (-1066 *4 *5 *6 *3)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-4 *3 (-1060 *4 *5 *6))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-641 *1)) (-5 *3 (-641 *7)) (-4 *1 (-1066 *4 *5 *6 *7))
- (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *7 (-1060 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-641 *7)) (-4 *7 (-1060 *4 *5 *6)) (-4 *4 (-452))
- (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-641 *1))
- (-4 *1 (-1066 *4 *5 *6 *7))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-4 *3 (-1060 *4 *5 *6)) (-5 *2 (-641 *1))
- (-4 *1 (-1066 *4 *5 *6 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147))
- (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-974 *3 *4 *5 *6)))))
-(((*1 *1 *1 *1) (-5 *1 (-859))))
+ (-12 (-5 *4 (-564)) (-5 *2 (-1150 *3)) (-5 *1 (-1154 *3))
+ (-4 *3 (-1046))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-816 *4)) (-4 *4 (-847)) (-4 *1 (-1276 *4 *3))
+ (-4 *3 (-1046)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-830 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-840 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-610 *4)) (-5 *1 (-609 *3 *4)) (-4 *3 (-847))
- (-4 *4 (-847)))))
-(((*1 *2 *1 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-307))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2739 *1)))
- (-4 *1 (-307)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-302)) (-4 *2 (-1209))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 (-610 *1))) (-5 *3 (-641 *1)) (-4 *1 (-302))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-294 *1))) (-4 *1 (-302))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-294 *1)) (-4 *1 (-302)))))
+ (-12 (-5 *3 (-641 *2)) (-4 *2 (-430 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-13 (-847) (-556))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1114)) (-5 *1 (-951)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1259 *5)) (-4 *5 (-789)) (-5 *2 (-112))
+ (-5 *1 (-842 *4 *5)) (-14 *4 (-768)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-330)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-556) (-147))) (-5 *2 (-641 *3))
- (-5 *1 (-1229 *4 *3)) (-4 *3 (-1235 *4)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-641 *6)) (-5 *4 (-641 (-247 *5 *6))) (-4 *6 (-452))
- (-5 *2 (-247 *5 *6)) (-14 *5 (-641 (-1170))) (-5 *1 (-629 *5 *6)))))
-(((*1 *2 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-564)) (-4 *4 (-1235 (-407 *3))) (-5 *2 (-918))
+ (-5 *1 (-910 *4 *5)) (-4 *5 (-1235 (-407 *4))))))
+(((*1 *2 *3 *3 *4 *3)
(-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-748)))))
-(((*1 *2 *1) (-12 (-5 *2 (-183)) (-5 *1 (-248)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1046)) (-5 *2 (-1259 *3)) (-5 *1 (-709 *3 *4))
- (-4 *4 (-1235 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-917)) (-5 *2 (-2 (|:| -2784 (-641 *1)) (|:| -2739 *1)))
- (-5 *3 (-641 *1)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-641 (-949 *4))) (-5 *3 (-641 (-1170))) (-4 *4 (-452))
- (-5 *1 (-915 *4)))))
+ (-5 *1 (-752)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-641 (-902 *3))) (-5 *1 (-901 *3)) (-4 *3 (-1094)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1152)) (-5 *3 (-641 (-263))) (-5 *1 (-261))))
- ((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-263)))))
+ (-12 (-4 *2 (-556)) (-5 *1 (-621 *2 *3)) (-4 *3 (-1235 *2)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-797))
- (-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
- (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-1032)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1094)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)) (-4 *2 (-452)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *3 (-307)) (-4 *3 (-172)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3)))
- (-5 *1 (-684 *3 *4 *5 *6)) (-4 *6 (-683 *3 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-2 (|:| -4110 *3) (|:| -3101 *3))) (-5 *1 (-696 *3))
- (-4 *3 (-307)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452))
- (-14 *6 (-641 (-1170)))
- (-5 *2
- (-641 (-1140 *5 (-531 (-861 *6)) (-861 *6) (-777 *5 (-861 *6)))))
- (-5 *1 (-626 *5 *6)))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209))
- (-4 *4 (-373 *2)) (-4 *5 (-373 *2))))
- ((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-288 *3 *2)) (-4 *3 (-1094))
- (-4 *2 (-1209)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-641 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5))
- (-14 *3 (-564)) (-14 *4 (-768)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1087 *3)) (-4 *3 (-1209)) (-5 *2 (-564)))))
-(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261))))
- ((*1 *2) (-12 (-5 *2 (-379)) (-5 *1 (-1261)))))
-(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
(-12
(-5 *3
- (-2 (|:| |det| *12) (|:| |rows| (-641 (-564)))
- (|:| |cols| (-641 (-564)))))
- (-5 *4 (-685 *12)) (-5 *5 (-641 (-407 (-949 *9))))
- (-5 *6 (-641 (-641 *12))) (-5 *7 (-768)) (-5 *8 (-564))
- (-4 *9 (-13 (-307) (-147))) (-4 *12 (-946 *9 *11 *10))
- (-4 *10 (-13 (-847) (-612 (-1170)))) (-4 *11 (-790))
- (-5 *2
- (-2 (|:| |eqzro| (-641 *12)) (|:| |neqzro| (-641 *12))
- (|:| |wcond| (-641 (-949 *9)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1259 (-407 (-949 *9))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *9)))))))))
- (-5 *1 (-921 *9 *10 *11 *12)))))
-(((*1 *2 *3 *3 *3 *3 *3 *3 *3 *3 *4 *5 *5 *5 *5 *5 *5 *6 *6 *6 *3 *3 *5
- *7 *3 *8)
- (-12 (-5 *5 (-685 (-225))) (-5 *6 (-112)) (-5 *7 (-685 (-564)))
- (-5 *8 (-3 (|:| |fn| (-388)) (|:| |fp| (-65 QPHESS))))
- (-5 *3 (-564)) (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-750)))))
-(((*1 *2)
- (-12 (-4 *3 (-1046)) (-5 *2 (-955 (-709 *3 *4))) (-5 *1 (-709 *3 *4))
- (-4 *4 (-1235 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-918)) (-5 *1 (-1027 *2))
- (-4 *2 (-13 (-1094) (-10 -8 (-15 -2956 ($ $ $))))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *1 *1) (-4 *1 (-545))))
+ (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
+ (|:| -4133 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-379)) (-5 *1 (-192)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-973 *3 *4 *2 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *2 (-847)) (-4 *5 (-1060 *3 *4 *2)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-768)) (-4 *5 (-556))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-966 *5 *3)) (-4 *3 (-1235 *5)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-1170))
- (-4 *4 (-13 (-307) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *1 (-620 *4 *2)) (-4 *2 (-13 (-1194) (-956) (-29 *4))))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4413)) (-4 *1 (-489 *3))
- (-4 *3 (-1209)))))
+ (-12 (-5 *2 (-1166 *3)) (-4 *3 (-368)) (-4 *1 (-329 *3))
+ (-4 *3 (-363)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-4 *3 (-556))
- (-5 *2 (-1166 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *1)) (-4 *1 (-302))))
- ((*1 *1 *1) (-4 *1 (-302))) ((*1 *1 *1) (-5 *1 (-859))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-641 *6)) (-4 *6 (-1060 *3 *4 *5)) (-4 *3 (-147))
- (-4 *3 (-307)) (-4 *3 (-556)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-974 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-610 *4)) (-4 *4 (-847)) (-4 *2 (-847))
- (-5 *1 (-609 *2 *4)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1009)) (-5 *2 (-859)))))
-(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-923)))))
+ (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-417 *4)))))
-(((*1 *1 *1 *1) (-4 *1 (-657))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1264)) (-5 *1 (-1173))))
- ((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-1174)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1170)) (-5 *5 (-641 *3))
- (-4 *3 (-13 (-27) (-1194) (-430 *6)))
- (-4 *6 (-13 (-452) (-847) (-147) (-1035 (-564)) (-637 (-564))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-557 *6 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-407 (-564))) (-4 *4 (-1035 (-564)))
- (-4 *4 (-13 (-847) (-556))) (-5 *1 (-32 *4 *2)) (-4 *2 (-430 *4))))
- ((*1 *1 *1 *1) (-5 *1 (-134)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-225)))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-243)) (-5 *2 (-564))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-407 (-564))) (-4 *4 (-363)) (-4 *4 (-38 *3))
- (-4 *5 (-1250 *4)) (-5 *1 (-278 *4 *5 *2)) (-4 *2 (-1221 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-407 (-564))) (-4 *4 (-363)) (-4 *4 (-38 *3))
- (-4 *5 (-1219 *4)) (-5 *1 (-279 *4 *5 *2 *6)) (-4 *2 (-1242 *4 *5))
- (-4 *6 (-980 *5))))
- ((*1 *1 *1 *1) (-4 *1 (-284)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-361 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *1) (-5 *1 (-379)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-386 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-430 *3)) (-4 *3 (-847)) (-4 *3 (-1106))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-473)) (-5 *2 (-564))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1259 *4)) (-5 *3 (-564)) (-4 *4 (-349))
- (-5 *1 (-528 *4))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-536))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-536))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-768)) (-4 *4 (-1094))
- (-5 *1 (-678 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3)) (-4 *3 (-363))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
- (-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-685 *4)) (-5 *3 (-768)) (-4 *4 (-1046))
- (-5 *1 (-686 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-564)) (-4 *3 (-1046)) (-5 *1 (-711 *3 *4))
- (-4 *4 (-644 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-564)) (-4 *4 (-1046))
- (-5 *1 (-711 *4 *5)) (-4 *5 (-644 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-717)) (-5 *2 (-918))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-719)) (-5 *2 (-768))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-723)) (-5 *2 (-768))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-768)) (-5 *1 (-816 *2)) (-4 *2 (-847))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-833 *3)) (-4 *3 (-1046))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-564)) (-5 *1 (-833 *4)) (-4 *4 (-1046))))
- ((*1 *1 *1 *1) (-5 *1 (-859)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-889 *3)) (-4 *3 (-1094))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-999)) (-5 *2 (-407 (-564)))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1106)) (-5 *2 (-918))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-564)) (-4 *1 (-1117 *3 *4 *5 *6)) (-4 *4 (-1046))
- (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)) (-4 *4 (-363))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1155 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-38 (-407 (-564))))
- (-5 *1 (-1156 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1250 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(((*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-768)) (-5 *5 (-641 *3)) (-4 *3 (-307)) (-4 *6 (-847))
- (-4 *7 (-790)) (-5 *2 (-112)) (-5 *1 (-623 *6 *7 *3 *8))
- (-4 *8 (-946 *3 *7 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1087 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
- (-12 (-5 *6 (-641 (-112))) (-5 *7 (-685 (-225)))
- (-5 *8 (-685 (-564))) (-5 *3 (-564)) (-5 *4 (-225)) (-5 *5 (-112))
- (-5 *2 (-1032)) (-5 *1 (-751)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-768)) (-4 *4 (-349)) (-5 *1 (-216 *4 *2))
- (-4 *2 (-1235 *4)))))
-(((*1 *2 *3 *4 *4 *5 *3 *6)
- (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3)) (-5 *6 (-1166 *3))
- (-4 *3 (-13 (-430 *7) (-27) (-1194)))
- (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-560 *7 *3 *8)) (-4 *8 (-1094))))
- ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
- (|partial| -12 (-5 *4 (-610 *3)) (-5 *5 (-641 *3))
- (-5 *6 (-407 (-1166 *3))) (-4 *3 (-13 (-430 *7) (-27) (-1194)))
- (-4 *7 (-13 (-452) (-1035 (-564)) (-847) (-147) (-637 (-564))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-641 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-560 *7 *3 *8)) (-4 *8 (-1094)))))
-(((*1 *2 *2) (-12 (-5 *2 (-379)) (-5 *1 (-97)))))
-(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-311))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-768)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
- (-4 *4 (-1046)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-363)) (-4 *7 (-1235 *5)) (-4 *4 (-721 *5 *7))
- (-5 *2 (-2 (|:| -1315 (-685 *6)) (|:| |vec| (-1259 *5))))
- (-5 *1 (-808 *5 *6 *7 *4 *3)) (-4 *6 (-652 *5)) (-4 *3 (-652 *4)))))
-(((*1 *1 *1 *1) (-4 *1 (-657))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-668 *3)) (-4 *3 (-847)) (-4 *1 (-374 *3 *4))
- (-4 *4 (-172)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-169 (-225))) (-5 *5 (-564)) (-5 *6 (-1152))
- (-5 *3 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-407 (-949 *3))) (-5 *1 (-453 *3 *4 *5 *6))
- (-4 *3 (-556)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-1088 (-225)))))
- ((*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-835))) (-5 *1 (-140)))))
-(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-855))))
- ((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-962))))
- ((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-986))))
- ((*1 *2 *1) (-12 (-4 *1 (-1007 *2)) (-4 *2 (-1209))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1094) (-34))) (-5 *1 (-1134 *2 *3))
- (-4 *3 (-13 (-1094) (-34))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-685 *8)) (-5 *4 (-768)) (-4 *8 (-946 *5 *7 *6))
- (-4 *5 (-13 (-307) (-147))) (-4 *6 (-13 (-847) (-612 (-1170))))
- (-4 *7 (-790))
- (-5 *2
- (-641
- (-2 (|:| |det| *8) (|:| |rows| (-641 (-564)))
- (|:| |cols| (-641 (-564))))))
- (-5 *1 (-921 *5 *6 *7 *8)))))
-(((*1 *2 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1152)) (-5 *3 (-564)) (-5 *1 (-1058)))))
+ (-12 (-4 *3 (-1235 *2)) (-4 *2 (-1235 *4)) (-5 *1 (-982 *4 *2 *3 *5))
+ (-4 *4 (-349)) (-4 *5 (-721 *2 *3)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1170)) (-5 *2 (-1174)) (-5 *1 (-1173)))))
(((*1 *2 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |partsol| (-1259 (-407 (-949 *4))))
- (|:| -2745 (-641 (-1259 (-407 (-949 *4)))))))
- (-5 *3 (-641 *7)) (-4 *4 (-13 (-307) (-147)))
- (-4 *7 (-946 *4 *6 *5)) (-4 *5 (-13 (-847) (-612 (-1170))))
- (-4 *6 (-790)) (-5 *1 (-921 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1115 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
+ (-12 (-5 *2 (-1166 *6)) (-5 *3 (-564)) (-4 *6 (-307)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1003)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1235 *2)) (-4 *2 (-1213)) (-5 *1 (-148 *2 *4 *3))
+ (-4 *3 (-1235 (-407 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1190)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-468)) (-5 *4 (-918)) (-5 *2 (-1264)) (-5 *1 (-1260)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-158 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1170)) (-4 *4 (-13 (-847) (-556))) (-5 *1 (-158 *4 *2))
- (-4 *2 (-430 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1170))))
- ((*1 *1 *1) (-4 *1 (-160))))
-(((*1 *2 *1) (-12 (-4 *1 (-952)) (-5 *2 (-1088 (-225)))))
- ((*1 *2 *1) (-12 (-4 *1 (-971)) (-5 *2 (-1088 (-225))))))
-(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
- (-12 (-5 *5 (-685 (-225))) (-5 *6 (-685 (-564))) (-5 *3 (-564))
- (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-749)))))
-(((*1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564))))
- ((*1 *1 *1) (-5 *1 (-1114))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-556)) (-4 *3 (-172))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -2745 (-641 *1))))
- (-4 *1 (-367 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-453 *3 *4 *5 *6))
- (|:| -2745 (-641 (-453 *3 *4 *5 *6)))))
- (-5 *1 (-453 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-918))
- (-14 *5 (-641 (-1170))) (-14 *6 (-1259 (-685 *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-819)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-564))) (-5 *1 (-275)))))
-(((*1 *2)
- (-12 (-4 *3 (-1046)) (-5 *2 (-955 (-709 *3 *4))) (-5 *1 (-709 *3 *4))
- (-4 *4 (-1235 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1135 *2 *3)) (-4 *2 (-13 (-1094) (-34)))
- (-4 *3 (-13 (-1094) (-34))))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-394))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-641 (-1152))) (-5 *1 (-1189)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1209)) (-4 *3 (-1209)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-225)) (-5 *3 (-768)) (-5 *1 (-226))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-169 (-225))) (-5 *3 (-768)) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1133))))
+ (-12 (-4 *3 (-13 (-556) (-147))) (-5 *1 (-537 *3 *2))
+ (-4 *2 (-1250 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-4 *4 (-1235 *3))
+ (-4 *5 (-721 *3 *4)) (-5 *1 (-541 *3 *4 *5 *2)) (-4 *2 (-1250 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-363) (-368) (-612 (-564)))) (-5 *1 (-542 *3 *2))
+ (-4 *2 (-1250 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-556) (-147)))
+ (-5 *1 (-1146 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-434)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-821)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-564)) (-5 *1 (-569 *3)) (-4 *3 (-1035 *2)))))
-(((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-768)) (-5 *1 (-213 *4 *2)) (-14 *4 (-918))
- (-4 *2 (-1094)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564))))
- ((*1 *1 *1 *1) (-5 *1 (-1114))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-363)) (-5 *1 (-763 *2 *3)) (-4 *2 (-705 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-849 *2)) (-4 *2 (-1046)) (-4 *2 (-363)))))
-(((*1 *1)
- (|partial| -12 (-4 *1 (-367 *2)) (-4 *2 (-556)) (-4 *2 (-172)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
- (-4 *4 (-847)))))
-(((*1 *1 *1) (-12 (-5 *1 (-963 *2)) (-4 *2 (-964)))))
-(((*1 *1) (-5 *1 (-130))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-253 *4 *3 *5 *6)) (-4 *4 (-1046)) (-4 *3 (-847))
- (-4 *5 (-266 *3)) (-4 *6 (-790)) (-5 *2 (-641 (-768)))))
+ (-12 (-5 *3 (-1259 (-316 (-225))))
+ (-5 *2
+ (-2 (|:| |additions| (-564)) (|:| |multiplications| (-564))
+ (|:| |exponentiations| (-564)) (|:| |functionCalls| (-564))))
+ (-5 *1 (-305)))))
+(((*1 *2 *1) (-12 (-5 *2 (-641 (-1170))) (-5 *1 (-822)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-452)) (-4 *4 (-847)) (-4 *5 (-790))
+ (-5 *2 (-112)) (-5 *1 (-984 *3 *4 *5 *6))
+ (-4 *6 (-946 *3 *5 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-253 *3 *4 *5 *6)) (-4 *3 (-1046)) (-4 *4 (-847))
- (-4 *5 (-266 *4)) (-4 *6 (-790)) (-5 *2 (-641 (-768))))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-1134 *3 *4)) (-4 *3 (-13 (-1094) (-34)))
+ (-4 *4 (-13 (-1094) (-34))))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-946 *3 *4 *2)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *2 (-847)) (-4 *3 (-172))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *2 (-556)) (-5 *1 (-966 *2 *3)) (-4 *3 (-1235 *2))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1060 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-790))
+ (-4 *4 (-847)) (-4 *2 (-556))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1046)) (-4 *2 (-172)))))
+(((*1 *2 *1) (-12 (-4 *1 (-527)) (-5 *2 (-687 (-549))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-316 (-225)))) (-5 *2 (-112)) (-5 *1 (-267))))
- ((*1 *2 *3) (-12 (-5 *3 (-316 (-225))) (-5 *2 (-112)) (-5 *1 (-267))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847)) (-5 *2 (-112))
- (-5 *1 (-974 *4 *5 *6 *3)) (-4 *3 (-1060 *4 *5 *6)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-366 *3 *4))
- (-4 *3 (-367 *4))))
- ((*1 *2) (-12 (-4 *1 (-367 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
+ ((*1 *2) (-12 (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *3 (-1060 *5 *6 *7))
+ (-5 *2 (-641 (-2 (|:| |val| (-641 *3)) (|:| -2956 *4))))
+ (-5 *1 (-1067 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
+(((*1 *1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-564)) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
+ (-4 *4 (-373 *3)) (-4 *5 (-373 *3)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-876 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1046)) (-5 *2 (-641 (-940 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-641 (-940 *3))) (-4 *3 (-1046)) (-4 *1 (-1128 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-641 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-940 *3))) (-4 *1 (-1128 *3)) (-4 *3 (-1046)))))
+(((*1 *2 *1) (-12 (-4 *1 (-554 *2)) (-4 *2 (-13 (-404) (-1194))))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1209))
+ (-4 *4 (-373 *2)) (-4 *5 (-373 *2))))
+ ((*1 *2 *1 *3 *3)
(-12 (-5 *3 (-564)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-373 *2))
(-4 *5 (-373 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "right") (-4 *1 (-119 *3)) (-4 *3 (-1209))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-119 *3)) (-4 *3 (-1209))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-4 *2 (-1094)) (-5 *1 (-213 *4 *2))
- (-14 *4 (-918))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209))))
+ (-12 (-5 *3 (-641 (-564))) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
+ (-14 *4 (-564)) (-14 *5 (-768))))
+ ((*1 *2 *1 *3 *3 *3 *3)
+ (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-768))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-768))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7))
- (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1046)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-276 *3 *2))
- (-4 *2 (-13 (-430 *3) (-999))))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-500 *2)) (-14 *2 (-564))))
- ((*1 *1 *1 *1) (-5 *1 (-1114))))
-(((*1 *2 *3) (-12 (-5 *3 (-918)) (-5 *2 (-901 (-564))) (-5 *1 (-914))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-641 (-564))) (-5 *2 (-901 (-564))) (-5 *1 (-914)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-641 (-2 (|:| |deg| (-768)) (|:| -1669 *5))))
- (-4 *5 (-1235 *4)) (-4 *4 (-349)) (-5 *2 (-641 *5))
- (-5 *1 (-216 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-2 (|:| -4020 *5) (|:| -4341 (-564)))))
- (-5 *4 (-564)) (-4 *5 (-1235 *4)) (-5 *2 (-641 *5))
- (-5 *1 (-692 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-407 (-564))) (-5 *1 (-108))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-536))) (-5 *1 (-536)))))
-(((*1 *2) (-12 (-5 *2 (-1264)) (-5 *1 (-436)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
- (-5 *1 (-744)))))
-(((*1 *2 *3 *4 *5 *3 *6 *3)
- (-12 (-5 *3 (-564)) (-5 *5 (-169 (-225))) (-5 *6 (-1152))
- (-5 *4 (-225)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *2 *2) (-12 (-5 *2 (-564)) (-5 *1 (-924)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368))
- (-5 *2 (-1166 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-329 *3)) (-4 *3 (-363)) (-4 *3 (-368))
- (-5 *2 (-1166 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1136 *4 *2)) (-14 *4 (-918))
- (-4 *2 (-13 (-1046) (-10 -7 (-6 (-4414 "*")))))
- (-5 *1 (-899 *4 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5)) (-4 *5 (-1094)) (-5 *2 (-1 *5 *4))
- (-5 *1 (-679 *4 *5)) (-4 *4 (-1094))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-847)) (-5 *1 (-926 *3 *2)) (-4 *2 (-430 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1170)) (-5 *2 (-316 (-564))) (-5 *1 (-927))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1276 *3 *2)) (-4 *3 (-847)) (-4 *2 (-1046))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1046)) (-5 *1 (-1282 *2 *3)) (-4 *3 (-843)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1235 *3)) (-4 *3 (-1046)) (-5 *2 (-1166 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-794 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1170)) (-5 *4 (-949 (-564))) (-5 *2 (-330))
- (-5 *1 (-332)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *5 (-768)) (-4 *6 (-1094)) (-4 *7 (-897 *6))
- (-5 *2 (-685 *7)) (-5 *1 (-688 *6 *7 *3 *4)) (-4 *3 (-373 *7))
- (-4 *4 (-13 (-373 *6) (-10 -7 (-6 -4412)))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-594 *2)) (-4 *2 (-38 (-407 (-564)))) (-4 *2 (-1046)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-641 (-641 *6))) (-4 *6 (-946 *3 *5 *4))
- (-4 *3 (-13 (-307) (-147))) (-4 *4 (-13 (-847) (-612 (-1170))))
- (-4 *5 (-790)) (-5 *1 (-921 *3 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-918)) (-4 *1 (-368))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-918)) (-5 *2 (-1259 *4)) (-5 *1 (-528 *4))
- (-4 *4 (-349))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-847)) (-5 *1 (-710 *2 *3 *4)) (-4 *3 (-1094))
- (-14 *4
- (-1 (-112) (-2 (|:| -1359 *2) (|:| -2954 *3))
- (-2 (|:| -1359 *2) (|:| -2954 *3)))))))
-(((*1 *2)
- (-12 (-14 *4 (-768)) (-4 *5 (-1209)) (-5 *2 (-134))
- (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-363)) (-5 *2 (-134)) (-5 *1 (-328 *3 *4))
- (-4 *3 (-329 *4))))
- ((*1 *2)
- (-12 (-5 *2 (-768)) (-5 *1 (-390 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-172))))
+ (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-768))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-564)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-768))))
((*1 *2 *1)
- (-12 (-4 *3 (-363)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-564))
- (-5 *1 (-504 *3 *4 *5 *6)) (-4 *6 (-946 *3 *4 *5))))
+ (-12 (-4 *2 (-172)) (-5 *1 (-136 *3 *4 *2)) (-14 *3 (-564))
+ (-14 *4 (-768))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 *6)) (-4 *6 (-847)) (-4 *4 (-363)) (-4 *5 (-790))
- (-5 *2 (-564)) (-5 *1 (-504 *4 *5 *6 *7)) (-4 *7 (-946 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-977 *3)) (-4 *3 (-1046)) (-5 *2 (-918))))
- ((*1 *2) (-12 (-4 *1 (-1266 *3)) (-4 *3 (-363)) (-5 *2 (-134)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *1 (-59 *3)) (-4 *3 (-1209))))
- ((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1209)) (-5 *1 (-59 *3)))))
-(((*1 *1 *2 *2)
- (-12 (-5 *2 (-768)) (-4 *3 (-1046)) (-4 *1 (-683 *3 *4 *5))
+ (-12 (-5 *3 (-1170)) (-5 *2 (-245 (-1152))) (-5 *1 (-214 *4))
+ (-4 *4
+ (-13 (-847)
+ (-10 -8 (-15 -1350 ((-1152) $ *3)) (-15 -3712 ((-1264) $))
+ (-15 -3595 ((-1264) $)))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-986)) (-5 *1 (-214 *3))
+ (-4 *3
+ (-13 (-847)
+ (-10 -8 (-15 -1350 ((-1152) $ (-1170))) (-15 -3712 ((-1264) $))
+ (-15 -3595 ((-1264) $)))))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "count") (-5 *2 (-768)) (-5 *1 (-245 *4)) (-4 *4 (-847))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-245 *3)) (-4 *3 (-847))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "unique") (-5 *1 (-245 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-286 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-4 *1 (-288 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-1209))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *3 (-172)) (-5 *1 (-289 *3 *2 *4 *5 *6 *7))
+ (-4 *2 (-1235 *3)) (-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 *3) (-12 (-5 *2 (-114)) (-5 *3 (-641 *1)) (-4 *1 (-302))))
+ ((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
+ ((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
+ ((*1 *1 *2 *1 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-302)) (-5 *2 (-114))))
+ ((*1 *2 *1 *2 *2)
+ (-12 (-4 *1 (-342 *2 *3 *4)) (-4 *2 (-1213)) (-4 *3 (-1235 *2))
+ (-4 *4 (-1235 (-407 *3)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-564)) (-4 *1 (-417 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-1152)) (-5 *1 (-502))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1170)) (-5 *2 (-52)) (-5 *1 (-630))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1226 (-564))) (-4 *1 (-647 *3)) (-4 *3 (-1209))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-768)) (-5 *1 (-671 *2)) (-4 *2 (-1094))))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-641 (-564))) (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046))
(-4 *4 (-373 *3)) (-4 *5 (-373 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-768)) (-4 *1 (-1257 *3)) (-4 *3 (-23)) (-4 *3 (-1209)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1259 *3)) (-4 *3 (-1046)) (-5 *1 (-709 *3 *4))
- (-4 *4 (-1235 *3)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-564) (-564))) (-5 *1 (-361 *3)) (-4 *3 (-1094))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-768) (-768))) (-5 *1 (-386 *3)) (-4 *3 (-1094))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
- (-5 *1 (-645 *3 *4 *5)) (-4 *3 (-1094)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-407 (-949 *4))) (-4 *4 (-307))
- (-5 *2 (-407 (-418 (-949 *4)))) (-5 *1 (-1039 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-641 (-1208))) (-5 *1 (-524)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-132)) (-5 *3 (-768)) (-5 *2 (-1264)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1274 (-1170) *3)) (-4 *3 (-1046)) (-5 *1 (-1281 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1274 *3 *4)) (-4 *3 (-847)) (-4 *4 (-1046))
- (-5 *1 (-1283 *3 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1094)) (-4 *5 (-1094))
- (-5 *2 (-1 *5)) (-5 *1 (-679 *4 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
- (-4 *5 (-847)) (-5 *2 (-112)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046))))
- ((*1 *2 *1 *1)
- (-12 (-4 *2 (-1046)) (-5 *1 (-50 *2 *3)) (-14 *3 (-641 (-1170)))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-859))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *3 (-641 (-889 *4))) (-5 *1 (-889 *4))
+ (-4 *4 (-1094))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1094))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-641 (-918))) (-4 *2 (-363)) (-5 *1 (-152 *4 *2 *5))
- (-14 *4 (-918)) (-14 *5 (-990 *4 *2))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-316 *3)) (-5 *1 (-223 *3 *4))
- (-4 *3 (-13 (-1046) (-847))) (-14 *4 (-641 (-1170)))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-323 *3 *2)) (-4 *3 (-1094)) (-4 *2 (-131))))
+ (-12 (-5 *3 (-768)) (-5 *2 (-902 *4)) (-5 *1 (-901 *4))
+ (-4 *4 (-1094))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-382 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1046))))
+ (-12 (-5 *3 (-240 *4 *2)) (-14 *4 (-918)) (-4 *2 (-363))
+ (-5 *1 (-990 *4 *2))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-564)) (-4 *2 (-556)) (-5 *1 (-621 *2 *4))
- (-4 *4 (-1235 *2))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-705 *2)) (-4 *2 (-1046))))
+ (-12 (-5 *3 "value") (-4 *1 (-1007 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209))))
+ ((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7)) (-4 *2 (-1046))
+ (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-564)) (-4 *1 (-1049 *4 *5 *2 *6 *7))
+ (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1046))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-918)) (-4 *4 (-1094))
+ (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
+ (-5 *1 (-1070 *4 *5 *2))
+ (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4))))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-918)) (-4 *4 (-1094))
+ (-4 *5 (-13 (-1046) (-883 *4) (-847) (-612 (-889 *4))))
+ (-5 *1 (-1071 *4 *5 *2))
+ (-4 *2 (-13 (-430 *5) (-883 *4) (-612 (-889 *4))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-641 (-564))) (-4 *1 (-1097 *3 *4 *5 *6 *7))
+ (-4 *3 (-1094)) (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094))
+ (-4 *7 (-1094))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-564)) (-4 *1 (-1097 *3 *4 *5 *6 *7)) (-4 *3 (-1094))
+ (-4 *4 (-1094)) (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *7 (-1094))))
+ ((*1 *1 *1 *1) (-4 *1 (-1138)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-641 (-859))) (-5 *1 (-1170))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *3 (-407 *1)) (-4 *1 (-1235 *2)) (-4 *2 (-1046))
+ (-4 *2 (-363))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-407 *1)) (-4 *1 (-1235 *3)) (-4 *3 (-1046))
+ (-4 *3 (-556))))
((*1 *2 *1 *3)
- (-12 (-4 *2 (-1046)) (-5 *1 (-732 *2 *3)) (-4 *3 (-723))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 *5)) (-5 *3 (-641 (-768))) (-4 *1 (-737 *4 *5))
- (-4 *4 (-1046)) (-4 *5 (-847))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *1 (-737 *4 *2)) (-4 *4 (-1046))
- (-4 *2 (-847))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-768)) (-4 *1 (-849 *2)) (-4 *2 (-1046))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-641 *6)) (-5 *3 (-641 (-768))) (-4 *1 (-946 *4 *5 *6))
- (-4 *4 (-1046)) (-4 *5 (-790)) (-4 *6 (-847))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-768)) (-4 *1 (-946 *4 *5 *2)) (-4 *4 (-1046))
- (-4 *5 (-790)) (-4 *2 (-847))))
+ (-12 (-4 *1 (-1237 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1046))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-4 *2 (-946 *4 (-531 *5) *5))
- (-5 *1 (-1120 *4 *5 *2)) (-4 *4 (-1046)) (-4 *5 (-847))))
+ (-12 (-5 *3 "last") (-4 *1 (-1247 *2)) (-4 *2 (-1209))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "rest") (-4 *1 (-1247 *3)) (-4 *3 (-1209))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-949 *4)) (-5 *1 (-1203 *4))
- (-4 *4 (-1046)))))
-(((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5))
- (-4 *5 (-13 (-363) (-147) (-1035 (-564))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-407 *6)) (|:| |h| *6)
- (|:| |c1| (-407 *6)) (|:| |c2| (-407 *6)) (|:| -2627 *6)))
- (-5 *1 (-1013 *5 *6)) (-5 *3 (-407 *6)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-641 (-316 (-225)))) (-5 *3 (-225)) (-5 *2 (-112))
- (-5 *1 (-210)))))
+ (-12 (-5 *3 "first") (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-641 *3)) (-4 *3 (-307)) (-5 *1 (-179 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-331 *3)) (-4 *3 (-847)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-452)) (-4 *6 (-790)) (-4 *7 (-847))
- (-4 *3 (-1060 *5 *6 *7))
- (-5 *2 (-641 (-2 (|:| |val| *3) (|:| -3906 *4))))
- (-5 *1 (-1102 *5 *6 *7 *3 *4)) (-4 *4 (-1066 *5 *6 *7 *3)))))
-(((*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262))))
- ((*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-685 *3)) (-4 *3 (-1046)) (-5 *1 (-686 *3)))))
-(((*1 *1) (-5 *1 (-144)))
+ (-12 (-5 *3 (-685 *2)) (-4 *2 (-172)) (-5 *1 (-146 *2))))
((*1 *2 *3)
- (-12 (-5 *3 (-641 (-263))) (-5 *2 (-1127 (-225))) (-5 *1 (-261))))
- ((*1 *1 *2) (-12 (-5 *2 (-1127 (-225))) (-5 *1 (-263)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1046)) (-5 *2 (-641 *1)) (-4 *1 (-1128 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-766))
- (-5 *2
- (-2 (|:| -1335 (-379)) (|:| -2540 (-1152))
- (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))))
- (-5 *1 (-565))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-766)) (-5 *4 (-1058))
- (-5 *2
- (-2 (|:| -1335 (-379)) (|:| -2540 (-1152))
- (|:| |explanations| (-641 (-1152))) (|:| |extra| (-1032))))
- (-5 *1 (-565))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-784)) (-5 *3 (-1058))
- (-5 *4
- (-2 (|:| |fn| (-316 (-225)))
- (|:| -1743 (-641 (-1088 (-840 (-225))))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2
- (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))
- (|:| |extra| (-1032))))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-784)) (-5 *3 (-1058))
- (-5 *4
- (-2 (|:| |var| (-1170)) (|:| |fn| (-316 (-225)))
- (|:| -1743 (-1088 (-840 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2
- (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))
- (|:| |extra| (-1032))))))
+ (-12 (-4 *4 (-172)) (-4 *2 (-1235 *4)) (-5 *1 (-177 *4 *2 *3))
+ (-4 *3 (-721 *4 *2))))
((*1 *2 *3 *4)
- (-12 (-4 *1 (-797)) (-5 *3 (-1058))
- (-5 *4
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1259 (-316 (-225)))) (|:| |yinit| (-641 (-225)))
- (|:| |intvals| (-641 (-225))) (|:| |g| (-316 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))))))
+ (-12 (-5 *3 (-685 (-407 (-949 *5)))) (-5 *4 (-1170))
+ (-5 *2 (-949 *5)) (-5 *1 (-292 *5)) (-4 *5 (-452))))
((*1 *2 *3)
- (-12 (-5 *3 (-805))
- (-5 *2
- (-2 (|:| -1335 (-379)) (|:| -2540 (-1152))
- (|:| |explanations| (-641 (-1152)))))
- (-5 *1 (-802))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-805)) (-5 *4 (-1058))
- (-5 *2
- (-2 (|:| -1335 (-379)) (|:| -2540 (-1152))
- (|:| |explanations| (-641 (-1152)))))
- (-5 *1 (-802))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-836)) (-5 *3 (-1058))
- (-5 *4
- (-2 (|:| |lfn| (-641 (-316 (-225)))) (|:| -2558 (-641 (-225)))))
- (-5 *2 (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-836)) (-5 *3 (-1058))
- (-5 *4
- (-2 (|:| |fn| (-316 (-225))) (|:| -2558 (-641 (-225)))
- (|:| |lb| (-641 (-840 (-225)))) (|:| |cf| (-641 (-316 (-225))))
- (|:| |ub| (-641 (-840 (-225))))))
- (-5 *2 (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))))))
+ (-12 (-5 *3 (-685 (-407 (-949 *4)))) (-5 *2 (-949 *4))
+ (-5 *1 (-292 *4)) (-4 *4 (-452))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-370 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1235 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-838))
- (-5 *2
- (-2 (|:| -1335 (-379)) (|:| -2540 (-1152))
- (|:| |explanations| (-641 (-1152)))))
- (-5 *1 (-837))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-838)) (-5 *4 (-1058))
- (-5 *2
- (-2 (|:| -1335 (-379)) (|:| -2540 (-1152))
- (|:| |explanations| (-641 (-1152)))))
- (-5 *1 (-837))))
+ (-12 (-5 *3 (-685 (-169 (-407 (-564)))))
+ (-5 *2 (-949 (-169 (-407 (-564))))) (-5 *1 (-761 *4))
+ (-4 *4 (-13 (-363) (-845)))))
((*1 *2 *3 *4)
- (-12 (-4 *1 (-892)) (-5 *3 (-1058))
- (-5 *4
- (-2 (|:| |pde| (-641 (-316 (-225))))
- (|:| |constraints|
- (-641
- (-2 (|:| |start| (-225)) (|:| |finish| (-225))
- (|:| |grid| (-768)) (|:| |boundaryType| (-564))
- (|:| |dStart| (-685 (-225))) (|:| |dFinish| (-685 (-225))))))
- (|:| |f| (-641 (-641 (-316 (-225))))) (|:| |st| (-1152))
- (|:| |tol| (-225))))
- (-5 *2 (-2 (|:| -1335 (-379)) (|:| |explanations| (-1152))))))
+ (-12 (-5 *3 (-685 (-169 (-407 (-564))))) (-5 *4 (-1170))
+ (-5 *2 (-949 (-169 (-407 (-564))))) (-5 *1 (-761 *5))
+ (-4 *5 (-13 (-363) (-845)))))
((*1 *2 *3)
- (-12 (-5 *3 (-895))
- (-5 *2
- (-2 (|:| -1335 (-379)) (|:| -2540 (-1152))
- (|:| |explanations| (-641 (-1152)))))
- (-5 *1 (-894))))
+ (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *2 (-949 (-407 (-564))))
+ (-5 *1 (-776 *4)) (-4 *4 (-13 (-363) (-845)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-895)) (-5 *4 (-1058))
- (-5 *2
- (-2 (|:| -1335 (-379)) (|:| -2540 (-1152))
- (|:| |explanations| (-641 (-1152)))))
- (-5 *1 (-894)))))
+ (-12 (-5 *3 (-685 (-407 (-564)))) (-5 *4 (-1170))
+ (-5 *2 (-949 (-407 (-564)))) (-5 *1 (-776 *5))
+ (-4 *5 (-13 (-363) (-845))))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1120 *4 *3 *5))) (-4 *4 (-38 (-407 (-564))))
+ (-4 *4 (-1046)) (-4 *3 (-847)) (-5 *1 (-1120 *4 *3 *5))
+ (-4 *5 (-946 *4 (-531 *3) *3))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1203 *4))) (-5 *3 (-1170)) (-5 *1 (-1203 *4))
+ (-4 *4 (-38 (-407 (-564)))) (-4 *4 (-1046)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564)))))
+ (-4 *3 (-1235 *4)) (-5 *1 (-806 *4 *3 *2 *5)) (-4 *2 (-652 *3))
+ (-4 *5 (-652 (-407 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-407 *5))
+ (-4 *4 (-13 (-363) (-147) (-1035 (-407 (-564))))) (-4 *5 (-1235 *4))
+ (-5 *1 (-806 *4 *5 *2 *6)) (-4 *2 (-652 *5)) (-4 *6 (-652 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1143 *3)) (-4 *3 (-1209)) (-5 *2 (-112)))))
+(((*1 *2 *2 *2 *3 *4)
+ (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1046))
+ (-5 *1 (-850 *5 *2)) (-4 *2 (-849 *5)))))
(((*1 *2 *3)
- (-12
- (-5 *2
- (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))
- (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564)))))
- ((*1 *2 *3 *4)
- (-12
- (-5 *2
- (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))
- (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564)))
- (-5 *4 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))))
- ((*1 *2 *3 *4)
- (-12
- (-5 *2
- (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))
- (-5 *1 (-1017 *3)) (-4 *3 (-1235 (-564))) (-5 *4 (-407 (-564)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-407 (-564)))
- (-5 *2 (-641 (-2 (|:| -3590 *5) (|:| -3602 *5)))) (-5 *1 (-1017 *3))
- (-4 *3 (-1235 (-564))) (-5 *4 (-2 (|:| -3590 *5) (|:| -3602 *5)))))
- ((*1 *2 *3)
- (-12
- (-5 *2
- (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))
- (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564))))))
- ((*1 *2 *3 *4)
- (-12
- (-5 *2
- (-641 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564))))))
- (-5 *1 (-1018 *3)) (-4 *3 (-1235 (-407 (-564))))
- (-5 *4 (-2 (|:| -3590 (-407 (-564))) (|:| -3602 (-407 (-564)))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-407 (-564)))
- (-5 *2 (-641 (-2 (|:| -3590 *4) (|:| -3602 *4)))) (-5 *1 (-1018 *3))
- (-4 *3 (-1235 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-407 (-564)))
- (-5 *2 (-641 (-2 (|:| -3590 *5) (|:| -3602 *5)))) (-5 *1 (-1018 *3))
- (-4 *3 (-1235 *5)) (-5 *4 (-2 (|:| -3590 *5) (|:| -3602 *5))))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
- (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-388)) (|:| |fp| (-78 FUNCTN))))
- (-5 *2 (-1032)) (-5 *1 (-745)))))
-(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-859)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-373 *2)) (-4 *2 (-1209))
- (-4 *2 (-847))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4413))
- (-4 *1 (-373 *3)) (-4 *3 (-1209)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-529)))))
-(((*1 *1 *2 *2)
- (-12 (-5 *2 (-641 (-564))) (-5 *1 (-1001 *3)) (-14 *3 (-564)))))
+ (-12 (-4 *4 (-556)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-1060 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-641 *7)) (|:| |badPols| (-641 *7))))
+ (-5 *1 (-974 *4 *5 *6 *7)) (-5 *3 (-641 *7)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
+ (-5 *1 (-751)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-556))
+ (-5 *2 (-2 (|:| -2394 (-685 *5)) (|:| |vec| (-1259 (-641 (-918))))))
+ (-5 *1 (-90 *5 *3)) (-5 *4 (-918)) (-4 *3 (-652 *5)))))
+(((*1 *1 *2 *3 *3 *3 *4)
+ (-12 (-4 *4 (-363)) (-4 *3 (-1235 *4)) (-4 *5 (-1235 (-407 *3)))
+ (-4 *1 (-335 *4 *3 *5 *2)) (-4 *2 (-342 *4 *3 *5))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *3 (-564)) (-4 *2 (-363)) (-4 *4 (-1235 *2))
+ (-4 *5 (-1235 (-407 *4))) (-4 *1 (-335 *2 *4 *5 *6))
+ (-4 *6 (-342 *2 *4 *5))))
+ ((*1 *1 *2 *2)
+ (-12 (-4 *2 (-363)) (-4 *3 (-1235 *2)) (-4 *4 (-1235 (-407 *3)))
+ (-4 *1 (-335 *2 *3 *4 *5)) (-4 *5 (-342 *2 *3 *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
+ (-4 *1 (-335 *3 *4 *5 *2)) (-4 *2 (-342 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-413 *4 (-407 *4) *5 *6)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5)) (-4 *3 (-363))
+ (-4 *1 (-335 *3 *4 *5 *6)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-564)) (-5 *3 (-918)) (-5 *1 (-695))))
+ ((*1 *2 *2 *2 *3 *4)
+ (-12 (-5 *2 (-685 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5))
+ (-4 *5 (-363)) (-5 *1 (-975 *5)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1046)) (-5 *2 (-1259 *3)) (-5 *1 (-709 *3 *4))
- (-4 *4 (-1235 *3)))))
+ (-12 (-4 *1 (-382 *3 *4)) (-4 *3 (-1046)) (-4 *4 (-1094))
+ (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *6 (-556)) (-4 *2 (-946 *3 *5 *4))
+ (-5 *1 (-729 *5 *4 *6 *2)) (-5 *3 (-407 (-949 *6))) (-4 *5 (-790))
+ (-4 *4 (-13 (-847) (-10 -8 (-15 -2511 ((-1170) $))))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1117 *3 *4 *2 *5)) (-4 *4 (-1046)) (-4 *5 (-238 *3 *4))
- (-4 *2 (-238 *3 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-641 *3)) (-4 *3 (-1094)) (-5 *1 (-734 *3))))
- ((*1 *1 *2) (-12 (-5 *1 (-734 *2)) (-4 *2 (-1094))))
- ((*1 *1) (-12 (-5 *1 (-734 *2)) (-4 *2 (-1094)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1259 *1)) (-4 *1 (-367 *4)) (-4 *4 (-172))
- (-5 *2 (-685 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-685 *4)) (-5 *1 (-416 *3 *4))
- (-4 *3 (-417 *4))))
- ((*1 *2) (-12 (-4 *1 (-417 *3)) (-4 *3 (-172)) (-5 *2 (-685 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-225)))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-847) (-556))) (-5 *1 (-431 *3 *2))
- (-4 *2 (-430 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-768)) (-5 *2 (-1 (-379))) (-5 *1 (-1037))))
- ((*1 *1 *1 *1) (-4 *1 (-1133))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1046)) (-5 *2 (-564)) (-5 *1 (-443 *4 *3 *5))
- (-4 *3 (-1235 *4))
- (-4 *5 (-13 (-404) (-1035 *4) (-363) (-1194) (-284))))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-1158 *3 *4)) (-14 *3 (-918))
+ (-4 *4 (-1046)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-859)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-363)) (-4 *4 (-1235 *3)) (-4 *5 (-1235 (-407 *4)))
+ (-5 *2 (-1259 *6)) (-5 *1 (-336 *3 *4 *5 *6))
+ (-4 *6 (-342 *3 *4 *5)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-254 *2)) (-4 *2 (-1209)))))
+(((*1 *2 *3 *3 *1)
+ (-12 (-5 *3 (-1170)) (-5 *2 (-687 (-1098))) (-5 *1 (-291)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-556))
+ (-5 *2 (-2 (|:| -2860 *4) (|:| -4347 *3) (|:| -1678 *3)))
+ (-5 *1 (-966 *4 *3)) (-4 *3 (-1235 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
+ (-5 *2 (-2 (|:| -4347 *1) (|:| -1678 *1))) (-4 *1 (-1060 *3 *4 *5))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-556)) (-4 *3 (-1046))
+ (-5 *2 (-2 (|:| -2860 *3) (|:| -4347 *1) (|:| -1678 *1)))
+ (-4 *1 (-1235 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-818)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-31))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-133))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-138))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-154))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-161))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-218))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-672))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1016))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-1061))))
+ ((*1 *2 *1) (-12 (-5 *2 (-641 (-1129))) (-5 *1 (-1090)))))
+(((*1 *2 *1) (|partial| -12 (-4 *1 (-1009)) (-5 *2 (-859)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-1094)) (-4 *2 (-1094))
+ (-5 *1 (-886 *4 *2)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-847) (-556) (-1035 (-564)))) (-5 *2 (-407 (-564)))
- (-5 *1 (-433 *4 *3)) (-4 *3 (-430 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-610 *3)) (-4 *3 (-430 *5))
- (-4 *5 (-13 (-847) (-556) (-1035 (-564))))
- (-5 *2 (-1166 (-407 (-564)))) (-5 *1 (-433 *5 *3)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-244 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-282 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4413)) (-4 *1 (-1247 *2)) (-4 *2 (-1209)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-1136 *4 *2)) (-14 *4 (-918))
+ (-4 *2 (-13 (-1046) (-10 -7 (-6 (-4408 "*")))))
+ (-5 *1 (-899 *4 *2)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
(-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *2 (-1032))
(-5 *1 (-749)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-683 *2 *3 *4)) (-4 *2 (-1046)) (-4 *3 (-373 *2))
- (-4 *4 (-373 *2)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-685 (-407 (-949 (-564)))))
- (-5 *2 (-685 (-316 (-564)))) (-5 *1 (-1028)))))
-(((*1 *2 *1) (-12 (-4 *1 (-132)) (-5 *2 (-768))))
- ((*1 *2 *3 *1 *2)
- (-12 (-5 *2 (-564)) (-4 *1 (-373 *3)) (-4 *3 (-1209))
- (-4 *3 (-1094))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-373 *3)) (-4 *3 (-1209)) (-4 *3 (-1094))
- (-5 *2 (-564))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-373 *4)) (-4 *4 (-1209))
- (-5 *2 (-564))))
- ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-529))))
- ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-564)) (-5 *3 (-141))))
- ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1138)) (-5 *2 (-564)))))
+ (-12 (-14 *4 (-641 (-1170))) (-4 *5 (-452))
+ (-5 *2
+ (-2 (|:| |glbase| (-641 (-247 *4 *5))) (|:| |glval| (-641 (-564)))))
+ (-5 *1 (-629 *4 *5)) (-5 *3 (-641 (-247 *4 *5))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112))
+ (-5 *1 (-32 *4 *5)) (-4 *5 (-430 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112))
+ (-5 *1 (-158 *4 *5)) (-4 *5 (-430 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112))
+ (-5 *1 (-276 *4 *5)) (-4 *5 (-13 (-430 *4) (-999)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-301 *4)) (-4 *4 (-302))))
+ ((*1 *2 *3) (-12 (-4 *1 (-302)) (-5 *3 (-114)) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-114)) (-4 *5 (-847)) (-5 *2 (-112))
+ (-5 *1 (-429 *4 *5)) (-4 *4 (-430 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112))
+ (-5 *1 (-431 *4 *5)) (-4 *5 (-430 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-114)) (-4 *4 (-13 (-847) (-556))) (-5 *2 (-112))
+ (-5 *1 (-628 *4 *5)) (-4 *5 (-13 (-430 *4) (-999) (-1194))))))
+(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
+ (-12 (-5 *3 (-685 (-225))) (-5 *4 (-564)) (-5 *2 (-1032))
+ (-5 *1 (-752)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1098)) (-5 *3 (-771)) (-5 *1 (-52)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-641 (-641 *8))) (-5 *3 (-641 *8))
- (-4 *8 (-946 *5 *7 *6)) (-4 *5 (-13 (-307) (-147)))
- (-4 *6 (-13 (-847) (-612 (-1170)))) (-4 *7 (-790)) (-5 *2 (-112))
- (-5 *1 (-921 *5 *6 *7 *8)))))
+ (-12 (-5 *3 (-641 *8)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-564))
+ (-14 *6 (-768)) (-4 *7 (-172)) (-4 *8 (-172))
+ (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-641 *9)) (-4 *9 (-1046)) (-4 *5 (-847)) (-4 *6 (-790))
+ (-4 *8 (-1046)) (-4 *2 (-946 *9 *7 *5))
+ (-5 *1 (-725 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-790))
+ (-4 *4 (-946 *8 *6 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1264)) (-5 *1 (-819)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-225))) (-5 *4 (-768)) (-5 *2 (-685 (-225)))
- (-5 *1 (-305)))))
+ (-12 (-5 *3 (-564)) (-5 *4 (-418 *2)) (-4 *2 (-946 *7 *5 *6))
+ (-5 *1 (-739 *5 *6 *7 *2)) (-4 *5 (-790)) (-4 *6 (-847))
+ (-4 *7 (-307)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1129)) (-5 *1 (-96))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-109))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1094)) (-4 *2 (-1094))))
+ ((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1152))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-438 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-483))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-610 *3)) (-4 *3 (-847))))
+ ((*1 *2 *1) (-12 (-4 *1 (-832 *2)) (-4 *2 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-962))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1170)) (-5 *1 (-1069 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-506)) (-5 *1 (-1109))))
+ ((*1 *1 *1) (-5 *1 (-1170))))
+(((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-923))))
+ ((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1088 (-225))) (-5 *1 (-924))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-379)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *1 *2) (-12 (-5 *2 (-564)) (-5 *1 (-1057))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1057)))))
+(((*1 *2) (-12 (-5 *2 (-1170)) (-5 *1 (-1173)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1166 *7)) (-5 *3 (-564)) (-4 *7 (-946 *6 *4 *5))
+ (-4 *4 (-790)) (-4 *5 (-847)) (-4 *6 (-1046))
+ (-5 *1 (-321 *4 *5 *6 *7)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1209)) (-4 *4 (-373 *3))
- (-4 *5 (-373 *3)) (-5 *2 (-564))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-316 *3)) (-4 *3 (-556)) (-4 *3 (-847)))))
+(((*1 *1 *1) (-4 *1 (-1138))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
+ (-14 *4 *3)))
+ ((*1 *1 *2 *3 *1)
+ (-12 (-5 *1 (-645 *2 *3 *4)) (-4 *2 (-1094)) (-4 *3 (-23))
+ (-14 *4 *3)))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-671 *2)) (-4 *2 (-1046)) (-4 *2 (-1094)))))
+(((*1 *1 *1) (-5 *1 (-859)))
((*1 *2 *1)
- (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-564)))))
+ (-12 (-4 *1 (-1097 *2 *3 *4 *5 *6)) (-4 *3 (-1094)) (-4 *4 (-1094))
+ (-4 *5 (-1094)) (-4 *6 (-1094)) (-4 *2 (-1094))))
+ ((*1 *1 *2) (-12 (-5 *2 (-564)) (-4 *1 (-1151))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1152)) (-5 *1 (-1170)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-641 *5)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-564))
+ (-14 *4 (-768)) (-4 *5 (-172)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1060 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-790))
+ (-4 *5 (-847)) (-5 *2 (-768)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-641 (-2 (|:| -3070 (-1166 *6)) (|:| -1558 (-564)))))
+ (-4 *6 (-307)) (-4 *4 (-790)) (-4 *5 (-847)) (-5 *2 (-564))
+ (-5 *1 (-739 *4 *5 *6 *7)) (-4 *7 (-946 *6 *4 *5)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-940 (-225)) (-225) (-225)))
- (-5 *3 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-255)))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| -3377 (-779 *3)) (|:| |coef1| (-779 *3))
- (|:| |coef2| (-779 *3))))
- (-5 *1 (-779 *3)) (-4 *3 (-556)) (-4 *3 (-1046))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-556)) (-4 *3 (-1046)) (-4 *4 (-790)) (-4 *5 (-847))
- (-5 *2 (-2 (|:| -3377 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-1060 *3 *4 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-564)) (-5 *1 (-316 *3)) (-4 *3 (-556)) (-4 *3 (-847)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-641 (-777 *5 (-861 *6)))) (-5 *4 (-112)) (-4 *5 (-452))
- (-14 *6 (-641 (-1170))) (-5 *2 (-641 (-1043 *5 *6)))
- (-5 *1 (-626 *5 *6)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-641 *7)) (-5 *3 (-564)) (-4 *7 (-946 *4 *5 *6))
- (-4 *4 (-452)) (-4 *5 (-790)) (-4 *6 (-847))
- (-5 *1 (-449 *4 *5 *6 *7)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1209)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1023 *2)) (-4 *2 (-1209)))))
+ (-12 (-5 *2 (-1170)) (-5 *3 (-641 (-536))) (-5 *1 (-536)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-364 *3 *4)) (-4 *3 (-1094)) (-4 *4 (-1094))
- (-5 *2 (-1152)))))
-(((*1 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262))))
- ((*1 *2 *2) (-12 (-5 *2 (-871)) (-5 *1 (-1262)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-641 (-685 *4))) (-5 *2 (-685 *4)) (-4 *4 (-1046))
- (-5 *1 (-1026 *4)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-165 *3 *4))
- (-4 *3 (-166 *4))))
- ((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1209)) (-5 *2 (-768))
- (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-847)) (-5 *2 (-768)) (-5 *1 (-429 *3 *4))
- (-4 *3 (-430 *4))))
- ((*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-544 *3)) (-4 *3 (-545))))
- ((*1 *2) (-12 (-4 *1 (-760)) (-5 *2 (-768))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-793 *3 *4))
- (-4 *3 (-794 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-556)) (-5 *2 (-768)) (-5 *1 (-988 *3 *4))
- (-4 *3 (-989 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-768)) (-5 *1 (-993 *3 *4))
- (-4 *3 (-994 *4))))
- ((*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1008 *3)) (-4 *3 (-1009))))
- ((*1 *2) (-12 (-4 *1 (-1046)) (-5 *2 (-768))))
- ((*1 *2) (-12 (-5 *2 (-768)) (-5 *1 (-1054 *3)) (-4 *3 (-1055)))))
-(((*1 *2 *3 *4)
+ (-12 (-4 *1 (-683 *3 *4 *5)) (-4 *3 (-1046)) (-4 *4 (-373 *3))
+ (-4 *5 (-373 *3)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1049 *3 *4 *5 *6 *7)) (-4 *5 (-1046))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
+ (-12 (-5 *3 (-564)) (-5 *4 (-685 (-225))) (-5 *5 (-225))
+ (-5 *2 (-1032)) (-5 *1 (-748)))))
+(((*1 *1) (-12 (-4 *1 (-465 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1) (-5 *1 (-536))) ((*1 *1) (-4 *1 (-719)))
+ ((*1 *1) (-4 *1 (-723)))
+ ((*1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094))))
+ ((*1 *1) (-12 (-5 *1 (-890 *2)) (-4 *2 (-847)))))
+(((*1 *2 *3) (-12 (-5 *3 (-112)) (-5 *2 (-1152)) (-5 *1 (-52)))))
+(((*1 *2 *3 *3 *3 *4)
(-12 (-5 *3 (-225)) (-5 *4 (-564)) (-5 *2 (-1032)) (-5 *1 (-755)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1152)) (-5 *1 (-330)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1166 *1)) (-5 *3 (-1170)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1166 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-949 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-847) (-556)))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-847) (-556)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1096 *3)) (-5 *1 (-901 *3)) (-4 *3 (-1094))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1096 *3)) (-5 *1 (-902 *3)) (-4 *3 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-564)) (-5 *1 (-819)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-363)) (-4 *4 (-1235 *3))
+ (-4 *5 (-1235 (-407 *4))) (-4 *6 (-342 *3 *4 *5))
+ (-5 *2
+ (-2 (|:| -1680 (-413 *4 (-407 *4) *5 *6)) (|:| |principalPart| *6)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1166 *2)) (-5 *4 (-1170)) (-4 *2 (-430 *5))
- (-5 *1 (-32 *5 *2)) (-4 *5 (-13 (-847) (-556)))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1166 *1)) (-5 *3 (-918)) (-4 *1 (-1009))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-1166 *1)) (-5 *3 (-918)) (-5 *4 (-859))
- (-4 *1 (-1009))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *3 (-918)) (-4 *4 (-13 (-845) (-363)))
- (-4 *1 (-1063 *4 *2)) (-4 *2 (-1235 *4)))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-558 *2)) (-4 *2 (-545)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-442 *3)) (-4 *3 (-1235 (-564))))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1260))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1152)) (-5 *2 (-1264)) (-5 *1 (-1261)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-564))
- (-5 *5 (-3 (|:| |fn| (-388)) (|:| |fp| (-64 G)))) (-5 *2 (-1032))
- (-5 *1 (-745)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *4 (-13 (-556) (-147))) (-5 *1 (-537 *4 *2))
- (-4 *2 (-1250 *4))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *4 (-13 (-363) (-368) (-612 *3)))
- (-4 *5 (-1235 *4)) (-4 *6 (-721 *4 *5)) (-5 *1 (-541 *4 *5 *6 *2))
- (-4 *2 (-1250 *6))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-564)) (-4 *4 (-13 (-363) (-368) (-612 *3)))
- (-5 *1 (-542 *4 *2)) (-4 *2 (-1250 *4))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1150 *4)) (-5 *3 (-564)) (-4 *4 (-13 (-556) (-147)))
- (-5 *1 (-1146 *4)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-641 (-610 *6))) (-5 *4 (-1170)) (-5 *2 (-610 *6))
- (-4 *6 (-430 *5)) (-4 *5 (-847)) (-5 *1 (-573 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-963 *3)) (-4 *3 (-964)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4412)) (-4 *1 (-489 *3)) (-4 *3 (-1209))
- (-4 *3 (-1094)) (-5 *2 (-768))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4412)) (-4 *1 (-489 *4))
- (-4 *4 (-1209)) (-5 *2 (-768)))))
-((-1292 . 736005) (-1293 . 735935) (-1294 . 735789) (-1295 . 735264)
- (-1296 . 735099) (-1297 . 734955) (-1298 . 734875) (-1299 . 734810)
- (-1300 . 734032) (-1301 . 733979) (-1302 . 733891) (-1303 . 733030)
- (-1304 . 732922) (-1305 . 732821) (-1306 . 732725) (-1307 . 732668)
- (-1308 . 732609) (-1309 . 732444) (-1310 . 732272) (-1311 . 732182)
- (-1312 . 731829) (-1313 . 731702) (-1314 . 731456) (-1315 . 731352)
- (-1316 . 731128) (-1317 . 730607) (-1318 . 730486) (-1319 . 730380)
- (-1320 . 730267) (-1321 . 729906) (-1322 . 729614) (-1323 . 729456)
- (-1324 . 729105) (-1325 . 728846) (-1326 . 728667) (-1327 . 728554)
- (-1328 . 728452) (-1329 . 728368) (-1330 . 728316) (-1331 . 728108)
- (-1332 . 728056) (-1333 . 727864) (-1334 . 726432) (-1335 . 723133)
- (-1336 . 723056) (-1337 . 722888) (-1338 . 722806) (-1339 . 722705)
- (-1340 . 722487) (-1341 . 722417) (-1342 . 722364) (-1343 . 722286)
- (-1344 . 722179) (-1345 . 721866) (-1346 . 720278) (-1347 . 720162)
- (-1348 . 720044) (-1349 . 719858) (-1350 . 719787) (-1351 . 719715)
- (-1352 . 719655) (-1353 . 719537) (-1354 . 719250) (-1355 . 719148)
- (-1356 . 718941) (-1357 . 718797) (-1358 . 718062) (-1359 . 717735)
- (-1360 . 717550) (-1361 . 717464) (-1362 . 717269) (-1363 . 717171)
- (-1364 . 717116) (-1365 . 717038) (-1366 . 716965) (-1367 . 716549)
- (-1368 . 716412) (-1369 . 716210) (-1370 . 716158) (-1371 . 716017)
- (-1372 . 715913) (-1373 . 715863) (-1374 . 715744) (-1375 . 715432)
- (-1376 . 715277) (-1377 . 715185) (-1378 . 715078) (-1379 . 714646)
- (-1380 . 714488) (-1381 . 714196) (-1382 . 713915) (-1383 . 713887)
- (-1384 . 713832) (-1385 . 713734) (-1386 . 713655) (-1387 . 713502)
- (-1388 . 713410) (-1389 . 713309) (-1390 . 713223) (-1391 . 712948)
- (-1392 . 712868) (-1393 . 712743) (-1394 . 712638) (-1395 . 712530)
- (-1396 . 712471) (-1397 . 712418) (-1398 . 712010) (-1399 . 711922)
- (-1400 . 711836) (-1401 . 711659) (-1402 . 711541) (-1403 . 711253)
- (-1404 . 711165) (-1405 . 711058) (-1406 . 710964) (-1407 . 710907)
- (-1408 . 710613) (-1409 . 710526) (-1410 . 710220) (-1411 . 709908)
- (-1412 . 709849) (-1413 . 709731) (-1414 . 709552) (-1415 . 709414)
- (-1416 . 709318) (-1417 . 709284) (-1418 . 709072) (-1419 . 708926)
- (-1420 . 708875) (-1421 . 708071) (-1422 . 707968) (-1423 . 707763)
- (-1424 . 707706) (-1425 . 707526) (-1426 . 707466) (** . 704377)
- (-1428 . 704028) (-1429 . 703906) (-1430 . 703795) (-1431 . 703761)
- (-1432 . 703666) (-1433 . 703617) (-1434 . 703561) (-1435 . 703452)
- (-1436 . 703274) (-1437 . 703162) (-1438 . 703068) (-1439 . 702841)
- (-1440 . 702666) (-1441 . 702506) (-1442 . 702378) (-1443 . 702347)
- (-1444 . 702259) (-1445 . 702144) (-1446 . 702036) (-1447 . 701756)
- (-1448 . 701122) (-1449 . 701021) (-1450 . 700949) (-1451 . 700833)
- (-1452 . 700601) (-1453 . 700378) (-1454 . 700081) (-1455 . 699968)
- (-1456 . 699891) (-1457 . 699598) (-1458 . 699467) (-1459 . 699364)
- (-1460 . 699307) (-1461 . 699250) (-1462 . 699167) (-1463 . 699056)
- (-1464 . 698946) (-1465 . 698844) (-1466 . 698792) (-1467 . 698685)
- (-1468 . 698525) (-1469 . 698411) (-1470 . 698132) (-1471 . 697919)
- (-1472 . 697823) (-1473 . 697789) (-1474 . 697614) (-1475 . 696654)
- (-1476 . 696531) (-1477 . 694753) (-1478 . 694676) (-1479 . 694622)
- (-1480 . 693806) (-1481 . 693728) (-1482 . 693547) (-1483 . 693474)
- (-1484 . 693446) (-1485 . 693251) (-1486 . 693142) (-1487 . 693062)
- (-1488 . 692979) (-1489 . 692880) (-1490 . 692737) (-1491 . 692630)
- (-1492 . 692472) (-1493 . 692333) (-1494 . 692229) (-1495 . 691606)
- (-1496 . 691482) (-1497 . 691374) (-1498 . 691342) (-1499 . 691165)
- (-1500 . 691021) (-1501 . 690962) (-1502 . 690849) (-1503 . 690571)
- (-1504 . 690410) (-1505 . 690358) (-1506 . 690272) (-1507 . 690193)
- (-1508 . 689619) (-1509 . 689521) (-1510 . 689136) (-1511 . 689022)
- (-1512 . 688903) (-1513 . 688850) (-1514 . 688364) (-1515 . 688116)
- (-1516 . 688074) (-1517 . 687916) (-1518 . 687807) (-1519 . 687726)
- (-1520 . 687610) (-1521 . 687053) (-1522 . 686317) (-1523 . 686179)
- (-1524 . 686112) (-1525 . 685974) (-1526 . 685643) (-1527 . 685584)
- (-1528 . 685385) (-1529 . 685210) (-1530 . 685112) (-1531 . 685080)
- (-1532 . 684591) (-1533 . 684403) (-1534 . 684337) (-1535 . 684309)
- (-1536 . 684133) (-1537 . 683548) (-1538 . 683097) (-1539 . 682847)
- (-1540 . 682601) (-1541 . 682488) (-1542 . 681423) (-1543 . 681173)
- (-1544 . 680994) (-1545 . 680899) (-1546 . 680865) (-1547 . 680609)
- (-1548 . 680465) (-1549 . 680415) (-1550 . 679941) (-1551 . 679907)
- (-1552 . 679706) (-1553 . 679654) (-1554 . 679598) (-1555 . 679532)
- (-1556 . 679381) (-1557 . 679277) (-1558 . 679211) (-1559 . 679140)
- (-1560 . 679036) (-1561 . 678929) (-1562 . 678657) (-1563 . 678590)
- (-1564 . 678507) (-1565 . 678375) (-1566 . 678308) (-1567 . 678171)
- (-1568 . 678064) (-1569 . 677952) (-1570 . 677738) (-1571 . 677683)
- (-1572 . 677129) (-1573 . 676927) (-1574 . 676814) (-1575 . 676520)
- (-1576 . 676363) (-1577 . 676286) (-1578 . 676185) (-1579 . 676090)
- (-1580 . 675967) (-1581 . 675721) (-1582 . 675530) (-1583 . 675198)
- (-1584 . 673468) (-1585 . 672698) (-1586 . 672526) (-1587 . 672441)
- (-1588 . 672240) (-1589 . 672208) (-1590 . 672038) (-1591 . 671915)
- (-1592 . 671847) (-1593 . 671757) (-1594 . 671655) (-1595 . 671497)
- (-1596 . 671320) (-1597 . 671101) (-1598 . 671035) (-1599 . 670949)
- (-1600 . 670851) (-1601 . 670551) (-1602 . 670498) (-1603 . 670396)
- (-1604 . 669526) (-1605 . 669473) (-1606 . 669274) (-1607 . 669133)
- (-1608 . 669034) (-1609 . 668915) (-1610 . 668860) (-1611 . 668608)
- (-1612 . 668465) (-1613 . 668371) (-1614 . 668170) (-1615 . 668088)
- (-1616 . 667886) (-1617 . 667834) (-1618 . 667765) (-1619 . 667630)
- (-1620 . 666632) (-1621 . 666361) (-1622 . 666246) (-1623 . 666186)
- (-1624 . 666115) (-1625 . 665965) (-1626 . 665842) (-1627 . 665772)
- (-1628 . 665511) (-1629 . 665181) (-1630 . 664660) (-1631 . 664115)
- (-1632 . 663884) (-1633 . 663834) (-1634 . 663778) (-1635 . 663725)
- (-1636 . 663501) (-1637 . 663407) (-1638 . 663375) (-1639 . 663259)
- (-1640 . 663022) (-1641 . 662938) (-1642 . 662794) (-1643 . 662601)
- (-1644 . 662529) (-1645 . 662392) (-1646 . 662339) (-1647 . 662135)
- (-1648 . 661584) (-1649 . 661487) (-1650 . 661209) (-1651 . 661069)
- (-1652 . 660913) (-1653 . 660857) (-1654 . 660729) (-1655 . 660633)
- (-1656 . 660565) (-1657 . 659855) (-1658 . 659757) (-1659 . 659651)
- (-1660 . 659456) (-1661 . 659374) (-1662 . 659294) (-1663 . 659047)
- (-1664 . 658945) (-1665 . 658802) (-1666 . 658659) (-1667 . 658606)
- (-1668 . 658534) (-1669 . 658437) (-1670 . 657999) (-1671 . 657880)
- (-1672 . 656504) (-1673 . 656255) (-1674 . 656109) (-1675 . 655965)
- (-1676 . 655787) (-1677 . 655644) (-1678 . 655565) (-1679 . 655512)
- (-1680 . 655072) (-1681 . 654891) (-1682 . 654775) (-1683 . 654678)
- (-1684 . 654519) (-1685 . 654371) (-1686 . 654272) (-1687 . 654168)
- (-1688 . 653427) (-1689 . 653245) (-1690 . 653079) (-1691 . 652846)
- (-1692 . 652312) (-1693 . 652202) (-1694 . 652049) (-1695 . 651802)
- (-1696 . 651339) (-1697 . 651257) (-1698 . 651174) (-1699 . 650673)
- (-1700 . 649932) (-1701 . 649861) (-1702 . 649780) (-1703 . 649353)
- (-1704 . 649287) (-1705 . 649157) (-1706 . 649088) (-1707 . 649035)
- (-1708 . 648941) (-1709 . 648854) (-1710 . 648707) (-1711 . 648019)
- (-1712 . 647917) (-1713 . 647297) (-1714 . 647154) (-1715 . 647006)
- (-1716 . 646954) (-1717 . 646897) (-1718 . 646824) (-1719 . 646601)
- (-1720 . 646546) (-1721 . 627833) (-1722 . 627611) (-1723 . 627035)
- (-1724 . 626862) (-1725 . 626576) (-1726 . 626447) (-1727 . 626258)
- (-1728 . 626199) (-1729 . 626130) (-1730 . 625801) (-1731 . 625713)
- (-1732 . 622892) (-1733 . 622808) (-1734 . 622232) (-1735 . 622005)
- (-1736 . 621928) (-1737 . 621879) (-1738 . 621235) (-1739 . 621141)
- (-1740 . 620912) (-1741 . 620520) (-1742 . 620468) (-1743 . 620329)
- (-1744 . 619753) (-1745 . 619594) (-1746 . 619048) (-1747 . 618667)
- (-1748 . 618581) (-1749 . 618220) (-1750 . 618143) (-1751 . 618057)
- (-1752 . 617805) (-1753 . 617463) (-1754 . 617392) (-1755 . 616706)
- (-1756 . 616467) (-1757 . 616418) (-1758 . 614567) (-1759 . 614359)
- (-1760 . 614286) (-1761 . 614076) (-1762 . 613549) (-1763 . 613442)
- (-1764 . 613313) (-1765 . 613095) (-1766 . 612409) (-1767 . 612257)
- (-1768 . 612141) (-1769 . 612026) (-1770 . 611952) (-1771 . 611900)
- (-1772 . 611782) (-1773 . 611679) (-1774 . 611613) (-1775 . 611263)
- (-1776 . 611172) (-1777 . 610423) (-1778 . 610300) (-1779 . 610091)
- (-1780 . 609953) (-1781 . 609848) (-1782 . 609771) (-1783 . 609698)
- (-1784 . 609616) (-1785 . 609289) (-1786 . 609098) (-1787 . 609017)
- (-1788 . 608937) (-1789 . 608884) (-1790 . 608813) (-1791 . 608239)
- (-1792 . 608072) (-1793 . 607934) (-1794 . 607730) (-1795 . 605568)
- (-1796 . 605519) (-1797 . 605441) (-1798 . 604168) (-1799 . 603625)
- (-1800 . 603418) (-1801 . 603220) (-1802 . 603154) (-1803 . 602580)
- (-1804 . 602503) (-1805 . 602429) (-1806 . 602377) (-1807 . 602315)
- (-1808 . 602234) (-1809 . 602164) (-1810 . 602059) (-1811 . 601914)
- (-1812 . 601837) (-1813 . 601263) (-1814 . 601071) (-1815 . 600968)
- (-1816 . 600150) (-1817 . 600095) (-1818 . 598915) (-1819 . 598702)
- (-1820 . 598618) (-1821 . 598562) (-1822 . 598404) (-1823 . 598376)
- (-1824 . 598324) (-1825 . 598241) (-1826 . 598174) (-1827 . 597487)
- (-1828 . 597410) (-1829 . 597333) (-1830 . 597188) (-1831 . 597079)
- (-1832 . 596997) (-1833 . 596919) (-1834 . 596845) (-1835 . 596682)
- (-1836 . 596463) (-1837 . 596238) (-1838 . 595551) (-1839 . 595385)
- (-1840 . 594994) (-1841 . 594920) (-1842 . 594840) (-1843 . 594767)
- (-1844 . 594493) (-1845 . 594410) (-1846 . 594344) (-1847 . 594052)
- (-1848 . 593365) (-1849 . 593333) (-1850 . 592925) (-1851 . 592779)
- (-1852 . 592602) (-1853 . 592459) (-1854 . 592346) (-1855 . 592173)
- (-1856 . 592077) (-1857 . 591894) (-1858 . 591319) (-1859 . 591218)
- (-1860 . 590214) (-1861 . 590164) (-1862 . 590085) (-1863 . 589940)
- (-1864 . 589822) (-1865 . 589684) (-1866 . 589380) (-1867 . 589253)
- (-1868 . 588999) (-1869 . 587695) (-1870 . 587623) (-1871 . 587048)
- (-1872 . 586949) (-1873 . 586893) (-1874 . 586568) (-1875 . 586322)
- (-1876 . 586263) (-1877 . 586211) (-1878 . 586137) (-1879 . 586019)
- (-1880 . 585771) (-1881 . 585642) (-1882 . 585067) (-1883 . 584933)
- (-1884 . 584714) (-1885 . 584416) (-1886 . 584040) (-1887 . 583789)
- (-1888 . 583730) (-1889 . 583437) (-1890 . 583153) (-1891 . 583125)
- (-1892 . 582798) (-1893 . 582694) (-1894 . 582456) (-1895 . 581882)
- (-1896 . 581743) (-1897 . 581130) (-1898 . 580908) (-1899 . 580758)
- (-1900 . 580478) (-1901 . 580446) (-1902 . 580287) (-1903 . 580035)
- (-1904 . 579977) (-1905 . 579807) (-1906 . 579233) (-1907 . 578891)
- (-1908 . 578464) (-1909 . 578340) (-1910 . 578208) (-1911 . 578003)
- (-1912 . 577920) (-1913 . 577811) (-1914 . 577381) (-1915 . 577311)
- (-1916 . 577071) (-1917 . 577040) (-1918 . 576930) (-1919 . 576356)
- (-1920 . 576294) (-1921 . 576112) (-1922 . 575510) (-1923 . 575445)
- (-1924 . 574910) (-1925 . 574372) (-1926 . 573845) (-1927 . 573642)
- (-1928 . 573543) (-1929 . 573402) (-1930 . 572828) (-1931 . 572657)
- (-1932 . 571539) (-1933 . 571444) (-1934 . 571284) (-1935 . 571160)
- (-1936 . 571002) (-1937 . 570929) (-1938 . 570661) (-1939 . 570584)
- (-1940 . 570410) (-1941 . 569733) (-1942 . 569159) (-1943 . 569060)
- (-1944 . 568917) (-1945 . 568862) (-1946 . 568793) (-1947 . 568736)
- (-1948 . 568637) (-1949 . 568608) (-1950 . 568535) (-1951 . 568369)
- (-1952 . 568147) (-1953 . 568118) (-1954 . 568011) (-1955 . 567896)
- (-1956 . 567847) (-1957 . 567679) (-1958 . 567548) (-1959 . 567474)
- (-1960 . 567321) (-1961 . 567090) (-1962 . 567006) (-1963 . 566943)
- (-1964 . 566890) (-1965 . 566687) (-1966 . 566580) (-1967 . 566443)
- (-1968 . 566340) (-1969 . 565861) (-1970 . 565767) (-1971 . 565358)
- (-1972 . 565306) (-1973 . 565181) (-1974 . 565051) (-1975 . 564952)
- (-1976 . 564900) (-1977 . 564671) (-1978 . 564510) (-1979 . 564182)
- (-1980 . 564109) (-1981 . 564050) (-1982 . 563922) (-1983 . 563580)
- (-1984 . 563466) (-1985 . 563370) (-1986 . 563317) (-1987 . 562864)
- (-1988 . 562812) (-1989 . 562739) (-1990 . 562623) (-1991 . 562524)
- (-1992 . 562429) (-1993 . 562373) (-1994 . 562207) (-1995 . 562016)
- (-1996 . 561846) (-1997 . 561763) (-1998 . 561635) (-1999 . 561408)
- (-2000 . 561212) (-2001 . 560999) (-2002 . 560844) (-2003 . 560314)
- (-2004 . 560128) (-2005 . 560010) (-2006 . 559917) (-2007 . 559813)
- (-2008 . 559691) (-2009 . 559640) (-2010 . 559609) (-2011 . 559507)
- (-2012 . 559349) (-2013 . 559001) (-2014 . 558942) (-2015 . 558788)
- (-2016 . 558633) (-2017 . 558405) (-2018 . 558074) (-2019 . 557909)
- (-2020 . 557851) (-2021 . 557782) (-2022 . 557543) (-2023 . 557318)
- (-2024 . 557244) (-2025 . 557149) (-2026 . 556993) (-2027 . 556898)
- (-2028 . 556757) (-2029 . 556618) (-2030 . 556376) (-2031 . 556261)
- (-2032 . 555104) (-2033 . 555018) (-2034 . 554827) (-2035 . 550285)
- (-2036 . 550207) (-2037 . 550147) (-2038 . 549992) (-2039 . 549891)
- (-2040 . 549784) (-2041 . 549553) (-2042 . 549470) (-2043 . 549408)
- (-2044 . 549356) (-2045 . 548247) (-2046 . 548089) (-2047 . 547923)
- (-2048 . 547871) (-2049 . 547447) (-2050 . 546969) (-2051 . 546901)
- (-2052 . 539902) (-2053 . 539356) (-2054 . 539247) (-2055 . 539095)
- (-2056 . 539043) (-2057 . 538505) (-2058 . 538203) (-2059 . 538115)
- (-2060 . 537999) (-2061 . 537899) (-2062 . 537840) (-2063 . 537731)
- (-2064 . 537559) (-2065 . 537499) (-2066 . 537375) (-2067 . 536765)
- (-2068 . 535963) (-2069 . 535910) (-2070 . 535786) (-2071 . 535742)
- (-2072 . 535689) (-2073 . 535617) (-2074 . 535540) (-2075 . 535480)
- (-2076 . 535042) (-2077 . 534598) (-2078 . 534429) (-2079 . 534305)
- (-2080 . 534211) (-2081 . 534044) (-2082 . 533985) (-2083 . 533685)
- (-2084 . 533569) (-2085 . 533270) (-2086 . 533063) (-2087 . 533007)
- (-2088 . 532333) (-2089 . 532280) (-2090 . 532187) (-2091 . 532082)
- (-2092 . 532015) (-2093 . 531932) (-2094 . 531858) (-2095 . 531615)
- (-2096 . 531348) (-2097 . 531226) (-2098 . 531149) (-2099 . 531060)
- (-2100 . 531010) (-2101 . 530924) (-2102 . 530639) (-2103 . 529427)
- (-2104 . 529252) (-2105 . 529111) (-2106 . 528360) (-2107 . 528262)
- (-2108 . 528161) (-2109 . 528064) (-2110 . 513950) (-2111 . 513853)
- (-2112 . 513760) (-2113 . 513637) (-2114 . 513528) (-2115 . 513404)
- (-2116 . 513325) (-2117 . 513297) (-2118 . 513232) (-2119 . 513013)
- (-2120 . 512698) (-2121 . 512290) (-2122 . 512182) (-2123 . 512129)
- (-2124 . 512101) (-2125 . 511983) (-2126 . 511912) (-2127 . 511884)
- (-2128 . 511716) (-2129 . 511576) (-2130 . 511504) (-2131 . 511440)
- (-2132 . 511256) (-2133 . 511188) (-2134 . 511136) (-2135 . 510946)
- (-2136 . 510513) (-2137 . 509626) (-2138 . 509438) (-2139 . 509386)
- (-2140 . 509312) (-2141 . 509154) (-2142 . 508968) (-2143 . 508885)
- (-2144 . 508786) (-2145 . 507758) (-2146 . 506870) (-2147 . 506659)
- (-2148 . 506573) (-2149 . 506378) (-2150 . 506216) (-2151 . 506057)
- (-2152 . 505914) (-2153 . 502248) (-2154 . 502105) (-2155 . 502003)
- (-2156 . 501887) (-2157 . 501773) (-2158 . 501517) (-2159 . 501446)
- (-2160 . 501168) (-2161 . 501010) (-2162 . 500635) (-2163 . 500529)
- (-2164 . 500469) (-2165 . 500375) (-2166 . 499915) (-2167 . 499710)
- (-2168 . 499557) (-2169 . 499462) (-2170 . 498708) (-2171 . 498135)
- (-2172 . 498049) (-2173 . 497926) (-2174 . 497582) (-2175 . 497381)
- (-2176 . 497148) (-2177 . 496227) (-2178 . 496092) (-2179 . 495664)
- (-2180 . 495565) (-2181 . 495273) (-2182 . 495136) (-2183 . 494891)
- (-2184 . 494813) (-2185 . 494660) (-2186 . 494608) (-2187 . 494522)
- (-2188 . 494342) (-2189 . 494289) (-2190 . 494252) (-2191 . 494200)
- (-2192 . 493936) (-2193 . 493848) (-2194 . 493749) (-2195 . 493697)
- (-2196 . 493463) (-2197 . 493353) (-2198 . 493300) (-2199 . 493222)
- (-2200 . 491776) (-2201 . 491546) (-2202 . 491361) (-2203 . 491262)
- (-2204 . 491155) (-2205 . 491048) (-2206 . 490874) (-2207 . 490812)
- (-2208 . 490537) (-2209 . 490466) (-2210 . 490388) (-2211 . 490006)
- (-2212 . 489832) (-2213 . 489783) (-2214 . 489602) (-2215 . 489507)
- (-2216 . 489185) (-2217 . 489042) (-2218 . 488945) (-2219 . 488764)
- (-2220 . 488690) (-2221 . 488605) (-2222 . 488548) (-2223 . 488514)
- (-2224 . 488371) (-2225 . 488340) (-2226 . 488247) (-2227 . 487871)
- (-2228 . 487386) (-2229 . 487262) (-2230 . 487210) (-2231 . 487158)
- (-2232 . 487089) (-2233 . 487018) (-2234 . 486984) (-2235 . 486839)
- (-2236 . 486425) (-2237 . 486375) (-2238 . 486257) (-2239 . 486179)
- (-2240 . 486059) (-2241 . 485608) (-2242 . 484791) (-2243 . 484635)
- (-2244 . 484557) (-2245 . 484207) (-2246 . 483848) (-2247 . 483721)
- (-2248 . 483617) (-2249 . 483462) (-2250 . 483277) (-2251 . 483123)
- (-2252 . 482904) (-2253 . 482836) (-2254 . 482784) (-2255 . 482755)
- (-2256 . 482721) (-2257 . 482418) (-2258 . 482347) (-2259 . 482244)
- (-2260 . 481594) (-2261 . 481499) (-2262 . 481428) (-2263 . 481223)
- (-2264 . 481065) (-2265 . 481010) (-2266 . 480846) (-2267 . 480790)
- (-2268 . 480661) (-2269 . 480506) (-2270 . 480422) (-2271 . 480370)
- (-2272 . 480301) (-2273 . 480220) (-2274 . 480118) (-2275 . 479671)
- (-2276 . 479594) (-2277 . 479397) (-2278 . 479263) (-2279 . 478933)
- (-2280 . 478834) (-2281 . 478800) (-2282 . 478675) (-2283 . 478308)
- (-2284 . 478174) (-2285 . 477926) (-2286 . 477825) (-2287 . 477723)
- (-2288 . 477559) (-2289 . 476655) (-2290 . 475185) (-2291 . 475025)
- (-2292 . 474831) (-2293 . 474516) (-2294 . 474294) (-2295 . 474235)
- (-2296 . 474185) (-2297 . 474106) (-2298 . 473602) (-2299 . 473084)
- (-2300 . 473018) (-2301 . 472921) (-2302 . 472537) (-2303 . 472486)
- (-2304 . 472256) (-2305 . 472034) (-2306 . 471953) (-2307 . 471880)
- (-2308 . 471630) (-2309 . 471552) (-2310 . 471172) (-2311 . 471051)
- (-2312 . 470917) (-2313 . 470780) (-2314 . 470625) (-2315 . 469924)
- (-2316 . 469798) (-2317 . 469724) (-2318 . 469609) (-2319 . 469514)
- (-2320 . 469461) (-2321 . 469280) (-2322 . 469214) (-2323 . 469093)
- (-2324 . 468940) (-2325 . 468887) (-2326 . 468779) (-2327 . 468184)
- (-2328 . 467003) (-2329 . 466881) (-2330 . 466745) (-2331 . 466667)
- (-2332 . 466551) (-2333 . 466478) (-2334 . 466425) (-2335 . 466354)
- (-2336 . 466299) (-2337 . 465915) (-2338 . 465799) (-2339 . 465715)
- (-2340 . 465535) (-2341 . 465401) (-2342 . 465328) (-2343 . 465203)
- (-2344 . 465108) (-2345 . 464966) (-2346 . 464863) (-2347 . 464569)
- (-2348 . 464354) (-2349 . 464240) (-2350 . 464169) (-2351 . 464096)
- (-2352 . 463789) (-2353 . 463721) (-2354 . 463637) (-2355 . 463498)
- (-2356 . 463435) (-2357 . 463383) (-2358 . 463331) (-2359 . 463173)
- (-2360 . 463035) (-2361 . 462817) (-2362 . 462515) (-2363 . 462290)
- (-2364 . 462011) (-2365 . 461676) (-2366 . 461624) (-2367 . 461324)
- (-2368 . 461109) (-2369 . 461004) (-2370 . 460874) (-2371 . 460792)
- (-2372 . 460644) (-2373 . 460514) (-2374 . 460183) (-2375 . 460124)
- (-2376 . 459713) (-2377 . 459655) (-2378 . 459602) (-2379 . 459493)
- (-2380 . 459278) (-2381 . 459124) (-2382 . 459068) (-2383 . 457887)
- (-2384 . 457208) (-2385 . 457077) (-2386 . 457006) (-2387 . 456896)
- (-2388 . 456806) (-2389 . 456735) (-2390 . 456683) (-2391 . 456595)
- (-2392 . 456402) (-2393 . 456217) (-2394 . 456189) (-2395 . 456097)
- (-2396 . 455940) (-2397 . 455772) (-2398 . 455628) (-2399 . 455543)
- (-2400 . 455347) (-2401 . 455288) (-2402 . 454931) (-2403 . 454903)
- (-2404 . 454653) (-2405 . 454555) (-2406 . 454481) (-2407 . 454426)
- (-2408 . 453917) (-2409 . 453836) (-2410 . 453723) (-2411 . 453620)
- (-2412 . 453351) (-2413 . 453265) (-2414 . 453195) (-2415 . 452684)
- (-2416 . 452373) (-2417 . 452170) (-2418 . 452075) (-2419 . 452023)
- (-2420 . 451829) (-2421 . 451658) (-2422 . 451513) (-2423 . 451186)
- (-2424 . 451107) (-2425 . 450949) (-2426 . 450869) (-2427 . 450691)
- (-2428 . 450511) (-2429 . 449859) (-2430 . 449755) (-2431 . 449611)
- (-2432 . 449470) (-2433 . 449401) (-2434 . 449264) (-2435 . 449184)
- (-2436 . 449118) (-2437 . 448831) (-2438 . 448763) (-2439 . 448685)
- (-2440 . 448557) (-2441 . 448377) (-2442 . 448127) (-2443 . 448098)
- (-2444 . 448040) (-2445 . 447833) (-2446 . 447774) (-2447 . 447714)
- (-2448 . 447682) (-2449 . 446420) (-2450 . 446308) (-2451 . 446125)
- (-2452 . 445926) (-2453 . 445854) (-2454 . 445559) (-2455 . 445436)
- (-2456 . 445385) (-2457 . 445311) (-2458 . 445240) (-2459 . 445071)
- (-2460 . 444846) (-2461 . 444530) (-2462 . 444481) (-2463 . 444356)
- (-2464 . 444233) (-2465 . 443360) (-2466 . 443266) (-2467 . 443101)
- (-2468 . 442710) (-2469 . 442603) (-2470 . 442463) (-2471 . 440680)
- (-2472 . 440597) (-2473 . 440467) (-2474 . 440384) (-2475 . 440292)
- (-2476 . 439933) (-2477 . 439806) (-2478 . 439754) (-2479 . 439682)
- (-2480 . 439623) (-2481 . 439525) (-2482 . 439473) (-2483 . 439360)
- (-2484 . 439107) (-2485 . 439013) (-2486 . 438894) (-2487 . 438787)
- (-2488 . 438629) (-2489 . 438576) (-2490 . 438305) (-2491 . 438234)
- (-2492 . 438075) (-2493 . 438012) (-2494 . 437924) (-2495 . 437827)
- (-2496 . 437674) (-2497 . 437565) (-2498 . 437449) (-2499 . 437395)
- (-2500 . 437336) (-2501 . 437280) (-2502 . 437225) (-2503 . 437058)
- (-2504 . 437005) (-2505 . 436888) (-2506 . 436527) (-2507 . 436454)
- (-2508 . 436296) (-2509 . 436150) (-2510 . 435979) (-2511 . 435469)
- (-2512 . 435408) (-2513 . 435189) (-2514 . 435081) (-2515 . 434739)
- (-2516 . 434581) (-2517 . 434529) (-2518 . 434436) (-2519 . 434102)
- (-2520 . 434007) (-2521 . 433950) (-2522 . 433660) (-2523 . 433545)
- (-2524 . 432249) (-2525 . 432137) (-2526 . 432087) (-2527 . 432013)
- (-2528 . 431755) (-2529 . 431503) (-2530 . 431109) (-2531 . 430910)
- (-2532 . 430850) (-2533 . 430751) (-2534 . 430653) (-2535 . 430384)
- (-2536 . 430219) (-2537 . 430191) (-2538 . 430080) (-2539 . 429931)
- (-2540 . 429214) (-2541 . 429095) (-2542 . 428724) (-2543 . 428500)
- (-2544 . 428417) (-2545 . 428251) (-2546 . 428149) (-2547 . 428063)
- (-2548 . 428008) (-2549 . 427736) (-2550 . 427570) (-2551 . 426978)
- (-2552 . 426833) (-2553 . 426714) (-2554 . 425950) (-2555 . 425867)
- (-2556 . 425745) (-2557 . 425582) (-2558 . 425457) (-2559 . 425380)
- (-2560 . 425274) (-2561 . 425189) (-2562 . 425130) (-2563 . 425021)
- (-2564 . 424938) (-2565 . 424852) (-2566 . 424679) (-2567 . 424577)
- (-2568 . 424417) (-2569 . 424345) (-2570 . 424265) (-2571 . 424001)
- (-2572 . 423830) (-2573 . 423760) (-2574 . 423651) (-2575 . 423489)
- (-2576 . 423080) (-2577 . 423025) (-2578 . 422917) (-2579 . 422819)
- (-2580 . 422738) (-2581 . 422609) (-2582 . 422523) (-2583 . 422380)
- (-2584 . 422191) (-2585 . 422035) (-2586 . 421947) (-2587 . 421553)
- (-2588 . 421232) (-2589 . 420425) (-2590 . 420325) (-2591 . 420297)
- (-2592 . 420245) (-2593 . 420065) (-2594 . 419794) (-2595 . 419599)
- (-2596 . 419570) (-2597 . 419427) (-2598 . 419147) (-2599 . 418933)
- (-2600 . 418806) (-2601 . 418360) (-2602 . 418247) (-2603 . 418135)
- (-2604 . 418052) (-2605 . 417670) (-2606 . 417576) (-2607 . 417523)
- (-2608 . 417457) (-2609 . 417398) (-2610 . 417324) (-2611 . 417196)
- (-2612 . 417052) (-2613 . 416886) (-2614 . 416674) (-2615 . 416074)
- (-2616 . 416010) (-2617 . 415913) (-2618 . 415804) (-2619 . 415770)
- (-2620 . 415624) (-2621 . 415558) (-2622 . 415415) (-2623 . 415330)
- (-2624 . 415263) (-2625 . 415073) (-2626 . 414652) (-2627 . 414579)
- (-2628 . 413718) (-2629 . 413646) (-2630 . 412730) (-2631 . 412075)
- (-2632 . 411766) (-2633 . 411683) (-2634 . 411655) (-2635 . 411618)
- (-2636 . 411530) (-2637 . 411249) (-2638 . 411086) (-2639 . 411007)
- (-2640 . 410930) (-2641 . 410684) (-2642 . 410618) (-2643 . 410565)
- (-2644 . 410314) (-2645 . 410222) (-2646 . 410049) (-2647 . 409899)
- (-2648 . 409769) (-2649 . 409672) (-2650 . 409617) (-2651 . 409483)
- (-2652 . 409431) (-2653 . 409328) (-2654 . 408627) (-2655 . 408553)
- (-2656 . 408243) (-2657 . 408094) (-2658 . 407823) (-2659 . 407228)
- (-2660 . 406969) (-2661 . 406842) (-2662 . 406790) (-2663 . 406112)
- (-2664 . 406013) (-2665 . 405885) (-2666 . 405761) (-2667 . 405665)
- (-2668 . 405568) (-2669 . 405467) (-2670 . 405034) (-2671 . 404377)
- (-2672 . 404219) (-2673 . 404032) (-2674 . 403912) (-2675 . 403632)
- (-2676 . 403549) (-2677 . 403494) (-2678 . 403352) (-2679 . 403006)
- (-2680 . 402789) (-2681 . 402614) (-2682 . 402349) (-2683 . 402196)
- (-2684 . 402067) (-2685 . 401894) (-2686 . 401776) (-2687 . 400491)
- (-2688 . 400282) (-2689 . 400122) (-2690 . 399868) (-2691 . 399761)
- (-2692 . 399732) (-2693 . 399598) (-2694 . 399435) (-2695 . 399293)
- (-2696 . 398974) (-2697 . 398831) (-2698 . 398731) (-2699 . 398093)
- (-2700 . 397902) (-2701 . 397836) (-2702 . 397776) (-2703 . 397577)
- (-2704 . 397470) (-2705 . 397393) (-2706 . 397296) (-2707 . 397222)
- (-2708 . 396873) (-2709 . 396486) (-2710 . 396361) (-2711 . 396275)
- (-2712 . 395701) (-2713 . 395529) (-2714 . 395501) (-2715 . 395297)
- (-2716 . 395190) (-2717 . 394947) (-2718 . 394819) (-2719 . 394636)
- (-2720 . 394329) (-2721 . 394227) (-2722 . 394084) (-12 . 393912)
- (-2724 . 393620) (-2725 . 393324) (-2726 . 393224) (-2727 . 389161)
- (-2728 . 388982) (-2729 . 386055) (-2730 . 385969) (-2731 . 385913)
- (-2732 . 385694) (-2733 . 385642) (-2734 . 385531) (-2735 . 385328)
- (-2736 . 385275) (-2737 . 384848) (-2738 . 384795) (-2739 . 384184)
- (-2740 . 383932) (-2741 . 383827) (-2742 . 383550) (-2743 . 383446)
- (-2744 . 383359) (-2745 . 382493) (-2746 . 382423) (-2747 . 382349)
- (-2748 . 382063) (-2749 . 381954) (-2750 . 381901) (-2751 . 381319)
- (-2752 . 381144) (-2753 . 381061) (-2754 . 380900) (-2755 . 380763)
- (-2756 . 380625) (-2757 . 380511) (-2758 . 380209) (-2759 . 380154)
- (-2760 . 380048) (-2761 . 379964) (-2762 . 379567) (-2763 . 379384)
- (-2764 . 377039) (-2765 . 376285) (-2766 . 376007) (-2767 . 375711)
- (-2768 . 375629) (-2769 . 375488) (-2770 . 375262) (-2771 . 374875)
- (-2772 . 374453) (-2773 . 374351) (-2774 . 374112) (-2775 . 373981)
- (-2776 . 373840) (-2777 . 373678) (-2778 . 373594) (-2779 . 373542)
- (-2780 . 373483) (-2781 . 372964) (-2782 . 372809) (-2783 . 372614)
- (-2784 . 372256) (-2785 . 372110) (-2786 . 371888) (-2787 . 371636)
- (-2788 . 371532) (-2789 . 371276) (-2790 . 371248) (-2791 . 370734)
- (-2792 . 370525) (-2793 . 370456) (-2794 . 369967) (-2795 . 369940)
- (-2796 . 369814) (-2797 . 369731) (-2798 . 369279) (-2799 . 369124)
- (-2800 . 368979) (-2801 . 368901) (-2802 . 368798) (-2803 . 368503)
- (-2804 . 368432) (-2805 . 368305) (-2806 . 368227) (-2807 . 368060)
- (-2808 . 367941) (-2809 . 367843) (-2810 . 367636) (-2811 . 367582)
- (-2812 . 367492) (-2813 . 367405) (-2814 . 367348) (* . 362802)
- (-2816 . 362681) (-2817 . 362588) (-2818 . 362360) (-2819 . 362243)
- (-2820 . 362123) (-2821 . 361950) (-2822 . 361851) (-2823 . 361549)
- (-2824 . 361441) (-2825 . 361105) (-2826 . 361033) (-2827 . 360926)
- (-2828 . 360829) (-2829 . 360735) (-2830 . 360685) (-2831 . 360453)
- (-2832 . 360356) (-2833 . 360288) (-2834 . 359658) (-2835 . 359468)
- (-2836 . 359413) (-2837 . 359320) (-2838 . 357352) (-2839 . 357245)
- (-2840 . 357175) (-2841 . 357005) (-2842 . 356689) (-2843 . 356609)
- (-2844 . 356512) (-2845 . 356400) (-2846 . 356091) (-2847 . 355972)
- (-2848 . 355656) (-2849 . 355239) (-2850 . 355170) (-2851 . 355063)
- (-2852 . 354919) (-2853 . 354647) (-2854 . 354400) (-2855 . 354328)
- (-2856 . 354264) (-2857 . 354146) (-2858 . 354048) (-2859 . 353722)
- (-2860 . 353531) (-2861 . 353328) (-2862 . 352726) (-2863 . 352194)
- (-2864 . 352045) (-2865 . 351936) (-2866 . 351870) (-2867 . 351773)
- (-2868 . 351645) (-2869 . 351538) (-2870 . 351397) (-2871 . 351297)
- (-2872 . 347962) (-2873 . 347758) (-2874 . 347496) (-2875 . 347443)
- (-2876 . 347394) (-2877 . 347191) (-2878 . 347068) (-2879 . 346931)
- (-2880 . 346700) (-2881 . 346578) (-2882 . 346483) (-2883 . 346346)
- (-2884 . 346239) (-2885 . 346068) (-2886 . 345766) (-2887 . 343497)
- (-2888 . 343168) (-2889 . 342982) (-2890 . 342841) (-2891 . 342708)
- (-2892 . 342571) (-2893 . 342484) (-2894 . 342324) (-2895 . 342208)
- (-2896 . 341779) (-2897 . 341698) (-2898 . 341451) (-2899 . 341380)
- (-2900 . 341282) (-2901 . 341230) (-2902 . 341144) (-2903 . 341056)
- (-2904 . 340936) (-2905 . 340826) (-2906 . 340369) (-2907 . 340298)
- (-2908 . 340139) (-2909 . 339966) (-2910 . 339834) (-2911 . 339763)
- (-2912 . 339572) (-2913 . 339435) (-2914 . 339291) (-2915 . 339073)
- (-2916 . 339000) (-2917 . 338160) (-2918 . 338092) (-2919 . 337589)
- (-2920 . 337502) (-2921 . 337474) (-2922 . 337294) (-2923 . 337120)
- (-2924 . 336941) (-2925 . 336859) (-2926 . 336808) (-2927 . 336704)
- (-2928 . 336394) (-2929 . 336294) (-2930 . 335943) (-2931 . 335556)
- (-2932 . 335393) (-2933 . 335356) (-2934 . 335226) (-2935 . 335144)
- (-2936 . 335040) (-2937 . 334970) (-2938 . 334899) (-2939 . 334751)
- (-2940 . 334643) (-2941 . 334254) (-2942 . 334083) (-2943 . 333925)
- (-2944 . 333634) (-2945 . 333527) (-2946 . 333454) (-2947 . 333377)
- (-2948 . 333284) (-2949 . 333155) (-2950 . 333049) (-2951 . 333000)
- (-2952 . 332931) (-2953 . 332739) (-2954 . 332258) (-2955 . 332010)
- (-2956 . 330824) (-2957 . 330701) (-2958 . 330448) (-2959 . 330301)
- (-2960 . 330198) (-2961 . 325085) (-2962 . 325001) (-2963 . 324877)
- (-2964 . 324666) (-2965 . 324616) (-2966 . 324478) (-2967 . 324426)
- (-2968 . 324327) (-2969 . 324241) (-2970 . 323059) (-2971 . 322931)
- (-2972 . 322827) (-2973 . 322718) (-2974 . 322546) (-2975 . 322399)
- (-2976 . 322041) (-2977 . 321681) (-2978 . 321515) (-2979 . 321075)
- (-2980 . 320998) (-2981 . 320854) (-2982 . 319689) (-2983 . 317483)
- (-2984 . 316327) (-2985 . 316021) (-2986 . 315418) (-2987 . 315319)
- (-2988 . 315231) (-2989 . 315070) (-2990 . 314898) (-2991 . 314870)
- (-2992 . 314698) (-2993 . 314563) (-2994 . 314392) (-2995 . 314002)
- (-2996 . 313973) (-2997 . 313774) (-2998 . 313678) (-2999 . 313623)
- (-3000 . 313544) (-3001 . 313372) (-3002 . 312896) (-3003 . 312822)
- (-3004 . 312726) (-3005 . 312613) (-3006 . 312545) (-3007 . 312466)
- (-3008 . 312130) (-3009 . 312023) (-3010 . 311589) (-3011 . 311485)
- (-3012 . 311062) (-3013 . 310890) (-3014 . 310529) (-3015 . 310473)
- (-3016 . 309878) (-3017 . 309769) (-3018 . 309616) (-3019 . 309483)
- (-3020 . 309353) (-3021 . 309298) (-3022 . 309169) (-3023 . 309083)
- (-3024 . 309028) (-3025 . 308145) (-3026 . 308026) (-3027 . 307976)
- (-3028 . 307881) (-3029 . 307671) (-3030 . 307292) (-3031 . 307139)
- (-3032 . 306973) (-3033 . 306945) (-3034 . 306563) (-3035 . 306375)
- (-3036 . 306195) (-3037 . 305854) (-3038 . 305636) (-3039 . 305300)
- (-3040 . 305175) (-3041 . 305052) (-3042 . 304889) (-3043 . 304828)
- (-3044 . 304776) (-3045 . 304645) (-3046 . 304562) (-3047 . 304507)
- (-3048 . 304368) (-3049 . 304296) (-3050 . 304070) (-3051 . 303929)
- (-3052 . 303857) (-3053 . 303603) (-3054 . 303515) (-3055 . 303270)
- (-3056 . 302908) (-3057 . 301716) (-3058 . 301603) (-3059 . 301461)
- (-3060 . 301176) (-3061 . 300961) (-3062 . 300877) (-3063 . 300807)
- (-3064 . 299230) (-3065 . 298983) (-3066 . 298878) (-3067 . 298815)
- (-3068 . 298746) (-3069 . 298576) (-3070 . 298507) (-3071 . 298294)
- (-3072 . 298134) (-3073 . 297990) (-3074 . 297937) (-3075 . 297806)
- (-3076 . 295950) (-3077 . 295848) (-3078 . 295670) (-3079 . 295510)
- (-3080 . 295357) (-3081 . 295146) (-3082 . 295028) (-3083 . 294769)
- (-3084 . 294551) (-3085 . 294335) (-3086 . 294225) (-3087 . 294079)
- (-3088 . 293934) (-3089 . 293691) (-3090 . 293619) (-3091 . 293535)
- (-3092 . 293388) (-3093 . 293131) (-3094 . 293052) (-3095 . 292951)
- (-3096 . 291749) (-3097 . 291487) (-3098 . 291459) (-3099 . 291349)
- (-3100 . 291297) (-3101 . 291089) (-3102 . 290912) (-3103 . 290779)
- (-3104 . 290621) (-3105 . 290399) (-3106 . 290316) (-3107 . 290235)
- (-3108 . 289848) (-3109 . 289468) (-3110 . 289259) (-3111 . 287717)
- (-3112 . 287664) (-3113 . 287541) (-3114 . 287434) (-3115 . 287259)
- (-3116 . 287152) (-3117 . 287064) (-3118 . 286737) (-3119 . 286609)
- (-3120 . 286429) (-3121 . 286008) (-3122 . 285934) (-3123 . 285791)
- (-3124 . 285763) (-3125 . 285649) (-3126 . 285528) (-3127 . 285427)
- (-3128 . 285242) (-3129 . 285126) (-3130 . 284908) (-3131 . 284790)
- (-3132 . 284683) (-3133 . 284605) (-3134 . 284549) (-3135 . 284417)
- (-3136 . 284345) (-3137 . 284272) (-3138 . 284217) (-3139 . 284049)
- (-3140 . 283983) (-3141 . 283824) (-3142 . 283683) (-3143 . 283612)
- (-3144 . 283028) (-3145 . 282611) (-3146 . 282544) (-3147 . 281294)
- (-3148 . 281201) (-3149 . 280884) (-3150 . 280773) (-3151 . 280645)
- (-3152 . 280574) (-3153 . 280357) (-3154 . 280105) (-3155 . 280035)
- (-3156 . 279789) (-3157 . 279378) (-3158 . 279256) (-3159 . 279168)
- (-3160 . 278948) (-3161 . 278842) (-3162 . 278675) (-3163 . 278479)
- (-3164 . 278358) (-3165 . 278302) (-3166 . 278234) (-3167 . 278143)
- (-3168 . 278080) (-3169 . 276223) (-3170 . 275659) (-3171 . 275535)
- (-3172 . 275184) (-3173 . 275110) (-3174 . 274948) (-3175 . 274294)
- (-3176 . 274168) (-3177 . 274109) (-3178 . 273983) (-3179 . 273843)
- (-3180 . 273547) (-3181 . 273466) (-3182 . 273280) (-3183 . 273089)
- (-3184 . 272982) (-3185 . 272948) (-3186 . 272421) (-3187 . 272347)
- (-3188 . 272253) (-3189 . 271667) (-3190 . 271322) (-3191 . 271256)
- (-3192 . 271199) (-3193 . 270854) (-3194 . 270769) (-3195 . 270685)
- (-3196 . 270367) (-3197 . 270312) (-3198 . 270260) (-3199 . 270162)
- (-3200 . 269971) (-3201 . 269435) (-3202 . 268989) (-3203 . 268906)
- (-3204 . 268851) (-3205 . 268560) (-3206 . 268367) (-3207 . 268185)
- (-3208 . 268133) (-3209 . 268032) (-3210 . 267849) (-3211 . 267677)
- (-3212 . 267625) (-3213 . 267377) (-3214 . 267253) (-3215 . 267200)
- (-3216 . 267064) (-3217 . 266985) (-3218 . 266929) (-3219 . 266570)
- (-3220 . 266289) (-3221 . 266119) (-3222 . 265522) (-3223 . 265452)
- (-3224 . 265424) (-3225 . 265395) (-3226 . 265343) (-3227 . 261345)
- (-3228 . 261262) (-3229 . 260836) (-3230 . 260673) (-3231 . 260603)
- (-3232 . 260524) (-3233 . 259308) (-3234 . 259150) (-3235 . 259016)
- (-3236 . 258894) (-3237 . 258746) (-3238 . 258583) (-3239 . 258513)
- (-3240 . 258432) (-3241 . 258190) (-3242 . 258140) (-3243 . 257622)
- (-3244 . 257563) (-3245 . 257511) (-3246 . 257410) (-3247 . 257043)
- (-3248 . 256825) (-3249 . 256754) (-3250 . 256726) (-3251 . 256570)
- (-3252 . 256518) (-3253 . 256444) (-3254 . 256236) (-3255 . 256168)
- (-3256 . 255336) (-3257 . 255218) (-3258 . 255158) (-3259 . 255004)
- (-3260 . 254799) (-3261 . 254727) (-3262 . 254699) (-3263 . 254602)
- (-3264 . 254519) (-3265 . 254441) (-3266 . 254215) (-3267 . 253555)
- (-3268 . 253500) (-3269 . 253469) (-3270 . 253387) (-3271 . 253091)
- (-3272 . 252990) (-3273 . 252956) (-3274 . 252432) (-3275 . 252117)
- (-3276 . 252031) (-3277 . 251689) (-3278 . 251198) (-3279 . 251127)
- (-3280 . 250700) (-3281 . 250460) (-3282 . 250173) (-3283 . 250122)
- (-3284 . 250003) (-3285 . 249785) (-3286 . 249732) (-3287 . 249584)
- (-3288 . 249192) (-3289 . 249139) (-3290 . 248642) (-3291 . 248512)
- (-3292 . 248347) (-3293 . 248292) (-3294 . 247839) (-3295 . 247745)
- (-3296 . 247711) (-3297 . 247623) (-3298 . 247450) (-3299 . 247316)
- (-3300 . 247101) (-3301 . 247000) (-3302 . 246812) (-3303 . 246461)
- (-3304 . 246408) (-3305 . 246293) (-3306 . 246140) (-3307 . 246066)
- (-3308 . 245809) (-3309 . 245522) (-3310 . 244512) (-3311 . 244445)
- (-3312 . 244293) (-3313 . 244235) (-3314 . 244138) (-3315 . 234576)
- (-3316 . 234398) (-3317 . 234297) (-3318 . 234151) (-3319 . 234050)
- (-3320 . 233883) (-3321 . 233647) (-3322 . 233510) (-3323 . 233066)
- (-3324 . 232960) (-3325 . 232847) (-3326 . 232605) (-3327 . 230342)
- (-3328 . 230210) (-3329 . 230066) (-3330 . 229925) (-3331 . 229848)
- (-3332 . 229681) (-3333 . 229586) (-3334 . 229501) (-3335 . 229348)
- (-3336 . 229036) (-3337 . 228865) (-3338 . 228707) (-3339 . 228654)
- (-3340 . 228567) (-3341 . 227497) (-3342 . 227116) (-3343 . 226806)
- (-3344 . 222646) (-3345 . 222586) (-3346 . 222099) (-3347 . 221980)
- (-3348 . 221927) (-3349 . 221874) (-3350 . 221486) (-3351 . 221400)
- (-3352 . 221300) (-3353 . 221212) (-3354 . 220965) (-3355 . 220887)
- (-3356 . 220665) (-3357 . 220546) (-3358 . 220439) (-3359 . 220373)
- (-3360 . 220318) (-3361 . 220181) (-3362 . 220130) (-3363 . 220056)
- (-3364 . 219836) (-3365 . 219777) (-3366 . 219170) (-3367 . 219082)
- (-3368 . 218924) (-3369 . 218727) (-3370 . 218580) (-3371 . 218506)
- (-3372 . 218419) (-3373 . 218221) (-3374 . 218162) (-3375 . 218043)
- (-3376 . 217690) (-3377 . 216588) (-3378 . 216201) (-3379 . 216086)
- (-3380 . 215876) (-3381 . 215598) (-3382 . 215453) (-3383 . 215297)
- (-3384 . 215188) (-3385 . 215047) (-3386 . 214994) (-3387 . 214880)
- (-3388 . 214701) (-3389 . 214465) (-3390 . 214391) (-3391 . 214338)
- (-3392 . 214223) (-3393 . 213977) (-3394 . 213777) (-3395 . 213537)
- (-3396 . 213143) (-3397 . 212970) (-3398 . 212903) (-3399 . 212807)
- (-3400 . 212601) (-3401 . 212122) (-3402 . 211876) (-3403 . 211766)
- (-3404 . 211363) (-3405 . 211257) (-3406 . 211185) (-3407 . 211050)
- (-3408 . 210589) (-3409 . 210495) (-3410 . 210440) (-3411 . 210338)
- (-3412 . 210285) (-3413 . 210155) (-3414 . 210048) (-3415 . 209908)
- (-3416 . 209828) (-3417 . 209762) (-3418 . 209655) (-3419 . 209209)
- (-3420 . 209101) (-3421 . 208609) (-3422 . 208528) (-3423 . 208371)
- (-3424 . 208266) (-3425 . 208052) (-3426 . 207907) (-3427 . 207709)
- (-3428 . 207400) (-3429 . 206434) (-3430 . 206351) (-3431 . 206273)
- (-3432 . 206190) (-3433 . 206110) (-3434 . 206037) (-3435 . 205720)
- (-3436 . 205658) (-3437 . 200320) (-3438 . 200238) (-3439 . 200129)
- (-3440 . 199133) (-3441 . 199054) (-3442 . 198781) (-3443 . 198722)
- (-3444 . 198502) (-3445 . 198428) (-3446 . 198315) (-3447 . 198227)
- (-3448 . 198084) (-3449 . 198024) (-3450 . 196826) (-3451 . 196668)
- (-3452 . 196591) (-3453 . 196343) (-3454 . 196021) (-3455 . 195678)
- (-3456 . 195302) (-3457 . 195228) (-3458 . 195149) (-3459 . 195097)
- (-3460 . 194630) (-3461 . 194376) (-3462 . 194313) (-3463 . 194155)
- (-3464 . 194040) (-3465 . 193765) (-3466 . 193672) (-3467 . 193612)
- (-3468 . 193578) (-3469 . 193237) (-3470 . 193147) (-3471 . 192954)
- (-3472 . 192819) (-3473 . 192746) (-3474 . 192548) (-3475 . 192494)
- (-3476 . 192338) (-3477 . 192057) (-3478 . 191653) (-3479 . 191497)
- (-3480 . 191399) (-3481 . 191176) (-3482 . 190916) (-3483 . 190595)
- (-3484 . 190509) (-3485 . 190394) (-3486 . 190290) (-3487 . 190055)
- (-3488 . 189949) (-3489 . 189790) (-3490 . 189543) (-3491 . 189439)
- (-3492 . 189367) (-3493 . 189339) (-3494 . 189265) (-3495 . 189086)
- (-3496 . 188990) (-3497 . 188173) (-3498 . 188096) (-3499 . 187828)
- (-3500 . 187640) (-3501 . 187560) (-3502 . 187486) (-3503 . 187434)
- (-3504 . 187295) (-3505 . 187085) (-3506 . 186918) (-3507 . 186848)
- (-3508 . 186774) (-3509 . 186652) (-3510 . 186596) (-3511 . 186363)
- (-3512 . 186329) (-3513 . 186245) (-3514 . 186175) (-3515 . 186144)
- (-3516 . 186088) (-3517 . 185987) (-3518 . 185873) (-3519 . 185806)
- (-3520 . 185654) (-3521 . 185361) (-3522 . 185143) (-3523 . 185000)
- (-3524 . 184728) (-3525 . 184627) (-3526 . 184572) (-3527 . 184450)
- (-3528 . 184323) (-3529 . 184239) (-3530 . 184185) (-3531 . 184084)
- (-3532 . 183488) (-3533 . 183370) (-3534 . 183226) (-3535 . 183154)
- (-3536 . 182962) (-3537 . 182219) (-3538 . 182023) (-3539 . 181946)
- (-3540 . 181823) (-3541 . 181709) (-3542 . 181475) (-3543 . 181299)
- (-3544 . 181172) (-3545 . 181106) (-3546 . 181021) (-3547 . 180868)
- (-3548 . 180376) (-3549 . 180324) (-3550 . 180234) (-3551 . 180050)
- (-3552 . 179969) (-3553 . 179793) (-3554 . 179629) (-3555 . 179601)
- (-3556 . 179115) (-3557 . 179062) (-3558 . 179008) (-3559 . 178929)
- (-3560 . 178776) (-3561 . 178658) (-3562 . 178440) (-3563 . 178366)
- (-3564 . 178237) (-3565 . 178087) (-3566 . 177849) (-3567 . 177769)
- (-3568 . 177438) (-3569 . 177364) (-3570 . 177215) (-3571 . 177051)
- (-3572 . 176922) (-3573 . 174507) (-3574 . 174422) (-3575 . 173558)
- (-3576 . 173455) (-3577 . 173303) (-3578 . 173251) (-3579 . 173184)
- (-3580 . 172516) (-3581 . 172461) (-3582 . 172409) (-3583 . 171805)
- (-3584 . 171684) (-3585 . 171604) (-3586 . 171538) (-3587 . 171386)
- (-3588 . 171307) (-3589 . 171241) (-3590 . 170903) (-3591 . 170627)
- (-3592 . 170547) (-3593 . 170181) (-3594 . 170129) (-3595 . 170013)
- (-3596 . 169945) (-3597 . 169877) (-3598 . 169470) (-3599 . 169417)
- (-3600 . 168704) (-3601 . 168425) (-3602 . 168087) (-3603 . 168007)
- (-3604 . 167926) (-3605 . 167873) (-3606 . 167757) (-3607 . 167405)
- (-3608 . 167335) (-3609 . 167121) (-3610 . 167044) (-3611 . 166845)
- (-3612 . 165607) (-3613 . 165499) (-3614 . 165107) (-3615 . 165003)
- (-3616 . 164915) (-3617 . 164769) (-3618 . 164418) (-3619 . 164306)
- (-3620 . 164247) (-3621 . 164175) (-3622 . 163929) (-3623 . 163822)
- (-3624 . 163741) (-3625 . 163628) (-3626 . 163539) (-3627 . 163466)
- (-3628 . 163353) (-3629 . 163292) (-3630 . 163264) (-3631 . 163208)
- (-3632 . 163140) (-3633 . 163047) (-3634 . 162670) (-3635 . 162508)
- (-3636 . 162428) (-3637 . 162035) (-3638 . 161428) (-3639 . 161335)
- (-3640 . 161228) (-3641 . 161083) (-3642 . 160966) (-3643 . 160573)
- (-3644 . 160382) (-3645 . 160284) (-3646 . 159435) (-3647 . 159036)
- (-3648 . 158985) (-3649 . 158841) (-3650 . 158785) (-3651 . 158733)
- (-3652 . 158218) (-3653 . 158152) (-3654 . 158042) (-3655 . 157852)
- (-3656 . 157799) (-3657 . 157572) (-3658 . 153951) (-3659 . 153827)
- (-3660 . 153634) (-3661 . 153513) (-3662 . 153226) (-3663 . 153102)
- (-3664 . 152852) (-3665 . 152781) (-3666 . 152672) (-3667 . 152285)
- (-3668 . 152212) (-3669 . 151606) (-3670 . 151421) (-3671 . 151115)
- (-3672 . 150982) (-3673 . 150819) (-3674 . 150723) (-3675 . 150695)
- (-3676 . 150610) (-3677 . 150536) (-3678 . 150421) (-3679 . 150314)
- (-3680 . 150089) (-3681 . 150037) (-3682 . 149909) (-3683 . 149853)
- (-3684 . 149801) (-3685 . 149692) (-3686 . 149586) (-3687 . 149498)
- (-3688 . 149314) (-3689 . 149277) (-3690 . 149191) (-3691 . 149133)
- (-3692 . 148923) (-3693 . 148762) (-3694 . 148522) (-3695 . 148418)
- (-3696 . 148298) (-3697 . 148024) (-3698 . 147803) (-3699 . 147372)
- (-3700 . 147264) (-3701 . 147211) (-3702 . 147125) (-3703 . 147037)
- (-3704 . 146701) (-3705 . 146649) (-3706 . 146389) (-3707 . 146280)
- (-3708 . 146098) (-3709 . 145983) (-3710 . 145949) (-3711 . 145804)
- (-3712 . 145709) (-3713 . 145586) (-3714 . 145490) (-3715 . 145229)
- (-3716 . 145157) (-3717 . 145083) (-3718 . 144983) (-3719 . 144852)
- (-3720 . 144727) (-3721 . 144566) (-3722 . 144428) (-3723 . 144292)
- (-3724 . 144209) (-3725 . 144065) (-3726 . 143995) (-3727 . 143884)
- (-3728 . 143778) (-3729 . 143508) (-3730 . 143335) (-3731 . 143283)
- (-3732 . 143176) (-3733 . 142958) (-3734 . 142648) (-3735 . 142506)
- (-3736 . 142424) (-3737 . 141989) (-3738 . 141915) (-3739 . 141829)
- (-3740 . 141504) (-3741 . 141365) (-3742 . 141309) (-3743 . 141212)
- (-3744 . 141159) (-3745 . 141006) (-3746 . 140356) (-3747 . 140126)
- (-3748 . 139916) (-3749 . 139748) (-3750 . 139644) (-3751 . 139084)
- (-3752 . 139050) (-3753 . 138709) (-3754 . 138625) (-3755 . 138573)
- (-3756 . 138466) (-3757 . 138375) (-3758 . 138288) (-3759 . 138222)
- (-3760 . 138166) (-3761 . 138113) (-3762 . 137856) (-3763 . 136781)
- (-3764 . 136691) (-3765 . 136418) (-3766 . 136362) (-3767 . 133581)
- (-3768 . 133495) (-3769 . 133371) (-3770 . 133290) (-3771 . 133239)
- (-3772 . 133171) (-3773 . 133027) (-3774 . 132933) (-3775 . 132864)
- (-3776 . 132760) (-3777 . 132654) (-3778 . 132381) (-3779 . 132329)
- (-3780 . 132090) (-3781 . 131976) (-3782 . 131846) (-3783 . 131794)
- (-3784 . 131645) (-3785 . 131489) (-3786 . 131305) (-3787 . 130933)
- (-3788 . 130839) (-3789 . 130506) (-3790 . 130413) (-3791 . 130182)
- (-3792 . 130086) (-3793 . 130034) (-3794 . 129816) (-3795 . 129722)
- (-3796 . 129497) (-3797 . 129265) (-3798 . 129179) (-3799 . 129070)
- (-3800 . 129042) (-3801 . 128940) (-3802 . 128819) (-3803 . 128667)
- (-3804 . 128554) (-3805 . 128392) (-3806 . 128358) (-3807 . 128305)
- (-3808 . 128237) (-3809 . 128205) (-3810 . 128045) (-3811 . 127910)
- (-3812 . 127811) (-3813 . 127212) (-3814 . 127103) (-3815 . 127041)
- (-3816 . 127009) (-3817 . 126666) (-3818 . 126567) (-3819 . 126367)
- (-3820 . 126312) (-3821 . 126224) (-3822 . 125854) (-3823 . 125769)
- (-3824 . 125711) (-3825 . 125616) (-3826 . 125439) (-3827 . 125338)
- (-3828 . 125193) (-3829 . 124920) (-3830 . 124819) (-3831 . 124706)
- (-3832 . 124389) (-3833 . 124337) (-3834 . 124223) (-3835 . 123993)
- (-3836 . 123923) (-3837 . 123549) (-3838 . 123418) (-3839 . 123175)
- (-3840 . 123094) (-3841 . 122954) (-3842 . 122764) (-3843 . 122652)
- (-3844 . 122519) (-3845 . 122488) (-3846 . 122350) (-3847 . 122297)
- (-3848 . 122227) (-3849 . 122094) (-3850 . 122024) (-3851 . 121641)
- (-3852 . 121575) (-3853 . 121202) (-3854 . 121114) (-3855 . 121026)
- (-3856 . 120534) (-3857 . 120432) (-3858 . 120222) (-3859 . 119884)
- (-3860 . 119813) (-3861 . 119712) (-3862 . 119684) (-3863 . 119368)
- (-3864 . 118066) (-3865 . 117951) (-3866 . 117899) (-3867 . 117723)
- (-3868 . 117275) (-3869 . 117051) (-3870 . 116951) (-3871 . 116732)
- (-3872 . 116613) (-3873 . 116553) (-3874 . 116473) (-3875 . 116340)
- (-3876 . 116208) (-3877 . 116072) (-3878 . 115920) (-3879 . 115864)
- (-3880 . 115722) (-3881 . 115634) (-3882 . 115518) (-3883 . 115452)
- (-3884 . 115193) (-3885 . 115114) (-3886 . 114763) (-3887 . 114603)
- (-3888 . 114483) (-3889 . 114382) (-3890 . 114305) (-3891 . 114100)
- (-3892 . 113846) (-3893 . 113691) (-3894 . 113600) (-3895 . 113310)
- (-3896 . 113255) (-3897 . 113032) (-3898 . 112717) (-3899 . 112643)
- (-3900 . 112522) (-3901 . 112398) (-3902 . 112314) (-3903 . 112196)
- (-3904 . 112076) (-3905 . 112023) (-3906 . 111961) (-3907 . 111539)
- (-3908 . 111451) (-3909 . 110653) (-3910 . 110580) (-3911 . 110441)
- (-3912 . 109846) (-3913 . 109752) (-3914 . 109668) (-3915 . 109293)
- (-3916 . 109140) (-3917 . 109086) (-3918 . 108794) (-3919 . 108660)
- (-3920 . 108473) (-3921 . 108360) (-3922 . 108251) (-3923 . 108177)
- (-3924 . 107936) (-3925 . 107738) (-3926 . 107686) (-3927 . 107635)
- (-3928 . 106932) (-3929 . 106667) (-3930 . 105854) (-3931 . 105739)
- (-3932 . 105656) (-3933 . 105595) (-3934 . 105539) (-3935 . 105462)
- (-3936 . 105300) (-3937 . 105248) (-3938 . 104808) (-3939 . 104682)
- (-3940 . 104596) (-3941 . 104436) (-3942 . 103879) (-3943 . 103755)
- (-3944 . 103503) (-3945 . 103324) (-3946 . 103211) (-3947 . 102994)
- (-3948 . 102884) (-3949 . 102131) (-3950 . 101627) (-3951 . 101416)
- (-3952 . 101121) (-3953 . 101018) (-3954 . 100830) (-3955 . 100744)
- (-3956 . 100378) (-3957 . 100284) (-3958 . 98152) (-3959 . 98078)
- (-3960 . 97968) (-3961 . 97915) (-3962 . 97688) (-3963 . 97481)
- (-3964 . 96842) (-3965 . 96775) (-3966 . 96639) (-3967 . 95675)
- (-3968 . 95587) (-3969 . 95325) (-3970 . 95160) (-3971 . 94613)
- (-3972 . 94469) (-3973 . 94374) (-3974 . 94255) (-3975 . 94160)
- (-3976 . 94090) (-3977 . 93842) (-3978 . 93754) (-3979 . 93677)
- (-3980 . 93615) (-3981 . 93466) (-3982 . 93400) (-3983 . 93084)
- (-3984 . 92947) (-3985 . 92805) (-3986 . 92665) (-3987 . 92462)
- (-3988 . 92309) (-3989 . 92105) (-3990 . 92053) (-3991 . 91565)
- (-3992 . 90157) (-3993 . 90070) (-3994 . 89617) (-3995 . 89523)
- (-3996 . 89393) (-3997 . 89235) (-3998 . 88811) (-3999 . 88742)
- (-4000 . 88656) (-4001 . 88586) (-4002 . 88405) (-4003 . 88301)
- (-4004 . 88217) (-4005 . 88161) (-4006 . 88062) (-4007 . 87973)
- (-4008 . 87655) (-4009 . 86998) (-4010 . 86967) (-4011 . 86855)
- (-4012 . 86696) (-4013 . 86509) (-4014 . 86356) (-4015 . 86246)
- (-4016 . 86116) (-4017 . 85987) (-4018 . 85844) (-4019 . 85729)
- (-4020 . 80215) (-4021 . 80144) (-4022 . 80019) (-4023 . 79830)
- (-4024 . 79632) (-4025 . 79519) (-4026 . 79392) (-4027 . 79153)
- (-4028 . 78802) (-4029 . 78410) (-4030 . 78322) (-4031 . 78140)
- (-4032 . 78033) (-4033 . 76693) (-4034 . 76396) (-4035 . 76284)
- (-4036 . 76219) (-4037 . 76119) (-4038 . 75746) (-4039 . 75645)
- (-4040 . 75190) (-4041 . 75058) (-4042 . 74996) (-4043 . 74906)
- (-4044 . 74710) (-4045 . 74636) (-4046 . 74583) (-4047 . 74486)
- (-4048 . 74401) (-4049 . 73953) (-4050 . 73604) (-4051 . 73512)
- (-4052 . 73450) (-4053 . 73393) (-4054 . 73286) (-4055 . 73185)
- (-4056 . 73105) (-4057 . 72978) (-4058 . 72854) (-4059 . 72747)
- (-4060 . 72588) (-4061 . 72508) (-4062 . 72127) (-4063 . 72061)
- (-4064 . 71569) (-4065 . 71439) (-4066 . 71192) (-4067 . 70550)
- (-4068 . 70397) (-4069 . 69999) (-4070 . 69911) (-4071 . 69814)
- (-4072 . 69496) (-4073 . 69374) (-4074 . 69321) (-4075 . 69211)
- (-4076 . 69022) (-4077 . 68923) (-4078 . 68781) (-4079 . 68674)
- (-4080 . 68543) (-4081 . 68328) (-4082 . 68276) (-4083 . 67997)
- (-4084 . 67869) (-4085 . 67678) (-4086 . 67232) (-4087 . 67179)
- (-4088 . 66796) (-4089 . 66591) (-4090 . 66302) (-4091 . 66189)
- (-4092 . 66001) (-4093 . 65952) (-4094 . 65899) (-4095 . 65791)
- (-4096 . 65694) (-4097 . 65591) (-4098 . 65520) (-4099 . 64937)
- (-4100 . 64909) (-4101 . 64842) (-4102 . 64537) (-4103 . 64465)
- (-4104 . 64436) (-4105 . 64290) (-4106 . 64153) (-4107 . 63995)
- (-4108 . 63871) (-4109 . 63653) (-4110 . 63403) (-4111 . 63281)
- (-4112 . 63229) (-4113 . 63155) (-4114 . 62945) (-4115 . 62878)
- (-4116 . 62827) (-4117 . 62714) (-4118 . 62643) (-4119 . 61885)
- (-4120 . 60800) (-4121 . 60740) (-4122 . 60465) (-4123 . 60310)
- (-4124 . 59634) (-4125 . 59530) (-4126 . 59481) (-4127 . 59429)
- (-4128 . 59312) (-4129 . 59142) (-4130 . 59033) (-4131 . 58839)
- (-4132 . 57210) (-4133 . 56877) (-4134 . 56819) (-4135 . 56694)
- (-4136 . 56621) (-4137 . 56394) (-4138 . 56323) (-4139 . 56249)
- (-4140 . 56147) (-4141 . 56081) (-4142 . 55721) (-4143 . 54855)
- (-4144 . 54677) (-4145 . 54624) (-4146 . 54494) (-4147 . 54315)
- (-4148 . 54216) (-4149 . 54142) (-4150 . 53928) (-4151 . 53754)
- (-4152 . 53722) (-4153 . 52348) (-4154 . 52271) (-4155 . 52133)
- (-4156 . 51978) (-4157 . 51848) (-4158 . 51746) (-4159 . 51694)
- (-4160 . 51356) (-4161 . 50979) (-4162 . 50772) (-4163 . 50678)
- (-4164 . 50601) (-4165 . 50383) (-4166 . 50246) (-4167 . 49716)
- (-4168 . 49660) (-4169 . 49457) (-4170 . 49177) (-4171 . 49048)
- (-4172 . 48861) (-4173 . 48567) (-4174 . 48070) (-4175 . 47410)
- (-4176 . 47019) (-4177 . 46878) (-4178 . 46547) (-4179 . 46482)
- (-4180 . 46331) (-4181 . 46188) (-4182 . 46069) (-4183 . 46010)
- (-4184 . 45912) (-4185 . 45841) (-4186 . 45768) (-4187 . 45349)
- (-4188 . 45160) (-4189 . 45076) (-4190 . 44992) (-4191 . 44699)
- (-4192 . 44569) (-4193 . 44402) (-4194 . 44283) (-4195 . 44040)
- (-4196 . 43984) (-4197 . 43765) (-4198 . 43631) (-4199 . 43569)
- (-4200 . 43351) (-4201 . 43195) (-4202 . 42723) (-4203 . 42666)
- (-4204 . 40828) (-4205 . 40740) (-4206 . 40667) (-4207 . 40280)
- (-4208 . 39935) (-4209 . 39689) (-4210 . 39594) (-4211 . 39510)
- (-4212 . 39380) (-4213 . 39248) (-4214 . 37738) (-4215 . 37129)
- (-4216 . 36765) (-4217 . 36668) (-4218 . 36525) (-4219 . 36311)
- (-4220 . 36070) (-4221 . 36038) (-4222 . 34726) (-4223 . 34649)
- (-4224 . 33101) (-4225 . 33031) (-4226 . 32954) (-4227 . 32856)
- (-4228 . 32783) (-4229 . 32662) (-4230 . 32096) (-4231 . 31981)
- (-4232 . 31886) (-4233 . 31809) (-4234 . 31710) (-4235 . 31624)
- (-4236 . 31487) (-4237 . 31459) (-4238 . 31296) (-4239 . 31237)
- (-4240 . 30671) (-4241 . 30589) (-4242 . 30422) (-4243 . 30258)
- (-4244 . 30135) (-4245 . 29876) (-4246 . 29620) (-4247 . 28884)
- (-4248 . 28510) (-4249 . 28304) (-4250 . 28146) (-4251 . 27817)
- (-4252 . 27721) (-4253 . 27635) (-4254 . 27583) (-4255 . 27452)
- (-4256 . 27399) (-4257 . 27298) (-4258 . 27136) (-4259 . 27066)
- (-4260 . 26913) (-4261 . 26834) (-4262 . 26704) (-4263 . 26575)
- (-4264 . 26097) (-4265 . 26011) (-4266 . 25831) (-4267 . 25719)
- (-4268 . 25537) (-4269 . 25410) (-9 . 25382) (-4271 . 25313)
- (-4272 . 25190) (-4273 . 24846) (-4274 . 24743) (-4275 . 24169)
- (-4276 . 24116) (-4277 . 23873) (-4278 . 23627) (-4279 . 23576)
- (-4280 . 22932) (-8 . 22904) (-4282 . 22649) (-4283 . 22578)
- (-4284 . 22361) (-4285 . 22273) (-4286 . 22199) (-4287 . 22090)
- (-4288 . 21975) (-4289 . 21877) (-4290 . 21821) (-4291 . 21506)
- (-4292 . 20334) (-7 . 20306) (-4294 . 20168) (-4295 . 20012)
- (-4296 . 19903) (-4297 . 19360) (-4298 . 19189) (-4299 . 19096)
- (-4300 . 18902) (-4301 . 18570) (-4302 . 18104) (-4303 . 18047)
- (-4304 . 17931) (-4305 . 17816) (-4306 . 17675) (-4307 . 17589)
- (-4308 . 17521) (-4309 . 17411) (-4310 . 17303) (-4311 . 17145)
- (-4312 . 17051) (-4313 . 16986) (-4314 . 16902) (-4315 . 16501)
- (-4316 . 15364) (-4317 . 15134) (-4318 . 15051) (-4319 . 14950)
- (-4320 . 14849) (-4321 . 14423) (-4322 . 14271) (-4323 . 13749)
- (-4324 . 13597) (-4325 . 13524) (-4326 . 13305) (-4327 . 12929)
- (-4328 . 12845) (-4329 . 12256) (-4330 . 11377) (-4331 . 11324)
- (-4332 . 11267) (-4333 . 11158) (-4334 . 11070) (-4335 . 10963)
- (-4336 . 10704) (-4337 . 10667) (-4338 . 10581) (-4339 . 10522)
- (-4340 . 10377) (-4341 . 8263) (-4342 . 8229) (-4343 . 8064)
- (-4344 . 8011) (-4345 . 7378) (-4346 . 7305) (-4347 . 6592)
- (-4348 . 6276) (-4349 . 6043) (-4350 . 5920) (-4351 . 5837)
- (-4352 . 5530) (-4353 . 5427) (-4354 . 5291) (-4355 . 5013)
- (-4356 . 4961) (-4357 . 4675) (-4358 . 4246) (-4359 . 3956)
- (-4360 . 3893) (-4361 . 3819) (-4362 . 3769) (-4363 . 3580)
- (-4364 . 3528) (-4365 . 3419) (-4366 . 3327) (-4367 . 3261)
- (-4368 . 3195) (-4369 . 3068) (-4370 . 2855) (-4371 . 2485)
- (-4372 . 2421) (-4373 . 2393) (-4374 . 2213) (-4375 . 2122)
- (-4376 . 2088) (-4377 . 1910) (-4378 . 1860) (-4379 . 1777)
- (-4380 . 1634) (-4381 . 1582) (-4382 . 1463) (-4383 . 1406)
- (-4384 . 1323) (-4385 . 1226) (-4386 . 908) (-4387 . 769)
- (-4388 . 653) (-4389 . 592) (-4390 . 344) (-4391 . 193) (-4392 . 30)) \ No newline at end of file
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1235 *5)) (-4 *5 (-363))
+ (-5 *2
+ (-2 (|:| |poly| *6) (|:| -3345 (-407 *6))
+ (|:| |special| (-407 *6))))
+ (-5 *1 (-724 *5 *6)) (-5 *3 (-407 *6))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-363)) (-5 *2 (-641 *3)) (-5 *1 (-893 *3 *4))
+ (-4 *3 (-1235 *4))))
+ ((*1 *2 *3 *4 *4)
+ (|partial| -12 (-5 *4 (-768)) (-4 *5 (-363))
+ (-5 *2 (-2 (|:| -3766 *3) (|:| -3777 *3))) (-5 *1 (-893 *3 *5))
+ (-4 *3 (-1235 *5))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112))
+ (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452))
+ (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1064 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112))
+ (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1066 *5 *6 *7 *8)) (-4 *5 (-452))
+ (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1064 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112))
+ (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452))
+ (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1139 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-641 *9)) (-5 *3 (-641 *8)) (-5 *4 (-112))
+ (-4 *8 (-1060 *5 *6 *7)) (-4 *9 (-1103 *5 *6 *7 *8)) (-4 *5 (-452))
+ (-4 *6 (-790)) (-4 *7 (-847)) (-5 *1 (-1139 *5 *6 *7 *8 *9)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-564)) (-5 *1 (-418 *2)) (-4 *2 (-556)))))
+(((*1 *1) (-4 *1 (-23)))
+ ((*1 *1) (-12 (-4 *1 (-470 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1) (-5 *1 (-536)))
+ ((*1 *1) (-12 (-5 *1 (-889 *2)) (-4 *2 (-1094)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-641 *3)) (-4 *3 (-1103 *5 *6 *7 *8))
+ (-4 *5 (-13 (-307) (-147))) (-4 *6 (-790)) (-4 *7 (-847))
+ (-4 *8 (-1060 *5 *6 *7)) (-5 *2 (-112))
+ (-5 *1 (-590 *5 *6 *7 *8 *3)))))
+((-1292 . 735355) (-1293 . 735184) (-1294 . 735111) (-1295 . 733534)
+ (-1296 . 733482) (-1297 . 733330) (-1298 . 733236) (-1299 . 733169)
+ (-1300 . 732922) (-1301 . 732794) (-1302 . 732547) (-1303 . 732467)
+ (-1304 . 732264) (-1305 . 732151) (-1306 . 732035) (-1307 . 731765)
+ (-1308 . 731497) (-1309 . 731465) (-1310 . 731378) (-1311 . 731214)
+ (-1312 . 731141) (-1313 . 731090) (-1314 . 730985) (-1315 . 730643)
+ (-1316 . 729926) (-1317 . 729764) (-1318 . 729711) (-1319 . 729310)
+ (-1320 . 729240) (-1321 . 729124) (-1322 . 728220) (-1323 . 728022)
+ (-1324 . 727909) (-1325 . 727772) (-1326 . 727658) (-1327 . 727595)
+ (-1328 . 727003) (-1329 . 726950) (-1330 . 726523) (-1331 . 726439)
+ (-1332 . 726380) (-1333 . 726220) (-1334 . 726149) (-1335 . 726080)
+ (-1336 . 725984) (-1337 . 725791) (-1338 . 725672) (-1339 . 725478)
+ (-1340 . 724720) (-1341 . 724550) (-1342 . 724497) (-1343 . 724390)
+ (-1344 . 724176) (-1345 . 724049) (-1346 . 723977) (-1347 . 723624)
+ (-1348 . 723309) (-1349 . 722224) (-1350 . 717111) (-1351 . 717042)
+ (-1352 . 716589) (-1353 . 716462) (-1354 . 716237) (-1355 . 716100)
+ (-1356 . 716041) (-1357 . 715654) (-1358 . 715379) (-1359 . 715319)
+ (-1360 . 715106) (-1361 . 715054) (-1362 . 715002) (-1363 . 714556)
+ (-1364 . 714464) (-1365 . 714411) (-1366 . 714296) (-1367 . 714246)
+ (-1368 . 714086) (-1369 . 714013) (-1370 . 713885) (-1371 . 713772)
+ (-1372 . 713675) (-1373 . 713465) (-1374 . 713386) (-1375 . 713282)
+ (-1376 . 713152) (-1377 . 713099) (-1378 . 712983) (-1379 . 712930)
+ (-1380 . 712818) (-1381 . 712762) (-1382 . 712622) (-1383 . 712346)
+ (-1384 . 711842) (-1385 . 711564) (-1386 . 711494) (-1387 . 711336)
+ (-1388 . 711205) (-1389 . 710003) (-1390 . 709904) (-1391 . 709852)
+ (-1392 . 709769) (-1393 . 709613) (-1394 . 709468) (-1395 . 708950)
+ (-1396 . 708802) (-1397 . 708378) (-1398 . 708283) (-1399 . 708174)
+ (-1400 . 706318) (-1401 . 706245) (-1402 . 705863) (-1403 . 705002)
+ (-1404 . 704874) (-1405 . 704808) (-1406 . 704699) (-1407 . 704630)
+ (-1408 . 704522) (-1409 . 704420) (-1410 . 704326) (-1411 . 704270)
+ (-1412 . 704107) (-1413 . 704001) (-1414 . 703849) (-1415 . 703768)
+ (-1416 . 703672) (-1417 . 703531) (-1418 . 703434) (-1419 . 703348)
+ (-1420 . 702959) (-1421 . 702793) (-1422 . 702705) (-1423 . 702527)
+ (-1424 . 702430) (-1425 . 702364) (-1426 . 701753) (-1427 . 701231)
+ (-1428 . 701163) (-1429 . 701110) (-1430 . 700726) (-1431 . 700555)
+ (-1432 . 700485) (-1433 . 700266) (-1434 . 700148) (-1435 . 699957)
+ (-1436 . 699797) (-1437 . 699738) (-1438 . 699554) (-1439 . 699402)
+ (-1440 . 699349) (-1441 . 698639) (-1442 . 698525) (-1443 . 698474)
+ (-1444 . 698293) (-1445 . 698135) (-1446 . 697965) (-1447 . 697928)
+ (-1448 . 697775) (-1449 . 697678) (-1450 . 697604) (-1451 . 697531)
+ (-1452 . 697433) (-1453 . 697254) (-1454 . 697173) (-1455 . 697069)
+ (-1456 . 696778) (-1457 . 696567) (-1458 . 696484) (-1459 . 696398)
+ (-1460 . 696270) (-1461 . 696051) (-1462 . 695944) (-1463 . 695737)
+ (-1464 . 695631) (-1465 . 695554) (-1466 . 695318) (-1467 . 695245)
+ (-1468 . 694918) (-1469 . 694834) (-1470 . 694706) (-1471 . 694588)
+ (-1472 . 694530) (-1473 . 694386) (-1474 . 694010) (-1475 . 693936)
+ (-1476 . 693741) (-1477 . 693491) (-1478 . 693133) (-1479 . 693060)
+ (-1480 . 693004) (-1481 . 692745) (-1482 . 692518) (-1483 . 692308)
+ (-1484 . 692096) (-1485 . 692012) (-1486 . 691920) (-1487 . 691838)
+ (-1488 . 691638) (-1489 . 691258) (-1490 . 691159) (-1491 . 691066)
+ (-1492 . 690870) (-1493 . 690652) (-1494 . 690052) (-1495 . 689891)
+ (-1496 . 689302) (-1497 . 689062) (-1498 . 688970) (-1499 . 688841)
+ (-1500 . 688761) (-1501 . 688640) (-1502 . 687966) (-1503 . 687877)
+ (-1504 . 687797) (-1505 . 687581) (-1506 . 687426) (-1507 . 687322)
+ (-1508 . 687258) (-1509 . 686379) (-1510 . 686293) (-1511 . 686159)
+ (-1512 . 685912) (-1513 . 685518) (-1514 . 685251) (-1515 . 684933)
+ (-1516 . 684827) (-1517 . 684717) (-1518 . 684187) (-1519 . 684135)
+ (-1520 . 684038) (-1521 . 683985) (-1522 . 683673) (-1523 . 683530)
+ (-1524 . 683393) (-1525 . 683220) (-1526 . 683171) (-1527 . 682514)
+ (-1528 . 682373) (-1529 . 682187) (-1530 . 682041) (-1531 . 681767)
+ (-1532 . 681658) (-1533 . 681601) (-1534 . 681458) (-1535 . 681303)
+ (-1536 . 681236) (-1537 . 681205) (-1538 . 681136) (-1539 . 681032)
+ (-1540 . 680887) (-1541 . 680769) (-1542 . 680735) (-1543 . 680514)
+ (-1544 . 680405) (-1545 . 680352) (-1546 . 679651) (-1547 . 679555)
+ (-1548 . 679363) (-1549 . 679251) (-1550 . 679158) (-1551 . 678915)
+ (-1552 . 678769) (-1553 . 678661) (-1554 . 678573) (-1555 . 678501)
+ (-1556 . 678295) (-1557 . 678169) (-1558 . 677688) (-1559 . 677529)
+ (-1560 . 677425) (-1561 . 677353) (-1562 . 677300) (-1563 . 677234)
+ (-1564 . 677127) (-1565 . 677030) (-1566 . 676956) (-1567 . 676477)
+ (-1568 . 676290) (-1569 . 676042) (-1570 . 675958) (-1571 . 675836)
+ (-1572 . 675693) (-1573 . 675607) (-1574 . 675348) (-1575 . 674910)
+ (-1576 . 674800) (-1577 . 674685) (-1578 . 674532) (-1579 . 674409)
+ (-1580 . 674262) (-1581 . 674211) (-1582 . 674126) (-1583 . 674038)
+ (-1584 . 674001) (-1585 . 673882) (-1586 . 673787) (-1587 . 673384)
+ (-1588 . 673131) (-1589 . 673021) (-1590 . 672971) (-1591 . 672714)
+ (-1592 . 672612) (-1593 . 672545) (-1594 . 672209) (-1595 . 672123)
+ (-1596 . 672049) (-1597 . 671854) (-1598 . 670478) (-1599 . 670372)
+ (-1600 . 670319) (-1601 . 670189) (-1602 . 670042) (-1603 . 669923)
+ (-1604 . 669765) (-1605 . 669686) (-1606 . 669426) (-1607 . 669236)
+ (-1608 . 669177) (-1609 . 669079) (-1610 . 668933) (-1611 . 668861)
+ (-1612 . 668680) (-1613 . 668551) (-1614 . 668448) (-1615 . 668100)
+ (-1616 . 667999) (-1617 . 667578) (-1618 . 667469) (-1619 . 665355)
+ (-1620 . 665299) (-1621 . 665121) (-1622 . 665055) (-1623 . 664920)
+ (-1624 . 664836) (-1625 . 664693) (-1626 . 664586) (-1627 . 664529)
+ (-1628 . 664267) (-1629 . 664208) (-1630 . 664026) (-1631 . 663954)
+ (-1632 . 663920) (-1633 . 663867) (-1634 . 663406) (-1635 . 663285)
+ (-1636 . 663161) (-1637 . 663046) (-1638 . 662130) (-1639 . 662058)
+ (-1640 . 661951) (-1641 . 661793) (-1642 . 661639) (-1643 . 661611)
+ (-1644 . 661580) (-1645 . 661465) (-1646 . 661300) (-1647 . 661244)
+ (-1648 . 660804) (-1649 . 660631) (-1650 . 660537) (-1651 . 660384)
+ (-1652 . 660173) (-1653 . 660102) (-1654 . 659947) (-1655 . 659837)
+ (-1656 . 659803) (-1657 . 659148) (-1658 . 659095) (-1659 . 658914)
+ (-1660 . 658861) (-1661 . 658806) (-1662 . 658756) (-1663 . 658631)
+ (-1664 . 658403) (-1665 . 658280) (-1666 . 658228) (-1667 . 658145)
+ (-1668 . 658000) (-1669 . 657826) (-1670 . 657193) (-1671 . 657077)
+ (-1672 . 656975) (-1673 . 656867) (-1674 . 656678) (-1675 . 656540)
+ (-1676 . 656295) (-1677 . 655964) (-1678 . 655756) (-1679 . 655728)
+ (-1680 . 655672) (-1681 . 655599) (-1682 . 655502) (-1683 . 655449)
+ (-1684 . 654854) (-1685 . 654802) (-1686 . 654604) (-1687 . 654439)
+ (-1688 . 654262) (-1689 . 654225) (-1690 . 654102) (-1691 . 653389)
+ (-1692 . 653230) (-1693 . 653123) (-1694 . 651942) (-1695 . 651829)
+ (-1696 . 651730) (-1697 . 651670) (-1698 . 651612) (-1699 . 651560)
+ (-1700 . 651472) (-1701 . 651339) (-1702 . 651067) (-1703 . 650971)
+ (-1704 . 650655) (-1705 . 650507) (-1706 . 650367) (-1707 . 650245)
+ (-1708 . 650159) (-1709 . 650032) (-1710 . 649963) (-1711 . 649805)
+ (-1712 . 649524) (-1713 . 649263) (-1714 . 649030) (-1715 . 648931)
+ (-1716 . 648865) (-1717 . 648729) (-1718 . 648601) (-1719 . 648362)
+ (-1720 . 648123) (-1721 . 648044) (-1722 . 647822) (-1723 . 647591)
+ (-1724 . 647519) (-1725 . 647429) (-1726 . 647306) (-1727 . 647254)
+ (-1728 . 647150) (-1729 . 647043) (-1730 . 646965) (-1731 . 646614)
+ (-1732 . 646510) (-1733 . 646264) (-1734 . 646039) (-1735 . 645956)
+ (-1736 . 645856) (-1737 . 645769) (-1738 . 645686) (-1739 . 645504)
+ (-1740 . 645389) (-1741 . 645273) (-1742 . 644827) (-1743 . 644739)
+ (-1744 . 644630) (-1745 . 644384) (-1746 . 644253) (-1747 . 644172)
+ (-1748 . 644098) (-1749 . 643939) (-1750 . 643873) (-1751 . 643566)
+ (-1752 . 643400) (-1753 . 643292) (-1754 . 643219) (-1755 . 643112)
+ (-1756 . 642965) (-1757 . 642719) (-1758 . 642624) (-1759 . 642237)
+ (-1760 . 642112) (-1761 . 642059) (-1762 . 641972) (-1763 . 641869)
+ (-1764 . 641636) (-1765 . 641144) (-1766 . 641091) (-1767 . 640731)
+ (-1768 . 639391) (-1769 . 639339) (-1770 . 639244) (-1771 . 639187)
+ (-1772 . 638807) (-1773 . 638687) (-1774 . 638595) (-1775 . 638434)
+ (-1776 . 638298) (-1777 . 638132) (-1778 . 637598) (-1779 . 637527)
+ (-1780 . 637446) (-1781 . 637415) (-1782 . 637118) (-1783 . 636977)
+ (-1784 . 636768) (-1785 . 636632) (-1786 . 636459) (-1787 . 636407)
+ (-1788 . 636297) (-1789 . 636242) (-1790 . 636085) (-1791 . 635973)
+ (-1792 . 635533) (-1793 . 635450) (-1794 . 633908) (-1795 . 633769)
+ (-1796 . 633619) (-1797 . 632433) (-1798 . 632147) (-1799 . 631994)
+ (-1800 . 631878) (-1801 . 631773) (-1802 . 631708) (-1803 . 631631)
+ (-1804 . 631389) (-1805 . 631245) (-1806 . 631192) (-1807 . 631062)
+ (-1808 . 629880) (-1809 . 629464) (-1810 . 629035) (-1811 . 628891)
+ (-1812 . 628677) (-1813 . 628591) (-1814 . 628344) (-1815 . 628095)
+ (-1816 . 627915) (-1817 . 627828) (-1818 . 627728) (-1819 . 627658)
+ (-1820 . 627543) (-1821 . 627420) (-1822 . 627365) (-1823 . 625159)
+ (-1824 . 624869) (-1825 . 624496) (-1826 . 624033) (-1827 . 623758)
+ (-1828 . 623624) (-1829 . 623479) (-1830 . 622314) (-1831 . 603723)
+ (-1832 . 603616) (-1833 . 603530) (-1834 . 603419) (-1835 . 603285)
+ (-1836 . 603211) (-1837 . 603128) (-1838 . 603055) (-1839 . 602857)
+ (-1840 . 602756) (-1841 . 601600) (-1842 . 598779) (-1843 . 598467)
+ (-1844 . 598276) (-1845 . 598101) (-1846 . 597995) (-1847 . 597943)
+ (-1848 . 597893) (-1849 . 597392) (-1850 . 596754) (-1851 . 596445)
+ (-1852 . 596320) (-1853 . 596014) (-1854 . 595952) (-1855 . 595797)
+ (-1856 . 595719) (-1857 . 595612) (-1858 . 595439) (-1859 . 595336)
+ (-1860 . 595147) (-1861 . 594181) (-1862 . 593578) (-1863 . 593488)
+ (-1864 . 593333) (-1865 . 593245) (-1866 . 593193) (-1867 . 593119)
+ (-1868 . 593067) (-1869 . 592935) (-1870 . 592793) (-1871 . 592710)
+ (-1872 . 592611) (-1873 . 592415) (-1874 . 592307) (-1875 . 592200)
+ (-1876 . 591873) (-1877 . 591766) (-1878 . 591456) (-1879 . 591347)
+ (-1880 . 591280) (-1881 . 588353) (-1882 . 588250) (-1883 . 588172)
+ (-1884 . 588098) (-1885 . 588010) (-1886 . 587951) (-1887 . 587823)
+ (-1888 . 587592) (-1889 . 587443) (-1890 . 587225) (-1891 . 587159)
+ (-1892 . 587022) (-1893 . 586728) (-1894 . 586645) (-1895 . 586548)
+ (-1896 . 586387) (-1897 . 586334) (-1898 . 586274) (-1899 . 586132)
+ (-1900 . 585861) (-1901 . 585795) (-1902 . 585688) (-1903 . 585608)
+ (-1904 . 585393) (-1905 . 585365) (-1906 . 585280) (-1907 . 584872)
+ (-1908 . 584667) (-1909 . 584596) (-1910 . 584120) (-1911 . 583861)
+ (-1912 . 583779) (-1913 . 583652) (-1914 . 583540) (-1915 . 583426)
+ (-1916 . 583353) (-1917 . 583181) (-1918 . 582733) (-1919 . 582659)
+ (-1920 . 582576) (-1921 . 582449) (-1922 . 582014) (-1923 . 581801)
+ (-1924 . 581587) (-1925 . 581309) (-1926 . 581227) (-1927 . 581156)
+ (-1928 . 581064) (-1929 . 580929) (-1930 . 580833) (-1931 . 580724)
+ (-1932 . 580672) (-1933 . 580598) (-1934 . 580228) (-1935 . 580173)
+ (-1936 . 580002) (-1937 . 579940) (-1938 . 579510) (-1939 . 579397)
+ (-1940 . 579298) (-1941 . 579212) (-1942 . 579148) (-1943 . 578594)
+ (-1944 . 578109) (-1945 . 577956) (-1946 . 577849) (-1947 . 577459)
+ (-1948 . 577219) (-1949 . 577151) (-1950 . 576965) (-1951 . 576640)
+ (-1952 . 576512) (-1953 . 576484) (-1954 . 576190) (-1955 . 576116)
+ (-1956 . 575992) (-1957 . 575891) (-1958 . 575862) (-1959 . 575752)
+ (-1960 . 575675) (-1961 . 575596) (-1962 . 575457) (-1963 . 575333)
+ (-1964 . 575153) (-1965 . 574996) (-1966 . 574944) (-1967 . 574687)
+ (-1968 . 574488) (-1969 . 574408) (-1970 . 573104) (-1971 . 572768)
+ (-1972 . 572586) (-1973 . 572495) (-1974 . 572428) (-1975 . 572351)
+ (-1976 . 572282) (-1977 . 571433) (-1978 . 571306) (-1979 . 571210)
+ (-1980 . 570608) (-1981 . 570501) (-1982 . 570352) (-1983 . 570240)
+ (-1984 . 570062) (-1985 . 569991) (-1986 . 569890) (-1987 . 569738)
+ (-1988 . 566117) (-1989 . 566062) (-1990 . 565938) (-1991 . 565611)
+ (-1992 . 565546) (-1993 . 565112) (-1994 . 565053) (-1995 . 564934)
+ (-1996 . 564884) (-1997 . 564789) (-1998 . 564731) (-1999 . 564697)
+ (-2000 . 564590) (-2001 . 564511) (-2002 . 564407) (-2003 . 563872)
+ (-2004 . 563501) (-2005 . 563429) (-2006 . 563346) (-2007 . 563223)
+ (-2008 . 563078) (-2009 . 562981) (-2010 . 562443) (-2011 . 562020)
+ (-2012 . 561796) (-2013 . 561550) (-2014 . 561407) (-2015 . 561161)
+ (-2016 . 560747) (-2017 . 551185) (-2018 . 551044) (-2019 . 550983)
+ (-2020 . 550622) (-2021 . 550095) (-2022 . 550012) (-2023 . 549905)
+ (-2024 . 549853) (-2025 . 549521) (-2026 . 549343) (-2027 . 549293)
+ (-2028 . 549237) (-2029 . 549137) (-2030 . 549081) (-2031 . 548878)
+ (-2032 . 548765) (-2033 . 548599) (-2034 . 548542) (-2035 . 546812)
+ (-2036 . 546694) (-2037 . 546593) (-2038 . 546516) (-2039 . 546312)
+ (-2040 . 546171) (-2041 . 545576) (-2042 . 545474) (-2043 . 545385)
+ (-2044 . 545076) (-2045 . 544904) (-2046 . 544826) (-2047 . 544680)
+ (-2048 . 544627) (-2049 . 544465) (-2050 . 544294) (-2051 . 544185)
+ (-2052 . 544099) (-2053 . 544026) (-2054 . 543930) (-2055 . 543845)
+ (-2056 . 543725) (-2057 . 543624) (-2058 . 543373) (-2059 . 543321)
+ (-2060 . 543272) (-2061 . 543119) (-2062 . 542001) (-2063 . 541888)
+ (-2064 . 541833) (-2065 . 541747) (-2066 . 541546) (-2067 . 541310)
+ (-2068 . 540859) (-2069 . 540419) (-2070 . 540216) (-2071 . 540121)
+ (-2072 . 539988) (-2073 . 539927) (-2074 . 539655) (-2075 . 539603)
+ (-2076 . 539571) (-2077 . 539434) (-2078 . 538617) (-2079 . 538491)
+ (-2080 . 538368) (-2081 . 538238) (-2082 . 538078) (-2083 . 538050)
+ (-2084 . 537884) (-2085 . 537753) (-2086 . 537583) (-2087 . 537427)
+ (-2088 . 536983) (-2089 . 536897) (-2090 . 536760) (-2091 . 536705)
+ (-2092 . 536581) (-2093 . 536436) (-2094 . 536380) (-2095 . 536327)
+ (-2096 . 536275) (-2097 . 536152) (-2098 . 536074) (-2099 . 535968)
+ (-2100 . 535808) (-2101 . 535686) (-2102 . 535557) (-2103 . 535399)
+ (-2104 . 535280) (-2105 . 535112) (-2106 . 535044) (-2107 . 534943)
+ (-2108 . 534593) (-2109 . 534525) (-2110 . 534412) (-2111 . 534020)
+ (-2112 . 533925) (-2113 . 533368) (-2114 . 533295) (-2115 . 533209)
+ (-2116 . 532445) (-2117 . 532352) (-2118 . 532250) (-2119 . 532008)
+ (-2120 . 531649) (-2121 . 531512) (-2122 . 531388) (-2123 . 531304)
+ (-2124 . 531036) (-2125 . 530981) (-2126 . 530825) (-2127 . 530742)
+ (-2128 . 530365) (-2129 . 530212) (-2130 . 530054) (-2131 . 527791)
+ (-2132 . 527664) (-2133 . 527321) (-2134 . 527214) (-2135 . 526962)
+ (-2136 . 526285) (-2137 . 525402) (-2138 . 525280) (-2139 . 525118)
+ (-2140 . 525039) (-2141 . 524862) (-2142 . 524758) (-2143 . 524626)
+ (-2144 . 524324) (-2145 . 524145) (-2146 . 524046) (-2147 . 523927)
+ (-2148 . 523847) (-2149 . 523684) (-2150 . 523554) (-2151 . 523488)
+ (-2152 . 523333) (-2153 . 523189) (-2154 . 523076) (-2155 . 520807)
+ (-2156 . 520757) (-2157 . 520614) (-2158 . 520537) (-2159 . 520144)
+ (-2160 . 520015) (-2161 . 519929) (-2162 . 519788) (-2163 . 519603)
+ (-2164 . 519274) (-2165 . 519057) (-2166 . 519002) (-2167 . 518395)
+ (-2168 . 518289) (-2169 . 517811) (-2170 . 517713) (-2171 . 517559)
+ (-2172 . 517482) (-2173 . 517296) (-2174 . 516543) (-2175 . 516474)
+ (-2176 . 516264) (-2177 . 516179) (-2178 . 516086) (-2179 . 516000)
+ (-2180 . 515700) (-2181 . 515605) (-2182 . 515386) (-2183 . 515175)
+ (-2184 . 515034) (-2185 . 514655) (-2186 . 514598) (-2187 . 514491)
+ (-2188 . 514382) (-2189 . 514202) (-2190 . 513770) (-2191 . 513717)
+ (-2192 . 513649) (-2193 . 513564) (-2194 . 513431) (-2195 . 513136)
+ (-2196 . 513037) (-2197 . 512884) (-2198 . 512801) (-2199 . 512656)
+ (-2200 . 512544) (-2201 . 512443) (-2202 . 512306) (-2203 . 511436)
+ (-2204 . 511384) (-2205 . 511231) (-2206 . 511128) (-2207 . 511040)
+ (-2208 . 510874) (-2209 . 510845) (-2210 . 510728) (-2211 . 510642)
+ (-2212 . 510460) (-2213 . 510342) (-2214 . 510289) (-2215 . 510101)
+ (-2216 . 509789) (-2217 . 509760) (-2218 . 509600) (-2219 . 508739)
+ (-2220 . 508711) (-2221 . 508638) (-2222 . 508245) (-2223 . 508072)
+ (-2224 . 508003) (-2225 . 507885) (-2226 . 507686) (-2227 . 507652)
+ (-2228 . 507481) (-2229 . 507365) (-2230 . 507279) (-2231 . 507134)
+ (-2232 . 506752) (-2233 . 506586) (-2234 . 506484) (-2235 . 506293)
+ (-2236 . 506170) (-2237 . 500832) (-2238 . 500772) (-2239 . 500669)
+ (-2240 . 500528) (-2241 . 500370) (-2242 . 500067) (-2243 . 499701)
+ (-2244 . 499272) (-2245 . 499084) (-2246 . 498862) (-2247 . 498702)
+ (-2248 . 498604) (-2249 . 498260) (-2250 . 498033) (-2251 . 497934)
+ (-2252 . 497881) (-2253 . 497810) (-2254 . 497716) (-2255 . 497635)
+ (-2256 . 497455) (-2257 . 497426) (-2258 . 497027) (-2259 . 496955)
+ (-2260 . 496852) (-2261 . 496620) (-2262 . 496501) (-2263 . 496398)
+ (-2264 . 495328) (-2265 . 495257) (-2266 . 495183) (-2267 . 494842)
+ (-2268 . 494735) (-2269 . 494655) (-2270 . 494604) (-2271 . 494030)
+ (-2272 . 493380) (-2273 . 492999) (-2274 . 492946) (-2275 . 492848)
+ (-2276 . 492733) (-2277 . 492515) (-2278 . 492251) (-2279 . 492107)
+ (-2280 . 492054) (-2281 . 491956) (-2282 . 491704) (-2283 . 491609)
+ (-2284 . 491299) (-2285 . 491213) (-2286 . 491006) (-2287 . 490957)
+ (-2288 . 490621) (-2289 . 490450) (-2290 . 490394) (-2291 . 490151)
+ (-2292 . 490008) (-2293 . 489746) (-2294 . 489675) (-2295 . 485515)
+ (-2296 . 485427) (-2297 . 484788) (-2298 . 484620) (-2299 . 484495)
+ (-2300 . 484443) (-2301 . 484373) (-2302 . 484294) (-2303 . 484048)
+ (-2304 . 483954) (-2305 . 483835) (-2306 . 483630) (-2307 . 483563)
+ (-2308 . 483443) (-2309 . 483312) (-2310 . 483149) (-2311 . 483083)
+ (-2312 . 482974) (-2313 . 482821) (-2314 . 482770) (-2315 . 482196)
+ (-2316 . 481995) (-2317 . 481837) (-2318 . 481784) (-2319 . 481674)
+ (-2320 . 481538) (-2321 . 481464) (-2322 . 481403) (-2323 . 481293)
+ (-2324 . 481131) (-2325 . 480876) (-2326 . 480794) (-2327 . 480739)
+ (-2328 . 480686) (-2329 . 479722) (-2330 . 479265) (-2331 . 479134)
+ (-2332 . 478903) (-2333 . 478494) (-2334 . 478304) (-2335 . 478233)
+ (-2336 . 478031) (-2337 . 477643) (-2338 . 477479) (-2339 . 477408)
+ (-2340 . 477320) (-2341 . 477236) (-2342 . 477153) (-2343 . 477100)
+ (-2344 . 477045) (-2345 . 476828) (-2346 . 476742) (-2347 . 472200)
+ (-2348 . 472148) (-2349 . 472002) (-2350 . 471946) (-2351 . 471684)
+ (-2352 . 471511) (-2353 . 471456) (-2354 . 471393) (-2355 . 471285)
+ (-2356 . 471058) (-2357 . 470970) (-2358 . 469732) (-2359 . 468734)
+ (-2360 . 468209) (-2361 . 468054) (-2362 . 467954) (-2363 . 467789)
+ (-2364 . 467657) (-2365 . 467518) (-2366 . 467465) (-2367 . 467367)
+ (-2368 . 467243) (-2369 . 467169) (-2370 . 466898) (-2371 . 466733)
+ (-2372 . 466645) (-2373 . 466561) (-2374 . 466014) (-2375 . 465943)
+ (-2376 . 465740) (-2377 . 465668) (-2378 . 465475) (-2379 . 465394)
+ (-2380 . 465279) (-2381 . 465033) (-2382 . 464918) (-2383 . 464746)
+ (-2384 . 464694) (-2385 . 464447) (-2386 . 464256) (-2387 . 464112)
+ (-2388 . 464005) (-2389 . 463779) (-2390 . 463658) (-2391 . 463529)
+ (-2392 . 463237) (-2393 . 463139) (-2394 . 463035) (-2395 . 462863)
+ (-2396 . 462803) (-2397 . 462722) (-2398 . 462644) (-2399 . 462549)
+ (-2400 . 462412) (-2401 . 462356) (-2402 . 462154) (-2403 . 462017)
+ (-2404 . 461876) (-2405 . 461589) (-2406 . 461503) (-2407 . 461444)
+ (-2408 . 461163) (-2409 . 460991) (-2410 . 460767) (-2411 . 460696)
+ (-2412 . 459880) (-2413 . 459778) (-2414 . 459556) (-2415 . 459412)
+ (-2416 . 459293) (-2417 . 459169) (-2418 . 459066) (-2419 . 458994)
+ (-2420 . 458942) (-2421 . 458799) (-2422 . 458484) (-2423 . 458363)
+ (-2424 . 458191) (-2425 . 458041) (-2426 . 457934) (-2427 . 457487)
+ (-2428 . 457392) (-2429 . 457174) (-2430 . 456695) (-2431 . 456441)
+ (-2432 . 456252) (-2433 . 456002) (-2434 . 455864) (-2435 . 455758)
+ (-2436 . 455635) (-2437 . 455558) (-2438 . 455492) (-2439 . 455422)
+ (-2440 . 455349) (-2441 . 455321) (-2442 . 455227) (-2443 . 455071)
+ (-2444 . 454983) (-2445 . 454692) (-2446 . 454621) (-2447 . 454465)
+ (-2448 . 454352) (-2449 . 440238) (-2450 . 440168) (-2451 . 440113)
+ (-2452 . 439979) (-2453 . 439731) (-2454 . 438891) (-2455 . 438839)
+ (-2456 . 438477) (-2457 . 438389) (-2458 . 438280) (-2459 . 438171)
+ (-2460 . 437810) (-2461 . 437549) (-2462 . 437219) (-2463 . 437082)
+ (-2464 . 436994) (-2465 . 436926) (-2466 . 436539) (-2467 . 435347)
+ (-2468 . 435222) (-2469 . 434796) (-2470 . 434402) (-2471 . 434349)
+ (-2472 . 433806) (-2473 . 433514) (-2474 . 433184) (-2475 . 433133)
+ (-2476 . 433034) (-2477 . 432957) (-2478 . 432454) (-2479 . 432324)
+ (-2480 . 432003) (-2481 . 431890) (-2482 . 431817) (-2483 . 431587)
+ (-2484 . 431416) (-2485 . 431258) (-2486 . 431184) (-2487 . 431150)
+ (-2488 . 431122) (-2489 . 430973) (-2490 . 430831) (-2491 . 430732)
+ (-2492 . 430126) (-2493 . 429319) (-2494 . 429125) (-2495 . 428964)
+ (-2496 . 428613) (-2497 . 428543) (-2498 . 428323) (-2499 . 428198)
+ (-2500 . 428018) (-2501 . 427952) (-2502 . 427924) (-2503 . 427639)
+ (-2504 . 427587) (-2505 . 427402) (-2506 . 427302) (-2507 . 426970)
+ (-2508 . 426294) (-2509 . 426242) (-2510 . 425983) (-2511 . 422317)
+ (-2512 . 421710) (-2513 . 421379) (-2514 . 421012) (-2515 . 420838)
+ (-2516 . 420522) (-2517 . 420494) (-2518 . 420265) (-2519 . 420050)
+ (-2520 . 419744) (-2521 . 419360) (-2522 . 419302) (-2523 . 418836)
+ (-2524 . 418657) (-2525 . 418571) (-2526 . 418437) (-2527 . 418349)
+ (-2528 . 418170) (-2529 . 418033) (-2530 . 417981) (-2531 . 417848)
+ (-2532 . 417791) (-2533 . 417712) (-2534 . 417599) (-2535 . 417351)
+ (-2536 . 417193) (-2537 . 417111) (-2538 . 416969) (-2539 . 416896)
+ (-2540 . 416716) (-2541 . 416553) (-2542 . 416412) (-2543 . 416310)
+ (-2544 . 415736) (-2545 . 415539) (-2546 . 415438) (-2547 . 415298)
+ (-2548 . 415194) (-2549 . 414920) (-2550 . 414649) (-2551 . 414553)
+ (-2552 . 414467) (-2553 . 414414) (-2554 . 414316) (-2555 . 414232)
+ (-2556 . 414130) (-2557 . 413983) (-2558 . 413673) (-2559 . 413470)
+ (-2560 . 413387) (-2561 . 413359) (-2562 . 413164) (-2563 . 413096)
+ (-2564 . 412711) (-2565 . 412659) (-2566 . 412506) (-2567 . 412406)
+ (-2568 . 412252) (-2569 . 412186) (-2570 . 411005) (-2571 . 410976)
+ (-2572 . 410891) (-2573 . 410683) (-2574 . 410573) (-2575 . 410459)
+ (-2576 . 409860) (-2577 . 409400) (-2578 . 409350) (-2579 . 409146)
+ (-2580 . 408795) (-2581 . 408503) (-2582 . 408429) (-2583 . 408286)
+ (-2584 . 408178) (-2585 . 408059) (-2586 . 408007) (-2587 . 407802)
+ (-2588 . 407284) (-2589 . 407232) (-2590 . 407173) (-2591 . 406786)
+ (-2592 . 406754) (-2593 . 406639) (-2594 . 406359) (-2595 . 406201)
+ (-2596 . 406148) (-2597 . 405956) (-2598 . 405582) (-2599 . 405523)
+ (-2600 . 405370) (-2601 . 404882) (-2602 . 404719) (-2603 . 404311)
+ (-2604 . 404173) (-2605 . 404072) (-2606 . 403978) (-2607 . 403730)
+ (-2608 . 402298) (-2609 . 401852) (-2610 . 401757) (-2611 . 401720)
+ (-2612 . 401607) (-2613 . 401520) (-2614 . 401441) (-2615 . 401295)
+ (-2616 . 400936) (-2617 . 400883) (-2618 . 400818) (-2619 . 400776)
+ (-2620 . 397477) (-2621 . 396904) (-2622 . 396537) (-2623 . 396407)
+ (-2624 . 395954) (-2625 . 395777) (-2626 . 395650) (-2627 . 395596)
+ (-2628 . 395438) (-2629 . 395220) (-2630 . 395136) (-2631 . 395050)
+ (-2632 . 394973) (-2633 . 390975) (-2634 . 390757) (-2635 . 390663)
+ (-2636 . 390581) (-2637 . 390438) (-2638 . 390359) (-2639 . 390307)
+ (-2640 . 390077) (-2641 . 389909) (-2642 . 389800) (-2643 . 389729)
+ (-2644 . 389606) (-2645 . 389493) (-2646 . 389421) (-2647 . 389268)
+ (-2648 . 388347) (-2649 . 388264) (-2650 . 388182) (-2651 . 388101)
+ (-2652 . 388073) (-2653 . 387729) (-2654 . 387434) (-2655 . 387215)
+ (-9 . 387187) (-2657 . 387014) (-2658 . 386796) (-2659 . 386698)
+ (-2660 . 386518) (-2661 . 386465) (-2662 . 386364) (-2663 . 386248)
+ (-2664 . 386147) (-2665 . 385991) (-2666 . 385790) (-2667 . 385663)
+ (-2668 . 385544) (-2669 . 385470) (-2670 . 385374) (-2671 . 385322)
+ (-8 . 385294) (-2673 . 385193) (-2674 . 384636) (-2675 . 384418)
+ (-2676 . 384366) (-2677 . 384133) (-2678 . 384073) (-2679 . 383995)
+ (-2680 . 383812) (-7 . 383784) (-2682 . 383671) (-2683 . 383542)
+ (-2684 . 383468) (-2685 . 382172) (-2686 . 382102) (-2687 . 381366)
+ (-2688 . 381199) (-2689 . 381064) (-2690 . 380984) (-2691 . 380891)
+ (-2692 . 380790) (-2693 . 380537) (-2694 . 380387) (-2695 . 379968)
+ (-2696 . 379695) (-2697 . 379557) (-2698 . 379504) (-2699 . 379076)
+ (-2700 . 379008) (-2701 . 378910) (-2702 . 378777) (-2703 . 378727)
+ (-2704 . 378633) (-2705 . 378395) (-2706 . 378206) (-2707 . 378128)
+ (-2708 . 378061) (-2709 . 377854) (-2710 . 377736) (-2711 . 377637)
+ (-2712 . 377505) (-2713 . 377079) (-2714 . 377000) (-2715 . 376920)
+ (-2716 . 376801) (-2717 . 376717) (-2718 . 376610) (-2719 . 376472)
+ (-2720 . 376180) (-2721 . 376120) (-2722 . 375984) (-2723 . 375930)
+ (-2724 . 375785) (-2725 . 375454) (-2726 . 375347) (-2727 . 375232)
+ (-2728 . 375148) (-2729 . 374835) (-2730 . 374776) (-2731 . 374639)
+ (-2732 . 374485) (-2733 . 374429) (-2734 . 374339) (-2735 . 374201)
+ (-2736 . 374127) (-2737 . 374074) (-2738 . 373781) (-2739 . 373699)
+ (-2740 . 373612) (-2741 . 373413) (-2742 . 371825) (-2743 . 371620)
+ (-2744 . 371375) (-2745 . 371233) (-2746 . 371146) (-2747 . 370842)
+ (-2748 . 370693) (-2749 . 370422) (-2750 . 370292) (-2751 . 370214)
+ (-2752 . 370098) (-2753 . 370000) (-2754 . 369928) (-2755 . 369894)
+ (-2756 . 369806) (-2757 . 369749) (-2758 . 369622) (-2759 . 369458)
+ (-2760 . 369387) (-2761 . 369220) (-2762 . 369161) (-2763 . 369133)
+ (-2764 . 369101) (-2765 . 369042) (-2766 . 368889) (-2767 . 368768)
+ (-2768 . 368652) (-2769 . 368398) (-2770 . 368239) (-2771 . 368110)
+ (-2772 . 367883) (-2773 . 367640) (-2774 . 367588) (-2775 . 367099)
+ (-2776 . 367002) (-2777 . 365900) (-2778 . 365834) (-2779 . 365741)
+ (-2780 . 365622) (-2781 . 365550) (-2782 . 365487) (-2783 . 363072)
+ (-2784 . 363016) (-2785 . 362933) (-2786 . 362745) (-2787 . 362659)
+ (-2788 . 362606) (-2789 . 362347) (-2790 . 362119) (-2791 . 361880)
+ (-2792 . 361781) (-2793 . 361696) (-2794 . 361608) (-2795 . 361389)
+ (-2796 . 361323) (-2797 . 361270) (-2798 . 361192) (-2799 . 361072)
+ (-2800 . 360993) (-2801 . 360937) (-2802 . 360840) (-2803 . 359976)
+ (-2804 . 359842) (-2805 . 359814) (-2806 . 359588) (-2807 . 359551)
+ (-2808 . 359200) (-2809 . 359027) (-2810 . 358702) (-2811 . 358599)
+ (-2812 . 358446) (-2813 . 358384) (-2814 . 358315) (-2815 . 358139)
+ (-2816 . 358087) (-2817 . 357427) (-2818 . 357328) (-2819 . 357168)
+ (-2820 . 357002) (-2821 . 356756) (-2822 . 356647) (-2823 . 356495)
+ (-2824 . 356277) (-2825 . 356222) (-2826 . 355637) (-2827 . 355373)
+ (-2828 . 355056) (-2829 . 354754) (-2830 . 354653) (-2831 . 354594)
+ (-2832 . 354478) (-2833 . 354426) (-2834 . 354270) (-2835 . 353819)
+ (-2836 . 353731) (-2837 . 353649) (-2838 . 353444) (-2839 . 353336)
+ (-2840 . 350991) (-2841 . 350939) (-2842 . 350872) (-2843 . 350818)
+ (-2844 . 350346) (-2845 . 350096) (-2846 . 349800) (-2847 . 349701)
+ (-2848 . 349447) (-2849 . 349111) (-2850 . 349037) (-2851 . 348978)
+ (-2852 . 348310) (-2853 . 348253) (-2854 . 348225) (-2855 . 348112)
+ (-2856 . 348060) (-2857 . 347959) (-2858 . 347887) (-2859 . 347732)
+ (-2860 . 347374) (-2861 . 346943) (-2862 . 346825) (-2863 . 346769)
+ (-2864 . 346714) (-2865 . 346626) (-2866 . 345561) (-2867 . 345327)
+ (-2868 . 345293) (-2869 . 345196) (-2870 . 345105) (-2871 . 344857)
+ (-2872 . 344805) (-2873 . 344750) (-2874 . 344677) (-2875 . 344427)
+ (-2876 . 343903) (-2877 . 343793) (-2878 . 343699) (-2879 . 343409)
+ (-2880 . 343280) (-2881 . 343113) (-2882 . 342509) (-2883 . 342122)
+ (-2884 . 341997) (-2885 . 341818) (-2886 . 341732) (-2887 . 341679)
+ (-2888 . 341624) (-2889 . 341574) (-2890 . 341421) (-2891 . 341287)
+ (-2892 . 341166) (-2893 . 341049) (-2894 . 340704) (-2895 . 340609)
+ (-2896 . 340267) (-2897 . 340189) (-2898 . 339874) (-2899 . 339642)
+ (-2900 . 338992) (-2901 . 338773) (-2902 . 338693) (-2903 . 338332)
+ (-2904 . 338086) (-2905 . 338052) (-2906 . 337561) (-2907 . 336115)
+ (-2908 . 336041) (-2909 . 335973) (-2910 . 335675) (-2911 . 335609)
+ (-2912 . 335536) (-2913 . 335280) (-2914 . 335209) (-2915 . 334979)
+ (-2916 . 334789) (-2917 . 334668) (-2918 . 334603) (-2919 . 334532)
+ (-2920 . 334156) (-2921 . 333998) (-2922 . 333846) (-2923 . 333762)
+ (-2924 . 333618) (-2925 . 333191) (-2926 . 333006) (-2927 . 332882)
+ (-2928 . 332827) (-2929 . 332049) (-2930 . 331798) (-2931 . 331719)
+ (-2932 . 331573) (-2933 . 331501) (-2934 . 331371) (-2935 . 331269)
+ (-2936 . 331219) (-2937 . 331120) (-2938 . 330880) (-2939 . 330796)
+ (-2940 . 330703) (-2941 . 330644) (-2942 . 330473) (-2943 . 330407)
+ (-2944 . 330275) (-2945 . 329680) (-2946 . 329562) (-2947 . 329088)
+ (-2948 . 328981) (-2949 . 328694) (-2950 . 328553) (-2951 . 326585)
+ (-2952 . 326292) (-2953 . 326212) (-2954 . 325702) (-2955 . 325093)
+ (-2956 . 325031) (-2957 . 324997) (-2958 . 324890) (-2959 . 324839)
+ (-2960 . 324719) (-2961 . 324649) (-2962 . 324365) (-2963 . 323999)
+ (-2964 . 323938) (-2965 . 323574) (-2966 . 323399) (-2967 . 323198)
+ (-2968 . 323079) (-2969 . 322905) (-2970 . 322735) (-2971 . 322682)
+ (-2972 . 322654) (-2973 . 322435) (-2974 . 322383) (-2975 . 322286)
+ (-2976 . 322234) (-2977 . 322172) (-2978 . 321954) (-2979 . 321638)
+ (-2980 . 321216) (-2981 . 321112) (-2982 . 321004) (-2983 . 320888)
+ (-2984 . 320745) (-2985 . 320643) (-2986 . 320577) (-2987 . 320429)
+ (-2988 . 320154) (-2989 . 320066) (-2990 . 319986) (-2991 . 319748)
+ (-2992 . 319406) (-2993 . 319338) (-2994 . 319124) (-2995 . 318973)
+ (-2996 . 318902) (-2997 . 318510) (-2998 . 318398) (-2999 . 317600)
+ (-3000 . 317461) (-3001 . 317303) (-3002 . 317235) (-3003 . 316994)
+ (-3004 . 316963) (-3005 . 316859) (-3006 . 314727) (-3007 . 314674)
+ (-3008 . 314292) (-3009 . 314219) (-3010 . 313910) (-3011 . 313688)
+ (-3012 . 313184) (-3013 . 313132) (-3014 . 312725) (-3015 . 312693)
+ (-3016 . 312480) (-3017 . 312414) (-3018 . 312240) (-3019 . 311743)
+ (-3020 . 311624) (-3021 . 311485) (-3022 . 311335) (-3023 . 311282)
+ (-3024 . 311189) (-3025 . 309877) (-3026 . 309815) (-3027 . 309680)
+ (-3028 . 309609) (-3029 . 309479) (-3030 . 309298) (-3031 . 308703)
+ (-3032 . 308387) (-3033 . 308359) (-3034 . 308079) (-3035 . 307745)
+ (-3036 . 307032) (-3037 . 306955) (-3038 . 306860) (-3039 . 306756)
+ (-3040 . 305348) (-3041 . 305254) (-3042 . 305089) (-3043 . 304459)
+ (-3044 . 304042) (-3045 . 304010) (-3046 . 303915) (-3047 . 303636)
+ (-3048 . 303559) (-3049 . 303452) (-3050 . 303397) (-3051 . 303075)
+ (-3052 . 303006) (-3053 . 302922) (-3054 . 302865) (-3055 . 302706)
+ (-3056 . 302626) (-3057 . 302564) (-3058 . 302466) (-3059 . 302416)
+ (-3060 . 302144) (-3061 . 302001) (-3062 . 301548) (-3063 . 301441)
+ (-3064 . 301066) (-3065 . 300814) (-3066 . 300524) (-3067 . 300443)
+ (-3068 . 300370) (-3069 . 299819) (-3070 . 294305) (-3071 . 294238)
+ (-3072 . 294144) (-3073 . 294047) (-3074 . 293903) (-3075 . 293750)
+ (-3076 . 293719) (-3077 . 293661) (-3078 . 293549) (-3079 . 293496)
+ (-3080 . 293209) (-3081 . 293088) (-3082 . 293005) (-3083 . 292613)
+ (-3084 . 292579) (-3085 . 292505) (-3086 . 292258) (-3087 . 292204)
+ (-3088 . 292034) (-3089 . 291984) (-3090 . 291868) (-3091 . 291753)
+ (-3092 . 291298) (-3093 . 291164) (-3094 . 291079) (-3095 . 290787)
+ (-3096 . 290715) (-3097 . 290373) (-3098 . 290299) (-3099 . 289947)
+ (-3100 . 289852) (-3101 . 289692) (-3102 . 289343) (-3103 . 289286)
+ (-3104 . 289071) (-3105 . 288937) (-3106 . 288873) (-3107 . 288749)
+ (-3108 . 288679) (-3109 . 288421) (-3110 . 288344) (-3111 . 288216)
+ (-3112 . 288136) (-3113 . 288102) (-3114 . 288001) (-3115 . 287814)
+ (-3116 . 287696) (-3117 . 287645) (-3118 . 287513) (-3119 . 287261)
+ (-3120 . 287047) (-3121 . 286948) (-3122 . 286860) (-3123 . 286717)
+ (-3124 . 286529) (-3125 . 286203) (-3126 . 286090) (-3127 . 285891)
+ (-3128 . 285814) (-3129 . 285728) (-3130 . 285620) (-3131 . 285405)
+ (-3132 . 285374) (-3133 . 285023) (-3134 . 284832) (-3135 . 284723)
+ (-3136 . 284649) (-3137 . 284517) (-3138 . 284318) (-3139 . 284258)
+ (-3140 . 284121) (-3141 . 283841) (-3142 . 283697) (-3143 . 283408)
+ (-3144 . 283315) (-3145 . 283262) (-3146 . 283059) (-3147 . 282985)
+ (-3148 . 282933) (-3149 . 282876) (-3150 . 282768) (-3151 . 282669)
+ (-3152 . 282641) (-3153 . 282007) (-3154 . 281892) (-3155 . 281835)
+ (-3156 . 281459) (-3157 . 280857) (-3158 . 280616) (-3159 . 280498)
+ (-3160 . 280394) (-3161 . 280296) (-3162 . 280133) (-3163 . 280032)
+ (-3164 . 279921) (-3165 . 279389) (-3166 . 279191) (-3167 . 279092)
+ (-3168 . 278989) (-3169 . 278720) (-3170 . 278632) (-3171 . 278573)
+ (-3172 . 278457) (-3173 . 278313) (-3174 . 278138) (-3175 . 278012)
+ (-3176 . 277897) (-3177 . 277748) (-3178 . 277697) (-3179 . 277631)
+ (-3180 . 277466) (-3181 . 277320) (-3182 . 277238) (-3183 . 276487)
+ (-3184 . 276264) (-3185 . 276124) (-3186 . 274495) (-3187 . 273754)
+ (-3188 . 273616) (-3189 . 273507) (-3190 . 272804) (-3191 . 272454)
+ (-3192 . 272343) (-3193 . 271992) (-3194 . 271894) (-3195 . 271727)
+ (-3196 . 271430) (-3197 . 271134) (-3198 . 270268) (-3199 . 269527)
+ (-3200 . 269389) (-3201 . 269124) (-3202 . 269058) (-3203 . 268967)
+ (-3204 . 268854) (-3205 . 268690) (-3206 . 268589) (-3207 . 268508)
+ (-3208 . 268395) (-3209 . 267100) (-3210 . 266412) (-3211 . 266335)
+ (-3212 . 266238) (-3213 . 265425) (-3214 . 265302) (-3215 . 265216)
+ (-3216 . 265139) (-3217 . 265016) (-3218 . 264939) (-3219 . 264842)
+ (-3220 . 264651) (-3221 . 264075) (-3222 . 263998) (-3223 . 263883)
+ (-3224 . 263755) (-3225 . 263546) (-3226 . 263358) (-3227 . 262847)
+ (-3228 . 262560) (-3229 . 262304) (-3230 . 262197) (-3231 . 261904)
+ (-3232 . 261807) (-3233 . 261231) (-3234 . 261154) (-3235 . 261047)
+ (-3236 . 260964) (-3237 . 260859) (-3238 . 260548) (-3239 . 260468)
+ (-3240 . 260094) (-3241 . 259992) (-3242 . 259861) (-3243 . 259768)
+ (-3244 . 259734) (-3245 . 259158) (-3246 . 258767) (-3247 . 258694)
+ (-3248 . 258491) (-3249 . 258417) (-3250 . 258211) (-3251 . 258088)
+ (-3252 . 257985) (-3253 . 257458) (-3254 . 256772) (-3255 . 256704)
+ (-3256 . 256651) (-3257 . 256569) (-3258 . 256474) (-3259 . 256422)
+ (-3260 . 256170) (-3261 . 256012) (-3262 . 255918) (-3263 . 255809)
+ (-3264 . 255752) (-3265 . 255066) (-3266 . 253228) (-3267 . 252224)
+ (-3268 . 252192) (-3269 . 251865) (-3270 . 251813) (-3271 . 251674)
+ (-3272 . 251550) (-3273 . 251221) (-3274 . 250635) (-3275 . 250552)
+ (-3276 . 249803) (-3277 . 248293) (-3278 . 248188) (-3279 . 248028)
+ (-3280 . 247837) (-3281 . 247627) (-3282 . 247433) (-3283 . 247354)
+ (-3284 . 247274) (-3285 . 246929) (-3286 . 246818) (-3287 . 246244)
+ (-3288 . 244696) (-3289 . 244561) (-3290 . 244284) (-3291 . 244210)
+ (-3292 . 244129) (-3293 . 243962) (-3294 . 243791) (-3295 . 243725)
+ (-3296 . 243570) (-3297 . 243542) (-3298 . 243462) (-3299 . 243393)
+ (-3300 . 243283) (-3301 . 243179) (-3302 . 242605) (-3303 . 241992)
+ (-3304 . 241893) (-3305 . 241790) (-3306 . 241710) (-3307 . 241640)
+ (-3308 . 241495) (-3309 . 239638) (-3310 . 239534) (-3311 . 239469)
+ (-3312 . 239124) (-3313 . 239022) (-3314 . 238595) (-3315 . 237859)
+ (-3316 . 237285) (-3317 . 237176) (-3318 . 237089) (-3319 . 237006)
+ (-3320 . 236953) (-3321 . 236879) (-3322 . 236552) (-3323 . 236503)
+ (-3324 . 236451) (-3325 . 236389) (-3326 . 236227) (-3327 . 236142)
+ (-3328 . 235923) (-3329 . 235800) (-3330 . 235113) (-3331 . 234247)
+ (-3332 . 234185) (-3333 . 234082) (-3334 . 234011) (-3335 . 233853)
+ (-3336 . 233731) (-3337 . 233632) (-3338 . 233580) (-3339 . 233265)
+ (-3340 . 233181) (-3341 . 233054) (-3342 . 232947) (-3343 . 232074)
+ (-3344 . 231387) (-3345 . 231309) (-3346 . 231277) (-3347 . 231174)
+ (-3348 . 231007) (** . 227918) (-3350 . 227862) (-3351 . 227684)
+ (-3352 . 227514) (-3353 . 227106) (-3354 . 226946) (-3355 . 226628)
+ (-3356 . 225984) (-3357 . 225297) (-3358 . 225198) (-3359 . 225124)
+ (-3360 . 224603) (-3361 . 224500) (-3362 . 224296) (-3363 . 224063)
+ (-3364 . 223883) (-3365 . 223774) (-3366 . 223719) (-3367 . 223519)
+ (-3368 . 223411) (-3369 . 223297) (-3370 . 222125) (-3371 . 221550)
+ (-3372 . 221264) (-3373 . 221190) (-3374 . 221141) (-3375 . 220863)
+ (-3376 . 220211) (-3377 . 220177) (-3378 . 219983) (-3379 . 219931)
+ (-3380 . 219718) (-3381 . 219665) (-3382 . 219493) (-3383 . 219378)
+ (-3384 . 218803) (-3385 . 218748) (-3386 . 218639) (-3387 . 218561)
+ (-3388 . 218477) (-3389 . 218373) (-3390 . 218040) (-3391 . 218012)
+ (-3392 . 217893) (-3393 . 217797) (-3394 . 217699) (-3395 . 217124)
+ (-3396 . 215987) (-3397 . 215899) (-3398 . 215846) (-3399 . 214573)
+ (-3400 . 214503) (-3401 . 214359) (-3402 . 214234) (-3403 . 214043)
+ (-3404 . 214009) (-3405 . 213891) (-3406 . 213317) (-3407 . 212947)
+ (-3408 . 212365) (-3409 . 211822) (-3410 . 211681) (-3411 . 211625)
+ (-3412 . 211552) (-3413 . 211481) (-3414 . 211306) (-3415 . 210770)
+ (-3416 . 210196) (-3417 . 210113) (-3418 . 210028) (-3419 . 209830)
+ (-3420 . 209729) (-3421 . 209660) (-3422 . 209608) (-3423 . 209381)
+ (-3424 . 209353) (-3425 . 208393) (-3426 . 208310) (-3427 . 207736)
+ (-3428 . 207575) (-3429 . 207517) (-3430 . 207409) (-3431 . 207343)
+ (-3432 . 207229) (-3433 . 207092) (-3434 . 207021) (-3435 . 206189)
+ (-3436 . 206066) (-3437 . 206011) (-3438 . 205843) (-3439 . 205269)
+ (-3440 . 205174) (-3441 . 205037) (-3442 . 204936) (-3443 . 204862)
+ (-3444 . 204795) (-3445 . 204729) (-3446 . 204655) (-3447 . 204462)
+ (-3448 . 202684) (-3449 . 202544) (-3450 . 201970) (-3451 . 201793)
+ (-3452 . 201679) (-3453 . 201627) (-3454 . 201550) (-3455 . 201454)
+ (-3456 . 201402) (-3457 . 201115) (-3458 . 200963) (-3459 . 200861)
+ (-3460 . 200784) (-3461 . 200712) (-3462 . 200530) (-3463 . 200228)
+ (-3464 . 200127) (-3465 . 200070) (-3466 . 200015) (-3467 . 199953)
+ (-3468 . 199885) (-3469 . 199592) (-3470 . 199526) (-3471 . 199381)
+ (-3472 . 199327) (-3473 . 199275) (-3474 . 199211) (-3475 . 199158)
+ (-3476 . 199103) (-3477 . 199044) (-3478 . 198966) (-3479 . 198885)
+ (-3480 . 198667) (-3481 . 198589) (-3482 . 198229) (-3483 . 198155)
+ (-3484 . 198077) (-3485 . 197893) (-3486 . 197792) (-3487 . 197519)
+ (-3488 . 197413) (-3489 . 197248) (-3490 . 197178) (-3491 . 197035)
+ (-3492 . 196907) (-3493 . 196729) (-3494 . 196548) (-3495 . 196519)
+ (-3496 . 196336) (-3497 . 196268) (-3498 . 196167) (-3499 . 196083)
+ (-3500 . 195978) (-3501 . 195798) (-3502 . 195526) (-3503 . 195473)
+ (-3504 . 195400) (-3505 . 195228) (-3506 . 195176) (-3507 . 195063)
+ (-3508 . 194666) (-3509 . 194429) (-3510 . 194284) (-3511 . 194183)
+ (-3512 . 193933) (-3513 . 193803) (-3514 . 193743) (-3515 . 193715)
+ (-3516 . 193663) (-3517 . 193473) (-3518 . 193290) (-3519 . 192973)
+ (-3520 . 192781) (-3521 . 192726) (-3522 . 192697) (-3523 . 192518)
+ (-3524 . 192240) (-3525 . 192045) (-3526 . 191797) (-3527 . 191364)
+ (-3528 . 190610) (-3529 . 190496) (-3530 . 190374) (-3531 . 189124)
+ (-3532 . 189021) (-3533 . 188963) (-3534 . 186801) (-3535 . 186702)
+ (-3536 . 186583) (-3537 . 186439) (-3538 . 186330) (-3539 . 186206)
+ (-3540 . 185319) (-3541 . 185023) (-3542 . 184793) (-3543 . 183975)
+ (-3544 . 183768) (-3545 . 183641) (-3546 . 183567) (-3547 . 183493)
+ (-3548 . 182758) (-3549 . 182678) (-3550 . 182490) (-3551 . 182437)
+ (-3552 . 182355) (-3553 . 182285) (-3554 . 182230) (-3555 . 182171)
+ (-3556 . 182087) (-3557 . 181873) (-3558 . 181812) (-3559 . 181729)
+ (-3560 . 181677) (-3561 . 181541) (-3562 . 181410) (-3563 . 181269)
+ (-3564 . 180089) (-3565 . 180035) (-3566 . 179975) (-3567 . 179801)
+ (-3568 . 179699) (-3569 . 179600) (-3570 . 179526) (-3571 . 179447)
+ (-3572 . 179221) (-3573 . 178978) (-3574 . 178699) (-3575 . 178527)
+ (-3576 . 178443) (-3577 . 178342) (-3578 . 178310) (-3579 . 178278)
+ (-3580 . 178135) (-3581 . 178056) (-3582 . 177898) (-3583 . 177842)
+ (-3584 . 177761) (-3585 . 177374) (-3586 . 177284) (-3587 . 177228)
+ (-3588 . 176632) (-3589 . 175370) (-3590 . 175293) (-3591 . 174934)
+ (-3592 . 174827) (-3593 . 174641) (-3594 . 174535) (-3595 . 174113)
+ (-3596 . 173973) (-3597 . 173864) (-3598 . 173706) (-3599 . 173594)
+ (-3600 . 173476) (-3601 . 173338) (-3602 . 173180) (-3603 . 173097)
+ (-3604 . 172816) (-3605 . 172626) (-3606 . 172524) (-3607 . 172402)
+ (-3608 . 172350) (-3609 . 172206) (-3610 . 172023) (-3611 . 171868)
+ (-3612 . 171729) (-3613 . 171559) (-3614 . 171165) (-3615 . 170137)
+ (-3616 . 170025) (-3617 . 169786) (-3618 . 169703) (-3619 . 169631)
+ (-3620 . 169432) (-3621 . 169302) (-3622 . 169274) (-3623 . 169170)
+ (-3624 . 168573) (-3625 . 167685) (-3626 . 167554) (-3627 . 167421)
+ (-3628 . 167354) (-3629 . 167276) (-3630 . 167084) (-3631 . 167012)
+ (-3632 . 166910) (-3633 . 166840) (-3634 . 166787) (-3635 . 166164)
+ (-3636 . 166023) (-3637 . 165812) (-3638 . 165659) (-3639 . 165457)
+ (-3640 . 165282) (-3641 . 165223) (-3642 . 165146) (-3643 . 164851)
+ (-3644 . 164108) (-3645 . 163699) (-3646 . 163647) (-3647 . 163619)
+ (-3648 . 163549) (-3649 . 163425) (-3650 . 163064) (-3651 . 162978)
+ (-3652 . 162822) (-3653 . 162660) (-3654 . 161890) (-3655 . 161644)
+ (-3656 . 161613) (-3657 . 161468) (-3658 . 161417) (-3659 . 161221)
+ (-3660 . 160883) (-3661 . 160775) (-3662 . 160580) (-3663 . 160551)
+ (-3664 . 160467) (-3665 . 160334) (-3666 . 160225) (-3667 . 160151)
+ (-3668 . 160074) (-3669 . 159697) (-3670 . 159665) (-3671 . 159503)
+ (-3672 . 159451) (-3673 . 159381) (-3674 . 159329) (-3675 . 159267)
+ (-3676 . 159204) (-3677 . 159122) (-3678 . 158421) (-3679 . 158298)
+ (-3680 . 158227) (-3681 . 158144) (-3682 . 157937) (-3683 . 157554)
+ (-3684 . 157439) (-3685 . 157296) (-3686 . 157119) (-3687 . 157060)
+ (-3688 . 156745) (-3689 . 156586) (-3690 . 156373) (-3691 . 156295)
+ (-3692 . 156181) (-3693 . 155503) (-3694 . 155469) (-3695 . 155300)
+ (-3696 . 155206) (-3697 . 155062) (-3698 . 154899) (-3699 . 154756)
+ (-3700 . 154237) (-3701 . 154171) (-3702 . 153855) (-3703 . 153781)
+ (-3704 . 153547) (-3705 . 153513) (-3706 . 153436) (-3707 . 153348)
+ (-3708 . 153289) (-3709 . 153134) (-3710 . 153018) (-3711 . 152645)
+ (-3712 . 151891) (-3713 . 151728) (-3714 . 151463) (-3715 . 151287)
+ (-3716 . 151238) (-3717 . 151020) (-3718 . 150906) (-3719 . 150827)
+ (-3720 . 150714) (-3721 . 150626) (-3722 . 150431) (-3723 . 149421)
+ (-3724 . 148264) (-3725 . 148045) (-3726 . 147938) (-3727 . 147872)
+ (-3728 . 147747) (-3729 . 147610) (-3730 . 147464) (-3731 . 147186)
+ (-3732 . 146930) (-3733 . 145714) (-3734 . 145626) (-3735 . 145459)
+ (-3736 . 145234) (-3737 . 145149) (-3738 . 145026) (-3739 . 144496)
+ (-3740 . 144338) (-3741 . 143846) (-3742 . 143775) (-3743 . 143553)
+ (-3744 . 143386) (-3745 . 143220) (-3746 . 143067) (-3747 . 142973)
+ (-3748 . 142770) (-3749 . 142636) (-3750 . 142358) (-3751 . 142106)
+ (-3752 . 141619) (-3753 . 141517) (-3754 . 141443) (-3755 . 141136)
+ (-3756 . 140644) (-3757 . 140479) (-3758 . 140361) (-3759 . 140081)
+ (-3760 . 139595) (-3761 . 139437) (-3762 . 139333) (-3763 . 139152)
+ (-3764 . 139004) (-3765 . 138794) (-3766 . 138456) (-3767 . 134393)
+ (-3768 . 134313) (-3769 . 134261) (-3770 . 133870) (-3771 . 133741)
+ (-3772 . 133555) (-3773 . 133299) (-3774 . 132924) (-3775 . 132872)
+ (-3776 . 132709) (-3777 . 132371) (-3778 . 132033) (-3779 . 131977)
+ (-3780 . 131870) (-3781 . 131780) (-3782 . 131593) (-3783 . 131523)
+ (-3784 . 131417) (-3785 . 130903) (-3786 . 130832) (-3787 . 130761)
+ (-3788 . 130577) (-3789 . 130437) (-3790 . 130143) (-3791 . 130083)
+ (-3792 . 130002) (-3793 . 129793) (-3794 . 129692) (-3795 . 129611)
+ (-3796 . 129530) (-3797 . 127747) (-3798 . 127250) (-3799 . 127145)
+ (-3800 . 126903) (-3801 . 126809) (-3802 . 126493) (-3803 . 126424)
+ (-3804 . 126358) (-3805 . 126275) (-3806 . 126099) (-3807 . 125439)
+ (-3808 . 125412) (-3809 . 125282) (-3810 . 125153) (-3811 . 123851)
+ (-3812 . 123721) (-3813 . 123591) (-3814 . 123427) (-3815 . 123036)
+ (-3816 . 122953) (-3817 . 122773) (-3818 . 122658) (-3819 . 122532)
+ (-3820 . 122425) (-3821 . 122356) (-3822 . 122273) (-3823 . 122245)
+ (-3824 . 122104) (-3825 . 121913) (-3826 . 121861) (-3827 . 121440)
+ (-3828 . 121357) (-3829 . 121305) (-3830 . 121147) (-3831 . 121094)
+ (-3832 . 120956) (-3833 . 120864) (-3834 . 120378) (-3835 . 120047)
+ (-3836 . 119973) (-3837 . 118503) (-3838 . 117394) (-3839 . 117218)
+ (-3840 . 116766) (-3841 . 116672) (-3842 . 116607) (-3843 . 116464)
+ (-3844 . 116306) (-3845 . 116151) (-3846 . 115703) (-3847 . 115556)
+ (-3848 . 115203) (-3849 . 115130) (-3850 . 115021) (-3851 . 114870)
+ (-3852 . 114842) (-3853 . 114676) (-3854 . 114452) (-3855 . 114307)
+ (-3856 . 114205) (-3857 . 114078) (-3858 . 113082) (-3859 . 112775)
+ (-3860 . 112687) (-3861 . 112635) (-3862 . 112492) (-3863 . 112440)
+ (-3864 . 112326) (-3865 . 112248) (-3866 . 112110) (-3867 . 112010)
+ (-3868 . 111931) (-3869 . 111311) (-3870 . 111243) (-3871 . 110823)
+ (-3872 . 110646) (-3873 . 110587) (-3874 . 110466) (-3875 . 110262)
+ (-3876 . 109838) (-3877 . 109528) (-3878 . 109255) (-3879 . 109112)
+ (-3880 . 108993) (-3881 . 108909) (-3882 . 108621) (-3883 . 108523)
+ (-3884 . 108045) (-3885 . 107944) (-3886 . 107847) (-3887 . 107751)
+ (-3888 . 107541) (-3889 . 107492) (-3890 . 107344) (-3891 . 107285)
+ (-3892 . 107146) (-3893 . 107058) (-3894 . 106987) (-3895 . 106919)
+ (-3896 . 106734) (-3897 . 106681) (-3898 . 106580) (-3899 . 106528)
+ (-3900 . 106497) (-3901 . 106277) (-3902 . 106214) (-3903 . 106107)
+ (-3904 . 106034) (-3905 . 105881) (-3906 . 105765) (-3907 . 98766)
+ (-3908 . 98087) (-3909 . 97430) (-3910 . 97373) (-3911 . 97321)
+ (-3912 . 97247) (-3913 . 97153) (-3914 . 96935) (-3915 . 96389)
+ (-3916 . 96159) (-3917 . 96001) (-3918 . 95928) (-3919 . 95703)
+ (-3920 . 95651) (-3921 . 95563) (-3922 . 95404) (-3923 . 95347)
+ (-3924 . 95238) (-3925 . 95120) (-3926 . 94693) (-3927 . 94506)
+ (-3928 . 94402) (-3929 . 94179) (-3930 . 94021) (-3931 . 93878)
+ (-3932 . 93497) (-3933 . 93203) (-3934 . 93096) (-3935 . 92944)
+ (-3936 . 92824) (-3937 . 92264) (-3938 . 92208) (-3939 . 92153)
+ (-3940 . 92015) (-3941 . 91955) (-3942 . 91889) (-3943 . 91802)
+ (-3944 . 91724) (-3945 . 91672) (-3946 . 91638) (-3947 . 91358)
+ (-3948 . 91140) (-3949 . 90918) (-3950 . 90884) (-3951 . 89686)
+ (-3952 . 89194) (-3953 . 88888) (-3954 . 88832) (-3955 . 88779)
+ (-3956 . 88241) (-3957 . 88158) (-3958 . 87817) (-3959 . 87734)
+ (-3960 . 87561) (-3961 . 87403) (-3962 . 87101) (-3963 . 87042)
+ (-3964 . 86912) (-3965 . 86610) (-3966 . 86478) (-3967 . 86394)
+ (-3968 . 86339) (-3969 . 86242) (-3970 . 85956) (-3971 . 85879)
+ (-3972 . 85654) (-3973 . 85407) (-3974 . 85228) (-3975 . 85140)
+ (-3976 . 85068) (-3977 . 85016) (-3978 . 84874) (-3979 . 84556)
+ (-3980 . 84427) (-3981 . 84179) (-3982 . 83900) (-3983 . 83762)
+ (-3984 . 83120) (-3985 . 83047) (-3986 . 82931) (-3987 . 82585)
+ (-3988 . 82478) (-3989 . 82339) (-3990 . 82150) (-3991 . 81815)
+ (-3992 . 81493) (-3993 . 81397) (-3994 . 81244) (-3995 . 81144)
+ (-3996 . 81089) (-3997 . 80998) (-3998 . 80781) (-3999 . 80665)
+ (-4000 . 80606) (-4001 . 80554) (-4002 . 80211) (-4003 . 79813)
+ (-4004 . 79601) (-4005 . 79542) (-4006 . 79374) (-4007 . 79287)
+ (-4008 . 79112) (-4009 . 78864) (-4010 . 78795) (-4011 . 78495)
+ (-4012 . 78119) (-4013 . 78068) (-4014 . 77980) (-4015 . 77828)
+ (-4016 . 77762) (-4017 . 77653) (-4018 . 77524) (-4019 . 77458)
+ (-4020 . 77307) (-4021 . 76978) (-4022 . 76904) (-4023 . 76689)
+ (-4024 . 76592) (-4025 . 75788) (-4026 . 75728) (-4027 . 75569)
+ (-4028 . 75513) (-4029 . 75340) (-4030 . 75177) (-4031 . 75100)
+ (-4032 . 74877) (-4033 . 74789) (-4034 . 74710) (-4035 . 74605)
+ (-4036 . 74502) (-4037 . 74184) (-4038 . 74043) (-4039 . 73919)
+ (-4040 . 73866) (-4041 . 73748) (-4042 . 73696) (-4043 . 73612)
+ (-4044 . 73482) (-4045 . 73275) (-4046 . 73153) (-4047 . 72948)
+ (-4048 . 72877) (-4049 . 72267) (-4050 . 72010) (-4051 . 70725)
+ (-4052 . 70498) (-4053 . 70031) (-4054 . 69949) (-4055 . 69769)
+ (-4056 . 69659) (-4057 . 69075) (-4058 . 68273) (-4059 . 67198)
+ (-4060 . 66989) (-4061 . 66912) (-4062 . 66764) (-4063 . 66510)
+ (-4064 . 66161) (-4065 . 65972) (-4066 . 65555) (-4067 . 65356)
+ (-4068 . 65303) (-4069 . 65143) (-4070 . 65053) (-4071 . 65004)
+ (-4072 . 64931) (-4073 . 64868) (-4074 . 64738) (-4075 . 64639)
+ (-4076 . 64517) (-4077 . 64393) (-4078 . 64221) (-4079 . 64154)
+ (-4080 . 63900) (-4081 . 61119) (-4082 . 61009) (-4083 . 60365)
+ (-4084 . 60207) (-4085 . 59876) (-4086 . 59765) (-4087 . 59623)
+ (-4088 . 59579) (-12 . 59407) (-4090 . 59314) (-4091 . 59228)
+ (-4092 . 59199) (-4093 . 59089) (-4094 . 58995) (-4095 . 58936)
+ (-4096 . 58821) (-4097 . 58726) (-4098 . 58619) (-4099 . 58302)
+ (-4100 . 58230) (-4101 . 58096) (-4102 . 57972) (-4103 . 57854)
+ (-4104 . 57625) (-4105 . 57350) (-4106 . 56939) (-4107 . 56808)
+ (-4108 . 56759) (-4109 . 56648) (-4110 . 56571) (-4111 . 56408)
+ (-4112 . 56327) (-4113 . 55935) (-4114 . 55842) (-4115 . 55784)
+ (-4116 . 55732) (-4117 . 55676) (-4118 . 55548) (-4119 . 55471)
+ (-4120 . 55411) (-4121 . 55360) (-4122 . 55218) (-4123 . 55166)
+ (-4124 . 55106) (-4125 . 54997) (-4126 . 54944) (-4127 . 54800)
+ (-4128 . 54521) (-4129 . 54083) (-4130 . 54012) (-4131 . 53944)
+ (-4132 . 53625) (-4133 . 53486) (-4134 . 53452) (-4135 . 53343)
+ (-4136 . 53215) (-4137 . 53037) (-4138 . 52593) (-4139 . 52376)
+ (-4140 . 52232) (-4141 . 52089) (-4142 . 51930) (-4143 . 51715)
+ (-4144 . 51374) (-4145 . 51183) (-4146 . 51089) (-4147 . 50837)
+ (-4148 . 50668) (-4149 . 50574) (-4150 . 50474) (-4151 . 50414)
+ (-4152 . 49868) (-4153 . 49812) (-4154 . 49722) (-4155 . 49547)
+ (-4156 . 49101) (-4157 . 48977) (-4158 . 48852) (-4159 . 48783)
+ (-4160 . 48592) (-4161 . 48461) (-4162 . 48343) (-4163 . 47962)
+ (-4164 . 47780) (-4165 . 47587) (-4166 . 47534) (-4167 . 47337)
+ (-4168 . 47091) (-4169 . 46997) (-4170 . 46893) (-4171 . 46827)
+ (-4172 . 46741) (-4173 . 46606) (-4174 . 46535) (-4175 . 46152)
+ (-4176 . 45741) (-4177 . 45519) (-4178 . 45352) (* . 40806)
+ (-4180 . 40699) (-4181 . 40426) (-4182 . 40349) (-4183 . 40239)
+ (-4184 . 40041) (-4185 . 39836) (-4186 . 39614) (-4187 . 39555)
+ (-4188 . 39433) (-4189 . 39381) (-4190 . 39304) (-4191 . 39218)
+ (-4192 . 39074) (-4193 . 38984) (-4194 . 38930) (-4195 . 38817)
+ (-4196 . 38729) (-4197 . 38429) (-4198 . 38332) (-4199 . 38093)
+ (-4200 . 38013) (-4201 . 37942) (-4202 . 37690) (-4203 . 37637)
+ (-4204 . 37356) (-4205 . 37168) (-4206 . 36948) (-4207 . 36832)
+ (-4208 . 36718) (-4209 . 36644) (-4210 . 36302) (-4211 . 36250)
+ (-4212 . 35846) (-4213 . 35797) (-4214 . 35691) (-4215 . 35392)
+ (-4216 . 35262) (-4217 . 34913) (-4218 . 34842) (-4219 . 34686)
+ (-4220 . 34598) (-4221 . 34490) (-4222 . 34283) (-4223 . 34116)
+ (-4224 . 33967) (-4225 . 33580) (-4226 . 33341) (-4227 . 33243)
+ (-4228 . 33050) (-4229 . 32953) (-4230 . 32897) (-4231 . 32701)
+ (-4232 . 32576) (-4233 . 32420) (-4234 . 32371) (-4235 . 32148)
+ (-4236 . 31963) (-4237 . 31860) (-4238 . 31739) (-4239 . 31686)
+ (-4240 . 31502) (-4241 . 31416) (-4242 . 29565) (-4243 . 29537)
+ (-4244 . 29277) (-4245 . 29206) (-4246 . 29021) (-4247 . 28965)
+ (-4248 . 28937) (-4249 . 28844) (-4250 . 28472) (-4251 . 28355)
+ (-4252 . 28199) (-4253 . 27991) (-4254 . 27670) (-4255 . 27578)
+ (-4256 . 27492) (-4257 . 26909) (-4258 . 26804) (-4259 . 26736)
+ (-4260 . 26642) (-4261 . 26438) (-4262 . 26337) (-4263 . 26264)
+ (-4264 . 26152) (-4265 . 25995) (-4266 . 25909) (-4267 . 25881)
+ (-4268 . 25790) (-4269 . 25723) (-4270 . 25515) (-4271 . 25408)
+ (-4272 . 25075) (-4273 . 24865) (-4274 . 24697) (-4275 . 24582)
+ (-4276 . 24515) (-4277 . 24432) (-4278 . 24369) (-4279 . 24126)
+ (-4280 . 24033) (-4281 . 23506) (-4282 . 23362) (-4283 . 23258)
+ (-4284 . 22953) (-4285 . 22879) (-4286 . 22315) (-4287 . 22187)
+ (-4288 . 21956) (-4289 . 21810) (-4290 . 21541) (-4291 . 21434)
+ (-4292 . 21216) (-4293 . 21131) (-4294 . 20896) (-4295 . 20824)
+ (-4296 . 20581) (-4297 . 20457) (-4298 . 20274) (-4299 . 20178)
+ (-4300 . 20049) (-4301 . 19853) (-4302 . 19747) (-4303 . 19601)
+ (-4304 . 19499) (-4305 . 19377) (-4306 . 19026) (-4307 . 18974)
+ (-4308 . 18855) (-4309 . 18422) (-4310 . 18270) (-4311 . 18111)
+ (-4312 . 17754) (-4313 . 17617) (-4314 . 17540) (-4315 . 17466)
+ (-4316 . 17372) (-4317 . 17229) (-4318 . 17113) (-4319 . 17085)
+ (-4320 . 16838) (-4321 . 16680) (-4322 . 16591) (-4323 . 16429)
+ (-4324 . 16137) (-4325 . 15912) (-4326 . 14700) (-4327 . 14450)
+ (-4328 . 14346) (-4329 . 14222) (-4330 . 14151) (-4331 . 13497)
+ (-4332 . 13447) (-4333 . 13215) (-4334 . 12919) (-4335 . 12398)
+ (-4336 . 12300) (-4337 . 12228) (-4338 . 12111) (-4339 . 11893)
+ (-4340 . 11807) (-4341 . 11681) (-4342 . 11581) (-4343 . 11495)
+ (-4344 . 10950) (-4345 . 10922) (-4346 . 10867) (-4347 . 10617)
+ (-4348 . 10520) (-4349 . 10235) (-4350 . 10176) (-4351 . 9997)
+ (-4352 . 9738) (-4353 . 9629) (-4354 . 9398) (-4355 . 8889)
+ (-4356 . 8815) (-4357 . 8693) (-4358 . 8596) (-4359 . 8510)
+ (-4360 . 8482) (-4361 . 8426) (-4362 . 7911) (-4363 . 7732)
+ (-4364 . 7651) (-4365 . 7599) (-4366 . 7501) (-4367 . 7417)
+ (-4368 . 7274) (-4369 . 7113) (-4370 . 7011) (-4371 . 6955)
+ (-4372 . 6389) (-4373 . 6149) (-4374 . 6096) (-4375 . 5983)
+ (-4376 . 5887) (-4377 . 5813) (-4378 . 2478) (-4379 . 2150)
+ (-4380 . 2080) (-4381 . 1861) (-4382 . 1740) (-4383 . 1174)
+ (-4384 . 950) (-4385 . 133) (-4386 . 30)) \ No newline at end of file